@import url('style-blessed1.css?z=1490952876705');

header .dropdown-menu li {
  margin: 0!important;
  text-align: center;
}
header .dropdown-menu li a {
  cursor: pointer;
  font-family: 'EgyptienneURW-Reg' !important;
  font-size: 14px;
  line-height: 1em;
  padding: 15px 5px!important;
}
header .dropdown-menu li a:after {
  display: none;
}
header .dropdown-menu li a:hover,
header .dropdown-menu li a:focus {
  color: #FFB100 !important;
}
header .dropdown-menu.index-drop {
  width: 140px;
}
header .dropdown-menu.purpose-drop {
  width: 123px;
}
header .dropdown-menu.highlights-drop {
  width: 138px;
}
.active .dropdown-menu.index-drop {
  width: 148px;
}
.active .dropdown-menu.purpose-drop {
  width: 128px;
}
.active .dropdown-menu.highlights-drop {
  width: 146px;
}
/* ------------------------------------------------------------------------------------ */
/*                                                                                      */
/* RESPONSIVE                                                                           */
/*                                                                                      */
/* ------------------------------------------------------------------------------------ */
@media screen and (max-width: 1200px) {
  header .navbar .navbar-nav {
    margin-left: 0px;
  }
  header .navbar .navbar-nav li a {
    padding-right: 15px;
    padding-left: 15px;
  }
  header .navbar .navbar-nav .dropdown-menu.index-drop {
    width: 122px;
  }
  header .navbar .navbar-nav .dropdown-menu.purpose-drop {
    width: 105px;
  }
  header .navbar .navbar-nav .dropdown-menu.highlights-drop {
    width: 120px;
  }
  header .navbar .navbar-nav .dropdown-menu.highlights-drop a {
    white-space: inherit;
  }
  header .navbar .navbar-nav .active .dropdown-menu.index-drop {
    width: 130px;
  }
  header .navbar .navbar-nav .active .dropdown-menu.purpose-drop {
    width: 109px;
  }
  header .navbar .navbar-nav .active .dropdown-menu.highlights-drop {
    width: 128px;
  }
  header .navbar .navbar-nav .active .dropdown-menu.highlights-drop a {
    white-space: inherit;
  }
}
@media screen and (max-width: 991px) {
  .navbar-fixed-top .navbar-collapse {
    max-height: 73vh;
    text-align: left;
    overflow-x: hidden;
    padding-left: 0;
    padding-right: 0;
    direction: rtl;
  }
  header .navbar {
    -webkit-transform: initial !important;
        -ms-transform: initial !important;
            transform: initial !important;
    -webkit-transition: none !important;
    transition: none !important;
    top: 0;
  }
  header .navbar .navbar-header .navbar-toggle:before {
    content: "Annual Review";
    position: absolute;
    font-family: 'FuturaStd-Book';
    left: -100px;
    top: 5px;
    width: 100px;
    text-align: right;
    font-size: 12px;
    line-height: 13px;
    cursor: default;
  }
  header .navbar .navbar-header .navbar-toggle:after {
    content: "2016";
    position: absolute;
    font-family: 'FuturaStd-Bold';
    left: -100px;
    top: 20px;
    width: 100px;
    text-align: right;
    font-size: 12px;
    line-height: 13px;
    cursor: default;
  }
  header .navbar .navbar-header .navbar-brand {
    padding: 22px 15px;
    width: 130px;
  }
  header .navbar .navbar-nav {
    margin: 0 0 30px;
    padding-right: 15px;
    padding-left: 15px;
  }
  header .navbar .navbar-nav li {
    margin-left: 0;
  }
  header .navbar .navbar-nav li.last {
    margin-bottom: 24px;
  }
  header .navbar .navbar-nav li.last a:after {
    height: 0;
  }
  header .navbar .navbar-nav li a {
    padding: 29px 0 15px;
    font-size: 18px;
  }
  header .navbar .navbar-nav li a:hover span,
  header .navbar .navbar-nav li a:focus span {
    -webkit-transform: initial;
    -ms-transform: initial;
        transform: initial;
  }
  header .navbar .navbar-nav li a:before {
    height: 0;
    content: none;
    display: none;
  }
  header .navbar .navbar-nav li a:after {
    height: 2px;
    background: #FFB500;
  }
  header .navbar .navbar-nav li a span:before {
    content: initial;
  }
  header .navbar .navbar-nav li a i {
    display: none;
  }
  header .navbar .navbar-nav li .dropdown-menu {
    display: none!important;
  }
  header .navbar .navbar-nav li.active a span {
    -webkit-transform: initial;
    -ms-transform: initial;
        transform: initial;
  }
}
/* ------------------------------------------------------------------------------------ */
/*                                                                                      */
/* FOOTER                                                                               */
/*                                                                                      */
/* ------------------------------------------------------------------------------------ */
footer {
  background: #545857;
  padding: 10px 0 9px;
  font-family: 'HumanistSlabserif712BT-Roman';
}
footer span {
  color: #fff;
  display: block;
  margin-bottom: 6px;
}
footer ul {
  margin: 0;
}
footer ul li {
  padding: 0;
}
footer ul li:before {
  content: '|';
  color: #fff;
  margin-right: 10px;
}
footer ul li:first-child:before,
footer ul li:nth-child(2):before {
  display: none;
}
footer ul li.active a {
  color: #b37c00;
}
.down-sidebar {
  background: rgba(178, 180, 174, 0.5);
  padding: 40px 0;
}
.down-sidebar p {
  font-family: 'FuturaStd-Bold';
  color: #fff;
  text-align: center;
  min-height: 44px;
  padding: 0 20px;
}
.down-sidebar p.title {
  font-size: 21px;
  color: #545857;
  font-family: inherit;
  letter-spacing: 0.05em;
}
.down-sidebar .slide img {
  padding: 20px;
}
/* ------------------------------------------------------------------------------------ */
/*                                                                                      */
/* RESPONSIVE                                                                           */
/*                                                                                      */
/* ------------------------------------------------------------------------------------ */
@media screen and (max-width: 1300px) {
  .down-sidebar .bx-wrapper {
    padding: 0 95px;
  }
  .down-sidebar .bx-wrapper .bx-prev {
    left: 0;
  }
  .down-sidebar .bx-wrapper .bx-next {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .down-sidebar .bx-wrapper {
    padding: 0 40px;
  }
}
@media screen and (max-width: 475px) {
  footer span {
    margin-bottom: 4px;
  }
  footer ul li {
    width: 100%;
    margin-top: 2px;
  }
  footer ul li:before {
    display: none;
  }
  .down-sidebar .bx-wrapper {
    padding: 0 40px;
  }
  .down-sidebar .bx-wrapper .bx-prev,
  .down-sidebar .bx-wrapper .bx-next {
    top: 50%;
    width: 30px !important;
    height: 64px !important;
  }
}
/* ------------------------------------------------------------------------------------ */
/*                                                                                      */
/* PAGES                                                                                */
/*                                                                                      */
/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */
/*                                                                                      */
/* HOME PAGE                                                                            */
/*                                                                                      */
/* ------------------------------------------------------------------------------------ */
/*-- TOP SECTION --*/
#home-annual-review {
  position: relative;
  padding-top: 75px;
  z-index: 1;
}
#home-annual-review .review-title {
  background-color: #B2B4AE;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #545857), color-stop(80%, #B2B4AE));
  background: -webkit-linear-gradient(right, #545857 0, #B2B4AE 80%);
  background: linear-gradient(to left, #545857 0, #B2B4AE 80%);
  -pie-background: linear-gradient(#545857, #B2B4AE);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#545857,endColorstr=#B2B4AE);
}
#home-annual-review h2 {
  margin-bottom: 43px;
  margin-top: 42px;
  margin-left: 35px;
}
#home-annual-review h2 b {
  display: block;
  font-family: 'FuturaStd-Bold';
  color: #fff;
}
#home-annual-review .content-part {
  margin-top: -215px;
}
#home-annual-review .content-part.row {
  position: relative;
  z-index: 9;
}
#home-annual-review .content-part .video-box {
  position: relative;
  left: -15px;
}
#home-annual-review .content-part .video-box #btn-gold-back {
  position: absolute;
  width: 400px;
  height: 110px;
  background-color: #FFB500;
}
#home-annual-review .content-part .video-box .video-btn {
  position: relative;
  z-index: 10;
  background-color: transparent;
}
#home-annual-review .content-part .small-image {
  float: right;
  margin: -110px -20% 0 0;
}
#home-annual-review .col-xs-7 {
  position: relative;
}
#home-annual-review .col-xs-7 .down-text {
  position: absolute;
  left: 0;
  top: 50px;
}
#home-annual-review .col-xs-7 .down-text p {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  font-family: 'EgyptienneURW-Reg';
}
#home-annual-review .col-xs-7 .down-text p span {
  font-family: 'FuturaStd-Bold';
  font-size: 12px;
  line-height: 16px;
}
#hp-accordion {
  padding-top: 100px;
}
#hp-accordion #right-part {
  position: relative;
}
#hp-accordion #right-part .caption {
  position: absolute;
  margin-left: 30px;
  max-width: 140px;
  top: 30%;
}
#hp-accordion #right-part .caption p span {
  display: block;
  font-family: 'FuturaStd-Bold';
}
#hp-accordion #right-part:after {
  content: '';
  width: 300%;
  height: 80%;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#hp-accordion #right-part img {
  width: 65%;
  margin-left: auto;
  margin-right: -40px;
}
#hp-accordion #accordion-content-1 {
  margin: 0 0;
  position: relative;
  padding: 0 0 30px;
}
#hp-accordion #accordion-content-1 #accordion-content-img {
  margin-bottom: 30px;
}
#hp-accordion #accordion-content-1 #accordion-content-img .top-part {
  margin-bottom: 60px;
}
#hp-accordion #accordion-content-1 #accordion-content-img .top-part h6 {
  font-family: 'FuturaStd-Bold';
  margin: 0 0 20px;
  line-height: 29px;
}
#hp-accordion #accordion-content-1 #accordion-content-img .top-part h6 span {
  display: block;
  color: #FFB100;
}
#hp-accordion #accordion-content-1 #accordion-content-img .top-part p {
  font-size: 18px;
  line-height: 28px;
}
#hp-accordion #accordion-content-1 #accordion-content-img .down-section p span {
  font-family: 'FuturaStd-Bold';
}
#hp-accordion #accordion-content-1 #accordion-content-img .left-part {
  position: relative;
  margin-top: 5%;
  width: 100%;
  display: inline-block;
}
#hp-accordion #accordion-content-1 #accordion-content-img .left-part:after {
  content: '';
  position: absolute;
  right: -120px;
  bottom: 0;
  width: 200%;
  height: 75%;
  box-shadow: 0 1px 15px 0px rgba(0, 0, 0, 0.3);
}
#hp-accordion #accordion-content-1 #accordion-content-img .left-part img {
  position: relative;
  z-index: 9;
  float: right;
}
#hp-accordion #accordion-content-1 #accordion-content-img .new-position {
  margin-top: 40px;
  margin-bottom: 40px;
}
#hp-accordion #accordion-content-1 #accordion-content-img .new-position .left-part {
  margin-bottom: 50px;
}
#hp-accordion #accordion-content-1 #accordion-content-img .new-position .caption {
  position: absolute;
  top: -5px;
  width: 200px;
  left: 0;
}
#hp-accordion #accordion-content-1 #accordion-content-img .new-position .col-xs-8 p {
  margin-top: 7px;
  margin-bottom: 0;
  padding-left: 30px;
  font-size: 12px;
  line-height: 16px;
}
#hp-accordion #accordion-content-1 #accordion-content-img .right-part {
  background-color: #feb400;
  padding: 50px 25px 50px 100px;
  font-family: 'FuturaStd-Bold';
  text-align: right;
  position: relative;
  z-index: -1;
}
#hp-accordion #accordion-content-1 #accordion-content-img .right-part span {
  font-size: 110px;
  color: #fff;
  line-height: 110px;
}
#hp-accordion .bottom-accordion {
  margin-top: 100px;
}
/* ------------------------------------------------------------------------------------ */
/*                                                                                      */
/* RESPONSIVE                                                                           */
/*                                                                                      */
/* ------------------------------------------------------------------------------------ */
@media screen and (max-width: 991px) {
  #home-annual-review {
    margin-bottom: 0px;
  }
  #home-annual-review h2 {
    font-size: 40px;
    line-height: 1em;
  }
  #hp-accordion #accordion-content-1 #accordion-content-img .new-position {
    margin-top: 0;
    margin-bottom: 0;
  }
  #hp-accordion #accordion-content-1 #accordion-content-img .new-position .left-part {
    margin-bottom: -7px;
  }
  #hp-accordion #accordion-content-1 #accordion-content-img .new-position .right-part {
    margin: 0 -30%;
    text-align: center;
    padding: 30px;
  }
}
@media screen and (min-width: 768px) {
  .new-ceo .bottom {
    margin-top: -315px;
  }
}
@media screen and (max-width: 768px) {
  #home-annual-review {
    margin-bottom: 0px;
    padding-top: 70px;
  }
  #home-annual-review:after {
    bottom: -36px;
  }
  #home-annual-review h2 {
    font-size: 40px;
    line-height: 1em;
    text-align: right;
  }
  #home-annual-review .content-part .video-box #btn-gold-back {
    width: 110%;
  }
  #home-annual-review .content-part .video-box .video-btn {
    width: 105%;
    padding-right: 0;
    font-size: 17px;
  }
  .bottom-accordion {
    width: 200%;
    max-width: 200%;
    position: relative;
    left: -50%;
  }
}
@media screen and (max-width: 480px) {
  #home-annual-review {
    padding-top: 15px;
  }
  #home-annual-review .review-title {
    margin-top: 60px;
  }
  #home-annual-review .review-title h2 {
    margin-bottom: 50px;
    font-size: 24px;
    margin-left: 40vw;
  }
  #home-annual-review .content-part .video-box .video-btn {
    width: 100vw;
    font-size: 15px;
    padding-left: 100px;
  }
}
/*-- Back in saddle --*/
#back-in-saddle {
  position: relative;
  background-color: transparent;
  z-index: 2;
}
#back-in-saddle .col-xs-12 {
  position: relative;
  padding-top: 20px;
  padding-bottom: 50px;
  margin-top: 20px;
}
#back-in-saddle h2 {
  text-align: right;
  margin-top: 0;
}
#back-in-saddle h2 span {
  font-family: 'FuturaStd-Bold';
  color: #FFB500;
  display: block;
}
#back-in-saddle p {
  line-height: 28px;
  font-size: 21px;
  color: #000;
}
#back-in-saddle .gold-box {
  background-color: transparent;
  padding: 35px;
  max-width: 400px;
  font-family: 'FuturaStd-Bold';
  margin-bottom: -20px;
  margin-top: -30px;
  mix-blend-mode: multiply;
}
#back-in-saddle .gold-box p {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  margin-bottom: 0;
  letter-spacing: 0.09px;
}
/* ------------------------------------------------------------------------------------ */
/*                                                                                      */
/* RESPONSIVE                                                                           */
/*                                                                                      */
/* ------------------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  #back-in-saddle {
    background-color: #fff;
  }
  #back-in-saddle .shadow-back {
    padding-bottom: 50px;
  }
  #back-in-saddle .shadow-back h2 {
    text-align: left;
  }
  #back-in-saddle .gold-box {
    background-color: #FFB500;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: -50px;
  }
  #back-in-saddle .col-xs-12 {
    padding-bottom: 0px;
    padding-top: 30px;
  }
  #back-in-saddle .close-container {
    text-align: center;
  }
}
@media screen and (width: 768px) {
  #home-annual-review .review-title h2 {
    text-align: left;
  }
}
/*-- Bottom section --*/
#home-bottom-section {
  margin-top: 100px;
  margin-bottom: 100px;
}
#home-bottom-section .mako {
  position: relative;
}
#home-bottom-section .mako .row {
  background-color: #90928e;
  background: -webkit-linear-gradient(bottom, #545857 0, #B2B4AE 80%);
  background: linear-gradient(to top, #545857 0, #B2B4AE 80%);
}
#home-bottom-section .mako .content-img {
  margin-left: 40px;
  margin-top: 30px;
  margin-bottom: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#home-bottom-section .mako .content-img h6 {
  width: 50%;
  float: left;
  margin-right: 15px;
}
#home-bottom-section .mako .content-img h6 span {
  color: #fff;
  display: block;
}
#home-bottom-section .mako .content-img a {
  float: left;
  margin-top: 8px;
}
#home-bottom-section .learning {
  position: relative;
}
#home-bottom-section .learning .content-img {
  margin-left: 40px;
  margin-top: 30px;
  margin-bottom: 20px;
}
#home-bottom-section .learning .content-img h6 {
  width: 50%;
  float: left;
}
#home-bottom-section .learning .content-img h6 span {
  color: #fff;
  display: block;
}
#home-bottom-section .learning .content-img a {
  float: left;
  margin-top: 8px;
}
#home-bottom-section .learning:after {
  position: absolute;
  content: '';
  width: calc(100% - 30px);
  height: 100%;
  background-color: #ffb500;
  background: -webkit-linear-gradient(top, #FFB500 0, #AF6D04 80%);
  background: linear-gradient(to bottom, #FFB500 0, #AF6D04 80%);
  bottom: 0;
  right: 0;
  z-index: -1;
}
#home-bottom-section .learning img {
  width: 100%;
  margin-left: 30px;
}
/* ------------------------------------------------------------------------------------ */
/*                                                                                      */
/* RESPONSIVE                                                                           */
/*                                                                                      */
/* ------------------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  #home-bottom-section .learning:after {
    width: 100%;
  }
  #home-bottom-section .learning img {
    width: 110%;
    max-width: 110%;
    margin-left: 0;
  }
}
/*-- Bottom part of the accordion --*/
#accordion-bottom {
  margin-bottom: 40px;
  /*-- top opacity --*/
  /*-- Left Width --*/
}
#accordion-bottom .image-box {
  margin-bottom: 40px;
  position: relative;
}
#accordion-bottom .image-box .btn-text {
  display: none;
}
#accordion-bottom .image-box .text-box-right {
  width: 4px;
  height: 4px;
  position: absolute;
  left: 70px;
  top: -200px;
}
#accordion-bottom .image-box .text-box-right article {
  left: 20px;
  position: absolute;
  width: 225px;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#accordion-bottom .image-box .text-box-right article p {
  font-size: 14px;
  line-height: 18px;
  display: inline;
  margin: 0;
  font-family: 'Humanist Slabserif 712', "Times New Roman", Times, serif;
  color: #545857;
}
#accordion-bottom .image-box .text-box-right article p span {
  display: block;
  font-family: 'FuturaStd-Bold';
  color: #000;
  padding-bottom: 5px;
}
#accordion-bottom .image-box .text-box-right:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 4px;
  width: 2px;
  height: 0;
  background: #cccccc;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
#accordion-bottom .image-box img {
  max-width: 320px;
}
#accordion-bottom .image-box img.start-image {
  position: relative;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#accordion-bottom .image-box.animation-event .text-box-right:after {
  -webkit-animation: accHeight 0.8s ease-in 0s forwards;
          animation: accHeight 0.8s ease-in 0s forwards;
}
#accordion-bottom .image-box.animation-event .text-box-right article {
  -webkit-animation: leftOpacity 0.8s ease-in 0.5s forwards;
          animation: leftOpacity 0.8s ease-in 0.5s forwards;
}
@-webkit-keyframes leftOpacity {
  from {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    left: 0;
  }
  to {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    left: 20px;
  }
}
@keyframes leftOpacity {
  from {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    left: 0;
  }
  to {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    left: 20px;
  }
}
@-webkit-keyframes accHeight {
  from {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    height: 0;
  }
  to {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    height: 260px;
  }
}
@keyframes accHeight {
  from {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    height: 0;
  }
  to {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    height: 260px;
  }
}
/* ------------------------------------------------------------------------------------ */
/*                                                                                      */
/* RESPONSIVE                                                                           */
/*                                                                                      */
/* ------------------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  #accordion-bottom .image-box .text-box-right {
    position: relative;
    width: initial;
    height: auto;
    margin-top: 30px;
    left: initial;
    top: initial;
  }
  #accordion-bottom .image-box .text-box-right:after {
    display: none;
  }
  #accordion-bottom .image-box .text-box-right article {
    position: relative;
    width: 90%;
    padding-top: 20px;
    left: initial;
  }
  #accordion-bottom .image-box .text-box-right article:before {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #cccccc;
    position: absolute;
    top: 0;
  }
}
/* ------------------------------------------------------------------------------------ */
/*                                                                                      */
/* DOWNLOADS PAGE                                                                       */
/*                                                                                      */
/* ------------------------------------------------------------------------------------ */
#downloads-page {
  margin: 0 0 148px;
  position: relative;
  padding: 57px 0 30px;
}
#downloads-page:after {
  content: '';
  width: 90%;
  height: 36px;
  background: url('../img/down-right-shadow.png') no-repeat bottom left;
  position: absolute;
  right: 0;
  bottom: 0;
}
#downloads-page:before {
  content: '';
  height: 100%;
  width: 36px;
  background: url('../img/left-down-shadow.png') no-repeat bottom right;
  position: absolute;
  right: 90%;
  bottom: 12px;
  z-index: 9;
  margin-right: -24px;
}
#downloads-page #bg-title-section {
  margin-bottom: 60px;
}
#downloads-page #bg-title-section .container .col-xs-12 {
  background-color: #f9af00;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #E69007), color-stop(50%, #f9af00), color-stop(100%, #E69007));
  background: -webkit-linear-gradient(right, #E69007 0, #f9af00 50%, #E69007 100%);
  background: linear-gradient(to left, #E69007 0, #f9af00 50%, #E69007 100%);
  -pie-background: linear-gradient(#E69007, #f9af00, #E69007);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#E69007,endColorstr=#E69007);
  padding-left: 32%;
  margin-left: -32%;
  width: 132%;
}
#downloads-page #bg-title-section .container h2 {
  color: #fff;
  line-height: 1em;
  font-family: 'FuturaStd-Bold';
  margin: 0;
  padding: 85px 0 125px;
}
#downloads-page .downloads-content {
  padding-bottom: 90px;
}
#downloads-page .downloads-content .col-md-4 img {
  float: right;
}
#downloads-page .downloads-content ul {
  margin: 0;
  display: inline-block;
  width: 100%;
}
#downloads-page .downloads-content ul li {
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
#downloads-page .downloads-content ul li a {
  border-bottom: 1px solid #979797;
  font-size: 24px;
  line-height: 1em;
  font-family: 'FuturaStd-Bold';
  float: left;
  width: 100%;
}
#downloads-page .downloads-content ul li a img {
  float: left;
  margin: 10px 15px 10px 0;
  position: relative;
  top: 0;
  width: 33px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}
#downloads-page .downloads-content ul li a p {
  float: left;
  margin: 17px 0 0;
  width: auto;
  font-size: 24px;
  line-height: 1em;
}
#downloads-page .downloads-content ul li a span {
  border-left: 1px solid #979797;
  float: right;
  padding: 20px 0;
  min-width: 130px;
  text-align: right;
}
#downloads-page .downloads-content ul li a:hover,
#downloads-page .downloads-content ul li a:focus {
  color: #FFB100;
}
#downloads-page .downloads-content ul li a:hover img,
#downloads-page .downloads-content ul li a:focus img {
  top: -15px;
}
#downloads-page .downloads-content ul.downloads-top-link li a img {
  top: 0;
}
#downloads-page .downloads-content ul.downloads-top-link li a:hover img,
#downloads-page .downloads-content ul.downloads-top-link li a:focus img {
  top: -15px;
}
#downloads-page .downloads-content ul.downloads-down-link li a {
  color: #000;
}
#downloads-page .downloads-content ul.downloads-down-link li a img {
  padding: 5px 0;
  top: -5px;
}
#downloads-page .downloads-content ul.downloads-down-link li a:hover,
#downloads-page .downloads-content ul.downloads-down-link li a:focus {
  color: #000;
}
#downloads-page .downloads-content ul.downloads-down-link li a:hover img,
#downloads-page .downloads-content ul.downloads-down-link li a:focus img {
  top: -20px;
}
/* ------------------------------------------------------------------------------------ */
/*                                                                                      */
/* RESPONSIVE                                                                           */
/*                                                                                      */
/* ------------------------------------------------------------------------------------ */
@media screen and (max-width: 1670px) {
  #downloads-page:before {
    right: 96%;
  }
  #downloads-page:after {
    width: 96%;
  }
}
@media screen and (max-width: 1460px) {
  #downloads-page:before {
    right: 98%;
  }
  #downloads-page:after {
    width: 98%;
  }
}
@media screen and (max-width: 1320px) {
  #downloads-page {
    margin-bottom: 130px;
  }
  #downloads-page:before {
    display: none;
  }
  #downloads-page:after {
    width: 110%;
  }
}
@media screen and (max-width: 1200px) {
  #downloads-page {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  #downloads-page {
    margin-bottom: 80px;
  }
  #downloads-page #bg-title-section .container h2 {
    font-size: 40px;
    line-height: 1em;
    padding-left: 15px;
    padding-right: 15px;
  }
  #downloads-page #bg-title-section .container .col-xs-12 {
    width: 149%;
  }
  #downloads-page .downloads-content .col-md-4 img {
    float: left;
  }
}
@media screen and (max-width: 800px) {
  #downloads-page .downloads-content ul li a {
    font-size: 18px;
  }
  #downloads-page .downloads-content ul li a p {
    margin: 23px 0 0;
  }
  #downloads-page .downloads-content ul li a span {
    min-width: 100px;
  }
}
@media screen and (max-width: 750px) {
  #downloads-page {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 400px) {
  #downloads-page .downloads-content ul.downloads-top-link li a p {
    margin: 14px 0 0;
    width: 45%;
  }
}
@media screen and (max-width: 370px) {
  #downloads-page .downloads-content ul.downloads-down-link li a p {
    margin: 14px 0 0;
    width: 75%;
  }
}
/* ------------------------------------------------------------------------------------ */
/*                                                                                      */
/* CORPORATE INFORMATION PAGE                                                           */
/*                                                                                      */
/* ------------------------------------------------------------------------------------ */
#corporate-information {
  margin: 0 0 50px;
  position: relative;
  padding: 57px 0 30px;
}
#corporate-information #bg-title-section {
  margin-bottom: 43px;
}
#corporate-information #bg-title-section .container .col-xs-12 {
  background-color: #f9af00;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #f8ae01), color-stop(20%, #f9af00), color-stop(100%, #b16e05));
  background: -webkit-linear-gradient(right, #f8ae01 0, #f9af00 20%, #b16e05 100%);
  background: linear-gradient(to left, #f8ae01 0, #f9af00 20%, #b16e05 100%);
  -pie-background: linear-gradient(#f8ae01, #f9af00, #b16e05);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#f8ae01,endColorstr=#b16e05);
  padding-left: 32%;
  margin-left: -32%;
  width: 132%;
}
#corporate-information #bg-title-section .container h2 {
  color: #000;
  line-height: 1em;
  font-family: 'EgyptienneURW-Lig';
  margin: 0;
  padding: 26px 0 110px;
}
#corporate-information .corporate-information-content {
  font-family: 'EgyptienneURW-Reg';
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 70px;
}
#corporate-information .corporate-information-content b {
  font-family: 'FuturaStd-Bold';
  margin-bottom: 10px;
  display: block;
}
#corporate-information .corporate-information-content a {
  margin-bottom: 25px;
}
#corporate-information .corporate-information-content ul {
  margin-bottom: 25px;
}
#corporate-information .corporate-information-content ul li span.minus {
  margin-left: -3px;
}
#corporate-information .corporate-information-content p {
  margin-bottom: 25px;
}
/* ------------------------------------------------------------------------------------ */
/*                                                                                      */
/* RESPONSIVE                                                                           */
/*                                                                                      */
/* ------------------------------------------------------------------------------------ */
@media screen and (max-width: 1670px) {
  #corporate-information:before {
    right: 96%;
  }
  #corporate-information:after {
    width: 96%;
  }
}
@media screen and (max-width: 1460px) {
  #corporate-information:before {
    right: 98%;
  }
  #corporate-information:after {
    width: 98%;
  }
}
@media screen and (max-width: 1320px) {
  #corporate-information {
    margin-bottom: 130px;
  }
  #corporate-information:before {
    display: none;
  }
  #corporate-information:after {
    width: 110%;
  }
}
@media screen and (max-width: 1200px) {
  #corporate-information {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  #corporate-information {
    margin-bottom: 80px;
  }
  #corporate-information #bg-title-section .container h2 {
    font-size: 40px;
    line-height: 1em;
    padding-left: 15px;
    padding-right: 15px;
  }
  #corporate-information #bg-title-section .container .col-xs-12 {
    width: 149%;
  }
  #corporate-information .corporate-information-content {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  #corporate-information {
    margin-bottom: 30px;
  }
}
/* ------------------------------------------------------------------------------------ */
/*                                                                                      */
/* DOWNLOADS PAGE                                                                       */
/*                                                                                      */
/* ------------------------------------------------------------------------------------ */
#leadership-page {
  padding: 83px 0 137px;
}
#leadership-page #right-part:after {
  left: 0;
}
#leadership-page #left-part:after {
  right: 0;
}
#leadership-page #right-part,
#leadership-page #left-part {
  position: relative;
  padding-top: 40px;
}
#leadership-page #right-part:after,
#leadership-page #left-part:after {
  content: '';
  width: 300%;
  height: 76%;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 0;
  z-index: -1;
}
#leadership-page #right-part img,
#leadership-page #left-part img {
  width: 100%;
}
#leadership-page p {
  font-size: 14px;
  line-height: 1em;
  min-height: 16px;
}
#leadership-page p.position {
  font-size: 11px;
  margin-bottom: 15px;
  margin-top: 35px;
}
#leadership-page p.position.second-block {
  margin-top: 10px;
}
#leadership-page .member .name {
  font-family: 'FuturaStd-Bold';
  margin-bottom: 5px;
}
#leadership-page .member .role {
  margin-bottom: 15px;
}
#leadership-page h2 {
  margin-bottom: 30px;
}
#leadership-page h5 {
  font-family: 'FuturaStd-Bold';
  margin-top: 35px;
  margin-bottom: 25px;
  color: #FFB500;
}
#leadership-page .leadership-team {
  margin-bottom: 80px;
}
#leadership-page #leadership-team-secund-image {
  position: relative;
  z-index: 15;
}
#leadership-page #leadership-team-secund-image .shadow:after {
  content: '';
  position: absolute;
  left: -40px;
  bottom: -241px;
  width: 200%;
  height: 125%;
  background: url('../img/left-shadow-bg.png') no-repeat top center;
  background-size: 100% 100%;
  z-index: 9;
}
#leadership-page #leadership-team-secund-image img {
  margin-bottom: -205px;
  z-index: 99;
  position: relative;
}
#leadership-page #leadership-team-secund-image .directors {
  position: relative;
}
#leadership-page #leadership-team-secund-image .directors img {
  display: block;
  height: auto;
  width: 100%;
}
#leadership-page #leadership-team-secund-image .directors .ppl-tooltips {
  margin: 0;
}
#leadership-page #leadership-team-secund-image .directors .ppl-tooltips li {
  position: absolute;
  top: 17px;
  width: 4px;
  height: 0px;
  z-index: 99;
  -webkit-transition: all 200ms 200ms ease-in-out;
  transition: all 200ms 200ms ease-in-out;
}
#leadership-page #leadership-team-secund-image .directors .ppl-tooltips li .trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  tp: -10px;
  left: -10px;
  height: 27px;
  width: 27px;
  border-radius: 50%;
  background: #fff;
}
#leadership-page #leadership-team-secund-image .directors .ppl-tooltips li .trigger:before {
  content: "\f055";
  font-family: FontAwesome;
  font-weight: 100;
  font-size: 33px;
  line-height: 28px;
  position: relative;
  left: -1px;
  color: #FFB100;
}
#leadership-page #leadership-team-secund-image .directors .ppl-tooltips li .ppl-tooltip {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  overflow: hidden;
  padding: 0px;
  z-index: 10;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 200ms 0ms ease-in-out;
}
#leadership-page #leadership-team-secund-image .directors .ppl-tooltips li .ppl-tooltip div {
  width: 250px;
  padding: 12px 15px;
  background-color: #ffffff;
}
#leadership-page #leadership-team-secund-image .directors .ppl-tooltips li .ppl-tooltip div h6 {
  font-family: 'FuturaStd-Bold';
  font-size: 14px;
  color: #000000;
  margin-bottom: 4px;
}
#leadership-page #leadership-team-secund-image .directors .ppl-tooltips li .ppl-tooltip div p {
  font-size: 12px;
  color: #000000;
  line-height: 17px;
  margin: 0;
}
#leadership-page #leadership-team-secund-image .directors .ppl-tooltips li.right .ppl-tooltip {
  right: 0;
  left: auto;
}
#leadership-page #leadership-team-secund-image .directors .ppl-tooltips li.active {
  background: #FFB100;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#leadership-page #leadership-team-secund-image .directors .ppl-tooltips li.active .trigger:before {
  content: "\f056";
}
#leadership-page #leadership-team-secund-image .directors .ppl-tooltips li.active .ppl-tooltip {
  width: 250px;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 200ms 200ms ease-in-out;
  transition: all 200ms 200ms ease-in-out;
}
#leadership-page #leadership-team-secund-image .directors .ppl-tooltips .t1 {
  left: 5%;
  margin-top: 218px;
}
#leadership-page #leadership-team-secund-image .directors .ppl-tooltips .t1.active {
  height: 282px;
  margin-bottom: 282px;
}
#leadership-page #leadership-team-secund-image .directors .ppl-tooltips .t2 {
  left: 14%;
  margin-top: 271px;
}
#leadership-page #leadership-team-secund-image .directors .ppl-tooltips .t2.active {
  height: 229px;
  margin-bottom: 229px;
}
#leadership-page #leadership-team-secund-image .directors .ppl-tooltips .t3 {
  left: 31%;
  margin-top: 151px;
}
#leadership-page #leadership-team-secund-image .directors .ppl-tooltips .t3.active {
  height: 349px;
  margin-bottom: 349px;
}
#leadership-page #leadership-team-secund-image .directors .ppl-tooltips .t4 {
  left: 34%;
  margin-top: 226px;
}
#leadership-page #leadership-team-secund-image .directors .ppl-tooltips .t4.active {
  height: 274px;
  margin-bottom: 274px;
}
#leadership-page #leadership-team-secund-image .directors .ppl-tooltips .t5 {
  left: 44%;
  margin-top: 146px;
}
#leadership-page #leadership-team-secund-image .directors .ppl-tooltips .t5.active {
  height: 354px;
  margin-bottom: 354px;
}
#leadership-page #leadership-team-secund-image .directors .ppl-tooltips .t6 {
  left: 59%;
  margin-top: 227px;
}
#leadership-page #leadership-team-secund-image .directors .ppl-tooltips .t6.active {
  height: 273px;
  margin-bottom: 273px;
}
#leadership-page #leadership-team-secund-image .directors .ppl-tooltips .t7 {
  left: 68%;
  margin-top: 155px;
}
#leadership-page #leadership-team-secund-image .directors .ppl-tooltips .t7.active {
  height: 345px;
  margin-bottom: 345px;
}
#leadership-page #leadership-team-secund-image .directors .ppl-tooltips .t8 {
  left: 80%;
  margin-top: 212px;
}
#leadership-page #leadership-team-secund-image .directors .ppl-tooltips .t8.active {
  height: 288px;
  margin-bottom: 288px;
}
#leadership-page #leadership-team-secund-image .directors .ppl-tooltips .t9 {
  left: 91%;
  margin-top: 183px;
}
#leadership-page #leadership-team-secund-image .directors .ppl-tooltips .t9.active {
  height: 317px;
  margin-bottom: 317px;
}
#leadership-page #leadership-team-secund-text {
  background-color: #f9af00;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #f8ae01), color-stop(20%, #f9af00), color-stop(100%, #b16e05));
  background: -webkit-linear-gradient(right, #f8ae01 0, #f9af00 20%, #b16e05 100%);
  background: linear-gradient(to left, #f8ae01 0, #f9af00 20%, #b16e05 100%);
  -pie-background: linear-gradient(#f8ae01, #f9af00, #b16e05);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#f8ae01,endColorstr=#b16e05);
  padding: 260px 0 25px;
  margin-bottom: 90px;
}
#leadership-page #leadership-team-secund-text .col-xs-12 {
  margin: 0 0 30px;
}
#leadership-page #leadership-team-secund-text h6 span {
  color: #fff;
}
#leadership-page #leadership-team-third-text {
  margin-bottom: 50px;
}
#leadership-page #leadership-team-third-text h6 {
  margin: 0 0 30px;
}
#leadership-page #leadership-team-fourth-text {
  margin-bottom: 175px;
}
#leadership-page #leadership-team-fourth-text h6 {
  margin: 0 0 30px;
}
#leadership-page #leadership-vm,
#leadership-page #leadership-jim-heath {
  position: relative;
  padding: 100px 0 70px;
}
#leadership-page #leadership-vm:before,
#leadership-page #leadership-jim-heath:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 36px;
  background: url('../img/top-full-shadow.png') no-repeat top center;
  z-index: 9;
}
#leadership-page #leadership-vm:after,
#leadership-page #leadership-jim-heath:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 134%;
  height: 100%;
  background-color: #f9af00;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #f8ae01), color-stop(80%, #f9af00), color-stop(100%, #b16e05));
  background: -webkit-linear-gradient(right, #f8ae01 0, #f9af00 80%, #b16e05 100%);
  background: linear-gradient(to left, #f8ae01 0, #f9af00 80%, #b16e05 100%);
  -pie-background: linear-gradient(#f8ae01, #f9af00, #b16e05);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#f8ae01,endColorstr=#b16e05);
  margin-left: -650px;
}
#leadership-page #leadership-vm .container,
#leadership-page #leadership-jim-heath .container {
  position: relative;
  z-index: 9;
}
#leadership-page #leadership-vm .container h6,
#leadership-page #leadership-jim-heath .container h6 {
  margin: 0 0 5px;
  font-family: 'FuturaStd-Bold';
}
#leadership-page #leadership-vm .container h6 .width,
#leadership-page #leadership-jim-heath .container h6 .width {
  color: #fff;
  font-family: 'FuturaStd-Bold';
  display: inline-block;
}
#leadership-page #leadership-vm .container p.subtitle,
#leadership-page #leadership-jim-heath .container p.subtitle {
  margin-bottom: 35px;
  font-size: 10px;
  line-height: 11px;
}
#leadership-page #leadership-vm .container span,
#leadership-page #leadership-jim-heath .container span {
  font-size: 14px;
  line-height: 19px;
  margin: 0 0 25px;
  font-family: 'FuturaStd-Bold';
  display: block;
}
#leadership-page #leadership-vm .container p,
#leadership-page #leadership-jim-heath .container p {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  font-family: 'HumanistSlabserif712BT-Roman';
}
#leadership-page #leadership-vm:before {
  top: -90px;
}
#leadership-page .responsive-btn {
  display: none;
  color: #FFB100;
  float: right;
  cursor: pointer;
}
/* ------------------------------------------------------------------------------------ */
/*                                                                                      */
/* RESPONSIVE                                                                           */
/*                                                                                      */
/* ------------------------------------------------------------------------------------ */
@media screen and (max-width: 1670px) {
  #leadership-page #bg-title-section:before {
    right: 96%;
  }
  #leadership-page #bg-title-section:after {
    width: 96%;
  }
}
@media screen and (max-width: 1460px) {
  #leadership-page #bg-title-section:before {
    right: 98%;
  }
  #leadership-page #bg-title-section:after {
    width: 98%;
  }
}
@media screen and (max-width: 1320px) {
  #leadership-page #bg-title-section:before {
    display: none;
  }
  #leadership-page #bg-title-section:after {
    width: 110%;
  }
}
@media screen and (max-width: 1200px) {
  #leadership-page #bg-title-section .directors .ppl-tooltips .t1 {
    left: 5%;
    margin-top: 219px;
  }
  #leadership-page #bg-title-section .directors .ppl-tooltips .t2 {
    left: 93%;
    margin-top: 260px;
  }
  #leadership-page #bg-title-section .directors .ppl-tooltips .t2 {
    left: 93%;
    margin-top: 260px;
  }
  #leadership-page #bg-title-section .directors .ppl-tooltips .t3 {
    left: 30%;
    margin-top: 139px;
  }
  #leadership-page #bg-title-section .directors .ppl-tooltips .t4 {
    left: 33%;
    margin-top: 239px;
  }
  #leadership-page #bg-title-section .directors .ppl-tooltips .t5 {
    left: 11%;
    margin-top: 305px;
  }
  #leadership-page #bg-title-section .directors .ppl-tooltips .t6 {
    left: 45%;
    margin-top: 122px;
  }
  #leadership-page #bg-title-section .directors .ppl-tooltips .t7 {
    left: 60%;
    margin-top: 283px;
  }
  #leadership-page #bg-title-section .directors .ppl-tooltips .t8 {
    left: 83%;
    margin-top: 342px;
  }
  #leadership-page #bg-title-section .directors .ppl-tooltips .t9 {
    left: 72%;
    margin-top: 149px;
  }
  #leadership-page #bg-title-section .directors .ppl-tooltips .t10 {
    left: 68%;
    margin-top: 194px;
  }
  #leadership-page #leadership-team-secund-image .directors .ppl-tooltips .t1 {
    left: 5%;
    margin-top: 165px;
  }
  #leadership-page #leadership-team-secund-image .directors .ppl-tooltips .t2 {
    left: 14%;
    margin-top: 228px;
  }
  #leadership-page #leadership-team-secund-image .directors .ppl-tooltips .t3 {
    left: 31%;
    margin-top: 94px;
  }
  #leadership-page #leadership-team-secund-image .directors .ppl-tooltips .t4 {
    left: 34%;
    margin-top: 167px;
  }
  #leadership-page #leadership-team-secund-image .directors .ppl-tooltips .t5 {
    left: 44%;
    margin-top: 100px;
  }
  #leadership-page #leadership-team-secund-image .directors .ppl-tooltips .t6 {
    left: 59%;
    margin-top: 167px;
  }
  #leadership-page #leadership-team-secund-image .directors .ppl-tooltips .t7 {
    left: 68%;
    margin-top: 106px;
  }
  #leadership-page #leadership-team-secund-image .directors .ppl-tooltips .t8 {
    left: 80%;
    margin-top: 162px;
  }
  #leadership-page #leadership-team-secund-image .directors .ppl-tooltips .t9 {
    left: 91%;
    margin-top: 114px;
  }
  #leadership-page #leadership-team-secund-image .shadow:after {
    bottom: -231px;
  }
}
@media screen and (max-width: 991px) {
  #leadership-page #bg-title-section:after {
    bottom: 6%;
  }
  #leadership-page #bg-title-section .directors .ppl-tooltips,
  #leadership-page #leadership-team-secund-image .directors .ppl-tooltips {
    display: none;
  }
  #leadership-page #leadership-team-secund-image img {
    margin-bottom: -207px;
  }
  #leadership-page #leadership-team-secund-image .shadow:after {
    height: 184%;
  }
  #leadership-page #leadership-vm:after,
  #leadership-page #leadership-jim-heath:after {
    width: 180%;
    left: 50%;
  }
}
@media screen and (max-width: 768px) {
  #leadership-page #leadership-team-secund-image .shadow:after {
    height: auto;
  }
}
@media screen and (max-width: 725px) {
  #leadership-page #leadership-team-secund-text {
    padding-top: 50px;
  }
  #leadership-page #leadership-team-secund-image .shadow img {
    margin-bottom: 0;
  }
  #leadership-page #leadership-team-secund-image .shadow:after {
    background: #fff;
    bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  #leadership-page #bg-title-section .container h2 {
    font-size: 40px;
  }
  #ceo-letter-page .ceo-letter-financial-performance .right-part {
    width: 60%;
  }
  #ceo-letter-page .ceo-letter-financial-performance .col-xs-5 {
    width: 100%;
  }
  #ceo-letter-page .ceo-letter-financial-performance .col-xs-5 p {
    max-width: 100%;
  }
}
@media screen and (max-width: 580px) {
  #leadership-page .col-xs-3,
  #leadership-page .col-xs-4,
  #leadership-page .col-xs-6,
  #leadership-page .col-xs-8 {
    width: 100%;
  }
  #leadership-page #leadership-team {
    position: relative;
    z-index: 80;
  }
  #leadership-page .col-xs-12 h6 {
    font-size: 20px;
  }
  #leadership-page #leadership-vm .col-xs-4,
  #leadership-page #leadership-jim-heath .col-xs-4 {
    margin-bottom: 15px;
  }
  #leadership-page #leadership-team-third-text {
    margin-bottom: 0;
  }
  #leadership-page #leadership-team-secund-text {
    margin-bottom: 50px;
  }
  #leadership-page #leadership-team-fourth-text {
    margin-bottom: 80px;
  }
  #leadership-page #leadership-team-fourth-text .col-xs-3:nth-child(2) p,
  #leadership-page #leadership-team-fourth-text .col-xs-3:nth-child(3) p,
  #leadership-page #leadership-team-fourth-text .col-xs-3:nth-child(4) p {
    display: none;
  }
  #leadership-page .responsive-btn {
    display: block;
  }
  #leadership-page .responsive-btn .fa-minus-circle {
    display: none;
  }
  #leadership-page .resposnive-content-box {
    display: none;
    width: 100%;
    float: left;
  }
  #leadership-page #leadership-vm:after,
  #leadership-page #leadership-jim-heath:after {
    width: 280%;
    left: 110%;
  }
}
/* ------------------------------------------------------------------------------------ */
/*                                                                                      */
/* HIGHLIGHTS PAGE                                                                      */
/*                                                                                      */
/* ------------------------------------------------------------------------------------ */
#highlights-page {
  margin: 0 0 75px;
  position: relative;
  padding: 57px 0 30px;
}
#highlights-page #bg-title-section {
  margin-bottom: 60px;
}
#highlights-page #bg-title-section .container .col-xs-12 {
  background-color: #f9af00;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #f8ae01), color-stop(20%, #f9af00), color-stop(100%, #b16e05));
  background: -webkit-linear-gradient(right, #f8ae01 0, #f9af00 20%, #b16e05 100%);
  background: linear-gradient(to left, #f8ae01 0, #f9af00 20%, #b16e05 100%);
  -pie-background: linear-gradient(#f8ae01, #f9af00, #b16e05);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#f8ae01,endColorstr=#b16e05);
  padding-left: 32%;
  margin-left: -32%;
  width: 132%;
}
#highlights-page #bg-title-section .container h2 {
  color: #000;
  line-height: 1.1em;
  font-family: 'EgyptienneURW-Lig';
  margin: 0;
  padding: 40px 15px 95px;
}
#highlights-page #bg-title-section .container h2 b {
  color: #fff;
  font-family: 'FuturaStd-Bold';
  display: block;
}
#highlights-page #highlights-top {
  margin-bottom: 50px;
}
#highlights-page #highlights-top .left-chart h6 {
  color: #000;
  font-size: 21px;
  margin: 0 0 30px;
  line-height: 1.5em;
}
#highlights-page #highlights-top .left-chart h6 b {
  color: #000;
  font-family: 'FuturaStd-Bold';
}
#highlights-page #highlights-top .left-chart #highlights-chart-1 text {
  color: #000!important;
  fill: #000!important;
}
#highlights-page #highlights-top .right-chart h6 {
  color: #000;
  font-size: 14px;
  margin: 0 0 19px;
  line-height: 1.5em;
}
#highlights-page #highlights-top .right-chart h6 b {
  color: #000;
  font-family: 'FuturaStd-Bold';
}
#highlights-page #highlights-top .right-chart #highlights-chart-2 text,
#highlights-page #highlights-top .right-chart #highlights-chart-3 text,
#highlights-page #highlights-top .right-chart #highlights-chart-4 text {
  color: #000!important;
  fill: #000!important;
}
#highlights-page #highlights-top .right-chart #highlights-chart-3 .highcharts-yaxis-labels text:nth-child(5) {
  display: none !important;
}
#highlights-page #highlights-top .right-chart #highlights-chart-3 .highcharts-grid path:nth-child(5) {
  display: none !important;
}
#highlights-page #highlights-table {
  padding: 40px 0 20px;
}
#highlights-page #highlights-table article {
  position: relative;
  padding: 40px 36px 60px 0;
}
#highlights-page #highlights-table article .col-xs-10 {
  z-index: 9;
  position: relative;
}
#highlights-page #highlights-table h6 {
  font-family: 'FuturaStd-Bold';
  margin: 0;
  padding: 0 5px;
  line-height: 1em;
}
#highlights-page #highlights-table h6 span {
  font-size: 14px;
  font-family: 'EgyptienneURW-Lig', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: initial;
}
#highlights-page #highlights-table table {
  margin-bottom: 20px;
  font-family: 'FuturaStd-Book';
  min-width: 500px;
}
#highlights-page #highlights-table table thead tr td {
  padding: 10px 5px;
  text-align: right;
  font-size: 12px;
}
#highlights-page #highlights-table table thead tr td:nth-child(2) {
  color: #000;
}
#highlights-page #highlights-table table thead tr td b {
  font-family: 'FuturaStd-Bold';
  font-weight: 400;
}
#highlights-page #highlights-table table thead tr td:first-child {
  text-align: left;
}
#highlights-page #highlights-table table tbody tr.blank {
  height: 20px;
}
#highlights-page #highlights-table table tbody tr td {
  border: none;
  padding: 4px 5px;
  text-align: right;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  font-size: 12px;
}
#highlights-page #highlights-table table tbody tr td.indent {
  padding-left: 15px;
}
#highlights-page #highlights-table table tbody tr td.min-width {
  min-width: 80px;
}
#highlights-page #highlights-table table tbody tr td:nth-child(2) {
  color: #000;
}
#highlights-page #highlights-table table tbody tr td b {
  font-family: 'FuturaStd-Bold';
  font-weight: 400;
}
#highlights-page #highlights-table table tbody tr td:first-child {
  text-align: left;
}
#highlights-page #highlights-table table tbody:hover td {
  color: transparent;
  text-shadow: 0 0 3px #aaa;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}
#highlights-page #highlights-table table tbody:hover td:nth-child(2) {
  text-shadow: 0 0 3px #585858;
  color: transparent;
}
#highlights-page #highlights-table table tbody:hover tr:hover td {
  color: initial;
  text-shadow: 0 0 0 #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}
#highlights-page #highlights-table table tbody:hover tr:hover td:nth-child(2) {
  color: #000;
}
#highlights-page #highlights-table ol {
  padding-left: 20px;
}
#highlights-page #highlights-table ol li {
  font-size: 10px;
  line-height: 12px;
}
#highlights-page #highlights-table .scroll {
  overflow-x: initial;
  margin-bottom: 10px;
}
#highlights-page #highlights-table .scroll::-webkit-scrollbar {
  height: 6px;
  background-color: #fff;
}
#highlights-page #highlights-table .scroll::-webkit-scrollbar-thumb {
  background-color: #000000;
}
#highlights-page #highlights-table .scroll::-webkit-scrollbar-track {
  border: 1px solid #a9a9a9;
  background-color: #F5F5F5;
}
#highlights-page #highlights-table .gaap-btn {
  cursor: pointer;
}
#highlights-page #highlights-table #gaap .table > thead > tr > td {
  border-top: none;
}
#highlights-page #highlights-table #gaap .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #000;
}
#highlights-page #highlights-table #gaap .table tr.last td {
  border-top: 1px solid #000 !important;
}
#highlights-page #highlights-table #gaap .table tr.last td.no-border {
  border-top: none !important;
}
#highlights-page #highlights-table #gaap ol {
  list-style-type: none;
  padding-left: 0;
  margin-top: 10px;
}
#highlights-page #highlights-down {
  margin-bottom: 25px;
}
#highlights-page #highlights-down h2 {
  margin: 0 0 55px;
}
#highlights-page #highlights-down h2 b {
  font-family: 'FuturaStd-Bold';
}
#highlights-page #highlights-down #right-part {
  padding: 30px;
}
#highlights-page #highlights-down #right-part:after {
  content: '';
  width: 300%;
  height: 100%;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 0;
  left: 0;
}
#highlights-page #highlights-down #leadership-chart {
  margin-bottom: 60px;
  height: 480px;
}
#highlights-page #highlights-down #leadership-chart .highcharts-container {
  position: relative;
}
#highlights-page #highlights-down #leadership-chart .highcharts-container .highcharts-series-group {
  overflow: hidden;
  display: inline-block;
}
#highlights-page #highlights-down #leadership-chart .highcharts-container:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 324px;
  height: 324px;
  z-index: -1;
  background-size: 100%;
  margin: -163px 0 0 -162px;
}
#highlights-page #highlights-down #leadership-chart .highcharts-tooltip {
  z-index: 999;
}
#highlights-page #highlights-down #leadership-chart .highcharts-tooltip span {
  position: relative;
  z-index: 999;
  background: #fff;
  padding: 7px;
  border: 1px solid #8c8c8c;
  border-radius: 3;
}
#highlights-page #highlights-down #leadership-chart .highcharts-title {
  top: 196px!important;
  text-align: center;
  z-index: 0;
  padding: 0;
}
#highlights-page #highlights-down #leadership-chart .highcharts-title em {
  display: block;
  font-size: 20px;
  font-style: normal;
  letter-spacing: initial;
  text-align: left;
  line-height: 6px;
  padding-left: 5px;
}
#highlights-page #highlights-down .col-md-4 .box-animation {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  border-bottom: 1px solid #C6C6C5;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#highlights-page #highlights-down .col-md-4 .box-animation strong {
  margin: 0;
  font-family: 'FuturaStd-Bold';
  display: block;
  font-weight: 400;
}
#highlights-page #highlights-down .col-md-4 .box-animation span {
  font-size: 45px;
  font-family: 'FuturaStd-Bold';
  display: block;
  font-weight: 400;
}
#highlights-page #highlights-down .col-md-4 .box-animation p {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
}
#highlights-page #highlights-down .col-md-4 .box-animation.active {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#highlights-page #highlights-down .col-md-4 .box-animation.inactive {
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
#highlights-page #highlights-down .col-md-4 .box-animation.blue span {
  color: #215c8d;
}
#highlights-page #highlights-down .col-md-4 .box-animation.purple span {
  color: #936294;
}
#highlights-page #highlights-down .col-md-4 .box-animation.green {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#highlights-page #highlights-down .col-md-4 .box-animation.green span {
  color: #699091;
}
#highlights-page #highlights-box {
  padding-top: 60px;
}
#highlights-page #highlights-box .global-box {
  margin-top: 10px;
  border-top: 3px solid #FFB500;
  min-height: 150px;
}
#highlights-page #highlights-box .global-box h6 {
  font-family: 'FuturaStd-Bold';
}
#highlights-page #highlights-box .global-box .box-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}
#highlights-page #highlights-box .global-box .box-content p {
  font-size: 14px;
  margin-bottom: 40px;
}
#highlights-page #highlights-box .global-box:hover .box-content {
  max-height: 500px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}
#highlights-page #highlights-box .box-content-responsive {
  display: none;
}
#highlights-page #highlights-box .box-content-responsive .box-global li h6 {
  border-top: 3px solid #b1b4ad;
  margin: 0 0 30px;
  padding: 23px 0 0;
  font-family: 'FuturaStd-Bold';
  min-height: 130px;
}
#highlights-page #highlights-box .box-content-responsive .box-global li img {
  margin: 0 auto;
  display: block!important;
}
#highlights-page #highlights-box article {
  position: relative;
  padding: 80px 0;
}
#highlights-page #highlights-box h2 {
  margin-bottom: 40px;
  line-height: 1em;
  position: relative;
  z-index: 9;
}
#highlights-page #highlights-box h2 b {
  font-family: 'FuturaStd-Bold';
}
#highlights-page #highlights-box .bx-viewport {
  z-index: 9;
}
#highlights-page #highlights-box .bx-viewport .slide {
  padding: 0 30px 50px;
}
#highlights-page #highlights-box .bx-viewport .slide h6 {
  border-top: 3px solid #b1b4ad;
  margin: 0 0 30px;
  padding: 23px 0 0;
  font-family: 'FuturaStd-Bold';
  min-height: 130px;
}
#highlights-page #highlights-box .bx-viewport .slide img {
  margin: 0 auto;
  display: block!important;
}
#highlights-page #highlights-box .bx-controls .bx-pager {
  padding: 0;
  z-index: 9;
  bottom: -83px;
  left: 0;
}
#highlights-page #highlights-box .bx-controls .bx-pager .bx-pager-item a {
  background: #b4b4b4;
  color: #fff;
  text-indent: 0;
  min-width: 33px;
  height: 20px;
  line-height: 1em;
  padding: 5px 5px;
  margin: 0 1px;
  border-radius: 0;
}
#highlights-page #highlights-box .bx-controls .bx-pager .bx-pager-item a.active {
  background: #9B9B9B;
  height: 28px;
  padding-top: 13px;
}
#highlights-page #highlights-box .bx-controls .bx-pager .bx-pager-item a:hover,
#highlights-page #highlights-box .bx-controls .bx-pager .bx-pager-item a:focus {
  background: #9B9B9B;
}
#highlights-page #highlights-box .bx-controls .bx-controls-direction a {
  margin-top: -50px;
}
#highlights-page #highlights-box .arrow-new-box {
  position: absolute;
  bottom: -83px;
  left: 50%;
  width: 160px;
  height: 20px;
  margin: 0 0 0 -80px;
}
#highlights-page #highlights-box .arrow-new-box div {
  position: relative;
  z-index: 9;
  cursor: pointer;
  color: #b4b4b4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}
#highlights-page #highlights-box .arrow-new-box div.pager-prev {
  float: left;
}
#highlights-page #highlights-box .arrow-new-box div.pager-next {
  float: right;
}
#highlights-page #highlights-box .arrow-new-box div:hover,
#highlights-page #highlights-box .arrow-new-box div:focus {
  color: #9B9B9B;
}
#highlights-page g.highcharts-data-labels.highcharts-tracker g {
  visibility: hidden ;
}
#highlights-page g.highcharts-data-labels.highcharts-tracker g:last-child {
  visibility: initial !important;
}
/* ------------------------------------------------------------------------------------ */
/*                                                                                      */
/* RESPONSIVE                                                                           */
/*                                                                                      */
/* ------------------------------------------------------------------------------------ */
@media screen and (max-width: 1190px) {
  #highlights-page {
    margin-bottom: 100px;
  }
  #highlights-page #highlights-top {
    margin-bottom: 0;
  }
  #highlights-page #highlights-down {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  #highlights-page {
    margin-bottom: 80px;
  }
  #highlights-page #highlights-table .scroll {
    overflow-x: scroll;
  }
  #highlights-page #highlights-down #leadership-chart {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 800px) {
  #highlights-page #highlights-down h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #highlights-page {
    margin-bottom: 30px;
  }
  #highlights-page #highlights-box {
    padding-top: 0;
  }
  #highlights-page #highlights-box article {
    padding: 20px 0;
  }
}
@media screen and (max-width: 600px) {
  #highlights-page #highlights-table article {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #highlights-page #highlights-box .global-box {
    min-height: 100px;
  }
  #highlights-page #highlights-box .global-box h6 {
    padding-right: 75px;
    cursor: pointer;
    position: relative;
  }
  #highlights-page #highlights-box .global-box h6:after {
    position: absolute;
    content: '';
    height: 30px;
    width: 30px;
    background: url('../img/plus.png') no-repeat;
    background-size: cover;
    right: 5px;
    top: calc(35%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
  }
  #highlights-page #highlights-box .global-box h6.open:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
  }
  #highlights-page #highlights-box .global-box:hover .box-content {
    max-height: 0;
  }
  #highlights-page #highlights-box .global-box .box-content.show {
    max-height: 500px;
  }
}
/* ------------------------------------------------------------------------------------ */
/*                                                                                      */
/* CEO LETTER PAGE                                                                      */
/*                                                                                      */
/* ------------------------------------------------------------------------------------ */
#ceo-letter-page {
  margin: 0 0 50px;
  position: relative;
  padding: 57px 0 30px;
}
#ceo-letter-page .intro h2 {
  margin-bottom: 30px;
}
#ceo-letter-page .intro p {
  line-height: 28px;
  font-size: 21px;
  color: #000;
}
#ceo-letter-page #right-part {
  position: relative;
}
#ceo-letter-page #right-part .caption {
  position: absolute;
  margin-left: 30px;
  max-width: 140px;
  top: 30%;
}
#ceo-letter-page #right-part .caption p span {
  display: block;
  font-family: 'FuturaStd-Bold';
}
#ceo-letter-page #right-part:after {
  content: '';
  width: 300%;
  height: 80%;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#ceo-letter-page #right-part img {
  width: 65%;
  margin-left: auto;
}
#ceo-letter-page .letter-content span {
  font-family: 'FuturaStd-Bold';
  display: block;
  margin: 10px 0;
}
#ceo-letter-page .letter-content img {
  width: 125px;
}
#ceo-letter-page .shadow-back {
  padding: 35px 0 60px;
}
#ceo-letter-page .quote h4 {
  color: #FFB500;
  margin: 0;
}
#ceo-letter-page .quote h4 span {
  font-family: 'FuturaStd-Bold';
}
#ceo-letter-page .mission p {
  font-family: 'FuturaStd-Bold';
  font-size: 21px;
  text-align: center;
}
#ceo-letter-page .mission h6,
#ceo-letter-page .values h6 {
  font-family: 'FuturaStd-Bold';
  color: #FFB500;
  text-align: center;
  padding-bottom: 10px;
}
#ceo-letter-page .mission .value,
#ceo-letter-page .values .value {
  padding-top: 20px;
  text-align: center;
}
#ceo-letter-page .mission .value span,
#ceo-letter-page .values .value span {
  font-family: 'FuturaStd-Bold';
}
#ceo-letter-page .mission .value:after,
#ceo-letter-page .values .value:after {
  content: '';
  height: 15px;
  width: 1px;
  position: absolute;
  background-color: #979797;
  top: 0;
}
#ceo-letter-page .mission .value:before,
#ceo-letter-page .values .value:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #979797;
  left: 0;
  top: 0;
}
#ceo-letter-page .mission .value:nth-child(2):before,
#ceo-letter-page .values .value:nth-child(2):before {
  width: 50%;
  left: 50%;
}
#ceo-letter-page .mission .value:last-child:before,
#ceo-letter-page .values .value:last-child:before {
  width: 50%;
  left: 0;
}
/* ------------------------------------------------------------------------------------ */
/*                                                                                      */
/* RESPONSIVE                                                                           */
/*                                                                                      */
/* ------------------------------------------------------------------------------------ */
@media screen and (max-width: 991px) {
  #ceo-letter-page #ceo {
    margin-bottom: 0;
  }
  #ceo-letter-page #right-part:after {
    left: -50%;
  }
  #ceo-letter-page .video-box {
    margin-bottom: 50px;
    margin-left: -15px;
    margin-right: -15px;
  }
  #ceo-letter-page .video-box a {
    width: 100%;
  }
  #ceo-letter-page .values .value:nth-child(3):before {
    width: 50%;
    left: 0%;
  }
  #ceo-letter-page .values .value:nth-child(4):before {
    width: 0%;
    left: 0%;
  }
  #ceo-letter-page .values .value:nth-child(5):before {
    width: 0%;
    left: 50%;
  }
  #ceo-letter-page .quote {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  #ceo-letter-page #right-part img {
    width: 80%;
    position: relative;
    left: 20px;
  }
}
/* ------------------------------------------------------------------------------------ */
/*                                                                                      */
/* PURPOSE PAGE                                                                         */
/*                                                                                      */
/* ------------------------------------------------------------------------------------ */
#purpose-page {
  margin: 0 0;
  position: relative;
  padding: 0 0 30px;
}
#purpose-page #bg-title-section {
  padding: 57px 0 0;
  margin-bottom: 60px;
  position: relative;
}
#purpose-page #bg-title-section:after {
  content: '';
  width: 90%;
  height: 36px;
  background: url('../img/down-left-shadow.png') no-repeat bottom right;
  position: absolute;
  left: 0;
  bottom: 0;
}
#purpose-page #bg-title-section:before {
  content: '';
  height: 100%;
  width: 36px;
  background: url('../img/right-down-shadow.png') no-repeat bottom left;
  position: absolute;
  left: 90%;
  bottom: 12px;
  z-index: 9;
  margin-left: -24px;
}
#purpose-page #bg-title-section .container .col-xs-12 {
  background-color: #f9af00;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #f8ae01), color-stop(20%, #f9af00), color-stop(100%, #b16e05));
  background: -webkit-linear-gradient(right, #f8ae01 0, #f9af00 20%, #b16e05 100%);
  background: linear-gradient(to left, #f8ae01 0, #f9af00 20%, #b16e05 100%);
  -pie-background: linear-gradient(#f8ae01, #f9af00, #b16e05);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#f8ae01,endColorstr=#b16e05);
  padding-left: 32%;
  margin-left: -32%;
  width: 104%;
}
#purpose-page #bg-title-section .container h2 {
  color: #000;
  line-height: 1em;
  margin: 0;
  padding: 35px 15px 100px;
  font-family: 'EgyptienneURW-Lig';
}
#purpose-page #bg-title-section .container h2 span {
  display: block;
  font-family: 'FuturaStd-Bold';
  color: #fff;
}
#purpose-page #bg-title-section .container .col-xs-6 img {
  margin-top: -300px;
  margin-bottom: -800px;
  position: relative;
  z-index: 9;
}
#purpose-page #bg-title-section .down-section h6 {
  font-family: 'FuturaStd-Bold';
  margin: 50px 0 20px;
  line-height: 29px;
  padding: 0 15px;
}
#purpose-page #bg-title-section .down-section h6 span {
  display: block;
  color: #FFB100;
}
#purpose-page #bg-title-section .down-section p {
  font-size: 18px;
  line-height: 28px;
  padding: 0 15px;
}
#purpose-page #purpose-hoffman {
  margin-bottom: 50px;
}
#purpose-page #purpose-hoffman span {
  font-family: 'FuturaStd-Bold';
  margin-top: 30%;
  display: inline-block;
}
#purpose-page #purpose-treatment {
  margin-bottom: 50px;
  background-color: #f9af00;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #f8ae01), color-stop(20%, #f9af00), color-stop(100%, #b16e05));
  background: -webkit-linear-gradient(right, #f8ae01 0, #f9af00 20%, #b16e05 100%);
  background: linear-gradient(to left, #f8ae01 0, #f9af00 20%, #b16e05 100%);
  -pie-background: linear-gradient(#f8ae01, #f9af00, #b16e05);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#f8ae01,endColorstr=#b16e05);
}
#purpose-page #purpose-treatment h3 {
  margin: 0;
  font-family: 'EgyptienneURW-Lig';
  line-height: 40px;
  padding: 100px 0 100px 100px;
}
#purpose-page #purpose-treatment h3 span {
  color: #fff;
  font-family: 'FuturaStd-Bold';
}
#purpose-page #purpose-celebrating-stryker {
  margin-bottom: 30px;
}
#purpose-page #purpose-celebrating-stryker .top-part {
  margin-bottom: 60px;
}
#purpose-page #purpose-celebrating-stryker .top-part h6 {
  font-family: 'FuturaStd-Bold';
  margin: 0 0 20px;
  line-height: 29px;
}
#purpose-page #purpose-celebrating-stryker .top-part h6 span {
  display: block;
  color: #FFB100;
}
#purpose-page #purpose-celebrating-stryker .top-part p {
  font-size: 18px;
  line-height: 28px;
}
#purpose-page #purpose-celebrating-stryker .down-section p span {
  font-family: 'FuturaStd-Bold';
}
#purpose-page #purpose-celebrating-stryker .right-part {
  position: relative;
  margin-top: 5%;
  width: 100%;
  display: inline-block;
}
#purpose-page #purpose-celebrating-stryker .right-part:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 200%;
  height: 105%;
  background: url('../img/right-shadow.png') no-repeat top center #fff;
  background-size: 100% 100%;
}
#purpose-page #purpose-celebrating-stryker .right-part img {
  position: relative;
  z-index: 9;
  float: right;
  padding-right: 120px;
  top: 29px;
}
#purpose-page #purpose-celebrating-stryker .new-position {
  margin-top: 40px;
  margin-bottom: 40px;
}
#purpose-page #purpose-celebrating-stryker .new-position .right-part {
  margin-bottom: 50px;
}
#purpose-page #purpose-celebrating-stryker .new-position .col-xs-8 p {
  margin-top: 7px;
  margin-bottom: 0;
  padding-left: 30px;
  font-size: 12px;
  line-height: 16px;
}
#purpose-page #purpose-growing-world .col-xs-8 {
  background-color: #f9af00;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #f8ae01), color-stop(20%, #f9af00), color-stop(100%, #b16e05));
  background: -webkit-linear-gradient(right, #f8ae01 0, #f9af00 20%, #b16e05 100%);
  background: linear-gradient(to left, #f8ae01 0, #f9af00 20%, #b16e05 100%);
  -pie-background: linear-gradient(#f8ae01, #f9af00, #b16e05);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#f8ae01,endColorstr=#b16e05);
  padding-left: 32%;
  margin-left: -32%;
  width: 132%;
  margin-bottom: 80px;
}
#purpose-page #purpose-growing-world .col-xs-8 h2 {
  padding: 50px 15px 120px;
  font-family: 'EgyptienneURW-Lig';
}
#purpose-page #purpose-growing-world .col-xs-8 h2 span {
  display: block;
}
#purpose-page #purpose-growing-world .col-xs-8 h2 span b {
  color: #fff;
  font-family: 'FuturaStd-Bold';
}
#purpose-page #purpose-transatlantic-operating {
  position: relative;
  z-index: 9;
}
#purpose-page #purpose-transatlantic-operating .top-part {
  margin-bottom: 30px;
}
#purpose-page #purpose-transatlantic-operating .top-part h6 {
  font-family: 'FuturaStd-Bold';
  margin: 0 0 20px;
  line-height: 29px;
}
#purpose-page #purpose-transatlantic-operating .top-part h6 span {
  display: block;
  color: #FFB100;
}
#purpose-page #purpose-transatlantic-operating .top-part p {
  font-size: 18px;
  line-height: 28px;
}
#purpose-page #purpose-transatlantic-operating .right-part {
  position: relative;
  margin-top: 5%;
}
#purpose-page #purpose-transatlantic-operating .right-part:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200%;
  height: 105%;
  background: url('../img/left-shadow-bg.png') no-repeat top center;
  background-size: 100% 100%;
}
#purpose-page #purpose-transatlantic-operating .right-part article {
  position: relative;
  z-index: 9;
  padding: 30px 0 50px 50px;
}
#purpose-page #purpose-transatlantic-operating .right-part article h6 {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 20px;
  color: #FFB100;
  font-family: 'FuturaStd-Bold';
}
#purpose-page #purpose-transatlantic-operating .right-part article h5 {
  font-size: 24px;
  line-height: 29px;
  margin: 0 0 30px;
  font-family: 'EgyptienneURW-Lig';
}
#purpose-page #purpose-transatlantic-operating .right-part article h1 {
  color: #85458A;
  font-family: 'FuturaStd-Bold';
  margin: 10px 0 20px;
  line-height: 1em;
}
#purpose-page #purpose-transatlantic-operating .right-part article h1 small {
  color: #85458A;
  overflow: hidden;
  height: 62px;
  float: left;
  margin: 8px 10px 0 0;
  font-size: 90px;
}
#purpose-page #purpose-transatlantic-operating .right-part article p {
  font-size: 16px;
  line-height: 18px;
  font-family: 'FuturaStd-Bold';
}
#purpose-page #purpose-map {
  position: relative;
  margin: -100px 0 -200px;
  display: inline-block;
  width: 100%;
}
#purpose-page #purpose-map img.pins-map {
  position: absolute;
  left: 0;
  top: 50%;
  margin: -14% 0 0 0;
}
#purpose-page #purpose-neuro-chart {
  margin-bottom: 130px;
}
#purpose-page #purpose-neuro-chart .top-section article {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 70px 0 100px 95px;
}
#purpose-page #purpose-neuro-chart .top-section article:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200%;
  height: 105%;
  background: url('../img/left-shadow-bg.png') no-repeat top center;
  background-size: 100% 100%;
}
#purpose-page #purpose-neuro-chart .top-section article .col-xs-6 {
  position: relative;
  z-index: 9;
}
#purpose-page #purpose-neuro-chart .top-section article img {
  display: inline-block;
}
#purpose-page #purpose-neuro-chart .top-section article h6 {
  font-family: 'FuturaStd-Bold';
  margin: 0 0 30px;
  position: relative;
  line-height: 29px;
}
#purpose-page #purpose-neuro-chart .top-section article h6 span {
  color: #FFB100;
}
#purpose-page #purpose-neuro-chart .top-section article p {
  line-height: 28px;
  font-size: 18px;
}
#purpose-page #purpose-innovation-centre {
  position: relative;
  width: 100%;
  display: inline-block;
  min-height: 415px;
  margin-bottom: 65px;
}
#purpose-page #purpose-innovation-centre:after {
  content: '';
  position: absolute;
  left: 0;
  height: 36px;
  width: 100%;
  top: -36px;
  background: url('../img/top-full-shadow.png') no-repeat top left;
}
#purpose-page #purpose-innovation-centre:before {
  content: '';
  position: absolute;
  left: 0;
  height: 36px;
  width: 100%;
  bottom: -36px;
  background: url('../img/down-full-shadow.png') no-repeat top left;
}
#purpose-page #purpose-innovation-centre img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  max-height: 100%;
  max-width: 57%;
}
#purpose-page #purpose-innovation-centre h6 {
  line-height: 29px;
  font-family: 'FuturaStd-Bold';
  margin: 65px 0 30px;
}
#purpose-page #purpose-innovation-centre h6 span {
  color: #FFB100;
}
#purpose-page #purpose-innovation-centre p {
  font-size: 18px;
  line-height: 28px;
}
#purpose-page #purpose-innovation-centre-text {
  margin-bottom: 80px;
}
#purpose-page #purpose-taking re-sponsibility {
  position: relative;
}
#purpose-page #purpose-taking re-sponsibility .title-section {
  background-color: #f9af00;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #f8ae01), color-stop(20%, #f9af00), color-stop(100%, #b16e05));
  background: -webkit-linear-gradient(right, #f8ae01 0, #f9af00 20%, #b16e05 100%);
  background: linear-gradient(to left, #f8ae01 0, #f9af00 20%, #b16e05 100%);
  -pie-background: linear-gradient(#f8ae01, #f9af00, #b16e05);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#f8ae01,endColorstr=#b16e05);
  padding-right: 32%;
  margin-right: -32%;
  width: 132%;
  margin-bottom: 60px;
}
#purpose-page #purpose-taking re-sponsibility .title-section h2 {
  padding: 115px 0 50px;
  font-family: 'EgyptienneURW-Lig';
}
#purpose-page #purpose-taking re-sponsibility .title-section h2 span {
  display: block;
  color: #fff;
  font-family: 'FuturaStd-Bold';
}
#purpose-page #purpose-taking re-sponsibility .top-section {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
}
#purpose-page #purpose-taking re-sponsibility .top-section article {
  position: relative;
  width: 100%;
  display: inline-block;
}
#purpose-page #purpose-taking re-sponsibility .top-section article:after {
  content: '';
  position: absolute;
  right: -50px;
  bottom: -49px;
  width: 200%;
  height: 210%;
  background: url('../img/right-shadow.png') no-repeat top center;
  background-size: 100% 100%;
}
#purpose-page #purpose-taking re-sponsibility .top-section article .responsive-image {
  display: none!important;
}
#purpose-page #purpose-taking re-sponsibility .top-section img {
  position: absolute;
  max-height: 115%;
  width: auto;
  left: 0;
  bottom: 6px;
  max-width: 56%;
}
#purpose-page #purpose-taking re-sponsibility .top-section h6 {
  font-family: 'FuturaStd-Bold';
  margin: 0 0 30px;
  line-height: 29px;
}
#purpose-page #purpose-taking re-sponsibility .top-section h6 span {
  color: #FFB100;
}
#purpose-page #purpose-taking re-sponsibility .top-section p {
  line-height: 28px;
  font-size: 18px;
  margin: 0 0 145px;
}
#purpose-page #purpose-taking re-sponsibility-text {
  margin-bottom: 115px;
}
#purpose-page #purpose-taking re-sponsibility-text article {
  float: right;
  width: 345px;
}
#purpose-page #purpose-taking re-sponsibility-text article h1 {
  color: #85458A;
  line-height: 1em;
  margin: 0;
  font-family: 'FuturaStd-Bold';
}
#purpose-page #purpose-taking re-sponsibility-text article h5 {
  line-height: 18px;
  font-size: 16px;
  font-family: 'FuturaStd-Bold';
}
#purpose-page #purpose-taking re-sponsibility-text article hr {
  border-color: #000;
}
#purpose-page #purpose-taking re-sponsibility-text img.fadeIn {
  max-width: 260px;
}
#purpose-page #purpose-project {
  margin-bottom: 72px;
  position: relative;
  z-index: 99;
}
#purpose-page #purpose-project article {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 80px 0 110px;
}
#purpose-page #purpose-project article:after {
  content: '';
  position: absolute;
  right: 14%;
  bottom: 0;
  width: 200%;
  height: 100%;
  background: url('../img/right-shadow.png') no-repeat top center;
  background-size: 100% 100%;
}
#purpose-page #purpose-project h6 {
  margin: 0 0 30px;
  font-family: 'FuturaStd-Bold';
  line-height: 29px;
}
#purpose-page #purpose-project h6 span {
  color: #FFB100;
}
#purpose-page #purpose-project p {
  line-height: 28px;
  font-size: 18px;
}
#purpose-page #purpose-project-down .right-part {
  position: relative;
  margin-top: -228px;
  z-index: 9;
}
#purpose-page #purpose-project-down .right-part:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #f9af00;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #f8ae01), color-stop(20%, #f9af00), color-stop(100%, #b16e05));
  background: -webkit-linear-gradient(right, #f8ae01 0, #f9af00 20%, #b16e05 100%);
  background: linear-gradient(to left, #f8ae01 0, #f9af00 20%, #b16e05 100%);
  -pie-background: linear-gradient(#f8ae01, #f9af00, #b16e05);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#f8ae01,endColorstr=#b16e05);
  padding-right: 80%;
  margin-right: -80%;
  width: 180%;
}
#purpose-page #purpose-project-down .right-part h3 {
  margin: 0;
  font-family: 'EgyptienneURW-Lig';
  line-height: 40px;
  padding: 215px 0 0 60px;
  position: relative;
  z-index: 9;
  text-indent: -0.5em;
}
#purpose-page #purpose-project-down .right-part h3 span {
  color: #fff;
  font-family: 'FuturaStd-Bold';
}
#purpose-page #purpose-project-down .right-part .text-name {
  position: relative;
  z-index: 99;
  padding: 30px 0 50px 60px;
}
#purpose-page #purpose-project-down .right-part .text-name span {
  font-family: 'FuturaStd-Bold';
  margin: 0 0 3px;
  font-size: 12px;
  line-height: 13px;
}
#purpose-page #purpose-project-down .right-part .text-name p {
  font-family: 'EgyptienneURW-Reg';
  font-size: 14px;
  line-height: 18px;
}
/* ------------------------------------------------------------------------------------ */
/*                                                                                      */
/* RESPONSIVE                                                                           */
/*                                                                                      */
/* ------------------------------------------------------------------------------------ */
@media screen and (max-width: 1670px) {
  #purpose-page #bg-title-section:before {
    left: 96%;
  }
  #purpose-page #bg-title-section:after {
    width: 96%;
  }
}
@media screen and (max-width: 1460px) {
  #purpose-page #bg-title-section:before {
    left: 98%;
  }
  #purpose-page #bg-title-section:after {
    width: 98%;
  }
}
@media screen and (max-width: 1320px) {
  #purpose-page #bg-title-section:before {
    display: none;
  }
  #purpose-page #bg-title-section:after {
    width: 110%;
    bottom: -36px;
  }
}
@media screen and (max-width: 1300px) {
  #purpose-page #purpose-taking re-sponsibility-text article {
    width: 365px;
  }
}
@media screen and (max-width: 1200px) {
  #purpose-page #purpose-treatment .col-xs-6 {
    width: 60%;
  }
  #purpose-page #purpose-treatment .col-xs-6 h3 {
    padding: 80px 0 80px 50px;
  }
  #purpose-page #purpose-taking re-sponsibility .top-section img {
    bottom: 13px;
  }
  #purpose-page #purpose-taking re-sponsibility .top-section article:after {
    height: 194%;
  }
  #purpose-page #purpose-map {
    margin: 0 0 -50px;
  }
}
@media screen and (max-width: 991px) {
  #purpose-page #bg-title-section .container .col-xs-12 {
    padding-left: 15%;
    margin-left: -15%;
    width: 135%;
  }
  #purpose-page #bg-title-section .container .col-xs-12 h2 {
    font-size: 40px;
  }
  #purpose-page #purpose-taking re-sponsibility .title-section h2 {
    font-size: 40px;
  }
  #purpose-page #purpose-taking re-sponsibility .top-section article:after {
    height: 165%;
  }
  #purpose-page #purpose-celebrating-stryker .right-part img {
    padding-left: 15px;
  }
  #purpose-page #purpose-celebrating-stryker .top-part {
    margin-bottom: 0;
  }
  #purpose-page #purpose-treatment .col-xs-6 {
    width: 100%;
  }
  #purpose-page #purpose-treatment .col-xs-6 h3 {
    padding: 65px 0;
    font-size: 24px;
    line-height: 30px;
  }
  #purpose-page #purpose-growing-world .col-xs-8 {
    padding-left: 15%;
    margin-left: -15%;
    width: 130%;
  }
  #purpose-page #purpose-growing-world .col-xs-8 h2 {
    font-size: 40px;
  }
  #purpose-page #purpose-neuro-chart {
    margin-bottom: 30px;
  }
  #purpose-page #purpose-neuro-chart .top-section article {
    padding: 70px 0 100px 0;
  }
  #purpose-page #purpose-neuro-chart .top-section article:after {
    left: -20%;
  }
  #purpose-page #purpose-taking re-sponsibility .top-section img {
    bottom: 27px;
  }
  #purpose-page #purpose-taking re-sponsibility-text article h1 {
    font-size: 80px;
  }
  #purpose-page #purpose-transatlantic-operating .right-part article h1 {
    font-size: 80px;
  }
  #purpose-page #purpose-map {
    margin: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  #purpose-page #purpose-celebrating-stryker .new-position .col-xs-8 p {
    padding-left: 15px;
  }
  #purpose-page #purpose-celebrating-stryker .right-part {
    margin-top: -90px;
  }
  #purpose-page #purpose-celebrating-stryker .right-part img {
    padding-left: 0;
    display: block;
    margin: 0 auto;
    float: none;
  }
  #purpose-page #purpose-celebrating-stryker .right-part:after {
    left: -7%;
  }
}
@media screen and (max-width: 750px) {
  #purpose-page {
    margin-bottom: 100px;
  }
  #purpose-page #bg-title-section .down-section .col-xs-6 {
    width: 100%;
  }
  #purpose-page #bg-title-section .down-section .col-xs-6 h6 {
    padding-right: 125px;
  }
  #purpose-page #bg-title-section .down-section .col-xs-6.image-box {
    position: absolute;
    right: 0;
    top: 65px;
  }
  #purpose-page #bg-title-section .down-section .col-xs-6.image-box img {
    margin: 0;
    height: 350px;
    float: right;
  }
  #purpose-page #purpose-hoffman .col-xs-6 {
    width: 100%;
  }
  #purpose-page #purpose-hoffman .col-xs-6 span {
    margin-top: 15px;
  }
  #purpose-page #purpose-celebrating-stryker .top-part {
    width: 100%;
  }
  #purpose-page #purpose-celebrating-stryker .col-xs-6 {
    width: 100%;
  }
  #purpose-page #purpose-celebrating-stryker .col-xs-6.right-part {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  #purpose-page #purpose-celebrating-stryker .col-xs-6.right-part img {
    padding-left: 0;
  }
  #purpose-page #purpose-celebrating-stryker .col-xs-6.right-part:after {
    left: -40%;
  }
  #purpose-page #purpose-celebrating-stryker .col-xs-5 {
    width: 100%;
  }
  #purpose-page #purpose-celebrating-stryker .col-xs-5 p {
    margin-top: 10px;
  }
  #purpose-page #purpose-celebrating-stryker .col-xs-2 {
    width: 100%;
  }
  #purpose-page #purpose-celebrating-stryker .col-xs-2 img {
    display: block;
    margin: 20px auto 0;
    max-width: 137px;
  }
  #purpose-page #purpose-transatlantic-operating .top-part {
    width: 100%;
  }
  #purpose-page #purpose-transatlantic-operating .down-section {
    width: 100%;
  }
  #purpose-page #purpose-transatlantic-operating .right-part {
    width: 100%;
  }
  #purpose-page #purpose-transatlantic-operating .right-part:after {
    left: -40%;
  }
  #purpose-page #purpose-transatlantic-operating .right-part article {
    padding-left: 0;
  }
  #purpose-page #purpose-taking re-sponsibility .top-section article:after {
    display: none;
  }
  #purpose-page #purpose-map {
    margin: 40px 0 0px;
  }
  #purpose-page #purpose-neuro-chart .top-section article .col-xs-6 {
    width: 100%;
  }
  #purpose-page #purpose-neuro-chart .down-section .col-xs-8 {
    width: 100%;
  }
  #purpose-page #purpose-innovation-centre .col-xs-5 {
    width: 100%;
  }
  #purpose-page #purpose-innovation-centre img {
    max-width: 100%;
    position: relative;
  }
  #purpose-page #purpose-innovation-centre-text .col-xs-10 {
    width: 100%;
  }
  #purpose-page #purpose-taking re-sponsibility .title-section {
    padding-right: 15px;
    margin-right: -15px;
    width: 105%;
  }
  #purpose-page #purpose-taking re-sponsibility .top-section .col-xs-6 {
    width: 100%;
    margin-left: 0;
  }
  #purpose-page #purpose-taking re-sponsibility .top-section .col-xs-6 p {
    margin-bottom: 50px;
  }
  #purpose-page #purpose-taking re-sponsibility .top-section .col-xs-6 .responsive-image {
    display: block!important;
    width: 100%;
    position: relative;
    max-width: 105%;
    margin: 20px -15px 0;
    width: 105%;
  }
  #purpose-page #purpose-taking re-sponsibility .top-section img.fadeInLeft {
    display: none!important;
  }
  #purpose-page #purpose-taking re-sponsibility-text .col-xs-6 {
    width: 100%;
  }
  #purpose-page #purpose-taking re-sponsibility-text .col-xs-6 article {
    float: left;
    margin: 30px 0 0 10px;
  }
  #purpose-page #purpose-project article {
    padding: 60px 0 50px;
  }
  #purpose-page #purpose-project article .col-xs-6 {
    width: 100%;
  }
  #purpose-page #purpose-project article:after {
    right: -14%;
  }
  #purpose-page #purpose-project-down .col-xs-6 {
    width: 100%;
  }
  #purpose-page #purpose-project-down .col-xs-6.right-part {
    margin-top: 30px;
  }
  #purpose-page #purpose-project-down .col-xs-6.right-part h3 {
    padding: 50px 0 0 15px;
  }
  #purpose-page #purpose-project-down .col-xs-6.right-part .text-name {
    padding: 30px 0 30px 15px;
  }
  #purpose-page #purpose-celebrating-stryker .top-part {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  #purpose-page {
    margin-bottom: 80px;
  }
  #purpose-page #purpose-taking re-sponsibility-text .col-xs-6 article {
    margin: 30px 0 0 0px;
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  #purpose-page #purpose-taking re-sponsibility .title-section h2 {
    padding: 59px 0 40px;
  }
}
@media screen and (max-width: 460px) {
  #purpose-page #purpose-celebrating-stryker .new-position .col-xs-8 p {
    margin-top: 0;
  }
}
/* ------------------------------------------------------------------------------------ */
/*                                                                                      */
/* RESPONSIBILITY PAGE                                                                  */
/*                                                                                      */
/* ------------------------------------------------------------------------------------ */
#responsibility-page {
  /*-- top opacity --*/
  /*-- Left Width --*/
}
#responsibility-page h6 {
  margin-bottom: 0;
  line-height: 27px;
  margin-top: 30px;
}
#responsibility-page #hero-image {
  background: url('../img/responsibility/responsibility-1.jpg') no-repeat top center;
  background-size: cover;
  background-position: center center;
}
#responsibility-page #hero-image .overlay-box {
  color: #fff;
  padding-bottom: 40px;
  padding-top: 60px;
  max-width: 340px;
  font-family: 'FuturaStd-Bold';
}
#responsibility-page #hero-image .overlay-box.transparent {
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
#responsibility-page #hero-image .overlay-box.transparent:after {
  content: '';
  position: absolute;
  left: -15px;
  bottom: 0;
  width: 300%;
  height: 100%;
  background: #ca8f00;
}
#responsibility-page #hero-image .overlay-box p {
  position: relative;
  z-index: 1;
}
#responsibility-page #hero-image h2 {
  color: #fff;
}
#responsibility-page #hero-image h2 span {
  color: #fff;
}
#responsibility-page #hero-image h2.big-title {
  font-size: 100px;
  display: block;
}
#responsibility-page .shadow-back {
  padding-top: 100px;
  padding-bottom: 70px;
}
#responsibility-page .quote h4 {
  color: #FFB500;
  margin: 0;
}
#responsibility-page .quote h4 span {
  font-family: 'FuturaStd-Bold';
}
#responsibility-page #woman-boy .left-part:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300%;
  height: 100%;
  background-color: #ffb500;
  background: -webkit-linear-gradient(bottom, #545857 0, #B2B4AE 80%);
  background: linear-gradient(to top, #545857 0, #B2B4AE 80%);
  opacity: 0.5;
  z-index: -1;
}
#responsibility-page #woman-boy .left-part .number-block {
  padding-top: 20px;
}
#responsibility-page #woman-boy .left-part .number-block span {
  font-size: 110px;
  font-family: 'FuturaStd-Bold';
  line-height: 120px;
  color: #fff;
}
#responsibility-page #woman-boy .left-part .number-block p {
  font-size: 16px;
  font-family: 'FuturaStd-Bold';
}
#responsibility-page .second-accordion {
  margin-top: 100px;
}
#responsibility-page .second-accordion .right-part:after {
  content: '';
  position: absolute;
  left: -15px;
  bottom: 0;
  width: 300%;
  height: 100%;
  background-color: #B2B4AE;
  background: -webkit-linear-gradient(bottom, #545857 0, #B2B4AE 80%);
  background: linear-gradient(to top, #545857 0, #B2B4AE 80%);
  opacity: 0.5;
  z-index: -1;
}
#responsibility-page .second-accordion .right-part .number-block {
  padding-top: 20px;
}
#responsibility-page .second-accordion .right-part .number-block span {
  font-size: 110px;
  font-family: 'FuturaStd-Bold';
  line-height: 120px;
  color: #fff;
}
#responsibility-page .second-accordion .right-part .number-block span.number {
  margin-left: -24px;
  letter-spacing: -7px;
}
#responsibility-page .second-accordion .right-part .number-block p {
  font-size: 16px;
  font-family: 'FuturaStd-Bold';
}
#responsibility-page .image-box {
  margin-bottom: 40px;
  position: relative;
}
#responsibility-page .image-box .btn-text {
  display: none;
}
#responsibility-page .image-box .text-box-right {
  width: 4px;
  height: 4px;
  position: absolute;
  left: 140px;
  top: 45px;
}
#responsibility-page .image-box .text-box-right article {
  top: 20px;
  position: absolute;
  width: 290px;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#responsibility-page .image-box .text-box-right article p {
  font-size: 14px;
  line-height: 18px;
  display: inline;
  margin: 0;
  font-family: 'Humanist Slabserif 712', "Times New Roman", Times, serif;
  color: #545857;
}
#responsibility-page .image-box .text-box-right article p span {
  display: block;
  font-family: 'FuturaStd-Bold';
  color: #000;
  padding-bottom: 5px;
}
#responsibility-page .image-box .text-box-right:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 4px;
  width: 0;
  height: 2px;
  background: #cccccc;
}
#responsibility-page .image-box img {
  max-width: 139px;
}
#responsibility-page .image-box img.start-image {
  position: relative;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#responsibility-page .image-box.animation-event .text-box-right:after {
  -webkit-animation: leftWidth 0.5s ease-in 0s forwards;
          animation: leftWidth 0.5s ease-in 0s forwards;
}
#responsibility-page .image-box.animation-event .text-box-right article {
  -webkit-animation: topOpacity 0.5s ease-in 0.5s forwards;
          animation: topOpacity 0.5s ease-in 0.5s forwards;
}
@-webkit-keyframes topOpacity {
  from {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    top: 0;
  }
  to {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    top: 20px;
  }
}
@keyframes topOpacity {
  from {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    top: 0;
  }
  to {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    top: 20px;
  }
}
@-webkit-keyframes leftWidth {
  from {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    width: 0;
  }
  to {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    width: 290px;
  }
}
@keyframes leftWidth {
  from {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    width: 0;
  }
  to {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    width: 290px;
  }
}
/* ------------------------------------------------------------------------------------ */
/*                                                                                      */
/* RESPONSIVE                                                                           */
/*                                                                                      */
/* ------------------------------------------------------------------------------------ */
@media screen and (min-width: 992px) {
  #responsibility-page #hero-image {
    padding-top: 290px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  #responsibility-page .close-container {
    margin-top: 30px;
  }
  #responsibility-page .second-accordion {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #responsibility-page .second-accordion .close-container {
    margin-bottom: 50px;
  }
  #responsibility-page .second-accordion .right-part .number-block {
    text-align: center;
  }
  #responsibility-page .second-accordion .right-part:after {
    left: -50%;
  }
}
@media screen and (max-width: 767px) {
  #responsibility-page .shadow-back {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #responsibility-page .content {
    margin-top: 50px;
  }
  #responsibility-page #resp-accordion #woman-boy {
    margin-top: 50px;
  }
  #responsibility-page #resp-accordion #woman-boy .quote {
    margin-top: 30px;
  }
  #responsibility-page .second-accordion {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #responsibility-page .second-accordion .right-part .number-block span {
    font-size: 85px;
  }
  #responsibility-page .second-accordion .quote {
    text-align: left;
    margin: 10px 0 30px;
  }
  #responsibility-page .image-box .text-box-right {
    position: relative;
    width: initial;
    height: auto;
    margin-top: 30px;
    left: initial;
    top: initial;
  }
  #responsibility-page .image-box .text-box-right:after {
    display: none;
  }
  #responsibility-page .image-box .text-box-right article {
    position: relative;
    width: 90%;
    padding-top: 20px;
    left: initial;
  }
  #responsibility-page .image-box .text-box-right article:before {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #cccccc;
    position: absolute;
    top: 0;
  }
}
/* ------------------------------------------------------------------------------------ */
/*                                                                                      */
/* RESPONSIBILITY PAGE                                                                  */
/*                                                                                      */
/* ------------------------------------------------------------------------------------ */
#narrative-page h6 {
  margin-bottom: 0;
  line-height: 27px;
  margin-top: 30px;
}
#narrative-page #hero-image {
  background: url('../img/narrative/wall.jpg') no-repeat top center;
  background-size: cover;
}
#narrative-page #hero-image .overlay-box {
  color: #fff;
  padding-bottom: 40px;
  padding-top: 60px;
  padding-left: 30px;
  font-family: 'FuturaStd-Bold';
}
#narrative-page #hero-image .overlay-box.transparent {
  color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: multiply;
  left: 0;
}
#narrative-page #hero-image .overlay-box.transparent:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 300%;
  height: 100%;
  background: #FFB500;
}
#narrative-page #hero-image .overlay-box p {
  position: relative;
  z-index: 1;
}
#narrative-page #hero-image h2 {
  color: #fff;
}
#narrative-page #hero-image h2 span {
  color: #fff;
}
#narrative-page #hero-image h2.big-title {
  font-size: 100px;
  display: block;
}
#narrative-page #hero-image .woman img {
  margin-top: -50%;
  width: 100%;
}
#narrative-page #hero-image .woman .caption {
  position: absolute;
  text-align: left;
  margin-top: 10px;
  max-width: 200px;
}
#narrative-page .shadow-back {
  padding-top: 100px;
  padding-bottom: 70px;
}
#narrative-page .quote h4 {
  color: #FFB500;
  margin: 0;
}
#narrative-page .quote h4 span {
  font-family: 'FuturaStd-Bold';
}
#narrative-page .first-accordion {
  margin-bottom: 150px;
  padding-bottom: 0;
}
#narrative-page #narrative-accordion {
  /*-- top opacity --*/
  /*-- Left Width --*/
}
#narrative-page #narrative-accordion #left-part {
  position: relative;
}
#narrative-page #narrative-accordion #left-part .caption {
  position: absolute;
  margin-left: 30px;
  max-width: 240px;
  top: 30%;
}
#narrative-page #narrative-accordion #left-part .caption p span {
  display: block;
  font-family: 'FuturaStd-Bold';
}
#narrative-page #narrative-accordion #left-part:after {
  content: '';
  width: 300%;
  height: 90%;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
#narrative-page #narrative-accordion #left-part img {
  width: 230px;
  margin-left: auto;
}
#narrative-page #narrative-accordion .image-box {
  margin-bottom: 40px;
  position: relative;
}
#narrative-page #narrative-accordion .image-box .btn-text {
  display: none;
}
#narrative-page #narrative-accordion .image-box .text-box-right {
  width: 4px;
  height: 4px;
  position: absolute;
  left: 230px;
  top: 170px;
}
#narrative-page #narrative-accordion .image-box .text-box-right article {
  top: 20px;
  position: absolute;
  width: 230px;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#narrative-page #narrative-accordion .image-box .text-box-right article p {
  font-size: 14px;
  line-height: 18px;
  display: inline;
  margin: 0;
  font-family: 'Humanist Slabserif 712', "Times New Roman", Times, serif;
  color: #545857;
}
#narrative-page #narrative-accordion .image-box .text-box-right article p span {
  display: block;
  font-family: 'FuturaStd-Bold';
  color: #000;
}
#narrative-page #narrative-accordion .image-box .text-box-right:after {
  content: '';
  position: absolute;
  left: -60px;
  bottom: 4px;
  width: 0;
  height: 2px;
  background: #cccccc;
}
#narrative-page #narrative-accordion .image-box img {
  max-width: 280px;
}
#narrative-page #narrative-accordion .image-box img.start-image {
  position: relative;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#narrative-page #narrative-accordion .image-box.animation-event .text-box-right:after {
  -webkit-animation: leftWidth 0.5s ease-in 0s forwards;
          animation: leftWidth 0.5s ease-in 0s forwards;
}
#narrative-page #narrative-accordion .image-box.animation-event .text-box-right article {
  -webkit-animation: topOpacity 0.5s ease-in 0.5s forwards;
          animation: topOpacity 0.5s ease-in 0.5s forwards;
}
@keyframes topOpacity {
  from {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    top: 0;
  }
  to {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    top: 20px;
  }
}
@keyframes leftWidth {
  from {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    width: 0;
  }
  to {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    width: 240px;
  }
}
#narrative-page .counter-box {
  padding-top: 100px;
  margin-bottom: -170px;
}
#narrative-page .counter-box:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50px;
  width: 120%;
  height: 100%;
  background: -webkit-linear-gradient(bottom, #545857 0, #B2B4AE 80%);
  background: linear-gradient(to top, #545857 0, #B2B4AE 80%);
  opacity: 0.5;
  z-index: -1;
}
#narrative-page .counter-box span {
  font-size: 110px;
  font-family: 'FuturaStd-Bold';
  line-height: 120px;
  color: #fff;
}
#narrative-page .counter-box p {
  font-size: 16px;
  font-family: 'FuturaStd-Bold';
}
#narrative-page .second-accordion {
  margin-top: 100px;
  /*-- top opacity --*/
  /*-- Left Width --*/
}
#narrative-page .second-accordion .right-part:after {
  content: '';
  position: absolute;
  left: 15px;
  bottom: 0;
  width: 300%;
  height: 100%;
  background: #FFB500;
  mix-blend-mode: multiply;
  -webkit-mix-blend-mode: multiply;
  -moz-mix-blend-mode: multiply;
  -o-mix-blend-mode: multiply;
  -ms-mix-blend-mode: multiply;
  will-change: opacity;
  z-index: -10;
}
#narrative-page .second-accordion .right-part span {
  font-size: 110px;
  font-family: 'FuturaStd-Bold';
  line-height: 120px;
  color: #fff;
}
#narrative-page .second-accordion .right-part p {
  font-size: 16px;
  font-family: 'FuturaStd-Bold';
  margin: 30px 0 30px 100px;
}
#narrative-page .second-accordion .image-box {
  margin-top: -120px;
  position: relative;
  z-index: 2;
}
#narrative-page .second-accordion .image-box .btn-text {
  display: none;
}
#narrative-page .second-accordion .image-box .text-box-right {
  width: 4px;
  height: 4px;
  position: absolute;
  left: 240px;
  bottom: -20px;
}
#narrative-page .second-accordion .image-box .text-box-right article {
  position: absolute;
  width: 180px;
  left: -30px;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#narrative-page .second-accordion .image-box .text-box-right article p {
  font-size: 14px;
  line-height: 18px;
  display: inline;
  margin: 0;
  font-family: 'Humanist Slabserif 712', "Times New Roman", Times, serif;
  color: #545857;
}
#narrative-page .second-accordion .image-box .text-box-right article p span {
  display: block;
  font-family: 'FuturaStd-Bold';
  color: #000;
  padding-bottom: 5px;
}
#narrative-page .second-accordion .image-box .text-box-right:after {
  content: '';
  position: absolute;
  left: 160px;
  top: -50px;
  width: 2px;
  height: 0;
  background: #cccccc;
}
#narrative-page .second-accordion .image-box img {
  max-width: 420px;
  z-index: 1111;
}
#narrative-page .second-accordion .image-box img.start-image {
  position: relative;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#narrative-page .second-accordion .image-box.animation-event .text-box-right:after {
  -webkit-animation: topHeight 0.5s ease-in 0s forwards;
          animation: topHeight 0.5s ease-in 0s forwards;
}
#narrative-page .second-accordion .image-box.animation-event .text-box-right article {
  -webkit-animation: rightOpacity 0.5s ease-in 0.5s forwards;
          animation: rightOpacity 0.5s ease-in 0.5s forwards;
}
@-webkit-keyframes rightOpacity {
  from {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    left: -15px;
  }
  to {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    right: -25px;
  }
}
@keyframes rightOpacity {
  from {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    left: -15px;
  }
  to {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    right: -25px;
  }
}
@-webkit-keyframes topHeight {
  from {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    height: 0;
  }
  to {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    height: 300px;
  }
}
@keyframes topHeight {
  from {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    height: 0;
  }
  to {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    height: 300px;
  }
}
#narrative-page .third-accordion {
  margin-top: 100px;
  /*-- top opacity --*/
  /*-- Left Width --*/
}
#narrative-page .third-accordion .right-part {
  position: relative;
  padding-top: 40px;
  padding-bottom: 200px;
}
#narrative-page .third-accordion .right-part:after {
  content: '';
  width: 300%;
  height: 100%;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#narrative-page .third-accordion .image-box {
  margin-bottom: 40px;
  position: relative;
}
#narrative-page .third-accordion .image-box .btn-text {
  display: none;
}
#narrative-page .third-accordion .image-box .text-box-right {
  width: 4px;
  height: 4px;
  position: absolute;
  left: 70px;
  top: -160px;
}
#narrative-page .third-accordion .image-box .text-box-right article {
  left: 20px;
  position: absolute;
  width: 230px;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#narrative-page .third-accordion .image-box .text-box-right article p {
  font-size: 14px;
  line-height: 18px;
  display: inline;
  margin: 0;
  font-family: 'Humanist Slabserif 712', "Times New Roman", Times, serif;
  color: #545857;
}
#narrative-page .third-accordion .image-box .text-box-right article p span {
  display: block;
  font-family: 'FuturaStd-Bold';
  color: #000;
  padding-bottom: 5px;
}
#narrative-page .third-accordion .image-box .text-box-right:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 4px;
  width: 2px;
  height: 0;
  background: #cccccc;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
#narrative-page .third-accordion .image-box img {
  max-width: 320px;
}
#narrative-page .third-accordion .image-box img.start-image {
  position: relative;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#narrative-page .third-accordion .image-box.animation-event .text-box-right:after {
  -webkit-animation: leftHeight 0.5s ease-in 0s forwards;
          animation: leftHeight 0.5s ease-in 0s forwards;
}
#narrative-page .third-accordion .image-box.animation-event .text-box-right article {
  -webkit-animation: leftOpacity 0.5s ease-in 0.5s forwards;
          animation: leftOpacity 0.5s ease-in 0.5s forwards;
}
@keyframes leftOpacity {
  from {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    left: 0;
  }
  to {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    left: 20px;
  }
}
@-webkit-keyframes leftHeight {
  from {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    height: 0;
  }
  to {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    height: 160px;
  }
}
@keyframes leftHeight {
  from {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    height: 0;
  }
  to {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    height: 160px;
  }
}
#narrative-page .bottom-third-accordion {
  margin-top: -210px;
}
#narrative-page .bottom-third-accordion #layer3 {
  z-index: 10;
}
#narrative-page .bottom-third-accordion #layer3 .caption {
  width: 150px;
  position: absolute;
  left: auto;
  bottom: 0;
  right: 0;
}
#narrative-page .bottom-third-accordion .counter-box:after {
  content: '';
  position: absolute;
  right: -30px;
  top: 50px;
  width: 200%;
  opacity: 1;
  height: 100%;
  background: #ffb500;
  z-index: -1;
  mix-blend-mode: multiply;
}
#narrative-page .fourth-accordion .caption {
  width: 150px;
  position: absolute;
  left: auto;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
}
#narrative-page .fourth-accordion .right-part {
  position: relative;
  padding-top: 80px;
  padding-bottom: 30px;
}
#narrative-page .fourth-accordion .right-part .caption {
  width: 110px;
  position: absolute;
  left: auto;
  bottom: 90px;
  right: 0;
  margin-bottom: 0;
}
#narrative-page .fourth-accordion .right-part:after {
  content: '';
  width: 300%;
  height: 100%;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
#narrative-page #narrative-accordion-4 {
  /*-- top opacity --*/
  /*-- Left Width --*/
}
#narrative-page #narrative-accordion-4 .right-part:after {
  content: '';
  position: absolute;
  left: -15px;
  bottom: 0;
  width: 300%;
  height: 100%;
  background-color: #90928e;
  background: -webkit-linear-gradient(bottom, #545857 0, #B2B4AE 80%);
  background: linear-gradient(to top, #545857 0, #B2B4AE 80%);
  opacity: 0.5;
  z-index: -1;
}
#narrative-page #narrative-accordion-4 .right-part .number-block {
  padding-top: 20px;
}
#narrative-page #narrative-accordion-4 .right-part .number-block span {
  font-size: 110px;
  font-family: 'FuturaStd-Bold';
  line-height: 120px;
  color: #fff;
}
#narrative-page #narrative-accordion-4 .right-part .number-block p {
  font-size: 16px;
  font-family: 'FuturaStd-Bold';
}
#narrative-page #narrative-accordion-4 .image-box {
  margin-bottom: 40px;
  position: relative;
}
#narrative-page #narrative-accordion-4 .image-box .btn-text {
  display: none;
}
#narrative-page #narrative-accordion-4 .image-box .text-box-right {
  width: 4px;
  height: 4px;
  position: absolute;
  left: 240px;
  top: 45px;
}
#narrative-page #narrative-accordion-4 .image-box .text-box-right article {
  top: 20px;
  position: absolute;
  width: 245px;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#narrative-page #narrative-accordion-4 .image-box .text-box-right article p {
  font-size: 14px;
  line-height: 18px;
  display: inline;
  margin: 0;
  font-family: 'Humanist Slabserif 712', "Times New Roman", Times, serif;
  color: #545857;
}
#narrative-page #narrative-accordion-4 .image-box .text-box-right article p span {
  display: block;
  font-family: 'FuturaStd-Bold';
  color: #000;
}
#narrative-page #narrative-accordion-4 .image-box .text-box-right:after {
  content: '';
  position: absolute;
  left: -60px;
  bottom: 4px;
  width: 0;
  height: 2px;
  background: #cccccc;
}
#narrative-page #narrative-accordion-4 .image-box img {
  max-width: 300px;
}
#narrative-page #narrative-accordion-4 .image-box img.start-image {
  position: relative;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#narrative-page #narrative-accordion-4 .image-box.animation-event .text-box-right:after {
  -webkit-animation: leftWidth 0.5s ease-in 0s forwards;
          animation: leftWidth 0.5s ease-in 0s forwards;
}
#narrative-page #narrative-accordion-4 .image-box.animation-event .text-box-right article {
  -webkit-animation: topOpacity 0.5s ease-in 0.5s forwards;
          animation: topOpacity 0.5s ease-in 0.5s forwards;
}
@keyframes topOpacity {
  from {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    top: 0;
  }
  to {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    top: 20px;
  }
}
@keyframes leftWidth {
  from {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    width: 0;
  }
  to {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    width: 290px;
  }
}
#narrative-page .fifth-accordion #left-part {
  position: relative;
}
#narrative-page .fifth-accordion #left-part .caption {
  position: absolute;
  margin-left: 0;
  max-width: 140px;
  top: 30%;
}
#narrative-page .fifth-accordion #left-part .caption p span {
  display: block;
  font-family: 'FuturaStd-Bold';
}
#narrative-page .fifth-accordion #left-part:after {
  content: '';
  width: 300%;
  height: 80%;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
#narrative-page .fifth-accordion #left-part img {
  width: 65%;
  margin-left: auto;
}
#narrative-page .sixth-accordion img {
  margin-bottom: -130px;
  z-index: 11;
}
#narrative-page .sixth-accordion .right-part {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
#narrative-page .sixth-accordion .right-part:after {
  content: '';
  width: 300%;
  height: 100%;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 0;
  left: -100px;
  z-index: -1;
}
#narrative-page .gold-part:after {
  content: '';
  position: absolute;
  left: 15px;
  bottom: 0;
  width: 300%;
  height: 100%;
  background: #FFB500;
  z-index: -2;
}
#narrative-page .gold-part h6 {
  font-size: 14px;
  font-family: 'FuturaStd-Bold';
  margin: 25px;
}
#narrative-page #narrative-accordion-6 h6 {
  font-family: 'FuturaStd-Bold';
  font-size: 14px;
  margin-bottom: 15px;
}
#narrative-page .seventh-accordion {
  position: relative;
}
#narrative-page .seventh-accordion .counter-box {
  padding-bottom: 100px;
  margin-bottom: -130px;
}
#narrative-page .seventh-accordion .center-image {
  position: absolute;
  bottom: 0;
  max-width: 90%;
}
#narrative-page .seventh-accordion .right-part {
  position: relative;
  padding-top: 80px;
  padding-bottom: 30px;
}
#narrative-page .seventh-accordion .right-part:after {
  content: '';
  width: 400%;
  height: 95%;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
/* ------------------------------------------------------------------------------------ */
/*                                                                                      */
/* RESPONSIVE                                                                           */
/*                                                                                      */
/* ------------------------------------------------------------------------------------ */
@media screen and (max-width: 1340px) {
  #narrative-page #learning .center-image {
    left: -10%;
  }
}
@media screen and (max-width: 1200px) {
  #narrative-page #learning .center-image {
    left: -19%;
  }
}
@media screen and (max-width: 991px) {
  #narrative-page .first-accordion {
    padding-top: 50px;
    margin-bottom: 0;
  }
  #narrative-page .first-accordion .close-container {
    padding: 30px 0;
  }
  #narrative-page #narrative-accordion .content {
    margin-top: 30px;
  }
  #narrative-page #narrative-accordion .quote {
    margin-bottom: 30px;
  }
  #narrative-page .second-accordion .close-container {
    margin-top: 30px;
  }
  #narrative-page .second-accordion .intro-block p {
    margin-left: 0;
  }
  #narrative-page .second-accordion .intro-block:after {
    left: 0;
  }
  #narrative-page .second-accordion #layer2 img {
    max-width: 320px;
  }
  #narrative-page .third-accordion .close-container {
    margin-top: 30px;
  }
  #narrative-page .third-accordion .right-part:after {
    left: -50%;
  }
  #narrative-page .sixth-accordion {
    margin-top: 50px;
  }
  #narrative-page .sixth-accordion .close-container {
    margin-bottom: 30px;
  }
  #narrative-page #learning {
    margin-top: 50px;
  }
  #narrative-page #learning .close-container {
    text-align: center;
  }
  #narrative-page #learning .center-image {
    left: -36%;
  }
  #narrative-page #learning .img-full {
    margin-left: -30px;
    margin-right: -30px;
    max-width: 110%;
  }
}
@media screen and (max-width: 768px) {
  #narrative-page #hero-image .woman {
    position: relative;
  }
  #narrative-page #hero-image .woman .over {
    z-index: 0;
  }
  #narrative-page #hero-image .woman #intro-mobile {
    position: absolute;
    bottom: 0;
  }
  #narrative-page #hero-image .woman #intro-mobile .overlay-box {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  #narrative-page #hero-image .woman img {
    margin-top: -10%;
    width: 100%;
  }
  #narrative-page #narrative-accordion .image-box .text-box-right,
  #narrative-page .third-accordion .image-box .text-box-right {
    position: relative;
    width: initial;
    height: auto;
    margin-top: 30px;
    left: initial;
    top: initial;
  }
  #narrative-page #narrative-accordion .image-box .text-box-right:after,
  #narrative-page .third-accordion .image-box .text-box-right:after {
    display: none;
  }
  #narrative-page #narrative-accordion .image-box .text-box-right article,
  #narrative-page .third-accordion .image-box .text-box-right article {
    position: relative;
    width: 90%;
    padding-top: 20px;
    left: initial;
  }
  #narrative-page #narrative-accordion .image-box .text-box-right article:before,
  #narrative-page .third-accordion .image-box .text-box-right article:before {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #cccccc;
    position: absolute;
    top: 0;
  }
  #narrative-page #narrative-accordion .image-box .text-box-right {
    position: relative;
    width: initial;
    height: auto;
    margin-top: 0;
    left: initial;
    top: initial;
  }
  #narrative-page #narrative-accordion .image-box .text-box-right:after {
    display: none;
  }
  #narrative-page #narrative-accordion .image-box .text-box-right article {
    position: relative;
    width: 90%;
    padding-top: 20px;
    left: initial;
    margin-bottom: 20px;
  }
  #narrative-page #narrative-accordion .image-box .text-box-right article:before {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #cccccc;
    position: absolute;
    top: 0;
  }
  #narrative-page #learning .center-image {
    left: -38%;
  }
}
@media screen and (max-width: 460px) {
  #narrative-page #narrative-accordion #left-part {
    position: relative;
  }
  #narrative-page #narrative-accordion #left-part .caption {
    position: inherit;
    margin-top: 10px;
    max-width: 100%;
  }
  #narrative-page #narrative-accordion #left-part:after {
    height: 100%;
    right: -30px;
  }
  #narrative-page #layer3 .caption {
    bottom: inherit !important;
  }
}