.cms-page,
.cms-wrap {
    font-weight: 400;
    font-size: 1rem;
}

.cms-wrap h2,
.cms-wrap h3,
.cms-wrap h4,
.cms-wrap h5,
.cms-wrap h6 {
	color: #393939;
	font-weight: 400;
}
/**
* About Us
*/
.cms-wrap.about-us ul {
	padding-left: 20px;
	margin: 10px 0;
}
/**
* Board of Advisors
*/
.cms-wrap.board-of-advisors .person-info {padding: 0 15px;}
.cms-wrap.board-of-advisors .person-info b,
.cms-wrap.board-of-advisors .person-info em {vertical-align: -webkit-baseline-middle;}
.cms-wrap.board-of-advisors .img-wrap {margin-top: 40px;}
/**
* Events
*/
.cms-wrap.events .event-info {margin-top: 40px;}
/**
* Green Practices
*/
.cms-wrap.green-practices ul {
	list-style-position: outside;
	padding: 0 5px;
}
.cms-wrap.green-practices li {padding: 3px 0;}
.cms-wrap.green-practices h6 {
	margin: 20px 0;
	padding: 0 40px;
}
/**
* Contact Us
*/
.cms-wrap.contact-us img {
	max-height: 160px;
	max-width: 110px;
}
.cms-wrap.contact-us .img-wrap {margin: 30px 0;}
.cms-wrap.contact-us .img-wrap .person-info {padding: 0 10px;}
/**
* Employment
*/
.cms-wrap.employment h5 {margin-top: 30px;}
/**
* Ordering Information
*/
.cms-wrap.ordering-info .info-box {
	border-top: 1px solid #60180c;
	margin-top: 30px;
}
.cms-wrap.ordering-info .info-box ul {padding: 0 5px;}
.cms-wrap.ordering-info .info-box ol {list-style-type: lower-alpha;}
/**
* Contracts
*/
.cms-wrap.contracts .info-wrap img {
	max-height: 180px;
	max-width: 180px;
}
/**
* Custom Solutions
*/
.cms-wrap.custom-solutions .info-wrap img {
	max-height: 300px;
	max-width: 200px;
}
.cms-wrap.custom-solutions span {padding: 5px;}
/**
* FAQ
*/
.cms-wrap.faq .info-box {
	border-top: 1px solid #60180c;
	margin-top: 30px;
}
.cms-wrap.faq .info-box ol {list-style-type: lower-alpha;}
.cms-wrap.faq .info-box ul {list-style-type: initial;}
.cms-wrap.faq .info-box li {padding: 5px 0;}
/**
* Custom Supplies
*/
.cms-wrap.custom-supplies .info-box {border-bottom: 1px solid #60180c;}
/**
* Industry Links
*/
.cms-wrap.industry-links li {padding: 3px 0;}
/**
* Travel Clinics
*/
.cms-wrap.international-travel-clinics .info-box {
	border-top: 1px solid #60180c;
	margin-top: 30px;
	padding-top: 10px;
}
.cms-wrap.international-travel-clinics .info-box a {margin: 10px 0;}
/**
* Videos
*/
.cms-wrap.videos h5, h4 {line-height: 1.42;}
.cms-wrap.videos .box {
	height: 120px;
	margin-bottom: 20px;
	padding: 10px;
}
.cms-wrap.videos hr:nth-of-type(2n+1) {margin-top: 40px;}
.cms-wrap.videos .video-wrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
}
.cms-wrap.videos .video-wrap iframe {
	position: absolute;
	width: 100%!important;
	height: 100%!important;
}

/**
* Contact Us
*/
@media (max-width: 479px) {
	.contact-us .img-wrap,
	.contact-us .info-wrap {text-align: center;}
}