  .wpb-audio-player.whiteControllers .AudioControls .podcastMeta .podcastPlayPauseBtn .AudioPlay .fa-stack .fa-play, .wpb-audio-player.whiteControllers .AudioControls .podcastMeta .podcastPlayPauseBtn .AudioPause .fa-stack .fa-play {
    margin-left: 40px !important;
}
/*audio player overrides /audio/ */

.page-id-666777 button#td-player-vertical__cover-art__media-controls--play.fa-play {
    top: auto!important;
    bottom: auto!important;
    transform: none!important;
}

/*------end player overrides-------*/


/*------START WEATHER STYLES-------*/

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans+Condensed:700|Open+Sans:400,700|Oswald:400,700");
html {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

/*
    Variable: fontsize-root
    'px' font size on root (html) element (with units removed).  Browser default is 16px.  Used to determine sizes for rem function.

    -@ based on http://css-tricks.com/snippets/css/less-mixin-for-rem-font-sizing/
    */
/*
    Mixin: rem (https://github.com/tobymackenzie/html-boilerplate/blob/master/web/_/styles/src/mixins/_units.scss)
    Output a property with pixel values for non 'rem' supporting browsers followed by the 'rem' equivalent for rem support browsers.  Can't currently accept values with comma separation, like multiple backgrounds or the like.

    -@ based on http://hugogiraudel.com/2013/03/18/ultimate-rem-mixin/
    */
/*
    Mixin: stripUnit
    Strip the unit from a value that has a unit

    -@ based on http://css-tricks.com/snippets/css/less-mixin-for-rem-font-sizing/
    */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

body {
  -webkit-font-smoothing: antialiased;
  color: #444;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2;
  font-weight: normal;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #961b1f;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  a:active, a:focus, a:hover {
    color: #550f12; }
  a:active, a:focus {
    outline: none; }

hr {
  border-bottom: 1px solid #999;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img, picture {
  margin: 0;
  max-width: 100%; }

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.default-ul, ol.default-ul {
    list-style-type: disc;
    margin-bottom: 0.75em;
    padding-left: 1.5em; }
  ul.default-ol, ol.default-ol {
    list-style-type: decimal;
    margin-bottom: 0.75em;
    padding-left: 1.5em; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

/*Ad Manager*/
div[id*=div-gpt-ad] iframe {
    width: inherit;
}
div[id*=div-gpt-ad] iframe[width="320"] {
    width: 320px !important;
}
div[id*=div-gpt-ad] iframe[width="970"] {
    width: 970px !important;
}

div[id*=div-gpt-ad] iframe[width="728"] {
    width: 728px !important;
}

.article-section .headline.entry-title {
  font-size: 28px;
  font-family: "Oswald", Arial, sans-serif; }

html, body {
  height: 100%; }

body {
  -webkit-overflow-scrolling: touch; }

.header-container,
.content-container,
.footer-container {
  clear: both;
  float: left;
  width: 100%; }

.wrapper {
  position: relative;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding: 0 20px;
  padding: 0 1.25rem;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .wrapper::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 480px) {
    .wrapper {
      padding: 0 40px;
      padding: 0 2.5rem; } }
  @media screen and (min-width: 768px) {
    .wrapper {
      padding: 0 60px;
      padding: 0 3.75rem; } }
  @media screen and (min-width: 1024px) {
    .wrapper {
      max-width: 93.75%;
      padding: 0;
      margin: 0 auto; } }
  @media screen and (min-width: 1280px) {
    .wrapper {
      max-width: 1140px;
      max-width: 71.25rem; } }

.advertisement {
  text-align: center;
  margin-bottom: 10px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 50px; }
  @media screen and (min-width: 480px) {
    .advertisement {
      width: 320px;
      height: 50px; } }
  @media screen and (min-width: 768px) {
    .advertisement {
      width: 728px;
      height: 90px; } }
  @media screen and (min-width: 1024px) {
    .advertisement {
      width: 970px;
      height: 90px; } }

.chicklets.googleplus {
  background-size: 16px !important; }

.header-container {
  font-family: "Montserrat", Arial, sans-serif; }

.video-feed-alert {
  background: #961b1f; }
  .video-feed-alert__container {
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
    display: block; }
    @media screen and (min-width: 480px) {
      .video-feed-alert__container {
        padding: 0;
        font-size: 16px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
    .video-feed-alert__container:hover {
      color: #fff; }
  .video-feed-alert__cta .icon-play, .video-feed-alert__cta .videos .local-vids .thumb-wrap a:before, .videos .local-vids .thumb-wrap .video-feed-alert__cta a:before {
    display: inline-block; }
    @media screen and (min-width: 480px) {
      .video-feed-alert__cta .icon-play, .video-feed-alert__cta .videos .local-vids .thumb-wrap a:before, .videos .local-vids .thumb-wrap .video-feed-alert__cta a:before {
        background-color: rgba(255, 255, 255, 0.3);
        margin-left: 10px;
        padding: 0 8px;
        line-height: 2; } }
    .video-feed-alert__cta .icon-play:before, .video-feed-alert__cta .videos .local-vids .thumb-wrap a:before, .videos .local-vids .thumb-wrap .video-feed-alert__cta a:before {
      content: "\ea1c"; }

.masthead {
  background-color: #fff; }
  .masthead .wrapper {
    padding-top: 25px;
    padding-bottom: 25px; }
  .masthead .menu-toggle {
    float: left;
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    padding: 10px 10px 10px 0;
    text-align: center;
    cursor: pointer;
    z-index: 9999; }
    .masthead .menu-toggle .menu-icon {
      display: inline-block;
      background: #961b1f;
      height: 4px;
      margin: 10px 0;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      width: 24px;
      position: relative; }
      .masthead .menu-toggle .menu-icon:before, .masthead .menu-toggle .menu-icon:after {
        background: #961b1f;
        content: '';
        position: absolute;
        top: -8px;
        display: block;
        height: 4px;
        width: 24px;
        z-index: -1px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      .masthead .menu-toggle .menu-icon:after {
        top: 8px; }
    .masthead .menu-toggle:hover .menu-icon:before, .masthead .menu-toggle:active .menu-icon:before {
      top: -10px; }
    .masthead .menu-toggle:hover .menu-icon:after, .masthead .menu-toggle:active .menu-icon:after {
      top: 10px; }
    .nav-open .masthead .menu-toggle .menu-icon {
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }
      .nav-open .masthead .menu-toggle .menu-icon:before, .nav-open .masthead .menu-toggle .menu-icon:after {
        top: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
      .nav-open .masthead .menu-toggle .menu-icon:before {
        display: none; }
  .masthead .logo {
    margin: 0 auto;
    padding: 0 0 0 60px;
    width: 100%;
    text-align: center;
    max-width: 250px;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
    .masthead .logo a {
      display: inline-block; }
      .masthead .logo a img {
        width: 100%; }
    .masthead .logo__tagline {
      text-transform: uppercase;
      color: #999;
      font-family: Helvetica, Arial, sans-serif;
      padding: 0 20px;
      font-size: 12px;
      font-size: 0.75rem;
      margin-top: 5px;
      display: inline-block;
      letter-spacing: 2px; }
      @media screen and (min-width: 480px) {
        .masthead .logo__tagline {
          font-size: 10px;
          font-size: 0.625rem; } }
      @media screen and (min-width: 1024px) {
        .masthead .logo__tagline {
          font-size: 12px;
          font-size: 0.75rem; } }
  @media screen and (min-width: 1280px) {
    .masthead .logo {
      max-width: 300px; } }
  .masthead .socials {
    display: none; }
  .masthead .weather-widget {
    float: right;
    line-height: 1em; }
  .masthead .weather-temp {
    display: none; }
  .masthead .weather-img {
    display: none; }
  .masthead #listenLiveContainer.sticky .streaming-name img {
    display: block;
    position: relative;
    margin: 0 auto;
    bottom: auto;
    right: auto;
    padding-left: 20px; }
  .masthead .listen-live a {
    display: block;
    width: 100%;
    margin: 20px auto 0;
    padding: 10px 25px;
    border: 1px solid #790000;
    color: #999;
    text-decoration: none;
    background: #fff;
    font-family: "Montserrat", Arial, sans-serif; }
    .masthead .listen-live a:hover {
      background: #620306; }
      .masthead .listen-live a:hover .now-streaming, .masthead .listen-live a:hover .streaming-name {
        color: white; }
      .masthead .listen-live a:hover img {
        -webkit-transform: scale(1.08);
        transform: scale(1.08); }
  @media screen and (min-width: 768px) {
    .masthead .listen-live a {
      text-align: center; } }
  .masthead .listen-live .now-streaming {
    display: block;
    margin: 0;
    text-transform: uppercase;
    font-size: 0.9em;
    color: #999;
    text-align: center; }
  .masthead .listen-live .streaming-name {
    position: relative;
    display: block;
    margin: 0;
    font-size: 1.3em;
    color: #231F20;
    font-weight: bold;
    text-align: center; }
    .masthead .listen-live .streaming-name img {
      display: block;
      margin: 0 auto;
      padding-top: 5px; }
    @media screen and (min-width: 768px) {
      .masthead .listen-live .streaming-name img {
        display: inline-block;
        position: absolute;
        bottom: -webkit-calc(-50% + 20px);
        bottom: calc(-50% + 20px);
        right: -45px;
        height: 40px;
        padding-top: 0; } }
  @media screen and (min-width: 480px) {
    .masthead .logo {
      padding: 0 40px; }
    .masthead .weather-widget .weather-temp {
      display: block;
      font-size: 2em;
      text-align: center;
      color: #961b1f; }
    .masthead .weather-widget .temperature {
      display: block;
      line-height: 1em; }
    .masthead .weather-widget .conditions {
      display: block;
      font-size: 10px;
      font-size: 0.625rem; }
    .masthead .weather-widget .weather-img {
      display: none; } }
  @media screen and (min-width: 768px) {
    .masthead .weather-widget a {
      display: block; }
    .masthead .weather-widget .weather-temp {
      display: inline-block; }
    .masthead .weather-widget .temperature {
      display: inline-block;
      margin: 0;
      font-size: 35px;
      font-size: 2.1875rem;
      vertical-align: top; }
    .masthead .weather-widget .conditions {
      font-size: 13px;
      font-size: 0.8125rem; }
    .masthead .weather-widget .weather-img {
      display: inline-block;
      margin: 0 0 0 5px;
      text-align: center;
      vertical-align: top; }
    .masthead .weather-widget .weather-links {
      display: none; }
    .masthead .listen-live {
      clear: both;
      padding-top: 20px;
      display: block; }
      .masthead .listen-live a {
        display: block;
        margin: 0;
        text-align: left; } }
  @media screen and (min-width: 1024px) {
    .masthead .menu-toggle {
      display: none; }
    .masthead .logo {
      float: left;
      margin: 0;
      padding: 10px 0 0 0; }
    .masthead .weather-widget {
      margin-left: 40px;
      padding-top: 10px; }
    .masthead .socials {
      display: block;
      float: right;
      margin: 17px 0 0 40px; }
      .masthead .socials li {
        display: inline-block;
        background: #eee;
        color: #961b1f;
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 20px;
        line-height: 1.25rem; }
        .masthead .socials li a {
          display: block;
          color: #961b1f;
          padding: 5px; }
          .masthead .socials li a:hover, .masthead .socials li a:active {
            background: #620306;
            color: #eee; }
    .masthead .listen-live {
      clear: none;
      float: left;
      margin-left: 40px;
      padding: 0;
      font-size: 0.85em; }
    .masthead .search-bar {
      top: 50px; } }

.sticky {
  position: fixed;
  z-index: 500;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
  top: 0;
  left: 0; }
  .sticky .listen-live {
    padding-top: 0; }
    .sticky .listen-live a {
      margin-top: 0; }

@media screen and (max-width: 1023px) {
  .content-container .full-col,
  .content-container .main-col,
  .content-container .side-col,
  .content-container .tri-col {
    margin-bottom: 20px; } }

@media screen and (min-width: 1024px) {
  .content-container .row {
    *zoom: 1;
    margin-bottom: 64px; }
    .content-container .row:before, .content-container .row:after {
      display: table;
      content: ""; }
    .content-container .row:after {
      clear: both; } }
  @media screen and (min-width: 1024px) and (min-width: 768px) {
    .content-container .row {
      margin-bottom: 32px; } }

@media screen and (min-width: 1024px) {
  .content-container .full-col {
    float: left;
    width: 100%; }
  .content-container .main-col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .content-container .main-col:last-child {
      margin-right: 0; }
  .content-container .side-col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .content-container .side-col:last-child {
      margin-right: 0; }
  .content-container .tri-col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .content-container .tri-col:last-child {
      margin-right: 0; } }

.page-header {
  position: relative;
  padding: 10px 0;
  border-bottom: 5px solid #4e4e4e;
  display: table;
  width: 100%;
  margin: 0 0 25px 0; }
  .page-header .additional {
    display: block;
    font-family: "Oswald", Arial, sans-serif;
    font-weight: bold; }
  .page-header .thumb {
    float: left;
    width: auto;
    margin: 0 10px 0 0; }
  .page-header h1, .page-header h2, .page-header h3, .page-header h4, .page-header h5, .page-header h6 {
    font-size: 1.5em;
    line-height: 1em;
    text-transform: uppercase;
    margin: 0;
    font-family: "Oswald", Arial, sans-serif; }
    .page-header h1 span, .page-header h1 strong, .page-header h2 span, .page-header h2 strong, .page-header h3 span, .page-header h3 strong, .page-header h4 span, .page-header h4 strong, .page-header h5 span, .page-header h5 strong, .page-header h6 span, .page-header h6 strong {
      display: block;
      color: #999;
      font-size: 0.5em;
      font-weight: normal; }
  @media screen and (min-width: 768px) {
    .page-header .additional {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); } }

.section-header {
  padding: 0 0 5px;
  border-bottom: 4px solid #999;
  margin: 20px 0 10px; }
  .section-header h1, .section-header h2, .section-header h3, .section-header h4, .section-header h5, .section-header h6 {
    display: inline-block;
    margin: 0;
    vertical-align: bottom; }
  .section-header a {
    display: block;
    color: inherit; }
  .section-header .thumb {
    float: right;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 0 0 10px; }
    .section-header .thumb img {
      display: block; }
  .section-header-alt {
    padding: 0 0 5px;
    border-bottom: 1px solid #999999;
    margin-bottom: 10px;
    text-transform: uppercase; }
    .section-header-alt h1, .section-header-alt h2, .section-header-alt h3, .section-header-alt h4, .section-header-alt h5, .section-header-alt h6 {
      display: inline-block;
      line-height: 1em;
      font-size: 1.6em;
      margin: 0;
      font-family: "Oswald", Arial, sans-serif; }
      .section-header-alt h1 span, .section-header-alt h1 strong, .section-header-alt h2 span, .section-header-alt h2 strong, .section-header-alt h3 span, .section-header-alt h3 strong, .section-header-alt h4 span, .section-header-alt h4 strong, .section-header-alt h5 span, .section-header-alt h5 strong, .section-header-alt h6 span, .section-header-alt h6 strong {
        display: block;
        margin-bottom: 6px;
        color: #999;
        line-height: 1em;
        font-size: 0.6em;
        font-family: "Oswald", Arial, sans-serif;
        font-weight: normal; }

.section-content li {
  padding: 20px 0;
  border-bottom: 1px dashed #999;
  display: block;
  width: 100%; }
  .section-content li.featured .thumb-wrap {
    float: none;
    display: block;
    margin-bottom: 20px;
    width: 100%; }
  .section-content li.featured .link-content {
    display: block;
    margin-left: 0; }
    .section-content li.featured .link-content p {
      font-family: "Montserrat", Arial, sans-serif;
      font-size: 1.2em; }

.section-content a {
  color: #444;
  font-weight: bold; }
  .section-content a:hover, .section-content a:active {
    color: #961b1f; }

.section-content .thumb-wrap {
  float: left;
  width: 120px; }

.section-content .link-content {
  display: block;
  padding: 0 15px;
  font-size: 0.9em; }
  .section-content .link-content .meta {
    color: #999;
    font-size: 0.85em;
    font-weight: normal;
    font-style: italic; }

.section-content .thumb-wrap + .link-content {
  margin-left: 120px; }

.section-content.simple li .thumb-wrap,
.section-content.simple li .link-content p,
.section-content.simple li .link-content div {
  display: none;
  margin: 0; }

.section-content.simple li p.title {
  display: block; }

.section-content.simple li a {
  display: block;
  padding: 0 15px; }

.section-content.inline li .thumb-wrap img {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .section-content.inline li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    text-align: center;
    border: 0; }
    .section-content.inline li:last-child {
      margin-right: 0; }
    .section-content.inline li .thumb-wrap {
      float: none;
      margin: 0 0 10px;
      max-width: 100%; }
    .section-content.inline li .link-content {
      margin: 0; }
  .section-content.inline3 li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .section-content.inline3 li:last-child {
      margin-right: 0; }
  .section-content.inline4 li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .section-content.inline4 li:last-child {
      margin-right: 0; }
  .section-content.inline5 li {
    float: left;
    display: block;
    margin-right: 2.84259%;
    width: 17.72593%; }
    .section-content.inline5 li:last-child {
      margin-right: 0; } }

.section-content.events {
  margin-top: 20px;
  margin-bottom: 50px; }
  .section-content.events ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }
  .section-content.events li {
    padding: 20px 0;
    border-bottom: 1px dashed #999;
    border-left: none;
    display: block;
    width: 100%; }
    .section-content.events li:last-child {
      border: none; }
  .section-content.events li .thumb-wrap {
    max-width: 300px;
    float: none;
    display: block;
    margin-bottom: 20px;
    width: 100%; }
  .section-content.events .link-content {
    display: block;
    margin-left: 0; }
  @media screen and (min-width: 1024px) {
    .section-content.events ul {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
    .section-content.events li {
      padding: 0 20px;
      border-right: 1px dashed #999;
      border-bottom: none;
      display: block;
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .section-content.events li:last-child {
        border: none; } }

.section-content.single-image li {
  border-bottom: none;
  padding: 0; }

.section-content.single-image .link-content {
  padding-left: 0; }

.section-content.single-image .img-wrapper {
  width: 330px;
  max-height: 220px;
  text-align: center;
  background-color: black; }

.section-content.single-image img {
  height: 220px; }

.section-content.single-image .section-header {
  border: none; }

.section-header.no-border {
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 1024px) {
    .section-header.no-border {
      width: 330px; } }
  .section-header.no-border h4 {
    margin: 0;
    line-height: 1em;
    width: 500px; }
  .section-header.no-border .thumb {
    width: 100%;
    text-align: right; }
  .section-header.no-border svg.sect-label {
    width: 30px; }
    .cat-national .section-header.no-border svg.sect-label path {
      fill: #970200; }
    .cat-finance .section-header.no-border svg.sect-label path {
      fill: #077900; }
    .cat-entertainment .section-header.no-border svg.sect-label path {
      fill: #f4c40f; }
    .cat-ravens .section-header.no-border svg.sect-label path {
      fill: #6633a1; }
    .cat-orioles .section-header.no-border svg.sect-label path {
      fill: #ff6e00; }
    .cat-sports .section-header.no-border svg.sect-label path {
      fill: #1966c2; }
    .cat-wykoff .section-header.no-border svg.sect-label path {
      fill: #c7c7c7; }
    .cat-lang .section-header.no-border svg.sect-label path {
      fill: #a2a2a2; }
    .cat-technology .section-header.no-border svg.sect-label path {
      fill: #4e5464; }

.abc-section .title {
  color: #231F20;
  font-weight: bold; }
  .abc-section .title a {
    font-weight: normal;
    padding: 0;
    color: #231F20; }
    .abc-section .title a:hover {
      color: #961b1f; }

.abc-section .section-content li {
  border-bottom: .6px solid #999;
  padding: 0;
  margin: 0.75em; }
  .abc-section .section-content li:last-of-type {
    border-bottom: none; }

.abc-section .link-content a p:hover {
  color: #961b1f; }

.ap-feed {
  font-size: 0.9em; }
  .ap-feed table,
  .ap-feed td,
  .ap-feed th {
    padding: 0;
    margin: 0;
    border: 0; }
  .ap-feed .ap-topheadline-table .ap-topheadlineitem-p {
    padding: 20px 15px;
    border-bottom: 1px dashed #999;
    width: 100%; }
  .ap-feed .ap-topheadline-table span {
    display: block; }
  .ap-feed .ap-topheadline-table br {
    display: none; }
  .ap-feed .ap-topheadline-table .apCaption {
    margin-bottom: .75em; }
  .ap-feed .ap-adhocnewslisting-table br {
    display: none; }
  .ap-feed .ap-adhocnewslisting-table span.body {
    position: relative;
    display: block;
    padding: 0 0 20px;
    margin-bottom: 20px; }
    .ap-feed .ap-adhocnewslisting-table span.body:after {
      content: '';
      clear: both;
      display: block;
      width: 100%; }
    .ap-feed .ap-adhocnewslisting-table span.body:before {
      clear: both;
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      display: block;
      border-bottom: 1px dashed #999; }
  .ap-feed .ap-adhocnewslisting-table .ap-newslisting-table + span.body {
    padding: 0 0 20px 130px; }
  .ap-feed .ap-adhocnewslisting-table .ap-newslisting-table {
    float: left;
    margin: 0;
    width: 120px; }
    .ap-feed .ap-adhocnewslisting-table .ap-newslisting-table img {
      max-width: 120px; }
  .ap-feed .ap-adhocnewslisting-table p {
    clear: both; }
  .ap-feed .ap-lineup-table .byttl {
    display: none; }
  .ap-feed .ap-lineup-table .ap-newsbriefitem {
    padding: 20px 15px;
    border-bottom: 1px dashed #999;
    width: 100%; }
    .ap-feed .ap-lineup-table .ap-newsbriefitem span {
      display: block; }
    .ap-feed .ap-lineup-table .ap-newsbriefitem br {
      display: none; }
    .ap-feed .ap-lineup-table .ap-newsbriefitem .apCaption {
      margin-bottom: .75em; }

.grid {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  .grid::after {
    clear: both;
    content: "";
    display: table; }
  .grid > div {
    display: block;
    width: 100%;
    margin-bottom: 10px; }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .grid > div {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .grid > div:last-child {
        margin-right: 0; }
      .grid > div:nth-child(2n) {
        margin-right: 0; }
      .grid > div:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 768px) {
    .grid > div {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .grid > div:last-child {
        margin-right: 0; }
      .grid > div:nth-child(4n) {
        margin-right: 0; }
      .grid > div:nth-child(4n+1) {
        clear: left; } }
  @media screen and (min-width: 768px) {
    .grid.tighten > div {
      float: left;
      display: block;
      margin-right: 0.87128%;
      width: 24.34654%; }
      .grid.tighten > div:last-child {
        margin-right: 0; }
      .grid.tighten > div:nth-child(4n) {
        margin-right: 0; }
      .grid.tighten > div:nth-child(4n+1) {
        clear: left; } }
  .grid-2 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto; }
    .grid-2::after {
      clear: both;
      content: "";
      display: table; }
    .grid-2 > div {
      display: block;
      width: 100%;
      margin-bottom: 10px; }
    @media screen and (min-width: 480px) {
      .grid-2 > div {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .grid-2 > div:last-child {
          margin-right: 0; }
        .grid-2 > div:nth-child(2n) {
          margin-right: 0; }
        .grid-2 > div:nth-child(2n+1) {
          clear: left; } }
  .grid-3 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto; }
    .grid-3::after {
      clear: both;
      content: "";
      display: table; }
    .grid-3 > div {
      display: block;
      width: 100%;
      margin-bottom: 10px; }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      .grid-3 > div {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .grid-3 > div:last-child {
          margin-right: 0; }
        .grid-3 > div:nth-child(2n) {
          margin-right: 0; }
        .grid-3 > div:nth-child(2n+1) {
          clear: left; } }
    @media screen and (min-width: 768px) {
      .grid-3 > div {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .grid-3 > div:last-child {
          margin-right: 0; }
        .grid-3 > div:nth-child(3n) {
          margin-right: 0; }
        .grid-3 > div:nth-child(3n+1) {
          clear: left; } }

/*
	From old stylesheets for structure and columns
	SLOWLY DELETE THESE AS WE MOVE FORWARD
*/
.primary-content, .secondary-content, .tertiary-content {
  position: relative;
  float: left;
  display: inline;
  width: 100%;
  padding: 0;
  margin: 0 0 2em;
  clear: left; }

.primary-twocol-content {
  position: relative;
  clear: both;
  float: left;
  display: inline;
  width: 100%;
  padding: 0;
  margin: 0 0 2em; }

.stage-location {
  display: block;
  width: 100%;
  padding: 10px 0 0;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #961b1f; }

.stage {
  padding: 20px 0 0; }

@media screen and (min-width: 768px) {
  .primary-content, .secondary-content {
    width: 48.5%;
    clear: none; }
  .primary-content {
    margin-right: 3%; }
  .tv-section .primary-threecol-content {
    padding: 0; } }

@media screen and (min-width: 1024px) {
  .primary-content {
    width: 31.7616%;
    padding: 0;
    margin-right: 2.35765%; }
  .secondary-content {
    width: 31.7616%;
    padding: 0;
    margin-right: 2.35765%; }
  .tertiary-content {
    float: right;
    width: 31.7616%;
    padding: 0;
    margin-right: 0;
    clear: none; }
  .primary-twocol-content {
    position: relative;
    clear: both;
    float: left;
    display: inline;
    width: 65%;
    padding: 0; }
  .primary-threecol-content {
    position: relative;
    clear: both;
    float: left;
    display: inline;
    width: 100%;
    padding: 0 0 0 0; }
  .primary-494-content {
    position: relative;
    clear: both;
    float: left;
    display: inline;
    width: 494px;
    padding: 0 35px 0 40px; }
  .primary-694-content {
    position: relative;
    clear: both;
    float: left;
    display: inline;
    width: 694px;
    padding: 0 15px 0 40px; }
  .secondary-180-content {
    position: relative;
    float: left;
    display: inline;
    padding-top: 0;
    width: 180px; }
  .tertiary-160-content {
    position: relative;
    float: right;
    display: inline;
    width: 160px;
    padding: 0 36px 0 10px; }
  .stage-separator {
    display: block;
    width: 100%;
    height: 9px;
    background: #eee;
    border-top: 3px solid #000;
    margin: 10px 0 20px; } }

.top-link {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #620306; }
  .top-link .to-top-icon {
    background-image: url("../../Content/to-top-icon.svg");
    height: 25px;
    display: block;
    color: white;
    background-size: cover; }
    .top-link .to-top-icon path {
      fill: white; }
  .top-link a {
    display: block;
    height: 100%;
    padding: 15px 30px;
    color: #eee;
    text-transform: uppercase; }
    .top-link a:hover, .top-link a:active {
      color: #fff;
      padding-top: 7px; }

.footer-container {
  background: #231f20;
  text-align: center;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif; }
  .footer-container .top-bar {
    background: #961b1f;
    position: relative; }
    .footer-container .top-bar .f-logo {
      float: left;
      width: auto;
      padding: 20px 0;
      text-align: left; }
      .footer-container .top-bar .f-logo img {
        max-width: 70%; }
    .footer-container .top-bar .icon {
      display: block;
      text-align: center;
      margin-bottom: 5px;
      color: #fff;
      font-size: 2.2em; }
  .footer-container .footer-content {
    padding: 30px 0; }
    .footer-container .footer-content h6 {
      font-size: 24px;
      font-size: 1.5rem; }
    .footer-container .footer-content .footer-nav {
      border-top: 1px solid #3d3638;
      border-bottom: 1px solid #3d3638;
      padding: 10px 0; }
      .footer-container .footer-content .footer-nav li {
        display: block;
        margin: 0;
        padding: 5px 0;
        font-size: 12px;
        font-size: 0.75rem; }
        .footer-container .footer-content .footer-nav li a {
          display: block;
          color: #999; }
          .footer-container .footer-content .footer-nav li a:hover, .footer-container .footer-content .footer-nav li a:active {
            color: #fff;
            text-decoration: underline; }
    .footer-container .footer-content .logos {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 30px 0; }
      .footer-container .footer-content .logos > a {
        margin: 0 10px 10px; }
        .footer-container .footer-content .logos > a img {
          max-width: 60%; }
    .footer-container .footer-content .social-info {
      padding: 10px 0; }
      .footer-container .footer-content .social-info ul {
        margin: 0 0 20px;
        padding: 0;
        list-style: none; }
      .footer-container .footer-content .social-info li {
        display: inline-block;
        margin: 0;
        background: #fff; }
        .footer-container .footer-content .social-info li a {
          display: block;
          padding: 3px;
          color: #231f20;
          font-size: 30px;
          font-size: 1.875rem;
          line-height: 20px;
          line-height: 1.25rem; }
          .footer-container .footer-content .social-info li a:hover, .footer-container .footer-content .social-info li a:active {
            color: #961b1f; }
    .footer-container .footer-content .copyright {
      margin: 10px 0;
      font-size: 12px;
      font-size: 0.75rem;
      color: #fff; }
  .footer-container .footer .wbal-banner > [id$="-mobile"].fixed {
    z-index: 1003; }
  @media screen and (min-width: 768px) {
    .footer-container .footer-content {
      background-image: url("../../Content/footer_bground.png");
      background-repeat: no-repeat;
      background-size: cover; }
      .footer-container .footer-content .f-logo img {
        max-width: 100%; }
      .footer-container .footer-content .footer-nav li {
        display: inline-block;
        padding: 15px 0;
        margin: 0 5px; }
      .footer-container .footer-content .logos {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%; }
        .footer-container .footer-content .logos > a {
          width: auto;
          margin: 0; }
          .footer-container .footer-content .logos > a img {
            width: 100%; } }
  @media screen and (min-width: 1024px) {
    .footer-container .footer-content h6 {
      display: inline-block;
      width: 70%; }
    .footer-container .footer-content .footer-nav li {
      display: inline-block;
      padding: 15px 0;
      margin: 0 15px; }
    .footer-container .footer-content .social-info p, .footer-container .footer-content .social-info ul, .footer-container .footer-content .social-info .app-info {
      display: inline-block;
      width: auto;
      vertical-align: middle;
      margin: 0 10px 0; }
    .footer-container .footer-content .logos {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%; }
      .footer-container .footer-content .logos > a {
        width: auto;
        margin: 0; }
        .footer-container .footer-content .logos > a img {
          width: auto;
          max-width: 100%; } }

fieldset {
  background-color: #b3b3b3;
  border: 1px solid #999;
  margin: 0 0 0.75em;
  padding: 1.5em; }

input, label, select {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em; }

label {
  font-weight: 600;
  margin-bottom: 0.375em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color;
  transition: border-color;
  width: 100%; }
  textarea:hover,
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select:hover {
    border-color: gray; }
  textarea:focus,
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select:focus {
    border-color: #961b1f;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(128, 23, 27, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

.chromeframe {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px;
  background-color: #f50000;
  background-image: -webkit-linear-gradient(#f50000, #d30000);
  background-image: linear-gradient(#f50000, #d30000);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  z-index: 9999; }
  .chromeframe a {
    text-decoration: underline;
    color: #fff;
    font-style: italic; }

.alerts {
  clear: both;
  margin: 20px 0;
  padding: 0;
  list-style: none; }
  .alerts li {
    position: relative;
    margin: 0 0 10px 0;
    padding: 0;
    background: #eee;
    text-align: center; }
  .alerts .alert-title {
    color: #444; }
  .alerts .alert-type {
    display: block;
    background: #961b1f;
    color: #fff;
    padding: 10px;
    margin: 0;
    text-transform: uppercase;
    font-family: "Oswald", Arial, sans-serif;
    font-weight: normal;
    font-size: 22px;
    font-size: 1.375rem; }
    .alerts .alert-type h4 {
      font-family: "Oswald", Arial, sans-serif; }
  .alerts.election-banner .alert-type {
    background: none; }
  .alerts.breaking-school-news .alert-type {
    background: #E8A106; }
  .alerts.breaking-weather-news .alert-type {
    background: #294fb2; }
  .alerts.breaking-traffic-news .alert-type {
    background: #E8A106; }
  .alerts.breaking-orioles-news .alert-type {
    background: #ff6e00; }
  .alerts.breaking-ravens-news .alert-type {
    background: #6633a1; }
  .alerts.programming-alert .alert-type {
    background: #477dca; }
  .alerts .alert-msg {
    padding: 10px;
    font-size: 14px;
    font-size: 0.875rem; }
    .alerts .alert-msg h3 {
      font-size: 20px;
      font-size: 1.25rem;
      margin: 0 0 8px; }
    .alerts .alert-msg .alert-img {
      display: block;
      text-align: center; }
    .alerts .alert-msg a {
      color: #961b1f;
      text-decoration: none;
      font-weight: bold; }
  .alerts.programming-alert .alert-msg a {
    color: #477dca; }
  .alerts .alert-close {
    position: absolute;
    top: 10px;
    right: 10px; }
    .alerts .alert-close a {
      color: #fff;
      font-size: 1.5em; }
      .alerts .alert-close a:hover, .alerts .alert-close a:active {
        color: #999; }
  @media screen and (min-width: 1024px) {
    .alerts li {
      display: table;
      width: 100%; }
    .alerts .alert-type {
      display: table-cell;
      vertical-align: middle;
      width: 160px;
      height: 100%;
      border-right: 4px solid #620306; }
    .alerts.election-banner .alert-type {
      border: none; }
    .alerts.breaking-school-news .alert-type {
      border-color: #b67f05; }
    .alerts.breaking-weather-news .alert-type {
      border-color: #1f3d89; }
    .alerts.breaking-traffic-news .alert-type {
      border-color: #b67f05; }
    .alerts.breaking-orioles-news .alert-type {
      border-color: #cc5800; }
    .alerts.breaking-ravens-news .alert-type {
      border-color: #4d277a; }
    .alerts.programming-alert .alert-type {
      border-color: #3264ac; }
    .alerts .alert-msg {
      display: table-cell;
      vertical-align: middle;
      text-align: left;
      padding: 30px; }
      .alerts .alert-msg .alert-img + div {
        margin: 0 0 0 158px;
        margin: 0 0 0 9.875rem; }
      .alerts .alert-msg .alert-img {
        float: left;
        width: 140px;
        margin: 0 20px 0 0; }
    .alerts .alert-close {
      position: relative;
      display: table-cell;
      vertical-align: middle;
      width: 60px;
      border-left: 2px solid #fff;
      top: 0;
      right: 0; }
      .alerts .alert-close a {
        color: #999;
        font-size: 2em; }
        .alerts .alert-close a:hover, .alerts .alert-close a:active {
          color: #961b1f; } }

.highlight-image {
  max-width: 125px; }

@media screen and (min-width: 480px) {
  .highlight-image {
    max-width: 125px;
    float: left;
    margin-right: 20px;
    margin-bottom: 50px; }
  .alert-title {
    text-align: left; }
  .alert-text {
    text-align: left; } }

@media screen and (min-width: 1024px) {
  .highlight-image {
    max-width: 125px;
    margin-right: 20px;
    margin-bottom: 0; }
  .alert-title {
    margin-left: 0 !important; }
  .alert-text {
    margin-left: 0; } }

.road-work-alert .alert {
  padding: 10px; }
  .road-work-alert .alert .image {
    display: inline-block;
    margin: 0 10px 0 0;
    max-width: 35px;
    float: left; }
  .road-work-alert .alert .alert-text {
    margin-left: 50px;
    text-align: left; }

.validation-summary-valid {
  display: none; }

.field-validation-valid {
  display: none; }

.response-error,
.response-success {
  clear: both;
  border: 1px solid #961b1f;
  border-radius: 2px;
  color: #961b1f;
  background: #fbe8e9;
  padding: 10px;
  margin: 10px 0; }
  .response-error:before,
  .response-success:before {
    margin-right: 10px; }

.response-success {
  border-color: #009900;
  background: #ccffcc;
  color: #009900; }

input.input-validation-error,
textarea.input-validation-error {
  border-color: #961b1f;
  background: #fbe8e9; }

.field-validation-error {
  position: relative;
  padding: 8px 15px;
  background: #961b1f;
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  text-align: right;
  color: #fff;
  border-radius: 3px; }
  .field-validation-error:before {
    margin-right: 10px; }
  .field-validation-error:after {
    content: '';
    position: absolute;
    top: -5px;
    left: 20px;
    width: 10px;
    height: 10px;
    background: #961b1f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.alertContainer {
  background-color: #fff;
  margin-top: 10px; }
  .alertContainer a {
    color: #fff; }
  .alertContainer .schoolClosingsAlert {
    background-color: #E8A106;
    padding: 10px 20px;
    margin-bottom: 10px;
    display: block; }
  .alertContainer .weatherAlert {
    background-color: #294fb2;
    padding: 10px 20px;
    display: block; }

.btn {
  display: inline-block;
  padding: 5px 20px;
  background: #961b1f;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", Arial, sans-serif;
  margin: 0 5px 5px 0;
  font-weight: normal;
  text-transform: uppercase; }
  .btn--secondary {
    background: #477dca; }

input.btn {
  border: 0; }

.mejs__container {
  background: #eee !important;
  border-radius: 5px;
  margin-bottom: 20px; }
  .mejs__container .mejs__controls {
    background: none !important; }
    .mejs__container .mejs__controls .mejs__time-total {
      background: #610208 !important; }
      .mejs__container .mejs__controls .mejs__time-total .mejs__time-loaded {
        background: none !important; }
      .mejs__container .mejs__controls .mejs__time-total .mejs__time-current {
        background: #d2a9ad !important; }
    .mejs__container .mejs__controls .mejs__currenttime, .mejs__container .mejs__controls .mejs__duration {
      color: #444444 !important; }
  .mejs__container .mejs__horizontal-volume-total {
    background: #444 !important; }
    .mejs__container .mejs__horizontal-volume-total .mejs__horizontal-volume-current {
      background: rgba(255, 255, 255, 0.4) !important; }

body.nav-open {
  overflow-y: hidden;
  padding-right: 17px;
  padding-right: 1.0625rem; }

.header-container .navigation {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(98, 3, 6, 0.95);
  font-size: 16px;
  font-size: 1rem;
  line-height: 3em;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }
  .nav-open .header-container .navigation {
    z-index: 9000;
    opacity: 1;
    visibility: visible;
    overflow-y: scroll;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .header-container .navigation ul {
    clear: both;
    float: left;
    width: 100%;
    margin: 0;
    padding: 20px 0 0;
    list-style: none; }
  .header-container .navigation li {
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center; }
    .header-container .navigation li:first-child {
      border-top: 0; }
    .header-container .navigation li:hover, .header-container .navigation li:active {
      background: #961b1f; }
    .header-container .navigation li a {
      display: block;
      padding: 0 10px;
      color: #fff;
      font-size: 14px;
      font-size: 0.875rem;
      text-decoration: none; }
    .header-container .navigation li .drop {
      display: none; }
  @media screen and (min-width: 768px) {
    .header-container .navigation ul {
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto; }
      .header-container .navigation ul::after {
        clear: both;
        content: "";
        display: table; }
      .header-container .navigation ul > li {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 17.72593%;
        border: 0;
        margin-bottom: 20px;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }
        .header-container .navigation ul > li:last-child {
          margin-right: 0; }
        .header-container .navigation ul > li:nth-child(5n) {
          margin-right: 0; }
        .header-container .navigation ul > li > a {
          padding: 0;
          text-align: center;
          color: #444; }
          .header-container .navigation ul > li > a:hover, .header-container .navigation ul > li > a:active {
            color: #fff; }
        .header-container .navigation ul > li#n-home {
          display: none; } }
  @media screen and (min-width: 1024px) {
    .header-container .navigation {
      position: relative;
      display: block;
      clear: both;
      font-size: 16px;
      font-size: 1rem;
      line-height: 50px;
      line-height: 3.125rem;
      background: #620306;
      z-index: 500;
      min-height: 50px;
      height: auto;
      opacity: 1;
      visibility: visible;
      overflow-y: visible !important;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
      .search-open .header-container .navigation:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 85px;
        background: #444;
        z-index: 10;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .header-container .navigation ul {
        clear: none;
        float: left;
        padding: 0;
        width: -webkit-calc(100% - 75px);
        width: calc(100% - 75px); }
        .header-container .navigation ul > li {
          position: relative;
          float: left;
          display: inline-block;
          width: auto;
          margin: 0;
          border-radius: 0;
          box-shadow: none;
          -webkit-box-shadow: none;
          background: none; }
          .header-container .navigation ul > li > a {
            padding: 0 15px;
            color: #fff;
            background: none; }
            .header-container .navigation ul > li > a:hover, .header-container .navigation ul > li > a:active {
              color: #961b1f;
              background: #eee; } }
      @media screen and (min-width: 1024px) and (min-width: 1188px) {
        .header-container .navigation ul > li > a {
          padding: 0 23px; } }
  @media screen and (min-width: 1024px) {
          .header-container .navigation ul > li#n-home {
            display: inline-block; }
          .header-container .navigation ul > li:hover .drop {
            left: 0;
            display: block; }
            .header-container .navigation ul > li:hover .drop.left {
              left: auto;
              right: 0; }
      .header-container .navigation .drop {
        position: absolute;
        top: 100%;
        left: -9999em;
        padding: 15px 0;
        width: 150px;
        background: #eee;
        z-index: 99999; }
        .header-container .navigation .drop ul {
          margin: 0;
          width: 100%; }
        .header-container .navigation .drop li {
          width: 100%;
          border-bottom: 1px solid #eee;
          background: none; }
        .header-container .navigation .drop a {
          display: block;
          text-align: left;
          padding: 5px 10px;
          color: #444;
          background: none;
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 1.5em; }
          .header-container .navigation .drop a:hover, .header-container .navigation .drop a:active {
            background: #961b1f;
            color: #fff; }
        .header-container .navigation .drop.double {
          width: 285px; }
          .header-container .navigation .drop.double ul {
            width: 50%; }
        .header-container .navigation .drop.triple {
          width: 420px; }
          .header-container .navigation .drop.triple ul {
            width: 33%; }
        .header-container .navigation .drop.extra {
          width: 480px; }
          .header-container .navigation .drop.extra a {
            float: left;
            display: inline-block;
            width: 58%; }
          .header-container .navigation .drop.extra div {
            float: right;
            display: inline-block;
            width: 40%;
            padding-right: 10px; }
          .header-container .navigation .drop.extra .show-times {
            display: block;
            width: 100%;
            font-size: 12px;
            font-size: 0.75rem;
            line-height: 1.5em;
            padding: 5px;
            background: #961b1f;
            color: #fff;
            text-align: center; }
          .header-container .navigation .drop.extra .showtime-weekend {
            background: #999; } }

@media screen and (max-width: 768px) {
  #main-nav .toggle-icon {
    cursor: pointer;
    font-size: 20px;
    position: relative; }
    #main-nav .toggle-icon:after {
      content: "-";
      position: absolute;
      top: -53px;
      right: 0;
      display: inline-block;
      float: right;
      width: 10%;
      color: #fff;
      padding-top: 5px; } }
    @media screen and (max-width: 768px) and (min-width: 1024px) {
      #main-nav .toggle-icon:after {
        display: none;
        padding-top: 5px; } }

@media screen and (max-width: 768px) {
    #main-nav .toggle-icon.icon-closed:after {
      content: "+";
      padding-top: 5px;
      top: -43px; }
  #main-nav .drop.expanded {
    display: block; }
    #main-nav .drop.expanded ul {
      background-color: #eee; }
      #main-nav .drop.expanded ul li a {
        color: #444; }
      #main-nav .drop.expanded ul li:hover {
        color: #fff; }
      #main-nav .drop.expanded ul li:hover a {
        color: #fff; } }

.search-bar-toggle {
  display: none; }
  .search-bar-toggle:before {
    vertical-align: middle; }

.search-bar {
  display: block;
  margin: 10px 0 20px 85px; }
  .search-bar .wrapper {
    padding: 0; }
  .search-bar input {
    display: block;
    color: #fff;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 50px;
    line-height: 3.125rem;
    margin: 0;
    border: 0;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.2); }
    .search-bar input:focus {
      box-shadow: none; }
    .search-bar input[type='submit'] {
      display: none; }
  .search-bar .watermark {
    color: #fff; }

@media screen and (min-width: 1024px) {
  .search-bar-toggle {
    display: inline-block;
    float: right;
    width: 64px;
    height: 50px;
    background: #490002;
    z-index: 1500;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 2em;
    line-height: 50px;
    line-height: 3.125rem; }
    .search-open .search-bar-toggle {
      background-color: #444; }
  .search-bar {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    padding: 5px;
    margin: 0;
    line-height: 35px;
    font-size: 30px;
    font-size: 1.875rem;
    background: #444;
    z-index: -1;
    opacity: 0; }
    .search-bar input {
      font-size: 25px;
      font-size: 1.5625rem;
      line-height: 50px;
      line-height: 3.125rem;
      padding: 10px 0;
      background: none; }
    .search-open .search-bar {
      display: block;
      z-index: 9000;
      opacity: 1; } }

.search-params__filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px; }
  .search-params__filters label {
    margin: 0 5px 0 0; }
  .search-params__filters input {
    margin: 0 15px 0 0; }

.articles-found {
  text-align: center; }

.search-pagination {
  text-align: center; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  width: 100%; }

th {
  border-bottom: 1px solid #737373;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #999;
  padding: 0.75em 0; }

tr, td, th {
  vertical-align: middle; }

.email-subscription {
  padding: 40px 0; }
  .email-subscription legend {
    margin: 0;
    padding: 0;
    display: block; }
    .email-subscription legend span {
      display: block;
      font-family: "Oswald", Arial, sans-serif;
      color: #961b1f;
      text-transform: uppercase;
      font-size: 22px;
      font-size: 1.375rem;
      margin: 0 0 20px; }
  .email-subscription label {
    display: inline-block;
    font-weight: normal;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 0.85em; }
  .email-subscription .tooltip {
    position: relative;
    display: inline-block; }
    .email-subscription .tooltip .icon {
      color: #961b1f; }
    .email-subscription .tooltip .tooltip-info {
      display: none;
      position: absolute;
      top: -10px;
      left: 120%;
      width: 200px;
      background: #961b1f;
      padding: 8px;
      color: #fff;
      font-size: 11px;
      font-size: 0.6875rem;
      z-index: 10; }
    .email-subscription .tooltip:hover .tooltip-info, .email-subscription .tooltip:active .tooltip-info {
      display: block; }
  .email-subscription .email-inputs {
    margin-bottom: 10px; }
    .email-subscription .email-inputs label {
      display: none; }
    .email-subscription .email-inputs .field-validation-valid {
      display: none;
      font-size: 11px;
      font-size: 0.6875rem;
      color: #961b1f;
      font-style: italic; }
  .email-subscription .buttons {
    text-align: right; }
  @media screen and (min-width: 1024px) {
    .email-subscription .main-col,
    .email-subscription .side-col {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .email-subscription .main-col:last-child,
      .email-subscription .side-col:last-child {
        margin-right: 0; }
    .full .email-subscription .main-col {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .full .email-subscription .main-col:last-child {
        margin-right: 0; }
    .full .email-subscription .side-col {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .full .email-subscription .side-col:last-child {
        margin-right: 0; }
    .full .email-subscription .email-inputs .field {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .full .email-subscription .email-inputs .field:last-child {
        margin-right: 0; } }

.newsletter-form {
  padding: 20px;
  background: #6633a1;
  color: #fff;
  font-size: 0.7em; }
  .newsletter-form .btn {
    background: #996ad0;
    display: block;
    width: 100%; }

.poll-form {
  background: #eee;
  padding: 20px;
  margin: 0 0 20px; }
  .poll-form .poll-answers {
    margin: 0 0 20px; }
  .poll-form .submit-vote .btn {
    margin: 0;
    display: block;
    width: 100%; }
  .poll-form .extra-links {
    clear: both;
    margin: 20px 0 0; }
    .poll-form .extra-links a {
      display: inline-block;
      width: 49%;
      border-right: 1px solid #999;
      font-size: 0.85em; }
      .poll-form .extra-links a:last-child {
        text-align: right;
        border: 0; }
  @media screen and (min-width: 768px) {
    .poll-form {
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto; }
      .poll-form::after {
        clear: both;
        content: "";
        display: table; }
      .poll-form .col-1,
      .poll-form .col-2 {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 46.28851%; }
        .poll-form .col-1:last-child,
        .poll-form .col-2:last-child {
          margin-right: 0; } }

.audioplayer {
  height: 2.5em;
  /* 40 */
  color: #fff;
  font-size: .8em;
  text-shadow: 1px 1px 0 #000;
  border: 1px solid #222;
  position: relative;
  z-index: 1;
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#222));
  background: -webkit-linear-gradient(top, #444, #222);
  background: linear-gradient(top, #444, #222);
  /* 20 */
  /* 20 */
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 1.25em rgba(0, 0, 0, 0.5);
  /* 20 */
  border-radius: 2px; }

.audioplayer-mini {
  width: 2.5em;
  /* 40 */
  margin: 0 auto; }

.audioplayer > div {
  position: absolute; }

.audioplayer-playpause {
  width: 2.5em;
  /* 40 */
  height: 100%;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  left: 0; }

.audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
  border-right: 1px solid #555;
  border-right-color: rgba(255, 255, 255, 0.1); }

.audioplayer-mini .audioplayer-playpause {
  width: 100%; }

.audioplayer-playpause:hover,
.audioplayer-playpause:focus {
  background-color: #222; }

.audioplayer-playpause a {
  display: block; }

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  /* 8 */
  border-right: none;
  border-left-color: #fff;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.25em;
  /* 8 4 */ }

.audioplayer-playing .audioplayer-playpause a {
  width: 0.75em;
  /* 12 */
  height: 0.75em;
  /* 12 */
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.375em 0 0 -0.375em;
  /* 6 */ }

.audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after {
  width: 40%;
  height: 100%;
  background-color: #fff;
  content: '';
  position: absolute;
  top: 0; }

.audioplayer-playing .audioplayer-playpause a:before {
  left: 0; }

.audioplayer-playing .audioplayer-playpause a:after {
  right: 0; }

.audioplayer-time {
  width: 4.375em;
  /* 70 */
  height: 100%;
  line-height: 2.375em;
  /* 38 */
  text-align: center;
  z-index: 2;
  top: 0; }

.audioplayer-time-current {
  border-left: 1px solid #111;
  border-left-color: rgba(0, 0, 0, 0.25);
  left: 2.5em;
  /* 40 */ }

.audioplayer-time-duration {
  border-right: 1px solid #555;
  border-right-color: rgba(255, 255, 255, 0.1);
  right: 2.5em;
  /* 40 */ }

.audioplayer-novolume .audioplayer-time-duration {
  border-right: 0;
  right: 0; }

.audioplayer-bar {
  height: 0.875em;
  /* 14 */
  background-color: #222;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  right: 6.875em;
  /* 110 */
  left: 6.875em;
  /* 110 */
  margin-top: -0.438em;
  /* 7 */ }

.audioplayer-novolume .audioplayer-bar {
  right: 4.375em;
  /* 70 */ }

.audioplayer-bar div {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.audioplayer-bar-loaded {
  background-color: #333;
  z-index: 1; }

.audioplayer-bar-played {
  background: #007fd1;
  z-index: 2; }

.audioplayer-volume {
  width: 2.5em;
  /* 40 */
  height: 100%;
  border-left: 1px solid #111;
  border-left-color: rgba(0, 0, 0, 0.25);
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  right: 0; }

.audioplayer-volume:hover,
.audioplayer-volume:focus {
  background-color: #222; }

.audioplayer-volume-button {
  width: 100%;
  height: 100%; }

.audioplayer-volume-button a {
  width: 0.313em;
  /* 5 */
  height: 0.375em;
  /* 6 */
  background-color: #fff;
  display: block;
  position: relative;
  z-index: 1;
  top: 40%;
  left: 35%; }

.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
  content: '';
  position: absolute; }

.audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  /* 8 */
  border-left: none;
  border-right-color: #fff;
  z-index: 2;
  top: 50%;
  right: -0.25em;
  margin-top: -0.5em;
  /* 8 */ }

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  /* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
  width: 0.613em;
  height: 0.613em;
  border: 0.45em double #fff;
  /* 4 */
  border-width: 0.25em 0.25em 0 0;
  /* 4 */
  left: 0.563em;
  /* 9 */
  top: -0.063em;
  /* 1 */
  /* 15 */
  /* 15 */
  border-radius: 0 0.938em 0 0;
  /* 15 */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.audioplayer-volume-adjust {
  height: 6.25em;
  /* 100 */
  cursor: default;
  position: absolute;
  left: 0;
  right: -1px;
  top: -9999px;
  background: #222;
  background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#222));
  background: -webkit-linear-gradient(top, #444, #222);
  background: linear-gradient(top, #444, #222);
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
  opacity: 0; }

.audioplayer-volume:hover .audioplayer-volume-adjust {
  top: auto;
  bottom: 100%; }

.audioplayer-volume-adjust > div {
  width: 40%;
  height: 80%;
  background-color: #222;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 30% auto 0; }

.audioplayer-volume-adjust div div {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #007fd1; }

.audioplayer-novolume .audioplayer-volume {
  display: none; }

.audioplayer-play,
.audioplayer-pause,
.audioplayer-volume a {
  -webkit-filter: drop-shadow(1px 1px 0 #000);
  -moz-filter: drop-shadow(1px 1px 0 #000);
  -ms-filter: drop-shadow(1px 1px 0 #000);
  -o-filter: drop-shadow(1px 1px 0 #000);
  filter: drop-shadow(1px 1px 0 #000); }

.audioplayer-bar,
.audioplayer-bar div,
.audioplayer-volume-adjust div {
  border-radius: 4px; }

.audioplayer-bar,
.audioplayer-volume-adjust > div {
  box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(255, 255, 255, 0.1); }

.audioplayer-volume-adjust div div,
.audioplayer-bar-played {
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5); }

.audioplayer-volume-adjust {
  box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.15), 2px -2px 2px rgba(0, 0, 0, 0.15); }

.audioplayer *,
.audioplayer *:before,
.audioplayer *:after {
  -webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
  transition: color .25s ease, background-color .25s ease, opacity .5s ease; }

@media (min-width: 575px) {
  .livescore .ravens-bg {
    background-color: #eeeeee;
    margin-bottom: 5px;
    height: 55px; } }

.livescore .score {
  font-family: 'Oswald', sans-serif;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  text-transform: uppercase;
  background-color: #eeeeee;
  margin-bottom: 5px;
  padding: 5px 0;
  padding-left: 10px; }
  .livescore .score > div {
    padding-right: 20px;
    display: inline; }
  .livescore .score .date {
    color: #999999; }
  .livescore .score .status {
    color: #231f20; }
  .livescore .score .location {
    color: #999999;
    position: relative; }
    .livescore .score .location img {
      padding-left: 5px;
      position: absolute;
      top: 0;
      left: 14px; }

.livescore .match {
  padding-left: 20px; }
  .livescore .match .opponent {
    color: #999999; }
    .livescore .match .opponent span {
      padding-right: 10px; }
  .livescore .match .home {
    padding-right: 10px;
    display: inline; }

.livescore .view-schedule {
  text-transform: uppercase;
  font-family: 'Montserrat', Arial, sans-serif;
  vertical-align: middle;
  text-align: center;
  background-color: #eeeeee;
  padding: 5px 0; }
  .livescore .view-schedule a {
    position: relative;
    text-decoration: none;
    color: #231f20; }
    .livescore .view-schedule a:after {
      content: '';
      display: block;
      position: absolute;
      top: 2px;
      left: 140px;
      height: 100%;
      width: 11px;
      background: url("../../Content/arrow.png") no-repeat; }

@media screen and (min-width: 1024px) {
  .livescore {
    background-color: #eeeeee;
    display: table;
    max-width: 1140px; }
    .livescore .ravens-bg {
      height: 55px;
      width: 500px;
      margin: 0; }
    .livescore .score {
      border-right: 1px solid #fff;
      border-left: 1px solid #fff;
      display: table-cell;
      width: 433px; }
    .livescore .view-schedule {
      display: table-cell;
      width: 207px;
      padding-right: 10px; }
    .livescore .opponent {
      padding-left: 10px; } }

.videoGallery {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 1024px) {
    .videoGallery {
      margin-bottom: 30px;
      margin-bottom: 1.875rem; } }

.videoGallery__outer {
  position: relative; }

@media screen and (max-width: 767px) {
  .videoGallery__inner {
    width: 100%;
    margin-bottom: 10px; } }

@media screen and (min-width: 768px) {
  .videoGallery__inner {
    width: 70%; } }

@media screen and (min-width: 768px) {
  .videoList__label {
    display: block; } }

.videoList__overflow {
  overflow-x: scroll;
  overflow-y: hidden; }
  .videoList__overflow::-webkit-scrollbar-thumb {
    background-color: #961b1f;
    border-radius: 3px; }

@media screen and (max-width: 767px) {
  .videoList__container {
    padding-right: 0;
    position: relative;
    width: 100%; } }

@media screen and (min-width: 768px) {
  .videoList__container {
    position: absolute;
    top: 0;
    right: 0;
    width: 28%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 20px;
    padding-right: 1.25rem; } }

@media screen and (max-width: 767px) {
  .videoList {
    width: 2000px; } }

.videoList__item {
  cursor: pointer;
  background-color: white;
  position: relative; }
  @media screen and (max-width: 767px) {
    .videoList__item {
      width: 200px;
      float: left;
      overflow: hidden;
      margin: 0 6px 0 0; }
      .videoList__item:last-child {
        margin: 0; } }
  @media screen and (min-width: 768px) {
    .videoList__item {
      margin-bottom: 15px;
      margin-bottom: 0.9375rem; }
      .videoList__item:last-child {
        margin: 0; } }
  .videoList__item:hover img, .videoList__item.active img {
    opacity: .45;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  .videoList__item img {
    float: left;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }

@media screen and (min-width: 1024px) {
  .homepage .videoList__label, .election-2014-section .videoList__label {
    display: block; } }

@media screen and (min-width: 1024px) {
  .homepage .videoGallery__inner, .election-2014-section .videoGallery__inner {
    width: 100%;
    margin-bottom: 10px; } }

@media screen and (min-width: 1024px) {
  .homepage .videoList__container, .election-2014-section .videoList__container {
    padding-right: 0;
    position: relative;
    width: 100%; } }

@media screen and (min-width: 1024px) {
  .homepage .videoList, .election-2014-section .videoList {
    width: 2000px; } }

@media screen and (min-width: 1024px) {
  .homepage .videoList__item, .election-2014-section .videoList__item {
    width: 200px;
    float: left;
    overflow: hidden;
    margin: 0 6px 0 0; }
    .homepage .videoList__item:last-child, .election-2014-section .videoList__item:last-child {
      margin: 0; } }

@media screen and (min-width: 1024px) {
  .homepage .fluid-width-video-wrapper, .election-2014-section .fluid-width-video-wrapper {
    padding-top: 83.25% !important; } }

@media screen and (min-width: 1280px) {
  .homepage .fluid-width-video-wrapper, .election-2014-section .fluid-width-video-wrapper {
    padding-top: 81% !important; } }

@media screen and (min-width: 768px) {
  .social-icons-content {
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.social-icons-content .fb-social-content, .social-icons-content .mobile-social-content {
  max-width: 370px;
  background-color: #eeeeee;
  padding: 20px 20px 0;
  border-radius: 8px; }
  @media screen and (min-width: 768px) {
    .social-icons-content .fb-social-content, .social-icons-content .mobile-social-content {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -webkit-box-flex: 1;
      flex-grow: 1;
      -ms-flex-positive: 1;
      -webkit-flex-basis: 48%;
      flex-basis: 48%;
      -ms-flex-preferred-size: 48%; } }
  .social-icons-content .fb-social-content :first-child, .social-icons-content .mobile-social-content :first-child {
    color: #961b1f;
    font-weight: bold;
    margin-bottom: 20px; }

.social-icons-content.both > :first-child {
  margin-bottom: 10px; }

@media screen and (min-width: 768px) {
  .social-icons-content.both > :first-child {
    border-radius: 8px 0 0 8px;
    margin-right: 3px;
    margin-bottom: 0; }
  .social-icons-content.both > :last-child {
    border-radius: 0 8px 8px 0; } }

.photo-gallery {
  text-align: center; }

.election-results {
  font-family: "Montserrat", Arial, sans-serif; }
  .election-results a {
    font-weight: bold; }
  .election-results h3 {
    font-weight: bold;
    text-align: center; }
  .election-results .ui-tabs .ui-tabs-nav li {
    margin-top: 0; }

.filter-form .filter-col {
  display: inline-block; }
  @media screen and (min-width: 768px) {
    .filter-form .filter-col:nth-child(2) {
      margin-left: 20px; } }

.filter-form .btn {
  display: block; }

.full-election-results a {
  font-weight: bold; }

.full-election-results .election-data {
  border-bottom: none; }

.full-election-results .eln-office-name {
  background-color: #eee; }

.key-races-header {
  font-family: "Oswald", Arial, sans-serif;
  text-transform: uppercase;
  color: #961b1f;
  margin: 0.75em 0;
  font-size: 20px;
  font-size: 1.25rem; }

.flag {
  background-color: #961b1f;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 8px;
  line-height: 1; }
  @media screen and (min-width: 768px) {
    .flag {
      font-size: 24px;
      font-size: 1.5rem; } }

.featured-video {
  min-height: 375px; }
  .featured-video__tag {
    width: 100%;
    padding: 8px 30px; }
    @media screen and (min-width: 768px) {
      .featured-video__tag {
        width: auto;
        margin-bottom: 20px; } }
  .featured-video .video-youtube {
    position: relative;
    padding-top: 56.25%; }
    .featured-video .video-youtube iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .featured-video__info {
    margin: 0 0 20px;
    display: inline-block; }
  .featured-video__heading {
    font-weight: bold; 
    font-family: "Open Sans", Arial, sans-serif!important;
    font-size: 32px!important;
    font-size: 2rem!important;
    line-height:1.2em!important;
    color: #961b1f!important;
    text-transform: uppercase!important; }

  .featured-video__summary {
    font-family: "Montserrat", Arial, sans-serif; }
  .weather-home .featured-video {
    margin: 0 0 32px; }
    .weather-home .featured-video .featured-video__heading {
      font-family: "Open Sans", Arial, sans-serif;
      font-size: 32px!important;
      font-size: 2rem!important;
      color: #961b1f!important;
      text-transform: uppercase; }
  .game-ravens-home .featured-video .featured-video_video {
    margin: 0 -20px; }
    @media screen and (min-width: 480px) {
      .game-ravens-home .featured-video .featured-video_video {
        margin: 0 -40px; } }
    @media screen and (min-width: 768px) {
      .game-ravens-home .featured-video .featured-video_video {
        margin: 0; } }
  .game-ravens-home .featured-video .featured-video__heading {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "Oswald", Arial, sans-serif; }
    @media screen and (min-width: 768px) {
      .game-ravens-home .featured-video .featured-video__heading {
        font-size: 42px;
        font-size: 2.625rem; } }

@media screen and (min-width: 1024px) {
  .index .election-results {
    margin: 0 0 30px 0; }
  .index .denote {
    display: inline-block; }
  .index .results {
    display: inline-block;
    float: right;
    margin: 0; } }

.section-featured .wrapper.group, .section-featured .wrapper.section-header, .section-featured .wrapper.section-header-alt, .section-featured .section-content li.wrapper, .section-content .section-featured li.wrapper, .section-featured .ap-feed .ap-topheadline-table .wrapper.ap-topheadlineitem-p, .ap-feed .ap-topheadline-table .section-featured .wrapper.ap-topheadlineitem-p, .section-featured .ap-feed .ap-lineup-table .wrapper.ap-newsbriefitem, .ap-feed .ap-lineup-table .section-featured .wrapper.ap-newsbriefitem, .section-featured .footer-container .wrapper.top-bar, .footer-container .section-featured .wrapper.top-bar, .section-featured .wrapper.videoList__item, .section-featured .features-heading {
  text-align: center; }

@media screen and (min-width: 1024px) {
  .section-featured .wrapper.group, .section-featured .wrapper.section-header, .section-featured .wrapper.section-header-alt, .section-featured .section-content li.wrapper, .section-content .section-featured li.wrapper, .section-featured .ap-feed .ap-topheadline-table .wrapper.ap-topheadlineitem-p, .ap-feed .ap-topheadline-table .section-featured .wrapper.ap-topheadlineitem-p, .section-featured .ap-feed .ap-lineup-table .wrapper.ap-newsbriefitem, .ap-feed .ap-lineup-table .section-featured .wrapper.ap-newsbriefitem, .section-featured .footer-container .wrapper.top-bar, .footer-container .section-featured .wrapper.top-bar, .section-featured .wrapper.videoList__item, .section-featured .features-heading {
    text-align: left; } }

.section-featured .featured-col-1,
.section-featured .featured-col-2,
.section-featured .featured-col-3 {
  float: left;
  display: block;
  width: 100%; }

.section-featured .featured-col-1 {
  text-align: center;
  margin: 0; }

@media screen and (min-width: 1024px) {
  .section-featured .featured-col-1 {
    width: 39%;
    margin-right: 20px; }
  .section-featured .featured-col-2 {
    width: 25%;
    margin-right: 20px; }
  .section-featured .featured-col-3 {
    width: 300px; } }

@media screen and (min-width: 1280px) {
  .section-featured .featured-col-1 {
    width: 470px;
    margin-right: 20px; }
  .section-featured .featured-col-2 {
    width: 300px;
    margin-right: 20px; }
  .section-featured .featured-col-3 {
    width: 300px; } }

.section-featured h3, .section-featured h4 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px; }
  .section-featured h3:hover, .section-featured h3:active, .section-featured h4:hover, .section-featured h4:active {
    text-decoration: underline;
    color: #961b1f; }

@media screen and (min-width: 1024px) {
  .section-featured h3, .section-featured h4 {
    text-align: left; }
  .section-featured h4 {
    font-size: 16px; } }

.section-featured .latest-headlines .has-video {
  margin-left: 20px; }

.section-featured .features-heading {
  font-family: "Oswald", Arial, sans-serif;
  text-transform: uppercase;
  color: #961b1f;
  font-size: 26px;
  font-size: 1.625rem; }
  .section-featured .features-heading span {
    display: inline-block;
    border: 3px solid #eee;
    border-radius: 50%;
    font-size: 20px;
    font-size: 1.25rem;
    height: 30px;
    width: 30px;
    text-align: center;
    vertical-align: top; }

.section-featured ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.section-featured a:hover h3,
.section-featured a:active h3 {
  color: #961b1f; }

.section-featured a:before {
  content: '';
  display: none; }

.section-featured .thumb {
  display: block;
  padding: 15px;
  text-align: center; }
  .section-featured .thumb img {
    max-width: 100%;
    width: 472px; }

.section-featured .features-content {
  padding: 15px;
  text-align: center; }

.section-featured .hide-mobile {
  display: none; }

.section-featured .hide-desktop {
  display: block; }

.section-featured a.feat-story-wrapper:hover, .section-featured a.feat-story-wrapper:active {
  cursor: pointer; }

.section-featured a.feat-story-wrapper img {
  border-left: 13px solid;
  padding-left: 3px; }

.section-featured a.feat-story-wrapper .timestamp {
  margin-top: 0;
  margin-bottom: 10px;
  display: block;
  color: #cdcdcd;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px; }

@media screen and (min-width: 1024px) {
  .section-featured a.feat-story-wrapper .timestamp {
    text-align: left; }
  .section-featured a.feat-story-wrapper.big-feat h3 {
    margin: 0; }
  .section-featured a.feat-story-wrapper.big-feat .timestamp {
    margin: 0; } }

.section-featured .snippet {
  font-size: 0.8em; }

@media screen and (min-width: 480px) {
  .section-featured .features {
    position: relative;
    margin-top: -4em;
    z-index: 10; }
    .section-featured .features li {
      border: 0;
      background: #eee;
      position: relative; }
      .section-featured .features li:hover, .section-featured .features li:active {
        background: #f6f6f6; }
      .section-featured .features li a:before {
        display: block;
        position: absolute;
        top: 50%;
        right: 22px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 10; }
      .section-featured .features li a:after {
        content: '';
        position: absolute;
        top: 10px;
        right: 10px;
        bottom: 10px;
        width: 40px;
        background: #eee;
        color: #999;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      .section-featured .features li a:hover:after, .section-featured .features li a:active:after {
        background: #961b1f; }
      .section-featured .features li a:hover:before, .section-featured .features li a:active:before {
        color: #fff; }
      .section-featured .features li .features-content {
        text-align: left;
        padding-right: 60px; }
      .section-featured .features li .thumb {
        float: left;
        width: 170px;
        vertical-align: middle; }
      .section-featured .features li .thumb + .features-content {
        margin-left: 170px; }
      .section-featured .features li h3 {
        font-size: 20px;
        font-size: 1.25rem; } }

@media screen and (min-width: 1024px) {
  .section-featured .hide-desktop {
    display: none; }
  .section-featured .hide-mobile {
    display: block; }
  .section-featured .feature-img {
    display: block;
    min-height: 150px; }
    .section-featured .feature-img img {
      width: 100%; }
  .section-featured .features li:first-child {
    background: #fff;
    padding: 10px 70px 10px 30px;
    margin: 0 30px 20px; }
    .section-featured .features li:first-child .thumb {
      display: none; }
    .section-featured .features li:first-child .features-content {
      padding: 0;
      margin: 0; }
    .section-featured .features li:first-child h3 {
      font-size: 24px;
      font-size: 1.5rem; } }

.section-featured .latest-headlines h3 {
  padding: 15px;
  padding-left: 0;
  margin: 0;
  color: #961b1f;
  text-transform: uppercase;
  font-family: "Oswald", Arial, sans-serif; }
  .section-featured .latest-headlines h3:hover, .section-featured .latest-headlines h3:active {
    text-decoration: none; }

.section-featured .latest-headlines ul {
  border-top: 1px solid #eee; }

.section-featured .latest-headlines li {
  border-bottom: 1px solid #eee;
  font-family: "Montserrat", Arial, sans-serif;
  padding: 0; }
  .section-featured .latest-headlines li .link-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px 0; }
    @media screen and (min-width: 768px) {
      .section-featured .latest-headlines li .link-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .section-featured .latest-headlines li .link-content .title {
      font-weight: normal;
      text-align: left;
      margin-top: 10px; }
      @media screen and (min-width: 1024px) {
        .section-featured .latest-headlines li .link-content .title {
          max-width: 320px;
          margin-top: 0; } }
      .section-featured .latest-headlines li .link-content .title:hover, .section-featured .latest-headlines li .link-content .title:active {
        text-decoration: underline; }

.section-featured .latest-headlines .has-video {
  margin: 0; }
  .section-featured .latest-headlines .has-video::after {
    content: url("../../Content/video.svg"); }

.section-featured .latest-headlines .img-wrapper {
  height: 200px;
  width: 100%;
  margin-right: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block; }

@media screen and (min-width: 768px) {
  .section-featured .latest-headlines .img-wrapper {
    width: 100px;
    height: auto; } }

.section-featured .latest-headlines .more {
  border-top: 1px solid #eee;
  text-align: right;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  color: #444;
  margin-bottom: 20px;
  display: block;
  padding: 5px; }
  .section-featured .latest-headlines .more:hover, .section-featured .latest-headlines .more:active {
    color: #961b1f; }
  .section-featured .latest-headlines .more .icon {
    color: #961b1f; }

@-webkit-keyframes owl-Fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes owl-Fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.owl-Fade-in {
  -webkit-animation-name: owl-Fade-in;
  animation-name: owl-Fade-in; }

@-webkit-keyframes owl-Fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes owl-Fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-Fade-out {
  -webkit-animation-name: owl-Fade-out;
  animation-name: owl-Fade-out; }

.homepage .highlight-wrap {
  padding: 0 20px;
  padding: 0 1.25rem; }

.homepage .highlight-wrap img {
  float: left;
  width: 20%;
  max-width: 140px;
  margin: 0 5% 5% 0; }

.homepage .highlight-wrap h2 {
  padding: .25em .5em; }

.homepage .highlight-wrap .news-block {
  background: none; }

.homepage .highlight-wrap .news-block ul {
  list-style: none; }

.homepage .highlight-wrap .news-block h4 {
  font-weight: normal; }

.homepage .highlight-wrap .read-more {
  clear: both;
  margin-top: 5px;
  display: inline-block; }

@media screen and (min-width: 480px) {
  .homepage .highlight-wrap {
    padding: 0 40px;
    padding: 0 2.5rem; } }

@media screen and (min-width: 768px) {
  .homepage .highlight-wrap {
    padding: 0 60px;
    padding: 0 3.75rem; }
  .homepage .highlight-wrap .news-block li {
    margin: 0 0 5px;
    list-style: none; }
  .homepage .highlight-wrap .news-block h4 {
    margin: 1em 0; }
  .homepage .highlight-wrap .read-more {
    clear: both;
    margin-top: 0; } }

@media screen and (min-width: 1024px) {
  .homepage .highlight-wrap {
    width: 100%;
    margin: 0 0 25px 0;
    padding: 0;
    clear: both; }
  .homepage .highlight-inner-wrap {
    max-width: 93.75%;
    max-width: 71.25rem;
    clear: left;
    padding: 20px 0;
    margin: 0 auto; }
  .homepage .highlight-wrap img {
    float: none;
    width: auto;
    margin: 5px 20px 0 0;
    position: absolute;
    top: 0;
    left: 0; }
  .homepage .sponsor-content {
    width: 30%;
    position: relative;
    float: left;
    display: inline;
    padding: 0;
    margin: 0 4% 0 0;
    clear: none; }
  .homepage .highlight-wrap .sponsor-content img {
    max-width: none; }
  .homepage .highlight-news-block {
    width: 66%;
    float: left; }
  .homepage .highlight-wrap .news-block {
    position: relative; }
  .homepage .highlight-wrap .news-block ul {
    margin: 15px 0 0; }
  .homepage .highlight-wrap .news-block li {
    padding: 0;
    margin: 0 0 10px;
    border: 0; }
  .homepage .highlight-wrap h2 {
    padding: 3px 0 0 0;
    border-top: 0; }
  .homepage .highlight-wrap .articles-list {
    padding: 0 10px 0 15px;
    margin: 0 0 0 10px; }
  .homepage .highlight-wrap .articles-list li {
    color: #960000;
    list-style-image: none;
    list-style-type: disc; }
  .homepage .highlight-wrap .news-block .articles a {
    color: #000; }
  .homepage .highlight-wrap .highlight-articles {
    padding-left: 155px; }
  .homepage .highlight-wrap .link-content {
    padding: 0; }
  .homepage .highlight-wrap .link-content a {
    padding: 0; } }

.latest-podcasts .entry-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.latest-podcasts h3 {
  padding: 15px;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  color: #961b1f;
  text-transform: uppercase;
  font-family: "Oswald", Arial, sans-serif; }
  .latest-podcasts h3:hover, .latest-podcasts h3:active {
    text-decoration: none; }

.latest-podcasts .title-link {
  color: #961b1f;
  display: block; }
  .latest-podcasts .title-link:hover, .latest-podcasts .title-link:active {
    color: #444;
    text-decoration: underline; }

.latest-podcasts .more {
  border-top: 1px solid #eee;
  text-align: right;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  color: #444;
  margin-bottom: 20px;
  display: block;
  padding: 5px; }
  .latest-podcasts .more:hover, .latest-podcasts .more:active {
    color: #961b1f;
    text-decoration: underline; }
  .latest-podcasts .more .icon {
    color: #961b1f; }

.latest-podcasts .podcast-icon {
  background-image: url(../../Content/podcast-icon.svg);
  max-width: 40px;
  -webkit-flex-basis: 40px;
  -ms-flex-preferred-size: 40px;
  flex-basis: 40px;
  height: 40px;
  margin-top: 5px;
  background-repeat: no-repeat;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

@media screen and (min-width: 768px) {
  .latest-podcasts__overflow {
    overflow-x: hidden; } }

.shows-slider h3.section-title {
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem; }

.shows-slider .show {
  position: relative;
  background: #fff;
  padding-bottom: 2em;
  margin: 0 9px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: auto; }
  @media screen and (min-width: 320px) and (max-width: 479px) {
    .shows-slider .show {
      height: 100% !important; } }
  .shows-slider .show:hover, .shows-slider .show:active {
    position: relative;
    -webkit-transform: scale(0.97);
    transform: scale(0.97); }

.shows-slider a {
  display: block;
  color: #444; }
  .shows-slider a:hover, .shows-slider a:active {
    color: #961b1f; }

.shows-slider .show-pic {
  position: relative;
  text-align: center;
  background-position: center; }
  .shows-slider .show-pic img {
    display: block;
    width: 100%; }
  .shows-slider .show-pic .on-air {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 5px 10px;
    margin: 0;
    background: #961b1f;
    color: #fff;
    text-transform: uppercase;
    text-align: center; }
    .shows-slider .show-pic .on-air .icon {
      font-size: 1.3em;
      line-height: 1.3em; }

.shows-slider h4 {
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  padding: 10px;
  text-transform: uppercase; }

.shows-slider .showtime {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px;
  margin: 0;
  background: #eee;
  color: #999;
  text-transform: uppercase;
  font-size: 0.85em; }

.shows-slider .preview {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #961b1f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 20px; }
  .shows-slider .preview:before {
    content: url("../../Content/speaker.svg"); }

@media screen and (min-width: 1024px) {
  .shows-slider .owl-carousel .owl-wrapper-outer {
    margin: 0 auto; }
  .shows-slider .shows {
    margin: 0 auto; }
  .shows-slider .showtime {
    font-size: 0.7em; }
  .shows-slider .on-air {
    font-size: 0.7em; } }

@media screen and (min-width: 1024px) {
  .homepage .local-vids {
    margin-bottom: 16px;
    margin-bottom: 1rem; } }

@media screen and (max-width: 400px) {
  .homepage .local-vids li {
    text-align: center; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage .local-vids li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 46.68872%;
    min-height: 150px;
    min-height: 9.375rem; }
    .homepage .local-vids li:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1024px) {
  .homepage .local-vids li {
    float: left;
    display: block;
    margin-right: 2.84259%;
    width: 17.72593%;
    padding-bottom: 0;
    border: none; }
    .homepage .local-vids li:last-child {
      margin-right: 0; } }

@media screen and (max-width: 400px) {
  .homepage .local-vids .thumb-wrap {
    float: none;
    margin: 0 auto; } }

@media screen and (min-width: 1024px) {
  .homepage .local-vids .thumb-wrap {
    width: 100%;
    max-height: 110px;
    overflow: hidden; } }

@media screen and (min-width: 1024px) {
  .homepage .local-vids .thumb-wrap img {
    width: 100%;
    height: auto; } }

@media screen and (max-width: 400px) {
  .homepage .local-vids .thumb-wrap + .link-content {
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%; } }

@media screen and (min-width: 1024px) {
  .homepage .local-vids .thumb-wrap + .link-content {
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%; } }

@media screen and (min-width: 1024px) {
  .homepage .local-vids .thumb-wrap + .link-content p {
    margin: 0; } }

@media screen and (min-width: 1024px) {
  .homepage .local-vids .thumb-wrap + .link-content .meta {
    display: none; } }

.hide-slider {
  display: none !important; }

.social-news {
  margin-bottom: 20px; }

.section-content .instafeed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }
  .section-content .instafeed__block {
    border: none;
    width: 33%;
    padding: 33% 0 0 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 7px; }
    .section-content .instafeed__block img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      min-height: 100%;
      object-fit: cover; }
  @media screen and (min-width: 1024px) {
    .section-content .instafeed__block {
      width: 50%;
      padding: 50% 0 0 0;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media screen and (min-width: 320px) and (max-width: 479px) {
    .section-content .instafeed {
      width: 100%; } }

.abc-section {
  margin-top: 35px; }
  @media screen and (min-width: 768px) {
    .abc-section {
      margin-top: 70px; } }

.wbal-slider.slider {
  background-color: #961b1f;
  margin: 0 auto;
  height: 300px;
  color: #fff;
  overflow: hidden; }
  .wbal-slider.slider a {
    color: #fff;
    text-decoration: underline; }
  .wbal-slider.slider .slide-img-wrapper {
    display: none; }
  .wbal-slider.slider .owl-wrapper-outer {
    -webkit-transform: none;
    transform: none; }
  .wbal-slider.slider .slide-content {
    color: #fff;
    text-align: left;
    max-width: 700px; }
    .wbal-slider.slider .slide-content h4 {
      font-size: 20px;
      font-size: 1.25rem; }
  .wbal-slider.slider .owl-pagination {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  .wbal-slider.slider .snippet {
    font-size: 0.8em; }
  .wbal-slider.slider .owl-next,
  .wbal-slider.slider .owl-prev {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 20px;
    line-height: 1.25rem; }
    .wbal-slider.slider .owl-next:hover, .wbal-slider.slider .owl-next:active,
    .wbal-slider.slider .owl-prev:hover,
    .wbal-slider.slider .owl-prev:active {
      color: #000;
      border-color: #000; }
  .wbal-slider.slider .owl-prev {
    -webkit-transform: translate(0, -webkit-calc(50% - 96.5px));
    transform: translate(0, calc(50% - 96.5px)); }
  .wbal-slider.slider .owl-next {
    -webkit-transform: translate(0, -webkit-calc(50% - 96.5px));
    transform: translate(0, calc(50% - 96.5px)); }

@media screen and (min-width: 1024px) {
  .wbal-slider.slider {
    height: 400px;
    max-width: 1415px;
    background-color: transparent;
    background-image: url("https://dev.cdn.s3-media.wbal.com/InFocus/slider_bground_middle4.png");
    background-size: cover; }
    .wbal-slider.slider .wbal-slide {
      z-index: 1; }
    .wbal-slider.slider:before, .wbal-slider.slider:after {
      position: absolute;
      left: 0; }
    .wbal-slider.slider:before {
      content: url("https://dev.cdn.s3-media.wbal.com/InFocus/slider_bground_top3.png");
      top: 1px; }
    .wbal-slider.slider:after {
      content: url("https://dev.cdn.s3-media.wbal.com/InFocus/slider_bground_bottom3.png");
      z-index: 0;
      bottom: 0; }
    .wbal-slider.slider .wrapper.group, .wbal-slider.slider .wrapper.section-header, .wbal-slider.slider .wrapper.section-header-alt, .wbal-slider.slider .section-content li.wrapper, .section-content .wbal-slider.slider li.wrapper, .wbal-slider.slider .ap-feed .ap-topheadline-table .wrapper.ap-topheadlineitem-p, .ap-feed .ap-topheadline-table .wbal-slider.slider .wrapper.ap-topheadlineitem-p, .wbal-slider.slider .ap-feed .ap-lineup-table .wrapper.ap-newsbriefitem, .ap-feed .ap-lineup-table .wbal-slider.slider .wrapper.ap-newsbriefitem, .wbal-slider.slider .footer-container .wrapper.top-bar, .footer-container .wbal-slider.slider .wrapper.top-bar, .wbal-slider.slider .wrapper.videoList__item {
      height: 400px;
      -webkit-transform: translateY(-24px);
      transform: translateY(-24px);
      z-index: 1; }
    .wbal-slider.slider .slide {
      width: 100%;
      padding: 0 40px;
      position: relative;
      bottom: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .wbal-slider.slider .slide-content {
      margin: 0 auto;
      padding: 40px;
      text-align: left;
      width: 800px;
      background-color: rgba(98, 3, 6, 0.4);
      height: 300px; }
    .wbal-slider.slider .owl-wrapper-outer {
      -webkit-transform: translate(0, 36px);
      transform: translate(0, 36px); }
    .wbal-slider.slider .owl-pagination {
      -webkit-transform: translate(0, -50px);
      transform: translate(0, -50px); } }

@media screen and (min-width: 1280px) {
  .wbal-slider.slider {
    margin: 0 auto; }
    .wbal-slider.slider .slide-content {
      margin: 0 50px; }
    .wbal-slider.slider .slide-img-wrapper {
      display: block;
      width: 350px;
      height: 376px;
      background-size: cover;
      background-position: center; }
    .wbal-slider.slider .owl-prev {
      -webkit-transform: translate(-80px, -webkit-calc(50% - 96.5px));
      transform: translate(-80px, calc(50% - 96.5px)); }
    .wbal-slider.slider .owl-next {
      -webkit-transform: translate(80px, -webkit-calc(50% - 96.5px));
      transform: translate(80px, calc(50% - 96.5px)); }
    .wbal-slider.slider .owl-wrapper-outer {
      -webkit-transform: translate(75px, 0);
      transform: translate(75px, 0); }
    .wbal-slider.slider .owl-pagination {
      -webkit-transform: translate(40px, -134px);
      transform: translate(40px, -134px); } }

@media screen and (min-width: 320px) and (max-width: 479px) {
  .wbal-slider.slider {
    height: auto; } }

.videos .section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .videos .section-header h1, .videos .section-header h2, .videos .section-header h3, .videos .section-header h4, .videos .section-header h5, .videos .section-header h6 {
    font-family: "Oswald", Arial, sans-serif;
    color: #961b1f;
    text-transform: uppercase;
    font-size: 22px;
    font-size: 1.375rem; }

.videos h3 {
  padding: 15px;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  color: #961b1f;
  text-transform: uppercase;
  font-family: "Oswald", Arial, sans-serif; }
  .videos h3:active, .videos h3:hover {
    text-decoration: none; }

.videos .local-vids .thumb-wrap a {
  display: block;
  position: relative;
  height: 100%; }
  .videos .local-vids .thumb-wrap a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 45px;
    font-size: 2.8125rem; }
  .videos .local-vids .thumb-wrap a:hover:before, .videos .local-vids .thumb-wrap a:active:before {
    color: #961b1f; }

section.categories {
  padding-top: 40px;
  background: #f2f2f2;
  border-top: 1px solid #d5d5d5; }
  section.categories .section-header {
    border-width: 7px; }
  @media only screen and (max-width: 1100px) {
    section.categories .cat-col {
      width: 300px;
      float: none;
      margin: 0 auto; }
      section.categories .cat-col:last-child {
        margin: 0 auto; } }
  @media screen and (min-width: 320px) and (max-width: 479px) {
    section.categories .cat-col {
      width: 100%; } }

.cat-national .section-header {
  border-color: #970200; }

.cat-finance .section-header {
  border-color: #077900; }

.cat-entertainment .section-header {
  border-color: #f4c40f; }

.cat-ravens .section-header {
  border-color: #6633a1; }

.cat-orioles .section-header {
  border-color: #ff6e00; }

.cat-sports .section-header {
  border-color: #1966c2; }

.cat-wykoff .section-header {
  border-color: #c7c7c7; }

.cat-lang .section-header {
  border-color: #a2a2a2; }

.cat-technology .section-header {
  border-color: #4e5464; }

.key-races .owl-controls .owl-buttons {
  text-align: center; }
  .key-races .owl-controls .owl-buttons div {
    display: inline-block;
    font-family: 'icomoon';
    margin: 20px 10px;
    color: #757575; }
  .key-races .owl-controls .owl-buttons .owl-next:after {
    content: "\e601"; }
  .key-races .owl-controls .owl-buttons .owl-prev:before {
    content: "\e60f"; }

.events .event-block {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .events .event-block {
      width: 33%; } }

@media screen and (min-width: 768px) {
  .election-container iframe {
    height: 750px !important; } }

.weather-section {
  /* Weather Alerts */ }
  .weather-section .weather-alert {
    float: left;
    width: 100%;
    padding: 20px 20px 20px 60px;
    color: #fff;
    background: #960000 url("https://wbal-rd.onecmsdev.com/scripts/weather/i_weather-alert.png") no-repeat 1em 50%;
    margin-bottom: 20px; }
    .weather-section .weather-alert .alert-description {
      width: 100%;
      display: block;
      font-weight: bold; }
    .weather-section .weather-alert .alert-message {
      display: block;
      opacity: 0;
      visibility: hidden;
      transition: .5s all .25s;
      -moz-transition: .5s all .25s;
      -webkit-transition: .5s all .25s;
      max-height: 0px; }
    .weather-section .weather-alert:hover .alert-message {
      opacity: 1;
      visibility: visible;
      max-height: none;
      margin-top: 10px; }
  .weather-section .weather-location {
    width: 100%;
    padding: 15px 20px;
    background-color: #EBEBEB;
    margin-bottom: 20px; }
    .weather-section .weather-location .location-name {
      float: left;
      width: 100%;
      color: #767676; }
      .weather-section .weather-location .location-name span {
        color: #960000;
        display: block;
        font-size: 1.3em;
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: bold; }
    .weather-section .weather-location .weather-search {
      float: left;
      width: 100%;
      margin-top: 6px; }
      .weather-section .weather-location .weather-search input[type="submit"] {
        display: block;
        width: 100%;
        color: #fff;
        background-color: #961b1f;
        font-weight: bold; }
  .weather-section #web-trafficOne {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    height: 830px;
    clear: both; }
    .weather-section #web-trafficOne .nvtwa_content {
      height: 450px;
      margin-bottom: 10px;
      position: relative;
      top: 310px;
      width: 100%; }
    .weather-section #web-trafficOne .nvtwa_mapc {
      height: 300px;
      left: 0;
      margin-left: 0;
      margin-top: -460px;
      position: relative; }
    .weather-section #web-trafficOne #trafficOne {
      height: 400px;
      overflow: hidden; }
  .weather-section .ie8-message {
    margin-top: 35px; }

/* Current Conditions & Radar
    ---------------------------------------------------*/
.weather-section .current-conditions {
  width: 100%;
  margin-bottom: 20px;
  background: #ffffff;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d8e6ef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #d8e6ef 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #d8e6ef 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8e6ef',GradientType=0 );
  /* IE6-9 */ }

.weather-section .conditions-details {
  width: 100%;
  border-right: 1px solid #DAEDF4;
  color: #284E63; }

.weather-section .conditions-header {
  width: 100%;
  padding: .5em 1em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #284f62;
  text-transform: uppercase;
  background: #ffffff; }

.weather-section .conditions-header a:link, .weather-section .conditions-details .conditions-header a:visited {
  float: right;
  color: #284E63;
  text-decoration: underline;
  font-size: 10px;
  font-size: 0.625rem; }

.weather-section .conditions-right-now {
  float: left;
  width: 100%;
  padding: 20px;
  color: #284f62;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.weather-section .conditions-right-now .right-now {
  float: left;
  width: 50%;
  color: #284f62;
  text-align: center; }

.weather-section .conditions-right-now .right-now-temperature {
  display: block;
  font-size: 4em;
  line-height:1.5em;
  font-weight: 700; }

.weather-section .conditions-right-now .right-now-description {
  display: block; }

.weather-section .conditions-right-now .weather-icon {
  float: right;
  width: 50%;
  text-align: center; }

.weather-section .conditions-info {
  width: 50%;
  padding: 10px 0 10px 20px;
  color: #284f62;
  vertical-align: middle;
  float: left;
  border-top: 1px solid #B1B6BA;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.weather-section .conditions-info:nth-child(odd) {
  border-right: 1px solid #B1B6BA; }

.weather-section .conditions-info span {
  font-weight: bold; }

.weather-section .local-map {
  float: left;
  width: 100%;
  background: #E6E8E7; }

.weather-section .local-map-header {
  width: 100%;
  padding: .5em 1em;
  color: #7e7e7e;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  background: #ebedec;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebedec), color-stop(100%, #bbbbbb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ebedec 0%, #bbbbbb 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #ebedec 0%, #bbbbbb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebedec', endColorstr='#bbbbbb',GradientType=0 );
  /* IE6-9 */
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.weather-section .local-map-header a {
  color: #7e7e7e;
  text-decoration: underline; }

.weather-section .local-map-image {
  float: left;
  width: 100%;
  padding: 10px;
  overflow: hidden;
  background: #E6E8E7;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.weather-section .interactive-radar .btn {
  font-weight: bold;
  display: block;
  padding: 8px 20px;
  margin: 0; }
  .weather-section .interactive-radar .btn:hover, .weather-section .interactive-radar .btn:focus {
    color: #fff;
    background-color: #550f12; }

/* 5-Day Forecast
    ---------------------------------------------------*/
.weather-section .extended-forecast {
  float: left;
  clear: left;
  width: 100%;
  margin-bottom: 20px; }

.weather-section .extended-forecast-header {
  width: 100%;
  color: #961b1f;
  font-size: 32px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

.weather-section .forecast-days {
  float: left;
  width: 100%;
  margin: 0 0 2em;
  padding: 0;
  list-style-type: none; }

.weather-section .forecast-days .forecast-day {
  float: left;
  width: 100%;
  margin-bottom: 1px;
  border: 1px solid #DAEDF4;
  text-align: center;
  background: #ffffff;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d2eefa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #d2eefa 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #d2eefa 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2eefa',GradientType=0 );
  /* IE6-9 */
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#extended-forecast.ui-tabs a {
  padding: 0;
  background: none;
  display: inline;
  margin: 0;
  width: auto;
  height: auto; }

.weather-section .forecast-day .day-name {
  float: left;
  width: 20%;
  line-height: 64px;
  color: #284f62;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center; }

.weather-section .forecast-day img {
  float: left;
  margin-right: 2em;
  line-height: 64px; }

.weather-section .forecast-day .temperature {
  float: left;
  margin-right: .5em;
  color: #284f62;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 64px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700; }

.weather-section .forecast-day .temperature-lo {
  float: left;
  color: #678391;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 64px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400; }

.weather-section .forecast-day .conditions {
  padding: 0 .5em 1em;
  clear: both; }

/* Extended Forecast
    ---------------------------------------------------*/
.weather-section .extended-forecast-description {
  float: left;
  clear: left;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #EBEBEB;
  background: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.weather-section .extended-forecast-description .weather-icon {
  float: left;
  width: 10%;
  padding: 0;
  text-align: center;
  max-width: 32px; }

.weather-section .extended-forecast-description div {
  float: right;
  width: 90%;
  padding: 0 0 0 1em;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.extended-forecast-description img {
  max-width: 32px; }

/* Hourly Forecast
    ---------------------------------------------------*/
.hourly-forecast {
  width: 100%;
  border-collapse: collapse; }

.hourly-forecast th {
  background: #ebebeb;
  text-align: center; }

.hourly-forecast td {
  text-align: center; }

.hourly-forecast img {
  max-width: 32px; }

.weather-section .hourly-forecast-header {
  width: 100%;
  text-align: center;
  color: #9A9E9F;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

/* Local Maps
    ---------------------------------------------------*/
.weathermap-wx {
  height: 500px; }

/* Baybridge Traffic
    ---------------------------------------------------*/
.weather-section .baybridge-wrap {
  float: left;
  clear: left;
  width: 100%; }

.weather-section .baybridge-traffic {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #DAEDF4;
  background: #ffffff;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d8e6ef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #d8e6ef 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #d8e6ef 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8e6ef',GradientType=0 );
  /* IE6-9 */ }

.weather-section .baybridge-header {
  width: 100%;
  padding: .5em 1em;
  text-align: center;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #284f62;
  text-transform: uppercase;
  background: #ffffff;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e7e7e7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e7e7e7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 );
  /* IE6-9 */
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.weather-section .baybridge-traffic .baybridge-webcam iframe {
  width: 100%;
  max-width: 480px; }

.weather-section .baybridge-ad {
  float: left;
  width: 100%;
  text-align: center; }

.weather-section .traffic-item {
  float: left;
  width: 100%;
  margin-bottom: 20px; }

/* Sidebar Links
    ---------------------------------------------------*/
.weather-links {
  list-style: none;
  padding: 0;
  margin: 0; }

.weather-links li {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5em;
  margin: 0; }

.weather-links li.title {
  width: 90%;
  height: 22px;
  padding: 3% 5%;
  background: #4A4A4A;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase; }

.weather-links li a {
  width: 90%;
  height: 22px;
  padding: 3% 5%;
  display: block;
  border-bottom: 1px solid #CCC; }

@media screen and (min-width: 768px) {
  .weather-table .sun-moon {
    display: table-cell; }
  /* Current Conditions & Radar
    ---------------------------------------------------*/
  .weather-section .local-map {
    float: right;
    width: 38.2445141066%;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  /* 5-Day Forecast
    ---------------------------------------------------*/
  .weather-section .forecast-days .forecast-day {
    width: 20%;
    margin: 0; }
  .weather-section .forecast-day .day-name {
    width: 100%;
    line-height: 3; }
  .weather-section .forecast-day img {
    float: none;
    margin: 0; }
  .weather-section .forecast-day .temperature {
    width: 100%;
    line-height: 1;
    margin: 0; }
  .weather-section .forecast-day .temperature-lo {
    width: 100%;
    line-height: 1;
    margin: 0 0 .5em; }
  .weather-section .forecast-day .conditions {
    min-height: 28px; }
  /* Baybridge Traffic
    ---------------------------------------------------*/
  .weather-section .baybridge-traffic {
    width: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .weather-section .baybridge-ad {
    width: 50%;
    padding-top: 13px; }
  .weather-section .traffic-item {
    float: left;
    width: 23%;
    margin-right: 2%; }
  .weather-section .extended-forecast-header {
    clear: left; } }

@media screen and (min-width: 1024px) {
  .weather-section .weather-location {
    display: table;
    width: 100%;
    font-size: 0.9em; }
    .weather-section .weather-location .location-name {
      float: none;
      display: table-cell;
      vertical-align: middle;
      width: 50%; }
      .weather-section .weather-location .location-name span {
        font-size: 1.2em; }
    .weather-section .weather-location .weather-search {
      float: none;
      display: table-cell;
      vertical-align: middle;
      width: 50%;
      margin: 0;
      text-align: right; }
      .weather-section .weather-location .weather-search input {
        display: inline-block;
        margin: 0 5px; }
        .weather-section .weather-location .weather-search input[type="text"] {
          width: 6em; }
        .weather-section .weather-location .weather-search input[type="submit"] {
          display: inline-block;
          width: auto;
          padding: .5em; }
  .weather-section #web-trafficOne {
    height: 550px;
    width: inherit; }
    .weather-section #web-trafficOne .nvtwa_content {
      background: none repeat scroll 0 0 #FFFFFF;
      height: 100%;
      position: absolute;
      width: 410px;
      margin-bottom: 0;
      top: 0;
      overflow-y: scroll; }
    .weather-section #web-trafficOne .nvtwa_mapc {
      height: 100%;
      left: 410px;
      position: absolute;
      right: 0;
      margin: 0; }
  .weather-section .ie8-message {
    margin-top: 0; }
  /* 5-Day Forecast
    ---------------------------------------------------*/
  .weather-section .forecast-description .weather-icon {
    width: auto; }
  .weather-section .forecast-description div {
    width: 88%; }
  /* Local Maps
    ---------------------------------------------------*/
  .weathermap-images {
    display: none; }
  /* Baybridge Traffic
    ---------------------------------------------------*/
  .weather-section table.hourly-forecast {
    width: 100%; } }

div#dfp-weather-mobile {
  z-index: 1003; }

.game-section .section-featured {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 5px solid #4e4e4e; }
  .game-section .section-featured .note {
    font-size: 12px;
    font-size: 0.75rem;
    color: #999;
    margin: 0 0 15px 0; }
  .game-section .section-featured h2 {
    font-size: 1.3em; }
  .game-section .section-featured .summary {
    font-size: 0.8em; }

.game-ravens-home .content-container {
  font-size: 14px;
  font-size: 0.875rem;
  color: #000; }

.game-ravens-home h3 {
  margin-bottom: 24px;
  text-transform: uppercase;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem; }

.ravens-hero {
  font-family: "Oswald", Arial, sans-serif;
  margin-bottom: 32px; }
  @media screen and (min-width: 768px) {
    .ravens-hero {
      margin-bottom: 64px; } }
  .ravens-hero .stage-banner {
    position: relative;
    z-index: 2; }
  .ravens-hero__container {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: block; }
    @media screen and (min-width: 768px) {
      .ravens-hero__container {
        border-radius: 5px; } }
    .ravens-hero__container:after {
      content: '';
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 100%);
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 100%);
      z-index: 1; }
      @media screen and (min-width: 768px) {
        .ravens-hero__container:after {
          border-radius: 5px; } }
  .ravens-hero__content {
    max-width: 375px;
    position: relative;
    z-index: 2;
    padding: 173px 30px 33px; }
    @media screen and (min-width: 768px) {
      .ravens-hero__content {
        max-width: 675px;
        padding: 304px 0 44px 133px; } }
  .ravens-hero .latest {
    margin-bottom: 25px; }
  .ravens-hero .headline {
    color: #fff;
    font-family: "Oswald", Arial, sans-serif;
    margin-bottom: 16px;
    text-decoration: underline;
    font-size: 30px;
    font-size: 1.875rem; }
    @media screen and (min-width: 768px) {
      .ravens-hero .headline {
        font-size: 48px;
        font-size: 3rem; } }
  .ravens-hero .date {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-size: 0.9375rem; }
    @media screen and (min-width: 768px) {
      .ravens-hero .date {
        font-size: 21px;
        font-size: 1.3125rem; } }

.ravens-news__articles div .ravens-news__article:first-child {
  padding-top: 0; }

.ravens-news__article {
  padding: 24px 0;
  border-bottom: 1px solid #e1e1e1; }
  @media screen and (min-width: 768px) {
    .ravens-news__article {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }

.ravens-news .title {
  line-height: 1.24;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold; }
  .ravens-news .title a {
    color: #000; }

.ravens-news .snippet {
  font-size: 14px;
  font-size: 0.875rem;
  color: #444;
  line-height: 1.14; }

.ravens-news .meta {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #979797; }

@media screen and (min-width: 768px) {
  .ravens-news__image-container {
    padding-right: 24px; } }

.ravens-news__image-container a {
  display: block;
  height: 173px; }
  @media screen and (min-width: 480px) {
    .ravens-news__image-container a {
      height: 300px; } }
  @media screen and (min-width: 768px) {
    .ravens-news__image-container a {
      height: 207px;
      max-width: 375px; } }

.ravens-news__image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.ravens-news__article-content {
  padding-top: 24px; }
  @media screen and (min-width: 768px) {
    .ravens-news__article-content {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-top: 0; } }

.show-schedule {
  margin: 0 0 64px; }
  .show-schedule__container {
    background-color: #eee;
    padding: 32px;
    margin: 0 -20px; }
    @media screen and (min-width: 768px) {
      .show-schedule__container {
        margin: 0; } }
  .show-schedule li {
    border-bottom: 1px solid #999;
    padding: 24px 0;
    display: grid;
    grid-template-columns: 80px auto; }
    .show-schedule li:first-child {
      padding-top: 0; }
    .show-schedule li:last-child {
      padding-bottom: 0;
      border-bottom: none; }
  .show-schedule__airing {
    margin-bottom: 24px; }
    .show-schedule__airing:last-child {
      margin-bottom: 0; }
  .show-schedule .day {
    color: #961b1f;
    font-weight: bold;
    margin-right: 48px; }
  .show-schedule .title {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    display: block; }
  .show-schedule .time {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #797979;
    display: block; }

.nfl-news {
  display: none; }
  @media screen and (min-width: 768px) {
    .nfl-news {
      display: block; } }
  .nfl-news__heading a {
    color: #000; }
  .nfl-news .featured_article {
    border-bottom: 1px solid #e1e1e1; }
    .nfl-news .featured_article:first-child {
      padding-top: 0; }
  .nfl-news a {
    font-weight: normal; }

.ravensProgram1 {
  border-bottom: solid 1px #cccccc;
  background-color: #FFFFFF;
  padding: 10px 5px 30px 5px;
  clear: both; }

.ravensProgram2 {
  border-bottom: solid 1px #cccccc;
  background-color: #EEEEEE;
  padding: 10px 5px 30px 5px;
  clear: both; }

.ravensProgram1 p, .ravensProgram2 p {
  margin: 0 0 10px 0px;
  display: inline; }

.ravensProgram1 h3, .ravensProgram2 h3 {
  margin: 0 0 10px 0; }

.program-logo {
  float: left;
  margin: 24px 15px 24px 5px;
  vertical-align: middle; }

.roost-table {
  width: 100%; }

.roost-table td {
  padding: 3px;
  margin: 1px; }

.ravensStandingsHeader {
  font-weight: bold;
  color: #897529;
  vertical-align: middle;
  padding-bottom: 3px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #666666; }

.ravensStandings1, .ravensStandings2 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
  font-size: 11px;
  font-size: 0.6875rem;
  padding-right: 5px;
  padding-left: 5px; }

.ravensStandings1 {
  background-color: #FFFFFF; }

.ravensStandings2 {
  background-color: #EEEEEE; }

/* Audio Highlights */
.game-section .section-highlights ul {
  float: left;
  width: 100%;
  margin: 0;
  list-style: none;
  text-transform: uppercase; }

.game-section .section-highlights ul li {
  float: left;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #cbcbcb;
  font-size: 14px;
  font-size: 1rem; }

.game-section .section-highlights ul li a {
  float: left;
  width: 100%;
  display: block;
  color: #4e4e4e; }

.game-section .section-highlights .play-btn {
  float: left;
  width: 36px;
  height: 36px;
  background: #ec4604;
  position: relative;
  margin: 0 20px 0 0; }

.game-section .section-highlights .play-btn:after {
  position: absolute;
  top: 6px;
  left: 12px;
  content: url("../..../../content/orioles/i_play.png"); }

.game-section .section-highlights .featured {
  padding-top: 0; }

.game-section .section-highlights .featured .title {
  display: block;
  padding: 10px 0; }

.game-section .section-highlights .featured .play-audio {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
  margin: 10px 0;
  background: #f3f3f3; }

.game-section .section-highlights .featured strong {
  line-height: 47px; }

.game-section .section-highlights .featured a.play {
  width: 47px;
  height: 47px;
  margin-right: 15px; }

.game-section .section-highlights .featured .play-btn {
  width: 47px;
  height: 47px;
  border-right: 4px solid #fff; }

.game-section .section-highlights .featured .play-btn:after {
  top: 17px;
  left: 17px; }

.game-section .section-highlights .featured a.dload {
  height: 47px;
  width: 47px;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 4px solid #fff; }

.game-section .section-highlights .featured .dload-btn {
  display: block;
  position: relative;
  margin: 0; }

.game-section .section-highlights .featured .dload-btn:after {
  display: block;
  position: absolute;
  top: 14px;
  left: 14px;
  width: 20px;
  height: 20px;
  content: url("../..../../content/orioles/i_dload.png"); }

.game-section .section-highlights .more {
  display: inline-block;
  text-transform: uppercase;
  clear: both;
  padding: 20px 0;
  font-size: 13px; }

/* Schedule
---------------------------------------------------*/
.game-section .ravens-info .wbal-calendar {
  display: none; }

.game-section .ravens-info #schedule-table .ravens-schedule {
  width: 100%; }

.game-section.game-ravens-home .featured-ravens li {
  background: none repeat scroll 0 0 #442B59;
  margin-bottom: 10px;
  width: 80%;
  padding: 20px 10%; }

.game-section.game-ravens-home .featured-ravens li a {
  color: #FFFFFF; }

.ravens-schedule {
  border: 1px solid #999;
  padding: 0;
  margin: 0; }

.ravens-schedule * {
  padding: 0;
  margin: 0; }

.ravens-schedule > tbody tr:nth-child(odd) {
  background-color: #F7F7F7; }

.ravens-schedule > tbody tr:nth-child(even) {
  background-color: #DDD; }

.ravens-schedule th, .orioles-schedule td {
  vertical-align: middle;
  height: 35px;
  padding-left: 3px; }

.ravens-schedule th {
  font-weight: bold;
  text-align: left; }

.ravens-schedule th, .ravens-schedule td {
  border: 1px solid #999;
  padding: 2px 8px;
  padding: 0.125rem 0.5rem; }

#loading {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 300; }

#calendar.ravens-schedule .fc-event-skin, .game-section .calendar-key div {
  color: #000;
  border: solid 1px #513A64;
  box-shadow: 1px 1px 1px #888;
  border-radius: 2px;
  padding: 3px;
  margin: 2px; }

#calendar.ravens-schedule .training .fc-event-skin, #calendar.ravens-schedule .training.fc-event-skin, .game-section .calendar-key .training {
  background-color: #f6f6f6; }

#calendar.ravens-schedule .game .fc-event-skin, #calendar.ravens-schedule .game.fc-event-skin, .game-section .calendar-key .game {
  background-color: #D9CCE5; }

#calendar.ravens-schedule .fc-event .team {
  font-weight: bold; }

div.calendar-key {
  float: right;
  width: 30%;
  height: 24px;
  text-align: center; }

div.calendar-key div {
  width: 40%;
  margin: 5px 0 0 5px;
  float: right; }

.fc-view-month .ui-widget-content > div {
  min-height: 101px; }

@media screen and (min-width: 1024px) {
  .ravens-td {
    padding: 0;
    width: 971px; }
  #ravens-stage {
    position: relative;
    float: left;
    display: inline;
    width: 971px;
    height: 256px;
    margin-left: -1px;
    background: url(../../content/ravens/bg_ravensgameday.jpg) no-repeat 0 0; }
  .game-section li.featured_highlight {
    background: #efefef;
    padding: 20px;
    margin-bottom: 10px; }
  .game-section .featured_highlight h3 {
    margin: 0 0 10px 0; }
  .game-section .featured_highlight h4 {
    margin: -5px 0 0 0; }
  .game-section .featured-audio {
    margin-bottom: 40px; }
  /* Schedule
    ---------------------------------------------------*/
  .game-section .ravens-info {
    padding: 10px;
    margin-bottom: 30px;
    margin-bottom: 1.875rem; } }

/* News
---------------------------------------------------*/
.game-ravens-home .section-articles #articleList {
  margin-bottom: 10px; }

.game-ravens-home .section-articles a.show-more {
  background-color: #6633a1;
  color: #ffffff;
  padding: 5px; }

/* =Orioles Specific
==================================================================================================================*/
.orioles-section .content-container a {
  color: #ff6e00; }
  .orioles-section .content-container a:hover, .orioles-section .content-container a:active {
    color: #cc5800; }

.orioles-section .content-container h1, .orioles-section .content-container h2, .orioles-section .content-container h3, .orioles-section .content-container h4, .orioles-section .content-container h5, .orioles-section .content-container h6 {
  color: #ff6e00; }

.orioles-section .section-featured {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 5px solid #4e4e4e; }
  .orioles-section .section-featured .note {
    font-size: 12px;
    font-size: 0.75rem;
    color: #999;
    margin: 0 0 15px 0; }
  .orioles-section .section-featured h2 {
    font-size: 1.3em; }
  .orioles-section .section-featured .summary {
    font-size: 0.8em; }

.orioles-section li.featured_highlight {
  background: #efefef;
  padding: 20px;
  margin-bottom: 10px; }

.orioles-section .featured_highlight h3 {
  margin: 0 0 10px 0; }

.orioles-section .featured_highlight h4 {
  margin: -5px 0 0 0; }

.orioles-section .featured-audio {
  margin-bottom: 40px; }

/* Audio Highlights */
.orioles-section .section-highlights ul {
  float: left;
  width: 100%;
  margin: 0;
  list-style: none;
  text-transform: uppercase; }

.orioles-section .section-highlights ul li {
  float: left;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #cbcbcb;
  font-size: 14px;
  font-size: 1rem; }

.orioles-section .section-highlights ul li a {
  float: left;
  width: 100%;
  display: block;
  color: #4e4e4e; }

.orioles-section .section-highlights .play-btn {
  float: left;
  width: 36px;
  height: 36px;
  background: #ec4604;
  position: relative;
  margin: 0 20px 0 0; }

.orioles-section .section-highlights .play-btn:after {
  position: absolute;
  top: 6px;
  left: 12px;
  content: url("../../Content/orioles/i_play.png"); }

.orioles-section .section-highlights .featured {
  padding-top: 0; }

.orioles-section .section-highlights .featured .title {
  display: block;
  padding: 10px 0; }

.orioles-section .section-highlights .featured .play-audio {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
  margin: 10px 0;
  background: #f3f3f3; }

.orioles-section .section-highlights .featured strong {
  line-height: 47px; }

.orioles-section .section-highlights .featured a.play {
  width: 47px;
  height: 47px;
  margin-right: 15px; }

.orioles-section .section-highlights .featured .play-btn {
  width: 47px;
  height: 47px;
  border-right: 4px solid #fff; }

.orioles-section .section-highlights .featured .play-btn:after {
  top: 17px;
  left: 17px; }

.orioles-section .section-highlights .featured a.dload {
  height: 47px;
  width: 47px;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 4px solid #fff; }

.orioles-section .section-highlights .featured .dload-btn {
  display: block;
  position: relative;
  margin: 0; }

.orioles-section .section-highlights .featured .dload-btn:after {
  display: block;
  position: absolute;
  top: 14px;
  left: 14px;
  width: 20px;
  height: 20px;
  content: url("../../Content/orioles/i_dload.png"); }

.orioles-section .section-highlights .more {
  display: inline-block;
  text-transform: uppercase;
  clear: both;
  padding: 20px 0;
  font-size: 13px; }

/* Schedule
---------------------------------------------------*/
.orioles-section .orioles-info .wbal-calendar {
  display: none; }

.orioles-section .orioles-info #schedule-table .orioles-schedule {
  width: 100%; }

.orioles-schedule {
  border: solid 1px #f2f2f2;
  padding: 0;
  margin: 0; }

.orioles-schedule * {
  padding: 0;
  margin: 0; }

.orioles-schedule > tbody tr:nth-child(odd) {
  background-color: #f2f2f2; }

.orioles-schedule th, .orioles-schedule td {
  vertical-align: middle;
  height: 35px;
  padding-left: 3px; }

.orioles-schedule th {
  font-weight: bold;
  text-align: left; }

.orioles-schedule tr:hover {
  background-color: #FF9B6F; }

#loading {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 300; }

#calendar.orioles-schedule .fc-event-skin, .orioles-section .calendar-key div {
  color: #000;
  border: solid 1px #DF4601;
  box-shadow: 1px 1px 1px #888;
  border-radius: 2px;
  padding: 3px;
  margin: 2px; }

#calendar.orioles-schedule .training .fc-event-skin, #calendar.orioles-schedule .training.fc-event-skin, .orioles-section .calendar-key .training {
  background-color: #f6f6f6; }

#calendar.orioles-schedule .game .fc-event-skin, #calendar.orioles-schedule .game.fc-event-skin, .orioles-section .calendar-key .game {
  background-color: #FCE3BA; }

#calendar.orioles-schedule .fc-event .team {
  font-weight: bold; }

div.calendar-key {
  float: right;
  width: 30%;
  height: 24px;
  text-align: center; }

div.calendar-key div {
  width: 40%;
  margin: 5px 0 0 5px;
  float: right; }

/* Cal Section
---------------------------------------------------*/
.cal-section .section-content .link-content p.title a {
  color: #ff6e00; }

.cal-section .sponsors h2 span, .orioles-section .sponsors h2 span {
  color: #ff6e00; }

@media screen and (min-width: 1024px) {
  /* Schedule
    ---------------------------------------------------*/
  .orioles-section .orioles-info .wbal-calendar {
    display: block; }
  .orioles-section .orioles-info #schedule-table .orioles-schedule {
    display: none; } }

.shows-list {
  margin: 15px 0;
  padding: 0; }
  .shows-list li {
    position: relative;
    display: block;
    background: #f1f1f1;
    margin: 2em 0 5em;
    padding: 10px; }
    .shows-list li .showtime {
      position: absolute;
      bottom: 100%;
      left: 0;
      width: 100%;
      padding: 10px;
      color: #fff;
      background: #961b1f; }
      .shows-list li .showtime .show-days {
        color: #cecdcd;
        text-transform: uppercase;
        margin: 0;
        padding: 0; }
      .shows-list li .showtime .show-hours {
        color: #fff;
        font-weight: bold;
        margin: 0;
        padding: 0; }
      .shows-list li .showtime.showtime-weekend {
        background: #868686; }
    .shows-list li .host-pic {
      float: left; }
    .shows-list li .show-name {
      margin-left: 80px; }
    .shows-list li .description {
      clear: both; }

.shows-staff {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  .shows-staff::after {
    clear: both;
    content: "";
    display: table; }
  .shows-staff li {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%; }
    .shows-staff li:last-child {
      margin-right: 0; }
    .shows-staff li:nth-child(2n) {
      margin-right: 0; }
    .shows-staff li:nth-child(2n+1) {
      clear: left; }
    .shows-staff li a {
      display: block;
      padding: 10px;
      text-align: center; }
      .shows-staff li a:hover, .shows-staff li a:active {
        background: #eee; }

.shows-section .page-header .additional {
  display: block;
  color: #961b1f; }

/* Show stage content
---------------------------------------------------*/
.show-stage-content {
  position: relative;
  float: left;
  display: inline;
  width: 100%;
  padding: 0; }

.show-stage-content img {
  float: left;
  width: 100%; }

.show-title img {
  float: left;
  display: inline;
  margin: 15px 0 20px 20px; }

.show-video {
  position: relative;
  float: left;
  display: inline;
  width: 100%;
  height: auto;
  overflow: hidden; }

.stage-extra {
  position: relative;
  display: none;
  padding: 20px;
  background-color: #222;
  clear: left; }

/* = Shows Section
==================================================================================================================*/
.shows-section .header .show-time h3 {
  clear: both;
  display: block;
  padding: 20px 0;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  color: #971d20;
  text-transform: uppercase; }

.shows-section .content > p:last-of-type {
  margin: 0; }

.shows-section .article {
  margin-bottom: 20px;
  position: relative; }

.shows-section .article:nth-child(2n+1) {
  clear: both; }

.shows-section .article .thumbnail {
  margin-bottom: 5px;
  width: 120px;
  max-height: 120px;
  overflow: hidden;
  position: relative; }

.shows-section .article .thumbnail img {
  max-width: 100%;
  height: auto; }

.shows-section .excerpt-read-more p:last-of-type {
  margin-bottom: 0; }

.shows-section .content .more {
  margin-top: 10px;
  display: inline-block;
  text-decoration: underline; }

.shows-section .listen {
  margin: 20px 0 30px;
  padding: 0;
  height: 44px;
  list-style: none;
  position: relative; }

.shows-section .listen li {
  background: #f3f3f3;
  height: 44px;
  text-transform: uppercase;
  float: left;
  display: inline-block; }

.shows-section .listen .play,
.shows-section .listen .download,
.shows-section .listen .playlist {
  position: absolute; }

.shows-section .listen .download,
.shows-section .listen .playlist {
  border-left: 5px solid #fff; }

.shows-section .listen .play a,
.shows-section .listen .download a,
.shows-section .listen .playlist a {
  height: 44px;
  width: 44px;
  text-align: center;
  display: block; }

.shows-section .listen .download:hover a,
.shows-section .listen .playlist:hover a {
  background: #971d20;
  color: #fff; }

.shows-section .listen .play span,
.shows-section .listen .download span,
.shows-section .listen .playlist span {
  position: relative;
  top: 9px;
  font-size: 18px; }

.shows-section .listen .play {
  border-right: 5px solid #fff; }

.shows-section .listen .play a {
  background: #971d20;
  color: #fff; }

.shows-section .listen .text {
  padding: 10px 0 0 65px;
  height: 34px;
  width: -webkit-calc(100% - 65px);
  width: calc(100% - 65px);
  color: #971d20; }

.shows-section .listen .download {
  right: 49px; }

.shows-section .listen .playlist {
  right: 0; }

.shows-section .archive .post.last {
  margin: 0; }

.shows-section .content-container {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  color: #444;
  font-size: 14px;
  font-size: 0.875rem; }
  .shows-section .content-container h1, .shows-section .content-container h2, .shows-section .content-container h3 {
    font-family: "Oswald", Arial, sans-serif;
    text-transform: uppercase;
    color: #000; }
  .shows-section .content-container h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 24px; }

.shows-section .show-main {
  position: relative; }
  .shows-section .show-main .show-is-live {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    z-index: 1;
    background: #ff0000;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px; }
  .shows-section .show-main a.watch-now-button {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-image: url("/Content/play-button.svg");
    background-size: 64px;
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    z-index: 1; }

.shows-section .image-container {
  position: relative; }
  .shows-section .image-container:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0) 29%, #000000 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 29%, #000000 100%); }
  .shows-section .image-container img {
    border-radius: 5px; }

.shows-section .show-info {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .shows-section .show-info {
      position: absolute;
      bottom: 0;
      margin-top: 0;
      color: #fff;
      padding: 40px 40px 30px; } }
  @media screen and (min-width: 768px) {
    .shows-section .show-info__heading {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .shows-section .show-info__heading h2 {
    font-family: "Oswald", Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 48px;
    font-size: 3rem;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .shows-section .show-info__heading h2 {
        margin-bottom: 30px;
        color: #fff; } }
    .shows-section .show-info__heading h2 span {
      font-size: 21px;
      font-size: 1.3125rem;
      font-weight: 400;
      display: block; }
  .shows-section .show-info__heading h3 {
    color: #fff; }
  .shows-section .show-info__time {
    margin: 0 0 20px; }
    @media screen and (min-width: 768px) {
      .shows-section .show-info__time {
        margin: 10px 0 0; } }
    .shows-section .show-info__time h3 {
      margin: 0; }

.shows-section .info {
  background-color: #000;
  color: #fff;
  padding: 40px;
  border: 1px solid #979797;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 5px; }
  .shows-section .info__heading {
    font-size: 24px;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 24px; }
    .shows-section .info__heading span {
      color: #fff; }
  .shows-section .info .content a {
    color: #fff; }
  .shows-section .info .contact {
    font-family: "Montserrat", Arial, sans-serif;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #444; }
    .shows-section .info .contact li {
      font-weight: 700; }
      .shows-section .info .contact li .icon-mobile {
        font-size: 18px;
        margin-right: 10px; }
      .shows-section .info .contact li a {
        font-weight: 400; }
  .shows-section .info .click-to-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .shows-section .info .social {
    margin-top: 20px; }
    .shows-section .info .social li {
      display: inline-block;
      margin: 0 20px 0 0; }
      .shows-section .info .social li span {
        font-size: 24px;
        color: #fff; }

.shows-section .about {
  margin-bottom: 64px; }

.shows-section .show-videos h3 {
  position: relative; }
  .shows-section .show-videos h3 img {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    width: 24px;
    height: 24px; }

.shows-section .show-videos__container {
  margin: 0 -7px; }
  @media screen and (min-width: 768px) {
    .shows-section .show-videos__container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .shows-section .show-videos__container > * {
        width: -webkit-calc(50% - 14px);
        width: calc(50% - 14px); } }
  @media screen and (min-width: 1024px) {
    .shows-section .show-videos__container {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .shows-section .show-videos__container > * {
        width: 25%; } }
  .shows-section .show-videos__container .video {
    margin: 0 7px 20px;
    font-weight: 700; }
    @media screen and (min-width: 1024px) {
      .shows-section .show-videos__container .video {
        margin: 0 7px 0; } }
    .shows-section .show-videos__container .video__wrap {
      position: relative; }
      .shows-section .show-videos__container .video__wrap:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background-image: url("/Content/play-button.svg");
        background-size: 40px;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        z-index: 1; }
      .shows-section .show-videos__container .video__wrap img {
        width: 100%; }

@media screen and (min-width: 1024px) {
  .shows-section .show-social__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -10px; } }

.shows-section .show-social__container > * {
  margin: 0 0 20px; }
  .shows-section .show-social__container > *:last-child {
    margin: 0; }
  @media screen and (min-width: 1024px) {
    .shows-section .show-social__container > * {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 0 10px; } }

.shows-section .show-social h2 {
  font-size: 24px;
  font-size: 1.5rem; }
  .shows-section .show-social h2 img {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    width: 24px;
    height: 24px; }

.shows-section .show-topics .single-article {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px; }
  .shows-section .show-topics .single-article:last-child {
    border-bottom: none; }
  .shows-section .show-topics .single-article__title {
    color: #444;
    text-decoration: none; }

.shows-section .local-news {
  color: #444; }
  @media screen and (min-width: 768px) {
    .shows-section .local-news__container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -12px; } }
  @media screen and (min-width: 480px) {
    .shows-section .local-news__featured {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .shows-section .local-news__featured > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 12px; }
  .shows-section .local-news__featured img {
    margin-bottom: 8px; }
  .shows-section .local-news__featured a {
    color: #444; }
  .shows-section .local-news__list {
    font-weight: 400;
    margin: 0 12px; }
    .shows-section .local-news__list > * {
      border-bottom: 1px solid #e1e1e1;
      padding: 15px 0; }
      .shows-section .local-news__list > *:first-child {
        padding-top: 0; }
      .shows-section .local-news__list > *:last-child {
        padding-bottom: 0;
        border-bottom: 0; }
    .shows-section .local-news__list a {
      color: #444;
      font-weight: 600; }
  .shows-section .local-news a {
    text-decoration: none;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    .shows-section .local-news a:hover {
      text-decoration: underline;
      color: #961b1f; }

.twitter-feed p {
  clear: none;
  margin: 0; }

.twitter-feed ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.twitter-feed li {
  border-bottom: 1px solid #dedede;
  float: none;
  margin-right: 35px;
  padding: 10px 0 15px 0;
  width: 100%;
  margin-bottom: 0; }

.twitter-feed li:nth-child(3) {
  border-bottom: 1px solid #dedede; }

.twitter-feed li:last-child {
  border-bottom: none; }

.twitter-feed a {
  color: #23a9e1;
  text-decoration: none; }

.twitter-feed .timePosted {
  color: #9f9f9f;
  float: left;
  font-size: 13px;
  margin: 14px 0 0 0; }

.twitter-feed .tweet {
  font-size: 13px;
  line-height: 1.8; }

.twitter-feed .interact {
  float: right;
  font-size: 26px;
  margin: 0; }

.twitter-feed .interact a {
  color: #dedede;
  margin-right: 6px; }

.twitter-feed .interact a:hover {
  color: #23a9e1; }

.twitter-feed .user img {
  display: none; }

.twitter-feed .user span span {
  display: none; }

.twitter-feed .user span {
  color: #9f9f9f;
  font-size: 16px;
  font-family: "Oswald", sans-serif; }

.twitter-feed ul:after,
.twitter-feed li:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both; }

.shows-section.shows-sipping .article,
.shows-section.shows-sipping .article .excerpt {
  width: 100%; }

.shows-section.shows-sipping .article,
.shows-section.shows-sipping .article .excerpt p {
  margin: 0; }

.shows-section.shows-sipping .article .thumbnail {
  display: none; }

.shows-profile-content img {
  float: left;
  margin: 0 10px 10px 0; }

.shows-profile-content p {
  clear: none; }

.shows-profile-content .show-back {
  padding: 10px;
  background: #f0f0f0;
  text-transform: uppercase;
  font-weight: bold; }

@media screen and (min-width: 768px) {
  .shows-list {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto; }
    .shows-list::after {
      clear: both;
      content: "";
      display: table; }
    .shows-list li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .shows-list li:last-child {
        margin-right: 0; }
      .shows-list li:nth-child(2n) {
        margin-right: 0; }
      .shows-list li:nth-child(2n+1) {
        clear: left; }
  #show-schedule .ui-tabs-nav {
    display: table;
    width: 100%;
    float: none; }
    #show-schedule .ui-tabs-nav li {
      float: none;
      display: table-cell; }
      #show-schedule .ui-tabs-nav li:last-child a {
        border-right: 0; }
    #show-schedule .ui-tabs-nav a {
      display: block;
      height: auto;
      margin: 0;
      padding: 5px;
      width: 100%;
      border-right: 1px solid #fff;
      text-align: center; }
  .shows-section .poll-form .col-1 {
    float: left;
    width: 45%;
    padding: 0 5% 0 0;
    margin: 0;
    border-right: 1px solid #e4f7fd;
    border-bottom: 0; }
  .shows-section .poll-form .col-2 {
    float: right;
    clear: none;
    width: 45%; }
  /* Show stage content
	---------------------------------------------------*/
  .show-stage-content {
    position: relative;
    float: left;
    display: inline;
    width: 100%;
    padding: 0; }
  .show-stage-content img {
    width: 100%; }
  .show-title img {
    float: left;
    display: inline;
    margin: 15px 0 20px 20px; }
  .show-intro {
    position: absolute;
    left: 0;
    bottom: 0;
    float: left;
    display: inline;
    width: 100%;
    padding: 3%;
    background: url(/content/shows/bg_intro.png) repeat 0 0;
    color: #fff;
    font-size: 0.7em; } }

@media screen and (min-width: 1024px) {
  .shows-section .primary-content {
    min-height: 400px; }
  .shows-c4-kroneberger .about img {
    padding-left: 50px; }
  /* Show stage content
---------------------------------------------------*/
  .show-stage-content {
    position: relative;
    float: left;
    display: inline;
    width: 600px;
    padding: 0; }
  #show-stage {
    width: 971px;
    height: 75px;
    margin: 0 0 0 -1px;
    text-align: left; }
  .stage-intro {
    position: relative;
    float: right;
    display: inline;
    width: 600px;
    height: 75px; }
  .show-title img {
    float: left;
    display: inline;
    margin: 15px 0 20px 20px; }
  .show-intro {
    padding: 10px 20px; }
  .show-video {
    position: relative;
    float: left;
    display: inline;
    width: 600px;
    height: 255px;
    overflow: hidden; }
  .listen .download.expand, .listen .playlist.expand {
    width: 21%; }
  .listen .download.move {
    right: 137px; }
  .listen .download.expand a, .listen .playlist.expand a {
    width: 100%;
    position: relative; }
  .listen .download.expand a:before, .listen .playlist.expand a:before {
    position: absolute;
    top: 11px;
    left: 12px; }
  .listen .download.expand a:before {
    content: "Download"; }
  .listen .playlist.expand a:before {
    content: "Playlist"; }
  .listen .download.expand span, .listen .playlist.expand span {
    position: absolute;
    right: 10px; } }

/* =Landing Page for Podcasts
=================================================*/
.podcasts-list {
  margin: 15px 0;
  padding: 0; }
  .podcasts-list li {
    position: relative;
    display: block;
    background: #f1f1f1;
    border-top: 3px solid #961b1f;
    margin: 2em 0;
    padding: 10px; }
    .podcasts-list li .host-pic {
      float: left;
      max-width: 50px; }
    .podcasts-list li .podcast-name {
      margin-left: 80px; }
      .podcasts-list li .podcast-name .subtitle {
        display: block;
        font-weight: normal;
        font-size: .9em; }
    .podcasts-list li .description {
      clear: both; }

@media screen and (min-width: 768px) {
  .podcasts-list {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto; }
    .podcasts-list::after {
      clear: both;
      content: "";
      display: table; }
    .podcasts-list li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .podcasts-list li:last-child {
        margin-right: 0; }
      .podcasts-list li:nth-child(2n) {
        margin-right: 0; }
      .podcasts-list li:nth-child(2n+1) {
        clear: left; } }

/* =Individual Page for Podcast
=================================================*/
.podcast-hero {
  background-color: #050505;
  color: #fff; }
  .podcast-hero .stage-banner {
    z-index: 2;
    position: relative; }
  .podcast-hero__container {
    max-width: 828px;
    z-index: 2;
    position: relative; }
  .podcast-hero__heading {
    margin-top: 70px; }
    .podcast-hero__heading h1 {
      font-size: 48px;
      font-family: "Oswald", Arial, sans-serif;
      text-transform: uppercase;
      font-weight: 700; }
      .podcast-hero__heading h1 span {
        font-size: 21px;
        font-family: "Oswald", Arial, sans-serif;
        display: block;
        text-transform: uppercase;
        margin-top: 10px;
        font-weight: 400; }
  .podcast-hero__img {
    display: none; }
    @media screen and (min-width: 1024px) {
      .podcast-hero__img {
        position: absolute;
        right: -160px;
        bottom: 0;
        max-width: 585px;
        z-index: 1;
        display: block; } }
  .podcast-hero__summary {
    font-size: 14px;
    padding-right: 30px;
    font-family: "Montserrat", Arial, sans-serif; }

.latest-podcast {
  margin: 64px 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 24px; }
  .latest-podcast__heading {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Montserrat", Arial, sans-serif;
    margin-bottom: 20px; }
  .latest-podcast__description {
    font-family: "Oswald", Arial, sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .latest-podcast .share-link {
    color: #fff;
    font-size: 18px; }
    .latest-podcast .share-link span:first-child {
      text-transform: capitalize;
      text-decoration: underline; }
    .latest-podcast .share-link .icon-share {
      margin-left: 8px; }
  .latest-podcast .share-container {
    position: absolute;
    right: 0;
    padding: 10px 10px 5px;
    background-color: #1a1a1a; }
  .latest-podcast .desc {
    margin-bottom: 35px; }
  .latest-podcast .player {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .latest-podcast .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
  .latest-podcast .player-wrap {
    width: 100%; }
  .latest-podcast .icon-arrow-down1 {
    color: #fff;
    border-bottom: 1.5px solid #fff;
    padding-bottom: 1.5px; }
  .latest-podcast .audioplayer {
    border: none;
    background: none;
    box-shadow: none; }
    .latest-podcast .audioplayer-bar {
      box-shadow: none;
      background-color: #444;
      border-radius: 0; }
    .latest-podcast .audioplayer-bar-loaded {
      background-color: #961b1f;
      border-radius: 0; }
    .latest-podcast .audioplayer-playpause {
      display: none; }
    .latest-podcast .audioplayer-time {
      font-family: "Montserrat", Arial, sans-serif;
      font-size: 14px; }
    .latest-podcast .audioplayer-time-current {
      left: 1em; }
    .latest-podcast .audioplayer-time-duration {
      border: none; }
    .latest-podcast .audioplayer-volume {
      right: 13px;
      font-size: 18px; }

.podcast-audio {
  font-size: 20px; }
  .podcast-audio .icon {
    color: #fff;
    background: #961b1f;
    border-radius: 50%;
    padding: 8px; }

.podcasts-channel .audioplayer-volume-adjust {
  width: 100%; }

.podcasts-channel .show-more {
  background: #961B31;
  color: #ffffff;
  padding: 10px;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 123px; }

.all-podcasts__heading {
  text-transform: uppercase;
  color: #000;
  font-size: 24px; }

.all-podcasts .subscribe {
  font-size: 20px;
  margin: 20px 0 30px;
  color: #000; }

.podcasts {
  margin: 20px 0; }
  .podcasts li {
    display: block;
    margin: 0;
    padding: 20px 0; }
    @media screen and (min-width: 768px) {
      .podcasts li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    .podcasts li .play-audio {
      float: left;
      text-align: center;
      line-height: 1; }
    .podcasts li .info {
      color: #000;
      position: relative; }
      @media screen and (min-width: 768px) {
        .podcasts li .info {
          margin-left: 24px; } }
      .podcasts li .info__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 24px 0; }
    .podcasts li .share-container {
      position: absolute;
      right: 0;
      box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 15px 0px;
      padding: 10px 10px 5px;
      background-color: #fff; }
    .podcasts li .audioplayer {
      border: none;
      background: none;
      box-shadow: none;
      color: #444444;
      text-shadow: none;
      font-family: "Montserrat", Arial, sans-serif; }
    .podcasts li .audioplayer-time-current {
      border-left: none;
      left: 10px; }
    .podcasts li .audioplayer-bar {
      background-color: #e1e1e1;
      box-shadow: none;
      height: 7px;
      right: 8.5em;
      left: 5.5em; }
    .podcasts li .audioplayer-bar-loaded {
      background-color: #961b1f; }
    .podcasts li .audioplayer-time-duration {
      border-right: none;
      right: 3em; }
    .podcasts li .audioplayer-volume {
      border-left: none;
      right: 7px; }
      .podcasts li .audioplayer-volume:hover a {
        -webkit-filter: none;
        filter: none;
        background-color: #fff; }
        .podcasts li .audioplayer-volume:hover a:before {
          border-right-color: #fff; }
    .podcasts li .audioplayer-volume-button a {
      -webkit-filter: none;
      filter: none;
      background-color: #444; }
      .podcasts li .audioplayer-volume-button a:before {
        border-right-color: #444; }
    .podcasts li .audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
      border-color: #444; }
    .podcasts li .audioplayer:not(.audioplayer-mute) .audioplayer-volume:hover .audioplayer-volume-button a:after {
      border-color: #fff; }
    .podcasts li .audioplayer-bar, .podcasts li .audioplayer-bar div {
      border-radius: 0; }
    .podcasts li .icon-arrow-down1 {
      color: #444444; }
    .podcasts li .share-link {
      font-weight: 500; }
      .podcasts li .share-link span:first-child {
        font-size: 14px;
        text-decoration: underline; }
      .podcasts li .share-link .icon-share {
        margin-left: 8px; }
    .podcasts li h3 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .podcasts li h3 .subtitle {
        color: #961b1f;
        display: block;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase; }
    .podcasts li .title {
      font-weight: 600;
      font-size: 16px;
      margin-bottom: 30px; }
    .podcasts li .desc {
      font-size: 14px;
      font-family: "Montserrat", Arial, sans-serif; }
    .podcasts li .btn {
      font-size: .7em; }
    .podcasts li .player-wrap {
      width: 100%; }
    .podcasts li .audioplayer-playpause {
      display: none; }
    .podcasts li .icon-arrow-down1 {
      color: #444444;
      border-bottom: 1.5px solid #444;
      padding-bottom: 1.5px;
      font-size: 13px; }

@media screen and (min-width: 768px) {
  .podcast-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 768px) {
  .podcast-info .about {
    max-width: 450px;
    margin: 0 30px 30px 0; } }

.podcast-info .play-audio.featured-audio {
  font-size: 3em;
  line-height: 1;
  float: left;
  padding: 20px 0; }

.podcast-info .info {
  margin-left: 4em;
  margin-bottom: 30px;
  padding: 20px 0; }
  .podcast-info .info h3 {
    font-weight: bold;
    margin-top: 10px; }
    .podcast-info .info h3 .subtitle {
      font-weight: normal;
      display: block; }
  .podcast-info .info .desc {
    font-size: .8em; }

.episode-image {
  max-width: 184px;
  display: none; }
  @media screen and (min-width: 768px) {
    .episode-image {
      display: block; } }

.podcasts {
  font-family: "Montserrat", Arial, sans-serif; }
  .podcasts__heading {
    font-family: "Oswald", Arial, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    text-transform: uppercase; }
  .podcasts .podcast {
    border: 1px solid #999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 25px;
    margin: 15px 0;
    position: relative;
    text-decoration: none; }
    .podcasts .podcast:after {
      content: '';
      position: absolute;
      bottom: 5px;
      right: -20px;
      background-image: url("/Content/play-button.svg");
      background-size: 40px;
      background-repeat: no-repeat;
      width: 40px;
      height: 40px;
      z-index: 1; }
    .podcasts .podcast:hover .podcast__heading {
      text-decoration: underline; }
    .podcasts .podcast img {
      margin-right: 24px; }
    .podcasts .podcast__heading {
      color: #961b1f;
      text-transform: uppercase;
      margin-bottom: 5px;
      font-weight: 600;
      line-height: 1.5; }
      .podcasts .podcast__heading + * {
        margin: 0; }
    .podcasts .podcast__summary {
      font-size: 15px;
      font-size: 0.9375rem;
      color: #000;
      font-weight: 600;
      line-height: 1.5; }
    .podcasts .podcast .player-wrap .audioplayer {
      margin-top: 8px; }
    .podcasts .podcast.playing:before {
      content: none; }
    .podcasts .podcast.icon-pause:after {
      background-image: url("/Content/pause-button.svg"); }
  .podcasts .view-all {
    text-align: right;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    color: #000;
    font-size: 16px;
    font-size: 1rem; }
    .podcasts .view-all:hover {
      text-decoration: underline; }
    .podcasts .view-all .icon-arrow-right {
      color: #961b1f; }

.news-section .section-articles #articleList {
  margin-bottom: 10px; }

.news-section .section-articles a.show-more {
  background: #961B31;
  color: #ffffff;
  padding: 5px; }

.news-health .page-header > * {
  display: inline-block; }

.news-health .page-header h1 {
  margin-right: 10px; }

.news-health .page-header img {
  max-width: 300px;
  width: 100%; }

.contact-form {
  margin-bottom: 30px; }

.numbers li {
  padding: 8px 0 8px 10px;
  border-bottom: 1px solid #eee;
  font-size: 0.85em; }

.jtc-section {
  background-color: #000;
  color: #fff;
  padding: 40px;
  border: 1px solid #979797;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 5px; }

.jtc-section .info__heading {
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 24px; }

.jtc-section .info__heading span {
  color: #fff; }

.jtc-section .content a {
  color: #fff; }

.jtc-section .contact {
  font-family: "Montserrat", Arial, sans-serif;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  border-bottom: 1px solid #444; }

.jtc-section .contact li {
  font-weight: 700; }

.jtc-section .contact li .icon-mobile {
  font-size: 18px;
  margin-right: 10px; }

.jtc-section .contact li a {
  font-weight: 400; }

.jtc-section .click-to-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.jtc-section .social {
  margin-top: 20px; }

.jtc-section .social li {
  display: inline-block;
  margin: 0 20px 0 0; }

.jtc-section .social li span {
  font-size: 24px;
  color: #fff; }

/* Sales Form
==================================================================================================================*/
.media-kit-button {
  display: inline-block;
  background-color: #789ec5;
  border: 3px solid white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  color: white;
  font-weight: bold;
  margin: 0 auto 15px;
  padding: 8px 15px;
  font-size: 16px; }

.websales-form {
  background: #eee;
  padding: 10px;
  margin: 0 0 10px 0;
  font-size: 12px; }

.websales-form .considering {
  font-weight: bold;
  margin-bottom: 10px;
  color: #999; }

.websales-form fieldgroup {
  margin: 0;
  padding: 10px 0 0 10px;
  border: none; }

.websales-form .field {
  float: left;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: left; }

.websales-form .checkboxes .field {
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
  border-left: 1px dotted #09F; }

.websales-form .field .checkbox {
  margin: 0 6px 0 0;
  padding: 0; }

.websales-form .field label {
  display: block;
  color: #000;
  margin: 0 10px 0 0;
  width: 100%;
  text-align: left;
  line-height: 24px;
  vertical-align: bottom; }

.websales-form .field input {
  float: left;
  display: inline;
  width: 90%;
  height: 20px;
  border: 0;
  padding: 0 0 0 3px;
  border: 1px dotted #09F; }

.websales-form .field {
  margin: 0 0 10px 0; }

.websales-form .field.verification span {
  margin: 0 0 0 10px;
  border: 0 !important;
  font-style: italic; }

.websales-form .buttons {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  border: 0; }

.websales-form .buttons input {
  background: url("/content/b_submit.gif") no-repeat scroll 0 0 transparent;
  width: 129px;
  height: 35px;
  text-indent: 3000px; }

@media screen and (min-width: 768px) {
  /* Sales Form
    ==================================================================================================================*/
  .websales-form .field {
    display: inline;
    width: auto;
    margin-right: 1em;
    clear: none; }
  .websales-form .field label {
    float: left;
    display: inline;
    color: #000;
    margin: 0 10px 0 0;
    width: 90px;
    text-align: left;
    line-height: 24px;
    vertical-align: bottom; }
  .websales-form .field input {
    float: left;
    display: inline;
    width: 118px;
    height: 20px;
    border: 0;
    padding: 0 0 0 3px;
    border: 1px dotted #09F; }
  .websales-form .buttons {
    float: left;
    width: 124px;
    height: 31px;
    margin: 0 0 10px 100px;
    border: 0;
    box-shadow: #ccc 0 2px 10px;
    -moz-box-shadow: #ccc 0 2px 5px;
    -webkit-box-shadow: #ccc 0 2px 5px; } }

.internship-subhead {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 1.5em;
  margin-top: 20px; }

.kids-home p,
.kids-home ul,
.kids-home p,
.kids-home blockquote {
  font-family: Arial, sans-serif;
  color: #000; }

.kids-home h1,
.kids-home h2,
.kids-home h3,
.kids-home h4,
.kids-home h5,
.kids-home h6 {
  font-family: "Montserrat", sans-serif; }

.kids-home ul,
.kids-home p,
.kids-home blockquote,
.kids-home .band__subtitle {
  color: #000; }

.kids-home .stage.group, .kids-home .stage.section-header, .kids-home .stage.section-header-alt, .kids-home .section-content li.stage, .section-content .kids-home li.stage, .kids-home .ap-feed .ap-topheadline-table .stage.ap-topheadlineitem-p, .ap-feed .ap-topheadline-table .kids-home .stage.ap-topheadlineitem-p, .kids-home .ap-feed .ap-lineup-table .stage.ap-newsbriefitem, .ap-feed .ap-lineup-table .kids-home .stage.ap-newsbriefitem, .kids-home .footer-container .stage.top-bar, .footer-container .kids-home .stage.top-bar, .kids-home .stage.videoList__item {
  display: none; }

.kids-home .content-container > .wrapper {
  width: 100%;
  max-width: 1440px;
  padding-right: 0;
  padding-left: 0; }

.kids-home .divider {
  display: block;
  height: 5px;
  max-width: 220px;
  margin: 25px auto; }

.kids-home .divider--red {
  background-color: #d63529; }

.kids-home .divider--green {
  background-color: rgba(48, 165, 64, 0.4); }

.kids-home .divider--blue {
  background-color: #84a1f8; }

.kids-home .owl-buttons {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%; }
  .kids-home .owl-buttons .owl-next,
  .kids-home .owl-buttons .owl-prev {
    display: none;
    position: absolute;
    width: 40px;
    height: 50px;
    font-size: 60px;
    color: #30a540; }
    @media screen and (min-width: 768px) {
      .kids-home .owl-buttons .owl-next,
      .kids-home .owl-buttons .owl-prev {
        display: block; } }
  .kids-home .owl-buttons .owl-prev .icon {
    display: inline-block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.kids-home .footer-container {
  position: relative;
  z-index: 1; }

.box {
  background-color: white;
  position: relative;
  z-index: 400;
  border-width: 7px;
  border-style: solid; }

.box--lrg {
  max-width: 1135px; }

.box--pad-lrg {
  padding: 30px 20px; }
  @media screen and (min-width: 1024px) {
    .box--pad-lrg {
      width: 95%;
      padding: 70px 20px; } }
  @media screen and (min-width: 1280px) {
    .box--pad-lrg {
      width: 100%; } }

.box--pad-med {
  padding: 30px 20px; }
  @media screen and (min-width: 1024px) {
    .box--pad-med {
      width: 95%;
      padding: 50px 20px; } }
  @media screen and (min-width: 1280px) {
    .box--pad-med {
      width: 100%; } }

.box--orange {
  border-color: #e5742c; }

.box--blue {
  border-color: #84a1f8; }

.box--red {
  border-color: #d63529; }

.box--green {
  border-color: #30a540; }

.band {
  margin: 20px 0; }
  @media screen and (min-width: 1024px) {
    .band {
      margin: 40px 0; } }
  .band .wrapper--header {
    padding: 0;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .band .wrapper--header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }

.band--center-content {
  text-align: center; }

.band--hero {
  margin-bottom: 30px; }
  .band--hero .fluid-width-video-wrapper {
    width: 95%;
    margin: 0 auto;
    padding-top: 53.25% !important; }
    @media screen and (min-width: 1024px) {
      .band--hero .fluid-width-video-wrapper {
        max-width: 71%;
        padding-top: 40.25% !important;
        height: 460px;
        margin: 0 0 30px; } }
    @media screen and (min-width: 1280px) {
      .band--hero .fluid-width-video-wrapper {
        padding-top: 40.5% !important;
        max-width: 750px; } }
  .band--hero .button--info {
    display: block;
    width: 90%;
    max-width: 380px;
    margin: 20px auto; }
    @media screen and (min-width: 1024px) {
      .band--hero .button--info {
        position: absolute;
        bottom: 30%;
        left: 0;
        width: 25%;
        max-width: none;
        margin: 0; } }
    @media screen and (min-width: 1280px) {
      .band--hero .button--info {
        left: 0;
        bottom: 50px; } }

.band__title {
  font-weight: 700;
  font-size: 30px; }
  .band__title + .band__subtitle {
    margin-top: 10px; }
  .band__title--green {
    color: #30a540; }
  .band__title--red {
    color: #d63529; }
  .band__title--orange {
    color: #e5742c; }

.band__subtitle {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px; }

.band--info {
  text-align: left;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px; }
  .band--info .wrapper {
    padding: 70px 40px; }
    @media screen and (min-width: 768px) {
      .band--info .wrapper {
        padding: 70px 60px; } }
    @media screen and (min-width: 1024px) {
      .band--info .wrapper {
        padding: 70px 200px; } }
  .band--info .box__title {
    font-weight: bolder;
    color: #d63529;
    font-size: 26px;
    margin-top: 30px; }
    .band--info .box__title:first-child {
      margin-top: 0; }
  .band--info ul {
    list-style-type: disc;
    list-style-position: inside; }

.band--submit-request {
  margin: 20px 0; }
  .band--submit-request strong {
    font-family: "Montserrat", sans-serif;
    color: #d63529; }
  .band--submit-request .band__content {
    padding: 30px 0; }
    @media screen and (min-width: 1024px) {
      .band--submit-request .band__content {
        padding: 30px; } }

.hero-content {
  position: relative;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .hero-content {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      text-align: left;
      min-height: 460px; } }
  @media screen and (min-width: 1280px) {
    .hero-content {
      padding-left: 0; } }
  .hero-content h1.kids-page-title {
    border: none;
    max-width: 370px;
    margin: 0 auto 20px auto;
    color: #000;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: normal;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .hero-content h1.kids-page-title {
        margin: 0 0 20px;
        text-align: left; } }
    .hero-content h1.kids-page-title span {
      display: inline;
      background-image: -webkit-linear-gradient(top, #30a540 50%, transparent 50%);
      background-image: linear-gradient(to bottom, #30a540 50%, transparent 50%);
      background-position: 0 1.09em;
      background-repeat: repeat-x;
      background-size: 2px 10px;
      line-height: 1.5; }
      @media screen and (min-width: 1024px) {
        .hero-content h1.kids-page-title span {
          font-size: 46px;
          line-height: 1.2;
          display: inline-block; } }
      .hero-content h1.kids-page-title span:first-child {
        margin-bottom: 5px; }
  .hero-content img.kids-logo {
    margin-top: 20px;
    margin-bottom: 5px; }
    @media screen and (min-width: 1024px) {
      .hero-content img.kids-logo {
        margin-bottom: 20px; } }
    @media screen and (min-width: 1280px) {
      .hero-content img.kids-logo {
        padding-left: 0;
        margin-top: 45px;
        margin-bottom: 30px; } }

.hero-content-aside {
  text-align: center;
  max-width: 700px;
  margin: 0 auto; }
  .hero-content-aside img {
    display: inline-block; }

.feature-video {
  display: block;
  position: relative;
  margin-bottom: 20px; }

.icon-play__icon {
  color: white;
  font-size: 105px;
  width: 105px;
  height: 105px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

form.donate {
  display: block;
  width: 90%;
  max-width: 380px;
  margin: 20px auto; }
  @media screen and (min-width: 1024px) {
    form.donate {
      position: absolute;
      bottom: 5%;
      left: 0;
      margin: 0; } }
  @media screen and (min-width: 1280px) {
    form.donate {
      left: 0;
      bottom: 20px; } }

.button.button--blue {
  background-color: #3d4f8f;
  padding: 24px 20px;
  text-align: center;
  color: white;
  font-size: 18px;
  width: 100%;
  box-shadow: 0 0 0;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  @media screen and (min-width: 768px) {
    .button.button--blue {
      font-size: 22px;
      padding: 10px; } }
  @media screen and (min-width: 1024px) {
    .button.button--blue {
      padding: 15px 10px; } }
  @media screen and (min-width: 1280px) {
    .button.button--blue {
      padding: 20px 10px; } }
  .button.button--blue:hover, .button.button--blue:visited {
    color: white;
    background-color: #2e3b6b; }
  .button.button--blue .icon {
    color: #84a1f8;
    vertical-align: middle;
    font-size: 32px;
    margin-left: 10px;
    top: -3px;
    font-size: 20px;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .button.button--blue .icon {
        font-size: 24px;
        top: -2px;
        position: relative; } }
  .button.button--blue.button--small {
    font-size: 16px;
    display: inline-block;
    padding: 10px 5px 10px 10px;
    font-size: 16px;
    margin: 0; }
    .button.button--blue.button--small .icon {
      font-size: 18px;
      margin: 0; }

.orgs .org {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .orgs .org {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .orgs .org__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 215px;
    -ms-flex: 0 1 215px;
    flex: 0 1 215px; }
  .orgs .org__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .orgs .org__heading {
    font-size: 18px;
    font-weight: bold; }

.band--holiday ul {
  max-width: 600px;
  margin: 0 auto;
  text-align: left; }

.band--holiday .kids-address {
  text-align: center;
  margin-top: 10px; }

.band--testimonials {
  margin-top: 20px;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .band--testimonials {
      margin-top: 30px; } }
  .band--testimonials > .wrapper {
    padding-left: 10%;
    padding-right: 10%; }
  .band--testimonials:before {
    display: block;
    background-color: rgba(48, 165, 64, 0.25);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0%;
    z-index: 0;
    height: 118%;
    top: -9%;
    -webkit-transform: skewY(5deg);
    transform: skewY(5deg); }

.kid-testimonials {
  padding-top: 30px;
  padding-bottom: 40px; }
  @media screen and (min-width: 1024px) {
    .kid-testimonials {
      padding-top: 40px;
      padding-bottom: 60px; } }
  .kid-testimonials .wrapper {
    position: relative; }
  .kid-testimonials .owl-controls {
    display: block;
    text-align: center;
    padding-top: 20px; }
    @media screen and (min-width: 1024px) {
      .kid-testimonials .owl-controls {
        padding-top: 40px; } }
  .kid-testimonials .owl-page {
    display: inline-block;
    border: 4px solid rgba(48, 165, 64, 0.4);
    margin: 0 4px;
    width: 17px;
    height: 17px;
    border-radius: 50%; }
    @media screen and (min-width: 1024px) {
      .kid-testimonials .owl-page {
        margin: 0 3px; } }
    .kid-testimonials .owl-page.active {
      background-color: rgba(48, 165, 64, 0.5);
      border: 4px solid rgba(48, 165, 64, 0); }
  .kid-testimonials .owl-buttons {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%; }
    .kid-testimonials .owl-buttons .owl-next,
    .kid-testimonials .owl-buttons .owl-prev {
      display: none;
      position: absolute;
      width: 40px;
      height: 50px;
      font-size: 60px;
      color: #30a540; }
      @media screen and (min-width: 1024px) {
        .kid-testimonials .owl-buttons .owl-next,
        .kid-testimonials .owl-buttons .owl-prev {
          display: block; } }
    .kid-testimonials .owl-buttons .owl-prev {
      left: -115px; }
      @media screen and (min-width: 1280px) {
        .kid-testimonials .owl-buttons .owl-prev {
          left: -145px; } }
      .kid-testimonials .owl-buttons .owl-prev .icon {
        display: inline-block;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
    .kid-testimonials .owl-buttons .owl-next {
      right: -93px; }
      @media screen and (min-width: 1280px) {
        .kid-testimonials .owl-buttons .owl-next {
          right: -123px; } }

.quotation {
  font-size: 250px;
  position: absolute;
  z-index: 450;
  color: #30a540;
  display: none;
  width: 64px;
  height: 64px;
  line-height: 1; }
  @media screen and (min-width: 1024px) {
    .quotation {
      display: block; } }

.quotation--open {
  top: -84px;
  left: 5%; }

.quotation--close {
  bottom: 0;
  right: 6%; }

.kid-testimonials__item {
  padding: 0 20px; }
  @media screen and (min-width: 1280px) {
    .kid-testimonials__item {
      padding: 0; } }
  .kid-testimonials__item blockquote {
    margin: 0;
    font-size: 16px; }
    @media screen and (min-width: 1024px) {
      .kid-testimonials__item blockquote {
        font-size: 24px; } }
    .kid-testimonials__item blockquote p {
      font-weight: 700;
      font-family: "Oswald", sans-serif; }
  .kid-testimonials__item cite {
    margin-top: 20px;
    font-weight: normal;
    font-style: normal;
    font-family: arial, sans-serif; }
    .kid-testimonials__item cite span {
      color: #30a540;
      font-weight: bold;
      font-size: 18px;
      vertical-align: middle;
      display: inline-block;
      position: relative;
      top: -2px; }

.kid-testimonials__item-title {
  color: #30a540;
  font-weight: 700;
  font-size: 24px; }

.band--consider .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (min-width: 1024px) {
    .band--consider .wrapper {
      margin-top: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .band--consider .wrapper:after {
    display: none; }

.band--consider .box {
  margin: 0 30px 30px; }
  .band--consider .box img {
    float: left; }
  @media screen and (min-width: 1024px) {
    .band--consider .box {
      padding: 0; } }
  .band--consider .box + .box {
    margin-top: 20px; }
    @media screen and (min-width: 1024px) {
      .band--consider .box + .box {
        margin-top: 0; } }
  .band--consider .box ul li {
    position: relative; }
    .band--consider .box ul li:before {
      position: absolute;
      left: -20px;
      top: 9px;
      content: "";
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #3d4f8f;
      display: block; }

.band--consider .box__header {
  max-width: 315px;
  margin: 0 auto; }

.band--consider .box__header-icon {
  margin-bottom: 20px; }

.band--consider .box__title {
  color: #3d4f8f;
  font-size: 24px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif; }

.band--kids-partners {
  padding: 20px; }
  @media screen and (min-width: 1024px) {
    .band--kids-partners {
      padding: 70px 0; } }
  .band--kids-partners header {
    max-width: 730px;
    display: inline-block; }
  .band--kids-partners .band__title {
    font-size: 28px;
    font-weight: bolder;
    color: #30a540; }
  .band--kids-partners .kids-partners {
    width: 90%;
    margin: 20px 5%; }
  .band--kids-partners .owl-buttons {
    top: 22%; }
    .band--kids-partners .owl-buttons .owl-prev,
    .band--kids-partners .owl-buttons .owl-next {
      display: block; }
  .band--kids-partners .owl-prev {
    left: -41px; }
    @media screen and (min-width: 768px) {
      .band--kids-partners .owl-prev {
        left: -71px; } }
    @media screen and (min-width: 1024px) {
      .band--kids-partners .owl-prev {
        left: -68px; } }
  .band--kids-partners .owl-next {
    right: -24px; }
    @media screen and (min-width: 768px) {
      .band--kids-partners .owl-next {
        right: -52px; } }
    @media screen and (min-width: 1024px) {
      .band--kids-partners .owl-next {
        right: -48px; } }

.band--contact {
  position: relative;
  z-index: 0;
  margin: 30px 0 40px; }
  @media screen and (min-width: 1024px) {
    .band--contact {
      margin-top: 0;
      margin-bottom: 100px;
      padding: 50px 60px; } }
  .band--contact:before {
    display: block;
    background-color: rgba(214, 53, 41, 0.25);
    content: "";
    width: 100%;
    height: 120%;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 0;
    height: 150%;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
    top: -10px; }
    @media screen and (min-width: 1024px) {
      .band--contact:before {
        top: 30px; } }
  .band--contact .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 20px 20px;
    text-align: center;
    width: 90%;
    margin: 20px auto; }
    @media screen and (min-width: 640px) {
      .band--contact .wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media screen and (min-width: 1024px) {
      .band--contact .wrapper {
        padding: 50px 60px;
        margin-bottom: 20px; } }
    .band--contact .wrapper > div {
      margin-bottom: 30px; }
      @media screen and (min-width: 1024px) {
        .band--contact .wrapper > div {
          text-align: left;
          margin-bottom: 0; } }
      .band--contact .wrapper > div:nth-child(1) {
        width: 150px; }
        @media screen and (min-width: 640px) {
          .band--contact .wrapper > div:nth-child(1) {
            width: 100%; } }
        @media screen and (min-width: 640px) {
          .band--contact .wrapper > div:nth-child(1) strong strong,
          .band--contact .wrapper > div:nth-child(1) strong img,
          .band--contact .wrapper > div:nth-child(1) img strong,
          .band--contact .wrapper > div:nth-child(1) img img {
            display: block;
            margin-right: auto;
            margin-left: auto; } }
        @media screen and (min-width: 1024px) {
          .band--contact .wrapper > div:nth-child(1) strong,
          .band--contact .wrapper > div:nth-child(1) img {
            display: inline-block;
            margin: 0; } }
        @media screen and (min-width: 1024px) {
          .band--contact .wrapper > div:nth-child(1) {
            width: 200px; } }
        .band--contact .wrapper > div:nth-child(1) strong {
          line-height: 1;
          margin-bottom: 10px;
          display: inline-block; }
      @media screen and (min-width: 640px) {
        .band--contact .wrapper > div:nth-child(2) {
          width: 48%;
          -webkit-box-flex: 1;
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1;
          border-right: 5px solid rgba(214, 53, 41, 0.5);
          padding-right: 35px;
          -webkit-align-self: stretch;
          -ms-flex-item-align: stretch;
          align-self: stretch; } }
      @media screen and (min-width: 1024px) {
        .band--contact .wrapper > div:nth-child(2) {
          padding-left: 35px;
          border-left: 5px solid rgba(214, 53, 41, 0.5);
          border-right: none; } }
      @media screen and (min-width: 640px) {
        .band--contact .wrapper > div:nth-child(3) {
          width: 48%;
          -webkit-align-self: stretch;
          -ms-flex-item-align: stretch;
          align-self: stretch; } }
      @media screen and (min-width: 1024px) {
        .band--contact .wrapper > div:nth-child(3) {
          width: 240px;
          padding-left: 35px;
          border-left: 5px solid rgba(214, 53, 41, 0.5); } }
      .band--contact .wrapper > div .box__title {
        font-weight: bolder;
        color: #d63529;
        font-size: 26px; }

.no-margin {
  margin: 0; }

.kids-green {
  color: #30a540; }

.kids-red {
  color: #d63529; }

.ap-article table, .ap-article td, .ap-article th {
  margin: 0;
  padding: 0;
  border: 0; }

table.ap-mediabox-table {
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 0.65em;
  width: 200px; }
  table.ap-mediabox-table table,
  table.ap-mediabox-table td, table.ap-mediabox-table th {
    margin: 0;
    padding: 0; }

.section-header.article-title {
  font-size: 28px;
  font-size: 1.75rem;
  margin-top: 2px;
  margin-top: 0.125rem; }

.share-container {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
  .share-container .st-custom-button {
    background-repeat: no-repeat;
    display: inline-block;
    width: 32px;
    height: 31px; }
    .share-container .st-custom-button[data-network="facebook"] {
      background-image: url("../../content/articles/i_facebook.png"); }
    .share-container .st-custom-button[data-network="twitter"] {
      background-image: url("../../content/articles/i_twitter.png"); }
    .share-container .st-custom-button[data-network="linkedin"] {
      background-image: url("../../content/articles/i_linkedin.png"); }
    .share-container .st-custom-button[data-network="email"] {
      background-image: url("../../content/articles/i_email.png"); }
  .share-container .print-button {
    color: #961b1f;
    font-weight: bold; }
    .share-container .print-button img {
      margin-right: 5px; }

.navy-section .content-container a {
  color: #000080; }
  .navy-section .content-container a:hover, .navy-section .content-container a:active {
    color: #00004d; }

.navy-section .content-container h1, .navy-section .content-container h2, .navy-section .content-container h3, .navy-section .content-container h4, .navy-section .content-container h5, .navy-section .content-container h6 {
  color: #000080; }

.navy-section .schedtable th, .navy-section .schedtable td {
  font-size: 12px;
  font-size: 0.75rem; }

.navy-section .schedtable .event-table-headings td {
  font-weight: bold; }

.navy-section .schedtable td {
  padding: 2px 7px;
  padding: 0.125rem 0.4375rem; }

.navy-section .navy-gold {
  background-color: #C8BB89; }

.events-section .events-list-event-title {
  margin-bottom: 0;
  font-size: 1.4em; }

.events-section .time-details {
  font-weight: bold;
  font-size: .95em; }

.events-section .events-list-event-description {
  margin-top: 30px; }
  .events-section .events-list-event-description img {
    display: block;
    margin: 0 auto 20px; }

@media screen and (min-width: 768px) {
  .events-section .events-list-event-description img {
    float: left;
    margin-right: 10px;
    margin-bottom: 0; } }

.app-intro {
  background: #2a2728 url("../../Content/apps/bg_app-intro.jpg");
  background-size: cover;
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 480px) {
    .app-intro {
      margin-bottom: 90px;
      margin-bottom: 5.625rem; } }
  @media screen and (min-width: 1024px) {
    .app-intro {
      margin-bottom: 145px;
      margin-bottom: 9.0625rem;
      max-height: 597px;
      max-height: 37.3125rem; } }

.app-intro__wrapper {
  position: relative;
  padding-top: 35px;
  padding-top: 2.1875rem;
  padding-bottom: 35px;
  padding-bottom: 2.1875rem; }
  @media screen and (min-width: 1024px) {
    .app-intro__wrapper {
      padding-top: 160px;
      padding-top: 10rem;
      padding-bottom: 125px;
      padding-bottom: 7.8125rem; } }

.sponsored-by {
  display: block; }

.app-intro__copy {
  color: #fff;
  text-align: center; }
  @media screen and (min-width: 480px) {
    .app-intro__copy {
      text-align: left;
      max-width: 70%; } }
  @media screen and (min-width: 768px) {
    .app-intro__copy {
      margin-left: 0;
      max-width: 65%; } }
  @media screen and (min-width: 1024px) {
    .app-intro__copy {
      max-width: 585px;
      max-width: 36.5625rem; } }

.app-intro__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  visibility: hidden; }
  @media screen and (min-width: 1024px) {
    .app-intro__title {
      font-size: 48px;
      font-size: 3rem; } }

.app-intro__excerpt {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
  visibility: hidden; }
  @media screen and (min-width: 1024px) {
    .app-intro__excerpt {
      max-width: 420px;
      max-width: 26.25rem; } }

@media screen and (min-width: 480px) {
  .app-intro__apple {
    margin-right: 10px;
    margin-right: 0.625rem; } }

.bounce-in {
  visibility: hidden; }

.app-intro__iphone {
  width: 60%;
  margin: 0 auto; }
  @media screen and (min-width: 480px) {
    .app-intro__iphone {
      width: 220px;
      width: 13.75rem;
      position: absolute;
      right: -70px;
      top: 20px; } }
  @media screen and (min-width: 768px) {
    .app-intro__iphone {
      width: 210px;
      width: 13.125rem;
      position: absolute;
      right: 5%;
      top: 30px; } }
  @media screen and (min-width: 1024px) {
    .app-intro__iphone {
      width: auto;
      right: 30px;
      top: 90px; } }
  @media screen and (min-width: 1280px) {
    .app-intro__iphone {
      right: 120px; } }

.app-intro__iphone-front {
  visibility: hidden; }

.app-features {
  margin-bottom: 60px;
  margin-bottom: 3.75rem; }

.app-features__heading {
  text-align: center;
  font-family: "Oswald", sans-serif;
  color: #961b1f;
  font-size: 36px;
  font-size: 2.25rem;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }

.app-features__item {
  padding-bottom: 30px;
  padding-bottom: 1.875rem; }
  @media screen and (min-width: 1280px) {
    .app-features__item {
      padding-bottom: 50px;
      padding-bottom: 3.125rem; } }

.app-features__item-title {
  font-size: 24px;
  font-size: 1.5rem;
  position: relative;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  .app-features__item-title:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 65px;
    height: 0;
    border-bottom: 5px solid #961b1f;
    background: #961b1f;
    content: "";
    display: block; }

.app-cta {
  color: #fff;
  background-color: #961b1f;
  background-image: url("../../Content/bg_slider-red.jpg");
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  text-align: center; }

.app-cta__wrapper {
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem; }

.app-cta__heading {
  font-size: 36px;
  font-size: 2.25rem;
  visibility: hidden; }

@media screen and (min-width: 480px) {
  .app-cta__apple {
    margin-right: 10px;
    margin-right: 0.625rem; } }

.primary-threecol-content .video-gridder {
  display: grid;
  grid-template-columns: 1fr; }

.video-gridder .grid-video-wrapper {
  grid-column: 1/2; }

@media screen and (min-width: 1024px) {
  .primary-threecol-content .video-gridder {
    display: grid;
    grid-template-columns: 1fr 400px; }
  .video-gridder .sponsor-grid-wrapper {
    margin-left: 30px; }
  .video-gridder .audio-video.homepage {
    grid-column: 1/3; } }

.primary-threecol-content .audio-gridder {
  display: grid;
  grid-template-columns: 1fr; }

.audio-gridder .grid-audio-wrapper {
  grid-column: 1/2; }

@media screen and (min-width: 1024px) {
  .primary-threecol-content .audio-gridder {
    display: grid;
    grid-template-columns: 1fr 400px; }
  .audio-gridder .sponsor-grid-wrapper {
    margin-left: 30px; }
  .audio-gridder .audio-video.homepage {
    grid-column: 1/3; } }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.slider {
  position: relative;
  padding: 30px 0;
  margin: 30px 0;
  text-align: center; }
  .slider.shows-slider {
    background-color: #1e1e1e;
    background-image: url("/content/shows_slider_bground.png");
    background-size: cover;
    background-repeat: no-repeat; }
    .slider.shows-slider .show {
      height: 476px;
      margin-right: 20px;
      background-position-x: center; }
    .slider.shows-slider .owl-wrapper-outer {
      max-width: 800px; }
      @media screen and (min-width: 1280px) {
        .slider.shows-slider .owl-wrapper-outer {
          max-width: 100%; } }
    .slider.shows-slider .owl-prev {
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .slider.shows-slider .owl-next {
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    @media screen and (min-width: 1280px) {
      .slider.shows-slider .owl-prev {
        -webkit-transform: translate(-80px, -50%);
        transform: translate(-80px, -50%); }
      .slider.shows-slider .owl-next {
        -webkit-transform: translate(80px, -50%);
        transform: translate(80px, -50%); } }
  .slider .owl-pagination {
    text-align: center;
    padding: 40px 0 0;
    color: #fff; }
    .slider .owl-pagination .owl-page {
      display: inline-block;
      margin: 0 5px; }
      .slider .owl-pagination .owl-page span {
        display: block;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        border: 2px solid #fff;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease; }
        .slider .owl-pagination .owl-page span:hover, .slider .owl-pagination .owl-page span:active {
          border-color: #fff; }
      .slider .owl-pagination .owl-page.active span {
        background: #fff;
        border: 0; }
  .slider .owl-next,
  .slider .owl-prev {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    color: #fff;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 20px;
    line-height: 1.25rem;
    padding: 15px;
    border: 4px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .slider .owl-next:hover,
    .slider .owl-prev:hover {
      color: #961b1f;
      border-color: #961b1f; }
  @media screen and (min-width: 1024px) {
    .slider .owl-next {
      display: block;
      left: auto;
      right: 0;
      -webkit-transform: translate(80px, -50%);
      transform: translate(80px, -50%); }
    .slider .owl-prev {
      display: block;
      -webkit-transform: translate(-80px, -50%);
      transform: translate(-80px, -50%); } }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?32zhtq");
  src: url("../fonts/icomoon.eot?#iefix32zhtq") format("embedded-opentype"), url("../fonts/icomoon.woff?32zhtq") format("woff"), url("../fonts/icomoon.ttf?32zhtq") format("truetype"), url("../fonts/icomoon.svg?32zhtq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], .response-error:before,
.response-success:before, .field-validation-error:before, [class*=" icon-"], .videos .local-vids .thumb-wrap a,
.search-bar-toggle:before,
.section-featured .features li a:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-youtube:before {
  content: "\e900"; }

.icon-pause:before {
  content: "\e611"; }

.icon-phone:before {
  content: "\e942"; }

.icon-mobile:before {
  content: "\e958"; }

.icon-download:before {
  content: "\e960"; }

.icon-reply:before {
  content: "\e96a"; }

.icon-star:before {
  content: "\e9d9"; }

.icon-plus:before {
  content: "\ea0a"; }

.icon-arrow-circle:before {
  content: "\e600"; }

.icon-arrow-left:before {
  content: "\e60f"; }

.icon-arrow-down:before {
  content: "\e610"; }

.icon-arrow-right:before {
  content: "\e601"; }

.icon-arrow-up:before {
  content: "\e602"; }

.icon-close:before {
  content: "\e603"; }

.icon-email:before {
  content: "\e604"; }

.icon-facebook:before {
  content: "\e605"; }

.icon-info:before, .response-error:before,
.response-success:before, .field-validation-error:before {
  content: "\e606"; }

.icon-instagram:before {
  content: "\e607"; }

.icon-microphone:before {
  content: "\e608"; }

.icon-play:before, .videos .local-vids .thumb-wrap a:before {
  content: "\e609"; }

.icon-rss:before {
  content: "\e60a"; }

.icon-search:before {
  content: "\e60b"; }

.icon-twitter:before {
  content: "\e60c"; }

.icon-video:before {
  content: "\e60d"; }

.icon-x:before {
  content: "\e60e"; }

.icon-play3:before {
  content: "\ea1c"; }

.icon-arrow-down1:before {
  content: "\ea36"; }

.icon-volume-medium:before {
  content: "\ea27"; }

.icon-share:before {
  content: "\e968"; }

.section-featured .features li a:before {
  content: "\e601"; }

.search-bar-toggle:before {
  content: "\e60b"; }

/*! jQuery UI - v1.11.4 - 2015-03-24
* http://jqueryui.com
* Includes: core.css, accordion.css, datepicker.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%; }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #dddddd; }

.ui-widget-header {
  color: #ffffff;
  font-weight: bold; }

.ui-widget-header a {
  color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  font-weight: bold; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  font-weight: bold; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  font-weight: bold; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
  color: #363636; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #ffffff; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png"); }

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png"); }

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_228ef1_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_ffd27a_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  opacity: .5;
  filter: Alpha(Opacity=50);
  /* support: IE8 */ }

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  opacity: .2;
  filter: Alpha(Opacity=20);
  /* support: IE8 */
  border-radius: 5px; }

.ui-tabs .ui-tabs-nav {
  background: #eee;
  font-size: 0.85em; }
  .ui-tabs .ui-tabs-nav li a.ui-tabs-anchor {
    display: block;
    width: 100%;
    padding: 5px;
    background: #999;
    font-weight: normal; }
    .ui-tabs .ui-tabs-nav li a.ui-tabs-anchor:hover {
      background: #444; }
  .ui-tabs .ui-tabs-nav .ui-state-active a,
  .ui-tabs .ui-tabs-nav .ui-state-active a:link,
  .ui-tabs .ui-tabs-nav .ui-state-active a:visited {
    background: #961b1f;
    color: #fff; }
    .ui-tabs .ui-tabs-nav .ui-state-active a:hover, .ui-tabs .ui-tabs-nav .ui-state-active a:active,
    .ui-tabs .ui-tabs-nav .ui-state-active a:link:hover,
    .ui-tabs .ui-tabs-nav .ui-state-active a:link:active,
    .ui-tabs .ui-tabs-nav .ui-state-active a:visited:hover,
    .ui-tabs .ui-tabs-nav .ui-state-active a:visited:active {
      background: #961b1f; }

@media screen and (max-width: 767px) {
  .ui-tabs .ui-tabs-nav li {
    width: 100%;
    margin: 0 0 4px; } }

@media screen and (min-width: 768px) {
  .ui-tabs-nav li {
    width: auto; } }

.ndn_embedContainer.ndn_widget_VideoPlayer-Inline300 .ndn_selectableVideos .ndn_selectableVideo {
  height: auto !important; }

.fc table {
  margin: 0; }

.wbal-calendar .wbal-event,
.wbal-calendar .fc-event-skin {
  background-color: #960000;
  border-color: #5A0000;
  font-size: 0.7em; }

/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease; }

.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

.ir {
  display: block;
  overflow: hidden;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  text-indent: -999em;
  direction: ltr;
  *line-height: 0; }
  .ir br {
    display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    margin: 0;
    width: auto;
    height: auto; }

.invisible {
  visibility: hidden; }

.group, .section-header, .section-header-alt, .section-content li, .ap-feed .ap-topheadline-table .ap-topheadlineitem-p, .ap-feed .ap-lineup-table .ap-newsbriefitem, .footer-container .top-bar, .videoList__item {
  *zoom: 1; }
  .group:before, .section-header:before, .section-header-alt:before, .section-content li:before, .ap-feed .ap-topheadline-table .ap-topheadlineitem-p:before, .ap-feed .ap-lineup-table .ap-newsbriefitem:before, .footer-container .top-bar:before, .videoList__item:before, .group:after, .section-header:after, .section-header-alt:after, .section-content li:after, .ap-feed .ap-topheadline-table .ap-topheadlineitem-p:after, .ap-feed .ap-lineup-table .ap-newsbriefitem:after, .footer-container .top-bar:after, .videoList__item:after {
    display: table;
    content: ""; }
  .group:after, .section-header:after, .section-header-alt:after, .section-content li:after, .ap-feed .ap-topheadline-table .ap-topheadlineitem-p:after, .ap-feed .ap-lineup-table .ap-newsbriefitem:after, .footer-container .top-bar:after, .videoList__item:after {
    clear: both; }

.clear {
  clear: both; }

.access {
  position: absolute;
  left: -9000em;
  top: 0;
  height: 0;
  line-height: 0em; }

.note {
  font-size: 0.85em; }

img[src*="googleadservices.com"] {
  position: absolute;
  top: 0;
  left: -9000em; }

.center {
  text-align: center; }

/* _________________________________________________

client:      WBAL
author:      Atlantic BT - www.atlanticbt.com
description: Responsive styles, Base Styles for 320 and Up

_____________________________________________________
*/
/* =Base
==================================================================================================================*/
.disclaimer {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #999999; }

.watermark, .text.watermark {
  font-weight: normal !important;
  font-style: italic !important;
  color: #999999 !important;
  line-height: inherit !important; }

ul.file-list {
  list-style-type: none; }

ul.file-list li {
  padding: 10px 0 10px 40px;
  border-bottom: solid 1px #eee; }

ul.file-list li.pdf-file {
  background: transparent url(../../content/b_pdf.png) no-repeat 0 10px; }

ul.file-list li a {
  line-height: 40px;
  height: 40px;
  display: block; }

ul.file-list.zips-list {
  width: 45%;
  float: left; }

ul.file-list li.zips-location {
  background: transparent url(../../content/coatsforkids/zips-icon.png) no-repeat 0 10px; }

ul.file-list li.zips-location a {
  line-height: 24px;
  height: 24px; }

/* Banners
---------------------------------------------------*/
.wbal-banner {
  margin-bottom: 20px;
  text-align: center; }

.wbal-banner iframe {
  max-width: 100%; }

img.right-col-image {
  width: 100%; }

/* =Hide Unnecessary Elements from Page
==================================================================================================================*/
.weather-module .search-info,
.calendar-content,
.facebook-content,
#main-nav .drop,
.game-section .secondary-content .article-thumb,
.show-intro,
#read-more,
.shows-section .facebook-content,
.mn-shows-listen-live,
.mn-info-events,
.mn-info-kids,
.highlight-audio,
.audio-flash {
  display: none; }

a.rss {
  padding-left: 15px;
  width: 30px;
  background: url(../../content/i_rss.gif) no-repeat 0 0;
  cursor: pointer;
  font-size: 10px;
  font-size: 0.625rem;
  color: #999; }

h2 a.rss {
  margin-left: 10px; }

/* Validation
----------------------------------------------------*/
.spinner {
  margin: 5px 0;
  width: 16px;
  height: 16px;
  background: url(../../content/spinner.gif) no-repeat 0 0;
  display: none;
  clear: left; }

.social-content > div > iframe {
  height: 450px; }

.news-section .map-sponsors-content {
  display: -webkit-box;
  display: -webkit-flexbox;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical; }

.news-section .sponsors-content {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -webkit-flex-order: 2; }

/* Twitter
    ---------------------------------------------------*/
iframe.twitter-timeline {
  width: 100%; }

.news-block .read-more {
  height: 30px;
  padding: 0 10px;
  margin-top: .5em;
  text-align: right;
  text-decoration: none; }

.news-block .read-more a {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: normal; }

.news-block .read-more a span {
  color: #666;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  line-height: 26px;
  margin-left: 4px;
  text-transform: capitalize;
  vertical-align: text-top; }

/* Golf
=================================================================================================================*/
.golf-widget tr {
  background: #FFF;
  border-bottom: 1px solid #CCC;
  width: 100%; }

.golf-widget td {
  border-bottom: 1px solid #DDD;
  padding: 3px 10px; }

.golf-widget tr:nth-child(2n) {
  background: #F4F4F4; }

.golf-widget .TSN1c {
  border-bottom: 5px solid #71C823;
  padding: 5px;
  font-weight: bold; }

.golf-widget div.TSN1 {
  margin-top: 5px; }

/* =Page Layout Styles
==================================================================================================================*/
.articleAttachments .image, .articleAttachments .article_audio {
  margin: 0 0 1em; }

.articleAttachments .image {
  text-align: center; }

/* Stage Wrapper
---------------------------------------------------*/
.bevan-stage-location h1 {
  color: #000;
  background-color: transparent;
  margin: 0;
  display: inline; }

/* No border on specific articles
    ---------------------------------------------------*/
.featured-audio .articles li,
.featured-ravens .articles li {
  border: 0; }

.article_title {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 5px 0; }

.news-section .primary-content .article_title {
  font-size: 1.5em;
  line-height: 1.25em; }

.footer .wbal-banner > [id$="-mobile"] {
  position: relative;
  bottom: auto;
  left: auto;
  background: #ccc;
  margin: 16px 0;
  width: 100%; }

.footer .wbal-banner > [id$="-mobile"].fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%; }

.article-thumb {
  display: block;
  margin: 2px 10px 10px 0;
  width: 80px;
  height: auto;
  overflow: hidden;
  border: solid 1px #666;
  line-height: 0; }

.article-thumb img {
  width: 100%; }

li.short-article .article-thumb {
  float: left; }

.article_intro {
  display: inline;
  margin: 5px 0 0;
  clear: none;
  line-height: 1.5em; }

/* =Articles Specific
==================================================================================================================*/
.primary-article-content,
.secondary-article-content,
.tertiary-article-content {
  position: relative;
  float: left;
  display: inline;
  width: 100%;
  padding: 0;
  margin: 0 0 2em;
  clear: both; }

.primary-article-content .articleContent,
.primary-article-content .other-articles {
  float: left;
  width: 100%;
  margin: 0 0 1em; }

.primary-article-content .articleContent {
  margin: 0;
  clear: left; }

.articleContent img {
  max-width: 100%; }

/* max-width: 420px; */
.articleContent p, .game-section .articleContent p {
  clear: none; }

.articleContent .thumbnail-image-float-left {
  float: left;
  margin: 0 10px 10px 0; }

.articleContent .thumbnail-image-float-right {
  float: right;
  margin: 0 0 10px 10px; }

.articleContent .thumbnail-image-float-left img,
.articleContent .thumbnail-image-float-right img {
  display: block; }

.articleContent .thumbnail-image-float-left .thumbnail-caption,
.articleContent .thumbnail-image-float-right .thumbnail-caption {
  display: block;
  padding: 5px;
  background: #e9e9e9;
  font-style: italic;
  font-size: .8rem;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.article-section .social-toolbar, .article-section .like-button-container {
  margin: 0 0 1em;
  display: block; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.tertiary-article-content {
  width: 100%;
  padding: 0; }

.tertiary-article-content img {
  max-height: 100%; }

/* Slug Layout - Print / Email / Share
---------------------------------------------------*/
.utility {
  display: inline;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 0 0 0 3px;
  vertical-align: bottom; }

.utility a {
  font-weight: normal;
  text-decoration: none; }

.utility a:link, .utility a:visited {
  color: #666666;
  text-decoration: none; }

.utility a:hover, .utility a:active {
  color: #000000;
  text-decoration: none; }

.utilityIcon {
  display: inline;
  padding: 0 0 0 15px;
  vertical-align: bottom;
  margin: 0 5px 0 0; }

.utilityBump {
  padding: 0 0 2px 480px;
  margin: 0 0 3px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC; }

.site-content .stButton .stArrow {
  display: none; }

.st_fblike_hcount > span {
  top: 3px; }

.st_print_custom a {
  background: url(../../content/i_print-social.png) no-repeat scroll 5px 2px #eee;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  color: #333333;
  height: 16px;
  padding: 3px 5px 3px 24px; }

.disclaimer {
  float: left;
  height: 35px;
  clear: left;
  display: inline; }

.articleContent {
  clear: both;
  margin-bottom: 20px; }

.social-toolbar {
  width: 100%;
  position: relative;
  float: left;
  display: inline;
  padding: 0 0 .5em;
  margin: 0;
  background-color: #efefef;
  border-top: 5px solid #7bcaf7; }

.social-toolbar .sharethis {
  width: 280px;
  margin: 10px auto;
  text-align: center; }

.social-toolbar a, .social-toolbar a:hover, .social-toolbar a:visited {
  color: #7bcaf7; }

.social-toolbar .stButton {
  margin: 0 5px 0 0;
  cursor: pointer; }

.social-toolbar .st-facebook {
  width: 75px;
  padding-right: 15px;
  vertical-align: middle;
  margin: -2px 15px 0 5px;
  float: left;
  line-height: 35px;
  border-right: solid 1px #aaa;
  color: #7bcaf7;
  font-weight: bold; }

.social-toolbar .st-facebook .stButton {
  margin-top: 3px;
  float: left; }

.social-toolbar .st-other {
  float: left; }

.social-toolbar span img {
  width: 33px;
  height: 33px;
  margin-left: 18px;
  cursor: pointer; }

/* Layout Styles
---------------------------------------------------*/
br.innova {
  display: none; }

.other-articles .articles-list {
  padding: 0;
  margin-bottom: 0; }

.other-articles .articles-list div.clear {
  clear: none; }

.article-section.client-article .stage-banner .wbal-banner {
  display: none; }

.article-section.client-article .primary-article-content {
  width: 971px;
  padding: 0; }

.article-section.client-article .primary-article-content .section-header {
  float: left;
  width: 635px; }

.article-section.client-article .primary-article-content .disclaimer {
  display: block;
  float: none; }

.article-section.client-article .tertiary-article-content {
  display: none; }

/* Email Article Styles
---------------------------------------------------*/
.stamp-form .buttons {
  margin: 15px 0 0; }

.stamp-form fieldset {
  border: 0;
  margin: 1em 0 0;
  padding: 0; }

.stamp-form fieldset li {
  margin: 0 0 10px;
  padding: 0; }

#email-story.stamp-form .buttons, #email-story.stamp-form fieldset li {
  margin-left: 60px; }

#email-story.stamp-form fieldset li textarea {
  height: 100px;
  width: 400px; }

.stamp-form fieldset li label {
  display: block; }

.stamp-form fieldset ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.stamp-form legend {
  color: #333;
  font-weight: bold;
  margin: 0 0 10px; }

#email-story.stamp-form legend {
  margin-bottom: -14px; }

/* Stock
---------------------------------------------------*/
.stock-display {
  margin: 0 auto 2em; }

/* Social Toolbar
=================================================================================================================*/
div.like-button-container {
  padding-bottom: 5px;
  float: left; }

div.like-button-container span {
  padding-bottom: 5px;
  float: left;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

div.like-button-container .st_fblike_hcount {
  position: relative;
  top: -5px; }

div.facebook {
  float: left;
  width: 100px; }

div.google {
  float: left;
  width: 100px; }

div.facebook iframe {
  overflow: hidden;
  border: none;
  width: 125px;
  height: 21px; }

.article-text {
  clear: left; }

/* = Election Section
==================================================================================================================*/
.election-nav {
  clear: left;
  margin-bottom: 20px; }

.election-nav.ui-tabs .ui-widget-header {
  background: none;
  border: none; }

.election-nav.ui-tabs .ui-tabs-nav li a {
  width: auto;
  height: 1em; }

.election-nav.ui-tabs .ui-tabs-nav li a:hover {
  background-color: #f7f7f7; }

.election-nav h3 {
  display: inline; }

/* --- On Homepage --- */
#election-wrapper {
  background-color: #F5F5F5;
  padding: 5px 10px 0;
  margin-top: 20px; }

#election-wrapper #election-header, #election-wrapper #maryland-results-header {
  cursor: pointer;
  height: 36px; }

#election-wrapper .handle {
  font-size: 1.25em;
  line-height: 2.5em;
  text-transform: uppercase;
  float: right; }

#election-wrapper .handle .icon {
  font-size: 2.5em;
  line-height: 0.25em;
  vertical-align: text-top; }

#election-wrapper .handle.show {
  display: none; }

#election-wrapper .handle.show span.icon {
  font-size: 2em; }

#election-wrapper .election-link {
  padding-left: 40px;
  margin: 10px 0;
  background: #f7f7f7 url(../../content/i_usa.png) no-repeat 10px 3px;
  border: 1px solid #AAAAAA;
  border-radius: 6px;
  line-height: .5em;
  width: 310px; }

#election-wrapper #balance-of-power, #election-wrapper #maryland-results-header {
  display: none; }

#election-wrapper .election-row {
  clear: left; }

#election-wrapper .single-election {
  margin-bottom: 10px;
  border-top: solid 1px #aaa;
  padding: 10px 0; }

#election-widget tr {
  height: 1.6em; }

#election-widget font[color="#FF0000"] {
  opacity: 0.2; }

/* = About Section
==================================================================================================================*/
.school-closings #school-tabs > ul {
  margin: 0;
  padding: 0; }

.school-closings #school-tabs .closing-name {
  text-align: left;
  padding: 5px 0 5px 10px; }

.school-closings #school-tabs .closing-status {
  text-align: right;
  padding-right: 10px; }

.school-closings #school-tabs .closing-location {
  display: block;
  font-weight: normal; }

/* Headers
---------------------------------------------------*/
.shows-section .primary-content .article_title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25em; }

.shows-section .secondary-content .no-top-margin h2 {
  margin-top: 35px; }

.hot-topics ul li h3 {
  font-size: 12px;
  font-size: 0.75rem; }

.ap-topheadline-td .byttl {
  display: none; }

.show-info ul {
  margin: 15px 0 0 10px;
  padding: 0 10px 0 15px; }

.show-info .articles-list ul {
  margin: 0;
  padding: 0; }

.show-info li {
  list-style-image: none;
  list-style-type: disc;
  color: #960000;
  margin: 0 0 10px 0;
  padding: 0; }

.show-info li span {
  color: #000; }

.show-info li .article_title {
  font-weight: normal; }

.show-info li .ap-topheadlineitem-a, .show-info li .topheadline {
  font-weight: normal; }

.site-content .ap-newslisting-table {
  float: left;
  margin: 0 10px 10px 0; }

.schedule-table {
  background-color: #ccc;
  width: 100%; }

.schedule-table th {
  text-align: center;
  font-weight: bold; }

.schedule-table .showsalt {
  background-color: #fff; }

*:first-child + html .read-more {
  float: none;
  display: block; }

/* IE7 Only */
.show_poll {
  margin-bottom: 40px; }

.articles li.featured_highlight {
  background: #efefef;
  padding: 10px 20px;
  margin-bottom: 10px !important;
  min-height: 60px; }

li.featured_link {
  background: #E0E8EC;
  padding: 10px 20px;
  margin-bottom: 10px !important; }

.featured_links {
  margin-bottom: 40px; }

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

.show-info li {
  margin-bottom: 10px !important; }

li#rss-list {
  line-height: 12px;
  background: url(../../content/i_rss.gif) no-repeat 0 0;
  padding-left: 15px; }

.show-info li h3 {
  display: inline; }

.banner-headline {
  margin-bottom: 10px; }

/*border: solid 1px #aaa; padding: 15px; */
.news-ribbon {
  width: 174px;
  height: 43px;
  position: relative;
  top: 0;
  left: -15px;
  background: url(../../content/g_ribbon.png) no-repeat 0 0;
  margin-bottom: -30px;
  text-align: left;
  padding: 6px 0 0 56px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff; }

.sports-ribbon {
  width: 174px;
  height: 43px;
  position: relative;
  top: 0;
  left: -15px;
  background: url(../../content/g_ribbon-blue.png) no-repeat 0 0;
  margin-bottom: -30px;
  text-align: left;
  padding: 6px 0 0 56px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff; }

*:first-child + html .articles .single-article .article-thumb {
  margin-top: 15px; }

/* IE7 ONLY */
.ad-content {
  float: left;
  display: inline;
  width: 250px;
  margin-top: 69px;
  border-left: solid 1px #999;
  padding-left: 15px; }

#show-schedule ul {
  padding: 0;
  margin: 0; }

.tab-inner tr:nth-child(odd) {
  background: #f2f2f2; }

.tab-inner table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show; }

/* Kim Komando Station Daily Widget Styles (v.2)
---------------------------------------------------*/
#com-komando-stationdailywidget-widget-instance-id h1 {
  display: none; }

#com-komando-stationdailywidget-widget-instance-id h2 {
  font-family: helvetica, arial;
  margin: 0;
  display: block; }

#com-komando-stationdailywidget-widget-instance-id a {
  color: #960000;
  text-decoration: none; }

#com-komando-stationdailywidget-widget-instance-id a:hover {
  color: #000; }

#com-komando-stationdailywidget-widget-instance-id span {
  color: #c6bc99; }

#com-komando-stationdailywidget-widget-instance-id h1 {
  background-color: #35455f;
  text-transform: uppercase; }

#com-komando-stationdailywidget-widget-instance-id h2 {
  padding: 0.3em 0;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: left; }

.ron-smith-wrap {
  width: 595px; }

.ron-smith-content-wrap {
  background: #fff;
  padding: 10px;
  float: left;
  width: 230px;
  margin-right: 10px;
  border: 3px solid #DDDDDD;
  margin-bottom: 10px; }

.ron-smith-content {
  float: left;
  padding: 60px 0 0;
  background: #e9e4ea url(../../content/shows/g_ron-smith-tribute-header.jpg) no-repeat center top;
  color: #454545;
  width: 230px; }

.ron-smith-content h1 {
  position: relative;
  right: -10px;
  top: -50px;
  width: 100px;
  height: 30px;
  margin: 0;
  background: url(../../content/shows/h_ron-smith-tribute.png) no-repeat 0 0;
  text-indent: -9000em;
  float: right; }

.ron-smith-content a {
  color: #874db7;
  font-weight: bold; }

.ron-smith-content p {
  padding: 0 15px; }

.ron-smith-content .ron-smith-text {
  float: left;
  padding-left: 200px; }

.ron-smith-content .tribute-submit {
  margin-top: 0;
  margin-left: 10px;
  padding: 0;
  text-align: center;
  margin-bottom: 5px; }

#team-reason {
  float: left;
  width: 238px;
  height: 28px;
  background: url(../../content/shows/b_team-reason.gif) no-repeat 0 0;
  text-indent: -9000em;
  margin-left: 10px; }

/* =Commentary Specific
==================================================================================================================*/
.commentary-section .primary-content .article_title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25em; }

.commentary-section .secondary-content .no-top-margin h2 {
  margin-top: 35px; }

/* =Sports Specific
==================================================================================================================*/
.sports-section.golf-tsn tr {
  height: auto; }

.orioles-section .twitter .twitter-feed {
  margin-bottom: 10px; }

.orioles-section .twitter .twitter-feed .twtr-tweet-text {
  float: left;
  margin-left: 0 !important;
  width: 195px; }

.olympics-banner {
  width: 100%;
  margin-bottom: 10px; }

.olympics-schedule {
  width: 300px;
  height: 100px;
  background: url(../../content/sports/b_olympics-schedule-button.jpg) no-repeat 0 0;
  display: block; }

.olympics-coverage {
  width: 300px;
  height: 100px;
  background: url(../../content/sports/b_olympics-coverage.jpg) no-repeat 0 0;
  display: block; }

.olympics-highlights {
  width: 300px;
  height: 100px;
  background: url(../../content/sports/b_olympics-highlights.jpg) no-repeat 0 0;
  display: block; }

.olympics-schedule:hover, .olympics-coverage:hover, .olympics-highlights:hover {
  opacity: .75; }

.coats-banner, .excellence-banner {
  width: 100%;
  margin-bottom: 10px; }

/* =Traffic Specific
==================================================================================================================*/
.traffic-section .twitter-feed {
  margin-bottom: 10px; }

.traffic-section .twitter-feed .twtr-tweet-text {
  float: left;
  margin-left: 0 !important;
  width: 220px; }

.traffic-section .traffic-area {
  clear: left;
  margin-bottom: 20px; }

.traffic-section .traffic-item {
  float: left;
  width: 280px;
  margin-bottom: 20px; }

.traffic-section .traffic-area .traffic-item:nth-child(even) {
  margin-right: 45px; }

.traffic-section #web-trafficOne {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  height: 830px; }

.traffic-section #web-trafficOne .nvtwa_content {
  height: 450px;
  margin-bottom: 10px;
  position: relative;
  top: 310px;
  width: 100%; }

.traffic-section #web-trafficOne .nvtwa_mapc {
  height: 300px;
  left: 0;
  margin-left: 0;
  margin-top: -460px;
  position: relative; }

.traffic-section #web-trafficOne .nvt_commuter .nvtwa_cnt .nvt_roads_List_cnt {
  height: 300px; }

.traffic-section #web-trafficOne .nvtwa_map > div[tabindex="0"] div:first-child > div {
  width: 100%; }

.traffic-section #web-trafficOne tr {
  height: auto; }

.traffic-section #trafficOne {
  height: 400px;
  overflow: hidden; }

.traffic-section #trafficOne tr {
  height: auto; }

.traffic-section #customerHeader {
  height: 60px;
  width: 100%;
  position: absolute;
  background: #000;
  color: #fff;
  text-align: center; }

.traffic-section #customerFooter {
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #000;
  color: #fff;
  text-align: center; }

/* =Video Specific
==================================================================================================================*/
.tv-section.tv-wbal .article-thumb {
  position: relative; }

a .overlay {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 0;
  right: 0; }

a .overlay.overlay-video {
  background: url(../../content/overlay-video.png) no-repeat; }

/* About / Info Specific
==================================================================================================================*/
.button {
  border: none;
  padding: 0;
  box-shadow: #8a867f 1px 2px 4px;
  -moz-box-shadow: #8a867f 1px 2px 4px;
  -webkit-box-shadow: #8a867f 1px 2px 4px; }

.moduleContent li {
  margin-bottom: 5px; }

#map_canvas {
  width: 80%;
  margin: 0 auto; }

.hdradio-overview {
  float: left;
  display: inline;
  width: 340px;
  line-height: 2em; }

.hdradio-overview2 {
  float: left;
  display: inline;
  width: 340px;
  line-height: 2em;
  padding-top: 110px; }

.qrcode img {
  width: 150px;
  height: 150px; }

.fluid-width-video-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* Search
==================================================================================================================*/
.search-social {
  width: 100%;
  margin: 0 0 2em; }

.search-social div {
  position: relative;
  min-height: 40px;
  padding-left: 50px;
  margin: 0 0 1em; }

.search-social img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 36px; }

.pagination-link {
  padding: 3px;
  border: 1px solid #960000;
  border-radius: 2px; }

.pagination-link.current {
  background: #ddd; }

/* =Fancybox Specific
==================================================================================================================*/
div#fancybox-content {
  border-color: #fff; }

div#fancybox-overlay {
  z-index: 4000; }

div#fancybox-wrap {
  z-index: 4001; }

div.fancybox-opened {
  z-index: 4003; }

.fancybox-iframe {
  overflow: scroll; }

/* =Fresco Specific
==================================================================================================================*/
.fr-caption {
  color: #ccc; }

/* Stock Ticker
=================================================================================================================*/
.stock-display {
  width: 300px;
  height: 300px; }

.stock-display-top {
  width: 300px;
  height: 69px;
  background: #fff url(../../content/stock-ticker-top.gif) no-repeat 0 0; }

.stock-display-mid {
  width: 300px;
  height: 220px;
  background: #fff url(../../content/stock-ticker-middle.gif) no-repeat 0 0;
  text-align: center; }

.stock-display-mid .chart {
  position: relative;
  top: -17px; }

.stock-display-bottom {
  width: 300px;
  height: 29px;
  background: #fff url(../../content/stock-ticker-bottom.gif) no-repeat 0 0; }

.stock-display iframe {
  overflow: hidden;
  height: 105px;
  width: 200px;
  border: none; }

.stock-display-mid input {
  display: block;
  margin: 10px auto 0;
  width: 137px; }

/* = JPlayer Specific
==================================================================================================================*/
.site-content div.jp-audio {
  width: 100%; }

.site-content div.jp-audio div.jp-type-single div.jp-interface {
  height: auto; }

.site-content div.jp-audio ul.jp-controls {
  padding: 5% 5% 0;
  width: 90%; }

.site-content div.jp-audio div.jp-type-single a.jp-mute, .site-content div.jp-audio div.jp-type-single a.jp-unmute {
  margin-left: 40px; }

.site-content div.jp-audio div.jp-volume-bar {
  left: 150px;
  top: 29px; }

.site-content div.jp-audio div.jp-type-single div.jp-progress {
  margin: 0 5%;
  width: 90%; }

.site-content div.jp-audio div.jp-type-single div.jp-time-holder {
  margin: 0 5%;
  width: 90%; }

.site-content div.jp-audio div.jp-progress, .site-content div.jp-audio div.jp-time-holder {
  position: static; }

.site-content div.jp-title,
.site-content .mejs-container .mejs-controls .mejs-mute {
  display: none; }

.site-content .mejs-container {
  width: 100%; }

/* Excellence
---------------------------------------------------*/
.excellence-plays {
  margin: 0;
  padding: 0;
  clear: left;
  width: 100%; }

.excellence-play {
  width: 100%;
  float: left;
  margin: 0 0 20px 0; }

.excellence-play img {
  float: left;
  width: 100%; }

.excellence-play .audio-mediaelement {
  float: left;
  width: 100%;
  margin-bottom: 10px; }

.excellence-play .mejs-container {
  width: 100% !important; }

.excellence-play h3, .excellence-play p {
  margin-bottom: 0; }

/* Funjet Contest
---------------------------------------------------*/
.contest.funjet h1 {
  line-height: 1.2;
  margin-top: -10px;
  color: #1779b9; }

.contest.funjet .buttons {
  text-align: right; }

.contest.funjet .buttons input {
  display: inline-block; }

.contest.funjet .funjet-social {
  text-align: center;
  padding-top: 20px; }

.contest.funjet .funjet-social span, .contest.funjet .funjet-social a {
  display: inline-block;
  vertical-align: middle; }

/* Text Resizer
===============================================================================*/
.textresizer a {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border-radius: 50%;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in; }

.textresizer li {
  background: white;
  position: relative;
  text-align: center;
  display: inline-block; }

.textresizer a.textresizer-active, .textresizer a:hover {
  color: white;
  background: #960000; }

.set-small-text a {
  font-size: 0.75rem;
  width: 18px;
  height: 18px; }

.set-medium-text a {
  font-size: 0.9375rem;
  width: 22px;
  height: 22px; }

.set-large-text a {
  font-size: 1.125rem;
  width: 24px;
  height: 24px; }

.set-medium-text a,
.set-large-text a {
  padding-top: 2px;
  display: block; }

.textresizer {
  margin: 0 0 .5em 0;
  padding: 0;
  list-style: none;
  overflow: visible; }

.textresizer li, .textresizer {
  display: inline-block;
  margin-right: .25em; }

.textresizer-label {
  font-size: 17px;
  margin-right: .5em;
  font-size: 1.063rem;
  font-weight: bold;
  vertical-align: middle; }

/* flexslider
===============================================================================*/
.flexslider {
  margin: 0 !important; }

.flexslider .flex-control-nav {
  position: relative;
  bottom: initial;
  margin-top: 10px; }

.article-section .flex-container {
  overflow: hidden; }

.article-section .flexslider .transparent {
  position: relative !important;
  z-index: -1;
  max-height: 100%;
  min-width: 350px; }

.article-section .flexslider {
  position: relative;
  width: 100%; }

.article-section .flexslider .slides > li {
  position: relative;
  margin: 0 !important; }

/*.article-section .flexslider .slides > li.audio,
     .flexslider .slides > li.file,
    .article-section .flexslider .slides > li.audio-archive { background: url("/content/shows/sample-video_thin.jpg") no-repeat scroll #48494D; background-position: 50% 50%; -moz-background-size: cover; -webkit-background-size: cover; background-size: cover; }*/
.article-section .flexslider img,
.article-section .flexslider .slides a.fresco,
.article-section .video iframe,
.flexslider .video-youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*max-height: 385px;*/ }
  @media only screen and (min-width: 640px) {
    .article-section .flexslider img,
    .article-section .flexslider .slides a.fresco,
    .article-section .video iframe,
    .flexslider .video-youtube {
      min-height: 416px !important; } }

.article-section .flexslider .slides .audio-mediaelement {
  background: none repeat scroll 0 0 #000000;
  float: left;
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: 0; }

.article-section .flexslider .audio em {
  text-align: right;
  font-size: .8em;
  display: none; }

.article-section .flexslider .audio em a {
  color: #fff;
  text-decoration: underline; }

.article-section .flexslider .audio-comment {
  color: #fff;
  padding: 5px 0;
  display: none; }

.article-section .soundcloud-noplayer img {
  position: relative;
  max-width: 100%;
  height: auto; }

.article-section .flex-caption {
  font-size: 14px;
  width: 100%;
  padding: 2% 0;
  color: #444;
  border-bottom: 1px solid #eee; }

.flex-caption a:hover {
  color: #EE0000;
  text-decoration: underline; }

.flex-caption iframe {
  width: 100%; }

.article-section .flexslider ul.slides .image-container {
  background: #000;
  position: relative;
  margin-bottom: 2%; }

.article-section .flexslider li.image .media-thumbnail {
  width: auto;
  max-height: 100%;
  max-width: 90%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.article-section .flexslider li.audio .flex-caption {
  margin-bottom: 0;
  padding-bottom: 0px; }

.article-section .flexslider li.video .flex-caption {
  bottom: -100px; }

.article-section .flexslider li.video iframe {
  max-width: 100%; }

.article-section .flexslider li.video .video-embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform-origin: top left;
  transform-origin: top left; }

.article-section .flexslider li.video .video-embed > object {
  width: 100%;
  height: 100%; }

.article-section .flexslider li.video + .image {
  min-height: 426px; }

/* fresco
===============================================================================*/
/* Force caption shown on fresco image fullscreen  */
.article-section .fr-ui-wrapper {
  display: inline !important;
  opacity: 1 !important; }

.article-section .fr-ui-wrapper .fr-info {
  display: inline !important;
  opacity: 1 !important; }

.article-section .fr-ui-wrapper .fr-info-background {
  display: inline !important;
  opacity: 0.8 !important; }

.article-section .fr-ui-wrapper .fr-info-padder {
  display: inline !important;
  opacity: 1 !important; }

.article-section .fr-ui-wrapper .fr-caption {
  display: inline !important;
  opacity: 1 !important; }

#medialist-wrapper {
  margin: 0 auto;
  width: auto;
  max-width: 960px; }

#medialist-list {
  width: 100%;
  overflow: hidden;
  margin-bottom: -1.875em;
  /* 30px */
  -webkit-column-count: auto;
  -webkit-column-gap: 0.938em;
  /* 30px */
  -webkit-column-fill: auto;
  -moz-column-count: auto;
  -moz-column-gap: 0.938em;
  /* 30px */
  -moz-column-fill: auto;
  -webkit-column-count: auto;
  -moz-column-count: auto;
  column-count: auto;
  -webkit-column-gap: 0.938em;
  -moz-column-gap: 0.938em;
  column-gap: 0.938em;
  /* 30px */
  -webkit-column-fill: auto;
  -moz-column-fill: auto;
  column-fill: auto; }

#medialist-list .medialist-item {
  position: relative;
  width: 100%;
  margin-bottom: 0.938em;
  /* 15px 30px */
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid; }

#medialist-list .medialist-item img {
  width: 100% !important; }

#medialist-list .medialist-item .caption {
  position: absolute;
  z-index: 5;
  bottom: 16px;
  width: 94%;
  padding: 2% 3%;
  background: rgba(0, 0, 0, 0.6);
  color: #ccc; }

#medialist-list .medialist-item a:link, #masonry-list .photo a:visited {
  color: #CCCCCC;
  font-size: 17px;
  font-size: 1.063rem; }

/*.media-photos { width: 100%; list-style: none; }
    .media-photos > li { width: 22%; float: left; padding: 1%;margin: 0 0 20px; border: solid 1px #ccc; border-radius: 4px; margin-right: 1%; }
    .media-photos > li:nth-child(4n+0) { margin-right: 0;}
    .media-photos li img { float: left; margin: 0 auto; height: 150px;}
    .media-photos li h3 { float: left; clear: left; }*/
#isolist-list {
  width: 100%; }

#isolist-list .isolist-item {
  width: 96%;
  margin: 2%; }

#isolist-list .isolist-item img {
  width: 100% !important; }

#isolist-list .isolist-item .caption {
  position: absolute;
  z-index: 5;
  bottom: 16px;
  width: 94%;
  padding: 2% 3%;
  background: rgba(0, 0, 0, 0.6);
  color: #ccc; }

#isolist-list .isolist-item a:link, #isolist-list .isolist-item a:visited, #masonry-list .photo a:visited {
  color: #CCCCCC;
  font-size: 17px;
  font-size: 1.063rem; }

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

#google-map-canvas {
  width: 100%;
  height: 300px; }

#google-map-canvas img {
  min-width: 0;
  max-width: none;
  min-height: 0;
  max-height: none; }

#google-map-canvas ul.articles {
  margin: 0; }

#google-map-canvas .articles li.single-article {
  margin: 0;
  min-width: 300px; }

ul.articles img.google-map-marker {
  float: left;
  margin-right: 10px; }

/* =Media Queries
==================================================================================================================*/
@media only screen and (max-width: 480px) {
  .article-section li .flex-caption {
    width: 100%;
    margin: 0;
    font-size: 12px; }
  .flex-viewport, .flex-viewport li {
    max-height: 200px !important; }
  .footer .abt-link {
    padding-bottom: 40px; } }

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .flexslider {
    width: 50%;
    float: left;
    margin: 0 30px 10px 0 !important; }
  .articleContent {
    clear: none; } }

/* Elections2014
===============================================================================*/
.dem.party,
.dem .party {
  color: #0052ce; }

.rep.party,
.rep .party {
  color: #cc070f; }

.section-candidates h3 {
  color: #4e4e4e;
  clear: both;
  text-transform: uppercase;
  font-size: 20px; }

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

.candidates li {
  clear: both;
  float: left;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #cbcbcb; }

.candidates li:last-child {
  border: 0; }

.candidates .candidate-img {
  float: left;
  width: 20%;
  margin-right: 3%; }

.candidate-img img {
  max-width: 100%; }

.candidates .candidate-info {
  float: left;
  width: 75%;
  text-transform: uppercase;
  color: #9f9f9f; }

.candidate-info .name {
  font-size: 20px;
  font-weight: bold; }

.candidate-info .title {
  font-size: 14px; }

.stage-race {
  display: none; }

.stage-race.active {
  display: block; }

.stage-race table {
  width: 100%; }

.stage-race .eln-office-name {
  padding: 20px;
  font-size: 24px;
  margin: 0;
  text-transform: uppercase;
  color: #4e4e4e; }

.stage-race .eln-office-name b {
  display: block;
  color: #9f9f9f;
  font-size: 14px;
  margin: 0 0 8px; }

.stage-race tr.eln-bodyreg-bar td {
  background: #f8f8f8; }

.stage-race .eln-subhed-table {
  display: none; }

.stage-race .name {
  font-size: 18px;
  font-weight: bold;
  color: #4e4e4e; }

.stage-race .party {
  font-size: 16px;
  font-style: italic;
  text-align: right; }

.stage-race .votes {
  font-size: 14px;
  font-style: italic; }

.stage-race .percent {
  font-size: 18px;
  font-weight: bold; }

.election-banner {
  clear: both;
  position: relative;
  padding: 40px 30px 20px;
  margin: 80px 0 20px; }

.election-banner.full {
  padding-left: 30px; }

.election-banner .graphic {
  position: absolute;
  left: 50%;
  top: -68px;
  margin-left: -100px;
  max-width: 200px; }

.election-banner h1 {
  font-size: 22px;
  color: #fff;
  margin: 0 0 .4em;
  font-weight: bold;
  font-size: 2em;
  line-height: 1.2em; }

.election-banner p {
  margin: 0 0 .5em;
  font-weight: bold;
  font-size: 1em; }

.election-banner ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.election-banner ul li {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0 5px 0 0;
  border-right: 1px solid #fff; }

.election-banner ul li:last-child {
  border: none;
  margin: 0;
  padding: 0; }

.election-banner a {
  color: #c9a665;
  text-decoration: none;
  font-weight: bold; }

.election-banner a:hover {
  text-decoration: underline; }

.election-banner .alerts .alert-type {
  background: none;
  border: none; }

.stage-race .filters {
  clear: both;
  background: #f8f8f8;
  margin: 0 0 20px;
  padding: 15px;
  text-align: center;
  border-bottom: 4px solid #4e4e4e; }

.stage-race .filters h3 {
  font-size: 2.2em;
  margin: 10px 0 20px; }

.stage-race .filters label {
  font-weight: bold; }

.stage-race .filters select {
  padding: 8px 5px; }

.stage-race-buttons {
  text-align: center;
  border-bottom: 4px solid #4e4e4e; }

.stage-race-buttons a {
  margin-right: 1px;
  padding: 15px 20px;
  background: #f3f3f3;
  font-size: 14px;
  font-weight: bold; }

.stage-race-buttons a:hover {
  color: #990000; }

.stage-race-buttons a.active {
  background: #ddd; }

.stage-race-buttons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block; }

.stage-race-buttons ul li {
  float: left; }

.storify.column {
  overflow-y: scroll;
  height: 2200px; }

.storify.full iframe {
  height: 525px; }

.election-2014-section .site-content a {
  color: #2d2062; }

.election-2014-section .race-results {
  list-style: none;
  padding: 0;
  margin: 0 0 20px; }

/*===================================
   jQuery UI Dialog
====================================*/
.ui-widget-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.ui-dialog {
  z-index: 100;
  border: 1px solid #cccccc;
  position: absolute !important;
  background: #efefef;
  left: 50% !important;
  margin-left: -150px;
  z-index: 10000; }

.ui-dialog-titlebar-close {
  float: right;
  margin: 10px 10px 5px 0; }

@media only screen and (min-width: 400px) {
  .election-2014-section .race-results {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }

@media only screen and (min-width: 640px) {
  .election-2014-section .race-results {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }

@media only screen and (min-width: 800px) {
  .election-2014-section .race-results {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }

/* = Show More
==================================================================================================================*/
.loading, .show-more {
  text-align: center; }

.loading, .show-more {
  display: none; }

@media (max-width: 1023px) {
  .show-more {
    display: block;
    background: #9f9f9f;
    margin-top: 30px;
    padding: 15px 0;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 18px; } }

/* = Comcast Contest
==================================================================================================================*/
.contest {
  text-align: center; }

.contest h1 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc; }

.contest .contest-form {
  text-align: left;
  width: 100%;
  margin: 20px 0; }

.contest .contest-form label {
  display: block;
  margin: 0 0 10px;
  font-weight: bold; }

.contest .contest-form input[type="text"],
.contest .contest-form textarea {
  display: block;
  background: #fff;
  padding: 5px;
  border: 1px solid #e4e4e4;
  width: 95%; }

.contest .contest-form .field-validation-error {
  text-align: left;
  font-size: .8em;
  font-style: italic; }

.contest .contest-form .response-success {
  background: #ace5ac;
  padding: 20px 10px;
  text-align: center;
  font-size: 1.1em; }

@media screen and (min-width: 768px) {
  /* _________________________________________________

WBAL Styles
Responsive: 768px width
_____________________________________________________
*/
  /* =Show Elements Previously Hidden in Mobile
==================================================================================================================*/
  .game-section .secondary-content .article-thumb,
  .show-intro, .mn-info-events {
    display: block; }
  /* Main Content
---------------------------------------------------*/
  #ABMbanner {
    position: inherit !important; }
  .wbal-banner {
    margin-bottom: 20px; }
  /* =Page Layout Styles
==================================================================================================================*/
  a.read-more {
    height: 30px;
    float: right;
    padding: 0px 10px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: normal; }
  a.read-more span {
    font-size: 11px;
    font-size: 0.6875rem;
    text-transform: capitalize;
    color: #666;
    font-weight: bold;
    line-height: 26px;
    vertical-align: middle;
    margin-left: 4px;
    display: inline-block;
    margin-top: -4px; }
  /* =Articles List Layout
==================================================================================================================*/
  .article-thumb {
    margin: 2px 10px 10px 0;
    width: 120px;
    height: auto;
    overflow: hidden; }
  .article-thumb img {
    width: 120px; }
  /* =Articles Specific
==================================================================================================================*/
  .primary-article-content .articleContent.no-attachments {
    width: 100%; }
  .primary-article-content .articleAttachments {
    float: right;
    width: 23.7%; }
  body.ap-article .primary-article-content .articleContent {
    width: 100%; }
  .social-toolbar .sharethis {
    width: 210px; }
  .secondary-article-content .social-toolbar span img {
    margin-left: 6px; }
  /* Primary Column
---------------------------------------------------*/
  .primary-article-content {
    width: 100%; }
  .has-attachments .primary-article-content {
    width: 66.5%;
    margin-right: 2%; }
  /* Secondary Column
---------------------------------------------------*/
  .has-attachments .secondary-article-content {
    position: static;
    top: auto;
    right: auto;
    width: 29.2%;
    height: auto;
    padding-left: 2%;
    border-left: 1px solid #e3e2e1; }
  .articleAttachments {
    background: none;
    border: 0; }
  .articleAttachments object {
    display: block;
    margin: 0 0 .5em; }
  .articleAttachments .image img {
    max-width: 100%; }
  .site-content .mejs-container {
    width: 100% !important; }
  /* AP articles
---------------------------------------------------*/
  .articleContent .ap-article .ap-mediabox-table {
    display: block;
    padding-left: 5px; }
  /* = About Section
==================================================================================================================*/
  .school-closings .site-content .ui-tabs .ui-tabs-nav li a {
    padding: 20px 0 10px 10px;
    width: 115px;
    text-align: center; }
  /* Show headline
---------------------------------------------------*/
  .stage-intro h1 {
    font-size: 2em; }
  /* = Stage Leaderboard ad
==================================================================================================================*/
  .stage-leaderboard {
    text-align: center;
    float: left;
    height: 90px;
    width: 100%; }
  /* = Validation Styles
==================================================================================================================*/
  .validatorCalloutHighlight {
    background-color: #FFFACD; }
  /* wide screen
==================================================================================================================*/
  .poll_form iframe {
    width: 100%; }
  /* Search
=================================================================================================================*/
  .search-social .facebook {
    float: none;
    width: auto; }
  /* Error Page
=================================================================================================================*/
  body.error-section {
    background-color: #FDFDFD; }
  .error-section .navigation {
    height: 31px; }
  .error-section .site-content {
    background: url(../../content/404-background.gif) repeat-x 0 0; }
  .error404 h1, .error500 h1 {
    padding-top: 50px; }
  .error404 {
    background: url(../../content/404_graphic.png) no-repeat 200px 100px;
    width: 100%;
    min-height: 450px; }
  .error500 {
    background: url(../../content/500_graphic.png) no-repeat 200px 100px;
    width: 100%;
    min-height: 450px; }
  .error404 .cloud, .error500 .cloud {
    width: 158px;
    height: 97px;
    background: url(../../content/404_cloud.png) no-repeat 0 0;
    position: absolute;
    left: 500px; }
  .error404 p, .error500 p {
    font-size: 14px;
    line-height: 0.75em; }
  .error404 a {
    color: #000; }
  /* Mobile App Page
=================================================================================================================*/
  .mobile-app {
    float: left;
    width: 100%;
    padding: 20px 0; }
  .mobile-app h3 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #000;
    display: block;
    height: 27px;
    padding-left: 80px;
    padding-top: 40px;
    margin-left: -3px;
    background: url(../../content/i_wbal-app.gif) no-repeat 0 0; }
  .mobile-app h4 {
    float: left;
    display: inline;
    width: 120px; }
  .mobile-app ul {
    float: left;
    display: inline;
    width: 300px; }
  .mobile-app a {
    display: block;
    width: 505px;
    height: 38px;
    padding-left: 100px;
    padding-top: 9px;
    background: url(../../content/bg_download-app.png) no-repeat 0 0; }
  .mobile-app .qrcode {
    float: right;
    display: inline;
    width: 150px; }
  /* Blogs
=================================================================================================================*/
  .blog-section #main {
    width: 610px;
    margin-right: 35px;
    float: left; }
  .blog-section #sidebar {
    width: 300px;
    float: left;
    margin-top: 35px; }
  /* Excellence
---------------------------------------------------*/
  .excellence-play {
    width: 49%;
    margin-right: 1%; }
  /* Election */
  #election-wrapper .single-election {
    float: left;
    width: 46%;
    padding: 10px 2%; }
  #medialist-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
  #medialist-list .medialist-item {
    margin: 0 1.515% 1.875em;
    /* 15px 30px */ }
  #isolist-list .isolist-item {
    width: 46%;
    margin: 2%; }
  /* flexslider
===============================================================================*/
  .article-section .flexslider .audio em {
    display: block; }
  .article-section .flex-caption {
    width: 100%;
    padding: 0 0 2% 0;
    font-size: 14px;
    line-height: 18px; }
  .article-section .flexslider li.audio .flex-caption {
    margin-bottom: 1.5em;
    padding-bottom: 2%; }
  /* Elections2014
===============================================================================*/
  .election-banner {
    position: relative;
    padding: 20px 30px 20px 250px;
    margin: 80px 0 20px; }
  .storify.full iframe {
    height: 650px; }
  /* = Comcast Contest
==================================================================================================================*/
  .contest .contest-form {
    text-align: left;
    width: 600px;
    margin: 20px auto 20px; }
  /* Funjet Contest
---------------------------------------------------*/
  .contest.funjet h1 {
    margin-top: 0; } }

@media screen and (min-width: 1024px) {
  /* _________________________________________________

client:      WBAL
author:      Atlantic BT - www.atlanticbt.com
description: Responsive styles, 1024px width

_____________________________________________________
*/
  /* =Hide Unnecessary Elements from Page
==================================================================================================================*/
  /* =Show Elements Previously Hidden in Mobile
==================================================================================================================*/
  .weather-module .search-info,
  .calendar-content,
  .stock-content,
  .social-content,
  .video-wbal,
  #main-nav .drop,
  .secondary-content .section-header.video,
  .secondary-content .ap-video,
  .game-section .football-poll,
  .game-section .email-alerts,
  #read-more,
  .shows-section .facebook-content,
  .mn-info-kids,
  .highlight-audio,
  .election-section .section-header.chart,
  .election-section .section-header.chart + iframe {
    display: block; }
  .news-section .sponsors-content {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -webkit-flex-order: 0; }
  /* =Layout Structure
==================================================================================================================*/
  /* Main Content
---------------------------------------------------*/
  .master {
    width: auto; }
  .stage-wrapper {
    position: relative;
    top: 0;
    z-index: 1000; }
  /* = Page Layout Styles
==================================================================================================================*/
  .articleAttachments .image {
    text-align: left; }
  /* Stage Wrapper
---------------------------------------------------*/
  .bevan-stage-location {
    padding: 0;
    margin: 0;
    background-color: #fff; }
  .bevan-stage-location h1 {
    font: 2em/1.75em 'Bevan', Arial;
    color: #000;
    padding: 0;
    margin: 0;
    font-weight: normal; }
  .premierSponsor-left {
    display: inline;
    width: 728px;
    height: 90px;
    margin-right: 15px; }
  .premierSponsor-right {
    display: inline;
    width: 200px;
    height: 90px; }
  .tv-section .primary-threecol-content {
    padding: 0; }
  .site-content .wrap {
    float: none; }
  .site-content {
    margin: 0 auto; }
  a.read-more {
    height: 30px;
    float: right;
    padding: 0px 10px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: normal; }
  /* = Article List Layout
==================================================================================================================*/
  .featured_link .article-thumb, .featured_highlight .article-thumb {
    width: 80px; }
  .featured_link .article-thumb img, .featured_highlight .article-thumb img {
    width: 80px; }
  .news-section .primary-content .article_title {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 0 5px; }
  .primary-content .articles li, .primary-twocol-content .articles li .primary-content .articles li.single-article, .primary-twocol-content .articles li.single-article {
    list-style: none; }
  .articles li {
    padding: 0;
    border: 0;
    list-style: none; }
  .articles-list {
    padding: 0 10px 10px 15px;
    margin: 15px 0 20px 10px;
    border: 0; }
  .articles-list li {
    padding: 0;
    margin: 0 0 10px;
    border: 0;
    list-style: disc; }
  .articles li.single-article {
    padding: 0;
    margin: 0 0 20px;
    border: 0; }
  .articles li.featured_highlight,
  .articles li.featured_link {
    padding: 10px 20px;
    list-style: none; }
  .featured-content li.single-article {
    list-style: none; }
  ul.articles.articles-list {
    padding: 0 10px 10px 15px;
    margin: 0 0 0 10px; }
  .articles.articles-list li.single-article {
    list-style: disc; }
  /* Other articles
---------------------------------------------------*/
  .other-articles ul.articles {
    float: left;
    width: 100%;
    list-style: none; }
  .other-articles ul.articles li.single-article {
    list-style: none; }
  /* =Articles Specific
==================================================================================================================*/
  .article-wrap {
    position: relative;
    float: left;
    width: 801px; }
  .secondary-article-content,
  .tertiary-article-content {
    clear: none; }
  /* Primary Column
---------------------------------------------------*/
  .primary-article-content {
    width: 786px; }
  .has-attachments .primary-article-content {
    width: 464px;
    margin-right: 20px; }
  .ap-article .primary-article-content {
    width: 781px; }
  .primary-article-content .articleAttachments {
    float: right;
    width: 38.7%; }
  .primary-article-content .articleContent {
    margin: 0; }
  .social-toolbar {
    float: left;
    width: auto;
    clear: both;
    padding: 0; }
  .social-toolbar span {
    line-height: 2.5em; }
  /* Secondary Column
---------------------------------------------------*/
  .secondary-article-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 275px;
    height: 60px;
    margin-right: 20px; }
  .has-attachments .secondary-article-content {
    position: static;
    top: auto;
    right: auto;
    width: 275px;
    height: auto;
    padding-left: 20px;
    border-left: 1px solid #e3e2e1; }
  .articleAttachments {
    background: none;
    border: 0; }
  .articleAttachments object {
    display: block;
    margin: 0 0 .5em; }
  .secondary-article-content .social-toolbar span img {
    margin-left: 18px; }
  .social-toolbar .sharethis {
    width: 285px; }
  /* Tertiary Column
---------------------------------------------------*/
  .tertiary-article-content {
    width: 170px; }
  /* Other Content
---------------------------------------------------*/
  .other-articles-wrap {
    width: 780px;
    border-top: 1px solid #E3E2E1; }
  /* =Traffic Section
==================================================================================================================*/
  .traffic-section #web-trafficOne {
    height: 550px;
    width: inherit; }
  .traffic-section #web-trafficOne .nvtwa_content {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 100%;
    position: absolute;
    width: 410px;
    margin-bottom: 0;
    top: 0; }
  .traffic-section #web-trafficOne .nvtwa_mapc {
    height: 100%;
    left: 410px;
    position: absolute;
    right: 0;
    margin: 0; }
  .traffic-section #web-trafficOne .nvt_commuter .nvtwa_cnt .nvt_roads_List_cnt {
    height: 85%;
    overflow: auto; }
  /* = About Section
==================================================================================================================*/
  .school-closings .site-content .ui-tabs .ui-tabs-nav li a {
    padding: 20px 0 10px 6px; }
  /* Read more link
    ---------------------------------------------------*/
  #read-more {
    float: right;
    display: inline;
    margin: 0 -3px 10px 35px;
    width: 126px;
    height: 25px;
    background: url(../../content/shows/sp_read-more.gif) no-repeat 0 0;
    cursor: pointer; }
  #read-more.read-less {
    background-position: 0 -25px; }
  #read-more.read-none {
    float: left;
    display: inline;
    margin: 0 0 30px 35px;
    width: 1px;
    height: 1px; }
  .shows-section .primary-content .article_title {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: normal; }
  .shows-section .secondary-content .no-top-margin h2 {
    margin-top: 0; }
  /* Commentary Section
==================================================================================================================*/
  .commentary-section .stage-wrapper {
    background: #000; }
  .commentary-section .primary-content .article_title {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: normal; }
  .commentary-section .secondary-content .no-top-margin h2 {
    margin-top: 0; }
  .getnews {
    padding-bottom: 0;
    line-height: 18px; }
  .foundation-list {
    padding: 0; }
  .foundation-list li {
    margin-bottom: 25px; }
  /* =Traffic Section
==================================================================================================================*/
  .traffic-section .route_item {
    width: 48%; }
  /* About / Info Specific
==================================================================================================================*/
  .hdradio-overview {
    float: left;
    display: inline;
    width: 340px;
    line-height: 2em; }
  .hdradio-overview2 {
    float: left;
    display: inline;
    width: 340px;
    line-height: 2em;
    padding-top: 110px; }
  /* Funjet Contest
---------------------------------------------------*/
  .contest.funjet h1 {
    margin-top: -20px; }
  /* Excellence
---------------------------------------------------*/
  .excellence-play {
    margin-bottom: 0;
    width: 225px;
    height: 240px; }
  .excellence-play.last {
    margin-right: 0; }
  /* = Election Section
==================================================================================================================*/
  /* --- On Homepage --- */
  #election-wrapper #balance-of-power, #election-wrapper #maryland-results-header {
    display: block; }
  #election-wrapper #national-election {
    display: none; }
  #election-wrapper span.handle {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 12px;
    padding-top: 5px; }
  #election-wrapper span.icon {
    font-size: 36px;
    line-height: 12px;
    vertical-align: text-top; }
  #election-wrapper .handle.show span.icon {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 18px; }
  #election-wrapper .election-link {
    margin: 10px 0 0 0; }
  /* flexslider
===============================================================================*/
  .article-section .flexslider .audio-comment {
    display: block; }
  #medialist-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.875em;
    /* 30px */
    -moz-column-gap: 1.875em;
    /* 30px */
    column-gap: 1.875em;
    /* 30px */ }
  #medialist-list .medialist-item {
    margin-bottom: 1.875em; }
  #isolist-list .isolist-item {
    width: 31%;
    margin: 1%; }
  #google-map-canvas {
    height: 500px; }
  /* Elections2014
===============================================================================*/
  .storify.full iframe {
    height: 750px; }
  .election-banner {
    margin: 10px 0 20px; }
  .election-banner .graphic {
    position: absolute;
    left: 0;
    top: 50%;
    margin-left: 0;
    margin-top: -50px; }
  .article {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    float: left; }
  .article:nth-child(odd) {
    margin-right: 10px; }
  .article:nth-child(even) {
    margin-left: 10px; }
  .article .thumbnail {
    margin-right: 20px;
    float: left; }
  .article .excerpt {
    width: 155px;
    float: right; } }

.single ul,.single ol, .page ul,.page ol {
  list-style-type: disc;
}