/* color vars */
:root {
  --light-gold: #90b7e6;
  --light-gold-trans: #72a5e2;
  --med-gold: #4b91e6;
  --dark-gold: #d02b;
  --darker-gold: rgba(158, 1, 25, 0.733);

  --med-green: #7f9182;
  --dark-green: #535e54;
  --dark-green-opac: rgba(83, 94, 84, 0.65);

  --text-color-light: #eee;
  --text-color-dark: #666;
}



body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.06rem;
  /* color: var(--text-color-light); */
  background: radial-gradient(
    circle,
    rgba(83, 94, 84, 1) 0%,
    rgba(28, 36, 29, 1) 50%
  );
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

p {
  font-size: 1rem;
  line-height: 1.4rem;
  letter-spacing: 0;
  margin-bottom: 0.6rem;
  padding-top: 0.2rem;
  padding-bottom: 0;
  color: var(--text-color-dark);
}

a {
  cursor: pointer;
}

/* intro pages */
.DS-PR-1 {
  color: var(--text-color-light);
}

.DS-PR-2,
.lg-head {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 3.6rem;
  letter-spacing: -0.05rem;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 1rem;
  color: var(--text-color-light);
}

.DS-PR-3 {
  color: var(--text-color-light);
}

/* exp vid pages */
.head-2 {
  font-family: Georgia, serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.7rem;
  letter-spacing: -0.01rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  color: var(--text-color-dark);
}

.head-3 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0;
  margin-bottom: 0.4rem;
  padding-bottom: 0;
  color: var(--text-color-dark);
}

.head-30 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0;
  margin-bottom: 0.4rem;
  padding-bottom: 0;
  color: var(--darker-gold);
}

.head-4 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 0;
  margin-bottom: 0.4rem;
  padding-bottom: 0;
  color: var(--text-color-dark);
}

.head-8 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 4rem;
  line-height: 2rem;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 0.4rem;
  padding-bottom: 0;
  color: var(--text-color-dark);
}

/* bkgd images */
/* gray tinted background images */
.bkgd-1 {
  filter: brightness(40%);
  background: url(../images/ALbkgds/al1bg.jpg);
  /*background-color: #000;*/
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*opacity: 0.5;*/
}

.bkgd-2 {
  filter: brightness(40%);
  background: url(../images/ALbkgds/al2bg.jpg);
  /*background-color: #000;*/
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*opacity: 0.5;*/
}

.bkgd-3 {
  filter: brightness(40%);
  background: url(../images/ALbkgds/al3bg.jpg);
  /*background-color: #000;*/
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*opacity: 0.5;*/
}

.bkgd-4 {
  filter: brightness(40%);
  background: url(../images/ALbkgds/al4bg.jpg);
  /*background-color: #000;*/
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*opacity: 0.5;*/
}

.bkgd-5 {
  filter: brightness(40%);
  background: url(../images/ALbkgds/al5bg.jpg);
  /*background-color: #000;*/
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*opacity: 0.5;*/
}

.bkgd-6 {
  filter: brightness(40%);
  background: url(../images/ALbkgds/al6bg.jpg);
  /*background-color: #000;*/
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*opacity: 0.5;*/
}

.mc-intro1-right {
  height: 100%;
  width: 50%;
  border-left: 3px solid #90b7e6;
  padding: 0;
  margin: 0;
  background-image: url(../images/ALbkgds/al14bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mc-intro2-right {
  height: 100%;
  width: 50%;
  border-left: 3px solid #90b7e6;
  padding: 0;
  margin: 0;
  background-image: url(../images/al-graph.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mc-intro3-right {
  height: 100%;
  width: 50%;
  border-left: 3px solid #90b7e6;
  padding: 0;
  margin: 0;
  background-image: url(../images/ALbkgds/al16bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mc-intro4-right {
  height: 100%;
  width: 50%;
  border-left: 3px solid #90b7e6;
  padding: 0;
  margin: 0;
  background-image: url(../images/ALbkgds/al17bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mc-intro5-right {
  height: 100%;
  width: 50%;
  border-left: 3px solid #90b7e6;
  padding: 0;
  margin: 0;
  background-image: url(../images/ALbkgds/al13bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* layout */
#main-wrapper {
  position: absolute;
  top: 0vh;
  left: 0;
}

.white-fill {
  min-height: 80vh;
  max-height: 85vh;
  background: #fff;
  padding: 3rem 0 0 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.white-line {
  border: 1px solid #ffffffd9;
  padding: 0 !important;
}

.dark-type {
  color: var(--text-color-dark) !important;
}

.gold-type {
  color: var(--darker-gold) !important;
}

.gold-type2 {
  color: var(--darker-gold) !important;
  font-weight: 100;
  margin-left: 0rem;
}

.white-type {
  color: var(--text-color-light) !important;
}

.white-type3 {
  color: var(--text-color-light) !important;
  font-style: italic;
  line-height: 110%;
}

.white-type2 {
  color: var(--text-color-light) !important;
}

.white-type-btn {
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
}

.cta-1 {
  font-size: 1.1rem;
  line-height: 1.4rem;
  letter-spacing: 0;
  background-color: var(--darker-gold);
  color: var(--text-color-light) !important;
  margin-top: 1rem;
  padding: 1.5rem 3rem;
  text-align: center;
  transition: 0.3s;
}

.cta-1:hover {
  background-color: var(--dark-gold);
}

.overlay {
  position: relative;
  top: -200px;
}

.circle {
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  padding: 17px 16px 16px 19px;
  text-align: center;
}

.gold-circle {
  background-color: var(--darker-gold);
  width: 50px;
  height: 50px;
  border-radius: 25px;
  padding: 17px 16px 16px 19px;
  text-align: center;
}

.play-vid-btn {
  cursor: pointer;
}

#play-vid,
#play-video {
  cursor: pointer;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 16px;
  border-color: transparent transparent transparent var(--med-gold);
}

.cross {
  background: var(--darker-gold);
  height: 52px;
  position: relative;
  left: 37.5px;
  top: 15px;
  width: 5px;
}

.cross:after {
  background: var(--darker-gold);
  content: "";
  height: 5px;
  left: -22.5px;
  position: absolute;
  top: 23px;
  width: 52px;
}

.circle-gold-edge {
  background-color: #fff;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  text-align: center;
  border: 5px solid var(--darker-gold);
  cursor: pointer;
}

.circle-gold-edge:hover {
  background-color: var(--light-gold);
}

.sm-green-box {
  min-height: 50vh;
  background-color: var(--dark-green);
  padding: 1.8rem 2rem 2rem;
  color: var(--text-color-light) !important;
  position: relative;
  top: 110%;
}

.green-box {
  min-height: 75vh;
  background-color: var(--dark-green);
  padding: 1.8rem 2rem 2rem;
  color: var(--text-color-light) !important;
  position: relative;
  top: 110%;
}

.green-bkgd {
  background-color: var(--dark-green);
}

.bg-light {
  background-color: var(--light-gold) !important;
}

.box {
  background-color: #eee;
  border-radius: 6px;
  padding: 1rem;
}

.scroll-y {
  height: 60vh;
  overflow-y: auto;
  background-color: #f5ecd4;
  padding: 2rem;
}

.btn-gold {
  color: var(--text-color-light);
  background-color: var(--darker-gold);
  border-color: var(--darker-gold);
  border-radius: 0;
  padding: 0.5rem 1.5rem;
  transition: 0.3s;
  cursor: pointer;
}

.btn-gold:hover {
  background-color: var(--dark-gold) !important;
  color: #fff !important;
  border-color: var(--dark-gold) !important;
}

.btn-intro {
  color: #212529;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 0.75rem;
  font-size: 1rem;
}

.hidden {
  opacity: 0;
}

hr {
  border-top: 3px solid var(--dark-gold);
}

hr.plain {
  border-top: 1px solid var(--text-color-dark);
}

.small {
  font-size: 0.85rem;
  line-height: 0;
  letter-spacing: 0.04rem;
  font-weight: 400;
  padding-top: 0.8rem;
  margin-left: 0.4rem;
  color: rgb(150, 150, 150);
}

.bold {
  font-weight: 700;
}

.bold-red {
  font-weight: 700;
  color: #c20d00;
}

.par {
  margin-bottom: 1rem;
}

/* align, margins, padding */
.abs-bottom {
  position: absolute;
  bottom: 0;
  right: 40px;
  z-index: 10;
}

.align-right {
  text-align: right;
}

.centered {
  text-align: center;
}

.margin-right {
  margin-right: 1rem;
}

.margin-bottom {
  margin-bottom: 2rem;
}

.margin-top {
  margin-top: 1rem;
}

.margin-top-2 {
  margin-top: 3rem;
}

.margin-top-3 {
  margin-top: 6rem;
}

.full-screen {
  height: 100vh;
}

.full-screen2 {
  background-color: rgba(255, 255, 255, 0.5);
}

.full-screen3 {
  background-color: rgba(0, 0, 0, 1);
}

.full-height {
  height: 100%;
}

.bg-black {
  background-color: #000;
}

.auto-height-360 {
  height: 100%;
  padding: 1rem 4rem;
  margin-top: 2rem;
}

.pad-top {
  padding-top: 2rem;
}

.pad-bot {
  padding-bottom: 2rem;
}

.pt-6 {
  padding-top: 14rem;
}

.text-shadow {
  text-shadow: 2px 2px 8px #000;
}

.bg-trans {
  /* background-color: var(--light-gold-trans) !important; */
  /* background-color: #00000077 !important; */
  background-image: linear-gradient(#000000a4, #00000000 95%);
}

.nav-pills .nav-link {
  border-radius: 1rem;
  border: 1px solid #777;
  text-align: center;
}

.nav-link {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  line-height: 1.7rem;
  letter-spacing: 0rem;
  padding: 0;
  width: 1.8rem;
  text-align: center;
  transition: 0.3s;
  /*background-color: var(--dark-gold);*/
  /* margin-right: 0.1rem; */
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--darker-gold);
  color: #fff !important;
}

.nav-link:hover,
.next:hover,
.prev:hover {
  color: #fff !important;
  border-color: #fff !important;
}

.navbar-expand-sm .navbar-nav .nav-link {
  padding-right: 0.4rem;
  padding-left: 0.4rem;
  margin-left: 0.3rem;
  color: rgba(125, 125, 125, 1);
}

.nav-wide {
  width: 2.7rem;
  border: none !important;
  margin-left: 0.7rem;
  margin-right: 0.7rem;
}

.nav-wide.active {
  color: var(--darker-gold) !important;
  background-color: #00000000 !important;
}

.prev,
.next,
.all {
  padding: 0.4rem;
  height: 1.7rem;
  width: 1.7rem;
  font-size: 1.3rem;
  text-align: center;
  line-height: 0.75rem;
  /*background-color: var(--dark-gold);
    border-radius: 0.3rem !important;*/
  margin-left: 0.1rem;
  border: none !important;
  color: rgba(125, 125, 125, 1) !important;
}

.nav-vid.off {
  pointer-events: none;
}

/* checkbox */
/* label */
.check-label {
  display: block;
  position: relative;
  padding-left: 36px;
  margin-bottom: 28px;
  cursor: pointer;
  color: var(--text-color-dark);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* hide default checkbox */
.check-label input,
.form-check-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* custom checkbox */
.check-mark {
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 26px;
  border-radius: 1px;
  border: 0.5px solid var(--text-color-dark);
}

/* custom true-false question */
.tf-quest {
  font-size: 1rem;
  line-height: 1.4rem;
  letter-spacing: 0;
  margin-bottom: 0.8rem;
  padding-top: 0.2rem;
  padding-bottom: 0;
  color: var(--text-color-dark);
}

.tf-answer {
  color: var(--dark-green);
}

/* checkmark/indicator (hidden when not checked) */
.check-mark:after {
  content: "";
  position: absolute;
  display: none;
}

/* show checkmark/indicator when checked */
.check-label input:checked ~ .check-mark:after {
  display: block;
}

/* checkmark/indicator */
.check-label .check-mark:after {
  left: 8px;
  top: 5px;
  width: 9px;
  height: 13px;
  border: solid var(--text-color-dark);
  border-width: 0 3.5px 3.5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* flip cards */
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 200px;
  perspective: 1000px;
  cursor: pointer;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 200px;
  transition: transform 0.7s;
  transform-style: preserve-3d;
  border-radius: 10px;
  box-shadow: 6px 9px 6px rgba(0, 0, 0, 0.25);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 200px;
  border-radius: 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: var(--dark-gold);
}

.flip-card-back {
  background-color: var(--dark-green);
  color: #fff;
  transform: rotateY(180deg);
}

.fc-quote {
  padding: 2.4rem 2.4rem 2.4rem 2.4rem;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 1.3vw;
  line-height: 1.5;
  letter-spacing: 0em;
  color: rgb(66, 66, 66);
}

.lg-quote {
  font-size: 1.3vw;
  line-height: 0.1;
  margin-left: -10px;
  margin-right: 2px;
}

.fc-text {
  padding: 2.4rem 2.2rem 2rem 2.2rem;
  font-size: 1.2vw;
  line-height: 1.5;
  color: rgb(236, 236, 236);
}

/* background images */
.fc3-1 {
  background-image: url("../images/al-flip1.png");
  background-color: var(--dark-green);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fc3-2 {
  background-image: url("../images/al-flip2.png");
  background-color: var(--dark-green);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fc3-3 {
  background-image: url("../images/al-flip3.png");
  background-color: var(--dark-green);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*----------------- LULA MAE TRAINING INTRO ----------------------*/
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.modal-dialog {
  min-width: calc(100% - 9rem);
  margin: 1.75rem auto;
}

.vh-70 {
  min-height: 70vh;
}

.modal {
  width: 100%;
  height: 100vh;
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.55);
}

.fade {
  transition: opacity 0.6s linear;
}

.title-text {
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
  color: rgb(112, 112, 112);
}

.intro-text {
  font-family: Georgia, serif;
  font-size: 18px;
  color: rgb(112, 112, 112);
}

.close {
  position: absolute;
  right: 30px;
  top: 10px;
  font-size: 60px;
  color: #808080;
  display: block;
}

.close:hover {
  color: #90b7e6;
  cursor: pointer;
}

h1 span,
.ital-head {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
}

hr {
  display: block;
  border: solid 1px;
  width: 100%;
  color: #90b7e6;
}

#lm-main-title p {
  width: 80%;
  line-height: 1.8em;
  color: #fff;
}

#lm-main-title a {
  width: 150px;
  height: 70px;
  margin-top: 30px;
}

#dest-main-img {
  height: 100vh;
  overflow: hidden;
  border-left: 3px solid #90b7e6;
}

/* ---- END SLIDES ------*/
.backlink a {
  font-style: italic;
  font-weight: 300;
  width: 60%;
  margin-left: 70px;
  color: #90b7e6;
  transition: 0.3s;
  font-size: 14px;
}

.backlink a:hover {
  color: #fff;
  text-decoration: none;
}

#ref-main {
  background: radial-gradient(
    circle,
    rgba(83, 94, 84, 1) 0%,
    rgba(28, 36, 29, 1) 50%
  );
  height: 100vh;
  width: 100%;
  margin-left: 0;
}

.ref-title {
  font-size: 40px;
  width: 100%;
  font-family: Georgia, serif;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}

.end-survey-btn {
  color: #fff;
}

.end-survey-btn:hover {
  text-decoration: none;
}

#ref-cont p {
  color: #fff;
}

.ref-bl a {
  margin-left: 0px;
}

.ref-heading {
  font-family: Georgia, serif;
  font-size: 28px;
  color: #fff;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}

.ref-heading a {
  color: #90b7e6;
  transition: 0.5s;
}

.ref-heading a:hover {
  color: #fff;
  text-decoration: none;
}

.ref-btn {
  width: 200px;
}

.ref-btn a {
  margin-left: auto;
  margin-right: auto;
}

.rlr {
  border-left: 1px solid #90b7e6;
  padding-left: 70px;
}

.gold-border {
  border: solid 2px #90b7e6;
}


.num-3 {
  float: left;
  margin: -0.2rem 0.5rem 5rem 0;
  color: var(--dark-gold);
  border: 2px solid var(--dark-gold);
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
}



/*---- TOOLTIPS ---*/
.tooltip {
  border: none;
  padding: 5px;
  margin: 5px;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #535e54 !important;
}

.tooltip-inner {
  background-color: #535e54;
  opacity: 1;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  border: none;
  font-size: 12px;
  max-width: 240px !important;
}

/* carousel */
.carousel-caption-destiny {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 55%;
  right: 0%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding: 2rem;
  color: #fff;
  background-color: var(--dark-green-opac);
}

.carousel-caption-txt {
  padding: 5% 10% 0 0;
}

h5 {
  font-weight: 700;
}

/* meet destiny */
.destiny-intro1-left {
  height: 100%;
  width: 50%;
  /*background-color: var(--dark-green);*/
  padding: 0% 0% 0% 10%;
  margin: 0;
}

.destiny-intro1-text {
  padding: 0% 10% 0% 0%;
  margin: 0;
  width: 90%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4rem;
  letter-spacing: 0;
}

.destiny-intro1-right {
  height: 100%;
  width: 50%;
  border-left: 3px solid #90b7e6;
  padding: 0;
  margin: 0;
  background-image: url(../images/destiny-intro-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.traininglink {
  width: 60%;
}

.traininglink2 {
  width: 80%;
}

.training-btn {
  background-color: #4b91e6;
  color: #fff;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding: 10px;
  text-align: center;
  border: 1px solid #4b91e6;
  transition: 0.3s;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}

.training-btn:hover {
  background-color: #fff;
  color: #90b7e6;
  border: 1px solid #90b7e6;
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

.destiny-intro2-left {
  height: 100%;
  width: 45%;
  /*background-color: var(--dark-green);*/
  padding: 10% 0% 10% 10%;
  margin: 0;
}

.destiny-intro2-left img {
  /*min-width: 100%;*/
  max-height: 70vh;
  object-fit: cover;
}

.destiny-intro2-text {
  padding: 0% 10% 0% 10%;
  margin: 0;
  font-size: 16px;
}

.destiny-intro2-right {
  height: 100%;
  width: 55%;
  /*background-color: var(--dark-green);*/
  padding: 10% 10% 10% 0%;
  margin: 0;
}

/* end screen */
.destiny-close-left {
  height: 100%;
  width: 50%;
  /*background-color: var(--dark-green);*/
  padding: 0% 0% 0% 10%;
  margin: 0;
  background: radial-gradient(
    circle,
    rgba(83, 94, 84, 1) 0%,
    rgba(28, 36, 29, 1) 50%
  );
}

.ann-close-right {
  height: 100%;
  width: 50%;
  border-left: 3px solid #90b7e6;
  padding: 0;
  margin: 0;
  background-image: url(../img/ann-close.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.destiny-close {
  background: radial-gradient(
    circle,
    rgba(83, 94, 84, 1) 0%,
    rgba(28, 36, 29, 1) 50%
  );
}
