search/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

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

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
        #hs_cos_wrapper_module_14773880420989295 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: none;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; 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 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: transparent;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}




/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.white{
    color:#ffffff!important;
}
.neworg:hover,.neworg:focus,.neworgw:focus,.neworgw:hover,.hs-button primary large:hover, .hs-button primary large:focus,.neworgx:hover,.neworgx:focus {
  text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff!important;
  text-decoration: none;
}
 input[type="submit"]:hover{
  text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff!important;
  text-decoration: none!important; 
}

html {
    padding: 0;
    margin: 0;
}
sup{
    font-size:75%!important;
}

.hs-blog-id-5954262352  #hs_menu_wrapper_module_14774554328509 > ul > li:nth-child(1) > ul,.hs-content-name-about-us-corp-header  #hs_menu_wrapper_module_14774554328509 > ul > li:nth-child(1) > ul, .hs-content-name-gpt-board-corp-header #hs_menu_wrapper_module_14774554328509 > ul > li:nth-child(1) > ul, .hs-content-name-gpt-management-corp-header #hs_menu_wrapper_module_14774554328509 > ul > li:nth-child(1) > ul, .hs-content-name-contact-gpt #hs_menu_wrapper_module_14774554328509 > ul > li:nth-child(1) > ul{
    height:85px;
    
}}
/*blog */
.pureprep h1{
    font-size:1.5em;
}
.post-header{
    font-size: 1.3em;
    margin:0;
    padding:0;
}
.blog-section h2{
   font-size:1.15em; 
}
.blog-section h1{
   font-size:1.5em; 
}
.blog-section p {
    font-size: 1 em;
    line-height:1.3em;
}
.more-link{
    font-size: 1.0em;
    font-weight:600;
    line-height:1.3em;
    margin:20px 0 20px 0;
}
.post-item{
    margin-bottom:1.2em;
    
}
.hbspt-form ul{
    list-style:none!important;
}

.hs-featured-image {max-width: 225px!important; } 

.neworgw {
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    border-width: 0px;
    font-family: 'Avenir LT W01_55 Roman',Arial,Helvetica,sans-serif;
    color: #0082a4 !important;
    font-size: 12px;
    background: #fff !important;
    padding: 5px 1em 5px 1em;
    text-decoration: none;
    outline: none;
    text-transform: uppercase;
}
.neworg {
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    border-width: 0px;
    font-family: 'Avenir LT W01_55 Roman',Arial,Helvetica,sans-serif;
    color: #ffffff;
    font-size: 12px;
    background: #ff7700;
    padding: 5px 1em 5px 1em;
    text-decoration: none;
    outline: none;
    text-transform: uppercase;
}
#pubs
     {
    margin-top: 20px;
    color:#fff;
    padding: 11px 25px;
    background-color: #008ca8;
    border-radius: 30px;
    font-family: sans-serif;
    border:none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

'inputs-list multi-container{
    list-
}

.pureprep p span{
    font-size:1.1em!important;
}

.gsc-control-cse div {
    position: static!important;
}

.distlink:hover{color: #4d4d4d;  
    
    
}
#comment-form{
    margin:0.5em;
    padding:1em;
    
}
.popup_nomargin .body-container-wrapper , .hs-content-name-contact-us-gyros-ilite .body-container-wrapper {
    padding-top:0px!important;
    
}
#comment-form .hs_submit input[type="submit" i] {
    margin-top: 20px;
    width: auto;
    padding: 11px 25px;
    background-color: #008ca8;
    color:#fff;
    border-radius: 30px;
    border-width: 0px;
    -webkit-border-radius: 30px; 
    -moz-border-radius: 30px; 
    
}

#comment-form {
    padding: 6% 8.1% 6% 9%;
    background-color: #f0f0f0;
} 

#comment-form {
    position: relative;
    
}

#comment-form .hs-form-required {
    position: absolute;
    left: -15px;
    display:none;
}

#comment-form h3 {
    text-transform: uppercase;
    font-size: 0.875em;
    font-weight: normal;
    margin: 0 0 20px 0;
}

#comment-form .hs-form fieldset.form-columns-1 .hs-input {
 /*   width: 100% !important;*/
}

 
#comment-form .hs-input {
    margin-bottom: 15px;
    font-family: 'Avenir LT W01_55 Roman',Arial,Helvetica,sans-serif !important;
    font-size: 0.938em !important;
    border: none !important;
    height: 45px;
}
#subscribe-2bf68cbf-7a21-48e9-828b-b6cb681042f8{
    height:10px!important;
}

#comment-form .hs-input:focus {
    outline: none !important;
}

#comment-form fieldset {
    max-width: none;
}

#comment-form ul.hs-error-msgs.inputs-list {
    list-style: none;
    padding: 0;
    margin-top: -15px;
    font-size: 0.7em;
    color: red;
}

#comment-form .hs-input.invalid.error {
    border: 1px solid red !important;
}

#comment-form .lp-form select.hs-input  {
    background-color: #d5d7d9;
}

#comment-form .hs-form fieldset.form-columns-1 input[type="checkbox"], .hs-form fieldset.form-columns-1 input[type="radio"] {
    width: auto !important;
    height: 20px;
}

#comment-form .hs-richtext {
    margin-top: 5px;
    margin-bottom: 25px;
    font-style: italic;
    font-size: 0.875em;
}

#comment-form .inputs-list.multi-container {
    list-style: none;
    padding-left: 0;
}

#comment-form .hs_news_and_updates.field.hs-form-field ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    padding-left: 20px !important;
    text-indent: -20px;
}

#comment-form .inputs-list.multi-container span {
    margin-left: 5px;
}


#comment-form input.hs-button.primary.large {
    font-family: 'Avenir LT W01_65 Medium1475532', Arial, Helvetica, sans-serif !important;
    font-size: 0.938em !important;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    background:  #f4791c;
    color: rgb(255, 255, 255);
    border-radius: 3px;
    border-width: 0px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    text-shadow: none;
    line-height: 1.5em;
    padding: 10px 30px;
    border-radius: 30px;
    margin-top: 5px;
}

#comment-form input.hs-button.primary.large:hover {
background: rgb(246,133,30);
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Avenir LT W01_55 Roman',Arial, Helvetica, sans-serif;
    font-style:normal;
    font-weight:400;
    font-size: 16px;
    line-height: 1.25em;
    color: #4d4d4d;
}

a {
    text-decoration: none;
    color:#008ca8;
}
a:hover {
         color: #4d4d4d;   
}

h1 {
font-family: 'Avenir LT W01_85 Heavy',Arial, Helvetica, sans-serif;
font-size: 3em;
line-height: 1.146em;
}

h2 {
font-family: 'Avenir LT W01_65 Medium',Arial, Helvetica, sans-serif;
font-size: 2.25em;
line-height: 1.25em;
}

.post-header h2{
font-family: 'Avenir LT W01_65 Medium',Arial, Helvetica, sans-serif;
font-size: 1.25em;
line-height: 1.25em;  
Margin:0.4em 0 0 0;
    }
    
#hs_cos_wrapper_post_title, body > div.body-container-wrapper > div > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-2 > div > div > h1  {
    font-family: 'Avenir LT W01_65 Medium',Arial, Helvetica, sans-serif;
font-size: 0.8em;
line-height: 0.90em;  
Margin:0.4em 0;
    }
body > div.footer-container-wrapper > div > div > div > div > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-2 {max-width:996px;margin:auto;}   

#hs_cos_wrapper_post_title{
   font-size: 0.5em;
line-height: 0.60em;  
    
}
h2 {
    font-family: 'Avenir LT W01_65 Medium',Arial,Helvetica,sans-serif;
    font-size: 1.6em;
    line-height: 1.25em;
}

h3 {
font-family: 'Avenir LT W01_55 Roman',Arial, Helvetica, sans-serif;
font-size: 1.412em;
line-height: 1.25em;
color: #2b2b2b;
}

h4 {
font-family: 'Avenir LT W01_55 Roman',Arial, Helvetica, sans-serif;
font-size: 1.125em;
line-height: 1.25em;
color: #2b2b2b;
}

h5 {
font-family: 'Avenir LT W01_65 Medium1475532', Arial, Helvetica, sans-serif;
font-size: 0.938em;
text-transform: uppercase;
}

a {
    text-decoration: none !important;
    color:#008ca8;
}

#hs_menu_wrapper_module_14774554328507 > ul > li > a:hover{
    
    color:#008ca8;
}


.header-section {
    background-color: #FFF;
    border-bottom: 2px solid #dedede;
}

.header-section .page-center {
    max-width: 980px !important;
    margin: 0 auto !important;
    float: none !important;
    padding: 0 20px;
}

.logo {
    max-width: 190px;
    width: 100%;
    height: auto;
    margin: 40px 0;
}

.top-links {
    text-align: right;
    width: 92% !important;
}

.top-links a {
    font-size: 0.688em;
    text-overflow: clip !important;
    background-color: #ededed;
    color: #535353;
    padding: 17px 14px 13px 14px !important;
    margin-left: 2px;
    max-width: none !important;
    font-family:"Avenir LT W01_65 Medium1475532", Arial;
    line-height: 1em;
}

.top-group {
    float: right;
    text-align: right;
}
.gsearch {
    margin-left: 2% !important;
    background-color: none;
    width: 5.5% !important;
    margin-top: 1px;
}

#___gcse_0 {
    /*display: none;*/
}

.top-menu {
    float: right !important;
    text-align: right;
    margin-top: 15px;
}

.ba-home .intro-section .intro-text a:hover,.tabber-content .tabber-left-col li a:hover {
    color:#2b2b2b;
}
.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover{
    color:#008ca8;
    
}
div.userzoneblock1{
  /*  margin-top: -400px;*/
 
}


@media (min-width: 901px) {
   
.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    line-height: 1em;
}   
.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children a,#hs_menu_wrapper_module_14774554328509 > ul > li > a:hover {
    margin-bottom: -10px;
    padding-bottom: 36px !important;
}  

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover a,#hs_menu_wrapper_module_14774554328509 > ul > li > a:hover, .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children a:hover {
        border-bottom: 5px solid #008ca8;
} 

.corporate-home .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
        border-bottom: 5px solid #e0791c !important;
} 

.corporate-home .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul li a:hover {
    border: none !important;
}

.corporate-home .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        margin-bottom: -15px;
        padding-bottom: 36px !important;
} 

.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul:hover .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children a, .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul:active .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children a, .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul:focus.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children a  {
    border-bottom: 5px solid #000;
}

.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:first-child ul.hs-menu-children-wrapper li {
    padding-right: 50px;
}



.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    max-width: 200px;
    width: auto;
    text-align: left;
    padding: 15px 10px 15px 10px !important;
    margin: 0;
}

.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    border-bottom: 1px solid #d6d8dc;
}
.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:last-child a {
    border-bottom: 0;
}

.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:first-child ul.hs-menu-children-wrapper li:hover {
  background-image: url('//cdn2.hubspot.net/hubfs/378579/GPT_resources/Images/sub-menu-bgd-selected.png?t=1524644384399');
   background-repeat: no-repeat;
   background-position: right center;
   content:"";
}

.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:active a, .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover a, .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:focus a {
    color: #008ca8;
}

.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    background-color: #eeeeee;
    padding: 20px 20px 20px 20px;
    top: 56px;
    z-index: 99999;
}


.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:first-child ul.hs-menu-children-wrapper {
    height: 385px;
    padding: 20px 0px 20px 20px;
   /* left: -419px;*/
   left: -4px;
    top: 56px;
    z-index: 99999;
}
.ilite #hs_menu_wrapper_module_14774554328509 > ul > li:nth-child(1) > ul{
    height: auto!important;
    padding: 20px 0px 20px 20px;
   /* left: -419px;*/
   left: -4px;
    top: 56px;
    z-index: 99999;
}

#hs_menu_wrapper_module_14774554328509 > ul > li:nth-child(1) > ul{
    height: 385px;
    padding: 20px 0px 20px 20px;
   /* left: -419px;*/
   left: -4px;
    top: 56px;
    z-index: 99999;
}



.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children:hover ul.hs-menu-children-wrapper li {
    opacity: 1;
    -khtml-opacity: 1;
}

.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li ul.hs-menu-children-wrapper {
    display: none;
   width: 365px;
   visibility: visible;
   top: -20px;
   left: 223px;
   height:200px!important;
   background-color: #dee0e1;
   padding: 20px;
   opacity: 0;
   -khtml-opacity: 0;
}


.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper li:first-child ul.hs-menu-children-wrapper {
   display: inline-block;
   opacity: 1;
   -khtml-opacity: 1;
}




.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover ul.hs-menu-children-wrapper {
    display: inline-block;
    opacity: 1;
     -khtml-opacity: 1;
}

/* :not(.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper li:first-child ul.hs-menu-children-wrapper) {
    display: none;
} */

.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:nth-child(2) ul.hs-menu-children-wrapper {
    top: -50px;
}

.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:nth-child(3) ul.hs-menu-children-wrapper {
    top: -114px;
}

.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:nth-child(4) ul.hs-menu-children-wrapper {
    top: -150px;
}

.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper li {
    display: none;
}

.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children:hover ul.hs-menu-children-wrapper li {
    display: block;
}



.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper li {
   display: inline;
   float: left;
   border: none;
   width: 160px;
   margin-bottom: 20px;
   padding-right: 0;
}

.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover ul.hs-menu-children-wrapper li a {
    color: #272933;
}



.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper li a {
   padding: 15px 0 !important;
   text-align: center;
   text-overflow: clip;
   border: none;
}

.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper a:after {
    background: none;
}

.top-menu .xplore:before {
    background-image: url('https://cdn2.hubspot.net/hubfs/378579/gyrolab/Gyrolab_xplore_menu.png?t=1524644384399');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    display: block;
    width: auto;
    height: 100px;
    content: "";
    margin-bottom: 20px;    
    margin-left: auto;
    margin-right: auto;
}

.top-menu .gyroxp:before {
    background-image: url('https://cdn2.hubspot.net/hubfs/378579/gyrolab/Gyrolab_systems_menu.png?t=1524644384399');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    display: block;
    width: auto;
    height: 100px;
    content: "";
    margin-bottom: 20px;    
    margin-left: auto;
    margin-right: auto;
}
.top-menu .gyroxpand:before {
    background-image: url('https://cdn2.hubspot.net/hubfs/378579/gyrolab/Gyrolab_xpand_menu.png?t=1524644384399');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    display: block;
    width: auto;
    height: 100px;
    content: "";
    margin-bottom: 20px;    
    margin-left: auto;
    margin-right: auto;
}
.top-menu .tribute:before {
    background-image: url('//cdn2.hubspot.net/hubfs/378579/1-PTI/Images-web/tribute.png?t=1524644384399');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    display: block;
    width: auto;
    height: 100px;
    content: "";
    margin-bottom: 20px; 
    margin-left: auto;
    margin-right: auto;
}
.top-menu .ps3:before {
    background-image: url('//cdn2.hubspot.net/hubfs/378579/Protein_Technologies_Inc_Oct2016/Images/PS3.png?t=1524644384399');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    display: block;
    width: 100px;
    height: 100px;
    content: "";
    margin-bottom: 20px; 
    margin-left: auto;
    margin-right: auto;
}
.top-menu .symphony:before {
    background-image: url('//cdn2.hubspot.net/hubfs/378579/Protein_Technologies_Inc_Oct2016/Images/Symphony.png?t=1524644384399');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    display: block;
    width: auto;
    height: 100px;
    content: "";
    margin-bottom: 20px; 
    margin-left: auto;
    margin-right: auto;
}
.top-menu .sonata:before {
    background-image: url('//cdn2.hubspot.net/hubfs/378579/1-PTI/Images-web/Sonata.png?t=1524644384399');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    display: block;
    width: auto;
    height: 100px;
    content: "";
    margin-bottom: 20px; 
    margin-left: auto;
    margin-right: auto;
}
}

@media (min-width: 900px) {
.header-links {
   margin-left: 5.4% !important;
   width: 71.309392% !important;
}


.top-menu a {
    color: #272933;
    margin-left: 30px;
    padding: 0 !important;
    font-size: 0.938em;
    letter-spacing: 0.012em;
}
.top-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children a:after {
    display: inline-block;
    content: "";
    width: 7px;
    height: 4px;
    background: transparent url('//cdn2.hubspot.net/hubfs/378579/GPT_resources/Images/arrow-down.png?t=1524644384399') no-repeat;
    vertical-align: middle;
    margin-left: 5px;
}
}


@media (max-width: 900px) {
    .logo {
        max-width: 130px;
        margin: 12px 20px;
    }
    .top-group {
        display: none !important;
    }
    .header-links {
        margin-top: -29px;
    }
}



/*Mobile Menu */


/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:901px) {
      .top-menu .hs-menu-wrapper { 
          display:block !important;
      }
  }





.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 900px){



  .top-menu,
  .top-menu .hs-menu-wrapper > ul,
  .top-menu .hs-menu-wrapper > ul li,
  .top-menu .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
  }


  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: -38px;          /* Position Button at right of screen  */
    right: 5px;        /*******************************************/
    width: 30px; /* Button width */
    height: auto; /* Button height */      
    padding: 0 5px 0 15px;
    font-size: 0.941em;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
  }
  
  .corporate-home .mobile-trigger {
      top: -17px;
  }
  
@media (max-width: 900px) and (min-width: 768px) {
    .mobile-trigger {
        top: 60px; right: 30px; 
    }
    .gsearch {
        float: none !important; min-height: 130px !important; margin-bottom: 62px !important;
     }
     .top-menu.js-enabled {
        padding-top: 115px !important;
     }
   
    .corporate-home .gsearch {
         display: none !important;
    }
    .corporate-home .top-menu {
        width: 100% !important;
    }
    .corporate-home .searchbox-icon, .corporate-home .searchbox-icon-close {
        display: none !important;  
    } 
}

@media (max-width: 767px) {
    .corporate-home .searchbox-icon, .corporate-home .searchbox-icon-close {
        display: none !important;
    }
    .corporate-home .gsearch {
        display: none !important;
    }
} 
  
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    background-color: none; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    background-color: none; 
    border-color: transparent;
  }
  
  .mobile-open .mobile-trigger i {
      background-color: rgba(0,0,0,0.0) !important;
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  
  .mobile-open .mobile-trigger i:before {
      margin-top: 0;
      top: 4px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open .mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 16px; /* Icon line width */
    height: 3px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #000; /* Icon color */
  }
  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after {
      width: 17px;
      top: -2px;
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    background: transparent url('//cdn2.hubspot.net/hubfs/378579/GPT_resources/Images/arrow-down.png?t=1524644384399') no-repeat center;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open {
   
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

.top-menu.js-enabled{
    position: absolute;
    padding-top: 21px;
    margin: 10px 0 0 0;
    width: 100%;
    z-index: 9999;
    left: 0;
    right: 0;
   }

  /* Hide menu on mobile */
  .top-menu.js-enabled .hs-menu-wrapper,
  .top-menu.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .top-menu ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .top-menu.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;  
    top: -1px;             
    left: 0;         
    padding-bottom: 0px;
    background-color: #FFF;
  }
  .top-menu .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }
  


   /* Level 1 Menu List Styles */
  .top-menu .hs-menu-wrapper > ul > li{
    position: relative;
    padding: 12px 8px !important;
    background-color: #eee;
  }
  .top-menu .hs-menu-wrapper > ul > li:first-child {
    border-top: none;
  }
  .top-menu .hs-menu-wrapper > ul > li a{
    font-size: 0.813em; /* Font size of top level list items */
    line-height: 2.813em;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .top-menu .hs-menu-wrapper > ul li{
    width:98.1%; border-top: 1px solid #d6d8dc;
  }
  .top-menu .hs-menu-wrapper >  ul li a{
    padding: 0 0 0 10px;
    color: #272933;
    font-size: 0.938em;
    line-height: 1.500em;
    font-family:"Avenir LT W01_65 Medium1475532", Arial;
  }


  /* Level 2 and Higher Menu List Styles */
  .top-menu .hs-menu-wrapper > ul ul {
      width: 100%;
  }
  .top-menu .hs-menu-wrapper > ul ul li{
    padding: 12px 8px;
    border-top: 1px solid #FFF;
  }
  
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
      background-color: #eee;
  }
  
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.active-child {
      background-color: #d6d8dc;
      font-weight: bold;
  }
  
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.active-child a {
      font-weight: bold;
  }

  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
    width: 98.1%; padding-bottom: 0 !important;
  }
  .hs-menu-item.hs-menu-depth-1.hs-item-has-children a {
      padding-bottom: 12px;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
      font-weight: normal;
  }
  
  .top-menu .hs-menu-wrapper > ul ul li a{
    text-indent: 0; /* Indent Child lists */
    font-size: 0.750em; /* Font size of child lists */
    padding: 0 0 0 20px !important;
  }

  /* Level 3 and Higher Menu List Styles */
  .top-menu .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .top-menu .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
    .mobile-trigger-span {
        color: #292929;
        display: inline-block !important;
        font-size: 0.938em;
        letter-spacing: 0;
        margin-right: 12px;
        text-transform: none;
    } 
    
.top-menu.js-enabled .top-links .hs-menu-wrapper {
    display: block !important;
}   
.top-links .mobile-trigger {
    display: none !important;
}
.top-links a {
    padding: 0 !important;
}
.top-links {
    margin-left: 0 !important;
}
.top-links .hs-menu-wrapper>ul>li a {
    font-size: 0.688em;
    text-overflow: clip !important;
    color: #535353;
    padding: 17px 14px 13px 14px !important;
    margin-left: 2px;
}

.top-links .hs-menu-wrapper>ul>li {
     background-color: #ededed;
     max-width: none !important;
     width: auto !important;
     display: block !important;
     position: relative;
     padding: 0 !important;
     float: left !important;
     clear: both !important;
     margin-top: 10px;
     margin-left: 10px;
}

.search {
    width: auto !important;
    margin-left: 2% !important;
    background-color: #ededed;
    padding: 9px 11px;
    border-radius: 20px;
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px;
    margin-top: 5px;
}
.search {
    display: inline-block !important;
}
.corporate-home .gsearch {
    float: none !important;
}
}

/* Footer */

.footer-section {
    background-color: #5a636d;
    padding: 40px 0 30px 0;
}

.footer-section .page-center {
    max-width: 820px !important;
}

.footer-logo {
    text-align: center;
}

.footer-phone {
    text-align: center;
    margin-top: 5px;
}

.footer-phone p {
    font-size: 0.941em;
    line-height: 120%;
    color: #c0c2c5;
    margin: 0 0 10px 0;
}

.footer-phone h4 {
    font-size: 2.25em;
    line-height: 1.25em ;
    color: #eee;
    margin: 0 0 35px 0;
    font-family: 'Avenir LT W01_65 Medium1475532',Arial, Helvetica, sans-serif;
}

.footer-section .social a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    font-size: 1.85rem;
    line-height: inherit;
    text-align: center;
    text-indent: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
    background-color: #7b8590;
    color: #eee;
    border-radius: 30px;
}

.footer-section .social {
    text-align: center;
    margin-top: 26px;
}

.footer-section .social a {
    text-decoration: none;
    position: relative;
    border-bottom: none;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-align: center;
    text-indent: 50px;
    white-space: nowrap;
    float: none !important;
    margin: 0 auto !important;
    margin-left: 30px !important;
}

.footer-section .social a:first-child {
    margin-left: 0;
}

.footer-section .social a.fa-twitter {
    margin-left: 0 !important;
}

.footer-section .social a:hover:before {
    padding-bottom: 0 !important;
    border-bottom: 0;
}

.footer-section .footer-links {
    margin-top: 50px;
    text-align: center;
}

.footer-section .footer-links ul li a {
    font-size: 0.875em;
    line-height: 1.875em;
    color: #c0c2c5;
    white-space: nowrap;
    text-overflow: clip;
    max-width: none;
    font-family: 'Avenir LT W01_65 Medium1475532',Arial, Helvetica, sans-serif;
}

.footer-section .footer-links ul li a:hover {
    color: #008ca8;
}

.footer-copyright {
    text-align: center;
}

.footer-phone img#hs-cta-img-71890fac-5cb9-4aac-b555-ea8123578ea3.hs-cta-img {
    display: none;
}

.footer-copyright span {
    font-family: 'Avenir LT W01_65 Medium1475532',Arial, Helvetica, sans-serif;
    font-size: 0.625em;
    line-height: 1.875em;
    color: #9da1a6;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

/* STANDARD LANDING PAGE */

.standard-landing .main-section {
    background-color: #f8f9f9;
    background-image: url('//cdn2.hubspot.net/hubfs/378579/GPT_resources/Images/cd-bg-image.png?t=1524644384399');
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
}

.ilite .main-section,.ilite.contact-page .main-wrapper, .ilite.hubspot-landing .main-wrapper {
    background-color: #f8f9f9;
    background-image: url('https://cdn2.hubspot.net/hubfs/378579/GPT_resources/Images/cell-iLite2.png?t=1524644384399')!important;
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
}

@media (min-width: 995px) {
    
    .social-sharing-module ul.share-buttons li{
    display: block;
    margin: 10px 0;
    padding-left: 46px;
}
    
.social-sharing-module {
    position: absolute;
    left: -160px;
    top: 148px;
    }
}

.social-sharing-module {
    margin: 0 0 45px 0 !important;
}


.social-share  {
    position: relative;
    display: block;
    width: auto !important;
    padding: 11px 25px;
    background-color: #dcdcdc;
    border-radius: 30px;
    -webkit-border-radius: 30px; 
    -moz-border-radius: 30px; 
    cursor: pointer;
}

.social-share a {
    font-size: 0.938em;
    color: #4d4d4d;
    text-decoration: none;
    font-family: 'Avenir LT W01_65 Medium1475532', Arial, Helvetica, sans-serif;
}

.social-icons {
    display: none !important;
}

ul.share-buttons{
  list-style: none;
  padding: 0;
}

.social-icons.show {
    display: block !important;
}


ul.share-buttons li{
  display: inline;
}

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.Subscribe-field {
    display: none !important;
}

.Subscribe-field.show{
    display:block !important;
}
.hs-blog-social-share-list{
  display:none;  
    
}
.subscribe-button{
       margin-top: 20px;
    width: 100px;
    padding: 11px 25px;
    background-color: #008ca8;
    border-radius: 30px;
    -webkit-border-radius: 30px; 
    -moz-border-radius: 30px; 
}
.subscribe-button a{ 
    color:#fff;
}

.social-share i {
    margin-left: 22px;
}

@media (max-width: 767px) {
    .social-sharing-module .social-share {
        display: inline-block;
    }
}

.standard-landing .page-center {
    max-width: 660px;
    margin: 0 auto !important;
    float: none !important;
    padding: 0 20px;
    position: relative;
}

.main-section .intro {
    margin-top: 70px;
    margin-bottom: 45px;
}

@media (max-width: 997px) {
   .main-section .intro {
        margin-bottom: 0;
   }    
}

.main-section .intro h1 {
    color: #008ca8;
    font-size: 2.25em;
    line-height: 1.250em;
    margin-bottom: 30px;
    margin-top: 0;
}

.main-section .intro p {
    font-size: 1.250em;
    line-height: 1.3em;
    color: #4d4d4d;
}

.main-section .product-group {
    margin-bottom: 55px;
}

@media (min-width: 767px) {
.standard-landing .product-group {
    width: 46.717949%;
}

.standard-landing .product-group:nth-child(even) {
    margin-left: 6.564103%;
} 
}

.main-section .product-group .product-image {
    margin-bottom: 20px;
    height: 165px;
    width: 100%;
}

.main-section .product-group .product-image img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-section .product-text {
   
}

.main-section .product-text h3 {
    font-size: 1.125em;
    line-height: 1.500em;
    margin: 0;
    font-weight: bold;
}

.main-section .product-text p {
    font-size: 1.125em;
    line-height: 1.333em;
    margin: 0;
}

@media (max-width: 767px) {
    .intro-image, .left-info, .right-info {
        margin-top: 40px !important;
    }
}

@media (max-width: 767px) and (min-width: 480px) {
    .standard-landing .product-group {
    width: 46.717949%;
    float: left;
}

.standard-landing .product-group:nth-child(even) {
    margin-left: 6.564103%;
} 
}

.standard-landing .footer-section {
    margin-top: -28px;
}
    
    
    
/* Chemicals Landing Page */

.chemicals-landing .page-center {
    max-width: 980px;
    margin: 0 auto !important;
    float: none !important;
    padding: 0 20px;
    position: relative;
}

.chemicals-landing .main-section {
    background-color: #fcfcfc;
    background-image: url('//cdn2.hubspot.net/hubfs/378579/GPT_resources/Images/cd-bg-image.png?t=1524644384399');
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
}

.chemicals-landing .footer-section {
    margin-bottom: -28px;
}

.main-section .intro-section {
    margin-top: 70px;
    margin-bottom: 60px;
}

.main-section .intro-text h1 {
    color: #008ca8;
    font-size: 2.25em;
    line-height: 1.250em;
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: bold;
    font-family:"Avenir LT W01_85 Heavy";
}

.main-section .intro-text p {
    font-size: 1.125em;
    line-height: 2em;
    color: #4d4d4d;
}

.main-section .intro-text ul {
    padding-left: 0;
    list-style-position: inside;
    list-style-image: url('//cdn2.hubspot.net/hubfs/378579/GPT_resources/Images/Glyphicon-tick-teal.png?t=1524644384399');
    margin-left: 38px;
}

.main-section .intro-text li {
    font-size: 1.125em;
    line-height: 1.778em;
    color: #4d4d4d;
    text-indent: -38px;
}


@media (min-width: 767px) {
   .intro-image, .intro-text {
   margin-bottom: 60px;
}
}


    
.left-info h3, .right-info h3  {
    font-size: 1.125em;
    line-height: 1.500em;
    color: #2b2b2b;
    font-weight: bold;
    margin-top: 0;
}   

.left-info ul, .right-info ul {
    padding-left: 0;
    /*list-style-position: inside;*/
    list-style-image: url('//cdn2.hubspot.net/hubfs/378579/GPT_resources/Images/teal-bullet.png?t=1524644384399');
    margin-left: 37px;
}

.left-info li, .right-info li {
    color: #008ca8;
    margin-bottom: 20px;
}

.left-info li p, .right-info li p {
    font-size: 1em;
    line-height: 1.250em;
    color: #4d4d4d;
    margin: 0;
   /* text-indent: -38px;*/
}   
    
.search-section {
    background-color: #69747e;
    background-image: none;
    background-repeat: no-repeat;
    background-position: -62px -4px;
    position: relative;
    border-bottom: 6px solid #dedede;
    height: 220px;
    margin-bottom: 50px;
}    
   
.search-section-inner {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 103.3% -4px;
    height: 220px;
}   


/* Product Information Modal */
#myBtn {
    background: none;
    color: #008ca8;
    border: none;
    cursor: pointer;
    font-size: 1.125em;
    font-family: "Avenir LT W01_65 Medium1475532";
}

#myBtn:focus, #myBtn:active {
    border: none;
    outline: none;
}

#myModal {
    display: none;
}

.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 80px;
    border: 1px solid #888;
    width: 80%;
    max-width: 780px;
    position: relative;
}

.modal-content h3 {
    color: #2b2b2b;
    font-size: 1.412em;
    line-height: 1.875em;
    font-family: "Avenir LT W01_65 Medium1475532", Arial;
    margin-top: 0 !important;
    margin-bottom: 15px;
}

.modal-content h4 {
    font-size: 1.125em;
    line-height: 1.500em;
    color: #2b2b2b;
    font-family: "Avenir LT W01_65 Medium1475532", Arial;
    margin-bottom: 15px;
}

.modal-content p {
    font-size: 1em;
    line-height: 1.250em;
    color: #4d4d4d;
    font-family: "Avenir LT W01_55 Roman", Arial;
}

/* The Close Button */
.close {
    color: #565252;
    position: absolute;
    font-size: 28px;
    font-weight: bold;
    top: 25px;
    right: 30px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 521px) {
     #cta_button_378579_730f5127-3dfa-4cb8-b804-f1caa40e5969 {
        margin-top:20px;
    }
}
 
@media (max-width: 1200px) {
    .modal-content {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .modal-content {
        padding: 40px 30px;
    }
}    
    
@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: transparant!important;
        position: absolute;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }
    .smallhide{
        display:none;
    }
    .banner-slider .caption h1 {
        margin-bottom: 3px;
    }
    #hs_cos_flex_slider_module_14768517409975946 > div > ul > li:nth-child(4) > div{
        margin-top:0px;
    }
    #hs_cos_flex_slider_module_14768517409975946 > div > ul > li:nth-child(5) > div,#hs_cos_flex_slider_module_14768517409975946 > div > ul > li:nth-child(3) > div,#hs_cos_flex_slider_module_14768517409975946 > div > ul > li:nth-child(2) > div,#hs_cos_flex_slider_module_14768517409975946 > div > ul > li:nth-child(1) > div{
        margin-top:20px;
    }
}    
    
    
/* BA HOME PAGE */

.ba-home .page-center {
    max-width: 980px;
    margin: 0 auto !important;
    float: none !important;
    padding: 0 20px;
    position: relative;
}

.banner-section {
    border-bottom: 2px solid #dedede;
}
    
.banner-slider {
    
}   

.banner-slider .caption {
    text-align: left !important;
    width: 35% !important;            
    top: 70% !important;     
    transform: translateY(-70%); 
      -webkit-transform: translateY(-70%); 
    -moz-transform: translateY(-70%); 
    -ms-transform: translateY(-70%); 
    -o-transform: translateY(-70%); 
    bottom: auto;
}

.banner-slider .caption h1 {
    font-size: 48px;
    line-height: 1.146;
    font-weight: bold;
    color: #FFF;
    margin-top: 0;
    margin-bottom: 15px;
}

.banner-slider .caption p {
    font-size: 16px;
    line-height: 1.250em !important;
    color: #FFF;
    margin-top: 0;
    margin-bottom: 40px;
    font-family: "Avenir LT W01_65 Medium1475532", Arial;
}

a#cta_button_378579_e85a6f42-c2e4-4433-bb6f-b1d1c37ab99b {
     font-family: "Avenir LT W01_65 Medium1475532", Arial;
}

.banner-slider .caption p:last-child {
    margin-bottom: 0;
}

.hs_cos_flex-slider {
    margin-bottom: 0 !important;
}

.hs_cos_flex-direction-nav a {
    height: 100px;
}

.hs_cos_flex-control-nav {
    width: 76% !important;
    margin-left: 12% !important;
    margin-right: 12% !important;
    bottom: 10px !important;
    text-align: right !important;
}

.hs_cos_flex-control-paging li a.hs_cos_flex-active {
    background-color: #FFF !important;
}

.hs_cos_flex-control-nav li {
    border: 2px solid #FFF !important;
    border-radius: 11px !important;
    -webkit-border-radius: 11px; 
    -moz-border-radius: 11px; ; 
    background: none !important;
}

.hs_cos_flex-control-paging li a {
    color: rgba(0,0,0,0) !important ;
    background: none !important;
    box-shadow: none !important;
}



.hs_cos_flex-slider:hover .hs_cos_flex-prev {
    left: 20px;
}

.hs_cos_flex-slider:hover .hs_cos_flex-next {
    right: 20px;
}

.hs_cos_flex-prev {
    background: url('//cdn2.hubspot.net/hubfs/378579/GPT_resources/Images/SliderArrow_left.png?t=1524644384399') no-repeat !important;
    background-size: 25px 66px !important; 
    opacity: 0.3 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
}

.hs_cos_flex-next {
    background: url('//cdn2.hubspot.net/hubfs/378579/GPT_resources/Images/SliderArrow_right.png?t=1524644384399') no-repeat !important;
    background-size: 25px 66px !important; 
    opacity: 0.3 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
}

.hs_cos_flex-direction-nav a {
    background: none;
}


.ba-home .intro-section {
    padding: 40px 0 60px 0;
    background-color: #F0F0F0;
}

.ba-home .intro-section .intro-text:before {
    content: url(//cdn2.hubspot.net/hubfs/378579/GPT_resources/Images/transparent_orange_circle.png?t=1524644384399);
    position: absolute;
    left: -66px;
    top: -20px;
    }
    
.ba-home .intro-section .intro-text p {
    font-size: 1.250em;
    line-height: 1.625em;
    color: #4d4d4d;
    margin: 0 0 30px 0;
}

.ba-home .intro-section .intro-text a{
    color: #008ca8;
    font-size: 1.125em;
    line-height: 2em;
    margin: 0;
    text-decoration: none;
    font-family: "Avenir LT W01_65 Medium1475532", Arial;
}


.spotlight {
    position: relative;
    margin-bottom:10px;
}

.spotlight img { 
    width: 100%;
    height: auto;
}

.spotlight-text-section {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    padding: 20px 0 30px 0;
    background-color: rgba(214, 216, 220, 0.9);
}
.spotlight-text-section1 {
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    padding: 20px 0 30px 0;
    background-color: rgba(214, 216, 220, 0.9);
}

.spotlight-text {
    width: 80%;
    margin-left: 20px;
}

.spotlight-text a {
    color: #2b2b2b;
    font-size: 1.250em;
    line-height: 1.625em;
    text-decoration: none;
}

.arrow {
    position: absolute;
    width: 35px;
    height: 35px;
    bottom: 20px;
    right: 25px;
}

.ba-home .product-section {
    padding: 70px 0;
}

.ba-home .product-header h2 {
    margin-top: 0;
    margin-bottom: 60px;
    text-align: center;
    font-size: 1.875em;
    line-height: 120%;
    color: #2b2b2b;
}

.ba-home .product-group {
    text-align: center;
}

.ba-home .product-image {
    margin-bottom: 23px;
}

.ba-home .product-image img{
    height: 166px !important;
    width: auto !important;
}

.ba-home .product-image img:hover {
    border-radius: 90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    box-shadow: 0 3px 24px 0 rgba(224,121,28,0.22);
    -moz-box-shadow: 0 3px 24px 0 rgba(224,121,28,0.22);
    -webkit-box-shadow: 0 3px 24px 0 rgba(224,121,28,0.22);
}

.ba-home .product-text p {
    font-size: 0.941em;
    line-height: 120px;
    color: #4d4d4d;
    font-family: 'Avenir LT W01_65 Medium1475532',Arial, Helvetica, sans-serif;
}

.ba-home .product-text a {
    color: #4d4d4d;
    font-family: 'Avenir LT W01_65 Medium1475532',Arial, Helvetica, sans-serif;
}

.ba-home .footer-section {
    margin-top: -28px;
}

 .tabber-wrap {
    text-align: left;
    background-color: #dedede;
}
 .tabber-wrap li a:hover {
    background-color: none;
}

 .tabber-tabs {
    list-style: none;
    padding: 0;
    margin: 0;active
    display: inline-block;
    position: relative;
    margin-bottom: -5px;
    width: 48.717948718%;
}

 .tabber-tabs > li:first-child {
    float: left;
    border-left: none;
}

 .tabber-tabs > li {
    float: left;
    width: 45.3%;
}
 .tabber-tabs > li > a {
    color: #2b2b2b;
    line-height: 120%;
    font-size: 0.938em;
    text-decoration: none;
    display: block;
    padding-top: 65px;
    padding-bottom: 12px;
    padding-left: 22px;
    font-family: 'Avenir LT W01_65 Medium1475532',Arial, Helvetica, sans-serif;
}
 .tabber-tabs > .active > a,
 .tabber-tabs > .active > a:hover,
 .tabber-tabs li a:hover,
.tabber-tabs > .active > a:focus {
    cursor: default;
}

.tabber-tabs li.active {
    background-color: #eeeeee;
}

.tabber-content {
   margin-top: 30px;
   text-align: left;
}


 .tabber-content ul {
    padding: 0;
    margin: 0;
}

 .tabber-content .tabber-left-col {
    width: 48.717948718%;
    float: left;
    text-align: left;
    margin-bottom: 45px;
}

.tabber-content .tabber-left-col li {
    margin-bottom: 15px;
    list-style: none;
    padding-left: 22px;
}

.tabber-content .tabber-left-col li a {
    font-size: 14px;
    line-height: 19px;
    color: #008ca8;
    text-decoration: none;
    font-weight: bold;
}
.tabber-content .tabber-left-col li span {
    font-size: 12px;
    
}


 .tabber-content .tabber-right-col {
    width: 48.717948718%;
    float: right;
    text-align: left;
    position: relative;
    margin-bottom: 45px;
    margin-top: 5px;
    overflow: hidden;
}

 .tabber-content .tabber-right-col img {
     width: 100%;
     height: auto;
 }

.tabber-content .tabber-right-col .image-text {
    position: absolute;
    top: 25px;
    bottom: 5%;
    left: 20px;
    right: 15%;
}

.tabber-content .tabber-right-col .image-text p {
    color: #f8f9f9;
    font-size: 1.412em;
    line-height: 1.26em;
    margin: 0;
}


.tabber-content .tabber-right-col p {
    line-height: 1.3750em;
    font-size: 0.938em;
    margin-bottom: 20px;
    color: #545f67;
}

.tabber-right-col .link-arrow {
    position: absolute;
    right: 10%;
    bottom: 6%;
}

@media (max-width: 900px) {
    .banner-slider .caption h1 {
        font-size: 80%;
    }
    .banner-slider .caption p {
        font-size: 33%;
        margin-bottom: 30px;
    }
    }
@media (max-width: 750px) {
    .banner-slider .caption h1 {
        font-size: 60%;
    }
    .banner-slider .caption p {
        font-size: 28%;
        margin-bottom: 20px;
    }
    }
@media (max-width: 580px) {
    .banner-slider .caption h1 {
        font-size: 40%;
    }
    .hs_cos_flex-slider .superimpose .caption {
        padding: 0 3%;
        
    }
    }    
    
    @media (max-width: 767px) {
         .footer-section .footer-logo, .footer-section .footer-phone {
        margin-bottom: 25px;
    }
    .footer-section .footer-links {
        margin: 20px 0;
    }
    .footer-section .footer-links ul li a {
        padding: 0;
    }
    }

       
@media (max-width: 767px) and (min-width:480px) {
    .ba-home .intro-text, .ba-home .spotlight {
        /*width: 48.618784527% !important;*/
        float: left !important;
    }
    .ba-home .spotlight {
        margin-left: 2.762430939% !important;
    }
    .spotlight-text-section {
    position: relative;
}
.spotlight .arrow {
    bottom: 15px;
    right: 20px;
}
.spotlight-text {
    width: 66%;
}
.ba-home .product-group {
    width: 50%;
    float: left;
    margin-bottom: 35px;
}
.ba-home .product-group:last-child {
    margin-bottom: 0;
}
.tabber-tabs {
    width: 50% !important;
}
.tabber-left-col {
    width: 48.717948718% !important;
}
.tabber-right-col {
    width: 48.717948718% !important;
    margin-left: 2.564102564% !important;
}
.tabber-content .tabber-right-col .image-text p {
    font-size: 1em;
}
.tabber-tabs {
    margin-bottom: -5px;
}
.footer-section .footer-links ul li a {
 padding: 0 6px;
}
}


@media (max-width: 480px) {
    .page-center, .ba-home .page-center {
        padding: 0 10px;
    }
    .ba-home .intro-text {
        margin-bottom: 20px;
    }
    .ba-home .product-group {
    margin-bottom: 35px;
    }
    .ba-home .product-group:last-child {
    margin-bottom: 0;
    }
    div.userzoneblock1{
  /*  margin-top: -10px!important;*/
 
    }
    div.user_btns{
        margin-top: -5.8em!important;
        margin-left: 5.5em!important;
    }
    div.userzoneblock1 img {
        width:100%;
    }
    .tabber-tabs {
        width: 100%;
        margin-bottom: -6px;
    }
    .tabber-tabs>li>a {
        padding-top: 35px;
    }
    .tabber-left-col {
        width: 100% !important; 
        margin-bottom: 20px !important;
    }
    .tabber-right-col {
        width: 100% !important;
    }
}


.back-to-top a {
    position: fixed;
    bottom: 70px;
    right: 0;
    width: auto;
    font-size: 20px;
    padding: 5px 12px 8px;
    background-color: #a4a8ad;
    color: #d2d4d6;
    cursor: pointer;
}




.searchbox{
    position:relative;
    min-width:37px;
    width:0%;
    float:right;
    overflow:hidden;
    
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input{
    top:0;
    right:0;
    border: none;
    outline:0;
    background:#FFF;
    width:100%;
    height: 42px;
    margin:0;
    padding:0px 55px 0px 20px;
    font-size:20px;
    color: #000;
    font-size: 0.875em;
}

.searchbox-open .searchbox-input {
    border:1px solid #d8d8d8;
    margin-bottom: 10px;
}
.searchbox-input::-webkit-input-placeholder {
    color: #e2e2e2;
}
.searchbox-input:-moz-placeholder {
    color: #e2e2e2;
}
.searchbox-input::-moz-placeholder {
    color: #e2e2e2;
}
.searchbox-input:-ms-input-placeholder {
    color: #e2e2e2;
}

.searchbox-icon, .searchbox-icon-close {
    display:block;
    position:absolute;
    top:0;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    cursor:pointer;
    background-color: #ededed;
    padding: 9px 11px;
    border-radius: 20px;
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px;
    margin-top: 2px;
}



.searchbox-submit {
    display: none;
}

.searchbox-open .searchbox-submit {
    content: "\f002";
    font-family: FontAwesome;
    display:block;
    position:absolute;
    top:3px;
    right:3px;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    cursor:pointer;
    background-color: #008ca8;
    color: #FFF;
    padding: 9px 11px;
    border-radius: 20px;
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px;
    font-family: inherit;
    font-size: inherit;
}

   
.searchbox-open{
    width:100%;
}

.menulinks-pushed {
    width: 55% !important;
     -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

.search-expanded {
    width: 41% !important;
     -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}



.searchbox-open .searchbox-icon {
    display: none !important;
}

@media (max-width: 900px) {
    .gsearch {
        width: 100%;
        margin-bottom: 20px;
    }
    /*script { display:none!important;}
    .searchbox-submit{display:none;}*/
}





/* COROPORATE HOME */

.corporate-home .page-center{
    max-width: 820px !important;
    padding: 0 20px;
    margin: 0 auto !important;
    float: none !important;
    position: relative;
   /* z-index: 200;*/
}

@media (min-width: 768px) {
    .corporate-home .hex-image-big img {
        width: 429px !important;
}
    .corporate-home .hex-image-big {
        position: absolute;
        width: auto;
        left: -116px;
        bottom: -180px !important;
        z-index: 100;
    }
    .corporate-home .hex-image-medium, .corporate-home .hex-image-small {
        display: none;
    }
}

@media (min-width: 536px)  and (max-width: 767px) {
    .corporate-home .hex-image-medium img {
        width: 300px !important;
}
    .corporate-home .hex-image-medium {
        top: 205px !important;
        display: block;
        position: absolute;
        width: auto;
        left: -118px !important;
        z-index: 100;
    }
    .corporate-home .hex-image-big, .corporate-home .hex-image-small {
        display: none;
    }
}

@media (max-width: 535px) {
    .corporate-home .hex-image-medium img {
        /*width: 300px !important; */
}
    .corporate-home .hex-image-small {
        top: 533px !important;
        display: block;
        position: absolute;
        width: auto;
        left: -107px;
        z-index: 100;
    }
    .corporate-home .hex-image-big, .corporate-home .hex-image-medium {
        display: none;
    }
}


.corporate-home .hex-image {
   
}

.corporate-home .header-section {
    background: none !important;
    border-bottom: 0;
}

.corporate-home .top-menu {
    float: left !important;
    width: 88.452991% !important
}

.corporate-home .logo {
    width: 29%;
}

.corporate-home .header-links {
    width: 70.1% !important; margin-top: 40px;
    font-family: 'Avenir LT W01_65 Medium1475532',Arial, Helvetica, sans-serif;
}

.corporate-home .logo img {
    max-width: 225px;
}

.corporate-home .gsearch {
    background: none !important;
    float: right;
}

.corporate-home .search-expanded {
    width: 100% !important;
    max-width: 400px;
}

.corporate-home .search-button {
    width: 8% !important;
}


.corporate-home .searchbox .searchbox-open {
    max-width: 400px;
    float: right;
}

.corporate-home .searchbox-icon, .corporate-home .searchbox-icon-close {
    position: relative; padding: 9px 12px; margin: 3px 0 10px 5px; 
}

.corporate-home .searchbox-icon-close {
    display: none;
}

.corporate-home .searchbox-input {
    border-radius: 0;
    display: none;
}

.corporate-home .searchbox-open .searchbox-input {
    display: block;
    max-width: 400px !important;
    width: 100% !important;
    float: right;
}

.corporate-home .searchbox-open .searchbox-submit {
    font-size: 16px;
    padding: 7px 9px;
    right: 5px;
    margin: 2px 0;
    width: 36px;
}

@media (min-width: 768px) and (max-width: 1400px) {
    .corporate-home .proteintech-group {
        bottom: -120px !important;
    }
    .corporate-home .gyros-group {
        top: -70px !important;
    }
}

@media (max-width: 767px) {
    .corporate-home .hex-image {
        bottom: -285px;
    }
    .corporate-home .top-menu {
        width: 100% !important;
    }

    .corporate-home .top-menu .hs-menu-wrapper>ul li:nth-child(4) {
        margin-bottom: 0px;
    }
   
    .corporate-home .searchbox-icon-close {
    display: none !important;
}
    .corporate-home .searchbox-open .searchbox-input {
        float: left;
    }

    .corporate-home .relationship-line {
        display: none;
    }
     .corporate-home .gyros-group, .corporate-home .proteintech-group {
        position: relative !important;
        width: 100% !important;
        float: left !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        max-width: 240px;
        max-height: 240px;
        margin: 0 auto !important;
        float: none !important;
        
}
.corporate-home .other-pages-section .row-fluid-wrapper.row-depth-2.row-number-5, .corporate-home .other-pages-section .row-fluid-wrapper.row-depth-2.row-number-2 {
    width: 50%;
    float: left;
}
.corporate-home .other-pages-section .row-fluid-wrapper.row-depth-2.row-number-6 {
    width: 50%;
    float: right;   
}
    .corporate-home .top-main-section {
        height: auto;
    }
    .corporate-home .main-section .main-text {
        width: 100% !important;
        text-align: center;
    }
    .other-pages-section {
        position: relative;
        width: 100%;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .corporate-home .main-section {
        padding-bottom: 60px;
    }
    .corporate-home .other-pages-section .row-fluid-wrapper.row-depth-2.row-number-6 {
        width: 100%;
    }
}

@media (min-width: 767px) {
.corporate-home .main-section .page-center {
    margin: 60px auto 0 auto !important;
}
.corporate-home .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:first-child ul.hs-menu-children-wrapper {
    height: auto;
    padding: 20px 0 20px 20px;
    left: 0px;
    z-index: 99999;
}

.corp-ver .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:first-child ul.hs-menu-children-wrapper {
    height: auto !important;
    padding: 20px 0 20px 20px !important;
    left: 0px !important;
    z-index: 99999 !important;
}


.corporate-home .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover a {
    border-bottom: none;
}
}

.corporate-home .main-section .main-text {
    width: 56.5%;
    z-index: 999;
    position: relative;
}

.corporate-home .main-section .main-text a.cta-button {
    font-family: 'Avenir LT W01_65 Medium1475532', Arial, Helvetica, sans-serif;
}

.corporate-home .main-section .main-text h3 {
    font-size: 1.375em;
    line-height: 1.364em;
    color: #2b2b2b;
    font-family: 'Avenir LT W01_65 Medium1475532',Arial, Helvetica, sans-serif;
    margin: 0 !important;
}

.corporate-home .main-section .main-text h1 {
    font-size: 1.875em;
    line-height: 1.367em;
    color: #4d4d4d;
    font-family:"Avenir LT W01_85 Heavy";
    margin: 0 0 25px 0 !important;
}

.corporate-home .gyros-group{
    width: 240px;
    height: 240px;
    padding: 20px;
    background-color: #FFF;
    border-radius: 150px;
    -webkit-border-radius: 150px; 
    -moz-border-radius: 150px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    text-align: center;
    box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.22); 
    -moz-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.22);
    z-index: 1111;

}



@media (max-width: 535px) {
    .corporate-home .gyros-group, .corporate-home .proteintech-group {
        position: relative;
        width: 100%;
}
    .corporate-home .proteintech-group {
        margin-top: 30px !important;
    }
    .corporate-home .other-pages-section .row-fluid-wrapper.row-depth-2.row-number-5, .corporate-home .other-pages-section .row-fluid-wrapper.row-depth-2.row-number-2, .corporate-home .other-pages-section .row-fluid-wrapper.row-depth-2.row-number-6 {
        width: 100%;
        margin: 0;
        float: left;
    }
    .corporate-home .hex-image {
        bottom: -540px;
        left: -85px;
    }
}

.corporate-home .proteintech-group{
    width: 240px;
    height: 240px;
    padding: 20px;
    background-color: #FFF;
    border-radius: 150px;
    -webkit-border-radius: 150px; 
    -moz-border-radius: 150px;
    position: absolute;
    bottom: -200px;
    right: 150px;
    display: block;
    text-align: center;
    box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.22); 
    -moz-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.22);
    z-index: 1111;
}

.corporate-home .proteintech-group:hover, .corporate-home .gyros-group:hover {
     box-shadow: 0px 1px 24px 0px rgba(224, 121, 28, 0.22); 
    -moz-box-shadow: 0px 1px 24px 0px rgba(224, 121, 28, 0.22);
    -webkit-box-shadow: 0px 1px 24px 0px rgba(224, 121, 28, 0.22);
}

@media (max-width: 820px) {
    .corporate-home .gyros-group {
        right: 20px;
    }
    .corporate-home .proteintech-group {
        right: 170px;
    }
}





.corporate-home .gyros-group .image img{
     margin: 15px auto !important;
   float: none;
   max-width: 150px;
   max-height: 150px;
}

 .corporate-home .proteintech-group .image img {
   margin: 10px auto !important;
   float: none;
   max-width: 120px;
   max-height: 120px;
}

.corporate-home .gyros-group .image, .corporate-home .proteintech-group .image, .corporate-home .gyros-group .text, .corporate-home .proteintech-group .text  {
    display: inline-block !important;
}


.corporate-home .gyros-group .text p, .corporate-home .proteintech-group .text p {
    max-width: 175px;
    font-size: 1em;
    margin: 0 auto !important;
    color: #4d4d4d;
    display: inline-block;
}

.corporate-home .gyros-group .text p strong, .corporate-home .proteintech-group .text p strong {
    line-height: 1.5em;
}

.corporate-home .footer-section {
    padding: 30px 0 20px 0;
}

.corporate-home .footer-section .social {
    margin: 0;
    width: 100%;
}

.corporate-home .footer-links ul li a {
    padding: 0 7px;
    font-size: 0.875em;
}

.corporate-home .footer-section .footer-links {
    margin-top: 20px;
}


/* Standard Page */

.standard-page .main-section .intro p {
    font-size: 1em;
    line-height: 1.250em;
    margin-top: 0;
    margin-bottom: 25px;
}



.standard-page .main-section .intro h2 {
    font-size: 1.5em;
    line-height: 1.250em;
    color: #2b2b2b;
    margin: 0 0 20px 0;
    font-family: 'Avenir LT W01_65 Medium1475532', Arial, Helvetica, sans-serif;
}

.standard-page .main-section .intro h3 {
    font-size: 1.25em;
    line-height: 1.250em;
    color: #2b2b2b;
    margin: 0 0 15px 0;
}

.standard-page .footer-section {
    margin-top: -28px;
}



/* History Page */

.history-timeline-outer {
    
}

.history-wrapper {
    position:relative;
    padding: 70px 0 90px 0;
        
    background-image: url(https://cdn2.hubspot.net/hubfs/378579/Images/Hex_timeline_bg1.png?t=1524644384399);
    background-repeat: no-repeat;
    background-color: #69747e;
/*    background-blend-mode: multiply;
   -webkit-background-blend-mode:  multiply; */
    background-position: right top;
    background-size: auto 100%;
}

.history-wrapper .page-center {
    max-width: 1040px !important;
}

.history-wrapper .history-content {
    
}


.history-wrapper .tab-pane {
    
}


.history-wrapper .history-left-col {
    width: 48.717948718%;
    float: left;
}

.history-wrapper .history-left-col img {
     height: auto; max-height: 370px;
}

.history-wrapper .history-right-col {
    width: 48.717948718%;
    float: left;
    margin-left: 2.564102564%;
    text-align: left;
}

.history-wrapper .history-tabs {
    margin-top: 25px;
    width: 100%;
}

.history-wrapper .history-tabs li {
    display: inline;
    padding: 0 3.442%;
    position: relative;
}

.history-wrapper .history-tabs li a {
    position: relative;
    color: #d1d5d8;
    font-weight: bold;
    font-size: 1.125em;
}

.history-wrapper .history-tabs li.active a {
    color: #FFF;
}

.history-wrapper .history-tabs li:first-child {
    padding-left: 0;
}

.history-wrapper .history-tabs li:last-child {
    padding-right: 0;
}

.history-wrapper .history-tabs li a:before {
    content: '•';
    position: absolute;
    top: -30px; 
    width: 100%;
    text-align: center;
    font-size: 60px;
}

.owl-carousel .owl-wrapper-outer {
    padding-top: 10px;
}

ul#owl-demo {
    padding-left: 0;
}

.owl-carousel .owl-item {
    text-align: center;
}

.history-wrapper .hs_cos_flex-direction-nav a {
    top: 45%;
}

.history-wrapper .hs_cos_flex-direction-nav .hs_cos_flex-prev {
    left: -50px;
}

.history-wrapper .hs_cos_flex-direction-nav .hs_cos_flex-next {
    right: -50px;
}

.history-wrapper .owl-nav{
    top: calc( 50% - 23px );
}


.owl-nav.prev {
    position: absolute;
    left: -45px;
    font-size: 45px;
    line-height: 1em;
    color: #d1d5d8;
}

.owl-nav.next {
    position: absolute;
    right: -45px;
    font-size: 45px;
    line-height: 1em;
    color: #d1d5d8;
}

.history-wrapper .owl-dots {
    
    float: left; width: 100%;
    text-align: center;
}

.history-wrapper .owl-dots {
    
    float: left; width: 100%; margin-top: 30px;
    text-align: left;
}

.history-wrapper .owl-dot{    
    display:inline-block;  opacity: 0.5;
    
    -webkit-transition: .3s; /* Safari */
    transition: .3s;
}

.history-wrapper .owl-dot.active  {
    opacity: 1;
}

.history-wrapper .owl-dot__icon {
    
    display:inline-block; width: 15px; height:15px; margin: 0 0.32em;
    background-color: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
   
}

.history-wrapper .owl-dot__label {
    float: left; width: 100%;
    color: white;
}

.history-wrapper h3, p.year {
    color: #eff2f3;
    font-size: 1.5em;
    line-height: 1.250em;
    font-weight: bold;
    margin: 0 0 25px 0;
}

.history-wrapper p.image-text, .history-wrapper p.image-text span, .history-wrapper p.image-text p, .history-wrapper .history-right-col p, .history-wrapper .image-text p, .history-wrapper .history-right-col, .history-wrapper .history-right-col p {
    color: #eff2f3;
    font-family: 'Avenir LT W01_65 Medium1475532', Arial, Helvetica, sans-serif;
}

@media (max-width: 1040px) {
    .owl-nav.btn.prev {
        left: -10px;
    }
     .owl-nav.next {
        right: -10px;
    }
}

@media (max-width: 480px) {
    .history-wrapper .history-left-col{ 
        width: 100%;
    }
    .history-wrapper .history-right-col { 
        width: 100%;
        margin-left: 0;
        margin-top: 20px;        
    }
}



/* Product Page */

.product-page .intro-text h4 {
    font-family: 'Avenir LT W01_65 Medium1475532', Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 2em;
    color: #2b2b2b;
    margin: 0;
}

.product-page .intro-text h1 {
    font-family: 'Avenir LT W01_85 Heavy', Arial, Helvetica, sans-serif;
    font-size: 2.250em;
    line-height: 1.250em;
    color: #008ca8;
    margin: 0 0 25px 0;
}

.product-page .intro-text p {
    font-size: 1.250em;
    line-height: 1.300em;
    color: #4d4d4d;
    margin: 0 0 40px 0;
}

.product-page .intro-image {
    max-height: 350px;
    text-align: center;
}

.product-page .intro-image img {
    width: auto !important;
    height: auto;
    max-height: 350px;
}

.product-page .intro-text, .product-page .intro-image  {
    margin-bottom: 0;
}

.product-page .main-section .intro-section {
    margin: 70px 0;
}

.product-page .search-section {
    height: auto;
    z-index: 999;
    margin-bottom: 0;
}


@media (max-width: 1065px) {
    .product-page .search-section, .product-page .search-section-inner {
        background-image: none;
    }
}

.sticky {
  position: fixed;
  width: 100% !important;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}

.product-page .search-section-inner {
    height: auto;
}

.product-page .stickynav-name, .product-page .stickynav-name p, .product-page .stickynav-name span {
    font-size: 0.875em;
    color: #f2f1ef;
    font-weight: bold;
    margin-top: 15px;
}

.product-page .stickynav-menu ul {
    float: right;
}

.stickynav-menu ul li a.active {
    color: #FFF !important;
}

.product-page .stickynav-menu ul li a {
    font-family: 'Avenir LT W01_65 Medium1475532', Arial, Helvetica, sans-serif;
    font-size: 0.938em;
    color: #d1d5d8;
    padding: 0 13px 10px 13px;
}

.features-section {
    background-color: #f0f0f0;
    padding: 80px 0 5px 0;
}

.features-section .featured-top-text h2 {
    margin: 10px 0 45px 0;
}

.features-section .features-top-bullets ul {
    padding-left: 0;
    list-style-position: inside;
    list-style-image: url(//cdn2.hubspot.net/hubfs/378579/GPT_resources/Images/Glyphicon-tick-teal.png?t=1524644384399);
    margin-left: 38px;
}

.features-section .features-top-bullets ul li {
    font-size: 1.125em;
    line-height: 1.778em;
    color: #4d4d4d;
    text-indent: -38px;
}

.features-section .features-top-row {
    margin-bottom: 70px;
}

.product-page .features-item-row {
    margin-bottom: 40px;
    margin-left: 0;
}

.product-page .features-section .social-share {
    position: relative;
    top: 0;
    left: 0;
}

.product-page .features-section .user-manual  {
    margin-top: 20px;
    width: auto;
    padding: 11px 25px;
    background-color: #008ca8;
    border-radius: 30px;
    -webkit-border-radius: 30px; 
    -moz-border-radius: 30px; 
}

.product-page .features-section .user-manual a {
    font-family: 'Avenir LT W01_65 Medium1475532', Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
}

.product-page .feature, .product-page .feature p, .product-page .feature span {
    font-size: 1.05em;
    line-height: 1.111em;
    font-weight: bold;
}
.product-page .applications-section {
    padding: 80px 0 5px 0;
}

.product-page .applications-top-text {
    margin-bottom: 50px;
}

.applications-section h2 {
    margin: 10px 0 45px 0;
}


.product-page .specifications-section {
    padding: 80px 0 5px 0;
    background-color: #f0f0f0;
    margin-bottom: -28px;
}


.specifications-section .specifications-header {
    margin-bottom: 50px;
}

.specifications-section h2 {
    margin: 10px 0 45px 0;
}

.product-page .chemicals-section {
    padding: 80px 0;
    background-color: #FFF;
}

.chemicals-section h2 {
    margin: 10px 0 45px 0;
}

.product-page .accessories-section {
    padding: 80px 0;
    background-color: #f0f0f0;
}

.accessories-section h2 {
    margin: 10px 0 45px 0;
}

.product-page .resources-section {
    padding: 80px 0;
    background-color: #FFF;
}

.resources-section h2 {
    margin: 10px 0 45px 0;
}


ul.productnav li.icon {
    display: none;
    position: absolute;
    top: 20px;
    right: 5px;
    text-align: right;
}

ul.productnav li.icon a {
    text-align: right !important;
    font-size: 1.5em;
}



@media (max-width: 767px) {
    .product-page .intro-image {
        margin-top: 70px !important;
    }
    .product-page .features-section .social-share, .product-page .features-section .user-manual {
        display: inline-block;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
    }
    .cta-button-group {
        text-align: center;
        margin-top: 50px;
    }
}


@media screen and (max-width:650px) {
  ul.productnav li {display: none;}
  ul.productnav li.icon {
    float: right;
    display: inline-block;
  }
}

@media screen and (max-width:650px) {
  ul.productnav.responsive {position: relative;}
  ul.productnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: -26px;
  }
  ul.productnav.responsive li {
    float: none;
    display: inline;
    width: 100%;
  }
  ul.productnav.responsive li a {
    display: block;
    text-align: left;
    max-width: none;
  }
}

/* resources landing page */

 .resources-landing .topicwrap1 .subline a {
     font-size: 14px;
     line-height: 1.5em;
 }


p {
    font-size: 1.125em;
    line-height:1.111em;
    color: #F9600;
    margin: 0;
}
.topicwrap{
    display:block;
    float: left;
    width: 100%;
}
.headline{

    font-size: 16px!important;
    width: 70%;
    float: left;
    color: #4d4d4d;
    display: block;
    font-weight: bold;
    line-height: 1.2em!important;
    margin-bottom: 5px!important;
     padding-top: 15px;
    font-family: 'Avenir LT W01_65 Medium',Arial,Helvetica,sans-serif;
}
.subline {
     width: 60%;
     font-size:14px;
    float: left;
    color: #4d4d4d;
    display: block;
    font-weight: normal;
    line-height: 1.0em!important;
    font-family: 'Avenir LT W01_65 Medium',Arial,Helvetica,sans-serif;
}

hr{
    width:90%;
    display:block;
    margin:10px auto;
}

.imagelink {
    position: relative;
}

.imagelink img { 
    width: 100%;
    height: auto;
}

.imagelink-text-section {
    position: absolute;
    max-width: 100%;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 30px;
}

.imagelink-text {
    width: 80%;
    margin-left: 20px;
}

.imagelink-text a {
    color: #2b2b2b;
    font-size: 1.250em;
    line-height: 1.625em;
    text-decoration: none;
}

.arrow {
    position: absolute;
    width: 35px;
    height: 35px;
    bottom: 20px;
    right: 25px;
}

.imagelink h4 {
    font-size: 1.5em;
    line-height:1.292em;
    font-family: 'Avenir LT W01_65 Medium1475532', Arial, Helvetica, sans-serif;
    color: #f8f9f9;
    margin: 0;
}

.imagelink h3 {
    font-size: 1.5em;
    line-height:1.292em;
    color: #f8f9f9;
    margin: 0 0 30px 0;
    font-weight: normal;
}

.imagelink p {
    font-size: 1.125em;
    line-height:1.111em;
    color: #f8f9f9;
    margin: 0;
}

/* Applications landing page */




p {
    font-size: 1.125em;
    line-height:1.111em;
    color: #F9600;
    margin: 0;
}
.topicwrap{
    display:block;
    float: left;
    width: 100%;
}
.headline{

    font-size: 16px!important;
    width: 70%;
    float: left;
    color: #4d4d4d;
    display: block;
    font-weight: bold;
    line-height: 1.2em!important;
    margin-bottom: 5px!important;
    font-family: 'Avenir LT W01_65 Medium',Arial,Helvetica,sans-serif;
}
.subline  {
     width: 60%;
     font-size:14px;
    float: left;
    color: #4d4d4d;
    display: block;
    font-weight: normal;
    font-family: 'Avenir LT W01_65 Medium',Arial,Helvetica,sans-serif;
}
.subline p{
    font-size: 1em;
    line-height: 1.250em;
    
}
hr{
    width:100%;
    display:block;
    margin:25px auto 25px 0;
    color: #e6e6e6;
}

.listing-readmore {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    background: #008ca8;
    color: #fff;
    border-radius: 3px;
    border-width: 0;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    text-shadow: none;
    line-height: 1.8em;
    padding: 10px 35px;
    border-radius: 30px;
    margin-top: -35px;
    float: right;
    margin-right:40px;
}

.imagelink {
    position: relative;
}

.imagelink img { 
    width: 100%;
    height: auto;
}

.imagelink-text-section {
    position: absolute;
    max-width: 100%;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 30px;
}

.imagelink-text {
    width: 80%;
    margin-left: 20px;
}

.imagelink-text a {
    color: #2b2b2b;
    font-size: 1.250em;
    line-height: 1.625em;
    text-decoration: none;
}

.arrow {
    position: absolute;
    width: 35px;
    height: 35px;
    bottom: 20px;
    right: 25px;
}

.imagelink h4 {
    font-size: 1.5em;
    line-height:1.292em;
    font-family: 'Avenir LT W01_65 Medium1475532', Arial, Helvetica, sans-serif;
    color: #f8f9f9;
    margin: 0;
}

.imagelink h3 {
    font-size: 1.5em;
    line-height:1.292em;
    color: #f8f9f9;
    margin: 0 0 30px 0;
    font-weight: normal;
}

.imagelink p {
    font-size: 1.125em;
    line-height:1.111em;
    color: #f8f9f9;
    margin: 0;
}


/*Hubspot Landing */


.hubspot-landing .page-center {
    max-width: 900px !important;
}

.contact-page .page-center {
    max-width: 980px !important;
}

.hubspot-landing .main-wrapper {
    padding: 40px 0;
    background-image: url('https://cdn2.hubspot.net/hubfs/378579/GPT_resources/Images/cd-bg-image.png?t=1524644384399');
    background-repeat: no-repeat;
    background-color: #f8f9f9;
    background-position: -32px -9px;
}

.hubspot-landing.hs-content-path-ilite-fgf21 .main-wrapper {
    
    background-image: none;
}

.hubspot-landing .logo {
    margin-bottom: 60px;
    margin-top: 0;
    max-width: 190px !important;
}

.hubspot-landing .lp-left h4 {
    font-family: 'Avenir LT W01_65 Medium1475532', Arial, Helvetica, sans-serif;
    font-size: 1.125em;
    margin: 0 0 30px 0;
}

.hubspot-landing .lp-left p {
    margin: 0;
}

.hubspot-landing .lp-left img {
    max-width: 250px;
    max-height: 100%;
   /* width: auto !important;*/
    height: auto !important;
    margin-bottom: 25px;
}

.newslettersign{
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    background: rgb(224,121,28);
    color: rgb(255, 255, 255);
    border-radius: 3px;
    border-width: 0px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    text-shadow: none;
    line-height: 1.5em;
    padding: 10px 35px;
    border-radius: 30px;
    max-width: 174px;
    margin-left: auto;
    margin-right: auto;
    
}

.hubspot-landing .form-group {
    padding: 6% 8.1% 6% 9%;
    background-color: #f0f0f0;
} 

.hubspot-landing .lp-form {
    position: relative;
    
}

.hubspot-landing .lp-form .hs-form-required {
    position: absolute;
    left: -15px;
    display:none;
}

.hubspot-landing .lp-form h3 {
    text-transform: uppercase;
    font-size: 0.875em;
    font-weight: normal;
    margin: 0 0 20px 0;
}

.hubspot-landing .lp-form .hs-form fieldset.form-columns-1 .hs-input {
 /*   width: 100% !important;*/
}


.hubspot-landing .lp-form .hs-input {
    margin-bottom: 15px;
    font-family: 'Avenir LT W01_55 Roman',Arial,Helvetica,sans-serif !important;
    font-size: 0.938em !important;
    border: none !important;
    height: 45px;
}

.hubspot-landing .lp-form .hs-input:focus {
    outline: none !important;
}

.hubspot-landing .lp-form fieldset {
    max-width: none;
}

.hubspot-landing .lp-form ul.hs-error-msgs.inputs-list {
    list-style: none;
    padding: 0;
    margin-top: -15px;
    font-size: 0.7em;
    color: red;
}

.hubspot-landing .lp-form .hs-input.invalid.error {
    border: 1px solid red !important;
}

.hubspot-landing .lp-form select.hs-input  {
    background-color: #d5d7d9;
}

.hubspot-landing .lp-form .hs-form fieldset.form-columns-1 input[type="checkbox"], .hs-form fieldset.form-columns-1 input[type="radio"] {
    width: auto !important;
    height: auto !important;
}

.hubspot-landing .lp-form .hs-richtext {
    margin-top: 5px;
    margin-bottom: 25px;
    font-style: italic;
    font-size: 0.875em;
}

.hubspot-landing .lp-form .inputs-list.multi-container {
    list-style: none;
    padding-left: 0;
}

.hubspot-landing .hs_news_and_updates.field.hs-form-field ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    padding-left: 20px !important;
    text-indent: -20px;
}

.hubspot-landing .lp-form .inputs-list.multi-container span {
    margin-left: 5px;
}


.hubspot-landing .lp-form input.hs-button.primary.large {
    font-family: 'Avenir LT W01_65 Medium1475532', Arial, Helvetica, sans-serif !important;
    font-size: 0.938em !important;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    background:  #f4791c;
    color: rgb(255, 255, 255);
    border-radius: 3px;
    border-width: 0px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    text-shadow: none;
    line-height: 1.5em;
    padding: 10px 30px;
    border-radius: 30px;
    margin-top: 5px;
}

.hubspot-landing .lp-form input.hs-button.primary.large:hover {
background: rgb(246,133,30);
}




.hubspot-landing .footer-section {
    margin-top: 0;
}

@media (max-width: 1040px) {
        .hubspot-landing .main-wrapper {
        background-image:none!important;}
}

@media (max-width: 767px) {
    .hubspot-landing .lp-left {
        text-align: center;
    }
    .hubspot-landing .lp-left img {
        max-width: 250px;
    }
        .hubspot-landing .logo {
            margin-bottom: 10px;
        }
}

/* news Page */
.blogdate {
  display:block;
      margin-top: 5px;
    margin-bottom: 10px;
    width:100%;
  
}
.listing-post-header h2 {
    font-size: 16px;
    color: #008ca8;
    font-weight: bold;
    float: left;
    line-height: 1.1em;
    margin-bottom: 0;
    width:100%;
}

.listing-post-header h2 a:hover {
    color: #4d4d4d;
    
}  

.blog-right-module {
    position: relative;
    right 5px;
    top: 115px;
    }
}

.blog-right-module {
    margin: 0 0 45px 0 !important;
    padding-left:0.2em;
}

.blog-right-module h3{
    font-size: 1.1em;
}

/* Contact Page */

.contact-page .page-center .blog-listing-wrapper {
    max-width: 990px !important;
}


.contact-page .header-section .logo {
    margin: 40px 0;
}

@media (min-width: 900px) {
    .header-links {
        float: right !important;
    }
    .corporate-home .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper a{
    padding-bottom:0px;
    
}
}

@media (max-width: 767px) {
.contact-page .logo img {
    max-width: 150px;
}
.contact-page .mobile-trigger {
    top: -20px;
}
.contact-page .header-section .logo {
    margin: 12px 0;
}
}

@media (max-width: 650px) {
    .searchbox {
        left: 10px !important;
    }
}

@media (max-width: 600px) {
.long-menu .logo img {
    max-width: 150px;
}
.long-menu .mobile-trigger {
    top: -20px;
}

}



.contact-page .main-wrapper {
    padding: 0 0 70px 0;
    background-image: url('//cdn2.hubspot.net/hubfs/378579/GPT_resources/Images/cd-bg-image.png?t=1524644384399');
    background-position: top left;
}

.contact-page .main-wrapper .lp-left {
    margin-top: 70px;
}

.contact-page .lp-form h3 {
    font-family: 'Avenir LT W01_65 Medium1475532', Arial, Helvetica, sans-serif !important;
    font-size: 1em;
    margin-bottom: 25px;
}

.contact-page .lp-form textarea {
    min-height: 347px !important;
    position: absolute;
    top: 45px;
    right: 8px;
    width: 48%;
}

.contact-page .lp-form fieldset.form-columns-2 .input {
    margin-right: 0;
    width: 95%;
}

.contact-page .lp-form .form-columns-1 {
    width: 49%;
}

.contact-page .lp-form .hs-form-required {
    display: none;
}

.contact-page .lp-form ul.hs-error-msgs.inputs-list {
    display: none !important;
}

.contact-page .hs_please_send_me_a_quote.field.hs-form-field ul {
    list-style: none !important;
    margin: 0 !important;
    margin-bottom: 15px !important;
    padding-left: 20px !important;
    text-indent: -20px;
}

.contact-page .form-group {
    padding: 80px 17px 45px 25px;
} 


.contact-page .lp-form .hs-richtext {
    margin-top: 5px;
    margin-bottom: -16px;
    font-style: italic;
    font-size: .875em;
    text-align: right;
    margin-right: -100%;
}

.contact-page .lp-form input.hs-button.primary.large {
    float: right;
    min-width: 170px;
}


.contact-page .lp-left h1 {
    font-family: 'Avenir LT W01_85 Heavy',Arial,Helvetica,sans-serif;
    font-size: 2.250em;
    line-height: 1.250em;
    color: #008ca8;
    margin: 0 0 31px 0;
}

.contact-page .lp-form label {
    font-size: 0.938em;
}

.contact-page .lp-left h5 {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 0.813em;
}

.contact-page .lp-left p {
    
}

.contact-page .lp-left a {
    color: #008ca8;
    font-weight: bold;
}

.contact-page .lp-left a:hover {
    color: #4d4d4d;
}



select#distributors {
    max-width: 250px;
    background-color: #d5d7d9;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'Avenir LT W01_55 Roman',Arial,Helvetica,sans-serif !important;
    font-size: .938em !important;
    border: none !important;
    height: 45px;
}

.dist-info {
    font-size: 15px;
}

 a.distlink {
    color: #008ca8;
    line-height: 2em;
}

@media (max-width: 500px) {
    .contact-page .lp-form .hs_news_and_updates.field.hs-form-field, .contact-page .lp-form .hs_please_send_me_a_quote.field.hs-form-field {
        margin: 10px 0;
    }
    .contact-page .lp-form .hs-richtext {
    margin-top: 5px;
    margin-bottom: 3px;
    font-style: italic;
    font-size: .875em;
    text-align: right;
    margin-right: 0;
}
.contact-page .lp-form .form-columns-1:nth-child(7), .contact-page .lp-form .form-columns-1:nth-child(8) {
    width: 100%;
}

}


@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
.contact-page .lp-form .hs-form .form-columns-2 .hs-form-field .hs-input {
    width: 48%;
}
.contact-page .lp-form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
}
}

@media (max-width: 767px) {
    .contact-page .distributors {
        text-align: center;
    }
}


.iframe {
    z-index: 99999;
    height: auto !important
}

.fancybox-iframe, .fancybox-wrap.fancybox-desktop.fancybox-type-iframe.fancybox-opened, .fancybox-skin, .fancybox-outer, .fancybox-inner {
    width: 100%;
   height: 100%;
    max-height: 900px;
}



.fancybox-inner {
    overflow: hidden;
}

.fancybox-overlay {
    background: rgba(0,0,0,0.2);
}    

.lightbox-iframe, .lightbox-wrap.lightbox-desktop.lightbox-type-iframe.lightbox-opened, .lightbox-skin, .lightbox-outer, .lightbox-inner {
    width: 100%;
   height: auto !important;
    max-height: 900px;
}



.lightbox-inner {
    overflow: hidden;
}

.lightbox-overlay {
    background: rgba(0,0,0,0.2);
}    
    
/* Resources */

.resources .page-center {
    margin: 0 auto !important;
    float: none !important;
    max-width: 980px;
}



.resources .search-section-inner {
    border-bottom: 6px solid #dedede;
}

.resources .filterby {
    font-size: 0.875em;
    color: #FFF;
    margin-top: 20px;
    font-weight: bold;
}


.resources .first-filter {
    background-color: #eff2f3;
}

.resources .first-filter select {
    padding: 13px 6px;
    background-color: #eff2f3;
}

.resources .filter-selection p.title {
    font-size: 0.875em;
    text-transform: uppercase;
    color: #FFF;
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.resources .filter-selection p.selected {
    font-size: 0.875em;
    color: #2b2b2b;
    background-color: #cbcac9;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
    margin: 0;
}

.resources .hs-blog-header h1, .resources .post-header h2, .resources .post-header h2 a, .resources .post-header h1 {

    color: #008ca8;
    font-size: 2.25em;
    line-height: 1.250em;
    margin-bottom: 30px;
    margin-top: 0;
}

.resources .post-header h2, .resources .listing-post-header h2 a  {
    font-size: 16px;
    color: #4d4d4d;
    font-weight: bold;
    float: left;
    line-height: 1.5em;
    margin-bottom: 0;
}

.resources .list-post-body p {
    margin-top: 0;
}

.resources #hubspot-author_data, .resources .hs-blog-social-share {
    display: none;
}
.newshead{
    color: #008ca8;
    font-size: 16px;
    font-weight: bold;
    float: left;
    line-height: 1.2em;
    width: 100%;
    margin-bottom:0;
}

.blogdate {
  display:block;
      margin-top: 0px;
    margin-bottom: 10px;
    width:100%;
  
}

.resources .post-body a {
    color: #008ca8;
}

.resources .post-body {
    color: #4d4d4d;
}


.resources .post-body ul {
    padding-left: 0;
    list-style-position: inside;
    list-style-image: url('//cdn2.hubspot.net/hubfs/378579/GPT_resources/Images/Glyphicon-tick-teal.png?t=1524644384399');
    margin-left: 38px;
}

.resources .post-body li {
    font-size: 1.125em;
    line-height: 1.778em;
    color: #4d4d4d;
    text-indent: -38px;
}

.resources .post-body li a {
    color: #4d4d4d;
}

.resources p#hubspot-topic_data, .resources .post-footer, .resources a.more-link, .resources .custom_listing_comments, .resources .blog-pagination {
    display: none;
}

.resources .list-post-body, .resources .listing-post-header {
    width: 70%;
    float: left;
}

.resources .readmore-button {
    width: 25%;
    margin-left: 5%;
    float: left;
}

.resources .post-item {
    margin-bottom: 30px;
}


.resources .readmore-button .listing-readmore {
-webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    background: #f4791c;
    color: rgb(255, 255, 255);
    border-radius: 3px;
    border-width: 0px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    text-shadow: none;
    line-height: 1.5em;
    padding: 10px 35px;
    border-radius: 30px;
    float: right;
    margin-right:40px;
}

.resources .readmore-button .listing-readmore:hover {
    background: rgb(246,133,30);
}


/*-- rp: tryin' to go for single breakpoint   */
@media (max-width: 900px) {
    
    .mobile-open {
        overflow: hidden;
    }
    
    .mobile-open .mobile-scroll-wrap {
        height: 100vh;
    }
    .mobile-open .top-menu.js-enabled .hs-menu-wrapper,
    .mobile-open.top-menu.js-enabled .hs-menu-children-wrapper{
        display: block;
    }  
      
    .corporate-home .header-links {
        width: 100% !important; margin: 0px 0 0 0 !important;
    }
    
    .corporate-home .mobile-trigger {
        top: -55px; right: 0; padding: 0;
    }
    
    .top-menu, .top-menu.js-enabled {  
        width: 100% !important; position: relative !important;  padding-top: 0 !important;   margin-top: 0;
    }
    
    .top-menu.js-enabled .hs-menu-wrapper, .top-menu .hs-menu-wrapper {
        float: left; padding-bottom: 0px;
        background-color: #eee;
    }
    
    .top-menu .hs-menu-wrapper > ul li {
        width: 100% !important;  box-sizing: border-box;
    }
    
    .top-menu ul li.hs-item-has-children:first-child ul.hs-menu-children-wrapper {
        padding: 0 !important;
    }
    
    
    .top-menu .gsearch {
        display: inline-block !important; float: left !important; width: 100% !important; min-height: 1px !important; margin: 0 !important; padding: 12px 18px !important;
        border-top: 1px solid #d6d8dc;
    }
    
    .top-menu .gsearch.search-button {
        display: none !important;
    }
    
    .top-menu .searchbox {
      display: inline-block !important; left: 0 !important; width: 100%; float: left; overflow: auto;
    }
    
    .top-menu .searchbox-input {
        float: left; display: inline-block !important; width: calc(100% - 46px);
        border: 1px solid #d8d8d8;
        background: white;
    }
    
    .top-menu .searchbox-submit {
        display: inline-block !important; float: left; width: 36px; height: 36px; padding: 7px 9px;  margin: 2px 0 0 10px;
        font-size: 16px; color: #FFF;
        background-color: #008ca8;
        border: none;
        border-radius: 50%;
    }
    
    /* ??overwrite this, but where is it coming from ??? */
    #hs_cos_wrapper_module_14773880420989295 {
        display: block !important;
    }     
    
    /* non-corporate */
    .header-container {
        position: fixed;  z-index: 100; width: 100%; 
        background: white;    
    }
    
    .corporate-home .header-container{
        position: relative;
    }
    
    .body-container-wrapper {
        padding-top: 10px;
    }
    
    .corporate-home .body-container-wrapper {
        padding-top: 0px;
    }
    
    .long-menu .mobile-trigger {
        padding-right: 0; right: 0;
    }
    
    .long-menu .searchbox-icon {
        display:none;
    }
     
    .long-menu .top-menu .mobile-scroll-wrap {
        position: fixed !important; top: 124px !important; left: 0;  width: 100% !important; overflow: auto;
    }
    
    .long-menu .top-menu .mobile-scroll-wrap >.hs-menu-wrapper {
        position relative;
    }
    
    .long-menu .top-menu .flyouts .flyouts {
        position: relative !important; top: 0 !important;
    }
    
    .long-menu .top-menu .hs-menu-item.hs-menu-depth-1:last-of-type {
      /*  display:none;*/
    }
    
    
    .long-menu .top-links .hs-menu-wrapper>ul>li {
        margin: 0 !important;
    }
    
    .long-menu .top-links .hs-menu-wrapper>ul>li a{
        padding: 0 0 0 10px;
        color: #272933; font-size: 0.938em; line-height: 1.500em; font-family: "Avenir LT W01_65 Medium1475532", Arial;    
    }    
    
    .long-menu .top-menu .hs-menu-wrapper > ul > li:first-child {
        border-top: 1px solid #d6d8dc !important;
    }
    
    .top-links {
        width: 100% !important;
    }
}

/*-- rp: ok..twi   */
@media (max-width: 600px) {
 
    .body-container-wrapper {
        padding-top: 90px;
    }
    
    .corporate-home .body-container-wrapper {
        padding-top: 0px;
    }
    
     .long-menu .top-menu .mobile-scroll-wrap {
        top: 90px !important; 
    }
}  
@media (max-width: 767px) {
#wrap-applic{

padding:4px 0 40px 0;


}
}
@media (min-width: 768px) {
#wrap-applic{

padding:40px 0 50px 0;


}
}




