.menu li a {
	padding-bottom: 1em !important;
}
.menu li:hover {
	background-color: #E4E2E2;
}
.menu li:hover a {
	color: #535353;
}
.menu li.is-active {
	background-color: #E4E2E2;
}
.menu li.is-active a {
	color: #535353;
}
.menu .menu-button:hover {
	background-color: inherit;
}
.menu .menu-button a {
	padding-left: 0.8rem !important;
	padding-right: 0.8rem !important;
	background-color: #4978B9;
	color: #fff;
}
.menu .menu-button:hover a {
	color: #fff;
}

.menu .submenu {
	 list-style-type: none;
 }
.menu li.is-submenu-item {
	padding: 0.5em;
}

.learnmore strong, .detail-row strong {
	color: #4978B9;
}

.detail-row {
	padding: 2em 0;
}

.learnmore ul {
	margin-bottom: 0;
}

.sponsor-logos, .award-logos {
	display: flex;
}

.logo-sponsor {
	padding: 1em;
	width: 25%;
	text-align: center;
	vertical-align: middle;
}

.award-logo {
	padding: 1em;
	text-align: center;
	vertical-align: middle;
	display: block;
	width: 33%;
}
.award-logo.large img {
	max-height: 100px;
	margin-top: -1.5em;
}
.logo-sponsor img {
	max-height: 35px;
}
.logo-sponsor.large img, .initiative img {
	max-height: 40px;
}
.initiative img {
	margin-right: 1em;
}

.champion-program p, .champion-program ul {
	font-size: 1.06667rem;
}

.map-background {
	background-color: #E0E0E0;
}
.padding-large-lrt {
	padding: 3em 3em 0 3em;
}

.detail-row .columns p:last-child {
	margin-bottom: 0;
}

.hospital-logo {
	text-align: center;
}

.hospital-logo img {
	padding: 1em;
	max-height: 100px;
}
.right-sidebar {
	position: fixed;
	width: inherit;
}

.button.expand {
	width: 100%;
}
.auto-width {
	width: auto;
}

blockquote {
	font-size: 1.5rem;
	font-style: italic;
}
blockquote strong {
	font-weight: normal;
	color: #11D4AB;
}
cite {
	font-size: 1.3rem;
	font-style: normal;
}

.about-logo {
	height: 30px;
	padding-bottom: 1em;
}
@media screen and (max-width: 64em) {
	.padding-large-lrt.collapse {
		padding: 1em 1em 0 1em;
	}
}

@media screen and (min-width: 63.9375em) {
	.compliance-item-columns {
		display: flex;
	}
	.about-logo {
		height: 50px;
	}
}

@media screen and (min-width: 40em){
	.picture-wrapper {
		width: auto;
	}
	.shrink {
		display: block;
		width: auto;
		overflow: visible;
		flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
	}
	.initiative .logos {
		float: left;
	}
	
	.button.bottom {
		position: absolute;
		bottom: 0;
		margin-bottom: 1.5em;
	}
	.buttons-bottom-columns {
		margin-bottom: 2.5em;
	}
	.align-middle, .align-top {
		display: flex;
	}

	.align-middle .columns {
		margin-top: auto;
		margin-bottom: auto;
	}
	.hospital-logos, .compliance-columns {
		display: flex;
	}
	.display-flex {
		display: flex;
	}
}

@media screen and (max-width: 39.9375em){
	.learnmore .columns {
		border-bottom: solid 1px #CCC;
	}
	.learnmore .columns.end {
		border-bottom: none;
	}
	.initiative .text {
		margin-left: 1em;
		margin-top: 1em;
	}
	.initiative .logos {
		text-align: center;
	}
	.pharma-image, .hospital-image {
		margin-bottom: 1em;
		min-height: 200px;
	}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.learnmore h3 {
		font-size: 1.35rem;
	}
}

/*Scalable images*/

.pharma-image {
	background-image: url("../img/pharma-info.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.hospital-image {
	background-image: url("../img/hospital-info.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

/*Footer*/

.inline-list li:not(:last-child):after {
    content: "-";
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.inline-list li {
    margin: 0;
}

.blue-background {
	background-color: #396095;
	color: white;
}