
/* ------------------------------------------------------------------------- */

body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #111;
	background: #cccccc;
}

.container {
	width: 834px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/* ------------------------------------------------------------------------- */

#top {
	background: transparent url('../images/frame_top.png') no-repeat;
}

#middle {
	background: transparent url('../images/frame_middle.png') repeat-y;
}

#bottom {
	background: transparent url('../images/frame_bottom.png') no-repeat;
}

/* ------------------------------------------------------------------------- */

#header {
	position: relative;
}

#header #logo {
	padding: 30px 0 12px 0;
}

/* ------------------------------------------------------------------------- */

#content {
	padding: 20px 50px 30px 50px;
	min-height: 300px;
}

#content.two-columns .row {
	margin: 0 -18px;
}

#content.two-columns .col {
	padding: 0 18px;
}

#content.two-columns .gallery .col,
#content.two-columns .gallery .col img {
	width: 100%;
}

#content img {
	border: 5px solid #fafafa;
}

#content .highlight-text {
	color: #777;
}

/* ------------------------------------------------------------------------- */

#mainmenu,
#content #features {
	text-align: center;
	padding: 50px 0 0 0;
}

#mainmenu ul,
#content #features ul {
	list-style-type: none;
	display: inline-block;
}

#mainmenu ul li,
#content #features ul li {
	float: left;
}

#mainmenu ul li a,
#content #features ul li a {
	width: 90px;
	display: block;
	margin: 0 24px;
	text-align: left;
}

#mainmenu ul li a span,
#content #features ul li a span {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	display: inline-block;
	margin-top: 5px;
	text-transform: lowercase;
}

#mainmenu ul li a:hover span,
#mainmenu ul li.selected a span,
#content #features ul li a:hover span,
#content #features ul li.selected a span {
	color: #a56f38;
}

#mainmenu ul li a img,
#content #features ul li a img {
	transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
	border: 0;
}

#mainmenu ul li a:hover img,
#mainmenu ul li.selected img,
#content #features ul li a:hover img,
#content #features ul li.selected img {
	transform: translateY(-3px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    filter: brightness(1.2);
}

/* ------------------------------------------------------------------------- */

#content #features {
	display: none;
	padding-top: 10px;
}

#content #features ul {
	margin: 0;
}

#content #features ul li {
	min-height: 145px;
}

#content #features a:hover {
	background: transparent;
}

/* ------------------------------------------------------------------------- */

#responsive-menu-button {
	display: none;
	position: absolute;
	top: 18px;
	right: 0;
}

#responsive-menu-button .hamburger:hover {
    opacity: 1;
}

#responsive-menu-button .hamburger .hamburger-inner,
#responsive-menu-button .hamburger .hamburger-inner::after,
#responsive-menu-button .hamburger .hamburger-inner::before,
#responsive-menu-button .hamburger.is-active .hamburger-inner,
#responsive-menu-button .hamburger.is-active .hamburger-inner::after,
#responsive-menu-button .hamburger.is-active .hamburger-inner::before {
	background-color: #000;
}

/* ------------------------------------------------------------------------- */

#responsive-menu-container {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 100;
	margin-top: 14px;
}

#responsive-menu {
	background: #ccc;
	display: none;
}

#responsive-menu ul {
	list-style-type: none;
}

#responsive-menu ul li {
	position: relative;
	border-bottom: 1px solid #fff;
}

#responsive-menu ul li:first-child {
	border-top: 1px solid #fff;
}

#responsive-menu ul li a {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 18px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	color: #000;
	text-transform: lowercase;
	text-overflow: ellipsis;
	overflow: hidden;
	z-index: 101;
}

#responsive-menu ul li.has-sub > a {
	padding-right: 70px; /* 20px right padding + 50px button width  */
}

#responsive-menu ul li .button { 
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	z-index: 102;
	/* backdrop-filter: brightness(0.9); */
}

#responsive-menu ul li > .button:after{
	font-family: 'FontAwesome';
	font-size: 16px;
	line-height: 18px;
	padding-top: 14px;
	padding-bottom: 14px;
	display: inline-block;
    content: "\f067";
	color: #000;
}

#responsive-menu ul li.open > .button:after {
    content: "\f068";
}

#responsive-menu ul li a:hover,
#responsive-menu ul li.selected > a {
	color: #a56f38;
}

#responsive-menu ul ul {
	display: none;
}

#responsive-menu ul ul li {
	border-bottom: 0;
}

#responsive-menu ul ul li a {
	font-weight: normal;
	padding-left: 40px;
}

#responsive-menu ul ul ul {
	border-top: 0;
}

#responsive-menu ul ul ul li a {
	text-transform: none;
	padding-left: 60px;
}

/* ------------------------------------------------------------------------- */

#content .google-maps {
	position: relative;
    padding-bottom: 90%;
    height: 0;
    overflow: hidden;
	margin-bottom: 20px;
}

#content .google-maps iframe {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ------------------------------------------------------------------------- */

#content .video {
	margin-bottom: 22.42px;
}

#content .video.custom-video video {
	width: 100%;
	outline: none;
}

#content .video.youtube-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px; 
	height: 0; 
	overflow: hidden;
}
 
#content .video.youtube-video iframe,
#content .video.youtube-video object,
#content .video.youtube-video embed {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ------------------------------------------------------------------------- */

#content a {
	color: #a56f38;
	text-decoration: none;
}

#content a:hover {
	background: #F0f0f0;
	color: #000;
}

#content h1 {
	font-size: 32px;
	line-height: 34px;
	font-weight: normal;
	margin: 0 0 18px 0;
	border-bottom: 1px solid #ebebeb;
	padding: 0 0 6px 0;
	text-transform: lowercase;
	color: #000;
	text-overflow: ellipsis;
	overflow: hidden;
}

#content h2 {
	font-size: 21px;
	line-height: 25px;
	font-weight: bold;
	margin: 0 0 12px 0;
	text-transform: lowercase;
	color: #000;
}

#content h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	margin: 0 0 16px 0;
	text-transform: lowercase;
	color: #000;
}

#content h4 {
	font-size: 17px;
	line-height: 21px;
	font-weight: bold;
	margin: 0 0 16px 0;
	text-transform: lowercase;
	color: #000;
}

#content p,
#content ul,
#content ol,
#content blockquote {
	margin-bottom: 22.42px;
	line-height: 24px;
}

#content ul,
#content ol {
	list-style-position: outside;
	margin-left: 20px;
}

#content ul {
	list-style-type: disc;
}

#content ul ul,
#content ol ol {
	margin-top: 7px;
	margin-bottom: 0;
}

#content ul li,
#content ol li {
	margin-bottom: 7px;
}

#content ul li p,
#content ol li p {
	margin: 0;
}

#content ul li:last-child,
#content ol li:last-child {
	margin-bottom: 0;
}

/* ------------------------------------------------------------------------- */

#content .table-container {
	width: 100%;
	overflow-x: auto;
}

#content table 	{
	border: 1px solid #cbcbcb;
	margin: 0 0 22.42px 0;
	border-collapse: collapse;
	border-spacing: 0;
    empty-cells: show;
	width: 100%;
}

#content table thead {
    color: #000;
    text-align: left;
    vertical-align: bottom;
}

#content table th,
#content table thead td {
	font-weight: bold;
	background-color: #e0e0e0;
	background-color: rgba(224, 224, 224, 0.4); 
}

#content table td, 
#content table th {
	padding: 6px 0 6px 14px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #cbcbcb;
}

#content table td:first-child {
	padding-left: 0;
}

#content table td p {
	margin: 0;
}

/* ------------------------------------------------------------------------- */

#content hr {
	border: 0;
	height: 0;
	border-top: #d3d3d3 1px solid;
	margin-top: 22.42px;
	margin-bottom: 22.42px;
}

/* ------------------------------------------------------------------------- */

#content blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 0 20px 22.42px 20px;
	padding: 10px 15px;
}

#content blockquote p {
	margin: 0;
}

/* ------------------------------------------------------------------------- */

#content a[href^="http://"]:after,
#content a[href^="https://"]:after {
	font-family: "FontAwesome";
	font-size: 0.95em;
	font-weight: normal;
    content: "\f08e";
	padding-left: 5px;
	padding-right: 2px;
	text-decoration: none;
	display: inline-block;
}

#content a[href^="http://"]:hover:after,
#content a[href^="https://"]:hover:after {
	text-decoration: none;
}

#content a[href $=".pdf"]:before,
#content a[href $=".zip"]:before,
#content a[href $=".doc"]:before,
#content a[href $=".docx"]:before {
	font-family: 'FontAwesome';
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
	margin-right: 5px;
}

#content a[href $=".pdf"]:before {
	content: "\f1c1";
}

#content a[href $=".zip"]:before {
	content: "\f1c6";
}

#content a[href $=".doc"]:before,
#content a[href $=".docx"]:before {
	content: "\f1c2";
}

#content a.hide-external-link-icon:after {
	display: none;
}

/* ------------------------------------------------------------------------- */

#content a.lightbox,
#content a.lightbox-gallery {
	position: relative;
	display: inline-block;
	text-decoration: none;
}

#content a.lightbox:before ,
#content a.lightbox-gallery:before  {
	font-family: 'FontAwesome';
	content: "\f002";
	color: #fff;
	font-size: 24px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
	position: absolute; 
	right: 14px;
	bottom: 14px;
	display: none;
}

.no-touch #content a:hover.lightbox:before,
.no-touch #content a:hover.lightbox-gallery:before {
	display: block;
}

/* ------------------------------------------------------------------------- */

#content .image,
#content .image a {
	max-width: 100%;
	background: 0;
	padding: 0;
}

#content .image.left {
	float: left;
}

#content .image.right {
	float: right;
}

#content .image.center {
	text-align: center;
}

#content .image.float {
	width: 40%;
}

#content .image.float.left  {
	margin: 3px 15px 20px 0;
}

#content .image.float.right {
	margin: 3px 0 20px 15px;
}

#content .image.separate {
	margin: 0 0 22.42px 0;
}

#content .image.separate img,
#content .image.separate a {
	width: 100%;
}

#content .gallery {
	margin-bottom: 26px; /* 22.42px - .gallery a margin-bottom */ 
}

#content .gallery a {
	float: left;
	margin: 0 0 16px 0;
	width: 100%;
}

#content .gallery .row {
	margin: 0 -8px;
}

#content .gallery .col {
	padding: 0 8px;
}

/* ------------------------------------------------------------------------- */

#footer {
	padding: 60px 50px 30px 50px;
}

#footer #footer-text {
	font-size: 15px;
	text-align: center;
	margin-bottom: 20px;
}

#footer #footer-text p {
	line-height: 19px;
	margin: 0 0 10px 0;
}

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

#footer #footer-text a:hover {
	color: #a56f38;
}

/* ------------------------------------------------------------------------- */

#footer #footer-menu {
	text-align: center;
}

#footer #footer-menu ul {
	list-style-type: none;
	display: inline-block;
}

#footer #footer-menu ul li {
	float: left;
	margin-left: 10px;
	line-height: 23px;
}

#footer #footer-menu ul li:after {
	content: "|";
	color: #000;
	font-size: 15px;
	font-weight: normal;
	margin-left: 10px;
}

#footer #footer-menu ul li:last-child:after {
	content: "";
	margin-right: 0;
}

#footer #footer-menu ul li a {
	font-size: 15px;
	color: #000;
	font-weight: normal;
	text-decoration: underline;
	text-transform: lowercase;
}

#footer #footer-menu ul li a:hover {
	color: #a56f38;
}
	
/* ------------------------------------------------------------------------- */

.clearer {
	clear: both;
}

.spacer {
	height: 20px;
	display: block;
	clear: both;
}

.hide { 
	display: none;
}

/* ------------------------------------------------------------------------- */

@media screen and (max-width: 855px) { /* container width + padding left + padding right */
	.container {
		width: 100%;
	}

	.row {
		margin-left: 0 !important;
		margin-right: 0 !important;		
	}

	.col {
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	#header #logo {
		padding: 10px 0 0 15px;
		max-width: 300px;
		margin-right: 75px;
	}

	#mainmenu {
		display: none;
	}

	#responsive-menu-button {
		display: block;
	}

	#content {
		padding: 20px 15px 0px 15px;
		min-height: auto;
	}

	#content .image, 
	#content .image a,
	#content .image img,
	#content .image.float {
		width: 100%;
	}

	#content .image.separate, 
	#content .image.separate a,
	#content .image.separate img {
		width: auto;
	}

	#content .gallery .col,
	#content .gallery .col img {
		width: 100%;
	}

	#content #features {
		display: block;
	}

	#top,
	#middle,
	#bottom {
		background-image: none;
	}

	#footer {
		padding-top: 25px;
		border-top: 1px solid #ebebeb;
		margin-left: 15px;
		margin-right: 15px;
	}

	#footer #footer-menu ul li {
		float: none;
		margin: 0 0 10px 0;
	}

	#footer #footer-menu ul li::after {
		display: none;
	}
}

@media screen and (max-width: 760px) {
	#content #features ul {
		width: 415px;
	}

	#content #features ul li:last-child {
		float: right;
	}
}

@media screen and (max-width: 490px) {
	#content h1 {
		font-size: 29px;
		line-height: 31px;
	}
}

@media screen and (max-width: 470px) {
	#content #features ul {
		width: 280px;
	}

	#content #features ul li:last-child {
		float: left;
	}	
}

@media screen and (max-width: 380px) {
	#content #features ul {
		width: auto;
	}	

	#content #features ul li {
		float: none;
		min-height: auto;
		margin-bottom: 25px;
	}
}

/* ------------------------------------------------------------------------- */

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		border-color: #000 !important;
		text-shadow: none !important;
		box-shadow: none !important;
	}

	html,
	body {
		font-size: 12pt;
		font-family: Arial, "Times New Roman", Times, serif;
		width: 100%;
		min-width: 100%;
	}

	#header {
		height: auto;
	}

	.container,
	#content,
	#sidebar {
		width: auto;
		margin: 0;
		padding: 0;
		float: none;
	}

	#mainmenu,
	#submenu,
	#footer {
		display: none;
	}
}

/* ------------------------------------------------------------------------- */

