@import url("https://use.typekit.net/ehs8oix.css");
* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}
body {
	font-family: titular, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:32px;
	color:#565656;
}
img {
	max-width:100%;
	height:auto;
}
.container {
	max-width: 1300px;
	margin:0px auto;
	padding:0px 10px;
}

.Errors {
	margin-top: 20px;
}
.Notice ol,
.Notice ul,
.Errors ol,
.Errors ul {
	margin-left: 15px;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.AlertOLD {
	background-color: #F7D3A5;
}

.BadAlert {
	border: 1px solid red;
	height: auto;
	background: #EFE0E0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
} 

.BadNews {
	color: red;
	font-weight: bold;
}

.GoodAlert {
	padding: 10px;
	border: 1px solid green;
	height: auto;
	background: #E2EFE0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
}

input.ExtraLarge {width: 500px;}
input.Large {width: 400px;}
input.Medium {width: 300px;}
input.MediumSmall {width: 250px;}
input.Small {width: 200px;}
input.ExtraSmall {width: 100px;}
input.Date {width: 80px;}

/* HEADER */
header {
	position:fixed;
	top:0px;
	z-index:4;
	width:100%;
	background-color:#fff;
	border-bottom: 1px solid #000;
}
header .header {
	height: 100%;
	min-height: 200px;
	position: relative;
}

.clear:after,
#header:after {
	content:'';
	display:block;
	clear:both;
}
header #logo {
	float: left;
	width: 40%;
}
header #logo img {
	padding:10px 0;
	max-width: 300px;
}
header #right {
	float: left;
	width: 60%;
}
.default #header #logo {
	top: 0px;
}
.default #header #logo img {
	padding-top: 0px;
}
#header #links {
    text-align: right;
    padding-top: 30px;
    float: left;
    width: 70%;
}
#header #links > a:not(:last-of-type) {
    border-right: 1px solid;
	padding-right:15px;
}
#header #links > a {
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    padding: 0px 0px 0 15px;
	text-decoration:none;
	color:inherit;
	background-color:#fff;
}
#header #contact {
	text-align:right;
}
#header #tel {
	font-size:40px;
	text-decoration: none;
	color:inherit;
}
#header #email {
	vertical-align: middle;
	margin-left:10px;
}
header #angle {
	height: 103px;
	background-image: url("../../Assets/Images/white-angle.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: transparent;
	margin-top: -103px;
}
/* ^ HEADER */
/* NAVIGATION */
header #topRight {
	position: absolute;
	top: 0;
	right: 10px;
}
header nav {
	clear:both;
	text-align:center;
	margin-top: 45px;
}
header nav ul li {
	float: right; 
}
header #contact {
	text-align: right;
	margin-right: 20px;
}
header #contact #email,
header #contact #tel {
	background: #000;
	text-transform:uppercase;
	color: #fff;
	text-align: center;
	font-size: 38px;
	line-height: 52px;
	padding: 20px 20px 10px 20px;
}
header #nav {
	margin-top: 10px;
}
header #nav > ul {
	list-style:none;
	width:100%;
	display:block;
	margin:0px auto;
    font-size: 0px; /*elimiates spacing between li*/
	text-align: right;
	z-index:9;
}
header #nav ul li {
	margin-bottom:0px;
	text-align: center;
}
header #nav ul li a {
	text-decoration:none;
	color:#333;
	text-transform:uppercase;
	display:block;
	padding:10px 20px;
	font-size:30px;
	font-weight:400;
	min-width: 100px;
}
header #nav ul li:hover a {
	background-color:rgba(0,0,0,.7);
	color: #fff;
}
header #nav > ul > li ul  {
	display:none;
	position:absolute;
    text-align:left;
	margin-left:0px;
}
header #nav > ul > li ul li {
	display:block;
	text-transform: uppercase;
	float: none;
}
header #nav > ul > li ul {
	min-width: 300px;
}
header #nav > ul > li ul li a {
	font-weight:300;
	padding:10px 20px;
	text-align: left;
}
header #nav ul li:hover a,
header #nav > ul > li > ul > li a:hover {
	background-color:rgba(0,0,0,.7);
	color: #fff;
}
header #nav > ul > li > ul > li a:hover {
	background-color:rgba(0,0,0,.9);
}
/* ^ NAVIGATION */
#banner-img #slogan {
	position: absolute;
	color: #fff;
	font-size: 40px;
	bottom: 30px;
	right: 0;
	width: 500px;
	text-transform: uppercase;
	z-index:2;
}
header #slogan h3 {
	font-size: 50px;
	margin-bottom: 20px;
	text-align: right;
}
header #slogan h4 {
	font-size: 30px;
	text-align: right;
	text-transform: uppercase;
}
/* BANNERS */
#banners {
	max-height:640px;
	position:relative;
	z-index:1;
	overflow:hidden;
}
#banner-img {
	max-height:640px;
	overflow:hidden;
	position: relative;
}
#banner {
	max-height: 340px;
	overflow: hidden;
	position: relative;
	background: #000;
}
#banner > img,
#banner-img .slide > img {
	display:block;
	width:100%;
	height:auto;
}
#banner img {
	opacity: 0.9;
}
#banner-img .slide {
	max-height:640px;
	position:absolute;
	top:0px;
	max-width:100%;
	width:100%;
	opacity:0;
	z-index:0;
}
#banner-img .slide.active {
	position:relative;
	opacity:1;
	z-index:1;
}
#banner #toptext {
	position: absolute;
	top: 40%;
	left: 10%;
	color: #fff;
	font-size: 60px; 
	text-transform: uppercase;
}
#banner-img .slide.active .content{
	opacity:1;
}
#banner-img .slide.getActive {
	z-index:2;
}
#banner-img .slide .content {
	position:absolute;
	top:25%;
	left:10%;
	z-index:2;
	opacity:0;
	color:#fff;
    padding:40px 10px;
	font-size:28px;
	width:55%;
}
.slide .content p {
	padding-bottom: 15px;
	font-size: 34px;
}
.slide .content p a {
	font-size: 32px;
}
.slide .content h3 {
	font-weight: bold;
	font-size: 48px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.slide .fade {
	background-color:rgba(0,0,0,.7);
	height:100%;
	width:50%;
	position: absolute;
	left:0;
	top:0;
	clip-path: polygon(0 0, 65% 0, 100% 100%, 0% 100%);
	z-index:3;
}
/* ^ BANNERS */
a.button {
	padding: 7px 65px 7px 25px;
	background-color:rgba(0,0,0,.7);
	text-transform: uppercase;
	border: 1px solid #fff;
	color: #fff;
	position: relative;
	font-size: 20px;
}
a.button:after {
	font-size: 24px;
    content: "\f0a9";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    right:15px;
    position:absolute;
    top:18%;
}
a.button:hover {
	background-color:rgba(0,0,0,.99);
	color: #fff;
	text-decoration: underline;
}
/* CONTENT */
.team {
	float: left;
	width: 30%;
	border: 1px solid #000;
	text-align: center;
	margin-bottom: 20px;
}
.team:nth-of-type(2),
.team:nth-of-type(3) {
	margin: 0 2% 20px;
}
.team:nth-of-type(1) {
	margin-right: 2%;
}
.team:nth-of-type(4) {
	margin-right: 2%;
	margin-left: 19%;
}
.team .teamName {
	text-transform: uppercase;
	background: #000;
	color: #fff;
	padding: 10px;
}
.team .teamTitle { margin: 15px 0; }
.team .teamPhone { margin: 15px 0; font-size: 36px;}

#banner-header {
	max-height:670px;
	overflow:hidden;
}
#banner-header img {
	width:100%;
}
#main {
	position: relative;
	z-index:2;
	padding-top:20px;
	padding-bottom:20px;
	margin-top: 0px;
}
#main:after {
	content:'';
	display: block;
	clear:both;
}
.left {
	float:left;
	width:75%;
	padding-right:50px;
}
.right {
	float:left;
	width:25%;
}
#form .addresses {
	margin-bottom: 20px;
	font-size: 26px;
}
#form .addresses .left,
.maps .left {
	width: 48%;
	margin-right: 1%; 
}
#form .addresses .right,
.maps .right {
	width: 48%;
	margin-left: 1%;
}
.map-responsive {
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
.map-responsive iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

h1 {
	font-size:78px;
	color:#000;
	margin-bottom:15px;
	text-transform: uppercase;
}
h2 {
	font-size:34px;
	color:#000;
	margin-bottom:15px;
}
p {
  margin-bottom:15px;
}
p.larger {
	font-size: 34px; 
	font-weight: bold;
	font-style: italic;
} 
hr {
	border: 0px solid #fff;
}
ul {
    list-style-position: inside;
}
a {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
	color:#ab2722;
	text-decoration:none;
}
a:hover {
	color:#000;
}
.page-links, .subsection-links {
	padding-top:30px;
}
.page-links a:first-of-type {	
	padding-left:0px;
}
.page-links a {	
	padding:0px 20px;
	border-right:1px solid #ab2722;
}
.page-links a:last-of-type {	
	border-right:0px;
}
.page-links.section a {
	color:#707070;
	border-right:1px solid #707070;
	font-weight: bold;
}
.subsection-links .heading {
	font-style: italic;
	border-bottom:1px solid #707070;
	padding-bottom:15px;
	margin-bottom:15px;
}
.subsection-links .col {
	float:left;
	width:50%;
	padding-right:20px;
}
.subsection-links a {	
	color:#707070;
	font-weight: bold;
	display:block;
}
.row:after {
	content:'';
	display:block;
	clear:both;
	margin-bottom:20px;
}
input, textarea, select {
	border-radius: 0;
    font-family:inherit;
    font-size:22px;
    font-weight:inherit;
	background-color:#ededed;
	border:0px;
	padding:5px;
	width:100%;
	margin-bottom:10px;
}
input[type="submit"], button {
	background-color:#c60001;
	color:#fff;
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
	text-align:center;
	text-transform: uppercase;
}
.bucket {
    width: 23%;
    float: left;
    text-align: center;
    margin: 0 1%;
}
.col a,
.bucket a {
	color:#000;
	text-decoration: none;
	text-transform: uppercase;
}
.bucket .bar {
    width: 100%;
    padding: 0;
}
.col a:hover,
.bucket a:hover .bar {
    text-decoration: underline;
}
.bucket img{
	width:100%;
}
.col {
	width: 31%;
	float: left;
	margin: 1%;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 32px;
	color: #000;
}
.bucket img{
	display: block;
	margin-bottom: 10px;
}

.veteran h5 {
	margin-top: 25px;
	text-indent: 70px;
	background: url("../../Assets/Images/flag.png") 0 0 no-repeat;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 45px;
}
#form {
	margin-top: 25px;
	background-image: url("../../Assets/Images/footer-background.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding-bottom: 20px;
}
#form .left {
	width: 60%;
	margin-right: 2%;
	float: left;
}
#form .right {
	width: 38%;
	float: right;
}
#form h5 {
	text-transform: uppercase;
	color: #fff;
	font-size: 30px;
	padding: 10px 0;
	margin: 0;
}
#form .formleft {
	width: 35%;
	margin-right: 2%;
	float: left;
}
#form .formright {
	width: 63%;
	float: right;
}
#form label {display: none;}
#form textarea {height: 137px;}
#form .g-recaptcha {
	float: left;
}
#form input[type=submit] {
	float: left;
	width: 200px;
	margin: 20px;
	cursor: pointer;
}
#form p {
	font-size: 22px;
}
#form div.name {
	text-transform: uppercase;
	font-size: 28px;
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
}
/* ^ CONTENT */
/* FOOTER */
footer {
	background-color:#fff;
}
#footer {
	padding-top:20px;
	padding-bottom:40px;
	text-align: center;
}

#siteby a {
    width: 84px;
    height: 39px;
    text-indent: -5000px;
    background: url("../../Assets/Images/firehorse-creative.png") top left no-repeat;
    margin:0px auto;
    display:block;
}
/* ^ FOOTER */
/* MOBILE */
#mobile-nav {
	display:none;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	padding:7px 10px;
	height:37px;
	width:100px;
	font-family:Arial;
	margin:0px auto;
}
#mobile-nav > div {
	width:25px;
	float:right;
}
#mobile-nav div.bar {
	height:3px;
	background-color:#fff;
	margin:3px 0px;
}
#mobile-nav span{
	float:right;
	display:block;
	padding:0px 5px;
	font-size:14px;
	line-height:22px;
}
#mobile-contact {display: none; color: #000; text-align: center;}
#mobile-contact a {display: block; color: #000; text-align: center; width: 50%; padding: 10px; float: left;}
@media (max-width:1330px) {
	headers .header,
	headers {
		min-height: 603px;
	}
}
@media (max-width:1130px) {
	headers .header,
	headers {
		min-height: 533px;
	}
	#slogan {
		top: 50px
	}
	#header #logo {bottom: 125px;}
	#form {background-size: auto;}
}
@media (max-width:950px) {
	headers .header,
	headers {
		min-height: 453px;
	}
	#header #logo {bottom: 225px;}
}
@media (max-width:800px) {
	.team {
		width: 46%;
	}
	.team:nth-of-type(2),
	.team:nth-of-type(3),
	.team:nth-of-type(1),
	.team:nth-of-type(4) {
		margin: 15px 0;
	}
	#banner #toptext {
		top: 30%;
		left: 10%;
		font-size: 30px; 
	}
	#form .g-recaptcha {position: relative; left: 15%;}
	#form input[type=submit] {float: none;margin: 10px auto;}
	#mobile-contact {display: block;}
	header #contact {
		width: 100%;
		background: #999;
		font-size: 24px;
		text-align: center;
		padding: 10px 0;
	}
	header #contact #email, header #contact #tel {
		padding: 0 20px;
		font-size: 24px;
		line-height: 20px;
		background: transparent;
	}
	header {min-height: 0px;max-height: none;height: auto;}
	header .header {min-height: 0px;max-height: none;height: auto;}
	header .container {margin: 0px; padding: 0px;}
	#header #logo {position: relative;left: 0; top: 0;text-align: center;}
	header #slogan {color: #000; width: 100%;position: relative;left: 0; top: 0;text-align: center;}
	header #slogan h3 {text-align: center; font-size: 29px;margin:5px 0 10px;}
	header #slogan h4 {text-align: center; font-size: 24px;}
	header{
		background-image: none !important;
	}
	header #topRight {
		width: 100%;
		position: relative;
		top: 0px;
		left: 0px;
	}
	#main {margin: 0px 20px; padding: 0px;}
	#mobile-nav {
		display:block;
	}
	header #nav > ul {
		display:none;
		position:absolute;
		background-color:#fff;
		padding-left:0px;
		max-width: none;
	}
	header #nav ul li {
		display:block;
		width:100%;
		border-top:1px solid #ccc;
		text-align:left;
	}
	header #nav ul li a {
		color: #000;
	}
	header #nav > ul > li ul {
		position:relative;
	}

	header nav,
	header #nav {
		background-color: #000;
		margin-top: 0px;
	}
	.slide .fade {
		display: none;
	}
	#banner-img #slogan {
		background-color:rgba(0,0,0,.5);
		font-size: 24px;
		width: 100%;
		padding: 20px;
		text-align: center;
		top: 20%;
		left: 0;
		bottom: 0;
		height: 70px;
	}
	#form .addresses .left, #form .addresses .right,
	.maps .left, .maps .right,
	.left, .right {
		float:none;
		width:100%;
		padding:0px;
	}
	.right {
		margin-top:30px;
	}
	.col
	.bucket {
		width:48%;
	}
	#siteby a {
		float:none;
		margin-top:30px;
	}
	#form {background: #3F4955; text-align: center;}
	#form .left,
	#form .right,
	#form .formleft,
	#form .formright {
		width: 100%;
		float: left;
		margin: 0;
	}
}
@media (max-width:600px) {
	.team {
		width: 100%;
		margin: 15px 0;
	}
	h1 {font-size: 38px;}
header #logo, header #right {
	float:none;
	width:100%;
	text-align:center;
	padding-top:0px;
}
#header #contact {
	text-align:center;
	margin-top:10px;
}
}
@media (max-width:500px) {
.col,
.bucket {
	width:100%;
	margin:10px 0;
	float:none;
}
#header #links a:not(#tel) {
	font-size:18px;
}
.subsection-links .col {
	float:none;
	padding-right:0px;
	width:100%;
}
.page-links a {
	display:block;
	padding:0px;
	border:0px;
}
}