body {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

.header__inner {
  position: relative;
  padding: 20px 5% 12px;
  z-index: 10;
}

@media (max-width: 640px) {
  .header__inner {
    padding: 10px 5% 8px;
  }
}

.header__hamMenu {
  display: none;
  cursor: pointer;
}

@media (max-width: 640px) {
  .header__hamMenu {
    display: inline-block;
  }
}

.header__hamMenu img {
  width: 40px;
}

.header__list {
  list-style-type: none;
  padding: 0;
  font-size: 15px;
  letter-spacing: 2px;
  display: inline-block;
}

@media (max-width: 640px) {
  .header__list {
    display: none;
  }
}

.header__list li {
  position: relative;
  display: inline-block;
  margin: 0 30px 0 0;
  padding: 0 0 10px;
}

.header__list li:after {
  content: " ";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: transparent;
  width: 100%;
  height: 3px;
  border-radius: 30px;
  transform: scaleX(0);
  visibility: hidden;
  transition: all 0.5s ease;
}

.header__list li:hover:after {
  transform: scaleX(1);
  visibility: visible;
  background-color: #136b9b;
}

.header__list li.activeMenu {
  font-weight: 600;
}

.header__list li.activeMenu:after {
  transform: scaleX(1);
  visibility: visible;
  background-color: #136b9b;
}

.header__list li.activeMenu a {
  color: #136b9b;
}

.header__list li a {
  text-decoration: none;
  color: #2e4553;
}

.header__menuList {
  display: table-cell;
  list-style-type: none;
  padding: 0px 0 60%;
  font-size: 24px;
  font-family: "Helvetica-light";
  vertical-align: middle;
}

.header__menuList li {
  display: block;
  margin: 0 0 15px;
}

.header__menuList li a {
  letter-spacing: 1px;
  text-decoration: none;
  color: #ffffff;
}

.header__albumQuickAccess {
  display: inline-block;
  float: right;
  cursor: pointer;
  margin: 4px 0 5px;
}

.header__secCta {
  display: inline-block;
  float: right;
  margin-right: 20px;
}

.header__menuSlider {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 45%;
  min-width: 260px;
  height: 100%;
  max-width: 300px;
  background-color: #2e4553;
  color: #ffffff;
  text-align: left;
  padding: 20px 5%;
  z-index: 20;
  transform: translate(-100%, 0%);
  transition: all 0.3s ease;
}

@media (max-width: 440px) {
  .header__menuSlider {
    padding: 20px 10%;
  }
}

.header__menuSliderClose {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
  cursor: pointer;
}

.header__menuSliderInner {
  display: table;
  height: 100%;
}

.header__menuClosing {
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-align: center;
}

@media (max-width: 440px) {
  .header__menuClosing {
    max-width: 85%;
  }
}

.header__menuClosingLogo img {
  max-width: 100%;
}

@media (max-width: 440px) {
  .header__menuClosingLogo img {
    width: 90%;
  }
}

.header__albumQuickAccessWrap {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 70%;
  max-width: 350px;
  height: 100%;
  padding: 15px;
  background-color: #f7f7f7;
  text-align: center;
  z-index: 20;
  overflow-y: auto;
  transform: translate(100%, 0%);
  transition: all 0.3s ease;
}

.header__albumQuickAccessClose {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.header__albumQuickAccessTitle {
  text-align: left;
  margin: 0 0 10px;
  font-family: "Helvetica-bold";
  font-size: 20px;
}

.header__albumQuickAccessItem {
  display: inline-block;
  width: 49%;
  padding: 3% 1%;
}

.header__albumQuickAccessItem img {
  width: 100%;
  max-width: 100%;
}

.header__albumQuickAccessItemWrap {
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
}

.header__albumQuickAccessItemWrap img {
  transition: all 0.3s ease;
}

.header__albumQuickAccessItemWrap:hover img {
  transform: scale(1.05);
}

.header__albumQuickAccessItemDesc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  letter-spacing: 2px;
  padding: 45% 0;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  z-index: 1;
}

@media (max-width: 400px) {
  .header__albumQuickAccessItemDesc {
    font-size: 11px;
  }
}

.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 15;
  display: none;
}

#triggerQA,
#triggerMenu {
  display: none;
}

#triggerMenu:checked + .header__menuSlider {
  transform: translate(0%, 0%);
}

#triggerQA:checked ~ .overlay {
  display: block;
}

#triggerQA:checked + .header__albumQuickAccessWrap {
  transform: translate(0%, 0%);
}

#closeIcn {
  width: 15px;
}

.preloader {
  display: block;
}

.preloader.hideLoader {
  display: none;
}

.preloader__inner {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #dad9d9;
  display: table;
  width: 100%;
  height: 100%;
  z-index: 50;
}

.preloader__innerWrap {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

.preloader__innerWrap img {
  width: auto;
  max-width: 100%;
}

/* fonts */
@font-face {
  font-family: 'Helvetica-light';
  src: url("../../../fonts/HelveticaNeueThin.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica-medium';
  src: url("../../../fonts/HelveticaNeueMedium.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica-bold';
  src: url("../../../fonts/HelveticaNeueBold.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.woff?rky5kk") format("woff"), url("../fonts/icomoon.ttf?rky563") format("truetype"), url("../fonts/icomoon.svg?rky56#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  padding: 15px 10%;
  background-color: #f5f5f5;
  color: #868686;
}

@media (max-width: 768px) {
  .footer__inner {
    display: block;
    text-align: center;
    padding: 15px 5%;
  }
}

@media (max-width: 400px) {
  .footer__inner {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .footer__inner span {
    display: block;
    margin: 0 0 5px;
  }
}

.footer__inner span:last-child {
  float: right;
}

@media (max-width: 768px) {
  .footer__inner span:last-child {
    float: none;
  }
}

.timeline__inner {
  padding: 1% 0 3%;
  width: 75%;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .timeline__inner {
    width: 85%;
  }
}

.timeline__title {
  font-size: 33px;
  margin: 0 0 40px;
}

@media (max-width: 640px) {
  .timeline__title {
    font-size: 26px;
    text-align: center;
  }
}

.timeline__item {
  padding: 0 0 40px 20px;
  border-left: 3px solid #1d2f39;
}

.timeline__item:last-child {
  border-color: transparent;
}

.timeline__item:last-child .timeline__itemYear:after {
  background-color: #1d2f39;
}

.timeline__item:first-child .timeline__itemYear:after {
  background-color: #fff;
}

.timeline__item:first-child .timeline__itemYear:after, .timeline__item:last-child .timeline__itemYear:after {
  content: "";
  position: absolute;
  left: -38px;
  top: -18px;
  height: 26px;
  width: 3px;
}

.timeline__item:nth-child(2n) .timeline__itemInner {
  max-width: 50%;
}

@media (max-width: 640px) {
  .timeline__item:nth-child(2n) .timeline__itemInner {
    max-width: 100%;
  }
}

.timeline__item:nth-child(3n) .timeline__itemInner {
  max-width: 65%;
}

@media (max-width: 640px) {
  .timeline__item:nth-child(3n) .timeline__itemInner {
    max-width: 100%;
  }
}

.timeline__itemInner {
  display: inline-block;
  width: auto;
  max-width: 60%;
  background-color: #e6e6e6;
  padding: 15px;
  border-radius: 4px;
}

@media (max-width: 640px) {
  .timeline__itemInner {
    max-width: 100%;
  }
}

.timeline__itemYear {
  position: relative;
  color: #136b9b;
  margin: 0 0 5px;
  font-size: 18px;
}

.timeline__itemYear:before {
  content: "";
  position: absolute;
  left: -44px;
  width: 15px;
  height: 15px;
  background-color: #1d2f39;
  border-radius: 50%;
  z-index: 1;
}

.timeline__itemTitle {
  color: #333;
  font-size: 16px;
}

@media (max-width: 640px) {
  .timeline__itemTitle {
    font-size: 14px;
  }
}

.timeline__itemDescp {
  font-size: 14px;
  color: #999;
}

.timeline__itemPic, .timeline__itemPicDesc {
  margin: 10px 0 0;
}

.timeline__itemPicDesc {
  color: #999999;
}

.timeline__itemPicDesc span {
  color: #000000;
}

.timeline__itemPic img {
  width: 100%;
  max-width: 100%;
}
