/*CSS Reset*/
html, body, div, span, a, h1, h2, h3, h4, h5, h6, p, img, ol, ul, li, 
form, input, label, select, textarea, footer, header, menu, nav, section, video, 
iframe, button {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
	border: 0;
	box-sizing: border-box;
	font: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
/* end of css reset*/
img {
	max-width: 100%;
}
body {
	font-family: 'Alegreya Sans', sans-serif;
}
h1, h2, h3 {
	font-weight: 500;
}
h2 {
	font-size: 1.8rem;
	padding-bottom: 10px;
	color: #222222;
}
.dark-blue {
	color: #222222;
}
.light-blue {
	color: #3399FF;
}
.bg-dark-blue {
	background-color: #222222;
}
.blue-hover a:hover{
	color: #444444 !important;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	border-bottom-style: groove;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}
#logo-container {
	float: left;
	width: 620px;
	margin-top: 30px;
}
#logo {
	width: auto;
	float: left;
}
#top-nav {
	float: right;
	width: 220px;
	height: auto;
	margin-top: 64px;
}
#top-nav li {
	float: right;
	width: 140px;
	font-size: 24px;
	line-height: 16px;
}
#top-nav a, #top-nav a:link, #top-nav a:visited {
	text-decoration: none;
	color: #222222;
	display: block;
}
.top-nav-subheader-about {
	font-size: 10px;
	line-height: 15px;
	font-style: normal;
	padding-left: 30px;
}
.top-nav-about {
	padding-left: 30px;
}
#banner {
	height: auto;
	border-bottom-style: groove;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	margin-top: 10px;
	padding-bottom: 10px;
}
#banner-no-bottom-border {
	height: 400px;
	margin-top: 10px;
	padding-bottom: 10px;
	float: left;
}
#banner-pic {
	float: left;
}
#banner-content {
	width: 420px;
	margin-top: 20px;
	height: 330px;
	float: right;
	margin-left: 40px;
	text-align: justify;
}
#banner-content p {
	padding-top: 18px;
	line-height: 25px;
	font-size: 18px;
}
#banner-content a, #banner-content a:link, #banner-content a:visited, #content a, #content a:link, #content a:visited, #content-below-banner a, #content-below-banner a:link, #content-below-banner a:visited {
	color: #1792CA;
	text-decoration: none;
}
#banner-content a:hover, #content a:hover, #content-below-banner a:hover {
	color: #1792CA;
	text-decoration: underline;
}
#contacts {
	margin-top: 7px;
}
.contact {
	height: 76px;
	clear: both;
}
.contact p {
	font-size: 1.2em;
	color: #007B7B;
	line-height: 64px;
	float: left;
	padding-left: 10px;
}
.contact-icon {
	float: left;
}

#buttons {
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	clear: both;
	border-bottom-style: groove;
	padding-bottom: 10px;
}
.button-left {
	width: 225px;
	float: left;
	border-radius: 5px;
	height: 200px;
	margin-top: 10px;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
}
.button-left a,.button-left a:link,.button-left a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border-radius: 5px;
}
.button {
	width: 225px;
	float: left;
	border-radius: 5px;
	height: 200px;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
}
.button a,.button a:link,.button a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border-radius: 5px;
}
.clear-both {
	clear: both;
}
.button-pic {
	width: 225px;
	height: 150px;
}
#bottom-nav {
	clear: both;
	width: 100%;
	height: 30px;
	border-radius: 3px;
	margin-top: 10px;
	background-color: #ffffff;
	color: #FFFFFF;
}
#bottom-nav ul {
	border-radius: 3px;
	height: 30px;
}
#bottom-nav li {
	float: left;
	width: 16.6666666666%;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	border-radius: 3px;
}
#bottom-nav a, #bottom-nav a:link, #bottom-nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}
#bottom-nav a:hover {
	color: #FFFFFF;
	background: #444444;
	border-radius: 3px;
}
#content, #content-below-banner {
	margin-top: 40px;
	margin-bottom: 20px;
	border-bottom-style: groove;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	padding-bottom: 40px;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	padding-bottom: 5px;
	text-align: center;
	padding-top: 15px;
	color: #007B7B;
}
#content p {
	padding-top: 18px;
	line-height: 25px;
	font-size: 18px;
}
#footer {
	height: 100px;
	margin-top: 23px;
	clear: both;
}
#footer p {
	font-size: 16px;
}
#footer a, #footer a:link, #footer a:visited {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer-left {
	float: left;
	width: 250px;
}
#footer-right {
	float: right;
	width: 250px;
	text-align: right;
}
#footer-middle {
	width: 460px;
	text-align: center;
	float: left;
}
.banner-image {
	border-radius: 3px;
}
.bold {
	font-weight: bold;
}
.italics {
	font-style: italic;
}
.right-pic {
	float: right;
	border-radius: 3px;
}
.right-pic2 {
	float: right;
	border-radius: 3px;
}
.contact {
	height: 76px;
	clear: both;
}
.contact h6 {
	font-size: 1.1em;
	line-height: 60px;
	float: left;
	font-weight: normal;
	padding-left: 10px;
}
.contact-icon {
	float: left;
}
.customer-names {
	padding-left: 30px;
	margin-bottom: 8px;
}
.underline {
	text-decoration: underline;
}
.align-center {
	text-align: center;
}
.map-container {
	width: 500px;
	height: 400px;
}
/*Slideshow*/
.main-image-mobile {
    display: none;
}
.mySlides {
    display: none;
}
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    animation-name: fade;
    animation-duration: 2s; /*same length as image change*/
    opacity: 0; /*start not showing image*/
}
@-webkit-keyframes fade { /*fade in and out*/
    0% {opacity: 0.4}
    15% {opacity: 1}
    90% {opacity: 1}
    100% {opacity: 0.4}
}
@keyframes fade {
    0% {opacity: 0.4}
    15% {opacity: 1}
    90% {opacity: 1}
    100% {opacity: 0.4}
}
/* Video */
.left-content {
	float: left;
	width: 330px;
	margin-right: 30px;
}
.right-content {
	float: left;
	width: 480px;
}
.right-content-video-landscape {
	float: left;
	width: 489px;
}
.right-content-video-portrait {
	float: left;
	width: 205px;
	margin-left: 30px;
}
.tick {
	display: inline-block;
	width: 26px;
}
/*image columns*/
.left-of-3 {
	float: left;
	width: 300px;
	margin-right: 30px;
	margin-top: 20px;
}
.middle-of-3 {
	float: left;
	width: 300px;
	margin-right: 30px;
	margin-top: 20px;
}
.right-of-3 {
	float: left;
	width: 300px;
	margin-top: 20px;
}
/* header note */
.header-note {
	float: left;
	margin-left: 20px;
	font-size: 20px;
	margin-top: 47px;
}