@font-face {
  font-family: Walsheim;
  src: url("font/GT-Walsheim-Pro-Light.ttf");
  font-weight: 100;
}
@font-face {
  font-family: Walsheim;
  src: url("font/GT-Walsheim-Pro-Regular.ttf");
  font-weight: 300;
}
@font-face {
  font-family: Walsheim;
  src: url("font/GT-Walsheim-Pro-Medium.ttf");
  font-weight: 400;
}
@font-face {
  font-family: Walsheim;
  src: url("font/GT-Walsheim-Pro-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: Walsheim;
  src: url("font/GT-Walsheim-Pro-Ultra-Bold.ttf");
  font-weight: 900;
}

body {
  background-color: #ffffff;
  font-family: 'Walsheim', sans-serif;
  font-size: 22px;
  line-height: normal;
  font-weight: normal;
  color: #ffffff;
  margin: 0;
}

a:active,
a:link,
a:visited {
  color: #5da9dd;
  text-decoration: none;
}

a:hover {
  color: #4b6ba3;
  text-decoration: none;
  transition: all .7s ease-in-out;
}

.dark-blue-link a:active,
.dark-blue-link a:link,
.dark-blue-link a:visited {
  color: #4b6ba3;
  text-decoration: none;
}

.dark-blue-link a:hover {
  color: #244378;
  text-decoration: none;
  transition: all .7s ease-in-out;
}

.light-gray-link a:active,
.light-gray-link a:link,
.light-gray-link a:visited {
  color: #9fb0bf !important;
  text-decoration: none;
}

.light-gray-link a:hover {
  color: #bdd1e2 !important;
  text-decoration: none;
  transition: all .7s ease-in-out;
}

h1 {
  margin: 0;
  padding: 0 200px;
  font-size: 65px;
  line-height: 70px;
  font-weight: 900;
  color: #8cb3e3;
}

h2 {
  margin: 0 0 35px;
  padding: 0;
  font-size: 55px;
  line-height: 50px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #ffffff;
}

h3 {
  margin: auto;
  padding: 50px 0;
  font-size: 80px;
  line-height: 85px;
  font-weight: 900;
  color: #ffffff;
  text-align: left;
  text-shadow: 4px 4px 4px #000000;
}

h4 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  color: #9dc2ff;
  text-align: left;
}

h6 {
  margin: 0 0 35px;
  padding: 0;
  font-size: 60px;
  line-height: 65px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #ffffff;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.img-full-width img {
  width: 100%;
  height: auto;
  display: block;
}

.logo {
  float: left;
  margin-left: 50px;
}

.logo-header {
  float: right;
  margin-right: 50px;
}

.copyright {
  float: right;
  margin-right: 50px;
  color: #558ed5;
  font-size: 10px;
  font-weight: 300;
}

.fa-angle-up {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #4b6ba3;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

/*----- menu -----*/
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);

.fa-bars {
  border-radius: 3px;
  padding: 0 !important;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 30px !important;
  font-weight: lighter !important;
  color: #4b6ba3;
  padding: 0;
}

#MainMenu {
  display: block;
  background-color: #333333;
  padding-top: 25px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

#MainMenuUl {
  width: 260px;
  height: 100vh;
  display: none;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow-y: auto;
}

#MainMenuBtnOpen {
  max-width: initial;
  position: absolute;
  display: block;
  left: 100%;
  top: 20px;
  margin-left: 50px;
  cursor: pointer;
  z-index: 999999;
}

.responsive-menu {
  display: block;
}

.responsive-nav {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.responsive-nav ul {
  padding: 0;
}

.responsive-nav li {
  width: 100%;
  position: relative;
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
}

.chapter-home-link a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 3px;
  background-color: #c5d8f1;
  -webkit-transition: width .2s ease-in;
  -moz-transition: width .2s ease-in;
  -ms-transition: width .2s ease-in;
  transition: width .2s ease-in;
}

.chapter-one-link a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 3px;
  background-color: #0f2b5d;
  -webkit-transition: width .2s ease-in;
  -moz-transition: width .2s ease-in;
  -ms-transition: width .2s ease-in;
  transition: width .2s ease-in;
}

.chapter-two-link a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 3px;
  background-color: #574a7a;
  -webkit-transition: width .2s ease-in;
  -moz-transition: width .2s ease-in;
  -ms-transition: width .2s ease-in;
  transition: width .2s ease-in;
}

.chapter-three-link a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 3px;
  background-color: #e7af84;
  -webkit-transition: width .2s ease-in;
  -moz-transition: width .2s ease-in;
  -ms-transition: width .2s ease-in;
  transition: width .2s ease-in;
}

.chapter-four-link a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 3px;
  background-color: #bd9ba4;
  -webkit-transition: width .2s ease-in;
  -moz-transition: width .2s ease-in;
  -ms-transition: width .2s ease-in;
  transition: width .2s ease-in;
}

.chapter-five-link a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 3px;
  background-color: #60bbb9;
  -webkit-transition: width .2s ease-in;
  -moz-transition: width .2s ease-in;
  -ms-transition: width .2s ease-in;
  transition: width .2s ease-in;
}

.chapter-home-link a.open:hover:before,
.chapter-home-link a:hover:before {
  width: 100%;
  -webkit-transition: width .2s ease-in;
  -moz-transition: width .2s ease-in;
  -ms-transition: width .2s ease-in;
  transition: width .2s ease-in;
}

.chapter-one-link a.open:hover:before,
.chapter-one-link a:hover:before {
  width: 100%;
  -webkit-transition: width .2s ease-in;
  -moz-transition: width .2s ease-in;
  -ms-transition: width .2s ease-in;
  transition: width .2s ease-in;
}

.chapter-two-link a.open:hover:before,
.chapter-two-link a:hover:before {
  width: 100%;
  -webkit-transition: width .2s ease-in;
  -moz-transition: width .2s ease-in;
  -ms-transition: width .2s ease-in;
  transition: width .2s ease-in;
}

.chapter-three-link a.open:hover:before,
.chapter-three-link a:hover:before {
  width: 100%;
  -webkit-transition: width .2s ease-in;
  -moz-transition: width .2s ease-in;
  -ms-transition: width .2s ease-in;
  transition: width .2s ease-in;
}

.chapter-four-link a.open:hover:before,
.chapter-four-link a:hover:before {
  width: 100%;
  -webkit-transition: width .2s ease-in;
  -moz-transition: width .2s ease-in;
  -ms-transition: width .2s ease-in;
  transition: width .2s ease-in;
}

.chapter-five-link a.open:hover:before,
.chapter-five-link a:hover:before {
  width: 100%;
  -webkit-transition: width .2s ease-in;
  -moz-transition: width .2s ease-in;
  -ms-transition: width .2s ease-in;
  transition: width .2s ease-in;
}

.responsive-nav li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 15px 10px 30px;
}

.chapter-home-link a:active,
.chapter-home-link a:focus,
.chapter-home-link a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #c5d8f1;
}

.chapter-one-link a:active,
.chapter-one-link a:focus,
.chapter-one-link a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0f2b5d;
}

.chapter-two-link a:active,
.chapter-two-link a:focus,
.chapter-two-link a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #574a7a;
}

.chapter-three-link a:active,
.chapter-three-link a:focus,
.chapter-three-link a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #e7af84;
}

.chapter-four-link a:active,
.chapter-four-link a:focus,
.chapter-four-link a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #bd9ba4;
}

.chapter-five-link a:active,
.chapter-five-link a:focus,
.chapter-five-link a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #60bbb9;
}

/*----- header -----*/
#header-wrapper {
  width: 100%;
  overflow: auto;
  background-color: rgba(255,255,255,0.7);
  border-bottom: solid 1px rgba(93,169,221,0.7);
  padding: 15px 0;
  position: fixed;
}

.home-logo img {
  max-width: 700px;
  padding: 100px 0 0 100px;
}

.header-title {
  display: block;
  background-color: #33578C;
  padding: 20px 20px 20px 100px;
  text-transform: uppercase;
  color: #c1dbd9;
  font-size: 35px;
  letter-spacing: 4px;
}

/*----- body content -----*/
.slide-wrapper {
  width: 100%;
  overflow: auto;
  padding: 50px 0;
}

.content-wrap {
  max-width: 1400px;
  width: calc(100% - 100px);
  overflow: auto;
  margin: auto;
  padding: 50px;
}

.second-column {
  width: calc(50% - 30px);
  overflow: auto;
  float: left;
  padding: 0 15px;
}

.second-column-npd {
  width: 50%;
  overflow: auto;
  float: left;
  padding: 0;
  background-color: #fff;
}

.sec-col {
  float: left;
}

.third-column {
  width: calc(33.333333% - 30px);
  overflow: auto;
  float: left;
  padding: 0 15px;
}

.third-column-30 {
  width: calc(33.333333% - 60px);
  overflow: auto;
  float: left;
  padding: 0 30px;
}

.third-height {
  overflow: auto;
  display: block;
  padding-bottom: 150px;
}

.quarter-column {
  width: 25%;
  overflow: auto;
  float: left;
}

.quarter-column-pd {
  width: calc(25% - 36px);
  overflow: auto;
  display: inline-block;
  vertical-align: bottom;
  padding: 0 15px;
}

.one-third-column {
  width: calc(33.333333% - 30px);
  overflow: auto;
  float: left;
  padding: 0 15px;
}

.two-third-column {
  width: calc(66.666666% - 30px);
  overflow: auto;
  float: left;
  padding: 0 15px;
}

.six-column-pd {
  width: calc(16.66666% - 36px);
  overflow: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 15px;
}

.seven-column {
  width: 14.285%;
  overflow: auto;
  float: left;
  margin: 15px 0;
}

.eight-column {
  width: 12.5%;
  overflow: auto;
  float: left;
}

/*----- intro -----*/
.info-box {
  overflow: auto;
  margin-top: 90px;
  margin-left: 180px;
}

.info-box h1 {
  margin: 0;
  padding: 0;
  font-size: 45px;
  line-height: normal;
  font-weight: 400;
  color: #558ed5;
}

.content-box {
  display: block;
  overflow: auto;
  padding: 100px;
}

.content-box-mobile {
  display: block;
  overflow: auto;
  padding: 100px;
}

/*----- 1st chapter -----*/
.chapter-wrapper {
  width: 100%;
  overflow: auto;
}

.visa-box {
  width: calc(66.66666% - 100px);
  overflow: auto;
  padding: 50px;
  background-color: rgba(11,40,92,0.95);
}

.light-blue-third {
  width: calc(33.33333% - 104px);
  overflow: auto;
  display: inline-block;
  vertical-align: top;
  margin: 25px 15px;
  padding: 20px;
  background-color: #0098d1;
  border: solid 15px #9edbff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
}

.dark-blue-title-bkgd {
  display: block;
  overflow: auto;
  padding: 50px 100px;
  background-color: #0f2b5d;
}

.dark-red-title-bkgd {
  display: block;
  overflow: auto;
  padding: 100px;
  background-color: #bd9ba4;
}

.six-column {
  width: 16.66666%;
  overflow: auto;
  float: left;
  margin: 75px 0;
}

.six-column img {
  width: 100%;
  display: block;
}

/*----- 2nd chapter -----*/
.about-slide {
  margin: 0 !important;
}

.about-slide h2 {
  margin: 0;
  padding: 0;
  font-size: 85px;
  line-height: 90px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
}

.ncr-box {
  width: calc(40% - 100px);
  overflow: auto;
  padding: 50px;
  background-color: rgba(0,0,0,0.5);
}

.ncr-box h4 {
  margin: 0;
  padding: 0;
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
}

.light-blue-full {
  width: calc(70% - 100px);
  overflow: auto;
  margin: auto;
  padding: 20px;
  background-color: #0098d1;
  border: solid 15px #9edbff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
}

/*----- 3rd chapter -----*/

/*----- 4th chapter -----*/

/*----- 5th chapter -----*/
.transparent-green-box {
  width: calc(100% - 100px);
  overflow: auto;
  padding: 50px;
  background-color: rgba(26,148,145,0.95);
}

/*----- footer -----*/
#footer-wrapper {
  width: 100%;
  overflow: auto;
  background-color: #ffffff;
  padding: 15px 0;
}

/*----- mobile -----*/
@media (max-width: 1200px) {
  h1 {
    margin: 0;
    padding: 0 75px;
    font-size: 65px;
    line-height: 70px;
    font-weight: 900;
    color: #04356F;
  }

  .ncr-box {
    width: calc(60% - 100px);
    overflow: auto;
    padding: 50px;
    background-color: rgba(0,0,0,0.5);
  }
}
@media (max-width: 1000px) {
  .home-logo img {
    max-width: 500px;
  }

  .info-box {
    overflow: auto;
    margin-top: 90px;
    margin-right: 45px;
    margin-left: 45px;
  }

  .visa-box {
    width: calc(100% - 100px);
    overflow: auto;
    padding: 50px;
    background-color: rgba(11,40,92,0.95);
  }

  .light-blue-third {
    width: calc(100% - 104px);
  }

  .quarter-column-pd {
    width: calc(25% - 16px);
    overflow: auto;
    display: inline-block;
    vertical-align: bottom;
    padding: 0 5px;
  }

  .light-blue-full {
    width: calc(100% - 100px);
  }
}
@media (max-width: 800px) {
  body {
    font-size: 18px;
  }

  h1 {
    margin: 0;
    padding: 0;
    font-size: 35px;
    line-height: 40px;
    font-weight: 900;
    color: #04356F;
  }

  .about-slide h2 {
    font-size: 45px;
    line-height: 35px;
  }

  h3 {
    margin: auto;
    padding: 0;
    font-size: 45px;
    line-height: 35px;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
    text-shadow: 4px 4px 4px #000000;
  }

  .home-logo img {
    max-width: 320px;
    margin: auto;
    padding: 100px 0 0;
  }

  .second-column {
    width: calc(100% - 30px);
    overflow: auto;
    float: left;
    margin: 10px 0 0;
    padding: 0 15px;
  }

  .second-column-npd {
    width: 100%;
    overflow: auto;
    float: left;
    padding: 0;
  }

  .third-column {
    width: calc(100% - 30px);
    overflow: auto;
    float: none;
    padding: 30px 15px;
  }

  .one-third-column {
    width: calc(100% - 30px);
    overflow: auto;
    float: left;
    padding: 25px 15px;
  }

  .two-third-column {
    width: calc(100% - 30px);
    overflow: auto;
    float: left;
    padding: 25px 15px;
  }

  .six-column-pd {
    width: calc(33.33333% - 36px);
  }

  .content-box {
    padding: 100px 50px;
  }

  .content-box-mobile {
    display: block;
    overflow: auto;
    padding: 0;
  }

  .logo {
    float: none;
    margin-left: 50px;
  }

  .copyright {
    float: none;
    margin-top: 25px;
    margin-right: 0;
    text-align: center;
  }

  .visa-box {
    width: calc(100% - 50px);
    overflow: auto;
    padding: 25px;
    background-color: rgba(11,40,92,0.95);
  }

  .light-blue-third {
    margin: 10px auto;
    display: block;
  }

  .quarter-column {
    width: 100%;
    overflow: auto;
    float: none;
    text-align: center;
    margin: 0 auto 50px;
  }

  .ncr-box {
    width: calc(100% - 30px);
    overflow: auto;
    padding: 15px;
    background-color: rgba(0,0,0,0.5);
  }

  .dark-blue-title-bkgd {
    padding: 50px 25px;
  }

  .dark-red-title-bkgd {
    padding: 50px 25px;
  }
}
@media (max-width: 600px) {
  .display-none {
    display: none;
  }

  .header-title {
    padding: 20px;
    font-size: 20px;
    text-align: center;
  }

  .info-box {
    overflow: auto;
    margin-top: 90px;
    margin-right: 15px;
    margin-left: 15px;
  }

  .info-box h1 {
    text-align: center;
    font-size: 25px;
  }

  .about-slide h2 {
    font-size: 25px;
    line-height: 25px;
  }

  .ana-quote {
    display: block;
    padding: 20px;
    background-color: rgba(75,107,163,0.7);
  }

  .slide-wrapper {
    width: 100%;
    overflow: auto;
    padding: 25px 0;
  }

  .quarter-column-pd {
    width: 100%;
    overflow: auto;
    display: block;
    vertical-align: bottom;
    padding: 0;
    text-align: center;
  }

  .light-blue-full {
    width: calc(100% - 50px);
    overflow: auto;
    margin: auto;
    padding: 20px;
    background-color: #0098d1;
    border: solid 5px #9edbff;
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
  }
}
@media (max-width: 500px) {
  .display-none {
    display: none;
  }

  .content-box {
    padding: 100px 25px;
  }

  .six-column-pd {
    width: 100%;
    margin: 15px 0;
  }

  .six-column {
    width: 100%;
    overflow: auto;
    float: left;
    margin: 0;
  }

  .seven-column {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .right-text-absolute {
    font-size: 15px;
    bottom: 50px;
  }

  .microsoft-ceo {
    margin-top: 0;
  }

  .schneider-ceo {
    margin-top: 0;
  }

  .contintal-ceo {
    margin-top: 0;
  }

  .wonder-ceo {
    margin-top: 0;
  }

  .everseen-ceo {
    margin-top: 0;
  }

  .lg-visible {
    display: none;
  }

  .sm-visible {
    display: block;
  }

  .font-size-35 {
    font-size: 27px;
  }

  .font-size-55 {
    font-size: 46px;
  }
}
@media (min-width: 501px) {
  .right-text-absolute {
    font-size: 25px;
    bottom: 235px;
  }

  .big-font-109 {
    font-size: 109px !important;
  }

  .microsoft-ceo {
    margin-top: -350px;
  }

  .schneider-ceo {
    margin-top: -300px;
  }

  .contintal-ceo {
    margin-top: -300px;
  }

  .wonder-ceo {
    margin-top: -330px;
  }

  .everseen-ceo {
    margin-top: -230px;
  }

  .lg-visible {
    display: block;
  }

  .sm-visible {
    display: none;
  }

  .font-size-35 {
    font-size: 35px;
  }
  .font-size-55 {
    font-size: 55px;
  }
}

.right-text-absolute {
  position: absolute;
  color: #39acee;
  font-weight: 700;
  right: 0;
  text-align: right;
}
