@font-face {
  font-family: 'CenturyGothicRegular';
  src: url('../fonts/gothic.eot');
  src: url('../fonts/gothic.eot') format('embedded-opentype'),
    url('../fonts/gothic.woff') format('woff'),
    url('../fonts/gothic.ttf') format('truetype'),
    url('../fonts/gothic.svg#CenturyGothicRegular') format('svg');
}

@font-face {
  font-family: 'molengoregular';
  src: url('../fonts/molengo-regular-webfont.eot');
  src: url('../fonts/molengo-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/molengo-regular-webfont.woff') format('woff'),
    url('../fonts/molengo-regular-webfont.ttf') format('truetype'),
    url('../fonts/molengo-regular-webfont.svg#molengoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'source_sans_probold';
  src: url('../fonts/sourcesanspro-bold-webfont.eot');
  src: url('../fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/sourcesanspro-bold-webfont.woff') format('woff'),
    url('../fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
    url('../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'source_sans_proitalic';
  src: url('../fonts/sourcesanspro-italic-webfont.eot');
  src: url('../fonts/sourcesanspro-italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/sourcesanspro-italic-webfont.woff') format('woff'),
    url('../fonts/sourcesanspro-italic-webfont.ttf') format('truetype'),
    url('../fonts/sourcesanspro-italic-webfont.svg#source_sans_proitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'source_sans_proregular';
  src: url('../fonts/sourcesanspro-regular-webfont.eot');
  src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
    url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
    url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

#wrapper {
  font-family: 'source_sans_proregular';
  font-size: 15px;
  line-height: 18px;
  color: #333;
}

#wrapper p {
  color: #141414;
  margin: 0;
  padding: 0px 0px 14px 0;
}

#wrapper p strong {
  font-family: 'source_sans_probold';
}

#wrapper p em {
  font-family: 'source_sans_proitalic';
}

#wrapper p a, #wrapper ul a, #wrapper ol a {
  color: #258264;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}

#wrapper p a:hover, #wrapper ul a:hover, #wrapper ol a:hover {
  color: #000;
}

#main ul, #side ul {
  list-style: square;
  margin: 0px 0px 15px;
}

#main ol, #side ol {
  list-style: decimal;
}

#main ol li, #side ol li {
  margin: 0px 25px;
}

#main ul li, #side ul li {
  margin: 5px 25px;
}

#main ol li strong, #side ol li strong {
  font-weight: bold;
}

#main ol li p, #side ol li p {
  font-weight: normal;
}

.side-nav ul {
  margin: 0px !important;
  list-style: none !important;
}

.side-nav ul li {
  margin: 6px 0 !important;
}

.steps h3 {
  margin-bottom: -27px !important;
}

.step_circle {
  border-radius: 66px;
  display: inline-block;
  padding: 16px 0px;
  margin: 0px 0px 0px -14px;
  background-color: #ba8823;
  color: #fff;
  text-shadow: #876013 1px 1px 0px;
  font-size: 19px;
  background: #ba8823;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod?EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ba8823 1%, #cc9528 42%, #ba8823 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ba8823), color-stop(42%, #cc9528), color-stop(100%, #ba8823));
  background: -webkit-linear-gradient(top, #ba8823 1%, #cc9528 42%, #ba8823 100%);
  background: -o-linear-gradient(top, #ba8823 1%, #cc9528 42%, #ba8823 100%);
  background: -ms-linear-gradient(top, #ba8823 1%, #cc9528 42%, #ba8823 100%);
  background: linear-gradient(to bottom, #ba8823 1%, #cc9528 42%, #ba8823 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba8823', endColorstr='#ba8823', GradientType=0);
  width: 50px;
  text-align: center;
}

.steps h3 {}

.side-nav ul li a {
  background: #CCC;
  display: block;
  padding: 6px;
  text-align: center;
  font-size: 11px;
  color: #444;
  border-radius: 3px;
  text-transform: uppercase;
  text-decoration: none;
}

.side-nav h2 {
  font-size: 20px !important;
  margin: 10px 0px 5px !important;
  border-bottom: 1px dotted #CCC;
}

.side-nav ul li a:hover {
  background: #2c8d6e;
  color: #FFF;
}

.side-nav ul li a:active {
  background: #5fcdaa;
  color: #000;
}

#googlemap .googleMapCanvas {
  height: 265px !important;
  border: 1px solid #444;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.126);
}

.contact-side {
  padding-bottom: 4px;
  border-bottom: 1px dashed #CCC;
  width: 227px;
}

.contact-side:last-child {
  border-bottom: none;
}

#footer {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 14px;
  color: #848484;
  text-align: center;
}

#footer a {
  color: #646464;
  text-decoration: none;
}

#footer a:hover {
  color: #444;
  text-decoration: underline;
}

#wrapper h1, #wrapper h2, #wrapper h3, #wrapper h4, #wrapper h5, #wrapper h6 {
  font-family: 'molengoregular', sans-serif;
}

#wrapper h1, #wrapper h2 {
  font-size: 25px;
  color: #141414;
  letter-spacing: -1px;
  line-height: 22px;
}

#wrapper h3 {
  font-size: 21px;
  color: #141414;
}

#wrapper h4 {
  font-size: 19px;
  color: #444;
}

#wrapper input[type="text"], #wrapper input[type="email"], #wrapper input[type="tel"], #contactform textarea {
  font-family: 'molengoregular';
  height: 27px;
  background-image: url(../images/input-bg.jpg);
  background-repeat: repeat-x;
  border: 1px solid #c4c4c4;
  margin: 0;
  margin-left: 2px;
  padding: 0px 6px;
  color: #444 !important;
  font-size: 17px !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -moz-border-radius: 8px;
}

textarea:focus, input:focus, *:focus {
  outline: 0;
}

#contactform label {
  font-family: 'CenturyGothicRegular';
}

#wrapper input[type="submit"], a.button, .wp_feed_readmore, .blank input[type="submit"] {
  background-image: url(../images/sprites.png);
  background-position: 0px -150px;
  background-color: transparent;
  width: 103px;
  height: 29px;
  border: none;
  font-family: 'molengoregular';
  font-size: 17px;
  color: #FFF !important;
  cursor: pointer;
}

a.button, .wp_feed_readmore {
  display: block;
  text-decoration: none;
  text-align: center;
  padding-top: 6px;
  height: 23px;
}

#wrapper input[type="submit"]:hover, a.button:hover, .wp_feed_readmore:hover {
  background-position: -150px -150px;
}

#wrapper input[type="submit"]:active, a.button:active, .wp_feed_readmore:active {
  background-position: -150px -150px;
}

#blog-feed h2 {
  margin-bottom: 15px;
}

#blog-fix .wp_feed_title {
  color: #333333 !important;
  font-size: 17px !important;
  text-decoration: none !important;
  font-weight: bold !important;
}

#blog-fix .wp_feed_excerpt {
  font-size: 13px !important;
  margin: 0px 0px 0px !important;
}

#blog-fix .wp_feed_date {
  color: #939393;
  font-size: 11px;
  margin-bottom: 0px !important;
  margin-top: -2px !important;
  padding-bottom: 0px;
}

#header #title {
  font-family: 'CenturyGothicRegular';
  font-size: 18px;
  background-image: url(../images/sprites.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
  width: 370px;
  height: 85px;
  position: absolute;
  left: 28px;
  top: 3px;
}

#header #title span.hide {
  display: none;
}

#header #title span.nohide {
  position: absolute;
  top: 64px;
  left: 108px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 17px;
}

#tagline {
  font-family: 'molengoregular' !important;
  font-size: 15px;
  position: absolute;
  line-height: 18px;
  color: #1d1d1d;
  text-transform: uppercase;
  letter-spacing: 2px;
  top: 36px;
  left: 453px;
  font-weight: bold;
}

p#tel small {
  font-size: 70%;
}

p#tel {
  margin-top: 5px;
}

p#tagline {
  margin-top: 12px;
}

p#name {
  margin-top: 8px;
}

p#tel {
  -webkit-display: -webkit-flex;
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

p#tel {
  padding: 5px 0 2px 36px !important;
  background-size: 25px;
  background-position: center left;
  margin: 0;
  right: 0;
  left: auto;
}

p#tel small:nth-child(2) {
  margin-left: 20px;
}

p#tel small {
  color: #ba8823;
  margin-right: 5px;
  position: relative;
  top: 0.5px;
}