@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
@import url('https://fonts.googleapis.com/css?family=Varela+Round');
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  overflow: hidden;
  position: fixed;
  background: rgba(33,33,33,0.95); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 109999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 9999; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 20px;
  top: 20px;
  text-decoration: none;
  text-align: center;
  opacity: 0.85;
  filter: alpha(opacity=85);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active { }

.mfp-close-btn-in .mfp-close {
  z-index: 1199999999;
  font-size: 4em;
  color: #fff; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


html, body {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

body {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.25em;
    font-weight: 300;
    color: #000000;
}

.mobile-nav, .nav-toggle {
    display: none;
}

h1, h2, h3, h4, h5, p, img {
    margin: 0 0 30px;
    padding: 0;
    line-height: 1em;
}

h1 { }
h2 {
    color: #005dab;
    font-size: 32px;
    font-weight: 400;
}

h3 {
    font-size: 27px;
    font-weight: 400;
}

h4 {
    font-size: 19px;
    font-weight: 600;
}

p {
    line-height: 1.5em;
}

img {
    max-width: 100%;
}

b, strong {
    font-weight: 700;
}

a, a:active, a:visited {
    color: #339ffa;
    text-decoration: none;
    transition: all 0.2s linear;
}

a:hover {
    color: #000000;
}

hr {
    width: 100%;
    height: 1px;
    background: #1AACB7;
    border: none;
    margin: 20px 0;
    padding: 0;
}

.body-container-wrapper .innerWrap ul {
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
    /*width: 50%;*/
}

@media screen and (max-width:767px) {
    .body-container-wrapper .innerWrap ul {width:100%;}    
}

.body-container-wrapper .innerWrap ul li {
    position: relative;
    padding: 0 0 0 15px;
    margin: 0 0 15px;
}

.body-container-wrapper .innerWrap ul li:before {
    content: '•';
    font-size: 14px;
    font-weight: bold;
    color: #4cb4bb;
    margin-right: 5px;
    position: absolute;
    left: 0;
}

.cta,
.interior .hs_submit .hs-button {
    color: #29a8b1 !important;
    border: 1px solid #29a8b1;
    border-radius: 10px;
    display: inline-block;
    background: transparent;
    margin: 0 20px 20px 0;
    padding: 15px 50px;
    font-size: 21px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s linear;
}

.interior .hs_submit .hs-button {
    margin: 0 0 20px;
}

.cta_filled {
    background: #29a8b1 !important;
    color: #ffffff !important;
}

.interior .hs_submit {
    text-align: center;
}

.interior .hs_submit .hs-button {
    background: #ffffff;
    cursor: pointer;
}

.cta:hover,
.interior .hs_submit .hs-button:hover {
    background: #29a8b1;
    color: #ffffff !important;
}

.cta_filled:hover {
    color: #29a8b1 !important;
    background: #ffffff !important;
}

.fullWrap .innerWrap {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px;
}

.header-container-wrapper {
    padding: 0;
    position: fixed;
    background: #ffffff;
    width: 100%;
    z-index: 9999999;
}

.landing-page .header-container-wrapper,
.confirmation-page .header-container-wrapper {
    position: relative;
}

.header-container-wrapper .lpLogo {
    width: 300px !important;
    float: left !important;
}

.header-container-wrapper .lpLogo img {
    height: 48px !important;
    width: auto !important;
    margin: 20px 0 0 20px;
}

.header-container-wrapper .lpBack {
    text-align: right;
    line-height: 48px;
    width: 120px !important;
    float: right !important;
}

.header-container-wrapper .lpBack a {
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0;
    color: #000000;
    transition: all 0.2s linear;
}

.header-container-wrapper .lpBack a:before {
    content: '←';
    padding: 0 10px 0 0;
    font-size: 20px;
}

.header-container-wrapper .lpBack a:hover {
    color: #005dab;
}

.bannerWrap {
    overflow: hidden;
    font-size: 19px;
    line-height: 1.5em;
    position: relative;
    background-repeat: no-repeat;
}

.bannerWrap .subNav {
    background: rgba(0,93,171,0.75);
}

.bannerWrap .subNav .innerWrap {
    padding: 0;
    font-size: 0;
    text-align: center;
}

.bannerWrap .subNav .innerWrap ul {
    list-style: none;
    margin: 0;
    width: 100%;
}

.bannerWrap .subNav .innerWrap ul li {
    display: inline-block;
    font-size: 17px;
    transition: all 0.2s linear;
    margin: 0;
    padding: 0;
}

.bannerWrap .subNav .innerWrap ul li:before {
    content: none;
}

.bannerWrap .subNav .innerWrap ul li:hover,
.bannerWrap .subNav .innerWrap ul li.active {
    background: #005dab;
}

.bannerWrap .subNav .innerWrap ul li a {
    text-decoration: none;
    display: block;
    padding: 20px 15px;
    color: #ffffff;
    text-transform: uppercase;
}

.landing-page .bannerWrap {
    border-top: 15px solid #138b93;
    background: url(//cdn2.hubspot.net/hubfs/32387/base-template-projects/Gebauer/lp-banner-bg.png) repeat-x bottom left #29a8b1;
    color: #ffffff;
}

.landing-page .bannerWrap h1 {
    color: #ffffff;
}

.landing-page .bannerWrap .bannerCopy {
    padding: 0 20px;
}

.bannerWrap p {
    line-height: 1.5em;
}

.bannerWrap .innerWrap {
    position: relative;
}

.bannerWrap .lpImages {
text-align: center;
height: 100%;
display: inline-block;
vertical-align: middle;
width: 100%;
}

.bannerWrap .lpImages img {
    vertical-align: middle;
    margin: 30px auto;
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: -50px;
}

.bannerWrap .lpImages:before {
    content: '';
    background: url(//cdn2.hubspot.net/hubfs/150313/template-assets/landing-pages/underLayer.png) right bottom no-repeat;
    background-size: contain;
    width: 255px;
    height: 417px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 240px;
    z-index: 0;
}

/*
.bannerWrap .lpImages .lpImageTop {
    position: absolute;
    left: 20px;
    bottom: -50px;
}
*/

.bannerWrap .bannerCopy {
    position: relative;
    font-size: 17px;
}

.home .bannerWrap .bannerCopy {
    padding-left: 40px;
}

.bannerWrap h1, .blog .bannerWrap h2 {
    font-weight: 600;
    margin: 0 0 20px;
    padding: 0;
    font-size: 50px;
    color: #005dab;
    line-height: 1.1em;
}

.home .bannerWrap h1 {
    color: #ffffff;
    font-weight: 400;
}

.bannerWrap h2 {
    font-size: 22px;
    color: #5ef2fc;
    font-weight: 300;
    margin: 0 0 10px;
    padding: 0;
}

.bannerWrap .innerWrap {
    padding: 25px 20px 40px;
}

.bodyWrap {
    background: #ececec;
    position: relative;
}

.bodyWrap .bodyBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    display: block;
    background: #ffffff;
}

.bodyWrap .innerWrap {
    position: relative;
    padding: 40px 20px;
}

.bodyWrap .leftOfForm {
    background: #ffffff;
}

.hs-content-path-contact-us .bodyWrap .leftOfForm {
    text-align: center;
}

.hs-content-path-contact-us .bodyWrap .tagLine {
    text-align: left;
}

.bodyWrap .leftOfForm ul {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

.bodyWrap .leftOfForm ul li {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 0 10px;
}

.bodyWrap .leftOfForm ul li:before {
    content: '•';
    color: #29a8b1;
    position: absolute;
    font-weight: 400;
    left: 0;
}

.bodyWrap .tagLine {
    font-size: 19px;
    font-weight: 700;
    background: url(//cdn2.hubspot.net/hubfs/32387/base-template-projects/Gebauer/learn-more.png) no-repeat right center;
    width: 350px;
    padding: 0 50px 0 0;
    max-width: 100%;
}

.bodyWrap h2 {
    font-size: 25px;
    font-weight: 400;
    color: #005dab;
    margin: 0 0 30px;
}

.bodyWrap .widget-type-form {
    padding: 0 0 0 40px;
}

.bodyWrap .widget-type-form h3 {
    font-size: 19px;
    font-weight: 600;
    color: #005dab;
    margin: 0 0 30px;
}

.bodyWrap .widget-type-form fieldset {
    max-width: none;
}

.bodyWrap .widget-type-form input,
.bodyWrap .widget-type-form select,
.bodyWrap .widget-type-form textarea {
    border: 1px solid #29a8b1;
    font-family: inherit;
    font-weight: 300;
    font-size: 19px;
    border-radius: 6px;
    padding: 10px;
    box-sizing: border-box;
    background: #ffffff;
    width: 100%;
    margin: 5px 0 20px;
}

.bodyWrap .widget-type-form textarea {
    resize: vertical;
}

.bodyWrap .widget-type-form select {
    -webkit-appearance: menulist-button;
    height: 45px;
}

.bodyWrap .widget-type-form ul.inputs-list li {
    margin: 0 0 5px;
    padding: 0;
}

.bodyWrap .widget-type-form ul.inputs-list li input {
    margin-right: 5px;
}

.bodyWrap .widget-type-form ul.inputs-list li:before {
    display: none;
}

.bodyWrap .widget-type-form input[type="submit"] {
    margin: 20px 0;
    background: #005dab;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.2s linear;
}

.bodyWrap .widget-type-form input[type="submit"]:hover {
    background: #29a8b1;
}

.bodyWrap .widget-type-form fieldset.form-columns-1 .hs-input:not([type="checkbox"]):not([type="radio"]) {
    width: 100%;
}

.bodyWrap .widget-type-form fieldset.form-columns-1 .input,
.bodyWrap .widget-type-form fieldset.form-columns-2 .input {
    margin: 0;
}

.bodyWrap .widget-type-form fieldset.form-columns-2 .hs-form-field:first-child {
    padding-right: 20px;
}

.bodyWrap .widget-type-form fieldset.form-columns-2 .hs-form-field:last-child {
    padding-left: 20px;
}

.footer-container-wrapper {
    padding: 20px 0 100px;
}

.footer-container-wrapper img {
    vertical-align: middle;
}

.footer-container-wrapper .footerLogo img {
    height: 48px !important;
    width: auto !important;
}

.footer-container-wrapper .footerCopy {
    font-size: 12px;
    padding: 25px 0 0;
}

.footer-container-wrapper .footerCopy ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-container-wrapper .footerCopy ul li {
    display: inline-block;
    font-weight: 400;
}

.footer-container-wrapper .footerCopy ul li:after {
    content: '|';
    color: #25b4be;
    padding: 0 5px;
}

.footer-container-wrapper .footerCopy ul li:last-child:after {
    content: '';
    padding: 0;
}

.footer-container-wrapper .footerCopy ul li a {
    color: #000000;
    text-decoration: none;
    transition: all 0.2s linear;
}

.footer-container-wrapper .footerCopy ul li a:hover {
    color: #29a8b1;
}

.footer-container-wrapper .footerSocial {
    text-align: right;
    margin-top:10px;
}
.footer-container-wrapper .footerSocial img {padding-left:5px;}

.confirmation-page .header-container-wrapper {
    background: url(//cdn2.hubspot.net/hubfs/32387/base-template-projects/Gebauer/cpHeaderBg.png) no-repeat center bottom #005dab;
}

.confirmation-page .header-container-wrapper .lpBack a {
    color: #ffffff;
}

.confirmation-page .header-container-wrapper .lpBack a:hover {
    color: #5ef2fc;
}

.confirmation-page .cpCopy h1 {
    font-size: 47px;
    font-weight: 300;
    text-align: center;
    margin: 40px 0;
    padding: 0;
    line-height: 1em;
}

.confirmation-page .cpItem {
    width: 700px;
    max-width: 100%;
    margin: 20px auto;
    font-size: 19px;
    overflow: hidden;
    vertical-align: middle;
}

.confirmation-page .cpItem p {
    font-weight: 600;
    line-height: 1.75em;
}

.confirmation-page .cpItem img {
    max-width: 100%;
    vertical-align: middle;
}

.confirmation-page .cpItem h2 {
    color: #005dab;
    font-weight: 300;
    font-size: 27px;
    line-height: 1.35em;
}

.confirmation-page .btnGroup {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.confirmation-page .btnGroup a {
    color: #29a8b1;
    border: 1px solid #29a8b1;
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    line-height: 35px;
    min-width: 300px;
    max-width: 100%;
    text-align: center;
    margin: 20px 10px;
}

.confirmation-page .btnGroup a span {
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    width: 35px;
    margin-left: 10px;
}

.btnDownload span {
    background-image: url(//cdn2.hubspot.net/hubfs/32387/base-template-projects/Gebauer/button-icon-download.png);
}

.btnEmail span {
    background-image: url(//cdn2.hubspot.net/hubfs/32387/base-template-projects/Gebauer/button-icon-email.png);
}

.confirmation-page .shareWrap {
    background: #ececec;
    text-align: center;
}

.confirmation-page .shareWrap h3 {
    color: #005dab;
    font-size: 19px;
    font-weight: 600;
}

.confirmation-page .shareWrap a,
.confirmation-page .shareWrap a * {
    transition: all 0.2 linear;
}

.confirmation-page .shareWrap a:hover img {
    opacity: 0.75;
}

.confirmation-page.multi-offer-cp .btnGroup {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 40px;
}

.confirmation-page.multi-offer-cp .btnGroup h4 {
    margin-bottom: 10px;
}

.confirmation-page.multi-offer-cp .btnGroup a {
    margin: 0 0 40px;
    min-width: 0;
    width: auto;
    padding: 5px 30px;
}

.video-page .body-container-wrapper {
    padding-top: 40px;
}

.video-page .cpCopy h1 {
    color: #005dab;
    margin: 0 0 30px;
    font-size: 36px;
}

.video-page .cpCopy h2 {
    color: #15adb9;
    margin: 0 0 5px;
    text-align: center;
    font-size: 26px;
}

.video-page .cpItem {
    text-align: center;
}

.video-page .shareWrap h3 {
    margin: 30px auto 15px;
}

.header-container-wrapper {
    position: fixed;
}

.header-container-wrapper .headerNav {
    width: 700px !important;
    float: right !important;
    position: relative;
}

.header-container-wrapper .headerNav .navWrap {
    display: inline-block;
    vertical-align: middle;
}

.header-container-wrapper .headerNav .searchBtn,
.header-container-wrapper .headerNav {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    margin-top: 3px;
}

.header-container-wrapper .headerNav .searchBtn img,
.header-container-wrapper .headerNav .navTrigger img {
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
}

.header-container-wrapper .headerNav ul {
    margin: 0;
    list-style: none;
    padding: 0;
    text-align: right;
    display: table;
    width: 100%;
    height: 92px;
}

.header-container-wrapper .headerNav ul li {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
    height: 92px;
    line-height: 92px;
    position: relative;
    z-index: 9999;
}

.home .header-container-wrapper {
    box-shadow: none;
    z-index: 999;
}

.header-container-wrapper .headerWrap:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 10px;
    background: #339ffa;
    bottom: 0px;
    left: 0;
}

.landing-page .header-container-wrapper .headerWrap:after,
.confirmation-page .header-container-wrapper .headerWrap:after {
    display: none;
}

.header-container-wrapper .headerWrap .innerWrap {
    padding: 0;
}

.landing-page .header-container-wrapper .headerWrap .innerWrap,
.confirmation-page .header-container-wrapper .headerWrap .innerWrap {
    padding: 20px;
}

.landing-page .header-container-wrapper .lpLogo img,
.confirmation-page .header-container-wrapper .lpLogo img {
    margin-top: 0;
}

.header-container-wrapper .headerNav ul li a {
    color: #010101;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.2s linear;
    display: block;
    height: 100%;
}

.header-container-wrapper .headerNav ul li:last-child a,
.header-container-wrapper .headerNav ul li a:hover,
.header-container-wrapper .headerNav ul li.active a {
    color: #1aacb7;
}

.header-container-wrapper .headerNav ul li.active a:after,
.header-container-wrapper .headerNav ul li:hover a:after {
    content: '';
    position: absolute;
    width: 100%;
    display: block;
    height: 10px;
    background: #1369b1;
    bottom: 0px;
    left: 0;
}

.header-container-wrapper .searchFormWrap {
    position: fixed;
    width: 100% !important;
    top: 85px;
    background: #FFF none repeat scroll 0% 0%;
    padding: 0 20px 10px;
    margin: 0px auto;
    float: right;
    left: 0;
    z-index: 9999;
}

.header-container-wrapper .searchFormWrap .gsc-input-box {
    padding: 3px;
}

#___gcse_0 {
    width: 1040px !important;
    max-width: 100% !important;
    margin: 0 auto;
}

.gsc-control-cse {
    padding: 0 !important;
}

.gsib_a {
    padding: 0px !important;
}

input.gsc-input {
    padding: 0 5px !important;
}

input.gsc-search-button {
    height: 25px !important;
    padding: 5px 15px !important;
    background-image: url("http://www.google.com/uds/css/v2/search_box_icon.png") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    margin: 5px 0 0 !important;
}

.mobile-nav {
    min-height: 0 !important;
    margin: 0 auto 0 auto !important;
    text-align: center;
    
}

.nav-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    font-size: 0;
    background: url(//cdn2.hubspot.net/hubfs/150313/template-assets/shared-assets/menu.png) no-repeat center center;
    background-size: 20px 20px;
}

.nav-toggle.active {
    background-image: url(//cdn2.hubspot.net/hubfs/150313/template-assets/shared-assets/menu_close.png);
}

.nav-collapse ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
}

.mobile-nav ul li {
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.mobile-nav ul li:last-child {
    border-bottom: 0;
}

.mobile-nav ul li a {
    color: #010101;
    text-decoration: none;
    display: block;
    padding: 15px 10px;
    transition: all 0.2s linear;
    font-size: 18px;
    font-weight: 400;
}

.mobile-nav ul li a:hover {
    color: #339ffa;
}

.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1;
}

.nav-collapse.opened,
.js .nav-collapse-0.opened {
    max-height: 9999px !important;
}

.nav-collapse.closed,
.js .nav-collapse-0.closed {
    max-height: 0 !important;
}

.body-container-wrapper {
    padding-top: 92px;
}

.landing-page .body-container-wrapper {
    padding-top: 0;
}

.home .bannerWrap {
    background: url(//cdn2.hubspot.net/hubfs/150313/template-assets/homepage/home-banner-new.jpg) no-repeat fixed top 92px center #24c8d3;
    background-size: auto 585px;
    height: 585px;
    border-top: 0;
    position: relative;
    color: #ffffff;
}

.home .bannerWrap .innerWrap {
    padding: 20px;
}

.home .bannerWrap .bannerCopy {
    float: none;
    height: 500px;
    width: 100%;
    padding: 0 55% 0 0;
    vertical-align: middle;
    display: table-cell;
    font-size: 23px;
    line-height: 1.5em;
}

.home .bannerWrap .bannerCopy h1 {
    font-size: 47px;
    font-weight: 300;
    line-height: 1.05em;
}

.home .bannerWrap .bannerCopy h1 strong {
    font-size: 51px;
    text-transform: uppercase;
    font-weight: 600;
}

.home .bannerWrap .bannerCopy p {
    line-height: 1.5em;
    padding-right: 50px;
}

.home .bannerWrap .bannerCopy .cta {
    color: #ffffff !important;
    border-color: #29a8b1;
    background:#29a8b1;
    margin: 0 10px 20px 0;
    padding: 15px 30px;
}

.home .bannerWrap .bannerCopy .cta:hover {
    background: #ffffff;
    border-color: #ffffff;
    color:#29a8b1 !important;
}

.home .bannerWrap .bannerCopy .cta:last-child {
    background: #ffffff;
    border-color: #ffffff;
    color:#29a8b1 !important;
}

.home .bannerWrap .bannerCopy .cta:last-child:hover {
    background: #29a8b1;
    border-color: #29a8b1;
    color:#ffffff !important;
    opacity:.9;
}

.home h2 {
    color: #005dab;
    font-size: 41px;
    font-weight: 300;
}

.home h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.15em;
}

.home .homeSolutions {
    background-color: #dcdcdd;
    position: relative;
    text-align: center;
}

.home .homeSolutions .innerWrap {
    position: relative;
    z-index: 9;
}

.home .homeSolutions .topBg {
    background: url(//cdn2.hubspot.net/hubfs/150313/template-assets/homepage/top-bg-dots-new.png) bottom center transparent no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: 80px;
    position: absolute;
    top: -80px;
    z-index: 8;
}

.home .homeSolutions .bottomBg {
    background: url(//cdn2.hubspot.net/hubfs/32387/base-template-projects/Gebauer/home-solutions-bg.png) bottom center transparent no-repeat;
    background-size: 100% auto;
    display: block;
    width: 100%;
    height: 350px;
    position: absolute;
    z-index: 8;
    bottom: -100px;
}

.homeSolutionsItem {
    background-size: cover;
    background-position: center center;
    border-radius: 50%;
    border: 15px solid #ffffff;
    box-sizing: border-box;
    width: 300px;
    height: 300px;
    color: #ffffff;
    padding: 20px;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}

.homeSolutionsItem h3 {
    text-transform: uppercase;
    margin: 0;
    transition: all 0.2s linear;
}

.homeSolutionsItem h3.rolled {
    opacity: 0;
    visibility: hidden;
}

.homeSolutionsItem .rolloverWrap {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    padding: 70px 20px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    font-size: 20px;
    line-height: 30px;
}

.homeSolutionsItem .rolloverWrap.rolled {
    opacity: 1;
    visibility: visible;
}

.home .homeFeaturedProd {
    padding: 120px 0 20px;
}

.home .homeFeaturedProd .widget-type-linked_image {
    text-align: center;
}

.home .homeFeaturedProd h2 {
    margin-bottom: 10px;
    font-size: 45px;
    color: #15adb9;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}

.home .homeFeaturedProd h2 sup {
    font-size: 14px;
    position: absolute;
    top: 0;
    font-weight: 300;
}

.home .homeFeaturedProd h3 {
    font-size: 27px;
    font-weight: 300;
    margin-bottom: 10px;
}

.home .homeFeaturedProd p {
    line-height: 1.75em;
    font-size: 16px;
}

.home .homeHistory {
    background: url(//cdn2.hubspot.net/hubfs/150313/2015/Site_Page_Images/home-history-background-2.png) no-repeat top center;
    background-size: cover;
    font-size: 17px;
    line-height: 1.5em;
    padding: 60px 0;
}

.home .homeHistory p {
    line-height: 1.5em;
}

.testimonials {
    padding: 60px 0;
}

.testimonials .testimonialsWrap {
    background: url(//cdn2.hubspot.net/hubfs/32387/base-template-projects/Gebauer/home-testimonial-image.png) no-repeat left 40px top;
    padding: 0 0 5px 350px;
    background-size: 250px auto;
}

.home .testimonials .testimonialsWrap {
    background-image: url(//cdn2.hubspot.net/hubfs/150313/template-assets/homepage/home-testimonial-image_2.png);
}

.testimonials h2 {
    text-align: center;
    margin-bottom: 60px;
}

.testimonials .btnGroup {
    text-align: center;
}

.testimonials .tab-content {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.75em;
}

.testimonials .tab-content p {
    line-height: 1.75em;
}

.testimonials .tabs {
    margin: 0;
    padding: 60px 0 20px;
    list-style: none;
    width: 100%;
    text-align: center;
}

.testimonials .tabs li {
    display: inline-block;
    margin: 0 5px 0 5px !important;
    padding-left: 0 !important;
}

.testimonials .tabs li:before {
    content: none;
    display: none;
}

.testimonials .tabs li label {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #a8e1e5;
    display: block;
    cursor: pointer;
}

.testimonials .tabs li.active label {
    background: #25b4be;
    cursor: default;
}

.testimonials .tabs li label input {
    display: none;
}

.testimonialCTA {text-align:center; margin-top:20px;}
.testimonialCTA .cta {
    text-align: center;
    width: 280px;
}

.twoHalves {
    position: relative;
    background-color: #25b4be;
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: left center;
    overflow: hidden;
}

.secondHalf {
    position: absolute;
    display: block;
    height: 100%;
    width: 50%;
    background-color: #005dab;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: right center;
    top: 0;
    right: 0;
}

.twoHalves.copyLeft {
    background-color: #ffffff;
}

.twoHalves.copyRight .secondHalf {
    background-color: #ffffff;
}

.twoHalves .span12 {
    margin: 0 !important;
}

.twoHalves .bottomBg {
    position: absolute;
    display: block;
    height: 100px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: url(//cdn2.hubspot.net/hubfs/32387/base-template-projects/Gebauer/lp-banner-bg.png) left bottom repeat-x;
}

.twoHalves .innerWrap {
    position: relative;
}

.featuredDl,
.upcomingEvents {
    color: #ffffff;
    padding: 20px 0 0;
}

.featuredDl h2,
.upcomingEvents h2 {
    font-size: 41px;
    font-weight: 300;
    margin-bottom: 30px;
    color: #ffffff;
}

.featuredDl h3,
.upcomingEvents h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.featuredDl p,
.upcomingEvents p {
    font-size: 16px;
    line-height: 1.75em;
}

.featuredDl .cta,
.upcomingEvents .cta {
    color: #ffffff !important;
    border-color: #ffffff;
    transition:.5s all;
}

.featuredDl .cta:hover {
    background:#005DAB;
    border-color:#005DAB;
}
.upcomingEvents .cta:hover {
    background:#25B4BE;
    border-color:#25B4BE;
}

.upcomingEvents {
    padding: 20px 0 0 30px;
}

.upcomingEvents h4 {
    margin-bottom: 0;
}

.upcomingEvents p {
    margin-bottom: 20px;
    font-size: 15px;
}

.featuredVideo {
    background: none;
}

.featuredVideo h2 {
    color: #005dab;
    font-weight: 300;
    font-size: 41px;
}

.featuredVideo .secondHalf {
    background: #dcdcdd;
}

.featuredVideo .span12 {
    margin-left: 0;
    margin-bottom: -5px;
}

.featuredVideo .span6 {
    width: 50%;
    margin: 0;
    position: relative;
    z-index: 99;
}

.videoPlayer {
    background: url(//cdn2.hubspot.net/hubfs/32387/base-template-projects/Gebauer/featured-video.jpg) center center no-repeat;
    background-size: cover;
    height: 100%;
}

.videoPlayer a {
    display: block;
    width: 100%;
    height: 100%;
}

.videoPlayer #videoOverlay {
    display: none;
}

@media screen and (min-width:768px) and (max-width:1400px) {
    
}

.featuredVideoCopy {
    padding: 40px 40px 0;
}

.featuredVideoCopy div.cell-wrapper {
    width: 490px;
    max-width: 100%;
}

.featuredVideoCopy h2.pain_ease {
    color: #25b4be;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 0;
}

.featuredVideoCopy h3 {
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 20px;
}

.featuredVideoCopy p {
    line-height: 1.75em;
    font-size: 16px;
}

/* Interior w/ Right Column */

.interior--right-col .main-content .hs_cos_wrapper_type_rich_text hr{
    margin:0  0 18px;
}

.interior--right-col .main-content .hs_cos_wrapper_type_rich_text h3{
    margin-bottom:6px;
}

.interior--right-col .main-content .hs_cos_wrapper_type_rich_text p{
    margin-bottom:18px;
}

.interior--right-col .bannerWrap .innerWrap {
    padding: 100px 20px;
}

@media(max-width:767px){

    .column--right{
        text-align:center;
        margin-top:20px;
    }


}


.interior .bannerWrap {
    background-position: center center;
}

.interior .bannerWrap .innerWrap {
    padding: 30px 20px 40px;
}

.interior .bannerWrap .innerWrap h1 {
    margin-top: 30px;
}

.interior .bannerWrap .subNav .innerWrap {
    padding: 0;
}

.interior .interiorWrap {
    position: relative;
    width: 100%;
    border-top: 15px solid #e3e2e2;
    padding-top: 40px;
}

.interior .interiorWrap p {
    line-height: 1.5em;
}

.interior .widget-type-form {
    width: 750px;
    max-width: 90%;
    margin: 80px auto 40px !important;
    float: none !important;
    background: url(//cdn2.hubspot.net/hubfs/150313/template-assets/shared-assets/form-background.png) no-repeat left 40px bottom -30px #ededed;
    border: 3px solid  #d6d6d6;
    border-radius: 10px;
    font-size: 15px;
}

.interior .widget-type-form h3 {
    display: block;
    border-bottom: 5px solid #2d9198;
    background: url(//cdn2.hubspot.net/hubfs/150313/template-assets/shared-assets/form-title-background.jpg) no-repeat bottom center #29a8b1;
    background-size: cover;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    padding: 40px;
    margin: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.interior .widget-type-form .hs-form {
    padding: 20px 60px 40px;
}

.interior .widget-type-form .hs-form fieldset {
    max-width: none;
}

.interior .widget-type-form .hs-form fieldset.form-columns-2 .field:first-child {
    padding: 0 20px 0 0;
}

.interior .widget-type-form .hs-form fieldset.form-columns-2 .field:last-child {
    padding: 0 0 0 20px;
}

.interior .widget-type-form .hs-form fieldset.form-columns-1 .input,
.interior .widget-type-form .hs-form fieldset.form-columns-2 .input {
    margin: 0 0 20px;
}

.interior .widget-type-form .hs-form .inputs-list {
    list-style: none;
    margin: 10px 0 20px;
    padding: 0;
}

.interior .widget-type-form .hs-form .inputs-list li {
    margin: 0 0 5px;
    padding: 0;
}

.interior .widget-type-form .hs-form .inputs-list.hs-error-msgs {
    color: #ff0000;
    font-style: italic;
    margin: 0 0 20px;
}

.interior .widget-type-form .hs-form fieldset.form-columns-1 .hs-input:not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.interior .widget-type-form .hs-form fieldset.form-columns-2 .hs-input:not([type="radio"]):not([type="checkbox"]):not([type="file"]) {
    width: 100%;
    border: 1px solid #d7d6d6;
    background: #ffffff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.15em;
    outline: none;
    padding: 10px;
    margin: 5px 0 0;
}

.interior .widget-type-form .hs-form fieldset textarea.hs-input {
    resize: vertical;
}

.interior .widget-type-form .hs-form .inputs-list li.hs-form-radio {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.products .bannerWrap {
    background: url(//cdn2.hubspot.net/hubfs/150313/template-assets/products/products-banner-bottom.png) no-repeat left bottom;
    background-size: 100% 65px;
}

.products .bannerWrap .innerWrap {
    padding: 40px 20px 80px;
}

.products .bannerWrap h1 {
    font-size: 50px;
}

.products .productsWrap {
    background: url(//cdn2.hubspot.net/hubfs/150313/template-assets/products/products-bottom.jpg) no-repeat left bottom #e3e2e2;
    background-size: 100% auto;
    padding: 80px 0;
    line-height: 1em;
}

.products .productsWrap .widget-type-rich_text {
    margin-bottom: 40px;
}

.products .productsWrap .cta {
    background: #ffffff;
    color: #29a8b1 !mportant;
}

.products .productsWrap .cta:hover {
    background: #29a8b1;
    color: #ffffff !important;
}

.products .productsWrap h2 {
    font-size: 32px;
    color: #15adb9;
    font-weight: 700;
    margin-bottom: 10px;
}

.products .productsWrap h2 sup {
    font-weight: 300;
    font-size: 14px;
}

.products .productsWrap h3 {
    margin-bottom: 20px;
}

.products .productsWrap p {
    line-height: 1.75em;
}

.products .testimonials .testimonialsWrap {
    background-image: url(//cdn2.hubspot.net/hubfs/150313/template-assets/products/products-testimonials.png);
    background-repeat: no-repeat;
}

.product .bannerWrap {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding-bottom: 50px;
}

.product .bannerWrap .cta {
    background: #ffffff;
}

.product .bannerWrap .cta:hover {
    background: #29a8b1;
    color: #ffffff;
}

.product .productsWrap {
    padding: 60px 0;
}

.product .productsWrap h2 {
    margin-bottom: 10px;
    font-size: 45px;
    color: #15adb9;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}

.product .productsWrap h3 {
    font-size: 27px;
    font-weight: 300;
    margin-bottom: 10px;
}

.productCtaBar {
    font-size: 19px;
}

.productCtaBar * {
    color: #ffffff;
}

.productCtaBar .ctaLeft {
    padding: 20px 40px 20px 0;
}

.productCtaBar {
    background-size: 50% auto;
}

.productCtaBar #videoOverlay {
    display: none;
}

.fancybox-inner #videoOverlay {
    margin-top: 100px;
}

.productCtaBar .secondHalf {
    background-size: cover;
}

.productCtaBar .ctaRight {
    padding: 20px 0 20px 40px;
}

.productCtaBar img {
    margin-bottom: 0;
    vertical-align: middle;
}

.productCtaBar a {
    text-decoration: none;
    transition: all 0.2s linear;
    color: #ffffff;
}

.productCtaBar a img {
    transform: scale(0.9,0.9);
}

.productCtaBar a:hover img {
    transform: scale(1.1,1.1);
}

.productCtaBar h3 {
    font-size: 22px;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.chillyCta {
    background: url(//cdn2.hubspot.net/hubfs/150313/2016/chilly/chilly-cta-bg.jpg) repeat-x left bottom #3679b3;
    background-size: auto 228px;
    padding: 0;
    color: #fff;
}

.chillyCta .innerWrap {
    position: relative;
    padding: 60px 20px;
    width: 800px;
    max-width: 100%;
}

.chillyCta .innerWrap:after {
    content: '';
    position: absolute;
    width: 316px;
    height: 100%;
    background: url(//cdn2.hubspot.net/hubfs/150313/2016/chilly/chilly-bg-1.png) no-repeat right center;
    background-size: 100% auto;
    top: 0;
    right: 0;
}

.chillyCta h1,
.chillyCta h2,
.chillyCta p {
    color: #fff;
}

.chillyCta h1 {
    font-size: 39px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px;
    line-height: 1em;
}

.chillyCta h2 {
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 10px;
    line-height: 1.15em;
}

.chillyCta .learn-more {
    font-size: 24px;
    line-height: 1em;
    padding: 15px 15px 15px 50px;
    display: inline-block;
    background: url(//cdn2.hubspot.net/hubfs/150313/2016/chilly/btn-learn-more.png) left center no-repeat;
    background-size: 38px 38px;
    color: #fff;
    font-weight: 400;
    transition: opacity 0.2s;
}

.chillyCta .learn-more:hover {
    opacity: 0.8;
}

.twoHalves.copyLeft .innerWrap .span6 {
    padding: 20px 40px 20px 0;
}

.twoHalves.copyRight .innerWrap .span6 {
    padding: 20px 0 20px 40px;
}

.twoHalves.copyLeft .secondHalf {
    background-size: cover;
}

.twoHalves.copyRight {
    background-color: #ffffff;
    background-size: 50% auto;
    background-position: left top;
}

.solutions .bannerWrap {
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.solutions .bannerWrap h1 {
    font-weight: 300;
    font-size: 42px;
    line-height: 1em;
}

.solutions .bannerWrap .cta {
    background: #ffffff;
}

.solutions .bannerWrap .cta:hover {
    background: #29a8b1;
    color: #ffffff;
}

.solutions .featureBox {
    background: #eeeded;
    border: 10px solid #e0dfdf;
    padding: 40px;
    border-radius: 10px;
}

.solutions .featureBox h3 {
    color: #4cb4bb;
    font-weight: 700;
}

.solutions .featureBox ul {
    margin-bottom: 0;
}

.solutions .suggestedProducts {
    padding: 40px 0;
}

.solutions .suggestedProducts h2,
.solutions .suggestedProducts h3 {
    margin-bottom: 10px;
}
.solutions .suggestedProducts h3 {
    font-size: 22px;
}

.solutions .suggestedProducts p {
    line-height: 1.75em;
}

.solutions .suggestedProducts .introCopy {
    margin-bottom: 40px;
}

.solutions .suggestedProducts .introCopy h2 {
    margin-bottom: 30px;
}


.solutions .footNotes {
    /*
    font-size: 0.85em;
    color: #696969;
    */
}

.solutions .footNotes p {
    line-height: 1.75em;
}

.ind-solution .widget-type-form h3 {
    background-image: url(//cdn2.hubspot.net/hubfs/150313/template-assets/solutions/solutions-form-title-background.jpg);
    border-color: #4487c0;
}

.solutions .solutionsOverview h2 {
    text-transform: uppercase;
    margin-bottom :20px;
    font-size: 37px;
}

.solutions .solutionsOverview h3 {
    margin-bottom: 5px;
}

.solutions .solutionsOverview p {
    line-height: 1.75em;
}

.solutions .homeSolutionsItem {
    border-color: #e3e2e2;
    margin: 0 auto 80px;
    display: block;
    color: #000000;
    width: 350px;
    height: 350px;
}

.solutions .homeSolutionsItem .rolloverWrap {
    background: url(//cdn2.hubspot.net/hubfs/150313/template-assets/shared-assets/small-logo.png) no-repeat top 20px center rgba(255,255,255,0.9);
    font-size: 27px;
    padding: 80px 20px 20px;
    text-align: center;
    line-height: 1.35em;
}

.solutions .homeSolutionsItem .rolloverWrap span {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin: 5px 0 0;
    color: #005dab;
    transition: all 0.2s linear;
}

.solutions .homeSolutionsItem .rolloverWrap span:hover {
    color: #000000;
}

.who-we-are .bannerWrap .subNav .innerWrap ul li.active,
.who-we-are .bannerWrap .subNav .innerWrap ul li:hover {
    background: #5fbdc6;
}

.who-we-are .bannerWrap {
    background-size: cover;
    min-height: 450px;
}

.who-we-are .topWrap {
    border-top: none;
}

.who-we-are .employeesWrap {
    font-size: 0;
    margin-bottom: 60px;
    text-align: center;
}

.employeeItem {
    width: 20%;
    padding: 20px 10px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    box-sizing: border-box;
    font-size: 17px;
    line-height: 1em;
}

.employeeItem .employeePad {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.employeeItem .employeePad img {
    display: block;
    margin: 0 auto 15px;
    border-radius: 50%;
    border: 7px solid #d5d7d7;
    outline: 0;
}

.employeeItem .employeePad a {
    color: #020202;
    text-decoration: none;
}

.employeeItem .employeePad h4.employeeName {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
}

.employeeItem .employeePad h4.employeeTitle {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}

.employeeItem .employeePad .employeeTrigger {}

.employeeItem .employeeOverlay {
    display: none;
}

.employeeOverlay .contentPad,
.historyOverlay .contentPad {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 20px 40px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 999999;
}

.employeeOverlay .overlaySidebar,
.historyOverlay .overlaySidebar {
    width: 30%;
    margin: 0;
    padding: 0;
    float: left;
    box-sizing: border-box;
    text-align: left;
}

.employeeOverlay .overlayContent,
.historyOverlay .overlayContent {
    width: 65%;
    margin: 0 0 0 5%;
    padding: 0;
    float: left;
    box-sizing: border-box;
    font-size: 16px;
}

.employeeOverlay .overlayContent h2,
.historyOverlay .overlayContent h2 {
    color: #5fbdc6;
    margin-bottom: 10px;
    font-size: 42px;
}

.aboutQuality {
    background: url(//cdn2.hubspot.net/hubfs/150313/template-assets/who-we-are/about-quality.jpg) no-repeat bottom center;
    background-size: 100% auto;
    overflow: hidden;
    padding: 80px 0px;
}

.aboutQuality .qualityCopy {
    background: rgba(0,0,0,0.5);
    width: 700px;
    max-width: 100%;
    float: left;
    padding: 40px 60px 40px 120px;
    color: #ffffff;
    line-height: 1.75em;
}

.aboutQuality .qualityCopy h2 {
    color: #ffffff;
}

.aboutMission {
    padding: 20px 0 40px;
}

.aboutCulture {
    padding: 20px 0 40px;
}

.aboutCulture h4 {
    margin-bottom: 15px;
    min-height: 45px;
}

.blog .bannerWrap {
    background: url(//cdn2.hubspot.net/hubfs/32387/base-template-projects/Gebauer/lp-banner-bg.png) repeat-x bottom left #29a8b1;
    color: #ffffff;
}

.blog .bannerWrap h1,
.blog .bannerWrap h1 a, .blog .bannerWrap h2, .blog .bannerWrap h2 a {
    color: #ffffff;
    font-weight: 300;
}

.blog .bannerWrap h1 a:hover, .blog .bannerWrap h2 a:hover {
    color: #005dab;
}

.blog .bannerWrap p {
    margin-bottom: 20px;
}

.blog .bannerWrap .bannerContentWrap {
    padding: 40px 0 0;
}

.blog .bannerWrap .bannerContentWrap .widget-type-blog_subscribe h3,
.blog .bannerWrap .bannerContentWrap .widget-type-blog_subscribe label {
    display: none;
}

.blog .bannerWrap .bannerContentWrap .widget-type-blog_subscribe .hs_email {
    width: 70%;
    display: block;
}

.blog .bannerWrap .bannerContentWrap .widget-type-blog_subscribe .hs_submit {
    width: 250px;
    display: block;
    margin: 20px 0 0;
}

.blog .bannerWrap .bannerContentWrap .widget-type-blog_subscribe .hs_email input {
    font-family: inherit;
    font-weight: 300;
    font-size: 17px;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 10px;
    color: #ffffff;
    padding: 15px;
    width: 100%;
}

.blog .bannerWrap .bannerContentWrap .widget-type-blog_subscribe .hs_email input::-webkit-input-placeholder { color: #ffffff; }
.blog .bannerWrap .bannerContentWrap .widget-type-blog_subscribe .hs_email input::-moz-placeholder { color: #ffffff; }
.blog .bannerWrap .bannerContentWrap .widget-type-blog_subscribe .hs_email input:-moz-placeholder { color: #ffffff; }
.blog .bannerWrap .bannerContentWrap .widget-type-blog_subscribe .hs_email input:-ms-input-placeholder { color: #ffffff; }

.blog .bannerWrap .bannerContentWrap .widget-type-blog_subscribe .hs_submit input {
    font-family: inherit;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 10px;
    color: #29a8b1;
    padding: 15px;
    width: 100%;
    cursor: pointer;
    transition: all 0.2s linear;
}

.blog .bannerWrap .bannerContentWrap .widget-type-blog_subscribe .hs_submit input:hover {
    background: #29a8b1;
    color: #ffffff;
}

.blog .header-container-wrapper .headerWrap:after {
    background: #138b93;
}

.blog .header-container-wrapper .headerNav ul li.active a:after,
.blog .header-container-wrapper .headerNav ul li:hover a:after {
    background: #36bac3;
}

.blog .blogWrap {
    position: relative;
}

.blog .blogWrap:before {
    content: '';
    display: block;
    background: #ececec;
    position: absolute;
    height: 100%;
    width: 38%;
    left: 0;
    top: 0;
}

.blog .blogWrap .innerWrap {
    position: relative;
}

.blog .blogSidebar {
    position: relative;
    padding: 40px 40px 0 0;
    min-height: 1500px;
}

.blog .blogSidebar h3 {
    font-size: 19px;
    color: #005dab;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 10px;
    line-height: 1.1em;
}

.blog .blogSidebar .blogSearch,
.blog .blogSidebar .blogCat,
.blog .blogSidebar .blogSocial {
    margin: 0 0 40px;
}

.blog .blogSidebar .gsc-control-cse {
    background: #ffffff;
    border-color: #29a8b1;
    border-radius: 5px;
    padding: 10px 15px 5px !important;
}

.blog .blogSidebar .gsc-input-box input.gsc-input,
.blog .blogSidebar .gsc-input-box,
.blog .blogSidebar .gsc-input-box-hover,
.blog .blogSidebar .gsc-input-box-focus {
    border: none;
}

.blog .blogSidebar .gsc-input-box input.gsc-input {
    background-image: url(//cdn2.hubspot.net/hubfs/150313/template-assets/shared-assets/search-placeholder.png) !important;
    background-position: left top 3px !important;
    background-repeat: no-repeat !important;
}

.blog .blogSidebar .gsc-input-box input.gsc-input:focus,
.blog .blogSidebar .gsc-input-box-focus input.gsc-input,
.blog .blogSidebar .gsc-input-box-focus input.gsc-input:focus {
    background: none !important;
    box-shadow: none !important;
}

.blog .gsc-results-wrapper-overlay {
    top: 100px;
}

.blog .blogSidebar input.gsc-search-button {
    border: none !important;
    background: url(//cdn2.hubspot.net/hubfs/150313/template-assets/shared-assets/blog-search-button.png) center center transparent !important;
}

.blog .blogSidebar .blogCat {
    background: #005dab;
}

.blog .blogSidebar .blogCat h3 {
    color: #ffffff;
    background: #339ffa;
    padding: 15px;
    margin-bottom: 0;
}

.blog .blogSidebar .blogCat a {
    color: #ffffff;
    font-size: 19px;
    text-decoration: none;
    display: block;
    width: 100%;
    text-transform: capitalize;
}

.blog .blogSidebar .blogCat ul {
    margin: 0;
    padding: 0;
}

.blog .blogSidebar .blogCat ul li {
    padding: 15px;
    margin: 0;
    transition: all 0.2s linear;
}

.blog .blogSidebar .blogCat ul li:before {
    content: '';
    padding: 0;
}

.blog .blogSidebar .blogCat ul li:hover {
    background: #339ffa;
}

.blog .blogSidebar .blogSocial img {
    margin: 0 10px 0 0;
}

.blog .blogSidebar .blogInformation {
    /*
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    */
    font-size: 13px;
    box-sizing: border-box;
    padding: 0 40px 0 0;
}

.blog .blogContent {
    padding: 40px 0 0;
}

.blog .blogContent .post-item {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #c5cdd1;
}

.blog .blogContent .hs-featured-image {
    width: 100%;
    max-width: none;
    float: none;
    margin: 0 0 30px;
    padding: 0;
}

.blog .blog-post-wrapper .post-header h1,
.blog .blogContent .post-header h2,
.blog .blogContent .post-header h2 a {
    color: #000000;
    font-size: 35px;
    line-height: 1.1em;
    font-weight: 300;
}

.blog .blog-post-wrapper .post-header h1,
.blog .blogContent .post-header h2 {
    margin-bottom: 10px;
}

.blog .blogContent .post-header h2 a:hover {
    color: #339ffa;
}

.blog .blogContent .hubspot-editable {
    font-size: 18px;
    font-weight: 300;
}

.blog .blogContent .hubspot-editable a {
    font-weight: 600;
}

.blog .blogContent .more-link {
    font-size: 18px;
    font-weight: 600;
}

.blog .hs-author-profile h1 {
    font-size: 50px;
    font-weight: 300;
    color: #005dab;
}

.blog.hs-content-path-blog-all .snippet,
.blog.hs-content-path-blog-all .more-link,
.blog.hs-content-path-blog-all .hs-featured-image-link,
.blog.hs-content-path-blog-all .post-content {
    display: none;
}

.blog.hs-content-path-blog-all .blogContent .post-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.blog.hs-content-path-blog-all .blogContent .hubspot-editable {
    margin-bottom: 0;
}

.blog .shareWrap {
    border: 1px solid #e8e8e8;
    background: #ffffff;
    padding: 0;
    margin: 0 0 30px;
    display: inline-block;
}

.blog .shareWrap img {
    margin: 0;
}

.blog .shareWrap .shareLabel {
    font-weight: 700;
    font-size: 14px;
    vertical-align: middle;
    color: #969696;
    padding: 0 5px 0 10px;
}

.blog .shareWrap ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0em;
    display: inline-block;
    vertical-align: middle;
}

.blog .shareWrap ul li {
    padding: 5px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    background: #f8f8f8;
    border-left: 1px solid #e8e8e8;
}

.blog .shareWrap ul li:first-child {
    background: url(//cdn2.hubspot.net/hubfs/150313/template-assets/shared-assets/shareArrow.jpg) no-repeat left top #f8f8f8;
    padding-left: 15px;
    border-left: 0;
}

.blog .shareWrap ul li:before {
    content: '';
    padding: 0;
    margin: 0;
}

.blog .shareWrap ul li img {
    cursor: pointer;
    transition: all 0.2s linear;
}

.blog .shareWrap ul li img:hover {
    opacity: 0.75;
}

.blog .blog-post-wrapper .post-header {
    margin-bottom: 30px;
}

.blog .widget-type-blog_comments {
    padding-top: 35px;
    border-top: 3px solid #eaeaea;
}

.hs-blog-listing .widget-type-blog_comments {
    display: none;
}

.blog .post-footer h3 {
    color: #29a8b1;
}

.blog .comment-body {
    margin-bottom: 15px;
}

.blog .comment-body p {
    margin-bottom: 0;
}

.blog #comment-form {
    padding: 40px 0 0;
}

.blog #comment-form #recaptcha_table {
    margin-bottom: 30px;
}

.blog #comment-form .hs-form-required {
    color: #b21218;
}

.blog #comment-form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.blog #comment-form textarea {
    width: 100%;
    background: #eaeaea;
    border: none;
    font-family: inherit;
    font-size: 17px;
    font-weight: 300;
    padding: 5px 10px;
    margin: 5px 0 20px;
    resize: vertical;
}

.blog #comment-form input[type="submit"] {
    font-family: inherit;
    font-size: 20px;
    color: #25b4be;
    border: 1px solid #25b4be;
    border-radius: 10px;
    font-weight: 400;
    margin: 20px 0;
    cursor: pointer;
    background: transparent;
    padding: 10px;
    min-width: 250px;
    text-align: center;
    transition: all 0.2s linear;
}

.blog #comment-form input[type="submit"]:hover {
    background: #25b4be;
    color: #ffffff;
}

.blog #comment-form ul li {
    padding: 0;
    margin: 0 0 15px;
}

.blog #comment-form ul li:before {
    content: '';
    padding: 0;
    margin: 0;
}

.blog #comment-form ul li input {
    margin-right: 5px;
}

.blog .blog-pagination .cta {
    color: #29a8b1;
}

.blog .blog-pagination .cta:hover {
    color: #ffffff;
}

.history .bannerWrap {
    text-align: center;
    z-index: 999;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-color: transparent;
}

.history .bannerWrap .innerWrap {
    padding: 60px 20px 100px;
}

.history .bannerWrap .innerWrap h1 {
    font-size: 58px;
    color: #ffffff;
    margin-top: 0;
}

.history .bannerWrap .innerWrap p {
    font-size: 28px;
    color: #ffffff;
}

.history .interiorWrap {
    border-top: 0;
}

.history .historyRow {
    position: relative;
    margin: -80px 0 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: transparent;
    background-size: cover;
    box-sizing: border-box;
    overflow: hidden;
    padding: 140px 0;
    color: #ffffff;
    min-height: 550px;
}

.history .historyTrigger {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.history .historyTrigger:hover {
    color: #14d1de !important;
    background: #ffffff !important;
}

.history .historyOverlay {
    /*
    display: none;
    */
    position: relative;
    z-index: 999999999;
    color: #ffffff;
}

.history .rowWrap .historyItem {
    margin: 0 !important;
    position: relative;
}

.history .rowWrap .historyItem .yearWrap h2 {
    font-size: 58px;
    font-weight: 300;
    line-height: 1.15em;
    color: #ffffff;
    margin-bottom: 10px;
}

.history .rowWrap .historyItem .yearWrap h3 {
    font-weight: 600;
    line-height: 1.25em;
    margin-bottom: 10px;
}

.history .rowWrap .historyItem:nth-child(odd) .yearWrap {
    padding-left: 50%;
}

.history .rowWrap .historyItem:nth-child(even) .yearWrap {
    padding-right: 50%;
}

.hs-content-name-where-to-buy h3,
.hs-content-name-where-to-buy p {
    margin-bottom: 0;
}

.hs-content-name-where-to-buy .bannerWrap,
.interior--right-col .bannerWrap{
    background-size: cover;
}

.hs-content-name-where-to-buy .bannerWrap .innerWrap,
.interior--right-col .bannerWrap .innerWrap{
    padding: 100px 20px;
}

.hs-content-name-where-to-buy .interiorWrap,
.interior--right-col .interiorWrap{
    border-top: 0;
}

.hs-content-id-2955767828 .bannerWrap {
    min-height: 450px;
}

.hs-content-id-2955767828 .interiorWrap {
    margin-top: -50px;
    background: #ffffff;
}

.contact-us .bannerWrap {
    background: url(//cdn2.hubspot.net/hubfs/150313/template-assets/landing-pages/contact-us-banner.jpg) no-repeat center top;
    background-size: cover;
    border-top: 0;
    position: relative;
}

.contact-us .bannerWrap a {
    color: #ffffff;
    font-weight: 500;
}

.contact-us .bannerWrap a:hover {
    color: #339ffa;
}

.contact-us .bannerWrap .patternLine {
    position: absolute;
    background: url(//cdn2.hubspot.net/hubfs/150313/template-assets/landing-pages/lp-banner-bg.png) repeat-x bottom left;
    height: 100px;
    bottom: 0;
    left: 0;
    width: 100%;
}

.contact-us .bannerWrap .innerWrap {
    position: relative;
    padding: 25px 20px 70px;
}

.contact-us .bannerWrap .floatingLogo {
    position: absolute;
    background: url(//cdn2.hubspot.net/hubfs/150313/template-assets/landing-pages/contact-us-banner-logo.png) no-repeat center bottom -5px;
    background-size: 300px 170px;
    width: 50%;
    height: 170px;
    padding: 0;
    margin: 0;
    bottom: 0;
    right: 0;
    display: none;
}

#cboxOverlay {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

@media all and (min-width:1840px) and (max-width:1920px) {
    .solutions .bannerWrap {
        background-position: top -120px left;
    }
}

@media all and (min-width:1714px) and (max-width:1840px) {
    .solutions .bannerWrap {
        background-position: top -80px left;
    }
}

@media all and (min-width:1600px) and (max-width:1714px) {
    .solutions .bannerWrap {
        background-position: top -40px left;
    }
}

@media all and (min-width:1600px) and (max-width:1920px) {
    .home .bannerWrap {
        background-size: 100% auto;
    }
}

@media all and (max-width:1524px) {
    .productCtaBar {
        background-size: auto 100%;
    }
}

@media all and (max-width:1510px) {
    .home .bannerWrap {
        background-size: auto 585px;
    }
    .blog .blogWrap:before {
        width: 35%;
    }
}

@media all and (max-width:1270px) {
    .blog .blogWrap:before {
        width: ;
    }
    .history .historyRow {
        background-size: auto 100%;
    }
    .productCtaBar {
        background-size: auto 100%;
        background-position: left -40px top;
    }
}

@media all and (max-width:1180px) {
    .aboutQuality {
        background-size: auto 100%;
    }
    .blog .blogWrap:before {
        width: 32%;
    }
    .productCtaBar {
        background-position: left -80px top;
    }
}

@media all and (max-width:1080px) {
    .header-container-wrapper .searchFormWrap {
        width: 500px !important;
        max-width: 100%;
        top: 75px;
        right: 0;
        left: auto;
    }
    .header-container-wrapper .headerNav {
        margin-left: 15px !important;
        padding-left: 0 !important;
        text-align: right !important;
    }
    .home .bannerWrap {
        background-position: left top 80px;
    }
    .body-container-wrapper {
        padding-top: 95px;
    }
    .header-container-wrapper .headerNav .searchBtn {
        margin-right: 10px;
    }
    .history .historyRow {
        padding: 80px 0 40px;
    }
    .bannerWrap .lpImages .lpImageBottom {
        left: 200px;
    }
    .productCtaBar {
        background-position: left -200px top;
    }
    .bannerWrap .lpImages img {  }
    .bannerWrap .lpImages:before { left: 200px; }
}

@media all and (max-width:1040px) {
    .footer-container-wrapper .footerLogo {
        display: block;
        float: none;
    }
    .footer-container-wrapper .footerCopy {
        margin-left: 0;
        width: 70%;
    }
    .footer-container-wrapper .footerSocial {
        width: 20%;
        float: right;
    }
    .homeSolutionsItem {
        width: 250px;
        height: 250px;
    }
    .header-container-wrapper .lpLogo {
        width: 220px !important;
    }
    .header-container-wrapper .lpLogo img {
        margin-top: 30px;
        width: 200px !important;
        height: auto !important;
    }
    .header-container-wrapper .headerNav {
        width: 680px !important;
    }
    .homeSolutionsItem .rolloverWrap {
        padding: 40px 25px;
    }
    .hs-content-path-contact-us .bannerWrap .lpImages .lpImageTop {
        width: 320px;
    }
    .bannerWrap .lpImages img {  }
    .bannerWrap .lpImages:before { height: 350px; left: 180px; }
}

@media all and (max-width:940px) {
    .bannerWrap .lpImages img {
        height: auto;
    }
    .header-container-wrapper .headerNav ul li a {
        font-size: 17px;
    }
    .home .bannerWrap .bannerCopy {
        padding-right: 30%;
    }
    .header-container-wrapper .headerNav ul li a {
        font-size: 15px;
    }
    .header-container-wrapper .headerNav {
        width: 580px !important;
    }
    .bannerWrap .subNav .innerWrap ul li a {
        padding: 10px 15px;
    }
    .solutions .homeSolutionsItem {
        width: 300px;
        height: 300px;
    }
    .bannerWrap .lpImages .lpImageBottom {
        display: none;
    }
    .productCtaBar {
        background-position: left -260px top;
    }
    .bannerWrap .lpImages img { max-width: 300px; }
    .bannerWrap .lpImages:before { left: 150px; height: 300px; }
    .chillyCta .innerWrap {
        padding: 40px 20px;
    }
    .chillyCta .innerWrap:after {
        right: 20px;
        width: 250px;
    }
}

@media all and (max-width:860px) {
    .body-container-wrapper {
        padding-top: 75px;
    }
    .home .bannerWrap {
        background-position: left top 50px;
    }
    .navWrap{
        display: none !important;
    }
    .mobile-nav, .nav-toggle  {
        display: block;
    }
    .header-container-wrapper .headerNav {
        width: auto !important;
    }
    .header-container-wrapper .headerNav .searchBtn {
        position: absolute;
        right: 40px;
        top: 0px;
    }
    .header-container-wrapper .searchFormWrap {
        top: 50px;
    }
    .homeSolutionsItem {
        width: 200px;
        height: 200px;
        border-width: 10px;
    }
    .homeSolutionsItem h3 {
        font-size: 18px;
    }
    .header-container-wrapper .lpLogo img {
        margin: 10px 0 5px 20px;
    }
    .header-container-wrapper .headerWrap {
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
    }
    .header-container-wrapper .headerWrap:after {
        display: none !important;
    }
    .header-container-wrapper .headerNav .searchBtn {
        top: 10px;
    }
    .body-container-wrapper {
        padding-top: 50px;
    }
    .homeSolutionsItem .rolloverWrap {
        padding: 25px 20px;
        font-size: 18px;
        line-height: 24px;
    }
}

@media all and (max-width:824px) {
    .bannerWrap .bannerCopy {
        width: 100% !important;
        padding-left: 170px !important;
        padding-right: 20px;
    }
    .home .bannerWrap {
        height: 380px;
    }
    .home .bannerWrap .bannerCopy {
        padding: 0 !important;
        height: 380px;
    }
    .employeeItem {
        width: 25%;
    }
    .history .bannerWrap .bannerCopy,
    .product .bannerWrap .bannerCopy {
        padding-left: 20px !important;
    }
    .hs-content-path-contact-us .bannerWrap .bannerCopy {
        padding-left: 340px !important;
    }
    .hs-content-path-contact-us .bannerWrap h1 {
        font-size: 40px;
    }
    .hs-content-path-contact-us .bannerWrap .lpImages .lpImageTop {
        top: auto;
        bottom: -40px;
    }
    .contact-us .bannerWrap .bannerCopy {
        padding: 0 300px 0 20px !important;
    }
    .landing-page .bannerWrap .bannerCopy {
        padding: 0 20px !important;
    }
    .landing-page .bannerWrap .span5,
    .landing-page .bannerWrap .span7 {
        width: 100%;
    }
    .bannerWrap .lpImages { padding: 0 0 40px; }
    .bannerWrap .lpImages img { position: relative; }
    .bannerWrap .lpImages:before { left: auto; right: 20px; opacity: 0.35; }
}

@media all and (max-width:767px) {
    .bodyWrap .bodyBg {
        background: none;
        display: none;
    }
    .bodyWrap .innerWrap {
        padding: 0;
    }
    .bodyWrap .leftOfForm,
    .bodyWrap .widget-type-form {
        padding: 40px;
    }
    .bodyWrap .tagLine {
        width: 100%;
        background: none;
    }
    .footer-container-wrapper .footerLogo,
    .footer-container-wrapper .footerCopy,
    .footer-container-wrapper .footerSocial {
        width: 100%;
        text-align: center;
    }
    .footer-container-wrapper .footerSocial {
        padding: 20px 0 0;
    }
    .confirmation-page .cpItem {
        text-align: center;
    }
    .confirmation-page .btnGroup a {
        display: block;
        margin: 0 auto 20px;
        width: 300px;
    }
    .header-container-wrapper .headerNav {
        width: 100px !important;
        margin: 0 !important;
    }
    .home .bannerWrap .bannerCopy {
        padding-right: 0%;
        text-align: center;
    }
    .home .bannerWrap .bannerCopy h1 {
        font-size: 38px;
    }
    .home .bannerWrap .bannerCopy h1 strong {
        font-size: 42px;
    }
    .home .bannerWrap .bannerCopy {
        font-size: 20px;
    }
    .home .bannerWrap .bannerCopy .cta {
        margin: 0 10px 20px;
    }
    .secondHalf {
        display: none;
    }
    .productCtaBar .secondHalf {
        display: block;
        width: 100%;
        height: 50%;
        top: auto;
        bottom: 0;
    }
    .productCtaBar .ctaRight,
    .productCtaBar .ctaLeft {
        padding: 20px 40px;
    }
    .twoHalves.copyRight {
        background-image: none !important;
    }
    .twoHalves .innerWrap {
        padding: 20px;
    }
    .twoHalves.copyLeft .innerWrap .span6,
    .twoHalves.copyRight .innerWrap .span6 {
        padding: 0;
    }
    .featuredDl, .upcomingEvents {
        padding: 20px;
    }
    .featuredDl {
            background: url("//cdn2.hubspot.net/hubfs/32387/base-template-projects/Gebauer/lp-banner-bg.png") repeat-x left bottom #25b4be;
    }
    .upcomingEvents {
        background: #005dab;
    }
    .featuredVideo .span6 {
        width: 100%;
    }
    .featuredVideo {
        background: #dcdcdd;
        text-align: center;
    }
    .featuredVideoCopy div.cell-wrapper {
        width: 100%;
    }
    .testimonials .testimonialsWrap {
        padding-left: 200px;
        background-size: 160px auto;
        background-position: left 20px top;
    }
    .testimonials .tab-content {
        font-size: 18px;
    }
    .home .homeSolutions .widget-type-custom_widget {
        margin-bottom: 20px;
    }
    .home .bannerWrap,
    .home .bannerWrap .bannerCopy {
        height: 450px;
    }
    .products .bannerWrap {
        text-align: center;
    }
    .products .productsWrap .widget-type-rich_text {
        min-height: 340px;
    }
    .who-we-are .topWrap {
        background-size: auto 100px;
        margin-top: -100px;
        padding-top: 100px;
    }
    .aboutQuality .qualityCopy {
        padding: 40px;
        width: 100%;
    }
    .blog .blogWrap:before {
        display: none;
    }
    .blog .blogSidebar {
        padding: 40px 0px 0px;
        min-height: 0px;
        height: auto !important;
        width: 280px;
        max-width: 100%;
        margin: 0 auto !important;
        float: none;
    }
    .blog .blogSidebar .blogInformation {
        position: static;
        padding: 0;
        margin: 0 0 40px;
    }
    .blog .bannerWrap .bannerLogo {
        display: none;
    }
    .blog .bannerWrap .bannerContentWrap {
        padding-top: 0;
    }
    .blog .blog-pagination {
        text-align: center;
    }
    .blog .blog-pagination .cta {
        margin: 0 20px 20px;
    }
    .history .historyRow {
        padding: 80px 0 60px;
    }
    .history .rowWrap .historyItem:nth-child(odd) .historyRow {
        background-position: right;
    }
    .history .rowWrap .historyItem:nth-child(even) .historyRow {
        background-position: left;
    }
    .history .rowWrap .historyItem:nth-child(odd) .historyRow .yearWrap {
        padding-left: 0;
    }
    .history .rowWrap .historyItem:nth-child(even) .historyRow .yearWrap {
        padding-right: 0;
    }
    .bannerWrap .subNav .innerWrap ul li {
        width: 100%;
        display: block;
    }
    .bannerWrap .subNav .innerWrap ul li a {
        padding: 10px 20px;
    }
    .interior .widget-type-form .hs-form {
        padding: 20px 20px 40px;
    }
    .hs-content-path-contact-us .bannerWrap .lpImages {
        position: absolute;
        width: 100%;
        bottom: -20px;
        left: 0;
        text-align: center;
    }
    .hs-content-path-contact-us .bannerWrap .lpImages .lpImageTop {
        position: relative;
    }
    .hs-content-path-contact-us .bannerWrap .bannerCopy {
        padding: 0px 0px 170px 0px !important;
    }
    .landing-page .bannerWrap h1 {
        font-size: 40px;
    }
    .contact-us .bannerWrap .bannerCopy {
        padding: 0 20px !important;
    }
    .contact-us .bannerWrap .floatingLogo {
        width: 100%;
        height: 85px;
        background-size: contain;
        background-position: right 40px bottom -5px;
    }
    .contact-us .bodyWrap .leftOfForm {
        text-align: center;
    }
    .productCtaBar {
        background-size: 100% auto;
        background-position: left 0 top;
    }
    .employeeOverlay .overlaySidebar,
    .historyOverlay .overlaySidebar,
    .employeeOverlay .overlayContent,
    .historyOverlay .overlayContent {
        width: 100%;
        margin: 0 0 20px;
        float: none;
    }
    .employeeOverlay .overlaySidebar img,
    .historyOverlay .overlaySidebar img {
        max-width: 150px;
    }
    .chillyCta { text-align: center; }
    .chillyCta .innerWrap { padding-bottom: 200px; }
    .chillyCta .innerWrap:after { background-size: auto 300px; background-position: center top 20px; bottom: 0; width: 100%; height: 200px; right: 20px; top: auto; }
}

@media all and (max-width:680px) {
    .productCtaBar {
        background-size: auto 50%;
        background-position: right top;
    }
}

@media all and (max-width:624px) {
    .employeeItem {
        width: 33.33%;
        width: calc(100% / 3);
    }
}

@media all and (max-width:580px) {
    .header-container-wrapper .lpLogo {
        width: 200px !important;
    }
    .header-container-wrapper .lpLogo img {
        height: 30px !important;
    }
    .landing-page .header-container-wrapper .lpBack {
        line-height: 30px !important;
        font-size: 12px;
    }
    .footer-container-wrapper .footerCopy ul li {
        display: block;
    }
    .footer-container-wrapper .footerCopy ul li:after {
        content: '';
        padding: 0;
    }
    .confirmation-page .cpCopy h1 {
        margin: 20px 0;
        font-size: 38px;
    }
    .testimonials .testimonialsWrap {
        padding: 100px 0 0;
        background-size: 80px auto;
        background-position: center top;
    }
    .mobile-nav ul li a {
        padding: 10px 0;
    }
    .products .productsWrap .widget-type-rich_text {
        text-align: center;
    }
    .products .productsWrap .widget-type-rich_text img {
        float: none !important;
    }
    .employeeItem {
        width: 50%;
    }
}

@media all and (max-width:520px) {
    .bannerWrap {
        font-size: 17px;
    }
    .bannerWrap .lpImages {
        text-align: center;
    }
    .bannerWrap .lpImages .lpImageTop {
        position: relative;
        top: auto;
        margin-bottom: 20px;
        left: auto;
        right: auto;
    }
    .bannerWrap .bannerCopy {
        padding-left: 0 !important;
    }
    .bannerWrap h1, .blog .bannerWrap h2 {
        font-size: 28px;
    }
    .bannerWrap h2 {
        font-size: 18px;
    }
    .bodyWrap .leftOfForm,
    .bodyWrap .widget-type-form {
        padding: 40px 20px;
    }
    .landing-page .bannerWrap .bannerCopy {
        padding: 0 !important;
    }
}

@media all and (max-width:480px) {
    .header-container-wrapper .lpLogo {
        width: 150px !important;
    }
    .header-container-wrapper .lpLogo img {
        height: 25px !important;
    }
    .body-container-wrapper {
        padding-top: 45px;
    }
    .home .bannerWrap {
        background-position: left top 44px;
    }
    .bodyWrap .widget-type-form fieldset.form-columns-2 .hs-form-field:first-child {
        padding-right: 0;
    }
    .bodyWrap .widget-type-form fieldset.form-columns-2 .hs-form-field:last-child {
        padding-left: 0;
    }
    .bodyWrap .widget-type-form form.hs-form .form-columns-2 .hs-form-field .hs-input,
    .bodyWrap .widget-type-form form.hs-form .form-columns-3 .hs-form-field .hs-input {
        width: 100%;
    }
    .header-container-wrapper .innerWrap {
        padding-bottom: 15px;
    }
    .landing-page .header-container-wrapper .lpBack {
        font-size: 0;
        line-height: 35px !important;
        width: 30px !important;
    }
    .footer-container-wrapper .footerLogo img {
        height: 40px !important;
    }
    .confirmation-page .header-container-wrapper {
        background-position: left 20px bottom;
    }
    .home .bannerWrap .bannerCopy h1 {
        font-size: 32px;
    }
    .home .bannerWrap .bannerCopy h1 strong {
        font-size: 36px;
    }
    .home .bannerWrap .bannerCopy .cta {
        padding: 5px 35px;
        font-size: 18px;
        font-weight: 400;
    }
    .featuredDl img {
        float: none !important;
    }
    .nav-toggle {
        top: 5px;
    }
    .blog .bannerWrap .bannerContentWrap .widget-type-blog_subscribe .hs_email,
    .blog .bannerWrap .bannerContentWrap .widget-type-blog_subscribe .hs_submit {
        width: 100%;
        margin-left: 0;
    }
    .blog .bannerWrap .bannerContentWrap .widget-type-blog_subscribe .hs_email {
        margin-bottom: 30px;
    }
    .interior .widget-type-form .hs-form fieldset.form-columns-2 .field:first-child,
    .interior .widget-type-form .hs-form fieldset.form-columns-2 .field:last-child {
        padding: 0;
    }
    .productCtaBar .ctaRight, .productCtaBar .ctaLeft {
        padding: 20px;
    }
    .productCtaBar h3 {
        font-size: 18px;
    }
    .landing-page .bannerWrap h1 {
        font-size: 32px;
    }
}

@media all and (max-width:420px) {
    .confirmation-page .btnGroup a {
        width: 100%;
        min-width: 0;
    }
    .confirmation-page .btnGroup a span {
        display: block;
        margin: 0 auto 0 auto;
        line-height: 1em;
    }
    .home .bannerWrap .bannerCopy {
        font-size: 18px;
    }
    .home .bannerWrap .bannerCopy h1 {
        font-size: 28px;
    }
    .home .bannerWrap .bannerCopy h1 strong {
        font-size: 24px;
    }
    .employeeItem {
        width: 100%;
    }
    .interior .hs_submit .hs-button {
        padding: 15px;
        width: 100%;
    }
    .interior .widget-type-form h3 {
        padding: 20px;
    }
    .solutions .homeSolutionsItem {
        width: 240px;
        height: 240px;
    }
    .solutions .homeSolutionsItem .rolloverWrap {
        font-size: 20px;
        background-size: auto 30px;
        background-position: center top 10px;
        padding: 50px 20px 20px;
    }
}


/*---- Jason, Careers Page-----*/

.careers .bannerWrap { background-size:cover; height:480px; }
.careers .topWrap {
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/150313/template-assets/who-we-are/logo-border.png") no-repeat scroll center top / auto 150px;
    border-top: medium none;
    margin-top: -150px;
}

.careers .topWrap p a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #29a8b1;
    border-radius: 10px;
    color: #29a8b1;
    display: inline-block;
    font-size: 21px;
    font-weight: 600;
    margin: 0 20px 20px 0;
    padding: 15px 50px;
    text-decoration: none;
    transition: all 0.2s linear 0s;
}

.careers .topWrap p a:hover {
    background: #29a8b1 none repeat scroll 0 0;
    color: #fff;
}

.careers .topWrap h1 { color:#005dab; margin-top:45px; font-weight:400; }
.careers .topWrap h2 { margin-top:45px; }
.careers .topWrap p { max-width:700px; margin-left:auto; margin-right:auto;  }
.careers .careersTestimonial { padding: 0 0 40px; }
.careers .careersTestimonial h2 { text-align: center; margin-bottom: 40px; }
.careers .careersTestimonial small { font-size: 14px; line-height: 1.15em; color: #005dab; }
.careers .aboutQuality { background-image:url('//cdn2.hubspot.net/hubfs/150313/2015/2015redesign_images/opportunities-background.jpg'); }

.careers .interiorWrap .span12 p { max-width:700px; margin-left:auto; margin-right:auto; line-height:1.7em; }

.careerBlock h4 { font-size:21px; color:#000; margin:45px 0 12px; }
.careerBlock p { font-size:16px; color:#000; }
.careerBlock a, .resourcesCtas a { 
    background: transparent none repeat scroll 0 0;
    border: 1px solid #29a8b1;
    border-radius: 10px;
    color: #29a8b1;
    display: inline-block;
    font-size: 21px;
    font-weight: 600;
    margin: 0 20px 20px 0;
    padding: 15px 0px;
    text-decoration: none;
    transition: all 0.2s linear 0s;
    width:250px;
    text-align:center;
}

.careerBlock a:hover, .resourcesCtas a:hover {
    background: #29a8b1 none repeat scroll 0 0;
    color: #fff;
}

@media screen and (max-width:767px) {
    .careers .topWrap h2 { margin-top:110px; }
}

/*-----Resource Center-----*/

.resources .bannerWrap { background-position:center bottom; background-size:cover; height:470px; overflow:visible; }
.resources .bannerWrap h1 { font-weight:700; color:#fff; }
.resources .bannerWrap p { color:#fff; }
.resources .bannerWrap .innerWrap { padding:45px 20px 40px; }


.resource { float:left; width:31%; margin:15px 2% 15px 0; cursor:pointer; }
/*.resourceContainer .hs_cos_wrapper_type_custom_widget:nth-child(3n) .resource { margin-right:0; } */
.resource h3 { font-size:19px; color:#29a8b1; margin:15px 0 0; line-height:1.1em; font-weight:600; }
.resource img { margin:0; }
.resource p { font-size:19px; }
.resource:hover p { text-decoration:underline; }
.resource .resourceImg img { width:100%; display:block;  }
.resource:hover .resourceImg img { opacity:.7; }
.resourceImg { background:#000; position:relative; }

#filters { margin-top:55px; padding-left:7%;}
.heapBox { background:rgba(0,0,0,.5); border:1px solid #fff; border-radius:10px; margin:38px 0; position:relative; z-index:1000; }
.open.heapBox { border-radius:10px 10px 0 0; }
.heapBox .holder { color:#fff; padding:12px 20px; display:block; background:url('//cdn2.hubspot.net/hubfs/150313/2015/2015redesign_images/resource-arrow-down.png') no-repeat 95% center transparent; font-size:21px; }
.open.heapBox .holder { background:url('//cdn2.hubspot.net/hubfs/150313/2015/2015redesign_images/resource-arrow-up.png') no-repeat 95% center transparent; }
.heapBox .handler { display:none; }
.heapBox .heap { background:rgba(22,114,171,.8); border-top:1px solid #fff; }
.heapBox .heap ul { list-style:none; margin:0px; padding:10px 0 15px 20px; }
.body-container-wrapper .innerWrap .heap ul li::before { content:""; }
.body-container-wrapper .innerWrap .heap ul li { padding:0; margin:0;}
.body-container-wrapper .innerWrap .heap ul li a { color:#fff; font-size:19px; display:block; padding:10px 0; }
.blackHover { position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -webkit-transform:translateX(-50%) translateY(-50%); }
.blackHover p { font-size:26px; color:#fff; font-weight:700; text-decoration:none!important; margin:0;}
.blackHover img { width:41px!important; opacity:1!important; margin:4px auto 0; }

.newHero .innerWrap {
    padding: 80px 20px 100px;
}

@media screen and (max-width:1140px) {
    .resource { width:46%; padding:0 2%; margin:15px 0; }
}

@media screen and (max-width:825px) {
    .resources .bannerWrap .bannerCopy { padding-left:0!important; }
    #filters { padding-left:0; }
    .resources .bannerWrap { height:auto; max-height:660px;}
    .resources .bannerWrap .innerWrap { padding:45px 20px 75px; }
}

@media screen and (max-width:767px) {
    .blackHover p { font-size:21px; }
}

@media screen and (max-width:550px) {
    .resource { width:96%; padding:0 2%; margin:15px 0; }
}

@media screen and (max-width:380px) {
    .resources .bannerWrap { height:auto; max-height:800px;}
}


/*--- New Video LP --*/

.videoHeaderWrap { background:#005dab; }
.videoHeaderWrap .innerWrap { position:relative; padding:20px 0 0; }
.videoHeaderWrap .backLink { position:absolute; right:0; top:45%; color:#fff; font-size:19px; font-weight:400; padding-left:40px; background:url(//cdn2.hubspot.net/hubfs/150313/2016/LP/back-to-site.png) no-repeat left center transparent;}
.videoHeaderWrap .widget-type-raw_html { min-height:0; }
.videoHeaderWrap .widget-type-linked_image { text-align:center; }
.videoHeaderWrap .widget-type-linked_image img { margin-bottom:-20px; margin-right:-35px; }

.videoLpBody .innerWrap { padding:60px 0 90px; }
.videoLpBody h1 { font-size:27px; color:#005dab; font-weight:400; line-height:1.1em; margin:0 0 25px; }
.videoLpBody h2 { font-size:19px; color:#000; font-weight:700; margin:0 0 15px;}
.videoIntro { background:#25b4be; padding:8px 15px; color:#fff; text-align:center; font-size:16px; position:relative; margin-bottom:28px; }
.videoIntro:after { content:url('//cdn2.hubspot.net/hubfs/150313/2016/LP/check-out-video-2.png'); position:absolute; right:20px; bottom:-18px; }
.videoEmbed { margin:0 0 25px; }
.videoLpBody .rightCol p { font-size:19px; margin:0 0 10px; }
.vidContact, .vidEmail { margin:25px 0 0; }
.vidContact a { background:#25b4be; display:block; padding:15px 0; border-radius:10px; font-size:19px; font-weight:600; color:#fff; text-align:center; border:1px solid #25b4be; transition:background .7s; }
.vidContact a:hover { background:rgba(37,180,190, .8); }
.vidEmail a { background:url(//cdn2.hubspot.net/hubfs/150313/2016/LP/email-to-colleague.png) no-repeat 96% center transparent; display:block; padding:15px 35px 15px 0; border-radius:10px; font-size:19px; font-weight:600; color:#25b4be; text-align:center; border:1px solid #25b4be; transition:background-color .7s; }
.vidEmail a:hover { background-color:rgba(37,180,190, .1); }

.videoShare { background:#ececec; text-align:center; }
.videoShare .innerWrap { padding:40px 0 42px; }
.videoShare h3 { margin:0 0 25px; font-size:19px; color:#005dab; font-weight:600; }
.videoShare img { margin:0; }
.videoShare .custom-share-button { margin:0 5px; display:inline-block; cursor:pointer; }
.footerCopy { text-align:center; }

/*---Misc----*/

.blog .blogSidebar .blogInformation p { font-size:16px; }
.videoClick { position:absolute; top:0; right:0; left:0; bottom:0; height:0; }

.fancybox-overlay-fixed { z-index:99999; }

@media screen and (max-width:1141px) {
    .videoHeaderWrap .innerWrap, .videoLpBody .innerWrap, .videoShare .innerWrap { padding-left:20px!important; padding-right:20px!important; }
    .videoHeaderWrap .backLink  { right:20px; }
}

@media screen and (max-width:767px) {
    .videoHeaderWrap .widget-type-linked_image { text-align:left; }
}









/* --- VIDEO LANDING PAGE --- */

.video-headline {
    border-top:15px solid #138b93;
    text-align:center;
}
.video-headline h1 {
    font-size:40px;
    color:#005dab;
    font-weight:300;
    font-family:'Open Sans', sans-serif;
    margin:20px 0;
}


.video-sidebarBg {
    background:#ececec;
    padding:15px 10px 10px 10px;
    margin-bottom:30px;
}
.contactBtn {
    width:100%;
    display:inline-block;
    color:#fff;
    background:#005dab;
    border:1px solid #005dab;
    border-radius:8px;
    font-size:19px;
    font-weight:bold;
    padding:10px 0;
    text-align:center;
}
.contactBtn:hover {
    background:#fff;
    color:#005dab;
}
.emailBtn {
    width:100%;
    display:inline-block;
    color:#005dab;
    background:#fff;
    border:1px solid #005dab;
    border-radius:8px;
    font-size:19px;
    font-weight:bold;
    padding:10px 0;
    text-align:center;
}
.emailBtn:hover {
    color:#fff;
    background:#005dab;
}
.video-sidebarBg p {
    margin:0 0 10px;
}
.video-share {
    background:#138b93;
    padding:45px 0 60px;
    text-align:center;
    color:#fff;
}
.video-share p {
    font-size:22px;
    font-weight:bold;
    margin-bottom:18px;
}

.video-body h2 {
    font-size:35px;
    color:#1e1e1e;
    line-height:1.2em;
    margin:20px 0 15px;
    font-family:'Open Sans', sans-serif;
    font-weight:bold;
}
.video-body h3 {
    font-family:'Open Sans', sans-serif;
    color:#138b93;
    font-size:27px;
    line-height:1.2em;
    margin:0 0 15px;
}

.custom-share-button {
    padding:10px 25px;
    cursor:pointer;
}
.fb-button {
    background:url('//cdn2.hubspot.net/hubfs/150313/2016/LP/whiteFacebook.png') no-repeat 0 0;
}
.tw-button {
    background:url('//cdn2.hubspot.net/hubfs/150313/2016/LP/WhiteTwitter.png') no-repeat 0 0;
}
.li-button {
    background:url('//cdn2.hubspot.net/hubfs/150313/2016/LP/WhiteLinkedin.png') no-repeat 0 0;
}
.video-sidebarText p {
    margin:0 0 15px;
}
.video-sidebarText h3 {
    margin:0 0 15px;
    font-size:18px;
    font-weight:bold;
    font-style:italic;
    line-height:1.3em;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

ol {padding-left:19px; margin:0;}
ol li {margin-bottom:10px; font-size:18px;}



/* --- CONTACT US NL --- */

.set-bg {
    background-repeat:no-repeat;
    background-size:cover;
    background-position:0 0;
}
.row-fluid .get-bg {
    display:none;
}


.Contact .set-bg {
    background-size:cover;
}
.contact-banner {
    padding:75px 0;
}
.bannerCopy {
    
}
.bannerCopy #hs_cos_wrapper_module_143161938150412557 {
    margin:0 !important;
}
.contact-banner h1 {
    color:#fff;
    font-size:45px;
    line-height:1.1em;
    font-weight:bold;
}
.contact-banner p {
    color:#fff;
    font-size:24px;
    font-weight:400;
    line-height:1.4em;
    margin:0;
}

.contact-form {
    background:#ececec;
    padding:20px 10px;
}
.contact-form h3 {
    color:#005dab;
    font-size:22px;
    font-weight:bold;
    line-height:1.1em;
    margin:0 0 10px;
}
.contact-form .input input, .contact-form select {
    height:40px;
    border:1px solid #25b4be;
    border-radius:8px;
    font-size:15px;
    color:#1e1e1e;
    width:100%;
    margin:5px 0 10px;
    padding:0 5px;
}
.contact-form label {
    font-size:15px;
    color:#000000;
}
.contact-form textarea {
    height:100px;
    border:1px solid #25b4be;
    border-radius:8px;
    font-size:15px;
    color:#1e1e1e;
    width:100%;
    margin:5px 0 10px;
}
.contact-form .hs-form-checkbox {
    padding:0 !important;
    background:none!important;
    list-style:none;
}
.contact-form .hs-form-checkbox:before {
    content:"" !important;
}
.contact-form .hs-form-checkbox input {
    height:auto !important;
    width:auto !important;
    margin:10px 10px 0 0 !important;
}
.contact-form .hs-button {
    display:inline-block;
    color:#fff;
    font-size:19px;
    font-weight:bold;
    background:#005dab;
    border:1px solid #005dab;
    border-radius:8px;
    width:100%;
    padding:15px 0;
    text-align:center;
    cursor:pointer;
}
.contact-form .actions {
    margin:15px 0 0;
}

.contact-body h2 {
    line-height:1.2em;
    margin:20px 0;
}
.contact-body h3 {
    margin:0 0 15px;
    font-size:20px;
    font-weight:bold;
    line-height:1.2em;
}

.Contact .fullWrap .innerWrap {
    padding:20px 0 !important;
}
.Contact .header-container-wrapper .lpLogo img {margin:0 !important;}
@media screen and (max-width:1140px) {
    .Contact .fullWrap .innerWrap {
        padding:20px !important;
    }
    .bannerCopy {padding:0 !important;}
}
@media screen and (max-width:768px) {
    .contact-banner {padding:40px 0;}    
}

@media screen and (max-width:767px) {
    .contact-banner h1 {font-size:30px;}
}



.hs-chilly .bannerWrap {
    padding: 240px 0 150px;
    margin: 0;
    position: relative;
    background-position: center bottom;
    background-size: cover;
}

.hs-chilly .bannerWrap .innerWrap h1 {
    font-family: "din-condensed","DIN Condensed",sans-serif;
    font-size: 121px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1em;
}

.hs-chilly .bannerWrap .innerWrap h2 {
    font-family: 'Varela Round', sans-serif;
    font-size: 34px;
    font-weight: 400;
    margin: 0;
    line-height: 1em;
    color: #fff;
    padding: 0;
}

.hs-chilly .bannerWrap .bannerCopy {
    padding: 100px 35% 60px 0 !important;
}

.hs-chilly .chillyWrap {
    padding-right: 50px;
    position: absolute;
    right: 20px;
    top: 100px;
    width: 50%;
}

.hs-chilly .darkBlue {
    background: /*url(//cdn2.hubspot.net/hubfs/150313/2016/chilly/darkBlue-bottom-1.jpg) center bottom repeat-x*/ #03426c;
    background-size: auto 100px;
    color: #fff;
    font-size: 17px;
    line-height: 1.25em;
    padding-bottom: 60px;
}

.hs-chilly .darkBlue h2 {
    color: #fff;
    line-height: 1.25em;
    font-weight: 300;
}

.hs-chilly .coloringBook {
    background: url(//cdn2.hubspot.net/hubfs/150313/2016/chilly/coloring-book-bg.png) right top no-repeat #f2efef;
    background-size: auto 100%;
    font-size: 17px;
    line-height: 1.25em;
    padding: 60px 0 0;
    box-shadow: -50px 0 50px rgba(0,0,0,1);
}

.hs-chilly .coloringBook h2 {
    color: #2d9198;
    line-height: 1.25em;
    font-weight: 400;
}

.hs-chilly .coloringBook .cta {
    background: #fff;
}

.hs-chilly .coloringBook .cta:hover {
    background: #29a8b1
}

.hs-chilly .learnMore {
    background: #00a19c;
    color: #fff;
    font-size: 17px;
    line-height: 1.25em;
    padding: 60px 0 0;
    position: relative;
}

.hs-chilly .learnMore .background {
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    height: 100%;
    background-size: cover;
    background-position: right center;
}

.hs-chilly .learnMore .cta {
    background: #fff;
}
.hs-chilly .learnMore .cta:hover {
    color: #29a8b1 !important;
    opacity: 0.8;
}

.hs-chilly .disclaimer {
    font-size: 17px;
    line-height: 1.25em;
    padding: 40px 0 0;
    color: #5f5f5f;
    box-shadow: 0 0 50px rgba(0,0,0,1);
}

.hs-chilly .disclaimer h2 {
    color: #2d9198;
    line-height: 1.25em;
    font-weight: 400;
}

.hs-chilly .socialWrap {
    background: url(//cdn2.hubspot.net/hubfs/150313/2016/chilly/social-bg.jpg) left bottom no-repeat #03426c;
    background-size: 100% auto;
    padding: 60px 0 200px;
}

.hs-chilly .socialWrap h2 {
    color: #fff;
    line-height: 1.25em;
    font-weight: 400;
    font-size: 38px;
}

.hs-chilly .socialWrap .socialGrid {
    text-align: center;
    padding: 40px 0;
}

.hs-chilly .socialWrap .socialGrid .hs_cos_wrapper_widget {
    width: 25%;
    float: left;
    padding: 0 10px;
}

.hs-chilly .socialWrap .socialGrid img {
    margin: 0 0 20px;
}

.hs-chilly .formWrap {
    position: relative;
}

.hs-chilly .formWrap .aboveForm {
    position: absolute;
    left: 0;
    top: -250px;
    width: 100%;
    height: 250px;
    background: url(//cdn2.hubspot.net/hubfs/150313/2016/chilly/chilly-form.png) center bottom no-repeat;
    background-size: contain;
    z-index: 8;
}

.hs-chilly .widget-type-form {
    position: relative;
    z-index: 9;
}

.hs-chilly .widget-type-form h3 {
    background-image: url(//cdn2.hubspot.net/hubfs/150313/2016/chilly/form-title-bg.jpg);
    border-color: #2d9198;
}


.hs-chilly .chilly {
    -webkit-animation-name: Chillyx;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Chilly;
    -moz-animation-duration: 2.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@-webkit-keyframes Chillyx {
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(25px, 0px);}
    to {-webkit-transform: translate(0, 0px);    }    
}
    
@-moz-keyframes Chilly {
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(25px, 0px);}
    to {-moz-transform: translate(0, 0px);}    
}

@media all and (max-width:1340px) {
    .hs-chilly .chillyWrap { top: 190px; }
}

@media all and (max-width:1140px) {
    .hs-chilly .bannerWrap .innerWrap h2 { font-size: 29px; }
}

@media all and (max-width:1040px) {
    .hs-chilly .bannerWrap { padding: 150px 0 50px; }
    .hs-chilly .bannerWrap .innerWrap h1 { font-size: 100px; }
    .hs-chilly .bannerWrap .innerWrap h2 { font-size: 26px; }
}

@media all and (max-width:860px) {
    .hs-chilly .bannerWrap { padding: 80px 0 60px; }
    .hs-chilly .bannerWrap .bannerCopy { padding: 100px 45% 0 0 !important; }
    .hs-chilly .chillyWrap { top: 100px; }
    .hs-chilly .bannerWrap .innerWrap h1 { font-size: 80px; }
    .hs-chilly .bannerWrap .innerWrap h2 { font-size: 23px; }
    .hs-chilly .socialWrap .socialGrid .hs_cos_wrapper_widget { width: 50%; }
    .hs-chilly .formWrap .aboveForm { top: -200px; height: 200px; }
}

@media all and (max-width:767px) {
    .hs-chilly .bannerWrap { padding: 20px 0 330px; background-size: auto 100%; text-shadow: 0 0 5px rgba(0,0,0,1); } 
    .hs-chilly .bannerWrap .bannerCopy { padding: 0 0 !important; }
    .hs-chilly .chillyWrap { top: 140px; width: 420px; }
    .hs-chilly .learnMore { padding: 0; }
    .hs-chilly .learnMore .background { position: relative; width: 100%; height: 450px; }
    .hs-chilly .formWrap .aboveForm { top: -160px; height: 160px; }
}

@media all and (max-width:580px) {
    .hs-chilly .bannerWrap { padding: 20px 0 100px; }
    .hs-chilly .chillyWrap { width: 100%; padding: 0 50px 0 20px; right: 0; position: relative; top: 0; }
    .hs-chilly .chilly { margin-left: 0; }
    .hs-chilly .learnMore .background { height: 350px; }
    .hs-chilly .socialWrap { padding: 60px 0 100px; }
    .hs-chilly .formWrap .aboveForm { top: -120px; height: 120px; }
}

@media all and (max-width:480px) {
    .hs-chilly .bannerWrap .innerWrap h1 { font-size: 60px; }
    .hs-chilly .bannerWrap .innerWrap h2 { font-size: 20px; }
    .hs-chilly .socialWrap .socialGrid .hs_cos_wrapper_widget { width: 100%; }
    .hs-chilly .formWrap .aboveForm { top: -100px; height: 100px; }
}

/*---*/



















