/* CSS Document */

img {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	padding: 20px 0 0 0;
	background: url(../images/bkg-main-no-fade.jpg) repeat #396277;
	background-repeat: no-repeat;
	background-size: 100% 100%;

	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	box-sizing: border-box;
}

p {
	margin: 0;
	padding: 4px 0 4px 0;
	line-height: 16px;
	color: #333;
	text-align: left;
}

.heavy {
	font-weight: bold;
	font-size: small;
	padding: 10px;
}

ul {
	color: #333;
	line-height: 18px;
	text-align: left;
}

li {
	padding: 4px 0 4px 0;
}

h1 {
	margin: 0;
	padding: 0;
	line-height: 0;
}

h2 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #6995ab;
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
}

a {
	color: #396277;
	text-decoration: none;
	}

a:hover {
	color: rgb(195, 218, 230);
	text-decoration: underline;
	}

.wrapper {
	max-width: 808px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.header {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	display:flex;
	flex-wrap: wrap;
}

.img-main-mid {
	height: 100%;
	flex: 0.788659793814433;
	padding: 2px 0 2px 0;
}

.hero-touchup {
	border-top-right-radius: 10px;
	padding: 2px 2px 0 0;
}

#header-lt {
	box-sizing: border-box;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 10px;
	text-align: left;
	justify-content: left;
}

#home-columns {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#home-columns-rt {
	width: 265px;
	height: 396px;
	margin: 0;
	padding: 0;
	float: right;
}

#home-columns-main {
	width: 543px;
	height: 396px;
	margin: 0;
	padding: 0;
	float: left;
}

#home-columns-main-rt {
	width: 307px;
	height: 396px;
	margin: 0;
	padding: 0;
	float: right;
}

#home-columns-main-lt {
	width: 236px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}

#columns {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#columns-rt {
	margin: 0;
	padding: 0;
	float: right;
}

#columns-lt {
	width: 235px;
	height: 396px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(../images/bkg-lftnav-home.gif) no-repeat;
}

#leftnav {
	width: 230px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: center;
}

#leftnav ul {
	display: block;
	list-style-type: none;
	width: 165px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#leftnav li {
	display: block;
	list-style-type: none;
	width: 165px;
	height: auto;
	text-align: center;
	padding: 0;
}

#leftnav li a {
	display: block;
	list-style-type: none;
	width: 165px;
	height: auto;
	margin: 12px 0 12px 0;
	padding: 4px;
	text-align: center;
	background: #f0f4f0;
	border: 1px dotted #3d6376;
}

#leftnav li a:hover {
	background: #6995ab;
	color: #fff;
	text-decoration: none;
}

#leftnav li a.on {
	background: #6995ab;
	color: #fff;
	text-decoration: none;
}

.quote {
	width: auto;
	margin: 0 auto;
	padding: 12px;
	text-align: center;
}

.quote p {
	font: 15px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #9fa9ae;
	text-align: center;
}

.quote-author {
	color: #8a959b;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}

#footer {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;display: inline-block;
	text-align: center;
}

#footer p {
	color: #a1bba7;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
}

#footer a {
	color: #a1bba7;
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.gallery {
	width: auto;
	height: auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	justify-content: center;
}

.gallery ul {
	width: 100%;
	height: auto;
}

.gallery li {
	box-sizing: border-box;
	width: calc(100% / 6);
	height: auto;
	padding: 4px;
}

.contact {
	box-sizing: border-box;
	width: 50%;
	height: auto;
	padding: 32px 12px 12px 0;
	float: right;
	text-align: right;
	justify-content: space-between;
	font-size: 20px;
	color: white;
}

.contact-name {
	color: #a1bba7;
	font-size: 15px;
}
.contact-phone {
	color: white;
}

/* Style the navigation menu */
.hamburger {
	overflow: hidden;
	background-color: transparent;
	position: relative;
	vertical-align: top;
	display: block;
  }
  
  /* Hide the links inside the navigation menu (except for logo/home) */
  .hamburger #hamburger-links {
	display: none;
	font-size: 24px;
	line-height: normal;
	position: fixed;
	background-color: rgb(9, 84, 108);
	list-style-type: none;
	border-radius: 15px;
	overflow: auto;
	padding: 10px;
	box-shadow: -5px -5px 10px;
  }
  
  /* Style navigation menu links */
  .hamburger a {
	color: white;
	text-decoration: none;
	display: block;
	cursor: pointer;
  }
  
  /* Style the hamburger menu */
.icon {
	background: transparent;
	color: white;
	font-size: 30px;
	width: 50px;
	height: 50px;
	padding-right: 50px;
	border: none;
	vertical-align: top;
	display: none;
  }
  
  /* Add a grey background color on mouse-over */
  .hamburger a:hover {
	background-color: #ddd;
	color: black;
  }

  .mobile-quote {
	display: none;
	width: auto;
	margin: 0 auto;
	padding: 64px;
	text-align: center;
	align-items: center;
  }

  .mobile-quote p {
	font: 12px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #9fa9ae;
	text-align: center;
}

  .mobile {
	background: transparent;
	color: white;
	font-size: 30px;
	width: 100%;
	height: auto;
	padding: 0px;
	border: none;
	flex: 1 1 100%;
	vertical-align: top;
  }

  .mobile .phone-icon {
	font-size: 30px;
	background-color: transparent;
	border: none;
	color: white;
	vertical-align: top;
  }
  
  .img-main-rt {
	box-sizing: border-box;
	height: 100%;
	flex: 0.7122507122507123;
	padding: 2px;
  }

.main-area {
	display: inline-flex;
	background-color: white;
	padding: none;
	border-radius: 10px;
	width: 100%;
}

.main-area img {
	width: 100%;
}
  
.images {
	display: inline-flex;
	background-color: transparent;
}

.sales-pitch {
	color: white;
	font-size: 30px;
	background-color: rgb(9, 84, 108);
	padding: 20px;
	border-radius: 0 10px 0 0;
	margin-top: 1px;
	margin-right: 1px;
	word-wrap: normal;
}

.pitch-mid {
	font-size: 23px;
	color: #a1bba7;
}

.pitch-bottom{
	font-size: 23px;
	padding: 5px;
	font-weight: 500;
	background: rgb(73, 121, 144);;
}

.right-side {
	width: 100%;
	padding: 2px;
}

iframe {
	border-radius: 0 10px 10px 0;
	padding: 2px 2px 2px 0;
	width: 100%;
	height: 100%;
	min-height: 300px;
}