/*-----------------------------------------------------------------------------------*\
	#Begin from base.css
\*-----------------------------------------------------------------------------------*/

#sticky {
  margin-bottom: 20px; }

.header-whio {
  height: 122px;
  background: url(../images/skyline.jpg) no-repeat;
  color: #fff; }
  .header-whio a,
  .header-whio a:hover,
  .header-whio a:active,
  .header-whio a:focus {
    color: #fff; }
  .header-whio .col-sm-2,
  .header-whio .col-sm-4 {
    display: table;
    height: 100%; }

.whio-logo {
  display: table-cell;
  vertical-align: middle; }

.whio-weather {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px; }
  .whio-weather img {
    max-width: 75px; }

.whio-watch-now {
  display: table-cell;
  vertical-align: middle; }
  .whio-watch-now .video {
    float: left;
    width: 120px;
    height: 70px;
    margin-right: 5px;
    background: #fff; }
  .whio-watch-now .video-label {
    float: left;
    font-size: 12px; }
    .whio-watch-now .video-label span {
      display: block; }

.navbar-whio {
  display: table-cell;
  vertical-align: bottom;
  min-height: auto;
  padding-bottom: 20px;
  border-radius: 0; }
  .navbar-whio a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    white-space: nowrap; }

.whio-social {
  display: table-cell;
  vertical-align: middle; }
  .whio-social a {
    padding: 5px; }
    .whio-social a i {
      font-size: 24px; }

/*-----------------------------------------------------------------------------------*\
	#End from base.css
\*-----------------------------------------------------------------------------------*/

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
	position: static;
}
.yamm .container {
	position: relative;
}
.yamm .dropdown-menu {
	left: auto;
}
.yamm .yamm-content {
	padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
}

.navbar-nav > li > .dropdown-menu {
    padding: 0;
    background: #09287c;
}

.navbar-nav > li > .dropdown-menu li:last-child {
	border: none;
}

.navbar-nav > li > .dropdown-menu li a,
.navbar-nav > li > .dropdown-menu li a:hover,
.navbar-nav > li > .dropdown-menu li a:active,
.navbar-nav > li > .dropdown-menu li a:focus {
	background: transparent;
	border: none;
	border-radius: 0;
	color: #09287c;
}

.navbar-nav > li > .dropdown-menu li a:hover {
	color: #fff;
}

.yamm .yamm-content {
  padding: 20px 20px 0; }
  .yamm .yamm-content .tease {
    margin-bottom: 0; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:active, .nav .open > a:focus, .nav li > a, .nav li > a:hover, .nav li > a:active, .nav li > a:focus {
  background: transparent; }

.yamm .dropdown.yamm-fw .dropdown-menu {
  border-radius: 0;
  background: rgba(20, 48, 73, 1); }
  .yamm .dropdown.yamm-fw .dropdown-menu .list-group {
    margin-bottom: 0; }
    .yamm .dropdown.yamm-fw .dropdown-menu .list-group a,
    .yamm .dropdown.yamm-fw .dropdown-menu .list-group a:hover,
    .yamm .dropdown.yamm-fw .dropdown-menu .list-group a:active,
    .yamm .dropdown.yamm-fw .dropdown-menu .list-group a:focus {
      padding: 5px 0;
      background: transparent;
      border: none;
      border-radius: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.6);
      color: rgba(255, 255, 255, 0.85); }
    .yamm .dropdown.yamm-fw .dropdown-menu .list-group a:last-child {
      border-bottom: none; }
    .yamm .dropdown.yamm-fw .dropdown-menu .list-group a:hover {
      color: #fff; }


/* JASNY-BOOTSTRAP STYLING FOR SLIDEOUT */
#topMobileMenu {
	background: #09287c;
	color: white;
	border-width: 0 1px 0 0;
}
.navmenu-fixed-left a {
	color: white;
}
.social .fa {
	margin: 0 5px;
	font-size: 24px;
}

.socialMobile .fa {
	font-size: 24px;
}

.navmenu-fixed-left {
    margin: auto;
    text-align: center;
}

#searchContainerMobile {
	margin-top: 10px;
}

#searchContainer {
	margin-top: 10px;
}

.navmenu-fixed-left .dropdown {
	text-align: left;
	padding-left: 10px;
}

#searchContainerMobile #searchBox {
    margin: 13px 5px auto 15px;
    width: 80%;
}

#topMobileMenu .accountLinks * {
    font-weight: 500;
}

.sideNavList {
    padding-left: 0px;
}

.sideNavList li {
	margin-bottom: 0px;
}

.sideNavList {
	height: 41px;
}

.sideNavList * {
    text-align: left;
    list-style-type: none;
}

.sideNavMain {
	background-color: #3285eb;
} 

.sideNavMain * {
	text-transform: uppercase;
	font-weight: 500;
	padding-left: 7px;
} 

.sideNavSub {
	background-color: #09287c;
}

.sideNavSub * {
	padding-left: 20px;
	font-weight: 300;
}

.sideNavSection {
	height: 41px;
	line-height: 41px;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #46627a;
}
.sideNavSection a {
    display: inline-block;
}

.sideNavList .menu {
	padding-left: 0px;
}

.sideNavList ul {
    padding-left: 0px;
}

.sideNavList li {
	padding: 0px;
}

.sideNavList li a {
	margin: 0px; display: block; width: 100%; height: 100%; 
}


/* desktop view */
.header-top {
	color: white !important;
}
.header-top a:hover {
	color: white !important;
}
.header-top a {
	color: white;
}
.dropdown {
	color: white;
}
.navbar-nav li a {
	color: white !important;
}

.header-top .social {
	display: inline-block;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: rgba(0, 0, 0, 0);;
}
.header-top {
	padding-left: 12px;
}
.social {
	padding-top: 10px;
}
.canvas-slid {
	position: fixed !important;
}

.headerContainer .hidden-xs .list-unstyled {
    padding-top: 5px;
}

.subnav li {
	padding: 5px 0;
	border: none;
	font-size: 12px;
}


/* HEADER */

.dropdown .dropdown-menu {
	/* display: block;  */ /* COMMENT OUT WHEN USING FADE IN UTILITY.JS */
	position: fixed;
	border-top: 6px solid #d0021b;
}

.dropdown .subnav-with-scroller {
	width: 100vw;
	position: fixed;
	z-index: 2500001;
}


.dropdown .subnav-no-scroller {
	position: absolute;
	top: 46px !important;
}

.subnav-no-scroller a:hover {
	text-decoration: underline !important;
}

.dropdown .row {
	display: flex;
}

.dropdown .row .col-sm-9 {
	background-color: #3285eb;
}

.headerContainer .yamm-content {
 	background-color: #09287c;
	width: 100vw;
	margin-left: -1px;
}

.headerContainer .yamm-content a {
 	background-color: rgba(20, 48, 73, 1);
	width: 100vw;
}

.dropdown:hover > a {
	background-color: #d0021b !important;
	padding-bottom: 9px;
	height: 100%;
}


.header-top {
	background-color: #3285eb;
	height: 46px;
}

@media screen and (max-width: 992px) {
	.header-top {
		background-color: #09287c;
	}
}

.header-bottom {
	background-color: #09287c;
	height: 46px;
}

.live-toggle {
	display: table;
}

.liveButtonHolder {
	display: inline-flex;
}

.navbar-scroller-container .listText {
    color: #dedede;
}

.navbar-scroller-container {
    padding-top: 15px;
}

.navbar-scroller-container i {
    color: #dedede;
}

/* FIXES FOR SM */
@media screen and (max-width: 992px) {
	.header-top .container {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.header-top .fa {
		margin-right: 0px;
	}
	
	.header-top #searchBox {
		margin-left: 6px;
	}
}

@media screen and (min-width: 768px) {
	#header-whio .dropdown {
	    height: 46px;
	}
}

@media screen and (max-width: 767px) {
	.closings-container .row {
	    height: 83px;
	}
}

.accountLinks.hidden-xs {
    margin-bottom: 0px;
}

.headerContainer {
	margin-left: 165px;
}

.headerContainer .accountLinks {
	margin-right: 0px;
}

.accountLinks.hidden-xs a {
    color: white;
    font-size: .8em;
}

.liveButtons .btn {
	padding-left: 0px;
	padding-right: 0px;
	width: 111px;
}

.header-top {
	padding: 0 0 0 0;
}

.header-top .social {
	margin-left: 10px;
}

/* FOOTER */

#footer-links li {
	list-style-type: none;
	display: table;
	margin-bottom: 0px !important;
}

.footer-links-container {
	padding-left: 0px;
	padding-top: 0px;
}

.footer-links {
	margin-bottom: 0px;
	font-family: Arial;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	text-align: left;
}

#footer-links a {
	font-family: Arial;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	text-align: left;
	line-height: 23px;
}

#footer-links p {
	display: none;
}

.footer-heading {
	padding-top: 15px;
	padding-left: 0px !important;
	font-family: Arial !important;
	font-weight: bold !important;
	font-size: 17px !important;
 	color: rgba(255, 255, 255, 1) !important;
	line-height: 23px !important;
}

#footer-terms {
	background-color: #09287c;
	color: white;
	padding-top: 30px;
	padding-bottom: 30px;
}

#footer-terms p  {
	font-family: Arial;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	text-align: left;
}


#footer-terms a {
	font-family: Arial !important;
	font-weight: bold !important;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	text-align: left;
}

 .footer-heading > a {
	font-family: Arial !important;
	font-weight: bold !important;
	font-size: 17px !important;
	color: rgba(255, 255, 255, 1) !important;
	line-height: 23px !important;
}

#footer-red-bar {
	background-color: #d0021b;
	height: 2px;
}

#topMobileMenu {
	overflow: hidden;
}
.socialMobile {
    margin-left: 0px;
    margin-rigth: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.socialMobile .fa {
    border-style: solid;
    border-color: #46627a;
    border-width: 1px;
    height: 41px;
    padding-top: 8px;
}

/* Taylor Header Fix when ad removed */
@media ( min-width : 0px) {
	#spacing-for-header {
		height: 60px;
	}
}

@media (min-width : 991px) {
	#spacing-for-header {
		height: 100px;
	}
}

@media ( max-width : 768px) {
	#spacing-for-header {
		height: 100px;
	}
}

@media ( max-width : 600px) {
	#spacing-for-header {
		height: 120px;
	}
}

#spacing-for-closings.no-closings {
	height: 0;
}

@media ( min-width : 0px) {
	#spacing-for-closings {
		height: 83px;
	}
}

@media ( min-width : 992px) {
	#spacing-for-closings {
		height: 43px;
	}
}

header {
	z-index: 9000;
	border-top: 3px solid #ba0000;
}

header .whio-logo {
	position: absolute;
	height: 80px;
	margin: 0 auto 10px;
}

@media ( max-width : 720px) {
	header .whio-logo {
		margin: 6px auto 10px;
	}
}

header .whio-logo {
	position: relative;
	height: 45px;
	overflow: hidden;
	width: 200px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.live {
	border: 1px solid #fff;
	background-color: red;
	color: #fff;
	height: 30px;
	margin: 8px 0;
	width: 50px;
	float: right;
	font-weight: bold;
	position:absolute;
	right:15px
}

.navbar-header {
	position: relative;
}

.navbar-toggle .icon-bar {
	background-color: #fff;
}

.header-whio {
	height: auto;
	margin-top: -46px;
}

.header-whio .social {
	margin: 10px auto;
	display: inline-block;
	text-align: center;
}

.header-whio .social i {
	margin: 0 5px;
	font-size: 24px;
}

#searchContainer {
	display: inline-block;
	top: -3px;
	position: relative;
}

#searchBox {
	display: inline-block;
	background-color: #fff;
	border-radius: 2px;
	border: none;
	margin: auto 5px auto 15px;
	width: 175px;
}

.accountLinks {
	float: right;
	margin: 14px auto 14px auto;
	text-align: center;
}

.navbar {
	margin-bottom: 0px;
	position: relative;
	min-height: auto;
	border: none;
	height:46px;
	min-height: 46px;
}

.nav .caret, .nav a:hover .caret, .nav .open>a .caret, .nav .open>a:hover .caret,
	.nav .open>a:focus .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}

.nav li {
	margin-bottom: 0px;
}

.dropdown.open {
	background: #ba0000;
}

.navbar-collapse {
	background: #001782;
	z-index: 9999;
}

@media ( min-width : 768px) {
	#searchBox {
		width: 150px;
	}
	.accountLinks {
		margin: 14px 20px 14px auto;
	}
	.header-whio {
		height: auto;
		margin-top: -92px;
	}
	header .whio-logo {
		position: absolute;
		height: 84px;
		width: 165px;
		top: 0px;
		margin-right: auto;
		margin-left: auto;
		display: block;
	}
	.logoBlock {
		width: 165px;
	}
	.navbar-collapse {
		background: transparent;
		z-index: 9999;
	}
}

@media ( min-width : 992px) {
	#searchBox {
		width: 300px;
	}
}

@media ( min-width : 1170px) {
	#searchBox {
		width: 300px;
	}
}

.navbar-offcanvas {
	background-color: #001782;
}

.navbar-toggle {
	background: transparent;
	outline-color: transparent;
	outline-width: 0px;
	float: left !important;
	position: absolute !important;
	margin-top: 4px;
    margin-left: 5px;
}
.navbar-toggle .icon-bar {
	height: 3px;
}

#capture_editProfile_form_item_subscriptionList label {
    font-weight: normal;
}

#capture_editProfile_form_item_subscriptionList label input {
    margin-right: 10px;
}

#capture_editProfile_form_item_subscriptionList label input {
    margin-right: 10px;
}

.navbar-nav .list-unstyled a {
	display: block;
}

.liveToggle {
    display: none;
}

.liveButtons {
    position: relative;
    width: 135px;
    float: right;
}

header .watchLive,
header .listenLive {
	display: inline-block;
	margin-top: 2px;
	border: none;
	background-color: transparent;
	color: #fff;
}

@media ( max-width : 767px) {
	.liveToggle {
	    display: block;
	    position: absolute;
	    top: 48px;
	    left: 0;
	    width: 100%;
	    padding: 5px 15px 3px;
	    background-color: #09287c;
	    border-bottom: 1px solid #09287c;
	    text-align: center;
	}
}

#js-bootstrap-offcanvas {
	top: 49px;
}

#header-whio.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}

.nav-tabs {
	border-bottom: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	background: #001782;
	border: none;
	color: #fff;
}

.dropdown-menu i.fa {
	color: white;
}