@charset "UTF-8";

/* Alabamians for Affordable Medication */

html {
	font-size: 16px;
}

body {
	background-color:#FFFFF9;
}

h1,
h2 {
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-style: normal;
	color: #848B99;
	line-height: 1;
}

h1 {
	font-weight: 700;
	font-size: 4rem;
	line-height: 1;
}

h1.top-block {
	clear: none;
}

h2 {
	font-weight: 200;
	font-style: normal;
	font-size: 2rem;
	color: #848B99;

}
h3 {
	margin-top: .5rem;
}

p {
	font-size: 1.1rem;
}

.caslon {
font-family: big-caslon-fb, serif;
font-style: normal;	
}

.avant-garde {
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-style: normal;
}

.light {
	font-weight: 400;
}

.reg {
	font-size: 1em;
}
.med {
	font-size: 1.5em;
}
.lg {
	font-size: 2em;
	}
.x-lg {
	font-size: 3em;
}
.blue {
	color: #313F57;
}
.yellow {
	color: #F8D673;
}
.gray {
	color: #848B99;
}
div.container {
	width: 100%;
	max-width: 968px;
	margin: 1em auto;
	padding: 0 1em;
}

/* QUOTE BUBBLES */

.bubble {
	width: 100%;
	margin: 1em auto;
	background: #313F57;
	padding: 1em;
	color: #fff;
	border-radius: 1.5em;
	position:relative;
}

.bubble-left:before,
.bubble-right:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
}
.bubble-left:before {
  left: 19px;
  bottom: -19px;
  border-left: 10px solid #313F57;
  border-right: 10px solid transparent;
  border-top: 10px solid #313F57;
  border-bottom: 10px solid transparent;
}
.bubble-right:before {
  border-left: 10px solid transparent;
  border-right: 10px solid #313F57;
  border-top: 10px solid #313F57;
  border-bottom: 10px solid transparent;
  right: 19px;
  bottom: -19px;
}
div.bubble p {
	margin-top: 1rem;
}

div.row#header-row {
	background-image: url("images/pills-background.jpg");
	background-repeat: no-repeat;
}
div#afam-logo-top img {
	margin-bottom: 1em;
	margin-top: 42%;
}
div.top-block:before {
	content: '';
	height: 70%;
	width: 23%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #313F57;
}
div.top-block h1 {
	line-height: 1;
	margin-top: -.5rem;
}
span.line-1,
span.line-2,
span.line-4,
span.line-5 {
	display: inline-block;
	line-height: 1;
	}
span.line-3 {
	display: block;
	margin-bottom: -3.5rem;
}

span.line-1,
span.line-2,
span.line-4 {
	margin-left: 27%;
}
span.line-3 {
	margin-left: 28%;
}
span.line-1 {
	font-size: 3.25rem;
}
span.line-2 {
	font-size: 5.4375rem;
}
span.line-3 {
	font-size: 2.375rem;
}
span.line-4 {
	font-size: 5rem;
}
span.line-5 {
	font-size: 5.3125rem;
}
div.blue-footer {
	background-color: #313f57;
	color: #ffffff;
}
div#costs-header,
div#shady-photo,
div#skyscraper,
div#afam-logo,
div#pharmacist,
div#how-pbms-hurt,
div#facts,
div#states-work,
div#lawmaker-video {
	padding-left: 0;
}

div#what-are-pbms,
div#bar-chart,
div#bubble-trio,
div#biz,
div#map,
div#together-text {
	padding-right: 0;
}
div#afam-logo-large,
div#vv-form {
	padding: 0;
}
div.col-md-4#afam-logo,
div#afam-logo-large {
	text-align: center;
}
div#afam-logo-large {
	width: 85%;
	margin: 1rem auto;
}
div#afam-logo img {
  width: 60%;
  margin: 1rem auto 0;
  padding: 1rem 0;
}
div.col-md-7#map {
	margin: 1rem auto;
}
div#what-are-pbms h2 {
	line-height: 1;
	margin-top: 2rem;
	margin-bottom: 1rem;
}
div#what-are-pbms span.lg {
	font-size: 64px;
	font-size: 4rem;
	font-weight: 700;
}
div#what-are-pbms p.caslon::before,
a.cta::before {
	content: url("images/text-line.svg");
	display: inline-block;
	width: 100%;
	margin-bottom: 1rem;
}
div.row#map-row {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}
div#map-row::before {
	content: url("images/diamond-divider.png");
	margin: 1em auto 2em;
}
li::marker {
	color: #F8D673;
}
.breaking::before {
	content: none !important;
	display: none;
}
a.cta,
a.cta.breaking {
	font-weight: 700;
	font-size: 28px;
  	font-size: 1.75rem;
  	text-transform: uppercase;
	line-height: 1;
}
a.cta::after,
a.cta.breaking::after {
	content: url("images/arrow.png");
	display: inline-block;
}

div#alert {
	margin-bottom: 2em;
	border-bottom: 8px solid #313F57;
	padding-bottom: 1em;
}
div#breaking-left,
div#breaking-right {
	background-image: url("images/breaking-bkgnd.png");
	background-repeat: repeat-x;
	max-height: 38px;
}
div#breaking-header h1 {
	
}
div#how-pbms-hurt ul {
	margin-top: 10%;
}
div#bar-chart {
	padding: 1em;
	margin: 1em 0 1em;
	border: 3px solid #313F57;
}
div#chart-caption {
	margin-top: 1rem;
}
div#chart-caption p {
	font-size: .5rem;
	margin-bottom: 0;
}
section#big-business {
	margin-top: 16px;
	margin-top: 1rem;
}
div#biz span {
	display: block;
}
div#biz span#biz-1 {
	font-weight:700;
	font-size: 212px;
	font-size:13.25rem;
	margin-left: -8px;
	margin-left: -.5rem;
	margin-bottom: -66px;
	margin-bottom: -4.125rem;
}
div#biz span#biz-2 {
	font-weight: 700;
	font-size: 80px;
	font-size: 5rem;
	margin-top: .5rem;
}
div#biz span#biz-3 {
	font-size: 42px;
	font-size: 2.625rem;
	margin-top: -40px;
  	margin-top: -2.5rem;
}
div#biz span#biz-4 {
	font-weight: 700;
	font-size: 59px;
	font-size: 3.6875rem;
	margin-top: -26px;
	margin-top: -1.625rem;
}

section#states,
div#map-row {
	margin-top: 16px;
	margin-top: 1rem;
}
span#states-1,
span#states-3,
span#together-2 {
	font-size: 45px;
	font-size: 2.8125rem;
}
span#states-2 {
	font-size: 90px;
	font-size: 5.625rem;
	font-weight: 700;
	display: block;
	margin-bottom: -40px;
	margin-bottom: -2.5rem;
}
ul {
	margin-top: 16px;
	margin-top: 1rem;
}

ul li {
	font-size: 20px;
	font-size: 1.25rem;
}
div#afam-logo-large img {
	width: 80%;
	margin: 16px auto;
	margin: 1rem auto;
}
span#together-1 {
	font-size: 64px;
	font-size: 4rem;
	font-weight: 700;
	display: inline-block;
	margin-bottom: -24px;
}
span#together-2 {
	display: inline-block;
	line-height: 1;
}
div#action-header {
	border: 2px solid #F8D673;
	padding: 16px;
	padding: 1rem;
	margin: 16px 0;
	margin: 1rem 0;
}
section#take-action h2 {
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 16px;
	margin-top: 1rem;
}
p.legal {
	font-size: 10px;
	font-size: 0.625rem;
	font-style: italic;
	margin: 1rem auto;
}
p.legal a {
	color: #adb2bc;
}
p.legal a:hover {
	color: #adb2bc;
	text-decoration: underline;
	text-decoration-color: #adb2bc;
}
video {
	width: 100%;
	height: auto;
	margin: 1rem auto;
	border: 1px solid #313F57;
}
footer {
	background-color: #313F57;
	padding: 1rem;
	margin-left: -1rem;
	margin-right: -1rem;
}
div.social-logo {
	text-align: center;
	margin: 1rem auto;
}
img.social-icon {
	margin: 0 auto;
}
div#disclaimer {
	color: #ffffff;
}
/* MEDIA QUERIES */



/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
	
	div.container {
		max-width: 738px;
	}
	span.line-5 {
		font-size: 6.5rem;
	}
	div#afam-logo-top img {
		margin-bottom: 1rem;
		margin-top: 1rem;
	}
}

/* Medium devices (tablets, less than 968px) */

@media (max-width: 967.98px) {
	
	html {
		font-size: 1.4vw;
	}
	p,
	li {
		font-size: 1.25rem;
	}
	 div.container {
		width: 90%;
		max-width: 768px;
		margin: 1rem auto;
	}
	div.blue-footer {
		margin-top: 1rem;
	}
	div.col-md-4#afam-logo img {
		margin-top: 1rem;
	}
}
/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
	html {
		font-size: 4vw;
	}
	.container {
		max-width: 483px;
	}
	div.top-block {
		border-top: 10px solid #313F57;
		padding-top: 1rem;
	}
	div.top-block::before {
		display: none;
	}
	div.top-block span.line-5 {
		font-size: 4.5rem;
	}
	div#afam-logo-top img {
		margin-top: 1em;
	}
	div.blue-footer {
		margin: 1em;
	}
	div.col-md-5#what-are-pbms p.caslon::before,
	a.cta::before,
	div.col-md-4#afam-logo,
	div.col-md-1#bubble-spacer {
		display: none;
	}
	span.line-1,
	span.line-2,
	span.line-3,
	span.line-4 {
		margin-left: 0;
	}
	div#costs-header,
	div#shady-photo,
	div#skyscraper,
	div#afam-logo,
	div#pharmacist,
	div#how-pbms-hurt,
	div#facts,
	div#states-work,
	div#together-text,
	div#what-are-pbms,
	div#bar-chart,
	div#bubble-trio,
	div#biz,
	div#map,
	div#lawmaker-video {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	div#what-are-pbms span.lg {
		font-size: 3.5rem;
	}
	div#map-row::before {
		content: url("images/text-line.svg");
		margin: 1em auto 2em;
	}
	div#biz {
		margin-top: 1rem;
	}
	p.caslon {
		margin: 0 1em 1em;
  		font-size: 1.25rem;
	}
	div.call-to-action {
		margin-bottom: 1rem;
	}
	div.cta-long {
		width: 62%;
	}
	div#how-pbms-hurt ul {
		margin-top: 1rem;
	}
	div#bar-chart {
		margin-left: 0;
		margin-right: 0;
	}
	div#afam-logo-large {
	  width: 100%;
	  margin: 1rem;
	}
	div#biz span#biz-1 {
		font-size: 12rem;
		margin-bottom: -3.5rem;
	}
	div#biz span#biz-2 {
		font-size: 4.375rem;
	}
	div#biz span#biz-3 {
		font-size: 2.25rem;
	}
	div#biz span#biz-4 {
		font-size: 3.25rem;
	}
	span#together-1 {
		font-size: 4.125rem;
	}
	div#afam-logo-large img {
		width: 100%;
		margin: 0;
	}
	div#action-header {
		margin: 0 1rem 1rem;
	}
	footer {
	margin-left: 0;
	margin-right: 0;
	}
	img.social-icon {
 		width: 50%;
	}
	p.legal {
		text-align: center !important;
	}
}