.main-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding: 5px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #313f6a;
}

.image {
  display: block;
}

.brand {
  width: 100%;
  max-width: 200px;
}

.nav-link {
  color: #fff;
}

.nav-link:hover {
  color: #feca2f;
}

.button {
  color: #fff;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-2 {
  border-style: solid;
  border-width: 2px;
  border-color: #feca2f;
  border-radius: 4px;
  background-color: rgba(56, 152, 236, 0);
  color: #feca2f;
}

.button-2:hover {
  background-color: #feca2f;
  color: #333f6b;
}

.icon {
  color: #fff;
}

.dropdown-toggle {
}

.dropdown-toggle:hover {
  color: #feca2f;
}

.dropdown-toggle.w--open {
  background-color: #5E2A3D;
}

.dropdown-list {
  background-color: #5E2A3D;
}

.dropdown-list.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-bottom: 15px;
  background-color: #5E2A3D;
}

.dropdown-link {
  color: #fff;
}

.dropdown-link.title {
  color: #feca2f;
}

.dropdown.click {
  display: none;
}

.hero-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  padding: 160px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://www.futuretalentlearning.com/hubfs/2021%20FTL/Imagery/BG%20Image-100.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-conf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  padding: 160px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  width: 50%;
  margin-left: 40px;
}

.hero-image {
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.left-col {
  width: 40%;
}

.left-col-simple {
  width: 50%;
}

.button-yellow {
  border-style: solid;
  border-width: 2px;
  border-color: #feca2f;
  border-radius: 4px;
  background-color: #feca2f;
  color: #333f6b;
  font-family: 'Euclid Circular B Medium';font-size: 16px;
  padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.button-yellow:hover {
  border-color: #ffe189;
  background-color: #ffe189;
  color: #333f6b;
}

.button-sidebar {
  margin-top: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #feca2f;
  border-radius: 4px;
  background-color: #feca2f;
  color: #333f6b;
  font-family: 'Euclid Circular B Medium';font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.button-sidebar:hover {
  border-color: #ffe189;
  background-color: #ffe189;
  color: #333f6b;
}

.button-talk {
  border-style: solid;
  border-width: 2px;
  border-color: #feca2f;
  border-radius: 2px;
  line-height: 40px;
  background-color: #feca2f;
  padding-left: 25px; padding-right: 25px;
  color: #333f6b;
  font-family: 'Euclid Circular B Medium';font-size: 16px;
}

.button-talk:hover {
  border-color: #ffe189;
  background-color: #ffe189;
  color: #333f6b;
}

.button-whiteoutline {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 4px;
  background-color: rgba(56, 152, 236, 0);
  color: #fff;
  margin-left: 15px;
}

.button-whiteoutline:hover {
  background-color: #fff;
  color: #333f6b;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1320px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.centered-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: left;
  margin-left: -15px;
}

.button-outlineblue {
  margin-right: 15px;
  margin-left: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #5E2A3D;
  border-radius: 4px;
  background-color: rgba(56, 152, 236, 0);
  color: #5E2A3D;
  font-size: 16px;
  margin-top: 10px;
  font-family: 'Euclid Circular B Medium';
}

.button-outlineblue:hover {
  background-color: #5E2A3D;
  color: #fff;
}


.button-blue {
  margin-right: 15px;
  margin-left: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #333f6b;
  border-radius: 4px;
  background-color: #5E2A3D;
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  font-family: 'Euclid Circular B Medium';
}

.button-blue:hover {
  background-color: #5E2A3D;
   border-color: #5E2A3D;
  color: #fff;
}



.simple-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45vh;
  padding: 160px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
   background-position: center;
  background-size: cover;
  z-index: 999;
    position: relative;
}
.button-div {
display: flex;
    align-items: center;
    justify-content: space-around;
    width: 60%;
}

.simple-hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1320px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
   .simple-hero h1 { font-size: 70px; line-height: 68px; color: #fff;}

.img-mobile {
    display: none;
}

.img-mobile-open {display: none;}
.crs-mobile {
    display: none;
}

.tab-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-tab {
  width: 250px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid solid none;
  border-width: 2px;
  border-color: #333f6b;
  border-radius: 4px 4px 0px 0px;
  background-color: rgba(56, 152, 236, 0);
  color: #333f6b;
  font-size: 16px;
  text-align: center;
  font-family: 'Euclid Circular B SemiBold';
}

.button-tab:hover {
  background-color: #333f6b;
  color: #fff;
}

.button-tab-current {
  width: 250px;
  font-family: 'Euclid Circular B SemiBold';
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f7;
  border-radius: 4px 4px 0px 0px;
  background-color: #f5f5f7;
  color: #333f6b;
  font-size: 16px;
  text-align: center;
}

.more-info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-2 {
  max-width: 100px;
}

.mission-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mission-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  height: 250px;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mission-title {
  margin-bottom: 35px;
}

._3col-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.col-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  height: auto;
  margin-bottom: 0px;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.video-section {
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-top: 25px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-evenly;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: stretch;
}

.video-tile {
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 31%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 25px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 5px 10px 5px rgb(0 0 0 / 5%);
  position: relative;
}

.pillar-tile {
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
min-height: 750px;
    margin-top: 0px;
    margin-bottom: 25px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 5px 10px 5px rgb(0 0 0 / 5%);
  position: relative;
}

.video-tile-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 150px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cta {
  margin-bottom: 35px;
}

._2box-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 25px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: stretch;
}

._2box-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 150px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._2box-title {
  margin-bottom: 16px;
}

._2button-wrap {
  margin-top: 30px; margin-left: -15px;
}

._2box-tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 25px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: flex-start
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 5px 10px 5px rgb(0 0 0 / 5%);
}

._2box-image {
  width: 100%;
  height: 0px;
  min-height: 350px;
  background-position: 0px 0px;
  background-size: cover;
}

/*OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO*/

@media screen and (max-width: 991px) {
  
  .img-mobile {
    display: block;
}
  .img-mobile-open { display: block; }
  
    .img-desktop {
    display: none;
}
  
  .button-div {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 60%;
    flex-direction: column;
}
  
      .img-desktop-open {
    display: none;
}
  
  img-desktop-open {
    display:none;}
  
  
   .simple-hero h1 { font-size: 36px; line-height: 40px;}
  
  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  
  .main-wrap {  padding-right: 0px;
    padding-left: 0px; }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #5E2A3D;
  }

  .dropdown-toggle {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #feca2f;
  }

  .menu-button.w--open {
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .icon-2 {
    color: #feca2f;
    font-size: 50px;
  }
  
    .dropdown {
    display: none;
    width: 100%;
  }

  .dropdown.click {
    display: block;
  }

  .button-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px 10px 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-home {
    background-position: center;
    background-color: #5E2A3D;
  }
  
  .hero-conf {
background-position: center;
    padding: 15px 5px;
}

  .left-col {
    width: 50%;
  }
  .left-col-simple {
  width: 50%;
}

  .button-yellow {
    margin-bottom: 15px;
  }
    .simple-hero {
    padding-bottom: 20px;
    background-position: 80%;
    background-size: auto, cover;
      min-height: 55vh;
  }

  .simple-hero-section {
    max-width: 1320px;
  }
  .more-info-row {
    width: 100%;
  }

  .col1 {
    width: 45%;
  }
  .more-info-row {
    width: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: row;
    flex-wrap: wrap;
}
   .mission-wrap {
    width: 45%;
    height: 200px;
  }
   ._3col-section {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .col-wrap {
    width: 45%;
    height: auto;
    margin-bottom: 25px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  
   .video-section {
    height: auto;
  }

  .video-tile {
    width: 31%;
    height: auto;
  }
  
    ._2box-section {
    height: auto;
  }

  ._2box-tile {
    width: 48%;
    height: auto;
  }

  ._2box-image {
    background-position: 50% 0%;
  }
}

/*OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO*/

@media screen and (max-width: 767px) {
  .hero-home h1 { font-size: 36px; line-height: 42px;}
  .simple-hero h1 { font-size: 28px; line-height: 30px;}
  .navbar {
    padding-right: 20px;
    padding-left: 20px;
  }
  
  .main-wrap {  padding-right: 0px;
    padding-left: 0px; }

  .nav-menu {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-home {
    padding: 40px 20px;background-position: left;background-image: none !important;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image-mask {
    display: none;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .left-col {
    width: 70%;
  }
  .left-col-simple {
  width: 70%;
}
    .centered-buttons {padding-top: 15px; padding-bottom: 15px;
  }
    .simple-hero {
    padding: 40px 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
      min-height: 55vh;
  }
    .hero-section {margin:0px;
  }
  
  .tab-buttons {
    width: 100%;
  }

  .button-tab {
    margin-right: 5px;
    margin-left: 5px;
  }

  .button-tab-current {
    margin-right: 5px;
    margin-left: 5px;
  }
  
    .crs-mobile {
    display: block;
}
  
    .crs-desktop {
    display: none;
}
  
  
  .more-info-row {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .col1 {
    width: 50%;
  }
    .mission-wrap {
    height: 150px;
  }

  .col-wrap {
    width: 95%;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
   .video-tile {
    height: auto;
  }
    .video-tile {
    height: auto;
  }

  ._2box-tile {
    height: auto;
  }
}

/*OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO*/

@media screen and (max-width: 479px) {
  .navbar {
    padding-right: 5px;
    padding-left: 5px;
  }

  .dropdown-list.w--open {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-button.w--open {
    padding-right: 5px;
    padding-left: 5px;
  }

  .hero-home {
    min-height: auto;
    background-color: #5E2A3D;
    background-image: none;
    background-size: auto;
    background-position: left;
  }

  .hero-image-mask {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-image {
    display: block;
    width: auto;
    height: auto;
  }

  .left-col {
    width: 100%;
  }
  .left-col-simple {
  width: 100%;
}

  .button-yellow {
    margin-bottom: 5px;
  }

  .hero-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;margin:0px;
  }
  
    .centered-buttons {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-outlineblue {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
  }
    .simple-hero {
    min-height: 50vh;
/*     background-color: #333f6b; */
 background-position: 80%;
    background-size: auto, cover;
  }

  .simple-hero-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .more-info-row {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col1 {
    width: 90%;
  }
    .mission-wrap {
    width: 90%;
    margin-bottom: 15px;
  }
  
  .col-wrap {
    width: 90%;
    margin-bottom: 15px;
  }
    .video-tile, .video-tile2 {
    width: 100% !important;
    margin-bottom: 15px !important;
  }
  
  ._2button-wrap {
    margin-top: 20px;
  }

  ._2box-tile {
    width: 90%;
    margin-bottom: 15px;
  }
}