.hero-video-component {
  overflow: hidden;
  position: relative;
}
.hero-video-component .coh-container-boxed{
  max-width: 79.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0 auto;
}

@media (min-width: 48rem) {
  .hero-video__two-columns {
    gap: 3rem;
  }
}
@media (min-width: 64rem) {
  .hero-video__two-columns.small-gap {
    gap: 4rem;
  }
}
@media (min-width: 48rem) {
  .hero-video__two-columns.medium-gap {
    gap: 3rem;
  }
}
@media (min-width: 64rem) {
  .hero-video__two-columns.medium-gap {
    gap: 6rem;
  }
}
@media (min-width: 48rem) {
  .hero-video__two-columns.large-gap {
    gap: 5rem;
  }
}
@media (min-width: 64rem) {
  .hero-video__two-columns.large-gap {
    gap: 10rem;
  }
}
@media (min-width: 48rem) {
  .hero-video__two-columns.xlarge-gap {
    gap: 7rem;
  }
}
@media (min-width: 64rem) {
  .hero-video__two-columns.xlarge-gap {
    gap: 14rem;
  }
}



@media (min-width: 48rem) {
  .hero-video-component:hover .hero-video__video-controls {
    display: block;
    opacity: 1;
  }
}
  .hero-video-component .hero-video__audio-controls{
    height: 33px;
    width: 40px;
    position: absolute;
    bottom: 16px;
    right: 65px;
    z-index: 5;
    top: unset;
    left: unset;
  }
  .hero-video-component .hero-video__audio-controls button{
  right: 0;
  bottom: 0;
  }
@media (min-width: 48rem) {
  .hero-video-component:hover .hero-video__audio-controls {
    display: block;
    opacity: 1;
  }
}
.hero-video__video-container {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 47.9375rem) {
  .hero-video__mobile-image .hero-video__video-container {
    display: none;
  }
}
.hero-video__video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  pointer-events: none;
}
.hero-video__mobile-image-background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  z-index: 1;
}
.hero-video__mobile-background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 48rem) {
  .hero-video__mobile-background {
    display: none;
  }
}
.hero-video__inner-container, .hero-video__column-container {
  display: flex;
}
.hero-video__two-columns {
  gap: 2rem;
}

.hero-video__column-container {
  z-index: 2;
  display: flex;
  align-items: center;
}
.hero-video__column-container:before, .hero-video__column-container:after {
  display: none;
}
.hero-video__column-container,
.hero-video__column-container .coh-row {
  width: 100%;
}
.hero-video__column-container.hero-video__one-column {
  flex-wrap: wrap;
  gap: 2rem;
}
.hero-video__column-container.hero-video__one-column div {
  width: 100%;
}
.hero-video__column-container.hero-video__two-columns.hero-video__image-copy {
  flex-direction: column;
}
@media (min-width: 48rem) {
  .hero-video__column-container.hero-video__two-columns.hero-video__image-copy {
    flex-direction: row;
  }
}
.hero-video__column-container.hero-video__two-columns.hero-video__copy-image {
  flex-direction: column-reverse;
}
@media (min-width: 48rem) {
  .hero-video__column-container.hero-video__two-columns.hero-video__copy-image {
    flex-direction: row-reverse;
  }
}
.hero-video__column-container.theme--dark {
  border-color: #ffffff;
}
.hero-video__column-container.theme--dark .coh-heading,
.hero-video__column-container.theme--dark .coh-paragraph p,
.hero-video__column-container.theme--dark .coh-button,
.hero-video__column-container.theme--dark .coh-link {
  color: #ffffff;
  margin: 0;
}
.hero-video__column-container.theme--light {
  border-color: #333333;
}
.hero-video__column-container.theme--light .coh-heading,
.hero-video__column-container.theme--light .coh-paragraph p,
.hero-video__column-container.theme--light .coh-button,
.hero-video__column-container.theme--light .coh-link {
  color: #333333;
}
h1.coh-heading {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 300;
  text-shadow: 0 4px 4px rgba(0,0,0,.25);
}

@media (max-width: 767px) {
  .coh-heading,.coh-paragraph {
    text-align: center!important;
  }
}
@media (min-width: 768px) {
  h1.coh-heading {
    font-size: 48px;
    line-height: 86.4px;
  }
}
@media (min-width: 1024px) {
  h1.coh-heading {
    font-size: 72px;
    line-height: 86.4px;
  }
}
.hero-video__column-container.theme--dark .coh-paragraph{
  font-size: 18px;
}

.hero-video__column-container a.coh-link,
.hero-video__column-container button.coh-button {
  background: none;
  text-decoration: none;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.hero-video__column-container a.coh-link:hover,
.hero-video__column-container button.coh-button:hover {
  text-decoration: underline;
}
.hero-video__column-container button.coh-button {
  position: relative;
  padding-left: 3rem;
}
.hero-video__column-container button.coh-button:before {
  content: "";
  left: 8px;
  position: absolute;
  border: 1px solid;
  border-radius: 100px;
  width: 2.25rem;
  height: 2.25rem;
  top: 50%;
  transform: translateY(-50%);
}
.hero-video__column-container button.coh-button:after {
  content: "";
  background-image: url(../images/logos/play_button.svg);
  left: 14px;
  position: absolute;
  width: 22px;
  height: 22px;
  top: 58%;
  transform: translateY(-59%);
  background-size: 24px;
}
.hero-video__column-inner-container {
  height: 100%;
  align-items: center;
  gap: 2rem;
}
.hero-video__column-inner-container .coh-paragraph {
  margin-bottom: 0;
}
@media (min-width: 48rem) {
  .hero-video__column-inner-container {
    gap: 0;
  }
}
.hero-video__image-container {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}
.hero-video__image-container .coh-image {
  width: auto;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .hero-video__image-container .coh-image {
    width: 50%;
  }
}
.coh-image-responsive-xs {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  float: none;
  margin-left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media (min-width: 768px) {
  .coh-image-responsive-sm {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
      float: none;
      margin-left: 0;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
  }
}
.hero-video__copy-ctas {
  gap: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1;
}

.hero-video__copy-ctas>.coh-container {
  display: flex;
  flex-direction: column;
}
.hero-video__copy-ctas>.coh-container:has(:nth-child(n+2)) {
  gap: 2rem;
}

@media (max-width:767px) {
  .hero-video__copy-ctas{
    padding-bottom: 40px;
  }
  .hero-video__copy-ctas .coh-container{
    text-align: center;
  }
}

@media (min-width: 48rem) {
  .hero-video__copy-ctas {
    gap: 2rem;
    justify-content: center;
  }

}
.hero-video__copy-ctas:before, .hero-video__copy-ctas:after {
  display: none;
}
.hero-video__copy-ctas .coh-heading,
.hero-video__copy-ctas .coh-paragraph {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .coh-paragraph br{
    display: none;
  }
}

.hero-video__screen-height {
  min-height: 100vh;
  padding: 2rem 0 3rem 0;
}
.hero-video__video-controls {
  display: block;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 5;
  opacity: 1;
  transition: opacity 300ms ease-out;
}

.hero-video__audio-controls {
  display: block;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 1;
  opacity: 1;
  transition: opacity 100ms ease-out;
}

.hero-video__play-button {
  display: none;
}
.icon-play {
  /* content: "\f04b"; */
  background-image: url(../images/logos/play_button.svg);
}
.icon-pause {
  /* content: "\f04c"; */
  background-image: url(../images/logos/pause_button.svg);
}
.hero-video__play-button, .hero-video__pause-button,
.hero-audio__play-button, .hero-audio__pause-button {
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 20px;
  background-color: rgba(0,0,0,.25);
  padding: 0.5rem 1rem;
  height: 32px;
  width: 45px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
}
.hero-audio__play-button, .hero-audio__pause-button {
  width:auto;
}
.hero-video-component:hover .hero-video__play-button, .hero-video-component:hover .hero-video__pause-button,
.hero-video-component:hover .hero-audio__play-button, .hero-video-component:hover .hero-audio__pause-button {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1023px) {
  .hero-video__play-button, .hero-video__pause-button,
  .hero-audio__play-button, .hero-audio__pause-button {
    opacity: 1;
    visibility: visible;
  }
}



.hero-video__play-button:hover, .hero-video__pause-button:hover,
.hero-audio__play-button:hover, .hero-audio__pause-button:hover,
.hero-video__play-button:active, .hero-video__pause-button:active,
.hero-audio__play-button:active, .hero-audio__pause-button:active,
.hero-video__play-button:focus, .hero-video__pause-button:focus,
.hero-audio__play-button:focus, .hero-audio__pause-button:focus {
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 20px;
  background-color: rgba(0,0,0,.25) !important;
  padding: 0.5rem 1rem;
  height: 32px;
  width: 45px;
  transform: unset;
}
.hero-audio__play-button:hover, .hero-audio__pause-button:hover,
.hero-audio__play-button:focus, .hero-audio__pause-button:focus,
.hero-audio__play-button:active, .hero-audio__pause-button:active {
  width:auto !important;
}

.icon-audio-on {
  background-image: url(../images/logos/sound_on_button.svg)!important;
}
.icon-audio-off {
  background-image: url(../images/logos/sound_off_button.svg)!important;
}
.hero-video-component .hero-audio__play-button {
  display: none;
}

.hero-video-component .coh-style-padding-top-x-small {
  padding-top: 0.5rem;
}
@media (min-width: 64rem) {
  .hero-video-component .coh-style-padding-top-x-small {
    padding-top: 1rem;
  }
}
.hero-video-component .coh-style-padding-top-small {
  padding-top: 1rem;
}
@media (min-width: 64rem) {
  .hero-video-component .coh-style-padding-top-small {
    padding-top: 2rem;
  }
}
.hero-video-component .coh-style-padding-top-medium {
  padding-top: 1.5rem;
}
@media (min-width: 64rem) {
  .hero-video-component .coh-style-padding-top-medium {
    padding-top: 3rem;
  }
}
.hero-video-component .coh-style-padding-top-large {
  padding-top: 2.5rem;
}
@media (min-width: 64rem) {
  .hero-video-component .coh-style-padding-top-large {
    padding-top: 4rem;
  }
}
.hero-video-component .coh-style-padding-top-xl {
  padding-top: 4rem;
}
@media (min-width: 64rem) {
  .hero-video-component .coh-style-padding-top-xl {
    padding-top: 6rem;
  }
}
.hero-video-component .coh-style-padding-top-2xl {
  padding-top: 6rem;
}
@media (min-width: 64rem) {
  .hero-video-component .coh-style-padding-top-2xl {
    padding-top: 9rem;
  }
}
.hero-video-component .coh-style-padding-top-3xl {
  padding-top: 8rem;
}
@media (min-width: 64rem) {
  .hero-video-component .coh-style-padding-top-3xl {
    padding-top: 11rem;
  }
}
.hero-video-component .coh-style-padding-top-4xl {
  padding-top: 10rem;
}
@media (min-width: 64rem) {
  .hero-video-component .coh-style-padding-top-4xl {
    padding-top: 14rem;
  }
}
.hero-video-component .coh-style-padding-bottom-x-small {
  padding-bottom: 0.5rem;
}
@media (min-width: 64rem) {
  .hero-video-component .coh-style-padding-bottom-x-small {
    padding-bottom: 1rem;
  }
}
.hero-video-component .coh-style-padding-bottom-small {
  padding-bottom: 1rem;
}
@media (min-width: 64rem) {
  .hero-video-component .coh-style-padding-bottom-small {
    padding-bottom: 2rem;
  }
}
.hero-video-component .coh-style-padding-bottom-medium {
  padding-bottom: 1.5rem;
}
@media (min-width: 64rem) {
  .hero-video-component .coh-style-padding-bottom-medium {
    padding-bottom: 3rem;
  }
}
.hero-video-component .coh-style-padding-bottom-large {
  padding-bottom: 2.5rem;
}
@media (min-width: 64rem) {
  .hero-video-component .coh-style-padding-bottom-large {
    padding-bottom: 4rem;
  }
}
.hero-video-component .coh-style-padding-bottom-xl {
  padding-bottom: 4rem;
}
@media (min-width: 64rem) {
  .hero-video-component .coh-style-padding-bottom-xl {
    padding-bottom: 6rem;
  }
}
.hero-video-component .coh-style-padding-bottom-2xl {
  padding-bottom: 6rem;
}
@media (min-width: 64rem) {
  .hero-video-component .coh-style-padding-bottom-2xl {
    padding-bottom: 9rem;
  }
}
.hero-video-component .coh-style-padding-bottom-3xl {
  padding-bottom: 8rem;
}
@media (min-width: 64rem) {
  .hero-video-component .coh-style-padding-bottom-3xl {
    padding-bottom: 11rem;
  }
}
.hero-video-component .coh-style-padding-bottom-4xl {
  padding-bottom: 9rem;
}
@media (min-width: 64rem) {
  .hero-video-component .coh-style-padding-bottom-4xl {
    padding-bottom: 14rem;
  }
}

.video-full-screen .hero-video__video-container {
  width: 100% !important;
}
@media (min-width: 73.125rem) {
  .video-full-screen .hero-video__video-container {
    width: unset !important;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .video-full-screen .hero-video__video-container {
    width: unset !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .video-full-screen .hero-video__video-container {
    width: unset !important;
  }
}
.video-full-screen .hero-video__screen-height {
  min-height: 220px !important;
}
@media screen and (min-width: 600px) {
  .video-full-screen .hero-video__screen-height {
    min-height: calc(100vh - 80.4px) !important;
  }
}
@media (min-width: 73.125rem) {
  .video-full-screen .hero-video__screen-height {
    min-height: calc(100vh - 80.4px) !important;
  }
}
@media screen and (max-width: 360px) {
  .video-full-screen .hero-video__screen-height {
    min-height: 212px !important;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .video-full-screen .hero-video__screen-height {
    min-height: 430px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .video-full-screen .hero-video__screen-height {
    min-height: 575px !important;
  }
}

.video-auto-fit .hero-video__video-container {
  width: 100% !important;
}
@media (min-width: 73.125rem) {
  .video-auto-fit .hero-video__video-container {
    width: unset !important;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .video-auto-fit .hero-video__video-container {
    width: unset !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .video-auto-fit .hero-video__video-container {
    width: unset !important;
  }
}
@media screen and (min-width: 600px) {
  .video-auto-fit .hero-video__screen-height {
    min-height: calc(100vh - 55px) !important;
  }
}
@media (min-width: 64rem) {
  .video-auto-fit .hero-video__screen-height {
    min-height: 575px !important;
  }
}
@media (min-width: 73.125rem) {
  .video-auto-fit .hero-video__screen-height {
    min-height: 100vh !important;
  }
}
@media screen and (max-width: 360px) {
  .video-auto-fit .hero-video__screen-height {
    min-height: 212px !important;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .video-auto-fit .hero-video__screen-height {
    min-height: 430px !important;
  }
}
@media all and (device-width: 820px) and (device-height: 1180px) and (orientation: portrait) {
  .video-auto-fit .hero-video__screen-height {
    min-height: 450px !important;
  }
}
@media all and (device-width: 810px) and (device-height: 1080px) and (orientation: portrait) {
  .video-auto-fit .hero-video__screen-height {
    min-height: 450px !important;
  }
}

.hero-video__audio-controls {
  opacity: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease-out;
}
.hero-video__audio-controls button {
  position: absolute;
  bottom: 16px;
  right: 64px;
  padding: 16px;
}

.hero-video__audio-controls button:before {
  content: "" !important;
  background-repeat: no-repeat;
  background-size: 115% 110%;
  left: 2px;
  padding: 12px;
  position: absolute;
  top: 0px;
}

.hero-video__inner-container .coh-style-text-link {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  max-width: 100%;
  padding-bottom: 5px;
}
.hero-video__inner-container .coh-style-text-link:hover {
  color: #fff;
}
.hero-video__inner-container .coh-style-text-link:focus {
  color: #fff;
}

.hero-video__inner-container .component__banner--chevron-container {
  display: none;
  position: absolute;
  text-align: center;
  left: 50%;
  width: 90%;
  z-index: 4;
}
.theme--dark a:not(.cta-link), .theme--dark h3 {
  color: #fff;
}
.theme--light a:not(.cta-link), .theme--light h3 {
  color: #4a4a4a;
}
.hero-video__inner-container .component__banner--chevron-container a.coh-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  display: block;
}
.hero-video__inner-container .component__banner--chevron-container a.coh-link:after {
  content: "";
  font-family: icomoon;
  width: 11px;
  height: 11px;
  display: inline-block;
  font-size: 24px;
  margin-top: 5px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.hero-video__inner-container .component__banner--chevron-container .chevron-heading-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
}
.theme--dark .component__banner--chevron-container a.coh-link:after {
  border-color: #fff;
}
.theme--light .component__banner--chevron-container a.coh-link:after {
  border-color: #4a4a4a;
}

@media screen and (max-width: 1023px) {
  .hero-video__inner-container .component__banner--chevron-container.chevron-text-vertical-alignment-top {
    transform: translate(-50%, 0);
    top: 24px;
    bottom: unset;
  }
  .hero-video__inner-container .component__banner--chevron-container.chevron-text-vertical-alignment-middle {
    transform: translate(-50%, -50%);
    top: 50%;
    bottom: unset;
  }
  .hero-video__inner-container .component__banner--chevron-container.chevron-text-vertical-alignment-bottom {
    bottom: 24px;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1024px) {
  .hero-video__inner-container .component__banner--chevron-container.chevron-text-vertical-alignment-desktop-top {
    transform: translate(-50%, 0);
    top: 24px;
    bottom: unset;
  }
  .hero-video__inner-container .component__banner--chevron-container.chevron-text-vertical-alignment-desktop-middle {
    transform: translate(-50%, -50%);
    top: 50%;
    bottom: unset;
  }
  .hero-video__inner-container .component__banner--chevron-container.chevron-text-vertical-alignment-desktop-bottom {
    bottom: 24px;
    transform: translateX(-50%);
  }
}
.hero-video__inner-container .component__banner--chevron-container {
  display: none;
}/*# sourceMappingURL=hero-video-main.css.map */

/* Heading and Sub-Heading Alignments */

.coh-style-absolute-top-left-mobile {
  -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;
}

.coh-style-absolute-top-center-mobile {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.coh-style-absolute-top-right-mobile {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.coh-style-absolute-center-left-mobile {
  -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;
}

.coh-style-absolute-center-mobile {
  -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;
}

.coh-style-absolute-center-right-mobile {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.coh-style-absolute-bottom-left-mobile {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.coh-style-absolute-bottom-center-mobile {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.coh-style-absolute-bottom-right-mobile {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (min-width: 64rem) {
  .coh-style-absolute-top-left {
    -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;
  }
}

@media (min-width: 64rem) {
  .coh-style-absolute-top-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 64rem) {
  .coh-style-absolute-top-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 64rem) {
  .coh-style-absolute-center-left {
    -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;
  }
}

@media (min-width: 64rem) {
  .coh-style-absolute-center {
    -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;
  }
}

@media (min-width: 64rem) {
  .coh-style-absolute-center-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 64rem) {
  .coh-style-absolute-bottom-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 64rem) {
  .coh-style-absolute-bottom-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 64rem) {
  .coh-style-absolute-bottom-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

/* Modal Popup for CTA Video Popup */
.hero-video-cta-modal {
  position: relative;
  z-index: 501;
}
.hero-video-cta-modal .video-modal {
  display: none;
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

.hero-video-cta-modal .modal-content {
  background-color: #fefefe; 
  padding:0;
  border: 1px solid #888;
  width: 80%;
}

.hero-video-cta-modal .modal-dialog-centered {
  position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 58.75rem!important;
}

.hero-video-cta-modal .modal-content .modal-body {
  height: 100%;
  padding:0;
}

.hero-video-cta-modal .modal-content .modal-body iframe {
  width: 100%;
  height: 100%;
}

/* The Close Button */
.hero-video-cta-modal .modal-close button {
  padding: 0;  
} 

.hero-video-cta-modal .modal-close span {
  line-height: 1;
  padding: 0;
  font-size: 1.5em;
  cursor: pointer;
  text-align: center;
  color: white;
  border-radius: 0.625em;
  width: 1.25em;
  height: 1.25em;
  background-color: #4f6f7e;
  user-select: none;
  position: absolute;
  top: -0.5em;
  right: -0.5em;
}

.hero-video-cta-modal .modal-close:hover,
.hero-video-cta-modal .modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.hero-video-cta-modal .modal-close span:after {
content: none;
}

/* Alignments */
.text-left{
  text-align: left;
}

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

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