/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-break: break-all;
  -ms-word-wrap: break-all;
  word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BOX SHADOW
*********************/
#header{
	position: relative;
}
#header #headerFacebook{
	position: absolute;
	bottom: -10px;
	right: 87px;
	display: block;
	width: 42px;
	height: 42px;
	background-image: url('/images/leeFacebook.png');
	background-repeat: no-repeat;
	background-position: center top;
}
#header #headerFacebook:hover{
	background-position: center bottom;
}
#header nav ul, #footer nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 1.9em;
  font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif; }
  #header nav ul li, #footer nav ul li {
    display: inline; }
    #header nav ul li a, #footer nav ul li a {
      color: #36260e; }
      #header nav ul li a:after, #footer nav ul li a:after {
        content: "|";
        color: white;
        margin: 0 5px 0 10px; }
      #header nav ul li a:hover, #footer nav ul li a:hover {
        color: white;
        text-decoration: none; }
    #header nav ul li:last-child a:after, #footer nav ul li:last-child a:after {
      content: ""; }

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 28px;
  line-height: 28px;
  padding: 1px 10px;
  margin-bottom: 12px;
  font-size: 1.2em;
  color: #36260e;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: white;
  	/*
    // error notification
    
  	&.error,
    &.is-invalid {
      color: $alert-red;
      border-color: $alert-red;
      background-color: $white;
      background-position: 99% center;
      background-repeat: no-repeat;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
      outline-color: $alert-red;
    } // end invalid input
  	
    // success notification
    &.success,
    &.is-valid {
      color: $alert-green;
      border-color: $alert-green;
      background-color: $white;
      background-position: 99% center;
      background-repeat: no-repeat;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
      outline-color: $alert-green;
    } // end valid input
  
    // a disabled input
    &[disabled],
    &.is-disabled {
      cursor: not-allowed;
      border-color: $disabled-gray;
      opacity: 0.6;
  
      &:focus,
      &:active {
        background-color: $alert-blue;
      } // end disabled focus
  
    } // end disabled input
  	*/ }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    border: 1px solid #d5d4d4;
    outline: none;
    padding: 0 9px;
    -webkit-box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.05); }

textarea {
  max-width: 100%;
  min-height: 80px;
  line-height: 1.5em;
  padding-top: 5px;
  padding-bottom: 5px; }
  textarea:focus, textarea:active {
    padding-top: 4px;
    padding-bottom: 4px; }

select {
  -webkit-appearance: none;
  /* 1 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
  padding: 1px 7px; }
  select:focus, select:active {
    padding: 0 6px; }

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.gold-btn {
  display: inline-block;
  position: relative;
  font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif;
  text-decoration: none;
  color: #36260e;
  font-size: 1.8em;
  line-height: 36px;
  height: 36px;
  font-weight: 700;
  padding: 0 21px;
  border: 0;
  cursor: pointer;
  outline: none;
  -webkit-transition: background-color 0.14s ease-in-out;
  -moz-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .right.gold-btn {
    float: right; }
  .gold-btn:hover, .gold-btn:focus {
    color: #36260e;
    text-decoration: none; }

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.gold-btn {
  background-color: #dfdb75; }
  .gold-btn:hover, .gold-btn:focus {
    background-color: #f2ee7e; }
  .gold-btn:active {
    background-color: #b8b35f; }

body {
  width: 1127px;
  margin: 0 auto;
  background-color: #c6b08b;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #36260e;
  font-size: 0.625em;
  font-weight: 300; }

a:link, a:visited, a:active {
  color: #b10e34;
  text-decoration: none; }

a:hover {
  color: white;
  text-decoration: underline; }

#header {
  background: url(../images/template/header-bg.png) no-repeat;
  position: relative; }
  #header .service-area,
  #header .call {
    color: white;
    font-size: 1.6em;
    font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif;
    font-weight: 700;
    position: absolute;
    width: 300px;
    top: 80px;
    left: 93px; }
  #header .call {
    left: inherit;
    right: 93px;
    text-align: right; }
    #header .call span {
      font-size: 1.25em;
      font-style: italic;
      text-transform: uppercase; }
  #header a#logo {
    display: block;
    margin: 0 auto;
    width: 740px; }

#content, #footer {
  background: url(../images/template/content-bg.png) repeat-y;
  padding: 20px 93px; }
  #content p, #footer p {
    font-size: 1.3em;
    line-height: 20px;
    margin: 7px 0; }

#mainstage {
  width: 940px;
  height: 346px;
  border: 1px solid #fff;
  margin-bottom: 44px; }
  #mainstage .slide {
    position: relative;
    display: block; }
    #mainstage .slide h3, #mainstage .slide #content table .Subheader_big, #content table #mainstage .slide .Subheader_big, #mainstage .slide #footer table .Subheader_big, #footer table #mainstage .slide .Subheader_big {
      position: absolute;
      right: 0;
      bottom: 53px;
      background-color: rgba(177, 14, 52, 0.9);
      font-size: 2.0em;
      color: white;
      font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif;
      padding: 0 15px;
      text-transform: uppercase;
      line-height: 35px;
      height: 35px; }
      #mainstage .slide h3 + h3, #mainstage .slide #content table .Subheader_big + h3, #content table #mainstage .slide .Subheader_big + h3, #mainstage .slide #footer table .Subheader_big + h3, #footer table #mainstage .slide .Subheader_big + h3, #mainstage .slide #content table h3 + .Subheader_big, #content table #mainstage .slide h3 + .Subheader_big, #mainstage .slide #content table .Subheader_big + .Subheader_big, #content table #mainstage .slide .Subheader_big + .Subheader_big, #mainstage .slide #footer table h3 + .Subheader_big, #footer table #mainstage .slide h3 + .Subheader_big, #mainstage .slide #footer table .Subheader_big + .Subheader_big, #footer table #mainstage .slide .Subheader_big + .Subheader_big {
        bottom: 2px;
        background-color: rgba(34, 34, 34, 0.9);
        font-size: 2.4em;
        line-height: 47px;
        height: 47px; }
  #mainstage .rsBullets {
    position: absolute;
    bottom: 4px;
    left: 5px;
    z-index: 35;
    padding-top: 4px;
    height: auto;
    text-align: center;
    line-height: 6px;
    overflow: hidden; }
    #mainstage .rsBullets .rsBullet {
      width: 14px;
      height: 14px;
      display: inline-block;
      padding: 6px 5px;
      cursor: pointer; }
      #mainstage .rsBullets .rsBullet span {
        display: block;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #CCC;
        background: rgba(255, 255, 255, 0.5); }
      #mainstage .rsBullets .rsBullet.rsNavSelected span {
        background: #fff;
        background: rgba(255, 255, 255, 0.9); }

#substage {
  width: 942px;
  overflow: hidden;
  margin-bottom: 33px; }
  #substage .pathway {
    width: 298px;
    border: 1px solid white;
    float: left;
    background-color: #ddcab2;
    cursor: pointer;
    color: #36260e; }
    #substage .pathway + .pathway {
      margin-left: 21px; }
    #substage .pathway h2 {
      font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif;
      font-size: 1.8em;
      text-transform: uppercase;
      margin: 16px 19px 0;
      font-weight: 700;
      letter-spacing: -0.02em; }
    #substage .pathway p {
      margin: 7px 19px; }
    #substage .pathway div {
      background: #dfdb75;
      padding: 17px 19px;
      font-size: 1.8em;
      font-weight: 700;
      font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif;
      vertical-align: middle;
      -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
      -moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
      transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out; }
      #substage .pathway div:before {
        content: "";
        background: url(../images/template/icons-sprite.png) -21px 0 no-repeat;
        width: 21px;
        height: 21px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        -webkit-transition: background-position 0.1s ease-in-out;
        -moz-transition: background-position 0.1s ease-in-out;
        transition: background-position 0.1s ease-in-out; }
    #substage .pathway:hover {
      color: inherit;
      text-decoration: none; }
      #substage .pathway:hover div {
        background-color: #b10e34;
        color: white; }
        #substage .pathway:hover div:before {
          background-position: 0 0; }

#positioning {
  background-color: #ddcab2;
  border: 1px solid white;
  width: 942px;
  overflow: hidden;
  height: 480px; }
  #positioning article {
    width: 601px;
    float: left;
    margin: 20px; }
    #positioning article h1 {
      font-size: 1.8em;
      text-transform: uppercase;
      font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif;
      margin: 9px 0 0; }
    #positioning article h2 {
      margin: 18px 0 0; }
      #positioning article h2 + p {
        margin-top: 1px; }
  #positioning aside {
    width: 260px;
    float: left;
    background-color: #b10e34;
    border-left: 1px solid white;
    height: 100%;
    padding: 20px; }
    #positioning aside h1 {
      font-size: 1.8em;
      text-transform: uppercase;
      font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif;
      margin: 9px 0 0;
      color: white; }
    #positioning aside p {
      color: white; }

#footer #call-for-estimate {
  background: #dfdb75;
  text-align: center;
  padding: 26px 0;
  border: 1px solid white;
  margin-bottom: 40px; }
  #footer #call-for-estimate p {
    font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif;
    font-size: 2.4em;
    font-weight: 700;
    margin: 0; }
#footer #contractor-info {
  text-align: center;
  font-size: 1.4em;
  font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif;
  color: white; }

#bottom {
  height: 96px;
  background: url(../images/template/footer-bg.png) no-repeat;
  margin-bottom: 15px; }

/* STYLES FOR THE OLDER WEBSITE PAGES */
#content table, #footer table {
  font-size: x-small; }
  #content table h1, #footer table h1, #content table h2, #footer table h2, #content table h3, #footer table h3, #content table .Subheader_big, #footer table .Subheader_big, #content table h4, #footer table h4, #content table h5, #footer table h5, #content table h6, #footer table h6 {
    font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif; }
  #content table h1, #footer table h1 {
    font-size: 2.6em;
    margin-top: 0; }
  #content table h2, #footer table h2 {
    font-size: 2.4em;
    margin-top: 0; }
  #content table h3, #footer table h3, #content table .Subheader_big, #footer table .Subheader_big {
    font-size: 1.8em;
    margin-top: 0; }
  #content table p, #footer table p {
    font-weight: 400; }
  #content table .gold-panel, #footer table .gold-panel {
    background-color: #dfdb75; }
  #content table .chiffon-panel, #footer table .chiffon-panel {
    background-color: #ddcab2; }
  #content table .subjects, #footer table .subjects,
  #content table .Subjects,
  #footer table .Subjects {
    font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif;
    font-size: 1.7em; }
  #content table .Main_Nav, #footer table .Main_Nav {
    font-size: 1.6em;
    color: white;
    font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif; }
  #content table .homeOffer a, #footer table .homeOffer a {
    color: #000; }
    #content table .homeOffer a.noLinkDisplay:hover, #footer table .homeOffer a.noLinkDisplay:hover {
      color: #000;
      text-decoration: none; }
  #content table input[type="text"], #footer table input[type="text"],
  #content table input[type="password"],
  #footer table input[type="password"],
  #content table input[type="datetime"],
  #footer table input[type="datetime"],
  #content table input[type="datetime-local"],
  #footer table input[type="datetime-local"],
  #content table input[type="date"],
  #footer table input[type="date"],
  #content table input[type="month"],
  #footer table input[type="month"],
  #content table input[type="time"],
  #footer table input[type="time"],
  #content table input[type="week"],
  #footer table input[type="week"],
  #content table input[type="number"],
  #footer table input[type="number"],
  #content table input[type="email"],
  #footer table input[type="email"],
  #content table input[type="url"],
  #footer table input[type="url"],
  #content table input[type="search"],
  #footer table input[type="search"],
  #content table input[type="tel"],
  #footer table input[type="tel"],
  #content table input[type="color"],
  #footer table input[type="color"],
  #content table select,
  #footer table select,
  #content table textarea,
  #footer table textarea,
  #content table .field,
  #footer table .field {
    width: inherit;
    display: inherit; }
  #content table.products a, #footer table.products a {
    color: #36260e;
    text-decoration: none; }
    #content table.products a:hover, #footer table.products a:hover {
      color: white; }
  #content table .linkList a, #footer table .linkList a {
    font-size: 1.6em;
    color: #36260e;
    font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif;
    text-decoration: underline; }
    #content table .linkList a:hover, #footer table .linkList a:hover {
      color: white; }
  #content table .contact_block, #footer table .contact_block {
    color: white;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.3em; }
    #content table .contact_block .header, #footer table .contact_block .header {
      font-family: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif;
      font-size: 1.6em;
      color: #36260e; }

#sitemapList {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.4em; }
  #sitemapList li {
    margin: 10px 0; }

		
#footer #form-for-estimate{
	height: 240px;
	width: 940px;
	border: 1px solid #fff;
	overflow: hidden;
	margin-bottom: 40px;
}
#footer #form-for-estimate #callColumn{
	width: 235px;
	height: 240px;
	border-right: 1px solid #fff;
	background-color: #dfdb75;
	text-align: center;
	padding-top: 40px;
	float: left;
}
#footer #form-for-estimate #callColumn p{
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 28px;
	line-height: 34px;
	color: #36260e;
	font-weight: bold;
	font-family: Times New Roman, Times, serif;
}
#footer #form-for-estimate #formColumn{
	float: left;
	width: 637px;
	height: 240px;
	background-color: #b10e34;
	padding: 15px 34px 23px 33px;
}
#footer #form-for-estimate #formColumn h2{
	margin-top: 0;
	font-family: Times New Roman, Times, serif;
	color: #fff;
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 17px;
}
#footer #form-for-estimate #formColumn p{
	margin-top: 0;
	margin-bottom: 10px;
	color: #fff;
	font-size: 13px;
}
#footer #form-for-estimate #formColumn form{
	overflow: hidden;
}
#footer #form-for-estimate #formColumn form #name{
	width: 205px;
	float: left;
	margin-right: 10px;
	margin-bottom: 0;
}
#footer #form-for-estimate #formColumn form #Phone{
	width: 205px;
	float: left;
	margin-right: 10px;
	margin-bottom: 0;
}
#footer #form-for-estimate #formColumn form #email{
	width: 205px;
	float: left;
	margin-bottom: 0;
}
#footer #form-for-estimate #formColumn form #description{
	width: 636px;
	height: 65px;
	resize: none;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer #form-for-estimate #formColumn form #footerFormBotton{
 float: right;
 width: 355px;
}
#footer #form-for-estimate #formColumn form #footerFormBotton #BestTimeToCall{
	width: 205px;
	margin-right: 10px;
	float: left;
}
#footer #form-for-estimate #formColumn form #footerFormBotton .gold-btn{
	float: left;
	font-size: 13px;
	margin: 0;
	height: 28px;
	line-height: 28px;
}		
		
		
		
