/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 10px;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */ ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden, [hidden] {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *, *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " ("attr(href) ")";
  }
  abbr[title]::after {
    content: " ("attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
/*
* Main site
*/ :root {
  --white: #fff;
  --black: #000;
  --red: #c8102f;
  --overlayBg: rgba(64, 0, 0, 0.30);
}
body {
  background: transparent;
  font: normal normal 400 1.6rem/140% 'switzer_variableregular', sans-serif;
  color: var(--white);
  letter-spacing: 0.016rem;
}
h1 {
  font: normal normal 500 4.4rem/110% 'switzermedium', sans-serif;
  letter-spacing: -2%;
  text-transform: uppercase;
  margin: 4.6rem 0 2rem;
}
h2 {
  font: normal normal 3.8rem/110% 'switzersemibold', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--black);
}
h3 {
  font: normal normal 3rem/130% 'switzermedium', sans-serif;
  letter-spacing: 0.03rem;
}
h4 {
  font: normal normal 2.4rem/120% 'switzersemibold', sans-serif;
  letter-spacing: -1%;
}
p {
  font: normal normal 400 1.6rem/140% 'switzer_variableregular', sans-serif;
  margin: 1.6rem 0 0;
  letter-spacing: 0.016rem;
}
a {
  text-decoration: none;
}
strong {
  font-weight: 700;
}
ul, li {
  list-style: none;
}
img {
  width: 100%;
  height: auto;
  display: inline-block;
}
.eyebrow {
  font: normal normal 1.2rem/100% 'switzersemibold', sans-serif;
  letter-spacing: 5%;
  text-transform: uppercase;
  margin: 0 0 2.6rem;
}
.txtSm {
  font-size: 1.4rem;
  letter-spacing: 1%;
}
.txtXl {
  font-size: 1.6rem;
  letter-spacing: 1%;
}
.txtXxl {
  font-size: 2rem;
  letter-spacing: 1%;
}
.blackTxt {
  color: var(--black);
}
.orangeTxt {
  color: #C8102F;
}
.lightColor {
  color: rgba(90, 90, 90, 0.93);
}
.mBreak {
  display: block;
}
.dBreak {
  display: none;
}
video {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.container {
  padding: 8rem 1.6rem;
}
.hero .slick-track {
  height: 100vh !important;
}
.headerWrapper {
  position: relative;
  width: 100%;
  height: 100vh;
}
.heroInner {
  position: relative;
  height: 84vh;
}
.heroInner video {
  margin-top: 22.5rem;
  border-radius: 1rem;
  min-height: 193px;
  position: absolute;
  bottom: 20px;
}
.headerInner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 1.6rem 1.6rem 0;
}
header {
  display: flex;
  justify-content: space-between;
}
.logo svg {
  width: 14.5rem;
}
.share {
  display: flex;
  align-items: center;
  gap: 0 0.4rem;
}
.share a {
  background: var(--white);
  display: inline-block;
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
  color: var(--red);
  padding: 1rem 2rem;
  border-radius: 36rem;
}
.cta {
  display: flex;
  align-items: center;
  gap: 0 0.4rem;
}
.cta img {
  width: 4.4rem;
  height: 4.4rem;
}
.cta a {
  background: var(--white);
  display: inline-block;
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
  color: var(--red);
  padding: 1rem 2.4rem;
  border-radius: 36rem;
}
.huddleStudy {
  background: url("img/bg-top-m.jpg") no-repeat center top;
  background-size: cover
}
p.txtXxl {
  letter-spacing: 0.02rem;
  line-height: 140%;
  font-weight: 500;
}
.stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 0;
  text-align: center;
}
.stats2 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 0;
  text-align: center;
  width: 100%;
}
.stats > div {
  align-items: center;
}
.card {
  border-radius: 1rem;
  background: rgba(64, 0, 0, 0.30);
  box-shadow: 0 0.4rem 2rem 0 rgba(25, 25, 25, 0.30);
  width: 100%;
  height: 26rem;
  position: relative;
  align-content: center;
}
.card p {
  margin: 1rem 0 0;
}
.intro {
  margin-bottom: 6rem;
}
.smTxt {
  font-size: 2rem;
  letter-spacing: 0.014rem;
}
.lgTxt {
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 100%;
  letter-spacing: -0.07rem;
}
.refTxt {
  font-size: 1.2rem;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 1.6rem;
  left: 0;
  right: 0;
}
.map {
  color: var(--black);
  text-align: center;
}
.map img {
  margin-top: 4rem;
}
.assessments {
  background: url("img/bg-mid-m.jpg") no-repeat center top;
  background-size: cover;
  text-align: center;
}
.assessments img {
  border-radius: 1rem;
}
.procedures {
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 8rem;
}
.procedures img {
  margin: 1rem 0 0;
}
.xlTxt {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.022rem;
  margin-top: 0;
}
.events .container {
  padding-top: 0;
}
.event {
  display: flex;
  flex-direction: column-reverse;
  gap: 2.4rem 0;
  text-align: left;
}
.event img {
  margin-top: 5rem;
}
.stat {
  border-radius: 1.6rem;
  background: rgba(64, 0, 0, 0.30);
  box-shadow: 0 0.4rem 2rem 0 rgba(25, 25, 25, 0.30);
  display: flex;
  gap: 0 2.4rem;
  margin-top: 1.4rem;
  padding: 1.6rem;
}
.stat:first-of-type {
  margin-top: 3rem;
}
.stat > div:first-of-type {
  font-size: 5rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -.15rem;
  width: 30%;
}
.stat > div:last-of-type {
  font-weight: 600;
  width: 70%;
}
.hbp {
  color: var(--black);
  text-align: center;
}
.moreInfo {
  margin-top: 8rem;
}
.moreInfo > div > div {
  background: var(--black);
  padding: 2.1rem 3rem;
  border-radius: 0.6rem;
  border: .01rem solid #D7D7D7;
}
.moreInfo > div > div:first-of-type {
  margin-bottom: 1.6rem;
}
.moreInfo a {
  text-align: center;
  margin-top: 0.5rem;
  color: var(--white);
  font-size: 1.2rem;
}
.moreInfo img {
  margin-top: .5rem;
}
.recognition {
  text-align: left;
}
.recognition .container {
  padding-top: 0;
}
.recognition .recInner > div:first-of-type img {
  margin-top: 5rem;
}
.recognition h2 {
  text-align: center;
}
.recognition p:first-of-type {
  font-size: 1.8rem;
}
.recognition a {
  color: var(--black);
  font-size: 1.8rem;
  display: block;
  margin: 3rem 0 5rem;
}
.doctors {
  display: flex;
  gap: 0 2rem;
  text-align: center;
  margin-top: 3rem;
}
.doctors p {
  font-size: 1.4rem !important;
  letter-spacing: 0.014rem;
}
.doctors > div {
  width: 9.9rem;
}
.doctors img {
  width: 4.4rem;
  height: 4.4rem;
}
.footer {
  background: url("img/bg-bottom-m.jpg") no-repeat center top;
  background-size: cover;
}
.participants h3 {
  color: var(--black);
  text-transform: uppercase;
}
.alumni {
  margin-top: 5.7rem;
}
.alumni video {
  border-radius: 1rem;
  box-shadow: 0 0.4rem 2rem 0 rgba(25, 25, 25, 0.30);
  margin-bottom: 1.6rem;
  min-height: 252px;
}
.quote {
  border-radius: 0.8rem;
  background: rgba(0, 0, 0, 0.25);
  padding: 2rem 1.6rem 12rem;
  min-height: 33rem;
}
.testimonial {
  font-size: 2rem;
  line-height: 130%;
  margin-bottom: 0;
  font-weight: 500;
}
.tName {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 130%;
  margin: 1.8rem 0 1rem 0;
}
.tProfession, .tTime {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.012rem;
  margin: 0 0 0 2rem;
}
.sliderNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -7.2rem 1.6rem 0;
  position: relative;
  z-index: 1;
}
.sliderNav > div:first-of-type {
  display: flex;
  gap: 0 0.6rem;
}
.sliderNav #dots ul li {
  display: inline-block;
}
.sliderNav #dots button {
  background: var(--white);
  font-size: 0;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
  border: 0;
  margin-left: 0.8rem;
  cursor: pointer;
}
.sliderNav a svg g {
  opacity: 1 !important;
}
.sliderNav a.slick-disabled svg g {
  opacity: 0.3 !important;
}
.sliderNav li button {
  background: rgba(255, 255, 255, 0.5) !important;
}
.sliderNav li.slick-active button {
  background: rgba(255, 255, 255, 1) !important;
}
footer {
  margin-top: 6rem;
  text-align: center;
}
footer > div:first-of-type {
  margin-bottom: 4.5rem;
}
footer ul {
  display: flex;
  justify-content: center;
  gap: 0 5.7rem;
}
footer ul a {
  text-decoration: underline;
  color: var(--white);
  font-size: 1.8rem;
  line-height: 140%;
  font-weight: 400;
}
.copyrighted {
  font-size: 1.2rem;
  margin-top: 4.5rem;
}
/* Social Share */
.socialShareWrapper {
  background: rgba(0, 0, 0, 0.50);
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  display: none;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.socialShare {
  position: relative;
  background: #FFF;
  width: 343px;
  min-height: 290px;
  border-radius: 8px;
  padding: 1rem 1.6rem;
  box-shadow: 0 14px 54px 0 rgba(0, 0, 0, 0.35);
}
.socialShare h1 {
  font-size: 2rem;
  font-weight: 600;
  color: #222;
  text-transform: none;
  margin: 1rem 0 0 0;
  letter-spacing: normal;
}
.socialShare p {
  font-size: 1.4rem;
  font-weight: 400;
  color: #888;
}
.shareItems {
  display: flex;
  justify-content: space-between;
  gap: 0 1.6rem;
  align-items: center;
  margin: 1.6rem 0 2.2rem;
}
.shareItems a {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  color: #888;
}
.shareItems a div {
  width: 6.4rem;
  height: 6.4rem;
  line-height: 6.4rem;
  background: rgba(34, 34, 34, 0.06);
  border-radius: 36rem;
}
#copyLink {
  background: url(img/copy-icon.svg) no-repeat 95% center;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  display: flex;
  width: 100%;
  height: 48px;
  padding: 16px 10px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  color: #8D9CA5;
  font-size: 1.2rem;
  font-wight: 400;
  cursor: pointer;
}
#close {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 768px) {
  .mBreak {
    display: none;
  }
  .dBreak {
    display: block;
  }
  .dBreak h2 {
    text-align: center;
    font-size: 3.5rem;
  }
  .heroInner video {
    margin-top: 7rem;
    border-radius: 1rem;
    width: 34.3rem;
    position: relative;
  }
  .procedures {
    display: flex;
    justify-content: space-between;
    gap: 0 3rem;
  }
  .procedures > div {
    width: 33.3%;
  }
  .procedures h4 {
    font-size: 2rem;
  }
  .moreInfo > div {
    display: flex;
    gap: 0 3.2rem;
  }
  .moreInfo > div > div {
    width: 50%;
    height: 100%;
  }
  .socialShare {
    width: 464px;
    min-height: 322px;
    padding: 3.2rem;
  }
  footer {
    text-align: left;
  }
  footer {
    display: flex;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 812px) {
  .headerWrapper {
    height: 165vh;
  }
  .hero .slick-track {
    height: 165vh !important;
  }
  .heroInner video {
    position: relative;
  }
}
@media only screen and (min-width: 1024px) {
  .headerWrapper {
    height: auto;
  }
  .hero .slick-track {
    height: auto !important;
  }
  .huddleStudy {
    background: url("img/bg-top.jpg") no-repeat center top;
    background-size: cover;
  }
  .assessments {
    background: url("img/bg-mid.jpg") repeat-x center;
    background-size: cover;
  }
  .footer {
    background: url("img/bg-bottom.jpg") repeat center top;
    background-size: contain;
  }
  .heroInner video {
    margin-top: 4rem;
  }
  .intro {
    display: flex;
    justify-content: space-between;
    gap: 0 10rem;
  }
  .intro > div:first-of-type {
    width: 48%
  }
  .intro > div:last-of-type {
    width: 52%
  }
  .intro > div:last-of-type p:first-of-type {
    margin-top: 0;
  }
  .stats {
    flex-wrap: nowrap;
    gap: 0 3.1rem;
  }
  .stats > div:first-of-type {
    width: 58%;
    padding: 15vw 7vw;
    height: 100%;
  }
  .stats2 {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 3.1rem 0;
    width: 40%;
  }
  .stats2 .card {
    width: 100%;
    height: auto;
    padding: 4vw 0;
  }
  .xlTxt {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .event {
    flex-direction: row;
    justify-content: space-between;
    gap: 0 7.70vw;
    margin-top: 8rem;
  }
  .event > div:first-of-type {
    width: 45%;
  }
  .event > div:last-of-type {
    width: 55%;
  }
  .event img {
    margin-top: 0;
  }
  .recInner {
    display: flex;
    justify-content: space-between;
    gap: 0 6.9vw;
    margin-top: 8rem;
  }
  .recInner > div {
    width: 50%;
  }
  .recInner > div:last-of-type p:first-of-type {
    margin-top: 0;
  }
  .recognition .recInner > div:first-of-type img {
    margin-top: 0;
  }
  .alumni video {
    min-height: 33rem;
    margin-bottom: 0;
  }
  .aSlider .slick-slide {
    display: flex;
    gap: 0 2rem;
  }
  .aSlider .slick-slide > div {
    width: 50%;
  }
  .sliderNav {
    width: 46%;
    margin-left: auto;
  }
  footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 1280px) {
  .procedures h4 {
    font-size: 3rem;
  }
  .heroInner video {
    margin-top: 7rem;
  }
  .stats2 .card {
    padding: 4.65vw 0;
  }
}
@media only screen and (min-width: 1440px) {
  .container {
    max-width: 144rem;
    margin: 0 auto;
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .logo svg {
    width: 19.7rem;
  }
  h1 {
    font-size: 9rem;
    line-height: 115%;
    letter-spacing: -.18rem;
  }
  h2 {
    font-size: 6rem;
    letter-spacing: -.18rem;
  }
  h3 {
    font-size: 4.4rem;
    font-weight: 500;
    letter-spacing: .044rem;
  }
  h4 {
    font-size: 3rem;
    letter-spacing: -0.03rem;
  }
  p {
    font-size: 2rem;
    letter-spacing: 0.02rem;
  }
  .dBreak h2 {
    text-align: center;
    font-size: 6rem;
  }
  .cta a {
    font-size: 1.8rem;
    line-height: 150%;
    padding: 1rem 2.4rem;
  }
  .cta img {
    width: 4.7rem;
    height: 4.7rem;
  }
  .share a {
    font-size: 1.8rem;
    padding: 1rem 2.4rem;
  }
  .headerWrapper {
    height: 100vh;
  }
  .headerInner {
    padding: 5.5vw 5.5vw 0;
  }
  .heroInner video {
    width: 59.3rem;
  }
  .hero .slick-track {
    height: 100vh !important;
  }
  .map .smTxt {
    font-size: 1.8rem;
    letter-spacing: 0.018rem;
    line-height: 140%;
  }
  .smTxt {
    font-size: 2.4rem;
    letter-spacing: 0.0157rem;
    line-height: 150%;
  }
  p.txtXxl {
    font-size: 2.8rem;
    letter-spacing: 0.028rem;
  }
  .lgTxt {
    font-size: 7.826rem;
    letter-spacing: -.1565rem;
  }
  .lgTxtHD {
    font-size: 5.634rem;
    letter-spacing: -.169rem;
  }
  .xlTxt {
    font-size: 4.4rem;
    letter-spacing: 0.044rem;
    line-height: 130%;
  }
  .refTxt {
    font-size: 0.939rem;
  }
  .stats > div:first-of-type {
    padding: 22.383rem 9.204rem;
  }
  .stats2 .card {
    padding: 6.7rem 0;
  }
  .eyebrow {
    font-size: 1.8rem;
    letter-spacing: 0.09rem;
  }
  .procedures p {
    font-size: 1.8rem;
  }
  .moreInfo .eyebrow {
    margin-bottom: 5rem;
  }
  .moreInfo > div > div {
    padding: 3.5rem 6.1rem;
  }
  .recInner {
    gap: 0 10rem;
  }
  .recognition .container {
    padding-bottom: 9.4rem;
  }
  .recognition p:first-of-type {
    font-size: 2rem;
  }
  .recInner > div:last-of-type p.lightColor {
    font-size: 1.8rem;
    letter-spacing: 0.018rem;
  }
  .testimonial {
    font-size: 2.8rem;
    line-height: 140%;
    letter-spacing: 0.028rem;
  }
  .tProfession, .tTime {
    font-size: 1.4rem;
    line-height: 140%;
    letter-spacing: 0.14rem;
  }
  .event {
    gap: 0 14rem;
  }
  .event > div:first-of-type {
    width: 35%;
  }
  .event > div:lastst-of-type {
    width: 65%;
  }
  .footer .container {
    padding-bottom: 6rem !important;
  }
  footer > div:first-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1540px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .headerInner {
    padding: 3rem 4rem 0;
  }
}