/* Yahoo CSS reset  ======================================================================== */

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:bold;
}
ol, ul {
	list-style:none;
}
caption {
	text-align:left;
}
/*h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}*/
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
a {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
img {
	width: 100%;
}
strong {
	font-family: Arial, Helvetica, sans-serif;
}
/* Yahoo CSS reset  ======================================================================== */

/* BEGIN clearing floats ===============================================================================================*/
.clearfix::after {
 content: "";
 display: block;
 height: 0;
 clear: both;
}
/* BEGIN site structure. 08-18-17 ============================================================================================*/
body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
/*#superWrapper {
	width: 100%;
}*/
#wrapper {
	width: 100%;
}
#container {
	max-width: 100em;
	margin: 0 auto;
	background: #fff;
	line-height: 0;
	overflow: hidden;
	position: relative;
}
@media screen and (max-width: 720px) {
 #container {
 max-width: 100%;
}
}
#content {
	width: 100%;
	float: left;
	background: #FFFFFF url(images/bodyBG.gif) repeat-x right top;
}

#header {
	width: 100%;
	position: relative;
	text-align: center;
	background: url(images/wave1.gif) repeat-x right bottom;
	z-index: 100;
}
#logo {
	width: 338px;
	height: 96px;
	margin: 0 auto;
}
#home #logo {
	width: 242px;
	height: 90px;
	margin: 0 auto;
}
@media screen and (max-width: 720px) {
 #logo {
 width: 80%;
 height: auto;
 float: right;
}
}
#homeHero {
	width: 100%;
	text-align: center;
	background: #E3F0F3;
	position: relative;
}
#homeText {
	width: 100%;
}
/* END site structure. 08-18-17 ============================================================================================*/

/* BEGIN site-wide navigation ============================================================================================*/

#navigation {
	width: 100%;
	text-align: center;
	position: relative;
}
@media screen and (max-width: 720px) {
 #navigation {
 display: none;
 clear: both;
}
}
#navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active {
	text-decoration: none;
}
#globalNav {
	list-style: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
	background: #fff;
	/*	background: rgba(37, 136, 159, .8);*/
	font: 0.8em Arial, Helvetica, sans-serif;/*	width: 600px;*/
}
#globalNav li {
	margin: 0;
	display: inline-block;/*	border: 1px solid #0f0;*/
}
.topNav > a {
	background: none;
	line-height: 34px;
	padding: 0 6px;
	color: #000;
	display: block;
}
.topNav > a:hover, a:active {
	color: #50aca9;
}
/*#navigation li:hover {
	display: block;
	background: rgba(0,0,0,0.2);
}*/
@media screen and (max-width: 720px) {
 #globalNav {
 list-style: none;
 text-decoration: none;
 padding: 2em 0;
 margin: 0;
			/*background: #3F8FA2 url(images/globalNav_bg.gif) no-repeat;*/
			background: rgba(37, 136, 159, 1.0);
 font: 0.68em Arial, Helvetica, sans-serif;
}
 #globalNav li {
 margin: 0;
 display: list-item;
/*	border: 1px solid #0f0;*/
	}
 .topNav > a {
 line-height: 2.0em;
 font-size: 1.4em;
}
}
/* ================== link colors ==================*/
a {
	text-decoration: none;
	color: #3F8FA2;
}
td li a {
	text-decoration: none;
}
a:visited, a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.btn {
	box-shadow: 5px 3px 3px #888;
	font-weight: bold;
	text-decoration: none;
	border: 0;
	padding: 10px 20px;
	color: white;
	border-radius: 6px;
	background-color: #3F8FA2;
}
a.btn:hover {
	box-shadow: 5px 3px 3px #888;
	margin: 2px 0 0 2px !important;
	box-shadow: 3px 2px 3px #888;
}
/* ================== link colors ==================*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0.5em 0;
	font-size: 1.25em;
	line-height: 1em;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 1.5em 0 0.5em;
	padding: 0;
	font-size: 1.0em;
	line-height: 1.2em;
	/*	border-bottom: 2px dotted #3F8FA2;*/
	display: block;
}
h2 a:hover {
	text-decoration: none;
	background: #0B615E;
}
@media screen and (max-width: 570px) {
	 h2 a, h2 a:hover {
			/*width: 5.0em;*/
			padding: 1px;
	 font: 0.5em/2.0em Arial, Helvetica, sans-serif;
	}
	 #homeHero #offer {
	 font-size: 0.65em;
	 top: 80%;
	}
}

#homeHero #offer {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 90%;
	left: 0;
	width: 100%;
	background: #88aabb;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #fff;
	text-shadow:0px 2px 2px #000;
}
#homeHero #offer a {
	color: #50aca9;
	text-decoration: none;
}
#homeHero #offer a:hover {
	text-decoration: none;
}
 @media screen and (max-width: 770px) {
	 #homeHero #offer {
	 font-size: 0.8em;
	 line-height: 1.3em;
	 color: #fff;
	 padding: 0 0.4em;
	 top: 90%;
	}
}
@media screen and (max-width: 670px) {
	 #homeHero #offer {
	 font-size: 0.74em;
	 line-height: 1.0em;
	 color: #fff;
	 padding: 0 0.4em;
	 top: 74%;
	}
}
.click {
	display: block;
	font-size: 14px !important;
}
/*table {
	background: #FFFFFF;
}*/
tr {
	vertical-align: top;
}
#intro {
	width: 100%;
	text-align: center;
}
/* BEGIN alternate home page styling ===================== */
#homeText div.colPad {
	margin: 1em auto;
	width: 65%;
}
@media screen and (max-width: 720px) {
	#homeText div.colPad {
		margin: 1em auto;
		width: 86%;
	}
}
#intro p {
	padding: 0;
	margin: 0;
	font: 0.9em/1.2em Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 720px) {
	#intro p {
		 padding: 0;
		 margin: 0;
		 font: 0.75em/1.2em Arial, Helvetica, sans-serif;
	}
}
/* END alternate home page styling ===================== */

#intro h1 {
	margin: 1.0em 0 0.5em;
	font-size: 1.5em;
	font-style:normal;
}
#intro h2 {
	margin: 0 0 0.75em;
	font-size: 1.0em;
	line-height: 1.24em;
	font-style:normal;
}
@media screen and (max-width: 720px) {
#intro h1 {
 margin: 1.0em 0 0.5em;
 font-size: 1.2em;
 font-style:normal;
}
#intro h2 {
 margin: 0 0 0.5em;
 font-size: 0.75em;
 font-style:normal;
}
}

/* BEGIN web fonts 08-21-17 ============================================================================================*/

@font-face {
 font-family: 'libre_caslon_displayregular';
 src: url('fonts/librecaslondisplay-regular-webfont.eot');
 src: url('fonts/librecaslondisplay-regular-webfont.eot?#iefix') format('embedded-opentype'),          /*url('fonts/librecaslondisplay-regular-webfont.woff2') format('woff2'),*/
         url('fonts/librecaslondisplay-regular-webfont.woff') format('woff'),  url('fonts/librecaslondisplay-regular-webfont.ttf') format('truetype'),  url('fonts/librecaslondisplay-regular-webfont.svg#libre_caslon_displayregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'libre_caslon_textbold';
 src: url('librecaslontext-bold-webfont.eot');
 src: url('librecaslontext-bold-webfont.eot?#iefix') format('embedded-opentype'),          /*url('librecaslontext-bold-webfont.woff2') format('woff2'),*/
         url('librecaslontext-bold-webfont.woff') format('woff'),  url('librecaslontext-bold-webfont.ttf') format('truetype'),  url('librecaslontext-bold-webfont.svg#libre_caslon_textbold') format('svg');
 font-weight: normal;
 font-style: normal;
}
/* BEGIN menu button 08-21-17 ============================================================================================*/
#header a#menuBtn {
	display: none;
	position: absolute;
	top: 1em;
	left: 1em;
	width: 30px;
	height: 28px;
}
@media screen and (max-width: 720px) {
#header a#menuBtn {
 display: block;
}
}
/*#viewport {
	margin: 0 auto !important;
}*/
@media screen and (max-width: 820px) {
 #viewport {
 overflow: auto;
}
}
#contact table td {
	padding: 0.5em;
	font-size: 0.8em;
}
label {
	display: inline-block;
	width: 7em;
}
 @media screen and (max-width: 320px) {
#homeHero #offer {
 font-size: 0.5em;
 top: 80%;
}
}
#portfolio_button_last {
	float: left;
}
#portfolio_button_next {
	float: right;
}
.imgebigname {
	display: block;
	margin-top: 0.5em;
}
.portfolio_button {
	display: block;
	/*background: #b01016;*/
    font-size: 1em;
	padding: 0.5em;
	margin-bottom: 5px;
	/*color: #fff;*/
    font-weight: bold;
}
.sp_list1 {
	list-style: disc outside;
	margin: 0 0.5em 0 1.2em;
}
.slideshow {
	width: 100%;
	height: auto;
}
.push {
	height: 75px; /* .push must be the same height as #footer */
}
#footercontainer {
	width: 100%;
	/*min-width: 990px;
	height: 168px; <<< re-insert for janky footer copy
	height: 260px; */
	background-color: #88AABB;/*overflow: hidden;*/
}
#footer {
	/*width: 990px; flex */
	max-width: 65%;
	padding: 1em 0;
	margin: 0 auto;
	/*overflow: hidden;*/
	position: relative;
}
@media screen and (max-width: 700px) {
 #footer {
 max-width: 90%;
}
}
#Info {
	float: left;
}
@media screen and (max-width: 640px) {
 #footerButtons {
 float: none;
}
}
#Info h2 {
	font-size: 0.6em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	/*	text-align: center;*/
	letter-spacing: normal;
}
#Info h3 {
	font-size: 0.9em;
	font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	/*	text-align: center;*/
	letter-spacing: normal;
}
#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #3b2314;
}
#footerButtons {
	font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
	width: 80px;
	float: right;
	margin: -2.0em 0 0.2em 0;
}
 @media screen and (max-width: 640px) {
 #footerButtons {
 float: none;
 margin: 0.5em 0 0 0;
}
}
#footerButtons a:link, #footerButtons a:visited {
	display: block;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	color: #FFF;
	background-color: #6496A9;
	font-size: 0.5em;
	text-align: center;
}
#footerButtons a:hover, #footerButtons a:active {
	background-color: #3b2314;
}
#infinite-footer {
	display:none !important;
	opacity:0;
	visibility: hidden;
}
ul#social {
	/*width: 150px;*/
	margin: 10px 0px 0px 0px;
	padding: 0;
	float: right;
	clear: right;
}
@media screen and (max-width: 640px) {
 ul#social {
 margin: -2em 0 0 0;
}
}
#social li {
	margin-left: 5px;
	display: inline;
	float: right;
}
#social li a {
	color: #000;
	height: 20px;
	width: 20px;
	overflow: hidden;
	display: block;
	text-decoration: none;
}
#social li.socialBook a:link, #social li.socialBook a:visited {
	background: url(images/social-facebook.png) 0px 0px;
}
#social li.socialBook a:hover, #social li.socialBook a:active {
	background: url(images/social-facebook.png) 0px 20px;
}
#social li.socialTwit a:link, #social li.socialTwit a:visited {
	background: url(images/social-twitter.png) 0px 0px;
}
#social li.socialTwit a:hover, #social li.socialTwit a:active {
	background: url(images/social-twitter.png) 0px 20px;
}
#social li.socialInsta a:link, #social li.socialTwit a:visited {
	background: url(images/social-instagram-icon.png) 0px 0px;
}
#social li.socialInsta a:hover, #social li.socialTwit a:active {
	background: url(images/social-instagram-icon.png) 0px 20px;
}
#social li.socialBlog a:link, #social li.socialBlog a:visited {
	background: url(images/social-blog.png) 0px 0px;
}
#social li.socialBlog a:hover, #social li.socialBlog a:active {
	background: url(images/social-blog.png) 0px 20px;
}
#social li.socialAdd a:link, #social li.socialAdd a:visited {
	background: url(images/social-addthis.png) 0px 0px;
}
#social li.socialAdd a:hover, #social li.socialAdd a:active {
	background: url(images/social-addthis.png) 0px 20px;
}
#social li.socialFlickr a:link, #social li.socialFlickr a:visited {
	background: url(images/social-flickr.png) 0px 0px;
}
#social li.socialFlickr a:hover, #social li.socialFlickr a:active {
	background: url(images/social-flickr.png) 0px 20px;
}
#footcopy {
	font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
	width:100%;
	float:left;
	margin-top:0.5em;
	padding:0.75em 0;
	border-top:1px solid #fff;
}
#footcopy p {
	line-height:1.4em;
	font-size:0.65em;
	color:#fff;
}
#footer #footcopy a:link {
	text-decoration: underline;
	color:#fff;
}
#copyRight {
	font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
	width: 68%;
	padding-left: 20px;
	/*	padding-right: 30px;*/
	background: url(images/footer-legal.png) no-repeat 0px 4px;
	font-size: 0.5em;
	line-height: 1.5em;
	color: #FFF;
	float: left;
	clear: left;
	margin: 2px 0px 0px 0px;
}
@media screen and (max-width: 640px) {
 #copyRight {
 width: 100%;
 padding-left: 20px;
	/*	padding-right: 30px;*/
		background: url(images/footer-legal.png) no-repeat 0px 4px;
 float: none;
 margin: 2px 0px 0px 0px;
}
}

/*=====================================================
