@charset "utf-8";

/***********UNIVERSAL***********/
@font-face {
	font-family: 'Staatliches';
	src: url('/Portals/1/Interactive/2020/11-living-in-the-deep/Staatliches-Regular.ttf') format('truetype'),
		url('/Portals/1/Interactive/2020/11-living-in-the-deep/staatliches-regular-webfont.woff') format('woff'),
		url('/Portals/1/Interactive/2020/11-living-in-the-deep/staatliches-regular-webfont.woff2') format('woff2');
}

p {
	line-height: 1.25;
	color: #fff;
}

h3 {
	font-size: 32px;
}

h4 {
	font-size: 22px;
}

.section {
	position: relative;
	padding: 4rem 2rem;
	max-width: 1800px;
	margin: 0 auto;
}

.section-title-wrap {
	height: 250px;
	margin-bottom: 2rem;
}

.section-title {
	font-family: 'Lato', sans-serif;
	font-size: 35px!important;
	font-weight: 100;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
}

.section-title span {
	font-weight: 800;
	display: block;
}

#first-section .section-title::before,
#second-section .section-title::before,
#third-section .section-title::before,
#fourth-section .section-title::before {
	content: '';
	height: 40px;
	width: 3px;
	position: absolute;
	left: 0;
	bottom: -50px;
}

#first-section .section-title::after,
#second-section .section-title::after,
#third-section .section-title::after,
#fourth-section .section-title::after {
	content: '';
    height: 3px;
    width: calc(50vw + -4.85rem);
	max-width: calc(900px - 4rem);
    position: absolute;
    left: 0;
    bottom: -50px;
}

.section-box {
	position: absolute;
	right: 0;
	margin-right: 2rem;
	width: 50vw;
	max-width: 900px;
	border-width: 3px;
	border-style: solid;
	border-radius: 15px;
}

.section-box p {
	margin: 0;
	padding: 1rem 2rem;
}

.image-side {
	position: relative;
	z-index: 1;
}

.info-side {
	text-align: right;
}

.info-side h3 {
	color: #fff;
	position: relative;
}

.info-side h3::after {
	content: '';
	position: absolute;
	bottom: -10px;
	right: 0;
	width: 80vw;
	height: 3px;
}

.info-side p {
	padding-left: 40px;
}

video {
	width: 100%;
	position: relative;
	z-index: 1;
}

.video-duration {
	margin: 10px;
}


/***********BANNER***********/
.main-banner {
	height: 90vh;
	position: relative;
	background: url('/Portals/1/Interactive/2020/11-living-in-the-deep/images/water-landscape.jpg') no-repeat center;
	background-size: cover;
}

.banner-overlay {
	background-image: linear-gradient(to bottom, transparent 65%, #43AFB1 99%);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.banner-wrap {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 100%;
	text-align: center;
}

.banner-title {
    font-size: 80px;
    letter-spacing: 4px;
    background: -webkit-linear-gradient(#000 30%, transparent 72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    top: 5px;
	font-family: 'Staatliches', sans-serif!important;
	color: #000;
	margin-bottom: 0;
	text-transform: uppercase;
	padding: 0 1.5rem;
}

#dnn_ContentPaneFullBleed2 {
	background-image: linear-gradient(to bottom, #43AFB1, #070b15 90%);
}

/***********INTRO SECTION***********/
#intro {
	padding: 0 2rem 4rem;
}

#intro .left-side {
	background: #2a2a2b;
	padding: 170px;
	border-radius: 50%;
}

.intro {
	opacity: 0;
	transition: .3s;
}

#intro .right-side p span {
	display: block;
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: 'Staatliches', sans-serif;
    font-size: 35px;
}

.fadein {
	opacity: 1!important;
	transition: .3s;
}

.radar-bg {
    position: relative;
}

.radar {
	background: url(/Portals/1/Interactive/2020/11-living-in-the-deep/images/radar.png) no-repeat;
	background-size: cover;
	width: 284px;
	height: 284px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.radar::before {
	content: '';
	background-color: #ff0000;
	position: absolute;
	top: 58px;
	left: 170px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	-webkit-animation: marker 1.5s ease infinite;
          animation: marker 1.5s ease infinite;
}

@-webkit-keyframes marker {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes marker {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.radar .pointer {
	position: absolute;
	z-index: 1024;
	left: 1.582011%;
	right: 1.582011%;
	top: 1.582011%;
	bottom: 50%;
	will-change: transform;
	-webkit-transform-origin: 50% 100%;
		  transform-origin: 50% 100%;
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
	background-image: linear-gradient(135deg, rgba(0,0,0, 0.8) 0%, rgba(0, 0, 0, 0.02) 70%, rgba(0, 0, 0, 0) 100%);
	-webkit-clip-path: polygon(100% 0, 100% 10%, 50% 100%, 0 100%, 0 0);
		  clip-path: polygon(100% 0, 100% 10%, 50% 100%, 0 100%, 0 0);
	-webkit-animation: rotate360 3s infinite linear;
		  animation: rotate360 3s infinite linear;
}

.radar .pointer:after {
	content: "";
	position: absolute;
	width: 50%;
	bottom: -1px;
	border-top: 2px solid rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
	border-radius: 9px;
}

@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

#intro .right-side {
	background-color: #2a2a2b;
    border-radius: 10px;
    padding-left: 35px;
    color: #fff;
	position: relative;
	left: -28px;
}

#intro .right-side p {
	margin-bottom: 5px;
}

.social-top {
	text-align: center;
}

.social-top a:hover {
	text-decoration: none;
}

.social-top .social-link span {
	background-color: #408ae3;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: relative;
	margin: 0 5px;
	transition: all .3s ease-in;
}

.social-top .social-link:hover span {
	background-color: #43afb1;
}

.social-top .social-link span::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	transition: .3s;
}

.social-top .social-link:hover span::before {
	color: #2a2a2b;
}


/***********FIRST SECTION***********/

.first-section a {
	color: #2a2a2b;
}

#first-section .section-title span {
	color: #2a2a2b;
}

#first-section .section-title::before,
#first-section .section-title::after {
	background-color: #2a2a2b;
}

#first-section .section-box {
	border-color: #2a2a2b;
}

#first-section .info-side h3::after {
	background-color: #2a2a2b;
}

.drops {
	margin-top: 4rem;
}

.drops input,
.drops section {
	display: none;
	padding-bottom: 1rem;
}

.drops section {
	padding-top: 1rem;
}

.drop-options {
	text-align: center;
}

.drop-options label {
	width: 25%;
	color: #fff;
	cursor: pointer;
	text-align: center;
	background: #2a2a2b;
	margin: 0 -2px;
    padding: 25px 0;
	position: relative;
	transition: .3s;
}

.drops label:nth-child(2) {
	border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.drops label:nth-child(8) {
	border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

input:checked + label {
	color: #408ae3;
}

input:checked + label::after {
	content: '';
	border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #408ae3;
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translate(-50%, 0);
}

#tab1:checked ~ #drop-content1,
#tab2:checked ~ #drop-content2,
#tab3:checked ~ #drop-content3,
#tab4:checked ~ #drop-content4 {
  	display: block;
	transition: .3s;
}

#end-blurb {
	position: relative;
	padding-top: 25px;
	text-align: center
}

#end-blurb::before {
	content: '';
	width: 50%;
	height: 3px;
	background-color: #2a2a2b;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}


/***********SECOND SECTION***********/
#second-section .section-title span {
	color: #fbb03b;
}

#second-section .section-title::before,
#second-section .section-title::after {
	background-color: #fbb03b;
}

#second-section .section-box {
	border-color: #fbb03b;
}

#second-section .info-side {
	padding-top: 4rem;
}

#second-section .info-side h3 {
	position: relative;
}

#second-section .info-side h3::before {
	content: '';
	position: absolute;
	top: 46px;
	right: 550px;
	background-color: #fbb03b;
	width: 3px;
	height: 60px;
}

#second-section .info-side h3::after {
	background-color: #fbb03b;
	width: calc(550px + 3px);
}

.slide-item {
	width: 100%;
    display: inline-block;
    position: relative;
	margin: 2rem 0 0;
	height: 400px;
}

.slide-item .video-wrap-container {
	width: 600px;
	position: relative;
	left: 50%;
	transform: translate(-50%, -20px);
}

.slide-quote,
.slide-name {
	text-align: left;
	padding-left: 0!important;
	color: #2a2a2b;
}

.slide-name {
	font-weight: 600;
	margin-bottom: 0;
}

.slide-name span {
	display: block;
	font-weight: 100;
}

.slide-name .rank {
	font-style: italic;
}

.quote-side {
	background: #fbb03b;
    max-width: calc(100% - 550px);
    padding: 2rem;
    position: relative;
    z-index: 1;
    top: 60px;
    left: 50px;
	border-radius: 15px;
	margin: 0;
}

.slick-slide img {
	position: absolute;
    display: block;
    top: 0;
    width: 600px;
    right: 50px;
    margin: 0 auto;
}

.slick-dots {
	text-align: center;
}

.slick-dots button {
	background-color: #fff;
	font-size: 0;
	height: 15px;
    width: 15px;
    border-radius: 50%;
    border: none;
    margin: 0 5px;
}

.slick-dots button:focus {
	outline: none!important;
}

.slick-dots li {
	display: inline;
}

.slick-dots .slick-active button {
	background-color: #fbb03b;
}

.slick-slider .slick-arrow {
	position: absolute;
    color: #fff;
    top: calc(50% - 20px);
    z-index: 9;
    transform: translate(0, -50%);
	cursor: pointer;
	font-size: 40px;
	transition: all .3s ease-in-out;
}

.slick-slider .slick-arrow:hover {
	color: #fbb03b;
}

.slick-slider .carousel-previous {
	left: 0;
}

.slick-slider .carousel-next {
	right: 0;
}

.dive-in h3 {
	color: #fff;
    text-align: center;
    margin-top: 3rem;
	position: relative;
}

.div-in h3 {
	padding-bottom: 2rem;
}

.dive-in h3::after {
	content: '';
	width: 500px;
	height: 3px;
	background: #fbb03b;
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translate(-50%, 0);
}

.dive-in {
	margin-top: 5rem;
}

.description-box {
	max-width: 600px;
    padding: 1rem;
    border-radius: 15px;
    margin: 3rem auto 0;
    border: 3px solid #fbb03b;
	position: relative;
}

#right-box {
	text-align: center;
}

#right-box p {
	text-align: left;
}

#left-box::before {
	content: '';
	width: 3px;
	height: 150px;
	background-color: #fbb03b;
	position: absolute;
	top: -152px;
	left: 50%;
	transform: translate(-50%, 0);
}

#right-box::before {
	content: '';
	width: 3px;
	height: 150px;
	background-color: #fbb03b;
	position: absolute;
	top: -152px;
	left: 50%;
	transform: translate(-50%, 0);
}

#left-box > p:nth-child(2) {
	margin-bottom: 0;
}

#second-section .btn {
	background-color: #fbb03b;
	transition: .3s;
}

#second-section .btn:hover {
	background-color: #fff;
}


/***********THIRD SECTION***********/
#third-section .section-title span {
	color: #43afb1;
}

#third-section .section-title::before,
#third-section .section-title::after,
#third-section .info-side h3::after {
	background-color: #43afb1;
}

#third-section .section-box {
	border-color: #43afb1;
}

#third-section .video-wrap-container {
	padding: 2rem 0;
}

#third-section .btn {
	background-color: #43afb1;
	color: #fff;
	transition: .3s;
}

#third-section .btn:hover {
	background-color: #fff;
	color: #43afb1;
}

.sound-player {
	position: relative;
}

#third-section > div.dgov-grid.dgov-grid-bleed > div:nth-child(2) > div > p:nth-child(2) {
	margin-bottom: 15px;
}

.sound-player video {
	position: relative;
	top: 0;
	right: 0;
	width: 300px;
	height: 50px;
	outline: none;
}


/***********FOURTH SECTION***********/
#fourth-section .section-title span {
	color: #408ae3;
}

#fourth-section .section-title::before,
#fourth-section .section-title::after,
#fourth-section .info-side h3::after {
	background-color: #408ae3;
}

#fourth-section .section-box {
	border-color: #408ae3;
}

.submarines {
	text-align: center;
	padding-top: 2rem;
}

.submarines h3,
.submarines h4 {
	color: #fff;
}

.submarines h3 {
	position: relative;
}

.submarines h3::after {
    width: 300px;
}

.submarines h4 {
	text-align: left;
	position: relative;
}

.submarines h4::before {
	content: '';
	width: calc(100% - 23px);
    height: 3px;
    background: #408ae3;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.submarines h4::after {
	content: '';
	width: 3px;
	height: 50px;
	background: #408ae3;
	position: absolute;
	top: 30px;
	right: 23px;
}

.submarines img {
	position: relative;
}

.submarines .small-blurb {
	padding: 2rem 0;
}

#fourth-section .btn {
	background-color: #408ae3;
	color: #fff;
	transition: .3s;
}

#fourth-section .btn:hover {
	background-color: #fff;
	color: #408ae3;
}

#fourth-section .btn span {
	display: block;
}

#fourth-section .box {
	max-width: 900px;
    margin: 0 auto;
    border: 3px solid #408ae3;
    border-radius: 15px;
	text-align: center;
	padding: 2rem;
}

#fourth-section .box li {
	display: inline;
	padding: 0 1rem;
}


/***********FIFTH SECTION***********/
#fifth-section .section-title {
	padding-bottom: 2rem;
}

#fifth-section h4 {
	color: #fff;
}

#fifth-section h4 {
	position: relative;
}

#fifth-section .link {
	text-align: center;
}

#fifth-section img {
	transition: .5s;
}

#fifth-section img:hover {
	transform: scale(1.1);
}

/***********IE ONLY***********/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .sound-player video,
	.sound-player p {
         display: none;
    }
}

/***********RESPONSIVE***********/
@media screen and (max-width: 1300px) {
	.submarines h4 {
		font-size: 20px;
	}
	.submarines h4::after {
		top: 28px;
	}
}
@media screen and (max-width: 1200px) {
	#intro .right-side {
		left: unset;
		top: -30px;
		padding: 2em 2rem 1rem;
	}
	#intro .right-side p {
		margin-bottom: 20px;
	}
	#second-section .info-side h3::before {
		right: 68vw;
	}
	#second-section .info-side h3::after {
		width: calc(68vw + 3px);
	}
	.slide-item {
		padding: 0 3rem;
	}
	.slick-slide img {
		position: unset;
		width: 100%;
	}
	.slide-item .video-wrap-container {
		width: unset;
		position: unset;
		left: unset;
		transform: unset;
	}
	.quote-side {
		max-width: 100%;
		top: -15px;
		left: 0;
	}
	.submarines h4 {
		font-size: 18px;
	}
	.submarines h4::after {
		top: 24px;
	}
}
@media screen and (max-width: 1080px) {
	#second-section .info-side h3::before {
		height: 90px;
	}
}
@media screen and (max-width: 1024px) {
    #first-section .section-title-wrap {
        margin-bottom: 8rem;
    }
}
@media screen and (max-width: 1020px) {
	#third-section div.dgov-grid.dgov-grid-bleed {
		padding-top: 2rem;
	}
}
@media screen and (max-width: 991px) {
	.info-side h3 {
		padding: 1rem 0 0;
	}
	.info-side h3::before {
	content: '';
	width: 3px;
	height: 80px;
	position: absolute;
	bottom: -10px;
	right: calc(80vw - 3px);
	}
	#first-section .info-side h3::before {
		background-color: #2a2a2b;
	}
	#third-section .info-side h3::before {
		background-color: #43afb1;
	}
	#fourth-section .info-side h3::before {
		display: none;;
	}
	#first-section .section-title::after,
	#second-section .section-title::after,
	#third-section .section-title::after,
	#fourth-section .section-title::after {
		width: calc(100% - 85vw);
	}
	.section-box {
		width: 85vw;
	}
	.section-title-wrap {
		margin-bottom: 0;
	}
	#end-blurb::before {
		width: 100%;
	}
	#second-section .info-side h3::before {
		top: 62px;
	}
	#third-section .video-wrap-container {
		padding: 3rem 0 0;
	}
	.submarines img {
		width: 100%;
	}
	.submarines h4 {
		font-size: 22px;
		margin-bottom: 30px;
	}
	.submarines h4::after {
		top: 30px;
	}
	.dive-in .video-wrap-container {
		padding-left: 0;
		padding-right: 0;
	}
	.submarines .small-blurb {
		text-align: left;
	}
	#fourth-section .box {
		padding: 1rem;
	}
	#fourth-section .box li {
		display: block;
		padding: 1rem 1rem;
	}
	#third-section div.dgov-grid.dgov-grid-bleed {
		padding-top: unset;
	}
	.submarines .dgov-col-md-4 {
		padding-left: 0;
		padding-right: 0;
	}
	.sound-player video {
		position: relative;
		top: -20px;
	}
}
@media screen and (max-width: 848px) {
	#third-section .video-wrap-container::after {
		bottom: -64px;
	}
}
@media screen and (max-width: 667px) {
	#first-section .section-title::after,
	#second-section .section-title::after,
	#third-section .section-title::after,
	#fourth-section .section-title::after {
		display: none;
	}
	#first-section .section-title::before,
	#second-section .section-title::before,
	#third-section .section-title::before,
	#fourth-section .section-title::before {
		display: none;
	}
	.section-box {
		width: unset;
		position: unset;
		right: unset;
		margin-right: unset;
	}
	#first-section .section-box,
	#third-section .section-box {
		margin-bottom: 3rem;
	}
	#second-section .section-box {
		margin-bottom: 2rem;
	}
	.section-title-wrap {
		height: unset;
	}
	.section-box p {
		padding: 1rem;
	}
	.dive-in h3::after {
		width: 100%;
	}
}
@media screen and (max-width: 659px) {
	.banner-title {
		font-size: 55px;
	}
}
@media screen and (max-width: 575px) {
	.section-title {
		font-size: 30px!important;
	}
	.drops .image {
		padding-left: 0;
		padding-right: 0;
	}
	#third-section .video-wrap-container::after {
		bottom: -63px;
	}
	#first-section .video-wrap-container,
	#second-section .video-wrap-container {
		padding: 15px 0;
	}
}
@media screen and (max-width: 525px) {
	.drop-options label {
		font-size: 22px;
		font-weight: 400;
		width: 100%;
		border-radius: 15px;
		margin: 3px 0;
		padding: 10px 0;
	}
	.drop-options label::after {
		display: none;
	}
}
@media screen and (max-width: 475px) {
	.banner-title {
		font-size: 45px;
		letter-spacing: 1px;
	}
	.quote-side {
		margin: 0 2rem;
	}
	.slide-item {
		padding: 0;
	}
	.slick-slider .carousel-previous {
		left: -5px;
	}
	.slick-slider .carousel-next {
		right: -5px;
	}
	.dive-in h3 {
		font-size: 26px;
	}
}
@media screen and (max-width: 400px) {
	.banner-title {
		font-size: 36px;
	}
}
@media screen and (max-width: 383px) {
	#fourth-section > div.submarines > div.dgov-grid > div:nth-child(1) > h4::after {
		top: 54px;
	}
}















