@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|PT+Sans:400,700|Raleway:100,200,300,400,500,600,700,800,900');
@charset "UTF-8";
/*!
Theme Name: 	Dehumidifier Corp Template
Theme URI: 		http://julian.is
Description: 	Default theme for Dehumidifier Corporation of America.
Version: 		1.0
Author: 		Julian Gaviria
Author URI: 	julian.is
Tags: 			starkers, naked, clean, basic, html5, boilerplate, sass, smacss
*/
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }


a:active,
a:hover {
  outline: 0; }
.page-intro h2 {
  margin: 0.67em 0; }
svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

button,
.site-header-wrap input, .search-module input {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

.site-header-wrap input, .search-module input, .site-header-wrap input[type="submit"], .search-module input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
.site-header-wrap button::-moz-focus-inner, .search-module button::-moz-focus-inner, .site-header-wrap input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
.site-header-wrap input, .search-module input {
  line-height: normal; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }
optgroup {
  font-weight: bold; }

.rows-of-2 {
  display: block; }
  .rows-of-2::after {
    clear: both;
    content: "";
    display: table; }
  .rows-of-2 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .rows-of-2 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .rows-of-2 > * {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
        .rows-of-2 > *:last-child {
          margin-right: 0; }
        .rows-of-2 > *:nth-child(2n) {
          margin-right: 0; }
        .rows-of-2 > *:nth-child(2n+1) {
          clear: left; }
        .rows-of-2 > *:nth-last-child(2):last-child {
          margin-bottom: 0 !important; }
        .rows-of-2 > *:nth-last-child(1):last-child {
          margin-bottom: 0 !important; } }

.lt-ie9 .rows-of-2 {
  display: block; }
  .lt-ie9 .rows-of-2::after {
    clear: both;
    content: "";
    display: table; }
  .lt-ie9 .rows-of-2 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .lt-ie9 .rows-of-2 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .lt-ie9 .rows-of-2 > * {
        float: left;
        width: 50% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1em;
        padding-right: 1em;
        display: inline-block !important;
        clear: none !important; } }

.rows-of-3 {
  display: block; }
  .rows-of-3::after {
    clear: both;
    content: "";
    display: table; }
  .rows-of-3 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .rows-of-3 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .rows-of-3 > * {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%; }
        .rows-of-3 > *:last-child {
          margin-right: 0; }
        .rows-of-3 > *:nth-child(3n) {
          margin-right: 0; }
        .rows-of-3 > *:nth-child(3n+1) {
          clear: left; } }

.lt-ie9 .rows-of-3 {
  display: block; }
  .lt-ie9 .rows-of-3::after {
    clear: both;
    content: "";
    display: table; }
  .lt-ie9 .rows-of-3 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .lt-ie9 .rows-of-3 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .lt-ie9 .rows-of-3 > * {
        float: left;
        width: 33.3% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1em;
        padding-right: 1em; } }

.rows-of-4 {
  display: block; }
  .rows-of-4::after {
    clear: both;
    content: "";
    display: table; }
  .rows-of-4 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .rows-of-4 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .rows-of-4 > * {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 23.2317613015%; }
        .rows-of-4 > *:last-child {
          margin-right: 0; }
        .rows-of-4 > *:nth-child(4n) {
          margin-right: 0; }
        .rows-of-4 > *:nth-child(4n+1) {
          clear: left; } }

.lt-ie9 .rows-of-4 {
  display: block; }
  .lt-ie9 .rows-of-4::after {
    clear: both;
    content: "";
    display: table; }
  .lt-ie9 .rows-of-4 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .lt-ie9 .rows-of-4 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .lt-ie9 .rows-of-4 > * {
        float: left;
        width: 25% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1em;
        padding-right: 1em; } }

@media (max-width: 40em) {
  .mobile-rows-of-2 {
    display: block; }
    .mobile-rows-of-2::after {
      clear: both;
      content: "";
      display: table; }
    .mobile-rows-of-2 > * {
      margin-bottom: 1.5em;
      display: block;
      position: relative;
      float: left;
      display: block;
      margin-right: 7.4229703521%;
      width: 46.288514824%; }
      .mobile-rows-of-2 > * > *:first-child {
        margin-top: 0; }
      .mobile-rows-of-2 > *:nth-last-child(1) {
        background-color: red;
        margin-bottom: 0; }
      .mobile-rows-of-2 > *:nth-last-child(2) {
        background-color: green;
        margin-bottom: 0; }
      .mobile-rows-of-2 > *:last-child {
        margin-right: 0; }
      .mobile-rows-of-2 > *:nth-child(2n) {
        margin-right: 0; }
      .mobile-rows-of-2 > *:nth-child(2n+1) {
        clear: left; } }

.row {
  display: block;
  clear: both; }
  .row::after {
    clear: both;
    content: "";
    display: table; }

@media (min-width: 40em) {
  .col-1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 6.1721527019%; }
    .col-1:last-child {
      margin-right: 0; }
  .col-2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%; }
    .col-2:last-child {
      margin-right: 0; }
  .col-3 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    .col-3:last-child {
      margin-right: 0; }
  .col-4 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .col-4:last-child {
      margin-right: 0; }
  .col-5 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%; }
    .col-5:last-child {
      margin-right: 0; }
  .col-6 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .col-6:last-child {
      margin-right: 0; }
  .col-7 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%; }
    .col-7:last-child {
      margin-right: 0; }
  .col-8 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    .col-8:last-child {
      margin-right: 0; }
  .col-9 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%; }
    .col-9:last-child {
      margin-right: 0; }
  .col-10 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%; }
    .col-10:last-child {
      margin-right: 0; }
  .col-11 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 91.4701957002%; }
    .col-11:last-child {
      margin-right: 0; }
  .col-12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .col-12:last-child {
      margin-right: 0; }
  .col-last {
    margin-right: 0;
    margin-right: 0 !important; } }

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #1f1f1f;
  font-family: "Open Sans";
  font-size: 1em;
  line-height: 1.5; }
  @media (max-height: 46em) and (min-width: 60em) {
    body {
      font-size: .875em; } }
  @media (max-height: 40em) and (min-width: 60em) {
    body {
      font-size: .75em; } }

.display-font-size {
  font-size: 2.5em; }
  @media (min-width: 60em) {
    .display-font-size {
      font-size: 4.375em; } }

.xlarge-font-size {
  font-size: 1.875em; }
  @media (min-width: 60em) {
    .xlarge-font-size {
      font-size: 2.5em; } }

.large-font-size {
  font-size: 1.625em; }
  @media (min-width: 60em) {
    .large-font-size {
      font-size: 1.875em; } }

.medium-font-size {
  font-size: 1.25em;
  margin-bottom: 2em;
  margin-top: 1.75em; }
  @media (min-width: 60em) {
    .medium-font-size {
      font-size: 1.625em; } }

.base-font-size {
  font-size: 1em; }
  @media (min-width: 60em) {
    .base-font-size {
      font-size: 1.25em; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway";
  line-height: 1.25;
  margin: 0; }

h1 {
  font-size: 2.5em;
  margin-top: 0;
  margin-bottom: 24px;
  color: #f1b909; }
  @media (min-width: 60em) {
    h1 {
      font-size: 4.375em; } }

/*h2 {
  font-size: 1.625em;
  margin-top: 24px;
  margin-bottom: 24px;
  font-weight: 300;
  color: #7f868c; }
  @media (min-width: 60em) {
    h2 {
      font-size: 1.875em; } }
  h2 a {
    text-decoration: none; }

h3 {
  font-size: 1.25em;
  margin-top: 24px;
  margin-bottom: 16px;
  color: #129689;
  font-family: "Open Sans";
  font-weight: normal; }
  @media (min-width: 60em) {
    h3 {
      font-size: 1.625em; } }

h4 {
  font-size: 1em;
  margin-top: 16px;
  margin-bottom: 16px; }
  @media (min-width: 60em) {
    h4 {
      font-size: 1.25em; } }

h5 {
  font-size: 1em;
  margin-top: 16px;
  margin-bottom: 16px; }
  @media (min-width: 60em) {
    h5 {
      font-size: 1.25em; } }

h6 {
  font-size: 1em;
  margin-top: 16px;
  margin-bottom: 16px; }
  @media (min-width: 60em) {
    h6 {
      font-size: 1.25em; } }
    */

p {
  margin: 16px 0;
  font-size: 1.25em; }

.emph, .section-header-wrap p {
  font-size: 1.625em;
  color: #129689;
  font-weight: normal; }

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #129689;
  text-decoration: underline; }
  a:hover {
    color: #0a524b; }
  a:active {
    color: #0a524b;
    outline: none; }

hr {
  border-bottom: 1px solid #f1f1f1;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

blockquote {
  padding: 0;
  margin: 0; }

cite {
  color: #5f5f5f;
  font-style: italic; }
  cite:before {
    content: "\2014 \00A0"; }

/* 
Forms
Lists
Tables 
*/
/* Forms */
fieldset {
  background: white;
  border: 1px solid #f1f1f1;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }


/*label, #form-extended label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after, #form-extended label.required:after {
    content: "*"; }
  label abbr, #form-extended label abbr {
    display: none; }*/

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
input[type="hidden"] {
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #f1f1f1;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Open Sans";
  font-size: 1.25em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 90%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  input[type="hidden"]:hover {
    border-color: #d8d7d7; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  input[type="hidden"]:focus {
    border-color: #129689;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(15, 127, 116, 0.7);
    outline: none; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.hs-form fieldset {
  max-width: 100% !important;
  background-color: transparent !important; }

.hs-form fieldset.form-columns-1 .hs-input {
  width: 100%; }

.hs-error-msgs {
  color: red; }

/* Lists */
.site-header ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
.site-footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.bullet-style {
  clear: left;
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 1.5em; }
  .bullet-style li {
    position: relative;
    margin-bottom: 0.5em;
    font-size: 1.25em;
    line-height: 1.5em; }
    .bullet-style li a {
      text-decoration: none;
      font-weight: normal; }
    .bullet-style li:after {
      content: '';
      width: 1.5em;
      height: 1.5em;
      display: block;
      position: absolute;
      top: 0;
      left: -1.5em;
      background-image: url(https://cdn2.hubspot.net/hubfs/393656/dca-imgs/ico-bullet.svg);
      background-position: center center;
      background-size: .25em;
      background-repeat: no-repeat; }
    @media (min-width: 60em) {
      .bullet-style li {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
        .bullet-style li:last-child {
          margin-right: 0; }
        .bullet-style li:nth-child(2n) {
          margin-right: 0; }
        .bullet-style li:nth-child(2n+1) {
          clear: left; } }
    .bullet-style li li {
      font-size: 1em; }



/*=============== Spec Tables ===============*/
.spec-table {
  display: block;
  width: 100%;
  margin-bottom: 1.5em;
  background: white; }

.spec-thead {
  display: block; }

.spec-table-row {
  display: block;
  width: 100%; }

.spec-cell {
  display: block;
  border: 0.2em solid #ffffff;
  padding: .5em .8em;
  vertical-align: top; }
  .spec-cell p {
    margin: .5em 0; }
  .spec-cell > ul {
    margin: .5em 0; }
    .spec-cell > ul > li {
      margin-bottom: 0 !important; }
      .spec-cell > ul > li ul {
        padding: 0 0 0 1.8em; }
  .spec-cell input,
  .spec-cell select {
    width: 100%; }

.spec-col {
  display: table-column; }

.spec-col-1 {
  width: 100%; }

.spec-col-2 {
  width: 100%; }

@media (min-width: 40em) {
  .spec-table {
    display: table; }
  .spec-thead {
    display: table-header-group; }
  .spec-table-row {
    display: table-row; }
  .spec-cell {
    display: table-cell; }
    .spec-cell p {
      font-size: 1em; }
  .spec-spec-col-1 {
    width: 30%; }
  .spec-spec-col-2 {
    width: 70%; } }

.btn, button,
input[type="submit"], .btn-download, .btn-arrow, .product-grid-item-link, .btn-alt, .btn-alt-download, .btn-alt-arrow, .btn-alt-rep {
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 5px;
  color: white;
  display: inline-block;
  font-weight: normal;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  .btn:hover, button:hover,
  input:hover[type="submit"], .btn-download:hover, .btn-arrow:hover, .product-grid-item-link:hover, .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover, .btn-alt-rep:hover {
    color: white; }
  .btn:disabled, button:disabled,
  input:disabled[type="submit"], .btn-download:disabled, .btn-arrow:disabled, .product-grid-item-link:disabled, .btn-alt:disabled, .btn-alt-download:disabled, .btn-alt-arrow:disabled, .btn-alt-rep:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  .btn:after, button:after,
  input[type="submit"]:after, .btn-download:after, .btn-arrow:after, .product-grid-item-link:after, .btn-alt:after, .btn-alt-download:after, .btn-alt-arrow:after, .btn-alt-rep:after {
    content: '';
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear; }

.btn, button,
input[type="submit"], .btn-download, .btn-arrow, .product-grid-item-link {
  background-color: #f1b909;
  color: black; }
  .btn:hover, button:hover,
  input:hover[type="submit"], .btn-download:hover, .btn-arrow:hover, .product-grid-item-link:hover {
    background-color: #c09307;
    color: black; }
  .btn:after, button:after,
  input[type="submit"]:after, .btn-download:after, .btn-arrow:after, .product-grid-item-link:after {
    background-color: #c09307; }

.btn-alt, .btn-alt-download, .btn-alt-arrow, .btn-alt-rep {
  background-color: #129689;
  border: 2px solid #129689; }
  .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover, .btn-alt-rep:hover {
    background-color: #0d685f; }
  .btn-alt:after, .btn-alt-download:after, .btn-alt-arrow:after, .btn-alt-rep:after {
    background-color: #0d685f; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

.btn-download, .btn-alt-download, .btn-arrow, .btn-alt-arrow, .btn-alt-rep {
  padding-right: 4em; }
  .btn-download:after, .btn-alt-download:after, .btn-arrow:after, .btn-alt-arrow:after, .btn-alt-rep:after {
    content: '';
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3em;
    position: absolute;
    background-position: center center;
    background-size: 1.8em;
    background-repeat: no-repeat;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px; }
  .btn-download:hover:after, .btn-alt-download:hover:after, .btn-arrow:hover:after, .btn-alt-arrow:hover:after, .btn-alt-rep:hover:after {
    background-size: 2.2em; }

.btn-download:after {
  background-image: url(ico-download.svg); }

.btn-alt-download:after {
  background-image: url(ico-download.svg); }

.btn-arrow:after {
  background-image: url(ico-white-arrow-right.svg); }

.btn-alt-arrow:after {
  background-image: url(ico-white-arrow-right.svg); }

.btn-alt-rep {
  background-color: #ffffff;
  color: #0d6c63; }
  .btn-alt-rep:after {
    background-image: url(ico-rep-finder-dgreen.svg);
    background-color: transparent; }
  .btn-alt-rep:hover {
    background-color: #e6e5e5;
    color: #0d6c63; }
  @media (min-width: 60em) {
    .btn-alt-rep:after {
      height: 4em;
      width: 3.7em;
      background-size: 2.5em; }
    .btn-alt-rep:hover:after {
      background-size: 2.2em; } }

.site-nav,
#hs_menu_wrapper_default {
  background-color: #f1b909; }
  @media (min-width: 60em) {
    .site-nav,
    #hs_menu_wrapper_default {
      display: block;
      position: relative;
      top: 0;
      left: 0;
      background-color: #ffffff; }
      .site-nav span,
      #hs_menu_wrapper_default span {
        white-space: normal; } }
  @media (min-width: 60em) {
    .site-nav,
    #hs_menu_wrapper_default {
      background-color: #ffffff; } }

.sn-level-1,
#hs_menu_wrapper_default > ul {
  margin: 0;
  padding: 0; }
  @media (min-width: 60em) {
    .sn-level-1,
    #hs_menu_wrapper_default > ul {
      height: 5em;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -moz-box-pack: end;
      box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      -o-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: end; } }
  @media (min-width: 60em) {
    .sn-level-1,
    #hs_menu_wrapper_default > ul {
      height: 4em; } }
  @media (min-width: 80em) {
    .sn-level-1,
    #hs_menu_wrapper_default > ul {
      height: 5em; } }

.sn-li-l1,
.hs-menu-depth-1 {
  display: block;
  border-bottom: none;
  background-color: #f1b909;
  position: relative; }
  .sn-li-l1 span,
  .hs-menu-depth-1 span {
    font-size: 1.25em; }
  .sn-li-l1 > a,
  .hs-menu-depth-1 > a {
    display: block;
    height: 3.125em;
    line-height: 3.125em;
    color: #60666b;
    text-decoration: none;
    padding: 0 1em; }
    .sn-li-l1 > a:visited,
    .hs-menu-depth-1 > a:visited {
      color: #60666b; }
    .sn-li-l1 > a:hover,
    .hs-menu-depth-1 > a:hover {
      color: #ffffff; }
  .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
  .hs-menu-depth-1.has-subnav .m-subnav-arrow,
  .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
  .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
    cursor: pointer;
    display: none;
    display: none; }
    @media (max-width: 40em) {
      .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
      .hs-menu-depth-1.has-subnav .m-subnav-arrow,
      .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
      .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
        padding-right: 0em;
        background-image: url(ico-arrow-down.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 0.75em;
        display: block;
        width: 40px;
        height: 2.5em;
        position: absolute;
        background-color: #e2ae08;
        right: 0;
        top: 0;
        bottom: 0; }
        .sn-li-l1.has-subnav .m-subnav-arrow.active, .sn-li-l1.menu-item-has-children .m-subnav-arrow.active, .sn-li-l1.hs-item-has-children .m-subnav-arrow.active,
        .hs-menu-depth-1.has-subnav .m-subnav-arrow.active,
        .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow.active,
        .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow.active {
          transform: rotate(180deg); } }
    @media (min-width: 60em) {
      .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
      .hs-menu-depth-1.has-subnav .m-subnav-arrow,
      .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
      .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
        display: none; } }
  .sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span, .sn-li-l1.hs-item-has-children > a span,
  .hs-menu-depth-1.has-subnav > a span,
  .hs-menu-depth-1.menu-item-has-children > a span,
  .hs-menu-depth-1.hs-item-has-children > a span {
    padding-right: 0em;
    background-image: url(ico-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 0.75em;
    display: block; }
  .sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span, .sn-li-l1.hs-item-has-children > a.active span,
  .hs-menu-depth-1.has-subnav > a.active span,
  .hs-menu-depth-1.menu-item-has-children > a.active span,
  .hs-menu-depth-1.hs-item-has-children > a.active span {
    transform: rotate(180deg); }
  .sn-li-l1.active,
  .hs-menu-depth-1.active {
    color: #ffffff; }
  .sn-li-l1:hover,
  .hs-menu-depth-1:hover {
    background-color: #f1b909; }
    .sn-li-l1:hover > a,
    .hs-menu-depth-1:hover > a {
      color: #ffffff; }
  @media (min-width: 60em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      float: left;
      border-bottom: 0;
      border-right: none;
      text-align: center;
      background-color: #ffffff; }
      .sn-li-l1 span,
      .hs-menu-depth-1 span {
        font-size: 1.1em;
        font-weight: 600; }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        padding: 0 0.75em;
        color: #60666b;
        height: 5em;
        line-height: 5em; }
        .sn-li-l1 > a:hover,
        .hs-menu-depth-1 > a:hover {
          color: #60666b; }
      .sn-li-l1:hover .sn-level-2,
      .sn-li-l1:hover .hs-menu-children-wrapper,
      .hs-menu-depth-1:hover .sn-level-2,
      .hs-menu-depth-1:hover .hs-menu-children-wrapper {
        display: block; }
      .sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span, .sn-li-l1.hs-item-has-children > a span,
      .hs-menu-depth-1.has-subnav > a span,
      .hs-menu-depth-1.menu-item-has-children > a span,
      .hs-menu-depth-1.hs-item-has-children > a span {
        /* padding-right: 1em;
           background-size: em(10);
           display: inline; */
        background: none;
        padding-right: 0; }
      .sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span, .sn-li-l1.hs-item-has-children > a.active span,
      .hs-menu-depth-1.has-subnav > a.active span,
      .hs-menu-depth-1.menu-item-has-children > a.active span,
      .hs-menu-depth-1.hs-item-has-children > a.active span {
        background-image: url(ico-arrow-down.svg); }
      .sn-li-l1:hover,
      .hs-menu-depth-1:hover {
        background-color: transparent; }
        .sn-li-l1:hover > a,
        .hs-menu-depth-1:hover > a {
          color: #60666b; }
          .sn-li-l1:hover > a span,
          .hs-menu-depth-1:hover > a span {
            border-bottom: 3px solid #129689;
            display: inline;
            padding-bottom: 0.5em; } }
  @media (min-width: 60em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      border-right: none; }
      .sn-li-l1 span,
      .hs-menu-depth-1 span {
        font-size: 1.1em;
        /*font-size: em(14);*/ }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        padding: 0 0.3125em;
        color: #60666b;
        height: 4em;
        line-height: 4em; } }
  @media (min-width: 80em) {
    .sn-li-l1 span,
    .hs-menu-depth-1 span {
      font-size: 1.1em; }
    .sn-li-l1 > a,
    .hs-menu-depth-1 > a {
      padding: 0 0.8em !important;
      height: 5em;
      line-height: 5em; } }
  @media (max-height: 46em) and (min-width: 60em) {
    .sn-li-l1 span,
    .hs-menu-depth-1 span {
      font-size: 1.1em; } }

.sn-level-2,
.hs-menu-children-wrapper {
  padding: 0;
  margin: 0;
  display: none;
  position: relative; }
  .sn-level-2.active,
  .hs-menu-children-wrapper.active {
    display: block; }
  @media (min-width: 60em) {
    .sn-level-2,
    .hs-menu-children-wrapper {
      position: absolute;
      z-index: 100;
      top: 4.375em;
      box-shadow: 0 18px 25px rgba(0, 0, 0, 0.12);
      width: 25em;
      font-size: 0.8em; }
      .sn-level-2.active,
      .hs-menu-children-wrapper.active {
        display: none; } }
  @media (min-width: 80em) {
    .sn-level-2,
    .hs-menu-children-wrapper {
      top: 100%;
      width: 28.125em;
      font-size: 1em; } }

.sn-li-l2, .sn-li-l3,
.hs-menu-depth-2 {
  background-color: #ffffff;
  text-align: left; }
  .sn-li-l2 > a, .sn-li-l3 > a,
  .hs-menu-depth-2 > a {
    padding: 0 1em;
    color: #60666b;
    border-top: none;
    display: block;
    text-decoration: none;
    line-height: 3.125em; }
    .sn-li-l2 > a span, .sn-li-l3 > a span,
    .hs-menu-depth-2 > a span {
      font-size: 1.0625em;
      line-height: 1.25em;
      display: inline-block;
      vertical-align: middle; }
    .sn-li-l2 > a:hover, .sn-li-l3 > a:hover,
    .hs-menu-depth-2 > a:hover {
      color: #ffffff; }
  .sn-li-l2:hover, .sn-li-l3:hover,
  .hs-menu-depth-2:hover {
    background-color: #f1b909;
    color: #ffffff; }
    .sn-li-l2:hover > a, .sn-li-l3:hover > a,
    .hs-menu-depth-2:hover > a {
      color: #ffffff; }
  @media (min-width: 60em) {
    .sn-li-l2, .sn-li-l3,
    .hs-menu-depth-2 {
      position: relative;
      background-color: #ffffff; }
      .sn-li-l2 > a, .sn-li-l3 > a,
      .hs-menu-depth-2 > a {
        padding: 0 1.5em;
        line-height: 3.75em;
        border-top: none;
        border-right: none; }
        .sn-li-l2 > a span, .sn-li-l3 > a span,
        .hs-menu-depth-2 > a span {
          font-size: 1.0625em; }
      .sn-li-l2:hover, .sn-li-l3:hover,
      .hs-menu-depth-2:hover {
        background-color: #f1b909;
        color: #ffffff;
        background-repeat: no-repeat;
        background-position: 16em center;
        background-size: 1em; }
        .sn-li-l2:hover .sn-level-3, .sn-li-l3:hover .sn-level-3,
        .hs-menu-depth-2:hover .sn-level-3 {
          display: block;
          padding: 1.5625em; } }
  @media (min-width: 60em) {
    .sn-li-l2, .sn-li-l3,
    .hs-menu-depth-2 {
      background-color: #ffffff; }
      .sn-li-l2 > a, .sn-li-l3 > a,
      .hs-menu-depth-2 > a {
        padding: 0 2em;
        line-height: 3.75em;
        border-top: none;
        border-right: none; }
        .sn-li-l2 > a span, .sn-li-l3 > a span,
        .hs-menu-depth-2 > a span {
          font-size: 1.0625em; }
      .sn-li-l2:hover, .sn-li-l3:hover,
      .hs-menu-depth-2:hover {
        background-color: #f1b909; } }

.sn-level-3 {
  background-color: #477DCA;
  padding: 0;
  margin: 0;
  padding-top: 1px;
  display: none;
  position: relative; }
  .sn-level-3.active {
    display: block; }
  @media (min-width: 60em) {
    .sn-level-3 {
      position: absolute;
      top: 0;
      left: 100%;
      width: 33.4375em;
      z-index: 100; }
      .sn-level-3.active {
        display: none; } }

.sn-li-l3 {
  background-color: #477DCA; }
  @media (min-width: 60em) {
    .sn-li-l3 {
      float: left;
      margin-right: 1%;
      width: 48.8212%;
      padding-right: 5%; }
      .sn-li-l3 a {
        padding-left: 1em; }
        .sn-li-l3 a:hover {
          color: #f1b909;
          font-weight: bold; }
      .sn-li-l3:first-child {
        width: 100%;
        margin: 0;
        padding: 0 0 1.5em;
        border-bottom: 1px solid #ffffff;
        font-family: "Open Sans"; }
        .sn-li-l3:first-child > a {
          font-weight: 500;
          text-transform: uppercase;
          font-size: 1.5em;
          color: #60666b;
          height: auto;
          line-height: inherit; }
        .sn-li-l3:first-child:hover {
          background: none; }
      .sn-li-l3:hover {
        background-color: transparent;
        background-position: 95% center;
        background-image: url(ico-arrow-right.svg); } }

.site-nav-container {
  background-color: #f1b909;
  width: 17em;
  height: 100%;
  right: -17em;
  top: 0;
  bottom: 0;
  z-index: 1000;
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .site-nav-container.active {
    right: 0; }
  @media (min-width: 60em) {
    .site-nav-container {
      width: auto;
      height: auto;
      right: auto;
      bottom: auto;
      top: auto;
      position: static;
      background-color: transparent;
      clear: none; } }
  @media (min-width: 60em) {
    .site-nav-container {
      margin-right: 0.625em;
      /*float: left;
    width: 54.5%;*/ } }
  @media (min-width: 80em) {
    .site-nav-container {
      margin-right: 0; } }

.site-nav-container-screen {
  position: absolute;
  display: none;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5); }
  .site-nav-container-screen.active {
    display: block; }
  @media (min-width: 60em) {
    .site-nav-container-screen {
      display: none !important; } }

.close-menu {
  display: inline-block;
  clear: both;
  position: relative;
  text-align: center;
  color: #ffffff !important;
  font-family: "Raleway";
  padding: 0.25em 1em;
  padding-right: 1.5625em;
  margin: 0 auto;
  font-size: 0.875em;
  background-color: #60666b;
  border-radius: 0.1875em;
  text-decoration: none; }
  .close-menu:visited {
    color: #ffffff; }
  .close-menu:hover {
    color: #ffffff; }
  .close-menu:after {
    content: '';
    background-color: transparent;
    background-image: url(ico-exit.svg);
    background-size: 0.8125em 0.8125em;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 1.5625em;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute; }
  @media (min-width: 60em) {
    .close-menu {
      display: none; } }

.snc-header {
  text-align: center;
  padding: 1em; }
  @media (min-width: 60em) {
    .snc-header {
      padding: 0; } }

/*
This is used to separate sections/modules of the website while still keeping a consistent max-width. Example below:
<section class="about-module">
  <div class="inner-wrap">
    Content here...
  </div>
</section>
*/
.inner-wrap, .inner-wrap-narrow, .inner-wrap-wide, .inner-wrap-fullwidth {
  max-width: 85.8125em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 1em 1.5em 1em; }
  .inner-wrap::after, .inner-wrap-narrow::after, .inner-wrap-wide::after, .inner-wrap-fullwidth::after {
    clear: both;
    content: "";
    display: table; }
  .inner-wrap > *:first-child, .inner-wrap-narrow > *:first-child, .inner-wrap-wide > *:first-child, .inner-wrap-fullwidth > *:first-child {
    margin-top: 0; }
  .inner-wrap > *:last-child, .inner-wrap-narrow > *:last-child, .inner-wrap-wide > *:last-child, .inner-wrap-fullwidth > *:last-child {
    margin-bottom: 0; }
  @media (min-width: 40em) {
    .inner-wrap, .inner-wrap-narrow, .inner-wrap-wide, .inner-wrap-fullwidth {
      padding: 2.5em 1.5em 2.5em 1.5em; } }

.inner-wrap-narrow {
  max-width: 74.875em; }

.inner-wrap-wide {
  max-width: 87.5em; }

.inner-wrap-fullwidth {
  max-width: 100%; }

/*=============== Sections ===============*/
.section-header-wrap {
  background-color: #f1f1f1; }
  .section-header-wrap .inner-wrap, .section-header-wrap .inner-wrap-narrow, .section-header-wrap .inner-wrap-wide, .section-header-wrap .inner-wrap-fullwidth {
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
  .section-header-wrap h1 {
    margin: 0; }
  .section-header-wrap p {
    margin: .5em 0 0 0; }

.section-cta {
  text-align: center; }

/*=============== Media Object ===============*/
.media-object {
  overflow: hidden; }

.media-object-img {
  width: 20%;
  float: left;
  display: block;
  margin-right: 5%; }
  .media-object-img img {
    width: 100%; }

.media-object-body {
  width: 75%;
  float: left; }

.media-object-header {
  margin-top: 0;
  margin-bottom: .15em; }

.media-grid-2 > * {
  margin-bottom: 1em; }

@media (min-width: 40em) {
  .media-grid-2 > * {
    float: left;
    display: block;
    margin-right: 3.1684356888%;
    width: 48.4157821556%;
    margin-bottom: 1.5em; }
    .media-grid-2 > *:last-child {
      margin-right: 0; }
    .media-grid-2 > *:nth-child(2n) {
      margin-right: 0; }
    .media-grid-2 > *:nth-child(2n+1) {
      clear: left; } }

/*======= Responsive iFrame / YouTube / HTML5 Video =======*/
.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 1.8em; }
  .iframe-container iframe, .iframe-container object, .iframe-container embed, .iframe-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*=============== Click to Expand ===============*/
.click-expand {
  border: 1px solid #f1f1f1;
  clear: both;
  margin-bottom: 1.5em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .click-expand.active:hover {
    background-color: #ffffff; }
  .click-expand.active .ce-header:after {
    content: '-'; }
  .click-expand.active .ce-body {
    display: block;
    opacity: 1;
    -webkit-animation: click-expand 0.5s 1;
    -moz-animation: click-expand 0.5s 1;
    animation: click-expand 0.5s 1;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-delay: 0.05s;
    -moz-animation-delay: 0.05s;
    animation-delay: 0.05s;
    padding: 0 12px 1.5em 12px;
    display: block; }
    .click-expand.active .ce-body > *:first-child {
      margin-top: 0; }
    .click-expand.active .ce-body > *:last-child {
      margin-bottom: 0; }
  .click-expand:hover {
    background-color: #f1f1f1; }

.ce-header {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding-left: 12px;
  padding-right: 30px;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  outline: none; }
  .ce-header:after {
    content: '+';
    color: #129689;
    padding-left: 8px;
    position: absolute;
    right: 0.3125em;
    top: 50%;
    transform: translateY(-50%); }

.ce-body {
  display: none;
  opacity: 0; }

@-webkit-keyframes click-expand {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes click-expand {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes click-expand {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/*=============== Social Media Icons ===============*/
.social-wrap {
  overflow: hidden;
  /*span {
    background-color:$white;
    border-radius:3px;
    display:inline-block;
    padding:.15em;
    img {
      display:block;
      margin:0 auto;
    }
    }*/ }
  .social-wrap a {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    position: relative; }
    .social-wrap a path {
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      transition: all 0.1s linear; }
    .social-wrap a:hover {
      opacity: .75; }
      .social-wrap a:hover path {
        fill: #477DCA; }
  .social-wrap img {
    display: inline-block;
    margin: 0 auto;
    width: 1.1em;
    height: auto;
    vertical-align: middle; }
  .social-wrap svg {
    display: inline-block;
    vertical-align: middle; }

/*=============== Slide Panel ===============*/
.slide-panel {
  display: none;
  position: fixed;
  background: #1f1f1f;
  color: #fff;
  height: 100%;
  width: 21.25em;
  right: -21.25em;
  top: 14%;
  z-index: 10;
  -webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out; }
  .slide-panel h2 {
    padding: .2em 1em; }
  .slide-panel p {
    background: #1f1f1f;
    padding: .25px 2em; }
  .slide-panel label {
    color: #ffffff !important; }
  .slide-panel:hover {
    right: 0px; }
  @media (min-width: 40em) {
    .slide-panel {
      display: block; } }

.slide-panel-button {
  position: absolute;
  top: 50px;
  right: 340px;
  padding: 20px 20px;
  background: #1f1f1f;
  min-width: 200px; }

/*=============== Slide Box ===============*/
#last {
  margin: 0;
  padding: 0; }

#slidebox, #slidebox1 {
  padding: 0.625em 0.625em 0.625em 1em;
  position: fixed;
  bottom: 0;
  left: -26.875em;
  z-index: 1000;
  width: 100%;
  background-color: #f1b909; }
  @media (min-width: 40em) {
    #slidebox, #slidebox1 {
      width: auto; } }

#slidebox1 {
  text-align: center; }
  #slidebox1 a.close {
    background-color: #0d685f;
    color: #ffffff;
    top: -1.5em; }
    #slidebox1 a.close:hover {
      background-color: #129689; }
  #slidebox1.home-page-slidebox {
    left: -100%;
    padding: 0.3125em;
    max-width: 28.125em;
    -webkit-transition: right 0.5s linear;
    -moz-transition: right 0.5s linear;
    transition: right 0.5s linear; }
    #slidebox1.home-page-slidebox a.close {
      background-color: #f1b909 !important;
      border-radius: 0;
      color: #fff;
      display: block;
      font-size: 1.25em;
      font-weight: bold;
      height: 1.65em;
      right: -0.1em;
      text-decoration: none;
      top: -1.65em;
      width: 1.75em; }
    #slidebox1.home-page-slidebox img {
      display: block;
      width: 100%; }
  #slidebox1.slide-popup-module {
    padding: 1.75em 0.625em 0.625em 1em;
    background-color: #222;
    bottom: 10%; }
    #slidebox1.slide-popup-module .spl-img {
      max-width: 21.25em;
      width: 100%; }
      #slidebox1.slide-popup-module .spl-img img {
        width: 100% !important; }
    #slidebox1.slide-popup-module p {
      color: #ffffff; }
    #slidebox1.slide-popup-module a.close {
      top: 0;
      font-size: 18px;
      right: 0; }

a.close {
  background-color: white;
  color: #477DCA;
  text-align: center;
  float: left;
  padding: 0 0.5em;
  font-size: 0.6875em;
  border-radius: 0.1875em;
  position: absolute;
  cursor: pointer;
  top: 1.5em;
  right: 2em; }

a.close:hover {
  background-color: rgba(255, 255, 255, 0.75); }

/*=============== Accordion Tabs ===============*/
.accordion-tabs {
  line-height: 1.5;
  margin-bottom: 1.5em;
  padding: 0 !important; }
  .accordion-tabs::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 40em) {
    .accordion-tabs {
      border-radius: 5px;
      border: 1px solid #f1f1f1; } }
  .accordion-tabs .tab-header-and-content {
    list-style: none;
    margin-bottom: 0; }
    .accordion-tabs .tab-header-and-content:after {
      display: none; }
    @media screen and (min-width: 40em) {
      .accordion-tabs .tab-header-and-content {
        display: inline; } }
    .accordion-tabs .tab-header-and-content:first-child .tab-link {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      @media screen and (max-width: 40em) {
        .accordion-tabs .tab-header-and-content:first-child .tab-link {
          border-top: 0; } }
    @media screen and (max-width: 40em) {
      .accordion-tabs .tab-header-and-content:last-child .tab-link {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; } }
  .accordion-tabs .tab-link {
    background-color: rgba(255, 255, 255, 0);
    border-top: 1px solid #f1f1f1;
    color: #1f1f1f;
    display: block;
    font-weight: bold;
    font-size: 1.625em;
    padding: 0.75em 0.809em;
    text-decoration: none;
    font-family: "Raleway";
    border-bottom: 0; }
    @media screen and (min-width: 40em) {
      .accordion-tabs .tab-link {
        display: inline-block;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-top: 0; } }
    .accordion-tabs .tab-link:hover {
      color: #129689;
      border-bottom: 0; }
    .accordion-tabs .tab-link:focus {
      outline: none; }
    .accordion-tabs .tab-link.is-active {
      background-color: white; }
      @media screen and (min-width: 40em) {
        .accordion-tabs .tab-link.is-active {
          background-color: white;
          border: 1px solid #f1f1f1;
          border-bottom-color: white;
          margin-bottom: -1px; } }
  .accordion-tabs .tab-content {
    background: white;
    display: none;
    padding: 1.5em 1.618em;
    width: 100%; }
    .accordion-tabs .tab-content > *:first-child {
      margin-top: 0; }
    .accordion-tabs .tab-content > *:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 40em) {
      .accordion-tabs .tab-content {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        border: 1px solid #f1f1f1;
        float: left; } }

/*=============== HubSpot Thumbnail Slider Gallery  ===============*/
.hs_cos_gallery_thumbnails .hs_cos_gallery_slide:hover {
  cursor: pointer; }

.hs_cos_gallery_thumbnails img {
  height: 3.75em;
  object-fit: cover;
  border: 1px solid #f1f1f1; }

.hs_cos_gallery_thumbnails .slick-current img {
  border: 1px solid #129689; }

/*=============== Misc ===============*/
hr {
  display: block;
  clear: both; }

figure {
  margin: 0;
  padding: 0; }

.wp-pagenavi > * {
  margin-right: .75em; }

/*=============== Lightbox / Magnific Popup  ===============*/
.white-popup {
  position: relative;
  background: #ffffff;
  padding: 2.5em;
  width: auto;
  max-width: 37.5em;
  margin: 1.25em auto; }
  .white-popup > * {
    margin-top: 0; }

.mfp-fade-side .mfp-content, .mfp-fade-side .white-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px); }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px); }

/*=============== Layouts  ===============*/
.page-intro {
  text-align: center; }
  @media (min-width: 60em) {
    .page-intro {
      text-align: left; } }
  .page-intro .inner-wrap, .page-intro .inner-wrap-narrow, .page-intro .inner-wrap-wide, .page-intro .inner-wrap-fullwidth {
    padding-top: 2.5em;
    padding-bottom: 2.5em; }
    @media (min-width: 60em) {
      .page-intro .inner-wrap, .page-intro .inner-wrap-narrow, .page-intro .inner-wrap-wide, .page-intro .inner-wrap-fullwidth {
        padding-top: 50.4px;
        padding-bottom: 88px; } }

.pi-heading {
  font-size: 1.875em;
  color: #0d6c63;
  font-weight: 600;
  font-family: "Open Sans";
  margin: 0; }
  @media (min-width: 60em) {
    .pi-heading {
      font-size: 2.5em; } }

.breadcrumb-menu-wrapper {
  display: inline-block;
  clear: both;
  width: 100%;
  margin-bottom: 2em; }
  .breadcrumb-menu-wrapper #breadcrumbs a {
    text-decoration: underline;
    font-size: 1.125em;
    line-height: 1.5em;
    color: #7f868c;
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    .breadcrumb-menu-wrapper #breadcrumbs a:hover {
      color: #f1b909;
      text-decoration: none; }
  .breadcrumb-menu-wrapper #breadcrumbs > span > span:first-child > a {
    padding-left: 1.6666666667em; }
    .breadcrumb-menu-wrapper #breadcrumbs > span > span:first-child > a:before {
      background: url(ico-breadcrumb-home.svg);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 100% auto;
      content: "";
      height: 1.1111111111em;
      position: absolute;
      left: 0;
      top: 0;
      width: 1.1111111111em; }
  .breadcrumb-menu-wrapper .divider {
    color: #7f868c;
    font-size: 1.125em;
    padding: 0 0.8263888889em 0 0.5486111111em;
    display: inline-block;
    vertical-align: middle; }

.breadcrumb_last {
  text-decoration: none;
  color: #129689;
  font-weight: 600;
  font-size: 1.125em;
  line-height: 1.5em;
  vertical-align: middle;
  display: inline-block;
  margin-top: -1px; }

body:not(.home) .site-content .inner-wrap, body:not(.home) .site-content .inner-wrap-narrow, body:not(.home) .site-content .inner-wrap-wide, body:not(.home) .site-content .inner-wrap-fullwidth {
  padding-top: 3.5em; }

@media (min-width: 60em) {
  .site-content .inner-wrap, .site-content .inner-wrap-narrow, .site-content .inner-wrap-wide, .site-content .inner-wrap-fullwidth {
    width: 100%; } }

@media (min-width: 60em) {
  .site-content.one-column .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0; }
    .site-content.one-column .site-content-primary:last-child {
      margin-right: 0; }
  .site-content.one-column .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0; }
    .site-content.one-column .site-content-secondary:last-child {
      margin-right: 0; }
  .site-content.two-column .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%; }
    .site-content.two-column .site-content-primary:last-child {
      margin-right: 0; }
  .site-content.two-column .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    margin-right: 0; }
    .site-content.two-column .site-content-secondary:last-child {
      margin-right: 0; }
  .site-content.three-column .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .site-content.three-column .site-content-primary:last-child {
      margin-right: 0; }
  .site-content.three-column .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .site-content.three-column .site-content-secondary:last-child {
      margin-right: 0; }
  .site-content.three-column .additional-content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0; }
    .site-content.three-column .additional-content:last-child {
      margin-right: 0; }
  .site-content.two-column-alt .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    .site-content.two-column-alt .site-content-primary:last-child {
      margin-right: 0; }
  .site-content.two-column-alt .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0; }
    .site-content.two-column-alt .site-content-secondary:last-child {
      margin-right: 0; } }

/*=============== Product Grid ===============*/
.product-grid {
  clear: both; }
  .product-grid.ce-product-grid > div {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5625em; }
    .product-grid.ce-product-grid > div > * {
      float: left;
      width: 50%; }
  @media (min-width: 40em) {
    .product-grid.ce-product-grid.product-grid-2 {
      margin-left: -0.75em; } }
  .product-grid.ce-product-grid.product-grid-2 > div {
    float: left;
    width: 100%; }
    @media (min-width: 40em) {
      .product-grid.ce-product-grid.product-grid-2 > div {
        width: 50%;
        padding-left: 0.75em; } }
  .product-grid.resource-library-section {
    margin-left: -0.75em;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .product-grid.resource-library-section > div {
      width: 100%;
      padding-left: 12px;
      float: left; }
    .product-grid.resource-library-section .product-grid-item-header-wrap {
      margin-left: 0; }
  @media (min-width: 40em) {
    .product-grid.rlm-3 > div {
      width: 50%; } }
  @media (min-width: 40em) {
    .product-grid.rlm-3 > div {
      width: 50%; } }
  @media (min-width: 60em) {
    .product-grid.rlm-3 > div {
      width: 33.33%; } }
  @media (min-width: 40em) {
    .product-grid.rlm-4 > div {
      width: 50%; } }
  @media (min-width: 60em) {
    .product-grid.rlm-4 > div {
      width: 25%; } }
  @media (min-width: 60em) {
    .product-grid {
      margin-bottom: 0; } }

.product-grid-item {
  font-size: .875em;
  text-decoration: none;
  text-align: center;
  background-color: #ffffff;
  padding: 1em;
  border-bottom: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .product-grid-item:hover {
    border-bottom: 1px solid #60666b;
    border-right: 1px solid #60666b; }
    .product-grid-item:hover .product-grid-item-img {
      -webkit-transform: scale(1.07);
      -moz-transform: scale(1.07);
      -ms-transform: scale(1.07);
      -o-transform: scale(1.07);
      transform: scale(1.07); }
  @media (min-width: 40em) {
    .product-grid-item {
      font-size: .75em;
      margin-bottom: 1.5em; } }
  @media (min-width: 60em) {
    .product-grid-item {
      font-size: 1em; } }

@media (min-width: 40em) {
  .product-grid-item-header-wrap {
    height: 4em;
    line-height: 4em;
    margin-bottom: 1em;
    margin-left: 0.75em; }
    .product-grid-item-header-wrap .product-grid-item-header {
      display: inline-block;
      vertical-align: middle; } }

@media (min-width: 60em) {
  .product-grid-item-header-wrap {
    height: 4em;
    line-height: 4em; } }

.product-grid-item-header {
  font-size: 1.125em;
  line-height: normal;
  font-weight: bold;
  color: #129689;
  text-decoration: none;
  margin: 0 0 0 0;
  width: 70%;
  float: right;
  text-align: left;
  clear: none;
  font-family: "Raleway"; }
  @media (min-width: 40em) {
    .product-grid-item-header {
      width: auto;
      float: none;
      text-align: left; } }

.product-grid-item-subheader {
  color: #000000;
  margin: 0 0 1em 0;
  width: 70%;
  float: right;
  text-align: left;
  clear: none;
  font-size: 0.9375em; }
  @media (min-width: 40em) {
    .product-grid-item-subheader {
      width: auto;
      float: none;
      text-align: center; } }
  @media (min-width: 60em) {
    .product-grid-item-subheader {
      min-height: 3em; } }

.product-grid-item-img {
  float: left;
  width: auto;
  margin-top: -1em;
  display: block;
  margin: 0 auto 1em auto;
  max-height: 9.375em;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  @media (min-width: 40em) {
    .product-grid-item-img {
      margin-top: 0;
      float: none;
      width: auto; } }

.product-grid-item-link {
  margin: 1em 0 0 0;
  float: right;
  text-align: left;
  clear: none;
  font-size: .75em; }
  @media (min-width: 40em) {
    .product-grid-item-link {
      width: auto;
      float: none;
      text-align: center; } }

/*=============== Product Carousel ===============*/
@media (max-width: 40em) {
  .product-item {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 47.5854210427%; }
    .product-item:last-child {
      margin-right: 0; }
    .product-item:nth-child(2n) {
      margin-right: 0; }
    .product-item:nth-child(2n+1) {
      clear: left; } }

@media (min-width: 40em) {
  .product-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    .product-item:last-child {
      margin-right: 0; } }

/*=============== Bottom Full Width CTA Module ===============*/
.bottom-fullwidth-cta-module {
  position: relative;
  background: #129689;
  color: #ffffff;
  text-align: center;
  position: relative;
  font-size: 1.125em;
  font-weight: 300; }
  .bottom-fullwidth-cta-module .inner-wrap, .bottom-fullwidth-cta-module .inner-wrap-narrow, .bottom-fullwidth-cta-module .inner-wrap-wide, .bottom-fullwidth-cta-module .inner-wrap-fullwidth {
    padding-top: 0.5625em;
    padding-bottom: 1.0625em; }

@media (min-width: 60em) {
  .slidebox-btn {
    padding-top: 0.6111111111em;
    padding-right: 0.9444444444em;
    padding-bottom: 0.6666666667em;
    padding-left: 0.9444444444em;
    margin-left: 0.8333333333em;
    position: relative; } }

.resource-library-module .inner-wrap, .resource-library-module .inner-wrap-narrow, .resource-library-module .inner-wrap-wide, .resource-library-module .inner-wrap-fullwidth {
  padding-top: 0;
  padding-bottom: 0; }

.row-fluid {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .row-fluid > .span7 {
    float: left;
    width: 100%; }
    @media (min-width: 60em) {
      .row-fluid > .span7 {
        width: 57.264957265%; } }
  .row-fluid > .span5 {
    float: left;
    width: 100%; }
    @media (min-width: 60em) {
      .row-fluid > .span5 {
        width: 40.170940171000005%;
        margin-left: 2.564102564%; } }

iframe {
  max-width: 100%; }

.gotoanchor {
  display: block;
  margin-top: -300px;
  padding-top: 300px; }

.youtube-table {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-color: #59b5ac;
  border-style: none;
  border-collapse: collapse;
  table-layout: fixed; }
  .youtube-table td {
    width: 100%;
    background-color: #e1eded;
    text-align: center;
    border: 10px dashed #59b5ac;
    border-style: solid; }

.more-link {
  font-size: 1.12em;
  line-height: normal; }

.post-item > div > *:last-child {
  margin: 0; }

.post-content > *:last-child {
  margin-bottom: 0; }

.posts-navigation .screen-reader-text {
  display: none; }

.nav-links > * {
  display: inline-block; }

.nav-links a {
  font-size: 27.2px;
  line-height: 40.8px;
  text-decoration: none;
  font-weight: 700;
  margin-right: 54.4px; }

.error404 .site-content {
  min-height: 18.75em; }
  .error404 .site-content .inner-wrap, .error404 .site-content .inner-wrap-narrow, .error404 .site-content .inner-wrap-wide, .error404 .site-content .inner-wrap-fullwidth {
    padding-top: 2.5em;
    padding-bottom: 2.5em; }

.leadinModal-content {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 420px;
  background: #0e9c8f;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 5px 0 0 0;
  z-index: 99; }
  .leadinModal-content.active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .leadinModal-content.form-active {
    background-color: #EBEBEB;
    border-top: 5px solid #0e9c8f; }
    .leadinModal-content.form-active .leadinModal-close {
      color: #7A7676; }
      .leadinModal-content.form-active .leadinModal-close:hover {
        color: #7A7676; }

.leadin-preview-wrapper {
  padding: 1em 1.5em;
  padding-bottom: 1.5em;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.leadin-image {
  vertical-align: top;
  float: left;
  width: 100px; }
  .leadin-image img {
    width: auto !important;
    height: auto !important; }

.leadin-content {
  float: left;
  width: calc(100% - 100px);
  padding-left: 22px; }
  .leadin-content h4 {
    color: #fff;
    font-size: 18.2px;
    line-height: 25.48px;
    margin: 0; }
  .leadin-content p {
    font-size: 14px;
    line-height: 19.6px;
    color: #fff;
    margin-bottom: 18.4px; }

.leadin-button {
  background: #FFFFFF !important;
  color: #0e9c8f !important;
  padding: 9.8px 23.8px;
  font-size: 14px;
  display: block;
  width: 100%; }

.leadinModal-close {
  background-color: transparent;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 00;
  padding: 0; }
  .leadinModal-close:before {
    content: "\00D7";
    font-size: 25px;
    line-height: 25px;
    display: inline-block;
    vertical-align: middle; }
  .leadinModal-close:hover {
    background-color: transparent;
    color: #ffffff; }

.leadin-content-form-wrapper {
  padding: 16px 24px 24px; }
  .leadin-content-form-wrapper h4, .leadin-content-form-wrapper p {
    color: #444; }
    .leadin-content-form-wrapper h4 > strong, .leadin-content-form-wrapper p > strong {
      font-weight: 400; }

.leadin-form-wrapper li.gfield {
  margin-top: 0.8em !important; }

.leadin-form-wrapper .gfield_label {
  font-size: 0.875em !important;
  line-height: 1.5em !important;
  color: #666 !important;
  font-weight: 600 !important;
  margin: 0 !important; }

.leadin-form-wrapper input, .leadin-form-wrapper textarea {
  font-size: 0.875em !important;
  line-height: 1.5em !important;
  padding: 0.5em !important;
  border: 1px solid #ddd;
  border-radius: 3.5px;
  height: 2.6em; }

.leadin-form-wrapper .gform_footer {
  padding: 0 !important;
  margin: 0.8em 0 0 !important; }
  .leadin-form-wrapper .gform_footer .gform_button {
    display: inline-block;
    padding: 0.4142857143em 1.7em !important;
    font-weight: normal;
    width: 100% !important;
    background-color: #0e9c8f !important;
    color: #FFFFFF !important;
    font-size: 0.875em !important;
    line-height: 1.4285714286em !important;
    height: auto; }
    .leadin-form-wrapper .gform_footer .gform_button:hover {
      background-color: #0b7d72 !important; }

.leadin-form-wrapper .gform_confirmation_wrapper {
  padding: 1em 1em;
  text-align: center; }

.ty-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.tyw-left {
  float: left;
  display: block;
  width: 100%; }
  @media (min-width: 60em) {
    .tyw-left {
      padding-right: 2.3576515979%;
      width: 65.8807828007%; } }

.tyw-right {
  float: left;
  display: block;
  width: 100%; }
  @media (min-width: 60em) {
    .tyw-right {
      width: 31.7615656014%;
      margin-right: 0; } }

.page-template-thank-you-page .page-intro {
  min-height: 9.875em; }

.page-template-thank-you-page .bottom-fullwidth-cta-module, .page-template-thank-you-page .popular-resources-module, .page-template-thank-you-page .logo-module, .page-template-thank-you-page .breadcrumb-menu-wrapper, .page-template-thank-you-page .pi-heading {
  display: none; }

.page-template-thank-you-page .dest-site-intro {
  text-align: center; }
  .page-template-thank-you-page .dest-site-intro .inner-wrap, .page-template-thank-you-page .dest-site-intro .inner-wrap-narrow, .page-template-thank-you-page .dest-site-intro .inner-wrap-wide, .page-template-thank-you-page .dest-site-intro .inner-wrap-fullwidth {
    padding-top: 4.4em;
    padding-bottom: 3.125em; }
  .page-template-thank-you-page .dest-site-intro h1 {
    font-size: 2.5em;
    line-height: 1.25em;
    color: #0d6c63;
    font-weight: 600;
    font-family: "Open Sans"; }

.ty_cta_button {
  display: inline-block !important;
  font-weight: bold !important;
  text-align: center !important;
  text-decoration: none !important;
  font-family: sans-serif !important;
  border-radius: 5px !important;
  background-color: #2abda9 !important;
  background-image: -webkit-linear-gradient(top, #2abda9, #1f8d7e) !important;
  background-image: -moz-linear-gradient(top, #2abda9, #1f8d7e) !important;
  box-shadow: inset 0px 1px #34ecd3 !important;
  -webkit-box-shadow: inset 0px 1px #34ecd3 !important;
  -moz-box-shadow: inset 0px 1px #34ecd3 !important;
  color: white !important;
  border: 2px solid #155e54 !important;
  text-shadow: 0px -1px #0c3832 !important;
  line-height: 1.5em !important;
  padding: 6px 18px !important; }
  .ty_cta_button:hover {
    background-color: #2ecfb9 !important;
    background-image: -webkit-linear-gradient(top, #2ecfb9, #1f8d7e) !important;
    background-image: -moz-linear-gradient(top, #2ecfb9, #1f8d7e) !important;
    box-shadow: inset 0px 1px #38ffe4, 0px 1px 8px rgba(0, 0, 0, 0.3) !important;
    color: white !important;
    border: 2px solid #197165 !important; }
  .ty_cta_button > span {
    color: #ffffff;
    font-size: 18px;
    font-family: sans-serif;
    line-height: 1.5em; }

.ty_dwnlod_cta_button {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  font-family: sans-serif;
  background-color: #102d7b;
  background-image: url(cta_download_button_background_wide.png);
  background-position: 0 60%;
  background-repeat: no-repeat;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
  color: #1a2d62;
  border: 1px solid #ccc;
  text-shadow: none;
  line-height: 1.5em;
  padding: 11px 20px 11px 59px; }
  .ty_dwnlod_cta_button > span {
    color: #102d7b;
    font-size: 14px;
    font-family: sans-serif;
    line-height: 1.5em; }
  .ty_dwnlod_cta_button:hover {
    background-color: #0b1f56 !important;
    box-shadow: inset 0px 1px 10px rgba(0, 0, 0, 0.5) !important;
    -webkit-box-shadow: inset 0px 1px 10px rgba(0, 0, 0, 0.5) !important;
    -moz-box-shadow: inset 0px 1px 10px rgba(0, 0, 0, 0.5) !important;
    color: #111e41 !important; }

body .gform_wrapper .top_label label {
  font-size: 0.9375em !important;
  line-height: 1.5em !important;
  margin: 0 !important; }

body .gform_wrapper input, body .gform_wrapper textarea, body .gform_wrapper select {
  font-size: 0.9375em !important;
  line-height: 1.5em !important;
  margin: 0 !important; }

body .gform_wrapper .ginput_complex input, body .gform_wrapper .ginput_complex select {
  margin-top: 0.5333333333em !important; }

body.replacement-dehumidifier-form .gform_wrapper .gform_footer {
  padding: 0 !important;
  margin: 0.5em 0 0 0 !important; }
  body.replacement-dehumidifier-form .gform_wrapper .gform_footer .gform_button {
    font-size: 0.9375em !important;
    line-height: 1em !important;
    padding: 0.75em 1em !important; }

.sitemap-menu ul.sub-menu {
  padding-left: 20px; }

.sitemap .breadcrumb-menu-wrapper {
  display: none; }

.site-content-secondary {
  margin-top: 2.5em; }
  @media (min-width: 40em) {
    .site-content-secondary {
      margin-top: 0; } }

p.backtotop {
  float: none !important;
  text-align: right;
  padding: 0 !important;
  margin: 0 !important; }

.case-study-module .inner-wrap-narrow {
  padding-top: 0 !important; }

@media (min-width: 40em) {
  .case-study-module .inner-wrap-narrow {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .case-study-module .inner-wrap-narrow:after {
      display: none; } }

.csm-item {
  background-position: center;
  background-size: cover;
  position: relative;
  display: block;
  margin-bottom: 1.875em; }
  .csm-item:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(82, 139, 130, 0.8);
    position: absolute;
    top: 0;
    left: 0; }
  @media (min-width: 40em) {
    .csm-item {
      width: 48%;
      margin-left: 1%;
      margin-right: 1%; } }
  @media (min-width: 60em) {
    .csm-item {
      width: 31.33%;
      height: 335px; } }

.csm-wrap {
  position: relative;
  padding: 1.5em 0.75em; }

.csm-heading {
  margin-top: 0;
  font-size: 1.5625em;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.4em;
  padding-bottom: 0.4em;
  border-bottom: solid 1px #f1b909; }

.csm-content p {
  font-size: 1.125em;
  font-weight: 300;
  color: #ffffff; }

.csm-content a {
  display: table;
  color: #ffffff;
  font-weight: 300;
  text-decoration: underline; }
  .csm-content a:after {
    content: '';
    width: 16px;
    height: 8px;
    background-image: url(csm-arrow.png);
    background-repeat: no-repeat;
    background-size: 16px auto;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.625em; }
  .csm-content a:hover {
    text-decoration: none; }

@media (min-width: 60em) {
  .lircm-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; } }

.lircm-img {
  max-width: 23.3125em;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  margin: 0 auto;
  margin-bottom: 1.875em;
  padding: 1.25em; }
  .lircm-img:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(82, 139, 130, 0.9);
    position: absolute;
    top: 0;
    left: 0; }
  .lircm-img img {
    max-width: 4.4375em;
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto; }
  @media (min-width: 60em) {
    .lircm-img {
      /*height: em(373);*/
      padding: 0 0.9375em 0 0;
      margin: 0;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }

.lircm-title {
  margin: 0;
  font-size: 1.5625em;
  font-weight: 600;
  color: #ffffff;
  padding-bottom: 0.4em;
  margin-top: 0.4em;
  border-bottom: solid 1px #f1b909;
  position: relative;
  text-align: center; }
  @media (min-width: 60em) {
    .lircm-title {
      width: calc(100% - 4.4375em);
      margin: 0;
      margin-left: 0.6em;
      text-align: left; } }

@media (min-width: 60em) {
  .lircm-content {
    width: calc(100% - 23.3125em);
    padding-left: 1.875em; } }

.lircm-desc p:first-child {
  margin-top: 0; }

.lircm-desc p:last-child {
  margin-bottom: 0; }

.lircm-heading {
  margin-top: 0; }

.solution-module .inner-wrap-narrow {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.sm-wrap {
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 1.25em; }
  .sm-wrap:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(241, 185, 9, 0.8);
    position: absolute;
    top: 0;
    left: 0; }
  @media (min-width: 60em) {
    .sm-wrap {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      padding-left: 0;
      min-height: 24.6875em; } }

.sm-img {
  position: relative;
  max-width: 11.1875em;
  width: 100%;
  position: relative;
  padding: 15px;
  margin: 0 auto;
  margin-bottom: 20px; }
  .sm-img:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(31, 31, 31, 0.9);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0; }
  .sm-img img {
    display: block;
    max-width: 4.4375em;
    position: relative;
    margin: 0 auto; }
  @media (min-width: 60em) {
    .sm-img {
      padding: 0;
      margin: 0;
      position: relative; }
      .sm-img:before {
        width: 0;
        height: 0;
        background: none;
        border-top: 12.25em solid transparent;
        border-left: 11.1875em solid rgba(31, 31, 31, 0.8);
        border-bottom: 12.25em solid transparent;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
      .sm-img img {
        margin: 0;
        margin-left: 1.875em; } }

.sm-content {
  position: relative; }
  @media (min-width: 60em) {
    .sm-content {
      padding: 29px 0 29px 30px;
      width: calc(100% - 11.1875em); } }

.sm-heading {
  color: #1f1f1f;
  font-size: 1.5625em;
  font-weight: 600;
  padding-bottom: 0.4em;
  margin: 0;
  margin-bottom: 0.4em;
  border-bottom: solid 1px #1f1f1f; }

.left-image-right-content-module:first-child .inner-wrap-narrow {
  padding-top: 0 !important; }

/* ===== DEFAULTS FOR ALL BLOGS =====  */
.fb_iframe_widget span {
  height: 24px !important; }

#recaptcha_table {
  table-layout: initial !important;
  height: 126px;
  overflow: hidden;
  margin-bottom: 1em; }

.blog-pagination {
  font-size: 1.7em;
  font-weight: bold; }
  .blog-pagination a {
    margin-right: 2em;
    text-decoration: none; }

.more-link {
  font-size: 1.12em;
  text-decoration: none; }

.post-item {
  border-bottom: 5px solid #f1f1f1;
  padding-bottom: 2em;
  margin-bottom: 2em; }

.hs-author-avatar {
  float: left;
  margin-right: 1.5em; }
  .hs-author-avatar img {
    border-bottom: 1px solid #adadad; }

.hs-author-social-label {
  font-size: 1.3em; }

.hs-author-bio {
  font-size: 1.3em;
  line-height: 1.5em;
  margin-bottom: 1em; }

.hs-author-profile {
  background: #F2F2F2;
  padding: .2em 2em 2em 2em; }

.hs-author-listing-header {
  padding-top: 1em;
  margin-top: .3em;
  color: #b9b9b9; }

.hs-author-social-links a {
  text-decoration: none; }

.hs-author-social-links img {
  opacity: .7;
  width: 1.875em;
  height: 1.875em; }
  .hs-author-social-links img:hover {
    opacity: 1; }

/*   end defaults   */
.site-wrap {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  margin: 0 auto; }

.mfp-zoom-out-cur .top-utility-nav.stuck,
.mfp-zoom-out-cur .sh-sticky-wrap.stuck {
  width: calc(100% - 17px); }

.mfp-zoom-out-cur .search-module.active {
  padding-right: 17px; }

/*=============== Site Header ===============*/
.site-header-wrap {
  background-image: url(hero-img.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.site-header {
  background: rgba(82, 139, 130, 0.8); }
  @media (min-width: 60em) {
    .site-header {
      height: 11.6564285714em; } }

.top-utility-nav {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  text-align: right; }
  @media (min-width: 80em) {
    .top-utility-nav {
      padding-bottom: 0.875em; } }
  .top-utility-nav.stuck {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    -webkit-box-shadow: 0 0 10px 0 #9c9a9a;
    box-shadow: 0 0 10px 0 #9c9a9a;
    font-size: .95em;
    font-weight: 600;
    background: #528b82 !important;
    padding-right: 15px; }
  .top-utility-nav .menu-top-header-menu-container {
    display: inline-block; }
  .top-utility-nav .menu-top-header-menu-container ul.menu li.menu-item-has-children {
    position: relative; }
    .top-utility-nav .menu-top-header-menu-container ul.menu li.menu-item-has-children .sub-menu {
      display: none;
      position: absolute;
      left: 0;
      top: 100%;
      min-width: 11.875em;
      background-color: #129689;
      text-align: left;
      z-index: 2; }
      .top-utility-nav .menu-top-header-menu-container ul.menu li.menu-item-has-children .sub-menu > li {
        margin-left: 0 !important;
        display: block; }
        .top-utility-nav .menu-top-header-menu-container ul.menu li.menu-item-has-children .sub-menu > li > a {
          display: block;
          padding: 0.625em; }
        .top-utility-nav .menu-top-header-menu-container ul.menu li.menu-item-has-children .sub-menu > li:hover {
          background-color: #f1b909; }
    @media (min-width: 40em) {
      .top-utility-nav .menu-top-header-menu-container ul.menu li.menu-item-has-children:hover .sub-menu {
        display: block; } }
  .top-utility-nav ul.menu {
    margin-top: 0.4em;
    height: auto;
    line-height: inherit; }
    .top-utility-nav ul.menu li {
      display: none;
      vertical-align: middle;
      height: auto;
      line-height: inherit;
      background: 0;
      margin-left: 1em; }
      .top-utility-nav ul.menu li:nth-last-child(2) {
        display: inline-block; }
      @media (min-width: 40em) {
        .top-utility-nav ul.menu li {
          display: inline-block;
          margin-left: 0.5em; }
          .top-utility-nav ul.menu li:last-child {
            display: none; } }
      @media (min-width: 60em) {
        .top-utility-nav ul.menu li {
          margin-left: 1.625em; }
          .top-utility-nav ul.menu li:last-child {
            display: inline-block; } }
      .top-utility-nav ul.menu li > a {
        color: #ffffff;
        font-size: 0.875em;
        text-decoration: none;
        height: auto;
        line-height: inherit;
        padding: 0; }
        @media (min-width: 60em) {
          .top-utility-nav ul.menu li > a {
            font-size: 1.125em; } }
      .top-utility-nav ul.menu li.rep-finder a {
        position: relative;
        padding-right: 3.8571428571em; }
        .top-utility-nav ul.menu li.rep-finder a:after {
          content: '';
          position: absolute;
          top: -0.4285714286em;
          right: 0;
          background-image: url(ico-rep-finder-white.svg);
          background-size: 100%;
          background-position: center center;
          background-repeat: no-repeat;
          width: 2.9564285714em;
          height: 2.9564285714em; }
        @media (min-width: 60em) {
          .top-utility-nav ul.menu li.rep-finder a {
            padding-right: 3em; }
            .top-utility-nav ul.menu li.rep-finder a:after {
              top: -0.3333333333em;
              width: 2.2994444444em;
              height: 2.2994444444em; } }
      @media (min-width: 60em) {
        .top-utility-nav ul.menu li.hide-desktop {
          display: none; } }

.sh-search-block {
  display: inline-block;
  vertical-align: top; }
  @media (min-width: 80em) {
    .sh-search-block {
      margin-right: 0.1875em; } }

.sh-sticky-wrap {
  background-color: #ffffff; }
  .sh-sticky-wrap .inner-wrap, .sh-sticky-wrap .inner-wrap-narrow, .sh-sticky-wrap .inner-wrap-wide, .sh-sticky-wrap .inner-wrap-fullwidth {
    transition: all .2s linear;
    z-index: 1;
    background-color: #ffffff;
    position: relative;
    padding-bottom: 1em; }
    @media (min-width: 60em) {
      .sh-sticky-wrap .inner-wrap, .sh-sticky-wrap .inner-wrap-narrow, .sh-sticky-wrap .inner-wrap-wide, .sh-sticky-wrap .inner-wrap-fullwidth {
        padding-top: 1.5em;
        padding-bottom: 1.125em; } }
  @media (min-width: 60em) {
    .sh-sticky-wrap {
      height: 7.625em; }
      .sh-sticky-wrap.stuck {
        position: fixed;
        left: 0;
        right: 0;
        top: 3.6875em;
        z-index: 999;
        -webkit-box-shadow: 0 0 10px 0 #9c9a9a;
        box-shadow: 0 0 10px 0 #9c9a9a;
        font-weight: 600;
        height: auto; }
        .sh-sticky-wrap.stuck .inner-wrap, .sh-sticky-wrap.stuck .inner-wrap-narrow, .sh-sticky-wrap.stuck .inner-wrap-wide, .sh-sticky-wrap.stuck .inner-wrap-fullwidth {
          padding-top: 0;
          padding-bottom: 0;
          padding-right: 0;
          max-width: 100%;
          font-size: 0.95em; }
          .sh-sticky-wrap.stuck .inner-wrap .sh-logo-wrapper, .sh-sticky-wrap.stuck .inner-wrap-narrow .sh-logo-wrapper, .sh-sticky-wrap.stuck .inner-wrap-wide .sh-logo-wrapper, .sh-sticky-wrap.stuck .inner-wrap-fullwidth .sh-logo-wrapper {
            margin-top: 0.625em !important; } }
        @media (min-width: 60em) and (min-width: 80em) {
          .sh-sticky-wrap.stuck .inner-wrap .sh-logo-wrapper, .sh-sticky-wrap.stuck .inner-wrap-narrow .sh-logo-wrapper, .sh-sticky-wrap.stuck .inner-wrap-wide .sh-logo-wrapper, .sh-sticky-wrap.stuck .inner-wrap-fullwidth .sh-logo-wrapper {
            margin-top: 1.1875em !important; } }
      @media (min-width: 60em) and (min-width: 80em) {
        .sh-sticky-wrap.stuck .inner-wrap .site-logo, .sh-sticky-wrap.stuck .inner-wrap-narrow .site-logo, .sh-sticky-wrap.stuck .inner-wrap-wide .site-logo, .sh-sticky-wrap.stuck .inner-wrap-fullwidth .site-logo {
          max-width: 194px; } }
  @media (min-width: 60em) {
          .sh-sticky-wrap.stuck .inner-wrap .sh-ico-search, .sh-sticky-wrap.stuck .inner-wrap-narrow .sh-ico-search, .sh-sticky-wrap.stuck .inner-wrap-wide .sh-ico-search, .sh-sticky-wrap.stuck .inner-wrap-fullwidth .sh-ico-search {
            border-bottom-left-radius: 0;
            border-top-left-radius: 0; }
          .sh-sticky-wrap.stuck .inner-wrap .rfq-btn, .sh-sticky-wrap.stuck .inner-wrap-narrow .rfq-btn, .sh-sticky-wrap.stuck .inner-wrap-wide .rfq-btn, .sh-sticky-wrap.stuck .inner-wrap-fullwidth .rfq-btn {
            border-radius: 0;
            font-weight: 600; }
        .sh-sticky-wrap.stuck .sh-utility-nav {
          margin-bottom: 0; } }

@media (min-width: 60em) {
  .sh-right {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    font-size: 0.8em; } }

@media (min-width: 80em) {
  .sh-right {
    font-size: 0.9em; } }

@media (max-height: 46em) and (min-width: 60em) {
  .sh-right {
    font-size: 1em; } }

@media (min-width: 87.5em) {
  .sh-right {
    font-size: 1em; } }

.sh-logo-wrapper {
  float: left; }
  @media (min-width: 60em) {
    .sh-logo-wrapper {
      margin-top: 0.8125em !important;
      margin-right: 0.625em; } }
  @media (min-width: 80em) {
    .sh-logo-wrapper {
      margin-right: 2em; } }

.site-logo {
  max-width: 12.75em;
  width: 100%;
  display: inline-block;
  line-height: 0; }
  @media (min-width: 60em) {
    .site-logo {
      max-width: 9.375em; } }
  @media (min-width: 80em) {
    .site-logo {
      max-width: 12.75em; } }

.sh-celeb-year {
  float: left;
  max-width: 3.25em;
  margin-right: 0.3125em;
  margin-left: 0.3125em; }
  @media (min-width: 40em) {
    .sh-celeb-year {
      max-width: 4.375em; } }
  @media (min-width: 60em) {
    .sh-celeb-year {
      margin-top: 0.8em;
      margin-right: 0.625em;
      max-width: 3.125em; } }
  @media (min-width: 80em) {
    .sh-celeb-year {
      margin-top: 0.5625em;
      margin-right: 2em;
      max-width: 4.375em; } }
  .sh-celeb-year img {
    width: 100%; }

.sh-utility-nav {
  overflow: hidden;
  text-align: right;
  float: right;
  margin-top: 0.3em; }
  @media (min-width: 60em) {
    .sh-utility-nav {
      margin-top: 0; } }
  .sh-utility-nav .rfq-btn {
    display: none; }
    @media (min-width: 40em) {
      .sh-utility-nav .rfq-btn {
        display: inline-block;
        height: 5em;
        line-height: 4.5em;
        padding: 0 1.25em; } }
    @media (min-width: 60em) {
      .sh-utility-nav .rfq-btn {
        height: 4em;
        line-height: 3.5em;
        padding: 0 0.5em; } }
    @media (min-width: 80em) {
      .sh-utility-nav .rfq-btn {
        height: 5em;
        line-height: 4.5em;
        padding: 0 1.75em; } }
    .sh-utility-nav .rfq-btn > span {
      font-size: 1.25em; }
      @media (min-width: 60em) {
        .sh-utility-nav .rfq-btn > span {
          font-size: 0.875em; } }
      @media (min-width: 80em) {
        .sh-utility-nav .rfq-btn > span {
          font-size: 1.25em; } }
  .sh-utility-nav .rfq-btn2 {
    display: none; }
    @media (min-width: 40em) {
      .sh-utility-nav .rfq-btn2 {
        display: inline-block;
        height: 5em;
        line-height: 4.5em;
        padding: 0 1.25em; } }
    @media (min-width: 60em) {
      .sh-utility-nav .rfq-btn2 {
        height: 4em;
        line-height: 3.5em;
        padding: 0 0.5em; } }
    @media (min-width: 80em) {
      .sh-utility-nav .rfq-btn2 {
        height: 5em;
        line-height: 4.5em;
        padding: 0 1.75em; } }
    .sh-utility-nav .rfq-btn2 > span {
      font-size: 1.25em; }
      @media (min-width: 60em) {
        .sh-utility-nav .rfq-btn2 > span {
          font-size: 0.875em; } }
      @media (min-width: 80em) {
        .sh-utility-nav .rfq-btn2 > span {
          font-size: 1.25em; } }

@-webkit-keyframes shine {
  0%,
  100% {
    margin-left: -100%; }
  50% {
    margin-left: 100%; } }

@-moz-keyframes shine {
  0%,
  100% {
    margin-left: -100%; }
  50% {
    margin-left: 100%; } }

@-o-keyframes shine {
  0%,
  100% {
    margin-left: -100%; }
  50% {
    margin-left: 100%; } }

@-ms-keyframes shine {
  0%,
  100% {
    margin-left: -100%; }
  50% {
    margin-left: 100%; } }

@keyframes shine {
  0%,
  100% {
    margin-left: -100%; }
  50% {
    margin-left: 100%; } }

.rfq-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-left: -100%;
  visibility: visible;
  transform: rotate(-50deg);
  background: #ffffff;
  background: -webkit-linear-gradient(top, transparent, rgba(255, 255, 255, 0.4), transparent);
  background: -moz-linear-gradient(top, transparent, rgba(255, 255, 255, 0.4), transparent);
  background: -o-linear-gradient(top, transparent, rgba(255, 255, 255, 0.4), transparent);
  background: -ms-linear-gradient(top, transparent, rgba(255, 255, 255, 0.4), transparent);
  background: linear-gradient(top, transparent, rgba(255, 255, 255, 0.4), transparent);
  opacity: 0.8;
  position: absolute;
  -webkit-animation: shine 3s ease-in-out infinite;
  -moz-animation: shine 3s ease-in-out infinite;
  -o-animation: shine 3s ease-in-out infinite;
  -ms-animation: shine 3s ease-in-out infinite;
  animation: shine 3s ease-in-out infinite; }

.sh-icons {
  float: right; }

.sh-ico-search, .sh-ico-menu {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 2.2em;
  display: inline-block;
  padding-top: 1.3em;
  width: 2em;
  margin-left: 1em;
  text-align: center;
  text-decoration: none; }
  .sh-ico-search span, .sh-ico-menu span {
    font-size: .75em; }

.sh-ph {
  margin: 0; }
  .sh-ph i {
    font-style: normal; }
  @media (min-width: 40em) {
    .sh-ph {
      font-size: 1.625em; } }

.sh-ico-search {
  background-image: url(ico-search-white.svg);
  background-size: 2.375em auto;
  padding: 0;
  background-color: transparent;
  height: 2em;
  background-position: 0 0;
  line-height: 0; }

@media screen and (min-width: 40em) and (-ms-high-contrast: active), (min-width: 40em) and (-ms-high-contrast: none) {
  .sh-ico-search {
    width: 24px;
    height: 24px;
    background-size: 30px auto; } }
  @media (min-width: 40em) {
    @supports (-ms-ime-align: auto) {
      .sh-ico-search {
        width: 24px;
        height: 24px;
        background-size: 30px auto; } } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .sh-ico-search {
      width: 32px;
      height: 32px;
      background-size: 40px auto;
      position: relative;
      top: 5px; } }
  @supports (-ms-ime-align: auto) {
    .sh-ico-search {
      width: 32px;
      height: 32px;
      background-size: 40px auto;
      position: relative;
      top: 5px; } }

.sh-ico-menu {
  background-image: url(ico-nav.svg); }
  @media (min-width: 40em) {
    .sh-ico-menu {
      margin-right: 1em; } }
  @media (min-width: 60em) {
    .sh-ico-menu {
      display: none; } }

@media (min-width: 60em) {
  .menu-top-header-menu-container {
    display: none; } }

/*=============== Site Intro ===============*/
.site-intro {
  background-color: #ffffff;
  position: relative;
  text-align: center;
  z-index: 0; }
  .site-intro:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #424244;
    opacity: .6;
    top: 0;
    left: 0;
    z-index: 1; }
  .site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
    padding-top: 85px;
    padding-bottom: 2.5em; }
    @media (min-width: 60em) {
      .site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
        padding-top: 10.5em;
        padding-bottom: 10em; } }
  .site-intro .si-heading {
    font-size: 2.5em;
    color: #50555a;
    text-shadow: 2px 2px 10px #ffffff;
    font-weight: 500; }
    @media (min-width: 60em) {
      .site-intro .si-heading {
        font-size: 4.375em; } }
    .site-intro .si-heading span {
      font-size: 0.4714285714285714em;
      display: block;
      margin-bottom: 1em;
      color: #0d6c63;
      font-weight: 500; }
      @media (max-width: 40em) {
        .site-intro .si-heading span {
          font-size: 0.4114285714285714em;
          padding-top: 0.625em; } }
    @media (min-width: 60em) {
      .site-intro .si-heading {
        margin-bottom: 0.31em; }
        .site-intro .si-heading span {
          margin-bottom: 0.85em; } }
  .site-intro .si-subheading {
    font-size: 1.625em;
    color: #0d6c63;
    font-family: "Open Sans"; }
    @media (min-width: 60em) {
      .site-intro .si-subheading {
        font-size: 1.875em; } }
    @media (max-width: 40em) {
      .site-intro .si-subheading {
        font-size: 1.325em; } }
    @media (min-width: 80em) {
      .site-intro .si-subheading {
        font-size: 2em;
        margin-top: 0; } }
  .site-intro .si-cta-wrap .si-cta1,
  .site-intro .si-cta-wrap .si-cta2 {
    font-weight: 500;
    font-size: 1.25em;
    margin-bottom: 1em;
    position: relative; }
  .site-intro .si-cta-wrap .si-cta1 {
    padding-right: 3.5em !important;
    border: 2px solid white; }
  @media (min-width: 60em) {
    .site-intro .si-cta-wrap {
      margin-top: 4em; }
      .site-intro .si-cta-wrap .si-cta1,
      .site-intro .si-cta-wrap .si-cta2 {
        padding: 1.35em 1.5em;
        margin-right: 1em;
        margin-bottom: 0; }
      .site-intro .si-cta-wrap .si-cta2 {
        padding-right: 5em;
        font-weight: 600;
        margin-right: 0; } }

.si-cta1:after {
  background-image: url(book-icon-white.svg);
  background-color: transparent;
  content: "";
  position: absolute;
  right: 0;
  display: inline-block;
  top: 50%;
  width: 3.5em;
  height: 2em;
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: center;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (min-width: 60em) {
    .si-cta1:after {
      height: 3em;
      width: 2.6em;
      background-size: 1.5em; } }
  @media (min-width: 87.5em) {
    .si-cta1:after {
      height: 3em;
      width: 3.5em;
      background-size: 1.5em; } }

.si-cta1:hover:after {
  background-size: 1.2em; }

.hi-wrap {
  background-color: #60666b;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  position: relative;
  text-align: center;
  width: 100%; }
  .hi-wrap a {
    display: block;
    color: #ffffff;
    text-decoration: none; }
    .hi-wrap a > span {
      display: inline-block;
      vertical-align: middle; }
      .hi-wrap a > span.hiw-left {
        padding-right: 1.5625em; }

/*=============== Site Content ===============*/
.site-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  min-height: 59vh; }

.site-content-dest .inner-wrap, .site-content-dest .inner-wrap-narrow, .site-content-dest .inner-wrap-wide, .site-content-dest .inner-wrap-fullwidth {
  padding-top: 3.5em; }

.site-content-primary p {
  color: #363636;
  margin: 1.5em 0;
  line-height: 1.8em; }

.site-content-primary p.emph, .site-content-primary .section-header-wrap p, .section-header-wrap .site-content-primary p {
  font-size: 1.625em;
  color: #129689;
  font-weight: normal;
  margin: 1em 0 1em;
  line-height: 1.55em; }

.site-content-secondary.col-4 {
  margin-right: 0; }

.site-content-secondary .scs-wrap {
  background-color: #59b5ac;
  padding: 2.6em 1.8em 2.6em 1.5em;
  max-width: 18.8125em;
  width: 82.5%;
  margin: 1.5em auto; }
  @media (min-width: 40em) {
    .site-content-secondary .scs-wrap {
      font-size: 0.81em; } }
  @media (min-width: 60em) {
    .site-content-secondary .scs-wrap {
      font-size: 1em; } }

.site-content-secondary .scs-header {
  color: #ffffff;
  padding: 0;
  margin: 0 0 1em;
  font-size: 1.625em;
  font-weight: bold; }

.site-content-secondary .menu-top-header-menu-container {
  display: block; }

.site-content-secondary ul.scs-nav {
  padding: 0;
  margin: 0;
  display: block;
  background: none;
  height: auto; }
  .site-content-secondary ul.scs-nav li {
    padding: 0.7em 0;
    margin: 0.5em 0;
    line-height: 1.2em;
    border-bottom: 1px solid #30a398;
    background: none;
    height: auto;
    float: none;
    text-align: left;
    font-size: 1.25em; }
    .site-content-secondary ul.scs-nav li:after {
      display: none; }
    .site-content-secondary ul.scs-nav li a {
      color: #ffffff;
      font-weight: 300;
      height: auto;
      line-height: inherit;
      padding: 0;
      text-decoration: none; }
      .site-content-secondary ul.scs-nav li a:hover {
        color: #f1b909;
        text-shadow: 1px 1px 2px #0d6c63; }
    .site-content-secondary ul.scs-nav li:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }

/*=============== Site Footer ===============*/
.site-footer {
  background-color: #1f1f1f;
  text-align: center;
  color: #ffffff; }
  @media (min-width: 60em) {
    .site-footer {
      text-align: left; } }
  .site-footer .sf-primary .sfp-address-wrap {
    box-sizing: border-box;
    clear: both;
    padding-top: 1.5em; 

  }
    @media (min-width: 40em) {
      .site-footer .sf-primary .sfp-address-wrap {
        clear: inherit;
        padding-top: 0; } }
    @media (min-width: 60em) {
      .site-footer .sf-primary .sfp-address-wrap {
        padding-left: 4em; 
    padding-bottom: 3em;
        } }
  .site-footer .sf-primary .sfp-nav-wrap ul.menu {
    height: auto;
    line-height: inherit;
    background: none;
    display: block; }
    .site-footer .sf-primary .sfp-nav-wrap ul.menu li {
      height: auto;
      float: left;
      display: block;
      margin-right: 7.4229703521%;
      width: 46.288514824%;
      line-height: 2.1em;
      text-align: left;
      background: none; }
      .site-footer .sf-primary .sfp-nav-wrap ul.menu li:last-child {
        margin-right: 0; }
      .site-footer .sf-primary .sfp-nav-wrap ul.menu li:nth-child(2n) {
        margin-right: 0; }
      .site-footer .sf-primary .sfp-nav-wrap ul.menu li:nth-child(2n+1) {
        clear: left; }
      .site-footer .sf-primary .sfp-nav-wrap ul.menu li a {
        font-size: 1.25em;
        color: #ffffff;
        text-decoration: none;
        height: auto;
        line-height: inherit;
        padding: 0; }
        .site-footer .sf-primary .sfp-nav-wrap ul.menu li a:hover {
          color: #f1b909; }
  .site-footer .sf-primary .sfp-title {
    color: #129689;
    font-size: 1.75em;
    font-weight: bold;
    font-family: "PT Sans";
    margin-bottom: 1em; }
    @media (min-width: 60em) {
      .site-footer .sf-primary .sfp-title {
        margin-bottom: 0.5em;
        margin-top: 0.8em; } }
  .site-footer .sf-primary .sfp-address {
    font-size: 1.125em; }
    @media (min-width: 60em) {
      .site-footer .sf-primary .sfp-address {
        font-size: 1.25em;
        line-height: 1.7em; }
        .site-footer .sf-primary .sfp-address span {
          display: block; } }
  .site-footer .sf-primary .sfp-ph {
    font-size: 1.125em;
    font-weight: 600;
    margin: 1.5em 0; }
  
@media (min-width: 60em) {
    .site-footer .sf-secondary {
  margin-top: 3em;
}
.site-footer {
  padding-bottom: 82px !important;
}
}
    .site-footer .sf-primary .sfp-ph > span {
      display: inline-block; }
      .site-footer .sf-primary .sfp-ph > span:first-child {
        margin-right: 1.5em;
        margin-bottom: 15px; }
    @media (min-width: 60em) {
      .site-footer .sf-primary .sfp-ph {
        font-size: 1.25em; }
        .site-footer .sf-primary .sfp-ph > span:first-child {
          margin-right: 3em; } }
  .site-footer .sf-primary span.sfp-light {
    font-weight: 400; }
  .site-footer .sf-primary span.first-ph {
    margin-bottom: 15px;
    display: inline-block; }
  @media (min-width: 60em) {
    .site-footer .sf-secondary {
      margin-top: 2em; } }
  @media (min-width: 80em) {
    .site-footer .sf-secondary {
      margin-top: 3em; } }
  @media (min-width: 40em) {
    .site-footer .sf-secondary .sfs-social {
      float: right; } }
  @media (min-width: 60em) {
    .site-footer .sf-secondary .sfs-social {
      box-sizing: border-box;
      padding-left: 5em; } }
  .site-footer .sf-secondary .social-wrap {
    width: 11em;
    margin: 0 auto 4em; }
    .site-footer .sf-secondary .social-wrap a {
      width: 25%; }
    .site-footer .sf-secondary .social-wrap img {
      width: 1.5em; }
    @media (min-width: 40em) {
      .site-footer .sf-secondary .social-wrap {
        margin-bottom: 1em; } }
    @media (min-width: 60em) {
      .site-footer .sf-secondary .social-wrap {
        margin-top: 0.5em; } }
    @media (min-width: 80em) {
      .site-footer .sf-secondary .social-wrap {
        margin-bottom: 0;
        /*width: 9em;*/
        float: left; } }
  .site-footer .search-form {
    width: 80%;
    margin: 0 auto;
    position: relative; }
    @media (min-width: 40em) {
      .site-footer .search-form {
        width: 100%; } }
    @media (min-width: 60em) {
      .site-footer .search-form {
        float: right; } }
    @media (min-width: 80em) {
      .site-footer .search-form {
        width: 55%;
        margin-right: 2em; } }
  .site-footer .search-text {
    float: none;
    background-color: #5c5c5c !important;
    padding-right: 2.5em;
    color: #ffffff;
    border: none !important;
    display: block !important; }
    .site-footer .search-text:focus {
      background-color: #5b6066 !important; }
    @media (min-width: 60em) {
      .site-footer .search-text {
        width: 100% !important; } }
    @media (min-width: 80em) {
      .site-footer .search-text {
        height: 2.5em !important;
        background-size: 2.2em; } }
  .site-footer .search-submit {
    background-image: url(ico-search-dark.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 44px !important;
    position: absolute;
    right: 0;
        top: 11px;
    width: 3.2em;
    height: 3.5em; }
    .site-footer .search-submit.active, .site-footer .search-submit:hover {
      background-image: url(ico-search-light.svg) !important; }
  .site-footer .sfs-company {
    font-size: 1.0625em;
    font-weight: 600;
    font-family: "PT Sans";
    margin-top: 2em; }
    @media (min-width: 40em) {
      .site-footer .sfs-company {
        margin-bottom: 0;
        margin-top: 2em; } }
    @media (min-width: 60em) {
      .site-footer .sfs-company {
        margin-top: 0;
        font-size: 1.375em; } }

img[name=pphLoggerImage] {
  display: none; }

/*=============== Search ===============*/
.search-table {
  display: table;
  width: 100%;
  float: right;
  padding: 0; }

.search-row {
  display: table-row;
  width: 100%; }

.search-cell1 {
  display: table-cell;
  padding-right: 0.4375em; }

.search-cell2 {
  display: table-cell;
  width: 2.1875em;
  border: 0; }

.search-text {
  font-size: .8em;
  width: 100% !important;
  height: 2.3em;
  border: 1px solid red;
  float: left;
  padding-left: .5em;
  margin-bottom: 0 !important; }

.search-submit {
  width: 100%;
  height: 2.3em;
  border: 0;
  float: right;
  background: url(ico-search.svg) no-repeat center center !important; }

@media (min-width: 40em) {
  .site-search {
    width: 100%; }
  .search-text {
    height: 2.3em; }
  .search-submit {
    height: 2.3em; } }

.search-module {
  background-color: #f1b909;
  height: 6em;
  margin-top: -6em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.47);
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10000; }
  .search-module.active {
    margin-top: 0; }
  .search-module .inner-wrap, .search-module .inner-wrap-narrow, .search-module .inner-wrap-wide, .search-module .inner-wrap-fullwidth {
    padding: 0.3em 1.5em 1em; }

.search-exit {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
  top: 0;
  right: 0; }

/*=============== Read More ===============*/
.main-content {
  display: block;
  overflow: hidden;
  position: relative; }
  @media (min-width: 40em) {
    .main-content {
      display: inline; } }

@media (max-width: 40em) {
  .height {
    max-height: 15.625em; }
    .height:before {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
      bottom: 0;
      content: "";
      height: 100%;
      position: absolute;
      width: 100%;
      z-index: 1; }
  .heightAuto {
    max-height: 312.5em; }
    .heightAuto:before {
      display: none; } }

/* .link {
  display: block;
  text-align: center;
  font-weight: bold;
  color: $blue;
  padding-bottom: em(10);
  @include mq(medium) {
    display: none;
  }
  } */
/*=============== BreadCrumb Menu ===============*/
.breadcrumb-menu-wrapper #hs_menu_wrapper_breadcrumb_nav ul.hs-breadcrumb-menu {
  float: left;
  width: 100%;
  margin-bottom: 2em;
  display: block;
  background: none;
  height: auto; }
  .breadcrumb-menu-wrapper #hs_menu_wrapper_breadcrumb_nav ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 0;
    padding-right: 1.5em;
    font-size: 1.125em;
    padding-top: 0 !important;
    background: none;
    height: auto;
    line-height: inherit; }
    .breadcrumb-menu-wrapper #hs_menu_wrapper_breadcrumb_nav ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item .hs-breadcrumb-menu-divider:before {
      content: "/";
      color: #7f868c;
      height: 1.5625em;
      position: absolute;
      right: 0;
      top: 0;
      width: 1.25em; }
    .breadcrumb-menu-wrapper #hs_menu_wrapper_breadcrumb_nav ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item .hs-breadcrumb-label {
      color: #7f868c;
      text-decoration: underline; }
      .breadcrumb-menu-wrapper #hs_menu_wrapper_breadcrumb_nav ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item .hs-breadcrumb-label:hover {
        color: #f1b909;
        text-decoration: none; }
    .breadcrumb-menu-wrapper #hs_menu_wrapper_breadcrumb_nav ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item.first-crumb {
      height: 1.6em;
      padding-left: 2em;
      padding-right: 0.5em;
      margin-right: 0.2em; }
      .breadcrumb-menu-wrapper #hs_menu_wrapper_breadcrumb_nav ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item.first-crumb .hs-breadcrumb-label {
        padding: 0.3125em 0.9375em 0.1875em 0.9375em;
        position: relative; }
      .breadcrumb-menu-wrapper #hs_menu_wrapper_breadcrumb_nav ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item.first-crumb:after {
        display: none; }
      .breadcrumb-menu-wrapper #hs_menu_wrapper_breadcrumb_nav ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item.first-crumb:before {
        background: url(https://cdn2.hubspot.net/hubfs/393656/dca-imgs/ico-breadcrumb-home.svg);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 100%;
        content: "";
        height: 1.5625em;
        position: absolute;
        left: 0;
        top: 0;
        width: 1.5625em; }
      .breadcrumb-menu-wrapper #hs_menu_wrapper_breadcrumb_nav ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item.first-crumb:after {
        left: 30px; }
    .breadcrumb-menu-wrapper #hs_menu_wrapper_breadcrumb_nav ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item.last-crumb .hs-breadcrumb-label {
      text-decoration: none;
      color: #129689;
      font-weight: 600; }
    .breadcrumb-menu-wrapper #hs_menu_wrapper_breadcrumb_nav ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item.last-crumb:after {
      display: none; }

/*=============== Resource Section ===============*/
.resource-section {
  background-image: url(resource-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center; }
  .resource-section .inner-wrap-narrow {
    padding-top: 2.5em;
    padding-bottom: 2.5em; }
    @media (min-width: 60em) {
      .resource-section .inner-wrap-narrow {
        padding-top: 4.5em;
        padding-bottom: 6em; } }
  .resource-section .rs-header {
    color: #ffffff;
    font-family: "Raleway";
    font-size: 1.875em;
    font-weight: 500;
    line-height: 1.5em;
    width: 55%;
    margin: 0 auto; }
  .resource-section .rs-cta1 {
    margin: 2em auto 0;
    display: inline-block;
    font-size: 1.25em;
    padding: 1.2em 1.5em; }

/*=============== Resource Module ===============*/
.resources-product-module {
  text-align: center; }
  .resources-product-module .rpm-header {
    color: #129689;
    font-size: 2.5em;
    font-weight: 500;
    font-family: "Raleway"; }
  .resources-product-module img {
    max-width: 21.25em;
    width: 100%;
    margin: 2em auto;
    display: block;
    height: auto !important; }
  .resources-product-module .rpm-para {
    color: #252525;
    font-weight: normal;
    line-height: 1.8em; }
    .resources-product-module .rpm-para a {
      display: block;
      font-weight: bold;
      color: #f1b909; }
      .resources-product-module .rpm-para a:hover {
        color: #a78006; }

/*=============== Logo Module ===============*/
.logo-module {
  background-color: #f1f1f1; }
  .logo-module .inner-wrap-narrow {
    padding-top: 2.5em;
    padding-bottom: 2.5em; }
    @media (min-width: 60em) {
      .logo-module .inner-wrap-narrow {
        padding-top: 3.5em;
        padding-bottom: 3.5em; } }
  .logo-module .lm-header {
    color: #373737;
    font-size: 2.1875em;
    font-family: "Raleway";
    font-style: italic;
    text-align: center; }
    @media (min-width: 60em) {
      .logo-module .lm-header {
        float: left;
        margin-top: 1.3em;
        font-size: 1.875em;
        text-align: left; } }
    @media (min-width: 80em) {
      .logo-module .lm-header {
        font-size: 2.1875em;
        font-weight: 400; } }
  .logo-module .lm-carousel {
    padding: 0 30px; }
    @media (min-width: 60em) {
      .logo-module .lm-carousel {
        float: right;
        width: 75%;
        padding: 0; } }
    .logo-module .lm-carousel .product-grid-item {
      border: none;
      background-color: transparent; }
      .logo-module .lm-carousel .product-grid-item img {
        width: 10em;
        /*auto*/
        height: auto !important; }
      @media (min-width: 60em) {
        .logo-module .lm-carousel .product-grid-item {
          margin-bottom: 0; } }
    .logo-module .lm-carousel .slick-arrow {
      width: 30px;
      height: 30px;
      background-image: url(ico-arrow-left.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 30px;
      opacity: .3; }
      .logo-module .lm-carousel .slick-arrow:before {
        display: none; }
      .logo-module .lm-carousel .slick-arrow:hover {
        opacity: 1; }
      .logo-module .lm-carousel .slick-arrow.slick-disabled {
        display: none !important; }
      .logo-module .lm-carousel .slick-arrow.slick-next {
        -webkit-transform: translate(0, -50%) rotate(180deg);
        -moz-transform: translate(0, -50%) rotate(180deg);
        -ms-transform: translate(0, -50%) rotate(180deg);
        -o-transform: translate(0, -50%) rotate(180deg);
        transform: translate(0, -50%) rotate(180deg); }
    .logo-module .lm-carousel .slick-next {
      right: -10px; }
      @media (min-width: 60em) {
        .logo-module .lm-carousel .slick-next {
          right: -50px; } }
    .logo-module .lm-carousel .slick-prev {
      left: -10px; }
      @media (min-width: 60em) {
        .logo-module .lm-carousel .slick-prev {
          left: -50px; } }

body.page-id-1236 .lm-carousel {
  max-height: 7.8125em; }

@media (min-width: 60em) {
  body.page-id-1236 .logo-module .lm-header {
    margin-top: 1.1142857143em; } }

/*=============== Products and Accessories Module Style ===============*/
.products-and-accessories-module .inner-wrap, .products-and-accessories-module .inner-wrap-narrow, .products-and-accessories-module .inner-wrap-wide, .products-and-accessories-module .inner-wrap-fullwidth {
  padding-bottom: 0;
  padding-top: 2em; }
  @media (min-width: 60em) {
    .products-and-accessories-module .inner-wrap, .products-and-accessories-module .inner-wrap-narrow, .products-and-accessories-module .inner-wrap-wide, .products-and-accessories-module .inner-wrap-fullwidth {
      padding-bottom: 2.6875em;
      padding-top: 3.6875em; } }

.paam-wrap {
  padding: 3.75em 0 4.375em 0; }
  @media (min-width: 60em) {
    .paam-wrap {
      font-size: 1.1vw;
      background-image: url(paam-wrap-bg.jpg);
      background-repeat: no-repeat;
      background-position: right top; } }
  @media (min-width: 80em) {
    .paam-wrap {
      font-size: 1em; } }

.paam-heading {
  font-size: 2.0625em;
  line-height: 1em;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0.1515151515em;
  color: #50555a;
  font-weight: 500; }
  @media (min-width: 40em) {
    .paam-heading {
      font-size: 2.5em; } }

.paam-subheading {
  display: none; }
  @media (min-width: 40em) {
    .paam-subheading {
      display: block;
      color: #129689;
      font-size: 1.125em;
      line-height: 1em;
      text-align: center;
      font-weight: 500;
      margin-top: 0.9444444444em; }
      .paam-subheading span {
        display: inline-block;
        vertical-align: top;
        padding: 0 2em;
        position: relative; }
        .paam-subheading span:before {
          content: "";
          position: absolute;
          left: 0;
          top: 50%;
          width: 1.1111111111em;
          height: 0.0555555556em;
          background-color: #129689; }
        .paam-subheading span:after {
          content: "";
          position: absolute;
          right: 0;
          top: 50%;
          width: 1.1111111111em;
          height: 0.0555555556em;
          background-color: #129689; } }

.paam-item-wrap {
  position: relative;
  padding-left: 2.5em;
  margin-bottom: 0.125em; }
  @media (min-width: 60em) {
    .paam-item-wrap {
      padding-left: 4em;
      margin-bottom: 1.125em; }
      .paam-item-wrap:nth-child(2) .accordion-tabs-products .tab-content {
        top: -236px; } }
  .paam-item-wrap:nth-child(2) .accordion-tabs-products .tab-link {
    background-color: #0d6c63; }
    .paam-item-wrap:nth-child(2) .accordion-tabs-products .tab-link:hover {
      color: #000000;
      background-color: #c09307; }
    .paam-item-wrap:nth-child(2) .accordion-tabs-products .tab-link.is-active {
      color: #000000;
      background-color: #c09307; }
    @media (min-width: 60em) {
      .paam-item-wrap:nth-child(2) .accordion-tabs-products .tab-link {
        padding: 0.95em 1.75em 0.9em 1.75em; } }
  @media (min-width: 60em) {
    .paam-item-wrap:nth-child(2) {
      padding-left: 4em; }
      .paam-item-wrap:nth-child(2) .accordion-tabs-products .tab-content {
        top: -14.75em; } }

.accessories-wrap {
  position: relative;
  padding-left: 2.5em; }
  .accessories-wrap .accordion-tabs-products .tab-link {
    background-color: #0d6c63; }
    .accessories-wrap .accordion-tabs-products .tab-link:hover {
      color: #ffffff;
      background-color: #c09307; }
    .accessories-wrap .accordion-tabs-products .tab-link.is-active {
      color: #ffffff;
      background-color: #c09307; }
    @media (min-width: 60em) {
      .accessories-wrap .accordion-tabs-products .tab-link {
        padding: 0.95em 1.75em 0.9em 1.75em; } }
  @media (min-width: 60em) {
    .accessories-wrap {
      padding-left: 4em; }
      .accessories-wrap .accordion-tabs-products .tab-content {
        top: -14.75em; } }

.paam-products-heading {
  height: 100%;
  width: 2.375em;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fae4a1; }
  @media (min-width: 60em) {
    .paam-products-heading {
      width: 3.75em; } }
  .paam-products-heading span {
    color: #129689;
    position: absolute;
    top: 57%;
    left: 0;
    font-size: 1.25em;
    line-height: 1em;
    width: 100%;
    height: 1.25em;
    font-weight: 600;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }

.accordion-tabs-products .tab-header-and-content {
  margin-top: 0.125em; }
  .accordion-tabs-products .tab-header-and-content:first-child {
    margin-top: 0; }

.accordion-tabs-products .tab-link {
  font-size: 1.25em;
  line-height: 1.25em;
  color: #ffffff;
  padding: 1em 0.25em;
  display: block;
  font-weight: 600;
  background-color: #129689;
  text-align: center;
  text-decoration: none; }
  .accordion-tabs-products .tab-link:hover {
    color: #000000;
    background-color: #c09307; }
  .accordion-tabs-products .tab-link.is-active {
    color: #000000;
    background-color: #c09307; }
  @media (min-width: 60em) {
    .accordion-tabs-products .tab-link {
      text-align: left;
      border-radius: 5px;
      width: 11em;
      padding: 1.45em 1.75em 1.45em 1.75em; } }

.accordion-tabs-products .tab-content {
  text-align: center;
  display: none;
  background-color: #f1f1f1;
  padding: 1.25em 1.25em 0.9375em 1.25em; }
  .accordion-tabs-products .tab-content.is-open {
    display: block; }
  @media (min-width: 40em) {
    .accordion-tabs-products .tab-content {
      text-align: left;
      background-color: transparent; } }
  @media (min-width: 60em) {
    .accordion-tabs-products .tab-content {
      position: absolute;
      left: 22.8125em;
      width: 73%;
      top: 0;
      padding: 0.625em 0;
      z-index: 9; } }

.paam-item-img {
  margin-bottom: 1.6875em; }
  .paam-item-img img {
    max-width: 21.625em;
    width: 50%;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    height: auto !important; }
    @media (min-width: 40em) {
      .paam-item-img img {
        width: 80%; } }

.paam-item-heading {
  display: none;
  font-size: 1.875em;
  line-height: 1em;
  color: #129689;
  font-weight: 400; }
  @media (min-width: 40em) {
    .paam-item-heading {
      display: block;
      margin-bottom: 1.7666666667em; } }

.paam-item-text {
  display: none;
  font-size: 1.25em;
  line-height: 1.8em;
  color: #363636; }
  @media (min-width: 40em) {
    .paam-item-text {
      display: block;
      margin-bottom: 4.2em; } }

.paam-item-content {
  padding: 0 7% 0 0; }

.paam-item-cta {
  font-size: 1.25em;
  padding: 1.2em 2.7em;
  color: black; }

/*=============== Applications Module Style ===============*/
.am-heading {
  font-size: 2.0625em;
  line-height: 1em;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #50555a;
  font-weight: 500; }
  @media (min-width: 40em) {
    .am-heading {
      font-size: 2.5em;
      margin-top: 1.575em;
      margin-bottom: 1.525em; } }

.am-item {
  float: left;
  width: 50%;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  text-decoration: none;
  font-size: 2.5vw;
  overflow: hidden;
  position: relative; }
  .am-item .am-item-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    font-size: 1.625em;
    color: #ffffff;
    width: 100%;
    padding: 1em 0;
    text-align: center;
    font-weight: 600;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .am-item .am-item-title span {
      max-width: 11.9230769231em;
      width: 80%;
      padding: 0 0.5em;
      display: inline-block; }
  .am-item img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .am-item .am-item-inner-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .am-item:hover .am-item-title {
    background-color: rgba(18, 150, 137, 0.7);
    padding: 1em 0; }
  .am-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .am-item:nth-of-type(2n):after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-right: 1px solid #ffffff; }
  @media (min-width: 40em) {
    .am-item {
      font-size: 1.6vw;
      width: 33.33%; }
      .am-item:nth-of-type(2):after, .am-item:nth-of-type(4):after {
        display: none; }
      .am-item:nth-of-type(3):after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        border-right: 1px solid #ffffff; } }
  @media (min-width: 60em) {
    .am-item {
      font-size: 1em; } }

/*=============== Google Custom Search ===============*/
.cse .gsc-control-cse,
.gsc-control-cse {
  background-color: transparent !important;
  border: 0 !important; }

.gsc-search-box {
  background: none !important; }
  .gsc-search-box td {
    padding: 0;
    border-bottom: 0 !important; }

.gssb_c {
  z-index: 500000000 !important;
  margin: 0 !important; }

.gsc-clear-button {
  display: none !important; }

.gsc-adBlock,
.gsc-adBlockVertical {
  height: 0 !important;
  display: none !important; }

.gs-web-image-box {
  display: none; }

/* If preview text too far left, add this
.gs-result .gs-snippet {
  margin-left: 9px;
}
*/
.gsc-resultsHeader {
  display: none; }

.gsc-search-box td {
  vertical-align: top !important; }

.gsc-above-wrapper-area {
  border-bottom: 0 !important; }

.gsc-input {
  border: 1px solid transparent !important; }
  .gsc-input input {
    background: #fff !important; }

.gsc-table-result {
  margin: 0; }

.cta-center {
  text-align: center; }
  .cta-center a {
    text-decoration: none; }

.resource-library-section .product-grid-item {
  color: #129689; }
  .resource-library-section .product-grid-item:hover {
    color: #f1b909; }

.resource-library-section .product-grid-item-img {
  max-height: 14.375em; }

.rc-video iframe {
  width: 100%;
  height: 17.3125em; }

@media (min-width: 60em) {
  .con-add {
    float: left;
    margin-right: 1em;
    width: 50%; } }

.con-map {
  text-align: center; }
  @media (min-width: 60em) {
    .con-map {
      float: right;
      width: 45%; } }
  .con-map iframe {
    width: 21.875em;
    height: 21.875em;
    margin-top: 3em; }
  .con-map a {
    display: inline-block;
    vertical-align: top; }

/* Landing page style */
.lp-page .site-header {
  height: auto; }
  .lp-page .site-header .inner-wrap, .lp-page .site-header .inner-wrap-narrow, .lp-page .site-header .inner-wrap-wide, .lp-page .site-header .inner-wrap-fullwidth {
    padding-top: 1em;
    padding-bottom: 1em; }
    .lp-page .site-header .inner-wrap .site-logo, .lp-page .site-header .inner-wrap-narrow .site-logo, .lp-page .site-header .inner-wrap-wide .site-logo, .lp-page .site-header .inner-wrap-fullwidth .site-logo {
      margin-top: 0 !important; }

.lp-page .page-intro .inner-wrap-narrow {
  padding-top: 2.5em;
  padding-bottom: 2.5em; }
  @media (min-width: 60em) {
    .lp-page .page-intro .inner-wrap-narrow {
      padding-top: 4.4em;
      padding-bottom: 5.5em; } }

.lp-page.site-footer .inner-wrap-narrow {
  padding-bottom: 1.5em;
  padding-top: 1.5em; }
  .lp-page.site-footer .inner-wrap-narrow .sf-secondary {
    margin-top: 0; }
    .lp-page.site-footer .inner-wrap-narrow .sf-secondary .sfs-company {
      margin-bottom: 0; }
    .lp-page.site-footer .inner-wrap-narrow .sf-secondary .sfs-social {
      margin-right: 0;
      padding-left: 0;
      width: auto; }

.hs-site-page .site-content-secondary .hbspt-form,
.hs-site-page .site-content-primary .hbspt-form,
.hs-landing-page .site-content-secondary .hbspt-form,
.hs-landing-page .site-content-primary .hbspt-form {
  max-width: 43.75em;
  width: 60%;
  clear: both;
  margin: 2em auto; }
  .hs-site-page .site-content-secondary .hbspt-form .hs-input,
  .hs-site-page .site-content-primary .hbspt-form .hs-input,
  .hs-landing-page .site-content-secondary .hbspt-form .hs-input,
  .hs-landing-page .site-content-primary .hbspt-form .hs-input {
    max-width: inherit; }

.hs-site-page .site-content-secondary .hs-form,
.hs-site-page .site-content-primary .hs-form,
.hs-landing-page .site-content-secondary .hs-form,
.hs-landing-page .site-content-primary .hs-form {
  font-size: 0.75em; }
  .hs-site-page .site-content-secondary .hs-form fieldset .hs-form-checkbox .hs-form-checkbox-display .hs-input,
  .hs-site-page .site-content-primary .hs-form fieldset .hs-form-checkbox .hs-form-checkbox-display .hs-input,
  .hs-landing-page .site-content-secondary .hs-form fieldset .hs-form-checkbox .hs-form-checkbox-display .hs-input,
  .hs-landing-page .site-content-primary .hs-form fieldset .hs-form-checkbox .hs-form-checkbox-display .hs-input {
    display: inline-block;
    margin-right: 1em;
    vertical-align: middle;
    width: auto !important; }
  .hs-site-page .site-content-secondary .hs-form fieldset .hs-form-checkbox .hs-form-checkbox-display span,
  .hs-site-page .site-content-primary .hs-form fieldset .hs-form-checkbox .hs-form-checkbox-display span,
  .hs-landing-page .site-content-secondary .hs-form fieldset .hs-form-checkbox .hs-form-checkbox-display span,
  .hs-landing-page .site-content-primary .hs-form fieldset .hs-form-checkbox .hs-form-checkbox-display span {
    display: inline-block;
    vertical-align: middle; }

/* Sitemap Page Style */
.sitemap .hs_cos_wrapper #hs_menu_wrapper_default {
  background-color: transparent; }
  .sitemap .hs_cos_wrapper #hs_menu_wrapper_default ul {
    display: block;
    height: auto; }
    .sitemap .hs_cos_wrapper #hs_menu_wrapper_default ul .hs-menu-item {
      display: block;
      flex: inherit;
      float: none;
      height: auto;
      line-height: initial;
      position: inherit;
      text-align: left;
      width: auto;
      margin: 1em 0; }
      .sitemap .hs_cos_wrapper #hs_menu_wrapper_default ul .hs-menu-item a {
        display: block;
        flex: inherit;
        float: none;
        height: auto;
        line-height: initial;
        position: inherit;
        text-align: left;
        width: auto;
        color: #129689;
        text-decoration: none;
        padding: 0;
        margin: 0; }
        .sitemap .hs_cos_wrapper #hs_menu_wrapper_default ul .hs-menu-item a:hover {
          background: transparent;
          color: #f1b909; }
      .sitemap .hs_cos_wrapper #hs_menu_wrapper_default ul .hs-menu-item ul.hs-menu-children-wrapper {
        display: block;
        margin-left: 1em;
        background: none;
        box-shadow: none;
        position: initial; }
      .sitemap .hs_cos_wrapper #hs_menu_wrapper_default ul .hs-menu-item:hover {
        background: transparent;
        color: #1f1f1f; }
  .sitemap .hs_cos_wrapper #hs_menu_wrapper_default .sn-li-l1,
  .sitemap .hs_cos_wrapper #hs_menu_wrapper_default .hs-menu-depth-1 {
    background-color: transparent; }
  .sitemap .hs_cos_wrapper #hs_menu_wrapper_default .m-subnav-arrow {
    display: none; }

.btp-link {
  font-size: 0.75em; }

.btn-dehumidifier-catalog, .btn-free-project, .btn-hotel, .btn-residential-pool, .btn-therapy-pool {
  padding: 1.875em 5.3125em 1.75em 1.25em;
  position: relative;
  margin-bottom: 0.625em;
  text-align: left; }
  .btn-dehumidifier-catalog:after, .btn-free-project:after, .btn-hotel:after, .btn-residential-pool:after, .btn-therapy-pool:after {
    content: "";
    position: absolute;
    right: 0.5em;
    top: 1.4375em;
    background-image: url(catalog-icon-white.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left top;
    width: 3.875em;
    height: 3.875em; }
  .btn-dehumidifier-catalog.btn-rep-finder:after, .btn-rep-finder.btn-free-project:after, .btn-rep-finder.btn-hotel:after, .btn-rep-finder.btn-residential-pool:after, .btn-rep-finder.btn-therapy-pool:after {
    background-image: url("img/ico-rep-finder-white.svg");
    background-position: center center;
    background-size: 100% auto; }
  @media (min-width: 40em) {
    .btn-dehumidifier-catalog, .btn-free-project, .btn-hotel, .btn-residential-pool, .btn-therapy-pool {
      padding: 1.875em 9.5625em 1.75em 3.125em; }
      .btn-dehumidifier-catalog:after, .btn-free-project:after, .btn-hotel:after, .btn-residential-pool:after, .btn-therapy-pool:after {
        right: 3.125em; } }

.btn-title {
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.25em; }

.btn-subtitle {
  font-weight: normal;
  font-size: 1.125em; }

.btn-free-project {
  font-size: 1.25em;
  padding: 1.5625em 3em 1.375em 0.75em; }
  .btn-free-project:after {
    background-image: url(project-analysis-white.svg);
    background-size: 100% auto;
    top: 0.375em;
    right: 0.125em;
    width: 3.25em;
    height: 3.25em; }
  @media (min-width: 40em) {
    .btn-free-project {
      padding: 1.5625em 5.375em 1.375em 1.375em; }
      .btn-free-project:after {
        right: 1.375em; } }

.btn-hotel, .btn-residential-pool, .btn-therapy-pool {
  padding: 1.25em 5.3125em 1.125em 1.25em; }
  .btn-hotel:after, .btn-residential-pool:after, .btn-therapy-pool:after {
    background-image: url(hotel-icon-white.svg);
    width: 4.5625em;
    height: 5.8125em;
    top: 0.5em; }
  @media (min-width: 40em) {
    .btn-hotel, .btn-residential-pool, .btn-therapy-pool {
      padding: 1.25em 9.5625em 1.125em 3.125em; } }

.btn-residential-pool:after {
  background-image: url(https://cdn2.hubspot.net/hubfs/393656/dca-imgs/swimmingpool-icon-white.svg);
  background-size: 100% auto;
  width: 4.5625em;
  height: 5.8125em;
  top: 1.25em; }

@media (min-width: 40em) {
  .btn-residential-pool {
    padding: 1.25em 12.1875em 1.125em 3.125em; } }

.btn-therapy-pool:after {
  background-image: url(https://cdn2.hubspot.net/hubfs/393656/dca-imgs/therapy-pool-white.svg);
  width: 4.5625em;
  height: 5.8125em;
  top: 1.25em; }

@media (min-width: 40em) {
  .btn-therapy-pool {
    padding: 1.25em 10.875em 1.125em 3.125em; } }

/* gdd 003 b */
.gdd-003-b-products-and-accessories-module .accordion-tabs-products .tab-link {
  position: relative;
  background-color: #0d6c63;
  opacity: 0.4; }
  .gdd-003-b-products-and-accessories-module .accordion-tabs-products .tab-link.is-active, .gdd-003-b-products-and-accessories-module .accordion-tabs-products .tab-link:hover {
    background-color: #0d6c63;
    box-shadow: 0 0 15px #00342c inset;
    opacity: 1; }
    .gdd-003-b-products-and-accessories-module .accordion-tabs-products .tab-link.is-active:after, .gdd-003-b-products-and-accessories-module .accordion-tabs-products .tab-link:hover:after {
      content: "";
      background-image: url(https://cdn2.hubspot.net/hubfs/393656/dca-imgs/arrow-active.svg);
      background-position: right center;
      background-repeat: no-repeat;
      position: absolute;
      right: -1.25em;
      top: 43%;
      width: 1.125em;
      height: 0.9375em; }

.prs-cta {
  padding: 0.9375em 2.1875em 0.9375em 2.1875em;
  border-radius: 0px !important;
  font-weight: 600;
  font-size: 0.875em; }

.prs-cta-item {
  text-align: center; }

.guide-text {
  margin-top: 16px !important;
  font-weight: 400;
  font-size: 22px; }

.download-text {
  padding-left: 0;
  display: inline-block;
  text-decoration: underline;
  position: relative;
  font-weight: 800; }
  .download-text:after {
    position: absolute;
    content: "";
    background-image: url(https://cdn2.hubspot.net/hubfs/393656/dca-imgs/Products%20and%20Accessories%20Module/download-2.svg?t=1509957531747);
    top: 1px;
    right: -25px;
    width: 19px;
    height: 16px;
    background-size: 22px 20px;
    background-repeat: no-repeat; }

.prs-header {
  text-align: center;
  color: #129689;
  font-weight: 600;
  font-size: 2.25em; }

.popular-resource-section {
  background-color: #e2eeee; }
  .popular-resource-section .cta_button {
    text-decoration: none; }
  .popular-resource-section p {
    text-align: center; }

.two-column-alt.gdd-001-b-two-column-alt .site-content-primary h2 {
  color: #129689;
  font-weight: 600; }
  .two-column-alt.gdd-001-b-two-column-alt .site-content-primary h2:first-child {
    margin-top: 0; }

.two-column-alt.gdd-001-b-two-column-alt .site-content-primary p {
  color: #62676d; }

@media (min-width: 60em) {
  .two-column-alt.gdd-001-b-two-column-alt .site-content-primary {
    float: right;
    margin-right: 0;
    width: 29.762%; } }

.two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form {
  background-color: #efefef;
  border-top: 4px solid #129689;
  padding: 1.25em 0.625em 1.875em; }
  @media (min-width: 40em) {
    .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form {
      padding: 4.5em 1.8333333333em 5.3333333333em; } }
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form label {
    font-size: 1.3333333333em;
    font-weight: 600;
    padding-left: 0.5em;
    margin-bottom: 0.5em; }
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form textarea,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="color"],
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="date"],
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="datetime"],
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="datetime-local"],
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="email"],
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="month"],
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="number"],
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="password"],
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="search"],
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="tel"],
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="text"],
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="time"],
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="url"],
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="week"],
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form textarea,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="hidden"],
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form select[multiple="multiple"],
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form select {
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    box-shadow: none;
    padding: 0.8666666667em;
    width: 100%; }
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form textarea:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="color"]:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="date"]:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="datetime"]:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="datetime-local"]:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="email"]:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="month"]:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="number"]:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="password"]:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="search"]:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="tel"]:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="text"]:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="time"]:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="url"]:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="week"]:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form textarea:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="hidden"]:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form select[multiple="multiple"]:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form select:focus {
    border: 1px solid #129689;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) inset, 0 0 5px rgba(15, 127, 116, 0.7); }
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form .hs-form-field {
    margin-bottom: 1.0666666667em; }
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form select {
    height: 3.2em !important;
    margin-bottom: 0.7333333333em;
    max-width: 100%;
    width: 100%; }
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form .form-columns-2 .hs-form-field .input,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form .form-columns-1 .hs-form-field .input {
    margin-right: 0; }
    .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form .form-columns-2 .hs-form-field .input .hs-input,
    .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form .form-columns-1 .hs-form-field .input .hs-input {
      width: 100%; }
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="submit"] {
    border-radius: 2px;
    font-size: 1.5em;
    font-weight: 600;
    padding: 1.1111111111em 3.5555555556em;
    margin-top: 1.6666666667em; }

@media (min-width: 60em) {
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary {
    float: left;
    margin-right: 4.358%;
    width: 65.8808%; } }

.gdd-001-one-column .site-content-primary {
  text-align: center; }
  .gdd-001-one-column .site-content-primary h2 {
    color: #129689;
    font-weight: 600;
    font-size: 2.5em;
    margin: 0.45em 0; }
  .gdd-001-one-column .site-content-primary p {
    color: #62676d;
    margin: 0.8em 0; }
  .gdd-001-one-column .site-content-primary .hs-form {
    text-align: left;
    background-color: #efefef;
    padding: 0; }
    @media (min-width: 40em) {
      .gdd-001-one-column .site-content-primary .hs-form {
        padding: 0; } }
    .gdd-001-one-column .site-content-primary .hs-form label {
      font-size: 1.3333333333em;
      font-weight: 600;
      padding-left: 0.5em;
      margin-bottom: 0.5em; }
    .gdd-001-one-column .site-content-primary .hs-form textarea,
    .gdd-001-one-column .site-content-primary .hs-form input[type="color"],
    .gdd-001-one-column .site-content-primary .hs-form input[type="date"],
    .gdd-001-one-column .site-content-primary .hs-form input[type="datetime"],
    .gdd-001-one-column .site-content-primary .hs-form input[type="datetime-local"],
    .gdd-001-one-column .site-content-primary .hs-form input[type="email"],
    .gdd-001-one-column .site-content-primary .hs-form input[type="month"],
    .gdd-001-one-column .site-content-primary .hs-form input[type="number"],
    .gdd-001-one-column .site-content-primary .hs-form input[type="password"],
    .gdd-001-one-column .site-content-primary .hs-form input[type="search"],
    .gdd-001-one-column .site-content-primary .hs-form input[type="tel"],
    .gdd-001-one-column .site-content-primary .hs-form input[type="text"],
    .gdd-001-one-column .site-content-primary .hs-form input[type="time"],
    .gdd-001-one-column .site-content-primary .hs-form input[type="url"],
    .gdd-001-one-column .site-content-primary .hs-form input[type="week"],
    .gdd-001-one-column .site-content-primary .hs-form textarea,
    .gdd-001-one-column .site-content-primary .hs-form input[type="hidden"],
    .gdd-001-one-column .site-content-primary .hs-form select[multiple="multiple"],
    .gdd-001-one-column .site-content-primary .hs-form select {
      border: 1px solid #c9c9c9;
      border-radius: 3px;
      box-shadow: none;
      padding: 0.8666666667em;
      width: 100%; }
    .gdd-001-one-column .site-content-primary .hs-form textarea:focus,
    .gdd-001-one-column .site-content-primary .hs-form input[type="color"]:focus,
    .gdd-001-one-column .site-content-primary .hs-form input[type="date"]:focus,
    .gdd-001-one-column .site-content-primary .hs-form input[type="datetime"]:focus,
    .gdd-001-one-column .site-content-primary .hs-form input[type="datetime-local"]:focus,
    .gdd-001-one-column .site-content-primary .hs-form input[type="email"]:focus,
    .gdd-001-one-column .site-content-primary .hs-form input[type="month"]:focus,
    .gdd-001-one-column .site-content-primary .hs-form input[type="number"]:focus,
    .gdd-001-one-column .site-content-primary .hs-form input[type="password"]:focus,
    .gdd-001-one-column .site-content-primary .hs-form input[type="search"]:focus,
    .gdd-001-one-column .site-content-primary .hs-form input[type="tel"]:focus,
    .gdd-001-one-column .site-content-primary .hs-form input[type="text"]:focus,
    .gdd-001-one-column .site-content-primary .hs-form input[type="time"]:focus,
    .gdd-001-one-column .site-content-primary .hs-form input[type="url"]:focus,
    .gdd-001-one-column .site-content-primary .hs-form input[type="week"]:focus,
    .gdd-001-one-column .site-content-primary .hs-form textarea:focus,
    .gdd-001-one-column .site-content-primary .hs-form input[type="hidden"]:focus,
    .gdd-001-one-column .site-content-primary .hs-form select[multiple="multiple"]:focus,
    .gdd-001-one-column .site-content-primary .hs-form select:focus {
      border: 1px solid #129689;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) inset, 0 0 5px rgba(15, 127, 116, 0.7); }
    .gdd-001-one-column .site-content-primary .hs-form .hs-form-field {
      margin-bottom: 1.0666666667em; }
    .gdd-001-one-column .site-content-primary .hs-form select {
      height: 3.2em !important;
      margin-bottom: 0.7333333333em;
      max-width: 100%;
      width: 100%; }
    .gdd-001-one-column .site-content-primary .hs-form .form-columns-2 .hs-form-field .input,
    .gdd-001-one-column .site-content-primary .hs-form .form-columns-1 .hs-form-field .input {
      margin-right: 0; }
      .gdd-001-one-column .site-content-primary .hs-form .form-columns-2 .hs-form-field .input .hs-input,
      .gdd-001-one-column .site-content-primary .hs-form .form-columns-1 .hs-form-field .input .hs-input {
        width: 100%; }
    .gdd-001-one-column .site-content-primary .hs-form input[type="submit"] {
      border-radius: 2px;
      font-size: 1.5em;
      font-weight: 600;
      padding: 1.1111111111em 3.5555555556em;
      margin-top: 1.6666666667em; }
    .gdd-001-one-column .site-content-primary .hs-form .form-section-heading {
      border-top: 4px solid #129689;
      margin-top: 0;
      padding-top: 1.25em;
      position: relative;
      font-size: 2em; }
      .gdd-001-one-column .site-content-primary .hs-form .form-section-heading:before, .gdd-001-one-column .site-content-primary .hs-form .form-section-heading:after {
        border-top: 4px solid #129689;
        content: "";
        height: auto;
        position: absolute;
        top: -0.1666666667em;
        width: 100%; }
      .gdd-001-one-column .site-content-primary .hs-form .form-section-heading:before {
        left: -0.7083333333em; }
      .gdd-001-one-column .site-content-primary .hs-form .form-section-heading:after {
        right: -0.7083333333em; }
    .gdd-001-one-column .site-content-primary .hs-form .form-section-seperator {
      background-color: #ffffff;
      position: relative;
      margin: 0;
      height: 2.6666666667em; }
      .gdd-001-one-column .site-content-primary .hs-form .form-section-seperator:before, .gdd-001-one-column .site-content-primary .hs-form .form-section-seperator:after {
        background-color: #ffffff;
        content: "";
        height: 100%;
        position: absolute;
        top: 0em;
        width: 50%; }
      .gdd-001-one-column .site-content-primary .hs-form .form-section-seperator:before {
        left: -1.1333333333em; }
      .gdd-001-one-column .site-content-primary .hs-form .form-section-seperator:after {
        right: -1.1333333333em; }
    .gdd-001-one-column .site-content-primary .hs-form .hs_submit {
      background: #ffffff;
      text-align: center; }
    .gdd-001-one-column .site-content-primary .hs-form fieldset {
      padding: 0 1.4375em; }
    @media (min-width: 40em) {
      .gdd-001-one-column .site-content-primary .hs-form .hs-form-radio,
      .gdd-001-one-column .site-content-primary .hs-form .hs-form-checkbox {
        float: left;
        margin-bottom: 1.25em; } }
    .gdd-001-one-column .site-content-primary .hs-form .hs-form-checkbox-display > span,
    .gdd-001-one-column .site-content-primary .hs-form .hs-form-radio-display > span {
      float: left;
      padding-right: 0.625em; }

.gdd-001-b-site-footer {
  text-align: center; }

.site-footer.gdd-001-site-footer {
  text-align: center; }

@media screen and (min-width: 430px) {
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form .form-columns-2 .hs-form-field .input {
    margin-right: 8px; }
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form .form-columns-2 .hs-form-field:last-child .input {
    margin-right: 0px;
    margin-left: 8px; }
  .gdd-001-one-column .site-content-primary .hs-form .form-columns-2 .hs-form-field .input {
    margin-right: 8px; }
  .gdd-001-one-column .site-content-primary .hs-form .form-columns-2 .hs-form-field:last-child .input {
    margin-right: 0px;
    margin-left: 8px; }
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form .form-columns-2 .hs-form-field:last-child label {
    padding-left: 16px; } }

#resp-slidebox {
  z-index: 0;
  position: relative; }
  @media (min-width: 60em) {
    #resp-slidebox {
      background: #129689;
      color: #ffffff;
      text-align: center;
      position: relative;
      font-size: 18px !important;
      font-weight: 300;
      top: -500px;
      transition: all ease-in 0.5s;
      height: 0;
      opacity: 0; }
      #resp-slidebox.active {
        z-index: 0;
        opacity: 1;
        top: 0; }
        #resp-slidebox.active .inner-wrap, #resp-slidebox.active .inner-wrap-narrow, #resp-slidebox.active .inner-wrap-wide, #resp-slidebox.active .inner-wrap-fullwidth {
          height: 60px;
          max-width: 100%; }
      #resp-slidebox .inner-wrap, #resp-slidebox .inner-wrap-narrow, #resp-slidebox .inner-wrap-wide, #resp-slidebox .inner-wrap-fullwidth {
        background: #129689;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        height: 0; }
      #resp-slidebox a.close {
        background-color: transparent !important;
        text-align: center;
        float: left;
        padding: 0;
        font-size: 0.9em;
        border-radius: 0.1875em;
        position: absolute;
        cursor: pointer;
        top: 7px;
        right: 1em;
        text-decoration: none;
        z-index: 2; }
        #resp-slidebox a.close:hover {
          background-color: unset !important; }
      #resp-slidebox .slidebox-btn {
        padding-top: 0.6111111111em;
        padding-right: 0.9444444444em;
        padding-bottom: 0.6666666667em;
        padding-left: 0.9444444444em;
        margin-left: 0.8333333333em;
        position: relative; } }

.gdd-004-b-page-heading {
  background-color: #128689; }
  .gdd-004-b-page-heading > .inner-wrap, .gdd-004-b-page-heading > .inner-wrap-narrow, .gdd-004-b-page-heading > .inner-wrap-wide, .gdd-004-b-page-heading > .inner-wrap-fullwidth {
    max-width: 64.375em; }
  .gdd-004-b-page-heading h1 {
    font-size: 1.875em;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0;
    color: white;
    line-height: 1.2666666667em; }
    .gdd-004-b-page-heading h1 span {
      font-family: "Open Sans";
      font-size: 0.8666666667em;
      font-weight: 400;
      display: block; }

.gdd-004-b-site-content > .inner-wrap-narrow {
  max-width: 51.0625em; }

.gdd-004-b-site-content .site-content-primary p,
.gdd-004-b-site-content .site-content-primary ul:not([class]) li:not([class]) {
  font-size: 0.9375em; }

.gdd-004-b-site-content .site-content-secondary {
  background-color: #e7e8ea;
  padding: 0.9375em 1.25em 1.25em; }

.gdd-004-b-site-content textarea,
.gdd-004-b-site-content input[type="color"],
.gdd-004-b-site-content input[type="date"],
.gdd-004-b-site-content input[type="datetime"],
.gdd-004-b-site-content input[type="datetime-local"],
.gdd-004-b-site-content input[type="email"],
.gdd-004-b-site-content input[type="month"],
.gdd-004-b-site-content input[type="number"],
.gdd-004-b-site-content input[type="password"],
.gdd-004-b-site-content input[type="search"],
.gdd-004-b-site-content input[type="tel"],
.gdd-004-b-site-content input[type="text"],
.gdd-004-b-site-content input[type="time"],
.gdd-004-b-site-content input[type="url"],
.gdd-004-b-site-content input[type="week"],
.gdd-004-b-site-content textarea,
.gdd-004-b-site-content input[type="hidden"],
.gdd-004-b-site-content select[multiple="multiple"],
.gdd-004-b-site-content select {
  width: 100%;
  height: 2.6875em !important;
  font-size: 0.9375em;
  box-shadow: none;
  border-radius: 0; }

.gdd-004-b-site-content .hbspt-form {
  margin: 0 !important; }

.selected-value {
  color: #7f868c;
  font-size: 1em;
  padding-left: 0.625em;
  margin-top: 0.3125em;
  margin-bottom: 0.625em;
  position: relative;
  display: inline;
  cursor: pointer; }
  .selected-value:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(https://cdn2.hubspot.net/hubfs/393656/dca-imgs/title-arrow.png);
    background-repeat: no-repeat;
    background-size: 0.375em auto;
    background-position: left center;
    width: 0.375em;
    height: 100%; }
  .selected-value span {
    color: #128689;
    font-weight: 700; }

.selection-title {
  font-size: 1.5em;
  margin-bottom: 0.625em;
  margin-top: 0.4166666667em; }

.dropdown-title {
  color: #7f8686;
  font-size: 0.9375em;
  width: 100%;
  padding: 0.625em; }

.field-title {
  font-size: 0.9375em;
  color: #7f8686;
  margin-bottom: 0.4666666667em;
  padding-bottom: 0;
  display: block; }

.third-form .rows-of-2 > * {
  margin-bottom: 0; }

.third-form .submitted-message {
  display: none; }

.final-result-title {
  font-size: 1.5em;
  margin-top: 0.4166666667em;
  margin-bottom: 0.625em;
  font-family: "Open Sans"; }

.dca-results2 {
  text-align: center;
  font-size: 1.5em;
  color: #7f8686; }
  .dca-results2 a {
    font-size: 1.5em;
    margin: 0 0.4166666667em;
    font-weight: bold;
    color: #128689; }
    .dca-results2 a:last-child {
      margin-right: 0; }

.full-catalog {
  display: block;
  text-align: center; }
  .full-catalog a {
    color: #7f8686;
    font-size: 0.9375em; }

.d2-model {
  margin-bottom: 1em;
  display: none; }

.result1 {
  padding: 2em;
  border: solid 1px #ccc;
  background-color: #f8f8f8;
  width: 100%;
  text-align: center;
  display: none; }

.dca-results1 {
  font-size: 1.625em;
  line-height: 1.2307692308em;
  font-weight: bold;
  margin: .6em 0; }

.dca-result1-learn-more > a {
  text-align: center;
  font-size: 1.125em;
  line-height: 1.4444444444em; }

.result2 {
  display: none; }

.email2 {
  margin-bottom: 1em; }

.alternate-submit2 {
  padding: 0.625em;
  display: inline-block;
  border: solid 1px #ccc;
  background-color: #0f877b;
  font-size: 1em;
  color: white;
  height: 2.5625em;
  line-height: 1.25em;
  text-decoration: none; }

.write-in-error2,
.write-in-error1 {
  color: #990000;
  background-color: #f8f8f8;
  border: solid 1px #red;
  padding: 1em;
  margin-top: 1em;
  text-align: center;
  display: none; }

.alternate-submit1 {
  text-decoration: none;
  padding: .75em 1em;
  display: inline-block;
  border: solid 1px #ccc;
  background-color: #0f877b;
  font-size: 1em;
  color: white; }

.flyin {
  padding: 0 !important;
  position: fixed !important;
  bottom: -6px !important;
  right: 0 !important;
  z-index: 1000 !important;
  background-color: unset !important;
  transition-delay: 5s !important; }

.pops {
  display: none; }

.hs-content-id-5263323589 .pops {
  display: block; }

/*============== GDD 007 Testimonial module =============*/
/*.gdd-007-test-module{
    background-color: #5ab5ac;
    text-align: center;
    .inner-wrap-narrow{
        padding-top: em(66);
        padding-bottom: em(41);
    }
}
.tm-test{
    font-size: $medium-font-size;
    line-height: em(32,26);
    color: $white;
    font-weight: 300;
    font-family: $header-font-family;
    padding: 0 em(4,26);
    position: relative;
    &:after{
        content:"";
        bottom: em(62,26);
        right: 0;
        width: em(20,26);
        height: em(21,26);
        background-image: url(https://cdn2.hubspot.net/hubfs/393656/right-quote.svg);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: em(20,26) em(21,26);
        position: absolute;
    }
    &:before{
        content:"";
        top: em(-23,26);
        left: 0;
        width: em(20,26);
        height: em(21,26);
        background-image: url(https://cdn2.hubspot.net/hubfs/393656/left-quote.svg);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: em(20,26) em(21,26);
        position: absolute;
    }
@include mq(medium){
    padding: 0 em(45,26);
}
@include mq(large){
    padding: 0 em(141,26);
    &:after{
        right: em(85,26);
    }
    &:before{
        left: em(99,26);
    }
}
}
.tm-author {
    display: block;
    font-size: em(17,26);
    margin-top: em(49,17);
    margin-bottom: em(28,17);
    font-family: $base-font-family;
    font-weight: 600;
    line-height: em(25,17);
    }*/
#cta_button_393656_155a2518-d9ea-4df2-a4b0-479639615bbe:hover::after {
  background-size: 1.2em; }

#cta_button_393656_155a2518-d9ea-4df2-a4b0-479639615bbe:after {
  content: '';
  background-image: url(https://cdn2.hubspot.net/hubfs/393656/image/Social%20Icons/book-icon-white.svg);
  background-color: transparent;
  background-size: 1em;
  width: 2em;
  height: 2em;
  position: absolute;
  background-repeat: no-repeat;
  display: block;
  right: 0px;
  bottom: 0;
  width: 3.5em;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-transition: background .1s linear;
  transition: background .1s linear;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  top: 0.3em; }
  @media (min-width: 60em) {
    #cta_button_393656_155a2518-d9ea-4df2-a4b0-479639615bbe:after {
      top: 0.3em;
      height: 3em;
      background-size: 1.5em; } }

.close {
  background-color: transparent !important; }

.gdd-008-hamburger span {
  display: none; }

.gdd-008-close {
  display: none; }

/* ==== GDD 010 B start ==== */
.scs-cta-wrapper {
  max-width: 18.8125em;
  width: 82.5%;
  background-color: #e2eded;
  border-radius: 5px;
  padding: 0.625em;
  margin: 0 auto; }
  @media (min-width: 40em) {
    .scs-cta-wrapper {
      margin: 0 auto; } }
  @media (min-width: 80em) {
    .scs-cta-wrapper {
      padding: 0.5em 0.625em 0.875em 0.9375em;
      max-width: 18.75em; } }

.scs-cta-text {
  font-size: 1.125em;
  font-weight: 600;
  color: #34a397;
  margin-top: 0; }
  @media (min-width: 80em) {
    .scs-cta-text {
      margin-bottom: 0.3888888889em; } }

.scs-cta-btn {
  font-size: 1em;
  font-weight: 400; }
  .scs-cta-btn span {
    position: relative;
    padding-right: 2.5em;
    line-height: 1.1875em;
    display: inline-block;
    vertical-align: middle; }
    .scs-cta-btn span:after {
      content: "";
      position: absolute;
      background-image: url(gdd-cta-img.png);
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 1.5625em 1.5625em;
      right: 0;
      top: -0.1875em;
      width: 1.5625em;
      height: 1.5625em; }
  @media (min-width: 40em) {
    .scs-cta-btn span {
      padding-right: 1.5em; }
      .scs-cta-btn span:after {
        background-size: 1.25em 1.25em;
        top: 0;
        width: 1.25em;
        height: 1.25em; } }
  @media (min-width: 60em) {
    .scs-cta-btn {
      font-size: 1.125em;
      font-weight: 400;
      padding: 1em 0.2777777778em 1.1111111111em 0.5555555556em;
      margin-left: -0.0555555556em;
      display: block;
      text-align: center; }
      .scs-cta-btn span {
        padding-right: 2.4444444444em; }
        .scs-cta-btn span:after {
          background-size: 1.8888888889em 1.8888888889em;
          top: -0.4444444444em;
          width: 1.8888888889em;
          height: 1.8888888889em; } }
  @media (min-width: 80em) {
    .scs-cta-btn {
      padding: 1em 1.9444444444em 1.1111111111em 1.8333333333em; } }

/* ==== GDD 010 B start ==== */
/* ==== Resources module start==== */
.popular-resources-module {
  background-color: #e2eeee; }
  .popular-resources-module .rm-header {
    margin-bottom: 0.75em;
    font-size: 1.25em;
    color: #129689;
    margin-top: 0;
    font-weight: 600; }
  .popular-resources-module .rm-left {
    margin-bottom: 2.5em; }
  .popular-resources-module .tabs {
    margin-bottom: 0.9375em; }
    .popular-resources-module .tabs li {
      display: block;
      line-height: 2.3125em;
      margin-bottom: 0.625em; }
  .popular-resources-module .tab-link {
    font-size: 1em;
    text-decoration: none;
    font-weight: 400;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 1.375em; }
    .popular-resources-module .tab-link:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0.625em;
      background-image: url(download-2.svg);
      background-repeat: no-repeat;
      background-size: 1em 1em;
      background-position: right top;
      width: 1em;
      height: 1em; }
    .popular-resources-module .tab-link.active {
      text-decoration: underline; }
    .popular-resources-module .tab-link:hover {
      text-decoration: underline; }
  .popular-resources-module .mp-image img {
    display: block;
    vertical-align: top; }
  .popular-resources-module .btn-rs {
    font-size: 1.125em;
    padding: 0.6666666667em 1.4444444444em 0.7777777778em 1.5em; }
  @media (min-width: 40em) {
    .popular-resources-module {
      overflow: hidden; }
      .popular-resources-module > .inner-wrap-narrow {
        padding-bottom: 0; }
      .popular-resources-module .rm-left {
        float: left;
        width: 50%;
        margin-bottom: 0;
        padding-right: 2%; }
      .popular-resources-module .rm-right {
        float: left;
        margin-bottom: 0;
        width: 50%; } }
  @media (min-width: 60em) {
    .popular-resources-module .tabs {
      margin-bottom: 1.4375em; }
      .popular-resources-module .tabs li {
        line-height: 2.1875em;
        margin-bottom: 0.625em; }
    .popular-resources-module .rm-header {
      margin-bottom: 0.40625em;
      padding-bottom: 0.28125em;
      font-size: 2em; }
    .popular-resources-module .rm-left {
      padding-top: 0;
      padding-left: 0;
      width: 60%; }
    .popular-resources-module .rm-right {
      padding: 0.8125em 0.125em 0 0;
      width: 40%;
      margin-bottom: -7.0625em; }
    .popular-resources-module .mp-image img {
      width: 100%;
      max-width: 18.3125em; } }
  @media (min-width: 80em) {
    .popular-resources-module .rm-content {
      float: right; }
    .popular-resources-module > .inner-wrap-narrow {
      padding-top: 2.375em; }
    .popular-resources-module .rm-left {
      width: 60.95%;
      padding-right: 7.75%; }
    .popular-resources-module .rm-right {
      padding: 0.25em 0 0 0;
      width: 39.05%;
      margin-bottom: -7.125em; }
    .popular-resources-module .rm-header {
      margin-bottom: 0.375em; }
    .popular-resources-module .tabs {
      margin-bottom: 1.75em; }
      .popular-resources-module .tabs li {
        line-height: 2.125em;
        margin-bottom: 0.5em; }
    .popular-resources-module .tab-link {
      font-size: 1.3125em;
      padding-right: 1.1904761905em; }
      .popular-resources-module .tab-link:after {
        top: 0.4285714286em;
        background-size: 0.7619047619em 0.7619047619em;
        width: 0.7619047619em;
        height: 0.7619047619em; }
    .popular-resources-module .btn-rs {
      padding: 0.5555555556em 1.1666666667em 0.6666666667em 1.2222222222em; } }

/* ==== GDD 011 B css end==== */
/** GDD-009 **/
.gdd-009-lp .form-wrapper {
  background: #f1f1f1;
  padding-top: 24px;
  padding-bottom: 30px;
  padding-left: 24px;
  position: relative;
  padding-right: 24px;
  z-index: 10; }

.gdd-009-lp .form-wrapper .hs-input {
  width: 100%; }

.gdd-009-lp .form-wrapper .hs-error-msg {
  color: red;
  font-size: 14px; }

.gdd-009-lp {
  display: block; }

.gdd-009-lp .form-wrapper h3 {
  color: #129689;
  margin-top: 0; }

.gdd-009-lp .site-content-primary h3 {
  margin-top: 0; }

.gdd-009-lp .form-wrapper label {
  color: #000000; }

.gdd-009-lp .form-note {
  position: relative; }

.gdd-009-lp form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
  padding-top: 5px;
  font-size: 14px;
  height: 2.5em !important;
  font-family: "Open Sans";
  padding-right: 30px; }

.gdd-009-lp form select option {
  font-family: "Open Sans";
  color: #363636;
  font-weight: normal; }

.gdd-009-lp form select::-ms-expand {
  display: none; }

.gdd-009-lp .hs_industry_new .input:before {
  border-bottom-style: solid;
  border-top: none; }

.gdd-009-lp .hs_industry_new .input:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #000000 transparent;
  pointer-events: none;
  border-bottom-style: solid;
  border-top: none; }

.gdd-009-lp .hs_industry_new .input:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 13px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #000000 transparent;
  pointer-events: none; }

.gdd-009-lp .hs_industry_new .input:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none; }

.gdd-009-lp .hs_industry_new .input {
  position: relative;
  width: 100%; }

@media (min-width: 40em) {
  .gdd-009-lp .site-content-primary {
    float: right !important;
    width: 48%; }
  .gdd-009-lp .site-content-secondary {
    width: 48%; }
  .gdd-009-lp .form-wrapper h3 {
    padding-right: 5px; }
  .gdd-009-lp .form-note:before {
    content: '';
    position: absolute;
    background-image: url(https://cdn2.hubspot.net/hubfs/393656/gdd009-form-arrow.svg) !important;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 94px;
    width: 137px;
    left: -154px;
    bottom: 20px; } }

@media (min-width: 60em) {
  .gdd-009-lp .form-wrapper {
    padding-right: 36px; }
  .gdd-009-lp .site-content-primary {
    width: 63.99%; }
  .gdd-009-lp .site-content-secondary {
    width: 30%; } }

@media (min-width: 87.5em) {
  .gdd-009-lp .site-content-primary {
    padding-right: 50px; }
  .gdd-009-lp .form-wrapper {
    padding-left: 33px; } }

@media (max-width: 25em) {
  .gdd-009-lp .site-content-primary img {
    width: 100% !important; } }

/*form focus css*/
/* Change the styling here to change how the focus effect animates in and out for the form */
.gdd-009-lp .form-wrapper form.hs-form {
  display: inline-block;
  transition-duration: 0.25s;
  transition-timing-function: ease-in;
  transition-delay: initial;
  transition-property: all;
  width: 100%; }

.gdd-009-lp .form-wrapper {
  transition: all ease-in .5s;
  -webkit-transition: all ease-in .5s; }

/* Change the styling here to change how the active focus effect looks on the form */
.gdd-009-lp .form-wrapper.focus-active {
  z-index: 37;
  position: relative;
  transform: scale(1);
  box-shadow: 5px 7px #A9A9A9; }

/* Change the styling here to change how the blurred/faded content looks on the page */
body:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 200ms ease-in-out;
  pointer-events: none;
  z-index: 6; }

/* This sets up the `blur` class */
.blur {
  position: relative; }

/* When the `blur` class is toggled on via JS, this makes it show up on the page */
body.blur:after {
  opacity: 1;
  pointer-events: all;
  background-color: white;
  opacity: 0.8; }

/*** form focus css end **/
/** GDD-009 End**/
.hs_recaptcha {
  margin-bottom: 1.171875em; }

.site-logo {
  vertical-align: top; }
  .site-logo img {
    width: 165px; }
    @media (min-width: 40em) {
      .site-logo img {
        width: auto; } }
  @media (min-width: 40em) {
    .site-logo {
      vertical-align: top; } }

/* ==== gdd 012 b css start ==== */
/*=============== product module starts ===============*/
.am-module {
  text-align: center;
  background: #ffffff;
  display: none; }
  @media (min-width: 40em) {
    .am-module {
      display: block;
      background-color: #0d6c63; } }

.pm-heading {
  color: #477DCA;
  font-family: "Raleway";
  font-size: 4.375em;
  font-weight: 700;
  font-size: 1.875em;
  line-height: 1.1em;
  padding: 0.8333333333em 0;
  text-align: center; }
  @media (min-width: 40em) {
    .pm-heading {
      display: none; } }

.is-content {
  width: 100%;
  min-height: 31.25em;
  padding: 1em 2.5em; }
  @media (min-width: 40em) {
    .is-content {
      width: 60%;
      float: left; } }
  @media (min-width: 60em) {
    .is-content {
      width: 50%;
      padding: 1.5em 3.5em; } }

.is-icon {
  margin: auto;
  text-align: center;
  transition: color 1s ease-in-out;
  background-color: #477DCA;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .is-icon:hover {
    cursor: pointer;
    background: #0d6c63 !important; }
    .is-icon:hover .pm-text {
      color: white; }
  .is-icon svg {
    display: block;
    margin: auto;
    width: 50px !important;
    transition: all 1s ease-in-out;
    margin-bottom: .75em; }
  @media (min-width: 40em) {
    .is-icon {
      position: relative;
      background-color: #ffffff;
      border-top: 1px solid #fae4a1;
      border-right: 1px solid #fae4a1;
      border-bottom: none; }
      .is-icon:before {
        content: "";
        left: 0;
        right: 0;
        top: 0;
        position: absolute;
        background-color: #129689;
        height: 2px;
        opacity: 0; }
      .is-icon:after {
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        background-color: #129689;
        height: 2px; }
      .is-icon:hover .pm-text {
        content: #50555a; } }

.slide-anchor {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  padding: 0.9375em 0; }
  @media (min-width: 40em) {
    .slide-anchor {
      background: none;
      height: 8.4375em;
      display: table;
      padding: 6px 24px;
      width: 100%; } }
  @media (min-width: 80em) {
    .slide-anchor {
      padding: 6px 10px; } }

.am-nav {
  line-height: 0;
  position: relative;
  padding-right: 112px; }
  .am-nav .slick-slide:last-child {
    text-align: left; }
    .am-nav .slick-slide:last-child .is-icon {
      /*width: calc(100% - 56px) !important;
        margin-left: 0 !important;
        text-align: left;*/ }
  .am-nav .slick-current .is-icon {
    background: #0d6c63 !important;
    border-right: 1px solid #fae4a1;
    position: relative; }
    .am-nav .slick-current .is-icon:before {
      opacity: 1; }
    .am-nav .slick-current .is-icon:after {
      background-color: #0d6c63; }
    .am-nav .slick-current .is-icon .pm-text {
      color: white; }
  .am-nav .slick-arrow {
    background-color: #fae4a1 !important;
    width: 56px;
    right: 0;
    left: auto;
    top: 0;
    height: auto;
    opacity: 1;
    border-bottom: 2px solid #129689;
    bottom: 0;
    transform: none;
    border-radius: 0; }
    .am-nav .slick-arrow:before {
      background-image: url(product-prev-before.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 11px 22px;
      display: inline-block;
      content: "";
      width: 11px;
      height: 22px; }
    .am-nav .slick-arrow.slick-prev {
      right: 56px;
      /*&:not(.slick-disabled) {
        right: 56px;
      }*/ }
    .am-nav .slick-arrow.slick-next:before {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }

.pm-text {
  color: #ffffff;
  font-family: "Raleway";
  font-size: 1.3125em;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  text-decoration: none; }
  @media (min-width: 40em) {
    .pm-text {
      color: #50555a;
      font-size: 0.875em;
      display: table-cell;
      vertical-align: middle;
      padding-bottom: 1.1428571429em; } }
  @media (min-width: 60em) {
    .pm-text {
      font-size: 1.1875em;
      padding-bottom: 0.8421052632em; } }
  @media (min-width: 80em) {
    .pm-text {
      font-size: 1.125em; } }

.am-main .inner-wrap, .am-main .inner-wrap-narrow, .am-main .inner-wrap-wide, .am-main .inner-wrap-fullwidth {
  padding-top: 0;
  padding-bottom: 0; }

@media (min-width: 40em) {
  .am-main {
    display: block;
    vertical-align: top; } }

@media (min-width: 40em) {
  .am-tab-content {
    padding: 2.8125em 0;
    overflow: hidden; } }

.am-tab-image {
  text-align: center;
  padding-top: 1.5625em;
  padding-left: 1em;
  padding-right: 1em; }
  .am-tab-image img {
    max-width: 36.0625em;
    width: 100%;
    margin: 0 auto;
    max-height: 17.9375em; }
  @media (min-width: 40em) {
    .am-tab-image {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 60em) {
    .am-tab-image {
      width: 37%;
      float: left; } }
  @media (min-width: 80em) {
    .am-tab-image {
      width: 50%;
      padding-left: 0;
      padding-right: 0; } }

.am-tabs-content {
  margin: 0 auto;
  text-align: left;
  padding: 1.875em 1em 0; }
  @media (min-width: 40em) {
    .am-tabs-content {
      width: 100%;
      color: white; } }
  @media (min-width: 60em) {
    .am-tabs-content {
      width: 60%;
      float: right; } }
  @media (min-width: 80em) {
    .am-tabs-content {
      width: 49.7%; } }

@media (min-width: 40em) {
  .am-tabs-heading {
    color: white;
    margin-top: 0; } }

.am-tabs-cta {
  padding: 0.75em 1.875em;
  color: black;
  font-size: 1em;
  line-height: 1.875em;
  display: inline-block;
  outline: none; }

.am-tabs-para {
  color: #1f1f1f;
  font-size: 1.25em;
  line-height: 1.5em;
  max-width: 28.5em;
  width: 100%;
  margin: 0;
  margin-bottom: 0.8em; }
  @media (min-width: 40em) {
    .am-tabs-para {
      color: white;
      max-width: 100%; } }
  @media (min-width: 80em) {
    .am-tabs-para {
      position: relative; } }

.am-mobile-tabs {
  width: 100%;
  padding: 0 0.75em; }
  .am-mobile-tabs .ce-header:after {
    top: 0.7619047619em; }
  @media (min-width: 40em) {
    .am-mobile-tabs {
      display: none; } }

.am-mobile-tabs .click-expand {
  margin-bottom: 0.625em; }
  .am-mobile-tabs .click-expand.active .ce-header {
    background-color: #ffffff; }
  .am-mobile-tabs .click-expand.active .ce-body {
    background-color: #ffffff;
    padding-left: 0;
    padding-right: 0; }

.am-mobile-tabs .ce-header {
  font-size: 1.3125em;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0; }

.anchor-links-nav {
  border-bottom: 1px solid #cccccc;
  padding: 0.5em 0.625em 0;
  text-align: center;
  background: #0D6C63;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .anchor-links-nav .inner-wrap, .anchor-links-nav .inner-wrap-narrow, .anchor-links-nav .inner-wrap-wide, .anchor-links-nav .inner-wrap-fullwidth {
    padding: 1em 1.5em 1em 1.5em; }
  .anchor-links-nav ul {
    padding-left: 0; }
    .anchor-links-nav ul li {
      display: block;
      margin-bottom: 0.625em;
      font-size: 1em !important; }
      @media (min-width: 60em) {
        .anchor-links-nav ul li {
          display: inline-block; } }
      .anchor-links-nav ul li a {
        display: block;
        padding: 0.75em;
        position: relative;
        -webkit-transition: background-color 0.1s ease-in-out;
        -moz-transition: background-color 0.1s ease-in-out;
        transition: background-color 0.1s ease-in-out;
        text-decoration: none;
        color: #FFFFFF;
        font-size: 1.25em;
        font-family: Raleway; }
        @media (min-width: 60em) {
          .anchor-links-nav ul li a {
            padding: 0em 1em; }
            .anchor-links-nav ul li a:after {
              content: '';
              position: absolute;
              left: 0;
              top: 4px;
              width: 2px;
              height: 24px;
              border-left: 2px solid #fff; } }
        .anchor-links-nav ul li a:hover {
          text-decoration: underline !important; }
        @media (min-width: 80em) {
          .anchor-links-nav ul li a {
            padding: 0em 2.5em; } }
      .anchor-links-nav ul li:nth-child(1) a:after {
        display: none; }
      .anchor-links-nav ul li.active a {
        background-color: #0d6c63;
        color: #ffffff;
        text-decoration: none; }
      .anchor-links-nav ul li:after {
        display: none !important; }

.mobile-nav {
  display: block !important; }

@inlcude mq(medium) {
  .mobile-nav {
    display: none !important; } }
  .mobile-nav ul {
    padding-left: 0; }

.desktop-nav {
  display: none !important; }

@inlcude mq(medium) {
  .desktop-nav {
    display: block !important; } }

.text-right {
  text-align: right;
  clear: both; }

.text-aligncenter {
  text-align: center; }

.fax_no a,
.sf-fax a {
  cursor: none;
  pointer-events: none;
  color: inherit;
  text-decoration: none; }
  .fax_no a:hover,
  .sf-fax a:hover {
    color: inherit;
    text-decoration: none; }

.site-content-primary.col-8 .anchor-nav-content-module .inner-wrap-narrow {
  padding: 0; }

.site-content-primary.col-8 .additional-content .inner-wrap, .site-content-primary.col-8 .additional-content .inner-wrap-narrow, .site-content-primary.col-8 .additional-content .inner-wrap-wide, .site-content-primary.col-8 .additional-content .inner-wrap-fullwidth {
  padding: 0; }

.site-content-primary .additional-content .inner-wrap, .site-content-primary .additional-content .inner-wrap-narrow, .site-content-primary .additional-content .inner-wrap-wide, .site-content-primary .additional-content .inner-wrap-fullwidth {
  padding: 0; }

.site-content-primary .additional-content .resource-library-module .inner-wrap, .site-content-primary .additional-content .resource-library-module .inner-wrap-narrow, .site-content-primary .additional-content .resource-library-module .inner-wrap-wide, .site-content-primary .additional-content .resource-library-module .inner-wrap-fullwidth {
  padding-top: 1.875em; }

.home .bottom-fullwidth-cta-module,
.home .popular-resources-module {
  display: none; }

@media (max-width: 1200px) {
  img.alignright,
  img.alignleft {
    float: none;
    display: block;
    margin: 0 auto; } }

.breadcrumb-menu-wrapper #breadcrumbs a:nth-of-type(2) {
  text-decoration: none !important;
  cursor: s-resize !important; }

/* gdd 013 b css start */
.bottom-cta {
  background-color: #222222;
  position: fixed;
  bottom: -12.5em;
  left: 0;
  width: 100%;
  padding: 1.5625em 0.625em;
  text-align: center;
  z-index: 999;
  box-shadow: 0 0 12px -4px #eee; }
  .bottom-cta h3 {
    font-family: "Open Sans" !important; 
    color: white;
    font-size: 1.25em;
    margin: 0; }
    .bottom-cta h3 a {
      display: inline-block;
      vertical-align: top;
      color: #e1ac29;
      text-decoration: none;
      font-weight: 700;
      position: relative;
      padding-right: 1.5em; }
      .bottom-cta h3 a:after {
        content: "";
        position: absolute;
        background-image: url(soft-icon.svg);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 1em 1em;
        width: 1em;
        height: 1em;
        right: 0;
        top: 0.2em; }
      .bottom-cta h3 a:hover {
        color: #e1ac29;
        text-decoration: underline; }
  @media (min-width: 60em) {
    .bottom-cta h3 a {
      padding-right: 2.75em; }
      .bottom-cta h3 a:after {
        background-size: 2em 2em;
        width: 2em;
        height: 2em;
        right: 0;
        top: -0.45em; } }

.cta-close {
  position: absolute !important;
  top: 0.625em;
  left: 5px;
  color: white;
  text-decoration: none;
  font-weight: 700; 
width:20px;
}
  .cta-close:hover {
    color: white;
    text-decoration: none;
    opacity: 0.8; }

/* gdd 013 b css end */
/* gdd 014 b css start */
.form-wrapper {
  background-color: #eaeaea;
  padding: 1.25em; }

.form-heading {
  margin-top: 0;
  font-size: 1.75em;
  color: #139689;
  font-weight: 700;
  margin-bottom: 0.4285714286em;
  font-family: "Open Sans"; }

.form-code .hs-form label {
  font-weight: 600;
  font-size: 0.9375em; }

.form-code .hs-form input[type="color"],
.form-code .hs-form input[type="date"],
.form-code .hs-form input[type="datetime"],
.form-code .hs-form input[type="datetime-local"],
.form-code .hs-form input[type="email"],
.form-code .hs-form input[type="month"],
.form-code .hs-form input[type="number"],
.form-code .hs-form input[type="password"],
.form-code .hs-form input[type="search"],
.form-code .hs-form input[type="tel"],
.form-code .hs-form input[type="text"],
.form-code .hs-form input[type="time"],
.form-code .hs-form input[type="url"],
.form-code .hs-form input[type="week"],
.form-code .hs-form input[type="hidden"],
.form-code .hs-form select,
.form-code .hs-form select[multiple=multiple] {
  width: 100% !important;
  height: 2.3em !important;
  border: 1px solid #c7c7c7;
  border-radius: 0;
  font-size: 0.9375em;
  padding: 0.3333333333em 0.2666666667em; }

.form-code .hs-form textarea {
  font-size: 0.9375em;
  width: 100%;
  border: 1px solid #c7c7c7;
  height: 5.3333333333em;
  border-radius: 0; }

.form-code .hs-form button,
.form-code .hs-form input[type="submit"] {
  width: 100%;
  border: 1px solid #c7c7c7;
  border-radius: 0;
  font-size: 1em;
  padding: 0.75em 1em;
  line-height: 1.5; }

/* gdd 014 b css end */
/* gdd 015 b css start */
.gdd-015-b {
  background-color: #e8e8e8;
  padding: 11px 1.8em 10px 1.5em;
  max-width: 18.8125em;
  margin: 1.5em auto; }
  .gdd-015-b .gform_wrapper .gsection .gfield_label, .gdd-015-b .gform_wrapper h2.gsection_title, .gdd-015-b .gform_wrapper h3.gform_title {
    font-size: 1.75em; }
  .gdd-015-b .gform_wrapper .gfield_required {
    color: #363636;
    margin-left: 4px; }
  .gdd-015-b .gform_wrapper .top_label .gfield_label, .gdd-015-b .gform_wrapper legend.gfield_label {
    color: #363636;
    font-weight: 600; }
  .gdd-015-b .gform_wrapper input, .gdd-015-b body .gform_wrapper textarea, .gdd-015-b body .gform_wrapper select {
    border: 1px solid #c7c7c7;
    border-radius: 0; }
  .gdd-015-b .gform_wrapper .gform_footer input.button, .gdd-015-b .gform_wrapper .gform_footer input[type=submit], .gdd-015-b .gform_wrapper .gform_page_footer input.button, .gdd-015-b .gform_wrapper .gform_page_footer input[type=submit] {
    width: 100%; }
  .gdd-015-b .gform_wrapper textarea.small {
    border: 1px solid #c7c7c7;
    border-radius: 0; }
  @media only screen and (min-width: 641px) {
    .gdd-015-b .gform_wrapper ul.gform_fields li.gfield {
      padding-right: 0; } }
  .gdd-015-b .gform_wrapper ul li.gfield {
    margin-top: 10px; }
  .gdd-015-b .gform_wrapper .gform_footer {
    margin: 10px 0 0 0; }
  @media (min-width: 40em) {
    .gdd-015-b .gform_button {
      font-size: 13px !important; } }
  @media (min-width: 60em) {
    .gdd-015-b .gform_button {
      font-size: 16px !important; } }
  @media only screen and (min-width: 641px) {
    .gdd-015-b .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
      max-width: 100% !important; } }

/* gdd 016 b css start */
.gdd-016-b .breadcrumb-menu-wrapper #breadcrumbs > span > span > a:first-of-type {
  padding-left: 2.9444444444em; }

.gdd-016-b .breadcrumb-menu-wrapper #breadcrumbs a {
  text-decoration: underline;
  font-size: 1.125em;
  line-height: 1.5em;
  color: #7f868c;
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.gdd-016-b .breadcrumb-menu-wrapper #breadcrumbs > span > span > a:first-of-type:before {
  /*background: url(https://www.dehumidifiercorp.com/wp-content/themes/dehumidifiercorp-default/img/ico-breadcrumb-home.svg);*/
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
  content: "";
  height: 1.5627777778em;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5627777778em; }

.gdd-016-b .breadcrumb-menu-wrapper .divider {
  color: #7f868c;
  font-size: 1.125em;
  padding: 0 0.8263888889em 0 0.5486111111em;
  display: inline-block;
  vertical-align: middle; }

.gdd-016-b .breadcrumb-menu-wrapper #breadcrumbs a:hover {
  color: #f1b909;
  text-decoration: none; }

.gdd-016-b .breadcrumb_last {
  text-decoration: none;
  color: #129689;
  font-weight: 600;
  font-size: 1.125em;
  line-height: 1.5em;
  vertical-align: middle;
  display: inline-block;
  margin-top: -1px; }

.gdd-016-b .gdd-map {
  border: 1px solid #afafaf; }

.gdd-016-b h3 {
  font-weight: 600; }

.gdd-016-b .form-title {
  display: none; }

.gdd-016-b form {
  background-color: #e8e8e8;
  padding: 30px 1.5em 27px 1.5em; }

.gdd-016-b textarea, .gdd-016-b input[type="color"], .gdd-016-b input[type="date"], .gdd-016-b input[type="datetime"], .gdd-016-b input[type="datetime-local"], .gdd-016-b input[type="email"], .gdd-016-b input[type="month"], .gdd-016-b input[type="number"], .gdd-016-b input[type="password"], .gdd-016-b input[type="search"], .gdd-016-b input[type="tel"], .gdd-016-b input[type="text"], .gdd-016-b input[type="time"], .gdd-016-b input[type="url"], .gdd-016-b input[type="week"], .gdd-016-b textarea, .gdd-016-b input[type="hidden"], .gdd-016-b select[multiple=multiple], .gdd-016-b select {
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #b5b3b3;
  font-family: "Open Sans";
  font-size: 1.25em;
  margin-bottom: .75em;
  padding: .5em .5em;
  width: 100%; }

.gdd-016-b select {
  height: 2.6em !important;
  width: 100%; }

.gdd-016-b textarea {
  width: 100% !important;
  min-height: 110px; }

.gdd-016-b .gdd-add {
  display: block;
  margin-bottom: 10px;
  padding-left: 36px;
  position: relative; }

.gdd-016-b .gdd-add:before {
  content: '';
  position: absolute;
  background-image: url(https://f.hubspotusercontent00.net/hubfs/393656/image/CTA%20Buttons/location.svg);
  width: 24px;
  height: 24px;
  left: 0;
  background-size: 24px 24px;
  background-repeat: no-repeat; }

.gdd-016-b .gdd-phone {
  display: block;
  margin-bottom: 10px;
  padding-left: 36px;
  position: relative; }
  .gdd-016-b .gdd-phone > span {
    font-weight: 700; }

.gdd-016-b .gdd-phone:before {
  content: '';
  position: absolute;
  background-image: url(https://f.hubspotusercontent00.net/hubfs/393656/image/CTA%20Buttons/location.svg);
  width: 24px;
  height: 24px;
  left: 0;
  background-size: 24px 24px;
  background-repeat: no-repeat; }

.si-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .si-video video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    margin: 0;
    /* height: 100%;*/
    /*transform: translate(-40%, 0%);*/ }
    @media (min-width: 60em) {
      .si-video video {
        /*width: 105%;
      width: auto;
      left: 0;
      transform: translate(0%, 0%);*/ } }
  @media (min-width: 40em) {
    .si-video {
      display: block; } }

.si-content {
  position: relative;
  padding: 0 0.25em;
  z-index: 2; }
  @media (min-width: 60em) {
    .si-content {
      padding: 0;
      width: 100%; } }
  @media (max-width: 40em) {
    .si-content {
      padding-top: 1.5em; } }

.si-header {
  color: #ffffff !important;
  font-size: 1.5em;
  font-weight: 500; }
  @media (min-width: 40em) {
    .si-header {
      font-size: 2.5em; } }
  @media (min-width: 60em) {
    .si-header {
      font-size: 3.5em; } }

.si-btn {
  margin-right: 1em;
  margin-bottom: 1em;
  padding: 0.75em 1.875em;
  color: white;
  font-size: 1em;
  line-height: 1.875em;
  display: inline-block;
  outline: none;
  border-radius: 2px; }

.si-btn-2 {
  margin-bottom: 1em;
  padding: 0.75em 1.875em;
  color: white;
  font-size: 1em;
  line-height: 1.875em;
  display: inline-block;
  outline: none;
  border-radius: 2px; }

.sin-cta {
  display: inline-block;
  vertical-align: top;
  padding: 1em 3em 1em 2em !important;
  background-color: #f1b90a;
  color: black;
  margin-top: 0 !important;
  border-radius: 5px;
  font-size: 0.8em;
  line-height: 1;
  margin-bottom: 1em; }
  @media (min-width: 60em) {
    .sin-cta {
      font-size: 1.25em; } }
  .sin-cta span:after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/cta-black.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1.25em 1.31em;
    width: 1.25em;
    height: 1.31em;
    right: 0.8em;
    top: 0.8em; }

@media screen and (min-width: 961px) and (max-width: 1100px) {
  .gdd-017-b .sin-cta {
    padding: 1em 3em 1em 1.5em !important; } }

/*************  Infographics style start  ***************/
.infographics-module {
  background: transparent linear-gradient(179deg, #e8e8e8 0%, white 49%, #eaeaea 100%) 0% 0% no-repeat padding-box; }
  .infographics-module .inner-wrap, .infographics-module .inner-wrap-narrow, .infographics-module .inner-wrap-wide, .infographics-module .inner-wrap-fullwidth {
    padding-top: 5.5625em;
    padding-bottom: 5.5625em; }

.imc-item {
  display: none; }

@media (min-width: 60em) {
  .im-content-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .im-content-wrap > div {
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      flex-basis: 50%;
      -ms-flex-preferred-size: 50%; } }

.imc-wrap {
  padding-bottom: 2.5em; }
  @media (min-width: 60em) {
    .imc-wrap {
      padding-bottom: 0; } }

.imci-wrap {
  max-width: 35.9375em;
  width: 100%;
  position: relative;
  margin: 0 auto; }
  @media (min-width: 60em) {
    .imci-wrap {
      margin: 0; } }

.imci-link {
  width: 1.875em;
  height: 1.875em;
  display: block;
  background-color: #f1b90a;
  box-shadow: 0px 0px 11px rgba(241, 185, 10, 0.81);
  border-radius: 100%;
  position: absolute;
  transition: all ease-in-out 0.2s; }
  .imci-link::before {
    content: '';
    width: 1.25em;
    height: 1.25em;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    opacity: 0;
    transition: all ease-in-out 0.2s;
    z-index: 1;
    background-color: #6e988f;
    border-radius: 100%; }
  .imci-link:hover, .imci-link.active {
    transform: scale(1.4);
    box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.78); }
    .imci-link:hover::before, .imci-link.active::before {
      opacity: 1; }

.imci-link1 {
  top: 51%;
  left: 0.5625em; }

.imci-link2 {
  top: 2em;
  left: 40%; }

.imci-link3 {
  top: 53%;
  left: 22.5%; }

.imci-link4 {
  top: 50%;
  left: 40%; }

.imci-link5 {
  top: 84%;
  left: 56%; }

.imci-link6 {
  top: 66%;
  left: 44%; }

.imci-link7 {
  top: 61%;
  right: 17%; }

.imci-link8 {
  top: 62%;
  right: 2.3125em; }

@media (min-width: 60em) {
  .imc-wrap {
    padding-right: 5.3125em; } }

@media (min-width: 80em) {
  .imc-wrap {
    padding-right: 10.3125em; } }

.im-header {
  margin-top: 0;
  color: #000000;
  font-size: 2em;
  line-height: 1.4375em;
  position: relative;
  border-bottom: 1px solid #cecece;
  padding-bottom: 0.625em; }

.imc-title {
  font-size: 1.5em;
  line-height: 1.2083333333em;
  font-weight: 300; }

@media (min-width: 40em) {
  .imc-image-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; } }

.imc-image {
  max-width: 14.3125em;
  width: 100%;
  margin: 0 auto 1.5625em;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  .imc-image a {
    display: block;
    min-height: 8.25em; }
    .imc-image a img {
      display: inline-block;
      vertical-align: top;
      width: auto;
      max-height: 8.25em; }
  @media (min-width: 40em) {
    .imc-image {
      margin: 0 0 1.5625em; }
      .imc-image:nth-of-type(2n-1) {
        margin: 0 1.5625em 1.5625em 0; } }

.imc-text {
  padding-bottom: 1.25em; }

.imc-imc-content {
  font-size: 2.5vw; }
  @media (min-width: 40em) {
    .imc-imc-content {
      font-size: 1em; } }

@media (min-width: 60em) {
  .im-content-wrap {
    font-size: 1.25vw; } }

@media (min-width: 80em) {
  .im-content-wrap {
    font-size: 1em; } }

/*  gdd-018-b Start  */
.gdd-018-b {
  display: none !important; }

li#menu-item-2138, li#nav-menu-item-2138 {
  display: none; }

/* gdd-018-b End  */
/* gdd-017-b Start  */
.gdd-017-b.cta-sec {
  background-color: #f6d98b;
  width: 100%;
  height: 100px;
  padding: 1.4em 1em 1.3em; }
  @media (max-width: 50em) {
    .gdd-017-b.cta-sec {
      height: auto;
      padding: 1.4em 1em 1.3em;
      column-count: 1; } }

.gdd-017-b .cta-btns-heading {
  float: left; }
  .gdd-017-b .cta-btns-heading h3 {
    margin-top: 13px;
    font-weight: 600; }
  @media (max-width: 50em) {
    .gdd-017-b .cta-btns-heading {
      float: none; } }

.gdd-017-b .cta-btns {
  float: right; }
  @media (max-width: 50em) {
    .gdd-017-b .cta-btns {
      float: none; } }

.gdd-017-b .sin-cta.btn2 span::after, .gdd-017-b .sin-cta.btn1 span::after {
  background-image: url(https://www.dehumidifiercorp.com/wp-content/uploads/ico-arrow1-1.svg);
  background-size: 1em 1em;
  width: 1em;
  height: 1.3333em;
  right: 1.5em; }

.gdd-017-b a.btn.sin-cta.btn1, .gdd-017-b a.sin-cta.btn1.btn-download, .gdd-017-b a.sin-cta.btn1.btn-arrow, .gdd-017-b a.sin-cta.btn1.product-grid-item-link {
  background-color: #2ba599;
  font-size: 1.15em;
  margin-right: 1em; }
  .gdd-017-b a.btn.sin-cta.btn1:hover, .gdd-017-b a.sin-cta.btn1.btn-download:hover, .gdd-017-b a.sin-cta.btn1.btn-arrow:hover, .gdd-017-b a.sin-cta.btn1.product-grid-item-link:hover {
    background-color: #129689; }

.gdd-017-b a.btn.sin-cta.btn2, .gdd-017-b a.sin-cta.btn2.btn-download, .gdd-017-b a.sin-cta.btn2.btn-arrow, .gdd-017-b a.sin-cta.btn2.product-grid-item-link {
  background-color: #0d6c64;
  font-size: 1.15em; }
  .gdd-017-b a.btn.sin-cta.btn2:hover, .gdd-017-b a.sin-cta.btn2.btn-download:hover, .gdd-017-b a.sin-cta.btn2.btn-arrow:hover, .gdd-017-b a.sin-cta.btn2.product-grid-item-link:hover {
    background-color: #2ba599; }

.gdd-017-b.learn-more-section {
  background-image: url(https://www.dehumidifiercorp.com/wp-content/uploads/img-bg-3.jpg);
  background-repeat: no-repeat;
  background-size: cover; }
  .gdd-017-b.learn-more-section a.btn.btn-rs, .gdd-017-b.learn-more-section a.btn-rs.btn-download, .gdd-017-b.learn-more-section a.btn-rs.btn-arrow, .gdd-017-b.learn-more-section a.btn-rs.product-grid-item-link {
    background-color: transparent;
    border: 1px solid;
    padding: 1em; }
    .gdd-017-b.learn-more-section a.btn.btn-rs:hover, .gdd-017-b.learn-more-section a.btn-rs.btn-download:hover, .gdd-017-b.learn-more-section a.btn-rs.btn-arrow:hover, .gdd-017-b.learn-more-section a.btn-rs.product-grid-item-link:hover {
      background-color: #2ba599 !important;
      border-color: #2ba599 !important; }
  @media (max-width: 40em) {
    .gdd-017-b.learn-more-section .inner-wrap, .gdd-017-b.learn-more-section .inner-wrap-narrow, .gdd-017-b.learn-more-section .inner-wrap-wide, .gdd-017-b.learn-more-section .inner-wrap-fullwidth {
      display: flex;
      flex-direction: column-reverse; } }

.gdd-017-b .learn-more-content-section {
  width: 72%;
  float: left;
  color: #fff; }
  @media (max-width: 40em) {
    .gdd-017-b .learn-more-content-section {
      width: 100%;
      float: none; } }
  .gdd-017-b .learn-more-content-section h2 {
    color: #fff;
    font-weight: 500;
    font-size: 2em; }

.gdd-017-b .learn-more-image-section {
  width: 27%;
  float: right;
  text-align: right; }
  @media (max-width: 40em) {
    .gdd-017-b .learn-more-image-section {
      width: 100%;
      float: none;
      text-align: center; } }

/* gdd-017-b End  */
.gdd-018-b a.rfq-btn.btn-alt:hover, .gdd-018-b a.rfq-btn.btn-alt-download:hover, .gdd-018-b a.rfq-btn.btn-alt-arrow:hover, .gdd-018-b a.rfq-btn.btn-alt-rep:hover {
  background: #0d6c63;
  color: #fff; }

.gdd-018-b a.rfq-btn.btn-alt, .gdd-018-b a.rfq-btn.btn-alt-download, .gdd-018-b a.rfq-btn.btn-alt-arrow, .gdd-018-b a.rfq-btn.btn-alt-rep {
  background-color: transparent;
  color: #129689; }

.gdd-018-b li#menu-item-2138 {
  display: inline-table; }

.gdd-018-b #menu-top-header-menu-2 li.menu-item-1288 {
  display: none; }

.gdd-018-b li#nav-menu-item-1284 {
  display: none; }

.gdd-018-b span.sh-icons {
  display: inline-flex; }

.gdd-018-b .sh-utility-nav .rfq-btn2 {
  margin-left: 0.4em; }

@media (min-width: 80em) {
  .gdd-018-b .sh-utility-nav .rfq-btn, .gdd-018-b .sh-utility-nav .rfq-btn2 {
    height: 4em;
    line-height: 3.8em; }
  .gdd-018-b .sn-li-l1 > a, .gdd-018-b .hs-menu-depth-1 > a {
    height: 4em;
    line-height: 4em; } }

@media screen and (max-width: 960px) {
  .gdd-018-b .sh-utility-nav .rfq-btn {
    display: none; }
  .gdd-018-b .sh-utility-nav .rfq-btn2 {
    display: none !important; }
  .mb-nav-ctas {
    display: block;
    text-align: center;
    padding: 5px 15px; }
  .mb-nav-ctas a.rfq-btn.btn-alt:before, .mb-nav-ctas a.rfq-btn.btn-alt-download:before, .mb-nav-ctas a.rfq-btn.btn-alt-arrow:before, .mb-nav-ctas a.rfq-btn.btn-alt-rep:before, .mb-nav-ctas a.rfq-btn.btn-alt:after, .mb-nav-ctas a.rfq-btn.btn-alt-download:after, .mb-nav-ctas a.rfq-btn.btn-alt-arrow:after, .mb-nav-ctas a.rfq-btn.btn-alt-rep:after {
    display: none; }
  .gdd-018-b .mb-nav-ctas a.rfq-btn2.btn-alt, .gdd-018-b .mb-nav-ctas a.rfq-btn2.btn-alt-download, .gdd-018-b .mb-nav-ctas a.rfq-btn2.btn-alt-arrow, .gdd-018-b .mb-nav-ctas a.rfq-btn2.btn-alt-rep {
    width: 100%;
    margin-top: 1em; }
  .gdd-018-b .mb-nav-ctas a.rfq-btn.btn-alt, .gdd-018-b .mb-nav-ctas a.rfq-btn.btn-alt-download, .gdd-018-b .mb-nav-ctas a.rfq-btn.btn-alt-arrow, .gdd-018-b .mb-nav-ctas a.rfq-btn.btn-alt-rep {
    width: 100%; }
  .gdd-018-b .site-nav-container {
    position: fixed;
    overflow: scroll; }
  .gdd-018-b .site-nav-container.active li#nav-menu-item-1288, .gdd-018-b .site-nav-container.active li#nav-menu-item-1310 {
    display: none; } }

@media screen and (min-width: 961px) {
  .gdd-018-b ul > li.menu-item-has-children > a span:after {
    content: '';
    background-image: url(https://www.dehumidifiercorp.com/wp-content/uploads/keyboard_arrow_down_black_24dp-3.svg);
    height: 20px;
    width: 20px;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 1em;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .gdd-018-b .sn-li-l1:hover > a span, .gdd-018-b .hs-menu-depth-1:hover > a span {
    border-bottom: none;
    color: #129689; }
  .gdd-018-b .sn-li-l1:hover > a span:after {
    background-image: url(https://www.dehumidifiercorp.com/wp-content/uploads/keyboard_arrow_down_black_24dp-3-1.svg); }
  .mb-nav-ctas {
    display: none; } }

.gdd-018-b a.rfq-btn.btn-alt, .gdd-018-b a.rfq-btn.btn-alt-download, .gdd-018-b a.rfq-btn.btn-alt-arrow, .gdd-018-b a.rfq-btn.btn-alt-rep {
  border-radius: 5px !important; }

.gdd-018-b a.rfq-btn2.btn-alt, .gdd-018-b a.rfq-btn2.btn-alt-download, .gdd-018-b a.rfq-btn2.btn-alt-arrow, .gdd-018-b a.rfq-btn2.btn-alt-rep {
  background-color: #3e6a61;
  border: 2px solid #3e6a61; }

.gdd-018-b a.rfq-btn.btn-alt span, .gdd-018-b a.rfq-btn.btn-alt-download span, .gdd-018-b a.rfq-btn.btn-alt-arrow span, .gdd-018-b a.rfq-btn.btn-alt-rep span, .gdd-018-b a.rfq-btn2.btn-alt span, .gdd-018-b a.rfq-btn2.btn-alt-download span, .gdd-018-b a.rfq-btn2.btn-alt-arrow span, .gdd-018-b a.rfq-btn2.btn-alt-rep span {
  font-weight: 600; }

.gdd-018-b .stuck a.rfq-btn.btn-alt, .gdd-018-b .stuck a.rfq-btn.btn-alt-download, .gdd-018-b .stuck a.rfq-btn.btn-alt-arrow, .gdd-018-b .stuck a.rfq-btn.btn-alt-rep, .gdd-018-b .stuck a.rfq-btn2.btn-alt, .gdd-018-b .stuck a.rfq-btn2.btn-alt-download, .gdd-018-b .stuck a.rfq-btn2.btn-alt-arrow, .gdd-018-b .stuck a.rfq-btn2.btn-alt-rep {
  margin-top: 6px; }

@media screen and (min-width: 961px) and (max-width: 1200px) {
  .gdd-018-b ul > li.menu-item-has-children > a span:after {
    bottom: 0; } }

.recent-post-wrap.gdd-017-b h3 {
  color: #000; }

.recent-post-wrap.gdd-017-b .recent-post li {
  padding-bottom: 1em; }
  .recent-post-wrap.gdd-017-b .recent-post li a {
    color: #000;
    text-decoration: none; }

.recent-post-wrap.gdd-017-b a.rp-readmore {
  color: grey; }

.recent-post-wrap.gdd-017-b hr {
  border-bottom: 3px solid #d7d7d7;
  margin: 0 0 1.8em; }

@media screen and (max-width: 959px) {
  .gdd-018-a a.rfq-btn.btn-alt, .gdd-018-a a.rfq-btn.btn-alt-download, .gdd-018-a a.rfq-btn.btn-alt-arrow, .gdd-018-a a.rfq-btn.btn-alt-rep {
    display: none; } }

.video-bg-clor {
  background-color: #129689;
  margin-top: 3em;
  margin-bottom: 4em; }

.popup-youtube img {
  margin-bottom: -1em; }

.subscribe-wrap {
  background-color: #e6e6e6;
  padding: 3px 29px 29px; }

.subscribe-wrap input[type="email"] {
  width: 100%;
  height: 50px;
  border: 3px solid #d3d3d3; }

.subscribe-wrap input[type="submit"] {
  width: 100%;
  border-radius: 3px;
  height: 50px;
  background-color: #139589; }

.subscribe-wrap input[type="submit"]:hover {
  background-color: #0ead9d; }

.subscribe-wrap h3 {
  font-size: 1.825em;
  color: #000;
  font-weight: 600; }

.site-content-secondary hr {
  border-bottom: 3px solid #d7d7d7;
  margin: 0 0 1.8em; }

.category-wrap h3 {
  color: #000; }

a.filter-expand-link {
  text-transform: capitalize; }

.site-content-primary .gdd-017-b-br {
  position: relative; }

.site-content-primary .gdd-017-b-br::after {
  content: '';
  border-bottom: 3px solid #d7efed;
  width: 3em;
  left: 0;
  position: absolute;
  bottom: -7px; }

.es-field-wrap label {
  font-weight: 400;
  font-size: 19px; }

@media only screen and (max-width: 639px) {
  .sh-utility-nav1.mob-left-side .sh-ico-menu span {
    color: #fff; }
  .sh-utility-nav1.mob-left-side .sh-ico-menu {
    filter: brightness(2); }
  .sh-utility-nav1.mob-left-side {
    float: left !important;
    margin-top: -2em; }
  .sh-utility-nav1.mob-left-side span.sh-icons span {
    color: transparent; }
  .sh-utility-nav1.mob-left-side .sh-ico-menu {
    padding: 0; }
  .sh-utility-nav {
    display: none; }
  .site-nav-container.active {
    left: 0;
    position: fixed;
    top: 3.8em;
    overflow: auto; }
  .sn-li-l2, .sn-li-l3, .sn-li-l3, .hs-menu-depth-2 {
    background-color: transparent; }
  .troubleshoot-img {
    margin: 0 !important;
    float: none !important; } }

@media only screen and (min-width: 640px) {
  .sh-utility-nav1.mob-left-side {
    display: none !important; } }

@media (max-width: 60em) {
  .imc-item {
    padding-top: 85px;
    margin-top: -85px; } }

.slidesNav {
  position: absolute;
  left: 2.5em;
  top: 0;
  width: 9.25em;
  z-index: 100;
  display: none; }
  @media (min-width: 60em) {
    .slidesNav {
      display: block;
      top: 11.25em;
      z-index: 1;
      font-size: 1.25vw; }
      .slidesNav.fixed {
        position: fixed; } }
  @media (min-width: 80em) {
    .slidesNav {
      font-size: 1em; } }

.slidesNav li {
  position: relative;
  margin-bottom: 1.1875em;
  transition: all 0.2s ease-in-out; }

.slidesNav li > a {
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.1818181818em;
  padding-left: 1.3636363636em;
  color: #c9ccd0;
  transition: all 0.2s ease-in-out;
  font-weight: normal;
  text-decoration: none; }
  .slidesNav li > a:after {
    content: '';
    width: 0.5em;
    height: 0.1363636364em;
    top: 0.5909090909em;
    background-color: #c9ccd0;
    left: 0;
    position: absolute;
    transition: all 0.2s ease-in-out; }

.slidesNav li.active > a {
  color: #0d6c63;
  padding-left: 1.5909090909em;
  font-weight: bold; }
  .slidesNav li.active > a:after {
    background-color: #0d6c63;
    width: 1.1818181818em; }

.timeline-intro .inner-wrap, .timeline-intro .inner-wrap-narrow, .timeline-intro .inner-wrap-wide, .timeline-intro .inner-wrap-fullwidth {
  max-width: 66.4375em; }
  @media (min-width: 60em) {
    .timeline-intro .inner-wrap, .timeline-intro .inner-wrap-narrow, .timeline-intro .inner-wrap-wide, .timeline-intro .inner-wrap-fullwidth {
      max-width: 45.625em; } }
  @media (min-width: 80em) {
    .timeline-intro .inner-wrap, .timeline-intro .inner-wrap-narrow, .timeline-intro .inner-wrap-wide, .timeline-intro .inner-wrap-fullwidth {
      max-width: 66.4375em; } }

.timeline-module {
  position: relative; }
  .timeline-module .inner-wrap, .timeline-module .inner-wrap-narrow, .timeline-module .inner-wrap-wide, .timeline-module .inner-wrap-fullwidth {
    max-width: 66.4375em; }
    @media (min-width: 60em) {
      .timeline-module .inner-wrap, .timeline-module .inner-wrap-narrow, .timeline-module .inner-wrap-wide, .timeline-module .inner-wrap-fullwidth {
        max-width: 45.625em; } }
    @media (min-width: 80em) {
      .timeline-module .inner-wrap, .timeline-module .inner-wrap-narrow, .timeline-module .inner-wrap-wide, .timeline-module .inner-wrap-fullwidth {
        max-width: 66.4375em; } }

.tm-year {
  text-align: right;
  padding-top: 1.75em;
  padding-bottom: 3.75em;
  margin-right: -2px; }
  .tm-year > span {
    font-size: 2.8125em;
    line-height: 1em;
    display: inline-block;
    width: 100%;
    background-color: #3d8982;
    border-radius: 8px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    max-width: 5.3111111111em;
    font-weight: 600;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 0.6444444444em 0.1777777778em 0.6444444444em;
    position: relative; }
    .tm-year > span::before {
      content: '';
      background-color: #F1B90A;
      height: 1px;
      width: 3.8666666667em;
      position: absolute;
      left: 0;
      bottom: 0.5777777778em;
      right: 0;
      margin: 0 auto; }

.tm-wraper > div .tm-wrap {
  border-right: 2px dashed #0D6C63;
  border-bottom: 2px dashed #0D6C63; }

.tm-wraper > div:nth-of-type(2n) .tm-wrap {
  border-right: none;
  border-left: 2px dashed #0D6C63; }

.tm-wraper > div:nth-of-type(2n) .tm-year {
  margin: 0;
  margin-left: -2px;
  text-align: left; }

@media (min-width: 40em) {
  .tm-wraper > div:nth-of-type(2n) .tm-content-wrap {
    flex-direction: inherit;
    padding: 0 2.0625em 2.875em 5.125em; }
  .tm-wraper > div:nth-of-type(2n) .tmc-text-wrap {
    padding-right: 0;
    padding-left: 2.1875em; } }

.tm-wraper > div.active .tm-year > span {
  background-color: #0D6C63; }

@media (min-width: 60em) {
  .tm-wraper {
    font-size: 1.25vw; } }

@media (min-width: 80em) {
  .tm-wraper {
    font-size: 1em; } }

/*.#0D6C63;*/
.tm-wrap-1 {
  border-top: 2px dashed #0D6C63; }
  .tm-wrap-1 .tm-year {
    padding-top: 1.75em; }

.tmc-iamge {
  text-align: center;
  max-width: 30.6875em;
  width: 100%;
  margin-bottom: 1.875em; }
  .tmc-iamge img {
    display: block;
    width: 100%; }
  @media (min-width: 60em) {
    .tmc-iamge {
      margin-bottom: 0;
      max-width: 100%;
      width: 54.67706013363029%; } }

.tm-content-wrap {
  padding: 0 5.125em 2.875em 2.0625em; }
  @media (min-width: 40em) {
    .tm-content-wrap {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      /* padding-left: em(89);
    padding-bottom: em(134);*/ }
      .tm-content-wrap .tmc-text-wrap {
        width: 45.32293986636971%;
        padding-right: 2.1875em; } }

.tmc-text p {
  font-size: 1.125em;
  line-height: 1.3888888889em;
  margin-top: 0;
  color: #363636; }

.tmc-header {
  font-size: 1.125em;
  margin: 0;
  color: #363636;
  font-family: "Open Sans";
  line-height: 1.3888888889em; }

@media (min-width: 40em) {
  .tm-wrap {
    font-size: 1.6667vw; } }

@media (min-width: 60em) {
  .tm-wrap {
    font-size: 1.25vw; } }

@media (min-width: 80em) {
  .tm-wrap {
    font-size: 1em; } }

/*.tm-wrap-2{


  .tmc-iamge{
    text-align: center;
    max-width: em(283);
    width: 100%;
    @include mq(large){
      margin-right: em(97);
    }
  }
  .tm-content-wrap{
    padding: em(61) em(25);
    @include mq(medium){
    padding: em(61) 0 0;
      @include display(flex);
    padding-right: em(89);
    padding-bottom: em(134);
  }
  }
  .tmc-text-wrap{
    @include mq(medium){
      max-width: em(540);
    
  }
  }
}

.tm-wrap-3{


  
  }
  .tmc-text-wrap{
    @include mq(medium){
      max-width: em(364);
    
  }
  }
}

.tm-wrap-4{


  .tmc-iamge{
    text-align: center;
    max-width: em(445);
    width: 100%;
    @include mq(large){
      margin-right: em(97);
    }
  }
  .tm-content-wrap{
    padding: em(61) em(25);
    @include mq(medium){
    padding: em(61) 0 0;
      @include display(flex);
    padding-right: em(89);
    padding-bottom: em(134);
  }
  }
  .tmc-text-wrap{
    @include mq(medium){
      max-width: em(340);
    
  }
  }
}

.tm-wrap-5{


  .tmc-iamge{
    text-align: center;
    max-width: em(825);
    width: 100%;
    @include mq(large){
      //margin-right: em(97);
    }
  }
  .tm-content-wrap{
    padding: em(61) em(25);
    @include mq(medium){
    padding: em(61) 0 0;
      @include display(flex);
      flex-direction: column-reverse;
    padding-left: em(89);
    padding-bottom: em(134);
  }
  }
  .tmc-text-wrap{
    @include mq(medium){
      max-width: em(825);
    
  }
  }
}
.tm-wrap-6{


  .tmc-iamge{
    text-align: center;
    max-width: em(283);
    width: 100%;
    @include mq(large){
      margin-right: em(97);
    }
  }
  .tm-content-wrap{
    padding: em(61) em(25);

    @include mq(medium){
    padding: em(61) 0 0;
      @include display(flex);
      flex-direction: column-reverse;
    padding-left: em(89);
    padding-bottom: em(134);
  }
  }
  .tmc-text-wrap{
    @include mq(medium){
      max-width: em(540);
    
  }
  }
}
.tm-wrap-7{

  .tmc-iamge{
    text-align: center;
    max-width: em(445);
    width: 100%;
    @include mq(large){
      margin-right: em(97);
    }
  }
  .tm-content-wrap{
    padding: em(61) em(25);
    @include mq(medium){
     padding: em(61) 0 0;
    @include display(flex);
    flex-direction: column;
    padding-left: em(89);
    padding-bottom: em(134);
    }
    @include mq(large){
      padding-left: em(235);
    }
  }
  .tmc-text-wrap{
    @include mq(medium){
      max-width: em(540);
    
  }
  }
}
.tm-wrap-8{

  .tmc-iamge{
    text-align: center;
    max-width: em(351);
    width: 100%;
    @include mq(large){
      margin-left: em(97);
    }
  }
  .tm-content-wrap{
    padding: em(61) em(25);
    @include mq(medium){
     padding: em(61) 0 0;
      @include display(flex);
    flex-direction: row-reverse;
    padding-right: em(89);
    padding-bottom: em(134);
  }
  }
  .tmc-text-wrap{
    @include mq(medium){
      max-width: em(445);
    
  }
  }
}
.tm-wrap-9{


  .tmc-iamge{
    text-align: center;
    max-width: em(350);
    width: 100%;
    @include mq(large){
      margin-right: em(97);
    }
  }
  .tm-content-wrap{
    padding: em(61) em(25);
    @include mq(medium){
      padding: em(61) 0 0;
      @include display(flex);
    padding-left: em(89);
    padding-bottom: em(134);
  }
  }
  .tmc-text-wrap{
    @include mq(medium){
      max-width: em(445);
    
  }
  }
}
.tm-wrap-10{


  .tmc-iamge{
    text-align: center;
    max-width: em(445);
    width: 100%;
    @include mq(large){
      margin-left: em(97);
    }
  }
  .tm-content-wrap{
    padding: em(61) em(25);
    @include mq(medium){
      padding: em(61) 0 0;
      @include display(flex);
       flex-direction: row-reverse;
    padding-right: em(89);
    padding-bottom: em(134);
  }
  }
  .tmc-text-wrap{
    @include mq(medium){
      max-width: em(365);
    
  }
  }
}
.tm-wrap-11{


  .tmc-iamge{
    text-align: center;
    max-width: em(350);
    width: 100%;
    @include mq(large){
      margin-right: em(97);
    }
  }
  .tm-content-wrap{
    padding: em(61) em(25);
    @include mq(medium){
      padding: em(61) 0 0;
      @include display(flex);
    padding-left: em(89);
    padding-bottom: em(134);
  }
  }
  .tmc-text-wrap{
    @include mq(medium){
      max-width: em(445);
    
  }
  }
}
.tm-wrap-12{


  .tmc-iamge{
    text-align: center;
    max-width: em(445);
    width: 100%;
    @include mq(large){
      margin-left: em(97);
    }
  }
  .tm-content-wrap{
    padding: em(61) em(25);
    @include mq(medium){
      padding: em(61) 0 0;
      @include display(flex);
       flex-direction: row-reverse;
    padding-right: em(89);
    padding-bottom: em(134);
  }
  }
  .tmc-text-wrap{
    @include mq(medium){
      max-width: em(350);
    
  }
  }
}
.tm-wrap-13{

  .tmc-iamge{
    text-align: center;
    max-width: em(350);
    width: 100%;
    @include mq(large){
      margin-right: em(97);
    }
  }
  .tm-content-wrap{
    padding: em(61) em(25);
    @include mq(medium){
      padding: em(61) 0 0;
      @include display(flex);
    padding-left: em(89);
    padding-bottom: em(134);
  }
  }
  .tmc-text-wrap{
    @include mq(medium){
      max-width: em(350);
    
  }
  }
}*/
.infographics-timeline-page .page-header {
  text-align: center; }

@media (min-width: 60em) {
  .page-inner-anchor {
    padding-top: 6.25em;
    margin-top: -6.25em; } }

.tm-header {
  font-size: 2.5em;
  line-height: 1.25em;
  color: #0d6c63;
  font-weight: bold;
  font-family: "Open Sans"; }

body.page-id-2350 .site-content {
  min-height: 100%;
  display: none; }

body.page-id-2350 .page-intro {
  display: none; }

body.page-id-2350 .timeline-intro {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-image: url(paam-wrap-bg.png); }
  body.page-id-2350 .timeline-intro .inner-wrap-narrow {
    padding-top: 4.75em;
    padding-bottom: 4.75em; }
  body.page-id-2350 .timeline-intro .pi-heading {
    color: #1c1c1c;
    font-family: "Open Sans";
    font-weight: 300; }

@media (min-width: 60em) {
  .tm-wraper {
    padding-left: 0.875em; } }

@media (min-width: 80em) {
  .tm-wraper {
    padding-left: 4.875em; } }

@media (min-width: 87.5em) {
  .tm-wraper {
    padding-left: 0; } }

.btn.btn-rs, button.btn-rs,
input.btn-rs[type="submit"], .btn-rs.btn-download, .btn-rs.btn-arrow, .btn-rs.product-grid-item-link {
  color: white; }

.rm-content .btn.btn-rs, .rm-content button.btn-rs,
.rm-content input.btn-rs[type="submit"], .rm-content .btn-rs.btn-download, .rm-content .btn-rs.btn-arrow, .rm-content .btn-rs.product-grid-item-link {
  color: black; }

.page-id-2376 .breadcrumb-menu-wrapper {
  margin-bottom: 0.3125em; }

.page-id-2376 .page-intro {
  background-image: url("/wp-content/uploads/career-bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative; }
  .page-id-2376 .page-intro:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.44); }
  .page-id-2376 .page-intro .inner-wrap-narrow {
    position: relative;
    z-index: 1; }

.career-page-intro-module .inner-wrap-narrow {
  padding-top: 0 !important;
  padding-bottom: 0; }

.career-page-intro-module .cpim-section-header {
  line-height: 1.4375em;
  font-size: 2em;
  font-family: "Open Sans";
  font-weight: 300;
  color: #1C1C1C;
  margin-bottom: 0; }

.career-page-intro-module .cpim-section-content p {
  font-size: 1.125em;
  line-height: 1.3888888889em;
  color: #363636;
  margin-bottom: 1.6666666667em; }
  .career-page-intro-module .cpim-section-content p:first-child {
    margin-top: 0.4444444444em; }

.career-page-intro-module .cpim-img-wrap {
  text-align: center;
  position: relative;
  line-height: 0;
  margin-top: 3.75em;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .career-page-intro-module .cpim-img-wrap figure {
    margin-bottom: 5.1875em;
    position: relative;
    width: 100%; }
    .career-page-intro-module .cpim-img-wrap figure:after {
      content: '';
      position: absolute;
      bottom: -5.1875em;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 3.1875em;
      height: 5.1875em;
      background-color: #5EB2A5; }
    .career-page-intro-module .cpim-img-wrap figure:last-child {
      margin-bottom: 0; }
      .career-page-intro-module .cpim-img-wrap figure:last-child:after {
        display: none; }
  .career-page-intro-module .cpim-img-wrap .loop-item {
    text-decoration: none;
    display: inline-block; }
  .career-page-intro-module .cpim-img-wrap img {
    max-width: 12.6875em;
    height: 11em;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 1; }

@media (min-width: 40em) {
  .career-page-intro-module .cpim-img-wrap figure {
    margin-right: 1.875em;
    margin-bottom: 0;
    width: auto; }
    .career-page-intro-module .cpim-img-wrap figure:after {
      content: '';
      position: absolute;
      bottom: 1.25em;
      left: auto;
      right: -1.875em;
      width: 1.875em;
      height: 2.1875em;
      background-color: #5EB2A5;
      transform: none; }
    .career-page-intro-module .cpim-img-wrap figure:last-child {
      margin-right: 0; }
      .career-page-intro-module .cpim-img-wrap figure:last-child:after {
        display: none; }
  .career-page-intro-module .cpim-img-wrap img {
    max-width: 7.5em;
    height: 6.25em;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 1; } }

@media (min-width: 60em) {
  .career-page-intro-module .cpim-img-wrap figure {
    margin-right: 1.875em;
    margin-bottom: 0;
    width: auto; }
    .career-page-intro-module .cpim-img-wrap figure:after {
      content: '';
      position: absolute;
      bottom: 2.5em;
      left: auto;
      right: -1.875em;
      width: 5.1875em;
      height: 3.1875em;
      background-color: #5EB2A5;
      transform: none; }
    .career-page-intro-module .cpim-img-wrap figure:last-child {
      margin-right: 0; }
      .career-page-intro-module .cpim-img-wrap figure:last-child:after {
        display: none; }
  .career-page-intro-module .cpim-img-wrap img {
    max-width: 12.6875em;
    height: 11em;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 1; } }

@media (min-width: 80em) {
  .career-page-intro-module .cpim-img-wrap figure {
    margin-right: 5.1875em;
    margin-bottom: 0;
    width: auto; }
    .career-page-intro-module .cpim-img-wrap figure:after {
      content: '';
      position: absolute;
      bottom: 2.5em;
      left: auto;
      right: -5.1875em;
      width: 5.1875em;
      height: 3.1875em;
      background-color: #5EB2A5;
      transform: none; }
    .career-page-intro-module .cpim-img-wrap figure:last-child {
      margin-right: 0; }
      .career-page-intro-module .cpim-img-wrap figure:last-child:after {
        display: none; } }

.job-module .inner-wrap-narrow {
  padding-top: 5.125em !important;
  padding-bottom: 6.0625em; }

.job-module .jm-heading {
  margin-bottom: 0.6571428571em;
  color: #0d6c63;
  line-height: 1.3428571429em;
  font-size: 2.1875em;
  font-family: "Open Sans";
  font-weight: 600; }

.job-module .jm-content p {
  line-height: 1.6666666667em;
  font-size: 1.125em;
  color: #000000; }

.job-module .click-expand-module {
  max-width: 46.875em;
  margin: 4.0625em auto 0; }

.job-module .click-expand {
  clear: both;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0;
  margin: 0;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .job-module .click-expand:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .job-module .click-expand:hover {
    background-color: transparent; }
  .job-module .click-expand.active:before {
    content: "";
    position: absolute;
    left: -100%;
    width: 300%;
    height: 100%;
    background-color: #EFF4F8;
    background: #5EB2A5 0% 0% no-repeat padding-box;
    opacity: 0.05;
    z-index: 1; }
  .job-module .click-expand.active .ce-header:after {
    content: "";
    position: absolute;
    color: #ffffff;
    background-image: url(ico-minus.svg); }
  .job-module .click-expand.active .ce-body {
    display: block;
    padding-top: 1.4375em;
    padding-bottom: 3.5625em;
    position: relative;
    z-index: 1; }

.job-module .ce-header {
  position: relative;
  font-size: 1.5em;
  line-height: 1.25em;
  font-weight: 700;
  font-family: "Raleway";
  color: #0d6c63;
  padding: 0.625em 1.6666666667em 0.8333333333em 0;
  cursor: pointer;
  z-index: 1; }
  .job-module .ce-header:after {
    content: "";
    background-image: url(ico-plus.svg);
    color: #ffffff;
    position: absolute;
    right: 1.0416666667em;
    width: 0.625em;
    height: 100%;
    background-size: 0.5833333333em;
    background-position: center;
    top: 0;
    background-repeat: no-repeat; }
  .job-module .ce-header:focus:not(:hover):not(:active) {
    outline: 2px dashed #477DCA;
    outline-offset: 2px; }
  @media (min-width: 40em) {
    .job-module .ce-header {
      padding: 0.625em 3.2916666667em 0.8333333333em 0; }
      .job-module .ce-header:after {
        right: 2.2916666667em; } }

.job-module .ce-body {
  display: none;
  padding: 1.5625em 1.25em;
  text-align: center; }

.job-module .btn.view-job, .job-module button.view-job,
.job-module input.view-job[type="submit"], .job-module .view-job.btn-download, .job-module .view-job.btn-arrow, .job-module .view-job.product-grid-item-link {
  background-color: #5EB2A5;
  border-radius: 3px;
  color: white;
  min-width: 13.6666666667em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.63625em 0.8333333333em;
  padding: 1.5em 0.8333333333em 1.3333333333em;
  font-size: 1.125em;
  line-height: 1.6666666667em;
  font-weight: 600; }
  .job-module .btn.view-job:hover, .job-module button.view-job:hover,
  .job-module input.view-job:hover[type="submit"], .job-module .view-job.btn-download:hover, .job-module .view-job.btn-arrow:hover, .job-module .view-job.product-grid-item-link:hover {
    background-color: #0d685f; }
  @media (min-width: 60em) {
    .job-module .btn.view-job, .job-module button.view-job,
    .job-module input.view-job[type="submit"], .job-module .view-job.btn-download, .job-module .view-job.btn-arrow, .job-module .view-job.product-grid-item-link {
      min-width: 18.1111111111em;
      margin: 0 3.125em 0 0; } }

.job-module .btn.apply-nowob, .job-module button.apply-nowob,
.job-module input.apply-nowob[type="submit"], .job-module .apply-nowob.btn-download, .job-module .apply-nowob.btn-arrow, .job-module .apply-nowob.product-grid-item-link {
  background-color: #F1B90A;
  border-radius: 3px;
  color: white;
  min-width: 13.6666666667em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.63625em 0.8333333333em;
  padding: 1.5em 0.8333333333em 1.3333333333em;
  font-size: 1.125em;
  line-height: 1.6666666667em;
  font-weight: 600; }
  .job-module .btn.apply-nowob:hover, .job-module button.apply-nowob:hover,
  .job-module input.apply-nowob:hover[type="submit"], .job-module .apply-nowob.btn-download:hover, .job-module .apply-nowob.btn-arrow:hover, .job-module .apply-nowob.product-grid-item-link:hover {
    background-color: #c09307; }
  @media (min-width: 60em) {
    .job-module .btn.apply-nowob, .job-module button.apply-nowob,
    .job-module input.apply-nowob[type="submit"], .job-module .apply-nowob.btn-download, .job-module .apply-nowob.btn-arrow, .job-module .apply-nowob.product-grid-item-link {
      min-width: 18.1111111111em;
      margin: 0; } }

.application-form-module {
  position: relative; }
  .application-form-module:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 252px;
    background: -moz-linear-gradient(180deg, #0D6C63D0 0%, #FFFFFF38 100%);
    background: -webkit-linear-gradient(180deg, #0D6C63D0 0%, #FFFFFF38 100%);
    background: -o-linear-gradient(180deg, #0D6C63D0 0%, #FFFFFF38 100%);
    background: -ms-linear-gradient(180deg, #0D6C63D0 0%, #FFFFFF38 100%);
    background: linear-gradient(180deg, #0D6C63D0 0%, #FFFFFF38 100%);
    opacity: 0.2; }
  .application-form-module .inner-wrap-narrow {
    padding-top: 4.6111111111em !important;
    padding-bottom: 5.2222222222em;
    position: relative; }
  .application-form-module .afm-heading {
    font-size: 2.1875em;
    line-height: 1.3428571429em;
    margin-bottom: 0.6571428571em;
    margin-top: 0;
    color: #0d6c63;
    font-family: "Open Sans";
    font-weight: 600; }
  .application-form-module .afm-content p {
    color: #000000;
    font-size: 1.125em;
    line-height: 1.6666666667em; }
  .application-form-module .apply-form-wrapper {
    max-width: 60.375em;
    margin: 3.5625em auto 0; }
  .application-form-module .gform_wrapper {
    margin-top: 0; }
    .application-form-module .gform_wrapper.gravity-theme .gform_fields {
      grid-row-gap: 16px; }
    .application-form-module .gform_wrapper.gravity-theme .gfield#field_9_13 label {
      font-weight: 700; }
    .application-form-module .gform_wrapper.gravity-theme .gfield#field_9_13 .gfield_description {
      margin-top: 0;
      font-size: 18px;
      padding-top: 0;
      color: #687079; }
    .application-form-module .gform_wrapper.gravity-theme .gform_heading {
      display: none; }
    .application-form-module .gform_wrapper.gravity-theme .gfield_label {
      font-size: 1.1111111111em !important;
      font-weight: 400;
      margin-bottom: 0;
      padding: 0;
      line-height: 1.4em !important;
      text-transform: capitalize;
      color: #687079; }
    .application-form-module .gform_wrapper.gravity-theme .gfield input {
      border: 1px solid #175588;
      background-color: transparent;
      padding: 15.25px 10px !important;
      border-radius: 0; }
    .application-form-module .gform_wrapper.gravity-theme select {
      font-size: 1.1111111111em !important;
      margin-bottom: 0 !important;
      margin-top: 0 !important;
      padding: 13.5px 10px;
      border-radius: 0;
      background: transparent;
      border: 1px solid #175588;
      border-radius: 0;
      height: auto !important; }
    .application-form-module .gform_wrapper.gravity-theme input[type="file"] {
      border: 0 !important;
      padding-bottom: 0;
      padding-left: 0 !important; }
    .application-form-module .gform_wrapper.gravity-theme .top_label div.ginput_container {
      margin-top: 2px; }
    .application-form-module .gform_wrapper.gravity-theme .gfield_required {
      padding-left: 0;
      margin-left: 2px;
      line-height: 1.9em;
      vertical-align: text-bottom; }
    .application-form-module .gform_wrapper .gform_footer input[type=submit] {
      background-color: #F1B90A;
      color: white;
      font-size: 1.25em !important;
      line-height: 1.35em;
      display: inline-block;
      vertical-align: top;
      min-width: 10em;
      max-width: 10em;
      padding: 0.505em 0.75em;
      margin-top: 2.1em !important;
      font-weight: 700;
      border: 0;
      border-radius: 3px; }
      .application-form-module .gform_wrapper .gform_footer input[type=submit]:hover, .application-form-module .gform_wrapper .gform_footer input[type=submit]:focus {
        background-color: #c09307; }

.careers-benefits-module {
  background-size: cover;
  background-position: center;
  margin-top: -2.5em; }
  @media (min-width: 40em) {
    .careers-benefits-module {
      margin-top: -1.25em; } }
  @media (min-width: 60em) {
    .careers-benefits-module {
      margin-top: -2.5em; } }
  .careers-benefits-module .inner-wrap-narrow {
    padding-top: 5.8125em !important;
    padding-bottom: 3.625em; }
  .careers-benefits-module .cbm-heading {
    margin-bottom: 0.21875em;
    font-size: 2em;
    font-weight: 600;
    line-height: 1.34375em;
    color: #EFF4F8;
    font-family: "Open Sans";
    text-align: center; }
  .careers-benefits-module .cbm-content {
    margin-bottom: 3.25em;
    text-align: center; }
    .careers-benefits-module .cbm-content p {
      font-size: 1.125em;
      line-height: 1.6666666667em;
      color: #EFF4F8;
      margin-top: 0; }
  @media (min-width: 60em) {
    .careers-benefits-module .cbm-tabs-wrap {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      position: relative; } }
  .careers-benefits-module .cbm-tabs.accordion-tabs {
    border-radius: 0;
    border: 0; }
  .careers-benefits-module .cbm-tabs .tab-content {
    border-top: none;
    border: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding: 1.875em 0.9375em 0.625em;
    background-color: transparent; }
  .careers-benefits-module .cbm-tabs .tab-link {
    border-bottom: 0;
    border-radius: 0 !important;
    font-size: 1.1875em;
    font-weight: 400;
    line-height: 1.2105263158em;
    font-family: "Open Sans";
    background-color: #0d6c63;
    color: #ffffff;
    vertical-align: middle;
    border-top: 0; }
    .careers-benefits-module .cbm-tabs .tab-link:hover, .careers-benefits-module .cbm-tabs .tab-link.is-active {
      color: #000000;
      background-color: #f1b909; }
  .careers-benefits-module .cbm-tabs.accordion-tabs .tab-header-and-content {
    display: block;
    margin-bottom: 1.25em;
    border-bottom: 0; }
  @media (min-width: 40em) {
    .careers-benefits-module .cbm-tabs .tab-link {
      width: 100%; } }
  @media (min-width: 60em) {
    .careers-benefits-module .cbm-tabs {
      width: 68%;
      margin-bottom: 0; }
      .careers-benefits-module .cbm-tabs .tab-header-and-content:first-of-type {
        margin: 0; }
      .careers-benefits-module .cbm-tabs .tab-link {
        display: none; }
      .careers-benefits-module .cbm-tabs .tab-content {
        padding: 0;
        background-color: transparent;
        position: static; } }
  @media (min-width: 80em) {
    .careers-benefits-module .cbm-tabs {
      width: 75.728%;
      width: 72%;
      margin-bottom: 0; } }
  .careers-benefits-module .cbm-tabs-navigation-wrap {
    position: relative;
    z-index: 1;
    display: none;
    overflow-x: hidden; }
    @media (min-width: 60em) {
      .careers-benefits-module .cbm-tabs-navigation-wrap {
        display: block;
        width: 32%;
        border-right: 4px solid #E4E4E4;
        padding: 0.625em 0; } }
    @media (min-width: 80em) {
      .careers-benefits-module .cbm-tabs-navigation-wrap {
        width: 24.272%;
        width: 28%; } }
  .careers-benefits-module .cbm-tabs-navigation {
    margin: 0 -1.25px;
    list-style: none; }
    .careers-benefits-module .cbm-tabs-navigation a {
      text-decoration: none; }
    .careers-benefits-module .cbm-tabs-navigation li {
      width: 100%;
      padding-top: 0;
      transition: all 0.3s ease-in-out;
      border-top: 1px solid rgba(255, 255, 255, 0.55);
      margin-left: 15%; }
      .careers-benefits-module .cbm-tabs-navigation li:first-child {
        padding-top: 0; }
      .careers-benefits-module .cbm-tabs-navigation li.active {
        border-top: 1px solid #5EB2A5;
        border-bottom: 1px solid #5EB2A5;
        margin-left: 0; }
        .careers-benefits-module .cbm-tabs-navigation li.active a {
          border-bottom: 0;
          color: #ffffff;
          font-weight: 700;
          margin-left: 0;
          color: #ffffff;
          font-weight: 600; }
        .careers-benefits-module .cbm-tabs-navigation li.active + li {
          border-top: 0; }
      .careers-benefits-module .cbm-tabs-navigation li:focus, .careers-benefits-module .cbm-tabs-navigation li:hover {
        margin-left: 0;
        border-top: 1px solid #5EB2A5;
        border-bottom: 1px solid #5EB2A5; }
        .careers-benefits-module .cbm-tabs-navigation li:focus + li, .careers-benefits-module .cbm-tabs-navigation li:hover + li {
          border-top: 0; }
        .careers-benefits-module .cbm-tabs-navigation li:focus a, .careers-benefits-module .cbm-tabs-navigation li:hover a {
          color: #ffffff;
          font-weight: 600; }
      .careers-benefits-module .cbm-tabs-navigation li:first-child {
        border-top: 0; }
      .careers-benefits-module .cbm-tabs-navigation li:last-child {
        border-bottom: 0; }
    .careers-benefits-module .cbm-tabs-navigation a {
      padding-bottom: 0.7894736842em;
      padding-top: 0.7894736842em;
      display: block;
      color: rgba(255, 255, 255, 0.55);
      font-size: 1.1875em;
      font-weight: 400;
      line-height: 1.2105263158em;
      text-decoration: none;
      transition: all 0.3s ease-in-out; }
      .careers-benefits-module .cbm-tabs-navigation a:focus, .careers-benefits-module .cbm-tabs-navigation a:hover {
        /*border-top: 1px solid #5EB2A5;
      border-bottom: 1px solid #5EB2A5;
      margin-left: 0;
      color: $white;
      font-weight: 600;*/ }
  .careers-benefits-module .cbm-nav {
    display: block; }
    .careers-benefits-module .cbm-nav.active {
      /*border-top: 1px solid #5EB2A5;
    border-bottom: 1px solid #5EB2A5;*/
      margin-left: 0;
      color: #ffffff;
      font-weight: 600; }
  @media (min-width: 60em) {
    .careers-benefits-module .cbm-tab-content-wrap {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }
  .careers-benefits-module .cbm-tab-content {
    text-align: center; }
    .careers-benefits-module .cbm-tab-content .tab-content-heading {
      margin: 0 0 0.8928571429em;
      color: #ffffff;
      font-size: 1.75em;
      font-weight: 700;
      line-height: 1.25em;
      font-family: "Open Sans"; }
      @media (min-width: 60em) {
        .careers-benefits-module .cbm-tab-content .tab-content-heading {
          margin: 0 0 1.2857142857em; } }
    .careers-benefits-module .cbm-tab-content .tab-content-description p {
      margin: 0 0 1.4444444444em;
      color: #ffffff;
      font-size: 1.125em;
      font-weight: 400;
      line-height: 1.3888888889em; }
    @media (min-width: 60em) {
      .careers-benefits-module .cbm-tab-content {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        padding-left: 4.0625em;
        position: relative;
        padding-bottom: 1.875em;
        text-align: left; } }
    @media (min-width: 80em) {
      .careers-benefits-module .cbm-tab-content {
        padding-left: 4.0625em; } }
  .careers-benefits-module .cbm-tab-img {
    margin: 0 auto;
    text-align: center;
    width: 8.875em;
    height: 8.875em;
    border-radius: 50%;
    background-color: #5eb2a5; }
    .careers-benefits-module .cbm-tab-img img {
      display: block;
      padding: 0;
      max-height: 100%;
      margin: 0 auto; }
    @media (min-width: 60em) {
      .careers-benefits-module .cbm-tab-img {
        margin: 0; } }
  .careers-benefits-module .cbm-tab-inner-content {
    max-width: 25.9375em;
    padding: 0.9375em 0 0;
    margin: 0 auto; }
    @media (min-width: 60em) {
      .careers-benefits-module .cbm-tab-inner-content {
        padding-left: 1.25em;
        max-width: 24.6875em;
        margin: 0; } }
    @media (min-width: 80em) {
      .careers-benefits-module .cbm-tab-inner-content {
        padding-left: 1.25em;
        max-width: 25.9375em; } }

.ginput_recaptcha {
  transform: scale(0.8) translateX(0);
  transform-origin: top left; }
  @media (min-width: 60em) {
    .ginput_recaptcha {
      transform: none; } }

.content-module-with-bg-color .cmbc-wrapper .inner-wrap-narrow {
  padding-top: 3.125em !important;
  padding-bottom: 3.75em; }

.content-module-with-bg-color .cmbc-wrapper:first-child .inner-wrap-narrow {
  padding-top: 0 !important; }

.content-module-with-bg-color .cmbci-heading {
  margin-bottom: 0.6571428571em;
  color: #0d6c63;
  line-height: 1.3428571429em;
  font-size: 2.1875em;
  font-family: "Open Sans";
  font-weight: 600; }

.content-module-with-bg-color .cmbci-content p {
  line-height: 1.6666666667em;
  font-size: 1.125em;
  color: #000000;
  margin-bottom: 1.6666666667em; }

.content-module-with-bg-color .cmbci-content ul {
  padding-left: 2.5em; }
  .content-module-with-bg-color .cmbci-content ul li {
    line-height: 1.6666666667em;
    font-size: 1.125em;
    color: #000000;
    margin-bottom: 1.1111111111em; }
    .content-module-with-bg-color .cmbci-content ul li:after {
      background-image: url("img/ico-bullet-green.svg");
      top: 0.0833333333em;
      background-size: 0.5555555556em; }

@media (min-width: 40em) {
  .content-module-with-bg-color .cmbci-content ul {
    padding-left: 3.75em; } }

.page-id-2425 .breadcrumb-menu-wrapper, .parent-pageid-2376 .breadcrumb-menu-wrapper, .page-id-2426 .breadcrumb-menu-wrapper, .page-id-2427 .breadcrumb-menu-wrapper, .page-id-2428 .breadcrumb-menu-wrapper {
  margin-bottom: 0.3125em; }

.page-id-2425 .page-intro, .parent-pageid-2376 .page-intro, .page-id-2426 .page-intro, .page-id-2427 .page-intro, .page-id-2428 .page-intro {
  background-image: url("/wp-content/uploads/career-bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative; }
  .page-id-2425 .page-intro:after, .parent-pageid-2376 .page-intro:after, .page-id-2426 .page-intro:after, .page-id-2427 .page-intro:after, .page-id-2428 .page-intro:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.44); }
  .page-id-2425 .page-intro .inner-wrap-narrow, .parent-pageid-2376 .page-intro .inner-wrap-narrow, .page-id-2426 .page-intro .inner-wrap-narrow, .page-id-2427 .page-intro .inner-wrap-narrow, .page-id-2428 .page-intro .inner-wrap-narrow {
    position: relative;
    z-index: 1; }

.page-id-2425 .application-form-module:before, .parent-pageid-2376 .application-form-module:before, .page-id-2426 .application-form-module:before, .page-id-2427 .application-form-module:before, .page-id-2428 .application-form-module:before {
  display: none; }

.page-id-2425 .application-form-module .afm-heading, .parent-pageid-2376 .application-form-module .afm-heading, .page-id-2426 .application-form-module .afm-heading, .page-id-2427 .application-form-module .afm-heading, .page-id-2428 .application-form-module .afm-heading {
  color: #0d6c63; }

.gdd-020-b .si-video video {
  height: 100%;
  object-position: center; }

.gdd-020-b .sin-cta {
  font-size: 1.125em;
  line-height: 1.3333333333em;
  padding: 0.8888888889em 1.1111111111em 1.1111111111em !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  color: #000000;
  vertical-align: middle;
  margin: 0 0.1388888889em 1em; }
  .gdd-020-b .sin-cta.si-gdd-cta1 {
    background-color: #ffffff;
    min-width: 15.2222222222em; }
    .gdd-020-b .sin-cta.si-gdd-cta1 span:after {
      display: none; }
    .gdd-020-b .sin-cta.si-gdd-cta1:hover, .gdd-020-b .sin-cta.si-gdd-cta1:focus {
      background-color: #f1b909; }
  .gdd-020-b .sin-cta.si-gdd-cta2 {
    background-color: #f1b909;
    min-width: 12.6111111111em; }
    .gdd-020-b .sin-cta.si-gdd-cta2 span {
      padding-right: 1.6666666667em; }
      .gdd-020-b .sin-cta.si-gdd-cta2 span:after {
        content: "";
        position: absolute;
        background-image: url(/wp-content/uploads/si-arrow.svg);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 1.2222222222em 1.2777777778em;
        width: 1.6666666667em;
        height: 1.2777777778em;
        right: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
    .gdd-020-b .sin-cta.si-gdd-cta2:hover, .gdd-020-b .sin-cta.si-gdd-cta2:focus {
      background-color: #ffffff; }

@media (min-width: 60em) {
  .gdd-020-b.site-intro .inner-wrap, .gdd-020-b.site-intro .inner-wrap-narrow, .gdd-020-b.site-intro .inner-wrap-wide, .gdd-020-b.site-intro .inner-wrap-fullwidth {
    padding-top: 9.25em;
    padding-bottom: 8.75em; }
  .gdd-020-b .si-video video {
    height: auto; }
  .gdd-020-b .logo-module .lm-carousel {
    padding-right: 2.5em; }
    .gdd-020-b .logo-module .lm-carousel .slick-next {
      right: 0; }
  .gdd-020-b .logo-module .inner-wrap-narrow {
    padding-top: 1.875em;
    padding-bottom: 1.875em; } }

@media (min-width: 80em) {
  .gdd-020-b.site-intro .inner-wrap, .gdd-020-b.site-intro .inner-wrap-narrow, .gdd-020-b.site-intro .inner-wrap-wide, .gdd-020-b.site-intro .inner-wrap-fullwidth {
    padding-top: 10.5em;
    padding-bottom: 10em; }
  .gdd-020-b .logo-module .lm-carousel {
    padding-right: 0; }
    .gdd-020-b .logo-module .lm-carousel .slick-next {
      right: -50px; } }

/************* home case study module gdd-019**********/
.home-case-study {
  margin: 2em auto;
  width: 90%; }
  .home-case-study .hcs-title {
    position: relative; }
    @media (min-width: 40em) {
      .home-case-study .hcs-title .view-more-link {
        position: absolute;
        top: 15%;
        right: 0; } }
    .home-case-study .hcs-title h2 {
      font-size: 2.4375em;
      line-height: 1.1794871795em;
      color: #50555A; }
  .home-case-study .view-more {
    font-size: 1.125em;
    line-height: 1.3333333333em;
    font-family: 'Open Sans';
    font-weight: bold;
    text-decoration: none;
    display: flex;
    color: #5F8A82; }
  .home-case-study .cs-item {
    padding: 1em; }
    @media (min-width: 40em) {
      .home-case-study .cs-item {
        padding: 0; } }
    .home-case-study .cs-item .cs-link {
      margin-bottom: 2em;
      display: inline-block;
      text-decoration: none;
      width: 100%; }
      @media (min-width: 40em) {
        .home-case-study .cs-item .cs-link {
          width: 50%; } }
      .home-case-study .cs-item .cs-link:nth-child(2) .cs-image {
        background-size: cover;
        background-position: bottom; }
      .home-case-study .cs-item .cs-link:nth-child(1) .cs-image {
        background-size: cover;
        background-position: center; }
      .home-case-study .cs-item .cs-link .cs-image {
        height: 16em;
        border-radius: 1em;
        padding: 1.5em;
        background-size: cover;
        position: relative; }
        .home-case-study .cs-item .cs-link .cs-image:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          width: 100%;
          height: 100%;
          background: #5F8A82;
          opacity: 0.5;
          border-radius: 1em; }
        .home-case-study .cs-item .cs-link .cs-image .text-box {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          top: 0;
          width: 100%;
          height: fit-content;
          padding: 1em; }
          @media (min-width: 40em) {
            .home-case-study .cs-item .cs-link .cs-image .text-box {
              top: auto; } }
          .home-case-study .cs-item .cs-link .cs-image .text-box .cs-title {
            font-size: 2.5em;
            line-height: 1.175em;
            color: #fff;
            font-family: Raleway;
            font-weight: 500;
            z-index: 1;
            position: relative; }
          .home-case-study .cs-item .cs-link .cs-image .text-box .cs-subtitle {
            font-size: 20px;
            line-height: 24px;
            color: #fff;
            font-family: 'Raleway';
            font-weight: 500;
            position: relative;
            z-index: 1; }
        .home-case-study .cs-item .cs-link .cs-image .cs-extra-item {
          background: #fff;
          position: absolute;
          width: 33px;
          height: 33px;
          border-radius: 50%;
          z-index: 1;
          text-align: center;
          color: #000;
          padding-top: 0.25em;
          right: 1em;
          top: 1em; }
          .home-case-study .cs-item .cs-link .cs-image .cs-extra-item .plus-icon {
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            top: 0;
            bottom: 0;
            width: fit-content;
            height: fit-content; }
    @media (min-width: 40em) {
      .home-case-study .cs-item .cs-link:nth-child(1) {
        width: 48%;
        display: grid;
        float: left;
        margin-right: 0.9em; }
        .home-case-study .cs-item .cs-link:nth-child(1) .cs-image {
          height: 33.5em; }
      .home-case-study .cs-item .cs-link:nth-child(2) {
        width: 48%;
        display: grid;
        margin-bottom: 0.9em; }
        .home-case-study .cs-item .cs-link:nth-child(2) .cs-image {
          height: 16.3125em; }
      .home-case-study .cs-item .cs-link:nth-child(3) {
        width: 48%;
        display: grid; }
        .home-case-study .cs-item .cs-link:nth-child(3) .cs-image {
          height: 16.3125em; } }
    @media (min-width: 60em) {
      .home-case-study .cs-item .cs-link:nth-child(1) {
        width: 56%; }
      .home-case-study .cs-item .cs-link:nth-child(2) {
        width: 42%; }
      .home-case-study .cs-item .cs-link:nth-child(3) {
        width: 42%; } }
    @media (min-width: 82em) {
      .home-case-study .cs-item .cs-link:nth-child(1) {
        width: 56%; }
      .home-case-study .cs-item .cs-link:nth-child(2) {
        width: 48.8%; }
      .home-case-study .cs-item .cs-link:nth-child(3) {
        width: 48.8%; } }

.leadinModal-content.active {
  bottom: 6.25em !important; }
  @media only screen and (max-width: 417px) {
    .leadinModal-content.active {
      bottom: 7.8125em !important; } }
  @media only screen and (min-width: 735px) {
    .leadinModal-content.active {
      bottom: 4.6875em !important; } }

/***********pillar page **************/
.page-template-pillar-page-template .inner-wrap-narrow {
  max-width: 85.8125em; }

.page-template-pillar-page-template .popular-resources-module {
  display: none; }

.page-template-pillar-page-template .learn-more-section {
  display: none; }

.page-template-pillar-page-template .anchor-links-nav {
  border: 1px solid #707070; }

.page-template-pillar-page-template .slick-disabled {
  opacity: 0.5; }

.pillar-top-content h3 {
  color: #999999; }

.pillar-case-study-cta {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .pillar-case-study-cta:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F1B90A;
    opacity: 0.85; }
  .pillar-case-study-cta .inner-wrap-narrow {
    z-index: 1;
    position: relative;
    padding: 5.1em 0em; }
    .pillar-case-study-cta .inner-wrap-narrow p {
      text-align: center;
      color: #000000;
      font-family: raleway;
      margin-bottom: 0; }
    .pillar-case-study-cta .inner-wrap-narrow h2 {
      text-align: center;
      font-size: 40px;
      color: #0D6C63;
      font-family: raleway;
      font-weight: 500;
      position: relative;
      margin-top: 0; }
      .pillar-case-study-cta .inner-wrap-narrow h2 img {
        width: 30px; }

/*================== Blog Module ===================*/
.blog-module {
  background: #E2EEEE; }
  .blog-module .inner-wrap, .blog-module .inner-wrap-narrow, .blog-module .inner-wrap-wide, .blog-module .inner-wrap-fullwidth {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem; }
  .blog-module .blog-heading {
    margin-bottom: 0em;
    color: #7F868C;
    font-size: 1.875em;
    line-height: 1.5833333333em;
    font-family: Raleway;
    text-align: center; }
  .blog-module .blog-listing {
    margin: 0 -0.40625em; }
  .blog-module .blog-item-wrap {
    padding-left: 0.40625em;
    padding-right: 0.40625em; }
  .blog-module .blog-item {
    margin: 1.25em 0;
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    background: #fff;
    padding: 2em;
    height: 100%;
    padding-bottom: 0em;
    box-shadow: 0px 3px 6px #00000029; }
    .blog-module .blog-item:focus, .blog-module .blog-item:hover {
      text-decoration: none;
      /*.blog-item-bg {
      background-size: 110%;
    }*/ }
  .blog-module .blog-item-bg {
    width: 100%;
    height: 9.8125em;
    margin-bottom: 0.75em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s;
    overflow: hidden; }
  .blog-module .post-title {
    margin-bottom: 0.8888888889em;
    font-size: 1.125em;
    line-height: 1.5555555556em;
    color: #0D6C63;
    font-weight: bold;
    font-family: 'Raleway';
    margin-top: 0; }
  .blog-module .post-meta {
    color: #A7A9AB;
    font-size: 0.875em;
    font-weight: 600;
    line-height: 1.7142857143em;
    position: relative; }
  .blog-module .post-date {
    color: #A7A9AB;
    width: fit-content;
    margin: auto;
    display: block; }
    .blog-module .post-date img {
      margin-right: 0.5em; }
    @media (min-width: 80em) {
      .blog-module .post-date {
        display: flex;
        margin: 0; } }
  .blog-module .post-excerpts {
    margin-bottom: 1em;
    color: #000;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.5555555556em;
    font-family: Raleway; }
  .blog-module .post-readmore {
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    width: fit-content;
    color: #0D6C63;
    margin-bottom: 2em;
    display: flex; }
    @media (min-width: 80em) {
      .blog-module .post-readmore {
        margin-left: 5.3571428571em;
        display: flex;
        position: absolute;
        right: 0;
        top: 0;
        left: auto;
        margin-bottom: 0em; } }
    .blog-module .post-readmore img {
      margin-right: 0.5em; }
    .blog-module .post-readmore:hover {
      color: #000000; }
    @media (max-width: 370px) {
      .blog-module .post-readmore {
        display: block;
        margin-left: 0;
        margin-top: 1.3571428571em; } }
  .blog-module .blog-learn-btn {
    max-width: 100%;
    width: 11.8em;
    border: 2px solid #477DCA;
    background-color: transparent;
    color: #477DCA;
    font-size: 1.25em;
    text-transform: inherit;
    padding: 0.725em 2em;
    margin-top: 0.8em;
    text-decoration: none;
    font-weight: 500; }
    .blog-module .blog-learn-btn:hover {
      text-decoration: none; }
  .blog-module .blog-btn-wrap {
    margin-top: 1.25em;
    text-align: center; }
  .blog-module .tse-cols-3 > * {
    padding: 0.625em 0; }
  @media (min-width: 40em) {
    .blog-module .tse-cols-3 {
      margin: 0 -0.625em;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .blog-module .tse-cols-3:before, .blog-module .tse-cols-3:after {
        content: "";
        display: table; }
      .blog-module .tse-cols-3:after {
        clear: both; }
      .blog-module .tse-cols-3 > * {
        width: 49%;
        padding: 1em;
        float: left; } }
  @media (min-width: 60em) {
    .blog-module .tse-cols-3 > * {
      width: 32.33%; } }

.pillar-other-resources {
  text-align: center; }
  .pillar-other-resources .por-subtext {
    font-size: 18px;
    color: #0D6C63;
    font-family: 'Raleway';
    line-height: 28px;
    font-weight: bold;
    margin: auto; }
  .pillar-other-resources a {
    text-decoration: none; }
    .pillar-other-resources a:hover .por-subtext {
      text-decoration: underline; }

.video-module {
  position: relative;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat; }
  .video-module:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(82, 139, 130, 0.8);
    width: 100%;
    height: 100%; }
  .video-module .inner-wrap, .video-module .inner-wrap-narrow, .video-module .inner-wrap-wide, .video-module .inner-wrap-fullwidth {
    z-index: 1;
    position: relative; }
    .video-module .inner-wrap h2, .video-module .inner-wrap-narrow h2, .video-module .inner-wrap-wide h2, .video-module .inner-wrap-fullwidth h2 {
      text-align: center;
      color: #fff;
      font-family: raleway;
      font-size: 1.875em;
      line-height: 1.2666666667em;
      margin-bottom: 1.3em; }
  .video-module .inner-vitem {
    position: relative;
    padding: 0em 1em 0em 1em; }
    @media (min-width: 60em) {
      .video-module .inner-vitem {
        min-height: 20em; } }
    .video-module .inner-vitem .vm-link {
      text-decoration: none;
      overflow: hidden; }
      @media (min-width: 992px) {
        .video-module .inner-vitem .vm-link:hover .pmi-img {
          transition: 0.3s;
          transform: translateY(35px) scale(1.5); }
          .video-module .inner-vitem .vm-link:hover .pmi-img:after {
            transform: scale(0.9); }
        .video-module .inner-vitem .vm-link:hover .vm-content {
          transition: 0.3s;
          transform: translateY(-150px);
          background: url(/wp-content/uploads/MicrosoftTeams-image-10.png);
          background-size: cover;
          background-position: bottom;
          padding-bottom: 2.5em;
          color: #fff; } }
      @media (min-width: 1095px) {
        .video-module .inner-vitem .vm-link:hover .pmi-img {
          transition: 0.3s;
          transform: translateY(35px) scale(1.5); }
          .video-module .inner-vitem .vm-link:hover .pmi-img:after {
            transform: scale(0.9); }
        .video-module .inner-vitem .vm-link:hover .vm-content {
          transition: 0.3s;
          transform: translateY(-165px);
          background: url(/wp-content/uploads/MicrosoftTeams-image-10.png);
          background-size: cover;
          background-position: bottom;
          padding-bottom: 2.5em;
          color: #fff; } }
      @media (min-width: 1185px) {
        .video-module .inner-vitem .vm-link:hover .pmi-img {
          transition: 0.3s;
          transform: translateY(35px) scale(1.5); }
          .video-module .inner-vitem .vm-link:hover .pmi-img:after {
            transform: scale(0.9); }
        .video-module .inner-vitem .vm-link:hover .vm-content {
          transition: 0.3s;
          transform: translateY(-180px);
          background: url(/wp-content/uploads/MicrosoftTeams-image-10.png);
          background-size: cover;
          background-position: bottom;
          padding-bottom: 2.5em;
          color: #fff; } }
      @media (min-width: 1265px) {
        .video-module .inner-vitem .vm-link:hover .pmi-img {
          transition: 0.3s;
          transform: translateY(35px) scale(1.5); }
          .video-module .inner-vitem .vm-link:hover .pmi-img:after {
            transform: scale(0.9); }
        .video-module .inner-vitem .vm-link:hover .vm-content {
          transition: 0.3s;
          transform: translateY(-180px);
          background: url(/wp-content/uploads/MicrosoftTeams-image-10.png);
          background-size: cover;
          background-position: bottom;
          padding-bottom: 2.5em;
          color: #fff; } }
      @media (min-width: 1350px) {
        .video-module .inner-vitem .vm-link:hover .pmi-img {
          transition: 0.3s;
          transform: translateY(35px) scale(1.5); }
          .video-module .inner-vitem .vm-link:hover .pmi-img:after {
            transform: scale(0.9); }
        .video-module .inner-vitem .vm-link:hover .vm-content {
          transition: 0.3s;
          transform: translateY(-195px);
          background: url(/wp-content/uploads/MicrosoftTeams-image-10.png);
          background-size: cover;
          background-position: bottom;
          padding-bottom: 2.5em;
          color: #fff; } }
      @media (min-width: 1350px) {
        .video-module .inner-vitem .vm-link:hover .pmi-img {
          transition: 0.3s;
          transform: translateY(52px) scale(1.1); }
          .video-module .inner-vitem .vm-link:hover .pmi-img:after {
            transform: scale(0.9); }
        .video-module .inner-vitem .vm-link:hover .vm-content {
          transition: 0.3s;
          transform: translateY(-195px);
          background: url(/wp-content/uploads/MicrosoftTeams-image-10.png);
          background-size: cover;
          background-position: bottom;
          padding-bottom: 2.5em;
          color: #fff; } }
  .video-module .vm-content {
    padding: 1.2em 0.5em 0.5em;
    background: #F1B90A;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-family: 'Raleway';
    font-weight: 700;
    min-height: 87px;
    display: grid;
    align-items: center;
    text-align: center;
    width: 100%;
    transition: 0.3s; }
  .video-module .video-slides .slick-prev {
    height: 24px;
    width: 24px;
    left: -15px; }
    .video-module .video-slides .slick-prev:before {
      opacity: .75;
      background: url(/wp-content/uploads/ico-arrow-left-white.svg);
      height: 24px;
      width: 24px;
      display: block;
      content: ""; }
  .video-module .video-slides .slick-next {
    height: 24px;
    width: 24px;
    right: -15px; }
    .video-module .video-slides .slick-next:before {
      opacity: .75;
      background: url(/wp-content/uploads/ico-arrow-left-white.svg);
      height: 24px;
      width: 24px;
      display: block;
      content: "";
      transform: scaleX(-1); }
  .video-module .pmi-img {
    position: relative;
    transition: 0.3s; }
    .video-module .pmi-img:after {
      content: "";
      background: url(/wp-content/uploads/video-play-icon.svg);
      background-repeat: no-repeat;
      background-size: cover;
      width: 50px;
      height: 50px;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto; }

.pcss-module {
  position: relative; }
  .pcss-module .inner-wrap, .pcss-module .inner-wrap-narrow, .pcss-module .inner-wrap-wide, .pcss-module .inner-wrap-fullwidth {
    z-index: 1;
    position: relative; }
    .pcss-module .inner-wrap h2, .pcss-module .inner-wrap-narrow h2, .pcss-module .inner-wrap-wide h2, .pcss-module .inner-wrap-fullwidth h2 {
      text-align: center;
      color: #0D6C63;
      font-family: raleway;
      font-size: 1.125em;
      line-height: 1.8333333333em;
      position: relative;
      width: fit-content;
      margin: auto;
      margin-bottom: 1.5em;
      font-weight: 400; }
      .pcss-module .inner-wrap h2 span, .pcss-module .inner-wrap-narrow h2 span, .pcss-module .inner-wrap-wide h2 span, .pcss-module .inner-wrap-fullwidth h2 span {
        margin: 0em 2.5em;
        width: fit-content;
        display: inline-block; }
      .pcss-module .inner-wrap h2:before, .pcss-module .inner-wrap-narrow h2:before, .pcss-module .inner-wrap-wide h2:before, .pcss-module .inner-wrap-fullwidth h2:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 1.1111111111em;
        height: .0555555556em;
        background-color: #129689; }
      .pcss-module .inner-wrap h2:after, .pcss-module .inner-wrap-narrow h2:after, .pcss-module .inner-wrap-wide h2:after, .pcss-module .inner-wrap-fullwidth h2:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        width: 1.1111111111em;
        height: .0555555556em;
        background-color: #129689; }
  .pcss-module .inner-pcss_item {
    position: relative;
    padding: 0em 1em 0em 1em; }
    .pcss-module .inner-pcss_item .pcss-link {
      text-decoration: none; }
      .pcss-module .inner-pcss_item .pcss-link:hover {
        text-decoration: underline; }
  .pcss-module .pcss-content {
    padding: 1.2em .5em .5em;
    font-size: 18px;
    line-height: 28px;
    color: #0D6C63;
    font-family: 'Raleway';
    font-weight: 700;
    min-height: 87px;
    text-align: center;
    width: 100%;
    display: block; }
  .pcss-module .pcss-slides .slick-prev {
    height: 24px;
    width: 24px;
    left: -15px; }
    .pcss-module .pcss-slides .slick-prev:before {
      opacity: .75;
      background: url(/wp-content/uploads/ico-arrow-left-blue.svg);
      height: 24px;
      width: 24px;
      display: block;
      content: ""; }
  .pcss-module .pcss-slides .slick-next {
    height: 24px;
    width: 24px;
    right: -15px; }
    .pcss-module .pcss-slides .slick-next:before {
      opacity: .75;
      background: url(/wp-content/uploads/ico-arrow-left-blue.svg);
      height: 24px;
      width: 24px;
      display: block;
      content: "";
      transform: scaleX(-1); }
  .pcss-module .pcss-img {
    position: relative;
    width: fit-content;
    margin: auto; }

.pcsm1-module {
  position: relative;
  background: #F1F1F1; }
  .pcsm1-module .inner-wrap, .pcsm1-module .inner-wrap-narrow, .pcsm1-module .inner-wrap-wide, .pcsm1-module .inner-wrap-fullwidth {
    z-index: 1;
    position: relative; }
    .pcsm1-module .inner-wrap h2, .pcsm1-module .inner-wrap-narrow h2, .pcsm1-module .inner-wrap-wide h2, .pcsm1-module .inner-wrap-fullwidth h2 {
      text-align: center;
      color: #0D6C63;
      font-family: raleway;
      font-size: 1.125em;
      line-height: 1.8333333333em;
      position: relative;
      width: fit-content;
      margin: auto;
      margin-bottom: 1.5em;
      font-weight: 400; }
      .pcsm1-module .inner-wrap h2 span, .pcsm1-module .inner-wrap-narrow h2 span, .pcsm1-module .inner-wrap-wide h2 span, .pcsm1-module .inner-wrap-fullwidth h2 span {
        margin: 0em 2.5em;
        width: fit-content;
        display: inline-block; }
      .pcsm1-module .inner-wrap h2:before, .pcsm1-module .inner-wrap-narrow h2:before, .pcsm1-module .inner-wrap-wide h2:before, .pcsm1-module .inner-wrap-fullwidth h2:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 1.1111111111em;
        height: .0555555556em;
        background-color: #129689; }
      .pcsm1-module .inner-wrap h2:after, .pcsm1-module .inner-wrap-narrow h2:after, .pcsm1-module .inner-wrap-wide h2:after, .pcsm1-module .inner-wrap-fullwidth h2:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        width: 1.1111111111em;
        height: .0555555556em;
        background-color: #129689; }
  .pcsm1-module .inner-pcsm1_item {
    position: relative;
    padding: 0em 1em 0em 1em; }
    .pcsm1-module .inner-pcsm1_item .pcsm1-link {
      text-decoration: none; }
      .pcsm1-module .inner-pcsm1_item .pcsm1-link:hover {
        text-decoration: underline; }
  .pcsm1-module .pcsm1-content {
    padding: 1.2em .5em .5em;
    font-size: 18px;
    line-height: 28px;
    color: #0D6C63;
    font-family: 'Raleway';
    font-weight: 700;
    text-align: center;
    width: 100%;
    display: block; }
  .pcsm1-module .pcsm1-slides .slick-prev {
    height: 24px;
    width: 24px; }
    .pcsm1-module .pcsm1-slides .slick-prev:before {
      opacity: .75;
      background: url(/wp-content/uploads/ico-arrow-left-blue.svg);
      height: 24px;
      width: 24px;
      display: block;
      content: ""; }
  .pcsm1-module .pcsm1-slides .slick-next {
    height: 24px;
    width: 24px;
    right: -22px; }
    .pcsm1-module .pcsm1-slides .slick-next:before {
      opacity: .75;
      background: url(/wp-content/uploads/ico-arrow-left-blue.svg);
      height: 24px;
      width: 24px;
      display: block;
      content: "";
      transform: scaleX(-1); }
  .pcsm1-module .pcsm1-img {
    position: relative;
    width: fit-content;
    margin: auto; }

.pcsm2-module {
  position: relative;
  background: #F1F1F1; }
  .pcsm2-module .inner-wrap, .pcsm2-module .inner-wrap-narrow, .pcsm2-module .inner-wrap-wide, .pcsm2-module .inner-wrap-fullwidth {
    z-index: 1;
    position: relative; }
    .pcsm2-module .inner-wrap h2, .pcsm2-module .inner-wrap-narrow h2, .pcsm2-module .inner-wrap-wide h2, .pcsm2-module .inner-wrap-fullwidth h2 {
      text-align: center;
      color: #0D6C63;
      font-family: raleway;
      font-size: 1.125em;
      line-height: 1.8333333333em;
      position: relative;
      width: fit-content;
      margin: auto;
      margin-bottom: 1.5em;
      font-weight: 400; }
      .pcsm2-module .inner-wrap h2 span, .pcsm2-module .inner-wrap-narrow h2 span, .pcsm2-module .inner-wrap-wide h2 span, .pcsm2-module .inner-wrap-fullwidth h2 span {
        margin: 0em 2.5em;
        width: fit-content;
        display: inline-block; }
      .pcsm2-module .inner-wrap h2:before, .pcsm2-module .inner-wrap-narrow h2:before, .pcsm2-module .inner-wrap-wide h2:before, .pcsm2-module .inner-wrap-fullwidth h2:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 1.1111111111em;
        height: .0555555556em;
        background-color: #129689; }
      .pcsm2-module .inner-wrap h2:after, .pcsm2-module .inner-wrap-narrow h2:after, .pcsm2-module .inner-wrap-wide h2:after, .pcsm2-module .inner-wrap-fullwidth h2:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        width: 1.1111111111em;
        height: .0555555556em;
        background-color: #129689; }
  .pcsm2-module .inner-pcsm2_item {
    position: relative;
    padding: 0em 1em 0em 1em; }
    .pcsm2-module .inner-pcsm2_item .pcsm2-link {
      text-decoration: none; }
      .pcsm2-module .inner-pcsm2_item .pcsm2-link:hover {
        text-decoration: underline; }
  .pcsm2-module .pcsm2-content {
    padding: 1.2em .5em .5em;
    font-size: 18px;
    line-height: 28px;
    color: #0D6C63;
    font-family: 'Raleway';
    font-weight: 700;
    text-align: center;
    width: 100%;
    display: block; }
  .pcsm2-module .pcsm2-slides .slick-prev {
    height: 24px;
    width: 24px;
    left: -15px; }
    .pcsm2-module .pcsm2-slides .slick-prev:before {
      opacity: .75;
      background: url(/wp-content/uploads/ico-arrow-left-blue.svg);
      height: 24px;
      width: 24px;
      display: block;
      content: ""; }
  .pcsm2-module .pcsm2-slides .slick-next {
    height: 24px;
    width: 24px;
    right: -15px; }
    .pcsm2-module .pcsm2-slides .slick-next:before {
      opacity: .75;
      background: url(/wp-content/uploads/ico-arrow-left-blue.svg);
      height: 24px;
      width: 24px;
      display: block;
      content: "";
      transform: scaleX(-1); }
  .pcsm2-module .pcsm2-img {
    position: relative;
    width: fit-content;
    margin: auto; }

@media (min-width: 960px) {
  .anchor-links-nav.stuck {
    border-bottom: 1px solid #707070;
    position: fixed;
    left: 0;
    top: 7em !important;
    width: 100%;
    margin-top: 0;
    margin-top: 0;
    z-index: 11; } }

@media (min-width: 1280px) {
  .anchor-links-nav.stuck {
    top: 8em !important; } }

.page-inner-anchor {
  margin-top: -11.25em;
  padding-top: 11.25em; }

.anchor-box {
  min-height: 180px; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.alignright {
  display: block;
  padding-bottom: 1.5em; }

.alignleft {
  display: block;
  padding-bottom: 1.5em; }

.aligncenter {
  display: block;
  margin: 0 auto; }

@media (min-width: 40em) {
  .alignright {
    display: block;
    float: right;
    padding-bottom: 1.5em;
    padding-left: 1.5em; }
  .alignleft {
    display: block;
    float: left;
    padding-bottom: 1.5em;
    padding-right: 1.5em; }
  .aligncenter {
    display: block;
    margin: 0 auto; } }

.text-alignright {
  text-align: right; }

.text-alignleft {
  text-align: left; }

.text-aligncenter {
  text-align: center; }

.clearboth {
  clear: both;
  display: block; }

.spacing-bottom {
  margin-bottom: 2em; }

.spacing-top {
  margin-top: 2em; }

.backtotop {
  clear: both;
  margin: 0.5em 0 !important; }
  .backtotop a {
    text-decoration: none; }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts - Removed
*********************************/
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  background: transparent;
  border: 0;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 125em;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  position: absolute;
  top: 57%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-prev {
  left: 10px; }

.flexslider:hover .flex-next {
  right: 10px; }

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  display: block;
  content: '';
  height: 1.875em;
  background-size: 30px;
  background-repeat: no-repeat;
  background-image: url(https://cdn2.hubspot.net/hubfs/393656/dca-imgs/ico-arrow-left.svg); }

/*{ font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }*/
.flex-direction-nav a.flex-next:before {
  background-image: url(https://cdn2.hubspot.net/hubfs/393656/dca-imgs/ico-arrow-right.svg); }

/*{ content: '\f002'; }*/
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/*
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
*/
.flex-direction-nav .flex-prev {
  opacity: .3;
  left: 10px; }

.flex-direction-nav .flex-next {
  opacity: .3;
  right: 10px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: center;
  padding-right: 6px;
  width: 44px; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*! Tablesaw - v1.0.2 - 2014-12-17
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2014 Filament Group; Licensed MIT */
table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%; }

.tablesaw {
  border-collapse: collapse;
  width: 100%; }

/* Structure */
.tablesaw {
  border: 0;
  padding: 0; }

.tablesaw th,
.tablesaw td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em .7em; }

.tablesaw thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em; }

/* Table rows have a gray bottom stroke by default */
.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf; }

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none; }

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
  /* Show the table cells as a block level element */
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block; }
  .tablesaw-stack tr {
    clear: both;
    display: table-row; }
  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 .6em 0 0;
    width: 30%;
    display: inline-block; }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0; }
  .tablesaw-cell-label {
    display: block; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important; } }

@media (max-width: 39.9375em) {
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none; }
  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%; }
  .tablesaw-cell-label {
    vertical-align: top; }
  .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block; }
  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none; } }

/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row; }
  /* Show the table header rows */
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0; }
  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important; } }

/*** Slick Slider CSS ***/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.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-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/*.slick-list {
    .slick-loading & {
        background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
    }
}*/
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev:hover,
  .slick-next:hover {
    outline: none !important; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none !important; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Anything HubSpot Related */
.hs-error-msgs {
  color: #C02F2F; }

/*! {% include "hubspot/styles/responsive/required_base.css" %}*/
/*!
[hubspot-metadata]
{
    "path": "custom/page/web_page_basic/style.css"
}
[end-hubspot-metadata]
*/
.sn-level-3 {
  background-color: #fff;
}
.sn-li-l3 {
    background-color: #ffffff;
}
.sn-li-l3:hover{
      background-color: #f1b909;
  background-image: none;
}
.sn-level-3{
 float: inherit !important;
  width: 100% !important;
  font-size:15.3px!important;
}
.sn-li-l3:first-child>a {
    font-weight: 500;
    text-transform: initial;
    font-size: 15.3px !important;
    color: #60666b;
    height: auto;
    line-height: inherit;
}
.sn-li-l3{
  width:100%;
}
.sn-li-l3 a:hover {
    color: #ffffff;
}
.sn-li-l3:first-child>a:hover{
  background-color: #f1b909;
}
.sn-li-l2:hover .sn-level-3{
  padding:0!important;
}

.sn-li-l3:first-child:hover{
  background:#f1b909!important;
}
#nav-menu-item-1259 .sn-li-l3:first-child{
  padding: 1.2em 0 1.2em !important;
  border-bottom: 0px solid #f1b909;
}
#nav-menu-item-2830 #nav-menu-item-1260 {
  padding: 0.65em 0 0.65em !important;
}
@media (max-width:639px) {
  .sn-li-l2{
    position:relative;
  }
  }
.sn-level-3{
  display:none;
}
@media (max-width:639px) {
  .site-nav-container{
  width:18em;
    right: -18em;
  }}