

 .search-header {
	 position: fixed;
	 display: inherit;
	 width: 100%;
	 z-index: 1000000;
	 background: #fff;
}
 .cascade-region {
	 height: auto !important;
}
 ::-webkit-scrollbar {
	 width: 6px;
}
 ::-webkit-scrollbar-track {
	 background-color: #330072;
	 opacity: 0.5;
	 -webkit-box-shadow: inset 0 0 6px #330072;
}
 ::-webkit-scrollbar-thumb {
	 background-color: #F2A900;
	 -webkit-box-shadow: inset 0 0 6px #F2A900;
}
 .material-icons {
	 font-feature-settings: 'liga' !important;
}
 .relative {
	 position: relative;
}
 .site-text {
	 max-width: 318px;
	 max-height: 100px;
	 padding: 20px 0;
}
 .content__above {
	 position: relative;
	 z-index: 100;
	 color: #444;
	 background: #fff;
}
/************************  *************************/
/* 				    Video - Desktop  	       	   */
/************************  *************************/
.video-full-screen {
  position: relative;
  min-height: 500px;
  width: 100%;
  height: 100vh;
  z-index: 5;
  overflow: hidden;
  background: #fff; }
  .video-full-screen > .inner {
    position: static !important;
    display: table;
    width: 100%;
    height: 100vh;
    padding: 1rem; }
    .video-full-screen > .inner .background {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 100;
      top: 0;
      left: 0;
      opacity: 0;
      pointer-events: none;
      -webkit-filter: blur(0);
      filter: blur(0);
      background: transparent; }
    .video-full-screen > .inner .title {
      position: relative;
      display: table;
      width: 80vw;
      max-width: 1200px;
      height: 100%;
      margin: 0 auto;
      text-align: center;
      text-transform: none;
      z-index: 100; }
      .video-full-screen > .inner .title .inner {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        z-index: 100;
        text-align: center;
        color: #fff;
        font-family: 'Calluna', Semibold Italic;
        text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
        text-align: center;
        line-height: 1.3; }
        .video-full-screen > .inner .title .inner h1 {
          font-size: 250px;
          line-height: 1.3;
          text-transform: none;
          font-family: 'Calluna Sans', sans-serif; }
        .video-full-screen > .inner .title .inner h2 {
          font-size: 150px;
          font-family: 'Calluna Sans', sans-serif; }
        .video-full-screen > .inner .title .inner p {
          line-height: 1.6;
          font-size: 36px;
          font-family: 'Calluna', serif; }
      .video-full-screen > .inner .title.hero__header {
        top: 20vh !important;
        width: 100%;
        max-width: 100%;
        padding: 0 100px; }
        .video-full-screen > .inner .title.hero__header .inner {
          vertical-align: top;
          text-align: left; }
  .video-full-screen video,
  .video-full-screen img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 102vw;
    max-width: 102%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: -1vw; }

#video-full-screen-media_1,
.panel-fixed {
  z-index: 1; }
  #video-full-screen-media_1 .video-controls.top,
  .panel-fixed .video-controls.top {
    display: none; }

.panel-fixed > .inner {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 2; }

.for-video {
  display: none;
  height: 100vh; }

.video-controls {
  position: absolute;
  bottom: 25px;
  bottom: 30px;
  left: 25px;
  left: 30px;
  z-index: 102;
  color: #444; }
  .video-controls > div {
    display: table;
    margin-top: 10px;
    width: 50px;
    height: 50px; }
  .video-controls .inner {
    position: relative; }
  .video-controls.middle, .video-controls.top {
    margin: 0 auto;
    left: unset;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .video-controls.middle i, .video-controls.top i {
      border-radius: 50%; }
  .video-controls.top {
    top: 25px;
    bottom: unset;
    color: #fff; }
    .video-controls.top i {
      background-color: transparent; }
      .video-controls.top i:hover {
        color: #444; }
  .video-controls.right {
    left: unset;
    right: 25px; }
  .video-controls .play > i:hover,
  .video-controls .sound > i:hover {
    border-radius: 50%; }
  .video-controls i {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    margin-top: 10px;
    padding: 10px;
    border-radius: 7px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    cursor: pointer; }
    .video-controls i:hover {
      background-color: rgba(255, 255, 255, 0.85); }
  .video-controls i.fas.fa-volume-slash {
    width: 50.25px; }
  .video-controls .info {
    position: relative;
    z-index: 100; }
  .video-controls .info-caption {
    position: absolute;
    bottom: 0;
    width: 200px;
    padding: 15px;
    border-radius: 7px;
    line-height: 19px;
    font-size: 14px;
    transition: transform .25s;
    transform: scale(0);
    transform-origin: bottom left;
    padding-bottom: 50px;
    background: #fff; }
    .video-controls .info-caption:hover, .video-controls .info-caption.hover {
      transform: scale(1);
      transform-origin: bottom left; }
    .video-controls .info-caption > i {
      position: relative;
      display: block;
      background-color: transparent;
      text-align: left;
      padding: 0;
      font-size: 18px; }
    .video-controls .info-caption a {
      color: #330072; }

.story-full-screen.panel-fixed .video-controls.top {
  display: block; }

/************************  *************************/
/* 			      Video - Mobile  			       */
/************************  *************************/
@media screen and (max-width: 1920px) {
  .video-full-screen > .inner .title .inner h1 {
    font-size: 14vw; }
  .video-full-screen > .inner .title .inner h2 {
    font-size: 10vw; }
  .video-full-screen > .inner .title .inner p {
    font-size: 2.7vw; } }
@media screen and (max-width: 960px) {
  .video-full-screen .video-controls > div {
    margin-top: 7.5px;
    width: 40px;
    height: 40px; }
    .video-full-screen .video-controls > div i {
      width: 40px;
      height: 40px; }

  .video-full-screen > .inner .title.hero__header {
    top: 10vh !important;
    padding: 0 50px; } }
@media screen and (max-width: 600px) {
  .video-full-screen > .inner .title .inner h1 {
    font-size: 44px !important;
    font-size: 2.75rem !important; }
  .video-full-screen > .inner .title .inner h2 {
    font-size: 36px !important;
    font-size: 2.25rem !important; }
  .video-full-screen > .inner .title .inner p {
    font-size: 20px !important;
    font-size: 1.25rem !important; } }
/************************  *************************/
/* 			      Video - Print  			       */
/************************  *************************/
/************************  *************************/
/* 	             WYSIWYG - Desktop   		       */
/************************  *************************/
.call__action {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 100%;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    padding: 12px 40px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    transition: all 0.2s ease-out 0s;
    text-decoration: none !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    font-family: 'Calluna Sans';
    -webkit-appearance: button;
    box-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px inset;
    border-radius: 5px;
    color: #fff;
    background: #330072;
}

/************************  *************************/
/* 	              WYSIWYG - Mobile  		       */
/************************  *************************/
/************************  *************************/
/* 		          WYSIWYG - Print  			       */
/************************  *************************/

