


section#s_header{
	position: relative;
	width: 100%;
	z-index: 2;
	/* overflow:hidden; */
	display:flex;
	/* align-items: center; */
	align-items: flex-end;
}
section#s_header.caption-layout-center{
	flex-direction:column;
	text-align:center;
}
section#s_header.caption-layout-center .caption-content{
	max-width:var(--narrow);
	margin-left: auto;
	margin-right:auto;
}



section#s_d_header .single-thumb,
section#s_d_header .video-wrap,
section#s_d_header .rkp-h-caption,
section#s_header .video-wrap,
section#s_header .rkp-h-caption{
	z-index:2;
}
section#s_header .rkp-h-caption {
	position: relative;
}

section#s_header.watermark .rkp-h-caption::after, 
body.single-post #s_header > .container::after{
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	bottom: calc(var(--header-caption-spacing-y) * 2);
	right: 0;
	height: 0;
	width: 25%;
	height: 600px;
	background-image: url('svg/watermark.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media (min-width: 992px) {
	section#s_header.watermark .rkp-h-caption::after, 
	body.single-post #s_header > .container::after{
		height: 160px;
	}
}

@media (min-width: 1200px) {
	section#s_header.watermark .rkp-h-caption::after, 
	body.single-post #s_header > .container::after{
		height: 270px;
	}
}

@media (min-width: 1600px) {
	section#s_header.watermark .rkp-h-caption::after, 
	body.single-post #s_header > .container::after{
		height: 360px;
	}
}

body.page-template-default section#s_header{
	display:none;
}
body.single section#s_header{
	display:block;
}
section#s_header.dark #h_video:after {
	display: block;
	content: '';
	top: auto;
	left: 0;
	width: 100%;
	height: 40%;
	position: absolute;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgb(23 23 75) 100%);
	bottom: 0;
	opacity: 0.3;
	pointer-events: none;
}
section#s_header.bg-dark{
	background:var(--text);
}
section#s_header.has-bg-img{
	background:var(--text);
	background-size: cover;
	/* background-size: 1600px; */

}
.section-cta .section-h{
	font-size:8.4vw;
	text-transform:none;
}
.hai{
	display:none;
}
section#s_header .theme-h {
	display: block;
    line-height: 0.87;
    hyphens: auto;
    font-size: var(--h1-size);
    color: var(--grey-lightest);
    /* background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 42%,rgba(255,255,255,0) 100%); */
    background-position: center 90%;
    padding: 1rem 0;
    position: relative;
    letter-spacing: 0.02em;
    margin-bottom: 1.1rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    margin-top: -1em;
	margin-bottom:0;
	font-weight: 700;
}
/* section#s_header .theme-h:after {
	content: '';
    display: block;
    width: 320px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 0;
    border-bottom: 4px solid var(--primary);
} */
section#s_header.caption-layout-left .theme-h:after {
	transform:translateX(0);
	left:0;
}
@media(min-width:768px){
	section#s_header:after,
	section#s_header:before {
		top: 4rem;
		height: 220px;
	}
}
@media(min-width:992px){
	.hai {
		display: block;
		width: 390px;
		position: absolute;
		right: 2rem;
		left: auto;
		z-index: 2;
		background-color: transparent!important;
		margin-top: 2rem;
		opacity: 0.15;
		top: auto;
		bottom:0;
		pointer-events:none;
	}
	.caption-layout-left.h-img-in-container .hai,
	.no-content2 .hai {
		right: auto;
		left: calc(50% - 330px);
		bottom: auto;
	}
	.hai path{
		fill:var(--primary)!important;
	}
	.hai .rot-img-relative{
		padding:0!important;
	}
	/* .hai, */
	section#s_header:after,
	section#s_header:before {
		top: 4rem;
		height: calc(100% - 8rem);
		background-color:var(--primary-dark);
	}
}
section#s_header div.lead,
section#s_header p.lead,
section#s_header .lead p {
	line-height: 1.4;
    font-size: 22px;
    font-weight: 400;
    font-family: var(--sans2);
	margin-bottom:1.9em;
}

#s_header .rkp-h-logo{
	max-width:52vw;
	display:inline-block;
	position:relative;
	margin-bottom:1.4vw;
}

figure.rot-inline-icon a{
	position:relative;
	transition:background-color .4s, color .4s, border-color .4s;
	transition:font-size .4s, background-color .4s, border-color .4s;
	transition-timing-function: cubic-bezier(1,.01,.81,.23);
}
figure.rot-inline-icon a:hover{
	background-color:var(--primary-hover);
}
section.rot-section .rot-inline-icon{
	font-size: 100px;
	line-height: 0.6;
	margin-bottom: 0;
	position: relative;
	left: -0.1em;
	color:var(--primary);
}
/* section.rot-section .rot-inline-icon svg path{
	fill:var(--primary);
} */
/* section.rot-section .rot-inline-icon.small-icon svg path{
	fill:var(--white);
} */
section.rot-section .rot-inline-icon svg{
	width:1em;height:1em;
}
section.rot-section .rot-inline-icon.smaller-icon,
section.rot-section .rot-inline-icon.small-icon {

	width: auto;
	display: inline-block;
	left:0;
}
section.rot-section .rot-inline-icon.smaller-icon a,
section.rot-section .rot-inline-icon.small-icon a{
	width: auto;
	display: inline-block;
	overflow:hidden;
}
section.rot-section .rot-inline-icon.smaller-icon a{
	font-size:inherit;
}
section.rot-section .rot-inline-icon.smaller-icon a:hover,
section.rot-section .rot-inline-icon.small-icon a:hover{
	border: 2px solid var(--primary-hover);
	background-color:var(--primary-hover);
}
section.bg-dark .item-content,
section.bg-dark p,
section.bg-dark h1,
section.bg-dark h2,
section.bg-dark h3,
section.bg-dark h4{
	color:var(--secondary);
}


section#s_header .rkp-h-caption,
section#s_header .header-caption-content,
section#s_header .header-caption{
	/* pointer-events:none!important; */
}
section#s_header .rkp-h-caption .mute-vid{
	pointer-events:all!important;
}
body:not(.home) section#s_header .rkp-h-caption .mute-vid{
	display:none;
}

section#s_header .theme-h.scale-in{
	transform: scale(49.5);
	/* transform-origin: 50% 50%; */
	opacity:0;
}
section#s_header .theme-h.scale-in{
	pointer-events: none;
}
section#s_header.animation-ended .theme-h.scale-in{
	animation: scale-in 1s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards;
}
section#s_header.rot-scrollable{
	position: relative;
	max-height:1400px;
}

section#s_header #h_video{
	/* height:calc(100vh - var(--admin-bar-height)); */
	height:100%;
	left: 0%;
	width: 100%;
	top: 0;
	position:absolute;
	opacity: 1;
	/* transform:translate3d(); */
	/* transition: left .5s, opacity .5s; */
}
.caption-layout-center .caption-content.lead{
	text-align:center;
}
/* .header-row.row{
	margin-left:calc(0px - var(--h-col-padding));
	margin-right:calc(0px - var(--h-col-padding));
} */
/* .header-row.row>[class^="col-"]{
	padding-left:var(--h-col-padding);
	padding-right:var(--h-col-padding);
	margin-bottom:calc(2 * var(--h-col-padding));
}
 */

section#s_header.caption-layout-left.no-content2{
	--display-header-min-h: 400px;
}
section#s_header.caption-layout-left .header-row{
	row-gap:0px;
}
section#s_header.caption-layout-left .header-row>div{
	margin-bottom:30px;
}

section#s_header.caption-layout-left .header-h{
	margin-top:4rem;
	margin-bottom:1rem;
	text-align:left;
}
@media(max-width:991.98px){
	section#s_header.caption-layout-left .h-title-col{
		order:0;
		margin-bottom:0!important;
	}
	section#s_header.caption-layout-left .h-img1-col{
		order:1;
	}
	section#s_header.caption-layout-left .h-caption-content-col{
		order:2;
	}
	section#s_header.caption-layout-left .h-img2-col{
		order:3;
	}
}
section#s_header.caption-layout-left .h-img2,
section#s_header.caption-layout-left .h-img1 {
	width: 100%!important;
    padding: 0;
    max-width: none;
    min-height: var(--h-img2-min-height, 300px);
    position: relative;
}
section#s_header:not(.caption-layout-center) .caption-content-2 p {
	font-size: var(--larger-p-size);
		color: var(--white);
		line-height: 1.38;
}
@media(min-width:576px){
	section#s_header .theme-h {
		font-size: 3.5rem;
	}
}
@media(min-width:768px){
	section#s_header .theme-h {
		font-size: 4rem;
	}
}
@media(min-width:992px){
	section#s_header .theme-h {
		font-size: 72px;
		margin-left: 0;
		text-align: center;
		padding: 0em 2em 0.5em;
		max-width: 90%;
		display: block;
		margin-top: -0.6em;
		margin-bottom: 0.2em;
	}
	section#s_header:not(.caption-layout-center) .theme-h {
		font-size:72px;
		padding: 1em 0em 0;
		max-width: 90%;
		margin-top: 0em;
		margin-bottom: 0.2em;
		text-align:left;
	}
		/* body:not(.home) section#s_header:not(.caption-layout-center) .theme-h {
		font-size: 3rem;
	} */
	section#s_header:not(.caption-layout-center) .caption-content-2 p {
		padding-top:1rem;
		
	}
	section#s_header:not(.caption-layout-center) .caption-content.lead {
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	section#s_header div.lead, section#s_header p.lead, section#s_header .lead p {
		font-size: 1.5rem;
	}

}
@media(min-width:1200px){
	section#s_header:not(.caption-layout-center) .theme-h {
		font-size: 80px;
	}
	/* body:not(.home) section#s_header:not(.caption-layout-center) .theme-h {
		font-size: 75px;
	} */
	.h-h-wrap{
		display: flex;
		align-items: flex-end;
	}
	section#s_header.has-bg-img{
		background-size: cover;
	}
}


@media(min-width:1600px){
	section#s_header:not(.caption-layout-center) .theme-h {
		font-size:120px;
	}
	section#s_header .theme-h {
		font-size: 4.6rem;
	}
	body:not(.home) section#s_header:not(.caption-layout-center) .theme-h {
		font-size: 105px;
	}
	section#s_header div.lead, section#s_header p.lead, section#s_header .lead p {
		font-size: 1.7rem;
	}
	section#s_header.caption-layout-left .header-row>div {
		margin-bottom: 72px;
	}
}
@media(min-width:1600px){

}
@media(min-width:1820px){

}
@media(min-width:1980px){
	section#s_header.has-bg-img{
		background-size: cover;
	}
	section#s_header .theme-h {
		font-size: 4.6rem;
	}
	section#s_header:not(.caption-layout-center) .theme-h {
		font-size:120px;
	}
	body:not(.home) section#s_header:not(.caption-layout-center) .theme-h {
		font-size:105px;
	}
	section#s_header div.lead, section#s_header p.lead, section#s_header .lead p {
		font-size: 1.72rem;
	}

}

.rkp-h-caption{
	z-index:4;
}

section#s_header .h-h-wrap,
section#s_header .header-caption-content{
	opacity:0;
	pointer-events:none;
	transition:opacity 1s;
	z-index: 3;

}
section#s_header.animation-ended .h-h-wrap,
section#s_header.animation-ended .header-caption-content{
	opacity:1;
	pointer-events:all;
}
body:not(.home) section#s_header.animation-ended .rkp-h-caption .theme-h,
body:not(.home) section#s_header.animation-ended .rkp-h-logo{
		opacity:0;
		animation: fade-in 2.5s cubic-bezier(0.16, 1, 0.3, 1) 0.5s 1 normal forwards;

}
body:not(.home) section#s_header.animation-ended .header-caption-content{
	opacity:0;
	animation: fade-in 2.5s cubic-bezier(0.64, 0, 0.78, 0) 1s 1 normal forwards;

}

body{
	--indicator-height:4rem;
	--indicator-top:calc(00% - 1.5rem);
}
section .indicator{
	position:absolute;
	top: var(--indicator-top);
	left:50%;
	height:0rem;
	width:.15rem;
	background:var(--warmwhite);
	transform:translateX(-50%);
	z-index:3;

	/* transition:height .4s;
	transition-delay:1s; */
}
section.first-section .indicator{
	display:none;
}
section#s_header .indicator{
	--indicator-top:calc(100% - 1.5rem);
}
section.trigger-indicator+section .indicator,
section.animation-ended .indicator{
	animation: height-bounce-sm 2.5s cubic-bezier(0.16, 1, 0.3, 1) 2.4s 1 normal forwards;
}
section.trigger-indicator+section .indicator{
	animation-delay: 0s;
}
section:nth-child(1).trigger-indicator+section .indicator{
	animation-delay: 0.2s;
}
section:nth-child(2).trigger-indicator+section .indicator{
	animation-delay: 0.4s;
}
section:nth-child(3).trigger-indicator+section .indicator{
	animation-delay: 0.6s;
}
section:nth-child(4).trigger-indicator+section .indicator{
	animation-delay: 0.8s;
}
section:nth-child(5).trigger-indicator+section .indicator{
	animation-delay: 0.2s;
}
section:nth-child(6).trigger-indicator+section .indicator{
	animation-delay: 0.4s;
}
@media(min-width:576px){
	body{
		--indicator-height:5rem;
		--indicator-top:calc(00% - 1rem);
	}
	section.animation-ended .indicator{
		animation: height-bounce 3s cubic-bezier(0.16, 1, 0.3, 1) 1.9s 1 normal forwards;
	}
	section#s_header .indicator{
		--indicator-top:calc(100% - 3rem);
	}
}
@media(min-width:992px){
	body{
		--indicator-height:5rem;
		--indicator-top:calc(00% - 1rem);
	}
	section.animation-ended .indicator{
		animation: height-bounce-lg 3s cubic-bezier(0.16, 1, 0.3, 1) 1.9s 1 normal forwards;
	}
	section#s_header .indicator{
		--indicator-top:calc(100% - 3rem);
	}
}


@keyframes fade-right-out {
	0% {
		transform: translateX(0);
		opacity:1;
	}

	50% {
		opacity:1;
	}

	100% {
		transform: translateX(100.1%);
		opacity:0;
	}
}
@keyframes fade-right-out2 {
	0% {
		transform: translateX(0) scale(1);
		opacity:1;
	}

	/* 50% {
		opacity:.5;
	} */
	/* 60% {
		transform: translateX(0) scale(1);
	} */
	75% {
		transform: translateX(0) scale(1);
	}
	100% {
		transform: translateX(-100.1%) scale(0);
		opacity:0;
	}
}
@keyframes scale-in {
	0% {
		transform: scale(49.5);
		transform-origin: left;
		opacity:0;
	}

	50% {
		opacity:1;
	}

	100% {
		transform: scale(1);
		opacity:1;
	}
}
@keyframes fade-in {
	0% {
		opacity:0;
		pointer-events:none;
	}

	100% {
		opacity:1;
		pointer-events:all;
	}
}
@keyframes fade-in-left {
	0% {
		opacity:0;
		transform: skewX(50deg);
		left:-100vw;
		pointer-events:none;
	}
	60%{
		transform:  skewX(50deg);
		opacity:1;
	}
	100% {
		opacity:1;
		transform: skewX(0deg);
		left:calc(100% - var(--car-size) - 2rem);
		pointer-events:none;
	}
}
@keyframes fade-in-left-line {
	0% {
		opacity:0;
		height:0;
		pointer-events:none;
		left: -100vw;
	}
	60%{
		opacity:1;
		height:6px;
		left:0;
	}
	100% {
		opacity:1;
		height:6px;
		left:0;
	}
}
@keyframes fade-in-right-line {
	0% {
		opacity:0;
		height:0;
		pointer-events:none;
		right: -100vw;
	}
	60%{
		opacity:1;
		height:6px;
		right:0;
	}
	100% {
		opacity:1;
		height:6px;
		right:0;
	}
}

@keyframes height-bounce-sm {
	0% {
		opacity:0;
		height:0;
		pointer-events:none;

	}
	62%{
		opacity:1;
		/* height:3.3rem; */
	}
	100% {
		height:4rem;
	}
}
@keyframes height-bounce {
	0% {
		opacity:0;
		height:0;
		pointer-events:none;

	}
	62%{
		opacity:1;
		/* height:3.3rem; */
	}
	100% {
		height:5rem;
	}
}
@keyframes height-bounce-lg {
	0% {
		opacity:0;
		height:0;
		pointer-events:none;

	}
	62%{
		opacity:1;
		/* height:3.3rem; */
	}
	100% {
		height:5rem;
	}
}




bady header#masthead.whitened.has-item-active:before{
	background:var(--bg-transparent-light);
}

.rkp-quicklink-item a.h3{
	position:relative;
}
.rkp-quicklink-item a.h3 .acc-trigger{
	position:absolute;
	font-size:1.2rem;
	line-height:.9;
	right:0;
	transform:translateX(2rem);
	color: var(--primary);
}
.rkp-quicklink-item .item-content{
	display:none;
}
@media(min-width:768px){
	.rkp-quicklink-item a.h3 .acc-trigger{
		display: none;
	}
	.rkp-quicklink-item .item-content{
		display:block!important;
	}
}
@media(min-width:992px){
	#masthead ul.navbar-nav{
		/* color:var(--secondary); */
		color:var(--white);
	}
	/* #masthead.whitened ul.navbar-nav{
		color:var(--text);
	} */
}

.header-h .special .char {
	font-weight:100;
}
.header-h .char {
	transform: rotate3d(1, 0, 0, -90deg);
	display: inline-block;
	transform-origin: bottom;
	min-width: .2em;
	animation: get-up .3s cubic-bezier(0.16, 1, 0.3, 1) .3s 1 normal forwards;
}
@keyframes get-up{
	0% {
		transform: rotate3d(1, 1, 0, -90deg);
	}
	100% {
		transform: rotate3d(1, 0, 0, 0deg);
	}
}



