/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {   font-family: sans-serif;  -ms-text-size-adjust: 100%;   -webkit-text-size-adjust: 100%;}
body {   margin: 0;}



/* HTML5 display definitions    ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block;}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template { display: none; }



/* Links    ========================================================================== */
a { background-color: transparent; 
	color:#fff !important}
a:active, a:hover { outline: 0; }



/* Text-level semantics    ========================================================================== */
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
h1 {   font-size: 2em;   margin: .67em 0; }
mark {   background: #ff0;   color: #000; }
small { font-size: 80%; }
sub, sup { font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
sup { top: -.5em; }
sub { bottom: -.25em; }



/* Embedded content    ========================================================================== */
img { border: 0; }
svg:not(:root) { overflow: hidden; }



/* Grouping content    ========================================================================== */
figure { margin: 1em 40px; }
hr {
  box-sizing: content-box;
  height: 0;
}
pre { overflow: auto; }
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}



/* Forms    ========================================================================== */
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button { overflow: visible; }
button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input { line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea { overflow: auto; }
optgroup { font-weight: bold; }



/* Tables    ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th { padding: 0; }
.share-box .social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }
* { max-height: 1000000px; }
body {
  color: #fff;
  background: #000;
  font: 26px/1.2 "Georgia", "Times New Roman", "Times", "Baskerville", serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
}
.gm-style img { max-width: none; }
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h {
  font-family: "MetaPro-CondBold", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  margin: 0 0 .5em;
  color: inherit;
}
h1, .h1 { font-size: 30px; }
h2, .h2 { font-size: 27px; }
h3, .h3 { font-size: 24px; }
h4, .h4 { font-size: 21px; }
h5, .h5 { font-size: 17px; }
h6, .h6 { font-size: 15px; }
p { margin: 0 0 1em; }
a { color: #39f; }
a:hover, a:focus { text-decoration: none; }
form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="search"], input[type="password"], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: .4em .7em;
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus { border-color: #333; }
input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #999; }
input[type="text"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}
input[type="text"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder { color: #999; }
input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #999; }
input[type="text"].placeholder, input[type="tel"].placeholder, input[type="email"].placeholder, input[type="search"].placeholder, input[type="password"].placeholder, textarea.placeholder { color: #999; }
select { -webkit-border-radius: 0; }
textarea {
  resize: vertical;
  vertical-align: top;
}
button, input[type="button"], input[type="reset"], input[type="file"], input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}




@font-face {
  font-family: "MetaPro-CondMedi";
  src: url("https://features.hrw.org/features/CAR_slideshow/font/MetaPro-CondMedi/MetaPro-CondMedi.eot"), url("https://features.hrw.org/features/CAR_slideshow/font/MetaPro-CondMedi/MetaPro-CondMedi.woff") format("woff"), url("https://features.hrw.org/features/CAR_slideshow/font/MetaPro-CondMedi/MetaPro-CondMedi.ttf") format("truetype"), url("https://features.hrw.org/features/CAR_slideshow/font/MetaPro-CondMedi/MetaPro-CondMedi.svg#svgHelveticaNeueBold") format("svg");
  font-weight: 600;
}
@font-face {
  font-family: "MetaPro-CondBold";
  src: url("https://features.hrw.org/features/CAR_slideshow/font/MetaPro-CondBold/MetaPro-CondBold.eot"), url("https://features.hrw.org/features/CAR_slideshow/font/MetaPro-CondBold/MetaPro-CondBold.woff") format("woff"), url("https://features.hrw.org/features/CAR_slideshow/font/MetaPro-CondBold/MetaPro-CondBold.ttf") format("truetype"), url("https://features.hrw.org/features/CAR_slideshow/font/MetaPro-CondBold/MetaPro-CondBold.svg#svgHelveticaNeueBold") format("svg");
  font-weight: 800;
}
@font-face {
  font-family: "MetaPro-Norm";
  src: url("https://features.hrw.org/features/CAR_slideshow/font/MetaPro-Norm/MetaPro-Norm.eot"), url("https://features.hrw.org/features/CAR_slideshow/font/MetaPro-Norm/MetaPro-Norm.woff") format("woff"), url("https://features.hrw.org/features/CAR_slideshow/font/MetaPro-Norm/MetaPro-Norm.ttf") format("truetype"), url("https://features.hrw.org/features/CAR_slideshow/font/MetaPro-Norm/MetaPro-Norm.svg#svgMetaPro-Norm") format("svg");
  font-weight: 400;
}








/*Retina graphics!*/
#wrapper {
  margin: 0 auto;
  overflow: hidden;
}
.container {
  width: 280px;
  margin: 0 auto;
}
#header .container {
  max-width: 1600px;
  width: 100%;
  padding: 0;
}
.wide-container {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  font-family: "MetaPro-CondMedi", "Helvetica Neue", "Helvetica", sans-serif;
  z-index: 1;
}
#header .logo {
  width: 60px;
  height: 60px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#header .logo img {
  width: 100%;
  height: 100%;
  display: block;
}

#header.shrink .has-drop-down {
  height: 40px;
}
#logo-mini {
  margin-top: 16px;
  margin-left: 14px;
  display: none;
}
.big-only {
  display: none;
}
.header-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.header-left-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
.header-left-bar a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
.region {
  margin-left: 20px;
  display: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.region a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.region a:hover { opacity: .5; }
.header-right-bar {
  font-size: 12px;
  font-weight: 300;
  margin-right: 17px;
}
.header-right-bar i {
  color: #fff;
  margin-right: 8px;
  display: block;
  float: left;
  font-size: 14px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.header-right-bar i:hover { opacity: .5; }
.header-right-bar a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.header-right-bar a:hover { opacity: .5; }
.main-img-holder {
  width: 100%;
  padding-bottom: 130%;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  transition: background-image 1s linear;
  -moz-transition: background-image 1s linear;
  -webkit-transition: background-image 1s linear;
  -ms-transition: background-image 1s linear;
}


#caption0.text-holder {
   margin: 10% 2em 0px 2em;	
   height: auto;
}
#title.content-holder {
	width: 100%;
}

#slideshow-full {
  position: relative;
}
#slideshow-full .photo-text {
  padding: 1em;
  color: #fff;
  font-size: .75em;
  text-shadow: 1px 1px 5px #000;
  width: 50%;
  z-index: 1;
  position: relative;
}

#page-top {
  position: relative;
  z-index: 1;
}
.posterize {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  background-size: cover;
  background-position: 50% 50%;
  background-image:url(https://features.hrw.org/features/CAR_slideshow/images/car-45.jpg);
}


#poster {
  z-index: 0;
}
#prev-poster {
  z-index: -1;
}

.lg-img { overflow: hidden; }
.lg-img .main-img-holder { min-height: 215px; }
.content-holder {
  width: 100%;
  color: #fff;
  padding-bottom: 60px;
  line-height: 1.45;
  font-size: 18px;
}
.content-holder h1 {
  font-size: 40px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.2;
  font-weight: 300;
  text-indent: -0.55em;
}
.content-holder p {
  opacity: .8;
  margin: 0 0 17px 0;
}
.content-holder span {
  font-family: "MetaPro-CondMedi", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
}
.photo-text {
  font-size: 14px;
  line-height: 1.6;
  padding-top: 12px;
}
.photo-text span {
  font-size: 1.25em;
  color: #c90;
  font-weight: 200;
  text-transform: uppercase;
  font-family: "MetaPro-CondMedi", "Helvetica Neue", "Helvetica", sans-serif;
  display: block;
  margin-bottom: .5em;
  margin-left:  -.3em;;
}
.smaller-paddings .photo-text { padding-bottom: 40px; }
.slick-slider .photo-text {
  text-align: center;
  padding-top: 34px;
  padding-bottom: 0;
}
.main-text {
  font-size: 16px;
  padding-top: 50px;
  line-height: 1.75;
  hanging-punctuation: first;
}
.main-text .bigger-text {
  font-size: 18px;
  font-weight: 400;
  display: block;
  line-height: 1.6;
  width: 100%;
}
.main-text .smaller-text {
  font-size: 17px;
  display: block;
  line-height: 1.7;
  padding-bottom: 36px;
  padding-top: 12px;
}
.smaller-paddings .main-text { padding-top: 32px; }
.container-pre-m .main-text {
  padding-bottom: 62px;
  padding-top: 72px;
}
.paddings {
  padding-bottom: 38px;
  padding-top: 34px;
}
.text-wrap {
  padding: 19px 0 37px;
  text-align: left;
}

.img-section-holder { padding-top: 34px; }
.img-section-holder:first-child { padding-top: 0; }
.img-section-holder .photo-text { font-size: 14px; }
.img-section-holder .flex { display: block; }
.img-section-holder .img-holder img {
  height: auto;
  width: 100%;
  display: block;
}
.img-section-holder .img-section:first-child { padding-top: 0; }
.by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "MetaPro-CondMedi", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 100px;
}
.by .cube {
  width: 10px;
  height: 10px;
  background: #007bc6;
  margin-right: 10px;
  margin-top: 7px;
}
.by span {
  font-size: 14px;
  margin: 0;
  display: block;
  margin-right: 5px;
}
.by p {
  font-size: 14px;
  color: #999;
  margin: 0;
}




.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0;
}
.after-slide-text .text-wrap { padding-top: 48px; }
.has-drop-down {
  z-index: 1;
  overflow: hidden;
  height: 80px;
   -webkit-transition: height 0.4s ease;
   transition: height 0.4s ease;
}
.share-box {
  background: #fff;
  opacity: .94;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  padding: 14px;
  width: 100%;
  max-width: 1280px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  letter-spacing: .14em;
  padding: 14px 10px 11px 14px;
  overflow: hidden;
  z-index: 10;
}
.share-box .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.share-box .social li { margin-right: 5px; }
.share-box .social li:last-child { margin-right: 0; }
.share-box a {
  display: inline-block;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.share-box a:hover { opacity: .5; }
.share-box i {
  font-size: 18px;
  color: #333;
}
.share-box .blue-box {
  width: 18px;
  height: 18px;
  background: #007bc6;
  margin-right: 14px;
}
.share-box .left-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
}



@media (min-width: 480px) {
  .main-img-holder {
    background-position: 50% 25%;
  }
}
@media (min-width: 568px) {
  .main-img-holder {
	  width: 100%;
	  padding-bottom: 66%;
  }
  .region {
    display: block;
  }
  .content-holder p {
    margin: 0 0 26px 0;
  }
  .content-holder span {
    font-size: 14px;
  }
  .smaller-paddings .photo-text {
    padding-bottom: 67px;
  }
  .container-pre-m .main-text {
    padding-bottom: 62px;
    padding-top: 72px;
  }
  .text-wrap {
    padding: 84px 0 69px;
    line-height: 1.6;
    font-size: 18px;
  }
  .section span {
    display: none;
  }
  .img-section-holder {
    padding-top: 0;
    margin-right: 20px;
  }
  .img-section-holder:last-child {
    margin-right: 0;
  }
  .img-section-holder .photo-text {
    font-size: 16px;
  }
  .img-section-holder .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 720px) {
  #title.content-holder {
    padding-left: 50%;
  }
  .container {
    max-width: 550px;
    width: 100%;
  }
  .wide-container {
    max-width: 550px;
    width: 100%;
    padding: 0;
  }
  #header .logo {
    width: 80px;
    height: 80px;
  }
  .main-img-holder {
    min-height: 600px;
    background-position: 50% 25%;
  }
  #slideshow-full .photo-text {
    font-size: 1em;
  }
  .lg-img .main-img-holder {
    min-height: 616px;
  }
  .content-holder {
    width: 60%;
    padding-bottom: 71px;
  }
  .content-holder h1 {
    font-size: 48px;
    letter-spacing: 6.5px;
  }
  .photo-text p {
    margin-bottom: 6px;
  }
  .main-text {
    padding-top: 70px;
    padding-bottom: 57px;
    font-size: 18px;
  }
  .main-text .bigger-text {
    font-size: 23px;
  }
  .main-text .smaller-text {
    width: 86%;
    font-size: 19px;
    line-height: 1.6;
    padding-bottom: 0;
  }
  .smaller-paddings .main-text {
    padding-bottom: 17px;
    padding-top: 68px;
    font-size: 18px;
  }
  .paddings {
    padding-bottom: 9px;
  }
  .img-section-holder .img-section {
    padding-top: 17px;
  }
  .footer-section {
    min-height: 400px;
  }
  .after-slide-text .text-wrap {
    padding-top: 67px;
  }
}
@media (min-width: 768px) {
  .footer-section {
    background-position: 50% 50%;
    background-image: url(https://features.hrw.org/features/CAR_slideshow/images/footer-img.jpg);
  }
  .footer-section .footer-content p {
    margin-bottom: -1px;
  }
  .footer-section .by {
    padding-top: 46px;
  }
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min-resolution: 144dpi) {
  .footer-section {
    background-image: url(https://features.hrw.org/features/CAR_slideshow/images/footer-img-2x.jpg);
  }
}
@media (min-width: 920px) {
  .slick-slider {
    padding-top: 35px;
  }
  .slick-slider img {
    height: 496px;
  }
  .slick-slider .slick-dots {
    top: 87%;
  }
  .container {
    max-width: 740px;
    width: 100%;
  }
  .wide-container {
    max-width: 740px;
    width: 100%;
    padding: 0;
  }
  .content-holder {
    line-height: 1.5;
    opacity: 1;
    font-size: 24px;
  }
  .content-holder p {
    opacity: 1;
  }
  .slick-slider .photo-text {
    font-size: 14px;
    padding-top: 45px;
  }
  .paddings {
    padding-top: 62px;
    padding-bottom: 70px;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: -.15px;
  }
  .img-section-holder .img-section {
    padding-top: 36px;
  }
  .footer-section .footer-content {
    font-size: 22px;
  }
  .after-slide-text .text-wrap {
    padding-top: 62px;
  }
}
@media (min-width: 1280px) {
  .big-only {
    display: block;  
  }
  #title.content-holder {
    padding-left: 55%;
  }
  #title h1 {
    font-size: 72px;
    margin-bottom: .55em;
  }
  .container {
    max-width: 930px;
    width: 100%;
  }
  .wide-container {
    max-width: 1120px;
    width: 100%;
    padding-left: 0;
  }
  .text-holder {
    padding: 0 96px;
  }
  .main-img-holder {
    min-height: 650px;
  }
  .lg-img .main-img-holder {
    min-height: 780px;
  }
  .content-holder {
    padding-bottom: 72px;
  }
  .content-holder h1 {
    font-size: 49px;
    margin-bottom: 13px;
    letter-spacing: 6px;
  }
  .content-holder p {
    margin: 0 0 37px 0;
  }
  .photo-text {
    font-size: 15px;
  }
  .photo-text p {
    margin-bottom: 4px;
  }
  .main-text {
    font-size: 18px;
    padding-bottom: 100px;
    padding-bottom: 58px;
  }
  .main-text .bigger-text {
    font-size: 25px;
    line-height: 1.45;
  }
  .main-text .smaller-text {
    font-size: 18px;
    line-height: 1.6;
    padding-top: 4px;
  }
  .smaller-paddings .main-text {
    padding-bottom: 1px;
    padding-top: 68px;
    line-height: 1.45;
    font-size: 20px;
  }
  .paddings {
    padding: 66px 0 57px;
  }
  .paddings.main-text {
    line-height: 1.7;
    font-size: 18px;
  }
  .text-wrap {
    padding: 80px 96px 74px;
    line-height: 1.6;
  }
  .img-section-holder .img-section {
    padding-top: 49px;
  }
  .footer-section {
    min-height: 447px;
  }
  .footer-section .footer-content {
    max-width: 720px;
    font-size: 25px;
  }
  .footer-section .footer-content p {
    margin-bottom: 0;
  }
  .footer-section .by {
    padding-top: 25px;
  }
  .after-slide-text .text-wrap {
    padding-top: 71px;
    padding-bottom: 69px;
  }
}
@media (min-width: 1600px) {
  #title.content-holder {
    padding-left: 66%;
  }
  #title h1 {
    font-size: 82px;
    margin-bottom: .55em;
  }
  #title p {
    font-size: 2em;
  }
  .container {
    max-width: 1170px;
    width: 100%;
  }
  .wide-container {
    max-width: 1410px;
    width: 100%;
    padding-left: 0;
  }
  .text-holder {
    padding: 0 119px;
  }
  .main-img-holder {
    min-height: 800px;
  }
  .lg-img .main-img-holder {
    min-height: 900px;
  }
  .content-holder {
    padding-bottom: 78px;
    line-height: 1.45;
    font-size: 26px;
  }
  .content-holder h1 {
    font-size: 60px;
    margin-bottom: 11px;
    letter-spacing: 8px;
    line-height: 1;
    letter-spacing: 6.5px;
  }
  .content-holder p {
    margin: 0 0 35px 0;
  }
  .photo-text {
    font-size: 17px;
  }
  .main-text {
    padding-bottom: 67px;
    font-size: 21px;
  }
  .main-text .bigger-text {
    font-size: 26px;
    max-width: 87%;
    margin-bottom: 40px;
    line-height: 1.5;
  }
  .main-text .smaller-text {
    padding-top: 0;
    line-height: 1.58;
    font-size: 20px;
  }
  .smaller-paddings .main-text {
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 1.65;
  }
  .paddings {
    padding: 66px 0 55px;
    line-height: 1.45;
    letter-spacing: 0;
    font-size: 20px;
  }
  .paddings.main-text {
    font-size: 20px;
    line-height: 1.55;
  }
  .text-wrap {
    line-height: 1.65;
    font-size: 20px;
    padding: 87px 119px 67px;
  }
  .img-section-holder .img-section {
    padding-top: 51px;
  }
  .after-slide-text .text-wrap {
    padding-bottom: 56px;
  }
}
 @media print {   * {     background: none !important;
    color: #000 !important;
  }
  .lg-img, .header-right-bar, .region{
    display: none !important;
  }
  .container {
    width: 100% !important;
    max-width: 80% !important;
    margin: 0 auto;
  }
  #header {
    position: static !important;
    width: 80% !important;
    width: 100% !important;
    margin: 0 auto;
  }
  .main-img-holder {
    min-height: 180px !important;
    display: block !important;
  }
  .content-holder {
    padding-top: 30px;
    padding-bottom: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .content-holder p {
    margin-bottom: 0 !important;
  }
  .wide-container {
    width: 100% !important;
    max-width: 80% !important;
    margin: 0 auto !important;
  }
  .main-text {
    padding-top: 0 !important;
  }
  .text-holder {
    padding: 0 !important;
  }
  .text-wrap {
    padding: 0 !important;
  }
  q:before {
    display: none !important;
  }
  q:after {
    display: none !important;
  }
  .footer-content {
    width: 100% !important;
    max-width: none !important;
  }
  small {
    padding-top: 20px !important;
  }
  .main-text {
    padding-bottom: 20px !important;
  }
  .footer-section .by {
    padding-top: 0 !important;
    margin-bottom: 25px !important;
  }
  .grad-holder {
    position: static;
  }
}
