@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

* {
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
    line-height: 1;
}
	
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* ##### MAIN CSS ##### */

html, body {
	height: 100%;
}

body {
	color: #999;
	font-family: "Ubuntu", sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.page-content {
	position: relative;
	margin: 0 auto 50px auto;
    width: 100%;
	max-width: 1280px;
}

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

a:hover {
	text-decoration: none;
	color: #0099ff;
}


em {
	font-style: italic;
}

footer {
	color: #fff;
	background-color: #0099ff;
	width: 100%;
	margin-top: auto;
	flex-shrink: 0;
/*	display: flex;
	flex-direction: column;
*/}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 1.5em;
	line-height: 1.5em;
	margin-bottom: 10px;
}

h2, nav {
	font-size: 1.2em;
	line-height: 1.5em;
}

h3 {
	font-size: 1em;
	line-height: 1.2em;
}

hr {
	border-top: 3px solid #0099ff;
}

header, nav, main, #footernav {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
	width: 95%;
	max-width: 1280px;
}

li {
	margin-left: 30px;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 1.5em;
}

p {
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

.clear
{
        width: 100%;
        clear: both;
        height: 1px;
}

.centered {
	text-align: center;
}

.spacer {
	padding-top: 15px;
	border-bottom: #666 1px solid;
	margin-bottom: 15px;
}

.noborder {
	border: 0;
}

.inlineheading {
	display: inline;
}

.bolded {
	font-weight: bold;
}

.imagewindow {
	height: 30vw;
	max-height: 500px;
	display: flex;
	align-items: center;
	overflow: hidden;
	border: #000 1px solid;
}

.imagewindow img {
	border: none;
}


.buttonlink {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	background: #0099ff;
	color: #fff !important;
	text-decoration: none;
	margin: 20px 0;
	padding: 10px;
	border: none;
}

.buttonlink:hover {
	text-decoration: none;
	background: #ff9900;
}

.leftcol {
	margin-right: 5%;
}

.rightcol {
	margin-left: 5%;
}

.fourcol1 {
	width: 20%;
	float: left;
	clear: none;
}

.fourcol3 {
	width: 75%;
	float: left;
	clear: none;
}

.threecol1 {
	width: 30%;
	float: left;
	clear: none;
}

.threecol2 {
	width: 65%;
	float: left;
	clear: none;
}

.twocol1 {
	width: 45%;
	float: left;
	clear: none;
}

.fullgraphic {
	width: 100%;
	border: #000 1px solid;
	pointer-events: none;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
}

.galleryimage {
	flex: 33.3%;
	max-width: 33.3%;
	padding: 0;
}

.galleryleft {
	padding-right: 14px;
}

.gallerymiddle {
	padding: 0 7px;
}

.galleryright {
	padding-left: 14px;
}

.galleryimage img {
	margin-top: 21px;
	vertical-align: middle;
	width: 100%;
	border: #000 1px solid;
}

.galleryimage a {
	position: relative;
}

.galleryimage a .imagetitle {
	visibility: hidden;
	width: 90%;
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	position: absolute;
	top: 45%;
	left: 5%;
	z-index: 1;
}

.galleryimage a:hover img {
	filter: brightness(50%);
}

.galleryimage a:hover .imagetitle {
	visibility: visible;
}

.smallbutton {
	max-width: 200px;
}

input.smallbutton {
	margin: 20px auto;
}

.testimonial p {
	font-style: italic;
}

.testimonial p:last-child {
	font-style: normal;
	text-align: right;
}

#copyright {
	background-color: #666;
	width: 100%;
	text-align: center;
/*	margin-top: auto; */
	display: inline-block;
}

#copyright p {
	width: 90%;
	max-width: 1280px;
	margin: 10px auto;
}

.smalltext {
	font-size: .8em;
}

#footernav {
	width: 90%;
}

#footernav li {
	list-style: none;
	margin-left: 0px;
	padding-bottom: 10px;
	font-size: 1.2em;
}

#footernav a {
	color: inherit;
}

#footernav ul.sitenav a {
	text-transform: uppercase;
}

a.social {
	padding: 5px !important;
}

.social-section .social img {
	width: auto;
	padding: 20px;
}

#footernav .buttonlink {
	background: #666;
	text-transform: uppercase;
}

#footernav .buttonlink:hover {
	background: #ff9900;
}

a.social img {
	width: 30px;
}

#footernav a:hover {
	color: #ff9900;
}

#myLinks {
	text-align: right;
	display: block;
	position: absolute;
	top: 0;
	left: 2%;
	z-index: 2;
}

#myLinks a {
	padding-left: 20px;
}

#myLinks hr {
	border-top: 1px solid #0099ff;
	padding: 0;
	margin: 0;
}



/* Dropdown Button */

.dropbtn {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	border: 1px solid #0099ff;
	background-color: #fff;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	text-align: center;
	
}

/* Links inside the dropdown */
.dropdown-content a {
	display: block;
	margin: 0;
	padding: 5px 10px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #f1f1f1;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
}


/* MailChimp Contact Form */

.indicates-required {
	text-align: right;
	font-size: 11px;
}

.asterisk {
	color: #ff0000;
	font-size: 150%;
	position: relative;
	top: 5px;
}

.mc-field-group {
	clear: left;
	width: 100%;
	padding-bottom: 10px;
	min-height: 50px;
}

label {
	display: block;
	margin-bottom: 3px;
}

input {
	display: block;
	width: 100%;
	padding: 8px 0;
	text-indent: 2%;
	border: 1px solid #abb0b2;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input[type=checkbox] {
    display: inline;
    width: auto;
    margin-right: 10px;
    -webkit-appearance: checkbox;
}

input[type=submit] {
	cursor: pointer;
}

textarea {
	width: 100%;
}

.phonefield-us .phonearea input, .phonefield-us .phonedetail1 input {
	width: 40px;
}

.phonefield-us input {
	display: inline;
	width: 60px;
	margin: 0 2px;
	letter-spacing: 1px;
	text-align: center;
	padding: 5px 0 2px 0;
}

select {
	width: 100%;
	padding: 5px 0;
	margin-bottom: 2px;
}

#mergeRow-gdpr {
	margin-top: 20px;
}

.mc_fieldset {
	border: none;
	min-height: 0px;
	padding-bottom: 10px;
}

div#mce-responses {
    float: left;
    top: -1.4em;
    padding: 0em .5em 0em .5em;
    overflow: hidden;
    width: 90%;
    margin: 0 5%;
    clear: both;
}

#mce-error-response {
    display: none;
}

#mce-success-response {
    color: #529214;
    display: none;
}

div.response {
    margin: 1em 0;
    padding: 1em .5em .5em 0;
    font-weight: bold;
    float: left;
    top: -1.5em;
    z-index: 1;
    width: 80%;
}






/* BANNER */

#topbanner {
	width: 100%;
	position: sticky;
	top: 0;
	background: #ff9900;
	border: #0099ff 3px solid;
	padding: 20px;
	z-index: 100;
}

#topbanner h1 {
	text-align: center;
	color: #fff;
}

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








/*
@media screen and (max-width: 800px) {

	#myLinks {
		text-align: center;
	}

	header {
	    margin-top: 40px;
	}
}
*/

@media screen and (max-width: 600px) {

	.rightcol, .leftcol, .fourcol1, .fourcol3, .threecol1, .threecol2, .twocol1 {
	    width: 100%;
	    clear: both;
	    float: none;
	    padding-bottom: 10px;
	    margin-left: 0;
	    margin-right: 0;		
	}

	.galleryimage {
		flex: 100%;
		max-width: 100%;
	}
	
	.galleryleft, .gallerymiddle, .galleryright {
		padding: 0;
	}


	.dropdown {
		width: 100%;
	}

	.dropdown:hover .dropdown-content {	
		display: none;
	}




	/* ##### Hamburger Menu ##### */
	

	/* Style the hamburger menu */
	a.icon {
		background-color: #0099ff;
		color: #ffffff;
		padding: 10px;
  		display: block;
  		position: absolute;
  		right: 0;
  		top: 0;
	}

	a.icon:hover {
		background-color: #ff9900;
		color: #ffffff;
  		position: absolute;
  		right: 0;
  		top: 0;
	}
	
	/* Hide the links inside the navigation menu (except for logo/home) */
	#myLinks {
		display: none;
		width: 100%;
		margin: 45px 0 0 0;
		left: 0;
	}

	/* Style navigation menu links */
	#myLinks a {
		background-color: #0099ff;
  		color: #ffffff;
		font-size: 1.2em;
		text-align: center;
		border: #ffffff 1px solid;
  		display: block;
  		padding: 10px;
	}

	#myLinks a:hover {
		background-color: #ff9900;
	}

}


