/* globals */

body {
	margin: 0;
	font-family: 'noto sans';
	background: #e1dbd3;
	color: #716756;
	overflow-x: hidden;
}

.no-scroll {
	overflow: hidden;
}

a {
	text-decoration: none
}

.no-break {
	white-space: nowrap;
}

/* global - buttons */

.btn {
	padding: 10px 32px;
	border: 1px solid #fff;
	box-shadow: 0px 8px 16px rgb(108, 108, 120, .25);
	border-radius: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	transition: .15s all;
	position: relative;
    cursor: pointer;
}

.btn:hover {
	transform: scale(1.05);
}

.btn-primary {
	background: #CC583F;
	border-color: #CC583F;
}

.btn-reverse {
	background: #fff;
	border-color: #fff;
	color: #CC583F;
}

.btn-cancel {
    background: #fff;
    border-color: #9898A9;
    color: #9898A9;
}

/* global - layout */

.section {
	display: flex;
	flex-direction: column;
	align-items: center;
    overflow: hidden;
}

.container {
	width: 1440px;
	padding: 0 64px;
	max-width: 100%;
	box-sizing: border-box;
	position: relative;
}

.columns {
	display: flex;
	align-items: center;
}

.column {
	flex: 1;
	margin-right: 10%;
	display: flex;
	flex-direction: column;
}

.column-wide {
	flex: 2;
}

.column+.column {
	margin-left: 10%;
	margin-right: unset;
}

.section-copy {
	font-size: 14px;
	border-left: 3px solid #716756;
	padding-left: 24px;
}

/* global - copy */

.headline {
	font-family: 'noto serif';
	font-size: 48px;
	line-height: 1.32em;
}

/* mobile app promo */

.section-mobile {
    display: none;
}

.mobile-promo {
	background: #BEB091;
	display: none;
	align-items: center;
	padding: 8px 16px;
}

.mobile-copy {
	margin: 0 16px;
	flex: 1;
	font-size: 14px;
	color: #fff;
}

.mobile-copy--logo {
	font-family: Kodchasan;
	text-transform: uppercase;
}

.mobile-btn {
	padding-left: 18px;
	padding-right: 18px;
	font-size: 13px;
}

.mobile-close {
	margin-left: 8px;
}

/* header */

.section-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	transition: .15s all;
	z-index: 2;
    overflow: unset;
}

.section-header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 24px;
	padding-bottom: 24px;
	transition: .15s all;
}

/* header - logo */

.header-logo {
	color: #fff;
	font-family: Kodchasan;
	text-transform: uppercase;
	font-size: 44px;
	cursor: pointer;
}

/* header - nav */

.header-nav {
	display: flex;
	align-items: center;
}

.nav-item {
	color: #5E5148;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .02em;
	font-weight: 700;
	padding: 24px;
	position: relative;
	transition: .15s all;
	text-align: center;
	cursor: pointer;
}

.nav-item:before {
	content: '';
	display: block;
	position: absolute;
	top: 48px;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	width: 0;
	background: #5E5148;
	transition: .15s all;
}

.nav-item:hover:before,
.nav-item-active:before {
	width: calc(100% - 48px);
}

/* header - nav sign up treatment - only for larger screens */

@media screen and (min-width: 768px) {

	.nav-item--highlight {
		background: #CC583F;
		color: #fff;
		box-shadow: 0px 8px 48px rgb(0, 0, 0, .6);
		margin: -26px 0 0 24px;
		padding-top: 50px;
	}

	.nav-item--highlight:before {
		display: none;
	}

	.nav-item--highlight:after {
		width: 100%;
		height: 20px;
		background: #CC583F;
		clip-path: polygon(50% 100%, 0 0, 100% 0);
		content: '';
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		transition: .15s all;
	}

	.nav-item--highlight:hover {
		transform: translateY(2px);
	}

	.nav-item--highlight:hover,
	.nav-item--highlight:hover:after {
		background: #716756;
	}

	.nav-item--highlight:hover:after {
		height: 24px;
	}
}

/* header - nav toggle */

.nav-toggle {
	display: none;
}

/* header - sticky */

.section-header-sticky {
	background: rgba(124, 111, 96, .6);
}

.section-header-sticky .container {
	padding-top: 0;
	padding-bottom: 0;
}

.section-header-sticky .nav-item {
	color: #fff;
}

.section-header-sticky .nav-item:before {
	background: #fff;
}

/* intro */

.section-intro {
	background-image: url(../img/back-intro.jpg);
	background-size: cover;
	background-position: center;
}

.section-intro .container {
	padding-top: 240px;
	padding-bottom: 200px;
	width: 1200px;
}

.section-intro .headline {
	color: #fff;
	max-width: 720px;
	margin-bottom: 32px;
}

.section-intro .btn {
	margin-bottom: 38px;
}

/* intro - helicopter */

.blackhawk {
	position: absolute;
	top: 60%;
	right: 0;
	transform: scale(.5);
	opacity: .5;
}

/* intro - apps */

.apps {
	display: flex;
	flex-direction: column;
}

.apps--headline {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 12px;
}

.apps--btns {
	display: flex;
	margin: 0 -4px;
}

.apps--btn {
	margin: 0 4px;
}

/* mission */

.section-mission {
	background-image: url(../img/back-mission.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fffcf7;
	background-size: auto 100%;
}

.section-mission .container {
	padding-top: 180px;
	padding-bottom: 180px;
}

.section-mission .container:before {
	/* padding-top: 180px; */
	/* padding-bottom: 180px; */
	background-image: url(../img/krinkle.jpg);
	mix-blend-mode: lighten;
	background-attachment: fixed;
	background-size: cover;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.section-mission .headline {
	margin-right: 84px;
}

/* stats */

.section-stats {
	background-image: url(../img/back-stats.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #060708;
	background-size: auto 100%;
	background-attachment: fixed;
}

.section-stats .container {
	padding-top: 80px;
	padding-bottom: 80px;
	display: flex;
}

.section-stats .headline {
    color: #BEB091;
    margin-right: 84px;
    margin-bottom: 24px;
}

.stats {
	display: flex;
	flex-direction: column;
}

.stats .headline {
	font-size: 36px;
	margin-bottom: 48px;
	color: #fff;
}

.stat-section {
	margin-bottom: 48px;
}

.stat-img {
	margin-bottom: 24px;
}

.stat-label {
	border-left: 3px solid #716756;
	padding-left: 6px;
}

.stat-label--copy {
    font-size: 16px;
    color: #fff;
    margin-bottom: 8px;
}

.citation {
    color: #A18C7D;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    word-break: break-word;
    display: block;
}

/* support */

.section-support .container {
	padding-top: 100px;
	padding-bottom: 100px;
}

.section-support .column {
	margin: unset;
}

.support-chart {
	height: 0;
	padding-bottom: 33.79%;
	position: relative;
}

.support-chart--img {
	position: absolute;
	/* top: 0; */
	/* right: 0; */
	/* bottom: 0; */
	/* left: 0; */
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.bubble {
	display: flex;
	align-items: center;
	padding: 8px 16px;
	border-radius: 32px;
	max-width: 160px;
	position: absolute;
	z-index: 1;
}

.bubble-monitor {
	background: #95BA7E;
	top: 18%;
	left: 5%;
}

.bubble-digital {
	background: #A18C7D;
	top: -19%;
	left: 43%;
}

.bubble-personal {
	background: #A1811D;
	top: 29%;
	left: 69%;
}

.bubble-professional {
	background: #CC683F;
	top: 56%;
	right: 0;
}

.bubble-icon {
	margin-right: 8px;
}

.bubble-copy {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	color: #fff;
}

.subhead {
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'noto serif';
	margin-bottom: 24px;
}

.support-levels {
	display: flex;
	margin: 0 -4px;
	margin-bottom: 24px;
	cursor: pointer;
}

.support-level {
	margin: 0 4px;
	transition: .15s all;
}

.support-level:hover {
	transform: scale(1.2);
}

/* mindscore */

.section-mindscore {
	background: rgb(249, 246, 241);
	background: linear-gradient(0deg, rgba(249, 246, 241, 1) 0%, rgba(225, 219, 211, 1) 100%);
	border-top: 1px solid rgba(0, 0, 0, .2);
}

.section-mindscore .container {
	padding-top: 100px;
}

.section-mindscore .columns {
	align-items: flex-end;
}

.section-mindscore .column {
	margin: unset;
}

.section-mindscore .column-wide {
	flex: 1.6;
}

.mindscore-copy {
	padding-bottom: 100px;
}

.mindscore-devices {
	margin: 8px 0 24px 28px;
}

.section-mindscore .section-copy {
	margin-bottom: 48px;
}

.mindscore-screen {
	width: 100%;
}

/* swim buddies */

.section-buddies {
	background-image: url(../img/back-buddies.jpg);
	background-size: cover;
	background-position: top center;
	overflow: hidden;
}

.section-buddies .container {
	padding-top: 100px;
	padding-bottom: 100px;
	color: #fff;
}

.section-buddies .section-copy {
	border-color: #fff;
}

.buddies-divers {
	mix-blend-mode: soft-light;
	position: absolute;
	left: 0;
	top: 0;
}

/* overwatch */

.section-overwatch {
	background: rgba(205, 195, 181, 1);
}

.section-overwatch .container {
	background: rgba(205, 195, 181, 1);
	background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(205, 195, 181, 1) 75%);
	padding-top: 120px;
	padding-bottom: 80px;
}

.section-overwatch .container:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 163px;
	background: rgb(124, 111, 96);
	background: radial-gradient(circle, rgba(124, 111, 96, 1) 0%, rgba(205, 195, 181, 1) 75%);
	opacity: .4;
}

.section-overwatch .headline {
	color: #fff;
	font-family: Kodchasan;
	text-transform: uppercase;
	font-size: 44px;
	line-height: 45px;
	margin-bottom: 8px;
}

.section-overwatch .headline .pro {
	vertical-align: bottom;
}

.section-overwatch .section-copy {
	margin-bottom: 24px;
}

.coming-soon {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 8px;
}

.section-overwatch .column-wide {
	margin: unset;
	margin: 0 -200px 0 0;
}

.overwatch-copy {
	padding-bottom: 100px;
}

.overwatch-screen {
	width: 100%;
}

/* partner */

.section-partner .container {
	padding-top: 60px;
	padding-bottom: 60px;
}

.section-partner .column {
	margin-right: 5%;
}

.section-partner .column+.column {
	margin: 0 0 0 5%;
}

.section-partner .headline {
	font-size: 36px;
	margin-bottom: 24px;
}

.partner-img {
	width: 330px;
	margin-bottom: 24px;
	max-width: 100%;
}

.partner {
	background-color: #FFFFFF;
	background-image: url(../img/caduceus.svg);
	box-shadow: 0px 8px 16px rgb(108 108 120 / 25%);
	border-radius: 7px;
	padding: 48px 60px;
	background-repeat: no-repeat;
	background-position: -40% 10%;
}

.partner .section-copy {
	margin-bottom: 24px;
}

/* about */

.section-about {
	border-top: 1px solid rgba(0, 0, 0, .2);
}

.section-about .container {
	padding-top: 100px;
	padding-bottom: 100px;
}

.section-about .columns {
	margin-bottom: 60px;
}

.section-about .column {
	margin: unset;
}

/* about - bio slider */

.slick-track {
	padding-bottom: 10px;
	display: flex;
}

.slick-slide {
	height: unset;
}

.arrow {
	background: #FFFFFF;
	box-shadow: 0px 8px 16px rgb(108 108 120 / 25%);
	width: 92px;
	height: 92px;
	padding: 34px;
	box-sizing: border-box;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 2;
	transition: .15s all;
	transform-origin: center;
	opacity: .8;
}

.arrow:hover {
	transform: scale(1.1) translateY(-50%);
	opacity: 1;
}

.arrow-prev {
	left: 0
}

.arrow-next {
	right: 0
}

/* about - bio cards */

.cards {
	display: flex;
	margin: 0 -52px;
}

.cards:before,
.cards:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 92px;
	z-index: 1;
}

.cards:before {
	left: 0;
	background: rgb(225, 219, 211);
	background: linear-gradient(270deg, rgba(225, 219, 211, 0) 0%, rgba(225, 219, 211, 1) 100%);
}

.cards:after {
	right: 0;
	background: rgb(225, 219, 211);
	background: linear-gradient(90deg, rgba(225, 219, 211, 0) 0%, rgba(225, 219, 211, 1) 100%);
}

.card {
	background: #FFFFFF;
	box-shadow: 0px 8px 16px rgb(108 108 120 / 25%);
	border-radius: 7px;
	margin: 0 8px;
}

.card-content {
	padding: 48px 36px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.card-img {
	width: 160px;
	border-radius: 100%;
	margin-bottom: 24px;
}

.card-title {
	font-family: 'noto serif';
	font-size: 24px;
	text-align: center;
}

.card-subtitle {
	font-size: 16px;
	font-family: 'noto serif';
	margin-bottom: 24px;
	text-align: center;
}

.card-intro {
	align-self: flex-start;
	font-family: 'noto serif';
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 24px;
}

.card-copy {
	font-size: 14px;
}

/* advisory council */

.section-council {
	border-top: 1px solid rgba(0, 0, 0, .2);
}

.section-council .container {
	padding-top: 100px;
	padding-bottom: 200px;
}

.section-council .columns {
	margin-bottom: 60px;
}

.section-council .column {
	margin: unset;
}

.council {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -24px;
}

.council-member {
	width: calc(33.3333% - 48px);
	margin: 24px;
	box-sizing: border-box;
}

.council-name {
	font-size: 16px;
	font-family: 'noto serif';
}

.council-title {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	margin-bottom: 12px;
}

.council-list {
	margin: 0;
	padding: 0 0 0 24px;
	color: #414141;
	font-size: 12px;
	font-weight: 700;
}

/* footer */

.section-footer {
	background: #59533E;
	color: #fff;
    overflow: unset;
}

.section-footer .container {
	padding-top: 100px;
	padding-bottom: 60px;
}

.footer-promo {
	background-color: #FFFFFF;
	box-shadow: 0px 8px 16px rgb(108 108 120 / 25%);
	border-radius: 7px;
	padding: 48px 60px;
	color: #716756;
	margin: -200px auto 100px;
	width: 1000px;
	max-width: 100%;
	box-sizing: border-box;
}

.footer-promo .column {
	align-items: flex-start;
}

.footer-promo .section-copy {
	margin-bottom: 24px;
}

.footer-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer-list {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer-content .columns {
	margin: 60px auto;
	justify-content: space-evenly;
	width: 840px;
	max-width: 100%;
}

.footer-content .column {
	flex-direction: row;
	align-items: center;
	/* border: 1px solid red; */
	margin: unset;
	flex: unset;
}

.footer-content .section-copy {
	border-color: #fff;
	margin-left: 24px;
	white-space: nowrap;
}

.footer-content a {
	color: #fff;
}

.footer-img {
	opacity: .5 !important;
	margin: 0 0 48px -48px;
}

.copyright {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .1em;
	display: flex;
	align-items: center;
}

.copyright-logo {
	font-family: Kodchasan;
	text-transform: uppercase;
	font-size: 20px;
	margin: 0 4px 0 12px;
}

/* modals & forms */

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(124, 111, 96, .8);
    backdrop-filter: blur(8px);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: .15s all;
    overflow-y: auto;
}

.modal-active {
    opacity: 1;
    pointer-events: all;
}

.modal-dialog {
    background: #fff;
    border-radius: 16px;
    padding: 48px 60px;
    width: 1000px;
    max-width: calc(100% - 32px);
    box-sizing: border-box;
    position: relative;
    margin: 32px auto;
    display: flex;
    flex-direction: column;
}

.modal .headline {
    margin-bottom: 8px;
}

.modal-copy {
    margin-bottom: 32px;
}

.modal-thanks .headline,
.modal-thanks .modal-copy {
    text-align: center;
}

.form {
    display: flex;
    flex-direction: column;
}

.form-field {
    position: relative;
    margin-bottom: 24px;
}

.form-input {
    font-family: 'noto sans';
    border: 1px solid #9898A9;
    border-radius: 4px;
    font-size: 14px;
    padding: 8px 16px;
    background: #fff;
	width: 100%;
	box-sizing: border-box;
	padding: 26px 16px 8px 16px;
	appearance: none;
    font-size: 14px;
}

.form-label {
    position: absolute;
    top: 17px;
    left: 16px;
    pointer-events: none;
    transition: .15s all;
    font-weight: 400;
    font-size: 14px;
    color: #9898A9;
}

.form-input:focus {
	outline: none;
    box-shadow: 0px 8px 16px rgba(108, 108, 120, 0.25);
}

.form-input:focus+.form-label,
.form-input:not(:placeholder-shown)+.form-label {
	top: 8px;
	font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
}

.form-field-error .form-input+.form-label,
.form-input:focus+.form-label {
    color: #CC583F;
}

.form-error {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.form-error--icon {
    background: #CC583F;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.form-error--copy {
    font-size: 14px;
    color: #CC583F;
}

.form-btns {
    padding-top: 48px;
    display: flex;
    align-items: center;
    margin: 24px -12px 0;
    position: relative;
}

.form-btns:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 12px;
    left: 12px;
    height: 1px;
    background: #9898A9;
}

.form-btns .btn {
    flex: 1;
    margin: 0 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

@media screen and (max-width: 1200px) {
	.section-mission .headline,
	.section-stats .headline {
		margin-right: unset;
	}

	.section-support .columns {
		flex-direction: column-reverse;
		align-items: stretch;
	}

	.section-support .headline {
		margin-bottom: 72px;
	}

	.section-mindscore .column-wide {
		margin-right: -200px;
	}


	.section-overwatch .columns {
		align-items: flex-end;
	}

	.section-overwatch .column-wide {
		margin: 0 -320px 0 0;
	}
}

@media screen and (max-width: 980px) {
	.section-mindscore .columns {
		flex-direction: column;
		align-items: stretch;
	}

	.section-mindscore .column-wide {
		margin: unset;
	}

	.council-member {
		width: calc(50% - 48px);
	}
}

@media screen and (min-width: 841px) and (max-width: 980px) {
	.nav-item {
		padding-left: 16px;
		padding-right: 16px;
	}

	.nav-item--highlight {
		margin-left: 16px;
	}
}

@media screen and (min-width: 768px) and (max-width: 840px) {
	.nav-item {
		padding-left: 12px;
		padding-right: 12px;
		font-size: 13px;
	}

	.nav-item--highlight {
		margin-left: 12px;
	}
}

@media screen and (max-width: 767px) {

	.container {
		padding-left: 32px;
		padding-right: 32px;
	}

	.mobile-promo {
		display: flex;
		align-self: stretch;
	}

	.nav-toggle {
		display: flex;
	}

	.header-nav {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		flex-direction: column;
		opacity: 0;
		pointer-events: none;
		transition: .15s all;
		justify-content: center;
		background-image: url(../img/back-intro.jpg);
		background-size: cover;
		background: rgba(124, 111, 96, .8);
		backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);
	}

	.header-nav .nav-toggle {
		position: absolute;
		top: 43px;
		right: 34px;
	}

	.header-nav-active {
		opacity: 1;
		pointer-events: all;
	}

	.nav-item {
		font-size: 18px;
		color: #fff;
	}

	.nav-item:before {
		top: 54px;
		height: 3px;
		background: #fff;
	}

	.headline {
		font-size: 32px;
	}

	.section-intro .headline,
	.section-mission .headline {
		max-width: unset;
	}


	.blackhawk {
		top: 50%;
	}

	.columns {
		flex-direction: column;
	}

	.section-stats .columns {
		flex-direction: column-reverse;
		align-items: stretch;
	}

	.column,
	.column+.column {
		margin: unset;
	}

	.stats {
		margin-top: 80px;
	}

	.stats .headline {
		font-size: 32px;
	}

	.subhead {
		font-size: 20px;
	}

	.section-support .headline {
		margin-bottom: 24px;
	}

	.support-chart {
		margin: 0 -32px;
		height: unset;
		padding: 0;
		overflow: hidden;
	}

	.bubble {
		display: none;
	}

	.support-chart--img {
		position: relative;
		width: 110%;
	}

	.section-partner .column {
		margin: 0 0 60px 0;
	}

	.section-partner .column+.column {
		margin: 0;
	}

	.section-about .columns {
		align-items: stretch;
	}

	.cards {
		margin: 0 -32px;
	}

	.cards:before,
	.cards:after {
		width: 64px;
	}

	.card-content {
		padding: 36px 24px;
	}

	.arrow {
		display: none !important;
	}

	.section-overwatch .container:before {
		height: 120px;
	}

	.section-council .columns {
		align-items: stretch;
	}


	.council-member {
		width: calc(100% - 48px);
	}

	.footer-content .column {
		flex-direction: column;
		margin-bottom: 48px;
	}

	.footer-content .section-copy {
		border: none;
		margin: unset;
		padding: unset;
		text-align: center;
	}

	.footer-promo .column+.column {
		display: none;
	}

	.partner,
	.footer-promo {
		padding: 36px 48px;
	}
    
    .modal-dialog {
        padding: 36px 48px;
        margin: 16px auto;
    }
    
    .form-btns {
        flex-direction: column;
        margin: 24px 0 0 0;
        align-items: stretch;
    }

    .form-btns .btn {
        margin-bottom: 24px;
    }

}


.hide {
	display: none;
}