html {
	
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #777;
}

a {
	color: #1e4398;
}
.button {
	display: inline-block;
	background-color: #1e4398;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 20px;
}
.button:hover {
	color: #fff;
	background-color: #111;
	text-decoration: none;
}

p {}
p.skinny {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

h1,h2,h3,h4 {
	font-family: 'Montserrat', sans-serif;
}

h2 {
	color: #1e4398;
	font-size: 175%;
	font-weight: 700;
	text-transform: uppercase;
}
h3 {
	color: #1e4398;
	font-size: 125%;
	font-weight: 700;
}

a {}

.video-container {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.video-container video {
	width: 100%;
}
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
}
.embed-container iframe { 
	position: absolute; 
	top: 0; left: 0; 
	width: 100%; height: 100%;	
	border: 0;
}

.spacer {
	height: 30px;
}
.dashed-line {
	max-width: 600px;
	margin: 0 auto 15px;
	padding: 5px 0;
	border-bottom: 1px dashed #ccc;
}




#header {
	padding: 30px 0;
}
#header .header__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#header .header__wrapper img {
	width: 250px;
}
#header .header__wrapper .header__phone {
	font-family: 'Montserrat', sans-serif;
	font-size: 135%; 
	color: #1e4398;
}


#hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center; 
	max-height: 600px;
	overflow: hidden;
}
#hero img {
	width: 100%;
	height: auto;
}
#hero .hero__content {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#hero .hero__content h1 {
	color: #fff;
	text-align: center;
	font-size: 200%;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0 0 5px rgba(0,0,0,.5);
	margin: 0;
}

.section {
	padding: 60px 0;
}
.section ul {
	padding-left: 20px;
}

.gray-section {
	background-color: #f7f7f7;
	margin-bottom: 10px;
}
.gray-section .product-image {
	margin-bottom: 20px;
}
.blue-section {
	background-color: #1e4398;
	color: #fff;
}
.blue-section h2 {
	color: #fff;
}

.section-text-media {
	margin-bottom: 20px;
}
.section-text-media .text {
	padding: 40px 40px 25px;
	color: #fff;
	background-color: #26225b;
	border-left: 10px solid #fff;
	display: flex;
	align-items: center;
}
.section-text-media .text .text-content {
	max-width: 600px;
}
.section-text-media .text .text-content h2 {
	color: #fff;
	margin-bottom: 30px;
}
.section-text-media .text .text-content ul {
	padding-left: 20px;
}
.section-text-media .media {
	min-height: 400px;
	background-size: cover;
	background-position: center center;
}
.section-text-media.text-on-left .text {
	border-left: none;
	border-right: 10px solid #fff;
}
.section-text-media.text-on-left .text .text-content {
	margin-left: auto;
}


.video-section-content {
	text-align: left;
	max-width: 900px;
	margin: 0 auto;
}
.video-section-content .video-section-content__item {
	display: flex;
}
.video-section-content .video-section-content__item .icon {
	margin-right: 15px;
}
.video-section-content .video-section-content__item span {
	color: #1e4398;
	font-size: 125%;
	font-weight: 700;
}
.video-section-content .button {
	margin-top: 10px;
}
.video-section-content .hand-washing-edge {
	margin-top: -30px;
}


.logos {
	display: flex;
	align-items: center;
	margin-bottom: 20px;	
}
.logos img {
	width: 200px;
	height: auto;
	margin-right: 20px;
}


.team-members {
	padding: 20px;
}
.team-member {
	margin-bottom: 30px;
}
.team-member img {
	margin-bottom: 15px;
}
.team-member h3 {
	margin-bottom: 0px;
}
.team-member h3 span {
	font-size: 60%;
}
.team-member .team-member__title {
	color: #1e4398;
	font-size: 105%;
}

.board-members {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 20px;
}
.board-members h3 {
	margin-bottom: 0;
}


.photo-strip {
	
	margin: 0 -5px;
}
.photo-strip__item {
	
	padding: 5px;
}
.photo-strip__item .image {
	width: 100%;
	height: 200px;
	margin-bottom: 10px;
}
.photo-strip__item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.photo-strip__item p {
	color: #1e4398;
	text-transform: uppercase;
}

.photo-strip .slick-arrow {}
.photo-strip .slick-arrow:before {
	color: #1e4398;
}
.photo-strip .slick-prev {
	top: -30px;
	left: 15%;
}
.photo-strip .slick-prev:before {
	content: '\f060';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 600;
}
.photo-strip .slick-next {
	top: -30px;
	left: calc(15% + 30px);
}
.photo-strip .slick-next:before {
	content: '\f061';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 600;
}


/* MEDIA QUERIES */
/* - - - - - - - - - - - - - - - - */

@media (max-width: 1200px) {
	
	
	
}

@media (max-width: 991px) {
	
	
	
}

@media (max-width: 767px) {
	
	h2 {
		font-size: 140%;
	}
	h3 {
		font-size: 110%;
	}
	
	.spacer {
		height: 20px;
	}
	
	#header {
		padding: 15px 0;
	}
	#header .header__wrapper {
		flex-flow: column;
	}
	#header .header__wrapper img {
		margin-bottom: 10px;
		width: 200px;
	}
	#header .header__wrapper .header__phone {
		font-size: 115%;
	}
	
	#hero {
		height: 250px;
	}
	#hero img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
	}
	
	.section {
		padding: 40px 0;
	}
	
	.section-text-media .media {
		min-height: 250px;
		order: 1;
	}
	.section-text-media .text {
		padding: 20px 20px 10px;
		border-left: 0;
		border-top: 10px solid #fff;
		order: 2;
	}
	.section-text-media.text-on-left .text {
		border-right: 0;
	}
	
	.video-section-content .button {
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	.video-section-content .hand-washing-edge {
		margin-top: 15px;
		max-width: 100%;
		transform: translateX(15px);
	}
	.video-section-content .video-section-content__item .icon img {
		width: 40px;
	}
	.video-section-content .video-section-content__item span {
		font-size: 110%;
	}
	
	.logos img {
		width: 140px;
	}
	
	.photo-strip__item .image {
		height: 120px;
	}
	.photo-strip__item p {
		font-size: 90%;
	}
	
}


