
/* @import url('https://fonts.googleapis.com/css?family=Droid+Serif'); */
@import url(//designers.hubspot.com/hs-fs/hub/327485/file-2054199286-css/font-awesome.css);

:root {
    /* Colors */
    --color-what: #000;
    --color-blue: #0072ce;
    --color-blue-light: #A7C6ED;
    /* --color-blue-light: #aad0ef; */
    --color-blue-mid: #005da8;
    /* --color-blue-dark: #002855; */
    --color-blue-dark: #002D72;
    --color-gray: #444444;
    --color-gray-mid: #999999;
    --color-gray-light: #dae2df;
    --color-orange: #ff6720;
    --color-orange-dark: #d14200;
    --color-text: #3d3d3d;
    --color-black: #000000;
    --color-white: #ffffff;

    /* Spacing */
    --spacing-tiny: 10px;
    --spacing-small-extra: 15px;
    --spacing-small: 20px;
    --spacing-medium: 30px;
    --spacing-large: clamp(2.188rem, calc(1.484rem + 1.875vw), 3.125rem); /* min: 35px, max: 50px */
    --spacing-huge: clamp(3.125rem, calc(0.781rem + 6.25vw), 6.25rem); /* min: 50px, max: 100px */
    --spacing-giant: clamp(3.125rem, calc(-1.562rem + 12.5vw), 9.375rem); /* min: 50px, max: 150px */

    /* Fonts */
    --font-family: "Libre Franklin", sans-serif;
    --font-size-h1: clamp(2.5rem, calc(2.031rem + 1.25vw), 3.125rem); /* min: 40px, max: 50px */
    --font-size-h2: clamp(1.875rem, calc(1.641rem + 0.625vw), 2.188rem); /* min: 30px, max: 35px */
    --font-size-h3: clamp(1.75rem, calc(1.469rem + 0.75vw), 2.125rem); /* min: 28px, max: 34px */
    --font-size-h4: clamp(1.5rem, calc(1.219rem + 0.75vw), 1.875rem); /* min: 24px, max: 30px */
    --font-size-p: clamp(1rem, calc(0.813rem + 0.5vw), 1.25rem); /* min: 16px, max: 20px */
    --font-size-large: clamp(1.313rem, calc(1.078rem + 0.625vw), 1.625rem); /* min: 21px, max: 26px */
    --font-size-button: clamp(1rem, calc(0.906rem + 0.25vw), 1.125rem); /* min: 16px, max: 18px */
    --font-size-small: clamp(0.875rem, calc(0.688rem + 0.5vw), 1.125rem); /* min: 14px, max: 18px */
    --font-size-smallest: clamp(0.75rem, calc(0.563rem + 0.5vw), 1rem); /* min: 12px, max: 16px */

    --line-height-heading: 1;
    --line-height-p: 1.35;

    --letter-spacing: 1.8px;
    --letter-spacing-button: 1px;

    /* Misc */
    --base-speed: .25s ease-in-out;
    --base-radius: 6px;

    /* Grids */
    --base-gap: 20px;
    --base-padding-block: 50px;
    --base-max-width: 1152px;
    --base-padding-inline: 20px;
    --base-grid: minmax(var(--base-padding-inline), 1fr)
        minmax(0, calc(var(--base-max-width) / 12))
        minmax(0, calc(var(--base-max-width) / 12))
        minmax(0, calc(var(--base-max-width) / 12))
        minmax(0, calc(var(--base-max-width) / 12))
        minmax(0, calc(var(--base-max-width) / 12))
        minmax(0, calc(var(--base-max-width) / 12))
        minmax(0, calc(var(--base-max-width) / 12))
        minmax(0, calc(var(--base-max-width) / 12))
        minmax(0, calc(var(--base-max-width) / 12))
        minmax(0, calc(var(--base-max-width) / 12))
        minmax(0, calc(var(--base-max-width) / 12))
        minmax(0, calc(var(--base-max-width) / 12))
        minmax(var(--base-padding-inline), 1fr);
    --base-grid-hero: minmax(var(--base-padding-inline), 1fr)
        minmax(0, calc(var(--base-max-width) / 12))
        minmax(0, calc(var(--base-max-width) / 12))
        minmax(0, calc(var(--base-max-width) / 12))
        minmax(0, calc(var(--base-max-width) / 12))
        minmax(0, calc(var(--base-max-width) / 12))
        minmax(0, calc(var(--base-max-width) / 12))
        minmax(0, calc(var(--base-max-width) / 12))
        minmax(0, calc(var(--base-max-width) / 12))
        minmax(0, calc(var(--base-max-width) / 12))
        minmax(0, calc(var(--base-max-width) / 12))
        minmax(0, calc(var(--base-max-width) / 12))
        minmax(0, calc(var(--base-max-width) / 12))
        minmax(0, calc(var(--base-max-width) / 12))
        minmax(0, calc(var(--base-max-width) / 12))
        minmax(var(--base-padding-inline), 1fr);
    --base-grid-halves: minmax(var(--base-padding-inline), 1fr)
        minmax(0, calc(var(--base-max-width) / 2))
        minmax(0, calc(var(--base-max-width) / 2))
        minmax(var(--base-padding-inline), 1fr);
}

/* libre-franklin-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 200;
  src: url(//481605.fs1.hubspotusercontent-na1.net/hubfs/481605/raw_assets/public/FT2015-Theme/etc/fonts/libre-franklin-v18-latin-200.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* libre-franklin-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 200;
  src: url(//481605.fs1.hubspotusercontent-na1.net/hubfs/481605/raw_assets/public/FT2015-Theme/etc/fonts/libre-franklin-v18-latin-200italic.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* libre-franklin-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 300;
  src: url(//481605.fs1.hubspotusercontent-na1.net/hubfs/481605/raw_assets/public/FT2015-Theme/etc/fonts/libre-franklin-v18-latin-300.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* libre-franklin-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 300;
  src: url(//481605.fs1.hubspotusercontent-na1.net/hubfs/481605/raw_assets/public/FT2015-Theme/etc/fonts/libre-franklin-v18-latin-300italic.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* libre-franklin-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 400;
  src: url(//481605.fs1.hubspotusercontent-na1.net/hubfs/481605/raw_assets/public/FT2015-Theme/etc/fonts/libre-franklin-v18-latin-regular.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* libre-franklin-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 400;
  src: url(//481605.fs1.hubspotusercontent-na1.net/hubfs/481605/raw_assets/public/FT2015-Theme/etc/fonts/libre-franklin-v18-latin-italic.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* libre-franklin-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 600;
  src: url(//481605.fs1.hubspotusercontent-na1.net/hubfs/481605/raw_assets/public/FT2015-Theme/etc/fonts/libre-franklin-v18-latin-600.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* libre-franklin-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 600;
  src: url(//481605.fs1.hubspotusercontent-na1.net/hubfs/481605/raw_assets/public/FT2015-Theme/etc/fonts/libre-franklin-v18-latin-600italic.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* libre-franklin-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 700;
  src: url(//481605.fs1.hubspotusercontent-na1.net/hubfs/481605/raw_assets/public/FT2015-Theme/etc/fonts/libre-franklin-v18-latin-700.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* libre-franklin-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 700;
  src: url(//481605.fs1.hubspotusercontent-na1.net/hubfs/481605/raw_assets/public/FT2015-Theme/etc/fonts/libre-franklin-v18-latin-700italic.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* libre-franklin-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 900;
  src: url(//481605.fs1.hubspotusercontent-na1.net/hubfs/481605/raw_assets/public/FT2015-Theme/etc/fonts/libre-franklin-v18-latin-900.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* libre-franklin-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 900;
  src: url(//481605.fs1.hubspotusercontent-na1.net/hubfs/481605/raw_assets/public/FT2015-Theme/etc/fonts/libre-franklin-v18-latin-900italic.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/****************************************************************************/
/*                                            								*/
/*				   				FIBERTITE CSS 								*/
/*																			*/
/****************************************************************************/

/****************************************************************************/
/* This is the default custom CSS file that is included in every template.  */
/* It can be edited, but it cannot be renamed or deleted.                   */
/* You will see it included in the source of every page as                  */
/* 'custom/styles/default/hs_default_custom_style.css'                      */
/****************************************************************************/

/* @import url('http://example.com/example_style.css'); */


html, html a {
    font-smoothing: antialiased;
    /* text-shadow: 1px 1px 1px rgba(0,0,0,0.004); */
}
* {
    font-family: var(--font-family);
}

html, body {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: var(--font-family);
    font-size: 18px;
    color: var(--color-text);
    background: var(--color-white);
}

body .body-container-wrapper,
body .footer-container-wrapper {
    font-family: var(--font-family);
}

body .body-container-wrapper {
    margin: 0;
    padding: 0;
    background: var(--color-white);
}

* {
    /*position: relative;*/
    box-sizing: border-box;
}

.blue {
    color: var(--color-blue);
}
.orange {
    color: var(--color-orange);
}

a {
    color: var(--color-orange-dark);
    text-decoration: none;
    transition: color var(--base-speed);
}
.aboutSustainability a:not([class]),
.productWrap a:not([class]) {
    color: var(--color-blue-light);
    text-decoration: underline;
}

a:hover {
    color: var(--color-text);
}
.aboutSustainability a:not([class]):hover,
.productWrap a:not([class]):hover {
    color: var(--color-gray-light);
}

a img {
    border: 0 !important;
    outline: 0 !important;
}

.cta {
    display: inline-block;
    /* background:url(http://cdn2.hubspot.net/hubfs/481605/2015-Dev/images/btn-bg-fat.jpg) repeat-x top left var(--color-orange); */
    background-color: var(--color-orange);
    height: 60px;
    border-radius: 5px;
    line-height: 61px;
    font-size: 17px;
    text-transform: uppercase;
    color: var(--color-black);
    font-family:var(--font-family);
    white-space: nowrap;
    padding: 0 40px;
    text-decoration: none;
    font-weight: 700;
    box-sizing: border-box;
    position: relative;
    transition: background-color var(--base-speed), color var(--base-speed);
}
.cta:hover {
    background-color: var(--color-blue);
    color: var(--color-white);
}

.cta.hasIcon {
    padding: 0 112px 0 40px;
}

.cta .btnIcon {
    position: absolute!important;
    height: 60px!important;
    width: 70px!important;
    top: 0!important;
    right: 0!important;
    background: no-repeat center center rgba(255,255,255,0.3);
    display: block;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
@media screen and (max-width:600px) {
    .cta.hasIcon {
        padding: 0 112px 0 40px;
    }
}

/***** Small Gray CTA *****/ 

.small .cta a {
    font-size:13px!important;
}
.small .cta.hasIcon {
    padding: 1px 70px 0 10px;
    width: 87%;
    text-align:center;
}
.small .cta {
    /*background: #f58220 url("http://cdn2.hubspot.net/hubfs/481605/2015-Dev/images/btn-bg-products.jpg") repeat-x scroll left top;*/
    /* background-color: var(--color-orange); */
    /* background-image:none; */
    border-radius: 5px;
    box-sizing: border-box;
    /* color: var(--color-black); */
    display: inline-block;
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    padding: 0 12px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
.small .cta .btnIcon {
    background: rgba(255, 255, 255, 0.3) none no-repeat scroll center center;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
    height: 45px !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 50px !important;
}
.small .cta .dataIcon {
    background-image: url("http://cdn2.hubspot.net/hubfs/481605/2015-Dev/images/btn-icon-pdf.png")!important;
    background-repeat: no-repeat;
}

/* Small Orange CTA Button */
.small-orange .cta a {
    font-size:13px!important;
}
.small-orange .cta.hasIcon {
    padding: 1px 70px 0 10px;
    width: 87%;
    text-align:center;
}
.small-orange .cta {
    /*background: #f58220 url("http://cdn2.hubspot.net/hubfs/481605/2015-Dev/images/btn-bg-products.jpg") repeat-x scroll left top;*/
    /* background-color:rgba(245, 130, 32, 0.88);
    background-image:none; */
    border-radius: 5px;
    box-sizing: border-box;
    /* color: rgba(61, 61, 61, 0.8); */
    display: inline-block;
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    padding: 0 12px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
.small-orange .cta .btnIcon {
    background: rgba(255, 255, 255, 0.3) none no-repeat scroll center center;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
    height: 45px !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 50px !important;
}

.blurbCTA.hasIcon {
    padding: 1px 50px 0 20px;
    width: 87%;
    text-align:center;
}

.blurbCTA {
    /*background: #f58220 url("http://cdn2.hubspot.net/hubfs/481605/2015-Dev/images/btn-bg-products.jpg") repeat-x scroll left top;*/
    background-color: var(--color-orange);
    /* background-color:rgba(245, 130, 32, 0.88); */
    /* background-image:none; */
    border-radius: 5px;
    box-sizing: border-box;
    color: var(--color-black);
    /* color: rgba(61, 61, 61, 0.8); */
    display: inline-block;
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: 700;
    /*height: 45px;*/
    line-height: 45px;
    padding: 0 12px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
.blurbCTA .arrowIcon {
    background-image: url('//cdn2.hubspot.net/hubfs/481605/2015-Dev/images/btn-arrow-thin.png')!important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 0 0 0 60px;
    
}
.small-orange .cta .dataIcon {
    background-image: url("http://cdn2.hubspot.net/hubfs/481605/2015-Dev/images/btn-icon-pdf.png")!important;
    background-repeat: no-repeat;
}

/* Add right icon to button through JS */
.cta .playIcon {
    background-image: url(http://cdn2.hubspot.net/hubfs/481605/2015-Dev/images/btn-icon-play.png)!important;
    background-repeat: no-repeat;
}

.cta .arrowIcon {
    background-image: url(http://cdn2.hubspot.net/hubfs/481605/2015-Dev/images/btn-arrow-thin.png)!important;
    background-repeat: no-repeat;
}

.cta .dataIcon {
    background-image: url(http://cdn2.hubspot.net/hubfs/481605/2015-Dev/images/btn-icon-pdf.png)!important;
    background-repeat: no-repeat;
}

/***** Small CTA Responsive *****/
@media screen and (max-width:1000px) {
    .small .cta, .small-orange .cta {
        font-size:12px!important;    
        text-align:left!important;
    }
    .small .cta.hasIcon, .small-orange .cta.hasIcon {
        width:100%;
    }
    .small .cta .btnIcon, .small-orange .cta .btnIcon {
        width: 24px !important;
    }    
}
@media screen and (max-width:767px) {
    .small .cta, .small-orange .cta {
        font-size:14px!important;    
        text-align:center;
    }
    .small .cta.hasIcon, .small-orange .cta.hasIcon {
        max-width:370px;
        display:block;
        margin:10px auto!important;
    }
    .small .cta .btnIcon, .small-orange .cta .btnIcon {
        width: 50px !important;
    } 
    .small .cta.hasIcon, .small-orange .cta.hasIcon {
        padding: 1px 0 0 14px!important;
    }
}
@media screen and (max-width:480px) {
    .small .cta.hasIcon, .small-orange .cta.hasIcon {
        padding: 1px 0 0 12px;
        text-align: left;
        width: 100%; 
    }    
}

p:not(.heading) {
    margin: 0 0 18px;
    line-height: var(--line-height-p);
}

hr {
    height: 1px;
    background: var(--color-orange);
    width: 100%;
    margin: 20px 0;
    border: 0;
    box-sizing: border-box;
    display: block;
    clear: both;
    float: none;
}

.fullWrap {
    width: 100%;
}

.innerWrap {
    width: 1240px;
    max-width: 100%;
    padding: 20px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

img {
    max-width: 100%;
}

h1, h2 {
    font-family: var(--font-family);
}

h1, h2.title { font-size: 65px; font-weight:700!important; margin: 0 auto 30px; padding: 0; color:var(--color-white); line-height: 1.2; text-align: center; text-shadow: 3px 2px 5px rgba(0,0,0,0.3); }
h2.title { font-size: 65px; font-weight:700!important; margin: 50px auto!important; padding: 0; color:var(--color-white); line-height: 1.2; text-align: center; text-shadow: 3px 2px 5px rgba(0,0,0,0.3); }
h2 { color: var(--color-blue-dark); font-size: 36px; line-height: 1.2; margin: 22px 0 8px; }
h3 { font-family:var(--font-family); color:var(--color-blue-dark); font-weight:700; font-size: 23px; line-height: 1.2; margin: 20px 0 6px; }
h4 { font-family: var(--font-family); color: var(--color-blue); font-weight:700; font-size: 18px; line-height: 1.1; margin: 18px 0 6px; }

@media screen and (max-width:767px) {
    body {font-size:17px!important;}
    h1, h2.title { font-size: 50px; }
    h2 { font-size: 34px; }
    h3 { font-size: 26px; }
    h4 { font-size: 18px; }
    .heroBanner.homeHeroBanner .innerWrap .copyPad p, .heroBanner.customBanner.innerWrap .copyPad p {font-size:21px;}
}

@media screen and (max-width:600px) {
    body {font-size:var(--font-size-small);}
    h1, h2.title { font-size: 36px; }
    h2 { font-size: 28px; }
    h3 { font-size: 20px; }
    h4 { font-size: 16px; }
    .heroBanner.homeHeroBanner .innerWrap .copyPad p, .heroBanner.customBanner.innerWrap .copyPad p {font-size:17px;}
    p {font-size:var(--font-size-small);}
    .cta {
        display: inline-block;
        /* background:url(http://cdn2.hubspot.net/hubfs/481605/2015-Dev/images/btn-bg-fat.jpg) repeat-x top left var(--color-orange); */
        background-color: var(--color-orange);
        color: var(--color-black);
        height: 50px;
        border-radius: 5px;
        line-height: 50px;
        font-size: 16px;
        padding: 0 12px;
    }
    .cta.hasIcon {
        padding: 0 60px 0 12px;
    }
    .cta .btnIcon {
        height: 50px!important;
        width: 50px!important;
 
    }
}

body .header-container-wrapper {
    font-family: var(--font-family);
    color: var(--color-blue);
    background-color: var(--color-white);
    background-image:url(http://cdn2.hubspot.net/hubfs/481605/2015-Dev/images/courtesy-ft-bg.jpg);
    background-position:right top;
    background-repeat:no-repeat;
    position: relative;
    top: 0px;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 999;
}

body .header-container-wrapper-email-prefs {
    font-family: var(--font-family);
    color: var(--color-blue);
    background-color: var(--color-white);
    background-image:none !important;
    background-position:right top;
    background-repeat:no-repeat;
    position: relative;
    top: 0px;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 999;
}

body .header-container-wrapper.top {
    position: absolute;
    box-shadow: none;
    height: 90px;
    top: 0px;
}

body .header-container-wrapper.scroll {
    position: fixed;
    box-shadow: 0 0 10px 0 #333333;
    height: 120px;
    top: 0px;
}

body .header-container {
    width: 1200px;
    max-width: 100%;
    padding-block: 0;
    padding-inline: 0;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    background-color: var(--color-white);
}

@media (min-width: 921px) {
    body .header-container {
        background-color: transparent;
    }
}

/* @media screen and (max-width:1200px) {
    body .header-container {
        padding:0 20px;
    }
} */

body .header-container .headerWrap {
    display: table;
    vertical-align: middle;
    height: 120px;
    width: 100%;
    padding-inline: var(--spacing-tiny);
}

body .header-container .headerWrap .span12 {
    height: 45px;
}

body .header-container .headerWrap .span12 .row-fluid-wrapper,
body .header-container .headerWrap .span12 .row-fluid-wrapper .row-fluid {
    height: 100%;
}

body .header-container .widget-type-logo {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

body .header-container .widget-type-logo a {
    display: table-cell;
    vertical-align: middle;
    height: 90px;
}

body .header-container .widget-type-logo img {
    vertical-align: middle;
    max-width: 134px !important;
    height: auto;
    max-height:100px;
    margin-top:10px;
}
body .header-container .courtesyWrap {
    background:url(http://cdn2.hubspot.net/hubfs/481605/2015-Dev/images/courtesy-bg.jpg) no-repeat scroll right top!important;
    background-color:var(--color-white);
}
 /* Overwriting Utility Nav Bar */
/* @media (min-width: 1024px) { */
    body .header-container .courtesyWrap .row-fluid {
        display: grid;
        grid-template-columns: 1fr minmax(100px, 170px) auto; 
        justify-content: end;
        align-items: center;
        column-gap: 10px;
    }
    body .header-container .courtesyWrap .row-fluid:before,
    body .header-container .courtesyWrap .row-fluid:after {
        display: none !important;
    }
    body .header-container .courtesyWrap .row-fluid > div {
        width: 100% !important;
        float: none !important;
        margin: 0 !important;
    }
/* } */
body .header-container .courtesyWrap ul {
    list-style-type:none!important;
    /* float:right; */
    justify-content: end;
    /* margin:10px 0 0; */
    padding-top: 0;
    padding-left: 0;
    margin: 0;
    display: grid;
    grid-template-columns: auto;
    grid-auto-flow: column;
    gap: 3px;
}
@media (min-width: 1024px) {
    body .header-container .courtesyWrap ul {
        gap: 5px;
    }
}
/* body .header-container .courtesyWrap ul li {
    display:inline-block;
} */
body .header-container .courtesyWrap ul li a {
    color:var(--color-blue-mid);
    font-weight:700;
    font-size: var(--font-size-smallest);
    padding:8px;
    font-family:var(--font-family);
    text-decoration:none!important;
    display: block;
}
body .header-container .courtesyWrap ul li a img {
    position: static !important;
    margin: 0 !important;
    display: block;
}
body .header-container .courtesyWrap ul li a.orange-text {
    color: var(--color-blue-dark);
    border: 2px solid var(--color-orange);
    border-radius: var(--base-radius);
    padding: 6px 8px;
    letter-spacing: var(--letter-spacing-button);
    transition: background-color var(--base-speed);
}
body .header-container .courtesyWrap ul li a:hover {
    color: var(--color-black);
}
body .header-container .courtesyWrap ul li a.orange-text:hover {
    background-color: var(--color-orange);
}
body .header-container .searchWrap {
    width: 200px;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 46px;
}

#___gcse_0 .gsc-control-cse {
    background: #edf1f0;
    padding: 5px 0 5px 10px;
    position:absolute;
    right:0px;
}

form.gsc-search-box,
table.gsc-search-box {
    margin-bottom: 0 !important;
}

.gsc-input-box,
.gsc-input-box-hover {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input,
.gsib_a {
    padding: 0 !important;
    background: transparent !important;
}

input.gsc-search-button-v2 {
    background: url(http://cdn2.hubspot.net/hubfs/481602/template-assets/shared-assets/search-button.png) no-repeat center center transparent !important;
    background-size: 30px 30px !important;
    width: 28px !important;
    height: 31px !important;
    display: inline-block !important;
    border: none !important;
    margin: 0 !important;
    outline: none !important;
}

body .header-container .mainNav {
    display: table-cell;
    vertical-align: bottom;
    float: right;
    font-family:var(--font-family);
}

body .header-container .mainNav ul {
    list-style: none;
    padding: 0;
    text-align: right;
}
body .header-container .mainNav ul:not(.hs-menu-children-wrapper) {
    margin: 0 0 0 auto;
    display: grid;
    justify-content: end;
    grid-template-columns: auto;
    gap: clamp(0.313rem, calc(-0.859rem + 3.125vw), 1.875rem); /* min: 5px, max: 30px */
    grid-auto-flow: column;
    position: relative;
}
body .header-container .mainNav ul:not(.hs-menu-children-wrapper) > li > a {
    padding-top: 22px;
}

body .header-container .mainNav ul li {
    margin: 0;
    padding: 0 0 6px 0px;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    text-align:center;
    border-bottom: 5px solid var(--color-white);
    box-sizing: border-box;
    transition: all var(--base-speed);
}
body .header-container .mainNav ul.hs-menu-children-wrapper li {
    margin-inline: var(--spacing-small-extra);
}

body .header-container .mainNav ul li:hover {
    border-color: var(--color-orange);
}

body .header-container .mainNav ul li:last-child {
    margin-right: 0px!important;
}

/*    shift the last grand-child to the left */
body .header-container .mainNav ul li:last-child ul {
    margin-right: 0px!important;
    /*width: 238px!important;*/
    width: 190px;
    height: 40px;
    position:absolute;
    right:0px;
}

@media screen and (max-width:1199px){
 body .header-container .mainNav ul li:last-child ul {
    margin-right: 0px!important;
    /*width: 238px!important;*/
    width: 190px;
    height: 40px;
    position:absolute;
    right:20px;
    }
 }

body .header-container .mainNav ul li a {
    color: var(--color-blue-dark);
    padding: 0;
    text-decoration: none;
    font-size: var(--font-size-smallest) !important;
    font-weight: 600;
    height: 100%;
    display: block;
    transition: all var(--base-speed);
    position:relative;
}
body .header-container .mainNav ul li a:hover,
body .header-container .mainNav ul li.active a {
    color: var(--color-text);
}

body .header-container .mainNav ul li.active {
    border-color: var(--color-orange);
}

/* Child List */
body .header-container .mainNav .hs-menu-wrapper.hs-menu-flow-horizontal >  ul.hs-menu-children-wrapper {
    display:block!important;
    z-index:99999!important;
    position:absolute!important;
}
body .header-container .mainNav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    background:#D9E2DF!important;
    opacity: 0;
    position: absolute!important;
    top: calc(100% - 6px);
    /* top: 93px; */
    visibility: hidden;
    z-index: 99999!important;
    padding:0;
    width:190px;
    /*width:238px; changed for sub-menu*/
    text-align:left!important;
}

/* attempt to put caret over live down-menu.need a graphic.*/

.mainNav ul li ul:before {
    content: url('https://cdn2.hubspot.net/hubfs/481605/menuPoint00.png');
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    color: #f78213;
    position:absolute;
    top:-20px;
    left: -1px;
}
.mainNav ul li:last-child ul:before {
    content: url('https://cdn2.hubspot.net/hubfs/481605/menuPoint00.png');
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    color: #f78213;
    position:absolute;
    top:-20px;
    left: 172px;
}



body .header-container .mainNav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
body .header-container .mainNav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
    display:block!important;
    background:rgba(217,226,223,0.88);
    padding:8px 0px;
    margin:0px;
    border-top:0px solid var(--color-white)!important;
    border-bottom:1px solid var(--color-white)!important;
    -webkit-transition: all var(--base-speed) 0s;
    -moz-transition: all var(--base-speed) 0s;
    -o-transition: all var(--base-speed) 0s;
    transition: all var(--base-speed) 0s;
}
body .header-container .mainNav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover,
body .header-container .mainNav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:active,
body .header-container .mainNav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover a,
body .header-container .mainNav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:active a {
    background:rgba(217,226,223,1);
}
body .header-container .mainNav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:first-child {
    border-top:5px solid #f78213 !important;
}
body .header-container .mainNav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    /* overflow: hidden;
    text-overflow: clip;
    white-space: nowrap; */
    width: 100%;
    font-size:var(--font-size-small);
    color:var(--color-blue-dark);
    font-weight:300!important;
    line-height:100%!important;
    padding:1px 13px!important;
    -webkit-transition: all var(--base-speed) 0s;
    -moz-transition: all var(--base-speed) 0s;
    -o-transition: all var(--base-speed) 0s;
    transition: all var(--base-speed) 0s;
}
body .header-container .mainNav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
    color:var(--color-orange-dark)!important;
}

/* here? */
body .header-container .mainNav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2 .hs-item-has-children ul.hs-menu-children-wrapper {
    background:#D9E2DF!important;
    opacity: 0;
    position: absolute!important;
    top: 0px;
    right:20px;
    visibility: hidden;
    z-index: 99999!important;
    padding:0;
    /*width:238px;*/
    width: 190px;
    text-align:left!important;
}

/*---------| MOBILE NAVIGATION |---------*/
.mNav, .nav-toggle {
    display: none;
}

.mNav {
    min-height: 0 !important;
    margin: 0 auto 0 auto !important;
    text-align: center;   
}

.nav-toggle {
    position: absolute!important;
    top: 21px;
    right: 21px;
    width: 35px;
    height: 35px;
    font-size: 0;
    background: url(http://cdn2.hubspot.net/hubfs/481602/template-assets/shared-assets/menu.png) no-repeat center center;
    background-size: 30px 30px;
}

.nav-toggle.active {
    background-image: url(http://cdn2.hubspot.net/hubfs/481602/template-assets/shared-assets/menu_close.png);
}

.nav-collapse ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
}

.mNav ul li {
    width: 100%;
    display: block;
    border-bottom: 1px solid var(--color-blue);
}

.mNav ul li:last-child {
    border-bottom: 0;
}

.mNav ul li a {
    color: var(--color-blue);
    text-decoration: none;
    display: block;
    padding: 12px 10px;
    transition: all var(--base-speed);
    font-size: 24px;
    font-weight: 400;
}

.mNav ul li a:hover {
    color: var(--color-blue);
}
.mNav ul li ul {
    border-top:1px solid var(--color-blue);
}
.mNav ul li ul li {
    border-bottom:0px solid var(--color-white);
}
.mNav ul li ul li a {
    font-size:20px;
    padding:6px 16px;
    color:var(--color-orange)!important;
}
.mNav ul li ul li ul {
    border-top:1px solid #dae2df;
}
.mNav ul li ul li ul li a {
    font-size:15px;
    padding:5px 20px;
    color:var(--color-text)!important;
}
.mNav ul li ul li ul li:last-child {
    padding:0 0 10px;
}
.mNav ul li.active a {
    font-weight: 600;
    color: var(--color-blue-dark);
}

.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1;
}
.mNav.nav-collapse.opened,
.js .mNav.nav-collapse-0.opened {
    max-height: 9999px !important;
}
.nav-collapse.closed,
.js .nav-collapse-0.closed {
    max-height: 0 !important;
}
body .header-container .courtesyWrap ul.mobile {
    display:none;
}
.mNav a.call-btn {
    background:var(--color-blue);
    display: block !important;
    margin: 10px 0 0 !important;
    padding: 11px 14px;
    color:var(--color-white)!important;
    text-decoration:none!important;
}

/*******************************************/
/*-----| RESPONSIVE HEADER AND NAV |-----*/
@media screen and (max-width:1020px) {
    body .header-container .courtesyWrap {
        background:url(http://cdn2.hubspot.net/hubfs/481605/2015-Dev/images/courtesy-bg.jpg) no-repeat scroll left top!important;
        background-color:var(--color-white);
    }
    /* body .header-container .courtesyWrap ul {
        float: right;
        list-style-type: none !important;
        margin: 10px 35px 0 0;
    } */
    /* body .header-container .mainNav ul li {
        padding: 0 0 24px;
    } */
    body .header-container .mainNav ul li a {
        font-size: var(--font-size-small);
    }
    #___gcse_0 .gsc-control-cse {
        background: #edf1f0;
        padding: 5px 0 5px 10px;
        position:relative;
        right:0px;
    }
    body .header-container .searchWrap {
        width: 170px;
        right: 10px;
    }
}

@media screen and (max-width:920px) {
    body .header-container .mainNav {
        display: none !important;
    }
    body .header-container .courtesyWrap {
        background:none!important;
        display: none;
    }
    body .header-container .courtesyWrap ul {
        float: none;
        margin:0;
        display:none;
    }
    body .header-container .courtesyWrap li a {
        display:none!important;
    }
    #___gcse_0 .gsc-control-cse {
        padding: 5px 0 5px 10px;
        position:relative;
        right:60px;
        top:16px;
    }
    .mNav, .nav-toggle {
        display: block !important;
    }
    body .header-container .widget-type-logo img {
        margin-top: 10px;
        max-height: 55px !important;
        width: 71px !important;
    }
    body .header-container .headerWrap {
        height: 75px;
    }
    body .header-container .widget-type-logo a {
        height: 40px;
    }
}

/* 
pulled to activate hamburger menu sooner... ~michael

    /*#___gcse_0 .gsc-control-cse {
        background: #D9E2DF;
    }
    body .header-container .courtesyWrap ul li a {
        font-size: 13px !important;
        padding: 8px 8px 8px 0 !important;
    }
    body .header-container .mainNav ul li {
        margin: 0 4px;
        padding: 0 0 26px;
    }
    body .header-container .mainNav ul li a {
       font-size:14px!important;
    }
    body .header-container .widget-type-logo img {
        max-width: 110px!important;
    }
}

/*
@media screen and (max-width:880px) {
    body .header-container .mainNav {
        display: none !important;
    }
    body .header-container .courtesyWrap {
        background:none!important;
    }
    body .header-container .courtesyWrap ul {
        float: none;
        margin:0;
        display:none;
    }
    body .header-container .courtesyWrap li a {
        display:none!important;
    }
    #___gcse_0 .gsc-control-cse {
        padding: 5px 0 5px 10px;
        position:relative;
        right:60px;
        top:16px;
    }
    .mNav, .nav-toggle {
        display: block !important;
    }
    body .header-container .widget-type-logo img {
        margin-top: 10px;
        max-height: 55px !important;
        width: 71px !important;
    }
    body .header-container .headerWrap {
        height: 75px;
    }
    body .header-container .widget-type-logo a {
        height: 40px;
    }
}*/
@media screen and (max-width:340px) {
    body .header-container .searchWrap {
        display:none;
    }   
}
/*********************************************/
/*------------| HOME STYLES |-------------*/
/* Home Hero */
.homeHeroWrap {
    overflow: hidden;
}

.heroBanner.homeHeroBanner {
    padding: 0;
    display: block;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    position: relative;
    /*background-image: url('http://cdn2.hubspot.net/hubfs/481605/dodgertown-blue.jpg');*/
    overflow: hidden;
    width: 100%;
    margin: 0;
}

.heroBanner.customBanner {
    padding: 0;
    margin-bottom: 0;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    position: relative;
    width: 100%;
}

.heroBanner.homeHeroBanner video { 
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
}

.heroBanner.homeHeroBanner .innerWrap,
.heroBanner .heroCopy {
    height: 100%;
    vertical-align: middle;
    display: table;
    position: relative;
    z-index: 99;
    padding: 0;
    width:100%;
}

.heroBanner .heroCopy {
    display: block;
}

.heroBanner.homeHeroBanner .innerWrap .copyPad,
.heroBanner .heroCopy .copyPad {
    background:none;
    width: 85%;
    max-width: 990px;
    margin: 20px auto 0;
    padding: 30px 5px;
    box-sizing: border-box;
    font-size: 28px;
    color: var(--color-white);
    text-align: center;
}
/*.heroBanner.homeHeroBanner .innerWrap .copyPad .home-color-bg-pad {
    background:rgba(247,166,99,0.4)!important;
    padding:25px 10px;
}*/

.heroBanner.homeHeroBanner .innerWrap .copyPad h1,
.heroBanner.customBanner.innerWrap .copyPad h1 {
    margin-bottom: 20px;
    font-weight: 300;
}

.heroBanner.customBanner .innerWrap .copyPad h1 {
    margin-bottom: 30px;
}
.heroBanner.homeHeroBanner .innerWrap .copyPad p,
.heroBanner.customBanner.innerWrap .copyPad p {
    font-family: var(--font-family);
    font-size:26px;
    color:var(--color-white);
    line-height:130%;
    font-weight:300;
    margin-bottom:20px;
}
.heroBanner.homeHeroBanner .innerWrap .copyPad h2,
.heroBanner.customBanner.innerWrap .copyPad h2 {
    font-family: var(--font-family);
    font-size:26px;
    color:var(--color-white);
    line-height:130%;
    font-weight:300;
}
.heroBanner.homeHeroBanner .innerWrap .copyPad h4,
.heroBanner .heroCopy .copyPad h4 {
    color: var(--color-white);
    font-family: var(--font-family)
    font-weight: 100;
    text-transform: uppercase;
    margin: 40px 0 0;
}

/* Home Featured Wrap */
.homeHeroBanner .featureWrap {
    overflow: hidden;
    margin: 35px 0;
    padding: 0 40px;
}

.homeHeroBanner .featureWrap a {
    text-decoration: none;
}

.homeHeroBanner .featureWrap h2 {
    font-family:var(--font-family);
    color: var(--color-white);
    font-size: 20px!important;
    font-weight: 300!important;
    text-transform: uppercase;
}

.home h1 {
    font-size: 65px;
}
/***** Responsive Breakdown Home Hero *****/
@media screen and (max-width:920px) {
    .homeHeroBanner .featureWrap h2 {
        font-size: 17px!important;
    }    
}
@media screen and (max-width:767px) {
    .heroBanner.homeHeroBanner {
        padding: 0;
        display: block;
        background-size: inherit;
        background-position: center top;
        background-attachment: scroll;
        position: relative;
        background-image: url('http://cdn2.hubspot.net/hubfs/481605/2015-Dev/images/home-hero-bg.png');
        background-repeat:repeat-y;
        overflow: hidden;
        width: 100%;
        margin: 0;
    }
    .homeHeroBanner .featureWrap {
        overflow: hidden;
        margin: 40px auto;
        padding: 30px;
        background:rgba(61,61,61,0.9);
        border-radius: var(--base-radius);
    }
    .homeHeroBanner .featureWrap h2 {
        margin:0 0 26px!important;
        padding:0!important;
        font-size: 20px!important;
    }
}

/* CTA BAR STYLES */

.homeClient {
    background: url(http://cdn2.hubspot.net/hubfs/481605/2015-Dev/images/cta-bg-parttern.jpg) repeat scroll 0 0;
}
.homeClient .innerWrap {
    padding: 0px;
}
.homeClientBar {
    background: none;
    display: block;
    width: 100%;
    border-collapse: collapse;
    vertical-align: middle;
    height: 100%;
    max-height:175px!important;
}
.homeClientBar .white {background:var(--color-white);padding:20px 60px;}
.homeClientBar .orange {background: var(--color-orange) ;padding:20px 20px;}
.homeClientBar .orange a {
    color:var(--color-black);
    text-decoration:none;
    text-transform:uppercase;
    font-weight:700;
    font-size:18px;
    font-family:var(--font-family);
    padding:20px 2px;
    display:block;
    margin-top:0px;
}
.homeClientBar .orange a img {
    margin: -3px 0 0 10px !important;
    vertical-align: middle !important;
}
.homeClientBar .box {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    height: 100%;
    float: none;
    max-height:175px;
}
 
.homeClientBar .box h4 {
    color: var(--color-blue);
    font-weight:600;
    line-height:125%!important;
}
.homeClientBar .box p {
    color:var(--color-blue);
    font-weight:300;
    line-height:125%!important;
}

@media screen and (max-width:820px) {
    .homeClientBar .white {background:var(--color-white);padding:20px 20px;}
    .homeClientBar .orange a {font-size:16px;}
}
@media screen and (max-width:767px) {
    .homeClient {
        background: var(--color-white);
    }
    .homeClientBar {
        height: 100%;
        max-height:none!important;
    }
    .homeClientBar .span1 {
        display:none!important;
    }
    .homeClientBar .span8, .homeClientBar .span1, .homeClientBar .span3 {
        width:100%;
        display:block;
        float:none;
        height:100%!important;
    }    
    .homeClientBar .box {
        max-height:none!important;
        height:100%!important;
        display:block;
        padding:20px 0;
    }
    .homeClientBar .white {
        background: #fff none repeat scroll 0 0;
        padding: 0px 20px 0px;
    }
    .homeClientBar .orange {
        background:#fff;
        padding:20px 20px 20px;
        margin:0 auto;
        width:100%;
    }
    .homeClientBar .orange a {
        color:var(--color-white);
        text-decoration:none;
        text-transform:uppercase;
        font-weight:700;
        font-size:16px;
        font-family:var(--font-family);
        padding:12px 13px;
        display:block;
        margin:0px;
        background:#d06f1b;
        box-shadow:1px 1px 1px var(--color-text);
        border-radius: var(--base-radius);
        max-width:240px;
        text-align:center;
    }
}

/* Home About Section */
.homeAbout {
    background-color: var(--color-blue);
    background:url(http://cdn2.hubspot.net/hubfs/481605/2015-Dev/images/blue-diagonal-pattern4.jpg) repeat scroll left top var(--color-blue) !important;
    background-blend-mode: overlay;
}
.homeAbout .cta:hover {
    background-color: var(--color-blue-dark);
    color: var(--color-white);
}
.homeAbout h3 {
    font-family: var(--font-family);
    color:var(--color-orange);
    font-size:36px;
    margin:0 0 14px;
}
.homeAbout h4 {
    font-family: var(--font-family);
    font-weight:700;
    color:var(--color-white);
    font-size:18px;
    margin:0px 0 4px;
}
.homeAbout p {
    font-family: var(--font-family);
    font-weight:300;
    color:var(--color-white);
    font-size:18px;
    line-height:130%;
}

@media screen and (max-width:767px) {
    .homeAbout h3 {
        font-size:26px;
    }    
    .homeAbout h4 {
        font-size:17px;
    }
}
@media screen and (max-width:600px) {
    .homeAbout h3 {
        font-size:23px;
    }    
    .homeAbout h4 {
        font-size:17px;
    }
}

/* Home Projects Section */

.homeProjects {
    background-color:#052E44;
    background-size:cover;
    padding: 0;
    display: block;
    background-position: center top;
    background-attachment: fixed;
    position: relative;
    background-image: url(http://cdn2.hubspot.net/hubfs/481605/dodgertown-blue.jpg);
    overflow: hidden;
    width: 100%;
    margin: 0;
}

.homeProjects h2.title {
    margin:50px auto 15px!important;
}
.homeProjects p {
    font-family: var(--font-family);
    font-weight:300;
    color:var(--color-white);
    font-size:26px;
    line-height:140%;
    text-align:center;
    margin:14px 0 24px!important;
}

#industryDropdown, #systemDropdown, #locationDropdown, #repStateDropdown {
    width:100%;
    max-width:300px;
    margin:20px auto!important;
    display:block;
    background-color:#dae2df;
    font-size:17px;
    text-transform:uppercase;
    padding:7px 18px;
    font-family:var(--font-family);
    color:var(--color-text);
    font-weight:700;
    border:0px solid #fff;
    box-shadow:0px 0px 0px #fff;
}

/* Home Document Library Section */
.homeDocuments {
    background-color: var(--color-blue);
    background:url(http://cdn2.hubspot.net/hubfs/481605/2015-Dev/images/blue-diagonal-pattern4.jpg) repeat scroll left top var(--color-blue)!important;
    background-blend-mode: overlay;
    color:var(--color-white);
    font-size:20px;
    font-weight:600;
    font-family: var(--font-family);
}
.homeDocuments .cta:hover {
    background-color: var(--color-blue-dark);
    color: var(--color-white);
}
.homeDocuments .cont {
    background:rgba(255,255,255,0.4);
    border-radius: var(--base-radius);
    padding:40px;
    margin-top:20px;
    margin-bottom:20px;
    min-height:376px;
}
.homeDocuments .cont a {
    display:block;
    padding-bottom:12px;
    text-decoration:none;
    color:var(--color-white);
    padding-bottom:25px!important;
}
.homeDocuments .cont p {
    padding:10px 0 0;
    font-size:14px!important;
    line-height:110%!important;
}
.homeDocuments .cont a p {
    padding-bottom:0px!important;
    margin:0!important;
}
.homeDocuments .cont img {
    margin: 0px 16px 0 0!important;
    vertical-align: middle;
}
/***** Responsive homeDocuments Section *****/
@media screen and (max-width:767px) {
    .homeDocuments {
        font-size:18px;
    }
    .homeDocuments .cont {
        background:rgba(255,255,255,0.6);
        padding:20px;
        min-height:none;
        width:80%;
        margin:20px auto!important;
        min-height:200px!important;
    }    
}
@media screen and (max-width:480px) {
    .homeDocuments .cont {
        width:100%;
    }
}

/***************************************/
/*--------| PRODUCTS OVERVIEW |--------*/

/* Memebranes */
.productMembrane {
    background-color: var(--color-blue);
    background:url(http://cdn2.hubspot.net/hubfs/481605/2015-Dev/images/blue-diagonal-pattern4.jpg) repeat scroll left top var(--color-blue) !important;
    background-blend-mode: overlay;
    padding-bottom:35px;
}
.productMembrane .cta:hover {
    background-color: var(--color-blue-dark);
    color: var(--color-white);
}
.productMembrane h2 {
    font-family: var(--font-family);
    color:var(--color-white);
    font-size:36px;
    margin:0 0 24px;
    text-align:center;
    margin:30px auto 30px;
}
.productMembrane h2.title {
    color: var(--color-white);
    font-size: 65px;
    font-weight: 700 !important;
    line-height: 1em;
    margin: 50px auto !important;
    padding: 0;
    text-align: center;
    text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.3);
}
.productMembrane h3 {
    font-family: var(--font-family);
    color:var(--color-white);
    font-size:26px;
    margin:0px;
    font-weight:300;
    text-align:center;
}
.productMembrane h4 {
    font-family: var(--font-family);
    font-weight:700;
    color:var(--color-white);
    font-size:18px;
    margin:0px 0 4px;
    text-align:center;
}
.productMembrane p {
    font-family: var(--font-family);
    font-weight:300;
    color:var(--color-white);
    font-size:18px;
    line-height:130%;
    margin:0;
}

.dataSheets {
    text-align:center;
}
.dataSheets a {
    font-size:13px!important;
    margin:0 0 14px;
}

.productMembrane .color-options {
    width:100%;
    max-width:960px;
    margin:0 auto 40px!important;
    float:none;
    display:block;
}

@media screen and (max-width:767px) {
    .productMembrane h2.title {
        font-size: 50px;
    }
    .productMembrane h2 {
        font-size:30px;
        margin:20px auto 20px;
    }
    .productMembrane h3 {
        font-size:23px;
    }    
    .productMembrane h4 {
        font-size:18px;
    }
    .productMembrane .color-options {
        width:100%;
        max-width:152px;
        margin:0px auto 40px!important;
        float:none;
        display:block;    
    }
}
@media screen and (max-width:600px) {
    .productMembrane h2.title {
        font-size: 36px;
    }
    .productMembrane h2 {
        font-size:24px;
    }
    .productMembrane h3 {
        font-size:20px;
    }    
    .productMembrane h4 {
        font-size:17px;
    }
}

/* Unique Interior Section Styles
************************************/

/* --- Swatch Gallery --- */

.swatchBox {
    /*max-width: 768px; */
	max-width: 900px;
	margin: 0px auto 30px !important; 
	float: none !important;
	}

.swatchBox h3 {
	font-size: 36px !important;
	font-weight: 300 !important;
	text-align: center !important;
	margin-bottom: 50px !important;
	}

.colorSwatchListing {
	/*width: 300px;
	padding: 5px 5px 30px 5px;*/
	margin: 0px;
	text-align:center;
	}
.colorSwatch {
	height: 60px; 
	width: 60px; 
	border-radius: 3px; 
	border: 2px solid #000;  
	float: none;
	margin: 0 auto 0;
	}
.colorName {
	/*padding: 18px 0px 0px 12px;*/
	font-size: 22px;
	line-height: 50px;
	color: #FFF;
	}

.matchButton {
	margin: 50px auto 40px;
	background: #fcd12c url(http://cdn2.hubspot.net/hubfs/481608/graphics/largeButtonBack.png) no-repeat top right; 
	border-radius: 3px; 
	padding: 12px 12px; 
	color: #333 !important; 
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	width: 300px;
	height: 45px; 
	box-shadow: 0px 2px rgba(0,0,0,.2);
	}
.matchButton a {
	color:#333 !important;
}


/* Systems */
.productSystems {
    background-image:url(http://cdn2.hubspot.net/hubfs/481605/2015-Dev/images/products-system-bg.jpg);
    background-repeat:repeat-y;
    background-size:cover;
    background-attachment: fixed;
    padding-bottom:35px;
}
.productSystems h3 {
    font-family: var(--font-family);
    font-size:23px!important;
    font-weight:300!important;
    color:var(--color-white)!important;
    text-align:center!important;
    margin-top:25px;
}
.productSystems p { 
    font-family: var(--font-family);
    font-size:18px!important;
    font-weight:300!important;
    color:var(--color-white)!important;
    line-height:140%!important;
    min-height:180px;
}
.productSystems a {
    margin:0 0 14px;
}
@media screen and (max-width:1020px) {
    .productSystems p {
        font-size:17px!important;
    }
}
@media screen and (max-width:767px) {
    .productSystems img {
        text-align:center;
        margin:20px auto!important;
        display:block;
        max-width:270px!important;
    }
    .productSystems p {
        line-height:130%!important;
        text-align:center;
        min-height:10px;
    }    
}
@media screen and (max-width:600px) {
    .productSystems {
        background-image:url(http://cdn2.hubspot.net/hubfs/481605/2015-Dev/images/products-system-bg.jpg);
        background-repeat:repeat-y;
        background-attachment: scroll;
    }
    .productSystems p {
        font-size:var(--font-size-small);
    }    
}

/* Accessories */
.productAccessories {
    background-color: var(--color-blue);
    background:url(http://cdn2.hubspot.net/hubfs/481605/2015-Dev/images/blue-diagonal-pattern4.jpg) repeat scroll left top var(--color-blue) !important;
    background-blend-mode: overlay;
    padding-bottom:50px;
}
.productAccessories .cta:hover {
    background-color: var(--color-blue-dark);
    color: var(--color-white);
}
.productAccessories .product-acc-box {
    margin-bottom:40px;
}
.productAccessories img {
    width:100%;
    max-height:150px;
    height: auto;
    margin-bottom:20px;
    margin-top:3px;
}
.productAccessories h3 {
    font-family: var(--font-family);
    font-size:24px!important;
    font-weight:600!important;
    color:var(--color-white)!important;
    margin:0px 0 14px;
}
.productAccessories p { 
    font-family: var(--font-family);
    font-size:18px!important;
    font-weight:300!important;
    color:var(--color-white)!important;
    line-height:140%!important;
}
.productAccessories a:not(.backToTopWrap) {
    margin:0 0 14px;
    color:rgba(255,255,255,1);
}
.productAccessories a:not(.backToTopWrap):hover {
    color:rgba(255,255,255,0.7);
}

@media screen and (max-width:767px) {
    .productAccessories img {
        width:100%;
        min-height:200px!important;
        width:270px!important;
        text-align:center!important;
        margin:15px auto 20px!important;
        display:block!important;
    }
    .productAccessories h3, .productAccessories p, .productAccessories a { 
        text-align:center!important;    
    }
    .productAccessories a {
        display:block;
        margin:0 auto 6px!important;
    }
}



/**************************************/
/*--------| ABOUT US |--------*/
.about-hero-left {
    width:50%;
    float:left;
    padding:20px 50px;
    border-right:1px solid #fff;
}
.about-hero-right {
    width:50%;
    float:left;
    padding:20px 50px;
}

.about-hero-left h4, .about-hero-right h4 {
    font-family: var(--font-family);
    font-weight:700!important;
    font-size:17px!important;
    line-height:100%!important;
    margin:0!important;
    padding:2px 0 2px!important;
    text-transform:none!important;
    color: #fff;
}
.about-hero-left p, .about-hero-right p {
    font-family: var(--font-family);
    font-weight:300!important;
    font-size:17px!important;
    line-height: var(--line-height-p);
    padding-top:10px;
}
@media screen and (max-width:880px) {
    .about-hero-left p, .about-hero-right p {
        font-size: var(--font-size-small);
        line-height: 130% !important;
    }
    .aboutCTA .cta {
        display: inline-block;
        background-color: var(--color-orange);
        height: 50px;
        border-radius: 5px;
        line-height: 53px;
        font-size: 15px;
        text-transform: uppercase;
        color: var(--color-black);
        font-family:var(--font-family);
        white-space: nowrap;
        padding: 0 20px;
        text-decoration: none;
        font-weight: 700;
        box-sizing: border-box;
        position: relative;
    }
    .aboutCTA .cta.hasIcon {
        padding: 0 90px 0 15px;
    }
    .aboutCTA .cta .btnIcon {
        position: absolute!important;
        height: 50px!important;
        width: 70px!important;
        top: 0!important;
        right: 0!important;
        background: no-repeat center center rgba(255,255,255,0.3);
        display: block;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
}
@media screen and (max-width:767px) {
    .about-hero-left p, .about-hero-right p {
        font-size: var(--font-size-small);
        line-height: 130% !important;
    }
    .about-hero-left {
        border-right:0px solid #fff;
        width:90%;
        margin:10px auto!important;
        float:none!important;
        text-align:center;
        padding:20px 40px;
    }
    .about-hero-right {
        width:90%;
        margin:10px auto!important;
        float:none!important;
        text-align:center;
        padding:20px 40px;
    }
}
@media screen and (max-width:600px) {
    .about-hero-left p, .about-hero-right p {
        font-size: var(--font-size-small);
        line-height: 130% !important;
    }
    .about-hero-left {
        border-right:0px solid #fff;
        width:100%;
        padding:10px 0px;
    }
    .about-hero-right {
        width:100%;
        padding:10px 0px;
    }
    .aboutCTA .cta {
        display: inline-block;
        background-color: var(--color-orange);
        height: 40px;
        border-radius: 5px;
        line-height: 43px;
        font-size: 14px;
        text-transform: uppercase;
        color: var(--color-black);
        font-family:var(--font-family);
        white-space: nowrap;
        padding: 0 10px;
        text-decoration: none;
        font-weight: 700;
        box-sizing: border-box;
        position: relative;
    }
    .aboutCTA .cta.hasIcon {
        padding: 0 60px 0 10px;
    }
    .aboutCTA .cta .btnIcon {
        position: absolute!important;
        height: 40px!important;
        width: 50px!important;
        top: 0!important;
        right: 0!important;
        background: no-repeat center center rgba(255,255,255,0.3);
        display: block;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
}

/* 25 Year Roofs */
.aboutYears {
    background-color: var(--color-blue);
    background:url(http://cdn2.hubspot.net/hubfs/481605/2015-Dev/images/blue-diagonal-pattern4.jpg) repeat scroll left top var(--color-blue) !important;
    padding-bottom:50px;
    background-blend-mode: overlay;
}
.aboutYears .cta:hover {
    background-color: var(--color-blue-dark);
    color: var(--color-white);
}

.aboutYears h3 {
    font-size:26px; 
    color:var(--color-white)!important;
    font-weight:300!important;
    padding-bottom:10px;
    margin:0!important;
    font-family: var(--font-family);
    text-align:center;
    line-height:130%;
}
.aboutYears h4 {
    font-family: var(--font-family);
    font-size:18px!important;
    color:var(--color-white)!important;
    font-weight:700!important;
}
.aboutYears p {
    font-family: var(--font-family);
    font-size:18px!important;
    color:var(--color-white)!important;
    font-weight:300!important;
    margin:0!important;
    padding:0 0 4px!important;
    line-height:120%!important;
}
.aboutYears img {
    width:100%;
    min-height:185px;
}
.aboutYears a {
    /*max-width:250px;*/
    margin-top:15px;
}

.aboutYears .yearbottom {text-align:center;margin-top:80px;}

@media screen and (max-width:767px) {
    .aboutYears .yearbottom {margin-top:40px;}
    .aboutYears h3 {
        font-size:20px;
    }
    .aboutYears h4 {
        text-align:center!important;
    }
    .aboutYears p {
        text-align:center!important;
    }
    .aboutYears img {
        max-width:400px!important;
        text-align:center!important;
        margin:15px auto 0;
        float:none;
        display:block;
    }
    .aboutYears .backToTopWrap span.backToTop img {display:initial!important;}
}
@media screen and (max-width:480px) {
    .aboutYears h3 {
        font-size:17px;
    }    
}

/* Testimonials */
.aboutTestimonials {
    background-image:url(http://cdn2.hubspot.net/hubfs/481605/2015-08-13-blue.jpg);
    background-color:var(--color-blue);
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment: fixed;
    padding-bottom:40px;
}
.aboutTestimonials h2.title {
    margin-bottom:15px!important;
}
.aboutTestimonials h3 {
    font-family: var(--font-family);
    font-weight:300!important;
    font-size:26px!important;
    margin:0 0 30px!important;
    padding:0!important;
    color:var(--color-white)!important;
    text-align:center!important;
}
.aboutTestimonials .video-box {
    margin-bottom:50px;
    color:var(--color-white)!important;
}
.aboutTestimonials .video-box img {
    display:block;
}
@media screen and (max-width:1000px) {
    .aboutTestimonials .video-box img {
        min-height:0px;
       /* height:100%; */
        height: auto;
    }    
}
@media screen and (max-width:767px) {
    .aboutTestimonials {
        text-align:center!important;
    }
    .aboutTestimonials .video-box, .aboutTestimonials .video-box img {
        text-align:center!important;
        margin:10px auto!important;
        display:block;
    }
}

/* Sustainability */
.aboutSustainability {
    background-color: var(--color-blue);
    background:url(http://cdn2.hubspot.net/hubfs/481605/2015-Dev/images/blue-diagonal-pattern4.jpg) repeat scroll left top var(--color-blue) !important;
    background-blend-mode: overlay;
    padding-bottom:40px;
}
.aboutSustainability .cta:hover {
    background-color: var(--color-blue-dark);
    color: var(--color-white);
}
.aboutSustainability .box {
    margin-top:12px;
    margin-bottom:12px;
    color:var(--color-white)!important;
}
.aboutSustainability .box img {
    /*min-height:140px; */
    width: 100%;
    height: auto;   
}
.aboutSustainability h3 {
    color:var(--color-white)!important;
    margin:0px 0 6px!important;
    padding:0;
    font-weight:700!important;
    line-height:110%!important;
    font-size:18px!important;
    font-family: var(--font-family);
}
.aboutSustainability p {
    color:var(--color-white)!important;
    margin:0px 0 6px!important;
    font-weight:200!important;
    line-height:130%!important;
    font-size:17px!important;
    font-family: var(--font-family);
}
/*.aboutSustainability a {
    color:var(--color-white)!important;
}*/

@media screen and (max-width:1000px) {
    .aboutSustainability .box img {
        min-height:0px;
        width: 100%;
        height:auto;
    }    
}
@media screen and (max-width:767px) {
    .aboutSustainability {
        text-align:center!important;
    }    
}

/* Associations */

.aboutAssociations {
    background-color: var(--color-blue);
	background:url(http://cdn2.hubspot.net/hubfs/481605/2015-Dev/images/blue-diagonal-pattern4.jpg) repeat scroll left top var(--color-blue) !important;
    background-blend-mode: overlay;
}
.aboutAssociations .cta:hover {
    background-color: var(--color-blue-dark);
    color: var(--color-white);
}

.aboutAssociations p {
	color: #FFF;
	text-align:center;
}

.aboutAssociationsLogos {
	background: #FFF;
	margin: 30px auto 0px;
	padding:20px 0 20px 30px;
	text-align:center;
}

.logosRow { 
	/*border: 1px solid #f00;*/
	max-width: 1180px; 
	float:none !important; 
	/*margin:0 auto 0 !important;*/
	position: relative;
	left: 50%;
	margin-left: -570px !important;*/
	}

.logoBox {
	height: 185px !important;
	width: 185px !important;
	position: relative !important;
	overflow: hidden !important;
	padding: 20px 0 0 0!important;
	margin: 0 !important;
}

.logoBox img {
	max-width: 150px !important;
	height: auto !important;
	margin: 0 auto 0 !important;
}

@media (max-width: 1220px) {
	.logosRow { 
		max-width: 1180px; 
		float:none !important; 
		/*margin:0 auto 0 !important;*/
		position: relative;
		left: 50%;
		margin-left: -490px !important;
	}	
}

@media (max-width: 1024px) {
	.logosRow { 
		max-width: 820px; 
		float:none !important; 
		position: relative;
		left: 50%;
		margin-left: -400px !important;
	}	
}

@media (max-width:767px) {
	.logosRow { 
		max-width: 700px; 
		float:none !important; 
		position: relative;
		left: 0%;
		margin-left: 0px !important;
	}
	.logoBox {
		height: 200px !important;
		float:left !important;
		width:50% !important;
		display: inline-block !important;
	}

	.logoBox img {
		max-width: 150px !important;
		height: auto !important;
	}
	.aboutAssociationsLogos {
		background: #FFF;
		margin: 30px auto 0px;
		padding:0;
		text-align:center;
	}
}

@media (max-width:600px) {
	.logosRow { 
		max-width: 500px; 
		float:none !important; 
		position: relative;
		left: 0%;
		margin-left: 0px !important;
	}
	.logoBox {
		height: 200px !important;
		float:left !important;
		width:50% !important;
		display: inline-block !important;
	}

	.logoBox img {
		max-width: 100px !important;
		height: auto !important;
	}
	.aboutAssociationsLogos {
		background: #FFF;
		margin: 30px auto 0px;
		padding:0;
		text-align:center;
	}
}

/* Warranty */
.aboutWarranty {
    background:#d5ddda;
    color:var(--color-blue-dark);
    padding-bottom:30px;
}
.aboutWarranty h2.title {
    color:var(--color-blue-dark);
    margin-bottom:10px!important;
}
.aboutWarranty p {
    color:var(--color-blue-dark);
    text-align:center;
}
.aboutWarranty a {
    display: block !important;
    margin: 0 auto !important;
    max-width: 250px;
    /* color:rgba(61, 61, 61, 0.8)!important; */
}
.aboutWarranty a.backToTopWrap {
    color: var(--color-black);
}
.aboutWarranty a.backToTopWrap:hover {
    color: var(--color-white);
}

@media screen and (max-width:600px) {
    .aboutWarranty .cta {
        display: inline-block;
        /* background:url(http://cdn2.hubspot.net/hubfs/481605/2015-Dev/images/btn-bg-fat.jpg) repeat-x top left var(--color-orange); */
        /* background-color: var(--color-orange); */
        height: 40px;
        border-radius: 5px;
        line-height: 43px;
        font-size: 14px;
        text-transform: uppercase;
        /* color: var(--color-black); */
        font-family:var(--font-family);
        white-space: nowrap;
        padding: 0 10px;
        text-decoration: none;
        font-weight: 700;
        box-sizing: border-box;
        position: relative;
    }
    .aboutWarranty .cta.hasIcon {
        padding: 0 60px 0 10px;
    }
    .aboutWarranty .cta .btnIcon {
        position: absolute!important;
        height: 40px!important;
        width: 50px!important;
        top: 0!important;
        right: 0!important;
        background: no-repeat center center rgba(255,255,255,0.3);
        display: block;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
}


/**************************************/
/*-------| INDUSTRIES PAGES |---------*/


.industryHeroText {
    font-size: 65px;
    margin: 0 auto;
    padding: 0;
    line-height: 1em;
    font-weight: 700 !important;
    text-align: center;
    color: var(--color-white);
    text-shadow: 3px 2px 5px rgba(0,0,0,0.2);
}

.industryThumb {
	position: relative;
	/*min-height: 320px;*/
	border: 1px solid #fff;
	/*padding-top:68.75%;*/
	padding:0;
	margin-bottom: 20px;
}
.industryThumb:hover {
	border: 1px solid var(--color-orange);
}

.industryThumbTitle {
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height:30%;
	background-color: hsl(from var(--color-blue) h s l / .5);
    transition: background-color var(--base-speed);
}
.industryThumb:hover .industryThumbTitle {
    background-color: var(--color-blue);
}

.industryThumbTitle h3 {
	color: #fff !important;
	font-size: 32px;
	margin: 2% 0 35% 10% !important;
	padding: 0 0 5px;
	border-bottom: 5px solid var(--color-orange);
	font-family: var(--font-family);
}

.industriesMainContent li {
	line-height: var(--line-height-p);
}

.industriesSubscribe {
	border: 0 !important;
	background: transparent !important;
	padding: 0px 15px 5px !important;
}

.industriesSubscribe h3 {
	font-size: 22px !important;
	text-align:center;
}
.industriesSubscribe form {
	margin-top: 15px;
	margin-left: 35px;
}

@media(max-width:960px) {
	.industryThumbTitle h3 {
		font-size: 28px;
	}
}
@media(max-width:840px) {
	.industryThumbTitle h3 {
		font-size: 24px;
	}
}
@media(max-width:768px) {
	.industryThumbTitle h3 {
		font-size: 36px;
	}
}
@media(max-width:600px) {
	.industryThumbTitle h3 {
		font-size: 28px;
	}
}



/**************************************/
/*-------| GENERAL INTERIOR |-------*/

.intContent h2 {
    color:var(--color-blue-dark);
    margin:0px 0px 18px;
    line-height:112%!important;
}
.intContent h3 {
    color:var(--color-blue)!important;
    line-height:110%!important;
    margin:2px 0 6px!important;
}

.intContent ul, .intContent ol {
    padding:6px 0 16px 18px;
    margin:0 0 0 20px;
}
.intContent  ul li, .intContent  ol li {
    line-height:140%;
    padding:3px 0;
}

body .body-container .interiorSidebar {
    max-width: 100%;
    background: #F5F1E3;
    padding: 0px;
    margin: 0 0 14px!important;
}

body .body-container .interiorSidebar .hs_cos_wrapper_type_cta {
    padding: 0 20px;
}

body .body-container .interiorSidebar .cta_button img {
    border: 0;
    outline: 0;
}

body .heroBanner {
    background-color: var(--color-blue-dark);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 25px 0 25px;
    margin: 0 0 15px;
}

body .heroBanner h1 {
    font-size: 65px;
    margin: 0 auto;
    padding: 0;
    line-height: 1em;
    text-align: center;
    color: var(--color-white);
    text-shadow: 3px 2px 5px rgba(0,0,0,0.2);
}
body .heroBanner h3 {
    color:var(--color-orange)!important;
    font-weight:300!important;
    font-size:28px!important;
}
@media screen and (max-width:767px) {
    body .heroBanner h1 {font-size: 60px;}
    .interiorSidebar {display:none;}
}
@media screen and (max-width:600px) {
    body .heroBanner h1 {font-size: 50px;}
    body .heroBanner {margin: 0 0 50px;}
}
@media screen and (max-width:480px) {
    body .heroBanner h1 {font-size: 40px;}
    body .heroBanner {margin: 0 0 30px;}
}

body .body-container .interiorSidebar .sidebarTopImage {
    border-top: 5px solid var(--color-orange);
}

body .body-container .interiorSidebar .hs_cos_wrapper_type_rich_text {
    padding: 20px 20px 10px 20px;
    margin: 0;
    width: 100%;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
    line-height: 24px;
    font-size:18px;
    color:var(--color-blue);
}
body .body-container .intColumnThree .hs_cos_wrapper_type_rich_text {
    padding: 0px 0px 20px 0px;
    margin: 0;
    width: 100%;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
    line-height: 24px;
    font-size:18px;
    color:var(--color-blue);
}

body .body-container .interiorSidebar ul {
    list-style: none;
    margin: 0;
    padding: 10px 20px;
    background: #f5f1e3;
    font-family:var(--font-family);
}
body .body-container .interiorSidebar ul li,
body .body-container .intColumnThree ul li {
    padding: 0;
    margin: 0;
}

body .body-container .interiorSidebar ul li.hs-menu-depth-2,
body .body-container .intColumnThree ul li.hs-menu-depth-2 {
    padding-left:20px;
}

body .body-container .interiorSidebar ul li:last-child,
body .body-container .intColumnThree ul li:last-child {
    border-bottom: 0px;
}

body .body-container .interiorSidebar ul li a {
    display: block;
    padding: 10px 5px 10px 15px;
    margin: 0;
    font-size:22px;
    color: var(--color-blue-dark);
    text-decoration: none;
    font-weight:bold!important;
}

body .body-container .interiorSidebar ul li a:hover,
body .body-container .interiorSidebar ul li.active a,
body .body-container .intColumnThree ul li a:hover,
body .body-container .intColumnThree ul li.active a {
    color: var(--color-text);
}
body .body-container .interiorSidebar ul li ul,
body .body-container .intColumnThree ul li ul {
    padding: 5px 0 5px;
    margin:2px 0 2px 22px!important;
}
/*body .body-container .interiorSidebar ul li ul li a:before {
    content: '•';
    padding-right: 10px;
    font-weight: bold;
}*/
body .body-container .interiorSidebar ul li ul li,
body .body-container .intColumnThree ul li ul li {
   background:url(http://cdn2.hubspot.net/hubfs/481605/2015-Dev/images/FT-int-bullet.png) no-repeat scroll left 14px;
   padding:0 0 2px 5px!important;
   margin:0!important;
}
body .body-container .interiorSidebar ul li ul li a,
body .body-container .intColumnThree ul li ul li a {
    display: block;
    padding:5px 10px;
    margin: 0;
    font-size:18px;
    color: var(--color-blue);
    text-decoration: none;
    font-weight:normal!important;
}
.interiorSidebar .widget-type-blog_subscribe,
.interiorSidebar .widget-type-post_listing,
.interiorSidebar .widget-type-post_filter {
    margin: 0 0 30px;
    box-sizing: border-box;
    padding: 30px 20px;
    border: 1px solid rgba(0,0,0,0.1);
    background: #f5f1ef;
}
.interiorSidebar .widget-type-post_listing ul,
.interiorSidebar .widget-type-post_filter ul,
.intColumnThree .widget-type-post_listing ul,
.intColumnThree .widget-type-post_filter ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.interiorSidebar .widget-type-post_listing ul li,
.interiorSidebar .widget-type-post_filter ul li,
.intColumnThree .widget-type-post_listing ul li,
.intColumnThree .widget-type-post_filter ul li {
    border-top: 1px solid rgba(0,0,0,0.1);
    margin: 0;
    padding: 10px 0;
}
.interiorSidebar .widget-type-post_listing ul li a,
.interiorSidebar .widget-type-post_filter ul li a,
.intColumnThree .widget-type-post_listing ul li a,
.intColumnThree .widget-type-post_filter ul li a {
    font-size: 16px;
    text-decoration: none;
}

/* Third Column System Interior */
.intColumnThree {
    background:#fff;
    padding:0px 20px 20px;
}

/* System Options Area */
.systemOptions {
    background:#dae2df!important;
    padding-top:40px;
}
body .body-container .intColumnThree h2 {
    font-size: 30px;
    margin:18px 0 10px;
}
body .body-container .intColumnThree h3 {
    margin:5px 0 5px;
    font-size:22px;
}
body .body-container .intColumnThree ul {
    list-style: none;
    margin: 0;
    padding: 0px 5px 10px 15px;
    background: var(--color-white)!important;
    font-family:var(--font-family);
}
body .body-container .intColumnThree ul li a {
    display: block;
    padding: 5px 0px;
    margin: 0;
    font-size:18px!important;
    color: var(--color-blue)!important;
    text-decoration: none;
    font-weight:normal!important;
}
/*body .body-container .intColumnThree ul li a:before {
    content: '•';
    padding-right: 0px;
    font-weight: bold;
}*/
body .body-container .intColumnThree ul li {
    padding:0 0 0 17px;
    background:url(http://cdn2.hubspot.net/hubfs/481605/2015-Dev/images/FT-int-bullet.png) no-repeat scroll left 14px;
}

.intColumnThree .widget-type-blog_subscribe,
.intColumnThree .widget-type-post_listing,
.intColumnThree .widget-type-post_filter {
    margin: 0 0 30px;
    box-sizing: border-box;
    padding: 20px 0px;
    border: 1px solid rgba(0,0,0,0.1);
    background: var(--color-white)!important;
}

@media screen and (max-width:1100px) {
    body .body-container .intColumnThree h2 {
        font-size: 22px;
    }
    body .body-container .intColumnThree h3 {
        font-size:20px;
    }    
    body .body-container .intColumnThree ul {
        padding: 0px 10px 10px 10px;
    }
}

/* Featured Video Block on Interiors with no Sidebar */
.int-video-feature {
    background:#F5F1E3!important;
    padding:20px!important;
}

/* System Options Thumbnail Gallery */

/* ----------| following is SeamanCorp Code swapped in |---------- */

/*
 * jQuery FlexSlider v2.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)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none; list-style-position: inside;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; height: auto !important; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-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 */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 10px; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* slide thumbs */
.slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li {
    width: 170px;
    margin: 0 10px 10px!important;
}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(http://cdn2.hubspot.net/hubfs/481605/orangeArrows.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(http://cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {
    bottom: 0;
    display: block !important;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 998 !important;
}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #000; background: rgba(204,222,3,0.7); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(204,222,3,0.8); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(204,222,3,0.95); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: black;
    position: static;
    font-size: 25px!important;
    line-height: 1.1em;
    color: white;
    padding: 10px 5% 0px 5%;
    width: 100%;
    top: 85%!important;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 25px!important;
    line-height: 1.1em;
    position: absolute;
    padding: 10px 5% 0px 5%;
    width: 90%;
    top: 85%!important;
    text-align: center;
    background-color: transparent;
}
@media screen and (max-width:980px) {
.hs_cos_flex-slider .caption, .hs_cos_flex-slider .superimpose .caption {font-size: 22px!important;}    
}
@media screen and (max-width:767px) {
.hs_cos_flex-slider .caption, .hs_cos_flex-slider .superimpose .caption {font-size: 20px!important;}    
}
@media screen and (max-width:600px) {
.hs_cos_flex-slider .caption, .hs_cos_flex-slider .superimpose .caption {font-size: var(--font-size-small);}    
}
@media all and (max-width: 480px) {
    .hs_cos_flex-slider .caption, .hs_cos_flex-slider .superimpose .caption {font-size: 14px!important;top: 75%!important;}
    .hs_cos_flex-slider .caption {
        line-height: 1.1em;
        width: 100%;
        top: 76%!important;
        text-align: center;
    }
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}



/* ----------|    END of SeamanCorp FlexSlider Code    |---------- */  

/* System Options Sidebar with Colors and Patterns */
.intSystemOptionsSide {padding:0;}
.intSystemOptionsSide h2 {margin-bottom:20px;margin-top:0px;}
.intSystemOptionsSide h3 {
    font-family: var(--font-family);
    font-weight:bold!important;
    color:var(--color-blue-dark);
    margin:5px 0 5px;
    padding:0;
}
.intSystemOptionsSide ul {
    list-style-type:none!important;
    padding:0;
    margin:14px 0 6px;
}
.intSystemOptionsSide ul li {
    margin:5px 0;
    display:block;
    padding:5px 0;
    min-height:30px;
    color:var(--color-blue)!important;
}
.intSystemOptionsSide ul li img {
    vertical-align:middle!important;
    margin: -4px 16px 0 0;
}


/***************************************************/
/*---------| Landing Page General |----------*/
body .lp p {
    margin:2px 0 20px!important;
}
body .lp ul, body .lp ol {
    margin:5px 0 18px 15px;
}
body .lp ul li, body .lp ol li {
    padding:5px 0!important;
    margin:0;
}
.gen-form-cont {
    background:#f9f7ee!important;
    padding:20px!important;
    max-width:940px!important;
    width:100%!important;
    margin:40px auto !important;
    float:none!important;
    font-family: var(--font-family);
}
.gen-sideform-cont {
    padding:20px!important;
}
.gen-form-cont h3.form-title, .gen-sideform-cont h3.form-title {
    color: var(--color-blue-dark);
    font-family: var(--font-family);
    font-size: 23px;
    font-weight: 700;
    line-height: 1em;
    margin: 20px 0 6px;
}
.gen-lp-sideform-content ul li, .gen-lp-sideform-content ol li {
    padding:5px 0;
}
.gen-form-cont .hs-form fieldset, .gen-sideform-cont .hs-form fieldset {
    display: block !important;
    max-width: 100% !important;
    min-height: 10px !important;
}
.gen-form-cont .hs-form fieldset.form-columns-1 .hs-form-field, .gen-sideform-cont .hs-form fieldset.form-columns-1 .hs-form-field {
    width: 95%!important;
    float:none!important;
    margin:0 auto!important;
}
.gen-form-cont .hs-form fieldset.form-columns-2 .hs-form-field {
    float: left;
    margin-right: 1%!important;
    margin-left: 3%!important;
    width: 45%!important;
}
.gen-form-cont form label, .gen-sideform-cont form label {
    color: var(--color-blue)!important;
    text-transform:uppercase!important;
    font-weight:300!important;
    font-size:var(--font-size-small);
    padding:20px 0 1px!important;
    margin:0!important;
    border-radius: var(--base-radius);
    text-align:left!important;
    display:inline-block!important;
}
.gen-form-cont form .input label, .gen-sideform-cont form .input label {
    color: var(--color-text) !important;
}
.gen-form-cont ul, .gen-sideform-cont ul {
    list-style-type: none!important;
    margin:0!important;
    padding:0!important;
}
.gen-form-cont form.hs-form input[type="text"], .gen-form-cont form.hs-form input[type="email"],
.gen-form-cont form.hs-form select, .gen-form-cont form.hs-form textarea,
.gen-form-cont form.hs-form .email-correction {
    float: left !important;
    width: 100%!important;
}
.gen-sideform-cont form.hs-form input[type="text"], .gen-sideform-cont form.hs-form input[type="email"], .gen-sideform-cont form.hs-form select, .gen-sideform-cont form.hs-form textarea, .gen-sideform-cont form.hs-form .email-correction {
    float: left !important;
    font-size: 16px;
    min-height: 20px;
    padding: 10px;
    width: 100% !important;
}
.gen-form-cont textarea, .gen-form-cont input[type="text"],
.gen-form-cont input[type="password"], .gen-form-cont input[type="datetime"],
.contact-form-2014 input[type="datetime-local"], .gen-form-cont input[type="date"],
.gen-form-cont input[type="month"], .gen-form-cont input[type="time"],
.gen-form-cont input[type="week"], .gen-form-cont input[type="number"],
.gen-form-cont input[type="email"], .gen-form-cont input[type="url"],
.gen-form-cont input[type="search"], .gen-form-cont input[type="tel"],
.gen-form-cont input[type="color"] select {
    box-sizing: border-box;
    display: inline-block;
    font-size: var(--font-size-small);
    font-weight:300!important;
    height: auto !important;
    min-height: 45px !important;
    padding: 11px 7px 11px!important;
    width: 100%;
    border:1px solid #B6DEEA;
    border-radius: var(--base-radius);
    position:relative;
    z-index:1;
}
.gen-sideform-cont textarea, .gen-sideform-cont input[type="text"],
.gen-sideform-cont input[type="password"], .gen-sideform-cont input[type="datetime"],
.gen-sideform-cont input[type="datetime-local"], .gen-sideform-cont input[type="date"],
.gen-sideform-cont input[type="month"], .gen-sideform-cont input[type="time"],
.gen-sideform-cont input[type="week"], .gen-sideform-cont input[type="number"],
.gen-sideform-cont input[type="email"], .gen-sideform-cont input[type="url"],
.gen-sideform-cont input[type="search"], .gen-sideform-cont input[type="tel"],
.gen-sideform-cont input[type="color"] select {
    box-sizing: border-box;
    display: inline-block;
    font-size: var(--font-size-small);
    font-weight:300!important;
    height: auto !important;
    min-height: 45px !important;
    padding: 11px 7px 11px!important;
    width: 100%;
    border:1px solid #B6DEEA;
    border-radius: var(--base-radius);
    position:relative;
    z-index:1;
}
.hs-field-desc {
    display: inline-block;
    font-size: var(--font-size-small);
    font-weight:300!important;
}
.gen-form-cont .btn-primary, .gen-form-cont .hs-button.primary {
    -moz-user-select: none !important;
    background-color: var(--color-orange);
    background-image: none !important;
    border: 0px solid #15768f !important;
    border-radius: var(--base-radius);
    box-shadow: 0 0 #000 inset !important;
    color: var(--color-black);
    cursor: pointer !important;
    display: block !important;
    font-size: 20px !important;
    float:none!important;
    font-weight: 900!important;
    height: auto !important;
    line-height: 25px !important;
    margin: 30px auto !important;
    padding: 14px 10px !important;
    text-align: center !important;
    text-decoration: none !important;
    /* text-shadow: 2px 1px #78797B !important; */
    width: 500px !important;
    transition: all var(--base-speed) 0s;
    -moz-transition: all var(--base-speed) 0s;
    -webkit-transition: all var(--base-speed) 0s;
    -o-transition: all var(--base-speed) 0s;
    position:relative;
    z-index:1;
}
.gen-form-cont .hs-form fieldset.form-columns-1 .hs-form-field .btn-primary, .gen-form-cont .hs-form fieldset.form-columns-1 .hs-form-field .hs-button.primary {
    display:inline-block!important;
    width:100%!important;
    position:relative;
    z-index:1;
}
.gen-sideform-cont .btn-primary, .gen-sideform-cont .hs-button.primary {
    background-color: var(--color-orange);
    background-image: none !important;
    border: 0px solid #15768f !important;
    border-radius: var(--base-radius);
    box-shadow: 0 0 #000 inset !important;
    color: var(--color-black);
    cursor: pointer !important;
    display: inline-block !important;
    font-size: 20px !important;
    float:none!important;
    font-weight: 900!important;
    height: auto !important;
    line-height: 25px !important;
    margin: 35px 0 25px!important;
    padding: 14px 10px !important;
    text-align: center !important;
    text-decoration: none !important;
    /* text-shadow: 2px 1px #78797B !important; */
    width: 100%!important;
    transition: all var(--base-speed) 0s;
    -moz-transition: all var(--base-speed) 0s;
    -webkit-transition: all var(--base-speed) 0s;
    -o-transition: all var(--base-speed) 0s;
    position:relative;
    z-index:1;
}
.gen-form-cont .btn-primary:hover, .gen-form-cont .hs-button.primary:hover,
.gen-sideform-cont .btn-primary:hover, .gen-sideform-cont .hs-button.primary:hover {
    background:var(--color-blue)!important;
    color: var(--color-white) !important;
}

@media screen and (max-width:767px) {
    .gen-form-cont .btn-primary, .gen-form-cont .hs-button.primary {
        width: 90%!important;
    }
    .gen-form-cont .hs-form fieldset.form-columns-2 .hs-form-field {
        float: none;
        margin-right: 0%!important;
        margin-left: 0%!important;
        width: 100%!important;
    }
}

/**************************************************/
/*--------| FiberTite Main Blog (General) |-------*/
.blog .heroBanner {
    background-image: url(http://cdn2.hubspot.net/hubfs/481605/Amway_Center.jpg);
    margin-bottom: 40px;
    padding:50px 0;
}

.blog .heroBanner h1 a {
    color: var(--color-white);
    text-decoration: none;
}

.blog .heroBanner h1 a:hover {
    color: rgba(255,255,255,0.75);
}

.featuredShareWrap {
    position: relative;
}

.featuredShareWrap .hs-featured-image {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    max-height:350px;
}

.featuredShareWrap .socialShareWrap {
    box-sizing: border-box;
    width: 440px;
    padding: 0 0 0 20px;
    background: rgba(255,255,255,0.5);
    margin: 0;
    text-align: center;
    position: absolute;
    bottom: 50px;
    right: 0;
}

.featuredShareWrap .socialShareWrap .fb_iframe_widget span {
    vertical-align: top !important;
}
.featuredShareWrap .socialShareWrap #___plusone_0 {
    width: 60px !important;
}
.post-item {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.post-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
#hubspot-author_data {
    font-size: 14px;
    text-transform: uppercase;
}
.blogAvatar {
    width: 35px;
    height: auto;
    border-radius: 50%;
    vertical-align: middle;
}
.post-header h1 {
    color: var(--color-blue);
    font-size: 48px;
    line-height: 125%;
    text-align: left;
    margin:0 0 20px!important;
    text-shadow:0px 0px 0px #fff;
}
@media screen and (max-width:767px) {
   .post-header h1 {
       font-size: 38px;
    }
    .blog .heroBanner h1 {
        font-size:50px;
    }
}
@media screen and (max-width:600px) {
    .blog .heroBanner {
        margin-bottom: 30px;
        padding:40px 0;
    }
   .post-header h1 {
       font-size: 30px;
    }
    .blog .heroBanner h1 {
        font-size:36px;
    }
}
.post-header h2,
.post-header h2 a {
    margin: 0 0 30px;
    color: var(--color-blue)!important;
    text-decoration:none;
}

.social-sharing-wrapper {
    margin-bottom: 30px;
}

.post-item .post-body {
    padding:20px 0 0;
}
.blog .post-body p {
    margin:2px 0 30px!important;
}
.blog .post-body ul, .blog .post-body ol {
    padding:6px 0 16px 18px;
    margin:0 0 0 20px;
}
.blog .post-body ul li, .blog .post-body ol li {
    padding:3px 0!important;
    margin:0;
    line-height:140%;
}

.post-item .more-link {
    height: 60px;
    line-height: 61px;
    padding: 0 92px 0 30px;
}
.post-item .more-link .btnIcon {
    width: 52px;
    height: 52px;
}
.blog-pagination {
    padding: 40px 0 0;
    margin-top: 50px;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.blog-pagination a {
    display: inline-block;
    background: var(--color-orange);
    margin: 0 10px 20px 0;
    padding: 10px 15px;
    border-radius: 3px;
    color: var(--color-black);
    font-family:var(--font-family);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    transition: all var(--base-speed);
}

.blog-pagination a:hover {
    background: var(--color-blue);
    color: var(--color-white);
}

.blog-sidebar .widget-type-blog_subscribe,
.blog-sidebar .widget-type-post_listing,
.blog-sidebar .widget-type-post_filter,
.blog-sidebar .widget-type-rich_text {
    margin: 0 0 30px;
    box-sizing: border-box;
    padding: 30px 20px;
    border: 1px solid rgba(0,0,0,0.1);
    background: #f5f1ef;
}
.blog-sidebar .widget-type-post_listing ul,
.blog-sidebar .widget-type-post_filter ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-sidebar .widget-type-post_listing ul li,
.blog-sidebar .widget-type-post_filter ul li {
    border-top: 1px solid rgba(0,0,0,0.1);
    margin: 0;
    padding: 10px 0;
}
.blog-sidebar .widget-type-post_listing ul li a,
.blog-sidebar .widget-type-post_filter ul li a {
    font-size: 16px;
    text-decoration: none;
}

.blog-sidebar .widget-type-blog_subscribe input:not([type="submit"]) {
    box-sizing: border-box;
    display: inline-block;
    font-size: var(--font-size-small);
    font-weight: 300!important;
    height: auto !important;
    min-height: 45px !important;
    padding: 11px 7px 11px!important;
    width: 100%;
    border: 1px solid #b6deea;
    border-radius: 4px;
    font-family: inherit;
}

.blog-sidebar .widget-type-blog_subscribe input[type="submit"] {
    background-color: var(--color-orange) !important;
    background-image: none !important;
    border: 0px solid #15768f !important;
    border-radius: var(--base-radius);
    box-shadow: 0 0 #000 inset !important;
    color: var(--color-black) !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-size: 20px !important;
    float: none!important;
    font-weight: 900!important;
    height: auto !important;
    line-height: 25px !important;
    margin: 10px 0 0 !important;
    padding: 10px !important;
    text-align: center !important;
    text-decoration: none !important;
    /* text-shadow: 2px 1px #78797B !important; */
    width: 100%!important;
    transition: all var(--base-speed);
}
.blog-sidebar .widget-type-blog_subscribe input[type="submit"]:hover {
    background:var(--color-blue)!important;
    color: var(--color-white) !important;
}

/* Author Styles */
/*============================*/
.blog-content .hs-author-bio-container {
    min-height:125px;
    border: 1px solid #cccccc;
    padding:20px;
    font-family: var(--font-family);
    color:#333e48;
    font-weight:300;
    font-size:16px;
}
.blog-content .hs-author-avatar {
    display:block;
    float:left;
}
.blog-content .hs-author-bio-container img {
    border-radius:45px;
    box-shadow:0px 2px 5px #cccccc;
    margin:0px 25px 0 0;
}
.blog-content .hs-author-social-section {
    margin:18px 0 0;
    font-weight:400;
}

.hs-author-profile .hs-author-avatar {
	max-width: 250px;
	padding: 5px 20px 20px 0px;
	height: auto;
	overflow: hidden;
}

@media (max-width: 480px) {
	.hs-author-profile .hs-author-avatar {
		max-width: 200px;
	}
}


/* Comments Section Styles */
/*===========================*/
.blog-content .widget-type-blog_comments {
    width:100%!important;
    max-width:920px!important;
    float:none!important;
    display:block!important;
    margin:20px 0!important;
    padding:0!important;
}
.blog-content .comment.depth-1 {
    padding:30px;
    border:1px solid #e5e5e5!important;
}
#comment-form {
    border:1px solid #e5e5e5!important;
    border-radius: var(--base-radius);
    padding:25px!important;
    color:#333e48!important;
}
.blog-content textarea, .blog-content input[type="text"], input[type="password"], .blog-content input[type="datetime"], 
.blog-content input[type="datetime-local"], .blog-content input[type="date"], .blog-content input[type="month"], .blog-content input[type="time"], 
.blog-content input[type="week"], .blog-content input[type="number"], .blog-content input[type="email"], .blog-content input[type="url"], 
.blog-content input[type="search"], .blog-content input[type="tel"], .blog-content input[type="color"] select {
    box-sizing: border-box;
    display: inline-block;
    color:#333e48!important;
    border:1px solid #e5e5e5!important;
    font-size: 18px !important;
    font-weight:300!important;
    min-height: 45px !important;
    padding: 8px 7px 8px!important;
    width: 100%;
    border-radius:0px!important;
}
#comment-form .btn-primary, 
#comment-form .hs-button.primary {
    font-family: var(--font-family);
    display:block;
    float:none;
    background:#d06f1b!important;
    color:var(--color-text)!important;
    width:100%!important;
    font-size:20px!important;
    font-weight:300!important;
    text-align:center!important;
    margin:20px 0 10px!important;
    padding:9px 22px!important;
    cursor:pointer;
    text-decoration:none!important;
    transition:all 0.5s ease-in-out!important;
    border-radius:0px!important;
    box-shadow:0px 0px 0px var(--color-white)!important;
}
@media screen and (max-width:600px) {
    #comment-form .btn-primary, #comment-form .hs-button.primary {
        width:100%!important;    
    }
    .blog-content .post-header h2 a {
        font-size:32px!important;
        line-height:112%!important;
    }
    .blog-content .post-body h2 {
        font-size:28px!important;
    }
    .blog-content .post-body h3 {
        font-size:19px!important;
    }
    .blog-content p {
        line-height:155%!important;
        font-size:var(--font-size-small);
    }
}

/*********************************************************/
/*----------| CUSTOM PROJECT PROFILES (BLOG) |-----------*/

.project1, .project4, .project7, .project10, .project13 {
    width:31%!important;
    margin:16px 0 var(--font-size-small);
    display:block!important;
    float:left!important;
    border:1px solid #cccccc!important;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.project2, .project3, .project5, .project6, .project8, .project9, .project11, .project12, .project14, .project15{
    width:31%!important;
    margin:16px 0 16px 2.5%!important;
    display:block!important;
    float:left!important;
    border: 1px solid #cccccc!important;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.project4, .project7, .project10, .project13 {
    clear:left;
}
.projects-list .post-item {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom:0px solid #fff;
}
.projects-list .post-item:last-child {
    padding-bottom: 0;
    border-bottom: 0; 
}
.project-box {
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    opacity:1;
    padding:0px!important;
    display:block!important;
    cursor:pointer!important;
    min-height:410px!important;
}
.project-box img {
    opacity:0.9;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    width:100%;
    margin:0;
    max-height:205px!important;
}
.project-box:hover img {
    opacity:1;
    border:1px solid #00AEEF;
}
.project1:hover, .project2:hover, .project3:hover, .project4:hover,
.project5:hover, .project6:hover, .project7:hover, .project8:hover,
.project9:hover, .project10:hover, .project11:hover, .project12:hover,
.project13:hover, .project14:hover, .project15:hover {
    border:1px solid var(--color-orange)!important;
}
.project-box h2 {
    padding:0px 20px!important;
    margin:0!important;
    font-weight:300!important;
    font-size:24px!important;
    line-height:130%!important;
    text-decoration:none!important;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.project-box h2 a {
    color:var(--color-blue)!important;  
    text-decoration:none!important;
}
.project-box p, .project-box p a, .project-box a {
    padding:0px 20px 0px!important;
    font-size:14px!important;
    line-height:130%!important;
    text-decoration:none!important;
    color:var(--color-text)!important;
}
.project-pagination {
    clear:both!important;
    float:none!important;
    margin:3px auto 0px!important;
    display:block!important;
    padding-top: 20px;
}
.hs-content-path-projectsall .post-item {
    border-bottom:1px solid #d8d8d8;
    margin:0 0 15px!important;
    padding:0 !important;
    height:36px!important;
}
.hs-content-path-projectsall h2 a {
    font-size:24px!important;
    color:var(--color-blue-dark);
    margin:0px!important;
    padding:0!important;
    text-decoration:none!important;
    font-weight:300!important;
}

/* Responsive project Center */
@media screen and (max-width:820px) {
    .project1, .project3, .project5, .project7, .project9, .project11, .project13  {
        width:45%!important;
        margin:9px 2.5% 9px!important;
        display:block!important;
        float:left!important;
    }
    .project2, .project4, .project6, .project8, .project10, .project12 {
        width:45%!important;
        margin:10px 0 10px !important;
        display:block!important;
        float:left!important
    }
    .project4, .project7, .project10 {
        clear:none;
    }
    .project3, .project5, .project7, .project9, .project11, .project13 {
        clear:left;
    }
}
@media screen and (max-width:700px) {
    .project-box {
        cursor:pointer;
    }
    .project1, .project3, .project5, .project7, .project9, .project2, .project4, .project6, .project8, .project10, .project11, .project12, .project13  {
        width:70%!important;
        margin:10px auto 10px!important;
        display:block!important;
        float:none!important;
        text-align:center;
    }
    .project3, .project5, .project7, .project9, .project11, .project13 {
        clear:none;
    }
}
@media screen and (max-width:640px) {
    .project1, .project3, .project5, .project7, .project9, .project2, .project4, .project6, .project8, .project10, .project11, .project12, .project13  {
        width:92%!important;
        margin:10px auto 10px!important;
        display:block!important;
        float:none!important;
        text-align:center;
    }
    .project-banner-cont #projectdropdown {
        width:100%!important;
    }
    .project-box img {
        float: left !important;
    }
}

/**************************************************/
/*-------| Document Library |-------*/
.blog .docBanner {
    background-image: url(http://cdn2.hubspot.net/hubfs/481605/2015-Dev/images/doclibrary-banner.jpg);
    margin-bottom: 40px;
    padding:50px 0;
    background-position: center 60% !important;
    background-size: cover !important;
    background-color:var(--color-text)!important;
}
.blog .docBanner h1 a {
    color: var(--color-white);
    text-decoration: none;
}
.blog .docBanner h1 a:hover {
    color: rgba(255,255,255,0.75);
}
.doc-content .post-item h2 {
    margin: 12px 0 8px;
    font-size:30px;
}
.doc-content .post-item h2 a {
    color: var(--color-orange-dark)!important;
    text-decoration:none!important;
}
.doc-box {
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    opacity:1;
    padding:0px!important;
    display:block!important;
    cursor:pointer!important;
}
.doc-box img {
    opacity:0.9;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    width:100%;
    margin:0;
}
.doc-box:hover img {
    opacity:1;
    border:1px solid #00AEEF;
}

/* Responsive Document Library */
@media screen and (max-width:700px) {
    .doc-box {
        cursor:pointer;
    }
}
@media screen and (max-width:640px) {
    .doc-box img {
        float: left !important;
        margin-bottom: 30px;
    }
}

/**************************************************/
/*--------| Rep Locator (Blog) |-------*/
.blog .repBanner {
    background-image: url(http://cdn2.hubspot.net/hubfs/481605/2015-Dev/images/iStock_000047620500_Large-OPT2.jpg);
    margin-bottom: 40px;
    padding:50px 0;
    background-position: center 60% !important;
    background-size: cover !important;
    background-color:var(--color-blue)!important;
    background-blend-mode: overlay;
}
.blog .repBanner h1 a {
    color: var(--color-white);
    text-decoration: none;
}
.blog .repBanner h1 a:hover {
    color: rgba(255,255,255,0.75);
}
.rep-content .post-item {
    /*background:url(http://cdn2.hubspot.net/hubfs/481605/2015-Dev/images/FT-logo-sm.jpg) no-repeat scroll 95% 15%!important;*/
    border:1px solid rgba(0, 0, 0, 0.2)!important;
    box-shadow:1px 2px 6px #666666;
    padding:0px 20px 0px!important;
    margin-bottom:30px!important;
}
.rep-content .post-item .hs-featured-image {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 100px!important;
}
.rep-content .post-item h2 {
    margin: 12px 0 8px;
    font-size:30px;
}
.rep-content .post-item h2 a {
    color: var(--color-orange-dark)!important;
    text-decoration:none!important;
}
@media screen and (max-width:1140px) {
    .rep-content .post-item h2 a {
        display: block !important;
        max-width: 400px !important;    
    }
}
@media screen and (max-width:590px) {
    .rep-content .post-item .hs-featured-image {
        float: none;
        margin: 0 auto 10px;
        max-width: 100px!important;
    }
    .rep-content .post-item h2 a {
        display: block !important;
        max-width: 100% !important;    
    }
    .rep-content .post-item {
        background:none!important;
        margin-bottom:20px!important;
    }
}

/******* BACK TO TOP BUTTON *******/
.backToTopWrap {
    margin-top:20px;
    right: 20px;
    bottom: 0;
    position: absolute;
    display: block;
    color: var(--color-white);
    font-family:var(--font-family);
    border-radius: 5px;
    transition: background-color var(--base-speed), color var(--base-speed);
    padding-left: var(--spacing-tiny);
}

.backToTopWrap:hover {
    color: var(--color-white);
    background-color: var(--color-blue);
}
.aboutYears .backToTopWrap:hover,
.aboutAssociations .backToTopWrap:hover,
.productWrap .backToTopWrap:hover,
.aboutSustainability .backToTopWrap:hover,
.productAccessories .backToTopWrap:hover {
    color: var(--color-white);
    background-color: var(--color-blue-dark);
}

.backToTopWrap span {
    display: inline-block;
    vertical-align: middle;
}
.backToTopWrap span {
    text-align: right;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.backToTopWrap span.backToTop {
    /* background: url(http://cdn2.hubspot.net/hubfs/481605/2015-Dev/images/btn-bg-thin.jpg) repeat-x top left var(--color-orange); */
    background-color: var(--color-orange);
    width: 45px;
    height: 45px;
    padding: 8px 5px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    margin: 0 0 0 10px;
}

.backToTopWrap span.backToTop img {
    height: 12px !important;
    min-height:12px!important;
    margin: 10px auto 0 !important;
    vertical-align: middle !important;
    width: 15px !important;
} 


/*******************************************/
/*----------| FOOTER |----------*/
body .footer-container-wrapper {
    background: #dae2df;
}

body .footer-container {
    width: 1200px;
    max-width: 100%;
    padding: 40px 20px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    color: var(--color-text);
}

body .footer-container .footerLogo {
    width: 263px;
    max-width: 100%;
    display: block;
    margin: 0 auto 14px;
}
body .footer-container .footerLogo + p a {
    color: var(--color-black);
}
body .footer-container .footerLogo + p a:hover {
    color: var(--color-blue-mid);
}

body .footer-container ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    font-size: 13px;
    line-height: 1em;
}

body .footer-container ul li {
    display: inline-block;
    vertical-align: top;
}

body .footer-container ul li:after {
    content: '|';
    padding: 0 10px;
    color: var(--color-blue-mid);
}

body .footer-container ul li:last-child:after {
    content: '';
    padding: 0;
}

body .footer-container ul li a {
    color: var(--color-blue-mid);
    text-decoration: none;
    transition: all var(--base-speed);
    font-weight: bold;
    font-size: var(--font-size-smallest);
}

body .footer-container ul li a:hover,
body .footer-container ul li.active a {
    color: var(--color-text);
}

/*===============================
	added for search
=================================*/

/* Search Form ... */
  .hs-search-field {
  position: relative;
  padding: 0;
  z-index: 9999;
}
.hs-search-field .hs-search-field__bar form {
    display: grid;
    grid-template-columns: 100%;
}
.hs-search-field .hs-search-field__bar form label {
    grid-area: 1/1/1/1;
    z-index: 1;
}
.hs-search-field .hs-search-field__bar form input {
    grid-area: 1/1/1/1;
    z-index: 2;
}
.hs-search-field__input {
  /* width: 170px; */
  box-sizing: border-box;
  padding: 5px 10px;
  border: 1px solid #cfcfcf;
  width: 100%;
}
.hs-search-field__suggestions {
  margin: 0;
  padding-inline: 10px;
  list-style: none; 
  width: 250px;
}
.hs-search-field__suggestions > li:first-of-type {
    padding-top: 10px;
}
.hs-search-field__suggestions > li:last-of-type {
    padding-bottom: 10px;
}
.hs-search-field--open .hs-search-field__suggestions {
  	width: 250px;
  	box-shadow:1px 1px 4px #999;
  	background: #fff;
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 5px;
  width: 100%;
  text-align:center;
/*  background: #fff;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf; */
}
/*.hs-search-field__suggestions li:first-child {
	border-top: 1px solid #cfcfcf;
}
.hs-search-field__suggestions li:last-child {
	border-bottom: 1px solid #cfcfcf;
}*/
.hs-search-field__suggestions li a{
	font-weight: 400 !important;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color:  rgba(0,0,0, .1);
  outline: none;
}

/* .headSearchIcon {
	padding: 0 0 0 10px;
} */


/* @media(max-width: 1200px) {
  .headSearchIcon {
  	padding: 0 0 0 20px;
  }
} */
/* @media(max-width:920px){
  .hs-search-field {
    left: -100px;
    top:16px;
  } 
  .headSearchIcon {
	padding: 0px 0 0 0px;
	position:relative;
	left: -35px;
	top: 26px;
  } 
} 
@media(max-width:840px){
  .hs-search-field {
    left: -120px;
    top:16px;
  } 
  .headSearchIcon {
	padding: 0px 0 0 0px;
	position:relative;
	left: -45px;
	top: 26px;
  } 
} 
@media(max-width:768px){
  .hs-search-field {
    left: 150px;
    top: -85px;
    max-width:170px !important;
  } 
  .headSearchIcon {
	top: -120px;
	left: 350px;
  }
}
@media(max-width:440px){
  .hs-search-field {
    left: 80px;
    top: -85px;
  	z-index: 0 !important;
  } 
  .headSearchIcon {
	top: -120px;
	left: 270px;
  }
} */



#secondSearch { position: relative; }
#secondSearch .hs-search-field {position:static !important;}
#secondSearch .headSearchIcon {
	position:static !important;
}
#secondSearch .hs-search-field__suggestions {
	width: 100%;
	text-align:center;
}
#secondSearch .hs-search-field__suggestions li {
	text-align:center;
	border: none !important;
}

/* Search Results... */
.hs-search-results__listing {
  list-style: disc;
  margin: 0;
  padding: 0;
}
.hs-search-results__listing li {
  margin: 20px 0 0 0;
  padding: 0;
}

.hs-search-results__title {
	font-size: 20px;
	color: var(--color-blue);
}

.hs-search-results__description {
	font-size: 16px;
	padding: 0px 10px 0;
	margin: 0 !important;
}
.hs-search-results__address {
	font-size: 13px;
	padding-left:10px;
	color:var(--color-orange);
}

.hs-search-highlight {
  font-weight: bold; 
}
.hs-search-results__pagination {
	padding: 30px 0;
}
.hs-search-results__prev-page {
  float: left;
}
.hs-search-results__next-page {
  float: right;
}






/* Custom Print Only Styles - FiberTite- JP */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important;text-align:left!important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline!important;text-align:left!important;margin:0!important;padding:0!important; }
  .row-fluid [class*="span"] {float:none!important;min-height:0px!important;margin:0!important;}
  .widget-type-space {display:none!important;}
  body {font-size:12px!important;text-align:left!important;margin:0!important;padding: 5px 20px!important;}
  a[href]:after { content: "(" attr(href) ")";clear:both;margin:0!important;padding:0!important;display:block;float:none;text-decoration:none;color:#007CF7!important; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after, .hs-cta-wrapper a:after, .project-box a:after img { content: ""; }  /* Don't show links for images, CTAs, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid!important;text-align:left!important; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid!important; }
  img { max-width: 90% !important;text-align:left!important; }
  @page { margin: 0.5cm!important;text-align:left!important; }
  p, h2, h3 { orphans: 3; widows: 3; }
  p, .aboutYears p, .aboutSustainability p {font-size:12px!important;text-align:left!important;padding:0!important;margin:0!important;color:#000000!important;}
  .productSystems p {color:#000000!important;font-size:12px!important;min-height:0px!important;}
  .aboutSustainability a {display:none!important;}
  h2, h3 { page-break-after: avoid!important; }
  h1, body .heroBanner h1, .blog .heroBanner h1 a, .post-header h1 {color:#000000!important;font-size:26px!important;text-align:left!important;padding:0!important;margin:20px 0 10px!important;text-shadow:0px 0px 0px #fff!important;}
  h2, h2.title, .productMembrane h2.title, .project-box h2 {color:#000000!important;font-size:20px!important;text-align:left!important;padding:0!important;margin:0 0 10px!important;}
  h3, .aboutYears h3, .aboutTestimonials h3, .aboutSustainability h3 {color:#000000!important;font-size:18px!important;text-align:left!important;padding:0!important;margin:0!important;} 
  h4, h5, .aboutYears h4 {color:#000000!important;font-size:14px!important;text-align:left!important;padding:0!important;margin:0!important;}
  .hs-cta-wrapper, .hs-cta-node {float:none!important;margin:0!important;padding:0!important;clear:both!important;display:block!important;}
  body .header-container-wrapper {display:none!important;}
  body .heroBanner, body .heroBanner.homeHeroBanner, .innerWrap {background-color: var(--color-white)!important;padding:0px!important;margin: 0px!important;text-align:left!important;float:none!important;}
  .productAccessories, .productAccessories p, .productAccessories h3 {background:none!important;padding-bottom:5px!important;color:#000000!important;font-size:12px!important;}
  .homeClientBar .box, .homeClientBar .orange, .homeClientBar .white {min-height:0px!important;display:block!important;float:none!important;padding:0!important;margin:0!important;}
  .heroBanner.homeHeroBanner .innerWrap .copyPad, .heroBanner .heroCopy .copyPad {margin:0!important;padding:0!important;}
  .products .heroBanner .heroCopy .copyPad, .heroBanner .heroCopy .copyPad {margin:0!important;padding:0!important;}
  .homeVideoBar {color:#000000!important;}
  .homeVideoBar img {background:none!important;display:none!important;}
  .homeClientBar .orange a {margin:5px 0!important;padding:5px 0!important;}
  .small .cta .dataIcon, .small .cta .btnIcon, .small .cta .arrowIcon, .cta .playIcon, .cta .arrowIcon {display:none!important;}
  .productMembrane, .aboutYears {background:none!important;}
  .productMembrane .color-options {background:#e1e1e1!important;}
  .styled-select {display:none!important;}
  .hs_cos_wrapper_type_blog_comments, .hs-blog-social-share {display:none!important;}
  .blog .docBanner, .blog .repBanner {background:none!important;margin:0!important;padding:0!important;}
  .project-box, .doc-box {margin:0 auto!important;padding:0!important;float:none!important;border:0px solid var(--color-white)!important;}
  .project-box img, .doc-box img {width:100%!important;max-width:400px!important;height:100%!important;float:none!important;}
  .project-box a:after img {display:none!important;} 
  .project1, .project2, .project3, .project4, .project5, .project6, .project7, .project8, .project9, .project10, .project11, .project12 {width:100%!important;border:0px solid #fff!important;}
  .project-box:hover, .doc-box:hover {border:0px solid #fff!important;}
  .project-box p, .project-box p a, .project-box a {padding:0!important;font-size: 12px!important;line-height: 130%!important;text-decoration: none!important;color:#000000!important;}
  body .body-container .interiorSidebar, .featureWrap {display:none!important;}
  .backToTopWrap {display:none!important;}
  body .footer-container img, body .footer-container a {display:none!important;}
  body .footer-container .widget-type-simple_menu {display:none!important;}
  a.wistia-popover[height=338,playerColor=7b796a,width=600] {display:none!important;}
}

.custom_error_message{
    text-align:center;
}

/* General Font Family Overwrite */
*[style*="font-family: 'droid serif'"] {
    font-family: var(--font-family) !important;
}