html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background: #fff;
}

html, body { 
	font-family: "neue-haas-grotesk-text", "neue-haas-grotesk-display", arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px; 
	color: #2e3191;
	margin: 0;
	padding: 0;
}

body { 
	font-size: 1.75em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

a {
	text-decoration: none;
	color: #2e3191;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a:hover {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

h1, h2, h3, h4, h5 {
	margin: .5em auto;
	font-weight: 700;
	line-height: 1.1em; 
}

h1 { font-size: 2em; }

h2 { font-size: 1.75em; }

h3 { font-size: 1.75em; }

h4 { font-size: 1.5em; }

h5 { font-size: 1.25em; }

p {
	margin: .25em auto;
	line-height: 1.35em;
}

img {
	border: 0;
	max-width: 100%;
	display: block;
}

strong { font-weight: 800; }

stronger { font-weight: 900; }

::selection { background: #2e3195; color: white; }

::-moz-selection { background: #2e3195; color: white; }

.container {
	position: relative;
	width: 90%;
	max-width: 1920px;
	margin: auto;
}

.parallax { 
	opacity: 0;
	transform: translate(0, 5em);  
	-webkit-transition: all .75s ease;
	-moz-transition: all .75s ease;
	-o-transition: all .75s ease;
	-ms-transition: all .75s ease;
	transition: all .75s ease;
}

.parallax.visible {
	opacity: 1;
	transform: translate(0, 0); 
}

header#masthead { 
	position: sticky;
	top: 0;
	left: 0; 
	width: 100%;
	height: 125px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.95);
	z-index: 9999;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

header#masthead #main-logo {
	width: 450px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

header#masthead #main-logo:hover {
	width: 460px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

header#masthead .container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

header#masthead #login-button {
	float: right;
	display: block;
	padding: 7px 30px;
	font-size: 1em;
	border: 2px solid #2e3191;
	color: #2e3191; 
	border-radius: 30px;
	background: #ffffff;
}

header#masthead #login-button:hover {
	background: #2e3191;
	color: #ffffff;
}

header#masthead.nav-up {
	height: 100px;
}

header#masthead.nav-up #main-logo {
	width: 400px;
}

#main {
	overflow-x: hidden;
}

.slider-container {
	position: relative;
	width: 100%;
	height: 80vh;
}

.slider {
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 0;
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	-o-overflow-scrolling: touch;
	overflow-scrolling: touch;
	-webkit-scroll-snap-type: x mandatory;
	-moz-scroll-snap-type: x mandatory;
	-o-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
	width: 100%;
	height: 100%;
}

 .slider li.slide {
	flex: 0 0 auto;
	scroll-snap-align: start;
	max-width: 100%;
	margin: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	background-attachment: fixed;
	box-shadow: inset 0px 0px 100px rgba(0,0,0,0.25);
}

.slider li.slide .slide-content {
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	width: 80%;
}

.slider li.slide .slide-content h2 {
	color: #ffffff;
	font-size: 2.5em;
	line-height: 1.25em;
	font-weight: 600;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.slider::-webkit-scrollbar {
	display: none;
}

.slider {
	-ms-overflow-style: none; 
	scrollbar-width: none;
}

.slider::-webkit-scrollbar, .slider::scrollbar {
	height: 8px;
	display: none!important;
}

.slider::-webkit-scrollbar-track {
  background: none; 
}
 
.slider::-webkit-scrollbar-thumb {
	background: none;
}

.slider::-webkit-scrollbar-thumb:hover {
	background: none;
}

.slider-navigation { 
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	bottom: 1em;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
}

.slider-navigation li {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

.slider-navigation li span {
	display: block;
	width: 20px;
	height: 20px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.75);
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.slider-navigation li span:hover {
    background: rgb(255,255,255);
	background: rgba(255,255,255,0.95);
}

.slider-navigation li .active {
    background: rgb(255,255,255);
	background: rgba(255,255,255,1.0);
}

.dark-blue-background {
    background: #2e3195;
    color: white;
	width: 100%;
	font-size: 1.25em;
	padding: 1em 0;
	text-align: center;
}

.light-blue-background {
    background: #d3e6f8;
	width: 100%;
	font-size: 1.25em;
	padding: 1em 0;
	text-align: center;
}

#below-slideshow {
	background: #d3e6f8;
	width: 100%;
	font-size: 1.25em;
	padding: 1em 0;
	text-align: center;
}

.flexbox {
	display: flex;
}

.flexbox .cell {
	width: 32.33333%; 
	margin-right: 2%; 
	overflow: hidden;
}

.flexbox .cell .cell-content {
	background: #d3e6f8; 
	padding: 1em;
	height: 100%;
}

.flexbox .cell:nth-of-type(3n+0) {
	margin-right: 0;
}

.flexbox .cell h2 {
	font-size: 1.15em;
	font-weight: 800;
	margin: 0 auto 1em auto;
	text-transform: capitalize;
}

.flexbox .cell img {
	margin-bottom: 6%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

/* .flexbox .cell img:hover {
	transform: scale(1.1);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
} */

.cta-button {
	display: inline-block;
	padding: 10px 40px;
	font-size: 1em;
	background: #2e3195;
	color: #ffffff; 
	border-radius: 30px;
}

.cta-button:hover {
	background: #66ace8;
	text-decoration: none;
}

.demo-overlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.75);
	z-index: 999999;
}

.demo-container {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 75%;
	max-width: 1536px;
	display: none;
	z-index: 9999999;
}

.close-demo {
    font-size: .6em;
    font-weight: 900;
    float: right;
    margin-bottom: .5em;
    display: block;
    padding: 10px 20px;
    background: #2e3195;
    border-radius: 30px;
    color: #ffffff;
    color: white;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.close-demo:hover {
	text-decoration: none;
	cursor: pointer;
	background: #66ace8;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

video#demo {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

footer#colophon {
	margin-top: 2em; 
	background: #2e3195;
	width: 100%;
	padding: 2em 0;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
}

footer#colophon a {
	color: #ffffff;
}

footer#colophon a:hover {
}

footer#colophon #contact-button {
	display: inline-block;
	padding: 10px 40px;
	font-size: 1em;
	background: #ffffff;
	color: #2e3191; 
	border-radius: 30px;
}

footer#colophon #contact-button:hover {
	background: #66ace8;
	color: #ffffff;
	text-decoration: none;
}

footer#colophon #footer-logo {
	width: 310px;
	height: 46px;
}

footer#colophon #developed-by {
	font-size: .5em;
	text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
	body {
		font-size: 1.5em;
	}
	
	header#masthead { height: 100px; }
	
	header#masthead #main-logo {
		width: 325px;
		left: 0;
		transform: translateY(-50%);
	}
	
	header#masthead #main-logo:hover {
		width: 325px;
	}
	
	header#masthead.nav-up {
		height: 80px;
	}
	
	header#masthead.nav-up #main-logo {
		width: 275px;
	}
	
	.slider li.slide {
	    background-attachment: initial;
	}
}

@media screen and (max-width: 768px) {
	body {
		font-size: 1.25em;
	}
	
	header#masthead #main-logo {
		width: 200px;
	}
	
	header#masthead #main-logo:hover {
		width: 200px;
	}
	
	header#masthead.nav-up #main-logo {
		width: 175px;
	}
	
	header#masthead #login-button {
		padding: 10px 20px;
	}
	
	 .slider li.slide .slide-content {
		 width: 90%; 
	 }
	
	.flexbox { display: block; }
	
	.flexbox .cell {
		width: 100%;
		margin: 1em auto;
	}
	
	.flexbox .cell img { margin-bottom: 1em; }
	
	.demo-container { width: 90%; }
}