@charset "UTF-8";
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1200px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

body,
.page-cnt {
  background-color: #fff; }

.page-cnt {
  min-height: 500px;
  padding: 80px 0 100px; }
  @media only screen and (max-width: 660px) {
    .page-cnt {
      padding: 0 0 100px; } }

.page-cnt.full .col-md-3 {
  display: none; }

.page-cnt.full .col-md-9 {
  width: 100%; }

.page-cnt.full .articleContentInner {
  padding-left: 0; }

.articleContentInner {
  background: #fff;
  padding-left: 10%; }
  .articleContentInner a {
    color: #333;
    padding-bottom: 1px;
    border-bottom: 1px solid #ccc;
    font-family: 'Gotham-Bold',Arial,Helvetica,sans-serif;
    font-style: italic; }
    .articleContentInner a:hover, .articleContentInner a:focus, .articleContentInner a:active {
      text-decoration: none;
      border-bottom-color: #666; }
    .articleContentInner a.contactTrigger {
      display: inline-block;
      padding: 10px 20px;
      background: #333;
      color: #fff;
      border-radius: 4px;
      margin-top: 10px;
      border: none;
      text-transform: uppercase; }
  .articleContentInner .dwnl a {
    font-family: inherit;
    font-style: normal; }
  .articleContentInner table {
    margin-top: 20px; }
  .articleContentInner .tab02 td {
    padding: 5px 0; }
    .articleContentInner .tab02 td img {
      margin-left: 10px; }
  .articleContentInner .tableResponsive {
    min-height: .01%;
    overflow-x: auto; }
    @media only screen and (max-width: 660px) {
      .articleContentInner .tableResponsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar; } }
  .articleContentInner .tableStyled td {
    text-align: center; }
  .articleContentInner .tableStyled tr:first-child {
    text-transform: uppercase; }
  .articleContentInner .tableStyled tr > td:first-child {
    text-align: left; }
  @media only screen and (max-width: 1200px) {
    .articleContentInner {
      padding-left: 0; } }
  @media only screen and (max-width: 992px) {
    .articleContentInner {
      margin-top: 20px; } }
  .articleContentInner .btnGroup {
    margin-top: 20px; }
  .articleContentInner .downloadLink,
  .articleContentInner .cvLink {
    display: inline-block;
    height: 39px;
    width: 39px;
    margin: 0 0 0 6px;
    border-bottom: none;
    background: transparent url("../../gfx/spr/spriteSite.png") no-repeat -341px -2px; }
  .articleContentInner .downloadLink {
    background-position: -341px -2px; }
  .articleContentInner .cvLink {
    background-position: -598px -2px; }

#article-aside {
  margin: 20px -15px 0; }
  @media only screen and (max-width: 1200px) {
    #article-aside {
      margin: 0; } }
  @media only screen and (max-width: 992px) {
    #article-aside {
      display: none; } }

h3.img-description {
  margin-top: 0;
  font-family: "GothamHTF-MediumCondensed", Verdana, sans-serif;
  font-size: 48px;
  font-weight: normal;
  text-transform: uppercase; }

.buttons-wrapper {
  margin: 0 0 30px;
  float: right;
  width: 100%;
  text-align: right; }
  .buttons-wrapper:after {
    content: '';
    display: table;
    clear: both; }
  .buttons-wrapper a {
    color: #ffffff;
    padding: 12px 32px;
    font-family: "GothamHTF-MediumCondensed",Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-style: inherit; }

#popup.org-structure-popup #pop-wrapper.org_structure {
  margin: 60px;
  padding: 60px 40px;
  background: #FFF;
  text-align: center; }
#popup.org-structure-popup button {
  position: absolute;
  right: 80px;
  top: 80px;
  font-size: 42px; }

#image-popup.org-structure-popup-mobile #pop-wrapper.org_structure {
  margin: 0;
  padding: 60px 10px;
  background: #FFF;
  text-align: center; }
#image-popup.org-structure-popup-mobile button {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 42px; }

.text .paragraphText .only-desktop map area {
  outline: 0; }
.text .paragraphText .content-popup {
  border: none; }
  .text .paragraphText .content-popup figure {
    margin-top: 30px; }
.text .paragraphText .desk-org {
  float: left;
  width: 100%; }
  .text .paragraphText .desk-org:after {
    content: '';
    display: block;
    clear: both; }
  .text .paragraphText .desk-org a.linkCst {
    cursor: pointer; }
.text .paragraphText .mobile-org {
  display: none;
  padding-right: 15px; }
  .text .paragraphText .mobile-org .image-popup-mob {
    display: block;
    margin-bottom: 30px;
    outline: 0;
    border: none; }
  .text .paragraphText .mobile-org ul {
    list-style: none; }
    .text .paragraphText .mobile-org ul li {
      text-align: left; }
      .text .paragraphText .mobile-org ul li a {
        border: none;
        text-decoration: none; }
      .text .paragraphText .mobile-org ul li h3 {
        display: inline-block; }
        .text .paragraphText .mobile-org ul li h3:after {
          content: '-';
          margin: 0 5px; }
      .text .paragraphText .mobile-org ul li span {
        text-transform: uppercase; }

@media only screen and (max-width: 768px) {
  .text .paragraphText .only-desktop {
    display: none; }
  .text .paragraphText .content-popup {
    display: none; }
  .text .paragraphText .mobile-org {
    display: block; }
  .text .paragraphText .desk-org {
    display: none; } }
.nav-sx {
  font-family: "Gotham-Book", Arial, Helvetica, sans-serif;
  background-color: #f2f2f2;
  padding: 20px 0;
  font-weight: normal;
  min-height: 500px;
  position: relative;
  margin: 10px 0 0; }
  .nav-sx ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    text-transform: uppercase; }
    .nav-sx ul li {
      word-wrap: break-word; }
      .nav-sx ul li a {
        padding: 3px 26px;
        display: block;
        color: #000;
        font-size: 18px;
        letter-spacing: 0.5px;
        position: relative;
        line-height: 1em; }
        .nav-sx ul li a:before {
          font-family: FontAwesome, sans-serif;
          content: "\f105";
          font-size: 15px;
          position: absolute;
          top: 3px;
          left: 28px; }
        .nav-sx ul li a:hover, .nav-sx ul li a:active, .nav-sx ul li a:before {
          text-decoration: none; }
        .nav-sx ul li a.navPageActive.wSubNav:before {
          content: "\f068"; }
        .nav-sx ul li a.navPageActive.wSubNav + ul {
          display: block; }
      .nav-sx ul li .wSubNav:before {
        font-family: FontAwesome, sans-serif;
        content: "\f067";
        font-size: 10px;
        position: absolute;
        top: 3px;
        left: 27px; }
    .nav-sx ul.on a {
      padding: 5px 26px 5px 45px; }
    .nav-sx ul.on ul {
      display: none; }
      .nav-sx ul.on ul li a {
        font-family: "Gotham-Medium", Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #444;
        text-transform: none;
        padding-left: 70px;
        letter-spacing: 0;
        line-height: 1.5em; }
        .nav-sx ul.on ul li a:before {
          content: "\f105";
          font-family: FontAwesome, sans-serif;
          position: absolute;
          left: 54px;
          top: 4px;
          font-size: 13px; }
        .nav-sx ul.on ul li a.wSubNav:before {
          content: "\f067";
          font-family: FontAwesome, sans-serif;
          position: absolute;
          left: 53px;
          top: 3px;
          font-size: 10px; }
        .nav-sx ul.on ul li a.navPageActive.wSubNav:before {
          content: "\f068";
          font-family: FontAwesome, sans-serif;
          position: absolute;
          left: 53px;
          top: 3px;
          font-size: 10px; }
    .nav-sx ul.on ul.on ul.on li a {
      padding: 3px 26px 3px 104px;
      line-height: 1.3em; }
      .nav-sx ul.on ul.on ul.on li a:before {
        left: 90px; }
    .nav-sx ul.on ul.on ul.on li ul.on li a {
      padding-left: 125px; }
      .nav-sx ul.on ul.on ul.on li ul.on li a:before {
        left: 110px; }
  .nav-sx > ul > li:first-child a:before {
    display: none; }
  .nav-sx ul li a[href$="contact-us"],
  .nav-sx ul li a[href$="contatti"] {
    margin-top: 20px;
    position: relative; }
    .nav-sx ul li a[href$="contact-us"]:after,
    .nav-sx ul li a[href$="contatti"]:after {
      content: "";
      border-top: 1px solid #c3c3c3;
      width: 100%;
      height: auto;
      position: absolute;
      display: block;
      left: 0;
      top: -13px; }
    .nav-sx ul li a[href$="contact-us"]:before,
    .nav-sx ul li a[href$="contatti"]:before {
      content: "\f003";
      font-size: 16px;
      top: 4px;
      left: 21px; }
  .nav-sx ul li a[href*="toolbox/archive"]:before,
  .nav-sx ul li a[href*="toolbox/archivio"]:before {
    content: "\f114";
    font-size: 16px;
    top: 4px;
    left: 21px; }
  .nav-sx ul li a[href$="faq"]:before {
    content: "\f128";
    font-size: 16px;
    top: 4px;
    left: 22px; }

.nav-sx > ul:first-child > li:first-child > a {
  font-size: 30px;
  margin-bottom: 16px; }

.nav-sx ul li a.lastActive {
  background-color: #c7c7c7; }

.image-box {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  background: #ddd;
  min-height: 250px; }

.articleCntSx .image-box {
  margin-bottom: 30px; }

.image-box-text {
  position: absolute;
  padding: 30px 30px 80px;
  left: 0;
  top: 0;
  width: calc(100% - 60px);
  font-family: 'Gotham-Book', Arial, Helvetica, sans-serif;
  line-height: 1.4em;
  font-weight: normal; }

.image-box-text .h6 {
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Gotham-Medium', Arial, Helvetica, sans-serif;
  margin-bottom: 25px;
  min-height: 18px; }

.image-box-text p {
  color: #333;
  font-size: 29px;
  line-height: 1.2em;
  width: 80%;
  font-family: 'Gotham-Light', Arial, Helvetica, sans-serif;
  min-height: 195px; }

.image-box .actionsWrapper {
  position: absolute;
  bottom: 40px;
  left: 30px; }

.image-box .downloadLink {
  display: block;
  height: 37px;
  width: 37px;
  float: left;
  margin: 0 15px 0 0;
  background: transparent url("../../gfx/spr/spriteSite.png") no-repeat -341px -2px; }

.image-box .savethedateLink {
  display: block;
  height: 37px;
  width: 37px;
  float: left;
  margin: 0 15px 0 0;
  background: transparent url("../../gfx/spr/spriteSite.png") no-repeat -464px -42px; }

.image-box .btn {
  display: block;
  float: left;
  margin: 0 15px 0 0;
  font-family: 'Gotham-Medium', Arial, Helvetica, sans-serif; }

.image-box .downloadLink:hover,
.image-box .savethedateLink:hover,
.image-box .btn:hover {
  opacity: 0.6; }

.image-box .share-social {
  display: none;
  height: 37px;
  width: 37px;
  float: left;
  margin: 0 15px 0 0; }

.image-box .shareOn aside {
  right: -37px; }

.investors-homepage .col-md-8 .image-box,
.governance-homepage .col-md-8 .image-box,
.sustainability-homepage .col-md-8 .image-box,
.media-homepage .col-md-8 .image-box {
  max-height: 370px; }

.investors-homepage .image-box-text p {
  font-size: 24px; }

.investors-homepage .col-md-8:nth-child(2) .image-box {
  max-height: none;
  overflow: visible; }

.sustainability-homepage .col-md-6 .text-box {
  background: #444540; }

.sustainability-homepage .col-md-6 .image-box-text,
.sustainability-homepage .col-md-8 .image-box-text .h6,
.sustainability-homepage .col-md-8 .image-box-text p,
.sustainability-homepage .col-md-8 .image-box-text .h2,
.sustainability-homepage .col-md-8 .image-box-text div,
.investors-homepage .col-md-12 .image-box-text .h6,
.investors-homepage .col-md-12 .image-box-text p,
.investors-homepage .col-md-12 .image-box-text .h2,
.investors-homepage .col-md-12 .image-box-text div,
.investors-homepage .col-md-4 .image-box-text .h6,
.investors-homepage .col-md-4 .image-box-text p,
.investors-homepage .col-md-4 .image-box-text .h2,
.investors-homepage .col-md-4 .image-box-text div,
.media-homepage .row:first-child .col-md-4 .image-box div,
.media-homepage .row:first-child .col-md-4 .image-box p,
.media-homepage .row:first-child .col-md-4 .image-box .h2,
.media-homepage .row:first-child .col-md-4 .image-box .h6,
.media-homepage .col-md-8 .col-md-6 .image-box div,
.media-homepage .col-md-8 .col-md-6 .image-box p,
.media-homepage .col-md-8 .col-md-6 .image-box .h2,
.media-homepage .col-md-8 .col-md-6 .image-box .h6 {
  color: #fff; }

.career-homepage .col-md-4:nth-child(2) .image-box .h6,
.career-homepage .col-md-4:nth-child(2) .image-box p,
.career-homepage .col-md-4:nth-child(2) .image-box .h2,
.career-homepage .col-md-4:nth-child(2) .image-box div {
  color: #fff; }

.investors-homepage .col-md-12 .ico-share-blk,
.sustainability-homepage .col-md-8 .ico-share-blk,
.aboutus-homepage .ico-share-blk,
.investors-homepage .col-md-4 .ico-share-blk,
.career-homepage .col-md-4:nth-child(3) .ico-share-blk,
.media-homepage .row:first-child .col-md-4 .image-box .ico-share-blk,
.media-homepage .col-md-4 .image-box .ico-share-blk {
  background-position: -223px -2px; }

.sustainability-homepage .image-box .btn,
.investors-homepage .col-md-4 .image-box .btn,
.media-homepage .col-md-4 .image-box .btn {
  border-color: #fff;
  color: #fff; }

.career-homepage .col-md-4:nth-child(2) .btn {
  border-color: #fff;
  color: #fff; }

.sustainability-homepage .row:nth-child(2) .col-md-4 .image-box .h6,
.sustainability-homepage .row:nth-child(2) .col-md-4 .image-box .h2,
.sustainability-homepage .row:nth-child(2) .col-md-4 .image-box p,
.sustainability-homepage .row:nth-child(3) .col-md-4 .image-box .h6,
.sustainability-homepage .row:nth-child(3) .col-md-4 .image-box .h2,
.sustainability-homepage .row:nth-child(3) .col-md-4 .image-box p,
.media-homepage .col-md-4 .image-box .h6,
.media-homepage .col-md-4 .image-box .h2,
.media-homepage .col-md-4 .image-box p {
  color: #fff; }

.aboutus-homepage .image-box-text,
.aboutus-homepage .image-box-text .h6,
.aboutus-homepage .image-box-text p,
.aboutus-homepage .image-box-text .h2,
.aboutus-homepage .image-box-text div {
  color: #fff; }

.aboutus-homepage .image-box .btn {
  border-color: #fff;
  color: #fff; }

.aboutus-homepage .col-md-8 .image-box-text,
.aboutus-homepage .col-md-8 .image-box-text .h6,
.aboutus-homepage .col-md-8 .image-box-text p,
.aboutus-homepage .col-md-8 .image-box-text .h2,
.aboutus-homepage .col-md-8 .image-box-text div {
  color: #333; }

.aboutus-homepage .col-md-8 .image-box .btn {
  border-color: #333;
  color: #333; }

.aboutus-homepage .col-md-8 .image-box-text .h2 {
  margin-top: 250px; }

.aboutus-homepage .col-md-8 .image-box-text .h2 h2 {
  font-size: 41px;
  line-height: 1.2em;
  font-weight: normal;
  font-family: 'Gotham-Light', Arial, Helvetica, sans-serif;
  margin-bottom: 0.5em; }

.aboutus-homepage .col-md-8 .image-box-text .h2 p {
  font-size: 14px;
  line-height: 1.3em;
  min-height: 1px;
  margin-bottom: 1em;
  max-width: 420px; }

.aboutus-homepage .container .row:nth-child(3) .col-md-4:first-child .image-box-text,
.aboutus-homepage .container .row:nth-child(3) .col-md-4:first-child .image-box-text .h6,
.aboutus-homepage .container .row:nth-child(3) .col-md-4:first-child .image-box-text p,
.aboutus-homepage .container .row:nth-child(3) .col-md-4:first-child .image-box-text .h2,
.aboutus-homepage .container .row:nth-child(3) .col-md-4:first-child .image-box-text div {
  color: #333; }

.aboutus-homepage .container .row:nth-child(3) .col-md-4:first-child .image-box .btn {
  border-color: #333;
  color: #333; }

@media only screen and (max-width: 1200px) {
  .image-box-text {
    padding: 30px 30px;
    width: calc(100% - 90px); }

  .image-box-text p {
    width: auto;
    min-height: 175px; }

  .aboutus-homepage .col-md-8 .image-box-text .h2 {
    margin-top: 200px; }

  .aboutus-homepage .col-md-8 .image-box-text .h2 h2 {
    font-size: 38px; } }
@media only screen and (max-width: 1099px) {
  .image-box-text {
    padding: 30px 30px;
    width: calc(100% - 60px); }

  .image-box-text p {
    width: auto;
    min-height: 145px;
    font-size: 19px; }

  .media-homepage .image-box-text p {
    font-size: 24px !important;
    line-height: 1.5em !important; }

  .aboutus-homepage .col-md-8 .image-box-text .h2 {
    margin-top: 150px; }

  .aboutus-homepage .col-md-8 .image-box-text .h2 h2 {
    font-size: 36px; } }
@media only screen and (max-width: 992px) {
  .image-box-text {
    padding: 30px 30px;
    width: calc(100% - 60px); }

  .image-box-text p {
    width: auto;
    min-height: 145px;
    font-size: 32px; }

  .articleCntSx .image-box {
    max-height: 290px;
    overflow: hidden; }

  .aboutus-homepage .col-md-8 .image-box-text .h2 {
    margin-top: 250px; }

  .aboutus-homepage .col-md-8 .image-box-text .h2 h2 {
    font-size: 36px; } }
@media only screen and (max-width: 660px) {
  .image-box-text {
    padding: 30px 30px;
    width: calc(100% - 60px); }

  .image-box-text p {
    width: auto;
    font-size: 22px; }

  .articleCntSx .image-box {
    overflow: hidden;
    max-height: none; }

  .aboutus-homepage .col-md-8 .image-box-text .h2 {
    margin-top: 180px; }

  .aboutus-homepage .col-md-8 .image-box-text .h2 h2 {
    font-size: 30px; } }
@media only screen and (max-width: 360px) {
  .aboutus-homepage .col-md-8 .image-box-text .h2 {
    margin-top: 115px; }

  .aboutus-homepage .col-md-8 .image-box-text .h2 h2 {
    font-size: 28px; }

  .aboutus-homepage .col-md-8 .image-box-text .h2 p {
    font-size: 13px; } }
.career-homepage .image-box {
  background-color: #EC3029; }
  .career-homepage .image-box figure {
    visibility: hidden; }

.title .titlePost h1 {
  font-size: 56px;
  line-height: 1em;
  font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #000;
  text-transform: uppercase; }
  .title .titlePost h1 br {
    display: none; }
  @media only screen and (max-width: 660px) {
    .title .titlePost h1 {
      font-size: 36px; } }

.text .paragraphText {
  clear: both;
  font-size: 15px;
  line-height: 1.6em;
  font-family: "Gotham-Light", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #000; }

.text .paragraphText h2 {
  font-size: 32px;
  margin: 0.5em 0;
  line-height: 1.1em; }

.text .paragraphText h3 {
  font-size: 20px;
  margin: 0.5em 0;
  line-height: 1.1em; }

.text .paragraphText h4 {
  font-size: 18px;
  margin: 0.5em 0;
  line-height: 1.1em; }

.text .paragraphText h5 {
  font-size: 12px;
  margin: 0.5em 0;
  text-transform: uppercase;
  line-height: 1.5em; }

.text .paragraphText h6 {
  font-size: 10px;
  margin: 0.5em 0;
  text-transform: uppercase;
  line-height: 1.5em; }

.text .paragraphText p {
  margin-bottom: 20px;
  text-align: justify; }

.text .paragraphText strong,
.text .paragraphText b {
  font-family: 'Gotham-Bold',Arial,Helvetica,sans-serif;
  font-weight: normal; }
  .text .paragraphText strong.font-condensed,
  .text .paragraphText b.font-condensed {
    font-family: GothamHTF-BoldCondensed;
    font-size: .9em; }

.text .paragraphText ul {
  padding: 0 0 0 18px;
  margin: 10px 0;
  list-style: disc outside; }

.text .paragraphText ul li {
  text-align: justify; }

.text .paragraphText figcaption {
  text-transform: uppercase;
  font-size: 8px;
  font-family: 'Gotham-Bold',Arial,Helvetica,sans-serif; }

.text table {
  font-size: 80%; }
  .text table.table-full-font {
    font-size: 100%; }
  .text table.table-number thead {
    text-align: center; }
  .text table.table-number tbody {
    text-align: right; }
  .text table.table-grid {
    text-align: center;
    font-size: 100%; }

.text table td {
  padding: 5px 5px; }

/* Modulo paragraph text -end- */
.breadcrumbs {
  clear: both;
  padding: 20px 0 30px;
  font-size: 13px;
  font-family: "Gotham-Book", Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 1.4em;
  border-bottom: 1px solid #aaa; }
  .breadcrumbs ol {
    list-style: none;
    margin: 0;
    padding: 0; }
    .breadcrumbs ol li {
      display: inline; }
      .breadcrumbs ol li a {
        color: #666;
        margin-right: 2px;
        border-bottom: 0 none;
        font-family: "Gotham-Book", Arial, Helvetica, sans-serif;
        font-style: normal; }
        .breadcrumbs ol li a:hover, .breadcrumbs ol li a:active, .breadcrumbs ol li a:focus {
          color: #D2373A; }
        .breadcrumbs ol li a:after {
          content: ">";
          padding: 0 5px 0 10px;
          color: #666; }
        .breadcrumbs ol li a:hover:after, .breadcrumbs ol li a:focus:after, .breadcrumbs ol li a:active:after {
          color: #000; }
      .breadcrumbs ol li:last-child > a {
        font-family: "Gotham-Bold", Arial, Helvetica, sans-serif; }
      .breadcrumbs ol li:last-child > a:after {
        display: none; }

.timestamp {
  clear: both;
  padding: 0 0 0;
  margin-top: 50px;
  font-size: 11px;
  line-height: 1em;
  font-family: 'Gotham-Book',Arial,Helvetica,sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #000;
  text-align: right;
  border-top: 1px solid #ddd; }

.accordion {
  font-size: 14px;
  line-height: 1.6em;
  font-style: normal;
  font-weight: normal;
  color: #000;
  margin-top: 1em; }

.accordion .accordion {
  border-bottom: 1px solid #B2B2B2;
  padding: 2em 25px 2em 0;
  margin-top: 0; }

.accordion .onebyone .accordion:first-child {
  border-top: 0 solid #B2B2B2; }

.accordion ul {
  list-style: disc;
  padding-left: 25px; }

.accordion ol {
  margin: 0;
  list-style: none; }

.accordion ol > li > ol {
  display: none;
  margin-top: 2em; }

.accordion h3 {
  font-size: 30px;
  margin: 0 0 0;
  cursor: pointer;
  font-weight: normal;
  padding-right: 20px;
  position: relative;
  font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.accordion h3:after {
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  position: absolute;
  content: "\f107";
  font-family: FontAwesome, sans-serif; }

.accordion h3.open:after {
  background-position: -423px 0; }

.accordion h3.open + ol {
  display: block; }

.accordion p {
  text-align: justify;
  margin-bottom: 20px; }

.v2-accordion {
  font-size: 14px;
  line-height: 1.6em;
  font-style: normal;
  font-weight: normal;
  color: #000;
  margin-top: 1em; }

.v2-accordion .v2-accordion {
  border-bottom: 1px solid #B2B2B2;
  padding: 2em 25px 2em 0;
  margin-top: 0; }

.v2-accordion .onebyone .v2-accordion:first-child {
  border-top: 1px solid #B2B2B2; }

.v2-accordion ul {
  list-style: disc;
  padding-left: 25px; }

.v2-accordion ol {
  margin: 0;
  list-style: none;
  padding: 0; }

.v2-accordion ol > li > ol {
  display: none;
  margin-top: 2em; }

.v2-accordion ol > li h3 {
  font-size: 22px;
  margin: 0 0 0;
  cursor: pointer;
  font-weight: normal;
  padding-right: 80px;
  position: relative;
  font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase; }

.v2-accordion h3:after {
  width: 40px;
  height: 40px;
  top: -10px;
  right: -25px;
  position: absolute;
  content: "\f107";
  font-family: FontAwesome, sans-serif;
  border-radius: 6px;
  line-height: 40px;
  background: #313131;
  color: #fff;
  z-index: 10;
  text-align: right;
  padding-right: 20px; }

.v2-accordion h3:before {
  width: 70px;
  height: 40px;
  top: -10px;
  right: 0;
  position: absolute;
  content: "Open";
  border-radius: 6px;
  background: #313131;
  color: #fff;
  font-family: "GothamHTF-BookCondensed", Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 14px;
  line-height: 40px;
  padding-left: 20px; }

.v2-accordion h3.open:after {
  content: "\f106"; }

.v2-accordion h3.open:before {
  content: "Close"; }

.v2-accordion h3.open + ol {
  display: block; }

.v2-accordion p {
  text-align: justify;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: "Gotham-Book", Arial, Helvetica, sans-serif; }

.v2-accordion p:empty {
  display: none; }

.tabs-bar {
  overflow: hidden;
  background-color: #f1f1f1;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0; }

.tabs-bar:after,
.tabs-bar:before {
  content: "";
  display: table;
  clear: both; }

.tabs-bar > li {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px; }
  .tabs-bar > li.active {
    background-color: #ccc; }

.tabs-bar > li > a {
  display: block;
  border: 0;
  font-family: "Gotham-Book", Arial, Helvetica, sans-serif;
  font-style: normal; }
  .tabs-bar > li > a p {
    margin: 0;
    padding: 0; }

.download {
  border-bottom: 1px dashed #aaa;
  padding: 25px 0 20px;
  font-size: 15px;
  line-height: 1.6em;
  font-family: "Gotham-Light", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #000; }
  .download p:empty {
    display: none; }
  .download p {
    text-transform: uppercase;
    color: #999;
    font-size: 12px;
    margin-bottom: 18px;
    border-bottom: 1px solid #aaa; }

.download .downloadLink {
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding: 8px 22px;
  display: inline-block;
  margin-bottom: 5px;
  width: auto;
  background-image: none; }
  .download .downloadLink:hover, .download .downloadLink:active, .download .downloadLink:focus {
    color: #fff;
    background-color: #555; }
  .download .downloadLink:before {
    content: "\f019";
    font-family: FontAwesome, sans-serif;
    color: #fff;
    padding-right: 12px;
    font-size: 13px; }

.download .downloadLink:hover {
  opacity: 0.6; }

/* Modulo gallery images -begin- */
.image-gallery .gallery-ctr {
  position: relative;
  margin: 0 0 80px;
  height: 400px; }

.image-gallery .gallery-ctr .gallery-cnt {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -191px 0 0 -344px;
  padding: 0 0 40px;
  width: 688px;
  height: 361px; }

.image-gallery .gallery-ctr .carousel .item {
  cursor: pointer; }

.image-gallery .gallery-ctr .carousel-left,
.image-gallery .gallery-ctr .carousel-right {
  position: absolute;
  top: 46px;
  left: 50%;
  width: 546px;
  height: 320px;
  overflow: hidden;
  z-index: 1; }

.image-gallery .gallery-ctr .carousel-left {
  left: 0; }

.image-gallery .gallery-ctr .carousel-right {
  right: 0;
  left: auto; }

.image-gallery .gallery-ctr .carousel-center {
  position: absolute;
  top: 25px;
  left: 70px;
  width: 642px;
  height: 361px;
  overflow: visible;
  z-index: 2; }

.image-gallery .gallery-ctr .carousel-right .item, .image-gallery .gallery-ctr .carousel-left .item {
  opacity: 0.33; }

.image-gallery .gallery-ctr .carousel-center .item {
  width: 542px;
  height: 361px; }

.image-gallery .gallery-ctr .carousel-right .item {
  width: 546px;
  height: auto; }

.image-gallery .gallery-ctr .carousel-left .item {
  width: 546px;
  height: auto; }

.image-gallery .gallery-ctr .carousel .item img {
  width: 100%;
  height: 100%; }

.image-gallery .gallery-ctr .caroufredsel_wrapper {
  box-shadow: 0;
  height: 380px !important; }

.image-gallery .gallery-ctr .caroufredsel_wrapper .item {
  display: block;
  float: left;
  position: relative; }

.image-gallery .gallery-ctr .carousel-center p {
  position: absolute;
  left: 0;
  bottom: -17px;
  font-size: 12px;
  line-height: 1em;
  font-family: 'Gotham 4r','Gotham A','Gotham B','Gotham-Book',Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: normal; }

.image-gallery .gallery-ctr .carousel-left p, .image-gallery .gallery-ctr .carousel-right p {
  display: none; }

.image-gallery .gallery-ctr #prev, .image-gallery .gallery-ctr #next {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -21px;
  width: 43px;
  height: 43px;
  z-index: 3;
  text-indent: -9999px;
  outline: none; }

.image-gallery .gallery-ctr #prev {
  left: 15px;
  background: url("/resources/gfx/ico/arr-prev-gallery.png") 0 0 no-repeat; }

.image-gallery .gallery-ctr #next {
  right: 15px;
  background: url("/resources/gfx/ico/arr-next-gallery.png") 0 0 no-repeat; }

/* Modulo gallery images -end- */
/* SCREEN MEDIA QUERIES FOR RESPONSIVE BROWSERS - begin */
@media only screen and (min-width: 1024px) and (max-width: 1129px) {
  /* TABLET 1024 Medium screen, non-retina - landscape */
  /* Modulo gallery images -begin- */
  .image-gallery .gallery-ctr {
    height: 350px; }

  .image-gallery .gallery-ctr .gallery-cnt {
    margin: -138px 0 0 -355px;
    padding: 0 0 40px;
    width: 710px;
    height: 312px; }

  .image-gallery .gallery-ctr .caroufredsel_wrapper {
    height: 350px !important; }

  .image-gallery .gallery-ctr .carousel-left,
  .image-gallery .gallery-ctr .carousel-right {
    width: 482px;
    height: 277px; }

  .image-gallery .gallery-ctr .carousel-center {
    width: 549px;
    height: 312px; }

  .image-gallery .gallery-ctr .carousel-center .item {
    width: 549px;
    height: 312px; }

  .image-gallery .gallery-ctr .carousel-right .item {
    width: 482px;
    height: 277px; }

  .image-gallery .gallery-ctr .carousel-left .item {
    width: 482px;
    height: 277px; }

  /* Modulo gallery images -end- */ }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* TABLET 768 Medium screen, non-retina - portrait */
  /* Modulo gallery images -begin- */
  .image-gallery .gallery-ctr {
    height: 350px; }

  .image-gallery .gallery-ctr .gallery-cnt {
    margin: -138px 0 0 -315px;
    padding: 0 0 40px;
    width: 630px;
    height: 277px; }

  .image-gallery .gallery-ctr .caroufredsel_wrapper {
    height: 300px !important; }

  .image-gallery .gallery-ctr .carousel-left,
  .image-gallery .gallery-ctr .carousel-right {
    width: 414px;
    height: 238px; }

  .image-gallery .gallery-ctr .carousel-center {
    width: 488px;
    height: 277px; }

  .image-gallery .gallery-ctr .carousel-center .item {
    width: 488px;
    height: 277px; }

  .image-gallery .gallery-ctr .carousel-right .item {
    width: 414px;
    height: 238px; }

  .image-gallery .gallery-ctr .carousel-left .item {
    width: 414px;
    height: 238px; }

  /* Modulo gallery images -end- */ }
@media only screen and (max-width: 767px) {
  /* SMARTPHONE 320 Small screen, non-retina, portrait */
  /* Modulo gallery images -begin- */
  .image-gallery .gallery-ctr {
    margin: 0 auto;
    width: 280px;
    height: 250px; }

  .image-gallery .gallery-ctr .gallery-cnt {
    margin: -78px 0 0 -140px;
    width: 280px;
    height: 157px; }

  .image-gallery .gallery-ctr .caroufredsel_wrapper {
    height: 300px !important; }

  .image-gallery .gallery-ctr .carousel-center {
    width: 100%;
    height: 157px; }

  .image-gallery .gallery-ctr .carousel-left,
  .image-gallery .gallery-ctr .carousel-right {
    width: 70px;
    height: 111px; }

  .image-gallery .gallery-ctr .carousel-right {
    left: auto; }

  .image-gallery .gallery-ctr .carousel-center .item {
    margin: 0 auto;
    width: 140px;
    height: 157px; }

  .image-gallery .gallery-ctr .carousel-right .item {
    width: 70px;
    height: 111px; }

  .image-gallery .gallery-ctr .carousel-left .item {
    width: 70px;
    height: 111px; }

  .image-gallery .gallery-ctr #prev, .image-gallery .gallery-ctr #next {
    margin-top: -15px;
    width: 30px;
    height: 30px; }

  .image-gallery .gallery-ctr #prev {
    left: 5px;
    background: url("/resources/gfx/ico/mobile/arr-prev-gallery.png") 0 0 no-repeat; }

  .image-gallery .gallery-ctr #next {
    right: 5px;
    background: url("/resources/gfx/ico/mobile/arr-next-gallery.png") 0 0 no-repeat; }

  /* Modulo gallery images -end- */ }
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /* SMARTPHONE 480 Small screen, non-retina, landscape */ }
@media only screen and (min-width: 640px) and (max-width: 767px) and (orientation: landscape) {
  /* Modulo gallery images -begin- */
  .image-gallery .gallery-ctr {
    margin: 0 auto;
    width: 450px;
    height: 280px; }

  .image-gallery .gallery-ctr .gallery-cnt {
    margin: -78px 0 0 -225px;
    width: 450px;
    height: 174px; }

  .image-gallery .gallery-ctr .carousel-center {
    width: 310px;
    height: 174px; }

  .image-gallery .gallery-ctr .carousel-left,
  .image-gallery .gallery-ctr .carousel-right {
    width: 70px;
    height: 111px; }

  .image-gallery .gallery-ctr .carousel-right {
    left: auto; }

  .image-gallery .gallery-ctr .carousel-center .item {
    margin: 0 auto;
    width: 310px;
    height: 174px; }

  .image-gallery .gallery-ctr .carousel-right .item {
    width: 70px;
    height: 111px; }

  .image-gallery .gallery-ctr .carousel-left .item {
    width: 70px;
    height: 111px; }

  .image-gallery .gallery-ctr #prev, .image-gallery .gallery-ctr #next {
    margin-top: -15px;
    width: 30px;
    height: 30px; }

  .image-gallery .gallery-ctr #prev {
    left: 5px;
    background: url("/resources/gfx/ico/mobile/arr-prev-gallery.png") 0 0 no-repeat; }

  .image-gallery .gallery-ctr #next {
    right: 5px;
    background: url("/resources/gfx/ico/mobile/arr-next-gallery.png") 0 0 no-repeat; }

  /* Modulo gallery images -end- */ }
/* SCREEN MEDIA QUERIES FOR RESPONSIVE BROWSERS - end */
.v2-financial-edit {
  display: inline-block;
  float: none !important;
  background: grey; }

.v2-financial-helper {
  display: block;
  padding: 1px;
  border: 1px solid #F6F6F6;
  background: rgba(57, 181, 75, 0.8);
  height: 80px;
  width: 100%; }

.placeholder.v2-financial-helper {
  width: 100%; }

.v2-financial {
  background: #f2f2f2;
  padding: 110px 0 110px;
  text-align: center;
  margin-top: -80px; }
  .v2-financial p {
    font-size: 20px;
    font-family: "GothamHTF-BookCondensed", Arial, Helvetica, sans-serif;
    margin: 0; }
  .v2-financial .main__title {
    padding: 0; }
  .v2-financial h1 {
    margin: 10px 0 5px;
    text-transform: uppercase;
    font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-size: 52px;
    line-height: 1.2em; }
  .v2-financial a {
    display: inline-block;
    margin-top: 20px;
    padding: 8px 70px;
    border-radius: 6px;
    background: #ffdd00;
    text-transform: uppercase;
    text-align: center;
    font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #313131;
    cursor: pointer; }

/* Modulo share phrase -begin- */
.share-phrase {
  margin: 10px 0 50px; }

.share-phrase > ul {
  float: left;
  padding: 8px 0 0;
  width: 8%; }

.share-phrase > ul li {
  float: left;
  width: 50%; }

.share-phrase p {
  float: left;
  border-left: 1px solid #b2b2b2;
  padding: 0 10px 0 15px;
  width: 85%; }

/* Modulo share phrase -end- */
/* SCREEN MEDIA QUERIES FOR RESPONSIVE BROWSERS - begin */
@media only screen and (min-width: 1024px) and (max-width: 1129px) {
  /* TABLET 1024 Medium screen, non-retina - landscape */ }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* TABLET 768 Medium screen, non-retina - portrait */
  /* Modulo share phrase -begin- */
  .share-phrase {
    margin: 10px 0 30px; }

  .share-phrase > ul {
    width: 15%; }

  .share-phrase p {
    width: 75%; }

  /* Modulo share phrase -end- */ }
@media only screen and (max-width: 767px) {
  /* SMARTPHONE 320 Small screen, non-retina, portrait */
  /* Modulo share phrase -begin- */
  .share-phrase {
    margin: 10px 0 30px; }

  .share-phrase > ul {
    width: 15%; }

  .share-phrase p {
    width: 75%; }

  /* Modulo share phrase -end- */ }
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /* SMARTPHONE 480 Small screen, non-retina, landscape */ }
/* SCREEN MEDIA QUERIES FOR RESPONSIVE BROWSERS - end */
/* Modulo paragraph text -begin- */
.text-1st-letter .paragraphText {
  clear: both;
  padding: 0 0 60px; }

.text-1st-letter .paragraphText.letterBig p:first-letter {
  float: left;
  padding: 7px 10px 0 0;
  font-size: 105px;
  line-height: 95px; }

/* Chrome and Safari hacks --> */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .text-1st-letter .paragraphText.letterBig p:first-letter {
    float: left;
    margin: 7px 0 0;
    padding: 0 10px 0 0;
    font-size: 120px;
    line-height: 90px; } }
.text-1st-letter .paragraphText ul {
  padding: 10px 0; }

.text-1st-letter .paragraphText ul li:before {
  margin: 0 10px 0 0;
  content: "-";
  color: #e82f27; }

.text-1st-letter .paragraphText ul li {
  padding: 10px 0 10px 0;
  list-style: none outside;
  font-size: 18px;
  line-height: 1.2em;
  font-family: 'Gotham 4r','Gotham A','Gotham B','Gotham-Book',Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  color: #000; }

/* Modulo paragraph text -end- */
/* SCREEN MEDIA QUERIES FOR RESPONSIVE BROWSERS - begin */
@media only screen and (min-width: 1024px) and (max-width: 1129px) {
  /* TABLET 1024 Medium screen, non-retina - landscape */ }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* TABLET 768 Medium screen, non-retina - portrait */
  /* Modulo paragraph text -begin- */
  .text-1st-letter .paragraphText {
    padding: 0 0 40px; }

  .text-1st-letter .paragraphText.letterBig p:first-letter {
    padding: 10px 10px 0 0;
    font-size: 90px; }

  /* Chrome and Safari hacks --> */ }
@media only screen and (min-width: 768px) and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 0) {
  .text-1st-letter .paragraphText.letterBig p:first-letter {
    float: left;
    margin: 7px 0 0;
    padding: 0 10px 0 0;
    font-size: 120px;
    line-height: 90px; } }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* Modulo paragraph text -end- */ }
@media only screen and (max-width: 767px) {
  /* SMARTPHONE 320 Small screen, non-retina, portrait */ }
@media only screen and (min-width: 360px) and (max-width: 767px) and (orientation: portrait) {
  /* Modulo paragraph text -begin- */
  .text-1st-letter .paragraphText {
    padding: 0 0 50px; }

  .text-1st-letter .paragraphText.letterBig p:first-letter {
    margin: -10px 0 0;
    padding: 0 10px 0 0;
    font-size: 98px;
    line-height: 99px; }

  /* Modulo paragraph text -end- */ }
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /* SMARTPHONE 480 Small screen, non-retina, landscape */ }
/* SCREEN MEDIA QUERIES FOR RESPONSIVE BROWSERS - end */
.video-post-wrapper {
  margin-bottom: 60px; }

.video-post {
  margin: 0 auto;
  width: 670px;
  height: 377px; }

.video-post iframe {
  width: 100%;
  height: 100%; }

@media only screen and (min-width: 1024px) and (max-width: 1129px) {
  /* TABLET 1024 Medium screen, non-retina - landscape */
  .video-post {
    width: 520px;
    height: 293px; } }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* TABLET 768 Medium screen, non-retina - portrait */
  .video-post {
    width: 620px;
    height: 350px; } }
@media only screen and (max-width: 767px) {
  /* SMARTPHONE 320 Small screen, non-retina, portrait */
  .video-post-wrapper {
    margin: 10px -30px; }

  .video-post {
    width: 280px;
    height: 163px; } }
/* Modulo citazione share -begin- */
.share-cit {
  position: relative;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin: 0 0 60px;
  text-align: center; }

.share-cit p {
  font-size: 40px;
  line-height: 1.2em; }

.share-cit .shareOn {
  right: 0;
  top: 25px; }

.share-cit .quote {
  margin: 30px auto;
  text-align: center; }

/* Modulo citazione share -end- */
/* SCREEN MEDIA QUERIES FOR RESPONSIVE BROWSERS - begin */
@media only screen and (min-width: 1024px) and (max-width: 1129px) {
  /* TABLET 1024 Medium screen, non-retina - landscape */ }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* TABLET 768 Medium screen, non-retina - portrait */
  /* Modulo citazione share -begin- */
  .share-cit {
    margin: 0 0 40px; }

  .share-cit p {
    font-size: 25px;
    line-height: 1.1em; }

  .share-cit .quote {
    margin: 25px auto; }

  /* Modulo citazione share -end- */ }
@media only screen and (max-width: 767px) {
  /* SMARTPHONE 320 Small screen, non-retina, portrait */
  /* Modulo citazione share -begin- */
  .share-cit {
    margin: 0 0 40px; }

  .share-cit p {
    font-size: 25px;
    line-height: 1.1em; }

  .share-cit .quote {
    margin: 25px auto; }

  /* Modulo citazione share -end- */ }
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /* SMARTPHONE 480 Small screen, non-retina, landscape */ }
/* SCREEN MEDIA QUERIES FOR RESPONSIVE BROWSERS - end */
/* Modulo immagine -begin- */
.image {
  margin: 0 0 30px; }

.image h2 {
  text-transform: uppercase;
  font-size: 60px;
  font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
  margin: 0 0 35px; }

.image .figure img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block; }

/* Modulo immagine -end- */
/* SCREEN MEDIA QUERIES FOR RESPONSIVE BROWSERS - begin */
@media only screen and (min-width: 1024px) and (max-width: 1129px) {
  /* TABLET 1024 Medium screen, non-retina - landscape */ }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* TABLET 768 Medium screen, non-retina - portrait */
  .image {
    margin: 0 auto 40px;
    text-align: center; } }
@media only screen and (max-width: 767px) {
  /* SMARTPHONE 320 Small screen, non-retina, portrait */
  .image {
    margin: 0 auto 60px;
    text-align: center; } }
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /* SMARTPHONE 480 Small screen, non-retina, landscape */ }
/* SCREEN MEDIA QUERIES FOR RESPONSIVE BROWSERS - end */
.box-biography {
  margin: 0 0 60px;
  width: 100%;
  background: #e7e7e7; }

.box-biography figure {
  float: left;
  margin: 15px 0 15px 15px;
  width: 124px;
  height: 124px; }

.box-biography figure img {
  width: 124px;
  height: 124px; }

.box-biography .abstract {
  float: left;
  padding: 15px 20px;
  width: 611px; }

/* SCREEN MEDIA QUERIES FOR RESPONSIVE BROWSERS - begin */
@media only screen and (min-width: 1024px) and (max-width: 1129px) {
  /* TABLET 1024 Medium screen, non-retina - landscape */ }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* TABLET 768 Medium screen, non-retina - portrait */
  /* Modulo box gray immagine+testo biography -begin- */
  .box-biography {
    margin: 30px 0;
    width: 100%; }

  .box-biography .abstract {
    float: left;
    padding: 15px 20px;
    width: 75%; }

  /* Modulo box gray immagine+testo biography -end- */ }
@media only screen and (max-width: 767px) {
  /* SMARTPHONE 320 Small screen, non-retina, portrait */
  /* Modulo box gray immagine+testo biography -begin- */
  .box-biography {
    margin: 30px 0;
    width: 100%; }

  .box-biography .abstract {
    float: left;
    padding: 15px 20px;
    width: 90%; }

  /* Modulo box gray immagine+testo biography -end- */ }
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /* SMARTPHONE 480 Small screen, non-retina, landscape */ }
/* SCREEN MEDIA QUERIES FOR RESPONSIVE BROWSERS - end */
/* Modulo box red scopri/partecipa promo -begin- */
.box-promo {
  margin: 50px 0;
  width: 100%; }

.box-promo > header {
  display: block;
  padding: 0 0 20px; }

.box-promo > header h3 {
  padding: 0 0 12px;
  font-size: 64px;
  line-height: 1.1em;
  font-family: 'Gotham 3r','Gotham A','Gotham B','Gotham-Light',Arial,Helvetica,sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: normal;
  color: #000; }

.box-promo .cnt {
  padding: 30px;
  background: #e82f27; }

.box-promo .cnt p {
  padding: 0 0 20px;
  font-size: 52px;
  line-height: 1.1em;
  color: #fff; }

.box-promo .cnt a {
  display: block;
  float: right;
  font-size: 22px;
  line-height: 1em;
  font-family: 'Gotham 5r','Gotham A','Gotham B','Gotham-Medium',Arial,Helvetica,sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: normal;
  text-align: right;
  color: #fff;
  text-decoration: none; }

/* Modulo box red scopri/partecipa promo -end- */
/* SCREEN MEDIA QUERIES FOR RESPONSIVE BROWSERS - begin */
@media only screen and (min-width: 1024px) and (max-width: 1129px) {
  /* TABLET 1024 Medium screen, non-retina - landscape */ }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* TABLET 768 Medium screen, non-retina - portrait */
  /* Modulo box red scopri/partecipa promo -begin- */
  .box-promo {
    margin: 30px 0; }

  .box-promo > header h3 {
    font-size: 32px; }

  .box-promo .cnt {
    padding: 20px; }

  .box-promo .cnt p {
    font-size: 26px; }

  .box-promo .cnt a {
    font-size: 18px; }

  /* Modulo box red scopri/partecipa promo -end- */ }
@media only screen and (max-width: 767px) {
  /* SMARTPHONE 320 Small screen, non-retina, portrait */
  /* Modulo box red scopri/partecipa promo -begin- */
  .box-promo {
    margin: 30px 0; }

  .box-promo > header h3 {
    font-size: 32px; }

  .box-promo .cnt {
    padding: 20px; }

  .box-promo .cnt p {
    font-size: 26px; }

  .box-promo .cnt a {
    font-size: 18px; }

  /* Modulo box red scopri/partecipa promo -end- */ }
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /* SMARTPHONE 480 Small screen, non-retina, landscape */ }
/* SCREEN MEDIA QUERIES FOR RESPONSIVE BROWSERS - end */
/* Copy and date post -begin- */
.copy-date-post {
  border-bottom: 2px solid #e9e9e9;
  padding: 0 0 25px;
  width: 100%;
  clear: both; }

.copy-date-post .copydate {
  float: left;
  width: 790px;
  font-size: 12px;
  line-height: 41px;
  font-family: 'Gotham 4r','Gotham A','Gotham B','Gotham-Book',Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  color: #000; }

.copy-date-post .copydate p {
  float: left;
  font-size: 12px;
  line-height: 41px; }

.copy-date-post .copydate span {
  float: right; }

.copy-date-post .social {
  position: relative;
  float: right;
  width: 340px;
  text-align: right; }

.copy-date-post .social .shareOn {
  right: 0;
  top: 0; }

/* Copy and date post -end- */
/* SCREEN MEDIA QUERIES FOR RESPONSIVE BROWSERS - begin */
@media only screen and (min-width: 1024px) and (max-width: 1129px) {
  /* TABLET 1024 Medium screen, non-retina - landscape */ }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* TABLET 768 Medium screen, non-retina - portrait */ }
@media only screen and (max-width: 767px) {
  /* SMARTPHONE 320 Small screen, non-retina, portrait */ }
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /* SMARTPHONE 480 Small screen, non-retina, landscape */ }
/* SCREEN MEDIA QUERIES FOR RESPONSIVE BROWSERS - end */
/* End article :: other-articles -begin- */
.other-articles {
  padding: 30px 0;
  width: 100%; }

.other-articles p {
  display: block;
  font-size: 16px;
  line-height: 1em;
  font-family: 'Gotham 3r','Gotham A','Gotham B','Gotham-Light',Arial,Helvetica,sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: normal;
  color: #000; }

.other-articles a {
  display: inline-block;
  margin: 10px 0;
  font-size: 18px;
  line-height: 1em;
  font-family: 'Gotham 5r','Gotham A','Gotham B','Gotham-Medium',Arial,Helvetica,sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: normal;
  color: #000;
  text-decoration: none; }

/* End article :: other-articles -end- */
/* SCREEN MEDIA QUERIES FOR RESPONSIVE BROWSERS - begin */
@media only screen and (min-width: 1024px) and (max-width: 1129px) {
  /* TABLET 1024 Medium screen, non-retina - landscape */ }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* TABLET 768 Medium screen, non-retina - portrait */ }
@media only screen and (max-width: 767px) {
  /* SMARTPHONE 320 Small screen, non-retina, portrait */ }
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /* SMARTPHONE 480 Small screen, non-retina, landscape */ }
/* SCREEN MEDIA QUERIES FOR RESPONSIVE BROWSERS - end */
/* Modulo immagine -begin- */
.promo {
  margin: 50px 0;
  text-align: center; }

/* Modulo immagine -end- */
/* SCREEN MEDIA QUERIES FOR RESPONSIVE BROWSERS - begin */
@media only screen and (min-width: 1024px) and (max-width: 1129px) {
  /* TABLET 1024 Medium screen, non-retina - landscape */ }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* TABLET 768 Medium screen, non-retina - portrait */
  /* Modulo immagine -begin- */
  .promo {
    margin: 30px auto; }

  /* Modulo immagine -end- */ }
@media only screen and (max-width: 767px) {
  /* SMARTPHONE 320 Small screen, non-retina, portrait */
  /* Modulo immagine -begin- */
  .promo {
    margin: 30px auto; }

  /* Modulo immagine -end- */ }
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /* SMARTPHONE 480 Small screen, non-retina, landscape */ }
/* SCREEN MEDIA QUERIES FOR RESPONSIVE BROWSERS - end */
/* Modulo tags's group spalla dx -begin- */
.tags-group .tagsGroup {
  padding: 0 0 30px; }

.tags-group .tagsGroup ul li {
  float: left;
  margin: 0 4px 4px 0; }

.tags-group .tagsGroup ul li a {
  display: block;
  padding: 5px 8px;
  background: #e7e7e7;
  font-size: 11px;
  line-height: 1em;
  font-family: 'Gotham 5r','Gotham A','Gotham B','Gotham-Medium',Arial,Helvetica,sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: normal;
  color: #000;
  text-decoration: none; }

/* Modulo tags's group spalla dx -begin- */
/* SCREEN MEDIA QUERIES FOR RESPONSIVE BROWSERS - begin */
@media only screen and (min-width: 1024px) and (max-width: 1129px) {
  /* TABLET 1024 Medium screen, non-retina - landscape */ }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* TABLET 768 Medium screen, non-retina - portrait */ }
@media only screen and (max-width: 767px) {
  /* SMARTPHONE 320 Small screen, non-retina, portrait */
  /* Modulo tags's group spalla dx -begin- */
  .tags-group .tagsGroup {
    padding: 0 0 30px; }

  .tags-group .tagsGroup ul li {
    float: left;
    margin: 0 4px 4px 0; }

  .tags-group .tagsGroup ul li a {
    display: block;
    padding: 5px 8px;
    background: #e7e7e7;
    font-size: 11px;
    line-height: 1em;
    font-family: 'Gotham 5r','Gotham A','Gotham B','Gotham-Medium',Arial,Helvetica,sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: normal;
    color: #000;
    text-decoration: none; }

  /* Modulo tags's group spalla dx -begin- */ }
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /* SMARTPHONE 480 Small screen, non-retina, landscape */ }
/* SCREEN MEDIA QUERIES FOR RESPONSIVE BROWSERS - end */
/* Modulo storie correlate spalla dx -begin- */
.related-stories > h3 {
  border-bottom: 3px solid #e9e9e9;
  margin: 0 0 20px;
  padding: 15px 0;
  font-size: 24px;
  line-height: 1em;
  font-family: 'Gotham 4r','Gotham A','Gotham B','Gotham-Book',Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  color: #000;
  text-transform: uppercase; }

.related-stories .cnt {
  display: block;
  margin: 0 0 29px; }

.related-stories .cnt figure {
  float: left;
  margin: 0 15px 0 0;
  width: 108px;
  height: auto; }

.related-stories .cnt figure img {
  width: 108px;
  height: auto; }

.related-stories .cnt aside {
  float: left;
  width: 135px; }

.related-stories .cnt aside h4 {
  padding: 0 0 8px;
  font-size: 12px;
  line-height: 1em;
  font-family: 'Gotham 7r','Gotham A','Gotham B','Gotham-Bold',Arial,Helvetica,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: normal;
  color: #000;
  text-transform: uppercase; }

.related-stories .cnt aside p {
  font-size: 15px;
  line-height: 1.1em;
  font-family: 'Gotham 3r','Gotham A','Gotham B','Gotham-Light',Arial,Helvetica,sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: normal;
  color: #000; }

/* Modulo storie correlate spalla dx -end- */
/* SCREEN MEDIA QUERIES FOR RESPONSIVE BROWSERS - begin */
@media only screen and (min-width: 1024px) and (max-width: 1129px) {
  /* TABLET 1024 Medium screen, non-retina - landscape */ }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* TABLET 768 Medium screen, non-retina - portrait */
  /* Modulo storie correlate spalla dx -begin- */
  .related-stories {
    margin: 0 0 80px; }

  .related-stories .cnt aside {
    width: 83%; }

  /* Modulo storie correlate spalla dx -end- */ }
@media only screen and (max-width: 767px) {
  /* SMARTPHONE 320 Small screen, non-retina, portrait */
  /* Modulo storie correlate spalla dx -begin- */
  .related-stories {
    border-bottom: 4px solid #e9e9e9;
    margin: 0 0 40px;
    width: 100%; }

  .related-stories > h3 {
    border-bottom: 3px solid #e9e9e9;
    margin: 0 0 20px;
    padding: 15px 0;
    font-size: 24px;
    line-height: 1em;
    font-family: 'Gotham 4r','Gotham A','Gotham B','Gotham-Book',Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: normal;
    color: #000; }

  .related-stories .cnt {
    display: block;
    margin: 0 0 29px; }

  .related-stories .cnt figure {
    float: left;
    margin: 0 15px 0 0;
    width: 108px; }

  .related-stories .cnt aside {
    float: left;
    width: 135px; }

  .related-stories .cnt aside h4 {
    padding: 0 0 8px;
    font-size: 12px;
    line-height: 1em;
    font-family: 'Gotham 7r','Gotham A','Gotham B','Gotham-Bold',Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-style: normal;
    font-weight: normal;
    color: #000; }

  .related-stories .cnt aside p {
    font-size: 15px;
    line-height: 1.1em;
    font-family: 'Gotham 3r','Gotham A','Gotham B','Gotham-Light',Arial,Helvetica,sans-serif;
    font-weight: 300;
    font-style: normal;
    font-weight: normal;
    color: #000; }

  /* Modulo storie correlate spalla dx -end- */ }
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /* SMARTPHONE 480 Small screen, non-retina, landscape */ }
/* SCREEN MEDIA QUERIES FOR RESPONSIVE BROWSERS - end */
/* Modulo storie correlate spalla dx -begin- */
.related-item {
  border-bottom: 4px solid #e9e9e9;
  margin: 0 0 155px;
  width: 100%; }

.related-item > h3 {
  border-bottom: 3px solid #e9e9e9;
  margin: 0 0 20px;
  padding: 15px 0;
  font-size: 24px;
  line-height: 1em;
  font-family: 'Gotham 4r','Gotham A','Gotham B','Gotham-Book',Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  color: #000;
  text-transform: uppercase; }

.related-item .cnt {
  display: block;
  margin: 0 0 29px; }

.related-item .cnt figure {
  float: left;
  margin: 0 15px 0 0;
  width: 108px;
  height: auto; }

.related-item .cnt figure img {
  width: 108px;
  height: auto; }

.related-item .cnt aside {
  float: left;
  width: 135px; }

.related-item .cnt aside h4 {
  padding: 0 0 8px;
  font-size: 12px;
  line-height: 1em;
  font-family: 'Gotham 7r','Gotham A','Gotham B','Gotham-Bold',Arial,Helvetica,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: normal;
  color: #000;
  text-transform: uppercase; }

.related-item .cnt aside p {
  font-size: 15px;
  line-height: 1.1em;
  font-family: 'Gotham 3r','Gotham A','Gotham B','Gotham-Light',Arial,Helvetica,sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: normal;
  color: #000; }

/* Modulo storie correlate spalla dx -end- */
/* SCREEN MEDIA QUERIES FOR RESPONSIVE BROWSERS - begin */
@media only screen and (min-width: 1024px) and (max-width: 1129px) {
  /* TABLET 1024 Medium screen, non-retina - landscape */ }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* TABLET 768 Medium screen, non-retina - portrait */
  /* Modulo storie correlate spalla dx -begin- */
  .related-item {
    margin: 0 0 80px; }

  .related-item .cnt aside {
    width: 83%; }

  /* Modulo storie correlate spalla dx -end- */ }
@media only screen and (max-width: 767px) {
  /* SMARTPHONE 320 Small screen, non-retina, portrait */
  /* Modulo storie correlate spalla dx -begin- */
  .related-item {
    border-bottom: 4px solid #e9e9e9;
    margin: 0 0 40px;
    width: 100%; }

  .related-item > h3 {
    border-bottom: 3px solid #e9e9e9;
    margin: 0 0 20px;
    padding: 15px 0;
    font-size: 24px;
    line-height: 1em;
    font-family: 'Gotham 4r','Gotham A','Gotham B','Gotham-Book',Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: normal;
    color: #000; }

  .related-item .cnt {
    display: block;
    margin: 0 0 29px; }

  .related-item .cnt figure {
    float: left;
    margin: 0 15px 0 0;
    width: 108px; }

  .related-item .cnt aside {
    float: left;
    width: 135px; }

  .related-item .cnt aside h4 {
    padding: 0 0 8px;
    font-size: 12px;
    line-height: 1em;
    font-family: 'Gotham 7r','Gotham A','Gotham B','Gotham-Bold',Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-style: normal;
    font-weight: normal;
    color: #000; }

  .related-item .cnt aside p {
    font-size: 15px;
    line-height: 1.1em;
    font-family: 'Gotham 3r','Gotham A','Gotham B','Gotham-Light',Arial,Helvetica,sans-serif;
    font-weight: 300;
    font-style: normal;
    font-weight: normal;
    color: #000; }

  /* Modulo storie correlate spalla dx -end- */ }
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /* SMARTPHONE 480 Small screen, non-retina, landscape */ }
/* SCREEN MEDIA QUERIES FOR RESPONSIVE BROWSERS - end */
/* Modulo le più lette spalla dx -begin- */
.more-read {
  border-bottom: 4px solid #e9e9e9;
  margin: 0 0 15px;
  width: 100%; }

.more-read > h3 {
  border-bottom: 3px solid #e9e9e9;
  padding: 15px 0;
  font-size: 24px;
  line-height: 1em;
  font-family: 'Gotham 4r','Gotham A','Gotham B','Gotham-Book',Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  color: #000; }

.more-read .cnt {
  display: block;
  padding: 15px 0; }

.more-read .cnt ~ .cnt {
  border-top: 1px solid #e9e9e9; }

.more-read .cnt h4 {
  padding: 0 0 8px;
  font-size: 12px;
  line-height: 1em;
  font-family: 'Gotham 7r','Gotham A','Gotham B','Gotham-Bold',Arial,Helvetica,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: normal;
  color: #000; }

.more-read .cnt p {
  font-size: 17px;
  line-height: 1.1em;
  font-family: 'Gotham 3r','Gotham A','Gotham B','Gotham-Light',Arial,Helvetica,sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: normal;
  color: #000; }

/* Modulo le più lette spalla dx -end- */
/* SCREEN MEDIA QUERIES FOR RESPONSIVE BROWSERS - begin */
@media only screen and (min-width: 1024px) and (max-width: 1129px) {
  /* TABLET 1024 Medium screen, non-retina - landscape */ }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* TABLET 768 Medium screen, non-retina - portrait */
  /* Modulo le più lette spalla dx -begin- */
  .more-read {
    margin: 0 0 80px; }

  /* Modulo le più lette spalla dx -end- */ }
@media only screen and (max-width: 767px) {
  /* SMARTPHONE 320 Small screen, non-retina, portrait */
  /* Modulo le più lette spalla dx -begin- */
  .more-read {
    border-bottom: 4px solid #e9e9e9;
    margin: 0 0 40px;
    width: 100%; }

  .more-read > h3 {
    border-bottom: 3px solid #e9e9e9;
    padding: 15px 0;
    font-size: 24px;
    line-height: 1em;
    font-family: 'Gotham 4r','Gotham A','Gotham B','Gotham-Book',Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: normal;
    color: #000; }

  .more-read .cnt {
    display: block;
    padding: 15px 0; }

  .more-read .cnt ~ .cnt {
    border-top: 1px solid #e9e9e9; }

  .more-read .cnt h4 {
    padding: 0 0 8px;
    font-size: 12px;
    line-height: 1em;
    font-family: 'Gotham 7r','Gotham A','Gotham B','Gotham-Bold',Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-style: normal;
    font-weight: normal;
    color: #000; }

  .more-read .cnt p {
    font-size: 17px;
    line-height: 1.1em;
    font-family: 'Gotham 3r','Gotham A','Gotham B','Gotham-Light',Arial,Helvetica,sans-serif;
    font-weight: 300;
    font-style: normal;
    font-weight: normal;
    color: #000; }

  /* Modulo le più lette spalla dx -end- */ }
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /* SMARTPHONE 480 Small screen, non-retina, landscape */ }
/* SCREEN MEDIA QUERIES FOR RESPONSIVE BROWSERS - end */
/* Modulo approfondimenti dx -begin- */
.insights {
  margin: 0 0 15px;
  width: 100%; }

.insights > h3 {
  border-bottom: 3px solid #e9e9e9;
  padding: 15px 0;
  font-size: 24px;
  line-height: 1em;
  font-family: 'Gotham 4r','Gotham A','Gotham B','Gotham-Book',Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  color: #000; }

.insights a {
  display: inline-block;
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1em;
  font-family: 'Gotham 5r','Gotham A','Gotham B','Gotham-Medium',Arial,Helvetica,sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: normal;
  color: #000;
  text-decoration: none; }

/* Modulo approfondimenti dx -end- */
/* SCREEN MEDIA QUERIES FOR RESPONSIVE BROWSERS - begin */
@media only screen and (min-width: 1024px) and (max-width: 1129px) {
  /* TABLET 1024 Medium screen, non-retina - landscape */ }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* TABLET 768 Medium screen, non-retina - portrait */ }
@media only screen and (max-width: 767px) {
  /* SMARTPHONE 320 Small screen, non-retina, portrait */
  /* Modulo approfondimenti dx -begin- */
  .insights {
    margin: 0 0 40px;
    width: 100%; }

  .insights > h3 {
    border-bottom: 3px solid #e9e9e9;
    padding: 15px 0;
    font-size: 24px;
    line-height: 1em;
    font-family: 'Gotham 4r','Gotham A','Gotham B','Gotham-Book',Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: normal;
    color: #000; }

  .insights a {
    display: inline-block;
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 1em;
    font-family: 'Gotham 5r','Gotham A','Gotham B','Gotham-Medium',Arial,Helvetica,sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: normal;
    color: #000;
    text-decoration: none; }

  /* Modulo approfondimenti dx -end- */ }
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /* SMARTPHONE 480 Small screen, non-retina, landscape */ }
/* SCREEN MEDIA QUERIES FOR RESPONSIVE BROWSERS - end */
/* Modulo title -begin- */
.title-page .title {
  display: block;
  clear: both;
  padding: 25px 0 25px;
  text-align: center;
  font-size: 26px;
  line-height: 1em;
  font-family: 'Gotham 4r','Gotham A','Gotham B','Gotham-Book',Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  color: #000; }

.title-page .title.bigLeft {
  font-size: 64px;
  line-height: 1em;
  font-family: 'Gotham 3r','Gotham A','Gotham B','Gotham-Light',Arial,Helvetica,sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: normal;
  color: #000;
  text-align: left; }

/* Modulo title -end- */
/* SCREEN MEDIA QUERIES FOR RESPONSIVE BROWSERS - begin */
@media only screen and (min-width: 1024px) and (max-width: 1129px) {
  /* TABLET 1024 Medium screen, non-retina - landscape */ }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* TABLET 768 Medium screen, non-retina - portrait */
  /* Modulo title -begin- */
  .title-page .title.bigLeft {
    font-size: 50px; }

  /* Modulo title -end- */ }
@media only screen and (max-width: 767px) {
  /* SMARTPHONE 320 Small screen, non-retina, portrait */
  /* Modulo title -begin- */
  .title-page .title.bigLeft {
    font-size: 40px; }

  /* Modulo title -end- */ }
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /* SMARTPHONE 480 Small screen, non-retina, landscape */ }
/* SCREEN MEDIA QUERIES FOR RESPONSIVE BROWSERS - end */
.internal-banner-wrapper {
  position: relative;
  background-color: #000;
  min-height: 435px;
  overflow: hidden; }

.banner {
  background-color: transparent;
  color: #fff;
  padding: 5% 20px 0;
  position: static;
  overflow: hidden;
  top: 0;
  width: 100%; }

.banner h1 {
  font-family: 'Gotham-bold', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 46px;
  line-height: 1em;
  margin: 0 0 0.1em; }

.banner h2 {
  font-family: 'Gotham-light', Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 1.1em;
  margin-bottom: 0.3em;
  color: #fff; }

.banner p {
  font-size: 14px;
  line-height: 1.3em;
  margin-bottom: 2.5em;
  padding-right: 100px;
  font-family: 'Gotham 5r', 'Gotham A', 'Gotham B', 'gotham-medium', sans-serif; }

.banner .actionsWrapper .btn {
  display: inline-block;
  border-color: #fff;
  color: #fff;
  margin: 0 5px 0 0; }

.banner .actionsWrapper .btn-play:before {
  border-left-color: #fff; }

.banner .savethedateLink {
  display: block;
  height: 39px;
  width: 39px;
  float: left;
  margin: 0 15px 0 0;
  background: transparent url("../../gfx/spr/spriteSite.png") no-repeat -505px -41px; }

.banner .savethedateLink:hover,
.banner .btn:hover {
  opacity: 0.6; }

.banner .col-md-8,
.banner .col-md-9 {
  position: relative;
  height: 380px; }

@media only screen and (max-width: 992px) {
  .banner .col-md-8,
  .banner .col-md-9 {
    height: 355px; } }
.banner .actionsWrapper .specialButtons {
  position: absolute;
  left: 15px;
  bottom: 30px; }

.banner .actionsWrapper .specialButtons .btn {
  background-color: #fff;
  color: #333;
  padding-left: 40px;
  position: relative;
  margin-bottom: 12px; }

.banner .actionsWrapper .specialButtons .btn:after {
  content: "";
  background: transparent url("../../gfx/spr/spriteSite.png") no-repeat -350px -88px;
  width: 17px;
  height: 20px;
  display: block;
  position: absolute;
  left: 12px;
  top: 9px; }

.bannerImage {
  position: absolute;
  left: 50%;
  top: 0;
  max-height: 440px;
  overflow: hidden;
  transform: translate(-50%, 0); }

.bannerImage source,
.bannerImage picture {
  height: 100%;
  width: auto; }

.bannerImage .respImage,
.bannerImage img {
  width: auto;
  height: 100%; }

@media screen and (max-width: 992px) {
  .banner {
    padding-top: 10%; }

  .banner p {
    padding-right: 0; } }
@media screen and (max-width: 580px) {
  .banner {
    padding-top: 15%; }

  .banner p {
    font-size: 12px; }

  .banner h1 {
    font-size: 32px; }

  .banner h2 {
    font-size: 26px; } }
@media screen and (max-width: 992px) {
  .banner {
    padding-right: 0;
    padding-left: 0; } }
#contactus-tpl h2 {
  font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', 'Gotham-Book', Arial, Helvetica, sans-serif;
  line-height: 1.2em;
  margin: 0 0 0.4em;
  font-size: 25px; }

#contactus-tpl p,
#contactus-tpl ul {
  font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', 'Gotham-Light', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  list-style: none;
  margin: 0;
  padding: 0; }

#contactus-tpl ul {
  margin: 15px 0 0;
  font-size: 13px; }

#contactus-tpl ul > li {
  margin-bottom: 12px; }

#contactus-tpl ul > li:last-child {
  margin-bottom: 0; }

#contactus-tpl ul > li > strong {
  width: 30px;
  display: inline-block; }

#contactus-tpl hr {
  border-top-color: #ddd;
  margin: 2em 0; }

.contactUsBox {
  border: 1px solid #ddd;
  padding: 20px;
  font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', 'Gotham-Book', Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
  min-height: 220px; }

.contactUsBox figure {
  float: left;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin: 0 12px 12px 0;
  background-color: #eee; }

.contactUsBox figure img {
  width: 100%;
  height: auto; }

.contactUsBox h3 {
  font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', 'Gotham-Light', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #555;
  line-height: 1.2em;
  margin: 0 0 4px; }

.contactUsBox .role {
  font-size: 10px;
  color: #666;
  clear: both;
  font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', 'Gotham-Light', Arial, Helvetica, sans-serif; }

#v2-investors-contactus-tpl .contactWrapper {
  position: relative; }
  #v2-investors-contactus-tpl .contactWrapper.hover-in .contactUsBox .textBox {
    opacity: 1;
    visibility: visible; }
  #v2-investors-contactus-tpl .contactWrapper .show-mobile-contacts-label {
    display: none;
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 1;
    font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 250ms ease;
    width: 100%;
    height: 100%;
    text-align: right;
    padding-right: 10px; }
    #v2-investors-contactus-tpl .contactWrapper .show-mobile-contacts-label i {
      position: relative;
      height: 10px; }
      #v2-investors-contactus-tpl .contactWrapper .show-mobile-contacts-label i:before {
        content: "\f067";
        position: absolute;
        top: 50%;
        right: -7px;
        transform: translateY(-50%);
        font-size: 8px; }
  #v2-investors-contactus-tpl .contactWrapper .hide-mobile-contacts {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 250ms ease; }
    #v2-investors-contactus-tpl .contactWrapper .hide-mobile-contacts i {
      position: absolute;
      top: 10px;
      right: 20px;
      transform: rotate(45deg); }

#contactus-tpl .contactUsBox ul {
  margin: 20px 0 0;
  clear: left;
  font-size: 11px;
  padding: 0;
  list-style: none; }

#contactus-tpl .contactUsBox ul > li {
  margin-bottom: 10px;
  white-space: nowrap; }

#contactus-tpl .contactUsBox ul > li > strong {
  display: inline-block;
  width: 30px;
  font-weight: normal;
  font-family: 'Gotham 5r', 'Gotham A', 'Gotham B', 'Gotham-Medium', Arial, Helvetica, sans-serif; }

@media only screen and (max-width: 1200px) {
  #v2-investors-contactus-tpl .contactWrapper.hover-in .contactUsBox .textBox {
    opacity: 0;
    visibility: hidden; }
  #v2-investors-contactus-tpl .contactWrapper .show-mobile-contacts-label {
    display: block; } }
@media only screen and (max-width: 1200px) {
  #v2-investors-contactus-tpl .contactWrapper .show-mobile-contacts-label {
    right: 0;
    padding: 5px 12px 5px 15px;
    font-size: 18px; }
    #v2-investors-contactus-tpl .contactWrapper .show-mobile-contacts-label i {
      font-size: 10px;
      right: 2px; } }
#boardofdirectors-tpl {
  margin: 0 -50px; }

.accordionTitle {
  font-size: 18px;
  font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', 'Gotham-Light', Arial, Helvetica, sans-serif;
  padding: 30px 100px 30px 45px;
  border-top: 1px solid #ccc;
  position: relative;
  cursor: pointer;
  line-height: 1.3em; }

.accordionItem:first-child .accordionTitle {
  border: 0; }

.accordionTitle:after {
  content: "";
  height: 39px;
  width: 37px;
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -20px;
  background: transparent url("../../gfx/spr/spriteSite.png") no-repeat -382px 0; }

.accordionTitle.on:after {
  background-position: -423px 0; }

.accordionContent {
  display: none; }

.accordionContent.on {
  display: block; }

#CDA-third .accordionTitle {
  padding: 30px 45px 30px 0; }

#CDA-third .accordionTitle:after {
  right: 0; }

.noteWrapper {
  padding: 40px 45px;
  border-top: 1px solid #ccc;
  font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', 'Gotham-Book', Arial, Helvetica, sans-serif; }

.noteWrapper p {
  margin-bottom: 20px; }

.boardBox {
  background-color: #ECECEA;
  border: 1px solid #D2D2D2;
  margin: 0px 45px 30px; }

.boardBoxTopLevel {
  position: relative; }

.boardBoxTopLevel:before {
  content: "";
  width: 1px;
  height: 30px;
  position: absolute;
  bottom: -30px;
  background-color: #ccc;
  left: 50%; }

.boardBox h2 {
  text-align: center;
  padding: 20px;
  font-family: 'Gotham 7r', 'Gotham A', 'Gotham B', 'Gotham-Bold', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal; }

.articleCntDx a {
  border-bottom: 0; }

.boardBoxItem {
  position: relative; }

.boardBoxItemDeLuxe {
  padding: 25px 30px;
  overflow: hidden; }

.boardBoxItemDeLuxe figure {
  background-color: #fff;
  width: 320px;
  height: 240px;
  float: left;
  margin: -25px 20px -25px -30px; }

.boardBoxItemDeLuxe h3 {
  font-family: 'Gotham 7r', 'Gotham A', 'Gotham B', 'Gotham-Bold', Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 30px; }

.boardBoxTopLevel .boardBoxItemDeLuxe h3 {
  margin: 20px 0 0; }

.boardBoxItemDeLuxe p {
  line-height: 1.5em; }

.boardBoxItemDeLuxe p > strong {
  display: block; }

.boardBoxItemLinear {
  padding: 25px 30px;
  min-height: 40px;
  border-top: 1px dashed #A5A5A3; }

.boardBoxSingleItem .boardBoxItemLinear {
  border-top: 0; }

.boardBoxItemLinear h3 {
  font-family: 'Gotham 7r', 'Gotham A', 'Gotham B', 'Gotham-Bold', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal; }

.boardBoxItemLinear ul {
  margin: 4px 0;
  font-size: 12px;
  line-height: 1.4em;
  width: calc(100% - 100px);
  font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', 'Gotham-Book', Arial, Helvetica, sans-serif; }

.boardBox .downloadLink,
.boardBox .cvLink {
  display: inline-block;
  height: 39px;
  width: 39px;
  margin: 0 0 0 6px; }

#board-box .text .paragraphText ul {
  list-style: none; }
  #board-box .text .paragraphText ul img {
    height: 30px; }

.boardBox .downloadLink {
  background-position: -341px -2px; }

.boardBox .cvLink {
  background-position: -598px -2px; }

.articleCntDx .boardBox .btnGroup .btn {
  position: relative;
  top: -15px;
  display: inline-block;
  margin: 0 6px 0 0;
  text-transform: uppercase;
  color: #333;
  border: 1px solid #333;
  padding: 14px 18px 14px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 11px;
  line-height: 0.8em;
  cursor: pointer;
  font-family: 'Gotham-Medium', Arial, Helvetica, sans-serif; }

.boardBoxItemDeLuxe .btnGroup {
  margin: 30px 0 -15px; }

.boardBoxItemLinear .btnGroup {
  white-space: nowrap;
  text-align: right;
  position: absolute;
  bottom: 25px;
  right: 10px;
  height: 38px; }

.boardBoxItemDeLuxe .btnGroup.btnGroupPositioned {
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin: 0; }

@media only screen and (max-width: 1200px) {
  .boardBoxTopLevel .boardBoxItemDeLuxe h3 {
    margin-top: 0; }

  .boardBoxItemDeLuxe figure {
    width: 255px; } }
@media only screen and (max-width: 1100px) {
  .boardBoxItemDeLuxe figure {
    width: 180px;
    height: 170px; }

  .boardBoxItemDeLuxe figure img {
    width: 100%; } }
@media only screen and (max-width: 768px) {
  .boardBoxItemLinear ul {
    width: 100%; }

  .boardBoxItemLinear .btnGroup {
    position: static;
    text-align: left;
    margin-top: 12px; }

  .boardBoxItemDeLuxe {
    padding: 20px 15px; }

  .boardBoxItemDeLuxe figure {
    width: 213px;
    height: 160px; }

  .boardBoxItemDeLuxe .btnGroup.btnGroupPositioned {
    position: static;
    margin: 15px 0 -15px; } }
@media only screen and (max-width: 660px) {
  #boardofdirectors-tpl {
    margin: 0 -30px; }

  .accordionTitle {
    padding: 30px 70px 30px 30px;
    font-size: 15px; }

  .accordionTitle:after {
    right: 30px; }

  .boardBox {
    margin: 0 30px 30px; }

  .boardBoxItemLinear {
    padding: 20px 20px; }

  .noteWrapper {
    padding: 30px 20px; }

  .boardBoxItemDeLuxe figure {
    display: none; }

  .boardBoxItemDeLuxe h3 {
    margin-bottom: 0; }

  .boardBoxItemDeLuxe .btnGroup {
    margin-top: 10px; }

  .articleCntDx .boardBox .btnGroup .btn {
    font-size: 10px; }

  .boardBox .downloadLink, .boardBox .cvLink {
    margin: 0 6px 0 0; } }
@media only screen and (max-width: 360px) {
  .articleCntDx .boardBox .btnGroup .btn {
    position: static;
    margin-bottom: 6px; }

  .boardBoxItemDeLuxe .btnGroup.btnGroupPositioned {
    margin-bottom: -5px; } }
#businessstrategy-tpl p {
  font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', 'Gotham-Book', Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5em; }

#businessstrategy-tpl .accordionTitle {
  padding: 30px 45px 30px 5px; }

#businessstrategy-tpl .accordionTitle:after {
  right: 5px; }

#businessstrategy-tpl .accordionContent {
  padding: 10px 5px 30px;
  line-height: 1.5em;
  font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', 'Gotham-Book', Arial, Helvetica, sans-serif; }

#businessstrategy-tpl .accordionContent p {
  margin-bottom: 20px;
  line-height: 1.5em; }

#businessstrategy-tpl .accordionContent ul {
  list-style-type: disc;
  padding-left: 20px; }

#businessstrategy-tpl .accordionContent ul > li {
  margin-bottom: 0.5em; }

#businessstrategy-tpl .tabWrapper {
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#businessstrategy-tpl .tabWrapper,
#businessstrategy-tpl .tabWrapper *,
#businessstrategy-tpl .sectionTabWrapper,
#businessstrategy-tpl .sectionTabWrapper * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#businessstrategy-tpl .tabWrapper .tab {
  padding: 12px 5px;
  float: left;
  cursor: pointer;
  width: 33.333333%;
  text-transform: uppercase;
  font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', 'Gotham-Book', Arial, Helvetica, sans-serif;
  background-color: #eee;
  font-size: 16px;
  border: 1px solid #fff;
  text-align: center; }

#businessstrategy-tpl .tabWrapper .tab.active {
  background-color: #ddd;
  font-family: 'Gotham 5r', 'Gotham A', 'Gotham B', 'Gotham-Medium', Arial, Helvetica, sans-serif; }

.tabBlock {
  display: none; }

.tabBlock.active {
  display: block; }

/* SECTION TAB */
#businessstrategy-tpl .sectionTabWrapper {
  border-bottom: 1px solid #ccc;
  margin: 0 -50px;
  padding: 0;
  margin-bottom: 30px; }

#businessstrategy-tpl .sectionTabWrapper:after,
#businessstrategy-tpl .sectionTabWrapper:before {
  content: "";
  display: table;
  clear: both; }

#businessstrategy-tpl .sectionTab {
  float: left;
  width: 25%;
  text-align: center;
  display: block;
  padding: 30px 0;
  color: #999;
  font-size: 14px;
  position: relative;
  font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', 'Gotham-Book', Arial, Helvetica, sans-serif; }

#businessstrategy-tpl .sectionTab.active {
  color: #333; }

#businessstrategy-tpl .sectionTab.active:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -10px;
  z-index: 10; }

#businessstrategy-tpl .sectionTab.active:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ccc;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 9; }

@media only screen and (max-width: 768px) {
  #businessstrategy-tpl .tabWrapper .tab {
    font-size: 12px; } }
@media only screen and (max-width: 660px) {
  #businessstrategy-tpl .sectionTabWrapper {
    margin: 0 -30px 30px; }

  #businessstrategy-tpl .tabWrapper .tab {
    float: none;
    width: 100%; } }
#regionstrategy-tpl p {
  font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', 'Gotham-Book', Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5em; }

#regionstrategy-tpl .accordionTitle {
  padding: 30px 45px 30px 5px; }

#regionstrategy-tpl .accordionTitle:after {
  right: 5px; }

#regionstrategy-tpl .accordionContent {
  padding: 10px 5px 30px;
  line-height: 1.5em;
  font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', 'Gotham-Book', Arial, Helvetica, sans-serif; }

#regionstrategy-tpl .accordionContent p {
  margin-bottom: 20px;
  line-height: 1.5em; }

#regionstrategy-tpl .accordionContent ul {
  list-style-type: disc;
  padding-left: 20px; }

#regionstrategy-tpl .accordionContent ul > li {
  margin-bottom: 0.5em; }

#regionstrategy-tpl .tabWrapper {
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#regionstrategy-tpl .tabWrapper,
#regionstrategy-tpl .tabWrapper *,
#regionstrategy-tpl-tpl .sectionTabWrapper,
#regionstrategy-tpl .sectionTabWrapper * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#regionstrategy-tpl .tabWrapper .tab {
  padding: 12px 5px;
  float: left;
  cursor: pointer;
  width: 33.333333%;
  text-transform: uppercase;
  font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', 'Gotham-Book', Arial, Helvetica, sans-serif;
  background-color: #eee;
  font-size: 16px;
  border: 1px solid #fff;
  text-align: center; }

#regionstrategy-tpl .tabWrapper .tab.active {
  background-color: #ddd;
  font-family: 'Gotham 5r', 'Gotham A', 'Gotham B', 'Gotham-Medium', Arial, Helvetica, sans-serif; }

.tabBlock {
  display: none; }

.tabBlock.active {
  display: block; }

/* SECTION TAB */
#regionstrategy-tpl .sectionTabWrapper {
  border-bottom: 1px solid #ccc;
  margin: 0 -50px;
  padding: 0;
  margin-bottom: 30px; }

#regionstrategy-tpl .sectionTabWrapper:after,
#regionstrategy-tpl .sectionTabWrapper:before {
  content: "";
  display: table;
  clear: both; }

#regionstrategy-tpl .sectionTab {
  float: left;
  width: 16.6666667%;
  text-align: center;
  display: block;
  padding: 30px 0;
  color: #999;
  font-size: 14px;
  position: relative;
  font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', 'Gotham-Book', Arial, Helvetica, sans-serif; }

#regionstrategy-tpl .sectionTab.active {
  color: #333; }

#regionstrategy-tpl .sectionTab.active:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -10px;
  z-index: 10; }

#regionstrategy-tpl .sectionTab.active:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ccc;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 9; }

@media only screen and (max-width: 768px) {
  #regionstrategy-tpl .tabWrapper .tab {
    font-size: 12px; } }
@media only screen and (max-width: 660px) {
  #regionstrategy-tpl .sectionTabWrapper {
    margin: 0 -30px 30px; }

  #regionstrategy-tpl .tabWrapper .tab {
    float: none;
    width: 100%; } }
#data-tpl {
  position: relative; }

#data-tpl .tabWrapper {
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: -100px; }

#data-tpl .tabWrapper,
#data-tpl .tabWrapper *,
#data-tpl .sectionTabWrapper,
#data-tpl-tpl .sectionTabWrapper * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#data-tpl .tabWrapper .tab {
  padding: 3px 9px;
  float: left;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 22px;
  letter-spacing: 0.6px;
  border: 2px solid #000000;
  text-align: center;
  min-width: 135px; }
  #data-tpl .tabWrapper .tab:last-child {
    margin-left: 16px; }

#data-tpl .tabWrapper .tab.active {
  background-color: #000000;
  color: #FFFFFF; }

.tabBlock {
  display: none; }

.tabBlock.active {
  display: block; }

@media only screen and (max-width: 768px) {
  #businessstrategy-tpl .tabWrapper .tab {
    font-size: 12px; } }
@media only screen and (max-width: 660px) {
  #businessstrategy-tpl .tabWrapper .tab {
    float: none;
    width: 100%; } }
.linkGroup {
  text-align: right;
  margin: 20px 0; }

.linkGroup a {
  font-family: 'Gotham 5r', 'Gotham A', 'Gotham B', 'Gotham-Medium', Arial, Helvetica, sans-serif;
  display: inline-block;
  margin: 0 0 0 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 4px;
  white-space: nowrap; }

#data-tpl table {
  width: 98%;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE; }

#data-tpl table tr.border_top {
  border-top: 1px solid #EEEEEE; }

#data-tpl table th {
  color: #333;
  padding: 3px;
  vertical-align: middle; }

#data-tpl table td {
  padding: 3px 0 2px;
  font-size: 14px;
  line-height: 23px;
  color: #666; }
  #data-tpl table td strong {
    color: #000000; }

#data-tpl table td.alt {
  background: #fff;
  color: #646369;
  padding: 3px;
  border-bottom: 1px dotted #dddddd;
  vertical-align: middle; }

#data-tpl table td img {
  position: inherit !important;
  padding: 0; }

#data-tpl table .head {
  color: #000000;
  font-size: 22px;
  font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 0 5px;
  text-align: right; }

#data-tpl .tab_sus {
  border: 1px solid #cccccc;
  width: 666px;
  padding: 4px; }

#data-tpl .tab_sus > table {
  width: 668px !important; }

#data-tpl .tab_sus > table td {
  height: 5px;
  line-height: 5px; }

#data-tpl table .td_border_dx1 {
  text-align: left;
  vertical-align: middle;
  height: 25px;
  line-height: 25px !important; }

#data-tpl table .td_align_dx {
  text-align: right;
  vertical-align: middle;
  height: 25px;
  line-height: 25px !important; }

#data-tpl table .total_td {
  font-size: 24px;
  font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #000000;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE; }
  #data-tpl table .total_td span {
    display: block;
    padding: 10px 0; }

#data-tpl table .total_td.double {
  height: 52px;
  background: #eee !important;
  vertical-align: middle !important; }
  #data-tpl table .total_td.double strong {
    color: #000000; }

#data-tpl table .oriz_border {
  background: #eee; }

#data-tpl table tr.alt td {
  background-color: #FFFFFF;
  color: #666666;
  line-height: 1.4; }
  #data-tpl table tr.alt td strong {
    color: #000000; }

#data-tpl table tr.alt_bold td strong {
  color: #000000; }

#data-tpl table td img {
  position: inherit !important;
  padding: 0; }

@media only screen and (max-width: 768px) {
  #data-tpl .tabWrapper {
    position: initial; }
    #data-tpl .tabWrapper .tab {
      float: none;
      margin: 0 0 10px 0 !important; } }
#v2-contactus-tpl h2 {
  font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
  line-height: 1.2em;
  margin: 0 0 0.4em;
  font-size: 30px; }

#v2-contactus-tpl p {
  font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', 'Gotham-Book', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0;
  padding: 0; }

#v2-contactus-tpl hr {
  border-top-color: #ddd;
  margin: 2em 0; }

#v2-contactus-tpl .contactUsBox {
  background-color: #f6f6f6;
  padding: 30px;
  font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', 'Gotham-Book', Arial, Helvetica, sans-serif;
  min-height: 340px;
  border: 0 none; }

#v2-contactus-tpl .contactUsBox h3 {
  font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #000;
  line-height: 1em;
  margin: 0 0 4px;
  text-transform: uppercase; }

#v2-contactus-tpl .contactUsBox .role {
  font-size: 14px;
  color: #333;
  clear: both; }

#v2-contactus-tpl .contactUsBox ul {
  margin: 20px 0 0;
  clear: left;
  font-size: 14px;
  color: #333;
  padding: 0;
  list-style: none; }

#v2-contactus-tpl .contactUsBox ul > li {
  margin-bottom: 20px;
  white-space: nowrap;
  padding-left: 30px;
  padding-bottom: 5px; }

#v2-contactus-tpl .contactUsBox ul > li.mob {
  background: transparent url("../../gfx/v2/v2-contact/ico-mobile.png") no-repeat 0 0; }

#v2-contactus-tpl .contactUsBox ul > li.tel {
  background: transparent url("../../gfx/v2/v2-contact/ico-tel.png") no-repeat 0 0; }

#v2-contactus-tpl .contactUsBox ul > li.fax {
  background: transparent url("../../gfx/v2/v2-contact/ico-fax.png") no-repeat 0 0; }

#v2-investors-contactus-tpl h2 {
  font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
  line-height: 1.2em;
  margin: 0 0 0.7em;
  font-size: 30px; }

#v2-investors-contactus-tpl p {
  font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', 'Gotham-Book', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  margin: 0 0 3em 0;
  padding: 0 0 0 50px;
  background: transparent url("../../gfx/v2/v2-contact/email-black.png") no-repeat 0 0; }

#v2-investors-contactus-tpl p.no-padding {
  padding: 0;
  background: none; }

#v2-investors-contactus-tpl p a {
  font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', 'Gotham-Book', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  text-decoration: underline; }

#v2-investors-contactus-tpl hr {
  border-top-color: #ddd;
  margin: 2em 0; }

#v2-investors-contactus-tpl .contactUsLargeBox {
  width: 100%;
  height: auto;
  display: flex; }
  @media only screen and (max-width: 1200px) {
    #v2-investors-contactus-tpl .contactUsLargeBox {
      display: table; } }
  #v2-investors-contactus-tpl .contactUsLargeBox .imageBox {
    position: relative; }
    #v2-investors-contactus-tpl .contactUsLargeBox .imageBox img {
      height: auto;
      width: 275px; }
      @media (min-width: 1200px) and (max-width: 1400px) {
        #v2-investors-contactus-tpl .contactUsLargeBox .imageBox img {
          width: 235px; } }
      @media only screen and (max-width: 1200px) {
        #v2-investors-contactus-tpl .contactUsLargeBox .imageBox img {
          width: 100%;
          height: auto; } }
    #v2-investors-contactus-tpl .contactUsLargeBox .imageBox .desktop {
      display: block; }
      @media only screen and (max-width: 1200px) {
        #v2-investors-contactus-tpl .contactUsLargeBox .imageBox .desktop {
          display: none; } }
    #v2-investors-contactus-tpl .contactUsLargeBox .imageBox .mobile {
      display: none; }
      @media only screen and (max-width: 1200px) {
        #v2-investors-contactus-tpl .contactUsLargeBox .imageBox .mobile {
          display: block; } }
    #v2-investors-contactus-tpl .contactUsLargeBox .imageBox .overlayContacts {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(35, 31, 32, 0.8);
      padding: 15px;
      font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', 'Gotham-Book', Arial, Helvetica, sans-serif;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease-in; }
      #v2-investors-contactus-tpl .contactUsLargeBox .imageBox .overlayContacts h3 {
        font-family: "GothamHTF-BookCondensed", Arial, Helvetica, sans-serif;
        font-size: 36px;
        color: #fff;
        line-height: 1em;
        margin: 0 0 18px;
        text-transform: uppercase; }
      #v2-investors-contactus-tpl .contactUsLargeBox .imageBox .overlayContacts ul {
        margin: 20px 0 0;
        clear: left;
        font-size: 14px;
        color: #fff;
        padding: 0;
        list-style: none; }
        #v2-investors-contactus-tpl .contactUsLargeBox .imageBox .overlayContacts ul li {
          margin-bottom: 20px;
          word-wrap: break-word;
          padding-left: 30px;
          padding-bottom: 5px; }
          #v2-investors-contactus-tpl .contactUsLargeBox .imageBox .overlayContacts ul li.mob {
            background: transparent url("../../gfx/v2/v2-contact/ico-mobile-white.png") no-repeat 0 0; }
          #v2-investors-contactus-tpl .contactUsLargeBox .imageBox .overlayContacts ul li.tel {
            background: transparent url("../../gfx/v2/v2-contact/ico-tel-white.png") no-repeat 0 0; }
          #v2-investors-contactus-tpl .contactUsLargeBox .imageBox .overlayContacts ul li.email {
            background: transparent url("../../gfx/v2/v2-contact/ico-email-white.png") no-repeat 0px 4px; }
          #v2-investors-contactus-tpl .contactUsLargeBox .imageBox .overlayContacts ul li a {
            text-decoration: none;
            color: #fff;
            padding-bottom: 0;
            border-bottom: 0 none; }
  #v2-investors-contactus-tpl .contactUsLargeBox .hover-in .imageBox .overlayContacts {
    opacity: 1;
    visibility: visible; }
  #v2-investors-contactus-tpl .contactUsLargeBox .textBox {
    background-color: #343434;
    padding: 21px 25px; }
    #v2-investors-contactus-tpl .contactUsLargeBox .textBox h3 {
      color: #fff;
      font-family: "GothamHTF-BookCondensed", Arial, Helvetica, sans-serif;
      font-size: 42px;
      text-transform: uppercase;
      line-height: 1;
      margin: 0;
      margin-bottom: 8px; }
      @media (min-width: 1200px) and (max-width: 1400px) {
        #v2-investors-contactus-tpl .contactUsLargeBox .textBox h3 {
          font-size: 38px;
          line-height: 1; } }
    #v2-investors-contactus-tpl .contactUsLargeBox .textBox .role {
      margin-bottom: 8px;
      font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', 'Gotham-Light', Arial, Helvetica, sans-serif;
      color: #FFF; }
      @media (min-width: 1200px) and (max-width: 1400px) {
        #v2-investors-contactus-tpl .contactUsLargeBox .textBox .role {
          margin-bottom: 0.4em; } }
    #v2-investors-contactus-tpl .contactUsLargeBox .textBox .text {
      color: #fff;
      font-family: 'Gotham-Book', Arial, Helvetica, sans-serif;
      font-size: 14px;
      margin-bottom: 1em; }
      @media (min-width: 1200px) and (max-width: 1400px) {
        #v2-investors-contactus-tpl .contactUsLargeBox .textBox .text {
          margin-bottom: 0.4em; } }
    #v2-investors-contactus-tpl .contactUsLargeBox .textBox .read-more {
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      margin-bottom: 0;
      border: 0 none;
      font-family: "GothamHTF-BookCondensed", Arial, Helvetica, sans-serif;
      font-size: 18px; }
    #v2-investors-contactus-tpl .contactUsLargeBox .textBox ul {
      margin: 2em 0 0 0;
      padding: 0;
      width: 100%; }
      #v2-investors-contactus-tpl .contactUsLargeBox .textBox ul li {
        display: inline-block;
        color: #fff;
        padding-bottom: 8px;
        font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', 'Gotham-Book', Arial, Helvetica, sans-serif;
        font-size: 12px;
        padding-left: 25px;
        margin-right: 35px; }
        #v2-investors-contactus-tpl .contactUsLargeBox .textBox ul li:last-child {
          margin-right: 0; }
        #v2-investors-contactus-tpl .contactUsLargeBox .textBox ul li a {
          margin-bottom: 0;
          border: 0 none;
          text-decoration: none;
          color: #fff;
          font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', 'Gotham-Book', Arial, Helvetica, sans-serif;
          font-size: 12px; }
      #v2-investors-contactus-tpl .contactUsLargeBox .textBox ul .mob {
        background: transparent url("../../gfx/v2/v2-contact/ico-mobile-white.png") no-repeat 0 0; }
      #v2-investors-contactus-tpl .contactUsLargeBox .textBox ul .tel {
        background: transparent url("../../gfx/v2/v2-contact/ico-tel-white.png") no-repeat 0 0; }
      #v2-investors-contactus-tpl .contactUsLargeBox .textBox ul .email {
        background: transparent url("../../gfx/v2/v2-contact/ico-email-white.png") no-repeat 0px 4px; }
  @media (min-width: 1200px) and (max-width: 1400px) {
    #v2-investors-contactus-tpl .contactUsLargeBox .textBox {
      padding: 24px 18px; } }

#v2-investors-contactus-tpl .contactUsBox {
  width: 100%;
  min-height: 343px;
  position: relative;
  border: 0 none;
  padding: 0;
  /*&:hover {
      .textBox {
          opacity: 1;
      }
  }*/ }

#v2-investors-contactus-tpl .contactUsBox .imageBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  #v2-investors-contactus-tpl .contactUsBox .imageBox img {
    width: 100%;
    height: auto; }
  #v2-investors-contactus-tpl .contactUsBox .imageBox .desktop {
    display: block; }
    @media only screen and (max-width: 1200px) {
      #v2-investors-contactus-tpl .contactUsBox .imageBox .desktop {
        display: none; } }
  #v2-investors-contactus-tpl .contactUsBox .imageBox .mobile {
    display: none; }
    @media only screen and (max-width: 1200px) {
      #v2-investors-contactus-tpl .contactUsBox .imageBox .mobile {
        display: block; } }

#v2-investors-contactus-tpl .contactUsBox .textBox {
  background-color: rgba(35, 31, 32, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', 'Gotham-Book', Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in; }

#v2-investors-contactus-tpl .contactUsBox .textBox.show {
  opacity: 1; }

#v2-investors-contactus-tpl .contactUsBox .textBox h3 {
  font-family: "GothamHTF-BookCondensed", Arial, Helvetica, sans-serif;
  font-size: 36px;
  color: #fff;
  line-height: 1em;
  margin: 0 0 18px;
  text-transform: uppercase; }

#v2-investors-contactus-tpl .contactUsBox .textBox .role {
  font-size: 14px;
  color: #fff;
  clear: both; }

#v2-investors-contactus-tpl .contactUsBox .textBox ul {
  margin: 20px 0 0;
  clear: left;
  font-size: 14px;
  color: #fff;
  padding: 0;
  list-style: none; }

#v2-investors-contactus-tpl .contactUsBox .textBox ul > li {
  margin-bottom: 20px;
  word-wrap: break-word;
  padding-left: 30px;
  padding-bottom: 5px; }
  #v2-investors-contactus-tpl .contactUsBox .textBox ul > li a {
    text-decoration: none;
    color: #fff;
    padding-bottom: 0;
    border-bottom: 0 none; }

#v2-investors-contactus-tpl .contactUsBox .textBox ul > li.mob {
  background: transparent url("../../gfx/v2/v2-contact/ico-mobile-white.png") no-repeat 0 0; }

#v2-investors-contactus-tpl .contactUsBox .textBox ul > li.tel {
  background: transparent url("../../gfx/v2/v2-contact/ico-tel-white.png") no-repeat 0 0; }

#v2-investors-contactus-tpl .contactUsBox .textBox ul > li.email {
  background: transparent url("../../gfx/v2/v2-contact/ico-email-white.png") no-repeat 0px 4px; }

#v2-investors-contactus-tpl .textBottom {
  background: #343434;
  color: #ffffff;
  padding: 15px 30px 25px; }
  #v2-investors-contactus-tpl .textBottom h3 {
    margin: 0 0 8px;
    color: #fff;
    font-family: "GothamHTF-BookCondensed", Arial, Helvetica, sans-serif;
    font-size: 35px;
    line-height: 1em;
    text-transform: uppercase; }
  #v2-investors-contactus-tpl .textBottom .role {
    margin-bottom: 8px;
    font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', 'Gotham-Light', Arial, Helvetica, sans-serif; }
  #v2-investors-contactus-tpl .textBottom p {
    padding: 0;
    background: transparent;
    margin: 0;
    font-family: 'Gotham-Book', Arial, Helvetica, sans-serif;
    font-size: 14px; }

#v2-investors-contactus-tpl .text .paragraphText {
  font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', 'Gotham-Book', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5em; }
#v2-investors-contactus-tpl .faq-img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }
#v2-investors-contactus-tpl .textBottom {
  height: 380px; }
#v2-investors-contactus-tpl .contactUsBox {
  margin-bottom: 0;
  margin-top: 20px; }
#v2-investors-contactus-tpl .contactUsBox .textBox {
  padding: 15px; }
#v2-investors-contactus-tpl .contactWrapper.onlyText .contactUsBoxOnlyText .textBottom {
  min-height: 200px; }
#v2-investors-contactus-tpl .contactWrapper.onlyText .contactUsBoxOnlyText .overlayContacts {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  z-index: 1;
  background: rgba(52, 52, 52, 0.95);
  transition: all 300ms ease-in; }
  #v2-investors-contactus-tpl .contactWrapper.onlyText .contactUsBoxOnlyText .overlayContacts h3 {
    font-size: 36px;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 18px;
    color: #FFFFFF; }
  #v2-investors-contactus-tpl .contactWrapper.onlyText .contactUsBoxOnlyText .overlayContacts ul {
    margin: 20px 0 0;
    clear: left;
    font-size: 14px;
    color: #FFFFFF;
    padding: 0;
    list-style: none; }
    #v2-investors-contactus-tpl .contactWrapper.onlyText .contactUsBoxOnlyText .overlayContacts ul li {
      margin-bottom: 20px;
      word-wrap: break-word;
      padding-left: 30px;
      padding-bottom: 5px; }
      #v2-investors-contactus-tpl .contactWrapper.onlyText .contactUsBoxOnlyText .overlayContacts ul li a {
        text-decoration: none;
        color: #FFFFFF;
        padding-bottom: 0;
        border-bottom: 0 none; }
      #v2-investors-contactus-tpl .contactWrapper.onlyText .contactUsBoxOnlyText .overlayContacts ul li.mob {
        background: transparent url("../../gfx/v2/v2-contact/ico-mobile-white.png") no-repeat 0 0; }
      #v2-investors-contactus-tpl .contactWrapper.onlyText .contactUsBoxOnlyText .overlayContacts ul li.tel {
        background: transparent url("../../gfx/v2/v2-contact/ico-tel-white.png") no-repeat 0 0; }
      #v2-investors-contactus-tpl .contactWrapper.onlyText .contactUsBoxOnlyText .overlayContacts ul li.email {
        background: transparent url("../../gfx/v2/v2-contact/ico-email-white.png") no-repeat 0px 3px;
        background-size: 18px; }
#v2-investors-contactus-tpl .contactWrapper.onlyText .contactUsBoxOnlyText .role {
  margin-bottom: 8px;
  font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', 'Gotham-Light', Arial, Helvetica, sans-serif; }
@media only screen and (max-width: 1200px) {
  #v2-investors-contactus-tpl .contactWrapper.onlyText {
    margin-bottom: 45px; }
    #v2-investors-contactus-tpl .contactWrapper.onlyText .show-mobile-contacts-label {
      color: #FFFFFF;
      top: 0;
      z-index: 6; }
    #v2-investors-contactus-tpl .contactWrapper.onlyText .hide-mobile-contacts {
      color: #FFFFFF;
      z-index: 5; } }
#v2-investors-contactus-tpl .contactWrapper.onlyText.hover-in .contactUsBoxOnlyText .overlayContacts {
  opacity: 1;
  visibility: visible; }
@media only screen and (max-width: 1400px) {
  #v2-investors-contactus-tpl .contactUsBox .textBox h3 br {
    display: none; } }
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  #v2-investors-contactus-tpl .contactUsBox {
    min-height: 292px; }
  #v2-investors-contactus-tpl .textBottom {
    height: 500px; } }
@media only screen and (min-width: 1001px) and (max-width: 1199px) {
  #v2-investors-contactus-tpl .contactUsBox {
    min-height: 265px; }
  #v2-investors-contactus-tpl .textBottom {
    height: 520px; } }
@media only screen and (max-width: 1200px) {
  #v2-investors-contactus-tpl .textBottom {
    height: auto; }
  #v2-investors-contactus-tpl .contactUsLargeBox .imageBox .mobile,
  #v2-investors-contactus-tpl .contactUsBox .imageBox .mobile {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto !important;
    height: 100%; }
  #v2-investors-contactus-tpl .contactUsLargeBox .imageBox {
    position: relative;
    overflow: hidden;
    height: 343px; } }

#spotlight-section {
  position: relative;
  overflow: hidden;
  background: #F2F2F2;
  height: 100%;
  width: 100%;
  padding: 2em 0 3.5em;
  margin-top: 6em; }
  #spotlight-section h2 {
    margin: 0;
    text-align: center;
    font-size: 60px;
    line-height: 1em;
    text-transform: uppercase;
    font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-weight: normal; }
  #spotlight-section .spotlightSectionWrapper {
    position: relative;
    margin: 0 -15px;
    min-height: 300px;
    transition: height 0.5s ease-in-out; }
  #spotlight-section .articleItem {
    float: left;
    padding: 30px;
    overflow: hidden;
    position: relative;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    width: 33.333333%;
    border-radius: 100%; }
    #spotlight-section .articleItem.on {
      opacity: 1; }
    #spotlight-section .articleItem .overlaylink {
      position: absolute;
      left: 30px;
      right: 30px;
      top: 30px;
      bottom: 30px;
      z-index: 60; }
    #spotlight-section .articleItem figure {
      background-color: #999;
      position: relative;
      height: 390px !important;
      border-radius: 100%;
      overflow: hidden; }
      #spotlight-section .articleItem figure:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.3);
        width: 100%;
        height: 100%; }
      #spotlight-section .articleItem figure img {
        height: 100%;
        width: auto;
        transition: transform 0.5s ease-in-out;
        transform-origin: 0 50%;
        position: absolute;
        left: 50%;
        transform: translate3d(-50%, 0, 0); }
    #spotlight-section .articleItem:hover figure img {
      left: 50%;
      transform: scale(1.2, 1.2) translate3d(-50%, 0, 0); }
    #spotlight-section .articleItem .img-responsive {
      margin: 0 auto; }
    #spotlight-section .articleItem h3 {
      font-family: "GothamHTF-BookCondensed", Arial, Helvetica, sans-serif;
      font-size: 32px;
      margin: 0 0 0.4em;
      line-height: 1.1em;
      overflow: hidden;
      letter-spacing: 1.5px;
      font-weight: bold; }
      @media only screen and (max-width: 1200px) {
        #spotlight-section .articleItem h3 {
          font-size: 24px; } }
      #spotlight-section .articleItem h3 br {
        display: none; }
      #spotlight-section .articleItem h3 a {
        color: #222;
        text-decoration: none; }
      @media all and (max-width: 480px) {
        #spotlight-section .articleItem h3 {
          height: auto; } }
    #spotlight-section .articleItem small {
      font-family: "GothamHTF-BookCondensed", Arial, Helvetica, sans-serif;
      font-size: 18px;
      text-transform: uppercase; }
    #spotlight-section .articleItem .mainTag {
      font-size: 15px;
      font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      position: relative;
      opacity: 1;
      display: inline-block;
      margin-right: 12px; }
      #spotlight-section .articleItem .mainTag .brk-left,
      #spotlight-section .articleItem .mainTag .brk-right {
        height: 25px;
        width: 14px;
        display: block;
        position: absolute;
        top: -2px; }
      #spotlight-section .articleItem .mainTag .brk-left {
        left: -15px; }
      #spotlight-section .articleItem .mainTag .brk-right {
        right: -15px; }
      #spotlight-section .articleItem .mainTag[data-cat="road"] .brk-left,
      #spotlight-section .articleItem .mainTag[data-cat="road"] .brk-right {
        fill: #C6C6C6; }
      #spotlight-section .articleItem .mainTag[data-cat="life"] .brk-left,
      #spotlight-section .articleItem .mainTag[data-cat="life"] .brk-right {
        fill: #FBDD4A; }
      #spotlight-section .articleItem .mainTag[data-cat="race"] .brk-left,
      #spotlight-section .articleItem .mainTag[data-cat="race"] .brk-right {
        fill: #D2373A; }
      #spotlight-section .articleItem .mainTag a {
        color: #fff; }
    #spotlight-section .articleItem div {
      position: absolute;
      width: 100%;
      top: 40%;
      left: 0;
      padding: 0 50px;
      color: #fff;
      text-align: center; }
    @media only screen and (max-width: 1400px) {
      #spotlight-section .articleItem figure {
        height: 330px !important; } }
    @media only screen and (max-width: 1200px) {
      #spotlight-section .articleItem {
        padding: 15px 15px 0; }
        #spotlight-section .articleItem figure {
          height: 293px !important; }
        #spotlight-section .articleItem div {
          top: 30%; } }
    @media only screen and (max-width: 992px) {
      #spotlight-section .articleItem {
        width: 50%; }
        #spotlight-section .articleItem figure {
          height: 330px !important; }
        #spotlight-section .articleItem div {
          top: 40%; }
        #spotlight-section .articleItem:nth-child(3) {
          margin: 0 auto;
          float: none;
          padding-top: 0;
          top: -15px; } }
    @media only screen and (max-width: 768px) {
      #spotlight-section .articleItem {
        position: relative;
        top: auto !important;
        left: auto !important;
        width: calc(100% - 30px) !important;
        max-width: 450px;
        margin: 0 auto;
        float: none;
        padding: 15px; }
        #spotlight-section .articleItem:nth-child(3) {
          margin: 0 auto;
          top: 0;
          padding-top: 15px; }
        #spotlight-section .articleItem figure {
          height: 415px !important; } }
    @media only screen and (max-width: 480px) {
      #spotlight-section .articleItem {
        max-width: 280px;
        padding: 15px 0; }
        #spotlight-section .articleItem figure {
          height: 280px !important; }
        #spotlight-section .articleItem h3 {
          font-size: 24px; }
        #spotlight-section .articleItem div {
          top: 35%; } }

.v2-products-portfolio {
  margin-top: 110px; }
  .v2-products-portfolio h3 {
    font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-size: 22px;
    margin: 28px 0 25px; }
  .v2-products-portfolio p {
    font-size: 16px;
    font-family: "Gotham-Book", Arial, Helvetica, sans-serif;
    line-height: 1.5em; }
    .v2-products-portfolio p strong {
      font-family: "Gotham-Bold", Arial, Helvetica, sans-serif; }
  .v2-products-portfolio .v2-btn {
    display: inline-block;
    margin-top: 28px;
    font-size: 18px;
    font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    color: #ffffff;
    background: #313131;
    padding: 7px 18px;
    border-radius: 5px;
    text-transform: uppercase; }
    .v2-products-portfolio .v2-btn i {
      margin-left: 10px; }
  @media only screen and (min-width: 1100px) {
    .v2-products-portfolio:nth-of-type(odd) .v2-img {
      float: left;
      margin-right: 57px; }
    .v2-products-portfolio:nth-of-type(even) .v2-img {
      float: right;
      margin-left: 57px; } }

.about-us-wrapper .clear {
  clear: both; }

.about-us-wrapper * {
  outline: 0 !important; }

.about-us-wrapper .text {
  overflow: hidden; }

.about-us-wrapper .button {
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fd0;
  color: #000;
  font-family: GothamHTF-BoldCondensed, Arial, Helvetica, sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  padding: 10px 16px; }

.about-us-wrapper .button:hover {
  color: #fd0;
  background-color: #000; }

.about-us-wrapper .page-subtitle, .about-us-wrapper .text .paragraphText h2 {
  font-size: 22px;
  letter-spacing: 1.5px;
  line-height: 1.5em;
  text-transform: uppercase;
  font-family: GothamHTF-MediumCondensed, Arial, Helvetica, sans-serif; }

.about-us-wrapper .text .paragraphText h2.page-subtitle {
  font-family: "GothamHTF-BookCondensed", Arial, Helvetica, sans-serif; }

.about-us-wrapper .page-subtitle--marked {
  position: relative;
  display: inline-block; }

.about-us-wrapper .page-subtitle--marked:after {
  content: '';
  display: block;
  height: 5px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #fd0; }

.about-us-wrapper .page-intro, .about-us-wrapper .text .paragraphText h3.page-intro {
  font-size: 36px;
  text-transform: uppercase;
  font-family: GothamHTF-LightCondensed, Arial, Helvetica, sans-serif;
  letter-spacing: 1.5px;
  line-height: 1em;
  margin-top: 0; }

.about-us-wrapper .text .paragraphText h3.page-intro {
  font-family: "GothamHTF-BookCondensed", Arial, Helvetica, sans-serif; }

@media (min-width: 992px) {
  .about-us-wrapper .page-intro, .about-us-wrapper .text .paragraphText h3.page-intro {
    font-size: 58px; } }
.about-us-wrapper .page-intro strong, .about-us-wrapper .text .paragraphText h3.page-intro strong {
  font-family: GothamHTF-BoldCondensed, Arial, Helvetica, sans-serif; }

.about-us-wrapper .page-intro > span, .about-us-wrapper .text .paragraphText h3.page-intro > span {
  font-size: 42px;
  line-height: normal;
  display: inline-block; }

.about-us-wrapper .yellow-blocks {
  overflow: hidden; }

.about-us-wrapper .yellow-block {
  position: relative;
  padding: 30px;
  background-color: #fd0;
  border: 1px solid #fff; }

.about-us-wrapper .yellow-block__image {
  position: relative;
  max-width: 100%;
  height: auto; }

.about-us-wrapper .tyres-logos-blocks {
  padding-top: 64px;
  margin-bottom: 100px; }

.about-us-wrapper .tyres-logos-block {
  text-align: center; }

.about-us-wrapper .tyres-logos-block__image {
  max-width: 100%;
  margin: 0 auto; }

.about-us-wrapper .tyres-accordion-blocks {
  overflow: hidden; }

.about-us-wrapper .tyres-accordion-block {
  overflow: hidden;
  margin-bottom: 100px; }

@media (min-width: 992px) {
  .about-us-wrapper .tyres-accordion-block:nth-child(even) .tyres-accordion-block__image {
    float: left;
    padding-left: 0;
    padding-right: 20px; } }
@media (min-width: 992px) {
  .about-us-wrapper .tyres-accordion-block:nth-child(even) .tyres-accordion-block__text {
    padding-left: 20px;
    padding-right: 0; } }
.about-us-wrapper .tyres-accordion-block .button {
  margin-top: 20px;
  min-width: 166px; }

.about-us-wrapper .tyres-accordion-block .button .fa {
  margin-left: 12px; }

.about-us-wrapper .tyres-accordion-block__preview {
  overflow: hidden; }

.about-us-wrapper .tyres-accordion-block__content {
  overflow: hidden;
  height: 0;
  position: relative; }

.about-us-wrapper .tyres-accordion-block__content:before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  top: 40px;
  left: 0;
  background-color: #ccc; }

.about-us-wrapper .tyres-accordion-block__image {
  margin-bottom: 16px; }

@media (min-width: 992px) {
  .about-us-wrapper .tyres-accordion-block__image {
    margin-bottom: 0;
    float: right;
    width: 50%;
    padding-left: 20px; } }
.about-us-wrapper .tyres-accordion-block__text {
  overflow: hidden; }

@media (min-width: 992px) {
  .about-us-wrapper .tyres-accordion-block__text {
    float: left;
    padding-right: 20px;
    width: 50%; } }
.about-us-wrapper .tyres-accordion-block__title {
  font-family: GothamHTF-BoldCondensed, Arial, Helvetica, sans-serif;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: normal;
  letter-spacing: 1.5px; }

@media (min-width: 992px) {
  .about-us-wrapper .tyres-accordion-block__title {
    font-size: 40px; } }
.about-us-wrapper .tyres-accordion-block__paragraph {
  font-size: 15px;
  line-height: 1.6em;
  font-family: Gotham-Light, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000; }

.about-us-wrapper .tyres-accordion-block__paragraph strong {
  font-family: Gotham-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400; }

.about-us-wrapper .tyres-detail {
  padding-top: 100px;
  overflow: hidden;
  position: relative; }

@media (min-width: 992px) {
  .about-us-wrapper .tyres-detail:nth-child(even) .tyres-detail__image {
    float: left;
    padding-left: 0;
    padding-right: 20px; } }
@media (min-width: 992px) {
  .about-us-wrapper .tyres-detail:nth-child(even) .tyres-detail__text {
    padding-left: 20px;
    padding-right: 0;
    border-right: 0;
    border-left: 5px solid #fd0; } }
.about-us-wrapper .tyres-detail--brand .tyres-detail__title {
  font-family: GothamHTF-BoldCondensed, Arial, Helvetica, sans-serif;
  font-size: 24px;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase; }

.about-us-wrapper .tyres-detail--brand .tyres-detail__title > span {
  font-family: GothamHTF-LightCondensed, Arial, Helvetica, sans-serif; }

@media (min-width: 992px) {
  .about-us-wrapper .tyres-detail--brand .tyres-detail__title {
    font-size: 30px; } }
.about-us-wrapper .tyres-detail--brand .tyres-detail__text {
  border: none; }

@media (min-width: 992px) {
  .about-us-wrapper .tyres-detail--brand .tyres-detail__text {
    border: none; } }
.about-us-wrapper .tyres-detail__image {
  max-width: 100%;
  margin-bottom: 16px; }

@media (min-width: 992px) {
  .about-us-wrapper .tyres-detail__image {
    float: right;
    width: 36%;
    padding-left: 20px; } }
.about-us-wrapper .tyres-detail__text {
  overflow: hidden;
  float: left;
  border-top: 5px solid #fd0;
  padding-top: 30px; }

@media (min-width: 992px) {
  .about-us-wrapper .tyres-detail__text {
    border-top: 0;
    border-right: 5px solid #fd0;
    padding-top: 0;
    padding-right: 20px;
    width: 64%; } }
.about-us-wrapper .tyres-detail__title {
  font-family: GothamHTF-BoldCondensed, Arial, Helvetica, sans-serif;
  font-size: 40px;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  line-height: normal;
  letter-spacing: 1.5px; }

@media (min-width: 992px) {
  .about-us-wrapper .tyres-detail__title {
    font-size: 72px; } }
.about-us-wrapper .tyres-detail__title > span {
  font-family: GothamHTF-LightCondensed, Arial, Helvetica, sans-serif; }

.about-us-wrapper .tyres-detail__paragraph {
  float: left;
  font-size: 15px;
  line-height: 1.6em;
  font-family: Gotham-Light, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000; }

.about-us-wrapper .tyres-detail__paragraph strong {
  font-family: Gotham-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400; }

.about-us-wrapper .tyres-quote {
  width: auto;
  float: left;
  display: inline-block;
  position: relative;
  font-size: 30px;
  line-height: normal;
  font-family: GothamHTF-BookCondensed, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 20px 36px 20px 64px;
  margin-top: 30px;
  margin-bottom: 20px; }

@media (min-width: 992px) {
  .about-us-wrapper .tyres-quote {
    font-size: 42px; } }
.about-us-wrapper .tyres-quote strong {
  font-family: GothamHTF-BoldCondensed, Arial, Helvetica, sans-serif; }

.about-us-wrapper .tyres-quote:before {
  content: '“';
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  font-size: 208px; }

.about-us-wrapper .tyres-quote:after {
  content: '”';
  display: inline;
  position: relative;
  bottom: -18px;
  right: 0;
  font-size: 108px;
  vertical-align: bottom;
  line-height: 0; }

.about-us-wrapper .tyres-specialities {
  overflow: hidden; }

.about-us-wrapper .tyres-specialities__intro {
  border: 10px solid #eee;
  text-align: center;
  padding: 28px 30px;
  margin-bottom: 50px;
  font-size: 15px;
  line-height: 1.6em;
  font-family: Gotham-Light, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000; }

.about-us-wrapper .tyres-specialities__intro strong {
  font-family: Gotham-Bold, Arial, Helvetica, sans-serif; }

.about-us-wrapper .tyres-speciality {
  padding-top: 100px;
  overflow: hidden;
  position: relative; }

@media (min-width: 992px) {
  .about-us-wrapper .tyres-speciality:nth-child(even) .tyres-speciality__image {
    float: left;
    text-align: right;
    padding-left: 0;
    padding-right: 20px; } }
@media (min-width: 992px) {
  .about-us-wrapper .tyres-speciality:nth-child(even) .tyres-speciality__title {
    padding-left: -webkit-calc(36% + 20px);
    padding-left: calc(36% + 20px); } }
@media (min-width: 992px) {
  .about-us-wrapper .tyres-speciality:nth-child(even) .tyres-speciality__text {
    padding-left: 20px;
    padding-right: 0;
    border-right: 0;
    border-left: 5px solid #fd0; } }
.about-us-wrapper .tyres-speciality__image {
  margin-bottom: 20px; }

@media (min-width: 992px) {
  .about-us-wrapper .tyres-speciality__image {
    float: right;
    width: 36%;
    min-height: 1px;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 0; } }
.about-us-wrapper .tyres-speciality__text {
  overflow: hidden;
  float: left;
  border-top: 5px solid #fd0;
  padding-top: 20px; }

@media (min-width: 992px) {
  .about-us-wrapper .tyres-speciality__text {
    border-top: 0;
    padding-top: 0;
    border-right: 5px solid #fd0;
    padding-right: 20px;
    width: 64%; } }
.about-us-wrapper .tyres-speciality__text + .clear {
  height: 46px; }

.about-us-wrapper .tyres-speciality__title {
  font-family: GothamHTF-BoldCondensed, Arial, Helvetica, sans-serif;
  font-size: 40px;
  display: block;
  width: 100%;
  float: left;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: normal;
  letter-spacing: 1.5px; }

@media (min-width: 992px) {
  .about-us-wrapper .tyres-speciality__title {
    font-size: 72px;
    margin-bottom: 0; } }
.about-us-wrapper .tyres-speciality__subtitle {
  font-family: GothamHTF-MediumCondensed, Arial, Helvetica, sans-serif;
  font-size: 34px;
  float: left;
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  line-height: normal;
  letter-spacing: 1.5px; }

.about-us-wrapper .tyres-speciality__paragraph {
  float: left;
  font-size: 15px;
  line-height: 1.6em;
  font-family: Gotham-Light, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000; }

.about-us-wrapper .tyres-speciality__paragraph strong {
  font-family: Gotham-Bold, Arial, Helvetica, sans-serif; }

.about-us-wrapper .tyres-moto__intro__title {
  color: #fd0;
  border-bottom: 5px solid #fd0;
  width: 100%;
  font-family: GothamHTF-BoldCondensed, Arial, Helvetica, sans-serif;
  font-size: 35px;
  letter-spacing: 2px;
  margin-bottom: 10px; }

.about-us-wrapper .tyres-moto__intro__paragraph {
  text-align: left;
  margin-bottom: 50px;
  font-size: 15px;
  line-height: 1.6em;
  font-family: Gotham-Light, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000; }

.about-us-wrapper .tyres-moto__intro__paragraph strong {
  font-family: Gotham-Bold, Arial, Helvetica, sans-serif; }

.annotator-wrapper .image-box {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  background: #ddd;
  min-height: 250px; }
.annotator-wrapper .articleCntSx .image-box {
  margin-bottom: 30px; }
.annotator-wrapper .image-box-text {
  position: absolute;
  padding: 30px 30px 80px;
  left: 0;
  top: 0;
  width: calc(100% - 60px);
  font-family: 'Gotham-Book', Arial, Helvetica, sans-serif;
  line-height: 1.4em;
  font-weight: normal; }
.annotator-wrapper .image-box-text .h6 {
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Gotham-Medium', Arial, Helvetica, sans-serif;
  margin-bottom: 25px;
  min-height: 18px; }
.annotator-wrapper .image-box-text p {
  color: #333;
  font-size: 29px;
  line-height: 1.2em;
  width: 80%;
  font-family: 'Gotham-Light', Arial, Helvetica, sans-serif;
  min-height: 195px; }
.annotator-wrapper .image-box .actionsWrapper {
  position: absolute;
  bottom: 40px;
  left: 30px; }
.annotator-wrapper .image-box .downloadLink {
  display: block;
  height: 37px;
  width: 37px;
  float: left;
  margin: 0 15px 0 0;
  background: transparent url("../../gfx/spr/spriteSite.png") no-repeat -341px -2px; }
.annotator-wrapper .image-box .savethedateLink {
  display: block;
  height: 37px;
  width: 37px;
  float: left;
  margin: 0 15px 0 0;
  background: transparent url("../../gfx/spr/spriteSite.png") no-repeat -464px -42px; }
.annotator-wrapper .image-box .btn {
  display: block;
  float: left;
  margin: 0 15px 0 0;
  font-family: "Gotham-Medium", Arial, Helvetica, sans-serif; }
.annotator-wrapper .image-box .downloadLink:hover,
.annotator-wrapper .image-box .savethedateLink:hover,
.annotator-wrapper .image-box .btn:hover {
  opacity: 0.6; }
.annotator-wrapper .image-box .share-social {
  display: none;
  height: 37px;
  width: 37px;
  float: left;
  margin: 0 15px 0 0; }
.annotator-wrapper .image-box .shareOn aside {
  right: -37px; }
.annotator-wrapper .investors-homepage .col-md-8 .image-box,
.annotator-wrapper .governance-homepage .col-md-8 .image-box,
.annotator-wrapper .sustainability-homepage .col-md-8 .image-box,
.annotator-wrapper .media-homepage .col-md-8 .image-box {
  max-height: 370px; }
.annotator-wrapper .investors-homepage .image-box-text p {
  font-size: 24px; }
.annotator-wrapper .investors-homepage .col-md-8:nth-child(2) .image-box {
  max-height: none;
  overflow: visible; }
.annotator-wrapper .sustainability-homepage .col-md-6 .text-box {
  background: #444540; }
.annotator-wrapper .sustainability-homepage .col-md-6 .image-box-text,
.annotator-wrapper .sustainability-homepage .col-md-8 .image-box-text .h6,
.annotator-wrapper .sustainability-homepage .col-md-8 .image-box-text p,
.annotator-wrapper .sustainability-homepage .col-md-8 .image-box-text .h2,
.annotator-wrapper .sustainability-homepage .col-md-8 .image-box-text div,
.annotator-wrapper .investors-homepage .col-md-12 .image-box-text .h6,
.annotator-wrapper .investors-homepage .col-md-12 .image-box-text p,
.annotator-wrapper .investors-homepage .col-md-12 .image-box-text .h2,
.annotator-wrapper .investors-homepage .col-md-12 .image-box-text div,
.annotator-wrapper .investors-homepage .col-md-4 .image-box-text .h6,
.annotator-wrapper .investors-homepage .col-md-4 .image-box-text p,
.annotator-wrapper .investors-homepage .col-md-4 .image-box-text .h2,
.annotator-wrapper .investors-homepage .col-md-4 .image-box-text div,
.annotator-wrapper .media-homepage .row:first-child .col-md-4 .image-box div,
.annotator-wrapper .media-homepage .row:first-child .col-md-4 .image-box p,
.annotator-wrapper .media-homepage .row:first-child .col-md-4 .image-box .h2,
.annotator-wrapper .media-homepage .row:first-child .col-md-4 .image-box .h6,
.annotator-wrapper .media-homepage .col-md-8 .col-md-6 .image-box div,
.annotator-wrapper .media-homepage .col-md-8 .col-md-6 .image-box p,
.annotator-wrapper .media-homepage .col-md-8 .col-md-6 .image-box .h2,
.annotator-wrapper .media-homepage .col-md-8 .col-md-6 .image-box .h6 {
  color: #fff; }
.annotator-wrapper .career-homepage .col-md-4:nth-child(2) .image-box .h6,
.annotator-wrapper .career-homepage .col-md-4:nth-child(2) .image-box p,
.annotator-wrapper .career-homepage .col-md-4:nth-child(2) .image-box .h2,
.annotator-wrapper .career-homepage .col-md-4:nth-child(2) .image-box div {
  color: #fff; }
.annotator-wrapper .investors-homepage .col-md-12 .ico-share-blk,
.annotator-wrapper .sustainability-homepage .col-md-8 .ico-share-blk,
.annotator-wrapper .aboutus-homepage .ico-share-blk,
.annotator-wrapper .investors-homepage .col-md-4 .ico-share-blk,
.annotator-wrapper .career-homepage .col-md-4:nth-child(3) .ico-share-blk,
.annotator-wrapper .media-homepage .row:first-child .col-md-4 .image-box .ico-share-blk,
.annotator-wrapper .media-homepage .col-md-4 .image-box .ico-share-blk {
  background-position: -223px -2px; }
.annotator-wrapper .sustainability-homepage .image-box .btn,
.annotator-wrapper .investors-homepage .col-md-4 .image-box .btn,
.annotator-wrapper .media-homepage .col-md-4 .image-box .btn {
  border-color: #fff;
  color: #fff; }
.annotator-wrapper .career-homepage .col-md-4:nth-child(2) .btn {
  border-color: #fff;
  color: #fff; }
.annotator-wrapper .sustainability-homepage .row:nth-child(2) .col-md-4 .image-box .h6,
.annotator-wrapper .sustainability-homepage .row:nth-child(2) .col-md-4 .image-box .h2,
.annotator-wrapper .sustainability-homepage .row:nth-child(2) .col-md-4 .image-box p,
.annotator-wrapper .sustainability-homepage .row:nth-child(3) .col-md-4 .image-box .h6,
.annotator-wrapper .sustainability-homepage .row:nth-child(3) .col-md-4 .image-box .h2,
.annotator-wrapper .sustainability-homepage .row:nth-child(3) .col-md-4 .image-box p,
.annotator-wrapper .media-homepage .col-md-4 .image-box .h6,
.annotator-wrapper .media-homepage .col-md-4 .image-box .h2,
.annotator-wrapper .media-homepage .col-md-4 .image-box p {
  color: #fff; }
.annotator-wrapper .aboutus-homepage .image-box-text,
.annotator-wrapper .aboutus-homepage .image-box-text .h6,
.annotator-wrapper .aboutus-homepage .image-box-text p,
.annotator-wrapper .aboutus-homepage .image-box-text .h2,
.annotator-wrapper .aboutus-homepage .image-box-text div {
  color: #fff; }
.annotator-wrapper .aboutus-homepage .image-box .btn {
  border-color: #fff;
  color: #fff; }
.annotator-wrapper .aboutus-homepage .col-md-8 .image-box-text,
.annotator-wrapper .aboutus-homepage .col-md-8 .image-box-text .h6,
.annotator-wrapper .aboutus-homepage .col-md-8 .image-box-text p,
.annotator-wrapper .aboutus-homepage .col-md-8 .image-box-text .h2,
.annotator-wrapper .aboutus-homepage .col-md-8 .image-box-text div {
  color: #333; }
.annotator-wrapper .aboutus-homepage .col-md-8 .image-box .btn {
  border-color: #333;
  color: #333; }
.annotator-wrapper .aboutus-homepage .col-md-8 .image-box-text .h2 {
  margin-top: 250px; }
.annotator-wrapper .aboutus-homepage .col-md-8 .image-box-text .h2 h2 {
  font-size: 41px;
  line-height: 1.2em;
  font-weight: normal;
  font-family: 'Gotham-Light', Arial, Helvetica, sans-serif;
  margin-bottom: 0.5em; }
.annotator-wrapper .aboutus-homepage .col-md-8 .image-box-text .h2 p {
  font-size: 14px;
  line-height: 1.3em;
  min-height: 1px;
  margin-bottom: 1em;
  max-width: 420px; }
.annotator-wrapper .aboutus-homepage .container .row:nth-child(3) .col-md-4:first-child .image-box-text,
.annotator-wrapper .aboutus-homepage .container .row:nth-child(3) .col-md-4:first-child .image-box-text .h6,
.annotator-wrapper .aboutus-homepage .container .row:nth-child(3) .col-md-4:first-child .image-box-text p,
.annotator-wrapper .aboutus-homepage .container .row:nth-child(3) .col-md-4:first-child .image-box-text .h2,
.annotator-wrapper .aboutus-homepage .container .row:nth-child(3) .col-md-4:first-child .image-box-text div {
  color: #333; }
.annotator-wrapper .aboutus-homepage .container .row:nth-child(3) .col-md-4:first-child .image-box .btn {
  border-color: #333;
  color: #333; }
@media only screen and (max-width: 1200px) {
  .annotator-wrapper .image-box-text {
    padding: 30px 30px;
    width: calc(100% - 90px); }
  .annotator-wrapper .image-box-text p {
    width: auto;
    min-height: 175px; }
  .annotator-wrapper .aboutus-homepage .col-md-8 .image-box-text .h2 {
    margin-top: 200px; }
  .annotator-wrapper .aboutus-homepage .col-md-8 .image-box-text .h2 h2 {
    font-size: 38px; } }
@media only screen and (max-width: 1099px) {
  .annotator-wrapper .image-box-text {
    padding: 30px 30px;
    width: calc(100% - 60px); }
  .annotator-wrapper .image-box-text p {
    width: auto;
    min-height: 145px;
    font-size: 19px; }
  .annotator-wrapper .media-homepage .image-box-text p {
    font-size: 24px !important;
    line-height: 1.5em !important; }
  .annotator-wrapper .aboutus-homepage .col-md-8 .image-box-text .h2 {
    margin-top: 150px; }
  .annotator-wrapper .aboutus-homepage .col-md-8 .image-box-text .h2 h2 {
    font-size: 36px; } }
@media only screen and (max-width: 992px) {
  .annotator-wrapper .image-box-text {
    padding: 30px 30px;
    width: calc(100% - 60px); }
  .annotator-wrapper .image-box-text p {
    width: auto;
    min-height: 145px;
    font-size: 32px; }
  .annotator-wrapper .articleCntSx .image-box {
    max-height: 290px;
    overflow: hidden; }
  .annotator-wrapper .aboutus-homepage .col-md-8 .image-box-text .h2 {
    margin-top: 250px; }
  .annotator-wrapper .aboutus-homepage .col-md-8 .image-box-text .h2 h2 {
    font-size: 36px; } }
@media only screen and (max-width: 660px) {
  .annotator-wrapper .image-box-text {
    padding: 30px 30px;
    width: calc(100% - 60px); }
  .annotator-wrapper .image-box-text p {
    width: auto;
    font-size: 22px; }
  .annotator-wrapper .articleCntSx .image-box {
    overflow: hidden;
    max-height: none; }
  .annotator-wrapper .aboutus-homepage .col-md-8 .image-box-text .h2 {
    margin-top: 180px; }
  .annotator-wrapper .aboutus-homepage .col-md-8 .image-box-text .h2 h2 {
    font-size: 30px; } }
@media only screen and (max-width: 360px) {
  .annotator-wrapper .aboutus-homepage .col-md-8 .image-box-text .h2 {
    margin-top: 115px; }
  .annotator-wrapper .aboutus-homepage .col-md-8 .image-box-text .h2 h2 {
    font-size: 28px; }
  .annotator-wrapper .aboutus-homepage .col-md-8 .image-box-text .h2 p {
    font-size: 13px; } }
.annotator-wrapper .career-homepage .image-box {
  background-color: #EC3029; }
.annotator-wrapper .career-homepage .image-box figure {
  visibility: hidden; }
.annotator-wrapper .quote-box {
  background-color: #666666;
  min-height: 370px;
  margin-bottom: 30px;
  position: relative; }
.annotator-wrapper .quote-box-text {
  color: #fff;
  padding: 30px 30px 80px;
  font-family: 'Gotham-Book', Arial, Helvetica, sans-serif;
  line-height: 1.4em;
  font-weight: normal; }
.annotator-wrapper .quote-box-text .h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Gotham-Medium', Arial, Helvetica, sans-serif;
  margin-bottom: 25px; }
.annotator-wrapper .quote-box-text p {
  font-size: 20px;
  line-height: 1.3em;
  font-family: 'Gotham-Light', Arial, Helvetica, sans-serif;
  padding: 0 32px;
  margin-top: 35px;
  position: relative; }
.annotator-wrapper .quote-box-text p:before {
  content: "";
  background: transparent url("../../gfx/spr/spriteSite.png") no-repeat -262px -38px;
  height: 17px;
  width: 23px;
  display: block;
  left: 0px;
  top: -4px;
  position: absolute; }
.annotator-wrapper .quote-box-text p:after {
  content: "";
  background: transparent url("../../gfx/spr/spriteSite.png") no-repeat -290px -38px;
  height: 17px;
  width: 23px;
  display: block;
  right: 0;
  bottom: 4px;
  position: absolute; }
.annotator-wrapper .quote-box-text em {
  font-size: 11px;
  text-align: right;
  display: block;
  margin-top: 15px; }
.annotator-wrapper .quote-box .actionsWrapper {
  position: absolute;
  bottom: 40px;
  left: 30px; }
.annotator-wrapper .quote-box .downloadLink {
  display: block;
  height: 37px;
  width: 37px;
  float: left;
  margin: 0 15px 0 0;
  background: transparent url("../../gfx/spr/spriteSite.png") no-repeat -558px -2px; }
.annotator-wrapper .quote-box .btn {
  display: block;
  float: left;
  color: #fff;
  border-color: #bbb;
  margin: 0 15px 0 0;
  font-family: "Gotham-Medium", Arial, Helvetica, sans-serif; }
.annotator-wrapper .quote-box .downloadLink:hover,
.annotator-wrapper .quote-box .btn:hover {
  opacity: 0.6; }
@media screen and (max-width: 1099px) {
  .annotator-wrapper .quote-box-text .h2 {
    font-size: 22px; }
  .annotator-wrapper .quote-box-text .h6 {
    font-size: 11px; }
  .annotator-wrapper .quote-box-text p {
    font-size: 16px; } }
.annotator-wrapper .event-box {
  background-color: #fff;
  min-height: 370px;
  margin-bottom: 30px;
  position: relative; }
.annotator-wrapper .event-box-text {
  color: #333;
  padding: 30px 30px 80px;
  font-family: 'Gotham-Book', Arial, Helvetica, sans-serif;
  line-height: 1.4em;
  font-weight: normal; }
.annotator-wrapper .event-box-text .h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Gotham-Medium', Arial, Helvetica, sans-serif;
  margin-bottom: 25px; }
.annotator-wrapper .event-box-text .h2 {
  font-family: 'Gotham-XLight', Arial, Helvetica, sans-serif;
  font-size: 30px;
  margin: 1em 0; }
.annotator-wrapper .event-box-text p {
  font-size: 24px;
  line-height: 1.3em;
  font-family: "Gotham-XLight", Arial, Helvetica, sans-serif; }
.annotator-wrapper .event-box .actionsWrapper {
  position: absolute;
  bottom: 40px;
  left: 30px; }
.annotator-wrapper .event-box .downloadLink {
  display: block;
  height: 37px;
  width: 37px;
  float: left;
  margin: 0 15px 0 0;
  background: transparent url("../../gfx/spr/spriteSite.png") no-repeat -558px -2px; }
.annotator-wrapper .event-box .savethedateLink {
  display: block;
  height: 37px;
  width: 37px;
  float: left;
  margin: 0 15px 0 0;
  background: transparent url("../../gfx/spr/spriteSite.png") no-repeat -464px -42px; }
.annotator-wrapper .event-box .btn {
  display: block;
  float: left;
  color: #333;
  border-color: #000;
  margin: 0 15px 0 0;
  font-family: "Gotham-Medium", Arial, Helvetica, sans-serif; }
.annotator-wrapper .event-box .downloadLink:hover,
.annotator-wrapper .event-box .savethedateLink:hover,
.annotator-wrapper .event-box .btn:hover {
  opacity: 0.6; }
.annotator-wrapper .event-box .share-social {
  display: none;
  height: 37px;
  width: 37px;
  float: left;
  margin: 0 15px 0 0; }
.annotator-wrapper .event-box .shareOn aside {
  right: -37px; }
@media screen and (max-width: 1200px) {
  .annotator-wrapper .event-box-text .h2 {
    font-size: 26px; }
  .annotator-wrapper .event-box {
    min-height: 338px; }
  .annotator-wrapper .event-box-text p {
    font-size: 42px !important; } }
@media screen and (max-width: 1099px) {
  .annotator-wrapper .event-box-text .h2 {
    font-size: 22px; }
  .annotator-wrapper .event-box-text .h6 {
    font-size: 11px; }
  .annotator-wrapper .event-box-text p {
    font-size: 19px !important; } }
.annotator-wrapper .investors-homepage .event-box {
  background: #978F7A;
  color: #fff; }
.annotator-wrapper .investors-homepage .event-box-text p,
.annotator-wrapper .investors-homepage .event-box-text .h6 {
  color: #fff; }
.annotator-wrapper .investors-homepage .event-box-text p {
  font-size: 42px; }
.annotator-wrapper .investors-homepage .event-box .ico-share-blk {
  background-position: -223px -2px; }
.annotator-wrapper .investors-homepage .event-box .btn {
  border-color: #fff;
  color: #fff; }
.annotator-wrapper .links-box {
  background-color: #fff;
  min-height: 370px;
  margin-bottom: 30px;
  position: relative; }
.annotator-wrapper .links-box-text {
  color: #333;
  padding: 30px 30px 30px;
  font-family: 'Gotham-Book', Arial, Helvetica, sans-serif;
  line-height: 1.4em;
  font-weight: normal; }
.annotator-wrapper .links-box-text .h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Gotham-Medium', Arial, Helvetica, sans-serif;
  margin-bottom: 25px; }
.annotator-wrapper .links-box-text ul {
  font-size: 20px;
  margin: 40px 0 0;
  padding: 0;
  list-style: none none; }
.annotator-wrapper .links-box-text ul > li {
  margin: 17px 0;
  line-height: 1.3em;
  position: relative;
  font-family: "Gotham-Light", Arial, Helvetica, sans-serif; }
.annotator-wrapper .links-box-text ul > li > a {
  color: #333;
  display: block;
  position: relative;
  padding-right: 30px; }
.annotator-wrapper .links-box-text ul > li > a:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -14px;
  height: 28px;
  width: 28px;
  display: block;
  background: transparent url("../../gfx/spr/spriteSite.png") no-repeat -386px -46px; }
.annotator-wrapper .links-box-text ul > li > a:focus,
.annotator-wrapper .links-box-text ul > li > a:active,
.annotator-wrapper .links-box-text ul > li > a:hover {
  text-decoration: none;
  opacity: 0.5; }
.annotator-wrapper .governance-homepage .col-md-4 .links-box {
  background-color: #FEDB31; }
.annotator-wrapper .media-homepage .links-box-text ul > li {
  margin: 40px 0; }
@media screen and (max-width: 1099px) {
  .annotator-wrapper .links-box-text .h2 {
    font-size: 22px; }
  .annotator-wrapper .links-box-text .h6 {
    font-size: 11px; }
  .annotator-wrapper .links-box-text ul {
    font-size: 16px;
    margin-top: 22px; } }
.annotator-wrapper .media-homepage .link-box {
  background-color: #FFDE02; }
.annotator-wrapper .media-homepage .link-box li {
  margin: 40px 0; }
.annotator-wrapper .career-homepage .links-box {
  background-color: #0378B5;
  position: relative; }
.annotator-wrapper .career-homepage .links-box-text {
  position: relative; }
.annotator-wrapper .career-homepage .links-box .h6,
.annotator-wrapper .career-homepage .links-box-text ul > li > a {
  color: #fff; }
.annotator-wrapper .career-homepage .links-box-text ul > li > a:after {
  background-position: -386px -81px; }
.annotator-wrapper .career-homepage .links-box-text ul {
  margin-top: 20px; }
.annotator-wrapper .career-homepage .links-box-text ul > li:nth-child(7) > a {
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  padding: 14px 38px 14px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 11px;
  line-height: 0.8em;
  cursor: pointer;
  display: inline-block;
  font-family: 'Gotham-Medium', Arial, Helvetica, sans-serif;
  background-image: none;
  bottom: -20px; }
.annotator-wrapper .career-homepage .links-box-text ul > li:nth-child(7) > a:after {
  background-image: none;
  content: ">";
  top: 28px;
  right: 0; }
@media only screen and (max-width: 1199px) {
  .annotator-wrapper .links-box {
    min-height: 338px; }
  .annotator-wrapper .career-homepage .links-box-text:after {
    font-size: 27px; }
  .annotator-wrapper .it_IT .career-homepage .links-box-text:after {
    font-size: 22px; } }
@media only screen and (max-width: 1099px) and (min-width: 992px) {
  .annotator-wrapper .career-homepage .links-box {
    min-height: 294px; }
  .annotator-wrapper .career-homepage .links-box-text:after {
    top: 58px; } }
.annotator-wrapper .internal-banner-wrapper {
  position: relative;
  background-color: #000;
  min-height: 435px;
  overflow: hidden; }
.annotator-wrapper .banner {
  background-color: transparent;
  color: #fff;
  padding: 5% 20px 0;
  position: static;
  overflow: hidden;
  top: 0;
  width: 100%; }
.annotator-wrapper .banner h1 {
  font-family: 'Gotham-bold', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 46px;
  line-height: 1em;
  margin: 0 0 0.1em; }
.annotator-wrapper .banner h2 {
  font-family: 'Gotham-light', Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 1.1em;
  margin-bottom: 0.3em;
  color: #fff; }
.annotator-wrapper .banner p {
  font-size: 14px;
  line-height: 1.3em;
  margin-bottom: 2.5em;
  padding-right: 100px;
  font-family: "Gotham 5r", "Gotham A", "Gotham B", "gotham-medium", sans-serif; }
.annotator-wrapper .banner .actionsWrapper .btn {
  display: inline-block;
  border-color: #fff;
  color: #fff;
  margin: 0 5px 5px 0; }
.annotator-wrapper .banner .actionsWrapper .btn-play:before {
  border-left-color: #fff; }
.annotator-wrapper .banner .savethedateLink {
  display: block;
  height: 39px;
  width: 39px;
  float: left;
  margin: 0 15px 0 0;
  background: transparent url("../../gfx/spr/spriteSite.png") no-repeat -505px -41px; }
.annotator-wrapper .banner .savethedateLink:hover,
.annotator-wrapper .banner .btn:hover {
  opacity: 0.6; }
.annotator-wrapper .banner .col-md-8,
.annotator-wrapper .banner .col-md-9 {
  position: relative;
  height: 380px; }
@media only screen and (max-width: 992px) {
  .annotator-wrapper .banner .col-md-8,
  .annotator-wrapper .banner .col-md-9 {
    height: 355px; } }
.annotator-wrapper .banner .actionsWrapper .specialButtons {
  position: absolute;
  left: 15px;
  bottom: 30px; }
.annotator-wrapper .banner .actionsWrapper .specialButtons .btn {
  background-color: #fff;
  color: #333;
  padding-left: 40px;
  position: relative;
  margin-bottom: 12px; }
.annotator-wrapper .banner .actionsWrapper .specialButtons .btn:after {
  content: "";
  background: transparent url("../../gfx/spr/spriteSite.png") no-repeat -350px -88px;
  width: 17px;
  height: 20px;
  display: block;
  position: absolute;
  left: 12px;
  top: 9px; }
.annotator-wrapper .bannerImage {
  position: absolute;
  left: 50%;
  top: 0;
  max-height: 440px;
  overflow: hidden;
  transform: translate(-50%, 0); }
.annotator-wrapper .bannerImage source,
.annotator-wrapper .bannerImage picture {
  height: 100%;
  width: auto; }
.annotator-wrapper .bannerImage .respImage,
.annotator-wrapper .bannerImage img {
  width: auto;
  height: 100%; }
@media screen and (max-width: 992px) {
  .annotator-wrapper .banner {
    padding-top: 10%; }
  .annotator-wrapper .banner p {
    padding-right: 0; } }
@media screen and (max-width: 580px) {
  .annotator-wrapper .banner {
    padding-top: 15%; }
  .annotator-wrapper .banner p {
    font-size: 12px; }
  .annotator-wrapper .banner h1 {
    font-size: 32px; }
  .annotator-wrapper .banner h2 {
    font-size: 26px; } }
@media screen and (max-width: 992px) {
  .annotator-wrapper .banner {
    padding-right: 0;
    padding-left: 0; } }
.annotator-wrapper .nav-sx {
  font-family: 'Gotham-Book', Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  padding: 20px 20px 100px 40px;
  font-weight: normal;
  min-height: 500px;
  position: relative;
  margin-bottom: 30px; }
.annotator-wrapper .nav-sx > ul {
  margin-bottom: 0;
  padding-bottom: 10px; }
.annotator-wrapper .nav-sx ul > li > a {
  color: #333;
  font-size: 11px;
  display: inline-block;
  padding: 3px 0;
  margin-left: 25px;
  position: relative;
  line-height: 1.3em; }
.annotator-wrapper .nav-sx ul > li > a:hover,
.annotator-wrapper .nav-sx ul > li > a:active,
.annotator-wrapper .nav-sx ul > li > a:focus,
.annotator-wrapper .nav-sx > ul > li:first-child > a:hover,
.annotator-wrapper .nav-sx > ul > li:first-child > a:active,
.annotator-wrapper .nav-sx > ul > li:first-child > a:focus,
.annotator-wrapper .nav-sx ul > li > a.navPageActive:hover,
.annotator-wrapper .nav-sx ul > li > a.navPageActive:focus,
.annotator-wrapper .nav-sx ul > li > a.navPageActive:hover {
  color: #E53230;
  border-bottom-color: #E53230;
  text-decoration: none; }
.annotator-wrapper .nav-sx ul > li > a.navPage:before {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #333;
  display: block;
  position: absolute;
  top: 12px;
  left: -25px; }
.annotator-wrapper .nav-sx li ul li ul {
  display: none; }
.annotator-wrapper .nav-sx li.active > ul:first-of-type {
  display: inherit; }
.annotator-wrapper .nav-sx ul > li > a.navPageActive {
  border-bottom: 2px solid #333;
  margin-bottom: 8px;
  padding-bottom: 2px; }
.annotator-wrapper .nav-sx ul > li > a.navPageActive + ul {
  display: block; }
.annotator-wrapper .nav-sx ul > li > a.navPageActive:before,
.annotator-wrapper .nav-sx > ul > li:first-child > a:before {
  background: transparent url("../../gfx/spr/spriteSite.png") -6px 5px no-repeat;
  content: "";
  display: block;
  height: 40px;
  width: 16px;
  position: absolute;
  left: -25px;
  top: 0; }
.annotator-wrapper .nav-sx > ul > li:first-child > a:before {
  background-position: -6px 16px; }
.annotator-wrapper .nav-sx > ul > li:first-child > a {
  font-size: 32px;
  border-bottom: 2px solid #333;
  margin-bottom: 8px;
  line-height: 0.9em;
  font-family: "Gotham-Light", Arial, Helvetica, sans-serif; }
.annotator-wrapper .nav-sx ul > li > ul {
  margin: 0 0 10px 25px; }
.annotator-wrapper .nav-sx ul > li.fixInvestors {
  margin-top: 6px; }
.annotator-wrapper .nav-sx .btn {
  position: absolute;
  bottom: 30px;
  left: 45px;
  display: inline-block; }
@media only screen and (max-width: 1100px) {
  .annotator-wrapper .nav-sx {
    padding: 20px 20px 100px 30px; } }
@media only screen and (min-width: 993px) {
  .annotator-wrapper .nav-sx > ul > li > ul.on {
    display: block !important; } }
.annotator-wrapper .internal-banner-wrapper .nav-sx {
  display: none; }
@media (max-width: 992px) {
  .annotator-wrapper .internal-banner-wrapper .nav-sx {
    display: block;
    top: 30px; }
  .annotator-wrapper .nav-sx {
    margin: -30px auto 0;
    background-color: #000;
    position: absolute;
    z-index: 9;
    left: 0;
    padding: 0;
    width: 100%;
    min-height: 1px; }
  .annotator-wrapper .nav-sx > ul {
    padding-bottom: 0;
    border-bottom: 0; }
  .annotator-wrapper .nav-sx ul > li > a {
    color: #fff;
    margin-left: 0;
    font-size: 12px;
    display: block;
    padding: 5px 0; }
  .annotator-wrapper .nav-sx > ul > li:first-child > a {
    text-transform: uppercase;
    font-size: 15px;
    margin: 0;
    display: block;
    padding: 10px 15px 12px;
    line-height: 1em;
    border-bottom: 0;
    background-color: #313131;
    position: relative;
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif; }
  .annotator-wrapper .nav-sx > ul > li:first-child > a:hover,
  .annotator-wrapper .nav-sx > ul > li:first-child > a:focus,
  .annotator-wrapper .nav-sx > ul > li:first-child > a:active,
  .annotator-wrapper .nav-sx .wSubNav:hover,
  .annotator-wrapper .nav-sx .wSubNav:focus,
  .annotator-wrapper .nav-sx .wSubNav:active,
  .annotator-wrapper .nav-sx ul > li > a:hover,
  .annotator-wrapper .nav-sx ul > li > a:active,
  .annotator-wrapper .nav-sx ul > li > a:focus,
  .annotator-wrapper .nav-sx > ul > li:first-child > a:hover,
  .annotator-wrapper .nav-sx > ul > li:first-child > a:active,
  .annotator-wrapper .nav-sx > ul > li:first-child > a:focus,
  .annotator-wrapper .nav-sx ul > li > a.navPageActive:hover,
  .annotator-wrapper .nav-sx ul > li > a.navPageActive:focus,
  .annotator-wrapper .nav-sx ul > li > a.navPageActive:hover {
    color: #fff; }
  .annotator-wrapper .nav-sx ul > li > a.wSubNav {
    position: relative; }
  .annotator-wrapper .nav-sx > ul > li:first-child > a:after,
  .annotator-wrapper .nav-sx ul > li > a.wSubNav:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ddd;
    position: absolute;
    right: 14px;
    top: 16px; }
  .annotator-wrapper .nav-sx ul > li > a.wSubNav:after {
    top: 11px;
    right: 0; }
  .annotator-wrapper .nav-sx ul > li > a.navPageActive:before,
  .annotator-wrapper .nav-sx > ul > li:first-child > a:before,
  .annotator-wrapper .nav-sx ul > li > a.navPage:before {
    display: none; }
  .annotator-wrapper .nav-sx > ul {
    border-bottom: 0; }
  .annotator-wrapper .nav-sx > ul > li > ul {
    margin: 0 0 0;
    border-bottom: 1px solid #666;
    padding: 10px 15px 10px;
    display: none; }
  .annotator-wrapper .nav-sx ul > li > a.navPageActive {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 5px; }
  .annotator-wrapper .nav-sx ul > li > a.navPageActive + ul {
    display: none; } }
.annotator-wrapper .nav-sx ul > li.specialItem > a {
  font-size: 16px;
  margin-left: 0;
  margin-bottom: 2px;
  padding: 0;
  font-family: "Gotham-Light", Arial, Helvetica, sans-serif; }
.annotator-wrapper .nav-sx.specialItemInvestor > ul ul ul > li:nth-child(6),
.annotator-wrapper .nav-sx.specialItemInvestor > ul ul ul > li:nth-child(7) {
  margin-left: 0; }
.annotator-wrapper .nav-sx.specialItemInvestor > ul > li:nth-child(2) {
  margin-left: 25px; }
@media only screen and (max-width: 992px) {
  .annotator-wrapper .nav-sx ul > li.specialItem > a {
    margin-bottom: 5px; }
  .annotator-wrapper .nav-sx.specialItemInvestor > ul li:nth-child(6),
  .annotator-wrapper .nav-sx.specialItemInvestor > ul li:nth-child(7) {
    margin-left: 0; }
  .annotator-wrapper .nav-sx.specialItemInvestor > ul li:nth-child(6) a,
  .annotator-wrapper .nav-sx.specialItemInvestor > ul li:nth-child(7) a {
    font-size: 16px; }
  .annotator-wrapper .nav-sx.specialItemInvestor > ul ul ul > li:nth-child(6) a,
  .annotator-wrapper .nav-sx.specialItemInvestor > ul ul ul > li:nth-child(7) a {
    font-size: 12px; }
  .annotator-wrapper .nav-sx.specialItemInvestor > ul li:nth-child(2),
  .annotator-wrapper .nav-sx.specialItemInvestor > ul li:nth-child(3),
  .annotator-wrapper .nav-sx.specialItemInvestor > ul li:nth-child(4),
  .annotator-wrapper .nav-sx.specialItemInvestor > ul li:nth-child(5) {
    margin-left: 15px; }
  .annotator-wrapper .nav-sx.specialItemInvestor > ul ul ul li:nth-child(2),
  .annotator-wrapper .nav-sx.specialItemInvestor > ul ul ul li:nth-child(3),
  .annotator-wrapper .nav-sx.specialItemInvestor > ul ul ul li:nth-child(4),
  .annotator-wrapper .nav-sx.specialItemInvestor > ul ul ul li:nth-child(5) {
    margin-left: 0; } }
.annotator-wrapper .internal-menu-homepage {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -1000px;
  z-index: 8;
  padding: 20px 0;
  overflow: hidden;
  width: 100%;
  text-align: left;
  transition: top 1s ease-in-out; }
.annotator-wrapper .internal-menu-homepage.on,
.annotator-wrapper .internal-menu-homepage.onHover {
  top: 121px; }
.annotator-wrapper .internal-menu-homepage .navPage {
  color: #333;
  font-size: 12px;
  font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', 'Gotham-Book', Arial, Helvetica, sans-serif;
  display: block;
  line-height: 1.4em; }
.annotator-wrapper .internal-menu-homepage .mainWrapper:after,
.annotator-wrapper .internal-menu-homepage .mainWrapper:before {
  display: table;
  content: "";
  clear: both; }
.annotator-wrapper .internal-menu-homepage .mainWrapper li {
  margin: 0 0 0.5em; }
.annotator-wrapper .internal-menu-homepage .mainWrapper > ul > .column > li > a.navPage {
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif; }
.annotator-wrapper .internal-menu-homepage .mainWrapper > ul > .column > li > ul,
.annotator-wrapper .internal-menu-homepage .mainWrapper > ul > .column > li > ul > li > ul {
  padding-left: 10px;
  margin-top: 0.5em; }
.annotator-wrapper .column {
  float: left;
  width: 29.3333333%;
  position: relative;
  padding: 0 2%; }
.annotator-wrapper .column:after,
.annotator-wrapper .column:before {
  content: "";
  height: 3000px;
  width: 1px;
  background-color: #D4D4D4;
  top: 0;
  right: 0;
  position: absolute; }
.annotator-wrapper .column:before {
  left: 0px;
  right: auto; }
.annotator-wrapper .column:nth-child(1):after {
  display: none; }
.annotator-wrapper .column:nth-child(3):before {
  display: none; }
@media only screen and (max-width: 992px) {
  .annotator-wrapper .column {
    float: none;
    width: 100%;
    padding: 0;
    position: static; }
  .annotator-wrapper .internal-menu-homepage .mainWrapper > ul > .column > li > a.navPage {
    font-size: 12px; } }
.annotator-wrapper .internal-menu-homepage[data-name="investors"] ul .column:nth-child(1):before {
  display: none; }
.annotator-wrapper .internal-menu-homepage[data-name="investors"] ul .column:nth-child(2):before {
  display: none; }
.annotator-wrapper .internal-menu-homepage[data-name="investors"] ul .column:nth-child(2):after {
  top: -25px; }
.annotator-wrapper .internal-menu-homepage[data-name="investors"] ul .column:nth-child(3) {
  top: -25px; }
.annotator-wrapper .internal-menu-homepage[data-name="investors"] .specialFolderItem {
  color: #000;
  font-family: 'Gotham 5r', 'Gotham A', 'Gotham B', 'Gotham-Medium', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 0 0 10px 10px;
  width: 65%;
  display: block; }
.annotator-wrapper .internal-menu-homepage[data-name="investors"] .mainWrapper > ul > .column:nth-child(1) > li > a.navPage,
.annotator-wrapper .internal-menu-homepage[data-name="investors"] .mainWrapper > ul > .column:nth-child(2) > li > a.navPage {
  text-transform: none; }
.annotator-wrapper .internal-menu-homepage[data-name="investors"] .mainWrapper > ul > .column:nth-child(1) > li > ul,
.annotator-wrapper .internal-menu-homepage[data-name="investors"] .mainWrapper > ul > .column:nth-child(1) > li > ul {
  padding-left: 20px; }
@media only screen and (max-width: 992px) {
  .annotator-wrapper .internal-menu-homepage[data-name="investors"] .specialFolderItem {
    padding-left: 0; }
  .annotator-wrapper .internal-menu-homepage[data-name="investors"] .mainWrapper > ul > .column:nth-child(1),
  .annotator-wrapper .internal-menu-homepage[data-name="investors"] .mainWrapper > ul > .column:nth-child(2) {
    padding-left: 20px; }
  .annotator-wrapper .internal-menu-homepage[data-name="investors"] .mainWrapper > ul > .column:nth-child(3) {
    margin-top: 20px; } }
.annotator-wrapper .it_IT .internal-menu-homepage[data-name="investors"] .specialFolderItem.it {
  display: block; }
.annotator-wrapper .it_IT .internal-menu-homepage[data-name="investors"] .specialFolderItem.en {
  display: none; }
.annotator-wrapper .en_WW .internal-menu-homepage[data-name="investors"] .specialFolderItem.it {
  display: none; }
.annotator-wrapper .en_WW .internal-menu-homepage[data-name="investors"] .specialFolderItem.en {
  display: block; }
.annotator-wrapper #internal-nav-wrapper > div:nth-child(3) > div > div > ul > div:nth-child(1) > li:nth-child(1) > a[href*="ipo"] {
  display: none; }
.annotator-wrapper .chart-box {
  background-color: #fff;
  min-height: 370px;
  margin-bottom: 30px;
  position: relative; }
.annotator-wrapper .chart-box-text {
  color: #333;
  padding: 30px 30px 80px;
  font-family: 'Gotham-Book', Arial, Helvetica, sans-serif;
  line-height: 1.4em;
  font-weight: normal; }
.annotator-wrapper .chart-box-text img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block; }
.annotator-wrapper .chart-box-text .h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Gotham-Medium', Arial, Helvetica, sans-serif;
  margin-bottom: 25px; }
.annotator-wrapper .chart-box .actionsWrapper {
  position: absolute;
  bottom: 40px;
  left: 30px; }
.annotator-wrapper .chart-box .downloadLink {
  display: block;
  height: 37px;
  width: 37px;
  float: left;
  margin: 0 15px 0 0;
  background: transparent url("../../gfx/spr/spriteSite.png") no-repeat -341px -2px; }
.annotator-wrapper .chart-box .btn {
  display: block;
  float: left;
  color: #333;
  border-color: #333;
  margin: 0 15px 0 0;
  font-family: "Gotham-Medium", Arial, Helvetica, sans-serif; }
.annotator-wrapper .chart-box .downloadLink:hover,
.annotator-wrapper .chart-box .btn:hover {
  opacity: 0.6; }
.annotator-wrapper .chart-box .share-social {
  display: none;
  height: 37px;
  width: 37px;
  float: left;
  margin: 0 15px 0 0; }
.annotator-wrapper .chart-box .shareOn aside {
  right: -37px; }
.annotator-wrapper .career-homepage .col-md-4 .chart-box {
  background-color: #2B2A2F; }
.annotator-wrapper .career-homepage .col-md-4 .chart-box-text {
  color: #fff; }
.annotator-wrapper .career-homepage .col-md-4 .chart-box-text img {
  display: none; }
.annotator-wrapper .career-homepage .col-md-4 .chart-box .btn {
  border-color: #bbb;
  color: #fff; }
.annotator-wrapper .career-homepage .col-md-4 .chart-box .shareOn .ico-share {
  background-position: -223px -2px; }
.annotator-wrapper .investors-homepage .col-md-4:nth-child(3) .chart-box {
  background-color: #FEDC32; }
.annotator-wrapper .investors-homepage .col-md-4:nth-child(3) .chart-box-text img {
  display: none; }
@media screen and (max-width: 1099px) {
  .annotator-wrapper .chart-box-text .h6 {
    font-size: 11px; } }
.annotator-wrapper .text-box {
  background-color: #fff;
  min-height: 370px;
  margin-bottom: 30px;
  position: relative; }
.annotator-wrapper .text-box-text {
  color: #333;
  padding: 30px 30px 80px;
  font-family: 'Gotham-Book', Arial, Helvetica, sans-serif;
  line-height: 1.4em;
  font-weight: normal; }
.annotator-wrapper .text-box-text .h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Gotham-Medium', Arial, Helvetica, sans-serif;
  margin-bottom: 25px;
  min-height: 18px; }
.annotator-wrapper .text-box-text .h2 {
  color: #333;
  font-size: 23px;
  line-height: 1.3em;
  margin-bottom: 0.8em;
  font-family: "Gotham-Light", Arial, Helvetica, sans-serif; }
.annotator-wrapper .text-box-text p {
  font-size: 12px;
  line-height: 1.3em;
  margin-bottom: 0.5em;
  font-family: "Gotham-XLight", Arial, Helvetica, sans-serif; }
.annotator-wrapper .text-box .actionsWrapper {
  position: absolute;
  bottom: 40px;
  left: 30px; }
.annotator-wrapper .text-box .downloadLink {
  display: block;
  height: 37px;
  width: 37px;
  float: left;
  margin: 0 15px 0 0;
  background: transparent url("../../gfx/spr/spriteSite.png") no-repeat -558px -2px; }
.annotator-wrapper .text-box .btn {
  display: block;
  float: left;
  color: #333;
  border-color: #333;
  margin: 0 15px 0 0;
  font-family: "Gotham-Medium", Arial, Helvetica, sans-serif; }
.annotator-wrapper .text-box .downloadLink:hover,
.annotator-wrapper .text-box .btn:hover {
  opacity: 0.6; }
.annotator-wrapper .text-box .share-social {
  display: block;
  height: 37px;
  width: 37px;
  float: left;
  margin: 0 15px 0 0; }
.annotator-wrapper .text-box .shareOn aside {
  right: -37px; }
.annotator-wrapper .investors-homepage .col-md-4:nth-child(2) .text-box {
  background-color: #978F7A;
  color: #fff; }
.annotator-wrapper .investors-homepage .col-md-4:nth-child(2) .text-box .ico-share-blk {
  background-position: -223px -2px; }
.annotator-wrapper .investors-homepage .col-md-4:nth-child(3) .text-box .h6,
.annotator-wrapper .investors-homepage .col-md-4:nth-child(3) .text-box .h2,
.annotator-wrapper .investors-homepage .col-md-4:nth-child(3) .text-box p,
.annotator-wrapper .investors-homepage .col-md-4:nth-child(3) .text-box .btn {
  color: #fff;
  border-color: #fff; }
.annotator-wrapper .investors-homepage .col-md-4:nth-child(2) .text-box .btn {
  border-color: #fff; }
.annotator-wrapper .investors-homepage .col-md-4:nth-child(2) .text-box .h2 {
  font-size: 46px;
  line-height: 1.1em; }
.annotator-wrapper .investors-homepage .col-md-4:nth-child(3) .text-box {
  background-color: #978F7A;
  color: #fff; }
.annotator-wrapper .investors-homepage .col-md-4:nth-child(3) .text-box .h2 {
  font-size: 46px;
  line-height: 1.1em; }
.annotator-wrapper .investors-homepage .col-md-6:nth-child(2) .text-box,
.annotator-wrapper .media-homepage .text-box {
  background-color: #687085;
  color: #fff; }
.annotator-wrapper .media-homepage .text-box .ico-share-blk {
  background-position: -223px -2px; }
.annotator-wrapper .investors-homepage .col-md-6:nth-child(2) .text-box .h6,
.annotator-wrapper .investors-homepage .col-md-6:nth-child(2) .text-box .h2,
.annotator-wrapper .investors-homepage .col-md-6:nth-child(2) .text-box p,
.annotator-wrapper .investors-homepage .col-md-6:nth-child(2) .text-box .btn,
.annotator-wrapper .media-homepage .text-box .h6,
.annotator-wrapper .media-homepage .text-box .h2,
.annotator-wrapper .media-homepage .text-box p,
.annotator-wrapper .media-homepage .text-box .btn {
  color: #fff; }
.annotator-wrapper .investors-homepage .col-md-6:nth-child(2) .text-box .btn,
.annotator-wrapper .media-homepage .text-box .btn {
  border-color: #fff; }
.annotator-wrapper .career-homepage .col-md-4 .text-box {
  background-color: #FEDB31; }
.annotator-wrapper .sustainability-homepage .col-md-6 .text-box {
  background-color: #333; }
.annotator-wrapper .sustainability-homepage .col-md-6 .text-box-text .h6,
.annotator-wrapper .sustainability-homepage .col-md-6 .text-box-text .h2,
.annotator-wrapper .sustainability-homepage .col-md-6 .text-box-text p {
  color: #fff; }
.annotator-wrapper .sustainability-homepage .col-md-12 .text-box-text .h2 {
  font-size: 16px; }
.annotator-wrapper .sustainability-homepage .col-md-12 .text-box .actionsWrapper {
  display: none; }
.annotator-wrapper .sustainability-homepage .col-md-4 .text-box .share-social,
.annotator-wrapper .career-homepage .text-box .share-social {
  display: none; }
.annotator-wrapper .sustainability-homepage .row:first-child .col-md-4:first-child .text-box {
  background-color: #CBE9F7; }
.annotator-wrapper .sustainability-homepage .row:first-child .col-md-4:first-child .text-box-text .h6,
.annotator-wrapper .sustainability-homepage .row:first-child .col-md-4:first-child .text-box-text .h2,
.annotator-wrapper .sustainability-homepage .row:first-child .col-md-4:first-child .text-box-text p {
  color: #333; }
.annotator-wrapper .career-homepage .col-md-4 .text-box .h2 {
  font-size: 32px; }
.annotator-wrapper .sustainability-homepage .row:first-child .col-md-4:first-child .text-box-text .h2 {
  font-size: 17px;
  line-height: 1.5em; }
@media screen and (max-width: 1199px) {
  .annotator-wrapper .text-box {
    min-height: 336px; }
  .annotator-wrapper .sustainability-homepage .text-box {
    min-height: 371px; }
  .annotator-wrapper .media-homepage .text-box {
    min-height: 1px; }
  .annotator-wrapper .career-homepage .col-md-4 .text-box .h2 {
    font-size: 30px; }
  .annotator-wrapper .media-homepage .text-box-text p {
    font-size: 29px !important;
    line-height: 1.5em !important; } }
@media screen and (max-width: 1099px) {
  .annotator-wrapper .quote-box-text .h2 {
    font-size: 22px; }
  .annotator-wrapper .quote-box-text .h6 {
    font-size: 11px; }
  .annotator-wrapper .quote-box-text p {
    font-size: 16px; }
  .annotator-wrapper .career-homepage .text-box {
    min-height: 294px; }
  .annotator-wrapper .media-homepage .text-box-text p {
    font-size: 24px !important;
    line-height: 1.5em !important; } }
@media screen and (max-width: 1100px) and (min-width: 992px) {
  .annotator-wrapper .text-box-text .h2,
  .annotator-wrapper .career-homepage .col-md-4 .text-box .h2 {
    font-size: 22px; } }
.annotator-wrapper #calendar-module {
  background-color: #ECECEC;
  padding-top: 30px;
  height: 740px;
  position: relative;
  margin-bottom: 30px; }
.annotator-wrapper #calendar-module .col-md-6,
.annotator-wrapper #calendar-module .col-md-12 {
  width: 100% !important;
  padding: 0; }
.annotator-wrapper #calendar-module .row {
  margin: 0; }
.annotator-wrapper #calendar-module .loader {
  background: #fff url(../../gfx/loading.gif) no-repeat center center;
  height: 30px;
  width: 30px;
  padding: 7px;
  border-radius: 6px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px; }
.annotator-wrapper #calendar-module #event-list {
  display: none; }
.annotator-wrapper #calendar-header {
  color: #E53230;
  font-size: 24px;
  margin: 5px 20px 30px;
  text-align: center;
  position: relative;
  font-family: "Gotham-book", Arial, Helvetica, sans-serif; }
.annotator-wrapper .arrow {
  text-indent: -9999px;
  display: block;
  position: absolute;
  top: 4px;
  background: transparent url(../../gfx/spr/spriteSite.png) no-repeat 0 0;
  width: 20px;
  height: 18px; }
.annotator-wrapper .arrow.next {
  right: 0;
  background-position: -356px -51px; }
.annotator-wrapper .arrow.prev {
  left: 0;
  background-position: -332px -51px; }
.annotator-wrapper #calendar {
  border: 0;
  width: calc(100% - 40px);
  margin: 25px 20px 35px;
  border-collapse: collapse;
  background-color: #ECECEC;
  min-height: 299px; }
.annotator-wrapper #calendar td,
.annotator-wrapper #calendar th {
  width: 14.2857%;
  text-align: center;
  vertical-align: middle;
  padding: 4px; }
.annotator-wrapper #calendar th {
  color: #E53230; }
.annotator-wrapper .calendar-day {
  color: #525252;
  width: 30px;
  height: 30px;
  border: 3px solid #ECECEC;
  line-height: 31px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  background-color: transparent; }
.annotator-wrapper .calendar-day.active {
  color: white;
  background: #E53230; }
.annotator-wrapper .calendar-current .calendar-day {
  border-color: #D4D2D2; }
.annotator-wrapper .calendar-current .calendar-day.active {
  border-color: #690404; }
.annotator-wrapper .calendar-day:hover {
  background-color: #d3d3d3;
  text-decoration: none;
  color: #333;
  cursor: default; }
.annotator-wrapper .calendar-day.active:hover {
  background-color: #df1e1c;
  color: #fff;
  cursor: pointer; }
.annotator-wrapper .calendar-day:focus,
.annotator-wrapper .calendar-day:active {
  text-decoration: none;
  color: #333; }
.annotator-wrapper .calendar-day.active:focus,
.annotator-wrapper .calendar-day.active:active {
  color: #fff; }
.annotator-wrapper #eventlisttime-filter {
  margin: 10px 0 20px;
  padding-right: 15px;
  overflow: hidden; }
.annotator-wrapper #eventlisttime-filter .timeFilter {
  float: left;
  width: 33.33333%;
  border-bottom: 1px solid #666;
  padding-bottom: 4px;
  cursor: pointer; }
.annotator-wrapper #eventlisttime-filter .timeFilter.active,
.annotator-wrapper #eventlisttime-filter .timeFilter.active:hover {
  color: #fff; }
.annotator-wrapper #eventlisttime-filter .timeFilter:hover {
  color: #fff; }
.annotator-wrapper #eventlisttime-filter .timeFilter.disabled,
.annotator-wrapper #eventlisttime-filter .timeFilter.disabled:hover {
  opacity: 0.3;
  cursor: default;
  color: #999; }
.annotator-wrapper #eventlisttime-filter span {
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  font-family: "Gotham-medium", Arial, Helvetica, sans-serif; }
.annotator-wrapper #eventlisttime-filter span:first-child {
  font-family: 'Gotham-Light', Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: none; }
.annotator-wrapper #eventlisttype-filter {
  padding: 25px 20px 20px;
  display: none; }
.annotator-wrapper #eventlisttype-filter .typeFilter {
  color: #909090;
  padding: 0 15px;
  display: inline-block;
  text-transform: capitalize; }
.annotator-wrapper #eventlisttype-filter .typeFilter:hover {
  color: #555; }
.annotator-wrapper #eventlisttype-filter .typeFilter.active {
  text-decoration: underline;
  color: #E33436; }
.annotator-wrapper #event-list-items-wrapper {
  height: 210px;
  overflow: hidden;
  outline: none; }
.annotator-wrapper #event-list .eventItem,
.annotator-wrapper #event-list .noEvents {
  font-size: 18px;
  padding: 15px 0;
  margin-right: 15px;
  border-top: 1px dashed #ADADAD;
  cursor: pointer; }
.annotator-wrapper #event-list .eventItem:hover {
  color: #bbb; }
.annotator-wrapper #event-list .eventItem.active {
  color: #fff; }
.annotator-wrapper #event-list .noEvents {
  display: none; }
.annotator-wrapper #event-details-wrapper {
  padding: 22px 30px;
  background-color: #fff;
  position: relative;
  min-height: 326px;
  display: block; }
.annotator-wrapper #event-wrapper {
  padding: 0 0 40px; }
.annotator-wrapper #event-wrapper .btn {
  display: inline-block;
  margin-top: 20px; }
.annotator-wrapper .eventInfo {
  color: #E53230;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  line-height: 1.5em;
  font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif; }
.annotator-wrapper .eventInfo:first-child {
  margin-top: 0;
  border-top: 0;
  padding-top: 0; }
.annotator-wrapper .eventTitle {
  font-family: 'Gotham-Light', Arial, Helvetica, sans-serif;
  font-size: 30px;
  margin: 15px 0 10px; }
.annotator-wrapper .eventDescription {
  font-size: 14px;
  font-family: 'Gotham-Light', Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
  line-height: 1.5em; }
.annotator-wrapper .calendarTitle {
  text-transform: uppercase;
  font-size: 15px;
  color: #333;
  margin-bottom: 30px; }
.annotator-wrapper #reminder-wrapper {
  display: none; }
.annotator-wrapper .closeReminderForm {
  height: 40px;
  width: 40px;
  background: transparent url("../../gfx/spr/spriteSite.png") no-repeat -548px -41px;
  display: block;
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer; }
.annotator-wrapper .closeReminderForm:hover {
  opacity: 0.7; }
.annotator-wrapper #form-reminder-wrapper fieldset {
  margin-bottom: 15px;
  width: 50%; }
.annotator-wrapper #form-reminder-wrapper label {
  color: #666;
  font-family: 'Gotham-Light', Arial, Helvetica, sans-serif;
  display: inline-block;
  width: 130px; }
.annotator-wrapper #form-reminder-wrapper input {
  height: 30px;
  border-radius: 30px;
  border: 1px solid #aaa;
  outline: none;
  padding: 0 15px;
  width: calc(100% - 166px); }
.annotator-wrapper #form-reminder-wrapper input[type="submit"] {
  border: 0;
  height: 30px;
  color: #fff;
  text-transform: uppercase;
  width: auto; }
.annotator-wrapper #form-reminder-wrapper .info-error {
  font-family: 'Gotham-Light', Arial, Helvetica, sans-serif;
  font-size: 9px;
  display: block;
  margin-top: 5px;
  text-align: right;
  padding-right: 15px; }
.annotator-wrapper #reminder-feedback h3 {
  font-family: 'Gotham-Light', Arial, Helvetica, sans-serif;
  font-size: 16px; }
@media only screen and (min-width: 991px) and (max-width: 1100px) {
  .annotator-wrapper .calendar-day {
    width: 23px;
    height: 23px;
    line-height: 23px;
    font-size: 11px; } }
@media only screen and (min-width: 768px) {
  .annotator-wrapper .investors-homepage #calendar-module {
    height: auto;
    overflow: hidden;
    padding-top: 0;
    background-color: #fff; }
  .annotator-wrapper .investors-homepage #calendar-wrapper {
    float: left;
    width: 50%;
    padding-top: 15px;
    background: #ECECEC; }
  .annotator-wrapper .investors-homepage #event-details-wrapper {
    float: left;
    width: calc(50% - 60px); }
  .annotator-wrapper .investors-homepage #calendar {
    margin-bottom: 10px;
    min-height: 283px; } }
@media only screen and (max-width: 1099px) {
  .annotator-wrapper .investors-homepage #event-details-wrapper {
    min-height: 1px;
    padding: 14px 20px; }
  .annotator-wrapper .investors-homepage #calendar {
    margin-bottom: 10px;
    min-height: 1px; }
  .annotator-wrapper .investors-homepage #calendar {
    min-height: 195px; }
  .annotator-wrapper .investors-homepage #event-calendar {
    padding: 0; } }
.annotator-wrapper .media-homepage #event-details-wrapper {
  min-height: 290px; }
@media only screen and (max-width: 1200px) {
  .annotator-wrapper .media-homepage #calendar-module {
    height: 710px; }
  .annotator-wrapper .media-homepage #event-details-wrapper {
    min-height: 300px; }
  .annotator-wrapper .media-homepage > div > div > div:nth-child(1) > div.col-md-8 > div:nth-child(2) > div:nth-child(2) > div.text-box {
    min-height: 380px; } }
@media only screen and (max-width: 1200px) {
  .annotator-wrapper .media-homepage #calendar {
    min-height: 270px; }
  .annotator-wrapper .media-homepage #calendar-module {
    height: 690px; } }
.annotator-wrapper .governance-homepage #calendar-module {
  height: 827px; }
.annotator-wrapper .governance-homepage #event-details-wrapper {
  min-height: 380px; }
@media only screen and (max-width: 992px) {
  .annotator-wrapper .media-homepage #calendar-module {
    height: 720px; } }
.annotator-wrapper #board-box {
  font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', 'Gotham-Book', Arial, Helvetica, sans-serif;
  background-color: #fff;
  padding: 35px 30px 70px;
  margin-bottom: 30px; }
.annotator-wrapper #board-box .zone {
  padding: 25px 0;
  border-bottom: 1px dashed #000; }
.annotator-wrapper #board-box h3 {
  font-size: 15px;
  font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif; }
.annotator-wrapper #board-box .zone01 {
  padding: 0; }
.annotator-wrapper #board-box .zone01 h3 {
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px dashed #000;
  margin-bottom: 0; }
.annotator-wrapper #board-box .zone01 .h3 {
  font-size: 23px;
  font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif; }
.annotator-wrapper #board-box .boardItem {
  border-bottom: 1px dashed #000;
  padding: 20px 0; }
.annotator-wrapper #board-box .boardItem img {
  float: left;
  height: 130px;
  width: auto;
  margin: 0 20px 0 0; }
.annotator-wrapper #board-box .boardItem a.cvLink img {
  height: 38px; }
.annotator-wrapper .text #board-box .paragraphText ul {
  list-style: none; }
  .annotator-wrapper .text #board-box .paragraphText ul img {
    height: 30px; }
.annotator-wrapper #board-box .zone01 .boardItem .row {
  margin-left: 110px; }
.annotator-wrapper #board-box .zone01 .boardItem .row .col-md-5 {
  padding-left: 0; }
.annotator-wrapper #board-box .boardItem:last-child {
  border-bottom: 0; }
.annotator-wrapper #board-box .boardItem .h3 {
  margin-bottom: 10px; }
.annotator-wrapper #board-box .boardItem .h3 a {
  color: #333; }
.annotator-wrapper #board-box .boardItem span {
  font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', 'Gotham-Book', Arial, Helvetica, sans-serif;
  line-height: 1.4em;
  margin-bottom: 15px;
  display: block; }
.annotator-wrapper #board-box .boardItem strong {
  font-family: 'Gotham 5r', 'Gotham A', 'Gotham B', 'Gotham-Medium', Arial, Helvetica, sans-serif;
  display: block;
  font-weight: normal; }
.annotator-wrapper #board-box .zone02 h3 {
  margin-bottom: 15px; }
.annotator-wrapper #board-box .zone02 ul > li {
  margin-bottom: 0.5em;
  font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif; }
.annotator-wrapper #board-box .zone02 ul > li a {
  color: #333; }
.annotator-wrapper #board-box .zone03 {
  font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif; }
.annotator-wrapper #board-box .zone03 h3 {
  margin-bottom: 15px; }
.annotator-wrapper #board-box .zone03 span {
  display: block; }
.annotator-wrapper #board-box .zone03 span a {
  color: #333; }
.annotator-wrapper #board-box .zone04 {
  padding: 10px 0; }
.annotator-wrapper #board-box .zone04 small {
  text-transform: uppercase;
  font-size: 10px; }
.annotator-wrapper #board-box .zone04,
.annotator-wrapper #board-box .zone05 {
  border-bottom: 0; }
.annotator-wrapper #board-box .zone05 {
  overflow: hidden;
  padding: 30px 0; }
.annotator-wrapper #board-box .zone05 a {
  color: #333;
  font-size: 12px;
  white-space: nowrap; }
.annotator-wrapper #board-box .btnGroup {
  white-space: nowrap;
  text-align: right; }
.annotator-wrapper #board-box .btn {
  display: inline-block;
  margin: 0 10px 0 0; }
.annotator-wrapper #board-box .btnGroup .btn {
  position: relative;
  top: -15px; }
.annotator-wrapper #board-box .downloadLink,
.annotator-wrapper #board-box .cvLink {
  display: inline-block;
  height: 39px;
  width: 39px;
  margin: 0 10px 0 0; }
.annotator-wrapper #board-box .cvLink {
  background-image: none; }
.annotator-wrapper #board-box .downloadLink {
  background-position: -341px -2px; }
.annotator-wrapper #board-box .cvLink {
  background-position: -598px -2px; }
@media only screen and (max-width: 768px) {
  .annotator-wrapper #board-box .btnGroup {
    text-align: left; }
  .annotator-wrapper #board-box .btnGroup .btn {
    display: block;
    margin: 20px 0 10px;
    position: static; } }

/*# sourceMappingURL=interna-tpl.css.map */
