body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
textarea {
  resize: none;
}
@font-face {
  font-family: 'ServicesMRO';
  src: url('/fonts/ServicesMRO.eot');
  src: url('/fonts/ServicesMRO.eot?#iefix') format('embedded-opentype'), url('/fonts/ServicesMRO.woff') format('woff'), url('/fonts/ServicesMRO.ttf') format('truetype'), url('/fonts/ServicesMRO.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.iconfont,
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 ServicesMRO;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0,0);
}
.iconfont.fa-plus:before,
.fa.fa-plus:before {
  content: "+";
}
.iconfont.fa-times:before,
.fa.fa-times:before {
  content: "*";
}
.iconfont.fa-navicon:before,
.fa.fa-navicon:before {
  content: "6";
}
.iconfont.fa-circle:before,
.fa.fa-circle:before {
  content: "o";
}
.iconfont.facebook:before,
.fa.facebook:before {
  content: "2";
}
.iconfont.phone:before,
.fa.phone:before {
  content: "/";
}
.iconfont.desktop:before,
.fa.desktop:before {
  content: "Q";
}
.iconfont.mobile:before,
.fa.mobile:before {
  content: "R";
}
.iconfont.site-index:before,
.fa.site-index:before {
  content: ";";
}
.iconfont.window-main:before,
.fa.window-main:before {
  content: "7";
}
.iconfont.window-index:before,
.fa.window-index:before {
  content: "J";
}
.iconfont.window-residential:before,
.fa.window-residential:before {
  content: "=";
}
.iconfont.window-coownership:before,
.fa.window-coownership:before {
  content: ">";
}
.iconfont.window-commercial:before,
.fa.window-commercial:before {
  content: "3";
}
.iconfont.gutter-main:before,
.fa.gutter-main:before {
  content: "N";
}
.iconfont.gutter-index:before,
.fa.gutter-index:before {
  content: "M";
}
.iconfont.gutter-cleaning:before,
.fa.gutter-cleaning:before {
  content: "<";
}
.iconfont.gutter-why-cleaning:before,
.fa.gutter-why-cleaning:before {
  content: "O";
}
.iconfont.gutter-protector:before,
.fa.gutter-protector:before {
  content: "A";
}
.iconfont.carpet-main:before,
.fa.carpet-main:before {
  content: "L";
}
.iconfont.carpet-index:before,
.fa.carpet-index:before {
  content: "K";
}
.iconfont.carpet-tips:before,
.fa.carpet-tips:before {
  content: "?";
}
.iconfont.pressure-index:before,
.fa.pressure-index:before {
  content: "P";
}
.iconfont.house-cleaning-index:before,
.fa.house-cleaning-index:before {
  content: "S";
}
.iconfont.site-contact:before,
.fa.site-contact:before {
  content: "0";
}
.iconfont.site-blog:before,
.fa.site-blog:before {
  content: "5";
}
.iconfont.site-testimonials:before,
.fa.site-testimonials:before {
  content: ":";
}
.important-message-wrapper {
  margin: 0 auto;
  background: #ffc107;
  color: black;
  line-height: 1.2em;
}
.important-message-wrapper h4 {
  font-size: 1.2em;
  font-weight: bold;
}
.important-message-wrapper a {
  font-weight: bold;
  color: #6699cc;
}
.important-message-wrapper .important-message {
  position: relative;
  max-width: 984px;
  margin: 0 auto;
  overflow: hidden;
}
.important-message-wrapper .important-message .phone-number {
  position: absolute;
  top: 0;
  left: 12px;
  background: #303233;
  z-index: 2;
}
.important-message-wrapper .important-message .phone-number a {
  color: #ff9900;
  text-decoration: none;
}
.important-message-wrapper .important-message .phone-number a .phone {
  color: white;
  font-size: 20px;
}
.important-message-wrapper .important-message .language {
  position: absolute;
  top: 0;
  right: 0;
  background: #303233;
  padding: 0 5px;
  font-size: 12px;
  text-align: right;
}
.important-message-wrapper .important-message .language img {
  vertical-align: middle;
}
.global-errors.no-errors {
  display: none;
}
.global-errors li {
  margin-left: 10px;
}
a {
  color: #01b3e4;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a:hover {
  color: #033b4a;
  text-decoration: none;
}
.navbar .navbar-brand {
  width: 240px;
}
ul.top-contact li,
.social-list a.switch-language {
  font-weight: bold;
  font-size: 16px !important;
}
footer .partners h4 {
  margin-left: 10px;
}
a {
  background-color: red;
}
footer a {
  color: #838e92;
}
.team-banner-wrapper .section-heading h1,
.team-banner-wrapper .section-heading h2,
.team-banner-wrapper .section-heading h3,
.team-banner-wrapper .section-heading h4,
.team-banner-wrapper .section-heading h5,
.team-banner-wrapper .section-heading h6 {
  color: white;
}
.home-slider .slider-caption h1,
.home-slider .slider-caption h2,
.home-slider .slider-caption h3,
.home-slider .slider-caption h4,
.home-slider .slider-caption h5,
.home-slider .slider-caption h6 {
  color: white;
  text-transform: uppercase;
}
.home-slider .slider-caption h2 {
  font-size: 60px;
  line-height: 65px;
  letter-spacing: 3px;
  margin-bottom: 5px;
}
.home-slider .slider-caption h5 {
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.window.index .pages-hero h1,
.window.index .pages-hero h2,
.window.index .pages-hero h3,
.window.index .pages-hero h4,
.window.index .pages-hero h5,
.window.index .pages-hero h6,
.window.residential .pages-hero h1,
.window.residential .pages-hero h2,
.window.residential .pages-hero h3,
.window.residential .pages-hero h4,
.window.residential .pages-hero h5,
.window.residential .pages-hero h6,
.gutter.index .pages-hero h1,
.gutter.index .pages-hero h2,
.gutter.index .pages-hero h3,
.gutter.index .pages-hero h4,
.gutter.index .pages-hero h5,
.gutter.index .pages-hero h6,
.gutter.protector .pages-hero h1,
.gutter.protector .pages-hero h2,
.gutter.protector .pages-hero h3,
.gutter.protector .pages-hero h4,
.gutter.protector .pages-hero h5,
.gutter.protector .pages-hero h6,
.pressure.index .pages-hero h1,
.pressure.index .pages-hero h2,
.pressure.index .pages-hero h3,
.pressure.index .pages-hero h4,
.pressure.index .pages-hero h5,
.pressure.index .pages-hero h6,
.invoice.index .pages-hero h1,
.invoice.index .pages-hero h2,
.invoice.index .pages-hero h3,
.invoice.index .pages-hero h4,
.invoice.index .pages-hero h5,
.invoice.index .pages-hero h6 {
  color: white;
  text-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.window.index li.phone::before,
.window.index li.email::before,
.window.index ul.top-contact li a,
.window.index .social-list li a,
.window.residential li.phone::before,
.window.residential li.email::before,
.window.residential ul.top-contact li a,
.window.residential .social-list li a,
.gutter.index li.phone::before,
.gutter.index li.email::before,
.gutter.index ul.top-contact li a,
.gutter.index .social-list li a,
.gutter.protector li.phone::before,
.gutter.protector li.email::before,
.gutter.protector ul.top-contact li a,
.gutter.protector .social-list li a {
  text-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.window.commercial li.phone::before,
.window.commercial li.email::before,
.window.commercial ul.top-contact li a,
.window.commercial .social-list li a {
  text-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.section-heading h1,
.section-heading h2,
.section-heading h3 {
  color: #033b4a;
}
.section-heading h4,
.section-heading h5,
.section-heading h6 {
  color: #9dabaf;
}
.mt-minus {
  margin-top: -100px !important;
  padding: 150px 0px 50px 0px !important;
}
.section-secondary {
  background-color: var(--secundary-color);
  color: white;
}
.section-secondary h1,
.section-secondary h2,
.section-secondary h3 {
  color: white;
}
.section-secondary h4,
.section-secondary h5,
.section-secondary h6 {
  color: #033b4a;
}
.section-secondary p {
  color: white;
  margin-bottom: 0;
}
.section-secondary a {
  color: #ddd;
}
.section-secondary a:hover {
  color: #033b4a;
}
.section-dark {
  background-color: #033b4a;
}
.section-dark h1,
.section-dark h2,
.section-dark h3 {
  color: white;
}
.section-dark h4,
.section-dark h5,
.section-dark h6 {
  color: #ddd;
}
.section-dark p {
  color: white;
}
.ws-feature-right-alt:before {
  opacity: 1 !important;
}
.ws-feature-right-alt h1,
.ws-feature-right-alt h2,
.ws-feature-right-alt h3 {
  color: white;
}
.ws-feature-right-alt h4,
.ws-feature-right-alt h5,
.ws-feature-right-alt h6 {
  color: lightGray;
}
.ws-feature-right-alt a {
  color: #aaa;
}
.ws-feature-right-alt a:hover {
  color: #033b4a;
}
.ws-feature-right-alt .btn-outline-blue {
  color: white;
}
.submitform form.mro {
  text-align: center;
}
.submitform form.mro label {
  display: inline-block;
  width: 18%;
  color: #033b4a;
  font-weight: 600;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 700px) {
  .submitform form.mro label {
    display: block;
    width: 90%;
    margin: 0 0 12px 7.5%;
  }
}
.submitform form.mro label.attachment {
  display: none;
}
@media screen and (max-width: 640px) {
  .submitform form.mro label.attachment {
    display: block;
  }
}
form.mro {
  transition-duration: 0.3s;
  transition-property: opacity;
}
form.mro label {
  color: #215581;
  font-weight: 600;
  text-align: left;
  vertical-align: bottom;
}
form.mro input,
form.mro select,
form.mro textarea {
  display: block;
  width: 90%;
  margin: 5px 1px;
  padding: 5px;
  border: 1px solid #bbb;
  background: white;
  font-size: 1.2em;
  border-radius: 8px   ;
  -moz-border-radius: 8px   ;
  -webkit-border-radius: 8px   ;
  overflow: hidden;
  -webkit-appearance: none;
  line-height: 27px;
}
form.mro input.focus,
form.mro select.focus,
form.mro textarea.focus {
  margin: 4px 0;
  border: 2px solid #215581;
}
form.mro .select-like {
  width: 90%;
  border: 1px solid #bbb;
  border-radius: 8px   ;
  -moz-border-radius: 8px   ;
  -webkit-border-radius: 8px   ;
}
form.mro .select-like.select-open {
  border: 2px solid #215581;
}
form.mro .select-like ul {
  top: -2px;
  left: -2px;
  border: 2px solid #215581;
  border-radius: 8px   ;
  -moz-border-radius: 8px   ;
  -webkit-border-radius: 8px   ;
}
.form-results {
  background: #009900;
  padding: 12px;
  margin: 24px 0;
  font-weight: bold;
  color: white;
  border-radius: 8px   ;
  -moz-border-radius: 8px   ;
  -webkit-border-radius: 8px   ;
}
.form-results.error {
  background: #ff9900;
}
.checkbox {
  color: #666;
  background-repeat: no-repeat;
  padding-left: 30px;
  background-image: url(/images/checkbox.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2/1),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .checkbox {
    background-image: url(/images/checkbox@2x.png);
    background-size: 18px 16px;
  }
}
.checkbox-checked {
  background-image: url(/images/checkboxc.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2/1),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .checkbox-checked {
    background-image: url(/images/checkboxc@2x.png);
    background-size: 18px 16px;
  }
}
.radio {
  background-image: url(/images/radio.png);
  background-repeat: no-repeat;
  padding-left: 30px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2/1),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .radio {
    background-image: url(/images/radio@2x.png);
    background-size: 18px 16px;
  }
}
.radio-checked {
  background-image: url(/images/radioc.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2/1),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .radio-checked {
    background-image: url(/images/radioc@2x.png);
    background-size: 18px 16px;
  }
}
button[type=submit] {
  background: #215581 5px center no-repeat;
  color: white;
  border: 2px solid transparent;
  border-radius: 8px   ;
  -moz-border-radius: 8px   ;
  -webkit-border-radius: 8px   ;
  margin-top: 12px;
  padding: 10px 5px;
  width: 90%;
  font-size: 1.2em;
  cursor: pointer;
}
button[type=submit]:focus {
  border: 2px solid #bbb;
}
label.field-error {
  color: red !important;
}
form.ajax-wait {
  opacity: 0.4;
}
form.ajax-wait button[type=submit] {
  background-image: url(/images/loading-e2e2e2.gif);
  background-color: #e2e2e2;
  color: #505050;
}
form.ajax-wait label {
  color: #505050;
}
form.ajax-wait input,
form.ajax-wait select {
  background-color: #e2e2e2;
  color: #505050;
}
form.ajax-wait input:-webkit-autofill,
form.ajax-wait select:-webkit-autofill {
  background-color: #e2e2e2 !important;
  color: #505050 !important;
}
form.ajax-wait .select-like {
  background-color: #e2e2e2;
  color: #505050;
}
form.mro2 {
  transition-duration: 0.3s;
  transition-property: opacity;
}
form.mro2 label {
  color: #215581;
  font-weight: 600;
  text-align: left;
  vertical-align: bottom;
}
form.mro2 input,
form.mro2 select,
form.mro2 textarea {
  height: 39px;
  font-size: 1.2em;
}
.select-like {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 10px 0 0;
  margin: 5px 1px;
  background: white url(/images/select-like-arrow.png) right 9px no-repeat;
  background-color: #f0f2f5;
  border: 1px solid transparent;
  border-radius: 5px   ;
  -moz-border-radius: 5px   ;
  -webkit-border-radius: 5px   ;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.select-like > span {
  margin-right: 6px;
}
.select-like span,
.select-like .select-placeholder {
  display: block;
  padding: 5px;
  font-size: 1.2em;
  font-weight: normal;
  color: black;
  text-decoration: none;
  white-space: nowrap;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.select-like.select-open {
  border: 1px solid #215581;
  margin: 4px 0;
}
.select-like ul {
  display: none;
  box-sizing: content-box;
  position: absolute;
  top: -1px;
  left: -1px;
  min-width: 100%;
  max-width: 400px;
  margin: 0;
  background-color: #ffffff;
  border: 1px solid #215581;
  z-index: 100;
  border-radius: 5px   ;
  -moz-border-radius: 5px   ;
  -webkit-border-radius: 5px   ;
}
.select-like ul li {
  float: none;
  display: block;
  line-height: 40px;
  width: auto;
  margin: 0;
  padding: 0;
  background-image: none !important;
  border-bottom: 1px solid #bbb;
}
.select-like ul li:last-child {
  border-bottom-color: transparent;
}
.select-like ul li span {
  display: block;
  width: auto;
  padding-left: 40px;
  background-position: 10px center;
  line-height: 33px;
  font-size: 14px;
  font-weight: normal;
  color: #505050;
  text-decoration: none;
  white-space: nowrap;
}
.select-like ul li:hover,
.select-like ul li.hover {
  z-index: auto;
  background-color: #eee;
}
.select-like ul li:hover span,
.select-like ul li.hover span {
  color: black;
}
.form-layer {
  color: black;
}
