@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(//designers.hubspot.com/hs-fs/hub/327485/file-2054199286-css/font-awesome.css);

/***************************************************************************/
/*                                										   */
/*					 	Architectural Fabrics CSS						   */
/*					  developed by Jesse Pennington						   */
/*						  edited by Michael Evans						   */
/*																		   */
/***************************************************************************/

/****************************************************************************/
/* 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'                      */
/****************************************************************************/




    	/*  */
 	/*  */
    /*  */
    /*  */
    /*  */


html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

html, body {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 20px;
    color: #000000;
    background: #ffffff;
}

body .body-container-wrapper,
body .footer-container-wrapper {
    font-family: 'Open Sans', Arial, sans-serif;
}

body .body-container-wrapper {
    margin: 0;
    padding: 0;
    background: #ffffff;
}

* {
    /*position: relative;*/
    box-sizing: border-box;
}

.page-center {
	float:none !important;
    width: 1240px;
    max-width: 100%;
    padding: 20px;
    margin: 0 auto;
	}


/* --- fix line height for superscript --- */
sup, sub {
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
}
sub { top: 0.4em; }

/* --- fix for webkit buttons --- */

input[type=submit] {
  -webkit-appearance: none;
}


.blue {
    color: #007cc2;
}
.green {
    color: #fcd12c;
}

a {
    color: #597a94;
    text-decoration: none;
    transition: color 0.2s linear;
}

a:hover {
    color: rgba(61,61,61,1);
}

a img {
    border: 0 !important;
    outline: 0 !important;
}

.cta {
    display: inline-block;
    background: #fcd12c url(//cdn2.hubspot.net/hubfs/481608/graphics/learnMoreButtonBack.png) no-repeat top right;
    height: 45px;
    width: 212px !important/*100% !important*/;
    border-radius: 5px;
    line-height: 45px;
    font-size: 17px;
    text-transform: uppercase;
    color: rgba(61,61,61,0.8);
    font-family:"Open Sans",helvetica,arial,sans-serif!important;
    white-space: nowrap;
    padding: 0 20px;
    text-decoration: none;
    font-weight: 700;
    box-sizing: border-box;
    position: relative;
    margin-bottom:15px;
    box-shadow: 0px 2px #dfdfdf;
}


.ctaLarge {
    display: inline-block;
    background: #fcd12c url(//cdn2.hubspot.net/hubfs/481608/graphics/ctaLargeBG.png) no-repeat top right;
    height: 75px;
    width: 100%; /*280px !important;*/
    border-radius: 5px;
    line-height: 75px;
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(61,61,61,0.8);
    font-family:"Open Sans",helvetica,arial,sans-serif!important;
    white-space: nowrap;
    padding: 0 40px;
    text-decoration: none;
    font-weight: 700;
    box-sizing: border-box;
    position: relative;
    margin-bottom:15px;
    box-shadow: 0px 2px #dfdfdf;
}


.cta.hasIcon {
    /*padding: 0 112px 0 40px;*/
}
.cta.playIcon.hasIcon {
    padding: 0 106px 0 46px;
    max-width: 280px !important;

}
.cta.arrowIcon.hasIcon {
    padding: 0 106px 0 30px;
    max-width: 280px !important;

}
.cta .btnIcon {
    position: absolute!important;
    height: 60px!important;
    /*width: 70px!important;*/
    width: 20% !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 (min-width:767px) and (max-width:900px) {
	    .cta { 
	    	width: 160px !important;
	    	background: #fcd12c url(//cdn2.hubspot.net/hubfs/481608/graphics/learnMoreButtonBack.png) no-repeat top right;;
	    }
	    .cta.arrowIcon.hasIcon {
	        padding: 0px !important;	
    	}
    	span.btnIcon.arrowIcon {
    		display: none !important;
    	}
    	.small-green .cta.hasIcon {
    		padding: 0px !important;
    	}
}
*/

@media screen and (max-width:900px) {
.cta {
    font-size:15px;
    }
.cta .btnIcon {
    position: absolute!important;
    height: 60px!important;
    /*width: 70px!important;*/
    width: 15% !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: #fcd12c url("//cdn2.hubspot.net/hubfs/481605/2015-Dev/images/btn-bg-products.jpg") repeat-x scroll left top;*/
    background-color:#fcd12c /*#C6D1CD*/;
    background-image:none;
    border-radius: 5px;
    box-sizing: border-box;
    color: rgba(61, 61, 61, 0.8);
    display: inline-block;
    font-family: "Open Sans",helvetica,arial,sans-serif !important;
    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("//cdn2.hubspot.net/hubfs/481889/2015-dev/btn-icon-pdf.png")!important;
    background-repeat: no-repeat;
}

/* Small Green CTA Button */
.small-green .cta a {
    font-size:14px!important;
}
.small-green .cta.hasIcon {
    padding: 0px 0px 0 40px !important;
    width: 87%;
    /*text-align:center;*/
    max-width:310px;
}
.small-green .cta {
    background-repeat:repeat-x;
    background-color:#fcd12c/*rgba(75, 169, 33, 0.88)*/;
    /*background-image:url(//cdn2.hubspot.net/hubfs/481889/2015-dev/XR-sm-btn-bg.jpg);*/
    border-radius: 5px;
    box-sizing: border-box;
    color: rgba(61, 61, 61, 1);
    display: inline-block;
    font-family: "Open Sans",helvetica,arial,sans-serif !important;
    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-green .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-green .cta .dataIcon {
    background-image: url("//cdn2.hubspot.net/hubfs/481889/2015-dev/btn-icon-pdf.png")!important;
    background-repeat: no-repeat;
}

/* Add right icon to button through JS */
.cta .playIcon {
    background-image: url(//cdn2.hubspot.net/hubfs/481889/2015-dev/btn-icon-play.png)!important;
    background-repeat: no-repeat;
}

.cta .arrowIcon {
    /*background-image: url(//cdn2.hubspot.net/hubfs/481889/2015-dev/btn-arrow-thin.png)!important;
    background-repeat: no-repeat;*/
}

.cta .dataIcon {
    background-image: url(//cdn2.hubspot.net/hubfs/481889/2015-dev/btn-icon-pdf.png)!important;
    background-repeat: no-repeat;
}

/***** Small CTA Responsive *****/
@media screen and (max-width:1000px) {
    .small .cta.hasIcon, .small-green .cta.hasIcon {
        width:100%;
    }
    .small .cta .btnIcon, .small-green .cta .btnIcon {
        width: 50px !important;
    }    
}
@media screen and (max-width:767px) {
    .small .cta, .small-green .cta {
        font-size:14px!important;    
        text-align:center;
    }
    .small .cta.hasIcon, .small-green .cta.hasIcon {
        max-width:300px;
        display:block;
        margin:10px 0!important;
    }
    .small .cta .btnIcon, .small-green .cta .btnIcon {
        width: 50px !important;
    }
}
@media screen and (max-width:480px) {
    .small .cta.hasIcon, .small-green .cta.hasIcon {
        padding: 1px 0 0 12px;
        text-align: left;
        width: 100%; 
    }    
}

@media (min-width:767px) and (max-width:900px) {
	    .cta { 
	    	width: 160px !important;
	    	background: #fcd12c url(//cdn2.hubspot.net/hubfs/481608/graphics/learnMoreButtonBack.png) no-repeat top right;;
	    }
	    .cta.arrowIcon.hasIcon {
	    	text-align:left !important;
	        padding-left: 10px !important;	
    	}
    	span.btnIcon.arrowIcon {
    		display: none !important;
    	}
    	.small-green .cta.hasIcon {
    		text-align:left !important;
    		padding-left: 10px !important;
    	}
}


p {
    margin: 0 0 18px;
    line-height:140%!important;
    color:#333;
    font-size: 18px;
}

hr {
    height: 1px;
    background: #dfdfdf;
    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;
}
.dots-wrap {
    background: #f2f2f2;
    background-repeat:repeat;
    background-position:left top;
    background-size:initial;
    background-color:;
    width:100%;
    padding:40px 0;
}
.dots-wrap p {
    color:#333 !important;
}

img {
    max-width: 100% !important;
}

h1, h2 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 300;
}

h1, h2.title { 
	font-size: 80px; 
	font-weight:300!important; 
	margin: 0 auto 30px; 
	padding: 0; 
	color:#333; 
	line-height: 1em; 
	text-align: center; 
	/*text-shadow: 3px 2px 5px rgba(0,0,0,0.3);*/ 
	}
h2.title { 
	font-size: 80px; 
	font-weight:300!important; 
	margin: 20px auto 30px!important; 
	padding: 0; 
	color:#333; 
	line-height: 110%; 
	text-align: center; 
	/*text-shadow: 3px 2px 5px rgba(0,0,0,0.3);*/ 
	}
h2 { 
	color: #597a94; 
	font-size: 36px; 
	line-height: 1em; margin: 22px 0 8px; 
	}
h3 { 
	font-family:"Open Sans",Helvetica,Arial,sans-serif;
	color:#597a94; 
	text-transform:uppercase;
	font-weight:700; 
	font-size: 23px; 
	line-height: 115%; 
	margin: 20px 0 2px;
	font-size:20px; 
	}
h4 { 
	font-family:'Open Sans',Arial,sans-serif;
	color: #597a94; 
	font-weight:400; 
	font-size: 18px; 
	line-height: 150%; 
	margin: 18px 0 6px;
	font-size:26px; 
	}

h1.lpHead {
	color: #FFF !important;
	}

/* Custom Module Style Tweaks - Sitewide */
/*.homeStructures .custom-module-style {padding:0 14%;}*/
.homeStructures .custom-module-style {
	/*padding:0 15px;*/
	}
	
.productSpecial .custom-module-style {padding:0 7%;}
.aboutProject .custom-module-style {padding-bottom:50px;}
.custom-module-style img {margin:10px 0 25px;display:block;width:100%;height:auto;}
.custom-module-style h3 {margin-bottom:1px!imoprtant;padding-bottom:1px!important;}

@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;}
    .custom-module-style img {margin:50px 0 25px;display:block;}
    .custom-module-style {padding:0;}
    .homeStructures .custom-module-style {padding:0;}
    .productSpecial .custom-module-style {padding:0;}
}

@media screen and (max-width:600px) {
    body {font-size:16px!important;}
    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:16px!important;}
    .cta {
        display: inline-block;
        /*background:url(//cdn2.hubspot.net/hubfs/481889/2015-dev/XR-lrg-btn-bg.jpg) repeat-x top left #fcd12c;*/
        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: 'Open Sans', Arial, sans-serif;
    color: #007cc2;
    background-color: #ffffff;
    background-image:url(//cdn2.hubspot.net/hubfs/481889/2015-dev/courtesy-ft-bg-long.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.lp .header-container-wrapper {
    background-image:none;
    background-color:#ffffff;
}

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: 0px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    background-color: #ffffff;
}

@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%;
}

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: 300px !important;
    height: auto;
    max-height:100px;
    margin-top:30px;
}
body .header-container .courtesyWrap {
    background:url(//cdn2.hubspot.net/hubfs/481605/2015-Dev/images/courtesy-bg.jpg) no-repeat scroll right top!important;
    background-color:#d9e2df;
  margin-right:-2px;
}
body .header-container .courtesyWrap ul {
    list-style-type:none!important;
    float:right;
    margin:10px 22px 0 0;
}
body .header-container .courtesyWrap ul li {
    display:inline-block;
}
body .header-container .courtesyWrap ul li a {
    color:#597a94!important;
    font-weight:700!important;
    font-size:14px !important;
    padding:8px 14px 8px 0px!important;
    font-family:"Open Sans",helvetica,arial,sans-serif!important;
    text-decoration:none!important;
}
body .header-container .courtesyWrap ul li.notA {
    color:#597a94!important;
    font-weight:700!important;
    font-size:14px !important;
    padding:8px 14px 8px 0px!important;
    font-family:"Open Sans",helvetica,arial,sans-serif!important;
    text-decoration:none!important;
}

body .header-container .courtesyWrap ul li a:hover {
    
}
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(//cdn2.hubspot.net/hubfs/481608/graphics/searchIcon.png) no-repeat center center transparent !important;
    background-size: 21px 20px !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: middle;
    float: right;
    font-family:"Open Sans",helvetica,arial,sans-serif!important;
}

body .header-container .mainNav ul {
    list-style: none;
    margin: 18px 0 0 auto;
    padding: 0;
    text-align: right;
}

body .header-container .mainNav ul li {
    margin: 0 2px;
    padding: 0 0 11px 0px;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    border-bottom: 5px solid #ffffff;
    box-sizing: border-box;
    transition: all 0.2s linear;
}
body .header-container .mainNav ul li.hs-menu-depth-1 {
    text-align:center;
    vertical-align:baseline;
    text-overflow: unset;
    width:100px;
}
body .header-container .mainNav ul li.hs-menu-depth-1:first-child {
    width:75px;
} 

body .header-container .mainNav ul li:hover {
    border-color: #fcd12c;
}

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;
    height: 40px;
    position:absolute;
    right:0px;
}

@media screen and (max-width:1199px){
 
 body .header-container .mainNav ul {
    	margin: 15px 0 0 auto !important;
    	}

 body .header-container .mainNav ul li {
    	margin: 0 2px;
   	 	padding: 0 0 5px 0px;
		}


 body .header-container .mainNav ul li:last-child ul {
    margin-right: 0px!important;
    width: 238px!important;
    height: 40px;
    position:absolute;
    right:20px;
    }
 }

body .header-container .mainNav ul li a {
    color: #007cc2;
    padding: 0;
    text-decoration: none;
    font-size: 14px!important;
    font-weight: 600!important;
    height: 100%;
    text-transform:uppercase;
    display: block;
    transition: all 0.2s linear;
    position:relative;
    color: #597a94;
}

body .header-container .mainNav ul li a:hover,
body .header-container .mainNav ul li.active a {
    color: #3d3d3d;
}

body .header-container .mainNav ul li.active {
    border-color: #fcd12c;
}

/* 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: 113px;
    visibility: hidden;
    z-index: 99999!important;
    padding:0;
    width:320px;
    /*width:190px; changed for sub-menu*/
    text-align:left!important;
}
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 #ffffff!important;
    border-bottom:1px solid #ffffff!important;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 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 #fcd12c!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:14px !important;
    color:#597a94 !important;
    font-weight:400!important;
    line-height:100%!important;
    padding:1px 13px!important;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 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:#007cc2!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;
    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(//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(//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 #007cc2;
}

.mNav ul li:last-child {
    border-bottom: 0;
}

.mNav ul li a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 12px 10px;
    transition: all 0.2s linear;
    font-size: 24px;
    font-weight: 400;
}

.mNav ul li a:hover {
    color: #597a94;
}
.mNav ul li ul {
    border-top:1px solid #007cc2;
}
.mNav ul li ul li {
    border-bottom:0px solid #ffffff;
}
.mNav ul li ul li a {
    font-size:20px;
    padding:6px 16px;
    /*color:#fcd12c!important;*/
}
.mNav ul li ul li ul {
    border-top:1px solid #007cc2;
}
.mNav ul li ul li ul li a {
    font-size:15px;
    padding:5px 20px;
    color:#3d3d3d!important;
}
.mNav ul li ul li ul li:last-child {
    padding:0 0 10px;
}
.mNav ul li.active a {
    font-weight: 600;
    color: #007cc2;
}

.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:#597a94;
    display: block !important;
    margin: 10px 0 0 !important;
    padding: 11px 14px;
    color:#ffffff!important;
    text-decoration:none!important;
}

/*******************************************/
/*-----| RESPONSIVE HEADER AND NAV |-----*/
@media screen and (max-width:1200px) {
    body .header-container .mainNav ul {
        margin: 27px 0 0 auto;
    }
    body .header-container .mainNav ul li a {
        font-size: 14px!important;
    }
    body .header-container .mainNav ul li.hs-menu-depth-1 {
        width:110px;
    }
    body .header-container .mainNav ul li.hs-menu-depth-1:first-child {
        width:65px;
    }
    body .header-container .mainNav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        top: 108px;
    }
}
@media screen and (max-width:1100px) {
    body .header-container .widget-type-logo img {
        margin-top: 38px;
        max-width: 200px !important;
        padding-left: 5px;
    }

    body .header-container .mainNav ul {
        margin: 29px 0 0 auto;
    }
    body .header-container .mainNav ul li a {
        font-size: 14px!important;
    }
    body .header-container .mainNav ul li.hs-menu-depth-1 {
        width:90px;
    }
    body .header-container .mainNav ul li.hs-menu-depth-1:first-child {
        width:45px;
    }
    body .header-container .mainNav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        top: 106px;
    }
    body .header-container .courtesyWrap {
        background:url(//cdn2.hubspot.net/hubfs/481605/2015-Dev/images/courtesy-bg.jpg) no-repeat scroll left top!important;
        background-color:#ffffff;
    }
    body .header-container .courtesyWrap ul {
        float: right;
        list-style-type: none !important;
        margin: 10px 40px 0 0;
    }
    body .header-container .courtesyWrap ul li a {
    	font-size: 12px !important;
    	padding: 8px 10px 8px 0 !important;
    	font-family: "Open Sans",helvetica,arial,sans-serif !important;
    	text-decoration: none !important;
	}
    body .header-container .courtesyWrap ul li a img {
		top: 10px !important;
	}
    #___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:1000px) {
    body .header-container .courtesyWrap ul {
        float: right;
        list-style-type: none !important;
        margin: 10px 40px 0 0 !important;
    }

    body .header-container .mainNav ul {
        margin: 32px 0 0 auto;
    }
    body .header-container .mainNav ul li a {
        font-size: 14px!important;
    }
    body .header-container .mainNav ul li.hs-menu-depth-1 {
        width:90px;
    }
    body .header-container .mainNav ul li.hs-menu-depth-1:first-child {
        width:45px;
    }
    body .header-container .mainNav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        top: 103px;
    }
}
@media screen and (max-width:920px) {
    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: 22px;
        max-height: 55px !important;
        width: 120px !important;
    }
    body .header-container .headerWrap {
        /*height: 75px;*/
    }
    body .header-container .widget-type-logo a {
        height: 40px;
    }
}

@media screen and (max-width:600px) {
    body .header-container .widget-type-logo img {
        margin-top: 22px;
        /*max-height: 55px !important;*/
        width: 200px !important;
        height: auto !important;
    }

}
@media screen and (max-width:390px) {
    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('//cdn2.hubspot.net/hubfs/481605/dodgertown-blue.jpg');*/
    overflow: hidden;
    width: 100%;
    margin: 0;
    height: 750px;
}

.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:rgba(255,255,255,.7);
    width: 85%;
    max-width: 970px;
    /*margin: 150px auto 0;*/
    margin: 120px auto 0;
    padding: 50px 50px;
    box-sizing: border-box;
    font-size: 28px;
    color: #333;
    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 {
	font-size:52px;
    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:"Open Sans";
    font-size:16px;
    color:#333;
    line-height:130%;
    font-weight:500;
    margin-bottom:20px;
}
.heroBanner.homeHeroBanner .innerWrap .copyPad h2,
.heroBanner.customBanner.innerWrap .copyPad h2 {
    font-family:"Open Sans";
    font-size:26px;
    color:#333;
    line-height:130%;
    font-weight:300;
}
.heroBanner.homeHeroBanner .innerWrap .copyPad h4,
.heroBanner .heroCopy .copyPad h4 {
    color: #333;
    font-family: 'Open Sans', Arial, serif;
    font-weight: 500;
    margin: 40px 0 0;
}

/* Home Featured Wrap */
.homeHeroBanner .featureWrap {
    overflow: hidden;
    float: none !important;
    margin: 15px auto;
    padding: 0 40px;
    text-align: center;
}

.homeHeroBanner .featureWrap a {
    text-decoration: none;
}

.homeHeroBanner .featureWrap h4 {
    font-family:"Open Sans",helvetica,arial,sans-serif!important;
    color: #FFF;
    font-size: 24px!important;
    font-weight: 400!important;
    /*text-transform: uppercase;*/
}

.homeHeroBanner .featureWrap h3 {
    font-family:"Open Sans",helvetica,arial,sans-serif!important;
    color: #FFF !important;
    font-size: 16px!important;
    font-weight: 800!important;
    text-transform: uppercase;
}

.home h1 {
    font-size: 65px;
}
/***** Responsive Breakdown Home Hero *****/
@media screen and (max-width:1100px) {
	.heroBanner.homeHeroBanner {
	width: 100% !important;
	height: auto !important;
	background-size: cover !important;
	background-attachment: scroll !important;
	}
	.heroBanner.homeHeroBanner .innerWrap .copyPad,
	.heroBanner .heroCopy .copyPad {
    background:rgba(255,255,255,.7);
    width: 90%;
    margin: 20px auto 10px;
    padding: 20px 20px;
    box-sizing: border-box;
    font-size: 18px;
    color: #333;
    text-align: center;
	}
	.homeHeroBanner .featureWrap {
    overflow: hidden;
    margin: 0px auto 10px;
    padding: 0px !important;
    }
	
	.heroBanner.homeHeroBanner .innerWrap .copyPad h1,
	.heroBanner.customBanner.innerWrap .copyPad h1 {
	font-size:40px !important;
    margin-bottom: 10px;
    font-weight: 300;
	}
}


@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('//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: 0px auto 10px;
        padding: 20px;
    }
    .homeHeroBanner .featureWrap h2 {
        margin:0 0 26px!important;
        padding:0!important;
        font-size: 20px!important;
    }
}

@media screen and (max-width:480px) {
	.heroBanner.homeHeroBanner {
    height: auto !important;
	}
	.heroBanner.homeHeroBanner .innerWrap .copyPad,
	.heroBanner .heroCopy .copyPad {
    background:rgba(255,255,255,.7);
    width: 90%;
    margin: 20px auto 10px;
    padding: 20px 20px;
    box-sizing: border-box;
    font-size: 18px;
    color: #333;
    text-align: center;
	}
	.homeHeroBanner .featureWrap {
    overflow: hidden;
    margin: 0px auto 10px;
    padding: 0px !important;
    }
	
	.heroBanner.homeHeroBanner .innerWrap .copyPad h1,
	.heroBanner.customBanner.innerWrap .copyPad h1 {
	font-size:40px !important;
    margin-bottom: 10px;
    font-weight: 300;
	}
}


.threeIconLInks {
	text-align:center;
	float:none;
	margin:20px auto;
	max-width:420px;
}

.threeIcons_1 {
	float:left;
	padding-right:50px;
	}
.threeIcons_2 {
	float:left;
	padding-right:50px;
	}
.threeIcons_3 {
	float:left;
	}

@media screen and (max-width:480px) {
	.threeIconLInks {
	text-align:center;
	float:none;
	margin:20px auto;
	max-width:120px;
	}
	.threeIconLInks img {
	width: 100% !important;
	height: auto;
	}

	.threeIcons_1 {
	float: none !important;
	padding: 0px !important;
	margin:auto;
	}
	.threeIcons_2 {
	float: none !important;
	padding: 0px !important;
	margin:auto;
	}
	.threeIcons_3 {
	float: none !important;
	padding: 0px !important;
	margin:auto;
	}
}

/* CTA BAR STYLES */

.homeClient {
    background: url('//cdn2.hubspot.net/hubfs/481608/graphics/grayBG.png') 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:130px!important;
    max-width: 970px; /*1100px;*/
    margin:0 auto;
}
.homeClientBar .white {background:#ffffff;padding:1px 40px 1px;}
.homeClientBar .green {background:#fcd12c;padding:20px 20px;}
.homeClientBar .green a {
    color:#333;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:700;
    font-size:16px;
    font-family:"Open Sans",helvetica,arial,sans-serif!important;
    padding:20px 2px;
    display:block;
    margin-top:0px;
}
.homeClientBar .green 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:130px;
}
 
.homeClientBar .box h4 {
    color: #597a94;
    font-weight:700;
    line-height:125%!important;
    font-size:16px!important;
    margin:0 0 3px!important;
}
.homeClientBar .box p {
    color: #597a94;
    font-weight:300;
    line-height:120%!important;
    font-size:16px!important;
    margin:0!important;
}

.homeClientBar .lilimg img {margin:5px auto 0px;width:auto!important;}

@media screen and (max-width:960px) {
    .homeClientBar .white {background:#ffffff;padding:20px 20px;}
    .homeClientBar .green a {font-size:14px;}
}

@media screen and (max-width:820px) {
    .homeClientBar .white {background:#ffffff;padding:20px 20px;}
    .homeClientBar .green a {font-size:13px;}
}
@media screen and (max-width:767px) {
    .homeClient {
        background: #ffffff;
    }
    .homeClientBar {
        height: 100%;
        max-height:none!important;
        padding: 20px;
    }
    .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;
    }
    .ctaLeftReversal .homeClientBar .white {
        background: #fff none repeat scroll 0 0;
        padding: 0px 20px;
        position: relative;
        top: -50px !important;
    }

  .homeClientBar .lilimg img {
  		display:none !important;
  		}      
    .homeClientBar .green {
        background:#fff;
        padding:0px 20px 0px;
        margin:0 auto !important;
        width:100%;
    }
 	.ctaLeftReversal .homeClientBar .green {
        background:#fff;
        padding:0px 20px 0px;
        margin:0 auto !important;
        width:100%;
        position:relative;
        top: 80px !important;
    }
    
    .homeClientBar .green a {
        color:#333;
        text-decoration:none;
        text-transform:uppercase;
        font-weight:700;
        font-size:16px;
        font-family:"Open Sans",helvetica,arial,sans-serif!important;
        padding:12px 13px;
        display:block;
        margin:0px;
        background:#fcd12c;
        box-shadow:1px 1px 1px #3d3d3d;
        border-radius:5px;
        max-width:240px;
        text-align:center;
    }
}

/* Home Structures Section */

.homeStructures {
	font-size: 16px !important;
	font-weight: 400;
	}
.homeStructures h2.title {
    margin:10px auto 60px!important;
}
.homeStructures h2 {
    text-align:center!important;
    color:#333!important;
    margin:30px auto 45px!important;
}
.homeStructures h3 {
    font-family:"Open Sans",serif;
    color:#597a94!important;
    font-size:20px !important;
    font-weight:400;
}
.homeStructures h4 {
    font-family:"Open Sans",serif;
    font-weight:700;
    color:#333;
    font-size:16px;
    margin:0px 0 4px;
}
.homeStructures p {
    font-family:"Open Sans",serif;
    font-weight:400;
    color:#333 !important;
    font-size:16px;
    line-height:130%!important;
}

@media screen and (max-width:767px) {
    .homeStructures h2.title {
       /* margin:10px auto 30px !important; */
        margin:0px auto 0px !important;
        font-size:60px!important;
    }
    .homeStructures h2 {
       /* margin:20px auto 35px !important; */
        margin: 10px auto 0px !important;
        font-size:28px!important;
    }
    .homeStructures h3 {
        font-size:26px;
    }    
    .homeStructures h4 {
        font-size:17px;
    }
}
@media screen and (max-width:600px) {
    .homeStructures h3 {
        font-size:23px;
    }    
    .homeStructures h4 {
        font-size:17px;
    }
}

/***** Home Products Section *****/

.homeProducts {
    background-size:cover;
    width:100%;
    padding:40px 0;
    background-position:center top;
    background-repeat:no-repeat;
    color:#333 !important;
    font-size: 15px !important;
    text-align:left!important;
}
.homeProducts h2.title {
    margin:5px 0!important;    
}
.homeProducts h3 {
    color: #597a94!important;
    font-size: 20px;
    font-weight:400;
}
.homeProducts h4 {
    margin:0!important;
    padding:5px 0!important;
    color:#ffffff!important;
    font-size:36px!important;
}
.homeProducts p, .homeProducts ul li, .homeProducts ol li {
    color:#ffffff!important;
    line-height:135%!important;
    font-size:15px!important;
}
@media screen and (max-width:767px) {
    .homeProducts h4 {
        font-size:26px!important;
    }
    .homeProducts p, .homeProducts ul li, .homeProducts ol li {
        font-size:18px!important;
    }
}


/***************************************/
/*--------| PRODUCTS OVERVIEW |--------*/
.productBIG .big, .productBIG .big h2 {text-align:center!important;color:#ffffff!important;}
.big {
    max-width:1000px!important;
    display:block!important;
    margin:0 auto!important;
}
.big img {margin:0 auto;display:block;max-width:432px!important;}

.heroBanner h5.title {
    font-size:48px;
    font-weight:700;
    color:#ffffff;
    margin:10px 0 25px;
}

@media screen and (max-width:400px) {
	.heroBanner h5.title {
    	font-size:44px;
    	line-height: 50px;
    	font-weight:700;
    	color:#ffffff;
    	margin:10px 0 25px !important;
		}
}

/* Speciality Products */
.productSpecial {
    /*background-size:cover;
    background-repeat:no-repeat;
    background-position:center top;*/
    background: #F2F2F2;
    padding:80px 0;
}
.productSpecial h3 {color:#ffffff!important;}
.productSpecial p {
	color:#333!important;
	font-size:18px !important;
	/*min-height:220px;*/
	}
.productSpecial .title-para p {min-height:0!important;}

.productSpecial .custom-module-style img {
    display: block;
    height: auto !important;
    margin: 10px 0 25px;
    width: 100% !important;
}

@media screen and (max-width:400px) {
	.productSpecial p {
		color:#333 !important;
		font-size:22px! important;
		min-height:0px !important;
		height: auto !important;
		padding-bottom: 0px;
		}
	.productSpecial .custom-module-style img {
    	display: block;
    	height: auto !important;
    	margin: 20px 0 0 !important;
    	width: 100% !important;
    	}
}


/* Accessories */
.productAccessories {
    color:#ffffff!important;
    text-align:center!important;
}
.productAccessories h3 {
    color:#ffffff!important;
    text-align:center!important;
}
.productAccessories p {
    color:#ffffff!important;
    text-align:center!important;
    font-size:22px;
    font-weight:500!important;
}

/**************************************/
/*--------| ABOUT US |--------*/
.about-hero-left {
    width:50%;
    float:left;
    padding:20px 50px;
    border-right:1px solid #333;
}
.about-hero-right {
    width:50%;
    float:left;
    padding:20px 50px;
}

.about-hero-left h4, .about-hero-right h4 {
    font-family:"Open Sans",serif!important;
    font-weight:700!important;
    font-size:17px!important;
    line-height:100%!important;
    margin:0!important;
    padding:2px 0 3px!important;
    text-transform:uppercase!important;
    color: #ffffff!important;
}
.about-hero-left p, .about-hero-right p {
    font-family:"Open Sans",serif;
    font-weight:300!important;
    font-size:17px!important;
    line-height:150%!important;
    padding-top:10px;
}
@media screen and (max-width:880px) {
    .about-hero-left p, .about-hero-right p {
        font-size: 16px !important;
        line-height: 130% !important;
    }
    .aboutCTA .cta {
        display: inline-block;
        background:url(//cdn2.hubspot.net/hubfs/481889/2015-dev/XR-lrg-btn-bg.jpg) repeat-x top left #fcd12c;
        height: 50px;
        border-radius: 5px;
        line-height: 53px;
        font-size: 15px;
        text-transform: uppercase;
        color: rgba(61,61,61,0.8);
        font-family:"Open Sans",helvetica,arial,sans-serif!important;
        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: 16px !important;
        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: 16px !important;
        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:url(//cdn2.hubspot.net/hubfs/481889/2015-dev/XR-lrg-btn-bg.jpg) repeat-x top left #fcd12c;
        height: 40px;
        border-radius: 5px;
        line-height: 43px;
        font-size: 14px;
        text-transform: uppercase;
        color: rgba(61,61,61,0.8);
        font-family:"Open Sans",helvetica,arial,sans-serif!important;
        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;
    }
}

/* Project Profiles */
.aboutProject {
    background-size:cover;
    width:100%;
    padding:40px 0;
    background-position:center top;
    background-repeat:no-repeat;
    color:#333!important;
}
.aboutProject .custom-module-style img {
    height:auto!important;
    width:100%!important;
}
.aboutProject h3 {text-align:left!important;color:#333!important;}
.aboutProject .title-para p {    
    min-height:0px!important;
}

.aboutProject p {text-align:left;color:#333!important;min-height:196px;}

/* -- tighten space on mobile -- */
@media screen and (max-width:767px) {
	.aboutProject {
    background-size:cover;
    width:100%;
    padding:10px 0;
    background-position:center top;
    background-repeat:no-repeat;
    color:#ffffff!important;
	}
    .aboutProject p {
    text-align:left;
    color:#333 !important;
    min-height: 0 !important;
    }
    .aboutProject .custom-module-style img {
    height:auto!important;
    width:100%!important;
    margin-top:10px !important;
	}
}

/* Testimonials */

.aboutTestimonials-Test {
    padding-bottom:40px;
    background: #f2f2f2;
}
.aboutTestimonials-Test h2.title {
    margin-bottom:15px!important;
}
.aboutTestimonials-Test h3 {
    font-family:"Open Sans",serif!important;
    font-weight:300!important;
    font-size:26px!important;
    margin:0 0 30px!important;
    padding:0!important;
    color:#ffffff!important;
    text-align:center!important;
}
.aboutTestimonials p {
    color:#ffffff!important;
    line-height:130%!important;
}


.aboutTestimonials-Test .video-box-Test {
    margin-bottom:50px;
    background: #f2f2f2;
}

.aboutTestimonials-Test .video-box-Test img {
    display:inline;
    width: 100% !important;
    height: auto !important;
    float:left;
    padding-right: 10px;
}
.video-box-Test .verbage {
	display: inline;
}
@media screen and (max-width:1024px) {
 .aboutTestimonials-Test .video-box-Test img {
        text-align:center!important;
        margin:10px auto 20px !important;
        min-width: 200px !important;
        width: 100% !important;
        height: auto !important;
        float: none !important;
        padding: 0px;
        padding-bottom: 20px !important;
        /*display:block;*/
    }    
}
@media screen and (max-width:768px) {
    .aboutTestimonials-Test {
        text-align:center !important;
        padding-bottom: 0px !important;
    }
    .aboutTestimonials-Test h2.title {
    margin-top: -20px !important;
    margin-bottom:10px !important;
	}
    .aboutTestimonials-Test .video-box-Test, .aboutTestimonials-Test .video-box-Test img {
    	min-width: 400px;
    	width:100%;
    	height:auto;
        text-align:center!important;
        margin:10px auto!important;
        display:inline;
    }
        .aboutTestimonials-Test p {
        clear: both !important;
    	width:100% !important;
    	height:auto !important;
        text-align:center!important;
        margin:10px auto!important;
        padding: 0px 10px 10px !important;
    }
}




/* About General */
.aboutGeneral {color:#333!important;text-align:center!important;}
.aboutGeneral p {color:#333!important;text-align:center!important;}
@media screen and (max-width:767px) {
	.aboutGeneral {
	color:#333!important;
	text-align:center!important;
	padding:0px !important;
	}
	
	.aboutGeneral p {
	color:#333!important;
	text-align:center!important;
	}
}
/**************************************/
/*-------| GENERAL INTERIOR |-------*/

.intContent h2 {
    color:#597a94!important;
    margin:0px 0px 18px;
    line-height:112%!important;
    font-size: 30 !important;
}

@media screen and (max-width:767px) {
.intContent .compComp {
    color:#007cc2!important;
    margin:-80px 0px 18px;
    line-height:112%!important;
	}
}


.intContent h3 {
    color:#597a94!important;
    line-height:110%!important;
    margin:2px 0 6px!important;
    font-size: 24px !important;
    font-weight: 400 !important;
    text-transform: none !important;
}

.intContent ul, .intContent ol {
    padding:6px 0 16px 18px;
    margin:0 0 0 20px;
}

@media screen and (max-width:320px) {
.intContent ul, .intContent ol {
    padding:6px 0 16px 8px;
    margin:0 0 0 0;
	}
}

.intContent  ul li, .intContent  ol li {
    line-height:140%;
    padding:0;
    color: #333;
}

body .body-container .interiorSidebar {
    max-width: 100%;
    background: #E9EDEC;
    padding: 0px;
    margin: 0 0 14px!important;
    border-radius:8px 8px 0 0;
}

/* --- reduced size application sidebar -- */
body .body-container .applicationSidebar {
    max-width: 100%;
    background: #E9EDEC;
    padding: 14px;
    margin: 0 0 14px!important;
    border-radius:4px;
    text-transform:uppercase;
}

body .body-container .interiorSidebar p {
    color:#007cc2!important;    
}
body .body-container .interiorSidebar .hs_cos_wrapper_type_cta {
    padding: 0 20px;
}

body .body-container .interiorSidebar .cta_button img {
    border: 0;
    outline: 0;
}

.interiorSidebar h4 {
	font-size: 20px;
	color: #597a94;
	margin: 10px auto 10px;
	}

body .heroBanner {
    background-color: #007cc2;
    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: 60px;
    margin: 0 auto;
    padding: 0;
    line-height: 1em;
    text-align: center;
    color: #333;
    /*text-shadow: 3px 2px 5px rgba(0,0,0,0.3);*/
}
body .heroBanner h3 {
    color:#333!important;
    font-weight:700!important;
    font-size:24px!important;
    line-height:110%!important;
    /*text-shadow: 3px 2px 5px rgba(0,0,0,0.3);*/
    margin: 8px 0 20px;
}

body .heroBanner h1.intBanner {
	background: rgba(255,255,255, .7);
	padding: 20px 0px 20px;
	color: #333 !important;
	margin: 25px auto 25px !important; 
	max-width:60%;
	}
body .heroBanner h2.intBanner {
	background: rgba(255,255,255, .7);
	padding: 20px 0px 20px;
	color: #333 !important;
	margin: 25px auto 25px !important; 
	max-width:60%;
	text-align: center;
	font-size: 60px;
	}
	
body .heroBanner h2.intBanner a {
	color: #333 !important;
	}

@media screen and (max-width:480px) {
body .heroBanner h1.intBanner {
	background: rgba(255,255,255, .7);
	padding: 20px 0px 20px;
	color: #333 !important;
	margin: 25px auto 25px !important; 
	max-width:90%;
	}
body .heroBanner h2.intBanner {
	background: rgba(255,255,255, .7);
	padding: 20px 0px 20px;
	color: #333 !important;
	margin: 25px auto 25px !important; 
	max-width:90%;
	}
}

@media screen and (max-width:767px) {
    body .heroBanner h1 {font-size: 60px;}
    .interiorSidebar {display:none;}
    body .heroBanner h3 {font-size:20px!important;}
}
@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: 0px solid #fcd12c;
    width:100%;
    height:auto;
    border-radius:8px 8px 0 0;
}

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:#007cc2;
}
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:#007cc2;
}

body .body-container .interiorSidebar h3 {
	color: #597a94;
	font-size: 20px;
	font-weight: 400;
	text-transform: none !important;
	margin-left: 30px;
}
body .body-container .interiorSidebar ul {
    list-style: disc;
    margin: 0;
    padding: 10px 0px;
    background: #E9EDEC;
    font-family:"Open Sans",helvetica,arial,sans-serif!important;
    border-radius:8px 8px 0 0;
}

body .body-container .intColumnThree ul li {
    padding: 0;
    margin: 0;
    color: #597a94;
}

body .body-container .interiorSidebar ul li {
    padding: 0;
    margin-left: 55px;
    color: #597a94;
}

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: 5px 5px 5px 0px;
    margin: 0;
    font-size:18px;
    color: #597a94;
    text-decoration: none;
    font-weight:400 !important;
    border-bottom:1px solid #ffffff;
}

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: #597a94;
}
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(//cdn2.hubspot.net/hubfs/481889/2015-dev/XR-list-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: #007cc2;*/
    text-decoration: none;
    font-weight:normal!important;
    border-bottom:0px solid #03324c;
}
.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 */
.productGallery {
    padding-top:40px;
}

.featuredImagesGallery {
	padding-top: 0px;
}

body .body-container .intColumnThree h2 {
    font-size: 30px;
    margin:5px 0 14px;
}
body .body-container .intColumnThree h3 {
    margin:5px 0 5px;
    font-size:22px;
    font-weight: 400;
    color:#597a94;
    text-transform:none!important;
}
body .body-container .intColumnThree ul {
    list-style: disc;
    margin: 0;
    padding: 0px 5px 10px 25px;
    background: none !important;
    font-family:"Open Sans",helvetica,arial,sans-serif!important;
}
body .body-container .intColumnThree ul li a {
    display: block;
    padding: 5px 0px;
    margin: 0;
    font-size:18px!important;
    color: #597a94 !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 -5px;
    color: #597a94 !important;
    /*background:url(//cdn2.hubspot.net/hubfs/481889/2015-dev/XR-list-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: #ffffff!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:#D9E2DF!important;
    padding:20px!important;
}

/* Unique Interior Section Styles
************************************/

/* --- Swatch Gallery --- */

.swatchBox {
	/*max-width: 768px; */
	max-width: 800px;
	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;
	margin: 0px;
	}
.colorSwatch {
	height: 50px; 
	width: 50px; 
	border-radius: 50%; 
	border: 2px solid #000;  
	float: left;
	}
.colorName {
	padding: 18px 0px 0px 12px; 
	font-size: 22px;
	line-height: 50px;
	}

.matchButton {
	margin: 50px auto 40px;
	background: #fcd12c url(//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;
}


/* System Options Thumbnail Gallery */

/* 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;}

/* FlexSlider Necessary Styles
*********************************/
/*.hs_cos_flex-slider {margin: 0; padding: 0;}*/
.hs_cos_flex-slider {margin: auto !important; 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%; 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;
	position: relative;
	padding: 0!important;
   /*-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;
	}

/* added to try and get slider working correctly */
.hs_cos_flex-slide-main {
	width: 100%;
	height: auto;
	}

.carousel li {margin-right: 5px}


/* Direction Nav */
/* old ----------------------------------
.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.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.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.9; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.9; 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 */
.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(//cdn2.hubspot.net/hubfs/481605/bg_direction_nav_white.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.95; right: 0px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.95; left: 0px;}
.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; }

/* --- try and center gallery --- */
/*.hs_cos_flex-slider ul {
	display: inline-block;
	position: absolute;
	margin-left: auto !important;
	margin-right: auto !important;
	left: 50%;
	margin-left: -20%;
	border: 1px solid #00F;
	height: 100% !important;
}*/

.slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li {
    display: inline-block;
    height: 175px;
    line-height: 100px;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    width: 265px;
}

@media screen and (min-width: 1199px) and (max-width: 1219px) {
.slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li {
    display: inline-block;
    height: 149px !important;
    line-height: 100px;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    width: 225px !important;
	}
}
@media screen and (min-width: 939px) and (max-width: 1198px) {
 .slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li {
    display: inline-block;
    height: 132px !important;
    line-height: 100px;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    width: 215px !important;
	}
}
@media screen and (min-width: 800px) and (max-width: 938px) {
.slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li {
    display: inline-block;
    height: 109px !important;
    line-height: 100px;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    width: 165px !important;
	}
}

@media screen and (min-width: 767px) and (max-width: 799px) {
.slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li {
    display: inline-block;
    height: 102px !important;
    line-height: 100px;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    width: 155px !important;
	}
}
/* and (min-device-width: 940px) and */
/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.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: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); 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: 20px!important;
    line-height: 1.1em;
    color: #333;
    padding: 10px;
    /*width: 100%;*/
    /*top: 90% !important;*/
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: #333 !important;
    font-size: 16px!important;
    line-height: 1.1em;
    position: absolute;
    padding:  padding: 10px; /*20px; 10px 5% 0px 5%;*/
    /*height: 90%;*/
    max-width:40%;
    top: 5%!important;
    left: 10%;
    text-align: left;
    background-color: rgba(255,255,255,.8);
}

.hs_cos_flex-slider .superimpose .caption h2 {
	color: #597a94;
	font-weight: 300;
	font-size: 30px;
	margin-top: 0px !important;
}

.hs_cos_flex-slider .superimpose .caption p {
	color #333 !important;
}

.hs_cos_flex-slider .superimpose .caption img {
}

@media screen and (max-width:1280px) {
.hs_cos_flex-slider .caption, .hs_cos_flex-slider .superimpose .caption p {font-size: 14px!important;}    
}

@media screen and (max-width:980px) {
.hs_cos_flex-slider .caption, .hs_cos_flex-slider .superimpose .caption p {font-size: 12px!important;}
.hs_cos_flex-slider .caption h2, .hs_cos_flex-slider .superimpose .caption h2 {font-size: 16px!important;}

.hs_cos_flex-slider .superimpose .caption {
    color: #333 !important;
    font-size: 12px!important;
    line-height: 1.1em;
    position: absolute;
    padding:  padding: 10px; /*20px; 10px 5% 0px 5%;*/
    height: 90% !important;
    max-width:70% !important;
    top: 5%!important;
    left: 10%;
    margin:auto !important;
    text-align: left;
    background-color: rgba(255,255,255,.8);
    }

    
}
@media screen and (max-width:767px) {
.hs_cos_flex-slider .caption, .hs_cos_flex-slider .superimpose .caption {font-size: 12px!important;}
.hs_cos_flex-slider .caption h2, .hs_cos_flex-slider .superimpose .caption h2 { font-size: 16px !important;}    

.hs_cos_flex-slider .caption, .hs_cos_flex-slider .superimpose .caption p {font-size: 12px!important;}
    
}
@media screen and (max-width:600px) {
.hs_cos_flex-slider .caption, .hs_cos_flex-slider .superimpose .caption p {font-size: 12px!important;}
    .hs_cos_flex-slider .superimpose .caption {
    color: #333 !important;
    font-size: 12px!important;
    line-height: 1.1em;
    position: absolute;
    padding:  padding: 10px; /*20px; 10px 5% 0px 5%;*/
    height: 70%;
    max-width:50% !important;
    top: 10%!important;
    left: 15%;
    margin:auto !important;
    text-align: left;
    background-color: transparent !important;/*rgba(255,255,255,.8);*/
    }
    .hs_cos_flex-slider .superimpose .caption h2{
    font-size: 16px !important;
    background-color: rgba(255,255,255,.8) !important;
    margin-bottom: -15px !important;
	padding: 10px !important;
    }
    .hs_cos_flex-slider .superimpose .caption p{
    /*font-size: 12px !important;*/
    display: none !important;
    }

    
}
@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 {
    color: #333 !important;
    font-size: 12px!important;
    line-height: 1.1em;
    position: absolute;
    padding:  padding: 10px; /*20px; 10px 5% 0px 5%;*/
    /*height: 70%;
    max-width:65% !important;*/
    width: auto !important;
    top: 3px !important;
    left: 40px !important;
    margin:auto !important;
    text-align: left;
    background-color: transparent !important;/*rgba(255,255,255,.8);*/
    }
    .hs_cos_flex-slider .superimpose .caption h2{
    font-size: 16px !important;
    background-color: rgba(255,255,255,.8) !important;
    margin-bottom: -13px !important;
	padding: 8px !important;
    }
    .hs_cos_flex-slider .superimpose .caption p{
    /*font-size: 12px !important;*/
    display: none !important;
    }
}

.hs_cos_flex-slider h1,
.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: #333;
}

/* Featured Images Gallery specific changes */
 
.vex-content.hs-gallery .hs_cos_flex-slides li div.caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: #fff;
    padding: 10px 5% 10px 5% !important;
    width: 100%;
    bottom: 0;
    text-align: center;
}


/***************************************************/
/*---------| 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;
}

/* ---------- Form Stuff ---------- */
.gen-form-cont {
    background:#D9E2DF!important;
    padding:10px 40px 30px!important;
    max-width:940px!important;
    width:100%!important;
    margin:0px auto 40px!important;
    float:none!important;
    font-family:"Open Sans",serif!important;
}
.gen-form-top-content {
    background:#D9E2DF!important;
    padding:30px 40px 1px 40px!important;
    max-width:940px!important;
    width:100%!important;
    margin:40px auto 0px!important;
    float:none!important;
    font-family:"Open Sans",serif!important;
    border-radius:5px 5px 0 0;
}
.gen-form-top-content h2 {
    text-align:center;
    padding:0 0 20px;
}
.gen-sideform-cont {
    padding:20px!important;
}
.gen-form-cont h3.form-title, .gen-sideform-cont h3.form-title {
    color: #007cc2;
    font-family: "Open Sans",helvetica,arial,sans-serif;
    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: #007cc2!important;
    text-transform:uppercase!important;
    font-weight:300!important;
    font-size:14px!important;
    padding:0px 10px 1px !important;
    margin:0px!important;
    border-radius:4px!important;
    text-align:left!important;
    display: inline-block!important;
    /*width: 100% !important;*/
}
.gen-form-cont ul, .gen-sideform-cont ul {
    list-style-type: none!important;
    margin:0!important;
    padding:0!important;
/* make checklist 2 columns 
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;*/
}
.gen-form-cont ul, .gen-sideform-cont ul li {
	margin-left: 5px !important;
}

@media screen and (max-width:320px) {
	.gen-form-cont ul, .gen-sideform-cont ul {
    	list-style-type: none!important;
    	margin:0!important;
    	padding:0!important;
	/* make checklist 1 column for small screen */
  		columns: 1;
  		-webkit-columns: 1;
  		-moz-columns: 1;
		}
}

.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: 16px !important;
    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;
    position:relative;
    z-index:1;
    font-family:"Open Sans",helvetica,arial!important;
}
.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: 16px !important;
    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;
    position:relative;
    z-index:1;
    font-family:"Open Sans",helvetica,arial!important;
}
.hs-field-desc {
    display: inline-block;
    font-size: 16px !important;
    font-weight:300!important;
}

/* ----- Form Button ----- */
.gen-form-cont .btn-primary, .gen-form-cont .hs-button.primary {
    -moz-user-select: none !important;
    display: inline-block;
    background: #fcd12c url(//cdn2.hubspot.net/hubfs/481608/graphics/learnMoreButtonBack.png) no-repeat top right;
    height: 45px;
    width: 212px !important/*100% !important*/;
    border-radius: 5px;
    line-height: 45px;
    font-size: 17px;
    text-transform: uppercase;
    color: rgba(61,61,61,0.8);
    font-family:"Open Sans",helvetica,arial,sans-serif!important;
    white-space: nowrap;
    padding: 0 20px;
    text-decoration: none;
    font-weight: 700;
    box-sizing: border-box;
    position: relative;
    margin:15px;
    box-shadow: 0px 2px #dfdfdf;
    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 {
     -moz-user-select: none !important;
    display: inline-block;
    background: #fcd12c url(//cdn2.hubspot.net/hubfs/481608/graphics/learnMoreButtonBack.png) no-repeat top right;
    height: 45px;
    width: 212px !important/*100% !important*/;
    border-radius: 5px;
    /*line-height: 45px;*/
    font-size: 17px;
    text-transform: uppercase;
    color: rgba(61,61,61,0.8);
    font-family:"Open Sans",helvetica,arial,sans-serif!important;
    white-space: nowrap;
    text-align:left;
    padding: 0 55px !important;
    text-decoration: none;
    font-weight: 700;
    box-sizing: border-box;
    position: relative;
    margin: 15px;
    box-shadow: 0px 2px #dfdfdf;
    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:#fddf6c url(//cdn2.hubspot.net/hubfs/481608/graphics/learnMoreButtonBack.png) no-repeat top right !important;
}

@media screen and (max-width:767px) {
    /*.gen-form-cont .btn-primary, .gen-form-cont .hs-button.primary {
    background-color: #fcd12c !important;
    background-image: none !important;
    border: 0px solid #15768f !important;
    border-radius: 5px !important;
    box-shadow: 0 0 #000 inset !important;
    font-family:"Open Sans",Helvetica!important;
    color: #000 !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-size: 20px !important;
    float:none!important;
    font-weight: 700!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;
    width: 90%!important;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    position:relative;
    z-index:1;
    }*/
    .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;
    }
}

/*========================================================*/
/* Main Application Listing Styles */
/*========================================================*/
a.app-box {
    padding:10px;
}
a.app-box img {
    display: block !important;
    height: auto;
    width: 100%;
}
#structureDropdown, #applicationDropdown, #sizeDropdown, #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:"proxima nova",helvetica,arial,sans-serif!important;
    color:#3d3d3d;
    font-weight:700;
    border:0px solid #fff;
    box-shadow:0px 0px 0px #fff;
}

@media (max-width:860px) {
	#structureDropdown, #applicationDropdown, #sizeDropdown, #appDropdown, #industryDropdown, #productDropdown, #repStateDropdown {
		font-size:14px !important;
	}
}

/**************************************************/
/*--------| FiberTite Main Blog (General) |-------*/
.blog .heroBanner {
    background-image: url('//cdn2.hubspot.net/hubfs/481608/siteImages/interior/architectural-fabric-tedlar-finish.jpg');
    margin-bottom: 40px;
    padding:50px 0;
}

.blog .heroBanner h1 a {
    color: #333;
    text-decoration: none;
}

.blog .heroBanner h1 a:hover {
    color: #444;
}

.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: #007cc2;
    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 {
	font-size: 30px;
    margin: 0 0 30px;
    color: #597a94!important;
    text-decoration:none;
    /*border-bottom:1px dotted #cfcfcf;*/
}

.social-sharing-wrapper {
    margin-bottom: 30px;
}

.post-item .post-body {
    padding:20px 0 0;
}

.post-body blockquote {
	margin-top: 12px !important;
}

.blog .post-body h2 {
    font-size:36px;
}
.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: 16px;
    background: #fcd12c;
    border-radius: 5px;
    color:#333;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.post-item .more-link:hover {
    background: #007cc2;
    color:#FFF;
}

.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: #fcd12c;
    margin: 0 10px 20px 0;
    padding: 10px 15px;
    border-radius: 3px;
    color: #2f2f2f;
    font-family:"Open Sans",helvetica,arial,sans-serif!important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s linear;
}

.blog-pagination a:hover {
    background: #007cc2;
    color: #ffffff;
}

.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: 16px !important;
    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: #007cc2 !important;
    background-image: none !important;
    border: 0px solid #15768f !important;
    border-radius: 5px !important;
    box-shadow: 0 0 #000 inset !important;
    color: #fff !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 0.2s ease-in-out;
}

.blog-sidebar .widget-type-blog_subscribe input[type="submit"]:hover {
    background:#007cc2!important;
}

/* Author Styles */
/*============================*/
.blog-content .hs-author-bio-container {
    min-height:125px;
    border: 1px solid #cccccc;
    padding:20px;
    font-family:'lato',helvetica,sans-serif!important;
    color:#333e48;
    font-weight:300;
    font-size:16px;
}
.blog-content .hs-author-avatar {
    display:block;
    float:left;
    padding: 0px 10px 10px 0px;
}
.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;
}

/* 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:4px!important;
    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:'Open Sans',helvetica,sans-serif!important;
    display:block;
    float:none;
    background:#fcd12c!important;
    color:#3d3d3d!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 #FFFFFF!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:16px!important;
    }
}

/*********************************************************/
/*----------| CUSTOM PROJECT PROFILES (BLOG) |-----------*/

.hs-blog-header .heroBanner .innerWrap h3 {
	color: #333 !important;
	font-weight: 300 !important;
	margin-top: 20px;
	}
.project1, .project4, .project7, .project10 {
    width:31%!important;
    margin:16px 0 16px!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;
}
.project2, .project3, .project5, .project6, .project8, .project9, .project11, .project12 {
    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 {
    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 .hs-featured-image-wrapper {
	max-height: 205px !important;
	width: 100% !important;
	overflow:hidden !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;*/
    height: auto;
}
.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 {
    border:1px solid #fcd12c!important;
}
.project-box h2 {
    padding:0px 20px!important;
    margin:0!important;
    font-weight:300!important;
    /*font-size:24px!important; */
    font-size:18px; !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:#007cc2!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:#3d3d3d!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:#007cc2!important;
    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  {
        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 {
        clear:left;
    }
  /*  .styled-select {
    font-size:12px !important;
    }*/
}

@media (max-width: 768px) {
	.styled-select {
		font-size: 12px !important;
		}
}


@media screen and (max-width:700px) {
    .project-box {
        cursor:pointer;
    }
    .project1, .project3, .project5, .project7, .project9, .project2, .project4, .project6, .project8, .project10, .project11, .project12  {
        width:70%!important;
        margin:10px auto 10px!important;
        display:block!important;
        float:none!important;
        text-align:center;
    }
    .project3, .project5, .project7, .project9, .project11 {
        clear:none;
    }
}
@media screen and (max-width:640px) {
    .project1, .project3, .project5, .project7, .project9, .project2, .project4, .project6, .project8, .project10, .project11, .project12  {
        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(//cdn2.hubspot.net/hubfs/481889/2015-dev/books-827943_1920.jpg);
    margin-bottom: 0px;
    padding:50px 0;
    background-position: center 60% !important;
    background-size: cover !important;
    background-color:#3d3d3d!important;
}
.blog .docBanner h1 a {
	font-size: 60px !important;
	font-weight: 300 !important;
    background: rgba(255,255,255, .7);
	padding: 20px 40px 20px;
	color: #333 !important;
	margin: 25px auto 25px !important; 
	/*max-width:60%;*/
}
.blog .docBanner h1 a:hover {
    color: #444;
}

@media screen and (max-width:768px) {
    .blog .docBanner {
    background-image: url(//cdn2.hubspot.net/hubfs/481889/2015-dev/books-827943_1920.jpg);
    margin-bottom: 0px;
    padding:50px 0;
    background-position: center 60% !important;
    background-size: cover !important;
    background-color:#3d3d3d!important;
    }
}

@media screen and (max-width:480px) {
    .blog .docBanner {
    max-height: 120px !important;
    background-image: url(//cdn2.hubspot.net/hubfs/481889/2015-dev/books-827943_1920.jpg);
    margin-bottom: 0px;
    padding:20px 0;
    background-position: center 60% !important;
    background-size: cover !important;
    background-color:#3d3d3d!important;
    }
    .blog .docBanner h1 a {
	font-size: 30px !important;
	font-weight: 300 !important;
    background: rgba(255,255,255, .7);
	padding: 20px 10px 20px;
	color: #333 !important;
	margin: 25px auto 25px !important; 
	}
.blog .docBanner h1 a:hover {
    color: #444;
	}
}

.doc-content .post-item h2 {
    margin: 12px 0 8px;
    font-size:30px;
}
.doc-content .post-item h2 a {
    color: #fcd12c!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(//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:#3d3d3d!important;
}
.blog .repBanner h1 a {
    color: #ffffff;
    text-decoration: none;
}
.blog .repBanner h1 a:hover {
    color: rgba(255,255,255,0.75);
}
.rep-content .post-item {
    background:url(//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: #fcd12c!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;
    }
}
----| NOT IN USE */

/******* BACK TO TOP BUTTON *******/
/* Not in use -----
.backToTopWrap {
    padding-top:20px;
    right: 20px;
    bottom: 0;
    position: absolute;
    display: block;
    color: #ffffff;
    font-family:"Open Sans",helvetica,sans-serif;
}

.backToTopWrap:hover {
    color: #fcd12c;
}

.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(//cdn2.hubspot.net/hubfs/481605/2015-Dev/images/btn-bg-thin.jpg) repeat-x top left #fcd12c;
    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: #f2f2f2;
}

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: #3d3d3d;
}

body .footer-container .footerLogo {
    width: 263px;
    max-width: 100%;
    display: block;
    margin: 0 auto 14px;
}

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: #007cc2;
}

body .footer-container ul li:last-child:after {
    content: '';
    padding: 0;
}

body .footer-container ul li a {
    color: #007cc2;
    text-decoration: none;
    transition: all 0.2s linear;
}

body .footer-container ul li a:hover,
body .footer-container ul li.active a {
    color: #3d3d3d;
}

/* Custom Print Only Styles - XR */
@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: #ffffff!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 .green, .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 .green 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 #ffffff!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;
}

/*
	=================================
		form validation errors
	
.hsformerror {
	color: #F00 !important;
	position: relative !important;
	top: 0 !important;
	bottom: 0 !important;
}

ul.hs-error-msgs {
    list-style:none;
    padding:0;
    margin:0 !important;
}
ul.hs-error-msgs label {
  margin: 0 0 2px !important;
  padding: 2px 6px;
  width: 100%;
  height: auto;
  background-color: #FFF;
  font-size: 11px !important;
  border: 1px solid #fcb3af;
  padding: 4px 16px 4px 10px;
  color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 6px #ddd;
  -moz-box-shadow: 0 0 6px #ddd;
  box-shadow: 0 0 6px #ddd;
  z-index: 99999;
}

ul.hs-error-msgs.input-lists {
    list-style:none;
    padding:0;
    margin:0 !important;
}

ul.hs-error-msgs li {
	margin-left: 0px !important;
}

================================= */

/*===============================
	added for search
=================================*/

/* Search Form ... */
  .hs-search-field {
  position: relative;
  padding:5px;
  z-index: 9999;
}
.hs-search-field__input {
  width: 170px;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #cfcfcf;
}
.hs-search-field__suggestions {
  margin: 0;
  padding: 10px;
  list-style: none; 
  width: 250px;
}
.hs-search-field--open .hs-search-field__suggestions {
  background: #fff;
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 10px 0 0 0;
  text-align:center;
  font-weight: normal;
}
.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;
}

.magGlass {
	padding-top: 10px;
}

@media(max-width:920px){
  .hs-search-field {
    left: -50px;
  }  
} 

@media(max-width:768px){
  .hs-search-field {
    left: 0px;
    top: -30px;
    float: left;
  }
  .hs-search-field__input {
  	width: 250px;
  }  
  .magGlass {
	padding-top: 0px;
	position:relative;
	top: -45px;
	left: 5px;
	}
}

/* Search Results... */
.hs-search-results__listing {
  list-style: disc;
  margin: 0;
  padding: 0;
}
.hs-search-results__listing li {
  margin: 0;
  padding: 0;
}

.hs-search-results__title {
	font-size: 20px;
}
.hs-search-results__description {
	font-size: 16px;
	padding: 0px 10px 0;
}


.hs-search-highlight {
  font-weight: bold; 
}
.hs-search-results__prev-page {
  float: left;
}
.hs-search-results__next-page {
  float: right;
}

#secondSearch .hs-search-field {
  	position:static !important;
		float:none !important;
}