/*
Theme Name: Aquatherm
Description: Aquatherm website
Author: Kyle Wetton
Version: 1.0
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1.5; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

.clear {
  clear: both; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

p {
  margin-bottom: 2em; }

div p:last-child {
  margin-bottom: 0; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

#searchform {
  margin-bottom: 1em; }

.menu > li {
  display: block; }
  .menu > li a {
    padding-left: 0; }

.menu > li:not(.menu-text) > a {
  padding-left: 0; }

/* =============================================================================
   Variables
   ========================================================================== */
/* =============================================================================
   Globals
   ========================================================================== */
.big-pad {
  padding: 4em; }

.big-pad-vert {
  padding: 4em 0 0; }

.med-pad-vert {
  padding: 2em 0 0; }

.med-pad {
  padding: 2em; }

.big-pad-hor {
  padding: 0 4em; }

.big-mar-b {
  margin-bottom: 4em; }

.med-mar-b {
  margin-bottom: 2em; }

.big-mar-t {
  margin-top: 4em; }

.lightgrey {
  background: #f2eeef; }

.fullwidth {
  width: 100%; }

/* =============================================================================
   Base
   ========================================================================== */
body, html {
  height: 100%;
  width: 100%;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #666666;
  line-height: 1.5; }

body {
  margin-top: 67px; }

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1; }

h2 a {
  color: white;
  font-weight: 700; }

h2 a:hover {
  color: white;
  opacity: 0.9; }

p, a, li {
  font-style: normal;
  font-variant: normal;
  font-weight: 400; }

a.button {
  background: #00b460;
  border: 1px solid #00b460;
  padding: 1em; }

a.button:hover {
  background: white;
  color: #00b460; }

input[type=submit] {
  background: #00b460;
  border: 0;
  color: white;
  padding: 0.5em 1em;
  border: 1px solid #00b460;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s; }

input[type=submit]:hover {
  background: white;
  color: #00b460; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

a.link-wrap {
  display: block;
  width: 100%;
  height: 100%; }

small {
  font-size: 0.8em; }

h1, h2 {
  background: #00b460;
  color: white;
  font-size: 2em;
  padding: 2rem 4rem;
  margin-bottom: 4rem; }

h2.trim {
  margin-bottom: 2rem; }

h3 {
  color: #00b460; }

p {
  color: #666666; }

a {
  color: #111111; }

a:hover {
  color: #00b460; }

.read-more {
  color: #111111;
  font-weight: 700; }

blockquote {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 30px; }

pre {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 18.5714px; }

header {
  position: fixed;
  background: white;
  padding: 0.8em;
  width: 100%;
  height: 67px;
  box-sizing: border-box;
  top: 0;
  z-index: 9999; }
  header .strip {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 7px; }

.logged-in header {
  top: 32px; }

nav {
  float: right; }
  nav ul li {
    float: left;
    list-style-type: none; }
    nav ul li a {
      font-size: 0.8em;
      padding: 0.5em 1em;
      display: block;
      color: #111111;
      text-decoration: none;
      transition: all 0.2s;
      -moz-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s; }
    nav ul li a:hover {
      color: #00b460; }

#logo {
  height: 100%;
  width: auto;
  float: left; }

#crumbs {
  padding: 1em 0;
  font-size: 0.9em; }
  #crumbs a {
    color: #666666; }
  #crumbs .current {
    font-weight: 700;
    color: #00b460; }

#intro-section {
  background: #f2eeef;
  height: calc(100% - 60px);
  width: 100%;
  max-height: 800px;
  padding: 4em 1em;
  box-sizing: border-box; }
  #intro-section a {
    text-decoration: none; }
  #intro-section H2.title {
    color: white;
    background: none;
    font-size: 1.4em;
    padding: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
    line-height: 1; }
  #intro-section #inner-intro {
    height: 100%;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    #intro-section #inner-intro #product-select, #intro-section #inner-intro #sub-select-a, #intro-section #inner-intro #sub-select-b {
      padding: 1.5em;
      box-sizing: border-box;
      background-size: cover;
      background-position: 50%; }
    #intro-section #inner-intro #sub-select-a, #intro-section #inner-intro #sub-select-b {
      transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -webkit-transition: all 0.2s; }
    #intro-section #inner-intro #sub-select-a:hover, #intro-section #inner-intro #sub-select-b:hover {
      opacity: 0.8; }
    #intro-section #inner-intro #product-select {
      position: relative;
      width: 66.6667%;
      padding: 2em;
      background: url("img/pipes.jpg");
      background-size: cover;
      background-position: 50%;
      height: 100%;
      border-right: 1px solid white;
      float: left; }
      #intro-section #inner-intro #product-select H2.title {
        font-size: 2em;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75); }
    #intro-section #inner-intro #sub-select {
      width: 33.33334%;
      background: #f2eeef;
      height: 100%;
      float: left; }
      #intro-section #inner-intro #sub-select #sub-select-a, #intro-section #inner-intro #sub-select #sub-select-b {
        height: 50%; }
      #intro-section #inner-intro #sub-select #sub-select-a {
        background: url("img/tech.jpg");
        background-size: cover;
        background-position: 50%; }
      #intro-section #inner-intro #sub-select #sub-select-b {
        border-top: 1px solid white;
        background: url("img/plumbing.jpg");
        background-size: cover;
        background-position: 50%; }

#product-dropdown-container {
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
  #product-dropdown-container span.arrow {
    color: #00b460;
    position: absolute;
    right: 1em;
    top: 1em;
    z-index: 999;
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s; }
  #product-dropdown-container #anchor {
    width: 33.3334%;
    border-right: 1px solid #f2eeef;
    text-align: right; }
  #product-dropdown-container #select-product {
    width: 66.6667%;
    height: 100%;
    margin-top: 20px;
    cursor: pointer; }
    #product-dropdown-container #select-product p {
      margin-bottom: 0; }
  #product-dropdown-container #anchor, #product-dropdown-container #select-product {
    float: left;
    padding: 1em; }
    #product-dropdown-container #anchor p, #product-dropdown-container #select-product p {
      font-size: 0.8em; }
  #product-dropdown-container .color {
    height: 20px;
    width: 20px;
    float: left;
    background: blue;
    margin-right: 0.8em; }
  #product-dropdown-container #select-product {
    position: relative; }
    #product-dropdown-container #select-product ul {
      position: absolute;
      z-index: 899;
      bottom: 0.5em;
      left: 0.5em;
      width: calc(100% - 1em + 1px); }
    #product-dropdown-container #select-product li {
      display: none;
      padding: 0.5em;
      transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -webkit-transition: all 0.2s; }
    #product-dropdown-container #select-product li:hover {
      background: #f2eeef; }
    #product-dropdown-container #select-product li.selected {
      display: block; }
  #product-dropdown-container #select-product.open ul {
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  #product-dropdown-container #select-product.open li {
    display: block; }
  #product-dropdown-container #select-product.open li.selected {
    background: #f2eeef; }

.selected-prod-title {
  position: absolute;
  bottom: 5rem;
  color: white;
  font-size: 1.4em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75); }

#select-product.open + span.arrow {
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg); }

#categories li {
  cursor: pointer; }
#categories li:hover {
  color: #111111; }
#categories .current {
  font-weight: 700;
  color: #00b460; }
#categories .current:hover {
  color: #00b460; }

#benefits-container {
  position: relative; }
  #benefits-container .benefit-excerpt {
    display: none;
    padding-left: 2em;
    border-left: 1px solid #666666; }
    #benefits-container .benefit-excerpt H3 {
      font-size: 1.4em;
      color: #00b460;
      margin-bottom: 0.5em; }
  #benefits-container .benefit-excerpt.active {
    display: block; }

.product-head {
  position: relative; }

.tool-section, .product-head {
  margin-top: 4em;
  text-align: center;
  color: white; }
  .tool-section h2, .tool-section h1, .product-head h2, .product-head h1 {
    background: transparent;
    color: white;
    padding: 0;
    margin: 1rem; }
  .tool-section p, .product-head p {
    color: white;
    margin-bottom: 2em; }
  .tool-section a.button, .product-head a.button {
    border-right: 1px solid white; }
  .tool-section a.button:hover, .product-head a.button:hover {
    background: white;
    color: #00b460; }
  .tool-section a.button:last-child, .product-head a.button:last-child {
    border-right: 0; }

.static-tool {
  background-image: url("img/tool-section.jpg");
  background-size: cover;
  background-position: 50%; }

.product-head {
  text-align: left;
  margin-top: 0;
  padding: 2em 4em;
  height: 30em;
  max-height: 75%; }
  .product-head h1, .product-head h2 {
    background: transparent !important;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
    line-height: 1; }

.article .date {
  background: #00b460;
  display: inline-block;
  font-weight: 700;
  color: white;
  float: left;
  line-height: 1;
  margin: 0 1em 1em 0;
  padding: 1em;
  text-align: center; }
.article h3 {
  color: #111111;
  font-size: 1.2rem; }

#latest-news {
  margin-bottom: 4em; }

footer {
  background: #3e3e40;
  padding-bottom: 4em !important;
  font-size: 0.9em;
  color: white; }
  footer a {
    color: white;
    display: block;
    cursor: pointer; }
  footer a:hover {
    color: #ddd; }
  footer li {
    margin-top: 1em; }
  footer h3 {
    color: white;
    font-size: 1.2em; }

.article:first-child {
  border-right: 1px solid #666666; }

#signoff {
  text-align: center; }
  #signoff img.eco {
    width: 400px;
    max-width: 100%;
    margin: 0 auto 4em auto; }
  #signoff img.footer-logo {
    width: 150px;
    max-width: 100%;
    margin-top: 4em; }
  #signoff p {
    padding: 0 6em; }

.benefit-sub li, .company-sub li, .support-sub li, .design-sub li {
  float: left;
  width: 16.6667%;
  border-right: 1px solid white;
  text-align: center; }
  .benefit-sub li a, .company-sub li a, .support-sub li a, .design-sub li a {
    display: block;
    color: #666666;
    padding: 1em;
    background: #f2eeef;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s; }
  .benefit-sub li a:hover, .company-sub li a:hover, .support-sub li a:hover, .design-sub li a:hover {
    background: #e9e9e9; }
.benefit-sub li.current a, .company-sub li.current a, .support-sub li.current a, .design-sub li.current a {
  background: #00b460;
  color: white; }
.benefit-sub li:last-child, .company-sub li:last-child, .support-sub li:last-child, .design-sub li:last-child {
  border-right: none; }

.support-sub li, .design-sub li {
  width: 20%; }

.company-sub li {
  width: 25%; }

.staff-member {
  padding: 0 2em;
  float: left !important; }

.hotbox {
  height: 300px;
  background-size: cover;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s; }
  .hotbox a {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    cursor: pointer; }
  .hotbox h2 {
    font-size: 1.4em;
    background: transparent;
    position: absolute;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
    top: 2rem;
    left: 2rem;
    padding: 0;
    margin: 0; }

.hotbox.design {
  background-image: url("img/design.jpg"); }

.hotbox.system {
  background-image: url("img/aquatherm-system.jpg"); }

.hotbox.retailer {
  background-image: url("img/retailer.jpg"); }

.hotbox:hover {
  -ms-transform: scale(1.02, 1.02);
  /* IE 9 */
  -webkit-transform: scale(1.02, 1.02);
  /* Safari */
  transform: scale(1.02, 1.02);
  /* Standard syntax */ }

/* =============================================================================
   Product Styles
   ========================================================================== */
.content h1, .content h2 {
  max-width: 66.6667%; }
.content h2 {
  margin-top: 1.5em;
  margin-bottom: 1.5em; }
.content h3 {
  color: #00b460;
  font-size: 2em;
  line-height: 1;
  margin-bottom: 1em; }
.content ul {
  margin-left: 2em;
  margin-bottom: 2em; }
  .content ul li {
    list-style-type: disc; }

.main-product-select {
  position: relative;
  background: #f2eeef;
  width: 100%; }
  .main-product-select li {
    padding: 1em;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid white;
    display: none; }
    .main-product-select li .color {
      float: left;
      height: 23px;
      width: 23px;
      margin-right: 1em; }
  .main-product-select li.active {
    display: block; }

.main-select-container {
  position: relative; }
  .main-select-container .arrow-block {
    position: absolute;
    z-index: 100;
    right: 01em;
    top: 0;
    width: 57px;
    height: 57px;
    background: #00b460;
    text-align: center; }
    .main-select-container .arrow-block .arrow {
      display: block;
      color: white;
      margin-top: 19px;
      -ms-transform: rotate(90deg);
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      /* Chrome, Safari, Opera */
      transform: rotate(90deg); }
    .main-select-container .arrow-block .arrow.open {
      margin-top: 17px;
      -ms-transform: rotate(-90deg);
      /* IE 9 */
      -webkit-transform: rotate(-90deg);
      /* Chrome, Safari, Opera */
      transform: rotate(-90deg); }

.main-product-select.open li {
  display: block; }
.main-product-select.open li.active {
  background: #e1dcde; }
.main-product-select.open li.active.dead {
  background: #f2eeef; }

.secondary-image img {
  width: 100%;
  height: auto; }

.product-content h1, .product-content h2, .product-content h3, .product-content h4, .product-content h5, .product-content h6 {
  color: #00b460; }
.product-content h2 {
  background: transparent;
  padding: 0;
  font-size: 2em;
  line-height: 1;
  margin-bottom: 1em; }
.product-content h3 {
  font-size: 2em;
  line-height: 1;
  margin-bottom: 1em; }
.product-content h4 {
  font-size: 1.4em;
  margin-bottom: 1em;
  line-height: 1; }
.product-content ul {
  margin-left: 2em;
  margin-bottom: 2em; }
  .product-content ul li {
    list-style-type: disc; }

.product {
  margin-bottom: 1.5em;
  position: relative;
  overflow: hidden;
  float: left !important; }
  .product a {
    display: block;
    height: 100%;
    width: 100%; }

.owl-next, .owl-prev {
  width: 47px;
  height: 79px;
  position: absolute;
  top: calc(50% - 40px);
  font-size: 0em;
  -ms-transform: scale(0.75, 0.75);
  -webkit-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75); }

.owl-next {
  right: 0;
  background: white;
  background-image: url("img/right-arrow.png");
  background-position: 50%;
  background-size: 75%;
  background-repeat: no-repeat; }

.owl-prev {
  left: 0;
  background: white;
  background-image: url("img/left-arrow.png");
  background-position: 50%;
  background-size: 75%;
  background-repeat: no-repeat; }

.product-inner {
  height: 100%;
  background-position: 50%;
  position: relative;
  background-size: cover;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s; }
  .product-inner h2 {
    background: none;
    padding: 0;
    font-size: 1.4em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75); }

.product-inner:hover {
  -ms-transform: scale(1.02, 1.02);
  /* IE 9 */
  -webkit-transform: scale(1.02, 1.02);
  /* Safari */
  transform: scale(1.02, 1.02);
  /* Standard syntax */ }

.label-title {
  font-size: 1.4em; }

.foa {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 0.5em;
  margin-top: 0.5em;
  padding: 0.15em;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s; }

.close-foa {
  font-size: 3.5em;
  position: absolute;
  right: 1em;
  top: 1em;
  margin: 0;
  line-height: 0;
  cursor: pointer;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s; }

.close-foa:hover {
  color: #005396; }

.foa:hover {
  opacity: 0.7; }

.foa.current {
  opacity: 0.5; }

.foa-description {
  display: none;
  position: relative; }
  .foa-description .foa-arrow {
    position: absolute;
    right: 50%;
    top: -20px; }

.foa-title {
  font-size: 2em;
  font-weight: 700;
  line-height: 1; }

.foa-type {
  display: none; }

.case-title {
  position: absolute;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  left: 2em;
  top: 2em;
  max-width: 60%;
  font-size: 1.2em;
  line-height: 1;
  color: white !important;
  z-index: 999; }

.green-theme.color {
  background: #00b460 !important; }

.green-theme .foa {
  background: #00b460; }
.green-theme .drop-down .arrow {
  color: #00b460; }
.green-theme h1 {
  background: #00b460; }
.green-theme h2, .green-theme h3 {
  color: #00b460; }
.green-theme a {
  color: #00b460; }
.green-theme #crumbs .current {
  color: #00b460; }
.green-theme .content h1, .green-theme .content h2 {
  background: #00b460;
  color: white; }

.blue-theme.color {
  background: #005396 !important; }

.blue-theme .foa {
  background: #005396; }
.blue-theme .category.drop-down .title {
  border: 1px solid #005396; }
.blue-theme .category.drop-down .arrow {
  color: #005396; }
.blue-theme .category.drop-down:hover .title {
  background: #005396; }
.blue-theme h1 {
  background: #005396; }
.blue-theme h2, .blue-theme h3 {
  color: #005396; }
.blue-theme a {
  color: #005396; }
.blue-theme #crumbs .current {
  color: #005396; }
.blue-theme .content h1, .blue-theme .content h2 {
  background: #005396;
  color: white; }

.yellow-theme.color {
  background: #ffba37 !important; }

.yellow-theme .foa {
  background: #ffba37; }
.yellow-theme .category.drop-down .title {
  border: 1px solid #ffba37; }
.yellow-theme .category.drop-down .arrow {
  color: #ffba37; }
.yellow-theme .category.drop-down:hover .title {
  background: #ffba37; }
.yellow-theme h1 {
  background: #ffba37; }
.yellow-theme h2, .yellow-theme h3 {
  color: #ffba37; }
.yellow-theme a {
  color: #ffba37; }
.yellow-theme #crumbs .current {
  color: #ffba37; }
.yellow-theme .content h1, .yellow-theme .content h2 {
  background: #ffba37;
  color: white; }

.black-theme.color {
  background: #111111 !important; }

.black-theme .foa {
  background: #111111; }
.black-theme .category.drop-down .title {
  border: 1px solid #111111; }
.black-theme .category.drop-down .arrow {
  color: #111111; }
.black-theme .category.drop-down:hover .title {
  background: #111111; }
.black-theme h1 {
  background: #111111; }
.black-theme h2, .black-theme h3 {
  color: #111111; }
.black-theme a {
  color: #111111; }
.black-theme #crumbs .current {
  color: #111111; }
.black-theme .content h1, .black-theme .content h2 {
  background: #111111;
  color: white; }

.purple-theme.color {
  background: #b25a99 !important; }

.purple-theme .foa {
  background: #b25a99; }
.purple-theme .category.drop-down .title {
  border: 1px solid #b25a99; }
.purple-theme .category.drop-down .arrow {
  color: #b25a99; }
.purple-theme .category.drop-down:hover .title {
  background: #b25a99; }
.purple-theme h1 {
  background: #b25a99; }
.purple-theme h2, .purple-theme h3 {
  color: #b25a99; }
.purple-theme a {
  color: #b25a99; }
.purple-theme #crumbs .current {
  color: #b25a99; }
.purple-theme .content h1, .purple-theme .content h2 {
  background: #b25a99;
  color: white; }

.red-theme.color {
  background: #df202d !important; }

.red-theme .foa {
  background: #df202d; }
.red-theme .category.drop-down .title {
  border: 1px solid #df202d; }
.red-theme .category.drop-down .arrow {
  color: #df202d; }
.red-theme .category.drop-down:hover .title {
  background: #df202d; }
.red-theme h1 {
  background: #df202d; }
.red-theme h2, .red-theme h3 {
  color: #df202d; }
.red-theme a {
  color: #df202d; }
.red-theme #crumbs .current {
  color: #df202d; }
.red-theme .content h1, .red-theme .content h2 {
  background: #df202d;
  color: white; }

.faq-sidebar li {
  background: #f2eeef;
  padding: 0.75em 2em;
  border-bottom: 1px solid white; }
  .faq-sidebar li a {
    color: #666666; }
.faq-sidebar li:hover {
  background: #f5f2f3;
  cursor: pointer; }
.faq-sidebar li.current {
  background: #005396; }
  .faq-sidebar li.current a {
    color: white; }

.faq-container:first-child {
  border-top: 1px solid #f2eeef; }

.faq-container {
  border-bottom: 1px solid #f2eeef; }
  .faq-container h2 {
    font-size: 1.5em;
    background: none;
    color: #00b460;
    padding: 0;
    margin: 1em 0; }
  .faq-container h2.active {
    color: #005396; }
  .faq-container h2:hover {
    color: #005396;
    cursor: pointer; }
  .faq-container .collapse {
    display: none;
    padding-bottom: 2em; }

.call-cta {
  background: #f2eeef;
  margin-top: 1.5em;
  padding: 2em; }
  .call-cta h3 {
    color: #005396;
    font-size: 1.3em;
    line-height: 1;
    margin-bottom: 1em; }

.slide-plate {
  overflow: hidden;
  height: 290px;
  background-size: cover;
  background-repeat: no-repeat;
   }
  .slide-plate img {
    width: auto; }
	
	.slide-plate a {
		width: 100%;
		height: 100%;
		display: block;
		cursor: pointer;	
	}

.category.drop-down.faq-mobile {
	display: none;	
}

/* =============================================================================
   Contact
   ========================================================================== */
.page-template-page-contact .tool-section {
  margin-top: 0; }

.map {
  height: 400px;
  position: relative; }
  .map .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .map iframe {
    width: 100%;
    height: 100%; }

/* =============================================================================
News section
========================================================================== */
.news-loop h2 {
  background: none;
  padding: 0;
  margin-bottom: 1em; }
  .news-loop h2 a {
    color: #00b460;
    font-weight: 700; }
  .news-loop h2 a:hover {
    color: #005396; }

.news-article {
  margin-bottom: 2em;
  float: left !important; }
  .news-article img {
    display: block;
    width: 100%;
    height: auto; }

.news-inner {
  padding: 2em;
  background: #f2eeef; }
  .news-inner h2 {
    margin-bottom: 1rem;
    line-height: 1;
    margin-top: 0;
    max-width: 100%; }

.breadcrumbs {
  margin-bottom: 0; }

.breadcrumbs-wrapper {
  background: #f2eeef; }

.category.drop-down {
  margin-right: 1em;
  margin-bottom: 0;
  margin-left: 0;
  min-width: 300px;
  display: inline-block;
  position: relative; }
  .category.drop-down li {
    cursor: pointer;
    list-style-type: none;
    border: 1px solid #f2eeef;
    border-top: 0;
    display: none; }
    .category.drop-down li a {
      padding: 0.5em 1em;
      width: 100%;
      display: block;
      color: #666666; }
.faq-mobile.category.drop-down li.current a {
	color: white;	
}
  .category.drop-down li:hover {
    background: #f2eeef; }
  .category.drop-down .title {
    border: 1px solid #00b460;
    display: block;
    padding: 0.5em 1em; }
  .category.drop-down li.title:hover {
    background: #00b460;
    color: white; }

.category.drop-down:last-child {
  margin-right: 0; }

.drop-down:hover .arrow {
  color: white !important; }

.drop-down .arrow {
  position: absolute;
  top: 0.6em;
  color: #00b460;
  right: 0.6em;
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg); }

.drop-down.open .open {
  border-bottom: 1px solid #ddd; }
.drop-down.open .title {
  background: #00b460;
  color: white; }

.drop-down .open {
  background: white;
  width: 100%;
  position: absolute;
  z-index: 999; }

/* =============================================================================
Technical Resources
========================================================================== */
.columns.tech-file {
  position: relative;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  height: 167px;
  margin-bottom: 0.6rem;
  float: left !important; }
  .columns.tech-file .tech-link {
    display: block;
    width: 100%;
    height: 100%; }
  .columns.tech-file .inner {
    padding: 1.5em;
    height: 100%;
    background: #f2eeef; }
    .columns.tech-file .inner .file-icon {
      color: white;
      float: left;
      position: absolute;
      top: 1em;
      right: 2em; }
    .columns.tech-file .inner .file-icon::before {
      font-size: 2em; }
    .columns.tech-file .inner p {
      font-size: 0.8em;
      line-height: 1;
      color: white; }
  .columns.tech-file h2 {
    font-size: 1.2rem;
    text-transform: capitalize;
    line-height: 1;
    background: none;
    padding: 0 1.5em 0 0;
    margin-bottom: 1em; }
  .columns.tech-file .inner.green {
    background: #00b460; }
  .columns.tech-file .inner.blue {
    background: #005396; }
  .columns.tech-file .inner.red {
    background: #df202d; }
  .columns.tech-file .inner.yellow {
    background: #ffba37;
    /*h2, p {
    color: $black;
    } */ }
  .columns.tech-file .inner.black {
    background: #111111; }
  .columns.tech-file .inner.purple {
    background: #b25a99; }

.tech-file:hover {
  opacity: 0.85; }

.lightbox {
  display: none;
  position: relative;
  max-height: 100% !important; }

iframe {
  max-width: 100%;
  max-height: 100% !important; }

	/* =============================================================================
   CSS nav icon
   ========================================================================== */
* {
  margin: 0;
  padding: 0; }

/* Icon 1 */
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #00b460;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon1 span:nth-child(1) {
  top: 0px; }

#nav-icon1 span:nth-child(2) {
  top: 18px; }

#nav-icon1 span:nth-child(3) {
  top: 36px; }

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

/* Icon 2 */
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 50%;
  background: #005396;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0; }

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px; }

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px; }

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 18px; }

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 36px; }

#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px; }

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px; }

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0; }

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0; }

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 29px; }

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px; }

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px; }

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 10px; }

#nav-icon3 span:nth-child(4) {
  top: 20px; }

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

/* Icon 4 */
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon4 span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon4 span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px; }

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px; }

#nav-icon3 {
  display: none;
  position: absolute;
  height: 30px;
  width: 30px;
  right: 1em;
  top: 1.2em;
  margin: 0; }
  #nav-icon3 span {
    height: 4px; }

.button.express {
	background: #005396;
	color: white;
	border-color: #005396;	
}

.button.express:hover {
	background :white;
	color: #005396;	
}

/* =============================================================================
Media Queries
========================================================================== */
@media only screen and (min-width: 1600px) {
  #intro-section #inner-intro {
    max-width: 1580px; } }
@media only screen and (max-width: 1250px) {
  #intro-section {
    padding: 2em; } }
@media only screen and (max-width: 1060px) {
  .support-sub li a, .benefit-sub li a, .company-sub li a {
    padding: 1em 0.5em;
    font-size: 0.8em; } }
@media only screen and (max-width: 1035px) {
  #nav-icon3 {
    display: block; }

  nav {
    display: none;
    z-index: 9999;
    width: 100%;
    position: absolute;
    right: 0;
    margin-top: 47px; }
    nav ul {
      background: white;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
      nav ul li {
        float: left;
        padding: 0;
        display: inline-block;
        text-align: center;
        background: white; }
        nav ul li a {
          padding: 1em 1.5em;
          display: block;
          width: 100%;
          height: 100%; }
        nav ul li a:hover {
          background: #eee; }

  nav.open {
    display: block; } }
@media only screen and (max-width: 980px) {
  .single-product .category.drop-down {
    min-width: 100%; } }
@media only screen and (max-width: 865px) {
  #intro-section #inner-intro #product-select {
    width: 100%;
    height: 66.6667%; }

  #intro-section #inner-intro #sub-select {
    width: 100%;
    height: 33.3334%; }

  #intro-section #inner-intro #sub-select #sub-select-a, #intro-section #inner-intro #sub-select #sub-select-b {
    height: 100%;
    width: 50%;
    float: left;
    border: 0; }

  #intro-section #inner-intro #sub-select #sub-select-a {
    border-right: 1px solid white; } }
@media only screen and (max-width: 780px) {
  .support-sub li, .benefit-sub li {
    width: 33.3334%;
    border-bottom: 1px solid white; }

  #intro-section {
    height: calc(100% - 4.2em); } }
@media only screen and (max-width: 720px) {
  #intro-section {
    padding: 1em; }

  #product-dropdown-container #anchor {
    display: none; }

  #product-dropdown-container #select-product {
    width: 100%; } }
@media only screen and (max-width: 650px) {
  .category.drop-down {
    width: 100%;
    margin-bottom: 1em; } }
/* Foundation SMALL */
@media only screen and (max-width: 639px) {
  h1, h2, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    max-width: 100%; }

  h1, h2 {
    margin-bottom: 2rem;
    padding: 2rem; }

.category.drop-down.faq-mobile {
	display: inline-block;	
}

.faq-sidebar .desk {
	display: none;	
}
  .content h2 {
    margin-top: 2rem;
    margin-bottom: 2rem; }

  .mob-mar-b {
    margin-bottom: 2em; }

  .product {
    max-height: 200px; }

  .home-thumb {
    margin-top: 2em; }

  .secondary-image {
    margin-bottom: 2em; }

  .close-foa {
    font-size: 2.5em;
    right: 1rem;
    top: 2rem; }

  .big-pad-vert {
    padding: 2em 0 0; }

  .benefit-sub li a, .company-sub li a, .support-sub li a {
    padding: 0.5em; }

  .tool-section, .product-head {
    margin-top: 2em; }

  #categories {
    border-top: 1px solid #f2eeef;
    border-left: 1px solid #f2eeef;
    margin-bottom: 2em; }
    #categories li {
      display: inline-block;
      float: left;
      padding: 1em;
      border-bottom: 1px solid #f2eeef;
      border-right: 1px solid #f2eeef; }

  #latest-news {
    margin-bottom: 2em; }
    #latest-news .article {
      padding-top: 1em; }

  #benefits-container .benefit-excerpt {
    padding-left: 0; }

  #benefits-container .benefit-excerpt {
    border-left: 0; }

  .big-pad-vert {
    padding-top: 2em; }

  .big-mar-b {
    margin-bottom: 2em; }

  .big-mar-t {
    margin-top: 2em; }

  .big-pad {
    padding: 2em; }

  .big-pad-hor {
    padding: 0 2em; }

  footer h3 {
    font-size: 2em; }

  footer .columns {
    padding: 0 2em; }

  .tool-section, .product-head {
    margin-top: 2em; }

  .single-product .category.drop-down {
    margin-bottom: 2em; }
  .single-product .row.big-pad-vert.content {
    padding-top: 0; } }
@media only screen and (max-width: 560px) {
  .product-head {
    max-height: 300px; } }
@media only screen and (max-width: 500px) {
  .company-sub li {
    width: 50%; } }
@media only screen and (max-width: 450px) {
  h1, h2 {
    font-size: 1.6rem;
    margin-bottom: 2rem; }

  #signoff img.eco {
    margin: 0 auto 2em auto; }

  #signoff img.footer-logo {
    margin-top: 2em; }

  #product-dropdown-container {
    display: none; }

  .main-select-container .arrow-block {
    width: 20px;
    height: 100%;
    right: 0; }

  #signoff p {
    padding: 0 2em; }

  .selected-prod-title {
    display: none; }

  #product-dropdown-container #select-product.open ul {
    top: 0; }
    #product-dropdown-container #select-product.open ul li {
      background: white;
      cursor: pointer; }

  #intro-section #inner-intro #product-select {
    height: 33.3334%;
    border-bottom: 1px solid white; }

  #intro-section #inner-intro #sub-select {
    height: 66.6667%; }

  #intro-section #inner-intro #sub-select #sub-select-a, #intro-section #inner-intro #sub-select #sub-select-b {
    width: 100%;
    height: 50%;
    float: none; }

  #intro-section #inner-intro #sub-select #sub-select-a {
    border-bottom: 1px solid white; }

  #intro-section H2.title, #intro-section #inner-intro #product-select H2.title {
    font-size: 1.2em; }

  #logo {
    height: auto;
    width: 150px;
    margin-top: 0.3rem; } }
@media only screen and (max-width: 400px) {
  .support-sub li, .benefit-sub li {
    width: 50%; } }
@media only screen and (max-width: 320px) {
  .category.drop-down {
    min-width: 100%; } }
	/* =============================================================================
   Height queries
   ========================================================================== */
@media only screen and (max-height: 660px) {
  #product-dropdown-container #select-product.open ul {
    top: 0; }
    #product-dropdown-container #select-product.open ul li {
      background: white; } }
@media only screen and (max-height: 450px) {
  .selected-prod-title {
    display: none; }

  #product-dropdown-container {
    display: none; } }

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