@charset "UTF-8";
/*
Theme Name: Pest Control
Author: Thrive web design
Author URI: http://thriveweb.com.au/
*/
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible;
}

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  color: #706b69;
  font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

blockquote {
  border-left: 0.3rem solid #757575;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem;
}

blockquote *:last-child {
  margin: 0;
}

.container.boxes {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box .inside {
  border-left: 2px solid #f3f3f3;
  padding: 1rem 3rem 4rem 2rem;
}

.box:first-child .inside {
  border: none;
}

.box .bottom {
  position: absolute;
  width: 100%;
  bottom: -20px;
  left: 0;
}

.border-top-grey .container {
  width: 100%;
}
#logo-footer path {
    fill: #757575;
    stroke: #757575;
}

@media (max-width: 960px) {
  .border-top-grey .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-direction: column;
  }
}

.border-top-grey .box {
  padding: 3rem 0 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 1200px) {
  .border-top-grey .inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 960px) {
  .border-top-grey .inside {
    width: 100%;
    max-width: 550px;
    margin: auto;
    border-left: none;
  }
}

.border-top-grey .inside h6 {
  width: 60%;
  margin: 0 auto 1em;
}

.border-top-grey .inside p {
  margin-bottom: 3.5em;
}

.border-top-grey img {
  width: 200px;
  margin-bottom: 1rem;
}

@media (max-width: 1200px) {
  .border-top-grey img {
    width: 50%;
    margin: auto;
    margin-bottom: 1rem;
  }
}

@media (max-width: 960px) {
  .border-top-grey img {
    max-width: 180px;
  }
}

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  background-color: #e27b26;
  border: 0.1rem solid #e27b26;
  font-family: "bebas-neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 2.2rem;
  letter-spacing: .1rem;
  line-height: 3.8rem;
  padding: 0.5rem 3.0rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 2px;
}

.button:hover, .button:focus,
button:hover,
button:focus,
input[type='button']:hover,
input[type='button']:focus,
input[type='reset']:hover,
input[type='reset']:focus,
input[type='submit']:hover,
input[type='submit']:focus {
  background-color: #e99149;
  border-color: #e99149;
  outline: 0;
  color: #f3f3f3;
}

.button.button-outline,
button.button-outline,
input[type='button'].button-outline,
input[type='reset'].button-outline,
input[type='submit'].button-outline {
  color: #e27b26;
  background-color: transparent;
}

.button.button-outline:hover, .button.button-outline:focus,
button.button-outline:hover,
button.button-outline:focus,
input[type='button'].button-outline:hover,
input[type='button'].button-outline:focus,
input[type='reset'].button-outline:hover,
input[type='reset'].button-outline:focus,
input[type='submit'].button-outline:hover,
input[type='submit'].button-outline:focus {
  background-color: #f3f3f3;
  border-color: #d86303;
  color: #d86303;
}

.button.button-clear,
button.button-clear,
input[type='button'].button-clear,
input[type='reset'].button-clear,
input[type='submit'].button-clear {
  color: #e27b26;
  background-color: transparent;
  border-color: transparent;
}

.button.button-clear:hover, .button.button-clear:focus,
button.button-clear:hover,
button.button-clear:focus,
input[type='button'].button-clear:hover,
input[type='button'].button-clear:focus,
input[type='reset'].button-clear:hover,
input[type='reset'].button-clear:focus,
input[type='submit'].button-clear:hover,
input[type='submit'].button-clear:focus {
  background-color: transparent;
  border-color: transparent;
}

.button.button-white,
button.button-white,
input[type='button'].button-white,
input[type='reset'].button-white,
input[type='submit'].button-white {
  color: #e27b26;
  background-color: white;
  border-color: transparent;
}

.button.button-white:hover, .button.button-white:focus,
button.button-white:hover,
button.button-white:focus,
input[type='button'].button-white:hover,
input[type='button'].button-white:focus,
input[type='reset'].button-white:hover,
input[type='reset'].button-white:focus,
input[type='submit'].button-white:hover,
input[type='submit'].button-white:focus {
  background-color: #f3f3f3;
  border-color: transparent;
  color: #d86303;
}

.button.button-white-outline,
button.button-white-outline,
input[type='button'].button-white-outline,
input[type='reset'].button-white-outline,
input[type='submit'].button-white-outline {
  border-color: white;
}

code {
  background: #ffffff;
  border-radius: .4rem;
  font-size: 86%;
  padding: .2rem .5rem;
  margin: 0 .2rem;
  white-space: nowrap;
}

pre {
  background: #ffffff;
  border-left: 0.3rem solid #e27b26;
  font-family: Menlo, Consolas, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, monospace;
}

pre > code {
  background: transparent;
  border-radius: 0;
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #f3f3f3;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  height: 3.8rem;
  padding: .6rem 1.0rem;
  width: 100%;
}

input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
textarea:focus,
select:focus {
  border: 0.1rem solid #e27b26;
  outline: 0;
}

textarea {
  padding-bottom: .6rem;
  padding-top: .6rem;
  min-height: 6.5rem;
}

label,
legend {
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  margin-bottom: .5rem;
}

fieldset {
  border-width: 0;
  padding: 0;
}

input[type='checkbox'],
input[type='radio'] {
  display: inline;
}

.label-inline {
  font-weight: normal;
  display: inline-block;
  margin-left: .5rem;
}

body .gform_wrapper .ginput_container_product_calculation {
  display: none;
}

body .gform_wrapper li {
  margin: 0 !important;
}

body .gform_wrapper .button {
  border-radius: 0;
  width: 50%;
}

body .gform_wrapper li.gfield label.gfield_label input.small {
  width: 100% !important;
}

body .gform_wrapper .gform_body ul.gform_fields li.gfield {
  padding-right: 0;
}

body .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_left_third, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_middle_third, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_left_half {
  padding-right: 16px;
}

@media (max-width: 650px) {
  body .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_left_third, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_middle_third, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_left_half {
    padding-right: 0;
  }
}

body .gform_wrapper .gform_body ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding-left: 1.5em;
  margin: 0;
}

body .gform_wrapper select, body .gform_wrapper input {
  border-radius: 0;
  height: 50px;
  color: #757575;
  font-style: italic;
}

body .gform_wrapper .gform_fields .gfield {
  padding: 0;
}

body .gform_wrapper .gform_fields .gfield .ginput_container_select {
  position: relative;
}

body .gform_wrapper .gform_fields .gfield .ginput_container_select:after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 1.2em;
  line-height: 1;
  padding: 1em 1.2em;
  right: 0px;
  color: #706b69;
  top: -2px;
  pointer-events: none;
}

body .gform_wrapper .gform_fields .gfield textarea, body .gform_wrapper .gform_fields .gfield select {
  padding-left: 1.5em;
}

body .gform_wrapper .gform_fields .gfield select {
  font-size: 14px;
}

body .gform_wrapper li.hidden_label input {
  margin-top: none;
}

body .gform_wrapper ::-webkit-input-placeholder {
  color: #757575;
  font-style: italic;
  font-size: 14px;
}

body .gform_wrapper :-moz-placeholder {
  /* Firefox 18- */
  color: #757575;
  font-style: italic;
  font-size: 14px;
}

body .gform_wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  color: #757575;
  font-style: italic;
  font-size: 14px;
}

body .gform_wrapper :-ms-input-placeholder {
  color: #757575;
  font-style: italic;
  font-size: 14px;
}

body .gform_wrapper.gform_validation_error div.validation_error {
  color: #e27b26;
  border-top: 2px solid #e27b26;
  border-bottom: 2px solid #e27b26;
}

body .gform_wrapper.gform_validation_error .validation_message {
  color: #e27b26;
}

body .gform_wrapper.gform_validation_error li.gfield.gfield_error {
  border-top: 1px solid #e27b26;
  border-bottom: 1px solid #e27b26;
}

body .gform_wrapper.gform_validation_error li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper.gform_validation_error li.gfield.gfield_error select,
body .gform_wrapper.gform_validation_error li.gfield.gfield_error textarea {
  border: 1px solid #e27b26;
}

.awesome {
  background: coral;
}

.gform_confirmation_wrapper {
  margin-bottom: 100px;
}

@media only screen and (min-width: 641px) {
  body .gform_wrapper .top_label input.small,
  body .gform_wrapper .top_label select.small {
    width: 100% !important;
  }
}

.scol {
  width: 80%;
  margin: 0 auto;
}

.scol.narrow-content {
  width: 60%;
  padding-bottom: 100px;
}

@media (max-width: 960px) {
  .scol.narrow-content {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .scol {
    width: 100%;
  }
}

.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

@media (min-width: 400px) {
  .container {
    width: 95%;
    padding: 0;
  }
}

@media (min-width: 550px) {
  .container {
    width: 90%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.66667%;
  }
  .two.columns {
    width: 13.33333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.66667%;
  }
  .five.columns {
    width: 39.33333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.66667%;
  }
  .eight.columns {
    width: 65.33333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.66667%;
  }
  .eleven.columns {
    width: 91.33333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.66667%;
  }
  .two-thirds.column {
    width: 65.33333%;
  }
  .one-half.column {
    width: 48%;
  }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.33333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.66667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.33333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.66667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.33333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.66667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.33333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.66667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.33333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 52%;
  }
}

.container:not(.flex):after,
.row:not(.flex):after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

a {
  color: #e27b26;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

a:hover {
  color: #e99149;
}

dl,
ol,
ul {
  margin-top: 0;
  padding-left: 0;
}

dl dl
ul,
dl ol,
ol dl
ul,
ol ol,
ul dl
ul,
ul ol {
  font-size: 90%;
  margin: 1.5rem 0 1.5rem 3.0rem;
}

dl {
  list-style: none;
}

ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

dt,
dd,
li {
  margin-bottom: 1.0rem;
}

hr {
  border-top: 0.1rem solid #ffffff;
  border-width: 0;
  margin-bottom: 3.5rem;
  margin-top: 3rem;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button,
button {
  margin-bottom: 1rem;
}

.button:last-child,
button:last-child {
  margin-bottom: 0;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

input:last-child,
textarea:last-child,
select:last-child,
fieldset:last-child {
  margin-bottom: 0;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

pre:last-child,
blockquote:last-child,
dl:last-child,
figure:last-child,
table:last-child,
p:last-child,
ul:last-child,
ol:last-child,
form:last-child {
  margin-bottom: 0;
}

table {
  width: 100%;
}

th,
td {
  border-bottom: .1rem solid #e1e1e1;
  padding: 1.2rem 1.5rem;
  text-align: left;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

p {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  margin-bottom: 2.0rem;
  margin-top: 0;
}

h1 {
  font-size: 3.6rem;
  letter-spacing: 0.2rem;
  line-height: 1.2;
}

h2 {
  font-size: 3.4rem;
  letter-spacing: 0.2rem;
  line-height: 1.25;
  font-weight: 300;
}

h3 {
  font-size: 2.7rem;
  letter-spacing: 0.2rem;
  line-height: 1.3;
  font-weight: 300;
}

h4 {
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
  line-height: 1.35;
  font-weight: 300;
}

h5 {
  font-size: 2.0rem;
  letter-spacing: -.05rem;
  line-height: 1.5;
}

h6 {
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: uppercase;
}

@media (min-width: 40rem) {
  h1 {
    font-size: 4.5rem;
  }
  h2 {
    font-size: 4.2rem;
  }
  h3 {
    font-size: 3.4rem;
  }
  h4 {
    font-size: 2.7rem;
  }
  h5 {
    font-size: 2.2rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after, .clearfix:before {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

.tacenter {
  text-align: center;
}

.taright {
  text-align: right;
}

.taleft {
  text-align: left;
}

.relative {
  position: relative;
}

.justifyleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justifyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justifycenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.accordion-header {
  cursor: pointer;
  position: relative;
  padding: .8em 0px .8em 100px;
  border: 2px solid #f3f3f3;
  margin-bottom: 4px;
  box-sizing: border-box;
}

.accordion-header:before {
  content: "\f067";
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 1;
  padding: .4em .5em;
  position: absolute;
  left: 0px;
  background-color: #2a3176;
  color: #ffffff;
  top: -2px;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.accordion-header.open:before {
  content: "\f068";
}

.accordion-header.open {
  background-color: #f3f3f3;
}

.accordion-header p {
  font-weight: 900;
  text-transform: uppercase;
}

.accordion-content {
  padding: 1.2em 0px 1.5em 100px;
  position: relative;
}

.accordion-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.accordion-content li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  line-height: 1.2;
  font-weight: 300;
  box-sizing: border-box;
  list-style: none;
}

@media screen and (max-width: 960px) {
  .accordion-content li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
}

@media screen and (max-width: 650px) {
  .accordion-content li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media screen and (max-width: 500px) {
  .accordion-content li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.section {
  padding: 50px 0;
}

.section.slim {
  padding: 25px 0;
}

.section.mid-thick {
  padding: 75px 0;
}

.section.thick {
  padding: 100px 0;
}

.dark {
  background-color: #343434;
  color: white;
}

.light {
  background-color: #f3f3f3;
}

.primary {
  background-color: #e27b26;
}

.blue {
  background-color: #2a3176;
}

.white {
  background: white;
}

.color-white {
  color: white;
}

.color-primary {
  color: #e27b26;
}

.color-secondary {
  color: #343434;
}

.color-blue {
  color: #2a3176;
}

.bg-black {
  background-color: rgba(24, 24, 24, 0.78);
  width: 100%;
  height: 100%;
}

.bg-blue {
  background-color: rgba(25, 36, 103, 0.95);
}

.border-top-grey {
  border-top: 2px solid #f3f3f3;
}

.border-top-white {
  border-top: 4px solid white;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex.stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
              -ms-grid-row-align: stretch;
          align-items: stretch;
}

.background-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.uppercase {
  text-transform: uppercase;
}

.arrow {
  position: relative;
}

.arrow:after {
  font-family: "dashicons";
  content: "\f344";
  position: absolute;
  top: 1px;
  padding-left: 3px;
}

/*-- Edit  --*/
.edit_link {
  position: fixed;
  top: 180px;
  left: 0;
  z-index: 99999;
  background-color: white;
  border: solid 1px #343434;
  padding: 10px 15px 10px 20px;
  display: inline-block;
  opacity: .5;
  font-size: 1.7rem;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.edit_link:hover {
  opacity: 1;
}

.edit_link a {
  margin-left: 1em;
  color: #343434;
  background-color: transparent !important;
  text-transform: uppercase;
  font-weight: 500;
}

#social {
  list-style: none;
}

#social li {
  display: inline-block;
}

#social a {
  padding: 5px;
}

.header-padding {
  height: 100px;
}

header {
  height: 100px;
  padding: 15px 0;
  position: fixed;
  background-color: white;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

header .header-wrap {
  height: 100%;
}

@media all and (max-width: 1000px) {
  header .header-wrap {
    position: static;
  }
}

header .header-wrap .icon {
  z-index: 999999999999;
  width: 40px;
  display: none;
  margin: 0;
  height: 40px;
  overflow: hidden;
  position: relative;
}

@media all and (max-width: 1000px) {
  header .header-wrap .icon {
    display: inline-block;
  }
}

header .header-wrap .icon .hamburger {
  overflow: hidden;
  width: 40px;
  height: 40px;
}

header .header-wrap .icon .hamburger .menui {
  background: #2a3176;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
          transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
  position: absolute;
}

header .header-wrap .icon .hamburger .menui.top-menu {
  top: 4px;
  width: 40px;
  height: 5px;
  background-color: #2a3176;
}

header .header-wrap .icon .hamburger .menui.mid-menu {
  top: 15px;
  width: 40px;
  height: 5px;
  background-color: #2a3176;
}

header .header-wrap .icon .hamburger .menui.bottom-menu {
  top: 26px;
  width: 40px;
  height: 5px;
  background-color: #2a3176;
}

header a {
  font-weight: 900;
  text-transform: uppercase;
}

header nav {
  margin-right: 50px;
}

@media all and (max-width: 1100px) {
  header nav {
    margin-right: 20px;
  }
}

header nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
}

header nav ul li {
  margin: 0 10px;
}

header nav ul li a {
  font-weight: 400;
  padding: 15px;
  color: #343434;
}

#logo {
  height: 100%;
  text-align: left;
}

#logo img {
  height: 100%;
}

@media all and (max-width: 1100px) {
  #logo {
    height: 80%;
  }
}

@media all and (max-width: 1000px) {
  #desktop-menu {
    display: none;
  }

  header {
    height: 69px;
    padding: 8px 0;
  }

  .header-padding {
      height: 69px;
  }

  .res_call{
    display: block !important;
    position: fixed;
    z-index: 100;
    right: 0;
    top: 69px;
    padding: 3px 15px;
    background-color: whitesmoke;
  }


}

#mobile-menu {
  display: none;
  position: absolute;
  top: 69px;
  left: 0;
  font-size: 3rem;
  background: white;
  width: 100%;
  text-align: center;
  border-top: 5px solid #2a3176;
  border-bottom: 5px solid #2a3176;
  padding: 1.5em 0;
}

#mobile-menu ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
}

#mobile-menu ul li {
  padding-bottom: 20px;
}

@media all and (min-width: 1001px) {
  #mobile-menu {
    display: none !important;
  }
}

@media all and (max-width: 600px) {
  #mobile-menu {
    font-size: 2rem;
  }
}

@media all and (max-height: 390px) {
  #mobile-menu {
    top: 0;
  }
}

.footer {
  background-color: #343434;
  color: #757575;
  font-size: 1.6rem;
  font-weight: normal;
}

.footer p {
  margin-bottom: 1rem;
}

.footer li {
  margin-bottom: 0;
}

.footer .menu {
  list-style: none;
  margin-bottom: 0;
}

.footer a {
  color: inherit;
  width: 70%;
  margin: auto;
}

.footer a:hover, .footer a:focus {
  color: #ffffff;
}

.footer a svg {
  margin: auto;
}

@media (min-width: 550px) {
  .footer .four.columns:nth-child(3) {
    text-align: right;
  }
}

@media all and (max-width: 960px) {
  .footer .scol {
    width: 100%;
  }
}

@media all and (max-width: 850px) {
  .footer .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-direction: column;
  }
  .footer #logo-footer {
    display: none;
  }
  .footer .four.columns {
    width: auto;
    margin: 0;
  }
  .footer .four.columns #mc_wrap {
    margin: auto;
    text-align: center;
  }
  .footer .four.columns #mc_wrap form {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .four.columns ul {
    /*width: 60%;*/
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .four.columns #copy {
    text-align: center;
  }
  .footer li {
    padding-right: 5px;
    padding-left: 5px;
  }
  #copy {
    margin-top: 10px;
  }
}

#logo-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#logo-footer svg {
  height: auto;
}

#logo-footer svg .st0, #logo-footer svg .st1, #logo-footer svg .st2 {
  fill: #757575;
  stroke: #757575;
}

.res_call{
  display: none;
}

.top-banner {
  background-color: #2a3176;
  text-align: center;
}

.top-banner.section.slim {
  padding: 30px 0;
}

.top-banner:after {
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #2a3176;
  border-width: 30px 90px;
  margin-left: -90px;
  margin-top: 25px;
  z-index: 2;
}

.title-font h1 {
  color: #e27b26;
  margin-bottom: 0.3rem;
}

.title-font p {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 300;
}

@media (min-width: 40rem) {
  .title-font p {
    font-size: 2.2rem;
  }
}

.introduction.section {
  padding-top: 70px;
}

@media (max-width: 960px) {
  .introduction.section {
    padding-bottom: 70px;
  }
}

.introduction h4 {
  color: #e27b26;
}

.introduction h4.color-secondary {
  color: #343434;
}

.introduction .scol {
  width: 70%;
}

@media (max-width: 960px) {
  .introduction .scol {
    width: 100%;
  }
}

.introduction a {
  display: inline-block;
  position: relative;
}

.introduction a:after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 1px solid;
  margin-top: 5px;
}

Mailing Form
––––––––––––––––––––––––––––––––––––––––––––––––––
#mc_wrap {
  width: 356px;
}

#mc-embedded-subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

#email {
  width: 60%;
  background-color: #706b69;
  border-color: #706b69;
  border-radius: 0;
}

#email:focus {
  border: 0.1rem solid #e27b26;
}

#subscribe {
  height: 38px;
  float: right;
  line-height: 3.6rem;
  padding: 0px .9rem;
  border-radius: 0;
}

.get-fast-quote {
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.get-fast-quote h5 {
  color: white;
  margin: 0 0 0 25px;
}

.get-fast-quote div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2em 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #e27b26;
  box-sizing: border-box;
}

.get-fast-quote div:first-child {
  background-color: #d86303;
}

@media (max-width: 65rem) {
  .get-fast-quote div:first-child {
    display: none;
  }
}

@media (max-width: 45rem) {
  .get-fast-quote div:nth-child(2) {
    display: none;
  }
}

.get-fast-quote div:first-child:after, .get-fast-quote div:nth-child(3):after {
  left: 100%;
  top: 0;
  border: solid transparent;
  content: " ";
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-left-color: #d86303;
  border-width: 57px 50px;
  z-index: 1;
}

.get-fast-quote div:nth-child(3) {
  background-color: #e7893c;
}

.get-fast-quote div:nth-child(3):after {
  left: 0;
  border-left-color: #e27b26;
}

.quote-banner {
  padding: 75px 0px 60px 0px;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}

.quote-banner .quote-slider {
  overflow: hidden;
  display: none;
}

.quote-banner .quote-slider.flickity-enabled {
  display: block;
}

.quote-banner .quote-item {
  width: 100%;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}

.quote-banner .content {
  color: #ffffff;
  font-weight: 900;
  font-style: italic;
}

.quote-banner .content:before {
  content: '“';
}

.quote-banner .content:after {
  content: '”';
}

.quote-banner .title {
  margin-top: 1rem;
  color: #706b69;
}

.quote-banner small {
  font-weight: 900;
}

.quote-banner .flickity-page-dots {
  bottom: 20px;
}

.quote-banner .flickity-page-dots .dot {
  border: 1px solid #ffffff;
  margin: 0 .4rem;
  height: 1.2rem;
  width: 1.2rem;
}

.quote-banner .flickity-page-dots .dot.is-selected {
  background-color: #ffffff;
}

@media (min-width: 650px) {
  .quote-banner .quote-item {
    padding-top: 0;
  }
}

.quote-banner .flickity-slider {
  -webkit-transform: none !important;
          transform: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quote-banner .quote-item {
  left: 0 !important;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.quote-banner .quote-item.is-selected {
  opacity: 1;
  z-index: 1;
}

.quote-slider-with-background .container:first-child {
  margin-left: auto;
  margin-right: 0;
}

.quote-slider-with-background .background-image {
  width: 30%;
  margin: 0;
}

.quote-slider-with-background .quote-banner .title {
  color: #f3f3f3;
}

.quote-slider-with-background .quote-banner .flickity-page-dots {
  bottom: 10px;
  text-align: right;
  right: 20px;
}

.hero-banner {
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}

.hero-banner .hero-slider {
  overflow: hidden;
  display: none;
}

.hero-banner .hero-slider.flickity-enabled {
  display: block;
}

.hero-banner .hero-item {
  width: 100%;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
  height: 55vh;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  background-position: center center;
  line-height: 700px;
}

.hero-banner .flickity-page-dots {
  bottom: 3rem;
}

.hero-banner .flickity-page-dots .dot {
  border: 1px solid #ffffff;
  background-color: #757575;
  margin: 0 .3rem;
}

.hero-banner .flickity-page-dots .dot.is-selected {
  background-color: #ffffff;
}

@media (min-width: 650px) {
  .hero-banner .hero-item {
    padding-top: 0;
  }
  .hero-banner .flickity-page-dots {
    text-align: right;
    right: 8rem;
  }
}

.image-slider {
  overflow: hidden;
}

.image-slider.flickity-enabled {
  display: block;
}

.image-item {
  width: 33.33%;
  padding: 0;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  background-position: center center;
}

@media (max-width: 960px) {
  .image-item {
    width: 50%;
  }
}

@media (max-width: 650px) {
  .image-item {
    width: 80%;
  }
}

/*! Flickity v1.1.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid white;
  border-radius: 50%;
  background: white;
  background: transparent;
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  border-color: #e27b26;
}

.flickity-prev-next-button:hover .arrow {
  fill: #e27b26;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #e27b26;
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 25px;
}

.flickity-prev-next-button.next {
  right: 25px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 25%;
  top: 25%;
  width: 45%;
  height: 45%;
}

.flickity-prev-next-button .arrow {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  fill: white;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: white;
  font-size: 26px;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: white;
  border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.5;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1;
}

/* Container DIV - automatically generated */
.simply-scroll-container {
  position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.simply-scroll-list li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.simply-scroll-list li img {
  border: none;
  display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */
/* Container DIV */
.simply-scroll {
  width: 100%;
  height: auto;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
  width: 100%;
  height: auto;
}

/* Explicitly set height/width of each list item */
.simply-scroll .simply-scroll-list li {
  float: left;
  /* Horizontal scroll only */
  width: 290px;
  height: 100px;
}

#what-we-do {
  text-align: center;
  padding: 0;
}

@media (max-width: 1079px) {
  #what-we-do .section.thick {
    padding-top: 0;
  }
}

#what-we-do .bg-black {
  padding: 50px 0;
}

#what-we-do .box {
  width: 400px;
  background-color: #343434;
  color: #ffffff;
  padding: 5rem 4rem;
  margin-top: 14rem;
}

#what-we-do .line-box {
  position: absolute;
}

@media (min-width: 1080px) {
  #what-we-do .line-box#line-1 {
    border-right: 1px solid white;
    height: 195px;
    top: -255px;
    right: 200px;
  }
  #what-we-do .line-box#line-1:after {
    position: absolute;
    top: -15px;
    left: -4px;
    content: '•';
    color: white;
  }
}

@media (min-width: 1200px) {
  #what-we-do .line-box#line-1:after {
    display: none;
  }
  #what-we-do .line-box#line-2 {
    border-top: 1px solid white;
    width: 3%;
    top: 76px;
  }
  #what-we-do .line-box#line-2.left {
    right: 72%;
  }
  #what-we-do .line-box#line-2.left:after {
    position: absolute;
    right: -3px;
    top: -15px;
    content: '•';
    color: white;
  }
  #what-we-do .line-box#line-2.right {
    left: 72%;
  }
  #what-we-do .line-box#line-2.right:after {
    position: absolute;
    left: -5px;
    top: -15px;
    content: '•';
    color: white;
  }
}

#what-we-do .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  top: -60px;
  left: 0;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

#what-we-do .icon svg {
  width: 120px;
  height: 200px;
}

#what-we-do .icon svg .st0 {
  fill: #343434;
}

#view-service-area h5 {
  margin-right: 20px;
  display: inline;
}

#view-service-area.background-image {
  background-position: right;
}

#home-quotes {
  padding: 0;
}

#home-quotes .bg-blue {
  padding-top: 2.5rem;
}

#home-quotes .quote-banner {
  border-top: 1px solid rgba(117, 117, 117, 0.5);
}

#organisation-logos img {
  max-height: 100px;
}

@media (max-width: 960px) {
  #specialist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  #specialist .container:first-child {
    margin-right: 70px;
  }
}

@media (max-width: 960px) {
  #specialist .container:first-child {
    width: 100%;
    height: 400px;
  }
}

#specialist .container:last-child {
  margin-right: auto;
  max-width: 530px;
  margin-left: 0;
}

@media (max-width: 960px) {
  #specialist .container:last-child {
    margin: auto;
    width: 80%;
    max-width: inherit;
  }
}

@media (max-width: 500px) {
  #specialist .container:last-child {
    width: 100%;
    padding: 50px 20px;
  }
}

#specialist .button-white {
  margin-left: 20px;
}

#inspect .container {
  max-width: 1400px;
}

.inspections > .container {
  width: 100%;
  padding: 0 10px;
}

.inspections:nth-child(2n-1) .flex:first-child .box:first-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.inspections:nth-child(2n-1) .box .image-box {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.inspections:nth-child(2n) .box .image-box {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.inspections .box {
  width: 50%;
  padding: 10px;
}

.inspections .box:first-child {
  max-width: 600px;
  margin-left: auto;
}

@media (max-width: 960px) {
  .inspections .box:first-child {
    width: 100%;
    margin: auto;
  }
}

@media (max-width: 960px) {
  .inspections .box:last-child {
    display: none;
  }
}

.inspections .box h6 {
  margin: 0;
}

.inspections .box p {
  margin-bottom: 3em;
}

.inspections .box .button {
  width: 320px;
}

.inspections .image-box {
  width: 60%;
}

@media (max-width: 1400px) {
  .inspections .image-box {
    margin: auto;
  }
}

.inspections .image-box img {
  width: 100%;
  height: auto;
  margin: auto;
}

@media (max-width: 960px) {
  .questions .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: column;
  }
}

.questions .inside {
  border-left: 2px solid #f3f3f3;
  padding: 1rem 3rem 4rem 2rem;
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
}

.questions .inside:first-child {
  border-left: none;
}

.questions .inside h5 {
  color: #e27b26;
  font-weight: normal;
}

@media (max-width: 960px) {
  .questions .inside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-direction: column;
    border: none;
    max-width: 600px;
    margin: auto;
    width: 100%;
  }
}

.page-template-page-serviced-areas .get-fast-quote .button-white-outline {
  margin-left: 70px;
}

.page-id-6 .gform_wrapper .button {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */

.center{
	max-width: 1100px;
	margin: auto;
	padding: 0 10px;
}

