*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
    background-color: #fff;
    color: #575755;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    /* line-height: 1.25em; */
}

.co2_holder .btn-blue,
.co2_holder .btn-info,
.co2_holder .btn-primary {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    transition: background-color 0.2s ease;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    color: #fff;
    border: none;
    padding: 10px 15px;
    text-transform: uppercase;
    background-color: #10218b;
}

.co2_holder .btn::after {
	display: none;
}

.sort__select {
    display: inline-block;
    min-height: 30px;
	height: auto;
    padding: 9px 20px 9px 9px;
    font-size: .85714286rem;
    border-radius: 0;
    color: #555;
    border: 1px solid #ccc;
	background-color: #fff;
	width: 100%;
}

@media (min-width: 1024px) {
	.sort__select {
	    height: auto;
	    padding: 9px 20px 9px 9px;
	}
}

@media (min-width: 1024px) {
	.sort__select,
	.sort__select-option {
	    font-size: 1rem;
	}
}

.l-container {
    margin: 0 auto;
    width: 100%;
    max-width: 940px;
}

.co2_holder .btn2016-hover {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.co2_holder .btn2016-hover:before {
  background-color: #e3e3e3;
  content: "";
  height: 104%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -2%;
  transform: scale(0.7, 1);
  transition-delay: 0s, 0s;
  transition-duration: 0.4s, 0.4s;
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  width: 100%;
  z-index: -1;
}
.co2_holder .btn2016-hover:hover {
  text-decoration: none;
}
.co2_holder .btn2016-hover:hover:before {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.co2_holder body .btn2016,
.co2_holder body .xigen-button {
  display: inline-block;
  margin: 0;
  padding: 8px 15px;
  border: 1px solid #d9d9d9;
  background: transparent;
  transition: all 0.3s ease;
  color: #575755;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  text-transform: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.co2_holder body .btn2016.btn-smaller,
.co2_holder body .xigen-button.btn-smaller {
  padding: 6px 15px;
}
.co2_holder body .btn2016:disabled,
.co2_holder body .xigen-button:disabled,
.co2_holder body .btn2016[disabled],
.co2_holder body .xigen-button[disabled],
.co2_holder body .btn2016.is-disabled,
.co2_holder body .xigen-button.is-disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
  pointer-events: none;
}
.co2_holder body .btn2016:before,
.co2_holder body .xigen-button:before {
  background-color: #e3e3e3;
  content: "";
  height: 104%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -2%;
  transform: scale(0.7, 1);
  transition-delay: 0s, 0s;
  transition-duration: 0.4s, 0.4s;
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  width: 100%;
  z-index: -1;
}
.co2_holder body .btn2016:hover,
.co2_holder body .xigen-button:hover {
  text-decoration: none;
}
.co2_holder body .btn2016:hover:before,
.co2_holder body .xigen-button:hover:before {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
button.co2_holder body .btn2016::-moz-focus-inner,
button.co2_holder body .xigen-button::-moz-focus-inner {
  border: none;
  padding: 0;
}
.co2_holder body .btn2016.is-active,
.co2_holder body .xigen-button.is-active {
  background: none;
  color: #575755;
  border-color: #d9d9d9;
  transition: all 0.3s ease;
}
.co2_holder body .btn2016 .text-blue,
.co2_holder body .xigen-button .text-blue {
  color: #10218b;
}
.co2_holder body .btn2016-larger {
  text-transform: uppercase;
  padding: 10px 15px;
}
.co2_holder body .btn2016-form {
  height: 40px;
  min-width: 100px;
  width: auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  line-height: 40px;
  border: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.co2_holder body .btn2016-form:before {
  background-color: #e3e3e3;
  content: "";
  height: 104%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -2%;
  transform: scale(0.7, 1);
  transition-delay: 0s, 0s;
  transition-duration: 0.4s, 0.4s;
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  width: 100%;
  z-index: -1;
}
.co2_holder body .btn2016-form:hover {
  text-decoration: none;
}
.co2_holder body .btn2016-form:hover:before {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
@media only screen and (max-width: 479px) {
  .co2_holder body .btn2016-form {
    width: 100%;
  }
}
.co2_holder body .btn2016-grey {
  background: #e3e3e3;
  color: #10218b;
}
.co2_holder body .btn2016-grey:hover {
  color: #ffffff;
  border-color: #023B9F;
}
.co2_holder body .btn2016-grey:before {
  background: #023B9F;
}
.co2_holder body .btn2016-blue,
.co2_holder body .btn2016-info {
  background: #10218b;
  border-color: #10218b;
  color: #fff;
}
.co2_holder body .btn2016-blue:hover,
.co2_holder body .btn2016-info:hover {
  background: #10218b;
  border-color: #10218b;
}
.co2_holder body .btn2016-blue:before,
.co2_holder body .btn2016-info:before {
  background: #023B9F;
}
.co2_holder body .btn2016-white {
  background: #ffffff;
  border-color: #ffffff;
  color: #101F8B;
}
.co2_holder body .btn2016-white:hover {
  background: #e3e3e3;
  border-color: #e3e3e3;
}
.co2_holder body .btn2016-white:before {
  border-color: #10218b;
}
.co2_holder body .btn2016-info {
  text-transform: uppercase;
}
.co2_holder body .btn2016-orange {
  font-size: 12px;
  border: none;
  background: #FB8F14;
  color: #fff;
  text-transform: uppercase;
}
.co2_holder body .btn2016-orange:before {
  background: #f18204;
}
.co2_holder body .btn2016-green {
  background: #AFCA2A;
  border-color: #AFCA2A;
  color: #fff;
}
.co2_holder body .btn2016-green:before {
  background: #9db526;
}
.co2_holder body .btn2016-direct,
.co2_holder body .btn2016-close-reload {
  font-size: 12px;
  border: none;
  background: #FB8F14;
  color: #fff;
  text-transform: uppercase;
}
.co2_holder body .btn2016-direct:before,
.co2_holder body .btn2016-close-reload:before {
  background: #f18204;
}
.co2_holder body .btn2016-second {
  color: #575755;
  background-color: #e3e3e3;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
}
.co2_holder body .btn2016-second:before {
  background-color: #d6d6d6;
}
.co2_holder body .btn2016-second:active {
  background-color: #cacaca;
}
.co2_holder body .btn2016-pill {
  padding: 3px;
}
.co2_holder body .btn2016-pill.is-active {
  color: #ffffff;
  background-color: #10218b;
}
.co2_holder body .btn2016-pill.is-active:focus,
.co2_holder body .btn2016-pill.is-active:hover {
  background-position: 0 0;
}
.co2_holder body .btn2016-dark {
  border: 1px solid #ffffff;
}
.co2_holder *,
.co2_holder :after,
.co2_holder :before {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
.co2_holder .ie9 * {
  filter: none !important;
  -ms-filter: 'none' !important;
}
.co2_holder html,
.co2_holder body {
  height: 100%;
}
.co2_holder body {
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.25;
  margin: 0;
}
.co2_holder body.no-scroll {
  overflow: hidden !important;
}
.co2_holder .site-wrapper {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.co2_holder h1,
.co2_holder h2,
.co2_holder h3,
.co2_holder h4,
.co2_holder h5,
.co2_holder h6 {
  font-weight: normal;
  margin-bottom: 1em;
  margin-top: 1em;
}
.co2_holder h1 {
  font-size: 44px;
  line-height: 50px;
}
.co2_holder h2 {
  font-size: 28px;
  line-height: 32px;
}
.co2_holder h3 {
  font-size: 22px;
  line-height: 25px;
}
.co2_holder img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.co2_holder a {
  color: #10218b;
  text-decoration: none;
}
.co2_holder a:hover {
  text-decoration: underline;
}
.touch .co2_holder a:hover {
  text-decoration: none;
}
.co2_holder input[type="color"],
.co2_holder input[type="date"],
.co2_holder input[type="datetime"],
.co2_holder input[type="datetime-local"],
.co2_holder input[type="email"],
.co2_holder input[type="month"],
.co2_holder input[type="number"],
.co2_holder input[type="password"],
.co2_holder input[type="search"],
.co2_holder input[type="tel"],
.co2_holder input[type="text"],
.co2_holder input[type="time"],
.co2_holder input[type="url"],
.co2_holder input[type="week"],
.co2_holder textarea {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  font-size: 13px;
  line-height: 18px;
  padding: 6px 10px;
  color: #575755;
}
.co2_holder input[type="color"]:active,
.co2_holder input[type="date"]:active,
.co2_holder input[type="datetime"]:active,
.co2_holder input[type="datetime-local"]:active,
.co2_holder input[type="email"]:active,
.co2_holder input[type="month"]:active,
.co2_holder input[type="number"]:active,
.co2_holder input[type="password"]:active,
.co2_holder input[type="search"]:active,
.co2_holder input[type="tel"]:active,
.co2_holder input[type="text"]:active,
.co2_holder input[type="time"]:active,
.co2_holder input[type="url"]:active,
.co2_holder input[type="week"]:active,
.co2_holder textarea:active,
.co2_holder input[type="color"]:focus,
.co2_holder input[type="date"]:focus,
.co2_holder input[type="datetime"]:focus,
.co2_holder input[type="datetime-local"]:focus,
.co2_holder input[type="email"]:focus,
.co2_holder input[type="month"]:focus,
.co2_holder input[type="number"]:focus,
.co2_holder input[type="password"]:focus,
.co2_holder input[type="search"]:focus,
.co2_holder input[type="tel"]:focus,
.co2_holder input[type="text"]:focus,
.co2_holder input[type="time"]:focus,
.co2_holder input[type="url"]:focus,
.co2_holder input[type="week"]:focus,
.co2_holder textarea:focus {
  border-color: #575755;
  color: #000;
}
.co2_holder input[type="color"]:disabled,
.co2_holder input[type="date"]:disabled,
.co2_holder input[type="datetime"]:disabled,
.co2_holder input[type="datetime-local"]:disabled,
.co2_holder input[type="email"]:disabled,
.co2_holder input[type="month"]:disabled,
.co2_holder input[type="number"]:disabled,
.co2_holder input[type="password"]:disabled,
.co2_holder input[type="search"]:disabled,
.co2_holder input[type="tel"]:disabled,
.co2_holder input[type="text"]:disabled,
.co2_holder input[type="time"]:disabled,
.co2_holder input[type="url"]:disabled,
.co2_holder input[type="week"]:disabled,
.co2_holder textarea:disabled {
  border-color: #f3f3f3;
}
.co2_holder input[type="color"].error,
.co2_holder input[type="date"].error,
.co2_holder input[type="datetime"].error,
.co2_holder input[type="datetime-local"].error,
.co2_holder input[type="email"].error,
.co2_holder input[type="month"].error,
.co2_holder input[type="number"].error,
.co2_holder input[type="password"].error,
.co2_holder input[type="search"].error,
.co2_holder input[type="tel"].error,
.co2_holder input[type="text"].error,
.co2_holder input[type="time"].error,
.co2_holder input[type="url"].error,
.co2_holder input[type="week"].error,
.co2_holder textarea.error {
  border-color: red;
}
.co2_holder textarea {
  resize: vertical;
  min-height: 70px;
}
.co2_holder .ie8 input {
  max-width: none;
}
.co2_holder input:focus,
.co2_holder select:focus,
.co2_holder textarea:focus,
.co2_holder button:focus {
  outline: none;
}
.co2_holder fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.co2_holder body > iframe[src^="http://servedby.flashtalking"],
.co2_holder body > iframe[src^="https://servedby.flashtalking"] {
  display: none;
}
@media only screen and (max-width: 959px) {
  .co2_holder body .l-not_desktop,
  .co2_holder body *.l-not_desktop {
    display: block;
  }
  .co2_holder body .l-only_desktop,
  .co2_holder body *.l-only_desktop {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .co2_holder .l-container {
    width: 704px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .co2_holder .l-container {
    width: 576px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .co2_holder .l-container {
    width: 480px;
  }
}
@media only screen and (max-width: 479px) {
  .co2_holder .l-container {
    width: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .co2_holder #pagecontainer {
    min-width: 704px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .co2_holder #pagecontainer {
    min-width: 576px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .co2_holder #pagecontainer {
    min-width: 480px;
  }
}
@media only screen and (max-width: 479px) {
  .co2_holder #pagecontainer {
    min-width: 300px;
  }
}
.co2_holder #pagecontainer > .contentstyle {
  margin-left: auto;
  margin-right: auto;
  width: 940px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .co2_holder #pagecontainer > .contentstyle {
    width: 704px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .co2_holder #pagecontainer > .contentstyle {
    width: 576px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .co2_holder #pagecontainer > .contentstyle {
    width: 480px;
  }
}
@media only screen and (max-width: 479px) {
  .co2_holder #pagecontainer > .contentstyle {
    width: 300px;
  }
}
.co2_holder article,
.co2_holder aside,
.co2_holder details,
.co2_holder figcaption,
.co2_holder figure,
.co2_holder footer,
.co2_holder header,
.co2_holder hgroup,
.co2_holder main,
.co2_holder nav,
.co2_holder section,
.co2_holder summary {
  display: block;
}
.co2_holder audio,
.co2_holder canvas,
.co2_holder video {
  display: inline-block;
}
.co2_holder audio:not([controls]) {
  display: none;
  height: 0;
}
.co2_holder [hidden] {
  display: none;
}
.co2_holder html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
.co2_holder body {
  margin: 0;
}
.co2_holder a:focus {
  outline: thin dotted;
}
.co2_holder a:active,
.co2_holder a:hover {
  outline: 0;
}
.co2_holder h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.co2_holder abbr[title] {
  border-bottom: 1px dotted;
}
.co2_holder b,
.co2_holder strong {
  font-weight: bold;
}
.co2_holder dfn {
  font-style: italic;
}
.co2_holder hr {
  box-sizing: content-box;
  height: 0;
}
.co2_holder mark {
  background: #ff0;
  color: #000;
}
.co2_holder code,
.co2_holder kbd,
.co2_holder pre,
.co2_holder samp {
  font-family: monospace, serif;
  font-size: 1em;
}
.co2_holder pre {
  white-space: pre-wrap;
}
.co2_holder q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
.co2_holder small {
  font-size: 80%;
}
.co2_holder sub,
.co2_holder sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.co2_holder sup {
  top: -0.5em;
}
.co2_holder sub {
  bottom: -0.25em;
}
.co2_holder img {
  border: 0;
}
.co2_holder svg:not(:root) {
  overflow: hidden;
}
.co2_holder figure {
  margin: 0;
}
.co2_holder fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.co2_holder legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
.co2_holder button,
.co2_holder input,
.co2_holder select,
.co2_holder textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
.co2_holder button,
.co2_holder select {
  text-transform: none;
}
.co2_holder button,
.co2_holder html input[type="button"],
.co2_holder input[type="reset"],
.co2_holder input[type="submit"] {
  -webkit-appearance: none;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
.co2_holder button[disabled],
.co2_holder html input[disabled] {
  cursor: default;
}
.co2_holder input[type="checkbox"],
.co2_holder input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
.co2_holder input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
.co2_holder input[type="search"]::-webkit-search-cancel-button,
.co2_holder input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.co2_holder button::-moz-focus-inner,
.co2_holder input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.co2_holder textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
.co2_holder table {
  border-collapse: collapse;
  border-spacing: 0;
}
.co2_holder a,
.co2_holder a:active,
.co2_holder a:focus {
  outline: 0;
}
.co2_holder .is-invisible,
.co2_holder .co2_holder .xigen-hidden-popup {
  clip: rect(1px, 1px, 1px, 1px) !important;
  outline: none !important;
  position: absolute !important;
}
.co2_holder iframe.is-invisible,
.co2_holder iframe.xigen-hidden-popup,
.co2_holder iframe.co2_holder .xigen-hidden-popup {
  border: 0;
  bottom: 1px;
  height: 1px;
  width: 1px;
}
.co2_holder .hero-slider {
  position: relative;
  max-height: 500px;
  overflow: hidden;
}
.co2_holder .hero-slider .slider-wrap {
  position: relative;
}
.co2_holder .hero-slider .slick-dots {
  bottom: 35px;
}
@media only screen and (max-width: 479px) {
  .co2_holder .hero-slider .slick-dots {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .co2_holder .hero-slider .slick-dots {
    bottom: 20px;
  }
}
.co2_holder .hero-slider .slider {
  z-index: 1;
  position: relative;
}
.co2_holder .hero-slider .slick-track > div,
.co2_holder .hero-slider .slide--single {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.co2_holder .hero-slider .slick-track > div .columns,
.co2_holder .hero-slider .slide--single .columns {
  height: 500px;
}
@media only screen and (max-width: 767px) {
  .co2_holder .hero-slider .slick-track > div .columns,
  .co2_holder .hero-slider .slide--single .columns {
    height: 420px;
  }
}
@media only screen and (max-width: 479px) {
  .co2_holder .hero-slider .slick-track > div .columns,
  .co2_holder .hero-slider .slide--single .columns {
    height: 320px;
  }
}
.co2_holder .hero-slider .slick-track > div h1,
.co2_holder .hero-slider .slide--single h1,
.co2_holder .hero-slider .slick-track > div h2,
.co2_holder .hero-slider .slide--single h2 {
  font-weight: normal;
  color: #ffffff;
}
.co2_holder .hero-slider .slick-track > div h1,
.co2_holder .hero-slider .slide--single h1 {
  margin: 0 0 20px;
  font-size: 44px;
  line-height: 50px;
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .co2_holder .hero-slider .slick-track > div h1,
  .co2_holder .hero-slider .slide--single h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 479px) {
  .co2_holder .hero-slider .slick-track > div h1,
  .co2_holder .hero-slider .slide--single h1 {
    font-size: 25px;
    line-height: 35px;
  }
}
.co2_holder .hero-slider .slick-track > div h2,
.co2_holder .hero-slider .slide--single h2 {
  font-size: 38px;
  line-height: 42px;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .co2_holder .hero-slider .slick-track > div h2,
  .co2_holder .hero-slider .slide--single h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 479px) {
  .co2_holder .hero-slider .slick-track > div h2,
  .co2_holder .hero-slider .slide--single h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 5px;
  }
}
.co2_holder .hero-slider .slick-track > div p,
.co2_holder .hero-slider .slide--single p {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .co2_holder .hero-slider .slick-track > div p,
  .co2_holder .hero-slider .slide--single p {
    font-size: 17px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 479px) {
  .co2_holder .hero-slider .slick-track > div p,
  .co2_holder .hero-slider .slide--single p {
    font-size: 15px;
    line-height: 20px;
  }
}
.co2_holder .hero-slider .description {
  position: absolute;
  left: 10px;
  max-width: 400px;
  color: #ffffff;
}
.rtl .co2_holder .hero-slider .description {
  left: auto;
  right: 10px;
}
.co2_holder .hero-slider .icons {
  font-size: 0;
}
.co2_holder .hero-slider .icons .h-icon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff url(../images/hero-blue-icons.svg) 0 0 no-repeat;
  margin-right: 20px;
  transform: translateZ(0) scale(1);
  transition: transform 0.3s ease;
  -webkit-backface-visibility: hidden;
}
.co2_holder .hero-slider .icons .h-icon.play {
  background-position: 0 0;
}
.co2_holder .hero-slider .icons .h-icon.plus {
  background-position: -24px 0;
}
.co2_holder .hero-slider .icons .h-icon:hover {
  transform: translateZ(0) scale(1.25);
}
.co2_holder .hero-slider .video-container {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
  background: #000;
}
.co2_holder .hero-slider .video-container.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.co2_holder .hero-slider .video-container a.do-close-video {
  z-index: 3;
  position: absolute;
  top: 10px;
  right: 50%;
  margin-right: -435px;
  display: block;
  font-size: 0;
  text-indent: -999em;
  width: 35px;
  height: 35px;
  background: url(../images/popup-close-icon.svg) no-repeat scroll center center;
}
@media only screen and (max-width: 959px) {
  .co2_holder .hero-slider .video-container a.do-close-video {
    top: 40px;
    margin-right: auto;
    right: 10px;
  }
}
.rtl .co2_holder .hero-slider .video-container a.do-close-video {
  right: auto;
  left: 50%;
  margin-right: 0;
  margin-left: -435px;
}
@media only screen and (max-width: 959px) {
  .rtl .co2_holder .hero-slider .video-container a.do-close-video {
    margin-left: auto;
    left: 10px;
  }
}
.co2_holder .hero-slider .video-container iframe,
.co2_holder .hero-slider .video-container object,
.co2_holder .hero-slider .video-container embed,
.co2_holder .hero-slider .video-container video,
.co2_holder .hero-slider .video-container .youtube-embed {
  z-index: 2;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.co2_holder .hero-slider .slick-track > div .description {
  transition: all 0.4s 0s ease;
  left: -90px;
  opacity: 0;
}
.co2_holder .hero-slider .slick-track > div.slick-transition .description {
  transition-delay: 0.6s;
  left: 10px;
  opacity: 1;
}
.co2_holder .hero-slider .slick-track > div.slick-transition--first * {
  transition-delay: 0s !important;
}
.co2_holder .hero-slider .cta-link {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}
.co2_holder .hero-slider--text-bottom .description {
  bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .co2_holder .hero-slider--text-bottom .description {
    bottom: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .co2_holder .hero-slider--text-bottom .description {
    bottom: 15px;
  }
}
.co2_holder .hero-slider--text-bottom .icons .h-icon {
  margin-left: 0;
  margin-right: 20px;
}
.rtl .co2_holder .hero-slider--text-bottom .icons .h-icon {
  margin-right: 0;
  margin-left: 20px;
}
.co2_holder .hero-slider--text-middle .description {
  top: 50%;
  transform: translate(0, -50%);
}
.co2_holder .hero-slider .slick-track > div.slide__laser-show {
  background-color: #000;
}
.co2_holder .hero-slider .slick-track > div.slide__laser-show .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 959px) {
  .co2_holder .hero-slider .slick-track > div.slide__laser-show .slide-bg {
    left: -25%;
    width: 150%;
    max-width: 150%;
  }
}
@media only screen and (max-width: 479px) {
  .co2_holder .hero-slider .slick-track > div.slide__laser-show .slide-bg {
    left: -40%;
    width: 180%;
    max-width: 180%;
  }
}
.co2_holder .hero-slider .slick-track > div.slide__laser-show .description {
  max-width: 340px;
}
@media only screen and (max-width: 767px) {
  .co2_holder .hero-slider .slick-track > div.slide__laser-show .description {
    max-width: 100%;
  }
}
.co2_holder .hero-slider .slick-track > div.slide__laser-show p {
  margin: 0 0 25px;
}
@media only screen and (max-width: 479px) {
  .co2_holder .hero-slider .slick-track > div.slide__laser-show p {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 10px;
  }
}
.co2_holder .hero-slider .slick-track > div.slide__laser-show .slide-bg {
  transition: all 0.3s 0s ease;
  opacity: 0;
}
.co2_holder .hero-slider .slick-track > div.slide__laser-show.slick-transition .slide-bg {
  transition-delay: 0.6s;
  opacity: 1;
}
.co2_holder .hero-slider .slick-track > div.slide__rips {
  background-color: #99A2AD;
  background-image: url(../images/hero/home-rips-bg.jpg);
  background-size: cover;
}
.co2_holder .hero-slider .slick-track > div.slide__rips .description {
  max-width: 275px;
}
@media only screen and (max-width: 767px) {
  .co2_holder .hero-slider .slick-track > div.slide__rips .description {
    max-width: 50%;
  }
}
.co2_holder .hero-slider .slick-track > div.slide__rips img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 40%;
  display: block;
  width: 70%;
  max-width: 410px;
}
.rtl .co2_holder .hero-slider .slick-track > div.slide__rips img {
  left: auto;
  right: 40%;
}
@media only screen and (max-width: 767px) {
  .co2_holder .hero-slider .slick-track > div.slide__rips img {
    left: 52%;
  }
  .rtl .co2_holder .hero-slider .slick-track > div.slide__rips img {
    left: auto;
    right: 52%;
  }
}
.co2_holder .hero-slider .slick-track > div.slide__rips img {
  transition: all 0.4s 0s ease;
  transform: translateX(100px);
  opacity: 0;
}
.co2_holder .hero-slider .slick-track > div.slide__rips.slick-transition img {
  transition-delay: 0.6s;
  transform: translateX(0);
  opacity: 1;
}
.co2_holder .hero-slider .slick-track > div.slide__f1 {
  background-color: #000;
  background-image: url(../images/hero/home-f1-bg.jpg);
  background-size: cover;
}
.co2_holder .hero-slider .slick-track > div.slide__f1 .description {
  max-width: 270px;
}
.co2_holder .hero-slider .slick-track > div.slide__coverplus {
  background-color: #DFDFDF;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGZkZmRmIiBzdG9wLW9wYWNpdHk9IjEiLz48L3JhZGlhbEdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: radial-gradient(circle at center, #ffffff 50%, #dfdfdf 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffffffff', endColorstr='#ffdfdfdf', GradientType=1)";
}
@media only screen and (max-width: 479px) {
  .co2_holder .hero-slider .slick-track > div.slide__coverplus .columns {
    height: auto;
  }
}
.co2_holder .hero-slider .slick-track > div.slide__coverplus .description {
  max-width: 440px;
  color: #6D6D6D;
}
@media only screen and (max-width: 767px) {
  .co2_holder .hero-slider .slick-track > div.slide__coverplus .description {
    max-width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .co2_holder .hero-slider .slick-track > div.slide__coverplus .description {
    max-width: 100%;
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    margin-top: 45px;
  }
}
.co2_holder .hero-slider .slick-track > div.slide__coverplus .printer {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 37.5%;
  display: block;
  width: 100%;
}
.rtl .co2_holder .hero-slider .slick-track > div.slide__coverplus .printer {
  left: auto;
  right: 37.5%;
}
@media only screen and (max-width: 767px) {
  .co2_holder .hero-slider .slick-track > div.slide__coverplus .printer {
    left: 40%;
  }
  .rtl .co2_holder .hero-slider .slick-track > div.slide__coverplus .printer {
    left: auto;
    right: 40%;
  }
}
@media only screen and (max-width: 479px) {
  .co2_holder .hero-slider .slick-track > div.slide__coverplus .printer {
    left: auto;
    top: auto;
    position: relative;
    transform: translate(0, 0);
    margin: 10px 0;
  }
}
.co2_holder .hero-slider .slick-track > div.slide__coverplus h2 {
  margin: 0 0 30px;
  font-size: 50px;
  line-height: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .co2_holder .hero-slider .slick-track > div.slide__coverplus h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .co2_holder .hero-slider .slick-track > div.slide__coverplus h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .co2_holder .hero-slider .slick-track > div.slide__coverplus h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 479px) {
  .co2_holder .hero-slider .slick-track > div.slide__coverplus h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}
.co2_holder .hero-slider .slick-track > div.slide__coverplus p {
  max-width: 300px;
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .co2_holder .hero-slider .slick-track > div.slide__coverplus p {
    max-width: 200px;
    font-size: 15px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 479px) {
  .co2_holder .hero-slider .slick-track > div.slide__coverplus p {
    font-size: 15px;
    line-height: 21px;
  }
}
.co2_holder .hero-slider .slick-track > div.slide__coverplus a {
  color: #5F5F5F;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}
.co2_holder .hero-slider .slick-track > div.slide__coverplus .printer {
  transition: all 0.4s 0s ease;
  transform: translateX(100px);
  opacity: 0;
}
.co2_holder .hero-slider .slick-track > div.slide__coverplus.slick-transition .printer {
  transition-delay: 0.6s;
  transform: translateX(0);
  opacity: 1;
}
.co2_holder .hero-slider .slick-track > div.slide__store--warranty {
  background-color: #070422;
  background-image: url(../images/hero/store-hero-warranty-bg.jpg);
}
.co2_holder .hero-slider .slick-track > div.slide__store--warranty h2 {
  font-size: 55px;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 959px) {
  .co2_holder .hero-slider .slick-track > div.slide__store--warranty h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 599px) {
  .co2_holder .hero-slider .slick-track > div.slide__store--warranty h2 {
    font-size: 28px;
  }
}
.co2_holder .hero-slider .slick-track > div.slide__store--warranty p {
  font-size: 16px;
}
@media only screen and (max-width: 599px) {
  .co2_holder .hero-slider .slick-track > div.slide__store--warranty p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 599px) {
  .co2_holder .hero-slider .slick-track > div.slide__store--warranty .description {
    position: static;
    padding: 20px 0;
  }
  .co2_holder .hero-slider .slick-track > div.slide__store--warranty .description br {
    display: none;
  }
}
.co2_holder .hero-slider .slick-track > div.slide__store--warranty .graphic {
  position: absolute;
  top: 50%;
  right: 12%;
  transition: all 0.4s 0s ease;
  transform: translate(100px, -50%);
  opacity: 0;
}
.rtl .co2_holder .hero-slider .slick-track > div.slide__store--warranty .graphic {
  right: auto;
  left: 0;
}
@media only screen and (max-width: 599px) {
  .co2_holder .hero-slider .slick-track > div.slide__store--warranty .graphic {
    float: left;
    transform: none;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }
  .co2_holder .hero-slider .slick-track > div.slide__store--warranty .graphic img {
    max-width: 60%;
  }
}
.co2_holder .hero-slider .slick-track > div.slide__store--warranty.slick-transition .graphic {
  transition-delay: 0.6s;
  transform: translate(0, -50%);
  opacity: 1;
}
@media only screen and (max-width: 959px) {
  .co2_holder .hero-slider .slick-track > div.slide__store--warranty.slick-transition .graphic {
    transform: translate(80px, -50%);
    max-width: 50%;
  }
}
@media only screen and (max-width: 599px) {
  .co2_holder .hero-slider .slick-track > div.slide__store--warranty.slick-transition .graphic {
    transform: none;
    max-width: initial;
  }
}
.co2_holder .hero-slider .slick-track > div.slide__store--warranty .ping {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  color: #ffffff;
  background-color: #01b4b3;
  border: 3px solid #ffffff;
  border-radius: 50%;
  padding: 24px 18px;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .co2_holder .hero-slider .slick-track > div.slide__store--warranty .ping {
    width: 100px;
    height: 100px;
    padding: 22px 18px;
  }
}
.co2_holder .hero-slider .slick-track > div.slide__store--warranty .ping span {
  display: block;
  font-weight: bold;
  line-height: 1;
}
.co2_holder .hero-slider .slick-track > div.slide__store--warranty .ping span:nth-child(1) {
  font-size: 28px;
}
.co2_holder .hero-slider .slick-track > div.slide__store--warranty .ping span:nth-child(2) {
  font-size: 21px;
}
.co2_holder .hero-slider .slick-track > div.slide__store--warranty .ping span:nth-child(3) {
  font-size: 13px;
  line-height: 1.5;
}
@media only screen and (max-width: 599px) {
  .co2_holder .hero-slider .slick-track > div.slide__store--warranty .ping span:nth-child(1) {
    font-size: 22px;
  }
  .co2_holder .hero-slider .slick-track > div.slide__store--warranty .ping span:nth-child(2) {
    font-size: 16px;
  }
  .co2_holder .hero-slider .slick-track > div.slide__store--warranty .ping span:nth-child(3) {
    font-size: 10px;
  }
}
.co2_holder .hero-slider .slide--single.slide__contact {
  background: #323e42 url(../images/hero/contact-hero-bg.jpg) center top no-repeat;
}
.rtl .co2_holder .hero-slider .slide--single.slide__contact {
  background-image: url(../images/hero/contact-hero-bg-rtl.jpg);
}
@media only screen and (max-width: 959px) {
  .co2_holder .hero-slider .slide--single.slide__contact {
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 959px) {
  .co2_holder .hero-slider .slide--single.slide__contact .description {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    top: auto;
    left: 0;
    bottom: 25px;
    transform: translate(0, 0);
  }
  .rtl .co2_holder .hero-slider .slide--single.slide__contact .description {
    left: auto;
    right: 0;
    transform: translate(0, 0);
  }
}
@media only screen and (max-width: 479px) {
  .co2_holder .hero-slider .slide--single.slide__contact .description {
    max-width: 100%;
    padding: 0 10px 0 0;
  }
}
.co2_holder .hero-slider .slide--single.slide__contact h1 {
  margin: 0 0 30px;
  font-size: 44px;
  line-height: 50px;
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .co2_holder .hero-slider .slide--single.slide__contact h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 479px) {
  .co2_holder .hero-slider .slide--single.slide__contact h1 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}
.co2_holder .hero-slider .slide--single.slide__contact p {
  max-width: 360px;
}
@media only screen and (max-width: 959px) {
  .co2_holder .hero-slider .slide--single.slide__contact p {
    max-width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .co2_holder .hero-slider .slide--single.slide__contact p {
    font-size: 15px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 479px) {
  .co2_holder .hero-slider .slide--single.slide__contact p {
    font-size: 14px;
    line-height: 20px;
  }
}
.co2_holder .slide--single.slide__404 {
  background-color: #7D94AC;
  background-size: cover;
  background-image: url(../images/hero/404-hero-bg.jpg);
}
.rtl .co2_holder .slide--single.slide__404 {
  background-image: url(../images/hero/404-hero-bg-rtl.jpg);
}
.co2_holder .slide--single.slide__404 .description {
  max-width: 300px;
}
@media only screen and (max-width: 479px) {
  .co2_holder .slide--single.slide__404 .description {
    max-width: 100%;
  }
}
.co2_holder .slide--single.slide__404 h1 {
  font-size: 38px;
  line-height: 44px;
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .co2_holder .slide--single.slide__404 h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 479px) {
  .co2_holder .slide--single.slide__404 h1 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}
.co2_holder .slide--single.slide__404 p {
  max-width: 240px;
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (max-width: 959px) {
  .co2_holder .slide--single.slide__404 p {
    max-width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .co2_holder .slide--single.slide__404 p {
    font-size: 15px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 479px) {
  .co2_holder .slide--single.slide__404 p {
    font-size: 14px;
    line-height: 20px;
  }
}
.co2_holder .slide--single.slide__404 a.btn {
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 479px) {
  .co2_holder .slide--single.slide__404 a.btn {
    margin-bottom: 0;
  }
}
.co2_holder .slide--single.slide__newsletter {
  background-color: #8E979B;
  background-position: center top;
  background-size: auto;
}
@media only screen and (max-width: 959px) {
  .co2_holder .slide--single.slide__newsletter {
    background-size: auto 100%;
  }
}
.co2_holder .slide--single.slide__newsletter h1 {
  font-size: 44px;
  line-height: 50px;
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .co2_holder .slide--single.slide__newsletter h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 479px) {
  .co2_holder .slide--single.slide__newsletter h1 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}
.co2_holder .slide--single.slide__newsletter p {
  max-width: 320px;
}
@media only screen and (max-width: 959px) {
  .co2_holder .slide--single.slide__newsletter p {
    max-width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .co2_holder .slide--single.slide__newsletter p {
    font-size: 15px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 479px) {
  .co2_holder .slide--single.slide__newsletter p {
    font-size: 14px;
    line-height: 20px;
  }
}
.co2_holder .slide--single.slide__myepson {
  background-color: #B5B8C1;
  background-image: url(../images/hero/my-epson-bg.jpg);
}
.rtl .co2_holder .slide--single.slide__myepson {
  background-image: url(../images/hero/my-epson-bg-rtl.jpg);
}
.co2_holder .slide--single.slide__myepson h1 {
  font-size: 38px;
  line-height: 44px;
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .co2_holder .slide--single.slide__myepson h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 479px) {
  .co2_holder .slide--single.slide__myepson h1 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}
.co2_holder .slide--single.slide__myepson p {
  margin-bottom: 25px;
}
.co2_holder .slide--single.slide__myepson .btn {
  padding: 9px 20px;
}
.co2_holder .slide--single.slide__myepson .btn-blue {
  margin-right: 20px;
}
.rtl .co2_holder .slide--single.slide__myepson .btn-blue {
  margin-left: 20px;
  margin-right: 0;
}
.co2_holder .slide--single.slide__t .description {
  max-width: 260px;
}
.co2_holder .slide--single.slide__t h1 {
  font-size: 38px;
  line-height: 44px;
}
@media only screen and (max-width: 599px) {
  .co2_holder .slide--single.slide__t h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
.co2_holder .slide--single.slide__t p {
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (max-width: 599px) {
  .co2_holder .slide--single.slide__t p {
    font-size: 15px;
    line-height: 20px;
  }
}
.co2_holder .slide--single.slide__t8-business {
  background-image: url(../images/hero/t8-business-bg.jpg);
}
.rtl .co2_holder .slide--single.slide__t8-business {
  background-image: url(../images/hero/t8-business-bg-rtl.jpg);
}
.co2_holder .slide--single.slide__t9-transport {
  background-image: url(../images/hero/t9-transport-bg.jpg);
}
.rtl .co2_holder .slide--single.slide__t9-transport {
  background-image: url(../images/hero/t9-transport-bg-rtl.jpg);
}
.co2_holder .slide--single.slide__t10-education {
  background-image: url(../images/hero/t10-education-bg.jpg);
}
.rtl .co2_holder .slide--single.slide__t10-education {
  background-image: url(../images/hero/t10-education-bg-rtl.jpg);
}
.co2_holder .slide--single.slide__terms-of-use {
  background-image: url(../images/hero/terms-of-use-bg.jpg);
}
.rtl .co2_holder .slide--single.slide__terms-of-use {
  background-image: url(../images/hero/terms-of-use-bg-rtl.jpg);
}
.co2_holder .slide--single.slide__terms-of-use .description {
  max-width: 280px;
}
.co2_holder .slide--single.slide__terms-of-use h1 {
  margin: 0 0 10px;
  font-size: 44px;
  line-height: 50px;
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .co2_holder .slide--single.slide__terms-of-use h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 479px) {
  .co2_holder .slide--single.slide__terms-of-use h1 {
    font-size: 25px;
    line-height: 35px;
  }
}
.co2_holder .slide--single.slide__terms-of-use p {
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .co2_holder .slide--single.slide__terms-of-use p {
    font-size: 17px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 479px) {
  .co2_holder .slide--single.slide__terms-of-use p {
    font-size: 15px;
    line-height: 20px;
  }
}
.co2_holder .slide--single.slide__careers {
  background-image: url(../images/hero/careers-bg.jpg);
}
.rtl .co2_holder .slide--single.slide__careers {
  background-image: url(../images/hero/careers-bg-rtl.jpg);
}
.co2_holder .slide--single.slide__careers .description {
  max-width: 300px;
}
.co2_holder .slide--single.slide__ink {
  background-image: url(../images/hero/ink-hero-bg.jpg);
}
.rtl .co2_holder .slide--single.slide__ink {
  background-image: url(../images/hero/ink-hero-bg-rtl.jpg);
}
.co2_holder .slide--single.slide__ink .description {
  max-width: 325px;
}
.co2_holder .slide--single.slide__paper {
  background-image: url(../images/hero/paper-hero-bg.jpg);
}
.rtl .co2_holder .slide--single.slide__paper {
  background-image: url(../images/hero/paper-hero-bg-rtl.jpg);
}
.co2_holder .slide--single.slide__paper .description {
  max-width: 325px;
}
.co2_holder .slide--single.slide__about {
  background-image: url(../images/hero/about-bg.jpg);
}
.rtl .co2_holder .slide--single.slide__about {
  background-image: url(../images/hero/about-bg-rtl.jpg);
}
.co2_holder .slide--single.slide__about .description {
  max-width: 290px;
}
.co2_holder .slide--single.slide__resources {
  background-image: url(../images/hero/resources-bg.jpg);
}
.rtl .co2_holder .slide--single.slide__resources {
  background-image: url(../images/hero/resources-bg-rtl.jpg);
}
.co2_holder .slide--single.slide__resources .description {
  max-width: 330px;
}
.co2_holder .text-center {
  text-align: center;
}
.co2_holder .text-left {
  text-align: left;
}
.co2_holder .text-right {
  text-align: right;
}
.rtl .co2_holder .text-left {
  text-align: right;
}
.rtl .co2_holder .text-right {
  text-align: left;
}
@media only screen and (max-width: 599px) {
  .co2_holder .s-text-center {
    text-align: center;
  }
  .co2_holder .s-text-left {
    text-align: left;
  }
}
@media only screen and (max-width: 479px) {
  .co2_holder .xs-text-center {
    text-align: center;
  }
}
.co2_holder .co2-calculator .btn-hover {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.co2_holder .co2-calculator .btn-hover:before {
  background-color: #e3e3e3;
  content: "";
  height: 104%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -2%;
  transform: scale(0.7, 1);
  transition-delay: 0s, 0s;
  transition-duration: 0.4s, 0.4s;
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  width: 100%;
  z-index: -1;
}
.co2_holder .co2-calculator .btn-hover:hover,
.co2_holder .co2-calculator .btn-hover:focus {
  text-decoration: none;
}
.co2_holder .co2-calculator .btn-hover:hover:before,
.co2_holder .co2-calculator .btn-hover:focus:before {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.co2_holder .co2-calculator body .btn,
.co2_holder .co2-calculator body .xigen-button {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 8px 15px;
  border: 1px solid #d9d9d9;
  background: transparent;
  transition: all 0.3s ease;
  color: #575755;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  text-transform: none;
  transform-style: preserve-3d;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.co2_holder .co2-calculator body .btn:disabled,
.co2_holder .co2-calculator body .xigen-button:disabled,
.co2_holder .co2-calculator body .btn[disabled],
.co2_holder .co2-calculator body .xigen-button[disabled],
.co2_holder .co2-calculator body .btn.is-disabled,
.co2_holder .co2-calculator body .xigen-button.is-disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
  pointer-events: none;
}
.co2_holder .co2-calculator body .btn:before,
.co2_holder .co2-calculator body .xigen-button:before {
  background-color: #e3e3e3;
  content: "";
  height: 104%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -2%;
  transform: scale(0.7, 1);
  transition-delay: 0s, 0s;
  transition-duration: 0.4s, 0.4s;
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  width: 100%;
  z-index: -1;
}
.co2_holder .co2-calculator body .btn:hover,
.co2_holder .co2-calculator body .xigen-button:hover,
.co2_holder .co2-calculator body .btn:focus,
.co2_holder .co2-calculator body .xigen-button:focus {
  text-decoration: none;
}
.co2_holder .co2-calculator body .btn:hover:before,
.co2_holder .co2-calculator body .xigen-button:hover:before,
.co2_holder .co2-calculator body .btn:focus:before,
.co2_holder .co2-calculator body .xigen-button:focus:before {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
button.co2_holder .co2-calculator body .btn::-moz-focus-inner,
button.co2_holder .co2-calculator body .xigen-button::-moz-focus-inner {
  border: none;
  padding: 0;
}
.co2_holder .co2-calculator body .btn.is-active,
.co2_holder .co2-calculator body .xigen-button.is-active {
  background: none;
  color: #575755;
  border-color: #d9d9d9;
  transition: all 0.3s ease;
}
.co2_holder .co2-calculator body .btn .text-blue,
.co2_holder .co2-calculator body .xigen-button .text-blue {
  color: #10218b;
}
.co2_holder .co2-calculator body .btn.uppercase,
.co2_holder .co2-calculator body .xigen-button.uppercase {
  text-transform: uppercase;
}
.co2_holder .co2-calculator body .btn-larger {
  text-transform: uppercase;
  padding: 10px 15px;
}
.co2_holder .co2-calculator body .btn-form {
  height: 40px;
  min-width: 100px;
  width: auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  line-height: 40px;
  border: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.co2_holder .co2-calculator body .btn-form:before {
  background-color: #e3e3e3;
  content: "";
  height: 104%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -2%;
  transform: scale(0.7, 1);
  transition-delay: 0s, 0s;
  transition-duration: 0.4s, 0.4s;
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  width: 100%;
  z-index: -1;
}
.co2_holder .co2-calculator body .btn-form:hover,
.co2_holder .co2-calculator body .btn-form:focus {
  text-decoration: none;
}
.co2_holder .co2-calculator body .btn-form:hover:before,
.co2_holder .co2-calculator body .btn-form:focus:before {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
@media only screen and (max-width: 479px) {
  .co2_holder .co2-calculator body .btn-form {
    width: 100%;
  }
}
.co2_holder .co2-calculator body .btn-grey {
  background: #e3e3e3;
  border-color: #e3e3e3;
  color: #10218b;
}
.co2_holder .co2-calculator body .btn-grey:hover {
  color: #ffffff;
  border-color: #023B9F;
}
.co2_holder .co2-calculator body .btn-grey:before {
  background: #023B9F;
}
.co2_holder .co2-calculator body .btn-blue,
.co2_holder .co2-calculator body .btn-info,
.co2_holder .co2-calculator body .xigen-button {
  background: #10218b;
  border-color: #10218b;
  color: #ffffff;
}
.co2_holder .co2-calculator body .btn-blue:hover,
.co2_holder .co2-calculator body .btn-info:hover,
.co2_holder .co2-calculator body .xigen-button:hover {
  background: #10218b;
  border-color: #10218b;
}
.co2_holder .co2-calculator body .btn-blue:before,
.co2_holder .co2-calculator body .btn-info:before,
.co2_holder .co2-calculator body .xigen-button:before {
  background: #023B9F;
}
.co2_holder .co2-calculator body .btn-info,
.co2_holder .co2-calculator body .xigen-button {
  text-transform: uppercase;
}
.co2_holder .co2-calculator body .btn-orange {
  font-size: 12px;
  border: none;
  background: #FB8F14;
  color: #fff;
  text-transform: uppercase;
}
.co2_holder .co2-calculator body .btn-orange:before {
  background: #f18204;
}
.co2_holder .co2-calculator body .btn-green {
  background: #AFCA2A;
  border-color: #AFCA2A;
  color: #fff;
}
.co2_holder .co2-calculator body .btn-green:before {
  background: #9db526;
}
.co2_holder .co2-calculator body .btn-direct,
.co2_holder .co2-calculator body .btn-close-reload,
.co2_holder .co2-calculator body .xigen-button-cta {
  font-size: 12px;
  line-height: 20px;
  border-color: #FB8F14;
  background: #FB8F14;
  color: #fff;
  text-transform: uppercase;
}
.co2_holder .co2-calculator body .btn-direct:before,
.co2_holder .co2-calculator body .btn-close-reload:before,
.co2_holder .co2-calculator body .xigen-button-cta:before {
  background: #f18204;
}
.co2_holder .co2-calculator body .btn-second,
.co2_holder .co2-calculator body .xigen-button-white {
  color: #575755;
  background-color: #e3e3e3;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
}
.co2_holder .co2-calculator body .btn-second:before,
.co2_holder .co2-calculator body .xigen-button-white:before {
  background-color: #d6d6d6;
}
.co2_holder .co2-calculator body .btn-second:active,
.co2_holder .co2-calculator body .xigen-button-white:active {
  background-color: #cacaca;
}
.co2_holder .co2-calculator body .btn-pill {
  padding: 3px;
}
.co2_holder .co2-calculator body .btn-pill.is-active {
  color: #ffffff;
  background-color: #10218b;
}
.co2_holder .co2-calculator body .btn-pill.is-active:focus,
.co2_holder .co2-calculator body .btn-pill.is-active:hover {
  background-position: 0 0;
}
.co2_holder .co2-calculator body .btn-dark {
  border: 1px solid #ffffff;
}
.co2_holder .co2-calculator body .btn.back-icon {
  padding-left: 30px;
}
.co2_holder .co2-calculator body .btn.back-icon:after {
  content: " ";
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -5px;
  display: block;
  width: 5px;
  height: 9px;
  background: url(../images/icon-back-arrow.svg) left center no-repeat;
}
.co2_holder .co2-calculator body.rtl .btn.back-icon {
  padding-left: 15px;
  padding-right: 30px;
}
.co2_holder .co2-calculator body.rtl .btn.back-icon:after {
  transform: scaleX(-1);
  left: auto;
  right: 15px;
  background-position: right center;
}
.co2_holder .contact-info__intro p {
  font-size: 16px;
  color: #575752;
}
.co2_holder .contact-info__intro p:first-of-type {
  margin-top: 60px;
}
.co2_holder .contact-info__container {
  clear: both;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  margin: 20px 0;
}
.co2_holder .contact-info__item {
  -ms-flex: 1 0 31%;
      flex: 1 0 31%;
  padding: 20px 20px 40px;
  margin: 0 1% 20px;
  position: relative;
  background-color: #F6F6F6;
  transition: all 0.3s ease;
}
.co2_holder .contact-info__item:hover {
  background-color: #fbfbfb;
}
@media only screen and (max-width: 959px) {
  .co2_holder .contact-info__item {
    -ms-flex: 1 0 48%;
        flex: 1 0 48%;
  }
}
@media only screen and (max-width: 599px) {
  .co2_holder .contact-info__item {
    -ms-flex: 1 0 100%;
        flex: 1 0 100%;
  }
}
.co2_holder .contact-info__item h3 {
  font-size: 19px;
  margin-top: 0;
  color: #575754;
}
.co2_holder .contact-info__item p {
  font-size: 13px;
  line-height: 2;
}
.co2_holder .contact-info__item a {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.rtl .co2_holder .contact-info__item a {
  left: auto;
  right: 20px;
}
.co2_holder .contact-info__accordion {
  clear: left;
  float: left;
  width: 100%;
  margin: 20px 0;
  padding: 0 10px;
}
.co2_holder .contact-info__accordion > .section-collapsible:first-of-type {
  border-top: 1px solid #d9d9d9;
}
.co2_holder .contact-info__accordion .section-collapsible > .do-collapsible-toggle {
  color: #10218b;
  font-size: 22px;
  padding: 25px 20px 25px 0;
}
.co2_holder .contact-info__search {
  background-color: #10218b;
  text-align: center;
  margin: 0 auto;
  padding: 40px;
}
.co2_holder .contact-info__search--string {
  display: inline-block;
  width: 100%;
  padding: 0 10%;
  max-width: 940px;
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 2;
  color: #9998CC;
}
@media only screen and (max-width: 599px) {
  .co2_holder .contact-info__search--string {
    font-size: 19px;
    padding: 0;
  }
}
.co2_holder .contact-info__search--param {
  display: inline-block;
  white-space: nowrap;
}
.co2_holder .contact-info__search--label {
  position: relative;
}
.co2_holder .contact-info__search--display {
  position: relative;
  display: inline-block;
  color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1;
  padding-right: 30px;
  margin-right: 13.33333333px;
}
.rtl .co2_holder .contact-info__search--display {
  padding-right: 0;
  margin-right: 0;
  padding-left: 30px;
  margin-left: 13.33333333px;
}
.co2_holder .contact-info__search--display:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease;
}
.co2_holder .contact-info__search--display:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background-image: url(../images/search-inline-arrow.svg);
  background-repeat: no-repeat;
  background-position: 50%;
}
.rtl .co2_holder .contact-info__search--display:after {
  right: auto;
  left: 0;
}
.co2_holder .contact-info__search--display:hover:before {
  background-color: #ffffff;
}
.co2_holder .contact-info__search--list {
  opacity: 0;
  visibility: hidden;
  list-style: none;
  margin: 2px 0 0;
  padding: 0;
  position: absolute;
  z-index: 2;
  left: -18px;
  top: 100%;
  width: 110%;
  max-height: 240px;
  overflow-y: auto;
  text-align: left;
  background-color: #ffffff;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 599px) {
  .co2_holder .contact-info__search--list {
    width: auto;
  }
}
.co2_holder .contact-info__search--list.animated {
  opacity: 1;
  visibility: visible;
}
.rtl .co2_holder .contact-info__search--list {
  left: auto;
  right: -18px;
}
.co2_holder .contact-info__search--list li {
  display: block;
  width: 100%;
  cursor: pointer;
  font-size: 19px;
  line-height: 1;
  color: #575752;
  padding: 13.33333333px 20px;
}
@media only screen and (max-width: 599px) {
  .co2_holder .contact-info__search--list li {
    font-size: 16px;
  }
}
.co2_holder .contact-info__search--list li:hover {
  background-color: #F5F5F5;
}
.rtl .co2_holder .contact-info__search--list li {
  text-align: right;
}
.co2_holder .contact-info__support {
  padding-bottom: 20px;
}
.co2_holder .contact-info__support:before,
.co2_holder .contact-info__support:after {
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
}
.co2_holder .contact-info__support:after {
  clear: both;
}
.collapsible-wrap p.co2_holder .contact-info__support--instruction {
  font-size: 15px;
}
.co2_holder .contact-info__support--section {
  display: none;
  padding-bottom: 20px;
}
.co2_holder .contact-info__support--collapse {
  margin-bottom: 20px;
}
.co2_holder .contact-info__support--collapse .collapsible-inner:first-of-type {
  border-top: 1px dotted #d9d9d9;
}
.co2_holder .contact-info__support--collapse .collapsible-inner:last-child {
  border-bottom: 1px dotted #d9d9d9;
}
.co2_holder .contact-info__support--collapse .collapsible-inner .do-collapsible-toggle {
  font-size: 18px;
  position: relative;
  padding-left: 60px;
}
.rtl .co2_holder .contact-info__support--collapse .collapsible-inner .do-collapsible-toggle {
  padding-left: auto;
  padding-right: 60px;
}
.co2_holder .contact-info__support--collapse .collapsible-inner .do-collapsible-toggle img {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.rtl .co2_holder .contact-info__support--collapse .collapsible-inner .do-collapsible-toggle img {
  left: auto;
  right: 20px;
}
.co2_holder .contact-info__support--collapse .collapsible-inner .child-content {
  padding-left: 60px;
}
.rtl .co2_holder .contact-info__support--collapse .collapsible-inner .child-content {
  padding-left: auto;
  padding-right: 60px;
}
.co2_holder .contact-info__support--collapse .collapsible-inner .child-content p {
  padding: 0;
}
.co2_holder .contact-info__support label {
  display: block;
  padding: 10px 0;
}
.co2_holder .contact-info__support .do-next {
  float: right;
}
.rtl .co2_holder .contact-info__support .do-next {
  float: left;
}
.co2_holder .contact-info input[type="radio"] {
  clip: rect(1px, 1px, 1px, 1px);
  outline: none;
  position: absolute;
}
.co2_holder .contact-info input[type="radio"] + label {
  position: relative;
  display: block;
  padding: 0 0 0 30px;
  color: #000;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
}
.rtl .co2_holder .contact-info input[type="radio"] + label {
  padding-left: 0;
  padding-right: 30px;
}
.co2_holder .contact-info input[type="radio"] + label .radio {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
}
.rtl .co2_holder .contact-info input[type="radio"] + label .radio {
  left: auto;
  right: 0;
}
.co2_holder .contact-info input[type="radio"] + label .radio:before {
  display: none;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  background: #10218b;
  border-radius: 50%;
}
.co2_holder .contact-info input[type="radio"] + label:hover {
  cursor: pointer;
}
.co2_holder .contact-info input[type="radio"]:focus + label .radio {
  border-color: #575755;
}
.co2_holder .contact-info input[type="radio"]:checked + label .radio:before {
  display: block;
}
.co2_holder .contact-info .radio-wrap input[type="radio"] + label {
  margin: 0 0 20px;
  display: inline-block;
  width: 50%;
}
.co2_holder .full-width {
  display: block;
  position: relative;
  background: #eeeeee center center no-repeat;
  background-size: auto 100%;
}
.co2_holder .full-width .columns {
  min-height: 500px;
}
.co2_holder .full-width .description {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 10px;
  display: block;
  height: auto;
  max-height: 80%;
  overflow: auto;
  max-width: 240px;
  color: #ffffff;
}
.rtl .co2_holder .full-width .description {
  left: auto;
  right: 0;
}
.co2_holder .full-width .description h3,
.co2_holder .full-width .description h4,
.co2_holder .full-width .description p {
  margin: 0 0 10px;
}
.co2_holder .full-width .description h4 {
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.co2_holder .full-width .description h3 {
  font-size: 19px;
  line-height: 23px;
  font-weight: normal;
}
.co2_holder .full-width .description p {
  font-size: 13px;
  line-height: 19px;
}
.co2_holder .full-width .description strong {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  padding: 2px 0;
}
.co2_holder .full-width .description--2 {
  max-width: 200px;
}
.co2_holder .full-width .description--3 {
  max-width: 250px;
}
.co2_holder .full-width .description--4 {
  max-width: 300px;
}
.co2_holder .full-width .description--5 {
  max-width: 350px;
}
.co2_holder .full-width .description--6 {
  max-width: 400px;
}
@media only screen and (max-width: 959px) {
  .co2_holder .full-width {
    display: none;
  }
}
.co2_holder .full-width__blue-desc .description {
  background: #10218b;
  color: #ffffff;
  padding: 20px;
}
.rtl .co2_holder .full-width__blue-desc .description {
  padding: 20px;
}
.co2_holder .full-width__photography {
  background-image: url(../images/home-photography-bg.jpg);
}
.co2_holder .full-width__photography .description {
  padding-right: 40px;
}
.rtl .co2_holder .full-width__photography .description {
  padding-right: 20px;
  padding-left: 40px;
}
.rtl .co2_holder .full-width__photography {
  background-image: url(../images/home-photography-bg-rtl.jpg);
}
.co2_holder .full-width__myepson {
  background-image: url(../images/myepson-testimonial-bg.jpg);
  background-size: cover;
  margin-bottom: 25px;
}
.rtl .co2_holder .full-width__myepson {
  background-image: url(../images/myepson-testimonial-bg-rtl.jpg);
}
.co2_holder .full-width__myepson .author {
  margin-top: 50px;
  text-transform: uppercase;
  font-size: 11px;
}
.co2_holder .full-width__ink {
  background-image: url(../images/ink-full-width-bg.jpg);
  background-size: cover;
}
.rtl .co2_holder .full-width__ink {
  background-image: url(../images/ink-full-width-bg-rtl.jpg);
}
.co2_holder .full-width__ink .description h4 {
  margin-bottom: 20px;
}
.co2_holder .full-width__ink .description p {
  font-size: 12px;
  line-height: 23px;
}
.co2_holder .full-width__ink .description strong {
  margin-top: 50px;
}
.co2_holder .full-width__paper {
  background-image: url(../images/paper-full-width-bg.jpg);
  background-size: cover;
}
.rtl .co2_holder .full-width__paper {
  background-image: url(../images/paper-full-width-bg-rtl.jpg);
}
.co2_holder .full-width__paper .description h4 {
  margin-bottom: 20px;
}
.co2_holder .full-width__paper .description p {
  font-size: 12px;
  line-height: 23px;
}
.co2_holder .full-width__paper .description strong {
  margin-top: 50px;
}
.co2_holder .full-width--slider {
  position: relative;
  margin-bottom: 55px;
}
.co2_holder .full-width--slider .slick-arrow {
  background: url(../images/full-width-nav.png) 0 0 no-repeat;
}
.co2_holder .full-width--slider .slick-dots {
  bottom: -35px;
}
.co2_holder .full-width--slider .slick-dots li button {
  box-shadow: none;
  border: none;
  background: #B0B1B1;
}
.co2_holder .full-width--slider .slick-dots li.slick-active button {
  background: #10218b;
}
.co2_holder .full-width__story {
  background-image: url(../images/about-story-bg.jpg);
  background-size: cover;
}
.rtl .co2_holder .full-width__story {
  background-image: url(../images/about-story-bg-rtl.jpg);
}
.co2_holder .full-width__story .description {
  min-height: 230px;
}
.co2_holder .full-width__story .description h4 {
  margin-bottom: 15px;
}
.co2_holder .full-width__story .description h3 {
  margin-bottom: 25px;
}
.co2_holder .full-width__story .description .btn-watch {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  padding-right: 38px;
}
@media only screen and (max-width: 479px) {
  .co2_holder .full-width__story .description .btn-watch {
    margin-top: 0;
  }
}
.co2_holder .full-width__story .description .btn-watch:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  background-image: url('../images/video-play-small.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
.co2_holder .icon {
  display: block;
}
.co2_holder .pre-icon svg {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: auto;
  margin-right: 5px;
  fill: #10218b;
}
.co2_holder .overlay {
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
}
.co2_holder .overlay.is-invisible,
.co2_holder .overlay.xigen-hidden-popup,
.co2_holder .overlay.co2_holder .xigen-hidden-popup {
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  clip: auto !important;
  height: 100% !important;
  width: 100% !important;
  position: fixed !important;
}
.co2_holder .overlay:hover {
  cursor: pointer;
}
.co2_holder .popup {
  transition: all 0.3s ease;
  transform: translate(-50%, -50%) translateZ(0);
  transform-style: preserve-3d;
  display: block;
  left: 50%;
  max-height: 95%;
  outline: none;
  overflow: auto;
  position: fixed;
  top: 50%;
  width: 100%;
  max-width: 940px;
  z-index: 1002;
  opacity: 1;
  color: #575755;
  background: #fff;
  visibility: visible;
  text-align: left;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
.rtl .co2_holder .popup {
  text-align: right;
}
.no-csstransforms .co2_holder .popup {
  margin-left: -50%;
  top: 10%;
}
.co2_holder .popup.is-invisible,
.co2_holder .popup.xigen-hidden-popup,
.co2_holder .popup.co2_holder .xigen-hidden-popup {
  visibility: hidden;
  top: 45%;
  opacity: 0;
  clip: auto !important;
  height: auto !important;
  width: 100% !important;
  position: fixed !important;
}
@media only screen and (max-width: 767px) {
  .co2_holder .popup.is-invisible,
  .co2_holder .popup.xigen-hidden-popup,
  .co2_holder .popup.co2_holder .xigen-hidden-popup {
    height: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .co2_holder .popup {
    top: 0;
    left: 0;
    transform: none;
    height: 100% !important;
    max-height: 100%;
    max-width: 100% !important;
  }
}
.co2_holder .popup_content {
  background: #fff;
  outline: none;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .co2_holder .popup_content {
    padding: 40px 15px 15px;
  }
}
.co2_holder .popup_close {
  z-index: 2;
  position: absolute;
  top: 24px;
  right: 22px;
}
.rtl .co2_holder .popup_close {
  right: auto;
  left: 30px;
}
@media only screen and (max-width: 767px) {
  .co2_holder .popup_close {
    top: 15px;
    right: 15px;
  }
  .rtl .co2_holder .popup_close {
    right: auto;
    left: 15px;
  }
}
.co2_holder .popup_close a {
  display: block;
  width: 35px;
  height: 35px;
  background: url(../images/popup-close-icon.svg) center center no-repeat;
  font-size: 0;
  text-indent: -999em;
  transform: opacity 0.2s ease;
}
.co2_holder .popup_close a:after {
  display: none;
}
.co2_holder .popup_close a:hover {
  opacity: 0.8;
}
.co2_holder .popup h3 {
  margin: 0 0 25px;
  font-size: 20px;
  font-weight: normal;
}
.co2_holder .popup h3.blue {
  color: #10218b;
}
.co2_holder .popup ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.co2_holder .popup li {
  display: block;
}
.co2_holder .popup a {
  font-size: 13px;
}
.co2_holder .popup label,
.co2_holder .popup .header {
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin: 20px 0 10px;
}
.co2_holder .popup .header {
  margin-bottom: 15px;
}
.co2_holder .popup input[type="checkbox"] {
  clip: rect(1px, 1px, 1px, 1px);
  outline: none;
  position: absolute;
}
.co2_holder .popup input[type="checkbox"] + label {
  position: relative;
  display: block;
  padding: 4px 0 4px 30px;
  color: #000;
  font-size: 13px;
  line-height: 20px;
  margin: 12px 0 5px;
}
.rtl .co2_holder .popup input[type="checkbox"] + label {
  padding: 4px 30px 4px 0;
}
.co2_holder .popup input[type="checkbox"] + label:hover {
  cursor: pointer;
}
.co2_holder .popup input[type="checkbox"] + label .checkbox {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}
.rtl .co2_holder .popup input[type="checkbox"] + label .checkbox {
  left: auto;
  right: 0;
}
.co2_holder .popup input[type="checkbox"] + label .checkbox:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  transform: translate(2px, -2px);
  background: url("https://epsonemear.a.bigcontent.io/v1/static/checkbox-tick") center center no-repeat;
}
.co2_holder .popup input[type="checkbox"]:checked + label .checkbox:after {
  display: block;
}
.co2_holder .popup input[type="checkbox"]:focus + label > .checkbox {
  border-color: #575755;
}
.co2_holder .popup input[type="radio"] {
  clip: rect(1px, 1px, 1px, 1px);
  outline: none;
  position: absolute;
}
.co2_holder .popup input[type="radio"] + label {
  position: relative;
  display: block;
  padding: 0 0 0 25px;
  color: #000;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.rtl .co2_holder .popup input[type="radio"] + label {
  padding-left: 0;
  padding-right: 25px;
}
.co2_holder .popup input[type="radio"] + label .radio {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
}
.rtl .co2_holder .popup input[type="radio"] + label .radio {
  left: auto;
  right: 0;
}
.co2_holder .popup input[type="radio"] + label .radio:before {
  display: none;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  background: #10218b;
  border-radius: 50%;
}
.co2_holder .popup input[type="radio"] + label:hover {
  cursor: pointer;
}
.co2_holder .popup input[type="radio"]:checked + label .radio:before {
  display: block;
}
.co2_holder .popup input[type="radio"]:focus + label .radio {
  border-color: #575755;
}
.co2_holder .popup input[type="text"],
.co2_holder .popup input[type="email"],
.co2_holder .popup input[type="password"] {
  display: block;
  width: 100%;
  height: 31px;
  border: 1px solid #e3e3e3;
  margin: 0;
  font-size: 14px;
  line-height: 31px;
  padding: 0 10px;
  color: #000;
}
.co2_holder .popup input[type="text"]:focus,
.co2_holder .popup input[type="email"]:focus,
.co2_holder .popup input[type="password"]:focus {
  border-color: #575755;
}
.co2_holder .popup textarea {
  border: 1px solid #e3e3e3;
  margin: 0;
  font-size: 14px;
  line-height: 31px;
  padding: 0 10px;
  color: #000;
  min-height: 100px;
  resize: vertical;
}
.co2_holder .popup textarea:focus {
  border-color: #575755;
}
.co2_holder .popup .error {
  margin: 10px 0 0;
  font-size: 13px;
  color: #CC0000;
}
.co2_holder .popup .label-checkbox {
  position: relative;
  font-size: 13px;
  margin: 10px 0 20px;
  color: #000;
  padding-left: 30px;
}
.rtl .co2_holder .popup .label-checkbox {
  padding-left: 0;
  padding-right: 30px;
}
.co2_holder .popup .label-checkbox:hover {
  cursor: pointer;
}
.co2_holder .popup .label-checkbox .checkbox {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  margin-right: 10px;
}
.co2_holder .popup .label-checkbox .checkbox:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  transform: translate(2px, -2px);
  background: url("https://epsonemear.a.bigcontent.io/v1/static/checkbox-tick") center center no-repeat;
}
.rtl .co2_holder .popup .label-checkbox .checkbox {
  left: auto;
  right: 0;
  margin-right: 0;
  margin-left: 10px;
}
.co2_holder .popup .label-checkbox.remember-me {
  color: #575755;
  margin-top: 20px;
}
.co2_holder .popup .label-radio {
  display: inline-block;
  float: left;
  width: 50%;
  font-size: 13px;
  margin: 0 0 20px;
  color: #000;
}
.rtl .co2_holder .popup .label-radio {
  float: right;
}
.co2_holder .popup .label-radio:hover {
  cursor: pointer;
}
.co2_holder .popup .label-radio .radio {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  margin-right: 10px;
}
.rtl .co2_holder .popup .label-radio .radio {
  margin-right: 0;
  margin-left: 10px;
}
.co2_holder .popup .label-radio .radio:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 8px;
  height: 8px;
  margin: auto;
  border-radius: 50%;
  background: #10218b;
}
.co2_holder .popup button {
  margin-top: 25px;
  padding: 10px;
  min-width: 100px;
}
@media only screen and (max-width: 767px) {
  .co2_holder .popup button {
    width: 100%;
  }
}
.co2_holder .popup .do-company-toggle {
  display: none;
}
.co2_holder .popup .do-company-toggle label:not(.error) {
  margin-top: 4px;
}
.co2_holder .popup_signin {
  max-width: 440px;
}
@media only screen and (max-width: 767px) {
  .co2_holder .popup_signin {
    max-width: 100%;
  }
}
.co2_holder .popup_signin h4 {
  margin: 0 0 25px;
  font-size: 14px;
  font-weight: bold;
}
.co2_holder .popup_signin .forgot-pass {
  display: inline-block;
  margin: 15px 0 0;
}
.co2_holder .popup_signin .register-now {
  margin: 20px 0 0;
  font-size: 14px;
}
.co2_holder .popup_signin .register-now a {
  font-size: inherit;
}
.co2_holder .popup_register {
  max-width: 720px;
}
@media only screen and (max-width: 767px) {
  .co2_holder .popup_register {
    max-width: 100%;
  }
}
.co2_holder .popup_register .popup_content {
  padding: 30px 15px;
}
.co2_holder .popup_register .container .columns {
  padding: 0 15px;
}
@media only screen and (max-width: 599px) {
  .co2_holder .popup_register .container,
  .co2_holder .popup_register .container .columns {
    padding: 0;
  }
}
.co2_holder .popup_register h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 10px;
}
.co2_holder .popup_register .header.header__newsletter {
  margin-top: 30px;
}
.co2_holder .popup_register .disclaimer {
  color: #a9a9a9;
  margin-top: 25px;
  line-height: 18px;
}
.co2_holder .popup_register .dealer {
  color: #575755;
  margin-top: 25px;
  line-height: 18px;
}
.co2_holder .popup_register form {
  position: relative;
  display: block;
}
.co2_holder .popup_register form.is-validating:before {
  content: " ";
  display: block;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.co2_holder .popup_register form.is-validating:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 5;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  background: url(../images/search-loading.svg) center center no-repeat;
  background-size: 100% 100%;
  transform-origin: center center;
  animation: spinner-rotation 2s infinite linear;
}
.co2_holder .popup_language {
  max-width: 440px;
}
@media only screen and (max-width: 767px) {
  .co2_holder .popup_language {
    max-width: 100%;
  }
}
.co2_holder .popup_language button {
  margin-top: 0;
}
.co2_holder .popup_language .popup_content {
  max-width: 440px;
  margin: 0 auto;
}
.co2_holder .popup_search {
  max-width: 440px;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .co2_holder .popup_search {
    max-width: 100%;
    overflow: auto;
  }
}
.co2_holder .popup_search .popup_content {
  max-width: 440px;
  margin: 0 auto;
}
.co2_holder .popup_video {
  max-width: 720px;
}
.co2_holder .popup_video .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.co2_holder .popup_video .video-container iframe,
.co2_holder .popup_video .video-container object,
.co2_holder .popup_video .video-container embed,
.co2_holder .popup_video .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.co2_holder .popup-address-lookup {
  max-width: 780px;
}
.co2_holder .popup-address-lookup h3 {
  padding-bottom: 20px;
  color: #10218b;
  border-bottom: 1px solid #d9d9d9;
}
.co2_holder .popup-address-lookup ul {
  list-style: none;
  margin: 10px 0;
  max-height: 400px;
  overflow: auto;
  position: relative;
}
.co2_holder .popup-address-lookup li {
  display: block;
}
.co2_holder .popup-address-lookup li a {
  color: #575755;
  display: block;
  font-size: 13px;
  line-height: 18px;
  padding: 5px 0;
  text-decoration: none;
}
.co2_holder .popup-address-lookup li a:hover {
  color: #10218b;
}
.co2_holder .double-order-overlay {
  cursor: auto !important;
}
.co2_holder .popup-double-order {
  max-width: 530px;
}
.co2_holder .popup-double-order h3 {
  padding-left: 35px;
  padding-right: 85px;
  background: url(../images/checkout-double-order-icon.svg) left center no-repeat;
  background-size: 23px 26px;
  color: #FB8F14;
  margin-bottom: 20px;
}
.rtl .co2_holder .popup-double-order h3 {
  padding-left: 85px;
  padding-right: 35px;
  background-position: right center;
}
.co2_holder .popup-double-order p {
  color: #575755;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #d9d9d9;
}
.co2_holder .popup-double-order p:before,
.co2_holder .popup-double-order p:after {
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
}
.co2_holder .popup-double-order p:after {
  clear: both;
}
.co2_holder .popup-double-order p strong {
  font-weight: bold;
  color: #FB8F14;
  text-transform: uppercase;
}
.co2_holder .popup-double-order p.disclaimer {
  margin: 30px 0 0;
  padding: 0;
  border: none;
  color: #A9A9A9;
  font-size: 12px;
  line-height: 18px;
}
.co2_holder .popup-double-order label {
  margin: 0;
  color: #575755;
  font-size: 13px;
  line-height: 18px;
  padding: 0 0 5px;
}
.co2_holder .popup-double-order .price {
  color: #575755;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 15px;
}
.co2_holder .popup-double-order .btn {
  text-transform: uppercase;
}
.co2_holder .popup-firmware {
  max-width: 900px;
}
.co2_holder .popup-firmware .popup_actions {
  padding-top: 20px;
}
.co2_holder .popup-firmware input[type="checkbox"].error + label {
  color: red;
}
.co2_holder .popup-eol {
  max-width: 600px;
}
.co2_holder .popup-eol img {
  display: block;
  max-width: 100px;
}
.co2_holder .popup-resources-form {
  max-width: 424px;
}
.co2_holder .popup-resources-form .resources-header {
  position: relative;
  padding: 0 0 0 70px;
  min-height: 75px;
  margin-bottom: 15px;
}
.co2_holder .popup-resources-form .resources-header img {
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  max-height: 75px;
  max-width: 60px;
  height: auto;
  width: auto;
}
.co2_holder .popup-resources-form .resources-header p {
  color: #575755;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin: 0 0 25px;
}
.co2_holder .popup-resources-form .resources-header small {
  display: block;
  color: #575755;
  font-size: 12px;
  line-height: 15px;
}
.co2_holder .popup-resources-form form .row {
  margin: 0 -10px;
}
.co2_holder .popup-resources-form form .row .half {
  display: inline-block;
  float: left;
  width: 50%;
  padding: 0 10px;
}
.co2_holder .popup-resources-form form label {
  margin-top: 15px;
}
.co2_holder .popup-resources-form form input[type="checkbox"] {
  clip: rect(1px, 1px, 1px, 1px);
  outline: none;
  position: absolute;
}
.co2_holder .popup-resources-form form input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  padding: 4px 0 4px 30px;
  color: #000;
  font-size: 13px;
  line-height: 20px;
}
.rtl .co2_holder .popup-resources-form form input[type="checkbox"] + label {
  padding: 4px 30px 4px 0;
}
.co2_holder .popup-resources-form form input[type="checkbox"] + label:hover {
  cursor: pointer;
}
.co2_holder .popup-resources-form form input[type="checkbox"] + label .checkbox {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}
.rtl .co2_holder .popup-resources-form form input[type="checkbox"] + label .checkbox {
  left: auto;
  right: 0;
}
.co2_holder .popup-resources-form form input[type="checkbox"] + label .checkbox:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  transform: translate(2px, -2px);
  background: url("https://epsonemear.a.bigcontent.io/v1/static/checkbox-tick") center center no-repeat;
}
.co2_holder .popup-resources-form form input[type="checkbox"]:checked + label .checkbox:after {
  display: block;
}
.co2_holder .popup-resources-form form .button {
  margin: -5px 0 10px;
  text-align: center;
  transform-style: preserve-3d;
}
.co2_holder .popup-resources-form form .btn {
  text-transform: uppercase;
}
.co2_holder .popup-contact-form {
  max-width: 680px;
}
.co2_holder .popup-contact-form p {
  color: #575755;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}
.co2_holder .popup-contact-form h4 {
  color: #10218b;
  font-size: 16px;
  line-height: 24px;
  margin: 25px 0 10px;
}
.co2_holder .popup-contact-form h4:first-of-type {
  margin-bottom: 0;
}
.co2_holder .popup-contact-form .container {
  padding: 0;
  margin: 0 -15px;
}
.co2_holder .popup-contact-form .container .columns {
  padding: 0 15px;
}
@media only screen and (max-width: 599px) {
  .co2_holder .popup-contact-form .container {
    margin: 0;
  }
  .co2_holder .popup-contact-form .container .columns {
    padding: 0;
  }
}
.co2_holder .popup-contact-form form .important-radios .radio-error {
  margin: 10px 0 0 15px;
  font-size: 13px;
  color: #CC0000;
  display: none;
}
.rtl .co2_holder .popup-contact-form form .important-radios .radio-error {
  margin: 10px 15px 0 0;
}
.co2_holder .popup-contact-form form h5 {
  color: #575755;
  font-size: 14px;
  line-height: 24px;
  margin: 15px 0 10px;
}
.co2_holder .popup-contact-form form .security-check {
  margin-bottom: 25px;
}
.co2_holder .popup-contact-form form .security-check:before,
.co2_holder .popup-contact-form form .security-check:after {
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
}
.co2_holder .popup-contact-form form .security-check:after {
  clear: both;
}
.co2_holder .popup-contact-form form .security-check label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
  margin-right: 20px;
  padding-right: 35px;
  line-height: 31px;
}
.rtl .co2_holder .popup-contact-form form .security-check label {
  padding-right: 0;
  padding-left: 35px;
  margin-right: 0;
  margin-left: 20px;
}
.co2_holder .popup-contact-form form .security-check label.error {
  display: block;
  margin: 0;
  padding: 5px 0;
}
.rtl .co2_holder .popup-contact-form form .security-check label.error {
  margin: 0;
  padding: 5px 0;
}
.co2_holder .popup-contact-form form .security-check label .info {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 0;
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/question-icons.svg) right center no-repeat;
}
.rtl .co2_holder .popup-contact-form form .security-check label .info {
  right: auto;
  left: 0;
}
.co2_holder .popup-contact-form form .security-check input {
  display: inline-block;
  vertical-align: top;
  width: 130px;
}
.co2_holder .popup-contact-form form .btn {
  text-transform: uppercase;
}
.co2_holder .popup-resources-video .video-container {
  width: 100%;
}
.co2_holder .popup_addconsumable {
  max-width: 600px;
}
.co2_holder .popup_addconsumable .popup_content {
  padding: 60px 30px 60px 180px;
  position: relative;
}
.co2_holder .popup_addconsumable .popup_content img {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  max-width: 120px;
  height: auto;
}
.co2_holder .popup_addconsumable .popup_content h3 {
  color: #10218b;
  margin-bottom: 15px;
}
.co2_holder .popup_addconsumable .popup_content .btn {
  margin: 0 10px 10px 0;
}
.rtl .co2_holder .popup_addconsumable .popup_content .btn {
  margin: 0 0 10px 10px;
}
@media only screen and (max-width: 599px) {
  .co2_holder .popup_addconsumable .popup_content {
    padding: 45px 15px 15px;
  }
  .co2_holder .popup_addconsumable .popup_content img {
    display: none;
  }
}
.co2_holder .popup-careers-login {
  max-width: 420px;
}
.co2_holder .popup-careers-login p {
  color: #575755;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}
.co2_holder .popup-careers-login .forgot-pass {
  margin: 20px 0;
  display: block;
}
.co2_holder .popup-careers-login .btn-blue {
  display: block;
  margin: 0 auto;
}
.co2_holder .popup-careers-job-leaving {
  max-width: 420px;
}
.co2_holder .popup-careers-job-leaving h3 {
  margin-bottom: 15px;
}
.co2_holder .popup-careers-job-leaving .header {
  margin-bottom: 5px;
}
.co2_holder .popup-careers-job-leaving a.skip {
  display: inline-block;
  margin: 10px 0 0;
}
.co2_holder .popup-careers-job {
  max-width: 600px;
}
.co2_holder .popup-careers-job h3 {
  margin: 0 0 20px;
}
.co2_holder .popup-careers-job p {
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 20px;
}
.co2_holder .popup-careers-job .divider {
  background-color: #d9d9d9;
  height: 1px;
  width: 100%;
  margin: 15px auto;
}
.co2_holder .popup-careers-job .divider:before,
.co2_holder .popup-careers-job .divider:after {
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
}
.co2_holder .popup-careers-job .divider:after {
  clear: both;
}
.co2_holder .popup-careers-job .spec {
  padding-bottom: 10px;
}
.co2_holder .popup-careers-job .spec li {
  padding: 5px 0;
}
.co2_holder .popup-careers-job .spec li:before,
.co2_holder .popup-careers-job .spec li:after {
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
}
.co2_holder .popup-careers-job .spec li:after {
  clear: both;
}
.co2_holder .popup-careers-job .spec li > div {
  display: inline-block;
  vertical-align: top;
  float: left;
  line-height: 18px;
}
.rtl .co2_holder .popup-careers-job .spec li > div {
  float: right;
}
.co2_holder .popup-careers-job .spec .label {
  font-size: 12px;
  font-weight: bold;
  min-width: 120px;
}
.co2_holder .popup-careers-job .spec .text {
  font-size: 13px;
}
.co2_holder .popup-careers-job .social {
  text-align: right;
}
.rtl .co2_holder .popup-careers-job .social {
  text-align: left;
}
@media only screen and (max-width: 479px) {
  .co2_holder .popup-careers-job .social {
    margin-top: 15px;
    text-align: left;
  }
  .rtl .co2_holder .popup-careers-job .social {
    text-align: right;
  }
}
.co2_holder .popup-careers-job .social .title {
  display: inline-block;
  vertical-align: middle;
  color: #10218b;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}
.co2_holder .products-carousel-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
@media only screen and (max-width: 959px) {
  .co2_holder .products-carousel-wrap {
    display: none;
  }
}
.co2_holder .products-carousel-wrap .carousel-wrap {
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.co2_holder .products-carousel-wrap .products-carousel {
  display: block;
  padding: 60px 0 80px;
}
.co2_holder .products-carousel-wrap .product-group {
  font-size: 0;
}
.co2_holder .products-carousel-wrap .product-group.products-1 .product {
  width: 100%;
}
.co2_holder .products-carousel-wrap .product-group.products-2 .product {
  width: 50%;
}
.co2_holder .products-carousel-wrap .product-group.products-3 .product {
  width: 33.333%;
}
.co2_holder .products-carousel-wrap .product-group.products-4 .product {
  width: 25%;
}
.co2_holder .products-carousel-wrap .product-group.products-5 .product {
  width: 20%;
}
.co2_holder .products-carousel-wrap .product-group.products-6 .product {
  width: 16.666%;
}
.co2_holder .products-carousel-wrap .product {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 10px;
}
.co2_holder .products-carousel-wrap .product a {
  position: relative;
  display: block;
  text-align: center;
  min-height: 150px;
  line-height: 150px;
  max-width: 170px;
  margin: 0 auto;
  overflow: visible;
}
.co2_holder .products-carousel-wrap .product a:hover .overlay {
  opacity: 1;
}
.co2_holder .products-carousel-wrap .product img {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 30px;
  max-width: 110px;
  max-height: 90px;
}
.co2_holder .products-carousel-wrap .product .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  transition: opacity 0.3s ease;
}
.co2_holder .products-carousel-wrap .product .overlay .content {
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  padding: 0 10px;
}
.co2_holder .products-carousel-wrap .product .overlay h5,
.co2_holder .products-carousel-wrap .product .overlay p {
  margin: 0;
  color: #fff;
  line-height: 18px;
  word-break: break-all;
}
.co2_holder .products-carousel-wrap .product .overlay h5 {
  position: relative;
  font-size: 13px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.co2_holder .products-carousel-wrap .product .overlay h5:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -43px;
  display: block;
  height: 1px;
  width: 86px;
  background: #fff;
}
.co2_holder .products-carousel-wrap .product .overlay p {
  font-size: 12px;
  max-height: 60px;
  overflow: auto;
}
.co2_holder .products-carousel-wrap .slick-dots li button {
  background: #B0B1B1;
  border: none;
  opacity: 1;
}
.co2_holder .products-carousel-wrap .slick-dots li button:hover {
  opacity: 1;
}
.co2_holder .products-carousel-wrap .slick-dots li.slick-active button {
  background: #10218b;
}
.rtl .co2_holder .products-carousel-wrap:after {
  right: auto;
  left: -55%;
  transform: skew(45deg);
}
.co2_holder .container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.co2_holder .container .column,
.co2_holder .container .columns {
  float: left;
  display: inline-block;
  position: relative;
  padding: 0 10px;
  margin: 0;
}
.co2_holder .container.collapse .column,
.co2_holder .container.collapse .columns {
  padding: 0;
}
.co2_holder .row {
  margin-bottom: 20px;
}
.co2_holder .column.alpha,
.co2_holder .columns.alpha {
  margin-left: 0;
}
.co2_holder .column.omega,
.co2_holder .columns.omega {
  margin-right: 0;
}
.co2_holder .container .one.column,
.co2_holder .container .one.columns {
  width: 6.25%;
}
.co2_holder .container .two.columns {
  width: 12.5%;
}
.co2_holder .container .three.columns {
  width: 18.75%;
}
.co2_holder .container .four.columns {
  width: 25%;
}
.co2_holder .container .five.columns {
  width: 31.25%;
}
.co2_holder .container .six.columns {
  width: 37.5%;
}
.co2_holder .container .seven.columns {
  width: 43.75%;
}
.co2_holder .container .eight.columns {
  width: 50%;
}
.co2_holder .container .nine.columns {
  width: 56.25%;
}
.co2_holder .container .ten.columns {
  width: 62.5%;
}
.co2_holder .container .eleven.columns {
  width: 68.75%;
}
.co2_holder .container .twelve.columns {
  width: 75%;
}
.co2_holder .container .thirteen.columns {
  width: 81.25%;
}
.co2_holder .container .fourteen.columns {
  width: 87.5%;
}
.co2_holder .container .fifteen.columns {
  width: 93.75%;
}
.co2_holder .container .sixteen.columns {
  width: 100%;
}
.co2_holder .container .one-third.columns,
.co2_holder .container .one-third.column,
.co2_holder .container .one-thirds.columns,
.co2_holder .container .one-thirds.column {
  width: 33.33333333%;
}
.co2_holder .container .two-thirds.columns,
.co2_holder .container .two-thirds.column {
  width: 66.66666667%;
}
.co2_holder .container .one-sixth.column,
.co2_holder .container .one-sixths.column {
  width: 16.66666667%;
}
.co2_holder .container .two-sixths.column {
  width: 33.33333333%;
}
.co2_holder .container .three-sixths.column {
  width: 50%;
}
.co2_holder .container .four-sixths.column {
  width: 66.66666667%;
}
.co2_holder .container .five-sixths.column {
  width: 83.33333333%;
}
@media only screen and (min-width: 960px) {
  .co2_holder {
    /* Offsets */
    /* Offset by thirds and sixths added for Epson layout */
  }
  .co2_holder .container .offset-by-one {
    left: 6.25%;
  }
  .rtl .co2_holder .container .offset-by-one {
    left: auto;
    right: 6.25%;
  }
  .rtl .co2_holder .container .offset-by-one {
    left: auto;
    right: 6.25%;
  }
  .co2_holder .container .offset-by-two {
    left: 12.5%;
  }
  .rtl .co2_holder .container .offset-by-two {
    left: auto;
    right: 12.5%;
  }
  .rtl .co2_holder .container .offset-by-two {
    left: auto;
    right: 12.5%;
  }
  .co2_holder .container .offset-by-three {
    left: 18.75%;
  }
  .rtl .co2_holder .container .offset-by-three {
    left: auto;
    right: 18.75%;
  }
  .rtl .co2_holder .container .offset-by-three {
    left: auto;
    right: 18.75%;
  }
  .co2_holder .container .offset-by-four {
    left: 25%;
  }
  .rtl .co2_holder .container .offset-by-four {
    left: auto;
    right: 25%;
  }
  .rtl .co2_holder .container .offset-by-four {
    left: auto;
    right: 25%;
  }
  .co2_holder .container .offset-by-five {
    left: 31.25%;
  }
  .rtl .co2_holder .container .offset-by-five {
    left: auto;
    right: 31.25%;
  }
  .rtl .co2_holder .container .offset-by-five {
    left: auto;
    right: 31.25%;
  }
  .co2_holder .container .offset-by-six {
    left: 37.5%;
  }
  .rtl .co2_holder .container .offset-by-six {
    left: auto;
    right: 37.5%;
  }
  .rtl .co2_holder .container .offset-by-six {
    left: auto;
    right: 37.5%;
  }
  .co2_holder .container .offset-by-seven {
    left: 43.75%;
  }
  .rtl .co2_holder .container .offset-by-seven {
    left: auto;
    right: 43.75%;
  }
  .rtl .co2_holder .container .offset-by-seven {
    left: auto;
    right: 43.75%;
  }
  .co2_holder .container .offset-by-eight {
    left: 50%;
  }
  .rtl .co2_holder .container .offset-by-eight {
    left: auto;
    right: 50%;
  }
  .rtl .co2_holder .container .offset-by-eight {
    left: auto;
    right: 50%;
  }
  .co2_holder .container .offset-by-nine {
    left: 56.25%;
  }
  .rtl .co2_holder .container .offset-by-nine {
    left: auto;
    right: 56.25%;
  }
  .rtl .co2_holder .container .offset-by-nine {
    left: auto;
    right: 56.25%;
  }
  .co2_holder .container .offset-by-ten {
    left: 62.5%;
  }
  .rtl .co2_holder .container .offset-by-ten {
    left: auto;
    right: 62.5%;
  }
  .rtl .co2_holder .container .offset-by-ten {
    left: auto;
    right: 62.5%;
  }
  .co2_holder .container .offset-by-eleven {
    left: 68.75%;
  }
  .rtl .co2_holder .container .offset-by-eleven {
    left: auto;
    right: 68.75%;
  }
  .rtl .co2_holder .container .offset-by-eleven {
    left: auto;
    right: 68.75%;
  }
  .co2_holder .container .offset-by-twelve {
    left: 75%;
  }
  .rtl .co2_holder .container .offset-by-twelve {
    left: auto;
    right: 75%;
  }
  .rtl .co2_holder .container .offset-by-twelve {
    left: auto;
    right: 75%;
  }
  .co2_holder .container .offset-by-thirteen {
    left: 81.25%;
  }
  .rtl .co2_holder .container .offset-by-thirteen {
    left: auto;
    right: 81.25%;
  }
  .rtl .co2_holder .container .offset-by-thirteen {
    left: auto;
    right: 81.25%;
  }
  .co2_holder .container .offset-by-fourteen {
    left: 87.5%;
  }
  .rtl .co2_holder .container .offset-by-fourteen {
    left: auto;
    right: 87.5%;
  }
  .rtl .co2_holder .container .offset-by-fourteen {
    left: auto;
    right: 87.5%;
  }
  .co2_holder .container .offset-by-fifteen {
    left: 93.75%;
  }
  .rtl .co2_holder .container .offset-by-fifteen {
    left: auto;
    right: 93.75%;
  }
  .rtl .co2_holder .container .offset-by-fifteen {
    left: auto;
    right: 93.75%;
  }
  .co2_holder .container .offset-by-one-third,
  .co2_holder .container .offset-by-one-thirds {
    left: 33.33333333%;
  }
  .rtl .co2_holder .container .offset-by-one-third,
  .rtl .co2_holder .container .offset-by-one-thirds {
    left: auto;
    right: 33.33333333%;
  }
  .rtl .co2_holder .container .offset-by-one-third,
  .rtl .co2_holder .container .offset-by-one-thirds {
    left: auto;
    right: 33.33333333%;
  }
  .co2_holder .container .offset-by-two-thirds {
    left: 66.66666667%;
  }
  .rtl .co2_holder .container .offset-by-two-thirds {
    left: auto;
    right: 66.66666667%;
  }
  .rtl .co2_holder .container .offset-by-two-thirds {
    left: auto;
    right: 66.66666667%;
  }
  .co2_holder .container .offset-by-one-sixth,
  .co2_holder .container .offset-by-one-sixths {
    left: 16.66666667%;
  }
  .rtl .co2_holder .container .offset-by-one-sixth,
  .rtl .co2_holder .container .offset-by-one-sixths {
    left: auto;
    right: 16.66666667%;
  }
  .rtl .co2_holder .container .offset-by-one-sixth,
  .rtl .co2_holder .container .offset-by-one-sixths {
    left: auto;
    right: 16.66666667%;
  }
  .co2_holder .container .offset-by-two-sixths {
    left: 33.33333333%;
  }
  .rtl .co2_holder .container .offset-by-two-sixths {
    left: auto;
    right: 33.33333333%;
  }
  .rtl .co2_holder .container .offset-by-two-sixths {
    left: auto;
    right: 33.33333333%;
  }
  .co2_holder .container .offset-by-three-sixths {
    left: 50%;
  }
  .rtl .co2_holder .container .offset-by-three-sixths {
    left: auto;
    right: 50%;
  }
  .rtl .co2_holder .container .offset-by-three-sixths {
    left: auto;
    right: 50%;
  }
  .co2_holder .container .offset-by-four-sixths {
    left: 66.66666667%;
  }
  .rtl .co2_holder .container .offset-by-four-sixths {
    left: auto;
    right: 66.66666667%;
  }
  .rtl .co2_holder .container .offset-by-four-sixths {
    left: auto;
    right: 66.66666667%;
  }
  .co2_holder .container .offset-by-five-sixths {
    left: 83.33333333%;
  }
  .rtl .co2_holder .container .offset-by-five-sixths {
    left: auto;
    right: 83.33333333%;
  }
  .rtl .co2_holder .container .offset-by-five-sixths {
    left: auto;
    right: 83.33333333%;
  }
}
.co2_holder .container:before,
.co2_holder .row:before,
.co2_holder .container:after,
.co2_holder .row:after {
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
}
.co2_holder .container:after,
.co2_holder .row:after {
  clear: both;
}
.co2_holder .rtl .container .column,
.co2_holder .rtl .container .columns {
  float: right;
}
@media only screen and (max-width: 959px) {
  .co2_holder .container {
    padding: 0 10px;
  }
  .co2_holder .container.collapse {
    padding: 0;
  }
  .co2_holder .container .l-one.column,
  .co2_holder .container .l-one.columns {
    width: 6.25%;
  }
  .co2_holder .container .l-two.columns {
    width: 12.5%;
  }
  .co2_holder .container .l-three.columns {
    width: 18.75%;
  }
  .co2_holder .container .l-four.columns {
    width: 25%;
  }
  .co2_holder .container .l-five.columns {
    width: 31.25%;
  }
  .co2_holder .container .l-six.columns {
    width: 37.5%;
  }
  .co2_holder .container .l-seven.columns {
    width: 43.75%;
  }
  .co2_holder .container .l-eight.columns {
    width: 50%;
  }
  .co2_holder .container .l-nine.columns {
    width: 56.25%;
  }
  .co2_holder .container .l-ten.columns {
    width: 62.5%;
  }
  .co2_holder .container .l-eleven.columns {
    width: 68.75%;
  }
  .co2_holder .container .l-twelve.columns {
    width: 75%;
  }
  .co2_holder .container .l-thirteen.columns {
    width: 81.25%;
  }
  .co2_holder .container .l-fourteen.columns {
    width: 87.5%;
  }
  .co2_holder .container .l-fifteen.columns {
    width: 93.75%;
  }
  .co2_holder .container .l-sixteen.columns {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .co2_holder .container .column,
  .co2_holder .container .columns {
    padding: 0 9px;
  }
  .co2_holder .container.collapse {
    padding: 0;
  }
  .co2_holder .container .m-one.column,
  .co2_holder .container .m-one.columns {
    width: 6.25%;
  }
  .co2_holder .container .m-two.columns {
    width: 12.5%;
  }
  .co2_holder .container .m-three.columns {
    width: 18.75%;
  }
  .co2_holder .container .m-four.columns {
    width: 25%;
  }
  .co2_holder .container .m-five.columns {
    width: 31.25%;
  }
  .co2_holder .container .m-six.columns {
    width: 37.5%;
  }
  .co2_holder .container .m-seven.columns {
    width: 43.75%;
  }
  .co2_holder .container .m-eight.columns {
    width: 50%;
  }
  .co2_holder .container .m-nine.columns {
    width: 56.25%;
  }
  .co2_holder .container .m-ten.columns {
    width: 62.5%;
  }
  .co2_holder .container .m-eleven.columns {
    width: 68.75%;
  }
  .co2_holder .container .m-twelve.columns {
    width: 75%;
  }
  .co2_holder .container .m-thirteen.columns {
    width: 81.25%;
  }
  .co2_holder .container .m-fourteen.columns {
    width: 87.5%;
  }
  .co2_holder .container .m-fifteen.columns {
    width: 93.75%;
  }
  .co2_holder .container .m-sixteen.columns {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .co2_holder .container,
  .co2_holder .container .column,
  .co2_holder .container .columns {
    padding: 0 8px;
  }
  .co2_holder .container.collapse {
    padding: 0;
  }
  .co2_holder .container .s-one.column,
  .co2_holder .container .s-one.columns {
    width: 6.25%;
  }
  .co2_holder .container .s-two.columns {
    width: 12.5%;
  }
  .co2_holder .container .s-three.columns {
    width: 18.75%;
  }
  .co2_holder .container .s-four.columns {
    width: 25%;
  }
  .co2_holder .container .s-five.columns {
    width: 31.25%;
  }
  .co2_holder .container .s-six.columns {
    width: 37.5%;
  }
  .co2_holder .container .s-seven.columns {
    width: 43.75%;
  }
  .co2_holder .container .s-eight.columns {
    width: 50%;
  }
  .co2_holder .container .s-nine.columns {
    width: 56.25%;
  }
  .co2_holder .container .s-ten.columns {
    width: 62.5%;
  }
  .co2_holder .container .s-eleven.columns {
    width: 68.75%;
  }
  .co2_holder .container .s-twelve.columns {
    width: 75%;
  }
  .co2_holder .container .s-thirteen.columns {
    width: 81.25%;
  }
  .co2_holder .container .s-fourteen.columns {
    width: 87.5%;
  }
  .co2_holder .container .s-fifteen.columns {
    width: 93.75%;
  }
  .co2_holder .container .s-sixteen.columns {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .co2_holder {
    /* Offsets */
  }
  .co2_holder .container,
  .co2_holder .container .column,
  .co2_holder .container .columns {
    padding: 0 8px;
  }
  .co2_holder .container.collapse {
    padding: 0;
  }
  .co2_holder .container .xs-one.column,
  .co2_holder .container .xs-one.columns {
    width: 6.25%;
  }
  .co2_holder .container .xs-two.columns {
    width: 12.5%;
  }
  .co2_holder .container .xs-three.columns {
    width: 18.75%;
  }
  .co2_holder .container .xs-four.columns {
    width: 25%;
  }
  .co2_holder .container .xs-five.columns {
    width: 31.25%;
  }
  .co2_holder .container .xs-six.columns {
    width: 37.5%;
  }
  .co2_holder .container .xs-seven.columns {
    width: 43.75%;
  }
  .co2_holder .container .xs-eight.columns {
    width: 50%;
  }
  .co2_holder .container .xs-nine.columns {
    width: 56.25%;
  }
  .co2_holder .container .xs-ten.columns {
    width: 62.5%;
  }
  .co2_holder .container .xs-eleven.columns {
    width: 68.75%;
  }
  .co2_holder .container .xs-twelve.columns {
    width: 75%;
  }
  .co2_holder .container .xs-thirteen.columns {
    width: 81.25%;
  }
  .co2_holder .container .xs-fourteen.columns {
    width: 87.5%;
  }
  .co2_holder .container .xs-fifteen.columns {
    width: 93.75%;
  }
  .co2_holder .container .xs-sixteen.columns {
    width: 100%;
  }
  .co2_holder .container .column.xs-fill,
  .co2_holder .container .columns.xs-fill {
    width: 100%;
  }
  .co2_holder .container .offset-by-one,
  .co2_holder .container .offset-by-two,
  .co2_holder .container .offset-by-three,
  .co2_holder .container .offset-by-four,
  .co2_holder .container .offset-by-five,
  .co2_holder .container .offset-by-six,
  .co2_holder .container .offset-by-seven,
  .co2_holder .container .offset-by-eight,
  .co2_holder .container .offset-by-nine,
  .co2_holder .container .offset-by-ten,
  .co2_holder .container .offset-by-eleven,
  .co2_holder .container .offset-by-twelve,
  .co2_holder .container .offset-by-thirteen,
  .co2_holder .container .offset-by-fourteen,
  .co2_holder .container .offset-by-fifteen {
    left: auto;
  }
}
.co2_holder .sector-groups {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  padding-top: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 959px) {
  .co2_holder .sector-groups {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .co2_holder .sector-groups {
    padding-top: 40px;
  }
}
.co2_holder .sector-groups li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 10px 60px;
}
@media only screen and (max-width: 959px) {
  .co2_holder .sector-groups li {
    width: 33.33%;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 599px) {
  .co2_holder .sector-groups li {
    width: 50%;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .co2_holder .sector-groups li {
    width: 100%;
    padding-bottom: 30px;
  }
}
.co2_holder .t8-block {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
@media only screen and (min-width: 480px) {
  .co2_holder .t8-block {
    padding-bottom: 50px;
  }
}
.co2_holder .t8-block > a {
  display: block;
  text-decoration: none;
}
.co2_holder .t8-block img {
  width: 100%;
  margin-bottom: 20px;
}
.co2_holder .t8-block h4 {
  color: #10218b;
  font-size: 19px;
  font-weight: normal;
  line-height: 24px;
  margin: 0 0 15px;
}
.co2_holder .t8-block p {
  color: #575755;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 20px;
}
.co2_holder .t8-block .btn {
  display: inline-block;
  padding: 5px 15px;
}
@media only screen and (min-width: 480px) {
  .co2_holder .t8-block .btn {
    position: absolute;
    left: 10px;
    bottom: 60px;
  }
  .rtl .co2_holder .t8-block .btn {
    left: auto;
    right: 10px;
  }
}
.co2_holder .terms-of-use-wrap {
  padding: 60px 0 20px;
}
.co2_holder .terms-of-use-wrap h2 {
  color: #10218b;
  font-size: 28px;
  font-weight: normal;
  line-height: 34px;
  padding-bottom: 20px;
}
.co2_holder ul li:first-of-type .is-collapsible {
  border-top: 1px solid #d9d9d9;
}
.co2_holder ul .is-collapsible {
  overflow: hidden;
  border-bottom: 1px solid #d9d9d9;
  text-align: left;
}
.rtl .co2_holder ul .is-collapsible {
  text-align: right;
}
.co2_holder ul .is-collapsible.is-open .is-toggle:before {
  display: none;
}
.co2_holder ul .is-toggle {
  display: block;
  position: relative;
  margin: 0;
  color: #10218b;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  padding: 22px 30px 22px 0;
}
.rtl .co2_holder ul .is-toggle {
  padding-right: 0;
  padding-left: 30px;
}
@media only screen and (max-width: 479px) {
  .co2_holder ul .is-toggle {
    font-size: 16px;
    line-height: 20px;
  }
}
.co2_holder ul .is-toggle:hover {
  cursor: pointer;
}
.co2_holder ul .is-toggle:before,
.co2_holder ul .is-toggle:after {
  content: " ";
  position: absolute;
  background: #d9d9d9;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
}
.co2_holder ul .is-toggle:before {
  height: 17px;
  width: 1px;
  right: 8px;
}
.rtl .co2_holder ul .is-toggle:before {
  right: auto;
  left: 8px;
}
.co2_holder ul .is-toggle:after {
  height: 1px;
  width: 17px;
  right: 0;
}
.rtl .co2_holder ul .is-toggle:after {
  right: auto;
  left: 0;
}
.co2_holder ul .is-toggle a {
  color: inherit;
  text-decoration: none;
}
.co2_holder ul .is-content {
  display: none;
  position: relative;
  padding-bottom: 20px;
  color: #575755;
  font-size: 13px;
  line-height: 20px;
}
.co2_holder ul .is-content p {
  color: #575755;
  font-size: 13px;
  line-height: 24px;
  width: 100%;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .co2_holder body *.l-not_desktop.btn.do-storemenu {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .co2_holder body *.l-not_desktop.btn.do-storemenu {
    display: inline-block !important;
  }
}
.co2_holder .newsletter_form [data-type=date] .select {
  margin: 0;
  max-width: 19%;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .co2_holder .newsletter_form [data-type=date] .select {
    margin-right: 4px;
  }
}
@media only screen and (max-width: 479px) {
  .co2_holder .newsletter_form [data-type=date] .select {
    margin: 0 0 5px;
    display: block;
    max-width: 100%;
  }
}
.co2_holder .blueProductTeaser {
  margin-bottom: 10px;
}
.co2_holder .blueProductTeaser img {
  vertical-align: middle;
}
.co2_holder .blueProductTeaser span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
.co2_holder .addconsumables-sidebar {
  max-width: 250px;
}
.co2_holder .productdetail {
  width: 100%;
  max-width: 960px;
  padding: 0 10px;
  margin: 50px auto 0;
}
.co2_holder article.product.content {
  margin-top: 50px;
}
.co2_holder section.bundleblock div.bundle {
  min-height: 200px;
}
.co2_holder .checkoutprogressbar {
  display: block;
  margin: 55px 0 10px;
}
.co2_holder .progressBar {
  width: 100%;
  margin: 0;
  padding: 0;
}
.co2_holder .progressBar td {
  vertical-align: middle;
  text-align: center;
  height: 40px;
  color: #999;
  background: transparent url(/images/progressbar/bak_process_arrow_l.gif) no-repeat 0 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
  font-size: 11px;
  padding: 0 6px 0 12px;
}
.co2_holder .progressBar td.selected {
  color: #fff;
  background-image: url(/images/progressbar/bak_process_arrow_l_on.gif);
}
.co2_holder .progressBar td.end {
  width: 11px;
  background: transparent url(/images/progressbar/bak_process_arrow_r.gif) no-repeat 100% 0;
  padding: 0;
}
.co2_holder .progressBar td a {
  color: #00BAF2;
}
.co2_holder .progressBar td.first.selected {
  background-image: url(/images/progressbar/bak_process_arrow_l_first_on.gif);
}
.co2_holder .progressBar td.selected.end {
  background-image: url(/images/progressbar/bak_process_arrow_r_on.gif);
}
.co2_holder table.basket th {
  padding: 0 12px 7px 0;
  text-align: left;
  text-transform: uppercase;
  border-bottom: #E1E1E1 1px solid;
}
.co2_holder table.basket th.price {
  text-align: right;
}
.co2_holder table.basket td {
  padding: 12px 12px 12px 0;
  border-bottom: #E1E1E1 1px dashed;
  font-size: 11px;
}
.co2_holder table.basket td.price {
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
}
.co2_holder table.basket td.price .weee {
  display: block;
  float: right;
  font-weight: normal;
  width: 132px;
  white-space: normal;
  text-align: right;
}
.co2_holder table.basket td.price .discount {
  display: block;
  float: right;
  font-weight: normal;
  width: 132px;
  white-space: normal;
  text-align: right;
  color: #EE8000;
}
.co2_holder table.basket td.right {
  text-align: right;
}
.co2_holder table.basket td.select {
  padding-top: 9px;
}
.co2_holder table.basket td.buttons {
  background-color: #f2f2f2;
  border-top: 1px solid #e1e1e1;
  padding: 12px 0;
  border-bottom: 0;
}
.co2_holder table.basket tr.bottomline td {
  padding: 12px 12px 12px 0;
  border: 0;
}
.co2_holder table.basket tr.bottomline td.subtotal {
  background-color: #f2f2f2;
  border-top: 1px solid #e1e1e1;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 17px;
  color: #4D4D4D;
  font-family: Arial, Verdana, Sans-Serif;
}
.co2_holder table.basket tr.bottomline td.discountall {
  font-size: 11px;
  font-weight: normal;
  color: #EE8000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.co2_holder table.basket tr.bottomline.slim td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.co2_holder table.basket tr.buttons td {
  background-color: #f2f2f2;
  border-top: 1px solid #e1e1e1;
  padding: 12px 12px 12px 0;
  border-bottom: 0;
}
.co2_holder table.basket tr.buttons.invoiceamount td {
  padding-top: 8px;
  padding-bottom: 0px;
}
.co2_holder table.basket tr.buttons.noline td {
  border: 0;
}
.co2_holder table.basket tr.buttons.last td {
  padding-top: 0;
}
.co2_holder input[type="submit"] {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0;
  padding: 8px 15px;
  border: 1px solid #d9d9d9;
  background: transparent;
  transition: all 0.3s ease;
  color: #575755;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  text-transform: none;
}
.co2_holder input[type="submit"]:disabled,
.co2_holder input[type="submit"][disabled],
.co2_holder input[type="submit"].is-disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
  pointer-events: none;
}
.co2_holder input[type="submit"].is-active,
.co2_holder input[type="submit"]:active,
.co2_holder input[type="submit"]:focus {
  background: none;
  color: #575755;
  border-color: #d9d9d9;
  transition: all 0.3s ease;
}
.co2_holder input[type="submit"]:hover {
  background-color: #e3e3e3;
}
.co2_holder input[type="submit"].shadow {
  background: #10218b;
  border-color: #10218b;
  color: #fff;
}
.co2_holder input[type="submit"].shadow:hover {
  background: #023B9F;
}
.co2_holder #middleview {
  padding: 30px 0 170px;
}
.co2_holder #middleview:before,
.co2_holder #middleview:after {
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
}
.co2_holder #middleview:after {
  clear: both;
}
.co2_holder #middleview > * {
  float: left;
}
.co2_holder [dir="rtl"] #middleview > * {
  float: right;
}
.co2_holder #middleview > .clearfix {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .co2_holder #middleview > .clearfix {
    display: table;
  }
}
.co2_holder #middleviewhero {
  float: right;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .co2_holder #middleviewhero {
    display: table-header-group;
    width: 100%;
  }
  .co2_holder #middleviewhero > table {
    width: 100% !important;
  }
}
.co2_holder #middleviewhero h1,
.co2_holder #middleviewhero p,
.co2_holder #middleviewhero div {
  text-align: left;
}
.co2_holder #middleviewhero h1,
.co2_holder #middleviewhero p {
  color: #ffffff;
  text-shadow: 1px 1px 5px #4c4c4c;
}
.co2_holder #middleviewhero h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}
.co2_holder #middleviewhero p {
  font-size: 16px;
}
.co2_holder #subnav {
  float: left;
  width: 210px;
}
@media only screen and (max-width: 767px) {
  .co2_holder #subnav {
    display: table-footer-group;
    float: none;
  }
}
.co2_holder #subnav .subnavheadline {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjFmMWYyIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: linear-gradient(to bottom, #f8f8f8 0%, #f1f1f2 100%);
  background-repeat: repeat-x;
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#fff8f8f8', endColorstr='#fff1f1f2', GradientType=0)";
  border-radius: 8px 8px 0 0;
  border: 1px solid #E1E1E1;
  color: #333333;
  font-weight: bold;
  padding-top: 7px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .co2_holder #subnav .subnavheadline {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .co2_holder #subnavBox {
    margin-bottom: 30px;
  }
}
.co2_holder #subnavBox ul {
  margin: 0;
  padding: 0;
}
.co2_holder #subnavBox ul > li {
  list-style-type: none;
}
.co2_holder #subnavBox a {
  color: #ffffff;
  display: block;
  padding: 5px 25px 5px 15px;
}
.co2_holder #subnavBox a:hover {
  background-color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
.co2_holder .no-rgba #subnavBox a:hover {
  background-color: #000;
}
.co2_holder #subnavcontent {
  background-color: rgba(0, 0, 0, 0.6);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000')";
}
.co2_holder #subnav .subnav {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZiNmQ2ZiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjUyMTIyIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: linear-gradient(to bottom, #6b6d6f 0%, #252122 100%);
  background-repeat: repeat-x;
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ff6b6d6f', endColorstr='#ff252122', GradientType=0)";
  font-weight: bold;
  padding: 6px 25px 6px 10px;
  position: relative;
}
.co2_holder #subnav .subnav:after {
  transform: translate(0, -50%);
  color: #E1E1E1;
  content: '▼';
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
}
.co2_holder .no-csstransforms #subnav .subnav:after {
  margin-top: -0.6em;
}
.co2_holder #subnav .subnav.open:after {
  content: '▲';
}
.co2_holder #subnav .subnavselected {
  background-color: #ffffff;
}
.co2_holder #subnav .subnavselected a {
  background: none;
  color: #000;
  font-weight: bold;
}
.co2_holder #subnav .subnavselected a:hover {
  background: none;
}
.co2_holder .hero-wrap {
  margin-top: 0;
}
.co2_holder .hero-wrap-legacy {
  background-size: cover !important;
}
.co2_holder .hero-wrap.hero-wrap-small {
  display: none;
}
.co2_holder .isv-hero-wrap {
  padding-top: 30px;
  margin-top: -130px;
}
.co2_holder .isv-hero-wrap .para {
  margin-top: 160px;
}
.co2_holder .hero-slider {
  max-height: 500px;
}
.co2_holder .slide--single.slide__co2 {
  background-image: url("https://epsonemear.a.bigcontent.io/v1/static/co2calc-bg");
  height: 100%;
}
.co2_holder .content .t1 {
  color: #101F8B;
  font-size: 36px;
  margin-top: 0px;
  margin-bottom: 36px;
  font-weight: normal;
  text-transform: none;
  line-height: 45px;
}
.co2_holder .content .t2 {
  color: #101F8B;
  font-size: 19px;
  font-weight: normal;
  margin-bottom: 24px;
  margin-top: 0px;
}
.co2_holder .content .t3 {
  color: #101F8B;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
}
.co2_holder .content .t3-bold {
  font-size: 20px;
  color: #101F8B;
  text-transform: none;
  font-weight: bold;
}
.co2_holder .content .t3-white {
  color: #FFF;
  font-weight: bold;
  margin: 0;
  font-size: 22px;
  text-transform: uppercase;
}
.co2_holder .content .t4 {
  font-size: 18px;
  margin-bottom: 15px;
}
.co2_holder .content .bullet-list {
  list-style: disc outside none;
  margin-left: 0;
  padding-left: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
.co2_holder .content .bullet-list li {
  line-height: 1.5;
  margin-bottom: 5px;
}
.co2_holder .content .t5 {
  font-size: 13px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
}
.co2_holder .content .p-l {
  font-size: 16px;
  line-height: 25px;
  margin: 0px;
}
.co2_holder .content p {
  font-size: 13px;
  color: #575752;
  line-height: 22px;
}
.co2_holder .content a.pdf-link {
  padding-left: 25px;
  background: url(../img/pdf_icon.svg) no-repeat left 4px;
  line-height: 29px;
  display: block;
}
.co2_holder .ie9 .wfprips-hero-wrap {
  float: none;
}
.co2_holder .ie9 .page-nav {
  background: #10218b;
}
.co2_holder .overlay {
  transition: opacity 0.4s ease;
  background-color: rgba(0, 0, 0, 0.4);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000')";
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
  visibility: visible;
}
.co2_holder .overlay.is-invisible,
.co2_holder .overlay.xigen-hidden-popup,
.co2_holder .overlay.co2_holder .xigen-hidden-popup {
  visibility: hidden;
  clip: auto !important;
  position: fixed !important;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000')";
}
.co2_holder .overlay:hover {
  cursor: pointer;
}
.co2_holder .popup {
  transition: all 0.4s ease;
  transform: translate(-50%, 0);
  display: block;
  left: 50%;
  max-height: 80%;
  outline: none;
  overflow: auto;
  position: fixed;
  top: 10%;
  width: 100%;
  z-index: 51;
  opacity: 1;
  color: #575755;
  background: #fff;
  visibility: visible;
  text-align: left;
  padding: 0;
}
.rtl .co2_holder .popup {
  text-align: right;
}
.co2_holder .popup.is-invisible,
.co2_holder .popup.xigen-hidden-popup,
.co2_holder .popup.co2_holder .xigen-hidden-popup {
  visibility: hidden;
  clip: auto !important;
  position: fixed !important;
  top: 15%;
  opacity: 0;
}
.no-csstransforms .co2_holder .popup {
  margin-left: -250px;
  top: 10%;
}
.co2_holder .popup a {
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .co2_holder .popup {
    top: 0;
    height: 100%;
    max-height: 100%;
  }
}
.co2_holder .popup:not(.header_m) {
  width: 100% !important;
}
.co2_holder .popup_content {
  background: #fff;
  outline: none;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .co2_holder .popup_content {
    padding: 40px 15px 15px;
  }
}
.co2_holder .popup_close {
  z-index: 2;
  position: absolute;
  top: 24px;
  right: 22px;
}
.rtl .co2_holder .popup_close {
  right: auto;
  left: 30px;
}
@media only screen and (max-width: 767px) {
  .co2_holder .popup_close {
    top: 15px;
    right: 15px;
  }
  .rtl .co2_holder .popup_close {
    right: auto;
    left: 15px;
  }
}
.co2_holder .popup_close a {
  display: block;
  width: 16px;
  padding-left: 0px;
  height: 35px;
  background: url(../img/popup-close-icon.svg) center center no-repeat;
  font-size: 0;
  text-indent: -999em;
  transform: opacity 0.2s ease;
}
.co2_holder .popup_close a:after {
  display: none;
}
.co2_holder .popup_close a:hover {
  opacity: 0.8;
}
.co2_holder .popup h3 {
  margin: 0 0 25px;
  font-size: 20px;
  font-weight: normal;
  color: #575755;
}
.co2_holder .popup ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.co2_holder .popup li {
  display: block;
}
.co2_holder .popup label,
.co2_holder .popup .header {
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin: 20px 0 10px;
}
.co2_holder .popup .header {
  margin-bottom: 15px;
}
.co2_holder .popup .error {
  margin: 10px 0 0;
  font-size: 13px;
  color: #CC0000;
}
.co2_holder .popup button {
  margin-top: 25px;
  padding: 10px;
  min-width: 100px;
}
@media only screen and (max-width: 767px) {
  .co2_holder .popup button {
    width: 100%;
  }
}
.co2_holder .popup .do-company-toggle {
  display: none;
}
.co2_holder .popup .do-company-toggle label:not(.error) {
  margin-top: 4px;
}
.co2_holder .popup_signin {
  max-width: 440px;
}
@media only screen and (max-width: 767px) {
  .co2_holder .popup_signin {
    max-width: 100%;
  }
}
.co2_holder .popup_signin h4 {
  margin: 0px;
  padding-bottom: 0px;
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
  color: #575755;
}
.co2_holder .popup_signin p {
  color: #575755;
}
.co2_holder .popup_signin .forgot-pass {
  display: inline-block;
  margin: 15px 0 0;
}
.co2_holder .popup_signin .register-now {
  margin: 20px 0 0;
  font-size: 14px;
}
.co2_holder .popup_signin .register-now a {
  font-size: inherit;
}
.co2_holder .popup_register {
  max-width: 720px;
}
@media only screen and (max-width: 767px) {
  .co2_holder .popup_register {
    max-width: 100%;
  }
}
.co2_holder .popup_register .popup_content {
  padding: 30px 15px;
}
.co2_holder .popup_register .container .columns {
  padding: 0 15px;
}
@media only screen and (max-width: 599px) {
  .co2_holder .popup_register .container,
  .co2_holder .popup_register .container .columns {
    padding: 0;
  }
}
.co2_holder .popup_register h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 10px;
}
.co2_holder .popup_register .header.header__newsletter {
  margin-top: 30px;
}
.co2_holder .popup_register .disclaimer {
  color: #a9a9a9;
  margin-top: 25px;
  line-height: 18px;
}
.co2_holder .popup_register .dealer {
  color: #575755;
  margin-top: 25px;
  line-height: 18px;
}
.co2_holder .popup_language {
  max-width: 440px;
}
@media only screen and (max-width: 767px) {
  .co2_holder .popup_language {
    max-width: 100%;
  }
}
.co2_holder .popup_language button {
  margin-top: 0;
}
.co2_holder .popup_language .popup_content {
  max-width: 440px;
  margin: 0 auto;
}
.co2_holder .popup_search {
  max-width: 440px;
}
@media only screen and (max-width: 767px) {
  .co2_holder .popup_search {
    max-width: 100%;
  }
}
.co2_holder .popup_search .popup_content {
  max-width: 440px;
  margin: 0 auto;
}
.co2_holder .popup_video {
  max-width: 720px;
}
.co2_holder .popup_video .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.co2_holder .popup_video .video-container iframe,
.co2_holder .popup_video .video-container object,
.co2_holder .popup_video .video-container embed,
.co2_holder .popup_video .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.co2_holder .popup-address-lookup {
  max-width: 780px;
}
.co2_holder .popup-address-lookup h3 {
  padding-bottom: 20px;
  color: #10218b;
  border-bottom: 1px solid #d9d9d9;
}
.co2_holder .popup-address-lookup ul {
  list-style: none;
  margin: 10px 0;
  max-height: 400px;
  overflow: auto;
}
.co2_holder .popup-address-lookup li {
  display: block;
}
.co2_holder .popup-address-lookup li a {
  color: #575755;
  display: block;
  font-size: 13px;
  line-height: 18px;
  padding: 5px 0;
  text-decoration: none;
}
.co2_holder .popup-address-lookup li a:hover {
  color: #10218b;
}
.co2_holder .popup-double-order {
  max-width: 530px;
}
.co2_holder .popup-double-order h3 {
  padding-left: 35px;
  background: url(../images/checkout-double-order-icon.svg) left center no-repeat;
  background-size: 23px 26px;
  color: #FB8F14;
  margin-bottom: 20px;
}
.rtl .co2_holder .popup-double-order h3 {
  padding-left: 0;
  padding-right: 35px;
  background-position: right center;
}
.co2_holder .popup-double-order p {
  color: #575755;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #d9d9d9;
}
.co2_holder .popup-double-order p strong {
  font-weight: bold;
  color: #FB8F14;
  text-transform: uppercase;
}
.co2_holder .popup-double-order p.disclaimer {
  margin: 30px 0 0;
  padding: 0;
  border: none;
  color: #A9A9A9;
  font-size: 12px;
  line-height: 18px;
}
.co2_holder .popup-double-order label {
  margin: 0;
  color: #575755;
  font-size: 13px;
  line-height: 18px;
  padding: 0 0 5px;
}
.co2_holder .popup-double-order .price {
  color: #575755;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 15px;
}
.co2_holder .popup-double-order .btn {
  text-transform: uppercase;
}
.co2_holder .popup-firmware {
  max-width: 900px;
}
.co2_holder .popup-firmware .popup_actions {
  padding-top: 20px;
}
.co2_holder .popup-firmware input[type="checkbox"].error + label {
  color: red;
}
.co2_holder .co2-calculator .btn-hover {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.co2_holder .co2-calculator .btn-hover:before {
  background-color: #e3e3e3;
  content: "";
  height: 104%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -2%;
  transform: scale(0.7, 1);
  transition-delay: 0s, 0s;
  transition-duration: 0.4s, 0.4s;
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  width: 100%;
  z-index: -1;
}
.co2_holder .co2-calculator .btn-hover:hover,
.co2_holder .co2-calculator .btn-hover:focus {
  text-decoration: none;
}
.co2_holder .co2-calculator .btn-hover:hover:before,
.co2_holder .co2-calculator .btn-hover:focus:before {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.co2_holder .co2-calculator .btn,
.co2_holder .co2-calculator .xigen-button {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 8px 15px;
  border: 1px solid #d9d9d9;
  background: transparent;
  transition: all 0.3s ease;
  color: #575755;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  text-transform: none;
  transform-style: preserve-3d;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.co2_holder .co2-calculator .btn:disabled,
.co2_holder .co2-calculator .xigen-button:disabled,
.co2_holder .co2-calculator .btn[disabled],
.co2_holder .co2-calculator .xigen-button[disabled],
.co2_holder .co2-calculator .btn.is-disabled,
.co2_holder .co2-calculator .xigen-button.is-disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
  pointer-events: none;
}
.co2_holder .co2-calculator .btn:before,
.co2_holder .co2-calculator .xigen-button:before {
  background-color: #e3e3e3;
  content: "";
  height: 104%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -2%;
  transform: scale(0.7, 1);
  transition-delay: 0s, 0s;
  transition-duration: 0.4s, 0.4s;
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  width: 100%;
  z-index: -1;
}
.co2_holder .co2-calculator .btn:hover,
.co2_holder .co2-calculator .xigen-button:hover,
.co2_holder .co2-calculator .btn:focus,
.co2_holder .co2-calculator .xigen-button:focus {
  text-decoration: none;
}
.co2_holder .co2-calculator .btn:hover:before,
.co2_holder .co2-calculator .xigen-button:hover:before,
.co2_holder .co2-calculator .btn:focus:before,
.co2_holder .co2-calculator .xigen-button:focus:before {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
button.co2_holder .co2-calculator .btn::-moz-focus-inner,
button.co2_holder .co2-calculator .xigen-button::-moz-focus-inner {
  border: none;
  padding: 0;
}
.co2_holder .co2-calculator .btn.is-active,
.co2_holder .co2-calculator .xigen-button.is-active {
  background: none;
  color: #575755;
  border-color: #d9d9d9;
  transition: all 0.3s ease;
}
.co2_holder .co2-calculator .btn .text-blue,
.co2_holder .co2-calculator .xigen-button .text-blue {
  color: #10218b;
}
.co2_holder .co2-calculator .btn.uppercase,
.co2_holder .co2-calculator .xigen-button.uppercase {
  text-transform: uppercase;
}
.co2_holder .co2-calculator .btn-larger {
  text-transform: uppercase;
  padding: 10px 15px;
}
.co2_holder .co2-calculator .btn-form {
  height: 40px;
  min-width: 100px;
  width: auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  line-height: 40px;
  border: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.co2_holder .co2-calculator .btn-form:before {
  background-color: #e3e3e3;
  content: "";
  height: 104%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -2%;
  transform: scale(0.7, 1);
  transition-delay: 0s, 0s;
  transition-duration: 0.4s, 0.4s;
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  width: 100%;
  z-index: -1;
}
.co2_holder .co2-calculator .btn-form:hover,
.co2_holder .co2-calculator .btn-form:focus {
  text-decoration: none;
}
.co2_holder .co2-calculator .btn-form:hover:before,
.co2_holder .co2-calculator .btn-form:focus:before {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
@media only screen and (max-width: 479px) {
  .co2_holder .co2-calculator .btn-form {
    width: 100%;
  }
}
.co2_holder .co2-calculator .btn-grey {
  background: #e3e3e3;
  border-color: #e3e3e3;
  color: #10218b;
}
.co2_holder .co2-calculator .btn-grey:hover {
  color: #ffffff;
  border-color: #023B9F;
}
.co2_holder .co2-calculator .btn-grey:before {
  background: #023B9F;
}
.co2_holder .co2-calculator .btn-blue,
.co2_holder .co2-calculator .btn-info,
.co2_holder .co2-calculator .xigen-button {
  background: #10218b;
  border-color: #10218b;
  color: #ffffff;
}
.co2_holder .co2-calculator .btn-blue:hover,
.co2_holder .co2-calculator .btn-info:hover,
.co2_holder .co2-calculator .xigen-button:hover {
  background: #10218b;
  border-color: #10218b;
}
.co2_holder .co2-calculator .btn-blue:before,
.co2_holder .co2-calculator .btn-info:before,
.co2_holder .co2-calculator .xigen-button:before {
  background: #023B9F;
}
.co2_holder .co2-calculator .btn-info,
.co2_holder .co2-calculator .xigen-button {
  text-transform: uppercase;
}
.co2_holder .co2-calculator .btn-orange {
  font-size: 12px;
  border: none;
  background: #FB8F14;
  color: #fff;
  text-transform: uppercase;
}
.co2_holder .co2-calculator .btn-orange:before {
  background: #f18204;
}
.co2_holder .co2-calculator .btn-green {
  background: #AFCA2A;
  border-color: #AFCA2A;
  color: #fff;
}
.co2_holder .co2-calculator .btn-green:before {
  background: #9db526;
}
.co2_holder .co2-calculator .btn-white {
  background: #ffffff;
  background-color: #ffffff;
  color: #10218b;
}
.co2_holder .co2-calculator .btn-direct,
.co2_holder .co2-calculator .btn-close-reload,
.co2_holder .co2-calculator .xigen-button-cta {
  font-size: 12px;
  line-height: 20px;
  border-color: #FB8F14;
  background: #FB8F14;
  color: #fff;
  text-transform: uppercase;
}
.co2_holder .co2-calculator .btn-direct:before,
.co2_holder .co2-calculator .btn-close-reload:before,
.co2_holder .co2-calculator .xigen-button-cta:before {
  background: #f18204;
}
.co2_holder .co2-calculator .btn-second,
.co2_holder .co2-calculator .xigen-button-white {
  color: #575755;
  background-color: #e3e3e3;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
}
.co2_holder .co2-calculator .btn-second:before,
.co2_holder .co2-calculator .xigen-button-white:before {
  background-color: #d6d6d6;
}
.co2_holder .co2-calculator .btn-second:active,
.co2_holder .co2-calculator .xigen-button-white:active {
  background-color: #cacaca;
}
.co2_holder .co2-calculator .btn-pill {
  padding: 3px;
}
.co2_holder .co2-calculator .btn-pill.is-active {
  color: #ffffff;
  background-color: #10218b;
}
.co2_holder .co2-calculator .btn-pill.is-active:focus,
.co2_holder .co2-calculator .btn-pill.is-active:hover {
  background-position: 0 0;
}
.co2_holder .co2-calculator .btn-dark {
  border: 1px solid #ffffff;
}
.co2_holder .co2-calculator .button-learn,
.co2_holder .co2-calculator .button-detail {
	margin: 5px;
}
.co2_holder .co2-calculator .btn.back-icon {
  padding-left: 30px;
}
.co2_holder .co2-calculator .btn.back-icon:after {
  content: " ";
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -5px;
  display: block;
  width: 5px;
  height: 9px;
  background: url(../images/icon-back-arrow.svg) left center no-repeat;
}
.co2_holder .co2-calculator .rtl .btn.back-icon {
  padding-left: 15px;
  padding-right: 30px;
}
.co2_holder .co2-calculator .rtl .btn.back-icon:after {
  transform: scaleX(-1);
  left: auto;
  right: 15px;
  background-position: right center;
}
.co2_holder .jqplot-target {
  position: relative;
  color: #575755;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  /*    height: 300px;
    width: 400px;*/
}
.co2_holder .jqplot-axis {
  font-size: 1em;
  color: #575755;
}
.co2_holder .jqplot-xaxis {
  margin-top: 10px;
}
.co2_holder .jqplot-x2axis {
  margin-bottom: 10px;
}
.co2_holder .jqplot-yaxis {
  margin-right: 10px;
  min-width: 40px;
}
.co2_holder .jqplot-y2axis,
.co2_holder .jqplot-y3axis,
.co2_holder .jqplot-y4axis,
.co2_holder .jqplot-y5axis,
.co2_holder .jqplot-y6axis,
.co2_holder .jqplot-y7axis,
.co2_holder .jqplot-y8axis,
.co2_holder .jqplot-y9axis,
.co2_holder .jqplot-yMidAxis {
  margin-left: 10px;
  margin-right: 10px;
}
.co2_holder .jqplot-axis-tick,
.co2_holder .jqplot-xaxis-tick,
.co2_holder .jqplot-yaxis-tick,
.co2_holder .jqplot-x2axis-tick,
.co2_holder .jqplot-y2axis-tick,
.co2_holder .jqplot-y3axis-tick,
.co2_holder .jqplot-y4axis-tick,
.co2_holder .jqplot-y5axis-tick,
.co2_holder .jqplot-y6axis-tick,
.co2_holder .jqplot-y7axis-tick,
.co2_holder .jqplot-y8axis-tick,
.co2_holder .jqplot-y9axis-tick,
.co2_holder .jqplot-yMidAxis-tick {
  position: absolute;
  white-space: pre-line;
}
.co2_holder .jqplot-xaxis-tick {
  top: 0px;
  /* initial position untill tick is drawn in proper place */
  left: 15px;
  /*    padding-top: 10px;*/
  vertical-align: top;
  word-wrap: break-word;
  max-width: 140px;
}
.co2_holder .jqplot-x2axis-tick {
  bottom: 0px;
  /* initial position untill tick is drawn in proper place */
  left: 15px;
  /*    padding-bottom: 10px;*/
  vertical-align: bottom;
}
.co2_holder .jqplot-yaxis-tick {
  right: 0px;
  /* initial position untill tick is drawn in proper place */
  top: 15px;
  /*    padding-right: 10px;*/
  text-align: right;
}
.co2_holder .jqplot-yaxis-tick.jqplot-breakTick {
  right: -20px;
  margin-right: 0px;
  padding: 1px 5px 1px 5px;
  /*background-color: white;*/
  z-index: 2;
  font-size: 1.5em;
}
.co2_holder .jqplot-y2axis-tick,
.co2_holder .jqplot-y3axis-tick,
.co2_holder .jqplot-y4axis-tick,
.co2_holder .jqplot-y5axis-tick,
.co2_holder .jqplot-y6axis-tick,
.co2_holder .jqplot-y7axis-tick,
.co2_holder .jqplot-y8axis-tick,
.co2_holder .jqplot-y9axis-tick {
  left: 0px;
  /* initial position untill tick is drawn in proper place */
  top: 15px;
  /*    padding-left: 10px;*/
  /*    padding-right: 15px;*/
  text-align: left;
}
.co2_holder .jqplot-yMidAxis-tick {
  text-align: center;
  white-space: nowrap;
}
.co2_holder .jqplot-xaxis-label {
  margin-top: 10px;
  font-size: 11pt;
  position: absolute;
}
.co2_holder .jqplot-x2axis-label {
  margin-bottom: 10px;
  font-size: 11pt;
  position: absolute;
}
.co2_holder .jqplot-yaxis-label {
  margin-right: 10px;
  /*    text-align: center;*/
  font-size: 11pt;
  position: absolute;
}
.co2_holder .jqplot-yMidAxis-label {
  font-size: 11pt;
  position: absolute;
}
.co2_holder .jqplot-y2axis-label,
.co2_holder .jqplot-y3axis-label,
.co2_holder .jqplot-y4axis-label,
.co2_holder .jqplot-y5axis-label,
.co2_holder .jqplot-y6axis-label,
.co2_holder .jqplot-y7axis-label,
.co2_holder .jqplot-y8axis-label,
.co2_holder .jqplot-y9axis-label {
  /*    text-align: center;*/
  font-size: 11pt;
  margin-left: 10px;
  position: absolute;
}
.co2_holder .jqplot-meterGauge-tick {
  font-size: 0.75em;
  color: #999999;
}
.co2_holder .jqplot-meterGauge-label {
  font-size: 1em;
  color: #999999;
}
.co2_holder table.jqplot-table-legend {
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 12px;
  margin-right: 12px;
}
.co2_holder table.jqplot-table-legend,
.co2_holder table.jqplot-cursor-legend {
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #cccccc;
  position: absolute;
  font-size: 0.75em;
}
.co2_holder td.jqplot-table-legend {
  vertical-align: middle;
}
.co2_holder td.jqplot-seriesToggle:hover,
.co2_holder td.jqplot-seriesToggle:active {
  cursor: pointer;
}
.co2_holder .jqplot-table-legend .jqplot-series-hidden {
  text-decoration: line-through;
}
.co2_holder div.jqplot-table-legend-swatch-outline {
  border: 1px solid #cccccc;
  padding: 1px;
}
.co2_holder div.jqplot-table-legend-swatch {
  width: 0px;
  height: 0px;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 6px;
  border-right-width: 6px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
}
.co2_holder .jqplot-title {
  top: 0px;
  left: 0px;
  padding-bottom: 0.5em;
  font-size: 1.2em;
}
.co2_holder table.jqplot-cursor-tooltip {
  border: 1px solid #cccccc;
  font-size: 0.75em;
}
.co2_holder .jqplot-cursor-tooltip {
  border: 1px solid #cccccc;
  font-size: 0.75em;
  white-space: nowrap;
  background: rgba(208, 208, 208, 0.5);
  padding: 1px;
}
.co2_holder .jqplot-highlighter-tooltip,
.co2_holder .jqplot-canvasOverlay-tooltip {
  border: 1px solid #cccccc;
  font-size: 0.75em;
  white-space: nowrap;
  background: rgba(208, 208, 208, 0.5);
  padding: 1px;
}
.co2_holder .jqplot-point-label {
  font-size: 14px;
  z-index: 2;
  padding: 15px;
  color: #4c4c4c;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  margin-top: -15px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
}
.co2_holder .jqplot-point-label:before,
.co2_holder .jqplot-point-label:after {
  content: "";
  position: absolute;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -16px;
}
.co2_holder .jqplot-point-label:before {
  border-top: 16px solid #d9d9d9;
  margin-top: 0px;
}
.co2_holder .jqplot-point-label:after {
  border-top: 16px solid #ffffff;
  margin-top: -2px;
  z-index: 1;
}
@media only screen and (max-width: 479px) {
  .co2_holder .jqplot-point-label {
    font-size: 12px;
    padding: 10px;
  }
}
.co2_holder td.jqplot-cursor-legend-swatch {
  vertical-align: middle;
  text-align: center;
}
.co2_holder div.jqplot-cursor-legend-swatch {
  width: 1.2em;
  height: 0.7em;
}
.co2_holder .jqplot-error {
  /*   Styles added to the plot target container when there is an error go here.*/
  text-align: center;
}
.co2_holder .jqplot-error-message {
  /*    Styling of the custom error message div goes here.*/
  position: relative;
  top: 46%;
  display: inline-block;
}
.co2_holder div.jqplot-bubble-label {
  font-size: 0.8em;
  /*    background: rgba(90%, 90%, 90%, 0.15);*/
  padding-left: 2px;
  padding-right: 2px;
  color: #333333;
}
.co2_holder div.jqplot-bubble-label.jqplot-bubble-label-highlight {
  background: rgba(230, 230, 230, 0.7);
}
.co2_holder div.jqplot-noData-container {
  text-align: center;
  background-color: rgba(245, 245, 245, 0.3);
}
.co2_holder .hero-slider--text-bottom .slide--single.slide__co2 .description_holder {
  bottom: 45px;
  position: absolute;
  left: 10px;
  max-width: 400px;
  color: #ffffff;
}
.co2_holder .hero-slider--text-bottom .slide--single.slide__co2 .description_holder h1 {
  font-size: 36px;
  text-transform: uppercase;
  margin: 0 0 20px;
  line-height: 50px;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.1;
}
.co2_holder .hero-slider--text-bottom .slide--single.slide__co2 .description_holder p {
  font-size: 16px;
  margin: 0 0 20px;
  line-height: 24px;
}
@media only screen and (max-width: 1000px) {
  .co2_holder .hero-slider--text-bottom .slide--single.slide__co2 {
    background-position: -620px 0px;
  }
  .co2_holder .hero-slider--text-bottom .slide--single.slide__co2 .description_holder h1 {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 960px) {
  .co2_holder .hero-slider--text-bottom .slide--single.slide__co2 .description_holder {
    bottom: 0px;
  }
}
@media only screen and (max-width: 880px) {
  .co2_holder .hero-slider--text-bottom .slide--single.slide__co2 .description_holder {
    top: 40px;
    max-width: 600px !important;
  }
}
@media only screen and (max-width: 700px) {
  .co2_holder .hero-slider--text-bottom .slide--single.slide__co2 {
    background-position: center center;
  }
}
@media only screen and (max-width: 479px) {
  .co2_holder .hero-slider--text-bottom .slide--single.slide__co2 {
    background-position: -780px 0px;
    height: 650px;
  }
  .co2_holder .hero-slider--text-bottom .slide--single.slide__co2 .description_holder {
    left: 0px;
    top: 0px;
    max-width: 100% !important;
  }
  .co2_holder .hero-slider--text-bottom .slide--single.slide__co2 .description_holder h1 {
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .co2_holder .hero-slider--text-bottom .slide--single.slide__co2 {
    max-height: 555px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .co2_holder .hero-slider--text-bottom .slide--single.slide__co2 .description_holder p {
    margin-right: 370px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .co2_holder .hero-slider--text-bottom .slide--single.slide__co2 .description_holder p {
    margin-right: 300px;
  }
}
.co2_holder #errorCalculation {
  color: #F00;
  padding: 20px 10px;
  border: 2px solid #F00;
  background-color: #FEE;
  margin-bottom: 20px;
}
.co2_holder .calculator-section {
  background-color: #f6f6f6;
}
.co2_holder .calculator-section .calculator-content {
  padding: 20px 0;
}
.co2_holder .calculator-heading {
  color: #575752;
  text-align: center;
  margin-top: 20px;
  font-size: 24px;
  margin-bottom: 30px;
}
.co2_holder .customer-location {
  border-bottom: 1px solid #d9d9d9;
}
.co2_holder .customer-location .customer-details-row {
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
}
.co2_holder .customer-location .customer-details-row > .columns {
	display: flex;
	flex-direction: column;
}
.co2_holder .customer-location .location-label {
  color: #0A1290;
  font-weight: bold;
  font-size: 13px;
  flex-grow: 1;
}
.co2_holder .customer-location .location-field {
  padding: 9px 12px;
}
.co2_holder .customer-location .location-field,
.co2_holder .customer-location .select {
  margin-top: 7px;
  margin-bottom: 25px;
}
.co2_holder .popup-location {
  float: right;
  font-size: 13px;
  color: black;
  font-weight: normal;
}
.co2_holder .popup-location:hover .popup-location-text {
  display: block;
}
.co2_holder .popup-location-text {
  display: none;
  width: 150px;
  position: absolute;
  top: -38px;
  right: -160px;
  padding: 7px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
}
.co2_holder .popup-location-text:before,
.co2_holder .popup-location-text:after {
  content: "";
  position: absolute;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  top: 23%;
  left: 0%;
  margin-left: -16px;
}
.co2_holder .popup-location-text:before {
  border-right: 15px solid #d9d9d9;
  margin-right: 5px;
}
.co2_holder .popup-location-text:after {
  border-right: 15px solid #ffffff;
  margin-left: -14px;
  z-index: 1;
}
@media only screen and (max-width: 1300px) {
  .co2_holder .popup-location-text {
    top: -144px;
    right: -1px;
  }
  .co2_holder .popup-location-text:before,
  .co2_holder .popup-location-text:after {
    content: "";
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    top: 100%;
    left: 90%;
    margin-left: -15px;
  }
  .co2_holder .popup-location-text:before {
    border-top: 15px solid #d9d9d9;
    margin-top: 1px;
  }
  .co2_holder .popup-location-text:after {
    border-top: 15px solid #ffffff;
    margin-top: -1px;
    z-index: 1;
  }
}
.co2_holder .printer-details-row {
  padding: 20px 0;
  padding-bottom: 5px;
  padding-top: 25px;
  margin-bottom: 0px;
  /*.calculator-field {
        color: @darkgrey;
        background-color: @white;
        border: 1px solid @lightgrey;
        cursor: pointer;
        padding: 6px 40px 6px 10px;
        z-index: 2;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: transparent url('/assets/images/select-arrow.svg') no-repeat right 5px center;
        option {
            cursor: pointer;
            padding: 7px 10px;
        }
    }*/
}
.co2_holder .printer-details-row .calculator-label {
  color: #0A1290;
  font-weight: bold;
  margin: 0;
  font-size: 13px;
  min-height: 40px;
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .co2_holder .printer-details-row .calculator-label {
    min-height: 48px;
  }
}
@media only screen and (max-width: 479px) {
  .co2_holder .printer-details-row .calculator-label {
    padding-top: 10px;
  }
}
.co2_holder .printer-details-row .choose-other {
  /*position: absolute;
        left: 10px;
        top: 15px;*/
  font-weight: normal;
}
.co2_holder .printer-details-row .choose-other:lang(de) {
  font-size: 11px;
}
@media only screen and (min-width: 480px) {
  .co2_holder .printer-details-row .choose-other:lang(de) {
    white-space: nowrap;
  }
}
.co2_holder .printer-details-row .printer-remove {
  margin-top: 52px;
  margin-left: 15px;
  cursor: pointer;
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .co2_holder .printer-details-row .printer-remove {
    margin-top: 48px;
    margin-left: -10px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .co2_holder .printer-details-row .printer-remove {
    margin: 0;
    position: absolute;
    bottom: 8px;
    right: -10px;
  }
}
@media only screen and (max-width: 479px) {
  .co2_holder .printer-details-row .printer-remove {
    margin: 0;
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
.co2_holder .print_area {
  display: none;
}
.co2_holder .add-printer {
  cursor: pointer;
}
.co2_holder .add-printer .add-printer-text {
  color: #10218b;
  font-weight: bold;
}
.co2_holder .add-printer .add-printer-icon img {
  vertical-align: middle;
  margin-right: 5px;
}
.co2_holder .submit-form .calculator-submit {
  padding-top: 20px;
  border-top: 1px solid #d9d9d9;
  margin-left: 0px;
  margin-right: 0px;
}
.co2_holder .submit-form .checkbox-wrap {
  left: 0px;
}
.co2_holder .submit-form .checkbox-wrap input {
  width: inherit;
}
.co2_holder .submit-form .submit-button-wrap {
  width: 100%;
  text-align: center;
}
.co2_holder .submit-form .submit-calculator {
  font-size: 12px;
  padding: 9px 25px;
}
@media only screen and (max-width: 775px) {
  .co2_holder .submit-form .checkbox-wrap {
    position: relative;
    left: 0px;
    margin-bottom: 20px;
	padding-left: 20px;
  }
  .co2_holder .submit-form .checkbox-wrap input {
    position: absolute;
    left: 0;
  }
  .co2_holder .submit-form .checkbox-wrap label {
    position: static;
    left: auto;
    bottom: auto;
  }
}
.co2_holder .calculator-footnotes {
  padding: 35px 0;
  background-color: #f6f6f6;
}
.co2_holder .calculator-footnotes .calculator-footnote {
  color: #A9A9A9;
  font-size: 11px;
  margin: 0;
  margin-bottom: 10px;
}
.co2_holder .calculator-results {
  color: #575755;
}
.co2_holder .calculator-results h2,
.co2_holder .calculator-results h3,
.co2_holder .calculator-results p {
  margin: 0;
  margin-bottom: 10px;
}
.co2_holder .calculator-results p {
  margin-right: 40px;
}
.co2_holder .calculator-results .results-center {
  margin: 0 auto;
  text-align: center;
  padding: 45px 0px;
}
.co2_holder .calculator-results .calculator-results-header,
.co2_holder .calculator-results .calculator-results-content,
.co2_holder .calculator-results .calculator-results-sticker {
  position: relative;
}
.co2_holder .calculator-results .results-header {
  padding: 60px 30px;
  background-color: #030576;
}
.co2_holder .calculator-results .results-header h2 {
  color: #ffffff;
  margin-bottom: 45px;
  line-height: 1.4;
}
.co2_holder .calculator-results .results-header button {
  margin: 0 10px;
}
.co2_holder .calculator-results .results-header:before {
  content: "";
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border-top: 20px solid #030576;
}
@media only screen and (max-width: 630px) {
  .co2_holder .calculator-results .results-header button {
    margin: 0 0 15px 0;
  }
}
.co2_holder .calculator-results .results-content-header {
  padding-top: 75px;
}
.co2_holder .calculator-results .results-graphs {
  margin-bottom: 40px;
}
.co2_holder .calculator-results .results-graphs .graphlabel {
  float: left;
}
.co2_holder .calculator-results .results-graphs .graphlabel-left {
  width: 70%;
}
.co2_holder .calculator-results .results-graphs .graphlabel-right {
  width: 30%;
}
.co2_holder .calculator-results .results-graphs .graphlabel-right .graphlabel-text {
  margin-bottom: 5px;
  padding-left: 22px;
  padding-top: 1px;
  font-size: 11px;
}
.co2_holder .calculator-results .results-graphs .graphlabel-right .graphlabel-text.graphlabel-competitor span {
  background-color: #CBCAD8;
  height: 15px;
  width: 15px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  float: left;
}
.co2_holder .calculator-results .results-graphs .graphlabel-right .graphlabel-text.graphlabel-epson span {
  background-color: #0E1B8D;
  height: 15px;
  width: 15px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  float: left;
}
.co2_holder .calculator-results .results-graphs .content-graphs {
  width: 50%;
  float: left;
}
.co2_holder .calculator-results .results-graphs .content-graphs .graph-style {
  margin-top: 50px;
  width: 100%;
  height: 100%;
}
.co2_holder .calculator-results .results-graphs .content-graphs .graphs-title {
  font-size: 18px;
}
@media only screen and (max-width: 775px) {
  .co2_holder .calculator-results .results-graphs .content-graphs {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    float: none;
  }
}
@media only screen and (max-width: 775px) {
  .co2_holder .calculator-results .results-graphs .graphlabel-left,
  .co2_holder .calculator-results .results-graphs .graphlabel-right {
    width: 100%;
  }
}
.co2_holder .calculator-results .results-content-adjust {
  background-color: #f6f6f6;
  position: relative;
  padding-bottom: 60px;
  /* &:before {
            content: "";
            position: absolute;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            top: 100%;
            left: 50%;
            margin-left: -20px;
            border-top: 20px solid @vlightgrey;
            //margin-top: 20px;
            z-index: 1;
        }*/
}
.co2_holder .calculator-results .results-content-adjust .adjust-title {
  margin-bottom: 35px;
}
.co2_holder .calculator-results .results-content-adjust .adjust-text {
  margin: 0 auto;
  margin-bottom: 25px;
  max-width: 450px;
}
.co2_holder .calculator-results .results-content-adjust .adjust-form {
  margin: 0 auto;
  margin-bottom: 35px;
  width: 100%;
  max-width: 400px;
}
.co2_holder .calculator-results .results-content-adjust .adjust-form .adjust-form-item {
  float: left;
  width: 50%;
}
.co2_holder .calculator-results .results-content-adjust .adjust-form .adjust-form-item label {
  font-weight: bold;
  color: #10218b;
  font-size: 12px;
  margin: 0;
}
.co2_holder .calculator-results .results-content-adjust .adjust-form .adjust-form-item label:lang(cs) {
  height: 2.8em;
}
.co2_holder .calculator-results .results-content-adjust .adjust-form .adjust-form-item input {
  margin: 0 auto;
  margin-top: 10px;
  max-width: 70px;
}
.co2_holder .calculator-results .results-content-adjust .adjust-form .adjust-form-item .adjust-currency {
  position: absolute;
  /* top: 35px; */
  bottom: 7px;
  text-align: right;
  left: 26px;
  width: 30px;
}
[lang="uk"] .co2_holder .calculator-results .results-content-adjust .adjust-form .adjust-form-item .adjust-currency {
  top: 49px;
}
@media only screen and (max-width: 479px) {
  .co2_holder .calculator-results .results-content-adjust .adjust-form .adjust-form-item .adjust-currency {
    left: 25px;
  }
}
@media only screen and (max-width: 321px) {
  .co2_holder .calculator-results .results-content-adjust .adjust-form .adjust-form-item .adjust-currency {
    top: 48px;
    left: 13px;
  }
}
.co2_holder .calculator-results .content-comparison {
  padding-top: 25px;
}
.co2_holder .calculator-results .content-comparison .comparison-title {
  margin-bottom: 25px;
}
.co2_holder .calculator-results .content-comparison .comparison-text {
  font-size: 18px;
  margin-bottom: 35px;
}
.co2_holder .calculator-results .content-comparison .comparison-table {
  font-size: 13px;
  border-top: 1px solid #d9d9d9;
  margin-bottom: 15px;
}
.co2_holder .calculator-results .content-comparison .comparison-table .comparison-row {
  clear: both;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
}
.co2_holder .calculator-results .content-comparison .comparison-table .comparison-row:nth-child(2) .comparison-content {
  background-color: #f6f6f6;
}
.co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content {
  /* float: left; */
  width: 33.3333333333%;
  border-left: 1px solid #d9d9d9;
  padding: 15px 20px 17px;
}
.co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content:first-child {
  border-left: none;
  font-weight: bold;
}
.co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content:last-child {
  padding: 0 0 2px 0;
  font-weight: bold;
}
.co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content .select {
  font-weight: normal;
}
.co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content.title {
  color: #10218b;
  font-size: 18px;
  padding: 0px;
  text-align: left;
}
.co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content.title .model-select {
  margin: 0px;
  color: #10218b;
  font-size: 18px;
  font-weight: normal;
  border: none;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 480px) {
  .co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content.title .model-select {
    font-size: 20px;
    padding: 15px 10px;
  }
}
.co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content.title .select {
  min-width: 100% !important;
  max-width: 100% !important;
  margin: 0px;
}
.co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content.title .select .select_display {
  color: #10218b;
  font-size: 18px;
  padding: 18px 20px;
  border: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content.title .select .select_list li {
  color: #10218b;
  font-size: 20px;
  padding: 12px 20px;
}
.co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content.title:first-child {
  padding: 15px 20px;
}
@media only print {
  .co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content.title {
    padding: 15px 20px;
  }
}
.co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content.head {
  width: 100%;
  text-align: left;
  padding: 15px 0;
}
.co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content.head h4 {
  margin: 0;
  font-size: 18px;
  color: #10218b;
}
.co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content.first {
  text-align: left;
}
.co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content .content-left {
  font-weight: normal;
}
.co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content .content-left,
.co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content .content-right {
  float: left;
  width: 50%;
  padding: 15px 20px;
}
.co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content .content-right {
  background-color: #fa8e13;
  color: #ffffff;
}
@media only screen and (max-width: 775px) {
  .co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content {
    padding: 15px 10px;
  }
  .co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content .content-left,
  .co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content .content-right {
    padding: 7px 10px;
  }
}
@media only screen and (max-width: 630px) {
  .co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content .content-left {
    width: 100%;
  }
  .co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content .content-right {
    float: right;
    width: 200%;
  }
}
@media only screen and (max-width: 480px) {
  .co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content {
    width: 50%;
  }
  .co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content.first {
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
  }
  .co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content.title {
    width: 100%;
    border-left: none;
  }
  .co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content.title .select {
    margin: 0px;
  }
  .co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content.title .select .select_display {
    color: #10218b;
    font-size: 20px;
    padding: 15px 10px;
    border: none;
  }
  .co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content.title .select .select_list li {
    color: #10218b;
    font-size: 20px;
    padding: 10px 10px;
  }
  .co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content.title.first {
    display: none;
  }
  .co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content.title:not(.first):not(:last-child) {
    border-bottom: 1px solid #d9d9d9;
  }
}
.co2_holder .calculator-results .content-comparison .comparison-table.comparison-product {
  margin-bottom: 0px;
}
.co2_holder .calculator-results .content-comparison .print-report {
  margin-top: 35px;
}
.co2_holder .calculator-results .content-comparison .report-email {
  margin-top: 35px;
  margin-left: 15px;
}
.co2_holder .calculator-results .results-productinfo {
  background-color: #f6f6f6;
}
.co2_holder .calculator-results .results-productinfo:before {
  content: "";
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border-top: 20px solid #f6f6f6;
  z-index: 1;
}
.co2_holder .calculator-results .productinfo-box {
  float: left;
  padding: 25px;
}
.co2_holder .calculator-results .productinfo-box .productinfo-name {
  color: #10218b;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.co2_holder .calculator-results .productinfo-box .productinfo-splash {
  color: #10218b;
  font-weight: normal;
  font-size: 19px;
}
.co2_holder .calculator-results .productinfo-box .productinfo-desc {
  line-height: 1.8;
  margin-bottom: 24px;
}
.co2_holder .calculator-results .productinfo-left {
  width: 30%;
}
.co2_holder .calculator-results .productinfo-left img {
  vertical-align: middle;
  width: 200px;
}
.co2_holder .calculator-results .productinfo-right {
  width: 70%;
  text-align: left;
}
.co2_holder .calculator-results .productinfo-right button,
.co2_holder .calculator-results .productinfo-right a {
  margin-right: 15px;
}
@media only screen and (max-width: 775px) {
  .co2_holder .calculator-results .productinfo-box {
    width: 100%;
  }
}
@media only screen and (max-width: 775px) {
  .co2_holder .calculator-results .productinfo-right .productinfo-buttons {
    text-align: center;
  }
  .co2_holder .calculator-results .productinfo-right .productinfo-buttons button,
  .co2_holder .calculator-results .productinfo-right .productinfo-buttons a {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
  }
}
.co2_holder .calculator-results .results-sticker {
  color: #ffffff;
  background: #10218b;
  background-color: #10218b;
  padding: 75px 30px;
}
.co2_holder .calculator-results .results-sticker p {
  margin: 35px 0;
}
.co2_holder .calculator-results .results-sticker button {
  margin: 0 20px;
}
.co2_holder .calculator-results .results-sticker .sticker-buttons {
  margin-top: 35px;
}
.co2_holder .calculator-results .results-sticker .sticker-container {
  margin: 35px 0;
  text-align: center;
}
.co2_holder .calculator-results .results-sticker .sticker-container img {
  max-width: 500px;
  vertical-align: middle;
}
.co2_holder .calculator-results .results-sticker:before {
  content: "";
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border-top: 20px solid #10218b;
}
.co2_holder .calculator-results .results-recompare {
  margin-bottom: 35px;
}
.co2_holder .calculator-results .results-recompare h2 {
  margin-top: 35px;
}
.co2_holder .calculator-results .results-recompare button {
  margin-top: 20px;
}
.co2_holder .hero-slider {
  display: inline-block;
  width: 100%;
  margin-bottom: -4px;
}
.co2_holder .breadcrumb li {
  color: white;
}
.co2_holder .breadcrumb_holder-bordered {
  border: none;
}
.co2_holder .hero-slider .slick-track > div h1,
.co2_holder .hero-slider .slide--single h1 {
  font-size: 36px;
  text-transform: uppercase;
}
.co2_holder .hero-slider .slick-track > div p,
.co2_holder .hero-slider .slide--single p {
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .co2_holder .hero-slider .slick-track > div p,
  .co2_holder .hero-slider .slide--single p {
    margin-right: 200px !important;
  }
}
.co2_holder .calculator-submit label a {
  color: #00B8F2;
}
.co2_holder .calculator-submit label {
  position: relative;
  bottom: 2px;
  left: 8px;
  font-size: 12px;
}
.co2_holder .select_display,
.co2_holder .select_list {
  color: black;
}
.co2_holder .select_display {
  padding: 9px 12px;
}
.co2_holder .jqplot-axis {
  font-size: 11px;
}
.co2_holder .results-content-productinfo h2 {
  margin-bottom: 25px;
}
.co2_holder .hero_holder {
  position: relative;
}
@media only screen and (max-width: 479px) {
  .co2_holder .hero_holder {
    top: 138px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) and (orientation: landscape) {
  .co2_holder .hero_holder {
    top: 0px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .co2_holder .hero_holder {
    top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .co2_holder .hero_holder {
    top: 0px;
  }
}
.co2_holder #hero_image {
  position: absolute;
  right: -35px;
  bottom: -114px;
}
@media only screen and (max-width: 479px) {
  .co2_holder #hero_image {
    right: 15%;
    bottom: -185px;
    width: 276px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .co2_holder #hero_image {
    right: 0;
    bottom: -66px;
    width: 350px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .co2_holder #hero_image {
    right: 0;
    bottom: 0px;
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .co2_holder #hero_image {
    right: 0;
    bottom: 0;
    width: 300px;
  }
}
@media only screen and (max-width: 479px) {
  .co2_holder .hero-slider {
    max-height: 650px;
  }
}
.co2_holder .sticky_contact_us {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #0077BB;
  border-bottom: 1px solid #7BB6D8;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 479px) {
  .co2_holder .sticky_contact_us {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .co2_holder .sticky_contact_us {
    top: 0px;
  }
}
.co2_holder .sticky_contact_us p {
  color: white;
  font-size: 18px;
  margin-top: 29px;
  margin-bottom: 23px;
  margin-right: 140px;
}
@media only screen and (max-width: 479px) {
  .co2_holder .sticky_contact_us p {
    font-size: 9px;
    margin-right: 110px;
    margin-top: 14px;
    margin-bottom: 9px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) and (orientation: landscape) {
  .co2_holder .sticky_contact_us p {
    font-size: 10px;
    margin-top: 16px;
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .co2_holder .sticky_contact_us p {
    font-size: 10px;
    margin-top: 16px;
    margin-bottom: 14px;
  }
}
.co2_holder .sticky_contact_us a {
  position: absolute;
  right: 0;
  top: -13px;
  background: #10218B;
  border: none;
  height: 43px;
  padding: 14px 22px;
  color: white;
  line-height: 1.2;
}
@media only screen and (max-width: 479px) {
  .co2_holder .sticky_contact_us a {
    top: 0px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) and (orientation: landscape) {
  .co2_holder .sticky_contact_us a {
    top: -5px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .co2_holder .sticky_contact_us a {
    top: -5px;
  }
}
.co2_holder .sticky_contact_us div {
  position: relative;
}
.co2_holder .show_contact_sticky {
  z-index: 21;
  opacity: 1;
}
.co2_holder #contact_us_popup {
  max-width: 430px !important;
}
.co2_holder #email_report_popup {
  max-width: 700px !important;
}
.co2_holder #email_report_popup .col-md-6 {
  width: 50%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 479px) {
  .co2_holder #email_report_popup .col-md-6 {
    width: 100%;
  }
}
.co2_holder #email_report_popup input {
  height: 38px;
}
.co2_holder .popup_close a {
  background-image: url(http://assets.epson-europe.com/eu/co2_calculator/img/close_popup.png);
}
.co2_holder .popup_innercontent h4 {
  color: #101F8B;
  font-size: 20px;
  text-transform: none;
}
.co2_holder .popup_innercontent p {
  font-size: 14px;
  color: #575752;
  margin-right: 40px;
}
.co2_holder .popup_innercontent strong {
  font-weight: bold;
}
.co2_holder .popup_innercontent .contact_us_error {
  display: none;
}
.co2_holder .popup_content fieldset {
  border: none;
  margin: 0px;
  padding: 0px;
}
.co2_holder .popup_content .btn-submit {
  color: white;
}
.co2_holder .popup_content dd {
  margin-left: 0px;
}
.co2_holder .popup_content .content {
  padding: 0px;
}
.co2_holder .popup_content label {
  color: #575752;
  margin-top: 12px;
}
.co2_holder .popup_content h5 {
  font-size: 14px;
  color: #575752;
  margin-top: -6px;
}
.co2_holder .popup_content button {
  margin: auto;
  display: block;
  margin-top: 30px;
  padding: 14px 20px;
  background: #10218B;
}
.co2_holder .popup_content textarea {
  min-height: 70px;
}
.co2_holder .popup_content input[type="radio"] {
  clip: auto;
  width: 18px;
  height: 18px;
}
.co2_holder .popup_content .checkbox_render {
  width: 18px;
  height: 18px;
  box-shadow: none;
}
.co2_holder .popup_content .checkbox_render::after {
  border-width: 4px;
  color: #10218B;
}
.co2_holder .popup_content input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border-radius: 4px;
}
.co2_holder .popup_content .emailReport_who_radios {
  margin-bottom: 18px;
}
.co2_holder .popup_content .emailReport_who_radios label:first-child {
  display: block;
  margin-left: 0px;
}
.co2_holder .popup_content .emailReport_who_radios label {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 13px;
}
.co2_holder .popup_content .emailReport_recieve_section label {
  margin-left: 10px;
  padding-left: 20px;
  margin-top: -17px;
  display: inline-block;
  font-size: 13px;
}
.co2_holder .popup {
  max-height: 88%;
  top: 7%;
  z-index: 1004;
}
.co2_holder .jqplot-point-label {
  z-index: 1;
}
.co2_holder #objective_check {
  display: none;
}
.co2_holder .row {
  margin-left: -10px;
  margin-right: -10px;
}
.co2_holder .fake_button {
  display: none;
}
.co2_holder #contact_us_success,
.co2_holder #contact_us_fail,
.co2_holder #email_report_success,
.co2_holder #email_report_fail,
.co2_holder #calculate_fail {
  max-width: 400px;
  top: 30%;
  height: auto!important;
}
.co2_holder .popup a {
  font-size: 14px;
}
@media only screen and (max-width: 479px) {
  .co2_holder .mobile_no_border {
    border: none!important;
  }
}
.co2_holder #print_logo {
  display: none;
}
.co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content .content-left,
.co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content .content-right {
  padding: 15px 14px;
}
.co2_holder .calculator-content input:not([type="checkbox"]) {
  padding: 11px 12px;
  color: black;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 0px;
  box-shadow: none;
}
.co2_holder .calculator-content input.printerUnitsInput {
  max-height: 38px;
}
.co2_holder .co2-calculator .calculator-email_report {
  padding: 30px 0px;
  background: #10218b;
}
.co2_holder .co2-calculator .calculator-email_report .send_full_report_button {
  display: block;
  padding: 15px 20px;
  margin: auto;
  margin-top: 15px;
}
.co2_holder .co2-calculator .calculator-email_report .send_full_report_button p {
  margin: 0;
  font-size: 28px;
  font-weight: normal;
  line-height: 32px;
  padding: 15px 0 10px;
  text-align: center;
  color: white;
  text-transform: none;
}
.co2_holder .co2-calculator .calculator-email_report .send_full_report_button input {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #fff;
  color: #000;
  padding: 0 135px 0 15px;
  border: 1px solid #fff;
  font-size: 12px;
}
.co2_holder .co2-calculator .calculator-email_report .send_full_report_button a button {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  display: block;
  min-width: 100px;
  vertical-align: top;
  margin: 0;
  transition: background-color 0.2s ease;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  color: #10218b;
  background-color: #eee;
  border: 1px solid #d9d9d9;
  text-transform: uppercase;
  padding: 9px 14px;
}
.co2_holder .co2-calculator .calculator-email_report .send_full_report_button .send_full_report_button_holder {
  position: relative;
  width: 100%;
  max-width: 555px;
  margin: 30px auto 20px;
}
.co2_holder .select {
  width: 100%;
}
.co2_holder .select .select_arrow {
  background-image: none;
  border: none;
  margin-right: 7px;
}
.co2_holder .select .select_list {
  background: white;
}
.co2_holder .select .select_list li {
  padding: 8px 7px;
}
.co2_holder .select .select_list li:hover {
  background: #f1f1f1;
  color: black;
}
.co2_holder #email_report_popup .select_arrow {
  height: 35px;
}
.co2_holder #email_report_popup {
  top: 10%!important;
}
@media only screen and (max-width: 479px) {
  .co2_holder #email_report_popup {
    top: 0px!important;
    max-height: 100%!important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) and (orientation: landscape) {
  .co2_holder #email_report_popup {
    top: 0%!important;
    max-height: 100%!important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .co2_holder #email_report_popup {
    top: 0%!important;
    max-height: 100%!important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .co2_holder #email_report_popup {
    top: 12%;
  }
}
.co2_holder .emailReport_who_radios_holder {
  display: inline-block;
}
.co2_holder .emailReport_who_radios_holder label {
  cursor: pointer;
}
@media only screen and (max-width: 479px) {
  .co2_holder .emailReport_who_radios_holder {
    display: block;
    margin-bottom: 5px;
  }
}
.co2_holder .emailReport_recieve_section label {
  cursor: pointer;
}
.co2_holder .section_stickers {
  background: url("https://epsonemear.a.bigcontent.io/v1/static/co2stickerBackground");
  /* padding-top: 60px;
    padding-bottom: 60px;*/
  padding-top: 29px;
  padding-bottom: 29px;
  background-position: center;
}
.co2_holder .section_stickers .sticker_box {
  background: #23238c;
  padding: 21px;
  width: 296px;
}
.co2_holder .section_stickers .sticker_box h4 {
  font-size: 19px;
  line-height: 24px;
  color: white;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 8px;
}
.co2_holder .section_stickers .sticker_box p {
  font-size: 14px;
  line-height: 16px;
  color: white;
  margin-right: 0px;
  margin-bottom: 14px;
}
.co2_holder .section_stickers .sticker_box .btnSticker {
  display: block;
  margin-top: 10px;
}
.co2_holder .section_stickers .sticker_box .btn-secondary {
  background: #fa8e13;
  color: white;
}
.co2_holder .section_stickers .sticker_box .btn-secondary:hover {
  background-color: #d65f00;
  text-decoration: none;
}
.co2_holder .section_stickers .sticker_box .btn-info {
  background: #f6f6f6;
  color: #575754;
}
.co2_holder .section_stickers .sticker_box .btn-info:hover {
  background-color: #d2d2d2;
  text-decoration: none;
}
.co2_holder .sticker_image_holder {
  overflow-x: auto;
}
.co2_holder .sticker_popup .sticker_image {
  width: 460px;
  height: 164px;
  border: 1px solid #d9d9d9;
  position: relative;
}
.co2_holder .sticker_popup .sticker_image h4 {
  font-size: 23px;
  color: black;
  position: absolute;
  top: 10px;
  left: 14px;
  margin: 0px;
  line-height: 1.1;
}
.co2_holder .sticker_popup .sticker_image h5 {
  color: #144b91;
  font-size: 23px;
  position: absolute;
  top: 18px;
  right: 15px;
  margin: 0px;
  line-height: 1.1;
}
.co2_holder .sticker_popup .sticker_image img {
  position: absolute;
  top: 10px;
  right: 148px;
}
.co2_holder .sticker_popup .sticker_image div {
  font-size: 10px;
  color: black;
  position: absolute;
  bottom: 10px;
  left: 14px;
  margin: 0px;
  line-height: 1;
}
.co2_holder .sticker_popup .sticker_image p {
  font-size: 9px;
  color: black;
  margin: 0px;
  line-height: 1;
}
.co2_holder .sticker_popup {
  top: 10%;
  max-width: 520px;
}
.co2_holder .sticker_popup h4 {
  margin-top: 0px;
}
.co2_holder .sticker_popup p {
  font-size: 14px;
  color: #575752;
  line-height: 20px;
  margin-bottom: 20px;
  margin-right: 0px;
}
.co2_holder .sticker_popup form {
  margin-top: 30px;
}
.co2_holder .sticker_popup label {
  color: #10208b;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.co2_holder .sticker_popup .upload_formats {
  color: #575756;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 5px;
}
.co2_holder .sticker_popup .upload_formats_error {
  color: red;
  font-size: 12px;
  line-height: 15px;
  display: none;
  margin-top: 0px;
}
.co2_holder .sticker_popup .btnSticker {
  padding: 10px 50px;
  text-transform: uppercase;
}
.co2_holder .sticker_popup .contactUs_text {
  margin-top: 30px;
  margin-bottom: 0px;
}
.co2_holder .sticker_popup .stickers_contact {
  margin-top: 20px;
  color: white;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
.co2_holder .sticker_popup .stickers_contact:hover {
  text-decoration: none;
}
.co2_holder .sticker_popup input[type="file"] {
  width: 30%;
  z-index: 999;
  line-height: 0;
  font-size: 50px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  _cursor: hand;
  margin: 0;
  padding: 0;
  left: 0;
  display: none;
}
.co2_holder .sticker_popup .add-photo-btn {
  margin-top: 0px;
  width: 25%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  background-color: #eeeeee;
  color: #10208b;
  display: block;
  line-height: 30px;
  float: left;
  padding: 5px;
}
.co2_holder .sticker_popup .add-photo-btn:hover {
  background-color: #d2d1d1;
}
@media only screen and (max-width: 479px) {
  .co2_holder .sticker_popup .add-photo-btn {
    font-size: 9px;
  }
}
.co2_holder .sticker_popup input[type="text"] {
  width: 75%;
  float: left;
  background: white;
  height: 40px;
}
.co2_holder .sticker_popup .upload_inner {
  overflow: hidden;
}
.co2_holder .sticker_popup .sticker_input.hide {
  display: none;
}
.co2_holder .sticker_popup .sticker_output.hide {
  display: none;
}
.co2_holder .sticker_popup .sticker_output h4 {
  font-size: 19px;
  line-height: 23px;
  color: #575753;
  text-align: center;
}
.co2_holder .sticker_popup .sticker_output img {
  display: block;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.co2_holder .sticker_popup .sticker_output p {
  font-size: 13px;
  text-align: center;
  color: #575753;
}
.co2_holder .sticker_popup .stickers_submit {
  font-size: 14px;
}
.co2_holder .sticker_popup .stickers_submit:hover {
  background: #010078;
}
.co2_holder #stickersUploadGenerate {
  height: auto!important;
}
.co2_holder .environmental-steps-list {
  float: none;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .co2_holder .environmental-steps-list {
    float: left;
  }
}
.co2_holder .environmental-steps-list li {
  display: inline;
  float: none;
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .co2_holder .environmental-steps-list li {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 700px) {
  .co2_holder .environmental-steps-list li {
    float: left;
    margin: 1em 0;
    width: 33.3%;
  }
}
@media only screen and (max-width: 500px) {
  .co2_holder .environmental-steps-list li {
    float: left;
    margin-top: 10px;
    width: 100%;
  }
}
.co2_holder .environmental-steps-list li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 500px) {
  .co2_holder .environmental-steps-list li:first-child {
    margin-top: 0;
  }
}
.co2_holder .environmental-steps-section {
  position: relative;
}
.co2_holder .environmental-steps-section:before {
  content: "";
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border-top: 20px solid #FFFFFF;
}
.co2_holder .environmental-steps-section .environmental-steps {
  float: left;
  padding: 45px 0px 60px 0;
  width: 100%;
}
.co2_holder .environmental-steps-section .environmental-steps .environmental-title {
  margin-bottom: 45px;
}
.co2_holder .environmental-step {
  display: inline-block;
  float: none;
  margin-right: 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 599px) {
  .co2_holder .environmental-step {
    float: left;
    margin-right: 0;
    width: 100%;
  }
}
.co2_holder .environmental-step h2 {
  color: #23238c;
  font-size: 50px;
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .co2_holder .environmental-step h2 {
    font-size: 60px;
  }
}
.co2_holder .environmental-text {
  display: inline-block;
  float: none;
  text-align: left;
  vertical-align: middle;
  width: 153px;
}
@media only screen and (min-width: 1200px) {
  .co2_holder .environmental-text {
    width: 213px;
  }
}
@media only screen and (max-width: 768px) {
  .co2_holder .environmental-text {
    width: 138px;
  }
}
@media only screen and (max-width: 599px) {
  .co2_holder .environmental-text {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 100%;
  }
}
.co2_holder .environmental-text p {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .co2_holder .environmental-text p {
    line-height: 1.2;
    font-size: 18px;
  }
}
.co2_holder .step-icon {
  background-repeat: no-repeat;
  background-size: 70px;
  width: 70px;
  height: 70px;
}
@media only screen and (max-width: 1200px) {
  .co2_holder .step-icon {
    background-size: 60px;
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 700px) {
  .co2_holder .step-icon {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .co2_holder .step-icon {
    margin-bottom: 0px;
  }
}
.co2_holder .step-icon.step-icon-one {
  background-image: url(//neon.epson-europe.com/files/repo/2016/Co2ElectricityCalculator12060/assets/img/1-Stickers.svg);
}
.co2_holder .step-icon.step-icon-two {
  background-image: url(//neon.epson-europe.com/files/repo/2016/Co2ElectricityCalculator12060/assets/img/2-EcoCalculator.svg);
}
.co2_holder .step-icon.step-icon-three {
  background-image: url(//neon.epson-europe.com/files/repo/2016/Co2ElectricityCalculator12060/assets/img/3-Printer.svg);
}
.breadcrumb ul {
  color: white;
  font-size: 12px;
}
.breadcrumb ul li:last-child {
  padding-left: 10px;
}
.header {
  z-index: 21;
}
@media only screen and (max-width: 479px) {
  .footer {
    overflow: hidden;
  }
}
/* PRINT STYLING */
@media only print {
  .print_area .content-comparison .comparison-table .comparison-row .comparison-content.title {
    min-height: 75px;
    padding: 15px 20px;
  }
  .co2_holder .calculator-results .results-graphs .content-graphs {
    float: none;
    margin-bottom: 40px;
  }
  .co2_holder .calculator-results .results-graphs .graphlabel-right,
  .co2_holder .calculator-results .results-graphs .graphlabel-left {
    margin-bottom: 20px;
    width: 100%;
    float: none;
  }
  .co2_holder .calculator-results .graphs-left {
    page-break-after: always;
  }
  .co2_holder .calculator-results .graphs-right {
    padding-top: 40px;
  }
  .results-content-graphs .results-center .container {
    padding-top: 30px;
  }
  .co2_holder .calculator-results .results-center {
    padding-top: 0px;
  }
  .co2_holder .calculator-results .content-comparison {
    padding-top: 0px;
  }
  .co2_holder .calculator-results .results-header {
    padding-top: 60px;
  }
  .co2_holder .calculator-results .results-graphs {
    margin-bottom: 0px;
  }
  .co2_holder .calculator-results .results-content-header {
    margin-top: 80px;
  }
  button,
  .scroll-to-top.do-top-of-page {
    display: none !important;
  }
  .epson_cookienotice,
  header,
  .co2_holder .hero-slider,
  .results-content-adjust,
  .results-productinfo,
  .co2_holder .caclulator-results-recompare,
  footer,
  .calculator-email_report {
    display: none!important;
  }
  .co2_holder .results-content-comparison:not(.keep_print) .comparison-text,
  .co2_holder .results-content-comparison:not(.keep_print) .comparison-table {
    display: none;
  }
  .co2_holder .results-content-comparison.results-center {
    padding: 0 30px;
  }
  .content-comparison .print_view {
    padding-bottom: 60px !important;
  }
  .co2_holder .results-productinfo {
    margin-top: 20px;
    display: none;
  }
  .co2_holder .results-productinfo .results-center {
    padding: 20px 30px;
  }
  .co2_holder .print_area {
    display: block;
  }
  .show_contact_sticky {
    display: none !important;
  }
  .calculator-results .results-header {
    background-color: #030576!important;
    border: solid 5px #030576!important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  body {
    -webkit-print-color-adjust: exact;
    padding-right: 20px;
    padding-left: 20px;
  }
  .calculator-results .results-graphs .graphlabel-right .graphlabel-text.graphlabel-competitor span {
    border: solid 8px #CBCAD8;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .calculator-results .results-graphs .graphlabel-right .graphlabel-text.graphlabel-epson span {
    border: solid 8px #0E1B8D;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content .content-right {
    border: solid 3px #fa8e13;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #print_logo {
    display: block!important;
    float: right;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1301px) {
  [lang=de] .co2_holder .popup-location-text {
    top: -44px !important;
  }
}
@media only screen and (max-width: 1300px) {
  [lang=de] .co2_holder .popup-location-text {
    right: -4px !important;
    width: 200px !important;
  }
}
[lang=de] .co2_holder .hero-slider--text-bottom .description_holder {
  max-width: 410px !important;
}
[lang=de] .co2_holder .printer-details-row .choose-other {
  font-size: 11px !important;
}
[lang=de] .co2_holder .sticky_contact_us p {
  margin-right: 200px !important;
}
[lang=de] .co2_holder .comparison-emissions .first,
[lang=de] .co2_holder .comparison-emissions #emissions--peryear--competitor,
[lang=de] .co2_holder .comparison-emissions #emissions--forlife--competitor {
  min-height: 64px;
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  [lang=de] .co2_holder .comparison-content {
    width: 40% !important;
  }
  [lang=de] .co2_holder .comparison-content .content-left {
    width: 40% !important;
    min-height: 64px;
  }
  [lang=de] .co2_holder .comparison-content .content-right {
    width: 60% !important;
    min-height: 64px;
  }
  [lang=de] .co2_holder #competitor--name {
    width: 30% !important;
  }
  [lang=de] .co2_holder #epson--name {
    width: 40% !important;
  }
  [lang=de] .co2_holder #consumption--peryear--competitor,
  [lang=de] .co2_holder #consumption--forlife--competitor,
  [lang=de] .co2_holder #emissions--peryear--competitor,
  [lang=de] .co2_holder #emissions--forlife--competitor {
    width: 30% !important;
    min-height: 64px;
  }
  [lang=de] .co2_holder .first {
    width: 30% !important;
    min-height: 64px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  [lang=de] .co2_holder .printer-details-row .calculator-label {
    font-size: 12px;
  }
  [lang=de] .co2_holder .customer-location .location-label {
    font-size: 12px;
  }
  [lang=de] .co2_holder #customer-company {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  [lang=de] .co2_holder .printer-details-row .calculator-label {
    min-height: 48px !important;
  }
  [lang=de] .co2_holder .customer-location .location-label {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 479px) {
  [lang=de] .co2_holder .hero-slider .slick-track > div h1,
  [lang=de] .co2_holder .hero-slider .slide--single h1 {
    font-size: 22px !important;
    line-height: 26px !important;
  }
}
[lang=sl] .co2_holder .adjust-form-item:nth-child(2) .adjust-input {
  margin-top: 25px !important;
}
[lang=sl] .co2_holder .calculator-results .results-content-adjust .adjust-form .adjust-form-item .adjust-currency {
  top: 48px !important;
}
@media only screen and (min-width: 1301px) {
  [lang=sl] .co2_holder .popup-location-text {
    top: -42px !important;
  }
}
@media only screen and (max-width: 1300px) {
  [lang=sl] .co2_holder .popup-location-text {
    right: 0px !important;
    width: 170px !important;
  }
}
[lang=sl] .co2_holder .hero-slider--text-bottom .description_holder {
  max-width: 420px !important;
}
[lang=sl] .co2_holder .sticky_contact_us p {
  margin-right: 180px !important;
}
@media only screen and (max-width: 479px) {
  [lang=sl] .co2_holder .hero-slider .slick-track > div h1,
  [lang=sl] .co2_holder .hero-slider .slide--single h1 {
    font-size: 22px !important;
    line-height: 26px !important;
  }
}
[lang=sl] .co2_holder .jqplot-xaxis-tick {
  max-width: 134px !important;
}
[lang=it] .co2_holder .hero-slider--text-bottom .slide--single.slide__co2 .description_holder h1 {
  font-size: 28px;
  line-height: 1;
}
@media only screen and (min-width: 1301px) {
  [lang=it] .co2_holder .popup-location-text {
    top: -42px !important;
  }
}
@media only screen and (max-width: 1300px) {
  [lang=it] .co2_holder .popup-location-text {
    right: 0px !important;
    width: 170px !important;
  }
}
[lang=it] .co2_holder .adjust-form-item:nth-child(2) .adjust-input {
  margin-top: 25px !important;
}
[lang=it] .co2_holder .calculator-results .results-content-adjust .adjust-form .adjust-form-item .adjust-currency {
  top: 48px !important;
}
[lang=it] .co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content .content-right {
  padding: 15px 8px;
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  [lang=it] .co2_holder .hero-slider .slide--single h1 {
    font-size: 26px !important;
    line-height: 30px !important;
  }
}
@media only screen and (max-width: 479px) {
  [lang=it] .co2_holder .hero-slider .slick-track > div h1,
  [lang=it] .co2_holder .hero-slider .slide--single h1 {
    font-size: 20px !important;
    line-height: 22px !important;
  }
  [lang=it] .co2_holder .hero-slider .slide--single p {
    font-size: 12px !important;
  }
}
[lang=it] .co2_holder .jqplot-yaxis {
  min-width: 37px;
  left: -10px;
}
@media only screen and (max-width: 1300px) {
  [lang=bg] .co2_holder .popup-location-text {
    right: -6px !important;
    width: 230px !important;
  }
}
[lang=bg] .co2_holder .hero-slider .description_holder {
  max-width: 460px !important;
}
[lang=bg] .co2_holder .sticky_contact_us p {
  margin-right: 180px !important;
}
[lang=bg] .co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content .content-right {
  padding: 15px 8px;
}
@media only screen and (max-width: 479px) {
  [lang=bg] .co2_holder .hero-slider .slick-track > div h1,
  [lang=bg] .co2_holder .hero-slider .slide--single h1 {
    font-size: 26px !important;
    line-height: 30px !important;
  }
  [lang=bg] .co2_holder .hero-slider .slide--single p {
    font-size: 12px !important;
  }
}
[lang=bg] .co2_holder .jqplot-yaxis {
  min-width: 42px;
}
[lang=bg] .co2_holder .calculator-results .results-content-adjust .adjust-form .adjust-form-item .adjust-currency {
  top: 48px;
  left: 136px;
}
[lang=sv] .co2_holder .sticky_contact_us p {
  margin-right: 140px !important;
}
[lang=sk] .co2_holder .hero-slider .description_holder {
  max-width: 430px !important;
}
@media only screen and (min-width: 1301px) {
  [lang=sk] .co2_holder .popup-location-text {
    top: -42px !important;
  }
}
@media only screen and (max-width: 1300px) {
  [lang=sk] .co2_holder .popup-location-text {
    right: 0px !important;
    width: 164px !important;
  }
}
[lang=sk] .co2_holder .sticky_contact_us p {
  margin-right: 164px !important;
}
@media only screen and (max-width: 479px) {
  [lang=sk] .co2_holder .hero-slider .slick-track > div h1,
  [lang=sk] .co2_holder .hero-slider .slide--single h1 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  [lang=sk] .co2_holder .hero-slider .slide--single p {
    font-size: 14px !important;
  }
}
[lang=ro] .co2_holder .hero-slider--text-bottom .slide--single.slide__co2 .description_holder {
  bottom: 0px;
}
[lang=ro] .co2_holder .sticky_contact_us p {
  margin-right: 150px !important;
}
@media only screen and (max-width: 479px) {
  [lang=ro] .co2_holder .hero-slider .slick-track > div h1,
  [lang=ro] .co2_holder .hero-slider .slide--single h1 {
    font-size: 30px !important;
    line-height: 34px !important;
  }
  [lang=ro] .co2_holder .hero-slider .slide--single p {
    font-size: 14px !important;
  }
}
[lang=ro] .co2_holder .calculator-results .results-content-adjust .adjust-form .adjust-form-item .adjust-currency {
  top: 34px;
  left: 140px;
}
[lang=ro] .co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content .content-right {
  padding: 15px 7px;
}
[lang=ro] .co2_holder .jqplot-yaxis {
  min-width: 50px;
  left: -8px;
}
[lang=pt] .co2_holder .adjust-form-item:nth-child(2) .adjust-input {
  margin-top: 25px !important;
}
[lang=pt] .co2_holder .calculator-results .results-content-adjust .adjust-form .adjust-form-item .adjust-currency {
  top: 48px !important;
}
@media only screen and (min-width: 1301px) {
  [lang=pt] .co2_holder .popup-location-text {
    top: -42px !important;
  }
}
@media only screen and (max-width: 1300px) {
  [lang=pt] .co2_holder .popup-location-text {
    right: 0px !important;
    width: 170px !important;
  }
}
[lang=pt] .co2_holder .sticky_contact_us p {
  margin-right: 144px !important;
}
@media only screen and (max-width: 479px) {
  [lang=pt] .co2_holder .hero-slider .slick-track > div h1,
  [lang=pt] .co2_holder .hero-slider .slide--single h1 {
    font-size: 26px !important;
    line-height: 30px !important;
  }
  [lang=pt] .co2_holder .hero-slider .slide--single p {
    font-size: 14px !important;
  }
}
[lang=pl] .co2_holder .printer-details-row .calculator-label {
  min-height: 48px !important;
}
@media only screen and (min-width: 1301px) {
  [lang=pl] .co2_holder .popup-location-text {
    top: -34px !important;
  }
}
@media only screen and (max-width: 1300px) {
  [lang=pl] .co2_holder .popup-location-text {
    top: -130px !important;
    right: 0px !important;
  }
}
@media only screen and (max-width: 479px) {
  [lang=pl] .co2_holder .hero-slider .slick-track > div h1,
  [lang=pl] .co2_holder .hero-slider .slide--single h1 {
    font-size: 30px !important;
    line-height: 32px !important;
  }
  [lang=pl] .co2_holder .hero-slider .slide--single p {
    font-size: 14px !important;
  }
}
[lang=no] .co2_holder .hero-slider .slick-track > div h1,
[lang=no] .co2_holder .hero-slider .slide--single h1 {
  font-size: 32px !important;
  line-height: 32px !important;
}
@media only screen and (min-width: 1301px) {
  [lang=no] .co2_holder .popup-location-text {
    top: -42px !important;
  }
}
@media only screen and (max-width: 1300px) {
  [lang=no] .co2_holder .popup-location-text {
    right: 0px !important;
    width: 160px !important;
  }
}
[lang=no] .co2_holder .sticky_contact_us p {
  margin-right: 130px !important;
}
@media only screen and (max-width: 479px) {
  [lang=no] .co2_holder .hero-slider .slick-track > div h1,
  [lang=no] .co2_holder .hero-slider .slide--single h1 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  [lang=no] .co2_holder .hero-slider .slide--single p {
    font-size: 14px !important;
  }
}
[lang=nl] .co2_holder .hero-slider .slick-track > div h1,
[lang=nl] .co2_holder .hero-slider .slide--single h1 {
  font-size: 32px !important;
  line-height: 32px !important;
}
[lang=nl] .co2_holder .adjust-form-item:nth-child(2) .adjust-input {
  margin-top: 25px !important;
}
[lang=nl] .co2_holder .calculator-results .results-content-adjust .adjust-form .adjust-form-item .adjust-currency {
  top: 48px !important;
}
@media only screen and (min-width: 1301px) {
  [lang=nl] .co2_holder .popup-location-text {
    top: -48px !important;
  }
}
@media only screen and (max-width: 1300px) {
  [lang=nl] .co2_holder .popup-location-text {
    right: -4px !important;
    width: 196px !important;
  }
}
[lang=nl] .co2_holder .sticky_contact_us p {
  margin-right: 170px !important;
}
@media only screen and (max-width: 479px) {
  [lang=nl] .co2_holder .hero-slider .slick-track > div h1,
  [lang=nl] .co2_holder .hero-slider .slide--single h1 {
    font-size: 18px !important;
    line-height: 20px !important;
  }
  [lang=nl] .co2_holder .hero-slider .slide--single p {
    font-size: 12px !important;
  }
}
[lang=hr] .co2_holder .hero-slider .description_holder {
  max-width: 430px !important;
}
[lang=hr] .co2_holder .adjust-form-item:nth-child(2) .adjust-input {
  margin-top: 25px !important;
}
[lang=hr] .co2_holder .calculator-results .results-content-adjust .adjust-form .adjust-form-item .adjust-currency {
  top: 48px !important;
}
@media only screen and (min-width: 1301px) {
  [lang=hr] .co2_holder .popup-location-text {
    top: -42px !important;
  }
}
@media only screen and (max-width: 1300px) {
  [lang=hr] .co2_holder .popup-location-text {
    right: 0px !important;
    width: 160px !important;
  }
}
[lang=hr] .co2_holder .sticky_contact_us p {
  margin-right: 176px !important;
}
@media only screen and (max-width: 479px) {
  [lang=hr] .co2_holder .hero-slider .slick-track > div h1,
  [lang=hr] .co2_holder .hero-slider .slide--single h1 {
    font-size: 28px !important;
    line-height: 30px !important;
  }
  [lang=hr] .co2_holder .hero-slider .slide--single p {
    font-size: 12px !important;
  }
}
[lang=hu] .co2_holder .hero-slider .description_holder {
  max-width: 480px !important;
}
@media only screen and (min-width: 1301px) {
  [lang=hu] .co2_holder .popup-location-text {
    top: -48px !important;
  }
}
@media only screen and (max-width: 1300px) {
  [lang=hu] .co2_holder .popup-location-text {
    right: -3px !important;
    width: 200px !important;
    top: -130px !important;
  }
}
[lang=hu] .co2_holder .adjust-form-item:nth-child(2) .adjust-input {
  margin-top: 25px !important;
}
@media only screen and (max-width: 479px) {
  [lang=hu] .co2_holder .hero-slider .slick-track > div h1,
  [lang=hu] .co2_holder .hero-slider .slide--single h1 {
    font-size: 22px !important;
    line-height: 26px !important;
  }
  [lang=hu] .co2_holder .hero-slider .slide--single p {
    font-size: 12px !important;
  }
}
[lang=hu] .co2_holder .calculator-results .results-content-adjust .adjust-form .adjust-form-item .adjust-currency {
  top: 48px;
  left: 136px;
}
[lang=hu] .co2_holder .jqplot-point-label {
  padding: 10px;
}
[lang=hu] .co2_holder .jqplot-yaxis {
  min-width: 52px;
  left: -24px;
}
[lang=fi] .co2_holder .sticky_contact_us p {
  margin-right: 136px !important;
}
@media only screen and (max-width: 479px) {
  [lang=fi] .co2_holder .hero-slider .slick-track > div h1,
  [lang=fi] .co2_holder .hero-slider .slide--single h1 {
    font-size: 22px !important;
    line-height: 28px !important;
  }
  [lang=fi] .co2_holder .hero-slider .slide--single p {
    font-size: 14px !important;
  }
}
[lang=fr] .co2_holder .hero-slider--text-bottom .description_holder {
  bottom: 0px !important;
}
[lang=fr] .co2_holder .hero-slider .slick-track > div h1,
[lang=fr] .co2_holder .hero-slider .slide--single h1 {
  font-size: 34px !important;
  line-height: 40px !important;
}
[lang=fr] .co2_holder .sticky_contact_us p {
  margin-right: 164px !important;
}
@media only screen and (min-width: 1301px) {
  [lang=fr] .co2_holder .popup-location-text {
    top: -42px !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  [lang=fr] .co2_holder .hero-slider .slick-track > div h1,
  [lang=fr] .co2_holder .hero-slider .slide--single h1 {
    font-size: 30px !important;
    line-height: 38px !important;
  }
  [lang=fr] .co2_holder .hero-slider .slick-track > div p,
  [lang=fr] .co2_holder .hero-slider .slide--single p {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 479px) {
  [lang=fr] .co2_holder .hero-slider .slick-track > div h1,
  [lang=fr] .co2_holder .hero-slider .slide--single h1 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  [lang=fr] .co2_holder .hero-slider .slick-track > div p,
  [lang=fr] .co2_holder .hero-slider .slide--single p {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 1301px) {
  [lang=es] .co2_holder .popup-location-text {
    top: -42px !important;
  }
}
@media only screen and (max-width: 1300px) {
  [lang=es] .co2_holder .popup-location-text {
    right: 0px !important;
    width: 160px !important;
    top: -130px !important;
  }
}
[lang=es] .co2_holder .sticky_contact_us p {
  margin-right: 214px !important;
}
@media only screen and (max-width: 479px) {
  [lang=es] .co2_holder .hero-slider .slick-track > div h1,
  [lang=es] .co2_holder .hero-slider .slide--single h1 {
    font-size: 26px !important;
    line-height: 30px !important;
  }
  [lang=es] .co2_holder .hero-slider .slick-track > div p,
  [lang=es] .co2_holder .hero-slider .slide--single p {
    font-size: 14px !important;
  }
}
[lang=et] .co2_holder .hero-slider .description_holder {
  max-width: 440px !important;
}
@media only screen and (min-width: 1301px) {
  [lang=et] .co2_holder .popup-location-text {
    top: -42px !important;
  }
}
@media only screen and (max-width: 1300px) {
  [lang=et] .co2_holder .popup-location-text {
    width: 176px !important;
    top: -130px !important;
  }
}
[lang=et] .co2_holder .sticky_contact_us p {
  margin-right: 206px !important;
}
@media only screen and (max-width: 479px) {
  [lang=et] .co2_holder .hero-slider .slick-track > div h1,
  [lang=et] .co2_holder .hero-slider .slide--single h1 {
    font-size: 22px !important;
    line-height: 28px !important;
  }
  [lang=et] .co2_holder .hero-slider .slick-track > div p,
  [lang=et] .co2_holder .hero-slider .slide--single p {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 1301px) {
  [lang=da] .co2_holder .popup-location-text {
    top: -42px !important;
  }
}
@media only screen and (max-width: 1300px) {
  [lang=da] .co2_holder .popup-location-text {
    width: 174px !important;
    top: -130px !important;
  }
}
[lang=da] .co2_holder .sticky_contact_us p {
  margin-right: 130px !important;
}
[lang=el] .co2_holder .hero-slider .description_holder {
  max-width: 440px !important;
}
@media only screen and (min-width: 1301px) {
  [lang=el] .co2_holder .popup-location-text {
    top: -44px !important;
  }
}
@media only screen and (max-width: 1300px) {
  [lang=el] .co2_holder .popup-location-text {
    width: 190px !important;
    right: -2px !important;
  }
}
[lang=el] .co2_holder .sticky_contact_us p {
  margin-right: 210px !important;
}
[lang=el] .co2_holder .adjust-form-item:nth-child(2) .adjust-input {
  margin-top: 25px !important;
}
[lang=el] .co2_holder .calculator-results .results-content-adjust .adjust-form .adjust-form-item .adjust-currency {
  top: 48px !important;
}
@media only screen and (max-width: 479px) {
  [lang=el] .co2_holder .hero-slider .slick-track > div h1,
  [lang=el] .co2_holder .hero-slider .slide--single h1 {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  [lang=el] .co2_holder .hero-slider .slick-track > div p,
  [lang=el] .co2_holder .hero-slider .slide--single p {
    font-size: 14px !important;
  }
  [lang=el] .co2_holder .sticky_contact_us p {
    margin-right: 0px !important;
    text-align: center;
  }
  [lang=el] .co2_holder .sticky_contact_us a {
    width: 210px !important;
    margin: 10px auto;
    float: none;
    display: block;
    text-align: center;
    left: 0;
    position: relative;
  }
}
[lang=cs] .co2_holder .sticky_contact_us p {
  margin-right: 164px !important;
}
[lang=cs] .co2_holder .adjust-form-item:nth-child(1) .adjust-input {
  margin-top: 25px !important;
}
[lang=cs] .co2_holder .calculator-results .results-content-adjust .adjust-form .adjust-form-item .adjust-currency {
  top: 48px !important;
}
/*# sourceMappingURL=co2_electricity_calculator_2021.css.map */

@media only print {

	.amp-banner,
	.amp-card-list,
	.amp-scroll-element,
	.button-learn,
	.button-detail,
	.co2_holder .calculator-results .results-header::before,
	.amp-text,
	#onetrust-consent-sdk {
	    display: none !important;
	}

	.co2_holder .calculator-results .results-header {
		background-color: transparent !important;
		border: none !important;
		padding: 0 !important;
	}

	/* .graph-style > canvas {
		width: 100% !important;
	} */

	.co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content .content-right {
		background-color: transparent !important;
		border: none !important;
	}

	.co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content {
		padding: 0.5em 1em !important;
	}

	.co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content .content-left,
	.co2_holder .calculator-results .content-comparison .comparison-table .comparison-row .comparison-content .content-right {
		padding: 0 !important;
	}

	.jqplot-point-label {
		background-color: #fff !important;
		white-space: nowrap !important;
	}

}
