@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,300,400,600,700);
/*
Theme Name: drainrescue
Theme URI: http://www.3magine.com
Author: Karl Schellenberg
Author URI: http://www.3magine.com
Description: Custom Theme for Drainrescue
Version: 1.0
Text Domain: drainrescue
Domain Path: /languages/
Tags:
 drainrescue is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}
body {
  background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol, ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
b, strong {
  font-weight: bold;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover,
a:focus,
a:active {
  color: midnightblue;
}
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul {
  left: auto;
}
.main-navigation ul ul li:hover > ul {
  left: 100%;
}
/* Small menu */
.menu-toggle {
  display: none;
}
@media screen and (max-width: 600px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
  }
  .main-navigation ul {
    display: none;
  }
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: left;
}
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
  display: none;
}
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.hentry {
  margin: 0 0 1.5em;
}
.byline,
.updated {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}
/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
/*.box { @include border-radius(10px); } */
.button {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  background: #3d86cb;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 18px 30px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
}
.button:visited {
  color: white;
}
.button:hover {
  background-color: #5aa4ea;
  color: white;
  border-color: #3d86cb;
}
.button.white {
  background: white;
  color: #3d86cb;
  border: solid 2px #3d86cb;
  padding: 15px 20px;
}
.button.white:hover {
  background-color: #3d86cb;
  color: white;
}
.button.small {
  padding: 5px 10px;
  font-size: 12px;
}
.button.readmore {
  background: white;
  border: solid 1px #3d86cb;
  font-size: 14px;
  padding: 10px 15px;
  display: block;
  float: left;
  clear: both;
  font-weight: 300;
  margin-top: 30px;
}
.button.readmore:hover {
  background: #3d86cb;
  color: white;
}
.button.prev-next {
  /*
  border: solid 1px #95a5a6;
  background: white;
  color: #95a5a6 !important;
  font-weight: 300 !important;
  padding: 10px 30px;
  text-transform: initial;
  replaced with: (blog page prev-next buttons)
  */
  border: solid 1px #95a5a6;
  background: white;
  color: #95a5a6 !important;
  font-weight: 300 !important;
  padding: 13px 11px;
  text-transform: initial;
  font-size: 18px;
}
.button.prev-next:hover {
  background-color: #95a5a6;
  color: white !important;
}
.button.slim {
  margin-left: 25% !important;
  padding: 7px 30px !important;
  font-weight: 300 !important;
  text-transform: initial !important;
}
#comments {
  text-align: left;
}
#comments .comment-form-comment label {
  display: none;
}
#comments input[type=text], #comments input[type=email], #comments input[type=url], #comments textarea {
  background: #ecf0f1;
  height: 45px;
  width: 100%;
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  border: none;
  margin-bottom: 16px;
  padding: 16px;
}
#comments input[type=text].textarea, #comments input[type=email].textarea, #comments input[type=url].textarea, #comments textarea.textarea {
  height: 135px;
  width: 100%;
}
#comments textarea {
  height: 120px;
}
#comments .posted-by {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #95a5a6;
  margin: 10px 0 10px 0;
}
#comments .form-allowed-tags {
  display: none;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
}
#comments .form-allowed-tags code {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
#comments p {
  overflow: auto;
  margin-bottom: 0 !important;
}
#comments p.comment-form-comment {
  margin-top: 20px;
}
#comments p label {
  float: left;
}
#comments p input {
  float: left;
  clear: both;
}
#comments .comment p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #2c3545;
  font-weight: 300;
}
#comments li.comment {
  margin-bottom: 30px;
}
.validation_error {
  padding: 20px 0;
  color: red;
}
.gform_wrapper img {
  width: auto !important;
}
.gform_body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #2c3545;
}
.gform_body ul.gform_fields {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gform_body ul.gform_fields li.gfield {
  float: left;
  clear: both;
  /*overflow:auto;*/
  width: 100%;
  background: none;
  padding: 0;
  margin: 0;
}
.gform_body ul.gform_fields li.gfield .validation_message {
  float: left;
  color: red;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  margin: 0 0 20px 0;
}
.gform_body ul.gform_fields li.gfield .ginput_container {
  float: left;
  width: 60%;
  overflow: auto;
}
.gform_body ul.gform_fields li.gfield .ginput_container input, .gform_body ul.gform_fields li.gfield .ginput_container .select-target {
  float: left;
  clear: both;
  width: 100%;
}
.gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_radio, .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_checkbox {
  list-style: none;
  margin: 14px 0 0 0;
  width: 100%;
}
.gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_radio li, .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_checkbox li {
  float: left;
  background: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_radio li input[type=radio], .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_radio li label, .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_radio li .iradio_minimal-blue, .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_radio li .icheckbox_minimal-blue, .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_checkbox li input[type=radio], .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_checkbox li label, .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_checkbox li .iradio_minimal-blue, .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_checkbox li .icheckbox_minimal-blue {
  float: left;
  clear: none;
  display: inline-block;
}
.gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_radio li .iradio_minimal-blue, .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_radio li .icheckbox_minimal-blue, .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_checkbox li .iradio_minimal-blue, .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_checkbox li .icheckbox_minimal-blue {
  margin: 0 5px 0 5px;
}
.gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_radio li input[type=radio], .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_radio li label, .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_checkbox li input[type=radio], .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_checkbox li label {
  width: auto;
  height: auto;
}
.gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_radio li label, .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_checkbox li label {
  margin: 0 20px 0 0;
  line-height: 20px;
}
.gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex .ginput_full {
  position: relative;
  float: left;
  width: 100%;
}
.gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex .ginput_full label {
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  height: 15px;
  line-height: 1em;
}
.gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex .ginput_full input, .gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex .ginput_full .select-target {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 15px;
}
.gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex .ginput_left, .gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex .ginput_right {
  position: relative;
  float: left;
  width: 48%;
}
.gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex .ginput_left.ginput_left, .gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex .ginput_right.ginput_left {
  margin-right: 4%;
}
.gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex .ginput_left label, .gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex .ginput_right label {
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  height: 15px;
  line-height: 1em;
}
.gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex .ginput_left input, .gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex .ginput_left .select-target, .gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex .ginput_right input, .gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex .ginput_right .select-target {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 15px;
}
.gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex .ginput_left .select.select-theme-default, .gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex .ginput_right .select.select-theme-default {
  width: 24px !important;
}
.gform_body ul.gform_fields input[type=text], .gform_body ul.gform_fields input[type=tel], .gform_body ul.gform_fields input[type=email], .gform_body ul.gform_fields input[type=file], .gform_body ul.gform_fields textarea {
  background: #ecf0f1;
  height: 45px;
  width: 60%;
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  border: none;
  margin-bottom: 16px;
  padding: 16px;
}
.gform_body ul.gform_fields input[type=text].textarea, .gform_body ul.gform_fields input[type=tel].textarea, .gform_body ul.gform_fields input[type=email].textarea, .gform_body ul.gform_fields input[type=file].textarea, .gform_body ul.gform_fields textarea.textarea {
  height: 135px;
  width: 100%;
}
.gform_body ul.gform_fields label {
  float: left;
  clear: left;
  width: 25%;
  height: 45px;
  line-height: 45px;
  margin-bottom: 16px;
}
.gform_body ul.gform_fields label .gfield_required {
  display: inline-block;
  margin-left: 10px;
  color: #3d86cb;
  top: 3px;
  position: relative;
}
.gform_footer {
  text-align: left;
}
.gform_footer input[type=submit] {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  background: #3d86cb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #ffffff;
  padding: 18px 30px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  border: 0;
}
.gform_footer input[type=submit]:visited {
  color: white;
}
.gform_footer input[type=submit]:hover {
  background-color: #5aa4ea;
  color: white;
  border-color: #3d86cb;
}
.gform_footer input[type=submit]:first-child {
  margin-left: 25%;
}
/* custom selects */
.select-select {
  display: none;
  /* For when we are on a small touch device and want to use native controls */
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  position: absolute;
  opacity: 0;
}
.select-element, .select-element:after, .select-element:before, .select-element *, .select-element *:after, .select-element *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.select-element {
  position: absolute;
  display: none;
}
.select-element.select-open {
  display: block;
}
.select-theme-default, .select-theme-default *, .select-theme-default *:after, .select-theme-default *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.select.select-theme-default {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: auto;
}
.select.select-theme-default .select-content {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background: white;
  font-family: inherit;
  color: inherit;
  overflow: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 27rem), (max-height: 27rem) {
  .select.select-theme-default .select-content {
    max-width: 100%;
    max-height: 100%;
  }
}
.select.select-theme-default .select-options {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  margin: 0;
  padding: 0;
}
.select.select-theme-default .select-options .select-option {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  position: relative;
  list-style: none;
  margin: 0;
  line-height: 1.25rem;
  padding: 16px;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select.select-theme-default .select-options .select-option.select-option-selected:before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='-0.5 0 20 15'><rect fill='#444444' stroke='none' transform='rotate(45 4.0033 8.87436)' height='5' width='6.32304' y='6.37436' x='0.84178'></rect><rect fill='#444444' stroke='none' transform='rotate(45 11.1776 7.7066)' width='5' height='16.79756' y='-0.69218' x='8.67764'></rect></svg>");
  position: absolute;
  left: 5px;
  font-size: 10px;
  top: 0;
  bottom: 0.2em;
  height: 1em;
  width: 1em;
  margin: auto;
}
.select.select-theme-default .select-options .select-option:hover, .select.select-theme-default .select-options .select-option.select-option-highlight {
  background: #63a2f1;
  color: white;
}
.select.select-theme-default .select-options .select-option:hover.select-option-selected:before, .select.select-theme-default .select-options .select-option.select-option-highlight.select-option-selected:before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='-0.5 0 20 15'><rect fill='white' stroke='none' transform='rotate(45 4.0033 8.87436)' height='5' width='6.32304' y='6.37436' x='0.84178'></rect><rect fill='white' stroke='none' transform='rotate(45 11.1776 7.7066)' width='5' height='16.79756' y='-0.69218' x='8.67764'></rect></svg>");
}
.select.select-theme-default .select-options .select-option:first-child {
  -webkit-border-radius: 0.25em 0.25em 0 0;
  -moz-border-radius: 0.25em 0.25em 0 0;
  -ms-border-radius: 0.25em 0.25em 0 0;
  border-radius: 0.25em 0.25em 0 0;
}
.select.select-theme-default .select-options .select-option:last-child {
  -webkit-border-radius: 0 0 0.25em 0.25em;
  -moz-border-radius: 0 0 0.25em 0.25em;
  -ms-border-radius: 0 0 0.25em 0.25em;
  border-radius: 0 0 0.25em 0.25em;
}
.select-target.select-theme-default {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  position: relative;
  padding: 16px;
  background: #ecf0f1;
  border: none;
  cursor: pointer;
  color: #2c3545;
  text-decoration: none;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 45px;
  margin-bottom: 16px;
  width: 60%;
  line-height: 1em;
}
.select-target.select-theme-default:hover {
  border-color: #aaaaaa;
  color: black;
}
.select-target.select-theme-default.select-target-focused, .select-target.select-theme-default.select-target-focused:focus {
  border-color: #63a2f1;
  outline: none;
}
.select-target.select-theme-default b {
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1.25rem;
  width: 2em;
}
.select-target.select-theme-default b:before, .select-target.select-theme-default b:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  right: 3px;
  top: 8px;
  height: 0;
  width: 0;
  border: 0.263em solid transparent;
  font-size: 30px;
}
.select-target.select-theme-default b:before {
  top: 0;
  border-bottom-color: inherit;
  display: none;
}
.select-target.select-theme-default b:after {
  bottom: 0;
  border-top-color: inherit;
}
* {
  box-sizing: border-box;
}
.content-width {
  max-width: 1024px;
  margin: 0 auto;
}
.hidden {
  display: none !important;
}
.nav {
  list-style: none;
  margin: 0;
}
.nav ul {
  list-style: none;
  margin: 0;
}
.nav li {
  float: left;
}
.menu-icon {
  display: block;
  width: 48px;
  height: 46px;
  background: transparent url("img/mobile-menu-icon.png") top left no-repeat;
}
.menu-icon.opened {
  background: transparent url("img/mobile-menu-close-icon.png") top left no-repeat;
}
.social-media-icons li {
  float: left;
}
.social-media-icons li a {
  display: block;
  width: 21px;
  height: 20px;
}
.social-media-icons li.facebook {
  background: transparent url("img/facebook-icon.png") center center no-repeat;
  background-size: contain;
}
.social-media-icons li.twitter {
  background: transparent url("img/twitter-icon.png") center center no-repeat;
  background-size: contain;
}
.social-media-icons li.google-plus {
  background: transparent url("img/google-icon.png") center center no-repeat;
  background-size: contain;
}
#copyright-menu {
  margin: 0 0 20px 0;
  display: inline-block;
}
#copyright-menu li {
  margin-left: 10px;
  margin-top: 3px;
}
#copyright-menu li a {
  color: #abadb1;
  font-size: 15px;
}
body > header {
  background: #ecf0f1;
}
body > header .top {
  background-color: #9d190c;
  height: 46px;
  font-family: "Open Sans", sans-serif;
  color: white;
  font-size: 22px;
}
body > header .top .phone {
  float: left;
  background: transparent url("img/phone-icon.png") center left no-repeat;
  margin: 7px 0 0 8px;
  padding-left: 29px;
}
body > header .top .menu-icon {
  float: right;
}
body > header .top #menu-top {
  display: none;
}
body > header .top .nav li a {
  color: white;
}
body > header .top .social-media-icons {
  display: none;
  /* hide on mobile */
}
body > header .bottom {
  padding: 10px;
  display: none;
}
body > header .bottom .search-toggle {
  display: none;
}
body > header .bottom .search-form {
  display: block !important;
}
body > header .bottom .search-form input.search-field {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  color: #344556;
  padding: 5px 10px 5px 40px;
  background: transparent url("img/search-icon-mobile.png") 10px center no-repeat;
  width: 100%;
  margin: 10px 0;
  border: none;
  box-sizing: border-box;
}
body > header .bottom .search-form input.search-field::-webkit-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  color: #344556;
}
body > header .bottom .search-form input.search-field:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  color: #344556;
}
body > header .bottom .search-form input.search-field::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  color: #344556;
}
body > header .bottom .search-form input.search-field:-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  color: #344556;
}
body > header .bottom .search-form input.search-submit {
  display: none;
}
body > header .bottom .free-estimate {
  width: 100%;
  float: left;
  margin-bottom: 22px;
}
body > header .bottom .free-estimate.desktop {
  display: none;
}
body > header .bottom #menu-main {
  display: none;
}
body > header #logo {
  display: block;
  float: left;
  height: 107px;
  width: 100%;
  background: white url("img/logo-mobile.png") center center no-repeat;
  border: solid 1px #dee1e3;
  border-left: none;
  border-right: none;
  text-indent: -9999px;
}
#menu-mobile, #sidebar-content-services {
  background: white;
  border: solid 2px #dee1e3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: auto;
  margin-bottom: 20px;
  /* first level arrow is on the right side */
}
#menu-mobile a, #sidebar-content-services a {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #313b4d;
  text-decoration: none;
  display: inline-block;
  padding: 16px 30px 16px 0;
  padding-left: 16px;
  width: 100%;
}
#menu-mobile a:hover, #sidebar-content-services a:hover {
  background: #ecf0f1;
}
#menu-mobile .current-menu-item > a, #sidebar-content-services .current-menu-item > a {
  color: #3d86cb;
}
#menu-mobile li, #sidebar-content-services li {
  float: left;
  width: 100%;
  border-top: solid 1px #ecf0f1;
  position: relative;
}
#menu-mobile li > .arrow, #sidebar-content-services li > .arrow {
  display: block;
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 57px;
  background: transparent url("img/menu-right-arrow-icon.png") center center no-repeat;
  top: 0;
  left: 0;
  left: auto;
  right: 0;
  margin-left: 0;
  background: transparent url("img/menu-right-arrow-desktop-icon.png") center center no-repeat;
}
#menu-mobile li.menu-item-has-children > .arrow, #sidebar-content-services li.menu-item-has-children > .arrow {
  display: block;
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 57px;
  background: transparent url("img/menu-right-arrow-icon.png") center center no-repeat;
  top: 0;
  left: 0;
}
#menu-mobile li.menu-item-has-children > .arrow.open, #sidebar-content-services li.menu-item-has-children > .arrow.open {
  background: transparent url("img/menu-down-arrow-icon.png") center center no-repeat;
}
#menu-mobile li.menu-item-has-children ul.sub-menu li a, #sidebar-content-services li.menu-item-has-children ul.sub-menu li a {
  padding-left: 32px;
}
#menu-mobile li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu li a, #sidebar-content-services li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu li a {
  padding-left: 48px;
}
#menu-mobile > li.menu-item-has-children > .arrow, #sidebar-content-services > li.menu-item-has-children > .arrow {
  left: auto;
  right: 0;
  margin-left: 0;
  background: transparent url("img/menu-right-arrow-desktop-icon.png") center center no-repeat;
}
.home-banner {
  min-height: 485px;
  background: transparent url("img/drainrescue_banner1.jpg") center center repeat;
  background-size: cover;
  padding: 0 10px;
  color: white;
  float: left;
  width: 100%;
  font-family: "Open Sans", sans-serif;
}
.home-banner > * {
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.9);
}
.home-banner h1 {
  font-weight: 600;
  font-size: 42px;
  line-height: 1.3em;
  margin: 30px 0 0 0;
}
.home-banner p {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3em;
  margin: 40px 0 0 0;
}
.home-banner .free-estimate {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  margin: 30px 0;
  float: left;
  width: 100%;
  max-width: 360px;
  border-bottom: solid 4px #316ba2;
}
.home-banner .free-estimate:hover {
  border-color: #3d86cb;
}
.home-testimonials {
  width: 100%;
  float: left;
  position: relative;
  background: #ebf3fa;
  padding: 40px 10px 75px 10px;
  text-align: center;
}
.home-testimonials .content-width {
  position: relative;
}
.home-testimonials p.testimonial {
  font-family: "Open Sans", sans-serif;
  color: #2c3545;
  font-size: 20px;
  font-weight: 300;
}
.home-testimonials p.by {
  font-family: "Open Sans", sans-serif;
  margin-top: 30px;
  font-size: 15px;
}
.home-testimonials p.by a {
  color: #2c3545;
}
.home-testimonials .flex-control-nav {
  bottom: -40px;
}
.home-testimonials .flex-control-paging li a {
  background: transparent;
  border: solid 1px #3d86cb;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
.home-testimonials .flex-control-paging li a.flex-active, .home-testimonials .flex-control-paging li a:hover {
  background: #3d86cb;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.home-testimonials .flex-direction-nav {
  display: none;
}
.home-services {
  text-align: center;
  padding: 40px 0 0 0;
  float: left;
  width: 100%;
}
.home-services h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: #2d3e50;
  margin-bottom: 40px;
}
.home-services ul {
  list-style: none;
  margin: 0;
}
.home-services ul li {
  float: left;
  width: 100%;
  padding: 130px 10px 10px 10px;
  background-position: center top !important;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}
.home-services ul li:nth-child(odd) {
  clear: left;
}
.home-services ul li h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #2d3e50;
  margin-bottom: 20px;
}
.home-services ul li h3 a, .home-services ul li h3 a:visited {
  color: #2d3e50;
  text-decoration: none;
}
.home-services ul li h3 a:hover, .home-services ul li h3 a:visited:hover {
  text-decoration: underline;
}
.home-services ul li p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #494949;
}
.home-partners {
  width: 100%;
  color: black;
  float: left;
  position: relative;
  background: #ebf3fa;
  padding: 40px 10px 75px 10px;
  color: #2c3545;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-align: center;
}
.home-partners h2 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 40px;
}
.home-partners p {
  margin-top: 30px;
  font-size: 15px;
  text-align: left;
}
.home-partners p a {
  color: #2c3545;
}
.home-partners .flex-control-nav {
  bottom: 40px;
}
.home-partners .flex-control-paging li a {
  background: transparent;
  border: solid 1px #3d86cb;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
.home-partners .flex-control-paging li a.flex-active, .home-partners .flex-control-paging li a:hover {
  background: #3d86cb;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.home-partners .flex-direction-nav {
  display: none;
}
.home-gallery {
  background: transparent url("img/home-gallery.jpg") center center repeat-x;
  background-size: auto 100%;
  height: 250px;
  width: 100%;
  float: left;
}
.home-services2 {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 40px;
  padding: 0 10px;
  font-family: "Open Sans", sans-serif;
}
.home-services2 h2 {
  font-weight: 300;
  font-size: 30px;
  color: #2d3e50;
  margin-bottom: 25px;
}
.home-services2 p {
  font-weight: 300;
  font-size: 16px;
  color: #494949;
  margin-bottom: 40px;
}
.home-services2 ul {
  margin: 0;
  list-style: none;
  float: left;
}
.home-services2 ul li {
  float: left;
  width: 100%;
}
.home-services2 ul li:nth-child(odd) {
  clear: left;
}
.home-services2 ul li h3 {
  font-size: 30px;
  font-weight: 400;
  color: #2d3e50;
  margin-bottom: 20px;
}
.home-services2 ul li h3 a, .home-services2 ul li h3 a:visited {
  color: #2d3e50;
  text-decoration: none;
}
.home-services2 ul li h3 a:hover, .home-services2 ul li h3 a:visited:hover {
  text-decoration: underline;
}
.home-services2 ul li p {
  font-size: 15px;
  font-weight: 300;
  color: #2c3545;
  margin-bottom: 40px;
}
.home-services2 .button {
  display: inline-block;
}
#canadian-map {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
  display: none;
}
body > footer {
  background: #3d86cb;
  color: white;
  float: left;
  width: 100%;
  clear: both;
  margin-top: 50px;
  font-family: "Open Sans", sans-serif;
  padding-top: 40px;
  text-align: center;
}
body > footer h3 {
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
body > footer ul {
  margin: 0;
  list-style: none;
}
body > footer a, body > footer a:visited {
  color: white;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
}
body > footer a:hover, body > footer a:visited:hover {
  text-decoration: underline;
  color: white;
}
body > footer .footer-services {
  display: none;
  /* hide on mobile */
  float: left;
  width: 23.3%;
}
body > footer .footer-locations {
  display: none;
  /* hide on mobile */
  float: left;
  width: 51.7%;
}
body > footer .footer-locations ul.nav li {
  width: 130px;
}
body > footer .footer-about {
  float: left;
  width: 100%;
  /* desktop: width:255px; */
  font-weight: 300;
  font-size: 14px;
  padding: 0 10px;
}
body > footer .footer-about h3 {
  font-size: 18px;
  /* desktop: 13px; */
}
body > footer .footer-about .phone {
  font-weight: normal;
  font-size: 26px;
}
body > footer .footer-about .social-media-icons {
  margin-top: 20px;
}
body > footer .footer-about .social-media-icons li {
  margin: 0 5px;
  display: inline-block;
  float: none;
}
body > footer .footer-about .social-media-icons li a {
  width: 27px;
  height: 27px;
}
body > footer footer {
  background: white;
  color: #2c3545;
  text-align: center;
  padding: 25px 10px 30px 10px;
  margin-top: 30px;
  float: left;
  width: 100%;
  line-height: 14px;
}
body > footer footer p {
  margin: 0;
}
body > footer footer p:first-child {
  margin-bottom: 20px;
  line-height: 1.5em;
}
body > footer footer .copy {
  font-size: 14px;
  font-weight: 400;
}
body > footer footer .by, body > footer footer .by a {
  font-size: 13px;
  font-weight: 400;
  color: #abadb1;
}
body > footer footer .by:hover, body > footer footer .by a:hover {
  color: #999;
}
.title-banner {
  float: left;
  width: 100%;
  height: 105px;
  background-color: #3880c8;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*
  &.locations, &.location{
  	background: $title-background-color url("img/locations-bg.jpg") center center no-repeat;
  	background-size:cover;
  }
  &.free-estimate, &.contact, &.contact-us{
  	background: $title-background-color url("img/contact-bg.jpg") center center no-repeat;
  	background-size:cover;
  }
  &.services{
  	background: $title-background-color url("img/services-bg.jpg") center center no-repeat;
  	background-size:cover;
  }
  &.blog{
  	background: $title-background-color url("img/blog-bg.jpg") center center no-repeat;
  	background-size:cover;
  }*/
}
.title-banner .content-width {
  margin-top: 25px;
  padding: 0 10px;
}
.title-banner h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  font-weight: 300;
  color: white;
}
.blog-post-banner {
  height: 230px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  float: left;
}
.main-content {
  font-family: "Open Sans", sans-serif;
  color: #2c3545;
  padding: 50px 10px 0;
  clear: both;
  text-align: center;
}
.main-content a, .main-content a:visited {
  color: #3d86cb;
}
.main-content h1 {
  font-size: 36px;
  margin-bottom: 45px;
  line-height: 1.2em;
}
.main-content h2 {
  font-size: 30px;
  margin-bottom: 45px;
  line-height: 1.2em;
}
.main-content h3 {
  font-size: 24px;
  margin-bottom: 45px;
  line-height: 1.2em;
}
.main-content h4 {
  font-size: 18px;
  margin-bottom: 45px;
}
.main-content h5 {
  font-size: 16px;
  margin-bottom: 45px;
  line-height: 1.2em;
}
.main-content p {
  font-size: 14px;
  color: #5f687a;
  margin-bottom: 40px;
}
.main-content img {
  max-width: 100%;
  margin: 7px 0;
}
.main-content #comments {
  margin-top: 50px;
  font-family: "Open Sans", sans-serif;
}
.main-content #comments h3 {
  font-size: 26px;
  color: #2d3e50;
  margin-bottom: 30px;
}
.main-content #comments p {
  font-size: 14px;
  color: #2c3545;
  margin-bottom: 20px;
}
.main-content #comments p.comment-notes {
  color: #999;
  padding-bottom: 20px;
}
.main-content #comments ol.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-content #comments .comment-respond {
  margin-top: 40px;
}
.main-content .main {
  text-align: left;
}
.main-content .main img {
  margin: 0;
}
.main-content .sidebar {
  margin-top: 80px;
}
.main-content .sidebar.services {
  display: none;
}
.main-content .sidebar h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #3d86cb;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.main-content blockquote {
  background: transparent url("img/blockquote-down.png") top left no-repeat;
  display: inline-block;
  padding: 0 0 0 30px;
  margin: 0 0 20px 0;
}
.main-content blockquote p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #3d86cb;
  background: transparent url("img/blockquote-up.png") top right no-repeat;
  display: inline-block;
  padding: 20px 30px 0 0;
  margin: 0;
}
.main-content ul {
  display: inline-block;
  margin: 0 auto 20px;
  list-style: none;
}
.main-content ul.complex > li {
  width: 100%;
  background-position: 0 13px;
  padding-left: 30px;
  text-align: center;
}
.main-content ul.complex > li h1, .main-content ul.complex > li h2, .main-content ul.complex > li h3, .main-content ul.complex > li h4, .main-content ul.complex > li h5 {
  margin-bottom: 10px;
  text-align: left;
}
.main-content ul.complex > li p {
  margin-bottom: 30px;
  text-align: left;
}
.main-content ul.complex > li ul li {
  background: transparent url("img/ul-dot.png") center left no-repeat;
  width: 100%;
}
.main-content ul li {
  text-align: left;
  width: 50%;
  float: left;
  padding-left: 20px;
  background: transparent url("img/ul-check.png") center left no-repeat;
  margin-bottom: 15px;
}
.main-content .main-content-locations, .main-content .main-content-provinces {
  clear: both;
}
.main-content .main-content-locations.ontario, .main-content .main-content-provinces.ontario {
  display: none;
}
.main-content .main-content-locations li, .main-content .main-content-provinces li {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 0 25px 0;
  padding: 0;
  background: none;
}
.main-content .main-content-locations li a, .main-content .main-content-locations li a:visited, .main-content .main-content-provinces li a, .main-content .main-content-provinces li a:visited {
  color: #3d86cb;
  font-size: 18px;
}
.main-content.full .post-navigation {
  border: solid 1px #cfcfcf;
  border-left: none;
  border-right: none;
  overflow: auto;
  padding: 50px 0;
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 20px;
}
.main-content article.post {
  overflow: auto;
  text-align: left;
  padding: 0 0 50px 0;
  position: relative;
  margin-bottom: 48px;
  border-bottom: solid 1px #cfcfcf;
}
.main-content article.post ul.tags {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
}
.main-content article.post ul.tags li {
  background: none;
  width: auto;
  float: left;
  margin: 0 10px 10px 0;
  padding: 0;
}
.main-content article.post ul.tags li a {
  display: block;
  color: #95a5a6;
  border: solid 1px #95a5a6;
  padding: 2px 8px;
  text-decoration: none;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.main-content article.post ul.tags li a:hover {
  color: white;
  background-color: #95a5a6;
}
.main-content article.post .share-icons {
  float: right;
  display: none;
}
.main-content article.post .share-icons .st_facebook_large .stLarge {
  width: 22px;
  height: 22px;
  display: inline-block;
  background: transparent url("img/share-facebook.png") center center no-repeat !important;
}
.main-content article.post .share-icons .st_twitter_large .stLarge {
  width: 22px;
  height: 22px;
  display: inline-block;
  background: transparent url("img/share-twitter.png") center center no-repeat !important;
}
.main-content article.post .share-icons .st_googleplus_large .stLarge {
  width: 22px;
  height: 22px;
  display: inline-block;
  background: transparent url("img/share-google-plus.png") center center no-repeat !important;
}
.main-content article.post .back-to-blog {
  display: none;
}
.main-content article.post .posted-by {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #bdc3c8;
  margin: 10px 0 20px 0;
}
.main-content article.post img {
  float: left;
}
.main-content article.post div.content {
  float: left;
}
.main-content article.post div.content h1 {
  margin-bottom: 20px;
  line-height: 1.2em;
}
.main-content article.post div.content h1 a {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 30px;
  color: #2d3e50;
  text-decoration: none;
}
.main-content article.post div.content h1 a:hover {
  text-decoration: underline;
}
.main-content article.post div.content p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #494949;
  margin-bottom: 20px;
}
.main-content article.post div.content a.more-link {
  display: block;
}
.gform_body ul.gform_fields li.gfield .ginput_container {
  width: 100%;
}
.gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex .ginput_full label {
  margin-top: 0;
}
.gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex .ginput_left, .gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex .ginput_right {
  width: 100%;
}
.gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex .ginput_left label, .gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex .ginput_right label {
  margin-top: 0;
}
.gform_body ul.gform_fields li.gfield.gform_validation_container .gfield_description {
  width: auto;
  margin-left: 0;
  float: left;
  font-size: 12px;
  margin-top: -12px;
  margin-bottom: 20px;
}
.gform_body ul.gform_fields label {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 15px;
  height: auto;
  line-height: 1em;
}
.gform_footer input[type=submit] {
  margin: 0 !important;
  width: 100%;
}
.reviews .main-content img {
  margin: 5px 0;
}
@media only screen and (min-width: 910px) {
  body {
    padding-top: 141px;
  }
  body.admin-bar > header {
    top: 32px;
  }
  body > header {
    height: 141px;
    background: white;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
    -webkit-transition: translatez(0)  ;
    -moz-transition: translatez(0)  ;
    -ms-transition: translatez(0)  ;
    -o-transition: translatez(0)  ;
    transition: translatez(0)  ;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -ms-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  body > header.scrolling {
    height: 101px;
    -webkit-box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body > header.scrolling #logo {
    height: 65px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body > header.scrolling .bottom .search-toggle, body > header.scrolling .bottom .free-estimate, body > header.scrolling .bottom #menu-main, body > header.scrolling .bottom .search-form input.search-field {
    margin-top: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body > header.scrolling .bottom .search-form input.search-field {
    margin-top: 9px;
    margin-bottom: 5px;
  }
  body > header .top {
    height: 36px;
    font-size: 14px;
  }
  body > header .top #menu-top {
    display: block;
    padding: 7px 0 0 7px;
    float: left;
  }
  body > header .top #menu-top li:after {
    content: '';
    border-right: solid 1px #ec7e73;
    height: 14px;
    display: inline-block;
    position: relative;
    margin: 0 10px -2px 10px;
  }
  body > header .top #menu-top li a {
    text-decoration: none;
    font-weight: 400;
  }
  body > header .top #menu-top li a:hover {
    text-decoration: underline;
  }
  body > header .top .menu-icon {
    display: none;
  }
  body > header .top .phone {
    background: transparent url("img/phone-icon-small.png") 0px 4px no-repeat;
    padding: 0 0 0 15px;
    margin-left: 0;
  }
  body > header .top .social-media-icons {
    display: block;
    margin: 8px;
    float: right;
  }
  body > header .top .social-media-icons li {
    margin-left: 10px;
  }
  body > header .bottom {
    display: block;
    float: right;
    padding: 0;
    position: relative;
  }
  body > header .bottom .search-toggle, body > header .bottom .free-estimate, body > header .bottom #min-menu {
    -webkit-transition: margin-top 0.3s ease;
    -moz-transition: margin-top 0.3s ease;
    -ms-transition: margin-top 0.3s ease;
    -o-transition: margin-top 0.3s ease;
    transition: margin-top 0.3s ease;
  }
  body > header .bottom .search-toggle {
    display: block;
    height: 50px;
    width: 50px;
    float: right;
    background: transparent url("img/search-icon.png") center center no-repeat;
    margin-top: 25px;
    margin-left: 40px;
  }
  body > header .bottom .search-toggle.close {
    background: transparent url("img/search-close-icon.png") center center no-repeat;
  }
  body > header .bottom .search-toggle:before {
    content: '';
    display: inline-block;
    height: 35px;
    position: absolute;
    border-right: solid 1px #ecf0f1;
    margin-left: -12px;
    margin-top: 10px;
  }
  body > header .bottom #menu-mobile {
    display: none;
  }
  body > header .bottom #menu-main {
    display: block;
    float: right;
    margin: 25px 0 0 0;
  }
  body > header .bottom #menu-main > li {
    position: relative;
  }
  body > header .bottom #menu-main > li > a {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #2d3e50;
    padding: 15px 35px 15px 20px;
    display: inline-block;
    position: relative;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -ms-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
  }
  body > header .bottom #menu-main > li > a span.arrow {
    display: inline-block;
    width: 8px;
    height: 5px;
    background: transparent url("img/main-nav-arrow-down-icon.png") center center no-repeat;
    position: absolute;
    margin: 10px;
  }
  body > header .bottom #menu-main > li .sub-menu {
    display: none;
  }
  body > header .bottom #menu-main > li:hover > a {
    color: black;
    background-color: #ecf0f1;
    z-index: 11;
    position: relative;
  }
  body > header .bottom #menu-main > li:hover > .sub-menu {
    display: block;
    position: absolute;
    float: left;
    z-index: 10;
    background: #ecf0f1;
    border: solid 2px white;
    padding: 16px 26px 16px 16px;
    -webkit-border-radius: 0px 5px 5px 5px;
    -moz-border-radius: 0px 5px 5px 5px;
    -ms-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
    -webkit-box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.3);
    margin: -2px 0 0 -2px;
    white-space: nowrap;
  }
  /* begin secondary menu drop fix */
  header .bottom #menu-main ul.sub-menu li.menu-item-has-children {
    position: relative;
    display: block;
    width: 110%;
    float: none;
  }
  body > header .bottom #menu-main ul.sub-menu li.menu-item-has-children:hover > ul.sub-menu {
    display: block;
    position: absolute;
    left: 100%;
    margin-left: 150px;
    top: -15px;
    z-index: 10;
    background: #ecf0f1;
    border: solid 2px white;
    padding: 16px 26px 16px 16px;
    -webkit-border-radius: 0px 5px 5px 5px;
    -moz-border-radius: 0px 5px 5px 5px;
    -ms-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
    -webkit-box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.3);
    margin: -2px 0 0 -2px;
    white-space: nowrap;
    border: none;
    margin: 0 0 0 0;
  }
  /* end secondary menu drop fix */
  body > header .bottom #menu-main > li:hover > .sub-menu a {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 300;
    text-decoration: none;
    display: inline-block;
    padding-left: 20px;
    background: transparent url("img/menu-right-arrow-desktop-icon.png") 6px center no-repeat;
    padding-bottom: 3px;
  }
  body > header .bottom #menu-main > li:hover > .sub-menu a, body > header .bottom #menu-main > li:hover > .sub-menu a:visited {
    color: #2d3e50;
  }
  body > header .bottom #menu-main > li:hover > .sub-menu a:hover {
    color: black;
    text-decoration: underline;
  }
  body > header .bottom #menu-main > li:hover#menu-item-205 > .sub-menu {
    white-space: nowrap;
  }
  body > header .bottom #menu-main > li:hover#menu-item-205 > .sub-menu > li {
    float: none;
    display: inline-block;
  }
  body > header .bottom .search-form {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    width: 570px;
    height: auto;
    z-index: 12;
  }
  body > header .bottom .search-form.hidden {
    display: none !important;
  }
  body > header .bottom .search-form input.search-field {
    margin-top: 28px;
    width: 560px;
    height: 47px;
    padding: 10px 15px;
    box-sizing: border-box;
    background: none;
    border: solid 1px #cfcfcf;
    -webkit-transition: margin-top 0.3s ease;
    -moz-transition: margin-top 0.3s ease;
    -ms-transition: margin-top 0.3s ease;
    -o-transition: margin-top 0.3s ease;
    transition: margin-top 0.3s ease;
  }
  body > header .bottom .free-estimate {
    float: right;
    width: auto;
    font-size: 13px;
    padding: 18px 21px;
    margin-top: 25px;
    margin-left: 20px;
  }
  body > header .bottom .free-estimate.desktop {
    display: block;
  }
  body > header .bottom .free-estimate.mobile {
    display: none;
  }
  body > header #logo {
    width: 242px;
    height: 105px;
    background: white url("img/logo-desktop.png") center center no-repeat;
    border: none;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -ms-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  body > footer {
    text-align: left;
  }
  body > footer .footer-services {
    display: block;
  }
  body > footer .footer-services li {
    width: 100%;
  }
  body > footer .footer-services li .sub-menu {
    display: none;
  }
  body > footer .footer-locations {
    display: block;
  }
  body > footer .footer-about {
    width: 24.9%;
  }
  body > footer .footer-about h3 {
    font-size: 13px;
  }
  body > footer .footer-about .phone {
    font-size: 18px;
  }
  body > footer .footer-about .social-media-icons li {
    margin: 0 5px 0 0;
  }
  body > footer footer {
    padding: 25px 10px;
  }
  body > footer footer .copy {
    float: left;
  }
  body > footer footer .by {
    float: right;
  }
  body > footer footer p, body > footer footer p:first-child {
    margin: 0;
  }
  #sidebar-content-services {
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    margin: 0;
    overflow: hidden;
    /* first level arrow is on the right side */
  }
  #sidebar-content-services a {
    font-size: 14px;
    font-weight: 600;
    padding: 16px 30px 16px 0;
    padding-left: 16px;
    width: 100%;
  }
  #sidebar-content-services a:hover {
    color: #3d86cb;
    background: white;
  }
  #sidebar-content-services .current-menu-item > a {
    color: #3d86cb;
  }
  #sidebar-content-services > li:first-child, #sidebar-content-services > li:last-child {
    border-top: none;
  }
  #sidebar-content-services li {
    background: none;
    padding-left: 0;
    margin-bottom: 0;
  }
  #sidebar-content-services li.menu-item-has-children ul.sub-menu {
    margin: 0;
    display: none;
  }
  #sidebar-content-services li.menu-item-has-children ul.sub-menu li a {
    padding-left: 32px;
  }
  #sidebar-content-services li.menu-item-has-children ul.sub-menu li:last-child {
    margin-bottom: 0;
  }
  #sidebar-content-services li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu li a {
    padding-left: 48px;
  }
  #sidebar-content-services li.menu-item-has-children.current-menu-item ul.sub-menu, #sidebar-content-services li.menu-item-has-children.current-page-ancestor ul.sub-menu {
    display: block;
  }
  .home-banner {
    height: 540px;
  }
  .home-banner h1 {
    font-size: 48px;
    margin-top: 100px;
  }
  .home-banner p {
    font-size: 24px;
  }
  .home-banner .free-estimate {
    font-size: 13px;
    padding: 15px;
    width: auto;
    border: 0;
    border-radius: 3px;
  }
  .home-testimonials {
    background: #3d86cb;
    color: white;
  }
  .home-testimonials p.testimonial, .home-testimonials p.by {
    color: white;
  }
  .home-testimonials p.testimonial a, .home-testimonials p.by a {
    color: white;
  }
  .home-testimonials .flex-control-paging li a {
    border: solid 1px white;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  }
  .home-testimonials .flex-control-paging li a.flex-active, .home-testimonials .flex-control-paging li a:hover {
    background-color: white;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  }
  .home-testimonials .flex-direction-nav {
    display: none;
  }
  .home-services {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .home-services h2 {
    margin-bottom: 60px;
  }
  .home-services h2 a, .home-services h2 a:visited {
    color: #2d3e50;
    text-decoration: none;
    karl: yes;
  }
  .home-services h2 a:hover, .home-services h2 a:visited:hover {
    text-decoration: underline;
  }
  .home-services ul li {
    width: 50%;
    text-align: left;
    background-position: 0px 0px !important;
    padding: 5px 40px 0 140px;
  }
  .home-gallery {
    height: 520px;
  }
  .home-services2 {
    padding: 20px 10px;
  }
  .home-services2 h2 {
    margin-bottom: 50px;
  }
  .home-services2 ul {
    margin-bottom: 20px;
  }
  .home-services2 ul li {
    width: 49%;
    margin-right: 2%;
    text-align: left;
  }
  .home-services2 ul li:nth-child(even) {
    margin-right: 0;
  }
  .home-services2 .button {
    font-size: 13px;
  }
  #canadian-map {
    height: 700px;
    margin-bottom: 20px;
    display: block;
  }
  .title-banner {
    height: 160px;
  }
  .title-banner h1 {
    margin-top: 50px;
  }
  .blog-post-banner {
    height: 540px;
  }
  .main-content {
    text-align: left;
  }
  .main-content #comments input[type=text], .main-content #comments input[type=email], .main-content #comments input[type=url], .main-content #comments textarea {
    width: 50%;
  }
  .main-content #comments .comment-author img {
    display: none;
  }
  .main-content .sidebar {
    margin-top: 0;
  }
  .main-content .sidebar.services {
    display: block;
  }
  .main-content .sidebar h4 {
    font-size: 14px;
  }
  .main-content ul.complex > li ul li {
    width: 50%;
  }
  .main-content .main-content-provinces, .main-content #select-different-province {
    display: none;
  }
  .main-content .main-content-locations {
    width: 100%;
  }
  .main-content .main-content-locations.ontario {
    display: block;
  }
  .main-content .main-content-locations li {
    width: 25%;
    text-align: center;
    margin-bottom: 10px;
  }
  .main-content .main {
    width: 76%;
    float: left;
  }
  .main-content .main img {
    width: auto;
  }
  .main-content .sidebar {
    display: block;
    width: 21%;
    float: right;
  }
  .main-content article.post {
    background: transparent url("img/blog-bottom-border.png") bottom center no-repeat;
    border-bottom: none;
    position: relative;
  }
  .main-content article.post .share-icons {
    display: block;
  }
  .main-content article.post.full {
    background: none;
    margin-bottom: 0;
    overflow: visible;
  }
  .main-content article.post.full .back-to-blog {
    display: block;
    position: absolute;
    background: transparent url("img/back-to-block-arrow.png") center center no-repeat;
    width: 30px;
    height: 30px;
    top: -4px;
    left: -35px;
    text-indent: -9000px;
  }
  .main-content article.post.full .posted-by {
    margin: 0;
  }
  .main-content article.post.full h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    color: #2d3e50;
    margin-top: 20px;
  }
  .main-content article.post.full p {
    font-weight: 300;
  }
  .main-content article.post img {
    float: left;
    width: 38%;
  }
  .main-content article.post div.content {
    margin-left: 50px;
    width: 53%;
  }
  .main-content article.post div.content header {
    margin-top: 10px;
  }
  .main-content article.post div.content h1 a {
    font-size: 36px;
  }
  .gform_body ul.gform_fields {
    width: 100%;
  }
  .gform_body ul.gform_fields li.gfield#field_5_7 label {
    padding-top: 5px;
  }
  .gform_body ul.gform_fields li.gfield .gfield_description {
    margin-left: 25%;
  }
  .gform_body ul.gform_fields li.gfield .ginput_container {
    width: 60%;
  }
  .gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex .ginput_full label {
    margin-top: 0;
  }
  .gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex .ginput_left, .gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex .ginput_right {
    width: 48%;
  }
  .gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex .ginput_left label, .gform_body ul.gform_fields li.gfield .ginput_container.ginput_complex .ginput_right label {
    margin-top: 0;
  }
  .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_radio, .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_checkbox {
    margin-bottom: 20px;
  }
  .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_radio li, .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_checkbox li {
    width: 100%;
  }
  .gform_body ul.gform_fields li.gfield > label {
    line-height: 1.2em;
    padding-top: 15px;
  }
  .gform_body ul.gform_fields li.gfield.gform_validation_container .gfield_description {
    margin-left: 25%;
  }
  .gform_body ul.gform_fields label {
    width: 25%;
    margin-bottom: 10px;
    margin-top: 0;
    height: 45px;
    line-height: 45px;
  }
  .gform_footer input[type=submit] {
    margin: 0;
    width: auto;
  }
  .gform_footer input[type=submit]:first-child {
    margin-left: 25% !important;
  }
  #gform_1 .gform_body #field_1_12 label, #gform_1 .gform_body #field_1_13 label {
    padding-top: 5px;
  }
  #copyright-menu {
    float: left;
  }
}
@media only screen and (min-width: 911px) and (max-width: 1060px) {
  body > footer .footer-services {
    padding-left: 10px;
  }
  body > footer .footer-about {
    padding-right: 10px;
  }
}