/* ---------- RESET ---------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
input {
  margin: 0;
  padding: 0;
  appearance:none !important;
  -webkit-appearance:none !important;
  -moz-appearance:none !important;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 100%;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom:2em;
  background-color:#FFFFFF;
  border:rgba(243,120,32,1.00) 4px solid;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
ol,
li {
  list-style-type: none;
}
input,
textarea {
  outline: none;
}
strong {
	font-weight: bold;
	color: #2A2A2A;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.cb {
  clear: both;
}
a {
  text-decoration: none;
  cursor:pointer;
}
p a,
span a,
h5 a {
	color: #F27820;
	cursor:pointer;
}
hr {
  border: none;
  height: 1px;
  border-top: 1px solid #e4e4e4;
  margin: 0;
}
.fancy-hr {
  border: none;
  height: 1px;
  background: #e4e4e4;
  -webkit-box-shadow: 0px 0px 7px #d7d7d7;
  box-shadow: 0px 0px 7px #d7d7d7;
  margin: 3em 0;
}

/******* CUSTOM **********/
body {
	padding-left:0 !important;
	padding-right:0 !important;
	font-family:"Open Sans Condensed", Arial, Helvetica;


}
h1 {
	font-size: 24px;	
	text-transform:uppercase;
	font-family:"Open Sans Condensed", Arial, Helvetica;

}

h2 {
	color:#2A2A2A;
	font-size:36px;
	line-height:1em;
	letter-spacing:5px;
	margin-bottom:.5em;
	text-transform:uppercase;
	font-family:"Open Sans Condensed", Arial, Helvetica;

}
h3 {
	color: #F37820;
	font-size: 32px;
	line-height: 1em;
	margin-bottom: 0.5em;
	font-family: "Dynalight", "lucida handwriting", "times new roman", serif;
}
.site {
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

.stationary {
	position:fixed;
	width:100%;
}
.top {
	top:0;	
}
.bottom {
	bottom:0;	
}
.left {
	left:0;	
}
.right {
	right:0;	
}
.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.header, .footer {
	width: 100% !important;
	z-index: 800;
	position:fixed;

}
.header {
  background-color: rgb(243, 120, 32);
}

.header h1 {
	text-align:center;
	color:white;
	padding:10px;
	letter-spacing:20px;
	line-height:1.25em;
	position:relative;
	left:10px;
}

.footer {
  background-color:#a3031b;
  text-transform:uppercase;
  padding:.25em 0;
}
.footer p {
	text-align:center;
	color:white;
	letter-spacing:1px;
	line-height:1.25em;	
}

.footer div[itemprop="address"] p a{
	color:white;
}
.footer p#tel {
	font-size:24px;
}




.footer > div, .header > div {
	margin-left:150px;
}

#navigation {
	position: fixed;
	width: 170px;
	height: 100vh;
	z-index: 1000;
	overflow-y:scroll;
	top: 0;
	left: 0;
	background-color: white;
	-webkit-box-shadow: 0px 0px 21px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 21px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 21px 0px rgba(50, 50, 50, 0.75);
}

#navigation ul {
	margin-top: 50px;
	text-align: center;
}
#navigation ul li {
}
#navigation ul li a{
  display:inline-block;
  width:100%;
  padding:5px;
  font-size: 20px;
  font-family:"Open Sans Condensed", Arial Narrow, Helvetica;
  color: #2A2A2A;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom:1em;
 }
 
#navigation ul li a:hover {
	background-color: rgba(242,120,32,1.00);
	color: rgba(255,255,255,1.00);
	margin-top: 0px;
}


.nav-image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	position: relative;
	width: 125px;
}

div[itemtype="http://schema.org/LocalBusiness"] span {
	font-size:14px !important;
	text-align:center;	
}

.main-area {
	z-index:900;
}

.main-area .shaded-bg {
/*	background-image:url(../images/Box-Shading.png);
*/	background-repeat:repeat-y;
	background-position:left;	
}

#scrolling-content {
	max-width: 900px;
	margin: 20px auto auto auto;
	padding-top: 0;
	padding-right: 20px;
	padding-left: 40px;
	padding-bottom: 0;
	z-index: 700;
}
.content-section {
	margin-left:150px;
  padding-top:60px;
  border-bottom:rgba(243,120,32,1.00) solid 1px;
  font-size: 14px;
  font-family: "Open Sans", Arial Narrow, Helvetica;;
  color: rgb(158, 19, 56);
  line-height: 1.857;
  margin-bottom:2em;
  }

.content-section p {
	font-size: 14px;
	font-family: "Open Sans", Arial Narrow, Helvetica;
	;
	color: #A3051B;
	line-height: 1.857;
	margin-bottom: 1em;
}
.content-section ul li p {
	margin-left: 2em;
	margin-bottom: 1em;
	color: #A3051B;
}
.content-section ul ul {
	margin-bottom:1em;	
}



.content-section ul li:last-child {
	margin-bottom:2em;	
}

.content-section ul ul li, #Start.content-section ul li {
	margin-left:3.5em;
	list-style:disc;	
	color:#2A2A2A
}
#Start.content-section ul li {
	color: #a3031b;
	font-family: "Open Sans Condensed", Arial, Helvetica;
	font-weight: bold;
}

#Start.content-section ul li h3 {
	margin:inherit;
	margin-left:1em;	
}

#Start.content-section p {
	margin-bottom:2em;	
}
.content-section .image-area {
	display:block;
	margin-bottom:3em;
	margin-top:3em;
}
#Start .image-area {
	padding-top:1em !important;
	padding-bottom:3em !important;
}
#Thank-You {
	padding-top:10em;	
}

.content-section ul.pricing li {
	color: rgba(42,42,42,1);
}
.content-section table tr {
		border-top:#2A2A2A 1px solid;
}
.content-section table td, .content-section table th {
	border-left:#2A2A2A 1px solid;
	padding:5px;
	text-align:center;
	line-height:1.25em;
	height:60px;
	vertical-align:middle;
	width:16%;
}
.content-section table td {
	font-size:10px;	
}
.content-section table td strong, .content-section table th {
	font-size:16px;
	text-transform:uppercase;
	min-width:85px;
}

.content-section table th[scope="row"] {
	border-top:#2A2A2A 1px solid;
	padding:2px;
}

table tbody tr th {
	font-weight:bold;
}

#Contact {
	margin-bottom:5em;	
}

/****** CONTACT FORM *******/


.required-note {
	font-style:italic;
	font-size:12px;
	text-align:right;
}
#contact-us {
	border-bottom:6px solid #F27820;	
}
#home-contact-form label {
	width:30%;	
	display:inline-block;
	margin-bottom:5px;
}
	
#home-contact-form textarea {
	width:99%;
	border:#8E8E8E 1px solid;
	font-size:16px;
	padding:5px;
	border-radius:4px;
}
#home-contact-form input.textfields {
width: 68%;
max-width:500px;
border: #8E8E8E 1px solid;
font-size: 16px;
padding: 5px;
border-radius: 4px;

}
.contact-form-column {
	width: 100%;
	max-width:500px;
}
.contact-form-column:first-child {
	margin-right:4%;	
}
.contact-form-row {
	margin: 10px 0;
}

.dropdown {
	padding: 8px;
	width: 68%;
	max-width: 500px;
	border: none;
    font-family: "Open Sans", Arial, Helvetica;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;	
        -ms-appearance: none;
         -o-appearance: none;
	text-indent: 0.01px;
	text-overflow:ellipsis;
	margin-bottom: 15px;
	border-radius: 0;
	background:url(../images/down-arrow.png) rgba(242,120,32,1.00) no-repeat ;
	background-position:top -3px right 5px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFF;
	border-radius: 4px;

	
}
.button {
	cursor:pointer;
	border-radius: 4px;
	border: #8E8E8E 1px solid;
	display:block;
	text-align:center;
	position:relative;
	border:none;
	width:100%;
	background-color:rgba(242,120,32,1.00);
	color:white;
	max-width:500px;
	padding:.5em;
	font-size:2em;
    font-family: "Open Sans Condensed", Arial Narrow, Helvetica;
	text-transform:uppercase;
	letter-spacing:10px;
	
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1), inset 0 2px 0 rgba(251,167,107,1.00), 0 1px 2px rgba(0,0,0,0.5);
       -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1), inset 0 2px 0 rgba(251,167,107,1.00), 0 1px 2px rgba(0,0,0,0.5);
            box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1), inset 0 2px 0 rgba(251,167,107,1.00), 0 1px 2px rgba(0,0,0,0.5);
}

.back {
	max-width:250px;
	padding:.25em;
	font-size:1.5em;
		
}
.button:active {
	top:2px;
}

.button:hover {
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1), inset 0 2px 0 rgba(165,76,89,1.00), 0 1px 2px rgba(0,0,0,0.5);
       -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1), inset 0 2px 0 rgba(165,76,89,1.00), 0 1px 2px rgba(0,0,0,0.5);
            box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1), inset 0 2px 0 rgba(165,76,89,1.00), 0 1px 2px rgba(0,0,0,0.5);
	background-color:#a3031b !important;
	color:white;
}

#captcha {
	height:auto;	
	margin-bottom:1em;
}

form {
	margin-top:3em;	
}
input[name="Collapsable-Areas"] {
	display:none;	
}
label.expander-buttons {
	cursor:pointer;	
}
.plus, .minus {
	display:none;
	height:1em;
	float:right;	
}
#Start ul li {
	font-size: 18px;
	line-height: 1.25em;
	font-family: Open;
	text-transform: uppercase;
}

@media (max-width: 700px) {
 #scrolling-content {
	margin-top:60px !important; 	 
 }
}

@media (max-width: 600px) {
.footer.simple-page {
	position:fixed !important
}
.content-section.simple-page {
 margin-top:1em !important;	
}
.header, .footer {
	position:inherit;	
}
.content-section { 
	padding-top:0 !important;
	margin-left:inherit;
	margin-bottom:1em;
}
.content-section h2 {
	font-size:30px;
	letter-spacing:2px;	
}

.section-collapse {
	height:0;
	overflow:hidden;
	padding-top:0;	
}
#navigation {
	display:none;	
}
.header div, .footer div {
	margin-left:inherit;	
}
#scrolling-content {
	margin-top:0 !important;
	padding: 0 10px;	

}
#Start .image-area {
	margin-top:0;
	padding-bottom:0 !important;
}
#Start .image-area img {
	width:200px;	
}
#Start.content-section ul li {margin-left: 2em;}
#Start.content-section ul li h3 {
	margin-bottom:.5em;
	margin-left:0;
}
input[name="Collapsable-Areas"]:checked ~ div {
	height:inherit;	
	
}
.table-container {
	position:relative;	
}
.table-container table {
	table-layout:fixed;
	width:100%;
	border:rgba(243,120,32,1.00) 2px solid;
}
.table-container table th, .table-container table td {
	padding:0px;
}
.content-section table tr td strong {
	font-size:12px;
	font-weight:bold;
}
.content-section table tr td, .content-section table tr th {
	min-width:0px;	
	font-family:"Open Sans Condensed", Arial, Helvetica;
}

input[name="Collapsable-Areas"] ~ label div {
	background:url(../images/expand.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:25px;
	
}
input[name="Collapsable-Areas"]:checked ~ label div {
	background:url(../images/collapse.png);
	background-position:right;
	background-repeat:no-repeat;

}
}
