html {
	font-family: 'Roboto', sans-serif;
    font-size: 1em;
    line-height: 1.33em;
    color: #000000;
    background-color:#ffffff;
}

/* TYPOGRAPHY START */

h1{
	margin:0 0 0.75em 0;
	font-family: 'Source Serif Pro', serif;
	font-size:2.5em;
	line-height:1.05em;
	font-weight:600;
	color:#0D384A;
}

h2{
	margin:0 0 0.5em 0;
	font-family: 'Source Serif Pro', serif;
	font-size:1.9375em;
	line-height:1.05em;
	font-weight:600;
	color:#2D2D2D;
}

p{
	margin:0.75em 0;
	font-family: 'Roboto', sans-serif;
    font-size:1.3125em;
	font-weight:400;
	line-height:1.4285em;
	color:#333333;
}

p a{
	text-decoration:none;
	color:#414042;
}

p.footnote{
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	line-height:20px;
}

b,strong {font-weight: 700;}

ol,ul{
	margin:0.75em 0 0.75em 1.4em;
	padding:0;
}
ol > li, 
ul > li{
	margin:0 0 0.75em 0;
	font-family: 'Roboto', sans-serif;
    font-size:1.3125em;
	font-weight:400;
	line-height:1.4285em;
	color:#333333;	
}

ol:last-child > li:last-child, 
ul:last-child > li:last-child{
	margin:0 0 0 0;
}
ul.list-style-none{
	margin:0;
	list-style-type: none !important;
}
ul.list-style-none li,
ul.list-style-none li:last-child{
	margin-bottom:1.425em;
}

@media only screen and (max-width: 63.75em){ /* 1020px */ 
	h1{font-size:2em;}
}

@media only screen and (max-width: 40em){ /* 640px */ 
	h1{font-size:1.4em;}
	h2{font-size:1.3em;}
	p{font-size: 0.9375em;}

	ol > li, 
	ul > li{
		font-size:0.9375em;
	}

}

/* TYPOGRAPHY END */

/* COLORS START */

.text-color-purple{color:#563256;}

.bg-color-green{background-color:#d7dad6;}

/* COLORS END */

/* BASIC LAYOUT START */

.site-container{
    width:100%;
	max-width:1920px;
	margin:0 auto;
}

.max-width-720{width:90%;max-width:720px;margin:0 auto;}

.full-width{width:100% !important;}

.pos-abs{position: absolute;}
.pos-rel{position: relative;}
.pos-static{position: static;}

.text-align-left{text-align: left !important;}
.text-align-center{text-align: center !important;}
.text-align-right{text-align: right !important;}
.vertical-align-top{vertical-align:top;}
.vertical-align-middle{vertical-align:middle;}
.vertical-align-bottom{vertical-align:bottom;}

.table{display:table;width:100%;}
.table .tr{display:table-row;}
.table .td{display:table-cell;}
.table.vertical-align-middle{height:100%;}
.table.vertical-align-middle .td{height:100%;vertical-align:middle;}

.hide-overflow{overflow:hidden;}

hr{display: block;height: 1px;border: 0;border-top: 1px solid #ccc;margin: 1em 0;padding: 0;}

@media only screen and (max-width: 40em){ /* 640px */ 
	.mobile-hide{
		display:none;
	}
}


/* BASIC LAYOUT START END */

/* Page Sections */

.global-bar{
	height:40px;
	background-color:#0C4259;
	border-bottom:1px solid #ffffff;
}
.global-bar .inner{
	width:90%;
	max-width:960px;
	margin:0 auto;
}
.global-bar .clearfix > div{
	float:right;
	width:30%;
	padding:12px 0;
	text-align:right;
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	line-height:1.15em;
	vertical-align: middle;
	font-weight:500;
	color:#ffffff;
}
.global-bar .clearfix > div:first-child{
	float:left;
	width:65%;
	text-align:left;
}

@media only screen and (max-width: 40em){ /* 640px */ 

	.global-bar{
		height:auto;
		padding:6px 0;
	}

	.global-bar .clearfix > div{
		float:none;
		width:100%;
		margin:2px auto;
		padding:0;
		text-align:left;
	}
	.global-bar .clearfix > div:first-child{
		float:none;
		width:100%;
		margin:2px auto;
		padding:0;
		text-align:left;
	}

	.global-bar p{
		font-size:11px;
	}

}

.header{
	height:112px;
	background:url(../../media/images/header-background.jpg) center center no-repeat;
}

.header .inner{
	width:90%;
	max-width:960px;
	margin:0 auto;
}
.header .clearfix > div{
	float:right;
	width:30%;
	text-align:right;
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	line-height:1.15em;
	vertical-align: middle;
	font-weight:500;
	color:#ffffff;
}
.header .clearfix > div:first-child{
	float:left;
	width:65%;
	text-align:left;
}

.header .table{
	height:112px;
}
.header .title{
	font-family: 'Raleway', sans-serif;
	font-size:44px;
	line-height:51px;
	vertical-align: middle;
	font-weight:700;
	color:#ffffff;
}
.header .title span{
	font-weight:200;
}
.header .tagline{
	font-family: 'Raleway', sans-serif;
	font-size:12px;
	line-height:14px;
	font-weight:400;
	color:#ffffff;
}
.header .social-links{
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	line-height:19px;
	letter-spacing:0.031em;
	font-weight:600;
	color:#ffffff;
	text-align:right;
}
.header .social-links a{
	display:inline-block;
	margin-left:16px;
}


@media only screen and (max-width: 63.75em){ /* 1020px */ 

	.header .clearfix > div{
		width:40%;
	}
	.header .clearfix > div:first-child{
		float:left;
		width:55%;
	}

	.header .title{
		font-size:32px;
		line-height:40px;
	}

}

@media only screen and (max-width: 48em){ /* 768px */ 

	.header .clearfix > div{
		width:40%;
	}
	.header .clearfix > div:first-child{
		float:left;
		width:55%;
	}

	.header .title{
		font-size:32px;
		line-height:40px;
	}

	.header .social-links{
		font-size:14px;
	}
	.header .social-links a{
		margin-left:12px;
	}

}

@media only screen and (max-width: 48em){ /* 640px */ 

	.header{
		height:auto;
		padding:1em 0;
		background-size:auto 100%;
	}

	.header .table {
		height: auto;
	}

	.header .clearfix > div{
		float:none;
		width:100%;
	}
	.header .clearfix > div:first-child{
		float:none;
		width:100%;
	}

	.header .title{
		font-size:28px;
		line-height:40px;
	}
	
	.header .social-links{
		margin-top:1em;
		font-size:16px;
		line-height:19px;
		text-align:left;
	}

}

.marquee{
	background:url('../../media/images/marquee-bg.jpg') center center no-repeat;
}

.marquee .inner{
	padding:3.125em 5% 1.875em 5%;
}


.marquee .inner .image{
	text-align: center;
}
.marquee .inner .image img{
	width:80%;
	max-width:521px;
	height:auto;
}

.marquee .inner h1{
	margin:0 auto 0.5em auto;
}

.marquee .inner p{
	margin:1em auto 0 auto;
	font-size:1.625em;
	line-height:1.23em;
}

.content-area-1{
	margin:4.125em auto 0 auto;
}



.list-like{
	position: relative;
	box-sizing: border-box;
	width:80%;
	max-width:926px;
	margin:0 auto;
	padding-left:85px;
}

.list-like .number{
	position: absolute;
	top:-1px;
	left:0;
	width:40px;
	text-align: center;
	font-size:26px;
	font-weight:900;
	line-height:40px;
	vertical-align: middle;
	background-color:#085779;
	font-family: 'Roboto', sans-serif;
	color:#ffffff;
	border-radius:40px;
}

.graphic-right{
	position: relative;	
}

.graphic-right + .graphic-right{
	margin-top:4.125em;
}

.graphic-right .graphic{
	position: absolute;
	right:7%;
	top:0;
	width:35%;
	text-align: right;
}

.graphic-right .graphic.space-top{
	top:31%;
}
.graphic-right .graphic.space-right{
	right:14.56%;
	top:8px;
}

.graphic-right .graphic img{
	width:100%;
}

.graphic-right .graphic img.guage{max-width:223px;}
.graphic-right .graphic img.i1900s{max-width:295px;}
.graphic-right .graphic img.i1950s{max-width:291px;}
.graphic-right .graphic img.drum{max-width:135px;}


.graphic-right li,
.graphic-right p{
	max-width:425px;
	padding-right:40%;
}


@media only screen and (max-width: 63.75em){ /* 1020px */ 

	.list-like{
		width:90%;
		max-width:926px;
		margin:0 auto;
		padding-left:85px;
	}
	
	.list-like .number{
		top:-1px;
		left:0;
		width:40px;
		font-size:26px;
		line-height:40px;
	}

	.graphic-right .graphic{
		right: 3%;
		width: 30%;
	}
	
	


}

@media only screen and (max-width: 40em){ /* 640px */ 

	.content-area-1{
		margin:2.5em auto 0 auto;
	}
	.content-area-2 .list-like,
	.content-area-3 .list-like{
		margin-top:2em;
	}

	.list-like {
		padding-left:45px;
	}
	
	.list-like .number{
		top:-5px;
		width:30px;
		font-size:20px;
		line-height:30px;
	}

	.graphic-right .graphic{
		position: static;
		right:0%;
		width:100%;
		text-align: left;
	}
	
	.graphic-right .graphic.space-top{
		top:0;
	}

	.graphic-right .graphic.space-right{
		right:0%;
		top:8px;
	}
	
	.graphic-right + .graphic-right{
		margin-top:3em;
	}	

	.graphic-right li,
	.graphic-right p{
		max-width:700px;
		padding-right:0%;
	}
	
	.graphic-right .graphic img{
		width:100%;
	}

	.graphic-right .graphic img.guage{max-width:223px;}
	.graphic-right .graphic img.i1900s{max-width:295px;}
	.graphic-right .graphic img.i1950s{max-width:291px;}
	.graphic-right .graphic img.drum{
		max-width: 65px;
		margin-left: 10px;
		float: right;
	}

}



.year-label{
	position: relative;
	margin:30px 0;
}

.year-label span{
	position: relative;
	left:-45px;
	display:block;
	box-sizing:border-box;
	width:184px;
	height:60px;
	padding-left:45px;
	background:url('../../media/images/red-label@2x.png') center center;
	background-size:100% auto;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:36px;
	font-weight:700;
	line-height:60px;
	vertical-align: middle;
	color:#fff;
}

@media only screen and (max-width: 40em){ /* 640px */ 
	
	.year-label{
		margin:20px 0;
	}
	
	.year-label span{
		left:-45px;
		width:122px;
		height:40px;
		padding-left:30px;
		font-size:24px;
		line-height:40px;
	}

}

.green-label{
	margin:4.125em 0;
	text-align:center;
}

@media only screen and (max-width: 63.75em){ /* 1020px */ 

	.green-label{
		margin:2em 0 3em 0;
	}	

	.green-label img{
		width:80%;
		max-width:416px;
	}

}

.abom-link-logo{
	margin:1em 0;
}

.abom-link-logo a{
	text-decoration: none;
	color:#2D2D2D;
}

.abom-link-logo .td{
	/*padding:0 50px 0 130px;*/
	padding:0 50px 0 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:1.75em;
	font-weight:600;
	line-height:1.14285em;
	text-decoration: none;
	color:#2D2D2D;
}

.abom-link-logo .table{
	/*max-width:651px;*/
	max-width:520px;
	height:100px;
	/*background:url(../../media/images/ABOM-logo@2x.png) center left no-repeat;
	background-size:100px auto;*/
}

.abom-link-logo .td{
	background:url(../../media/images/external-link@2x.png) center right no-repeat;
	background-size:26px auto;
}


@media only screen and (max-width: 48em){ /* 768px */ 
	
	.abom-link-logo .td{
		/*padding:0 34px 0 100px;*/
		padding:0 34px 0 0px;
		font-size:1.35em;
	}
	
	.abom-link-logo .table{
		background-size:80px auto;	
	}
	
	.abom-link-logo .td{
		background-size:20px auto;
	}

}

@media only screen and (max-width: 40em){ /* 640px */ 
	
	.abom-link-logo .td{
		/*padding:0 40px 0 94px;*/
		padding:0 40px 0 0;
		font-size:1.2em;
	}

}

.cta-btn{
	position: relative;
	left:-10px;
	width:101%;
	max-width:725px;
	margin:5em auto;
}
.cta-btn img{
	width:100%;
}

.cta-desktop{display:block;}
.cta-mobile{display:none;}

@media only screen and (max-width: 40em){ /* 640px */ 

	.cta-btn{
		position: relative;
		left:0px;
		width:100%;
		max-width:376px;
		margin:3em auto;
	}

	.cta-desktop{display:none;}
	.cta-mobile{display:block;}

}





.references p{
	padding-bottom:3.75em;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:1.125em;
	line-height:1.6666em;
}

@media only screen and (max-width: 48em){ /* 768px */ 

	.references p{
		font-size:1em;
		word-break: break-all;
	}


}


.site-footer{
	background-color:#0b4159;
	border-top:5px solid #0b4159;
}
.site-footer .ex-border{
	border-top:3px solid #fff;
}
.site-footer .inner{
	width:90%;
	max-width:960px;
	margin:0 auto;
}
.site-footer .clearfix > div{
	float:right;
	width:34.375%;
	font-size:14px;
	line-height:1.15em;
	vertical-align: middle;
	font-weight:500;
	color:#ffffff;
	text-align:center;
}
.site-footer .clearfix > div:first-child{
	float:left;
	width:65.625%;
	text-align:left;
}

.site-footer .table{
	height:187px;
}
.site-footer .links{
	padding:10px 0;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	line-height:20px;
	font-weight:600;
	color:#ffffff;
}
.site-footer .links a{
	display:inline-block;
	color:#ffffff;
	text-decoration: none;
}
.site-footer .links a:first-child{
	display:inline-block;
	margin-right:30%;
}

.copyright{
	padding:10px 0;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	line-height:20px;
	color:#ffffff;
}

@media only screen and (max-width: 48em){ /* 768px */ 

	.site-footer .clearfix > div{
		float:right;
		width:25%;
	}
	.site-footer .clearfix > div:first-child{
		float:left;
		width:72%;
	}
	
	.site-footer .links{
		padding:10px 0;
		font-size:18px;
		line-height:20px;
	}
	.site-footer .links a:first-child{
		margin-right:20%;
	}
	
	.copyright{
		padding:10px 0;
		font-size:16px;
		line-height:20px;
	}

}

@media only screen and (max-width: 40em){ /* 640px */ 
	
	.site-footer .table{
		display:block;
		height:auto;
	}
	
	.site-footer .table .td{
		display:block;
		padding:20px 0;
		text-align:center;
	}

	.site-footer .clearfix > div{
		float:none;
		width:100%;
	}
	.site-footer .clearfix > div:first-child{
		float:none;
		width:100%;
	}
	
	.site-footer .links{
		padding:10px 0;
		font-size:18px;
		line-height:20px;
	}
	.site-footer .links a:first-child{
		margin-right:30px;
	}
	
	.copyright{
		padding:10px 0;
		font-size:16px;
		line-height:20px;
	}

	.site-footer .table .td{
	}

	.site-footer .table .td.vivus-logo{
		padding:0 0 40px 0;
	}

	.vivus-logo img{
		max-width:100px;		
	}

}


.content-area-2,
.content-area-4{
	padding:1px 0;
	background-color:#f1f1e6;
}

@media only screen and (max-width: 40em){ /* 640px */ 

	.content-area-4 h1{
		margin-top:1.5em;
	}

}




/* Interstitial */

.interstitial-box{
	padding:40px 8%;
	background:#fff;
	border-radius:8px;
}
.interstitial-box p.exit-header{
	margin:0 0 0.35em 0;
	font-family: 'Source Serif Pro', serif;
	font-size:2em;
	line-height:1.1875em;
	font-weight:600;
	color:#0D384A;
}
.interstitial-box > div > div{
	float:left;
	width:50%;
	margin:20px 0 0 0;
	text-align:left;
}
.interstitial-box > div a{
	display:inline-block;
	text-decoration:none;
	color:#fff;	
	background:url(../../media/images/popup-btn-bg@2x.png) center center no-repeat;
	text-align:center;
	margin:0 10px 0 0;
	width:185px;
	height:45px;
	line-height: 45px;
	vertical-align: middle;
	font-size:1.3125em;
	font-style:italic;
	font-weight:700;
	background-size:contain;
	
}

@media screen and (max-width: 40em) {

	.interstitial-box{
		padding:16px 5% 8px 5%;
	}
	.interstitial-box p{
		font-size:1em;
	}
	.interstitial-box p.exit-header{
		font-size:1.5em;
	}
	.interstitial-box > div > div{
		float:none;
		width:80%;
		margin:10px 10%;
	}
	.interstitial-box > div > div a{
		width:100%;
	}

}