body {
 margin: 0;
 font-family: Arial, sans-serif;
 line-height: 1.6;
 color: #222;
 background: #f7f7f7;
 /* font-size:1.25rem; */
}

header,
footer {
 background: #111;
 color: #fff;
 padding: 20px;
}

header a,
footer a {
 color: #000;
 text-decoration: none;
}

header a:hover {
	text-decoration: underline;
}

p {
	font-size:1.1rem;
	/* line-height:1.25; */
	
}
.lead p {
	font-size: 1.25rem;
    font-weight: 300;
	/* line-height:1.5; */
}

.wrap {
 max-width: 1080px;
 margin: 0 auto;
 padding: 24px;
}

main {
 background: #fff;
 padding: 32px;
 border-radius: 10px;
}

h1 {
 font-size: 40px;
 line-height: 1.15;
 margin-top: 0;
}

h2 {
 margin-top: 32px;
}

.meta {
 color: #666;
 margin-bottom: 24px;
}

.cta {
 margin-top: 32px;
 padding: 24px;
 background: #f0f4f8;
 border-radius: 10px;
}

.video-embed {
 position: relative;
 padding-bottom: 56.25%;
 height: 0;
 overflow: hidden;
 margin: 24px 0;
}

.video-embed iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100% !important;
 height: 100% !important;
}

.site-nav {
  margin-top: 12px;
  
}

.site-nav a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
}

.site-nav a:hover {
  text-decoration: underline;
}