body {
	background:#ffffff;
	font-family: Lato, Arial, Helvetica, sans-serif;
	margin: 0;
	text-align:center;
}
#header {
	max-width:1200px;
	margin:auto;
	display:flex;
	align-items:center;
	padding:20px 0;
}
#logo {
	display:inline-block;
}
h1 {
	font-size:22.06px;
	color:#515151;
	display:inline-block;
	font-weight:400;
	letter-spacing:.01em;
	margin:auto;
}
h1 .modifier {
	color:#3385ff;
	font-weight:700;
	font-style:italic;
}
.social {
	display:inline-block;
}
#header .social {
	text-align:right;
}
h6 {
	background:#1f2b92;
	color:#ffffff;
	font-size:33px;
	padding:30px 20px;
	margin:0;
	text-transform:uppercase;
	}
#bg1 {
	background:url('images/bg-top.gif');
	background-size:auto calc(100% + 150px);
	background-repeat:no-repeat;
	background-position:center -52px;
}

.learn {
	display:inline-block;
	width:340px;
	max-width:340px;
	height:auto;
}
.floater {
	display:inline-block;
	width:289px;
	max-width:289px;
	height:auto;
}
.videoa {
	width:100%;
	text-align:center;
}
#headline {
	padding:40px 0;
	max-width:1210px;
	display:flex;
	color:#ffffff;
	align-items: center;
	margin:auto;
	text-align:left;
}
#headline div {
	display:inline-block;
	margin-left:70px;
	margin-top:-80px;
} 
#headline h2 {
	font-weight:700;
	font-size:17.48px;
	letter-spacing:.04em;
	margin:0;
}
#headline h3 {
	font-weight:300;
	font-size:45.85px;
	line-height:46.77px;
	margin:0 0 5px;
}
#headline h3 .modifier {
	font-weight:900;
}
#headline p {
	font-size:17.48px;
	line-height: 28.43px;
	font-weight:700;
	margin:0;
}
.brought {
	font-weight:400 !important;
	font-size:18px !important;
	letter-spacing:.04em;
	margin:0px 0 10px !important;
}
#headline ul {
	font-size:17.48px;
	line-height: 28.43px;
	font-weight:700;
	margin:0;
}
.cta {
	display:inline-block;
	margin:20px 0;
	padding:15px 50px;
	text-decoration:none;
	font-size:20px;
}
.blue {
	border:#ffffff solid 2px;
	color:#ffffff;
	transition: .25s ease;
}
.gray {
	border:#6f6f6f solid 2px;
	color:#6f6f6f;
	margin:20px auto 40px;
	transition: .25s ease;
}
.blue:hover {
	background:#3746b3;
}
.gray:hover {
	background:#F5F5F5;
}
h4 {
	font-size:39px;
	color:#1f2b92;
	font-weight:400;
	letter-spacing:.13em;
	margin:40px 0;
	text-align:center;
}
h4 .modifier {
	font-weight:700;
	color:#3385ff;
}
#takeaways {
	display:flex;
	margin:0 auto;
	max-width:1200px;
	justify-content:space-between;
	font-size:18px;
	color:#242f5d;
	font-weight:400;
	text-align:center;
	letter-spacing:-.02em;
	line-height:25.23px;
}
#takeaways div {
	width:360px;
	padding:0 10px;
}
#takeaways p {
	margin:19px 0;
}
#takeaways .modifier {
	font-weight:900;
	color:#3385ff;
}
#takeaways .modifier .modifier {
	white-space:nowrap;
}
#presenters {
	display:flex;
	margin:0 auto;
	max-width:1200px;
	justify-content:center;
	font-size:24px;
	color:#303030;
	font-weight:400;
	text-align:center;
	letter-spacing:.01em;
	line-height:24px;
}
#presenters div {
	width:360px;
	padding:0 10px;
}
#presenters .modifier {
	font-weight:900;
	color:#3385ff;
}
#presenters p {
	margin:20px 0 0;
}
#presenters h2 {
	margin:0 0 20px;
	color:#3385ff;
	font-size:20px;
	font-weight:900;
}
#bg2 {
	background:url('images/bg-bottom.gif') #3688ff;
	background-size:100% auto;
}
#footer {
	display:flex;
	max-width:1200px;
	margin:auto;
	text-align:center;
	padding:40px 0;
	align-items:center;
	width:100%;
}
#info {
	width:100%;
	color:#ffffff;
	max-width:1200px;
}
#info h2 {
	text-transform: uppercase;
	font-size:32px;
	line-height:39px;
	letter-spacing:.012em;
	font-weight:400;
	margin:0 0 20px;
}
#info h2 .modifier {
	font-weight:900;
}
hr {
	margin:0; 
	height:0;
	border-top:2px solid #ffffff;
}
#info p {
	font-size:22px;
	line-height:30px;
	letter-spacing:.01em;
	margin:20px 65px;
}
#form {
	width:450px;
}
#form h2 {
	font-size:32px; color:#ffffff; letter-spacing:.132em;
}
form {
	font-size:0;
}
input {
	display:inline-block;
	width:calc(100% - 40px);
	margin:0 0 20px;
	padding:10px 20px;
	font-size:16px;
	color:#313131;
	border:0;
}
button {
	padding:0;
	border:0;
	background:none;
	cursor:pointer;
	position:relative;
	max-width:301px;
	width:100%;
	height:auto;
}
button img {
	max-width:301px;
	width:100%;
	height:auto;
}
button div {
	position:absolute;
	background:rgba(255, 255, 255, .2);
	opacity:0;
	z-index:1000;
	width:100%;
	height:52px;
	transition: .25s ease;
}
button div:hover {
	opacity:1;
}
.fname {
	width:calc(50% - 50px) !important;
	margin-right:10px !important;
}
.lname {
	width:calc(50% - 40px) !important;
}
h5 {
	background:#1f2b92;
	color:#ffffff;
	font-size:32px;
	margin:0;
	padding:40px 20px;
}
h5 a {
	text-decoration:underline;
	color:#ffffff;
}
.social img {
	margin-right:5px;
}
.nobreak {
	white-space:nowrap;
}
#take1 {
	max-width:345px;
	width:100%;
	height:auto;
}
#take2 {
	max-width:180px;
	width:100%;
	height:auto;
}
#take3 {
	max-width:180px;
	width:100%;
	height:auto;
}
#bline {
	width:100%;
	height:15px;
	background:#3385ff;
}
#learn {
	padding:40px 0;
	display:flex;
	color:#ffffff;
	align-items: center;
	margin:auto;
	text-align:left;
	width:100%;
}
#learn div {
	display:inline-block;
} 
#learn h2 {
	font-weight:700;
	font-size:17.48px;
	letter-spacing:.04em;
	margin:0;
}
#learn h3 {
	font-weight:300;
	font-size:45.85px;
	line-height:46.77px;
	margin:0 0 10px;
}
#learn h3 .modifier {
	font-weight:900;
}
#learn p {
	font-size:17.48px;
	line-height: 28.43px;
	font-weight:700;
	margin:0;
}
#learn ul {
	font-size:21px;
	line-height: 150%;
	font-weight:700;
	margin:0;
	text-transform:uppercase;
}
#left {
	background:#1f2b92;
	width:calc(100% / 2 - 600px);
	height:183px;
}
#left img {
	right:0;
}
.bold {
	font-size:19px;
	font-weight:700;
}
#mobilelearn {
	display:none !important;
}
#quotes {
	display:flex;
	margin:20px auto 0;
	max-width:1200px;
	justify-content:center;
	font-size:22px;
	color:#757575;
	font-weight:400;
	text-align:center;
	line-height:150%;
	align-items:center;
	flex-wrap:wrap;
}
#quotes span {
	color:#1f2b92;
	font-weight:700;
}
#quotes div {
	width:250px;
	margin:10px;
}