/*
THEME NAME: FBN Media Relations
AUTHOR: FOX BUSINESS CHANNEL - (Sean)
Version: 2.0.0
*/
/****************************************************************************
Fox Business - Articles
*************************************************************************** */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html #wrapper .hide {
  display: none;
}

html #wrapper .show {
  display: block;
}

body {
  min-width: 320px;
  background-color: #ffffff;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hidden {
  visibility: hidden;
}

img {
  max-width: 100%;
}

picture,
.m {
  position: relative;
}

picture a,
.m a {
  display: block;
  position: relative;
}

picture img,
.m img {
  display: block;
  width: 100%;
}

@media (max-width: 768px) {
  .main-content,
  .sidebar {
    margin: 0 16px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .main-content,
  .sidebar {
    margin: 0 24px;
  }
}

@media (min-width: 1024px) {
  .main-content {
    clear: both;
    float: left;
    margin-left: 16px;
    width: calc(100% - 348px);
  }
  .main-content:after {
    content: "";
    display: table;
    clear: both;
  }
  .sidebar {
    float: right;
    margin-left: 16px;
    margin-right: 16px;
    width: 300px;
  }
}

@media (min-width: 1280px) {
  .main-content {
    margin-left: 24px;
    margin-right: 0;
    width: calc(100% - 372px);
  }
  .sidebar {
    float: right;
    margin-left: 24px;
    margin-right: 24px;
  }
}

.ad-container {
  text-align: center;
}

.ad-container .ad .gpt {
  text-align: center;
}

.ad-container .ad img {
  display: block;
  margin: 0 auto;
}

.ad-container.yieldmo {
  margin: 0 11px 22px 11px;
  width: auto;
}

.advert-txt {
  display: block;
  color: #666666;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  margin-top: 8px;
}

.ad-h-0 {
  padding: 0;
  margin: 0;
}

.ad-h-0 .ad {
  margin: 0;
  padding: 0;
}

.ad-h-30 {
  min-height: 31px;
}

.ad-h-30 .ad {
  min-height: 31px;
}

.ad-h-31 {
  min-height: 31px;
}

.ad-h-31 .ad {
  min-height: 31px;
}

.ad-h-50 {
  min-height: 50px;
}

.ad-h-50 .ad {
  min-height: 50px;
}

.ad-h-66 {
  min-height: 66px;
}

.ad-h-66 .ad {
  min-height: 66px;
}

.ad-h-90 {
  min-height: 90px;
}

.ad-h-90 .ad {
  min-height: 90px;
}

.ad-h-250 {
  min-height: 250px;
}

.ad-h-250 .ad {
  min-height: 250px;
}

.ad-h-600 {
  min-height: 600px;
}

.ad-h-600 .ad {
  min-height: 600px;
}

@media screen and (max-width: 1023px) {
  html body .ad-container.mobile, html body .ad-container.tablet {
    background: #F6F8FA;
    padding: 24px 0;
    margin: 0 -16px 24px -16px;
  }
  html body .ad-container.mobile {
    width: calc(100% + (2 * 16px));
  }
}

.video-container {
  background-color: #000000;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  min-height: 100%;
  width: 100%;
}

.video-player {
  position: static;
}

.message {
  border-radius: 3px;
  clear: both;
  border-width: 1px;
  border-style: solid;
  position: relative;
  text-align: center;
  padding: 6px 32px 6px 8px;
  font-size: 12px;
  line-height: 16px;
  min-height: 30px;
  width: 100%;
}

.message span {
  display: inline-block;
}

.message p {
  font-size: 12px;
  line-height: 16px;
}

.message .close {
  display: block;
  position: absolute;
  top: 6px;
  right: 10px;
}

.message .close a {
  display: block;
  padding: 4px;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  height: 14px;
  width: 14px;
}

.message .close a::before, .message .close a::after {
  border-radius: 2px;
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
}

.message .close a::before {
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
          transform: rotate(45deg) translate3d(0, 0, 0);
}

.message .close a::after {
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
          transform: rotate(-45deg) translate3d(0, 0, 0);
}

.message.success {
  color: #307608;
  background-color: #f8fff1;
  border-color: #60b911;
}

.message.success .close a::before,
.message.success .close a::after {
  background-color: #60b911;
}

.message.error {
  color: #c20017;
  background-color: #ffdce0;
  border-color: #f26a7a;
}

.message.error .close a::before,
.message.error .close a::after {
  background-color: #f26a7a;
}

.social-icons {
  clear: both;
}

.social-icons ul {
  letter-spacing: -4px;
}

.social-icons ul:after {
  content: "";
  display: table;
  clear: both;
}

.social-icons li {
  float: left;
  display: block;
  margin: 0 3px;
}

.social-icons a {
  border-radius: 50%;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  display: block;
  background-color: #003366;
  line-height: 30px;
  position: relative;
  height: 30px;
  width: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
}

.social-icons a:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
}

.social-icons .fb a:after {
  background-image: url("//static.foxnews.com/static/orion/styles/img/fox-business/s/social/facebook.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 7px;
  left: 11px;
}

.social-icons .tw a:after {
  background-image: url("//static.foxnews.com/static/orion/styles/img/fox-business/s/social/twitter.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 13px;
  width: 16px;
  top: 9px;
}

.social-icons .gp a:after {
  background-image: url("//static.foxnews.com/static/orion/styles/img/fox-business/s/social/google-plus.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}

.social-icons .ig a:after {
  background-image: url("//static.foxnews.com/static/orion/styles/img/fox-business/s/social/instagram.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}

.social-icons .sc a:after {
  background-image: url("//static.foxnews.com/static/orion/styles/img/fox-business/s/social/snapchat.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 17px;
  left: 7px;
}

.social-icons .pc a:after {
  background-image: url("//static.foxnews.com/static/orion/styles/img/fox-business/s/social/podcast.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 10px;
  left: 10px;
}

.social-icons .li a:after {
  background-image: url("//static.foxnews.com/static/orion/styles/img/fox-business/s/social/linked-in.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 15px;
}

.social-icons .flipboard a:after {
  background-image: url("//static.foxnews.com/static/orion/styles/img/fox-business/s/social/flipboard.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}

.social-icons .rss a:after {
  background-image: url("//static.foxnews.com/static/orion/styles/img/fox-business/s/social/rss.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}

.social-icons .email a:after {
  background-image: url("//static.foxnews.com/static/orion/styles/img/fox-business/s/social/email.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 10px;
  width: 15px;
  top: 10px;
}

.social-icons .comments a:after {
  background-image: url("//static.foxnews.com/static/orion/styles/img/fox-business/s/social/bubble.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}

.social-icons .print a:after {
  background-image: url("//static.foxnews.com/static/orion/styles/img/fox-business/s/social/print.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: 6px;
  height: 16px;
  width: 18px;
}

.social-icons .sms a:after {
  background-image: url("//static.foxnews.com/static/orion/styles/img/fox-business/s/social/imessage.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 6px;
  left: 6px;
  height: 20px;
  width: 20px;
}

.social-icons .messenger a:after {
  background-image: url("//static.foxnews.com/static/orion/styles/img/fox-business/s/social/fb-messenger.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}

.social-icons .read a:after {
  background-image: url("//static.foxnews.com/static/orion/styles/img/fox-business/s/social/read-later.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: 11px;
  height: 16px;
  width: 10px;
}

.social-icons .nation a {
  border-radius: 6px;
  width: 82px;
  height: 30px;
}

.social-icons .nation a:after {
  background-image: url("//static.foxnews.com/static/orion/styles/img/fox-business/s/social/fox-nation-horizontal.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 1px 5px;
  width: 57px;
  height: 14px;
}

.social-icons a:after,
.social-icons .fb a:after,
.social-icons .tw a:after,
.social-icons .flipboard a:after,
.social-icons .comments a:after,
.social-icons .print a:after,
.social-icons .email a:after {
  top: 25%;
  left: 25%;
  height: 50%;
  width: 50%;
  background-size: contain;
  background-position: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  font-family: inherit;
  font-weight: 900;
  margin-bottom: 16px;
}

h1 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.25px;
}

h2 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.25px;
}

h3 {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.25px;
}

h4 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.25px;
}

h5 {
  font-size: 12px;
  line-height: 18px;
}

h6 {
  font-size: 11px;
  line-height: 16px;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

a {
  color: #003366;
  -webkit-transition: color, 0.25s, ease-in-out;
  transition: color, 0.25s, ease-in-out;
  -webkit-transition: background, 0.25s, ease-in-out;
  transition: background, 0.25s, ease-in-out;
  text-decoration: none;
}

p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 24px;
}

::-moz-selection {
  color: #ffffff;
  background: rgba(0, 51, 102, 0.99);
}

::selection {
  color: #ffffff;
  background: rgba(0, 51, 102, 0.99);
}

img::-moz-selection {
  background: #003366;
}

img::selection {
  background: #003366;
}

section {
  position: relative;
}

section:after {
  content: "";
  display: table;
  clear: both;
}

.pre-content .ad-container {
  margin-bottom: 0;
}

.pre-content,
.page-content,
.post-content {
  width: 100%;
}

.pre-content:after,
.page-content:after,
.post-content:after {
  content: "";
  display: table;
  clear: both;
}

.page-content {
  padding-top: 16px;
  min-height: 750px;
}

.row {
  clear: both;
  position: relative;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.post-content .row.wide-ad {
  background: #222222;
  padding: 24px 0;
  margin: 0 0 16px 0;
}

.post-content .row.wide-ad .ad-container {
  margin-bottom: 0;
}

.main-content > *:last-child {
  margin-bottom: 0;
}

.sidebar > *:last-child {
  margin-bottom: 0;
}

.sidebar-primary-alt .ad-container.mobile {
  padding: 0;
  border: 0;
}

.sidebar-primary-alt .sidebar {
  margin: 16px 0;
}

.section-nav {
  padding-top: 24px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .section-nav {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

.section-nav nav {
  margin-bottom: 26px;
  vertical-align: top;
  padding: 0 16px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.section-nav .nav-title {
  color: #edf6ff;
  font-size: 18px;
  margin-bottom: 13px;
  line-height: 22px;
  letter-spacing: -.47px;
  font-family: inherit;
  font-weight: 900;
}

.section-nav .nav-item {
  font-size: 14px;
  line-height: 24px;
}

.header-lower,
.footer-lower {
  border-top: 1px solid #1b4e81;
  padding: 24px 0 48px 0;
  margin: 0 16px;
  overflow: hidden;
}

.header-lower .branding,
.footer-lower .branding {
  margin: 0 auto 9px auto;
  height: 48px;
  width: 96px;
}

.header-lower .branding .logo,
.footer-lower .branding .logo {
  background-image: url("//static.foxnews.com/static/orion/styles/img/fox-business/s/logos/fox-business-1-color.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}

.header-lower .legal,
.footer-lower .legal {
  color: #a7c6e5;
  text-align: center;
}

.header-lower .legal p,
.footer-lower .legal p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 12px;
}

.header-lower .legal p:last-of-type,
.footer-lower .legal p:last-of-type {
  margin-bottom: 0;
}

.header-lower .legal ul,
.footer-lower .legal ul {
  margin-bottom: 12px;
}

.header-lower .legal li,
.footer-lower .legal li {
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 12px;
}

.header-lower .legal a,
.footer-lower .legal a {
  color: #edf6ff;
}

.header-lower .social-icons,
.footer-lower .social-icons {
  margin-bottom: 24px;
}

.header-lower .social-icons ul,
.footer-lower .social-icons ul {
  text-align: center;
}

.header-lower .social-icons li,
.footer-lower .social-icons li {
  float: none;
  display: inline-block;
  margin: 0 4px;
}

.header-lower .social-icons a,
.footer-lower .social-icons a {
  background-color: #001d3a;
  height: 32px;
  width: 32px;
}

.site-header {
  border-bottom: 1px solid #EFF2F5;
  background-color: #ffffff;
  min-height: 48px;
  padding-bottom: 10px;
  position: relative;
  z-index: 100;
}

.site-header:after {
  content: "";
  display: table;
  clear: both;
}

.site-header.nav-open .expandable-nav {
  display: block;
}

.site-header a {
  color: #edf6ff;
}

.site-header > .branding {
  float: left;
}

.site-header > .branding h1 {
  margin: 0;
}

.site-header > .branding .logo {
  background-image: url("//static.foxnews.com/static/orion/styles/img/fox-business/s/logos/fox-business-mobile-2-color.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  text-indent: -9999px;
  margin-left: 16px;
  margin-top: 18px;
  height: 13px;
  width: 130px;
}

.site-header .nav-row {
  position: relative;
}

.site-header .meta {
  float: right;
  padding-right: 48px;
  margin-top: 13px;
}

.site-header .network-access {
  float: left;
}

.site-header .user-profile {
  float: left;
  display: block;
  margin-right: 8px;
}

.site-header .user-profile .avatar {
  display: block;
  width: 24px;
}

.site-header .user-profile .avatar img {
  border-radius: 3px;
  max-width: 100%;
}

.site-header .button {
  display: block;
  float: left;
}

.site-header .button a {
  font-size: 11px;
  line-height: 24px;
  padding: 0 8px;
}

.site-header .button a:hover {
  color: #ffffff;
}

.site-header .button.user-login {
  display: none;
}

.site-header .button.user-login a {
  border-color: #003366;
  background-color: #1b4e81;
  -webkit-box-shadow: inset 0 -3px 0 0 #003366;
          box-shadow: inset 0 -3px 0 0 #003366;
}

.site-header .button.user-login a:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.site-header .button.watch a {
  border-color: #ae0015;
  background-color: #d20f26;
  -webkit-box-shadow: inset 0 -3px 0 0 #ae0015;
          box-shadow: inset 0 -3px 0 0 #ae0015;
}

.site-header .button.watch a:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.site-header .menu {
  position: absolute;
  right: 0;
  top: 0;
}

.site-header .menu a {
  background-image: url("//static.foxnews.com/static/orion/styles/img/fox-business/s/bg/menu.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-size: 20px 12px;
  background-position: center;
  display: block;
  text-indent: -9999px;
  height: 48px;
  width: 48px;
}

.site-header .menu a.menu-open {
  background: none;
  font-size: 0;
  text-align: center;
  line-height: 48px;
  text-indent: initial;
}

.site-header .menu a.menu-open:before {
  display: block;
  content: "\00D7";
  color: #ffffff;
  position: absolute;
  font-size: 21px;
  top: 1px;
  right: -2px;
  height: 100%;
  width: 100%;
  z-index: 5;
}

.site-header .menu a.menu-open:after {
  border-radius: 50%;
  display: block;
  content: "";
  background-color: #003366;
  position: absolute;
  top: 15px;
  left: 16px;
  width: 20px;
  height: 20px;
  z-index: 4;
}

.site-header .search {
  border-bottom: 1px solid #1b4e81;
  padding: 12px 16px;
}

.site-header .search-wrap {
  position: relative;
}

.site-header .search-wrap input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px;
  border: 0;
  padding: 0;
  margin: 0;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 100%;
  height: 40px;
}

.site-header .search-wrap input[type="text"] {
  color: #003366;
  font-size: 16px;
  padding: 0 12px;
  width: calc(100% - 79px);
}

.site-header .search-wrap input[type="submit"] {
  color: #ffffff;
  background-color: #c20017;
  -webkit-box-shadow: inset 0 -3px 0 0 #ae0015;
          box-shadow: inset 0 -3px 0 0 #ae0015;
  font-size: 14px;
  font-weight: 900;
  padding: 0 16px;
  position: absolute;
  right: 0;
  top: 0;
  width: 82px;
}

.site-header .search-wrap input::-webkit-input-placeholder {
  color: #003366;
}

.site-header .search-wrap input::-moz-placeholder {
  color: #003366;
}

.site-header .search-wrap input:-ms-input-placeholder {
  color: #003366;
}

.site-header .search-wrap input::-ms-input-placeholder {
  color: #003366;
}

.site-header .search-wrap input::placeholder {
  color: #003366;
}

.site-header .search-wrap input:active {
  top: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.site-header .search-wrap input:focus::-webkit-input-placeholder {
  color: transparent;
}

.site-header .search-wrap input:focus::-moz-placeholder {
  color: transparent;
}

.site-header .search-wrap input:focus:-ms-input-placeholder {
  color: transparent;
}

.site-header .search-wrap input:focus::-ms-input-placeholder {
  color: transparent;
}

.site-header .search-wrap input:focus::placeholder {
  color: transparent;
}

.site-header .expandable-nav {
  display: none;
  border-top: 1px solid #174676;
  background-color: #003366;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 500;
}

.site-footer {
  clear: both;
  background-color: #003366;
  padding-top: 32px;
}

.site-footer a {
  color: #edf6ff;
}

.site-footer .section-nav {
  padding-top: 0;
}

.site-footer .inner {
  padding: 0;
  width: 100%;
}

.overlay {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
  opacity: 0.8;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.2);
  display: block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 8px;
  bottom: 8px;
  overflow: hidden;
  text-indent: -9999em;
  height: 32px;
  width: 32px;
}

a:hover .overlay {
  opacity: 1;
}

.video-ct .overlay {
  background-image: url("//static.foxnews.com/static/orion/styles/img/fox-business/s/overlays/video.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.interactive-ct .overlay {
  background-image: url("//static.foxnews.com/static/orion/styles/img/fox-business/s/overlays/interactive.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.slideshow-ct .overlay {
  background-image: url("//static.foxnews.com/static/orion/styles/img/fox-business/s/overlays/slideshow.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.alert-banner {
  background: #c20017;
  border-radius: 6px 6px 0 0;
  color: #ffffff;
  padding: 12px;
  position: fixed;
  bottom: 0;
  left: 16px;
  width: calc(100% - 32px);
  z-index: 100;
}

.alert-banner a {
  color: #ffffff;
}

.alert-banner .alert-type {
  display: inline-block;
  background: #000000;
  padding: 4px;
  font-size: 10px;
  font-weight: 900;
  line-height: 11px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.alert-banner .alert-type a {
  color: inherit;
}

.alert-banner .alert-title {
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: -0.42px;
}

.alert-banner .alert-title a {
  color: inherit;
}

.alert-banner .close {
  background-image: url("//static.foxnews.com/static/orion/styles/img/fox-business/s/bg/close.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  right: 8px;
  height: 16px;
  width: 16px;
}

.alert-banner.is-programming {
  color: #000000;
  background-color: #ffc000;
}

.alert-banner.is-programming .alert-type {
  color: #ffffff;
}

.alert-banner.is-programming .close {
  background-image: url("//static.foxnews.com/static/orion/styles/img/fox-business/s/bg/close-black.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.pill {
  display: inline-block;
  background-color: #c20017;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  line-height: 11px;
}

.pill-text, .pill-link {
  display: block;
}

.pill .pill-text {
  padding: 4px;
}

.pill.is-developing {
  color: #000000;
  background: #ffcc00;
}

.pill.is-now-playing {
  background: #307608;
}

.button a {
  border-radius: 3px;
  color: #ffffff;
  border: 1px solid #003366;
  background-color: #1b4e81;
  -webkit-box-shadow: inset 0 -3px 0 0 #003366;
          box-shadow: inset 0 -3px 0 0 #003366;
  display: block;
  padding: 16px;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
}

.button a:hover {
  color: #ffffff;
}

.button a:active {
  position: relative;
  top: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.disabled {
  color: #999999;
  background-color: #ededed;
}

.eyebrow {
  display: inline-block;
  color: #c20017;
  font-size: 11px;
  font-weight: 900;
  line-height: 16px;
  text-transform: uppercase;
  margin-right: 4px;
}

.eyebrow a {
  color: inherit;
}

.eyebrow a:hover {
  text-decoration: underline;
}

.article {
  border-bottom: 1px solid #EFF2F5;
  padding: 0 0 12px 0;
  margin: 0 0 12px 0;
  position: relative;
}

.article:after {
  content: "";
  display: table;
  clear: both;
}

.article .header .info-header .pill {
  margin-bottom: 2px;
}

.article .m {
  float: left;
  margin-right: 12px;
  width: 132px;
  z-index: 10;
}

.article .m .pill {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.article .source {
  display: inline-block;
  color: #ffffff;
  background-color: #000000;
  position: absolute;
  right: 0;
  bottom: 0;
}

.article .info {
  overflow: hidden;
}

.article .meta:after {
  content: "";
  display: table;
  clear: both;
}

.article .meta .pill {
  float: left;
  margin: 0 8px 2px 0;
}

.article .time {
  display: inline-block;
  color: #666666;
  font-size: 11px;
  line-height: 16px;
}

.article .title {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: normal;
  margin-bottom: 0;
}

.article .title.title-color-red a {
  color: #C20017;
}

.article .title.title-color-green a {
  color: #307608;
}

.article .title a:hover {
  text-decoration: underline;
}

.article .dek {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
}

.article .dek a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  .article .m + .info .dek {
    display: none;
  }
  .article.featured .m + .info .dek {
    display: block;
  }
}

.stock-tracker {
  margin-top: 2px;
  font-size: 11px;
  font-weight: 900;
  line-height: 16px;
}

.stock-tracker .ticker {
  display: inline-block;
}

.stock-tracker .ticker a {
  color: #222222;
}

.stock-tracker .change {
  display: inline-block;
  position: relative;
  margin-left: 4px;
  padding-left: 12px;
  cursor: pointer;
}

.stock-tracker .change:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 0;
  height: 0;
  border-style: solid;
}

.stock-tracker.is-up .change {
  color: #307608;
}

.stock-tracker.is-up .change:before {
  border-width: 0 4px 6px 4px;
  border-color: transparent transparent #307608 transparent;
}

.stock-tracker.is-down .change {
  color: #D20F26;
}

.stock-tracker.is-down .change:before {
  border-width: 6px 4px 0 4px;
  border-color: #D20F26 transparent transparent transparent;
}

.collection {
  margin-bottom: 16px;
}

.collection .heading {
  overflow: hidden;
  margin-bottom: 16px;
}

.collection .heading .title {
  float: left;
  color: #222222;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.25px;
  margin-bottom: 0;
}

.collection .heading .title a {
  color: inherit;
}

.collection .heading .title a:hover {
  color: #000000;
  text-decoration: underline;
}

.collection .sponsor {
  float: right;
  margin: 0;
}

.collection .sponsor .ad,
.collection .sponsor .advert-txt {
  display: block;
  float: left;
}

.collection .sponsor .advert-txt {
  margin-right: 4px;
}

.collection .content:after {
  content: "";
  display: table;
  clear: both;
}

.collection .content p {
  margin-bottom: 0;
}

.collection footer:after {
  content: "";
  display: table;
  clear: both;
}

.collection footer .button {
  margin-top: 12px;
}

.collection footer .meta {
  margin-bottom: 0;
}

.item {
  margin-bottom: 16px;
}

.item .heading {
  overflow: hidden;
  margin-bottom: 16px;
}

.item .heading .title {
  color: #222222;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  margin-bottom: 0;
}

.item .heading .title a {
  color: inherit;
}

.item .heading p {
  margin-bottom: 0;
}

.promo {
  margin-bottom: 16px;
}

.promo:after {
  content: "";
  display: table;
  clear: both;
}

.promo .info {
  float: left;
}

.promo .heading {
  margin-bottom: 16px;
}

.promo .heading .title {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
}

.promo .m img {
  width: 100%;
}

.promo .content p {
  margin-bottom: 16px;
}

.promo .more {
  clear: both;
  font-size: 14px;
  line-height: 21px;
  color: #003366;
  background: #edf6ff;
}

.promo footer {
  margin-top: 12px;
}

table {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-bottom: 0;
  margin-bottom: 24px;
  width: 100%;
}

table thead {
  display: table-header-group;
}

table tfoot {
  display: table-footer-group;
}

table thead tr,
table tfoot tr {
  border-bottom: 1px solid #cccccc;
}

table thead th,
table tfoot th {
  padding: 10px 14px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
}

table tbody td,
table tbody th {
  position: relative;
  border-bottom: 1px solid #cccccc;
  padding: 10px 14px;
  font-size: 14px;
}

.collection-opinion {
  border-bottom: 1px solid #EFF2F5;
  padding-bottom: 16px;
}

.collection-opinion .article {
  border: 0;
  padding: 0;
  margin-bottom: 24px;
}

.collection-opinion .article.title-color-red .quote-bubble {
  color: #C20017;
}

.collection-opinion .article.title-color-green .quote-bubble {
  color: #307608;
}

.collection-opinion .article:last-of-type {
  margin-bottom: 0;
}

.collection-opinion .quote-bubble {
  color: #222222;
  border: 1px solid #CEDFEF;
  border-radius: 3px;
  font-size: 16px;
  font-style: italic;
  line-height: 22px;
  padding: 24px;
  margin-bottom: 24px;
  position: relative;
}

.collection-opinion .quote-bubble:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  left: 32px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #CEDFEF;
}

.collection-opinion .quote-bubble:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 34px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #ffffff;
}

.collection-opinion .m {
  float: left;
  margin-right: 12px;
  width: 84px;
}

.collection-opinion .m img {
  border-radius: 50%;
  border: 1px solid #CEDFEF;
}

.collection-opinion .m + .info {
  width: calc(100% - 84px - 12px);
}

.collection-opinion .name,
.collection-opinion .role {
  display: block;
}

.collection-opinion .name {
  color: #222222;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 2px;
}

.collection-opinion .role {
  color: #666666;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 8px;
}

.collection-opinion .button-invert {
  display: inline-block;
  border: 1px solid #CEDFEF;
  border-radius: 3px;
  color: #003366;
  font-size: 13px;
  font-weight: 900;
  line-height: 15px;
  letter-spacing: -0.25px;
  padding: 8px 10px;
}

.page-heading {
  overflow: hidden;
  margin: 16px 16px 0 16px;
}

.page-heading .title {
  float: left;
  font-size: 30px;
  line-height: 36px;
  margin: 0;
  letter-spacing: -0.25px;
}

.page-heading .sponsor {
  float: right;
  margin: 0;
}

.page-heading .sponsor .ad,
.page-heading .sponsor .advert-txt {
  display: block;
  float: left;
}

.page-heading .sponsor .advert-txt {
  margin-right: 4px;
}

.item-promo {
  margin-bottom: 16px;
}

.embed-media {
  display: block;
  position: relative;
  margin-bottom: 24px;
}

.embed-media.twitter .twitter-tweet {
  margin: 0 auto;
}

.embed-media.facebook {
  text-align: center;
}

.embed-media.instagram {
  max-width: 658px;
  margin-left: auto;
  margin-right: auto;
}

.embed-media.fn-video .m, .embed-media.fb-video .m {
  position: static;
}

.embed-media.fn-video .m img, .embed-media.fb-video .m img {
  width: 100%;
}

.embed-media.fn-video .overlay, .embed-media.fb-video .overlay {
  background-image: url("//static.foxnews.com/static/orion/styles/img/fox-business/s/overlays/video.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  right: 24px;
  bottom: 24px;
  height: 64px;
  width: 64px;
}

.sidebar .embed-media {
  margin-bottom: 12px;
}

.embed-media iframe.twitter-timeline {
  display: block !important;
  margin: 0 auto 12px !important;
}

.embed-media .overlay {
  right: 24px;
  bottom: 24px;
  height: 64px;
  width: 64px;
}

.pull-quote {
  clear: both;
  margin-left: 8px;
  margin-bottom: 24px;
  overflow: hidden;
}

.pull-quote .quote-text {
  color: #000000;
  border-left: 3px solid #1b4e81;
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
  padding-left: 12px;
  margin-bottom: 12px;
}

.pull-quote .quote-author {
  float: right;
  font-size: 14px;
  color: #222222;
}

.related {
  margin: 0 auto;
  width: 300px;
}

.related .m {
  margin-bottom: 12px;
}

.related .m .overlay {
  width: 75px;
  height: 75px;
}

.related .caption .title {
  color: #003366;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 8px;
}

.related .caption p {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 6px;
}

.inline {
  width: auto;
  margin-bottom: 12px;
}

.inline .m img {
  width: 100%;
}

.inline .caption {
  padding-bottom: 12px;
  margin-top: 12px;
  border-bottom: 1px solid #dddddd;
}

.inline .caption p {
  color: #666666;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.featured {
  border-bottom: 1px solid #EFF2F5;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
  width: 100%;
}

.featured .video-container {
  overflow: hidden;
}

.featured .m .overlay {
  right: 16px;
  bottom: 16px;
  height: 48px;
  width: 48px;
}

.featured .info {
  padding-top: 8px;
}

.featured .info .caption .title {
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: -0.25px;
  margin-bottom: 5px;
}

.featured .info .caption .title a:hover {
  text-decoration: underline;
}

.featured .info .caption p {
  color: #666666;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 16px;
}

.featured .info .caption p:last-of-type {
  margin-bottom: 0;
}

.featured .advert-overlay {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  width: 100%;
}

.featured .advert-timer {
  display: block;
  margin: 10% auto 0;
  padding-left: 20px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Helvetica Nueue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  word-spacing: 0;
  white-space: normal;
  font-size: 12px;
  height: 20px;
  width: 300px;
}

.featured .advert-inner {
  background-color: #333;
  margin: 0 auto;
  position: relative;
  width: 300px;
  height: 250px;
  z-index: 7;
}

.featured .close-button {
  z-index: 999;
  top: -20px;
  left: -20px;
  display: block;
  position: relative;
  cursor: pointer;
  background: url("//static.foxnews.com/static/orion/styles/img/fox-business/bg/advert-close.png") no-repeat;
  width: 36px;
  height: 39px;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .featured .close-button {
    top: -25px;
    left: -10px;
  }
  .featured .advert-timer {
    padding-left: 30px;
  }
}

.featured-image {
  margin-bottom: 16px;
}

.featured-image .slides .m {
  display: block;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.featured-image .slides .slide-container {
  position: relative;
  overflow: hidden;
  list-style: none;
  margin-bottom: 0;
}

.featured-image .slides .slide-container:after {
  content: "";
  display: table;
  clear: both;
}

.featured-image .slides .slide-container .slide {
  display: none;
}

.featured-image .slides input {
  display: none;
}

.featured-image .slides input:checked + .slide {
  display: block;
}

.featured-image .container {
  position: relative;
}

.featured-image .ctrl {
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  width: 100%;
}

.featured-image .ctrl .prev,
.featured-image .ctrl .next {
  cursor: pointer;
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
  border-radius: 50%;
  text-indent: -9999px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  height: 24px;
  width: 24px;
}

.featured-image .ctrl .prev {
  background-image: url("//static.foxnews.com/static/orion/styles/img/fox-business/s/bg/prev.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 12px;
}

.featured-image .ctrl .next {
  background-image: url("//static.foxnews.com/static/orion/styles/img/fox-business/s/bg/next.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 12px;
}

.featured-image .pager {
  font-size: 12px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: -0.2px;
  margin-bottom: 4px;
}

.featured-video .control {
  display: none;
}

.featured-video .video-container .video-player .unauthorized-mvpd {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  background-color: #000;
}

.featured-video .video-container .video-player .unauthorized-mvpd p {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
  padding: 0 17%;
  color: #fff;
  font-size: 18px;
}

.featured-video .video-container .video-player .unauthorized-mvpd:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.9;
  position: absolute;
  left: 0;
  top: 0;
}

table {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-bottom: 0;
  margin-bottom: 24px;
  width: 100%;
}

table thead {
  display: table-header-group;
}

table tfoot {
  display: table-footer-group;
}

table thead tr,
table tfoot tr {
  border-bottom: 1px solid #cccccc;
}

table thead th,
table tfoot th {
  padding: 10px 14px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
}

table tbody td,
table tbody th {
  position: relative;
  border-bottom: 1px solid #cccccc;
  padding: 10px 14px;
  font-size: 14px;
}

.stock-fundamentals thead {
  background: none;
  display: none;
}

.stock-fundamentals tbody td {
  display: block;
  font-size: 12px;
  line-height: 18px;
  padding-left: 110px;
  font-weight: 500;
}

.stock-fundamentals tbody td:before {
  display: block;
  position: absolute;
  left: 12px;
  top: 10px;
  font-weight: 900;
}

.stock-fundamentals tbody td.ticker {
  background: #F6F8FA;
  font-weight: 900;
}

.stock-fundamentals tbody td.ticker a {
  color: #222222;
}

.stock-fundamentals tbody td.ticker:before {
  content: "Stock Symbol";
}

.stock-fundamentals tbody td.security:before {
  content: "Stock Name";
}

.stock-fundamentals tbody td.last:before {
  content: "Stock Price";
}

.stock-fundamentals tbody td.change.pos {
  color: #307608;
}

.stock-fundamentals tbody td.change.neg {
  color: #D20F26;
}

.stock-fundamentals tbody td.change:before {
  content: "Stock Change";
}

.stock-fundamentals tbody td.percent.pos {
  color: #307608;
}

.stock-fundamentals tbody td.percent.neg {
  color: #D20F26;
}

.stock-fundamentals tbody td.percent:before {
  content: "Change %";
}

.collection-stocks-article .stock {
  color: #222222;
  border-bottom: 1px solid #EFF2F5;
  margin-bottom: 16px;
  padding-bottom: 16px;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}

.collection-stocks-article .stock:last-of-type {
  margin: 0;
}

.collection-stocks-article .stock.is-up .change {
  color: #60B911;
}

.collection-stocks-article .stock.is-down .change {
  color: #DB4052;
}

.collection-stocks-article .stock-heading {
  overflow: hidden;
}

.collection-stocks-article .stock .title {
  clear: both;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: normal;
  margin: 0;
}

.collection-stocks-article .company {
  float: left;
  margin-bottom: 4px;
  width: 50%;
}

.collection-stocks-article .company .ticker {
  display: block;
  font-size: 24px;
  font-weight: 900;
  line-height: 28px;
  letter-spacing: 0.25px;
}

.collection-stocks-article .company .ticker a {
  color: #222222;
}

.collection-stocks-article .company .name {
  clear: both;
  display: block;
  color: #666666;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}

.collection-stocks-article .info {
  float: right;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.25px;
  width: 50%;
}

.item-form {
  border-bottom: 1px solid #EFF2F5;
  padding-bottom: 16px;
}

.item-form:after {
  content: "";
  display: table;
  clear: both;
}

.item-form .heading {
  margin-bottom: 16px;
}

.item-form .heading .title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
}

.item-form .heading p {
  color: #666666;
  font-size: 12px;
  line-height: 18px;
}

.item-form .row {
  margin-bottom: 16px;
}

.item-form .row:after {
  content: "";
  display: table;
  clear: both;
}

.item-form .row:last-of-type {
  margin-bottom: 0;
}

.item-form .label {
  display: block;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 8px;
}

.item-form .required {
  color: #C20017;
}

.item-form .input-wrap + .input-wrap {
  margin-top: 8px;
}

.item-form .input-text,
.item-form .input-email,
.item-form .input-textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px;
  border: 1px solid #cccccc;
  font-size: 12px;
  line-height: 18px;
  padding: 8px 12px;
  width: 100%;
}

.item-form .input-text::-webkit-input-placeholder, .item-form .input-email::-webkit-input-placeholder, .item-form .input-textarea::-webkit-input-placeholder {
  color: #666666;
}

.item-form .input-text::-moz-placeholder, .item-form .input-email::-moz-placeholder, .item-form .input-textarea::-moz-placeholder {
  color: #666666;
}

.item-form .input-text:-ms-input-placeholder, .item-form .input-email:-ms-input-placeholder, .item-form .input-textarea:-ms-input-placeholder {
  color: #666666;
}

.item-form .input-text::-ms-input-placeholder, .item-form .input-email::-ms-input-placeholder, .item-form .input-textarea::-ms-input-placeholder {
  color: #666666;
}

.item-form .input-text::placeholder,
.item-form .input-email::placeholder,
.item-form .input-textarea::placeholder {
  color: #666666;
}

.item-form .input-text.error,
.item-form .input-email.error,
.item-form .input-textarea.error {
  border-color: #f26a7a;
  color: #c20717;
}

.item-form .input-text.error::-webkit-input-placeholder, .item-form .input-email.error::-webkit-input-placeholder, .item-form .input-textarea.error::-webkit-input-placeholder {
  color: #c20717;
}

.item-form .input-text.error::-moz-placeholder, .item-form .input-email.error::-moz-placeholder, .item-form .input-textarea.error::-moz-placeholder {
  color: #c20717;
}

.item-form .input-text.error:-ms-input-placeholder, .item-form .input-email.error:-ms-input-placeholder, .item-form .input-textarea.error:-ms-input-placeholder {
  color: #c20717;
}

.item-form .input-text.error::-ms-input-placeholder, .item-form .input-email.error::-ms-input-placeholder, .item-form .input-textarea.error::-ms-input-placeholder {
  color: #c20717;
}

.item-form .input-text.error::placeholder,
.item-form .input-email.error::placeholder,
.item-form .input-textarea.error::placeholder {
  color: #c20717;
}

.item-form .input-text:focus::-webkit-input-placeholder, .item-form .input-email:focus::-webkit-input-placeholder, .item-form .input-textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.item-form .input-text:focus::-moz-placeholder, .item-form .input-email:focus::-moz-placeholder, .item-form .input-textarea:focus::-moz-placeholder {
  color: transparent;
}

.item-form .input-text:focus:-ms-input-placeholder, .item-form .input-email:focus:-ms-input-placeholder, .item-form .input-textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.item-form .input-text:focus::-ms-input-placeholder, .item-form .input-email:focus::-ms-input-placeholder, .item-form .input-textarea:focus::-ms-input-placeholder {
  color: transparent;
}

.item-form .input-text:focus::placeholder,
.item-form .input-email:focus::placeholder,
.item-form .input-textarea:focus::placeholder {
  color: transparent;
}

.item-form .select-group {
  float: left;
  margin-right: 12px;
}

.item-form .select-group label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 4px;
}

.item-form .select-wrap {
  border-radius: 3px;
  color: #000000;
  border: 1px solid #cccccc;
  float: left;
  padding: 0;
  position: relative;
  width: 100%;
}

.item-form .select-wrap::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #003366;
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: 14px;
  z-index: 1;
}

.item-form .select-wrap .select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #1b4e81;
  border: 0;
  background: #ffffff;
  font-size: 12px;
  line-height: 20px;
  padding: 8px 28px 8px 12px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.item-form .select-wrap .select:hover {
  cursor: pointer;
}

.item-form .select-wrap .select::-ms-expand {
  display: none;
}

.item-form .input-textarea {
  min-height: 90px;
  max-width: 100%;
}

.item-form .input-submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px;
  border: 0;
  background: #1b4e81;
  color: #ffffff;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  padding: 16px;
  width: 100%;
}

.item-form .input-submit:hover {
  cursor: pointer;
}

.item-form .message {
  display: none;
}

.credible {
  margin-bottom: 16px;
}

.collection-market-indexes .heading {
  margin-bottom: 4px;
}

.collection-market-indexes .dek {
  color: #666666;
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 8px;
}

.collection-market-indexes .quote-lookup {
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
}

.collection-market-indexes .quote-lookup:before, .collection-market-indexes .quote-lookup:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.collection-market-indexes .quote-lookup:before {
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: rgba(255, 255, 255, 0);
  top: 9px;
  right: 12px;
  height: 6px;
  width: 6px;
}

.collection-market-indexes .quote-lookup:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #ffffff;
  top: 18px;
  right: 9px;
  height: 2px;
  width: 6px;
}

.collection-market-indexes .input-text {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-size: 12px;
  line-height: 18px;
  padding: 6px 12px;
  width: calc(100% - 30px);
}

.collection-market-indexes .input-text::-webkit-input-placeholder {
  color: #666666;
}

.collection-market-indexes .input-text::-moz-placeholder {
  color: #666666;
}

.collection-market-indexes .input-text:-ms-input-placeholder {
  color: #666666;
}

.collection-market-indexes .input-text::-ms-input-placeholder {
  color: #666666;
}

.collection-market-indexes .input-text::placeholder {
  color: #666666;
}

.collection-market-indexes .input-search {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #48980D;
  border: 1px solid #307608;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: inset 0 -3px 0 0 #307608;
          box-shadow: inset 0 -3px 0 0 #307608;
  text-indent: -9999px;
  position: absolute;
  right: 0;
  padding: 8px 12px;
  width: 32px;
}

.collection-market-indexes .input-search:hover {
  cursor: pointer;
}

.collection-market-indexes .input-search:active {
  top: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.collection-market-indexes .index {
  border-right: 1px solid #ffffff;
  text-align: center;
  float: left;
  padding: 8px;
  margin: 0 0 6px 0;
  width: 33%;
}

.collection-market-indexes .index:last-of-type {
  border-right: 0;
  margin-right: 0;
}

.collection-market-indexes .index-heading {
  font-size: 13px;
  line-height: 18px;
  font-weight: 900;
}

.collection-market-indexes .index .ticker {
  color: #ffffff;
}

.collection-market-indexes .index .ticker a {
  color: inherit;
}

.collection-market-indexes .index .ticker-type {
  display: none;
}

.collection-market-indexes .index .value {
  display: none;
}

.collection-market-indexes .index .change {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.25px;
  padding-left: 16px;
  position: relative;
}

.collection-market-indexes .index .change:before {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  left: 0;
  top: 4px;
  height: 0;
  width: 0;
}

.collection-market-indexes .index .change-value {
  display: none;
}

.collection-market-indexes .index.is-up {
  background: -webkit-gradient(linear, left top, left bottom, from(#0A2924), to(#156B2B));
  background: linear-gradient(180deg, #0A2924 0%, #156B2B 100%);
}

.collection-market-indexes .index.is-up .change:before {
  border-width: 0 6px 10.4px 6px;
  border-color: transparent transparent #72FF00 transparent;
}

.collection-market-indexes .index.is-up .change-percent {
  color: #72FF00;
}

.collection-market-indexes .index.is-down {
  background: -webkit-gradient(linear, left top, left bottom, from(#5C0B0B), to(#990202));
  background: linear-gradient(180deg, #5C0B0B 0%, #990202 100%);
}

.collection-market-indexes .index.is-down .change:before {
  border-width: 10.4px 6px 0 6px;
  border-color: #FF9255 transparent transparent transparent;
}

.collection-market-indexes .index.is-down .change-percent {
  color: #FF9255;
}

@media screen and (max-width: 767px) {
  .collection-market-indexes .ad-container {
    margin: 18px -4% 0 -4%;
    min-height: 32px;
    width: 108%;
  }
  .collection-market-indexes .ad-container .advert-txt {
    color: #666666;
    margin: -48px auto 36px auto;
    text-align: right;
    width: 292px;
  }
}

.collection-market-indexes .content {
  overflow: hidden;
}

.collection-market-indexes .content #market-index-charts {
  position: relative;
  width: calc(100% + 40px);
  height: 392px;
  margin: 0 auto;
  left: -20px;
  min-width: 328px;
}

@media screen and (min-width: 760px) and (max-width: 1023px) {
  .collection-market-indexes .content #market-index-charts {
    width: calc(100% + 54px);
    height: 210px;
  }
}

.collection-market-indexes .ad-container {
  margin: 18px -4% 0 -4%;
  width: 108%;
}

.collection-market-indexes .ad-container .advert-txt {
  color: #666666;
  margin: -48px auto 36px auto;
  text-align: right;
  width: 292px;
}

.collection-trending {
  border-bottom: 1px solid #EFF2F5;
  padding-bottom: 16px;
  counter-reset: trending-counter;
}

.collection-trending .article {
  border: 0;
  padding: 0;
  counter-increment: trending-counter;
  margin-bottom: 16px;
}

.collection-trending .article .title {
  margin-bottom: 0;
}

.collection-trending .article .m a:before, .collection-trending .article .m a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 26px;
}

.collection-trending .article .m a:before {
  content: counter(trending-counter);
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  line-height: 28px;
  text-align: center;
  z-index: 3;
}

.collection-trending .article .m a:after {
  content: "";
  background: #003366;
  height: 100%;
  z-index: 2;
}

.collection-trending .article:last-child {
  margin-bottom: 0;
}

.main-content {
  margin-bottom: 32px;
}

@media screen and (max-width: 1023px) {
  .sidebar {
    display: none;
  }
}

.article-date {
  padding-left: 12px;
  position: relative;
}

.article-date:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\00b7";
  font-size: 20px;
  color: #a0a0a0;
}

.article-header {
  color: #222222;
  text-align: center;
  margin-bottom: 16px;
}

.article-header .article-meta {
  text-align: center;
  font-size: 11px;
  line-height: 16px;
}

.article-header .article-meta-upper {
  margin-bottom: 4px;
}

.article-header .article-meta-lower {
  margin-top: 16px;
}

.article-header .article-meta .eyebrow,
.article-header .article-meta .article-date,
.article-header .article-meta .article-updated {
  display: inline-block;
  margin-right: 3px;
}

.article-header .headline {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.25px;
  margin-bottom: 0;
}

.article-header .headline + .sub-headline {
  margin-top: 8px;
}

.article-header .sub-headline {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: -0.25px;
}

.eyebrow {
  color: #003366;
  text-transform: uppercase;
}

.author-byline {
  border-top: 1px solid #EFF2F5;
  border-bottom: 1px solid #EFF2F5;
  padding: 12px 0;
}

.author-byline a {
  font-weight: 900;
}

.author-byline a:hover {
  text-decoration: underline;
}

.author-byline > span {
  display: block;
  text-align: left;
}

.author-byline .article-authors + .article-source {
  border-left: 1px solid #666666;
  padding-left: 4px;
  margin-left: 4px;
}

.article-notice {
  border-top: 1px solid #EFF2F5;
  border-bottom: 1px solid #EFF2F5;
  padding: 8px 16px;
  margin: 16px -16px;
  text-align: center;
}

.article-notice .title {
  color: #222222;
  font-size: 12px;
  line-height: 18px;
  font-weight: 900;
  margin-bottom: 2px;
}

.article-notice p {
  color: #666666;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
}

.article-notice .sponsor {
  margin-top: 8px;
  margin-bottom: 0;
}

.article-social {
  margin-bottom: 12px;
}

.article-social .social-icons {
  line-height: 0;
}

.article-social .social-icons a {
  text-indent: -9999px;
  height: 32px;
  width: 32px;
}

.article-social .social-icons li {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.article-social .social-icons li.fb a {
  background-color: #3b5998;
}

.article-social .social-icons li.tw a {
  background-color: #1da1f2;
}

.article-social .social-icons li.flipboard a {
  background-color: #e12828;
}

.article-body {
  color: #222222;
}

.article-body:after {
  content: "";
  display: table;
  clear: both;
}

.article-body > h1,
.article-body > h2,
.article-body > h3,
.article-body > h4,
.article-body > h5,
.article-body > h6 {
  letter-spacing: -0.25px;
  margin-bottom: 16px;
}

.article-body > h1 {
  font-size: 30px;
  line-height: 36px;
}

.article-body > h2 {
  font-size: 24px;
  line-height: 28px;
}

.article-body > h3 {
  font-size: 18px;
  line-height: 24px;
}

.article-body > h4 {
  font-size: 16px;
  line-height: 22px;
}

.article-body > h5 {
  font-size: 14px;
  line-height: 20px;
}

.article-body > h6 {
  font-size: 12px;
  line-height: 18px;
}

.article-body > p,
.article-body > ul,
.article-body > ol {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.article-body > p {
  margin-bottom: 24px;
}

.article-body > p a {
  color: #003366;
  text-decoration: underline;
}

.article-body > p a:hover {
  text-decoration: none;
}

.article-body > ul,
.article-body > ol {
  margin-left: 18px;
  margin-bottom: 24px;
}

.article-body > ul li,
.article-body > ol li {
  padding-left: 4px;
  margin-bottom: 12px;
}

.article-body > ul li a,
.article-body > ol li a {
  color: #003366;
  border-bottom: 2px solid #a7c6e5;
}

.article-body > ul li a:hover,
.article-body > ol li a:hover {
  background: #edf6ff;
}

.article-body > ul {
  list-style-type: disc;
}

.article-body > ol {
  list-style-type: decimal;
}

.article-body .credible {
  margin-top: -16px;
  margin-bottom: 16px;
}

.article-body .credible[data-unit-credible*="rich-cta"] {
  max-width: 716px;
}

.article-attribution p {
  color: #666666;
  font-size: 13px;
  line-height: 18px;
}

.article-footer {
  border-top: 1px solid #EFF2F5;
  padding-top: 16px;
}

.article-footer .vendor-unit {
  margin-bottom: 32px;
}

.pull-quote {
  margin: 32px 0;
}

.pull-quote .quote-text {
  border-color: #003366;
}

.related {
  border-bottom: 1px solid #EFF2F5;
  padding-bottom: 12px;
  margin-bottom: 12px;
  width: 100%;
}

.related .m {
  margin-bottom: 8px;
}

.related .m .overlay {
  left: auto;
  right: 16px;
  bottom: 16px;
  height: 48px;
  width: 48px;
}

.related .caption .title {
  line-height: 20px;
  margin-bottom: 4px;
}

.related .caption p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.related .caption p:last-of-type {
  margin-bottom: 0;
}

.related.image-ct .caption p {
  color: #222222;
  font-weight: 900;
}

.item-related-content {
  border-bottom: 1px solid #EFF2F5;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.item-related-content .heading {
  margin-bottom: 16px;
}

.item-related-content .heading .title {
  font-size: 18px;
  line-height: 24px;
}

.item-related-content li {
  color: #222222;
  list-style-type: none;
  font-weight: 400;
  margin: 0 0 16px 14px;
  position: relative;
}

.item-related-content li::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -14px;
  top: 9px;
  background: #c20017;
  height: 4px;
  width: 4px;
}

.item-related-content li:last-of-type {
  margin-bottom: 0;
}

.item-related-content .text {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.25px;
}

.item-related-content .text p {
  font-size: inherit;
  line-height: inherit;
}

.item-related-content a {
  font-weight: 600;
}

.item-related-content .date {
  display: block;
  color: #999999;
  font-size: 11px;
  margin-top: 4px;
}

.item-related-content p:last-of-type {
  margin-bottom: 0;
}

.item-related-content .has-bullet {
  margin: 0 0 16px 14px;
  position: relative;
}

.item-related-content .has-bullet::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -14px;
  top: 9px;
  background: #c20017;
  height: 4px;
  width: 4px;
}

.item-related-content .has-bullet:last-of-type {
  margin-bottom: 0;
}

.item-related-content.related-summary li {
  margin-left: 9px;
}

.item-related-content.related-summary li::before {
  background: #222222;
  left: -9px;
  height: 2px;
  width: 2px;
}

.inline .caption p {
  color: #222222;
}

html .mobile {
  display: block;
}

html .mobile.ad-container {
  display: block;
  margin-bottom: 22px;
}

html .mobile.ad-container.yieldmo {
  margin-left: 11px;
  margin-right: 11px;
  width: auto;
}

html .mobile-tablet {
  display: block;
}

html .mobile-tablet.ad-container {
  display: block;
  margin-bottom: 22px;
}

html .mobile-tablet .mobile.ad-container {
  display: block;
}

html .mobile-tablet .tablet.ad-container {
  display: none;
}

html .mobile-desktop {
  display: block;
}

html .mobile-desktop.ad-container {
  display: block;
  margin-bottom: 22px;
}

html .mobile-desktop .mobile.ad-container {
  display: block;
}

html .mobile-desktop .desktop.ad-container {
  display: none;
}

html .tablet {
  display: none;
}

html .tablet.ad-container {
  display: none;
}

html .tablet-desktop {
  display: none;
}

html .tablet-desktop.ad-container {
  display: none;
}

html .desktop {
  display: none;
}

html .desktop.ad-container {
  display: none;
}

.gpt-inst,
#ifr-mktfutures {
  position: absolute;
  top: 0;
  left: 0;
}

.notification-banner {
  background: #222222;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.25px;
}

.notification-banner-inner {
  position: relative;
  padding: 12px 44px 12px 16px;
  margin: 0 auto;
  max-width: 1280px;
}

.notification-banner a,
.notification-banner a:link,
.notification-banner a:visited {
  color: #ffffff;
  font-weight: 900;
  text-decoration: underline;
}

.notification-banner a:hover,
.notification-banner a:link:hover,
.notification-banner a:visited:hover {
  text-decoration: none;
}

.notification-banner .close {
  background-image: url("//static.foxnews.com/static/orion/styles/img/core/s/bg/close.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
  position: absolute;
  top: 24px;
  right: 16px;
  height: 16px;
  width: 16px;
}

.social-icons .fb a:hover {
  background: #3b5998;
}

.social-icons .tw a:hover {
  background: #1da1f2;
}

.social-icons .gp a:hover {
  background: #dd4b39;
}

.social-icons .ig a {
  -webkit-transition: none;
  transition: none;
}

.social-icons .ig a:hover {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.social-icons .sc a:hover {
  background: #fffc00;
}

.social-icons .pc a:hover {
  background: purple;
}

.social-icons .li a:hover {
  background: #0077b5;
}

.social-icons .flipboard a:hover {
  background: #e12828;
}

.social-icons .rss a:hover {
  background: orange;
}

.social-icons .email a:hover {
  background: gray;
}

.scroll-lock {
  overflow: hidden;
}

.site-header {
  padding-bottom: 0;
}

.site-header .nav-row {
  min-height: 48px;
  padding-bottom: 10px;
  position: relative;
}

.site-header .nav-row:after {
  content: "";
  display: table;
  clear: both;
}

.site-header .nav-row-lower {
  background-color: #ffffff;
  border-top: 1px solid #ddeeff;
  font-size: 12px;
  font-weight: 600;
  height: 44px;
  line-height: 44px;
  padding: 0 16px;
}

.is-doomsday .site-header .nav-row-lower {
  border-bottom: none;
  border-top: 1px solid #17283a;
}

.is-doomsday .site-header .nav-row-lower a {
  color: #ffffff;
}

.site-header .nav-row-lower nav ul {
  display: inline;
}

.site-header .nav-row-lower nav li {
  display: inline-block;
}

.site-header .nav-row-lower nav li a {
  color: #003366;
}

.site-header .nav-row-lower nav li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1023px) {
  .site-header .nav-row-lower nav .rotate-items li {
    position: absolute;
  }
}

.site-header .subnav-title {
  color: #c20017;
  float: left;
  margin-right: 14px;
}

.site-header .secondary-nav {
  float: left;
}

.site-header .secondary-nav .nav-title {
  display: inline-block;
  margin-left: 10px;
}

.site-header .secondary-nav a {
  display: block;
  position: relative;
}

.alert-banner.slide-in {
  -webkit-animation: slide-in 1s both;
  animation: slide-in 1s both;
}

.alert-banner.slide-out {
  -webkit-animation: slide-out 1s both;
  animation: slide-out 1s both;
}

@-webkit-keyframes slide-in {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes slide-in {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes slide-out {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: hidden;
  }
}

@keyframes slide-out {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: hidden;
  }
}

.back-to-fox {
  background: #003366;
  color: #ffffff;
}

.back-to-fox-inner {
  padding: 7px 16px;
  margin: 0 auto;
  max-width: 1280px;
}

.back-to-fox a {
  color: #ffffff;
  padding-left: 24px;
  position: relative;
}

.back-to-fox a::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("//static.foxnews.com/static/orion/styles/img/fox-business/s/bg/prev.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
}

.back-to-fox .text {
  opacity: 0.8;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.75px;
}

.back-to-fox .logo {
  background-image: url("//static.foxnews.com/static/orion/styles/img/fox-business/s/logos/fox-news-logo-small.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -9999px;
  height: 16px;
  width: 85px;
}

body.fb .site-header .back-to-fox + .branding {
  top: 38px;
}

@media print {
  .alert,
  .site-header .menu,
  .article-meta-lower,
  .site-footer .footer-upper,
  .site-footer .branding,
  .site-footer .social-icons,
  .site-footer .legal ul,
  .sidebar {
    display: none;
  }
  .page-content {
    padding-top: 0;
  }
  .site-header {
    background: #ffffff;
    border: 0;
  }
  .article-wrap {
    width: 75%;
  }
  .article-body {
    border: 0;
    padding-bottom: 0;
  }
  .site-footer {
    margin-top: 0;
  }
  .site-footer .footer-lower {
    border: 0;
    padding-top: 0;
  }
  .site-footer .footer-lower .legal {
    width: 100%;
  }
  .site-footer .footer-lower .copyright {
    clear: both;
  }
}

@media (min-width: 600px) {
  .item-related-content {
    clear: left;
    float: left;
    margin: 0 24px 24px 0;
    width: 300px;
  }
}

@media (min-width: 768px) {
  html .mobile {
    display: none;
  }
  html .mobile.ad-container {
    display: none;
  }
  html .mobile-tablet {
    display: block;
  }
  html .mobile-tablet.ad-container {
    display: block;
    margin-bottom: 22px;
  }
  html .mobile-tablet .mobile.ad-container {
    display: none;
  }
  html .mobile-tablet .tablet.ad-container {
    display: block;
  }
  html .mobile-desktop {
    display: none;
  }
  html .mobile-desktop.ad-container {
    display: none;
  }
  html .mobile-desktop .mobile.ad-container {
    display: none;
  }
  html .mobile-desktop .desktop.ad-container {
    display: none;
  }
  html .tablet {
    display: block;
  }
  html .tablet.ad-container {
    display: block;
    margin-bottom: 22px;
  }
  html .tablet-desktop {
    display: block;
  }
  html .tablet-desktop.ad-container {
    display: block;
  }
  html .tablet-desktop .tablet.ad-container {
    display: block;
  }
  html .tablet-desktop .desktop.ad-container {
    display: none;
  }
  html .desktop {
    display: none;
  }
  html .desktop.ad-container {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  html body .ad-container.tablet {
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + (2 * 24px));
  }
}

@media (min-width: 768px) {
  .notification-banner-inner {
    padding: 12px 56px 12px 24px;
  }
  .notification-banner .close {
    top: 14px;
    right: 24px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 24px;
  }
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
  h4 {
    font-size: 16px;
    line-height: 22px;
  }
  h5,
  h6 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.25px;
  }
  p {
    font-size: 18px;
    line-height: 26px;
  }
  body {
    min-width: 768px;
  }
  .section-nav {
    overflow: hidden;
  }
  .section-nav nav {
    float: left;
    padding: 0 24px;
    margin-bottom: 48px;
    width: 25%;
  }
  .section-nav nav:nth-of-type(4n+1) {
    clear: both;
  }
  .header-lower .branding,
  .footer-lower .branding {
    float: left;
    margin-right: 24px;
    height: 32px;
    width: 64px;
  }
  .header-lower .legal,
  .footer-lower .legal {
    float: left;
    text-align: left;
    width: calc(100% - 64px - 24px - 100px);
  }
  .header-lower .legal ul,
  .footer-lower .legal ul {
    margin-bottom: 0;
  }
  .header-lower .legal li,
  .footer-lower .legal li {
    display: inline-block;
    position: relative;
    padding-right: 14px;
    margin: 0 12px 4px 0;
  }
  .header-lower .legal li:after,
  .footer-lower .legal li:after {
    content: "";
    display: block;
    position: absolute;
    background: #1b4e81;
    top: 3px;
    right: 0;
    height: 12px;
    width: 1px;
  }
  .header-lower .legal li:last-child,
  .footer-lower .legal li:last-child {
    padding-right: 0;
    margin-right: 0;
  }
  .header-lower .legal li:last-child:after,
  .footer-lower .legal li:last-child:after {
    display: none;
  }
  .header-lower .social-icons,
  .footer-lower .social-icons {
    clear: none;
    float: right;
    margin-bottom: 0;
  }
  .header-lower .social-icons ul,
  .footer-lower .social-icons ul {
    text-align: right;
    margin-left: 10px;
    margin-bottom: 6px;
  }
  .header-lower .social-icons li,
  .footer-lower .social-icons li {
    float: left;
    margin: 0 0 0 6px;
  }
  .site-header {
    min-height: 68px;
    padding-bottom: 0;
  }
  .site-header .nav-row {
    padding: 0 24px 0 120px;
    height: 68px;
    line-height: 68px;
  }
  .site-header .nav-row:after {
    content: "";
    display: table;
    clear: both;
  }
  .site-header .nav-row-upper nav li {
    float: left;
  }
  .site-header .nav-row-lower {
    background-color: #ffffff;
    border-top: 1px solid #ddeeff;
    font-size: 12px;
    font-weight: 600;
    height: 44px;
    line-height: 44px;
    padding: 0 24px;
  }
  .is-doomsday .site-header .nav-row-lower {
    border-bottom: none;
    border-top: 1px solid #17283a;
  }
  .is-doomsday .site-header .nav-row-lower a {
    color: #ffffff;
  }
  .site-header .nav-row-lower nav ul {
    display: inline;
  }
  .site-header .nav-row-lower nav li {
    display: inline-block;
  }
  .site-header .nav-row-lower nav li a {
    color: #003366;
  }
  .site-header .nav-row-lower nav li a:hover {
    text-decoration: underline;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .site-header .nav-row-lower nav .rotate-items li {
    position: absolute;
  }
}

@media (min-width: 768px) {
  .site-header .subnav-title {
    color: #c20017;
    float: left;
    margin-right: 14px;
  }
  .site-header > .branding {
    display: block;
    position: absolute;
    left: 24px;
    top: 8px;
    z-index: 510;
  }
  .site-header > .branding .logo {
    background-image: url("//static.foxnews.com/static/orion/styles/img/fox-business/s/logos/fox-business-2-color.svg");
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0;
    height: 50px;
    width: 96px;
  }
  .site-header .search {
    border: 0;
    float: left;
  }
  .site-header .search {
    padding: 24px;
    width: 100%;
  }
  .site-header .search-wrap input {
    height: 53px;
  }
  .site-header .search-wrap input[type="text"] {
    width: calc(100% - 100px);
  }
  .site-header .search-wrap input[type="submit"] {
    font-size: 16px;
    width: 103px;
  }
  .site-header .primary-nav {
    float: left;
    margin-left: 14px;
  }
  .site-header .primary-nav li {
    margin-right: 4px;
  }
  .site-header .primary-nav li.is-active a:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  .site-header .primary-nav a {
    color: #003366;
    font-size: 14px;
    font-weight: 900;
    line-height: 16px;
    padding: 6px 10px;
  }
  .site-header .primary-nav .menu-more a {
    position: relative;
    width: calc(100% + 9px);
  }
  .site-header .primary-nav .menu-more a:before {
    content: "";
    display: block;
    position: absolute;
    background: #5787b8;
    border-radius: 50%;
    -webkit-box-shadow: 0px 4px 0px #5787b8, 0px 8px 0px #5787b8;
            box-shadow: 0px 4px 0px #5787b8, 0px 8px 0px #5787b8;
    right: 0;
    top: 9px;
    height: 3px;
    width: 3px;
  }
  .site-header .meta {
    padding-right: 0;
    margin-top: 19px;
  }
  .site-header .meta .search-toggle {
    float: left;
    margin-right: 8px;
  }
  .site-header .meta .search-toggle a {
    display: block;
    position: relative;
    text-indent: -9999em;
    height: 32px;
    width: 24px;
  }
  .site-header .meta .search-toggle a:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50px;
    border: 2px solid #5787b8;
    background: rgba(255, 255, 255, 0);
    left: 4px;
    top: 8px;
    height: 8px;
    width: 8px;
  }
  .site-header .meta .search-toggle a:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #5787b8;
    top: 19px;
    left: 12px;
    height: 2px;
    width: 7px;
  }
  .site-header .meta .user-profile .avatar {
    width: 32px;
  }
  .site-header .meta .button a {
    padding: 8px 10px;
    font-size: 13px;
    line-height: 16px;
  }
  .site-header .section-nav {
    border-top: 1px solid #1b4e81;
    clear: both;
  }
  .site-header .secondary-nav {
    float: left;
  }
  .site-header .secondary-nav .nav-title {
    display: inline-block;
    margin-left: 10px;
  }
  .site-header .secondary-nav a {
    display: block;
    position: relative;
  }
}

@media screen and (min-width: 768px) and (min-width: 1024px) {
  .site-header .secondary-nav li {
    display: block;
    float: left;
    margin: 0 14px;
    position: relative;
  }
}

@media (min-width: 768px) {
  .menu-sports, .menu-tv, .menu-podcasting, .menu-podcasts {
    display: none;
  }
}

@media screen and (min-width: 768px) and (min-width: 880px) {
  .menu-sports {
    display: block;
  }
}

@media screen and (min-width: 768px) and (min-width: 920px) {
  .menu-tv {
    display: block;
  }
}

@media screen and (min-width: 768px) and (min-width: 980px) {
  .menu-podcasting,
  .menu-podcasts {
    display: block;
  }
}

@media (min-width: 768px) {
  .overlay {
    right: 12px;
    bottom: 12px;
  }
  .alert-banner {
    padding: 16px;
    left: 24px;
    width: calc(100% - 48px);
  }
  .alert-banner .alert-title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.25px;
  }
  .back-to-fox-inner {
    padding: 7px 24px;
  }
  table {
    margin-bottom: 36px;
  }
  table td {
    display: table-cell;
    padding: 12px 14px;
  }
  table thead tr,
  table tfoot tr {
    border-bottom: 1px solid #cccccc;
  }
  table thead th,
  table tfoot th {
    padding: 12px 14px;
    font-weight: 900;
  }
  table tbody tr:nth-of-type(even) {
    background: #F6F8FA;
  }
  table tbody td,
  table tbody th {
    display: table-cell;
    padding: 14px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.22px;
  }
  .page-content {
    padding-top: 24px;
  }
  .sidebar-primary-alt .ad-container.tablet {
    border: 0;
  }
  .page-heading {
    margin: 24px 24px 0 24px;
  }
  .page-heading .title {
    font-size: 48px;
    line-height: normal;
  }
  .page-heading .sponsor {
    float: left;
    margin-top: 7px;
    margin-left: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .menu-subnav .rotate-items li {
    position: absolute;
  }
}

@media (min-width: 768px) {
  .embed-media.fn-video .m, .embed-media.fb-video .m {
    position: static;
  }
  .embed-media.fn-video .m img, .embed-media.fb-video .m img {
    width: 100%;
  }
  .embed-media.fn-video .overlay, .embed-media.fb-video .overlay {
    height: 128px;
    width: 128px;
  }
  .pull-quote {
    padding: 48px 36px 24px 36px;
    margin-left: 0;
  }
  .pull-quote .quote-text {
    font-size: 36px;
    line-height: 48px;
  }
  .pull-quote .quote-author {
    font-size: 18px;
  }
  .related {
    float: left;
    margin: 0 24px 24px 0;
    width: 300px;
  }
  .inline {
    margin-bottom: 24px;
  }
  .inline .caption {
    padding-bottom: 24px;
  }
  .inline .caption p {
    font-size: 13px;
  }
  .featured {
    margin-bottom: 16px;
  }
  .featured .m .overlay {
    right: 24px;
    bottom: 24px;
    height: 128px;
    width: 128px;
  }
  .featured .info {
    padding-top: 16px;
  }
  .featured .info .caption .title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 6px;
  }
  .featured .info .caption p {
    font-size: 14px;
    line-height: 20px;
  }
  .featured-image .ctrl {
    top: calc(50% - 32px);
  }
  .featured-image .ctrl .prev,
  .featured-image .ctrl .next {
    height: 64px;
    width: 64px;
  }
  .featured-image .ctrl .prev {
    left: 24px;
  }
  .featured-image .ctrl .next {
    right: 24px;
  }
  .featured-image .pager {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.25px;
    margin-bottom: 8px;
  }
  .featured-video.sticky-video {
    background: url("//static.foxnews.com/static/orion/styles/img/fox-business/bg/fox-business-default.png") center center no-repeat #eeeeee;
    height: 450px;
  }
  .featured-video.sticky-video .contain {
    position: fixed;
    width: calc(100% - (48px * 2));
    background: #000000;
    top: 0;
    z-index: 250;
  }
  .featured-video.sticky-video .contain .control {
    display: block;
  }
  .featured-video.sticky-video .contain .control .close,
  .featured-video.sticky-video .contain .control .top {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 5px;
  }
  .featured-video.sticky-video .contain .control .close {
    color: #666666;
    font-size: 12px;
    top: 5px;
    height: 14px;
    width: 46px;
  }
  .featured-video.sticky-video .contain .control .close:before, .featured-video.sticky-video .contain .control .close:after {
    content: "";
    display: block;
    background: #666666;
    position: absolute;
    top: 6px;
    right: 0;
    width: 12px;
    height: 2px;
  }
  .featured-video.sticky-video .contain .control .close:before {
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
            transform: rotate(45deg) translate3d(0, 0, 0);
  }
  .featured-video.sticky-video .contain .control .close:after {
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
            transform: rotate(-45deg) translate3d(0, 0, 0);
  }
  .featured-video.sticky-video .contain .control .top {
    background: url("//static.foxnews.com/static/orion/styles/img/fox-business/bg/article-video-hide.png") center center no-repeat;
    bottom: 5px;
  }
  .featured-video.sticky-video .contain .video-container {
    float: left;
    margin-bottom: 0;
    width: 66%;
  }
  .featured-video.sticky-video .contain .video-container .video-player .unauthorized-mvpd p {
    font-size: 18px;
  }
  .featured-video.sticky-video .contain .info {
    float: left;
    padding: 20px 12px 0;
    width: 30%;
  }
  .featured-video.sticky-video .contain .info .caption {
    border: 0 none;
  }
  .featured-video.sticky-video .contain .info .title {
    color: #ffffff;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.5;
  }
  .featured-video.sticky-video .contain .info .title:before {
    content: "NOW PLAYING";
    display: block;
    color: #666666;
    font-size: 12px;
    margin-bottom: 2px;
  }
  .featured-video.sticky-video .contain .info .title a {
    color: #ffffff;
  }
  .featured-video.sticky-video .contain .info p {
    display: none;
  }
  table {
    margin-bottom: 36px;
  }
  table td {
    display: table-cell;
    padding: 12px 14px;
  }
  table thead tr,
  table tfoot tr {
    border-bottom: 1px solid #cccccc;
  }
  table thead th,
  table tfoot th {
    padding: 12px 14px;
    font-weight: 900;
  }
  table tbody tr:nth-of-type(even) {
    background: #F6F8FA;
  }
  table tbody td,
  table tbody th {
    display: table-cell;
    padding: 14px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.22px;
  }
  .stock-fundamentals thead {
    display: table-header-group;
  }
  .stock-fundamentals .change,
  .stock-fundamentals .last,
  .stock-fundamentals .percent {
    text-align: right;
  }
  .stock-fundamentals tbody td {
    display: table-cell;
    font-size: 14px;
    line-height: 22px;
    padding-left: 14px;
  }
  .stock-fundamentals tbody td:before {
    display: none;
  }
  .stock-fundamentals tbody td.ticker {
    background: none;
  }
  .collection-stocks-article {
    float: left;
    clear: left;
    margin: 0 24px 16px 0;
    width: 300px;
  }
  .collection-market-indexes .index {
    border: 1px solid #cccccc;
    padding: 0;
    margin: 0 16px 8px 0;
    text-align: left;
  }
  .collection-market-indexes .index:last-of-type {
    border-right: 1px solid #ccc;
    margin-right: 0;
  }
  .collection-market-indexes .index-heading {
    font-size: 14px;
    line-height: 24px;
    font-weight: 900;
    letter-spacing: -0.25px;
    padding: 4px 12px;
    overflow: hidden;
  }
  .collection-market-indexes .index .info {
    overflow: hidden;
    padding: 12px;
  }
  .collection-market-indexes .index .ticker {
    color: #222222;
    float: left;
  }
  .collection-market-indexes .index .ticker a {
    color: inherit;
  }
  .collection-market-indexes .index .ticker-type {
    color: #666666;
    display: inline-block;
    float: right;
  }
  .collection-market-indexes .index .value {
    display: block;
    color: #ffffff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 900;
    letter-spacing: -0.25px;
    margin-bottom: 2px;
  }
  .collection-market-indexes .index .change {
    color: #ffffff;
  }
  .collection-market-indexes .index .change-value {
    display: inline-block;
  }
  .collection-market-indexes .index.is-closed .info {
    background: #EFF2F5;
  }
  .collection-market-indexes .index.is-up {
    background: none;
  }
  .collection-market-indexes .index.is-up .info {
    background: -webkit-gradient(linear, left top, left bottom, from(#0A2924), to(#156B2B));
    background: linear-gradient(180deg, #0A2924 0%, #156B2B 100%);
  }
  .collection-market-indexes .index.is-down {
    background: none;
  }
  .collection-market-indexes .index.is-down .info {
    background: -webkit-gradient(linear, left top, left bottom, from(#5C0B0B), to(#990202));
    background: linear-gradient(180deg, #5C0B0B 0%, #990202 100%);
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .collection-market-indexes .heading {
    min-height: 24px;
    margin-bottom: 8px;
  }
  .collection-market-indexes .dek {
    margin-bottom: 0;
  }
  .collection-market-indexes .quote-lookup {
    position: absolute;
    top: 0;
    right: 0;
    width: 240px;
  }
  .collection-market-indexes .index {
    float: left;
    width: calc(33% - 8.5px);
  }
  .collection-market-indexes .index .value {
    float: left;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .collection-market-indexes .index .change {
    float: right;
    margin-top: 2px;
    font-size: 12px;
    line-height: 18px;
  }
}

@media (min-width: 768px) {
  .collection-market-indexes .ad-container {
    float: right;
  }
  .collection-market-indexes .ad-container .ad {
    float: right;
  }
  .collection-market-indexes .ad-container .advert-txt {
    float: left;
    margin: 0 8px 0 0;
  }
  .item-form .heading p {
    font-size: 14px;
    line-height: 20px;
  }
  .embed-media .overlay {
    right: 24px;
    bottom: 24px;
    height: 128px;
    width: 128px;
  }
  .embed-media.align-left,
  .related.align-left {
    float: left;
    margin: 0 24px 24px 0;
  }
  .embed-media.align-right,
  .related.align-right {
    float: right;
    margin: 0 0 24px 24px;
  }
  .embed-media.facebook {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
  .embed-media.facebook.align-left {
    margin-right: 24px;
  }
  .embed-media.facebook.align-right {
    margin-left: 24px;
  }
  .article-content {
    margin-bottom: 40px;
  }
  .article-header .article-meta {
    font-size: 14px;
    line-height: 20px;
  }
  .article-header .headline {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -0.5px;
  }
  .eyebrow {
    font-size: 14px;
  }
  .article-meta {
    overflow: hidden;
  }
  .article-meta-lower {
    border-top: 1px solid #EFF2F5;
    border-bottom: 1px solid #EFF2F5;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .author-byline {
    border: 0;
    padding: 0;
    width: calc(100% - 300px);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .article-notice {
    padding: 8px 38px;
    margin-left: -24px;
    margin-right: -24px;
  }
  .article-social {
    margin: 0;
    width: 300px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .article-social .social-icons {
    text-align: right;
  }
  .article-social .social-icons a {
    text-indent: 9999px;
  }
  .article-body > h1,
  .article-body > h2,
  .article-body > h3,
  .article-body > h4,
  .article-body > h5,
  .article-body > h6 {
    margin-bottom: 24px;
  }
  .article-body > h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .article-body > h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .article-body > h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .article-body > h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .article-body > h5 {
    font-size: 16px;
    line-height: 22px;
  }
  .article-body > h6 {
    font-size: 14px;
    line-height: 20px;
  }
  .article-body > p,
  .article-body > ul,
  .article-body > ol {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 32px;
  }
  .article-body > ul li,
  .article-body > ol li {
    padding-left: 0;
  }
  .article-attribution {
    margin-bottom: 40px;
  }
  .article-attribution p {
    font-size: 16px;
    line-height: 22px;
  }
  .article-footer {
    padding-top: 24px;
  }
  .article-footer .vendor-unit {
    margin-bottom: 48px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sidebar-primary .collection {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 768px) {
  .pull-quote {
    padding: 30px 72px;
  }
  .pull-quote .quote-text {
    padding-left: 24px;
  }
  .related {
    margin-bottom: 16px;
  }
  .related .m .overlay {
    height: 48px;
    width: 48px;
  }
  .related .caption p {
    margin-bottom: 16px;
  }
  .item-related-content {
    margin: 0 24px 16px 0;
  }
  .item-related-content .text {
    font-size: 14px;
    line-height: 20px;
  }
  .item-related-content .text p {
    font-size: inherit;
    line-height: inherit;
  }
  .inline .caption {
    margin-top: 8px;
    padding-bottom: 16px;
  }
  .inline .caption p {
    font-size: 14px;
    line-height: 20px;
  }
  .item-form {
    clear: left;
    float: left;
    margin: 0 12px 12px 0;
    width: 300px;
  }
}

@media (min-width: 1024px) {
  .ad-container {
    margin-bottom: 12px;
  }
  html .mobile {
    display: none;
  }
  html .mobile.ad-container {
    display: none;
  }
  html .mobile-tablet {
    display: none;
  }
  html .mobile-tablet.ad-container {
    display: none;
  }
  html .mobile-tablet .mobile.ad-container {
    display: none;
  }
  html .mobile-tablet .tablet.ad-container {
    display: none;
  }
  html .mobile-desktop {
    display: block;
  }
  html .mobile-desktop.ad-container {
    display: block;
  }
  html .mobile-desktop .mobile.ad-container {
    display: none;
  }
  html .mobile-desktop .desktop.ad-container {
    display: block;
  }
  html .tablet {
    display: none;
  }
  html .tablet.ad-container {
    display: none;
  }
  html .tablet-desktop {
    display: block;
  }
  html .tablet-desktop.ad-container {
    display: block;
  }
  html .tablet-desktop .tablet.ad-container {
    display: none;
  }
  html .tablet-desktop .desktop.ad-container {
    display: block;
  }
  html .desktop {
    display: block;
  }
  html .desktop.ad-container {
    display: block;
  }
  html .desktop.desktop-sm, html .desktop.desktop-md, html .desktop.desktop-lg {
    display: none;
  }
  html .desktop.desktop-sm.ad-container, html .desktop.desktop-md.ad-container, html .desktop.desktop-lg.ad-container {
    display: none;
  }
  .ad-container {
    margin-bottom: 24px;
  }
  .notification-banner-inner {
    padding: 12px 48px 12px 16px;
  }
  .notification-banner .close {
    right: 16px;
  }
  h1 {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -1.38px;
  }
  h2 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.67px;
  }
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
  h4 {
    font-size: 18px;
    line-height: 24px;
  }
  h5 {
    font-size: 16px;
    line-height: 22px;
  }
  h6 {
    font-size: 14px;
    line-height: 22px;
  }
  body {
    min-width: 1024px;
  }
  .site-header .inner,
  .site-footer .inner {
    position: relative;
    margin: 0 auto;
  }
  .site-header .inner:after,
  .site-footer .inner:after {
    content: "";
    display: table;
    clear: both;
  }
  .section-nav a {
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
  }
  .section-nav nav {
    padding: 0 16px;
    width: 16.666667%;
  }
  .section-nav nav:nth-of-type(4n+1) {
    clear: none;
  }
  .section-nav nav:nth-of-type(6n+1) {
    clear: both;
  }
  .section-nav:hover {
    color: #a7c6e5;
  }
  .section-nav:hover a {
    color: inherit;
  }
  .section-nav:hover .nav-title {
    color: #a7c6e5;
  }
  .section-nav:hover nav:hover .nav-title {
    color: #ffffff;
  }
  .section-nav:hover nav:hover .nav-title a:hover {
    border-bottom: 2px solid #1b4e81;
  }
  .section-nav:hover nav:hover ul {
    margin-top: 8px;
  }
  .section-nav:hover nav:hover li a {
    color: #edf6ff;
  }
  .section-nav:hover nav:hover li a:hover {
    color: #a7c6e5;
    border-bottom: 2px solid #1b4e81;
  }
  .header-lower .legal a:hover,
  .footer-lower .legal a:hover {
    color: #a7c6e5;
    border-bottom: 2px solid #1b4e81;
  }
  .site-header .nav-row {
    padding: 0;
  }
  .site-header .nav-row .inner {
    padding: 0 16px 0 112px;
  }
  .site-header .nav-row-upper {
    height: 68px;
  }
  .site-header .nav-row-lower {
    height: 44px;
    line-height: 40px;
  }
  .site-header .nav-row-lower .inner {
    padding: 0 16px;
  }
  .site-header .nav-row-lower nav li {
    display: inline;
    margin: 0;
  }
  .site-header .nav-row-lower nav li:last-of-type a {
    margin-right: 0;
  }
  .site-header .subnav-title {
    float: left;
  }
  .site-header > .branding {
    bottom: 8px;
    left: 16px;
  }
  .site-header .meta .user-profile .avatar {
    width: 28px;
  }
  .site-header .meta .button a {
    line-height: 12px;
  }
  .site-header .meta .search-toggle a {
    height: 28px;
  }
  .site-header .meta .search-toggle a:before {
    top: 6px;
  }
  .site-header .meta .search-toggle a:after {
    top: 17px;
  }
  .site-header .primary-nav {
    margin-left: 24px;
  }
  .site-header .primary-nav li {
    margin-right: 20px;
  }
  .site-header .primary-nav a {
    display: inline-block;
    padding: 0 0 3px 0;
  }
  .site-header .primary-nav a:after {
    display: block;
    content: "";
    position: relative;
    border-bottom: 2px solid #c20017;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    bottom: -2px;
  }
  .site-header .primary-nav a:hover:after, .site-header .primary-nav a:active:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  .site-header .primary-nav .menu-more a:before {
    top: 3px;
  }
  .site-header .search {
    padding: 24px;
  }
  .site-header .search .search-wrap {
    margin: 0 auto;
    width: 720px;
  }
  .site-header .search .resp_site_submit:hover {
    cursor: pointer;
  }
  .site-header.sticky-nav {
    -webkit-animation: nav_slide 0.25s both;
            animation: nav_slide 0.25s both;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.12);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
  }
  .site-header.sticky-nav.slide {
    -webkit-animation: nav_slide 0.25s both;
            animation: nav_slide 0.25s both;
  }
  @-webkit-keyframes nav_slide {
    from {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      visibility: visible;
    }
    to {
      -webkit-transform: translateY(0%);
              transform: translateY(0%);
    }
  }
  @keyframes nav_slide {
    from {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      visibility: visible;
    }
    to {
      -webkit-transform: translateY(0%);
              transform: translateY(0%);
    }
  }
  .site-footer {
    padding-top: 48px;
  }
  .back-to-fox-inner {
    padding: 7px 16px;
  }
  .pre-content .ad-container {
    background: #F6F8FA;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .page-content {
    padding-top: 16px;
  }
  .sidebar {
    top: 12px;
  }
  .sidebar.stick {
    position: -webkit-sticky;
    position: sticky;
  }
  .sidebar-primary-alt .sidebar {
    margin: 0;
  }
  .sidebar-secondary {
    position: -webkit-sticky;
    position: sticky;
  }
  .page-heading {
    margin: 16px 16px 0 16px;
  }
  .page-heading .sponsor {
    background: none;
    padding: 0;
  }
  .pull-quote {
    padding: 40px 46px;
  }
  .pull-quote .quote-text {
    padding-left: 24px;
  }
  .featured .m .overlay {
    height: 96px;
    width: 96px;
  }
  .featured-image .ctrl {
    top: calc(50% - 32px);
  }
  .featured-image .ctrl .prev,
  .featured-image .ctrl .next {
    height: 64px;
    width: 64px;
  }
  .featured-image .ctrl .prev {
    left: 24px;
  }
  .featured-image .ctrl .next {
    right: 24px;
  }
  .featured-image .pager {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.25px;
    margin-bottom: 8px;
  }
  .featured-video.sticky-video .contain {
    top: auto;
    bottom: 0;
    right: 0;
    width: 400px;
  }
  .featured-video.sticky-video .contain .control {
    float: none;
    padding: 5px;
    width: auto;
  }
  .featured-video.sticky-video .contain .control:after {
    content: "";
    display: table;
    clear: both;
  }
  .featured-video.sticky-video .contain .control .close,
  .featured-video.sticky-video .contain .control .top {
    position: relative;
    right: 0;
  }
  .featured-video.sticky-video .contain .control .close {
    float: right;
    top: 3px;
  }
  .featured-video.sticky-video .contain .control .top {
    float: left;
    bottom: 0;
  }
  .featured-video.sticky-video .contain .video-container {
    float: none;
    margin-bottom: 0;
    width: auto;
  }
  .featured-video.sticky-video .contain .video-container .video-player .unauthorized-mvpd p {
    font-size: 18px;
  }
  .featured-video.sticky-video .contain .info {
    float: none;
    padding: 12px;
    width: auto;
  }
  .collection-market-indexes .index {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .collection-market-indexes .ad-container {
    float: none;
    margin: 18px auto 0 auto;
    width: 292px;
  }
  .collection-market-indexes .ad-container .advert-txt {
    color: #666666;
    margin: -48px auto 36px auto;
    text-align: right;
    width: 292px;
  }
  .main-content {
    margin: 0;
    width: 100%;
  }
  .page-content {
    padding-top: 24px;
  }
  .page:after {
    content: "";
    display: table;
    clear: both;
  }
  .article-wrap {
    margin: 0 16px;
  }
  .article-header:after {
    content: "";
    display: table;
    clear: both;
  }
  .article-header .headline {
    font-size: 48px;
    line-height: 58px;
    margin-left: auto;
    margin-right: auto;
    max-width: 992px;
  }
  .article-header .sub-headline {
    font-size: 24px;
    line-height: 28px;
    margin-left: auto;
    margin-right: auto;
    max-width: 992px;
  }
  .article-header .article-meta-lower {
    margin: 24px 0 0 0;
    width: calc(100% - 300px - 16px);
  }
  .article-notice {
    padding: 8px 52px;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 24px;
  }
  .article-content-wrap {
    position: relative;
  }
  .article-content-wrap:after {
    content: "";
    display: table;
    clear: both;
  }
  .article-content {
    margin-bottom: 0;
    float: left;
    width: calc(100% - 300px - 16px);
  }
  .article-content:after {
    content: "";
    display: table;
    clear: both;
  }
  .sidebar {
    margin-top: -72px;
    margin-left: 0;
    margin-right: 0;
  }
  .article-body {
    padding-left: 0;
    padding-right: 0;
  }
  .article-body > h1 {
    font-size: 48px;
    line-height: 58px;
  }
  .article-body > h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .article-body > h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .article-body > h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .article-body > h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .article-body > h6 {
    font-size: 16px;
    line-height: 22px;
  }
  .article-footer {
    clear: both;
  }
  .pull-quote {
    padding: 20px 40px 16px 40px;
  }
  .pull-quote .quote-text {
    font-size: 30px;
    line-height: 36px;
    padding-left: 24px;
  }
  .pull-quote .quote-author {
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  html .desktop.desktop-sm {
    display: block;
  }
  html .desktop.desktop-sm.ad-container {
    display: block;
  }
  html .desktop.desktop-xs, html .desktop.desktop-md, html .desktop.desktop-lg {
    display: none;
  }
  html .desktop.desktop-xs.ad-container, html .desktop.desktop-md.ad-container, html .desktop.desktop-lg.ad-container {
    display: none;
  }
  .notification-banner-inner {
    padding: 12px 64px 12px 24px;
  }
  .notification-banner .close {
    right: 24px;
  }
  h1 {
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -0.5px;
  }
  h2 {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -0.88px;
  }
  h3 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.67px;
  }
  h4 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.45px;
  }
  h5 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.44px;
  }
  h6 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.47px;
  }
  body {
    min-width: 1280px;
  }
  .site-header .inner,
  .site-footer .inner {
    max-width: 1280px;
  }
  .section-nav nav {
    padding: 0 24px;
  }
  .header-lower,
  .footer-lower {
    margin: 0 auto;
    max-width: 1232px;
  }
  .header-lower .branding,
  .footer-lower .branding {
    margin-left: 0;
  }
  .site-header .nav-row .inner {
    padding: 0 24px 0 120px;
  }
  .site-header .nav-row-upper {
    height: 68px;
  }
  .site-header .nav-row-lower {
    line-height: 44px;
    height: 44px;
  }
  .site-header .nav-row-lower .inner {
    padding-left: 13px;
  }
  .site-header .nav-row-lower nav li {
    display: block;
    float: left;
    margin: 0 14px;
    position: relative;
  }
  .site-header .nav-row-lower nav li:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #ddeeff;
    top: 13px;
    right: -14px;
    height: 18px;
    width: 1px;
  }
  .site-header .nav-row-lower nav li:first-of-type {
    margin-left: 0;
  }
  .site-header > .branding {
    left: 50%;
    margin-left: -616px;
  }
  .site-header .meta {
    margin-top: 20px;
  }
  .site-header .meta .search-toggle a {
    height: 30px;
  }
  .site-header .meta .search-toggle a:before {
    top: 8px;
  }
  .site-header .meta .search-toggle a:after {
    top: 19px;
  }
  .site-header .meta .user-profile .avatar {
    width: 30px;
  }
  .site-header .meta .button a {
    line-height: 14px;
  }
  .site-header .primary-nav {
    margin-left: 48px;
  }
  .site-header .primary-nav li {
    margin-right: 32px;
  }
  .site-header .primary-nav a {
    font-size: 16px;
    line-height: 19px;
  }
  .site-header .primary-nav .menu-more a:before {
    top: 4px;
  }
  .site-header .search {
    position: relative;
    padding: 16px 0;
  }
  .site-header .search .search-wrap {
    width: 768px;
  }
  .site-header .search .search-wrap input {
    height: 48px;
  }
  .alert-banner {
    left: 50%;
    margin: 0 auto 0 -616px;
    max-width: 1232px;
    width: calc(100% - 32px);
  }
  .back-to-fox-inner {
    padding: 7px 24px;
  }
  .collection .article .meta {
    margin-bottom: 2px;
  }
  .page-content {
    padding-top: 24px;
    margin: 0 auto;
    max-width: 1280px;
  }
  .post-content {
    clear: both;
  }
  .post-content .row {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
  }
  .post-content .row.full {
    max-width: 100%;
  }
  .page-heading {
    max-width: 1280px;
    margin: 24px auto 0 auto;
    padding-left: 24px;
    padding-right: 24px;
  }
  .featured .m {
    margin-bottom: 0;
  }
  .featured .m .overlay {
    height: 128px;
    width: 128px;
  }
  table {
    padding: 0 88px;
    width: calc(100% - 176px);
    margin-left: auto;
    margin-right: auto;
  }
  .article-wrap {
    margin: 0 24px;
  }
  .article-header .headline {
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -0.5px;
  }
  .article-header .sub-headline,
  .article-header .article-meta {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    max-width: 1232px;
  }
  .article-header .article-meta-lower {
    float: none;
    position: relative;
    left: 50%;
    margin-left: -616px;
    width: 896px;
  }
  .article-notice {
    padding: 8px 64px;
    margin-left: 0;
    margin-right: 0;
  }
  .article-content {
    margin: 0;
    width: 896px;
  }
  .article-body > h1 {
    font-size: 60px;
    line-height: 72px;
  }
  .article-body > h2 {
    font-size: 48px;
    line-height: 58px;
  }
  .article-body > h3 {
    font-size: 36px;
    line-height: 42px;
  }
  .article-body > h4 {
    font-size: 30px;
    line-height: 36px;
  }
  .article-body > h5 {
    font-size: 24px;
    line-height: 28px;
  }
  .article-body > h6 {
    font-size: 18px;
    line-height: 24px;
  }
  .article-body > h1,
  .article-body > h2,
  .article-body > h3,
  .article-body > h4,
  .article-body > h5,
  .article-body > h6,
  .article-body > ul,
  .article-body > ol,
  .article-body > p {
    padding: 0 88px;
  }
  .article-body > ul,
  .article-body > ol {
    margin-left: 20px;
  }
  .article-body .credible {
    margin-left: 88px;
  }
  .embed-media,
  .inline,
  .article-footer {
    margin-left: 88px;
    margin-right: 88px;
  }
  .embed-media.facebook, .embed-media.instagram, .embed-media.twitter {
    padding: 0 60px;
    width: calc(100% - 176px);
    max-width: 100%;
  }
  .pull-quote {
    padding-left: 144px;
    padding-right: 144px;
  }
}

.page-media-relations .masthead .main, .page-media-relations .masthead .sub { width: auto; height: 41px; margin: 0; overflow: hidden; box-sizing: content-box; white-space: nowrap; }
.page-media-relations .masthead .main ul, .page-media-relations .masthead .sub ul { height: auto; padding: 0 0 10px; overflow-x: scroll; }
.page-media-relations .masthead .sub { padding: 0 12px; }
.page-media-relations .page-content .page-heading { margin-top: 0; margin-bottom: 16px; }
.page-media-relations .page-content .page-heading .heading .title { color: #222222; font-size: 24px; font-weight: 900; letter-spacing: -0.25px; line-height: 28px; float: none; margin-bottom: 16px; }
.page-media-relations .page-content .subnav .button { margin-bottom: 8px; }
.page-media-relations .page-content .subnav .button:last-of-type { margin-bottom: 0; }
.page-media-relations .page-content .subnav .button a { padding: 8px 12px; font-size: 13px; line-height: 18px; }
.page-media-relations .page-content .back { margin: 24px 0; overflow: hidden; }
.page-media-relations .page-content .back a { padding: 8px; font-size: 13px; line-height: 18px; }
.page-media-relations .page-content p { color: #222222; margin-bottom: 22px; }
.page-media-relations .page-content p:last-of-type { margin-bottom: 0; }
.page-media-relations .page-content li { color: #222222; font-size: 16px; font-weight: 400; line-height: 1.5; }
.page-media-relations .page-content .sidebar { display: block; padding: 0; }
.page-media-relations .page-content .info-header .title { color: #222222; line-height: normal; font-size: 18px; line-height: 24px; font-weight: 900; margin-bottom: 16px; }
.page-media-relations .page-content .article .info-header { margin-bottom: 0; }
.page-media-relations .page-content .article .info-header .title { font-size: 18px; font-weight: 700; margin-bottom: 2px; }
.page-media-relations .page-content .article .info-header .title a { color: #003366; }
.page-media-relations .page-content .article .info-header .meta { margin-bottom: 4px; }
.page-media-relations .page-content .article .info-header .meta .eyebrow { font-size: 12px; line-height: 18px; font-weight: 400; color: #666666; }
.page-media-relations .page-content .person .contact { margin-top: 4px; display: inline-block; }
.page-media-relations .page-content .person .name { font-size: 18px; line-height: 24px; margin-bottom: 4px; }
.page-media-relations .page-content .person .position { color: #666666; font-size: 12px; line-height: 18px; }
.page-media-relations.page-media-relations-media-contacts .main-content { margin-bottom: 16px; }
.page-media-relations.page-media-relations-media-contacts .sidebar { margin-bottom: 32px; }
.page-media-relations.page-media-relations-media-contacts .page-content .online-help { text-align: center; margin-bottom: 16px; }
.page-media-relations.page-media-relations-media-contacts .page-content .online-help .info-header .title { margin-bottom: 18px; }
.page-media-relations.page-media-relations-media-contacts .page-content .online-help .button a { padding: 8px 20px; font-size: 13px; line-height: 18px; font-weight: 700; }
.page-media-relations.page-media-relations-media-contacts .page-content .for { padding-bottom: 24px; border-bottom: 1px solid #eeeeee; }
.page-media-relations.page-media-relations-media-contacts .page-content .for .viewers, .page-media-relations.page-media-relations-media-contacts .page-content .for .media { margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid #eeeeee; }
.page-media-relations.page-media-relations-media-contacts .page-content .promoted-articles { margin-bottom: 12px; }
.page-media-relations.page-media-relations-media-contacts .page-content .promoted-articles .heading { margin-bottom: 12px; }
.page-media-relations.page-media-relations-media-contacts .page-content .promoted-articles .heading .title { font-size: 18px; line-height: normal; }
.page-media-relations.page-media-relations-media-contacts .page-content .promoted-articles .promoted { font-size: 14px; font-weight: 600; line-height: normal; margin-bottom: 16px; }
.page-media-relations.page-media-relations-media-contacts .page-content .promoted-articles .promoted:last-of-type { margin-bottom: 0; }
.page-media-relations.page-media-relations-press-releases .page-content .release-browser { background: transparent; margin-bottom: 16px; }
.page-media-relations.page-media-relations-press-releases .page-content .release-browser .heading { margin-bottom: 16px; }
.page-media-relations.page-media-relations-press-releases .page-content .release-browser .heading .title { font-size: 18px; font-weight: 900; line-height: 24px; }
.page-media-relations.page-media-relations-press-releases .page-content .release-browser .year-list { -webkit-flex-wrap: wrap; flex-wrap: wrap; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: space-between; }
.page-media-relations.page-media-relations-press-releases .page-content .release-browser .year-list .year { -webkit-flex-basis: 32%; flex-basis: 32%; margin-bottom: 12px; text-align: center; }
.page-media-relations.page-media-relations-press-releases .page-content .release-browser .year-list .year:nth-of-type(3n) { padding-right: 0; }
.page-media-relations.page-media-relations-press-releases .page-content .release-browser .year-list .year:nth-of-type(3n+1) { padding-left: 0; }
.page-media-relations.page-media-relations-press-releases .page-content .release-browser .year-list .year:nth-last-of-type(-n+3) { margin-bottom: 0; }
.page-media-relations.page-media-relations-press-releases .page-content .release-browser .year-list .year a { display: block; padding: 8px; font-size: 13px; line-height: 18px; font-weight: 900; color: #1B4E81; background: #fff; border-radius: 3px; border: 1px solid #5787B8; }
.page-media-relations.page-media-relations-press-releases .page-content .release-browser .year-list .year.active a { color: #fff; background: #1B4E81; }
.page-media-relations.page-media-relations-press-releases .page-content .collection-press-releases { background: transparent; border: 0; margin-bottom: 10px; }
.page-media-relations.page-media-relations-press-releases .page-content .collection-press-releases .heading .title { color: #222222; font-size: 18px; line-height: 24px; font-weight: 900; }
.page-media-relations.page-media-relations-press-releases .page-content .collection-press-releases:last-of-type .article:last-of-type { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.page-media-relations.page-media-relations-press-releases .page-content .collection-press-releases .article .title { font-size: 16px; line-height: 22px; }
.page-media-relations.page-media-relations-corporate-info .page-content .main-content { min-height: auto; }
.page-media-relations.page-media-relations-corporate-info .page-content .row-1 .main-content { margin-bottom: 18px; }
.page-media-relations.page-media-relations-corporate-info .page-content .row-2 .main-content { margin-bottom: 0; }
.page-media-relations.page-media-relations-corporate-info .page-content .about .info { margin-bottom: 14px; }
.page-media-relations.page-media-relations-corporate-info .page-content .corporate-info { margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid #eeeeee; }
.page-media-relations.page-media-relations-corporate-info .page-content .corporate-info .heading { margin-bottom: 18px; }
.page-media-relations.page-media-relations-corporate-info .page-content .corporate-info .address .name { font-size: 16px; margin-bottom: 6px; }
.page-media-relations.page-media-relations-corporate-info .page-content .corporate-info .address .csz, .page-media-relations.page-media-relations-corporate-info .page-content .corporate-info .address .phone { margin-bottom: 8px; }
.page-media-relations.page-media-relations-corporate-info .page-content .distribution, .page-media-relations.page-media-relations-corporate-info .page-content .satellite, .page-media-relations.page-media-relations-corporate-info .page-content .bureaus, .page-media-relations.page-media-relations-corporate-info .page-content .programming { margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid #eeeeee; }
.page-media-relations.page-media-relations-corporate-info .page-content .satellite li, .page-media-relations.page-media-relations-corporate-info .page-content .bureaus li { margin-bottom: 12px; }
.page-media-relations.page-media-relations-corporate-info .page-content .satellite li:last-of-type, .page-media-relations.page-media-relations-corporate-info .page-content .bureaus li:last-of-type { margin-bottom: 0; }
.page-media-relations.page-media-relations-corporate-info .page-content .staff .info-header { text-align: center; }
.page-media-relations.page-media-relations-corporate-info .page-content .staff .info-header .title { margin-bottom: 16px; }
.page-media-relations.page-media-relations-corporate-info .page-content .staff .person { margin-bottom: 16px; }
.page-media-relations.page-media-relations-corporate-info .page-content .staff .person .button { margin-top: 8px; display: inline-block; }
.page-media-relations.page-media-relations-corporate-info .page-content .staff .person .button a { padding: 4px 8px; font-size: 11px; line-height: 16px; }
.page-media-relations.page-media-relations-corporate-info .page-content .staff .top-person-list { text-align: center; }
.page-media-relations.page-media-relations-corporate-info .page-content .staff .top-person-list .person .name { margin-bottom: 4px; }
.page-media-relations.page-media-relations-single .page-content .article-header .article-meta-upper .date span { font-weight: 900; }
.page-media-relations.page-media-relations-single .page-content .article-header .article-meta-lower { margin-bottom: 16px; padding-bottom: 4px; border-bottom: 1px solid #EFF2F5; }
.page-media-relations.page-media-relations-single .page-content .article-text { color: #222222; }
.page-media-relations.page-media-relations-single .page-content .article-text h1, .page-media-relations.page-media-relations-single .page-content .article-text h2, .page-media-relations.page-media-relations-single .page-content .article-text h3, .page-media-relations.page-media-relations-single .page-content .article-text h4, .page-media-relations.page-media-relations-single .page-content .article-text h5, .page-media-relations.page-media-relations-single .page-content .article-text h6 { margin-bottom: 12px; }
.page-media-relations.page-media-relations-single .page-content .article-text p, .page-media-relations.page-media-relations-single .page-content .article-text ul, .page-media-relations.page-media-relations-single .page-content .article-text ol { font-size: 16px; line-height: 22px; font-weight: 400; }
.page-media-relations.page-media-relations-single .page-content .article-text p { margin-bottom: 22px; }
.page-media-relations.page-media-relations-single .page-content .article-text p:last-of-type { margin-bottom: 0; }
.page-media-relations.page-media-relations-single .page-content .article-text p a { color: #003366; border-bottom: 2px solid #eeeeee; }
.page-media-relations.page-media-relations-single .page-content .article-text p a:hover { background: #003366; }
.page-media-relations.page-media-relations-single .page-content .article-text > ul, .page-media-relations.page-media-relations-single .page-content .article-text > ol { margin-left: 18px; margin-bottom: 24px; }
.page-media-relations.page-media-relations-single .page-content .article-text > ul li, .page-media-relations.page-media-relations-single .page-content .article-text > ol li { margin-bottom: 12px; }
.page-media-relations.page-media-relations-single .page-content .article-text > ul li a, .page-media-relations.page-media-relations-single .page-content .article-text > ol li a { color: #003366; border-bottom: 2px solid #eeeeee; }
.page-media-relations.page-media-relations-single .page-content .article-text > ul li a:hover, .page-media-relations.page-media-relations-single .page-content .article-text > ol li a:hover { background: #003366; }
.page-media-relations.page-media-relations-single .page-content .article-text ul { list-style-type: disc; }
.page-media-relations.page-media-relations-single .page-content .article-text ol { list-style-type: decimal; }
.page-media-relations.search .page-content, .page-media-relations.four04 .page-content, .page-media-relations.search.search-results .page-content { padding-top: 50px; }
.page-media-relations.search .page-content .heading .title, .page-media-relations.four04 .page-content .heading .title, .page-media-relations.search.search-results .page-content .heading .title { color: #222222; }
.page-media-relations.search .page-content, .page-media-relations.four04 .page-content { text-align: center; }
.page-media-relations.search .page-content .heading, .page-media-relations.four04 .page-content .heading { margin-bottom: 16px; }
.page-media-relations.search .page-content .content, .page-media-relations.four04 .page-content .content { margin-bottom: 16px; }
.page-media-relations.search .page-content input[name="s"], .page-media-relations.four04 .page-content input[name="s"] { width: 100%; height: 40px; margin-bottom: 16px; padding: 0 12px; font-size: 18px; border: 1px solid #ddd; }
.page-media-relations.four04 .main-content .button { cursor: pointer; border-radius: 3px; appearance: none; -moz-appearance: none; -webkit-appearance: none; color: #ffffff; border: 1px solid #003366; background-color: #1b4e81; -webkit-box-shadow: inset 0 -3px 0 0 #003366; box-shadow: inset 0 -3px 0 0 #003366; display: inline-block; padding: 16px; text-align: center; font-size: 16px; font-weight: 900; line-height: 22px; }
.page-media-relations.search .page-content .article { border-bottom: 1px solid #eeeeee; }
.page-media-relations.search .page-content .article:last-of-type { border: 0; margin: 0; }
.page-media-relations.search.search-results header { overflow: auto; padding-bottom: 0; margin-bottom: 0; border: 0; }
.page-media-relations.search.search-results .page-content { text-align: left; }

/* 768+ ------------------------------------------------------- */
@media all and (min-width: 768px) { body { min-width: 768px; }
  .page-media-relations .page-content .page-heading { margin-bottom: 24px; }
  .page-media-relations .page-content .page-heading .heading { *zoom: 1; }
  .page-media-relations .page-content .page-heading .heading:before, .page-media-relations .page-content .page-heading .heading:after { content: ""; display: table; }
  .page-media-relations .page-content .page-heading .heading:after { clear: both; }
  .page-media-relations .page-content .page-heading .heading .title { float: left; margin-bottom: 0; font-size: 30px; line-height: 36px; letter-spacing: -0.5px;}
  .page-media-relations .page-content .page-heading .heading .subnav { float: right; }
  .page-media-relations .page-content .page-heading .heading .subnav li { display: inline-block; margin-left: 12px; margin-bottom: 0; height: auto; }
  .page-media-relations .page-content .sidebar { padding: 0; }
  .page-media-relations .page-content p { font-size: 16px; line-height: 22px; margin-bottom: 24px; }
  .page-media-relations .page-content p:last-of-type { margin-bottom: 0; }
  .page-media-relations .page-content li { font-size: 16px; }
  .page-media-relations .page-content .article .info-header .title { font-size: 18px; margin-bottom: 0; }
  .page-media-relations .page-content .article .info-header .eyebrow { font-size: 11px; }
  .page-media-relations .page-content .person .position { font-size: 14px; line-height: 20px; }
  .page-media-relations .page-content .person .contact { font-size: 16px; }
  .page-media-relations .page-content .back { float: left; }
  .page-media-relations.page-media-relations-single .page-content .article-header .article-meta-lower { padding: 16px 0; }
  .page-media-relations.page-media-relations-single .page-content .article-header .article-meta-lower .article-social { display: inline-block; margin: 0 auto; width: auto; }
  .page-media-relations.page-media-relations-media-contacts .page-content .online-help { text-align: left; }
  .page-media-relations.page-media-relations-media-contacts .page-content .online-help .button { width: 288px; }
  .page-media-relations.page-media-relations-media-contacts .page-content .for .info-header { margin-bottom: 12px; }
  .page-media-relations.page-media-relations-media-contacts .page-content .for .info { font-size: 16px; }
  .page-media-relations.page-media-relations-media-contacts .page-content .promoted-articles { margin-bottom: 24px; }
  .page-media-relations.page-media-relations-press-releases .sidebar { margin: 0; }
  .page-media-relations.page-media-relations-press-releases .page-content .release-browser .year-list .year { -webkit-flex-basis: 12.5%; flex-basis: 12.5%; }
  .page-media-relations.page-media-relations-press-releases .page-content .collection-press-releases .heading { margin-bottom: 18px; }
  .page-media-relations.page-media-relations-corporate-info .page-content .corporate-info { margin-bottom: 30px; padding-bottom: 30px; }
  .page-media-relations.page-media-relations-corporate-info .page-content .corporate-info .title { font-size: 24px; }
  .page-media-relations.page-media-relations-corporate-info .page-content .corporate-info .address .name { font-size: 18px; }
  .page-media-relations.page-media-relations-corporate-info .page-content .corporate-info .address p { font-size: 16px; }
  .page-media-relations.page-media-relations-corporate-info .page-content .distribution, .page-media-relations.page-media-relations-corporate-info .page-content .satellite, .page-media-relations.page-media-relations-corporate-info .page-content .bureaus, .page-media-relations.page-media-relations-corporate-info .page-content .programming { margin-bottom: 16px; padding-bottom: 16px; }
  .page-media-relations.page-media-relations-corporate-info .page-content .staff .top-person-list .person .name { font-size: 24px; line-height: 28px; margin-bottom: 8px; }
  .page-media-relations.page-media-relations-corporate-info .page-content .staff .person-list { -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; -moz-column-gap: 60px; -webkit-column-gap: 60px; column-gap: 60px; }
  .page-media-relations.page-media-relations-corporate-info .page-content .staff .person-list .person { break-inside: avoid; -webkit-column-break-inside: avoid; -moz-column-break-inside: avoid; page-break-inside: avoid; }
  .page-media-relations.page-media-relations-single .page-content .article-text p, .page-media-relations.page-media-relations-single .page-content .article-text ul, .page-media-relations.page-media-relations-single .page-content .article-text ol { font-size: 18px; line-height: 28px; margin-bottom: 28px; }
  .page-media-relations.search .page-content .main, .page-media-relations.four04 .page-content .main { min-height: 350px; }
  .page-media-relations.search .page-content .footing, .page-media-relations.four04 .page-content .footing { width: 500px; margin: 0 auto; } }
/* 1024+ ------------------------------------------------------- */
@media all and (min-width: 1024px) { body { min-width: 1024px; }
  .page-media-relations .page-content { position: relative; overflow: hidden; }
  .page-media-relations .page-content .page-heading { margin-bottom: 16px; }
  .page-media-relations .page-content .page-heading .heading .title { font-size: 36px; line-height: 42px; }
  .page-media-relations .page-content .article .info-header .title { font-size: 24px; }
  .page-media-relations .page-content .article:last-of-type { margin-bottom: 0; }
  .page-media-relations .page-content .main-content { clear: both; float: left; width: calc(100% - 300px - 24px - 16px - 16px); margin-left: 16px; margin-bottom: 48px; }
  .page-media-relations .page-content .sidebar { float: right; width: 300px; margin: 0 16px 0 24px; }
  .page-media-relations.four04 .main-content { width: 100%; margin-right: 16px; }
  .page-media-relations.page-media-relations-media-contacts .page-content .for { margin-bottom: 24px; padding-bottom: 0; border-bottom: 0; }
  .page-media-relations.page-media-relations-media-contacts .page-content .for .info { font-size: 20px; }
  .page-media-relations.page-media-relations-press-releases .page-content .press-releases { margin-top: 0; }
  .page-media-relations.page-media-relations-press-releases .page-content .sidebar { float: left; padding-right: 24px; border-right: 1px solid #eeeeee; margin-left: 16px; margin-right: 24px; }
  .page-media-relations.page-media-relations-press-releases .page-content .main-content { float: right; clear: none; width: calc(100% - 300px - 16px - 16px - 24px); margin: 0 16px 0 0; }
  .page-media-relations.page-media-relations-press-releases .page-content .main-content:after { display: none; }
  .page-media-relations.page-media-relations-press-releases .page-content .release-browser .content .year-list { display: block; }
  .page-media-relations.page-media-relations-press-releases .page-content .release-browser .content .year-list .year { margin: 0 0 8px 0; }
  .page-media-relations.page-media-relations-press-releases .page-content .release-browser .content .year-list .year:last-of-type { margin-bottom: 0; }
  .page-media-relations.page-media-relations-press-releases .page-content .release-browser .year-list .year a { padding: 12px; }
  .page-media-relations.page-media-relations-corporate-info .page-content .corporate-info { margin: 0; padding: 0; border: none; }
  .page-media-relations.page-media-relations-corporate-info .page-content .about { max-width: 750px; }
  .page-media-relations.page-media-relations-single .page-content .back { clear: both; }
  .page-media-relations.page-media-relations-single .page-content .main-content { width: 100%; }
  .page-media-relations.page-media-relations-single .page-content .article-content { float: none; margin: 0 auto 36px; max-width: 992px; }
  .page-media-relations.page-media-relations-single .page-content .article-content:after { *zoom: 1; }
  .page-media-relations.page-media-relations-single .page-content .article-content:after:before, .page-media-relations.page-media-relations-single .page-content .article-content:after:after { content: ""; display: table; }
  .page-media-relations.page-media-relations-single .page-content .article-content:after:after { clear: both; }
  .page-media-relations.page-media-relations-single .page-content .article-header { max-width: 992px; margin: 0 auto; }
  .page-media-relations.page-media-relations-single .page-content .article-header .article-meta-lower { left: auto; margin: 16px 0; width: 100%; }
  .page-media-relations.page-media-relations-single .page-content .article-header .article-meta-lower .author-byline { float: left; padding-right: 24px; margin-bottom: 0; }
  .page-media-relations.page-media-relations-single .page-content .article-header .article-meta-lower .author-byline span { line-height: 32px; }
  .page-media-relations.page-media-relations-single .page-content .article-header:after { *zoom: 1; }
  .page-media-relations.page-media-relations-single .page-content .article-header:after:before, .page-media-relations.page-media-relations-single .page-content .article-header:after:after { content: ""; display: table; }
  .page-media-relations.page-media-relations-single .page-content .article-header:after:after { clear: both; } }
/* 1280+ ------------------------------------------------------- */
@media all and (min-width: 1280px) { body { min-width: 1280px; }
  .page-media-relations .page-content .page-heading { margin-bottom: 24px; }
  .page-media-relations .page-content .page-heading .heading .title { font-size: 48px; line-height: 58px; }
  .page-media-relations .page-content .page-heading .heading .subnav { margin-top: 12px; }
  .page-media-relations.page-media-relations-press-releases .page-content .main-content { width: calc(100% - 300px - 24px - 24px - 24px); }
  .page-media-relations .page-content .main-content { width: calc(100% - 300px - 24px - 24px - 24px); margin-left: 24px; }
  .page-media-relations .page-content .sidebar { margin: 0 24px; }
  .page-media-relations.page-media-relations-press-releases .page-content .sidebar { margin-left: 24px; }
  .page-media-relations.page-media-relations-single .page-content .article-text > ul, .page-media-relations.page-media-relations-single .page-content .article-text > ol { margin-left: 20px; } }
