html {
  scroll-snap-type: y proximity;
}
body.toolbar-icon-8.adminimal-admin-toolbar {
  background-color: #fff !important;
/*  overflow: scroll !important;*/
  height: fit-content !important;
  min-height: fit-content !important;
}
.paragraph.paragraph--type--parallax h2 {
  text-transform: unset;
}
.paragraph.paragraph--type--parallax p {
  font-size: 20px;
  line-height: inherit;
}
.paragraph.paragraph--type--parallax hr {
  max-width: 70px;
  border-top: 4px solid #eee;
  display: inline-block;
  
}
.paragraph.paragraph--type--parallax hr.black {
  max-width: 70px;
  border-top: 4px solid #000;
}
.page-node-type-parallax-landing-page .paragraph {
  position: relative;
}
.Block-media.text-block.is-fixed>.paratext {
  height: auto;
  width: 90%;
  top: 20%;
}
.Block-media.text-block.is-fixed>.Sizer {
  height: 100%;
  width: 90%;
  position: static;
}

.paratext {
  line-height: normal;
  margin: 100px 5%;
  font-size: 16px;
}

.Block-media .paratext {
  line-height: normal;
  margin: 50px 5%;
  font-size: 16px;
  display: inline-block;
  position: absolute;
  top: 0;
}

.VideoPlayer img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: top;
  object-fit: cover;
}

.u-richtext-invert h2 a, .u-richtext-invert h3 a {
  text-decoration: none;
}

.page-node-type-parallax-landing-page .one-column-title-and-text a, 
.page-node-type-parallax-landing-page .one-column-image-title-and-text a, 
.u-richtext-invert p a {
  text-decoration: underline;
  /* font-weight: 400;
  color: #fff; */
}

.u-richtext-invert h2 a:hover, .u-richtext-invert h3 a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.page-node-type-parallax-landing-page .one-column-title-and-text a:hover, 
.page-node-type-parallax-landing-page .one-column-image-title-and-text a:hover, 
.u-richtext-invert p a:hover {
  color: #000;
  text-decoration: underline;
}

/* .parallax-basic {
  background: #e8c7a0;
} */

.Block span.ajax-throbber.glyphicon-spin.icon.glyphicon.glyphicon-refresh {
  text-decoration: none !important;
  width: 100%;
  text-align: center;
  margin-top: 20%
}
.parallax-basic span.ajax-throbber.glyphicon-spin.icon.glyphicon.glyphicon-refresh {
  text-decoration: none !important;
  width: 100%;
  text-align: center;
  margin-top: 10%
}
.page-node-type-parallax-landing-page .one-column-title-and-text .paragraph__column:only-child p {
    /* color: #fff; */
}
.page-node-type-parallax-landing-page .one-column-title-and-text .paragraph__column:only-child {
  width: 100%;
}

.page-node-type-parallax-landing-page .one-column-title-and-text .paragraph__column:only-child .text-align-right {
  text-align: right;
  width: 90%;
  float: right;
  display: inline-block;
  clear: right;
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  margin-left: 15px;
}
.modal-block {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-node-type-parallax-landing-page .Block-content-vidcont a.use-ajax,
.page-node-type-parallax-landing-page .parallax-basic a.use-ajax {
  display: inline-block;
  width: 20%;
  height: 20%;
  background: url(../images/play-button.png) center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
}

a.video-link {
  display: inline-block;
  width: 135px;
  height: 135px;
  background: url(../images/play-button.png) center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.video-link:before {
  display: none !important;
}

h4.modal-title.ui-dialog-title {
    display: none;
}
div#drupal-modal--dialog {
  width: 67%;
  top: 13%;
}
.field.field--name-field-media-oembed-video.field--type-string.field--label-hidden.field--item {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
iframe.media-oembed-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div#drupal-modal--content {
    padding: 0;
    border: 0;
    box-shadow: none;
    height: 100% !important;
    width: 100% !important;
}
div#drupal-modal--body {
    overflow: hidden !important;
}
div#drupal-modal--header {
    padding: 0;
}
.modal .close {
    background-color: white !important;
    border-radius: 30px !important;
    width: 30px !important;
    height: 30px !important;
    right: -35px !important;
    top: -35px !important;
}
div#drupal-modal--header {
    padding: 0;
    border: 0;
}
img[class^="parallax-window-"] {
  position: absolute;
  width: 100%;
  transform: translatey(var(--translateY));
  will-change: transform;
  bottom: 0;
}

img[class^="parallax-window-"].primary-layer {
  position: absolute;
  width: 100%;
  transform: translateY(var(--translateY)) scaleX(var(--scaleX)) scaleY(var(--scaleY));
  will-change: transform;
  top: 0;
}
img[class^="parallax-window-"].primary-layer.cover {
  max-width: fit-content;
  width: auto;
}
.VideoPlayer {
  background: transparent !important;
}
iframe.video.cover,
.primary-layer.cover  iframe.video {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
}

div[class^="parallax-quote"].horz {
  position: absolute;
  transform: translatex(var(--translateX));
  opacity: var(--opacity);
  will-change: transform, opacity;
  width: 100%;
  z-index: 995;
  margin-top: 20%;
}

div[class^="parallax-quote"].vert {
  position: absolute;
  transform: translateY(var(--translateY));
  opacity: var(--opacity);
  will-change: transform, opacity;
  z-index: 995;
  height: 100%;
  width: 100%;
}

.parallax-quote-1131.pull-quote.vert {
  margin-top: 20%;
}

.paragraph.paragraph--type--basic-paragraph.paragraph--view-mode--default div {
  background: white;
  position: absolute;
  width: 100%;
  z-index: 999;
}

.parallax-basic {
  display: inline-block;
  position: relative;
  width: 100%;
}

video.primary-layer.fixed {
  bottom: 0;
  min-height: 100%;
  min-width: 100%;  
  right: 0;
  left: 0;
  top: 0;
  position: absolute;
}

.video {
  bottom: 0;
  min-height: 100%;
  min-width: 100%;
  right: 0;
  left: 0;
  top: 0;
  position: absolute;
}

.video-static {
  width: 100%;
  height: 100%;
}

.video-container {
  padding-bottom: 56.25%;
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
}

video.primary-layer.contain-strict {
  width: 100%;
}
.pull-quote-text a {
  text-decoration: underline;
}

/*Fixed Objects*/
.landing-paragraphs.fixed-item {
  scroll-snap-align: start;
}

.landing-paragraphs {
  line-height: 0;
}
div.parallax-basic.fixed {
  align-items: center;
  box-sizing: border-box;
  color: black;
  display: flex;
  display: -webkit-box;
  flex-wrap: wrap;
  font-size: 1.5em;
  font-weight: 600;
  height: 100%;
  justify-content: center;
  margin: 0;
  position: relative;
  text-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  width: 100%;
  background: gray;
}
.pull-quote-text.mobile-quote, .Block-content.mobile-quote,
.pull-quote-text.mobile-quote span, .Block-content.mobile-quote span,
.pull-quote-text.mobile-quote p, .Block-content.mobile-quote p {
  font-size: 15px !important;
  line-height: 17px !important;
}
.pqt {
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 60%;
  max-height: 100vh;
}
.pqt.pbqt-bottom.pqt-center-full {
  height: auto;
  top: 70%;
  justify-content: center;
  left: auto;
  right: auto;
  margin: auto;
  text-align: center;
  max-width: 100%;
  width: 100%;
  position: absolute;
}
.pqt.pbqt-bottom.pqt-center-full .pull-quote-text {
  width: 100%;
  margin: auto;
}
.pqt p {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.pull-quote-text {
  width: 100%;
}

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

.pqt.pqt-left {
  text-align: left;
}

.pqt.pqt-center {
  text-align: center;
}
.Block-content {
  line-height: initial;
}
.Block-content div {
  padding-top: 25px;
}
.Block-content.is-left, 
.Block-content.is-right {
    max-width: 40rem !important;
}
.Block-content.bqt-center,
.pbqt-center {
  justify-content: center;
}

.Block-content.bqt-top,
.pbqt-top {
  justify-content: flex-start;
}

.Block-content.bqt-bottom {
  justify-content: flex-end;
  padding-bottom: 5%;
}
.pbqt-bottom {
  justify-content: flex-end;
  margin-bottom: 5%;
}

.Block-content.is-center-full {
  width: 100%;
  max-width: 90%;
  max-height: 100%;
  background: transparent;
  float: none;
  min-height: auto !important;
}

.Block-content.is-center-full.u-richtext-invert.bqt-top,
.Block-content.is-center-full.u-richtext-invert.bqt-center,
.Block-content.is-center-full.u-richtext-invert.bqt-bottom {
  padding-top: 5%;
  padding-bottom: 5%;
}
.Block-content.is-center-full > div {
  max-width: 100%;
  display: inline-block;
  /* margin-right: auto !important; */
  /* margin-left: auto !important; */
  /* padding-left: 0 !important; */
  /* padding-right: 0 !important; */
  height: 100% !important;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 0;
  line-height: initial;
}
.Block-content.contain-strict {
  min-height: auto;
}
.Block.contain-strict,
.Block-media.is-fixed>*.contain-strict {
  height: 56.25vw;
  min-height: 56.25vw;
}

.Block-content.u-richtext-invert.contain {
  min-height: 70vh;
}    

div[class^="parallax-quote"].vert.fixed {
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 100%;
  overflow: scroll;
  position: absolute;
  top: 0px;
  width: 100%;
}

div[class^="parallax-quote"].vert.fixed::-webkit-scrollbar {
  display: none;
}

div[class^="parallax-quote"].vert.fixed .textfixed>div,
div[class^="parallax-quote"].vert.fixed .textfixed>.field--name-field-pull-quote>div {
  flex-shrink: 0;
  height: 100% !important;
  width: 100% !important;
  min-width: 100%;
  margin-bottom: 50%;
}

div[class^="parallax-quote"].vert.fixed .textfixed>div:first-of-type,
div[class^="parallax-quote"].vert.fixed .textfixed>.field--name-field-pull-quote>div:first-of-type {
  margin-top: 40%;
}

div[class^="parallax-quote"].vert.fixed .textfixed>div:last-of-type,
div[class^="parallax-quote"].vert.fixed .textfixed>.field--name-field-pull-quote>div:last-of-type {
  margin-top: 40%;
}

div[class^="parallax-quote"].vert.fixed .textfixed>div .pull-quote-text,
div[class^="parallax-quote"].vert.fixed .textfixed>.field--name-field-pull-quote>div .pull-quote-text {
  display: inline-block;
  float: none;
  margin: 50px;
  width: 50%;
}
.contain-strict .video-container {
  height: auto;
}
.Block:has() {

}
.Block-content-vidcont .video-block {
  position: absolute;
  top: 0;
}
.Block-content-vidcont {
  margin: auto 5%;
  position: relative;
  overflow: hidden;
  width: 90%;
  padding-top: 51.25%;
  margin-bottom: 10%;
}
.Block-content-vidcont.bottom .video {
    height: 100%;
}
.Block-content-vidcont.bottom {
  margin-top: 5%;
  margin-bottom: 0;
}
.Block-content-vidcont .video { 
  min-width:100%;
  min-height:100%;
  margin:auto;
  width: 100%;
  padding: 0;
  border: 0;
  background: black
}
.Block-content-vidcont video,
.Block-content-vidcont img {
  padding: 0;
  top: 0;
  position: absolute;
  width: 100%;
}
.page-node-type-parallax-landing-page .one-column-title-and-text,
.page-node-type-parallax-landing-page .one-column-image-title-and-text {
  background: black;
  color: white;
  width: 100%;
/*  padding: 50px 15%;*/
}
.paragraph-columns-section .paragraph-content {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0;
  font-size: 22px;
  line-height: initial;
  display: flex;
  width: 60%;
  height: 100%;
  float: right;
}
.page-node-type-parallax-landing-page .one-column-title-and-text .paragraph__column,
.page-node-type-parallax-landing-page .one-column-image-title-and-text .paragraph__column {
  width: 100%;
  float: none;
  font-size: 20px;
}
.video.para-video {
  min-width: 100%;
  min-height: 60%;
  top: 0;
  margin: 5% 0 0 0;
}

video.secondary-video {
  position: absolute;
  left: 0;
  right: 0;
  min-width: 60%;
  min-height: 56.25%;
  top: 0;
  margin: 5% auto auto auto;
}
.pull-quote.vert.quote-ajax {
  height: 75%;
  z-index: 999;
}

.video-block {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 !important;
}
.Block{
  overflow:hidden;
  position:relative;
  margin-top:0;
}

/* Pull Quote Animations */
.q-hide, .slide-left, .slide-right, .slide-up, .slide-down, .fade-in, .zoom {
  opacity: 0;
  width: 100%;
}
/* Slide in from left */
.slide-left.start {
  -webkit-animation: slideleft 1s forwards; /* Safari, Chrome and Opera > 12.1 */
     -moz-animation: slideleft 1s forwards; /* Firefox < 16 */
       -o-animation: slideleft 1s forwards; /* Opera < 12.1 */
          animation: slideleft 1s forwards;
}
@keyframes slideleft {
  0% {margin-left: 50%; opacity: 0;}
  100% { margin-left: 0; opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes slideleft {
  0% {margin-left: 50%; opacity: 0;}
  100% { margin-left: 0; opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes slideleft {
  0% {margin-left: 50%; opacity: 0;}
  100% { margin-left: 0; opacity: 1; }
}
/* Slide in from right */
.slide-right.start {
  -webkit-animation: slideright 1s forwards; /* Safari, Chrome and Opera > 12.1 */
     -moz-animation: slideright 1s forwards; /* Firefox < 16 */
       -o-animation: slideright 1s forwards; /* Opera < 12.1 */
          animation: slideright 1s forwards;
}
@keyframes slideright {
  0% {margin-left: -50%; opacity: 0;}
  100% { margin-left: 0; opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes slideright {
  0% {margin-left: -50%; opacity: 0;}
  100% { margin-left: 0; opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes slideright {
  0% {margin-left: -50%; opacity: 0;}
  100% { margin-left: 0; opacity: 1; }
}
/* Slide up */
.slide-up.start {
  -webkit-animation: slideup 1s forwards; /* Safari, Chrome and Opera > 12.1 */
     -moz-animation: slideup 1s forwards; /* Firefox < 16 */
       -o-animation: slideup 1s forwards; /* Opera < 12.1 */
          animation: slideup 1s forwards;
}
@keyframes slideup {
  0% {margin-bottom: -50%; opacity: 0;}
  100% { margin-bottom: 0; opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes slideup {
  0% {margin-bottom: -50%; opacity: 0;}
  100% { margin-bottom: 0; opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes slideup {
  0% {margin-bottom: -50%; opacity: 0;}
  100% { margin-bottom: 0; opacity: 1; }
}
/* Slide down */
.slide-down.start {
  -webkit-animation: slidedown 1s forwards; /* Safari, Chrome and Opera > 12.1 */
     -moz-animation: slidedown 1s forwards; /* Firefox < 16 */
       -o-animation: slidedown 1s forwards; /* Opera < 12.1 */
          animation: slidedown 1s forwards;
}
@keyframes slidedown {
  0% {margin-bottom: 50%; opacity: 0;}
  100% { margin-bottom: 0; opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes slidedown {
  0% {margin-bottom: 50%; opacity: 0;}
  100% { margin-bottom: 0; opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes slidedown {
  0% {margin-bottom: 50%; opacity: 0;}
  100% { margin-bottom: 0; opacity: 1; }
}
/* Fade in */
.fade-in.start {
  -webkit-animation: fadein 1s forwards; /* Safari, Chrome and Opera > 12.1 */
     -moz-animation: fadein 1s forwards; /* Firefox < 16 */
       -o-animation: fadein 1s forwards; /* Opera < 12.1 */
          animation: fadein 1s forwards;
}
@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
/* Zoom in */
.zoom.start {
  -webkit-animation: zoom 1s forwards; /* Safari, Chrome and Opera > 12.1 */
     -moz-animation: zoom 1s forwards; /* Firefox < 16 */
       -o-animation: zoom 1s forwards; /* Opera < 12.1 */
          animation: zoom 1s forwards;
}
@keyframes zoom {
  from { transform: scale(0, 0); opacity: 0; }
  to   { transform: scale(1, 1); opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes zoom {
  from { transform: scale(0, 0); opacity: 0; }
  to   { transform: scale(1, 1); opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes zoom {
  from { transform: scale(0, 0); opacity: 0; }
  to   { transform: scale(1, 1); opacity: 1; }
}
/* End of Pull Quote Animations */

@media only screen and (max-width: 1024px) {
  .parallax-quote-1131.pull-quote.vert {
    margin-top: 0px;
  }
  .glyphicon-refresh:before {
    content: "";
    width: 250px;
    height: 250px;
    line-height: 55px;
    font-size: 55px;
    margin-top: 20px;
    color: #0288d1;
  }
  .parallax-quote-226.pull-quote.vert.portrait-styles,  
  .parallax-quote-1006.pull-quote.vert.portrait-styles,
  .parallax-quote-916.pull-quote.vert.portrait-styles:not(.quote-ajax),
  .parallax-quote-71.pull-quote.vert.portrait-styles:not(.quote-ajax)  {
    height: auto;
    display: block;
    bottom: 0;
    position: static;
    background: black;
    padding: 15px 0;
    transform: unset !important;
  }
  .Block-content.u-richtext-invert.contain {
    min-height: 50vh;
  }
  .pqt.pbqt-bottom.pqt-center-full .pull-quote-text {
    width: 100%;
    /* margin: auto auto 10% auto; */
  }
  .pqt.pbqt-bottom.pqt-center-full {
    bottom: 0;
  }
  div#drupal-modal--dialog {
    width: 75%;
    top: 13%;
  }
  .pqt p {
    margin: 0 !important;
  }
  .pqt {
    width: 90% !important;
    margin-left: 5% !important;
    margin-right: 5% !important;
    max-width: 90% !important;
  }
  div[class^="parallax-quote"].horz {
    margin-top: 0 !important;
  }
  div[class^="parallax-quote"].horz .pqt {
    width: 85% !important;
    max-width: 100% !important;
    margin: auto;
    margin-top: 10%;
  }
  .page-node-type-parallax-landing-page #landing-page-footer ul.menu.menu--social-links.nav {
    width: 100% !important;
  }
  .pqt.pbqt-bottom.pqt-left {
    max-width: 85%;
  }
  .video.para-video {
    min-width:55%;
    min-height:50%;
    margin:auto;
    top:-30%;
  }
  .page-node-type-parallax-landing-page .one-column-title-and-text .paragraph__column,
  .page-node-type-parallax-landing-page .one-column-image-title-and-text .paragraph__column {
    width: 100%;
    float: none;
    font-size: 20px;
  }

  .Block-content-vidcont .video { 
    min-width:100%;
    min-height:100%;
    margin:auto;
    padding:0;
  }
  a.video-link {
    top: 0;
    width: 20%;
    height: 20%;
  }
  .pull-quote-text {
    padding: 5px 15px;
  }
}
.page-node-type-parallax-landing-page #main-content a.btn.red :not(#home-watch-cta-midpage) {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .video-container{
    overflow: hidden;
  }
  .page-node-type-parallax-landing-page .one-column-title-and-text .paragraph__column:only-child p{
    line-height: 22px;    
  }
  .page-node-type-parallax-landing-page .one-column-title-and-text .paragraph__column:only-child .text-align-right {
    width: 100%;
    font-size: 20px;
    line-height: 22px;
  }
  div[class^="parallax-quote"].vert {
    height: 85%;
  }
  .paragraph--type--parallax hr {
    width: 50px !important;
    margin: 10px 0 15px 0 !important;
  }
  .page-node-type-parallax-landing-page  .layout__region.layout__region--content > div{
    line-height: 0;
  }
  
  .page-node-type-parallax-landing-page .footer .layout__region.layout__region--content > div{
    line-height: 1.5;
  }
  .page-node-type-parallax-landing-page .paragraph--type--one-column-title-and-text, 
  .page-node-type-parallax-landing-page .paragraph--type--one-column-quote{
    padding: 50px 0;
  }
  .page-node-type-parallax-landing-page .paragraph-columns-section .paragraph-content{
    width: 100%;
  }  
  .page-node-type-parallax-landing-page .paragraph-columns-section .paragraph-content{
    padding: 40px 0;
  }
  .page-node-type-parallax-landing-page .paragraph--type--one-column-title-and-text .container.aos-init.aos-animate, 
  .page-node-type-parallax-landing-page .paragraph--type--one-column-title-and-text .container.aos-init {
      width: 90%;
  }  
  
  .page-node-type-parallax-landing-page #main-content .schedule-watch-section{
    height: auto !important;
  }
}
@media only screen and (min-width: 768px) {
  .mtitle {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .mtitle {
    position: relative;
    top: 5rem;
    width: calc(100% - 1.875rem);
    margin: 0 auto;
    max-width: 40rem;
    line-height: 1;
  }
}
