<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clearfix:before,
.outer-wrapper:before,
.inner-wrapper:before {
   content: "\0020"; 
   display: block; 
   height: 0; 
   overflow: hidden;
}

.clearfix:after,
.outer-wrapper:after,
.inner-wrapper:after {
   content: "\0020"; 
   display: block; 
   height: 0; 
   overflow: hidden;
   clear: both;
}
.clearfix,
.outer-wrapper,
.inner-wrapper {
   zoom: 1;
}

body.home .section:nth-child(4) .title {
   padding-bottom: 10px;
}

#infobar {
   display: none !important;
}

#header .four.columns {
   width: 150px;
}

#header #navigation {
   max-width: 770px;
}

#header #navigation ul#nav &gt; li &gt; a {
   margin-left: 10px;
}

.rev_slider_wrapper .active-revslide .tp-caption:nth-child(2) {
   font-family: "Oswald", 'Lato', sans-serif !important;
}

.product_links * {
   color: #444;
}

.product_links:hover * {
   color: #00a69e;
}

.product_links:hover .retinaicon span {
   background-color: #999 !important;
}

.section:nth-child(4) .container .one_fifth {
   margin-right: 0;
   width: 20%;
   text-align: center;
}

.entry .teaser {
   background-color: #EFEFEF;
}

.entry .teaser a img {
   max-width: 284px;
   width: 100%;
}

#content .post .post-content img {
   max-width: 100%;
   height: auto;
}

#chc-button {
   background-color: #00a79f;
}

#chc-content {
   font-family: 'Lato', 'Oswald', sans-serif;
   color: #000;
   padding: 165px 35px 35px;
   position: relative;
   height: 415px;
   width: 750px;
   background: transparent url('../gfx/newsletter-slide-bg.png?vs=1') no-repeat left bottom;
}

#chc-content #chc-close {
   left: -20px;
   top: 120px;
   z-index: 1000;
   height: 70px;
}

#chc-content .dashicons.dashicons-no {
   position: absolute;
   left: -20px;
   top: 120px;
   height: 30px;
   width: 30px;
   font-size: 30px;
   z-index: 100;
   padding: 5px;
   border-radius: 50%;
   color: #fff;
   background: #00a79f;
}

#chc-content input[type=email] {
   font-size: 16px;
   height: 60px;
   line-height: 60px;
   border: 1px solid #b7b7b7;
   padding: 0 10px 0 30px;
   width: 350px;
   margin: 25px 0;
   font-weight: lighter;
   color: #434343;
}

#chc-content input[type=email]::-webkit-input-placeholder {
   color: #434343;
   font-style: italic;
}

#chc-content input[type=email]:-moz-placeholder {
   color: #434343;
   font-style: italic;
}

#chc-content input[type=email]::-moz-placeholder {
   color: #434343;
   font-style: italic;
}

#chc-content input[type=email]:-ms-input-placeholder {
   color: #434343;
   font-style: italic;
}

#chc-content .button {
   position: absolute;
   left: 440px;
   top: 286px;
   height: 40px;
   background: #00a79f;
   color: #fff;
   font-size: 12.5px;
   text-align: center;
   padding: 10px 20px;
   border-radius: 4px;
   line-height: 1.2;
   box-shadow: 0px 4px 0px 0px #008c85;
   z-index: 100;
   width: 150px;
   max-width: 150px;
}

#chc-content .button:first-line {
   font-size: 25px;
}

#chc-content .button input {
   position: absolute;
   top: 0px;
   left: 0px;
   z-index: 200;
   height: 60px !important;
   -webkit-appearance: none;
   -moz-appearance: none;
   width: 185px !important;
}

#chc-content h4 {
   font-size: 29px;
}

#chc-content p {
   font-size: 19px;
   font-weight: bold;
   max-width: 510px;
}

#chc-content .disclaimer {
   font-size: 13px;
   font-weight: lighter;
   line-height: 16px;
   width: 500px;
}

#chc-content .fa.fa-times {
   height: 20px;
   width: 20px;
   color: #fff;
   position: absolute;
   top: 0px;
   left: 0px;
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
   .post-content {
      width: 500px !important;
   }
}

@media only screen and (max-width: 767px) {
   .home article div.section:nth-child(4) .one_fifth,
   .home article div.section:nth-child(4) .one_fourth {
      width: 100%;
      max-width: 420px;
      float: none;
      margin-right: auto;
      margin-left: auto;
      text-align: center;
   }
   
   .tp-caption.customfont_black {
      left: 137px !important;
      letter-spacing: 0.1px !important;
   }
   
   .tp-caption.medium_grey {
      display: none !important; 
   }
   
   #chc-wrap {
      width: 100%;
   }

   #chc-button,#chc-button span { font-size:12px; }
   #chc-content { 
      padding:10px; 
      width:100%; 
      border: 0;  
      border-bottom:none;
      border-radius: 0px;
   }
   /*#mc_embed_signup { width:100%!important; height:auto !important;}*/
   #chc-content {
      /*max-height: 200px;*/
      min-height: 1px;
      height: auto;
      background: #d7d9da; /* Old browsers */
      background: -moz-linear-gradient(top,  #d7d9da 0%, #dfe1e3 50%, #cacdcc 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7d9da), color-stop(50%,#dfe1e3), color-stop(100%,#cacdcc)); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,  #d7d9da 0%,#dfe1e3 50%,#cacdcc 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,  #d7d9da 0%,#dfe1e3 50%,#cacdcc 100%);  /*Opera 11.10+ */
      background: -ms-linear-gradient(top,  #d7d9da 0%,#dfe1e3 50%,#cacdcc 100%); /* IE10+ 
      background: linear-gradient(to bottom,  #d7d9da 0%,#dfe1e3 50%,#cacdcc 100%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d9da', endColorstr='#cacdcc',GradientType=0 ); /* IE6-9 ;*/
      border-top: 2px solid #000;
      /*border-left: 2px solid #000;*/

   }
   #chc-content h4 {
      color: #000;
   }
   
   #chc-content form {
      margin: 0px;
   }
   
   #chc-content h4,
   #chc-content p {
      width: 100%;
      max-width: 695px;
      margin: 0 auto 5px;
   }
   
   #chc-content h4 {
      font-size: 20px;
      margin-bottom: 0;
   }
   
   #chc-content p {
      font-weight: normal !important;
      line-height: 14px !important;
      font-size: 12px !important;
   }
   #chc-content input[type=email] {
      width: 100%;
      max-width: 655px;
      /*margin-bottom: 10px;*/
      padding-left: 0px;
      padding-right: 0px;
      text-indent: 20px;
      margin: 0 auto 10px;
      height: 40px;
      line-height: 40px;
   }
   #chc-content p { font-size:14px;line-height:22px; padding:0; width:100%; margin-bottom:10px; }
   #chc-content #mc-embedded-subscribe { background:transparent;color:#FFFFFF;clear: both; width: 100%; text-indent:0;font-size:18px;}
   #chc-content .button {
      position: relative;
      top: auto;
      left: auto;
      width: 100%;
      height: 25px;
      line-height: 15px;
      max-width: 655px;
      margin: 0 auto 20px;
      padding-left: 0px;
      padding-right: 0px;
   }
   #chc-content .button:first-line {
      font-size: 18px;
   }
   #chc-content .disclaimer {
      width: 100%;
      max-width: 655px;
      margin: 0 auto 0px;
      font-size: 10px;
      line-height: 12px;
   }
   #chc-close { text-indent:0; top:auto;right:0;bottom:0;padding:0;background:transparent;height:40px;line-height:40px;color:transparent; }
   /*.mc-field-group { float: none; clear: both; width: 100%; margin-bottom: 5px !important; }*/
   #chc-content #chc-close,
   #chc-content .dashicons.dashicons-no {
      top: -20px;
      right: 0px;
      left: auto;
   }
}

@media only screen and (max-width: 480px) {
   #topbar {
      height: 100px;
   }
   
   #topbar .callus {
      height: 60px;
   }
   
   .home .rev_slider_wrapper {
      display: none !important;
   }

   .tp-caption.customfont_black {
      left: 100px !important;
      font-size: 14px !important;
      letter-spacing: 0.1px !important;
   }
   
   .tp-caption.medium_grey {
   }
}</pre></body></html>