body, html, html a {
	-webkit-font-smoothing: antialiased!important;
	font-family: Roboto, Helvetica, sans-serif!important;
}
body {
	background-image: url(./images/tile-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
img {
	max-width: 100%;
}
center {
	text-align: center;
}
.footer-links {
	display: inherit;
}
.footer {
	font-size: 12px;
}
.container-fluid.headerContainer {
	background-color: #ffffffa3;
	padding: 2rem;
	border: 3px solid #d4e6e9;
}
.container.headerContainerInside h1 {
	color: #217f8c;
	font-weight: bold;
	font-family: roboto;
	letter-spacing: -3px;
	font-size: 55px;
	text-shadow: 0px 0px 2px #ebf9f3;
}
i.fa.fa-envelope-o {}
.row.headerHolder .col-md-2 {
	max-width: 75px;
	margin-top: 2px;
}
.container.mainHolder h3 {
	font-weight: 100;
	font-size: 28px;
	font-family: roboto;
	letter-spacing: -2px;
	color: #42515a;
	margin-left: 1rem;
}
.container.mainHolder {
	background-color: #ffffff8f;
	margin-top: 0.8rem;
	border: 3px solid #d4e6e9;
	margin-bottom: 5rem;
}
.mainHolder h1 {
	color: #42515a;
	text-shadow: 0px 0px 1px #e5fafd;
	font-weight: bold;
	font-size: 55px;
	margin-bottom: 0px;
}
.container.mainHolder p {
	color: #2a393c;
	font-size: 17px;
}
.container.footer a {
	color: #217f8cad;
}
.container.footer {
	color: #217f8cad;
}
.attentionBox {
	max-width: 600px !important;
	margin: auto;
	font-weight: bold;
	line-height: 18px;
	border: 4px dashed red;
	padding: 1rem 1rem 0rem 1rem;
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.colorRed {
	color: red;
}
.mainHeader h2 {
	text-align: center;
	font-weight: bold;
	color: red;
	font-size: 41px;
}
.mainHeader p {
	text-align: center;
	max-width: 501px !important;
	margin: auto;
}
.textCenter {
	text-align: center !important;
}
.pd40 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.video-helper {
	padding: 0!important;
	margin: 0!important
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	border: 1px solid #cccccc;
	margin-bottom: 2rem
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.margin-top-rem {
	margin-top: 1rem;
}
/* Style the tab */

div.tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}
/* Style the buttons inside the tab */

div.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 9px;
	transition: 0.3s;
	font-weight: bold;
	color: #42515a;
}
/* Change background color of buttons on hover */

div.tab button:hover {
	background-color: #ddd;
	text-decoration: underline;
}
/* Create an active/current tablink class */

div.tab button.active {
	background-color: #ccc;
}
/* Style the tab content */

.tabcontent {
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
}
.download-desktop-area {
	display: block;
}
.introCenterVideo { text-align:center;margin:auto;}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	border: 1px solid #cccccc;
	margin-bottom: 2rem
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
@media only screen and (max-width: 768px) {
	.download-desktop-area {
		display: none !important;
	}
}