.customizableHero {
  background: no-repeat center top;
  background-size: cover;
  width: 100%;
  color: white;
  text-align: center;
  position: relative;
}
.customizableHero.signUp .header {
  font-size: 40px;
  line-height: 68px;
  margin-bottom: 10px;
}
.customizableHero.signUp .header .sub-text {
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
}
.customizableHero.signUp .subheader {
  font-size: 21px;
}
.customizableHero.c-hero-new .header {
  font-size: 40px;
  font-family: HurmeGeometricSans3, sans-serif;
  margin-bottom: 10px;
}
.customizableHero.c-hero-new .subheader {
  display: inline-block;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}
.customizableHero.c-hero-right,
.customizableHero.c-hero-left {
  text-align: right;
}
.customizableHero.c-hero-right .subheader,
.customizableHero.c-hero-left .subheader {
  max-width: 50%;
}
.customizableHero.c-hero-right .btn-container,
.customizableHero.c-hero-left .btn-container {
  margin-top: 20px;
}
.customizableHero.c-hero-right .absolute-content,
.customizableHero.c-hero-left .absolute-content {
  background: rgba(255, 255, 255, 0.2);
  margin-top: 10px;
  padding: 15px 30px;
  position: absolute;
  right: 0;
}
.customizableHero.c-hero-right .absolute-content .text-desc,
.customizableHero.c-hero-left .absolute-content .text-desc {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 700;
}
.customizableHero.c-hero-right a.button,
.customizableHero.c-hero-left a.button {
  margin-bottom: 10px;
  min-width: 220px;
}
.customizableHero.c-hero-left {
  text-align: left;
}
.customizableHero p {
  margin: 0;
}
.customizableHero .preHeaderText {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 26px;
  letter-spacing: 1.1px;
}
.customizableHero .line {
  height: 2px;
  width: 124px;
  background-color: #FFF;
  display: block;
  margin: 5px auto 15px;
}
.customizableHero .header {
  font-size: 46px;
  line-height: 55px;
  margin-bottom: 25px;
}
.customizableHero .subheader {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 30px;
  font-family: "Bitter", serif;
}
.customizableHero .button {
  text-transform: uppercase;
}
.customizableHero .textUnderButton {
  font-size: 18px;
  line-height: 26px;
  margin-top: 30px;
  font-family: "Bitter", serif;
}
.customizableHero span,
.customizableHero div.span {
  display: block;
}
.customizableHero .bottomBanner {
  position: absolute;
  bottom: 0;
  height: 84px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
.customizableHero .bottomBanner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.customizableHero .bottomBanner .container .text,
.customizableHero .bottomBanner .container img {
  display: block;
  vertical-align: top;
  margin: 0 auto;
}
.customizableHero .bottomBanner .container .text {
  font-weight: 700;
  font-size: 12px;
  font-style: italic;
  line-height: 26px;
}
.customizableHero.v2 .container {
  padding: 0px 140px;
}
.customizableHero.v2 .header {
  font-size: 46px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 15px;
}
.customizableHero.v2 .subheader {
  font-size: 22px;
  line-height: 1.2;
}
.sharktooth {
  position: relative;
  width: 100%;
  height: 20px;
  background-color: white;
}
.sharktooth:before,
.sharktooth:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: 50%;
  box-sizing: border-box;
}
.sharktooth:before {
  right: 50%;
  border-bottom: 20px solid white;
  border-right: 20px solid transparent;
}
.sharktooth:after {
  left: 50%;
  border-bottom: 20px solid white;
  border-left: 20px solid transparent;
}
@media only screen and (max-width: 970px) {
  .customizableHero.v2 .container {
    padding: 40px;
  }
  .customizableHero.v2 .header {
    font-size: 34px;
    line-height: 1;
  }
  .customizableHero.v2 .subheader {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1170px) {
  .customizableHero.c-hero-new a.button {
    margin-right: 10px;
  }
  .customizableHero.c-hero-new .absolute-content {
    right: 15px;
  }
  .customizableHero .container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 800px) {
  .customizableHero .subheader {
    font-size: 22px;
  }
  .customizableHero span,
  .customizableHero div.span {
    display: inline;
  }
}
@media only screen and (max-width: 750px) {
  .customizableHero.c-hero-new .absolute-content {
    display: none;
  }
  .customizableHero.c-hero-right,
  .customizableHero.c-hero-left {
    text-align: center;
  }
  .customizableHero.c-hero-right .header,
  .customizableHero.c-hero-left .header {
    font-size: 34px;
    text-align: left;
  }
  .customizableHero.c-hero-right .subheader,
  .customizableHero.c-hero-left .subheader {
    font-size: 13px;
    line-height: 1.6em;
    max-width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .customizableHero.signUp .header {
    font-size: 30px;
    line-height: 38px;
  }
  .customizableHero .header {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 15px;
  }
  .customizableHero .subheader {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .customizableHero .textUnderButton {
    margin-top: 15px;
  }
  .customizableHero .bottomBanner {
    height: 74px;
  }
}
.customizableHero.guarantee .header > div {
  display: inline-block;
  vertical-align: middle;
}
.customizableHero.guarantee .glogo {
  width: 110px;
  height: 125px;
  background-image: url('../images/guarantee.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 80px;
}
.customizableHero.guarantee .heading {
  max-width: 575px;
  font-size: 35px;
  font-family: HurmeGeometricSans3;
  line-height: 1.3;
  letter-spacing: 1.1px;
  margin: 0 auto;
}
.customizableHero.guarantee .subheading {
  margin-top: 10px;
  font-size: 16px;
  font-family: 'Open Sans';
  line-height: 1.5;
  letter-spacing: normal;
}
.customizableHero.guarantee a {
  color: white;
}
.customizableHero.guarantee .large-icon {
  font-size: 150px;
  margin-right: 80px;
}
@media only screen and (max-width: 800px) {
  .customizableHero.guarantee .glogo {
    margin-right: 20px;
  }
  .customizableHero.guarantee .large-icon {
    margin-right: 20px;
  }
  .customizableHero.guarantee .heading {
    max-width: 400px;
  }
}
@media only screen and (max-width: 600px) {
  .customizableHero.guarantee {
    height: 400px !important;
  }
  .customizableHero.guarantee .header > div {
    display: block;
  }
  .customizableHero.guarantee .glogo {
    margin: 10px auto;
    width: 75px;
    height: 90px;
  }
  .customizableHero.guarantee .large-icon {
    font-size: 75px;
    margin: 10px auto;
  }
  .customizableHero.guarantee .heading {
    max-width: 400px;
    font-size: 24px;
  }
  .customizableHero.guarantee .subheading {
    font-size: 13px;
  }
}
#search {
  height: 325px;
  background-color: #f3f3f3;
  text-align: center;
}
#search .tagline {
  padding-top: 60px;
  font-size: 30px;
  line-height: 40px;
  color: #333;
  font-weight: 300;
}
#search .tagline p {
  margin: 0;
}
#search .tagline span,
#search .tagline div.span {
  display: block;
}
#search .preInputText,
#search .inputField {
  display: inline-block;
  font-size: 28px;
  margin: 40px 0;
  font-family: 'Open Sans', sans-serif;
}
#search .inputField {
  margin-left: 5px;
  border: 0;
  color: #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
  width: 420px;
  background-color: transparent;
  outline: none;
  padding-bottom: 5px;
}
#search input[type=text] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#search input:focus::-webkit-input-placeholder {
  color: transparent;
}
#search input:focus:-moz-placeholder {
  color: transparent;
}
#search input:focus::-moz-placeholder {
  color: transparent;
}
#search input:focus:-ms-input-placeholder {
  color: transparent;
}
#search ::-webkit-input-placeholder {
  color: #a1a1a1;
}
#search :-moz-placeholder {
  color: #a1a1a1;
}
#search ::-moz-placeholder {
  color: #a1a1a1;
}
#search :-ms-input-placeholder {
  color: #a1a1a1;
}
#search .button {
  outline: none;
}
.ui-autocomplete {
  padding: 4px 0 0 0;
  list-style-type: none;
  width: 420px;
  background-color: #EEE;
  border: 0;
  z-index: 5 !important;
  text-align: left;
}
.ui-autocomplete li {
  margin: 0;
  list-style-type: none;
  display: block;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  padding: 4px;
  color: #2A2A2A;
}
.ui-autocomplete li:hover,
.ui-autocomplete li.ui-state-hover,
.ui-autocomplete li.ui-state-focus {
  text-decoration: none;
  background-color: #D7EBF1;
}
@media only screen and (max-width: 800px) {
  #search .tagline {
    font-size: 30px;
    padding-top: 50px;
  }
  #search .tagline span,
  #search .tagline div.span {
    display: inline;
  }
  #search .preInputText,
  #search .inputField {
    display: block;
    font-size: 26px;
  }
  #search .preInputText {
    margin: 30px auto 0;
    line-height: 43px;
  }
  #search .inputField {
    margin: 0 auto 30px;
  }
  .ui-autocomplete li {
    font-size: 26px;
  }
}
@media only screen and (max-width: 500px) {
  #search {
    height: 260px;
  }
  #search .tagline {
    font-size: 24px;
    line-height: normal;
    padding-top: 30px;
  }
  #search .preInputText,
  #search .inputField {
    font-size: 22px;
    line-height: normal;
  }
  #search .inputField {
    width: 320px;
  }
  .ui-autocomplete {
    width: 320px;
  }
  .ui-autocomplete li {
    font-size: 22px;
  }
}
@media only screen and (max-width: 400px) {
  #search .inputField {
    width: 280px;
  }
  .ui-autocomplete {
    width: 280px;
  }
}
.table2Col {
  padding-bottom: 40px;
  clear: both;
}
.table2Col .header {
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  padding: 30px 0 20px;
}
.table2Col .rows {
  padding-top: 40px;
}
.table2Col .rows:after {
  clear: both;
}
.table2Col .rows .row {
  width: 100%;
  clear: both;
  height: auto;
}
.table2Col .rows .row > p {
  margin: 0;
}
.table2Col .rows .row:first-child {
  padding-top: 0;
}
.table2Col .rows .row:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.table2Col .rows .row .leftCol,
.table2Col .rows .row .rightCol {
  padding: 5px 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  text-align: left;
  color: #2A2A2A;
}
.table2Col .rows .row .leftCol .number,
.table2Col .rows .row .rightCol .number {
  font-weight: 300;
  font-size: 60px;
  color: #CCC;
  line-height: normal;
}
.table2Col .rows .row .leftCol .header,
.table2Col .rows .row .rightCol .header {
  text-align: left;
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  margin: 20px 0;
  padding: 0;
}
.table2Col .rows .row .leftCol a,
.table2Col .rows .row .rightCol a {
  color: #27aaf2;
}
.table2Col .rows .row .leftCol.floatRight,
.table2Col .rows .row .rightCol.floatRight {
  float: right;
}
.table2Col .rows .row .leftCol p,
.table2Col .rows .row .rightCol p {
  margin: 0;
}
.table2Col .buttonContainer {
  text-align: center;
}
.table2Col .buttonContainer .button {
  margin: 10px 0;
}
@media only screen and (max-width: 1170px) {
  .table2Col .rows img {
    width: 80%;
    height: inherit;
  }
}
@media only screen and (max-width: 800px) {
  .table2Col .header {
    font-size: 30px;
  }
  .table2Col .rows {
    padding-top: 0;
  }
  .table2Col .rows .row {
    height: auto !important;
  }
  .table2Col .rows .row .leftCol,
  .table2Col .rows .row .rightCol {
    display: block;
    margin: 0 auto !important;
    width: 100% !important;
    clear: both;
    padding: 0;
    font-size: 18px;
  }
  .table2Col .rows .row .leftCol .header,
  .table2Col .rows .row .rightCol .header {
    font-size: 22px;
  }
  .table2Col .rows .row .leftCol p,
  .table2Col .rows .row .rightCol p {
    margin: 0;
  }
  .table2Col .rows .row img {
    width: 90%;
    height: inherit;
  }
}
@media only screen and (max-width: 500px) {
  .table2Col .rows .row .leftCol,
  .table2Col .rows .row .rightCol {
    line-height: 24px;
    font-size: 16px;
  }
  .table2Col .rows .row .leftCol .header,
  .table2Col .rows .row .rightCol .header {
    font-size: 18px;
  }
  .table2Col .rows .row .leftCol .number,
  .table2Col .rows .row .rightCol .number {
    font-size: 50px;
  }
  .table2Col .rows .row img {
    width: 100%;
    height: inherit;
  }
}
@media only screen and (max-width: 400px) {
  .table2Col .header {
    font-size: 26px;
  }
}
.table2Col .rows {
  padding-top: 0;
}
.table2Col .rows .row {
  border-bottom: 1px solid #CCC;
}
.table2Col .rows .row:last-child {
  border-bottom: 0;
}
.table2Col .rows .row.hasFloatRight:after {
  float: right;
}
.table2Col .rows .row .rightCol {
  text-align: center;
}
.table2Col .rows .row .leftCol,
.table2Col .rows .row .rightCol {
  padding: 40px 0;
}
.table2Col .rows .row .leftCol .header,
.table2Col .rows .row .rightCol .header {
  text-align: left;
  margin: 0 0 10px;
}
.table2Col .rows .row .leftCol p,
.table2Col .rows .row .rightCol p {
  margin-top: 5px;
}
.table2Col .rows .row .leftCol a,
.table2Col .rows .row .rightCol a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 15px;
}
@media only screen and (max-width: 800px) {
  .table2Col {
    padding-bottom: 0;
  }
  .table2Col .rows {
    padding-top: 0;
  }
  .table2Col .rows .row {
    border-bottom: 1px solid #CCC;
  }
  .table2Col .rows .row .leftCol .header,
  .table2Col .rows .row .rightCol .header {
    font-size: 22px;
  }
  .table2Col .rows .row .rightCol {
    padding-top: 0;
  }
  .table2Col .rows .row .leftCol {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .table2Col .rows .row.hasFloatRight .leftCol {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .table2Col .rows .row .leftCol,
  .table2Col .rows .row .rightCol {
    font-size: 16px;
  }
  .table2Col .rows .row .leftCol .header,
  .table2Col .rows .row .rightCol .header {
    font-size: 20px;
  }
  .table2Col .rows .row .leftCol a,
  .table2Col .rows .row .rightCol a {
    font-size: 14px;
  }
}
.homeQuotes {
  padding: 20px;
  visibility: hidden;
}
.homeQuotes .quote-img {
  margin-top: 60px;
  margin-bottom: 20px;
}
.homeQuotes .quote-img img {
  height: 49px;
  display: block;
  margin: 0 auto;
}
.homeQuotes .quoteContainer {
  text-align: center;
  width: auto;
  margin: 0 auto 20px;
  max-width: 780px;
}
.homeQuotes .quoteContainer .quote {
  font-size: 24px;
  font-style: italic;
  line-height: 40px;
  outline: none;
}
.homeQuotes .selector {
  text-align: center;
}
.homeQuotes .selector .source {
  cursor: pointer;
  display: inline-block;
  margin: 10px 40px;
  vertical-align: middle;
  outline: none;
}
.homeQuotes .selector .source.slick-current img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.homeQuotes .selector .source img {
  height: 30px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  vertical-align: middle;
}
.homeQuotes .selector .slick-prev {
  left: -25px;
  background: -moz-linear-gradient(left, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}
.homeQuotes .selector .slick-next {
  right: -25px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 60%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 60%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}
@media only screen and (max-width: 800px) {
  .homeQuotes {
    padding-top: 30px;
  }
  .homeQuotes .quoteContainer {
    width: 80%;
  }
  .homeQuotes .selector {
    margin-bottom: 40px;
  }
  .homeQuotes .selector .slick-prev,
  .homeQuotes .selector .slick-next {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .homeQuotes {
    padding-top: 20px;
  }
  .homeQuotes .quoteContainer {
    width: 80%;
  }
  .homeQuotes .quoteContainer .quote {
    font-size: 16px;
    line-height: 34px;
  }
  .homeQuotes .selector .source {
    margin: 10px 20px;
  }
  .homeQuotes .selector .source img {
    height: 25px;
  }
}
@keyframes portfolioFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.portfolio {
  background-color: #222;
  padding: 70px 0;
  color: white;
  text-align: center;
}
.portfolio .heading {
  margin: 0 auto;
  font-size: 35px;
  font-family: HurmeGeometricSans3;
  line-height: 1.5;
}
.portfolio .subheading {
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 27px;
  font-family: HurmeGeometricSans3;
  line-height: 1.2;
}
.portfolio .portfolio-contents {
  margin: 0 auto;
  margin-top: 50px;
  padding: 40px 100px;
  width: 80%;
  border-top: 1px solid #FFF;
  animation: portfolioFadeIn 1500ms;
}
.portfolio .portfolio-contents.invisible {
  display: none;
  opacity: 0;
}
.portfolio .select-container {
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
  width: 500px;
}
.portfolio .select-container:after {
  content: "\221F";
  position: absolute;
  top: 8px;
  right: 15px;
  transform: rotate(-45deg);
  pointer-events: none;
}
.portfolio .select-container select {
  width: 100%;
  height: 45px;
  outline: 0;
  border: 1px solid #FFF;
  padding: 0 40px 0 20px;
  border-radius: 0;
  background: #222;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-transform: uppercase;
}
.portfolio .select-container select::-ms-expand {
  display: none;
}
.portfolio table {
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
}
.portfolio table thead,
.portfolio table .count {
  font-weight: 700;
}
.portfolio table .type {
  text-align: left;
}
.portfolio table td {
  border: 1px solid #FFF;
  padding: 10px 25px;
}
@media only screen and (max-width: 970px) {
  .portfolio .portfolio-contents {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .portfolio .portfolio-contents {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .portfolio {
    padding: 40px 0;
  }
  .portfolio .heading {
    font-size: 24px;
  }
  .portfolio .subheading {
    font-size: 18px;
  }
  .portfolio .select-container {
    width: 100%;
  }
  .portfolio .portfolio-contents {
    margin-top: 40px;
    padding-top: 30px;
  }
  .portfolio table {
    font-size: 12px;
  }
  .portfolio table td {
    padding: 5px 12px;
  }
}
#product-blocks {
  display: block;
  height: 40px;
  transform: translateY(-100px);
  transition: 500ms ease-in-out all;
}
#product-blocks.hidden {
  height: 0 !important;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}
#product-blocks .product-blocks-container {
  background: #222222;
  border-radius: 3px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.31);
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#product-blocks .product-blocks-container:before,
#product-blocks .product-blocks-container:after {
  content: '';
  display: inline-block;
  position: absolute;
  background: white;
  opacity: 0.8;
}
#product-blocks .product-blocks-container:before {
  left: calc(50% - 9px);
  height: 17px;
  border-radius: 100%;
  width: 17px;
  top: -66px;
}
#product-blocks .product-blocks-container:after {
  left: calc(50% - 1px);
  height: 50px;
  width: 1px;
  top: -50px;
}
#product-blocks .product-block {
  border-right: 1px solid #474747;
  color: white;
  min-height: 180px;
  overflow: hidden;
  padding: 20px 20px 40px;
  position: relative;
  -ms-flex: 1 1 25%;
  -webkit-flex: 1 1 25%;
  flex: 1 1 25%;
}
#product-blocks .product-block:last-child {
  border-right: none;
  text-align: center;
  padding-top: 45px;
}
#product-blocks .product-info {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 80px);
}
#product-blocks .image-container {
  display: inline-block;
  width: 80px;
}
#product-blocks .image-container.has-icon {
  left: 35px;
  position: relative;
}
#product-blocks .image {
  background: transparent no-repeat right center;
  background-size: contain;
  height: 80px;
}
#product-blocks .icon {
  font-size: 80px;
}
#product-blocks .title {
  font-family: HurmeGeometricSans3;
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
#product-blocks .description {
  font-size: 13px;
}
#product-blocks .btn-style-link {
  font-size: 11px;
  letter-spacing: 1.1px;
  position: absolute;
  bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (max-width: 970px) {
  #product-blocks a.button {
    padding: 6px 20px;
  }
}
@media only screen and (max-width: 800px) {
  #product-blocks {
    height: 275px;
    transform: translateY(-80px);
  }
  #product-blocks .product-blocks-container {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #product-blocks .product-blocks-container:before {
    left: calc(50% - 9px);
    height: 17px;
    border-radius: 100%;
    width: 17px;
    top: -41px;
  }
  #product-blocks .product-blocks-container:after {
    left: calc(50% - 1px);
    height: 25px;
    width: 1px;
    top: -25px;
  }
  #product-blocks .product-block {
    border-bottom: 1px solid #474747;
    -ms-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  #product-blocks a.button {
    padding: 6px 15px;
    font-size: 11px;
  }
}
@media only screen and (max-width: 480px) {
  #product-blocks {
    height: 325px;
    transform: translateY(-60px);
  }
  #product-blocks .product-blocks-container:before,
  #product-blocks .product-blocks-container:after {
    display: none;
  }
  #product-blocks .product-block {
    border-right: none;
    min-height: 0;
    overflow: hidden;
    padding-bottom: 20px;
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  #product-blocks .product-block:last-child {
    padding-top: 20px;
  }
  #product-blocks .product-block:last-child .title {
    display: none;
  }
  #product-blocks .description {
    display: none;
  }
  #product-blocks .image-container {
    position: absolute;
    top: 40px;
  }
  #product-blocks .image-container.has-icon {
    left: auto;
    position: absolute;
    right: -15px;
  }
}
.slick-loading .slick-list {
  background-image: url('../images/ajax/transparent-loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 25px;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .2s ease;
  -webkit-backface-visibility: hidden;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  cursor: default;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.slick-prev:hover:not(.slick-disabled),
.slick-prev:focus:not(.slick-disabled),
.slick-next:hover:not(.slick-disabled),
.slick-next:focus:not(.slick-disabled),
.slick-prev:hover:not(.slick-disabled),
.slick-prev:focus:not(.slick-disabled),
.slick-next:hover:not(.slick-disabled),
.slick-next:focus:not(.slick-disabled) {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 15px;
  text-align: left;
}
[dir='rtl'] .slick-prev {
  right: 15px;
  left: auto;
}
.slick-prev:before {
  content: '';
  display: inline-block;
  background: url(../images/blue-arrow.png);
  vertical-align: middle;
  background-repeat: no-repeat;
  width: 22px;
  height: 40px;
  margin-left: 10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
[dir='rtl'] .slick-prev:before {
  content: '';
  display: inline-block;
  background: url(../images/blue-arrow.png);
  vertical-align: middle;
  background-repeat: no-repeat;
  width: 22px;
  height: 40px;
}
.slick-next {
  right: 15px;
  text-align: right;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 15px;
}
.slick-next:before {
  content: '';
  display: inline-block;
  background: url(../images/blue-arrow.png);
  vertical-align: middle;
  background-repeat: no-repeat;
  width: 22px;
  height: 40px;
  margin-right: 10px;
}
[dir='rtl'] .slick-next:before {
  content: '';
  display: inline-block;
  background-image: url(../images/blue-arrow.png);
  vertical-align: middle;
  background-repeat: no-repeat;
  width: 22px;
  height: 40px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
  -webkit-backface-visibility: hidden;
}
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -65px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-family: arial, sans-serif;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 47px;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
  cursor: default;
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.twoColHero .leftCol,
.twoColHero .rightCol {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.twoColHero .leftCol .container,
.twoColHero .rightCol .container {
  width: 585px;
  font-size: 18px;
  line-height: 28px;
}
.twoColHero .leftCol .container .header,
.twoColHero .rightCol .container .header {
  text-align: left;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 20px;
}
.twoColHero .leftCol .container a,
.twoColHero .rightCol .container a {
  color: #27aaf2;
}
.twoColHero .leftCol .container p,
.twoColHero .rightCol .container p {
  margin: 0;
}
.twoColHero .leftCol .container div,
.twoColHero .rightCol .container div {
  padding-bottom: 20px;
}
.twoColHero .leftCol .container div:last-child,
.twoColHero .rightCol .container div:last-child {
  padding-bottom: 0;
}
.twoColHero .leftCol .container {
  margin-right: 0;
  padding-right: 20px;
}
.twoColHero .leftCol.floatRight {
  float: right;
}
.twoColHero .leftCol.floatRight .container {
  margin-left: 0;
  padding-left: 20px;
  padding-right: 0;
}
.twoColHero .leftCol.hasImage {
  background-position: top right;
}
.twoColHero .rightCol .container {
  padding-left: 20px;
}
.twoColHero .rightCol.isOnLeft {
  background-position: top right;
}
.twoColHero .rightCol.isOnLeft .container {
  padding-right: 20px;
  margin-right: 0;
}
@media only screen and (max-width: 1170px) {
  .twoColHero .leftCol .container,
  .twoColHero .rightCol .container {
    width: 100%;
  }
  .twoColHero .leftCol .container {
    padding-left: 20px;
  }
  .twoColHero .leftCol.floatRight .container {
    padding-right: 20px;
  }
  .twoColHero img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 800px) {
  .twoColHero .leftCol,
  .twoColHero .rightCol {
    display: block;
    width: 100%;
  }
  .twoColHero .leftCol:not(.hasImage) {
    height: auto !important;
  }
  .twoColHero .leftCol .container {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    top: 0;
    padding: 40px 20px !important;
  }
  .twoColHero .leftCol.floatRight {
    float: none !important;
  }
  .twoColHero .rightCol {
    background-position: top center;
  }
  .twoColHero .rightCol.isOnLeft {
    background-position: top center;
  }
  .twoColHero > div {
    height: 100%;
  }
  .twoColHero > div .container {
    height: 100%;
  }
  .twoColHero > div .container p {
    height: 100%;
  }
  .twoColHero img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 500px) {
  .twoColHero .leftCol .container,
  .twoColHero .rightCol .container {
    line-height: 24px;
    font-size: 16px;
  }
  .twoColHero .leftCol .container .header,
  .twoColHero .rightCol .container .header {
    font-size: 18px;
  }
}
a.button {
  font-size: 14px;
}
#home {
  overflow-x: hidden;
}
#home #main {
  position: relative;
}
#home #homeHero {
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  font-weight: 300;
  padding: 0 20px;
  width: 100%;
}
#home #homeHero .container.left {
  text-align: left;
}
#home #homeHero .container.center {
  text-align: center;
}
#home #homeHero .container.right {
  text-align: right;
}
#home #homeHero .tagline {
  display: inline-block;
  font-size: 64px;
  font-family: HurmeGeometricSans3;
  line-height: 1.06;
  margin-top: 60px;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.55);
}
#home #homeHero .tagline p {
  margin: 0;
}
#home #homeHero .tagline span {
  display: block;
}
#home #homeHero .info {
  font-size: 30px;
  padding-top: 20px;
  letter-spacing: 1.1px;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.55);
}
#home #homeHero .info p {
  margin: 0;
}
#home #homeHero .info span {
  display: block;
}
#home #homeHero .action {
  padding-top: 80px;
}
#home #homeHero .action .button {
  margin: 10px 10px;
  min-width: 195px;
  padding: 10px 0px;
}
#home #homeHero .action .button.video-link .play {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #FFF;
  border-radius: 1000px;
  vertical-align: middle;
  margin: 0 -10px 4px 5px;
}
#home #homeHero .action .button.video-link .play:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #1BA1DB;
}
#home #homeHero .video-link-container {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 30px;
  text-align: right;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1.1px;
  cursor: pointer;
}
#home #homeHero .video-link-container .video-link:hover .play {
  background-color: #00ABF7;
}
#home #homeHero .video-link-container .video-link .play {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #1BA1DB;
  border-radius: 1000px;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-right: 10px;
}
#home #homeHero .video-link-container .video-link .play:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #ffffff;
}
#home #homeHeroVideoModal,
#home .homeHeroVideoModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200000;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
}
#home #homeHeroVideoModal .video-content,
#home .homeHeroVideoModal .video-content {
  width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#home #homeHeroVideoModal .video-container,
#home .homeHeroVideoModal .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
#home #homeHeroVideoModal .video-container:after,
#home .homeHeroVideoModal .video-container:after {
  content: '\00d7';
  position: absolute;
  top: -25px;
  right: -25px;
  font-size: 30px;
  font-weight: 300;
  color: #d3d3d3;
  line-height: 20px;
  cursor: pointer;
  opacity: 0.85;
}
#home #homeHeroVideoModal .video-container:hover:after,
#home .homeHeroVideoModal .video-container:hover:after {
  opacity: 1;
}
#home #homeHeroVideoModal .video-container iframe,
#home .homeHeroVideoModal .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#home a.button.video-link .play {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #FFF;
  border-radius: 1000px;
  vertical-align: middle;
  margin: 0 -10px 4px 5px;
}
#home a.button.video-link .play:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #1BA1DB;
}
#home .twoColHero .leftCol .container {
  color: white;
}
#home .twoColHero .leftCol .container .header {
  font-family: HurmeGeometricSans3;
}
#home .twoColHero .leftCol .container a.button {
  color: white;
  margin-bottom: 10px;
  margin-right: 10px;
  min-width: 200px;
}
#home #homeTakeover {
  position: absolute;
  top: 0;
  width: 100%;
}
#home #homeTakeover #heroTakeoverContent {
  padding-top: 50px;
  background-size: cover;
}
#home #homeTakeover #heroTakeoverContent .container {
  text-align: center;
}
#home #homeTakeover #heroTakeoverContent .container > div {
  display: inline-block;
  vertical-align: top;
}
#home #homeTakeover #heroTakeoverContent .actions {
  margin-right: 80px;
}
#home #homeTakeover #heroTakeoverContent .actions.right {
  margin: 0 0 0 80px;
}
#home #homeTakeover #heroTakeoverContent .actions .offerImage {
  background-size: cover;
  height: 191px;
  margin: 0 auto;
  margin-top: 7px;
  margin-bottom: 42px;
  width: 190px;
}
#home #homeTakeover #heroTakeoverContent .actions .offerImage.cboxVideo {
  cursor: pointer;
}
#home #homeTakeover #heroTakeoverContent .actions .orangeButton,
#home #homeTakeover #heroTakeoverContent .actions .blueButton {
  font-size: 14px;
  padding: 10px 30px;
}
#home #homeTakeover #heroTakeoverContent .actions .blueButton {
  margin-bottom: 10px;
}
#home #homeTakeover #heroTakeoverContent .actions .return {
  display: inline-block;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 300;
  padding: 12px 0 2px;
}
#home #homeTakeover #heroTakeoverContent .mainOffer {
  color: #FFFFFF;
  font-weight: 300;
  max-width: 670px;
  text-align: left;
  width: 620px;
}
#home #homeTakeover #heroTakeoverContent .mainOffer .top {
  border-bottom: 1px solid rgba(153, 153, 153, 0.7);
  padding-bottom: 20px;
  margin-bottom: 35px;
}
#home #homeTakeover #heroTakeoverContent .mainOffer .preHeader {
  color: #FD8424;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
#home #homeTakeover #heroTakeoverContent .mainOffer h2 {
  font-size: 60px;
  line-height: 75px;
}
#home #homeTakeover #heroTakeoverContent .mainOffer .description {
  font-size: 22px;
  margin: 5px 0 10px;
}
#home #homeTakeover #heroTakeoverContent .mainOffer .freeform {
  font-size: 16px;
}
#home #homeTakeover #heroTakeoverContent .mainOffer .freeform h5 {
  font-size: 14px;
  font-weight: 300;
}
#home #homeTakeover #heroTakeoverContent .mainOffer .freeform ul {
  margin-top: 15px;
  list-style: none;
}
#home #homeTakeover #heroTakeoverContent .mainOffer .freeform li {
  margin-bottom: 6px;
  vertical-align: middle;
}
#home #homeTakeover #heroTakeoverContent .mainOffer .freeform li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 21px;
  background: url('../images/check0810.png') no-repeat;
  margin-right: 10px;
}
#home #homeTakeover #heroTakeoverContent .mainOffer .actions {
  display: none;
  margin-top: 30px;
}
#home #homeTakeover #heroTakeoverContent .mainOffer .actions .blueButton,
#home #homeTakeover #heroTakeoverContent .mainOffer .actions .orangeButton {
  padding: 10px 30px;
}
#home #homeTakeover #heroTakeoverContent .mainOffer.central {
  max-width: 900px;
}
#home #homeTakeover #heroTakeoverContent .mainOffer.central .actions {
  display: block;
}
#home .table-3-column {
  text-align: center;
  padding: 120px 0 60px;
}
#home .table-3-column .blueLine {
  display: none;
}
#home .table-3-column .header {
  font-family: HurmeGeometricSans3;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 25px;
}
#home .table-3-column .subheader {
  font-size: 20px;
  margin-bottom: 60px;
}
#home .table-3-column .content {
  margin: 0 15px;
}
#home .table-3-column .content .icon {
  color: #27aaf2;
  font-size: 80px;
  margin-bottom: 15px;
}
#home .table-3-column .content .heading {
  font-family: HurmeGeometricSans3;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
}
#home .table-3-column .content .heading span {
  display: block;
}
#home .table-3-column .content .subheading {
  font-size: 16px;
}
#home .customizableHero.impact-hero a.button {
  min-width: 0;
  margin-left: 12px;
}
#home .customizableHero.signUp .header > div {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 40px;
}
#home .customizableHero.signUp .heading {
  font-family: HurmeGeometricSans3;
  font-weight: 600;
  font-size: 35px;
  line-height: 1.5;
  letter-spacing: 1.1px;
  margin: 0 10px;
}
#home .customizableHero.signUp .free-trial,
#home .customizableHero.signUp .free-trial-2 {
  width: 160px;
  height: 160px;
  background-image: url('../images/impactFreeTrial.png');
  background-repeat: no-repeat;
  background-size: contain;
}
#home .customizableHero.signUp .free-trial-2 {
  background-image: url('../images/impactFreeTrial2.png');
  margin-top: 40px;
}
#home .customizableHero.signUp .btn-container {
  margin-top: 10px;
}
#home .text-carousel {
  background-color: #F2F2F2;
}
#home .text-carousel .col {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 49%;
}
#home .text-carousel .col.text {
  margin-top: 90px;
  padding: 0 50px;
}
#home .text-carousel img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
#home .text-carousel .carousel-text {
  position: relative;
  font-size: 26px;
  font-weight: 600;
  font-family: HurmeGeometricSans3;
  margin: 0;
  text-align: center;
}
#home .text-carousel .carousel-text .slick-slide {
  outline: none;
}
#home .text-carousel .carousel-text .slick-dots {
  position: absolute;
  width: calc(50%);
  right: 0;
  bottom: 20px;
}
#home .text-carousel .highlight {
  color: #27aaf2;
}
@media only screen and (max-width: 1205px) {
  #homeHero .video-link-container .container {
    padding-right: 30px;
  }
  #homeHeroVideoModal .video-content,
  .homeHeroVideoModal .video-content {
    width: 80%;
    max-width: 80%;
  }
}
@media only screen and (max-width: 1170px) {
  #home #homeTakeover #heroTakeoverContent .container > div.actions {
    display: none;
  }
  #home #homeTakeover #heroTakeoverContent .mainOffer .actions {
    display: block;
  }
}
@media only screen and (max-width: 970px) {
  #home .table-3-column .w-col {
    display: block;
    width: 100%;
  }
  #home .table-3-column .w-col:last-child .content {
    margin-bottom: 0;
  }
  #home .table-3-column .w-col .content {
    margin-bottom: 50px;
  }
  #home .table-3-column .w-col .content .heading {
    min-height: 0;
  }
  #home .table-3-column .w-col .content .heading span {
    display: inline;
  }
  #home .text-carousel .carousel-text {
    font-size: 22px;
  }
}
@media only screen and (max-width: 800px) {
  #home #homeHero {
    height: 500px !important;
  }
  #home #homeHero .tagline {
    font-size: 40px;
    line-height: 50px;
  }
  #home #homeHero .tagline span {
    display: inline;
  }
  #home #homeHero .info {
    font-size: 22px;
    line-height: normal;
  }
  #home #homeTakeover #heroTakeoverContent {
    height: 500px !important;
    padding: 0 10px;
    padding-top: 40px;
  }
  #home #homeTakeover #heroTakeoverContent .mainOffer {
    width: 100%;
  }
  #home #homeTakeover #heroTakeoverContent .mainOffer h2 {
    font-size: 40px;
    line-height: 50px;
  }
  #home #homeTakeover #heroTakeoverContent .mainOffer .top {
    margin-bottom: 20px;
  }
  #home #homeTakeover #heroTakeoverContent .mainOffer .description {
    font-size: 18px;
    margin: 5px 0 0;
  }
  #home #homeTakeover #heroTakeoverContent .mainOffer .freeform {
    font-size: 14px;
  }
  #home #homeTakeover #heroTakeoverContent .mainOffer .actions {
    margin-top: 20px;
  }
  #home #search .inputField {
    text-align: center;
    margin-top: 10px;
  }
  #home .customizableHero.signUp .heading {
    width: 350px;
  }
  #home .text-carousel {
    padding-top: 40px;
  }
  #home .text-carousel .col {
    display: block;
    width: 100%;
  }
  #home .text-carousel .col.text {
    margin-top: 20px;
  }
  #home .text-carousel .carousel-text .slick-dots {
    position: relative;
    width: 100%;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 600px) {
  #home #homeHero {
    height: 450px !important;
  }
  #home #homeHero .tagline {
    font-size: 30px;
    line-height: 40px;
  }
  #home #homeHero .info {
    font-size: 18px;
  }
  #home #homeHero .info span {
    display: inline;
  }
  #home #homeHero .action {
    padding-top: 28px;
  }
  #home #homeTakeover #heroTakeoverContent {
    height: 450px !important;
  }
  #home #homeTakeover #heroTakeoverContent .mainOffer {
    margin-top: 0;
  }
  #home #homeTakeover #heroTakeoverContent .mainOffer .top {
    border-bottom: 0 none;
    padding-bottom: 0;
  }
  #home #homeTakeover #heroTakeoverContent .mainOffer h2 {
    line-height: 50px;
    margin: 12px 0;
    font-size: 30px;
  }
  #home #homeTakeover #heroTakeoverContent .mainOffer .description {
    font-size: 16px;
  }
  #home #homeTakeover #heroTakeoverContent .freeform {
    display: none;
  }
  #home .table-3-column .header {
    font-size: 22px;
    margin-bottom: 30px;
  }
  #home .table-3-column .subheader {
    font-size: 15px;
    margin-bottom: 30px;
  }
  #home .table-3-column .content .icon {
    font-size: 60px;
    margin-bottom: 15px;
  }
  #home .table-3-column .content .heading {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #home .table-3-column .content .subheading {
    font-size: 13px;
  }
  #home .customizableHero.signUp {
    background-position: top left;
  }
  #home .customizableHero.signUp .heading {
    font-size: 24px;
    width: auto;
  }
  #home .customizableHero.signUp .free-trial,
  #home .customizableHero.signUp .free-trial-2 {
    display: none !important;
  }
  #home .customizableHero.signUp .button {
    margin-left: auto;
  }
  #home .text-carousel .carousel-text {
    font-size: 16px;
    line-height: 1.4;
  }
  #home .twoColHero .leftCol .container .btn-container {
    text-align: center;
  }
}