@import url('http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);

@font-face {
    font-family: 'modern_pictograms_proregular';
    src: url('//cdn2.hubspot.net/hubfs/79614/fonts/modernpictogramspro_2-webfont.eot');
    src: url('//cdn2.hubspot.net/hubfs/79614/fonts/modernpictogramspro_2-webfont.eot?#iefix') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/79614/fonts/modernpictogramspro_2-webfont.woff') format('woff'),
         url('//cdn2.hubspot.net/hubfs/79614/fonts/modernpictogramspro_2-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body, html {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}

hr {
    background: #e4e4e4;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    height: 1px;
}

.fullWrap {
    width: 100%;
}

.innerWrap, #hs_cos_wrapper_secondary_content {
    max-width: 1140px;
    margin: 0 auto;
}
#hs_cos_wrapper_secondary_content {
    display: block;
    padding: 20px;
}

body {
    color: #222;
    background-color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

.post-body a, .post-body p a, .bodyWrap .hs_cos_wrapper_type_rich_text a, a {
    text-decoration:none;
    color: #00adef;
    transition: all 0.2s linear;
}

.post-body a, .post-body p a:hover, .bodyWrap .hs_cos_wrapper_type_rich_text a:hover, a:hover {  
     text-decoration:underline;
    color: #222;
}

/*** CTA Button Base ***/

a.cta {
    background-color: #F37A29;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    margin: 20px 0;
    padding: 15px 35px;
    text-decoration: none;
    text-transform: none;
    transition: all 0.7s ease 0s;
      border: 1px solid #00adef;
}

a.cta:hover{
    background: #d3d3d3;
    border-color: transparent;
    color: #222;
}
    
a.cta.whiteButton{ background-color: #3cbfae;color:#fff;border:1px solid #fff;}

a.cta.whiteButton:hover{ background-color:#fff;color:#3cbfae;border:1px solid #00adef; }


/* Webkit Form Style Reset */

input[type="text"],input[type="email"], textarea{
          -webkit-appearance: none;
    border-radius: 0;
    border:1px solid #e4e4e4
    }
    
    input.hs-button.primary.large,input.hs-button{
          -webkit-appearance: none;
    border-radius: 0}
    
select{ border:1px solid #e4e4e4;border-radius: 0;background:#fff;height:28px;}

/******************* Header + Navigation *****************/

.header-container-wrapper {
    position: fixed;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
}

.header-container-wrapper.short #logo {
    padding: 22px 0;
}
/*
.header-container-wrapper.short #logo img {
    height: 50px !important;
    width: auto;
}*/

.header-container-wrapper.short .headerMenu {
    margin-top: 18px !important;
}

.header-container-wrapper.short .headerCta {
    padding: 10px 15px;
}

.header-container-wrapper.short .courtesyMenu ul {
    margin-right: 120px;
    margin-top: 8px;
}

.header-container-wrapper.short .courtesyMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 0 10px;
    border-right: 1px solid rgba(0,0,0,0.1);
}

.header-container-wrapper.short .courtesyMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a {
    border-right: 0;
}

/* Drop Down */

.fullWrap.headerDD .headerTop
{
    display: inline-block;
    overflow: visible;
    padding: 0 0 20px;
    width: 100%;
}

.fullWrap.headerDD .headerTop .innerWrap {
    position: relative;
}

@media(max-width:1140px)
{
    
    .innerWrap
    {
        padding: 0 20px;
    }

    .fullWrap.headerDD .headerMenu ul ul
    {
        background-color: #fff;
        margin-left: 13px;
        max-width: 112px;
        padding-top: 36px;
    };
}

.fullWrap.headerDD .headerMenu ul ul li a
{
    font-size: 14px;
    color: #333333;
    padding: 10px 24px 10px 20px;
    margin: 0;
    text-transform: none;
}

.fullWrap.headerDD .headerMenu ul ul li a:hover
{
    border-bottom: 2px solid #f3f3f3;
    background-color: #f3f3f3;
}

.fullWrap.headerDD .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a
{
    width: auto;
}

/* Header Containers */

.headerTop
{
    display: inline-block;
    overflow: auto;
    padding: 0 0 20px;
    width: 100%;
}

.headerWrap
{
   z-index:990;
}

#logo {
    float: left;
    left: 0;
    top: 0;
    padding: 45px 0;
    display:inline-block;
    max-width:345px;
}
#logo img{ max-width:100%; height:auto;}

/**** Header Menu ****/
.headerMenu {
    color: #222;
    float: right;
    margin: 30px 0 0;
    padding: 0;
}

.headerMenu li
{
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    cursor: pointer;
    font-size: 18px;
}

.headerMenu li:first-child {
    padding-left: 0;
}

.headerMenu li:last-child {
    padding-right: 0;
}

.headerMenu li:hover {
    color: #00adef;
}

.headerMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 0 15px;
    margin: 0;
    display: block;
    color: #222;
    font-weight: 300;
    text-decoration: none;
    transition: all 0.2s linear;
}

.headerMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover,
.headerMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.active a {
    color: #00adef;
}

.headerMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:first-child a {
    padding-left: 0;
}

.headerMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a {
    padding-right: 0;
}

.expandedProdMenu {
    margin: 80px 0 0;
    text-align: right;
    position: relative;
    padding: 10px 0px 20px 0px;
}

.expandedProdMenu .closeExpandedProdMenu {
    cursor: pointer;
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    text-align: right;
    bottom: -55px;
    right: -10px;
}

.expandedProdMenu .closeExpandedProdMenu img {
    width: 55px;
    height: 55px;
}

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_menu
{
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a
{
    padding: 0 6px;
}

/* Header Buttons */

.loginWrap a.headerButton
{
    border-radius: 0px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    padding: 9px 38px;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 3px 4px 4px 2px #ddd;
}

a.headerButton.freeTrialButton
{
    background-color: #4699b5;
    border: 2px solid #4699b5;
}

a.headerButton.freeTrialButton:hover
{
    background-color: #fff;
    text-decoration: none;
    color: #4699b5;
}

.courtesyMenu {
    overflow: hidden;
    float: right;
}

.courtesyMenu .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_menu {
    float: none;
}

.courtesyMenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0px 140px 0 0;
}

.courtesyMenu ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.courtesyMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1em;
    color: #222;
    text-decoration: none;
    padding: 20px 15px;
    transition: all 0.2s linear;
}

.courtesyMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover,
.courtesyMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.active a {
    color: #00adef;
}

.headerCtaWrap {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    width: 120px !important;
}

.headerCta {
    position: absolute;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
    background: #F37A29;
    border: 1px solid #00adef;
    text-align: center;
    color: #fff;
    line-height: 1em;
    text-decoration: none;
    transition: all 0.2s linear;
    padding: 15px;
    top: 0;
    right: 0;
    box-sizing: border-box;
}

.headerCta:hover {
    background: #d3d3d3;
    border-color: transparent;
    color: #222;
    text-decoration: none;
}

/***************************************************** Fixed Header For Wide Desktop *********************************************************/



/***************************************************** Hero Area *********************************************************/
  
  /* Extra Wrapper to allow for thin gradient at top of content area*/
  #heroOuterWrap
    {
        /*background-image:url(//cdn2.hubspot.net/hub/32387/file-2484384137-jpg/base-template-projects/selectone/interior-page-assets/content-top-bg.jpg);*/
        background-repeat: repeat-x;
        background-position: bottom center;
        background-color: #fff;
        background-repeat:repeat-x;
        padding-bottom:10px;
        overflow:auto;
        width:100%;
    }

body .body-container-wrapper #heroWrap .innerWrap{ padding:0; }

#heroWrap {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 210px 0 0;
    text-align: center;
}
.about-us-new #heroWrap{ background-position: top center;} 

.headerWhiteBox {
    background: rgba(255,255,255,0.75);
}

#heroWrap .headerContactWrap {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    width: 1140px;
    max-width: 100%;
    box-sizing: border-box;
    left: 0;
    right: 0;
}

.headerContactWrap a.cta:hover {
    background: rgba(255,255,255,0.25);
    border-color: #00ADEF;
    color: #222;
}

#heroWrap h1 {
    color: #000000;
    font-size: 46px;
    font-weight: 400;
    line-height: 58px;
    margin: 0;
    padding: 10px 0;
    
}

#heroWrap h1 a {
    color: #000;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.2s linear;
}

.blog #heroWrap h1 a {
    font-weight: 300;
}

#heroWrap h1 a:hover {
    color: #00adef;
}

#heroWrap h2{font-size:30px; line-height:36px;font-weight:300;color:#fff;margin:0 0 38px;}


@media(max-width:480px)
{
     #heroWrap{padding:50px 0;}
     #heroWrap h1{font-size:18px;line-height:30px;}
     #heroWrap h2{font-size:16px;line-height:24px;margin-bottom:20px;}
}


@media(max-width:768px)
{
     #heroWrap{padding:50px 0;}
     #heroWrap h1{font-size:26px;line-height:30px;}
     #heroWrap h2{font-size:18px;line-height:24px;margin-bottom:20px;}
}

@media(max-width:1139px){
 #heroWrap{background-size:cover;}   
}

/***************************************************** Body Container *********************************************************/

/* Set BG for Top of Body Content */
body .body-container-wrapper{
    padding-top: 130px;
}

/* Set BG for Bottom of Body Content */
body .body-container-wrapper .body-container.container-fluid
    {
        background-image:url(//cdn2.hubspot.net/hub/32387/file-2476116873-jpg/base-template-projects/selectone/shared-assets/header/header-bottom-bg.jpg);
        background-repeat: repeat-x;
        background-position: bottom center;
        background-color: #fff;
        background-repeat:repeat-x;
       padding-bottom:50px;
    }

body .body-container-wrapper .body-container.container-fluid .bodyContentWrap{padding-top:50px;}

/* Add horizontal padding to inner content containers to prevent content from touching viewport edges on narrow viewports */
    @media(max-width:1139px)
    {
    
        body .body-container-wrapper .innerWrap{padding:0 20px;}
        
    }


/***************************************************** Interior Site Page Sidebar Styles *********************************************************/


@media(max-width:768px)
{
.sidebar.leftSidebar{margin-bottom:30px;display:block;}
}

a.cta_button {
    box-sizing: border-box !important;
}

.sidebarTextCta {
    border: 1px solid #00adef;
    display: block;
    width: 100%;
    max-width: 250px;
    background: #00adef;
    text-align: center;
    color: #ffffff;
    padding: 15px;
    box-sizing: border-box !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    transition: all 0.2s linear;
}

.sidebarTextCta:hover {
    background: #d3d3d3;
    border-color: transparent;
    color: #222;
    text-decoration: none;
}

/* Sidebar Vertical Navigation */

.body-container .sidebar .widget-type-cta { margin-bottom: 40px; }
.body-container .sidebar .widget-type-cta a.cta_button img {
    margin: 0 auto !important;
}

.body-container .sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.body-container .sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul li a  {
    color: #222;
    font-size: 18px;
    font-weight: 300;
    line-height: 1em;
    padding: 15px 0;
    display: inline-block;
    text-decoration: none;
}

.body-container .sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul li.active a,
.body-container .sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:hover {
    color: #00adef;
}

/***************************************************** Interior Site Page Content Styles *********************************************************/


.body-container{font-size:16px;line-height:24px;font-weight:300;}

.body-container h1{font-size:42px;font-weight:400; margin:0 0 20px; line-height:46px;}
.body-container h2{font-size:34px;font-weight:400; margin:0 0 20px; line-height:38px;}
.body-container h3{font-size:28px;font-weight:300; margin:0 0 20px; line-height:32px;}
.body-container h4{font-size:24px;font-weight:300; margin:0 0 20px; line-height:28px;}
.body-container h5{font-size:18px;font-weight:300; margin:0 0 20px; line-height:22px;}
.body-container h6{font-size:14px;font-weight:300; margin:0 0 20px; line-height:18px;}

/* Styles for Lists inside hs_cos_wrapper_type_rich_text elements */
.body-container .hs_cos_wrapper_type_rich_text ul{margin:0 0 20px 0;padding:0;list-style:none;}
.body-container .hs_cos_wrapper_type_rich_text ul li {
    background-image: url("//cdn2.hubspot.net/hub/32387/file-2486047822-png/base-template-projects/selectone/shared-assets/content/bullet.png");
    background-position: 0 14px;
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 20px;
    padding: 6px 0 6px 16px;
}




/***************************************************** Full Width CTA Custom Module  *********************************************************/

    .fullWidthCta{text-align:center;}
    
    .fullWidthCta h2 {
        font-size: 24px;
        font-weight: 300;
        line-height: 32px;
        margin: 30px 0 10px;
    }
    
    body .outerWrap.fullWidthCta .innerWrap{border-top:1px solid #e8e8e8;padding:50px 0;overflow:auto;}
    
    .fullWidthCta a.cta{display:inline-block;margin-bottom:40px;}

/***************************************************** Footer *********************************************************/
.footer-container-wrapper {
    background: #222;
}
.footerWrap {
    overflow: hidden;
    padding: 40px 0 10px;
    color: #ffffff;
    vertical-align: top;
    font-size: 18px;
    line-height: 22px;
}

.footerWrap .copyrightText {
    text-align: center;
    font-size: 12px;
    padding: 40px 0 0;
    margin: 0 auto;
    color: #ffffff;
}

.footerWrap a {
    color: #F37A29;
    transition: color 0.2s linear;
}

.footerWrap a:hover {
    color: #00adef;
}
    
.footerWrap h4 {
    font-size: 20px;
    margin: 0 0 10px;
    padding: 0;
    font-weight: 600;
    color: #F37A29;
}

.hs-footer-company-copyright{width:100%;}

.footerSocial a,
.contactSocial a {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 5px 0 0;
    padding: 0;
    vertical-align: top;
    background-size: cover;
    background-position: center center;
    text-decoration: none;
    transition: background 0.2s linear;
}

.contactSocial a {
    margin: 0 5px;
}

.footerSocial .footerLinkedIn { background-image: url(//cdn2.hubspot.net/hubfs/79614/images/New_Site/Social_Icons/LinkedIn_white.png); }
.footerSocial .footerTwitter { background-image: url(//cdn2.hubspot.net/hubfs/79614/images/New_Site/Social_Icons/Twitter_white.png); }
.footerSocial .footerFacebook { background-image: url(//cdn2.hubspot.net/hubfs/79614/images/New_Site/Social_Icons/Facebook_white.png); }
.footerSocial .footerYouTube { background-image: url(//cdn2.hubspot.net/hubfs/79614/images/New_Site/Social_Icons/Youtube_white.png); }

.footerSocial .footerLinkedIn:hover { background-image: url(//cdn2.hubspot.net/hubfs/79614/images/New_Site/Social_Icons/LinkedIn_blue.png); }
.footerSocial .footerTwitter:hover { background-image: url(//cdn2.hubspot.net/hubfs/79614/images/New_Site/Social_Icons/Twitter_blue.png); }
.footerSocial .footerFacebook:hover { background-image: url(//cdn2.hubspot.net/hubfs/79614/images/New_Site/Social_Icons/Facebook_blue.png); }
.footerSocial .footerYouTube:hover { background-image: url(//cdn2.hubspot.net/hubfs/79614/images/New_Site/Social_Icons/Youtube_blue.png); }

.contactSocial .footerLinkedIn { background-image: url(//cdn2.hubspot.net/hubfs/79614/images/New_Site/Social_Icons/LinkedIn_blue.png); }
.contactSocial .footerTwitter { background-image: url(//cdn2.hubspot.net/hubfs/79614/images/New_Site/Social_Icons/Twitter_blue.png); }
.contactSocial .footerFacebook { background-image: url(//cdn2.hubspot.net/hubfs/79614/images/New_Site/Social_Icons/Facebook_blue.png); }
.contactSocial .footerYouTube { background-image: url(//cdn2.hubspot.net/hubfs/79614/images/New_Site/Social_Icons/Youtube_blue.png); }

.footerSocial a , .contactSocial a {
    transition: all 0.2s linear;
}

.contactSocial .footerLinkedIn:hover, .contactSocial .footerTwitter:hover, .contactSocial .footerFacebook:hover, .contactSocial .footerYouTube:hover {
    opacity: 0.75;
}


/***************************************************** Simple Footer *********************************************************/

/* Remove content area bottom border graphic from pages using Simple Footer */
body.hs-site-page.hasSimpleFooter .body-container-wrapper .body-container.container-fluid{background-image:none;}


.simpleFooter  { text-align:center; }
.simpleFooter .innerWrap { max-width:1140px; margin:0 auto; padding:60px 0; border-top:1px solid #dddddd;  }
.simpleFooter p { font-size:12px; margin:20px 0; color: #fff; }
.simpleFooter  p a { color:#00adef;display:inline-block; margin:0 12px; text-decoration:none; }
.simpleFooter  p a:hover { text-decoration:underline; }


/***************************************************** Base Form Styles *********************************************************/

.hs_cos_wrapper_type_form {
    display: block;
    /*max-width: */
    padding: 0 20px 20px;
    margin: 0 auto 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #e3e3e3;
    width: 80%;
}

h3.hs_cos_wrapper.form-title {
    font-size: 28px;
    font-weight: 300;
    margin: 20px 0px 40px;
    line-height: 32px;
    text-align: center;
} 

body .hs-form fieldset {
    max-width: none;
    width: 100%;
} 

body .hs-form fieldset input,
body .hs-form fieldset textarea {
    box-sizing: border-box;
    outline: 0;
}

.hs_cos_wrapper_type_form .hs-richtext
{
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 20px;
}
/* Labels */

.hs-form-field label {
    color: #222;
    display: block;
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 7px;
    text-transform: capitalize;
}

.hs-field-desc
{
    font-size: 12px;
      font-style: italic;
  line-height: 12px;
  margin-bottom: 10px;
}

/* Form CTA */

.actions{text-align:center;margin-bottom:30px;}

.hs_cos_wrapper_type_form .hs-button.primary.large,
.hs_cos_wrapper_type_form .btn-primary,
.hs_cos_wrapper_type_form .hs-button.primary,
.hs_cos_wrapper_type_form .callToAction
{
    background-color: #535380;
    border-radius: 0px !important;
    color: #fff;
    font-size: 14px !important;
    font-weight: 600;
    margin: 20px 0 20px;
    padding: 18px 52px !important;
    text-shadow: none !important;
    text-transform: uppercase;
     /*background-image:url('');*/
    background-repeat: no-repeat;
    background-position: 95% -38px;
    width: 100%;
}

.hs_cos_wrapper_type_form .hs-button.primary.large:hover,
.hs_cos_wrapper_type_form  .btn-primary:hover,
.hs_cos_wrapper_type_form  .hs-button.primary:hover,
.hs_cos_wrapper_type_form  .callToAction:hover
{
    cursor: pointer;
    color: #222 !important;
    background-position: 95% 5px;
}

/* All <input> elements */

body .hs-form fieldset.form-columns-1 .hs-input {
    width: 100%;
}

.hs_cos_wrapper_type_form input[type="radio"]
{
    width: 10px;
    padding-right: 5px;
    border: 0px;
}

.hs_cos_wrapper_type_form textarea {
    resize: vertical !important;
    min-height: 100px;
}

.hs_cos_wrapper_type_form textarea,.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"],
.hs_cos_wrapper_type_form input[type="datetime"],
.hs_cos_wrapper_type_form input[type="datetime-local"],
.hs_cos_wrapper_type_form input[type="date"],
.hs_cos_wrapper_type_form input[type="month"],
.hs_cos_wrapper_type_form input[type="time"],
.hs_cos_wrapper_type_form input[type="week"],
.hs_cos_wrapper_type_form input[type="number"],
.hs_cos_wrapper_type_form input[type="email"],
.hs_cos_wrapper_type_form input[type="url"],
.hs_cos_wrapper_type_form input[type="search"],
.hs_cos_wrapper_type_form input[type="tel"],
.hs_cos_wrapper_type_form input[type="color"] select
{
    -moz-box-sizing: border-box;
    display: inline-block;
    padding: 14px 10px;
    width: 100%;
}

body .hs_cos_wrapper_type_form input[type="text"],
body .hs_cos_wrapper_type_form textarea,
body .hs_cos_wrapper_type_form input[type="email"]
{
    border: 0 none;
    border-radius: 0;
    color: #545558;
    font-size: 14px;
    margin-bottom: 16px;
    padding: 10px;
    width: 100%;
    border: 1px solid #c5c5c5;
    box-sizing: border-box !important;
}

body .hs_cos_wrapper_type_form select
{
    font-size: 16px;
    margin-bottom: 16px;
    padding: 10px;
    width: 100%;
}

ul.inputs-list.multi-container
{
    padding: 0;
    margin: 0 0 25px;
}

.field.hs-form-field
{
    margin-bottom: 8px;
}

input[type="file"]
{
    font-size: 16px;
    max-width: 90%;
}

@media(max-width:480px)
{
    .hs_cos_wrapper_type_form .hs-button.primary.large,
    .hs_cos_wrapper_type_form .btn-primary,
    .hs_cos_wrapper_type_form .hs-button.primary,
    .hs_cos_wrapper_type_form .callToAction
    {
        background-image: none;
    };
}

/* Form Overrides */
.widget-type-form ul { list-style:none; width: 90%; margin: 0 auto 0 0; }
.widget-type-form ul li label {
    position: relative;
    padding: 0 0 0 20px;
}
.widget-type-form ul li label input {
    position: absolute;
    top: 2px;
    left: 0;
    margin: 0;
    padding: 0;
}

.cosLanding .widget-type-form h3 { font-size:30px; color:#222222; font-family:"Lato", sans-serif; font-weight:300; line-height:1em; text-transform:none; margin-bottom:25px; }
.cosLanding .widget-type-form label { font-size:16px; color:#222222 font-weight:300; font-family:"Lato", sans-serif; }

body .hs_cos_wrapper_type_form input[type="text"], body .hs_cos_wrapper_type_form textarea, body .hs_cos_wrapper_type_form input[type="email"] { padding:6px; }

.hs_cos_wrapper_type_form .hs-button.primary.large, .hs_cos_wrapper_type_form .btn-primary, .hs_cos_wrapper_type_form .hs-button.primary, .hs_cos_wrapper_type_form .callToAction {
    background: #00adef;
    border: 1px solid #00adef;
    color: #fff;
    border-radius: 0px;
    font-size: 20px !important;
    font-weight: 300;
    margin: 10px auto;
    padding: 10px 40px !important;
    text-shadow: none !important;
    text-transform: none;
    width:auto;
    font-family:"Lato", sans-serif;
    cursor: pointer;
    transition: all 0.2s linear;
}

.hs_cos_wrapper_type_form .hs-button.primary.large:hover,
.hs_cos_wrapper_type_form  .btn-primary:hover,
.hs_cos_wrapper_type_form  .hs-button.primary:hover,
.hs_cos_wrapper_type_form  .callToAction:hover {
    background: #d3d3d3;
    border-color: transparent;
    color: #222 !important;
}

.form .hs_submit .actions { text-align:center; }

/***************************************************** Contact Page *********************************************************/


#contactSocial{text-align:center;}
#contactSocial a {
    display: inline-block;
    margin: 10px;
}

/***************************************************** News Page *********************************************************/

.newsItem{margin-bottom:40px;}
.newsItem h2{color:#3cbfae;}
.newsItem a.cta{margin-top:30px;margin-left:0;text-transform:capitalize;font-size:24px;padding-left:40px;padding-right:40px;font-weight:300;margin-bottom:0;}
.newsItem h2.newsItemTitle{margin-bottom:10px;}
.newsItem .newsItemDateLine{width:100%;margin-bottom:20px;font-size:18px;}
.newsItem .newsItemDateLine {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

.newsPage .footerWrap{background-image:url(//cdn2.hubspot.net/hub/32387/file-2497624579-jpg/base-template-projects/selectone/interior-page-assets/news/news-footer-bg.jpg);}

/***************************************************** Blog *********************************************************/

#heroWrap.fullWrap.blogBannerWrap {
    padding: 250px 0 90px;
    overflow: auto;
    background: url("//cdn2.hubspot.net/hubfs/79614/template-assets/shared-assets/blog-banner.jpg") no-repeat center top #3c3a36;
    background-size: cover;
}

.fullWrap.blogBannerWrap .headerWhiteBox {
    background: rgba(255,255,255,0.75);
    overflow: hidden;
    transition: background 0.2s linear;
}

.fullWrap.blogBannerWrap h1 {
    margin: 110px 0;
    line-height: 42px;
    font-size: 42px;
    font-weight: 300;
    color: #222;
    padding: 0;
    text-align: center;
    width: 100%;
}

.fullWrap.blogBannerWrap h1 a {
    color: #222;
    text-decoration: none;
    display: block;
    width: 100%;
}

.fullWrap.blogBannerWrap .headerWhiteBox:hover {
    background: rgba(255,255,255,0.65);
}

.blogWrapper {
    padding: 80px 0 40px;
}

.blogContent {}

@media(max-width:768px)
{
    .fullWrap.bannerWrap.blogBanner h1
    {
        padding: 10px 0;
        line-height: 32px;
        font-size: 24px;
    }

    .fullWrap.bannerWrap.blogBanner h2
    {
        line-height: 40px;
        font-size: 24px;
    };
}

@media(max-width:1139px)
{
    .hs-blog-post .body-container-wrapper,.hs-blog-listing .body-container-wrapper
    {
        padding-top: 0;
        background-color: #fbfbfb;
    };
}

@media(max-width:1139px)
{
    .hs-blog-post .body-container-wrapper,.hs-blog-listing .body-container-wrapper
    {
        padding-top: 0;
    };
}

/**************** Blog Title Area  ********************/


.titleWrap strong
{
    color: #535380;
    padding: 0;
    margin: 0;
    font-size: 52px;
    font-weight: 600;
}

.post-header h2
{
    line-height: 20px;
    margin-bottom: 12px;
    margin-top: 0;
}

/**************** Post Listing  ********************/

/* Hide Bio on Post Listing Pages*/
.hs-blog-listing .blogBio {
    display: none;
}

.post-header h2, .hs-blog-post .post-header h1 {
    margin-bottom: 24px;
}

.post-header h2 a, .hs-blog-post .post-header h1 a {
    color: #222;
    font-size: 36px;
    font-weight: 300;
    line-height: 40px;
    text-decoration: none;
}

.post-header h2 a:hover,.hs-blog-post .post-header h1 a:hover {
    color: #00adef;
}

.post-header
{
    margin-bottom: 24px;
    margin-top: 0;
    display: inline-block;
}

.hs-blog-listing .post-body
{
    font-size: 15px;
    line-height: 27px;
}

.hs-author-profile h2.hs-author-name {
    font-size: 42px;
}

h3.hs-author-listing-header {
    margin-top: 30px;
}

.post-listing-simple h2 {
    margin: 0;
}

.post-listing-simple h2 a
{
    font-size: 18px;
    text-decoration: none;
}

.post-listing-simple h2 a:hover
{
    text-decoration: underline;
}

.post-listing-simple .post-item
{
    margin-bottom: 0;
}

/**************** Author Data  ********************/


/* Wrapper Container*/
.authorDetails
{
    float: left;
    width: 100%;
}

.authorDetails span
{
    float: left;
    padding: 12px 0;
}

#hubspot-author_data, .blogByLine
{
    color: #222222;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 24px;
    margin-top: 0;
    padding-top: 0;
}

a.author-link
{
    color: #00adef;
    text-decoration: none;
    font-weight: 400;
}

a.author-link:hover
{
    color: #222222;
    text-decoration: underline;
}

#hubspot-author_data img, .blogByLine img {
    border-radius: 50%;
    box: 4px 4px 4px 0 #ddd;
    margin-right: 10px;
    width: 30px;
    height: auto;
    vertical-align: top;
    float: left;
}
    


/**************** Social Sharing  ********************/


/* HubSpot Blog Share Links*/

.hSblogShareLinks
{
    float: left;
}

.hs-blog-social-share
{
    height: auto;
    background-color: transparent;
    border-top: 0px;
    border-bottom: 0px;
}

ul.hs-blog-social-share-list
{
    margin: 11px 0;
}

ul.hs-blog-social-share-list li
{
    height: 20px;
}

.hs-blog-social-share .hs-blog-social-share-list
{
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item
{
    float: left;
    margin-right: 5px;
}


/* Custom Icon Blog Share Links*/


.blogShareLinks
{
    line-height: 31px;
    color: #ccc;
    display: inline-block;
    margin: 8px 0 0;
    float: left;
    clear: both;
}

.blogShareLinks span
{
    line-height: 37px;
}

a.blogShare
{
    display: inline-block;
}

.social-sharing-widget-vertical,ul.hs-blog-social-share
{
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
}

.linkedInShare
{
    z-index: 0;
    position: inherit;
    float: none;
    display: inline-block;
}

.facebookWrap
{
    margin-left: 8px;
    float: none;
    max-width: 85px;
    display: inline-block;
}

.gPlusWrap
{
    margin: 0 0 0 4px;
    float: none;
    max-width: 75px;
    display: inline-block;
}

@media (max-width:480px)
{
    
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item
    {
        margin-bottom: 5px;
    };
}
.social-sharing-widget #li_ui_li_gen_1424367693366_1-inner {
    background-image: none !important;
}
.social-sharing-widget #li_ui_li_gen_1424367130975_1-content {
    text-indent: none !important;
}
.social-sharing-widget iframe {
    margin-top: 0 !important;
    vertical-align: top !important;
}
.social-sharing-widget > #___plusone_0 {
    vertical-align: top !important;
    margin-top: 2px !important;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item.hs-blog-social-share-item-facebook .fb_iframe_widget span {
    vertical-align: top !important;
}

/**************** Post Body Container  ********************/

.widget-type-blog_content {
    font-size: 16px;
}

.post-item {
    margin-bottom: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
}

.post-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.post-listing-simple .post-item {
    padding-bottom: 0;
}

.post-header {
    padding-top: 50px;
}

.post-header h2 {
    margin-top: 0;
}

.post-item:first-child .post-header {
    padding-top: 0;
}

/**************** Post Body Text  ********************/
.hs-blog-post .fullWidthCta
{
    display: none;
}

.post-body
{
    display: inline-block;
}

.post-body, .post-body p
{
    color: #222;
    line-height: 2em;
    font-weight: 300;
    margin: 0 0 20px;
}

.post-body p
{
/*margin-top:inherit;*/;
}

.post-body img:first-child
{
    padding-bottom: 20px;
}

.post-body ul
{
    margin-left: 30px;
}

.post-body h2
{
    color: #535380;
    font-size: 20px;
    line-height: 28px;
    margin: 20px 0;
}

.post-body h3
{
    font-weight: normal;
    color: #272a2f;
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 5px;
}

.post-body h4
{
    font-weight: normal;
    color: #ffa71d;
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 5px;
}

.logoType
{
    display: inline;
    float: none;
    font-weight: 200;
    text-transform: uppercase;
}

.logoType strong
{
    font-weight: 600;
}

.bodyWrap .hs_cos_wrapper_type_rich_text ul
{
    list-style: disc;
    margin: 0;
    padding: 0;
}

.bodyWrap .hs_cos_wrapper_type_rich_text ol
{
    margin: 0;
    padding: 0;
}

.bodyWrap .hs_cos_wrapper_type_rich_text li.liContent
{
    color: #bb8748;
    font-weight: 800;
}

.bodyWrap .hs_cos_wrapper_type_rich_text li .liContentInner
{
    background-position: left 10px;
    background-repeat: no-repeat;
    color: #636466;
    font-size: 14px;
    font-weight: 600;
}

.bodyWrap .hs_cos_wrapper_type_rich_text li
{
    padding-bottom: 30px;
}

.bodyWrap .hs_cos_wrapper_type_rich_text ol li , .bodyWrap .hs_cos_wrapper_type_rich_text ul li
{
    background-position: left 10px;
    background-repeat: no-repeat;
    color: #636466;
    font-size: 14px;
    font-weight: 600;
    margin-left: 20px;
    padding-bottom: 8px;
}

.bodyWrap .hs_cos_wrapper_type_rich_text ul li.liContent
{
    padding-bottom: 8px;
}

blockquote, blockquote p, blockquote p em
{
    color: #999;
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
}

blockquote
{
    border-left: 8px solid #8DD6F6;
    margin-left: 0;
    padding-left: 50px;
}

/* Blog Post CTA */
.hs-cta-img {
    margin: 16px auto 36px !important;
    padding: 0 !important;
}

/**************** Per Post 'Read More' Link  ********************/
/* The read more link can be moved inside the 'post-body' element in the Template Editor so it ends up inside the '.post-item' element when rendered */



a.more-link {
    background: #00adef;
    color: #fff;
    border: 1px solid #00adef;
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    margin: 20px 0;
    padding: 15px 35px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.2s linear;
}

a.more-link:hover {
    background: transparent;
    color: #222;
}



/**************** Topics  ********************/

#hubspot-topic_data {
    display: none;
    color: #333;
    font-size: 14px;
    border-top: 1px solid #d6d6d6;
    font-weight: 400;
    padding: 26px 0;
    margin: 0;
}

#hubspot-topic_data a:hover
{
    text-decoration: none;
}

#hubspot-topic_data a
{
    text-decoration: underline;
    color: #3cbfae;
    font-weight: normal;
}

/**************** Blog Pagination  ********************/
.blog-pagination {
    color: #222;
    border-top: 1px solid #e4e4e4;
    margin: 10px 0 36px;
    padding: 10px 0;
    width: 100%;
}

.blog-pagination a {
    color: #222;
    font-size: 18px;
    text-decoration: none;
    text-shadow: none !important;
    text-transform: capitalize;
    width: auto;
    margin-right: 20px;
}

.blog-pagination a.all-posts-link {
    font-weight: 500;
}

.blog-pagination a:hover {
    color: #00adef;
    text-decoration: underline;
}

/**************** Blog Listing Featured Image ********************/

.hs-featured-image-wrapper img {
    border: 0 none;
}

.hs-featured-image {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    max-width: none;
    
}

a.hs-featured-image-link
{
}

.custom_listing_comments {
    display: none !important;
    background-image: url("//cdn2.hubspot.net/hub/423318/file-1852767770-jpg/cos-assets/cos-page-assets/blog/comments.jpg");
    background-repeat: no-repeat;
    color: #333;
    font-size: 18px;
    padding: 3px 0 5px 38px;
}

/**************** Single Post Title  ********************/

.hs-blog-post .post-header
{
    padding-top: 0;
}

/**************** Single Post Images  ********************/

.section.post-body img
{
    max-width: 100%;
}
    
    
/**************** Single Post Topics ********************/ 

a.topic-link
{
    color: #4699b5;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

a.topic-link:hover
{
    text-decoration: underline;
}


/**************** Comment Form  ********************/

    
#comment-form {
    padding: 30px;
    width: 80%;
    border: 1px solid rgba(0,0,0,0.1);
    background: #e3e3e3;
    margin: 0 auto;
}
#comment-form h4
{
    color: #535380;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 26px;
    margin-top: 0;
}

#comment-form h2
{
    margin: 0 0 20px;
    font-weight: 400;
}

.blogComments {
    border-top: 1px solid #e4e4e4;
    padding: 40px 0 0;
}

.hs-blog-listing .blogComments {
    display: none;
}

.blogComments h3 {
    padding: 0 0 20px;
}

.widget-type-blog_comments {
    overflow: hidden;
    padding: 0;
    margin: 0 auto !important;
    padding: 40px 0;
    border-top: 1px solid #e4e4e4;
}

#comment-form .hs-form fieldset {
    max-width: none !important;
    width: 100%;
}

.comment-reply-to {
    cursor: pointer;
}

#comment-form .hs-form fieldset.form-columns-2 .input,
#comment-form .hs-form fieldset.form-columns-1 .input {
    margin-right: 0 !important;
}

#comment-form .hs-form fieldset.form-columns-2 .hs-form-field {
    width: calc(50% - 10px);
}

#comment-form .hs-form fieldset.form-columns-2 .hs-form-field:nth-child(1) {
    margin-right: 10px;
}

#comment-form .hs-form fieldset.form-columns-2 .hs-form-field:nth-child(2) {
    margin-left: 10px;
}

#comment-form label {
    font-size: 16px;
    color: #222;
}

#comment-form input, #comment-form textarea {
    font-family: inherit;
    border: 1px solid #e4e4e4;
    clear: both;
    margin: 0 auto 10px;
    padding: 5px;
    font-size: 14px;
    font-weight: 300;
    color: #222;
    width: 100%;
    box-sizing: border-box !important;
}

#comment-form textarea {
    resize: none;
    height: 100px;
}

#comment-form .field.hs-form-field.follow-up-field
{
    clear: both;
    float: left;
    width: 100%;
}

#comment-form .hs_submit .action {
    margin-bottom: 0;
}

#comment-form .hs_submit input.hs-button {
    font-family: inherit;
    margin: 20px 0 0;
    background: #00adef;
    border: 1px solid #00adef;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    margin: 20px 0;
    padding: 15px 35px;
    text-decoration: none;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.2s linear;
}

#comment-form .hs_submit input.hs-button:hover { 
    background: transparent;
    color: #222;
}

#comment-form input[type="checkbox"]
{
    margin: 1px 0 0;
    padding-right: 10px;
    width: auto;
}

.follow-up-field #comment-form label
{
    line-height: 20px;
}

#comments-listing {
    padding: 20px 0;
    margin-bottom: 40px;
}

#comments-listing .comment {
    margin: 20px auto !important;
    border-bottom: 1px solid #e4e4e4;
}

#comments-listing .comment.depth-0 {
    border-top: 0;
    padding: 0;
    margin: 0 auto;
}

#comments-listing .comment-from a {
    font-weight: 300;
    color: #00adef;
    text-decoration: none;
}



/**************** Sidebar Module Wrappers ********************/ 
.blog-sidebar {
    max-width: 320px;
    float: right !important;
}

.blog-sidebar .row-depth-2:last-child .widget-span {
    border-bottom: 0;
}

.sidebarSocial .layout-widget-wrapper, .widget-type-post_filter .layout-widget-wrapper, .sidebarSocial .layout-widget-wrapper {
}

/**************** Sidebar Post Filter & Recent Posts ********************/ 
.widget-type-post_filter, .widget-type-post_listing {
    color: #222;
    margin: 0;
    padding: 0 0 30px;
    overflow: auto;
    font-size: 16px;
    border-bottom: 1px solid #e4e4e4;
}

#blogCategoryFilter .widget-type-post_filter{border-bottom:0;}

.hs_cos_wrapper_type_post_filter h3, .hs_cos_wrapper_type_post_listing h3 {
    font-weight: 300;
    font-size: 30px;
    color: #222;
    margin: 0 0 15px;
    text-transform: capitalize;
}

.hs_cos_wrapper_type_post_filter ul, .hs_cos_wrapper_type_post_listing ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hs_cos_wrapper_type_post_filter ul li, .hs_cos_wrapper_type_post_listing ul li {
    border: 0;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}

.hs_cos_wrapper_type_post_filter ul li a, .hs_cos_wrapper_type_post_listing ul li a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #222;
    font-size: 16px;
    font-weight: 300;
}

.hs_cos_wrapper_type_post_filter ul li a:hover, .hs_cos_wrapper_type_post_listing ul li a:hover {
    text-decoration: underline;
    color: #00adef;
}

.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    padding: 0;
}

/**************** Sidebar Social ********************/ 
#blogSidebarSocial {
    width: 100%;
    margin: 0 0 30px;
}

#blogSidebarSocial h3 {
    font-weight: 300;
    font-size: 30px;
    color: #222;
    margin: 0 0 20px;
}

#blogSidebarSocial a img {
    margin-right: 15px;
    border: 0;
    width: 30px;
    height: auto;
}

/* Blog Sidebar CTA */
.blog-sidebar .widget-type-cta {
    margin-bottom: 0;
    padding-bottom: 30px;
}
.blog-sidebar .widget-type-cta .sidebarTextCta {
    max-width: none;
    box-sizing: border-box !important;
}

.blog-sidebar .widget-type-cta a.cta_button img {
    margin: 0 auto !important;
    width: 100%;
}

.blog-sidebar .row-fluid-wrapper.row-depth-1:last-child .widget-type-post_filter,
.blog-sidebar .row-fluid-wrapper.row-depth-1:last-child .widget-type-post_listing {
    border-bottom: 0;
}

.blog-sidebar input {
    width: 100%;
    padding: 5px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 300;
    outline: 0;
    box-sizing: border-box;
}

.blog-sidebar .widget-type-blog_subscribe {
    padding: 30px 15px;
    border: 1px solid rgba(0,0,0,0.1);
    background: #e3e3e3;
    margin-bottom: 40px;
}

.blog-sidebar .widget-type-blog_subscribe .actions {
    margin-bottom: 0;
}

.blog-sidebar .widget-type-blog_subscribe h3.hs_cos_wrapper.form-title {
    margin: 0 0 30px;
}

.blog-sidebar .hs_cos_wrapper_widget.hs_cos_wrapper_type_blog_subscribe input.hs-button.primary.large {
    border: 1px solid #00adef;
    background: #00adef;
    padding: 10px;
    width: 100% !important;
    box-sizing: border-box;
    margin: 0 auto;
    height: auto;
    transition: all 0.2s linear;
}
.blog-sidebar .hs_cos_wrapper_widget.hs_cos_wrapper_type_blog_subscribe input.hs-button.primary.large:hover {
    background: transparent;
    color: #222;
    
}

/* Rollovers */

.sidebarSocialLink{
    height:50px;
    background-repeat:no-repeat;
    width:50px;
    background-position: center center;
    display:inline-block;
    margin:10px 10px 10px 0;
    transition: all 0.1s linear;
}

.sidebarSocialLink.sidebarLinkedIn { background-image: url(//cdn2.hubspot.net/hubfs/79614/images/New_Site/Social_Icons/LinkedIn_blue.png); }
.sidebarSocialLink.sidebarTwitter { background-image: url(//cdn2.hubspot.net/hubfs/79614/images/New_Site/Social_Icons/Twitter_blue.png); }
.sidebarSocialLink.sidebarFacebook { background-image: url(//cdn2.hubspot.net/hubfs/79614/images/New_Site/Social_Icons/Facebook_blue.png); }
.sidebarSocialLink.sidebarYouTube { background-image: url(//cdn2.hubspot.net/hubfs/79614/images/New_Site/Social_Icons/Youtube_blue.png); }

.sidebarSocialLink.sidebarLinkedIn:hover, .sidebarSocialLink.sidebarTwitter:hover, .sidebarSocialLink.sidebarFacebook:hover, .sidebarSocialLink.sidebarYouTube:hover {
    opacity: 0.75;
}



/**************** Sidebar Email Subscribe ********************/ 
/* And Search Form */
.widget-type-blog_subscribe .hs-richtext {
    font-size: 15px;
    margin-bottom: 18px;
    font-weight:300;
}

.blog .widget-type-blog_subscribe,
.blog .widget-type-google_search {
    margin: 0 0 30px;
    padding: 20px 0 30px;
    border-bottom: 1px solid #e4e4e4;
    overflow: auto;
    font-size: 16px;
    color: #222;
}

.blog .widget-type-google_search {
    padding-bottom: 40px;
}

.blog .widget-type-blog_subscribe h3,
.blog .widget-type-google_search label {
    font-weight: 300;
    font-size: 30px;
    margin: 0 0 20px;
    color: #222;
    text-transform: capitalize;
}

.blog .widget-type-google_search label {
    margin-bottom: 26px;
    display:inline-block;
}

.blog .widget-type-blog_subscribe form {
    padding: 0 20px;
    box-sizing: border-box;
}

.blog .widget-type-blog_subscribe label {
    display: none;
}

.blog .widget-type-blog_subscribe .field.hs-form-field,
.blog .widget-type-google_search .hs-input {
    font-family: inherit;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    padding: 0;
    border: 0;
    color: #222;
    box-sizing: border-box;
}

.blog .widget-type-blog_subscribe .hs_submit,
.blog .widget-type-google_search .hs-button.primary {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.blog .widget-type-blog_subscribe input[type="email"] {
    font-family: inherit;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    padding: 11px 10px;
    border: 0;
    color: #222;
}

.widget-type-blog_subscribe .email-validation
{
    clear: both;
    color: #333333;
    margin: 10px 0;
    padding-top: 0;
    width: 100%;
}

.blog .widget-type-blog_subscribe .actions {
    margin: 0 !important;
}

.hs_cos_wrapper_widget.hs_cos_wrapper_type_blog_subscribe input.hs-button.primary.large {
    font-family: inherit;
    border: 0;
    margin: 0;
    background: #3cbfae;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    padding: 0;
    text-transform: capitalize;
    cursor: pointer;
    height: 30px;
}
.blog .widget-type-google_search .input {
    margin-top: 20px;
}
.blog .widget-type-google_search .hs-input {
    margin-right: 16px;
}
.blog .widget-type-google_search .hs-button.primary {
    width: 90px;
    font-family: inherit;
    border: 0;
    margin: 0;
    background: #3cbfae;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    padding: 0;
    height: 32px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

/* Blog Sidebar Group*/

.sideBarGroup
{
    background-color: #f6f6f6;
    border: 1px solid #cfdde4;
    margin-bottom: 30px;
    padding-bottom: 20px;
}



/* Blog Comment Section */



.hs-blog-listing .widget-type-blog_comments
{
    display: none;
}

#captcha_wrapper
{
    clear: both;
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

#recaptcha_area, #recaptcha_table
{
    clear: both;
    float: left;
}

input#add-comment-button
{
    background-color: #1D6EB7;
    border: 0 none;
    border-radius: 0px;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
}

input#add-comment-button:hover
{
    color: #FFFFFF;
    text-decoration: none;
}

.comment-from h4
{
    font-size: 1.2em;
    font-weight: 700;
    margin: 0;
}

#comment-form .follow-up-field label
{
    line-height: 24px;
}

@media all and (max-width:1139px) {
    .fullWrap.bannerWrap.blogBanner {
        padding: 0;
    }
    .blog .body-container-wrapper {
        padding-top: 60px;
    }
}

@media all and (max-width:767px) {
    .blog-sidebar {
        float: none !important;
        margin: 0 auto !important;
    }
}

@media all and (max-width:480px) {
    .widget-type-blog_comments {
        padding: 50px 20px;
    }
    #comment-form .hs-form fieldset.form-columns-2 .hs-form-field,
    #comment-form .hs-form fieldset.form-columns-2 .hs-form-field:nth-child(1),
    #comment-form .hs-form fieldset.form-columns-2 .hs-form-field:nth-child(2) {
        width: 100%;
        margin: 0 auto;
    }
}

/***************************************************** END Blog *********************************************************/

.bodyContentWrap img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

#heroWrap {
    padding: 250px 0 90px;
    position: relative;
    text-align: center;
}

.introCopy {
    font-size: 22px;
    line-height: 1.5em;
}

.featureColsWrap {
    text-align: center;
    padding: 40px 0;
}

.featureWrap {
    margin-bottom: 40px;
}

.featureColsWrap h3 {
    margin: 10px auto 0;
}

.fullTwoCol {
    overflow: hidden;
    background: #eeefef;
    padding: 40px 0;
    margin: 40px 0;
}

.persona .introCopy {
    text-align: center;
    font-size: 30px;
    line-height: 1.5em;
}

.persona .productImages {
    text-align: center;
    padding: 0 0 40px;
}

.persona .productImages img {
    max-width: 100%;
    width: 100%;
    height: auto !important;
    max-height: none;
}

.persona .span12.productImages {
    padding: 0 0 80px !important;
}

.persona .widget-type-form {
    display: none;
}

.product .body-container {
    font-size: 18px;
}

.product .introCopy h1 {
    text-align: center;
    padding-bottom: 40px;
}

.relatedVideos {
    font-size: 22px;
    line-height: 1.5em;
}

.techInfo {
    padding: 0 0 40px;
    overflow: hidden;
}

.product .fullTwoCol {
    /* background: none; */
}

.product .techInfo{
    /* background: #ebebeb; */
    overflow: hidden;
    padding: 40px 0;
    margin: 0 auto 40px;
    font-size: 0;
}

.product .techInfo .serviceBoxWrap .serviceBoxOverlay,
.rcs-page .techInfo .serviceBoxWrap .serviceBoxOverlay {
    width: 100%;
    height: 100%;
    min-height: 0;
    box-sizing: border-box;
    display: block;
}

.product .techInfo .serviceBoxWrap .serviceBoxOverlay a{
    width: 100%;
    color: #222;
    font-size: 30px;
    line-height: 1em;
    position: absolute;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.75);
    box-sizing: border-box;
    padding: 20px;
    font-weight: 500;
    bottom: calc(50% - 30px);
    text-transform: none;
}

.product .techInfo .serviceBoxWrap .serviceBoxOverlay:hover,
.rcs-page .techInfo .serviceBoxWrap .serviceBoxOverlay:hover{
    background: rgba(255,255,255,0.75);
    transition: background 0.1s linear;
}

.product .techInfo .serviceBoxWrap .serviceBoxOverlay:hover a,
.rcs-page .techInfo .serviceBoxWrap .serviceBoxOverlay:hover a{
    background: none;
}

.product .techInfo .widget-type-custom_widget,
.interiorFlexCol .techInfo .widget-type-custom_widget,
.rcs-page .techInfo .widget-type-custom_widget{
    width: 33.33% !important;
    width: calc(100% / 3) !important;
    margin: 0 !important;
    display: inline-block;
    vertical-align: top;
}

.rcs-page .techInfo .widget-type-custom_widget{
    float:none;
}
.rcs-page .techInfo .innerWrap{
    text-align:center;
}

.product .techInfo .boxWrap {
    font-size: 18px;
    line-height: 0;
    position: relative;
    text-align: center;
}

.product .techInfo .boxWrap .box {
    padding: 0;
}

.product .techInfo .boxWrap .box h3 {
    position: absolute;
    width: 100%;
    top: calc(50% - 40px);
    background: rgba(255,255,255,0.75);
    padding: 20px;
    box-sizing: border-box;
    display: table;
}

.product .techInfo .boxWrap .box h3 span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.product .techInfo .boxWrap .boxOverlay {
    background: rgba(255,255,255,0.95);
    font-size: 20px;
}

.product .techInfo .boxWrap .boxLink {
    padding: 30px 20px;
}

/* Active Tank Mixer */
.videoBar h2.optionalTitle {
    margin-bottom: 40px;
}

.interiorFlexCol.hs-content-id-2760915339 .techInfo {
    background: #eeefee;
}

.interiorFlexCol .techInfo {
    padding: 40px 0;
    font-size: 0;
}

.interiorFlexCol .techInfo .boxWrap {
    height: 290px !important;
    vertical-align: top;
}

.interiorFlexCol .techInfo .boxWrap .box {
    padding: 0;
}

.interiorFlexCol .techInfo .boxWrap .boxOverlay {
    height: 290px !important;
    font-size: 18px;
}

.interiorFlexCol .techInfo .boxWrap h3 {
    position: absolute;
    top: calc(50% - 20px);
    background: rgba(255,255,255,0.75);
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.interiorFlexCol .techInfo .serviceBoxWrap {
    width: 100%;
    height: auto;
    height: 350px;
    position: relative;
}

.interiorFlexCol .techInfo .serviceBoxWrap .serviceBoxOverlay {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: block;
}

.interiorFlexCol .techInfo .serviceBoxWrap .serviceBoxOverlay a {
    width: 100%;
    color: #222;
    font-size: 30px;
    line-height: 1em;
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    box-sizing: border-box;
    padding: 20px;
    font-weight: 500;
    bottom: calc(50% - 30px);
    text-transform: none;
}

.interiorFlexCol .techInfo .serviceBoxWrap .serviceBoxOverlay:hover {
    background: rgba(255,255,255,0.75);
    transition: background 0.1s linear;
}

.interiorFlexCol .techInfo .serviceBoxWrap .serviceBoxOverlay:hover a {
    background: none;
}

.boxWrap {
    width: 100%;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.boxWrap .box {
    padding: 60px 20px;
    opacity: 1;
    transition: opacity 250ms linear;
    transition-delay: 200ms;
    cursor: pointer;
    font-size: 18px;
}

.boxWrap .box h3 {
    margin-bottom: 0;
    font-weight: 400;
}

.span12.productImages {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
}

.productImages .span4,
.homeProducts .span4,
.homeSuccessStories .span4 {
    width: 33.3% !important;
    width: calc(100% / 3) !important;
    margin: 0 !important;
}

.serviceBoxWrap {
    height: 350px;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}

.serviceBoxWrap .serviceBoxOverlay {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 250px;
    display: table;
    vertical-align: top;
}

.serviceBoxWrap .serviceBoxOverlay a {
    display: table-cell;
    vertical-align: middle;
    font-size: 36px;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding: 0 20px;
    width: 100%;
    text-align: center;
}

.serviceBoxWrap .serviceBoxOverlay a:hover {
    color: #12a5dd;
    text-decoration: none;
    background: rgba(255,255,255,0.75);
}

.featureColsWrap h3 a {
    color: #222;
    text-decoration: none;
}

.featureWrap h3 {
    padding-top: 20px;
}

.featureWrap:hover h3 a {
    color: #00adef;
}

.featureWrap img {
    transition: all 0.1s linear;
}

.featureWrap:hover img {
    transition: all 0.1s linear;
    transform: scale(1.1,1.1);
}

.home .homeSolutions .boxWrap:hover .box {
    transition: background 0.2s linear;
    background: rgba(255,255,255,0.85);
    height: 100%;
}

.home .homeSolutions .boxWrap:hover .box h3 {
    color: #00ADEF;
}

.boxOverlay {
    width: 100%;
    position: absolute;
    top: 0;
    background: rgba(0,0,0,0.1);
    height: 100%;
    box-sizing: border-box;
    text-align: center;
}

.boxOverlay a.cta {
    display: block;
    max-width: 70%;
    margin: 20px auto !important;
}

.boxOverlay .boxOverlayPad {
    display: table;
}

.boxOverlay .boxOverlayText {
    padding: 40px;
    line-height: 1.5em;
    display: table-cell;
    vertical-align: middle;
}

.boxLink {
    display: block;
    background: #00adef;
    color: #fff;
    padding: 20px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.boxLink:hover {
    text-decoration: none;
}

.resourcesWrap .resourceItem {
    clear: both;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin: 40px 0 0;
    padding: 0 0 40px;
    overflow: hidden;
}

.resourcesWrap .resourceItem .cta {
    text-transform: uppercase;
}

.resourcesWrap .hs_cos_wrapper_type_custom_widget:first-child .resourceItem {
    margin-top: 0;
}

.resourcesWrap .hs_cos_wrapper_type_custom_widget:last-child .resourceItem {
    border-bottom: 0;
}

.resources .resourceImg img {
    max-width: 150px;
}

.resources .videoBar {
    padding: 0;
}

.resources .videoBar .fullTwoCol {
    padding: 0;
    margin: 0;
}

.resources .videoBar .innerWrap {
    padding: 20px;
    overflow: hidden;
    box-sizing: border-box;
}

.relatedVideos iframe {
    max-width: 100%;
    border: 0 auto;
    margin: 0;
    max-height: 260px;
}

body .header-container-wrapper {
    padding-bottom: 0;
    z-index: 9999;
}

.fullWrap.headerDD .headerTop {
    padding-bottom: 0;
}

.home #heroWrap .headerContactWrap {
    text-align: right;
    margin-top: 20px;
}

.home #heroWrap .headerContactWrap a.cta:hover {
    background: #d3d3d3;
    border-color: transparent;
}

.homeSecTitle {
    text-align: center;
    padding: 20px 0 40px;
    overflow: hidden;
}

.homeSecTitle h2 { color: #000000; margin: 0 auto 0px; font-weight: 400; font-size: 42px; }
.homeSecTitle h4 { color: #0d76bd; margin: 0 auto 10px; text-transform: uppercase; font-size: 22px; }
.homeSecTitle p { color: #000000; margin: 40px auto 0; font-size: 22px; }

.homeProducts {
    padding-bottom: 40px;
}

.homeProducts .boxWrap,
.homeSuccessStories .homeStoryBox,
.storyWrap {
    min-height: 350px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.homeSuccessStories {
    padding-bottom: 40px;
    overflow: hidden;
}

.home .homeSolutions h3 {
    color: #fff;
}

.home .homeSolutions .boxOverlay {
    background: #fff;
    height: 100% !important;
}

.home .homeSolutions .boxLink {
    padding: 15px;
    margin: 0px auto;
    width: auto;
    bottom: 40px;
    left: 0;
    right: 0;
    max-width: 200px;
}

.home .homeSolutions .boxLink:hover {
    background: #d3d3d3;
    border-color: transparent;
}

.home .homeProducts {
    color: #ffffff;
    font-size: 0;
}

.home .homeProducts .boxWrap .box {
    display: table;
    width: 100%;
    max-height: 100%;
    height: 350px;
    box-sizing: border-box;
    vertical-align: top;
    position: relative;
}

.home .homeProducts .boxWrap h3 {
    display: table-cell;
    vertical-align: middle;
    font-size: 36px;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFF;
    padding: 0px 20px;
    width: 100%;
    text-align: center;
}

.home .homeProducts .boxWrap .boxOverlay {
    display: table;
    width: 100%;
    max-height: 100%;
    height: 350px;
    box-sizing: border-box;
    background: #fff;
}

.home .homeProducts .boxWrap .boxOverlay .boxOverlayText {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1.2em;
    width: 100%;
    text-align: center;
    color: #222;
}

.home .homeProducts .boxWrap .boxOverlay .boxOverlayText a.cta {
    display: block;
    width: auto;
    max-width: 200px;
    margin: 40px auto;
}

.homeSuccessStories .homeStoryBox {
    min-height: 390px;
}

.home .homeStoryBox {
    position: relative;
    cursor: pointer;
}

.home .homeStoryBox a.box {
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.75);
    display: table-cell;
    vertical-align: middle;
    padding: 25px;
    bottom: 40px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

.home .homeStoryBox:hover a.box {
    background: #fff;
    text-decoration: none;
}

.home .homeStoryBox a.box h2 { color: #000000; margin: 0 auto; padding: 0 20px; font-size: 40px; line-height: 48px; font-weight: 500; }
.home .homeStoryBox a.box h3 { color: #0d76bd; margin: 0 auto 5px; text-transform: uppercase; font-size: 28px; font-weight: 800; }

.homeResources {
    text-align: center;
}

.homeResources a {
    color: #222;
}

.homeResources a:hover {
    text-decoration: none;
    color: #00ADEF;
}

.home #heroWrap {
    padding: 310px 0px 130px;
    background-size: cover;
}

.home .serviceBoxWrap {
    height: 350px;
}

.home .featureColsWrap .boxWrap {
    height: 360px !important;
}

.home .featureColsWrap .boxWrap .box {
    padding: 45px 20px;
    box-sizing: border-box;
}

.our-team .teamWrap h1 {
    padding: 0 20px;
}

.our-team .button-group {
    text-align: right;
}

.our-team .button-group button {
    border: 0;
    outline: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    padding: 0;
    margin: 10px 10px 0;
    cursor: pointer;
    background: transparent;
    transition: color 0.2s linear;
}

.our-team .button-group button.active, .our-team .button-group button:hover {
    color: #00adef;
}

.our-team .teamContainer
{
    padding: 40px 0;
    width:100%;
    display:block;
}

.our-team .teamItem {
    width: 25%;
    text-align: center;
    margin: 0 auto 20px;
    padding: 0;
    float:left;
    display:inline-block;
    cursor: pointer;
}
.our-team .teamItem .itemImage{ margin-bottom:20px;}

.our-team .teamItem .itemPad {
    padding: 0 0 0 20px;
    margin: 0;
}

.our-team .teamItem img {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: none;
}

.our-team .teamItem .employeeName {
    font-size: 18px;
    line-height: 18px;
    margin: 0 auto;
}

.our-team .teamItem:hover .employeeName {
    color: #00adef;
}

.our-team .teamItem .employeeTitle {
    font-size: 14px;
    line-height: 14px;
    margin: 0 auto;
}

/* RCS page 2016
-------------------------*/
body.rcs-page .body-container-wrapper .body-container.container-fluid{ padding-bottom:0;}

.rcs-page img{ max-width:100%; height:auto;}
.body-container .section-title{ font-size:34px; font-weight:400;}

.intro-content{ padding:80px 0 35px;}
.intro-content p{ margin-bottom:25px; font-size: 22px; line-height: 1.5em; }
.intro-content .cta_button{ margin-bottom:30px;}
.intro-content img { max-height: 125px; width: auto !important; vertical-align: middle; display: inline-block; padding-top: 55px; }
.intro-content .intro-image { text-align: center; }

.rcsResources{ padding:40px 0;}
.rcsResources .featureWrap{ text-align:center;}
.rcsResources h3 a{ color:#222222;}
.rcsResources h3 a:hover{ text-decoration:none;}
/* .rcsResources h3 a:after{ content:"„"; font-family: 'modern_pictograms_proregular'; padding-left:5px;} */

.rcs-slider-wrap { display: none; background-color: #eeefee; padding: 40px 30px; }
.rcs-slider-up-arrow { display: none; width: 0; height: 0; border-left: 20px solid transparent; border-right: 20px solid transparent; border-bottom: 20px solid #eeefee; margin: 0 auto; margin-top: 30px; }
.rcs-slider-wrap .slide-number { background-color: #00adef; height: 60px; width: 60px; line-height: 60px; border-radius: 50%; margin: 0 auto; margin-bottom: 25px; color: white; font-weight: 500; font-size: 28px; }
.rcs-slider { display: none; }
.rcs-slider { background-color: #eeefee; box-sizing: border-box; }
.rcs-slider .content { font-size: 30px; line-height: 1.2em; text-align: center; }
.rcs-slider ul.slidesjs-pagination { list-style: none; padding: 0; margin: 0;  z-index: 9000; position: relative; margin-top: 25px; }
.rcs-slider ul.slidesjs-pagination li { display: inline-block; margin: 4px; }
.rcs-slider ul.slidesjs-pagination li a.active { background-color: #bbbbbb; }
.rcs-slider ul.slidesjs-pagination li a { border-radius: 50%; font-size: 0; padding: 6px; border: 2px solid #bbb; }
.rcs-slider a.slidesjs-previous, .rcs-slider a.slidesjs-next { display: none; }

.how-it-work{ padding:70px 0; text-align:center; }
.rcs-diagram{ position:relative;}
.rcs-diagram .num{ display:block; width:50px; height:50px; line-height:50px; text-align:center; background-color:#00ADEF; color:#ffffff;
font-size:24px; font-weight:700; border-radius:50%; cursor:default; position:absolute; }
.rcs-diagram .num[data-title]:hover:after { content: attr(data-title); display:block; width:340px; border:1px solid #bbbbbb; padding:20px; font-size:16px; font-weight:300; line-height:1.5em; color: #222;
font-family: 'Lato', sans-serif!important; text-align:left; position: absolute; left:50%; bottom:70px; z-index:999;  margin-left:-190px; 
background-color:#ffffff; }
.rcs-diagram .num:hover:before{ content:""; width:20px; height:14px; background:url(//cdn2.hubspot.net/hubfs/79614/images/RCS/arrow-down.png) center bottom no-repeat; 
position:absolute; left:50%; bottom:60px; margin-left:-10px; z-index:1000;}
.rcs-diagram .rcsd-1{ top:34%; left:15%;}
.rcs-diagram .rcsd-2{ top:25%; left:53%;}
.rcs-diagram .rcsd-3{ top:25%; left:60.4%;}
.rcs-diagram .rcsd-4{ top:20%; left:84%;}
.rcs-diagram .rcsd-5{ top:62%; left:79%;}
.rcs-diagram .rcsd-6{ top:62%; left:36%;}

#rcs-desc{ display:none; text-align:left; padding:0 0 0 12px;}
#rcs-desc li{ margin-bottom:12px; font-size:16px; font-weight:300;}

.rcs-systems-section{ padding:80px 0; background-color:#00ADEF; color:#ffffff; text-align:center;}
.rcs-systems-section .span12{ float:none;}
.rcs-systems-section h3{ font-size:34px; font-weight:400; margin:24px 0 18px;}
.rcs-systems-section p{ max-width:560px; margin:0 auto 20px; font-size:20px; font-weight:400;}

.rcs-components{ padding:100px 0 40px; overflow:hidden;}
.rcs-components .section-title{ text-align:center; margin-bottom:70px;}
.rcs-component{ margin-bottom:60px;}
.rcs-component .component-img{ display:block; background-color:#EEEFEE; margin-bottom:30px;}
.rcs-component .component-img img{ display:block; max-width:100%; height:auto; margin:0 auto;}
.rcs-component .component-title{ font-weight:400; margin-bottom:10px;}
.rcs-component p{ margin-top:0; font-size:18px;}

.rcs-page .techInfo{ overflow: hidden; padding: 40px 0 80px; margin: 0 auto; font-size: 0;}
.rcs-page .techInfo .serviceBoxWrap .serviceBoxOverlay a{ width: 100%; color:#222222; font-size: 24px; line-height: 1em; position: absolute; background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.75);
box-sizing: border-box; padding: 20px; font-weight: 400; bottom: calc(50% - 30px); text-transform: none;}

.rcs-page #learn-more input {
    box-sizing: border-box;
}

@media screen and (max-width: 767px){
    .rcs-slider-wrap { display: block; }    
    .how-it-work { padding-bottom: 0; background-color: white; }
    .hidden-on-mobile { display: none; }
    .rcs-slider-up-arrow { display: block; }
    .how-it-work h3 { margin-bottom: 50px; }
    .rcs-page .intro-image { text-align: center; }
}
@media screen and (max-width: 500px){
    .rcs-slider .content { font-size: 21px; }
}

.two-col-table {
    max-width: 1140px;
    margin: 0 auto !important;
    float: none !important;
}
table.blue-header {
    border-spacing: 0;
    border-collapse: collapse; 
    table-layout: fixed;
    width: 100%;
    margin-top: -10px;
}
table.blue-header th {
    background-color: #00adef;
    color: white;
    font-size: 21px;
    font-weight: 400;
    padding: 20px 0;
}
.two-col-table tr:nth-child(even) {
    /* background-color: #eaeaea; */
}
.two-col-table tr:nth-child(odd) {
    /* background-color: #f9f9f9; */
}
.two-col-table td {
    padding: 20px 30px;
    width: 50%;
    overflow: hidden;
    vertical-align: top;
    word-break: break-word;
}
.two-col-table td, .two-col-table th {
    border: 1px solid black;
}

/* About Us 2016
-------------------------*/
.mission-block .hover-description{
    opacity:0;
    color:#FFFFFF;
    font-size:16px;
    line-height:24px;
    text-align:left;
    padding:35px 26px;
    box-sizing:border-box;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    
}
.vision-mission{
    margin-top:60px;
    margin-bottom:50px;
}
.mission-block{
    display:block;
    height:266px;
    width:266px;
    text-align:center;
    position:relative;
}
.mission-title{
    color: #FFF;
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
}
.mission-block .widget-type-linked_image{
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    height:165px;
}
.mission-block img{
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    margin-top:18px;
}
.our-vision{
    background-color:#00ADF3;
}
.we-believe{
    background-color:#004684;
}
.our-mission{
    background-color:#0073C2;
}
.mission-block:hover .widget-type-linked_image{
    opacity:0;
}
.mission-block:hover .mission-title{
    opacity:0;
}
.mission-block:hover .hover-description{
    opacity: 1;
}
.team-header h3{
    text-align:center;
    font-size:34px;
    line-height:38px;
    color:#222222;
    font-weight:400;
}
.department-header{
    text-align:center;
}
.department-header h4{
    font-size:24px;
    line-height:38px;
    color:#222222;
    font-weight:400;
}
.about-us-new .teamItem .employeeName{
    color:#00ADEF;
    font-weight:600;
    font-size:18px;
    line-height:24px;
    margin:15px -5px 0;
}
.about-us-new .teamItem .employeeName:hover{
    color:#00ADEF;
}
.about-us-new .teamItem{
    width:33%;
}
.about-us-new .managementTeam{
    padding-bottom:50px;
    margin-bottom:50px;
    border-bottom:1px solid rgba(0,0,0,0.1);
}
.about-us-new .teamContainer{
    padding-top:0;
}
.about-us-new .teamItem .employeeTitle{
    font-weight:300;
    color:#222222;
    font-size:18px;
    line-height:24px;
    margin:0 -8px;
    display:block;
    text-align:center;
}
.itemImage{
    position:relative;
    width:100%;
    border-radius:50%;
    overflow:hidden;
    z-index:99;
}
.itemImage:after{
    content:'';
    display:block;
    padding-bottom:100%;
}
.itemImageInner{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height:100%;
}
.about-us-new .teamItem .itemPad{
    padding:25px 25px 10px 25px;
    max-width:190px;
    height:auto;
    margin:0 auto;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.about-us-new .teamItem:hover .itemPad{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    height:auto;
}



.homeProducts.flexProducts {
    width: 100%;
    font-size: 0;
    overflow: hidden;
}

.homeProducts.flexProducts .hs_cos_wrapper_type_custom_widget {
    width: calc(94% / 3);
    vertical-align: top;
    display: inline-block;
    margin: 0 1% 3%;
    box-sizing: border-box;
}

.homeProducts.flexProducts .hs_cos_wrapper_type_rich_text {
    width: 100%;
    text-align: right;
    font-size: 16px;
    box-sizing: border-box;
    padding: 5% 1% 2%;
}

.homeProducts.flexProducts .hs_cos_wrapper_type_rich_text h2 {
    text-align: center;
}

.homeProducts.flexProducts .boxWrap {
    min-height: 320px;
    box-sizing: border-box;
}

.homeProducts.flexProducts .boxWrap .box {
    padding: 0;
    box-sizing: border-box;
}

.homeProducts.flexProducts .boxWrap .box h3 {
    background: rgba(255,255,255,0.75);
    padding: 20px;
    position: absolute;
    bottom: 40px;
    width: 100%;
    box-sizing: border-box;
    font-size: 30px;
}

.homeProducts.flexProducts .boxWrap .box h3 span {
    display: block;
    color: #0D76BD;
    margin: 0px auto 5px;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
}

.homeProducts.flexProducts .boxWrap .boxOverlay {
    background: #fff;
    font-size: 22px;
}

.homeProducts.flexProducts .boxWrap .boxOverlayPad {
    display: table;
    width: 100%;
}

.homeProducts.flexProducts .boxWrap .boxOverlayText {
    display: table-cell;
    vertical-align: middle;
}

.landing-page .header-container-wrapper {
    position: static;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    box-shadow: none;
    text-align: center;
}

.landing-page .header-container-wrapper #logo {
    float: none;
    padding: 20px;
    display: block;
}

.landing-page .body-container-wrapper {
    padding-top: 0;
}

.landing-page p {
    margin: 0 0 30px;
}

.landing-page .formWrap {
    margin: 40px auto;
    padding: 40px;
    background: #ebebeb;
}

.landing-page .formWrap .hs_cos_wrapper_type_form {
    padding-top: 0;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
}

.landing-page .copyrightText {
    padding: 0;
}

.lpWebinar .header-container-wrapper {
    position: static;
    box-shadow: none;
    height: auto;
    padding: 20px 0;
}

.lpWebinar .body-container-wrapper {
    padding-top: 0;
    margin-top: 20px;
}

.lpWebinar .body-container-wrapper .body-container.container-fluid {
    background: #fff;
    background-image: none;
    padding-bottom: 0;
}

.lpWebinar h1 {
    margin: 0 0 5px;
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 400;
}

.lpWebinar h2 {
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 1.2em;
    color: #00adef;
}

.lpWebinar p {
    margin: 0px;
    font-size: 17px;
    line-height: 1.5em;
}

.lpWebinar p strong span {
    color: #00adef !important;
    font-weight: 700;
    font-size: 20px;
}

.lpWebinar .form-wrap h2 {
    font-weight: 700;
    font-size: 20px;
}

.lpWebinar .form-wrap em {
    display: block;
    position: relative;
    padding: 0 0 0 35px;
    margin: 50px 0px 0px;
}

.lpWebinar .body-container .form-wrap em:before {
    content: '"';
    font-size: 46px;
    font-weight: 800;
    position: absolute;
    left: 0;
    top: 0;
    color: #00adef;
}

.lpWebinar .body-container .form-wrap ul li,
.lpCaseStudies .body-container .tankDetails ul li {
    position: relative;
    list-style: none;
    background: none;
    padding: 0 0 0 25px;
    margin: 0 0 15px;
}

.lpCaseStudies .body-container .tankDetails ul li {
    margin-bottom: 10px;
    font-size: 0.9em;
    line-height: 1em;
    padding-left: 17.5px;
}

.lpWebinar .body-container .form-wrap ul .lpBullet,
.lpCaseStudies .body-container .tankDetails ul li .lpBullet {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 2px;
    background: url('//cdn2.hubspot.net/hubfs/79614/images/webinar-lp/bullet.png') no-repeat left top;
    background-size: 100% auto;
}

.lpCaseStudies .body-container .tankDetails ul li .lpBullet {
    width: 14px;
    width: 14px;
    top: 4px;
}

.lpCaseStudies .body-container .tankDetails h2 {
    margin: 10px 0;
}

.lpWebinar .form-wrap .hs_cos_wrapper_type_form {
    padding: 0;
    margin: 0 0 0 auto;
    border: 0;
    background: none;
    width: 90%;
}

.lpWebinar .form-wrap .hs_cos_wrapper_type_form .hs-button.primary.large,
.lpWebinar .form-wrap .hs_cos_wrapper_type_form .btn-primary,
.lpWebinar .form-wrap .hs_cos_wrapper_type_form .hs-button.primary,
.lpWebinar .form-wrap .hs_cos_wrapper_type_form .callToAction {
    width: auto;
    padding: 10px 35px !important;
    font-size: 18px !important;
    max-width: none;
    font-weight: 300 !important;
    border-radius: 0px !important;
}

.lpWebinar .form-wrap h3.hs_cos_wrapper.form-title {
    font-size: 28px;
    font-weight: 300;
    margin: 0 0 20px;
    line-height: 32px;
    text-align: center;
    color: #222;
}

.lpWebinar .form-wrap .hs-form-field input:not([type="checkbox"]):not([type="radio"]),
.lpWebinar .form-wrap .hs-form-field textarea {
    margin: 5px 0 15px;
}

.lpWebinar .form-wrap .hs-form-field ul {
    margin: 10px 0 25px;
}

.lpWebinar .form-wrap .hs-form-field ul li {
    margin: 0 0 5px;
    padding: 0;
}

.lpWebinar .form-wrap .hs-form-field label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
}

.lpWebinar .form-wrap .hs-form fieldset.form-columns-1 .input {
    margin-right: 0;
}

.lpWebinar .form-wrap .hs-form fieldset.form-columns-2 .field:last-child .input {
    margin-left: 8px;
    margin-right: 0;
}

.lpWebinar .form-wrap .hs-form fieldset.form-columns-2 .field:last-child label {
    margin-left: 8px;
}

.lpWebinar .footer-container-wrapper {
    background: #fff;
}

.lpCaseStudies .form-wrap {
    width: 80%;
    margin: 50px auto 0;
}

.lpCaseStudies .form-wrap .hs_cos_wrapper_type_form {
    width: 100%;
    margin: 0 auto;
}

.successStoriesCtas {
    text-align: center;
}

.successStoriesCtas .cta,
.home .successStoriesCtas .cta {
    margin: 20px 10px;
    color: #fff !important;
}

.successStoriesCtas .cta:hover,
.home .successStoriesCtas .cta:hover {
    color: #222 !important;
}

.flexProducts {
    text-align: center;
}

.videoBar .innerWrap {
    padding: 0;
    overflow: hidden;
}

.videoBar .innerWrap .span12 {
    margin-left: 0;
}

.faqMain .body-container-wrapper .body-container.container-fluid .bodyContentWrap {
    padding-top: 100px;
}

.faqMain .serviceBoxWrap {
    height: 320px;
}

.faqMain .serviceBoxWrap .serviceBoxOverlay a {
    font-size: 26px;
    font-weight: 500;
}

/* Success Stories Page */
.hs-content-id-2781357773 .homeStoryBox {
    height: 300px;
    background-size: cover;
    position: relative;
    cursor: pointer
}
.hs-content-id-2781357773 .homeStoryBox a.box {
    background: rgba(255,255,255,0.75);
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 40px;
    left: 0;
}

.hs-content-id-2781357773 .homeStoryBox:hover a.box {
    text-decoration: none;
    background: #fff;
}

.hs-content-id-2781357773 .homeStoryBox a.box h3 {
    color: #0d76bd;
    margin: 0 auto 5px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
    line-height: 26px;
}

.hs-content-id-2781357773 .homeStoryBox a.box h2 {
    color: #000;
    margin: 0 auto;
    padding: 0;
    font-size: 32px;
    line-height: 34px;
    font-weight: 500;
}

.successStoriesNav {
    text-align: right;
    font-size: 16px;
}

.successStoriesNav a {
    padding: 0 10px;
    color: #222;
    transition: all 0.2s linear;
}

.successStoriesNav a:hover {
    color: #00adef;
    text-decoration: none;
}

.moreStories .boxOverlay {
    display: none !important;
}

.moreStories .boxWrap .box h3 {
    transition: background 0.2s linear;
}

.moreStories .boxWrap:hover .box h3 {
    background: #fff;
}

.pressReleasePost h4 {
    font-size: 20px;
    font-style: italic;
}

.hs-content-id-2751640243 .form {
    display: none !important;
}

.biomimicryWrap {
    width: 100%;
    margin: 0 auto;
    height: 359px;
    text-align: center;
}

.biomimicryWrap div {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    max-width: 307px;
    height: 100%;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center -359px;
    background-size: 307px auto;
    box-sizing: border-box;
    margin: 1%;
}

.biomimicryWrap div:hover {
    background-position: center 0px;
}

.lilyRollover { background-image: url(//cdn2.hubspot.net/hubfs/79614/images/New_Site/Products/LilyImpellerTop_Rollovr.png); }
.paxRollover { background-image: url(//cdn2.hubspot.net/hubfs/79614/images/New_Site/Products/PAX_shllrollovr.png) }
.biomimicryQuote {
    color: #fff;
    position: relative;
    padding: 70px 50px 20px;
    text-align: left;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5em;
}
.biomimicryQuote:before {
    content: '“';
    position: absolute;
    font-size: 60px;
    left: 30px;
    top: 30px;
    color: #00adef;
    font-family: 'Times New Roman', sans-serif;
}

.biomimicryQuote p {
    position: relative;
    margin: 0 0 40px;
    padding: 0;
}

.biomimicryQuote p:after {
    content: '”';
    position: absolute;
    font-size: 60px;
    right: -20px;
    bottom: -40px;
    color: #00adef;
    font-family: 'Times New Roman', sans-serif;
}

.biomimicryQuote small {
    font-size: 16px;
    line-height: 18px;
    display: block;
    position: relative;
    padding: 0;
}

/* Comparing Tech Pages */
.hs-content-id-2759091966 .body-container p,
.hs-content-id-2765336177 .body-container p,
.hs-content-id-2795581974 .body-container p {
    font-size: 22px;
    line-height: 1.5em;
}

@media all and (max-width:1160px) {
    #heroWrap .headerContactWrap .cta:nth-child(2) {
        margin-right: 20px;
    }
    .headerCta {
        right: 20px;
    }
    .headerMenu {
        margin-right: 20px;
    }
    .courtesyMenu ul {
        margin-right: 160px;
    }
    .header-container-wrapper.short .courtesyMenu ul {
        margin-right: 145px;
    }
    .serviceBoxWrap,
    .interiorFlexCol .techInfo .serviceBoxWrap {
        height: 320px;
    }
    .faqMain .serviceBoxWrap {
        height: 280px;
    }
    .mission-block{ height:280px;}
    
    .rcs-diagram .rcsd-4.num[data-title]:hover:after{ margin-left:-250px;}
    
}

@media all and (max-width:1024px) {    

    .our-team .sidebar.leftSidebar{margin-bottom:30px;display:block;}
    .our-team .row-fluid .sidebar.leftSidebar .span3{ display:block; float:none; width:auto; margin-left:0;}
    .our-team .body-container .sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul{ list-style:none; padding:0; margin:0 0 20px;}
    .our-team .body-container .sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul li{ display:inline-block;}
    .our-team .body-container .sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul li a{ padding:0 0 5px; font-size:15px;}
    .our-team .body-container .sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul li::after{ content:"/"; padding:0 10px;}
    .our-team .body-container .sidebar .hs-menu-wrapper.hs-menu-flow-vertical>ul li:last-child:after{ content:''; }
    
    .our-team .teamWrap{ display:block; float:none; width:auto; margin-left:0; padding-bottom:0px;}    
    .mission-block{ height:266px;}  
    
    .rcs-diagram .num[data-title]:hover:after,
    .rcs-diagram .num:hover:before{ display:none;}
    #rcs-desc{ display:block;}
}

@media all and (max-width:980px) {
    .serviceBoxWrap,
    .interiorFlexCol .techInfo .serviceBoxWrap {
        height: 290px;
    }
    .faqMain .serviceBoxWrap {
        height: 270px;
    }
}

@media all and (max-width:920px) {
    .headerMenu li {
        font-size: 16px;
    }
    .biomimicryQuote {
        padding: 50px 40px 20px;
    }
    .biomimicryQuote p {
        margin-bottom: 20px;
    }
    .serviceBoxWrap,
    .interiorFlexCol .techInfo .serviceBoxWrap {
        height: 270px;
    }
    .faqMain .serviceBoxWrap {
        height: 230px;
    }
    
}

@media all and (max-width:824px) {
    #logo {
        padding: 32px 0px;
    }
   /* #logo img {
        height: 60px;
    }*/
    .headerMenu {
        margin-top: 10px;
    }
    body .body-container-wrapper {
        padding-top: 105px;
    }
    .biomimicryQuote::before {
        left: 20px;
    }
    .biomimicryQuote {
        padding: 50px 20px 20px;
    }
    .biomimicryQuote p {
        margin-bottom: 30px;
    }
    .biomimicryQuote p::after {
        right: 0px;
    }
    .serviceBoxWrap,
    .interiorFlexCol .techInfo .serviceBoxWrap {
        height: 230px;
    }
    
    .mission-block{ height:320px;}
    
}

@media all and (max-width:767px) {
    #logo {
        padding: 20px 0;
    }
    /*#logo img {
        height: 50px;
    }*/
    .headerCta {
        right: 0;
    }
    .nav-collapse .headerMenu {
        margin: 0;
        padding: 0;
    }
    body .body-container-wrapper {
        padding-top: 80px;
    }
    .product .techInfo .widget-type-custom_widget, 
    .interiorFlexCol .techInfo .widget-type-custom_widget,
    .rcs-page .techInfo .widget-type-custom_widget{
        width: 100% !important;
        display: block;
    }
    .interiorFlexCol .techInfo .serviceBoxWrap{
        min-height: 250px;
    }
    .serviceBoxWrap .serviceBoxOverlay {
        min-height: 250px;
    }
    .headerCta {
        width: 140px;
    }
    .productImages .span4, .homeProducts .span4, .homeSuccessStories .span4 {
        width: 100% !important;
    }
    .relatedVideos {
        text-align: center;
    }
    .footerWrap {
        text-align: center;
    }
    .footerWrap .span4 {
        margin-bottom: 20px;
    }
    .footerWrap h4 {
        margin-bottom: 0;
        line-height: 1em;
    }
    .footerSocial a, .contactSocial a {
        margin: 0 5px;
    }
    .footerWrap .copyrightText {
        padding-top: 0px;
    }
    .our-team .teamWrap h1 {
        text-align: center;
    }
    .body-container .sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul li {
        display: inline-block;
    }
    .body-container .sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul li:after {
        content: '/';
        padding: 0 10px;
    }
    .body-container .sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul li:last-child:after {
        content: '';
        padding: 0;
    }
    .body-container .sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
        padding: 0 0 5px;
        font-size: 15px;
    }
    .our-team #filters.button-group,
    .our-team .button-group {
        text-align: center;
    }
    .our-team .teamItem .itemPad {
        padding: 0 10px 20px;
    }
    .homeProducts.flexProducts .hs_cos_wrapper_type_custom_widget {
        width: 100%;
        height: auto;
    }
    .home #heroWrap {
        padding: 200px 0 130px;
    }
    .homeSecTitle h2 {
        font-size: 36px;
    }
    .homeSecTitle h4 {
        margin-bottom: 0px;
        font-size: 20px;
    }
    .homeSecTitle p {
        font-size: 20px;
    }
    .home .homeStoryBox a.box h3 {
        font-size: 20px;
    }
    .home .homeStoryBox a.box h2 {
        font-size: 28px;
        line-height: 1.15em;
    }
    .introCopy {
        text-align: center;
        font-size: 19px;
    }
    .product .introCopy h1 {
        margin-bottom: 0;
        padding-bottom: 20px;
    }
    .introCopy .widget-type-cta {
        text-align: center;
    }
    .introCopy .widget-type-cta .sidebarTextCta {
        margin: 0 auto;
    }
    .product .span3 {
        width: 20%;
        margin: 0 1%;
        display: inline-block;
        vertical-align: top;
    }
    .featureWrap h3 {
        padding-top: 0;
        margin-top: 0;
    }
    .featureColsWrap h3 a {
        font-size: 22px;
    }
    .product .techInfo .boxWrap {
        max-width: 380px;
        width: 100%;
        margin: 0 auto;
    }
    .hs-content-id-2747648455 .span4 {
        width: 30%;
        margin: 0 1% 2%;
        display: inline-block !important;
        text-align: center;
    }
    .resourcesHome .span3 {
        width: 20%;
        margin: 0 1%;
        display: inline-block;
        vertical-align: top;
    }
    .biomimicryWrap {
        height: auto;
        background: #000;
    }
    .biomimicryWrap div {
        width: 45%;
        height: 359px;
        margin: 0;
    }
    .biomimicryWrap div.biomimicryQuote {
        width: 90%;
        max-width: none;
        margin: 20px auto 0;
        height: auto;
        display: block;
        padding-bottom: 40px;
    }
    .relatedVideos iframe {
        float: none !important;
    }
    
    .mission-block{ width:266px!important; height:266px; margin:0 auto 2.564102564% !important;}
    
    .rcs-diagram .num{ width:25px; height:25px; line-height:25px; font-size:14px;}
}

@media all and (max-width:640px) {
    #heroWrap {
        padding: 150px 0px 90px;
    }
    .our-team #filters.button-group button {
        display: block;
        text-align: center;
        margin: 10px auto;
    }
    .our-team #filters.button-group .buttonSeparator {
        display: none;
    }
    .our-team #filters.button-group button.active {
        border-bottom: 2px solid #00adef;
        font-weight: 500;
    }
    .our-team .teamItem {
        width: 33.3%;
        margin-bottom: 20px;
    }
    .our-team .teamItem img {
        margin: 0 auto 10px;
    }
    .our-team .teamItem .employeeName {
        font-size: 16px;
        line-height: 16px;
        margin: 0 auto 0px;
    }
    .our-team .teamItem .employeeTitle {
        font-size: 12px;
    }
    .resourcesHome .span3 {
        width: 45%;
    }
}
    
@media all and (max-width:624px) {
    .headerCtaWrap {
        position: relative;
        text-align: center;
        width: 100% !important;
        padding: 0 0 20px;
    }
    .headerCta {
        width: 140px;
        margin: 0 auto;
        position: relative;
        display: block;
    }
    .courtesyMenu {
        float: none;
    }
    .courtesyMenu ul {
        margin: 0 auto;
        float: none;
        text-align: center;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        width: 260px;
    }
    .header-container-wrapper.short .courtesyMenu ul {
        margin: 20px auto 0;
        width: 200px;
    }
    .headerMenu ul li {
        display: block;
        float: none;
    }
    .nav-collapse .headerMenu {
        width: 100%;
        float: none;
    }
    .nav-collapse .headerMenu .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_menu {
        float: none;
    }
    .nav-collapse .headerMenu ul {
      width: 100%;
      float: none;
      text-align: center;
      margin: 20px auto 30px;
    }
    .headerMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .headerMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:first-child a,
    .headerMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a {
        padding: 10px;
    }
}

@media all and (max-width:568px) {
    .product .span3 {
        width: 45%;
    }
    .hs-content-id-2747648455 .body-container h2 {
        text-align: center;
    }
    .hs-content-id-2747648455 .span4 {
        width: 98%;
    }
    .hs-content-id-2747648455 .span4 img {
        margin: 0 auto !important;
    }
    .biomimicryWrap div {
        width: 90%;
    }
    
    .rcs-diagram .num{ width:18px; height:18px; line-height:18px; font-size:12px;}
}

@media all and (max-width:468px) {
    .our-team .teamItem {
        width: 50%;
    }
    #heroWrap h1 {
        font-size: 22px;
    }
    .home #heroWrap {
        padding: 100px 0px 80px;
    }
    .home #heroWrap .headerContactWrap {
        margin-top: 0;
        text-align: center;
    }
    #heroWrap .headerContactWrap .cta {
        padding: 10px 20px;
    }
    #heroWrap .headerContactWrap .cta:nth-child(2) {
        margin-right: 0;
    }
    .resourcesHome .span3 {
        width: 98%;
        display: block;
    }
}
@media all and (max-width:350px) {
    .our-team .teamItem {
        width: 100%;
        padding-bottom:0;
    }
}













