@charset "UTF-8";
/* colors */
/*********************
MEDIA QUERIES
*********************/
/*********************
TRANSITION
*********************/
/*
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
/* sg - fonts */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,500,600,700,700i");
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1em;
  text-transform: none; }

a:focus, a:active,
button:focus,
button:active {
  outline: none; }

.inline {
  display: inline; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.float-none {
  float: none; }

/* text */
.text-a {
  color: #383838;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  /* xl */
  /* lg */
  /* md */
  /* sm */
  /* xs */ }
  .text-a:hover, .text-a:active, .text-a:focus, .text-a:visited {
    color: #383838; }
  .text-a.light {
    color: #666666; }
  .text-a.fxl {
    font-size: 32px;
    line-height: 32px; }
  .text-a.flg {
    font-size: 24px;
    line-height: 26px; }
  .text-a.fmd {
    font-size: 20px;
    line-height: 25px; }
  .text-a.fsm {
    font-size: 16px;
    line-height: 20px; }
  .text-a.fxs {
    font-size: 13px;
    line-height: 16px; }
  @media (max-width: 767px) {
    .text-a {
      /* lg */
      /* sm */
      /* xs */ }
      .text-a.mob-flg {
        font-size: 24px;
        line-height: 26px; }
      .text-a.mob-fsm {
        font-size: 16px;
        line-height: 20px; }
      .text-a.mob-fxs {
        font-size: 13px;
        line-height: 16px; } }
.text-b {
  color: #383838;
  font-family: "TradeGothicLTPro", sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 49px;
  position: relative;
  top: .075em; }
  @media (max-width: 767px) {
    .text-b {
      font-size: 30px;
      line-height: 36px; } }
.text-c {
  color: #9a3033;
  font-family: "TradeGothicLTPro", sans-serif;
  font-weight: 400;
  position: relative;
  top: .075em;
  font-size: 24px;
  line-height: 28px;
  /* lg */
  /* md */
  /* md */ }
  .text-c.flg {
    font-size: 24px;
    line-height: 28px; }
  .text-c.fmd {
    font-size: 17px;
    line-height: 18px; }
  .text-c.g66 {
    color: #666666; }
  @media (max-width: 767px) {
    .text-c.mob-fmd {
      font-size: 17px;
      line-height: 18px; } }
.text-d {
  color: #383838;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  /* lg */
  /* md */
  /* md */ }
  .text-d.g66 {
    color: #666666; }
  .text-d.white {
    color: #fff; }
  .text-d.italic {
    font-size: 19px; }
  .text-d.flg {
    font-size: 20px;
    line-height: 25px; }
    .text-d.flg.italic:not(.keep-size) {
      font-size: 19px; }
  .text-d.fmd {
    font-size: 15px;
    line-height: 20px; }
    .text-d.fmd.italic {
      font-size: 15px; }
  @media (max-width: 767px) {
    .text-d.mob-fmd {
      font-size: 15px;
      line-height: 20px; }
      .text-d.mob-fmd.italic {
        font-size: 15px; } }
.text-e {
  color: #8d8d8d;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 17px;
  line-height: 24px;
  /* lg */
  /* md */
  /* sm */ }
  .text-e.flg {
    font-size: 17px;
    line-height: 24px; }
  .text-e.fmd {
    font-size: 15px;
    line-height: 20px; }
  .text-e.fsm {
    font-size: 13px;
    line-height: 17px; }

.text-f {
  color: #666666;
  font-family: "TradeGothicLTPro", sans-serif;
  font-weight: 400;
  position: relative;
  top: .01em;
  font-size: 29px;
  line-height: 69px;
  /* lg */
  /* md */
  /* sm */ }
  .text-f.flg {
    font-size: 29px;
    line-height: 69px; }
  .text-f.fmd {
    font-size: 20px;
    line-height: 21px;
    top: .075em; }
  .text-f.fsm {
    font-size: 14px;
    line-height: 18px;
    top: 0px; }

.text-g {
  color: #666666;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px; }

.text-h {
  color: #9a3033;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase; }

.text-i {
  color: #383838;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 13px;
  line-height: 16px;
  padding: 2px 0;
  /* md */ }
  .text-i.fmd {
    font-size: 14px;
    line-height: 18px; }

.text-j {
  color: #383838;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px; }

.text-k {
  color: #383838;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  /* mob */ }
  .text-k:hover, .text-k:active, .text-k:focus, .text-k:visited {
    color: #383838; }
  @media (max-width: 767px) {
    .text-k.mob-13 {
      font-size: 13px;
      line-height: 20px; } }
.text-l {
  color: #666666;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px; }

.text-m {
  color: #b4b4b4;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center; }

.text-n {
  color: #383838;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  /* lg */ }
  .text-n.flg {
    font-size: 16px;
    line-height: 24px; }
  .text-n.g33 {
    color: #333; }

.text-o {
  color: #383838;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px; }
  .text-o.up, .text-o.inc, .text-o.green {
    color: #417505; }
  .text-o.down, .text-o.dec, .text-o.red {
    color: #9a3033; }

.text-p {
  color: #383838;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 26px; }

.text-q {
  color: #9a3033;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px; }
  .text-q.g66 {
    color: #666666; }

.text-r {
  color: #9b9b9b;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px; }

.text-s {
  color: #666666;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 13px;
  line-height: 13px; }

.text-t {
  color: #666666;
  font-family: "TradeGothicLTPro", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px; }

.text-u {
  color: #666666;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px; }

.text-v {
  color: #666666;
  font-family: "TradeGothicLTPro", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.075em;
  text-transform: uppercase; }

.text-w {
  color: #8d8d8d;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px; }

*[class^="text-"] a:not(.link-f):not(.link-h) {
  color: inherit; }
  *[class^="text-"] a:not(.link-f):not(.link-h):hover, *[class^="text-"] a:not(.link-f):not(.link-h):active, *[class^="text-"] a:not(.link-f):not(.link-h):focus, *[class^="text-"] a:not(.link-f):not(.link-h):visited {
    color: inherit; }

/* link */
a.nostyle {
  color: #383838; }
  a.nostyle:hover, a.nostyle:active, a.nostyle:focus, a.nostyle:visited {
    color: #383838; }

*[class^="link-"] {
  cursor: pointer; }

.link-a,
.link-b,
.link-c {
  color: #9a3033;
  letter-spacing: 1.5px;
  font-family: "TradeGothicLTPro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  top: .075em; }
  .link-a:hover, .link-a:active, .link-a:focus, .link-a:visited,
  .link-b:hover,
  .link-b:active,
  .link-b:focus,
  .link-b:visited,
  .link-c:hover,
  .link-c:active,
  .link-c:focus,
  .link-c:visited {
    color: #9a3033;
    text-decoration: none; }

.link-a {
  font-size: 20px;
  line-height: 24px; }

.link-b {
  font-size: 16px;
  line-height: 19px; }

.link-c {
  font-size: 14px;
  line-height: 28px; }

.link-d,
.link-e {
  color: #9a3033;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700; }
  .link-d:hover, .link-d:active, .link-d:focus, .link-d:visited,
  .link-e:hover,
  .link-e:active,
  .link-e:focus,
  .link-e:visited {
    color: #9a3033;
    text-decoration: none; }

.link-d {
  font-size: 13px;
  line-height: 23px;
  text-transform: uppercase; }

.link-e {
  font-size: 13px;
  line-height: 23px; }
  .link-e.fsm {
    font-size: 13px;
    line-height: 23px; }
  .link-e.fmd {
    font-size: 14px;
    line-height: 23px; }

.link-f {
  color: #9a3033;
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: underline; }
  .link-f:hover, .link-f:active, .link-f:focus, .link-f:visited {
    color: #9a3033; }

.link-g {
  color: #666666;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  display: block; }
  .link-g:hover, .link-g:active, .link-g:focus, .link-g:visited {
    color: #666666; }

.link-h {
  color: #9a3033; }
  .link-h:hover, .link-h:active, .link-h:focus, .link-h:visited {
    color: #9a3033; }

.link-i {
  color: #666666;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 11px;
  display: block; }
  .link-i:hover, .link-i:active, .link-i:focus, .link-i:visited {
    color: #666666; }

.link-a a,
.link-b a,
.link-c a,
.link-d a,
.link-e a,
.link-f a,
.link-g a {
  color: inherit; }
  .link-a a:hover, .link-a a:active, .link-a a:focus, .link-a a:visited,
  .link-b a:hover,
  .link-b a:active,
  .link-b a:focus,
  .link-b a:visited,
  .link-c a:hover,
  .link-c a:active,
  .link-c a:focus,
  .link-c a:visited,
  .link-d a:hover,
  .link-d a:active,
  .link-d a:focus,
  .link-d a:visited,
  .link-e a:hover,
  .link-e a:active,
  .link-e a:focus,
  .link-e a:visited,
  .link-f a:hover,
  .link-f a:active,
  .link-f a:focus,
  .link-f a:visited,
  .link-g a:hover,
  .link-g a:active,
  .link-g a:focus,
  .link-g a:visited {
    color: inherit; }

.link-a.white:hover, .link-a.white:active, .link-a.white:focus, .link-a.white:visited,
.link-b.white:hover,
.link-b.white:active,
.link-b.white:focus,
.link-b.white:visited,
.link-c.white:hover,
.link-c.white:active,
.link-c.white:focus,
.link-c.white:visited,
.link-d.white:hover,
.link-d.white:active,
.link-d.white:focus,
.link-d.white:visited,
.link-e.white:hover,
.link-e.white:active,
.link-e.white:focus,
.link-e.white:visited,
.link-f.white:hover,
.link-f.white:active,
.link-f.white:focus,
.link-f.white:visited,
.link-g.white:hover,
.link-g.white:active,
.link-g.white:focus,
.link-g.white:visited {
  color: #fff; }

a:focus {
  outline: none; }

/* buttons */
*[class^="button-"] {
  display: inline-block;
  text-align: center;
  border: 1px solid #9a3033;
  border-radius: 6px;
  text-transform: uppercase;
  cursor: pointer;
  height: 40px;
  line-height: 41px; }
  *[class^="button-"]:hover, *[class^="button-"]:focus {
    text-decoration: none; }
  @media (max-width: 767px) {
    *[class^="button-"] {
      width: 100%;
      height: 45px;
      line-height: 45px; } }
.button-a {
  font-family: "TradeGothicLTPro", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 41px;
  letter-spacing: 1.5px;
  min-width: 145px;
  max-width: 100%;
  color: #9a3033;
  border-color: #9a3033;
  background-color: transparent;
  padding: 0 20px; }
  .button-a:hover, .button-a:visited {
    color: #9a3033;
    border-color: #9a3033;
    background-color: rgba(154, 48, 51, 0.1); }
  .button-a:active, .button-a:focus {
    color: #9a3033;
    border-color: #9a3033;
    outline: none; }
  .button-a.white {
    color: #fff;
    border-color: #fff;
    background-color: transparent; }
    .button-a.white:hover, .button-a.white:active, .button-a.white:focus, .button-a.white:visited {
      color: #fff;
      border-color: #fff;
      background-color: rgba(255, 255, 255, 0.3);
      outline: none; }
  @media (max-width: 767px) {
    .button-a {
      width: 100%;
      height: 45px;
      line-height: 46px; } }
.button-b {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 38px;
  min-width: 145px;
  max-width: 100%;
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  padding: 0 20px; }
  .button-b:hover, .button-b:active, .button-b:focus, .button-b:visited {
    color: #fff;
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    outline: none; }
  @media (max-width: 767px) {
    .button-b {
      width: 100%;
      height: 45px;
      line-height: 43px; } }
.button-c {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 23px;
  color: #8d8d8d;
  background-color: #fff;
  border: 1px solid #8d8d8d;
  border-radius: 15px;
  text-transform: none;
  height: auto;
  padding: 0 10px; }
  .button-c:active, .button-c:focus, .button-c:visited {
    color: #8d8d8d;
    background-color: #fff; }
  .button-c:hover {
    color: #8d8d8d;
    background-color: rgba(141, 141, 141, 0.2); }
  @media (max-width: 767px) {
    .button-c {
      width: auto;
      height: auto;
      line-height: 23px; } }
/* extra utilities */
.lh-clean {
  line-height: 1em !important; }

.italic,
em {
  font-style: italic; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

.reg {
  font-weight: 400; }

.med {
  font-weight: 500; }

.semi {
  font-weight: 600; }

.bold,
strong {
  font-weight: 700; }

.f12 {
  font-size: 12px; }

.f13 {
  font-size: 13px; }

.f14 {
  font-size: 14px; }

.f15 {
  font-size: 15px; }

.f16 {
  font-size: 16px; }

.f17 {
  font-size: 17px; }

.f18 {
  font-size: 18px; }

.f30 {
  font-size: 30px; }

.ta-left {
  text-align: left; }

.ta-right {
  text-align: right; }

.ta-center {
  text-align: center; }

.ta-none {
  text-align: none; }

.nomargin {
  margin: 0 0 0 0 !important; }

.nomargintop {
  margin-top: 0 !important; }

.white {
  color: #fff; }

@media (min-width: 1100px) {
  .hidden-t-up {
    display: none !important; } }

@media (max-width: 1099px) {
  .hidden-t-down {
    display: none !important; } }

.main-feed-divider {
  width: 100%;
  margin-top: -5px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .main-feed-divider {
      margin-bottom: 20px; } }
  .main-feed-divider p, .main-feed-divider h1, .main-feed-divider h2, .main-feed-divider h3, .main-feed-divider h4, .main-feed-divider h5, .main-feed-divider h6 {
    line-height: 1em;
    margin-bottom: 15px;
    color: #9a3033;
    display: inline-block; }
  .main-feed-divider hr {
    border-width: 2px;
    border-color: #9a3033;
    margin: 0; }
  .main-feed-divider.hash-anchor {
    margin-top: -50px;
    padding-top: 50px; }

.featured-issue-divider {
  width: 100%;
  position: relative; }
  .featured-issue-divider p, .featured-issue-divider h1, .featured-issue-divider h2, .featured-issue-divider h3, .featured-issue-divider h4, .featured-issue-divider h5, .featured-issue-divider h6 {
    line-height: 1em;
    background-color: #fff;
    padding-right: 10px;
    color: #9a3033;
    display: inline-block;
    position: relative;
    z-index: 2; }
  .featured-issue-divider hr {
    border-width: 2px;
    border-color: #9a3033;
    margin: 0;
    position: absolute;
    bottom: 11px;
    z-index: 1; }

.sidebar-divider {
  width: 100%;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .sidebar-divider {
      margin-bottom: 20px; } }
  .sidebar-divider p, .sidebar-divider h1, .sidebar-divider h2, .sidebar-divider h3, .sidebar-divider h4, .sidebar-divider h5, .sidebar-divider h6 {
    margin-bottom: 13px;
    background-color: #fff;
    padding-right: 10px;
    color: #8d8d8d;
    display: inline-block; }
  .sidebar-divider hr {
    border-width: 1px;
    border-color: #d1d1d1;
    margin: 0; }

.guide-divider,
.us-guide-divider {
  width: 100%;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .guide-divider,
    .us-guide-divider {
      margin-bottom: 20px; } }
  .guide-divider p, .guide-divider h1, .guide-divider h2, .guide-divider h3, .guide-divider h4, .guide-divider h5, .guide-divider h6,
  .us-guide-divider p,
  .us-guide-divider h1,
  .us-guide-divider h2,
  .us-guide-divider h3,
  .us-guide-divider h4,
  .us-guide-divider h5,
  .us-guide-divider h6 {
    line-height: 1em !important;
    margin-bottom: 13px;
    background-color: #fff;
    padding-right: 10px;
    color: #9a3033;
    display: inline-block; }
  .guide-divider hr,
  .us-guide-divider hr {
    border-width: 1px;
    border-color: #9a3033;
    margin: 0; }

.euro-guide-divider {
  width: 100%;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .euro-guide-divider {
      margin-bottom: 20px; } }
  .euro-guide-divider p, .euro-guide-divider h1, .euro-guide-divider h2, .euro-guide-divider h3, .euro-guide-divider h4, .euro-guide-divider h5, .euro-guide-divider h6 {
    line-height: 1em !important;
    margin-bottom: 13px;
    background-color: #fff;
    padding-right: 10px;
    color: #7d002a;
    display: inline-block; }
  .euro-guide-divider hr {
    border-width: 1px;
    border-color: #7d002a;
    margin: 0; }

.channel-list {
  padding: 8px 0;
  text-align: center; }
  .channel-list .container {
    margin: 0 auto; }
    .channel-list .container a.link-d {
      display: inline-block;
      line-height: 19px;
      margin: 2px 6px 0;
      border-bottom: 2px solid transparent; }
      @media (max-width: 1099px) {
        .channel-list .container a.link-d {
          margin: 0 2px; } }
      .channel-list .container a.link-d:hover {
        border-bottom: 2px solid #9a3033; }

a.icon-link {
  display: block;
  text-decoration: none;
  margin-bottom: 22px; }
  a.icon-link:hover {
    text-decoration: none; }
    a.icon-link:hover p.link-c {
      border-bottom: 2px solid #9a3033; }
  a.icon-link svg {
    width: 34px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px; }
    a.icon-link svg path,
    a.icon-link svg polygon,
    a.icon-link svg g {
      fill: #9a3033; }
  a.icon-link p.link-c {
    display: inline-block;
    vertical-align: middle;
    color: #9a3033;
    line-height: 18px;
    margin-top: 2px;
    border-bottom: 2px solid transparent; }

.cover-unit img.cover {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  width: 85px;
  border: 1px solid #c3c3c3; }

.cover-unit .info {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin-top: -3px;
  margin-right: -4px;
  padding-left: 15px;
  width: calc(100% - 85px); }
  .cover-unit .info .link-c {
    display: inline-block;
    line-height: 18px;
    margin: 5px 0 3px;
    border-bottom: 2px solid transparent; }
    .cover-unit .info .link-c:hover {
      border-bottom: 2px solid #9a3033; }

.cover-unit a {
  text-decoration: none; }
  .cover-unit a:hover {
    text-decoration: none; }

.cover-unit:hover .info p.text-a {
  text-decoration: underline; }

@media (min-width: 768px) {
  .cover-unit.expand img.cover {
    width: 100px; }
  .cover-unit.expand .info {
    width: calc(100% - 100px); } }

@media (min-width: 768px) {
  .cover-unit.expand-lg img.cover {
    vertical-align: middle;
    width: 160px; }
  .cover-unit.expand-lg .info {
    vertical-align: middle;
    padding-left: 40px;
    width: calc(100% - 160px); } }

.featured-issue .cover-unit {
  display: inline-block; }
  .featured-issue .cover-unit img.cover {
    margin-right: 0; }
  @media (min-width: 1100px) {
    .featured-issue .cover-unit {
      width: 300px;
      float: right; } }
  @media (max-width: 1099px) {
    .featured-issue .cover-unit {
      width: 110px;
      max-width: 100%; }
      .featured-issue .cover-unit img.cover {
        width: 110px; }
      .featured-issue .cover-unit .info {
        display: block;
        width: 100%;
        text-align: center;
        padding-left: 0;
        margin-top: 10px; }
        .featured-issue .cover-unit .info p.tab-hide {
          display: none; } }
  @media (max-width: 767px) {
    .featured-issue .cover-unit {
      width: 320px;
      max-width: 100%; }
      .featured-issue .cover-unit img.cover {
        width: 85px;
        margin-right: -4px; }
      .featured-issue .cover-unit .info {
        display: inline-block;
        width: calc(100% - 85px);
        text-align: left;
        padding-left: 0;
        margin-top: -3px;
        padding-left: 15px; }
        .featured-issue .cover-unit .info p.tab-hide {
          display: inline-block; } }
@media (min-width: 768px) {
  .featured-issue .left {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 30px;
    border-right: 1px solid #d1d1d1; } }

.featured-issue .left .flickity-page-dots {
  position: relative;
  margin-top: 15px; }

@media (max-width: 1099px) {
  .featured-issue .right {
    text-align: right; } }

@media (min-width: 768px) {
  .featured-issue .right {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-left: -1px;
    border-left: 1px solid #d1d1d1; } }

@media (max-width: 767px) {
  .featured-issue .right {
    text-align: left; } }

@media (max-width: 1099px) {
  .featured-issue .top-mobile {
    text-align: right; } }

@media (min-width: 768px) {
  .featured-issue .top-mobile {
    padding-top: 20px;
    padding-bottom: 10px; } }

@media (max-width: 767px) {
  .featured-issue .top-mobile {
    text-align: left;
    width: 100%; } }

.home-rotator {
  height: 180px;
  overflow: hidden;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none; }
  .home-rotator.flickity-enabled {
    height: 212px; }
  .home-rotator .flickity-viewport {
    height: 180px;
    width: 100%;
    overflow: hidden; }
  .home-rotator .article-slide {
    height: 180px;
    overflow: hidden;
    position: relative; }
    .home-rotator .article-slide:after {
      content: "";
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 60px;
      pointer-events: none;
      background-color: transparent; }
    .home-rotator .article-slide.limited:after {
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 99%, white 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 99%, white 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 99%, white 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
  @media (max-width: 767px) {
    .home-rotator {
      height: 225px; }
      .home-rotator.flickity-enabled {
        height: 257px; }
      .home-rotator .flickity-viewport {
        height: 225px; }
      .home-rotator .article-slide {
        height: 225px; } }
.dg-entire .dg-tabs .dg-tab {
  display: inline-block;
  background-color: #b4b4b4;
  width: auto;
  padding: 4px 16px 2px;
  margin-right: -4px;
  cursor: pointer; }
  @media (max-width: 767px) {
    .dg-entire .dg-tabs .dg-tab {
      width: 50%;
      padding: 5px;
      text-align: center; } }
  .dg-entire .dg-tabs .dg-tab.active.tab-us {
    background-color: #ed2a28; }
  .dg-entire .dg-tabs .dg-tab.active.tab-euro {
    background-color: #7d002a; }
  .dg-entire .dg-tabs .dg-tab.tab-us:not(.active):hover {
    background-color: #ed2a28; }
  .dg-entire .dg-tabs .dg-tab.tab-euro:not(.active):hover {
    background-color: #7d002a; }
  .dg-entire .dg-tabs .dg-tab .link-c:hover {
    color: #fff; }

.dg-entire .dg-box {
  background: #f7f7f7;
  border: 1px solid #c3c3c3;
  padding: 30px 35px; }
  @media (max-width: 767px) {
    .dg-entire .dg-box {
      padding: 20px 15px; } }
  .dg-entire .dg-box .dg-inner {
    display: none;
    align-items: center; }
    .dg-entire .dg-box .dg-inner.active {
      display: flex; }
      @media (max-width: 767px) {
        .dg-entire .dg-box .dg-inner.active {
          display: block; } }
    .dg-entire .dg-box .dg-inner .dg-info {
      display: block;
      vertical-align: middle;
      width: calc(100% - 175px); }
      @media (max-width: 767px) {
        .dg-entire .dg-box .dg-inner .dg-info {
          width: 100%; } }
      .dg-entire .dg-box .dg-inner .dg-info .dg-cover {
        display: inline-block;
        vertical-align: middle;
        width: 120px;
        height: 161px;
        margin-right: 30px; }
        @media (max-width: 767px) {
          .dg-entire .dg-box .dg-inner .dg-info .dg-cover {
            display: block;
            margin-right: 0; } }
      .dg-entire .dg-box .dg-inner .dg-info .dg-text {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 155px);
        padding-right: 30px; }
        @media (max-width: 767px) {
          .dg-entire .dg-box .dg-inner .dg-info .dg-text {
            display: block;
            width: 100%;
            padding: 0; } }
    .dg-entire .dg-box .dg-inner .dg-buttons {
      display: block;
      vertical-align: middle;
      text-align: right;
      width: 175px;
      height: 100%;
      padding-left: 30px;
      padding-top: 40px;
      padding-bottom: 40px;
      border-left: 1px solid #d1d1d1; }
      @media (max-width: 767px) {
        .dg-entire .dg-box .dg-inner .dg-buttons {
          width: 100%;
          border-left: none;
          padding: 0; } }
.featured-center {
  width: 100%;
  background-color: #f7f7f7;
  padding: 40px 35px;
  border-left: 4px solid #9a3033; }
  @media (min-width: 1100px) {
    .featured-center .center-links {
      margin-left: -35px;
      margin-right: -35px; }
      .featured-center .center-links .feat-center {
        padding: 10px 35px;
        border-right: 1px solid #d1d1d1; }
        .featured-center .center-links .feat-center:last-child {
          border-right: none; } }
  @media (max-width: 1099px) {
    .featured-center {
      padding: 25px 15px;
      border-left: none;
      border-top: 4px solid #9a3033; } }
.center-list .center-single {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px; }
  .center-list .center-single .link-c {
    line-height: 18px;
    margin-top: 2px;
    display: inline-block;
    border-bottom: 2px solid transparent; }
    .center-list .center-single .link-c:hover {
      border-bottom: 2px solid #9a3033; }

@media (min-width: 1100px) {
  .toc-featured-issue .cover-unit.expand,
  .toc-featured-supplement .cover-unit.expand {
    width: 300px;
    float: right; } }

@media (max-width: 1099px) {
  .toc-featured-issue .cover-unit.expand-lg,
  .toc-featured-supplement .cover-unit.expand-lg {
    padding-bottom: 30px;
    border-bottom: 1px solid #d1d1d1; }
  .toc-featured-issue .cover-unit.expand,
  .toc-featured-supplement .cover-unit.expand {
    width: 320px;
    max-width: 100%; } }

@media (max-width: 767px) {
  .toc-featured-issue .cover-unit.expand,
  .toc-featured-supplement .cover-unit.expand {
    width: 100%;
    max-width: 100%; } }

.toc-featured-issue .left.no-border,
.toc-featured-supplement .left.no-border {
  border-right: 0; }
  .toc-featured-issue .left.no-border .cover-unit,
  .toc-featured-issue .left.no-border .cover-unit.expand-lg,
  .toc-featured-supplement .left.no-border .cover-unit,
  .toc-featured-supplement .left.no-border .cover-unit.expand-lg {
    margin-bottom: 0;
    padding-bottom: 0; }
    @media (max-width: 1099px) {
      .toc-featured-issue .left.no-border .cover-unit,
      .toc-featured-issue .left.no-border .cover-unit.expand-lg,
      .toc-featured-supplement .left.no-border .cover-unit,
      .toc-featured-supplement .left.no-border .cover-unit.expand-lg {
        margin-bottom: 8px;
        padding-bottom: 0; } }
    @media (max-width: 767px) {
      .toc-featured-issue .left.no-border .cover-unit,
      .toc-featured-issue .left.no-border .cover-unit.expand-lg,
      .toc-featured-supplement .left.no-border .cover-unit,
      .toc-featured-supplement .left.no-border .cover-unit.expand-lg {
        margin-bottom: 0;
        padding-bottom: 0; } }
@media (min-width: 1100px) {
  .toc-featured-issue .left,
  .toc-featured-supplement .left {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 30px;
    border-right: 1px solid #d1d1d1; }
    .toc-featured-issue .left.no-border,
    .toc-featured-supplement .left.no-border {
      border-right: 0; } }

@media (max-width: 1099px) {
  .toc-featured-issue .left.no-border .cover-unit.expand-lg,
  .toc-featured-supplement .left.no-border .cover-unit.expand-lg {
    border-bottom: none; } }

@media (min-width: 1100px) {
  .toc-featured-issue .left .left-inner,
  .toc-featured-supplement .left .left-inner {
    height: 100%; } }

.toc-featured-issue .left .left-inner .cover-unit:hover .info p.text-a,
.toc-featured-supplement .left .left-inner .cover-unit:hover .info p.text-a {
  text-decoration: none; }

@media (min-width: 1100px) {
  .toc-featured-issue .right,
  .toc-featured-supplement .right {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-left: -1px;
    border-left: 1px solid #d1d1d1; } }

.toc-featured-issue .right .cover-unit,
.toc-featured-supplement .right .cover-unit {
  padding-bottom: 0; }
  .toc-featured-issue .right .cover-unit:last-child,
  .toc-featured-supplement .right .cover-unit:last-child {
    padding-top: 17px;
    padding-bottom: 10px; }
    @media (max-width: 1099px) {
      .toc-featured-issue .right .cover-unit:last-child,
      .toc-featured-supplement .right .cover-unit:last-child {
        padding-bottom: 0; } }
  .toc-featured-issue .right .cover-unit:first-child img.cover,
  .toc-featured-supplement .right .cover-unit:first-child img.cover {
    margin-bottom: 9px; }
  @media (max-width: 1099px) {
    .toc-featured-issue .right .cover-unit,
    .toc-featured-supplement .right .cover-unit {
      display: inline-block;
      vertical-align: top;
      box-sizing: content-box; }
      .toc-featured-issue .right .cover-unit:first-child,
      .toc-featured-supplement .right .cover-unit:first-child {
        padding-right: 25px; }
        .toc-featured-issue .right .cover-unit:first-child img.cover,
        .toc-featured-supplement .right .cover-unit:first-child img.cover {
          margin-bottom: 0; }
      .toc-featured-issue .right .cover-unit:last-child,
      .toc-featured-supplement .right .cover-unit:last-child {
        padding-top: 0; } }
  @media (max-width: 767px) {
    .toc-featured-issue .right .cover-unit:first-child,
    .toc-featured-supplement .right .cover-unit:first-child {
      padding-right: 0;
      padding-bottom: 22px; }
    .toc-featured-issue .right .cover-unit:last-child,
    .toc-featured-supplement .right .cover-unit:last-child {
      padding-bottom: 0; } }
.latest-issues .issues-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px; }
  @media (max-width: 499px) {
    .latest-issues .issues-list {
      max-width: 350px; } }
  .latest-issues .issues-list .single-item {
    display: inline-block;
    text-align: center;
    width: 140px;
    max-width: 48%;
    margin-left: 10px;
    margin-right: 10px; }
    .latest-issues .issues-list .single-item:nth-child(n+8) {
      display: none; }
    .latest-issues .issues-list .single-item.view-all a {
      display: block;
      border: 2px solid #9a3033;
      width: 140px;
      height: 187px;
      position: relative; }
      .latest-issues .issues-list .single-item.view-all a span {
        position: absolute;
        width: 100%;
        text-align: center;
        top: calc(50% - 24px);
        left: 0;
        right: 0; }
        .latest-issues .issues-list .single-item.view-all a span p,
        .latest-issues .issues-list .single-item.view-all a span svg {
          display: block;
          margin: 5px auto; }
      .latest-issues .issues-list .single-item.view-all a:hover {
        background-color: #f8e8e9; }
    .latest-issues .issues-list .single-item.view-all .link-c {
      border-bottom: none; }
    .latest-issues .issues-list .single-item.view-all:hover .link-c {
      border-bottom: none; }
    @media (max-width: 1099px) {
      .latest-issues .issues-list .single-item:nth-child(n+8) {
        display: none; } }
    @media (max-width: 499px) {
      .latest-issues .issues-list .single-item {
        width: 128px;
        min-width: 128px;
        max-width: 128px;
        flex-basis: 50%; }
        .latest-issues .issues-list .single-item.view-all a {
          display: block;
          border: 2px solid #7d002a;
          width: 128px;
          height: 171px; } }
    .latest-issues .issues-list .single-item a {
      text-decoration: none; }
      .latest-issues .issues-list .single-item a:hover {
        text-decoration: none; }
    .latest-issues .issues-list .single-item img.cover {
      width: 100%;
      border: 1px solid #d1d1d1; }
    .latest-issues .issues-list .single-item .link-c {
      text-decoration: none;
      display: inline-block;
      line-height: 18px;
      border-bottom: 2px solid transparent; }
    .latest-issues .issues-list .single-item:hover .link-c {
      border-bottom: 2px solid #9a3033; }

.social-row a {
  margin-right: 9px;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 767px) {
    .social-row a {
      margin-right: 10px; }
      .social-row a:last-child {
        margin-right: 0; } }
  .social-row a svg {
    height: 35px;
    width: 35px;
    border-radius: 20px;
    background-color: #fff; }
    .social-row a svg:hover {
      background-color: rgba(141, 141, 141, 0.1); }
    @media (max-width: 767px) {
      .social-row a svg {
        height: 42px;
        width: 42px; } }
  .social-row a:last-child {
    margin-right: 0; }

.featured-news {
  position: relative; }
  .featured-news .news-section {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    position: relative;
    width: 100%; }
    .featured-news .news-section .info {
      max-height: 210px;
      overflow: hidden;
      position: relative; }
      @media (max-width: 767px) {
        .featured-news .news-section .info {
          max-height: 260px; } }
      .featured-news .news-section .info:after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 60px;
        pointer-events: none;
        background-color: transparent;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 99%, white 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 99%, white 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 99%, white 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
    .featured-news .news-section p.link-c {
      display: inline-block;
      line-height: 18px;
      margin: 0 0 3px;
      padding-top: 15px;
      border-bottom: 2px solid transparent; }
      .featured-news .news-section p.link-c:hover {
        border-bottom: 2px solid #9a3033; }
    @media (max-width: 1099px) {
      .featured-news .news-section {
        display: block;
        margin-right: 0;
        width: 100%; } }
    @media (max-width: 767px) {
      .featured-news .news-section {
        padding-bottom: 0;
        border-bottom: none; } }
.center-banner {
  width: 100%;
  background-color: #5d393a;
  overflow: hidden;
  background-image: url("../images/placeholder/wave.png");
  background-size: 70%;
  background-position: -20px -20px;
  background-repeat: no-repeat; }
  @media (max-width: 1099px) {
    .center-banner {
      background-size: cover;
      background-position: 0 0; } }
  @media (max-width: 767px) {
    .center-banner {
      text-align: center; } }
  .center-banner.simple .container {
    text-align: center; }
  .center-banner .container {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 auto;
    height: 100%;
    position: relative; }
    @media (max-width: 767px) {
      .center-banner .container {
        padding-top: 9px;
        padding-bottom: 12px; } }
    @media (max-width: 399px) {
      .center-banner .container {
        text-align: center; } }
    .center-banner .container .center-title {
      display: inline-block;
      vertical-align: middle;
      width: 52%;
      margin-right: -4px; }
      @media (max-width: 767px) {
        .center-banner .container .center-title {
          width: 100%; } }
      .center-banner .container .center-title .text-b {
        top: 0;
        margin: 22px 0 12px; }
        @media (max-width: 767px) {
          .center-banner .container .center-title .text-b {
            margin: 0; } }
    .center-banner .container .links-dt {
      display: inline-block;
      vertical-align: middle;
      width: 48%;
      margin-right: -4px;
      margin-bottom: 1px; }
      .center-banner .container .links-dt a.button-b {
        padding: 0 15px;
        margin: 0 8px;
        min-width: 0;
        width: auto; }
    .center-banner .container .links-rest {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      right: 0;
      width: 45%;
      margin-right: -4px; }
      @media (max-width: 767px) {
        .center-banner .container .links-rest {
          display: block;
          margin-top: 3px;
          float: none;
          text-align: center;
          width: 100%; } }
      @media (max-width: 399px) {
        .center-banner .container .links-rest {
          text-align: center; } }
      .center-banner .container .links-rest a.link-d {
        margin: 0 6px; }
      .center-banner .container .links-rest span.small-rule {
        display: block;
        margin: 7px auto 10px;
        background-color: #fff;
        width: 30px;
        height: 3px; }

.center-rotator {
  height: 260px;
  overflow: hidden;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none; }
  .center-rotator.flickity-enabled {
    height: 292px; }
  .center-rotator .flickity-viewport {
    height: 260px;
    width: 100%;
    overflow: hidden; }
  .center-rotator .article-slide {
    height: 260px;
    overflow: hidden;
    position: relative; }
    .center-rotator .article-slide:after {
      content: "";
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 60px;
      pointer-events: none;
      background-color: transparent; }
    .center-rotator .article-slide.limited:after {
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 99%, white 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 99%, white 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 99%, white 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }

.dg-center .dg-tabs .dg-tab {
  display: inline-block;
  background-color: #b4b4b4;
  width: auto;
  padding: 4px 16px 2px;
  margin-right: -4px;
  cursor: pointer; }
  @media (max-width: 767px) {
    .dg-center .dg-tabs .dg-tab {
      width: 50%;
      padding: 5px;
      text-align: center; } }
  .dg-center .dg-tabs .dg-tab.active.tab-us {
    background-color: #ed2a28; }
  .dg-center .dg-tabs .dg-tab.active.tab-euro {
    background-color: #7d002a; }
  .dg-center .dg-tabs .dg-tab.tab-us:not(.active):hover {
    background-color: #ed2a28; }
  .dg-center .dg-tabs .dg-tab.tab-euro:not(.active):hover {
    background-color: #7d002a; }
  .dg-center .dg-tabs .dg-tab .link-c:hover {
    color: #fff; }

.dg-center .dg-box {
  background: #f7f7f7;
  border: 1px solid #c3c3c3;
  padding: 25px 35px; }
  @media (max-width: 767px) {
    .dg-center .dg-box {
      padding: 15px; } }
  .dg-center .dg-box .dg-inner {
    display: none;
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2; }
    .dg-center .dg-box .dg-inner.active {
      display: block; }
    @media (max-width: 767px) {
      .dg-center .dg-box .dg-inner {
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1; } }
    .dg-center .dg-box .dg-inner .item-base {
      margin-bottom: 18px;
      break-inside: avoid-column; }
      .dg-center .dg-box .dg-inner .item-base:last-child {
        margin-bottom: 0; }

.center-featured-product .item-base {
  max-height: 150px;
  position: relative;
  overflow: hidden; }
  .center-featured-product .item-base:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    pointer-events: none;
    background-color: transparent; }
  .center-featured-product .item-base.limited:after {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 98%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 98%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 98%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }

@media (min-width: 1100px) {
  .item-base {
    padding-right: 20px; } }

.item-base a:hover {
  text-decoration: none; }
  .item-base a:hover .text-a {
    text-decoration: underline; }

.item-base a:focus {
  text-decoration: none; }

@media (min-width: 1100px) {
  .supplement .item-base,
  .center-rotator .item-base {
    padding-right: 0; } }

@media (min-width: 1100px) {
  .supplement-feed .supplement .item-base {
    padding-right: 20px; } }

@media (min-width: 768px) {
  .year-filter {
    padding: 0; } }

.year-filter .filter-list {
  margin: 0 -6px; }
  @media (max-width: 767px) {
    .year-filter .filter-list {
      overflow: hidden;
      max-height: 110px; }
      .year-filter .filter-list.open {
        max-height: none; } }
  .year-filter .filter-list .button-a {
    height: 32px;
    line-height: 32px;
    width: 60px;
    min-width: 60px;
    padding-left: 7px;
    padding-right: 5px;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 10px; }
    @media (max-width: 767px) {
      .year-filter .filter-list .button-a {
        height: 40px;
        line-height: 40px;
        margin-top: 15px; } }
    @media (max-width: 399px) {
      .year-filter .filter-list .button-a {
        width: calc(25% - 15px);
        min-width: 50px; } }
    .year-filter .filter-list .button-a.active {
      background-color: #9a3033;
      color: #fff; }

.year-filter .show-more {
  line-height: 1em;
  display: none; }

.year-filter .month-list {
  width: 100%; }
  @media (max-width: 499px) {
    .year-filter .month-list {
      width: calc(100% + 10px);
      margin-left: -5px;
      margin-right: -5px; } }
  .year-filter .month-list .month {
    width: 8.8%;
    margin-right: -4px;
    display: inline-block; }
    .year-filter .month-list .month:last-child {
      width: 2%; }
    @media (max-width: 767px) {
      .year-filter .month-list .month {
        width: 8.5%; }
        .year-filter .month-list .month:last-child {
          width: 2%; } }
    @media (max-width: 499px) {
      .year-filter .month-list .month {
        width: 17.75%;
        max-width: none;
        padding-left: 5px;
        padding-right: 5px; }
        .year-filter .month-list .month:nth-child(6), .year-filter .month-list .month:nth-child(12) {
          width: 5%; } }
    .year-filter .month-list .month a.link-e {
      display: inline-block;
      padding-top: 6px;
      text-align: left;
      box-sizing: border-box;
      line-height: 19px;
      margin-top: 2px;
      border-bottom: 2px solid transparent; }
      .year-filter .month-list .month a.link-e:hover {
        border-bottom: 2px solid #9a3033; }

.sidebar-item {
  margin-bottom: 35px; }

.main-s {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  width: 100%; }
  @media (min-width: 1100px) {
    .main-s {
      width: calc(100% - 300px);
      padding-right: 42px; } }
  @media (min-width: 1140px) {
    .main-s {
      padding-right: 50px; } }
.sidebar {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  width: 300px; }
  @media (max-width: 1099px) {
    .sidebar {
      width: 100%;
      margin-top: 28px; } }
  @media (max-width: 767px) {
    .sidebar {
      width: 100%;
      margin-top: 14px; } }
  .sidebar > * {
    max-width: 100%; }
  .sidebar .fix-to-top.stuck {
    position: fixed;
    width: 300px;
    top: 30px; }
  .sidebar .text-a:not(.g38),
  .sidebar .text-d:not(.g38),
  .sidebar .text-i:not(.g38) {
    color: #666666; }
  .sidebar a {
    text-decoration: none; }
    .sidebar a:hover {
      text-decoration: none; }
      .sidebar a:hover .text-a {
        text-decoration: underline; }
      .sidebar a:hover .text-d {
        text-decoration: none; }
    .sidebar a:focus {
      text-decoration: none;
      outline: none; }
  .sidebar .sidebar-item {
    position: relative; }
    @media (max-width: 1099px) {
      .sidebar .sidebar-item.tab-half {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        margin-right: -4px;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 50%;
        margin-bottom: 0; }
        .sidebar .sidebar-item.tab-half.tab-left {
          border-right: 1px solid #eee;
          padding-right: 62px; }
          .sidebar .sidebar-item.tab-half.tab-left.noborder {
            border-right: none; }
        .sidebar .sidebar-item.tab-half.tab-right {
          border-left: 1px solid #eee;
          padding-left: 62px;
          left: -.5px; }
          .sidebar .sidebar-item.tab-half.tab-right.noborder {
            border-left: none;
            left: 0; }
        .sidebar .sidebar-item.tab-half.tmb35 {
          margin-bottom: 35px; }
        .sidebar .sidebar-item.tab-half.tmb15 {
          margin-bottom: 15px; }
        .sidebar .sidebar-item.tab-half.tab-center {
          display: block;
          margin: 0 auto;
          padding: 0; } }
    @media (max-width: 767px) {
      .sidebar .sidebar-item.tab-half {
        display: block;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        width: 100%;
        margin-bottom: 35px; }
        .sidebar .sidebar-item.tab-half.tab-left {
          border-right: none;
          padding-right: 0; }
        .sidebar .sidebar-item.tab-half.tab-right {
          border-left: none;
          padding-left: 0;
          left: 0; }
        .sidebar .sidebar-item.tab-half.mmb35 {
          margin-bottom: 35px; }
        .sidebar .sidebar-item.tab-half.mmb15 {
          margin-bottom: 15px; } }
    .sidebar .sidebar-item:last-child {
      margin-bottom: 0; }
    .sidebar .sidebar-item .featured-video img {
      display: block;
      width: 300px;
      max-width: 100%;
      height: auto; }
    .sidebar .sidebar-item .twitter-feed .sidebar-divider {
      margin-bottom: 8px; }
    .sidebar .sidebar-item .twitter-feed .tweets-view {
      text-align: right;
      border-right: 1px solid #ececec;
      position: relative; }
      .sidebar .sidebar-item .twitter-feed .tweets-view:before {
        content: "";
        position: absolute;
        top: 0;
        right: -2px;
        width: 4px;
        height: 44px;
        background-color: #fff; }
      .sidebar .sidebar-item .twitter-feed .tweets-view:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: -2px;
        width: 4px;
        height: 5px;
        background-color: #fff; }
    .sidebar .sidebar-item .stocks .stock-table .stock-header {
      display: inline-block;
      vertical-align: top;
      margin-right: -4px;
      width: 100%; }
      @media (max-width: 1099px) {
        .sidebar .sidebar-item .stocks .stock-table .stock-header {
          width: 49%; } }
      @media (max-width: 767px) {
        .sidebar .sidebar-item .stocks .stock-table .stock-header {
          width: 100%; } }
      .sidebar .sidebar-item .stocks .stock-table .stock-header.two-col-only {
        padding-left: 2%;
        width: 51%; }
    @media (max-width: 1099px) {
      .sidebar .sidebar-item .stocks .stock-table .stock-values {
        -webkit-column-count: 2;
        /* Chrome, Safari, Opera */
        -moz-column-count: 2;
        /* Firefox */
        column-count: 2; } }
    @media (max-width: 767px) {
      .sidebar .sidebar-item .stocks .stock-table .stock-values {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1; } }
    .sidebar .sidebar-item .stocks .stock-table .stock-header,
    .sidebar .sidebar-item .stocks .stock-table .stock-row {
      margin-bottom: 5px; }
      .sidebar .sidebar-item .stocks .stock-table .stock-header:last-child,
      .sidebar .sidebar-item .stocks .stock-table .stock-row:last-child {
        margin-bottom: 0; }
      .sidebar .sidebar-item .stocks .stock-table .stock-header > div,
      .sidebar .sidebar-item .stocks .stock-table .stock-row > div {
        display: inline-block;
        vertical-align: top;
        margin-right: -4px; }
      .sidebar .sidebar-item .stocks .stock-table .stock-header .company,
      .sidebar .sidebar-item .stocks .stock-table .stock-row .company {
        width: 64%; }
        .sidebar .sidebar-item .stocks .stock-table .stock-header .company .text-a.g38,
        .sidebar .sidebar-item .stocks .stock-table .stock-row .company .text-a.g38 {
          color: #383838; }
        .sidebar .sidebar-item .stocks .stock-table .stock-header .company a:hover,
        .sidebar .sidebar-item .stocks .stock-table .stock-row .company a:hover {
          text-decoration: underline; }
      .sidebar .sidebar-item .stocks .stock-table .stock-header .price,
      .sidebar .sidebar-item .stocks .stock-table .stock-row .price {
        width: 18%; }
      .sidebar .sidebar-item .stocks .stock-table .stock-header .change,
      .sidebar .sidebar-item .stocks .stock-table .stock-row .change {
        width: 18%; }
    .sidebar .sidebar-item .resource-block .content {
      background-color: #f7f7f7;
      padding: 15px 20px 30px; }
      .sidebar .sidebar-item .resource-block .content p.text-a {
        color: #383838; }
      .sidebar .sidebar-item .resource-block .content p.text-u {
        padding: 0 15px 2px; }
        @media (max-width: 1099px) {
          .sidebar .sidebar-item .resource-block .content p.text-u {
            max-width: 520px;
            margin-left: auto;
            margin-right: auto; } }
    .sidebar .sidebar-item .resource-block .heading {
      background-color: #1d1d1d;
      background-image: url("../images/placeholder/resource-teaser.png");
      background-size: auto 100%;
      background-position: right 0 top 0;
      background-repeat: no-repeat;
      text-align: left; }
      .sidebar .sidebar-item .resource-block .heading .content {
        background-color: transparent;
        padding: 22px 20px 18px; }
        .sidebar .sidebar-item .resource-block .heading .content p {
          font-family: "Source Sans Pro", sans-serif;
          font-weight: 600;
          font-size: 14.5px;
          line-height: 16px;
          color: #8D8D8D;
          letter-spacing: 1px;
          text-transform: uppercase;
          padding: 0; }
        .sidebar .sidebar-item .resource-block .heading .content h1 {
          font-family: "TradeGothicLTPro", sans-serif;
          font-weight: 400;
          font-size: 38px;
          line-height: 40px;
          color: #ffffff;
          margin: 0; }
    .sidebar .sidebar-item .resource-block.covid-19 .content p.text-u {
      padding: 0 10px 2px; }
    .sidebar .sidebar-item .resource-block.covid-19 .heading {
      background-image: url("../images/placeholder/covid-bg-sidebar.png");
      background-color: #474747; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .sidebar .sidebar-item .resource-block.covid-19 .heading {
          background-image: url("../images/placeholder/covid-bg-sidebar@2x.png"); } }
      .sidebar .sidebar-item .resource-block.covid-19 .heading .content {
        padding: 39px 20px 36px; }
        .sidebar .sidebar-item .resource-block.covid-19 .heading .content h1 {
          font-size: 24px;
          line-height: 24px; }
    .sidebar .sidebar-item .resource-block.medical-affairs .content p.text-u {
      padding: 0 0 2px; }
    .sidebar .sidebar-item .resource-block.medical-affairs .heading {
      background-image: url("../images/placeholder/mac-bg-sidebar.png");
      background-color: #001b3d; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .sidebar .sidebar-item .resource-block.medical-affairs .heading {
          background-image: url("../images/placeholder/mac-bg-sidebar@2x.png"); } }
      .sidebar .sidebar-item .resource-block.medical-affairs .heading .content {
        padding: 22px 15px 24px; }
        .sidebar .sidebar-item .resource-block.medical-affairs .heading .content h1 {
          font-size: 34px;
          line-height: 36px; }
        .sidebar .sidebar-item .resource-block.medical-affairs .heading .content p {
          font-size: 12px;
          line-height: 12px;
          color: #f7a802; }
    .sidebar .sidebar-item .resource-block.int-pers .content p.text-u {
      padding: 0 5px 2px; }
    .sidebar .sidebar-item .resource-block.int-pers .heading {
      background-image: url("../images/placeholder/int-pers/sidebar-bg.png");
      background-color: #474747;
      background-size: cover;
      background-position: left top;
      text-align: center; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .sidebar .sidebar-item .resource-block.int-pers .heading {
          background-image: url("../images/placeholder/int-pers/sidebar-bg@2x.png"); } }
      .sidebar .sidebar-item .resource-block.int-pers .heading .content {
        padding: 25px 15px 20px; }
        .sidebar .sidebar-item .resource-block.int-pers .heading .content h1 {
          font-size: 32px;
          line-height: 32px; }
    .sidebar .sidebar-item .resource-block.literature-highlights .content p.text-u {
      padding: 0 5px 2px; }
    .sidebar .sidebar-item .resource-block.literature-highlights .heading {
      background-image: url("../images/resource/lh/sidebar.png");
      background-color: #d5effd;
      background-size: cover;
      background-position: right top;
      text-align: center; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .sidebar .sidebar-item .resource-block.literature-highlights .heading {
          background-image: url("../images/resource/lh/sidebar@2x.png"); } }
      .sidebar .sidebar-item .resource-block.literature-highlights .heading .content {
        padding: 38px 15px 30px; }
        .sidebar .sidebar-item .resource-block.literature-highlights .heading .content h1 {
          font-size: 32px;
          line-height: 32px;
          color: #1b3444; }
    .sidebar .sidebar-item .resource-block.spotlight-cordis .content {
      padding: 15px 15px 30px; }
      .sidebar .sidebar-item .resource-block.spotlight-cordis .content p.text-u {
        padding: 0 5px 2px; }
    .sidebar .sidebar-item .resource-block.spotlight-cordis .heading {
      background-color: #1f79b9;
      background-image: none; }
      .sidebar .sidebar-item .resource-block.spotlight-cordis .heading .content {
        padding: 0; }
    .sidebar .sidebar-item .resource-block.spotlight-sirtex .content {
      padding: 15px 15px 30px; }
      .sidebar .sidebar-item .resource-block.spotlight-sirtex .content p.text-u {
        padding: 0 5px 2px; }
    .sidebar .sidebar-item .resource-block.spotlight-sirtex .heading {
      background-image: url("../images/spotlight/sirtex/Sirtex-Sidebar.png");
      background-color: #474747;
      background-size: cover;
      background-position: left top;
      text-align: center;
      border: 1px solid #d4d4d4; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .sidebar .sidebar-item .resource-block.spotlight-sirtex .heading {
          background-image: url("../images/spotlight/sirtex/Sirtex-Sidebar@2x.png"); } }
      .sidebar .sidebar-item .resource-block.spotlight-sirtex .heading .content {
        padding: 50px 150px; }
    .sidebar .sidebar-item .resource-block.spotlight-pert .content {
      padding: 15px 20px 15px; }
      .sidebar .sidebar-item .resource-block.spotlight-pert .content p.text-u {
        padding: 0 5px 2px; }
    .sidebar .sidebar-item .resource-block.spotlight-pert .heading {
      background-image: url("../images/spotlight/pert/PERT-Archive-Sidebar-Image.png");
      background-color: #474747;
      background-size: cover;
      background-position: left top;
      text-align: center; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .sidebar .sidebar-item .resource-block.spotlight-pert .heading {
          background-image: url("../images/spotlight/pert/PERT-Archive-Sidebar-Image@2x.png"); } }
      .sidebar .sidebar-item .resource-block.spotlight-pert .heading .content {
        padding: 50px 150px; }
    @media (max-width: 767px) {
      .sidebar .sidebar-item .resource-block .content,
      .sidebar .sidebar-item .resource-block .heading .content {
        padding-left: 15px;
        padding-right: 15px; }
      .sidebar .sidebar-item .resource-block .content {
        padding-bottom: 25px; } }
    .sidebar .sidebar-item .up-to-date-block {
      background-color: #f7f7f7;
      padding: 30px 20px; }
      .sidebar .sidebar-item .up-to-date-block p.text-a {
        color: #383838; }
    .sidebar .sidebar-item .device-guide-app a.store-btn {
      display: inline-block;
      vertical-align: top; }
      .sidebar .sidebar-item .device-guide-app a.store-btn.mr {
        margin-right: 11px; }
      .sidebar .sidebar-item .device-guide-app a.store-btn:not(.mr) img {
        width: 135px !important;
        height: 40px !important; }

@media (max-width: 1099px) {
  .search .sidebar {
    margin-top: 0; } }

@media (max-width: 767px) {
  .search .sidebar {
    margin-top: 0; } }

@media (min-width: 1100px) {
  .search .main-s {
    padding-left: 42px;
    padding-right: 0; } }

@media (min-width: 1140px) {
  .search .main-s {
    padding-left: 50px;
    padding-right: 0; } }

@media (max-width: 767px) {
  .device-guide .sidebar .sidebar-item.tab-half.tab-left {
    margin-bottom: 20px; }
  .device-guide .sidebar .sidebar-item.tab-half.tab-right {
    margin-bottom: 20px; } }

.feed .feed-items {
  position: relative; }
  .feed .feed-items:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px;
    pointer-events: none;
    background-color: transparent; }
  .feed .feed-items.limited:after {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 80%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 80%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 80%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }

@media (max-width: 1099px) {
  .news-feed.first-feed-tablet-down .feed-items.limited:after,
  .video-feed.first-feed-tablet-down .feed-items.limited:after {
    background: transparent; } }

@media (max-width: 1099px) {
  .news-feed.first-feed-tablet-down .feed-items .single-item:nth-child(n+10),
  .video-feed.first-feed-tablet-down .feed-items .single-item:nth-child(n+10) {
    display: none; } }

.news-feed .single-item,
.video-feed .single-item {
  margin-top: 30px; }
  .news-feed .single-item.video-item,
  .video-feed .single-item.video-item {
    margin-top: 35px;
    padding-bottom: 5px; }
  .news-feed .single-item.ad-item,
  .video-feed .single-item.ad-item {
    margin-top: 20px; }
    @media (max-width: 767px) {
      .news-feed .single-item.ad-item,
      .video-feed .single-item.ad-item {
        margin-top: 28px;
        margin-bottom: 18px;
        border-top: none; }
        .news-feed .single-item.ad-item + .news-item1,
        .video-feed .single-item.ad-item + .news-item1 {
          border-top: none; } }
  @media (max-width: 767px) {
    .news-feed .single-item,
    .video-feed .single-item {
      margin-bottom: 15px;
      margin-top: 10px;
      border-top: 1px solid #d1d1d1; }
      .news-feed .single-item .inner,
      .video-feed .single-item .inner {
        margin-top: 18px; }
      .news-feed .single-item.video-item,
      .video-feed .single-item.video-item {
        margin-top: 15px; }
        .news-feed .single-item.video-item .inner,
        .video-feed .single-item.video-item .inner {
          margin-top: 20px; }
      .news-feed .single-item:first-child,
      .video-feed .single-item:first-child {
        margin-top: 0;
        border-top: none; }
        .news-feed .single-item:first-child .inner,
        .video-feed .single-item:first-child .inner {
          margin-top: 0; } }
  @media (min-width: 768px) {
    .news-feed .single-item .date,
    .video-feed .single-item .date {
      display: table-cell;
      vertical-align: middle;
      width: 90px;
      height: 100%; }
      .news-feed .single-item .date .date-text,
      .video-feed .single-item .date .date-text {
        text-align: center; }
        .news-feed .single-item .date .date-text p.text-c,
        .video-feed .single-item .date .date-text p.text-c {
          text-transform: uppercase; }
        .news-feed .single-item .date .date-text span.month,
        .news-feed .single-item .date .date-text span.day,
        .news-feed .single-item .date .date-text span.year,
        .video-feed .single-item .date .date-text span.month,
        .video-feed .single-item .date .date-text span.day,
        .video-feed .single-item .date .date-text span.year {
          width: 100%;
          display: block;
          text-align: center; }
        .news-feed .single-item .date .date-text span.day,
        .video-feed .single-item .date .date-text span.day {
          font-size: 37px;
          line-height: 42px;
          margin-top: 1px; } }
  .news-feed .single-item .video-thumb,
  .video-feed .single-item .video-thumb {
    width: 148px;
    height: 100%; }
    .news-feed .single-item .video-thumb img,
    .video-feed .single-item .video-thumb img {
      max-width: 100%;
      height: auto;
      border: 1px solid #d1d1d1; }
      @media (max-width: 767px) {
        .news-feed .single-item .video-thumb img,
        .video-feed .single-item .video-thumb img {
          margin-bottom: 14px; } }
    @media (min-width: 768px) {
      .news-feed .single-item .video-thumb,
      .video-feed .single-item .video-thumb {
        display: table-cell;
        vertical-align: top; } }
  .news-feed .single-item .item-base,
  .video-feed .single-item .item-base {
    display: table-cell;
    vertical-align: middle; }
    @media (min-width: 768px) {
      .news-feed .single-item .item-base,
      .video-feed .single-item .item-base {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 35px;
        border-left: 1px solid #d1d1d1; } }
    .news-feed .single-item .item-base.for-video,
    .video-feed .single-item .item-base.for-video {
      padding-top: 3px;
      padding-bottom: 0;
      padding-left: 20px;
      border-left: none;
      vertical-align: top; }
      @media (max-width: 767px) {
        .news-feed .single-item .item-base.for-video,
        .video-feed .single-item .item-base.for-video {
          padding-left: 0; } }
@media (min-width: 1100px) {
  .news-feed #feed-more,
  .news-feed #feed-more2,
  .video-feed #feed-more,
  .video-feed #feed-more2 {
    display: inline-block !important; } }

.center-vid-feed .single-item {
  margin-top: 30px; }
  @media (max-width: 767px) {
    .center-vid-feed .single-item {
      margin-top: 20px;
      margin-bottom: 10px;
      border-bottom: 1px solid #d1d1d1; }
      .center-vid-feed .single-item:last-child {
        margin-bottom: 0;
        border-bottom: none; } }
  @media (min-width: 768px) {
    .center-vid-feed .single-item.video-item {
      margin-top: 35px; } }
  .center-vid-feed .single-item.video-item .inner .video-thumb {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 225px; }
    .center-vid-feed .single-item.video-item .inner .video-thumb a img {
      max-width: 100%;
      height: auto; }
    .center-vid-feed .single-item.video-item .inner .video-thumb img.play {
      position: absolute;
      left: 2px;
      bottom: 0px;
      pointer-events: none; }
  .center-vid-feed .single-item.video-item .inner .item-base.for-video {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    width: calc(100% - 229px); }
    @media (max-width: 767px) {
      .center-vid-feed .single-item.video-item .inner .item-base.for-video {
        display: block;
        width: 100%;
        margin-top: 10px;
        padding-left: 0; } }
  @media (max-width: 767px) {
    .center-vid-feed .single-item.article .inner {
      margin-bottom: 16px; } }
  .center-vid-feed .single-item.supplement .inner {
    padding: 27px 30px;
    background-color: #f7f7f7; }
    @media (max-width: 767px) {
      .center-vid-feed .single-item.supplement .inner {
        padding: 18px 15px;
        margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .center-vid-feed .single-item:last-child .inner {
      margin-bottom: 0; } }
.most-read-feed .single-item {
  margin-top: 30px; }
  @media (max-width: 767px) {
    .most-read-feed .single-item {
      margin-top: 20px;
      margin-bottom: 10px;
      border-bottom: 1px solid #d1d1d1; }
      .most-read-feed .single-item:last-child {
        margin-bottom: 0;
        border-bottom: none; } }
  @media (max-width: 767px) {
    .most-read-feed .single-item.article .inner {
      margin-bottom: 16px; } }
  .most-read-feed .single-item.supplement .inner {
    padding: 27px 30px;
    background-color: #f7f7f7; }
    @media (max-width: 767px) {
      .most-read-feed .single-item.supplement .inner {
        padding: 18px 15px;
        margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .most-read-feed .single-item:last-child .inner {
      margin-bottom: 0; } }
@media (max-width: 1099px) {
  .issue-toc-feed .main-feed-divider {
    margin-bottom: 27px; } }

@media (max-width: 767px) {
  .issue-toc-feed .main-feed-divider {
    margin-bottom: 17px; } }

.issue-toc-feed .single-item {
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .issue-toc-feed .single-item {
      margin-bottom: 17px;
      border-bottom: 1px solid #d1d1d1; }
      .issue-toc-feed .single-item:last-child {
        margin-bottom: 0;
        border-bottom: none; } }
  @media (max-width: 767px) {
    .issue-toc-feed .single-item.article .inner {
      margin-bottom: 16px; } }
  .issue-toc-feed .single-item.supplement {
    padding-top: 5px;
    padding-bottom: 5px; }
    @media (max-width: 767px) {
      .issue-toc-feed .single-item.supplement {
        padding-top: 4px;
        padding-bottom: 0; } }
    .issue-toc-feed .single-item.supplement .inner {
      padding: 27px 30px;
      background-color: #f7f7f7; }
      @media (max-width: 767px) {
        .issue-toc-feed .single-item.supplement .inner {
          padding: 18px 15px;
          margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .issue-toc-feed .single-item.deep-parent {
      border-bottom: none; } }
  @media (max-width: 767px) {
    .issue-toc-feed .single-item:last-child .inner {
      margin-bottom: 0; } }
.issue-toc-feed .deep-container:not(:last-child) {
  margin-bottom: 30px; }

.issue-toc-feed .deep-container .single-item.article {
  margin-bottom: 0;
  padding-bottom: 15px;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 3px solid #ccc; }
  .issue-toc-feed .deep-container .single-item.article:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }

@media (max-width: 767px) {
  .issue-toc-feed .deep-container .single-item.article {
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: none; }
    .issue-toc-feed .deep-container .single-item.article .inner {
      margin-bottom: 0; } }

.issue-toc-feed.supplement-feed .single-item.supplement {
  padding: 0; }
  .issue-toc-feed.supplement-feed .single-item.supplement .inner {
    padding: 0;
    background-color: #fff; }
    @media (max-width: 767px) {
      .issue-toc-feed.supplement-feed .single-item.supplement .inner {
        padding: 0;
        margin-bottom: 16px; } }
.issue-toc-feed .featured-supplement .main-feed-divider {
  margin-bottom: 30px; }

.issue-toc-feed .featured-supplement .single-item {
  padding: 0;
  margin-bottom: 30px; }
  .issue-toc-feed .featured-supplement .single-item .inner {
    padding: 30px; }
    @media (max-width: 767px) {
      .issue-toc-feed .featured-supplement .single-item .inner {
        padding: 20px 15px;
        margin-bottom: 20px; } }
.full-issue-feed .single-item.issue-full {
  padding: 26px 0 0;
  border-bottom: 1px solid #d1d1d1; }
  @media (max-width: 767px) {
    .full-issue-feed .single-item.issue-full {
      padding: 26px 0 0; } }
  .full-issue-feed .single-item.issue-full .row > div {
    float: none;
    display: inline-block;
    margin-right: -4px; }
  .full-issue-feed .single-item.issue-full .cover-unit {
    max-width: 335px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .full-issue-feed .single-item.issue-full .cover-unit {
        max-width: none; } }
.full-issue-feed .single-item.ad-w-rules {
  position: relative;
  top: -1px; }

.full-issue-feed .single-item.ad-w-rules + .single-item.issue-full {
  padding-top: 25px; }

.center-all-feed .single-item {
  margin-top: 30px; }
  .center-all-feed .single-item.ad-item {
    margin-top: 22px; }
    @media (max-width: 767px) {
      .center-all-feed .single-item.ad-item {
        margin-top: 28px;
        margin-bottom: 18px;
        border-top: none; }
        .center-all-feed .single-item.ad-item + .single-item {
          border-top: none; } }
  @media (max-width: 767px) {
    .center-all-feed .single-item {
      margin-bottom: 15px;
      margin-top: 10px;
      border-top: 1px solid #d1d1d1; }
      .center-all-feed .single-item:first-child {
        margin-top: 0;
        border-top: none; }
      .center-all-feed .single-item:last-child {
        margin-bottom: 0; } }
  @media (max-width: 767px) {
    .center-all-feed .single-item.article .inner, .center-all-feed .single-item.news .inner {
      margin-top: 18px; } }
  .center-all-feed .single-item.supplement .inner {
    padding: 27px 30px;
    background-color: #f7f7f7; }
    @media (max-width: 767px) {
      .center-all-feed .single-item.supplement .inner {
        padding: 18px 15px;
        margin-top: 20px;
        margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .center-all-feed .single-item:last-child .inner {
      margin-bottom: 0; } }
.search-results-feed .single-item {
  margin-top: 30px; }
  .search-results-feed .single-item.ad-item {
    margin-top: 22px; }
    @media (max-width: 767px) {
      .search-results-feed .single-item.ad-item {
        margin-top: 28px;
        margin-bottom: 18px;
        border-top: none; }
        .search-results-feed .single-item.ad-item + .single-item {
          border-top: none; } }
  @media (max-width: 767px) {
    .search-results-feed .single-item {
      margin-bottom: 15px;
      margin-top: 10px;
      border-top: 1px solid #d1d1d1; }
      .search-results-feed .single-item:first-child {
        margin-top: 0;
        border-top: none; } }
  @media (max-width: 767px) {
    .search-results-feed .single-item.article .inner, .search-results-feed .single-item.device .inner, .search-results-feed .single-item.news .inner {
      margin-top: 18px; } }
  .search-results-feed .single-item.supplement .inner {
    padding: 27px 30px;
    background-color: #f7f7f7; }
    @media (max-width: 767px) {
      .search-results-feed .single-item.supplement .inner {
        padding: 18px 15px;
        margin-top: 20px;
        margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .search-results-feed .single-item:last-child .inner {
      margin-bottom: 0; } }
  .search-results-feed .single-item .source-image {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    position: relative; }
    .search-results-feed .single-item .source-image img {
      position: relative;
      top: 2px;
      height: 110px;
      width: 110px; }
  .search-results-feed .single-item .information {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin-right: -4px;
    width: calc(100% - 140px); }
    @media (max-width: 767px) {
      .search-results-feed .single-item .information {
        width: 100%; } }
    .search-results-feed .single-item .information .text-c span.source {
      display: inline;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .search-results-feed .single-item .information .text-c span.source {
          display: none; } }
.dg-feed .main-feed-divider {
  margin-bottom: 20px; }

.dg-feed .dg-list {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2; }
  .dg-feed .dg-list:last-child {
    margin-bottom: 0; }

.dg-feed .single-item {
  display: inline-block;
  width: 100%; }
  .dg-feed .single-item.device {
    break-inside: avoid-column;
    margin-bottom: 20px; }
  .dg-feed .single-item.ad-item .ad-frame {
    margin-top: 10px; }

.calendar .container {
  position: relative; }

.calendar .event-feature {
  padding-bottom: 35px; }
  @media (max-width: 767px) {
    .calendar .event-feature {
      padding-bottom: 28px; } }
  .calendar .event-feature .feature-box {
    background-color: #f7f7f7;
    padding: 25px; }
    @media (max-width: 767px) {
      .calendar .event-feature .feature-box {
        padding: 20px; } }
    .calendar .event-feature .feature-box .feature-slider .event {
      width: 100%; }
      .calendar .event-feature .feature-box .feature-slider .event .event-thumb img {
        max-width: 100%;
        height: auto; }
      .calendar .event-feature .feature-box .feature-slider .event .event-detail p {
        margin-top: 7px; }
      @media (min-width: 550px) {
        .calendar .event-feature .feature-box .feature-slider .event .event-thumb,
        .calendar .event-feature .feature-box .feature-slider .event .event-detail {
          display: inline-block;
          vertical-align: top; }
        .calendar .event-feature .feature-box .feature-slider .event .event-thumb {
          width: 230px; }
        .calendar .event-feature .feature-box .feature-slider .event .event-detail {
          width: calc(100% - 235px); }
          .calendar .event-feature .feature-box .feature-slider .event .event-detail.has-thumb {
            padding-left: 15px; } }
      @media (max-width: 767px) {
        .calendar .event-feature .feature-box .feature-slider .event .event-thumb {
          width: 175px; }
        .calendar .event-feature .feature-box .feature-slider .event .event-detail p {
          margin-top: 5px; } }
      @media (max-width: 549px) {
        .calendar .event-feature .feature-box .feature-slider .event .event-detail h2 {
          margin-top: 15px; } }
    .calendar .event-feature .feature-box .feature-slider .flickity-page-dots {
      bottom: -57px;
      left: -25px; }
      @media (max-width: 767px) {
        .calendar .event-feature .feature-box .feature-slider .flickity-page-dots {
          bottom: -52px;
          left: -20px; } }
.calendar .add-update {
  background-color: #f7f7f7;
  padding: 15px 30px; }
  .calendar .add-update .link-c {
    padding-bottom: 2px;
    border-bottom: 2px solid transparent; }
    .calendar .add-update .link-c:hover {
      border-bottom: 2px solid #9a3033; }

.calendar #back-to-top {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  bottom: 27px;
  right: 85px;
  -webkit-transition: opacity .3s ease, right 0s ease;
  -moz-transition: opacity .3s ease, right 0s ease;
  transition: opacity .3s ease, right 0s ease; }
  .calendar #back-to-top.shown {
    opacity: 1;
    pointer-events: auto; }
  .calendar #back-to-top.absolute {
    position: absolute;
    right: 15px !important;
    bottom: 0 !important; }
  .calendar #back-to-top a {
    text-decoration: none !important; }
  .calendar #back-to-top svg {
    margin-right: 6px;
    border-radius: 50px;
    background-color: #fff; }
  .calendar #back-to-top p {
    background-color: #fff;
    line-height: 12px;
    padding: 2px 2px 0;
    margin-bottom: 2px;
    border-radius: 3px;
    box-shadow: 0 0 4px 2px white; }
  .calendar #back-to-top svg, .calendar #back-to-top p {
    display: inline-block;
    vertical-align: middle; }

.calendar .calendar-feed .month {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .calendar .calendar-feed .month:first-child {
      margin-bottom: 30px; } }
  .calendar .calendar-feed .month:not(:first-child):not(:last-child) {
    margin-bottom: 40px; }
  .calendar .calendar-feed .month .calendar-item {
    display: inline-block;
    vertical-align: top;
    margin-top: 25px;
    margin-right: -4px;
    float: none; }
    .calendar .calendar-feed .month .calendar-item .link-c a {
      padding-bottom: 2px;
      border-bottom: 2px solid #fff; }
      .calendar .calendar-feed .month .calendar-item .link-c a:hover {
        text-decoration: none;
        border-bottom: 2px solid #9a3033; }

p.continuing-coverage {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #fff;
  background-color: #383838;
  padding: 3px 8px 2px;
  display: inline-block; }

body {
  display: block; }

html, body {
  overflow-x: hidden; }

a {
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease; }

.fancybox-overlay,
.fancybox-wrap,
.fancybox-skin {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none; }

.fb-close {
  position: absolute;
  top: -7px;
  right: -7px;
  background-color: #f9f9f9;
  border-radius: 20px;
  padding: 5px;
  width: auto;
  height: auto;
  background-image: none; }
  .fb-close > div {
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease; }
  .fb-close:hover > div {
    transform: rotate(180deg); }

@media (min-width: 768px) {
  .row.row-eq-height {
    display: flex;
    align-items: center; }
    .row.row-eq-height .top {
      align-self: flex-start; }
    .row.row-eq-height .bottom {
      align-self: flex-end; } }

.container {
  margin: 50px auto;
  width: 100%;
  max-width: 1108px; }
  @media (max-width: 1139px) {
    .container {
      max-width: 1100px; } }
  @media (max-width: 1099px) {
    .container {
      max-width: 758px;
      margin: 40px auto; } }
  @media (max-width: 767px) {
    .container {
      max-width: 100%; } }
  .container.limit-ad {
    max-width: 758px; }
  .container.limit-932 {
    max-width: 962px; }
    @media (max-width: 1099px) {
      .container.limit-932 {
        max-width: 758px;
        margin: 40px auto; } }
    @media (max-width: 767px) {
      .container.limit-932 {
        max-width: 100%; } }
@media (max-width: 1099px) {
  .channel-list .container {
    max-width: 991px; } }

@media (max-width: 991px) {
  .channel-list .container {
    max-width: 758px;
    margin: 40px auto; } }

@media (max-width: 767px) {
  .channel-list .container {
    max-width: 100%; } }

.header .container {
  width: 1330px;
  max-width: 1330px; }
  @media (max-width: 1349px) {
    .header .container {
      max-width: 1099px; } }
  @media (max-width: 1099px) {
    .header .container {
      max-width: 991px; } }
  @media (max-width: 991px) {
    .header .container {
      max-width: 758px; } }
  @media (max-width: 767px) {
    .header .container {
      max-width: 100%; } }
.footer .container {
  max-width: 690px; }
  @media (max-width: 991px) {
    .footer .container {
      max-width: 758px; } }
  @media (max-width: 767px) {
    .footer .container {
      max-width: 100%; } }
.footer-bottom .container,
.footer-sites .container {
  margin: 0 auto;
  width: 100%;
  max-width: 1150px; }
  @media (max-width: 1099px) {
    .footer-bottom .container,
    .footer-sites .container {
      max-width: 758px; } }
  @media (max-width: 767px) {
    .footer-bottom .container,
    .footer-sites .container {
      max-width: 100%; } }
/* rules */
hr {
  width: 100%;
  margin: 10px 0;
  border-color: #d1d1d1; }
  hr.gray {
    border-color: #d1d1d1; }
  hr.redb {
    border-color: #9a3033; }
  hr.redd {
    border-color: #7d002a; }
  hr.gcc {
    border-color: #ccc; }
  hr.full {
    margin-left: -999px;
    margin-right: -999px;
    padding: 0 999px; }
  @media (max-width: 767px) {
    hr.full-mob {
      margin-left: -999px;
      margin-right: -999px;
      padding: 0 999px; } }
/* all forms */
form hr {
  margin: 30px 0; }

form .field {
  margin-bottom: 20px; }

form .hide-fields {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none; }
  form .hide-fields * {
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease; }

form label {
  display: block;
  margin-bottom: 11px;
  width: 100%;
  text-align: left;
  font-family: "TradeGothicLTPro", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #383838;
  line-height: 1em; }
  form label.error {
    position: relative;
    display: inline-block;
    width: auto;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 5px 10px 3px;
    color: #bd1f24;
    background-color: #f8e8e9; }
    form label#is-virtual-error.error, form label#is-live-virtual-error.error {
      margin-top: 0;
      display: table; }

form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
form select,
form textarea {
  display: block;
  width: 100%;
  height: 45px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  background-color: transparent;
  padding: 0 15px 2px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none !important;
  color: #383838;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px; }
  form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):disabled,
  form select:disabled,
  form textarea:disabled {
    background-color: #f7f7f7;
    border-color: #ececec;
    color: #8d8d8d;
    opacity: 1;
    -webkit-opacity: 1;
    -webkit-text-fill-color: #848484; }

form input::-webkit-input-placeholder {
  /* Edge */
  color: #8d8d8d; }

form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8d8d8d; }

form input::placeholder {
  color: #8d8d8d; }

form input[type="checkbox"] {
  height: 16px;
  width: 16px;
  border: 1px solid #c3c3c3;
  display: inline-block;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  form input.radio-style[type="checkbox"] {
    height: 17px;
    width: 17px;
    border: 1px solid #c3c3c3;
    border-radius: 20px;
    display: inline-block;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }

form input[type="radio"] {
  height: 17px;
  width: 17px;
  border: 1px solid #c3c3c3;
  border-radius: 20px;
  display: inline-block;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

form .checkbox {
  position: relative; }
  form .checkbox input {
    position: absolute;
    top: 1px;
    left: 0;
    cursor: pointer;
    outline: none;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease; }
    form .checkbox input.radio-style {
      top: 3px; }
    form .checkbox input:hover {
      background-color: rgba(154, 48, 51, 0.25); }
    form .checkbox input:checked {
      border-color: #9a3033;
      background-color: #9a3033; }
      form .checkbox input:checked:after {
        content: "";
        background-image: url("../images/svg/check.svg");
        position: absolute;
        left: 2px;
        top: 3px;
        height: 9px;
        width: 11px;
        display: block; }
  form .checkbox label {
    margin-left: 26px;
    display: inline-block;
    overflow: hidden; }

form .radio {
  position: relative; }
  form .radio input {
    position: absolute;
    top: 3px;
    left: 0;
    cursor: pointer;
    outline: none; }
    form .radio input:after {
      content: "";
      display: block;
      height: 11px;
      width: 11px;
      border-radius: 10px;
      position: relative;
      top: 2px;
      left: 2px;
      transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -webkit-transition: all 300ms ease; }
    form .radio input:hover:after {
      background-color: rgba(154, 48, 51, 0.25); }
    form .radio input:checked {
      outline: none; }
      form .radio input:checked:after {
        background-color: #9a3033; }
  form .radio label {
    margin-left: 37px;
    width: calc(100% - 37px);
    display: inline-block;
    overflow: hidden; }

form select {
  padding-right: 40px;
  font-weight: 400;
  color: #8d8d8d; }
  form select.touched {
    font-style: normal;
    color: #383838; }

form .select-wrap {
  position: relative; }
  form .select-wrap:after {
    content: "";
    background-image: url("../images/svg/down-arrow-grey.svg");
    position: absolute;
    right: 19px;
    top: 19px;
    height: 10px;
    width: 15px;
    display: block; }

form input[type="number"] {
  -moz-appearance: textfield; }

form input::-webkit-outer-spin-button,
form input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

form textarea {
  border-radius: 5px;
  padding: 10px 15px; }

form input[type="submit"] {
  display: inline-block;
  text-align: center;
  border: 1px solid #9a3033;
  border-radius: 6px;
  text-transform: uppercase;
  font-family: "TradeGothicLTPro", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.5px;
  width: 145px;
  max-width: 100%;
  height: 40px;
  line-height: 40px;
  color: #9a3033;
  border-color: #9a3033;
  background-color: transparent;
  padding: 0 20px; }
  @media (max-width: 767px) {
    form input[type="submit"] {
      width: 100%; } }
  form input[type="submit"]:hover {
    color: #9a3033;
    border-color: #9a3033;
    background-color: rgba(154, 48, 51, 0.1); }
  form input[type="submit"]:active, form input[type="submit"]:focus {
    color: #fff;
    border-color: #9a3033;
    background-color: #9a3033; }
  form input[type="submit"]:hover, form input[type="submit"]:focus {
    text-decoration: none; }

form .field.manage-subs input {
  position: relative;
  border-radius: 6px;
  border-color: #9a3033;
  margin-top: 20px;
  height: 40px;
  width: 100%;
  line-height: 40px; }
  form .field.manage-subs input:checked {
    color: #fff;
    background-color: #9a3033; }

form input.new-sub:after {
  content: "New Subscription"; }

form input.change-addr:after {
  content: "Change of Address"; }

form input.renew-sub:after {
  content: "Renew Subscription"; }

form input.cancel-sub:after {
  content: "Cancel Subscription"; }

label {
  display: block;
  width: 100%;
  text-align: left;
  font-family: "TradeGothicLTPro", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #383838;
  line-height: 1em; }

input[type="checkbox"] {
  height: 16px;
  width: 16px;
  border: 1px solid #c3c3c3;
  display: inline-block;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  input.radio-style[type="checkbox"] {
    height: 17px;
    width: 17px;
    border: 1px solid #c3c3c3;
    border-radius: 20px;
    display: inline-block;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }

input[type="radio"] {
  height: 17px;
  width: 17px;
  border: 1px solid #c3c3c3;
  border-radius: 20px;
  display: inline-block;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

.checkbox {
  position: relative; }
  .checkbox.left-label label {
    margin: 0;
    width: calc(100% - 35px); }
  .checkbox.left-label input {
    top: calc(50% - 7px);
    left: auto;
    right: 0; }
  .checkbox input {
    position: absolute;
    top: 1px;
    left: 0;
    cursor: pointer;
    outline: none;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease; }
    .checkbox input.radio-style {
      top: 3px; }
    .checkbox input:hover {
      background-color: rgba(154, 48, 51, 0.25); }
    .checkbox input:checked {
      border-color: #9a3033;
      background-color: #9a3033; }
      .checkbox input:checked:after {
        content: "";
        background-image: url("../images/svg/check.svg");
        position: absolute;
        left: 2px;
        top: 3px;
        height: 9px;
        width: 11px;
        display: block; }
  .checkbox label {
    margin-left: 26px;
    display: inline-block;
    overflow: hidden; }

.radio {
  position: relative; }
  .radio.left-label label {
    margin: 0;
    width: calc(100% - 35px); }
  .radio.left-label input {
    top: calc(50% - 7px);
    left: auto;
    right: 0; }
  .radio.long-label label {
    margin-left: 37px;
    width: calc(100% - 37px); }
  .radio input {
    position: absolute;
    top: 3px;
    left: 0;
    cursor: pointer;
    outline: none; }
    .radio input:after {
      content: "";
      display: block;
      height: 11px;
      width: 11px;
      border-radius: 10px;
      position: relative;
      top: 2px;
      left: 2px;
      transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -webkit-transition: all 300ms ease; }
    .radio input:hover:after {
      background-color: rgba(154, 48, 51, 0.25); }
    .radio input:checked {
      outline: none; }
      .radio input:checked:after {
        background-color: #9a3033; }
  .radio label {
    margin-left: 26px;
    width: calc(100% - 26px);
    display: inline-block;
    overflow: hidden; }

.mn25 {
  margin-top: -25px;
  margin-bottom: -25px; }

.mn20 {
  margin-top: -20px;
  margin-bottom: -20px; }

.mn10 {
  margin-top: -10px;
  margin-bottom: -10px; }

.mn5 {
  margin-top: -5px;
  margin-bottom: -5px; }

.m0 {
  margin-top: 0px;
  margin-bottom: 0px; }

.m2 {
  margin-top: 2px;
  margin-bottom: 2px; }

.m3 {
  margin-top: 3px;
  margin-bottom: 3px; }

.m4 {
  margin-top: 4px;
  margin-bottom: 4px; }

.m5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.m6 {
  margin-top: 6px;
  margin-bottom: 6px; }

.m8 {
  margin-top: 8px;
  margin-bottom: 8px; }

.m10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.m12 {
  margin-top: 12px;
  margin-bottom: 12px; }

.m15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.m18 {
  margin-top: 18px;
  margin-bottom: 18px; }

.m20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.m22 {
  margin-top: 22px;
  margin-bottom: 22px; }

.m25 {
  margin-top: 25px;
  margin-bottom: 25px; }

.m27 {
  margin-top: 27px;
  margin-bottom: 27px; }

.m30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.m32 {
  margin-top: 32px;
  margin-bottom: 32px; }

.m35 {
  margin-top: 35px;
  margin-bottom: 35px; }

.m40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.m42 {
  margin-top: 42px;
  margin-bottom: 42px; }

.m45 {
  margin-top: 45px;
  margin-bottom: 45px; }

.m50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.m60 {
  margin-top: 60px;
  margin-bottom: 60px; }

.m62 {
  margin-top: 62px;
  margin-bottom: 62px; }

.m65 {
  margin-top: 65px;
  margin-bottom: 65px; }

.m70 {
  margin-top: 70px;
  margin-bottom: 70px; }

.m75 {
  margin-top: 75px;
  margin-bottom: 75px; }

.m80 {
  margin-top: 80px;
  margin-bottom: 80px; }

.m85 {
  margin-top: 85px;
  margin-bottom: 85px; }

.mtn25 {
  margin-top: -25px; }

.mtn20 {
  margin-top: -20px; }

.mtn10 {
  margin-top: -10px; }

.mtn5 {
  margin-top: -5px; }

.mt0 {
  margin-top: 0px; }

.mt2 {
  margin-top: 2px; }

.mt3 {
  margin-top: 3px; }

.mt4 {
  margin-top: 4px; }

.mt5 {
  margin-top: 5px; }

.mt6 {
  margin-top: 6px; }

.mt8 {
  margin-top: 8px; }

.mt10 {
  margin-top: 10px; }

.mt12 {
  margin-top: 12px; }

.mt15 {
  margin-top: 15px; }

.mt18 {
  margin-top: 18px; }

.mt20 {
  margin-top: 20px; }

.mt22 {
  margin-top: 22px; }

.mt25 {
  margin-top: 25px; }

.mt27 {
  margin-top: 27px; }

.mt30 {
  margin-top: 30px; }

.mt32 {
  margin-top: 32px; }

.mt35 {
  margin-top: 35px; }

.mt40 {
  margin-top: 40px; }

.mt42 {
  margin-top: 42px; }

.mt45 {
  margin-top: 45px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mt62 {
  margin-top: 62px; }

.mt65 {
  margin-top: 65px; }

.mt70 {
  margin-top: 70px; }

.mt75 {
  margin-top: 75px; }

.mt80 {
  margin-top: 80px; }

.mt85 {
  margin-top: 85px; }

.mbn25 {
  margin-bottom: -25px; }

.mbn20 {
  margin-bottom: -20px; }

.mbn10 {
  margin-bottom: -10px; }

.mbn5 {
  margin-bottom: -5px; }

.mb0 {
  margin-bottom: 0px; }

.mb2 {
  margin-bottom: 2px; }

.mb3 {
  margin-bottom: 3px; }

.mb4 {
  margin-bottom: 4px; }

.mb5 {
  margin-bottom: 5px; }

.mb6 {
  margin-bottom: 6px; }

.mb8 {
  margin-bottom: 8px; }

.mb10 {
  margin-bottom: 10px; }

.mb12 {
  margin-bottom: 12px; }

.mb15 {
  margin-bottom: 15px; }

.mb18 {
  margin-bottom: 18px; }

.mb20 {
  margin-bottom: 20px; }

.mb22 {
  margin-bottom: 22px; }

.mb25 {
  margin-bottom: 25px; }

.mb27 {
  margin-bottom: 27px; }

.mb30 {
  margin-bottom: 30px; }

.mb32 {
  margin-bottom: 32px; }

.mb35 {
  margin-bottom: 35px; }

.mb40 {
  margin-bottom: 40px; }

.mb42 {
  margin-bottom: 42px; }

.mb45 {
  margin-bottom: 45px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb62 {
  margin-bottom: 62px; }

.mb65 {
  margin-bottom: 65px; }

.mb70 {
  margin-bottom: 70px; }

.mb75 {
  margin-bottom: 75px; }

.mb80 {
  margin-bottom: 80px; }

.mb85 {
  margin-bottom: 85px; }

@media (max-width: 1099px) {
  .tmtn25 {
    margin-top: -25px; }
  .tmtn20 {
    margin-top: -20px; }
  .tmtn10 {
    margin-top: -10px; }
  .tmtn5 {
    margin-top: -5px; }
  .tmt0 {
    margin-top: 0px; }
  .tmt2 {
    margin-top: 2px; }
  .tmt3 {
    margin-top: 3px; }
  .tmt5 {
    margin-top: 5px; }
  .tmt4 {
    margin-top: 4px; }
  .tmt6 {
    margin-top: 6px; }
  .tmt8 {
    margin-top: 8px; }
  .tmt10 {
    margin-top: 10px; }
  .tmt12 {
    margin-top: 12px; }
  .tmt15 {
    margin-top: 15px; }
  .tmt18 {
    margin-top: 18px; }
  .tmt20 {
    margin-top: 20px; }
  .tmt22 {
    margin-top: 22px; }
  .tmt25 {
    margin-top: 25px; }
  .tmt27 {
    margin-top: 27px; }
  .tmt30 {
    margin-top: 30px; }
  .tmt32 {
    margin-top: 32px; }
  .tmt35 {
    margin-top: 35px; }
  .tmt40 {
    margin-top: 40px; }
  .tmt42 {
    margin-top: 42px; }
  .tmt45 {
    margin-top: 45px; }
  .tmt50 {
    margin-top: 50px; }
  .tmt60 {
    margin-top: 60px; }
  .tmt62 {
    margin-top: 62px; }
  .tmt65 {
    margin-top: 65px; }
  .tmt70 {
    margin-top: 70px; }
  .tmt75 {
    margin-top: 75px; }
  .tmt80 {
    margin-top: 80px; }
  .tmt85 {
    margin-top: 85px; }
  .tmbn25 {
    margin-bottom: -25px; }
  .tmbn20 {
    margin-bottom: -20px; }
  .tmbn10 {
    margin-bottom: -10px; }
  .tmbn5 {
    margin-bottom: -5px; }
  .tmb0 {
    margin-bottom: 0px; }
  .tmb2 {
    margin-bottom: 2px; }
  .tmb3 {
    margin-bottom: 3px; }
  .tmb4 {
    margin-bottom: 4px; }
  .tmb5 {
    margin-bottom: 5px; }
  .tmb6 {
    margin-bottom: 6px; }
  .tmb8 {
    margin-bottom: 8px; }
  .tmb10 {
    margin-bottom: 10px; }
  .tmb12 {
    margin-bottom: 12px; }
  .tmb15 {
    margin-bottom: 15px; }
  .tmb18 {
    margin-bottom: 18px; }
  .tmb20 {
    margin-bottom: 20px; }
  .tmb22 {
    margin-bottom: 22px; }
  .tmb25 {
    margin-bottom: 25px; }
  .tmb27 {
    margin-bottom: 27px; }
  .tmb30 {
    margin-bottom: 30px; }
  .tmb32 {
    margin-bottom: 32px; }
  .tmb35 {
    margin-bottom: 35px; }
  .tmb40 {
    margin-bottom: 40px; }
  .tmb42 {
    margin-bottom: 42px; }
  .tmb45 {
    margin-bottom: 45px; }
  .tmb50 {
    margin-bottom: 50px; }
  .tmb60 {
    margin-bottom: 60px; }
  .tmb62 {
    margin-bottom: 62px; }
  .tmb65 {
    margin-bottom: 65px; }
  .tmb70 {
    margin-bottom: 70px; }
  .tmb75 {
    margin-bottom: 75px; }
  .tmb80 {
    margin-bottom: 80px; }
  .tmb85 {
    margin-bottom: 85px; } }

@media (max-width: 767px) {
  .mmtn25 {
    margin-top: -25px; }
  .mmtn20 {
    margin-top: -20px; }
  .mmtn15 {
    margin-top: -15px; }
  .mmtn10 {
    margin-top: -10px; }
  .mmtn5 {
    margin-top: -5px; }
  .mmt0 {
    margin-top: 0px; }
  .mmt2 {
    margin-top: 2px; }
  .mmt3 {
    margin-top: 3px; }
  .mmt4 {
    margin-top: 4px; }
  .mmt5 {
    margin-top: 5px; }
  .mmt6 {
    margin-top: 6px; }
  .mmt8 {
    margin-top: 8px; }
  .mmt10 {
    margin-top: 10px; }
  .mmt12 {
    margin-top: 12px; }
  .mmt15 {
    margin-top: 15px; }
  .mmt18 {
    margin-top: 18px; }
  .mmt20 {
    margin-top: 20px; }
  .mmt22 {
    margin-top: 22px; }
  .mmt25 {
    margin-top: 25px; }
  .mmt27 {
    margin-top: 27px; }
  .mmt30 {
    margin-top: 30px; }
  .mmt32 {
    margin-top: 32px; }
  .mmt35 {
    margin-top: 35px; }
  .mmt40 {
    margin-top: 40px; }
  .mmt42 {
    margin-top: 42px; }
  .mmt45 {
    margin-top: 45px; }
  .mmt50 {
    margin-top: 50px; }
  .mmt60 {
    margin-top: 60px; }
  .mmt62 {
    margin-top: 62px; }
  .mmt65 {
    margin-top: 65px; }
  .mmt70 {
    margin-top: 70px; }
  .mmt75 {
    margin-top: 75px; }
  .mmt80 {
    margin-top: 80px; }
  .mmt85 {
    margin-top: 85px; }
  .mmbn25 {
    margin-bottom: -25px; }
  .mmbn20 {
    margin-bottom: -20px; }
  .mmbn10 {
    margin-bottom: -10px; }
  .mmbn5 {
    margin-bottom: -5px; }
  .mmb0 {
    margin-bottom: 0px; }
  .mmb2 {
    margin-bottom: 2px; }
  .mmb3 {
    margin-bottom: 3px; }
  .mmb4 {
    margin-bottom: 4px; }
  .mmb5 {
    margin-bottom: 5px; }
  .mmb6 {
    margin-bottom: 6px; }
  .mmb8 {
    margin-bottom: 8px; }
  .mmb10 {
    margin-bottom: 10px; }
  .mmb12 {
    margin-bottom: 12px; }
  .mmb15 {
    margin-bottom: 15px; }
  .mmb18 {
    margin-bottom: 18px; }
  .mmb20 {
    margin-bottom: 20px; }
  .mmb22 {
    margin-bottom: 22px; }
  .mmb25 {
    margin-bottom: 25px; }
  .mmb27 {
    margin-bottom: 27px; }
  .mmb30 {
    margin-bottom: 30px; }
  .mmb32 {
    margin-bottom: 32px; }
  .mmb35 {
    margin-bottom: 35px; }
  .mmb40 {
    margin-bottom: 40px; }
  .mmb42 {
    margin-bottom: 42px; }
  .mmb45 {
    margin-bottom: 45px; }
  .mmb50 {
    margin-bottom: 50px; }
  .mmb60 {
    margin-bottom: 60px; }
  .mmb62 {
    margin-bottom: 62px; }
  .mmb65 {
    margin-bottom: 65px; }
  .mmb70 {
    margin-bottom: 70px; }
  .mmb75 {
    margin-bottom: 75px; }
  .mmb80 {
    margin-bottom: 80px; }
  .mmb85 {
    margin-bottom: 85px; } }

/* colors */
.redb {
  color: #9a3033; }

.redb2 {
  color: #ed2a28; }

.redd {
  color: #7d002a; }

.redl {
  color: #f8e8e9; }

.blueb {
  color: #2b87c8; }

.bluel {
  color: #e7f3fa; }

.green {
  color: #417505; }

.g1d {
  color: #1d1d1d; }

.g38 {
  color: #383838; }

.g66 {
  color: #666666; }

.g8d {
  color: #8d8d8d; }

.g9b {
  color: #9b9b9b; }

.gb4 {
  color: #b4b4b4; }

.gd1 {
  color: #d1d1d1; }

.gec {
  color: #ececec; }

.gf7 {
  color: #f7f7f7; }

.white {
  color: #fff; }

.black {
  color: #000; }

.bg-redb {
  background-color: #9a3033; }

.bg-redb2 {
  background-color: #ed2a28; }

.bg-redd {
  background-color: #7d002a; }

.bg-redl {
  background-color: #f8e8e9; }

.bg-blueb {
  background-color: #2b87c8; }

.bg-bluel {
  background-color: #e7f3fa; }

.bg-green {
  background-color: #417505; }

.bg-g38 {
  background-color: #383838; }

.bg-g66 {
  background-color: #666666; }

.bg-g8d {
  background-color: #8d8d8d; }

.bg-g9b {
  background-color: #9b9b9b; }

.bg-gb4 {
  background-color: #b4b4b4; }

.bg-gd1 {
  background-color: #d1d1d1; }

.bg-gec {
  background-color: #ececec; }

.bg-gf7 {
  background-color: #f7f7f7; }

*.h-redb:hover {
  color: #9a3033; }

*.h-redb2:hover {
  color: #ed2a28; }

*.h-redd:hover {
  color: #7d002a; }

*.h-redl:hover {
  color: #f8e8e9; }

*.h-blueb:hover {
  color: #2b87c8; }

*.h-bluel:hover {
  color: #e7f3fa; }

*.h-green:hover {
  color: #417505; }

*.h-g38:hover {
  color: #383838; }

*.h-g66:hover {
  color: #666666; }

*.h-g8d:hover {
  color: #8d8d8d; }

*.h-g9b:hover {
  color: #9b9b9b; }

*.h-gb4:hover {
  color: #b4b4b4; }

*.h-gd1:hover {
  color: #d1d1d1; }

*.h-gec:hover {
  color: #ececec; }

*.h-gf7:hover {
  color: #f7f7f7; }

*.h-white:hover {
  color: #fff; }

*.h-black:hover {
  color: #000; }

.fancybox-wrap .fancybox-skin {
  background-color: #fff;
  border-radius: 0;
  box-shadow: none; }
  @media (max-width: 767px) {
    .fancybox-wrap .fancybox-skin {
      padding: 36px 10px 10px !important; } }
  .fancybox-wrap .fancybox-skin .fancybox-title {
    color: #666666;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px; }
  .fancybox-wrap .fancybox-skin .fancybox-close {
    background-image: url("../images/svg/close.svg");
    background-size: 16px 16px;
    background-position: 12px;
    background-repeat: no-repeat;
    background-color: #fff;
    top: -14px;
    right: -14px;
    height: 40px;
    width: 40px;
    border-radius: 20px; }
    @media (max-width: 767px) {
      .fancybox-wrap .fancybox-skin .fancybox-close {
        background-position: 10px;
        top: 0;
        right: 0;
        height: 36px;
        width: 36px;
        border-radius: 0; } }
body .flickity-page-dots {
  bottom: 0px;
  left: 0;
  text-align: left; }
  body .flickity-page-dots li.dot {
    margin-left: 0;
    margin-right: 10px;
    height: 14px;
    width: 14px;
    border: 1px solid #8d8d8d;
    opacity: 1;
    background-color: #fff;
    cursor: pointer; }
    body .flickity-page-dots li.dot:hover {
      background-color: rgba(154, 48, 51, 0.1); }
    body .flickity-page-dots li.dot.is-selected {
      border: none;
      background-color: #9a3033;
      cursor: default; }

/* sg */
h1.sg-heading {
  font-family: "Source Sans Pro", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: rgba(160, 32, 160, 0.75);
  line-height: 1.3em; }

.sg-text {
  font-family: "Source Sans Pro", sans-serif, sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: rgba(160, 32, 160, 0.75);
  line-height: 1.3em; }

div.sg-set {
  margin: 20px auto; }
  div.sg-set .sg-text-con {
    display: block;
    margin-top: 12px;
    margin-bottom: 12px;
    border-top: 1px dashed #8d8d8d;
    border-bottom: 1px dashed #8d8d8d;
    background-color: white; }
  div.sg-set > a[class^="button"], div.sg-set > .sg-single > a[class^="button"] {
    margin-top: 12px;
    margin-bottom: 12px; }
  div.sg-set hr.sg-rule {
    border-top: 3px solid rgba(160, 32, 160, 0.75);
    background-color: #f5f3e5;
    margin: 12px 0; }
  div.sg-set.contrast {
    padding: 1px 0;
    background-color: #f5f3e5; }
    div.sg-set.contrast > a, div.sg-set.contrast > p, div.sg-set.contrast > h1, div.sg-set.contrast > h2, div.sg-set.contrast > h3, div.sg-set.contrast > h4, div.sg-set.contrast > h5, div.sg-set.contrast > h6, div.sg-set.contrast > hr, div.sg-set.contrast > div {
      background-color: white; }
  div.sg-set .colors .color-block {
    height: 70px;
    padding: 10px;
    margin: 0 0 10px; }
    div.sg-set .colors .color-block p {
      opacity: 0.4; }
      div.sg-set .colors .color-block p.light {
        color: #fff; }
      div.sg-set .colors .color-block p.dark {
        color: #000; }

div.sg-single {
  display: block; }
  div.sg-single[class*="bg-"] {
    margin-left: -15px;
    padding-left: 15px; }

/* header */
.header-container {
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  transition: top 0.3s ease;
  -webkit-transition: top 0.3s ease; }
  .header-container.scrolled-up {
    top: -111px; }
    @media (max-width: 991px) {
      .header-container.scrolled-up {
        top: -72px; } }
    @media (max-width: 767px) {
      .header-container.scrolled-up {
        top: -62px; } }
.outer-container .header-container {
  width: 100%;
  position: absolute;
  z-index: 9999;
  top: 0; }
  .outer-container .header-container.is-fixed {
    position: fixed; }
  .outer-container .header-container.scrolled-up {
    top: -111px; }
    @media (max-width: 991px) {
      .outer-container .header-container.scrolled-up {
        top: -72px; } }
    @media (max-width: 767px) {
      .outer-container .header-container.scrolled-up {
        top: -62px; } }
header.header {
  height: 70px;
  width: 100%;
  overflow: hidden;
  background: #9a3033;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none; }
  @media (max-width: 991px) {
    header.header {
      height: 69px; } }
  @media (max-width: 767px) {
    header.header {
      height: 59px; } }
  header.header .container {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 999; }
  header.header .row-eq-height {
    display: flex;
    align-items: center;
    height: 100%; }
  header.header .left a {
    width: 176px;
    display: block; }
    @media (max-width: 991px) {
      header.header .left a {
        width: 142px; } }
    @media (max-width: 767px) {
      header.header .left a {
        width: 120px; } }
    header.header .left a svg {
      width: 100%;
      display: block; }
  header.header .right {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    header.header .right .menu a.link-b {
      color: #fff;
      margin-left: -4px;
      margin-right: 22px;
      margin-top: 2px;
      display: inline-block;
      border-bottom: 2px solid transparent; }
      @media (max-width: 1349px) {
        header.header .right .menu a.link-b {
          margin-right: 15px;
          letter-spacing: 1.25px; } }
      @media (max-width: 1099px) {
        header.header .right .menu a.link-b {
          font-size: 14px;
          margin-right: 15px;
          letter-spacing: 1.25px; } }
      header.header .right .menu a.link-b:hover, header.header .right .menu a.link-b:active, header.header .right .menu a.link-b:focus, header.header .right .menu a.link-b:visited {
        color: #fff;
        text-decoration: none; }
      header.header .right .menu a.link-b:hover {
        border-bottom: 2px solid #fff; }
    header.header .right .menu .mob-search {
      text-decoration: none; }
      header.header .right .menu .mob-search:hover {
        text-decoration: none; }
    header.header .right .menu .search-wrap {
      position: relative; }
      header.header .right .menu .search-wrap .search-submit {
        display: inline; }
        header.header .right .menu .search-wrap .search-submit input {
          display: none; }
        header.header .right .menu .search-wrap .search-submit span.submit-glass {
          position: absolute;
          right: 15px;
          top: 15px;
          height: 15px;
          width: 15px;
          display: block;
          cursor: pointer; }
      @media (max-width: 991px) {
        header.header .right .menu .search-wrap {
          margin-top: 2px;
          margin-right: 8px;
          display: inline-block;
          vertical-align: top;
          height: 21px;
          width: 21px; }
          header.header .right .menu .search-wrap:after {
            content: "";
            background-image: url("../images/svg/search-white.svg");
            background-size: cover;
            background-repeat: no-repeat;
            position: absolute;
            right: 0;
            top: 1px;
            height: 100%;
            width: 100%;
            display: block; } }
      header.header .right .menu .search-wrap input.search {
        width: 180px;
        background-color: #fff;
        border: none;
        border-radius: 30px;
        color: #383838;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
        line-height: 20px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        padding: 10px 15px;
        padding-right: 30px;
        outline: none; }
        header.header .right .menu .search-wrap input.search::-webkit-input-placeholder {
          /* Edge */
          color: #8d8d8d;
          font-style: italic; }
        header.header .right .menu .search-wrap input.search:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #8d8d8d;
          font-style: italic; }
        header.header .right .menu .search-wrap input.search::placeholder {
          color: #8d8d8d;
          font-style: italic; }
    header.header .right .menu div.mob-menu {
      display: inline-block; }
      @media (max-width: 991px) {
        header.header .right .menu div.mob-menu {
          margin-top: 2px; } }
      header.header .right .menu div.mob-menu a.mob-menu-toggle {
        display: block;
        cursor: pointer;
        text-decoration: none; }
        header.header .right .menu div.mob-menu a.mob-menu-toggle:hover {
          text-decoration: none; }
        header.header .right .menu div.mob-menu a.mob-menu-toggle #nav-icon {
          width: 32px;
          height: 22px;
          position: relative;
          margin: 0 auto 3px;
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
          -webkit-transition: .5s ease-in-out;
          -moz-transition: .5s ease-in-out;
          -o-transition: .5s ease-in-out;
          transition: .5s ease-in-out;
          cursor: pointer; }
        header.header .right .menu div.mob-menu a.mob-menu-toggle #nav-icon span {
          display: block;
          position: absolute;
          height: 4px;
          width: 100%;
          background: #fff;
          border-radius: 10px;
          opacity: 1;
          left: 0;
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
          -webkit-transition: .25s ease-in-out;
          -moz-transition: .25s ease-in-out;
          -o-transition: .25s ease-in-out;
          transition: .25s ease-in-out; }
        header.header .right .menu div.mob-menu a.mob-menu-toggle #nav-icon span:nth-child(1) {
          top: 0px; }
        header.header .right .menu div.mob-menu a.mob-menu-toggle #nav-icon span:nth-child(2),
        header.header .right .menu div.mob-menu a.mob-menu-toggle #nav-icon span:nth-child(3) {
          top: 9px; }
        header.header .right .menu div.mob-menu a.mob-menu-toggle #nav-icon span:nth-child(4) {
          top: 18px; }
        header.header .right .menu div.mob-menu a.mob-menu-toggle #nav-icon.open span:nth-child(1) {
          top: 9px;
          width: 0%;
          left: 50%; }
        header.header .right .menu div.mob-menu a.mob-menu-toggle #nav-icon.open span:nth-child(2) {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
        header.header .right .menu div.mob-menu a.mob-menu-toggle #nav-icon.open span:nth-child(3) {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        header.header .right .menu div.mob-menu a.mob-menu-toggle #nav-icon.open span:nth-child(4) {
          top: 9px;
          width: 0%;
          left: 50%; }
        header.header .right .menu div.mob-menu a.mob-menu-toggle p {
          font-family: "Source Sans Pro", sans-serif;
          font-size: 12px;
          line-height: 15px;
          font-weight: 700;
          color: #fff;
          width: 32px;
          text-align: center; }

.mob-menu-drop {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  border-left: 1px solid #9a3033;
  border-right: 1px solid #9a3033;
  border-bottom: 1px solid #9a3033;
  border-top: none;
  background-color: #fff; }
  .mob-menu-drop .container {
    margin: 0 auto;
    padding: 10px 15px 8px; }
    .mob-menu-drop .container.collapse {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px; }
    .mob-menu-drop .container a {
      display: block;
      padding: 10px 0; }
      .mob-menu-drop .container a.center-toggle {
        position: relative; }
        .mob-menu-drop .container a.center-toggle:after {
          content: "";
          background-image: url("../images/svg/down-arrow.svg");
          background-size: cover;
          background-repeat: no-repeat;
          position: absolute;
          right: 0;
          top: 14px;
          height: 10px;
          width: 15px;
          display: block;
          transition: all 300ms ease;
          -moz-transition: all 300ms ease;
          -webkit-transition: all 300ms ease; }
        .mob-menu-drop .container a.center-toggle.open:after {
          transform: rotate(180deg); }
    .mob-menu-drop .container .list.channels {
      white-space: pre-line;
      line-height: 0;
      padding-top: 15px;
      padding-bottom: 10px; }
      .mob-menu-drop .container .list.channels .two-col {
        -webkit-column-count: 2;
        /* Chrome, Safari, Opera */
        -moz-column-count: 2;
        /* Firefox */
        column-count: 2; }
        .mob-menu-drop .container .list.channels .two-col a {
          padding: 5px 0 0;
          margin: 0 0 8px;
          line-height: 19px;
          border-bottom: 2px solid transparent;
          display: inline-block;
          width: auto; }
          .mob-menu-drop .container .list.channels .two-col a:hover {
            border-bottom: 2px solid #9a3033; }
    .mob-menu-drop .container .list.pages {
      white-space: pre-line;
      line-height: 0;
      padding-top: 12px; }
      .mob-menu-drop .container .list.pages a {
        padding: 0;
        margin: 0 0 15px;
        border-bottom: 2px solid transparent;
        display: inline-block;
        width: auto; }
        .mob-menu-drop .container .list.pages a:hover {
          border-bottom: 2px solid #9a3033; }
  .mob-menu-drop hr.gray {
    margin-top: 0;
    margin-bottom: 0; }
    .mob-menu-drop hr.gray.collapse {
      display: none; }
      .mob-menu-drop hr.gray.collapse.open {
        display: block; }

.header-list {
  width: 100%;
  border-bottom: 1px solid #9a3033;
  background-color: #fff; }

.page-content {
  padding-top: 109px; }
  @media (max-width: 991px) {
    .page-content {
      padding-top: 70px; } }
  @media (max-width: 767px) {
    .page-content {
      padding-top: 60px; } }
/* footer */
footer.footer {
  padding: 35px 0 17px;
  background-color: #383838;
  position: relative;
  z-index: 99; }
  @media (max-width: 991px) {
    footer.footer {
      padding: 0; } }
  footer.footer hr {
    margin-top: 0;
    margin-bottom: 0; }
  footer.footer .container {
    margin: 0 auto; }
  @media (min-width: 992px) {
    footer.footer .list {
      padding-left: 55px;
      padding-right: 55px; } }
  footer.footer .list a.link-b {
    color: #fff; }
  footer.footer .list a.link-d {
    color: #fff; }
  footer.footer .list .two-col {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2; }
    footer.footer .list .two-col a {
      padding: 5px 0;
      display: inline-block;
      width: 100%; }
  footer.footer .list.centers {
    padding-top: 22px;
    padding-bottom: 22px; }
  footer.footer .list.channels {
    white-space: pre-line;
    line-height: 0;
    padding-top: 14px;
    padding-bottom: 14px; }
    footer.footer .list.channels .two-col {
      -webkit-column-count: 2;
      /* Chrome, Safari, Opera */
      -moz-column-count: 2;
      /* Firefox */
      column-count: 2; }
      footer.footer .list.channels .two-col a {
        padding: 5px 0 0;
        margin: 0 0 8px;
        line-height: 19px;
        border-bottom: 2px solid transparent;
        display: inline-block;
        width: auto; }
        footer.footer .list.channels .two-col a:hover {
          border-bottom: 2px solid #fff; }
  footer.footer .list.pages {
    text-align: center;
    padding-top: 22px;
    padding-bottom: 5px; }
    @media (min-width: 992px) {
      footer.footer .list.pages {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (max-width: 991px) {
      footer.footer .list.pages {
        white-space: pre-line;
        text-align: left;
        padding-top: 7px;
        padding-bottom: 7px; } }
    footer.footer .list.pages a {
      margin: 0 10px 15px;
      margin-top: 2px;
      display: inline-block;
      width: auto;
      border-bottom: 2px solid transparent; }
      footer.footer .list.pages a:hover {
        border-bottom: 2px solid #fff; }
      @media (max-width: 991px) {
        footer.footer .list.pages a {
          margin: 0 0 17px; } }
    footer.footer .list.pages .bullet {
      color: #fff;
      font-size: 12px;
      top: 0;
      max-width: 8px;
      margin-right: -3px;
      display: inline-block; }
      @media (max-width: 991px) {
        footer.footer .list.pages .bullet {
          display: none; } }
  footer.footer .list.flavor {
    padding-top: 21px;
    padding-bottom: 21px; }
    footer.footer .list.flavor p {
      text-align: center; }
      @media (max-width: 991px) {
        footer.footer .list.flavor p {
          text-align: left; } }
  footer.footer .list.links {
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center; }
    @media (max-width: 991px) {
      footer.footer .list.links {
        text-align: left; } }
    footer.footer .list.links a.item {
      display: inline-block;
      text-decoration: none;
      margin-right: 40px;
      margin-bottom: 0; }
      footer.footer .list.links a.item:hover {
        text-decoration: none; }
        footer.footer .list.links a.item:hover p.link-c {
          border-bottom: 2px solid #b4b4b4; }
      @media (max-width: 767px) {
        footer.footer .list.links a.item {
          display: block; }
          footer.footer .list.links a.item:first-child {
            margin-bottom: 20px; } }
      footer.footer .list.links a.item svg {
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px; }
      footer.footer .list.links a.item p.link-c {
        display: inline-block;
        vertical-align: middle;
        color: #b4b4b4;
        line-height: 18px;
        margin-top: 2px;
        border-bottom: 2px solid transparent; }
  footer.footer .list.social {
    padding-top: 25px;
    padding-bottom: 24px;
    text-align: center; }
    @media (max-width: 991px) {
      footer.footer .list.social {
        text-align: left; } }
    footer.footer .list.social a.item {
      display: inline-block;
      text-decoration: none;
      margin-right: 20px; }
      footer.footer .list.social a.item svg {
        border-radius: 25px; }
        footer.footer .list.social a.item svg path,
        footer.footer .list.social a.item svg polygon {
          fill: #b4b4b4; }
        footer.footer .list.social a.item svg circle {
          stroke: #b4b4b4; }
      footer.footer .list.social a.item:hover svg {
        background-color: #b4b4b4; }
        footer.footer .list.social a.item:hover svg path,
        footer.footer .list.social a.item:hover svg polygon {
          fill: #383838; }

.footer-sites {
  background-color: #666666;
  padding: 6px 0 7px; }
  @media (max-width: 767px) {
    .footer-sites .container {
      text-align: center; } }
  .footer-sites .link-c {
    color: #f7f7f7;
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
    margin-top: 2px;
    border-bottom: 2px solid transparent; }
    .footer-sites .link-c em {
      font-style: normal; }
    .footer-sites .link-c:hover {
      color: #f7f7f7;
      border-bottom: 2px solid #f7f7f7; }

.footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff; }
  .footer-bottom .container {
    height: 50px; }
    @media (max-width: 767px) {
      .footer-bottom .container {
        height: auto; } }
    .footer-bottom .container .row-eq-height {
      display: flex;
      align-items: center;
      height: 100%; }
      @media (max-width: 767px) {
        .footer-bottom .container .row-eq-height {
          display: block; } }
    .footer-bottom .container .left {
      text-align: left; }
      @media (max-width: 767px) {
        .footer-bottom .container .left {
          margin-bottom: 15px; } }
      .footer-bottom .container .left .footer-svg {
        display: inline-block;
        vertical-align: top;
        padding: 11px 0 7px;
        margin-right: -4px; }
        .footer-bottom .container .left .footer-svg svg {
          display: block; }
        .footer-bottom .container .left .footer-svg.evt {
          padding-right: 22px;
          border-right: 1px solid #d1d1d1; }
        .footer-bottom .container .left .footer-svg.bmc {
          padding-left: 22px; }
          .footer-bottom .container .left .footer-svg.bmc svg {
            width: 101px;
            height: 28px; }
      @media (max-width: 767px) {
        .footer-bottom .container .left {
          text-align: center; } }
    .footer-bottom .container .right {
      text-align: right; }
      .footer-bottom .container .right p.text-r {
        display: block;
        margin-bottom: 12px; }
        @media (max-width: 767px) {
          .footer-bottom .container .right p.text-r {
            margin-bottom: 20px; } }
        .footer-bottom .container .right p.text-r a {
          text-decoration: underline;
          color: inherit; }
          .footer-bottom .container .right p.text-r a:hover {
            color: inherit; }
      .footer-bottom .container .right svg {
        width: 305px;
        max-width: 100%; }
      @media (max-width: 767px) {
        .footer-bottom .container .right {
          text-align: center; } }
.footer-list {
  width: 100%;
  border-top: 1px solid #9a3033;
  background: #fff;
  position: relative;
  z-index: 99; }

.home .container.limit-932 {
  margin-top: 0; }

.article .article-top p.article-tools a {
  vertical-align: middle; }
  .article .article-top p.article-tools a.button-a {
    margin-right: 15px;
    min-width: 80px;
    padding-left: 17px;
    padding-right: 14px;
    text-align: center; }
    @media (max-width: 767px) {
      .article .article-top p.article-tools a.button-a {
        width: auto;
        height: 40px;
        line-height: 40px; } }
.article .article-body p {
  color: #383838;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 0.75em; }
  .article .article-body p.heading {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    margin-bottom: 0.16em; }
  .article .article-body p.caption {
    color: #666666;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    margin-top: 20px; }
  .article .article-body p.footnote, .article .article-body p.courtesy {
    color: #666666;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0.25em; }
  .article .article-body p a {
    color: #9a3033;
    text-decoration: underline;
    display: inline; }
  .article .article-body p + h2, .article .article-body p + h3, .article .article-body p + h4, .article .article-body p + .box {
    margin-top: 30px; }
    @media (max-width: 767px) {
      .article .article-body p + h2, .article .article-body p + h3, .article .article-body p + h4, .article .article-body p + .box {
        margin-top: 20px; } }
.article .article-body h2 {
  color: #383838;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 0.5em; }

.article .article-body h3 {
  color: #9a3033;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 0.5em; }

.article .article-body h4 {
  color: #383838;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 0.5em; }

.article .article-body p + ul,
.article .article-body h2 + ul,
.article .article-body h3 + ul,
.article .article-body h4 + ul {
  margin-top: -5px; }

.article .article-body a {
  color: #383838;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #9a3033;
  text-decoration: underline;
  display: inline; }

.article .article-body ul {
  list-style-position: outside; }

.article .article-body li {
  color: #383838;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 0;
  font-style: normal; }
  .article .article-body li.li-inner {
    list-style-type: none;
    margin-left: 40px;
    text-indent: -10px; }
  .article .article-body li.courtesy {
    color: #666666;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px; }

.article .article-body img,
.article .article-body div {
  max-width: 100%; }

.article .article-body > img {
  margin-top: 33px;
  margin-bottom: 20px; }

.article .article-body > div:not(.box):not(.box-img) img {
  margin-top: 7px;
  margin-bottom: 20px; }

.article .article-body img.headshot {
  max-width: 80px;
  margin-top: 0;
  margin-left: 0px;
  margin-right: 20px;
  float: left; }

.article .article-body .box {
  border-left: 4px solid #9a3033;
  background-color: #f7f7f7;
  padding: 25px 35px;
  margin: 25px 0; }
  @media (max-width: 767px) {
    .article .article-body .box {
      padding: 15px; } }
  .article .article-body .box h2 {
    color: #9a3033;
    font-family: "TradeGothicLTPro", sans-serif;
    font-weight: 400;
    position: relative;
    top: .075em;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0.25em; }
  .article .article-body .box h3 {
    color: #666666;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0.5em; }
  .article .article-body .box li {
    color: #666666;
    font-family: "TradeGothicLTPro", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 5px;
    font-style: normal; }
    .article .article-body .box li:last-child {
      margin-bottom: 0; }
  .article .article-body .box p.list-style {
    color: #666666;
    font-family: "TradeGothicLTPro", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    font-style: normal; }
    .article .article-body .box p.list-style:last-child {
      margin-bottom: 0; }
  .article .article-body .box p:last-child,
  .article .article-body .box *:last-child {
    margin-bottom: 0; }
  .article .article-body .box .info p {
    color: #666;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 30px;
    overflow: hidden; }
    .article .article-body .box .info p:last-child {
      margin-bottom: 0; }

.article .article-body .box-img {
  margin-top: 33px;
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 768px) {
    .article .article-body .box-img {
      padding-left: 70px;
      padding-right: 70px;
      margin-top: 38px; } }
  .article .article-body .box-img .box {
    border: none;
    background-color: transparent;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .article .article-body .box-img .box {
        padding: 0 15px;
        margin-bottom: 15px; } }
    .article .article-body .box-img .box.half {
      display: inline-block;
      margin-right: -4px;
      width: 50%; }
      @media (max-width: 767px) {
        .article .article-body .box-img .box.half {
          width: 100%; } }
  .article .article-body .box-img a {
    text-decoration: none; }
    .article .article-body .box-img a.screenshot {
      display: block;
      position: relative;
      padding-right: 40px; }
      .article .article-body .box-img a.screenshot:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        background-image: url("../images/svg/search-redb.svg");
        background-color: #fff;
        background-repeat: no-repeat;
        background-size: 22px;
        background-position: 45% 50%;
        text-align: center;
        border: 1px solid #9a3033;
        border-left: 0;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        width: 40px;
        height: 40px;
        display: block;
        transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease; }
      .article .article-body .box-img a.screenshot:hover:after {
        background-color: rgba(154, 48, 51, 0.1); }
    .article .article-body .box-img a p.caption {
      padding-right: 0; }
  .article .article-body .box-img img {
    width: 100%;
    height: auto; }
    .article .article-body .box-img img .left {
      float: left;
      margin-left: 0px !important;
      margin-right: 10px !important; }
  .article .article-body .box-img p.caption {
    padding-right: 40px; }
  .article .article-body .box-img.box-vid {
    margin-left: 0;
    margin-right: 0; }
    .article .article-body .box-img.box-vid .box {
      position: relative;
      padding-bottom: 56.25% !important;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 30px; }
      .article .article-body .box-img.box-vid .box iframe {
        max-width: 100%;
        position: absolute;
        height: 100% !important;
        top: 0;
        bottom: 0;
        left: 0; }

.article .article-body .box-right {
  float: right;
  margin-left: 15px;
  max-width: calc(50% - 15px); }
  .article .article-body .box-right * {
    max-width: 100%; }

.article .article-body .headshot img {
  display: inline-block;
  vertical-align: top;
  max-width: 100px;
  margin-top: 0;
  margin-right: 10px; }

.article .article-body .headshot .info {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 116px); }

.article .article-body .sm-width {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto; }

.article .article-body div.references {
  margin-top: 30px; }
  .article .article-body div.references h3 {
    margin-bottom: 10px; }
  .article .article-body div.references p.footnote {
    margin-bottom: 0.75em; }
    .article .article-body div.references p.footnote:last-child {
      margin-bottom: 0; }
  .article .article-body div.references.limited .inner {
    position: relative;
    max-height: 220px !important; }
    .article .article-body div.references.limited .inner:after {
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 99%, white 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 99%, white 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 99%, white 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
  .article .article-body div.references .inner {
    overflow: hidden; }
    .article .article-body div.references .inner:after {
      content: "";
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 60px;
      pointer-events: none;
      background-color: transparent; }

.article .article-body div.show-refs {
  margin-top: 7px; }

.article .article-body .authors {
  padding-top: 22px;
  margin-top: 20px;
  border-top: 1px solid #d1d1d1; }
  @media (max-width: 767px) {
    .article .article-body .authors {
      padding-top: 22px;
      margin-top: 10px; } }
  .article .article-body .authors p {
    color: #383838;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    line-height: 20px; }
    .article .article-body .authors p strong {
      color: #383838;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 700;
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 5px;
      display: inline-block; }
  .article .article-body .authors .descrip p {
    margin-bottom: 20px; }

.article .article-body div.vid-embed-contain {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 57%;
  overflow: hidden;
  margin-bottom: 10px; }
  .article .article-body div.vid-embed-contain iframe.jw-embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #d1d1d1; }

.article .article-body .pull-quote {
  font-style: italic;
  padding-left: 30px; }

.article .article-nav .nav-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: -4px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 50%; }
  .article .article-nav .nav-item.article-prev {
    border-right: 1px solid #d1d1d1;
    padding-right: 50px; }
  .article .article-nav .nav-item.article-next {
    border-left: 1px solid #d1d1d1;
    padding-left: 50px;
    left: -0.5px;
    margin-bottom: 0; }
  .article .article-nav .nav-item.single-direction {
    border-left: none;
    padding-left: 0; }
  .article .article-nav .nav-item a {
    position: relative; }
    .article .article-nav .nav-item a p.text-a:hover {
      text-decoration: underline; }
    .article .article-nav .nav-item a svg {
      position: relative;
      top: 2px; }
  .article .article-nav .nav-item p.link-c {
    margin-top: 5px;
    line-height: 18px;
    display: inline-block;
    border-bottom: 2px solid transparent; }
  .article .article-nav .nav-item:hover p.text-a {
    text-decoration: none; }
  .article .article-nav .nav-item:hover p.link-c {
    border-bottom: 2px solid #9a3033; }
  @media (max-width: 767px) {
    .article .article-nav .nav-item {
      display: block;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      width: 100%; }
      .article .article-nav .nav-item.article-prev {
        border-right: none;
        border-bottom: 1px solid #d1d1d1;
        padding-right: 0;
        padding-bottom: 20px;
        margin-bottom: 25px; }
      .article .article-nav .nav-item.article-next {
        border-left: none;
        padding-left: 0;
        left: 0; } }
.fancybox-overlay .fancybox-wrap * {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none; }

.news .article-top p.article-tools a {
  vertical-align: middle; }
  .news .article-top p.article-tools a.button-a {
    margin-right: 15px;
    min-width: 80px;
    padding-left: 17px;
    padding-right: 14px;
    text-align: center; }
    @media (max-width: 767px) {
      .news .article-top p.article-tools a.button-a {
        width: auto;
        height: 40px;
        line-height: 40px; } }
.news .news-feed .single-item:first-child {
  margin-top: 0; }

@media (max-width: 1099px) {
  .news .sidebar {
    margin-top: 40px; } }

@media (max-width: 767px) {
  .news .sidebar {
    margin-top: 12px; } }

@media (max-width: 767px) {
  .news .sidebar .tab-left {
    margin-bottom: 35px; }
    .news .sidebar .tab-left.mmb35 {
      margin-bottom: 35px; } }

.news .news-body p {
  color: #383838;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0.75em; }
  .news .news-body p.caption {
    color: #666666;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    margin-top: 20px; }
  .news .news-body p.footnote {
    color: #666666;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0.25em; }
  .news .news-body p a {
    color: #9a3033;
    text-decoration: underline;
    display: inline; }
  .news .news-body p + h2, .news .news-body p + h3, .news .news-body p + h4, .news .news-body p + .box {
    margin-top: 30px; }
    @media (max-width: 767px) {
      .news .news-body p + h2, .news .news-body p + h3, .news .news-body p + h4, .news .news-body p + .box {
        margin-top: 20px; } }
.news .news-body h2 {
  color: #383838;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 0.5em; }

.news .news-body h3 {
  color: #9a3033;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 0.5em; }

.news .news-body h4 {
  color: #383838;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0.5em; }

.news .news-body p + ul,
.news .news-body h2 + ul,
.news .news-body h3 + ul,
.news .news-body h4 + ul {
  margin-top: -5px; }

.news .news-body a {
  color: #383838;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #9a3033;
  text-decoration: underline;
  display: inline; }

.news .news-body ul {
  list-style-position: outside; }

.news .news-body li {
  color: #666666;
  font-family: "TradeGothicLTPro", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px; }

.news .news-body .box {
  border-left: 4px solid #9a3033;
  background-color: #f7f7f7;
  padding: 25px 35px;
  margin: 25px 0; }
  @media (max-width: 767px) {
    .news .news-body .box {
      padding: 15px; } }
  .news .news-body .box h2 {
    color: #9a3033;
    font-family: "TradeGothicLTPro", sans-serif;
    font-weight: 400;
    position: relative;
    top: .075em;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0.25em; }
  .news .news-body .box h3 {
    color: #9a3033;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 0.5em; }

.news .news-body .box-img {
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 768px) {
    .news .news-body .box-img {
      padding-left: 70px;
      padding-right: 70px;
      margin-top: 35px; } }
  .news .news-body .box-img .box {
    border: none;
    background-color: transparent;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      .news .news-body .box-img .box {
        padding: 0 15px;
        margin-bottom: 25px; } }
    .news .news-body .box-img .box.half {
      display: inline-block;
      margin-right: -4px;
      width: 50%; }
      @media (max-width: 767px) {
        .news .news-body .box-img .box.half {
          width: 100%; } }
  .news .news-body .box-img a {
    text-decoration: none; }
    .news .news-body .box-img a.screenshot {
      display: block;
      position: relative;
      padding-right: 40px; }
      .news .news-body .box-img a.screenshot:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        background-image: url("../images/svg/search-redb.svg");
        background-repeat: no-repeat;
        background-size: 22px;
        background-position: 45% 50%;
        text-align: center;
        border: 1px solid #9a3033;
        border-left: 0;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        width: 40px;
        height: 40px;
        display: block; }
  .news .news-body .box-img img {
    width: 100%;
    height: auto; }
    .news .news-body .box-img img .left {
      float: left;
      margin-left: 0px !important;
      margin-right: 10px !important; }

.news .news-body .box-right {
  float: right;
  margin-left: 15px;
  max-width: calc(50% - 15px); }
  .news .news-body .box-right * {
    max-width: 100%; }

.news .news-body div.references {
  margin-top: 30px; }
  .news .news-body div.references h3 {
    margin-bottom: 10px; }
  .news .news-body div.references p.footnote {
    margin-bottom: 0.75em; }
    .news .news-body div.references p.footnote:last-child {
      margin-bottom: 0; }
  .news .news-body div.references.limited .inner {
    position: relative;
    max-height: 220px !important; }
    .news .news-body div.references.limited .inner:after {
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 99%, white 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 99%, white 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 99%, white 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
  .news .news-body div.references .inner {
    overflow: hidden; }
    .news .news-body div.references .inner:after {
      content: "";
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 60px;
      pointer-events: none;
      background-color: transparent; }

.news .news-body div.show-refs {
  margin-top: 7px; }

.news .news-body .authors p {
  margin-bottom: 20px; }
  .news .news-body .authors p strong {
    color: #383838;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    display: inline-block; }
  .news .news-body .authors p em {
    margin-top: 5px;
    display: inline-block; }

.news .news-body div.vid-embed-contain {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 57%;
  overflow: hidden;
  margin-bottom: 10px; }
  .news .news-body div.vid-embed-contain iframe.jw-embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #d1d1d1; }

.news .news-body .pull-quote {
  font-style: italic;
  padding-left: 30px; }

.news .article-nav .nav-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: -4px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 50%; }
  .news .article-nav .nav-item.article-prev {
    border-right: 1px solid #d1d1d1;
    padding-right: 50px; }
  .news .article-nav .nav-item.article-next {
    border-left: 1px solid #d1d1d1;
    padding-left: 50px;
    left: -1px;
    margin-bottom: 0; }
  .news .article-nav .nav-item.single-direction {
    border-left: none;
    padding-left: 0; }
  .news .article-nav .nav-item a {
    position: relative; }
    .news .article-nav .nav-item a p.text-a:hover {
      text-decoration: underline; }
    .news .article-nav .nav-item a svg {
      position: relative;
      top: 2px; }
  .news .article-nav .nav-item p.link-c {
    margin-top: 5px;
    line-height: 18px;
    display: inline-block;
    border-bottom: 2px solid transparent; }
  .news .article-nav .nav-item:hover p.text-a {
    text-decoration: none; }
  .news .article-nav .nav-item:hover p.link-c {
    border-bottom: 2px solid #9a3033; }
  @media (max-width: 767px) {
    .news .article-nav .nav-item {
      display: block;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      width: 100%; }
      .news .article-nav .nav-item.article-prev {
        border-right: none;
        border-bottom: 1px solid #d1d1d1;
        padding-right: 0;
        padding-bottom: 20px;
        margin-bottom: 25px; }
      .news .article-nav .nav-item.article-next {
        border-left: none;
        padding-left: 0;
        left: 0; } }
.fancybox-overlay .fancybox-wrap * {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none; }

.author .author-headings {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 300px); }
  @media (max-width: 1099px) {
    .author .author-headings {
      width: 100%; } }
  .author .author-headings img {
    display: inline-block;
    vertical-align: middle;
    width: 96px;
    height: auto;
    padding-right: 16px; }
  .author .author-headings h1.text-a {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 100px); }
  @media (max-width: 767px) {
    .author .author-headings img {
      width: 71px; }
    .author .author-headings h1.text-a {
      width: calc(100% - 75px); } }
.center .full-issue-feed .single-item.issue-full:last-child {
  border-bottom: 0; }

@media (min-width: 768px) {
  .center .feed-options .filters {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px; } }

@media (max-width: 767px) {
  .center .feed-options .filters {
    text-align: center; } }

.center .feed-options .filters p, .center .feed-options .filters a {
  margin-right: 12px;
  padding: 0 2px; }
  .center .feed-options .filters p:last-child, .center .feed-options .filters a:last-child {
    margin-right: 0; }

.center .feed-options .filters p {
  display: inline-block; }

.center .feed-options .filters a {
  border-bottom: 2px solid transparent; }
  .center .feed-options .filters a:hover, .center .feed-options .filters a.active {
    border-bottom: 2px solid #9a3033; }

.center .feed-options .search-feed-outer {
  text-align: right; }
  @media (min-width: 768px) {
    .center .feed-options .search-feed-outer {
      width: 40%;
      display: inline-block;
      vertical-align: middle;
      margin-right: -4px; } }
  .center .feed-options .search-feed-outer .search-feed {
    position: relative;
    display: inline-block;
    text-align: left; }
    @media (max-width: 767px) {
      .center .feed-options .search-feed-outer .search-feed {
        width: 100%; } }
    .center .feed-options .search-feed-outer .search-feed .field {
      display: inline-block;
      margin-right: -4px;
      margin-bottom: 0; }
    .center .feed-options .search-feed-outer .search-feed .search-field {
      width: 180px; }
      @media (max-width: 767px) {
        .center .feed-options .search-feed-outer .search-feed .search-field {
          width: 100%; } }
      .center .feed-options .search-feed-outer .search-feed .search-field input {
        width: 100%;
        border-radius: 25px;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 15px;
        color: #383838;
        padding: 0 15px;
        padding-right: 30px; }
        .center .feed-options .search-feed-outer .search-feed .search-field input::-webkit-input-placeholder {
          font-style: italic;
          opacity: 1; }
        .center .feed-options .search-feed-outer .search-feed .search-field input:-ms-input-placeholder {
          font-style: italic;
          opacity: 1; }
        .center .feed-options .search-feed-outer .search-feed .search-field input::placeholder {
          font-style: italic;
          opacity: 1; }
    .center .feed-options .search-feed-outer .search-feed .submit-field {
      text-align: right;
      width: 34px;
      position: absolute;
      top: 0;
      right: 0; }
      .center .feed-options .search-feed-outer .search-feed .submit-field button {
        width: 34px;
        border: none;
        border-radius: 0;
        padding: 0;
        text-align: left; }
        .center .feed-options .search-feed-outer .search-feed .submit-field button:hover, .center .feed-options .search-feed-outer .search-feed .submit-field button:active, .center .feed-options .search-feed-outer .search-feed .submit-field button:focus {
          background-color: transparent; }
        .center .feed-options .search-feed-outer .search-feed .submit-field button svg {
          margin-top: 14px; }
    .center .feed-options .search-feed-outer .search-feed input,
    .center .feed-options .search-feed-outer .search-feed button {
      width: 100%;
      min-width: 0;
      height: 44px;
      line-height: 45px;
      outline: none; }
      .center .feed-options .search-feed-outer .search-feed input:hover, .center .feed-options .search-feed-outer .search-feed input:active, .center .feed-options .search-feed-outer .search-feed input:focus,
      .center .feed-options .search-feed-outer .search-feed button:hover,
      .center .feed-options .search-feed-outer .search-feed button:active,
      .center .feed-options .search-feed-outer .search-feed button:focus {
        outline: none; }

.center .sidebar.t-feed-active-hide {
  margin-top: 35px; }
  @media (max-width: 1099px) {
    .center .sidebar.t-feed-active-hide hr,
    .center .sidebar.t-feed-active-hide .sidebar-item {
      display: none; } }
@media (max-width: 1099px) {
  .center .sidebar {
    margin-top: 20px; } }

@media (max-width: 767px) {
  .center .sidebar {
    margin-top: 30px; } }

.about a.button-a {
  width: 100%; }

.issue-toc .main-feed-divider .right {
  float: right; }
  .issue-toc .main-feed-divider .right .link-c svg {
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 18px;
    position: relative;
    top: -1px; }
  .issue-toc .main-feed-divider .right .link-c span.link-text {
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
    margin: 6px 0 3px;
    border-bottom: 2px solid transparent; }
    .issue-toc .main-feed-divider .right .link-c span.link-text:hover {
      border-bottom: 2px solid #9a3033; }

.search .search-top {
  background-color: #f7f7f7;
  position: relative;
  padding-top: 35px;
  padding-bottom: 40px; }
  @media (max-width: 767px) {
    .search .search-top {
      padding-top: 22px;
      padding-bottom: 30px; } }
  .search .search-top .container {
    margin-left: auto;
    margin-right: auto; }
  .search .search-top .text-b {
    margin-top: 0; }
  .search .search-top form {
    position: relative; }
    .search .search-top form .field {
      display: inline-block;
      margin-right: -4px;
      margin-bottom: 0; }
    .search .search-top form .search-field {
      width: calc(100% - 120px); }
      @media (max-width: 767px) {
        .search .search-top form .search-field {
          width: 100%; } }
      .search .search-top form .search-field input {
        border-radius: 25px;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 15px;
        color: #383838;
        background-color: #fff;
        padding: 0 25px; }
        @media (max-width: 767px) {
          .search .search-top form .search-field input {
            padding-right: 60px; } }
        .search .search-top form .search-field input::-webkit-input-placeholder {
          font-style: italic;
          opacity: 1; }
        .search .search-top form .search-field input:-ms-input-placeholder {
          font-style: italic;
          opacity: 1; }
        .search .search-top form .search-field input::placeholder {
          font-style: italic;
          opacity: 1; }
    .search .search-top form .submit-field {
      width: 120px;
      text-align: right; }
      @media (max-width: 767px) {
        .search .search-top form .submit-field {
          width: 60px;
          position: absolute;
          right: 0; } }
      .search .search-top form .submit-field button {
        width: 100px; }
        @media (max-width: 767px) {
          .search .search-top form .submit-field button {
            border: none;
            border-radius: 0;
            padding: 0; }
            .search .search-top form .submit-field button:hover, .search .search-top form .submit-field button:active, .search .search-top form .submit-field button:focus {
              background-color: transparent; }
            .search .search-top form .submit-field button svg {
              margin-top: 14px; } }
    .search .search-top form input,
    .search .search-top form button {
      width: 100%;
      min-width: 0;
      height: 44px;
      line-height: 45px;
      outline: none; }
      .search .search-top form input:hover, .search .search-top form input:active, .search .search-top form input:focus,
      .search .search-top form button:hover,
      .search .search-top form button:active,
      .search .search-top form button:focus {
        outline: none; }

.search .search-filters .filter-drawer-main {
  overflow: hidden; }
  @media (max-width: 1099px) {
    .search .search-filters .filter-drawer-main {
      height: 0; }
      .search .search-filters .filter-drawer-main.open {
        height: auto; } }
.search .search-filters .filter-group {
  border: 1px solid #9a3033;
  border-radius: 5px;
  margin-bottom: 15px; }
  @media (min-width: 1100px) {
    .search .search-filters .filter-group {
      margin-bottom: 12px; }
      .search .search-filters .filter-group:last-child {
        margin-bottom: 20px; } }
  .search .search-filters .filter-group.open .filter-section .close-btn svg {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  .search .search-filters .filter-group.open .filter-section.filter-drawer {
    height: auto; }
  .search .search-filters .filter-group:not(.open) .filter-section.filter-drawer {
    border-top: none; }
  .search .search-filters .filter-group .filter-section {
    border-top: 1px solid #9a3033;
    position: relative;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none; }
    .search .search-filters .filter-group .filter-section:first-child {
      border-top: none; }
    .search .search-filters .filter-group .filter-section.filter-drawer {
      overflow: hidden;
      height: 0; }
    .search .search-filters .filter-group .filter-section .inner {
      padding: 10px 20px 11px; }
    .search .search-filters .filter-group .filter-section .close {
      cursor: pointer; }
    .search .search-filters .filter-group .filter-section .close-btn {
      cursor: pointer;
      position: absolute;
      top: calc(50% - 10px);
      right: 20px; }
      .search .search-filters .filter-group .filter-section .close-btn svg {
        height: 11px;
        width: 11px;
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg); }
    .search .search-filters .filter-group .filter-section input,
    .search .search-filters .filter-group .filter-section label {
      vertical-align: middle;
      cursor: pointer; }
    .search .search-filters .filter-group .filter-section .checkbox,
    .search .search-filters .filter-group .filter-section .radio {
      margin: 14px 0; }
      .search .search-filters .filter-group .filter-section .checkbox:first-child,
      .search .search-filters .filter-group .filter-section .radio:first-child {
        margin-top: 3px; }
      .search .search-filters .filter-group .filter-section .checkbox:last-child,
      .search .search-filters .filter-group .filter-section .radio:last-child {
        margin-bottom: 3px; }
      .search .search-filters .filter-group .filter-section .checkbox input,
      .search .search-filters .filter-group .filter-section .checkbox label,
      .search .search-filters .filter-group .filter-section .radio input,
      .search .search-filters .filter-group .filter-section .radio label {
        vertical-align: middle; }

.search .feed-options .sort,
.search .feed-options .choose-site {
  display: inline-block;
  vertical-align: top;
  padding: 5px 0; }
  @media (max-width: 767px) {
    .search .feed-options .sort,
    .search .feed-options .choose-site {
      display: block;
      padding: 0; } }
  .search .feed-options .sort p, .search .feed-options .sort a,
  .search .feed-options .choose-site p,
  .search .feed-options .choose-site a {
    margin-right: 10px;
    padding: 0 2px; }
    .search .feed-options .sort p:last-child, .search .feed-options .sort a:last-child,
    .search .feed-options .choose-site p:last-child,
    .search .feed-options .choose-site a:last-child {
      margin-right: 0; }
  .search .feed-options .sort p,
  .search .feed-options .choose-site p {
    display: inline-block; }
    .search .feed-options .sort p:hover,
    .search .feed-options .choose-site p:hover {
      color: #666666; }
  .search .feed-options .sort a,
  .search .feed-options .choose-site a {
    border-bottom: 2px solid transparent; }
    .search .feed-options .sort a.active, .search .feed-options .sort a:hover,
    .search .feed-options .choose-site a.active,
    .search .feed-options .choose-site a:hover {
      border-bottom: 2px solid #9a3033; }

@media (min-width: 768px) {
  .search .feed-options .choose-site {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #d1d1d1; } }

@media (max-width: 767px) {
  .search .feed-options .choose-site p {
    display: block;
    margin-bottom: 3px; } }

.search .pagination {
  text-align: center; }
  .search .pagination .page {
    display: inline-block;
    vertical-align: top;
    width: 5%;
    text-align: center; }
    @media (max-width: 767px) {
      .search .pagination .page {
        width: 6.25%; } }
    @media (max-width: 599px) {
      .search .pagination .page {
        width: 7.14285%; } }
    @media (max-width: 499px) {
      .search .pagination .page {
        width: 8.33333%; } }
    @media (max-width: 399px) {
      .search .pagination .page {
        width: 10%; } }
    @media (max-width: 359px) {
      .search .pagination .page {
        width: 12.5%; } }
    .search .pagination .page .link-b {
      border-bottom: 2px solid transparent;
      padding-left: 1px; }
      .search .pagination .page .link-b:hover, .search .pagination .page .link-b.active {
        border-bottom: 2px solid #9a3033; }
  .search .pagination .pagination-frame {
    height: 24px;
    position: relative;
    vertical-align: top;
    width: 100%;
    padding: 2px 25px 0; }
    .search .pagination .pagination-frame .flickity-viewport {
      height: 100% !important; }
    .search .pagination .pagination-frame .flickity-slider {
      -webkit-transition: none;
      -moz-transition: none;
      transition: none; }
    .search .pagination .pagination-frame .flickity-prev-next-button {
      background-color: transparent;
      height: 22px;
      width: 16px;
      padding: 0;
      top: 52%;
      border-radius: 0;
      border-bottom: 2px solid transparent; }
      .search .pagination .pagination-frame .flickity-prev-next-button:hover {
        border-bottom: 2px solid #9a3033; }
      .search .pagination .pagination-frame .flickity-prev-next-button.previous {
        left: -2px; }
      .search .pagination .pagination-frame .flickity-prev-next-button.next {
        right: -2px; }
      .search .pagination .pagination-frame .flickity-prev-next-button:disabled {
        opacity: 0; }
      .search .pagination .pagination-frame .flickity-prev-next-button svg {
        width: 14px;
        height: auto; }

.advertising .person-list .person {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  float: none; }

.advertising .person-list .link-c {
  display: inline-block;
  vertical-align: middle;
  color: #9a3033;
  line-height: 18px;
  margin-top: 6px;
  margin-bottom: 5px;
  border-bottom: 2px solid transparent; }
  .advertising .person-list .link-c:hover {
    border-bottom: 2px solid #9a3033; }

.advertising .video-outer,
.advertising .flowplayer,
.advertising .fp-ratio,
.advertising .fp-player {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none; }

.advertising .video-outer {
  position: relative;
  margin-bottom: 20px;
  /* video */ }
  .advertising .video-outer .jwplayer-unmute {
    position: absolute;
    top: 25px;
    left: 25px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: auto;
    width: 275px; }
    .advertising .video-outer .jwplayer-unmute img {
      width: 100% !important;
      height: auto;
      position: relative !important; }
    .advertising .video-outer .jwplayer-unmute.mute-wait img {
      opacity: 0.6; }
    .advertising .video-outer .jwplayer-unmute.mute-wait:hover img {
      opacity: 1; }
    @media all and (max-width: 1091px) {
      .advertising .video-outer .jwplayer-unmute {
        width: 240px; } }
    @media all and (max-width: 500px) {
      .advertising .video-outer .jwplayer-unmute {
        width: 260px;
        left: 15px;
        top: 15px; } }
.login .left,
.login .right {
  box-sizing: border-box;
  padding-top: 45px;
  padding-bottom: 45px; }

.login .left {
  border-right: 1px solid #d1d1d1; }

@media (min-width: 1100px) {
  .login .left {
    padding-right: 80px; }
  .login .right {
    padding-left: 80px; } }

@media (max-width: 1099px) {
  .login .left,
  .login .right {
    padding-top: 0;
    padding-bottom: 0; }
  .login .left {
    border-right: none; } }

.register .row.field-row {
  margin-bottom: 20px; }
  .register .row.field-row .field {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .register .row.field-row .field {
      margin-bottom: 20px; }
    .register .row.field-row > div:last-child .field {
      margin-bottom: 0; } }
@media (min-width: 1100px) {
  .register .left {
    padding-right: 40px; }
  .register .right {
    padding-left: 40px; } }

.logged-in {
  text-align: center; }
  .logged-in .container .user-menu .menu-item {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    margin-right: -4px; }
    .logged-in .container .user-menu .menu-item a {
      text-decoration: none; }
      .logged-in .container .user-menu .menu-item a .link-b {
        display: inline-block;
        border-bottom: solid 2px transparent; }
      .logged-in .container .user-menu .menu-item a:hover .link-b {
        border-bottom: solid 2px #9a3033; }
    .logged-in .container .user-menu .menu-item .menu-block {
      border: 1px solid #d1d1d1;
      width: 100%;
      height: 165px;
      padding-top: 40px;
      text-align: center; }
      .logged-in .container .user-menu .menu-item .menu-block svg {
        margin: 0 auto 12px;
        display: block; }

.confirmation {
  position: relative; }
  .confirmation .container {
    text-align: center;
    position: relative; }
    @media (min-width: 1250px) {
      .confirmation .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0; } }
    .confirmation .container .confirm-icon:not(.airplane) svg {
      width: 102px;
      height: auto; }
    .confirmation .container .confirm-icon.airplane {
      position: relative;
      left: -250px; }
      .confirmation .container .confirm-icon.airplane svg {
        width: 740px; }
      @media (min-width: 1250px) {
        .confirmation .container .confirm-icon.airplane {
          left: -21%; }
          .confirmation .container .confirm-icon.airplane svg {
            width: 58%;
            height: auto; } }
      @media (max-width: 1099px) {
        .confirmation .container .confirm-icon.airplane {
          left: -220px; } }
      @media (max-width: 767px) {
        .confirmation .container .confirm-icon.airplane {
          left: 0; }
          .confirmation .container .confirm-icon.airplane svg {
            width: auto;
            height: auto; } }
    .confirmation .container p.mw500 {
      max-width: 500px;
      margin-left: auto;
      margin-right: auto; }
    .confirmation .container p.mw590 {
      max-width: 590px;
      margin-left: auto;
      margin-right: auto; }
    .confirmation .container p.edit a {
      text-decoration: none;
      border-bottom: 1px solid #9a3033;
      padding-bottom: 2px; }
      .confirmation .container p.edit a:hover {
        text-decoration: none; }

.device-guide {
  position: relative; }
  .device-guide #back-to-top-dg {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    bottom: 27px;
    right: 85px;
    -webkit-transition: opacity .3s ease, right 0s ease;
    -moz-transition: opacity .3s ease, right 0s ease;
    transition: opacity .3s ease, right 0s ease;
    z-index: 99999999; }
    @media (max-width: 1099px) {
      .device-guide #back-to-top-dg {
        bottom: 20px; } }
    .device-guide #back-to-top-dg.shown {
      opacity: 1;
      pointer-events: auto; }
    .device-guide #back-to-top-dg.absolute {
      position: absolute;
      right: 20px !important;
      bottom: -20px !important; }
    .device-guide #back-to-top-dg a {
      text-decoration: none !important; }
    .device-guide #back-to-top-dg svg {
      margin-right: 6px;
      border-radius: 50px;
      background-color: #fff; }
    .device-guide #back-to-top-dg p {
      background-color: #fff;
      line-height: 12px;
      padding: 2px 2px 0;
      margin-bottom: 2px;
      border-radius: 3px;
      box-shadow: 0 0 4px 2px white; }
    .device-guide #back-to-top-dg svg, .device-guide #back-to-top-dg p {
      display: inline-block;
      vertical-align: middle; }
  @media (max-width: 767px) {
    .device-guide .sidebar {
      margin-top: 0; } }
  @media (min-width: 1100px) {
    .device-guide .dg-top > .row {
      display: flex;
      align-items: center; } }
  @media (min-width: 1100px) {
    .device-guide .dg-top .cover-unit {
      padding-top: 10px;
      padding-bottom: 10px; }
      .device-guide .dg-top .cover-unit.expand-lg {
        padding-right: 30px; }
      .device-guide .dg-top .cover-unit.expand {
        width: 300px;
        float: right; } }
  @media (max-width: 1099px) {
    .device-guide .dg-top .cover-unit.expand-lg {
      padding-bottom: 30px;
      border-bottom: 1px solid #d1d1d1; }
    .device-guide .dg-top .cover-unit.expand {
      width: 320px;
      max-width: 100%; } }
  @media (max-width: 767px) {
    .device-guide .dg-top .cover-unit.expand {
      width: 100%;
      max-width: 100%; } }
  @media (min-width: 1100px) {
    .device-guide .dg-top .left .left-inner {
      border-right: 1px solid #d1d1d1;
      height: 100%; } }
  .device-guide .dg-top .right .cover-unit img.cover {
    vertical-align: middle; }
  .device-guide .dg-top .right .cover-unit .info {
    vertical-align: middle; }
  @media (max-width: 1099px) {
    .device-guide .dg-top .right .cover-unit {
      display: inline-block;
      vertical-align: top;
      box-sizing: content-box; } }
  .device-guide .dg-top .mobile-covers .cover {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 16px);
    max-width: 130px;
    padding: 2px;
    border: 1px solid #d1d1d1; }
    .device-guide .dg-top .mobile-covers .cover:first-child {
      margin-right: 16px; }
    .device-guide .dg-top .mobile-covers .cover img {
      width: 100%;
      height: auto; }
  .device-guide .dg-top .mobile-descrip .info {
    margin: 18px 0 10px; }
  .device-guide .dg-top .mobile-stores .version a.store-btn {
    display: inline-block;
    vertical-align: top; }
    .device-guide .dg-top .mobile-stores .version a.store-btn.mr {
      margin-right: 11px; }
    .device-guide .dg-top .mobile-stores .version a.store-btn:not(.mr) img {
      width: 135px !important;
      height: 40px !important; }
  .device-guide .jump-search .jump {
    display: inline-block;
    vertical-align: center;
    width: 100%;
    margin-right: -4px; }
    .device-guide .jump-search .jump p, .device-guide .jump-search .jump a {
      padding: 0 2px; }
      .device-guide .jump-search .jump p:last-child, .device-guide .jump-search .jump a:last-child {
        margin-right: 0; }
    .device-guide .jump-search .jump p {
      display: inline-block;
      margin-right: 4px; }
      @media (max-width: 1099px) {
        .device-guide .jump-search .jump p {
          display: block;
          margin-bottom: 1px; } }
    .device-guide .jump-search .jump a {
      border-bottom: 2px solid transparent;
      margin-right: 8px; }
      .device-guide .jump-search .jump a:hover, .device-guide .jump-search .jump a.active {
        border-bottom: 2px solid #9a3033; }
    @media (min-width: 1100px) {
      .device-guide .jump-search .jump {
        width: calc(100% - 300px); } }
    @media (max-width: 1099px) {
      .device-guide .jump-search .jump {
        margin-bottom: 18px; } }
  .device-guide .jump-search .search-field {
    display: inline-block;
    vertical-align: center;
    width: 100%;
    margin-right: -4px; }
    @media (min-width: 1100px) {
      .device-guide .jump-search .search-field {
        width: 300px; } }
    .device-guide .jump-search .search-field .search-wrap {
      position: relative; }
      .device-guide .jump-search .search-field .search-wrap .search-submit {
        display: inline; }
        .device-guide .jump-search .search-field .search-wrap .search-submit input {
          display: none; }
        .device-guide .jump-search .search-field .search-wrap .search-submit span.submit-glass {
          position: absolute;
          right: 15px;
          top: 15px;
          height: 15px;
          width: 15px;
          display: block;
          cursor: pointer; }
      .device-guide .jump-search .search-field .search-wrap input.search {
        width: 100%;
        background-color: #fff;
        border: 1px solid #c3c3c3;
        border-radius: 30px;
        color: #383838;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
        line-height: 20px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        padding: 10px 15px;
        padding-right: 30px;
        outline: none; }
        .device-guide .jump-search .search-field .search-wrap input.search::-webkit-input-placeholder {
          /* Edge */
          color: #8d8d8d;
          font-style: italic; }
        .device-guide .jump-search .search-field .search-wrap input.search:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #8d8d8d;
          font-style: italic; }
        .device-guide .jump-search .search-field .search-wrap input.search::placeholder {
          color: #8d8d8d;
          font-style: italic; }

.device-guide-table.liveonly .container {
  margin-top: 30px; }
  @media (max-width: 767px) {
    .device-guide-table.liveonly .container {
      margin-top: 20px; } }
.device-guide-table.liveonly #buyers-chart_wrapper .dataTables_paginate {
  display: none; }
  .device-guide-table.liveonly #buyers-chart_wrapper .dataTables_paginate a.paginate_button {
    margin-top: 16px; }

@media (max-width: 639px) {
  .device-guide-table.liveonly #buyers-chart_wrapper .dt-buttons {
    margin: 15px 0 0; } }

.device-guide-table.liveonly #buyers-chart_wrapper button.dt-button,
.device-guide-table.liveonly #buyers-chart_wrapper div.dt-button,
.device-guide-table.liveonly #buyers-chart_wrapper a.dt-button {
  margin-bottom: 20px; }

.device-guide-table.liveonly #buyers-chart_wrapper button.dt-button,
.device-guide-table.liveonly #buyers-chart_wrapper div.dt-button,
.device-guide-table.liveonly #buyers-chart_wrapper a.dt-button,
.device-guide-table.liveonly #buyers-chart_wrapper .dataTables_paginate a.paginate_button {
  display: inline-block;
  text-align: center;
  border: 1px solid #9a3033;
  border-radius: 6px;
  text-transform: uppercase;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  font-family: "TradeGothicLTPro", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.5px;
  min-width: 0;
  max-width: 100%;
  color: #9a3033 !important;
  border-color: #9a3033;
  background-color: transparent;
  background-image: none;
  padding: 0 16px 0 18px; }
  .device-guide-table.liveonly #buyers-chart_wrapper button.dt-button.disabled,
  .device-guide-table.liveonly #buyers-chart_wrapper div.dt-button.disabled,
  .device-guide-table.liveonly #buyers-chart_wrapper a.dt-button.disabled,
  .device-guide-table.liveonly #buyers-chart_wrapper .dataTables_paginate a.paginate_button.disabled {
    color: #666666 !important;
    border-color: #666666;
    background-color: transparent; }
    .device-guide-table.liveonly #buyers-chart_wrapper button.dt-button.disabled:hover, .device-guide-table.liveonly #buyers-chart_wrapper button.dt-button.disabled:active, .device-guide-table.liveonly #buyers-chart_wrapper button.dt-button.disabled:focus, .device-guide-table.liveonly #buyers-chart_wrapper button.dt-button.disabled:visited,
    .device-guide-table.liveonly #buyers-chart_wrapper div.dt-button.disabled:hover,
    .device-guide-table.liveonly #buyers-chart_wrapper div.dt-button.disabled:active,
    .device-guide-table.liveonly #buyers-chart_wrapper div.dt-button.disabled:focus,
    .device-guide-table.liveonly #buyers-chart_wrapper div.dt-button.disabled:visited,
    .device-guide-table.liveonly #buyers-chart_wrapper a.dt-button.disabled:hover,
    .device-guide-table.liveonly #buyers-chart_wrapper a.dt-button.disabled:active,
    .device-guide-table.liveonly #buyers-chart_wrapper a.dt-button.disabled:focus,
    .device-guide-table.liveonly #buyers-chart_wrapper a.dt-button.disabled:visited,
    .device-guide-table.liveonly #buyers-chart_wrapper .dataTables_paginate a.paginate_button.disabled:hover,
    .device-guide-table.liveonly #buyers-chart_wrapper .dataTables_paginate a.paginate_button.disabled:active,
    .device-guide-table.liveonly #buyers-chart_wrapper .dataTables_paginate a.paginate_button.disabled:focus,
    .device-guide-table.liveonly #buyers-chart_wrapper .dataTables_paginate a.paginate_button.disabled:visited {
      color: #666666 !important;
      border-color: #666666;
      background-color: rgba(102, 102, 102, 0.1); }
    .device-guide-table.liveonly #buyers-chart_wrapper button.dt-button.disabled.previous, .device-guide-table.liveonly #buyers-chart_wrapper button.dt-button.disabled.next,
    .device-guide-table.liveonly #buyers-chart_wrapper div.dt-button.disabled.previous,
    .device-guide-table.liveonly #buyers-chart_wrapper div.dt-button.disabled.next,
    .device-guide-table.liveonly #buyers-chart_wrapper a.dt-button.disabled.previous,
    .device-guide-table.liveonly #buyers-chart_wrapper a.dt-button.disabled.next,
    .device-guide-table.liveonly #buyers-chart_wrapper .dataTables_paginate a.paginate_button.disabled.previous,
    .device-guide-table.liveonly #buyers-chart_wrapper .dataTables_paginate a.paginate_button.disabled.next {
      display: none; }
  .device-guide-table.liveonly #buyers-chart_wrapper button.dt-button:hover, .device-guide-table.liveonly #buyers-chart_wrapper button.dt-button:active, .device-guide-table.liveonly #buyers-chart_wrapper button.dt-button:focus, .device-guide-table.liveonly #buyers-chart_wrapper button.dt-button:visited,
  .device-guide-table.liveonly #buyers-chart_wrapper div.dt-button:hover,
  .device-guide-table.liveonly #buyers-chart_wrapper div.dt-button:active,
  .device-guide-table.liveonly #buyers-chart_wrapper div.dt-button:focus,
  .device-guide-table.liveonly #buyers-chart_wrapper div.dt-button:visited,
  .device-guide-table.liveonly #buyers-chart_wrapper a.dt-button:hover,
  .device-guide-table.liveonly #buyers-chart_wrapper a.dt-button:active,
  .device-guide-table.liveonly #buyers-chart_wrapper a.dt-button:focus,
  .device-guide-table.liveonly #buyers-chart_wrapper a.dt-button:visited,
  .device-guide-table.liveonly #buyers-chart_wrapper .dataTables_paginate a.paginate_button:hover,
  .device-guide-table.liveonly #buyers-chart_wrapper .dataTables_paginate a.paginate_button:active,
  .device-guide-table.liveonly #buyers-chart_wrapper .dataTables_paginate a.paginate_button:focus,
  .device-guide-table.liveonly #buyers-chart_wrapper .dataTables_paginate a.paginate_button:visited {
    color: #9a3033 !important;
    border-color: #9a3033;
    background-color: rgba(154, 48, 51, 0.1); }
  .device-guide-table.liveonly #buyers-chart_wrapper button.dt-button:hover, .device-guide-table.liveonly #buyers-chart_wrapper button.dt-button:focus,
  .device-guide-table.liveonly #buyers-chart_wrapper div.dt-button:hover,
  .device-guide-table.liveonly #buyers-chart_wrapper div.dt-button:focus,
  .device-guide-table.liveonly #buyers-chart_wrapper a.dt-button:hover,
  .device-guide-table.liveonly #buyers-chart_wrapper a.dt-button:focus,
  .device-guide-table.liveonly #buyers-chart_wrapper .dataTables_paginate a.paginate_button:hover,
  .device-guide-table.liveonly #buyers-chart_wrapper .dataTables_paginate a.paginate_button:focus {
    text-decoration: none; }
  @media (max-width: 767px) {
    .device-guide-table.liveonly #buyers-chart_wrapper button.dt-button,
    .device-guide-table.liveonly #buyers-chart_wrapper div.dt-button,
    .device-guide-table.liveonly #buyers-chart_wrapper a.dt-button,
    .device-guide-table.liveonly #buyers-chart_wrapper .dataTables_paginate a.paginate_button {
      height: 45px;
      line-height: 45px; } }
.device-guide-table.liveonly #buyers-chart_wrapper #buyers-chart_filter {
  opacity: 0; }
  .device-guide-table.liveonly #buyers-chart_wrapper #buyers-chart_filter.loaded {
    opacity: 1; }
  .device-guide-table.liveonly #buyers-chart_wrapper #buyers-chart_filter label .search-wrap {
    width: 227px;
    position: relative;
    bottom: 4px; }
    .device-guide-table.liveonly #buyers-chart_wrapper #buyers-chart_filter label .search-wrap:after {
      content: "";
      background-image: url("../images/svg/search.svg");
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      right: 15px;
      top: 15px;
      height: 15px;
      width: 15px;
      display: block; }
    @media (max-width: 639px) {
      .device-guide-table.liveonly #buyers-chart_wrapper #buyers-chart_filter label .search-wrap {
        margin: 0 auto;
        bottom: 14px; } }
  .device-guide-table.liveonly #buyers-chart_wrapper #buyers-chart_filter label input {
    width: 180px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 30px;
    color: #383838;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 25px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 10px 15px;
    padding-right: 30px;
    outline: none;
    margin-left: 0; }
    .device-guide-table.liveonly #buyers-chart_wrapper #buyers-chart_filter label input::-webkit-input-placeholder {
      /* Edge */
      color: #8d8d8d;
      font-style: italic; }
    .device-guide-table.liveonly #buyers-chart_wrapper #buyers-chart_filter label input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #8d8d8d;
      font-style: italic; }
    .device-guide-table.liveonly #buyers-chart_wrapper #buyers-chart_filter label input::placeholder {
      color: #8d8d8d;
      font-style: italic; }

.device-guide-table.liveonly #buyers-chart_wrapper table {
  max-width: 100%;
  overflow: scroll; }
  .device-guide-table.liveonly #buyers-chart_wrapper table th {
    color: #383838;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-align: left; }
    .device-guide-table.liveonly #buyers-chart_wrapper table th:hover, .device-guide-table.liveonly #buyers-chart_wrapper table th:active, .device-guide-table.liveonly #buyers-chart_wrapper table th:focus, .device-guide-table.liveonly #buyers-chart_wrapper table th:visited {
      color: #383838; }
  .device-guide-table.liveonly #buyers-chart_wrapper table td {
    color: #383838;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px; }
  .device-guide-table.liveonly #buyers-chart_wrapper table .checkbox input.compare {
    box-sizing: border-box;
    height: 14px;
    width: 14px;
    border: 1px solid #383838;
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25); }
    .device-guide-table.liveonly #buyers-chart_wrapper table .checkbox input.compare:focus, .device-guide-table.liveonly #buyers-chart_wrapper table .checkbox input.compare:active {
      outline: none; }
    .device-guide-table.liveonly #buyers-chart_wrapper table .checkbox input.compare:checked {
      box-shadow: none;
      border-color: #9a3033;
      background-color: #9a3033; }
      .device-guide-table.liveonly #buyers-chart_wrapper table .checkbox input.compare:checked:after {
        content: "";
        background-image: url("../images/svg/check.svg");
        position: absolute;
        left: 1px;
        top: 2px;
        height: 8px;
        width: 10px;
        display: block; }

.device-guide-table.liveonly #buyers-chart_wrapper div.dataTables_info {
  color: #383838;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px; }

.device-guide-table.devonly {
  position: relative; }
  .device-guide-table.devonly #back-to-top-dg {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    bottom: 27px;
    right: 85px;
    -webkit-transition: opacity .3s ease, right 0s ease;
    -moz-transition: opacity .3s ease, right 0s ease;
    transition: opacity .3s ease, right 0s ease;
    z-index: 99999999; }
    @media (max-width: 1099px) {
      .device-guide-table.devonly #back-to-top-dg {
        bottom: 20px; } }
    .device-guide-table.devonly #back-to-top-dg.shown {
      opacity: 1;
      pointer-events: auto; }
    .device-guide-table.devonly #back-to-top-dg.absolute {
      position: absolute;
      right: 20px !important;
      bottom: -20px !important; }
    .device-guide-table.devonly #back-to-top-dg a {
      text-decoration: none !important; }
    .device-guide-table.devonly #back-to-top-dg svg {
      margin-right: 6px;
      border-radius: 50px;
      background-color: #fff; }
    .device-guide-table.devonly #back-to-top-dg p {
      background-color: #fff;
      line-height: 12px;
      padding: 2px 2px 0;
      margin-bottom: 2px;
      border-radius: 3px;
      box-shadow: 0 0 4px 2px white; }
    .device-guide-table.devonly #back-to-top-dg svg, .device-guide-table.devonly #back-to-top-dg p {
      display: inline-block;
      vertical-align: middle; }
  .device-guide-table.devonly .dg-headings {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 300px); }
    @media (max-width: 1099px) {
      .device-guide-table.devonly .dg-headings {
        width: 100%; } }
  .device-guide-table.devonly .dt-buttons {
    float: none;
    display: inline-block;
    vertical-align: middle; }
  .device-guide-table.devonly button.dt-button,
  .device-guide-table.devonly div.dt-button,
  .device-guide-table.devonly a.dt-button,
  .device-guide-table.devonly .dataTables_paginate a.paginate_button {
    font-family: "Source Sans Pro", sans-serif;
    color: #666666;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    border: none;
    border-right: 1px solid #666666;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    padding: 0;
    padding-right: 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }
    .device-guide-table.devonly button.dt-button:hover,
    .device-guide-table.devonly div.dt-button:hover,
    .device-guide-table.devonly a.dt-button:hover,
    .device-guide-table.devonly .dataTables_paginate a.paginate_button:hover {
      border: none;
      border-right: 1px solid #666666;
      background-color: transparent;
      background-image: none;
      text-decoration: underline; }
    .device-guide-table.devonly button.dt-button:last-child,
    .device-guide-table.devonly div.dt-button:last-child,
    .device-guide-table.devonly a.dt-button:last-child,
    .device-guide-table.devonly .dataTables_paginate a.paginate_button:last-child {
      border-right: none;
      padding-right: 0; }
  .device-guide-table.devonly div.guide-buttons {
    display: inline-block;
    max-width: 295px; }
  .device-guide-table.devonly div.compare-outer {
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 16px;
    margin-right: 12px;
    border-right: 1px solid #d1d1d1; }
    .device-guide-table.devonly div.compare-outer a .compare-button {
      display: inline-block;
      text-align: center;
      border: 1px solid #9a3033;
      border-radius: 6px;
      text-transform: uppercase;
      cursor: pointer;
      height: 40px;
      line-height: 40px;
      font-family: "TradeGothicLTPro", sans-serif;
      font-weight: 700;
      font-size: 14px;
      letter-spacing: 1.5px;
      min-width: 0;
      max-width: 100%;
      color: #9a3033 !important;
      border-color: #9a3033;
      background-color: transparent;
      padding: 0 12px;
      background-image: none !important;
      opacity: 1; }
      .device-guide-table.devonly div.compare-outer a .compare-button.disabled {
        color: #9a3033 !important;
        border-color: #9a3033;
        background-color: transparent;
        opacity: 0.3;
        pointer-events: none; }
        .device-guide-table.devonly div.compare-outer a .compare-button.disabled:hover, .device-guide-table.devonly div.compare-outer a .compare-button.disabled:active, .device-guide-table.devonly div.compare-outer a .compare-button.disabled:focus, .device-guide-table.devonly div.compare-outer a .compare-button.disabled:visited {
          color: #9a3033 !important;
          border-color: #9a3033;
          background-color: transparent;
          background-image: none !important; }
        .device-guide-table.devonly div.compare-outer a .compare-button.disabled.previous, .device-guide-table.devonly div.compare-outer a .compare-button.disabled.next {
          display: none; }
      .device-guide-table.devonly div.compare-outer a .compare-button:hover, .device-guide-table.devonly div.compare-outer a .compare-button:active, .device-guide-table.devonly div.compare-outer a .compare-button:focus, .device-guide-table.devonly div.compare-outer a .compare-button:visited {
        color: #9a3033 !important;
        border-color: #9a3033;
        background-color: rgba(154, 48, 51, 0.1); }
      .device-guide-table.devonly div.compare-outer a .compare-button:hover, .device-guide-table.devonly div.compare-outer a .compare-button:focus {
        text-decoration: none; }
      @media (max-width: 767px) {
        .device-guide-table.devonly div.compare-outer a .compare-button {
          height: 45px;
          line-height: 45px; } }
    .device-guide-table.devonly div.compare-outer a.disabled {
      pointer-events: none; }
      .device-guide-table.devonly div.compare-outer a.disabled .compare-button {
        color: #9a3033 !important;
        border-color: #9a3033;
        background-color: transparent;
        opacity: 0.3; }
        .device-guide-table.devonly div.compare-outer a.disabled .compare-button:hover, .device-guide-table.devonly div.compare-outer a.disabled .compare-button:active, .device-guide-table.devonly div.compare-outer a.disabled .compare-button:focus, .device-guide-table.devonly div.compare-outer a.disabled .compare-button:visited {
          color: #9a3033 !important;
          border-color: #9a3033;
          background-color: transparent;
          background-image: none !important; }
        .device-guide-table.devonly div.compare-outer a.disabled .compare-button.previous, .device-guide-table.devonly div.compare-outer a.disabled .compare-button.next {
          display: none; }
    .device-guide-table.devonly div.compare-outer.compare-fixed {
      position: fixed;
      right: 5px;
      bottom: 80px;
      z-index: 999999999;
      margin: 0;
      border: none; }
      .device-guide-table.devonly div.compare-outer.compare-fixed a {
        opacity: 1;
        pointer-events: all; }
        .device-guide-table.devonly div.compare-outer.compare-fixed a .compare-button {
          background-color: #fff; }
          .device-guide-table.devonly div.compare-outer.compare-fixed a .compare-button:hover, .device-guide-table.devonly div.compare-outer.compare-fixed a .compare-button:active, .device-guide-table.devonly div.compare-outer.compare-fixed a .compare-button:focus, .device-guide-table.devonly div.compare-outer.compare-fixed a .compare-button:visited {
            color: #9a3033 !important;
            border-color: #9a3033;
            background-color: #f5eaeb;
            background-image: none !important; }
          .device-guide-table.devonly div.compare-outer.compare-fixed a .compare-button.previous, .device-guide-table.devonly div.compare-outer.compare-fixed a .compare-button.next {
            display: none; }
        .device-guide-table.devonly div.compare-outer.compare-fixed a.disabled {
          opacity: 0;
          pointer-events: none; }
  .device-guide-table.devonly div.dg-list {
    column-count: 2;
    column-gap: 90px;
    display: inline-block;
    width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }
    .device-guide-table.devonly div.dg-list .single-item {
      display: inline-block;
      width: 100%; }
    @media (max-width: 1099px) {
      .device-guide-table.devonly div.dg-list {
        column-gap: 64px; } }
    @media (max-width: 767px) {
      .device-guide-table.devonly div.dg-list {
        column-count: 1; } }
  .device-guide-table.devonly div.jump-search p.link-e,
  .device-guide-table.devonly div.jump-search a.link-b {
    margin-bottom: 10px;
    display: inline-block; }
  .device-guide-table.devonly div.jump-search p.link-e {
    margin-right: 10px; }
    @media (max-width: 1099px) {
      .device-guide-table.devonly div.jump-search p.link-e {
        display: block; } }
  .device-guide-table.devonly div.jump-search a.link-b {
    margin-right: 17px;
    display: inline-block;
    line-height: 20px;
    border-bottom: 2px solid transparent; }
    .device-guide-table.devonly div.jump-search a.link-b:hover {
      border-bottom: 2px solid #9a3033; }
    .device-guide-table.devonly div.jump-search a.link-b:last-child {
      margin-right: -10px; }
  .device-guide-table.devonly .sidebar {
    width: 100%;
    margin: 0; }
    .device-guide-table.devonly .sidebar div.row {
      margin-left: -30px;
      margin-right: -30px; }
      .device-guide-table.devonly .sidebar div.row div[class*="col-"] {
        padding-left: 30px;
        padding-right: 30px; }
      .device-guide-table.devonly .sidebar div.row div.has-ad {
        padding-top: 20px;
        padding-bottom: 20px; }
      @media (max-width: 1099px) {
        .device-guide-table.devonly .sidebar div.row {
          display: flex;
          align-items: center;
          max-width: none;
          margin-left: -50px;
          margin-right: -50px; }
          .device-guide-table.devonly .sidebar div.row div[class*="col-"] {
            padding-left: 50px;
            padding-right: 50px;
            padding-top: 15px;
            padding-bottom: 15px; }
            .device-guide-table.devonly .sidebar div.row div.has-ad[class*="col-"] {
              border-right: 1px solid #d1d1d1; }
            .device-guide-table.devonly .sidebar div.row div.tab-border-left[class*="col-"] {
              border-left: 1px solid #d1d1d1;
              position: relative;
              left: -1px; } }
      @media (max-width: 767px) {
        .device-guide-table.devonly .sidebar div.row {
          display: block;
          margin-left: -15px;
          margin-right: -15px; }
          .device-guide-table.devonly .sidebar div.row div[class*="col-"] {
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 0;
            padding-bottom: 0; }
            .device-guide-table.devonly .sidebar div.row div.tab-border-left[class*="col-"] {
              border-left: none; } }
  .device-guide-table.devonly div.table-info a.link-b {
    display: inline-block;
    line-height: 22px;
    margin: 2px 0 0;
    border-bottom: 2px solid transparent; }
    .device-guide-table.devonly div.table-info a.link-b:hover {
      border-bottom: 2px solid #9a3033; }
  .device-guide-table.devonly .dataTables_paginate {
    display: none; }
    .device-guide-table.devonly .dataTables_paginate a.paginate_button {
      margin-top: 16px; }
  .device-guide-table.devonly #buyers-chart_filter {
    display: none !important; }
  .device-guide-table.devonly .search-contain {
    width: 100%;
    float: none;
    background-color: #f7f7f7;
    opacity: 0;
    padding: 15px 0; }
    .device-guide-table.devonly .search-contain.loaded {
      opacity: 1; }
    .device-guide-table.devonly .search-contain .container {
      margin: 0 auto; }
    .device-guide-table.devonly .search-contain .search-wrap {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 335px);
      position: relative; }
      .device-guide-table.devonly .search-contain .search-wrap:after {
        content: "";
        background-image: url("../images/svg/search.svg");
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        right: 20px;
        top: 15px;
        height: 15px;
        width: 15px;
        display: block; }
      @media (max-width: 639px) {
        .device-guide-table.devonly .search-contain .search-wrap {
          margin: 0 auto; } }
    .device-guide-table.devonly .search-contain input {
      width: 100%;
      box-sizing: border-box;
      background-color: #fff;
      border: 1px solid #d1d1d1;
      border-radius: 30px;
      color: #383838;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 15px;
      line-height: 25px;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      padding: 10px 15px;
      padding-right: 30px;
      outline: none;
      margin-left: 0; }
      .device-guide-table.devonly .search-contain input::-webkit-input-placeholder {
        /* Edge */
        color: #8d8d8d;
        font-style: italic; }
      .device-guide-table.devonly .search-contain input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #8d8d8d;
        font-style: italic; }
      .device-guide-table.devonly .search-contain input::placeholder {
        color: #8d8d8d;
        font-style: italic; }
    .device-guide-table.devonly .search-contain .searching-column {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      text-align: right;
      width: 330px; }
      .device-guide-table.devonly .search-contain .searching-column label {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 220px);
        text-align: right;
        font-family: "Source Sans Pro", sans-serif;
        color: #666666;
        font-size: 14px;
        line-height: 16px;
        font-weight: 700;
        padding-right: 5px; }
      .device-guide-table.devonly .search-contain .searching-column select {
        display: inline-block;
        vertical-align: middle;
        width: 210px;
        color: #f7f7f7;
        letter-spacing: 1.5px;
        font-family: "TradeGothicLTPro", sans-serif;
        font-weight: 700;
        line-height: 20px;
        border: none;
        border-radius: 0;
        position: relative;
        top: 2px;
        cursor: pointer;
        appearance: menulist-button;
        -moz-appearance: menulist-button;
        -webkit-appearance: menulist-button; }
        .device-guide-table.devonly .search-contain .searching-column select option {
          text-transform: none;
          color: #333;
          font-family: "TradeGothicLTPro", sans-serif;
          font-weight: 400;
          margin: 10px 0;
          padding: 10px 5px; }
        .device-guide-table.devonly .search-contain .searching-column select:focus, .device-guide-table.devonly .search-contain .searching-column select:active {
          outline: none; }
      .device-guide-table.devonly .search-contain .searching-column .select-fake {
        color: #9a3033;
        letter-spacing: 1.5px;
        font-family: "TradeGothicLTPro", sans-serif;
        font-weight: 700;
        line-height: 20px;
        text-transform: uppercase;
        position: absolute;
        top: 2px;
        right: 0;
        width: 210px;
        height: 21px;
        overflow: hidden;
        pointer-events: none;
        text-align: left;
        white-space: nowrap;
        background-color: #f7f7f7;
        border-bottom: 2px solid #9a3033; }
        .device-guide-table.devonly .search-contain .searching-column .select-fake:after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          height: 20px;
          width: 50px;
          background: -moz-linear-gradient(left, #f7f7f700 0%, #f7f7f7ff 55%, #f7f7f7ff 100%);
          background: -webkit-linear-gradient(left, #f7f7f700 0%, #f7f7f7ff 55%, #f7f7f7ff 100%);
          background: -o-linear-gradient(left, #f7f7f700 0%, #f7f7f7ff 55%, #f7f7f7ff 100%);
          background: linear-gradient(to right, #f7f7f700 0%, #f7f7f7ff 55%, #f7f7f7ff 100%); }
      .device-guide-table.devonly .search-contain .searching-column svg {
        position: absolute;
        right: 10px;
        top: calc(50% - 5px);
        width: 14px;
        height: auto; }
  .device-guide-table.devonly div.chart-outer {
    width: 100%;
    position: relative;
    overflow: hidden; }
    .device-guide-table.devonly div.chart-outer .left-columns-3 {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      pointer-events: none;
      z-index: 9; }
      .device-guide-table.devonly div.chart-outer .left-columns-3 .buyers-chart thead:after {
        width: 325px;
        overflow: hidden; }
      .device-guide-table.devonly div.chart-outer .left-columns-3 .buyers-chart thead tr th:nth-child(-n+3) {
        pointer-events: auto;
        background-color: #fff; }
      .device-guide-table.devonly div.chart-outer .left-columns-3 .buyers-chart thead tr th:nth-child(n+4) {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        border-color: transparent !important;
        background-color: transparent !important; }
      .device-guide-table.devonly div.chart-outer .left-columns-3 .buyers-chart thead tr th:active, .device-guide-table.devonly div.chart-outer .left-columns-3 .buyers-chart thead tr th:focus {
        outline: none; }
      .device-guide-table.devonly div.chart-outer .left-columns-3 .buyers-chart tbody tr td:nth-child(-n+3) {
        pointer-events: auto;
        background-color: #fff; }
      .device-guide-table.devonly div.chart-outer .left-columns-3 .buyers-chart tbody tr td:nth-child(n+4) {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        border-color: transparent !important; }
      .device-guide-table.devonly div.chart-outer .left-columns-3 .buyers-chart tbody tr td:active, .device-guide-table.devonly div.chart-outer .left-columns-3 .buyers-chart tbody tr td:focus {
        outline: none; }
    .device-guide-table.devonly div.chart-outer .left-columns-2 {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      pointer-events: none;
      z-index: 9; }
      .device-guide-table.devonly div.chart-outer .left-columns-2 .buyers-chart thead:after {
        width: 240px;
        overflow: hidden; }
      .device-guide-table.devonly div.chart-outer .left-columns-2 .buyers-chart thead tr th:nth-child(-n+2) {
        pointer-events: auto;
        background-color: #fff; }
      .device-guide-table.devonly div.chart-outer .left-columns-2 .buyers-chart thead tr th:nth-child(n+3) {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        border-color: transparent !important;
        background-color: transparent !important; }
      .device-guide-table.devonly div.chart-outer .left-columns-2 .buyers-chart thead tr th:active, .device-guide-table.devonly div.chart-outer .left-columns-2 .buyers-chart thead tr th:focus {
        outline: none; }
      .device-guide-table.devonly div.chart-outer .left-columns-2 .buyers-chart tbody tr td:nth-child(-n+2) {
        pointer-events: auto;
        background-color: #fff; }
      .device-guide-table.devonly div.chart-outer .left-columns-2 .buyers-chart tbody tr td:nth-child(n+3) {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        border-color: transparent !important; }
      .device-guide-table.devonly div.chart-outer .left-columns-2 .buyers-chart tbody tr td:active, .device-guide-table.devonly div.chart-outer .left-columns-2 .buyers-chart tbody tr td:focus {
        outline: none; }
    .device-guide-table.devonly div.chart-outer .left-column {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      pointer-events: none;
      z-index: 9; }
      .device-guide-table.devonly div.chart-outer .left-column .buyers-chart thead:after {
        width: 120px;
        overflow: hidden; }
      .device-guide-table.devonly div.chart-outer .left-column .buyers-chart thead tr th:nth-child(1) {
        pointer-events: auto;
        background-color: #fff; }
      .device-guide-table.devonly div.chart-outer .left-column .buyers-chart thead tr th:nth-child(n+2) {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        border-color: transparent !important;
        background-color: transparent !important; }
      .device-guide-table.devonly div.chart-outer .left-column .buyers-chart thead tr th:active, .device-guide-table.devonly div.chart-outer .left-column .buyers-chart thead tr th:focus {
        outline: none; }
      .device-guide-table.devonly div.chart-outer .left-column .buyers-chart tbody tr td:nth-child(1) {
        pointer-events: auto;
        background-color: #fff; }
      .device-guide-table.devonly div.chart-outer .left-column .buyers-chart tbody tr td:nth-child(n+2) {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        border-color: transparent !important; }
      .device-guide-table.devonly div.chart-outer .left-column .buyers-chart tbody tr td:active, .device-guide-table.devonly div.chart-outer .left-column .buyers-chart tbody tr td:focus {
        outline: none; }
    .device-guide-table.devonly div.chart-outer .view-toggle {
      display: none; }
      .device-guide-table.devonly div.chart-outer .view-toggle:after {
        content: '+ expand';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: #9a3033;
        cursor: pointer; }
    .device-guide-table.devonly div.chart-outer.over {
      position: relative; }
      .device-guide-table.devonly div.chart-outer.over div.chart-wrap {
        max-height: 750px;
        overflow-y: hidden; }
      .device-guide-table.devonly div.chart-outer.over .view-toggle {
        display: block;
        position: relative;
        z-index: 9999999; }
      .device-guide-table.devonly div.chart-outer.over:after {
        content: '';
        width: 100%;
        height: 100px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 999999;
        background: white;
        background: linear-gradient(0deg, white 0%, white 18%, rgba(255, 255, 255, 0) 100%); }
      .device-guide-table.devonly div.chart-outer.over.open {
        overflow: visible; }
        .device-guide-table.devonly div.chart-outer.over.open div.chart-wrap {
          max-height: none; }
        .device-guide-table.devonly div.chart-outer.over.open .view-toggle:after {
          content: '- collapse';
          bottom: -25px; }
        .device-guide-table.devonly div.chart-outer.over.open:after {
          display: none; }
    .device-guide-table.devonly div.chart-outer div.chart-wrap {
      width: 100%;
      overflow: scroll;
      position: relative;
      z-index: 1;
      -ms-overflow-style: none; }
      .device-guide-table.devonly div.chart-outer div.chart-wrap::-webkit-scrollbar {
        display: none; }
    .device-guide-table.devonly div.chart-outer div.fade {
      position: absolute;
      top: 0;
      height: 100%;
      width: 100px;
      opacity: 0;
      pointer-events: none; }
      .device-guide-table.devonly div.chart-outer div.fade.fade-right {
        right: 0;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
    .device-guide-table.devonly div.chart-outer div.scroll-control {
      position: absolute;
      top: 30px;
      opacity: 0;
      z-index: 99;
      padding: 10px 14px;
      border: 1px solid #9a3033;
      background-color: #fff;
      pointer-events: none;
      cursor: pointer; }
      .device-guide-table.devonly div.chart-outer div.scroll-control.scroll-left {
        left: 0;
        border-left: none;
        padding-left: 10px; }
        .device-guide-table.devonly div.chart-outer div.scroll-control.scroll-left svg {
          transform: rotate(90deg); }
      .device-guide-table.devonly div.chart-outer div.scroll-control.scroll-right {
        right: 0;
        border-right: none;
        padding-right: 10px; }
        .device-guide-table.devonly div.chart-outer div.scroll-control.scroll-right svg {
          transform: rotate(-90deg); }
    .device-guide-table.devonly div.chart-outer.chart-start div.fade.fade-right {
      opacity: 1; }
    .device-guide-table.devonly div.chart-outer.chart-start div.scroll-control.scroll-right {
      opacity: 1;
      pointer-events: auto; }
    .device-guide-table.devonly div.chart-outer.chart-progress div.fade.fade-right {
      opacity: 1; }
    .device-guide-table.devonly div.chart-outer.chart-progress div.scroll-control.scroll-left,
    .device-guide-table.devonly div.chart-outer.chart-progress div.scroll-control.scroll-right {
      opacity: 1;
      pointer-events: auto; }
    .device-guide-table.devonly div.chart-outer.chart-end div.scroll-control.scroll-left {
      opacity: 1;
      pointer-events: auto; }
  .device-guide-table.devonly table {
    border-collapse: collapse;
    border: 1px solid #ccc !important;
    border-left: none !important;
    border-right: none !important;
    table-layout: fixed; }
    .device-guide-table.devonly table thead .sorting_asc {
      background-image: url("../images/sort_asc.png"); }
    .device-guide-table.devonly table thead .sorting_desc {
      background-image: url("../images/sort_desc.png"); }
    .device-guide-table.devonly table thead .sorting.no-sort,
    .device-guide-table.devonly table thead .sorting_asc.no-sort,
    .device-guide-table.devonly table thead .sorting_desc.no-sort {
      background-image: none; }
    .device-guide-table.devonly table thead,
    .device-guide-table.devonly table tbody {
      border-color: #ccc !important;
      border-bottom: 1px solid #ccc !important;
      border-left: none;
      border-right: none; }
      .device-guide-table.devonly table thead tr th,
      .device-guide-table.devonly table thead tr td,
      .device-guide-table.devonly table tbody tr th,
      .device-guide-table.devonly table tbody tr td {
        word-break: break-word;
        padding: 12px 8px 12px 12px; }
        .device-guide-table.devonly table thead tr th span a[href="#video-modal"],
        .device-guide-table.devonly table thead tr td span a[href="#video-modal"],
        .device-guide-table.devonly table tbody tr th span a[href="#video-modal"],
        .device-guide-table.devonly table tbody tr td span a[href="#video-modal"] {
          color: #383838;
          position: relative; }
          .device-guide-table.devonly table thead tr th span a[href="#video-modal"]:after,
          .device-guide-table.devonly table thead tr td span a[href="#video-modal"]:after,
          .device-guide-table.devonly table tbody tr th span a[href="#video-modal"]:after,
          .device-guide-table.devonly table tbody tr td span a[href="#video-modal"]:after {
            content: url("../images/svg/play.svg");
            display: inline;
            position: relative;
            top: 2px;
            margin-left: 2px; }
        .device-guide-table.devonly table thead tr th span.over,
        .device-guide-table.devonly table thead tr td span.over,
        .device-guide-table.devonly table tbody tr th span.over,
        .device-guide-table.devonly table tbody tr td span.over {
          display: block;
          max-height: 120px;
          overflow: hidden;
          text-overflow: ellipsis;
          position: relative;
          cursor: pointer; }
          .device-guide-table.devonly table thead tr th span.over:before,
          .device-guide-table.devonly table thead tr td span.over:before,
          .device-guide-table.devonly table tbody tr th span.over:before,
          .device-guide-table.devonly table tbody tr td span.over:before {
            content: '';
            position: absolute;
            width: 100%;
            left: 0;
            bottom: 0;
            height: 40px;
            background: white;
            background: linear-gradient(0deg, white 40%, rgba(255, 255, 255, 0) 100%);
            opacity: 1; }
          .device-guide-table.devonly table thead tr th span.over:after,
          .device-guide-table.devonly table thead tr td span.over:after,
          .device-guide-table.devonly table tbody tr th span.over:after,
          .device-guide-table.devonly table tbody tr td span.over:after {
            content: '+ expand';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            font-family: "Source Sans Pro", sans-serif;
            font-size: 12px;
            font-weight: 700;
            color: #9a3033; }
          .device-guide-table.devonly table thead tr th span.over.open,
          .device-guide-table.devonly table thead tr td span.over.open,
          .device-guide-table.devonly table tbody tr th span.over.open,
          .device-guide-table.devonly table tbody tr td span.over.open {
            max-height: none;
            padding-bottom: 20px; }
            .device-guide-table.devonly table thead tr th span.over.open:before,
            .device-guide-table.devonly table thead tr td span.over.open:before,
            .device-guide-table.devonly table tbody tr th span.over.open:before,
            .device-guide-table.devonly table tbody tr td span.over.open:before {
              opacity: 0;
              pointer-events: none; }
            .device-guide-table.devonly table thead tr th span.over.open:after,
            .device-guide-table.devonly table thead tr td span.over.open:after,
            .device-guide-table.devonly table tbody tr th span.over.open:after,
            .device-guide-table.devonly table tbody tr td span.over.open:after {
              content: '- collapse'; }
      .device-guide-table.devonly table thead tr th:first-of-type,
      .device-guide-table.devonly table thead tr td:first-of-type,
      .device-guide-table.devonly table tbody tr th:first-of-type,
      .device-guide-table.devonly table tbody tr td:first-of-type {
        border-left: none; }
      .device-guide-table.devonly table thead tr th:last-of-type,
      .device-guide-table.devonly table thead tr td:last-of-type,
      .device-guide-table.devonly table tbody tr th:last-of-type,
      .device-guide-table.devonly table tbody tr td:last-of-type {
        border-right: none; }
      .device-guide-table.devonly table thead tr td:first-child,
      .device-guide-table.devonly table tbody tr td:first-child {
        padding-left: 10px; }
        .device-guide-table.devonly table thead tr td:first-child:before,
        .device-guide-table.devonly table tbody tr td:first-child:before {
          display: none !important; }
      .device-guide-table.devonly table thead tr,
      .device-guide-table.devonly table thead tr th,
      .device-guide-table.devonly table thead tr td,
      .device-guide-table.devonly table tbody tr,
      .device-guide-table.devonly table tbody tr th,
      .device-guide-table.devonly table tbody tr td {
        border-color: #ccc !important;
        border-bottom: 1px solid #ccc !important; }
    .device-guide-table.devonly table th {
      color: #383838;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 700;
      font-size: 13px;
      line-height: 16px;
      text-align: left;
      width: 99px !important;
      box-sizing: content-box;
      vertical-align: top; }
      .device-guide-table.devonly table th.compare-row {
        width: 65px !important;
        box-sizing: content-box; }
        @media print {
          .device-guide-table.devonly table th.compare-row {
            display: none; } }
      .device-guide-table.devonly table th.remove-col {
        position: relative; }
        .device-guide-table.devonly table th.remove-col span {
          padding-right: 15px;
          display: inline-block; }
        .device-guide-table.devonly table th.remove-col a {
          position: absolute;
          right: 5px;
          top: 8px;
          padding: 5px; }
          .device-guide-table.devonly table th.remove-col a svg {
            width: 11px;
            height: auto; }
      .device-guide-table.devonly table th:hover, .device-guide-table.devonly table th:active, .device-guide-table.devonly table th:focus, .device-guide-table.devonly table th:visited {
        color: #383838; }
    .device-guide-table.devonly table td {
      color: #383838;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 400;
      font-size: 13px;
      line-height: 16px;
      width: 99px;
      box-sizing: content-box;
      vertical-align: top; }
      .device-guide-table.devonly table td.compare-row {
        width: 65px;
        box-sizing: content-box; }
        @media print {
          .device-guide-table.devonly table td.compare-row {
            display: none; } }
    .device-guide-table.devonly table .checkbox input.compare {
      box-sizing: border-box;
      height: 14px;
      width: 14px;
      border: 1px solid #383838;
      box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25); }
      .device-guide-table.devonly table .checkbox input.compare:focus, .device-guide-table.devonly table .checkbox input.compare:active {
        outline: none; }
      .device-guide-table.devonly table .checkbox input.compare:checked {
        box-shadow: none;
        border-color: #9a3033;
        background-color: #9a3033; }
        .device-guide-table.devonly table .checkbox input.compare:checked:after {
          content: "";
          background-image: url("../images/svg/check.svg");
          position: absolute;
          left: 1px;
          top: 2px;
          height: 8px;
          width: 10px;
          display: block; }
    .device-guide-table.devonly table.dg-main thead, .device-guide-table.devonly table.dg-multi thead {
      position: relative;
      z-index: 99999; }
      .device-guide-table.devonly table.dg-main thead:after, .device-guide-table.devonly table.dg-multi thead:after {
        content: "";
        width: 100%;
        position: absolute;
        left: 0;
        bottom: auto;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.1);
        overflow: visible; }
    .device-guide-table.devonly table.dg-compare th {
      font-weight: 400; }
    .device-guide-table.devonly table.dg-compare tr th:first-child,
    .device-guide-table.devonly table.dg-compare tr td:first-child {
      background-color: #fff;
      -webkit-box-shadow: 3px 0px 4px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 3px 0px 4px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 3px 0px 4px 0px rgba(0, 0, 0, 0.1); }
    .device-guide-table.devonly table.dg-compare th,
    .device-guide-table.devonly table.dg-compare td {
      width: 160px; }
  .device-guide-table.devonly div.dataTables_info {
    color: #383838;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: none; }
  .device-guide-table.devonly.search .chart-outer {
    margin-bottom: 50px; }
    .device-guide-table.devonly.search .chart-outer:last-of-type {
      margin-bottom: 0; }

.device-guide-table.search.liveonly .dataTables_length,
.device-guide-table.search.liveonly .dataTables_filter,
.device-guide-table.search.liveonly .dataTables_info,
.device-guide-table.search.liveonly .dataTables_paginate {
  display: none; }

.device-guide-table.search.liveonly .search-top .container {
  margin-top: 0; }

.device-guide-table.search.liveonly table.buyers-chart {
  margin-bottom: 55px; }

.device-guide-table.search.devonly .dataTables_length,
.device-guide-table.search.devonly .dataTables_filter,
.device-guide-table.search.devonly .dataTables_info,
.device-guide-table.search.devonly .dataTables_paginate {
  display: none; }

.device-guide-table.search.devonly .search-top .container {
  margin-top: 0; }

.resource .res-banner {
  background-color: #1d1d1d;
  background-image: url("../images/placeholder/resource-bg.png");
  background-size: auto 100%;
  background-position: right 0 bottom 0;
  background-repeat: no-repeat; }
  .resource .res-banner .container {
    margin: 0 auto;
    padding: 60px 15px 50px; }
  .resource .res-banner p {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1em;
    color: #8D8D8D;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .resource .res-banner h1 {
    font-family: "TradeGothicLTPro", sans-serif;
    font-weight: 400;
    font-size: 120px;
    line-height: 1em;
    color: #ffffff; }
  @media (max-width: 767px) {
    .resource .res-banner {
      background-size: auto 100%;
      background-position: right center; }
      .resource .res-banner .container {
        margin: 0 auto;
        padding: 45px 15px 40px; }
      .resource .res-banner p {
        font-size: 17px; }
      .resource .res-banner h1 {
        font-size: 48px; } }
.resource .res-sort {
  display: inline-block;
  vertical-align: top; }
  .resource .res-sort p, .resource .res-sort a.link-e {
    margin-right: 10px;
    padding: 0 2px; }
    .resource .res-sort p:last-child, .resource .res-sort a.link-e:last-child {
      margin-right: 0; }
  .resource .res-sort p {
    display: inline-block; }
    .resource .res-sort p:hover {
      color: #666666; }
  .resource .res-sort a.link-e {
    border-bottom: 2px solid transparent; }
    .resource .res-sort a.link-e.active, .resource .res-sort a.link-e:hover {
      border-bottom: 2px solid #9a3033; }

.resource .res-feed .date-group {
  margin-bottom: 44px; }
  .resource .res-feed .date-group .main-feed-divider {
    margin-bottom: 15px; }
  .resource .res-feed .date-group .resource-item {
    margin-bottom: 25px; }
    .resource .res-feed .date-group .resource-item:last-child {
      margin-bottom: 0; }
    @media (max-width: 767px) {
      .resource .res-feed .date-group .resource-item {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #d1d1d1; }
        .resource .res-feed .date-group .resource-item:last-child {
          margin-bottom: 0;
          padding-bottom: 0;
          border-bottom: none; } }
    .resource .res-feed .date-group .resource-item p.link-c {
      display: inline-block;
      line-height: 18px;
      margin: 0;
      padding-top: 6px;
      border-bottom: 2px solid transparent; }
      .resource .res-feed .date-group .resource-item p.link-c:hover {
        border-bottom: 2px solid #9a3033; }
      .resource .res-feed .date-group .resource-item p.link-c svg {
        display: inline-block;
        position: relative;
        top: 1px; }
  .resource .res-feed .date-group:last-child {
    margin-bottom: 5px; }

.resource.medical-affairs .res-banner {
  background-color: #001e47;
  background-image: url("../images/placeholder/mac-bg.png"); }
  .resource.medical-affairs .res-banner .container {
    padding: 52px 15px 58px; }
  .resource.medical-affairs .res-banner h1 {
    font-size: 120px;
    line-height: 120px; }
  .resource.medical-affairs .res-banner p {
    font-size: 30px;
    line-height: 30px;
    color: #f7a802; }
  @media (max-width: 1099px) {
    .resource.medical-affairs .res-banner h1 {
      font-size: 80px;
      line-height: 80px; }
    .resource.medical-affairs .res-banner p {
      font-size: 25px;
      line-height: 25px; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .resource.medical-affairs .res-banner {
      background-image: url("../images/placeholder/mac-bg@2x.png"); } }
  @media (max-width: 767px) {
    .resource.medical-affairs .res-banner {
      background-image: url("../images/placeholder/mac-bgm.png"); }
      .resource.medical-affairs .res-banner .container {
        padding: 24px 15px 29px; }
      .resource.medical-affairs .res-banner h1 {
        font-size: 34px;
        line-height: 36px; }
      .resource.medical-affairs .res-banner p {
        font-size: 12px;
        line-height: 12px; } }
  @media (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), (min-resolution: 192dpi) and (max-width: 767px) {
    .resource.medical-affairs .res-banner {
      background-image: url("../images/placeholder/mac-bgm@2x.png"); } }
.resource.medical-affairs .container.limit-ad {
  max-width: 695px; }
  .resource.medical-affairs .container.limit-ad .latest-article {
    padding: 30px;
    background-color: #f7f7f7;
    margin-bottom: 25px; }
    .resource.medical-affairs .container.limit-ad .latest-article a:hover h1 {
      text-decoration: underline; }
    .resource.medical-affairs .container.limit-ad .latest-article img {
      width: 120px;
      height: auto; }
    .resource.medical-affairs .container.limit-ad .latest-article .info {
      padding-top: 3px;
      padding-left: 25px;
      width: calc(100% - 124px); }
      .resource.medical-affairs .container.limit-ad .latest-article .info p, .resource.medical-affairs .container.limit-ad .latest-article .info h1 {
        margin: 0; }
        .resource.medical-affairs .container.limit-ad .latest-article .info p.mb5, .resource.medical-affairs .container.limit-ad .latest-article .info h1.mb5 {
          margin-bottom: 5px; }
        .resource.medical-affairs .container.limit-ad .latest-article .info p.mb7, .resource.medical-affairs .container.limit-ad .latest-article .info h1.mb7 {
          margin-bottom: 7px; }
    @media (max-width: 499px) {
      .resource.medical-affairs .container.limit-ad .latest-article {
        padding: 20px; }
        .resource.medical-affairs .container.limit-ad .latest-article img {
          width: 85px;
          display: block; }
        .resource.medical-affairs .container.limit-ad .latest-article .info {
          padding-top: 18px;
          padding-left: 0;
          width: 100%; } }
  .resource.medical-affairs .container.limit-ad .res-sort {
    width: 100%; }
    .resource.medical-affairs .container.limit-ad .res-sort p.text-e {
      display: inline-block;
      vertical-align: top;
      margin-right: 6px; }
    .resource.medical-affairs .container.limit-ad .res-sort div.filters-list {
      display: inline-block;
      vertical-align: top;
      max-width: calc(100% - 250px);
      padding-right: 15px;
      margin-right: 15px;
      border-right: 1px solid #d1d1d1; }
      .resource.medical-affairs .container.limit-ad .res-sort div.filters-list a.button-c {
        margin-right: 9px;
        margin-top: 5px;
        margin-bottom: 5px; }
        .resource.medical-affairs .container.limit-ad .res-sort div.filters-list a.button-c.active {
          color: #fff;
          background-color: #8d8d8d; }
          .resource.medical-affairs .container.limit-ad .res-sort div.filters-list a.button-c.active:hover {
            color: #fff;
            background-color: #8d8d8d; }
    .resource.medical-affairs .container.limit-ad .res-sort .jump-year {
      position: relative;
      display: inline-block;
      vertical-align: top;
      text-align: left;
      width: 122px; }
      .resource.medical-affairs .container.limit-ad .res-sort .jump-year label {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 60px);
        text-align: left;
        font-family: "Source Sans Pro", sans-serif;
        color: #666666;
        font-size: 14px;
        line-height: 16px;
        font-weight: 700;
        padding-right: 5px; }
      .resource.medical-affairs .container.limit-ad .res-sort .jump-year select {
        display: inline-block;
        vertical-align: middle;
        width: 52px;
        color: #9a3033;
        letter-spacing: normal;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 19px;
        text-transform: none;
        background-color: #fff;
        border: none;
        border-bottom: 2px solid #9a3033;
        border-radius: 0;
        position: relative;
        top: 2px;
        cursor: pointer;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none; }
        .resource.medical-affairs .container.limit-ad .res-sort .jump-year select option {
          text-transform: initial; }
        .resource.medical-affairs .container.limit-ad .res-sort .jump-year select:focus, .resource.medical-affairs .container.limit-ad .res-sort .jump-year select:active {
          outline: none; }
      .resource.medical-affairs .container.limit-ad .res-sort .jump-year svg {
        position: absolute;
        right: 4px;
        top: calc(50%);
        width: 7px;
        height: auto; }
    @media (max-width: 767px) {
      .resource.medical-affairs .container.limit-ad .res-sort p.text-e {
        display: block; }
      .resource.medical-affairs .container.limit-ad .res-sort div.filters-list {
        max-width: none;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #d1d1d1;
        padding-bottom: 15px; }
      .resource.medical-affairs .container.limit-ad .res-sort .jump-year {
        text-align: left; } }
  .resource.medical-affairs .container.limit-ad .res-feed .date-group .main-feed-divider h3 {
    color: #8d8d8d; }
  .resource.medical-affairs .container.limit-ad .res-feed .date-group .main-feed-divider hr {
    border-color: #8d8d8d; }
  .resource.medical-affairs .container.limit-ad .res-feed .resource-item {
    margin-bottom: 30px; }
    .resource.medical-affairs .container.limit-ad .res-feed .resource-item:last-child {
      margin-bottom: 0; }
    @media (max-width: 767px) {
      .resource.medical-affairs .container.limit-ad .res-feed .resource-item {
        margin-bottom: 20px;
        padding-bottom: 0;
        border-bottom: none; }
        .resource.medical-affairs .container.limit-ad .res-feed .resource-item:last-child {
          margin-bottom: 0;
          padding-bottom: 0;
          border-bottom: none; } }
    .resource.medical-affairs .container.limit-ad .res-feed .resource-item p.link-c {
      display: inline-block;
      line-height: 18px;
      margin: 0;
      padding-top: 6px;
      border-bottom: 2px solid transparent; }
      .resource.medical-affairs .container.limit-ad .res-feed .resource-item p.link-c:hover {
        border-bottom: 2px solid #9a3033; }
      .resource.medical-affairs .container.limit-ad .res-feed .resource-item p.link-c svg {
        display: inline-block;
        position: relative;
        top: 1px; }

.resource.literature-highlights .res-banner {
  background-color: #d5effd;
  background-image: url("../images/resource/lh/hero.png"); }
  .resource.literature-highlights .res-banner .container {
    padding: 45px 15px 35px; }
  .resource.literature-highlights .res-banner h1 {
    font-size: 80px;
    line-height: 120px;
    color: #1b3444; }
  @media (max-width: 1099px) {
    .resource.literature-highlights .res-banner h1 {
      font-size: 80px;
      line-height: 80px; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .resource.literature-highlights .res-banner {
      background-image: url("../images/resource/lh/hero@2x.png"); } }
  @media (max-width: 767px) {
    .resource.literature-highlights .res-banner {
      background-image: url("../images/resource/lh/hero-mob.png"); }
      .resource.literature-highlights .res-banner .container {
        padding: 24px 15px 20px; }
      .resource.literature-highlights .res-banner h1 {
        font-size: 34px;
        line-height: 36px; }
      .resource.literature-highlights .res-banner p {
        font-size: 12px;
        line-height: 12px; } }
  @media (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), (min-resolution: 192dpi) and (max-width: 767px) {
    .resource.literature-highlights .res-banner {
      background-image: url("../images/resource/lh/hero-mob@2x.png"); } }
.resource.literature-highlights .container .featured-article {
  margin-bottom: 25px; }
  .resource.literature-highlights .container .featured-article .key-findings {
    margin-top: 20px; }
    .resource.literature-highlights .container .featured-article .key-findings h1, .resource.literature-highlights .container .featured-article .key-findings h2, .resource.literature-highlights .container .featured-article .key-findings h3, .resource.literature-highlights .container .featured-article .key-findings h4, .resource.literature-highlights .container .featured-article .key-findings h5, .resource.literature-highlights .container .featured-article .key-findings h6, .resource.literature-highlights .container .featured-article .key-findings p {
      font-size: 17px;
      line-height: 18px;
      color: #9a3033;
      font-family: "TradeGothicLTPro", sans-serif;
      font-weight: 400;
      position: relative;
      top: 0.075em;
      text-transform: uppercase; }
    .resource.literature-highlights .container .featured-article .key-findings ul {
      font-size: 17px;
      line-height: 22px;
      color: #666;
      font-family: "TradeGothicLTPro", sans-serif;
      font-weight: 400;
      top: 0.075em;
      padding-left: 35px;
      margin: 10px 0 30px; }
      .resource.literature-highlights .container .featured-article .key-findings ul li {
        list-style-type: none;
        position: relative; }
        .resource.literature-highlights .container .featured-article .key-findings ul li:before {
          content: "●";
          position: absolute;
          font-size: 14px;
          left: -25px; }

.resource.literature-highlights .container .res-sort {
  width: 100%; }
  .resource.literature-highlights .container .res-sort div.filters-list {
    margin-top: 10px; }
    .resource.literature-highlights .container .res-sort div.filters-list a.button-c {
      margin-right: 9px;
      margin-top: 5px;
      margin-bottom: 5px; }
      .resource.literature-highlights .container .res-sort div.filters-list a.button-c.active {
        color: #fff;
        background-color: #8d8d8d; }
        .resource.literature-highlights .container .res-sort div.filters-list a.button-c.active:hover {
          color: #fff;
          background-color: #8d8d8d; }
  .resource.literature-highlights .container .res-sort .jump-year {
    width: 122px;
    margin: 15px 0 10px;
    position: relative; }
    .resource.literature-highlights .container .res-sort .jump-year label {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 60px);
      text-align: left;
      font-family: "Source Sans Pro", sans-serif;
      color: #666666;
      font-size: 14px;
      line-height: 16px;
      font-weight: 700;
      padding-right: 5px; }
    .resource.literature-highlights .container .res-sort .jump-year select {
      display: inline-block;
      vertical-align: middle;
      width: 52px;
      color: #9a3033;
      letter-spacing: normal;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 700;
      font-size: 14px;
      line-height: 19px;
      text-transform: none;
      background-color: #fff;
      border: none;
      border-bottom: 2px solid #9a3033;
      border-radius: 0;
      position: relative;
      top: 2px;
      cursor: pointer;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none; }
      .resource.literature-highlights .container .res-sort .jump-year select option {
        text-transform: initial; }
      .resource.literature-highlights .container .res-sort .jump-year select:focus, .resource.literature-highlights .container .res-sort .jump-year select:active {
        outline: none; }
    .resource.literature-highlights .container .res-sort .jump-year svg {
      position: absolute;
      right: 4px;
      top: calc(50%);
      width: 7px;
      height: auto; }
  @media (max-width: 767px) {
    .resource.literature-highlights .container .res-sort p.text-e {
      display: block; }
    .resource.literature-highlights .container .res-sort div.filters-list {
      max-width: none;
      width: 100%;
      border-right: none;
      border-bottom: 1px solid #d1d1d1;
      padding-bottom: 15px; }
    .resource.literature-highlights .container .res-sort .jump-year {
      text-align: left; } }
.resource.literature-highlights .container .res-feed .date-group .main-feed-divider h3 {
  color: #8d8d8d; }

.resource.literature-highlights .container .res-feed .date-group .main-feed-divider hr {
  border-color: #8d8d8d; }

.resource.literature-highlights .container .res-feed .resource-item {
  margin-bottom: 30px; }
  .resource.literature-highlights .container .res-feed .resource-item:last-child {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .resource.literature-highlights .container .res-feed .resource-item {
      margin-bottom: 20px;
      padding-bottom: 0;
      border-bottom: none; }
      .resource.literature-highlights .container .res-feed .resource-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; } }
  .resource.literature-highlights .container .res-feed .resource-item p.link-c {
    display: inline-block;
    line-height: 18px;
    margin: 0;
    padding-top: 6px;
    border-bottom: 2px solid transparent; }
    .resource.literature-highlights .container .res-feed .resource-item p.link-c:hover {
      border-bottom: 2px solid #9a3033; }
    .resource.literature-highlights .container .res-feed .resource-item p.link-c svg {
      display: inline-block;
      position: relative;
      top: 1px; }

.resource.int-pers .res-banner {
  background-color: #001e47;
  background-image: url("../images/placeholder/int-pers/bg.png"); }
  .resource.int-pers .res-banner .container {
    padding: 75px 15px 45px; }
  .resource.int-pers .res-banner h1 {
    font-size: 80px;
    line-height: 80px; }
  @media (max-width: 1099px) {
    .resource.int-pers .res-banner h1 {
      font-size: 64px;
      line-height: 64px; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .resource.int-pers .res-banner {
      background-image: url("../images/placeholder/int-pers/bg@2x.png"); } }
  @media (max-width: 767px) {
    .resource.int-pers .res-banner .container {
      padding: 27px 15px 17px; }
    .resource.int-pers .res-banner h1 {
      font-size: 34px;
      line-height: 36px; } }
.resource.int-pers .container .latest-article {
  padding: 35px 50px;
  background-color: #f7f7f7;
  margin-bottom: 25px; }
  .resource.int-pers .container .latest-article a:hover h1 {
    text-decoration: underline; }
  .resource.int-pers .container .latest-article .info {
    width: 100%;
    padding: 0; }
    .resource.int-pers .container .latest-article .info .head-title img {
      width: 106px;
      height: auto; }
    .resource.int-pers .container .latest-article .info .head-title h1 {
      margin: 15px 0 0; }
    @media (min-width: 768px) {
      .resource.int-pers .container .latest-article .info .head-title {
        width: calc(100% - 152px);
        display: inline-block;
        vertical-align: middle; }
        .resource.int-pers .container .latest-article .info .head-title h1, .resource.int-pers .container .latest-article .info .head-title img, .resource.int-pers .container .latest-article .info .head-title .ib {
          display: inline-block;
          vertical-align: middle; }
        .resource.int-pers .container .latest-article .info .head-title h1 {
          width: calc(100% - 110px);
          padding-left: 20px;
          padding-right: 20px;
          margin: 0; } }
  @media (max-width: 767px) {
    .resource.int-pers .container .latest-article {
      padding: 25px 15px; } }
.resource.int-pers .container .res-sort {
  width: 100%; }
  .resource.int-pers .container .res-sort p.text-e {
    display: inline-block;
    vertical-align: top;
    margin-right: 6px; }
  .resource.int-pers .container .res-sort div.filters-list {
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 250px);
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #d1d1d1; }
    .resource.int-pers .container .res-sort div.filters-list a.button-c {
      margin-right: 9px;
      margin-top: 5px;
      margin-bottom: 5px; }
      .resource.int-pers .container .res-sort div.filters-list a.button-c.active {
        color: #fff;
        background-color: #8d8d8d; }
        .resource.int-pers .container .res-sort div.filters-list a.button-c.active:hover {
          color: #fff;
          background-color: #8d8d8d; }
  .resource.int-pers .container .res-sort .jump-year {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 122px; }
    .resource.int-pers .container .res-sort .jump-year label {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 60px);
      text-align: left;
      font-family: "Source Sans Pro", sans-serif;
      color: #666666;
      font-size: 14px;
      line-height: 16px;
      font-weight: 700;
      padding-right: 5px; }
    .resource.int-pers .container .res-sort .jump-year select {
      display: inline-block;
      vertical-align: middle;
      width: 52px;
      color: #9a3033;
      letter-spacing: normal;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 700;
      font-size: 14px;
      line-height: 19px;
      text-transform: none;
      background-color: #fff;
      border: none;
      border-bottom: 2px solid #9a3033;
      border-radius: 0;
      position: relative;
      top: 2px;
      cursor: pointer;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none; }
      .resource.int-pers .container .res-sort .jump-year select option {
        text-transform: initial; }
      .resource.int-pers .container .res-sort .jump-year select:focus, .resource.int-pers .container .res-sort .jump-year select:active {
        outline: none; }
    .resource.int-pers .container .res-sort .jump-year svg {
      position: absolute;
      right: 4px;
      top: calc(50%);
      width: 7px;
      height: auto; }
  @media (max-width: 767px) {
    .resource.int-pers .container .res-sort p.text-e {
      display: block; }
    .resource.int-pers .container .res-sort div.filters-list {
      max-width: none;
      width: 100%;
      border-right: none;
      border-bottom: 1px solid #d1d1d1;
      padding-bottom: 15px; }
    .resource.int-pers .container .res-sort .jump-year {
      text-align: left; } }
.resource.int-pers .container .res-feed .date-group .main-feed-divider h3 {
  color: #8d8d8d; }

.resource.int-pers .container .res-feed .date-group .main-feed-divider hr {
  border-color: #8d8d8d; }

.resource.int-pers .container .res-feed .resource-item {
  margin-bottom: 30px; }
  .resource.int-pers .container .res-feed .resource-item:last-child {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .resource.int-pers .container .res-feed .resource-item {
      margin-bottom: 20px;
      padding-bottom: 0;
      border-bottom: none; }
      .resource.int-pers .container .res-feed .resource-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; } }
  .resource.int-pers .container .res-feed .resource-item .item-base .thumb {
    display: inline-block;
    vertical-align: top;
    width: 217px;
    position: relative; }
    .resource.int-pers .container .res-feed .resource-item .item-base .thumb img {
      max-width: 100%;
      height: auto; }
      .resource.int-pers .container .res-feed .resource-item .item-base .thumb img.headshot {
        width: 96px;
        height: auto;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
    @media (max-width: 767px) {
      .resource.int-pers .container .res-feed .resource-item .item-base .thumb {
        margin-bottom: 18px; } }
  .resource.int-pers .container .res-feed .resource-item .item-base .res-info {
    width: 100%; }
    @media (min-width: 768px) {
      .resource.int-pers .container .res-feed .resource-item .item-base .res-info {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 222px);
        padding-left: 20px; } }
.resource.covid-19 .res-banner {
  background-color: #474747;
  background-image: url("../images/placeholder/covid-bg.png"); }
  .resource.covid-19 .res-banner .container {
    padding: 64px 15px 56px; }
  .resource.covid-19 .res-banner h1 {
    font-size: 80px;
    line-height: 80px; }
  @media (max-width: 991px) {
    .resource.covid-19 .res-banner h1 {
      font-size: 60px;
      line-height: 60px; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .resource.covid-19 .res-banner {
      background-image: url("../images/placeholder/covid-bg@2x.png"); } }
  @media (max-width: 767px) {
    .resource.covid-19 .res-banner {
      background-image: url("../images/placeholder/covid-bgm.png"); }
      .resource.covid-19 .res-banner .container {
        padding: 28px 15px 25px; }
      .resource.covid-19 .res-banner h1 {
        font-size: 40px;
        line-height: 40px; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) and (max-width: 767px) {
    .resource.covid-19 .res-banner {
      background-image: url("../images/placeholder/covid-bgm@2x.png"); } }
.resource.covid-19 .main-s .res-sort p.text-e {
  display: block; }

.resource.covid-19 .main-s .res-sort a.button-c {
  margin-right: 4px;
  margin-bottom: 10px; }
  .resource.covid-19 .main-s .res-sort a.button-c.active {
    color: #fff;
    background-color: #8d8d8d; }
    .resource.covid-19 .main-s .res-sort a.button-c.active:hover {
      color: #fff;
      background-color: #8d8d8d; }

.resource.covid-19 .main-s .res-feed .resource-item {
  margin-bottom: 25px; }
  .resource.covid-19 .main-s .res-feed .resource-item:last-child {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .resource.covid-19 .main-s .res-feed .resource-item {
      margin-bottom: 25px;
      padding-bottom: 0;
      border-bottom: none; }
      .resource.covid-19 .main-s .res-feed .resource-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; } }
  .resource.covid-19 .main-s .res-feed .resource-item p.link-c {
    display: inline-block;
    line-height: 18px;
    margin: 0;
    padding-top: 6px;
    border-bottom: 2px solid transparent; }
    .resource.covid-19 .main-s .res-feed .resource-item p.link-c:hover {
      border-bottom: 2px solid #9a3033; }
    .resource.covid-19 .main-s .res-feed .resource-item p.link-c svg {
      display: inline-block;
      position: relative;
      top: 1px; }

@media (max-width: 991px) {
  .resource.covid-19 .sidebar {
    margin-top: 28px; } }

.resource.covid-19 .sidebar .sidebar-divider {
  margin-bottom: 15px; }

.resource.covid-19 .sidebar .single-item p.link-c {
  display: inline-block;
  line-height: 18px;
  margin: 0;
  padding-top: 6px;
  border-bottom: 2px solid transparent; }
  .resource.covid-19 .sidebar .single-item p.link-c:hover {
    border-bottom: 2px solid #9a3033; }
  .resource.covid-19 .sidebar .single-item p.link-c svg {
    display: inline-block;
    position: relative;
    top: 1px; }

header.header.series-backto-header {
  background-color: #383838; }
  @media (min-width: 1350px) {
    header.header.series-backto-header .container {
      width: 1230px;
      max-width: 1230px; } }
  header.header.series-backto-header .left a {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none; }
    header.header.series-backto-header .left a:hover, header.header.series-backto-header .left a:focus, header.header.series-backto-header .left a:active, header.header.series-backto-header .left a:visited {
      text-decoration: none; }
    header.header.series-backto-header .left a:not(.backto) {
      width: 140px; }
      @media (max-width: 499px) {
        header.header.series-backto-header .left a:not(.backto) {
          width: 120px; } }
    header.header.series-backto-header .left a.backto {
      margin-right: 11px; }

.series-page .header-box {
  padding: 40px 0; }
  .series-page .header-box .container {
    margin-top: 0;
    margin-bottom: 0; }
  .series-page .header-box .header-row {
    display: flex;
    align-items: center; }
  .series-page .header-box .header-col.header-left {
    text-align: left;
    padding-right: 30px; }
  .series-page .header-box .header-col.header-right {
    text-align: right;
    padding-left: 30px; }
  .series-page .header-box svg {
    max-width: 100%;
    height: auto; }

.series-page .series-content .container.limit-932.mt0, .series-page .series-content .container.limit-ad.mt0 {
  margin-top: 0px; }

.series-page .series-content .container.limit-932.mt60, .series-page .series-content .container.limit-ad.mt60 {
  margin-top: 60px; }

.series-page .series-content .container.limit-932.mb0, .series-page .series-content .container.limit-ad.mb0 {
  margin-bottom: 0px; }

.series-page .series-content .container.limit-932.mb60, .series-page .series-content .container.limit-ad.mb60 {
  margin-bottom: 60px; }

@media (max-width: 767px) {
  .series-page .series-content .container.limit-932.mmt0, .series-page .series-content .container.limit-ad.mmt0 {
    margin-top: 0px; }
  .series-page .series-content .container.limit-932.mmt20, .series-page .series-content .container.limit-ad.mmt20 {
    margin-top: 20px; }
  .series-page .series-content .container.limit-932.mmt30, .series-page .series-content .container.limit-ad.mmt30 {
    margin-top: 30px; }
  .series-page .series-content .container.limit-932.mmb0, .series-page .series-content .container.limit-ad.mmb0 {
    margin-bottom: 0px; }
  .series-page .series-content .container.limit-932.mmb20, .series-page .series-content .container.limit-ad.mmb20 {
    margin-bottom: 20px; }
  .series-page .series-content .container.limit-932.mmb30, .series-page .series-content .container.limit-ad.mmb30 {
    margin-bottom: 30px; } }

.series-page .series-content .container.limit-932 {
  max-width: 930px; }

.series-page .series-content .container .main-feed-divider {
  margin-top: 0; }
  .series-page .series-content .container .main-feed-divider h3 {
    color: #8d8d8d; }
  .series-page .series-content .container .main-feed-divider hr {
    border-color: #8d8d8d; }

.series-page .series-content .container .topics .single {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px; }
  .series-page .series-content .container .topics .single a:hover {
    text-decoration: none; }
    .series-page .series-content .container .topics .single a:hover h4 {
      text-decoration: underline; }
  .series-page .series-content .container .topics .single a .thumbnail {
    width: 100%;
    max-width: 500px; }
    .series-page .series-content .container .topics .single a .thumbnail img {
      width: 100%;
      max-width: 500px;
      height: auto; }

.series-page .series-content .container .physicians .single {
  text-align: center; }

.series-page .series-content .container .video-content video {
  width: 100%;
  max-width: 728px;
  height: auto;
  outline: none !important; }

.series-page .footer-box {
  background-color: #f7f7f7;
  border-bottom: 10px solid #f7f7f7;
  padding: 22px 0; }
  .series-page .footer-box .container {
    margin-top: 0;
    margin-bottom: 0; }
  .series-page .footer-box .footer-row {
    display: flex;
    align-items: center; }
  .series-page .footer-box .footer-col.footer-left {
    width: calc(100% - 360px); }
  .series-page .footer-box .footer-col.footer-right {
    width: 360px;
    text-align: right; }
    .series-page .footer-box .footer-col.footer-right svg {
      padding-left: 50px;
      max-width: 100%;
      height: auto; }

@media (max-width: 1099px) {
  .series-page .footer-box .footer-col.footer-left {
    width: calc(100% - 270px); }
  .series-page .footer-box .footer-col.footer-right {
    width: 270px; } }

@media (max-width: 767px) {
  .series-page .header-box {
    padding: 24px 0; }
    .series-page .header-box .header-row {
      display: block; }
    .series-page .header-box .header-col.header-left,
    .series-page .header-box .header-col.header-right {
      text-align: center;
      padding-left: 0;
      padding-right: 0; }
    .series-page .header-box .header-col .svg-wrap {
      max-width: 225px;
      margin-left: auto;
      margin-right: auto; }
    .series-page .header-box .header-col .svg-wrap .svg-pad {
      padding: 0 10px; }
  .series-page .footer-box .footer-row {
    display: block; }
  .series-page .footer-box .footer-col.footer-left,
  .series-page .footer-box .footer-col.footer-right {
    text-align: left;
    width: 100%; }
    .series-page .footer-box .footer-col.footer-left svg,
    .series-page .footer-box .footer-col.footer-right svg {
      max-width: 176px;
      padding-left: 0; } }

.spotlight .mobile-stripe {
  width: 100%; }
  .spotlight .mobile-stripe:not(.video-stripe) {
    height: 7px; }
  .spotlight .mobile-stripe.video-stripe {
    padding: 10px 0; }
    .spotlight .mobile-stripe.video-stripe .container {
      margin: 0 auto; }
    .spotlight .mobile-stripe.video-stripe .arrow {
      width: 20px; }
      .spotlight .mobile-stripe.video-stripe .arrow p {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 25px;
        line-height: 17px;
        color: #fff; }
    .spotlight .mobile-stripe.video-stripe h1 {
      width: calc(100% - 25px);
      font-family: "Source Sans Pro", sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 20px;
      color: #fff; }
    .spotlight .mobile-stripe.video-stripe .arrow,
    .spotlight .mobile-stripe.video-stripe h1 {
      display: inline-block;
      vertical-align: top; }

.spotlight .spotlight-banner {
  background-color: #474747;
  background-size: auto 100%;
  background-position: right 0 bottom 0;
  background-repeat: no-repeat; }
  .spotlight .spotlight-banner .container {
    margin: 0 auto;
    padding: 40px 15px 40px; }
  .spotlight .spotlight-banner h1 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1em;
    color: #ffffff;
    padding-right: 300px; }
  @media (max-width: 1099px) {
    .spotlight .spotlight-banner h1 {
      padding-right: 180px; } }
  @media (max-width: 767px) {
    .spotlight .spotlight-banner {
      background-color: #fff;
      background-image: none; }
      .spotlight .spotlight-banner .container {
        margin: 0 auto;
        padding: 15px 15px 0px; }
      .spotlight .spotlight-banner h1 {
        font-size: 24px;
        line-height: 26px;
        color: #383838;
        padding-right: 0; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) and (max-width: 767px) {
    .spotlight .spotlight-banner {
      background-image: none; } }
.spotlight .container .main-s {
  width: calc(100% - 290px); }
  @media (min-width: 1100px) {
    .spotlight .container .main-s {
      padding-right: 60px; } }
  @media (min-width: 1140px) {
    .spotlight .container .main-s {
      padding-right: 60px; } }
  .spotlight .container .main-s .main-feed-divider h3 {
    color: #666666; }
  .spotlight .container .main-s .main-feed-divider hr {
    border-color: #666666; }
  .spotlight .container .main-s .spotlight-feed .single-item {
    margin-bottom: 30px; }
    .spotlight .container .main-s .spotlight-feed .single-item .item-base {
      padding-right: 0; }
      .spotlight .container .main-s .spotlight-feed .single-item .item-base img {
        width: 225px;
        max-width: 100%;
        height: auto; }
    .spotlight .container .main-s .spotlight-feed .single-item.spotlight-article-item {
      margin-bottom: 25px; }
    .spotlight .container .main-s .spotlight-feed .single-item.wide .sv-thumb {
      display: inline-block;
      border: 1px solid #ccc; }
    @media screen and (min-width: 768px) {
      .spotlight .container .main-s .spotlight-feed .single-item.wide .sv-thumb,
      .spotlight .container .main-s .spotlight-feed .single-item.wide .sv-info {
        display: inline-block;
        vertical-align: top;
        margin-right: -2px; }
      .spotlight .container .main-s .spotlight-feed .single-item.wide .sv-thumb {
        width: 225px; }
      .spotlight .container .main-s .spotlight-feed .single-item.wide .sv-info {
        width: calc(100% - 229px);
        padding-left: 20px;
        padding-top: 3px; } }
    @media screen and (max-width: 767px) {
      .spotlight .container .main-s .spotlight-feed .single-item.wide .sv-info {
        padding-top: 10px; } }
  .spotlight .container .main-s .spotlight-faculty {
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .spotlight .container .main-s .spotlight-faculty {
        margin-bottom: 15px; } }
    .spotlight .container .main-s .spotlight-faculty .spotlight-fac-item {
      margin-top: 30px; }
      .spotlight .container .main-s .spotlight-faculty .spotlight-fac-item .headshot {
        width: 100px;
        height: auto;
        border-radius: 50px; }
      @media screen and (min-width: 768px) {
        .spotlight .container .main-s .spotlight-faculty .spotlight-fac-item .headshot,
        .spotlight .container .main-s .spotlight-faculty .spotlight-fac-item .info {
          display: inline-block;
          vertical-align: middle;
          margin-right: -3px; }
        .spotlight .container .main-s .spotlight-faculty .spotlight-fac-item .headshot {
          width: 120px;
          padding-right: 20px; }
        .spotlight .container .main-s .spotlight-faculty .spotlight-fac-item .info {
          width: calc(100% - 125px); } }
.spotlight .container .sidebar {
  width: 290px; }
  .spotlight .container .sidebar .social .single {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px; }

.spotlight .container .sup-spon-host:not(.ssh-video) {
  margin: 0 -20px;
  padding: 20px 0 0; }
  @media screen and (max-width: 767px) {
    .spotlight .container .sup-spon-host:not(.ssh-video) {
      text-align: center; } }
  .spotlight .container .sup-spon-host:not(.ssh-video) .ssh-item {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-right: -3px;
    padding: 20px 20px 0; }
    .spotlight .container .sup-spon-host:not(.ssh-video) .ssh-item .ssh-text {
      font-family: arial, sans-serif;
      font-size: 11px;
      line-height: 1em;
      color: #000;
      opacity: 0.5;
      margin-bottom: 10px; }

.spotlight .container .sup-spon-host.ssh-video {
  margin: 0 -15px;
  text-align: center; }
  .spotlight .container .sup-spon-host.ssh-video .ssh-item {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: -3px;
    padding: 0 15px 10px; }
    .spotlight .container .sup-spon-host.ssh-video .ssh-item img {
      max-height: 32px;
      width: auto; }
      .spotlight .container .sup-spon-host.ssh-video .ssh-item img.ptb {
        padding: 2px 0; }
    .spotlight .container .sup-spon-host.ssh-video .ssh-item .ssh-text {
      font-family: arial, sans-serif;
      font-size: 8px;
      line-height: 1em;
      color: #000;
      opacity: 0.5;
      margin-right: 8px; }
    .spotlight .container .sup-spon-host.ssh-video .ssh-item img,
    .spotlight .container .sup-spon-host.ssh-video .ssh-item .ssh-text {
      display: inline-block;
      vertical-align: middle; }

@media screen and (max-width: 1100px) {
  .spotlight .container .main-s,
  .spotlight .container .sidebar {
    width: 100%; } }

.spotlight.video .video-outer,
.spotlight.video .flowplayer,
.spotlight.video .fp-ratio,
.spotlight.video .fp-player {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none; }

.spotlight.video .video-outer {
  position: relative;
  margin-bottom: 10px;
  /* video */ }
  .spotlight.video .video-outer .jwplayer-unmute {
    position: absolute;
    top: 25px;
    left: 25px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: auto;
    width: 275px; }
    .spotlight.video .video-outer .jwplayer-unmute img {
      width: 100% !important;
      height: auto;
      position: relative !important; }
    .spotlight.video .video-outer .jwplayer-unmute.mute-wait img {
      opacity: 0.6; }
    .spotlight.video .video-outer .jwplayer-unmute.mute-wait:hover img {
      opacity: 1; }
    @media all and (max-width: 1091px) {
      .spotlight.video .video-outer .jwplayer-unmute {
        width: 240px; } }
    @media all and (max-width: 500px) {
      .spotlight.video .video-outer .jwplayer-unmute {
        width: 260px;
        left: 15px;
        top: 15px; } }
.spotlight.video .video-info .video-desc, .spotlight.video .video-info .video-desc p {
  color: #333;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400; }

@media screen and (min-width: 768px) {
  .spotlight.pert .spotlight-banner {
    background-color: #0b0425;
    background-image: url("../images/spotlight/pert/PERT-Archive-Lungs.png"); } }

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px), (min-resolution: 192dpi) and (min-width: 768px) {
  .spotlight.pert .spotlight-banner {
    background-image: url("../images/spotlight/pert/PERT-Archive-Lungs@2x.png"); } }

@media screen and (min-width: 768px) {
  .spotlight.cordis .spotlight-banner {
    background-color: #00529a;
    background-image: linear-gradient(270deg, #1E7AB9 0%, #00173C 100%); } }

@media screen and (max-width: 767px) {
  .spotlight.cordis .spotlight-banner {
    border-bottom: 1px solid #ccc; } }

.spotlight.cordis .spotlight-banner .container {
  margin: 0 auto;
  padding: 44px 15px; }
  @media screen and (max-width: 767px) {
    .spotlight.cordis .spotlight-banner .container {
      padding: 24px 15px; } }
.spotlight.cordis .spotlight-banner .content-left,
.spotlight.cordis .spotlight-banner .logo-right {
  display: inline-block;
  vertical-align: middle;
  margin-right: -2px; }

@media screen and (min-width: 768px) {
  .spotlight.cordis .spotlight-banner .content-left {
    width: calc(100% - 220px); }
    .spotlight.cordis .spotlight-banner .content-left p.text-d {
      color: #fff; } }

.spotlight.cordis .spotlight-banner .logo-right {
  width: 216px; }

.spotlight.cordis .sup-spon-host:not(.ssh-video) {
  padding: 40px 0 0;
  margin: 0 0 0; }
  .spotlight.cordis .sup-spon-host:not(.ssh-video) .ssh-item {
    vertical-align: middle;
    text-align: left;
    padding: 0 0 0; }

@media screen and (min-width: 768px) {
  .spotlight.cordis .sup-spon-host .ssh-item {
    width: calc(100% - 305px); }
  .spotlight.cordis .sup-spon-host .jc {
    width: 300px;
    display: inline-block;
    vertical-align: middle;
    text-align: right; } }

.spotlight.sirtex .spotlight-banner {
  background-color: #fff;
  border-bottom: 1px solid #ccc; }
  .spotlight.sirtex .spotlight-banner .container {
    margin: 0 auto;
    padding: 44px 15px; }
    @media screen and (max-width: 767px) {
      .spotlight.sirtex .spotlight-banner .container {
        padding: 24px 15px; } }
  .spotlight.sirtex .spotlight-banner .content-left,
  .spotlight.sirtex .spotlight-banner .logo-right {
    display: inline-block;
    vertical-align: middle;
    margin-right: -2px; }
  .spotlight.sirtex .spotlight-banner .content-left h1 {
    color: #383838; }
  @media screen and (min-width: 768px) {
    .spotlight.sirtex .spotlight-banner .content-left {
      width: calc(100% - 295px);
      padding-right: 20px; } }
  .spotlight.sirtex .spotlight-banner .logo-right {
    width: 290px; }

.spotlight.sirtex .sup-spon-host:not(.ssh-video) {
  padding: 40px 0 0;
  margin: 0 0 0; }
  .spotlight.sirtex .sup-spon-host:not(.ssh-video) .ssh-item {
    vertical-align: middle;
    text-align: left;
    padding: 0 0 0; }

@media screen and (min-width: 768px) {
  .spotlight.sirtex .sup-spon-host .ssh-item {
    width: calc(100% - 305px); }
  .spotlight.sirtex .sup-spon-host .jc {
    width: 300px;
    display: inline-block;
    vertical-align: middle;
    text-align: right; } }

.device-guide .app-dt .row.versions {
  margin-left: -70px;
  margin-right: -70px; }

.device-guide .app-dt .version {
  text-align: center;
  padding: 50px 70px; }
  .device-guide .app-dt .version.us {
    border-right: 1px solid #d1d1d1; }
  .device-guide .app-dt .version.euro {
    border-left: 1px solid #d1d1d1;
    margin-left: -1px; }
  .device-guide .app-dt .version .cover {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 16px);
    max-width: 120px;
    border: 1px solid #d1d1d1; }
    @media (max-width: 767px) {
      .device-guide .app-dt .version .cover:first-child {
        margin-right: 16px; } }
    .device-guide .app-dt .version .cover img {
      width: 100%;
      height: auto; }
  .device-guide .app-dt .version p.text-a {
    padding: 0 15px; }
  .device-guide .app-dt .version hr.small-rule {
    border-width: 5px;
    border-color: #d1d1d1;
    margin: 25px auto 30px;
    width: 30px; }
  .device-guide .app-dt .version a.store-btn {
    display: inline-block;
    vertical-align: top; }
    .device-guide .app-dt .version a.store-btn.mr {
      margin-right: 11px; }
    .device-guide .app-dt .version a.store-btn:not(.mr) img {
      width: 135px !important;
      height: 40px !important; }

.device-guide .dg-top .mobile-covers .cover {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 16px);
  max-width: 130px;
  padding: 2px;
  border: 1px solid #d1d1d1; }
  @media (max-width: 767px) {
    .device-guide .dg-top .mobile-covers .cover:first-child {
      margin-right: 16px; } }
  .device-guide .dg-top .mobile-covers .cover img {
    width: 100%;
    height: auto; }

.device-guide .dg-top .mobile-descrip .info {
  margin: 18px 0 10px; }

.device-guide .dg-top .mobile-stores .version a.store-btn {
  display: inline-block;
  vertical-align: top; }
  .device-guide .dg-top .mobile-stores .version a.store-btn.mr {
    margin-right: 11px; }
  .device-guide .dg-top .mobile-stores .version a.store-btn:not(.mr) img {
    width: 135px !important;
    height: 40px !important; }

@media (min-width: 768px) {
  .device-guide .sidebar-app .sidebar {
    width: 100%;
    margin-top: 0; }
    .device-guide .sidebar-app .sidebar .sidebar-item.tab-half {
      display: inline-block;
      vertical-align: top;
      position: relative;
      margin-right: -4px;
      padding-top: 20px;
      padding-bottom: 20px;
      width: 50%;
      margin-bottom: 0; }
    .device-guide .sidebar-app .sidebar .sidebar-item.tab-half.tab-left {
      border-right: 1px solid #d1d1d1;
      padding-right: 62px; }
    .device-guide .sidebar-app .sidebar .sidebar-item.tab-half.tab-right {
      border-left: 1px solid #d1d1d1;
      padding-left: 62px;
      left: -0.5px; } }

.ad-space {
  width: 100%;
  max-width: 100%;
  text-align: center; }
  .ad-space.ta-left {
    width: 728px; }
  .ad-space p {
    margin-bottom: 5px; }
    .ad-space p.text-s {
      display: none; }
  .ad-space .ad-shape {
    display: block;
    margin: 0 auto;
    background-color: #fff; }
    .ad-space .ad-shape.leader {
      width: 728px;
      height: 90px; }
    .ad-space .ad-shape.mobile-leader {
      width: 320px;
      height: 50px; }
    .ad-space .ad-shape.box {
      width: 300px;
      height: 250px; }
    .ad-space .ad-shape.skyscraper {
      width: 160px;
      height: 600px;
      background-color: #eee; }

@media (max-width: 767px) {
  .container .ad-space {
    margin: 0 -15px;
    width: calc(100% + 30px);
    max-width: none; } }
