/*-- START CUSTOM SUPPORT CSS --*/

/*--- Defaults ---*/
.wpb_content_element {
  margin-bottom:15px;
}
.wpb_row {
    margin-bottom: 5px;
}

.author-bio-field.author-bio-field-author_email {
  background:transparent;
}

.ad-manager-placeholder {
    display: table;
}
.ad-manager-placeholder.left-column-banner {
   margin-bottom:30px!important;
}
/*turko file thing*/
.category-turko-files.grid-item .categories-list a {
   background:#c50404 !important;
}
@media (min-width:980px) {
.col-xs-12, .col-sm-12, .col-md-12 {
  padding:0px!important;
}
}


/*------ Header Styling - All Devices ------*/

.header {
    border-bottom:1px solid #ccc;
    background: #032148;
}


/*------ Header Styling - Desktop (Pre-Collapse) ------*/
 .header {
        background-color:#032148;
        background: url("/content/uploads/2017/12/kusi-header-bg.jpg") repeat-x #032148;
        background-position:80% 0%;
        height:150px;
}
@media (min-width:980px) {
    .header {
        height: 130px;
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 9999;
        background: url("/content/uploads/2017/12/kusi-header-bg.jpg") repeat-x;
        background-position:top;
        background-color:#032148;
    }
    #content {
        position:relative;
        top:130px;
 }
}

/* --- Header Mobile Positioning --- */
@media screen and (max-width: 979px) {
.header .search-form-wrapper {
    margin-top: 40px;
}
.header .logo-wrapper {
    padding-top:10px
}
}

/* --- Header Desktop Positioning --- */

@media (min-width:980px) {
	.header .container-fluid {
		max-width:100%;
	}
    .header .logo-wrapper {
    	max-width:1260px;
    	margin:0 auto;
    	position:relative;
    	left:auto;
    }
    .header .logo-wrapper .wrap {
    	max-width:1260px;  	
        padding-left:10px;
    }
    .header #company-logo {
        background-size: auto;
        max-width:130px;
        margin:0;
        z-index:99;
        position:relative;
    }
    .header .primary-nav-wrapper {
        top: 104px;
        left: 0px;
        width:100%;
        background-position:top;
        background: url(/content/uploads/2017/12/kusi-nav-bg.jpg) no-repeat;
    }
    .header .primary-nav-wrapper .wrap {
    	max-width:1230px;
    }
    .header .secondary-nav-wrapper {
        left:auto;
    }
    .header .search-form-wrapper {
		margin:0 auto;
		width:100%;
		position:relative;
		top:-86px;
    }
     .header .search-form-wrapper .wrap {
     	max-width:1230px;
     }
    .header .utility-nav-wrapper {
		width:100%;
		position:relative;
        top: -30px;
        right:0;
    }
    .header .utility-nav-wrapper .wrap {
    	margin:0 auto;
    	max-width:1260px;
    }
	.header .tagline {
		position:absolute;
		top:18px;
		width:100%;
	}
	.header .tagline .wrap {
		max-width:1260px;
	}
}

/* Tagline */
@media (min-width:980px) {
.header .tagline .wrap{
	color:#FFF;
	top:12px;
	padding-left:140px;	
	text-transform:uppercase;
}
	.header .tagline .wrap .top-row {
	font-size:24px;
	line-height:24px;
	font-family: 'KlavikaWebBasicBoldItalic',Helvetica,Arial,sans-serif;
	}
	.header .tagline .wrap .bottom-row {
		font-family: 'KlavikaWebBasicBoldItalic',Helvetica,Arial,sans-serif;
		color:#CCC;
		font-size:15px;
		line-height:14px;
	}
}
@media (max-width:979px) {
.header .tagline .wrap {
  display:none;
}
}
/*--- Primary Nav ---*/
nav.primary {
	padding:0;
	height:50px;
}
nav.primary .nav li {
	border-left:solid 1px #004CD3;
	padding:4px 0;
}
nav.primary .nav li:hover {
	border-bottom:solid 2px red;
	padding-bottom:3px;
}
nav.primary .nav li:last-of-type {
	border-right:solid 1px #004CD3;
}
nav.primary .nav li a {	
    font-family: 'XXIINeueNorm-CndBlack',Helvetica,Arial,sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size: 18px;
    position:relative;
    top:2px;
    color: #ffffff;
    text-transform:uppercase; 
}
nav.primary .nav li a:hover {
    color: #FFF;
    text-decoration:none;
}

/* Submenus */

nav .nav li ul.sub-menu li a, nav .nav li ul.children li a {
    border:none;
}
nav .nav li ul.sub-menu, nav .nav li ul.children {
	border:none;
}
nav .nav li ul.sub-menu li a, nav .nav li ul.children li a {
     width:300px;    
}
.nav li ul.sub-menu {
	background:transparent;
    -webkit-box-shadow: 10px 11px 24px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 11px 24px -9px rgba(0,0,0,0.75);
	box-shadow: 10px 11px 24px -9px rgba(0,0,0,0.75);
	z-index:9999;
	border:none;
	left:-2px;
}
.nav li ul.sub-menu .current-menu-item a {
    color: #ff363f;
}
nav.primary .nav li ul.sub-menu li a:hover {
	border-bottom:none;
}
nav.primary .nav li ul.sub-menu li:first-of-type {
	margin-top:5px;
}
nav.primary .nav li ul.sub-menu li {
	background:#FFF;
	width:100%;
    padding: 0;
    border: none;
    list-style-type: none;
    font-size: 12px;
}
.nav li ul.sub-menu li a {
    font-family: Helvetica,Arial,sans-serif;
    text-transform: none;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #000;
    font-size: 1.2em!important;
    line-height:1.1em;
    border: none;
    font-weight:400;
    border-bottom:none;
}
.nav li ul.sub-menu li a:hover {
    color: #ff363f;
	text-decoration:none;
}

/*-- Collapsed Menu ---*/
@media (max-width: 981px) {
.menu-button {
    color: #fff;
}
}
/*--- Utility Nav ---*/
nav.utility .nav {
	border-right:solid 1px #004CD3;
}
nav.utility .nav li a {
    font-size: 1.9em;
    line-height:.8em;
    color:#ffffff;
    font-weight: 400;
    padding: 6px 15px;
    z-index:999;
}
@media (max-width:1100px) {
  nav.utility .nav li a {
	font-size:1.2em;
	padding:3px 8px;
	margin-top:10px;
 }
}
nav.utility .nav li a .fa-twitter {
    color:#00a8ff;
}
nav.utility .nav li a .fa-instagram {
    color:#CD486B;
}
nav.utility .nav li a .fa-envelope-open-o {
    color:#88B5FF;
}
nav.utility .nav li a:hover {
    color: #e50302;
}
nav.utility ul li {
	margin:0;
}
/* San Diego Home & Garden Link (secondary nav) */
@media (min-width:980px) {
	.header .secondary-nav-wrapper {
		top:0;
		position:relative;
		max-width:1260px;
		margin:0 auto;
		top:-115px;
		right:15%;
	}
	.header .secondary-nav-wrapper .wrap {		
		text-align:right;
		position:absolute;
		right:0;
	}
	nav.secondary .nav > li > a img {
		z-index:9999;
		position:relative;
	}
}


/*Search*/
@media (min-width:980px) {
.header .search-form-wrapper .wrap input {
    border-radius: 0px;
    height: 18px!important;
    position:relative;
    right:-44px;
}
.header #searchform {
	position:relative;
	top:14px;
}
.header #searchform input[type="text"] {
    border: 1px solid #ccc;
    border-radius:3px;
	height:30px !important;
	box-shadow:inset 0 0 4px 0px #ccc;
	width:15%;
    z-index:100;
}
.header .search-form-wrapper .wrap .fa {
    color: #ccc;
    font-size: 1.3em;
    position:relative;
    right:-8px;
    top:4px;
    z-index:101;
}
}
@media (max-width:979px) {
.header .search-form-wrapper .wrap .fa {
    color: #ccc;
    font-size: 1.3em;
    position:relative;
    right:28px;
    top:4px;
    z-index:101;
}
}


/* --- Carousel Fix --- */
.cl-Carousel.carousel-overlay.carousel-overlay-edge .entry-content-wrap{
	width:100%;
}
/* --- Content Lists Titlebars --- */
.page h2,  .content-list-wrapper h2 {
    color: #00155A;
    border-bottom: 2px solid #ccc;
    font-family: 'XXIINeueNorm-CndBlackIt', sans-serif;
    text-transform: uppercase;
    padding-bottom:2px;
    font-size: 2em;
    line-height:1em;
    font-weight: normal;
    font-style: normal;
    margin-top:0px; 
}
.right-rail .content-list-wrapper h2, .wpb_singleimage_heading  {
    text-align: left;
}

/*-- Make columns equal height */
@media (min-width:980px) {
    /* make columns equal height, but not on the local news page */
    .page:not(.page-id-49) .main-loop-wrapper .vc_row.row-fluid {
        width:100%;
        display:flex;
        align-content: stretch;
    }
    /* make columns equal height on local news page (exclude alert bar container) */
    .page-id-49 .main-loop-wrapper .vc_row.row-fluid:nth-child(2), .page-id-49 .main-loop-wrapper .vc_row.row-fluid:nth-child(3) {
        width:100%;
        display:flex;
        align-content: stretch;
    }
}

/* --- Basic Content Lists --- */
.content-list-basic .loop-wrapper .entry-content-wrap {
    display:table;
}
.content-list-wrapper .has-video .overlay {
  opacity:.6;
}
.content-list-basic .loop-wrapper .hentry .entry-title {
    font-size: 1.5em;
    line-height: 110%;
    font-family: Arial, San-Serif;
    font-weight: 700;
    color: #000;
}
.right-rail .content-list-basic .loop-wrapper .hentry .entry-title {
    font-size:1.2em;
}
.content-list-basic .loop-wrapper .hentry .entry-title a:hover {
  color: #220197;
}

.right-rail .thumb-wrap.crop .inner-thumb-wrap .post-thumb {
	border:solid 1px #FFF;
}

/* --- Grid Lists (main columns) --- */
.grid-item, .grid-item.hentry.post, .grid-item.hentry {
    border: none;
    border-bottom: none;
    box-shadow: none;
    padding: 0;
}
.grid-item .entry-content-wrap {
    position:relative;
}

.categories-list:before {
    content:"";
}
.grid-item .categories-list {
line-height:16px;
}
.grid-item .categories-list a{
  display:none;	
}
.grid-item .categories-list a:first-child {
	display:block;
    color:#fff;
    background: #011083;
    position:absolute;
    top:10px;
    left:10px;
    text-align:center;
    z-index:99;
    text-transform:uppercase;
    font-size:16px;
    line-height:16px;
    font-family:'XXIINeueNorm-CndBlack',Helvetica,Arial,'sans-serif;',arial,sans-serif;
    padding:3px 15px 0px 15px;
}
.tsr-media-label {
    background: #011083!important;
   font-size:16px;
    line-height:16px;
    font-family:'XXIINeueNorm-CndBlack',Helvetica,Arial,'sans-serif;',arial,sans-serif;
    padding:3px 15px 0px 15px;
    letter-spacing:0;
}
/* IE Fix */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .grid-item .categories-list a:first-child {
        padding-top:0;
padding-bottom:2px;
    }
    .tsr-media-label {
    	padding-top:0;
    }
}  
/* Firefox Fix */
@-moz-document url-prefix() { 
  .grid-item .categories-list a:first-child {
        padding-top:2px;
    }
    .tsr-media-label {
    	padding-top:2px;
    }
}
.grid-item .categories-list .comma {
	display:none;
}
.grid-item .inner-thumb-wrap img {
    webkit-filter:  brightness(80%);
    filter: brightness(80%);
}
.grid-item .inner-thumb-wrap img:hover {
   webkit-filter:  brightness(100%);
    filter: brightness(100%);
}

@media (min-width:768px) {
.content-list-grid .loop-wrapper .hentry {
	position:relative;
}
.content-list-grid .loop-wrapper .hentry .entry-title {
	position:absolute; 
	bottom:0px;
	padding: 0 15px 15px 15px;
	line-height:18px;
	background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.65) 100%);
 	width:100%;
	}
	.content-list-grid h3.entry-title a {
 	font-family:Helvetica, Arial, sans-serif;
 	font-size:14px;
	text-shadow:0 1px 1px #000;
	font-weight:700;
	color:#FFF;
	opacity: .9;
 }
 .content-list-grid .loop-wrapper .hentry .entry-title a:hover {
 	color:#fff;
 	opacity:1;
 }
}

/* --- Right Rail --- */
@media (min-width:980px) {
.main-loop-wrapper .vc_row.vc_row-fluid .wpb_column.vc_column_container:nth-of-type(2),
.main-loop-wrapper .vc_row.row-fluid .wpb_column.vc_column_container:nth-of-type(2), #sidebar1, .right-rail.homepage{
background-color: #000940;
	background-image:url('/content/uploads/2017/12/RIGHT_RAIL.png');
     background-position:100% -10%;
    padding-top:20px;
border-bottom:solid 54px #fff;
}
.single #sidebar1 .wrapper-right-rail {
	background:transparent;
}
.right-rail.homepage {
	margin-top:0px;
}
.right-rail .grid-item.hentry {
    border-radius:4px;
    background:transparent;
    padding:10px;
}
.right-rail .content-list-wrapper h2 {
	color:#fff;
	background:url(/content/uploads/2017/12/RGB_LINE.png) no-repeat;
	background-position:-250px 31px;
	border-bottom:none;
	padding-bottom:14px;
	margin-top:10px;
	font-size:2em;
}
.right-rail .content-list-wrapper h2 a {
	color:#fff;
}
.right-rail .content-list-basic h2 {
	margin-bottom:0;
}
.right-rail .content-list-basic .loop-wrapper .hentry {
	border-top: 1px solid #0f0d54 !important;
	border-bottom: 1px solid #b3b3b3 !important;
	padding: 15px 0px;
	margin-bottom: 0;
}
.right-rail .content-list-basic .loop-wrapper .hentry:first-of-type { 
	border-top:none;
}
.right-rail .entry-content-wrap .thumb-wrap {
	border:solid 1px #FFF !important;
}
.right-rail .hentry .entry-title a {
	color:#fff;
	filter:brightness(90%);
	font-size:14px;
	font-family:Arial, sans-serif;
	line-height:14px;
}
.right-rail .hentry .entry-title a:hover {
	color:#FFF !important;
	filter:brightness(100%) !important;
}
.right-rail .content-list-wrapper .loop-wrapper .entry-content-wrap .categories-list a {
	color:#a1a1a1;
	font-size:11px;
}
.right-rail .content-list-wrapper.content-list-basic .has-video .overlay {
	background-size:120%;
}
}

/*More Link*/
@media (min-width:980px) {
.more-link {
	position:relative;
	top:-35px;
}
}
.more-link p {
  color: #fff;
  font-family: 'Futura Today Bold',arial,sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 0px;
  padding: 0 4px;
  text-transform: uppercase;
}
.more-link a {
  color:#00155A;
}
.more-link a:hover {
  color: #ff363f;
}

/*-- Articles--*/

body.single-post .post {
	font-size:120%;
}
body.single-post #main h1 {
	font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", sans-serif;
	font-size:40px;
	line-height:40px;
}
body.single-post .hentry .entry-date, body.single-post .hentry .entry-author {
	font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", sans-serif;
	font-style: normal !important;
}
body {
	font-family: "HelveticaMediumCondensed", 'TeXGyreHerosCnRegular', "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif; 
	font-weight:500; 
	font-stretch:condensed;
}
@media (min-width:980px) {
body.single-post .post {
	margin-top:20px;
	padding-right:80px;
	padding-left: 15px;
}
}

/*-- Related Posts & Article Footer --*/
.yuzo_related_post h3, .article-footer h2 {
     color: #00155A;
    border-bottom: 2px solid #ccc;
    font-family: 'XXIINeueNorm-CndBlackIt', sans-serif;
    text-transform: uppercase;
    padding-bottom:2px;
    font-size: 1.5em;
    line-height:1em;
	font-weight: normal; 
	font-style: normal; 
 }
 .yuzo_related_post .relatedthumb a {
 	font-family:Arial, Sans-Serif;
 	font-weight:700;
 	font-size:1.2em!important;
 	line-height:1.5em!important;
 }
 .article-footer .loop-wrapper .hentry .entry-title a {
    font-size:85%;
}
   
/*-- Most Popular--*/

.content-list-wrapper.most-popular-module {
    padding: 10px;
    position:relative;
 
}
.right-rail .content-list-basic.most-popular-module .loop-wrapper .hentry {
	padding:10px 0;
	margin:0;
	min-height: 50px;
}
.right-rail .content-list-basic.most-popular-module .loop-wrapper .hentry a {
	font-weight:400;
	filter: brightness(90%);	
}
.right-rail .content-list-basic.most-popular-module .loop-wrapper .hentry a:hover {
	filter:brightness(100%);	
}
.content-list-wrapper.most-popular-module .hentry:before {
    float: left;
    position: relative;
    margin-right: 10px;
    color: #FFF;
    font-size: 14px;
    font-family: Arial, San-Serif;
    font-weight: 700;
    background-color: #024fb8;
    padding: 2px 8px;
    border-radius: 50%;
    top: 1px;
display:block;
}
.content-list-wrapper.most-popular-module .hentry .basic-content-wrap {
    display: table;
}

.content-list-wrapper.most-popular-module .hentry.post:nth-child(1):before {
    content: "1";
}

.content-list-wrapper.most-popular-module .hentry.post:nth-child(2):before {
    content: "2";
}

.content-list-wrapper.most-popular-module .hentry.post:nth-child(3):before {
    content: "3";
}

.content-list-wrapper.most-popular-module .hentry.post:nth-child(4):before {
    content: "4";
}

.content-list-wrapper.most-popular-module .hentry.post:nth-child(5):before {
    content: "5";
}

.content-list-wrapper.most-popular-module .hentry.post:nth-child(6):before {
    content: "6";
}

/* -- New Top Stories --- */
@media (max-width:768px) {
	.homepage-top-stories.content-list-carousel {
	display:none;
}
}
@media (min-width:1024px) {
.homepage-top-stories.content-list-carousel {
	display:none;
}
}
@media (min-width:769px) {
	.homepage-top-stories.content-list-grid {
		display:none;
	}
}
.vc_column-inner.vc_custom_1507317294833 .wpb_content_element{
	margin-bottom:0;
	border-bottom:none;
}
.cl-Carousel.carousel-overlay.carousel-overlay-edge .entry-content-wrap {
    border-bottom: none;
	background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.85) 100%) !important;
 	width:100%;
}
.cl-Carousel.carousel-overlay.carousel-overlay-edge .entry-content-wrap .entry-title {
	font-family: Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
	font-size: 18px;
	padding: 0 15px 25px 15px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4) !important;
}
.cl-Carousel.carousel-overlay.carousel-overlay-edge .entry-content-wrap .entry-title a {
	color:#fff!important;
}
.thumb-wrap.crop .inner-thumb-wrap .post-thumb {
	filter:brightness(85%);
}
.thumb-wrap.crop .inner-thumb-wrap .post-thumb:hover {
	filter:brightness(100%);
}
.cl-Carousel .flex-direction-nav a.flex-prev, .cl-Carousel .flex-direction-nav a.flex-next {
	top:220px!important;
}
.cl-Carousel.carousel-overlay.carousel-overlay-edge .flex-control-nav {
	bottom:20px !important;
}
.flex-control-paging li a.flex-active {
	background:#FFF;
	filter: brightness(100%);
}
.flex-control-paging li a {
	background:#FFF;
	filter: brightness(30%);
}
.flex-control-paging li a:hover {
	background:#FFF;
	filter: brightness(70%);
}
@media (max-width:768px) {
.vc_column-inner.vc_custom_1507317294833 {
	padding-right:15px !important;
}
}

/* --- Homepage Sports --- */
.homepage-sports .grid-item.hentry {
	margin:0px auto;
}

/* -- Check It Out -- */
.check-it-out-row .hentry {
    background:#2b0275;
    text-align:center;
    padding:5px;
}
.check-it-out-row .hentry a {
    color:#fff;
    font-size:.9em!important;
}
.check-it-out-row .hentry a:hover {
    color:#fff;
    text-shadow:2px 2px 4px #000;
}
/* -- Find Links Promo --*/
.find-links-promo {
    background:#efefef;
    text-align:center;
    width:80%;
    margin:0px auto;
    margin-top:-10px;
    border-radius:4px;
    line-height:1.8em;
    box-shadow:2px 2px 4px #ccc;
}
.find-links-promo a {
    color:#080158;
}

/* -- Sidebar Menus -- */
@media (min-width:980px) {
.vc_wp_custommenu h2 {
	color:#fff;
    font-family: 'KlavikaWebBasicMediumItalic', sans-serif;
    text-transform: uppercase;
    font-size: 1.3em;
    color:#fff;
	background:url(/content/uploads/2017/12/RGB_LINE.png) repeat-x;
	background-position:100% 100%;
	border-bottom:none;
	padding-bottom:10px;
}

.vc_wp_custommenu ul {
	list-style:none;
	padding:0px;
	margin-top:10px;
}
.vc_wp_custommenu ul.sub-menu {
	list-style:disc;
	padding-left:15px;
}
.vc_wp_custommenu .widget li {
    border:solid 1px #3F83C8;
	margin:0px;
	padding:2px;
	line-height:1.4em;
	position:relative;
}
.vc_wp_custommenu .widget li:before {
	background:#173B65;
	color:#173B65;
	content: "1"; 
	font-size:1em;
	padding:.5px;
	display:inline;
	position:absolute;
	left:1px;
	top:0;bottom:0;
}
.vc_wp_custommenu .widget li:hover {
   	background:#00051D;
}
.vc_wp_custommenu .widget li a {
	
	margin-left:15px;
	font-size: 1em;
	line-height:.9em;
	color: #FFF;
	font-family: 'KlavikaWebBasicMediumItalic', sans-serif;
	text-transform:uppercase;
}
.vc_wp_custommenu .widget li a:hover {
	border-bottom:solid 2px red;
}
}


/*Footer*/
.footer {
    clear: both;
    background-color: #0218B1;
    color: #fff;
    margin-top:140px;
z-index:999;
}
.footer .row {
	margin-top:20px; 
}
.footer .widgettitle {
    border:none;
}
.footer a {
    color: #fff;
    font-size: 14px;
}

.col-sm-4.footer1, .col-sm-4.footer2 {
	width:20%;
	border-right:1px solid #535b7d;
}
.col-sm-4.footer3 {
	width:58%;
}
.footer .menu-as-seen-on-container {
	margin-top:-20px;
}
.footer .menu-as-seen-on-container li:nth-child(even) {
	float:left;
	width:40%; 
}
.footer .menu-as-seen-on-container li:nth-child(odd) {
	float:right;
	width:40%;
}
.footer .gtxcel-logo, .privacy-policy {
	width:200px;
	margin:0px auto;
	text-align:center;
}
.copyright {
	text-align:center;
}


.ssbp--state-hidden .ssbp-container {
    display:inline;
}

/* --- Author Bios Styles --- */
.author-bio-field.author-bio-field-featured_image {
  float:right;
  max-width:200px;
  margin:0 0 15px 15px;
}
.author-bio-field.author-bio-field-author_email {
  background:#ccc;
  width:30%;
  float:right;
  text-align:center;
  border-radius:4px;
  padding:4px;
  font-weight:bold;
  margin-bottom:40px;
}
@media (max-width:980px) {
 .author-bio-field.author-bio-field-author_email {
   width:60%;
 }
}
.author-bio-field.author-bio-field-author_email a:after {
 content:' >>';
}
.author_bios h1 {
  margin-left:15px;
}
.author_bios .entry-meta {
    display: none;
}

/* hides standard home page Content List slider at 1024 and above */
@media (min-width: 1024px) {
  #cl-38-38977 {
    display: none;
  }
}

/*Email Sign Up*/

#mc_embed_signup .mc-field-group.input-group input {
	margin-right:10px!important;
}

/*UGC form on about-us/submit a photo*/
.no-title .ugcg_section {
	display:none
}

.no-title .acf-field {
	border-top: none !important;
}

/* PPR */
@media (min-width:950px) {
 .ppr-logo {
    margin-top: -40px;
    margin-bottom: 0px;
 }
}

/* Watch Now Bar */
.watch-now-bar {
	background: #0026AB;
	padding: 10px 0;
	color:#fff;
	font-family:'XXIINeueNorm-CndBlack', sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:1.2em;
	text-transform:uppercase;
	position:relative;
	margin:0 -15px 7px -15px!important;
}
.watch-now-bar a {
	color:#fff;
}
.watch-now-bar a:hover {
	text-decoration:none;
	color:rgba(255,255,255, 0.8);
}
.watch-now-bar h3 {
	padding:0;
	margin:0;
}
@media (min-width:768px) {
.watch-now-bar h3 a {
	padding-left:180px;
}
.watch-now-bar .message:before {
	content:" Livestream";
  background-size:40%;
  background-repeat:no-repeat;
  background-position:center;
  padding:10px 20px 15px 60px;
  position:absolute;
  top: 0;
  bottom: 0;
  background: #000 url(/content/uploads/2017/12/livestream-icon.png) no-repeat 10px;

}
}
@media (max-width:980px) {
	.watch-now-bar {
		margin-right: -15px !important;
	}
}
@media (max-width:767px) {
	.watch-now-bar {
		padding:15px;
		margin:0 -1px 7px -1px!important;
	}
}


/* --- Page Toppers ---*/
.page-topper {	 
    display:table;	 	 
    width:99%;	 	
    color:#01065d;
    margin-bottom:5px!important;
}
@media (min-width:601px) {
.page-topper-img {
    width:20%;
    float:left;
    margin:10px 10px 10px 10px;
    line-height:0;	 
}
}
@media (max-width:600px) {
.page-topper-img {
display:none;
}
}
.page-topper-text {
    width:65%;
    float:left;
    padding:4px; 20px;	 
}
.page-topper-text h2 {
    margin: 4px 0!important;
    background: url(/content/uploads/2017/12/RGB_LINE.png) no-repeat;
    background-position: -250px 38px;
    border-bottom: none;
    padding-bottom: 2px;
    margin-top: 10px;
    line-height: 1.2em;
    font-size: 2.5em;
}
@media (max-width:600px) {
 .page-topper-text h2 {
    margin: 4px 0!important;
    background: url(/content/uploads/2017/12/RGB_LINE.png) no-repeat;
    background-position:100% ;
    padding-bottom: 22px;
    margin-top: 10px;
    line-height: 1.2em;
    font-size: 1.5em;
}
}
.page-topper-text p {
    position: relative;
    top: -21px;
    color: #01065d;
    font-family: 'XXIINeueNorm-CndBlack', sans-serif;
    font-size: 25px;
}	 	
.page-topper-text ul {	 
 position:relative;	 
 top:-46px;	 
 left:-38px;
 list-style:none;	
} 	 

/*hide byline on calendar page*/
.ai1ec_event .entry-meta-wrapper{
        display:none;
    }

/* WC-2151: Custom article meta */
.entry-meta.entry-author.multiple-bylines:not(.gtx-custom-author-data),
.entry-meta.entry-date {
  display:none;
}

#gtx_custom_author_data_posted,
#gtx_custom_author_data_updated {
  display:inline-block;
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", sans-serif;
  font-style: normal !important;
  font-size:.95em;
}

/* ===== Bootstrap Migration patches Apr. 2022 ===== */

@media (min-width: 980px) {.header .utility-nav-wrapper {  z-index: 1}}

.col-xs-12{  flex-basis: 100%;}
