@import url("https://fonts.googleapis.com/css?family=Roboto:900");
@import url("https://p.typekit.net/p.css?s=1&k=wkt5rqz&ht=tk&f=32226.32227.32230.32231&a=13650290&app=typekit&e=css");

@font-face {
  font-family: "Stratum No1";
  src: url("../resources/fonts/stratum/stratumregular.ttf");
}

@font-face {
  font-family: "Stratum No1 light";
  src: url("../resources/fonts/stratum/stratumlight.ttf");
}

@font-face {
  font-family: "Stratum No1 black";
  src: url("../resources/fonts/stratum/stratumblack.ttf");
}

@font-face {
  font-family: "SegoeUI";
  src: url("../resources/fonts/segoe/segoeui.ttf");
}

@font-face {
  font-family: "SegoeUI black";
  src: url("../resources/fonts/segoe/segoeuibl.ttf");
}

@font-face {
  font-family: "AlbertSans blackitalic";
  src: url("../resources/fonts/AlbertSans/AlbertSans-BlackItalic.ttf");
}

html,
body,
.full-height {
  height: 100%;
}

body {
  background: url(/resources/images/kr-af.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*background: #06263b;*/
  color: #ded9e2;
  font-family: 'Roboto', 'Segoe UI', sans-serif;
  margin: 0 10px;
}

.bg-navy-kr {
  background-color: #0e2539;
}

.bg-grey-kr {
  background-color: #ded9e2;
}

.fg-navy-kr {
  color: #0e2539;
}

.fg-blue-kr {
  color: #26C6DA;
}

.fg-grey-kr {
  color: #ded9e2;
}

.fg-white {
  color: #fff;
}

.bg-new-navy-kr {
  background: #113147;
}

.fg-new-navy-kr {
  color: #113147;
}

a,
a:hover,
a:active {
  color: #CDD4DE;
}

.nav-bar {
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  -o-transition: top 0.3s;
  -ms-transition: top 0.3s;
  transition: top 0.3s;

  display: flex;
  flex-direction: column;
  align-items: stretch;
  z-index: 100;

  position: fixed;
  width: 100%;
}

.nav-bar-main {
  box-shadow: 0 0 16px 0 black;
  height: 56px;

  flex: 1 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  background: #06263b;
  z-index: 100;
}

.nav-bar-main--left {
  flex: 0 0 auto;
  margin-left: 24px;
}

.nav-bar-main--right {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-right: 24px;
}

.nav-item {
  flex: 0 0 auto;
  margin: 7px;
}

.nav-link {
  font-size: 1rem;
  padding: 0 8px;
}

.active .nav-link {
  border-bottom: 3px solid #26C6DA;
  font-family: "Stratum No1 black", sans-serif;
  color: #26C6DA;
}

.mobile-collapse {
  visibility: hidden;
  position: absolute;
}

/* Announcement banner */

.pitch-day-banner {
  font-family: "Stratum No1", sans-serif;
  text-transform: uppercase;
  background: #26C6DA;
  text-align: center;
  font-size: 2em;
  color: #06263b;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;

  flex: 1 0 auto;
  z-index: 3;
  width: 100%;

  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  -o-transition: top 0.3s;
  -ms-transition: top 0.3s;
  transition: top 0.3s;
}

.pitch-day-banner--bold {
  font-family: "Stratum No1 black", sans-serif;
  color: #06263b;
}

.pitch-day-banner a {
  color: #06263b;
  font-family: "Stratum No1", sans-serif;
}

.pitch-day-banner>#timer {
  font-family: "Stratum No1 black", sans-serif;
  color: #06263b;
  text-transform: lowercase;
}

/* Countdown Timer */
.hiring {

  /*background: #26C6DA;  !* fallback for old browsers *!*/
  /*background: -webkit-linear-gradient(to right, #a4ffb0, #26C6DA);  !* Chrome 10-25, Safari 5.1-6 *!*/
  /*background: linear-gradient(to right, #a4ffb0, #26C6DA); !* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *!*/
  /*background-blend-mode: soft-light;*/

  background: #26C6DA;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #26C6DA, #afffd0 80%, #26C6DA);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #26C6DA, #afffd0 80%, #26C6DA);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-blend-mode: soft-light;
  padding-left: 5px;
  padding-right: 15px;
  font-family: "Stratum No1 black", sans-serif;
}

/* Animated Particle CSS */

canvas {
  /* background-color: #000; */
  position: absolute;
  display: block;
  top: -70%;
  left: -70%;
  color: #80f441;
  opacity: 1;
  z-index: 1;
}

/* Start Home Video Banner Area */

.home_banner_area {
  margin-top: 16px;
}

.vid-body {
  /*height: 75vh !important;*/
  /*height: 557px;*/
  width: 100% !important;
  top: 0;
  left: 0;
  /*margin: 0 0 0 0;*/
  overflow: hidden;
  margin-top: 70px;
  position: relative;
}

.full-video-wrap {
  /*border: solid 1px #26C6DA;*/
  border-bottom: none;
  /*height: 720px;*/
  /*height: 75vh;*/
  /*max-height: 720px;*/
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
  overflow: hidden;
}

.full-video-wrap video {
  /*height: 85vh;*/
  width: 100%;
  z-index: 0;
  object-fit: cover;
  position: relative;
}

.vid-overlay {
  height: 557px;
  /*height: 85vh;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  background: #225470;
  opacity: 0.45;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  filter: alpha(opacity=45);
}

.new-vid-overlay {
  height: 490px;
  /*height: 85vh;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  background: #225470;
  opacity: 0.45;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  filter: alpha(opacity=45);
}

.vid-title {
  font-family: "Stratum No1";
  z-index: 2;
  font-size: 70px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  text-align: center;
  position: absolute;
  /*font-size: 4.5vw;*/

}


.contract-blog {
  background-color: #06263B;
  padding: 20px 16px 12px 16px;
  border-top: solid 6px #8593A6;
}

.mission-page-back {
  background-color: #06263B;
  padding: 20px 16px 12px 16px;
  border-top: solid 6px #26C6DA;
}


.under-construction-banner {
  margin: auto;
  font-size: 80px;

}

.apply-now {
  width: 100%;
  background: #cdd4de;
  color: #32455f;
  overflow: hidden;
  z-index: -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.apply-now-image {
  width: 50vw;
}

.apply-now-one {
  padding-bottom: 35px;
  padding-top: 35px;
}

.apply-now-one>a>h1 {
  text-align: center;
  width: 50vw;
  font-size: 2.5vw;
  color: #26C6DA;
  font-family: "Stratum No1 black", serif;
  text-transform: uppercase;
}

/* Start New Vision
============================================================================================ */

.new-vision {
  background: #06263B;
  border: solid 1px #8593A6;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 20px 10px 10px 10px;
  display: flex;
  justify-content: center;
}

.new-vision strong {
  color: #26C6DA;
}

.new-vision h3 {
  font-family: "Stratum No1", serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  line-height: 1.3em;
  font-size: 34px;
  /*font-size: 48px;*/
  width: 80vw;
}

.engagement {
  background-color: #06263B;
  /* fallback for old browsers */
  border-radius: 12px;
  border: solid 1px #26C6DA;
  /*margin-top: 20px;*/
}

.new-engagement-readmore {
  color: #26C6DA;
}

/* End New Vision
============================================================================================ */

.vision {
  background: #06263b;
  min-height: 10vh;
  padding-top: 40px;
  padding-bottom: 64px;
  display: flex;
  justify-content: center;
  line-height: 1;
}

.vision strong {
  color: #26C6DA;
}

.vision h1 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  font-size: 48px;
  width: 80vw;
}

.video-post {
  width: 300px;
}

hr.video-post-line {
  margin-top: 28px;
  border-color: #26C6DA;
}

.news-columns {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 40px;
}

.more-news {
  padding-left: 20px;
  float: right;
}

.news-top-row {
  flex-direction: row;
}

.news-left-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 auto;
  max-width: 50vw;
  padding-right: 20px;
  padding-left: 5vw;
}

.news-title {
  font-family: "Stratum No1", serif;
  color: #26C6DA;
  font-weight: 900;
  margin: 0 0 8px;
}

.page-top-title {
  font-family: "Stratum No1", serif;
  color: #26C6DA;
  font-weight: 900;
  /* padding-top: 90px; */
  margin: 0 0 8px;
}

.page-top-gap {
  margin-top: 90px;
}

.news-footer {
  font-family: "Stratum No1", serif;
  color: #26C6DA;
  font-weight: 900;
  margin: 0 0 32px;
  text-decoration: underline;
}

.news-home {
  margin: 0 auto;
}

.news-page {
  margin-top: 20px;
  padding-top: 20px;
}

.main-post {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.news-txt {
  color: #CDD4DE;
  padding-right: 10px;
}

.news-txt>h1 {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
}

.news-txt>sub {
  line-height: 1em;
  font-family: "Segoe UI", serif;
  font-size: 14px;
}

.news-txt>p {
  font-family: "Segoe UI", serif;
  margin-top: 30px;
  line-height: 2;
  font-weight: 100;
  font-size: 18px;
}

.news-img img {
  padding-top: 35px;
  max-width: 50vw;
  max-height: 416px;
  margin-right: 5vw;
}

.alternate-posts {
  width: 100%;
  height: 40vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 35px;
}

.mobile-only {
  visibility: hidden;
  position: absolute;
}


/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (max-width: 991.98px) and (-webkit-min-device-pixel-ratio: 2) {

  html,
  body {
    max-width: 100vw;
  }

  .mobile-only {
    visibility: visible;
    position: relative;
  }

  #navbar {
    background: #2D4562;
    box-shadow: 0px 1px 10px #000;
    width: 100vw;
    height: 70px;
  }

  .navbar-nav {
    flex-direction: row !important;
    margin: 0 auto !important;
  }

  .navbar-toggler {
    /*margin-left: 2vw;*/
    color: white;
    visibility: visible;
    position: relative;
  }

  .mobile-collapse {
    background: #2D4562;
    width: 100vw;
    visibility: visible;
    position: relative;
  }

}

/* pitch Responsive */

@media (max-width: 1336px) {
  .pitch-day-banner {
    font-size: 1.7em;
  }
}

@media (max-width: 1141px) {
  .pitch-day-banner {
    font-size: 1.6em;
  }
}

/* Video Slider Responsive */

@media (min-width: 576px) {
  .container {
    max-width: 992px;
    padding: 0px;
  }
}

@media (min-width: 375px) {
  .container {
    max-width: 992px;
    padding: 0px;
  }
}



/* Hide Video on Mobile phones */
@media (min-width: 320px) and (max-width: 480px) {
  .vid-title {
    font-size: 32px;
  }

  .pitch-day-banner {
    font-size: small;
    margin-top: 7px;
  }

  .new-vision h3 {
    font-size: 16px;
  }

  .navbar-brand {
    margin-right: 0px;
    padding-bottom: 0px;
  }

  .navbar-brand img {
    width: 60%;
  }

  .vid-body {
    margin-top: 44px;
    padding-top: 10px;
  }
}


/*-------------------- Testimonial Section -------------------------------- */

figure.snip1192 {
  font-family: 'SegoeUI', sans-serif;
  position: relative;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  min-width: 220px;
  max-width: 310px;
  width: 100%;
  text-align: left;
}

figure.snip1192 img {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 15px;
  display: inline-block;
  z-index: 1;
  position: relative;
}

figure.snip1192 blockquote {
  margin: 0;
  display: block;
  border-radius: 8px;
  position: relative;
  padding: 30px 14px 60px 14px;
  font-size: 0.8em;
  font-weight: 500;
  margin: 0 0 -40px;
  line-height: 1.6em;
  border-bottom: none;
}

figure.snip1192 blockquote:before,
figure.snip1192 blockquote:after {
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}

figure.snip1192 blockquote:before {
  top: 35px;
  left: 20px;
}

figure.snip1192 blockquote:after {
  right: 20px;
  bottom: 35px;
}

figure.snip1192 .author {
  font-family: "Stratum No1", sans-serif;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
}

figure.snip1192 .author h5 {
  font-family: "AlbertSans blackitalic", sans-serif;
  margin: 0;
  font-weight: 900;
  color: #26C6DA;
}

figure.snip1192 .author h5 span {
  font-family: 'Roboto', 'Segoe UI', sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  text-transform: none;
  display: block;
}

/* Leadership */
figure.snip1192 .author h6 {
  opacity: 0.8;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #26C6DA;
}

figure.snip1192 .author h6 span {
  color: #CDD4DE;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  display: block;
}

/* Specific CSS for home page new sections */

.jumbotron {
  background: url("/resources/images/testimonial/testimonial_1.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  font-weight: 900;
  position: relative;
  overflow: hidden;
  /*background-color: #06263b;*/
  border: #26C6DA solid 1px;
}

.jumbotron video {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  /*  object-fit is not supported on IE  */
  object-fit: cover;
  opacity: 0.4;
}

.jumbotron .container {
  z-index: 2;
  position: relative;
  padding-left: 50px;
}

.jumbotron h1 {
  font-family: "SegoeUI black", sans-serif;
}

/* Carousel Indicators for testimonial section */
.carousel-indicators2 {
  margin-top: 30px;
  margin-left: 30px;
  width: 100px;
}

.row-offcanvas {
  margin-top: 20px;
}

.text-white {
  border: #26C6DA solid 1px;
  font-family: "SegoeUI", sans-serif;
}

.vp-center {
  display: block;
}


/*-------------------- Potcast -------------------------------- */


/*-------------------- Footer -------------------------------- */

.full {
  width: 100%;
}

.gap {
  height: 30px;
  width: 100%;
  clear: both;
  display: block;
}

.footer {
  background: #06263b;
  background-image: url("/resources/images/footer-img.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  height: auto;
  padding: 20px 30px 20px 30px;
  position: relative;
  width: 100%;
  opacity: 0.6;
  margin-bottom: 10px;
  border-top: 6px solid #26C6DA;
  border-bottom: 4px solid #26C6DA;
  border-right: 1px solid #8593A6;
  border-left: 1px solid #8593a6;
}

.footer p {
  margin: 0;
}

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

.footer h3 {
  border-bottom: 1px solid #BAC1C8;
  color: #CDD4DE;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  padding: 40px 0 10px;
  text-transform: uppercase;
}

.footer ul {
  font-size: 14px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.footer ul li a {
  padding: 0 0 5px 0;
  display: block;
}

.footer a {
  color: #CDD4DE;
}

.footer a:hover {
  color: #26C6DA;
}

.supportLi h4 {
  font-size: 20px;
  font-weight: lighter;
  line-height: normal;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.social li {
  /*background: none repeat scroll 0 0 #CDD4DE;*/
  border: 2px solid #B5B5B5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  float: left;
  height: 36px;
  line-height: 36px;
  margin: 0 4px 26px 0;
  padding: 0;
  text-align: center;
  width: 36px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

/* .social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
} */

.social li a {
  color: #EDEFF1;
}

.social li:hover {
  border: 2px solid #fff;
  background: #26C6DA;
}

.social li a i {
  font-size: 16px;
  margin: 0 0 0 5px;
}

.footer-bottom {
  background: #E3E3E3;
  border-top: 1px solid #DDDDDD;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* ============================================================================================ */