/* Global Interactive Splash page 2019 */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #777777;
}

p {
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	color: #777777;
	margin: 0;
	padding: 0 0 15px 0;
	letter-spacing: 0px;
}

ul {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #999999;
}

p.intro-text {
	font-size: 25px;
	line-height: 35px;
	font-weight: 300;
	color: #999;
	padding-bottom: 20px;
}

p strong {
	font-weight: 600;
}

span.bullet {
	font-weight: 600;
	color: #0071bb;
	padding: 0 10px;
}

a, a:link, a:visited {
	color: #0071bb;
	text-decoration: underline;
	letter-spacing: 1px;
}

a:hover, a:active {
	color: #999;
	text-decoration: none;
}


h3 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	text-transform: none;
	font-size: 25px;
	line-height: 32px;
	padding: 0 0 10px 0;
	color: #0071bb;
	letter-spacing: 2px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
}

h4 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	text-transform: none;
	font-size: 18px;
	line-height: 25px;
	padding: 0 0 10px 0;
	color: #0071bb;
	letter-spacing: 2px;
}

a {
	color: #999999;
	text-decoration: none;
}

#wrapper {
	width: 100%;
}

#content {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0px 0px 0px;
	max-width: 950px;
	overflow: hidden;
	text-align: center;
	position: relative;
}

#content img.logo {
	width: auto;
	height: auto;
	max-width: 380px;
	margin: 0;
	padding: 30px 0 50px 0;
}

.intro-section {
	float: left;
	width: 100%;
	max-width: 950px;
	margin: 0 auto 0 auto;
	padding-top: 20px;
	/* background: #eeeeee; */
}

.second-section {
	float: left;
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 50px 0 0px 0;
	/* background: #dddddd; */
}

.third-section {
	float: left;
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 30px 0 20px 0;
	/* background: #dddddd; */
}

.column-wrapper {
	float: left;
	width: 100%;
	max-width: 950px;
	margin: 0;
	/* background: #eeeeee; */
}

.floated-column {
	float: left;
	width: 30%;
}

.column-one {
	margin-right: 5%;
}

.column-two {
	margin-right: 5%;
}

#button-link {
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 7%;
	left: 61%;
	width: 20%;
	height: 6%;
	max-height: 50px;
}

.footer {
	background-color: #0071bb;
	width: 100%;
	margin: 40px auto 0 auto;
	padding: 20px 0 10px 0;
	/* position: absolute;
	bottom: 0; */
}

.footer iframe {
	width: 100%;
}

.footer h3 {
	color: #ffffff;
}

.footer p,
.footer a {
	font-size: 16px;
	color: #ffffff;
	padding-bottom: 10px;
}

.footer p.footer-text {
	font-size: 12px;
	color: #ffffff;
	padding-bottom: 10px;
}

@media screen and (max-width: 600px) {
	
	#content {
		width: 94%;
		padding: 20px 3%;	
	}
	
	p.intro-text {
		font-size: 18px;
		line-height: 24px;
	}
	
	p strong br {
		display: none;
	}
	
	#content img.logo {
		max-width: 80%;
		padding-bottom: 20px;
	}
	
	p {
		font-size: 16px;
	}
	
	h3 { 
		font-size: 18px;
	}
	
	.intro-section, .second-section, .third-section, .column-wrapper, .floated-column {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-left: 0;
	}
	
	.footer {
		width: 100%;
		margin: 40px auto 0 auto;
		position: relative;
	}

}

