/* # CCX Media Child Theme
Theme Name: CCX Media Theme
Theme URI: http://bizzyweb.com
Description: This is the Bizzyweb default them built on the Genesis Framework.
Author: Bizzweb
Author URI: http://www.bizzyweb.com/
Template: genesis
Template Version: 1.0.0
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    /*font-size: 62.5%;*/ /* 10px browser default */
	font-size: 14.5px;
}

/* Chrome fix */
body > div {
    /*font-size: 14.5px;*/
}

body {
	background-color: #fff; /* #f5f5f5 */
	color: #393a3a;
	font-family: 'Ubuntu', 'Tahoma', sans-serif;
	font-size: 14.5px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

.site-container {
	overflow: hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #2a328e;
	text-decoration: underline;
	font-weight: 700;
}

a:hover,
a:focus {
	color: #149FD6;
	text-decoration: underline;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	color: inherit;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 10px;
	text-transform: uppercase;
	/*font-size: inherit;*/
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 20px;
}

h3,
h4, 
h5 {
	font-size: 18px;
}

.archive-title,
.entry-title {
	color: #149FD6;
	font-size: 27px;
	font-weight: 700;
	margin: 0 0 14px;
}
/*
.search-results .archive-title,
.search-results .entry-title {
	margin: 0 0 3px;
}
*/
/*
article .entry-title {
	margin: 0;
}
*/
article .entry-title a {
	color: inherit;
	text-decoration: none;
	font-size: 20px;
}

.news-segment-title {
	font-size: 15px;
}


/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #393a3a;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	padding: 6px 9px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #000;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #9E9E9E;
	font-weight: 400;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #9E9E9E;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	border: none;
	margin: 5px 0;
	font-size: 1em;
	width: auto;
	/*background-color: #e9f1f9;*/
	/*padding: 5px 26px 8px;
	text-decoration: underline;
	color: #2a328e;
	*/
	font-weight: 700;
	line-height: inherit !important;
	
	background-color: #C1D8ED;
	padding: 6px 21px 7px;
	
	
	text-decoration: none;
	color: #000;
	
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	/*color: #149FD6;*/
	
	color: #000;
	text-decoration: none;
	background-color: #00A7E0;
}



.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.gform_confirmation_message {
	font-weight: bold;
	font-style: italic;
}

body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding: 6px 9px;
	line-height: inherit !important;
}

body .footer-widgets .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	background-color: #e9f1f9;
}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type="submit"] {
	font-size: 1em;
	width: auto;
	margin: 0;
	background-color: #C1D8ED;
	padding: 6px 21px 7px;
	text-decoration: none;
	color: #000;
	font-weight: 700;
	line-height: inherit !important;
}

body .gform_wrapper .gform_footer input.button:hover,
body .gform_wrapper .gform_footer input[type="submit"]:hover,
body .gform_wrapper .gform_page_footer input.button:hover,
body .gform_wrapper .gform_page_footer input[type="submit"]:hover {
	color: #000;
	text-decoration: none;
	background-color: #00A7E0;
}

/* footer only */

body .footer-widgets .gform_wrapper .gform_footer input.button,
body .footer-widgets .gform_wrapper .gform_footer input[type="submit"],
body .footer-widgets .gform_wrapper .gform_page_footer input.button,
body .footer-widgets .gform_wrapper .gform_page_footer input[type="submit"] {
	background-color: #e9f1f9;
	text-decoration: underline;
	color: #2a328e;
	padding: 4px 20px 7px;
	border: 1px solid #393a3a;
}

body .footer-widgets .gform_wrapper .gform_footer input.button:hover,
body .footer-widgets .gform_wrapper .gform_footer input[type="submit"]:hover,
body .footer-widgets .gform_wrapper .gform_page_footer input.button:hover,
body .footer-widgets .gform_wrapper .gform_page_footer input[type="submit"]:hover {
	color: #149FD6;
}


/* Gravity Forms
--------------------------------------------- */

body .gform_wrapper .gform_footer {
	padding: 0;
}

body .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}

body .gform_wrapper li.hidden_label input {
	margin-top: 0;
}

body .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type="text"],
body .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
	margin-bottom: 0;
}

.tips-container {
	margin-top: 30px;
}

.tips-container .gform_wrapper {
	margin: 16px 0 0;
}

body .gform_wrapper .gform_footer {
	text-align: right;
}

.tips-container .gform_wrapper form {
	margin: 0;
	width: 50%;
}

.tips-container .top_label div.ginput_complex.ginput_container.gf_name_has_1,
.tips-container .top_label div.ginput_complex.ginput_container.gf_name_has_2,
.tips-container .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
	width: calc(50% + 15px);
}

body .gform_wrapper ul.gform_fields li.gfield.width-50 {
	width: 50%;
}

.jobs-container {
	margin-top: 20px;
}

.jobs-container .gform_wrapper {
	margin-bottom: 0;
}

body .ginput_container_fileupload {
	width: 100%;
}

body .ginput_container_fileupload input {
	border: none;
	padding: 5px 0 0;
	color: #9E9E9E;
}

.jobs-container .gform_wrapper .top_label input.medium,
.jobs-container .gform_wrapper .top_label select.medium {
	width: 100%;
}



/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1480px;
	padding: 0 20px;
}

.site-inner {
	clear: both;
	/*padding-top: 20px;*/
	margin: 0 auto;
}

.alm-btn-wrap {
	clear: both;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content-sidebar-wrap {
	padding-top: 20px;
}

.content {
	float: right;
	width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */
/*
.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}
*/
.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	margin: 0 0 15px;
	width: 50%;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 12px;
	/*font-size: 1.4rem;*/
	font-weight: 400;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}

.su-youtube {
	margin: 0 0 1.5em 0;
}

.su-responsive-media-yes {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.su-youtube iframe {
	border: none !important;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #393a3a;
	outline: #ccc solid 1px;
}

/* Header Top
 * ------------------------------------*/

#tohr-container {
	margin: 15px 0 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}

#tohr-container a {
	text-decoration: none;
	color: inherit;
}

#tohr-container a:hover {
	text-decoration: none;
	color: #149FD6;
}

.tohr-section {
	float: left;
	position: relative;
	margin: 0 0 20px;
	text-align: center;
	
}

.tohr-link-container {
	position: relative;
	display: inline-block;
}

.tohr-icon {
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
}

.tohr-pipe {
	position: absolute;
	width: 1px;
	height: 30px;
	top: -5px;
	right: 0;
	background-color: #28b570;
}

#tohr-weather {
	width: 18%;
	text-align: center;
	padding-left: 2px;
    margin-bottom: 0;
    margin-top: -10px;
}

#tohr-weather button {
    background: #ff0000;
    color: #ffffff;
    padding: 10px 25px;
    font-size: 1.2rem;
}

#tohr-weather button:hover {
    background: #dd1a1a;
}

#tohr-weather .tohr-link-container {
	padding: 0 29px;
}

#tohr-weather .tohr-icon {
	top: -3px;
	left: 0;
	width: 29px;
	height: 21px;
	background-image: url('images/icon-weather.png');
}

#tohr-guide {
	width: 18%;
	padding: 0 2px;
}

#tohr-guide .tohr-link-container {
	padding-left: 29px;
}

#tohr-guide .tohr-icon {
	top: -1px;
	left: 0;
	width: 22px;
	height: 21px;
	background-image: url('images/icon-guide.png');
}

#tohr-order {
	width: 18%;
	padding: 0 2px;
}

#tohr-order .fa-television {
	color: #000000;
	vertical-align: middle;
	padding-right: 8px;
	font-size: 1.6rem;
	margin-top: -2px;
}

#tohr-order .tohr-link-container {
	/*padding-left: 38px;*/
}

#tohr-order .tohr-icon {
	/*top: -5px;
	left: 0;
	width: 27px;
	height: 26px;
	background-image: url('images/icon-cart.png');*/
}

#tohr-search {
	width: 28%;
}

#tohr-search .tohr-link-container {
	padding: 0 7% 0 45px;
	display: block;
}

#tohr-search .tohr-icon {
	top: 2px;
	left: 18px;
	width: 20px;
	height: 19px;
	background-image: url('images/icon--search.png');
}

#tohr-connect {
	width: 18%;
	text-align: center;
	padding: 0 2px;
}

#tohr-connect .fa-envelope-o {
	color: #96C148;
	vertical-align: top;
	padding-right: 8px;
	font-size: 1.6rem;
}

#tohr-connect .tohr-link-container {
	/*padding-left: 48px;
	text-align: left;*/
}

#tohr-connect .tohr-icon {
	/*top: -11px;
	left: 0;
	width: 40px;
	height: 39px;
	background-image: url('images/icon-connect.png');*/
}


#tohr-container .search-form {
	margin: 0;
	width: 100%;
}

#tohr-container .search-form input {
	background-color: transparent;
	font-weight: 700;
	padding: 0 0 2px;
	border-width: 0;
	border-bottom: 1px solid #000;
}

#tohr-container .search-form input[type="submit"] {
	display: none;
}

#separate-980 {
	display: none;
}

.sports-menu-shop {
	clear:both;
	padding-top:1.5rem;
}

.sports-menu-shop .fa {
	color: #96C148;
	vertical-align: sub;
	padding-right: 5px;
	font-size: 1.6rem;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
}

.site-header .wrap {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0;
	width: 190px;
	background: url('images/ccx-logo.jpg') no-repeat left center;
}

.site-description,
.site-title {
	font-size: inherit;
	margin-bottom: 0;
}
/*
.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}
*/
.header-image .site-title > a {
	float: left;
	/*max-width: 162px;*/
	/*min-height: 100px;*/
	width: 100%;
	display: block;
	height: 50px;
	overflow: hidden;
	padding: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}




/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 30px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #c3251d;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* Menu Customizations
---------------------------------------------------------------------------------------------------- */

#nav_menu-3,
#black-studio-tinymce-8 {
    min-height: 180px;
}

#nav_menu-4,
#nav_menu-5,
#nav_menu-6 {
    min-height: 188px;
}

#black-studio-tinymce-14,
#black-studio-tinymce-5 {
	min-height: 350px;
}

#genesis-nav-primary .alignnone {
    margin-bottom: 5px;
    margin-top: 5px;
}

#genesis-nav-primary img {
    vertical-align: middle;
}

#genesis-nav-primary .gallery img,
#genesis-nav-primary .gallery img:hover {
    border: none;
}

#genesis-nav-primary .gallery-item {
    margin: 0;
}

.sports-margin {
	height: 50px;
}

/* ## Primary Navigation
--------------------------------------------- */

#genesis-nav-primary {
	background-color: transparent;
	float: right;
	width: calc(100% - 210px);
	margin: 2px 0 0;
}

#genesis-nav-primary .wrap {
	padding: 0;
}

#genesis-nav-primary .ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0,
#genesis-nav-primary .ubermenu.ubermenu-horizontal .ubermenu-item.ubermenu-align-left {
	float: none;
	width: calc(25% - 1px);
	text-align: center;
	margin: 0 0 0 1px;
}

#genesis-nav-primary .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target,
#genesis-nav-primary .ubermenu-main.ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-has-submenu-drop > .ubermenu-target:not(.ubermenu-noindicator) {
	padding: 10px 0;
	width: 100%;
	display: block;
	outline: none;
}


#genesis-nav-primary .ubermenu-skin-black-white-2.ubermenu-responsive-toggle {
	/*background: #c1d8ed;*/
	background: transparent;
	color: inherit;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 12px 0;
}

#genesis-nav-primary .ubermenu-skin-black-white-2.ubermenu-responsive-toggle:hover {
	/*background: #00a7e0;*/
	color: inherit;
}

#genesis-nav-primary .ubermenu-main .ubermenu-item-level-0 > .ubermenu-submenu-drop {
	box-shadow: -1px 4px 5px rgba(0,0,0, 0.25);
}


/*
#genesis-nav-primary .ubermenu-content-block {
	display: flex;
	align-items: stretch;
}
*/



#genesis-nav-primary .ubermenu .ubermenu-submenu .ubermenu-column {
    margin-top: 6px;
}

#custom_html-15,
#custom_html-14,
#nav_menu-4,
#black-studio-tinymce-15,
#black-studio-tinymce-14,
#black-studio-tinymce-5,
#nav_menu-3 {
	border-left: 1px solid #111;
}

#custom_html-15,
#custom_html-14,
#nav_menu-6,
#nav_menu-4,
#black-studio-tinymce-15,
#black-studio-tinymce-14,
#black-studio-tinymce-5,
/*#black-studio-tinymce-8,  /* News Tips == don't need */
#nav_menu-3 {
	border-right: 1px solid #111;
}

.menu-sports-col {
	width: 33.3%;
	float: left;
}



#genesis-nav-primary .ubermenu h3.ubermenu-widgettitle {
    margin-bottom: 22px;
    padding: 0;
}

#genesis-nav-primary .ubermenu .ubermenu-widget {
    padding: 0 20px 8px;
}

#genesis-nav-primary .ubermenu-skin-black-white-2 {
    font-size: 13px;
	text-align: right;
}

#genesis-nav-primary .ubermenu .ubermenu-item-type-column>.ubermenu-submenu-type-stack>.ubermenu-item-normal:first-child {
    margin-top: 0;
}

#genesis-nav-primary .ubermenu.ubermenu-main.ubermenu-horizontal .ubermenu-item-level-0.ubermenu-active > .ubermenu-submenu-drop {
    border-top: 10px solid #149FD6;
	background-color: #fff;
}

#genesis-nav-primary .ubermenu-skin-black-white-2.ubermenu-horizontal .ubermenu-item-level-0.ubermenu-active > .ubermenu-submenu-drop {
    margin-top: 1px;
}

#genesis-nav-primary .ubermenu-main .ubermenu-submenu .ubermenu-item-header > .ubermenu-target,
#genesis-nav-primary .ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-item-header > .ubermenu-target,
#genesis-nav-primary .ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-item-header > .ubermenu-target:hover {
    font-size: 21px;
	color: #393a3a;
}

.ubermenu-widgettitle-poser {
	font-size: 21px;
	color: #393a3a;
	margin-bottom: 22px;
	padding: 0;
	text-transform: none;
}

.nav-sports-link {
	display: block;
	padding: 3px 0 4px 25px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 21px;
	width: 100%;
	margin: 0 0 5px;
	font-size: 14px;
}

.news-top-container {
	padding: 11px 0 18px 45px;
	background: url('images/icon-bulb.png') no-repeat left top;
	max-width: 160px;
}

.social-links-container {
	margin-top: -9px;
}

#custom_html-9 .social-links-container {
	margin: 0 0 0 10px;
}

.social-links-container a {
	float: left;
	width: 24px;
	height: 32px;
	overflow: hidden;
	text-indent: -1000em;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 8px 0 0;
	border-bottom: 2px solid transparent;
}

.social-links-container a:hover {
	border-bottom: 2px solid #23527c;
}

.social-links-container .menu-youtube {
	background-image: url('images/icon-youtube.png');
}
.social-links-container .menu-facebook {
	background-image: url('images/icon-facebook.png');
}
.social-links-container .menu-twitter {
	background-image: url('images/icon-twitter.png');
}
.social-links-container .menu-instagram {
	background-image: url('images/icon-instagram.png');
}




/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	background-color: #f2f2f2;
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

/* ## Secondary Navigation || NEED THESE?
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/* ## Customized Navigation
--------------------------------------------- */
/*
.fa-facebook {
    font-size: 18px !important;
    color: #2a328e;
    padding: 3px;
}

.fa-youtube-play {
    font-size: 18px !important;
    color: red;
    padding: 3px;
}

.fa-twitter {
    font-size: 18px !important;
    color: deepskyblue;
    padding: 3px;
}
*/
li {
    padding: 3px 0;
}


/* Mobile Search Styles
--------------------------------------------- */

.mobile-search input:focus::-webkit-input-placeholder { color:transparent; }
.mobile-search input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
.mobile-search input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
.mobile-search input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

.mobile-search {
    display: none;
    float: right;
    position: relative;
}

.mobile-search .search-form input[type="submit"] {
	display: none;
}

.mobile-search .search-form input[type="search"] {
	padding: 0 0 0 30px;
	height: 30px;
	-moz-transition: 400ms width ease;
    -webkit-transition-duration: 400ms;
    -webkit-transition-property: width;
    -webkit-transition-timing-function: ease;
    -o-transition-duration: 400ms;
    -o-transition-property: width;
    -o-transition-timing-function: ease;
    width: 0px;
	border: 0px;
	margin-bottom: 0px;
	margin-top: 11px;
	position: relative;
}

.mobile-search .search-form input[type="search"] {
	background: transparent url("images/icon-search-square.png") no-repeat scroll left center / 20px 16px;
	box-shadow: none;
	color: #000 !important;
}

.mobile-search .search-form input[type="search"]:focus {
	/*width: 189px;*/
	/*width: 100%;*/
	background: #ffffff url("images/icon-search-square-focus.png") no-repeat scroll left center / 20px 16px;
	border-bottom: 15px solid #C1D8ED;
	border-top: 15px solid #C1D8ED;
	border-left: 5px solid #C1D8ED;
	border-right: 5px solid #C1D8ED;
	margin-top: 15px solid #C1D8ED;
	position: relative;
	width: 90vw;
	height: 60px;
	font-size: 18px;
}

.mobile-search .search-form {
	position: relative;
	margin-top: 0px;
}

.mobile-search .search-form input[type="submit"]:hover {
	color: #F15123;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* Header Top
--------------------------------------------- */



/* Home Page
--------------------------------------------- */

.bizzyweb-pro-home .site-inner {
	max-width: 100%;
	margin: 0 auto;
}

/* Blog Archives
--------------------------------------------- */

.archive .content {
	margin-bottom: 40px;
}

.archive article {
	width: 50%;
	float: left;
	margin-bottom: 0;
	padding: 17px 0;
}

.archive article:nth-of-type(2n+3) {
	clear: left;
}

.archive-video-container {
    float: left;
    width: 35%;
}

.archive-content-container {
    float: left;
	width: 65%;
	padding: 0 6% 0 3%;
}

.archive article .entry-title {
	font-weight: 700;
}

.archive article .news-segment-title a,
.archive article .news-segment-title a:hover {
	color: inherit;
	text-decoration: none;
}

.segment-category-text .news-segment-title a,
.archive-content-container .news-segment-title a {
    color: inherit;
	text-decoration: none;
}

.segment-category-text .news-segment-title a:hover,
.archive-content-container .news-segment-title a:hover {
    color: inherit;
	text-decoration: underline;
}

body .alm-btn-wrap .alm-load-more-btn {
	background-color: #C1D8ED;
	color: #000;
}

body .alm-btn-wrap .alm-load-more-btn:hover {
	background-color: #00A7E0;
	color: #000;
}

/* Category Archives
--------------------------------------------- */

.tax-news_categories .content {
	margin-bottom: 25px;
}

.archive-title.category-previous {
	/*margin: 0;*/
	font-size: 26px;
}

.segment-category-text .news-segment-title {
	font-size: 19px;
}

.container-segment-cat-main {
	display: flex;
	align-items: flex-end;
	margin: 0 0 54px;
}

.segment-category-video {
	float: left;
	width: 48%;
	margin: 0 4% 0 0;
}

.segment-category-text {
	float: left;
	width: 48%;
}



/* FAQ Tabs
--------------------------------------------- */

.faq-container {
	margin: 40px 0 20px;
}

.faq-container::after {
	display: block;
	content: "";
	height: 0;
	clear: both;
}

body .nav-tabs > li {
	float: left;
	margin-bottom: 10px;
	padding: 0;
}

body .nav-tabs.faqs {
	display: block;
	width: 50%;
	float: left;
	border: none;
	margin-right: -1px;
}

body .tab-content.faqs > .active {
	display: block;
	background-color: #fff;
	padding: 12px 20px;
	border: none;
}

body .tab-content.faqs {
	width: 50%;
	float: left;
	border: 1px solid #393a3a;
}

body .nav-tabs.faqs > li > a {
	border-radius: 0;
	background-color: #C1D8ED; /* lighter blue = #D8E8F7 */
	border: 1px solid #C1D8ED;
	width: 98%;
	color: inherit;
	text-decoration: none;
	line-height: 1.2;
	outline: 0;
}

body .nav-tabs.faqs > li > a:hover {
	border: 1px solid #fff;
	text-decoration: none;
	background-color: #fff;
	color: inherit;
	
}

body .nav-tabs.faqs > li.active > a,
body .nav-tabs.faqs > li.active > a:focus,
body .nav-tabs.faqs > li.active > a:hover {
	border-top: 1px solid #393a3a;
	border-bottom: 1px solid #393a3a;
	border-left: 1px solid #393a3a;
	border-right: 1px solid #fff;
	width: 100%;
	background-color: #fff;
}




/* ## Entries
--------------------------------------------- */

.entry {
	/*margin-bottom: 40px;*/
	padding: 20px 0;
}

#genesis-content > .entry {
	padding-top: 0;
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

.search-results #genesis-content > .entry {
	padding: 6px 0 8px;
	margin-bottom: 10px;
}

.search-results #genesis-content > .entry:first-of-type {
	border-color: transparent;
}

.search-results #genesis-content > .entry .entry-header .entry-meta {
	margin-top: -16px;
	font-size: 0.93em;
	color: #aaa;
}

.search-results #genesis-content > .entry .entry-header .entry-meta a,
.search-results #genesis-content > .entry .entry-header .entry-meta a:hover {
	color: #aaa;
	text-decoration: none;
	font-weight: 400;
}


.search-results #genesis-content > .entry p {
	padding: 0 20px;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
	float: right;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
	padding: 0 1px;
}

.archive-pagination li a {
	display: inline-block;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: 0;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

/* Special Announcements
 * --------------------------------------------------------------------------------------------*/

.special-announcement-cta {
	background-color: #e5e5e5;
	padding: 0;
	margin: 20px 0 20px;
}

.special-announcement-cta .wrap {
	max-width: 1230px;
	padding: 0;
}

.announcement-container {
	display: flex;
	align-items: center;
	background: url('images/announcement-bg.png') no-repeat right center / contain;
	padding: 0 45px;
}

.announcement-video {
	width: 33%;
	padding: 0;
}

.announcement-video .su-youtube {
	margin-bottom: 0;
}

.announcement-message {
	width: 60%;
	padding: 20px 4%;
	text-align: center;
}

.announcement-text {
	line-height: 1.1;
}

.announcement-text h1 {
	font-size: 2.0rem;
}

.announcement-text h2 {
	font-size: 1.8rem;
}

.announcement-text h3 {
	font-size: 1.6rem;
}

.announcement-text p {
	margin-bottom: 0;
}

.announcement-link {
	text-align: center;
}

.announcement-link a {
	display: inline-block;
	background-color: #f6f6f6;
	padding: 2px 15px 6px;
	border: 1px solid #505050;
	margin: 20px 0 0;
	font-size: 14px;
}

/* # Pages
-------------------------------------------------------------------------------------------------------------------- */

/* Main pages category layout
 * ------------------------------------*/

.home .site-inner,
.page-template-page-single-city-main .site-inner,
.page-template-page-cities .site-inner,
.page-template-page-create .site-inner,
.page-template-page-sports .site-inner,
.page-template-page-individual-sport .site-inner,
.page-template-page-news .site-inner {
	display: none;
}

.main-category-portal {
	color: #149FD6;
	font-size: 27px;
	font-weight: 700;
	margin: 0 0 14px;
}

.main-category-portal.archive-icon {
	background-repeat: no-repeat;
	background-size: 65px;
	background-position: left center;
	min-height: 65px;
	padding: 16px 0 16px 76px;
	margin: 0;
}

.single .main-category-portal.archive-icon {
	padding-right: 180px;
}

.archive .main-category-portal.archive-icon {
	margin: 0 0 15px;
}

.main-category-portal.top-stories-main {
	margin-top: 20px;
}

.home-category-section {
	width: 100%;
	margin: 20px auto 0;
	font-size: 14.5px;
	overflow: hidden;
}

.home-category-section.category-spacer {
	margin-top: 40px;
}

.home-category-section p {
	margin: 0 0 15px;
}

#top-news-stories.home-category-section {
	display: flex;
	align-items: stretch;
}

.home-category-section::after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}

.category-display-header {
	background-color: #149FD6;
	font-size: 27px;
	color: #000;
	line-height: 1.2;
	margin: 0 0 10px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 2px 8px 2px 25px;
	text-align: left;
	position: relative;
}

#home-feed-category-0 .category-display-header {
	background-color: #149fd6;
}

#home-feed-category-1 .category-display-header {
	background-color: #e77602;
}

#home-feed-category-2 .category-display-header {
	background-color: #28b570;
}

#home-feed-category-3 .category-display-header {
	background-color: #cede00;
}

.more-category {
	display: block;
	position: absolute;
	top: 8px;
	right: 16px;
	bottom: 0;
	font-size: 14px;
	background: url("images/more-arrow.png") no-repeat right 5px;
}

.home-category-section h2 .more-category a {
	color: inherit;
	text-decoration: underline;
	margin: 0 18px 0 0;
	text-transform: none;
}

.home-category-section h2 .more-category a:hover {
	color: inherit;
	text-decoration: none;
}

.home-top .wrap {
	width: calc(100% + 14px);
	margin: 14px auto 20px;
}

.home-top > .wrap > .widget {
	margin: 0 -7px;
}

.home-top .wrap::after {
	display: block;
	height: 0;
	clear: both;
	content: "";
}

.home-feed-category {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
	position: relative;
}

.home-custom .home-feed-category {
	width: 48%;
}

#top-news-stories .home-feed-category:nth-of-type(1) {
	width: 47%;
}

#top-news-stories .home-feed-category:nth-of-type(2) {
	width: 53%;
}

#home-feed-category-0,
#home-feed-category-2 {
	margin-right: 4%;
}

.home-category-section .su-youtube {
	margin: 0;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.su-responsive-media-yes iframe,
.su-responsive-media-yes object,
.su-responsive-media-yes embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.no-video {
	background-image: url('images/no-video.png');
}

.special-announcement-cta .no-video {
	opacity: 0;
}

.single .no-video {
	display: block;
	margin-top: -32px;
	overflow: hidden;
	height: 0;
	padding: 0;
}

.video-container iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.home-featured-story {
	padding: 14px 0;
}

#cities-bottom-categories .home-featured-story,
.home-custom .home-featured-story {
	padding: 6px 0;
	margin: 8px 0;
	border-bottom: 1px solid #575757;
	border-top: 2px solid #d6d6d6;
}

.home-category-section .feed-link,
.home-category-section h2 a,
.home-category-section h3 a,
.home-category-section h4 a,
.home-category-section .feed-link:hover,
.home-category-section h2 a:hover,
.home-category-section h3 a:hover,
.home-category-section h4 a:hover {
	color: inherit;
	text-decoration: none;
}

.feed-inner {
	position: relative;
	min-height: 110px;
	overflow: hidden;
	background-color: #fff;
}

#news-news-stores .feed-inner {
	margin-bottom: 26px;
}

.feed-item {
	overflow: hidden;
	padding: 0 0 20px 17px;
	margin: 0;
	float: left;
	width: 50%;
	background-repeat: no-repeat;
	background-position: left center;
	transition: all 0.6s ease-out;
	position: relative;
	min-height: 70px;
	background-size: 29px;
	font-size: 14px;
}

.feed-item.no-icon {
	/*background-image: url('/wp-content/uploads/2017/11/CCX-Media_C-overL.png');  'images/icon-default.png'  */
	background-image: url('/wp-content/uploads/2018/03/Story_Icon.png'); /* 'images/icon-default.png'  */
}

.home-custom .feed-item {
	padding: 10px 16px 14px 6px;
	margin: 0;
}

.home-custom .feed-item:nth-of-type(2n+3),
#individual-sport-page .feed-item:nth-of-type(2n+3),
#cities-news-stores .feed-item:nth-of-type(2n+3),
#cities-bottom-categories .feed-item:nth-of-type(2n+3),
#sports-live-events .feed-item:nth-of-type(2n+3),
#news-news-stores .feed-item:nth-of-type(3n+4),
#news-news-segments .feed-item:nth-of-type(2n+3),
#top-news-stories .feed-item:nth-of-type(2n+3) {
	clear: left;
}

.home-featured-story h3,
.home-featured-story h4,
.feed-item h3,
.feed-item h4 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 12px 0 8px;
}

.home-featured-story h3 {
	font-size: 17px;
	margin-top: 0;
}

.feed-content {
	margin-left: 20px;
}

.home .feed-content {
	margin-left: 30px;
}

.feed-link {
	font-weight: bold;
	text-decoration: none;
}

.feed-nav-left,
.desktop-device.feed-nav-right {
	position: absolute;
	bottom: 20px;
	display: none;
	width: 60px;
	height: 22px;
}

.feed-nav-left {
	left: 10px;
	cursor: auto;
	background: transparent url('images/arrow-prev.png') no-repeat -300px center;
}

.desktop-device.feed-nav-right {
	right: 10px;
	cursor: pointer;
	background: #fff url('images/arrow-next.png') no-repeat center center;
}

.mobile-device.feed-nav-left,
.mobile-device.feed-nav-right {
	position: absolute;
	top: 83px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: all-scroll;
	display: none;
}

.content-fade {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 30px;
	background: url('images/fade-bg-31.png') repeat-x left bottom;
}

.content-fade.fade-single-link {
	display: block;
}

.content-fade.fade-all-links {
	display: none;
}

.home-more-link {
	background-color: thistle;
	font-size: 16px;
	color: #fff;
	line-height: 35px;
	margin: 10px 0 0;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	text-decoration: none;
	padding: 2px 5px 0 13px;
}

.home-more-link:hover {
	color: #fff;
	text-decoration: none;
}

.home-more-link span {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url("images/test-icon-2.png") no-repeat center center;
	background-size: 26px;
	vertical-align: middle;
	margin: 0 0 0 10px;
}

.feed-item .text-regular {
	text-transform: none;
}

/* News
 * ------------------------------------*/

#news-news-segments {
	margin-bottom: 45px;
}

#news-news-stores .feed-item {
	padding: 10px 20px 13px;
	width: 27.3%;
	margin: 0 3%;
	font-size: 14px;
}

.news-segment-video {
	float: left;
	width: 48%;
	position: relative;
	z-index: 5;
}

.news-segment-content {
	float: left;
	width: 52%;
	padding: 0 7% 0 11px;
	position: relative;
}

#news-news-segments .feed-item {
	padding: 14px 10px 8px 0;
}

.news-segment-title span.segment-title {
	text-transform: uppercase;
}

.news-segment-title span.segment-date {
	text-transform: none;
}

.news-tip {
	padding: 10px 20px 20px;
}

/* Sports
 * ------------------------------------*/

#individual-sport-page .home-feed-category {
	width: 48%;
}


#individual-sport-page .home-feed-single {
	max-width: 700px;
	margin: 0 auto;
}

#individual-sport-page .home-feed-category.col1 {
	margin-right: 4%;
}

#sports-live-events .feed-item {
	padding-left: 10px;
	padding-right: 10px;
}

#sports-live-events .feed-inner {
	width: calc(100% + 20px);
	margin-left: -10px;
}

#individual-sport-page .feed-inner {
	width: calc(100% + 18px);
	margin-left: -9px;
	margin-top: 40px;
}

#individual-sport-page .feed-item {
	padding: 0 9px 20px;
}

h2.main-column-title {
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 5px;
}

.archives-link.single-sport {
	clear: left;
}

.archives-link {
	padding: 40px 0;
}

/* Cities
 * ------------------------------------*/

.page-template-page-cities #genesis-content {
	margin-bottom: 20px;
}

.sections-column-half {
	width: 49%;
	float: left;
	position: relative;
}

.sections-column-half.column-half-1 {
	margin-right: 2%;
}

.sections-column-half .feed-item {
	padding: 0 20px 0 16px;
	margin: 0 0 30px;
}

#city-meeting-container {
	padding: 5%;
	display: flex;
	align-items: center;
}

#city-meeting-logo {
	width: 33.3%;
	text-align: right;
}

#city-meeting-logo img {
	display: block;
	max-height: 160px;
	margin: 0 auto;
	/*padding-right: 5%;*/
}

#city-meeting-content {
	width: 66.3%;
	padding: 0 0 0 4%;
}

.home-category-section.city-logo {
	padding: 20px 0 25px;
}

.home-category-section.city-logo img {
	display: block;
	margin: 0 auto;
	max-width: 400px;
}

.city-meetings-container {
	width: calc(100% + 30px);
	margin-left: -15px;
}

.city-meetings-container::after {
	display: block;
	content: "";
	height: 0;
	clear: left;
}

.city-meeting-link {
	display: block;
	height: 0;
	padding: 0 0 24%;
	float: left;
	width: 33.3%;
	position: relative;
}

.city-meeting-bg {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 15px;
	bottom: 15px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	overflow: hidden;
	text-indent: -1000em;
}

#city-menu-container .city-meeting-bg {
	left: 8%;
	right: 8%;
	top: 8%;
	bottom: 8%;
}

.city-menu-spacer {
	height: 10px;
	clear: left;
}

#city-meeting-content {
	text-align: center;
}

#city-meeting-content h3 {
	font-size: 35px;
	font-weight: 500;
}

.city-meetings-left,
.visit-city-right {
	height: 500px;
	line-height: 500px;
	text-align: center;
}

.city-meetings-left span,
.visit-city-right span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

/* Create
 * ------------------------------------*/

#create-bottom-section.home-category-section {
	margin-bottom: 0;
}

.whatsnew-ccx-container {
	margin: 30px 0 0;
}

.whatsnew-image {
	width: 38%;
	float: left;
	height: 0;
	overflow: hidden;
	padding: 0 0 47%;
	margin: 0 3% 20px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.whatsnew-image.no-video {
	background-size: contain;
	background-position: center top;
}

.whatsnew-content {
	float: none;
	/*width: 59%;
	padding-bottom: 20px;*/
}

.whatsnew-content p:last-of-type {
	margin-bottom: 0;
}

/* Single Posts
 * ------------------------------------*/

.single-column-content {
	width: 65%;
	float: left;
	margin: 0 4% 0 0;
}

.single-column-sidebar {
	float: left;
	width: 31%;
	margin: 0;
}

.single-header-container {
	position: relative;
	margin: 0 0 20px;
}

.single-header-container .entry-title {
	margin-bottom: 0;
	padding-right: 180px;
}

.single-post-meta {
	font-weight: 700;
}

.meta-pipe {
	color: #149FD6;
	padding: 0 3px;
}

.single-social-container {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: transparent;
}

.addtoany_shortcode,
.addtoany_list {
	display: inline-block;
}

.single-social-container a,
.single-social-container .addtoany_list a {
	display: inline-block;
	height: 33px;
	width: 33px;
	border: 1px solid #959595;
	border-radius: 200px;
	text-indent: -1000em;
	padding: 0;
	margin: 0 0 0 3px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 27px;
	color: transparent;
	overflow: hidden;
	vertical-align: bottom;
}

.single-social-container .soc_button_rss {
	background-image: url('/wp-content/uploads/2018/01/icon-rss.png');
}



.single-social-container .addtoany_list .a2a_button_copy_link {
    background-image: url('/wp-content/uploads/2018/02/icon-link.png');
}

.single-social-container .addtoany_list .a2a_button_email,.single-social-container .soc_button_email {
	background-image: url('/wp-content/uploads/2018/01/icon-mail.png');
}

.single-social-container .addtoany_list .a2a_button_facebook {
	background-image: url('/wp-content/uploads/2018/01/icon-facebook.png');
}

.single-social-container .addtoany_list .a2a_button_google_plus {
	background-image: url('/wp-content/uploads/2018/01/icon-google.png');
}

.single-social-container .addtoany_list .a2a_button_twitter {
	background-image: url('/wp-content/uploads/2018/01/icon-twitter.png');
}

.single-social-container a:hover,
.single-social-container .addtoany_list a:hover {
	border: 1px solid #959595;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}

.single-video-container {
	margin: 0 0 38px;
}

.sidebar-header {
	font-size: 22px;
	color: #000;
	text-transform: uppercase;
	padding: 6px 15px 5px;
	margin: 2px 0 30px;
	background-color: #e5e5e5;
	line-height: 1.2;
}

.single-column-sidebar .feed-item {
	padding: 12px 0 12px 17px;
	width: 100%;
	float: none;
	min-height: 50px;
}

.single-column-sidebar .feed-content {
	margin-right: 20%;
}

.single-column-sidebar a.feed-link,
.single-column-sidebar a.feed-link:hover {
	color: inherit;
}

.single-author-container {
	margin: 20px 0 0;
	padding: 18px 0 8px;
	border-top: 1px solid #5c6771;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	clear: both;
}

.author-image {
	height: 75px;
	width: 75px;
	border-radius: 300px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-right: 19px;
}

.author-image.no-auth-img {
	width: 2px;
	margin-right: 0;
}

.author-information a {
	font-size: 1.09em;
}

.single-author-category {
	text-transform: capitalize;
}

/* News Program Template */

.news-main-section {

}

.news-main-video-image {
    width: 550px;
    float: left;
}

.news-main-title-content {
    width: 550px;
    float: right;
}

.news-program-archive {
    width: 50%;
    float: left;
}

.news-program-archive-video-image {
    float: left;
    width: 210px;  
}

.news-program-archive-content {
    
}

.archive .su-youtube {
	margin: 0;
}

.main-menu-mobile {
    display: none !important;   
}

/* Northwest Suburbs Cable Communications Commission Page Template Styles */

.nsccc-title-area {
    background-repeat: no-repeat;
    width: 372px;
    height: 137px;
    float: left;
}

.nsccc-nav-area {
    float: right;
    margin-top: 50px;
}

.page-template-nwsccc-page-template .header-top {
    display: none;
}

.page-template-nwsccc-page-template .site-header .wrap {
    padding-top: 0px;
}

.nwsccc-flex-container {
    /*padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;*/    
}

.nwsccc-flex-item {
    /*height: 520px;
    margin-bottom: 15px;
    width: 540px;*/    
}

.nwsccc-videos {
    text-align: center;
    margin-bottom: 50px;
}

.reports-surveys,
.ordinances {
    text-align: center;
}

.reports-ordinance.row {
    margin-top: 50px;
    margin-bottom: 40px;
}

.page-template-nwsccc-page-template .ubermenu.ubermenu-main {
    /*float: right;
    clear: none;
    margin-top: 50px;*/
}

.page-template-nwsccc-page-template h2 {
    font-size: 1.6rem;
    color: #FF9721;
}

.entry-content .cable-commissioners ul > li {
    list-style-type: none;
}

.entry-content .cable-commissioners ul {
    margin-left: 0;
}

.cable-commissioners p {
    margin-bottom: 5px;
}

#menu-nsccc-menu.genesis-nav-menu {
    display: block;   
}

#menu-nsccc-menu.genesis-nav-menu .menu-item a {
    background: #c1d8ed;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    padding: 10px 0;
    text-decoration: none;
}

#menu-nsccc-menu.genesis-nav-menu .menu-item a:hover {
    background: #00A7E0;
}

#menu-nsccc-menu.genesis-nav-menu .menu-item {
    width: 200px;
}

/* Single Post Icons */

.single-post-icon {
    /*background-size: 90px;
    background-repeat: no-repeat;
    background-position: left center;*/
    min-height: 90px;
    /*padding: 33px 0 35px 76px;*/
    margin: 0 15px 0 0;
    min-width: 35%;
    line-height: 6;
    float: left;
}

.single-post-icon .school-name {
	padding-left: 5px;
}

/* Staff Page Template */
.su-posts-default-loop.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;    
}

.su-post.staff-page {
    height: 350px;
}

.su-post.staff-page.flex-item {
    height: 350px;
    margin-bottom: 15px;
    width: 230px;  
}

.su-post.staff-page .su-post-thumbnail {
    width: 100%;
    height: auto;
    margin-right: 0;
    text-align: center;
}

.su-post.staff-page .su-post-thumbnail img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
    margin-bottom: 10px;
}

.staff-page h2.su-post-title {
    text-align: center;
}

.staff-page h2.su-post-title a {
    text-decoration: none;
    text-transform: uppercase;
}

.su-post.staff-page p {
    text-align: center;
    margin-bottom: 5px;
}

.su-post.staff-page a {
    text-decoration: none;
}

/* News and Sports Program template
---------------------------------------------------------------------------------------------------- */

.archive .alm-listing li {
    padding: 0;
    width: 50%;
    float: left;
}

.archive .alm-listing li:nth-of-type(2n+3) {
	clear: left;
}

.alm-btn-wrap .alm-load-more-btn.done {
    display: none;
}

.archive .alm-listing .alm-reveal > li {
    padding: 10px!important;
}

/* Watch Our Channels ACF Styles
---------------------------------------------------------------------------------------------------- */

.watch-channels.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;    
}

.watch-channels.flex-item {
    height: 425px;
    margin-bottom: 15px;
    width: 250px;  
}

.watch-channels.volunteer.flex-item {
    height: 300px;
}

.watch-channels img {
    margin-bottom: 10px;
}

.watch-channels h3 {
    text-align: center;
	font-size: 16px;
}

.watch-channels h3 a {
    text-decoration: none;
}

.watch-channels p {
    text-align: center;
}

/* About CCX Media ACF Styles
---------------------------------------------------------------------------------------------------- */

.about-ccx img {
    padding: 20px;
}

.about-ccx-top-container {
	display: flex;
	align-items: flex-end;
	margin: 7px 0 60px;
}

.about-ccx-top-sub.about-img {
	width: 42%;
	margin: 0 2% 0 0;
}

.about-ccx-top-sub.about-img img {
	display: block;
	margin: 0;
	width: 100%;
}

.about-ccx-top-sub.about-description {
	width: 56%;
}

.about-ccx-top-sub h2 {
	font-size: 28px;
	line-height: 1.1;
	margin-bottom: 30px;
}

.about-h2 {
	display: block;
}

.about-ccx-top-sub.about-description p:last-of-type {
	margin-bottom: 0;
}

.about-ccx.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;    
}

.about-ccx.flex-item {
    height: 350px;
    margin-bottom: 15px;
    width: 250px;  
}

.about-ccx.about-news.flex-item {
    border: 5px solid #149fd6;
}

.about-ccx.about-sports.flex-item {
    border: 5px solid #e77602;
}

.about-ccx.about-cities.flex-item {
    border: 5px solid #008000;
}

.about-ccx.about-create.flex-item {
    border: 5px solid #cede00;
}

.about-ccx p {
    text-align: center;
    padding: 3px 10px;
    margin: 0;
}

hr.about-ccx {
	margin: 60px 0 24px;
	height: 2px;
	background: #393a3a;
}


h3.about-ccx {
    margin-bottom: 33px;
	font-size: 20px;
}

.about-directors {
    height: 110px;
}

.about-directors.flex-item {
    height: 110px;
    margin-bottom: 15px;
    width: 20%;
	padding-right: 20px;
}

.about-directors h4 {
	font-size: 1.2em;
	margin-bottom: 6px;
}

.about-directors p {
    text-align: left;
    padding: 0;
}

.about-directors .fa {
	font-size: 1.4em;
	margin-top: 3px;
}

.about-directors a,
.about-directors a:hover {
	color: inherit;
	text-decoration: none;
}

/* Contact Us Page Styles
---------------------------------------------------------------------------------------------------- */

.contact-us-icons a.sue-icon i {
    padding: 15px !important;
}

.contact-us-icons .sue-icon-text {
    top: 20px;
    left: -45px;    
    margin: 0;
}

.contact-marker-icon,
.contact-phone-icon,
.contact-hours-icon {
    position: relative;
}

.contact-marker-icon:before {
    content: "\f041";
    font-family: FontAwesome;
    font-size: 2.5rem;
    position: absolute;
    top: -5px;
    left: 6px;
}

.contact-phone-icon:before {
    content: "\f10b";
    font-family: FontAwesome;
    font-size: 2.5rem;
    position: absolute;
    top: -5px;
    left: 7px;
}

.contact-hours-icon:before {
    content: "\f017";
    font-family: FontAwesome;
    font-size: 2.5rem;
    position: absolute;
    top: -5px;
}

.contact-hours-icon.create:before {
    top: 15px;   
}

.contact-marker-icon p,
.contact-phone-icon p,
.contact-hours-icon p {
    margin-left: 40px;
}

.contact-phone-icon p {
    top: 9px;
    position: relative;
    margin-bottom: 30px;
}

/* FAQ Tabs with Bootstrap
---------------------------------------------------------------------------------------------------- */

.nav-tabs.faqs {
	display: block;
	width: 25%;
	float: left;
	border: 0;
}

.nav-tabs.faqs > li {
	width: 100%;
}

.nav-tabs.faqs > li.active > a, 
.nav-tabs.faqs > li.active > a:focus, 
.nav-tabs.faqs > li.active > a:hover {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 0px solid #e5e5e5;
	border-radius: 0;
}

.nav-tabs.faqs > li > a {
	margin-right: -1px;
}

.nav-tabs.faqs > li > a:hover {
	border: 1px solid #e5e5e5;
	border-right: 0;
	border-radius: 0;
	background: #ffffff;
	color: #000000;
}

.tab-content.faqs {
	width: 75%;
	float: left;
}

.tab-content.faqs > .tab-pane {
    display: none;
}

.tab-content.faqs > .active {
    display: block;
	background: #ffffff;
	padding: 10px;
	border: 1px solid #e5e5e5;
}

@media (min-width:768px){
    .tab-content .tab-pane:nth-child(2) .times,
    .tab-content .tab-pane:nth-child(3) .times {
        display: none;
    }
}

/* Resources Tabs with Bootstrap
---------------------------------------------------------------------------------------------------- */

.nav-tabs.resources {
	display: block;
	border: 0;
	margin-left: 0;
}

.tab-content.resources > .tab-pane {
    display: none;
}

.tab-content.resources > .active {
    display: block;
	background: #ffffff;
	padding: 10px;
}

.nav-tabs.resources > li > a {
    border: 1px solid #000000;
    border-radius: 0;
    text-decoration: none;
}

.nav-tabs.resources > li.active > a, 
.nav-tabs.resources > li.active > a:focus, 
.nav-tabs.resources > li.active > a:hover {
    border: 1px solid #000000;
    border-radius: 0;
    text-decoration: none;
    background: #eeeeee;
}

.resources.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around; 
}

.resource.flex-item {
    min-height: 300px;
    margin-bottom: 15px;
    width: 260px;  
}

.resource-pdf-title {
    text-align: center;
    text-transform: uppercase;
    padding-top: 10px;
    margin-bottom:40px;
    font-size: 18px;
}

.resource {
    min-height: 450px;
}

/* CCX Ads
---------------------------------------------------------------------------------------------------- */

.ccx-adsense {
    text-align: center;
    padding: 20px 0;
}

.ccx-adsense-single {
    text-align: center;
    padding: 0 0 20px;
}

.ccx-adsense-related {
    text-align: center;
    padding: 20px 0 0;
}

.leader-board-728 {
    width: 728px;
    height: 90px;
    margin: 15px auto;
    display: block;
}

.leader-board-970 {
    width: 970px;
    height: 90px;
    margin: 15px auto;
    display: block; 
}

.leader-board-300-single {
    width: 300px;
    height: 250px;
    margin: 15px auto;
    display: block;
}

.leader-board-250-single {
    width: 250px;
    height: 250px;
    margin: 15px auto;
    display: block;
}

/* Make Your Own Show Events List 
---------------------------------------------------------------------------------------------------- */

.make-your-own-show .widget {
    width: 23%;
    float: left;
    margin-right: 30px;
}

.make-your-own-show .widget:last-child {
    float: right;
    margin-right: 0px;
}


.make-your-own-show .widget-title {
    border-bottom: 1px solid #000000;
    font-weight: 600;
    font-size: 1.4rem;
    padding-bottom: 10px;
}

.make-show-event {
    font-size: 1.3rem;
}

.make-show-event h4 {
    margin-bottom: 0;
}

.make-show-event h4 a {
    text-decoration: none;
    text-transform: none;
    font-weight: 700;
    font-size: 1.4rem;
}

p.make-show-event-time {
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.0rem;
}

p.make-show-event-location {
    margin: 10px 0;
    font-style: italic;
    line-height: 1.2;
    font-size: 1.0rem;
}

p.make-show-event-register a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 500;
}

.entry-content .make-your-own-show ul {
    margin-left: 0;
}

.entry-content .make-your-own-show ul > li {
    list-style-type: none;
}

/* Full Schedule Template CSS
---------------------------------------------------------------------------------------------------- */

.cd-schedule {
  position: relative;
  /*width: 360px;*/
	width: 30%;
  float: left;
  margin: 0 auto;
  /*height: 500px;*/
  height: 5000px;
}

.cd-schedule::before {
  /* never visible - this is used in js to check the current MQ */
  content: 'mobile';
  display: none;
}

.cd-schedule::after {
    clear: both;
    content: "";
    display: block;
}

.cd-schedule::before {
    content: 'desktop';
}

.cd-schedule .events {
  position: relative;
  z-index: 1;
  float: left;
  width: calc(100%);
  margin-left: 80px;
}

.cd-schedule .events .events-group {
  width: 100%;
  float: left;
  border: 0px solid #EAEAEA;
  margin-bottom: 0;
}

.cd-schedule .events .top-info {
  width: 100%;
  display: table;
  height: 50px;
  border-bottom: 1px solid #EAEAEA;
  padding: 0;
}

.cd-schedule .events .top-info > span {
  line-height: 1.2;
  display: table-cell;
  vertical-align: middle;
  padding: 0 .5em;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.cd-schedule .events .top-info > span a {
    font-size: 0.9rem;
    font-weight: 400;
}

.cd-schedule .events .events-group > ul {
  position: relative;
  padding: 0;
  display: block;
}

.cd-schedule .events .events-group > ul::after {
  /* never visible - used to add a right padding to .events-group > ul */
  display: none;
}

.cd-schedule .events .single-event {
    position: absolute;
    z-index: 3;
    /* top position and height will be set using js */
    /*width: calc(100% + 2px);*/
	/*width: 358px;*/
	width: 98%;
    left: 0px;
    box-shadow: 0;
    /* reset style */
    -ms-flex-negative: 1;
        flex-shrink: 1;
    height: auto;
    max-width: none;
    margin-right: 0;
}

.cd-schedule .events .single-event:last-of-type {
  margin-right: 0;
}

.cd-schedule .events a .event-name,
.cd-schedule .events .event-name p {
  display: block;
  height: 100%;
  padding: .1em 0 0 .6em;
  color: #000000;
  font-weight: 500;
  text-decoration: none;
  font-size: 0.9rem;
}

.cd-schedule .events .event-name a {
    color: #000;
    text-decoration: underline;
    font-weight: 500;
}

.cd-schedule.loading .events .single-event {
  /* the class .loading is added by default to the .cd-schedule element
	   it is removed as soon as the single events are placed in the schedule plan (using javascript) */
  opacity: 0;
}

.cd-schedule .event-name,
.cd-schedule .event-date {
  display: block;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
}

.cd-schedule .event-name {
  font-size: 1.4rem;
  font-weight: 700;
}

.cd-schedule .event-date {
  /* they are not included in the the HTML but added using JavScript */
  font-size: 1.4rem;
  opacity: .7;
  line-height: 1.2;
  margin-bottom: .2em;
}

.cd-schedule .single-event[data-event="event-1"],
.cd-schedule [data-event="event-1"] .header-bg {
  /* this is used to set a background color for the event and the modal window */
  background: #ffffff;
  /*border: 1px solid #c3c3c3;*/
  border-top: 1px solid #c3c3c3;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.cd-schedule .single-event[data-event="event-1"]:hover {
  background: #f4f4f4;
}

.cd-schedule .timeline,
.cd-schedule .times {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    height: 100%;
    width: 80px;
    padding-top: 50px;
}

.page-template-page-create .cd-schedule .timeline,
.page-template-page-create .cd-schedule .times {
    top: 0; 
}

.cd-schedule .timeline li,
.cd-schedule .times li {
    position: relative;
    height: 100px;
	border-top: 0px solid #c3c3c3;
	width: 100%;
	top: -14px;
}

.cd-schedule .timeline li:nth-of-type(2n), 
.cd-schedule .times li:nth-of-type(2n) {
    border-top: 0px;
}

.cd-schedule .timeline li::after,
.cd-schedule .times li::after {
    /* this is used to create the table horizontal lines */
    content: '';
    position: absolute;
    bottom: 0;
    /*left: 60px;*/
    left: 0;
    /*width: calc(100% - 60px);*/
    width: 0;
    height: 1px;
    background: #EAEAEA;
}

.cd-schedule .timeline li span,
.cd-schedule .times li span {
    display: inline-block;
    /*-webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);*/
    font-size: 0.9rem;
}

.cd-schedule .timeline li:nth-of-type(2n) span,
.cd-schedule .times li:nth-of-type(2n) span {
    display: none;
}

.tab-content.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.tab-content .times {
	display: none;
}

.tab-content > .active .times {
	display: block;
}

.tab-pane.flex-item {
    width: 210px;
}

.nav-tabs {
	display: none;
	border: 0;
}

.tab-content > .tab-pane {
    display: block;
}

.fade {
    opacity: 1;
}

.tab-pane li {
    padding: 0;
}

span.ccx-start-time {
    font-size: 0.8em;
}

.live-events-btn button {
    margin: 0;
}

.show-schedule-search input {
    float: left;
    width: 70%;
    border: 1px solid #c3c3c3;
}

.show-schedule-search .button {
    float: right;
    margin: 0;
    width: auto;
}

h2.schedule-page-date {
    position:relative;
    top: -70px;
}

.channel-tooltips {
    cursor: pointer;
    float: none;
    font-size: 0.75em;
    font-weight: 700;
    text-transform: lowercase;
    border:2px solid #000;
    border-radius: 50%;
    padding:1px 6px;
}

.page-template-page-create .channel-tooltips {
    float: right;
    width: auto;
}

.watch-live-mobile {
    display: none;
}

/* New schedule Style */
.top-links .watch-button button{
    background: linear-gradient(90deg, rgba(121,195,80,1) 0%, rgba(58,177,168,1) 84%, rgba(121,195,80,1) 100%);
    border: 1px solid #fff;
    transition: all 0.1s ease-in-out;
}

.top-links .watch-button button:hover {
    background: #00A7E0;
    transition: all 0.1s ease-in-out;
}

.top-links .watch-button a{
    color: #fff;
    text-decoration: none;
}

.top-links .channel-links a{
    text-decoration: none;
}

.top-links .channel-links .pc{
    font-size: 30px;
    font-weight: 800;
    color: #000;
}

.top-links .channel-links .sc{
    font-size: 22px;
    font-weight: 800;
    color: #79c350;
    margin-right: 1rem;
}

.top-links .channel-links a:hover {
    color: #00A7E0;
}

.date-arrows {
    width: 350px;
    margin: 0 auto;
    margin-bottom: 4rem;
    display: flex;
    justify-content: space-evenly;
}

.date-arrows a{
    color: #3ab1a8;
    font-weight: 100;
    text-decoration: none;
}

.date-arrows a:hover{
    color: #00A7E0;
}

.n.cd-schedule{
  position: relative;
  /*width: 360px;*/
  width: 100%;
  float: left;
  margin: 3rem auto;
  /*height: 5000px;*/
  height: auto;
}

.n.cd-schedule::before {
  /* never visible - this is used in js to check the current MQ */
  content: 'mobile';
  display: none;
}

.n.cd-schedule::after {
    clear: both;
    content: "";
    display: block;
}

.n.cd-schedule::before {
    content: 'desktop';
}

.n.cd-schedule .events {
  position: relative;
  z-index: 1;
  float: left;
  width: calc(100%);
  margin-left: 0;
}

.n.cd-schedule .events .events-group {
  width: 100%;
  float: left;
  border: 0px solid #EAEAEA;
  margin-bottom: 0;
}

.n.cd-schedule .events .top-info {
  width: 100%;
  display: table;
  height: 50px;
  border-bottom: 1px solid #EAEAEA;
  padding: 0;
}

.n.cd-schedule .events .top-info > span {
  line-height: 1.2;
  display: table-cell;
  vertical-align: middle;
  padding: 0 .5em;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.n.cd-schedule .events .top-info > span a {
    font-size: 0.9rem;
    font-weight: 400;
}

.n.cd-schedule .events .events-group > ul {
  position: relative;
  padding: 0;
  display: block;
}

.n.cd-schedule .events .events-group > ul::after {
  /* never visible - used to add a right padding to .events-group > ul */
  display: none;
}

.n.cd-schedule .events .single-event {
    position: initial!important;
    z-index: 3;
    /* top position and height will be set using js */
    /*width: calc(100% + 2px);*/
	/*width: 358px;*/
	width: 98%;
    left: 0px;
    box-shadow: 0;
    /* reset style */
    -ms-flex-negative: 1;
        flex-shrink: 1;
    height: auto!important;
    max-width: none;
    margin-right: 0;
    min-height: 40px;
}

.single-event .current-show {
    background-color: green;
    color: white; /* Adjust text color as needed */
}

.n.cd-schedule .events .single-event:last-of-type {
  margin-right: 0;
}

.n.cd-schedule .events a .event-name,
.n.cd-schedule .events .event-name p {
  display: block;
  height: 100%;
  padding: 0 0 0 2.6em;
  color: #000000;
  font-weight: 500;
  text-decoration: none;
  font-size: 1rem;
}

.n.cd-schedule .events .event-name a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.n.cd-schedule .events .event-name a:hover{
    text-decoration: underline;
}

.n.cd-schedule.loading .events .single-event {
  /* the class .loading is added by default to the .cd-schedule element
	   it is removed as soon as the single events are placed in the schedule plan (using javascript) */
  opacity: 0;
}

.n.cd-schedule .event-name,
.n.cd-schedule .event-date {
  display: block;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
}

.n.cd-schedule .event-name {
  font-size: 1.4rem;
  font-weight: 700;
  padding-top: 10px;
}

.n.cd-schedule .event-date {
  /* they are not included in the the HTML but added using JavScript */
  font-size: 1.4rem;
  opacity: .7;
  line-height: 1.2;
  margin-bottom: .2em;
}

.n.cd-schedule [data-event="event-1"] .header-bg {
  /* this is used to set a background color for the event and the modal window */
  background: #ffffff;
  border: none!important;
  /*border-top: 1px solid #c3c3c3;*/
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.n.cd-schedule .single-event[data-event="event-1"]:nth-child(even) {
    /*background: rgba(193, 216, 237, .2);*/
    background: rgba(230, 230, 230, .6);
}

/*.n.cd-schedule .single-event[data-event="event-1"]:nth-child(3n+0) {
    background: rgba(150, 193, 72, .2);
}*/

.n.cd-schedule .single-event[data-event="event-1"]:hover{
  background: #C1D8ED;
}

.n.cd-schedule .timeline,
.n.cd-schedule .times {
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    height: 100%;
    width: 100px;
    padding-top: 50px;
}

.page-template-page-create .n.cd-schedule .timeline,
.page-template-page-create .n.cd-schedule .times {
    top: 0; 
}

.n.cd-schedule .timeline li,
.n.cd-schedule .times li {
    position: relative;
    height: 100px;
	border-top: 0px solid #c3c3c3;
	width: 100%;
	top: -14px;
}

.n.cd-schedule .timeline li:nth-of-type(2n), 
.n.cd-schedule .times li:nth-of-type(2n) {
    border-top: 0px;
}

.n.cd-schedule .timeline li::after,
.n.cd-schedule .times li::after {
    /* this is used to create the table horizontal lines */
    content: '';
    position: absolute;
    bottom: 0;
    /*left: 60px;*/
    left: 0;
    /*width: calc(100% - 60px);*/
    width: 0;
    height: 1px;
    background: #EAEAEA;
}

.n.cd-schedule .timeline li span,
.n.cd-schedule .times li span {
    display: inline-block;
    /*-webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);*/
    font-size: 0.9rem;
}

.n.cd-schedule .timeline li:nth-of-type(2n) span,
.n.cd-schedule .times li:nth-of-type(2n) span {
    display: none;
}

.tab-content.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.tab-content .times {
	display: none;
}

.tab-content > .active .times {
	display: block;
}

.tab-pane.flex-item {
    width: 210px;
}

.nav-tabs {
	display: none;
	border: 0;
}

.tab-content > .tab-pane {
    display: block;
}

.fade {
    opacity: 1;
}

.tab-pane li {
    padding: 0;
}

span.ccx-start-time {
    font-size: 0.8em;
}

.live-events-btn button {
    margin: 0;
}

.nshow-schedule-search input {
    float: left;
    width: 70%;
    border: 1px solid #c3c3c3;
}

.nshow-schedule-search input.search-input {
    padding: 8.4px;
}

.nshow-schedule-search .button {
    float: none!important;
    margin: 0;
    width: auto;
}

h2.schedule-page-date {
    position:relative;
    top: -70px;
}

.channel-tooltips {
    cursor: pointer;
    float: none;
    font-size: 0.75em;
    font-weight: 700;
    text-transform: lowercase;
    border:2px solid #000;
    border-radius: 50%;
    padding:1px 6px;
}

.page-template-page-create .channel-tooltips {
    float: right;
    width: auto;
}

.watch-live-mobile {
    display: none;
}

/* new show details */

.ccx-show .show-video .trms-player{
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}

.ccx-show .show-detail-area {
    padding: 1.6rem;
    background-color: #c1d8ed;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ccx-show .show-date {
    margin-top: 10px;
}

@media only screen and (max-width: 800px) {
    .ccx-show .show-detail-area {
        margin-top: 30px;
    }
}

/* Tribe Events Styles
---------------------------------------------------------------------------------------------------- */

.single-tribe_events #tribe-events-footer,
.single-tribe_events .tribe-events-back {
    display: none;
}

.tribe-events article {
    width: 100%;
}

.page-template-cablecast-show-details .alignnone {
    /* display: none; */
}

/* # Plays of the Week Poll Page Styles
---------------------------------------------------------------------------------------------------- */

.potw-poll-clips {
	margin-bottom: 20px;
	min-height: 450px;
}

.potw-poll-clips:nth-child(odd) {
	padding-left: 0;
	padding-right: 25px;
}

.potw-poll-clips:nth-child(even) {
	padding-left: 25px;
	padding-right: 0;
}

.page-template-plays-of-the-week-template .single-social-container {
	position: unset;
}

.page-template-plays-of-the-week-template .gform_confirmation_message {
	margin-top: 50px;
}

.page-template-plays-of-the-week-template .gpoll_wrapper {
	background: rgba(0,0,0,0.1);
	
}

.page-template-plays-of-the-week-template .gform_wrapper form {
    text-align: left;
    max-width: 500px;
    margin: 0 auto;
	padding: 1px 0 25px;
}

.page-template-plays-of-the-week-template .gform_wrapper .gform_footer {
    text-align: left;
}

.page-template-plays-of-the-week-template .gform_wrapper label.gfield_label {
	font-size: 1.4rem;
	text-transform: uppercase;
}

.page-template-plays-of-the-week-template ul.alm-listing {
	margin-left: 0;
}

.page-template-plays-of-the-week-template .archive-video-container {
    float: none;
    width: 100%;
}

.page-template-plays-of-the-week-template .archive-content-container {
    float: none;
    width: 100%;
    padding: 0;
}

.page-template-plays-of-the-week-template .alm-reveal a {
	pointer-events: none;
}

.page-template-plays-of-the-week-template .alm-reveal li.no-img {
	width: 50%;
	float: left;
	min-height: 300px;
}

.page-template-plays-of-the-week-template .alm-reveal li.no-img:nth-child(odd) {
	padding-right: 25px;
}

.page-template-plays-of-the-week-template .alm-reveal li.no-img:nth-child(even) {
	padding-left: 25px;
}

.page-template-plays-of-the-week-template .archive-content {
	display: none;
}

.page-template-plays-of-the-week-template .news-segment-title {
	font-size: 18px;
}

.page-template-plays-of-the-week-template .su-youtube {
	margin: 0 0 0.3em 0;
}

/* show details */

.page-template-revised-show-details iframe {
    width: 100vw;
    height: 33vw;
    margin: 20px 0;
}

/* # Plays of the Week YOP Poll test page
---------------------------------------------------------------------------------------------------- */
/*
.page-template-plays-of-the-week-yop-template .single-social-container {
	position: unset;
}


.page-template-plays-of-the-week-yop-template ul.alm-listing {
	margin-left: 0;
}

.page-template-plays-of-the-week-yop-template .archive-video-container {
    float: none;
    width: 100%;
}

.page-template-plays-of-the-week-yop-template .archive-content-container {
    float: none;
    width: 100%;
    padding: 0;
}

.page-template-plays-of-the-week-yop-template .alm-reveal a {
	pointer-events: none;
}

.page-template-plays-of-the-week-yop-template .alm-reveal li.no-img {
	width: 50%;
	float: left;
	min-height: 300px;
}

.page-template-plays-of-the-week-yop-template .alm-reveal li.no-img:nth-child(odd) {
	padding-right: 25px;
}

.page-template-plays-of-the-week-yop-template .alm-reveal li.no-img:nth-child(even) {
	padding-left: 25px;
}

.page-template-plays-of-the-week-yop-template .archive-content {
	display: none;
}

.page-template-plays-of-the-week-yop-template .news-segment-title {
	font-size: 18px;
}

.page-template-plays-of-the-week-yop-template .su-youtube {
	margin: 0 0 0.3em 0;
}

*/
/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

body .footer-widgets .gform_wrapper ul li.gfield {
    margin-top: 0;
}

.footer-widgets .gform_wrapper .gform_footer {
    padding: 0;
    margin: 6px 0 0;
}

.footer-widgets .gform_wrapper li.hidden_label input {
    margin-top: 0;
}

.footer-widgets .gform_wrapper {
    margin: 0;
}

.footer-widgets {
    background-color: #c1d8ed;
	padding-top: 33px;
	margin-top: 40px;
	color: #222;
}

.footer-widgets .menu .menu-item {
	text-transform: uppercase;
}

.footer-widgets .widget {
    margin-bottom: 14px;
    font-weight: 400;
}

.footer-widgets-1, 
.footer-widgets-2, 
.footer-widgets-3, 
.footer-widgets-4 {
	width: 21.875%;
}

.footer-widgets-1, 
.footer-widgets-2, 
.footer-widgets-3 {
	float: left;
	margin-right: 4.166666666%;
	padding-bottom: 50px;
}

.footer-widgets-4 {
	float: right;
	padding-bottom: 30px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.underline {
    border-bottom:1px solid #5c6771; 
    padding: 0 4px 4px;
    font-size: 16px;
    font-weight: 500;
	text-transform: uppercase;
	width: calc(100% + 8px);
	margin-left: -4px;
	color: #222;
}

a.footer-tel { /* removes color and underline from links */
	color: inherit;
	text-decoration: none;
}

a.footer-tel:hover {
	text-decoration: none;
}

#media_image-24 {
	margin-top: 30px;
}

.footer-randomlink {
	margin-bottom: 14px;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.creds {
	max-width: 800px;
	margin: 0 auto;
}

.site-footer {
    background-color: #393a3a;
    font-size: 12px;
    padding: 33px 0 23px;
	text-align: center;
	color: #fff;
}

.site-footer a {
	color: #fff;
}

.site-footer a:hover {
	color: #149FD6;
}

.footer-bizzy,
.footer-bizzy:hover {
	text-decoration: none;
	font-weight: 400;
}

.footer-section {
	margin-bottom: 12px;
}

.footer-pipe {
	padding: 0 2px;
}


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

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

	.special-announcement-cta .wrap {
		padding: 20px 0 20px;
	}
	
}

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

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.about-directors.flex-item {
		width: 25%;
	}
	
	#cities-bottom-categories .sections-column-half .feed-item,
	#cities-news-stores .sections-column-half .feed-item {
		width: 100%;
	}
	
	.single-column-sidebar .feed-content {
		margin-right: 0;
	}

	.city-meetings-container .city-meeting-link {
		width: 50%;
		padding: 0 0 23%;
	}
	
	#city-meeting-content h3 {
		font-size: 28px;
	}
	
	.tips-container .gform_wrapper form {
		width: 100%;
	}

	#tohr-weather {
		width: 21%;
	}

	#tohr-guide {
		width: 19%;
	}

	#tohr-order {
		width: 17%;
	}

	#tohr-search {
		width: 21%;
	}

	#tohr-connect {
		width: 22%;
	}
	
	#tohr-search .tohr-icon {
		left: 7px;
	}
	
	#tohr-search .tohr-link-container {
		padding: 0 7% 0 33px;
	}
	
	.about-ccx.flex-container {
		justify-content: space-around;
	}
	
    .make-your-own-show .widget {
        width: 29%;   
    }
    
    .make-your-own-show .widget:last-child {
        float: left;
    }
    
    iframe.show-details-vid {
        height: 75%;
    }

}

@media only screen and (max-width: 991px) {
    
    .live-events-btn {
        clear: both;
    }

    .live-events-btn button {
        margin: 20px 0;
    }

}

@media only screen and (max-width: 980px) {
	
	#separate-980 {
		display: block;
		clear: left;
		height: 13px;
	}
	
	.title-area {
		width: 160px;
		background-size: contain;
	}
	
	#genesis-nav-primary {
		width: calc(100% - 180px);
	}
	
	.about-ccx-top-container {
		display: block;
		margin-bottom: 60px;
	}

	.about-ccx-top-sub.about-img {
		width: 100%;
		margin: 0 auto 25px;
		max-width: 500px;
	}

	.about-ccx-top-sub.about-description {
		width: 100%;
	}

	.about-ccx-top-sub h2 {
		font-size: 24px;
		text-align: center;
	}
	
	.about-directors.flex-item {
		width: 33.3%;
	}
	
	#tohr-weather {
		width: 33.3%;
	}

	#tohr-guide {
		width: 33.3%;
	}

	#tohr-order {
		width: 33.3%;
	}

	#tohr-search {
		width: 50%;
	}

	#tohr-connect {
		width: 50%;
	}
	
	#tohr-weather,
	#tohr-connect {
		text-align: center;
	}
	
	#tohr-search .tohr-link-container {
		max-width: 270px;
		margin: 0 auto;
	}
	
	#tohr-order .tohr-pipe {
		display: none;
	}
	
	/* Home RSS begin */

	.home-custom .feed-item {
		position: absolute;
		right: 100%;
		border-top: medium none;
		padding: 10px 5px 10px 10px;
		margin: 0 0 20px;
		width: 100%;
		float: none;
		background-position: left 39%;
	}

	.home-custom .feed-item.active-mobile {
		right: 0%;
	}

	.home-custom .feed-item.active-mobile.position-right {
		right: -100%;
	}

	.feed-nav-left,
	.desktop-device.feed-nav-right,
	.mobile-device.feed-nav-right {
		display: block;
	}

	.home-custom .feed-item::before {
		line-height: 129px;
	}
	
	.home .content-fade.fade-single-link {
		display: none;
	}

	.content-fade.fade-all-links {
		display: block;
	}


	/* Home RSS end */

	#news-news-segments .feed-item {
		width: 100%;
		margin: 0 0 10px;
		float: none;
	}
	
	#news-news-stores .feed-item {
		width: 44%;
	}
	
	#news-news-stores .feed-item:nth-of-type(3n+4) {
		clear: none;
	}

	#news-news-stores .feed-item:nth-of-type(2n+3) {
		clear: left;
	}
	
	.single-column-content {
		width: 100%;
		float: none;
		margin: 0;
	}

	.single-column-sidebar {
		float: none;
		width: 100%;
		margin: 42px 0 0;
	}
	
	.leader-board-970 {
		width: 100%;
	}

}

@media only screen and (max-width: 960px) {
	
	.header-image .site-title > a {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}
	
	#genesis-nav-primary .city-meeting-link {
		width: 20%;
		padding: 0 0 16%;
	}
	
	.site-header .search-form {
		margin: 16px auto;
	}
	
	.archive-video-container {
		width: 45%;
	}

	.archive-content-container {
		width: 55%;
	}
	
	#genesis-nav-primary .ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0,
	#genesis-nav-primary .ubermenu.ubermenu-horizontal .ubermenu-item.ubermenu-align-left {
		width: 100%;
		margin: 0 0 1px 0;
	}
	
	#genesis-nav-primary .ubermenu .ubermenu-submenu .ubermenu-column .ubermenu-submenu .ubermenu-widget {
		margin: 0 2%;
		padding: 16px 6px 30px;
		width: 96%;
	}
	
	#genesis-nav-primary .ubermenu .ubermenu-autocolumn,
	#genesis-nav-primary .ubermenu .ubermenu-submenu-type-stack,
	#genesis-nav-primary .ubermenu .ubermenu-submenu .ubermenu-column .ubermenu-submenu #widget_sp_image-2,
	#genesis-nav-primary .ubermenu .ubermenu-submenu .ubermenu-column .ubermenu-submenu #widget_sp_image-3,
	#genesis-nav-primary .ubermenu .ubermenu-submenu .ubermenu-column .ubermenu-submenu #widget_sp_image-4,
	#genesis-nav-primary .ubermenu .ubermenu-submenu .ubermenu-column .ubermenu-submenu #widget_sp_image-5 {
		padding-bottom: 0;
	}
	
	#custom_html-15,
	#custom_html-14,
	#nav_menu-6,
	#nav_menu-4,
	#black-studio-tinymce-15,
	#black-studio-tinymce-14,
	#black-studio-tinymce-5,
	#black-studio-tinymce-8,
	#nav_menu-3 {
		border-right: none;
		border-left: none;
	}

	#custom_html-15,
	#custom_html-14,
	#nav_menu-6,
	#nav_menu-4,
	#black-studio-tinymce-15,
	#black-studio-tinymce-14,
	#black-studio-tinymce-5,
	#nav_menu-3 {
		border-top: 1px solid #111;
	}

	#custom_html-15,
	#custom_html-14,
	#nav_menu-6,
	#black-studio-tinymce-15,
	#black-studio-tinymce-14,
	#black-studio-tinymce-5,
	#black-studio-tinymce-8,
	#nav_menu-3 {
		border-bottom: 1px solid #111;
	}

	#genesis-nav-primary .ubermenu .ubermenu-nav .ubermenu-column-1-5,
	#genesis-nav-primary .ubermenu .ubermenu-nav .ubermenu-column-2-5,
	#genesis-nav-primary .ubermenu .ubermenu-nav .ubermenu-column-3-5,
	#genesis-nav-primary .ubermenu .ubermenu-nav .ubermenu-column-4-5,
	#genesis-nav-primary .ubermenu .ubermenu-nav .ubermenu-column-1-4,
	#genesis-nav-primary .ubermenu .ubermenu-nav .ubermenu-column-2-4,
	#genesis-nav-primary .ubermenu .ubermenu-nav .ubermenu-column-3-4 {
		width: 100%;
	}

	#nav_menu-3,
	#black-studio-tinymce-8,
	#nav_menu-4,
	#nav_menu-5,
	#nav_menu-6,
	#black-studio-tinymce-14,
	#black-studio-tinymce-5 {
		min-height: 1px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 47.9166666666%;
	}
	
	.footer-widgets-2 {
		float: right;
		margin: 0;
	}
	
	.underline {
		padding: 0 0 4px;
		width: 100%;
		margin-left: 0;
	}
	
	#city-meeting-content h3 {
		font-size: 23px;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive.ubermenu .ubermenu-nav {
	    position: relative;
	    width: 90vw;
	    left: calc(-55vw + 50%);
	}
	
	nav#genesis-nav-primary .menu li {
	    width: 33%;
	    float: left;
	}
	
    .main-menu-mobile {
        display: block !important;
    }
    
    .page-template-nwsccc-page-template .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column:nth-of-type(2n+1),
    .page-template-nwsccc-page-template .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column, 
    .page-template-nwsccc-page-template .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
        min-width: 100%;
    }
    
    .make-your-own-show .widget {
        width: 45%;   
    }
	
}

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

	.single .entry-content {
		font-size: 17px;
	}
	
	#genesis-nav-primary {
		width: 40%;
		float: left;
	}
	
	.title-area {
		/*float: right;*/
		width: 46%;
		background-size: auto;
	}
	
	.archive article {
		width: 100%;
		float: none;
	}
	
	.container-segment-cat-main {
		display: block;
	}
	
	.segment-category-text,
	.segment-category-video {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	
	/* begin responsive menu */
	
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		border: none;
		display: block;
		line-height: 1;
		padding: 16px;
		text-transform: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f140";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 12px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f142";
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: #f7f7f7;
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 20px;
		position: relative;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 12px 16px;
		position: relative;
		text-transform: none;
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu a {
		background: none;
		color: #666;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu a:hover,
	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu li:hover {
		background: none;
		color: #111;
	}
	
	#tohr-container {
	    display: none;
	}
	
	/* end responsive menu */
	
	.archive .alm-listing li.no-img,
	.archive .alm-listing li {
		padding: 0 1%;
	}

	.archive-video-container {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	.archive-content-container {
		width: 100%;
		float: none;
		padding: 0;
	}
	
	.menu-sports-col {
		/*width: 100%;*/
	}
	
	#genesis-nav-primary .city-meeting-link {
		width: 25%;
		padding: 0 0 20%;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive.ubermenu .ubermenu-nav {
	    position: relative;
	    width: 90vw;
	    left: calc(-55vw + 37%);
	}
	
	.site-header .wrap {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .mobile-search {
        display: block;
        width: auto;
    }
    
    .site-header .mobile-search .search-form {
        margin: 0;
        width: 100%;
        text-align: right;
    }
    
	.nav-tabs {
		display: block;
	}

	.tab-content > .tab-pane {
    	display: none;
	}

	.tab-content > .active {
		display: block;
	}

	.fade {
    	opacity: 0;
	}

	.cd-schedule .events .top-info > span {
		display: none;
	}

	.cd-schedule .events .single-event {
		width: 100%;
	}

	.cd-schedule {
		width: 100%;
	}

	.cd-schedule .events {
		width: 75%;
	}
	
	.channel-tooltips {
	    width: auto;
	    text-align: center;
	    float: right;
	}
	
	body .nav-tabs > li {
	    width: 33%;
	}
	
	.nav-tabs > li.active > a, 
	.nav-tabs > li.active > a:focus, 
	.nav-tabs > li.active > a:hover,
	.nav-tabs > li > a:hover {
	    background: #149FD6;
	    color: #000000;
	    text-decoration: underline;
	}
	
	.nav-tabs > li > a {
	    background: #c1d8ed;
	    color: #2a328e;
	}
	
    iframe.show-details-vid {
        height: 50%;
    }
    
    .watch-live-mobile {
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
    }
    
}

@media only screen and (max-width: 780px) {
	
	.about-directors.flex-item {
		width: 50%;
	}
	
	#top-news-stories.home-category-section {
		display: block;
	}

	.home-feed-category {
		width: 100%;
	}

	#top-news-stories .feed-item {
		height: 300px;
	}
	
	#top-news-stories .home-feed-category:nth-of-type(1),
	#top-news-stories .home-feed-category:nth-of-type(2) {
		width: 100%;
	}
	
	#top-news-stories .home-feed-category:nth-of-type(1) {
		margin: 0 0 20px;
	}

	#top-news-stories .home-feed-category:last-of-type .feed-inner {
		width: calc(100% + 17px);
		margin-left: -17px;
	}
	
	#create-bottom-section .sections-column-half,
	#create-bottom-section .sections-column-half.column-half-1,
	#create-bottom-section .sections-column-half.column-half-2 {
		margin-right: 0;
		float: none;
		width: 100%;
		clear: both;
	}
	
	.announcement-video .su-youtube {
		margin-bottom: 10px;
	}

	#individual-sport-page .home-feed-category {
		width: 100%;
	}

	#individual-sport-page .home-feed-category.col1 {
		margin-right: 0;
	}

	.single-sport-2 h2.main-column-title {
		opacity: 0;
	}

	#individual-sport-page .single-sport-4 .feed-inner {
		margin-top: 0;
	}
	
	#city-meeting-container {
		padding: 5% 0;
		display: block;
	}

	#city-meeting-logo img {
		padding-right: 0;
		max-width: 200px;
	}

	#city-meeting-logo {
		width: 100%;
		margin-bottom: 25px;
	}

	#city-meeting-content {
		width: 100%;
		padding: 0;
	}
	
}

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

    .nsccc-nav-area {
        float: left;
        width: 100%;
    }
    
	.leader-board-728 {
		width: 100%;
	}
    
}

@media only screen and (max-width: 768px) {
    
    
    .staff-page {
        padding-right: 40px;
        padding-left: 40px;
    }
    
    .page-template-revised-show-details iframe {
        width: 100vw;
        height: 50vw;
        margin: 20px 0;
    }
    
}

@media only screen and (max-width: 767px) {
    
	.city-meetings-left,
	.visit-city-right {
		height: auto;
		line-height: normal;
		margin-bottom: 40px;
	} 
	
	.potw-poll-clips:nth-child(2n+1),
	.page-template-plays-of-the-week-template .alm-reveal li.no-img:nth-child(2n+1) {
    	padding-right: 0;
	}
	
	.potw-poll-clips:nth-child(2n),
	.page-template-plays-of-the-week-template .alm-reveal li.no-img:nth-child(2n) {
    	padding-left: 0;
	}
    
	.page-template-plays-of-the-week-template .alm-reveal li.no-img {
		width: 100%;
		min-height: 100%;
	}
	
}

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

    nav#genesis-nav-primary .menu li {
        width: 50%;
    }
    
    .menu-sports-col {
        /*width: auto;
        margin-right: 25px;*/
    }
	
	.announcement-container {
		display: block;
		background-position: right bottom;
		background-size: initial;
	}

	.announcement-video,
	.announcement-message {
		width: 100%;
		float: none;
	}
    
}

@media only screen and (max-width: 668px) {
    
    .make-your-own-show .widget {
        width: 100%;   
    }
    
}

@media only screen and (max-width: 640px) {
	/*
	#genesis-nav-primary {
		width: 45%;
		float: left;
	}
	
	.title-area {
		float: right;
		width: 50%;
	}
	*/
	.about-ccx-top-sub h2 {
		font-size: 20px;
	}
	
	.about-ccx.flex-container.directors {
		display: block;
		text-align: center;
	}
	
	.about-directors.flex-item {
		width: 100%;
		display: block;
		max-width: 250px;
		text-align: left;
		margin: 0 auto 10px;
	}
	
	.main-category-portal.archive-icon {
		background-position: center top;
		padding: 78px 0 16px 0;
		margin: 15px 0 30px 0;
		text-align: center;
		font-size: 23px;
	}
	
	.main-category-portal,
	.archive-title,
	.entry-title {
		text-align: center;
		font-size: 23px;
		margin-left: 0;
		margin-right: 0;
	}
	
	h2.main-column-title {
		font-size: 19px;
	}
	
	.archive-title.category-previous {
		font-size: 23px;
	}
	
	.segment-category-text .news-segment-title {
		font-size: 1.1em;
	}
	
	.tohr-section {
		float: none;
	}
	
	#tohr-weather,
	#tohr-guide,
	#tohr-order,
	#tohr-search,
	#tohr-connect {
		width: 100%;
		margin: 0 0 26px;
	}
	
	#tohr-search .tohr-link-container {
		padding: 0 0 0 33px;
		max-width: 300px;
	}
	
	#tohr-search {
		margin-bottom: 30px;
	}
	
	.tohr-pipe,
	#separate-980 {
		display: none;
	}
	
	#tohr-weather .tohr-link-container {
		padding: 0 0 0 33px;
	}

	#tohr-weather .tohr-icon {
		right: auto;
		left: 0;
	}
	
	#cities-news-stores .sections-column-half.column-half-1,
	#cities-news-stores .sections-column-half.column-half-2 {
		margin-right: 0;
		float: none;
		width: 100%;
	}
	
	.entry-title {
		font-size: 25px;
	}
	
	.single-social-container {
		position: static;
		margin: 20px auto 0;
		text-align: center;
	}
	
	#sports-live-events .feed-item,
	#top-news-stories .feed-item {
		float: none;
		width: 100%;
		height: auto;
		padding-bottom: 30px;
	}

	#news-news-stores .feed-inner {
		width: 100%;
		margin-left: 0;
	}
	
	#news-news-stores .feed-item {
		width: 100%;
		margin: 0 0 10px;
		float: none;
	}

	.home-custom .home-feed-category {
		width: 100%;
		float: none;
	}

	#home-feed-category-0,
	#home-feed-category-2 {
		margin-right: 0;
	}

	#cities-bottom-categories .sections-column-half,
	#cities-bottom-categories .sections-column-half.column-half-1,
	#cities-bottom-categories .sections-column-half.column-half-2 {
		margin-right: 0;
		float: none;
		width: 100%;
		clear: both;
	}
	
	#news-news-segments .feed-item {
		padding: 0;
		height: auto;
	}

	.news-segment-content,
	.news-segment-video {
		float: none;
		width: 100%;
		margin-bottom: 4px;
	}
	
	.single .main-category-portal.archive-icon,
	.single-header-container .entry-title {
		padding-right: 0;
		text-align: center;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	
	.single-post-meta {
		margin-top: 4px;
		text-align: center;
	}
	
	.archive-video-container {
		width: 100%;
		margin-bottom: 15px;
	}

	.archive-content-container {
		width: 100%;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 100%;
	}
	
	body .nav-tabs.faqs {
		width: 100%;
		margin-right: 0;
	}

	body .tab-content.faqs {
		width: 100%;
	}

	body .nav-tabs.faqs > li.active > a,
	body .nav-tabs.faqs > li.active > a:focus,
	body .nav-tabs.faqs > li.active > a:hover {
		border-right: 1px solid #393a3a;
	}

	body .nav-tabs.faqs > li > a {
		width: 100%;
	}
	
	body .gform_wrapper ul.gform_fields li.gfield.width-50 {
		width: 100%;
	}
	
	.tips-container .top_label div.ginput_complex.ginput_container.gf_name_has_1,
	.tips-container .top_label div.ginput_complex.ginput_container.gf_name_has_2,
	.tips-container .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
		width: 100%;
	}

	div.ginput_complex.ginput_container.gf_name_has_2 span {
		width: 100%;
		margin: 0 0 16px;
		display: block;
	}
	
	div.ginput_complex.ginput_container.gf_name_has_2 span.name_last {
		margin-bottom: 0;
	}

	
}

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

    .menu-sports-col {
        width: 50%;
    }
    
    .show-schedule-search input {
        width: 100%;
    }
    
}

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

    .staff-page {
        width: 100%;
        padding-right: 25%;
        padding-left: 25%;
    }
    
}

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

    nav#genesis-nav-primary .menu li {
        width: 100%;
    }
    
    .menu-sports-col {
        width: 100%;
    }
    
	#genesis-nav-primary .city-meeting-link {
		width: 33%;
		padding: 0 0 20%;
	}    
	
    .announcement-video, .announcement-message {
        width: 100%;
        float: left;
    }
    
    #genesis-nav-primary .ubermenu-skin-black-white-2.ubermenu-responsive-toggle {
        font-size: 13px;
    }
    
    body .nav-tabs > li {
        width: 100%;
    }
    
    iframe.show-details-vid {
        height: 35%;
    }

}

@media only screen and (max-width: 480px) {
	
	.title-area {
		/*float: right;*/
		width: 50%;
	}
	
	.entry-title {
		font-size: 25px;
	}
	
	.title-area {
		background-size: contain;
		width: 40%;
	}
	
	#genesis-nav-primary .ubermenu .ubermenu-submenu .ubermenu-column .ubermenu-submenu .ubermenu-widget {
		margin: 0;
	}
	
	.archive .alm-listing li.no-img,
	.archive .alm-listing li {
		padding: 0;
		float: none;
		width: 100%;
	}
	
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu .ubermenu-nav {
        left: calc(-55vw + 52%);
    }
    
   .n.cd-schedule .events .event-name p{
       padding: 5px;
       margin: 0 15px;
   }
   
   .top-links {
       margin: 1rem 0;
   }
   
   .nshow-schedule-search input {
       width: 100%;
   }
   
   .nshow-schedule-search .button {
       margin: 0 auto;
   }
	
}

@media only screen and (max-width: 440px) {
	/*
	#genesis-nav-primary {
		width: 45%;
		float: left;
	}
	
	.title-area {
		float: right;
		width: 50%;
	}
	*/
	#individual-sport-page .feed-item {
		width: 100%;
	}
	
	.whatsnew-content,
	.whatsnew-image {
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.sidebar-header {
		text-align: center;
	}

	.single-author-container {
		justify-content: center;
		flex-direction: column;
	}

	.author-image {
		margin: 9px 0;
	}
	
	.author-image.no-auth-img {
		height: 7px;
	}

	.city-meetings-container .city-meeting-link {
		width: 100%;
		padding: 0 0 28%;
	}
	
	.home-category-section.city-logo img {
		max-width: 100%;
	}
	
	.feed-nav-left,
	.desktop-device.feed-nav-right {
		bottom: 14px;
	}
}

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

    .nsccc-title-area {
        background-size: contain;
        width: 100%;
    }
    
}

@media only screen and (max-width: 320px) {
    
    iframe.show-details-vid {
        height: auto;
    }
    
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

