/* http://meyerweb.com/eric/tools/css/reset/
   v4.0 | 20180602
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */

*[hidden] {
    display: none;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
  font-family: 'CNN Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/CNNSans-Regular.woff2') format('woff2'),
    url('../fonts/CNNSans-Regular.woff') format('woff');
}

@font-face {
  font-family: 'M PLUS 1p';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/MPLUS1p-Regular.woff2') format('woff2'),
    url('../fonts/MPLUS1p-Regular.woff') format('woff');
}

@font-face {
  font-family: 'M PLUS 1p';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/MPLUS1p-Bold.woff2') format('woff2'),
    url('../fonts/MPLUS1p-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/AvenirNextGEO-Regular.woff2') format('woff2'),
    url('../fonts/AvenirNextGEO-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/AvenirNextGEO-Medium.woff2') format('woff2'),
    url('../fonts/AvenirNextGEO-Medium.woff') format('woff');
}

:root { /* 11 to 20 */
}

#sponsor-header {
  font-family: 'CNN Sans', 'Helvetica Neue', 'Helvetica', sans-serif;
}

#sponsor-header nav {
  background: #0c0c0c;
  color: #737373;
}

#sponsor-header ul {
  margin: 0 auto;
  max-width: 1145px;
  position: relative;
  display: flex;
  align-items: center;
}

#sponsor-header nav a {
  text-decoration: none;
  display: block;
}

#sponsor-header img {
  display: block;
  height: 60px;
}

#sponsor-header a:nth-of-type(2)::before {
  content: '<';
}

#sponsor-header li:nth-of-type(2) a {
  margin-left: 1.5em;
  padding-top: 0.5em;
}

#sponsor-header > h1 {
  background-color: #af8d43;
  color: white;
  font-size: 1rem;
  line-height: 1;
  font-weight: normal;
  margin: 0 auto;
  padding: 0.625em 1.25em;
  text-align: center;
  text-transform: uppercase;
}

@charset 'UTF-8';

/* Slider */

.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */

@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}

[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}

.slick-prev:before
{
    content: '←';
}

[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}

[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}

.slick-next:before
{
    content: '→';
}

[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */

.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}

.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Slider */

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus
{
    outline: none;
}

.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}

.slick-track:after
{
    clear: both;
}

.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide
{
    float: right;
}

.slick-slide img
{
    display: block;
}

.slick-slide.slick-loading img
{
    display: none;
}

.slick-slide.dragging img
{
    pointer-events: none;
}

.slick-initialized .slick-slide
{
    display: block;
}

.slick-loading .slick-slide
{
    visibility: hidden;
}

.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

html,
body {
  /* height: 100%; */
  /* -webkit-overflow-scrolling: touch; */
  /* scroll-behavior: smooth; */
}

body {
  font-family: "Avenir Next GEO", sans-serif;
  font-weight: normal;
  line-height: 2;
  font-size: 16px;
  color: #203454;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

main {
  overflow-x: hidden;
}

.desktop {
  display: block;
}

@media screen and (max-width: 768px) {

	.desktop {
		display: none;
	}
}

.mobile {
  display: none;
}

@media screen and (max-width: 768px) {

	.mobile {
		display: block;
	}
}

a {
  color: inherit;
}

a > img {
  display: block;
}

.panel-wrapper {
  position: relative;
  width: 100vw;
}

.landing-bg {
  width: 103vw;
  height: auto;
}

@media (max-aspect-ratio: 300/244) {

	.landing-bg {
		width: auto;
		height: 103vh;
	}
}

.landing-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.mobile-intro-bg {
  height: 100vh;
  width: 100vw;
}

.landing-filter {
  width: 100%;
  height: 100%;
  background: #203454;
  opacity: 0.8;
}

.landing-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80vw;
  height: 80%;

  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

@media (max-aspect-ratio: 1/1) {

	.landing-content {
		width: 81%;
		height: auto;
	}
}

@media screen and (max-width: 640px) {

	.landing-content {}
}

.landing-img {
  width: 80%;
  height: auto;
}

@media screen and (max-width: 450px) {

	.landing-img {
		width: 100%;
	}
}

.landing-copy {
  font-family: "Avenir Next";
  font-weight: 400;
  font-size: 1.9vh;
  line-height: 2.8vh;
  letter-spacing: 0.17vh;
  color: #ffffff;
  text-align: center;
  margin: 3vh auto;
  width: 84%;
  height: auto;
}

@media screen and (max-width: 800px) {

	.landing-copy {
		font-weight: normal;
		width: auto;
		font-size: 1.5vh;
		letter-spacing: 0.13vh;
	}
}

.landing-cta-row {
  width: auto;
  height: auto;
}

.landing-cta {
  font-family: "Avenir Next";
  font-weight: 400;
  font-size: 1.3vh;
  line-height: 1.6vh;
  letter-spacing: 0.13vh;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  margin: auto 0px;
  width: auto;
  height: auto;
  border: solid 1px #ffffff;
  padding: 0.6vh 1.1vh;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}

@media screen and (max-width: 800px) {

	.landing-cta {
		line-height: 14pt;
		font-size: 10pt;
	}
}

.mininav {
  height: 0px;
  width: 100vw;
  background: #ffffff;
  overflow: hidden;
  display: none;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 25vw;
  padding-right: 25vw;
  align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 769px) {

	.mininav {
		display: none;
	}
}

.mininav-item {
  cursor: pointer;
}

.mininav-underline {
  border-bottom: 3px solid #203454;
}

.not-active {
  cursor: not-allowed;
  color: rgba(32, 52, 84, 0.37647);
}

.selected {
  text-decoration: underline;
}

.nav {
  width: 100vw;
  height: 20vh;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #333333;
}

@media screen and (max-width: 768px) {

	.nav {
		height: auto;
		flex-wrap: wrap;
	}
}

.not-active-nav {
  cursor: not-allowed;
}

.nav-item {
  position: relative;
  width: 16.66667%;
  height: 100%;
}

@media screen and (max-width: 768px) {

	.nav-item {
		width: 50vw;/* height: 211px;
*/
		height: 25vh;
	}
}

.bg1 {
  background: url(../images/navbg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg2 {
  background: url(../images/navbg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg3 {
  background: url(../images/navbg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg4 {
  background: url(../images/navbg4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg5 {
  background: url(../images/navbg5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg6 {
  background: url(../images/navbg6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.nav-png {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

@media (max-aspect-ratio: 1/1) {

	.nav-png {
		width: auto;
		height: 100%;
	}
}

.nav-png {/* @media screen and (max-width: 768px){
    height: 100%;
    width: auto;
  }
*/
}

.nav-highlight {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.25s;
  pointer-events: none;
}

.content {
  position: absolute;
  left: 100%;
  display: none;
}

.slide {
  position: relative;
  width: 100vw;
  overflow: hidden;
  transition: height 1s;
}

.intro {
  height: 80vh;
}

.article {
  display: none;
  background: #000000;
}

.article video {
  width: 100%;
  height: 100%;
}

.article .video {
  width: 100%;
  height: 100%;
}

.poster-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

#poster1 {
  background: url(../images/poster1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#poster2 {
  background: url(../images/poster2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#poster3 {
  background: url(../images/poster3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#poster4 {
  background: url(../images/poster4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#poster5 {
  background: url(../images/poster5.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#poster6 {
  background: url(../images/poster6.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.poster-bg img {
  width: 80%;
  height: auto%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slide-bg {
  width: 100%;
  height: auto;
}

.article-body {
  display: none;
  width: 100vw;
}

.article-blue-bar {
  width: 100vw;
  height: auto;
}

@media screen and (max-width: 430px) {

	.article-blue-bar {
		display: none;
	}
}

.article-blue-bar img {
  width: 100%;
  height: 100%;
}

.article-text {
  width: 70%;
  margin: 5vw auto;
  font-family: "Avenir Next";
  font-weight: 400;
  /* font-size:1.5vw; */
  font-size: 1.9vh;
  /* line-height:2.3vw; */
  line-height: 2.5vh;
  letter-spacing: 0.1vw;
  color: #203454;
  text-align: center;
}

@media screen and (max-width: 768px) {

	.article-text {
		font-size: 14pt;
		line-height: 18pt;
		text-align: center;
		width: 85%;
	}
}

@media screen and (max-width: 425px) {

	.article-text {
		text-align: left;
	}
}

.article-hosts-wrapper {
  width: 50%;
  margin: 0px auto 5vw auto;
}

@media screen and (max-width: 768px) {

	.article-hosts-wrapper {
		width: 70%;
	}
}

@media screen and (max-width: 425px) {

	.article-hosts-wrapper {
		display: none;
	}
}

.article-hosts-wrapper img {
  width: 100%;
  height: auto;
}

.article-cta-wrapper {
  width: 50%;
  margin: 0px auto 5vw auto;
  padding: 1vw 2vw;
  border: solid 1px #3869a5;
  font-family: "Avenir Next";
  font-weight: 400;
  font-size: 1.3vw;
  line-height: 2.3vw;
  letter-spacing: 0.1vw;
  color: #203454;
  text-align: center;
}

@media screen and (max-width: 640px) {

	.article-cta-wrapper {
		border: none;
		font-size: 16pt;
		line-height: 20pt;
		width: 100%;
		margin-top: 2vh;
	}
}

.article-cta-wrapper a {
  font-family: "Avenir Next";
  font-weight: 400;
  font-size: 1.3vw;
  line-height: 2.3vw;
  letter-spacing: 0.1vw;
  color: #203454;
  text-align: left;
}

@media screen and (max-width: 640px) {

	.article-cta-wrapper a {
		font-size: 14pt;
	}
}

.mininav img {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.back-button {
  font-size: 20px;
  color: black;
  margin-left: 20px;
  margin-top: 20px;
}

.mobile-bio {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  height: auto;
}

.article-hosts-bios {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 50vw;
  height: auto;
  margin: -3vw auto 5vw auto;
}

@media screen and (max-width: 768px) {

	.article-hosts-bios {
		width: 80vw;
	}
}

.bio1,
.bio2,
.bio3,
.bio4,
.bio5,
.bio6 {
  width: 400px;
  flex: 1;
  font-size: 10pt;
  line-height: 18pt;
}

.bio2,
.bio4 {
  margin-left: 10vw;
}

.bio6 {
  margin-left: 12vw;
}

.bio-paragraph {
  padding-top: 20px;
}

.landing-p2 {
  padding-top: 20px;
}

.article-footer {
  font-weight: normal;
  display: none;
  text-align: center;
}

@media screen and (max-width: 425px) {

	.article-footer {
		margin-top: 10vh;
	}
}

.footer-blue-bar {
  padding: 2vw 0px 2vw 0px;
  background-color: #203454;
}

@media screen and (max-width: 640px) {

	.footer-blue-bar {
		padding: 2vw 8vw 2vw 8vw;
	}
}

.footer-title {
  /* font-size: 22pt; */
  font-size: 1.6vw;
  color: white;
}

@media screen and (max-width: 640px) {

	.footer-title {
		font-size: 12pt;
		line-height: 17pt;
		margin-bottom: 3vw;
	}
}

.footer-content {
  font-size: 1.1vw;
  /* font-size: 16pt;  */
  color: white;
}

@media screen and (max-width: 640px) {

	.footer-content {
		font-size: 12pt;
		line-height: 17pt;
	}
}

.footer-join-renew {
  /* font-size: 20pt; */
  font-size: 1.9vw;
  padding: 1vw 0px 1vw 0px;
  border-bottom: 1px solid #979797;
}

@media screen and (max-width: 640px) {

	.footer-join-renew {
		font-size: 14pt;
	}
}

.footer-description {
  /* font-size: 12pt; */
  font-size: 1.1vw;
  padding: 3vw 10vw 3vw 10vw;
}

@media screen and (max-width: 640px) {

	.footer-description {
		font-size: 8pt;
	}
}

.source {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 10px;
}

.carousel {
  position: relative;
  border-radius: 15px;
  margin-top: 5vw;
  margin-right: auto;
  margin-bottom: 0vw;
  margin-left: auto;
  overflow: hidden;
  background: linear-gradient(124deg, #203454 1%, #3869a5 100%);
  width: 50vw;
  /* min-width: 650px; */
  /* max-width: 864px; */
  height: 375px;
}

@media screen and (max-width: 768px) {

	.carousel {
		height: 20vh;
		width: 100vw;
		border-radius: 0px;
	}
}

.carousel-mobile {
  position: relative;
  margin-right: auto;
  margin-bottom: 0vw;
  margin-left: auto;
  overflow: hidden;
  width: 100vw;
  height: 13vh;
  background-color: #203454;
}

@media screen and (min-width: 430px) {

	.carousel-mobile {
		display: none;
	}
}

.carousel-mobile .carousel-slide {
  width: 100vw;
  height: 100%;
  padding: 0px;
}

.carousel-slide img {
  /* width: 100vw; */
  height: 100%;
}

.carousel-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  color: white;
  left: 0px;
  top: 0px;
  width: 100%;
  opacity: 0;
  transition: opacity 1s;
  z-index: 1;
  /* font-size: 30px; */
  font-size: 1.6vw;
  height: 100%;
  padding-left: 3vw;
  padding-right: 3vw;
  text-align: center;
}

@media screen and (max-width: 768px) {

	.carousel-slide {
		font-size: 4.1vw;
	}
}

.showing {
  opacity: 1;
  z-index: 2;
}

.dot {
  background-color: rgba(56, 105, 165, 0.12549);
  height: 13px;
  border-radius: 50%;
  width: 13px;
  margin-right: 0px;
  transition: background-color 0.6s ease;
}

.current-dot {
  background-color: #3869a5;
}

.carousel-dots {
  height: 100px;
  width: 18vmin;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 425px) {

	.carousel-dots {
		width: 35vmin;
		height: 5vh;
	}
}

#carouselDots1m {
  height: 50px;
  width: 25vmin;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 430px) {

	#carouselDots1m {
		display: none;
	}
}

.arrow {
  margin-top: 5vh;
  width: 20px;
  height: 20px;
  /* background-color: white; */
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 3px solid white;
  border-bottom: 3px solid white;
}

.join-link {
  text-decoration: none;
  cursor: pointer;
}

.sticky-mobile-nav {
  height: 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}

@media screen and (min-width: 769px) {

	.sticky-mobile-nav {
		display: none;
	}
}

.sticky-mobile-nav img {
  width: 100vw;
}

.mobile-hosts-wrapper {
  width: 100vw;
  display: none;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

@media screen and (max-width: 425px) {

	.mobile-hosts-wrapper {
		display: flex;
	}
}

.mobile-hosts-wrapper img {
  width: 80%;
  margin-top: 1vh;
  margin-bottom: 1vh;
}
