@charset "UTF-8";
body {
  margin: 0;
  min-width: 320px;
}

h1, h2, h3, h4, p {
  text-rendering: optimizeLegibility;
}

figure {
  margin: 0;
}
figure > * {
  vertical-align: bottom;
}

.right {
  float: right;
}

.left {
  float: left;
}

hr {
  border: 0;
  border-bottom: none;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

body.localdev span.review {
  background-color: #fff0f0 !important;
  outline: 1px dotted hsl(349deg, 72%, 36%) !important;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013–2014 thoughtbot, inc.
 * MIT License */
button,
input[type=submit] {
  -webkit-font-smoothing: antialiased;
  background-color: black;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
}
button:hover,
input[type=submit]:hover {
  background-color: black;
  color: white;
}
button:disabled,
input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: hsl(0deg, 0%, 20%);
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1em;
  line-height: 1.5;
}

h1, h2, h3,
h4, h5, h6 {
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.25;
  margin: 0;
  text-rendering: optimizeLegibility;
}
:lang(ru) h1, :lang(ru) h2, :lang(ru) h3,
:lang(ru) h4, :lang(ru) h5, :lang(ru) h6 {
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

h1 {
  font-size: 2.4em;
}

h2 {
  font-size: 2.1em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

p {
  margin: 0 0 0.75em;
}

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: black;
  text-decoration: none;
}
a:hover {
  color: black;
}
a:active, a:focus {
  color: black;
  outline: none;
}

hr {
  border-bottom: 1px solid hsl(0deg, 0%, 87%);
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

hr.split {
  width: 25%;
  margin: 1.875em auto;
}

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

blockquote {
  border-left: 2px solid hsl(0deg, 0%, 87%);
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em;
}

cite {
  color: #737373;
  font-style: italic;
}
cite:before {
  content: "— ";
}

fieldset {
  background: #f7f7f7;
  border: 1px solid hsl(0deg, 0%, 87%);
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1em;
}

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

textarea,
input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=time], input[type=week],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 3px;
  border: 1px solid hsl(0deg, 0%, 87%);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%;
}
textarea:hover,
input[type=email]:hover, input[type=number]:hover, input[type=password]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=text]:hover, input[type=url]:hover, input[type=color]:hover, input[type=date]:hover, input[type=datetime]:hover, input[type=datetime-local]:hover, input[type=month]:hover, input[type=time]:hover, input[type=week]:hover,
select[multiple=multiple]:hover {
  border-color: #c4c4c4;
}
textarea:focus,
input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus,
select[multiple=multiple]:focus {
  border-color: white;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(242, 242, 242, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

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

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

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

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

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

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

td {
  border-bottom: 1px solid hsl(0deg, 0%, 87%);
  padding: 0.75em 0;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
dl {
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
}

.royalSlider > * {
  float: left;
}

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

.rsThumb {
  float: left;
  position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}

.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

.rsPreloader {
  position: absolute;
  z-index: 0;
}

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

.rsTabs {
  float: left;
  background: none !important;
}

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: 0.3s;
}

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}

img.rsImg {
  max-width: none;
}

.grab-cursor {
  cursor: url(grab.png) 8 8, move;
}

.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move;
}

.rsNoDrag {
  cursor: auto;
}

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
}

/******************************
*
*  RoyalSlider Default Inverted Skin
*
*    1. Arrows
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*
*  Sprite: 'rs-default-inverted.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
*
******************************/
/* Background */
.rsDefaultInv,
.rsDefaultInv .rsOverflow,
.rsDefaultInv .rsSlide,
.rsDefaultInv .rsVideoFrameHolder,
.rsDefaultInv .rsThumbs {
  background: #fff;
  color: #222;
}

/***************
*
*  1. Arrows
*
****************/
.rsDefaultInv .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}

.rsDefaultInv.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}

.rsDefaultInv.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}

.rsDefaultInv.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}

.rsDefaultInv.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}

.rsDefaultInv.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}

.rsDefaultInv .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  background: url("rs-default-inverted.png");
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.75);
  *background-color: #FFF;
  border-radius: 2px;
}

.rsDefaultInv .rsArrowIcn:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -64px -32px;
}

.rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -64px -64px;
}

.rsDefaultInv.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}

.rsDefaultInv.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}

.rsDefaultInv .rsArrowDisabled .rsArrowIcn {
  filter: alpha(opacity=20);
  opacity: 0.2;
  *display: none;
}

/***************
*
*  2. Bullets
*
****************/
.rsDefaultInv .rsBullets {
  position: relative;
  z-index: 35;
  padding-top: 4px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  line-height: 5px;
  overflow: hidden;
}

.rsDefaultInv .rsBullet {
  width: 5px;
  height: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px;
}

.rsDefaultInv .rsBullet span {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #BBB;
}

.rsDefaultInv .rsBullet.rsNavSelected span {
  background-color: #000;
}

/***************
*
*  3. Thumbnails
*
****************/
.rsDefaultInv .rsThumbsHor {
  width: 100%;
  height: 72px;
}

.rsDefaultInv .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.rsDefaultInv.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}

.rsDefaultInv.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}

.rsDefaultInv .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}

.rsDefaultInv .rsThumb img {
  width: 100%;
  height: 100%;
}

.rsDefaultInv .rsThumb.rsNavSelected {
  background: #FFF;
}

.rsDefaultInv .rsThumb.rsNavSelected img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.rsDefaultInv .rsTmb {
  display: block;
}

/* Thumbnails with text */
.rsDefaultInv .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
}

.rsDefaultInv .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}

/* Thumbnails arrow icons */
.rsDefaultInv .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #FFF;
  background: rgba(255, 255, 255, 0.75);
}

.rsDefaultInv .rsThumbsArrow:hover {
  background: rgba(255, 255, 255, 0.9);
}

.rsDefaultInv.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}

.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}

.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}

.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}

.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}

.rsDefaultInv .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("rs-default-inverted.png");
}

.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}

.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}

.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}

.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}

.rsDefaultInv .rsThumbsArrowDisabled {
  display: none !important;
}

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefaultInv .rsThumb {
    width: 59px;
    height: 44px;
  }
  .rsDefaultInv .rsThumbsHor {
    height: 44px;
  }
  .rsDefaultInv .rsThumbsVer {
    width: 59px;
  }
}
/***************
*
*  4. Tabs
*
****************/
.rsDefaultInv .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}

.rsDefaultInv .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1;
}

.rsDefaultInv .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rsDefaultInv .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}

.rsDefaultInv .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}

.rsDefaultInv .rsTab.rsNavSelected {
  color: #FFF;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}

/***************
*
*  5. Fullscreen button
*
****************/
.rsDefaultInv .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}

.rsDefaultInv .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("rs-default-inverted.png") 0 0;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.75);
  *background-color: #FFF;
  border-radius: 2px;
}

.rsDefaultInv .rsFullscreenIcn:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.rsDefaultInv.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}

/***************
*
*  6. Play/close video button
*
****************/
.rsDefaultInv .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}

.rsDefaultInv .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: url(rs-default-inverted.png) no-repeat 0 -32px;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.75);
  *background-color: #FFF;
}

.rsDefaultInv .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(255, 255, 255, 0.9);
}

.rsDefaultInv .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
}

.rsDefaultInv .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.rsDefaultInv .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}

.rsDefaultInv .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("rs-default-inverted.png") -64px 0;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.75);
  *background-color: #FFF;
}

.rsDefaultInv .rsCloseVideoIcn:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

/***************
*
*  7. Preloader
*
****************/
.rsDefaultInv .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(../preloaders/preloader.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

/***************
*
*  8. Global caption
*
****************/
.rsDefaultInv .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #FFF;
  background: rgba(255, 255, 255, 0.75);
  color: #000;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}

#header,
#infra,
#wrapper,
#ultra,
#footer {
  max-width: 67.8125em;
  margin-left: auto;
  margin-right: auto;
}
#header:after,
#infra:after,
#wrapper:after,
#ultra:after,
#footer:after {
  content: "";
  display: table;
  clear: both;
}

#wrapper, #ultra, #footer {
  padding: 0.85em 1em 0em;
}
@media screen and (min-width: 720px) {
  #wrapper, #ultra, #footer {
    padding: 0em 1em 0;
  }
}
@media screen and (min-width: 1100px) {
  #wrapper, #ultra, #footer {
    padding: 0em;
  }
}

#infra {
  padding: 0.85em 1em 0;
}
@media screen and (min-width: 720px) {
  #infra {
    padding: 0em 1em 1em;
  }
}
@media screen and (min-width: 1100px) {
  #infra {
    padding: 0em 0em 1em;
  }
}

#wrapper {
  max-width: 67.8125em;
  min-width: 320px;
}

#left {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 100%;
}
#left:last-child {
  margin-right: 0;
}

#content {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 100%;
}
#content:last-child {
  margin-right: 0;
}

@media screen and (min-width: 720px) {
  #left {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 27.4881516588%;
  }
  #left:last-child {
    margin-right: 0;
  }
  #content {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 70.1421800948%;
  }
  #content:last-child {
    margin-right: 0;
  }
}
body.landing #left, body.index #left {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 100%;
}
body.landing #left:last-child, body.index #left:last-child {
  margin-right: 0;
}
body.landing #content, body.index #content {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 100%;
}
body.landing #content:last-child, body.index #content:last-child {
  margin-right: 0;
}
body.landing #right, body.index #right {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 100%;
  margin-right: 0;
}
body.landing #right:last-child, body.index #right:last-child {
  margin-right: 0;
}
@media screen and (min-width: 720px) {
  body.landing #left, body.index #left {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 27.4881516588%;
  }
  body.landing #left:last-child, body.index #left:last-child {
    margin-right: 0;
  }
  body.landing #content, body.index #content {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 40.2843601896%;
  }
  body.landing #content:last-child, body.index #content:last-child {
    margin-right: 0;
  }
  body.landing #right, body.index #right {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 27.4881516588%;
    margin-right: 0;
  }
  body.landing #right:last-child, body.index #right:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: print) {
  #footer-links {
    display: none;
  }
}
.table-wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
  width: 100%;
}
.table-wrap:after {
  content: "";
  display: table;
  clear: both;
}
.table-wrap > *:last-child {
  margin-right: 0;
}
.table-wrap > *:first-child {
  margin-left: 0;
}

img {
  border-width: 0;
  border: none;
}

figure {
  margin: 0;
}

#content figure, #infra figure, #ultra figure {
  padding-top: 0.33em;
  padding-bottom: 0.33em;
}
#content figure img, #infra figure img, #ultra figure img {
  display: block;
}
#content .adjacent, #infra .adjacent, #ultra .adjacent {
  margin-right: 0;
  margin-left: 0;
  margin-right: 0;
}

#highlights figure {
  padding-top: 0em;
  max-width: 60px;
}

#features p {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}
#features figure {
  padding-bottom: 0.5em;
}
#features a.link {
  color: hsl(349deg, 72%, 36%);
  text-align: right;
  display: block;
}

#infra figure {
  padding-top: 0;
}

#breadcrumbs + figure {
  padding-top: 0;
}

figcaption {
  padding: 14px 16px 0px;
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3rem;
}
:lang(ru) figcaption {
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
figcaption span.red {
  color: hsl(354deg, 89%, 41%);
  padding-right: 0.75em;
  text-transform: uppercase;
  font-size: 0.94em;
  font-weight: bold;
  -webkit-font-smoothing: auto;
}
figcaption span.white {
  color: #fff;
  padding-right: 0.75em;
  text-transform: uppercase;
  font-size: 0.94em;
  font-weight: bold;
  -webkit-font-smoothing: auto;
}
figcaption .courtesy,
figcaption .illustrations {
  margin-top: -10px;
  margin-bottom: 0px;
  width: 100%;
  display: block;
  text-align: right;
  text-transform: uppercase;
  font-family: "Jost", Roboto, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.625em;
  line-height: 1.35em;
}
figcaption .courtesy span.red,
figcaption .illustrations span.red {
  padding-right: 0;
  padding-left: 0.15em;
}
figcaption:not(.transparent) {
  padding-bottom: 10px;
}
figcaption:not(.transparent) .courtesy,
figcaption:not(.transparent) .illustrations {
  margin-bottom: 4px;
}
figcaption:not(.transparent):not(.black) {
  background-color: hsl(0deg, 0%, 94%);
}
figcaption.black {
  background-color: #000;
}

span.percent-head {
  color: hsl(354deg, 89%, 41%);
  padding-right: 0.1em;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: bold;
  -webkit-font-smoothing: auto;
}

.w1, .l1, .r1 {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 10.4265402844%;
}
.w1:last-child, .l1:last-child, .r1:last-child {
  margin-right: 0;
}
@media screen and (min-width: 480px) and (max-width: 719px) {
  .w1, .l1, .r1 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 1.8957345972%;
  }
  .w1:last-child, .l1:last-child, .r1:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .w1, .l1, .r1 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 14.691943128%;
  }
  .w1:last-child, .l1:last-child, .r1:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .w1, .l1, .r1 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 1.8957345972%;
  }
  .w1:last-child, .l1:last-child, .r1:last-child {
    margin-right: 0;
  }
}

.w2, .l2, .r2 {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 14.691943128%;
}
.w2:last-child, .l2:last-child, .r2:last-child {
  margin-right: 0;
}
@media screen and (min-width: 480px) and (max-width: 719px) {
  .w2, .l2, .r2 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 6.1611374408%;
  }
  .w2:last-child, .l2:last-child, .r2:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .w2, .l2, .r2 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 14.691943128%;
  }
  .w2:last-child, .l2:last-child, .r2:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .w2, .l2, .r2 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 6.1611374408%;
  }
  .w2:last-child, .l2:last-child, .r2:last-child {
    margin-right: 0;
  }
}

.w3, .l3, .r3 {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 23.2227488152%;
}
.w3:last-child, .l3:last-child, .r3:last-child {
  margin-right: 0;
}
@media screen and (min-width: 480px) and (max-width: 719px) {
  .w3, .l3, .r3 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 14.691943128%;
  }
  .w3:last-child, .l3:last-child, .r3:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .w3, .l3, .r3 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 23.2227488152%;
  }
  .w3:last-child, .l3:last-child, .r3:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .w3, .l3, .r3 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 10.4265402844%;
  }
  .w3:last-child, .l3:last-child, .r3:last-child {
    margin-right: 0;
  }
}

.w4, .l4, .r4 {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 36.018957346%;
}
.w4:last-child, .l4:last-child, .r4:last-child {
  margin-right: 0;
}
@media screen and (min-width: 480px) and (max-width: 719px) {
  .w4, .l4, .r4 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 18.9573459716%;
  }
  .w4:last-child, .l4:last-child, .r4:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .w4, .l4, .r4 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 23.2227488152%;
  }
  .w4:last-child, .l4:last-child, .r4:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .w4, .l4, .r4 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 14.691943128%;
  }
  .w4:last-child, .l4:last-child, .r4:last-child {
    margin-right: 0;
  }
}

.w5, .l5, .r5 {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 40.2843601896%;
}
.w5:last-child, .l5:last-child, .r5:last-child {
  margin-right: 0;
}
@media screen and (min-width: 480px) and (max-width: 719px) {
  .w5, .l5, .r5 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 23.2227488152%;
  }
  .w5:last-child, .l5:last-child, .r5:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .w5, .l5, .r5 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 27.4881516588%;
  }
  .w5:last-child, .l5:last-child, .r5:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .w5, .l5, .r5 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 18.9573459716%;
  }
  .w5:last-child, .l5:last-child, .r5:last-child {
    margin-right: 0;
  }
}

.w6, .l6, .r6 {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 40.2843601896%;
}
.w6:last-child, .l6:last-child, .r6:last-child {
  margin-right: 0;
}
@media screen and (min-width: 480px) and (max-width: 719px) {
  .w6, .l6, .r6 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 23.2227488152%;
  }
  .w6:last-child, .l6:last-child, .r6:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .w6, .l6, .r6 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 31.7535545024%;
  }
  .w6:last-child, .l6:last-child, .r6:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .w6, .l6, .r6 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 23.2227488152%;
  }
  .w6:last-child, .l6:last-child, .r6:last-child {
    margin-right: 0;
  }
}

.w7, .l7, .r7 {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 40.2843601896%;
}
.w7:last-child, .l7:last-child, .r7:last-child {
  margin-right: 0;
}
@media screen and (min-width: 480px) and (max-width: 719px) {
  .w7, .l7, .r7 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 27.4881516588%;
  }
  .w7:last-child, .l7:last-child, .r7:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .w7, .l7, .r7 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 36.018957346%;
  }
  .w7:last-child, .l7:last-child, .r7:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .w7, .l7, .r7 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 27.4881516588%;
  }
  .w7:last-child, .l7:last-child, .r7:last-child {
    margin-right: 0;
  }
}

.w8, .l8, .r8 {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 44.5497630332%;
}
.w8:last-child, .l8:last-child, .r8:last-child {
  margin-right: 0;
}
@media screen and (min-width: 480px) and (max-width: 719px) {
  .w8, .l8, .r8 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 31.7535545024%;
  }
  .w8:last-child, .l8:last-child, .r8:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .w8, .l8, .r8 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 31.7535545024%;
  }
  .w8:last-child, .l8:last-child, .r8:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .w8, .l8, .r8 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 31.7535545024%;
  }
  .w8:last-child, .l8:last-child, .r8:last-child {
    margin-right: 0;
  }
}

.w9, .l9, .r9 {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 48.8151658768%;
}
.w9:last-child, .l9:last-child, .r9:last-child {
  margin-right: 0;
}
@media screen and (max-width: 479px) {
  .w9.mf, .l9.mf, .r9.mf {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 100%;
  }
  .w9.mf:last-child, .l9.mf:last-child, .r9.mf:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 719px) {
  .w9, .l9, .r9 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 36.018957346%;
  }
  .w9:last-child, .l9:last-child, .r9:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .w9, .l9, .r9 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 48.8151658768%;
  }
  .w9:last-child, .l9:last-child, .r9:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .w9, .l9, .r9 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 36.018957346%;
  }
  .w9:last-child, .l9:last-child, .r9:last-child {
    margin-right: 0;
  }
}

.w10, .l10, .r10 {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 48.8151658768%;
}
.w10:last-child, .l10:last-child, .r10:last-child {
  margin-right: 0;
}
@media screen and (max-width: 479px) {
  .w10.mf, .l10.mf, .r10.mf {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 100%;
  }
  .w10.mf:last-child, .l10.mf:last-child, .r10.mf:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 719px) {
  .w10.mf, .l10.mf, .r10.mf {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 100%;
  }
  .w10.mf:last-child, .l10.mf:last-child, .r10.mf:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 719px) {
  .w10, .l10, .r10 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 40.2843601896%;
  }
  .w10:last-child, .l10:last-child, .r10:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .w10, .l10, .r10 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 48.8151658768%;
  }
  .w10:last-child, .l10:last-child, .r10:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .w10, .l10, .r10 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 40.2843601896%;
  }
  .w10:last-child, .l10:last-child, .r10:last-child {
    margin-right: 0;
  }
}

.w11, .l11, .r11 {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 48.8151658768%;
}
.w11:last-child, .l11:last-child, .r11:last-child {
  margin-right: 0;
}
@media screen and (min-width: 480px) and (max-width: 719px) {
  .w11, .l11, .r11 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 44.5497630332%;
  }
  .w11:last-child, .l11:last-child, .r11:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .w11, .l11, .r11 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 48.8151658768%;
  }
  .w11:last-child, .l11:last-child, .r11:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .w11, .l11, .r11 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 44.5497630332%;
  }
  .w11:last-child, .l11:last-child, .r11:last-child {
    margin-right: 0;
  }
}

.w12, .l12, .r12, .half, .lhalf, .rhalf {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 100%;
}
.w12:last-child, .l12:last-child, .r12:last-child, .half:last-child, .lhalf:last-child, .rhalf:last-child {
  margin-right: 0;
}
@media screen and (min-width: 480px) {
  .w12, .l12, .r12, .half, .lhalf, .rhalf {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 48.8151658768%;
  }
  .w12:last-child, .l12:last-child, .r12:last-child, .half:last-child, .lhalf:last-child, .rhalf:last-child {
    margin-right: 0;
  }
}

.w13, .l13, .r13 {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 100%;
}
.w13:last-child, .l13:last-child, .r13:last-child {
  margin-right: 0;
}
@media screen and (min-width: 480px) {
  .w13, .l13, .r13 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 53.0805687204%;
  }
  .w13:last-child, .l13:last-child, .r13:last-child {
    margin-right: 0;
  }
}

.w14, .l14, .r14 {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 100%;
}
.w14:last-child, .l14:last-child, .r14:last-child {
  margin-right: 0;
}
@media screen and (min-width: 480px) {
  .w14, .l14, .r14 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 57.345971564%;
  }
  .w14:last-child, .l14:last-child, .r14:last-child {
    margin-right: 0;
  }
}

.w15, .l15, .r15 {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 100%;
}
.w15:last-child, .l15:last-child, .r15:last-child {
  margin-right: 0;
}
@media screen and (min-width: 480px) {
  .w15, .l15, .r15 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 61.6113744076%;
  }
  .w15:last-child, .l15:last-child, .r15:last-child {
    margin-right: 0;
  }
}

.w16, .l16, .r16 {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 100%;
}
.w16:last-child, .l16:last-child, .r16:last-child {
  margin-right: 0;
}
@media screen and (min-width: 480px) {
  .w16, .l16, .r16 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 65.8767772512%;
  }
  .w16:last-child, .l16:last-child, .r16:last-child {
    margin-right: 0;
  }
}

.w17, .l17, .r17 {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 100%;
}
.w17:last-child, .l17:last-child, .r17:last-child {
  margin-right: 0;
}
@media screen and (min-width: 480px) {
  .w17, .l17, .r17 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 70.1421800948%;
  }
  .w17:last-child, .l17:last-child, .r17:last-child {
    margin-right: 0;
  }
}

.w18, .l18, .r18 {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 100%;
}
.w18:last-child, .l18:last-child, .r18:last-child {
  margin-right: 0;
}
@media screen and (min-width: 480px) {
  .w18, .l18, .r18 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 74.4075829384%;
  }
  .w18:last-child, .l18:last-child, .r18:last-child {
    margin-right: 0;
  }
}

.w19, .l19, .r19 {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 100%;
}
.w19:last-child, .l19:last-child, .r19:last-child {
  margin-right: 0;
}
@media screen and (min-width: 480px) {
  .w19, .l19, .r19 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 78.672985782%;
  }
  .w19:last-child, .l19:last-child, .r19:last-child {
    margin-right: 0;
  }
}

.w20, .l20, .r20 {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 100%;
}
.w20:last-child, .l20:last-child, .r20:last-child {
  margin-right: 0;
}
@media screen and (min-width: 480px) {
  .w20, .l20, .r20 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 82.9383886256%;
  }
  .w20:last-child, .l20:last-child, .r20:last-child {
    margin-right: 0;
  }
}

.w21, .l21, .r21 {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 100%;
}
.w21:last-child, .l21:last-child, .r21:last-child {
  margin-right: 0;
}
@media screen and (min-width: 480px) {
  .w21, .l21, .r21 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 87.2037914692%;
  }
  .w21:last-child, .l21:last-child, .r21:last-child {
    margin-right: 0;
  }
}

.w22, .l22, .r22 {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 100%;
}
.w22:last-child, .l22:last-child, .r22:last-child {
  margin-right: 0;
}
@media screen and (min-width: 480px) {
  .w22, .l22, .r22 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 91.4691943128%;
  }
  .w22:last-child, .l22:last-child, .r22:last-child {
    margin-right: 0;
  }
}

.w23, .l23, .r23 {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 100%;
}
.w23:last-child, .l23:last-child, .r23:last-child {
  margin-right: 0;
}
@media screen and (min-width: 480px) {
  .w23, .l23, .r23 {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 95.7345971564%;
  }
  .w23:last-child, .l23:last-child, .r23:last-child {
    margin-right: 0;
  }
}

.w24, .l24, .r24, .full, .fill, .wide, .lfull, .rfull, .lwide, .rwide {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 100%;
  margin-right: 0;
}
.w24:last-child, .l24:last-child, .r24:last-child, .full:last-child, .fill:last-child, .wide:last-child, .lfull:last-child, .rfull:last-child, .lwide:last-child, .rwide:last-child {
  margin-right: 0;
}

.w1, .w2, .w3,
.w4, .w5, .w6,
.w7, .w8, .w9,
.w10, .w11, .w12,
.whalf,
.w13, .w14, .w15,
.w16, .w17, .w18,
.w19, .w20, .w21,
.w22, .w23, .w24 {
  float: none;
}
.w1:last-child, .w2:last-child, .w3:last-child,
.w4:last-child, .w5:last-child, .w6:last-child,
.w7:last-child, .w8:last-child, .w9:last-child,
.w10:last-child, .w11:last-child, .w12:last-child,
.whalf:last-child,
.w13:last-child, .w14:last-child, .w15:last-child,
.w16:last-child, .w17:last-child, .w18:last-child,
.w19:last-child, .w20:last-child, .w21:last-child,
.w22:last-child, .w23:last-child, .w24:last-child {
  margin-right: 0;
}

.r1, .r2, .r3,
.r4, .r5, .r6,
.r7, .r8, .r9,
.r10, .r11, .r12,
.rhalf,
.r13, .r14, .r15,
.r16, .r17, .r18,
.r19, .r20, .r21,
.r22, .r23 {
  float: right;
  margin-right: 0 !important;
  margin-left: 2.3696682464%;
}

#content figure.r24, #content figure.full, #content figure.fill, #content figure.wide, #content figure.lfull, #content figure.rfull, #content figure.lwide, #content figure.rwide {
  margin-left: 0;
  margin-bottom: 1em;
}

.icon-triangle-right:before {
  top: 2px;
}

.icon {
  position: relative;
  padding-right: 1em;
  padding-left: 0.5em;
}

.icon:before {
  position: absolute;
}

#content div.pullquote {
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
  border-top: 6px groove hsl(0deg, 0%, 60%);
  padding-top: 1rem;
  border-bottom: 6px ridge hsl(0deg, 0%, 60%);
  padding-bottom: 1rem;
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.2em;
}
:lang(ru) #content div.pullquote {
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
#content div.pullquote .red {
  color: hsl(354deg, 89%, 41%);
  padding-right: 0.75em;
  text-transform: uppercase;
  font-size: 0.94em;
  font-weight: bold;
  -webkit-font-smoothing: auto;
  display: block;
}
#content div.pullquote p {
  line-height: 1.5em;
  padding: 0.5em 1.25em 0;
  text-align: center;
  margin-bottom: 0.4em;
  font-weight: 500;
  font-size: 0.88rem;
}
@media screen and (min-width: 480px) {
  #content div.pullquote p {
    font-size: 1.28rem;
  }
}
#content div.pullquote p.quoted.red {
  background: url("opdq.jpg") left top no-repeat, url("cldq.jpg") 100% 100% no-repeat;
}
#content div.pullquote p.quoted.orange {
  background: url("opdqo.jpg") left top no-repeat, url("cldqo.jpg") 100% 100% no-repeat;
}
#content div.pullquote p.quoted {
  padding-left: 10%;
  padding-right: 10%;
}
#content div.pullquote p.quoted span.opq, #content div.pullquote p.quoted span.qop, #content div.pullquote p.quoted span.clq, #content div.pullquote p.quoted span.qcl {
  position: relative;
}
#content div.pullquote p.quoted span.opq:before, #content div.pullquote p.quoted span.opq:after, #content div.pullquote p.quoted span.qop:before, #content div.pullquote p.quoted span.qop:after, #content div.pullquote p.quoted span.clq:before, #content div.pullquote p.quoted span.clq:after, #content div.pullquote p.quoted span.qcl:before, #content div.pullquote p.quoted span.qcl:after {
  position: absolute;
  top: 0em;
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  font-size: 3em;
}
:lang(ru) #content div.pullquote p.quoted span.opq:before, :lang(ru) #content div.pullquote p.quoted span.opq:after, :lang(ru) #content div.pullquote p.quoted span.qop:before, :lang(ru) #content div.pullquote p.quoted span.qop:after, :lang(ru) #content div.pullquote p.quoted span.clq:before, :lang(ru) #content div.pullquote p.quoted span.clq:after, :lang(ru) #content div.pullquote p.quoted span.qcl:before, :lang(ru) #content div.pullquote p.quoted span.qcl:after {
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
#content div.pullquote p.quoted span.opq:before, #content div.pullquote p.quoted span.qop:before {
  content: "“";
  left: -0.67em;
}
#content div.pullquote p.quoted span.clq:after, #content div.pullquote p.quoted span.qcl:after {
  content: "”";
  top: 0.1em;
  right: -0.67em;
}
.listen-to-the-teacher #content div.pullquote p.quoted {
  background: url("opdqpp.jpg") left top no-repeat, url("cldqpp.jpg") 100% 100% no-repeat;
  padding: 1em 2.75em;
}
@media screen and (min-width: 480px) {
  .listen-to-the-teacher #content div.pullquote p.quoted {
    background: url("opdqp.jpg") left top no-repeat, url("cldqp.jpg") 100% 100% no-repeat;
  }
}
#content div.pullquote .source, #content div.pullquote .author {
  text-align: right;
  font-size: 0.75rem;
  padding-left: 27%;
  padding-right: 10%;
  padding-top: 0.75rem;
}
@media screen and (min-width: 480px) {
  #content div.pullquote .source, #content div.pullquote .author {
    font-size: 0.92rem;
  }
}

.i201408-military #content figure + div.pullquote, .i201410-created-equal #content figure + div.pullquote, .i201411-held-back #content figure + div.pullquote, .i201412-expansion #content figure + div.pullquote {
  border-top: none;
  border-bottom: none;
  margin-top: -0.5rem;
}

.sliderwrapper {
  margin-top: 0.5em;
}

#content .sliderwrapper {
  margin-bottom: 1em;
}

.rsContent {
  max-width: 100%;
}
.rsContent figure {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.content-slider .rsImg {
  margin-top: 0 !important;
}

@media screen and (max-width: 479px) {
  html {
    font-size: 14px;
  }
}

a.slink, span.slink {
  font-family: "Jost", Roboto, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
}

h1:not(:first-child), h2:not(:first-child) {
  padding-top: 0.5em;
  padding-bottom: 0.2em;
}

p.kicker + h1:not(:first-child), p.kicker + h2:not(:first-child) {
  padding-top: 0;
}

#breadcrumbs + .sharing + h1 {
  padding-top: 0;
}

#breadcrumbs + .sharing + h2 {
  padding-top: 0;
  padding-bottom: 0;
}

#breadcrumbs + .sharing + h2 + h1 {
  padding-top: 0;
}

#breadcrumbs + .sharing + h1 + h2 {
  padding-top: 0;
}

figure + h1 + h2.subheader:not(:first-child) {
  padding-top: 0;
  margin-top: -0.15em;
}

div.post > h1:first-child, div.story > h1:first-child, div.editorial > h1:first-child, article.post > h1:first-child {
  padding-top: 0.15em;
  padding-bottom: 0.25em;
}
div.post > h1:first-child + h2, div.post > h1:first-child + h3, div.post > h2:first-child + h1, div.post > h3:first-child + h1, div.post > figure:first-child + h1, div.post > .slogan:first-child + h1, div.story > h1:first-child + h2, div.story > h1:first-child + h3, div.story > h2:first-child + h1, div.story > h3:first-child + h1, div.story > figure:first-child + h1, div.story > .slogan:first-child + h1, div.editorial > h1:first-child + h2, div.editorial > h1:first-child + h3, div.editorial > h2:first-child + h1, div.editorial > h3:first-child + h1, div.editorial > figure:first-child + h1, div.editorial > .slogan:first-child + h1, article.post > h1:first-child + h2, article.post > h1:first-child + h3, article.post > h2:first-child + h1, article.post > h3:first-child + h1, article.post > figure:first-child + h1, article.post > .slogan:first-child + h1 {
  padding-top: 0.15em;
  padding-bottom: 0.25em;
}

div.interview > h1:first-child {
  padding-top: 0.15em;
}
div.interview > h1:first-child + h2, div.interview > h1:first-child + h3, div.interview > h2:first-child + h1, div.interview > h3:first-child + h1, div.interview > figure:first-child + h1, div.interview > .slogan:first-child + h1 {
  padding-top: 0.15em;
  padding-bottom: 0.5em;
}

div.story > figure:first-child {
  padding-bottom: 0.5em;
}

figcaption {
  -webkit-font-smoothing: subpixel-antialiased;
}

#external {
  -webkit-font-smoothing: inherit;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: subpixel-antialiased;
}

.search dt {
  margin: 0.75em 1em 0em;
  font-size: 1.25em;
}
.search dd {
  margin: 0px 2.5em 1.5em;
}
.search dd .hl {
  color: hsl(354deg, 89%, 41%);
}

p.red {
  color: hsl(354deg, 89%, 41%);
}

div.deck {
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
  padding: 0 5% 0.5em;
}
:lang(ru) div.deck {
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

p.kicker {
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "Jost", Roboto, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: hsl(354deg, 89%, 41%);
  text-transform: uppercase;
  font-size: 0.875em !important;
  margin-bottom: 0 !important;
}

.section-head, p.Common-Styles_Subhead-Metronic {
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  color: hsl(354deg, 89%, 41%);
  text-transform: uppercase;
  font-size: 1.125em;
}
.section-head:not(:first-child), p.Common-Styles_Subhead-Metronic:not(:first-child) {
  margin-top: 1.5em;
}

.section > .headline {
  font-size: 1em !important;
  display: block;
}

.section > .subheadline {
  font-size: 0.78125em !important;
  display: block;
  font-weight: normal;
}

h2 span.subheadline {
  font-weight: normal;
  font-size: 1.6667rem;
}

span.kicker, .section-kicker, .section .kicker, h4.cat {
  color: hsl(354deg, 89%, 41%);
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  display: block;
}
:lang(ru) span.kicker, :lang(ru) .section-kicker, :lang(ru) .section .kicker, :lang(ru) h4.cat {
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

span.kicker, .section-kicker, .section .kicker {
  font-size: 0.45em;
}

h4.cat {
  font-size: 0.92em;
}

span.Dingbat {
  display: none;
}

.Caption-Header-Metronic {
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
:lang(ru) .Caption-Header-Metronic {
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

p.first::first-line {
  text-transform: uppercase;
}

.special-report #content a {
  color: hsl(354deg, 89%, 41%);
}

.play-button-overlay:after {
  content: url(/images/widgets/play-button.png);
  position: absolute;
  left: 50%;
  margin-left: -54px;
  top: 50%;
  margin-top: -54px;
  cursor: pointer;
  pointer-events: none;
  opacity: 0.5;
}
.play-button-overlay:hover:after {
  opacity: 0.9;
}
.play-button-overlay:after {
  transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
}

.video-container {
  width: 100%;
  max-width: 864px;
  margin: 0 auto;
}

.video-aspect {
  position: relative;
  padding-bottom: 56.25%;
}

.video-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 480px) {
  .mobile-only {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .tablet-down {
    display: none;
  }
}

.tablet-up {
  display: none;
}
@media screen and (min-width: 480px) {
  .tablet-up {
    display: block;
  }
  .tablet-up.inline {
    display: inline;
  }
  .tablet-up.inline-block {
    display: inline-block;
  }
}

@media screen and (min-width: 1100px) {
  .notebook-down {
    display: none;
  }
}

.notebook-up {
  display: none;
}
@media screen and (min-width: 960px) {
  .notebook-up {
    display: block;
  }
  .notebook-up.inline {
    display: inline;
  }
  .notebook-up.inline-block {
    display: inline-block;
  }
}

@media screen and (min-width: 1400px) {
  .desktop-down {
    display: none;
  }
}

.desktop-up {
  display: none;
}
@media screen and (min-width: 1100px) {
  .desktop-up {
    display: block;
  }
  .desktop-up.inline {
    display: inline;
  }
  .desktop-up.inline-block {
    display: inline-block;
  }
}

body.stagingdev span.review, body.localdev span.review {
  background-color: #fff0f0 !important;
  outline: 1px dotted hsl(349deg, 72%, 36%) !important;
}

#top {
  background-color: hsl(0deg, 0%, 0%);
  border-bottom: 1px solid black;
  height: 48px;
  width: 100%;
  z-index: 999;
}
#top h1, #top h2, #top h3, #top h4, #top h5, #top h6, #top ul, #top p {
  -webkit-font-smoothing: subpixel-antialiased;
}
#top .wrapper {
  max-width: 67.8125em;
  margin-left: auto;
  margin-right: auto;
  z-index: 9999;
  min-width: 20em;
}
#top .wrapper:after {
  content: "";
  display: table;
  clear: both;
}
#top .wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 480px) {
  #top .wrapper {
    overflow: hidden;
  }
}
@media screen and (min-width: 720px) {
  #top .wrapper {
    overflow: visible;
  }
}
#top .wrapper .logo {
  display: inline-block;
  max-width: 165px;
}
#top .wrapper .logo img {
  max-height: 38px;
  padding: 0;
  margin: 6px;
}
@media screen and (min-width: 720px) {
  #top .wrapper .logo {
    display: none;
  }
}

#top-links {
  display: inline-block;
  vertical-align: top;
  font-size: 0.75em;
  width: 150px;
}
@media screen and (max-width: 349px) {
  #top-links {
    display: none;
  }
}
@media screen and (min-width: 720px) {
  #top-links {
    display: block;
    font-size: 1em;
    width: auto;
  }
}
#top-links a {
  color: rgba(255, 255, 255, 0.75);
}
#top-links a.white {
  color: white;
}
#top-links a:hover {
  color: white;
}
#top-links li {
  vertical-align: top;
  background: hsl(0deg, 0%, 0%);
  display: inline-block;
  line-height: 48px;
  padding-bottom: 0;
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.85em;
  text-transform: uppercase;
  z-index: 9999;
  padding-left: 0.5em;
  padding-right: 0;
}
:lang(ru) #top-links li {
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
#top-links li:last-of-type {
  padding-right: 0.5em;
}
#top-links li span {
  display: none;
}
@media screen and (min-width: 720px) {
  #top-links li {
    padding-left: 1.35em;
    padding-right: 0.15em;
  }
  #top-links li span {
    display: block;
  }
}
#top-links ul {
  margin: 0;
  padding: 0;
  display: inline;
}
#top-links ul.featured {
  display: none;
}
@media screen and (min-width: 720px) {
  #top-links ul.featured {
    display: inline;
    padding-right: 2em;
  }
}
@media screen and (min-width: 720px) {
  #top-links ul.editions {
    padding-right: 2em;
  }
}
#top-links ul.editions a {
  position: relative;
}
#top-links ul.editions a:hover > span {
  visibility: visible;
  z-index: 999;
  border-radius: 3px;
  left: 10%;
  top: 25px;
}
#top-links ul.editions a > span {
  visibility: hidden;
  position: absolute;
  width: 120px;
  height: 152px;
  padding: 5px;
  background: #fff;
  line-height: 30px;
  text-align: center;
  border: 1px outset #ccc;
}
#top-links ul.editions a > span:after {
  content: "";
  position: absolute;
  margin-top: 0px;
  width: 0;
  height: 0;
  top: 50%;
  right: 0%;
}
#top-links ul.contact {
  display: none;
}
@media screen and (min-width: 1100px) {
  #top-links ul.contact {
    display: inline;
  }
}

#top-tools {
  display: none;
}
#top-tools:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 480px) {
  #top-tools {
    display: inline-block;
    padding-right: 1em;
    padding-left: 0.5em;
    clear: both;
    background: #505050 transparent;
    float: right;
    clear: none;
  }
}

#top-search-bar {
  z-index: 10;
  display: none;
  padding: 0.4em 0.6em;
  float: left;
}
#top-search-bar .search-and-submit {
  position: relative;
}
#top-search-bar .search-and-submit input[type=search] {
  background: #2b2b2b;
  color: #e6e6e6;
  border: 1px solid #404040;
  padding: 0.75em 0.75em 0.25em;
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.9em;
  border-radius: 6px;
  margin: 0;
}
#top-search-bar .search-and-submit input[type=search]:focus {
  background: #383838;
  color: #e6e6e6;
}
:lang(ru) #top-search-bar .search-and-submit input[type=search] {
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
@media screen and (min-width: 720px) {
  #top-search-bar .search-and-submit input[type=search] {
    width: 100%;
  }
}
#top-search-bar .search-and-submit button[type=submit] {
  border: 1px solid #212121;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #6b6b6b;
  color: hsl(0deg, 0%, 100%);
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #454545;
  background-image: -webkit-linear-gradient(#454545, #292929);
  background-image: linear-gradient(#454545, #292929);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #171717;
  background-clip: padding-box;
  border: 1px solid #241e1e;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #6b6b6b;
  color: hsl(0deg, 0%, 100%);
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #454545;
  background-image: -webkit-linear-gradient(#454545, #2c2525);
  background-image: linear-gradient(#454545, #2c2525);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #1a1414;
  background-clip: padding-box;
  position: absolute;
  top: 0.3em;
  right: 0.3em;
  bottom: 0.3em;
  left: auto;
  outline: none;
  padding: 0 15px;
}
#top-search-bar .search-and-submit button[type=submit]:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 #525252;
  cursor: pointer;
  background-color: #383838;
  background-image: -webkit-linear-gradient(#383838, #212121);
  background-image: linear-gradient(#383838, #212121);
}
#top-search-bar .search-and-submit button[type=submit]:active:not(:disabled), #top-search-bar .search-and-submit button[type=submit]:focus:not(:disabled) {
  border: 1px solid #212121;
  box-shadow: inset 0 0 8px 4px #1a1a1a, inset 0 0 8px 4px #1a1a1a;
}
#top-search-bar .search-and-submit button[type=submit]:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 #525252;
  cursor: pointer;
  background-color: #383838;
  background-image: -webkit-linear-gradient(#383838, #241e1e);
  background-image: linear-gradient(#383838, #241e1e);
}
#top-search-bar .search-and-submit button[type=submit]:active:not(:disabled), #top-search-bar .search-and-submit button[type=submit]:focus:not(:disabled) {
  border: 1px solid #241e1e;
  box-shadow: inset 0 0 8px 4px #1b1818, inset 0 0 8px 4px #1b1818;
}
#top-search-bar .search-and-submit button[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#top-search-bar .search-and-submit button[type=submit] img {
  height: 12px;
  opacity: 0.7;
}
@media screen and (min-width: 720px) {
  #top-search-bar {
    width: 16em;
    position: relative;
    display: inline-block;
  }
  #top-search-bar input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
}
@media screen and (min-width: 960px) {
  #top-search-bar {
    width: 20em;
  }
}

@media screen and (min-width: 480px) {
  .hbo #top-tools {
    position: relative;
    right: 167px;
  }
}

#header {
  display: none;
}
@media screen and (min-width: 720px) {
  #header {
    display: block;
    padding: 0.5em 0 1em;
  }
}

#logo {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 27.4881516588%;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
  min-width: 180px;
  max-height: 72px;
}
#logo:last-child {
  margin-right: 0;
}
#logo:after {
  content: "";
  display: table;
  clear: both;
}
#logo figure {
  width: 300px;
  height: 72px;
}

#highlights {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 70.1421800948%;
  margin-right: 0;
  max-height: 60px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  overflow: hidden;
}
#highlights:last-child {
  margin-right: 0;
}
#highlights > div {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 31.7535545024%;
  overflow: hidden;
  display: table;
}
#highlights > div:last-child {
  margin-right: 0;
}
#highlights > div figure {
  display: table-cell;
  min-width: 60px;
  min-height: 60px;
}
#highlights > div aside {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.5em 0 1em;
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.2em;
  text-transform: uppercase;
}
:lang(ru) #highlights > div aside {
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  #highlights > div aside {
    font-size: 0.6667em;
  }
}
@media screen and (min-width: 960px) {
  #highlights > div aside {
    font-size: 0.83em;
  }
}

#external {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 100%;
  border-top: 1px solid hsl(0deg, 0%, 75%);
  border-bottom: 1px solid hsl(0deg, 0%, 75%);
  margin: 0em 0em 0.5em;
  padding: 0.4em 1em;
  font-family: "Jost", Roboto, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  overflow: hidden;
}
#external:last-child {
  margin-right: 0;
}
#external ul {
  white-space: nowrap;
  text-align: center;
}
#external ul li {
  display: inline;
  padding: 0 2.5em 1.25em 1.25em;
  margin: 5px 0;
  background-image: url("/images/red8x8.png");
  background-position: 0px 2px;
  background-size: 8px 8px;
  background-repeat: no-repeat;
}

#tocm {
  margin: 0.85em 1em 0;
}
@media screen and (min-width: 720px) {
  #tocm {
    display: none;
  }
}

#tocd {
  display: none;
}
@media screen and (min-width: 720px) {
  #tocd {
    display: block;
  }
}

#tocd, #tocm, #toc {
  border: 1px solid hsl(0deg, 0%, 75%);
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
}
#tocd .body, #tocm .body, #toc .body {
  border-top: 1px solid hsl(0deg, 0%, 75%);
}
:lang(ru) #tocd, :lang(ru) #tocm, :lang(ru) #toc {
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
#tocd ul, #tocd ol, #tocd dl, #tocm ul, #tocm ol, #tocm dl, #toc ul, #toc ol, #toc dl {
  font-size: 0.9rem;
}
#tocd ul li > a, #tocd ol li > a, #tocd dl li > a, #tocm ul li > a, #tocm ol li > a, #tocm dl li > a, #toc ul li > a, #toc ol li > a, #toc dl li > a {
  color: hsl(0deg, 0%, 20%);
}
#tocd ul li.active > a, #tocd ol li.active > a, #tocd dl li.active > a, #tocm ul li.active > a, #tocm ol li.active > a, #tocm dl li.active > a, #toc ul li.active > a, #toc ol li.active > a, #toc dl li.active > a {
  color: hsl(354deg, 89%, 41%);
}
#tocd .head, #tocm .head, #toc .head {
  width: 100%;
  height: 30px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
}
#tocd .head img, #tocd .head h4, #tocm .head img, #tocm .head h4, #toc .head img, #toc .head h4 {
  padding: 0;
  margin: 0;
}
#tocd .head img, #tocm .head img, #toc .head img {
  float: left;
}
#tocd .head h4, #tocm .head h4, #toc .head h4 {
  height: 35px;
  line-height: 34px;
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: hsl(0deg, 0%, 20%);
  text-align: left;
  padding-left: 60px;
  text-transform: uppercase;
}
:lang(ru) #tocd .head h4, :lang(ru) #tocm .head h4, :lang(ru) #toc .head h4 {
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
#tocd .body, #tocm .body, #toc .body {
  padding: 1rem 0;
}
#tocd ul, #tocd ol, #tocd dl, #tocm ul, #tocm ol, #tocm dl, #toc ul, #toc ol, #toc dl {
  margin: 0;
  padding: 0 0.85rem;
  font-weight: 500;
  line-height: 1.15em;
}
#tocd ul ul, #tocd ul ol, #tocd ul dl, #tocd ol ul, #tocd ol ol, #tocd ol dl, #tocd dl ul, #tocd dl ol, #tocd dl dl, #tocm ul ul, #tocm ul ol, #tocm ul dl, #tocm ol ul, #tocm ol ol, #tocm ol dl, #tocm dl ul, #tocm dl ol, #tocm dl dl, #toc ul ul, #toc ul ol, #toc ul dl, #toc ol ul, #toc ol ol, #toc ol dl, #toc dl ul, #toc dl ol, #toc dl dl {
  margin-left: 0;
}
#tocd li.departments, #tocd li.section, #tocm li.departments, #tocm li.section, #toc li.departments, #toc li.section {
  padding-top: 1.4rem;
  color: black;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
}
#tocd .body > ul > li.article, #tocm .body > ul > li.article, #toc .body > ul > li.article {
  padding-top: 0.9rem;
}
#tocd .body > ul > li.article:first-of-type, #tocm .body > ul > li.article:first-of-type, #toc .body > ul > li.article:first-of-type {
  padding-top: 0.2rem;
}
#tocd li.article, #tocd li.feature, #tocm li.article, #tocm li.feature, #toc li.article, #toc li.feature {
  padding-top: 0.75rem;
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.25rem;
}
#tocd li.article:first-of-type, #tocd li.feature:first-of-type, #tocm li.article:first-of-type, #tocm li.feature:first-of-type, #toc li.article:first-of-type, #toc li.feature:first-of-type {
  padding-top: 0.2rem;
}
:lang(ru) #tocd li.article, :lang(ru) #tocd li.feature, :lang(ru) #tocm li.article, :lang(ru) #tocm li.feature, :lang(ru) #toc li.article, :lang(ru) #toc li.feature {
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
#tocd li.department::after, #tocm li.department::after, #toc li.department::after {
  content: ":";
}

#tocd2 {
  border: 1px solid #bfbfbf;
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 1em;
}
:lang(ru) #tocd2 {
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
#tocd2 .head {
  text-transform: uppercase;
}
#tocd2 .head img {
  height: 30px;
  padding: 0;
}
#tocd2 .body {
  padding: 0.15em 0.7em;
}

#issues, #related-publications {
  display: none;
}
@media screen and (min-width: 720px) {
  #issues, #related-publications {
    width: 80%;
    margin: 2em auto 0;
    display: block;
    text-align: center;
  }
}
#issues h4, #related-publications h4 {
  text-transform: uppercase;
  font-size: 1.3em;
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
:lang(ru) #issues h4, :lang(ru) #related-publications h4 {
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  weight: normal;
  size: 1.2em;
}

.issues-slider, #special-reports-slider {
  width: 100%;
  margin: 0 0 3em;
}
.issues-slider figure.full, #special-reports-slider figure.full {
  width: 100%;
  padding: 0 20%;
}
.issues-slider figcaption, #special-reports-slider figcaption {
  padding-top: 0.2em;
  background-color: white !important;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Jost", Roboto, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8rem;
  line-height: 1rem;
}

#florida-issues-slider figcaption {
  padding-left: 4px;
  padding-right: 4px;
}

#published {
  margin: 6em 0 2em;
  font-family: "Jost", Roboto, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.85rem;
  color: hsl(0deg, 0%, 40%);
  text-align: left;
  padding: 0.5rem 0.25rem;
  line-height: 1.05rem;
}
#published > b {
  font-weight: normal;
  color: black;
}

.white-paper-inline {
  display: block;
  margin-bottom: 20px;
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 100%;
  margin-right: 0;
}
.white-paper-inline strong {
  color: hsl(349deg, 72%, 36%);
}
.white-paper-inline figure {
  position: relative;
}
.white-paper-inline img {
  width: 100%;
  max-width: 100%;
}
.white-paper-inline h3 {
  font-size: 1.15em;
  margin-top: 0.25em;
}
.white-paper-inline:last-child {
  margin-right: 0;
}
@media screen and (min-width: 480px) {
  .white-paper-inline.video {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 57.345971564%;
    float: right;
    margin-right: 0 !important;
    margin-left: 2.3696682464%;
  }
  .white-paper-inline.video:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1099px) {
  .white-paper-inline.video {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 57.345971564%;
    float: right;
    margin-right: 0 !important;
    margin-left: 2.3696682464%;
  }
  .white-paper-inline.video:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1100px) {
  .white-paper-inline.video {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 48.8151658768%;
    float: right;
    margin-right: 0 !important;
    margin-left: 2.3696682464%;
  }
  .white-paper-inline.video:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 480px) {
  .white-paper-inline.letter {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 44.5497630332%;
    float: right;
    margin-right: 0 !important;
    margin-left: 2.3696682464%;
  }
  .white-paper-inline.letter:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1099px) {
  .white-paper-inline.letter {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 44.5497630332%;
    float: right;
    margin-right: 0 !important;
    margin-left: 2.3696682464%;
  }
  .white-paper-inline.letter:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1100px) {
  .white-paper-inline.letter {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 40.2843601896%;
    float: right;
    margin-right: 0 !important;
    margin-left: 2.3696682464%;
  }
  .white-paper-inline.letter:last-child {
    margin-right: 0;
  }
}
.white-paper-inline.letter img {
  border: 1px solid hsl(0deg, 0%, 75%);
  border-bottom: none;
}

.hbo .story p.quote, .hbo .story .indent {
  padding-left: 5%;
  padding-right: 5%;
}

.controls {
  font-family: "Jost", Roboto, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  width: 100%;
  min-height: 80px;
  display: table;
  margin-top: 4em;
  margin-bottom: 2em;
  position: relative;
}
.controls div.prev, .controls div.next {
  width: 34%;
  display: table-cell;
  margin-top: 4px;
  clear: both;
  font-size: 13px;
}
.controls div.prev {
  padding-left: 4px;
}
.controls div.next {
  padding-right: 4px;
}
.controls .pad-control {
  display: table-cell;
  width: 25%;
}
.controls div.prev div {
  display: block;
  text-align: left;
  width: 100%;
}
.controls div.next div {
  display: block;
  text-align: right;
  width: 100%;
}
.controls .top {
  padding: 0 16px 4px;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  color: hsl(349deg, 72%, 36%);
}
.controls .bottom {
  color: hsl(0deg, 0%, 40%);
  line-height: 1.15rem;
  padding-top: 0.4rem;
}
.controls .prev .top::before {
  position: absolute;
  content: "«";
  left: 4px;
  padding-left: 4px;
}
.controls .next .top::after {
  position: absolute;
  content: "»";
  right: 4px;
  padding-right: 4px;
}

@media screen and (max-width: 479px) {
  .controls div {
    width: 45%;
  }
  .controls .pad-control {
    width: 10%;
  }
}
#right {
  margin: 0.85em 0 2em;
}
@media screen and (min-width: 480px) {
  #right {
    margin-top: 0;
  }
}
#right h3 {
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: normal;
}
:lang(ru) #right h3 {
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

#right section > h4, #right section .show-on-mobile > h4, #right section .show-in-mobile > h4, #right section .hide-on-mobile > h4, #right section .hide-in-mobile > h4 {
  text-align: left;
  padding-bottom: 0.25em;
  font-weight: 500;
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.25em;
  text-transform: uppercase;
}
:lang(ru) #right section > h4, :lang(ru) #right section .show-on-mobile > h4, :lang(ru) #right section .show-in-mobile > h4, :lang(ru) #right section .hide-on-mobile > h4, :lang(ru) #right section .hide-in-mobile > h4 {
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
#right section > a > h4, #right section .show-on-mobile > a > h4, #right section .show-in-mobile > a > h4, #right section .hide-on-mobile > a > h4, #right section .hide-in-mobile > a > h4 {
  font-weight: normal;
}
#right article:not(:last-of-type) {
  padding-bottom: 1.5em;
}
#right article h1, #right article h2, #right article h3 {
  font-size: 1.4em;
  line-height: 1.25em;
  margin: 0.3em 0em 0.15em;
  padding: 0;
  font-weight: 500;
}
#right article p {
  font-size: 1em;
  line-height: 1.4em;
}
#right article figure > img {
  width: 100%;
}
#right .body a:not(.combined-link):hover {
  text-decoration: underline;
}
#right .cutscene {
  border-bottom: 3px solid hsl(0deg, 0%, 75%);
  padding-bottom: 0.25em;
  margin-bottom: 1.5em !important;
}
#right .author {
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8125em;
  font-weight: 500;
  line-height: 1.5em;
  text-transform: uppercase;
  margin-top: 0.75em;
  margin-bottom: 1em;
}
:lang(ru) #right .author {
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

#related-news {
  margin-bottom: 1em;
  margin-top: 1em;
}
#related-news a {
  text-decoration: none;
}
#related-news header {
  background-color: black;
  color: white;
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  padding: 0.25rem 1rem;
}
:lang(ru) #related-news header {
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
#related-news header > * {
  margin: 0;
}
#related-news header > *:first-child {
  padding-top: 3px;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  text-align: center;
}
#related-news section {
  border: 1px solid #ddd;
  border-top: none;
  padding: 0.5em;
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
:lang(ru) #related-news section {
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
#related-news section p {
  font-size: 1.05em;
  line-height: 1.4em;
  margin-bottom: 0;
}
#related-news section .more-link {
  margin-top: 5px;
  text-align: right;
  color: hsl(349deg, 72%, 36%);
  font-style: normal;
}

.footer-share-floater {
  position: absolute;
  width: 100%;
  max-width: 67.8125em;
  left: 50%;
  top: 20px;
  text-align: right;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.footer-share-floater .link {
  font-size: 1.5625em;
  margin-right: 0.625em;
  color: #aaa;
}
.footer-share-floater .link .icon-facebook {
  font-size: 1.15em;
  position: relative;
  top: -6px;
}
.footer-share-floater .link .icon-google-plus {
  font-size: 1.15em;
  position: relative;
  padding-right: 0.9375em;
  top: 4px;
}
.footer-share-floater .link .icon-youtube {
  font-size: 1.15em;
  position: relative;
  padding-right: 1.15em;
  top: -3px;
}
.footer-share-floater .link .icon-youtube4 {
  position: relative;
  padding-right: 2.5em;
}
.footer-share-floater .link .icon-feed {
  font-size: 0.9em;
  position: relative;
  top: -2px;
}
.footer-share-floater .link:hover {
  color: #333;
}

#footer-band {
  background: #e6e6e6;
  clear: both;
  position: relative;
}

#footer {
  padding: 1.5em 2.5rem;
}
#footer h3 {
  color: black;
  font-size: 1.25em;
  font-weight: 800;
  margin-bottom: 0.4em;
}
#footer ul, #footer section {
  margin-bottom: 0.75em;
}
@media screen and (min-width: 480px) {
  #footer ul, #footer section {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 23.2227488152%;
    width: 31.75355%;
  }
  #footer ul:last-child, #footer section:last-child {
    margin-right: 0;
  }
  #footer ul:nth-child(6n), #footer section:nth-child(6n) {
    margin-right: 0;
  }
  #footer ul:nth-child(6n+1), #footer section:nth-child(6n+1) {
    clear: left;
  }
  #footer ul:after, #footer section:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (min-width: 480px) {
  #footer li {
    text-align: left;
  }
}
#footer li a {
  color: rgba(0, 0, 0, 0.6);
}
#footer li a:hover {
  color: black;
}
#footer hr {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 auto 1.5em;
  width: 12em;
}
#footer p {
  color: #4d4d4d;
  font-size: 0.9em;
  line-height: 1.5em;
  margin: auto;
  max-width: 35em;
}
#footer section p {
  font-family: "Jost", Roboto, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.9em;
  font-weight: 400;
}

#our-mission p:not(:last-child) {
  padding-bottom: 0.5em;
}

#contact-links ul, #sites-that-matter ul {
  width: 100%;
}
#contact-links a, #sites-that-matter a {
  font-family: "Jost", Roboto, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.9em;
}

@media screen and (min-width: 480px) and (max-width: 719px) {
  #sites-that-matter {
    padding-left: 1em;
  }
}
@media screen and (min-width: 720px) {
  #sites-that-matter {
    padding-left: 3em;
  }
}

#footer-logo:after {
  content: "";
  display: table;
  clear: both;
}
#footer-logo figure {
  margin-bottom: 1em;
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 57.345971564%;
  margin-right: 0;
}
#footer-logo figure:last-child {
  margin-right: 0;
}
@media screen and (min-width: 480px) and (max-width: 719px) {
  #footer-logo figure {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 48.8151658768%;
  }
  #footer-logo figure:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 720px) {
  #footer-logo figure {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 31.7535545024%;
  }
  #footer-logo figure:last-child {
    margin-right: 0;
  }
}

#footer-links {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 720px) {
  #footer-links {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 100%;
  }
  #footer-links:last-child {
    margin-right: 0;
  }
}
#footer-links .subtitle {
  font-size: 0.9em;
}

#copyright {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 91.4691943128%;
  margin-left: 4.2654028436%;
  text-align: center;
  font-family: "Jost", Roboto, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 10px;
}
#copyright:last-child {
  margin-right: 0;
}
#copyright span {
  font-size: 10px;
}

#footer-media-and-ethics div {
  font-family: "Jost", Roboto, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
#footer-media-and-ethics div.title {
  font-weight: 500;
}

.hbo.index a.filmlink {
  display: block;
}
.hbo.index a.filmlink > div {
  position: relative;
}
.hbo.index a.filmlink > div.tooltip {
  position: absolute;
}
.hbo.index a.filmlink.bottom {
  margin-bottom: 20px;
}
.hbo.index a.filmlink.bottom figure {
  margin-bottom: 0;
}
.hbo.index a.filmlink.bottom figure img {
  border: 2px solid #aaa;
  box-shadow: 0 0 4px #333;
}
.hbo.index a.filmlink.bottom span.caption {
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.3em;
  display: block;
  font-weight: 500;
  margin: 10px auto 0;
  padding: 0 0;
  line-height: 1.2em;
}
.hbo.index #related-publications {
  margin-bottom: 1em;
}
.hbo.index #related-publications > h4 {
  text-transform: uppercase;
}
.hbo.index #related-publications .rsContent figure.full {
  width: 100%;
  padding: 0 20%;
}
.hbo.index #related-publications .rsContent figure.full img {
  width: 143px;
}
.hbo.index #related-publications .rsContent figure.full figcaption {
  top: -3px;
}
.hbo.index h1#statement-title {
  font-size: 1.9em;
  line-height: 2.1rem;
  padding-top: 0.5em;
  padding-bottom: 0.25em;
}
.hbo.index #tocd li.feature.read-the-letters-item {
  font-size: 1.4em;
  line-height: 1.2em;
}
.hbo.index .read-the-truth {
  font-size: 1.4em;
  font-size: 1.3em;
  padding: 3px 0 4px 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 5px;
  text-align: center;
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  background: #111;
  color: #fff;
  margin-bottom: 6px;
  display: block;
  line-height: 1.3em;
  text-align: center;
}
.hbo.index .os-mac .read-the-truth {
  padding: 8px 0 4px 0;
}
.hbo.index .letters-sent {
  font-size: 1em;
  display: block;
  line-height: 1.2em;
}
.hbo.index .shower {
  display: block;
  padding: 0px 0 0 20px;
  cursor: pointer;
  display: block;
  color: hsl(349deg, 72%, 36%);
  text-align: center;
}
.hbo.index .shower:hover, .hbo.index .shower:active {
  padding: 0px 0 0 20px;
  cursor: pointer;
  display: block;
  color: hsl(349deg, 72%, 36%);
  text-align: center;
}
.hbo.index .shower:after {
  content: "SEE ALL LETTERS ▼";
}
.hbo.index .shower.activate {
  padding-top: 10px;
}
.hbo.index .shower.activate:after {
  content: "CLOSE ▲";
}
.hbo.index .hider {
  max-height: 0;
  margin-top: 10px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: max-height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: max-height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: max-height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hbo.index #tocd {
  margin-bottom: 20px;
}
.hbo.index .hider {
  max-height: 2777px !important;
}
.hbo.index .hider.activate {
  max-height: 2777px;
}
.hbo.index #videos-slider {
  margin-bottom: 2rem;
}
.hbo.index #videos-slider h3 {
  margin-top: 0;
  font-size: 1.3em;
}
.hbo.index #videos-slider .rsOverflow {
  margin-top: 0;
}
.hbo.index #videos-slider.rsDefaultInv, .hbo.index #videos-slider .rsOverflow, .hbo.index #videos-slider .rsSlide {
  background: none;
}

body.hbo.index .show-in-mobile {
  margin-bottom: 1em;
}
body.hbo.index .show-in-mobile > h4:first-child {
  padding-bottom: 5px;
}
body.hbo.index .show-in-mobile article h3 {
  margin-top: 0.5em;
}
body.hbo.index .show-in-mobile #actors-video-mobile-slider .rsOverflow {
  margin-top: 0;
}
body.hbo.index .show-in-mobile #actors-video-mobile-slider .rsOverflow figure {
  padding-top: 0;
}
body.hbo.index .show-in-mobile #actors-video-mobile-slider .rsSlide {
  background: none !important;
}
body.hbo.index .show-in-mobile #actors-video-mobile-slider .desc-text {
  font-size: 15px;
}
body.hbo.index #actors-video-mobile-slider {
  margin-bottom: 2.5em;
}
body.hbo.index #spec.play-button-overlay:after {
  content: url(/images/going-clear/play-button.png);
  position: absolute;
  left: 50%;
  margin-left: -54px;
  top: 50%;
  margin-top: -54px;
  cursor: pointer;
  pointer-events: none;
  opacity: 0.7;
}
body.hbo.index #spec.play-button-overlay:hover:after {
  opacity: 0.9;
}
body.hbo.index #spec.play-button-overlay:after {
  transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
}
body.hbo.index #watch-agf:hover {
  text-decoration: underline;
}

.share-float {
  display: none;
}

h3.red-color {
  color: #9e1a33;
  font-size: 1.3em;
  margin: 30px 0;
  line-height: 1.5em;
}
h3.big-title {
  margin-top: 0;
  padding-left: 10px;
}

.table-row {
  display: table;
}
.table-row a {
  display: block;
  margin-bottom: 16px;
  text-decoration: underline;
}
.table-row > * {
  display: table-cell;
  padding: 0 20px 30px 40px;
}

.with-wings {
  padding: 4px 0;
  margin: 20px auto 30px auto;
  border-top: 1px solid #8d8d8d;
  border-bottom: 1px solid #8d8d8d;
  text-align: center;
}

.card {
  margin: 20px 0 60px;
  border-bottom: 2px solid #eeeeee;
}
.card h2 {
  padding-top: 20px;
  padding-left: 20px;
  width: 78%;
  line-height: 1.7em;
  font-size: 2em;
}
.card a {
  float: right;
  color: #9e1a33 !important;
  padding-top: 15px;
  font-size: 1.2em;
  position: relative;
}
.card a:active {
  text-decoration: underline;
}
.card a:hover {
  text-decoration: underline;
}
.card a img {
  width: 100%;
}
.card .l10 {
  padding-left: 10px;
}
.card .l16 {
  line-height: 1.6em;
}
.card .l16 a {
  padding-top: 20px;
  text-align: right;
  font-size: 1.2em;
}

.center-statement {
  text-align: center;
  font-weight: bold;
  width: 80%;
  margin: 20px auto 60px auto;
  font-size: 1.1em;
}

.story hr {
  border: none;
  margin-top: 3px;
  height: 2px;
  background: #888888;
  box-shadow: none;
}

.small {
  font-size: 12px;
}
.small.pull-right {
  position: absolute;
  right: 30px;
}
.small.pull-right:active {
  text-decoration: underline;
}
.small.pull-right:hover {
  text-decoration: underline;
}

.face-gallery {
  margin-top: 10px;
  margin-bottom: 70px;
}
.face-gallery .l8 {
  padding-right: 12px;
  padding-left: 12px;
  text-align: center;
  font-family: Arial, Verdana;
  font-size: 1.3em;
  line-height: 1em;
  border-bottom: 2px solid #f3f3f3;
  padding-bottom: 20px;
}
.face-gallery .l8:first-child {
  padding-left: 0;
  padding-right: 22px;
}
.face-gallery .l8:last-child {
  padding-right: 0;
  padding-left: 22px;
}
.face-gallery .l8 strong {
  display: block;
  padding-top: 0.4em;
  padding-bottom: 0.2em;
}
.face-gallery a:active {
  background: rgba(200, 200, 200, 0.3);
}
.face-gallery a:hover {
  background: rgba(200, 200, 200, 0.3);
}

.source-images {
  font-family: Arial, Verdana;
  font-size: 1.2em;
  margin-bottom: 24px;
  text-align: center;
  font-weight: bold;
}

.link-like {
  cursor: pointer;
  padding: 20px 20px 7px 20px;
  margin: -20px -20px 16px -20px;
}
.link-like:active {
  background: rgba(200, 200, 200, 0.3);
}
.link-like:hover {
  background: rgba(200, 200, 200, 0.3);
}

.left-top-ad-block {
  text-align: center;
  font-size: 1.4em;
  margin-bottom: 14px;
}
.left-top-ad-block h5 {
  font-size: 1em;
  margin-bottom: 4px;
}
.left-top-ad-block a {
  background: #eeeeee;
  display: block;
  padding: 5px;
}
.left-top-ad-block a:hover {
  background: #e0e0e0;
}

.expansion-video {
  margin-top: 30px;
}

.hover-link {
  padding: 5px 10px;
  margin: -5px -10px;
  display: block;
}
.hover-link:hover {
  background: #eeeeee;
}

.news-slider {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}
.news-slider .news-slider-wrapper {
  position: absolute;
  width: 100%;
  transition: top ease-out 0.7s;
}
.news-slider .item {
  padding-bottom: 10px;
}
.news-slider .item h1 {
  margin-top: 0;
}

a.read-all {
  display: inline-block;
  margin: 0 auto 15px auto;
  padding: 4px 14px;
  background: #9e1a33;
  color: #f8f8f8;
}
a.read-all:active {
  background: #7e0a13;
}
a.read-all:hover {
  background: #7e0a13;
}

hr.less-pad {
  margin-bottom: 10px;
}

.apostate-listing li {
  clear: both;
}

.top-trio img {
  max-width: 100%;
  margin-bottom: 20px;
}

h4.left-sidebar-title {
  font-size: 18px;
  margin-bottom: 4px;
  text-align: center;
}

.show-in-mobile, .show-on-mobile {
  display: none;
}
@media screen and (max-width: 719px) {
  .show-in-mobile, .show-on-mobile {
    display: block;
  }
}

@media screen and (max-width: 719px) {
  .hide-in-mobile, .hide-on-mobile {
    display: none;
  }
}

.ihbo-actors #content div.story, .ihbo-videos #content div.story {
  padding-bottom: 1.25em;
}

.igoing-clear #content p a, .igoing-clear #content li a, .ihbo-actors #content p a, .ihbo-actors #content li a, .ihbo-videos #content p a, .ihbo-videos #content li a, .ihbo-sources #content p a, .ihbo-sources #content li a, .igoing-clear #content p a, .igoing-clear #content li a, .ihbo-letters #content p a, .ihbo-letters #content li a, .ihbo-family-letters #content p a, .ihbo-family-letters #content li a, .igoing-clear-video-playlist-alt #content p a, .igoing-clear-video-playlist-alt #content li a {
  color: hsl(349deg, 72%, 36%);
}
.igoing-clear #tocd a.see-prev, .ihbo-actors #tocd a.see-prev, .ihbo-videos #tocd a.see-prev, .ihbo-sources #tocd a.see-prev, .igoing-clear #tocd a.see-prev, .ihbo-letters #tocd a.see-prev, .ihbo-family-letters #tocd a.see-prev, .igoing-clear-video-playlist-alt #tocd a.see-prev {
  color: hsl(349deg, 72%, 36%);
}
.igoing-clear #tocd a.see-prev:hover, .ihbo-actors #tocd a.see-prev:hover, .ihbo-videos #tocd a.see-prev:hover, .ihbo-sources #tocd a.see-prev:hover, .igoing-clear #tocd a.see-prev:hover, .ihbo-letters #tocd a.see-prev:hover, .ihbo-family-letters #tocd a.see-prev:hover, .igoing-clear-video-playlist-alt #tocd a.see-prev:hover {
  text-decoration: underline;
}

.header-title {
  text-align: center;
}
.header-title h1, .header-title h2 {
  font-family: "Jost", Roboto, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.5em;
  text-transform: uppercase;
}
.header-title h1 span, .header-title h2 span {
  background-color: black;
  color: white;
  padding: 0.3em 0 0.15em;
}
.header-title h1 span span.gibney, .header-title h2 span span.gibney {
  background-color: hsl(349deg, 72%, 36%);
  padding-right: 1em;
  margin-right: 0.25em;
  margin-left: 0;
  padding-left: 1.2em;
}
.header-title h1 span span.prison, .header-title h2 span span.prison {
  background-color: black;
  padding-right: 1.2em;
}

body.igoing-clear #tocd ul.top li.no-children + li,
body.igoing-clear #tocd ul.top ul.one + li,
body.igoing-clear #tocd ul.top ul.one + a + li, body.ihbo-actors #tocd ul.top li.no-children + li,
body.ihbo-actors #tocd ul.top ul.one + li,
body.ihbo-actors #tocd ul.top ul.one + a + li, body.ihbo-videos #tocd ul.top li.no-children + li,
body.ihbo-videos #tocd ul.top ul.one + li,
body.ihbo-videos #tocd ul.top ul.one + a + li,
body.ihbo-sources #tocd ul.top li.no-children + li,
body.ihbo-sources #tocd ul.top ul.one + li,
body.ihbo-sources #tocd ul.top ul.one + a + li, body.documentary-sources #tocd ul.top li.no-children + li,
body.documentary-sources #tocd ul.top ul.one + li,
body.documentary-sources #tocd ul.top ul.one + a + li,
body.propagandist #tocd ul.top li.no-children + li,
body.propagandist #tocd ul.top ul.one + li,
body.propagandist #tocd ul.top ul.one + a + li, body.igoing-clear-video-playlist #tocd ul.top li.no-children + li,
body.igoing-clear-video-playlist #tocd ul.top ul.one + li,
body.igoing-clear-video-playlist #tocd ul.top ul.one + a + li,
body.igoing-clear #tocd ul.top li.no-children + li,
body.igoing-clear #tocd ul.top ul.one + li,
body.igoing-clear #tocd ul.top ul.one + a + li, body.ihbo-letters #tocd ul.top li.no-children + li,
body.ihbo-letters #tocd ul.top ul.one + li,
body.ihbo-letters #tocd ul.top ul.one + a + li,
body.ihbo-family-letters #tocd ul.top li.no-children + li,
body.ihbo-family-letters #tocd ul.top ul.one + li,
body.ihbo-family-letters #tocd ul.top ul.one + a + li, body.igoing-clear-video-playlist-alt #tocd ul.top li.no-children + li,
body.igoing-clear-video-playlist-alt #tocd ul.top ul.one + li,
body.igoing-clear-video-playlist-alt #tocd ul.top ul.one + a + li {
  clear: both;
}
body.igoing-clear .click-to-watch img.gif, body.ihbo-actors .click-to-watch img.gif, body.ihbo-videos .click-to-watch img.gif,
body.ihbo-sources .click-to-watch img.gif, body.documentary-sources .click-to-watch img.gif,
body.propagandist .click-to-watch img.gif, body.igoing-clear-video-playlist .click-to-watch img.gif,
body.igoing-clear .click-to-watch img.gif, body.ihbo-letters .click-to-watch img.gif,
body.ihbo-family-letters .click-to-watch img.gif, body.igoing-clear-video-playlist-alt .click-to-watch img.gif {
  display: none;
}
body.igoing-clear .click-to-watch p.message, body.ihbo-actors .click-to-watch p.message, body.ihbo-videos .click-to-watch p.message,
body.ihbo-sources .click-to-watch p.message, body.documentary-sources .click-to-watch p.message,
body.propagandist .click-to-watch p.message, body.igoing-clear-video-playlist .click-to-watch p.message,
body.igoing-clear .click-to-watch p.message, body.ihbo-letters .click-to-watch p.message,
body.ihbo-family-letters .click-to-watch p.message, body.igoing-clear-video-playlist-alt .click-to-watch p.message {
  display: none;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 18px;
}
body.igoing-clear .click-to-watch:hover, body.ihbo-actors .click-to-watch:hover, body.ihbo-videos .click-to-watch:hover,
body.ihbo-sources .click-to-watch:hover, body.documentary-sources .click-to-watch:hover,
body.propagandist .click-to-watch:hover, body.igoing-clear-video-playlist .click-to-watch:hover,
body.igoing-clear .click-to-watch:hover, body.ihbo-letters .click-to-watch:hover,
body.ihbo-family-letters .click-to-watch:hover, body.igoing-clear-video-playlist-alt .click-to-watch:hover {
  cursor: pointer;
}
body.igoing-clear .click-to-watch:hover img.gif, body.igoing-clear .click-to-watch:hover p.message, body.ihbo-actors .click-to-watch:hover img.gif, body.ihbo-actors .click-to-watch:hover p.message, body.ihbo-videos .click-to-watch:hover img.gif, body.ihbo-videos .click-to-watch:hover p.message,
body.ihbo-sources .click-to-watch:hover img.gif,
body.ihbo-sources .click-to-watch:hover p.message, body.documentary-sources .click-to-watch:hover img.gif, body.documentary-sources .click-to-watch:hover p.message,
body.propagandist .click-to-watch:hover img.gif,
body.propagandist .click-to-watch:hover p.message, body.igoing-clear-video-playlist .click-to-watch:hover img.gif, body.igoing-clear-video-playlist .click-to-watch:hover p.message,
body.igoing-clear .click-to-watch:hover img.gif,
body.igoing-clear .click-to-watch:hover p.message, body.ihbo-letters .click-to-watch:hover img.gif, body.ihbo-letters .click-to-watch:hover p.message,
body.ihbo-family-letters .click-to-watch:hover img.gif,
body.ihbo-family-letters .click-to-watch:hover p.message, body.igoing-clear-video-playlist-alt .click-to-watch:hover img.gif, body.igoing-clear-video-playlist-alt .click-to-watch:hover p.message {
  display: block;
}
body.igoing-clear .click-to-watch .click-to-watch-link, body.ihbo-actors .click-to-watch .click-to-watch-link, body.ihbo-videos .click-to-watch .click-to-watch-link,
body.ihbo-sources .click-to-watch .click-to-watch-link, body.documentary-sources .click-to-watch .click-to-watch-link,
body.propagandist .click-to-watch .click-to-watch-link, body.igoing-clear-video-playlist .click-to-watch .click-to-watch-link,
body.igoing-clear .click-to-watch .click-to-watch-link, body.ihbo-letters .click-to-watch .click-to-watch-link,
body.ihbo-family-letters .click-to-watch .click-to-watch-link, body.igoing-clear-video-playlist-alt .click-to-watch .click-to-watch-link {
  color: white;
  font-size: 1.4em;
  text-shadow: 0px 0px 16px black, 0px 0px 8px black, 0px 0px 4px black, 0px 0px 2px white, 0px 0px 1px black;
}
body.igoing-clear .header-body, body.ihbo-actors .header-body, body.ihbo-videos .header-body,
body.ihbo-sources .header-body, body.documentary-sources .header-body,
body.propagandist .header-body, body.igoing-clear-video-playlist .header-body,
body.igoing-clear .header-body, body.ihbo-letters .header-body,
body.ihbo-family-letters .header-body, body.igoing-clear-video-playlist-alt .header-body {
  padding: 0.5em 0;
}
body.igoing-clear h4.cat-title, body.ihbo-actors h4.cat-title, body.ihbo-videos h4.cat-title,
body.ihbo-sources h4.cat-title, body.documentary-sources h4.cat-title,
body.propagandist h4.cat-title, body.igoing-clear-video-playlist h4.cat-title,
body.igoing-clear h4.cat-title, body.ihbo-letters h4.cat-title,
body.ihbo-family-letters h4.cat-title, body.igoing-clear-video-playlist-alt h4.cat-title {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0;
  color: hsl(349deg, 72%, 36%);
}
body.igoing-clear span.link-text, body.ihbo-actors span.link-text, body.ihbo-videos span.link-text,
body.ihbo-sources span.link-text, body.documentary-sources span.link-text,
body.propagandist span.link-text, body.igoing-clear-video-playlist span.link-text,
body.igoing-clear span.link-text, body.ihbo-letters span.link-text,
body.ihbo-family-letters span.link-text, body.igoing-clear-video-playlist-alt span.link-text {
  color: hsl(349deg, 72%, 36%);
  font-weight: normal;
  text-transform: initial;
  font-size: 16px;
  padding-left: 1.25em;
}
body.igoing-clear #posts, body.ihbo-actors #posts, body.ihbo-videos #posts,
body.ihbo-sources #posts, body.documentary-sources #posts,
body.propagandist #posts, body.igoing-clear-video-playlist #posts,
body.igoing-clear #posts, body.ihbo-letters #posts,
body.ihbo-family-letters #posts, body.igoing-clear-video-playlist-alt #posts {
  border-right: 1px solid #ccc;
  padding-right: 1em;
}
body.igoing-clear .more-link, body.ihbo-actors .more-link, body.ihbo-videos .more-link,
body.ihbo-sources .more-link, body.documentary-sources .more-link,
body.propagandist .more-link, body.igoing-clear-video-playlist .more-link,
body.igoing-clear .more-link, body.ihbo-letters .more-link,
body.ihbo-family-letters .more-link, body.igoing-clear-video-playlist-alt .more-link {
  display: block;
  text-align: right;
  color: hsl(349deg, 72%, 36%);
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 500;
  text-transform: initial;
  font-size: 1rem;
}

body.new-yorker-videos #tocd .body {
  padding: 0;
}
body.new-yorker-videos #left #tocd .body > ul > li.feature {
  margin-top: 0;
}

.igoing-clear #tocd ul li,
.igoing-clear .tocd ul li, .exterminating-gibneys-propaganda #tocd ul li,
.exterminating-gibneys-propaganda .tocd ul li,
.letter-to-s-nevins-19-feb-2015 #tocd ul li,
.letter-to-s-nevins-19-feb-2015 .tocd ul li,
.letter-to-s-nevins-12-feb-2015 #tocd ul li,
.letter-to-s-nevins-12-feb-2015 .tocd ul li,
.hbo-videos #tocd ul li,
.hbo-videos .tocd ul li, .hbo-actors #tocd ul li,
.hbo-actors .tocd ul li,
body.igoing-clear-video-playlist #tocd ul li,
body.igoing-clear-video-playlist .tocd ul li,
body.igoing-clear-video-playlist-alt #tocd ul li,
body.igoing-clear-video-playlist-alt .tocd ul li {
  line-height: 1.35em;
}
.igoing-clear #tocd ul.top > li.inactive,
.igoing-clear .tocd ul.top > li.inactive, .exterminating-gibneys-propaganda #tocd ul.top > li.inactive,
.exterminating-gibneys-propaganda .tocd ul.top > li.inactive,
.letter-to-s-nevins-19-feb-2015 #tocd ul.top > li.inactive,
.letter-to-s-nevins-19-feb-2015 .tocd ul.top > li.inactive,
.letter-to-s-nevins-12-feb-2015 #tocd ul.top > li.inactive,
.letter-to-s-nevins-12-feb-2015 .tocd ul.top > li.inactive,
.hbo-videos #tocd ul.top > li.inactive,
.hbo-videos .tocd ul.top > li.inactive, .hbo-actors #tocd ul.top > li.inactive,
.hbo-actors .tocd ul.top > li.inactive,
body.igoing-clear-video-playlist #tocd ul.top > li.inactive,
body.igoing-clear-video-playlist .tocd ul.top > li.inactive,
body.igoing-clear-video-playlist-alt #tocd ul.top > li.inactive,
body.igoing-clear-video-playlist-alt .tocd ul.top > li.inactive {
  min-height: 1.5em;
}
.igoing-clear #tocd ul.top > li:not(.active) + ul.one,
.igoing-clear .tocd ul.top > li:not(.active) + ul.one, .exterminating-gibneys-propaganda #tocd ul.top > li:not(.active) + ul.one,
.exterminating-gibneys-propaganda .tocd ul.top > li:not(.active) + ul.one,
.letter-to-s-nevins-19-feb-2015 #tocd ul.top > li:not(.active) + ul.one,
.letter-to-s-nevins-19-feb-2015 .tocd ul.top > li:not(.active) + ul.one,
.letter-to-s-nevins-12-feb-2015 #tocd ul.top > li:not(.active) + ul.one,
.letter-to-s-nevins-12-feb-2015 .tocd ul.top > li:not(.active) + ul.one,
.hbo-videos #tocd ul.top > li:not(.active) + ul.one,
.hbo-videos .tocd ul.top > li:not(.active) + ul.one, .hbo-actors #tocd ul.top > li:not(.active) + ul.one,
.hbo-actors .tocd ul.top > li:not(.active) + ul.one,
body.igoing-clear-video-playlist #tocd ul.top > li:not(.active) + ul.one,
body.igoing-clear-video-playlist .tocd ul.top > li:not(.active) + ul.one,
body.igoing-clear-video-playlist-alt #tocd ul.top > li:not(.active) + ul.one,
body.igoing-clear-video-playlist-alt .tocd ul.top > li:not(.active) + ul.one {
  display: none;
}
.igoing-clear #tocd ul.one,
.igoing-clear .tocd ul.one, .exterminating-gibneys-propaganda #tocd ul.one,
.exterminating-gibneys-propaganda .tocd ul.one,
.letter-to-s-nevins-19-feb-2015 #tocd ul.one,
.letter-to-s-nevins-19-feb-2015 .tocd ul.one,
.letter-to-s-nevins-12-feb-2015 #tocd ul.one,
.letter-to-s-nevins-12-feb-2015 .tocd ul.one,
.hbo-videos #tocd ul.one,
.hbo-videos .tocd ul.one, .hbo-actors #tocd ul.one,
.hbo-actors .tocd ul.one,
body.igoing-clear-video-playlist #tocd ul.one,
body.igoing-clear-video-playlist .tocd ul.one,
body.igoing-clear-video-playlist-alt #tocd ul.one,
body.igoing-clear-video-playlist-alt .tocd ul.one {
  display: none;
  padding-top: 0.25em;
  padding-left: 0.5em;
  padding-bottom: 1.5em;
}
.igoing-clear #tocd ul.one li,
.igoing-clear .tocd ul.one li, .exterminating-gibneys-propaganda #tocd ul.one li,
.exterminating-gibneys-propaganda .tocd ul.one li,
.letter-to-s-nevins-19-feb-2015 #tocd ul.one li,
.letter-to-s-nevins-19-feb-2015 .tocd ul.one li,
.letter-to-s-nevins-12-feb-2015 #tocd ul.one li,
.letter-to-s-nevins-12-feb-2015 .tocd ul.one li,
.hbo-videos #tocd ul.one li,
.hbo-videos .tocd ul.one li, .hbo-actors #tocd ul.one li,
.hbo-actors .tocd ul.one li,
body.igoing-clear-video-playlist #tocd ul.one li,
body.igoing-clear-video-playlist .tocd ul.one li,
body.igoing-clear-video-playlist-alt #tocd ul.one li,
body.igoing-clear-video-playlist-alt .tocd ul.one li {
  display: none;
  padding-top: 0.15em;
}

.igoing-clear #tocd ul li,
.igoing-clear .tocd ul li, .igoing-clear-video-playlist #tocd ul li,
.igoing-clear-video-playlist .tocd ul li {
  line-height: 1.35em;
}
.igoing-clear #tocd ul.top > li.inactive,
.igoing-clear .tocd ul.top > li.inactive, .igoing-clear-video-playlist #tocd ul.top > li.inactive,
.igoing-clear-video-playlist .tocd ul.top > li.inactive {
  min-height: 1.5em;
}
.igoing-clear #tocd ul.one,
.igoing-clear .tocd ul.one, .igoing-clear-video-playlist #tocd ul.one,
.igoing-clear-video-playlist .tocd ul.one {
  padding-top: 0.25em;
  padding-left: 0.5em;
  padding-bottom: 1.5em;
}

span.blanked, span.redacted {
  color: black;
  background-color: black;
  white-space: pre-wrap;
}

#hbo-propaganda-breadcrumb {
  max-width: 1080px;
  margin: 0 auto;
  font-family: Giovanni, MinionPro, Georgia, Cambria, "Times New Roman", Times, serif;
}

body.ihbo-actors #content figure, .ihbo-videos #content figure, body.ihbo-sources #content figure, body.documentary-sources #content figure,
body.propagandist #content figure, body.igoing-clear-video-playlist #content figure,
body.ihbo-letters #content figure, body.ihbo-family-letters #content figure {
  margin-bottom: 1em;
}

.hbo #content h1 {
  margin: 0 0 0.2em 0;
  padding: 0 0;
}

h3.red-color {
  color: #9e1a33;
  font-size: 1.3em;
  margin: 30px 0;
  line-height: 1.5em;
}

.table-row {
  display: table;
}
.table-row > * {
  display: table-cell;
  padding: 0 20px 30px 40px;
}
.table-row a {
  display: block;
  margin-bottom: 16px;
  text-decoration: underline;
}

.with-wings {
  padding: 4px 0 4px 0;
  margin: 20px auto 30px auto;
  border-top: 1px solid #8d8d8d;
  border-bottom: 1px solid #8d8d8d;
  text-align: center;
}

.card {
  margin: 20px 0 60px 0;
}
.card h2 {
  padding-top: 20px;
  padding-left: 20px;
  line-height: 1.5em;
}
.card a {
  float: right;
  color: #9e1a33 !important;
  padding-top: 15px;
  font-size: 1.3em;
}

.share-float {
  position: relative;
  top: 0;
  right: 0;
  float: right;
}

.share-right .nn-share {
  padding: 0;
}
.share-right .addthis_toolbox > a {
  margin: 0 auto;
}

.article-title:after {
  content: "";
  display: table;
  clear: both;
}

h2.article-subtitle {
  font-size: 24px;
  padding: 0 0.75rem 0.8em;
}

.breadcrumb-hbo {
  font-family: Arial, Verdana;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.breadcrumb-hbo .crumb-red {
  color: #9e1a33;
}

#image-header {
  margin-bottom: 10px;
}
#image-header img {
  width: 100%;
}

.hbo .news-slider {
  width: 100%;
  height: 63px;
  overflow: hidden;
  position: relative;
}
.hbo .news-slider .news-slider-wrapper {
  position: absolute;
  width: 100%;
  transition: top ease-out 0.7s;
}
.hbo .news-slider .item {
  padding-bottom: 10px;
  min-height: 92px;
}
.hbo .news-slider .item h1 {
  margin-top: 0px;
}
.hbo .news-slider .item .item-desc {
  font-size: 0.95em;
  line-height: 1.2em;
  margin-bottom: 0.25em;
}
.hbo .news-control-bar {
  color: white;
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  width: 60px;
  position: absolute;
}
.hbo .news-control-bar a.see-prev {
  color: white;
  font-size: 12px;
  display: block;
  padding: 11px 0px;
}
.hbo .news-control-bar a.see-prev:hover {
  color: #ddd;
}
.hbo .news-control-bar .ctl-btn {
  float: left;
  font-family: Arial, sans;
  font-size: 13px;
  padding: 1px 2px;
  border: 1px solid #D8D8D8;
  border-radius: 3px;
  margin: 0px 0px 9px 5px;
  cursor: pointer;
  color: #777;
}
.hbo .news-control-bar .ctl-btn:hover {
  background: #ccc;
}
.hbo .news-control-bar .ctl-btn.ctl-btn-down {
  margin-right: 9px;
}
.hbo .news-slider h4 {
  display: inline;
}
.hbo .news-slider .item-title {
  display: inline;
  font-size: 1em;
  line-height: 1.15em;
  margin-bottom: 0.1em;
}
.hbo .news-slider .item-desc {
  display: none;
}
.hbo .news-slider .link.more-link {
  display: block;
}
.hbo .news-slider .cat-title {
  font-size: 15px;
  display: inline;
  padding-right: 0.3em;
}
.hbo .news-slider .item .item-icon {
  border: 1px solid #666;
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 8px;
  background-size: cover !important;
}
.hbo .visible-xs-block {
  display: none !important;
}
.hbo #tocd li.feature.read-the-letters-item {
  font-size: 1.4em;
  line-height: 1.2em;
}
.hbo .read-the-truth {
  font-size: 1.3em;
  text-transform: uppercase;
  background: #111;
  color: #fff;
  padding: 8px 0 4px 0;
  margin-bottom: 6px;
  display: block;
  line-height: 1.3em;
  text-align: center;
}
.hbo .os-mac .read-the-truth {
  padding: 8px 0 4px 0;
}
.hbo .letters-sent {
  font-size: 1em;
  display: block;
  line-height: 1.2em;
}
.hbo .shower {
  display: block;
  padding: 0px 0 0 20px;
  cursor: pointer;
  display: block;
  color: hsl(349deg, 72%, 36%);
  text-align: center;
}
.hbo .shower:hover, .hbo .shower:active {
  padding: 0px 0 0 20px;
  cursor: pointer;
  display: block;
  color: hsl(349deg, 72%, 36%);
  text-align: center;
}
.hbo .shower:after {
  content: "SEE ALL LETTERS ▼";
}
.hbo .shower.activate {
  padding-top: 10px;
}
.hbo .shower.activate:after {
  content: "CLOSE ▲";
}
.hbo .hider {
  max-height: 0;
  margin-top: 10px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: max-height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: max-height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: max-height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hbo #tocd {
  margin-bottom: 20px;
}
.hbo .hider {
  max-height: 2777px !important;
}
.hbo .hider.activate {
  max-height: 2777px;
}
.hbo .shower {
  display: none !important;
}
.hbo #issues #issues-slider figure.full, .hbo #related-publications #issues-slider figure.full {
  width: 100%;
  padding: 0 20%;
}
.hbo #issues #issues-slider figure.full img, .hbo #related-publications #issues-slider figure.full img {
  width: 143px;
}
.hbo.documentary .read-the-letters-item a.more-link {
  text-align: right;
  display: block;
}

.hbo-blog-post:not(:last-child) {
  padding-bottom: 1.75em;
  border-bottom: 1px solid #999;
  margin-bottom: 1.25em;
}

.hbo.index .icon, .ihbo-actors .icon, .ihbo-videos .icon, .ihbo-family-letters .icon,
.ihbo-sources .icon, .documentary-sources .icon,
.landing.igoing-clear .icon, .propagandist .icon,
.irss-media-and-ethics .icon {
  position: relative;
  padding-right: 1em;
  padding-left: 0.5em;
}
.hbo.index .icon:before, .ihbo-actors .icon:before, .ihbo-videos .icon:before, .ihbo-family-letters .icon:before,
.ihbo-sources .icon:before, .documentary-sources .icon:before,
.landing.igoing-clear .icon:before, .propagandist .icon:before,
.irss-media-and-ethics .icon:before {
  position: absolute;
}
.hbo.index .icon-go:before, .ihbo-actors .icon-go:before, .ihbo-videos .icon-go:before, .ihbo-family-letters .icon-go:before,
.ihbo-sources .icon-go:before, .documentary-sources .icon-go:before,
.landing.igoing-clear .icon-go:before, .propagandist .icon-go:before,
.irss-media-and-ethics .icon-go:before {
  font-size: 0.85em;
  content: "\ea1c";
  top: 0.2em;
  left: 5px;
}
.hbo.index #tocd ul li, .ihbo-actors #tocd ul li, .ihbo-videos #tocd ul li, .ihbo-family-letters #tocd ul li,
.ihbo-sources #tocd ul li, .documentary-sources #tocd ul li,
.landing.igoing-clear #tocd ul li, .propagandist #tocd ul li,
.irss-media-and-ethics #tocd ul li {
  line-height: 1.35em;
}
.hbo.index #tocd ul.top > li.inactive, .ihbo-actors #tocd ul.top > li.inactive, .ihbo-videos #tocd ul.top > li.inactive, .ihbo-family-letters #tocd ul.top > li.inactive,
.ihbo-sources #tocd ul.top > li.inactive, .documentary-sources #tocd ul.top > li.inactive,
.landing.igoing-clear #tocd ul.top > li.inactive, .propagandist #tocd ul.top > li.inactive,
.irss-media-and-ethics #tocd ul.top > li.inactive {
  min-height: 0.5em;
}
.hbo.index #tocd ul.top > li:not(.active) + ul.one, .ihbo-actors #tocd ul.top > li:not(.active) + ul.one, .ihbo-videos #tocd ul.top > li:not(.active) + ul.one, .ihbo-family-letters #tocd ul.top > li:not(.active) + ul.one,
.ihbo-sources #tocd ul.top > li:not(.active) + ul.one, .documentary-sources #tocd ul.top > li:not(.active) + ul.one,
.landing.igoing-clear #tocd ul.top > li:not(.active) + ul.one, .propagandist #tocd ul.top > li:not(.active) + ul.one,
.irss-media-and-ethics #tocd ul.top > li:not(.active) + ul.one {
  display: none;
}
.hbo.index #tocd ul.one, .ihbo-actors #tocd ul.one, .ihbo-videos #tocd ul.one, .ihbo-family-letters #tocd ul.one,
.ihbo-sources #tocd ul.one, .documentary-sources #tocd ul.one,
.landing.igoing-clear #tocd ul.one, .propagandist #tocd ul.one,
.irss-media-and-ethics #tocd ul.one {
  display: inline-block;
  padding-top: 0.25em;
  padding-left: 0.5em;
  padding-bottom: 1.5em;
}
.hbo.index #tocd ul.one li, .ihbo-actors #tocd ul.one li, .ihbo-videos #tocd ul.one li, .ihbo-family-letters #tocd ul.one li,
.ihbo-sources #tocd ul.one li, .documentary-sources #tocd ul.one li,
.landing.igoing-clear #tocd ul.one li, .propagandist #tocd ul.one li,
.irss-media-and-ethics #tocd ul.one li {
  padding-top: 0.15em;
}
.hbo.index #tocd ul li.article > a, .ihbo-actors #tocd ul li.article > a, .ihbo-videos #tocd ul li.article > a, .ihbo-family-letters #tocd ul li.article > a,
.ihbo-sources #tocd ul li.article > a, .documentary-sources #tocd ul li.article > a,
.landing.igoing-clear #tocd ul li.article > a, .propagandist #tocd ul li.article > a,
.irss-media-and-ethics #tocd ul li.article > a {
  display: block;
}

.hbo .highlightme {
  background-color: #ffdead;
}

#breadcrumbs {
  display: none;
}

.hbo-breadcrumb {
  display: block;
  font-family: "Jost", Roboto, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.hbo-breadcrumb .bcpart {
  width: 100%;
  display: inline-block;
  padding: 7px 10px 5px;
  font-weight: 400;
  color: white;
}
.hbo-breadcrumb .bcpart.media-and-ethics {
  background: #9e1a33;
}
.hbo-breadcrumb .bcpart.hbo, .hbo-breadcrumb .bcpart.propaganda {
  background: black;
}
@media screen and (min-width: 480px) {
  .hbo-breadcrumb {
    white-space: nowrap;
    overflow: hidden;
  }
  .hbo-breadcrumb .bcpart {
    width: auto;
  }
}
@media screen and (min-width: 1100px) {
  .hbo-breadcrumb {
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    background: none;
    margin-bottom: 8px;
  }
  .hbo-breadcrumb .bcpart {
    width: auto;
  }
}

body.index.hbo .hbo-breadcrumb {
  margin-bottom: 8px;
}
@media screen and (min-width: 720px) {
  body.index.hbo .hbo-breadcrumb {
    margin-bottom: 0;
    white-space: normal;
    background-color: none;
    font-size: 14px;
  }
  body.index.hbo .hbo-breadcrumb .bcpart {
    width: 100%;
    display: inline-block;
  }
}
@media screen and (min-width: 1100px) {
  body.index.hbo .hbo-breadcrumb {
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    background: none;
    margin-bottom: 8px;
  }
  body.index.hbo .hbo-breadcrumb .bcpart {
    width: auto;
  }
}

@media screen and (min-width: 720px) and (max-width: 959px) {
  .irss-media-and-ethics #features {
    width: 55%;
    display: inline-block;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .irss-media-and-ethics #issues, .irss-media-and-ethics #related-publications {
    width: 43%;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    padding-left: 2%;
    margin-right: 0;
  }
}

.hbo #external a:hover {
  text-decoration: underline;
}

.hbo .story > ul > li, .hbo .letter-body > ul > li {
  font-size: 1.05em;
  line-height: 1.5em;
  text-rendering: optimizeLegibility;
}

span.trimmed-intro {
  display: none;
}

span.trimming-symbols {
  color: hsl(349deg, 72%, 36%);
  font-family: "Jost", Roboto, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.85em;
  text-transform: uppercase;
  cursor: pointer;
}

span.trimming-symbols:before {
  content: "…";
  display: inline;
  color: black;
}

.hbo #features .desc-text {
  font-size: 14px;
  line-height: 1.25em;
}

#video-thumbnails a.combined-link figure {
  padding-bottom: 0;
  margin-bottom: 1em;
}

section#transcript {
  margin-top: 1.5em;
}
section#transcript p.title {
  font-family: "Jost", Roboto, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.92em;
  text-transform: uppercase;
  color: hsl(349deg, 72%, 36%);
}
section#transcript .transcript-per-se {
  display: none;
  margin-left: 2.25em;
  font-size: 1.15rem;
}
section#transcript .transcript-per-se h4 {
  margin-bottom: 0.5em;
  font-family: CourierNew, monospace;
  font-size: 1.15em;
  font-weight: bold;
}
section#transcript .transcript-per-se p {
  font-family: CourierNew, monospace;
  font-size: 0.9em;
  line-height: 1.25em;
  margin-top: 0.75em;
}

.ihbo-family-letters .letter-body img:first-child, .igc-read-the-truth-family-letters .letter-body img:first-child {
  margin-bottom: 40px;
}
.ihbo-family-letters .letter-body img:first-child ul, .igc-read-the-truth-family-letters .letter-body img:first-child ul {
  list-style: outside;
  padding-left: 2em;
}
.ihbo-family-letters .letter-body img:first-child h2, .igc-read-the-truth-family-letters .letter-body img:first-child h2 {
  padding-bottom: 0.25em;
  padding-top: 1em;
}
.ihbo-family-letters #tocd2 .head h4, .ihbo-family-letters #family-letters .head h4, .igc-read-the-truth-family-letters #tocd2 .head h4, .igc-read-the-truth-family-letters #family-letters .head h4 {
  padding-left: 60px;
  font-size: 18px;
  line-height: 34px;
  font-weight: normal;
  height: 30px;
}
.ihbo-family-letters #tocd2 li a, .ihbo-family-letters #family-letters li a, .igc-read-the-truth-family-letters #tocd2 li a, .igc-read-the-truth-family-letters #family-letters li a {
  display: block;
  color: hsl(0deg, 0%, 20%);
}
.ihbo-family-letters #tocd2 li.active a, .ihbo-family-letters #family-letters li.active a, .igc-read-the-truth-family-letters #tocd2 li.active a, .igc-read-the-truth-family-letters #family-letters li.active a {
  color: #c60c1e;
}
.ihbo-family-letters #tocd2 li a.active, .ihbo-family-letters #family-letters li a.active, .igc-read-the-truth-family-letters #tocd2 li a.active, .igc-read-the-truth-family-letters #family-letters li a.active {
  color: #c60c1e;
}
.ihbo-family-letters #tocd2 .body ul.level-1 > li, .ihbo-family-letters #family-letters .body ul.level-1 > li, .igc-read-the-truth-family-letters #tocd2 .body ul.level-1 > li, .igc-read-the-truth-family-letters #family-letters .body ul.level-1 > li {
  font-size: 16px;
  line-height: 24px;
  padding-left: 0;
}
.ihbo-family-letters .family-letters-subhead, .igc-read-the-truth-family-letters .family-letters-subhead {
  font-size: 1.3em;
  display: block;
  line-height: 1.4em;
  font-weight: bold;
}

body.documentary h1 {
  margin: 10px 0 20px 20px;
  width: 80%;
  line-height: 1.5em;
}
body.documentary .share-right {
  display: none;
}
body.documentary .bottom-image-credit {
  border-top: 1px solid #aaa;
  font-size: 10px;
}
body.documentary .story .inner {
  text-align: center;
  margin: 30px auto 0 auto;
}
body.documentary .story .inner > img:first-child {
  width: 40%;
}
body.documentary .story .inner h1 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

body.documentary-sources ul.top > li > a > img {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 12px;
  margin-bottom: 20px;
}
body.documentary-sources ul.top > li.no-children > a > img {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 12px;
  margin-bottom: 7px;
}
body.documentary-sources.nottabtraf .showtabtraf {
  display: none;
}
body.documentary-sources ul.main-listing li a > strong {
  color: #c60c1e;
  text-transform: uppercase;
}
body.documentary-sources ul.main-listing li a.red-link {
  text-transform: uppercase;
}
body.documentary-sources ul.main-listing li h3 {
  color: black;
  font-size: 18px;
  margin-top: 5px;
}
body.documentary-sources ul.main-listing li h3 + p {
  margin-top: 8px;
  font-size: 14px !important;
}
body.documentary-sources ul.main-listing li a.white-paper-inline-video {
  float: right;
  margin-bottom: 20px;
  display: block;
}
body.documentary-sources figure img {
  width: 100%;
}
body.documentary-sources .slideshow-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
body.documentary-sources .slideshow-holder {
  position: relative;
  width: 100%;
  padding-bottom: calc(33.66% + 107px);
  margin-bottom: 23px;
}
body.documentary-sources .owl-arrow {
  position: absolute;
  bottom: 4px;
  right: 0;
  height: 104px;
  width: 30px;
  background: #eee;
  z-index: 2;
  opacity: 0.5;
  cursor: pointer;
  font-size: 55px;
  color: #777;
  font-weight: bold;
  padding: 9px 6px;
  -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.documentary-sources .owl-arrow:hover {
  opacity: 0.8;
}
body.documentary-sources .owl-prev {
  right: auto;
  left: 0;
}
body.documentary-sources .card-holder {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 206px;
}
body.documentary-sources .overlay-holder {
  position: absolute;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.6);
  color: #222;
  bottom: 0;
  padding: 5px 25px 10px 15px;
  -webkit-transition: background-color 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: background-color 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background-color 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
body.documentary-sources .card {
  cursor: pointer;
}
body.documentary-sources .card:hover .overlay-holder {
  background-color: rgba(255, 255, 255, 0.8);
}
body.documentary-sources .overlay-holder span {
  display: block;
  font-family: Arial, sans;
}
body.documentary-sources .overlay-holder h3 {
  display: block;
  font-size: 24px;
  color: #c60c1e;
  margin-top: 0;
  text-shadow: 0 0 1px #999;
}
body.documentary-sources .overlay-holder a {
  display: block;
  width: 46%;
  float: right;
  border-left: 2px solid #888;
  color: #333;
  margin-top: 4px;
  line-height: 1.2em;
  padding: 5px 0 5px 28px;
}
body.documentary-sources .overlay-holder:hover h3 {
  text-decoration: underline;
}
body.documentary-sources .slideshow-holder .owl-carousel img {
  cursor: pointer;
  border-bottom: 3px solid transparent;
}
body.documentary-sources .slideshow-holder .owl-carousel img.activate {
  opacity: 0.8;
  border-bottom: 3px solid #9e1a33;
}
body.documentary-sources .slideshow-holder .owl-carousel img:hover {
  opacity: 0.8;
}
body.documentary-sources .slideshow-holder .owl-controls {
  display: none;
}
body.documentary-sources .card {
  margin-top: 0px;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 81px;
  position: absolute;
  -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  -moz-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  -o-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}
body.documentary-sources .card.activate {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
body.documentary-sources .slideshow-holder .img-holder {
  position: relative;
  display: block;
}
body.documentary-sources .slideshow-holder .img-holder span {
  position: absolute;
  bottom: 5px;
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-size: 13px;
  text-shadow: 0 0 8px #000, 1px 1px 3px #000;
  color: #f8f8f8;
  text-align: center;
  left: 0;
  right: 0;
  pointer-events: none;
  line-height: 1.1em;
}
body.documentary-sources .inner-link {
  text-align: center;
  font-size: 1.3em;
  display: block;
  text-decoration: underline;
}
body.documentary-sources .red-link {
  display: block;
  text-align: right;
}
body.documentary-sources .main-listing li {
  margin-bottom: 28px !important;
}
body.documentary-sources .touch.slideshow-holder {
  padding-bottom: 0;
}
body.documentary-sources .touch .card {
  position: relative;
  opacity: 1;
  bottom: auto;
  margin-bottom: 0;
}
body.documentary-sources .touch .card-holder {
  position: relative;
  bottom: auto;
}
body.documentary-sources .touch .overlay-holder {
  position: relative;
}
body.documentary-sources .touch .owl-arrow {
  display: none;
}
body.documentary-sources .touch.slideshow-holder .owl-controls {
  display: block;
}
body.documentary-sources body.tabtraf .showtabtraf {
  display: block;
}
body.documentary-sources body.tabtraf .hidetabtraf {
  display: none;
}
body.documentary-sources body.nottabtraf .hidetabtraf {
  display: block;
}
body.documentary-sources body.nottabtraf .showtabtraf {
  display: none;
}
@media (max-width: 767px) {
  body.documentary-sources .overlay-holder h3 {
    line-height: 1.2;
    font-size: 16px;
  }
  body.documentary-sources .overlay-holder span {
    display: none;
  }
  body.documentary-sources .overlay-holder a {
    float: none;
    width: auto;
    border-left: none;
    color: #333;
    margin-top: 4px;
    line-height: 1.2;
    padding: 5px 0 !important;
    margin-top: 4px !important;
  }
}

.hbo .banner a.red-label {
  text-transform: uppercase;
}

.hbo #video-thumbnails > div.l8 {
  margin-bottom: 2em;
}
.hbo #video-thumbnails > div.l8:nth-child(3), .hbo #video-thumbnails > div.l8:nth-child(6), .hbo #video-thumbnails > div.l8:nth-child(9), .hbo #video-thumbnails > div.l8:nth-child(12), .hbo #video-thumbnails > div.l8:nth-child(15), .hbo #video-thumbnails > div.l8:nth-child(18), .hbo #video-thumbnails > div.l8:nth-child(21), .hbo #video-thumbnails > div.l8:nth-child(24), .hbo #video-thumbnails > div.l8:nth-child(27), .hbo #video-thumbnails > div.l8:nth-child(30) {
  margin-right: 0;
}
.hbo #video-thumbnails > div.l8:nth-child(4), .hbo #video-thumbnails > div.l8:nth-child(7), .hbo #video-thumbnails > div.l8:nth-child(10), .hbo #video-thumbnails > div.l8:nth-child(13), .hbo #video-thumbnails > div.l8:nth-child(16), .hbo #video-thumbnails > div.l8:nth-child(19), .hbo #video-thumbnails > div.l8:nth-child(22), .hbo #video-thumbnails > div.l8:nth-child(25), .hbo #video-thumbnails > div.l8:nth-child(28), .hbo #video-thumbnails > div.l8:nth-child(31) {
  clear: left;
}
.hbo #video-thumbnails h3 {
  margin-top: 0em;
  font-size: 1.15em;
  line-height: 1.4em;
}
.hbo #video-thumbnails h3 + p {
  font-size: 0.92em;
  line-height: 1.4em;
}
.hbo #video-thumbnails a.combined-link figure {
  position: relative;
  padding-bottom: 0;
}
.hbo #video-thumbnails a.combined-link figure img {
  width: 100%;
}
.hbo #video-thumbnails a.combined-link span.more-link {
  margin-top: 5px;
}

#infra #hbo-propaganda-slogan {
  position: relative;
  padding-bottom: 0.75em;
  margin-bottom: 0.4em;
  border-bottom: 2px ridge #ccc;
}

a.link, span.link {
  color: hsl(349deg, 72%, 36%);
}
a.link:hover, span.link:hover {
  text-decoration: underline !important;
}
a.combined-link *:hover, span.combined-link *:hover {
  text-decoration: underline;
}

a.combined-link *:hover {
  text-decoration: underline;
}

#content figure img, #content .letter-body img {
  width: 100%;
}

.rsDefaultInv,
.rsDefaultInv .rsOverflow,
.rsDefaultInv .rsSlide,
.rsDefaultInv .rsVideoFrameHolder,
.rsDefaultInv .rsThumbs {
  background: none;
  color: #222;
}

.hbo-letter .letter-body .re {
  text-indent: -30px;
}

#expansion-slider figure img {
  width: 100%;
}

body.igoing-clear #actors-video-mobile-slider span.more-link {
  display: none;
}
@media screen and (min-width: 480px) {
  body.igoing-clear #actors-video-mobile-slider span.more-link {
    display: block;
  }
}

#expansion-slider .letters-sent {
  font-size: 18px;
}
@media screen and (min-width: 480px) {
  #expansion-slider .letters-sent {
    font-size: 19px;
  }
}

#how-wrong {
  display: none;
}
@media screen and (min-width: 480px) {
  #how-wrong {
    display: block;
  }
}

#wrapper {
  display: table;
}
.ihbo-updates #wrapper {
  display: block;
}
#wrapper #left {
  display: table-row-group;
}
#wrapper #content {
  display: table-header-group;
}
#wrapper #content-end {
  padding-bottom: 1.5em;
}

h2.read-more {
  font-size: 1.4em;
}

p.quote {
  padding-bottom: 0.25em;
}

.documentary-sources #wrapper {
  display: block;
}
.documentary-sources #wrapper .slideshow-holder {
  display: none;
}
@media screen and (min-width: 480px) {
  .documentary-sources #wrapper .slideshow-holder {
    display: block;
  }
}

body {
  background: url(/images/green_sliver_resized.jpg) 0 48px repeat-x transparent;
}

.hbo h1, .hbo h2, .hbo h3, .hbo h4, .hbo h5, .hbo h6, .hbo ul, .hbo p {
  -webkit-font-smoothing: subpixel-antialiased;
}
.hbo span.unreliable-source {
  font-size: 0.65em;
  color: #999;
  text-transform: uppercase;
}
.hbo .toc-like, .hbo .menu {
  -webkit-font-smoothing: antialiased;
}
.hbo .story p, .hbo .story li {
  font-size: 1.05em;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
}
.hbo .story p a, .hbo .story li a {
  color: hsl(349deg, 72%, 36%);
}
.hbo .story ul {
  list-style: outside disc;
  padding-left: 3em;
  padding-right: 2em;
}
.hbo .story ul li {
  margin-bottom: 0.75em;
}
.hbo .inverted {
  background-color: black;
}
.hbo .inverted a, .hbo .inverted p, .hbo .inverted li {
  color: white;
}
.hbo .cat-title {
  text-transform: uppercase;
  color: hsl(349deg, 72%, 36%);
}
.hbo .more, .hbo .more-link, .hbo .watch-link {
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: hsl(349deg, 72%, 36%);
  display: block;
  position: relative;
}
.hbo .more:hover, .hbo .more-link:hover, .hbo .watch-link:hover {
  text-decoration: underline;
}
.hbo .more.with-red-arrow, .hbo .more-link.with-red-arrow, .hbo .watch-link.with-red-arrow {
  padding-right: 30px;
}
.hbo .more img.red-arrow-forward, .hbo .more-link img.red-arrow-forward, .hbo .watch-link img.red-arrow-forward {
  width: 22px;
  position: absolute;
  margin-left: 5px;
  top: -1px;
}
.hbo .more, .hbo .more-link {
  text-align: right;
}
.hbo #content a:not(.combined-link):hover, .hbo .more-link:hover, .hbo a.link:hover {
  text-decoration: underline;
}
.hbo #external {
  -webkit-font-smoothing: subpixel-antialiased;
}
.hbo #external a {
  position: relative;
  top: 2px;
}

.hbo #highlights {
  overflow: visible !important;
}
.hbo #highlights .banner-inner {
  position: relative;
  height: 100%;
}
.hbo #highlights .banner {
  padding-right: 108px;
  height: 97px;
  overflow: visible !important;
  margin-top: -1px;
  cursor: pointer;
  float: right !important;
}
.hbo #highlights .banner .arrow-down {
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: none;
  border-top: 13px solid #7e0a13;
  position: absolute;
  z-index: 1;
  left: -12px;
  bottom: 0;
}
.hbo #highlights .banner a.red-label {
  position: absolute;
  margin-top: 36px;
  top: 41px;
  right: -66px;
  display: block;
  background: #9e1a33;
  color: white !important;
  font-family: Arial, Verdana;
  font-size: 12px;
  padding: 8px 53px 7px 52px;
  z-index: 2;
}
.hbo #highlights .banner .featured {
  position: absolute;
  right: -64px;
  width: 368px;
  top: -41px;
  padding-bottom: 14px;
  background: url(/images/going-clear/header/featured-head.min.png) center right no-repeat;
  background-size: contain;
  padding-top: 55px;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hbo #highlights .banner .featured div {
  background: url(/images/going-clear/header/red_quote_marks.png) 0 0px no-repeat;
  background-size: 30px;
  padding-left: 44px;
  font-size: 14px;
  margin-top: -14px;
}
.hbo #highlights .banner .featured div:after {
  background-image: url(/images/going-clear/header/red_quote_marks_low.png);
  background-size: 30px;
  position: absolute;
  content: "";
  height: 27px;
  width: 30px;
  bottom: 6px;
  right: 180px;
}

.hbo #external a.subscribe-link {
  color: hsl(349deg, 72%, 36%);
  position: relative;
  top: 2px;
}

.hbo .menu {
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.hbo .menu a {
  color: hsl(0deg, 0%, 20%);
}
.hbo .menu a.active {
  color: hsl(349deg, 72%, 36%);
}
.hbo .menu a:hover {
  text-decoration: underline;
}
.hbo .menu .body.with-tooltips {
  padding-bottom: 0.75em;
}
.hbo .menu .body.with-tooltips img {
  float: left;
  height: 50px;
  width: 50px;
}
.hbo .menu .body.with-tooltips img.active {
  margin-bottom: 2em;
}
.hbo .menu .body.with-tooltips span {
  padding-left: 65px;
  display: block;
}
.hbo ul.top > li {
  line-height: 1em;
  display: inline-block;
  width: 100%;
}
.hbo ul.top > li span.title {
  font-weight: bold;
}
.hbo ul.top > li span.subtitle {
  font-weight: normal;
}
.hbo ul.top > li:not(:first-of-type) {
  margin-top: 0.5rem;
  clear: left;
}
.hbo ul.top > li > span.title, .hbo ul.top > li > a > span.title {
  font-size: 1rem;
  line-height: 1.25em;
  font-weight: bold;
}
.hbo ul.top > li > span.title {
  text-transform: uppercase;
}
.hbo ul.top > li > span.subtitle, .hbo ul.top > li > a > span.subtitle {
  font-size: 0.9rem;
  line-height: 1.25em;
}
.hbo ul.level-1 {
  margin-left: 1rem;
  margin-bottom: 0.5em;
  display: inline-block;
}
.hbo ul.level-1 > li.leaf {
  font-size: 0.9em;
  line-height: 1.25em;
  padding-top: 0.4em;
  padding-bottom: 0.2em;
  clear: left;
}
.hbo ul.level-1 > li.leaf span.title {
  font-weight: normal;
}
.hbo .body.with-tooltips .menu ul.level-1 .icon-triangle-right:before {
  top: 0px;
}
.hbo .body.with-tooltips .menu ul.level-1 li.leaf {
  font-size: 0.86em;
  padding-bottom: 0;
  padding-top: 0.25em;
}
.hbo .body.with-tooltips .menu ul.level-1 span {
  padding-left: 1.67em;
}
.hbo .body.with-tooltips .menu ul.level-1 span.icon {
  padding-left: 0.75em;
}
.hbo #featured-videos-menu .body {
  padding: 0.75rem 1.5rem;
}
.hbo #featured-videos-menu ul.top > li > span.title, .hbo #featured-videos-menu ul.top > li > a > span.title {
  text-transform: uppercase;
}
.hbo #featured-videos-menu ul.level-1 > li {
  line-height: 1.25em;
  display: block;
}
.hbo #quick-hack h5 {
  font-size: 1em;
  text-transform: uppercase;
  padding-left: 0.75em;
}
.hbo #quick-hack h5:not(:first-child) {
  padding-bottom: 0.15em;
  padding-top: 1.4em;
}
.hbo #quick-hack li.article {
  padding-left: 2em;
  font-size: 14.4px !important;
  padding-top: 0.75em !important;
  padding-bottom: 0.5em !important;
}
.hbo #left #tocd #quick-hack ul li.article:hover {
  background: none;
}

.hbo .inverted {
  color: white;
  background-color: black;
}
.hbo .inverted.red {
  background-color: hsl(349deg, 72%, 36%);
}
.hbo section {
  overflow: auto;
}
.hbo section > h1, .hbo section > h2, .hbo section > h3, .hbo section > h4, .hbo section > h5, .hbo section > h6 {
  -webkit-font-smoothing: antialiased;
}
.hbo section > h2.inverted, .hbo section > h3.inverted, .hbo section > h4.inverted {
  padding: 6px 8px 2px;
}
.hbo .toc-like {
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: 1.75em;
  font-weight: 500;
}
.hbo .toc-like.with-border {
  background-color: white;
  border: 1px solid hsl(0deg, 0%, 75%);
}
.hbo .toc-like.with-border .head {
  outline: 1px solid hsl(0deg, 0%, 75%);
}
.hbo .toc-like .nowrap {
  white-space: nowrap;
  overflow: hidden;
}
.hbo .toc-like figure {
  margin-bottom: 0.5em;
}
.hbo .toc-like figure figcaption {
  background: none;
}
.hbo .toc-like .head {
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
}
.hbo .toc-like .head h3, .hbo .toc-like .head h4 {
  height: 30px;
  line-height: 2rem;
  font-size: 1.1rem;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.hbo .toc-like .head.with-image h3, .hbo .toc-like .head.with-image h4 {
  padding-left: 60px;
}
.hbo .toc-like .head.with-image img {
  float: left;
  height: 30px;
}
.hbo .toc-like .body {
  padding: 0.75em 0.8em 0;
}

.hbo #left .nowrap, .hbo #right .nowrap {
  white-space: nowrap;
  overflow: hidden;
}
.hbo #left hr, .hbo #right hr {
  margin: 0.25em 0 1em;
}
.hbo #left section h1, .hbo #left section h2, .hbo #left section h3, .hbo #left section h4, .hbo #left section h5, .hbo #left section h6, .hbo #right section h1, .hbo #right section h2, .hbo #right section h3, .hbo #right section h4, .hbo #right section h5, .hbo #right section h6 {
  -webkit-font-smoothing: antialiased;
}
.hbo #left section h2.inverted, .hbo #left section h3.inverted, .hbo #left section h4.inverted, .hbo #right section h2.inverted, .hbo #right section h3.inverted, .hbo #right section h4.inverted {
  line-height: 1.5em;
}
.hbo #left section h2.inverted, .hbo #right section h2.inverted {
  padding: 4px 8px 0;
}
.hbo #left section h3.inverted, .hbo #left section h4.inverted, .hbo #right section h3.inverted, .hbo #right section h4.inverted {
  padding: 2px 8px;
}
.hbo #left section h3:first-child, .hbo #right section h3:first-child {
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.25em;
  text-align: center;
}
.hbo #left section h4:first-child, .hbo #right section h4:first-child {
  font-weight: normal;
}
.hbo #left figure, .hbo #right figure {
  margin-bottom: 0.5em;
}
.hbo #left figure figcaption, .hbo #right figure figcaption {
  background: none;
}
.hbo #left .desc-text, .hbo #right .desc-text {
  margin-bottom: 0.5em;
}
.hbo #left .more-link, .hbo #right .more-link {
  font-weight: 500;
  font-size: 1.1em;
  position: relative;
}
.hbo #left .more-link.with-red-arrow, .hbo #right .more-link.with-red-arrow {
  padding-right: 30px;
}
.hbo #left .more-link img.red-arrow-forward, .hbo #right .more-link img.red-arrow-forward {
  width: 22px;
  position: absolute;
  margin-left: 5px;
  top: -1px;
}
.hbo #the-story-hbo-ignored {
  margin-bottom: 1em;
}
.hbo #the-story-hbo-ignored .slider {
  margin-bottom: 0;
}
.hbo #the-story-hbo-ignored h4 {
  font-size: 1.25em;
  line-height: 1.75em;
}
.hbo #the-story-hbo-ignored h4.life-and-legacy {
  font-size: 1.2em;
  line-height: 1.75em;
  margin-bottom: 2px;
}
.hbo #updates {
  position: relative;
  height: 128px;
}
.hbo #updates .head {
  outline: none;
}
.hbo #updates .news-slider {
  top: 5px;
  position: relative;
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  height: 88px;
}
.hbo #updates .news-slider .item {
  line-height: 1.15em;
  padding-top: 0.25em;
}
.hbo #updates .news-slider .item a.link {
  margin-top: 0.5em;
}
.hbo #updates .news-slider p.item-title {
  display: inline;
  font-size: 0.9em;
}
.hbo #updates .news-control-bar {
  position: absolute;
  bottom: 0;
}
.hbo #read-the-truth {
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding-bottom: 0.75em;
}
.hbo #read-the-truth .head {
  outline: none;
}
.hbo #read-the-truth h2 {
  font-size: 1.8em;
  padding-top: 0.25em;
  text-transform: uppercase;
  text-align: center;
}
.hbo #read-the-truth h4 {
  font-size: 1.25em;
  padding-top: 0.25em;
}
.hbo #read-the-truth ul {
  margin-left: 0.67em;
  margin-right: 0.5em;
}
.hbo #read-the-truth li {
  list-style-type: none;
  margin-top: 0.67em;
  font-weight: 500;
  line-height: 1.33em;
}
.hbo #read-the-truth li a.active {
  color: hsl(349deg, 72%, 36%);
}
.hbo #read-the-truth li a:hover {
  text-decoration: underline;
}
.hbo #read-the-truth li.lead {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.hbo #left #how-wrong h4 {
  font-size: 1.25em;
  line-height: 1.25em;
  padding-top: 0.5em;
  padding-bottom: 0.25em;
  text-transform: uppercase;
  text-align: center;
}
.hbo #how-wrong-videos-slider {
  width: 100%;
  margin-bottom: 1.75em;
}
.hbo #documentary-sources-overview {
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.hbo #documentary-sources-overview a {
  display: block;
}
.hbo #related-programs .head {
  text-align: center;
}
.hbo #related-programs p {
  font-size: 1.05em;
}
.hbo #big-lie h3 {
  text-align: center;
}
.hbo #big-lie h5 {
  -webkit-font-smoothing: subpixel-antialiased;
}
.hbo #big-lie a p:hover {
  text-decoration: underline;
}
.hbo #big-lie a.hover-link {
  background: none;
}
.hbo #related-publications {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.hbo #related-publications .rsContent figure {
  padding: 0 20%;
}
.hbo #related-publications .rsContent figcaption {
  background: none;
}
.hbo #related-publications h4 {
  text-align: center;
  margin-bottom: 0.5em;
}
.hbo #published {
  width: 80%;
  margin: 2em auto 2em;
  font-family: "Jost", Roboto, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.85rem;
  color: hsl(0deg, 0%, 40%);
  text-align: left;
  padding: 0.5rem 0.25rem;
  line-height: 1.05rem;
}
.hbo #published > b {
  font-weight: normal;
  color: hsl(354deg, 89%, 41%);
}
.hbo #lawrence-wright-site h4 {
  font-size: 1.25em;
  text-transform: uppercase;
  text-align: center;
}
.hbo #lawrence-wright-site figure {
  width: 75%;
  margin: 1.5em auto 1em;
  box-shadow: 0 0 8px hsl(0deg, 0%, 40%);
}

.hbo .rsContent figure {
  position: relative;
}
.hbo .rsContent .desc-text {
  font-size: 0.9em;
  line-height: 1.25em;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}
.hbo .slider {
  width: 100%;
  margin-bottom: 2.5em;
}
.hbo .slider .rsOverflow {
  margin-top: 0;
}
.hbo .slider.rsDefaultInv, .hbo .slider .rsOverflow, .hbo .slider .rsSlide {
  background: none;
}
.hbo #top-featured-videos {
  margin-top: 12px;
}
.hbo #top-featured-videos .royalSlider.issues-slider .rsOverflow {
  margin-top: 0;
}
.hbo #top-featured-videos-slider .rsArrowIcn {
  top: 27%;
}
.hbo #mid-featured-videos-slider .rsArrowIcn {
  top: 26%;
}
.hbo #mid-featured-videos-slider .rsOverflow {
  margin-top: 0;
}
.hbo #how-wrong-videos-slider .rsArrowIcn {
  top: 30% !important;
}

.hbo #hbo-propaganda-large-slogan {
  max-width: 1080px;
  border-bottom: 1px solid #999;
  padding-bottom: 1.33em;
  text-align: center;
}
.hbo #hbo-propaganda-large-slogan h2 {
  font-family: "Jost", Roboto, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}
.hbo #hbo-propaganda-large-slogan span {
  background-color: black;
  color: white;
  padding: 0.35em 0 0.2em;
}
.hbo #hbo-propaganda-large-slogan span span.gibney {
  background-color: hsl(349deg, 72%, 36%);
  padding-right: 1em;
  margin-right: 0.25em;
  margin-left: 0;
  padding-left: 1.2em;
}
.hbo #hbo-propaganda-large-slogan span span.prison {
  background-color: black;
  padding-right: 1.2em;
}

.hbo #letters-list {
  margin-bottom: 1.25em;
}
.hbo #letters-list h4 {
  margin-bottom: 0.5em;
}
.hbo ul#letters {
  max-width: 67.8125em;
  margin-left: auto;
  margin-right: auto;
  list-style: disc outside !important;
  padding-left: 5%;
}
.hbo ul#letters:after {
  content: "";
  display: table;
  clear: both;
}
.hbo ul#letters li.letter {
  display: list-item !important;
  line-height: 1.25em;
  margin-bottom: 1em;
}
@media screen and (min-width: 480px) {
  .hbo ul#letters li.letter {
    float: left;
    display: block;
    margin-right: 2.3696682464%;
    width: 48.8151658768%;
  }
  .hbo ul#letters li.letter:last-child {
    margin-right: 0;
  }
  .hbo ul#letters li.letter:nth-child(2n) {
    margin-right: 0;
  }
  .hbo ul#letters li.letter:nth-child(2n+1) {
    clear: left;
  }
}
.hbo .also {
  clear: both;
  margin-bottom: 1.75em;
}
.hbo .also h4 {
  margin-bottom: 0.25em;
}
.hbo .also ul {
  list-style: disc outside !important;
  padding-left: 5%;
}
.hbo .also ul li {
  line-height: 1.25em;
  margin-bottom: 0.33em;
}
.hbo .also ul li a {
  color: hsl(349deg, 72%, 36%);
}

.hbo .addthis_button_more span {
  display: none !important;
}

.hbo-reverse-callout-block {
  font-family: "Zilla Slab", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  color: white;
  background: black;
  padding: 1.75em 3.33em;
  text-align: center;
  margin: 2em 0;
  font-size: 1.25em;
}

.hbo.updates h1 {
  font-size: 2em;
}
.hbo.updates #content article {
  margin-top: 1.25em;
  max-width: 67.8125em;
  margin-left: auto;
  margin-right: auto;
}
.hbo.updates #content article:after {
  content: "";
  display: table;
  clear: both;
}
.hbo.updates #content article figure {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 18.9573459716%;
}
.hbo.updates #content article figure:last-child {
  margin-right: 0;
}
.hbo.updates #content article figure img {
  vertical-align: top;
}
.hbo.updates #content article aside {
  float: left;
  display: block;
  margin-right: 2.3696682464%;
  width: 78.672985782%;
  margin-right: 0;
}
.hbo.updates #content article aside:last-child {
  margin-right: 0;
}
.hbo.updates #content article aside h2 {
  font-size: 1.5em;
}
.hbo.updates #content article aside .cat {
  text-transform: uppercase;
  color: hsl(349deg, 72%, 36%);
  font-family: "Jost", Roboto, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.875rem;
}
.hbo.updates #content article aside p {
  font-size: 0.95em;
  line-height: 1.2em;
  margin-bottom: 0.25em;
}
.hbo.updates #content article aside p.narrow {
  max-width: 455px;
}
.hbo.updates #content article:not(:last-child) {
  padding-bottom: 1em;
  border-bottom: 1px solid hsl(0deg, 0%, 75%);
  margin-bottom: 0.75em;
}
.hbo.updates #right article:not(:last-child) {
  padding-bottom: 0.75em;
  border-bottom: 1px solid hsl(0deg, 0%, 75%);
  margin-bottom: 1em;
}
.hbo.updates #right .desc-text {
  font-size: 0.96em;
}

.hbo-letter.responsive h1 br {
  display: inline;
}

.hbo .showtabtraf {
  font-size: 0.65em;
  color: hsl(0deg, 0%, 60%);
  text-transform: uppercase;
}
.hbo.tabtraf .showtabtraf {
  display: block;
}
.hbo.tabtraf .hidetabtraf {
  display: none;
}
.hbo.nottabtraf .hidetabtraf {
  display: block;
}
.hbo.nottabtraf .showtabtraf {
  display: none;
}

a.untranslated .tooltip {
  z-index: 25;
  margin-left: 20px;
  margin-top: -40px;
  display: none;
  padding: 14px 20px;
  width: 240px;
  line-height: 16px;
  border-radius: 4px;
  font-size: 0.9em;
  line-height: 1.33em;
}
a.untranslated .tooltip strong {
  font-size: 1.25em;
  line-height: 1.4em;
  padding-bottom: 0.25em;
  margin-bottom: 0;
  display: block;
}
a.untranslated:hover .tooltip {
  display: inline;
  position: absolute;
  color: #111;
  border: 1px solid #dca;
  background: #fffaf0;
}
a.untranslated .callout {
  z-index: 20;
  position: absolute;
  top: 30px;
  border: 0;
  left: -12px;
}

.hbo.letters .letter-body {
  padding: 5% 7% 7%;
  border: 1px solid hsl(0deg, 0%, 94%);
  background: white;
}
.hbo.letters .letter-body img:first-child {
  margin-bottom: 40px;
}
.hbo.letters .letter-body .signature {
  padding-left: 55%;
}
.hbo.letters .letter-body div.signature {
  margin-top: 2em;
}
.hbo.letters .letter-body .text-right {
  text-align: right;
}
.hbo.letters .letter-body li {
  padding-left: 16px;
  margin-bottom: 10px;
}

.hbo .story {
  margin-bottom: 1.75em;
}
.hbo .story > *:last-child {
  margin-bottom: 0;
}
.hbo .igoing-clear-featured-videos .more-link {
  display: block;
}
.hbo #video-thumbnails {
  margin-top: 1.25em;
}

/*# sourceMappingURL=application-hbo.css.map */
