﻿@charset "utf-8";
/* ======== CITATION ======== */
/*  
Original Design by: TemplatesinTime.com
Customized by Ray Klemmer May 2024
*/
/* The following CSS "named-colors" are used
steelblue - default hyperlink
blue - hover hyperlink
whitesmoke - common bottom area of body area of page (footer-grid area)
darkslategray - h1 & h4
palegoldenrod - All text in header and navbar


/* ==================== GENERAL RULES =================== */
html {height: 101%;}
header, figure, figcaption, footer, nav, article, section, aside {
    display: block;
}
body {
	background: #fff;
	<!-- color: #000; -->
	color: #585a62;
	border: none;
	margin: 0 auto;
	clear: both;
}
hr {
	background-color: #ccc;
	border: none;
	color: #ccc;
	height: 1px;
	clear: both;
}
hr.fancy {
	padding: 0; 
	border: none; 
	border-top: 1px solid #ccc; 
	color: #ccc; 
	text-align: center; 
	margin: 30px 0;
	clear: both;
}
hr.fancy:after {
	content: content: "\2666  \2666  \2666"; 
	display: inline-block; 
	position: relative; 
	top: -0.6em; 
	font-size: 1.5em; 
	padding: 0 0.50em;
	color: #585a62;
	background: white;
}
hr.noshow {
	background-color: transparent;
	border: none;
	color: #fff;
	height: 1px;
	clear: both;
	visibility: hidden;
}
blockquote {
    background: url("../images/quote.png") no-repeat scroll 5px 12px;
    color: #777;
    border-top: none;
    border-bottom: none;
    font-size: 0.95em;
    line-height: 1.4em;
    margin: 2px 40px;
    padding: 12px 12px 12px 40px;
    text-align: left;
}
blockquote p {
	padding: 0; margin: 0;
}
blockquote strong {
	color: #000000; 
	font-size:1.4em; 
	font-weight:normal; 
	letter-spacing:-1px;
}
blockquote.leftside {
	float: left; 
	display: block; 
	width: 30%; 
    border-width: 3px;	
    border-style: double;
	border-left: none;
	border-top: none;
	border-bottom: none;
	margin: 5px 2% 10px 0.5%;
}
blockquote.rightside {
	float: right; 
	display: block; 
	width: 30%; 
    border-style: double;
	border-right: none;
	border-top: none;
	border-bottom: none;
	margin: 5px 0.5% 10px 2%;
}
fieldset {
    width: 90%;
    border: 1px dashed #484a50;
    padding: 20px 3%;
    margin: 20px 2%;
}
legend {
	color: #484a50
	font: 30px 'Lora', Verdana, Helvetica, sans-serif;
	background-color: transparent;
	padding: 0 10px;
}
table {
	padding: 0;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;
}
p {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #585a62;
}
/* ====================== TYPOGRAPHY (links) ========================= */
a {
	/* color: #ae7c7a; */
	font: 14px 'Jura', Verdana, Helvetica, sans-serif;
	color: navy;
	font-weight: normal;
	text-decoration: none;
	outline: none;
}
a:hover {
    font: 14px 'Jura', Verdana, Helvetica, sans-serif;
	color: mediumblue;
	text-decoration: underline;
	font-weight: normal;
	outline: none;
	target="_blank";
	rel="noopener noreferrer";
}
/* ======== HEADINGS ======== */
h1 {
	font: bold 42px 'Jura', Verdana, Helvetica, sans-serif;  
	color: darkslategray;
	margin: .6em 0 .3em 0;
	letter-spacing: -1px;
}
h2 {
	font: 36px 'Jura', Arial, Verdana, Helvetica, sans-serif; 
	color: #585a62;
	letter-spacing: 1px;
	text-align: center;
}
h3 {
	font: 32px 'Jura', Verdana, Helvetica, sans-serif;
	color: #585a62; 
	padding: 0;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 30px 0 25px 0;
	padding: 5px 0;
}
h4 {
	font: bold 28px 'Jura', Verdana, Helvetica, sans-serif;
	color: darkslategray;
	margin: .3em 0;
}
 
h4-tup {
    list-style-type: none; position: relative; margin-left: 0px; padding-left: 25px;
	font: bold 28px 'Jura', Verdana, Helvetica, sans-serif;
	color: darkslategray;
	margin: .3em 0;
}
h4-tup::before {position: absolute; font-family: 'FontAwesome'; font-size: 18px; top: 4px; left: 0; content: "\f164"; color: darkorange;}

h5 {
	font: italic 24px 'Jura', Verdana, Helvetica, sans-serif;
	color: #585a62;
	margin: 0 0 40px 0;
}
h6 {
	font: bold 16px 'Jura',Verdana, Helvetica, sans-serif;
	color: #585a62;
	margin: .3em 0 .3em 0;
	/* font-size: 2vw; */
}
.pagename {
	font: 36px 'Lora', Verdana, Helvetica, sans-serif;
	/* color: #484a50; */
	color: #a10e0e;   /* red marker */
	margin: .3em 0 .5em 0;
	letter-spacing: -1px;
	text-align:center;
}
/* === Standardize Page Fonts - RK === */
.page-bottom {
 	background-color: whitesmoke;
}		
.pagetext {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: medium;
	color: #585a62;
    /* margin: .3em 0; */
}
.pagehyperlink {
 	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: medium;
	color: steelblue;  
}
.pagehyperlink:hover { 
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: royalblue; 
    font-weight: normal; 
    text-decoration: underline; 
    font-size: medium;
}
.pagetext-s {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	color: #585a62;
}
.pagehyperlink-s {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	color: steelblue;
}
.pagehyperlink-s:hover { 
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: royalblue; 
    font-weight: normal; 
    text-decoration: underline; 
    font-size: small;
}
.hrinvis {
	background-color: white;
	border: none;
	color: white;
	height: 1px;
	clear: both;
}
/* ======== LISTS ======== */
ul {margin: 0 0 0 0;	padding: 0 0 0 12px;}

ul.list1 li {list-style-type: none; position: relative; margin-left: -10px; padding-left: 25px;}
ul.list1 li:before {position: absolute; font-family: 'FontAwesome'; font-size: 16px; top: 2px; left: 0; content: "\f0a9"; color: grey;} 
 
ul li a {color: #070da8; font-weight: normal; padding: 0; font-size: 16px;}
ul li a:hover {color: #070da8; font-weight: normal; text-decoration: underline; font-size: 16px;}

/* === Note: If a li-tup (thumbs up) line immediately follows another li-tup line, it must be preceeded with a <br> to get a new line (don't know why) === */   
ul.list1 li-tup {display: inline-block; list-style-type: none; position: relative; margin-left: -10px; padding-left: 25px; }
ul.list1 li-tup:before {position: absolute; font-family: 'FontAwesome'; font-size: 16px; top: 2; left: 0; content: "\f164"; color: darkorange; }
ul li-tup a {color: steelblue; font-weight: normal; padding: 0; font-size: 16px;}
ul li-tup a:hover {color: royalblue; font-weight: normal; text-decoration: underline; font-size: 16px;}

/* list in footer */
ul.list1 li-ft {list-style-type: none; position: relative; margin-left: -10px; font-size: 12px;}
ul li-ft a {position: relative; color: steelblue; font-weight: normal; padding: 0; font-size: 12px;}
ul li-ft a:hover {position: relative; color: royalblue; font-weight: normal; text-decoration: underline; font-size: 12px;}

ol.leadingzero {background: none; list-style-position: outside; list-style-type: decimal-leading-zero;}

/* thumbs up: "\f164"; color: darkorange; -->

/* ======== PARAGRAPHS ======== */
.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}
.tiny {font-size: 65%;}
.small {font-size: 85%;}
.medium {font-size: 90%;}
.large {font-size: 120%;}
.xlarge {font-size: 180%;}
.xxlarge {font-size: 52px; font-weight: bold;}
.wide {letter-spacing: 3px;}
.lead {font-size: 1.4em; line-height: 1.5em; font-variant: small-caps; padding-top: 20px; padding-bottom: 20px;}
.lead2 {font-size: 1.4em; line-height: 1.5em; font-variant: small-caps;}
.project {font-size: 0.95em; line-height: 1em; text-transform: uppercase; font-weight: lighter; letter-spacing: 2px; padding: 0; color: #fff;border-bottom: 1px dashed #fff;}
.project2 {font-size: 0.95em; line-height: 1em; text-transform: uppercase; font-weight: lighter; letter-spacing: 2px; padding: 0; border-bottom: 1px dashed #000;}
.newsDate {position: relative; color: #ecf0f1; text-align: right; font-size: 0.90em; letter-spacing: 1px; padding: 0 20px 0 0; margin-top: -24px;}
.newsDate:before {position: absolute; font-family: 'FontAwesome'; content: "\f073"; top: 5px; right: 0; font-size: 16px; color: #ecf0f1;}
.newsDate2:before {position: absolute; font-family: 'FontAwesome'; content: "\f073"; top: 5px; right: 0; font-size: 16px; color: #8a9f61;}
.newsDate2 {position: relative; color: #666; text-align: right; font-size: 0.90em; letter-spacing: 1px; padding: 0 20px 0 0; margin-top: -24px;}
.underline-dashed {border-bottom: 1px dashed #777;}
.underline-dotted {border-bottom: 1px dotted #777;}
.underline-solid {border-bottom: 1px solid #777;}
.authorDate {font-family: Verdana, Geneva, Tahoma, sans-serif; color: #333; font-size: .9em; text-transform: uppercase;	border-bottom: 1px #333 solid; font-weight: lighter; letter-spacing: 2px; margin: 0 0 15px 0; padding: 0;}
.author {font-family: Verdana, Geneva, Tahoma, sans-serif; font-size: .9em; letter-spacing: 1px; margin: 0 0 15px 0; padding: 0; font-style:italic;}
/* ============= Paragraph Classes Using Font Awesome ============= */
.home {position: relative; padding: 0 0 5px 25px;}
.home:before {position: absolute; font-family: 'FontAwesome'; content: "\f015"; top: 5px; left: 0; font-size: 20px; color: #642c42;}
.call {position: relative; padding: 0 0 5px 25px;}
.call:before {position: absolute; font-family: 'FontAwesome'; content: "\f095"; top: 5px; left: 0; font-size: 20px; color: #642c42;}
.email {position: relative; padding: 0 0 5px 25px;}
.email:before {position: absolute; font-family: 'FontAwesome'; content: "\f003"; top: 5px; left: 0; font-size: 20px; color: #642c42;}
.hours {position: relative; padding: 0 0 5px 25px;}
.hours:before {position: absolute; font-family: 'FontAwesome'; content: "\f017"; top: 5px; left: 0; font-size: 20px; color: #642c42;}
.comment {position: relative; padding: 0 0 5px 25px;}
.comment:before {position: absolute; font-family: 'FontAwesome'; content: "\f27b"; top: 5px; left: 0; font-size: 20px; color: #642c42;}
.breadcrumbs {
	color: #000; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
	margin: 0 0 20px 0; 
	padding: 5px 0 5px 0; 
	border-bottom: 1px dashed #aaa; 
	font-size: 0.95em;
	text-align: right;
}
.breadcrumbs a,
.breadcrumbs a:hover {
	font-weight: bold; 
	text-decoration: none;
}
.highlight {
	background-color: #ffff00;
	color: #000000;
}
/* ============= Image Coding ============= */
img {
	border: none; 
	max-width: 100%; 
 	box-sizing: border-box;  
	-moz-box-sizing: border-box;  
}
.image-left {
	margin: 5px 10px 0 0; 
	float: left;
}
.image-right {
	margin: 5px 0 0 10px; 
	float: right;
}
.imageleft-border {
	margin: 5px 10px 0 0; 
	float: left; 
	border: 1px #777 solid;
}
.imageright-border {
	margin: 5px 0 0 10px; 
	float: right; 
	border: 1px #777 solid;
}
.image-Catalog {
	border: 1px #d0d0d0 solid;
	padding: 1%;
	margin: 1% 2%;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}
.image-Curved {
	border-radius: 10px; 
	margin: 4px 2px; 
	border: 1px #444 solid;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-leftCurved {
	margin: 5px 10px 0 0; 
	float: left; 
	border-radius: 10px; 
	border: 1px #444 solid;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-rightCurved {
	margin: 5px 0 0 10px; 
	float: right; 
	border-radius: 10px; 
	border: 1px #444 solid;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-Gallery {
	border: 1px #d0d0d0 solid;
	padding: 1%;
	margin: 1% 2%;
}
.image-Frame {
	background: #ffffff; 
	border: 1px #aaa solid; 
	padding: 3px; 
	margin: 4px 1px; 
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.image-leftFrame {
	float: left; 
	background: #ffffff; 
	border: 1px #aaa solid; 
	padding: 3px; 
	margin: 4px 15px 4px 2px; 
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.image-rightFrame {
	float: right; 
	background: #ffffff; 
	border: 1px #aaa solid; 
	padding: 3px; 
	margin: 4px 2px 4px 15px; 
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.image-Round {
	border-radius: 50%; 
	border: 1px #444 solid;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-leftRound {
	margin: 5px 10px 0 0; 
	float: left; 
	border-radius: 50%; 
	border: 1px #444 solid;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-rightRound {
	margin: 5px 0 0 10px; 
	float: right; 
	border-radius: 50%; 
	border: 1px #444 solid;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-Rotate {
    margin: 10px 0;
    transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-leftRotate {
	float: left; 
	margin: 20px; 
    transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-rightRotate {
 	float: right; 
	margin: 20px; 
    transform: rotate(6deg);
   -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
/* ======== MISCELLANEOUS ======== */
.bignumber {
	border-radius: 50%;
	background: #88a2b6;
	box-shadow: 0 0 20px #484a50 inset;
	color: #ffffff;
	display: block;
	float: left;
	font: normal 30px/50px 'Raleway', Garamond, Georgia, serif;
	margin: -10px 10px 5px 0;
	text-align: center;
	text-transform: uppercase;
	height: 50px;
	width: 50px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.bigletters {
	font: 2.0em 'Raleway', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #484a50;
	margin: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.button {
	font-size: 16px;
	color: #ffffff;
	padding: 5px;
	border-radius: 5px;
	background: #484a50;
	text-decoration: none;
	font-weight: normal;
	background-color: #666;
	background: linear-gradient(#666, #222); 
	border: solid 1px #222;
	border-radius: 5px;
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.5);
}
.button:hover {
	color: #fff;
	text-decoration: none;
	padding: 5px;
	font-weight: normal;
	background: linear-gradient(#484a50, #88a2b6); 
	border: solid 1px #484a50;
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.5);
}
.button a {
	color: palegoldenrod;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}
.button a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}
.row1 {width: 100%;}
.white {background: #fff;}
.whitetext {color: #e3dec5;}
.clear {clear: both;}
/* ======== BACK TO TOP FORMATTING ======== */
.scroll-to-top {
    display: none;
    position: fixed; bottom: 20px; right: 10px;
    z-index: 5;
    width: 30px;
    height: 30px;
    padding: 8px;
    text-align:center;
    color: #ffffff;
	text-decoration: none;
	background-color: #585a62;
	box-shadow: inset 0 0 10px #202020, 0 1px 1px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	border-radius: 50%;
}
.scroll-to-top:hover {
    text-decoration: none;
	background-color: #88a2b6;
	box-shadow: inset 0 0 15px #000000, 0 1px 1px rgba(0, 0, 0, 0.5);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.scroll-to-top a, 
.scroll-to-top a:hover {text-decoration: none;}
/* ======== LAYOUT RULES ======== */
.container {
	width: 100%;
	color: palegoldenrod;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
/* === Grid layouts ================ */
/* === Grid for Header === */
.hgrid-item-left {
  grid-area: hleft-gif;
  grid-column: hcol-1;
  grid-row:  hrow-1 / hrow-end;
  place-self: center center;
}
.hgrid-item-center {
  grid-area: hcenter;
  grid-column: hcol-2;
  grid-row: hrow-1; 
  place-self: center center; 
}
.hgrid-item-right {
  grid-area: hright-gif;
  grid-column: hcol-3;
  grid-row: hrow-1 / hrow-end;
  place-self: center center;
}
.hgrid-container {
  display: grid;
  grid-template-columns: [hcol-1] 1fr [hcol-2] 54% [hcol-3] 1fr [hcol-end]; 
  grid-template-rows: [hrow-1] 178px [hrow-end];
  grid-template-areas: 
     "hleft-gif hcenter hright-gif "; 
}

/* === Other Header adjustments because of grid - also see below for media changes in small device section  ===*/
/* .hdr-img {margin: 0 0 0 0; height: 150px; width: 400px; padding-top: 0.5em;} === used for picture on solid background === */
.hdr-img {background-size: 101% 101%;}   
.img-adj {margin: 0 auto; height: 48%; width: 48%}
.hdr-gif {margin: 0 0 0 0; height: 80px; width: 80px;}
.hdr-t1 {font-size: 4.0vw;}
.hdr-t2 {font-size: 2.1vw;}
.pg-img {columns: auto; height: 60%; width: 60%; float: right;  margin-left: 0px; margin-right: 24px; margin-top: 12px; padding-bottom: 12px; padding-left: 40px}
/* === End Header Grid === */

/* === Grid for Body Area === */
.c2grid-item-sidebar {
  grid-area: c2sidebar;
  grid-column: c2col-2;
  grid-row:  c2row-1;
  place-self: start start;
  
}
.c2grid-item-main {
  grid-area: c2main;
  grid-column: c2col-4;
  grid-row: c2row-1; 
  place-self: start start; 
  float: right;
}
.c2grid-container {
  display: grid;
  grid-template-columns: [c2col-1] 1fr [c2col-2] 155px [c2col-3] 4% [c2col-4] 54% [c2col-5] 1fr [c2col-end];  
  grid-template-rows: [c2row-1] auto [c2row-end];
  grid-template-areas: 
     ". c2sidebar . c2main .";
  }
/* === Grid for Footer (within body) === */
.fgrid-item-left {
  grid-area: fleft-gif;
  grid-column: fcol-1;
  grid-row: frow-1;
  place-self: start end;
}  
.fgrid-item-center {
  grid-area: fcenter;
  grid-column: fcol-2;
  grid-row: frow-1; 
  place-self: start start; 
}
.fgrid-item-center2 {
  grid-area: fcenter2;
  grid-column: fcol-4;
  grid-row: frow-1;
  place-self: start end;  
}
.fgrid-item-right {
  grid-area: fright-gif;
  grid-column: fcol-5;
  grid-row: frow-1;
  place-self: start start;
}      
.fgrid-container {
  display: grid;
  grid-template-columns: [fcol-1] 1fr [fcol-2] 155px [fcol-3] 4% [fcol-4] 54% [fol-5] 1fr [fcol-end]; 
  grid-template-rows: [frow-1] 1fr [frow-end];
  grid-template-areas: 
     "fleft-gif fcenter . fcenter2 fright-gif"
}
/* === End Footer Grid === */
/* === End Grids === */
/* ============================== */
/* ======== HEADER AREA ======== */
header {
/*	background: darkslategray;	  ==== solid color bkgrnd  ======
	background: linear-gradient(darkslategray, darkslategray, darkslategray);  */
	background: url('../images/header_background.png') no-repeat top center; 
    background-size: 101% 100%; 
    height: 220px;
	margin: 0 0 20px 0;
	padding: 0;	
}
.headerBox3a {float: left; width: 31.33333%; padding: 0; margin: 0 1% 5px 1%; color: #bfb99f;}
.headerBox3b {float: left; width: 31.33333%; padding: 0; margin: 0 1% 5px 1%; color: #bfb99f;}
.headerBox3c {float: left; width: 31.33333%; padding: 0; margin: 0 0 5px 0; color: #bfb99f;}
/* ======== MAIN NAVIGATION AREA ======== */
nav {
 	margin: 0; 
 	width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    height: 43px;
    color: palegoldenrod;
        
/* This controls menu bar */	
	background: #484a50;
	background: linear-gradient(#272b38, #495b63, #272b38);
    box-sizing: border-box;
    margin: 0 0 20px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
}
/* === NON-MOBILE === */
ul.slimmenu li {width: 170px; /* adjust width of top menu items */}
ul.slimmenu > li {margin-right: -4px; border-left: 1px solid rgba(0, 0, 0, 0.1);}
ul.slimmenu li a {color: palegoldenrod;}
ul.slimmenu li a:hover {color: #ffffff; background: linear-gradient(#738a94, #738a94, #738a94); border-radius: 0;}
/* === FOR MOBILE === */
.menu-collapser {border-radius: 0; color: #palegoldenrod;}
.collapse-button {background-color: #555; box-shadow: 0 0 8px #000 inset; border: 1px solid rgba(255, 255, 255, 0.2);}
.collapse-button:hover, .collapse-button:focus {background-color: #738a94; box-shadow: 0 0 8px #484a50 inset;}
/* === MOBILE TOP LEVEL === */
ul.slimmenu.collapsed li {background: #eee;}
ul.slimmenu.collapsed li a {color: #000000;}
ul.slimmenu.collapsed li a:hover {color: #ffffff; background: #738a94; border-radius: 0;}
/* === do not edit === */
ul.slimmenu {list-style-type: none; margin: 0; padding: 0; width: 100%; text-align: center; font-size: 0.90em;}
ul.slimmenu li {position: relative; display: inline-block; text-align: center;}
ul.slimmenu > li:first-child {border-left: 0;}
ul.slimmenu > li:last-child {margin-right: 0;}
ul.slimmenu li a {font-size: 14px; font-weight: normal; display: block; padding: 12px 15px 12px 15px; font-family: 'Open Sans', sans-serif; transition: background-color 0.2s ease-out;}
ul.slimmenu li a:hover {text-decoration: none;}
.menu-collapser {width: 96%; margin: 0 2%; position: relative; text-align: left; height: 48px; line-height: 48px; font-size: 18px; padding: 0 8px; box-sizing: border-box;}
.collapse-button {position: absolute; right: 8px; top: 50%; width: 40px; background-repeat: repeat-x; border-radius: 4px; color: #ffffff; padding: 7px 10px; cursor: pointer; 
            font-size: 14px; text-align: center; transform: translate(0, -50%); box-sizing: border-box;}
.collapse-button .icon-bar {background-color: palegoldenrod; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); border-radius: 1px 1px 1px 1px; display: block; height: 2px; width: 18px; margin: 2px 0;}
ul.slimmenu.collapsed {list-style-type: none; margin: 0 1%; padding: 0; width: 98%; text-align: left;}
ul.slimmenu.collapsed li {border-left: none; display: block; width: 100%; box-sizing: border-box; z-index: 999; text-align: left;}
ul.slimmenu.collapsed li a {display: block; box-sizing: border-box;}
ul.slimmenu li .sub-collapser {visibility: hidden; position: absolute; right: 0; top: 0; width: 0; height: 100%; text-align: center; z-index: 999; cursor: pointer;}
/* Style the navbar */
#navbar {
  overflow: hidden;
  background-color: #333;
}
/* Navbar links */
#navbar a {
  float: left;
  display: block;
/*  color: #f2f2f2; */
  color: #f2f2f2;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}
/* ========  TOP AREA ======== */
#topsection {
    width: 90%;
    padding: 5px 0;
    margin-bottom: 30px;
    text-align: center;
}
#mainimage1block, #mainimage2block, #mainimage3block {
	float: left;
  	width: 33.3%;
  	max-height: 300px;
  	text-align: center;
}
#mainimage1block img  {
	border: 6px #f0f0f0 solid;
  	width: 95%;
  	height: auto;
	transform: rotate(-9deg);
	box-shadow: 0 0 10px #333;
}
#mainimage2block img {
	border: 6px #f0f0f0 solid;
  	width: 95%;
  	height: auto;
	box-shadow: 0 0 10px #333;
}
#mainimage3block img {
  	border: 6px #f0f0f0 solid;
  	width: 95%;
  	height: auto;
	transform: rotate(9deg);
	box-shadow: 0 0 10px #333;
}
/* ======== SECTION BLOCKS ======== */
.contentBox2a {float: left; width: 48%; padding: 0; margin: 0 2% 0 0;}
.contentBox2b {float: right; width: 48%; padding: 0; margin: 0 0 0 2%;}
.contentBox3a {float: left; width: 31.33333%; padding: 0; margin: 0 1% 5px 1%;}
.contentBox3b {float: left; width: 31.33333%; padding: 0; margin: 0 1% 5px 1%;}
.contentBox3c {float: left; width: 31.33333%; padding: 0; margin: 0 0 5px 0;}
.contentBox4a {float: left; width: 23.5%; padding: 0; margin: 0 1% 0 0;}
.contentBox4b, .contentBox4c {float: left; width: 23.5%; padding: 0; margin: 0 1% 0 1%;}
.contentBox4d {float: left; width: 23.5%; padding: 0; margin: 0 0 0 1%;}
.sidebarLeft {float: left; width: 28%; padding: 0; margin: 0 1% 0 1%;}
.contentRight {float: right; width: 68%; padding: 0; margin: 0 1% 0 1%;}
.sidebarRight {float: right; width: 28%; padding: 0; margin: 0 1% 0 1%;}
.contentLeft {float: left; width: 68%; padding: 0; margin: 0 1% 0 1%;}
.contentBox75left {float: left; width: 73%; padding: 0; margin: 0 2% 0 0;}
.contentBox75right {float: left; width: 73%; padding: 0; margin: 0 0 0 2%;}
/* ======== FOOTER ======== */
footer {
	clear: both;
	/* background: #202020;
	background: linear-gradient(#202020, #555, #202020); */
	background: #484a50;
	background: linear-gradient(#364145, #495b63, #364145);
	margin-bottom: -12px;
	color: palegoldenrod;
	font-size: 16px;
	line-height: 1.4em;
	padding: 10px 0 0 0;
}
footer a {
	color: #E3DEC5;
}
footer a:hover {
	color: #ccc;
}
footer ul {
	list-style-type: none; 
	line-height: normal; 
	margin: 0 0 10px 0; 
	padding: 0;
}
footer ul li {
	margin: 0 20px 0 0; 
	background: url(../images/bullet03.png) no-repeat 0 7px; 
	padding: 4px 0 2px 20px;
}
footer ul li a {
	color: #eee6ed; 
	text-decoration: none; 
	font-weight: bold; 
	letter-spacing: 2px;
}
footer ul li a:hover {
	color: #ccc; 
}
footer h4 {
	color: #fff; 
	text-align: left; 
	border-bottom: 1px solid #000000; 
	letter-spacing: -1px; 
	font: 28px 'Lora', Verdana, Helvetica, sans-serif;
}
footer hr {
	background-color: rgba(0, 0, 0, 0.3); 
	border: none; 
	color: rgba(0, 0, 0, 0.3); 
	height: 1px; 
	display: block; margin: 20px 0;
}
.copyright {
	letter-spacing: 3px; 
	text-align: center; 
	color: #E3DEC5; 
	font-size: 0.85em; 
	margin: 0; 
	padding:0;
}
/* ================================ MEDIA QUERIES =============================== */
/* ========================================================== */
/* ====================== SMALL DEVICE 01 (~ iPhone 5)==================== */
/* ========================================================== */
@media screen and (max-width: 320px) {
.container {width: 90%; margin: 0 auto;}
#nameplate {float: none; width: 96%;	margin: 0 auto;}
.brand, 
.brand a, 
.brand a:hover  {font: 28px 'Lora', Verdana, Helvetica, sans-serif;}
.slogan {font-size: 14px; padding: 0 0 20px 0;}
/* === topsection block ==== */
#topsection {width: 90%; margin: 0 auto;}
/* === content box coding ==== */
.sidebarLeft, .sidebarRight, .contentRight, .contentLeft, .contentMiddle {width: 98%; margin: 1%; padding: 0;}
.contentBox2a, .contentBox2b {width: 96%; margin: 1%; padding: 1%;}
.contentBox3a, .contentBox3b, .contentBox3c {width: 96%; margin: 1%; padding: 1%;}
.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 94%; margin: 1%; padding: 2%;}
.fBox4a, .fBox4b, .fBox4c, .fBox4d {float: none; width: 96%; padding: 0; margin: 0 2% 0 0;}
.contentBox75left {float: none; width: 90%; margin: 0 auto;}
.contentBox75right {float: none; width: 90%; margin: 0 auto;}
/* === miscellaneous coding ==== */
.pagename {font-size: 26px;}
.bigletters {font: 2.2em 'Raleway', Arial, Verdana, Helvetica, sans-serif;}

/* Other Adjustments because of grids */
.img-adj {margin: 0 auto; height: 40%; width: 40%;} 
.pg-img {height: 98%; width: 60%; float: right; position: relative; margin-left: 0px; margin-right: 0px; margin-top: 12px; padding-bottom: 12px;}
.hdr-gif {margin: 0 auto; height: 45px; width: 45px;}
.hdr-t1 {font-size: 6vw;}
.hdr-t2 {font-size: 3.5vw;}
.pagetext {font-size: small;}
.pagehyperlink {font-size: small;}
.pagehyperlink:hover {font-size: small;}
.h1-adj {font: bold x-large 'Jura', Verdana, Helvetica, sans-serif;}
.h4-adj {font: bold large 'Jura', Verdana, Helvetica, sans-serif;}
/* End Other Header adjustments because of grid */
   
}				                         
/* ========================================================== */
/* ===================== SMALL DEVICE 02 (~ iPhone 6 - 12ish) ==================== */
/* ========================================================== */
@media screen and (min-width: 321px) and (max-width: 480px) {
.container {width: 95%;	margin: 0 auto;}
#nameplate {float: none; width: 96%; margin: 0 auto;} 
.brand, 
.brand a, 
.brand a:hover  {font: 28px 'Lora', Verdana, Helvetica, sans-serif;}
.slogan {font-size: 14px;}
.pagename {font-size: 36px;}
/* === topsection block ==== */
#topsection {width:90%; margin: 0 auto;}
/* === content box coding ==== */
.sidebarLeft, .sidebarRight, .contentRight, .contentLeft {width: 98%; margin: 1%; padding: 0;}
.contentBox2a, .contentBox2b {width: 96%; margin: 1%; padding: 1%;}
.contentBox3a, .contentBox3b, .contentBox3c {width: 96%; margin: 1%; padding: 1%;}
.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 92%; margin: 1%; padding: 3%; float: none;}
.fBox4a, .fBox4b, .fBox4c, .fBox4d {float: none; width: 96%; padding: 0; margin: 0 2% 0 0;}
.contentBox75left {float: none; width: 90%; margin: 0 auto;}
.contentBox75right {float: none; width: 90%; margin: 0 auto;}
/* === miscellaneous coding ==== */
.bigletters {font: 2.2em 'Raleway', Arial, Verdana, Helvetica, sans-serif;}
 
/* Other Adjustments because of grids */
.img-adj {margin: 0 auto; height: 40%; width: 40%;} 
.pg-img {height: 98%; width: 60%; float: right; position: relative; margin-left: 0px; margin-right: 0px; margin-top: 12px; padding-bottom: 12px;}
.hdr-gif {margin: 0 auto; height: 45px; width: 45px;}
.hdr-t1 {font-size: 6.1vw;}
.hdr-t2 {font-size: 3.6vw;}
.pagetext {font-size: small;}
.pagehyperlink {font-size: small;}
.pagehyperlink:hover {font-size: small;}
.h1-adj {font: bold x-large 'Jura', Verdana, Helvetica, sans-serif;}
.h4-adj {font: bold large 'Jura', Verdana, Helvetica, sans-serif;}
/* End Other Header adjustments because of grid */

}
/* ========================================================== */
/* ================== SMALL DEVICE 03 ================= */
/* ========================================================== */
@media screen and (min-width: 481px) and (max-width: 623px) {
.container {width: 97%;	margin: 0 auto;}
#nameplate {float: none; width: 96%; margin: 0 auto;}
.menu-collapser {width: 80%; margin: 0 10%;}ul.slimmenu.collapsed {width: 80%; margin: 0 10%;}
/* === topsection block ==== */
#topsection {width:90%; margin: 0 auto;}
/* === content box coding ==== */
.sidebarLeft, .sidebarRight, .contentRight, .contentLeft {width: 98%; margin: 1%; padding: 0;}
.contentBox2a, .contentBox2b {width: 98%; margin: 1%; padding: 0;}
.contentBox3a, .contentBox3b, .contentBox3c {width: 98%; margin: 1%; padding: 0;}
.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 44%;	padding: 0 1%; margin: 1%;}
.fBox4a, .fBox4b, .fBox4c, .fBox4d {width: 44%; padding: 0; margin: 0 2% 0 0;}
.contentBox75left {width: 48%;}
.contentBox75right {width: 48%;}
/* === miscellaneous coding ==== */
.bigletters {font: 2.4em 'Raleway', Arial, Verdana, Helvetica, sans-serif;}
/* Other Adjustments because of grids */
.img-adj {margin: 0 auto; height: 40%; width: 40%;} 
.pg-img {height: 98%; width: 60%; float: right; position: relative; margin-left: 0px; margin-right: 0px; margin-top: 12px; padding-bottom: 12px;}
.hdr-gif {margin: 0 auto; height: 55px; width: 55px}
.hdr-t1 {font-size: 5.8vw;}
.hdr-t2 {font-size: 3.6vw;}
.pagetext {font-size: small;}
.pagehyperlink {font-size: small;}
.pagehyperlink:hover {font-size: small;}
.h1-adj {font: bold x-large 'Jura', Verdana, Helvetica, sans-serif;}
.h4-adj {font: bold large 'Jura', Verdana, Helvetica, sans-serif;}
/* End Other Header adjustments because of grid */
 
}
/* ========================================================== */
/* ================== MID DEVICE 01 ================= */
/* ========================================================== */
@media screen and (min-width: 624px) and (max-width: 669px) {
.container {	width: 97%; margin: 0 auto;}
#nameplate {float: none; width: 96%; margin: 0 auto;}
.menu-collapser {width: 80%; margin: 0 10%;}ul.slimmenu.collapsed {width: 80%; margin: 0 10%;}
/* === content box coding ==== */
.sidebarLeft, .sidebarRight, .contentRight, .contentLeft {width: 98%; margin: 1%; padding: 0;}
.contentBox2a, .contentBox2b, .contentBox3a, .contentBox3b, .contentBox3c {width: 98%; margin: 1%; padding: 0;}
.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 43%;	padding: 0 2%; margin: 1%;}
.contentBox75left {width: 48%;}
.contentBox75right {width: 48%;}
.fBox4a, .fBox4b, .fBox4c, .fBox4d {width: 44%; padding: 0; margin: 0 2% 0 0;}
/* === topsection block ==== */
#topsection {width:90%; margin: 0 auto;}
/* === miscellaneous coding ==== */
.bigletters {font: 2.4em 'Raleway', Arial, Verdana, Helvetica, sans-serif;}

/* Other Adjustments because of grids */
.img-adj {margin: 0 auto; height: 40%; width: 40%;} 
.pg-img {height: 98%; width: 60%; float: right; position: relative; margin-left: 0px; margin-right: 0px; margin-top: 12px; padding-bottom: 12px;}
.hdr-gif {margin: 0 auto; height: 60px; width: 60px}
.hdr-t1 {font-size: 6.0vw;}
.hdr-t2 {font-size: 3.6vw;}
.pagetext {font-size: small;}
.pagehyperlink {font-size: small;}
.pagehyperlink:hover {font-size: small;}
.h1-adj {font: bold x-large 'Jura', Verdana, Helvetica, sans-serif;}
.h4-adj {font: bold large 'Jura', Verdana, Helvetica, sans-serif;}
/* End Other Header adjustments because of grid */
 /* .header {background-size: 90% 90%;} */
}
/* ========================================================== */
/* ================== MID DEVICE 02 ================ */
/* ========================================================== */
@media screen and (min-width: 670px) and (max-width: 768px) {
.container {width: 97%; margin: 0 auto;}
#nameplate {float: none; width: 96%; margin: 0 auto;}
.menu-collapser {width: 70%; margin: 0 15%;}ul.slimmenu.collapsed {width: 70%; margin: 0 15%;}
/* === content box coding ==== */
.sidebarLeft, .sidebarRight, .contentRight, .contentLeft {width: 98%; margin: 1%; padding: 0;}
.contentBox2a, .contentBox2b, .contentBox3a, .contentBox3b {width: 46%; margin: 1%; padding: 0;}
.contentBox3c {width: 98%; margin: 1%; padding: 0;}
.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 43%;	padding: 0 2%; margin: 1%;}
.contentBox75left {width: 48%;}
.contentBox75right {width: 48%;}
.fBox4a, .fBox4b, .fBox4c, .fBox4d {width: 44%; padding: 0; margin: 0 2% 0 0;}
/* === miscellaneous coding ==== */
.bigletters {font: 2.4em 'Raleway', Arial, Verdana, Helvetica, sans-serif;}

/* Other Header adjustments because of grid */
.img-adj {margin: 0 auto; height: 48%; width: 48%}
.hdr-gif {margin: 0 auto; height: 66px; width: 66px;}
.hdr-t1 {font-size: 5.8vw;}
.hdr-t2 {font-size: 3.6vw;}
.pagetext {font-size: small;}
.pagehyperlink {font-size: small;}
.pagehyperlink:hover {font-size: small;}
.pg-img {height: 98%; width: 60%; float: right; position: relative; margin-left: 0px; margin-right: 0px; margin-top: 12px; padding-bottom: 12px;}
.h1-adj {font: bold x-large 'Jura', Verdana, Helvetica, sans-serif;}
.h4-adj {font: bold large 'Jura', Verdana, Helvetica, sans-serif;}
/* End Other Header adjustments because of grid */
 
}
/* ========================================================== */
/* ================== MID DEVICE 03 ================= */
/* ========================================================== */
@media screen and (min-width: 769px) and (max-width: 800px) {
.container {width: 97%; margin: 0 auto;}
.menu-collapser {width: 60%; margin: 0 20%;}ul.slimmenu.collapsed {width: 60%; margin: 0 20%;}
/* === content box coding ==== */
.sidebarLeft, .sidebarRight {width: 97%; margin: 1%; padding: 0;}
.contentRight, .contentLeft {width: 65%; margin: 1%; padding: 0;}
.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 22%;	padding: 0; margin: 1%;}
.fBox4a, .fBox4b, .fBox4c, .fBox4d {width: 44%; padding: 0; margin: 0 2% 0 0;}/* === miscellaneous coding ==== */
.bigletters {font: 2.4em 'Raleway', Arial, Verdana, Helvetica, sans-serif; font-weight: bold;}
/* Other Header adjustments because of grid */
.img-adj {margin: 0 auto; height: 48%; width: 48%}
.hdr-gif {margin: 0 auto; height: 66px; width: 66px;}
.hdr-t1 {font-size: 5.4vw;}
.hdr-t2 {font-size: 3.4vw;}
.pagetext {font-size: small;}
.pagehyperlink {font-size: small;}
.pagehyperlink:hover {font-size: small;}
.pg-img {height: 98%; width: 60%; float: right; position: relative; margin-left: 0px; margin-right: 0px; margin-top: 12px; padding-bottom: 12px;}
.h1-adj {font: bold x-large 'Jura', Verdana, Helvetica, sans-serif;}
.h4-adj {font: bold large 'Jura', Verdana, Helvetica, sans-serif;}
}
/* ========================================================== */
/* ================== LG DEVICE 01 ================= */
/* ========================================================== */
@media screen and (min-width: 801px) and (max-width: 1024px) {
.container {width: 97%; margin: 0 auto;}
.menu-collapser {width: 60%; margin: 0 20%;}ul.slimmenu.collapsed {width: 60%; margin: 0 20%;}
/* === content box coding ==== */
.sidebarLeft, .sidebarRight {width: 97%; margin: 1%; padding: 0;}
.contentRight, .contentLeft {width: 65%; margin: 1%; padding: 0;}
.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 22%;	padding: 0; margin: 1%;}
.fBox4a, .fBox4b, .fBox4c, .fBox4d {width: 44%; padding: 0; margin: 0 2% 0 0;}
/* Other Header adjustments because of grid */
.img-adj {margin: 0 auto; height: 48%; width: 48%}
.hdr-gif {margin: 0 auto; height: 75px; width: 75px;}
.hdr-t1 {font-size: 4.7vw;}
.hdr-t2 {font-size: 3.0vw;}
.pagetext {font-size: small;}
.pagehyperlink {font-size: small;}
.pagehyperlink:hover {font-size: small;}
.pg-img {height: 98%; width: 60%; float: right; position: relative; margin-left: 0px; margin-right: 0px; margin-top: 12px; padding-bottom: 12px;}
.h1-adj {font: bold x-large 'Jura', Verdana, Helvetica, sans-serif;}
.h4-adj {font: bold large 'Jura', Verdana, Helvetica, sans-serif;}
}
/* ========================================================== */
/* ================== LG DEVICE 02 ================= */
/* ========================================================== */
@media screen and (min-width: 1025px) and (max-width: 1199px) {
.container {width: 97%; margin: 0 auto;}
/* Other Header adjustments because of grid */
.img-adj {margin: 0 auto; height: 48%; width: 48%}
.hdr-gif {margin: 0 auto; height: 80px; width: 80px;}
.hdr-t1 {font-size: 4.2vw;}
.hdr-t2 {font-size: 2.6vw;}
.pagetext {font-size: small;}
.pagehyperlink {font-size: small;}
.pagehyperlink:hover {font-size: small;}
.pg-img {height: 98%; width: 58%; float: right; position: relative; margin-left: 0px; margin-right: 20px; margin-top: 8px; padding: 12px;}
.h1-adj {font: bold xx-large 'Jura', Verdana, Helvetica, sans-serif;}
.h4-adj {font: bold x-large 'Jura', Verdana, Helvetica, sans-serif;}
}
}

