body {
	margin: 0;
}

.body-wrap {
	max-width: 990px;
	margin: auto;
  	display: flow-root;
	padding: 2.5em;
}

/*.body-wrap.landing {
  	padding: 2.5em;
}*/

.body-wrap > p.head {
    margin-bottom: 4em;
}

a {
	text-decoration: none;
}

h1 {
	font-family: "Roboto";
	color: #09508d;
	font-size: 45px;
	margin: 0;
	margin-left: 0.3em;
  	text-align: left;
  	line-height: normal;
	position: absolute;
	max-width: 480px;
	vertical-align: middle;
	margin-top: 20px;
}

h1.h1-mob {
	display: none;
}

h1.In {
	font-family: "Roboto";
	color: #000;
	font-size: 55px;
	margin: 0;
  	width: 85%;
	text-align: center;
	line-height: normal;
}

h1 span, h1.In span {
	color: #09508d;
	font-size: 55px;
	line-height: normal;
}

h2 {
	font-family: "Roboto";
	color: #303030;
	font-size: 31px;
	text-align: left;
	margin: 0;
}

h2 span {
	color: #09508d;
}

h3 {
	font-family: "Roboto";
	color: #303030;
	font-size: 25px;
	margin: auto;
	text-align: center;
}

h3.label {
	text-transform: uppercase;
	padding: 10px 15px;
    border: 1px solid #a1a1a1;
    border-radius: 90px;
    width: 80%;
	z-index: 1;
    margin-top: -45px;
    background: #fff;
	line-height: normal;
}

h3.title {
	text-transform: none;
	text-align: left;
	margin-top: 1em;
}

.pdf-wrap {
    display: inline-block;
    width: 53%;
    margin-left: 1em;
    vertical-align: top;
}

.pdf-wrap p {
    text-align: left;
}

p, ul {
	font-family: "Roboto";
	font-size: 20px;
	line-height: 32px;
	margin: 0 0 1em;
}

ul {
	list-style: disc !important;
	display: flow-root;
}

ul.ul-body-li {
	margin-left: 0;
}

li {
	margin-left: 1.5em;
}

p span {
	color: #09508d;
}

img.sleep-banner {
	width: 1020px;
  	max-width: 100%;
  	vertical-align: middle;
	margin: 0 0 2em;
}

img.sleep-banner-tab, img.sleep-banner-mob {
	display: none;
}

img.sleep-img {
    margin-right: 2em;
    margin-top: 1em;
    max-width: 407px;
	float: left;
}

.optin-list {
    display: inline-block;
    width: 55%;
    vertical-align: top;
	margin-top: 1em;
}

.optin {
  background: #1581cd;
  text-align: center;
  width: 100%;
  margin: 0 !important;
  display: inline-block;
}

.optin-in {
    max-width: 990px;
    margin: auto;
    padding: 2em;
    position: relative;
    display: inline-block;
}

.optinText {
    font-family: "Roboto";
    font-size: 32px;
    font-weight: 700;
    color: #ffec51;
    margin: auto;
    width: 80%;
    line-height: normal;
}

p#optin {
    color: #fff;
    margin: 10px 0;
}

.email-subscription {
    margin-top: 1.5em;
    display: block;
    width: 100%;
}

input[type="email"] {
    font-family: "Roboto";
    border: none;
    border-radius: 90px;
    width: 71%;
    padding: 0 2em;
    font-size: 22px;
    color: #8b8b8b;
    height: 55px;
    display: inline-block;
    float: left;
}

input.SubscribeBtn, input[type="submit"] {
    font-family: "Roboto";
    border: none;
    border-radius: 90px;
    width: 27%;
    height: 55px;
    font-weight: 700;
    background: #f6e029;
    color: #09508d;
    font-size: 22px;
    margin-left: 10px;
    cursor: pointer;
    display: inline-block;
    float: left;
}

input.SubscribeBtn:hover, input[type="submit"]:hover {
	background: #09508d;
	color: #fff;
	transition-duration: 0.2s;
}

.privacy-policy p {
    font-family: "Roboto";
    font-size: 12px;
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
    width: 100%;
    line-height: normal;
    color: #e4e4e4;
	margin-top: 10px;
}

.privacy-policy a {
    font-family: "Roboto";
    font-size: 12px;
    color: #fff;
    text-decoration: none !important;
    text-align: center;
    width: 100%;
}

.linkToggle {
	font-family: "Roboto";
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	float: right;
	margin: 0 1em;
	background: #09508d;
	color: #fff;
	font-weight: 600;
	padding: 6px 10px;
    font-style: italic;
}

.linkToggle:hover {
	color: #fff;
}

footer {
	font-family: "Roboto";
	background: #09508d;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	padding: 1.5em;
	display: block;
	text-align: center;
}

.tip-list {
	margin-top: 2em;
}
		  
.tip-li {
	display: inline-block;
	padding: 0 0.5em 1em;
	max-width: 414px;
	text-align: center;
	vertical-align: top;
	margin-left: 0;
}

p.tip-title {
	font-family: "Roboto";
	margin-top: 10px;
	font-size: 20px;
	color: #1d639f;
	font-weight: 600;
	line-height: normal;
}

img.tip-img {
    width: 100%;
}

.tip-title:hover {
	color: #054e8d;
	transition: 0.3s;
}

.ul-body, .video-content {
	margin-left: 0;
	margin-top: 3em;
	margin-bottom: 0;
	padding-left: 0;
	text-align: center; 
}

.section-wrap {
    border: 1px solid #a1a1a1;
    border-radius: 20px;
    background: #f1f1f1;
	margin-bottom: 5em;
	padding: 1em;
}

.section-wrap.last {
	margin-bottom: 0 !important;
	text-align: center;
}

p.videos {
	font-size: 30px;
	font-weight: 800;
	color: #0869bd;
}
	
.video-rwd {
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.video-rwd.two {
    width: 414px;
    padding: 0 0.5em 1em;
}

.video-rwd.three {
	width: 268px;
	padding: 0 0.5em 1em;
	max-width: inherit;
}
	
.video-rwd .aspect-ratio {
	position: relative;
	width: 100%;
	padding-bottom: 56.2%;
	margin-bottom: 1em;
}
	
.video-rwd iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

img.sleep-infographic {
	width: 100%;
    margin-top: 1em;
}

.download-btn {
	font-family: "Roboto";
	font-size: 22px;
	font-weight: 700;
	padding: 5px;
	border-radius: 90px;
	background: #09508d;
	color: #f6e029;
	text-align: center;
	max-width: 260px;
}

.download-btn:hover {
	background: #054e8d;
}

.sleep-pdf {
	margin-top: 1em;
	display: inline-block;
	width: 27%;
}

@media only screen and (max-width: 1024px){
	img.sleep-banner {
		display: none;
	}

	img.sleep-banner-tab {
		display: block;
		width: 100%;
	}
	
	h1 {
		display: none;
	}
	
	h1.h1-mob {
		display: block;
		margin-left: 1em;
		margin-top: 3%;
	}
}

@media only screen and (max-width: 960px){
	.video-rwd.three {
		width: 414px;
	}
}

@media only screen and (max-width: 835px){
	.body-wrap {
		padding: 2em 2.5em 2.5em;
	}
	
	img.sleep-img, img.sleep-banner-tab {
		display: none;
	}
	
	img.sleep-banner-mob {
		display: block;
		width: 100%;
		margin-bottom: 1em;
	}
	
	h1.h1-mob {
		position: relative;
		text-align: center;
		margin: 3% auto 0;
		padding: 0 1em;
		font-size: 35px;
	}
	
  	input[type="email"], input.SubscribeBtn, input[type="submit"] {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	
	input[type="email"] {
		margin-bottom: 0.5em;
		height: 55px;
	}
	
	input.SubscribeBtn, input[type="submit"] {
		margin-left: 0;
	}
	
	.pdf-wrap {
		width: 60%;
	}
	
	.sleep-pdf {
		width: 36%;
	}
}

@media only screen and (max-width: 736px) {
	.body-wrap {
		padding: 2em 1em 2.5em;
	}
	
	.section-wrap {
		margin-bottom: 4em;
	}
	
	.video-rwd.three, .video-rwd.two {
		width: 100%;
		padding: 0;
	}
	
	.sleep-pdf {
		display: block;
		margin: 1em auto 0;
	}
	
	p {
		line-height: 28px;
		font-size: 18px;
	}
	
	h3.title {
    	margin-top: 0;
		text-align: center
	}
	
	h3.label {
		font-size: 20px;
		width: 90%;
	}
	
	p.tip-title {
		font-size: 18px;
	}
	
	.tip-li {
		padding: 0;
	}
	
	.video-content {
		margin-top: 2em;
	}
	
	.ul-body {
		margin-top: 0;
	}
	
	.sleep-pdf {
		width: auto;
	}
	
	.pdf-wrap {
    	text-align: center;
    	display: block;
    	margin: auto;
		width: 100%;
	}
	
	.pdf-wrap p {
    	text-align: center;
	}
	
	.download-btn {
		margin: 0 auto 1em;
		line-height: normal
	}
}


@media only screen and (max-width: 670px) {
  .optinText {
    	font-size: 28px;
	}
}

@media only screen and (max-width: 568px) {
  input[type="email"] {
		font-size: 16px;
	}
}