@charset "UTF-8";
body {
  color: #111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Arial,Helvetica,sans-serif; }

a {
  color: #222; }

.row[class*="bg-"] a {
  color: #fff; }

a:hover {
  text-decoration: underline; }

.row[class*="bg-"] a:hover {
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

ul, ul ul {
  list-style: none;
  margin: 0; }

#hrefFm {
  margin: 0!important; }

.bold {
  font-weight: 700; }

#wrapper {
  padding-top: 50px; }

#wrapper > p {
  display: none; }

.cmg-header-only-layout #main, .cmg-header-only-layout #footer {
  display: none; }

.cmg-footer-only-layout #wrapper {
  padding-top: 0!important; }

.cmg-footer-only-layout #main, .cmg-footer-only-layout #header {
  display: none; }

.row-container {
  max-width: 1024px;
  position: relative; }

.row-container.full-width {
  max-width: none; }

.portlet-borderless-container {
  position: relative; }

[class*="col-"].reorder-vertically-mobile > .portlet-column-content {
  display: table; }

[class*="col-"].reorder-vertically-mobile > .portlet-column-content > .portlet-boundary:first-child {
  display: table-row-group;
  float: none; }

[class*="col-"].reorder-vertically-mobile > .portlet-column-content > .portlet-boundary:nth-child(2) {
  display: table-header-group;
  float: none; }

.portlet-asset-publisher .asset-content, .portlet-asset-publisher .asset-full-content .asset-content {
  margin: 0; }

body.dockbar-ready.controls-hidden {
  padding-top: 30px; }

#header {
  height: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
  border-top: #ba0000 2px solid; }

body.dockbar-ready #header {
  top: 70px; }

body.dockbar-ready.controls-hidden #header {
  top: 30px; }

#header h1 {
  z-index: 302;
  position: absolute;
  left: 50%;
  margin: 5px 0 0 -38px; }

.logo-main, #header h1 a {
  display: block;
  width: 76px;
  height: 30px;
  background: url("https://dl.dropboxusercontent.com/u/409241286/LAKANA/dev/cmg-main/assets/images/color_schemes/wsb/logo-main.png") 50% 50% no-repeat;
  background-size: 76px 30px; }

a.logo-main:hover, #header h1 a:hover {
  opacity: .75; }

a.logo-main:focus, #header h1 a:focus {
  outline: 0; }

#header-social {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }

#header-social::after {
  clear: both;
  content: "";
  display: table; }

#header-social li {
  float: left;
  width: 33.33333%;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.15); }

#header-social li:last-child {
  border-right: 0; }

#header-social li a {
  font-size: 1.25em;
  padding: 11px 30px; }

#site-search {
  margin: 0;
  padding: 10px; }

#site-search [type="text"] {
  margin: 0;
  border-radius: 1px;
  border: 0;
  font-size: .9em;
  padding: 8px;
  width: 195px; }

#site-search [type="submit"] {
  background: 0;
  color: #fff;
  font-size: 1.25em;
  border: 0;
  padding: 0 8px;
  position: relative;
  top: 3px; }

#header .beta-stamp {
  display: none; }

#header .wrapper-video {
  display: none; }

#header span.live {
  background: #ba0000;
  font-weight: 700;
  font-size: 1.5em;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 7px; }

#header span.live > a {
  color: #fff; }

#header span.live > a:hover {
  text-decoration: none; }

.nav-open #wrapper {
  overflow: hidden; }

.off-canvas-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  width: 270px;
  z-index: 301;
  border-right: 2px solid rgba(0, 0, 0, 0.75);
  -webkit-transform: translate3d(-270px, 0, 0);
  -moz-transform: translate3d(-270px, 0, 0);
  -ms-transform: translate3d(-270px, 0, 0);
  -o-transform: translate3d(-270px, 0, 0);
  transform: translate3d(-270px, 0, 0); }

.off-canvas-menu::-webkit-scrollbar {
  width: 10px; }

.off-canvas-menu::-webkit-scrollbar-track {
  background: #001265; }

.off-canvas-menu::-webkit-scrollbar-thumb {
  background: #eee;
  border-radius: 10px; }

.nav-open .off-canvas-menu {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.off-canvas-menu h1 {
  display: none; }

.off-canvas-menu, #mobile-header, #main, #footer {
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -moz-transition: -moz-transform 500ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: transform 500ms cubic-bezier(0.755, 0.05, 0.855, 0.06); }

.nav-open #mobile-header, .nav-open #main, .nav-open #footer {
  -webkit-transform: translate3d(270px, 0, 0);
  -moz-transform: translate3d(270px, 0, 0);
  -ms-transform: translate3d(270px, 0, 0);
  -o-transform: translate3d(270px, 0, 0);
  transform: translate3d(270px, 0, 0); }

#toggle-menu {
  color: #fff;
  position: relative;
  font-size: 1.25em;
  float: left;
  padding: 9px 15px 6px;
  border-right: 1px solid rgba(0, 0, 0, 0.25); }

#toggle-menu:hover {
  color: #ddd; }

#toggle-menu:before {
  content: "";
  position: absolute;
  right: -2px;
  top: 0;
  bottom: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1); }

#nav-main {
  width: 100%; }

#nav-main::after {
  clear: both;
  content: "";
  display: table; }

#nav-main ul::after {
  clear: both;
  content: "";
  display: table; }

#nav-main .row-container > ul > li > a, #nav-main .sub-menu > li > a {
  color: #fff;
  display: block;
  position: relative;
  padding: 11px 5px;
  font-weight: 700;
  font-size: .9em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

#nav-main .row-container > ul > li > a::after, #nav-main .sub-menu > li > a::after {
  clear: both;
  content: "";
  display: table; }

#nav-main ul > li > a [class*="icon-arrow"] {
  font-size: .6em;
  top: -1px; }

#nav-main ul > li.weather a .label {
  float: left; }

#nav-main ul > li.weather a .temperature {
  font-size: 1.5em;
  position: absolute;
  top: 6px;
  right: 45px; }

#nav-main ul > li.weather a .icon {
  position: absolute;
  right: 7px;
  top: 1px; }

#nav-main .row-container > ul > li > a:hover, #nav-main .row-container > ul > li:hover > a {
  text-decoration: none; }

#nav-main ul > li.medium, #nav-main ul > li.large {
  display: none; }

#nav-main ul > li.small.large {
  display: block; }

#nav-main .sub-menu > li > a {
  padding-left: 20px;
  text-transform: none; }

#nav-main #main-menu.supernav-menu .dropdown .dropdown-menu .dropdown-container .carousel-wrapper {
  display: none; }

#nav-main #main-menu.supernav-menu .sub-menu li > a {
  background: rgba(0, 0, 0, 0.1); }

#nav-main #main-menu.supernav-menu .sub-menu li:hover > a {
  background: rgba(0, 0, 0, 0); }

#main {
  padding: 0 0 20px;
  overflow: hidden; }

#main .row[class*="bg-"] {
  padding: 0; }

#main .row[class*="bg-"] [class*="col-"] {
  min-height: 0; }

#footer a {
  color: #fff; }

#footer p {
  margin-bottom: 2px; }

#footer p strong {
  font-size: 1.2em; }

#footer .row {
  padding: 30px 10px; }

#footer-links .footer-links-list {
  margin: 0 0 40px; }

#footer-links .footer-links-list::after {
  clear: both;
  content: "";
  display: table; }

#footer-links .footer-links-list li {
  margin: 0 0 2px; }

#footer-links .footer-links-list .social li {
  font-size: 2em;
  float: left;
  width: 33.33333%; }

#footer-links .footer-links-list h4 {
  font-size: 1.2em;
  line-height: 1.2;
  padding: 0 0 6px;
  color: #fff; }

#footer-terms {
  background: #031138;
  color: #fff;
  border-bottom: #ba0000 2px solid; }

#footer-terms a {
  font-weight: 700; }

.is-phone, .is-600, .is-768, .is-1024 {
  display: none;
  margin: 0;
  padding: 0;
  height: 0;
  width: 0;
  line-height: 0;
  position: absolute;
  border-style: none;
  visibility: hidden; }

.is-phone {
  display: inline-block; }

@media screen and (max-width:699px) {
  .hide-phone {
    display: none!important; } }
@media screen and (max-width:1039px) and (min-width:768px) {
  .hide-tablet {
    display: none!important; } }
@media screen and (min-width:1020px) {
  .hide-desktop {
    display: none!important; } }
@media (min-width:min-device-width) and (max-width:767px) {
  .show-phone {
    display: inherit!important; } }
@media (min-width:min-device-width) and (max-width:768px) {
  .show-tablet {
    display: inherit!important; } }
@media (min-width:768px) and (max-width:1039px) {
  .show-tablet {
    display: inherit!important; } }
@media (min-width:1040px) {
  .show-desktop {
    display: inherit!important; } }
@media (min-width:1200px) {
  .show-desktop {
    display: inherit!important; } }
@font-face {
  font-family: "icon-font-forecast";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/icon-font-forecast.eot?#iefix") format("embedded-opentype"), url("../fonts/icon-font-forecast.woff2") format("woff2"), url("../fonts/icon-font-forecast.woff") format("woff"), url("../fonts/icon-font-forecast.ttf") format("truetype"), url("../fonts/icon-font-forecast.svg#icon-font-forecast") format("svg"); }

.add-play-icon, .add-gallery-icon {
  position: relative; }

.add-play-icon:after, .add-gallery-icon:after {
  font-family: 'EP-Icon-Font';
  color: #fff;
  text-align: center;
  left: 6px;
  top: 6px;
  position: absolute;
  z-index: 30;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  text-indent: 3px; }

.add-play-icon:after {
  content: "\e66e"!important;
  padding: 5px 8px 4px; }

.add-gallery-icon:after {
  content: "\e6aa"!important;
  padding: 6px 6px 4px; }

.add-play-icon.large:after {
  left: 10px;
  top: 10px;
  font-size: 1.65em;
  text-indent: 6px; }

.add-play-icon.x-large:after {
  padding: 0;
  width: 80px;
  height: 80px;
  font-size: 2em;
  line-height: 2.9;
  top: 15px;
  left: 15px;
  text-indent: 6px; }

.add-play-icon:hover:after {
  background: rgba(0, 0, 0, 0.8); }

.stamp {
  color: #fff;
  text-align: center;
  right: 4px;
  top: 4px;
  position: absolute;
  z-index: 30;
  border-radius: 2px;
  padding: 2px 8px;
  font-weight: 700;
  font-size: .9em;
  text-transform: uppercase;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8); }

.icon-forecast-night, .icon-forecast-sunny, .icon-forecast-frosty, .icon-forecast-windysnow, .icon-forecast-showers, .icon-forecast-basecloud, .icon-forecast-cloud, .icon-forecast-rainy, .icon-forecast-mist, .icon-forecast-windysnowcloud, .icon-forecast-drizzle, .icon-forecast-snowy, .icon-forecast-sleet, .icon-forecast-moon, .icon-forecast-windyrain, .icon-forecast-hail, .icon-forecast-sunset, .icon-forecast-windyraincloud, .icon-forecast-sunrise, .icon-forecast-sun, .icon-forecast-thunder, .icon-forecast-windy {
  position: absolute;
  top: 0;
  left: 0; }

.icon-forecast-night:before, .icon-forecast-sunny:after, .icon-forecast-frosty:before, .icon-forecast-windysnow:before, .icon-forecast-showers:before, .icon-forecast-basecloud:before, .icon-forecast-cloud:before, .icon-forecast-rainy:before, .icon-forecast-mist:before, .icon-forecast-windysnowcloud:before, .icon-forecast-drizzle:before, .icon-forecast-snowy:before, .icon-forecast-sleet:before, .icon-forecast-moon:before, .icon-forecast-windyrain:before, .icon-forecast-hail:before, .icon-forecast-sunset:before, .icon-forecast-windyraincloud:before, .icon-forecast-sunrise:before, .icon-forecast-sun:before, .icon-forecast-thunder:before, .icon-forecast-windy:before {
  font-family: "icon-font-forecast";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  text-decoration: inherit;
  position: absolute; }

.icon-forecast-night:before {
  content: "\f100"; }

.icon-forecast-sunny:after {
  content: "\f101"; }

.icon-forecast-frosty:before {
  content: "\f102"; }

.icon-forecast-windysnow:before {
  content: "\f103"; }

.icon-forecast-showers:before {
  content: "\f104"; }

.icon-forecast-basecloud:before {
  content: "\f105"; }

.icon-forecast-cloud:before {
  content: "\f106"; }

.icon-forecast-rainy:before {
  content: "\f107"; }

.icon-forecast-mist:before {
  content: "\f108"; }

.icon-forecast-windysnowcloud:before {
  content: "\f109"; }

.icon-forecast-drizzle:before {
  content: "\f10a"; }

.icon-forecast-snowy:before {
  content: "\f10b"; }

.icon-forecast-sleet:before {
  content: "\f10c"; }

.icon-forecast-moon:before {
  content: "\f10d"; }

.icon-forecast-windyrain:before {
  content: "\f10e"; }

.icon-forecast-hail:before {
  content: "\f10f"; }

.icon-forecast-sunset:before {
  content: "\f110"; }

.icon-forecast-windyraincloud:before {
  content: "\f111"; }

.icon-forecast-sunrise:before {
  content: "\f112"; }

.icon-forecast-sun:before {
  content: "\f113"; }

.icon-forecast-thunder:before {
  content: "\f114"; }

.icon-forecast-windy:before {
  content: "\f115"; }

.icon-forecast-wrapper {
  position: relative;
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 1; }

.icon-forecast-sun, .icon-forecast-sunny:after {
  color: #fdc400; }

.icon-forecast-showers, .icon-forecast-raining {
  color: #82b2e4; }

.icon-forecast-frosty, .icon-forecast-sleet {
  color: #85d8f7; }

.ui-btn {
  border-color: #222;
  border-radius: 4px;
  color: #222;
  padding: 10px 14px;
  background: #fff; }

.ui-btn[class*="color"] {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.4); }

.ui-btn:hover {
  text-decoration: none; }

.btn-load-more {
  margin: 0 0 30px;
  padding: 12px;
  width: 100%;
  max-width: 300px; }

.ui-label {
  font-size: .8em;
  padding: 1px 4px;
  position: relative;
  top: -1px; }

.ui-social {
  padding: 10px 0 0;
  clear: both; }

.ui-social::after {
  clear: both;
  content: "";
  display: table; }

.ui-social h4 {
  text-transform: uppercase;
  color: #333;
  font-size: .85em;
  padding: 0 0 4px; }

.ui-social li {
  float: left;
  width: 25%;
  margin: 0;
  text-align: center;
  list-style: none; }

.ui-social li a {
  display: block;
  background: #555;
  color: #fff!important;
  padding: 11px 10px 9px; }

.ui-social li a:hover {
  text-decoration: none;
  opacity: .8; }

.ui-social li [class*="icon"] {
  font-size: 1.4em;
  margin: 0 0 8px;
  top: auto; }

.ui-social li label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: .7em;
  margin: 0;
  color: #fff;
  line-height: 1; }

.ui-social li.more {
  display: none; }

.ui-social li.more a {
  color: #444!important;
  background: #eee; }

.ui-social li.more label {
  color: #444; }

.ui-social li.more [class*="icon"] {
  font-size: .6em;
  margin: 10px 2px; }

.ui-social li.twitter a {
  background: #4099ff; }

.ui-social li.facebook a {
  background: #3b5998; }

.ui-social li.google a {
  background: #e53d16; }

.ui-social li.email a {
  background: #001265; }

[class*="crop-"] {
  overflow: hidden;
  display: block;
  position: relative; }

.crop-photo {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-background-position-x: center;
  -ms-background-position-y: center; }

.crop-photo img {
  height: auto;
  width: 100%;
  display: block;
  visibility: hidden; }

.iframe-wrapper {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden; }

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.placeholder-16x9, .delay-bg-load.delay-bg-load-16x9 {
  background-image: none!important; }

.placeholder-square, .delay-bg-load.delay-bg-load-square {
  background-image: none!important; }

img.delay-load[data-src], iframe.delay-load[data-src] {
  visibility: hidden; }

.delay-bg-load, img.delay-load[data-src], iframe.delay-load[data-src] {
  min-width: 1px;
  min-height: 1px; }

.loading-animation {
  background: 0;
  border-top: 6px solid rgba(204, 204, 204, 0.75);
  border-right: 6px solid rgba(204, 204, 204, 0.75);
  border-bottom: 6px solid rgba(204, 204, 204, 0.75);
  border-left: 6px solid #000;
  padding: 0;
  -webkit-animation: spin-preloader .35s infinite linear;
  -moz-animation: spin-preloader .35s infinite linear;
  animation: spin-preloader .35s infinite linear; }

.loading-animation, .loading-animation :after {
  border-radius: 50%;
  width: 32px!important;
  height: 32px!important;
  margin-top: -16px; }

.loading-animation.loaded {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
  display: none; }

.std-datatable .content .loading-animation {
  width: 32px!important;
  height: 32px!important;
  left: 50%;
  border-left-color: #7a9900; }

@-webkit-keyframes spin-preloader {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes spin-preloader {
  0% {
    -moz-transform: rotate(0deg); }

  100% {
    -moz-transform: rotate(360deg); } }

@keyframes spin-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.ui-touch-interactive .tap-to-interact, .ui-touch-interactive .only-fullscreen {
  display: none; }

.touch .ui-touch-interactive .interactive-body .tap-to-interact {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.71);
  width: 100%;
  z-index: 3000;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  color: white; }

.touch .ui-touch-interactive .interactive-body .tap-to-interact > button {
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ddd;
  background-image: -webkit-linear-gradient(white, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  font-size: 1.65em;
  white-space: nowrap; }

.touch .ui-touch-interactive .interactive-body.disable-mouse {
  pointer-events: none; }

.touch .ui-touch-interactive .interactive-body.disable-mouse .tap-to-interact > button, .touch .ui-touch-interactive .interactive-body.disable-mouse .close-btn {
  pointer-events: auto; }

.touch .ui-touch-interactive .interactive-body.is-fullscreen {
  width: 100%;
  height: 100%!important;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: #333;
  z-index: 50000;
  pointer-events: auto; }

.touch .ui-touch-interactive .interactive-body.is-fullscreen .only-fullscreen {
  display: block; }

.touch .ui-touch-interactive .interactive-body.is-fullscreen .close-btn {
  float: right;
  background-color: #ddd;
  background-image: -webkit-linear-gradient(white, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  color: #333;
  border-color: #999;
  padding: 8px 12px;
  font-size: 1.5em;
  line-height: 1.25em;
  z-index: 90000000;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 10px; }

.touch .ui-touch-interactive .interactive-body.is-fullscreen .tap-to-interact {
  display: none; }

.touch .ui-touch-interactive .interactive-body.is-fullscreen.fake-fullscreen {
  position: fixed!important;
  -webkit-transform: translateZ(0);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

body.ui-touch-interactive-open, html.ui-touch-interactive-open {
  overflow: hidden!important; }

body.ui-touch-interactive-open .ui-touch-interactive.has-fullscreen, html.ui-touch-interactive-open .ui-touch-interactive.has-fullscreen {
  z-index: 49999; }

body.ui-touch-interactive-open #header, body.ui-touch-interactive-open #footer, html.ui-touch-interactive-open #header, html.ui-touch-interactive-open #footer {
  display: none; }

.ui-tabs {
  display: inline-block;
  border: 0; }

.ui-tabs ul {
  padding-left: 10px;
  margin: 0;
  background-color: #001265; }

.ui-tabs ul li {
  display: inline-block;
  vertical-align: middle; }

.ui-tabs ul li a {
  display: inline-block;
  color: #fff;
  background-color: #001265;
  text-decoration: none;
  line-height: 31px;
  padding: 0 5px;
  opacity: .3;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease; }

.ui-tabs ul li.active a, .ui-tabs ul li.ui-tab-active a {
  opacity: 1; }

.ui-tabs ul li a:hover {
  background-color: #001265;
  opacity: 1; }

#responsive_wxMap_UI ul li {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

iframe.wx-map-iframe {
  width: 100%;
  height: 100%;
  border: 0; }

.mapContainer {
  width: 100%; }

.mod-wrapper, .col-8 .col-6 .mod-wrapper {
  border: 0;
  background: #fff;
  margin-right: auto;
  margin-left: auto; }

.mod-header, .col-8 .col-6 .mod-header {
  background: 0;
  color: #111;
  padding: 10px 12px;
  border-bottom: 1px solid #d5d5d5; }

.row[class*="bg-"] .mod-header {
  color: #fff; }

.col-8 .mod-header {
  padding: 14px;
  border: 0; }

.mod-header h3, .col-8 .col-6 .mod-header h3, .col-8 .mod-style-02 .mod-header h3 {
  float: left;
  line-height: 1.1;
  font-size: 1.17em; }

.col-8 .mod-header h3 {
  font-size: 2.5em;
  color: #333; }

.mod-header h3 small {
  display: block;
  font-size: .6em;
  color: #555;
  font-weight: 400; }

.mod-header span {
  display: block;
  font-size: .9em;
  color: #ddd; }

.mod-header .icons {
  float: right; }

.mod-header .icons li {
  display: inline-block;
  margin: 0 4px; }

.mod-header .icons li a:hover {
  opacity: .75; }

.mod-header .stamp {
  padding: 3px 9px;
  font-size: .8em;
  box-shadow: none;
  position: relative;
  right: auto;
  top: auto;
  color: #fff;
  float: none;
  display: inline-block; }

.mod-header select {
  margin: 0;
  float: right;
  height: 24px;
  line-height: 24px;
  padding: 0 6px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px; }

.mod-body {
  padding: 12px; }

.mod-body.add-border {
  border: 1px solid #ddd; }

.mod-body [class^="wrapper-"] {
  margin-bottom: 15px; }

.mod-body .wrapper-media iframe {
  margin: 0 auto;
  max-width: 100%;
  display: block; }

.mod-body img.f-left {
  margin-right: 10px; }

.mod-footer {
  background: 0;
  border-color: #eee;
  font-size: .9em;
  padding: 8px 14px; }

.mod-footer a {
  font-weight: 700; }

.mod-inline {
  margin-bottom: 20px; }

.mod-inline .mod-header h3 {
  font-size: 2em;
  color: #111; }

.mod-inline h4 {
  background: #ddd;
  padding: 4px 8px; }

.mod-style-02 .mod-header, .col-8 .col-6 .mod-style-02 .mod-header, .col-8 .mod-style-02 .mod-header h3 {
  color: #fff; }

.mod-style-02 .mod-header, .col-8 .mod-style-02 .mod-header {
  padding: 10px 12px;
  border: 0; }

.mod-style-02 .mod-body {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 8px; }

.mod-style-02 .mod-body.blue {
  background-color: #0d358a;
  color: #fff;
  border: 0; }

.mod-style-02.mod-closings .mod-inline:first-child {
  margin-top: 20px; }

ul.list li p {
  font-size: .9em; }

ul.list li .abstract {
  color: #444; }

ul.list li time, ul.list.media li time {
  display: inline-block;
  margin: 0; }

ul.list.no-bullets li a, ul.list.media li a, ul.list.columns li a {
  display: inline; }

ul.list li [class*="icon-"] {
  font-size: .8em;
  color: #333; }

ul.list.links {
  padding: 6px; }

ul.list.links li a {
  font-weight: 700; }

ul.list.media li .thumb, .mod-headline-list.mod-tabs ul.list.media li .thumb, ul.list.media.mixed li:first-child .thumb, .mod-headline-list.mod-tabs ul.list.media li:first-child .thumb {
  float: left;
  margin: 0 3% 2% 0;
  width: 37%; }

ul.list.media li:first-child .thumb {
  width: 100%;
  margin: 0 0 2%; }

ul.list.media li:first-child h4 {
  position: absolute;
  bottom: 2%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 6px 8px;
  color: #fff; }

ul.list.media li:first-child .abstract {
  display: none; }

ul.list.media.mixed li:first-child h4, .mod-tabs ul.list.media li:first-child h4 {
  position: relative;
  bottom: auto;
  width: auto;
  background: 0;
  padding: 0;
  color: #111; }

ul.list.media.mixed li:nth-child(n+3) a:after, ul.list.media.mixed li:nth-child(-n+2) {
  display: none; }

.mod-headline-list.mod-tabs ul.list.media li:first-child .abstract {
  display: block; }

ul.list.media.grid li {
  float: left;
  width: 50%;
  margin: 0; }

ul.list.media.grid li h4 {
  position: absolute;
  bottom: 0;
  margin: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  color: #fff;
  line-height: 1.3;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 30%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 30%); }

ul.list.media.grid li .thumb, ul.list.media.grid li:first-child .thumb {
  width: 100%;
  float: none;
  margin: 0; }

ul.list.columns h4 {
  white-space: nowrap; }

ul.list.columns h5 {
  font-weight: 400; }

ul.list.columns.four li {
  width: 49%;
  padding: 0 1.5% 20px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  float: none; }

ul.list.columns.four h4 {
  white-space: normal; }

.mod-ad {
  background: none!important; }

.mod-ad .mod-body {
  padding: 0; }

.mod-ad.ad-promo img {
  max-width: 600px; }

.sticky-ad-towers {
  height: auto!important; }

.mod-ad.ad-towers {
  position: absolute;
  width: 1364px;
  left: 50%;
  top: 0;
  z-index: 1;
  height: 600px;
  overflow: hidden;
  margin: 0;
  margin-left: -682px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

.mod-ad.ad-towers.stuck {
  position: fixed;
  top: 20px; }

.mod-ad.ad-towers .tower {
  width: 160px;
  top: 0;
  position: absolute; }

.mod-ad.ad-towers .tower.left {
  left: 0; }

.mod-ad.ad-towers .tower.right {
  right: 0; }

#header .mod-ad {
  margin: 0;
  padding: 10px 0 0;
  display: none; }

.konafilter > iframe, .ep-ad-slot > div {
  margin: 0 auto;
  display: block!important; }

.mod-ad.oop-ad {
  margin: 0; }

.mod-social {
  border: 0;
  background: 0; }

.mod-social .mod-body {
  padding: 0;
  text-align: center; }

.mod-social .mod-body img {
  height: auto;
  max-width: 100%; }

.fb-comments, .fb-comments span, .fb-comments span iframe {
  width: 100%!important; }

.mod-social .fb-like-box {
  display: block;
  width: 300px;
  margin: 0 auto; }

.mod-tabs .mod-header {
  border: 0; }

.mod-tabs .mod-header .ui-tabs {
  border: 0; }

.mod-tabs .mod-header .ui-tabs > li {
  margin: 0; }

.mod-tabs .mod-header .ui-tabs > li > a {
  border: 0; }

.mod-tabs .mod-header .ui-tabs > li.ui-tab-active > a {
  font-weight: 700; }

.mod-tabs .mod-body {
  padding: 0;
  border: 1px solid #ddd; }

.mod-tabs ul.list.add-lines li, .mod-tabs ul.list li.add-line {
  margin-bottom: 0;
  padding-top: 8px; }

.mod-tabs ul.list.add-lines li:last-child {
  padding-bottom: 8px; }

.mod-tabs ul.list.media li {
  padding-left: 6px;
  padding-right: 6px; }

.mod-tabs ul.list.media li .thumb {
  width: 20%;
  margin-bottom: 0; }

.mod-tabs ul.list.media li:first-child .thumb {
  width: 20%;
  margin: 0 3% 2% 0; }

.mod-tabs.mod-ajax-list .ui-tabs {
  border: 0; }

.mod-weather {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px; }

.mod-weather a {
  color: #fff; }

.mod-weather .mod-header {
  color: #fff!important;
  padding: 8px 10px;
  border: 0!important; }

.mod-weather .mod-header h3 {
  color: #fff!important;
  line-height: 1.1;
  font-size: 1.17em; }

.mod-weather .mod-header h3 span {
  display: block;
  font-size: .75em;
  font-weight: 400;
  padding: 4px 0 0;
  float: none; }

.mod-weather .mod-header > span {
  float: none; }

.mod-weather .mod-header .met-profile {
  width: 51px;
  position: absolute;
  right: 10px;
  bottom: 0; }

.mod-weather .mod-header .met-profile img {
  width: 100%; }

.mod-weather .mod-footer {
  text-align: left;
  padding: 6px 10px;
  border-color: rgba(255, 255, 255, 0.15); }

.mod-weather .mod-footer a {
  margin-right: 10px;
  font-size: .95em; }

.mod-weather .mod-body {
  padding: 0; }

.mod-weather ul {
  text-align: center; }

.mod-weather ul li {
  float: left;
  width: 33.333333%;
  border-right: 1px solid rgba(255, 255, 255, 0.15); }

.mod-weather ul li:last-child {
  border-right: 0; }

.mod-weather ul li a {
  display: block; }

.mod-weather ul li a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.25); }

.mod-weather ul li .time {
  display: block;
  font-weight: 700;
  font-size: .85em;
  padding-top: 6px;
  margin-bottom: -6px;
  text-transform: uppercase; }

.mod-weather ul li .forecast {
  display: block;
  font-weight: 700;
  font-size: 1.75em;
  padding: 5px 0; }

.mod-weather ul li .forecast .temperature {
  margin-left: 10px;
  display: inline-block; }

.mod-weather ul li .forecast .icon {
  display: inline-block;
  vertical-align: middle; }

.mod-weather ul li .forecast .icon-forecast-wrapper {
  top: 8px;
  left: -10px; }

.mod-forecast a:hover {
  text-decoration: none; }

.mod-forecast p {
  margin: 0; }

.mod-wrapper.mod-forecast {
  border: 0;
  background: -webkit-linear-gradient(right, #0996d7, #08588b);
  background: linear-gradient(to left, #0996d7, #08588b); }

.mod-wrapper.mod-forecast.current {
  margin-bottom: 0; }

.mod-wrapper.mod-forecast .mod-body, .mod-wrapper.mod-forecast .mod-footer {
  padding: 0;
  border: 0;
  position: relative; }

.mod-forecast .icon {
  height: 100px; }

.mod-forecast .icon img {
  width: 100%; }

.mod-forecast .met-profile {
  min-height: 215px; }

.mod-forecast .met-profile img {
  width: 100%;
  max-width: 200px;
  position: absolute;
  bottom: 0; }

.mod-forecast .current-conditions {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25));
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25));
  color: #fff;
  width: 45%;
  min-width: 150px;
  height: 100%;
  z-index: 2; }

.mod-forecast .conditions {
  display: none; }

.mod-forecast .description {
  font-size: 16px; }

.mod-forecast .details-wrapper {
  position: absolute;
  right: 0;
  bottom: 22px;
  width: 45%;
  z-index: 2; }

.mod-forecast .details {
  width: 130px;
  color: #fff;
  z-index: 2;
  margin: 0 auto;
  display: none; }

.mod-forecast .details li:after {
  content: "";
  display: block;
  clear: both; }

.mod-forecast .details li {
  text-align: right; }

.mod-forecast .details li label {
  float: left;
  cursor: default;
  color: #fff; }

.mod-forecast.current {
  z-index: 99; }

.mod-forecast.current .mod-header {
  font-size: 1.4em;
  padding: 8px 12px;
  min-height: 41px; }

.mod-forecast.current h2 {
  font-size: 50px;
  line-height: 1;
  font-weight: 500; }

.mod-forecast.current .description {
  font-size: 14px; }

.mod-forecast.current .feel, .mod-forecast.current .more-link {
  font-size: 12px; }

.mod-forecast.current .more-link {
  font-weight: 700;
  width: 100%;
  position: absolute;
  bottom: 10px; }

.mod-forecast.current .more-link a {
  color: #fff; }

.mod-forecast.current .more-link a:after {
  font-family: 'EP-Icon-Font';
  content: "\e730";
  font-size: .65em;
  position: relative;
  top: -1px;
  left: 1px; }

.mod-forecast.current .icon {
  width: 100px;
  height: 100px;
  margin: 0 auto; }

.mod-forecast.current .icon img {
  width: 100%; }

.mod-wrapper.mod-forecast.current .mod-footer {
  text-align: left;
  color: #fff;
  font-weight: 700;
  padding: 5px 10px;
  background: #1d5eb8;
  line-height: 1.2;
  font-size: 14px; }

.mod-wrapper.mod-forecast.current .mod-footer > span {
  display: block;
  font-size: 12px; }

.mod-wrapper.mod-forecast.current .mod-footer h4 {
  font-size: 14px; }

.mod-forecast.current .mod-footer .weather-logo {
  display: none; }

.mod-forecast .met-icons {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  width: 90px; }

.mod-forecast li.ams, .mod-forecast li.nwa {
  display: none; }

.mod-forecast li.ams.certified, .mod-forecast li.ams.approved, .mod-forecast li.nwa.certified, .mod-forecast li.nwa.approved {
  background-image: url("https://dl.dropboxusercontent.com/u/409241286/LAKANA/dev/cmg-main/assets/images/weather-certs-sprite.png");
  background-repeat: no-repeat;
  background-size: 50px 86px;
  display: block; }

.mod-forecast li.ams {
  width: 50px;
  height: 31px; }

.mod-forecast li.ams.certified {
  background-position: 0 0; }

.mod-forecast li.ams.approved {
  background-position: 0 -30px; }

.mod-forecast li.nwa.certified {
  background-position: 0 -62px;
  width: 50px;
  height: 23px; }

.mod-forecast .met-icons li {
  display: inline-block; }

.mod-forecast .met-icons li a {
  color: #fff;
  font-size: 1.2em;
  margin-top: 5px; }

.mod-forecast .met-icons li a.ep-icon-twitter {
  padding-right: 2.5px; }

.mod-forecast .met-icons li a.ep-icon-facebook-logo {
  padding-left: 2.5px; }

.mod-forecast-media {
  z-index: 99; }

.mod-forecast-media .mod-body {
  padding-left: 0;
  padding-right: 0; }

.mod-forecast-media .weather-video {
  width: 100%;
  max-width: 320px;
  margin: 0 auto; }

.mod-forecast-media .weather-video figure {
  margin-bottom: 10px; }

.mod-forecast-media .mod-header {
  background: 0;
  color: #111;
  padding: 10px 12px;
  border-bottom: 1px solid #d5d5d5; }

.mod-forecast-media .mod-header h3 {
  float: left;
  line-height: 1.1;
  font-size: 1.17em; }

.mod-forecast-media .weather-app-download:after {
  content: "";
  display: block;
  clear: both; }

.mod-forecast-media .weather-app-download {
  width: 250px;
  margin: 10px auto 0;
  background: #12113f;
  padding: 10px 20px; }

.mod-forecast-media .app-icon {
  width: 20%;
  float: left; }

.mod-forecast-media .weather-app-download a {
  color: #fff; }

.mod-forecast-media .weather-app-download span {
  width: 80%;
  float: right;
  padding-left: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2; }

.mod-forecast.mod-carousel.mod-style-02 .mod-body {
  padding: 5px 0; }

.mod-carousel.mod-forecast .slides-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 11%; }

.mod-carousel.mod-forecast.using-iscroll .slides-wrapper {
  padding-left: 0;
  padding-right: 13%;
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px); }

.mod-carousel.mod-forecast .slide {
  padding: 0 2.5px; }

.mod-forecast .forecast {
  min-width: 90px;
  text-align: center;
  color: #fff;
  background-color: #167cb2;
  position: relative; }

.mod-forecast.extended .precipitation {
  font-size: 12px;
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35));
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35));
  width: auto;
  padding: 4px;
  top: 32px;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%); }

.mod-forecast.extended h3 {
  text-transform: uppercase;
  font-weight: 700;
  background: #1d5eb8;
  padding: 5px 0; }

.mod-forecast.extended .icon {
  min-height: 90px;
  margin: 0 auto 10px; }

.mod-forecast.extended .icon img {
  max-width: 90px;
  margin: 0 auto; }

.mod-forecast.extended p {
  position: absolute;
  text-align: center;
  width: 90%;
  bottom: 50px;
  font-size: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%); }

.mod-forecast.extended .slide h4 {
  padding: 2px 0;
  min-height: 23px; }

.mod-forecast.extended .high {
  background: #bc2127; }

.mod-forecast.extended .low {
  background: #fff;
  color: #000; }

.mod-forecast.mod-carousel.multi .slide {
  width: .3333333333%;
  margin-bottom: 0; }

.mod-carousel {
  background: 0;
  overflow: hidden; }

.mod-carousel .scroller {
  width: 10000%; }

.mod-carousel h3, .mod-carousel h4 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.mod-carousel .mod-body {
  padding: 0; }

.mod-carousel .mod-body .loading-animation {
  position: relative; }

.mod-carousel .mod-body .crop-photo .loading-animation {
  position: absolute; }

.mod-carousel .mod-body .wrapper-video {
  margin: 0; }

.mod-carousel.mod-style-02 .mod-body {
  padding: 10px; }

.mod-carousel .slide {
  padding: 4px;
  width: 50%; }

.mod-carousel:not(.multi) .slide {
  width: 1%; }

.mod-carousel .slide h4 {
  line-height: 1.3;
  padding: 4px;
  font-size: 1.1em; }

.mod-carousel .slide .title {
  color: #fff;
  padding: 8px 16px 10px; }

.mod-carousel.top-stories .slide .title {
  background: #000;
  opacity: .8; }

.mod-carousel .slide .title a {
  color: #fff; }

.mod-carousel .slide .title h1 {
  line-height: 1.1;
  padding: 0 0 4px; }

.mod-carousel .slide .title p a {
  font-weight: 700; }

.mod-carousel .thumbnails::after {
  clear: both;
  content: "";
  display: table; }

.mod-carousel .thumbnails li {
  float: left;
  width: 24.25%;
  margin-right: 1%;
  padding-top: 10px;
  position: relative; }

.mod-carousel .thumbnails li:last-child {
  margin-right: 0; }

.mod-carousel .thumbnails li a {
  display: block; }

.mod-carousel .thumbnails li a:hover .photo {
  opacity: .75; }

.mod-carousel .thumbnails li h5 {
  line-height: 1.3;
  padding: 4px;
  font-size: .83em; }

.mod-carousel .thumbnails li.active:after {
  font-family: 'EP-Icon-Font';
  color: #fff;
  text-align: center;
  content: "\e727"!important;
  left: 50%;
  top: -12px;
  margin-left: -8px;
  position: absolute; }

.mod-carousel .pager {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -mox-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.25em;
  border: 0;
  box-shadow: none;
  padding: 0;
  text-shadow: none;
  line-height: 2.4;
  z-index: 51; }

.mod-carousel .pager:hover, .mod-carousel.supernav-carousel .pager:hover {
  background: #fff; }

.mod-carousel .pager.prev {
  left: -30px; }

.mod-carousel .pager.next {
  right: -30px; }

.mod-carousel .pager.prev i {
  margin: 0;
  text-indent: 25px; }

.mod-carousel .pager.next i {
  margin: 0;
  text-indent: -25px; }

.mod-carousel .mod-body > h4 {
  margin: 0 0 20px 15px;
  color: #fff;
  text-transform: uppercase; }

.mod-carousel .controls {
  position: absolute;
  margin: 0;
  top: -37px;
  right: 10px; }

.mod-carousel .controls .pagination li a {
  background: #fff;
  border: 0;
  opacity: .2;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear; }

.mod-carousel .controls .pagination li.current a, .mod-carousel .controls .pagination li.current a:hover {
  background: #fff;
  border: 0;
  opacity: 1; }

.mod-carousel .controls .pagination li a:hover {
  background: #fff;
  opacity: .6; }

:not(.ep-base-appleios) .mod-carousel .scroller, :not(.ep-base-appleios) .mod-carousel .slide {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mod-carousel .scroller, .mod-carousel .slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.touch .mod-carousel .pager, .touch .mod-carousel .pager:hover {
  background: #091232;
  color: #fff;
  opacity: .5!important; }

.mod-carousel.wrapping .mod-body {
  padding-left: 30px;
  padding-right: 30px; }

.mod-carousel.wrapping .slide {
  padding: 0 3px; }

.mod-carousel.wrapping .slide > a {
  display: block;
  padding: 4px;
  position: relative; }

.mod-carousel.wrapping .slide > a::after {
  clear: both;
  content: "";
  display: table; }

.mod-carousel.wrapping .slide .thumb {
  float: left;
  width: 50px;
  margin-left: 31px;
  overflow: visible; }

.mod-carousel.wrapping .slide .thumb.add-play-icon:after {
  top: 0;
  left: -31px;
  background: rgba(0, 0, 0, 0.75); }

.mod-carousel.wrapping .slide .title {
  padding: 2px 2px 0;
  font-size: .85em;
  float: left;
  width: 100%; }

.mod-carousel.wrapping .slide .title::after {
  clear: both;
  content: "";
  display: table; }

.mod-carousel.wrapping .slide .title h3 {
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1em; }

.mod-carousel.wrapping .slide .title .time {
  font-weight: 400;
  color: #ddd;
  padding: 4px 0 2px; }

.mod-carousel.wrapping .slide.live-now .add-play-icon:after {
  background: rgba(159, 0, 0, 0.85); }

.mod-carousel.wrapping .slide .thumb.add-gallery-icon:after, .mod-carousel.wrapping .slide .thumb.add-play-icon:after {
  bottom: 0;
  left: 0;
  top: initial;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 0 3px 0 0; }

.mod-carousel .slide .thumb.add-sponsor:after, .mod-carousel .slide .photo.add-sponsor:after {
  content: "Sponsored Content";
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  font-size: .7em;
  font-weight: 700;
  padding: 1px 0;
  color: #fff; }

.mod-carousel.top-stories {
  margin: 0 15px; }

.mod-carousel.top-stories .add-play-icon.x-large:after {
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px; }

.mod-carousel.top-stories .slide {
  padding: 0; }

.mod-carousel.wrapping.supernav-carousel {
  height: 225px; }

.mod-carousel.wrapping.supernav-carousel .mod-body {
  padding: 0;
  max-height: 225px; }

.mod-carousel .pager {
  height: 60px;
  width: 60px;
  background: #091232;
  font-size: 2em;
  line-height: 2.2; }

.mod-carousel .pager.disabled {
  pointer-events: none;
  cursor: default; }

.mod-carousel.supernav-carousel .slide {
  padding-left: 7.5px;
  padding-right: 7.5px; }

.mod-carousel.supernav-carousel.wrapping .slide a {
  padding: 2px;
  width: 100%;
  background: #fff!important; }

.mod-carousel.supernav-carousel .slide .thumb {
  float: none;
  width: 100%;
  margin: 0; }

.mod-carousel.supernav-carousel .slide .title {
  float: none;
  padding: 0;
  color: #000; }

.mod-carousel.supernav-carousel .slide .title h3 {
  padding: 7px 5px;
  max-height: 40px;
  height: 45px;
  font-weight: 500;
  text-overflow: initial;
  white-space: normal; }

.mod-carousel.mod-image-slider .scroller {
  background: #000; }

.mod-carousel.mod-image-slider .slide {
  padding: 0; }

.mod-carousel.mod-image-slider h1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.75);
  line-height: .9; }

.mod-carousel.mod-image-slider h1 a {
  color: #fff;
  font-size: 20px; }

.mod-carousel.mod-image-slider .controls {
  position: relative;
  top: auto;
  right: auto;
  border: 1px solid #ddd; }

.mod-carousel.mod-image-slider .controls .pagination {
  min-height: 39px; }

.mod-carousel.mod-image-slider .pager {
  top: 45%; }

.mod-carousel.mod-image-scroller .pager {
  opacity: .2; }

.mod-carousel.mod-image-scroller .pager:hover {
  opacity: 1; }

.mod-carousel.mod-image-scroller .slide {
  margin-bottom: 0;
  width: .5%; }

.mod-media-grid {
  background: none!important; }

.mod-media-grid .mod-header {
  padding: 10px;
  border: 0; }

.mod-media-grid .mod-header h2 {
  font-size: 2em; }

.mod-media-grid .mod-body {
  padding: 0; }

.mod-media-grid .mod-footer {
  font-size: 1.3em;
  padding: 20px 10px 0;
  border: 0;
  min-height: 100px; }

.mod-media-grid .mod-footer [class*="icon"] {
  font-size: .75em; }

.mod-media-grid .grid li {
  float: left;
  width: 50%;
  padding: 5px;
  position: relative; }

.mod-media-grid .grid li:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 5px;
  right: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05); }

.mod-media-grid .grid li .video-blackbox {
  background: #000;
  margin: 0;
  padding: 0; }

.mod-media-grid .grid li .wrapper-video {
  margin-bottom: 0;
  padding-top: 0; }

.mod-media-grid .grid li a {
  text-decoration: none;
  display: block; }

.mod-media-grid .grid li h4 {
  background: rgba(0, 0, 0, 0.3);
  padding: 4px 8px;
  font-size: 1.1em;
  line-height: 1.3;
  height: 64px;
  overflow: hidden;
  position: relative; }

.mod-media-grid .grid li h4.dotdotdot-crop {
  max-height: 64px; }

.mod-media-grid .grid li.now-playing a {
  box-shadow: 0 0 10px #ba0000; }

.mod-media-grid.featured .mod-header h2 {
  font-size: 2.5em;
  text-transform: uppercase; }

.mod-media-grid.featured .grid li:first-child {
  width: 100%; }

.mod-media-grid.featured .grid li:first-child h4 {
  padding: 8px 12px;
  font-size: 1.75em;
  height: auto; }

.mod-media-grid.featured .grid li:first-child h4.dotdotdot-crop {
  max-height: 108px; }

.mod-media-grid .list.media.columns.one li {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px; }

.mod-headline-grid .mod-body {
  padding: 10px 0; }

.mod-headline-grid li {
  float: left;
  width: 50%;
  padding: 0 5px 10px;
  position: relative; }

.mod-headline-grid li h4 {
  font-size: 1em;
  line-height: 1.25;
  padding: 5px;
  height: 75px;
  overflow: hidden; }

.mod-headline-grid li .posted {
  color: #fff;
  text-transform: uppercase;
  background: rgba(5, 28, 87, 0.6);
  font-size: .8em;
  display: block;
  position: relative; }

.mod-headline-grid li .posted::after {
  clear: both;
  content: "";
  display: table; }

.mod-headline-grid li .category {
  font-weight: 700;
  padding: 5px 4px 5px 8px;
  display: block;
  position: absolute;
  bottom: 0; }

.mod-headline-grid li .category:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 25px solid #001782;
  border-right: 10px solid rgba(0, 0, 0, 0);
  position: absolute;
  right: -10px;
  bottom: 0; }

.mod-headline-grid li time {
  padding: 5px 8px;
  display: block; }

.mod-headline-grid.full li {
  float: none;
  width: 100%;
  padding: 0 10px 10px; }

.mod-headline-grid.full li h4 {
  height: 50px; }

.mod-headline-grid.full li .posted {
  position: absolute;
  bottom: 70px;
  left: 10px; }

.mod-headline-grid.full li .category {
  float: left;
  position: relative;
  bottom: auto; }

.mod-headline-grid.full li time {
  padding: 5px 8px 5px 16px;
  float: left; }

.mod-headline-grid li.ad, .mod-headline-grid.full li.ad {
  padding-bottom: 20px;
  width: 100%;
  text-align: center; }

.wrapper-video {
  padding-top: 0; }

.mod-video .info-container {
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 14px; }

.mod-video .info-container p {
  color: #ddd; }

.mod-video .info-container p:last-child {
  margin: 0; }

.mod-video .player-actions li a:hover {
  text-decoration: none; }

.mod-video .ui-social {
  padding-right: 10px; }

.anvato-video-wrapper {
  background: #000; }

.media-placeholder-wrapper {
  overflow: hidden;
  display: block;
  position: relative; }

.media-placeholder-wrapper > .media-container {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0; }

.media-placeholder-wrapper > .media-container, .media-placeholder-wrapper > .media-container > .anvato-video-wrapper {
  height: 100%;
  width: 100%; }

.media-placeholder-wrapper > .media-container > .anvato-video-wrapper.wrapper-video {
  height: 0; }

.media-placeholder-wrapper > .media-container > .anvato-video-wrapper.wrapper-video > iframe, .media-placeholder-wrapper > .media-container > .anvato-video-wrapper.wrapper-video > div.player {
  width: 100%!important;
  height: 100%!important;
  margin: 0!important;
  padding: 0!important;
  position: absolute!important; }

.media-placeholder-wrapper > .media-container > .anvato-video-wrapper.wrapper-video > div.player {
  top: 0;
  left: 0; }

.media-placeholder-wrapper > img.placeholder {
  height: auto;
  width: 100%;
  display: block;
  visibility: hidden;
  margin: 0;
  min-width: 16px;
  min-height: 9px; }

.mod-story {
  border: 0;
  margin-bottom: 40px; }

.mod-story ul ul {
  list-style: disc; }

.mod-story ul ul li {
  margin-left: 15px; }

.mod-story .mod-header {
  background: 0;
  color: #111;
  padding: 0 10px; }

.mod-story .mod-header p {
  margin: 10px 0; }

.mod-story .mod-header .headline {
  font-size: 2.3em;
  line-height: 1.2; }

.mod-story .mod-body figure {
  margin-bottom: 20px; }

.mod-story .mod-body figure.wrapper-media {
  position: static; }

.mod-story .mod-body figcaption {
  font-size: .9em;
  color: #555;
  padding: 4px; }

.mod-story .mod-body .wrapper-inline {
  margin: 0 0 20px 0; }

.mod-story .mod-body .wrapper-inline h4 {
  padding: 0 0 4px; }

.mod-story .mod-body .wrapper-inline h5 {
  padding: 2px;
  line-height: 1.3; }

.mod-story .mod-body .wrapper-inline .list img {
  width: 100%;
  height: auto; }

.mod-story .mod-body .wrapper-inline .list a {
  color: #222; }

.mod-story .ui-social {
  margin-bottom: 20px; }

.mod-story .mod-footer {
  padding: 0;
  background: 0;
  border: 0;
  text-align: left; }

.mod-story.mod-story-infinite-scroll, .mod-story.mod-story-infinite-scroll > .mod-body {
  padding: 0;
  margin: 0; }

.mod-story.mod-story-infinite-scroll ul.no-style.ajax-stories-list ul.list > li {
  list-style: none; }

.mod-story.mod-story-infinite-scroll ul.no-style.ajax-stories-list .wrapper-inline ul.list > li {
  display: inline-block;
  width: 30%;
  margin: 0 4px;
  vertical-align: top; }

.mod-story.mod-story-infinite-scroll ul.no-style.ajax-stories-list .wrapper-inline ul.list > li:first-child {
  margin-left: 0; }

.mod-story.mod-story-infinite-scroll ul.no-style.ajax-stories-list .wrapper-inline ul.list > li:last-child {
  margin-right: 0; }

body.story-infinite-scroll #main {
  padding-left: 20px; }

body.story-infinite-scroll #footer .row {
  padding-left: 30px; }

.module.ham .ui-tabs {
  border: 0; }

.mod-story .mod-wrapper.media-video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden; }

.mod-story .mod-wrapper.media-quote blockquote {
  border-right: 5px solid #eee;
  border-left: 0 solid rgba(0, 0, 0, 0); }

.mod-story .mod-wrapper.media-quote blockquote p {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0; }

.mod-story .mod-wrapper.media-quote.right {
  text-align: right; }

.mod-story .mod-wrapper.media-quote.right blockquote {
  border-right: 0 solid rgba(0, 0, 0, 0);
  border-left: 5px solid #eee; }

.mod-ajax-list {
  position: fixed;
  top: 39px;
  width: 280px;
  left: 0;
  -webkit-transition: all 500ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -moz-transition: all 500ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: all 500ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -webkit-transform: translate3d(-266px, 0, 0);
  -moz-transform: translate3d(-266px, 0, 0);
  -ms-transform: translate3d(-266px, 0, 0);
  -o-transform: translate3d(-266px, 0, 0);
  transform: translate3d(-266px, 0, 0); }

.mod-ajax-list.open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mod-ajax-list .mod-header {
  display: none; }

.mod-ajax-list .toggle-slide {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  z-index: 31; }

.mod-ajax-list .close-slider {
  position: absolute;
  right: 15px;
  bottom: -28px;
  text-align: center;
  z-index: 31;
  border-radius: 0 0 2px 2px;
  padding: 4px 12px;
  background: #222;
  color: #fff; }

.mod-ajax-list ul.list li.active {
  border-right: 14px solid #001782;
  border-bottom: 1px solid #001782; }

.mod-ajax-list ul.list li.active:before {
  content: "";
  position: absolute;
  right: -13px;
  top: 50%;
  margin-top: -9px;
  width: 0;
  height: 0;
  border-top: 9px solid rgba(0, 0, 0, 0);
  border-left: 12px solid #fff;
  border-bottom: 9px solid rgba(0, 0, 0, 0); }

.mod-ajax-list ul.list li.active a, .mod-ajax-list ul.list li.active a h4 {
  color: #fff!important; }

.mod-ajax-list .ui-tab-content {
  overflow-y: auto; }

.mod-alert {
  color: #fff;
  position: relative;
  font-weight: 700;
  margin: 0 14px 20px 6px;
  padding: 0;
  box-shadow: 1px 0 0 #bf3434,1px 1px 0 #590606,2px 0 0 #bf3434,2px 2px 0 #590606,3px 2px 0 #bf3434,3px 3px 0 #590606,4px 3px 0 #bf3434,4px 4px 0 #590606,5px 4px 0 #bf3434,5px 5px 0 #590606,6px 5px 0 #bf3434,6px 6px 0 #590606,7px 6px 0 #bf3434;
  font-size: 85%; }

.mod-alert a {
  color: #fff; }

.mod-alert h2 {
  text-transform: uppercase;
  line-height: 1.1;
  position: relative;
  margin: 0;
  text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.6);
  font-size: 1.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 8px 10px; }

.mod-alert #alert-social {
  position: absolute;
  top: 9px;
  left: 174px; }

.mod-alert #alert-social li {
  display: inline-block;
  margin: 0 3px; }

.mod-alert #alert-social li a:hover {
  text-decoration: none; }

.mod-alert #alert-social [class*="icon-"] {
  font-size: 1.3em; }

.mod-alert.sponsored .sponsor {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  display: block;
  font-size: .85em;
  position: absolute;
  padding: 2px;
  float: right;
  top: 0;
  right: 0; }

.mod-alert.sponsored .sponsor img {
  height: 31px;
  width: 88px; }

.mod-alert.sponsored .slides-wrapper {
  width: 77%;
  float: left; }

.mod-alert .carousel-wrapper .slides-wrapper li a {
  display: block;
  padding: 0;
  cursor: pointer; }

.mod-alert .carousel-wrapper .slides-wrapper li a.dotdotdot-crop {
  font-size: 1.2em;
  min-height: 35px;
  max-height: 45px; }

.mod-alert .carousel-wrapper .slides-wrapper li a.more-click::after {
  content: " »"; }

.mod-alert .carousel-wrapper .controls {
  margin: 0;
  padding: 5px;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0; }

.mod-alert.sponsored .carousel-wrapper .controls {
  padding: 0;
  width: 23%;
  margin: 17px 0 0;
  float: right;
  position: relative;
  top: auto;
  right: auto; }

.mod-alert .carousel-wrapper .controls .pager {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  width: auto;
  height: auto;
  border-radius: 0;
  left: auto;
  right: auto;
  top: auto;
  margin: 0;
  line-height: 2;
  padding: 0 2px;
  text-indent: 0;
  float: left;
  font-size: 1.1em;
  transform: none; }

.mod-alert .carousel-wrapper .controls .pager i {
  text-indent: 0; }

.mod-alert .carousel-wrapper .controls .pager.next i {
  right: -1px; }

.mod-alert .carousel-wrapper .controls .count {
  text-align: center;
  font-weight: 400;
  font-size: 1.4em;
  float: left;
  padding: 1px 4px; }

.mod-alert.weather, .mod-alert.closings, .mod-alert.live-coverage {
  background: #051b55;
  box-shadow: 1px 0 0 #697592,1px 1px 0 #284385,2px 0 0 #697592,2px 2px 0 #284385,3px 2px 0 #697592,3px 3px 0 #284385,4px 3px 0 #697592,4px 4px 0 #284385,5px 4px 0 #697592,5px 5px 0 #284385,6px 5px 0 #697592,6px 6px 0 #284385,7px 6px 0 #697592; }

.mod-alert.live-coverage h2 {
  background: #051b55; }

.mod-alert.mod-carousel .slide {
  padding: 10px; }

.mod-app-promo {
  max-width: 320px; }

.mod-app-promo .mod-body {
  background-image: url(../images/bg-app-promo.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  padding: 15px 15px 0; }

.mod-app-promo .mod-body p {
  font-size: .9em;
  line-height: 1.3; }

.mod-app-promo .app-icon {
  margin-bottom: 20px; }

.mod-app-promo img.f-right {
  margin-left: 10px; }

.mod-app-promo.weather .mod-body {
  background-image: url(../images/bg-app-weather.jpg); }

.mod-app-promo.traffic .mod-body {
  background-image: url(../images/bg-app-traffic.jpg); }

.mod-carousel.wrapping.live-stream-carousel .slide > a {
  padding: 0; }

.mod-carousel.wrapping.live-stream-carousel .slide .thumb {
  float: left;
  width: 29%;
  margin-left: 0; }

.mod-carousel.wrapping.live-stream-carousel .slide .thumb.add-play-icon:after {
  left: 50%;
  top: 50%;
  padding: 0;
  margin-top: -11px;
  margin-left: -12px;
  height: 22px;
  width: 24px;
  line-height: 2.25em;
  font-size: .7em; }

.mod-carousel.wrapping.live-stream-carousel .slide .crop-photo, .mod-carousel.wrapping.live-stream-carousel .slide img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.mod-carousel.wrapping.live-stream-carousel .slide .live-now {
  bottom: 3px;
  right: 3px;
  top: auto;
  font-size: .7em; }

.mod-carousel.wrapping.live-stream-carousel .slide .title {
  float: right;
  width: 68.5%; }

.mod-carousel.wrapping.live-stream-carousel .slide .title h3.dotdotdot-crop, .mod-carousel.wrapping.live-stream-carousel .slide .title h4.dotdotdot-crop {
  text-overflow: initial;
  white-space: normal;
  max-height: 40px; }

.mod-traffic {
  margin-bottom: 20px; }

.mod-traffic .btt-container {
  overflow: visible;
  height: auto; }

.mod-traffic .btt-container-table, .mod-traffic .btt-upper-row, .mod-traffic .btt-lower-row, .mod-traffic .btt-container-table .btt-container-left, .mod-traffic .btt-container-table .btt-container-right {
  display: block; }

.mod-traffic .btt-container-table {
  overflow: hidden; }

.mod-traffic .btt-tabs-mobile #btt-tab-control {
  padding-top: 20px; }

.mod-traffic .btt-box {
  width: auto;
  height: auto;
  max-width: 300px;
  max-height: 250px; }

.touch .mod-traffic.ui-touch-interactive #btt-map.interactive-body:not(.is-fullscreen) {
  min-height: 200px!important; }

.mod-tabs.mod-radar .mod-header {
  background: #001265;
  color: #fff;
  padding: 10px 8px; }

.mod-tabs.mod-radar .mod-header span {
  display: inline-block; }

.mod-tabs.mod-radar .ui-tabs {
  font-weight: 700; }

.mod-tabs.mod-radar .ui-tabs ul {
  padding: 0; }

.mod-tabs.mod-radar .ui-tabs ul li a {
  line-height: 15px;
  font-size: 16px; }

.mod-tabs.mod-radar .mod-body {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 12px; }

.mod-tabs.mod-radar .mod-body img {
  width: 100%; }

.mod-tabs.mod-radar .mapContainer {
  height: 298px;
  overflow: hidden; }

.mod-tabs.mod-radar .mapContainer.has-border iframe.wx-map-iframe {
  border-bottom: solid 1px #ccc; }

.mod-tabs.mod-radar .tab:not(.loaded) img.delay-load, .mod-tabs.mod-radar .tab:not(.loaded) iframe.delay-load {
  display: none; }

.mod-headline-list .mod-header h3 {
  line-height: 1.1;
  font-size: 1.17em; }

ul.list li h4.add-sponsor:after, ul.list li a.add-sponsor:after {
  content: " Sponsored";
  color: #aaa;
  font-style: italic;
  font-size: 11px; }

.mod-headline-photos ul.list li:after {
  content: "";
  display: block;
  clear: both; }

.mod-headline-photos ul.list li .thumb {
  width: 25%;
  float: left; }

.mod-headline-photos ul.list li h4 {
  width: 75%;
  float: right;
  padding-left: 10px; }

.mod-headline-thumbnail .thumb {
  float: left;
  width: 30%; }

.mod-headline-thumbnail ul.list {
  float: right;
  width: 70%;
  padding-left: 25px;
  list-style: disc; }

.mod-headline-thumbnail ul.list li:first-child {
  list-style: none;
  margin-bottom: 10px; }

.mod-headline-thumbnail ul.list li {
  margin-bottom: 8px;
  line-height: 1.25; }

.mod-headline-thumbnail ul.list li a {
  display: block; }

.mod-headline-thumbnail ul.list li:first-child h4 {
  margin-left: -16px;
  text-indent: 0;
  font-weight: 700; }

.mod-headline-thumbnail ul.list li h4 {
  font-weight: 500; }

#school-search {
  margin: 0;
  padding: 10px 0; }

#school-search [type="text"] {
  margin: 0;
  border-radius: 1px;
  border: 0;
  font-size: .9em;
  padding: 4px 6px;
  width: 88%; }

#school-search [type="submit"] {
  background: 0;
  color: #fff;
  font-size: 1.25em;
  border: 0;
  padding: 0 8px;
  position: relative;
  top: 3px;
  width: 10%; }

.col-4 .mod-school-sports > .mod-body, .col-6 .mod-school-sports > .mod-body {
  max-height: 240px;
  overflow: scroll;
  overflow-x: hidden; }

.mod-school-sports.mod-style-02 .mod-header h3 {
  float: none; }

.mod-school-sports.mod-style-02 .mod-header small {
  display: block;
  margin: 5px 0 0; }

.mod-school-sports .mod-inline:after {
  content: "";
  clear: both;
  display: block; }

.mod-school-sports .mod-inline .game, .mod-school-sports .mod-inline .score {
  float: left; }

.mod-school-sports .mod-inline .game h4, .mod-school-sports .mod-inline .score h4 {
  color: #fff;
  min-height: 27px;
  font-weight: 500; }

.mod-school-sports .mod-inline .game {
  width: 80%; }

.mod-school-sports .mod-inline .game h4 {
  background: #001265;
  padding: 4px 20px; }

.mod-school-sports .mod-inline .game ul li:last-child:before {
  content: "*";
  position: absolute;
  left: 10px; }

.mod-school-sports .mod-inline .score {
  width: 20%;
  text-align: center; }

.mod-school-sports .mod-inline .score h4 {
  background: #001782; }

.mod-school-sports .mod-inline .score h4.in-progress:after {
  content: "Score"; }

.mod-school-sports .mod-inline .score h4.final:after {
  content: "Final"; }

.mod-school-sports .mod-inline .score .winner:after {
  font-family: 'EP-Icon-Font';
  content: "\e739";
  font-size: .85em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  right: -1px; }

.mod-school-sports .mod-inline .winner {
  font-weight: 700;
  background: #eee; }

.mod-school-sports .mod-inline .mod-body {
  padding: 0;
  border: 0; }

.mod-school-sports ul.list li {
  padding: 8px 20px;
  border: 1px solid #ddd;
  margin-bottom: 0; }

.mod-school-sports ul.list li:first-child {
  border-bottom: 1px solid #eee; }

.mod-school-sports ul.list li:last-child {
  border-bottom: 1px solid #ccc; }

.mod-school-sports .game ul.list li {
  border-right: 1px solid #eee; }

.mod-school-sports .score ul.list li {
  border-left: 1px solid #ccc; }

.mod-lottery .mod-inline {
  margin-bottom: 20px; }

.mod-lottery .mod-inline:last-child {
  margin: 0; }

.mod-lottery .mod-inline header {
  background: #091232;
  color: #fff;
  padding: 15px 5px;
  position: relative;
  min-height: 110px; }

.mod-lottery .mod-inline header:after {
  display: block;
  content: "";
  clear: both; }

.mod-lottery .mod-inline header .icon, .mod-lottery .mod-inline header .lottery-image {
  position: absolute;
  top: 25px; }

.mod-lottery .mod-inline header .lottery {
  padding-left: 120px; }

.mod-lottery .mod-inline header .lottery h3 {
  background: 0;
  padding: 0;
  font-weight: 500;
  line-height: 1;
  font-size: 1.17em; }

.mod-lottery .mod-inline header .lottery p {
  font-size: .9rem;
  margin: 0;
  text-transform: uppercase; }

.mod-lottery .mod-inline header .lottery p span {
  font-weight: 700;
  font-size: 1.7rem; }

.mod-lottery .mod-inline header .lottery p.mega-ball span, .mod-lottery .mod-inline header .lottery p.megaplier span, .mod-lottery .mod-inline header .lottery p.powerball-number span, .mod-lottery .mod-inline header .lottery p.power-play span {
  display: inline;
  font-size: 1rem; }

.mod-lottery .mod-inline header .date {
  position: absolute;
  left: 10px;
  top: 4px;
  padding: 5px;
  font-size: .8rem; }

.mod-lottery .mod-inline .mod-body {
  padding: 10px; }

.mod-lottery .mod-inline .mod-body p span {
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
  line-height: 1.25; }

.mod-lottery .mod-inline .mod-body p span small {
  font-size: 60%;
  text-transform: capitalize; }

.mod-lottery .mod-inline .mod-body p.numbers span {
  font-size: 2rem; }

.mod-lottery .mod-inline .mod-body p.match4 {
  float: left;
  margin-right: 30px; }

.mod-lottery .mod-inline .mod-body .drawing-text {
  display: inline; }

.mod-lottery .mod-inline .mod-body .drawing-days {
  font-weight: 700;
  font-size: 1rem;
  display: block; }

.mod-lottery .mod-inline .current-jackpot, .mod-lottery .mod-inline .mega-ball, .mod-lottery .mod-inline .megaplier, .mod-lottery .mod-inline .powerball-number, .mod-lottery .mod-inline .power-play, .mod-lottery .mod-inline .ga-jackpot, .mod-lottery .mod-inline .national-jackpot, .mod-lottery .mod-inline .jackpot, .mod-lottery .mod-inline .match5, .mod-lottery .mod-inline .match4, .mod-lottery .mod-inline .match3, .mod-lottery .mod-inline .ga-payout, .mod-lottery .mod-inline .total-payout {
  display: none; }

.mod-lottery .mod-inline .current-jackpot.show, .mod-lottery .mod-inline .mega-ball.show, .mod-lottery .mod-inline .megaplier.show, .mod-lottery .mod-inline .powerball-number.show, .mod-lottery .mod-inline .power-play.show, .mod-lottery .mod-inline .ga-jackpot.show, .mod-lottery .mod-inline .national-jackpot.show, .mod-lottery .mod-inline .jackpot.show, .mod-lottery .mod-inline .match5.show, .mod-lottery .mod-inline .match4.show, .mod-lottery .mod-inline .match3.show, .mod-lottery .mod-inline .ga-payout.show, .mod-lottery .mod-inline .total-payout.show {
  display: block; }

.mod-lottery .mod-inline .current-jackpot span, .mod-lottery .mod-inline .ga-jackpot span, .mod-lottery .mod-inline .national-jackpot span, .mod-lottery .mod-inline .jackpot span, .mod-lottery .mod-inline .match5 span, .mod-lottery .mod-inline .match4 span, .mod-lottery .mod-inline .match3 span, .mod-lottery .mod-inline .ga-payout span, .mod-lottery .mod-inline .total-payout span {
  display: block; }

.mod-lottery footer {
  padding: 20px 20px 0; }

.mod-lottery footer h3 {
  margin-bottom: 10px; }

.mod-lottery footer p {
  font-size: .75rem;
  margin: 0; }

.janrain-container.janrainSocialPlaceholder, .janrain-container.janrainSocialPlaceholder a {
  color: #222; }

.janrain-container.janrainSocialPlaceholder a {
  font-weight: 500; }

.mod-gallery .mod-footer .janrainSocialRoot.janrainFormFactorBar.janrainOrientationHorizontal .janrainShareForm {
  top: -500px;
  text-align: left; }

.mod-gallery .mod-footer .janrainSocialRoot.janrainFormFactorBar.janrainOrientationHorizontal .janrainShareForm.janrainProvider_facebook {
  top: -400px; }

.mod-gallery .mod-footer .janrainSocialRoot.janrainFormFactorBar.janrainOrientationHorizontal .janrainShareForm.janrainProvider_twitter {
  top: -420px; }

.mod-gallery .mod-footer .janrainSocialRoot.janrainFormFactorBar.janrainOrientationHorizontal .janrainShareForm.janrainProvider_email {
  top: -200px; }

.mod-forecast.current .janrain-container {
  position: absolute;
  right: 0;
  top: 0; }

.mod-forecast.current .janrainSocialRoot.janrainFormFactorDrawer .janrainDrawerButton {
  height: 40px;
  width: 40px;
  position: absolute;
  font-size: .5em;
  right: 0;
  top: 0;
  padding: 26px 0 0 0;
  color: #fff;
  background: #226ad0;
  border: 0;
  font-family: 'EP-Icon-Font'; }

.mod-forecast.current .janrainSocialRoot.janrainFormFactorDrawer .janrainDrawerButton:after {
  content: "\e643";
  font-size: 18px;
  position: absolute;
  top: 7px;
  left: 13px; }

.mod-forecast.current .janrainSocialRoot.janrainFormFactorDrawer .janrainProviderList {
  background: #226ad0;
  height: 40px; }

.mod-forecast.current .janrainSocialRoot.janrainFormFactorDrawer.janrainProviderListOpen.janrainOrientationHorizontal .janrainProviderList {
  position: absolute;
  left: -164px; }

.mod-forecast.current .janrainSocialRoot.janrainFormFactorDrawer.janrainOrientationHorizontal .janrainShareForm {
  left: auto;
  right: 0; }

.janrain-font .wrapper > ul {
  display: block;
  margin: 0 auto;
  width: 180px;
  text-align: center;
  padding: 10px 0; }

.janrain-font .wrapper > ul li {
  display: inline-block;
  margin-right: 5px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1em; }

.janrain-font .wrapper > ul li:hover {
  opacity: .75; }

#janrainModal {
  z-index: 99999; }

#janrainModal .remember-me {
  margin-left: 5px; }

#janrainModal .remember-me input, #janrainModal .remember-me label {
  margin: 0; }

#janrainModal .remember-me label {
  display: inline-block; }

#janrainModal .janrainContent {
  margin: 0 auto; }

#janrainModal .janrainContent .providers span[class*="janrain-provider-icon"] {
  margin-top: 1px!important; }

#janrainModal .janrainContent .providers span[class*="janrain-provider-text"] {
  margin-top: 7px!important; }

#capture_editProfile_editProfileForm label input.capture_newsletter_checkbox {
  margin-right: 5px;
  margin: 0 5px 3px 0; }

#capture_editProfile_editProfileForm span.capture_select_arrow select.capture_select, #capture_traditionalRegistration_form_item_registration_birthday span.capture_select_arrow select.capture_select {
  padding: 0 0 0 5px; }

#capture_editProfile_editProfileForm #capture_editProfile_submitButton {
  margin-top: 10px; }

#capture_editProfile_editProfileForm .capture_editCol {
  margin: 10px 0; }

#site-search #___gcse_0 {
  width: 235px; }

#site-search tbody #gsc-iw-id1 {
  background: 0;
  border: 0; }

#site-search tbody #gsc-iw-id1 #gs_tti50 {
  padding: 4px; }

#site-search tbody #gsc-iw-id1 #gs_tti50 #gsc-i-id1 {
  margin: -1px 0 0 !important;
  height: 1.8em!important;
  background-position-x: 5%!important;
  padding-left: 10px!important; }

#site-search tbody .gsc-search-button .gsc-search-button.gsc-search-button-v2 {
  height: 20px;
  margin: 3px 0 0 0;
  padding: 0;
  width: 22px;
  background-color: #888;
  border: 3px solid #888;
  border-radius: 1px; }

.bg-dark-blue, .nav-dropdown, #footer-terms, #nav-main .row-container > ul li .sub-menu, .mod-carousel .slide .title, .mod-carousel.wrapping .slide a:hover .title, .mod-carousel.wrapping .slide a, ul.list.media li.active, .mod-style-02 .mod-header, .mod-weather-forecast .mod-footer, .col-8 .col-6 .mod-style-02 .mod-header {
  background: #001265; }

.mod-weather {
  background: #001265!important; }

.txt-dark-blue {
  color: #001265; }

.border-dark-blue, body.dark .mod-header, body.dark .col-8 .col-6 .mod-header, body.dark .mod-footer {
  border-color: #001265; }

.loading-animation {
  border-left-color: #001265; }

.bg-blue, #header, #footer-links, .off-canvas-menu, .ui-btn.color-blue, .mod-weather .mod-header, .col-8 .col-6 .mod-weather .mod-header, .mod-headline-grid li .category {
  background: #001782; }

.txt-blue, .mod-story .mod-body a, ul.list.links li a {
  color: #001782; }

.border-blue, body.dark #footer-links {
  border-color: #001782; }

#nav-main #main-menu.supernav-menu > .dropdown:hover > a {
  background: #ba0000; }

#header, #nav-main #main-menu .dropdown:hover .dropdown-menu {
  border-color: #ba0000; }

.mod-carousel .pager, .mod-carousel.mod-image-slider .controls .pagination li a, .mod-carousel.mod-image-slider .controls .pagination li.current a, .mod-carousel.mod-image-slider .controls .pagination li.current a:hover {
  background: #091232; }

.mod-carousel .pager:hover {
  color: #091232; }

.bg-light-blue {
  background: #5daeec; }

.txt-light-blue, .mod-media-grid .grid li a:hover, .mod-weather-forecast .mod-footer a:hover {
  color: #5daeec; }

.border-light-blue {
  border-color: #5daeec; }

.bg-yellow {
  background: #d8b528; }

.txt-yellow, .nav-open #toggle-menu, #header .header-links li a:hover, #site-search [type="submit"]:hover, .mod-ajax-list .close-slider:hover {
  color: #d8b528; }

.border-yellow {
  border-color: #d8b528; }

.bg-red, .stamp, .mod-carousel.wrapping .slide.live-now .add-play-icon:hover:after, .container--alerts, .mod-alert, .mod-alert.closings h2, .mod-alert.weather h2 {
  background: #ba0000; }

.txt-red {
  color: #ba0000; }

.border-red, .mod-carousel.wrapping .slide.live-now .title {
  border-color: #ba0000; }

body.memphis-whbq .bg-dark-blue, body.memphis-whbq .nav-dropdown, body.memphis-whbq #footer-terms, body.memphis-whbq #nav-main #main-menu.supernav-menu .more-link .sub-menu, body.memphis-whbq #nav-main .row-container > ul li .sub-menu, body.memphis-whbq .mod-carousel .slide .title, body.memphis-whbq .mod-carousel.wrapping .slide a:hover .title, body.memphis-whbq .mod-carousel.wrapping .slide a, body.memphis-whbq ul.list.media li.active, body.memphis-whbq .mod-style-02 .mod-header, body.memphis-whbq .mod-weather-forecast .mod-footer, body.memphis-whbq .col-8 .col-6 .mod-style-02 .mod-header, body.memphis-whbq .mod-forecast-media .weather-app-download {
  background: #001265; }

body.memphis-whbq .mod-weather {
  background: #001265!important; }

body.memphis-whbq .txt-dark-blue {
  color: #001265; }

body.memphis-whbq .border-dark-blue, body.memphis-whbq body.dark .mod-header, body.memphis-whbq body.dark .col-8 .col-6 .mod-header, body.memphis-whbq body.dark .mod-footer {
  border-color: #001265; }

body.memphis-whbq .loading-animation {
  border-left-color: #001265; }

body.memphis-whbq .mod-headline-grid li .category:after {
  border-bottom-color: #001782; }

body.memphis-whbq .bg-blue, body.memphis-whbq #header, body.memphis-whbq #footer-links, body.memphis-whbq .off-canvas-menu, body.memphis-whbq .ui-btn.color-blue, body.memphis-whbq .mod-weather .mod-header, body.memphis-whbq .col-8 .col-6 .mod-weather .mod-header, body.memphis-whbq .mod-headline-grid li .category {
  background: #001782; }

body.memphis-whbq .txt-blue, body.memphis-whbq .mod-story .mod-body a, body.memphis-whbq ul.list.links li a {
  color: #001782; }

body.memphis-whbq .border-blue, body.memphis-whbq body.dark #footer-links {
  border-color: #001782; }

body.memphis-whbq #nav-main #main-menu.supernav-menu > .dropdown:hover > a {
  background: #ba0000; }

body.memphis-whbq #header, body.memphis-whbq #footer-terms, body.memphis-whbq #nav-main #main-menu .dropdown:hover .dropdown-menu {
  border-color: #ba0000; }

body.boston-wfxt .bg-dark-blue, body.boston-wfxt .nav-dropdown, body.boston-wfxt #footer-terms, body.boston-wfxt #nav-main #main-menu.supernav-menu .more-link .sub-menu, body.boston-wfxt #nav-main .row-container > ul li .sub-menu, body.boston-wfxt .mod-carousel .slide .title, body.boston-wfxt .mod-carousel.wrapping .slide a:hover .title, body.boston-wfxt .mod-carousel.wrapping .slide a, body.boston-wfxt ul.list.media li.active, body.boston-wfxt .mod-style-02 .mod-header, body.boston-wfxt .mod-weather-forecast .mod-footer, body.boston-wfxt .col-8 .col-6 .mod-style-02 .mod-header, body.boston-wfxt .mod-forecast-media .weather-app-download {
  background: #001265; }

body.boston-wfxt .mod-weather {
  background: #001265!important; }

body.boston-wfxt .txt-dark-blue {
  color: #001265; }

body.boston-wfxt .border-dark-blue, body.boston-wfxt body.dark .mod-header, body.boston-wfxt body.dark .col-8 .col-6 .mod-header, body.boston-wfxt body.dark .mod-footer {
  border-color: #001265; }

body.boston-wfxt .loading-animation {
  border-left-color: #001265; }

body.boston-wfxt .mod-headline-grid li .category:after {
  border-bottom-color: #001782; }

body.boston-wfxt .bg-blue, body.boston-wfxt #header, body.boston-wfxt #footer-links, body.boston-wfxt .off-canvas-menu, body.boston-wfxt .ui-btn.color-blue, body.boston-wfxt .mod-weather .mod-header, body.boston-wfxt .col-8 .col-6 .mod-weather .mod-header, body.boston-wfxt .mod-headline-grid li .category {
  background: #001782; }

body.boston-wfxt .txt-blue, body.boston-wfxt .mod-story .mod-body a, body.boston-wfxt ul.list.links li a {
  color: #001782; }

body.boston-wfxt .border-blue, body.boston-wfxt body.dark #footer-links {
  border-color: #001782; }

body.boston-wfxt #nav-main #main-menu.supernav-menu > .dropdown:hover > a {
  background: #ba0000; }

body.boston-wfxt #header, body.boston-wfxt #footer-terms, body.boston-wfxt #nav-main #main-menu .dropdown:hover .dropdown-menu {
  border-color: #ba0000; }

body.atlanta-wsb .bg-dark-blue, body.atlanta-wsb .nav-dropdown, body.atlanta-wsb #footer-terms, body.atlanta-wsb #nav-main #main-menu.supernav-menu .more-link .sub-menu, body.atlanta-wsb #nav-main .row-container > ul li .sub-menu, body.atlanta-wsb .mod-carousel .slide .title, body.atlanta-wsb .mod-carousel.wrapping .slide a:hover .title, body.atlanta-wsb .mod-carousel.wrapping .slide a, body.atlanta-wsb ul.list.media li.active, body.atlanta-wsb .mod-style-02 .mod-header, body.atlanta-wsb .mod-weather-forecast .mod-footer, body.atlanta-wsb .col-8 .col-6 .mod-style-02 .mod-header, body.atlanta-wsb .mod-forecast-media .weather-app-download {
  background: #001265; }

body.atlanta-wsb .mod-weather {
  background: #001265!important; }

body.atlanta-wsb .txt-dark-blue {
  color: #001265; }

body.atlanta-wsb .border-dark-blue, body.atlanta-wsb body.dark .mod-header, body.atlanta-wsb body.dark .col-8 .col-6 .mod-header, body.atlanta-wsb body.dark .mod-footer {
  border-color: #001265; }

body.atlanta-wsb .loading-animation {
  border-left-color: #001265; }

body.atlanta-wsb .mod-headline-grid li .category:after {
  border-bottom-color: #001782; }

body.atlanta-wsb .bg-blue, body.atlanta-wsb #header, body.atlanta-wsb #footer-links, body.atlanta-wsb .off-canvas-menu, body.atlanta-wsb .ui-btn.color-blue, body.atlanta-wsb .mod-weather .mod-header, body.atlanta-wsb .col-8 .col-6 .mod-weather .mod-header, body.atlanta-wsb .mod-headline-grid li .category {
  background: #001782; }

body.atlanta-wsb .txt-blue, body.atlanta-wsb .mod-story .mod-body a, body.atlanta-wsb ul.list.links li a {
  color: #001782; }

body.atlanta-wsb .border-blue, body.atlanta-wsb body.dark #footer-links {
  border-color: #001782; }

body.atlanta-wsb #nav-main #main-menu.supernav-menu > .dropdown:hover > a {
  background: #ba0000; }

body.atlanta-wsb #header, body.atlanta-wsb #footer-terms, body.atlanta-wsb #nav-main #main-menu .dropdown:hover .dropdown-menu {
  border-color: #ba0000; }

body.pittsburgh-wpxi .bg-dark-blue, body.pittsburgh-wpxi .nav-dropdown, body.pittsburgh-wpxi #footer-terms, body.pittsburgh-wpxi #nav-main #main-menu.supernav-menu .more-link .sub-menu, body.pittsburgh-wpxi #nav-main .row-container > ul li .sub-menu, body.pittsburgh-wpxi .mod-carousel .slide .title, body.pittsburgh-wpxi .mod-carousel.wrapping .slide a:hover .title, body.pittsburgh-wpxi .mod-carousel.wrapping .slide a, body.pittsburgh-wpxi ul.list.media li.active, body.pittsburgh-wpxi .mod-style-02 .mod-header, body.pittsburgh-wpxi .mod-weather-forecast .mod-footer, body.pittsburgh-wpxi .col-8 .col-6 .mod-style-02 .mod-header, body.pittsburgh-wpxi .mod-forecast-media .weather-app-download {
  background: #336; }

body.pittsburgh-wpxi .mod-weather {
  background: #336!important; }

body.pittsburgh-wpxi .txt-dark-blue {
  color: #336; }

body.pittsburgh-wpxi .border-dark-blue, body.pittsburgh-wpxi body.dark .mod-header, body.pittsburgh-wpxi body.dark .col-8 .col-6 .mod-header, body.pittsburgh-wpxi body.dark .mod-footer {
  border-color: #336; }

body.pittsburgh-wpxi .loading-animation {
  border-left-color: #336; }

body.pittsburgh-wpxi .mod-headline-grid li .category:after {
  border-bottom-color: #369; }

body.pittsburgh-wpxi .bg-blue, body.pittsburgh-wpxi #header, body.pittsburgh-wpxi #footer-links, body.pittsburgh-wpxi .off-canvas-menu, body.pittsburgh-wpxi .ui-btn.color-blue, body.pittsburgh-wpxi .mod-weather .mod-header, body.pittsburgh-wpxi .col-8 .col-6 .mod-weather .mod-header, body.pittsburgh-wpxi .mod-headline-grid li .category {
  background: #369; }

body.pittsburgh-wpxi .txt-blue, body.pittsburgh-wpxi .mod-story .mod-body a, body.pittsburgh-wpxi ul.list.links li a {
  color: #001782; }

body.pittsburgh-wpxi .border-blue, body.pittsburgh-wpxi body.dark #footer-links {
  border-color: #369; }

body.pittsburgh-wpxi #nav-main #main-menu.supernav-menu > .dropdown:hover > a {
  background: #fc3; }

body.pittsburgh-wpxi #header, body.pittsburgh-wpxi #footer-terms, body.pittsburgh-wpxi #nav-main #main-menu .dropdown:hover .dropdown-menu {
  border-color: #fc3; }

body.charlotte-wsoc .bg-dark-blue, body.charlotte-wsoc .nav-dropdown, body.charlotte-wsoc #footer-terms, body.charlotte-wsoc #nav-main #main-menu.supernav-menu .more-link .sub-menu, body.charlotte-wsoc #nav-main .row-container > ul li .sub-menu, body.charlotte-wsoc .mod-carousel .slide .title, body.charlotte-wsoc .mod-carousel.wrapping .slide a:hover .title, body.charlotte-wsoc .mod-carousel.wrapping .slide a, body.charlotte-wsoc ul.list.media li.active, body.charlotte-wsoc .mod-style-02 .mod-header, body.charlotte-wsoc .mod-weather-forecast .mod-footer, body.charlotte-wsoc .col-8 .col-6 .mod-style-02 .mod-header, body.charlotte-wsoc .mod-forecast-media .weather-app-download {
  background: #036; }

body.charlotte-wsoc .mod-weather {
  background: #036!important; }

body.charlotte-wsoc .txt-dark-blue {
  color: #036; }

body.charlotte-wsoc .border-dark-blue, body.charlotte-wsoc body.dark .mod-header, body.charlotte-wsoc body.dark .col-8 .col-6 .mod-header, body.charlotte-wsoc body.dark .mod-footer {
  border-color: #036; }

body.charlotte-wsoc .loading-animation {
  border-left-color: #036; }

body.charlotte-wsoc .mod-headline-grid li .category:after {
  border-bottom-color: #3055a0; }

body.charlotte-wsoc .bg-blue, body.charlotte-wsoc #header, body.charlotte-wsoc #footer-links, body.charlotte-wsoc .off-canvas-menu, body.charlotte-wsoc .ui-btn.color-blue, body.charlotte-wsoc .mod-weather .mod-header, body.charlotte-wsoc .col-8 .col-6 .mod-weather .mod-header, body.charlotte-wsoc .mod-headline-grid li .category {
  background: #3055a0; }

body.charlotte-wsoc .txt-blue, body.charlotte-wsoc .mod-story .mod-body a, body.charlotte-wsoc ul.list.links li a {
  color: #001782; }

body.charlotte-wsoc .border-blue, body.charlotte-wsoc body.dark #footer-links {
  border-color: #3055a0; }

body.charlotte-wsoc #nav-main #main-menu.supernav-menu > .dropdown:hover > a {
  background: #fc3; }

body.charlotte-wsoc #header, body.charlotte-wsoc #footer-terms, body.charlotte-wsoc #nav-main #main-menu .dropdown:hover .dropdown-menu {
  border-color: #fc3; }

body.orlando-wftv .bg-dark-blue, body.orlando-wftv .nav-dropdown, body.orlando-wftv #footer-terms, body.orlando-wftv #nav-main #main-menu.supernav-menu .more-link .sub-menu, body.orlando-wftv #nav-main .row-container > ul li .sub-menu, body.orlando-wftv .mod-carousel .slide .title, body.orlando-wftv .mod-carousel.wrapping .slide a:hover .title, body.orlando-wftv .mod-carousel.wrapping .slide a, body.orlando-wftv ul.list.media li.active, body.orlando-wftv .mod-style-02 .mod-header, body.orlando-wftv .mod-weather-forecast .mod-footer, body.orlando-wftv .col-8 .col-6 .mod-style-02 .mod-header, body.orlando-wftv .mod-forecast-media .weather-app-download {
  background: #039; }

body.orlando-wftv .mod-weather {
  background: #039!important; }

body.orlando-wftv .txt-dark-blue {
  color: #039; }

body.orlando-wftv .border-dark-blue, body.orlando-wftv body.dark .mod-header, body.orlando-wftv body.dark .col-8 .col-6 .mod-header, body.orlando-wftv body.dark .mod-footer {
  border-color: #039; }

body.orlando-wftv .loading-animation {
  border-left-color: #039; }

body.orlando-wftv .mod-headline-grid li .category:after {
  border-bottom-color: #336; }

body.orlando-wftv .bg-blue, body.orlando-wftv #header, body.orlando-wftv #footer-links, body.orlando-wftv .off-canvas-menu, body.orlando-wftv .ui-btn.color-blue, body.orlando-wftv .mod-weather .mod-header, body.orlando-wftv .col-8 .col-6 .mod-weather .mod-header, body.orlando-wftv .mod-headline-grid li .category {
  background: #336; }

body.orlando-wftv .txt-blue, body.orlando-wftv .mod-story .mod-body a, body.orlando-wftv ul.list.links li a {
  color: #001782; }

body.orlando-wftv .border-blue, body.orlando-wftv body.dark #footer-links {
  border-color: #336; }

body.orlando-wftv #nav-main #main-menu.supernav-menu > .dropdown:hover > a {
  background: #933; }

body.orlando-wftv #header, body.orlando-wftv #footer-terms, body.orlando-wftv #nav-main #main-menu .dropdown:hover .dropdown-menu {
  border-color: #933; }

body.jacksonville-wjax .bg-dark-blue, body.jacksonville-wjax .nav-dropdown, body.jacksonville-wjax #footer-terms, body.jacksonville-wjax #nav-main #main-menu.supernav-menu .more-link .sub-menu, body.jacksonville-wjax #nav-main .row-container > ul li .sub-menu, body.jacksonville-wjax .mod-carousel .slide .title, body.jacksonville-wjax .mod-carousel.wrapping .slide a:hover .title, body.jacksonville-wjax .mod-carousel.wrapping .slide a, body.jacksonville-wjax ul.list.media li.active, body.jacksonville-wjax .mod-style-02 .mod-header, body.jacksonville-wjax .mod-weather-forecast .mod-footer, body.jacksonville-wjax .col-8 .col-6 .mod-style-02 .mod-header, body.jacksonville-wjax .mod-forecast-media .weather-app-download {
  background: #039; }

body.jacksonville-wjax .mod-weather {
  background: #039!important; }

body.jacksonville-wjax .txt-dark-blue {
  color: #039; }

body.jacksonville-wjax .border-dark-blue, body.jacksonville-wjax body.dark .mod-header, body.jacksonville-wjax body.dark .col-8 .col-6 .mod-header, body.jacksonville-wjax body.dark .mod-footer {
  border-color: #039; }

body.jacksonville-wjax .loading-animation {
  border-left-color: #039; }

body.jacksonville-wjax .mod-headline-grid li .category:after {
  border-bottom-color: #336; }

body.jacksonville-wjax .bg-blue, body.jacksonville-wjax #header, body.jacksonville-wjax #footer-links, body.jacksonville-wjax .off-canvas-menu, body.jacksonville-wjax .ui-btn.color-blue, body.jacksonville-wjax .mod-weather .mod-header, body.jacksonville-wjax .col-8 .col-6 .mod-weather .mod-header, body.jacksonville-wjax .mod-headline-grid li .category {
  background: #336; }

body.jacksonville-wjax .txt-blue, body.jacksonville-wjax .mod-story .mod-body a, body.jacksonville-wjax ul.list.links li a {
  color: #001782; }

body.jacksonville-wjax .border-blue, body.jacksonville-wjax body.dark #footer-links {
  border-color: #336; }

body.jacksonville-wjax #nav-main #main-menu.supernav-menu > .dropdown:hover > a {
  background: #933; }

body.jacksonville-wjax #header, body.jacksonville-wjax #footer-terms, body.jacksonville-wjax #nav-main #main-menu .dropdown:hover .dropdown-menu {
  border-color: #933; }

body.jacksonville-wfox .bg-dark-blue, body.jacksonville-wfox .nav-dropdown, body.jacksonville-wfox #footer-terms, body.jacksonville-wfox #nav-main #main-menu.supernav-menu .more-link .sub-menu, body.jacksonville-wfox #nav-main .row-container > ul li .sub-menu, body.jacksonville-wfox .mod-carousel .slide .title, body.jacksonville-wfox .mod-carousel.wrapping .slide a:hover .title, body.jacksonville-wfox .mod-carousel.wrapping .slide a, body.jacksonville-wfox ul.list.media li.active, body.jacksonville-wfox .mod-style-02 .mod-header, body.jacksonville-wfox .mod-weather-forecast .mod-footer, body.jacksonville-wfox .col-8 .col-6 .mod-style-02 .mod-header, body.jacksonville-wfox .mod-forecast-media .weather-app-download {
  background: #039; }

body.jacksonville-wfox .mod-weather {
  background: #039!important; }

body.jacksonville-wfox .txt-dark-blue {
  color: #039; }

body.jacksonville-wfox .border-dark-blue, body.jacksonville-wfox body.dark .mod-header, body.jacksonville-wfox body.dark .col-8 .col-6 .mod-header, body.jacksonville-wfox body.dark .mod-footer {
  border-color: #039; }

body.jacksonville-wfox .loading-animation {
  border-left-color: #039; }

body.jacksonville-wfox .mod-headline-grid li .category:after {
  border-bottom-color: #336; }

body.jacksonville-wfox .bg-blue, body.jacksonville-wfox #header, body.jacksonville-wfox #footer-links, body.jacksonville-wfox .off-canvas-menu, body.jacksonville-wfox .ui-btn.color-blue, body.jacksonville-wfox .mod-weather .mod-header, body.jacksonville-wfox .col-8 .col-6 .mod-weather .mod-header, body.jacksonville-wfox .mod-headline-grid li .category {
  background: #336; }

body.jacksonville-wfox .txt-blue, body.jacksonville-wfox .mod-story .mod-body a, body.jacksonville-wfox ul.list.links li a {
  color: #001782; }

body.jacksonville-wfox .border-blue, body.jacksonville-wfox body.dark #footer-links {
  border-color: #336; }

body.jacksonville-wfox #nav-main #main-menu.supernav-menu > .dropdown:hover > a {
  background: #933; }

body.jacksonville-wfox #header, body.jacksonville-wfox #footer-terms, body.jacksonville-wfox #nav-main #main-menu .dropdown:hover .dropdown-menu {
  border-color: #933; }

body.tulsa-koki .bg-dark-blue, body.tulsa-koki .nav-dropdown, body.tulsa-koki #footer-terms, body.tulsa-koki #nav-main #main-menu.supernav-menu .more-link .sub-menu, body.tulsa-koki #nav-main .row-container > ul li .sub-menu, body.tulsa-koki .mod-carousel .slide .title, body.tulsa-koki .mod-carousel.wrapping .slide a:hover .title, body.tulsa-koki .mod-carousel.wrapping .slide a, body.tulsa-koki ul.list.media li.active, body.tulsa-koki .mod-style-02 .mod-header, body.tulsa-koki .mod-weather-forecast .mod-footer, body.tulsa-koki .col-8 .col-6 .mod-style-02 .mod-header, body.tulsa-koki .mod-forecast-media .weather-app-download {
  background: #001265; }

body.tulsa-koki .mod-weather {
  background: #001265!important; }

body.tulsa-koki .txt-dark-blue {
  color: #001265; }

body.tulsa-koki .border-dark-blue, body.tulsa-koki body.dark .mod-header, body.tulsa-koki body.dark .col-8 .col-6 .mod-header, body.tulsa-koki body.dark .mod-footer {
  border-color: #001265; }

body.tulsa-koki .loading-animation {
  border-left-color: #001265; }

body.tulsa-koki .mod-headline-grid li .category:after {
  border-bottom-color: #001782; }

body.tulsa-koki .bg-blue, body.tulsa-koki #header, body.tulsa-koki #footer-links, body.tulsa-koki .off-canvas-menu, body.tulsa-koki .ui-btn.color-blue, body.tulsa-koki .mod-weather .mod-header, body.tulsa-koki .col-8 .col-6 .mod-weather .mod-header, body.tulsa-koki .mod-headline-grid li .category {
  background: #001782; }

body.tulsa-koki .txt-blue, body.tulsa-koki .mod-story .mod-body a, body.tulsa-koki ul.list.links li a {
  color: #001782; }

body.tulsa-koki .border-blue, body.tulsa-koki body.dark #footer-links {
  border-color: #001782; }

body.tulsa-koki #nav-main #main-menu.supernav-menu > .dropdown:hover > a {
  background: #ba0000; }

body.tulsa-koki #header, body.tulsa-koki #footer-terms, body.tulsa-koki #nav-main #main-menu .dropdown:hover .dropdown-menu {
  border-color: #ba0000; }

body.seattle-kiro .bg-dark-blue, body.seattle-kiro .nav-dropdown, body.seattle-kiro #footer-terms, body.seattle-kiro #nav-main #main-menu.supernav-menu .more-link .sub-menu, body.seattle-kiro #nav-main .row-container > ul li .sub-menu, body.seattle-kiro .mod-carousel .slide .title, body.seattle-kiro .mod-carousel.wrapping .slide a:hover .title, body.seattle-kiro .mod-carousel.wrapping .slide a, body.seattle-kiro ul.list.media li.active, body.seattle-kiro .mod-style-02 .mod-header, body.seattle-kiro .mod-weather-forecast .mod-footer, body.seattle-kiro .col-8 .col-6 .mod-style-02 .mod-header, body.seattle-kiro .mod-forecast-media .weather-app-download {
  background: #006; }

body.seattle-kiro .mod-weather {
  background: #006!important; }

body.seattle-kiro .txt-dark-blue {
  color: #006; }

body.seattle-kiro .border-dark-blue, body.seattle-kiro body.dark .mod-header, body.seattle-kiro body.dark .col-8 .col-6 .mod-header, body.seattle-kiro body.dark .mod-footer {
  border-color: #006; }

body.seattle-kiro .loading-animation {
  border-left-color: #006; }

body.seattle-kiro .mod-headline-grid li .category:after {
  border-bottom-color: #1743a0; }

body.seattle-kiro .bg-blue, body.seattle-kiro #header, body.seattle-kiro #footer-links, body.seattle-kiro .off-canvas-menu, body.seattle-kiro .ui-btn.color-blue, body.seattle-kiro .mod-weather .mod-header, body.seattle-kiro .col-8 .col-6 .mod-weather .mod-header, body.seattle-kiro .mod-headline-grid li .category {
  background: #1743a0; }

body.seattle-kiro .txt-blue, body.seattle-kiro .mod-story .mod-body a, body.seattle-kiro ul.list.links li a {
  color: #001782; }

body.seattle-kiro .border-blue, body.seattle-kiro body.dark #footer-links {
  border-color: #1743a0; }

body.seattle-kiro #nav-main #main-menu.supernav-menu > .dropdown:hover > a {
  background: #ccc; }

body.seattle-kiro #header, body.seattle-kiro #footer-terms, body.seattle-kiro #nav-main #main-menu .dropdown:hover .dropdown-menu {
  border-color: #ccc; }

body.pittsburgh-wpxi.video {
  background: #336; }

body.pittsburgh-wpxi.video #footer a {
  color: #aaa; }

body.pittsburgh-wpxi.video #footer-links {
  background: #369; }

body.charlotte-wsoc.video {
  background: #036; }

body.charlotte-wsoc.video #footer a {
  color: #aaa; }

body.charlotte-wsoc.video #footer-links {
  background: #3055a0; }

body.orlando-wftv.video {
  background: #039; }

body.orlando-wftv.video #footer a {
  color: #aaa; }

body.orlando-wftv.video #footer-links {
  background: #336; }

body.jacksonville-wjax.video {
  background: #039; }

body.jacksonville-wjax.video #footer a {
  color: #aaa; }

body.jacksonville-wjax.video #footer-links {
  background: #336; }

body.jacksonville-wfox.video {
  background: #039; }

body.jacksonville-wfox.video #footer a {
  color: #aaa; }

body.jacksonville-wfox.video #footer-links {
  background: #336; }

body.tulsa-koki.video {
  background: #001265; }

body.tulsa-koki.video #footer a {
  color: #aaa; }

body.tulsa-koki.video #footer-links {
  background: #001782; }

body.seattle-kiro.video {
  background: #006; }

body.seattle-kiro.video #footer a {
  color: #aaa; }

body.seattle-kiro.video #footer-links {
  background: #1743a0; }

body.pittsburgh-wpxi #nav-main #main-menu .dropdown:hover .dropdown-menu {
  background: #336; }

body.pittsburgh-wpxi #nav-main #main-menu.supernav-menu .dropdown .dropdown-menu .dropdown-container .carousel-wrapper {
  background: #369; }

body.charlotte-wsoc #nav-main #main-menu .dropdown:hover .dropdown-menu {
  background: #036; }

body.charlotte-wsoc #nav-main #main-menu.supernav-menu .dropdown .dropdown-menu .dropdown-container .carousel-wrapper {
  background: #3055a0; }

body.orlando-wftv #nav-main #main-menu .dropdown:hover .dropdown-menu {
  background: #039; }

body.orlando-wftv #nav-main #main-menu.supernav-menu .dropdown .dropdown-menu .dropdown-container .carousel-wrapper {
  background: #336; }

body.jacksonville-wjax #nav-main #main-menu .dropdown:hover .dropdown-menu {
  background: #039; }

body.jacksonville-wjax #nav-main #main-menu.supernav-menu .dropdown .dropdown-menu .dropdown-container .carousel-wrapper {
  background: #336; }

body.jacksonville-wfox #nav-main #main-menu .dropdown:hover .dropdown-menu {
  background: #039; }

body.jacksonville-wfox #nav-main #main-menu.supernav-menu .dropdown .dropdown-menu .dropdown-container .carousel-wrapper {
  background: #336; }

body.tulsa-koki #nav-main #main-menu .dropdown:hover .dropdown-menu {
  background: #001265; }

body.tulsa-koki #nav-main #main-menu.supernav-menu .dropdown .dropdown-menu .dropdown-container .carousel-wrapper {
  background: #001782; }

body.seattle-kiro #nav-main #main-menu .dropdown:hover .dropdown-menu {
  background: #006; }

body.seattle-kiro #nav-main #main-menu.supernav-menu .dropdown .dropdown-menu .dropdown-container .carousel-wrapper {
  background: #1743a0; }

body.memphis-whbq .logo-main, body.memphis-whbq #header h1 a {
  background: url("http://media.myfoxmemphiscom.cmgdigital.com/theme/images/logo-main-whbq.png") 50% 50% no-repeat;
  background-size: contain; }

body.boston-wfxt .logo-main, body.boston-wfxt #header h1 a {
  background: url("http://media.myfoxbostoncom.cmgdigital.com/theme/images/logo-main-wfxt.png") 50% 50% no-repeat;
  background-size: contain; }

body.pittsburgh-wpxi .logo-main, body.pittsburgh-wpxi #header h1 a {
  background: url("http://mediaweb.wpxi.com/theme/images/logo-main-wpxi.png") 50% 50% no-repeat;
  background-size: contain; }

body.charlotte-wsoc .logo-main, body.charlotte-wsoc #header h1 a {
  background: url("http://mediaweb.wsoctv.com/theme/images/logo-main-wsoc.png") 50% 50% no-repeat;
  background-size: contain; }

body.orlando-wftv .logo-main, body.orlando-wftv #header h1 a {
  background: url("http://mediaweb.wftv.com/theme/images/logo-main-wftv.png") 50% 50% no-repeat;
  background-size: contain; }

body.jacksonville-wjax .logo-main, body.jacksonville-wjax #header h1 a {
  background: url("http://mediaweb.actionnewsjax.com/theme/images/logo-main-wjax.png") 50% 50% no-repeat;
  background-size: contain; }

body.jacksonville-wfox .logo-main, body.jacksonville-wfox #header h1 a {
  background: url("http://mediaweb.fox30jax.com/theme/images/logo-main-wfox.png") 50% 50% no-repeat;
  background-size: contain; }

body.tulsa-koki .logo-main, body.tulsa-koki #header h1 a {
  background: url("http://mediaweb.fox23.com/theme/images/logo-main-koki.png") 50% 50% no-repeat;
  background-size: contain; }

body.seattle-kiro .logo-main, body.seattle-kiro #header h1 a {
  background: url("http://mediaweb.kirotv.com/theme/images/logo-main-kiro.png") 50% 50% no-repeat;
  background-size: contain; }

body.memphis-whbq .blowing_snow, body.memphis-whbq .clear_day, body.memphis-whbq .clear_night, body.memphis-whbq .cloudy_day, body.memphis-whbq .cloudy_night, body.memphis-whbq .fog_day, body.memphis-whbq .fog_night, body.memphis-whbq .mostly_cloudy_day, body.memphis-whbq .mostly_cloudy_night, body.memphis-whbq .partly_cloudy_day, body.memphis-whbq .partly_cloudy_night, body.memphis-whbq .rain_day, body.memphis-whbq .rain_night, body.memphis-whbq .sleet_day, body.memphis-whbq .snow_day, body.memphis-whbq .snow_night, body.memphis-whbq .thunderstorms {
  background-image: url("http://media.myfoxmemphiscom.cmgdigital.com/weather_icons/weather-icons-sprite.png"); }

body.memphis-whbq .mod-forecast li.ams.certified, body.memphis-whbq .mod-forecast li.ams.approved, body.memphis-whbq .mod-forecast li.nwa.certified, body.memphis-whbq .mod-forecast li.nwa.approved {
  background-image: url("http://media.myfoxmemphiscom.cmgdigital.com/weather_logos/weather-certs-sprite.png"); }

body.boston-wfxt .blowing_snow, body.boston-wfxt .clear_day, body.boston-wfxt .clear_night, body.boston-wfxt .cloudy_day, body.boston-wfxt .cloudy_night, body.boston-wfxt .fog_day, body.boston-wfxt .fog_night, body.boston-wfxt .mostly_cloudy_day, body.boston-wfxt .mostly_cloudy_night, body.boston-wfxt .partly_cloudy_day, body.boston-wfxt .partly_cloudy_night, body.boston-wfxt .rain_day, body.boston-wfxt .rain_night, body.boston-wfxt .sleet_day, body.boston-wfxt .snow_day, body.boston-wfxt .snow_night, body.boston-wfxt .thunderstorms {
  background-image: url("http://media.myfoxbostoncom.cmgdigital.com/weather_icons/weather-icons-sprite.png"); }

body.boston-wfxt .mod-forecast li.ams.certified, body.boston-wfxt .mod-forecast li.ams.approved, body.boston-wfxt .mod-forecast li.nwa.certified, body.boston-wfxt .mod-forecast li.nwa.approved {
  background-image: url("http://media.myfoxbostoncom.cmgdigital.com/weather_logos/weather-certs-sprite.png"); }

body.atlanta-wsb .blowing_snow, body.atlanta-wsb .clear_day, body.atlanta-wsb .clear_night, body.atlanta-wsb .cloudy_day, body.atlanta-wsb .cloudy_night, body.atlanta-wsb .fog_day, body.atlanta-wsb .fog_night, body.atlanta-wsb .mostly_cloudy_day, body.atlanta-wsb .mostly_cloudy_night, body.atlanta-wsb .partly_cloudy_day, body.atlanta-wsb .partly_cloudy_night, body.atlanta-wsb .rain_day, body.atlanta-wsb .rain_night, body.atlanta-wsb .sleet_day, body.atlanta-wsb .snow_day, body.atlanta-wsb .snow_night, body.atlanta-wsb .thunderstorms {
  background-image: url("http://media.beta.wsbtv.com/weather_icons/weather-icons-sprite.png"); }

body.atlanta-wsb .mod-forecast li.ams.certified, body.atlanta-wsb .mod-forecast li.ams.approved, body.atlanta-wsb .mod-forecast li.nwa.certified, body.atlanta-wsb .mod-forecast li.nwa.approved {
  background-image: url("http://media.beta.wsbtv.com/weather_logos/weather-certs-sprite.png"); }

body.pittsburgh-wpxi .blowing_snow, body.pittsburgh-wpxi .clear_day, body.pittsburgh-wpxi .clear_night, body.pittsburgh-wpxi .cloudy_day, body.pittsburgh-wpxi .cloudy_night, body.pittsburgh-wpxi .fog_day, body.pittsburgh-wpxi .fog_night, body.pittsburgh-wpxi .mostly_cloudy_day, body.pittsburgh-wpxi .mostly_cloudy_night, body.pittsburgh-wpxi .partly_cloudy_day, body.pittsburgh-wpxi .partly_cloudy_night, body.pittsburgh-wpxi .rain_day, body.pittsburgh-wpxi .rain_night, body.pittsburgh-wpxi .sleet_day, body.pittsburgh-wpxi .snow_day, body.pittsburgh-wpxi .snow_night, body.pittsburgh-wpxi .thunderstorms {
  background-image: url("http://mediaweb.wpxi.com/weather_icons/weather-icons-sprite.png"); }

body.pittsburgh-wpxi .mod-forecast li.ams.certified, body.pittsburgh-wpxi .mod-forecast li.ams.approved, body.pittsburgh-wpxi .mod-forecast li.nwa.certified, body.pittsburgh-wpxi .mod-forecast li.nwa.approved {
  background-image: url("http://mediaweb.wpxi.com/weather_logos/weather-certs-sprite.png"); }

body.charlotte-wsoc .blowing_snow, body.charlotte-wsoc .clear_day, body.charlotte-wsoc .clear_night, body.charlotte-wsoc .cloudy_day, body.charlotte-wsoc .cloudy_night, body.charlotte-wsoc .fog_day, body.charlotte-wsoc .fog_night, body.charlotte-wsoc .mostly_cloudy_day, body.charlotte-wsoc .mostly_cloudy_night, body.charlotte-wsoc .partly_cloudy_day, body.charlotte-wsoc .partly_cloudy_night, body.charlotte-wsoc .rain_day, body.charlotte-wsoc .rain_night, body.charlotte-wsoc .sleet_day, body.charlotte-wsoc .snow_day, body.charlotte-wsoc .snow_night, body.charlotte-wsoc .thunderstorms {
  background-image: url("http://mediaweb.wsoctv.com/weather_icons/weather-icons-sprite.png"); }

body.charlotte-wsoc .mod-forecast li.ams.certified, body.charlotte-wsoc .mod-forecast li.ams.approved, body.charlotte-wsoc .mod-forecast li.nwa.certified, body.charlotte-wsoc .mod-forecast li.nwa.approved {
  background-image: url("http://mediaweb.wsoctv.com/weather_logos/weather-certs-sprite.png"); }

body.orlando-wftv .blowing_snow, body.orlando-wftv .clear_day, body.orlando-wftv .clear_night, body.orlando-wftv .cloudy_day, body.orlando-wftv .cloudy_night, body.orlando-wftv .fog_day, body.orlando-wftv .fog_night, body.orlando-wftv .mostly_cloudy_day, body.orlando-wftv .mostly_cloudy_night, body.orlando-wftv .partly_cloudy_day, body.orlando-wftv .partly_cloudy_night, body.orlando-wftv .rain_day, body.orlando-wftv .rain_night, body.orlando-wftv .sleet_day, body.orlando-wftv .snow_day, body.orlando-wftv .snow_night, body.orlando-wftv .thunderstorms {
  background-image: url("http://mediaweb.wftv.com/weather_icons/weather-icons-sprite.png"); }

body.orlando-wftv .mod-forecast li.ams.certified, body.orlando-wftv .mod-forecast li.ams.approved, body.orlando-wftv .mod-forecast li.nwa.certified, body.orlando-wftv .mod-forecast li.nwa.approved {
  background-image: url("http://mediaweb.wftv.com/weather_logos/weather-certs-sprite.png"); }

body.jacksonville-wjax .blowing_snow, body.jacksonville-wjax .clear_day, body.jacksonville-wjax .clear_night, body.jacksonville-wjax .cloudy_day, body.jacksonville-wjax .cloudy_night, body.jacksonville-wjax .fog_day, body.jacksonville-wjax .fog_night, body.jacksonville-wjax .mostly_cloudy_day, body.jacksonville-wjax .mostly_cloudy_night, body.jacksonville-wjax .partly_cloudy_day, body.jacksonville-wjax .partly_cloudy_night, body.jacksonville-wjax .rain_day, body.jacksonville-wjax .rain_night, body.jacksonville-wjax .sleet_day, body.jacksonville-wjax .snow_day, body.jacksonville-wjax .snow_night, body.jacksonville-wjax .thunderstorms {
  background-image: url("http://mediaweb.actionnewsjax.com/weather_icons/weather-icons-sprite.png"); }

body.jacksonville-wjax .mod-forecast li.ams.certified, body.jacksonville-wjax .mod-forecast li.ams.approved, body.jacksonville-wjax .mod-forecast li.nwa.certified, body.jacksonville-wjax .mod-forecast li.nwa.approved {
  background-image: url("http://mediaweb.actionnewsjax.com/weather_logos/weather-certs-sprite.png"); }

body.jacksonville-wfox .blowing_snow, body.jacksonville-wfox .clear_day, body.jacksonville-wfox .clear_night, body.jacksonville-wfox .cloudy_day, body.jacksonville-wfox .cloudy_night, body.jacksonville-wfox .fog_day, body.jacksonville-wfox .fog_night, body.jacksonville-wfox .mostly_cloudy_day, body.jacksonville-wfox .mostly_cloudy_night, body.jacksonville-wfox .partly_cloudy_day, body.jacksonville-wfox .partly_cloudy_night, body.jacksonville-wfox .rain_day, body.jacksonville-wfox .rain_night, body.jacksonville-wfox .sleet_day, body.jacksonville-wfox .snow_day, body.jacksonville-wfox .snow_night, body.jacksonville-wfox .thunderstorms {
  background-image: url("http://mediaweb.fox30jax.com/weather_icons/weather-icons-sprite.png"); }

body.jacksonville-wfox .mod-forecast li.ams.certified, body.jacksonville-wfox .mod-forecast li.ams.approved, body.jacksonville-wfox .mod-forecast li.nwa.certified, body.jacksonville-wfox .mod-forecast li.nwa.approved {
  background-image: url("http://mediaweb.fox30jax.com/weather_logos/weather-certs-sprite.png"); }

body.tulsa-koki .blowing_snow, body.tulsa-koki .clear_day, body.tulsa-koki .clear_night, body.tulsa-koki .cloudy_day, body.tulsa-koki .cloudy_night, body.tulsa-koki .fog_day, body.tulsa-koki .fog_night, body.tulsa-koki .mostly_cloudy_day, body.tulsa-koki .mostly_cloudy_night, body.tulsa-koki .partly_cloudy_day, body.tulsa-koki .partly_cloudy_night, body.tulsa-koki .rain_day, body.tulsa-koki .rain_night, body.tulsa-koki .sleet_day, body.tulsa-koki .snow_day, body.tulsa-koki .snow_night, body.tulsa-koki .thunderstorms {
  background-image: url("http://mediaweb.fox23.com/weather_icons/weather-icons-sprite.png"); }

body.tulsa-koki .mod-forecast li.ams.certified, body.tulsa-koki .mod-forecast li.ams.approved, body.tulsa-koki .mod-forecast li.nwa.certified, body.tulsa-koki .mod-forecast li.nwa.approved {
  background-image: url("http://mediaweb.fox23.com/weather_logos/weather-certs-sprite.png"); }

body.seattle-kiro .blowing_snow, body.seattle-kiro .clear_day, body.seattle-kiro .clear_night, body.seattle-kiro .cloudy_day, body.seattle-kiro .cloudy_night, body.seattle-kiro .fog_day, body.seattle-kiro .fog_night, body.seattle-kiro .mostly_cloudy_day, body.seattle-kiro .mostly_cloudy_night, body.seattle-kiro .partly_cloudy_day, body.seattle-kiro .partly_cloudy_night, body.seattle-kiro .rain_day, body.seattle-kiro .rain_night, body.seattle-kiro .sleet_day, body.seattle-kiro .snow_day, body.seattle-kiro .snow_night, body.seattle-kiro .thunderstorms {
  background-image: url("http://mediaweb.kirotv.com/weather_icons/weather-icons-sprite.png"); }

body.seattle-kiro .mod-forecast li.ams.certified, body.seattle-kiro .mod-forecast li.ams.approved, body.seattle-kiro .mod-forecast li.nwa.certified, body.seattle-kiro .mod-forecast li.nwa.approved {
  background-image: url("http://mediaweb.kirotv.com/weather_logos/weather-certs-sprite.png"); }

body.video, body.dark {
  color: #fff;
  background: #001265; }

body.video a, body.dark a {
  color: #fff; }

body.video #footer a, body.dark #footer a {
  color: #888; }

body.video #footer-links, body.dark #footer-links {
  background: #333; }

body.video #footer-links .footer-links-list h4, body.dark #footer-links .footer-links-list h4 {
  color: #ccc; }

body.video .mod-wrapper, body.dark .mod-wrapper {
  background: rgba(0, 0, 0, 0.5); }

body.video .mod-header, body.video .col-8 .col-6 .mod-header, body.dark .mod-header, body.dark .col-8 .col-6 .mod-header {
  color: #fff; }

body.ad-takeover #header .mod-ad {
  display: none; }

body.skin-gallery, body.gallery {
  background: #111; }

body.skin-gallery #main, body.gallery #main {
  margin-top: 0; }

body.skin-gallery #main, body.skin-gallery #main > .row, body.gallery #main, body.gallery #main > .row {
  padding: 0; }

body.skin-gallery #wrapper, body.gallery #wrapper {
  padding-top: 0; }

body.skin-gallery #header, body.skin-gallery #footer, body.gallery #header, body.gallery #footer {
  display: none; }

body.memphis-whbq .blowing_snow, body.memphis-whbq .clear_day, body.memphis-whbq .clear_night, body.memphis-whbq .cloudy_day, body.memphis-whbq .cloudy_night, body.memphis-whbq .fog_day, body.memphis-whbq .fog_night, body.memphis-whbq .mostly_cloudy_day, body.memphis-whbq .mostly_cloudy_night, body.memphis-whbq .partly_cloudy_day, body.memphis-whbq .partly_cloudy_night, body.memphis-whbq .rain_day, body.memphis-whbq .rain_night, body.memphis-whbq .sleet_day, body.memphis-whbq .snow_day, body.memphis-whbq .snow_night, body.memphis-whbq .thunderstorms {
  background-image: url("http://media.myfoxmemphiscom.cmgdigital.com/weather_icons/weather-icons-sprite.png"); }

body.memphis-whbq .mod-forecast li.ams.certified, body.memphis-whbq .mod-forecast li.ams.approved, body.memphis-whbq .mod-forecast li.nwa.certified, body.memphis-whbq .mod-forecast li.nwa.approved {
  background-image: url("http://media.myfoxmemphiscom.cmgdigital.com/weather_logos/weather-certs-sprite.png"); }

body.boston-wfxt .blowing_snow, body.boston-wfxt .clear_day, body.boston-wfxt .clear_night, body.boston-wfxt .cloudy_day, body.boston-wfxt .cloudy_night, body.boston-wfxt .fog_day, body.boston-wfxt .fog_night, body.boston-wfxt .mostly_cloudy_day, body.boston-wfxt .mostly_cloudy_night, body.boston-wfxt .partly_cloudy_day, body.boston-wfxt .partly_cloudy_night, body.boston-wfxt .rain_day, body.boston-wfxt .rain_night, body.boston-wfxt .sleet_day, body.boston-wfxt .snow_day, body.boston-wfxt .snow_night, body.boston-wfxt .thunderstorms {
  background-image: url("http://media.myfoxbostoncom.cmgdigital.com/weather_icons/weather-icons-sprite.png"); }

body.boston-wfxt .mod-forecast li.ams.certified, body.boston-wfxt .mod-forecast li.ams.approved, body.boston-wfxt .mod-forecast li.nwa.certified, body.boston-wfxt .mod-forecast li.nwa.approved {
  background-image: url("http://media.myfoxbostoncom.cmgdigital.com/weather_logos/weather-certs-sprite.png"); }

.blowing_snow, .clear_day, .clear_night, .cloudy_day, .cloudy_night, .fog_day, .fog_night, .mostly_cloudy_day, .mostly_cloudy_night, .partly_cloudy_day, .partly_cloudy_night, .rain_day, .rain_night, .sleet_day, .snow_day, .snow_night, .thunderstorms {
  background-image: url(https://dl.dropboxusercontent.com/u/409241286/LAKANA/dev/cmg-main/assets/images/weather-icons/weather-icons-sprite.png);
  background-repeat: no-repeat; }

#nav-main ul > li.weather a .blowing_snow, #nav-main ul > li.weather a .clear_day, #nav-main ul > li.weather a .clear_night, #nav-main ul > li.weather a .cloudy_day, #nav-main ul > li.weather a .cloudy_night, #nav-main ul > li.weather a .fog_day, #nav-main ul > li.weather a .fog_night, #nav-main ul > li.weather a .mostly_cloudy_day, #nav-main ul > li.weather a .mostly_cloudy_night, #nav-main ul > li.weather a .partly_cloudy_day, #nav-main ul > li.weather a .partly_cloudy_night, #nav-main ul > li.weather a .rain_day, #nav-main ul > li.weather a .rain_night, #nav-main ul > li.weather a .sleet_day, #nav-main ul > li.weather a .snow_day, #nav-main ul > li.weather a .snow_night, #nav-main ul > li.weather a .thunderstorms, #mod-weather .blowing_snow, #mod-weather .clear_day, #mod-weather .clear_night, #mod-weather .cloudy_day, #mod-weather .cloudy_night, #mod-weather .fog_day, #mod-weather .fog_night, #mod-weather .mostly_cloudy_day, #mod-weather .mostly_cloudy_night, #mod-weather .partly_cloudy_day, #mod-weather .partly_cloudy_night, #mod-weather .rain_day, #mod-weather .rain_night, #mod-weather .sleet_day, #mod-weather .snow_day, #mod-weather .snow_night, #mod-weather .thunderstorms {
  height: 35px;
  width: 35px;
  background-size: 140px 175px; }

#nav-main ul > li.weather a .blowing_snow, #mod-weather .blowing_snow {
  background-position: 0 -140px; }

#nav-main ul > li.weather a .clear_day, #mod-weather .clear_day {
  background-position: -105px -105px; }

#nav-main ul > li.weather a .clear_night, #mod-weather .clear_night {
  background-position: -70px -105px; }

#nav-main ul > li.weather a .cloudy_day, #mod-weather .cloudy_day {
  background-position: -35px -105px; }

#nav-main ul > li.weather a .cloudy_night, #mod-weather .cloudy_night {
  background-position: 0 -105px; }

#nav-main ul > li.weather a .fog_day, #mod-weather .fog_day {
  background-position: -105px -70px; }

#nav-main ul > li.weather a .fog_night, #mod-weather .fog_night {
  background-position: -70px -70px; }

#nav-main ul > li.weather a .mostly_cloudy_day, #mod-weather .mostly_cloudy_day {
  background-position: -35px -70px; }

#nav-main ul > li.weather a .mostly_cloudy_night, #mod-weather .mostly_cloudy_night {
  background-position: 0 -70px; }

#nav-main ul > li.weather a .partly_cloudy_day, #mod-weather .partly_cloudy_day {
  background-position: -105px -35px; }

#nav-main ul > li.weather a .partly_cloudy_night, #mod-weather .partly_cloudy_night {
  background-position: -70px -35px; }

#nav-main ul > li.weather a .rain_day, #mod-weather .rain_day {
  background-position: -35px -35px; }

#nav-main ul > li.weather a .rain_night, #mod-weather .rain_night {
  background-position: 0 -35px; }

#nav-main ul > li.weather a .sleet_day, #mod-weather .sleet_day {
  background-position: -105px 0; }

#nav-main ul > li.weather a .snow_day, #mod-weather .snow_day {
  background-position: -70px 0; }

#nav-main ul > li.weather a .snow_night, #mod-weather .snow_night {
  background-position: -35px 0; }

#nav-main ul > li.weather a .thunderstorms, #mod-weather .thunderstorms {
  background-position: 0 0; }

.mod-forecast.extended .blowing_snow, .mod-forecast.extended .clear_day, .mod-forecast.extended .clear_night, .mod-forecast.extended .cloudy_day, .mod-forecast.extended .cloudy_night, .mod-forecast.extended .fog_day, .mod-forecast.extended .fog_night, .mod-forecast.extended .mostly_cloudy_day, .mod-forecast.extended .mostly_cloudy_night, .mod-forecast.extended .partly_cloudy_day, .mod-forecast.extended .partly_cloudy_night, .mod-forecast.extended .rain_day, .mod-forecast.extended .rain_night, .mod-forecast.extended .sleet_day, .mod-forecast.extended .snow_day, .mod-forecast.extended .snow_night, .mod-forecast.extended .thunderstorms {
  height: 90px;
  width: 90px;
  background-size: 360px 450px; }

.mod-forecast.extended .blowing_snow {
  background-position: 0 -360px; }

.mod-forecast.extended .clear_day {
  background-position: -270px -270px; }

.mod-forecast.extended .clear_night {
  background-position: -180px -270px; }

.mod-forecast.extended .cloudy_day {
  background-position: -90px -270px; }

.mod-forecast.extended .cloudy_night {
  background-position: 0 -270px; }

.mod-forecast.extended .fog_day {
  background-position: -270px -180px; }

.mod-forecast.extended .fog_night {
  background-position: -180px -180px; }

.mod-forecast.extended .mostly_cloudy_day {
  background-position: -90px -180px; }

.mod-forecast.extended .mostly_cloudy_night {
  background-position: 0 -180px; }

.mod-forecast.extended .partly_cloudy_day {
  background-position: -270px -90px; }

.mod-forecast.extended .partly_cloudy_night {
  background-position: -180px -90px; }

.mod-forecast.extended .rain_day {
  background-position: -90px -90px; }

.mod-forecast.extended .rain_night {
  background-position: 0 -90px; }

.mod-forecast.extended .sleet_day {
  background-position: -270px 0; }

.mod-forecast.extended .snow_day {
  background-position: -180px 0; }

.mod-forecast.extended .snow_night {
  background-position: -90px 0; }

.mod-forecast.extended .thunderstorms {
  background-position: 0 0; }

.mod-forecast.current .blowing_snow, .mod-forecast.current .clear_day, .mod-forecast.current .clear_night, .mod-forecast.current .cloudy_day, .mod-forecast.current .cloudy_night, .mod-forecast.current .fog_day, .mod-forecast.current .fog_night, .mod-forecast.current .mostly_cloudy_day, .mod-forecast.current .mostly_cloudy_night, .mod-forecast.current .partly_cloudy_day, .mod-forecast.current .partly_cloudy_night, .mod-forecast.current .rain_day, .mod-forecast.current .rain_night, .mod-forecast.current .sleet_day, .mod-forecast.current .snow_day, .mod-forecast.current .snow_night, .mod-forecast.current .thunderstorms {
  height: 100px;
  width: 100px;
  background-size: 400px 500px; }

.mod-forecast.current .blowing_snow {
  background-position: 0 -400px; }

.mod-forecast.current .clear_day {
  background-position: -300px -300px; }

.mod-forecast.current .clear_night {
  background-position: -200px -300px; }

.mod-forecast.current .cloudy_day {
  background-position: -100px -300px; }

.mod-forecast.current .cloudy_night {
  background-position: 0 -300px; }

.mod-forecast.current .fog_day {
  background-position: -300px -200px; }

.mod-forecast.current .fog_night {
  background-position: -200px -200px; }

.mod-forecast.current .mostly_cloudy_day {
  background-position: -100px -200px; }

.mod-forecast.current .mostly_cloudy_night {
  background-position: 0 -200px; }

.mod-forecast.current .partly_cloudy_day {
  background-position: -300px -100px; }

.mod-forecast.current .partly_cloudy_night {
  background-position: -200px -100px; }

.mod-forecast.current .rain_day {
  background-position: -100px -100px; }

.mod-forecast.current .rain_night {
  background-position: 0 -100px; }

.mod-forecast.current .sleet_day {
  background-position: -300px 0; }

.mod-forecast.current .snow_day {
  background-position: -200px 0; }

.mod-forecast.current .snow_night {
  background-position: -100px 0; }

.mod-forecast.current .thunderstorms {
  background-position: 0 0; }

@media only screen and (min-width:768px) {
  .mod-forecast.current .blowing_snow, .mod-forecast.current .clear_day, .mod-forecast.current .clear_night, .mod-forecast.current .cloudy_day, .mod-forecast.current .cloudy_night, .mod-forecast.current .fog_day, .mod-forecast.current .fog_night, .mod-forecast.current .mostly_cloudy_day, .mod-forecast.current .mostly_cloudy_night, .mod-forecast.current .partly_cloudy_day, .mod-forecast.current .partly_cloudy_night, .mod-forecast.current .rain_day, .mod-forecast.current .rain_night, .mod-forecast.current .sleet_day, .mod-forecast.current .snow_day, .mod-forecast.current .snow_night, .mod-forecast.current .thunderstorms {
    height: 150px;
    width: 150px;
    background-size: 600px 750px; }

  .mod-forecast.current .blowing_snow {
    background-position: 0 -450px; }

  .mod-forecast.current .clear_day {
    background-position: -450px -450px; }

  .mod-forecast.current .clear_night {
    background-position: -300px -450px; }

  .mod-forecast.current .cloudy_day {
    background-position: -150px -450px; }

  .mod-forecast.current .cloudy_night {
    background-position: 0 -450px; }

  .mod-forecast.current .fog_day {
    background-position: -450px -300px; }

  .mod-forecast.current .fog_night {
    background-position: -300px -300px; }

  .mod-forecast.current .mostly_cloudy_day {
    background-position: -150px -300px; }

  .mod-forecast.current .mostly_cloudy_night {
    background-position: 0 -300px; }

  .mod-forecast.current .partly_cloudy_day {
    background-position: -450px -150px; }

  .mod-forecast.current .partly_cloudy_night {
    background-position: -300px -150px; }

  .mod-forecast.current .rain_day {
    background-position: -150px -150px; }

  .mod-forecast.current .rain_night {
    background-position: 0 -150px; }

  .mod-forecast.current .sleet_day {
    background-position: -450px 0; }

  .mod-forecast.current .snow_day {
    background-position: -300px 0; }

  .mod-forecast.current .snow_night {
    background-position: -150px 0; }

  .mod-forecast.current .thunderstorms {
    background-position: 0 0; } }
.cash3 .icon, .cash4 .icon, .fantasy5 .icon, .georgia5 .icon, .jumbobucks .icon, .megamillions .icon, .powerball .icon {
  background-image: url(https://dl.dropboxusercontent.com/u/409241286/LAKANA/dev/cmg-main/assets/images/lottery-sprite.png);
  background-repeat: no-repeat;
  height: 75px;
  width: 110px; }

.cash3 .icon {
  background-position: 0 -75px;
  width: 110px;
  height: 75px; }

.cash4 .icon {
  background-position: -220px -75px;
  width: 110px;
  height: 75px; }

.fantasy5 .icon {
  background-position: -330px 0;
  width: 110px;
  height: 75px; }

.georgia5 .icon {
  background-position: -110px -75px;
  width: 110px;
  height: 75px; }

.jumbobucks .icon {
  background-position: -220px 0;
  width: 110px;
  height: 75px; }

.megamillions .icon {
  background-position: -110px 0;
  width: 110px;
  height: 75px; }

.powerball .icon {
  background-position: 0 0;
  width: 110px;
  height: 75px; }

@media only screen and (min-width:600px) {
  .col-8 .row > .col-12 ul.list.media.mixed li:nth-child(3), .col-8 > .portlet-boundary ul.list.media.mixed li:nth-child(3), .col-8 .row > .col-12 ul.list.media.mixed li:nth-child(4), .col-8 > .portlet-boundary ul.list.media.mixed li:nth-child(4) {
    display: none; }

  .col-8 .row > .col-12 ul.list.media.mixed li:nth-child(-n+2), .col-8 > .portlet-boundary ul.list.media.mixed li:nth-child(-n+2) {
    display: list-item; }

  .col-8 .row > .col-12 ul.list.media.mixed li, .col-8 > .portlet-boundary ul.list.media.mixed li {
    float: left;
    width: 50%;
    padding-left: 8px;
    padding-right: 8px; }

  .col-8 .row > .col-12 ul.list.media.mixed li:nth-child(n+3), .col-8 > .portlet-boundary ul.list.media.mixed li:nth-child(n+3) {
    overflow: hidden;
    height: 38px; }

  .col-8 .row > .col-12 ul.list.media.mixed li:nth-last-child(2), .col-8 > .portlet-boundary ul.list.media.mixed li:nth-last-child(2) {
    margin-bottom: 0; }

  .col-8 .row > .col-12 ul.list.media.mixed li h4, .col-8 .row > .col-12 ul.list.media.mixed li p, .col-8 > .portlet-boundary ul.list.media.mixed li h4, .col-8 > .portlet-boundary ul.list.media.mixed li p {
    overflow: hidden;
    height: 50px; }

  .col-8 .row > .col-12 ul.list.media.mixed li p, .col-8 > .portlet-boundary ul.list.media.mixed li p {
    height: 55px;
    clear: left;
    margin-left: 0; }

  .mod-headline-grid li h4 {
    height: 60px; }

  .mod-headline-grid li .posted {
    position: absolute;
    bottom: 70px;
    left: 5px; }

  .mod-headline-grid li .category {
    float: left;
    position: relative;
    bottom: auto; }

  .mod-headline-grid li time {
    padding: 5px 8px 5px 16px;
    float: left; }

  .mod-carousel.wrapping.live-stream-carousel .slide {
    width: .5%; }

  .is-600 {
    display: inline-block; }

  ul.list.columns.four li {
    width: 24%; }

  ul.list.columns.four h4 {
    font-size: .9em; }

  .mod-carousel.mod-image-slider h1 {
    padding: 15px;
    line-height: 1; }

  .mod-carousel.mod-image-slider h1 a {
    font-size: 24px; }

  .mod-carousel.mod-image-scroller .slides.three .slide, .mod-carousel.mod-image-scroller .slides.six .slide {
    width: .3333333333%; }

  .mod-carousel.mod-image-scroller .slides.four .slide {
    width: .25%; }

  .col-4 .mod-carousel.mod-image-scroller .slides.three .slide, .col-4 .mod-carousel.mod-image-scroller .slides.four .slide, .col-4 .mod-carousel.mod-image-scroller .slides.six .slide, .col-6 .mod-carousel.mod-image-scroller .slides.three .slide, .col-6 .mod-carousel.mod-image-scroller .slides.four .slide, .col-6 .mod-carousel.mod-image-scroller .slides.six .slide {
    width: .5%; }

  .mod-story .mod-body .wrapper-inline {
    width: 30%;
    margin: 0 20px 20px 0; }

  .mod-story.mod-story-infinite-scroll ul.no-style.ajax-stories-list .wrapper-inline ul.list > li {
    width: auto;
    margin: 0 0 10px 15px; }

  .mod-story.mod-story-infinite-scroll ul.no-style.ajax-stories-list .wrapper-inline ul.list > li:first-child {
    margin-left: 15px; }

  .mod-story.mod-story-infinite-scroll ul.no-style.ajax-stories-list .wrapper-inline ul.list > li:last-child {
    margin-right: 0; }

  .mod-forecast .current-conditions, .mod-forecast .details-wrapper {
    right: auto;
    left: 35%;
    width: 25%; }

  .mod-forecast .details {
    padding: 0 10px; }

  .mod-wrapper.mod-forecast-media {
    position: absolute;
    top: 62px;
    right: 0;
    background: 0;
    margin: 0;
    width: 40%; }

  .mod-forecast-media .mod-body {
    padding: 0; }

  .mod-forecast-media .mod-header {
    display: none; }

  .mod-forecast-media .weather-video {
    max-width: 200px; }

  .mod-forecast-media .weather-app-download span {
    font-size: 14px; }

  .mod-story .mod-wrapper.media-video {
    padding-bottom: 56.25%; }

  .mod-story .mod-wrapper.media-video.left, .mod-story .mod-wrapper.media-video.right {
    padding-bottom: 24.25%; }

  .mod-story .mod-wrapper.wrapper-media.left {
    width: 48%;
    float: left;
    margin-right: 2%; }

  .mod-story .mod-wrapper.wrapper-media.right {
    width: 48%;
    float: right;
    margin-left: 2%; }

  .col-8 #school-search {
    width: 50%;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-52%);
    -webkit-transform: translateY(-52%);
    -moz-transform: translateY(-52%); }

  .mod-lottery .mod-inline header {
    padding: 15px 20px; }

  .mod-lottery .mod-inline header .icon, .mod-lottery .mod-inline header .lottery-image {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); }

  .mod-lottery .mod-inline header .date {
    font-size: 1rem;
    top: 0;
    right: 0;
    left: auto;
    padding: 15px 20px; }

  .mod-lottery .mod-inline header .lottery {
    padding-left: 125px; }

  .mod-lottery .mod-inline header .lottery p span {
    font-size: 2rem; }

  .mod-lottery .mod-inline header .lottery p.mega-ball, .mod-lottery .mod-inline header .lottery p.megaplier, .mod-lottery .mod-inline header .lottery p.powerball-number, .mod-lottery .mod-inline header .lottery p.power-play {
    padding: 0 10px; }

  .mod-lottery .mod-inline header .lottery p.mega-ball, .mod-lottery .mod-inline header .lottery p.powerball-number {
    float: left;
    margin-right: 30px;
    padding-left: 0; }

  .mod-lottery .mod-inline .mod-body {
    padding: 15px 20px; }

  .mod-lottery .mod-inline .mod-body p span {
    font-size: 2rem; }

  .mod-lottery .mod-inline .mod-body p.current-jackpot span, .mod-lottery .mod-inline .mod-body p.ga-payout span, .mod-lottery .mod-inline .mod-body p.ga-jackpot span, .mod-lottery .mod-inline .mod-body p.national-jackpot span, .mod-lottery .mod-inline .mod-body p.jackpot span {
    font-size: 3rem; }

  .mod-lottery .mod-inline .mod-body .drawing-days {
    display: inline; }

  .mod-weather {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px; } }
@media only screen and (min-width:768px) {
  #wrapper {
    padding-top: 0; }

  .push-4.wrap-full {
    left: 0; }

  .pull-8.wrap-portlets {
    right: 0; }

  .col-6-medium {
    width: 49.19354%; }

  .col-12-medium {
    width: 100%; }

  .col-4.pull-8.wrap-portlets .portlet-boundary, [class*="col-"].wrap-portlets .portlet-boundary .portlet-boundary {
    width: 100%; }

  [class*="col-"].margin-left-0-medium {
    margin-left: 0; }

  [class*="col-"].reorder-vertically-mobile > .portlet-column-content {
    display: block; }

  [class*="col-"].reorder-vertically-mobile > .portlet-column-content > .portlet-boundary:first-child, [class*="col-"].reorder-vertically-mobile > .portlet-column-content > .portlet-boundary:nth-child(2) {
    display: block;
    float: left; }

  #header {
    height: auto;
    box-shadow: none;
    -webkit-transform: none; }

  #header .off-canvas-menu {
    -webkit-transform: none; }

  #header h1 {
    float: left;
    position: relative;
    left: auto;
    margin: 10px 10px -30px; }

  #header h1 a {
    width: 152px;
    height: 60px;
    background-size: 152px 60px; }

  #header-social {
    float: left;
    margin-right: 10px;
    border-bottom: 0; }

  #header-social li {
    border: 0;
    width: auto; }

  #header-social li a {
    padding: 11px; }

  #site-search {
    padding: 7px 0 0;
    float: left; }

  #site-search [type="text"] {
    padding: 4px 6px;
    width: 300px; }

  #header .beta-stamp {
    display: block;
    float: right;
    color: rgba(255, 255, 255, 0.5);
    font-size: .9em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 12px 10px 0 0; }

  #header .wrapper-video {
    height: 80px;
    width: 142px;
    padding-bottom: 6.25%;
    position: absolute;
    right: 0;
    display: block;
    z-index: 2; }

  #header .wrapper-video iframe {
    position: absolute!important; }

  #header #main-menu {
    max-width: 610px; }

  #mobile-header {
    display: none; }

  .off-canvas-menu {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    width: auto;
    border-right: 0;
    overflow: visible; }

  .nav-open #mobile-header, .nav-open #main, .nav-open #footer, .off-canvas-menu {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .off-canvas-menu h1 {
    display: block; }

  #nav-main ul {
    padding-left: 172px; }

  #nav-main .row-container {
    max-height: 40px;
    overflow-y: visible; }

  #nav-main.calculating .row-container {
    overflow-y: hidden; }

  #nav-main .row-container > ul > li {
    float: left;
    border-bottom: 0;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.1); }

  #nav-main .row-container > ul > li.more-link {
    display: none; }

  #nav-main .row-container > ul > li.more-link .sub-menu {
    max-height: 300px;
    overflow-y: auto; }

  #nav-main ul li a {
    border-bottom: 0; }

  #nav-main ul > li.small, #nav-main ul > li.large, #nav-main ul > li.small.large {
    display: none; }

  #nav-main ul > li.medium {
    display: block; }

  #nav-main .row-container > ul li > ul {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    padding: 0;
    border-radius: 0 0 2px 2px;
    min-width: 200px; }

  #nav-main .row-container > ul > li > a, #nav-main .sub-menu > li > a {
    border-bottom: 0; }

  #nav-main ul li:hover .sub-menu {
    display: block; }

  #nav-main ul li .sub-menu > li {
    float: none;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

  #nav-main ul li .sub-menu > li > a:hover {
    background: rgba(0, 0, 0, 0.4); }

  #nav-main ul > li.weather a {
    padding-bottom: 0;
    padding-top: 0;
    white-space: nowrap;
    min-width: 95px; }

  #nav-main ul > li.weather a .label {
    top: .33em;
    left: 0;
    font-size: .75em;
    position: absolute;
    width: 97%;
    text-align: left; }

  #nav-main ul > li.weather a .temperature {
    margin-left: 0;
    padding-top: 12px;
    position: static;
    top: auto;
    right: auto;
    float: left;
    min-width: 40px;
    text-align: center; }

  #nav-main ul > li.weather a .icon {
    position: static;
    right: auto;
    top: auto;
    float: right;
    margin-top: 2px; }

  #nav-main #main-menu.supernav-menu > .dropdown:hover > a {
    background: #ba0000; }

  #nav-main #main-menu.supernav-menu .more-link .sub-menu {
    background: #001265;
    min-width: 200px; }

  #nav-main #main-menu.supernav-menu .dropdown:hover .sub-menu {
    display: block; }

  #nav-main #main-menu.supernav-menu .dropdown .sub-menu li {
    float: none;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

  #nav-main #main-menu.supernav-menu .sub-menu li > a {
    background: 0; }

  #nav-main #main-menu .dropdown .dropdown-menu {
    display: none; }

  #nav-main #main-menu .dropdown:hover .dropdown-menu {
    display: block;
    height: 235px;
    overflow: hidden;
    position: fixed;
    left: 0;
    background: #091232;
    width: 100%;
    border-top: #ba0000 10px solid; }

  #nav-main #main-menu .dropdown .dropdown-menu .dropdown-container {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 15px; }

  #nav-main #main-menu .dropdown .dropdown-menu .dropdown-container:after::after {
    clear: both;
    content: "";
    display: table; }

  #nav-main #main-menu.supernav-menu .dropdown .dropdown-menu .dropdown-container .carousel-wrapper {
    display: block;
    background: #1a397e;
    height: 225px;
    width: 80%;
    float: right;
    overflow: hidden; }

  #nav-main #main-menu .dropdown .dropdown-menu .dropdown-container .sub-menu {
    position: static;
    min-width: auto;
    top: 0;
    padding: 15px 0;
    float: left;
    width: 20%;
    background: 0; }

  #nav-main #main-menu .dropdown .dropdown-menu .sub-menu li {
    background: 0;
    border: 0; }

  #nav-main #main-menu .dropdown .dropdown-menu .sub-menu li a {
    padding: 0;
    line-height: 1.7em;
    border-bottom: 0; }

  #nav-main #main-menu .dropdown .dropdown-menu .sub-menu > li:hover a {
    text-decoration: underline; }

  #nav-main li:not(.more-link) .sub-menu {
    overflow: auto;
    overflow-x: hidden;
    max-height: 225px;
    width: 148px; }

  #nav-main li:not(.more-link) .sub-menu::-webkit-scrollbar {
    width: 10px; }

  #nav-main li:not(.more-link) .sub-menu::-webkit-scrollbar-track {
    background: #162f69; }

  #nav-main li:not(.more-link) .sub-menu::-webkit-scrollbar-thumb {
    background: #eee;
    border-radius: 10px; }

  #nav-main .mod-carousel ul {
    padding-left: 0; }

  #main > .row {
    padding-right: 10px;
    padding-left: 10px; }

  #main {
    padding-top: 20px;
    margin-top: 80px; }

  #footer-links .footer-links-list:last-child {
    margin: 0; }

  #footer-links .footer-links-list .social li {
    float: none;
    width: auto;
    margin-bottom: 24px; }

  .ui-social li {
    width: 20%; }

  .ui-social li.more {
    display: block; }

  .row[class*="bg-"] .mod-wrapper {
    margin-top: 20px; }

  .mod-header span {
    float: right;
    padding: 0; }

  .col-8 ul.list.media li:first-child .abstract {
    display: block; }

  .col-8 ul.list.media li h4 {
    font-size: 1.4em; }

  .col-8 ul.list.media li:first-child .thumb {
    width: 37%;
    margin: 0 3% 2% 0; }

  .col-8 ul.list.media li:first-child h4 {
    position: relative;
    bottom: auto;
    width: auto;
    background: 0;
    padding: 0;
    color: #111; }

  .col-8 .col-6 ul.list.media li h4 {
    font-size: 1em; }

  ul.list.no-wrap li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .col-8 .row > .col-12 ul.list.media.mixed li h4, .col-8 > .portlet-boundary ul.list.media.mixed li h4 {
    height: 72px; }

  .col-8 ul.list.media.grid li:first-child .thumb {
    width: 100%;
    margin: 0; }

  .col-8 ul.list.media.grid li:first-child h4 {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    color: #fff;
    line-height: 1.3;
    background-color: rgba(0, 0, 0, 0);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 30%);
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 30%); }

  .col-8 .row > .col-12 ul.list.media.mixed li p, .col-8 > .portlet-boundary ul.list.media.mixed li p {
    height: 37px; }

  ul.list.media.grid li {
    width: 33.33333%; }

  #header .mod-ad {
    display: block;
    max-width: 728px;
    margin: 0 auto; }

  .mod-media-grid .grid li {
    width: 25%; }

  .mod-media-grid .grid li h4 {
    height: 48px; }

  .mod-media-grid .grid li h4.dotdotdot-crop {
    max-height: 48px; }

  .mod-media-grid.featured .grid li:first-child {
    width: 50%; }

  .mod-media-grid.featured .grid li:first-child h4 {
    height: 100px; }

  .mod-media-grid.featured .grid li:first-child h4.dotdotdot-crop {
    max-height: 100px; }

  .mod-alert {
    font-size: 100%; }

  .mod-alert h2 {
    font-size: 2em;
    padding: 10px; }

  .mod-alert #alert-social {
    top: 15px;
    left: 266px; }

  .mod-alert .carousel-wrapper {
    float: left; }

  .mod-alert .carousel-wrapper .slides-wrapper {
    float: left;
    width: 80%; }

  .mod-alert .carousel-wrapper .slides-wrapper li a.dotdotdot-crop {
    max-height: 54px; }

  .mod-alert.sponsored .carousel-wrapper .slides-wrapper {
    width: 84%; }

  .mod-alert.sponsored .carousel-wrapper .slides-wrapper li a {
    margin: 0; }

  .mod-alert.sponsored .carousel-wrapper .slides-wrapper li a.dotdotdot-crop {
    line-height: 1.25;
    min-height: 42px;
    max-height: 52px; }

  .mod-alert .carousel-wrapper .controls {
    position: relative;
    top: auto;
    right: auto;
    float: right;
    padding: 6px 10px 0 0;
    width: auto; }

  .mod-alert .carousel-wrapper .controls .pager {
    font-size: 1.25em; }

  .mod-alert.sponsored .sponsor {
    position: absolute;
    right: 0;
    top: 0;
    bottom: auto;
    height: 44%; }

  .mod-alert.sponsored .sponsor img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }

  .mod-alert.sponsored .carousel-wrapper .controls {
    padding-right: 0;
    width: 16%;
    margin-top: 13px; }

  .mod-alert .carousel-wrapper .controls .count {
    padding: 4px; }

  .mod-ajax-list {
    top: 79px; }

  .mod-weather-forecast .mod-header {
    display: none; }

  .mod-weather-forecast .mod-body {
    padding-bottom: 30px; }

  .mod-weather-forecast .weekly-forecast li {
    float: left;
    width: 20%;
    margin: 0;
    padding: 0;
    border: 0; }

  .mod-weather-forecast .weekly-forecast li .day {
    font-size: .85em;
    padding: 8px 10px 0 0;
    float: none; }

  .mod-weather-forecast .weekly-forecast li .forecast {
    float: none; }

  .mod-weather-forecast .mod-footer {
    padding-left: 100px; }

  .mod-weather-forecast .mod-footer .headshot {
    position: absolute;
    left: 10px;
    bottom: 0;
    float: none;
    display: block;
    margin: 0;
    width: 80px; }

  .mod-weather-forecast .mod-footer h4 {
    font-size: 1.7em;
    float: left;
    margin: 0 30px 0 0; }

  .mod-weather-forecast .mod-footer p {
    margin: 0;
    clear: both; }

  .mod-weather-forecast .mod-footer .social {
    float: left;
    padding: 2px 0 0;
    position: initial;
    right: auto;
    margin-bottom: 10px; }

  .mod-weather-now {
    padding-top: 20px; }

  .mod-weather-now .updated {
    top: 0;
    left: 2px; }

  .mod-headline-grid li {
    padding: 0 10px 20px; }

  .mod-headline-grid li h4 {
    font-size: 1.25em;
    height: 50px; }

  .mod-headline-grid li .posted, .mod-headline-grid.full li .posted {
    bottom: 80px;
    left: 10px; }

  .col-4 .mod-headline-grid li {
    padding: 0 5px 10px; }

  .col-4 .mod-headline-grid li h4 {
    font-size: 1em;
    height: 110px; }

  .col-4 .mod-headline-grid li .posted {
    bottom: auto;
    left: auto;
    position: relative; }

  .col-4 .mod-headline-grid li .category {
    position: absolute;
    bottom: 25px; }

  .col-4 .mod-headline-grid li time {
    padding: 5px 8px; }

  .col-4 .mod-headline-grid.full li h4 {
    height: 60px; }

  .col-4 .mod-headline-grid.full li .posted {
    bottom: 80px;
    position: absolute; }

  .col-4 .mod-headline-grid.full li .category {
    float: left;
    position: relative;
    bottom: auto; }

  .col-4 .mod-headline-grid.full li time {
    padding: 5px 8px 5px 16px; }

  .col-8 .mod-headline-grid.full li, .col-12 .mod-headline-grid.full li, .col-8 .col-12 .mod-headline-grid li, .col-8 .col-12 .mod-headline-grid.full li {
    float: left;
    width: 50%;
    padding: 0 10px 20px; }

  .col-8 .mod-headline-grid.full li .posted, .col-8 .col-12 .mod-headline-grid li .posted {
    bottom: 73px; }

  .col-12 .mod-headline-grid li, .col-12 .mod-headline-grid.full li {
    width: 33.333333%; }

  .col-12 .mod-headline-grid li h4 {
    height: 53px; }

  .col-8 .mod-headline-grid li.ad, .col-8 .mod-headline-grid.full li.ad, .col-12 .mod-headline-grid li.ad, .col-12 .mod-headline-grid.full li.ad {
    width: 100%; }

  .col-4 .mod-headline-grid li.ad img, .col-12 .mod-headline-grid li.ad img {
    width: 100%;
    max-width: 300px; }

  body.weather #wrapper {
    padding-top: 0;
    background-position-y: -10px; }

  .is-768 {
    display: inline-block; }

  ul.list.columns.four li {
    width: 49%; }

  .mod-carousel.mod-image-slider h1 {
    line-height: 1.4; }

  .mod-carousel.mod-image-slider h1 a {
    font-size: 28px; }

  .mod-carousel .slides.six .slide h4 {
    font-size: 12px; }

  .mod-carousel.mod-image-scroller .slides.six .slide {
    width: .1666666667%; }

  .col-4 .mod-carousel.mod-image-scroller .slides.six .slide, .col-6 .mod-carousel.mod-image-scroller .slides.six .slide {
    width: .5%; }

  .mod-forecast .more-link {
    display: none; }

  .mod-forecast .conditions, .mod-forecast .details {
    display: block; }

  .mod-forecast .met-profile {
    min-height: 410px;
    max-width: 325px; }

  .mod-forecast .met-profile img {
    max-width: 325px; }

  .mod-forecast .current-conditions {
    width: 220px;
    z-index: auto; }

  .mod-wrapper.mod-forecast.current .mod-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65%;
    z-index: 5;
    font-size: 17px; }

  .mod-wrapper.mod-forecast.current .mod-footer h4 {
    font-size: 17px; }

  .mod-wrapper.mod-forecast.current .mod-footer > span {
    font-size: 14px; }

  .mod-forecast.current .mod-footer .weather-logo {
    background: url("https://dl.dropboxusercontent.com/u/409241286/LAKANA/dev/cmg-main/assets/images/color_schemes/wsb/wsb-weather-logo.png") 50% 50% no-repeat;
    background-size: contain;
    width: 170px;
    height: 60px;
    display: block;
    position: absolute;
    bottom: 0;
    left: -167px; }

  body.memphis-whbq .mod-forecast.current .mod-footer .weather-logo {
    background: url("https://dl.dropboxusercontent.com/u/409241286/LAKANA/dev/cmg-main/assets/images/color_schemes/whbq/whbq-weather-logo.jpg") 50% 50% no-repeat;
    background-size: contain;
    width: 145px;
    height: 60px;
    left: -144px; }

  body.boston-wfxt .mod-forecast.current .mod-footer .weather-logo {
    background: url("https://dl.dropboxusercontent.com/u/409241286/LAKANA/dev/cmg-main/assets/images/color_schemes/wfxt/wfxt-weather-logo.jpg") 50% 50% no-repeat;
    background-size: contain;
    width: 145px;
    height: 60px;
    left: -144px; }

  .mod-forecast.current .icon {
    height: 150px;
    width: 150px; }

  .mod-forecast .details-wrapper {
    width: 35%;
    bottom: 70px;
    right: 0;
    font-size: 15px;
    left: auto; }

  .mod-forecast .details {
    width: 220px; }

  .mod-forecast.current h2 {
    font-size: 65px; }

  .mod-forecast.current .description {
    font-size: 22px;
    line-height: 1.1; }

  .mod-forecast.current .feel {
    font-size: 16px; }

  .mod-forecast .ams.certified {
    width: 70px;
    height: 40px; }

  .mod-forecast li.ams, .mod-forecast li.nwa {
    display: none; }

  .mod-forecast li.ams.certified, .mod-forecast li.ams.approved, .mod-forecast li.nwa.certified, .mod-forecast li.nwa.approved {
    background-size: 70px 120px; }

  .mod-forecast li.ams {
    width: 70px;
    height: 41px;
    margin-bottom: 5px; }

  .mod-forecast li.ams.certified {
    background-position: 0 0; }

  .mod-forecast li.ams.approved {
    background-position: 0 -44px; }

  .mod-forecast li.nwa.certified {
    background-position: 0 -88px;
    width: 70px;
    height: 32px; }

  .mod-forecast .met-icons li a {
    font-size: 1.5em; }

  .mod-forecast .met-icons li a.ep-icon-twitter {
    padding: 0 4px; }

  .mod-forecast .met-icons li a.ep-icon-facebook-logo {
    padding: 0 4px; }

  .mod-forecast-media .weather-video {
    max-width: 230px; }

  .mod-forecast-media .weather-app-download {
    width: 230px; }

  .mod-forecast-media .weather-app-download span {
    font-size: 16px; }

  .mod-wrapper.mod-forecast-media {
    top: 76px;
    width: 35%; }

  .mod-forecast.mod-carousel.mod-style-02 .mod-body {
    padding-top: 15px;
    padding-bottom: 15px; }

  .mod-forecast.mod-carousel.multi .slide {
    width: .2%; }

  .mod-carousel.mod-forecast .slide {
    padding: 0 5px; }

  .mod-forecast.extended .icon {
    min-height: 90px;
    max-width: none;
    margin-bottom: 30px; }

  .mod-forecast.extended .precipitation {
    top: 38px; }

  .mod-forecast.extended h3 {
    font-size: 20px; }

  .mod-forecast.extended p {
    font-size: 12px;
    bottom: 65px; }

  .mod-forecast.extended .slide h4.high {
    font-size: 20px;
    min-height: 30px; }

  .mod-forecast.extended .slide h4.low {
    font-size: 18px;
    min-height: 27px; }

  .mod-forecast.current .janrainSocialRoot.janrainFormFactorDrawer .janrainDrawerButton {
    height: 46px;
    width: 46px;
    font-size: .75em;
    padding: 28px 0 0 0; }

  .mod-forecast.current .janrainSocialRoot.janrainFormFactorDrawer .janrainDrawerButton:after {
    font-size: 22px; }

  .mod-forecast.current .janrainSocialRoot.janrainFormFactorDrawer .janrainProviderList {
    height: 46px; }

  .mod-forecast.current .janrainSocialRoot.janrainFormFactorDrawer.janrainProviderListOpen.janrainOrientationHorizontal .janrainProviderList {
    position: absolute;
    left: -170px; }

  .mod-forecast.current .janrainSocialRoot.janrainFormFactorDrawer.janrainOrientationHorizontal .janrainProviderList button.janrainProvider {
    margin-top: 3px; }

  .janrain-font .wrapper > ul {
    position: absolute;
    top: 5px;
    right: 150px;
    margin: 0;
    width: auto;
    text-align: left;
    padding: 0; }

  .janrain-font .wrapper > ul li {
    font-size: .8em;
    display: list-item;
    text-align: center; }

  #site-search #___gcse_0 {
    width: 220px; } }
@media only screen and (min-width:992px) {
  .col-4.wrap-portlets .portlet-boundary, .col-8.wrap-full .portlet-boundary {
    margin-top: 20px; }

  .row:nth-child(2) .row .col-4.wrap-portlets .portlet-boundary, .row:nth-child(2) .row .col-8.wrap-full .portlet-boundary {
    margin-top: 0; }

  .col-4-large {
    width: 32.25806%!important; }

  [class*="col-"].margin-left-0-medium {
    margin-left: 1.61291%; }

  #nav-main .row-container > ul > li .sub-menu li a, #nav-main .row-container > ul > li:first-child > a, #nav-main .row-container > ul > li:last-child > a {
    padding-right: 10px;
    padding-left: 9px; }

  #nav-main ul > li.small, #nav-main ul > li.medium {
    display: none; }

  #nav-main ul > li.large, #nav-main ul > li.small.large {
    display: block; }

  #nav-main #main-menu.supernav-menu .dropdown .dropdown-menu .dropdown-container .carousel-wrapper {
    width: 85%; }

  #nav-main #main-menu .dropdown .dropdown-menu .dropdown-container .sub-menu {
    width: 15%; }

  #header #main-menu {
    max-width: 880px; }

  .mod-carousel.wrapping .mod-body {
    padding-left: 5px;
    padding-right: 5px;
    max-height: 74px; }

  .mod-carousel.wrapping .slides-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 6%;
    padding-right: 15.3%; }

  .mod-carousel.wrapping .slide {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 850ms;
    -moz-transition-duration: 850ms;
    transition-duration: 850ms;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

  .mod-carousel.wrapping .slide.faded {
    opacity: .2;
    -ms-filter: "alpha(opacity=20)";
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    -moz-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

  .mod-carousel.wrapping .slide.gone {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    -moz-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

  .mod-carousel.wrapping .touch-moving .slide {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transition: opacity 0ms;
    -moz-transition: opacity 0ms;
    -o-transition: opacity 0 ease-in;
    transition: opacity 0ms; }

  .mod-carousel.wrapping .touch-moving .slide.faded, .mod-carousel.wrapping .touch-moving .slide.gone {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transition: opacity 0ms;
    -moz-transition: opacity 0ms;
    -o-transition: opacity 0 ease-in;
    transition: opacity 0ms; }

  .mod-ajax-list {
    position: relative;
    top: auto;
    width: auto;
    left: auto;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .mod-ajax-list .mod-header {
    display: block; }

  .mod-ajax-list .toggle-slide, .mod-ajax-list .close-slider {
    display: none; }

  .mod-alert h2 {
    border-bottom: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    float: left;
    width: 30%;
    padding: 15px; }

  .mod-alert #alert-social {
    top: 20px; }

  .mod-alert .carousel-wrapper {
    width: 70%; }

  .mod-alert.sponsored .sponsor {
    padding: 5px 0;
    margin: 0;
    height: 100%; }

  .mod-alert.sponsored .carousel-wrapper {
    width: 65%; }

  .mod-alert .carousel-wrapper .controls {
    padding: 12px 10px 0 0; }

  .mod-alert.sponsored .carousel-wrapper .slides-wrapper {
    float: left;
    width: 77%; }

  .mod-alert.sponsored .carousel-wrapper .controls {
    margin: 0;
    padding: 12px 5px 0 0;
    width: 23%;
    float: left; }

  .mod-alert.mod-carousel .slide {
    padding: 8px 10px; }

  .mod-story {
    padding-left: 0!important; }

  body.story-infinite-scroll .row-container.sticky-container {
    display: table; }

  body.story-infinite-scroll .row-container.sticky-container > [class*="col-"] {
    display: table-cell;
    float: none;
    vertical-align: top; }

  body.story-infinite-scroll #story-sticky-content {
    -webkit-transform: translateZ(0);
    min-height: 100px;
    z-index: 501;
    max-width: 330px; }

  body.story-infinite-scroll.dockbar-ready .col-4.fixed-desktop {
    max-height: 70%; }

  body.story-infinite-scroll #main {
    padding-left: 0; }

  body.story-infinite-scroll #footer {
    z-index: 2; }

  body.story-infinite-scroll #footer .row {
    padding-left: 10px; }

  .safari body.story-infinite-scroll .row-container.sticky-container {
    display: block; }

  .mod-weather-forecast .mod-body {
    padding: 0; }

  .mod-weather-forecast .mod-body, .mod-weather-forecast .mod-footer {
    padding-left: 200px; }

  .mod-weather-forecast .mod-footer .headshot {
    width: 175px; }

  .mod-headline-grid li h4, .col-8 .mod-headline-grid.full li h4, .col-12 .mod-headline-grid.full li h4, .col-12 .mod-headline-grid li h4 {
    font-size: 1.5em;
    height: 88px; }

  .mod-headline-grid li .posted, .col-8 .mod-headline-grid.full li .posted, .col-12 .mod-headline-grid.full li .posted {
    bottom: 120px; }

  .col-4 .mod-headline-grid li h4 {
    height: 75px; }

  .col-8 .mod-headline-grid li, .col-8 .mod-headline-grid.full li, .col-12 .mod-headline-grid li, .col-12 .mod-headline-grid.full li {
    min-height: 300px; }

  .col-12 .mod-headline-grid li .posted, .col-12 .mod-headline-grid.full li .posted, .col-8 .col-12 .mod-headline-grid li .posted {
    bottom: 140px; }

  .col-4 .mod-headline-grid.full li h4 {
    height: 50px; }

  .col-4 .mod-headline-grid.full li .posted {
    bottom: 70px; }

  .col-12 .mod-headline-grid li.ad, .col-12 .mod-headline-grid.full li.ad {
    width: 33.33333%; }

  .col-8 .mod-headline-grid li.ad, .col-8 .mod-headline-grid.full li.ad .col-8 .col-12 .mod-headline-grid li.ad, .col-8 .col-12 .mod-headline-grid.full li.ad {
    width: 50%; }

  .mod-carousel.wrapping.live-stream-carousel .slide .title h3.dotdotdot-crop {
    font-size: .9em;
    max-height: 30px; }

  body.weather #wrapper {
    background-position-y: 75px; }

  .is-1024 {
    display: inline-block; }

  ul.list.columns.four h4 {
    font-size: 1.1em; }

  .mod-carousel.top-stories {
    margin: 0; }

  .mod-forecast .current-conditions {
    left: 28.5%; }

  .mod-forecast .current-conditions .conditions {
    width: 100%;
    z-index: 2;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%); }

  .mod-wrapper.mod-forecast.current .mod-footer {
    width: 60%; }

  .mod-wrapper.mod-forecast-media {
    top: 56px;
    width: 39%; }

  .mod-forecast .details-wrapper {
    width: 39%; }

  #site-search #___gcse_0 {
    width: 350px; } }
@media only screen and (min-width:1280px) {
  .mod-carousel.wrapping.live-stream-carousel .slide {
    width: .499%; }

  .mod-carousel.wrapping.live-stream-carousel .slide .title h3.dotdotdot-crop {
    font-size: 1em;
    max-height: 40px; }

  .is-1280 {
    display: inline-block; } }

