@charset "UTF-8";
/* Colors */
/*
  Typography
*/
/*
  breakpoints for media queries
*/
/*use this layer for elements that need to be below native AEM elements*/
/**
 * usage:
 * @include rem-fallback(margin, 10, 20, 30, 40);
 *
 * result:
 * margin: 160px 320px 480px 640px;
 * margin: 10rem 20rem 30rem 40rem;
 */
/*  CLEARFIX  */
/*  TRANSITIONS
  single-transition($property, $duration, $function, $delay);
*/
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/* line 8, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 13, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
body {
  margin: 0;
}

/* line 16, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 30, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 37, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 41, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
[hidden],
template {
  display: none;
}

/* line 45, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
a {
  background: transparent;
}

/* line 48, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 52, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 55, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
b,
strong {
  font-weight: bold;
}

/* line 59, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
dfn {
  font-style: italic;
}

/* line 62, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 66, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 70, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
small {
  font-size: 80%;
}

/* line 73, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 80, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
sup {
  top: -0.5em;
}

/* line 83, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
sub {
  bottom: -0.25em;
}

/* line 86, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
img {
  border: 0;
}

/* line 89, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 92, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
figure {
  margin: 1em 40px;
}

/* line 95, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 100, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
pre {
  overflow: auto;
}

/* line 103, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 110, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 119, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
button {
  overflow: visible;
}

/* line 122, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
button,
select {
  text-transform: none;
}

/* line 126, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 133, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 137, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 142, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
input {
  line-height: normal;
}

/* line 145, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 150, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 154, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 160, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 164, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 169, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 173, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
textarea {
  overflow: auto;
}

/* line 176, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
optgroup {
  font-weight: bold;
}

/* line 179, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 183, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
td,
th {
  padding: 0;
}

/* line 187, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 192, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 198, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
html {
  /* font-size: 62.5%; */
  -webkit-tap-highlight-color: transparent;
}

/* line 202, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
body {
  font-family: "Pragmatica-web", Helvetica, Arial, sans-serif;
  /* font-size: 14px; */
  line-height: 1.42857143;
  color: black;
  background-color: #ffffff;
}

/* line 209, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 217, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
a {
  text-decoration: none;
}

/* line 220, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
a:hover,
a:focus {
  text-decoration: underline;
}

/* line 224, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 229, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
figure {
  margin: 0;
}

/* line 232, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
img {
  vertical-align: middle;
}

/* line 235, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 242, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 245, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 257, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.img-circle {
  border-radius: 50%;
}

/* line 260, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 266, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 276, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  /* line 283, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .container {
    width: 740px;
  }
}
@media (min-width: 1060px) {
  /* line 288, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .container {
    width: 1040px;
  }
}
/* line 292, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 298, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.row {
  margin-left: -10px;
  margin-right: -10px;
}

/* line 302, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 308, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13 {
  float: left;
}

/* line 311, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-13 {
  width: 100%;
}

/* line 314, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-12 {
  width: 92.30769231%;
}

/* line 317, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-11 {
  width: 84.61538462%;
}

/* line 320, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-10 {
  width: 76.92307692%;
}

/* line 323, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-9 {
  width: 69.23076923%;
}

/* line 326, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-8 {
  width: 61.53846154%;
}

/* line 329, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-7 {
  width: 53.84615385%;
}

/* line 332, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-6 {
  width: 46.15384615%;
}

/* line 335, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-5 {
  width: 38.46153846%;
}

/* line 338, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-4 {
  width: 30.76923077%;
}

/* line 341, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-3 {
  width: 23.07692308%;
}

/* line 344, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-2 {
  width: 15.38461538%;
}

/* line 347, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-1 {
  width: 7.69230769%;
}

/* line 350, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-pull-13 {
  right: 100%;
}

/* line 353, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-pull-12 {
  right: 92.30769231%;
}

/* line 356, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-pull-11 {
  right: 84.61538462%;
}

/* line 359, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-pull-10 {
  right: 76.92307692%;
}

/* line 362, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-pull-9 {
  right: 69.23076923%;
}

/* line 365, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-pull-8 {
  right: 61.53846154%;
}

/* line 368, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-pull-7 {
  right: 53.84615385%;
}

/* line 371, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-pull-6 {
  right: 46.15384615%;
}

/* line 374, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-pull-5 {
  right: 38.46153846%;
}

/* line 377, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-pull-4 {
  right: 30.76923077%;
}

/* line 380, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-pull-3 {
  right: 23.07692308%;
}

/* line 383, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-pull-2 {
  right: 15.38461538%;
}

/* line 386, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-pull-1 {
  right: 7.69230769%;
}

/* line 389, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-pull-0 {
  right: 0%;
}

/* line 392, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-push-13 {
  left: 100%;
}

/* line 395, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-push-12 {
  left: 92.30769231%;
}

/* line 398, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-push-11 {
  left: 84.61538462%;
}

/* line 401, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-push-10 {
  left: 76.92307692%;
}

/* line 404, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-push-9 {
  left: 69.23076923%;
}

/* line 407, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-push-8 {
  left: 61.53846154%;
}

/* line 410, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-push-7 {
  left: 53.84615385%;
}

/* line 413, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-push-6 {
  left: 46.15384615%;
}

/* line 416, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-push-5 {
  left: 38.46153846%;
}

/* line 419, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-push-4 {
  left: 30.76923077%;
}

/* line 422, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-push-3 {
  left: 23.07692308%;
}

/* line 425, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-push-2 {
  left: 15.38461538%;
}

/* line 428, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-push-1 {
  left: 7.69230769%;
}

/* line 431, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-push-0 {
  left: 0%;
}

/* line 434, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-offset-13 {
  margin-left: 100%;
}

/* line 437, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-offset-12 {
  margin-left: 92.30769231%;
}

/* line 440, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-offset-11 {
  margin-left: 84.61538462%;
}

/* line 443, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-offset-10 {
  margin-left: 76.92307692%;
}

/* line 446, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-offset-9 {
  margin-left: 69.23076923%;
}

/* line 449, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-offset-8 {
  margin-left: 61.53846154%;
}

/* line 452, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-offset-7 {
  margin-left: 53.84615385%;
}

/* line 455, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-offset-6 {
  margin-left: 46.15384615%;
}

/* line 458, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-offset-5 {
  margin-left: 38.46153846%;
}

/* line 461, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-offset-4 {
  margin-left: 30.76923077%;
}

/* line 464, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-offset-3 {
  margin-left: 23.07692308%;
}

/* line 467, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-offset-2 {
  margin-left: 15.38461538%;
}

/* line 470, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-offset-1 {
  margin-left: 7.69230769%;
}

/* line 473, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 568px) {
  /* line 477, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13 {
    float: left;
  }

  /* line 480, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-13 {
    width: 100%;
  }

  /* line 483, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-12 {
    width: 92.30769231%;
  }

  /* line 486, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-11 {
    width: 84.61538462%;
  }

  /* line 489, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-10 {
    width: 76.92307692%;
  }

  /* line 492, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-9 {
    width: 69.23076923%;
  }

  /* line 495, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-8 {
    width: 61.53846154%;
  }

  /* line 498, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-7 {
    width: 53.84615385%;
  }

  /* line 501, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-6 {
    width: 46.15384615%;
  }

  /* line 504, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-5 {
    width: 38.46153846%;
  }

  /* line 507, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-4 {
    width: 30.76923077%;
  }

  /* line 510, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-3 {
    width: 23.07692308%;
  }

  /* line 513, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-2 {
    width: 15.38461538%;
  }

  /* line 516, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-1 {
    width: 7.69230769%;
  }

  /* line 519, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-pull-13 {
    right: 100%;
  }

  /* line 522, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-pull-12 {
    right: 92.30769231%;
  }

  /* line 525, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-pull-11 {
    right: 84.61538462%;
  }

  /* line 528, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-pull-10 {
    right: 76.92307692%;
  }

  /* line 531, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-pull-9 {
    right: 69.23076923%;
  }

  /* line 534, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-pull-8 {
    right: 61.53846154%;
  }

  /* line 537, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-pull-7 {
    right: 53.84615385%;
  }

  /* line 540, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-pull-6 {
    right: 46.15384615%;
  }

  /* line 543, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-pull-5 {
    right: 38.46153846%;
  }

  /* line 546, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-pull-4 {
    right: 30.76923077%;
  }

  /* line 549, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-pull-3 {
    right: 23.07692308%;
  }

  /* line 552, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-pull-2 {
    right: 15.38461538%;
  }

  /* line 555, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-pull-1 {
    right: 7.69230769%;
  }

  /* line 558, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-pull-0 {
    right: 0%;
  }

  /* line 561, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-push-13 {
    left: 100%;
  }

  /* line 564, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-push-12 {
    left: 92.30769231%;
  }

  /* line 567, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-push-11 {
    left: 84.61538462%;
  }

  /* line 570, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-push-10 {
    left: 76.92307692%;
  }

  /* line 573, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-push-9 {
    left: 69.23076923%;
  }

  /* line 576, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-push-8 {
    left: 61.53846154%;
  }

  /* line 579, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-push-7 {
    left: 53.84615385%;
  }

  /* line 582, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-push-6 {
    left: 46.15384615%;
  }

  /* line 585, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-push-5 {
    left: 38.46153846%;
  }

  /* line 588, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-push-4 {
    left: 30.76923077%;
  }

  /* line 591, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-push-3 {
    left: 23.07692308%;
  }

  /* line 594, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-push-2 {
    left: 15.38461538%;
  }

  /* line 597, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-push-1 {
    left: 7.69230769%;
  }

  /* line 600, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-push-0 {
    left: 0%;
  }

  /* line 603, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-offset-13 {
    margin-left: 100%;
  }

  /* line 606, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-offset-12 {
    margin-left: 92.30769231%;
  }

  /* line 609, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-offset-11 {
    margin-left: 84.61538462%;
  }

  /* line 612, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-offset-10 {
    margin-left: 76.92307692%;
  }

  /* line 615, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-offset-9 {
    margin-left: 69.23076923%;
  }

  /* line 618, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-offset-8 {
    margin-left: 61.53846154%;
  }

  /* line 621, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-offset-7 {
    margin-left: 53.84615385%;
  }

  /* line 624, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-offset-6 {
    margin-left: 46.15384615%;
  }

  /* line 627, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-offset-5 {
    margin-left: 38.46153846%;
  }

  /* line 630, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-offset-4 {
    margin-left: 30.76923077%;
  }

  /* line 633, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-offset-3 {
    margin-left: 23.07692308%;
  }

  /* line 636, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-offset-2 {
    margin-left: 15.38461538%;
  }

  /* line 639, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-offset-1 {
    margin-left: 7.69230769%;
  }

  /* line 642, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1060px) {
  /* line 647, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13 {
    float: left;
  }

  /* line 650, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-13 {
    width: 100%;
  }

  /* line 653, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-12 {
    width: 92.30769231%;
  }

  /* line 656, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-11 {
    width: 84.61538462%;
  }

  /* line 659, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-10 {
    width: 76.92307692%;
  }

  /* line 662, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-9 {
    width: 69.23076923%;
  }

  /* line 665, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-8 {
    width: 61.53846154%;
  }

  /* line 668, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-7 {
    width: 53.84615385%;
  }

  /* line 671, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-6 {
    width: 46.15384615%;
  }

  /* line 674, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-5 {
    width: 38.46153846%;
  }

  /* line 677, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-4 {
    width: 30.76923077%;
  }

  /* line 680, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-3 {
    width: 23.07692308%;
  }

  /* line 683, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-2 {
    width: 15.38461538%;
  }

  /* line 686, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-1 {
    width: 7.69230769%;
  }

  /* line 689, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-pull-13 {
    right: 100%;
  }

  /* line 692, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-pull-12 {
    right: 92.30769231%;
  }

  /* line 695, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-pull-11 {
    right: 84.61538462%;
  }

  /* line 698, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-pull-10 {
    right: 76.92307692%;
  }

  /* line 701, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-pull-9 {
    right: 69.23076923%;
  }

  /* line 704, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-pull-8 {
    right: 61.53846154%;
  }

  /* line 707, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-pull-7 {
    right: 53.84615385%;
  }

  /* line 710, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-pull-6 {
    right: 46.15384615%;
  }

  /* line 713, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-pull-5 {
    right: 38.46153846%;
  }

  /* line 716, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-pull-4 {
    right: 30.76923077%;
  }

  /* line 719, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-pull-3 {
    right: 23.07692308%;
  }

  /* line 722, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-pull-2 {
    right: 15.38461538%;
  }

  /* line 725, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-pull-1 {
    right: 7.69230769%;
  }

  /* line 728, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-pull-0 {
    right: 0%;
  }

  /* line 731, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-push-13 {
    left: 100%;
  }

  /* line 734, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-push-12 {
    left: 92.30769231%;
  }

  /* line 737, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-push-11 {
    left: 84.61538462%;
  }

  /* line 740, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-push-10 {
    left: 76.92307692%;
  }

  /* line 743, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-push-9 {
    left: 69.23076923%;
  }

  /* line 746, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-push-8 {
    left: 61.53846154%;
  }

  /* line 749, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-push-7 {
    left: 53.84615385%;
  }

  /* line 752, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-push-6 {
    left: 46.15384615%;
  }

  /* line 755, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-push-5 {
    left: 38.46153846%;
  }

  /* line 758, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-push-4 {
    left: 30.76923077%;
  }

  /* line 761, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-push-3 {
    left: 23.07692308%;
  }

  /* line 764, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-push-2 {
    left: 15.38461538%;
  }

  /* line 767, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-push-1 {
    left: 7.69230769%;
  }

  /* line 770, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-push-0 {
    left: 0%;
  }

  /* line 773, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-offset-13 {
    margin-left: 100%;
  }

  /* line 776, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-offset-12 {
    margin-left: 92.30769231%;
  }

  /* line 779, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-offset-11 {
    margin-left: 84.61538462%;
  }

  /* line 782, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-offset-10 {
    margin-left: 76.92307692%;
  }

  /* line 785, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-offset-9 {
    margin-left: 69.23076923%;
  }

  /* line 788, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-offset-8 {
    margin-left: 61.53846154%;
  }

  /* line 791, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-offset-7 {
    margin-left: 53.84615385%;
  }

  /* line 794, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-offset-6 {
    margin-left: 46.15384615%;
  }

  /* line 797, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-offset-5 {
    margin-left: 38.46153846%;
  }

  /* line 800, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-offset-4 {
    margin-left: 30.76923077%;
  }

  /* line 803, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-offset-3 {
    margin-left: 23.07692308%;
  }

  /* line 806, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-offset-2 {
    margin-left: 15.38461538%;
  }

  /* line 809, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-offset-1 {
    margin-left: 7.69230769%;
  }

  /* line 812, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
/* line 817, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

/* line 828, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/* line 834, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 839, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.pull-right {
  float: right !important;
}

/* line 842, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.pull-left {
  float: left !important;
}

/* line 845, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.hide {
  display: none !important;
}

/* line 848, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.show {
  display: block !important;
}

/* line 851, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.invisible {
  visibility: hidden;
}

/* line 854, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 861, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 865, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 871, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media (max-width: 567px) {
  /* line 878, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 881, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  table.visible-xs {
    display: table;
  }

  /* line 884, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 887, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 568px) and (max-width: 1059px) {
  /* line 893, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 896, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  table.visible-sm {
    display: table;
  }

  /* line 899, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 902, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1060px) {
  /* line 908, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .visible-md {
    display: block !important;
  }

  /* line 911, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  table.visible-md {
    display: table;
  }

  /* line 914, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 917, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }

  /* line 921, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (max-width: 567px) {
  /* line 926, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 568px) and (max-width: 1059px) {
  /* line 931, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .hidden-sm {
    display: none !important;
  }
}
/* line 935, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 939, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .visible-print {
    display: block !important;
  }

  /* line 942, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  table.visible-print {
    display: table;
  }

  /* line 945, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 948, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  /* line 954, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .hidden-print {
    display: none !important;
  }
}
/* line 958, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.carousel {
  position: relative;
}

/* line 961, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.carousel-inner {
  position: relative;
  /* overflow: hidden;*/
  width: 100%;
}

/* line 966, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 972, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

/* line 976, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 981, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 984, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 990, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 993, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 996, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 1000, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 1003, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 1006, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 1019, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.carousel-control.left {
  background-repeat: repeat-x;
}

/* line 1022, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-repeat: repeat-x;
}

/* line 1027, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 1035, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

/* line 1044, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}

/* line 1048, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}

/* line 1052, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

/* line 1060, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 1063, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 1066, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

/* line 1077, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

/* line 1089, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}

/* line 1095, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 1107, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 1111, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  /* line 1121, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 1126, ../../../../../../../assets/news/styles/libs/bootstrap13column.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 1, ../../../../../../../assets/news/styles/general/_helpers.scss */
body, html {
  overflow-x: hidden;
}

/* line 4, ../../../../../../../assets/news/styles/general/_helpers.scss */
.absolute {
  position: absolute;
}

/* line 7, ../../../../../../../assets/news/styles/general/_helpers.scss */
.fixed {
  position: fixed;
}

/* line 10, ../../../../../../../assets/news/styles/general/_helpers.scss */
.invisible {
  visibility: hidden;
}

/* line 14, ../../../../../../../assets/news/styles/general/_helpers.scss */
span.smart-quote::before {
  content: "\201C";
}
/* line 17, ../../../../../../../assets/news/styles/general/_helpers.scss */
span.smart-quote::after {
  content: "\201D";
}

/* line 21, ../../../../../../../assets/news/styles/general/_helpers.scss */
.text-right {
  text-align: right;
}

/* line 24, ../../../../../../../assets/news/styles/general/_helpers.scss */
.text-center {
  text-align: center;
}

/* line 27, ../../../../../../../assets/news/styles/general/_helpers.scss */
.full-width {
  width: 100%;
}

/* line 30, ../../../../../../../assets/news/styles/general/_helpers.scss */
.xs-width {
  width: 320px;
}

/* line 35, ../../../../../../../assets/news/styles/general/_helpers.scss */
span.div-filler {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

/* line 45, ../../../../../../../assets/news/styles/general/_helpers.scss */
div.atclear {
  display: none !important;
}

/* line 50, ../../../../../../../assets/news/styles/general/_helpers.scss */
.print-only {
  display: none;
}

/* line 54, ../../../../../../../assets/news/styles/general/_helpers.scss */
.parking-spot__filling, .parking-spot__link {
  height: 100%;
  left: 0px;
  position: absolute;
  width: 100%;
  top: 0px;
  overflow: hidden;
}

/* line 62, ../../../../../../../assets/news/styles/general/_helpers.scss */
img.parking-spot__thumbnail-play-button {
  width: 70px;
}

/* line 66, ../../../../../../../assets/news/styles/general/_helpers.scss */
.panda-container {
  padding: 0;
}

/* line 69, ../../../../../../../assets/news/styles/general/_helpers.scss */
#mobile-fixed-ad {
  display: none;
  position: fixed;
  width: 100%;
  height: 50px;
  bottom: 0px;
  z-index: 11000;
  -webkit-transition-property: bottom;
  -webkit-transition-duration: 1s;
  -moz-transition-property: bottom;
  -moz-transition-duration: 1s;
  -o-transition-property: bottom;
  -o-transition-duration: 1s;
  text-align: center;
}
@media (max-width: 567px) {
  /* line 69, ../../../../../../../assets/news/styles/general/_helpers.scss */
  #mobile-fixed-ad {
    display: block;
  }
}
/* line 86, ../../../../../../../assets/news/styles/general/_helpers.scss */
#mobile-fixed-ad .adunit__placeholder {
  width: 320px;
  border: 1px dashed white;
  height: 50px;
  position: relative;
  margin: 0 auto;
}
/* line 92, ../../../../../../../assets/news/styles/general/_helpers.scss */
#mobile-fixed-ad .adunit__placeholder:before {
  color: white;
  top: 10px;
}

/* line 100, ../../../../../../../assets/news/styles/general/_helpers.scss */
.article__body--container {
  margin-top: 20px;
}
@media (min-width: 1060px) {
  /* line 100, ../../../../../../../assets/news/styles/general/_helpers.scss */
  .article__body--container {
    min-height: 1050px;
  }
}
@media (max-width: 1059px) {
  /* line 100, ../../../../../../../assets/news/styles/general/_helpers.scss */
  .article__body--container {
    margin-top: 0px;
  }
}

/* line 110, ../../../../../../../assets/news/styles/general/_helpers.scss */
.hideOverflow {
  overflow: hidden;
}

/* line 114, ../../../../../../../assets/news/styles/general/_helpers.scss */
.faded {
  opacity: 0.2;
  cursor: default;
}

/* line 60, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs {
  display: inline-block;
  font-family: "icongs";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: middle;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
/* line 73, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-arrowchunky:before {
  content: "🔮";
}
/* line 76, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-arrowdown:before {
  content: "↓";
}
/* line 79, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-arrowleft:before {
  content: "←";
}
/* line 82, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-arrowne:before {
  content: "🔣";
}
/* line 85, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-arrownw:before {
  content: "🔢";
}
/* line 88, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-arrowright:before {
  content: "→";
}
/* line 91, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-arrowse:before {
  content: "🔤";
}
/* line 94, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-arrowsw:before {
  content: "🔡";
}
/* line 97, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-arrowup:before {
  content: "↑";
}
/* line 100, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-audio:before {
  content: "";
}
/* line 103, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-border:before {
  content: "";
}
/* line 106, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-close:before {
  content: "×";
}
/* line 109, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-comment:before {
  content: "💬";
}
/* line 112, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-directiondown:before {
  content: "";
}
/* line 115, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-directionleft:before {
  content: "";
}
/* line 118, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-directionright:before {
  content: "";
}
/* line 121, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-directionup:before {
  content: "";
}
/* line 124, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-email:before {
  content: "";
}
/* line 127, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-facebook:before {
  content: "";
}
/* line 130, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-fullscreen:before {
  content: "🔔";
}
/* line 133, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-gallery:before {
  content: "";
}
/* line 136, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-googleplus:before {
  content: "";
}
/* line 139, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-headphones:before {
  content: "";
}
/* line 142, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-heart:before {
  content: "🔥";
}
/* line 145, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-hearthollow:before {
  content: "🔫";
}
/* line 148, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-home:before {
  content: "🔓";
}
/* line 151, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-instagram:before {
  content: "🔑";
}
/* line 154, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-lightarrowdown:before {
  content: "🔕";
}
/* line 157, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-lightarrowleft:before {
  content: "🔖";
}
/* line 160, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-lightarrowright:before {
  content: "🔗";
}
/* line 163, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-lightarrowup:before {
  content: "🔘";
}
/* line 166, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-lightdirectiondown:before {
  content: "🔙";
}
/* line 169, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-lightdirectionleft:before {
  content: "🔚";
}
/* line 172, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-lightdirectionright:before {
  content: "🔛";
}
/* line 175, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-lightdirectionup:before {
  content: "🔜";
}
/* line 178, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-linkedin:before {
  content: "";
}
/* line 181, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-lock:before {
  content: "";
}
/* line 184, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-member:before {
  content: "🔲";
}
/* line 187, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-menu:before {
  content: "☰";
}
/* line 190, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-open:before {
  content: "+";
}
/* line 193, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-pinterest:before {
  content: "🔩";
}
/* line 196, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-play:before {
  content: "🔬";
}
/* line 199, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-print:before {
  content: "🔨";
}
/* line 202, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-refresh:before {
  content: "🔭";
}
/* line 205, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-remove:before {
  content: "−";
}
/* line 208, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-search:before {
  content: "🔍";
}
/* line 211, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-searchmenu:before {
  content: "🔟";
}
/* line 214, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-share:before {
  content: "";
}
/* line 217, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-tv:before {
  content: "🔎";
}
/* line 220, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-twitter:before {
  content: "";
}
/* line 223, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-usermenu:before {
  content: "🔒";
}
/* line 226, ../../../../../../../assets/news/styles/general/_icons.scss */
.icongs.icongs-youtube:before {
  content: "";
}

/* line 1, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/BylineComponent/_byline.scss */
.row--byline {
  margin-top: 22px;
  margin-bottom: 42px;
}

/* line 6, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/BylineComponent/_byline.scss */
.byline {
  font-family: "Chronicle SSm 3r", Georgia, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  width: 100%;
  margin: 0;
}
/* line 113, ../../../../../../../assets/news/styles/_mixins.scss */
.byline b, .byline strong {
  font-weight: 600;
  font-style: normal;
  font-family: "Chronicle SSm 6r", Georgia, serif;
}
/* line 117, ../../../../../../../assets/news/styles/_mixins.scss */
.byline b em, .byline strong em {
  font-weight: 600;
  font-style: italic;
  font-family: "Chronicle SSm 6i", Georgia, serif;
}
/* line 123, ../../../../../../../assets/news/styles/_mixins.scss */
.byline em {
  font-weight: 300;
  font-style: italic;
  font-family: "Chronicle SSm 3i", Georgia, serif b, strong;
  font-family-font-weight: 600;
  font-family-font-style: italic;
  font-family-font-family: "Chronicle SSm 6i", Georgia, serif;
}
/* line 11, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/BylineComponent/_byline.scss */
.byline .byline__category {
  padding-left: 22px;
  text-indent: -22px;
}
/* line 15, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/BylineComponent/_byline.scss */
.byline .byline__publish {
  color: #999999;
  font-family: "Pragmatica-web", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 20, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/BylineComponent/_byline.scss */
.byline .byline__publish p {
  margin: 0;
  margin-top: 5px;
}
@media (max-width: 1059px) {
  /* line 20, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/BylineComponent/_byline.scss */
  .byline .byline__publish p {
    margin-top: 3px;
  }
}
/* line 30, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/BylineComponent/_byline.scss */
.byline .byline__by {
  display: inline;
}
/* line 33, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/BylineComponent/_byline.scss */
.byline .byline__term {
  display: inline;
}
/* line 35, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/BylineComponent/_byline.scss */
.byline .byline__term a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}
/* line 39, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/BylineComponent/_byline.scss */
.byline .byline__term a:hover {
  color: #999999;
}

/*no byline for legacy galleries - see NEWS-773 */
/* line 47, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/BylineComponent/_byline.scss */
.legacy-gallery .byline__category,
.legacy-gallery .byline__contributor {
  display: none;
}

/* line 2, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/smartbody/styles/_smartbody-paragraphs.scss */
.paragraphs .text a, .article__deck a, figcaption a, .bottom-promo p a, .byline a {
  color: inherit;
  border-bottom: 1px solid #ffcc00;
}
/* line 6, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/smartbody/styles/_smartbody-paragraphs.scss */
.paragraphs .text a:hover, .article__deck a:hover, figcaption a:hover, .bottom-promo p a:hover, .byline a:hover {
  border-bottom-color: #999;
  color: #999;
  text-decoration: none;
}

/* line 14, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/smartbody/styles/_smartbody-paragraphs.scss */
.smartbody p, .smartbody ul, .smartbody ol, .smartbody aside, .smartbody h6 {
  font-family: "Chronicle SSm 3r", Georgia, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.003em;
  line-height: 1.7;
  margin-bottom: 32px;
  margin-top: 32px;
  text-rendering: optimizeLegibility;
}
/* line 113, ../../../../../../../assets/news/styles/_mixins.scss */
.smartbody p b, .smartbody p strong, .smartbody ul b, .smartbody ul strong, .smartbody ol b, .smartbody ol strong, .smartbody aside b, .smartbody aside strong, .smartbody h6 b, .smartbody h6 strong {
  font-weight: 600;
  font-style: normal;
  font-family: "Chronicle SSm 6r", Georgia, serif;
}
/* line 117, ../../../../../../../assets/news/styles/_mixins.scss */
.smartbody p b em, .smartbody p strong em, .smartbody ul b em, .smartbody ul strong em, .smartbody ol b em, .smartbody ol strong em, .smartbody aside b em, .smartbody aside strong em, .smartbody h6 b em, .smartbody h6 strong em {
  font-weight: 600;
  font-style: italic;
  font-family: "Chronicle SSm 6i", Georgia, serif;
}
/* line 123, ../../../../../../../assets/news/styles/_mixins.scss */
.smartbody p em, .smartbody ul em, .smartbody ol em, .smartbody aside em, .smartbody h6 em {
  font-weight: 300;
  font-style: italic;
  font-family: "Chronicle SSm 3i", Georgia, serif b, strong;
  font-family-font-weight: 600;
  font-family-font-style: italic;
  font-family-font-family: "Chronicle SSm 6i", Georgia, serif;
}
@media (min-width: 1060px) {
  /* line 14, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/smartbody/styles/_smartbody-paragraphs.scss */
  .smartbody p, .smartbody ul, .smartbody ol, .smartbody aside, .smartbody h6 {
    margin-right: 25px;
  }
}
@media (max-width: 1059px) {
  /* line 14, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/smartbody/styles/_smartbody-paragraphs.scss */
  .smartbody p, .smartbody ul, .smartbody ol, .smartbody aside, .smartbody h6 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
    margin-top: 25px;
  }
}
/* line 33, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/smartbody/styles/_smartbody-paragraphs.scss */
.smartbody h2 {
  font-family: "Chronicle Deck 6r", Georgia, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  letter-spacing: 0.003em;
  margin: 0 0 -21px 0;
}
/* line 99, ../../../../../../../assets/news/styles/_mixins.scss */
.smartbody h2 b, .smartbody h2 strong {
  font-weight: 600;
  font-style: normal;
}
/* line 103, ../../../../../../../assets/news/styles/_mixins.scss */
.smartbody h2 em {
  font-weight: 600;
  font-style: italic;
  font-family: "Chronicle Deck 6i", Georgia, serif;
}
/* line 39, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/smartbody/styles/_smartbody-paragraphs.scss */
.smartbody h6 {
  /*lead paragraph*/
  font-size: 18px !important;
}
@media (max-width: 1059px) {
  /* line 39, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/smartbody/styles/_smartbody-paragraphs.scss */
  .smartbody h6 {
    font-size: 20px !important;
  }
}
/* line 45, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/smartbody/styles/_smartbody-paragraphs.scss */
.smartbody blockquote {
  /*editor's notes*/
  border: 1px solid #c9c9c9;
  color: #999;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
  margin: 32px 0px;
  padding: 10px 20px;
  overflow: hidden;
}

/*smart-body Rich Text Editor styles */
/* line 59, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/smartbody/styles/_smartbody-paragraphs.scss */
#CQ .x-html-editor-wrap p, #CQ .x-html-editor-wrap ul, #CQ .x-html-editor-wrap ol, #CQ .x-html-editor-wrap aside, #CQ .x-html-editor-wrap h6 {
  font-family: "Chronicle Deck 6r", Georgia, serif;
  font-size: 18px;
  letter-spacing: 0.003em;
  line-height: 1.5;
  margin-top: 32px;
  margin-bottom: 32px;
  text-rendering: optimizeLegibility;
}
/* line 69, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/smartbody/styles/_smartbody-paragraphs.scss */
#CQ .x-html-editor-wrap h2 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: -21px;
}
/* line 75, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/smartbody/styles/_smartbody-paragraphs.scss */
#CQ .x-html-editor-wrap h6 {
  /*lead paragraph*/
  font-size: 20px !important;
}
/* line 78, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/smartbody/styles/_smartbody-paragraphs.scss */
#CQ .x-html-editor-wrap blockquote {
  /*editor's notes*/
  border: 1px solid #c9c9c9;
  color: #999;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.4;
  margin: 0px 25px 0px 0px;
  padding: 10px 20px;
  overflow: hidden;
}
/* line 90, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/smartbody/styles/_smartbody-paragraphs.scss */
#CQ .x-html-editor-wrap span.smart-quote::before {
  content: "\201C";
}
/* line 93, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/smartbody/styles/_smartbody-paragraphs.scss */
#CQ .x-html-editor-wrap span.smart-quote::after {
  content: "\201D";
}

@media screen {
  /* 
   * 	Core Owl Carousel CSS File
   *	v1.3.2
   */
  /* clearfix */
  /* line 7, ../../../../../../../assets/news/styles/libs/owl.carousel.scss */
  .owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }

  /* display none until init */
  /* line 16, ../../../../../../../assets/news/styles/libs/owl.carousel.scss */
  .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
  }

  /* line 22, ../../../../../../../assets/news/styles/libs/owl.carousel.scss */
  .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
  }

  /* line 27, ../../../../../../../assets/news/styles/libs/owl.carousel.scss */
  .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  /* line 32, ../../../../../../../assets/news/styles/libs/owl.carousel.scss */
  .owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
  }

  /* line 40, ../../../../../../../assets/news/styles/libs/owl.carousel.scss */
  .owl-carousel .owl-item {
    float: left;
  }

  /* line 43, ../../../../../../../assets/news/styles/libs/owl.carousel.scss */
  .owl-controls .owl-page,
  .owl-controls .owl-buttons div {
    cursor: pointer;
  }

  /* line 47, ../../../../../../../assets/news/styles/libs/owl.carousel.scss */
  .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }

  /* fix */
  /* line 58, ../../../../../../../assets/news/styles/libs/owl.carousel.scss */
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }

  /*
  * 	Owl Carousel Owl Demo Theme 
  *	v1.3.2
  */
  /* line 6, ../../../../../../../assets/news/styles/libs/owl.theme.scss */
  .owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
  }

  /* Styling Next and Prev buttons */
  /* line 13, ../../../../../../../assets/news/styles/libs/owl.theme.scss */
  .owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
  }

  /* Clickable class fix problem with hover on touch devices */
  /* Use it for non-touch hover action */
  /* line 30, ../../../../../../../assets/news/styles/libs/owl.theme.scss */
  .owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
  }

  /* Styling Pagination*/
  /* line 38, ../../../../../../../assets/news/styles/libs/owl.theme.scss */
  .owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
  }

  /* line 43, ../../../../../../../assets/news/styles/libs/owl.theme.scss */
  .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
  }

  /* line 56, ../../../../../../../assets/news/styles/libs/owl.theme.scss */
  .owl-theme .owl-controls .owl-page.active span,
  .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
  }

  /* If PaginationNumbers is true */
  /* line 64, ../../../../../../../assets/news/styles/libs/owl.theme.scss */
  .owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }

  /* 
   *  Owl Carousel CSS3 Transitions 
   *  v1.3.2
   */
  /* line 6, ../../../../../../../assets/news/styles/libs/owl.transitions.scss */
  .owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
  }

  /* fade */
  /* line 16, ../../../../../../../assets/news/styles/libs/owl.transitions.scss */
  .owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
  }

  /* line 22, ../../../../../../../assets/news/styles/libs/owl.transitions.scss */
  .owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
  }

  /* backSlide */
  /* line 28, ../../../../../../../assets/news/styles/libs/owl.transitions.scss */
  .owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
  }

  /* line 33, ../../../../../../../assets/news/styles/libs/owl.transitions.scss */
  .owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
  }

  /* goDown */
  /* line 39, ../../../../../../../assets/news/styles/libs/owl.transitions.scss */
  .owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
  }

  /* line 44, ../../../../../../../assets/news/styles/libs/owl.transitions.scss */
  .owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
  }

  /* scaleUp */
  /* line 50, ../../../../../../../assets/news/styles/libs/owl.transitions.scss */
  .owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
  }

  /* line 56, ../../../../../../../assets/news/styles/libs/owl.transitions.scss */
  .owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
  }

  /* Keyframes */
  /*empty*/
  @-webkit-keyframes empty {
    0% {
      opacity: 1;
    }
  }
  @-moz-keyframes empty {
    0% {
      opacity: 1;
    }
  }
  @keyframes empty {
    0% {
      opacity: 1;
    }
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-moz-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @-moz-keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @-webkit-keyframes backSlideOut {
    25% {
      opacity: .5;
      -webkit-transform: translateZ(-500px);
    }
    75% {
      opacity: .5;
      -webkit-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
      opacity: .5;
      -webkit-transform: translateZ(-500px) translateX(-200%);
    }
  }
  @-moz-keyframes backSlideOut {
    25% {
      opacity: .5;
      -moz-transform: translateZ(-500px);
    }
    75% {
      opacity: .5;
      -moz-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
      opacity: .5;
      -moz-transform: translateZ(-500px) translateX(-200%);
    }
  }
  @keyframes backSlideOut {
    25% {
      opacity: .5;
      transform: translateZ(-500px);
    }
    75% {
      opacity: .5;
      transform: translateZ(-500px) translateX(-200%);
    }
    100% {
      opacity: .5;
      transform: translateZ(-500px) translateX(-200%);
    }
  }
  @-webkit-keyframes backSlideIn {
    0%, 25% {
      opacity: .5;
      -webkit-transform: translateZ(-500px) translateX(200%);
    }
    75% {
      opacity: .5;
      -webkit-transform: translateZ(-500px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateZ(0) translateX(0);
    }
  }
  @-moz-keyframes backSlideIn {
    0%, 25% {
      opacity: .5;
      -moz-transform: translateZ(-500px) translateX(200%);
    }
    75% {
      opacity: .5;
      -moz-transform: translateZ(-500px);
    }
    100% {
      opacity: 1;
      -moz-transform: translateZ(0) translateX(0);
    }
  }
  @keyframes backSlideIn {
    0%, 25% {
      opacity: .5;
      transform: translateZ(-500px) translateX(200%);
    }
    75% {
      opacity: .5;
      transform: translateZ(-500px);
    }
    100% {
      opacity: 1;
      transform: translateZ(0) translateX(0);
    }
  }
  @-webkit-keyframes scaleToFade {
    to {
      opacity: 0;
      -webkit-transform: scale(0.8);
    }
  }
  @-moz-keyframes scaleToFade {
    to {
      opacity: 0;
      -moz-transform: scale(0.8);
    }
  }
  @keyframes scaleToFade {
    to {
      opacity: 0;
      transform: scale(0.8);
    }
  }
  @-webkit-keyframes goDown {
    from {
      -webkit-transform: translateY(-100%);
    }
  }
  @-moz-keyframes goDown {
    from {
      -moz-transform: translateY(-100%);
    }
  }
  @keyframes goDown {
    from {
      transform: translateY(-100%);
    }
  }
  @-webkit-keyframes scaleUpFrom {
    from {
      opacity: 0;
      -webkit-transform: scale(1.5);
    }
  }
  @-moz-keyframes scaleUpFrom {
    from {
      opacity: 0;
      -moz-transform: scale(1.5);
    }
  }
  @keyframes scaleUpFrom {
    from {
      opacity: 0;
      transform: scale(1.5);
    }
  }
  @-webkit-keyframes scaleUpTo {
    to {
      opacity: 0;
      -webkit-transform: scale(1.5);
    }
  }
  @-moz-keyframes scaleUpTo {
    to {
      opacity: 0;
      -moz-transform: scale(1.5);
    }
  }
  @keyframes scaleUpTo {
    to {
      opacity: 0;
      transform: scale(1.5);
    }
  }
  @font-face {
    font-family: 'icongs';
    src: url(/etc/designs/news/icon-fonts/icongs_a5b67007ff5a80787e9ee410b47e8038.eot);
    /* IE9 Compat Modes */
    src: url(/etc/designs/news/icon-fonts/icongs_a5b67007ff5a80787e9ee410b47e8038.eot?#iefix) format("embedded-opentype"), url(/etc/designs/news/icon-fonts/icongs_a5b67007ff5a80787e9ee410b47e8038.woff) format("woff"), url(/etc/designs/news/icon-fonts/icongs_a5b67007ff5a80787e9ee410b47e8038.ttf) format("truetype"), url(/etc/designs/news/icon-fonts/icongs_a5b67007ff5a80787e9ee410b47e8038.ngsversion.9c4594f0.svg) format("svg");
    /* Legacy iOS */
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "icongs";
    src: url(/etc/designs/news/icon-fonts/icongs_a5b67007ff5a80787e9ee410b47e8038.ngsversion.9c4594f0.svg#icongs) format("svg");
  }
}
@media screen {
  /* line 1, ../../../../../../../assets/news/styles/general/_ads.scss */
  .AdSlot {
    text-align: center;
  }

  /* line 5, ../../../../../../../assets/news/styles/general/_ads.scss */
  .adcomponent {
    display: inline-block;
  }

  /* line 9, ../../../../../../../assets/news/styles/general/_ads.scss */
  .AdSlotHeader {
    background-color: white;
    width: 100%;
    min-height: 133px;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
  }
}
@media screen and (max-width: 728px) {
  /* line 9, ../../../../../../../assets/news/styles/general/_ads.scss */
  .AdSlotHeader {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  /* line 18, ../../../../../../../assets/news/styles/general/_ads.scss */
  .AdSlotHeader.AdSlotHeader--largest-header-ad-rendered {
    display: none;
  }
}

@media screen {
  /* line 25, ../../../../../../../assets/news/styles/general/_ads.scss */
  .headercomponent {
    margin: 0px auto;
    width: 1000px;
    text-align: center;
  }
}
@media screen and (max-width: 1059px) {
  /* line 25, ../../../../../../../assets/news/styles/general/_ads.scss */
  .headercomponent {
    width: auto;
  }
}
@media screen and (max-width: 567px) {
  /* line 25, ../../../../../../../assets/news/styles/general/_ads.scss */
  .headercomponent {
    display: none;
  }
}

@media screen {
  /* line 37, ../../../../../../../assets/news/styles/general/_ads.scss */
  .adcomponent__placeholder {
    width: 720px;
    height: 90px;
    border: dashed 1px black;
    background: bisque;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
  }

  /* line 47, ../../../../../../../assets/news/styles/general/_ads.scss */
  .adcomponent__placeholder-small {
    width: 256px;
    height: 90px;
    border: dashed 1px black;
    background: bisque;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
  }
  /* line 55, ../../../../../../../assets/news/styles/general/_ads.scss */
  .adcomponent__placeholder-small:before {
    content: "Ad Placeholder";
    position: relative;
    top: 30px;
    font-weight: bold;
  }

  /* line 63, ../../../../../../../assets/news/styles/general/_ads.scss */
  .adunit__placeholder {
    width: 300px;
    height: 250px;
    border: dashed 1px black;
  }

  /* line 68, ../../../../../../../assets/news/styles/general/_ads.scss */
  .adunit--leadAd .adunit__placeholder {
    height: 600px;
  }

  /* line 71, ../../../../../../../assets/news/styles/general/_ads.scss */
  .adunit__placeholder, .adcomponent__placeholder, .adcomponent__placeholder-small {
    text-align: center;
  }
  /* line 73, ../../../../../../../assets/news/styles/general/_ads.scss */
  .adunit__placeholder:before, .adcomponent__placeholder:before, .adcomponent__placeholder-small:before {
    content: "Ad Placeholder";
    position: relative;
    top: 30px;
    font-weight: bold;
  }

  /* line 80, ../../../../../../../assets/news/styles/general/_ads.scss */
  .adunit__placeholder--sponsor {
    height: 50px;
    width: 210px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 567px) {
  /* line 80, ../../../../../../../assets/news/styles/general/_ads.scss */
  .adunit__placeholder--sponsor {
    margin: 10px auto;
  }
}
@media screen {
  /* line 88, ../../../../../../../assets/news/styles/general/_ads.scss */
  .adunit__placeholder--sponsor:before {
    top: 12px;
  }

  /* line 92, ../../../../../../../assets/news/styles/general/_ads.scss */
  .ad--small {
    overflow: hidden;
  }
}
@media screen and (max-width: 567px) {
  /* line 95, ../../../../../../../assets/news/styles/general/_ads.scss */
  .section-header__sponsor .adunit {
    width: 210px;
    margin: 0 auto;
    overflow: hidden;
  }
}

@media screen {
  /* line 102, ../../../../../../../assets/news/styles/general/_ads.scss */
  .header-pixel-ad {
    width: 1px;
    height: 1px;
    display: none;
  }

  /* line 108, ../../../../../../../assets/news/styles/general/_ads.scss */
  .ad {
    -moz-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: relative;
    background-color: white;
    height: auto;
    display: inline-block;
    overflow: hidden;
    min-height: 38px;
  }
  /* line 121, ../../../../../../../assets/news/styles/general/_ads.scss */
  .ad .ad-container {
    height: 0;
    overflow: hidden;
  }
  /* line 125, ../../../../../../../assets/news/styles/general/_ads.scss */
  .ad .icon.close {
    display: none;
  }
  /* line 128, ../../../../../../../assets/news/styles/general/_ads.scss */
  .ad.opened {
    background-color: #cecece;
  }
  /* line 130, ../../../../../../../assets/news/styles/general/_ads.scss */
  .ad.opened .ad-container {
    display: block;
    height: 100%;
  }
  /* line 134, ../../../../../../../assets/news/styles/general/_ads.scss */
  .ad.opened .icon.close {
    display: inline-block;
  }

  /* line 140, ../../../../../../../assets/news/styles/general/_ads.scss */
  .ad-btncontainer {
    position: absolute;
    top: 2px;
    right: 6px;
    z-index: 9999;
  }

  /* line 147, ../../../../../../../assets/news/styles/general/_ads.scss */
  .ad--billboard {
    width: 970px;
  }
  /* line 149, ../../../../../../../assets/news/styles/general/_ads.scss */
  .ad--billboard.opened {
    height: 250px;
  }

  /* line 154, ../../../../../../../assets/news/styles/general/_ads.scss */
  .ad--center {
    width: 728px;
  }
}
@media screen and (max-width: 1059px) {
  /* line 159, ../../../../../../../assets/news/styles/general/_ads.scss */
  .ad--small, .ad--big {
    display: none;
  }
}
@media screen and (max-width: 1059px) {
  /* line 163, ../../../../../../../assets/news/styles/general/_ads.scss */
  .parsys .adunit--fixed {
    display: inline-block;
  }
}

@media screen {
  /* line 169, ../../../../../../../assets/news/styles/general/_ads.scss */
  .adunit--automatic-ad {
    margin: 37.5px -16px;
  }
}
@media screen and (min-width: 568px) and (max-width: 1059px) {
  /* line 169, ../../../../../../../assets/news/styles/general/_ads.scss */
  .adunit--automatic-ad {
    margin: 37.5px -10px;
  }
}
@media screen and (min-width: 1060px) {
  /* line 169, ../../../../../../../assets/news/styles/general/_ads.scss */
  .adunit--automatic-ad {
    margin: 48px 0px 48px -80px;
  }
  /* line 176, ../../../../../../../assets/news/styles/general/_ads.scss */
  .adunit--automatic-ad.right-rail-slot {
    margin: 0;
  }
  /* line 178, ../../../../../../../assets/news/styles/general/_ads.scss */
  .adunit--automatic-ad.right-rail-slot .adunit {
    text-align: left;
  }
}

@media screen {
  /* line 188, ../../../../../../../assets/news/styles/general/_ads.scss */
  #header-ads__left-ad {
    width: auto;
    display: inline-block;
    margin: 30px 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 567px) {
  /* line 188, ../../../../../../../assets/news/styles/general/_ads.scss */
  #header-ads__left-ad {
    display: none;
  }
}
@media screen {
  /* line 196, ../../../../../../../assets/news/styles/general/_ads.scss */
  #header-ads__left-ad .adunit__placeholder {
    width: 728px;
    height: 90px;
    border: dashed 1px black;
  }
  /* line 200, ../../../../../../../assets/news/styles/general/_ads.scss */
  #header-ads__left-ad .adunit__placeholder:before {
    color: black;
  }

  /* line 205, ../../../../../../../assets/news/styles/general/_ads.scss */
  #header-ads__right-ad {
    display: inline-block;
    height: 90px;
    margin: 30px 0;
    overflow: hidden;
    width: 257px;
  }
}
@media screen and (max-width: 1059px) {
  /* line 205, ../../../../../../../assets/news/styles/general/_ads.scss */
  #header-ads__right-ad {
    display: none;
  }
}
@media screen {
  /* line 214, ../../../../../../../assets/news/styles/general/_ads.scss */
  #header-ads__right-ad .adunit__placeholder {
    width: 257px;
    height: 90px;
    border: dashed 1px black;
  }
  /* line 218, ../../../../../../../assets/news/styles/general/_ads.scss */
  #header-ads__right-ad .adunit__placeholder:before {
    color: black;
  }

  /* line 223, ../../../../../../../assets/news/styles/general/_ads.scss */
  #header-ads__pixel-ad {
    position: absolute;
    top: 0;
  }

  /* line 2, ../../../../../../../assets/news/styles/general/_aspect-ratio-wrapper.scss */
  .aspect-ratio-wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    text-align: center;
    padding-bottom: 66.66%;
  }
  /* line 9, ../../../../../../../assets/news/styles/general/_aspect-ratio-wrapper.scss */
  .aspect-ratio-wrapper img, .aspect-ratio-wrapper .image-holder, .aspect-ratio-wrapper a.aspect-ratio-wrapper__link, .aspect-ratio-wrapper iframe, .aspect-ratio-wrapper object, .aspect-ratio-wrapper embed {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 100%;
    vertical-align: middle;
  }
  /* line 18, ../../../../../../../assets/news/styles/general/_aspect-ratio-wrapper.scss */
  .aspect-ratio-wrapper .image-holder {
    background-size: cover;
    background-position: center;
  }
  /* line 22, ../../../../../../../assets/news/styles/general/_aspect-ratio-wrapper.scss */
  .aspect-ratio-wrapper iframe, .aspect-ratio-wrapper object, .aspect-ratio-wrapper embed {
    height: 100%;
  }
  /* line 25, ../../../../../../../assets/news/styles/general/_aspect-ratio-wrapper.scss */
  .aspect-ratio-wrapper.threetwo {
    padding-bottom: 66.66%;
  }
  /* line 28, ../../../../../../../assets/news/styles/general/_aspect-ratio-wrapper.scss */
  .aspect-ratio-wrapper.threefour {
    padding-bottom: 133.33%;
  }
  /* line 31, ../../../../../../../assets/news/styles/general/_aspect-ratio-wrapper.scss */
  .aspect-ratio-wrapper.sixteennine {
    padding-bottom: 56.25%;
  }

  /* line 36, ../../../../../../../assets/news/styles/general/_aspect-ratio-wrapper.scss */
  a.aspect-ratio-wrapper__link {
    width: 100%;
    border: none;
    display: block;
    min-height: 20px;
  }

  /* line 1, ../../../../../../../assets/news/styles/general/_edit-mode.scss */
  .cq-component-label {
    margin: 0;
    padding: 10px;
    text-align: center;
    border: 1px dashed black;
    background: mintcream;
    font-size: 14px;
  }
  /* line 8, ../../../../../../../assets/news/styles/general/_edit-mode.scss */
  .cq-component-label h3 {
    margin-top: 4px;
  }
  /* line 11, ../../../../../../../assets/news/styles/general/_edit-mode.scss */
  .cq-component-label.ad-component-label {
    background: none;
  }
}
@media screen and (min-width: 1060px) {
  /* line 11, ../../../../../../../assets/news/styles/general/_edit-mode.scss */
  .cq-component-label.ad-component-label {
    width: 970px;
    height: 90px;
    margin-left: -80px;
  }
}

@media screen {
  /* line 20, ../../../../../../../assets/news/styles/general/_edit-mode.scss */
  .RightRailSlot .cq-component-label {
    background: lavender;
  }

  /* line 26, ../../../../../../../assets/news/styles/general/_edit-mode.scss */
  .remove-component-labels .cq-component-label, .remove-component-labels .cq-editrollover-insert-container, .remove-component-labels .new.section {
    display: none;
  }

  /*
   * ===========================================
   * PARSYS COMPONENT
   * ===========================================
   */
  /* line 6, ../../../../../../../assets/news/styles/components/_parsys.scss */
  div.par, div.rightpar {
    clear: both;
  }

  /* line 10, ../../../../../../../assets/news/styles/components/_parsys.scss */
  div.parsys_column {
    height: 100%;
    width: 100%;
    float: left;
    border: 0;
    vertical-align: top;
    padding: 0;
    margin: 0;
  }

  /* line 20, ../../../../../../../assets/news/styles/components/_parsys.scss */
  div.content.parsys, .mainArt.parsys {
    min-height: 0;
    width: auto;
  }

  /* line 25, ../../../../../../../assets/news/styles/components/_parsys.scss */
  div.parsys_column .section {
    width: 100%;
    min-height: 100%;
  }

  /* prev/next arrows */
  /* line 4, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PreviousNextArticle/_previousNextArticle.scss */
  .change-article {
    width: 100%;
  }
  /* line 6, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PreviousNextArticle/_previousNextArticle.scss */
  .change-article .prev-article {
    top: 380px;
  }
  /* line 9, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PreviousNextArticle/_previousNextArticle.scss */
  .change-article .next-article {
    top: 380px;
  }

  /* line 13, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PreviousNextArticle/_previousNextArticle.scss */
  .sticky-header__title {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }
}
@media screen and (min-width: 850px) {
  /* line 13, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PreviousNextArticle/_previousNextArticle.scss */
  .sticky-header__title {
    width: 56%;
  }
}
@media screen and (min-width: 920px) {
  /* line 13, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PreviousNextArticle/_previousNextArticle.scss */
  .sticky-header__title {
    width: 59%;
  }
}
@media screen and (min-width: 1059px) {
  /* line 13, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PreviousNextArticle/_previousNextArticle.scss */
  .sticky-header__title {
    width: 64.5%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 13, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PreviousNextArticle/_previousNextArticle.scss */
  .sticky-header__title {
    width: 72%;
  }
}
@media screen and (min-width: 1240px) {
  /* line 13, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PreviousNextArticle/_previousNextArticle.scss */
  .sticky-header__title {
    width: 64.5%;
  }
}
@media screen and (min-width: 1400px) {
  /* line 13, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PreviousNextArticle/_previousNextArticle.scss */
  .sticky-header__title {
    width: 72%;
  }
}
@media screen and (max-width: 740px) {
  /* line 13, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PreviousNextArticle/_previousNextArticle.scss */
  .sticky-header__title {
    display: none;
  }
}

@media screen {
  /* line 42, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PreviousNextArticle/_previousNextArticle.scss */
  .prev-article {
    left: 0px;
    z-index: 11100;
    display: none;
  }
  /* line 46, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PreviousNextArticle/_previousNextArticle.scss */
  .prev-article .arrow {
    background-color: #f3f1f1;
  }

  /* line 51, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PreviousNextArticle/_previousNextArticle.scss */
  .next-article {
    right: 0px;
    z-index: 11100;
    display: none;
  }
  /* line 55, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PreviousNextArticle/_previousNextArticle.scss */
  .next-article .arrow {
    float: right;
    background-color: #ebebeb;
  }

  /* line 61, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PreviousNextArticle/_previousNextArticle.scss */
  .onTop.next-article, .onTop.prev-article {
    top: -1px !important;
  }
  /* line 65, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PreviousNextArticle/_previousNextArticle.scss */
  .onTop.next-article .arrow {
    background-color: #fff;
    border-left: 1px solid #ebebeb;
  }
  /* line 69, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PreviousNextArticle/_previousNextArticle.scss */
  .onTop.prev-article .arrow {
    background-color: #fff;
    border-right: 1px solid #ebebeb;
  }
  /* line 73, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PreviousNextArticle/_previousNextArticle.scss */
  .onTop:hover .arrow {
    border-right: none;
  }

  /* line 79, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PreviousNextArticle/_previousNextArticle.scss */
  .next-article:hover .arrow {
    /*background-color: $ngsurpriceblue;*/
    background-color: #061423;
    transition: background-color 230ms;
    -webkit-transition: background-color 230ms;
    border: none;
  }
  /* line 85, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PreviousNextArticle/_previousNextArticle.scss */
  .next-article:hover .arrow i {
    color: #fff;
  }
  /* line 90, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PreviousNextArticle/_previousNextArticle.scss */
  .next-article .title-container {
    /*background-color: $ngsurpriceblue;*/
    background-color: #061423;
  }

  /* line 97, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PreviousNextArticle/_previousNextArticle.scss */
  .prev-article:hover .arrow {
    background-color: #061423;
    transition: background-color 230ms;
    -webkit-transition: background-color 230ms;
  }
  /* line 101, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PreviousNextArticle/_previousNextArticle.scss */
  .prev-article:hover .arrow i {
    color: #fff;
  }
  /* line 106, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PreviousNextArticle/_previousNextArticle.scss */
  .prev-article .title-container {
    background-color: #061423;
  }

  /* line 110, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PreviousNextArticle/_previousNextArticle.scss */
  .title-container {
    color: #fff;
    float: left;
    height: 83px;
    opacity: 0;
    padding: 15px 20px 0 20px;
    width: 250px;
  }
  /* line 117, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PreviousNextArticle/_previousNextArticle.scss */
  .title-container p {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
  }
  /* line 123, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PreviousNextArticle/_previousNextArticle.scss */
  .title-container .title {
    font-size: 13px;
    margin: 3px 0;
    height: 38px;
    overflow: hidden;
  }

  /* line 2, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Kicker/_kicker.scss */
  .news__article header {
    background-color: white;
  }
  /* line 4, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Kicker/_kicker.scss */
  .news__article header.kicker-header {
    margin: 27px 0 35px;
    color: black;
  }
}
@media screen and (max-width: 567px) {
  /* line 4, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Kicker/_kicker.scss */
  .news__article header.kicker-header {
    margin: 17px 0 35px;
  }
}
@media screen {
  /* line 12, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Kicker/_kicker.scss */
  .news__article .series-name {
    font-family: "Pragmatica-web", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    /* Style for genre before the article title e.g. Special Report */
  }
  /* line 18, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Kicker/_kicker.scss */
  .news__article .series-name a {
    font-weight: 400;
    color: inherit;
    border-bottom: none;
    margin-left: 2px;
    text-decoration: none;
  }
  /* line 26, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Kicker/_kicker.scss */
  .news__article .series-name .contrast-letter {
    color: #555555;
    font-family: "Chronicle Deck 6i", Georgia, serif;
    letter-spacing: 0.01em;
    margin-left: 0px;
    margin-right: 0px;
    text-transform: capitalize;
  }
  /* line 33, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Kicker/_kicker.scss */
  .news__article .series-name .contrast-letter.pipe {
    margin: 0px 9px 0px 10px;
  }
  /* line 36, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Kicker/_kicker.scss */
  .news__article .series-name .contrast-letter em, .news__article .series-name .contrast-letter i {
    font-weight: 600;
    font-style: italic;
  }
  /* line 42, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Kicker/_kicker.scss */
  .news__article .series-name .pipe {
    font-size: 22px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: lighter;
  }

  /* line 2, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/TitleAndDek/_titleAndDek.scss */
  .news__article .main-title {
    font-family: "Chronicle Deck 6r", Georgia, serif;
    font-weight: 600;
    font-style: normal;
    color: #000;
    letter-spacing: -0.018em;
    line-height: 1.15;
    text-rendering: optimizeLegibility;
    margin: 30px 0 20px;
  }
  /* line 99, ../../../../../../../assets/news/styles/_mixins.scss */
  .news__article .main-title b, .news__article .main-title strong {
    font-weight: 600;
    font-style: normal;
  }
  /* line 103, ../../../../../../../assets/news/styles/_mixins.scss */
  .news__article .main-title em {
    font-weight: 600;
    font-style: italic;
    font-family: "Chronicle Deck 6i", Georgia, serif;
  }
  /* line 10, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/TitleAndDek/_titleAndDek.scss */
  .news__article .main-title .xl-title {
    font-size: 104px;
    letter-spacing: -0.016em;
  }
  /* line 14, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/TitleAndDek/_titleAndDek.scss */
  .news__article .main-title .md-title {
    font-size: 54px;
    letter-spacing: 0.005em;
  }
  /* line 23, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/TitleAndDek/_titleAndDek.scss */
  .news__article .article__deck {
    font-family: "Pragmatica-web", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 19px;
    margin: 19px 0 0;
  }
  /* line 28, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/TitleAndDek/_titleAndDek.scss */
  .news__article .article__deck p {
    margin: 0;
  }
  /* line 33, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/TitleAndDek/_titleAndDek.scss */
  .news__article .series-name {
    font-size: 16px;
    margin: 0;
  }
}
@media screen and (max-width: 1059px) {
  /* line 42, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/TitleAndDek/_titleAndDek.scss */
  .news__article .main-title {
    margin: 25px 0 0;
  }
  /* line 45, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/TitleAndDek/_titleAndDek.scss */
  .news__article .main-title .md-title, .news__article .main-title .xl-title {
    font-size: 48px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 567px) {
  /* line 55, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/TitleAndDek/_titleAndDek.scss */
  .news__article {
    padding-left: 6px;
    padding-right: 6px;
  }
  /* line 58, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/TitleAndDek/_titleAndDek.scss */
  .news__article .main-title.xl-title {
    font-size: 45px;
  }
  /* line 61, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/TitleAndDek/_titleAndDek.scss */
  .news__article .article__deck {
    font-size: 16px;
  }
  /* line 65, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/TitleAndDek/_titleAndDek.scss */
  .news__article .main-title .md-title, .news__article .main-title .xl-title {
    font-size: 26px;
    line-height: 1.3;
  }
}
@media screen {
  /* line 74, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/TitleAndDek/_titleAndDek.scss */
  .TitleAndDek {
    margin: 30px 0;
  }

  /* line 1, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Video/_video.scss */
  img.thumbnail-play-button {
    cursor: pointer;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    position: absolute;
    top: 50%;
    width: 70px;
  }

  /* line 12, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Video/_video.scss */
  .UniversalVideo td,
  .UniversalVideo th {
    border: none;
  }
  /* line 17, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Video/_video.scss */
  .UniversalVideo .playerDiv, .UniversalVideo video, .UniversalVideo iframe {
    width: 100%;
  }
  /* line 21, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Video/_video.scss */
  .UniversalVideo .player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    z-index: 2;
  }
  /* line 28, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Video/_video.scss */
  .UniversalVideo .inline {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
  }
  /* line 32, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Video/_video.scss */
  .UniversalVideo .inline iframe {
    position: absolute;
    padding-bottom: 56.25%;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  /* line 41, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Video/_video.scss */
  .UniversalVideo .inline:after {
    content: " ";
    display: block;
    position: absolute;
    background: #f2f2f2 url(/etc/designs/news/images/ng-logo-small.ngsversion.9c4594f0.svg);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  /* line 59, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Video/_video.scss */
  .video .cinematic-element .media__caption, .Video .cinematic-element .media__caption {
    width: 95%;
  }
}
@media screen and (min-width: 767px) {
  /* line 59, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Video/_video.scss */
  .video .cinematic-element .media__caption, .Video .cinematic-element .media__caption {
    width: 720px;
    margin: 12px auto 0;
  }
}
@media screen and (min-width: 1060px) {
  /* line 59, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Video/_video.scss */
  .video .cinematic-element .media__caption, .Video .cinematic-element .media__caption {
    margin: 12px 0px 0px 20px;
    width: 700px;
  }
}

@media screen {
  /* line 1, ../../../../../../../assets/news/styles/components/_header.scss */
  .ngs-header {
    z-index: 2;
  }

  /* line 4, ../../../../../../../assets/news/styles/components/_header.scss */
  .identity_bar {
    position: relative;
  }

  /* General Header */
  /* line 9, ../../../../../../../assets/news/styles/components/_header.scss */
  .section-header {
    height: auto;
    background: white;
    border-bottom: 1px solid #f2f2f2;
  }
}
@media screen and (min-width: 568px) {
  /* line 9, ../../../../../../../assets/news/styles/components/_header.scss */
  .section-header {
    border-bottom: none;
    height: 70px;
  }
}
@media screen {
  /* line 17, ../../../../../../../assets/news/styles/components/_header.scss */
  .section-header.section-header--homepage {
    background: white;
    border-top: none;
    height: auto;
  }
}
@media screen and (max-width: 567px) {
  /* line 17, ../../../../../../../assets/news/styles/components/_header.scss */
  .section-header.section-header--homepage {
    border-bottom: none;
    min-height: 0px;
  }
  /* line 24, ../../../../../../../assets/news/styles/components/_header.scss */
  .section-header.section-header--homepage .section-header__sponsor {
    border-top: 1px solid #e0e0e0;
  }
}

@media screen {
  /* line 31, ../../../../../../../assets/news/styles/components/_header.scss */
  .section-header--list {
    margin: 21px 0px !important;
    list-style: none;
    padding: 0;
  }

  /* line 37, ../../../../../../../assets/news/styles/components/_header.scss */
  .section-header__menu--item {
    font-weight: 600;
    font-size: 20px;
    color: #555555;
  }

  /* line 43, ../../../../../../../assets/news/styles/components/_header.scss */
  .section-header__menu--item i {
    font-weight: lighter !important;
    font-size: 20px;
    margin-left: 5px;
  }

  /* line 48, ../../../../../../../assets/news/styles/components/_header.scss */
  .section-header__sponsor-holder {
    min-height: 0px;
  }
}
@media screen and (max-width: 567px) {
  /* line 48, ../../../../../../../assets/news/styles/components/_header.scss */
  .section-header__sponsor-holder {
    margin: 0 -16px;
  }
}

@media screen {
  /* line 56, ../../../../../../../assets/news/styles/components/_header.scss */
  .row-style-large .section-header__sponsor-holder {
    margin-top: 1rem;
  }

  /* line 61, ../../../../../../../assets/news/styles/components/_header.scss */
  .section-header__sponsor {
    padding-top: 0px;
    /*  border-top: 1px solid #ebebeb; */
    border-top: none;
    text-align: center;
  }
}
@media screen and (min-width: 568px) {
  /* line 61, ../../../../../../../assets/news/styles/components/_header.scss */
  .section-header__sponsor {
    padding-top: 0px;
    float: right;
  }
}
@media screen {
  /* line 70, ../../../../../../../assets/news/styles/components/_header.scss */
  .section-header__sponsor .adunit {
    margin: 10px 0px;
  }
}
@media screen and (max-width: 567px) {
  /* line 70, ../../../../../../../assets/news/styles/components/_header.scss */
  .section-header__sponsor .adunit {
    margin: 10px auto;
  }
}

@media screen {
  /* line 77, ../../../../../../../assets/news/styles/components/_header.scss */
  .sticky__action {
    width: 103px;
    display: table-cell;
    vertical-align: middle;
    height: 83px;
    text-align: center;
    cursor: pointer;
  }
  /* line 84, ../../../../../../../assets/news/styles/components/_header.scss */
  .sticky__action.active, .sticky__action:active {
    background-color: #ebebeb !important;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    top: 1px;
  }
  /* line 92, ../../../../../../../assets/news/styles/components/_header.scss */
  .sticky__action p {
    margin-bottom: 0;
    font-size: 12px;
  }
  /* line 96, ../../../../../../../assets/news/styles/components/_header.scss */
  .sticky__action i {
    font-size: 18px;
  }

  /* line 101, ../../../../../../../assets/news/styles/components/_header.scss */
  .sticky-header {
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    height: 83px;
    overflow: visible;
    top: -85px;
    width: 100%;
    z-index: 11080;
  }
  /* line 109, ../../../../../../../assets/news/styles/components/_header.scss */
  .sticky-header .title {
    cursor: pointer;
    font-size: 16px;
    height: 50px;
    margin: 16px 0;
    padding-top: 14px;
    font-weight: bold;
  }
  /* line 117, ../../../../../../../assets/news/styles/components/_header.scss */
  .sticky-header .logo {
    border-right: 1px solid lightGray;
    float: left;
    height: 37px;
    margin-right: 20%;
    margin-top: 22px;
    padding-right: 50%;
  }
  /* line 125, ../../../../../../../assets/news/styles/components/_header.scss */
  .sticky-header .col-md-6 {
    padding: 0 !important;
  }
  /* line 128, ../../../../../../../assets/news/styles/components/_header.scss */
  .sticky-header .col-md-8.col-md-offset-1 {
    padding-right: 0;
  }
  /* line 131, ../../../../../../../assets/news/styles/components/_header.scss */
  .sticky-header .gototop {
    cursor: pointer;
    float: left;
    margin: 0 0 0 -5px;
    padding-bottom: 22px;
    padding-left: 24px;
    padding-top: 15px;
    position: relative;
    width: 29%;
    z-index: 10;
  }
  /* line 141, ../../../../../../../assets/news/styles/components/_header.scss */
  .sticky-header .gototop img {
    margin: 4px;
  }
  /* line 144, ../../../../../../../assets/news/styles/components/_header.scss */
  .sticky-header .gototop:hover {
    background: #f9f9f9;
  }

  /* line 150, ../../../../../../../assets/news/styles/components/_header.scss */
  .featured-menu a, .natural-menu a {
    color: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
  }
  /* line 155, ../../../../../../../assets/news/styles/components/_header.scss */
  .featured-menu li, .natural-menu li {
    font-weight: 200 !important;
  }
  /* line 158, ../../../../../../../assets/news/styles/components/_header.scss */
  .featured-menu a:hover, .natural-menu a:hover {
    color: #5b6066 !important;
    text-decoration: none;
  }

  /* line 163, ../../../../../../../assets/news/styles/components/_header.scss */
  .sticky__actions-container {
    display: table;
    position: absolute;
    right: 0px;
    width: 330px;
  }
}
@media screen and (min-width: 1240px) {
  /* line 171, ../../../../../../../assets/news/styles/components/_header.scss */
  .sticky__actions-container .app-gototop {
    border-right: none;
  }
}
@media screen {
  /* When the arrows for next and prev should dissapear */
}
@media screen and (max-width: 1240px) {
  /* next/prev arrow container */
  /* line 178, ../../../../../../../assets/news/styles/components/_header.scss */
  .change-article {
    display: none;
    visibility: hidden;
  }

  /* line 182, ../../../../../../../assets/news/styles/components/_header.scss */
  .sticky__actions-container {
    display: table;
    position: absolute;
    right: -12px;
    width: 330px;
  }
}
@media screen and (min-width: 1060px) {
  /* line 192, ../../../../../../../assets/news/styles/components/_header.scss */
  .sticky__action:hover {
    background-color: #f9f9f9;
  }
}
@media screen and (min-width: 568px) {
  /* line 199, ../../../../../../../assets/news/styles/components/_header.scss */
  .sticky__action.arrow {
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    width: 83px;
  }
  /* line 204, ../../../../../../../assets/news/styles/components/_header.scss */
  .sticky__action i.icongs-lightarrowup {
    font-size: 36px;
  }

  /* line 208, ../../../../../../../assets/news/styles/components/_header.scss */
  .arrow {
    float: left;
    height: 83px;
    padding-top: 23px;
    text-align: center;
    transition: background-color 350ms;
    -webkit-transition: background-color 350ms;
    width: 83px;
  }
  /* line 218, ../../../../../../../assets/news/styles/components/_header.scss */
  .arrow i {
    font-size: 36px;
    color: #777777;
  }
}
@media screen and (max-width: 1059px) {
  /* line 226, ../../../../../../../assets/news/styles/components/_header.scss */
  .sticky-header {
    border: none;
    box-shadow: 0 2px 8px 0 rgba(100, 100, 100, 0.1);
  }
  /* line 230, ../../../../../../../assets/news/styles/components/_header.scss */
  .sticky-header .share-n-comments .share, .sticky-header .share-n-comments .comments {
    padding-left: 16px !important;
  }
  /* line 234, ../../../../../../../assets/news/styles/components/_header.scss */
  .sticky-header .gototop {
    padding-left: 22px;
  }

  /* line 241, ../../../../../../../assets/news/styles/components/_header.scss */
  .sticky-header .container,
  #section-header .container,
  .component-simulate-main-menu .container {
    width: 100%;
  }
}
@media screen and (min-width: 568px) and (max-width: 1059px) {
  /* line 248, ../../../../../../../assets/news/styles/components/_header.scss */
  .sticky__actions-container {
    display: table;
    right: -12px;
  }
}
@media screen and (max-width: 567px) {
  /* line 254, ../../../../../../../assets/news/styles/components/_header.scss */
  .sticky__actions-container {
    display: table;
    right: 0px !important;
    width: 270px;
  }

  /* line 259, ../../../../../../../assets/news/styles/components/_header.scss */
  .sticky-header {
    height: 55px;
  }
  /* line 261, ../../../../../../../assets/news/styles/components/_header.scss */
  .sticky-header .logo {
    border-right: 1px solid lightgray;
    height: 52px;
    margin-bottom: 1px;
    margin-top: 1px;
    padding-bottom: 10px;
    padding-right: 11px;
    padding-top: 10px;
  }
  /* line 270, ../../../../../../../assets/news/styles/components/_header.scss */
  .sticky-header .sticky__action {
    height: 55px;
  }
  /* line 272, ../../../../../../../assets/news/styles/components/_header.scss */
  .sticky-header .sticky__action p {
    display: none;
  }

  /* line 277, ../../../../../../../assets/news/styles/components/_header.scss */
  #section-header {
    height: auto !important;
    border-bottom: none !important;
  }
  /* line 282, ../../../../../../../assets/news/styles/components/_header.scss */
  #section-header .container .col-md-13 {
    padding: 0;
  }
  /* line 287, ../../../../../../../assets/news/styles/components/_header.scss */
  #section-header .sub-nav-bar {
    height: 113px;
    padding: 0;
    margin: 0;
  }
  /* line 292, ../../../../../../../assets/news/styles/components/_header.scss */
  #section-header .sub-nav-bar li {
    display: block !important;
    font-size: 20px;
    font-weight: bold;
    height: 54px;
    padding: 12px 10px 5px 10px;
    width: 100%;
  }
  /* line 300, ../../../../../../../assets/news/styles/components/_header.scss */
  #section-header .sub-nav-bar .sub-nav-sponsor {
    margin: 5px 0 10px 0;
  }
  /* line 302, ../../../../../../../assets/news/styles/components/_header.scss */
  #section-header .sub-nav-bar .sub-nav-sponsor img {
    height: 50px;
    min-width: 0 !important;
    width: 210px;
  }
  /* line 308, ../../../../../../../assets/news/styles/components/_header.scss */
  #section-header .sub-nav-bar .section-news {
    background-color: #061423;
    font-size: 16px;
    font-weight: 500;
    height: 59px;
    padding: 17px 10px 7px 10px;
    width: 100%;
  }
}
@media screen {
  /* line 320, ../../../../../../../assets/news/styles/components/_header.scss */
  .label--beta {
    color: #cccccc;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
  }

  /* line 329, ../../../../../../../assets/news/styles/components/_header.scss */
  header {
    background-color: black;
    position: relative;
  }

  /* line 334, ../../../../../../../assets/news/styles/components/_header.scss */
  .identity_bar {
    background-color: black;
    height: 50px;
    margin: 0 auto;
    max-width: 100%;
  }
  /* line 339, ../../../../../../../assets/news/styles/components/_header.scss */
  .identity_bar a.logo_link {
    border: none;
    position: absolute;
    left: 10px;
    outline: none;
    top: 10px;
  }
  /* line 345, ../../../../../../../assets/news/styles/components/_header.scss */
  .identity_bar a.logo_link img {
    border: none;
  }
}
@media screen and (max-width: 567px) {
  /* line 339, ../../../../../../../assets/news/styles/components/_header.scss */
  .identity_bar a.logo_link {
    position: relative;
    margin: 0 auto;
    width: 162px;
    display: block;
    left: 0;
  }
}
@media screen {
  /* line 356, ../../../../../../../assets/news/styles/components/_header.scss */
  .identity_bar .logged_out {
    position: absolute;
    right: 10px;
  }
  /* line 360, ../../../../../../../assets/news/styles/components/_header.scss */
  .identity_bar .header-menu-button {
    padding-left: 0;
    padding-right: 0;
    margin-right: 9px;
  }
}
@media screen and (max-width: 567px) {
  /* line 369, ../../../../../../../assets/news/styles/components/_header.scss */
  .ngs-header.logged_out.responsiveness {
    right: 15px;
    top: 2px;
  }

  /* line 373, ../../../../../../../assets/news/styles/components/_header.scss */
  .ngs-header.logged_in.responsiveness {
    right: 15px;
    top: 2px;
  }
  /* line 376, ../../../../../../../assets/news/styles/components/_header.scss */
  .ngs-header.logged_in.responsiveness .header-menu-button span {
    margin-left: -5px;
  }
}
@media screen {
  /* line 382, ../../../../../../../assets/news/styles/components/_header.scss */
  .sticky__actions--comments-disabled {
    width: 227px;
  }
}
@media screen and (max-width: 567px) {
  /* line 382, ../../../../../../../assets/news/styles/components/_header.scss */
  .sticky__actions--comments-disabled {
    width: 187px;
  }
}

@media screen {
  /* line 1, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/RightRailSlot/_rightRailSlot.scss */
  .right-rail-slot {
    display: block;
  }
}
@media screen and (min-width: 1060px) {
  /* line 1, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/RightRailSlot/_rightRailSlot.scss */
  .right-rail-slot {
    left: 650px;
    position: absolute;
    width: 320px;
  }
  /* line 7, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/RightRailSlot/_rightRailSlot.scss */
  .right-rail-slot figure.image {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1059px) {
  /* line 1, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/RightRailSlot/_rightRailSlot.scss */
  .right-rail-slot {
    margin-top: 37.5px !important;
  }
}

@media screen and (max-width: 1059px) {
  /* line 19, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/RightRailSlot/_rightRailSlot.scss */
  #mobile-fixed-ad .adunit {
    margin-top: 0px !important;
  }
}
@media screen and (min-width: 1060px) {
  /* line 25, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/RightRailSlot/_rightRailSlot.scss */
  .right-rail-slot.adunit--leadAd {
    top: 0px;
    z-index: 5;
  }
}

@media screen and (min-width: 1060px) {
  /* line 32, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/RightRailSlot/_rightRailSlot.scss */
  #legacy-related-content {
    margin-top: 1135px;
  }
}
@media screen and (max-width: 1059px) {
  /* line 32, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/RightRailSlot/_rightRailSlot.scss */
  #legacy-related-content {
    margin-top: 20px !important;
  }
}

@media screen {
  /* line 2, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/smartbody/styles/_smartbody-author.scss */
  #CQrte blockquote {
    /*editor's notes*/
    border: 1px solid #c9c9c9;
    color: #999;
    margin: 10px 25px 10px 0px;
    padding: 10px 20px;
    overflow: hidden;
  }
  /* line 10, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/smartbody/styles/_smartbody-author.scss */
  #CQrte span.smart-quote::before {
    content: "\201C";
  }
  /* line 13, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/smartbody/styles/_smartbody-author.scss */
  #CQrte span.smart-quote::after {
    content: "\201D";
  }
  /* line 17, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/smartbody/styles/_smartbody-author.scss */
  #CQrte h6 {
    font-size: 14px;
    font-weight: normal;
    margin: 1em 0;
  }

  /* line 25, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/smartbody/styles/_smartbody-author.scss */
  .cq-component-label {
    margin: 0;
    padding: 10px;
    text-align: center;
    border: 1px dashed black;
    background: mintcream;
    font-size: 14px;
  }
  /* line 32, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/smartbody/styles/_smartbody-author.scss */
  .cq-component-label h3 {
    margin-top: 4px;
  }
  /* line 35, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/smartbody/styles/_smartbody-author.scss */
  .cq-component-label.ad-component-label {
    background: none;
  }
}
@media screen and (min-width: 1060px) {
  /* line 35, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/smartbody/styles/_smartbody-author.scss */
  .cq-component-label.ad-component-label {
    width: 970px;
    height: 90px;
    margin-left: -80px;
  }
}

@media screen {
  /* line 44, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/smartbody/styles/_smartbody-author.scss */
  .RightRailSlot .cq-component-label {
    background: lavender;
  }

  /* line 50, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/smartbody/styles/_smartbody-author.scss */
  .remove-component-labels .cq-component-label, .remove-component-labels .cq-editrollover-insert-container, .remove-component-labels .new.section {
    display: none;
  }

  /*
    EACH BOTTOM PROMO HAS A CLASS OF "bottom-promo"
  
    THERE ARE THREE DISPLAY VARIATIONS FOR THE PROMOS, BASED ON THE FOLLOWING CLASSES
    .filled = CONTAINS AN IMAGE THAT FILLS THE FULL BACKGROUND OF THE PROMO
    .imagebottom = PROMOS WITH HEADINGS.  WHEN A HEADING IS PROVIDED, THE IMAGE IS DISPLAYED AT THE BOTTOM OF THE PROMO
    .imagetop = PROMOS WITHOUT HEADINGS.  WHEN A HEADING IS NOT PROVIDED, THE IMAGE IS DISPLAYED AT THE TOP OF THE PROMO
  */
  /* line 10, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .more-stories p {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  /* line 10, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .more-stories p {
    font-size: 20px;
    margin-bottom: 12px;
    padding: 0 6px;
  }
}

@media screen {
  /* line 19, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo {
    margin-top: 60px;
    /* PROMO WITH FULL HEIGHT IMAGE */
    /* PROMO WITH HEADING */
    /* PROMO WITHOUT HEADING */
  }
  /* line 21, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo header {
    background: #fff;
  }
  /* line 25, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .bottompromo__body {
    padding: 20px 20px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  /* line 25, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .bottompromo__body {
    padding: 16px 16px 20px 16px;
  }
}
@media screen {
  /* line 32, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .bottompromo__body .bottompromo__image {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
  }
  /* line 39, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .bottompromo__body .bottompromo--series {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.03em;
    margin: 0 0 5px 0;
    text-transform: uppercase;
  }
  /* line 45, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .bottompromo__body .bottompromo--series:empty {
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  /* line 45, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .bottompromo__body .bottompromo--series:empty {
    height: 0px;
  }
}
@media screen {
  /* line 53, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .bottompromo__body .bottompromo--title {
    font-family: "Chronicle Deck 6i", Georgia, serif;
    font-style: italic;
    font-weight: 600;
    font-size: 25px;
    letter-spacing: -0.01em;
    margin: 10px 0;
    max-height: 108px;
  }
}
@media screen and (max-width: 767px) {
  /* line 53, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .bottompromo__body .bottompromo--title {
    font-size: 22px;
    max-height: 96px;
  }
}
@media screen {
  /* line 68, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .bottompromo__heading, .bottom-promo .bottompromo__heading p {
    background-color: #ffcc00;
    font-family: "Pragmatica-web", Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 200;
    letter-spacing: 0.02em;
    padding: 7px 16px;
    text-rendering: geometricPrecision;
    text-transform: uppercase;
  }
  /* line 79, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .bottompromo__heading p, .bottom-promo .bottompromo__heading p p {
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 568px) {
  /* line 90, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .filled:hover .bottompromo__body,
  .bottom-promo .filled:hover header {
    background-color: rgba(255, 255, 255, 0.9) !important;
  }
  /* line 94, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .filled:hover .triangle.decorator i {
    border-top-color: rgba(255, 255, 255, 0.9) !important;
  }
}
@media screen {
  /* line 100, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .filled header {
    background-color: rgba(255, 255, 255, 0.7);
    /*min-height:38px;*/
  }
  /* line 105, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .filled .bottompromo__body {
    background-color: rgba(255, 255, 255, 0.7);
    min-height: 192px;
    padding-bottom: 20px;
    position: relative;
    top: 0;
    z-index: 6;
  }
}
@media screen and (min-width: 568px) and (max-width: 1059px) {
  /* line 105, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .filled .bottompromo__body {
    height: auto;
  }
}
@media screen {
  /* line 117, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .filled .bottompromo--text {
    font-size: 17px;
    letter-spacing: 0.01em;
    line-height: 1.3;
    margin-right: 25px;
  }
  /* line 125, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .filled .triangle.decorator {
    bottom: -64px;
  }
  /* line 127, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .filled .triangle.decorator i {
    border-top-color: rgba(255, 255, 255, 0.7) !important;
  }
}
@media screen and (min-width: 1060px) {
  /* line 132, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .filled .news-image-wrap {
    position: absolute;
  }
}
@media screen and (max-width: 567px) {
  /* line 87, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .filled {
    height: 0px !important;
    padding-bottom: 66.66%;
  }
  /* line 139, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .filled header {
    position: absolute;
    top: 0;
    width: 100%;
  }
  /* line 144, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .filled .bottompromo--text, .bottom-promo .filled .bottompromo--text p {
    color: white;
    font-size: 14px;
  }
  /* line 148, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .filled .bottompromo__body {
    background-color: rgba(0, 0, 0, 0.70196);
    bottom: 0px;
    height: auto;
    padding-bottom: 0px;
    padding-top: 0px;
    position: absolute;
    top: 75px;
    width: 100%;
  }
}
@media screen {
  /* line 163, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .imagebottom {
    position: relative;
  }
  /* line 166, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .imagebottom:hover {
    background-color: #fafafa;
  }
  /* line 168, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .imagebottom:hover header {
    background-color: #fafafa;
  }
  /* line 171, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .imagebottom:hover .triangle i {
    border-top-color: #fafafa;
  }
  /* line 176, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .imagebottom header {
    height: auto;
    min-height: 172px;
    position: relative;
    z-index: 10;
    width: 100%;
  }
}
@media screen and (min-width: 1060px) {
  /* line 176, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .imagebottom header {
    min-height: 232px;
    position: absolute;
  }
}
@media screen {
  /* line 188, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .imagebottom h4 {
    font-size: 17px;
    margin-right: 25px;
    line-height: 1.3;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 35px;
  }
  /* line 198, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .imagebottom .bottompromo__person--description {
    font-size: 17px;
    letter-spacing: 0.01em;
    line-height: 1.3;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 15px;
  }
  /* line 206, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .imagebottom .bottompromo__body {
    padding: 0;
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 100%;
  }
}
@media screen and (min-width: 1060px) {
  /* line 206, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .imagebottom .bottompromo__body {
    position: absolute;
  }
}
@media screen {
  /* line 217, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .imagebottom .bottompromo__image {
    height: auto;
    margin: 0;
    /*img {
      width:100%;
    }*/
  }
}
@media screen and (max-width: 1059px) {
  /* line 217, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .imagebottom .bottompromo__image {
    width: 100%;
  }
}
@media screen and (min-width: 1060px) {
  /* line 217, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .imagebottom .bottompromo__image {
    height: 253px;
  }
}
@media screen {
  /* line 230, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .imagebottom .decorator.triangle.desktop {
    bottom: -5em;
  }
}
@media screen and (min-width: 1060px) {
  /* line 230, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .imagebottom .decorator.triangle.desktop {
    bottom: -4em;
  }
}
@media screen {
  /* line 237, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .imagebottom .bottompromo--text {
    font-size: 17px;
    letter-spacing: 0.01em;
    line-height: 1.3;
    margin: 15px;
  }
}
@media screen and (max-width: 1059px) {
  /* line 163, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .imagebottom {
    height: auto;
  }
}
@media screen and (max-width: 1059px) {
  /* line 248, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .imagebottom .bottompromo__image {
    margin-top: 0;
  }
}
@media screen and (max-width: 567px) {
  /* line 163, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .imagebottom {
    height: auto;
  }
  /* line 255, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .imagebottom header {
    padding-bottom: 20px;
    max-height: none;
  }
  /* line 259, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .imagebottom .bottompromo__body {
    padding: 0;
  }
}
@media screen {
  /* line 268, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .imagetop .bottompromo--text {
    height: 60px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  /* line 274, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .imagetop header {
    height: 230px;
    position: relative;
  }
}
@media screen and (max-width: 1059px) {
  /* line 274, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .imagetop header {
    height: auto;
  }
}
@media screen {
  /* line 282, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .imagetop span.triangle-up.decorator {
    bottom: 0;
    z-index: 5;
  }
}
@media screen and (min-width: 1060px) {
  /* line 286, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .imagetop span.triangle-up.decorator .triangle-up i {
    border-bottom-color: #061423;
  }
}
@media screen and (min-width: 1060px) {
  /* line 293, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .imagetop:hover {
    background-color: #061423 !important;
    color: #fff;
    cursor: pointer;
  }
  /* line 298, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .imagetop:hover .decorator.triangle-up i {
    border-bottom-color: #061423;
  }
}
@media screen and (max-width: 1059px) {
  /* line 266, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .imagetop {
    height: auto;
  }
}
@media screen and (min-width: 568px) and (max-width: 1059px) {
  /* line 314, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .imagebottom.bottompromo--adjusted .bottompromo__body {
    position: absolute;
  }
}
@media screen and (max-width: 1059px) {
  /* line 322, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .news-image-wrap {
    width: 100%;
    height: auto;
  }
  /* line 325, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .news-image-wrap .news-image-wrap__center-helper {
    display: block;
    height: auto;
    right: auto;
    width: 100%;
  }
  /* line 330, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .news-image-wrap .news-image-wrap__center-helper img {
    left: auto;
    width: 100%;
  }
}
@media screen {
  /* line 337, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .bottompromo--text-only {
    background: #f2f2f2;
  }
  /* line 340, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .bottompromo--text-only header {
    background: none;
  }
  /* line 343, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .bottompromo--text-only .triangle i {
    border: none;
  }
  /* line 349, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo .thumbnail-play-button {
    width: 70px;
    margin-left: -35px;
    margin-top: -35px;
    z-index: 8;
    position: absolute;
    top: 50%;
    left: 50%;
  }
}
@media screen and (min-width: 1060px) {
  /* line 361, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo {
    display: block;
  }

  /* line 365, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .col-third {
    width: 330px !important;
  }
}
@media screen and (min-width: 568px) and (max-width: 1059px) {
  /* line 371, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo > .container {
    width: 100%;
  }

  /* line 374, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoBottom/_promoBottom.scss */
  .bottom-promo > .container .cols-container {
    padding: 0;
  }
}
@media screen {
  /* line 1, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block {
    position: relative;
    width: 100%;
  }
}
@media screen and (min-width: 1060px) {
  /* line 4, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block .header-img-link {
    display: block;
    min-height: 100px;
    position: relative;
  }
}
@media screen {
  /* line 12, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block .image-wrapper {
    padding: 0px 16px 0px;
    margin-top: 16px;
  }
  /* line 17, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block .news-image-wrap .header-img {
    padding: 0px;
    border-left: none;
    border-right: none;
  }
  /* line 23, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block .header-img {
    width: 100%;
    padding: 0px;
  }
  /* line 27, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block header {
    background-color: #f3f1f1;
    overflow: auto;
  }
  /* line 31, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block .square_body {
    border-bottom: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    padding-bottom: 10px;
  }
  /* line 37, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block footer {
    border-top: 1px solid #c9c9c9;
    padding: 10px 10px 0px 10px;
    text-align: center;
    margin: 0px 20px 0;
  }
  /* line 42, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block footer a {
    color: #5f5f5f;
    text-transform: uppercase;
    font-family: "Chronicle Deck 6i", Georgia, serif;
    font-size: 14px;
    letter-spacing: 0.02em;
  }
  /* line 48, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block footer a p {
    margin: 0;
    font-style: italic;
    font-weight: 600;
  }
  /* line 55, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block .title {
    margin: 20px 16px 20px;
    font-size: 13px;
    line-height: 1.4;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    height: auto;
  }
  /* line 64, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block ol {
    counter-reset: item;
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
    margin: 10px 0 0 0;
  }
  /* line 71, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block ol li {
    border-top: 1px solid #c9c9c9;
    display: block;
    font-weight: bold;
    padding-bottom: 6px;
    padding-top: 6px;
    position: relative;
    text-align: left;
  }
  /* line 80, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block ol li:first-child {
    border-top: none;
  }
  /* line 83, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block ol li a {
    color: #07122d;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0px;
    margin-top: 16px;
  }
  /* line 91, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block ol .item {
    color: #07122d;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0px;
    margin-right: 20px;
    margin-top: 16px;
  }
  /* line 102, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block .thumbnail-play-button {
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 10;
    left: 50%;
    top: 50%;
    position: absolute;
  }
}
@media screen and (max-width: 1059px) {
  /* line 102, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block .thumbnail-play-button {
    display: none;
  }
}

@media screen {
  /* line 115, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square-img,
  .article__square-text {
    padding: 0 20px;
    background-color: #ebebeb;
    overflow: hidden;
    position: relative;
  }
  /* line 122, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square-img .square_header .title,
  .article__square-text .square_header .title {
    margin: 15px auto;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
  }
  /* line 129, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square-img .square--title,
  .article__square-text .square--title {
    color: #061423;
    margin: 0px auto 15px;
    font-weight: bold;
    text-transform: capitalize;
  }
}
@media screen and (min-width: 1060px) {
  /* line 137, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block {
    background: #fff;
  }
  /* line 139, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block header {
    -webkit-box-shadow: inset 0px 0px 0px 1px #c9c9c9, inset 0px 0px 0px 2px white;
    box-shadow: inset 0px 0px 0px 1px #c9c9c9, inset 0px 0px 0px 2px white;
  }
}
@media screen and (max-width: 1059px) {
  /* line 149, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block {
    background-color: #f3f1f1;
    padding: 10px 0;
    width: auto;
    margin-top: 37.5px;
    margin-bottom: 37.5px;
  }
  /* line 155, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block header {
    border-left: none;
    border-top: none;
    border-right: none;
    overflow: auto;
  }
  /* line 161, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block .square_body {
    border-left: none;
    border-right: none;
    border-bottom: none;
    overflow: auto;
  }
  /* line 167, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block .title {
    margin-bottom: 0;
  }
  /* line 170, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block ol {
    margin-top: 10px;
    margin-bottom: 0;
  }
  /* line 173, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block ol li {
    min-height: 30px;
  }
  /* line 175, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block ol li:before {
    color: #aaa;
    content: "0" counter(item);
    counter-increment: item;
    font-size: 40px;
    font-weight: lighter;
    left: -65px;
    line-height: 1;
    position: absolute;
    top: 2px;
  }
  /* line 187, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block ol .item {
    margin: 0;
  }
  /* line 190, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block ol p.item {
    font-family: "Chronicle Deck A", "Chronicle Deck B", Georgia;
    font-size: 22px;
    font-style: italic;
  }
}
@media screen and (min-width: 568px) and (max-width: 1059px) {
  /* line 199, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block {
    margin-bottom: 35px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 567px) {
  /* line 205, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square-img,
  .article__square-text {
    margin: 0 -16px;
  }

  /* line 209, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block {
    margin: 0 -16px;
    width: auto;
  }
  /* line 212, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block .left {
    margin: 35px auto 30px;
    float: none;
    width: 100% !important;
  }
  /* line 217, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block .article__square-img {
    margin-left: -16px;
    margin-right: -16px;
  }
  /* line 221, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block .square__body {
    padding-bottom: 0px;
  }
  /* line 223, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block .square__body li {
    margin-left: 09px;
  }
  /* line 225, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block .square__body li:before {
    font-size: 27px;
    left: -47px;
  }
  /* line 230, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .article__square_block .square__body p.item {
    font-style: normal;
    font-size: 16px;
  }
}
@media screen {
  /* line 238, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .paragraphs .article__square_block.left {
    margin: 7px 30px 20px -80px;
    float: left;
    width: 275px;
  }
}
@media screen and (min-width: 568px) and (max-width: 1059px) {
  /* line 238, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .paragraphs .article__square_block.left {
    margin: 37.5px 30px 37.5px auto;
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 567px) {
  /* line 238, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .paragraphs .article__square_block.left {
    margin: 37.5px -16px 37.5px;
    float: none;
    width: auto;
  }
}

@media screen and (min-width: 1060px) {
  /* line 254, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  .paragraphs .right-rail-slot .article__square_block.left {
    margin: 0;
    float: none;
    width: 300px;
  }
}

@media screen and (min-width: 1060px) {
  /* line 261, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  #gallery__rightrail .PromoRelatedContent {
    margin-top: 100px;
  }
}
@media screen and (max-width: 567px) {
  /* line 261, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PromoRelatedContent/_promoRelatedContent.scss */
  #gallery__rightrail .PromoRelatedContent {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

@media screen {
  /* line 1, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote {
    position: relative;
    margin-bottom: 48px;
    margin-top: 48px;
  }
  /* line 5, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote p {
    display: inline;
  }
  /* line 8, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote blockquote {
    color: black;
    font-family: "Pragmatica-web", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin: 0;
    position: relative;
    quotes: "\201C" "\201D";
    text-rendering: optimizeLegibility;
  }
  /* line 18, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote blockquote.single {
    quotes: "\2018" "\2019";
  }
  /* line 22, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote blockquote::before {
    content: open-quote;
    margin-right: 3px;
    position: absolute;
    left: -15px;
  }
  /* line 29, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote blockquote::after {
    content: close-quote;
    margin-left: 3px;
  }
  /* line 34, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote blockquote.off::before, .pull-quote blockquote.off::after {
    content: none;
  }
  /* line 40, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote.xsmall {
    border: 1px solid #c9c9c9;
    padding: 30px 40px 15px;
    width: 275px;
  }
  /* line 44, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote.xsmall.left {
    float: left;
    margin: 7px 30px 20px -80px;
  }
  /* line 48, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote.xsmall.right {
    float: right;
    margin: 0 -90px 0 30px;
  }
  /* line 52, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote.xsmall blockquote {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 567px) {
  /* line 40, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote.xsmall {
    margin: 37.5px 0;
  }
}
@media screen {
  /* line 61, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote.small {
    margin: 48px 0;
  }
}
@media screen and (max-width: 1059px) {
  /* line 61, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote.small {
    margin: 37.5px 0;
  }
}
@media screen {
  /* line 66, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote.small blockquote {
    font-size: 27px;
    line-height: 1.2;
  }
  /* line 72, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote.medium blockquote {
    font-size: 39px;
    line-height: 1.2;
  }
  /* line 76, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote.medium blockquote::before {
    left: -25px;
  }
  /* line 80, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote.medium .author, .pull-quote.medium .author p {
    margin-bottom: 0;
  }

  /* line 86, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote__author {
    margin-top: 26px;
  }
  /* line 88, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote__author .author, .pull-quote__author .author p, .pull-quote__author .complement {
    font-size: 13px;
    line-height: 19px;
  }
  /* line 92, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote__author .author, .pull-quote__author .author p {
    font-weight: 600;
  }
  /* line 95, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote__author .author .complement, .pull-quote__author .author .complement p {
    color: #777;
    font-weight: 400;
  }
  /* line 99, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote__author .pipe {
    margin: 0 5px;
  }
}
@media screen and (min-width: 1060px) {
  /* line 105, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote.medium blockquote {
    color: #999999;
  }
}
@media screen and (min-width: 568px) and (max-width: 1059px) {
  /* line 111, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote.medium {
    max-width: 100%;
  }

  /* line 116, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote.medium blockquote,
  .pull-quote.small blockquote {
    line-height: 1.314 !important;
    font-size: 30px !important;
  }
  /* line 119, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote.medium blockquote::before,
  .pull-quote.small blockquote::before {
    position: static;
  }

  /* line 126, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote.xsmall.left {
    margin-left: 0;
  }
}
@media screen and (max-width: 567px) {
  /* line 135, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote blockquote {
    line-height: 1.314 !important;
    font-size: 20px !important;
  }
  /* line 138, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote blockquote::before {
    position: static;
  }
  /* line 143, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote.xsmall {
    border: none;
    padding: 0;
    width: 100%;
  }
  /* line 148, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote.xsmall.left {
    float: none;
    margin: 0;
  }
  /* line 153, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote.xsmall.right {
    float: none;
    margin: 0;
  }
  /* line 158, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote.small {
    margin: 0;
    width: 100%;
  }
  /* line 162, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote.medium {
    margin: 0;
  }

  /* line 166, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .pull-quote__author {
    margin-top: 15px;
    margin-right: 10px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1059px) {
  /* line 173, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PullQuote/_pullQuote.scss */
  .PullQuote .col-md-11 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen {
  /* line 1, ../../../../../../../assets/news/styles/components/_modals.scss */
  .comments-module {
    background-color: white;
    border-left: 1px solid #e4e4e4;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    padding-left: 10px;
    padding-right: 10px;
    right: 0;
    top: 83px;
    width: 50%;
    z-index: 100;
  }
  /* line 14, ../../../../../../../assets/news/styles/components/_modals.scss */
  .comments-module .title-container {
    background-color: #f9f9f9;
  }

  /* line 18, ../../../../../../../assets/news/styles/components/_modals.scss */
  .modal-close {
    background-color: transparent;
    background-image: none;
    border: none;
    padding: 0px 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
  }

  /* line 31, ../../../../../../../assets/news/styles/components/_modals.scss */
  .social-link {
    color: #000;
    font-size: 25px;
    font-weight: lighter;
    font-family: "Helvetica";
    margin-bottom: 36px;
    display: block;
  }

  /* line 42, ../../../../../../../assets/news/styles/components/_modals.scss */
  #modal-share .modal-dialog .share-icon-container {
    float: left;
    width: 37px;
    height: 37px;
  }
  /* line 47, ../../../../../../../assets/news/styles/components/_modals.scss */
  #modal-share .modal-dialog .share-icon {
    background-color: #061423;
    width: 37px;
    height: 37px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
  /* line 54, ../../../../../../../assets/news/styles/components/_modals.scss */
  #modal-share .modal-dialog .share-icon i {
    color: #fff;
    font-size: 24px;
  }
  /* line 59, ../../../../../../../assets/news/styles/components/_modals.scss */
  #modal-share .modal-dialog .counter {
    display: table-cell;
    height: 37px;
    vertical-align: middle;
    padding-left: 10px;
  }
  /* line 65, ../../../../../../../assets/news/styles/components/_modals.scss */
  #modal-share .modal-dialog .social-link {
    margin-bottom: 20px !important;
    font-size: 18px;
    color: #333;
  }
  /* line 69, ../../../../../../../assets/news/styles/components/_modals.scss */
  #modal-share .modal-dialog .social-link img {
    width: 37px;
    height: 37px;
    margin-right: 10px;
  }

  /* line 76, ../../../../../../../assets/news/styles/components/_modals.scss */
  .modal {
    display: none;
    overflow: auto;
    overflow-y: hidden;
    opacity: 1;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11150;
    -webkit-overflow-scrolling: touch;
    outline: 0;
  }

  /* line 91, ../../../../../../../assets/news/styles/components/_modals.scss */
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, 25%);
    -ms-transform: translate(0, 25%);
    transform: translate(0, 25%);
    opacity: 0.3;
    -webkit-transition: opacity, -webkit-transform,  0.3s ease-out;
    -moz-transition: opacity, -moz-transform,  0.3s ease-out;
    -o-transition: opacity, -o-transform,  0.3s ease-out;
    transition: opacity, transform,  0.3s ease-out;
  }

  /* line 102, ../../../../../../../assets/news/styles/components/_modals.scss */
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }

  /* line 108, ../../../../../../../assets/news/styles/components/_modals.scss */
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 0px;
    height: 100%;
  }

  /* line 114, ../../../../../../../assets/news/styles/components/_modals.scss */
  .modal-content {
    position: relative;
    background-color: #ffffff;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    background-clip: padding-box;
    height: 100%;
    outline: none;
    overflow-y: scroll;
  }

  /* line 125, ../../../../../../../assets/news/styles/components/_modals.scss */
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11140;
    background-color: #000000;
  }

  /* line 135, ../../../../../../../assets/news/styles/components/_modals.scss */
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  /* line 140, ../../../../../../../assets/news/styles/components/_modals.scss */
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  /* line 145, ../../../../../../../assets/news/styles/components/_modals.scss */
  .modal-header {
    padding: 15px;
    background-color: #ebebeb;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
  }

  /* line 152, ../../../../../../../assets/news/styles/components/_modals.scss */
  .modal-header .close {
    top: -2px;
    right: 0px;
    font-size: 20px;
    padding: 12px;
    position: absolute;
  }

  /* line 159, ../../../../../../../assets/news/styles/components/_modals.scss */
  .modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 14px;
  }

  /* line 164, ../../../../../../../assets/news/styles/components/_modals.scss */
  .modal-body {
    position: relative;
    padding: 20px;
  }

  /* line 168, ../../../../../../../assets/news/styles/components/_modals.scss */
  .modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
  }

  /* line 174, ../../../../../../../assets/news/styles/components/_modals.scss */
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
  }

  /* line 178, ../../../../../../../assets/news/styles/components/_modals.scss */
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
  }

  /* line 181, ../../../../../../../assets/news/styles/components/_modals.scss */
  .modal-footer .btn-block + .btn-block {
    margin-left: 0;
  }
}
@media screen and (max-width: 567px) {
  /* line 186, ../../../../../../../assets/news/styles/components/_modals.scss */
  .modal {
    top: 0;
  }

  /* line 189, ../../../../../../../assets/news/styles/components/_modals.scss */
  .modal-backdrop {
    background-color: transparent;
  }
}
@media screen and (min-width: 568px) {
  /* line 195, ../../../../../../../assets/news/styles/components/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 199, ../../../../../../../assets/news/styles/components/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media screen and (min-width: 1060px) {
  /* line 205, ../../../../../../../assets/news/styles/components/_modals.scss */
  .modal-lg {
    width: 900px;
  }

  /* line 208, ../../../../../../../assets/news/styles/components/_modals.scss */
  .modal-dialog {
    width: 40%;
    margin: 0 0 0 auto;
    height: 100%;
  }

  /* line 213, ../../../../../../../assets/news/styles/components/_modals.scss */
  #modal-share .modal-dialog {
    width: calc(50% - 310px) !important;
  }

  /* line 216, ../../../../../../../assets/news/styles/components/_modals.scss */
  #modal-comments .modal-dialog {
    width: calc(50% - 210px) !important;
  }

  /* line 220, ../../../../../../../assets/news/styles/components/_modals.scss */
  .modal-backdrop {
    position: fixed;
    top: 84px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11140;
    background-color: transparent;
  }

  /* line 230, ../../../../../../../assets/news/styles/components/_modals.scss */
  .modal {
    top: 137px;
  }

  /* line 234, ../../../../../../../assets/news/styles/components/_modals.scss */
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0.3;
    -webkit-transition: opacity, -webkit-transform, 0 ease-out;
    -moz-transition: opacity, -moz-transform, 0 ease-out;
    -o-transition: opacity, -o-transform, 0 ease-out;
    transition: opacity, transform, 0 ease-out;
  }

  /* line 245, ../../../../../../../assets/news/styles/components/_modals.scss */
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@media screen {
  /* line 1, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  #main-footer {
    background-color: #ebebeb;
    padding-bottom: 100px;
    padding-top: 60px;
  }

  /* line 6, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  .main-footer-logo {
    width: 207px;
  }

  /* line 9, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  .big-footer-menu, .terms-privacy {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  /* line 14, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  p.footer-item {
    margin-bottom: 0px;
    margin-top: 7px;
  }

  /* line 19, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  .footer-menu-title {
    color: #898a8d;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1;
    margin: 0;
    padding-bottom: 0.5em;
    text-transform: uppercase;
  }

  /* line 29, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  .social-icons-footer {
    line-height: 1.6em;
    color: #021122;
    font-size: 20px;
    display: inline-block;
  }
  /* line 34, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  .social-icons-footer i:nth-child(1) {
    margin-right: 2px;
    margin-left: -3px;
  }
  /* line 38, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  .social-icons-footer i:nth-child(2) {
    margin-right: 10px;
  }
  /* line 41, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  .social-icons-footer i:nth-child(3) {
    margin-left: -2px;
  }
  /* line 44, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  .social-icons-footer a {
    color: #021122;
    letter-spacing: 0.05rem;
    font-size: 11px;
    text-transform: uppercase;
  }
  /* line 49, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  .social-icons-footer a:hover {
    text-decoration: none;
  }

  /* line 54, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  .footer-item {
    line-height: 1.6rem;
    color: #ababab;
    font-size: 11px;
  }
  /* line 55, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  .footer-item a {
    color: #021122;
    letter-spacing: 0.05em;
  }

  /* line 63, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  .footer-menu {
    text-align: right;
  }
  /* line 65, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  .footer-menu li {
    font-size: 11px;
  }

  /* line 69, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  .copyright-item {
    line-height: 0;
    height: 7px;
  }

  /* line 73, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  .social-icons-list {
    list-style: none;
    padding-left: 0px;
    margin: 0;
  }
  /* line 77, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  .social-icons-list i {
    font-size: 20px;
  }
}
@media screen and (min-width: 1060px) {
  /* line 82, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  .social-icons-list {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1059px) {
  /* line 87, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  .social-icons-list {
    display: table;
    margin-left: 20px;
    /*.footer-menu-title.social-icons-footer{
      vertical-align: top;
      padding-right: 10px;
      span{
        display: inline-block;
        margin-top: 4px;
        font-weight: bold;
        color: #333333;

      }
    }*/
  }
  /* line 90, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  .social-icons-list .social-icons-footer {
    display: table-cell;
    padding-right: 0px;
  }

  /* line 106, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  #main-footer {
    padding-top: 0;
    padding-bottom: 10px;
    /*.footer-menu-title{
      margin-top: 20px;
      margin-left: 16px;
      margin-bottom: 0;
    }*/
  }
  /* line 109, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  #main-footer .social-icons-footer {
    margin-left: 20px;
  }
  /* line 111, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  #main-footer .social-icons-footer i {
    padding: 0 14px;
  }
  /* line 116, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  #main-footer .social-icons-footer a:nth-child(1) i {
    padding-left: 0;
  }
  /* line 128, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  #main-footer .tabs-links .footer-menu-title {
    border-bottom: 1px solid #bdbdbd;
    border-top: 1px solid #bdbdbd;
    color: #061423;
    cursor: pointer;
    float: left;
    height: 47px;
    margin: 0;
    padding-top: 16px;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 33.3333%;
  }
  /* line 148, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  #main-footer .tabs-links .footer-menu-title.active {
    background-color: #c9c9c9;
    border: 1px solid #bdbdbd;
  }
  /* line 153, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  #main-footer .footer-item {
    background-color: #c9c9c9;
    border-bottom: 1px solid #bdbdbd;
  }
  /* line 156, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  #main-footer .footer-item a {
    font-size: 12px;
    padding: 15px 20px;
    display: block;
  }
  /* line 162, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  #main-footer .terms-privacy {
    padding-top: 25px;
  }
  /* line 164, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  #main-footer .terms-privacy .footer-item {
    display: block;
    line-height: 1;
    height: 25px;
    background-color: transparent;
    border-top: none;
    border-bottom: none;
  }
  /* line 171, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  #main-footer .terms-privacy .footer-item a {
    font-size: 12px;
    padding: 0 20px;
    display: inline;
  }
  /* line 178, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  #main-footer .col-md-2 {
    padding: 0;
    border-top: 1px solid #959595;
  }
  /* line 181, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  #main-footer .col-md-2 li {
    text-transform: uppercase;
    vertical-align: middle;
    height: 60px;
    letter-spacing: 0.05em;
  }

  /* line 189, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  #copyright, .copyright {
    padding: 35px 20px;
    margin-bottom: 10px;
    font-size: 12px;
  }
  /* line 194, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  #copyright .footer-item, .copyright .footer-item {
    font-size: 12px;
    display: block;
    line-height: 1;
    height: auto;
    background-color: transparent !important;
    border-top: none !important;
    border-bottom: none !important;
  }
  /* line 202, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  #copyright .footer-item a, .copyright .footer-item a {
    padding: 0 20px;
    display: inline;
  }

  /* line 208, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  .terms-privacy + .copyright {
    padding-top: 10px;
  }

  /* line 211, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  .footer-social-title {
    font-weight: 700;
    letter-spaceing: 0.03em;
    margin-left: 20px;
    margin-top: 35px;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 568px) and (max-width: 1059px) {
  /* line 220, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  .social-icons-list {
    margin-top: 30px;
  }

  /* line 223, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  .footer-social-title {
    float: left;
    margin-top: 37px;
    margin-right: 30px;
    font-size: 16px;
  }

  /* line 230, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  .social-icons-footer:nth-child(2) {
    padding-right: 6px !important;
  }
}
@media screen and (max-width: 567px) {
  /* line 236, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  .social-icons-list {
    margin-top: 10px;
  }

  /* line 239, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  .footer-social-title {
    font-size: 13px;
  }

  /* line 242, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Footer/_footer.scss */
  .copyright p {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 2, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .image figcaption, .video figcaption, .Image figcaption, .Video figcaption {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 567px) {
  /* line 2, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .image figcaption, .video figcaption, .Image figcaption, .Video figcaption {
    margin-left: 16px;
    margin-right: 16px;
  }
}

@media screen {
  /* line 14, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .media--small {
    margin-bottom: 48px;
    margin-top: 48px;
  }
}
@media screen and (min-width: 1060px) {
  /* line 14, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .media--small {
    margin-right: 25px;
  }
}
@media screen and (max-width: 1059px) {
  /* line 14, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .media--small {
    margin-top: 37.5px;
    margin-bottom: 37.5px;
  }
}
@media screen and (max-width: 767px) {
  /* line 14, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .media--small {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 567px) {
  /* line 14, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .media--small {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media screen {
  /* line 35, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .image figure img, .Image figure img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
  }
}
@media screen and (min-width: 568px) {
  /* line 46, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .media--xsmall {
    width: 320px;
  }
}
@media screen and (min-width: 1060px) {
  /* line 54, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .paragraphs .media--xsmall.left {
    float: left;
    margin: 7px 30px 20px -80px;
  }
  /* line 57, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .paragraphs .media--xsmall.left.media-inline {
    margin-left: 0;
  }
  /* line 61, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .paragraphs .media--xsmall.right {
    float: right;
    margin: 1px -80px 9px 30px;
  }
  /* line 64, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .paragraphs .media--xsmall.right.media-inline {
    margin-right: 25px;
  }
}
@media screen and (min-width: 568px) and (max-width: 1059px) {
  /* line 73, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .paragraphs .media--xsmall.left {
    float: left;
    margin: 0 30px 15px 0;
  }
  /* line 77, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .paragraphs .media--xsmall.right {
    float: right;
    margin: 0 0px 15px 30px;
  }
}

@media screen {
  /* line 86, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .paragraphs .media--cinematic .media__caption {
    width: 95%;
  }
}
@media screen and (min-width: 767px) {
  /* line 86, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .paragraphs .media--cinematic .media__caption {
    width: 720px;
    margin: 12px auto 0;
  }
}
@media screen and (min-width: 1060px) {
  /* line 86, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .paragraphs .media--cinematic .media__caption {
    margin: 12px 0px 0px 20px;
    width: 700px;
  }
}

@media screen {
  /*different rules for lead parsys*/
}
@media screen and (min-width: 1060px) {
  /* line 102, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .mainArt .media--small, .mainArt .media--xsmall {
    width: 620px;
    float: none;
  }
  /* line 106, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .mainArt .media--medium {
    width: 100%;
    margin: 0;
    padding-right: 10px;
  }
}
@media screen and (min-width: 568px) and (max-width: 1059px) {
  /* line 113, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .mainArt .media--xsmall, .mainArt .media--small {
    width: auto;
    float: none;
  }
}
@media screen {
  /* line 119, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .mainArt .media--cinematic .media__caption {
    width: 95%;
  }
}
@media screen and (min-width: 767px) {
  /* line 119, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .mainArt .media--cinematic .media__caption {
    width: 720px;
    margin: 12px auto 0;
  }
}
@media screen and (min-width: 1060px) {
  /* line 119, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .mainArt .media--cinematic .media__caption {
    margin: 12px auto 0;
    width: 978px;
    padding-left: 64px;
    padding-right: 214px;
  }
}

@media screen and (max-width: 567px) {
  /* line 136, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .media--small {
    margin: 37.5px -16px;
  }

  /* line 139, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .media--xsmall {
    float: none;
    margin: 0 -16px;
  }
  /* line 142, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .media--xsmall img {
    width: auto;
  }

  /* line 146, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .caption {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media screen {
  /* line 152, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .media__caption--text, .media__caption--text p {
    font-family: "Pragmatica-web", Helvetica, Arial, sans-serif;
    color: #000000;
    font-size: 13px;
    line-height: 1.7;
  }

  /* line 158, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .media__caption--text p:only-of-type {
    display: inline;
  }

  /* line 161, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .media__caption--title {
    font-family: "Pragmatica-web", Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin-right: 5px;
  }

  /* line 167, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .media__caption {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.01em;
    padding-left: 0;
  }
  /* line 174, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .media__caption .media__caption--credit {
    color: #cccccc;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Pragmatica-web", Helvetica, Arial, sans-serif;
  }
  /* line 179, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .media__caption .media__caption--credit p {
    display: inline;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
  }

  /* line 188, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .mainArt .fullsize-element {
    margin: 20px 0;
  }
}
@media screen and (min-width: 1060px) {
  /* line 188, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .mainArt .fullsize-element {
    margin: 48px 0 48px -90px;
  }
  /* line 192, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .mainArt .fullsize-element .media__medium--container {
    padding-right: 0;
  }
}
@media screen {
  /* line 197, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .mainArt .media__caption.col-md-9 {
    width: 100%;
  }

  /* line 203, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .paragraphs .fullsize-element {
    margin: 37.5px 0;
  }
}
@media screen and (min-width: 1060px) {
  /* line 203, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .paragraphs .fullsize-element {
    margin: 48px 0 48px -90px;
  }
}

@media screen and (min-width: 568px) and (max-width: 1059px) {
  /* line 211, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .media__medium--container {
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 567px) {
  /* line 211, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .media__medium--container {
    width: auto;
    padding: 0;
    margin: 0 -16px;
  }
}

@media screen and (max-width: 760px) {
  /* line 224, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .fullsize-element.cinematic-element {
    margin: 37.5px -10px !important;
  }
}
@media screen and (max-width: 567px) {
  /* line 224, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .fullsize-element.cinematic-element {
    margin: 37.5px -16px !important;
  }
}
@media screen {
  /* line 232, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/Image/_image.scss */
  .fullsize-element.cinematic-element .news-image-wrap:after {
    background-size: 80px;
  }

  /* line 1, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 5px;
    height: 5px;
    background-color: #555555;
  }

  /* line 10, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .article__gallery--medium .owl-controls,
  .article__gallery--small .owl-controls {
    display: none !important;
  }
  /* line 13, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .article__gallery--medium .images__title,
  .article__gallery--small .images__title {
    float: left;
    font-size: 17px;
    width: 60%;
    font-weight: bold;
  }

  /* line 20, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .article__gallery--small {
    margin-top: 37.5px;
    margin-bottom: 37.5px;
  }
}
@media screen and (min-width: 568px) {
  /* line 20, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .article__gallery--small {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
@media screen {
  /* line 29, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .article__gallery--small .gallery__title h3 {
    margin-top: 0;
  }

  /* line 34, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .article__gallery--small.legacy {
    margin-top: -36px;
  }
}
@media screen and (min-width: 568px) and (max-width: 1059px) {
  /* line 34, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .article__gallery--small.legacy {
    margin-top: 40px;
  }
}
@media screen and (max-width: 567px) {
  /* line 34, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .article__gallery--small.legacy {
    margin-top: 60px;
  }
}

@media screen {
  /* line 44, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .gallery__title h3 {
    margin-bottom: 12px;
    font-weight: bold;
  }

  /* line 49, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .images__title {
    font-family: "Pragmatica-web", Helvetica, Arial, sans-serif;
    font-size: inherit;
    font-weight: bold;
    margin-right: 5px;
  }
  /* line 54, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .images__title:empty {
    margin-right: 0;
  }
  /* line 57, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .images__title p {
    margin: 0;
  }

  /* line 61, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .carousel {
    position: relative;
  }
  /* line 64, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .carousel:hover .gallery__controls {
    display: block;
  }
  /* line 68, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .carousel .owl-next {
    right: 0;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-image: url(/etc/designs/news/images/gallery-next.ngsversion.9c4594f0.png);
  }
  /* line 74, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .carousel .owl-prev {
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-image: url(/etc/designs/news/images/gallery-prev.ngsversion.9c4594f0.png);
    left: 0;
  }
  /* line 81, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .carousel .gallery__controls {
    height: 100%;
    position: absolute;
    top: 0%;
    width: 50%;
    outline: none;
  }
  /* line 88, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .carousel figure {
    position: relative;
    padding-bottom: 66.66%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }
  /* line 94, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .carousel figure .gallery__backdrop {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 0;
  }
  /* line 102, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .carousel figure .gallery__backdrop:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -5px;
  }
  /* line 110, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .carousel figure img {
    display: inline-block;
    height: auto;
    width: 100%;
    vertical-align: middle;
    z-index: 2;
  }
  /* line 118, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .carousel figure.vertical img {
    display: block;
    height: 100%;
    width: auto;
    margin: auto;
    position: relative;
  }
  /* line 125, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .carousel figure.vertical .gallery__backdrop:before {
    display: none;
  }

  /* line 132, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .gallery__controls {
    float: right;
    font-family: "Pragmatica-web", Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: normal;
    text-align: right;
    width: 30%;
    outline: none;
  }
  /* line 140, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .gallery__controls span {
    font-size: 14px;
  }
  /* line 143, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .gallery__controls i {
    line-height: 1.4;
    font-size: calc(100% - 2px);
    cursor: pointer;
  }
  /* line 147, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .gallery__controls i:hover {
    color: #959595;
  }
  /* line 150, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .gallery__controls i.owl-prev {
    margin-right: 10px;
  }
  /* line 153, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .gallery__controls i.owl-next {
    margin-left: 5px;
  }

  /* line 159, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .caption__text {
    font-family: "Chronicle SSm 3r", Georgia, serif;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
  }
  /* line 113, ../../../../../../../assets/news/styles/_mixins.scss */
  .caption__text b, .caption__text strong {
    font-weight: 600;
    font-style: normal;
    font-family: "Chronicle SSm 6r", Georgia, serif;
  }
  /* line 117, ../../../../../../../assets/news/styles/_mixins.scss */
  .caption__text b em, .caption__text strong em {
    font-weight: 600;
    font-style: italic;
    font-family: "Chronicle SSm 6i", Georgia, serif;
  }
  /* line 123, ../../../../../../../assets/news/styles/_mixins.scss */
  .caption__text em {
    font-weight: 300;
    font-style: italic;
    font-family: "Chronicle SSm 3i", Georgia, serif b, strong;
    font-family-font-weight: 600;
    font-family-font-style: italic;
    font-family-font-family: "Chronicle SSm 6i", Georgia, serif;
  }

  /* This style provide space for all the assets's caption */
  /* line 168, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .caption {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.01em;
    padding-left: 0;
  }
  /* line 174, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .caption p {
    display: inline-block;
    margin: 0;
  }
  /* line 178, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .caption .author {
    color: #cccccc;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Pragmatica-web", Helvetica, Arial, sans-serif;
  }
  /* line 184, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .caption .author .caption__attribution {
    font-family: "Pragmatica-web", Helvetica, Arial, sans-serif;
  }

  /* line 191, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .decorator.triangle {
    display: inline-block;
    height: 4em;
    left: 22px;
    position: absolute;
    width: 5em;
    z-index: 6;
  }
  /* line 198, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .decorator.triangle i {
    border: 2.5em solid transparent;
    display: inline-block;
    height: 0;
    left: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    width: 0;
  }
  /* line 208, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .decorator.triangle i {
    border-top: 1.5em solid #ffffff;
  }
  /* line 212, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .decorator.triangle-up {
    display: inline-block;
    height: 4em;
    left: 11px;
    position: absolute;
    width: 5em;
  }
  /* line 218, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .decorator.triangle-up i {
    border: 2.5em dashed transparent;
    display: inline-block;
    height: 0;
    left: 0em;
    line-height: 0;
    position: absolute;
    top: 0em;
    width: 0;
  }
  /* line 228, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .decorator.triangle-up i {
    border-bottom: 1.5em solid #ffffff;
  }
}
@media screen and (min-width: 1060px) {
  /* line 234, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .medium-caption {
    width: 700px;
    margin-left: 80px;
  }

  /* line 238, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .article__gallery--small {
    margin-right: 25px;
  }

  /* line 242, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .carousel .gallery__controls {
    display: none;
  }
  /* line 246, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .carousel.carousel--not-moused-over .gallery__controls {
    display: block;
  }

  /* line 251, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .article__gallery--medium .images__title {
    margin-left: 80px;
  }
}
@media screen and (min-width: 568px) and (max-width: 1059px) {
  /* line 259, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .article__gallery--medium {
    padding: 0;
    width: auto;
  }
}
@media screen and (max-width: 740px) {
  /* line 265, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .article__gallery--small {
    margin-left: -10px;
    margin-right: -10px;
  }

  /* line 269, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .article__gallery--medium {
    padding: 0;
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
  }

  /* line 275, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .gallery__title {
    padding: 0 10px;
  }
}
@media screen and (max-width: 567px) {
  /* line 281, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .article__gallery--small {
    margin: 37.5px -16px;
  }

  /* line 284, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .article__gallery--medium.container {
    padding: 0;
    margin: 0 -16px;
  }

  /* line 288, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .gallery__title {
    margin-left: 16px;
    margin-right: 16px;
  }

  /* line 292, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  figcaption.media__caption {
    margin-left: 16px;
    margin-right: 16px;
  }

  /* line 297, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .carousel .gallery__controls {
    width: 42px;
  }

  /* line 301, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .caption {
    margin-left: 16px;
    margin-right: 16px;
  }

  /* line 305, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .gallery__title {
    position: relative;
  }
  /* line 307, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .gallery__title h3 {
    margin-top: 0;
  }
  /* line 310, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .gallery__title .gallery__controls {
    bottom: 0px;
    position: absolute;
    right: 0px;
  }
}
@media screen {
  /* line 317, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .gallery__controls {
    border: none !important;
    -webkit-transition: height, -webkit-transform,  0.3s ease-out;
    -moz-transition: height, -moz-transform,  0.3s ease-out;
    -o-transition: height, -o-transform,  0.3s ease-out;
    transition: height, transform,  0.3s ease-out;
  }

  /*different rules for lead parsys galleries*/
}
@media screen and (min-width: 1060px) {
  /* line 327, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .mainArt .article__gallery--small {
    width: 620px;
  }
}

@media screen {
  /*legacy gallery rules (remove letterboxing)*/
  /* line 337, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .owl-carousel.legacy figure {
    padding-bottom: 0;
    height: auto;
  }
  /* line 340, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .owl-carousel.legacy figure .gallery__backdrop {
    position: relative;
  }
  /* line 342, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  .owl-carousel.legacy figure .gallery__backdrop:before {
    content: '';
    display: none;
  }
}
@media screen and (max-width: 1059px) {
  /* line 349, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/PhotoGallery/_photoGallery.scss */
  #legacy-gallery__ad-slot {
    text-align: center;
  }
}

@media screen {
  /* line 1, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .sharebutton {
    border: 1px solid #c9c9c9;
    color: #000;
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    margin-top: 15px;
    min-height: 44px;
    text-align: center;
    width: 44px;
    padding-top: 10px;
  }
  /* line 12, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .sharebutton span.commentCount {
    font-size: 18px;
  }
  /* line 16, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .sharebutton.hide-zero span {
    visibility: hidden;
  }
  /* line 20, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .sharebutton:nth-child(1) {
    padding: 10px 10px 0px 0px;
    width: 85px;
  }
  /* line 23, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .sharebutton:nth-child(1) i {
    float: left;
    width: 15px;
    margin-left: 15px;
    margin-right: 5px;
    margin-top: 2px;
  }
  /* line 32, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .sharebutton.hide-zero {
    width: 44px;
    padding: 10px 0 0 0;
  }
  /* line 35, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .sharebutton.hide-zero i {
    margin-left: 11px;
    margin-right: 0px;
  }
  /* line 40, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .sharebutton:nth-child(2) {
    border-right: none;
    margin-right: -5px;
    margin-left: 12px;
  }
  /* line 45, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .sharebutton:nth-child(3) {
    border-right: none;
    border-left: none;
    margin-right: -5px;
  }
  /* line 50, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .sharebutton:nth-child(4) {
    border-right: none;
    border-left: none;
    margin-right: -5px;
  }
  /* line 56, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .sharebutton a {
    width: 100%;
    display: block;
    height: 100%;
    color: #000;
    text-decoration: none !important;
  }
  /* line 63, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .sharebutton:hover {
    color: #999999;
    text-decoration: none;
  }
  /* line 66, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .sharebutton:hover .icongs {
    color: #999999;
  }

  /*vertical style*/
}
@media screen and (min-width: 1060px) {
  /* line 73, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .icon-menu .sharebutton {
    display: block;
  }
  /* line 76, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .icon-menu .sharebutton:nth-child(1) {
    margin-top: 0;
    width: 44px;
    padding: 10px 0 0;
  }
  /* line 80, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .icon-menu .sharebutton:nth-child(1) i {
    width: 15px;
    margin: 1px 15px 0 11px;
  }
  /* line 85, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .icon-menu .sharebutton.hide-zero {
    height: 44px;
    margin-right: 0;
    margin-left: 0;
    border-right: 1px solid #c9c9c9;
  }
  /* line 91, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .icon-menu .sharebutton:nth-child(2) {
    border-bottom: none;
    border-right: 1px solid #c9c9c9;
    margin-left: 0;
  }
  /* line 96, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .icon-menu .sharebutton:nth-child(3) {
    margin-top: -2px;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
  }
  /* line 103, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .icon-menu .sharebutton:nth-child(4) {
    margin-top: -2px;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
  }
  /* line 110, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .icon-menu .sharebutton:nth-child(5) {
    margin-top: -2px;
  }
}

@media screen {
  /* line 117, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .icon-menu {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1059px) {
  /* line 117, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .icon-menu {
    margin: 0px 25px 30px 0;
  }
}
@media screen and (max-width: 567px) {
  /* line 117, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .icon-menu {
    margin-right: 0;
  }
}
@media screen {
  /* line 126, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .icon-menu .icongs {
    color: #061423;
    font-size: 20px;
    width: 100%;
  }
  /* line 130, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .icon-menu .icongs.icongs-open {
    padding-bottom: 2px;
    font-size: 15px;
  }

  /* line 138, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  #shareModule .addThis .icongs {
    color: #fff;
    font-size: 22px;
    padding-top: 10px;
  }

  /* line 143, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  #shareModule .addThis .icongs.icongs-print {
    padding-top: 3px;
  }

  /* line 146, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .sharebutton__comment-count {
    font-size: 14px;
  }

  /* line 149, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .sharebutton__modal--button-container {
    width: 100px;
    margin-bottom: 20px;
  }

  /* line 153, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .addthis_counter.addthis_bubble_style.addthis_native_counter {
    font-family: inherit;
    border: none;
    background-image: none !important;
    padding: 0;
    height: auto;
    width: auto !important;
    font-weight: normal;
    margin-top: 10px !important;
    padding-left: 10px;
    margin-left: 0 !important;
  }

  /* line 166, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .addThis a {
    display: inline;
  }
  /* line 169, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .addThis a.addthis_native_counter_sibling span {
    display: none;
  }

  /* line 173, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .addthis_counter.addthis_bubble_style a.addthis_button_expanded {
    font-size: 18px !important;
    font-weight: 200;
    width: auto !important;
    font-family: inherit !important;
  }
  /* line 178, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .addthis_counter.addthis_bubble_style a.addthis_button_expanded:hover {
    text-decoration: underline !important;
  }

  /* line 182, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  #_atssh {
    position: fixed;
  }

  /* line 188, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .icon-menu--comments-disabled .sharebutton:nth-child(1) {
    display: none;
  }
  /* line 191, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .icon-menu--comments-disabled .sharebutton:nth-child(2) {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1059px) {
  /* line 191, ../../../../../../../assets/news/styles/components/_sharebuttons.scss */
  .icon-menu--comments-disabled .sharebutton:nth-child(2) {
    margin-left: 0px;
    margin-top: 15px;
  }
}

@media screen {
  /* line 2, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/globalNav/_globalnav.scss */
  .globalNav {
    height: auto;
  }
}
@media screen and (min-width: 1000px) {
  /* line 2, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/globalNav/_globalnav.scss */
  .globalNav {
    min-height: 119px;
    background: black;
  }
}

@media screen {
  /* line 1, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/SectionHeader/_sectionHeader.scss */
  .mobile-date {
    color: #898a8d;
    display: block;
    font-weight: normal;
    line-height: 1;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    background-color: #f2f2f2;
    font-size: 12px;
    letter-spacing: 0.13rem;
    margin: 0 -10px;
  }

  /* line 16, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/SectionHeader/_sectionHeader.scss */
  .section-header--homepage span {
    text-transform: uppercase;
    position: relative;
    color: #898a8d;
    font-weight: normal;
    line-height: 1;
    font-size: 12px;
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 568px) {
  /* line 16, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/SectionHeader/_sectionHeader.scss */
  .section-header--homepage span {
    display: block;
    margin: 40px 0;
  }
}
@media screen and (max-width: 567px) {
  /* line 16, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/SectionHeader/_sectionHeader.scss */
  .section-header--homepage span {
    font-weight: lighter;
    letter-spacing: 0;
    color: #666666;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 568px) {
  /* line 37, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/SectionHeader/_sectionHeader.scss */
  .section-header--homepage .adunit__placeholder--sponsor {
    margin-top: 20px;
  }
  /* line 40, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/SectionHeader/_sectionHeader.scss */
  .section-header--homepage .adunit {
    margin-top: 20px;
  }
}

@media screen {
  /* line 47, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/SectionHeader/_sectionHeader.scss */
  .section-header.section-header--homepage.section-header--dynamic-page {
    background: #f2f2f2;
  }
  /* line 49, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/SectionHeader/_sectionHeader.scss */
  .section-header.section-header--homepage.section-header--dynamic-page .section-header__menu--item.dynamic-title {
    font-size: 16px;
    color: #333;
    letter-spacing: 0.02em;
    margin: 28px 0;
  }
  /* line 55, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/SectionHeader/_sectionHeader.scss */
  .section-header.section-header--homepage.section-header--dynamic-page .adunit-upper-right {
    margin-top: 10px;
  }
  /* line 58, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/SectionHeader/_sectionHeader.scss */
  .section-header.section-header--homepage.section-header--dynamic-page .adunit__placeholder--sponsor {
    margin-top: 10px;
  }

  /* line 64, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/SectionHeader/_sectionHeader.scss */
  .section-header.news__article .adunit-upper-right {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1059px) {
  /* line 64, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/SectionHeader/_sectionHeader.scss */
  .section-header.news__article .adunit-upper-right {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen {
  /* line 74, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/SectionHeader/_sectionHeader.scss */
  .section-header-container-title {
    height: 1.142857143em;
    overflow: hidden;
    font-size: 77px;
    margin: 0 0 0.2em 0;
  }
}
@media screen and (max-width: 1059px) {
  /* line 74, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/SectionHeader/_sectionHeader.scss */
  .section-header-container-title {
    font-size: 58px;
  }
}
@media screen and (max-width: 567px) {
  /* line 74, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/SectionHeader/_sectionHeader.scss */
  .section-header-container-title {
    font-size: 43px;
    height: 1.279069767em;
    margin: 0.4em 0.1em 0.1em 0.1em;
  }
}
@media screen {
  /* line 87, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/SectionHeader/_sectionHeader.scss */
  .section-header-container-title h1.section-header-dynamic-title {
    font-family: "Chronicle Display 3r", Georgia, serif;
    font-size: 77px;
    font-weight: 400;
    font-style: normal;
    color: #000;
    letter-spacing: -0.018em;
    line-height: 1.15;
    margin: 0;
  }
}
@media screen and (max-width: 1059px) {
  /* line 87, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/SectionHeader/_sectionHeader.scss */
  .section-header-container-title h1.section-header-dynamic-title {
    font-size: 58px;
  }
}
@media screen and (max-width: 567px) {
  /* line 87, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/SectionHeader/_sectionHeader.scss */
  .section-header-container-title h1.section-header-dynamic-title {
    font-size: 43px;
    text-align: center;
    letter-spacing: 0em;
    line-height: 1.3;
  }
}

@media screen {
  /* line 109, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/SectionHeader/_sectionHeader.scss */
  p.section-header-dynamic-abstract {
    font-family: "Pragmatica-web", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 19px;
    letter-spacing: -.002em;
    line-height: 1.0;
    color: #333333;
    text-transform: none;
    margin: 0 0 17px 5px;
  }
}
@media screen and (max-width: 1059px) {
  /* line 109, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/SectionHeader/_sectionHeader.scss */
  p.section-header-dynamic-abstract {
    font-size: 17px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 567px) {
  /* line 109, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/SectionHeader/_sectionHeader.scss */
  p.section-header-dynamic-abstract {
    font-size: 15px;
    text-align: center;
    color: #333333;
    line-height: 1.4;
    padding: 0 0.1em;
  }
}

@media screen {
  /* line 132, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/SectionHeader/_sectionHeader.scss */
  .row-style-large {
    margin-bottom: 26px;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px solid #ebebeb;
  }
}
@media screen and (max-width: 567px) {
  /* line 132, ../../../../../../../src/main/content/jcr_root/apps/news/components/modules/SectionHeader/_sectionHeader.scss */
  .row-style-large {
    border: none;
  }
}

@media screen and (min-width: 1060px) {
  /* line 1, ../../../../../../../src/main/content/jcr_root/apps/news/components/pagetypes/article/styles/_stickyAdSection.scss */
  .sticky-ad-container {
    width: 300px;
    min-height: 1000px;
  }
  /* line 5, ../../../../../../../src/main/content/jcr_root/apps/news/components/pagetypes/article/styles/_stickyAdSection.scss */
  .sticky-ad-container .AdSlot {
    position: absolute;
    top: 0;
    left: 0px;
  }
  /* line 6, ../../../../../../../src/main/content/jcr_root/apps/news/components/pagetypes/article/styles/_stickyAdSection.scss */
  .sticky-ad-container .AdSlot .sticky-ad__min-height-holder {
    background: #f2f2f2;
    min-height: 250px;
  }
  /* line 10, ../../../../../../../src/main/content/jcr_root/apps/news/components/pagetypes/article/styles/_stickyAdSection.scss */
  .sticky-ad-container .AdSlot .PromoRelatedContent {
    margin-top: 30px;
  }
  /* line 16, ../../../../../../../src/main/content/jcr_root/apps/news/components/pagetypes/article/styles/_stickyAdSection.scss */
  .sticky-ad-container .AdSlot.absolute-top {
    top: 0;
    bottom: auto;
    /*important as we're overriding javascript*/
    left: 0px !important;
  }
  /* line 22, ../../../../../../../src/main/content/jcr_root/apps/news/components/pagetypes/article/styles/_stickyAdSection.scss */
  .sticky-ad-container .AdSlot.absolute-bottom {
    top: auto;
    bottom: 0px;
    /*important as we're overriding javascript*/
    left: 0px !important;
  }
  /* line 29, ../../../../../../../src/main/content/jcr_root/apps/news/components/pagetypes/article/styles/_stickyAdSection.scss */
  .sticky-ad-container .AdSlot.fixed-top {
    top: 110px;
    position: fixed;
  }
}
@media screen and (max-width: 1059px) {
  /* line 1, ../../../../../../../src/main/content/jcr_root/apps/news/components/pagetypes/article/styles/_stickyAdSection.scss */
  .sticky-ad-container {
    /*important as we're overriding javascript*/
    height: auto !important;
  }
}

@media screen {
  /* line 2, ../../../../../../../assets/news/styles/components/_sponsored-content.scss */
  .sponsor-info {
    margin-bottom: 15px;
    cursor: pointer;
  }
  /* line 5, ../../../../../../../assets/news/styles/components/_sponsored-content.scss */
  .sponsor-info .adunit__placeholder {
    width: 88px;
    height: 31px;
    margin-right: 15px;
  }
  /* line 9, ../../../../../../../assets/news/styles/components/_sponsored-content.scss */
  .sponsor-info .adunit__placeholder::before {
    display: none;
  }

  /* line 14, ../../../../../../../assets/news/styles/components/_sponsored-content.scss */
  #sponsor-info__ad-slot {
    position: relative;
    float: left;
  }
  /* line 17, ../../../../../../../assets/news/styles/components/_sponsored-content.scss */
  #sponsor-info__ad-slot iframe {
    margin-right: 15px;
  }

  /* line 21, ../../../../../../../assets/news/styles/components/_sponsored-content.scss */
  .sponsor-info__label {
    display: inline-block;
    font-size: 13px;
    color: #4d57ec;
    letter-spacing: 0.01em;
    padding: 7px 10px;
    border: 1px solid #4d57ec;
    height: 31px;
    text-transform: uppercase;
    float: left;
  }

  /* line 32, ../../../../../../../assets/news/styles/components/_sponsored-content.scss */
  .sponsor-info__blue-mark {
    position: relative;
    display: inline-block;
    font-family: "Chronicle Deck 6r", Georgia, serif;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
    height: 31px;
    color: white;
    border: 1px solid #4d57ec;
    background: #4d57ec;
    padding: 3px 11px;
    cursor: pointer;
  }
  /* line 99, ../../../../../../../assets/news/styles/_mixins.scss */
  .sponsor-info__blue-mark b, .sponsor-info__blue-mark strong {
    font-weight: 600;
    font-style: normal;
  }
  /* line 103, ../../../../../../../assets/news/styles/_mixins.scss */
  .sponsor-info__blue-mark em {
    font-weight: 600;
    font-style: italic;
    font-family: "Chronicle Deck 6i", Georgia, serif;
  }

  /* line 45, ../../../../../../../assets/news/styles/components/_sponsored-content.scss */
  .sponsor-info__initial {
    display: block;
    float: left;
  }

  /* line 49, ../../../../../../../assets/news/styles/components/_sponsored-content.scss */
  .sponsor-info__modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11150;
  }

  /* line 58, ../../../../../../../assets/news/styles/components/_sponsored-content.scss */
  .sponsor-info__blackness {
    background: black;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    height: 100%;
  }

  /* line 65, ../../../../../../../assets/news/styles/components/_sponsored-content.scss */
  .sponsor-info__modal-block {
    font-family: "Pragmatica-web", Helvetica, Arial, sans-serif;
    position: absolute;
    background: #f2f2f2;
    width: 600px;
    height: 180px;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -90px;
  }
  /* line 75, ../../../../../../../assets/news/styles/components/_sponsored-content.scss */
  .sponsor-info__modal-block p {
    margin: 0;
    padding: 60px 40px 60px 40px;
  }
  /* line 79, ../../../../../../../assets/news/styles/components/_sponsored-content.scss */
  .sponsor-info__modal-block .icongs-close {
    cursor: pointer;
    font-size: 40px;
    padding: 14px;
    float: right;
  }
}
@media screen and (max-width: 610px) {
  /* line 65, ../../../../../../../assets/news/styles/components/_sponsored-content.scss */
  .sponsor-info__modal-block {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0;
  }
}

@media screen {
  /*image placeholder class, displays box logo until adaptive image renders above it */
  /* line 3, ../../../../../../../assets/news/styles/components/_image-placeholder.scss */
  .news-image-wrap {
    background: #f2f2f2;
    width: 100%;
    height: 0px;
    padding-bottom: 56.25%;
    /* defaults to 16:9, overridden on per-image basis */
    position: relative;
    overflow: hidden;
  }
  /* line 11, ../../../../../../../assets/news/styles/components/_image-placeholder.scss */
  .news-image-wrap:after {
    content: " ";
    display: block;
    position: absolute;
    background: #f2f2f2 url(/etc/designs/news/images/ng-logo-small.ngsversion.9c4594f0.svg);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  /* line 26, ../../../../../../../assets/news/styles/components/_image-placeholder.scss */
  .news-image-wrap img {
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
    left: 0;
  }
  /* line 34, ../../../../../../../assets/news/styles/components/_image-placeholder.scss */
  .news-image-wrap.transparent {
    background: transparent;
  }
  /* line 36, ../../../../../../../assets/news/styles/components/_image-placeholder.scss */
  .news-image-wrap.transparent:after {
    display: none;
  }

  /* line 41, ../../../../../../../assets/news/styles/components/_image-placeholder.scss */
  .news-image-wrap--centered {
    height: 100%;
    width: 100%;
    padding-bottom: 0;
  }
  /* line 45, ../../../../../../../assets/news/styles/components/_image-placeholder.scss */
  .news-image-wrap--centered .news-image-wrap__center-helper {
    position: relative;
    display: inline-block;
    height: 100%;
    right: -50%;
  }
  /* line 50, ../../../../../../../assets/news/styles/components/_image-placeholder.scss */
  .news-image-wrap--centered .news-image-wrap__center-helper img {
    position: relative;
    left: -50%;
    width: auto;
  }
  /* line 57, ../../../../../../../assets/news/styles/components/_image-placeholder.scss */
  .news-image-wrap--centered.news-image-wrap--centered-vertical .news-image-wrap__center-helper {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    top: 0;
    right: auto;
  }
  /* line 64, ../../../../../../../assets/news/styles/components/_image-placeholder.scss */
  .news-image-wrap--centered.news-image-wrap--centered-vertical .news-image-wrap__center-helper img {
    position: relative;
    left: auto;
    width: 100%;
    height: auto;
  }

  /* line 73, ../../../../../../../assets/news/styles/components/_image-placeholder.scss */
  img + .news-image-wrap--playbutton-div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
  /* line 78, ../../../../../../../assets/news/styles/components/_image-placeholder.scss */
  img + .news-image-wrap--playbutton-div:after {
    content: " ";
    display: block;
    background: url(/etc/designs/news/images/icongs-play-black.ngsversion.9c4594f0.svg);
    background-size: 100%;
    cursor: pointer;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    position: absolute;
    top: 50%;
    width: 70px;
    height: 70px;
    z-index: 8;
  }

  /* line 1, ../../../../../../../assets/news/styles/general/_mobile.scss */
  .mobile-header {
    background-color: #061423;
    border-color: #80878e;
    cursor: pointer;
    border-top: 1px solid #555555;
    border-bottom: 1px solid #555555;
  }
  /* line 7, ../../../../../../../assets/news/styles/general/_mobile.scss */
  .mobile-header .logo {
    border-color: #444;
  }
  /* line 10, ../../../../../../../assets/news/styles/general/_mobile.scss */
  .mobile-header .news-item-menu {
    padding-left: 7px;
  }
  /* line 12, ../../../../../../../assets/news/styles/general/_mobile.scss */
  .mobile-header .news-item-menu i {
    line-height: 34px;
    font-size: 22px;
    margin-right: 27px;
    margin-top: 9px;
  }

  /* line 20, ../../../../../../../assets/news/styles/general/_mobile.scss */
  .news-item-menu {
    color: #ebebeb;
    font-weight: bold;
    letter-spacing: 1px;
    height: 44px;
    font-weight: 500;
    text-align: right;
  }
  /* line 27, ../../../../../../../assets/news/styles/general/_mobile.scss */
  .news-item-menu a {
    color: #fff;
    line-height: 54px;
    padding-left: 5px;
    font-size: 18px;
  }
  /* line 32, ../../../../../../../assets/news/styles/general/_mobile.scss */
  .news-item-menu a:hover {
    text-decoration: none;
  }
  /* line 36, ../../../../../../../assets/news/styles/general/_mobile.scss */
  .news-item-menu i {
    line-height: 49px;
    font-size: 32px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 568px) and (max-width: 1059px) {
  /* line 46, ../../../../../../../assets/news/styles/general/_mobile.scss */
  header .main-title {
    font-size: 40px;
    margin: 10px 0 0;
  }
}
@media screen and (min-width: 568px) and (max-width: 1059px) {
  /* line 54, ../../../../../../../assets/news/styles/general/_mobile.scss */
  .col-third {
    width: 50% !important;
  }
}
@media screen and (max-width: 567px) {
  /* Inside the subnav menu this is the FEATURED section */
  /* line 62, ../../../../../../../assets/news/styles/general/_mobile.scss */
  .featured-menu {
    margin-top: 20px !important;
    margin-bottom: 0px !important;
    background-color: #101e2c;
  }
  /* line 66, ../../../../../../../assets/news/styles/general/_mobile.scss */
  .featured-menu ul {
    margin-bottom: 25px !important;
  }
  /* line 69, ../../../../../../../assets/news/styles/general/_mobile.scss */
  .featured-menu li {
    padding: 5px 0;
  }

  /* Inside the subnav menu this is the NATURAL section */
  /* line 74, ../../../../../../../assets/news/styles/general/_mobile.scss */
  .natural-menu {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
  }
  /* line 77, ../../../../../../../assets/news/styles/general/_mobile.scss */
  .natural-menu li {
    padding: 5px 0;
  }

  /* line 82, ../../../../../../../assets/news/styles/general/_mobile.scss */
  .carousel .controls {
    height: 240px !important;
  }

  /* line 85, ../../../../../../../assets/news/styles/general/_mobile.scss */
  aside .ad-container {
    padding: 35px 0;
  }

  /* line 88, ../../../../../../../assets/news/styles/general/_mobile.scss */
  .publish_date p {
    margin: 3px 0;
  }

  /* line 92, ../../../../../../../assets/news/styles/general/_mobile.scss */
  .xs-width {
    width: 280px;
  }

  /* line 96, ../../../../../../../assets/news/styles/general/_mobile.scss */
  .bottom-promo .row {
    margin: 0;
  }
  /* line 99, ../../../../../../../assets/news/styles/general/_mobile.scss */
  .bottom-promo .container {
    padding: 0;
  }
  /* line 102, ../../../../../../../assets/news/styles/general/_mobile.scss */
  .bottom-promo .col-md-13 {
    display: block !important;
    margin: 0;
    padding: 0;
  }

  /* line 108, ../../../../../../../assets/news/styles/general/_mobile.scss */
  .big-footer-menu {
    position: relative;
  }
}
@media screen {
  /* line 1, ../../../../../../../assets/news/styles/general/_columns.scss */
  .col-third {
    width: 33.33333333%;
    float: left;
    min-height: 482px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
  }
}
@media screen and (min-width: 1060px) {
  /* line 1, ../../../../../../../assets/news/styles/general/_columns.scss */
  .col-third {
    /* override script resizing for desktop */
    height: 482px !important;
  }
}
@media screen and (min-width: 568px) and (max-width: 1059px) {
  /* line 1, ../../../../../../../assets/news/styles/general/_columns.scss */
  .col-third {
    min-height: 250px;
  }
}
@media screen {
  /* line 16, ../../../../../../../assets/news/styles/general/_columns.scss */
  .col-third .img-container {
    position: relative;
  }
  /* line 18, ../../../../../../../assets/news/styles/general/_columns.scss */
  .col-third .img-container .decorator.triangle-up {
    left: 22px;
    bottom: 0px;
  }
  /* line 23, ../../../../../../../assets/news/styles/general/_columns.scss */
  .col-third .text-container {
    padding: 25px 22px;
  }
  /* line 26, ../../../../../../../assets/news/styles/general/_columns.scss */
  .col-third .title {
    font-family: "Chronicle Deck 6i", Georgia, serif;
    font-weight: 600;
    font-style: italic;
    font-size: 24px;
    letter-spacing: -0.01em;
    margin: 0;
  }
  /* line 34, ../../../../../../../assets/news/styles/general/_columns.scss */
  .col-third .share-n-comments {
    position: absolute;
    bottom: 35px;
  }
}
@media screen and (min-width: 1060px) {
  /* line 38, ../../../../../../../assets/news/styles/general/_columns.scss */
  .col-third:nth-child(2) {
    width: 34.33333333%;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 567px) {
  /* line 48, ../../../../../../../assets/news/styles/general/_columns.scss */
  .img-container img {
    width: 100%;
  }

  /* line 52, ../../../../../../../assets/news/styles/general/_columns.scss */
  .col-third {
    min-height: 1px;
    width: 100%;
    margin: auto;
    float: none;
  }
  /* line 58, ../../../../../../../assets/news/styles/general/_columns.scss */
  .col-third.get-to-know .text-container .decorator.triangle {
    bottom: -3.5em;
  }
  /* line 62, ../../../../../../../assets/news/styles/general/_columns.scss */
  .col-third .title {
    font-size: 22px;
  }
  /* line 65, ../../../../../../../assets/news/styles/general/_columns.scss */
  .col-third .text-container {
    padding: 20px 16px 30px;
  }

  /* line 69, ../../../../../../../assets/news/styles/general/_columns.scss */
  .col-third.picture-bg.hidden-md.hidden-sm {
    /*background-image: url(../img/promo-footer-4.jpg);*/
    background-position: 0 35px;
    min-height: 273px;
    background-size: 100% auto;
  }
  /* line 74, ../../../../../../../assets/news/styles/general/_columns.scss */
  .col-third.picture-bg.hidden-md.hidden-sm .picture_footer {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.03em;
    overflow: hidden;
    padding: 0px 20px;
    position: absolute;
    width: 100%;
  }

  /* line 86, ../../../../../../../assets/news/styles/general/_columns.scss */
  .color-promo .picture-bg .text-container {
    height: 120px;
  }
}
@media print {
  @page {
    margin: .85in .50in .85in .50in;
  }
  /* line 5, ../../../../../../../assets/news/styles/general/_print.scss */
  nav, img, .FeedbackForm, #parked-video-player, .panda-header, #global_nav, .AdSlot, .modal-dialog, .Video, .UniversalVideo, .PromoRelatedContent, .Promo, .AdSlotHeader, .SectionHeader, .PullQuote, .icon-menu, .Image, .StickyBar, .PhotoGallery, .PreviousNextArticle, .ImageGallery, .Interactive, footer, .Footer, .cq-editrollover-insert-container, #cq-sk, .global-nav, .globalNav {
    display: none;
  }

  /* line 8, ../../../../../../../assets/news/styles/general/_print.scss */
  img.print-img {
    display: inline;
  }

  /* line 11, ../../../../../../../assets/news/styles/general/_print.scss */
  .print-logo {
    width: 1.81in;
  }

  /* line 14, ../../../../../../../assets/news/styles/general/_print.scss */
  h1, h2, h3, h4, h5, h6 {
    margin: 0;
  }

  /* line 18, ../../../../../../../assets/news/styles/general/_print.scss */
  a, a:link, a:visited {
    color: #333333;
    text-decoration: none;
  }

  /* line 23, ../../../../../../../assets/news/styles/general/_print.scss */
  .print-only {
    display: block;
  }

  /* line 26, ../../../../../../../assets/news/styles/general/_print.scss */
  .print-only__copyright {
    margin-top: 32px;
  }

  /* line 29, ../../../../../../../assets/news/styles/general/_print.scss */
  .kicker-header {
    margin: 0;
    background-color: white;
  }

  /* line 36, ../../../../../../../assets/news/styles/general/_print.scss */
  .paragraphs {
    width: 100%;
    padding-left: 0.44in;
    padding-right: 0.5in;
  }
  /* line 40, ../../../../../../../assets/news/styles/general/_print.scss */
  .paragraphs a {
    text-decoration: underline;
  }
  /* line 45, ../../../../../../../assets/news/styles/general/_print.scss */
  .paragraphs .smartbody p, .paragraphs .smartbody h2 {
    text-indent: 0.56in;
    line-height: 1.9;
    margin: 0px;
  }
  /* line 50, ../../../../../../../assets/news/styles/general/_print.scss */
  .paragraphs .smartbody blockquote {
    line-height: 1.9;
  }
  /* line 53, ../../../../../../../assets/news/styles/general/_print.scss */
  .paragraphs .smartbody h2 {
    margin: 13px 0px 12px;
  }

  /* line 59, ../../../../../../../assets/news/styles/general/_print.scss */
  .col-md-offset-1 {
    margin-left: 0;
  }

  /* line 62, ../../../../../../../assets/news/styles/general/_print.scss */
  .series-name {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
  }
  /* line 68, ../../../../../../../assets/news/styles/general/_print.scss */
  .series-name .hot_link {
    font-weight: 500;
    color: inherit;
  }
  /* line 72, ../../../../../../../assets/news/styles/general/_print.scss */
  .series-name .contrast-letter {
    color: #555555;
    font-family: 'Chronicle Deck A', 'Chronicle Deck B';
    letter-spacing: 0.01em;
    margin-left: 12px;
    margin-right: 2px;
    text-transform: capitalize;
  }
  /* line 81, ../../../../../../../assets/news/styles/general/_print.scss */
  .series-name .pipe {
    font-size: 22px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: lighter;
  }

  /* line 88, ../../../../../../../assets/news/styles/general/_print.scss */
  .print-link {
    float: right;
    margin-top: 37px;
  }

  /* line 93, ../../../../../../../assets/news/styles/general/_print.scss */
  hr {
    margin-top: 32px;
    margin-bottom: 32px;
    border-top: 1px solid #959595;
  }

  /* line 99, ../../../../../../../assets/news/styles/general/_print.scss */
  .byline {
    margin-bottom: 32px;
    margin-top: 30px;
  }

  /* line 103, ../../../../../../../assets/news/styles/general/_print.scss */
  .main-title {
    color: #000;
    font-family: 'Chronicle Deck A', 'Chronicle Deck B';
    font-weight: 600;
    line-height: 1.15;
    text-rendering: optimizeLegibility;
  }
  /* line 109, ../../../../../../../assets/news/styles/general/_print.scss */
  .main-title .md-title, .main-title .xl-title {
    font-size: 40pt;
    letter-spacing: 0.005em;
  }

  /* line 115, ../../../../../../../assets/news/styles/general/_print.scss */
  .article__deck {
    font-family: "Pragmatica-web", Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.006em;
    font-size: 19px;
    margin: 3px 0;
  }
  /* line 121, ../../../../../../../assets/news/styles/general/_print.scss */
  .article__deck p {
    margin: 0;
  }
}
