/*Head Start*/
/* Reset */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}
/* 1 ROOT           ============================================================================= */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%; /* this makes our px sizing match up with rems http://snook.ca/archives/html_and_css/font-size-with-rem */
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f3f5f6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
/*  background: #ff0000;*/
	background: #e5e5e5; /*changed 2-22-2018*/
  padding: 0;
  font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
  color: #444;
}
#wrap {
  margin: 0 auto;
  width: 98.5%;
  max-width: 70.3em;
  background: #fff;
}
/* 2 GRID           ============================================================================= */
.row {
  margin:0 auto;
  padding:1px 0;
  padding:1rem 0;
}
/* 3 HELPERS         ============================================================================= */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.visuallyhidden {
    position: absolute;
    margin: -1px;
    padding: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}
.floatleft {
  float:left;
  margin:0 30px 20px 0;
  margin:0 3rem 2rem 0;
}
.floatright {
  float:right;
  margin:0 0 20px 30px;
  margin:0 0 2rem 3rem;
}
.desktop {
  display: none;
}
/* 4 TYPOGRAPHY       ============================================================================= */
h1, h2, h3, h4, h5, h6 {
  font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  text-rendering: optimizelegibility;
  font-weight:400;
}
h1 {
  margin-bottom: 0.75em;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
  color: #0042ff;
  font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
}
h2 {
  margin-bottom: 0.75em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #ff0000;
  font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
}
h3 {
  margin-bottom: 1em;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.3;
  color: #0042ff;
  font-weight: bold;
  font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
}
h4 {
  margin-bottom: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.25;
  color: #ff0000;
  font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
}
h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1.5em;
}
h6 {
  margin-bottom: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
p, ol, ul, dl, address {
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 24px;
}
li ul, li ol {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
blockquote {
  margin: 0 0 1.5em 0;
  padding-left: 24px;
  border-left: 3px solid #561c04;
  font-family: Cambria, Georgia, serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
}
q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
dl {
  margin-bottom: 1.5em;
}
b, strong {
  font-weight: bold;
}
pre, code, kbd, samp, .warning, .error, #systemMessage {
  font-family: Monaco, Courier New, monospace;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
sub, sup {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  vertical-align: baselineheight;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* 5 LINKS           ============================================================================= */
a {
  text-decoration: none;
  color: #0042ff;
}
a:visited {
  color: #0042ff;
}
a:hover {
  text-decoration: none;
  color: #ffa801; /*yellow*/
}
a:focus {
  outline: thin dotted;
color: #0042ff;
}
a:hover, a:active {
  outline: 0;
}
::-moz-selection {
  background-color: #d6dbe1;
  color: #255b7e;
  text-shadow: none;
}
::selection {
  background-color: #d6dbe1;
  color: #255b7e;
  text-shadow: none;
}
/* 6 FIGURES & IMAGES     ============================================================================= */
img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin-bottom:1.5em;
}
figure figcaption {
  display: block;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  color: #777;
}
/* 7 TABLES         ============================================================================= */
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1.5em;
    width: 100%;
}
th, td, caption {
    padding: 0.25em .5em;
    text-align:left;
}
tfoot {
  font-style: italic
}
caption {
  background-color: transparent
}
tbody tr {
  border: 1px solid #eee;
}
tbody tr:nth-child(odd) td {
  background-color: #f2f3e2;
}
table.category {
  float: left;
}
/* 8 FORMS & BUTTONS    ============================================================================= */
form fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0;
}
legend {
  margin-bottom:1.5em;
}
label, input, button, select, textarea {
  vertical-align: baseline;
  *vertical-align: middle;
}
input, button, select, textarea {
}
label {
  display: block;
  font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  margin-bottom: 0.1875em;
  color: #777;
  cursor: pointer;
  font-size: 12px;
  font-size: 1.2rem;
  font-style:italic;
}
label input, label textarea, label select {
  display: block;
}
input, textarea, select {
  display: inline-block;
  width: 100%;
  padding: 4px;
  margin-bottom: 0.375em;
  background-color: #fff;
  border: 1px solid #ddd;
  border: 1px solid rgba(0,0,0,.1);
}
input[type=text], input[type=password], textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: .25em .5em;
    margin-bottom: 1em;
    min-height:2.5em;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
}
input:hover, textarea:hover, select:hover {
}
input[type="image"], input[type="checkbox"], input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
}
input[type="checkbox"], input[type="radio"] {
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="image"] {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  width: auto;
  height: auto;
  cursor: pointer;
  *overflow: visible;
}
select, input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px;
}
select {
  width: auto;
  background-color: #ffffff;
  font-size: 13px;
  font-size: 1.3rem;
}
select[multiple], select[size] {
  height: auto;
}
textarea {
  resize: vertical;
  overflow: auto;
  height: auto;
  overflow: auto;
  vertical-align: top;
}
input[type="hidden"] {
  display: none;
}
.radio, .checkbox {
  padding-left: 18px;
  font-weight: normal;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: not-allowed;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
input#mod-search-searchword {
  margin:0;
}
div.search label {
  display: none;
}
#searchForm input, #searchForm textarea, #searchForm select {
  display: inline-block;
  margin-bottom: 0;
}
#searchForm label {
  display: inline-block;
  margin:0 .25em 1em;
}
#searchForm label[for="search-searchword"], #contact-form button {
  display:block;
}
#searchForm .radio, #searchForm .checkbox, #searchForm .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
#searchForm .radio input[type="radio"], #searchForm .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
/* Buttons =================================================== */
button, .btn, .button, a.button, ul.pagenav li a, input.button, input[type="button"], input[type="submit"] {
  font-family:sans-serif;
  cursor : pointer;
  display: inline-block;
  position: relative;
  text-align:center;
  margin: 1em 0;
  padding: .5em .75em;
  color:#000;
  text-shadow:0px 1px 0px rgba(0,0,0,.45);
  background: rgba(222,222,222,1);
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,222,222,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(222,222,222,1)));
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(222,222,222,1) 100%);
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(222,222,222,1) 100%);
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(222,222,222,1) 100%);
  background: linear-gradient(top, rgba(242,242,242,1) 0%,rgba(222,222,222,1) 100%);
  border:1px solid rgba(222,222,222,1);
  border:1px solid rgba(0,0,0,.2);
  -webkit-border-radius: .125em;
  -moz-border-radius: .125em;
  border-radius: .125em;
  -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.65) inset, 0px 1px 2px rgba(255,255,255,0.45) inset;
  -moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.65) inset, 0px 1px 2px rgba(255,255,255,0.45) inset;
  box-shadow: 0px 1px 0px rgba(255,255,255,0.65) inset, 0px 1px 2px rgba(255,255,255,0.45) inset;
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
  max-width:400px;
}
.btn:hover, button:hover, .button:hover, a.button:hover, ul.pagenav li a:hover, input.button:hover, input[type="button"]:hover, input[type="submit"]:hover {
  text-decoration: none;
  background: rgb(126,41,6);
  background: -moz-linear-gradient(top, rgba(222,222,222,1) 0%, rgba(242,242,242,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,222,222,1)), color-stop(100%,rgba(242,242,242,1)));
  background: -webkit-linear-gradient(top, rgba(222,222,222,1) 0%,rgba(242,242,242,1) 100%);
  background: -o-linear-gradient(top, rgba(222,222,222,1) 0%,rgba(242,242,242,1) 100%);
  background: -ms-linear-gradient(top, rgba(222,222,222,1) 0%,rgba(242,242,242,1) 100%);
  background: linear-gradient(top, rgba(222,222,222,1) 0%,rgba(242,242,242,1) 100%);
}
.btn:active, button:active, .button:active, a.button:active, ul.pagenav li a:active, input.button:active, input[type="button"]:active, input[type="submit"]:active {
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2) inset;
   -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2) inset;
}
/* 9 HEADER           ============================================================================= */
section.category-list h2 { /*matches article title and category title stylings*/
  margin-bottom: 0.75em;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
  color: #0042ff;
}
/*2017*/
header {
  display: block;
	width: 100%;
}
header.page-header h1, div#fd.eb .eb-brand-name, header.page-header h1, #xmap h1, div.category-list h1, #phocagallery .page-header h1, .ce-container.contact h1, #left .module-header h1{
	font-size: 30px;
	font-size: 3rem; 
	margin-bottom: 0.07em;
	text-transform: uppercase;
}
div.category-list h1, .ce-container.contact h1 {
	margin-bottom: 1em;
}
div#fd.eb .eb-brand-name {
  font-size: 3px;
	font-size: 3rem;
	text-transform: uppercase;
}
#main.mainLeft section.blog header.page-header h1, #main2.mainLeft section.blog header.page-header h1 {
  margin: 0;
  padding: 0;
}
/*if category blog article titles are links*/
header h1 a, header h1 a:visited { 
  font-size: 22px;
  font-size: 2.2rem;
  color: #0042ff;
}
/*article titles*/
article.article h1, #main.mainLeft section.blog header.page-header section.items-leading article.article header h1, #main2.mainLeft section.blog header.page-header section.items-leading article.article header h1  { 
  color: #0042ff;
	font-size: 22px;
  font-size: 2.2rem;
	margin-bottom: 15px;
	border-bottom: none;
}
/*2017*/

/* 10 LOGO           ============================================================================= */
#logoRow.row {
  margin: 0;
  text-align: center;
  padding: 0;
}
#hleft, #hctr{
  float: left;
}
#hleft {
  padding: 0 0 10px 0;
  padding: 0 0 1rem 0;
}
#hctr .module { /*text styling in JCE Editor*/
  padding: 15px 20px 0 60px;
  padding: 1.5rem 2rem 0 6rem;
  text-align: center;
}
#hright {
  padding: 5px 8px 0 0;
  padding: .5rem .8rem 0 0;
}
#hright .module{
  padding: 4px 0;
  padding: .4rem 0;
}

/* 11 NAVIGATION      ============================================================================= */
#buttonRow {float:right;}
#mobileMenu, #mobileSearch {
  float:right;
  display:block;
  background: #fff;
  border:1px solid #ff0000;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  padding:.5em .75em;
}
#mobileSearch {
  margin-left:20px;
  margin-left:2rem;
}
.dj-main {
  display: none;
}
#menu.row {
  margin: 0;
  padding: 0;
  background: #ff0000;
}
#menu.row ul {
  margin: 0;
  padding: 0;
}
/* breadcrumbs */
/* article navigation */
ul.pagenav, ul.pagenav li {
  margin:0;
  padding:0;
}
ul.pagenav li {
  list-style-type:none;
  display:inline-block;
}
li.pagenav-prev {
  float:left;
}
li.pagenav-next {
  float:right;
}
.pagination p, .pagination ul {
  text-align:center;
}
.pagination ul {
  margin:0;
  padding:0;
}
.pagination li {
  list-style-type:none;
  display:inline-block;
  margin:.125em;
}
.pagination li span, .pagination li a {
  padding:.25em .5em;
}
.pagination li a {
  border:1px solid #e5e5e5;
  background:#f9f9f9;
}
.pagination li a:hover {
  background:#e5e5e5;
}
.pagination li span {
  border:1px solid #eee;
  color:#d5d5d5;
}
ul.menu_btm {
  display: block;
  list-style: none;
  margin: 0 auto;
}
ul.menu_btm li {
  display: inline-block;
  margin: 0;
  padding: 0;
  background: url(../images/sep.png) 0 50% no-repeat;
}
ul.menu_btm li:first-child {
  background: none;
}
ul.menu_btm li a {
  padding: 0 4px 0 10px;
  padding: 0 0.4rem 0 1rem;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #202020;
}
ul.menu_btm li a:hover {
  color: #0042ff;
}
ul.menu_btm li a :nth-child {
  border-right: 0;
}
/* 12 BANNER         ============================================================================= */
/* 13 ABOVE         ============================================================================= */
/* 14 MAIN CONTENT       ============================================================================= */
/* article */
/*article.article {
  position:relative;
}*/
article {
  margin: 0;
  padding: 0;
}
.blog article.article {
  clear: both;
  position:relative;
	padding: 1em 0;
}
.article-meta {
  font-size:12px;
  font-size:1.2rem;
  color:#999;
/*  border-top:1px solid #eee;
  border-bottom:1px solid #eee;*/
  padding:.5em 1em;
  font-style:italic;
  margin-bottom:15px;
  margin-bottom:1.5rem;
	margin-bottom: auto;
}
dl.article-info {
  margin-bottom:0;
}
dl.article-info dd {
  display:inline-block;
  padding:0 .5em;
  border-right:1px solid #eee;
}
/* article icons */
.actions {
  /*clear: both;*/
    display: inline-block;
    float: right;
/*    margin-top: -1em;*/
}
.actions ul, ul.actions {
  margin:0.5em;
  padding:0;
}
.actions li {
  list-style-type:none;
  float:left;
  margin:0 0 0 .5em;
}

/* 15 COMPLEMENTARY     ============================================================================= */
/* 16 BOTTOM         ============================================================================= */
/* 17 FOOTER         ============================================================================= */
footer[role="contentinfo"] {
  padding: 0;
  margin: 0;
}
footer.row {
  margin: 0 2%;
margin: 0;
  padding: 12px 0;
  padding: 1.2rem 0;
}
#ftleft, #ftright {
  float: left;
  width: 5%;
height: 20px; /* height not needed if module content exists */
}
#ftctr {
  float: left;
  width: 90%;
  padding: 4px 0;
  padding: 0.4rem 0;
}
#ftctr .module {
  width: 100%;
  text-align: center;
  padding: 3px 0;
  padding: 0.3rem 0;
  /*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  color: #000;
}
#ftctr .module-logos {
  border-bottom: 1px solid #ff0000;
}
#ftctr .module-logos p {
  margin: 0;
  padding:0;
  line-height: 1;
}
/* 18 VENDOR-SPECIFIC     ============================================================================= */
/* WIDGETKIT */
.wk-slideshow-default > div {
  border: 5px solid #d5d0c1;
  border: 0;
}
.wk-slideshow .captions {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
}
/* CONTACT ENHANCED */
.ce-container.contact h2, div.contact-category h2 { /*matches article title and category title stylings*/
  margin-bottom: 0.75em;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
  color: #0042ff;
}
#ce-container.categories-list td.item-title { /*if more table headings are added this may change*/
width: 50%;
}
#ce-map-cpanel-switch span {
  margin-top: -15px;
  margin-top: -1.5rem;
}
#contact-form button {
  float:left;
  clear: both;
}
#ce-map-coordinates {
  height: 55px;
  height: 5.5rem;
}
#ce-map-cpanel-switch {
  padding: 18px;
  padding: 1.8rem;
  height: 50px;
  height: 5rem;
}

/* EASYBLOG */
.ezb-mod .mod-post-title, .ezb-mod .mod-post-title a {
  color: #020202;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.1em;
/*line-height: 2em;*/
}
#left .ezb-mod .mod-post-title, #left .ezb-mod .mod-post-title a {
  line-height: 1.1em;
}
.ezb-mod.ezblog-latestpost .ezb-mod .mod-item {
  padding: 5px 0 !important;
padding: 10px 0 5px 0 !important;
}
.ezb-mod.ezblog-latestpost .ezb-mod .mod-item + .mod-item {
  border-top: 1px solid #dedede;
  margin: 5px 0 0 !important;
margin: 5px 10px 5px 10px !important;
}
.ezb-mod .mod-item {
  margin: 5px 10px 5px 10px !important;
}
.ezb-mod .mod-item .mod-post-author.at-bottom, .ezb-mod .mod-item .mod-post-author.at-bottom a {
  border-top: none;
  padding: 0 !important;
  margin: 0 !important;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ezb-mod img.avatar, #eblog-wrapper img.avatar {
  border: 0;
  padding-right: 2px;
  padding-right: .2rem;
}
/* 19 JOOMLA SPECIFICS     ============================================================================= */
#system-message, .error {
  background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
  padding:1em;
}
#system-message dt {
  margin-bottom: 15px;
  margin-bottom: 1.5em;
}
#system-message dl {
  margin-bottom: 0;
}
.warning, .error {
  color: #B94A48;
}
input[type="checkbox"] {
  margin-left:.5em;
}
label#jform_contact_email_copy-lbl {
  display:inline-block;
  float:left;
}

/* 20 MODULE STYLES     ============================================================================= */
article {
  margin: 0;
  padding: 0;
}
/* RESPONSIVE DISPLAY -- MOBILE */

#logoRow.row {
  background: #fff;
}
hleft {
  float: left;
  text-align: center;
}
div.search {
  /*display: none;*/
}
div.search input.inputbox, div.finder input.inputbox {
  font-size: 1.5rem;
}
#hright {
  float: none;
  text-align: center;
  padding-left: 5px;
  padding-left: .5rem;
}
#hright p, #hright h4, #hright a {
  clear: both;
  color: #0042ff;
}
#middleRow {
  margin: 0;
}
#middleRow a:link, #middleRow a:visited {
   color: #fff;
  margin:0;
}
#middleRow a:hover{
  color: #fff380; /*light yellow*/
}
#middle1, #middle2, #middle3, #middle4 {
  float: left;
  font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
  color: #fff;
  width: 100%;
  font-size: 22px;
  font-size: 2.2rem;
}
#middle1 p, #middle2 p, #middle3 p, #middle4 p {
  padding: 10px;
  padding: 1rem;
  margin: 0;
}
#middle1 .module, #middle2 .module, #middle3 .module, #middle4 .module {
  text-align: center;
  min-height: 43px;
  min-height:4.3rem;
}
#middle1 .module {
   background: #ff0000;
}
#middle2 .module {
   background: #ffa801;
}
#middle3 .module {
   background: #9ebc20;  
}
#middle4 .module {
   background: #0042ff;
}
#bottomRow .module {
  padding: 10px 0;
  padding: 1rem 0;
}
#main.mainLeft, #bottomRow {
  padding: 0 10px;
  padding: 0 1rem;
}
#left, #std-banner {
  display: none;
}
#bottom1, #hctr {
  display: none;
}
#bottom3 p {
  padding: 0 0 0 10px;
  padding: 0 0 0 1rem;
  margin-bottom: 0;
}
.footer1, .footer1 a:link, .footer1 a:visited {
  margin: 0;
  padding: 0;
font-size: 11px;
font-size: 1.1rem;
  line-height: 1.2;
}

@media print {
* {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
}
@page {
    margin: 0.5cm;
}
h2, h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
}
p {
    orphans: 3;
    widows: 3;
}
pre, blockquote {
    border: 1px solid #808080;
    page-break-inside: avoid;
}
abbr[title]:after {
    content: " (" attr(title) ")";
}
a, a:visited {
    text-decoration: underline;
}
a[href]:after {
    content: " (" attr(href) ")";
}
a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
}
img {
    max-width: 100% !important;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
tr {
    page-break-inside: avoid;
}
}
@media only screen and (min-width: 34.286em) {
/* 1 ROOT           ============================================================================= */
/* 2 GRID           ============================================================================= */
/* 3 HELPERS         ============================================================================= */
/* 4 TYPOGRAPHY       ============================================================================= */
/* 5 LINKS           ============================================================================= */
/* 6 FIGURES & IMAGES     ============================================================================= */
/* 7 TABLES         ============================================================================= */
/* 8 FORMS & BUTTONS    ============================================================================= */
/* 9 HEADER           ============================================================================= */
/* 10 LOGO           ============================================================================= */
/* 11 NAVIGATION      ============================================================================= */
/* 12 BANNER         ============================================================================= */
/* 13 ABOVE         ============================================================================= */
/* 14  CONTENT       ============================================================================= */
/* 15 COMPLEMENTARY     ============================================================================= */
/* 16 BOTTOM         ============================================================================= */
/* 17 FOOTER         ============================================================================= */
/* 18 VENDOR-SPECIFIC     ============================================================================= */
/* 19 JOOMLA SPECIFICS     ============================================================================= */
/* 20 MODULE STYLES     ============================================================================= */
}
/* 600px */
@media only screen and (min-width: 37.5em) {
/* RESPONSIVE DISPLAY - 600px SCREENS + */
#hleft {
  float: left;
  text-align: center;
}
#hright {
  float: right;
}
#hright h4 a:link, #hright h4 a:visited, #hright h4 a:active {
  color: #0042ff;
}
#hright p {
  margin: 0;
  padding: 3px 0;
  padding: 0.3rem 0;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.2em;
}
#hright h4 {
  margin: 0;
  padding: 8px 0 7px 0;
  padding: .8rem 0 .7rem 0;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.2;
  font-weight: bold;
}
#aboveRow {
  margin: 0;
  padding: 0;
}
#above1 {
  margin: 10px 10px 10px 10px;
  margin: 1rem 1rem 1rem 1rem;
}
#left {
  display: none;
}
#bottom1 {
  display: block;
}
#middleRow {
  margin: 0;
  padding: 0 0 10px 0;
  padding: 0 0 1rem 0;
}
#middle1, #middle2, #middle3, #middle4 {
  float: left;
  font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
  color: #fff;
  width: 25%;
  font-size: 22px;
  font-size: 2.2rem;
}
#middle1 p, #middle2 p, #middle3 p, #middle4 p {
  padding: 10px;
  padding: 1rem;
}
#middle1 .module, #middle2 .module, #middle3 .module, #middle4 .module {
  margin: 0 18px;
  margin: 0 1.8rem;
  text-align: center;
  min-height: 43px;
  min-height:4.3rem;
}
#bottom1, #bottom3{
  float: left;
  width: 22%;
  margin-left: 0;
}
#bottom2 {
  float: left;
  width: 53%;
  margin-left: 2.2%;
	padding-right: 10px;
	padding-right: 1rem;
}
#bottomRow .module {
  width: 100%;
  padding-top: 0;
  border-top: none;
}
#bottomRow.row {
  display: block;
  padding: 15px 10px 0 18px;
  padding: 1.5rem 1rem 0 1.8rem;
}
#bottom1 {
  background: #fff3db;
}
#bottom3 {
  background: #eff4db;
}
#bottom1, #bottom2, #bottom3 {
  min-height: 500px;
}
#bottom3, #bottom2 {
  margin-right: 0;
}
#bottom1, #bottom3, #left{
  padding: 0 7px;
  padding: 0 .7rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
#bottom1 h2 {
  margin: 0;
  padding: 0;
  line-height: .8;
}
#bottom1 h3, #bottom2 h3, #bottom3 h3, /*#left h3.module-title,*/ #left .module-header h3 {
  padding: 0 10px 0 10px;
  padding: 0 1rem 0 1rem;
  margin: 0 0 10px;
  margin: 0 0 1rem;
  color: #0042ff;
  font-size: 20px;
  font-size: 2rem;
  text-align: left;
  font-style: italic;
}
#bottom3 .module-header h3, #left .module-header h3 {
  padding: 10px 0 0 0;
  padding: 1rem 0 0 0;
  color: #000;
}
#bottom1 p, #bottom3  p, #left p {
  font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
}
#bottom1 p{
  font-size: 17px;
  font-size: 1.7rem;
   line-height: 1.4;
   margin-bottom: 0px;
   padding-bottom: 6px;
  padding-bottom: .6rem;
  color: #000;
}
#bottom3 p, #left p {
  color: #000;
  padding: 0 0 15px 10px;
  padding: 0 0 1.5rem 1rem;
  margin-bottom: 0;
}
#bottom1 .module-random, #left .module-random {
  padding-top: 10px;
  padding-top: 1rem;
}
#left .module-random {
  text-align: center;
}
.module-random img {
	width: auto;
	width: 100%;
  height: auto;
}
#bottom3 .module-locations p {
  font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8;
  padding: 0 0 0 10px;
  padding: 0 0 0 1rem;
   color: #000;
}
#bottom3 p, #left p {
  font-size: 17px;
  font-size: 1.7rem;
}
/*removed Press Release CSS if needed again copy from MCCAA site in multiple spots*/
/* 1 ROOT           ============================================================================= */
body {
  font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #202020;
}
/* 2 GRID           ============================================================================= */
.row {
  margin:0 auto;
  padding: 30px 0 0 0;
  padding: 3rem 0 0 0;
}
/* 3 HELPERS         ============================================================================= */
/* 4 TYPOGRAPHY       ============================================================================= */
/* 5 LINKS           ============================================================================= */
a.readmore, .readmore a, #bottomRow a, #left a {
  font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#bottom3 a, #left .module-links a {
  font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
}
.module-locations a {
  text-decoration: underline;
}
#bottom1 .module-gallery a, #left .module-gallery a{
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  color: #202020;
  font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
  margin:0;
}
#left .module-gallery a {
  color: #202020;
}
#bottom1 a:hover, #left a:hover {
  color: #0042ff;
}

/* 6 FIGURES & IMAGES     ============================================================================= */
/* 7 TABLES         ============================================================================= */
/* 8 FORMS & BUTTONS    ============================================================================= */
/* 9 HEADER           ============================================================================= */
/* 10 LOGO           ============================================================================= */
/* 11 NAVIGATION      ============================================================================= */
.dj-main {
  display: block;
}
/*#menu {
  float: left;
  padding: 0;
  margin: 0;
}*/
nav#menu {
  width: 100%;
  margin: 0;
}
li.pagenav-next {
  float:left;
}
ul.pagenav li {
  margin-left: 20px;
  margin-left: 2rem;
}
/* 12 BANNER         ============================================================================= */
/* 13 ABOVE         ============================================================================= */
/* 14 MAIN CONTENT       ============================================================================= */
#main.mainLeft, #mainRow.row {
  margin: 0;
  padding: 10px 0 0 0;
  padding: 1rem 0 0 0;
padding: 0;
}
#main.mainLeft {
  padding: 25px 15px 0 5px;
  padding: 2.5rem 1.5rem 0 .5rem;
}
#main.mainLeft section.category-list, #eblog-wrapper, .ce-container.contact, div.contact-category, #xmap { /*matches heading and category title padding*/
  margin: 0;
  padding: 20px 15px 0 5px;
  padding: 2rem 1.5rem 0 .5rem;
}

/* 15 COMPLEMENTARY     ============================================================================= */
#left {
  display: block;
  padding: 0 20px;
  padding: 0 2rem;
}
/* 16 BOTTOM         ============================================================================= */
/* 17 FOOTER         ============================================================================= */
footer[role="contentinfo"] {
  margin: 0;
  padding: 0;
}
footer.row {
  width: 100%;
  margin: 0 auto;
  padding: 12px 0;
  padding: 1.2rem 0;
  text-align: center;
  background: #fff;
}
ul.menu_btm li a {
  padding: 0 8px 0 14px;
  padding: 0 0.8rem 0 1.4rem; /* adds padding for wider views */
}
.footer1, .footer1 a:link, .footer1 a:visited {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #202020;
  outline: 0;
}
.footer1 a:hover {
  text-decoration: underline;
  color: #0042ff;
}

/* 18 VENDOR-SPECIFIC     ============================================================================= */
/* 19 JOOMLA SPECIFICS     ============================================================================= */
/* 20 MODULE STYLES     ============================================================================= */
#left .module, #bottomRow .module, footer .module {
  float:left;
}
#left .module {
  background: #f2f3e2;
  padding: 0 7px;
  padding: 0 .7rem;
}
}
/* 768px - TABLET */
@media only screen and (min-width: 48em) {
/* RESPONSIVE DISPLAY - TABLET */
/*#logoRow.row {
  background: #fff url(../images/header_bg.jpg) top left no-repeat;
}*/
#left {
  display: block;
}
/* 1 ROOT           ============================================================================= */
body {
  position:relative;
}
/* 2 GRID           ============================================================================= */
/* 3 HELPERS         ============================================================================= */
.mobile {
  display:none;
}
.desktop {
  display: inherit;
}
/* 4 TYPOGRAPHY       ============================================================================= */
/* 5 LINKS           ============================================================================= */
/* 6 FIGURES & IMAGES     ============================================================================= */
/* 7 TABLES         ============================================================================= */
/* 8 FORMS & BUTTONS    ============================================================================= */

div.search label {
  display: none;
}
div.search {
  /*display: none;*/
}
div.search input.inputbox, div.finder input.inputbox {
font-size: 1.4rem;
}

/* 9 HEADER           ============================================================================= */
/* 10 LOGO           ============================================================================= */

/* 11 NAVIGATION      ============================================================================= */
/* 12 BANNER         ============================================================================= */
/* 13 ABOVE         ============================================================================= */
/* 14 MAIN CONTENT       ============================================================================= */
.actions ul, ul.actions {
  margin:0 0 0.5em 0;
  padding:0;
}
aside#sidebar {
  padding: 20px 15px 0 0;
  padding: 2rem 1.5rem 0 0;
  width: 34%;
width: 28%;
  margin: 0;
  float: left;
}
#left {
  display: block;
  background: #f2f3e2;
  padding: 0 0 8px 0;
  padding: 0 0 .8rem 0;
  margin: 10px 10px;
  margin: 1rem 1rem;
}
#left h2 {
  margin: 0;
  padding: 0;
  line-height: .8;
}
#left .module {
  width: 100%;
  margin: 5px 0 13px 0;
  margin: 0.5rem 0 1.3rem 0;
}
#main {
  border-bottom:0;
  margin-bottom:0;
}
#main.mainLeft {
  width: 66%;
width: 72%;
  float:right;
}
section.article-body, section.intro-articles, section.article-intro, .article-body {
  clear: both;
}
.blog.listings section.intro-articles h1 {
  font-size: 22px;
  font-size: 2.2rem;
}
.blog.listings section.intro-articles h1 a:hover {
  text-decoration: none;
}
.contentpane.survey h1 {
  padding-top: 20px;
  padding-top: 2rem;
}
/* 15 COMPLEMENTARY     ============================================================================= */
/* 16 BOTTOM         ============================================================================= */
/* 17 FOOTER         ============================================================================= */
/* 18 VENDOR-SPECIFIC     ============================================================================= */
/* 19 JOOMLA SPECIFICS     ============================================================================= */
/* 20 MODULE STYLES     ============================================================================= */
}

/* 992px - DESKTOP */
@media only screen and (min-width: 62em) {
/* RESPONSIVE DISPLAY -- DESKTOP */
a:focus {
  outline: 0;
}
#logoRow.row {
/*  background: #fff url(../images/header_bg.jpg) top left no-repeat;*/
}
div.search, #hctr {
  display: block;
}
#above1 {
/*margin-top: 0;*/
}
/* 1 ROOT           ============================================================================= */
/* 2 GRID           ============================================================================= */
/* 3 HELPERS         ============================================================================= */
/* 4 TYPOGRAPHY       ============================================================================= */
/* 5 LINKS           ============================================================================= */
/* 6 FIGURES & IMAGES     ============================================================================= */
/* 7 TABLES         ============================================================================= */
/* 8 FORMS & BUTTONS    ============================================================================= */
div.search input.inputbox, div.finder input.inputbox {
  float: right;
  color: #333;
  border: 1px solid #ccc;
  font-weight: bold;
  font-size: 11px;
  font-size: 1.1rem;
}
input[type=text], input[type=password], textarea {
  margin-bottom: 0.5em;
  min-height:1.5em;
  background: #fff;
}
/*input[type=text]:focus, input[type=password]:focus, textarea:focus {
    box-shadow: none;
    border: none;
}*/
input,
textarea,
select {
  max-width: 360px;
}
/* 9 HEADER           ============================================================================= */
header {
  float: left;
  display: block;
}
/* 10 LOGO           ============================================================================= */

/* 11 NAVIGATION      ============================================================================= */
/* 12 BANNER         ============================================================================= */
/* 13 ABOVE         ============================================================================= */
/* 14 MAIN CONTENT       ============================================================================= */
/* 15 COMPLEMENTARY     ============================================================================= */
/* 16 BOTTOM         ============================================================================= */
#bottomRow :nth-child(3n) article {
  margin-right:0;
}
#bottom1, #bottom3, #left {
  padding: 0 14px;
  padding: 0 1.4rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
#bottom1 {
	padding-top: 20px;
	padding-top: 2rem;
}
/* 17 FOOTER         ============================================================================= */
/* 18 VENDOR-SPECIFIC     ============================================================================= */
/* 19 JOOMLA SPECIFICS     ============================================================================= */

/* 20 MODULE STYLES     ============================================================================= */
}
/* 1382px */
@media only screen and (min-width: 86.375em) {
/* 1 ROOT           ============================================================================= */
/* 2 GRID           ============================================================================= */
/* 3 HELPERS         ============================================================================= */
/* 4 TYPOGRAPHY       ============================================================================= */
/* 5 LINKS           ============================================================================= */
/* 6 FIGURES & IMAGES     ============================================================================= */
/* 7 TABLES         ============================================================================= */
/* 8 FORMS & BUTTONS    ============================================================================= */
/* 9 HEADER           ============================================================================= */
/* 10 LOGO           ============================================================================= */
/* 11 NAVIGATION      ============================================================================= */
/* 12 BANNER         ============================================================================= */

/* 13 ABOVE         ============================================================================= */
/* 14 MAIN CONTENT       ============================================================================= */
/* 15 COMPLEMENTARY     ============================================================================= */
/* 16 BOTTOM         ============================================================================= */
/* 17 FOOTER         ============================================================================= */
/* 18 VENDOR-SPECIFIC     ============================================================================= */
/* 19 JOOMLA SPECIFICS     ============================================================================= */
/* 20 MODULE STYLES     ============================================================================= */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
/* 1 ROOT           ============================================================================= */
/* 2 GRID           ============================================================================= */
/* 3 HELPERS         ============================================================================= */
/* 4 TYPOGRAPHY       ============================================================================= */
/* 5 LINKS           ============================================================================= */
/* 6 FIGURES & IMAGES     ============================================================================= */
/* 7 TABLES         ============================================================================= */
/* 8 FORMS & BUTTONS    ============================================================================= */
/* 9 HEADER           ============================================================================= */
/* 10 LOGO           ============================================================================= */
/* 11 NAVIGATION      ============================================================================= */
/* 12 BANNER         ============================================================================= */
/* 13 ABOVE         ============================================================================= */
/* 14 MAIN CONTENT       ============================================================================= */
/* 15 COMPLEMENTARY     ============================================================================= */
/* 16 BOTTOM         ============================================================================= */
/* 17 FOOTER         ============================================================================= */
/* 18 VENDOR-SPECIFIC     ============================================================================= */
/* 19 JOOMLA SPECIFICS     ============================================================================= */
/* 20 MODULE STYLES     ============================================================================= */
}