@import url("global.css");
/* CompiledCSS */
h1 {
		line-height : 160%;
}
td {
		line-height : 160%;
}
a.l {
		text-decoration : underline;
}
a:hover {
		text-decoration : underline;
}
a {
		text-decoration : underline;
}
a.l:hover {
		text-decoration : underline;
}
div {
		line-height : 160%;
}
.unleaded{
	padding:4px 15px 0 15px;
	margin:0 0 0 0;
	font-size: 16px;
	font-weight: bold;
}


/* Start StyleCSS */
/* 
676c21
b47100
103, 108, 33
*/

@charset "utf-8";
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 160%;
    background-color: #000000;
}
#MenuToggle {
	padding: 15px 10px;
	padding-right: 50px;
	line-height: 20px;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	display: none;
}

#MenuToggle .fa-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

#CP_StyleOverlay {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

body.blurFix #CP_StyleOverlay {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	cursor: pointer;
}

body.blurFix {
	overflow: hidden;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	line-height: 160%;
}
hr {
	border-top:1px dotted #000000;
}
.lead {
    font-size: 21px;
    font-weight: 400;
}
/* Colors */

.weight-200 {
    font-weight:200;
}
.weight-300 {
	font-weight:300;
}
.weight-400 {
	font-weight: 400;
}
.weight-500 {
	font-weight: 500;
}
.weight-600,
.strong {
    font-weight:600;
}
a {
    color:#b47100;
	text-decoration: none;
}
a:hover,
a:focus {
    color: #b47100;
	text-decoration: underline;
}
.container-fluid {
	max-width:1600px;
	width: 100%;
}
.color-1 {
	color:#676c21 !important;
	border-color:#676c21 !important;
}
.bg-color-1 {
	background-color:#676c21 !important;
	border-color: #676c21 !important;
	color: #fff !important;
}
.color-2 {
	color:#b47100 !important;
	border-color:#b47100 !important;
	
}
.bg-color-2 {
	background-color:#b47100 !important;
	border-color: #b47100 !important;
	color: #fff !important;
}
.black {
	color:#000000 !important;
	border-color:#000000 !important;
}
.bg-black {
	background-color:#000000 !important;
	border-color: #000000 !important;
	color: #fff !important;
}
.bg-white {
	background-color:#fff !important;
	border-color:#fff !important;
}
.bg-white-trans {
	background-color: rgba(255,255,255,.9) !important;
}
#CP_Content {
	background-color: rgba(255,255,255,.9) !important;
	position:relative;
	outline:0;
	-webkit-box-shadow: 0px 15px 30px rgba(0,0,0,.5);
	box-shadow: 0px 15px 30px rgba(0,0,0,.5);
	margin-bottom: 100px;
	padding-left: 30px;
	padding-right: 30px;
	min-height: calc(70vh - 200px);
}
#CP_Tagline {
	padding-left: 30px;
	padding-right: 30px;
}
#CP_Header,
#CP_Topbar,
#CP_Footer {
	padding-left: 15px;
	padding-right: 15px;
}
.bg-white-gradient {
	background: rgb(255,255,255);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)));
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.white {
	color:#fff !important;
}
.text-glow {
	color:#000000;
	text-shadow: 1px -1px 3px rgba(255,255,255,1.0),
	-1px 1px 3px rgba(255,255,255,1.0),
	1px 1px 3px rgba(255,255,255,1.0),
	-1px -1px 3px rgba(255,255,255,1.0),
	0 0 25px rgba(255,255,255,1);
}
.text-shadow {
	color:#ffffff;
	text-shadow: 1px -1px 3px rgba(0,0,0,1.0),
	-1px 1px 3px rgba(0,0,0,1.0),
	1px 1px 3px rgba(0,0,0,1.0),
	-1px -1px 3px rgba(0,0,0,1.0),
	0 0 25px rgba(0,0,0,1);
}
.btn {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	text-decoration: none;
	border-radius: 0 !important;
	text-transform:uppercase;
}
.input-lg,
.form-control {
	border-radius: 0 !important;
}
.nav-pills>li>a {
    background-color: rgba(103, 108, 33, 0.4);
    border-radius: 0;
    color:#fff;
}
.nav-pills>li:nth-child(1)>a {
    background-color: rgba(103, 108, 33, 0.8);
}
.nav-pills>li:nth-child(2)>a {
    background-color: rgba(103, 108, 33, 0.6);
}
.nav-pills>li:nth-child(3)>a {
    background-color: rgba(103, 108, 33, 0.4);
}
.nav-pills>li>a .fa {
	font-size:22px;
	line-height:35px;
}
.nav>li>a:hover, .nav>li>a:focus, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus:hover {
    text-decoration: none;
    background-color: #b47100;
	border-radius: 0;
	color:#fff;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #676c21;
	border-radius: 0;
}
.btn-primary {
	color:#fff;
	background:#b47100;
	border-color: transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover {
	color:#fff;
	background:#676c21;
	border-color:transparent;
}
.btn-default {
	color:#fff;
	background:#676c21;
	border-color:#676c21;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:hover {
	color:#fff;
	background:#b47100;
	border-color:transparent;
}
.btn-lg {
	border-radius: 0 !important;
}
.title {
	position:relative;
	padding: 15px 30px;
	color:#fff;
	font-size:22px;
	background:transparent;
	text-shadow:1px 1px 3px #000;
	display:block;
	margin: 0 -15px 10px;
	text-decoration:none;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
}
.title:hover,
.title:focus,
.title:active {
	text-decoration:none;
	color:#fff;
}
.title:after,
.title:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#676c21;
	z-index:-1;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
}
.title:after {
	opacity:0;
}
.title:hover:after {
	opacity:1;
}
.title:before {
	width:100%;
	background: rgb(0, 0, 0);
	background: -o-linear-gradient(right, rgba(0, 0, 0,0) 0%, rgba(0, 0, 0,1) 100%);
	background: -o-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0, 0, 0,1) 100%);
	background: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0)), to(rgba(0, 0, 0,1)));
	background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0, 0, 0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
#sticky {
	position: -webkit-sticky;
	position: sticky;
	top:0;
}
/* Margins */

.margin-0 {
    margin-top:0 !important;
    margin-bottom:0 !important;
}
.margin-10 {
    margin-top:10px !important;
    margin-bottom:10px !important;
}
.margin-20 {
    margin-top:20px !important;
    margin-bottom:20px !important;
}
.margin-30 {
    margin-top:30px !important;
    margin-bottom:30px !important;
}
.margin-40 {
    margin-top:40px !important;
    margin-bottom:40px !important;
}
.margin-50 {
    margin-top:50px !important;
    margin-bottom:50px !important;
}
.margin-60 {
    margin-top:60px !important;
    margin-bottom:60px !important;
}
.margin-top-0 {
    margin-top:0px !important;
}
.margin-top-10 {
    margin-top:10px !important;
}
.margin-top-20 {
    margin-top:20px !important;
}
.margin-top-30 {
    margin-top:30px !important;
}
.margin-top-40 {
    margin-top:40px !important;
}
.margin-top-50 {
    margin-top:50px !important;
}
.margin-top-60 {
    margin-top:60px !important;
}
.margin-top--60 {
    margin-top:-60px !important;
}
.margin-bottom-0 {
    margin-bottom:0px !important;
}
.margin-bottom-10 {
    margin-bottom:10px !important;
}
.margin-bottom-20 {
    margin-bottom:20px !important;
}
.margin-bottom-30 {
    margin-bottom:30px !important;
}
.margin-bottom-40 {
    margin-bottom:40px !important;
}
.margin-bottom-50 {
    margin-bottom:50px !important;
}
.margin-bottom-60 {
    margin-bottom:60px !important;
}
.margin-bottom--60 {
    margin-bottom:-60px !important;
}

#CP_Rider {
	width:80px;
	height:80px;
	display:block;
	position:fixed;
	bottom:0;
	right:0;
	z-index: 1000;
	line-height: 60px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	background:transparent;
	padding: 25px 0  0 25px;
	text-decoration:none;

}
#CP_Rider:after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width: 80px;
	height: 80px;
	border-style: solid;
	border-width: 0 0 80px 80px;
	border-color: transparent transparent #676c21 transparent;
	opacity:.8;
	z-index:-1;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
}
#CP_Rider:hover:after {
	border-color: transparent transparent #676c21 transparent;
	opacity:1;
}
#skipNav {
	opacity: 0;
	left:50%;
	top:-46px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	position: absolute;
	-webkit-transition: top 1s ease-out, background 1s linear;
	-o-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	z-index: 100;
	border-radius: 0;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}
#skipNav:focus {
	opacity: 1;
	position:absolute;
	top:60px;
	-webkit-transition: top .1s ease-in, background .5s linear;
    -o-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}
#CP_Topbar .btn {
	z-index: 1;
	position: relative;
	padding: 12px 16px;
	margin: 0;
	line-height: 24px;
	font-size: 14px;
}
#CP_Topbar #Toggle {
	color:#fff;
	padding:12px 0;
	display:inline-block;
	text-decoration:none;
}
#CP_Header {
	/* background-color: rgba(255,255,255,.9);
	box-shadow: 0px 15px 30px rgba(0,0,0,.5); */
}
#CP_Header .container,
#CP_Header .container-fluid {
	position:relative;
}
#CP_Phone {
	margin: 0;
	padding: 10px 0;
	line-height: 30px;
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	right: 15px;
	text-decoration:none;
	font-size:30px;
	font-weight: 500;
}
#CP_Logo {
	text-decoration:none;
	float:left;
	display: block;
	max-width: 300px;
	max-height: 100px;
}
#CP_Logo h2 {
	margin:0;
	padding:0;
	line-height:50px;
	color:#fff;
	white-space: nowrap;
	text-shadow: 1px -1px 3px rgba(0,0,0,1.0),
	-1px 1px 3px rgba(0,0,0,1.0),
	1px 1px 3px rgba(0,0,0,1.0),
	-1px -1px 3px rgba(0,0,0,1.0),
	0 0 25px rgba(0,0,0,1);
}

#CP_Logo img {
	max-width: 100%;
}
#CP_Tagline h2 {
	line-height: 110%;
	font-size: calc(24px + 5.5vw);
	letter-spacing: -.4vw;
	font-weight: 300;
	margin: 0;
}
@media (min-width:1600px) {
	#CP_Tagline h2 {
		font-size: 110px;
		letter-spacing:-5px;
	}
}
#CP_HeroFix {
  display:flex;
  flex-direction:row;
}
#CP_Hero {
	border: none;
	position: relative;
	overflow-x: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	min-height: calc(100vh - 50px);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#CP_Hero>div {
	width: 100%;
}
#CP_Hero .btn {
	-webkit-box-shadow: 0px 15px 30px rgba(0,0,0,.5);
	        box-shadow: 0px 15px 30px rgba(0,0,0,.5);
}
.internal #CP_Hero {
	min-height: 50vh;
	height: auto;
}
#CP_Footer {
	color:#fff;
	font-size: 16px;
}
#CP_Footer p {
	line-height:30px
}
#CP_Footer a:not(.btn),
#CP_Footer .copy {
	color:#fff;
	padding: 0 5px;
}
#CP_Footer .btn,
#CP_Footer input {
	margin: 0;
	padding: 12px 16px;
	font-size: 14px;
	line-height: 24px;
}
#CP_Footer a,
#CP_Footer .social {
	white-space: nowrap;
}
#CP_Footer .social a {
	text-decoration: none;
}
#CP_Breadcrumbs {
	background: rgb(0, 0, 0);
	background: -o-linear-gradient(right, rgba(0, 0, 0,0) 0%, rgba(0, 0, 0,1) 100%);
	background: -o-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0, 0, 0,1) 100%);
	background: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0)), to(rgba(0, 0, 0,1)));
	background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0, 0, 0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	position:relative;
	padding: 10px 30px;
	color:#fff;
	font-size:22px;
	text-shadow:1px 1px 3px #000;
	display:block;
	margin: 0 -15px 10px;
	text-decoration:none;
}
#CP_Breadcrumbs a {
	text-decoration: none;
	line-height: 35px;
	color:#fff;
}
#subNav ul {
	list-style:none;
	padding-left:10px;
}
#subNav li {
	position:relative;
	padding-left:20px;
}
#subNav li:before {
	position:absolute;
	top:-11px;
	left:0;
	content:"L ";
	font-size:38px;
	color:#ccc;
	font-weight:100;
}

#scrollToTop {
	text-decoration: none;
	cursor: pointer;
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	right:0;
	width:50px;
	height:50px;
	line-height: 50px;
	font-size:24px;
	text-align: center;
	font-size:50px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 100;
}
#scrollToTop:hover, #scrollToTop:active, #scrollToTop:focus {
	margin-top:-5px;
    text-decoration: none;
}


/* Modal */

body.modal-open {
	padding-right:0 !important;
}

.modal-backdrop.in {
	opacity: 1;
}

.modal-content {
    width: inherit;
    height: inherit;
    margin: 0 auto;
    pointer-events: all;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 0;
}

.modal-header {
	border-bottom:0;
}

body.modal-open #CP_Container {
	overflow: hidden;
}
.modal-backdrop,
body.blurFix #CP_StyleOverlay {
	background: rgba(0, 0, 0, 0.9);
	opacity: 1;
	visibility: visible;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
#CP_Nav ul.nav.navbar-nav {
	display: none;
}

/* SmartMenu */

#SmartMenu {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	z-index: 1005;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#SmartMenu, #SmartMenu ul, #SmartMenu li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	direction: ltr;
	text-align: left;
}
#SmartMenu ul {
	display: none;
	background: rgba(179, 179, 179, 0.1);
}
#SmartMenu li, #SmartMenu a {
	position: relative;
}
#SmartMenu li.active>a {
	font-weight:bold;
}
#SmartMenu li.active:after {
	display:none;
}
#SmartMenu a {
	display: block;
}
#SmartMenu a.disabled {
	cursor: default;
	color: #cccccc;
}
#SmartMenu::after {
	content: "";
	display: block;
	height: 0;
	font: 0px/0 serif;
	clear: both;
	overflow: hidden;
}
#SmartMenu *, #SmartMenu *::before, #SmartMenu *::after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}
#SmartMenu a, #SmartMenu a:hover, #SmartMenu a:focus, #SmartMenu a:active {
	padding: 15px 10px;
	padding-right: 50px;
	color: #000000;
	/* font-size: 14px; */
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
}
#SmartMenu a .sub-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: auto;
	right: 10px;
	width: 30px;
	height: 30px;
	overflow: hidden;
	font-size: 24px;
	text-align: center;
	text-shadow: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: rgba(255, 255, 255, .8);
	border-radius: 20px;
}

#SmartMenu a .sub-arrow:hover {
	background: #fff;
}

#SmartMenu a .sub-arrow::before {
	content: ' ';
	right: 50%;
	margin-right: -5px;
	top: 50%;
	margin-top: -1px;
	text-align: center;
	width: 10px;
	height: 2px;
	line-height: 50px;
	display: block;
	position: absolute;
	background: #000;
}

#SmartMenu a .sub-arrow::after {
	content: ' ';
	right: 50%;
	margin-right: -1px;
	top: 50%;
	margin-top: -5px;
	text-align: center;
	width: 2px;
	height: 10px;
	line-height: 50px;
	display: block;
	position: absolute;
	background: #000;
}

#SmartMenu a.highlighted .sub-arrow::after {
	display: none;
}
#SmartMenu li {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}
#SmartMenu>li.active>a {
	/* border-bottom: 3px solid #fff; */
	/* margin-bottom: -3px; */
}
#SmartMenu>li:first-child {
	border-top: 0;
}
#SmartMenu ul a, #SmartMenu ul a:hover, #SmartMenu ul a:focus, #SmartMenu ul a:active {
	font-size: 14px;
	border-left: 8px solid transparent;
}
#SmartMenu ul ul a, #SmartMenu ul ul a:hover, #SmartMenu ul ul a:focus, #SmartMenu ul ul a:active {
	border-left: 16px solid transparent;
}
#SmartMenu ul ul ul a, #SmartMenu ul ul ul a:hover, #SmartMenu ul ul ul a:focus, #SmartMenu ul ul ul a:active {
	border-left: 24px solid transparent;
}
#SmartMenu ul ul ul ul a, #SmartMenu ul ul ul ul a:hover, #SmartMenu ul ul ul ul a:focus, #SmartMenu ul ul ul ul a:active {
	border-left: 32px solid transparent;
}
#SmartMenu ul ul ul ul ul a, #SmartMenu ul ul ul ul ul a:hover, #SmartMenu ul ul ul ul ul a:focus, #SmartMenu ul ul ul ul ul a:active {
	border-left: 40px solid transparent;
}
@media (min-width: 1200px) {
	/* Switch to desktop layout */
	#SmartMenu ul {
		position: absolute;
		width: 12em;
	}
	#SmartMenu li {
		float: left;
	}
	#SmartMenu>li:after {
		content:"";
		width:0;
		height:3px;
		display:block;
		position:absolute;
		bottom:0;
		background:#fff;
		-webkit-transition:all ease .3s;
		-o-transition:all ease .3s;
		transition:all ease .3s;
		left:50%;
		-webkit-transform:translateX(-50%);
		    -ms-transform:translateX(-50%);
		        transform:translateX(-50%);
	}
	#SmartMenu>li:hover:after,
	#SmartMenu>li.active:after {
		content:"";
		width:100%;
		height:3px;
		display:block;
		position:absolute;
		bottom:0;
		background:#fff;
		left:50%;
		-webkit-transform:translateX(-50%);
		    -ms-transform:translateX(-50%);
		        transform:translateX(-50%);
	}
	#SmartMenu ul li {
		float: none;
	}
	#SmartMenu a {
		white-space: nowrap;
	}
	#SmartMenu ul a {
		white-space: normal;
	}
	#SmartMenu .sm-nowrap>li>a, #SmartMenu .sm-nowrap>li> :not(ul) a {
		white-space: nowrap;
	}
	#SmartMenu a, #SmartMenu a:hover, #SmartMenu a:focus, #SmartMenu a:active, #SmartMenu a.highlighted {
		padding: 15px;
		font-size: 16px;
		color: #fff;
	}
	#SmartMenu ul a, #SmartMenu ul a:hover, #SmartMenu ul a:focus, #SmartMenu ul a:active, #SmartMenu ul a.highlighted {
		padding:10px 15px;
	}
	#SmartMenu ul a, #SmartMenu ul a:hover, #SmartMenu ul a:focus, #SmartMenu ul a:active, #SmartMenu ul a.highlighted {
		text-transform: none;
		color: #fff;
		font-size:14px;
	}
	#SmartMenu ul a:hover, #SmartMenu ul a:focus, #SmartMenu ul a:active, #SmartMenu ul a.highlighted {
		background: #676c21;
	}
	#SmartMenu a.disabled {
		background: #fff;
		color: #cccccc;
	}
	#SmartMenu a .sub-arrow {
		top: 50%;
		margin-top: -3px;
		right: 2px;
		width: 0;
		height: 0;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-bottom: 0;
		border-top:0;
		background: transparent;
		border-radius: 0;
		border-top: 4px solid #fff;
	}
	#SmartMenu a .sub-arrow:hover {
		background: transparent;
	}
	#SmartMenu ul a .sub-arrow {
		margin-top: -5px;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-right: 0;
		right: 10px;
		display: block;
		border-left: 4px solid #fff;
	}
	#SmartMenu>li {
		border-top: 0;
	}
	#SmartMenu>li:first-child {
		border-left: 0;
	}
	#SmartMenu ul {
		border: 0;
		background: #000000;
		-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
		        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	}
	#SmartMenu ul a {
		border: 0 !important;
	}
	#SmartMenu ul a.has-submenu {
		padding-right: 25px;
	}
	#SmartMenu ul>li {
		border: 0;
	}

	#SmartMenu .scroll-up, #SmartMenu .scroll-down {
		position: absolute;
		display: none;
		visibility: hidden;
		overflow: hidden;
		background: #fff;
		height: 20px;
	}
	#SmartMenu .scroll-up-arrow, #SmartMenu .scroll-down-arrow {
		position: absolute;
		top: -2px;
		left: 50%;
		margin-left: -8px;
		width: 0;
		height: 0;
		overflow: hidden;
		border-width: 8px;
		border-style: dashed dashed solid dashed;
		border-color: transparent transparent #000000 transparent;
	}
	#SmartMenu .scroll-down-arrow {
		top: 6px;
		border-style: solid dashed dashed dashed;
		border-color: #000000 transparent transparent transparent;
	}
}
@media (min-width: 1200px) {
	#CP_Nav {
		display: block !important;
		float:left;
		margin-left: -15px;
	}
}
@media (max-width: 1199px) {
	#CP_Nav {
		display: none;
		width: 400px;
		position: fixed;
		left: 0;
		top: 0;
		height: 100% !important;
		background-color: #fff;
		z-index: 10001;
		overflow: auto;
		-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .6);
		        box-shadow: 0px 0px 5px rgba(0, 0, 0, .6);
		display: none;
		margin: 0;
	}
	#MenuToggle {
	    display: block;
	}
}
@media (max-width: 991px) {
	#CP_Footer {
		text-align: center;
	}
	#CP_Footer p,
	#CP_Footer .btn {
		float:none !important;
	}
	#CP_Tagline h2 {
		font-weight: 400;
	}
}
@media (max-width: 767px) {
	#CP_Content,
	#CP_Tagline {
		padding-left: 15px;
		padding-right: 15px;
	}
	#CP_Header,
	#CP_Topbar,
	#CP_Footer {
		padding-left: 0;
		padding-right: 0;
	}
	#CP_Header {
		/* background-color: rgba(255,255,255,.9);
		box-shadow: 0px 15px 30px rgba(0,0,0,.5); */
	}
	#CP_Topbar {
		padding:0;
	}
	#CP_Topbar>div {
		text-align:center;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		padding:0;
	}
	#CP_Phone {
		display:none;
	}
	#CP_Topbar .btn.mobile,
	#CP_Topbar a.mobile,
	#CP_Topbar #Toggle.mobile {
		padding: 10px 20px;
		margin:0;
		-webkit-box-flex:1;
		    -ms-flex:1;
		        flex:1;
		font-size: 22px;
		color:#fff;
		background:transparent;
		border:0;
	}
	#CP_Topbar .mobile .fa {
		line-height:30px;
	}
	#CP_Topbar .btn-primary.mobile {
		background:rgba(103, 108, 33, 0.8);
	}
	#CP_Topbar .btn-default.mobile {
		background:#676c21;
	}
	#CP_Logo {
		float:none;
		margin: 0 auto;
	}
	#CP_Container {
		background:none !important;
	}
	#CP_Hero {
		min-height: 50vh;
	}
	#CP_Breadcrumbs,
	.title {
		font-size:18px;
	}
	.lead {
		font-size:19px;
	}
}
@media (max-width: 450px) {
	#CP_Nav {
		width: 90%;
	}
}

/* Global */
#content table {
	width:100%;
}
#ServicesHub .shadows, #ListSub .thumbborder.thumbpad, #ListSub table td[width="2%"] {
	display:none;
}
#ServicesHub table td:first-child {
	display:none;
}
#ListSub table td {
	width:100%;
	display:block;
	padding-top:15px;
}
.hubsection {
	height: 80px;
	padding: 30px 0pt 20px;
	border-bottom: 1px solid #888888;
}
.thumbborder {
	background: #fff;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.5);
	box-shadow: 1px 1px 3px rgba(0,0,0,.5);
	border:1px solid #999;
	padding:5px;
}

/* Map and Driving Directions */

#Map iframe, #Directions .gadget, #Directions iframe {
    width: 100%;
}
#Publications table {
	width:100%;
	border:inherit;
	border-collapse:collapse;
}
#DueDates * {
	background:none;
	font-family:inherit;
	color:inherit;
}
#DueDates table {
	width:100%;
	border-spacing:0;
}
#DueDates table, #DueDates tr, #DueDates td {
	margin:0;
	padding:0;
	border:none;
	border-collapse:collapse;
}
.taxratetable {
    font-size: inherit !important;
}
.taxratetable font {
	color:inherit;
	font-size:inherit;
	font-family:inherit;
}
#TaxRates table {
	border:none;
	border-collapse:collapse;
}

/* Forms */
#Form {
	display:none;
}
#Form table {
	border:none;
	border-collapse: collapse;
	border-spacing:0;
    margin: 15px auto;
	width:100%;
}
#Form table td {
	text-align:left;
	padding:10px 0 0;
	display:block;
	border:none;
	border-collapse:collapse;
}
#Form table td:first-child {
	font-weight:bold;
}
#Form table input, #Form table textarea {
	font-weight:normal;
}
br.clearfloat {
	display:none;
}
.thumbpad {
	display:block;
	float:left;
	margin-right:20px;
}
#Newsletter table td[width="220"], #Newsletter table td[width="20"] {
	display:none;
}
#Header, #Footer {
	display:none;
}
.hubtab {
    padding: 0;
    text-shadow: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
hr.headerline.cellcolor {
	display: none;
}
.headerline {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    clear: both;
    border: 0;
    height: 0;
    margin: 0;
    width: 100%;
}
#Blog .cellcolor.roundcorner {
	float:none !important;
	width:100% !important;
	border-radius: 0;
	border:none !important;
	padding:0 0 50px 0 !important;
}
#Blog .cellcolor li {
	margin:5px 0;
}
#Blog .cellcolor.roundcorner hr {
	margin:0;
}
#Blog .cellcolor.roundcorner div:nth-last-of-type(1),
#Blog #rssIcon {
	float:none !important;
	padding:0 !important;
	width:50% !important;
	bottom:15px !important;
}
#Blog #rssIcon {
	left:0;
}
#Blog .cellcolor.roundcorner div:nth-last-of-type(1) {
	left:50% !important;
}
#Blog .cellcolor.roundcorner div:nth-last-of-type(1) a,
#Blog #rssIcon a {
	display: block;
}
#Blog .cellcolor.roundcorner br {
	display:none;
}

@-ms-viewport{ width: auto !important; }
body,
#CP_Hero {
	background-repeat:no-repeat;
	background-position: 85% 50%;
	background-size: cover;
	background-attachment: fixed;
}
body {
	background-image:url(~jhpccpa/images/hero.jpg);
}
@media 	(max-width: 1599px), 
		(any-pointer: coarse) and (max-width: 1599px), 
		(any-hover: none) and (max-width: 1599px) {
	#CP_Hero {
		background-image:url(~jhpccpa/images/hero.jpg);
		background-attachment: scroll !important;
	}
	body {
		background-image:none !important;
	}
	#CP_Content {
		margin-bottom:0;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: #ffffff !important;
	}
}

/* Start MENU */
