{
    -­webkit­font­smoothing: antialiased;	
}
.mobileNav, .archiveTitleMobile {
	cursor: pointer;
}
a[href^="tel"]{ color:inherit; text-decoration:none; }

a img {	border: none;}

a, a:link {
	color: #7f7f7f;
  text-decoration: underline;
  font-size: 20px;
  font-family: 'Lato', cursive;
}
a:visited {
	color: #7f7f7f;
  text-decoration: underline;
  font-size: 20px;
  font-family: 'Lato', cursive;
}
a:hover {
	text-decoration: none;
}
a:focus {
}
a:active {
}
a.back-to-top {
	outline: 0;
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #000000 url("../images/misc/up-arrow.png") no-repeat center 43%;
	opacity: 1.0;
	border: 3px solid #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
p {
	float: none;
  clear: both;
  width: 100%;
  color: #7f7f7f;
  text-align: left;
  font-size: 20px;
  font-family: 'Lato', cursive;
}
.paginationLinkActive {
	font-family: 'Lato', cursive;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding: 5px 4px;
	border: 0 none #17A3EB;;
	background-color: #17A3EB;;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	line-height: 1;
}
input.contactSubmit {
	width: 100%;
	font-family: 'Source Sans Pro', cursive;
	font-weight: 700;
	font-size: 1.2em;
	color: #fff;
	padding: 10px 0;
	border-bottom-style: none;
	background-color: #106f36;
	text-transform: uppercase;
	border: 0;
}
input.contactSubmit:hover {
	background-color: #c14e48;
}
a.link-button.accordionButton.ui-accordion-header-active {
	margin-bottom: 0;
	width: 100%;
	border-width: 3px;
	color: #fff;
	border-color: #263e4d;
	border-radius: 0;
	background-color: #263e4d;
	background-image: url('../images/misc/accordionOpen.png');
}
*::-moz-selection {background: #ff5a14 none repeat scroll 0 0;color: white;text-shadow: none;}
*::selection {background: #ff5a14 none repeat scroll 0 0;color: white;text-shadow: none;}
.zebraStriping:nth-child(even) {
	background-color: white;
}
.zebraStriping:nth-child(odd) {
	background-color: #dadada;
}
/* cookie bar  */
#cookie-bar {	background: #E74E2D;	olor: #eeeeee;	text-align: center;	padding: 3px 0;}
#cookie-bar.fixed {	position: fixed;	top: 0;	left: 0;	width: 100%;}
#cookie-bar.fixed.bottom {	bottom: 0;	top: auto;}
#cookie-bar p {	margin: 0;	padding: 7px 0; color: #fff; font: 1em Verdana, Geneva, sans-serif;}
#cookie-bar a {	color: #ffffff;	display: inline-block;	border-radius: 3px;	text-decoration: none;	padding: 6px;	margin-left: 8px;}
#cookie-bar .cb-enable {	background: #007700; font: .8em Verdana, Geneva, sans-serif; padding: 5px 10px;}
#cookie-bar .cb-enable:hover {	background: #009900; font: .8em Verdana, Geneva, sans-serif; padding: 5px 10px;}
#cookie-bar .cb-disable {	background: #990000; font: .8em Verdana, Geneva, sans-serif; padding: 5px 10px;}
#cookie-bar .cb-disable:hover {	background: #bb0000; font: .8em Verdana, Geneva, sans-serif; padding: 5px 10px;}
#cookie-bar .cb-policy {	background: #666; font: .8em Verdana, Geneva, sans-serif; padding: 5px 10px;}
#cookie-bar .cb-policy:hover {	background: #000; font: .8em Verdana, Geneva, sans-serif; padding: 5px 10px;}

/* Start Media Queries */
/* print content */
@media print {
}

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

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

@media screen and (max-width: 768px) {
	
	#menu.show {
	display: block;
}
#blogArchiveUL.show {
	display: block;
}
	p {
    font-size: 18px;
  }
  a, a:link {
  font-size: 18px;
}
}

@media screen and (max-width: 480px) {
	p {
    font-size: 16px;
  }
    a, a:link {
  font-size: 16px;
}
}
	
@media screen and (max-width: 400px) {
}

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