:root {
 --nav-height: 114px;
 --footnote-colour: #2a2a2a;
}

@media screen and (max-width: 767px) {
	:root {
		 --nav-height: 107px;
	}
}

/*------- GENERAL -------*/
.pdp{ overflow:clip; }
.pdp-center{ text-align: center !important; }
.pdp-left{ text-align: left !important; }
.pdp-right{ text-align: right !important; }
.pdp-flex-center{ justify-content: center !important; }
.pdp-flex-left{ justify-content: left !important; }
.pdp-flex-right{ justify-content: right !important; }
.pdp-show{ display: block !important; }
.pdp-visuallyshow{ opacity: 1 !important; }
.pdp-mobile-show { display: none; }
.pdp-mobile-show-inline { display: none; }
.pdp-desktop-show { display: block; }
.pdp-sup { font-size: 75%; vertical-align: super; }
.pdp ol[class] li, .pdp ul[class] li { list-style: auto; font-size: 1.8rem; }

.small-caps { font-variant: small-caps; }
.drop-shadow-blue{
-webkit-filter: drop-shadow(0px 1px 10px #5cdff7);
  filter: drop-shadow(0px 1px 10px #5cdff7);
}


/*------- MMM -------*/
.measure-expand,
.monitor-expand,
.manage-expand,
.stress-expand{
	height: calc(100% - var(--nav-height));
  top: var(--nav-height);
  z-index: 20;
}
.tile.tile-mmm,
.mmm-expand-close{ cursor: pointer; }
.mmm-expand-open > div:first-child{
	margin-left: 6%;
}


/*------- HERO VIDEO -------*/
.hero-vid:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    box-shadow: inset -1px 1px 30px 40px #040f1c;
    width: 100%;
    height: 100%;
}


/*------- VIDEO & CTRLS DISPLAY -------*/
.pdp-video-cont{
    position: relative;
    max-width: 1200px;
/*    margin: 5rem auto 2rem;*/
	margin: 0 auto;
    text-align: right;
}

.ctrl-nav{ padding: 6px 12px 0 0; }

.ctrl-nav button,
button.js-modal-close{
	background: transparent;
	padding: 6px;
}

.ctrl-nav button:focus,
button.js-modal-close:focus{
	outline: 0;	
}

.ctrl-nav svg,
.js-modal-close svg{
    width: 48px;
    height: 48px;
    fill: none;
    stroke: #fcfbfa;
    stroke-width: 0.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.expand-v-toggle svg {
/*        stroke: var(--accent);*/
	width: 100%;
	height: 100%;
	fill: none;
	stroke-width: 2px;
	stroke-linecap: round;
	stroke-linejoin: round;
  }

.js-modal-src{
/*
	display: flex;
    text-align: left;
    gap: 15px;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
*/
}

.js-modal-video{
color: var(--accent-color) !important;
    align-self: center;
    margin-bottom: 0;
	line-height: 1.2;
/*    text-decoration: none;*/
/*    display: block;*/
}

.js-modal-video:hover {
/*	color: var(--accent-color) !important;*/
    text-decoration: underline !important;
    cursor: pointer;
}


/*------- POP UP MODAL -------*/
/*
.modal-vid-link button {
  position: relative;
  color: var(--accent-color);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  text-align: left; }

.modal-vid-link button:hover,
.modal-vid-link button:focus {
  font-weight: 600;
  text-decoration: underline; }
*/

.js-modal-cont {
  display: none;
  position: fixed;
  top: var(--nav-height);
  left: 0;
  width: 100%;
  height: calc(100% - var(--nav-height));
  overflow: auto;
  background-color: #040f1c;
  background-color: rgba(4, 15, 28, 0.8);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: 1s all ease;
  z-index: 3;
}

/*
.modal-content {
  margin: auto;
  text-align: center; }
*/

/*#senses-touch-capsule{ z-index: 5; }*/



/*------- HOTSPOT -------*/
.interactive-hotspot-contain{
	--coord-x: 0;
	--coord-y: 0;
	transform: translate(var(--coord-x), var(--coord-y));
}

.interactive-hotspot-point.w-active{
	transform: scale(1.5);
}

.interactive-hotspot-point.w-active .point-centre{
	outline: 4px solid #5ae3fa;
}

.interactive-hotspot::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 100%;
    height: 15%;
    background: rgb(4,15,28);
    background: linear-gradient(0deg, rgb(4,15,27,0.95) 10%, rgba(4,15,28,0) 100%)
}


/*------- PROGRAMS -------*/
.section-programs::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 10%;
		height: 68px;
		background: rgb(4,15,28);
		background: linear-gradient(270deg, rgb(4,15,28) 0%, rgba(4,15,28,0) 100%);
	}

/*------- FOOTNOTES -------*/
	.section-footnotes {
		background-color: #ffffff;
		background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.footnote-content {
		max-width: 980px;
		width: 90%;
		margin: 0 auto;
	}
	.list-item {
		color: var(--footnote-colour);
		padding-bottom: 10px;
		font-size: 1.4rem !important;
		font-weight: 300;
	}


/*--------------------------------*/
/*------- MOBILE LANDSCAPE -------*/
/*--------------------------------*/

@media screen and (max-width: 767px) {

	.pdp-mobile-show { display: block; }
	.pdp-mobile-show-inline { display: inline-block; }
	.pdp-desktop-show { display: none; }

	.pdp ol[class] li, 
	.pdp ul[class] li {
		font-size: 1.7rem;
	}
}

@media screen and (min-width: 410px) {
	.section-programs::after {
		width: 20%;
		max-width: 100px;
	}
}
