@font-face {
	font-family: MyriadProRegular;
	src: url(../fonts/MyriadProRegular.otf);
}

@font-face {
	font-family: MyriadProBold;
	src: url(../fonts/MyriadProBold.otf);
}

@font-face {
	font-family: MyriadProSemibold;
	src: url(../fonts/MyriadProSemibold.otf);
}

body {
	
	background-color: #004c45;
	margin: 0;
	
}

a {
	
	color: white;
	text-decoration: none;
	
}

/*a:link {color: white;}
a:visited {color: white;}
a:hover {color: white;}
a:active {color: white;}*/

div {

	margin: 0;
	margin-left: auto;
	margin-right: auto;
    display: inline-block;
    float: left;
	text-align: center;
	position: relative;
	width: 100%;
	/*border-style: solid;
	border-width: 1px;*/
	

}

div.logobar {
	
	background-color: white;
	/*height: 130px;*/
	/*width: 100%;*/
	padding: 4% 0;
	
}

.logo {
	
	/*height: 100%;*/
	width: 70%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	
}

div.bylinebar {
	
	background-color: #512c1d;
	/*height: 150px;*/
	padding: 2% 0;
	
}


/*

table.byline {
	
	font-family: MyriadProRegular;
	font-size: 3.5em;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
	
	
}

.bylinedot {
	
	height: 30px;
	width: 30px;
	background-color: white;
	border-radius: 50%;
	display: inline-block;
	
}

*/

div.textbar {
	
	background-color: #004c45;
	/*height: 400px;*/
	padding: 1% 0;
	color: white;
	display: flex;
	justify-content: center;
	
}

div.textcontainer {
	
	background-color: #004c45;
	width: 90%;
	color: white;

}

.hook {
	
	font-family: MyriadProBold;
	font-size: 2em;
	
}

.solution {
	
	font-family: MyriadProRegular;
	font-size: 1.5em;
	
}

.action {
	
	font-family: MyriadProBold;
	font-size: 1.75em;
	
}

div.infobar {
	
	background-color: white;
	/*height: 175px;*/

}

p.info {
	
	font-size: 3.25em;
	font-family: MyriadProRegular;
	color: #004c45;
	
}

div.borderbar {
	
	background-color: white;
	
}

img.border {
	
	width: 100%;
	
}

div.stripebar {
	
	background-color: #512c1d;
	height: 50px;
	
}

div.footerbar {
	
	
	background-color: #004c45;
	height: 600px;
	color: white;
	
}

table.medialinks{
	
	font-family: MyriadProBold;
	font-size: 2em;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	padding: 50px;

}

span.mediadot {
	
	height: 20px;
	width: 20px;
	background-color: white;
	border-radius: 50%;
	display: inline-block;
	
}

table.partnerlinks{
	
	position: relative;
	left: 20px;
	font-family: MyriadProBold;
	font-size: 2em;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	

}

td {
	
	color: white;
	text-align: center;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	
}

img.partnerlogos {
	
	height: 150px;
	
	
}

.legal {

	font-family: MyriadProRegular;
	padding: 50px;
	font-size: 1.5em;
	

}

