
/* ::::::::::::::::::::[ FIXES ]:::::::::::::::::::: */

/* ---------- Overlay: Body Positioning Fix ---------- */
.video-settings-body {
	width: 100%;
}


/* ---------- Hide Blue Highlight on Steps Content ---------- */
.step:focus, .content-accordion:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

/* ---------- Hide Webflow Badge ---------- */
.w-webflow-badge {
    display: none !important;
}

/* ---------- Rounded Corner Mask Fix on Safari ---------- */
.poster-link, .hero-video {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}





/* ::::::::::::::::::::[ OVERLAY MENU ]:::::::::::::::::::: */

/* ---------- Overlay Scroll Height Minus Header Height ---------- */
.content-overlay {
  height: calc(93vh - 70px);
}
@media screen and (max-width: 991px) {
  .content-overlay {
    height: calc(91vh - 60px);
  }
}
@media screen and (max-width: 767px) {
  .content-overlay {
    height: calc(90vh - 60px);
  }
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) {
  .content-overlay {
    height: calc(89vh - 60px);
  }
}

/* ---------- Overlay Scroll Bar Styles  ---------- */
@media screen and (min-width: 992px) {
  /* Scrollbar Styles on Firefox */
  .content-overlay {
    scrollbar-width: thin;
    scrollbar-color: #151514 transparent;
  }
  /* Scrollbar Width */
  .content-overlay::-webkit-scrollbar {
    width: 6px;
  }
  /* Scrollbar Track */
  .content-overlay::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.00); 
  }
  /* Scrollbar */
  .content-overlay::-webkit-scrollbar-thumb {
    background: #151514;
    border-radius: 10px;
  }
  /* Scrollbar Hover */
  .content-overlay::-webkit-scrollbar-thumb:hover {
    background: #151514; 
  }
}





/* ::::::::::::::::::::[ VIDEO STYLES ]:::::::::::::::::::: */

/* ---------- Responsive Video ---------- */
.video-content {
  height: auto;
  width: 100%;
  border-radius: 10px;
  margin: 10px 0;
  display: block;
}

/* ---------- Hero Video Image ---------- */
.poster-hero {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
}





/* ::::::::::::::::::::[ TABLES ]:::::::::::::::::::: */

/* ---------- Intro: HTML Table ---------- */
.intro table {
  width: 100% ;
  border-collapse: separate;
  border-spacing: 0px;
}
.intro table tr > td:first-of-type {
  font-weight: 700;
  font-family: 'Fraunces', sans-serif;
  color: #60766a;
  font-size: 17px;
  width: 50%;
  height: 40px;
  border-right: 1px dotted #c4b6b3;
  border-bottom: 2px solid #c4b6b3;
  padding: 0 10px;
  text-align: right;
}
.intro table tr > td:last-of-type {
  font-weight: 700;
  font-family: 'Courier Prime', sans-serif;
  color: #2a2a29;
  font-size: 18px;
  border-bottom: 2px solid #c4b6b3;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .intro table tr > td:first-of-type {
    font-size: 13px;
    width: 45%;
  }
  .intro table tr > td:last-of-type {
    font-size: 15px;
  }
}
@media screen and (max-width: 478px) {
  .intro table tr > td:first-of-type {
    height: 30px;
  }
}

/* ---------- Page: HTML Table ---------- */
.content table, .step-content table {
  width: 100% ;
  border-radius: 6px;
  border-collapse: separate;
  border-style: solid;
  border-width: 1px;
  border-color: #d4ccc8;
  background-color: rgba(247, 245, 242, 0.5);
  border-spacing: 0px;
}
.content table th, .step-content table th {
  padding: 12px 20px 8px;
  border-right: 1px solid #d4ccc8;
  background-color: rgba(220, 214, 208, 0.66);
  font-family: 'Courier Prime', sans-serif;
  color: #083232;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.content table td, .step-content table td {
  padding: 10px 20px;
  border-top: 1px solid #d4ccc8;
  border-right: 1px dashed #d4ccc8;
  font-family: 'Work Sans', sans-serif;
  color: #083232;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}
.content table tr > td:last-of-type, .content table tr > th:last-of-type, .step-content table tr > td:last-of-type, .step-content table tr > th:last-of-type {
  border-right: none;
}
@media only screen and (min-width: 768px) {
  .content table, .step-content table {
    table-layout: fixed;
    margin: 25px 0 25px 0;
  }
}
@media screen and (max-width: 991px) {
  .content table th, .step-content table th {
    font-size: 15px;
  }
  .content table td, .step-content table td {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .content table th, .step-content table th {
    padding: 12px 15px 8px;
    font-size: 14px;
  }
  .content table td, .step-content table td {
    font-size: 15px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 479px) {
  .content table, .step-content table {
    display: block;
    box-shadow: inset -10px 0 6px -5px rgba(0, 0, 0, 0.25);
    overflow-y: hidden; 
    overflow-x: auto;
    margin: 20px 0 20px 0;
  }
}





/* ::::::::::::::::::::[ OL & UL LISTS ]:::::::::::::::::::: */

/* ---------- OL ---------- */
.content-rich-text-block ol, .content-ol {
  counter-reset: numbered;
  list-style: none;
}
.content-rich-text-block ol li, .content-ol li {
  counter-increment: numbered;
  position: relative;
}
.content-rich-text-block ol li::before, .content-ol li::before {
  content: counter(numbered);
  color: #e5e5e5;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  left: -28px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  top: 4px;
  background: #39312d;
  border-radius: 3px;
  text-align: center;
  font-family: Krona One;
}
@media screen and (max-width: 767px) {
  .content-rich-text-block ol li::before, .content-ol li::before {
    left: -25px;
    top: 4px;
    font-size: 10px;
    height: 18px;   
    width: 18px;
    line-height: 18px;
 }
}
@media screen and (max-width: 479px) {
  .content-rich-text-block ol li::before, .content-ol li::before {
    top: 2px;
 }
}

/* ---------- UL ---------- */
.content-rich-text-block ul {
  list-style-type: none;
}
.content-rich-text-block ul li, .content-ul li {
  position: relative;
}
.content-rich-text-block ul li::before, .content-ul li::before {
  content: '';
  position: absolute;
  left: -23px;
  top: 5px;
  height: 15px;   
  width: 15px;    
  background-size: 15px;
  background-image: url('https://uploads-ssl.webflow.com/6234c0cefc6b73101cb7a509/62431ae4345f73066e131b94_bullet-star.png'); 
  background-repeat: no-repeat;
  background-position: center center;
 }
 @media screen and (max-width: 767px) {
  .content-rich-text-block ul li::before, .content-ul li::before {
    left: -18px;
    top: 6px;
    height: 12px;   
    width: 12px;    
    background-size: 12px;
 }
}





/* ::::::::::::::::::::[ DETAILS & SUMMARY ]:::::::::::::::::::: */

/* ---------- Details ---------- */
details {
    padding: 0;
    margin: 0 0 15px 0;
}
details p {
  margin: 0 0 0 13px !important;
  padding: 8px 0 0 10px !important;
    font-family: 'Work Sans' !important;
    font-size: 17px !important;
    line-height: 1.7em !important;
    color: #39312d;
    border-left: 1.5px solid #cccccc;
}
@media screen and (max-width: 991px) {
  details p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  details p {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 479px) {
  details p {
    font-size: 14px !important;
  }
}

/* ---------- Summary ---------- */
summary {
  display: revert;
  font-size: 18px;
  font-family: 'Work Sans';
  font-weight: 700;
  vertical-align: middle;
  color: #3a4f43;
  cursor: pointer;
  padding: 0 8px;
}
summary span {
  line-height: 1.2em;
  border-bottom: 1.5px solid #d8c655;
  display: inline-block;
}
summary span:hover {
  color: #c44536;
  border-bottom: 1.5px solid #c44536;
}
@media screen and (max-width: 991px) {
  summary {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  summary {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  summary {
    font-size: 15px;
  }
}
summary:focus {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
summary::marker {
  color: #39312d;
  font-size: 1em;
  vertical-align: middle;
}
summary::-webkit-details-marker {
  color: #39312d;
  font-size: 1em;
  vertical-align: middle;
}





/* ::::::::::::::::::::[ BLOCKQUOTES ]:::::::::::::::::::: */

/* ---------- Blockquote ---------- */
.content-rich-text-block blockquote em, .content-rich-text-block blockquote strong {
  line-height: 0.9em;
  padding-top: 2px;
}
.content-rich-text-block blockquote a {
  line-height: 0.8em;
}





/* ::::::::::::::::::::[ POSTERS ]:::::::::::::::::::: */

/* Video Poster Styles for Looping Video */
.poster-thumb {
  background-repeat: no-repeat;
  background-size: cover;
}





/* ::::::::::::::::::::[ LENS SELECT FORM ]:::::::::::::::::::: */

/* ---------- Lens Select Styling ---------- */
.lens-select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.w-select {
  width: revert;
}




/* ::::::::::::::::::::[ OPTIONAL HIGHLIGHT BUBBLES ]:::::::::::::::::::: */
.optional-highlight {
	font-family: 'Rubik', sans-serif;
    display: inline-block;
    padding: 0 5px;
    background-color: #60766a;
    color: #f9f4ed;
    line-height: 1.6em;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 9px;
    vertical-align: middle;
    margin-right: 5px;
    letter-spacing: 0.06em;
    font-weight: 700;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

@media screen and (max-width: 767px) {
  .optional-highlight {
    padding: 0 4px;
    line-height: 1.4em;
    margin-right: 4px;
    letter-spacing: 0em;
  }
  .optional-mobile {
    display: none;
  }
}

/* ::::::::::::::::::::[ FORCE SMALL FONT ON MOBILE ]:::::::::::::::::::: */
@media screen and (max-device-width: 479px){
  .student-info {
    -webkit-text-size-adjust: none;
  }
}





/* ::::::::::::::::::::[ PRINT STYLES ]:::::::::::::::::::: */
@media print {
  .video-settings-body {
    background-image: revert;
    background-color: white;
  }
  .header-block, .hero-block, .content-block, .steps-block, .student-info {
    display: none !important;
  }
  .intro-block {
    padding: 0;
  }
  .list-block {
    background-color: transparent;
    margin-bottom: 0px;
    padding: 20px 20px 25px 20px;
  }
  .list-button {
    display: none;
  }
  .intro-h1 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 0;
  }
  .list-h2 {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    line-height: 24px;
    background-color: #083232;
    font-size: 13px;
  }
  .intro-snippet {
    font-size: 12px;
    background-color: transparent;
    padding: 10px 20px;
    margin-bottom: 15px;
    line-height: 1.3em;
    border-color: rgba(212, 204, 200, 0.68);
  }
  
  /* PRINT: HTML Table Settings */
  .intro table tr > td:first-of-type {
    font-size: 12px;
    height: 22px;
  }
  .intro table tr > td:last-of-type {
    font-size: 12px;
  }
  /* PRINT: Grid Settings */
  .list-h4 {
    font-size: 11px;
    line-height: 22px;
    background-color: #f2f2f2;
    border-bottom: 2px solid #d3d3d3;
  }
  .list-h3 {
    line-height: 22px;
    font-size: 10px;
    border-bottom: 2px solid #d3d3d3;
    border-right: 1px dotted #d3d3d3;
  }
  .list-data {
    line-height: 22px;
    font-size: 10px;
    border-bottom: 2px solid #d3d3d3;
  }

/* PRINT: Optional Highlight */
  .optional-highlight {
    line-height: 1.3em;
    font-size: 09px;
}
  /* PRINT: Lens Drop Down */
  .lens-select {
    font-size: 10px;
    height: 22px;
  }
}