body {
  background: white;
}

#header .header__bottom nav > li {
  position: relative;
}

#header .logo {
  max-width: 100%;
}

.row--services .block__inner {
  display: block;
  background-color: transparent;
  transition: background-color ease .7s;
}

.row--services .block__inner:hover {
  background-color: rgba(0,0,0,.05);
}

.row--services .block__inner h3 img {
-webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}


.row--services .block__inner:hover h3 img{
 transform: rotate(360deg) ;
-webkit-transform: rotate(360deg) ;
-moz-transform: rotate(360deg) ;
-o-transform: rotate(360deg) ;
-ms-transform: rotate(360deg) ;
}




#header .header__bottom nav .sub-menu {
 position: absolute;
 width: 200px;
 background: rgb(255,255,255);
 display: none;
  list-style: none;
  padding: 0; margin: 0;
  z-index: 999;
  padding: 5px 0;
}

#header .header__bottom nav .sub-menu a{
 padding: 0px 10px;
  display: block;
  color: rgb(60,60,60);
  font-size: 14px;
}

#header .header__bottom nav .sub-menu a:hover{
 background: rgb(250,250,250);
}

#header .header__bottom nav .sub-menu li{
 margin-right: 0;
}

#header .header__bottom nav li:hover .sub-menu {
 display: block;
}
blockquote {
quotes: '" ' ' "';
text-indent: 0;
}

blockquote p {
  color: #00aeef;
  font-size: 22px;
  font-weight: 100;
  font-style: italic;
  text-indent: 0;

}

.row--services .block__inner .arrow {
  text-align: center;
}

.row--services .grid__item {
  border: none!important;
}

.h1 {
color: #141828;
  font-weight: 100;
  font-size: 50px;
  margin-bottom: 50px;  
}

#hamburger {
  display: block;
  width: 40px;
  height: 36px;
  position: relative;
  top: 0;
  right: 0; left: 0;
  z-index: 2;
  float: left;
}

#hamburger:before, #hamburger:after, #hamburger span {
  background: #112030;
}

.mobile__menu {
  padding: 10px 0;
  background-color: #eeeeee;
  display: none;
}

.mobile__contact {
  float: right;
  margin-left: 15px;
  padding-top: 5px;
}

.mobile__email {
  padding-top: 7px;
}

.mobile__contact img{
  width: auto;
  display: block;
}

.row--form-sml.at-home {
  padding-bottom: 0;
}

#gform_1 .gfield {
  margin-bottom: 0px !important;
}





@media (max-width: 1025px) {
  #header {
      ppadding-bottom: 0;
      background: #112030!important;
  }

  .home #header {
      padding-bottom: 0;
  }

  .row--form-sml.at-home {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .header__bottom {
    display: none;
  }

  .mobile__menu { 
    display: block;
  }

  .home .logo {
    margin-bottom: 20px;
  }

  #home-form-wrap {
    margin-top: 0;
    border-top: none;
    background-color: #00aeef;
  }

  .row--form-sml {
    padding-top: 20px;
  }

  .row--form-sml h1 {
    margin-top: 0;  
  }

  .row--sml-form-2 {
      background-color: #0094cb;
      padding: 30px 0 15px;
  }

  .home .gform_wrapper {
    margin-top: 0;
  }

  .row--services.bg-blue {
    background: #007aa7;
  }

   .row--form-sml h1 {
     font-size: 35px;
   }
}

@media (max-width: 500px) {
  .row--form-sml h1 {
     font-size: 20px;
   }

  .footer__phone {
    clear: left!important; display: block!important;
    padding-left: 0!important;
    border-left: 0!important;
  }
  #header .logo img {
    width: 70%;
  }
  #header {
    padding-top: 10px;
  }
  .home .logo {
    margin-bottom: 0px;
  }
  .row--form-sml.at-home {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  #gform_1 input[type="text"] {
    padding: 15px 20px;
  }
  .row--sml-form-2 {
    padding-top: 20px;
  }
  #gform_1 .gform_footer input[type="submit"] {
    line-height: 48px;
  }
  #gform_1 label.gfield_label + div.ginput_container {
    margin-top: 5px;
  }
}

@media (max-width: 900px) {
  .footer__left, .footer__right {
  		width: 100%;
        float: none!important;
  }
  .footer__right {
    margin-top: 40px;
  }

  .footer__right li{
    display: block!important;
    clear: left!important;
    margin-left: 0!important;
  }
}


.gform_wrapper #gform_2 label {
  color: #9197a8;
  font-weight: 300;
  margin: 0;
  font-size: 13px;
}

.gform_wrapper #gform_2 .gform_body input, .gform_wrapper #gform_2 .gform_body textarea {
  padding: 10px;
  border: 1px solid #E5E5E5;
  box-shadow: inset 0px 1px 3px #F1F1F1;
}

.gform_wrapper #gform_2 .gform_body .ginput_container {
  margin-top: 0;
}

.gform_wrapper #gform_2 .gform_footer input[type="submit"] {
  background: #007dac;
  padding-left: 3em;
  padding-right: 3em;
  float: left;
}
.gform_wrapper #gform_2 .gform_footer input[type="submit"]:hover {
  background: #036E96;
}

.gform_wrapper #gform_2  .ginput_container + .gfield_description.validation_message {
  color: rgb(60,60,60);
}

@media (max-width: 700px) {
.gform_wrapper #gform_2 .gform_body input, .gform_wrapper #gform_2 .gform_body textarea {
  width: 100%;
}
}

.row--text p, .row--two-column p {
  margin-bottom: 35px;
}

.row--text p + ul {
  margin-top: -20px;
}