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

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/ 

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


html {
  scroll-behavior: smooth; 
}
body {
  margin: 0px;
  padding: 0px;
  font-family: 'arial',sans-serif;
  transform: none !important;
  overflow-x: hidden;
}

body.img-scroll .Header-Col1-Outer {
  margin-bottom:100px;  /* fixed header height */
}

* :focus {
  outline: 0; 
}




.page-center {
  width: 100% !important;
  max-width: 1200px !important;
  float: none !important;
  margin: 0 auto !important;
  box-sizing: border-box;
  padding: 0px 20px;
}
.page-center-800 {
  width: 100% !important;
  max-width: 800px !important;
  float: none !important;
  margin: 0 auto !important;
  box-sizing: border-box;
  padding: 0px 20px;
}

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

sup {
  vertical-align:top;
}
h1 sup {
  font-size: 23px;
  vertical-align:super;
}
p sup, ul li sup {
  font-size: 16px;
  vertical-align:super;
  line-height:normal;
}
p a, p span a {
  color:#003560;
  text-decoration:underline;
  font-weight:inherit;
  transition: all 0.3s;
}
p a:hover, p span a:hover {
  color:#21cea7;
}

}

.results-page-search-field {
  margin-bottom:20px;
}


p a:hover, p span a:hover {
  /* opacity:0.8; */
}

body.load-img .products-col-wrp {
  position: relative;
}

body.loading img.loading {
  display: block !important;
}

body.loading .products-col-wrp:before {
  content: '';
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  top: -10px;
  z-index: 999;
  left: 0px;
}

img.loading {
  z-index: 9999;
}

/****** Menu Header *******/

.homeHeaderOuter .menuOuter ul {
  padding: 0;
  margin: 0;
}
.newsBlog .blog-post-header p a.topic-link {
  text-transform: capitalize;
}
.homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1 {
  list-style: none;
  display: inline-block;
  float: left;
  padding: 0 30px;
  box-sizing: border-box;
  position: relative;
}

.homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1:hover:before {
  opacity: 1;
}

.homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1:before {
  content: '';
  background-color: #003560;
  width: 57%;
  height: 2px;
  position: absolute;
  bottom: 20px;
  opacity: 0;
}

.homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1>a {
  letter-spacing: .56px;
  color: #003560;
  text-decoration: none !important;
  font-weight: 400;
  font-size: 18px;/*17px;*/
  line-height: 57px;
  text-overflow: inherit !important;
  max-width: 100% !important;
  padding: 0 !important;
  border-bottom: 2px solid transparent;
  padding-bottom: 20px !important;
}
.homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1:last-child {
  padding-right: 20px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
  //border-bottom: 2px solid #003560;
  z-index: 999999;
  position: relative;
}

.homeHeaderOuter .menuOuter {
  padding: 4px 0 0px;
}

.homeHeaderOuter .mega.menu {
  display: none;
} 

.Header-Col2-Outer .logoOuter img {
  max-height: 80px;
  width: 175px !important;
}


.homeHeaderOuter .Header-Col2-Outer {
  padding: 13px 0 0px;
  z-index: 999999999;
  height: 100px;
}

.Header-Col2-Outer-land {
  padding-bottom: 20px !important;
}

.homeHeaderOuter .menuOuter .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  display: inline-block;
  text-align: right;
}

.homeHeaderOuter .menuOuter .hs-menu-flow-horizontal {
  //text-align: right;
}
.homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper {
  box-shadow: 6px 6px 12px rgba(0,0,0,0.06);
  z-index: 9999;
}
.homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper {
  background-color: #f7f7f7;
  height: auto;
}

.homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper {
  /*padding: 10px 40px 0 0px;*/
  /* left: -137px !important; */
  /*min-height: 199px !important; /* BL */
  /*border-top: 38px solid #fff !important;*/
  box-shadow: none;
}


.homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper>li>a {
  background-color: #f7f7f7;
  letter-spacing: 0px;
  font-size: 19px;
  font-weight: 400;
  color: #003560;
  line-height: 60px;
  text-overflow: inherit !important;
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 20px !important;  
  text-align: left;
  transition: .4s all;
  position: relative;
}

.homeHeaderOuter .menuOuter ul>li>ul.hs-menu-children-wrapper>li.hs-menu-depth-2>ul.hs-menu-children-wrapper {
  left: 280px !important;
  width: auto;
  background-color: #f7f7f7;
  min-height: 200px;
}
.homeHeaderOuter .menuOuter ul>li>ul.hs-menu-children-wrapper>li.hs-menu-depth-2:nth-child(1)>ul {
  top: -10px !important;
  left: 300px !important;
}

.homeHeaderOuter .menuOuter ul>li>ul.hs-menu-children-wrapper>li.hs-menu-depth-2:nth-child(2)>ul{
  top: -70px !important;
  left: 300px !important;
  width: 600px !important;
}

.homeHeaderOuter .menuOuter ul>li>ul.hs-menu-children-wrapper>li.hs-menu-depth-2:nth-child(3)>ul{
  top: -130px !important;
  left: 300px !important;
  width: 600px !important;
}

.homeHeaderOuter .menuOuter ul>li>ul.hs-menu-children-wrapper>li.hs-menu-depth-2:nth-child(4)>ul{
  /*top: -10px !important; BL */ 
  left: 295px !important;
}

.homeHeaderOuter .menuOuter ul>li:nth-child(3)>ul.hs-menu-children-wrapper>li.hs-menu-depth-2>ul {
  /* top: -190px !important; BL */ 
  left: 224px !important;
}

.homeHeaderOuter .menuOuter ul>li:nth-child(3)>ul.hs-menu-children-wrapper>li.hs-menu-depth-2:nth-child(4)>ul li.hs-menu-item.hs-menu-depth-3 {
  position: relative;
}

.homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper>li:hover ul {
  visibility: visible !important;
  opacity: 1 !important;
}

.homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper>li>ul>li ul {
  position: relative !important;
  left: auto !important;
  top: auto !important;
}

.homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1:nth-child(3)>ul.hs-menu-children-wrapper {
  min-height: auto !important;
  left: 0px !important;
}

.homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1:nth-child(4)>ul.hs-menu-children-wrapper {
  min-height: auto !important;
  left: 0px !important;
}

.homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper>li>ul>li>ul>li:nth-child(odd) {
  width: 100%;
  float: left;
  padding-bottom: 0px
}

.homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper>li>ul>li>ul>li:nth-child(even) {
  width: 100%;
  float: left;
  padding-bottom: 0px;
}

.homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper>li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper>li.hs-menu-item.hs-menu-depth-3.hs-item-has-children>a {
  //text-transform: uppercase;
}

.homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper>li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper>li.hs-menu-item.hs-menu-depth-3.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-4 a {
  font-weight: 400 !important;
  position: relative;
}

.homeHeaderOuter .menuOuter ul>li>ul.hs-menu-children-wrapper>li.hs-menu-depth-2>ul.hs-menu-children-wrapper {
  /*padding-top: 9px;*/
}

.homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper>li>ul>li a {
  //background-color: #f7f7f7;
  letter-spacing: 0px;
  font-size: 16px;
  font-weight: 400;
  color: #003560;
  line-height: 30px;
  text-overflow: inherit !important;
  max-width: 100% !important;
  width: 100% !important;
  text-align: left;
}

.homeHeaderOuter .menuOuter li.hs-menu-depth-4>a {
  padding: 0 20px!important;
  font-weight: 700 !important;
}

.homeHeaderOuter .menuOuter li.hs-menu-depth-4>ul>li>a {
  padding: 0 20px !important;
  position: relative;
}

.homeHeaderOuter .menuOuter li.hs-menu-depth-3 {
  background-color: #f7f7f7;
  width: 100%;
  float: left;
  padding: 10px 20px;
  box-sizing:border-box;
}

.homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper>li>a:hover ,
.homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper>li.active>a{
  background-color: #EAEAEA;
}

.homeHeaderOuter .menuOuter a {
  transition: 0.6s all;
}

.Header-Col2-Outer.fixed {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
}

/* .Header-Col2-Outer.fixed .logoOuter img {
height: 60px !important;
} */

.homeHeaderOuter.fixed .menuOuter {
  padding: 0px;
}

.homeHeaderOuter .menuOuter li.hs-menu-depth-3>a {
  font-weight: 700 !important;
}

.homeHeaderOuter .menuOuter li.hs-menu-depth-3 a:hover:before {
  content: '';
  width: 8px;
  height: 8px;
  border-color: #00FFC4;
  border-style: solid;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 20px;
  left: 30px;
  transform: rotate(45deg);
}

.homeHeaderOuter .menuOuter li.hs-menu-depth-3>a:hover:before {
  top: 29px;
  left: 10px;
}

.homeHeaderOuter .menuOuter li.hs-menu-depth-3>ul>li a:hover:before {
  top: 9px;
  left: -10px;
}

.homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper>li>a:hover:after,
.homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper>li.active>a:after{
  content: '';
  width: 10px;
  height: 10px;
  border-color: #003560;
  border-style: solid;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 25px;
  right: 12px;
  transform: rotate(45deg);
  display: none;
}
.homeHeaderOuter .menuOuter li.hs-menu-depth-3 {
  box-shadow: none !important; 
}
.Header-Col2-Outer.fixed .menuOuter {
  padding: 0px 0;
}

.homeHeaderOuter .menuOuter li.hs-menu-depth-1:hover ul {
  visibility: visible;
  opacity: 1;
  top: 46px;
}
.homeHeaderOuter .menuOuter li.hs-menu-depth-1:first-child ul>li.hs-menu-depth-2>a {
  padding: 0px 40px 0px 20px !important;
  box-sizing: border-box;
  position: relative;
}

.homeHeaderOuter .menuOuter li.hs-menu-depth-1:nth-child(2):hover ul {
  //visibility: hidden !important;
  //opacity: 0 !important;
}

.homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1:nth-child(2)>ul.hs-menu-children-wrapper {
  /* min-height: 320px !important; */
  left: 0px !important;
}

.homeHeaderOuter .menuOuter ul>li:nth-child(2)>ul.hs-menu-children-wrapper>li.hs-menu-depth-2:nth-child(1)>ul {
  left: 157px !important;
  width: 600px;
}
.homeHeaderOuter .menuOuter ul>li:nth-child(2)>ul.hs-menu-children-wrapper>li.hs-menu-depth-2:nth-child(2)>ul {
  top: -70px !important;
  left: 157px !important;
  width: 600px !important;
}
.homeHeaderOuter .menuOuter ul>li:nth-child(2)>ul.hs-menu-children-wrapper>li.hs-menu-depth-2:nth-child(3)>ul {
  top: -130px !important;
  left: 157px !important;
  width: 600px !important;
}

/****************** products ******/

.products-col-wrp {
  display: flex !important;
  align-items: baseline !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
}

.products-inner {
  flex: 0 24%;
  margin-bottom: 70px;
  margin-left: 30px !important;
  margin-right: 30px !important;
  border-bottom:1px solid #d3dce3;
  padding-bottom:25px;
  min-height: 405px;
}

.fiber-filter-display p {
  margin: 0px 14px 10px 0px;
  color: #003560;
}

.fiber-products-filt-right {
  position: relative !important;
}

.fiber-products-filt-right ul {
  position: absolute;
  width: 99%;
  background-color: #ffffff;
  z-index: 999;
}

.fiber-products-filt-right p {
  padding: 10px 7px;
}

.fiber-products-filt-right p:after {
  height: 37px;
  width: 35px;
}

.fiber-products-ind-banner-right img {
  width: auto !important;
  max-height: 250px;
}

.fiber-products-ind-docs-inner p a:before {
  content: '';
}

.fiber-products-ind-docs-inner p a {
  padding-left: 35px;
}

.fiber-products-ind-long-inner {
  font-size: 16px;
  line-height: 26px;
  color: #003560;
  letter-spacing: 0.32px;
  font-weight: 400;
}

.fiber-products-ind-banner-right {
  min-height: 236px;
  top: 210px;
}

.products-inner .text-block a {
  text-decoration: none;
}

.load a.loadmore,
a.loadWrap {
  border:1px solid #003560;
  color: #003560;
  font-size: 16px;
  line-height: 36.31px;
  padding: 15px 30px 15px 30px;
  text-align: center;
  cursor: pointer;
  font-weight: 400;
  text-transform:uppercase;
}
.load a.loadmore:hover,
a.loadWrap:hover {
  background-color: #003560;
  color: #f9f9f9;
}
.load {
  text-align: center;
  padding: 30px 0px;
}

/* HIDE THE RATINGS OPTION */

.ratings-filter {
  display:none;
}

/******* Footer CSS ********/
.footerOuterWarp {
  padding-top: 80px;
  padding-bottom: 50px;
}

.footerOuterWarp a {
  text-decoration: none;
  color: #003560;
}

.footerOuterWarp ul {
  margin: 0;
  padding: 0;
}

.footerOuterWarp ul li {
  list-style: none;
}

.footerMenuOuter {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #d3dce3;
  padding-bottom: 30px;
}
.footerOuterWarp .social-icons-inner {
  width: 15%;
  margin: -15px auto 0;
  text-align: center;
  background-color: #ffffff;
}
.footerOuterWarp .social-icons-inner img {
  padding: 0 5px;
}
.footerCopytextOuter {
  padding-top: 30px;
}
.footerMenuOuter .footerColumn.column1,
.footerMenuOuter .footerColumn.column3 {
  flex: 0 30%;
}

.footerMenuOuter .footerColumn.column2 {
  flex: 0 30%;
}

.footerColumn .menuOuter h2.header {
  border-bottom: 1px solid #d3dce3;
  margin: 0;
  letter-spacing: 0.44px;
  color: #003560;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.footerColumn .menuOuter {
  padding-bottom: 40px;
  width: 100%;
  float: left;
}

.footerOuterWarp ul li a {
  letter-spacing: 0px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.footerColumn .menuOuter h3.subHeader {
  letter-spacing: 0px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  margin: 0;
}

.footerColumn .menuOuter h3.subHeader {
  letter-spacing: 0px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  margin: 0;
}

.footerColumn .menuOuter .submenus:nth-child(odd) {
  width: 50%;
  float: right;
  padding-bottom: 30px;
}

.footerColumn .menuOuter .submenus:nth-child(even) {
  width: 50%;
  float: left;
  padding-bottom: 30px;
}

.footerColumn .menuOuter.socialShare ul li {
  display: inline-block;
  cursor: pointer;
}

.footerCopytextOuter p {
  letter-spacing: 0px;
  color: #003560;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.footerColumn .menuOuter.contact h3 a {
  text-transform: uppercase;
}

.footerColumn.column3 .menuOuter.contact h3 {
  letter-spacing: 0px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  margin: 0;
}


.footerColumn.column3 .menuOuter.contact h3:nth-child(2) {
  padding-bottom: 20px;
}

.footerColumn .menuOuter.socialShare li {
  list-style: none;
  display: inline-block;
  line-height: 12px;
  width: 30px;
  margin-right: 5px;
}

.footerColumn .menuOuter.socialShare ul li a {
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 16px;
  background-color: #003560;
  border: 1px solid #003560;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  transition: .4s all;
}

.footerColumn .menuOuter.socialShare ul li a:hover {
  border: 1px solid #003560;
  color: #003560;
  background-color: #fff;
}



/****** Blog News **********/

.newsBlog .hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
}

.blogContentOuter {
  padding: 80px 0 0;
  width: 100%;
  position: relative;
}
.newsBlog .post-item a.more-link:hover {
  background-color: #033560;
  color: #59e6c6;
}
.newsBlog .blog-post-header h2 {
  letter-spacing: 0.8px;
  color: #003560;
  font-size: 40px;
  font-weight: 400;
  line-height: 55px;
  margin: 0;
}
.allPostBtn {
  color: #003560;
  text-decoration: none;
}
.newsBlog .blog-post-header h3 {
  letter-spacing: 0.6px;
  color: #003560;
  font-size:30px;
  font-weight: 400;
  line-height: 55px;
  margin: 0;
}
.newsBlog .blog-post-header h2 a {
  letter-spacing: 0.8px;
  color: #003560;
  font-size: 40px;
  font-weight: 400;
  line-height: 55px;
  margin: 0;
  text-decoration: none;
}

.newsBlog .blog-post-header h2 a:hover {
  font-weight: 700;
}

.newsBlog .blog-post-header {
  padding-bottom: 20px;
}

.newsBlog .blog-post-header p {
  letter-spacing: 0.4px;
  color: #003560;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}

.newsBlog .post-item:first-child .hs-featured-image-wrapper a {
  display: block;
  width: 100%;
  height: 350px;
}

.newsBlog .post-item:not(:first-child) .hs-featured-image-wrapper a {
  display: block;
  width: 100%;
  height: 250px;
}


.newsBlog .post-item .hs-featured-image-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 30px;
}

.newsBlog .post-item p#hubspot-topic_data {
  margin: 0;
  letter-spacing: 0.2px;
  color: #003560;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}


.newsBlog .post-item:first-child p#hubspot-topic_data span.blog {
  letter-spacing: .2px;
  color: #f9f9f9;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 46px;
  font-weight: 700;
  background-color: #033560;
  padding: 5px 10px;
  margin-right: 10px;
}

.newsBlog .post-item:first-child p#hubspot-topic_data a.topic-link {
  letter-spacing: 0.2px;
  color: #003560;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-decoration: none;
}

.newsBlog .post-item:not(:first-child) p#hubspot-topic_data span.blog {
  letter-spacing: .2px;
  color: #f9f9f9;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  background-color: #033560;
  padding: 5px 10px;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  margin-bottom: 5px;
}

.newsBlog .post-item:not(:first-child) p#hubspot-topic_data a.topic-link {
  letter-spacing: 0.2px;
  color: #003560;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-decoration: none;
}

.newsBlog .post-item .post-header h2 {
  margin: 0;
  padding: 10px 0;
}

.newsBlog .post-item .post-header h2 a {
  letter-spacing: -0.25px;
  color: #003560;
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  text-decoration: none;
}

.newsBlog .post-item:not(:first-child) .post-header h2 a {
  min-height: 100px;
  display: block;
}

.newsBlog .post-item div#hubspot-author_data {
  letter-spacing: 0px;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #003560;
}

.newsBlog .post-item div#hubspot-author_data a.author-link {
  letter-spacing: 0px;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: #003560;
  text-decoration: none;
  font-weight: 700;
}

.newsBlog .post-body p {
  letter-spacing: 0.2px;
  color: #003560;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.post-body p a, .post-body p span a, .post-body ul li a, .form-content-outter-module ul li a {
  color:#003560;
  font-weight: inherit !Important;
  text-decoration: underline !important;
  transition: all 0.3s;
}
.post-body p span a.cta_button {
  text-decoration: none !important;
}

.post-body p span a.cta_button:hover {
  color: #003560 !important; 
  background-color: #00e5b0 !important;
}

.post-body p a:hover, .post-body p span a:hover, .post-body ul li a:hover, .form-content-outter-module ul li a:hover {
  /* opacity:0.8 !Important; */
  color: #21cea7 !important;
}

.newsBlog .post-item {
  padding-bottom: 60px;
  display: none;
}

.newsBlog .post-item a.more-link {
  letter-spacing: 0.26px;
  color: #033560;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 32px;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 20px;
  background-color: #59E6C6;
  transition:.4s all;
}

.newsBlog .post-listing {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.newsBlog .post-listing .post-item:first-child {
  flex: 0 100%;
}

.newsBlog .post-listing .post-item:not(:first-child) {
  flex: 0 48%;
}

.blogContentOuter input.hs-search-field__input {
  border: 1px solid #707070;
  height: 47px;
  padding:10px 20px 10px 42px;
  letter-spacing: 0.48px;
  color: #003560;
  text-transform: uppercase;
  font-size: 16px;
  /*line-height: 57px;*/
  font-weight: 700;
  vertical-align: middle;
}
.blogContentOuter input.hs-search-field__input:focus{
  outline:none !important;
}
.blogContentOuter input::-webkit-input-placeholder {
  color: #003560;
}

.blogContentOuter input::-moz-placeholder {
  color: #003560;
}

.blogContentOuter input::-ms-placeholder {
  color: #003560;
}

.blogContentOuter input::placeholder {
  color: #003560;
}

.blogContentOuter .hs-search-field__bar button {
  position: absolute;
  left: 0;
  height: 47px;
  width: 50px;
  background-color: transparent;
  border: none;
  top: 0;
}

.blogContentOuter .hs-search-field__bar button svg {
  height: 16px;
  fill: #003560;
  position: relative;
  top: 2px;
}

.newsBlogRecentPosts h3,
.newsBlogTagsList h3 {
  margin: 0;
  letter-spacing: 0.44px;
  color: #003560;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  padding-bottom: 20px;
}

.newsBlogRecentPosts {
  padding-top: 40px;
  padding-bottom: 40px;
}

.newsBlogRecentPosts ul,
.newsBlogTagsList  ul {
  padding: 0;
  margin: 0;
}

.newsBlogRecentPosts ul li {
  list-style: none;
  padding: 10px 0;
}

.newsBlogRecentPosts ul li:not(:last-child) {
  border-bottom: 1px solid #d3dce3;
}

.newsBlogRecentPosts ul li a {
  text-decoration: none;
  letter-spacing: 0.61px;
  color: #003560;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  display: block;
}

.newsBlogTagsList ul li {
  list-style: none;
  padding-bottom: 5px;
}

.newsBlogTagsList ul li a,
.newsBlogTagsList ul li span.filter-link-count {
  letter-spacing: 0.61px;
  color: #003560;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
  position:relative;
}

.newsBlogTagsList ul li span.filter-link-count {
  float: right;
}

.newsBlogRecentPosts ul li a:hover,
.newsBlogTagsList ul li a:hover {
}

.newsBlogTagsList ul li a:hover:before {
  left: -25px;
  opacity:1;
}

.newsBlogTagsList ul li a:before {
  content: '';
  width: 10px;
  height: 10px;
  border-color: #00ffc4;
  border-style: solid;
  border-width: 2px 2px 0 0;
  pointer-events:none;
  position: absolute;
  top: 5px;
  left: -33px;
  opacity:0;
  transform: rotate(45deg);
  transition:.4s all;
}

.newsBlogRecentPosts ul li a:hover:before {
  left: -25px;
  opacity:1;
}
.newsBlogRecentPosts ul li a:before {
  content: '';
  width: 10px;
  height: 10px;
  pointer-events:none;
  opacity:0;
  border-color: #00ffc4;
  border-style: solid;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 10px;
  left: -33px;
  transition:.4s all;
  transform: rotate(45deg);
}

.newsBlogTagsList {
  padding-bottom: 40px;
  padding-top: 30px;
}

.homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper,
.homeHeaderOuter .menuOuter li.hs-menu-depth-3 {
  /*     box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.06); */
}

.hs-menu-children-wrapper {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2); 

}

.homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper{
  top: 78px; 
}
div#loadMore {
  width: 100%;
  display: block;
  text-align: center;
  padding: 40px 0px 70px;
  letter-spacing: 0.4px;
  color: #033560;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
}

div#loadMore a {
  letter-spacing: .4px;
  color: #033560;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 36px;
  font-weight: 400;
  text-decoration: none;
  padding: 5px 20px;
  border: 1px solid #033560;
  transition: .4s all;
  display: inline-block;
  min-width: 200px;
}
div#loadMore a:hover {
  background-color: #033560;
  color: #fff;
}
a.filter-expand-link {
  color: #033560;
  transition: .4s all;
}
a.filter-expand-link:hover {
  color: #59e6c6;
}

.section.post-header h1 {
  text-align: left;
  font-size: 40px;
  letter-spacing: 0.8px;
  color: #003560;
  opacity: 1;
  line-height: 50px;
  margin: 0px;
  font-weight: 400;
}
.section.post-body ul li,.section.post-body ol li {
  text-align: left;
  font-size: 18px;
  letter-spacing: .36px;
  color: #003560;
  line-height: 33px;
}
.ppc-socialshare-inner .title {
  letter-spacing: -0.32px;
  color: #13355D;
  font-size:16px;
  padding-right:10px;
  margin-top:1.5px;
}
.ppc-socialshare-inner {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
.ppc-socialshare-inner .icons a {
  font-size: 20px;
  margin-right: 10px;
}


/*section.post-body ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}
.section.post-body ol {
padding-left: 20px;
}*/

.post-topics p span {
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.34px;
  color: #F9F9F9;
  text-transform: uppercase;
  opacity: 1;
  line-height: 45px;
  font-weight: 600;
  background: #033560;
  padding: 6px 14px;
  border-radius: 4px;
}
.blogContentOuter.ppcpost {
  border-top: 1px solid #d3dce3;;
}
.post-topics p a {
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.36px;
  color: #003560;
  line-height: 26px;
  text-decoration: none;
  font-weight: 400;
  padding-left: 10px;
}
span.hs-author-label {
  text-align: left;
  font-size: 18px;
  letter-spacing: 0px;
  color: #003560;
  line-height: 30px;
}

a.author-link {
  text-align: left;
  font-size: 18px;
  letter-spacing: 0px;
  color: #003560;
  font-weight: 700;
  text-decoration: none;
}

.hubspot-editable {
  padding-top: 10px;
}

.section.post-body p, .section.post-body p a {
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.36px;
  color: #003560;
  line-height: 33px;
  text-decoration: none;
}
.section.post-body p img {
  height: auto;
}
.section.post-body h2 {
  text-align: left;
  font-size: 25px;
  letter-spacing: 0.5px;
  color: #003560;
  margin: 0px;
  line-height: 33px;
  font-weight: 400;
}

.section.post-footer input {
  font-weight: 400;
  font-size: 18px !important;
  line-height: 24px !important;
  padding: 20px 20px !important;
  color: #033560;
  border: none !important;
  background-color: #f4f4f4 !important;
  box-sizing: border-box;
  //width: 100% !important;
  border-radius: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
  font-family: 'arial',sans-serif;
}

.section.post-footer form {
  width: 100% !important;
}

form .hs_yes__i_would_like_to_receive_marketing_information_from_ppc_broadband legend.hs-field-desc {
  line-height:1.6em;  
  color:#003560;
  margin-top:20px;
  font-size:16px;
}

form .hs_yes__i_would_like_to_receive_marketing_information_from_ppc_broadband .input ul.inputs-list {
  list-style:none; 
  margin-bottom:20px;
  margin-top:20px;
  padding-left:0px;
  color:#003560;
  font-size:15px;
}

form .hs_yes__i_would_like_to_receive_marketing_information_from_ppc_broadband .hs-input, .section.post-footer form .hs_yes__i_would_like_to_receive_marketing_information_from_ppc_broadband .hs-input {
  width:auto !important;  
  margin-right:10px;
  margin-bottom:40px !important;
  height:auto;
  display:block;
  float:left;
}

.section.post-footer {
  width: 100% !important;
}

.section.post-footer fieldset.form-columns-2 {
  max-width: 100% !important;
}

.section.post-footer fieldset.form-columns-1 {
  max-width: 100% !important;
}

.section.post-footer textarea {
  font-weight: 400;
  font-size: 18px !important;
  line-height: 24px !important;
  padding: 20px 20px !important;
  color: #033560;
  border: none !important;
  background-color: #f4f4f4 !important;
  box-sizing: border-box;
  //width: 100% !important;
  border-radius: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  font-family: 'arial',sans-serif;
}

.section.post-footer span.hs-form-required {
  display: none;
}

.section.post-footer input#hs-recaptcha-response {
  padding: 20px;
}


.section.post-footer input.hs-button.primary {
  display: inline-block;
  background-color: #00FFC4;
}
.section.post-footer .hs_error_rollup {
  display: none;
}
.section.post-footer ul.no-list.hs-error-msgs.inputs-list {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.section.post-footer .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  padding: 0px 0px 20px !important;
}
.section.post-footer .hs-input {
  width: 100% !important;
}
.section.post-footer input.hs-button.primary {
  display: inline-block;
  background-color: #00ffc4 !important;
  text-align: center;
  font-size: 18px !important;
  letter-spacing: 0.36px;
  color: #033560;
  text-transform: uppercase;
  opacity: 1;
  line-height: 7px !important;
  border: 1px solid #00ffc4 !important;
  -webkit-appearance: none;
}

.section.post-footer input.hs-button.primary:hover {
  background-color: transparent !important;
}

.post-signup .signUpOuter h2 {
  line-height: 45px;
}

.post-signup .signUpOuter span.cta-outer a {
  padding: 5px 35px;
}

.post-signup .signUpOuter {
  border-top: 12px solid #00ffc4;
  padding: 60px 0px;
  margin-bottom: 50px;
}
.post-topics p {
  margin: 0px;
}
.post-topics {
  padding-bottom: 20px;
}

ul.green-tick,ul.green-tick {
  padding-left: 29px !important;
  margin-bottom: 0px !important;
}
ul.green-tick li, ol.green-tick li {
  position: relative;
  padding-bottom:15px !important;
  text-align: left;
  font-size: 18px;
  letter-spacing: .36px;
  color: #003560;
  line-height: 33px;
  text-decoration: none;
}
ul.green-tick li:last-child, ol.green-tick li:last-child {
  padding-bottom:0px !important;
}
ul.green-tick li:before,ol.green-tick li:before {
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(https://www.ppc-online.com/hubfs/Blog/2021%20Images/tick.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 7px;
  left: -30px;
}

/* Form Styling */

.flex-template-2021 .page-center.flex-page-pad {
  padding-top: 50px;
}
.flex-template-2021 .page-center form fieldset {
  max-width: 100%;
}
.flex-template-2021 .page-center form fieldset.form-columns-1 .hs-input {
  width: 100%;
}
.flex-template-2021 h3.form-title {
  color: #003560;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2em;
  margin: 0px;
  padding-bottom: 20px;
  font-family: 'arial',sans-serif;
  text-align: left;
}
.flex-template-2021 form .hs-main-font-element h3, .flex-template-2021 form .hs-main-font-element h2 {
  color: #003560;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.2em;
  margin: 0px;
  padding-bottom: 0px;
  padding-top: 20px;
  font-family: 'arial',sans-serif;
  text-align: left;
}
.flex-template-2021 form input, .flex-template-2021 form select, .flex-template-2021 form textarea  {
  font-weight: 400;
  font-size: 18px !important;
  line-height: 24px !important;
  padding: 20px 20px !important;
  color: #757575;
  border: none !important;
  background-color: #f4f4f4 !important;
  box-sizing: border-box;
  width: 100% !important;
  border-radius: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  font-family: 'arial',sans-serif;
  height: 66px;
  margin-top: 5px;
}
.flex-template-2021 form input[type="checkbox"] {
  width: auto !important;
  height: auto !important;
  padding: initial !important;
  margin: 0 10px 0 0 !important;
}
.flex-template-2021 .page-center form fieldset ul li.hs-form-checkbox {
  padding: 5px 0px;
}
.flex-template-2021 form label span {
  color: #003560;
  font-weight: 400;
  font-size: 20px;
  line-height: 1em;
  margin: 0px;
  margin-bottom: 10px;
}
.flex-template-2021 form .hs-form-field {
  margin-top: 10px;
}
.flex-template-2021 form label {
  color: #f00 !important;
  font-size: 12px;
}
.flex-template-2021 .page-center form fieldset ul, .flex-template-2021 .page-center form fieldset ul li {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
}
.flex-template-2021 .page-center form .hs-fieldtype-checkbox .input {
  margin-top: 10px;
}
.flex-template-2021 .page-center form .legal-consent-container p {
  max-width: 100%;
  color: #033560;
  text-align: left;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.11px;
  padding-top: 10px;
  font-family: 'arial',sans-serif;
}
.flex-template-2021 form label.hs-form-booleancheckbox-display span {
  margin: 0px;
}
.flex-template-2021 form input.hs-button.primary.large {
  height: auto;
  font-weight: 400;
  width: auto !important;
  font-size: 18px !important;
  color: #033560 !important;
  border-radius: 0px;
  display: inline-block;
  cursor: pointer;
  background-color: #00ffc4 !important;
  height: auto;
  padding: 10px 30px !important;
  transition: .4s all;
  font-family: 'arial',sans-serif;
  margin-top: 10px;
  -webkit-appearance: none;
}
.flex-template-2021 form input.hs-button.primary.large:hover {
  background-color: #033560 !important;
  color: #00ffc4 !important;
}



/* System Pages */

.error-pages-2020 {
  padding: 30px 20px 50px;
}
.error-pages-2020 p, .error-pages-2020 ul li, .error-pages-2020 form label {
  letter-spacing: .36px;
  color: #003560;
  font-size: 18px;
  font-weight: 300;
  line-height: 33px;
  margin: 0;
  padding-bottom: 20px;
  display: inline-block;
  width:100%;
}
.hs-search-results {
  padding-top: 30px;
}
.hs-search-results ul li a {
  color: #005288;
}
a.hs-search-results__next-page {
  color: #005288;
}
user agent stylesheet
a:-web
.error-pages-2020 h2 {
  letter-spacing: .4px;
  color: #003560;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 20px;
}
.error-pages-2020 h1 {
  letter-spacing: .8px;
  color: #005288;
  margin: 0px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 30px;
  margin-bottom: 20px;
}
.pass-message h1 {
  margin-bottom: 30px;
}
.error-pages-2020 input.hs-search-field__input,.error-pages-2020 form input[type="password"] {
  letter-spacing: .48px;
  color: #003560;
  font-size: 16px;
  height: 42px !important;
  max-width: 50%;
  font-weight: 400;
  padding-left: 20px;
  border: 1px solid #707070 !important;
}
.error-pages-2020 form input[type="submit" i] {  
  text-decoration: none;
  color: #033560;
  display: inline-block;
  border: 1px solid #00ffc4;
  background-color: #00ffc4;
  padding: 13px 20px;
  transition: .4s all;
  font-family: 'arial',sans-serif;
  cursor:pointer;
  text-transform: uppercase;
}
.error-pages-2020 form button {
  text-decoration: none;
  color: #00ffc4;
  display: inline-block;
  border: 1px solid #00ffc4;
  background-color: transparent;
  padding: 13px 20px;
  transition: .4s all;
  font-family: 'arial',sans-serif;
  cursor:pointer;
}
.error-pages-2020 form button:hover {
  background-color: #00ffc4;
  color: #033560 !important;
}
.error-pages-2020 form input[type="submit" i]:hover {
  background-color: #033560;
  color: #00ffc4;
  border: 1px solid #033560;
}

.legal-consent-container p {
  max-width: 483px;
  color: #033560;
  text-align: left;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.11px;
  padding-top: 10px;
  font-family: 'arial',sans-serif;
}

.hs-dependent-field .hs-fieldtype-booleancheckbox.field.hs-form-field label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  margin-bottom: 0px !important;
}

.hs-dependent-field .hs-fieldtype-booleancheckbox.field.hs-form-field input {
  height: auto;
  width: auto !important;
  margin-bottom: 0px !important;
}

.hs-dependent-field .hs-fieldtype-booleancheckbox.field.hs-form-field span {
  margin-left: 5px;
}

.hs-dependent-field .hs-fieldtype-booleancheckbox.field.hs-form-field ul {
  padding-left: 0px;
}

.hs-dependent-field .hs-fieldtype-booleancheckbox.field.hs-form-field li {
  list-style-type: none;
}
.solution-group .product-banner-inner-wrapper p {
  font-size: 21px;
  line-height: 1.5em;
  max-width: 700px;
  margin: 0 auto;
}
.solution-group .product-banner-inner-wrapper h1 {
  padding-bottom: 20px;
  font-size: 40px;
  line-height: 1.2em;
}
.solution-group .product-banner-outer-wrapper {
  padding: 90px 0px;
}
.subscription-template .subs-pref-wrap form h2,
.subscription-template .subs-pref-wrap h2,
.subscription-template .subs-pref-wrap form h1,
.subscription-template .subs-pref-wrap h1 {
  color: #033560;
  font-weight: bold;
  font-size: 21px;
}
.subscription-template .subs-pref-wrap .widget-type-email_subscriptions_confirmation p {
  color: #003560;
  font-size: 16px;
}
.subscription-template .subs-pref-wrap {
  padding: 50px 20px;
}
.subscription-template .subs-pref-wrap form .subscribe-options label {
  margin-left: 0;
  display: flex;
  align-items: center;
}
.subscription-template .subs-pref-wrap form p, 
.subscription-template .subs-pref-wrap form span,
.subscription-template .subs-pref-wrap .success {
  color:#003560;
}
.subscription-template .subs-pref-wrap form input.hs-button {
  text-align: center;
  letter-spacing: .3px;
  color: #00FFC4;
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
  font-weight: 400;
  background-color: #033560;
  padding: 10px 20px;
  transition: .4s all;
  border: 1px solid #033560;
  text-decoration: none;
  line-height: 32px;
  cursor:pointer;
  margin-top:30px;
}
.subscription-template .subs-pref-wrap form input.hs-button:hover {
  background-color: #00213C;
  color:#FFFFFF;
}
.subscription-template .subs-pref-wrap form input.globalunsub {
  margin: 0 10px 0 0;
}
.ppc-pos-button a {
  text-align: center;
  letter-spacing: .3px;
  color: #f9f9f9;
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
  font-weight: 400;
  background-color: #033560;
  padding: 10px 20px;
  transition: .4s all;
  border: 1px solid #033560;
  text-decoration: none;
  line-height: 32px;
}

.lp-2022 .homeHeaderOuter {
  /*     position: fixed; */
  position:absolute;
  z-index: 99999;
  width: 100% !important;
}

@media (max-width: 480px) {
  .subscription-template .tq-banner-outer {
    padding-top: 40px !important;
    padding-bottom: 10px !important;
  }
  .subscription-template .subs-pref-wrap {
    padding: 50px 0px;
  }
  .subscription-template .subs-pref-wrap form input.hs-button {
    white-space: break-spaces
  }
  .subscription-template .subs-pref-wrap form input.email-edit {
    width: auto !important;
    min-width: 300px;
  }
  .flex-template-2021 form input, .flex-template-2021 form select, .flex-template-2021 form textarea {
    font-size: 14px !important;
  }
}

/*********************Responsive Code Starts Here***********************************/

/*
@media (min-width: 1200px){
.homeHeaderOuter .menuOuter ul>li>ul.hs-menu-children-wrapper>li.hs-menu-depth-2>ul.hs-menu-children-wrapper {
width: 400px;
}
}
@media (min-width: 1300px){
.homeHeaderOuter .menuOuter ul>li>ul.hs-menu-children-wrapper>li.hs-menu-depth-2>ul.hs-menu-children-wrapper {
width: 500px;
}
}
@media (min-width: 1400px){
.homeHeaderOuter .menuOuter ul>li>ul.hs-menu-children-wrapper>li.hs-menu-depth-2>ul.hs-menu-children-wrapper {
width: 660px;
}
} 
BL */

@media screen and (max-width: 767px){

  /* html { overflow-x: hidden!important;} */
  body.img-scroll .Header-Col1-Outer { margin-bottom:0px!important;}

  /*   .logoOuter { 
  float:left!important;} */

  .mobile-trigger {
  }
  .error-pages-2020 input.hs-search-field__input {
    max-width:70%;
  }
}

@media (max-width: 990px) {
  .products-inner .text-block {
    height:300px !important;
  }
  .fiber-products-filt-left {
    flex: 0 100%;
    padding-top: 10px;
  } 
  .fiber-products-filt-right {
    flex: 0 100%;
  }
  .homeHeaderOuter .menuOuter ul>li:nth-child(2)>ul.hs-menu-children-wrapper>li.hs-menu-depth-2:nth-child(1)>ul {
    left: 157px !important;
    width: auto;
    height: auto;
  }
  .homeHeaderOuter .menuOuter ul>li:nth-child(2)>ul.hs-menu-children-wrapper>li.hs-menu-depth-2:nth-child(2)>ul {
    width: auto !important;
    height: auto !important;
  }
  .homeHeaderOuter .menuOuter ul>li:nth-child(2)>ul.hs-menu-children-wrapper>li.hs-menu-depth-2:nth-child(3)>ul {
    width: auto !important;
    height: auto !important;
  }
  .homeHeaderOuter .menuOuter ul>li>ul.hs-menu-children-wrapper>li.hs-menu-depth-2>ul.hs-menu-children-wrapper {
    height: auto !important;
  }
  .homeHeaderOuter .menuOuter ul>li>ul.hs-menu-children-wrapper>li.hs-menu-depth-2:nth-child(2)>ul, .homeHeaderOuter .menuOuter ul>li>ul.hs-menu-children-wrapper>li.hs-menu-depth-2:nth-child(3)>ul {
    width: auto !important;
  }
  .homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper>li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper>li.hs-menu-item.hs-menu-depth-3.hs-item-has-children>a {
    word-break: break-word;
    white-space: break-spaces;
  }
  .homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper>li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper>li.hs-menu-item.hs-menu-depth-3.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-4 a {
    word-break: break-word;
    white-space: break-spaces;
  }
  .homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper>li>ul>li a {
    font-size: 14px;
  }
  .homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper>li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper>li.hs-menu-item.hs-menu-depth-3.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-4 a {
    word-break: break-word;
    white-space: break-spaces;
  }
  .homeHeaderOuter .menuOuter ul>li:nth-child(2)>ul.hs-menu-children-wrapper>li.hs-menu-depth-2:nth-child(1)>ul li>ul.hs-menu-children-wrapper {
    //display: block !important;
  }
  .docs-videos-outer-col {
    padding: 30px 20px;
    box-sizing: border-box;
  }
  .fiber-products-ind-docs, .fiber-products-ind-video {
    flex: 0 100% !important;
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 1130px) {
  .homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1 {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1080px) {
  .emptySpace {
    display: none !important;
  }
  .ppcpost .blogRightSide {
    width: 30% !important;
  }
  .homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1 {
    padding: 0 10px;
  }
  .Header-Col2-Outer.darkHeader {
    position: relative !important;
  }
  .products-inner {
    min-height: 430px;
  }
  .solution-group .product-banner-outer-wrapper {
    padding: 50px 0px;
  }
}

@media screen and (max-width: 1000px) {

  .footerMenuOuter {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: flex-start;
  }
  .footerColumn.column2 .menuOuter {
    padding-bottom: 20px;
  }
  .footerMenuOuter .footerColumn {
    max-width: 400px;
  }
  .footerMenuOuter .socialShare ul {
    padding-top: 10px;
  }
  .footerColumn .menuOuter {
    padding-bottom: 20px;
  }

  .footerColumn .menuOuter h2.header {
    margin-bottom: 10px;
  }

  .homeHeaderOuter .menuOuter ul li a {
    color: #f9f9f9 !important;
  }

  .homeHeaderOuter .menuOuter ul li a,
  .homeHeaderOuter .menuOuter ul li,
  .homeHeaderOuter .menuOuter ul {
    background-color: #033560 !important;
  }

  .homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1>a {
    padding: 0 20px !important;
  }

  .homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1 {
    padding: 0;
  }

  .homeHeaderOuter .menuOuter li.hs-menu-depth-3 {
    width: 100%;
    float: none;
  }

  .homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper>li>ul>li>ul>li:nth-child(odd),
  .homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper>li>ul>li>ul>li:nth-child(even) {
    width: 100%;
    float: none;
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .headerCol1Outer .share, .headerCol1Outer .translate {
    display: none;
  }

  .homeHeaderOuter .menuOuter {
    padding: 0;
    min-height: 0 !important;
    margin: 0;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 90px;
  }

  .homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper {
    height: auto;
  }

  .blogContentOuter .blogLeftSide {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }

  .blogContentOuter .blogRightSide {
    width: 100% !important;
    float: none !important;
    max-width: 500px !important;
    margin: 0  auto !important;
  }

  .newsBlog .post-listing {
    display: block;
  }

  .newsBlog .post-item:first-child .hs-featured-image-wrapper a {
    height: 250px;
  }

  .newsBlog .post-item:not(:first-child) .post-header h2 a {
    min-height: auto;
  }

  .newsBlogRecentPosts {
    padding-top: 40px;
  }

  .blogContentOuter {
    padding: 60px 0 0;
  }

  .footerOuterWarp {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .homeHeaderOuter .menuOuter ul>li>ul.hs-menu-children-wrapper>li.hs-menu-depth-2>ul.hs-menu-children-wrapper {
    width: auto;
  }

  .homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper>li>a {
    line-height: 45px;
    font-size: 16px;
    width : auto !important;;
  }

  .homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper,
  .homeHeaderOuter .menuOuter li.hs-menu-depth-3 {
    padding: 0;
  }

  .homeHeaderOuter .menuOuter li.hs-menu-depth-3>a {
    font-weight: 400 !important;
  }

  .homeHeaderOuter .menuOuter li.hs-menu-depth-4>a {
    font-weight: 400 !important;
  }
  .ppcpost .blogRightSide .post-signup {
    display: none;
  }
  .ppcpost .blogRightSide .newsBlogRecentPosts {
    padding-bottom: 20px;
  }    
  .ppcpost .blogRightSide .newsBlogTagsList {
    padding-bottom: 60px;
  }

  .homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper {
    min-height: auto !important;
    border-top: 0px solid #fff !important;
  }

  .homeHeaderOuter .menuOuter li.hs-menu-depth-3 a:hover:before {
    content: none;
  }
  .homeHeaderOuter .Header-Col2-Outer {
    padding: 20px 0 20px;
  }
  .product-outer {
    display: block;
    text-align: center;
  }
  .product-indiviuak a.prod-individual {    
    max-width: 50%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 82px;
  }
  .products-inner {
    min-height: 380px;
  }
  .products-col-track {
    min-height: 500px;
  }
  .date-venu-col span {    
    padding-bottom: 10px;
  }
  .date-venu-col p {
    display: flex;
    flex-direction: column;
  }
  .section-btn {
    padding-top: 5px;
  }
  .banner-section-outer {   
    Padding-top: 150px !important;
    Padding-bottom: 75px !important;
  }
  .date-venu-col span {
    font-size: 16px !important;
  }
  .product-indiviuak a.prod-individual {
    max-width: 100%;
    margin: 0 auto;
  }
  .accordion-section-heading {
    padding-bottom: 0px;
  }
  .widget_1667912908536.team-section-outer {
    Padding-top: 25px !important;
    Padding-bottom: 30px !important;
  }
  .logoOuter a{
    padding: 0 10px;
  }
}

@media screen and (max-width: 650px) {
  .comment-heading-section {
    display: block;
  }

}

@media (max-width:740px) {
  .products-inner {
    flex: 0 37% !important;
  }
}

@media (max-width:600px) {
  .product-banner-inner-wrapper.product-banner-inner-wrapper-new .icon {
    flex: 0 100%;
  } 
  .product-banner-inner-wrapper.product-banner-inner-wrapper-new .banner-content {
    flex: 0 100%;
    text-align: center;
  }
  .products-inner {
    flex: 0 100% !important;
  }
  .products-inner .text-block {
    height:auto !important;
  }
  .only-content-outer {
    Padding-top: 25px !important;
  }
  .only-content-outer {
    Padding-bottom: 1px !important;
  }
  .accordion-section-outer {
    padding-top: 0;
  }
}

@media screen and (max-width: 479px) {
  #VideoPopup .popup-content>a {
    right: 20px !important;
    top: 0px !important;
  }
  /*.footerMenuOuter {
  display: block;
  width: 100%;
  float: left;
}*/
  .event-form-outter-wrapper input {
    font-size: 16px !important;
  }

  /*ooterMenuOuter .footerColumn {
  margin: 0 auto;
  max-width: 400px;
}*/
  .event-form-outter-wrapper h3 {
    font-size: 28px !important;
  }
  .event-form-outter-wrapper .input select {
    font-size: 16px !important;
  }
  .event-form-outter-wrapper label {
    font-size: 16px !important;
  }
  .blogContentOuter {
    padding: 40px 0 0;
  }

  .Header-Col2-Outer .logoOuter img {
    height: 60px !important;
  }

  .Header-Col2-Outer .logoOuter img {
    height: 60px !important;
  }
  .section-heading {
    padding: 0px 0px 10px 0px;
  }
  .normal-btn a {
    font-size: 16px !important;
  }
  .normal-btn a {    
    padding: 10px 18px;    
  }
  .section-heading h1 {
    font-size: 34px !important;
  }
  .top-link a {
    font-size: 12px !important;
  }
  .mobile-trigger {


  }
  .homeHeaderOuter .menuOuter li.hs-menu-depth-1:first-child ul>li.hs-menu-depth-2>a {
    padding: 0px 40px 0px 20px !important;
    box-sizing: border-box;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 10px 0px;
  }  
  .section-form input, .section-form textarea{
    font-size: 14px!important;
  } 


}
@media(max-width:430px){

  .product-indiviuak a.prod-individual {
    display: block;
    max-width: 100%;
  }
  .Product-image {
    padding-bottom: 15px;
  }
  .product-details h5.product-name {
    padding-bottom: 10px;
  }

}

@media screen and (max-width: 350px) {
  .headerCol1Outer .search, 
  .headerCol1Outer .share,
  .headerCol1Outer .translate,
  .headerCol1Outer .login {
    padding: 10px 10px;
  }
  /*.homeHeaderOuter .menuOuter li.hs-menu-depth-2 .child-trigger i {
  right: -40px;
}*/
}

/********Form*********/
.event-form-outter-wrapper .hs-form-radio input.hs-input, .event-form-outter-wrapper .hs-form-checkbox input.hs-input {
  width: auto !important;
  height: auto !important;
  min-width: 21px;
  background-color: #e5e5e5 !important;
  margin: 0px 6px 0px 0px;
  min-height: 20px;
  outline: none !important;
  padding: 0px !important;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}
.event-form-outter-wrapper li.hs-form-radio label {
  display: inline-flex !important;
  align-items: center !important;
  position: relative !important;
}
.event-form-outter-wrapper label.hs-form-radio-display, .event-form-outter-wrapper label.hs-form-checkbox-display {
  margin-right: 12px;
}
.event-form-outter-wrapper label {
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.16px;
  color: #033560;
  line-height: 24px;
  margin-bottom: 8px !important;
  display: block;
  font-family: 'arial',sans-serif;
}
.event-form-outter-wrapper .hs-form-radio input[type="radio"]:checked ~ span:before, .event-form-outter-wrapper .hs-form-checkbox input[type="checkbox"]:checked ~ span:before {
  background-color: #033560 !important;
  border-radius: 50%;
}
.event-form-outter-wrapper .hs-form-radio label span:before, .event-form-outter-wrapper .hs-form-checkbox label span:before {
  content: '';
  background: #fff !important;
  border: 3px solid #ebebeb !important;
  display: inline-block !important;
  width: 14px !important;
  height: 14px !important;
  position: relative !important;
  top: 3px;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  margin-right: 5px;
  border-radius: 50%;
  cursor: pointer !important;
}
.event-form-outter-wrapper ul.inputs-list.multi-container {
  margin: 0px;
  padding: 0px;
  list-style: none !important;
}
.event-form-outter-wrapper .hs_subscribe_to_the_ppc_online_blog_.hs-subscribe_to_the_ppc_online_blog_.hs-fieldtype-radio.field.hs-form-field {
  margin: 26px 0px;
}
.event-form-outter-wrapper input:focus{
  outline:none;
}
.event-form-outter-wrapper ul.no-list.hs-error-msgs.inputs-list label {
  font-size: 12px;
}
.event-form-outter-wrapper ul.no-list.hs-error-msgs.inputs-list label {
  color: #f00 !important;
}
.event-form-outter-wrapper ul.no-list.hs-error-msgs.inputs-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.event-form-outter-wrapper span.hs-form-required {
  display: none;
}
.event-form-outter-wrapper input {
  font-weight: 400;
  font-size: 18px !important;
  line-height: 24px !important;
  padding: 20px 20px !important;
  color: #033560;
  border: none !important;
  background-color: #f4f4f4 !important;
  box-sizing: border-box;
  width: 100% !important;
  border-radius: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  font-family: 'arial',sans-serif;
}
.event-form-outter-wrapper textarea {
  font-weight: 400;
  font-size: 18px !important;
  line-height: 24px !important;
  padding: 20px 20px !important;
  color: #033560;
  border: none !important;
  background-color: #f4f4f4 !important;
  box-sizing: border-box;
  width: 100% !important;
  border-radius: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  font-family: 'arial',sans-serif;
}
.event-form-outter-wrapper input {
  height: 66px;
}
.event-form-outter-wrapper input.hs-button.primary.large {
  /*     min-width: 329px; BL */
  height: auto;
  font-weight: 400;
  width: auto !important;
  font-size: 18px !important;
  /*line-height: 33px !important; BL */
  color: #033560 !important;
  border-radius: 0px;
  display: inline-block;
  cursor: pointer;
  background-color:#00FFC4 !important;
  height: auto;
  padding: 10px 30px !important;
  transition: .4s all;
  font-family: 'arial',sans-serif;
  margin-top:10px;
  -webkit-appearance: none;
}
.event-form-outter-wrapper .input select {
  font-family: 'arial',sans-serif;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 24px !important;
  padding: 20px 10px !important;
  color: #033560;
  background-color: #f4f4f4 !important;
  box-sizing: border-box;
  width: 100% !important;
  border-radius: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: none !important;
  margin-bottom:10px;
  -webkit-appearance: none;
  background-image: url(https://www.ppc-online.com/hubfs/2020_ppc/LP/Downn-1.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center right 15px;
}
.event-form-outter-wrapper .input select {
  height: 66px;
}
.event-form-outter-wrapper .hs-input::placeholder {
  color: #033560;
}
.event-form-outter-wrapper ul.inputs-list.multi-container {
  display: inline-flex;
}
.event-form-outter-wrapper li.hs-form-radio {
  margin-right: 8px;
}
.event-form-outter-wrapper .input select:focus{
  outline:none;
}
.event-form-outter-wrapper h3 {
  color: #003560;
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
  margin: 0px;
  padding-bottom: 26px;
  font-family: 'arial',sans-serif;
  text-align: left;
  max-width: 473px;
}
.event-form-wrapper p {
  max-width: 483px;
  color: #797979;
  text-align: left;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.12px;
  padding-top: 10px;
  font-family: 'arial',sans-serif;
}
.event-form-wrapper a {
  max-width: 483px;
  color: #033560;
  text-align: left;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.12px;
  font-family: 'arial',sans-serif;
  text-decoration:none;
}
.event-form-wrapper a:hover {
  text-decoration: underline;
}
.exhibition-event-form-wrapper h4 {
  max-width: 483px;
  color: #033560;
  text-align: left;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.11px;
  padding-top: 10px;
  font-family: 'arial',sans-serif;
  padding-bottom: 0px !important;
}
.exhibition-event-form-wrapper p {
  max-width: 483px;
  color: #033560;
  text-align: left;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.11px;
  padding-top: 10px;
  font-family: 'arial',sans-serif;
}
.form-content-outter-module .page-center {
  padding: 0px !important;
}
.form-under-content p {
  max-width: 483px;
  color: #797979;
  text-align: left;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.12px;
  padding-top: 10px;
  font-family: 'arial',sans-serif;
}
.form-module-exb {
  width: 45% !important;
  float: right !important;
  margin: 0 !important;
}
.event-form-module {
  width: 45% !important;
  float: right !important;
  margin: 0 !important;
}
.content-form-module-two {
  width: 50% !important;
  float: left !important;
}
.content-form-module {
  width: 47% !important;
  float: left !important;
}
.event-form-outter-wrapper {
  padding: 40px 0px 60px 0px;
}
.event-form-outter-wrapper input.hs-button.primary.large:hover {
  background-color: #033560!important;
  color: #00ffc4 !important;
}
.ungated-content-wrap span > div.hs_cos_wrapper:first-child {
  background-color: #f9f9f9;
}
.ungated-lp-form-wrap h3 {
  max-width: 100%;
}
.ungated-lp-form-wrap form fieldset {
  max-width: 100%;
}
.ungated-lp-form-wrap form fieldset.form-columns-2 .input {
  margin-right: 20px;
}
.ungated-lp-form-wrap form fieldset.form-columns-1 .input {
  margin-right: 18px;
}
.ungated-lp-form-wrap form p {
  max-width: 100%;
  color:#003560;
}
.ungated-lp-form-wrap form label.hs-form-booleancheckbox-display span {
  font-size:13px;
  line-height:1em;
}
.ungated-lp-outter .form-content-heading ul li {
  line-height:1.2em;
  padding-bottom: 10px;
}
.ungated-lp-form-wrap form input.hs-button.primary.large {
  height: auto;
  font-weight: 400;
  width: auto !important;
  font-size: 19px !important;
  color: #033560 !important;
  border-radius: 0px;
  display: inline-block;
  cursor: pointer;
  background-color: #00ffc4 !important;
  height: auto;
  padding: 15px 40px !important;
  transition: .4s all;
  font-family: 'arial',sans-serif;
  margin-top: 10px;
  -webkit-appearance: none;
  text-decoration: none;
  margin-top: 30px;
  text-transform: uppercase;
}
.ungated-lp-form-wrap form input.hs-button.primary.large:hover {
  background-color: #033560 !important;
  color: #00ffc4 !important;
}
.ungated-lp-form-wrap {
  padding-top:80px;
}
.ungated-lp-form-wrap .hs-dependent-field .hs-fieldtype-booleancheckbox.field.hs-form-field span {
  margin-top:3px;
}



@media screen and (max-width: 767px) {
  .form-module-exb {
    width: 100% !important;
  }
  .content-form-module {
    width: 100% !important;
  }
  .event-form-module {
    width: 100% !important;
  }
  .content-form-module-two {
    width: 100% !important;
  } 
  .solution-group .product-banner-inner-wrapper h1 {
    font-size: 36px;
  }
  .ungated-lp-form-wrap h3 {
    line-height:1.2;
  }
  .ungated-lp-form-wrap form fieldset.form-columns-2 .input,
  .ungated-lp-form-wrap form fieldset.form-columns-1 .input {
    margin-right:10px;
  }
}

@media screen and (max-width: 479px) {
  .event-form-outter-wrapper input {
    font-size: 16px !important;
  }

  .event-form-outter-wrapper h3 {
    font-size: 26px !important;
  }
  .event-form-outter-wrapper .input select {
    font-size: 16px !important;
  }
  .event-form-outter-wrapper label {
    font-size: 16px !important;
  }
  .event-form-outter-wrapper input.hs-button.primary.large {
    min-width: 250px;
  }
  .section.post-header h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .footerColumn .menuOuter .submenus {
    width: 100% !important;
    float: left !important;
  }
  .ungated-lp-form-wrap form fieldset.form-columns-2 .input,
  .ungated-lp-form-wrap form fieldset.form-columns-1 .input {
    margin-right:0px;
  }
  .ungated-lp-form-wrap {
    padding-top: 50px;
  }
}


/************New Blog CSS***********/
.separatorArrow {
  margin: 0px 12px 0px 10px;
}
.separatorArrow:before {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #59E6C6;
  border-right: 2px solid #59E6C6;
  transform: rotate(45deg);
  margin: 0px;
  content: '';
}
.postListing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.postTitle h3 a {
  text-decoration: none;
  color: #033560;
}
.postfristItem .postTitle h3 a {
  color: #fff;
}
.postItem .postfristItem p {
  color: #fff;
}
.postfristItem .postTags a,
.postfristItem .postAuthor a{
  color: #fff;
  text-decoration: none;
}
.postAuthor,
.postContent{
  padding-bottom: 15px;
}
.postAuthor p {
  font-size: 17px;
  line-height: 26px;
}
.postFeatureimg {
  width: 100%;
  height: 186px;
  background-color: #ccc;
  background-position: center;
  background-size: cover;
  margin-bottom: 15px;
}
.postfristItem-content {
  width: 47%;
  padding: 35px;
  box-sizing: border-box;
  position: relative;
  background-color: rgb(3 53 96 / .71);
}
.postfristItem {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.postfristItem .postReadmore a {
  color: #fff; 
  border-color: #fff;
}
.postTags a {
  text-decoration: none;
  color: #033560;
  text-transform: capitalize;
}
.postReadmore a:hover {
  border-color: #00ffc4;
  color: #033560;
  background-color: #00ffc4;
}
.postReadmore a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: .28px;
  line-height: 26px;
  color: #033560;
  text-decoration: none;
  transition: .4s all;
  min-width: 120px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #033560;
  padding: 3px 10px;
  box-sizing: border-box;
  text-transform: uppercase;
}
.postItem p {
  line-height: 20px;
  font-size: 15px;
  margin: 0px;
  color:#033560;
}
.postItem.postfristItem {
  flex: 0 100%;
}

.postfristItem .postTitle h3 {
  line-height: 30px;
}
.postItem:not(.postfristItem) .postReadmore {
  position: absolute;
  bottom: 42px;
  left: 0px;
}
.postItem:not(.postfristItem) .postItemInner {
  padding-bottom: 50px;
}
.postAuthor p {
  font-size: 17px;
  line-height: 26px;
}
.postTags p {
  margin: 0px;
  font-size:15px;
  padding-bottom: 10px;
  line-height: 26px;
}
.postTitle h3 {
  font-size: 25px;
  line-height: 32px;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  margin: 0px;
  padding-bottom: 10px;
}
.postItem {
  flex: 0 47%;
  display:none;
  padding-bottom: 35px;
  margin-bottom: 35px;
  position: relative;
  animation:postitemAnimation .4s ease;
  transform:translate(0px,0px);
  transition: 0s all !important;
  border-bottom: 1px solid rgb(112 112 112 / .34);
}
@keyframes postitemAnimation{
  from{
    opacity:.6;
    transform: scale(0.7);
  }
  to
  {
    opacity:1;
    transform:translate(0px,0px) scale(1);
  }
}
.newsLeftWrap {
  width: calc(100% - 320px) !important;
  margin: 0px !important;
  float: left !important;
  max-width: 780px;
}
.newsRightWrap {
  width: 283px !important;
  float: right !important;
  margin: 0px !important;
  padding-top: 75px;
}
.newsRightWrap ul.hs-search-field__suggestions {
  background: #fff;
  border: none !important;
  position: absolute;
  z-index: 99;
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
  top: 47px;
  border: 1px solid #707070;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.18);
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.18);
  -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.18);
}
.newsRightWrap ul.hs-search-field__suggestions a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.newsRightWrap ul.hs-search-field__suggestions li {
  padding: 0px 15px;
}
.newsRightWrap ul.hs-search-field__suggestions a {
  color: #003560;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  transition: 0.4s all;
}
.newsRightWrap ul.hs-search-field__suggestions li#results-for {
  padding-top: 15px;
  color: #003560;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 12px;
}
.newsRightWrap a.filter-expand-link {
  display: none;
}
h2.post-listing-simple {
  font-size: 25px;
  line-height: 32px;
  font-family: 'Arial',sans-serif;
  font-weight: 400;
  margin: 0px;
  padding-bottom: 15px;
}
h2.post-listing-simple a:hover {
  text-decoration: underline;
}
h2.post-listing-simple a {
  text-decoration: none;
  color: #033560;
}
.postListing-simple {
  padding-bottom: 35px;
}
@media screen and (max-width: 1000px){

  .newsRightWrap {
    width: 100% !important;
    float: left !important;
    margin: 0px auto !important;
    padding:0px 20px;
    max-width: 100%;
  }
  .newsLeftWrap {
    width: 100% !important;
    max-width: 100%;
  } 
  .homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper>li>ul>li a {
    font-size: 15px;
    line-height: 26px;
    width: auto !important;
  }

  .homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1>.child-trigger>i {
    top: 28px;
  }

  .homeHeaderOuter .menuOuter ul>li.hs-menu-depth-2>.child-trigger>i {
    top: 22px;
  }

  .homeHeaderOuter .menuOuter ul>li.hs-menu-depth-3>.child-trigger>i {
    top: 22px;
  }

  .homeHeaderOuter .menuOuter ul>li.hs-menu-depth-4>.child-trigger>i {
    top: 17px;
  }

  .homeHeaderOuter .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper {
    padding: 0px 0px 0 0px;
  }
}

@media screen and (max-width: 860px){
  .footerOuterWarp .social-icons-inner {
    width: 25%;
  }
}

@media screen and (max-width: 680px){
  .postfristItem-content {
    width: 70%;
  }
  .footerOuterWarp .social-icons-inner {
    width: 35%;
  }
}
@media screen and (max-width: 580px){
  .postfristItem-content {
    width:100%;
  }
  .postItem {
    flex: 0 100%;
  }
  div#loadMore {
    padding: 20px 0px 60px;
  }
  .postTitle h3,h2.post-listing-simple {
    font-size: 22px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 480px){
  .section.post-body p img {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .newsRightWrap {
    padding:0px;
  }
  .error-pages-2020 input.hs-search-field__input,.error-pages-2020 form input[type="password"] {
    max-width:80%;
  }
  .error-pages-2020 .error-message h1 {
    font-size: 30px;
    line-height:37px;
  }
  .error-pages-2020 .error-message h2 {
    font-size: 30px;
    line-height:40px;
  }
  .error-pages-2020 p, .error-pages-2020 ul li, .error-pages-2020 form label {
    font-size: 16px;
    line-height: 26px;
  }
  .error-pages-2020 form input[type="submit" i] {
    margin-top:20px;
  }
  .solution-group .product-banner-inner-wrapper h1 {
    font-size: 32px;
  }
  .solution-group .product-banner-inner-wrapper p {
    font-size: 19px;
  }
  .sign-up-parallax-outer .sign-up-parallax-button-outer a {
    padding: 6px 20px;
  }
  .footerOuterWarp .social-icons-inner img {
    width: 48px !important;
    height: auto;
  }
  .footerOuterWarp .social-icons-inner {
    width: 70%;
    margin: -27px auto 0;
  }
}

/********Global Product Filter Changes*********/


.products-inner h2 {
  padding: 2px 8px;
  margin-right: 5px;
}

.fiber-filter-col-new h4 {
  visibility:visible; 
}

.products-inner h3 {
  padding-top:1px;
}

.tag-select-outer .custom-select {
  font-size: 18px;
  color: #003560;
  line-height: 25.96px;
  font-weight: 600;
  padding-left: 25px;
  background-image: url(https://www.ppc-online.com/hubfs/2020_ppc/Fiber%20Products/plus.png);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  background-size: 14px;
}

.products-inner p {
  margin: 0px;
  font-size: 13px;
  font-family: 'arial',sans-serif !important;
  color: #003560 !important;
  font-weight: 400 !important;
  margin-bottom: 20px;
}

.products-inner p span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/*
.products-inner p:after {
content: '[...]';
text-align: right;
bottom: 0;
right: 0;
width: 25%;
display: block;
position: relative;
height: 1.2em;
}
*/

.products-inner h3 {
  font-size: 19px;
  line-height: 25.96px;
  color: #003560;
  font-weight: 600;
  padding-bottom: 15px;
  margin: 0px;
}

.products-inner-btns {
  display: inline-block;
}
.products-inner-btns .products-inner-btns-left {
  width: 50%;
  float: left;
}
.products-inner-btns .products-inner-btns-right {
  width: 49%;
  float: right;
}
.products-inner-btns .products-inner-btns-left a {
  background-color: #003560;
  text-decoration: none;
  font-size: 13px;
  line-height: 36.31px;
  padding: 10px 47px 10px 15px;
  background-image: url(https://www.ppc-online.com/hubfs/Icons/Path%202122.svg);
  background-repeat: no-repeat;
  background-position: 67px 13px;
  color: #f9f9f9;
  font-weight: 600;
  background-size: 14px;
  cursor: pointer;
}
.tag-select-outer .custom-select-option {
  padding: 5px 0px;
}
.products-inner-btns .products-inner-btns-right a {
  background-color: #003560;
  text-decoration: none;
  font-size: 13px;
  line-height: 36.31px;
  padding: 10px 40px 10px 20px;
  background-image: url(https://www.ppc-online.com/hubfs/Icons/Path%202122.svg);
  background-repeat: no-repeat;
  background-position: 67px 13px;
  color: #f9f9f9;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  background-size: 14px;
}

.products-inner-btns .products-inner-btns-right ul li p a {
  display: block;
  padding: 10px 10px 10px 40px;
  text-transform: capitalize;
  line-height: 22px;
  background-image: url(https://www.ppc-online.com/hubfs/2019-PPC/white-icon.png);
  background-repeat: no-repeat;
  background-position: 18px 14px;
  background-size: 15px;
  border-bottom: 1px solid #f2f2f2;
  font-weight: normal;
}

.products-inner-btns .products-inner-btns-right>a.active-cta, .products-inner-btns .products-inner-btns-right>a:hover {
  background-color: #00ffc4;
  color: #003560;
  background-image: url(https://www.ppc-online.com/hubfs/2020_ppc/Fiber%20Products/blue-arrow.png);
}

#VideoPopup {
  background: rgba(0,0,0,.3);
}

.fiber-filter-col-search input {
  width: 245px !important;
  margin-bottom: 0px;
  background-color: #fff;
  border:1px solid #CCCCCC;
  background-image: none;
  background-size: 13px;
  background-position: 13px 14px;
  padding: 6px 10px 6px 20px!important;
  height: 45px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #003560;
}

.fiber-filter-col-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.docs-videos-outer-col {
  float: left;
  width: 100%;
}

.docs-videos-inner-col {
  float: left;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fiber-products-ind-docs {
  float: left;
  width: 100%;
  padding: 30px 0px 40px;
  flex: 0 48%;
}

.fiber-products-ind-docs-inner {
  display: block;
}

.fiber-products-ind-video {
  float: left;
  width: 100%;
  text-align: left;
  background-image: none;
  flex: 0 48%;
  padding: 30px 0px 40px;
}

.fiber-products-ind-video-inner {
  display: block;
}

.fiber-products-ind-video-inner ul {
  padding: 0px;
  margin: 0px;
}

.fiber-products-ind-video-inner ul li {
  list-style-type: none;
}

.fiber-products-ind-video-inner ul li p {
  margin: 0px;
  border-bottom: 1px solid #d3dce3;
  margin-bottom: 20px;
}

.fiber-products-ind-video-inner ul li p a {
  font-size: 20px;
  line-height: 55px;
  color: #003560;
  text-decoration: none;
  position: relative;
  background-image: url(https://www.ppc-online.com/hubfs/2019-PPC/play-icon.png);
  background-repeat: no-repeat;
  background-size: 22px;
  height: 32px;
  width: 32px;
  padding-left: 35px;
}

.search-btn {
  flex: 0 20%;
  background-color: #033560;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.fiber-filter-col-search input::-webkit-input-placeholder {
  color: #003560;
  font-size: 16px;
  font-weight: 500;
  letter-spacing:0em;  
}

.fiber-filter-col-search input:-ms-input-placeholder {
  color: #003560;
  font-size: 16px;
  font-weight: 500;
  padding: 0px 10px 0px 30px !important;
  letter-spacing:0em;
}

.fiber-filter-col-search input {
  color: #003560;
  font-size: 16px;
  font-weight: 500;
  letter-spacing:0em;
}

.products-inner-btns .products-inner-btns-left ul {
  width:150px !important;  
  float:left;
  position: absolute !important;
  z-index: 9999 !important;
  margin-top: 2px !important;
}

.products-inner .text-block {
  height:270px;
}


.products-inner-btns .products-inner-btns-right ul {
  padding: 0px;
  margin: 5px 0px 0px;
  list-style-type: none;
  position: absolute !important;
  overflow-y: hidden;
  width: 150px !important;
  float: left;
  z-index: 9999 !important;
  margin-top: 2px !important;
}

.products-inner-btns .products-inner-btns-right ul li {
  width: auto;
}

.products-inner-btns .products-inner-btns-right ul li p {
  margin: 0px;
}

#VideoPopup .popup-content {
  top: 0px !important; 
}

/* LUCIDWORKS SEARCH PAGE STYLING */
input.jump-to-input {
  width: 100px !Important;

}




/* new v3 styles */
.new-header-outer {
  background-color: #003560;
}


.ppc-new-header .menu-outer-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ppc-new-header.homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1>a:last-child {
  /*     background-color: #00FFC4; */
  padding: 10px 20px 10px !important;
}

.ppc-new-header.homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1 {
  list-style: none;
  display: inline-block;
  float: left;
  padding: 0 30px;
  box-sizing: border-box;
  position: relative;
}

.ppc-new-header.homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1 > a {
  display: inline;
  padding: 0px 0px 30px;
}

.ppc-new-header .Header-Col2-Outer li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(1) ul {
  min-width: 240px;
}




.ppc-new-header.homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper {
  background-color: #f7f7f7;
  height: auto;
  top:40px;
}


.ppc-new-header.homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper>li:hover, 
.ppc-new-header.homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper>li.active {
  background-color: #EAEAEA;
}



.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: 99999;
  left: 0;
}



.ppc-new-header.homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1:before {
  content: '';
  background-color: #003560;
  width: 57%;
  height: 2.5px;
  position: absolute;
  bottom: -10px;
  opacity: 0;
}


.ppc-new-header.homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1:hover:before {
  opacity: 1;
}

/*  .ppc-new-header.homeHeaderOuter-two .menuOuter li.hs-menu-depth-1:hover ul { 
visibility: visible;
opacity: 1;
top: 50px;
} */



.ppc-new-header .Header-Col2-Outer {
  background-color: rgba(255, 255, 255, 1.0);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom:30px;
}

.ppc-new-header.homeHeaderOuter-two .Header-Col2-Outer {
  z-index: 1000;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
  //height: 100px;
}

.ppc-new-header.Header-Col2-Outer li.hs-menu-item.hs-menu-depth-3 {
  list-style: none;
}

.ppc-new-header.homeHeaderOuter-two .menuOuter li.hs-menu-depth-3>a {
  font-weight: 700 !important;
}

.ppc-new-header.homeHeaderOuter-two .menuOuter li.hs-menu-depth-3 {
  background-color: #f7f7f7;
  width: 100%;
  float: left;
  /*     padding: 20px 10px 16px 40px; */
  box-sizing: border-box;
}


.ppc-new-header.homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper>li>ul>li a {
  //background-color: #f7f7f7;
  letter-spacing: 0px;
  font-size: 16px;
  font-weight: 400;
  color: #003560;
  line-height: 30px;
  text-overflow: inherit !important;
  max-width: 100% !important;
  width: auto !important;
  text-align: left;
  text-decoration: none;
  padding: 20px 40px 20px 35px;
  position:relative;
}


.ppc-new-header.homeHeaderOuter-two .menuOuter li.hs-menu-depth-3 a:hover:before {
  content: '';
  width: 8px;
  height: 8px;
  border-color: #00FFC4;
  border-style: solid;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 20px;
  left: 30px;
  transform: rotate(45deg);
}

/*  .ppc-new-header.homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1:last-child {
padding-right: 0px;
}  */

.ppc-new-header.homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1:last-child:hover:before {
  background: none;
}

/* .ppc-new-header.homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1 {
padding: 0px;
} */

.ppc-new-header .Header-Col2-Outer .hs-menu-item.hs-menu-depth-1 a:hover {
  /*     text-shadow: 0 0 .65px #333, 0 0 .65px #333; */
}


.ppc-new-header.homeHeaderOuter-two .menuOuter li.hs-menu-depth-3>a:hover:before {
  top: 30px;
  left: 10px;
}




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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
  max-width:100%;

}


.ppc-new-header.homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper>li a{
  padding: 20px 40px 20px 25px;
}




/* mobile css trail  */


/* responsive */
/* ==========================================================================
Custom Menu Primary
========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

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




/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */


/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can
* use this for custom styling on any element when the menu is in the open position.                    
*/

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

@media (max-width: 1000px){
  .ppc-new-header .menu-outer-flex{
    display:block;
  }
  .mobile-open .mobile-trigger,.mobile-trigger:hover {
    background:transparent !important;
  }

  /* Variables
  ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /*
  * Menu Reset
  *
  * Remove styling from desktop version of custom-menu-primary. Place any
  * additional CSS you want removed from the mobile menu in this reset
  */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .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;
    color:#ffffff;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: -49px;          /* Position Button at right of screen  */
    right: -5px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: transparent; /* Background color */
    border: none;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000;
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000;
    border-color: transparent;
  }


  /* 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: 31px; /* Icon line width */
    height: 3px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 30px;
    background-color: #000 !important; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -8px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 8px; /* 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: #ffffff; /* Icon color */
  }


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

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    padding: 0 !important;
    //border-left: 1px dotted #9B9B9B;
    background-color: #4d7290;
    border-radius: 35px;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    //top: 30px; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 11px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color:#f9f9f9; /* Icon color */
    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 i{
  }


  /* Menu Styles on Mobile Devices
  ========================================================================== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 44px; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

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

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

  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    padding: 0;
    background-color: #033560;
    z-index: 99999;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px solid #4d7290;
  }
  .homeHeaderOuter-two li:last-child.hs-menu-item.hs-menu-depth-1 {
    border-top: none;
  }
  .homeHeaderOuter-two li:first-child.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
    border-top: 2px solid #6effde;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  /* gggggggggggggggggggggg   */
  .homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1 {
    padding: 0 10px;
  }
  .Header-Col2-Outer.darkHeader {
    position: relative !important; 

  }

  .homeHeaderOuter-two .menuOuter ul li a {
    color: #f9f9f9 !important;
  }

  .ppc-new-header.homeHeaderOuter-two .menuOuter ul li a,
  .ppc-new-header.homeHeaderOuter-two .menuOuter ul li,
  .ppc-new-header.homeHeaderOuter-two .menuOuter ul {
    background-color: #033560 !important;
  }

  .ppc-new-header.homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1>a {
    padding: 10px 20px !important;
  }

  .homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1 {
    padding: 0;
  }

  .homeHeaderOuter-two .menuOuter li.hs-menu-depth-3 {
    width: 100%;
    float: none;
  }

  .homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper>li>ul>li>ul>li:nth-child(odd),
  .homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper>li>ul>li>ul>li:nth-child(even) {
    width: 100%;
    float: none;
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .headerCol1Outer .share, .headerCol1Outer .translate ,.headerCol1Outer .product-finder{
    /*     display: none; */
  }
  .headerCol1Outer .translate {
    display: none; 
  }
  .homeHeaderOuter-two .menuOuter {
    padding: 0;
    min-height: 0 !important;
    margin: 0;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 35px;
  }

  .homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper {
    height: auto;
  }
  .homeHeaderOuter-two .menuOuter ul>li>ul.hs-menu-children-wrapper>li.hs-menu-depth-2>ul.hs-menu-children-wrapper {
    width: auto;
  }

  .homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper>li>a {
    line-height: 45px;
    font-size: 16px;
    width : auto !important;;
  }

  .homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper,
  .homeHeaderOuter-two .menuOuter li.hs-menu-depth-3 {
    padding: 0;
  }

  .homeHeaderOuter-two .menuOuter li.hs-menu-depth-3>a {
    font-weight: 400 !important;
  }

  .homeHeaderOuter-two .menuOuter li.hs-menu-depth-4>a {
    font-weight: 400 !important;
  }

  .homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper {
    min-height: auto !important;
    border-top: 0px solid #fff !important;
  }

  .homeHeaderOuter-two .menuOuter li.hs-menu-depth-3 a:hover:before {
    content: none;
  }
  .homeHeaderOuter-two .Header-Col2-Outer {
    padding: 20px 0 20px;
  }
  .homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper>li>ul>li a {
    font-size: 15px;
    line-height: 26px;
    width: auto !important;
  }

  .homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1>.child-trigger>i {
    top: 14px;
  }

  .homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-2>.child-trigger>i {
    top: 15px;
  }

  .homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-3>.child-trigger>i {
    top: 22px;
  }

  .homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-4>.child-trigger>i {
    top: 17px;
  }

  .homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper {
    padding: 0px 0px 0 0px;
  }
  /*  new design  */
  .custom-menu-primary .hs-menu-wrapper > ul li:last-child {
    /*   border-top:none; */

  }
  .ppc-new-header.homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1>a:last-child{
    background-color: #00FFC4 !important;
    text-align:center;  
    padding: 0px 0px !important;
    color: #043560 !important;

  }
  .ppc-new-header.homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1:last-child {
    padding: 30px 30px 15px 30px !important;
  }
  .homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1:hover>a {
    font-weight: 400;
  }
}
@media (max-width: 1000px){
  .Header-Col2-Outer ul {
    display:flex;
  }

  .ppc-new-header.ppc-new-header.homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1:last-child a {
    width: 100% !important;
    max-width: 100% !important;
    display: inline-block;
  }
  .ppc-new-header.homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper>li a {
    padding: 0px;
    font-size: 19px !important;
  }

  .ppc-new-header.homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1>a {
    width: 100% !important;
    display: inline-block;

  }


  .ppc-new-header.homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1 {
    overflow: hidden;
  }

  .ppc-new-header.homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1 {
    padding: 0px;
  }

  .ppc-new-header.homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper {
    padding-left: 40px;
  }

  .ppc-new-header.homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper>li>ul>li a {
    padding: 0px 0px;
    font-weight: 400 !important;
    font-size: 15px !important;
  }

  .ppc-new-header.homeHeaderOuter-two .menuOuter li.hs-menu-depth-3>a:hover:before {
    content: none !important;
  }
  .share ul li {
    list-style: none;
    padding: 0 5px;
  }
  .headerCol1Inner {
    display:flex;
    align-items:center;
  }
  .product-finder a {
    color: #fff;
    text-decoration: none;
  }
  .product-finder p {
    margin: 0;
    display: flex;
    align-items: center;
    column-gap: 12px;
  }
  .product-finder {
    float: left;
    padding: 0px 0 26px 0;
  }
  .share {
    float: right;
  }
  .status {
    padding: 0 0px  0 26px;
  }
  .ppc-new-header.ppc-new-header.homeHeaderOuter-two .menuOuter ul>li.hs-menu-depth-1:last-child {
    padding: 30px 26px 35px 22px !important;
  }
  .share ul li {
    padding: 3px 30px 0px 0;
  }
  /*   into hamburger */
  /* .mobile-open .mobile-trigger i {
  transform: rotate(47deg);
  transition: .8s all;
  height: 3.4px;
}
  .mobile-open .mobile-trigger i{
  background-color: #fff;
} */
  .mobile-trigger i:before{
    width: 31px;
    height: 2.8px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000;
    display: inline-block;
    border-radius: 30px;

  }

  .mobile-trigger i:before{
    position: absolute;
    content: '';
  }
  .mobile-open .mobile-trigger i:after {
    content: none !important;
  }
  .mobile-open .mobile-trigger i:before {
    transform: rotate(-96deg);
    transition: .8s all;
    top: 0px;
  }
  .mobile-open .mobile-trigger i {
    transform: rotate(47deg);
    transition: .8s all;
    height: 2.8px;
  }
  .ppc-new-header .headerCol1Outer .search,.headerCol1Outer .login {
    padding: 10px 0px 10px 18px !important;
  }
  .ppc-new-header.homeHeaderOuter-two .Header-Col2-Outer {
    //height: 70px;
  }
  /*   .ppc-new-header.homeHeaderOuter-two .Header-Col2-Outer{
  height:auto;
} */
}
.ppc-new-header li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > a:before {
  content: '';
  width: 8px;
  height: 8px;
  border-color: #003560;
  border-style: solid;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 25px;
  left: 6px;
  transform: rotate(45deg);
}
@media(max-width:767px){
  .share ul {
    display: inline-flex !important;
  }

  .product-finder {
    width: auto !important;
  }
  .share {
    float: right;
    display: block;
    width: auto !important;
  }
  .product-finder svg {
    width: auto !important;
  }
}


@media(max-width:480px){
  .ppc-new-header .Header-Col2-Outer .logoOuter img {
    width: 115px !important;
  }
  .mobile-trigger {
    top: -44px;    
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 19px;
  }
  .ppc-new-header.homeHeaderOuter-two .Header-Col2-Outer {
    //height: 50px;
  }
}



@media(max-width:330px){
  .share {
    float: left;
    padding-bottom: 20px;
  }
}