/*
	font-family: "Vollkorn", serif;
	font-family: "Nunito", serif;
*/
* {
	box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
	--body-media-bg-color: #DEE5E5;
	--slider-arrow: url('/assets/images/icon_caret-up.svg') no-repeat center;
	--button-color: #979797;
	--button-secondary-bg-color: #FDFDFD;
}
h1{
	font-size: 2rem;
	line-height: 2rem; 
}
h2, .full h2 {
	margin: 0 0 17px 0;
	color: #04546B;
	font-family: "Vollkorn", serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 32px;
}
h3 {
	font-family: "Vollkorn", serif;
}
h4 {
	margin: 0 0 11px 0;
	color: #04546B;
	font-family: "Vollkorn", serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 25px;
}
h5 {
	margin: 0 0 11px 0;
	color: #294850;
	font-family: "Vollkorn", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}
.like-h6 {
	margin: 25px 0px 8px 0px;
	color: #294850;
	font-family: "Vollkorn", serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	text-align: center;
}
.like-h2 {
	color: #04546B;
	font-family: "Vollkorn", serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 32px;
}
p {
	margin-bottom: 10;
	font-family: "Nunito", serif;
	font-size: 16px;
	font-weight: 300;
	color: rgba(74,73,73,1);
}
a[href*="//"]:not(.skip-offsite):not([href*="https://www.bytestudios.com/"]):after {
    content: "";
    width: 11px;
    height: 11px;
    margin: 0 0 0 3px;
    background-color: #217F9C;
    mask-image: url('/content/library-web-design/icon_offsite-link.svg');
    mask-repeat: no-repeat;
    mask-size: cover;
    display: inline-block;
    position: relative;
    z-index: 10;
}
ol li{
	margin-bottom: 4px;
}
.full p.intro {
	font-family: "Nunito", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}
.centered{
	text-align: center;
}
.subheader{
	font-family: NunitoSans-Bold;
	font-size: 10px;
	color: #294850;
	letter-spacing: 0.25px; 
	text-transform: uppercase;
}
label {
	margin: 0 0 13px 0;
	color: #000;
	font-family: "Nunito", serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}
select {
	margin: 0;
	padding: 8px 10px;
	padding-right: 30px;
	font-family: "Nunito", serif;
}
button, a.button-like {
	font-family: "Vollkorn", serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: initial;
	margin-top: 10px;
}
.fake-button-like {
	padding: 13px 20px;
    background-color: #FACE19;
    border-radius: 10px;
    color: #041F27;
    font-family: "Vollkorn", serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
    transition: background-color .3s;
    cursor: pointer;
    position: relative;
}
.fake-button-like:hover {
    background-color: #FFEA19;
    color: #041F27;
}
a.button-like.secondary {
	min-height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.field-row {
	margin: 0 0 25px 0;
}
.field-row:last-of-type {
	margin: 0;
}
.field-row input {
	margin-bottom: 0;
}
.field-container {
	margin: 0 12px 0 0;
	width: 100%;
}
.field-container:last-of-type {
	margin: 0;
}
/* align the preferred form of contact label */
#field_perferred_form {}
#field_perferred_form label {
	width: calc(50% - 6px);
	margin: 0;
	padding: 0 0 0 6px;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	display: inline-block;
	
}
#field_perferred_form label:first-of-type {
	width: 100%;
	margin: 0 0 13px 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}
.a11y-fact{
	max-width: 80%;	
	margin: auto;
	padding-bottom: 115px;
}
.advantages-segment{
	max-width: 70%;	
	margin: 140px auto 140px auto;
}
.advantages-segment .advantages-set{
	padding-top: 35px;
	display: flex;
	flex-direction: row;
}
.advantages-segment .advantages-set .advantages-item{
	padding: 0px 15px 0px 15px;
	display: flex;
	flex-direction: column;
	align-items: center;	
}
.a11y-overlay-note{
	max-width: 80%;	
	margin: 120px auto;
	padding: 50px 97px;
	background: #FEF5DC;
	display: flex;
	flex-direction: column;
}
.a11y-featured-tool{
	margin: 0px 0px 40px 0px; 
	display: flex;
	align-items: center;
}
.a11y-featured-tool .image-like {
	width: 455px;
	height: 304px;
	background-color: #F5F5F5;
	display: block;
}
.a11y-featured-tool .a11y-featured-tool-content{
	width: calc(100% - 455px);
	padding: 0px 0px 0px 70px;
}


/*
.full .main-content {
	max-width: calc(100vw - 93px);
	max-width: calc(100vw - 190px);
}
*/
.wrapper {
	background-color: rgba(0, 0, 255, 0);
}

/* A NEW SETUP FOR THE NEW LIBRARY PAGE -- LET'S KEEP THIS SEPARATE */

.mobile-onpage-mode{
		display: none;
}
/* stage-hook */
.mainstage-block .stage-setlist {
  position: absolute;
  left: 5%;
  z-index: 50;
  transition: left 0s;
}
.mainstage-block .stage-setlist.hover, .mainstage-block .stage-setlist.reveal {
  z-index: 99;
}
.mainstage-block .stage-setlist.fixed {
  position: fixed;
  transition: left .5s ease-in-out;
}
.mainstage-block .stage-setlist.fade-in {
  opacity: 0;
  animation: hook-fade-in .3s ease-out;
  animation-fill-mode: forwards;
}
@keyframes hook-fade-in {
  0%   {opacity: 0;}
  100%   {opacity: 1;}
}
.mainstage-block .stage-setlist.fade-out {
  animation: hook-fade-out .3s ease-out;
  animation-fill-mode: forwards;
}
@keyframes hook-fade-out {
  0%   {opacity: 1;}
  100%   {opacity: 0;}
}
.mainstage-block .stage-setlist .mobile-text {
  display: none;
}
.mainstage-block .stage-setlist ul {
  max-width: 250px;
  margin: 0;
  background-color: transparent;
}
.mainstage-block .stage-setlist.fixed ul {
  max-width: none;
}
.mainstage-block .stage-setlist ul li {
  padding: 1px 5px;
  position: relative;
  width: 38px;
}
.mainstage-block .stage-setlist ul li:before {
  display: none;
}
.mainstage-block .stage-setlist ul li .hook-dot {
  width: 9px;
  height: 9px;
  background-color: transparent;
  border: 1px solid rgba(255,255,255,.8);
  display: block;
  position: absolute;
  top: 8px;
  left: 5px;
  z-index: 5;
  transition: background-color .3s;
}
.mainstage-block .stage-setlist.fixed ul li .hook-dot {
  background-color: rgba(6,53,66,.2);
  border: none;
}
.mainstage-block .stage-setlist ul li.seen .hook-dot {
  background-color: rgba(40,85,200,1);
}
.mainstage-block .stage-setlist ul li.active .hook-dot {
  background-color: #FACF19;
  box-shadow: inset 0 0 2px #D6B421;
}

/* hook-overlay */
.mainstage-block .scene-lead .lead-sub,.mainstage-block .stage-setlist ul li .hook-overlay {
  color: #fff;
  font-family: 'Muli', sans-serif;
  text-shadow: 1px 1px 1px #000;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.mainstage-block .scene-lead .lead-sub {
  text-align: center;
}
.mainstage-block .stage-setlist ul li .hook-overlay {
  margin: 0 0 0 15px;
  padding: 3px 8px;
  opacity: 1;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: block;
  /* pointer-events: none; */
  transition: opacity .3s;
}
.mainstage-block .stage-setlist.fixed ul li .hook-overlay {
  width: 100%;
  margin: 0 0 0 23px;
  background-color: #FACF19;
  /* box-shadow: inset 0 0 2px #D6B421, 1px 1px 1px #888; */
  box-shadow: 1px 1px 1px #888;
  opacity: 0;
  color: #000;
  text-shadow: none;
  display: unset;
  pointer-events: none;
  position: relative;
}
.mainstage-block .stage-setlist.fixed ul li .hook-overlay:before {
  content: "";
  border-top: 10px solid transparent;
  /* border-right: 20px solid #FACF19; */
  border-right: 10px solid #FACF19;
  border-bottom: 10px solid transparent;
  /* box-shadow: 1px 1px 1px #888; */
  filter: drop-shadow(1px 1px 1px #333);
  position: absolute;
  top: 0;
  left: -10px;
  z-index: -1;
}
.mainstage-block .stage-setlist.fixed ul li.hover .hook-overlay,.mainstage-block .stage-setlist.fixed ul li.reveal .hook-overlay {
  opacity: 1;
}
.mainstage-block .stage-setlist ul li .hook-line {
  width: 1px;
  height: 100px;
  background-color: rgba(255,255,255,.8);
  display: block;
  position: absolute;
  left: 9px;
}
.mainstage-block .stage-setlist ul li:first-of-type .hook-line, .mainstage-block .stage-setlist.fixed ul li .hook-line, .mainstage-block .stage-setlist ul li .hook-line.fixed {
  display: none;
}
.mainstage-block .stage-setlist.fixed ul li .hook-line.fixed {
  background-color: rgba(40,85,200,1);
  display: block;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: transform .3s;
}
.mainstage-block .stage-setlist.fixed ul li:first-of-type .hook-line.fixed {
  display: none;
}
.mainstage-block .stage-setlist.fixed ul li.seen .hook-line {
  transform: scaleY(1);
}


@media screen and (min-width: 901px) {
	.mainstage-block {
		max-width: calc(100vw - 94px);
		transition: max-width .5s ease-in-out;/* matches the header's transition */
	}
	body.header-active .mainstage-block {
		max-width: calc(100vw - 190px);
	}
	.mainstage-block .scene-lead {
		height: 488px;
		padding: 66px 0 0 62px;
		display: block;
		position: relative;
	}
	.mainstage-block.fix-assets .scene-lead {
		margin-bottom: 192px;
	}
	.mainstage-block .scene-lead:before, .mainstage-block .scene-lead:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		z-index: 1;
	}
	.mainstage-block .scene-lead:before {
		border-top: 488px solid #F5F5F5;
		border-right: 488px solid transparent;
		right: 175px;
	}
	.mainstage-block .scene-lead:after {
		width: calc(100% - 663px);
		height: 100%;
		background-color: #F5F5F5;
		left: 0;
	}
	.mainstage-block .scene-lead h1 {
		width: 100%;
		max-width: 635px;
		margin: 0;
		color: #04546B;
		font-size: 35px;
		line-height: 37px;
		text-shadow: none;
		position: relative;
		z-index: 5;
		text-align: left;
	}
	
	.mainstage-block .stage-setlist {
		margin-top: 25px; 
		left: 60px;
		transition: opacity .3s, transform .3s;
		
	}
	.mainstage-block.loading-wings .stage-setlist {
		opacity: 0;
		transform: translateY(-5px);
		pointer-events: none;
	}
	.mainstage-block.fix-assets .stage-setlist {
		position: fixed;
		left: 154px;
		animation: fade-in-hook .3s ease-out forwards;
	}
	@keyframes fade-in-hook {
	0%   {
		opacity: 0;
		transform: translateX(-15px);
	}
	100%   {
		opacity: 1;
		transform: translateX(0);
	}
	}
	.mainstage-block .stage-setlist.lock-hook-to-bottom {
		position: absolute;
		left: 61px;
		bottom: 0;
	}
	.mainstage-block .stage-setlist ul {
		opacity: 0;
		/* position: absolute; */
		top: 0;
		left: 0;
		/* transform: translateX(-15px); */
		pointer-events: none;
		transition: opacity .2s, transform .2s;
	}
	.mainstage-block .stage-setlist.show-hook ul {
		opacity: 1;
		transform: translateX(0);
		position: relative;
		pointer-events: all;
		transition: opacity .3s .1s, transform .3s;
	}
	.mainstage-block .stage-setlist ul li .hook-overlay {
		margin: 0 0 0 22px;
		background-color: rgba(250,206,25,0);
		opacity: 1;
		color: #000;
		font-family: 'Muli', sans-serif;
		text-shadow: none;
		text-transform: uppercase;
		letter-spacing: .5px;
		display: inline-block;
		white-space: nowrap;
		transform: translateX(0);
		position: relative;
		transition: background-color .2s, opacity .2s, transform .3s;
	}
	.mainstage-block.fix-assets .stage-setlist ul li .hook-overlay {
		max-width: 0;
		opacity: 0;
		transform: translateX(-25px);
		/*     position: absolute; */
		pointer-events: none;
		transition: background-color .3s, opacity .3s .1s, transform .3s;
	}
	.mainstage-block.fix-assets .stage-setlist:hover ul li .hook-overlay {
		max-width: none;
	}
	.mainstage-block.fix-assets .stage-setlist:hover ul li:hover .hook-overlay {
		background-color: rgba(250,206,25,1);
		opacity: 1;
		pointer-events: all;
		transform: translateX(0);
	}
	.mainstage-block .stage-setlist ul li .hook-overlay.fixed:before {
		content: "";
		border-top: 11px solid transparent;
		border-right: 10px solid rgba(250,206,25,1);
		border-bottom: 11px solid transparent;
		/* opacity: 0; */
		display: block;
		position: absolute;
		top: 0;
		left: -10px;
		pointer-events: none;
		transition: opacity .3s;
	}
	.mainstage-block.fix-assets .stage-setlist ul li:hover .hook-overlay:before {
		opacity: 1;
	}
	.mainstage-block .stage-setlist ul {
		max-width: none;
	}
	.mainstage-block .stage-setlist ul li .hook-dot {
	/*     width: 9px; */
	/*     height: 9px; */
	/*     background-color: transparent; */
		border: 1px solid rgba(0,0,0,0.8);
	/*     display: block; */
	/*     position: absolute; */
	/*     top: 8px; */
	/*     left: 5px; */
	/*     z-index: 5; */
	/*     transition: background-color .3s; */
	}
	.mainstage-block .stage-setlist ul li .hook-line {
		/*     width: 1px; */
		/* 	height: 16px; */
		height: 19px;
		background-color: rgba(0,0,0,0.8);
		/*     display: block; */
		/*     position: absolute; */
		/*     left: 9px; */
		/* 	top: -8px; */
		top: -11px;
	}
}
@media only screen and (max-width: 900px) {
	.mobile-onpage-mode{
		display: flex;
		flex-direction: row;
		justify-content: center;
		text-align: center;
	}
	select{	
		width: min-content;
		margin-bottom: 12px;
	}
  /* stage-hook (mobile) */
  .mainstage-block .stage-setlist {
	width: 100%;
	padding: 5px 10px;
	background-color: #FACF19;
	position: fixed;
	top: -9999px;
	left: -100vw;
	z-index: 80;
  }
  .mainstage-block .stage-setlist.ready {
	top: 69px;
	left: 0;
	transition: height .2s ease-out, left .3s ease-out;
  }
  .mainstage-block .stage-setlist.ready ul {
	width: 100%;
	max-width: none;
	margin: 10px 0 0 0;
	opacity: 0;
	/* pointer-events: none; */
	position: absolute;
	left: -9999px;
	transition: opacity .3s ease-out .2s;
  }
  .mainstage-block .stage-setlist.active ul {
	opacity: 1;
	position: unset;
  }
  .mainstage-block .stage-setlist ul li {
	  width: 100%;
  }
  .mainstage-block .stage-setlist ul li .hook-line {
	display: none;
  }
  .mainstage-block .stage-setlist .mobile-text {
	display: block;
  }
  .mainstage-block .stage-setlist .mobile-text a {
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  .mainstage-block .stage-setlist .mobile-text p {
	margin: 0;
  }
  .mainstage-block .stage-setlist .mobile-text p, .mainstage-block .stage-setlist ul li .hook-overlay {
	/* color: #fff; */
	color: #000;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	font-family: 'Muli', sans-serif;
	/* text-shadow: 1px 1px 1px #000; */
	text-shadow: none;
	text-transform: uppercase;
	letter-spacing: .5px;
  }
  .mainstage-block .stage-setlist ul li .hook-dot {
	background-color: rgba(6,53,66,.2);
	border: none;
  }
  .mainstage-block .stage-setlist ul li.seen .hook-dot {
	background-color: #fff;
  }
  .mainstage-block .stage-setlist ul li.active .hook-dot {
	background-color: #063542;
  }
  .mainstage-block .stage-setlist .mobile-text p:last-of-type {
	color: #000;
	font-size: 28px;
  }
  .mainstage-block .stage-setlist .mobile-text p i:first-of-type, .mainstage-block .stage-setlist.active .mobile-text p i:last-of-type {
	display: block;
  }
  .mainstage-block .stage-setlist.active .mobile-text p i:first-of-type, .mainstage-block .stage-setlist .mobile-text p i:last-of-type {
	display: none;
  }
}

.mainstage-block .stage-wings {
    width: 100%;
    position: relative;
    transition: opacity .3s, transform .3s;
}
.mainstage-block.loading-wings .stage-wings {
	opacity: 0;
	transform: translateY(-5px);
	pointer-events: none;
	/* 	transition: opacity 0s, transform 0s; */
}
.mainstage-block .stage-wings .stage-wing {
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(30px);
    pointer-events: none;
    transition: opacity .2s, transform .2s;
}
.mainstage-block .stage-wings .stage-wing.show-wing {
    opacity: 1;
    position: relative;
    transform: translateY(0);
    pointer-events: all;
    transition: opacity .3s .1s, transform .3s;

}

/*
.mainstage-block .stage-wing {
    background-color: rgba(255,0,255,0);
    transition: background-color .3s;
}
.mainstage-block .stage-wing.spotlight {
}
.mainstage-block .stage-wing.show {
	background-color: rgba(255,0,255,0.25);
}
*/

.slider-container {
	width: calc(100% + 21px);
	max-width: 100%;
    margin: 0 0 63px 0px;
    padding: 0 105px 0 105px;
    position: relative;
}
.slider-container:before {
    content: "";
    width: 50px;
    height: 50px;
    border: 1px solid var(--body-media-bg-color);
    border-bottom: 1px solid #000;
    border-radius: 50%;
    opacity: 0;
    display: block;
    transform-origin: 50% 50%;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    z-index: 25;
    pointer-events: none;
    animation: search-spinner .75s infinite linear;
    transition: opacity .3s;
}
@keyframes search-spinner {
  0%   {transform: rotate(0deg);}
  25%  {transform: rotate(90deg);}
  50% {transform: rotate(180deg);}
  75%  {transform: rotate(270deg);}
  100% {transform: rotate(360deg);}
}
.slider-container .swiper {
    width: calc(100% - 42px);
    margin: 0 auto;
    padding: 0;
    opacity: 1;
    transition: opacity .3s;
}
.slider-container .swiper .swiper-slide {}
.slider-container .swiper-button-prev, .slider-container .swiper-button-next {
    width: 70px;
    height: 100%;
    margin: 0;
    top: 0;
    bottom: auto;
    transition: opacity .3s;
}
.slider-container .swiper-button-prev {
    left: 91px;
    right: auto;
}
.slider-container .swiper-button-prev > svg {
	display:none;
}
.slider-container .swiper-button-next {
    left: auto;
    right: 91px;
}
.slider-container .swiper-button-next > svg {
	display:none;
}
.slider-container .swiper-button-prev:after, .slider-container .swiper-button-next:after {
    content: "";
    width: 40px;
    height: 40px;
    background-color: var(--button-secondary-bg-color);
    border: 1px solid var(--button-color);
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 5;
}
.slider-container .swiper-button-prev:before, .slider-container .swiper-button-next:before {
    content: "";
    width: 17px;
    height: 9px;
    background: var(--slider-arrow);
    background-size: cover;
    display: block;
    position: absolute;
    top: calc(50% - (9px / 2));
    z-index: 10;
}
.slider-container .swiper-button-prev:before {
	left: calc((50% - (17px / 2)));
    transform: rotate(-90deg);    
}
.slider-container .swiper-button-next:before {
	right: calc((50% - (17px / 2)) - 15px);
    transform: rotate(90deg);
}
.slider-container .swiper-button-next:after {
    right: 0;
}

/*///////////////////////////////////////////////////////////////
	Start: Curtain Overlay 
///////////////////////////////////////////////////////////////*/
body.curtain-showing {
	overflow: hidden;
}
.curtain-overlay {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: fixed;
	transform: scale(0);
	top: 0;
	left: 0;
	z-index: 199;
	pointer-events: none;
	transition: opacity .2s, transform 0s .2s;
}
.curtain-overlay.show-curtain {
	opacity: 1;
	transform: scale(1);
	pointer-events: all;
	transition: transform 0s;
}
.curtain-overlay .curtain-background {
	width: 100%;
	height: 100%;
	background-color: #F5F5F5;
	opacity: 0.4;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.curtain-overlay .curtain-content {
	width: calc(100% - 234px);
	height: 100%;
	max-height: calc(100vh - 120px);
	background-color: #F5F5F5;
	border: 1px solid #979797;
	box-shadow: -1px 2px 23px rgba(0,0,0,0.19);
	opacity: 0;
	display: block;
	position: absolute;
	top: 60px;
	/* 	left: -100vw; */
	left: calc(70px + 94px);
	z-index: 199;
	transform: translateY(-15px);
	pointer-events: none;
	overflow: hidden;
	transition: opacity 0s, transform 0s;
}
.curtain-overlay.show-curtain .curtain-content {
	opacity: 1;
	/* 	left: calc(70px + 94px); */
	transform: translateY(0);
	transition: opacity .3s, transform .3s;
	pointer-events: all;
}
.curtain-overlay .curtain-content:before, .curtain-overlay .curtain-content:after {
	content: "";
	opacity: 0;
	display: block;
	position: absolute;
	pointer-events: none;
	transition: opacity .2s;
}
.curtain-overlay.loading-content .curtain-content:before, .curtain-overlay.loading-content .curtain-content:after {
	opacity: 1;
	pointer-events: all;
	transition: opacity .3s;
}
.curtain-overlay .curtain-content:before {
	width: 100%;
	height: 100%;
	background-color: #F5F5F5;
	top: 0;
	left: 0;
	z-index: 5;
}
.curtain-overlay .curtain-content:after {
    width: 50px;
    height: 50px;
    border: 1px solid #063542;
    border-bottom: 1px solid #FACE19;
    border-radius: 50%;
    transform-origin: 50% 50%;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    z-index: 25;
    animation: loading-spinner .75s infinite linear;
}
@keyframes loading-spinner {
  0%   {transform: rotate(0deg);}
  25%  {transform: rotate(90deg);}
  50% {transform: rotate(180deg);}
  75%  {transform: rotate(270deg);}
  100% {transform: rotate(360deg);}
}
.curtain-overlay .overlay-content {
	padding: 29px 27px 0 27px;
	position: relative;
}
/*
.curtain-overlay .overlay-content:before {
	content: "";
	width: calc(100% - (27px * 2));
	height: calc(100% - 29px);
	background-color: rgba(255,0,0,0.1);
	display: block;
	position: absolute;
	top: 29px;
	left: 27px;
	z-index: 1;
	pointer-events: none;
}
*/
.curtain-overlay .overlay-content:after {
	content: "";
	width: 100%;
	height: 22px;
	background-image: linear-gradient(to top, rgba(245,245,245,1) 0, rgba(245,245,245,0) 100%);
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.curtain-overlay .overlay-content .content-top {
	width: 100%;
	display: flex;
	column-gap: 21px;
	align-items: center;
	position: relative;
}
.curtain-overlay .overlay-content .content-top:before {
	content: "";
	width: 100%;
	height: 22px;
	background-image: linear-gradient(to bottom, rgba(245,245,245,1) 0, rgba(245,245,245,0) 100%);
	display: block;
	position: absolute;
	bottom: -22px;
	left: 0;
	z-index: 10;
}
.curtain-overlay .overlay-content .content-top .close-icon {
	padding: 5px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
.curtain-overlay .overlay-content .content-top .top-media.default {
	width: 55px;
    height: 55px;
    background-color: #D8D8D8;
}
.curtain-overlay .overlay-content .content-body {
	/* 	margin: 22px 0 0 0; */
	/* 	max-height: calc(100% - 55px); */
	max-height: calc(100vh - 250px);
	padding: 22px 0 0 0;
/* 		background-color: rgba(0,255,0,0.5); */
	position: relative;
	overflow-x: initial;
	overflow-y: scroll;
}
.curtain-overlay .overlay-content .content-body p {
	margin: 15px 0 19px 0;
	color: #4A4949;
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
}
.scrollable-segment .scrollable-area .curtain-overlay .overlay-content p {
	margin-left: 0;
	margin-right: 0;
}
.curtain-overlay .overlay-content .content-body p.intro {
	margin: 0 0 22px 0;
	font-family: "Vollkorn", serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
}
.curtain-overlay .overlay-content .content-body .content-body-buttons {
	width: 100%;
	margin: 35px 0;
	display: flex;
	column-gap: 8px;
	align-items: center;
	justify-content: center;
}
/*
.curtain-overlay .overlay-content .content-body:before {
	content: "";
	width: 100%;
	height: 22px;
	background-image: linear-gradient(to bottom, rgba(245,245,245,1) 0, rgba(245,245,245,0) 100%);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
*/
/* overwrite slider-container styles */
.curtain-overlay .slider-container {
	/* padding-left: 33px; */
    padding-left: 20px;
}
.curtain-overlay .slider-container .swiper-button-prev {
	/* left: 19px; */
	left: 6px;
}
/*//////////////////////////////// End: Curtain Overlay ////////////////////////////////*/


/* overwrite scrollable-segment styles */
.scrollable-segment .scrollable-area .item .curtain-overlay h3 {
	margin: 0 0 8px 0;
	color: #294850;
	font-size: 27px;
	font-weight: 500;
	line-height: 29px;
}

.project-tags {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	column-gap: 3px;
	row-gap: 3px;
	align-items: center;
}
.project-tags .tag {
	padding: 2px 6px;
	background-color: #D8D8D8;
	border-radius: 9px;
	color: #4A4949;
	font-family: "Nunito", serif;
	font-size: 11px;
	font-weight: 300;
	line-height: 13px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	display: flex;
}

.hub-mode-selector {
	width: 100%;
	max-width: 80%;
/* 	min-width: 833px; */
	margin: 65px auto 102px auto;
	background-color: rgba(245,245,245,0);
	position: relative;
	z-index: 50;
	transition: background-color .3s;
}
.mainstage-block.fix-assets .hub-mode-selector {
	max-width: calc(100% - 94px);
	margin: 0;
	background-color: rgba(245,245,245,1);
	position: fixed;
	top: 0;
	left: 94px;
}
.hub-mode-selector ul {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.hub-mode-selector ul:before {
	content: "";
	width: 100%;
	height: 8px;
	background-color: #F2F2F2;
	display: block;
	position: absolute;
	top: -10px;
	left: 0;
}
.hub-mode-selector ul li {
	padding: 0px 15px 0px 0px;
}
.hub-mode-selector ul li:before {
	display: none;
}
.hub-mode-selector ul li a {
	opacity: 0.8;
	color: #294850;
	font-family: "Nunito", serif;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	display: block;
	position: relative;
	transition: opacity .3s;
}
.hub-mode-selector ul li a .mode-icon {
	width: 10px;
	height: 10px;
	margin: 0 4px 0 0;
	background: no-repeat center;
	background-size: cover;
	display: inline-block;
	
	
	background-color: rgba(0,0,255,0.5);
}
.hub-mode-selector ul li a .mode-icon.intro-mode {background-color: rgba(0,0,155,0.5);}
.hub-mode-selector ul li a .mode-icon.details-mode {background-color: rgba(0,155,155,0.5);}
.hub-mode-selector ul li a .mode-icon.process-mode {background-color: rgba(155,0,155,0.5);}
.hub-mode-selector ul li.mode-selected a {
	opacity: 1;
	pointer-events: none;
}
.hub-mode-selector ul li a:hover {
	opacity: 1;
}
.hub-mode-selector ul li a:before {
	content: "";
	width: 8px;
	height: 8px;
	padding: 0;
	background-color: #DADADA;
	display: block;
	position: absolute;
	top: -10px;
	left: 0;
	pointer-events: none;
	transition: background-color .3s;
}
.hub-mode-selector ul li a:hover:before, .hub-mode-selector ul li.mode-selected a:before {
	background-color: #F9C941;
}
.mainstage-block.fix-assets .hub-mode-selector .static-version {
	padding: 11px 16px;
}
.hub-mode-selector .fixed-version {
	padding: 11px 16px;
	display: flex;
	column-gap: 13px;
	align-items: center;
}
.hub-mode-selector .fixed-version .heading {
	/* 	width: 100%; */
	color: #04546B;
	font-family: "Vollkorn", serif;
	font-size: 19px;
	font-weight: 500;
	line-height: 20px;
	display: block;
}
.hub-mode-selector .fixed-version select {
	max-width: 232px;
	margin: 0;
}
.hub-mode-selector .fixed-version a.button-like {
	margin-left: auto;
}
.mainstage-block.fix-assets .hub-mode-selector .static-version,
.hub-mode-selector .fixed-version {
	opacity: 0;
	transform: translateX(-15px);
	pointer-events: none;
	position: absolute;
	transition: opacity .3s, transform .3s;
}
.mainstage-block .hub-mode-selector .static-version,
.mainstage-block.fix-assets .hub-mode-selector .fixed-version {
	opacity: 1;
	transform: translateX(0);
	pointer-events: all;
	position: relative;
	transition: opacity .3s .1s, transform .3s;
}
.scroll-indicator {
	z-index: 105;
}
.scroll-indicator.stage-assets-fixed {
	top: 61px;
}

.project-item {
	width: 100%;
	padding: 23px;
	background-color: #F5F5F5;
}
.project-item a.button-like {
	margin-top: 15px;
}
.project-item a.button-like:after {
	content: "";
    width: 15px;
    height: 13px;
    margin-left: 3px;
    background: url('/content/library-web-design/icon_expand-details.svg') no-repeat;
    display: inline-block;
    position: relative;
    top: 2px;
	pointer-events: none;
	transition: opacity .3s;
}
.project-item a.button-like:hover:after {
	opacity: 0;
	transition: opacity .2s;
}
.project-item .media {
/* 	min-height: 75px; */
	max-height: 75px;
	margin: 0 0 17px 0;
	display: block;
}
.project-item .media.default {
	width: 55px;
	height: 55px;
	background-color: #D8D8D8;
}
.project-item p {
    max-height: 54px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.project-item-curtain-content {
	max-height: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	overflow: hidden;
}

.scrollable-segment {
	width: calc(100% - 40px);
	max-height: 600px;
	margin: 0 0 150px 0;
	padding: 60px 105px 0 105px;
	position: relative;
	overflow: hidden;
	transition: max-height .3s;
}
.scrollable-segment.show-all {
	max-height: none;
}
/* WING ELEMENT - NO SIDE */
.scrollable-segment:before {
	content: "";
    border-top: 560px solid #F5F5F5;
    border-right: 560px solid transparent;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
/*.scrollable-segment:after {
	content: "";
	width: 100%;
	height: 40%;
	background-image: linear-gradient(to top, rgba(255,255,255,1) 0, rgba(255,255,255,0) 100%);
	opacity: 1;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    pointer-events: all;
	transition: opacity .3s;
}
*/
.scrollable-segment.show-all:after {
	opacity: 0;
	pointer-events: none;
}
.scrollable-segment a.button-like.view-all {
	margin: 0 auto;
    position: absolute;
    bottom: 5px;
	left: calc(50% - 75px);
    z-index: 15;
    transition: opacity .3s;
}
.scrollable-segment.show-all a.button-like.view-all {
	opacity: 0;
	pointer-events: none;
}
.scrollable-segment a.button-like.show-less {
	opacity: 0;
	pointer-events: none;
}
.scrollable-segment.show-all a.button-like.show-less {
	opacity: 1;
	pointer-events: all;
}
.scrollable-segment h2 {
	position: relative;
	z-index: 5;
}
.scrollable-segment p {
	position: relative;
	z-index: 5;
}
.scrollable-segment .scrollable-area {
	margin-top: 25px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	column-gap: 29px;
	row-gap: 38px;
	/* 	justify-content: space-between; */
	position: relative;
	z-index: 5;
}
.scrollable-segment .scrollable-area .item {
	width: calc(33% - 29px);
	max-width: 327px;
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}
.scrollable-segment .scrollable-area .item .toggle-icon {
	padding: 5px;
	position: absolute;
	top: 10px;
	right: 10px;
	transform: scale(1);
	transform-origin: 50% 50%;
	transition: transform .3s;
}
.scrollable-segment .scrollable-area .item .toggle-icon:hover {
	transform: scale(1.1);
	transition: transform .3s;
}
.scrollable-segment .scrollable-area .item h3 {
	margin: 15px 39px 5px 15px;
}
.scrollable-segment .scrollable-area .item .item-flexed-top {
	width: 100%;
	margin: 15px 12px 5px 12px;
	display: flex;
	column-gap: 5px;
	/* 	align-items: center; */
}
.scrollable-segment .scrollable-area .item .item-flexed-top h3 {
	margin: 0;
}
.scrollable-segment .scrollable-area .item p {
	max-height: 54px;
	margin: 0 15px 20px 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.scrollable-segment .scrollable-area .item .media {
	width: 100%;
	height: 115px;
	background-color: #D8D8D8;
	display: block;
}
/* 'scroll-disabled' overrides */
.scrollable-segment.scroll-disabled {
	max-height: none;
	margin: 0 0 110px 0;
	padding: 0 105px 0 105px;
	overflow: initial;
}
.scrollable-segment.scroll-disabled:before, .scrollable-segment.scroll-disabled:after {
	content: initial;
}
.scrollable-segment.scroll-disabled .scrollable-area .item {
/* 	padding: 12px; */
	background-color: #F5F5F5;
	border: 0.5px solid #D3D3D3;
}
.scrollable-segment.scroll-disabled .scrollable-area .item .item-flexed-top {
	margin: 0 0 10px 0;
	padding: 15px 15px 0px 15px;
}
.scrollable-segment.scroll-disabled .scrollable-area .item p {
	max-height: 162px;
	margin-bottom: 15px;
    -webkit-line-clamp: 5;
}
.statement-banner {
	width: calc(100% - 70px);
	margin: 0 0 100px 0;
	padding: 90px 105px 90px 105px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.statement-banner:before, .statement-banner:after {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;	
}
/* WING ELEMENT WITH SIDE - #MA-1 */
.statement-banner:before {
    border-top: 498px solid #F5F5F5;
    border-right: 485px solid transparent;
    right: 175px;
}/* WING ELEMENT WITH SIDE - #MA-2 */
.statement-banner.ma-2:before {
    border-top: 500px solid #F5F5F5;
    border-right: 485px solid transparent;
    right: 175px;
}/* WING ELEMENT WITH SIDE - #MA-3 */
.statement-banner.ma-3:before {
    border-top: 500px solid #F5F5F5;
    border-right: 485px solid transparent;
    right: 175px;
}/* WING ELEMENT WITH SIDE - #MB-1 */
.statement-banner.mb-1:before {
    border-top: 522px solid #F5F5F5;
    border-right: 485px solid transparent;
    right: 175px;
}/* WING ELEMENT WITH SIDE - #MB-2 */
.statement-banner.mb-2:before {
    border-top: 522px solid #F5F5F5;
    border-right: 485px solid transparent;
    right: 175px;
}/* WING ELEMENT WITH SIDE - #MB-3 */
.statement-banner.mb-3:before {
    border-top: 500px solid #F5F5F5;
    border-right: 485px solid transparent;
    right: 175px;
}/* WING ELEMENT WITH SIDE - #MC-1 */
.statement-banner.mc-1:before {
    border-top: 522px solid #F5F5F5;
    border-right: 485px solid transparent;
    right: 175px;
}/* WING ELEMENT WITH SIDE - #MD-1 */
.statement-banner.md-1:before {
    border-top: 522px solid #F5F5F5;
    border-right: 485px solid transparent;
    right: 175px;
}/* WING ELEMENT WITH SIDE - #ME-1 */
.statement-banner.me-1:before {
    border-top: 556px solid #F5F5F5;
    border-right: 485px solid transparent;
    right: 175px;
}/* WING ELEMENT WITH SIDE - #ME-2 */
.statement-banner.me-2:before {
    border-top: 486px solid #F5F5F5;
    border-right: 485px solid transparent;
    right: 175px;
}

.statement-banner:after {
	width: calc(100% - 660px);
	height: 100%;
	background-color: #F5F5F5;
	left: 0;
}
.statement-banner .content {
	width: calc(100% - 510px);
	max-width: 50%;
	margin: 0;
	color: #04546B;
	font-size: 40px;
	font-weight: 600;
	line-height: 42px;
	position: relative;
	z-index: 5;
}
.statement-banner .media {
	width: 100%;
	max-width: 457px;
	position: relative;
	z-index: 5;
	padding-top: 15px
}
.statement-banner .media.default {
	height: 305px;
	background-color: #D8D8D8;
}

/*///////////////////////////////////////////////////////////////
	Start: Our Partners
///////////////////////////////////////////////////////////////*/
.stage-our-partners {
	width: 100%;
	max-width: 80%;
	margin: 0 auto 150px auto;
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 30px;
	align-items: center;
	justify-content: center;
}
.stage-our-partners img {
	max-width: 225px;
	max-height: 75px;
}


/*///////////////////////////////////////////////////////////////
	Start: Testimonial
///////////////////////////////////////////////////////////////*/
.testimonial {
	max-width: 80%;
	margin: 20px auto 150px;
	padding: 46px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
	/*     box-shadow: 0 0 3px #ccc; */
    position: relative;
}
.testimonial.has-image {
	flex-direction: column;
	row-gap: 12px;
	/*     justify-content: space-between; */
    justify-content: center;
}
.testimonial:before {
    content: "Testimonial";
    color: #063542;
    font-family: 'Muli', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
	position: absolute;
    top: 18px;
    left: 17px;
    z-index: 5;
}
.testimonial.no-headline:before {
	display: none;
}
.testimonial:after {
    content: "";
    width: calc(100% - 136px);
    height: 1px;
    background-color: #063542;
    display: block;
    position: absolute;
    top: 26px;
    right: 17px;
}
.testimonial.no-headline:after {
	display: none;
}
.testimonial .media {
	margin-right: 25px;
    margin-left: 12px;
    width: 150px;
}
.testimonial .content {
	margin: 0;
    padding: 0 26px;
    position: relative;
}
/*
.testimonial.has-image .content {
	width: calc(100% - 150px);
}
*/
.testimonial .content:before, .testimonial .content:after {
    content: '\f10d';
	/*     opacity: .6; */
    color: #81B7A8;
    font-family: "Font Awesome 5 Free";
    font-size: 22px;
    font-weight: 900;
	/*     text-shadow: 1px 2px 5px #ccc; */
    position: absolute;
}
.testimonial .content:before {
    top: -10px;
    left: -5px;
}
.testimonial .content:after {
    bottom: 25px;
    right: -5px;
    transform: rotate(180deg);
}
.testimonial .content .quote {
	 color: #333;
    font-size: 18px;
    font-weight: 400;
}
.testimonial .content .quote-author {
    color: #666;
    font-size: 15px;
    font-weight: 100;
    line-height: 18px;
}
/*//////////////////////////////// End: Testimonial ////////////////////////////////*/


/*///////////////////////////////////////////////////////////////
	Start: Our Process (edits)
///////////////////////////////////////////////////////////////*/
.our-process-block {
/* 	max-width: 1108px; */
	min-height: 590px;/* <- this is needed, because when switching-between content; the element loses it's natural height because the child elements are absolute positioned for a certain ammount of time....gross */
	margin: 0 0 150px 0;
	padding: 60px 105px 0 105px;
	background-color: transparent;
	position: relative;
	overflow: initial;
}
.our-process-block:before {
    content: "";
    border-top: 560px solid #F5F5F5;
    border-right: 560px solid transparent;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.our-process-block .block-top {
	margin: 0 0 18px 0;
}
.our-process-block .block-top h3 {
	color: #000;
	font-size: 30px;
	position: relative;
	z-index: 5;
}
.our-process-block ul.block-list.top {
	margin: 0 0 33px 0;
	align-items: center;
	column-gap: 8px;
}
.our-process-block ul.block-list.top li {
	margin: 0;
}
.our-process-block ul.block-list.top li a {
	color: #072933;
	font-family: "Nunito", serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	display: flex;
	align-items: center;
	column-gap: 6px;
	text-transform: uppercase;
	letter-spacing: .5px;
}
.our-process-block ul.block-list.top li .item-num {
	max-width: none;
	max-height: none;
	width: 19px;
	height: 19px;
	margin: 0;
	/* 	background-color:  */
	border: 0.5px solid #294850;
	font-family: "Nunito", serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 19px;
	transition: background-color .2s, color .2s;
}
.our-process-block ul.block-list.top li:hover .item-num, .our-process-block ul.block-list.top li.active .item-num {
	background-color: #294850;
	color: #fff;
	transition: background-color .3s, color .3s;
}
.our-process-block ul.block-list.top li .item-name, .our-process-block ul.block-list.top li.active .item-name {
	border-bottom: 4px solid #FACE1900;
	padding-top: 4px;
	line-height: 15px;
}
.our-process-block ul.block-list.top li:hover .item-name, .our-process-block ul.block-list.top li.active .item-name {
	border-bottom: 4px solid #FACE19;
}
.our-process-block .block-inner-content {
	margin: 0;
}
.our-process-block .block-inner-content h3 {
	margin: 0 0 18px 0;
	color: #000;
	font-size: 30px;
	line-height: 32px;
}
.our-process-block .block-inner-content h4 {
	margin: 19px 0 10px 0;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
}
.our-process-block .block-inner-content p, .our-process-block .block-inner-content ul, .our-process-block .block-inner-content ol {
	color: #4A4949;
	font-family: "Nunito", serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
}
.our-process-block .block-inner-content p {
	margin: 0;
}
.our-process-block .block-inner-content ul {
	margin-left: 0;
}
.our-process-block .block-inner-content .process-content {
	width: 100%;
	padding: 0;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: none;
	transition: opacity .3s ease-out, left .3s ease-out;
}
.our-process-block .block-inner-content .process-content .content {
	width: calc(100% - 111px + 435px);/* -111px spacing + -435 size of media element */
	max-width: 100%;
	padding-right: 10%;
}
.our-process-block .block-inner-content .process-content .media {
	width: 100%;
	max-width: 435px;
}
.our-process-block .block-inner-content .process-content .media.default {
	height: 310px;
    background-color: #D8D8D8;
}
/*//////////////////////////////// End: Our Process (edits) ////////////////////////////////*/


/*///////////////////////////////////////////////////////////////
	Start: Quicklinks
///////////////////////////////////////////////////////////////*/
.quicklinks {
	width: 100%;
	margin: 0 0 110px 0;
	padding: 0 105px 0 105px;
}
.quicklinks ul {
	width: 100%;
	margin: 32px 0 0 0;	
	display: flex;
	flex-wrap: wrap;
	column-gap: 27px;
	row-gap: 16px;
}
.quicklinks ul li {
	width: calc(33% - 27px);
	padding: 0;
}
.quicklinks ul li:before {
	display: none;
}
.quicklinks ul li .quicklink {
	width: 100%;
	padding: 15px;
	background-color: #F5F5F5;
	color: #072933;
	font-family: "Nunito", serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.quicklinks ul li .quicklink .text, .quicklinks ul li .quicklink .icon {
	display: block;
	pointer-events: none;
}
.quicklinks ul li .quicklink .text {
	width: calc(100% - 25px);
}
.quicklinks ul li .quicklink .icon {
	transform: translateX(0);
	transition: transform .3s;
}
.quicklinks ul li .quicklink:hover .icon {
	transform: translateX(5px);
}
/*//////////////////////////////// End: Quicklinks ////////////////////////////////*/


/*///////////////////////////////////////////////////////////////
	Start: Frequently Asked Question segment
///////////////////////////////////////////////////////////////*/
.asked-questions-segment {
	width: 100%;
	margin: 0 0 110px 0;
	padding: 0 0 0 105px;
}
.asked-questions-segment ul {
	width: 100%;
	margin: 30px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 27px;
}
.asked-questions-segment ul li {
	width: calc(33% - 30px);
	min-height: 190px;
	padding: 24px 22px;
	background-color: #F5F5F5;
	position: relative;
	border: 1px solid #ccc;
}
.asked-questions-segment ul li:before, .asked-questions-segment ul li:after {
	content: "";
	width: 100%;
	height: 24px;
	position: absolute;
	left: 0;
	z-index: 5;
}
.asked-questions-segment ul li:before {
	background-color: transparent;
	background-image: linear-gradient(to bottom, rgba(245,245,245,1) 0, rgba(245,245,245,0) 100%);
	border-radius: initial;
	top: 0;
}
.asked-questions-segment ul li:after {
	background-image: linear-gradient(to top, rgba(245,245,245,1) 0, rgba(245,245,245,0) 100%);
	bottom: 0;
}
.asked-questions-segment ul li .question {
	width: 100%;
	color: #294850;
	font-family: "Vollkorn", serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 22px;
}
.asked-questions-segment ul li .answer {
	width: 100%;
	height: 100%;
	padding: 24px 22px;
	background-color: #F5F5F5;
	border-left: 5px solid #F5F5F5;
	opacity: 0;
	color: #000;
	font-family: "Nunito", serif;
	font-size: 18px;
	line-height: 22px;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow-x: hidden;
	overflow-y: scroll;
}
.asked-questions-segment ul li:hover .answer {
	opacity: 1;
	border-left: 5px solid #FACE19;
	pointer-events: all;
}

/*///////////////////////////////////////////////////////////////
	Start: Trouble Shooting Segment (used for "Details mode > Common Issues")
///////////////////////////////////////////////////////////////*/
.troubleshooting-segment {
	width: 100%;
	margin: 0 0 110px 0;
	padding: 0 105px 0 105px;
}
.troubleshooting-segment .segment-dual-headings {
	width: 100%;
	margin: 0 0 17px 0;
	display: flex;
	justify-content: space-between;
}
.troubleshooting-segment .segment-dual-headings h3 {
	width: calc(50% - 45px);
	margin: 0;
}
.troubleshooting-segment .troubleshoot-example {
	width: 100%;
	display: flex;
	margin-bottom: 25px;
}
.troubleshooting-segment .troubleshoot-example .example-asset {
	width: calc(50% - 45px);
	padding: 15px 20px;
	background-color: #F5F5F5;
}
.troubleshooting-segment .troubleshoot-example .example-asset .asset-heading {
	margin: 0 0 13px 0;
	color: #294850;
	font-family: Vollkorn;
	font-size: 17px;
	font-weight: 600;
}
.troubleshooting-segment .troubleshoot-example .example-asset p {
	margin: 0;
}
.troubleshooting-segment .troubleshoot-example .example-arrow {
	width: 90px;
	height: 28px;
	background: no-repeat center;
	background-image: url('data:image/svg+xml,<svg width="30px" height="27px" viewBox="0 0 30 27" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"><path d="M14.75,0 L14.75,27.4166667 M26.5,11.75 L14.75,0 M3,11.75 L14.75,0" id="Shape" stroke="%23F9C941" stroke-width="2" transform="translate(14.750000, 13.708333) rotate(90.000000) translate(-14.750000, -13.708333) "></path></g></svg>');
	transform: translateY(16px);
}

/*///////////////////////////// Statistics Segment (used for "Details mode > Outcomes") /////////////////////////////*/
.statistics-segment {
	width: 100%;
	max-width: 896px;
	margin: 0 auto 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.statistics-segment .statistics {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.statistics-segment .statistics .stat {
	display: flex;
	flex-direction: column;
	row-gap: 18px;
	align-items: center;
	justify-content: center;
}
.statistics-segment .statistics .stat .percentage {
	color: #E5B93D;
	font-size: 28px;
	font-weight: 500;
	line-height: 25px;
}
.statistics-segment .statistics .stat .title {
	color: #294850;
	font-size: 20px;
	font-weight: 500;
	line-height: 25px;
}

/*///////////////////////////// Packages Segment (used for "Details mode > Common Service Package") /////////////////////////////*/
.packages-segment {
	width: 100%;
	margin: 0 0 150px 0;
	padding: 0 105px 0 105px;
}
.packages-segment h3 {
	margin: 0 0 15px 0;
}
.packages-segment p {
	margin: 0;
}
.packages-segment .packages {
	width: 100%;
	margin: 38px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	row-gap: 24px;
}
.packages-segment .packages .package {
	width: calc(50% - 20px);
	padding: 20px;
	background-color: #F5F5F5;
	border: 0.5px solid #D3D3D3;
}
.basic-segment {
	width: 100%;
	margin: 0 0 110px 0;
	padding: 0 105px 0 105px;
}
.basic-segment .scrollable-segment.scroll-disabled {
	margin: 65px 0 0 0;
	padding: 0;
}
.media-segment {
	width: 100%;
	margin: 0 0 110px 0;
	padding: 0 105px 0 105px;
	display: flex;
	column-gap: 40px;
}
.media-segment .content {
	width: calc(100% - 430px);
}

/*///////////////////////////// Tech Segment (used for "Tech mode > Technology Stack") /////////////////////////////*/
.tech-segment {
	width: 100%;
	margin: 0 0 110px 0;
	padding: 0 105px 0 105px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.tech-segment h2 {
	margin: 0 0 43px 0;
}
.tech-segment .tech-logos {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 50px;
	justify-content: center;
}
.tech-segment .tech-logos img {
	height: 60px;
}
.form-segment {
	margin: 0 0 300px 0;
	padding: 0 105px 0 105px;
}
.form-segment .content {
	display: flex;
/* 	align-items: flex-start; */
}
.form-segment .content .form {
	width: calc(100% - 449px);
	padding: 39px 38px 23px 32px;
	background-color: #F5F5F5;
}




@media screen and (max-width: 1023px) {
/*
	.hub-mode-selector {
		max-width: 80%;
	}
*/
	/* WING ELEMENT WITH SIDE - #MA-1 */
	.statement-banner:before {
	    border-top: 583px solid #F5F5F5;
	    border-right: 485px solid transparent;
	    right: 175px;
	}/* WING ELEMENT WITH SIDE - #MA-2 */
	.statement-banner.ma-2:before {
	    border-top: 612px solid #F5F5F5;
	    border-right: 485px solid transparent;
	    right: 175px;
	}/* WING ELEMENT WITH SIDE - #MA-3 */
	.statement-banner.ma-3:before {
	    border-top: 614px solid #F5F5F5;
	    border-right: 485px solid transparent;
	    right: 175px;
	}/* WING ELEMENT WITH SIDE - #MB-1 */
	.statement-banner.mb-1:before {
	    border-top: 637px solid #F5F5F5;
	    border-right: 485px solid transparent;
	    right: 175px;
	}/* WING ELEMENT WITH SIDE - #MB-2 */
	.statement-banner.mb-2:before {
	    border-top: 773px solid #F5F5F5;
	    border-right: 485px solid transparent;
	    right: 175px;
	}/* WING ELEMENT WITH SIDE - #MB-3 */
	.statement-banner.mb-3:before {
	    border-top: 666px solid #F5F5F5;
	    border-right: 485px solid transparent;
	    right: 175px;
	}/* WING ELEMENT WITH SIDE - #MC-1 */
	.statement-banner.mc-1:before {
	    border-top: 668px solid #F5F5F5;
	    border-right: 485px solid transparent;
	    right: 175px;
	}/* WING ELEMENT WITH SIDE - #MD-1 */
	.statement-banner.md-1:before {
	    border-top: 636px solid #F5F5F5;
	    border-right: 485px solid transparent;
	    right: 175px;
	}/* WING ELEMENT WITH SIDE - #ME-1 */
	.statement-banner.me-1:before {
	    border-top: 755px solid #F5F5F5;
	    border-right: 485px solid transparent;
	    right: 175px;
	}/* WING ELEMENT WITH SIDE - #ME-2 */
	.statement-banner.me-2:before {
	    border-top: 675px solid #F5F5F5;
	    border-right: 485px solid transparent;
	    right: 175px;
	}
	.scrollable-segment {
		width: calc(100% - 40px);
		margin: 0 0 150px 0;
	}
	.statement-banner {
		flex-direction: column;
		align-items: flex-start;
	}
	.statement-banner .content {
		width: 100%;
		max-width: 100%;
	}
	.form-segment .content{
		flex-direction: column;
	}
	.form-segment .content .form{
		width: calc(100% - 0px);
		padding: 18px 28px 13px 17px;
	}
	.form-segment .content .form .field-row{
		margin-bottom: 10px;
	}
	.form-segment .content .form .field-row label{
		margin-bottom: 5px;
	}
	.our-process-block ul.block-list.top{
		flex-direction: column;
		align-items: flex-start;
	}
	.our-process-block ul.block-list.top li a {
		align-items: flex-start;
	}
	.our-process-block .block-inner-content .process-content {
		flex-direction: column;
		align-items: flex-start;
	}
	.our-process-block .block-inner-content .process-content .content{
		padding: 0 0 10px 0;
	}
	.media-segment{
		flex-direction: column;
	}
	.media-segment .content{
		width: calc(100% - 0px);
	}
	.a11y-featured-tool{
		flex-direction: column;
		align-items: flex-start;
	}
	.a11y-featured-tool .a11y-featured-tool-content{
		width: calc(100% - 0px);
		padding: 10px 0px 0px 0px;
	}
}


@media screen and (max-width: 900px) {
	.hub-mode-selector .static-version {
		display: none;
	}
	.hub-mode-selector .fixed-version {
		display: none;
	}
	.mainstage-block .scene-lead {
	    margin: 38px 0px 50px 0px;
    }
	.mainstage-block .scene-lead:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 300px;
		background-color: rgba(0, 0, 0, 0.3);
	}
    .slider-container .swiper-button-prev {
    left: 31px;
    right: auto;
	}
	.slider-container .swiper-button-next {
	    left: auto;
	    right: 31px;
	}
	.curtain-overlay .curtain-content {
		width: 80vw;
		top: 10vw;
		left: 10vw;
	}
	.slider-container .swiper {
		width: 100%;
	}
	/* WING ELEMENT */
	.scrollable-segment:before {
	    border-top: 590px solid #F5F5F5;
	    border-right: 590px solid transparent;
	}
	/* WING ELEMENT WITH SIDE - #MA-1 */
	.statement-banner:before {
	    border-top: 583px solid #F5F5F5;
	    border-right: 485px solid transparent;
	    right: 175px;
	}/* WING ELEMENT WITH SIDE - #MA-2 */
	.statement-banner.ma-2:before {
	    border-top: 580px solid #F5F5F5;
	    border-right: 485px solid transparent;
	    right: 175px;
	}/* WING ELEMENT WITH SIDE - #MA-3 */
	.statement-banner.ma-3:before {
	    border-top: 614px solid #F5F5F5;
	    border-right: 485px solid transparent;
	    right: 175px;
	}/* WING ELEMENT WITH SIDE - #MB-1 */
	.statement-banner.mb-1:before {
	    border-top: 637px solid #F5F5F5;
	    border-right: 485px solid transparent;
	    right: 175px;
	}/* WING ELEMENT WITH SIDE - #MB-2 */
	.statement-banner.mb-2:before {
	    border-top: 743px solid #F5F5F5;
	    border-right: 485px solid transparent;
	    right: 175px;
	}/* WING ELEMENT WITH SIDE - #MB-3 */
	.statement-banner.mb-3:before {
	    border-top: 643px solid #F5F5F5;
	    border-right: 485px solid transparent;
	    right: 175px;
	}/* WING ELEMENT WITH SIDE - #MC-1 */
	.statement-banner.mc-1:before {
	    border-top: 638px solid #F5F5F5;
	    border-right: 485px solid transparent;
	    right: 175px;
	}/* WING ELEMENT WITH SIDE - #MD-1 */
	.statement-banner.md-1:before {
	    border-top: 636px solid #F5F5F5;
	    border-right: 485px solid transparent;
	    right: 175px;
	}/* WING ELEMENT WITH SIDE - #ME-1 */
	.statement-banner.me-1:before {
	    border-top: 736px solid #F5F5F5;
	    border-right: 485px solid transparent;
	    right: 175px;
	}/* WING ELEMENT WITH SIDE - #ME-2 */
	.statement-banner.me-2:before {
	    border-top: 675px solid #F5F5F5;
	    border-right: 485px solid transparent;
	    right: 175px;
	}
	.slider-container {
	    padding: 0 30px 0 30px;
	}
	.scrollable-segment {
		padding: 60px 30px 0 30px;
	}
	.scrollable-segment.scroll-disabled {
		padding: 0 30px 0 30px;
	}
	.statement-banner {
		padding: 90px 30px 90px 30px;
	}
	.mainstage-block .scene-lead h1{
		max-width: 700px;
	}
	.our-process-block {
		padding: 60px 30px 0 30px;
	}
	.our-process-block ul.block-list.top li{
		width: 100%
	}
	.our-process-block ul.block-list.top li a{
		flex-direction: row;
	}
	.quicklinks {
		padding: 0 30px 0 30px;
	}
	.troubleshooting-segment {
		padding: 0 30px 0 30px;
	}
	.packages-segment {
		padding: 0 30px 0 30px;
	}
	.basic-segment {
		padding: 0 30px 0 30px;
	}
	.media-segment {
		padding: 60px 30px 0 30px;
	}
	.tech-segment {
		padding: 0 30px 0 30px;
	}
	.asked-questions-segment {
		padding: 0 30px;
	}
	.form-segment {
		padding: 0 30px 0 30px;
	}
	.advantages-segment{
/* 		max-width: 840px; */
/* 		margin: 30px; */
	}
	.advantages-segment .advantages-set{
		flex-direction: column;
	}
}

@media only screen and (max-width: 768px) {
	/* WING ELEMENT */
	.scrollable-segment:before {
	    border-top: 400px solid #F5F5F5;
	    border-right: 400px solid transparent;
	}
	.statement-banner:before {
	    border-top: 583px solid #F5F5F5;
	    border-right: 485px solid transparent;
	    right: 175px;
	}/* WING ELEMENT WITH SIDE - #MA-2 */
	.statement-banner.ma-2:before {
	    border-top: 612px solid #F5F5F5;
	    border-right: 485px solid transparent;
	    right: 175px;
	}/* WING ELEMENT WITH SIDE - #MA-3 */
	.statement-banner.ma-3:before {
	    border-top: 614px solid #F5F5F5;
	    border-right: 485px solid transparent;
	    right: 175px;
	}/* WING ELEMENT WITH SIDE - #MB-1 */
	.statement-banner.mb-1:before {
	    border-top: 637px solid #F5F5F5;
	    border-right: 485px solid transparent;
	    right: 175px;
	}/* WING ELEMENT WITH SIDE - #MB-2 */
	.statement-banner.mb-2:before {
	    border-top: 776px solid #F5F5F5;
	    border-right: 485px solid transparent;
	    right: 175px;
	}/* WING ELEMENT WITH SIDE - #MB-3 */
	.statement-banner.mb-3:before {
	    border-top: 668px solid #F5F5F5;
	    border-right: 485px solid transparent;
	    right: 175px;
	}/* WING ELEMENT WITH SIDE - #MC-1 */
	.statement-banner.mc-1:before {
	    border-top: 668px solid #F5F5F5;
	    border-right: 485px solid transparent;
	    right: 175px;
	}/* WING ELEMENT WITH SIDE - #MD-1 */
	.statement-banner.md-1:before {
	    border-top: 636px solid #F5F5F5;
	    border-right: 485px solid transparent;
	    right: 175px;
	}/* WING ELEMENT WITH SIDE - #ME-1 */
	.statement-banner.me-1:before {
	    border-top: 755px solid #F5F5F5;
	    border-right: 485px solid transparent;
	    right: 175px;
	}/* WING ELEMENT WITH SIDE - #ME-2 */
	.statement-banner.me-2:before {
	    border-top: 675px solid #F5F5F5;
	    border-right: 485px solid transparent;
	    right: 175px;
	}
	.scrollable-segment .scrollable-area .item {
	    width: calc(50% - 29px);
	}
	.mainstage-block .scene-lead h1{
		padding: 0 30px;
	}
	.our-process-block:before {
	    content: "";
	    border-top: 400px solid #F5F5F5;
	    border-right: 400px solid transparent;
	}
	.packages-segment .packages {
		flex-direction: column;
	}
	.packages-segment .packages .package{
		width: 100%;
	}
	.troubleshooting-segment .troubleshoot-example .example-asset {
    	width: calc(50% - 15px);
	.troubleshooting-segment .troubleshoot-example .example-arrow{
		width: 30px;
	}
	
}

@media only screen and (max-width: 450px) {
	.slider-container .swiper-button-prev {
    left: 15px;
	}
	.slider-container .swiper-button-next {
	    right: 30px;
	}
	/* WING ELEMENT */
	.scrollable-segment:before {
	    border-top: 320px solid #F5F5F5;
	    border-right: 320px solid transparent;
	}
	.statement-banner {
		margin:0 0 50px 0;
		padding: 50px 30px 50px 30px
	}
	.statement-banner:before {
	    border-top: 320px solid #F5F5F5;
	    border-right: 320px solid transparent;
	    right: 130px;
	}/* WING ELEMENT WITH SIDE - #MA-2 */
	.statement-banner.ma-2:before {
	    border-top: 320px solid #F5F5F5;
	    border-right: 320px solid transparent;
	    right: 130px;
	}/* WING ELEMENT WITH SIDE - #MA-3 */
	.statement-banner.ma-3:before {
	    border-top: 320px solid #F5F5F5;
	    border-right: 320px solid transparent;
	    right: 130px;
	}/* WING ELEMENT WITH SIDE - #MB-1 */
	.statement-banner.mb-1:before {
	    border-top: 320px solid #F5F5F5;
	    border-right: 320px solid transparent;
	    right: 130px;
	}/* WING ELEMENT WITH SIDE - #MB-2 */
	.statement-banner.mb-2:before {
	    border-top: 320px solid #F5F5F5;
	    border-right: 320px solid transparent;
	    right: 130px;
	}/* WING ELEMENT WITH SIDE - #MB-3 */
	.statement-banner.mb-3:before {
	    border-top: 320px solid #F5F5F5;
	    border-right: 320px solid transparent;
	    right: 130px;
	}/* WING ELEMENT WITH SIDE - #MC-1 */
	.statement-banner.mc-1:before {
	    border-top: 320px solid #F5F5F5;
	    border-right: 320px solid transparent;
	    right: 130px;
	}/* WING ELEMENT WITH SIDE - #MD-1 */
	.statement-banner.md-1:before {
	    border-top: 320px solid #F5F5F5;
	    border-right: 320px solid transparent;
	    right: 130px;
	}/* WING ELEMENT WITH SIDE - #ME-1 */
	.statement-banner.me-1:before {
	    border-top: 320px solid #F5F5F5;
	    border-right: 320px solid transparent;
	    right: 130px;
	}/* WING ELEMENT WITH SIDE - #ME-2 */
	.statement-banner.me-2:before {
	    border-top: 320px solid #F5F5F5;
	    border-right: 320px solid transparent;
	    right: 130px;
	}
	.our-process-block:before {
	    content: "";
	    border-top: 320px solid #F5F5F5;
	    border-right: 320px solid transparent;
	}
	.scrollable-segment .scrollable-area .item {
	    width: calc(100% - 29px);
	}
	.quicklinks ul li {
		width: calc(50% - 15px);
	}
	.asked-questions-segment ul li {
	    width: calc(50% - 15px);
    }
	.a11y-overlay-note{
		padding: 30px;
	}
	.troubleshooting-segment .troubleshoot-example .example-arrow {
	    width: 50px;
    }

}





















