@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  background-color: #f68f1e;
}

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;
}

/* PX TO EM */
/* generic transform */
/* rotate */
/* transform origin */
/* transition */
/* transition with delay */
.icon, #blog .blog-post .post-meta .post-author:before, #blog .blog-post .post-meta .post-date:before,
#recentPosts .blog-post .post-meta .post-author:before,
#recentPosts .blog-post .post-meta .post-date:before, body.blog .col-3 .blog-post .post-meta .post-author:before, body.blog .col-3 .blog-post .post-meta .post-date:before, header#headerBlogDetail .post-meta .post-author:before, header#headerBlogDetail .post-meta .post-date:before, body.page .secondary-content .sidebar-block:before,
body.single .secondary-content .sidebar-block:before,
body.blog .secondary-content .sidebar-block:before, body.page .primary-content .primary-content-container blockquote:after,
body.single .primary-content .primary-content-container blockquote:after,
body.blog .primary-content .primary-content-container blockquote:after, body.page .primary-content .primary-content-container blockquote:before,
body.single .primary-content .primary-content-container blockquote:before,
body.blog .primary-content .primary-content-container blockquote:before, body.home #blog .blog-post .post-meta .post-author:before, body.home #blog .blog-post .post-meta .post-date:before, body.home #clients .testimonial:after, body.home #clients .testimonial:before, body.home #hero #hero-scroll:after, footer .footer-bottom #btt:after, #phone-contact:before, #gform_submit_button_1:after,
#gform_submit_button_2:after,
.btn:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, cite {
  font-family: "Revolution Gothic W01 Regular";
  font-weight: 100;
}

h3 {
  font-size: 2.89875em;
  line-height: 1.5;
}
h3 span {
  display: block;
  font-size: 0.625em;
}

p, blockquote, address, .entry-content li {
  font-family: "DIN Next W01 Regular";
  font-size: 0.9375em;
  line-height: 1.5;
}

a.btn {
  font-family: "Revolution Gothic W01 Regular";
}

.wrap-it-up {
  padding-top: 105px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.home .wrap-it-up,
.page .wrap-it-up,
.single .wrap-it-up,
.blog .wrap-it-up {
  padding-top: 155px;
}

.active .wrap-it-up {
  padding-top: 155px;
}

.clearfix {
  clear: both;
}

.container {
  margin: 0 auto;
  max-width: 960px;
}

.col {
  float: left;
}

.col-2 {
  float: left;
  width: 50%;
}

.col-3 {
  float: left;
  width: 33.3333%;
}

.col-4 {
  float: left;
  width: 25%;
}

.noseeme {
  opacity: 0;
}

#gform_submit_button_1,
#gform_submit_button_2,
.btn {
  background: #1a6886;
  border-radius: 21px;
  border: 0;
  color: #fff;
  display: inline-block;
  font-size: 0.9375em;
  line-height: 42px;
  padding: 0 60px 0 30px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
#gform_submit_button_1:after,
#gform_submit_button_2:after,
.btn:after {
  color: #81c241;
  content: "";
  font-size: 2.0625em;
  position: absolute;
  right: 10px;
  top: 0;
}
#gform_submit_button_1:hover,
#gform_submit_button_2:hover,
.btn:hover {
  background: #005d7d;
  color: #ffdd7f;
}

#phone-contact {
  font-size: 22px;
}

#phone-contact:before {
  color: #1a6886;
  content: "";
  font-size: 1.125em;
  position: absolute;
  right: 20px;
  top: 12px;
  z-index: 300;
}
#phone-contact:hover:before {
  color: #ffdd7f;
}
@media (max-width: 520px) {
  #phone-contact {
    padding-right: 30px;
  }
  #phone-contact:before, #phone-contact:after {
    display: none;
  }
}
@media (max-width: 480px) {
  #phone-contact {
    padding-right: 15px;
  }
}

#headerTop .container .btn {
  vertical-align: middle;
}

#quick-contact {
  box-sizing: border-box;
  min-width: 40px;
  min-height: 40px;
  background-color: #f05c22;
}
#quick-contact:after {
  display: none;
}
#quick-contact:before {
  content: "";
  display: block;
  background-image: url(../images/mail.png);
  height: 22px;
  width: 33px;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 300;
}
@media (max-width: 670px) {
  #quick-contact {
    width: 40px;
    height: 40px;
    padding: 0;
  }
  #quick-contact .btn-content {
    display: none;
  }
  #quick-contact:before {
    background-size: cover;
    height: 14px;
    width: 23px;
    top: 13px;
    right: 9px;
  }
}
@media (max-width: 480px) {
  #quick-contact {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
  }
  #quick-contact:before {
    top: 9px;
    right: 5px;
  }
}

#book-now-top {
  box-sizing: border-box;
  min-width: 0px;
  min-height: 0px;
  font-size: 22px;
  padding-right: 48px;
  background-color: #f05c22;
}
#book-now-top:after {
  display: none;
}
#book-now-top:before {
  content: "";
  display: block;
  background-image: url(../images/hand-pointer.png);
  height: 27px;
  width: 22px;
  position: absolute;
  right: 22px;
  top: 8px;
  z-index: 300;
}
@media (max-width: 670px) {
  #book-now-top {
    padding: 0;
  }
  #book-now-top .btn-content {
    display: none;
  }
  #book-now-top:before {
    background-size: cover;
    height: 14px;
    width: 23px;
    top: 13px;
    right: 9px;
  }
}
@media (max-width: 480px) {
  #book-now-top {
    min-height: 20px;
    padding: 0 10px !important;
  }
  #book-now-top:before {
    background-image: none;
    top: 9px;
    right: 5px;
    padding-right: 15px;
  }
}

#nav-control:after {
  font-size: 24px !important;
}

#menu-main .main-menu-item {
  position: relative;
  top: -200px;
}

body.active #menu-main .main-menu-item {
  top: 0;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

body.active #menu-main .main-menu-item:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

body.active #menu-main .main-menu-item:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

body.active #menu-main .main-menu-item:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

body.active #menu-main .main-menu-item:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

body.active #menu-main .main-menu-item:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

body.active #menu-main .main-menu-item:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

body.active #menu-main .main-menu-item:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

header#headerTop {
  border-top: solid 5px #1a6886;
  background: #fff;
  height: 155px;
  position: fixed;
  width: 100%;
  z-index: 500;
  -webkit-transition: background 0.4s ease-in-out;
  -moz-transition: background 0.4s ease-in-out;
  -ms-transition: background 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
  /*
  	@media(min-width: $mediaMid) {

  		#nav-menu-item-124{
  			margin-right: 10px;
  		}
  	}
  */
}
header#headerTop .container {
  height: 100%;
}
header#headerTop.scrolled {
  background: #fff;
}
header#headerTop.scrolled.active {
  background: #fff;
}
header#headerTop .logo {
  float: left;
  height: 128px;
  margin-top: 10px;
  width: 205px;
}
header#headerTop .logo a {
  background: url(../img/frog-logo.svg) no-repeat top left;
  background-size: 100% auto;
  display: block;
  height: 128px;
  text-indent: -999999px;
}
header#headerTop .header-additional {
  float: right;
  margin-top: 26px;
}
header#headerTop .header-additional #nav-control {
  display: none;
}
header#headerTop .header-additional #nav-control:after {
  color: #fff;
  content: "";
  font-size: 1.5em;
  right: 15px;
  top: 9px;
}
header#headerTop .header-additional #nav-control:hover:after {
  color: #ffdd7f;
}
header#headerTop .header-additional #nav-control.active:after {
  color: #ffdd7f;
  content: "";
}
header#headerTop #service-area {
  text-transform: uppercase;
  color: #f05c22;
  float: left;
  line-height: 40px;
  font-family: "TradeGothicW01-BoldCn20_675334";
  font-size: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  header#headerTop #service-area {
    float: none;
    text-align: right;
    padding: 5px 0;
  }
}
header#headerTop #primary-nav,
header#headerTop #menu-main {
  float: right;
  text-align: right;
  width: 77%;
}
header#headerTop #primary-nav a,
header#headerTop #menu-main a {
  color: #1a6886;
  font-family: "TradeGothicW01-BoldCn20_675334";
}
header#headerTop #primary-nav a:hover,
header#headerTop #menu-main a:hover {
  color: #81c241;
}
header#headerTop #primary-nav ul,
header#headerTop #menu-main ul {
  display: none;
  position: absolute;
  text-align: left;
  top: 100%;
  width: 200px;
}
header#headerTop #primary-nav li.level-0,
header#headerTop #menu-main li.level-0 {
  display: inline-block;
  position: relative;
}
header#headerTop #primary-nav li.level-0 > a:first-child,
header#headerTop #menu-main li.level-0 > a:first-child {
  display: block;
  line-height: 1;
  font-size: 1.0625em;
  padding: 30px 10px;
  text-decoration: none;
  text-transform: uppercase;
}
header#headerTop #primary-nav li.level-0.has-children, header#headerTop #primary-nav li.level-0.menu-item-has-children,
header#headerTop #menu-main li.level-0.has-children,
header#headerTop #menu-main li.level-0.menu-item-has-children {
  /*
  				& > a:first-child {
  					&:after {
  						color: $themeDarkOrange;
  						content: '+';
  						    display: block;
  							position: relative;
  							float: left;
  							margin: 0;
  							right: -15px;
  							width: 100%;
  							top: -19px;
  					}
  				}
  */
}
header#headerTop #primary-nav li.level-0.has-children:hover ul, header#headerTop #primary-nav li.level-0.menu-item-has-children:hover ul,
header#headerTop #menu-main li.level-0.has-children:hover ul,
header#headerTop #menu-main li.level-0.menu-item-has-children:hover ul {
  display: block;
}
header#headerTop #primary-nav li.level-0:last-child a:first-child,
header#headerTop #menu-main li.level-0:last-child a:first-child {
  padding: 30px 0;
}
header#headerTop #primary-nav li.level-1,
header#headerTop #menu-main li.level-1 {
  background: rgba(255, 255, 255, 0.85);
}
header#headerTop #primary-nav li.level-1:hover,
header#headerTop #menu-main li.level-1:hover {
  background: #fff;
}
header#headerTop #primary-nav li.level-1 a,
header#headerTop #menu-main li.level-1 a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
header#headerTop.active {
  height: 150px;
}
header#headerTop.active #primary-nav,
header#headerTop.active #menu-main {
  display: block;
}
@media (max-width: 768px) {
  header#headerTop.active {
    height: auto;
  }
  header#headerTop.active .logo {
    margin-bottom: 35px;
  }
  header#headerTop.active #headerTop.active,
header#headerTop.active #headerTop.active.unscrolled {
    background: #fff;
  }
  header#headerTop.active #primary-nav,
header#headerTop.active #menu-main {
    border-top: solid 1px #eceff2;
    clear: both;
    display: block;
    float: none;
    padding: 0;
    width: 100%;
  }
  header#headerTop.active #primary-nav ul,
header#headerTop.active #menu-main ul {
    display: block;
    position: static;
    width: 100%;
  }
  header#headerTop.active #primary-nav ul li,
header#headerTop.active #menu-main ul li {
    background: none;
  }
  header#headerTop.active #primary-nav li.level-0, header#headerTop.active #primary-nav li.level-1,
header#headerTop.active #menu-main li.level-0,
header#headerTop.active #menu-main li.level-1 {
    float: none;
    display: block;
    text-align: left;
    padding: 0;
    width: 100%;
  }
  header#headerTop.active #primary-nav li.level-0 a, header#headerTop.active #primary-nav li.level-1 a,
header#headerTop.active #menu-main li.level-0 a,
header#headerTop.active #menu-main li.level-1 a {
    border-bottom: solid 1px #eceff2;
    display: block;
    padding: 15px 0 !important;
  }
}
@media (max-width: 768px) {
  header#headerTop .container {
    width: 90%;
  }
  header#headerTop .header-additional #nav-control {
    display: inline-block;
  }
  header#headerTop #menu-main {
    display: none;
  }
  header#headerTop #primary-nav li.level-0.has-children > a:first-child:after, header#headerTop #primary-nav li.level-0.menu-item-has-children > a:first-child:after,
header#headerTop #menu-main li.level-0.has-children > a:first-child:after,
header#headerTop #menu-main li.level-0.menu-item-has-children > a:first-child:after {
    color: #f05c22;
    content: "+";
    display: block;
    position: static;
    float: right;
    margin: 0;
    right: -15px;
    width: auto;
    top: -19px;
  }
}
header#headerTop #quick-contact-form {
  margin: 0 auto;
  padding: 50px;
  width: 700px;
  background-color: white;
  border-top: 5px solid #f05c22;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  header#headerTop #quick-contact-form {
    width: 100%;
  }
}
@media (max-width: 480px) {
  header#headerTop #quick-contact-form {
    padding: 30px;
  }
}
header#headerTop #quick-contact-form #gform_wrapper_2 {
  margin: 0;
}
header#headerTop #quick-contact-form #gform_submit_button_2 {
  margin: 0;
}
header#headerTop #quick-contact-form h3 {
  color: #1a6886;
  font-size: 2.898125em;
  margin-bottom: 0;
}
header#headerTop #quick-contact-form h4 {
  color: #f05c22;
  font-size: 1.499375em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
header#headerTop #quick-contact-form label:not(.gfield_label) {
  display: none;
}
header#headerTop #quick-contact-form .gfield_label {
  color: #1a6886;
  font-weight: normal;
}
header#headerTop #quick-contact-form #close-button {
  background-image: url(../images/close.png);
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (max-width: 768px) {
  header#headerTop .logo {
    width: 110px;
  }
}
@media (max-width: 480px) {
  header#headerTop header#headerTop {
    height: 80px;
  }
  header#headerTop .container {
    width: 95%;
  }
  header#headerTop .logo {
    width: 90px;
  }
  header#headerTop .header-additional {
    margin-top: 18px;
  }
  header#headerTop .btn {
    line-height: 32px;
    padding: 0 32px 0 10px;
    font-size: 0.8em;
  }
  header#headerTop .btn#phone-contact {
    padding: 0 15px;
  }
  header#headerTop #quick-contact {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 920px) {
  header#headerTop .logo {
    height: 70px;
    width: 150px;
    position: static;
    margin-left: 10px;
  }
  header#headerTop #menu-main {
    width: 100%;
  }
}
@media (max-width: 480px) {
  header#headerTop {
    height: 80px;
  }

  header#headerTop.active .logo {
    height: 50px;
    width: 90px;
  }

  #phone-contact:before {
    right: 18px;
    top: 9px;
  }

  header#headerTop .header-additional #nav-control:after {
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  .hide-for-medium {
    display: none;
  }

  header#headerTop {
    height: 115px;
  }
}
@media (max-width: 340px) {
  header#headerTop .logo,
header#headerTop.active .logo {
    width: 80px;
  }

  #hero .slide-hero h2 {
    padding-top: 0 !important;
  }
}
footer {
  background: #fff;
}
footer .footer-top {
  background: url(../img/footer-top-bg.gif) no-repeat center center #f68f1e;
  height: 133px;
}
footer .footer-nav {
  background: #1a6886;
  padding: 50px 0 25px 0;
  position: relative;
}
footer .footer-nav:after {
  background: url(../img/footer-logo.png) no-repeat top left;
  bottom: -32px;
  content: "";
  height: 68px;
  left: 50%;
  margin-left: -46px;
  position: absolute;
  width: 92px;
}
footer .footer-nav h6, footer .footer-nav h6 a, footer .footer-nav li.level-0 > a {
  color: #ffdd7f;
  font-family: "Revolution Gothic W01 Regular";
  font-size: 0.9375em;
  margin-bottom: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
footer .footer-nav li.level-0 {
  margin-bottom: 25px;
}
footer .footer-nav li.level-0 a:hover {
  color: #f68f1e;
}
footer .footer-nav .footer-block {
  margin-bottom: 35px;
}
footer .footer-nav .footer-block p {
  margin-bottom: 10px;
}
footer .footer-nav .footer-block a:hover {
  color: #f68f1e;
}
footer .footer-nav .footer-block p, footer .footer-nav .level-1 > a {
  color: #fff;
  font-family: "DIN Next W01 Regular";
  font-size: 0.75em;
  text-decoration: none;
  clear: both;
}
footer .footer-nav .footer-block p a, footer .footer-nav .level-1 > a a {
  color: #fff;
  text-decoration: none;
}
footer .footer-nav .footer-block p span, footer .footer-nav .level-1 > a span {
  color: #ffdd7f;
  display: block;
  float: left;
  height: auto;
  margin-right: 15px;
  vertical-align: text-top;
}
footer .footer-nav .footer-block p span.icon-pin, footer .footer-nav .level-1 > a span.icon-pin {
  min-height: 25px;
}
footer .footer-nav .level-2 > a {
  color: #fff;
  font-family: "DIN Next W01 Regular";
  font-size: 0.75em;
  text-decoration: none;
}
footer .footer-nav .level-2 > a:before {
  content: "•";
  color: #ffdd7f;
  display: inline-block;
  margin-right: 10px;
}
footer #menu-footer-menu-column-2 li,
footer #menu-footer-menu-column-3 li,
footer #menu-footer-menu-column-4 li {
  padding: 2px 0 1px;
}
footer .footer-bottom {
  color: #1a6886;
  font-size: 0.9375em;
  padding: 65px 0;
  text-align: center;
}
footer .footer-bottom a {
  color: #1a6886;
  text-decoration: none;
}
footer .footer-bottom a:hover {
  color: #b2b4b5;
}
footer .footer-bottom #btt {
  clear: both;
  color: #b2b4b5;
  display: block;
  font-family: "Revolution Gothic W01 Regular";
  font-size: 0.9375em;
  height: 100px;
  margin-top: 65px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
footer .footer-bottom #btt:hover {
  color: #f68f1e;
}
footer .footer-bottom #btt:after {
  content: "";
  display: block;
  font-size: 3.75em;
  margin-top: 10px;
  moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@media (max-width: 768px) {
  footer .container {
    width: 90%;
  }
}
@media (max-width: 480px) {
  footer .col-4:not(:first-child) {
    display: none;
  }
  footer .col-4 {
    text-align: center;
    width: 100%;
  }
  footer .footer-nav .footer-block p span {
    display: inline-block;
    float: none;
    margin-right: 0;
  }
}

body.home {
  background: #55c6d9;
}
body.home #hero {
  background: url(../img/hero-tagline-bg-tag-translucent.png) no-repeat center center #55c6d9;
  margin-bottom: -165px;
  height: 880px;
  position: relative;
}
body.home #hero #hprBG1,
body.home #hero #hprBG2,
body.home #hero #hprBG3 {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  display: none;
}
body.home #hero #hprBG1 a,
body.home #hero #hprBG2 a,
body.home #hero #hprBG3 a {
  display: block;
  height: 100%;
  width: 100%;
}
body.home #hero #hprBG1 {
  background: url(../img/hero-tagline-bg-tag-translucent.png) no-repeat center center #55c6d9;
}
body.home #hero #hprBG2 {
  background: url(../img/hero-tagline-bg-pond.jpg) no-repeat center center #55c6d9;
}
body.home #hero #hprBG3 {
  background: url(../img/hero-tagline-bg-fam.jpg) no-repeat center center #55c6d9;
}
body.home #hero:before {
  content: "";
  display: block;
  height: 160px;
  width: 100%;
}
body.home #hero:hover #hpNext, body.home #hero:hover #hpPrev {
  opacity: 0.6;
}
body.home #hero #hpNext,
body.home #hero #hpPrev {
  background: url(../img/prevnextsprite.png) no-repeat;
  height: 34px;
  width: 35px;
  border: 0;
  position: absolute;
  top: 44%;
  left: 25%;
  text-indent: 200%;
  overflow: hidden;
  outline: 0;
  cursor: pointer;
  z-index: 30;
  opacity: 0;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}
body.home #hero #hpNext:hover,
body.home #hero #hpPrev:hover {
  opacity: 1;
}
body.home #hero #hpNext {
  left: auto;
  right: 25%;
  background-position: right 0;
}
body.home #hero #logo-animation {
  margin: 0 auto;
  max-width: 960px;
  text-align: center;
  width: 100%;
}
body.home #hero #logo-animation img {
  height: auto;
  margin: 0 auto;
  width: 85%;
}
body.home #hero #hero-scroll {
  clear: both;
  color: #fff;
  display: block;
  font-family: "Revolution Gothic W01 Regular";
  font-size: 0.9375em;
  height: 100px;
  width: 100%;
  bottom: 5%;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
body.home #hero #hero-scroll:hover {
  color: #fff;
}
body.home #hero #hero-scroll:after {
  content: "";
  display: block;
  font-size: 3.75em;
  margin-top: 10px;
  moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
body.home #hero .slide-hero {
  position: relative;
  top: -100%;
  text-align: center;
  width: 755px;
  height: 570px;
  margin: auto;
  display: none;
  -webkit-transition: all 1s cubic-bezier(1, -0.53, 0.405, 1.425);
  -moz-transition: all 1s cubic-bezier(1, -0.53, 0.405, 1.425);
  -ms-transition: all 1s cubic-bezier(1, -0.53, 0.405, 1.425);
  -o-transition: all 1s cubic-bezier(1, -0.53, 0.405, 1.425);
  transition: all 1s cubic-bezier(1, -0.53, 0.405, 1.425);
  z-index: 3;
}
body.home #hero .slide-hero .fade-delay {
  position: absolute;
  width: 130%;
  left: -290px;
  top: -30px;
  -webkit-transition: all 500ms ease 1000ms;
  -moz-transition: all 500ms ease 1000ms;
  -ms-transition: all 500ms ease 1000ms;
  -o-transition: all 500ms ease 1000ms;
  transition: all 500ms ease 1000ms;
  opacity: 0;
}
body.home #hero .slide-hero .fade-delay img {
  width: 100%;
  height: 100%;
}
body.home #hero .slide-hero.shown {
  top: 0;
}
body.home #hero .slide-hero.shown .fade-delay {
  opacity: 1;
}
body.home #hero .slide-hero h2 {
  color: #1a6886;
  font-size: 58px;
  font-weight: 600;
  position: relative;
  z-index: 2;
  padding-top: 190px;
}
body.home #hero .slide-hero h4 {
  color: #f05c22;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
}
body.home #hero .slide-hero .btn {
  margin-top: 15px;
}
body.home #hero .slide-hero:first-of-type {
  display: block;
}
body.home #hero .slide-hero:before {
  font-family: "icomoon";
  content: "";
  color: rgba(255, 255, 255, 0.5);
  font-size: 755px;
  line-height: 570px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  body.home #hero {
    background: 0;
    height: auto;
    margin-bottom: 20px;
  }
  body.home #hero:before {
    display: none;
  }
  body.home #hero #logo-animation {
    height: 250px;
  }
  body.home #hero .fade-delay, body.home #hero #hero-scroll, body.home #hero #hpPrev, body.home #hero #hpNext {
    display: none;
  }
  body.home #hero .slide-hero {
    height: auto;
    width: auto;
    padding: 0 10px;
  }
  body.home #hero .slide-hero h2 {
    padding-top: 100px;
  }
  body.home #hero .slide-hero:before {
    content: "";
  }
  body.home #hero #hprBG1, body.home #hero #hprBG2, body.home #hero #hprBG3 {
    background: none !important;
  }
}
body.home #services {
  -webkit-transform: translate3d(0, 0, 0);
  background: url(../img/services-cta2.png) no-repeat top center;
  padding: 255px 0 50px 0;
  text-align: center;
}
body.home #services h3 {
  color: #1a6886;
  margin: 60px 0;
}
body.home #services .service-cta a {
  color: #1a6886;
  display: block;
  font-family: "Revolution Gothic W01 Regular";
  font-size: 1.51em;
  margin-bottom: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
body.home #services .service-cta img {
  height: auto;
  width: 90%;
}
body.home #services .btn {
  margin-top: 65px;
}
@media (max-width: 480px) {
  body.home #services {
    background-size: cover;
    padding-top: 160px;
  }
  body.home #services h3 {
    margin-bottom: 30px;
  }
  body.home #services .service-cta a {
    font-size: 1em;
  }
}
body.home #comfort {
  background: url(../img/comfort-bg.gif) no-repeat top center #1a6886;
  padding: 120px 0;
  text-align: center;
}
body.home #comfort .col-container {
  overflow: auto;
}
body.home #comfort .col-2 {
  padding: 0 50px;
  text-align: justify;
  box-sizing: border-box;
}
body.home #comfort h1 {
  font-size: 2.89875em;
  line-height: 1.5;
}
body.home #comfort h2 {
  line-height: 1.5;
  display: block;
  font-size: 1.8125em;
}
body.home #comfort h3, body.home #comfort p, body.home #comfort h1, body.home #comfort h2 {
  color: #fff;
}
body.home #comfort h2, body.home #comfort h3 {
  margin-bottom: 50px;
}
body.home #comfort p {
  margin-bottom: 25px;
}
body.home #comfort p a {
  color: #81c241;
  text-decoration: none;
}
body.home #comfort .btn {
  background: #005d7d;
}
body.home #comfort .btn:hover {
  background: #034869;
}
@media (max-width: 768px) {
  body.home #comfort {
    padding: 60px 30px;
  }
}
body.home #difference {
  background: #9edae6;
  padding: 60px 0;
  text-align: center;
}
body.home #difference h3 {
  color: #1a6886;
}
body.home #difference h4 {
  font-size: 1.125em;
  text-transform: uppercase;
}
body.home #difference h4, body.home #difference p {
  color: #1a6886;
  margin-left: 1em;
  margin-right: 1em;
}
body.home #difference .btn {
  margin-top: 60px;
}
body.home #difference .difference-animation {
  height: 185px;
  margin-bottom: 45px;
  position: relative;
}
body.home #difference .difference-animation img, body.home #difference .difference-animation svg {
  bottom: 0;
  left: 50%;
  margin-left: -92.5px;
  position: absolute;
}
body.home #difference .difference-animation #ribbonSVG {
  bottom: 0;
}
body.home #difference .difference-animation #checksAni,
body.home #difference .difference-animation #pigAni,
body.home #difference .difference-animation #leaderAni,
body.home #difference .difference-animation #licenseAni {
  display: none;
}
body.home #difference .difference-animation svg {
  display: none;
  bottom: -2px;
}
body.home #difference .difference-animation:hover img {
  display: none;
}
body.home #difference .difference-animation:hover img#checksAni, body.home #difference .difference-animation:hover img#pigAni, body.home #difference .difference-animation:hover img#leaderAni, body.home #difference .difference-animation:hover img#licenseAni {
  display: block;
}
body.home #difference .difference-animation:hover svg {
  display: block;
}
@media (max-width: 768px) {
  body.home #difference {
    padding: 30px;
  }
  body.home #difference .col-4 {
    margin-bottom: 15px;
    width: 50%;
  }
  body.home #difference .col-4 p {
    display: none;
  }
  body.home #difference #checks img {
    margin-top: 30px;
  }
  body.home #difference .difference-animation {
    height: auto;
    margin-bottom: 25px;
    text-align: center;
  }
  body.home #difference .difference-animation img {
    height: auto;
    margin: 0;
    position: static;
    width: 70%;
  }
  body.home #difference .difference-animation:hover img {
    display: inline;
  }
  body.home #difference .difference-animation:hover svg,
body.home #difference .difference-animation:hover #checksAni,
body.home #difference .difference-animation:hover #pigAni,
body.home #difference .difference-animation:hover #leaderAni,
body.home #difference .difference-animation:hover #licenseAni {
    display: none !important;
  }
  body.home #difference .btn {
    margin-top: 30px;
  }
}
body.home #clients {
  background: #fff url(../img/clients-bg.jpg) no-repeat center;
  min-height: 630px;
  padding: 60px 0 45px 0;
  text-align: center;
}
body.home #clients h3 {
  color: #1a6886;
  margin-bottom: 65px;
}
body.home #clients h3 span {
  color: #f05c22;
}
body.home #clients .testimonial {
  background: rgba(255, 255, 255, 0.85);
  margin: 0 10px;
  padding: 50px 30px 30px 30px;
  position: relative;
}
body.home #clients .testimonial:before {
  content: "";
  color: #81c241;
  font-size: 3.75em;
  left: 0;
  position: absolute;
  text-align: center;
  top: -30px;
  width: 100%;
  z-index: 0;
}
body.home #clients .testimonial:after {
  content: "";
  color: #fff;
  font-size: 0.6875em;
  left: 0;
  position: absolute;
  text-align: center;
  top: -7px;
  width: 100%;
  z-index: 1;
}
body.home #clients .testimonial blockquote {
  color: #1a6886;
}
body.home #clients .testimonial blockquote a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
body.home #clients .testimonial blockquote cite {
  display: block;
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}
body.home #clients .btn {
  margin-top: 45px;
}
@media (max-width: 768px) {
  body.home #clients {
    background-size: cover;
    min-height: 0;
    padding: 30px;
  }
  body.home #clients .col-3:not(:first-child) .testimonial {
    display: none;
  }
  body.home #clients .col-3 {
    width: 100%;
  }
}
body.home #blog {
  padding: 70px 0 40px 0;
  text-align: center;
  background: #fff;
}
body.home #blog h3 {
  color: #1a6886;
  margin-bottom: 55px;
}
body.home #blog h3 span {
  color: #f05c22;
}
body.home #blog .blog-post {
  border: solid 1px #eff1f4;
  margin: 0 10px;
  padding-bottom: 50px;
}
body.home #blog .blog-post img {
  height: auto;
  width: 100%;
}
body.home #blog .blog-post .post-meta {
  color: #b2b4b5;
  font-family: "Revolution Gothic W01 Regular";
  margin: 25px 0;
  padding: 0 30px;
}
body.home #blog .blog-post .post-meta span {
  font-size: 0.9375em;
  line-height: 1.7;
}
body.home #blog .blog-post .post-meta .post-author, body.home #blog .blog-post .post-meta .post-date {
  vertical-align: middle;
}
body.home #blog .blog-post .post-meta .post-author:before, body.home #blog .blog-post .post-meta .post-date:before {
  color: #81c241;
  display: inline-block;
  font-size: 1.25em;
  margin-right: 5px;
  vertical-align: middle;
}
body.home #blog .blog-post .post-meta .post-author {
  margin-right: 10px;
}
body.home #blog .blog-post .post-meta .post-author:before {
  content: "";
}
body.home #blog .blog-post .post-meta .post-date:before {
  content: "";
}
body.home #blog .blog-post p {
  color: #1a6886;
  padding: 15px 35px;
}
body.home #blog .blog-post a:not(.btn) {
  color: #81c241;
  font-family: "Revolution Gothic W01 Regular";
  font-size: 0.9375em;
  text-decoration: none;
  text-transform: uppercase;
}
body.home #blog .blog-post a:not(.btn):hover {
  color: #f68f1e;
}
body.home #blog .blog-post h4 {
  padding: 0 50px;
}
body.home #blog .blog-post h4 a {
  font-size: 1.125em !important;
}
body.home #blog .blog-post hr {
  background: #81c241;
  border: 0;
  outline: none;
  height: 2px;
  width: 20px;
}
body.home #blog .btn {
  margin-top: 20px;
}
@media (max-width: 768px) {
  body.home #blog {
    padding: 30px;
  }
  body.home #blog h3 {
    margin-bottom: 15px;
  }
  body.home #blog .col-3 .blog-post {
    display: none;
  }
  body.home #blog .col-3:nth-child(1) .blog-post, body.home #blog .col-3:nth-child(2) .blog-post {
    display: block;
  }
  body.home #blog .col-3 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  body.home #blog .col-3:not(:first-child) .blog-post {
    display: none;
  }
  body.home #blog .col-3 {
    width: 100%;
  }
}
body.home #pre-footer-cta {
  background: url(../img/pre-footer-cta-bg.gif) repeat top left;
  background-attachment: fixed;
}
body.home #pre-footer-cta .container {
  position: relative;
}
body.home #pre-footer-cta .container:before {
  background: url(../img/vehicle.png) no-repeat center right;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
body.home #pre-footer-cta .col {
  float: none;
  padding: 135px 0;
  text-align: center;
  width: 50%;
}
body.home #pre-footer-cta h3 {
  color: #1a6886;
}
body.home #pre-footer-cta h3 span {
  color: #f05c22;
  text-transform: uppercase;
}
body.home #pre-footer-cta .btn {
  margin-top: 25px;
}
@media (max-width: 768px) {
  body.home #pre-footer-cta {
    padding: 30px;
  }
  body.home #pre-footer-cta .col {
    padding: 0;
    width: 100%;
  }
  body.home #pre-footer-cta .container:before {
    display: none;
  }
  body.home #pre-footer-cta .container:after {
    background: url(../img/vehicle.png) no-repeat center center;
    background-size: auto 100%;
    content: "";
    display: block;
    height: 215px;
    margin-top: 30px;
    position: static;
  }
}

/* ANIMATIONS */
@keyframes pulser {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -969px;
  }
}
@-ms-keyframes pulser {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -969px;
  }
}
.service-cta div {
  display: block;
  background: url(../img/heatingsprite-v.png) no-repeat;
  height: 242px;
}
.service-cta #heatingAni a,
.service-cta #aircondAni a,
.service-cta #airqualAni a {
  display: block;
  width: 100%;
  height: 100%;
}
.service-cta #aircondAni {
  background: url(../img/coolingsprite-v.png) no-repeat;
}
.service-cta #airqualAni {
  background: url(../img/airqualitysprite-v.png) no-repeat;
}
.service-cta img {
  display: none;
}

@media (max-width: 920px) {
  header#headerTop.active #menu-main ul.sub-menu {
    display: none;
  }

  .service-cta div {
    display: block;
    background: 0;
    height: auto;
  }
  .service-cta #aircondAni {
    background: 0;
  }
  .service-cta #airqualAni {
    background: 0;
  }
  .service-cta img {
    display: block;
  }
}
@keyframes gearOneFrames {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes gearOneFrames {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes gearOneFrames {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes gearOneFrames {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes gearOneFrames {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
#gearOne {
  animation: gearOneFrames linear 2s;
  animation-iteration-count: infinite;
  transform-origin: 119px 85px;
  -webkit-animation: gearOneFrames linear 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 119px 85px;
  -moz-animation: gearOneFrames linear 2s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 119px 85px;
  -o-animation: gearOneFrames linear 2s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 119px 85px;
  -ms-animation: gearOneFrames linear 2s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 119px 85px;
}

#gearTwo {
  animation: gearOneFrames linear 2s;
  animation-iteration-count: infinite;
  transform-origin: 60px 60px;
  -webkit-animation: gearOneFrames linear 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 60px 60px;
  -moz-animation: gearOneFrames linear 2s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 60px 60px;
  -o-animation: gearOneFrames linear 2s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 60px 60px;
  -ms-animation: gearOneFrames linear 2s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 60px 60px;
}

#gearThree {
  animation: gearOneFrames linear 2s;
  animation-iteration-count: infinite;
  transform-origin: 96px 25.5px;
  -webkit-animation: gearOneFrames linear 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 96px 25.5px;
  -moz-animation: gearOneFrames linear 2s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 96px 25.5px;
  -o-animation: gearOneFrames linear 2s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 96px 25.5px;
  -ms-animation: gearOneFrames linear 2s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 96px 25.5px;
}

/*.service-cta div:hover,
#heatingAni:hover {
	-webkit-animation: pulser .5s steps(4) alternate infinite;
	-moz-animation: pulser .5s steps(4) alternate infinite;
	-ms-animation: pulser .5s steps(4) alternate infinite;
	-o-animation: pulser .5s steps(4) alternate infinite;
	animation: pulser .5s steps(4) alternate infinite;
}
*/
@-webkit-keyframes heroopacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes heroopacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes heroopacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes heroopacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#hero {
  -webkit-animation: heroopacity 3s;
  -moz-animation: heroopacity 3s;
  -ms-animation: heroopacity 3s;
  -o-animation: heroopacity 3s;
  animation: heroopacity 3s;
}

/* VIVUS style */
#hi-there,
#frogOutline {
  fill: none;
  stroke: currentColor;
}

/* Common components */
.bloc {
  color: #fff;
  padding: 1px 0 30px;
  clear: both;
}

.content {
  margin: auto;
  max-width: 960px;
  padding: 0 20px;
}

#logo-animation {
  position: relative;
  height: 512px;
}

#frogOutline {
  width: 85%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

#frogFill {
  display: none;
}

body.page,
body.single,
body.blog {
  background: url(../img/interior-page-bg-alt.png) no-repeat top center #9edae6;
  position: relative;
}
body.page.page-parent,
body.single.page-parent,
body.blog.page-parent {
  background: url(../img/interior-page-bg.gif) no-repeat top center #c6e9f0;
}
body.page header#headerTop.active,
body.single header#headerTop.active,
body.blog header#headerTop.active {
  margin-bottom: 40px;
}
body.page.active.parent:before,
body.single.active.parent:before,
body.blog.active.parent:before {
  top: 302px;
}
body.page.parent:before,
body.single.parent:before,
body.blog.parent:before {
  background: url(../img/featured-img.png) no-repeat top left;
  content: "";
  height: 463px;
  left: 52%;
  position: absolute;
  top: 262px;
  width: 564px;
  z-index: 0;
}
@media (max-width: 768px) {
  body.page.parent:before,
body.single.parent:before,
body.blog.parent:before {
    display: none;
  }
}
body.page .page-title,
body.single .page-title,
body.blog .page-title {
  margin: 10px 0 60px;
}
body.page .page-title .page-head,
body.single .page-title .page-head,
body.blog .page-title .page-head {
  color: #f68f1e;
  font-size: 2.875em;
  font-family: "Revolution Gothic W01 Regular";
  font-weight: 100;
}
body.page .page-title .crumbs,
body.single .page-title .crumbs,
body.blog .page-title .crumbs {
  color: #9edae6;
  font-size: 0.75em;
  font-family: "DIN Next W01 Regular";
}
body.page .page-title .crumbs a,
body.single .page-title .crumbs a,
body.blog .page-title .crumbs a {
  color: #9edae6;
  text-decoration: none;
}
body.page .page-title .crumbs a:hover,
body.single .page-title .crumbs a:hover,
body.blog .page-title .crumbs a:hover {
  color: #ffdd7f;
}
@media (max-width: 768px) {
  body.page .page-title,
body.single .page-title,
body.blog .page-title {
    text-align: center;
  }
}
body.page .page-intro,
body.single .page-intro,
body.blog .page-intro {
  background: #fff;
  left: -50px;
  margin-bottom: 120px;
  padding: 50px;
  position: relative;
  width: 42%;
  z-index: 1;
}
body.page .page-intro h1,
body.single .page-intro h1,
body.blog .page-intro h1 {
  color: #1a6886;
  font-size: 2.89875em;
  margin-bottom: 25px;
}
body.page .page-intro h2,
body.single .page-intro h2,
body.blog .page-intro h2 {
  color: #f68f1e;
  font-size: 1.5em;
  margin-bottom: 25px;
}
body.page .page-intro p,
body.single .page-intro p,
body.blog .page-intro p {
  color: #1a6886;
}
@media (max-width: 768px) {
  body.page .page-intro,
body.single .page-intro,
body.blog .page-intro {
    left: 0;
    margin: 0 auto 30px auto;
    padding: 10%;
    width: 70%;
  }
}
body.page .sub-pages,
body.single .sub-pages,
body.blog .sub-pages {
  text-align: center;
}
body.page .sub-pages .sub-page,
body.single .sub-pages .sub-page,
body.blog .sub-pages .sub-page {
  background: #9edae6;
  display: inline-block;
  margin: 0 2%;
  padding: 20px 5%;
  width: 18%;
}
body.page .sub-pages .sub-page h3,
body.single .sub-pages .sub-page h3,
body.blog .sub-pages .sub-page h3 {
  color: #1a6886;
  font-size: 1.125em;
  text-transform: uppercase;
}
body.page .sub-pages .sub-page p,
body.single .sub-pages .sub-page p,
body.blog .sub-pages .sub-page p {
  color: #1a6886;
  font-size: 0.9375em;
}
body.page .sub-pages .sub-page img,
body.single .sub-pages .sub-page img,
body.blog .sub-pages .sub-page img {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  body.page .sub-pages .sub-page,
body.single .sub-pages .sub-page,
body.blog .sub-pages .sub-page {
    display: block;
    margin: 0 auto 30px auto;
    width: 80%;
  }
  body.page .sub-pages .sub-page img,
body.single .sub-pages .sub-page img,
body.blog .sub-pages .sub-page img {
    height: auto;
    width: 50%;
  }
}
body.page .page-child .primary-content,
body.single .page-child .primary-content,
body.blog .page-child .primary-content {
  margin-bottom: 120px;
}
body.page .primary-content,
body.single .primary-content,
body.blog .primary-content {
  background: #fff;
  margin-left: -50px;
  margin-bottom: 120px;
  width: 72.9166%;
}
body.page .primary-content .primary-content-container,
body.single .primary-content .primary-content-container,
body.blog .primary-content .primary-content-container {
  padding: 50px;
  overflow: hidden;
}
body.page .primary-content .primary-content-container h1,
body.single .primary-content .primary-content-container h1,
body.blog .primary-content .primary-content-container h1 {
  color: #1a6886;
  font-size: 2.898125em;
  margin-bottom: 15px;
}
body.page .primary-content .primary-content-container h2,
body.single .primary-content .primary-content-container h2,
body.blog .primary-content .primary-content-container h2 {
  color: #f05c22;
  font-size: 1.499375em;
  margin-bottom: 40px;
  text-transform: uppercase;
}
body.page .primary-content .primary-content-container h3,
body.single .primary-content .primary-content-container h3,
body.blog .primary-content .primary-content-container h3 {
  color: #1a6886;
  font-size: 1.51em;
  margin-bottom: 5px;
  text-transform: uppercase;
}
body.page .primary-content .primary-content-container h4,
body.single .primary-content .primary-content-container h4,
body.blog .primary-content .primary-content-container h4 {
  color: #1a6886;
  font-size: 1.125em;
  margin-bottom: 5px;
  text-transform: uppercase;
}
body.page .primary-content .primary-content-container h5,
body.single .primary-content .primary-content-container h5,
body.blog .primary-content .primary-content-container h5 {
  color: #81c241;
  font-size: 1.125em;
  margin-bottom: 5px;
  text-transform: uppercase;
}
body.page .primary-content .primary-content-container h6,
body.single .primary-content .primary-content-container h6,
body.blog .primary-content .primary-content-container h6 {
  color: #1a6886;
  font-size: 0.9375em;
  margin-bottom: 5px;
  text-transform: uppercase;
}
body.page .primary-content .primary-content-container p, body.page .primary-content .primary-content-container .toggle-content p,
body.single .primary-content .primary-content-container p,
body.single .primary-content .primary-content-container .toggle-content p,
body.blog .primary-content .primary-content-container p,
body.blog .primary-content .primary-content-container .toggle-content p {
  color: #1a6886;
  font-size: 0.9375em;
  margin-bottom: 25px;
}
body.page .primary-content .primary-content-container a:not(.btn),
body.single .primary-content .primary-content-container a:not(.btn),
body.blog .primary-content .primary-content-container a:not(.btn) {
  color: #81c241;
  text-decoration: none;
}
body.page .primary-content .primary-content-container a:not(.btn):hover,
body.single .primary-content .primary-content-container a:not(.btn):hover,
body.blog .primary-content .primary-content-container a:not(.btn):hover {
  color: #f68f1e;
}
body.page .primary-content .primary-content-container ul, body.page .primary-content .primary-content-container ol,
body.single .primary-content .primary-content-container ul,
body.single .primary-content .primary-content-container ol,
body.blog .primary-content .primary-content-container ul,
body.blog .primary-content .primary-content-container ol {
  font-family: "DIN Next W01 Regular";
  color: #1a6886;
  margin-bottom: 25px;
}
body.page .primary-content .primary-content-container ul li, body.page .primary-content .primary-content-container ol li,
body.single .primary-content .primary-content-container ul li,
body.single .primary-content .primary-content-container ol li,
body.blog .primary-content .primary-content-container ul li,
body.blog .primary-content .primary-content-container ol li {
  display: block;
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
}
body.page .primary-content .primary-content-container ul li:before, body.page .primary-content .primary-content-container ol li:before,
body.single .primary-content .primary-content-container ul li:before,
body.single .primary-content .primary-content-container ol li:before,
body.blog .primary-content .primary-content-container ul li:before,
body.blog .primary-content .primary-content-container ol li:before {
  color: #f05c22;
  height: 100%;
  left: 0;
  margin: 0 15px 20px 0;
  position: absolute;
}
body.page .primary-content .primary-content-container ul,
body.single .primary-content .primary-content-container ul,
body.blog .primary-content .primary-content-container ul {
  counter-reset: ul-counter;
}
body.page .primary-content .primary-content-container ul li:before,
body.single .primary-content .primary-content-container ul li:before,
body.blog .primary-content .primary-content-container ul li:before {
  content: counter(ul-counter, disc);
  counter-increment: ul-counter;
  font-size: 1.125em;
}
body.page .primary-content .primary-content-container ol,
body.single .primary-content .primary-content-container ol,
body.blog .primary-content .primary-content-container ol {
  counter-reset: ul-counter;
}
body.page .primary-content .primary-content-container ol li:before,
body.single .primary-content .primary-content-container ol li:before,
body.blog .primary-content .primary-content-container ol li:before {
  content: counter(ul-counter) ".";
  counter-increment: ul-counter;
  font-size: 0.9375em;
}
body.page .primary-content .primary-content-container .toggle,
body.single .primary-content .primary-content-container .toggle,
body.blog .primary-content .primary-content-container .toggle {
  border-bottom: solid 1px #b2b4b5;
  color: #1a6886;
  cursor: pointer;
  font-size: 1.499375em;
  padding: 25px 0;
}
body.page .primary-content .primary-content-container .toggle:before,
body.single .primary-content .primary-content-container .toggle:before,
body.blog .primary-content .primary-content-container .toggle:before {
  color: #f68f1e;
  content: "+";
  display: inline-block;
  margin-right: 10px;
}
body.page .primary-content .primary-content-container .toggle.active,
body.single .primary-content .primary-content-container .toggle.active,
body.blog .primary-content .primary-content-container .toggle.active {
  border: 0;
  color: #81c241;
}
body.page .primary-content .primary-content-container .toggle.active:before,
body.single .primary-content .primary-content-container .toggle.active:before,
body.blog .primary-content .primary-content-container .toggle.active:before {
  content: "-";
}
body.page .primary-content .primary-content-container .toggle-content,
body.single .primary-content .primary-content-container .toggle-content,
body.blog .primary-content .primary-content-container .toggle-content {
  border-bottom: solid 1px #b2b4b5;
  margin-bottom: 25px;
}
body.page .primary-content .primary-content-container blockquote,
body.single .primary-content .primary-content-container blockquote,
body.blog .primary-content .primary-content-container blockquote {
  background: #eceff2;
  color: #1a6886;
  display: block;
  margin: 50px 0 25px 0;
  padding: 45px;
  position: relative;
}
body.page .primary-content .primary-content-container blockquote strong,
body.single .primary-content .primary-content-container blockquote strong,
body.blog .primary-content .primary-content-container blockquote strong {
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
}
body.page .primary-content .primary-content-container blockquote:before,
body.single .primary-content .primary-content-container blockquote:before,
body.blog .primary-content .primary-content-container blockquote:before {
  content: "";
  color: #81c241;
  font-size: 3.75em;
  height: 44px;
  position: absolute;
  right: 25px;
  text-align: right;
  top: -30px;
  width: 60px;
  z-index: 0;
}
body.page .primary-content .primary-content-container blockquote:after,
body.single .primary-content .primary-content-container blockquote:after,
body.blog .primary-content .primary-content-container blockquote:after {
  content: "";
  color: #fff;
  font-size: 0.6875em;
  height: 44px;
  position: absolute;
  right: 23px;
  text-align: center;
  top: -10px;
  width: 60px;
  z-index: 1;
}
body.page .primary-content .primary-content-container strong,
body.single .primary-content .primary-content-container strong,
body.blog .primary-content .primary-content-container strong {
  font-family: "DIN Next W01 Bold";
}
body.page .primary-content .primary-content-container .coupon,
body.single .primary-content .primary-content-container .coupon,
body.blog .primary-content .primary-content-container .coupon {
  background: #eceff2;
  text-align: center;
  padding: 6px;
}
body.page .primary-content .primary-content-container .coupon .coupon-container,
body.single .primary-content .primary-content-container .coupon .coupon-container,
body.blog .primary-content .primary-content-container .coupon .coupon-container {
  border: dashed 1px #2c2d2e;
  padding: 20px 0;
}
body.page .primary-content .primary-content-container .coupon .coupon-container:before,
body.single .primary-content .primary-content-container .coupon .coupon-container:before,
body.blog .primary-content .primary-content-container .coupon .coupon-container:before {
  background: url(../img/frog-logo.svg) no-repeat top left;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 124px;
  margin: 0 auto;
  width: 196px;
}
body.page .primary-content .primary-content-container .coupon .coupon-container h1,
body.single .primary-content .primary-content-container .coupon .coupon-container h1,
body.blog .primary-content .primary-content-container .coupon .coupon-container h1 {
  margin-top: 20px;
}
body.page .primary-content .primary-content-container .coupon .coupon-container h1, body.page .primary-content .primary-content-container .coupon .coupon-container h2,
body.single .primary-content .primary-content-container .coupon .coupon-container h1,
body.single .primary-content .primary-content-container .coupon .coupon-container h2,
body.blog .primary-content .primary-content-container .coupon .coupon-container h1,
body.blog .primary-content .primary-content-container .coupon .coupon-container h2 {
  margin-bottom: 0;
}
body.page .primary-content .primary-content-container .coupon .coupon-container .btn,
body.single .primary-content .primary-content-container .coupon .coupon-container .btn,
body.blog .primary-content .primary-content-container .coupon .coupon-container .btn {
  display: block;
  width: 100px;
  margin: 20px auto 0;
}
body.page .primary-content .primary-content-container .coupon .coupon-container .btn:after,
body.single .primary-content .primary-content-container .coupon .coupon-container .btn:after,
body.blog .primary-content .primary-content-container .coupon .coupon-container .btn:after {
  content: "";
  font-size: 34px;
  top: 4px;
}
body.page .primary-content .col-container,
body.single .primary-content .col-container,
body.blog .primary-content .col-container {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  body.page .primary-content,
body.single .primary-content,
body.blog .primary-content {
    clear: both;
    float: none;
    margin: 0 auto;
    width: 90%;
  }
}
body.page .secondary-content,
body.single .secondary-content,
body.blog .secondary-content {
  margin-left: 3.5418%;
  padding-top: 40px;
  width: 23.5416%;
}
body.page .secondary-content #sub-menu:before,
body.single .secondary-content #sub-menu:before,
body.blog .secondary-content #sub-menu:before {
  display: none;
}
body.page .secondary-content #sub-menu h3,
body.single .secondary-content #sub-menu h3,
body.blog .secondary-content #sub-menu h3 {
  margin-bottom: 15px;
}
body.page .secondary-content #sub-menu ul,
body.single .secondary-content #sub-menu ul,
body.blog .secondary-content #sub-menu ul {
  border-bottom: solid 1px #1a6886;
  font: normal 15px "DIN Next W01 Regular";
}
body.page .secondary-content #sub-menu ul li,
body.single .secondary-content #sub-menu ul li,
body.blog .secondary-content #sub-menu ul li {
  border-top: solid 1px #1a6886;
  padding: 10px;
}
body.page .secondary-content #sub-menu ul li a,
body.single .secondary-content #sub-menu ul li a,
body.blog .secondary-content #sub-menu ul li a {
  color: #1a6886;
  text-decoration: none;
}
body.page .secondary-content #sub-menu ul li a:hover,
body.single .secondary-content #sub-menu ul li a:hover,
body.blog .secondary-content #sub-menu ul li a:hover {
  color: #fff;
}
body.page .secondary-content #sub-menu .page_item_has_children,
body.single .secondary-content #sub-menu .page_item_has_children,
body.blog .secondary-content #sub-menu .page_item_has_children {
  padding: 10px 0 0 0;
}
body.page .secondary-content #sub-menu .page_item_has_children .children,
body.single .secondary-content #sub-menu .page_item_has_children .children,
body.blog .secondary-content #sub-menu .page_item_has_children .children {
  border-bottom: none;
  margin-top: 10px;
}
body.page .secondary-content .sidebar-block,
body.single .secondary-content .sidebar-block,
body.blog .secondary-content .sidebar-block {
  margin: 0 auto 50px auto;
  text-align: center;
  width: 80%;
}
body.page .secondary-content .sidebar-block:before,
body.single .secondary-content .sidebar-block:before,
body.blog .secondary-content .sidebar-block:before {
  color: #fff;
  content: "";
  display: block;
  margin-bottom: 45px;
}
body.page .secondary-content .sidebar-block img,
body.single .secondary-content .sidebar-block img,
body.blog .secondary-content .sidebar-block img {
  height: auto;
  margin-bottom: 15px;
  width: 100%;
}
body.page .secondary-content .sidebar-block h3,
body.single .secondary-content .sidebar-block h3,
body.blog .secondary-content .sidebar-block h3 {
  color: #1a6886;
  font-size: 1.125em;
  text-transform: uppercase;
}
body.page .secondary-content .sidebar-block p,
body.single .secondary-content .sidebar-block p,
body.blog .secondary-content .sidebar-block p {
  color: #1a6886;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  body.page .secondary-content .sidebar-block,
body.single .secondary-content .sidebar-block,
body.blog .secondary-content .sidebar-block {
    display: none;
  }
}
@media (max-width: 480px) {
  body.page footer,
body.single footer,
body.blog footer {
    margin: 0;
  }
}
body.page #pre-footer-cta,
body.single #pre-footer-cta,
body.blog #pre-footer-cta {
  background: url(../img/pre-footer-cta-bg.gif) repeat top left;
  background-attachment: fixed;
}
body.page #pre-footer-cta .container,
body.single #pre-footer-cta .container,
body.blog #pre-footer-cta .container {
  position: relative;
}
body.page #pre-footer-cta .container:before,
body.single #pre-footer-cta .container:before,
body.blog #pre-footer-cta .container:before {
  background: url(../img/vehicle.png) no-repeat center right;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
body.page #pre-footer-cta .col,
body.single #pre-footer-cta .col,
body.blog #pre-footer-cta .col {
  float: none;
  padding: 135px 0;
  text-align: center;
  width: 50%;
}
body.page #pre-footer-cta .col.has-icon,
body.single #pre-footer-cta .col.has-icon,
body.blog #pre-footer-cta .col.has-icon {
  padding: 45px 0;
}
body.page #pre-footer-cta h3,
body.single #pre-footer-cta h3,
body.blog #pre-footer-cta h3 {
  color: #1a6886;
}
body.page #pre-footer-cta h3 span,
body.single #pre-footer-cta h3 span,
body.blog #pre-footer-cta h3 span {
  color: #f05c22;
  text-transform: uppercase;
}
body.page #pre-footer-cta .btn,
body.single #pre-footer-cta .btn,
body.blog #pre-footer-cta .btn {
  margin-top: 25px;
}
@media (max-width: 768px) {
  body.page #pre-footer-cta,
body.single #pre-footer-cta,
body.blog #pre-footer-cta {
    padding: 30px;
  }
  body.page #pre-footer-cta .col,
body.single #pre-footer-cta .col,
body.blog #pre-footer-cta .col {
    padding: 0;
    width: 100%;
  }
  body.page #pre-footer-cta .container:before,
body.single #pre-footer-cta .container:before,
body.blog #pre-footer-cta .container:before {
    display: none;
  }
  body.page #pre-footer-cta .container:after,
body.single #pre-footer-cta .container:after,
body.blog #pre-footer-cta .container:after {
    background: url(../img/vehicle.png) no-repeat center center;
    background-size: auto 100%;
    content: "";
    display: block;
    height: 215px;
    margin-top: 30px;
    position: static;
  }
}

body.home header#headerTop.active {
  margin-bottom: 40px;
}

body.page-parent .primary-content {
  background: #fff;
  margin-left: -50px;
  width: 50%;
}

body.page-parent.page-child .primary-content {
  width: 72.9166%;
}

/*/////////////

STD. PAGE STYLES

/////////////*/
.promo-blocks {
  min-height: 330px;
  text-align: center;
  margin: 50px 0 100px 0;
  overflow: hidden;
}
.promo-blocks .col-3 {
  background-color: #9edae6;
  width: 32%;
  display: inline-block;
  float: none;
  vertical-align: top;
  padding: 20px 0;
  min-height: 300px;
  margin-bottom: 20px;
}
.promo-blocks .col-3 a {
  text-decoration: none;
  color: #1a6886;
}
.promo-blocks .col-3 a:hover {
  color: #005d7d;
}
.promo-blocks .col-3 h3 {
  font-size: 1.125em;
  text-transform: uppercase;
  margin: 20px 40px 0;
}
.promo-blocks .col-3 p {
  margin: 0 40px;
  font-size: 16px;
  line-height: 22px;
}
.promo-blocks .col-3:nth-child(2n) {
  margin: 0 2%;
}

/*/////////////

BLOG STYLES

/////////////*/
header#headerBlogDetail h1 {
  color: #1a6886;
  font-size: 2.898125em;
  margin-bottom: 15px;
  margin: 35px 50px 20px;
}
header#headerBlogDetail img {
  width: 100%;
  height: 100%;
}
header#headerBlogDetail .post-meta {
  color: #b2b4b5;
  font-family: "Revolution Gothic W01 Regular";
  margin: 10px 0 25px;
  padding: 0 50px;
}
header#headerBlogDetail .post-meta span {
  font-size: 0.9375em;
  line-height: 1.7;
}
header#headerBlogDetail .post-meta .post-author, header#headerBlogDetail .post-meta .post-date {
  vertical-align: middle;
}
header#headerBlogDetail .post-meta .post-author:before, header#headerBlogDetail .post-meta .post-date:before {
  color: #81c241;
  display: inline-block;
  font-size: 1.25em;
  margin-right: 5px;
  vertical-align: middle;
}
header#headerBlogDetail .post-meta .post-author {
  margin-right: 10px;
}
header#headerBlogDetail .post-meta .post-author:before {
  content: "";
}
header#headerBlogDetail .post-meta .post-date:before {
  content: "";
}

body.blog .primary-content {
  background: transparent;
  margin-left: -50px;
  width: 100%;
}
body.blog .primary-content .primary-content-container {
  overflow: hidden;
  padding: 50px 0;
}
body.blog .col-3 {
  overflow: hidden;
  width: 32%;
}
body.blog .col-3 .blog-post {
  border: none;
  margin: 0 10px;
  padding-bottom: 50px;
  background: #fff;
  text-align: center;
}
body.blog .col-3 .blog-post img {
  height: auto;
  width: 100%;
}
body.blog .col-3 .blog-post .post-meta {
  color: #b2b4b5;
  font-family: "Revolution Gothic W01 Regular";
  margin: 25px 0;
  padding: 0 10px;
}
body.blog .col-3 .blog-post .post-meta span {
  font-size: 0.9375em;
  line-height: 1.7;
}
body.blog .col-3 .blog-post .post-meta .post-author, body.blog .col-3 .blog-post .post-meta .post-date {
  vertical-align: middle;
}
body.blog .col-3 .blog-post .post-meta .post-author:before, body.blog .col-3 .blog-post .post-meta .post-date:before {
  color: #81c241;
  display: inline-block;
  font-size: 1.25em;
  margin-right: 5px;
  vertical-align: middle;
}
body.blog .col-3 .blog-post .post-meta .post-author {
  margin-right: 10px;
}
body.blog .col-3 .blog-post .post-meta .post-author:before {
  content: "";
}
body.blog .col-3 .blog-post .post-meta .post-date:before {
  content: "";
}
body.blog .col-3 .blog-post p {
  color: #1a6886;
  padding: 15px 35px;
  margin-bottom: 0;
}
body.blog .col-3 .blog-post a:not(.btn) {
  color: #81c241;
  font-family: "Revolution Gothic W01 Regular";
  font-size: 0.9375em;
  text-decoration: none;
  text-transform: uppercase;
}
body.blog .col-3 .blog-post a:not(.btn):hover {
  color: #f68f1e;
}
body.blog .col-3 .blog-post h4 {
  padding: 0 20px;
}
body.blog .col-3 .blog-post h4 a {
  font-size: 1.125em !important;
}
body.blog .col-3 .blog-post hr {
  background: #81c241;
  border: 0;
  outline: none;
  height: 2px;
  width: 20px;
}
body.blog .col-3 {
  margin-bottom: 20px;
}
body.blog .col-3:nth-child(3n+2) {
  margin: 0 2% 20px;
}

#blog,
#recentPosts {
  padding: 70px 0 40px 0;
  text-align: center;
  background: #fff;
}
#blog h3,
#recentPosts h3 {
  color: #1a6886;
  margin-bottom: 55px;
}
#blog h3 span,
#recentPosts h3 span {
  color: #f05c22;
}
#blog .blog-post,
#recentPosts .blog-post {
  border: solid 1px #eff1f4;
  margin: 0 10px;
  padding-bottom: 50px;
}
#blog .blog-post img,
#recentPosts .blog-post img {
  height: auto;
  width: 100%;
}
#blog .blog-post .post-meta,
#recentPosts .blog-post .post-meta {
  color: #b2b4b5;
  font-family: "Revolution Gothic W01 Regular";
  margin: 25px 0;
  padding: 0 30px;
}
#blog .blog-post .post-meta span,
#recentPosts .blog-post .post-meta span {
  font-size: 0.9375em;
  line-height: 1.7;
}
#blog .blog-post .post-meta .post-author, #blog .blog-post .post-meta .post-date,
#recentPosts .blog-post .post-meta .post-author,
#recentPosts .blog-post .post-meta .post-date {
  vertical-align: middle;
}
#blog .blog-post .post-meta .post-author:before, #blog .blog-post .post-meta .post-date:before,
#recentPosts .blog-post .post-meta .post-author:before,
#recentPosts .blog-post .post-meta .post-date:before {
  color: #81c241;
  display: inline-block;
  font-size: 1.25em;
  margin-right: 5px;
  vertical-align: middle;
}
#blog .blog-post .post-meta .post-author,
#recentPosts .blog-post .post-meta .post-author {
  margin-right: 10px;
}
#blog .blog-post .post-meta .post-author:before,
#recentPosts .blog-post .post-meta .post-author:before {
  content: "";
}
#blog .blog-post .post-meta .post-date:before,
#recentPosts .blog-post .post-meta .post-date:before {
  content: "";
}
#blog .blog-post p,
#recentPosts .blog-post p {
  color: #1a6886;
  padding: 15px 35px;
}
#blog .blog-post a:not(.btn),
#recentPosts .blog-post a:not(.btn) {
  color: #81c241;
  font-family: "Revolution Gothic W01 Regular";
  font-size: 0.9375em;
  text-decoration: none;
  text-transform: uppercase;
}
#blog .blog-post a:not(.btn):hover,
#recentPosts .blog-post a:not(.btn):hover {
  color: #f68f1e;
}
#blog .blog-post h4,
#recentPosts .blog-post h4 {
  padding: 0 80px;
}
#blog .blog-post h4 a,
#recentPosts .blog-post h4 a {
  font-size: 1.125em !important;
}
#blog .blog-post hr,
#recentPosts .blog-post hr {
  background: #81c241;
  border: 0;
  outline: none;
  height: 2px;
  width: 20px;
}
#blog .btn,
#recentPosts .btn {
  margin-top: 20px;
}
@media (max-width: 768px) {
  #blog,
#recentPosts {
    padding: 30px;
  }
  #blog h3,
#recentPosts h3 {
    margin-bottom: 15px;
  }
  #blog .col-3 .blog-post,
#recentPosts .col-3 .blog-post {
    display: none;
  }
  #blog .col-3:nth-child(1) .blog-post, #blog .col-3:nth-child(2) .blog-post,
#recentPosts .col-3:nth-child(1) .blog-post,
#recentPosts .col-3:nth-child(2) .blog-post {
    display: block;
  }
  #blog .col-3,
#recentPosts .col-3 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  #blog .col-3:not(:first-child) .blog-post,
#recentPosts .col-3:not(:first-child) .blog-post {
    display: none;
  }
  #blog .col-3,
#recentPosts .col-3 {
    width: 100%;
  }
}

#recentPosts {
  overflow: hidden;
}

@media (max-width: 768px) {
  body.page-parent .primary-content {
    background: #fff;
    margin-left: 30px;
    margin-bottom: 50px;
    width: 65%;
    min-width: 400px;
  }

  body.page-parent.page-child .primary-content {
    margin: 0 auto;
    width: 90%;
  }

  .single article {
    overflow: hidden;
  }
  .single article header#headerBlogDetail .post-meta {
    padding: 0 30px;
  }

  body.blog .primary-content {
    margin-left: 0;
  }
  body.blog .col-3 {
    width: 48%;
    margin: 0 1% 20px;
  }
  body.blog .col-3:nth-child(2n) {
    margin: 0 1% 20px;
  }

  .page-id-24 .promo-blocks {
    margin-top: 100px;
  }
}
@media (max-width: 480px) {
  body.page-parent .primary-content {
    margin: 0 auto;
    width: 90%;
    min-width: 0;
  }

  .promo-blocks .col-3 {
    width: 70%;
  }
  .promo-blocks .col-3:nth-child(2n) {
    margin-bottom: 20px;
  }

  body.home #pre-footer-cta .container:after, body.page #pre-footer-cta .container:after, body.single #pre-footer-cta .container:after, body.blog #pre-footer-cta .container:after {
    height: 120px;
  }

  #recentPosts {
    padding: 0;
  }
  #recentPosts .col-2 {
    width: 100%;
  }

  body.blog .col-3 {
    width: 100%;
    margin: 0 auto 20px;
  }
  body.blog .col-3:nth-child(2n) {
    margin: 0 auto 20px;
  }
}
.green-gray-hr {
  height: 3px;
  border: 0;
  background: #81c241;
  /* Old browsers */
  background: -moz-linear-gradient(left, #81c241 0%, #81c241 13%, #eceff2 13%, #eceff2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #81c241), color-stop(13%, #81c241), color-stop(13%, #eceff2), color-stop(100%, #eceff2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #81c241 0%, #81c241 13%, #eceff2 13%, #eceff2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #81c241 0%, #81c241 13%, #eceff2 13%, #eceff2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #81c241 0%, #81c241 13%, #eceff2 13%, #eceff2 100%);
  /* IE10+ */
  background: linear-gradient(to right, #81c241 0%, #81c241 13%, #eceff2 13%, #eceff2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#81c241", endColorstr="#eceff2",GradientType=1 );
  /* IE6-9 */
}

.page-id-343 .green-gray-hr {
  margin-bottom: 30px;
}

.gform_wrapper {
  max-width: none !important;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=password],
.gform_wrapper input[type=datetime],
.gform_wrapper input[type=datetime-local],
.gform_wrapper input[type=date],
.gform_wrapper input[type=month],
.gform_wrapper input[type=time],
.gform_wrapper input[type=week],
.gform_wrapper input[type=number],
.gform_wrapper input[type=email],
.gform_wrapper input[type=url],
.gform_wrapper input[type=search],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=color],
.gform_wrapper select,
.gform_wrapper textarea,
.gform_wrapper .field {
  display: block;
  height: 40px;
  line-height: 1em;
  padding: 0 12px !important;
  margin-bottom: 14px;
  font-size: 1em;
  border-radius: 20px;
  vertical-align: middle;
  box-shadow: none;
  box-sizing: border-box;
  border: 0;
  width: 100%;
  background-color: #ecf0f3;
  -webkit-transition: background-color 0.24s ease-in-out;
  -moz-transition: background-color 0.24s ease-in-out;
  -ms-transition: background-color 0.24s ease-in-out;
  -o-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  font-family: "DIN Next W01 Regular" !important;
}
.gform_wrapper input[type=text]:focus, .gform_wrapper input[type=text]:active,
.gform_wrapper input[type=password]:focus,
.gform_wrapper input[type=password]:active,
.gform_wrapper input[type=datetime]:focus,
.gform_wrapper input[type=datetime]:active,
.gform_wrapper input[type=datetime-local]:focus,
.gform_wrapper input[type=datetime-local]:active,
.gform_wrapper input[type=date]:focus,
.gform_wrapper input[type=date]:active,
.gform_wrapper input[type=month]:focus,
.gform_wrapper input[type=month]:active,
.gform_wrapper input[type=time]:focus,
.gform_wrapper input[type=time]:active,
.gform_wrapper input[type=week]:focus,
.gform_wrapper input[type=week]:active,
.gform_wrapper input[type=number]:focus,
.gform_wrapper input[type=number]:active,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=email]:active,
.gform_wrapper input[type=url]:focus,
.gform_wrapper input[type=url]:active,
.gform_wrapper input[type=search]:focus,
.gform_wrapper input[type=search]:active,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=tel]:active,
.gform_wrapper input[type=color]:focus,
.gform_wrapper input[type=color]:active,
.gform_wrapper select:focus,
.gform_wrapper select:active,
.gform_wrapper textarea:focus,
.gform_wrapper textarea:active,
.gform_wrapper .field:focus,
.gform_wrapper .field:active {
  background-color: #dfe6eb;
  outline: none;
}

#gform_1 ul, #gform_1 li {
  margin: 0;
  padding: 0;
}
#gform_1 ul:before, #gform_1 li:before {
  display: none;
}
#gform_1 .percent-50 {
  width: 50%;
  float: left;
  clear: none;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  width: 90% !important;
}

.gform_wrapper .top_label .gfield_label {
  font-family: "DIN Next W01 Regular";
  font-size: 14px;
}

.gform_wrapper div.validation_error {
  font-family: "DIN Next W01 Regular";
  line-height: 1.5em;
  border: 0 !important;
}

.gform_wrapper .top_label .gfield_error {
  width: 100% !important;
}

.gform_wrapper .top_label .gfield_error.percent-50 {
  width: 50% !important;
}

.gform_wrapper .instruction.validation_message {
  display: none;
}

#gform_submit_button_1,
#gform_submit_button_2 {
  background-image: url(../img/icon-pad.png);
  background-repeat: no-repeat;
  background-position: right 8px top 5px;
  font-family: "Revolution Gothic W01 Regular";
}
#gform_submit_button_1:hover,
#gform_submit_button_2:hover {
  background-image: url(../img/icon-pad.png);
  background-repeat: no-repeat;
  background-position: right 8px top 5px;
}

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