body {
  background-color: #f0f2f0;
  font-family: kepler-std, sans-serif;
  color: #1d1e18;
  font-size: 16px;
  line-height: 22px;
  background-image: url('../images/background.png')
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: clarendon-text-pro, sans-serif;
  font-size: 48px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #891e1e;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: clarendon-text-pro, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #666;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
a {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Lato, sans-serif;
  color: #124f66;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}
a:hover {
  color: #891e1e;
  text-decoration: none;
}
a:hover {
  color: #891e1e;
  text-decoration: none;
}
.button {
  display: inline-block;
  padding: 12px 40px;
  background-color: #891e1e;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: kepler-std, sans-serif;
  color: white;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover {
  background-color: #891e1e;
  color: white;
}
.button:visited {
  color: white;
}
.button.primary-action-button {
  width: 100%;
  padding: 40px 20px;
  color: #660000;
  background-color: #f0f2f0;
  border: 3px solid #660000;
  font-family: clarendon-text-pro, sans-serif;
  text-transform: none;
  background-color:transparent;
}
.button.primary-action-button:hover {
  background-color: #660000;
  color: #fff;
    box-shadow: 5px 5px 15px #888888;
    border-radius: 5px 20px 5px;
	text-decoration: none;
}
.button.primary-action-button.primary-alt {
  background-color: #124f66;
}
.button.primary-action-button.primary-alt:hover {
  background-color: #891e1e;
}
.button.cta-button {
  	margin-left: 20px;
  	text-transform: none;
}
.button.cta-button:hover {
	color:white;
  	background-color: #891e1e;
}
.button.cta-button:visited {
	color:white;
}
.button.button-small {
  padding: 8px 30px;
  font-size: 16px;
  line-height: 20px;
}
.button.blue {
  background-color: #124f66;
}

nav ul ul {
	padding: 25px 40px;
}

nav ul {
	float:right;
	margin-top: 15px;
	font-family: Lato, sans-serif;
	display: inline;
}
nav ul li  {
	font-family: Lato, sans-serif;
	font-weight: 400;  
	display: inline-block;
	position: relative;
	padding: 15px 20px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	/* margin: 7px 5px 0px 5px; */
}

nav ul li:visited {
	color: #891e1e;
}
nav ul li ul {
	padding: 0;
	position: absolute;
	top: 60px;
	left: 0px;
	width: 250px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	opacity: 0;
	/*height: 0px;*/
	overflow: hidden;
	-webkit-transiton: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	text-align: left;
    margin-top: 5px;
	/*display:none;*/
}
@media(min-width: 992px){
	nav ul li ul {
		display:none;
	}
}
nav ul li ul li { 
	background: #dddddd;  
	display: block; 
	color: #fff;
	border-left: 5px solid transparent;
}

nav ul li ul li:hover {
    border-left: 5px solid #891e1e;
    font-color: #fff;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    transition: all 0.2s ease;
}

.home-main {
  height: 400px;
}
@media(min-width:767px){ .home-main{background-attachment: fixed; }}
.home-main.sub-main {
  position: relative;
  height:350px;
}
.navbar {
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: transparent;
  font-family: clarendon-text-pro, sans-serif;
  color: #891e1e;
  font-weight: 400;
}
.hero-container {
  padding-top: 100px;
  text-align: center;
}
.hero-container.sub-hero-container {
  /*position: absolute;
  left: 0px;
  right: 0px;
  bottom: 120px;
  margin-bottom: -15px;
  padding-top: 0px;*/
}
.hero-container.sub-hero-container.no-sub-nav {
  margin-top: 0px;
  margin-bottom: -27px;
  padding-bottom: 0px;
}
.hero-h1 {
  color: white;
  font-size: 56px;
  line-height: 62px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}
.hero-supporting-text {
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  font-style: italic;
}
.logo-block {
  opacity: 0.9;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.logo-block:hover {
  opacity: 1;
}
.weather-info {
  background-color: #333;
  color: white;
}
.weather-container {
	height:40px;
  padding-top: 8px;
}
.header-nav-link {
  float: right;
}
.header-nav-link {
  display: inline;
  padding-left: 25px;
}
.header-nav-link a {
	color:#fff;
}
.header-nav-link a:hover {
	color:#891e1e;
}
.header-nav-link a:visited {
	color:#fff;
}
.action-menu-container {
  margin-top: 20px;
  margin-bottom: 30px;
}
.primary-button-emphasis {
  display: block;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #891e1e;
  background-image: url('../images/footer.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: white;
}
.footer-paragraph {
  font-family: Lato, sans-serif;
  color: white;
  font-size: 16px;
  line-height: 24px;
}
.address {
  font-family: Lato, sans-serif;
  color: white;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
}
.footer-columns {
  padding-bottom: 0px;
}
.pre-footer {
  margin-bottom: 0px;
  background-color: #bdd8e2;
  color: white;
}
.arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;

    border-bottom: 5px solid black;
}
.pre-footer-container {
  margin-bottom: 40px;
  /* background-color: rgba(107, 143, 113, 0.49); */
}
.pre-footer-h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: clarendon-text-pro, sans-serif;
  color: white;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
}
.email-signup {
  display: inline;
  width: 80%;
  height: 50px;
  float: left;
  font-size: 16px;
}
.email-signup-button {
  display: inline;
  width: 20%;
  height: 50px;
  float: left;
  background-color: #891e1e;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-size: 20px;
  line-height: 24px;
  text-transform: none;
}
.email-signup-button:hover {
  background-color: #891e1e;
}
.email-signup-form {
  width: 60%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}
.logo {
  height: 50px;
}
.footer-link {
  font-family: Lato, sans-serif;
  color: white;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.footer-link:hover {
  color: #891e1e;
}
.footer-link:visited {
  color: white;
}
.action-icon {
  display: block;
  padding-bottom: 10px;
  font-family: Fontawesome, sans-serif;
  font-size: 60px;
  line-height: 66px;
  font-style: normal;
  font-weight: 100;
}
.home-h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #891e1e;
  text-align: center;
}
.cta-container {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.cta-h3 {
  display: inline;
  font-family: Lato, sans-serif;
  color: #124f66;
  font-weight: 400;
}
.lead-home {
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  color: #666;
  font-size: 17px;
  text-align: center;
}

nav ul li.has-sub > a:after {
	content: "\f0dd";
	font-family: Fontawesome;
	position: absolute;
    top: -10px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1em;
    height: 1em;
}

@media(max-width: 991px) {

   .locked {
		overflow-y: hidden;
   }
   nav ul li:hover {
		color: #fff;
   }
  .nav-menu {
		transition: transform .5s;
		width: 100%;
		padding-left: 0px;
  }
  ul#primary-menu {
	padding-left: 0px;
	width: 100%;
	margin-top: 0px;
  }
  nav ul li {
	width: 100%;
	text-align: left;
	/* overflow: hidden; */
	
  }

    li.menu-item .sub-menu a {
        text-indent: 0px !important;
    }
    li.menu-item .sub-menu li {
        width: 100%;
        height:52px;
    }

  nav ul li a {
	color: #fff;
	background-color: #891e1e;
  }
  nav ul li.has-sub  > a:after {
	content: "\f0dd";
	font-family: FontAwesome;
	position: absolute;
	top: 50% !important;
	right: 20px;
	transform: translate(0, -50%);
	width: initial;
	height: initial;
  }
  nav ul li a:hover {
	background-color: #fff;
	color: #891e1e;
  }
  nav ul li ul {
	position: relative;
	width: 100%;
	margin: 0px;
	top: 0px;
	z-index: 0;
	margin-top: -300px;
	height: initial;
  }
  nav ul li.showing {
	background-color: #891e1e;
	z-index: 4;
  }
  ul#primary-menu {
	  background: transparent;
  }
  ul.submenu {
	 background-image: url('../images/background.png');
  }
  nav ul li.showing ul {
	margin-top: 0px;
	opacity: 1;
	/* padding-left: 35px; */
  }
  nav ul li {
	padding: 0px;
	background-color:#891e1e;
  }

    ul.sub-menu:before {
      content: " ";
        height:5px;
        width: 5px;
        position: absolute;
  }


  ul.sub-menu li {
	border-bottom: none;
  }
  nav ul li a {
	padding: 15px 20px;
	display: block;
	z-index:5;
	position: relative;
  }
  nav ul li ul li a {
	background: rgba(84,84,84,.8);
	padding-left: 35px;
  }
  .w-nav-menu {
	position: fixed;
	top: 0px;
	padding-top: 60px;
	max-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	transform: translate(0px, -150%);
	display: block !important;
  }
  .w--nav-menu-open {
	transform: translate(0px, 0px);
  }
  div.nav-block >	 div {
		width: 100%;
		background-color: #f0f2f0;
		/*box-shadow: rgba(0, 0, 0, 0.49) 0px 0px 15px 3px;*/
  }
  .header-container, .navbar-container {
	max-width: 100%;
  }
  div.header-container > div {
	margin-top: 0px;
	margin-bottom: 0px;
	max-width: 100%;
  }
  .w-container.header-container {
	z-index: 1;
  }
  nav.w-nav-menu.nav-menu{
	z-index: -1;
  }
  
  /* system styles */
  
  a {
    font-size: 16px;
    line-height: 28px;
  }
  .button.primary-action-button {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }
  .button.cta-button {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .home-main {
    height: 450px;
    background-position: 0% 0%, 65% 50%;
  }
  .home-main.sub-main {
    height: 460px;
    padding-top: 80px;
  }
  .nav-menu {
    background-color: #891e1e;
    color: white;
  }
  .nav-link {
    margin-top: 0px;
    border-bottom: 1px solid #056144;
    color: white;
    font-size: 16px;
  }
  .nav-link:hover {
    margin-top: 0px;
    background-color: white;
    color: #891e1e;
  }
  .nav-link.w--open {
    background-color: #00755f;
    color: white;
  }
  .nav-link.ancillary {
    display: block;
    border-bottom-color: #056144;
  }
  .nav-link.sub-nav-link {
    padding-left: 40px;
    background-color: #00755f;
  }
  .nav-link.sub-nav-link:hover {
    background-color: white;
    color: #891e1e;
  }
  .nav-link.sub-nav-link.w--current {
    background-color: white;
    color: #891e1e;
  }
  .nav-block {
    position: fixed;
    width: 100%;
    background-color: #f0f2f0;
    box-shadow: rgba(0, 0, 0, 0.49) 0px 0px 15px 3px;
	z-index: 9;
  }
  .hero-container {
    /*padding-top: 180px;*/
  }
  .hero-container.sub-hero-container.no-sub-nav {
    margin-bottom: -1px;
  }
  .logo-block {
    padding-top: 10px;
  }
  /*.weather-info {
    position: fixed;
    width: 100%;
    height: 10px;
  }*/
  .address {
    font-size: 16px;
    line-height: 20px;
  }
.menu-button.w--open {
    background-color: #891e1e;
    color: white;
  }
  .logo {
    height: 50px;
  }
  .footer-link {
    color: white;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
  }
  .cta-h3 {
    font-size: 20px;
  }
  .subpage-container {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .subnav-link {
    font-size: 19px;
  }
}


.footer-copyright {
  font-family: Lato, sans-serif;
  color: white;
  font-size: 12px;
}
ul li .ancillary-link {
  color: white;
  text-decoration: none;
}
ul li .ancillary-link:hover {
  color: #891e1e;
  text-decoration: none;
}
ul li .ancillary-link:visited {
  color: white;
  text-decoration: none;
}
.subpage-container {
  margin-top: 40px;
  margin-bottom: 80px;
}
.two-up-container {
  margin-top: 40px;
}
.cta-block {
	margin-top: 40px;
    margin-bottom: 50px;
    padding: 40px 20px;
    color: white;
    background: url('../images/cta-background.png');
    color: #fff;
    box-shadow: 5px 5px 15px #888888;
    border-radius: 5px 20px 5px;
    display: inline-block;
    position: relative;
    width: 100%;
}

.subpage-container ul > li:before {
    content: "\f18e";
    font-family: FontAwesome;
    padding-right: 7px;
    color: #891e1e;
}

.subpage-container li {
    padding: 8px 0 8px 0;
    list-style-type: none;
	color: #666;
}

a.quote-cta {
    padding: 12px 15px;
    background-color: #891e1e;
    color: #fff;
}

a.quote-cta:hover {
    color: #fff;
    background-color: #666;
    cursor: pointer;
}

.cta-block-h3 {
  color: white;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}
.cta-text > p  {
  color: white;
  text-align: center;
}

.cta-text > p > strong {
    color: #ffffff;
    font-weight: 900;
}
.breadcrumb {
  margin-left: 0px;
  padding-left: 0px;
}
.breadcrumb-item {
  display: inline;
  padding-right: 5px;
  font-family: kepler-std, sans-serif;
  list-style-type: none;
}
.breadcrumb-item.breadcrumb-home {
  padding-right: 5px;
  font-family: Fontawesome, sans-serif;
}
.breadcrumb-item.breadcrumb-separator {
  font-family: Fontawesome, sans-serif;
}
.breadcrumb-link {
  padding: 5px;
  font-family: Fontawesome, sans-serif;
}
.subnav {
  position: absolute;
  bottom: 1px;
  width: 100%;
  background-color: rgba(107, 143, 113, 0.49);
}
.subnav-container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.subnav-list {
  padding-left: 0px;
  list-style-type: none;
}
.subnav-item {
  display: inline;
  padding-right: 60px;
  color: white;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
.subnav-list a {
  opacity: 0.7;
  color: #e1e6e1;
}
.subnav-list a:hover {
  opacity: 1;
  color: #e1e6e1;
}
.subnav-list a:visited {
  color: #e1e6e1;
}
.subnav-list.w--current {
  opacity: 1;
  color: white;
}
.subnav-list.w--current:hover {
  color: #891e1e;
}
.body-h3 {
  margin-top: 40px;
  font-family: Lato, sans-serif;
  color: #666;
  font-weight: 700;
}
.content-cta-container {
  text-align: center;
}
.inner-page-links {
  font-style: italic;
  font-weight: 700;
}
 @media (min-width: 992px) {
	nav ul li.showing ul {
		display: block;
		color:white;
		opacity: 1;
		/*height: initial;*/
	}
	.nav-menu {
		position: absolute;
		margin-top: -100px;
		z-index: 999;
		max-width: 940px;
		left: 50%;
		transform: translate(-50%, 0);
		text-align: right;
		width: 940px;
		pointer-events: none;
		padding: 20px 20px 0 20px;
	}
	.nav-menu  * {
		pointer-events: all;
		/* margin: 7px 5px 0 5px; */
	}
	.w-nav.navbar {
		position:relative;
		z-index: 0;
	}
  }

@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .button {
    font-family: Lato, sans-serif;
  }
  .button.primary-action-button {
    width: 80%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .button.cta-button {
    margin-right: 10px;
    margin-left: 10px;
  }
  .home-main {
    height: 400px;
    padding-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
    /*background-position: 0% 0%, 82% 76px;*/
    background-attachment: scroll, scroll;
  }
  .home-main.sub-main {
    height: 300px;
  }
  .navbar {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .nav-link {
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #891e1e;
    color: white;
  }
  .nav-link.w--current {
    background-color: white;
    color: #891e1e;
  }
  .nav-link.w--open {
    background-color: #00755f;
    color: white;
  }
  .nav-block {
    top: 0px;
	z-index: 9;
  }
  .hero-container {
    padding-top: 20px;
  }
  .hero-container.sub-hero-container {
    bottom: 60px;
  }
  .hero-container.sub-hero-container.no-sub-nav {
    margin-bottom: 0px;
  }
  .hero-h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .hero-supporting-text {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 24px;
  }
  .logo-block {
    max-height: 40px;
  }
  .action-menu-container {
    margin-top: 60px;
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .address {
    text-align: left;
  }
  .pre-footer-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .pre-footer-h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .email-signup {
    width: 70%;
  }
  .email-signup-button {
    display: inline;
    width: 30%;
    font-family: Lato, sans-serif;
  }
  .email-signup-form {
    width: 80%;
  }
  .logo {
    height: 40px;
  }
  .cta-h3 {
    display: block;
    margin-top: 0px;
  }
  .subpage-container {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .two-up-block {
    margin-bottom: 20px;
  }
  .two-up-container {
    margin-top: 0px;
  }
  .cta-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cta-block-h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .breadcrumb-container{
      display:none;
  }

  .left {
      width:100%;
  }
  .right{
      width:100%;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
  p {
    font-size: 16px;
    line-height: 22px;
    margin-top:20px;
  }
  .button.primary-action-button {
    width: 100%;
  }
  .button.cta-button {
    display: block;
    margin-bottom: 10px;
  }
  .button.button-small {
    width: 100%;
  }
  .home-main {
    height: 400px;
    padding-top: 90px;
    background-position: 0% 0%, 50% 40px;
  }
  .home-main.sub-main {
    padding-top: 120px;
  }
  .nav-link {
    background-color: #891e1e;
    color: white;
  }
  .nav-link.w--current {
    background-color: white;
    color: #891e1e;
  }
  .hero-container {
    padding-top: 0px;
  }
  .hero-container.sub-hero-container {
    bottom: 40px;
    padding-top: 0px;
  }
  .hero-container.sub-hero-container.no-sub-nav {
    margin-bottom: 7px;
  }
  .hero-supporting-text {
    padding-right: 10px;
    padding-left: 10px;
  }
  .action-menu-container {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .address {
    margin-top: 10px;
    text-align: left;
  }
  .pre-footer {
    padding: 20px;
  }
  .email-signup {
    width: 70%;
    font-size: 14px;
  }
  .email-signup-button {
    width: 30%;
    font-size: 16px;
    line-height: 20px;
  }
  .email-signup-form {
    width: 100%;
  }
  .home-h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .cta-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lead-home {
    text-align: left;
  }
  .footer-copyright {
    margin-left: 10px;
  }
  .subpage-container {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .two-up-block {
    margin-bottom: 40px;
  }
  .cta-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cta-block-h3 {
    font-size: 24px;
    line-height: 30px;
  }
}	

/* Home page featured slider
-----------------------------------------------------------*/
#featured-slider {
	float:left;
	width:940px; height:280px;
	margin:0 10px;
	position:relative;
}
#featured-slider #slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}
#featured-slider .slides_container {
	width:940px;
	overflow:hidden;
	position:relative;
	display:none;
	background:#FFF;
}
#featured-slider .slides_container div.slide {
	width:940px;
	height:280px;
	display:block;
}
#featured-slider .caption {
	z-index:500;
	position:absolute;
	top: 30px; left:670px;
	height:220px;
	width:240px;
	font-size:12px;
	line-height:16px;
	color:#000;
}
#featured-slider .caption h2 {
	font-size:18px;
	line-height:22px;
	margin-bottom:10px;
}

#featured-slider #slides .next, #slides .prev {
	position:absolute;
	top:112px;
	left:-10px;
	width:30px;
	height:37px;
	display:block;
	z-index:101;
	text-indent:-99999em;
	background: url(images/larr.gif);
}
#featured-slider #slides .next {
	left:926px;
	background: url(images/rarr.gif);
}


@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/fontawesome-webfont.woff2') format('undefined'), url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/FontAwesome.otf') format('opentype'), url('../fonts/fontawesome-webfont.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}

#slides {
	height: 300px;
}
.slide-container {
	text-align: center;
	background-color: #D3D3D3;
	padding: 10px;
	width: 75%;
}
.slide-content p{
	text-align:center;
	width: 60%;
	margin:0 auto;
}

/*.nav-block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #f0f2f0;
    box-shadow: 0px 8px 50px rgba(0,0,0,.5);
}*/
.breadcrumb-container {
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #d4d4d4;
}
.breadcrumb-container .breadcrumbs{
    vertical-align: middle;
    padding-top: 10px;
    font-size: 11pt;
    font-weight: 600;
}
.breadcrumb-container.breadcrumbs a{
    color:white;
}
a.breadcrumb-link {
    color: #891e1e;
    font-weight: 100;
    font-style: italic;
}

li.menu-item .sub-menu a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 30px;
    padding-top: 15px;
}

li.menu-item .sub-menu li {
    width: 100%;
    height: 58px;
}

.button-container{
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.left{
    float: left;
}

.right {
    float:right;
}

form.wpcf7-form input {
    border: 2px solid gray;
    height: 40px;
    width: 100%;
    background: transparent;
    border-radius: 2px;
    padding-left: 5px;
}

form.wpcf7-form select {
    border: 2px solid gray;
    height: 40px;
    width: 100%;
    background: transparent;
    border-radius: 2px;
    padding-left: 5px;
}

input#submitbutton {
    border: 2px solid #660000;
    color: #660000;
    font-weight: 800;
}
input#submitbutton:hover {
    background-color: #660000;
    color: #fff;
    box-shadow: 5px 5px 15px #888888;
    border-radius: 5px 20px 5px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.featured-cta-button:hover {
    border-radius: 5px 20px 5px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
select#water-supply{
	border: 2px solid gray;
    height: 40px;
    width: 100%;
    background: transparent;
    border-radius: 2px;
    padding-left: 5px;
}
p.contact-form-required {
    font-size: 16px;
    color: #660000;
    font-weight: 600;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.accordion-toggle {cursor: pointer;}
.accordion-content {display: none;}
.accordion-content.default {display: block;}

.subpage-container strong, .lead-home strong {
	color: #891e1e;
}