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

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote {
  font-style: italic;
  color: #8A8D8F;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/*table {
border-collapse: collapse;
border-spacing: 0;
}*/

button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

body {
  font: normal 87.5%/1.65 serif;
}

body {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
  word-wrap: break-word;
  color: #2d2d2d;
}

html, body {
  font-family: "Raleway", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  text-rendering: optimizeLegibility;
}

.tera {
  font-size: 91px;
  font-size: 5.6875rem;
  margin-bottom: 3.55385px;
  margin-bottom: 0.25385rem;
}

.giga {
  font-size: 70px;
  font-size: 4.375rem;
  margin-bottom: 4.62px;
  margin-bottom: 0.33rem;
}

.mega {
  font-size: 56px;
  font-size: 3.5rem;
  margin-bottom: 5.775px;
  margin-bottom: 0.4125rem;
}

h1,
.alpha {
  font-size: 46px;
  font-size: 2.875rem;
  margin-bottom: 7.03043px;
  margin-bottom: 0.50217rem;
}

h2,
.beta {
  font-size: 38px;
  font-size: 2.375rem;
  margin-bottom: 8.51053px;
  margin-bottom: 0.60789rem;
}

h3,
.gamma {
  font-size: 31px;
  font-size: 1.9375rem;
  margin-bottom: 10.43226px;
  margin-bottom: 0.74516rem;
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
}

h4,
.delta,
body.bead-blog .widget-type-post_filter h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 16.17px;
  margin-bottom: 1.155rem;
}

h5,
.epsilon {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20.2125px;
  margin-bottom: 1.44375rem;
}

h6,
.zeta {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 23.1px;
  margin-bottom: 1.65rem;
}

p {
  margin: auto auto 1.5em;
}

legend{display: block;
    font-size: 14px;
  line-height: 1.5;
}

.hs-form-radio{list-style:none;font-size:14px;}
.hs-fieldtype-select .input{border-radius: 10px;overflow: hidden;background: #cccccc;border: 1px solid #cccccc;}
.hs-fieldtype-select .input select{border: 0px;outline: none;padding: 10px;}
.hs-fieldtype-textarea .input{border-radius: 10px;overflow: hidden;background: #cccccc;border: 1px solid #cccccc;}
.hs-fieldtype-textarea .input textarea{border: 0px;outline: none;padding: 10px;}

.medium {
  font-weight: 600;
}

.heavy, body.bead-blog .widget-type-post_filter h3 {
  font-weight: 700;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearshim {
  clear: both;
}

strong {
  font-weight: bold;
}
.header-container-wrapper {
  margin: 0 auto;
  max-width: 1920px;
}
.footer-container-wrapper {
  max-width: 1920px;
  margin: 0 auto;
}
.content-wrap {
  max-width: 990px;
  margin: 0 auto;
  position: relative;
}
.two-columns-holder{
  padding:0 0 70px;
  width:100%;
  overflow:hidden;
}
.left-column {
  float: right !important;
  margin-left: 2.564102564% !important;
}
.right-column {
  margin-left: 0 !important;
}
.text-holder{
  padding:0 40px 0 0;
}
.text-holder h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  margin: 0 0 30px;
}
.text-holder p {
  margin: 0;
}
.left-column .logo-holder {
  list-style: none;
  margin:0 0 0 8%;
  padding: 0;
  overflow: hidden;
}
.left-column .logo-holder li {
  display: inline-block;
  vertical-align: middle;
  width: 24%;
  margin: 0 3px;
}
.left-column .logo-holder li:nth-child(4) {
  margin: 0 0 0 -13px;
}
.left-column .image-holder {
  width: 100%;
}
.image-holder img {
  width: 100%;
  max-width: 100%;
}
.image-text-section {
  padding: 0 0 0 4%;
  background: #000;
  overflow: hidden;
  margin:0 auto 70px !important;
  float: none !important;
  max-width: 1920px;
}
.image-text-section .column-box {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  min-height: 450px;
}
.image-text-section .column-box .column-image {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  background-repeat: no-repeat  !important;
  background-size: cover  !important;
  background-position: center top  !important;
}
.image-text-section .column-box .column-text {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  background: #da2a3f;
  align-items: center;
  margin-left: 0 !important;
  width: 42.7% !important;
  text-align: center;
  padding: 40px 70px;
  color: #fff;
}
.image-text-section .column-box .column-text span {
  font-size: 16px;
  display: block;
}
.four-columns {
  width: 100%;
  overflow: hidden;
  background: #f2f2f2;
  padding: 70px 60px;
  max-width: 1920px;
  margin: 0 auto !important;
  float: none !important;
}
.heading-holder {
  text-align: center;
  padding: 0 20px 50px;
  font-size: 23px;
  color: #000;
}
.icon_list_2025 li {
  font-size: 23px;
  color: #000;
}
/*.two-columns-holder .icon_list_2025{padding-left:0;margin-left:0;list-style:none;}*/

.heading-holder h2 {
  display: block;
  color: #0059a9;
  margin: 0 0 20px;
}
.heading-holder p {
  margin: 0;
}
.two-columns-box {margin:0 auto !important;}
.maxWidth_2025{max-width:990px;width:100%;margin:0 auto;}
.two-columns-box {
  text-align: center;
  max-width: 990px;
  float: none !important;
  margin:0 auto;
  margin-top:40px
}
.two-columns-box  .two-column-heading {
  padding: 0 0 37px;
}
.two-columns-box  .two-column-heading h2 {
  font-weight: 900;
  font-size: 24px;
}
.two-columns-box .two-column-img {
  position: relative;
    
}

.two-columns-box .two-column-img .two-column-content {
  position: absolute;
  content: '';
  top: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .5);
}
.two-column-img .two-column-content .text-holder {
  padding: 0 15%;
  display: flex;
  align-items: center;
  height: 100%;
}
.two-column-img .two-column-content .text-holder h3 {
  display: block;
  margin: 0;
  font-weight: 900;
  font-size: 25px;
  line-height: 31px;
}
.hs-button.primary.large{font-family: "Raleway", sans-serif !important;    padding: 10px 15px;
    color: #ffffff !important;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    text-decoration: none;
    border: none;
    border-radius: 17px;
    background: #eb5050;}
.hs-button.primary.large:hover {
    color: #ffffff !important;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0.85;
}
.hs-button {
  font-family: "Raleway", sans-serif !important;
  border-radius:17px !important;
  text-transform:capitalize !important;
}
#hs_cos_wrapper_widget_1727192927500_blog_subscribe label{color:#000000;}
#hs_cos_wrapper_widget_1727192927500_blog_subscribe input.hs-input{
    background-color: #ffffff;
    border: 1px solid #a5a5a5;
    padding: 10px;
    border-radius: 10px;
  width:70%;
}
#hs_cos_wrapper_widget_1727192927500_blog_subscribe .hs_email .input {
    position: absolute;
    top: 0px;
    left: 0px;
  right:0;
}
#hs_cos_wrapper_widget_1727192927500_blog_subscribe .hs_submit {
    position: absolute;
    top: 0px;
    right: 0;
    left: 71%;
}
.contentLP_2024 .two-columns-box{margin: 30px auto 0 !important;padding: 0 0px;}
@media (max-width: 1280px) {
  .left-column {
    margin-left: initial !important;
  }
  .image-text-section .column-box .column-text {
    width: 42.5% !important;
  }
}
@media (max-width: 1199px) {
  .four-columns {
    padding: 70px 20px;
  }
  .image-text-section .column-box .column-text {
    padding: 30px 30px;
  }
}
@media (max-width: 991px) {
  .content-wrap {
    max-width: 768px;
    padding: 0 20px;
  }
  .two-column-img .two-column-content .text-holder {
    padding: 0 30px;
  }
  .two-column-img .two-column-content .text-holder h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .left-column .logo-holder li {
    margin: 0 3px 30px;
    vertical-align: top;
  }
  .four-columns .column .column-inner h3 {
    font-size: 16px;
  }
  .four-columns .column .column-inner .cta-holder a {
    font-size: 12px !important;
  }
  .inner-column h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .image-text-section .column-box .column-text span {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .two-column-img .two-column-content .text-holder h3 {
    width: 100%;
  }
  .two-columns-holder {
    padding: 30px 0 60px;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-flow: column-reverse wrap !important;
    flex-flow: column-reverse wrap !important;
    width: 100%;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .two-columns-holder .text-holder {
    padding: 0;
    text-align: center;
  }
  .two-columns-holder .text-holder p {
    margin: 0 0 30px;
  }
  .two-columns-holder .text-holder img {
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
    float: none;
    display: block;
  }
  .left-column .image-holder {
    width: 60%;
    margin: 30px auto 0;
  }
  .left-column {
    float: none !important;
    margin-left: 0 !important;
  }
  .left-column .logo-holder {
    margin: 0 auto;
    text-align: center;
  }
  .left-column .logo-holder img{
    width: 60%;
  }
  .four-columns {
    padding: 40px 20px;
    text-align: center;
  }
  .image-text-section .column-box .column-text {
    padding: 30px 30px;
    display: block;
    width: 100% !important;
  }
  .four-columns .column::after {
    display: none;
  }
  .at-accordion-or-tabs > li > a {
    width: 100%;
    line-height: normal;
    padding: 20px 0 3px;
    margin: 0;
    font-size: 16px;
    border-bottom: 2px solid;
  }
  .at-accordion-or-tabs > li > section {
    float: none;
    position: relative;
    border-left: none;
    background: #fff;
    border-radius: 0px;
    padding: 20px 0 0;
    text-align: center;
    color: #000;
    margin: 0 0 20px;
  }
  .two-columns-box {
    padding: 0 20px;
    text-align: center;
  }
  .bead-2020 .footer {
    margin-top: 80px !important;
  }
  .left-column-box {
    margin: 0 0 30px;
  }
  .left-column .logo-holder li:nth-child(4) {
    margin: 0 0 40px;
  }
  .heading-holder {
    padding: 0 20px 30px;
  }

}
@media (max-width: 479px) {
  .left-column .image-holder {
    width: 90%;
    margin: 30px auto 20px;
  }
  .left-column .logo-holder img {
    width: 90%;
  }
  .two-columns-holder .text-holder img {
    max-width: 90%;
  }
  .bead-2020 h2{
    font-size: 25px;
    line-height: 29px;
  }
  .bead-2020 .footer {
    margin-top: 40px !important;
  }
  .cta-inner li {
    margin: 0;
    width: 100%;
  }
  .cta-inner li a {
    font-size: 15px !important;
    padding: 15px 20px !important;
    line-height: 24px !important;
  }
  .two-columns-box .two-column-heading h2 {
    font-size: 22px;
  }
  .section-cta-holder {
    padding: 0 20px;
  }
  .mobile-text {
    font-size:1.1rem!important;
  }
  .page-title-content-wrap {
    height: 12rem!important;
  }
}

a {
  color: #eb5050;
  text-decoration: none;
}
a:hover {
  color: #eb5050 !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity:0.85;      
}

.reverse-colors, body.hs-content-name-bead-homepage .home-blog-wrap .home-blog-roll h3 {
  background-color: #2d2d2d;
  color: #ffffff;
}
.reverse-colors a, body.hs-content-name-bead-homepage .home-blog-wrap .home-blog-roll h3 a {
  color: #ffffff;
}

ul {
  list-style: inherit;
  list-style-position: inside;
  margin-left: 40px;
  margin-bottom: 1.5em;
}

a:focus, li:focus {
  outline: none;
}

.table-wrapper {
  display: table;
}
.table-wrapper .table-cell {
  display: table-cell;
  vertical-align: middle;
}

.redden {
  color: #eb5050;
}

.underlined {
  text-decoration: underline !important;
}

.page-title-wrap .page-title-content-wrap h3 {
  text-transform: capitalize;
}

/* Component Styles */
.btn {
  font-size: 17.55px;
  font-size: 1.096975em;
  border-radius: 4px;
  padding: 6px 16px;
  display: inline-block;
  /*added 11-18-24*/
  border-radius:17px;
  text-transform:capitalize;
  
}
.btn:hover {
  opacity: 0.85;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.btn.btn-red {
  background-color: #eb5050;
  color: #ffffff;
}
.btn.btn-red:hover {
  color: #ffffff !important;
}

.header-social-icons{
  background:transparent;
  position:absolute;
  text-align:right;
  max-width:990px;
  margin:0 auto;
  display:inline-block;
}
.header-social-icons a{
  display:inline-block;
  margin-top:6px!important;
  margin-left:13px!important;
}
.header-social-icons a:first-of-type{
  margin-left:38px!important;
}
.header-social-icons a .fa{
  color:#eb5050;
}
.header-social-icons a:hover .fa{
  color:#fff!important;
}

@media(max-width:768px){
  .header-social-icons{
    text-align:center;
  }    
}

.header-wrap {
  padding-top: 0px;

}
.header-notification {
  display:block;
  width:auto; 
  margin:0px;
  padding:9px 15px;
  color:#FFF;
  font-size:13px;
  line-height:16px;
  text-align:center;
  background:#005ca3;
}
@media(max-width:768px){
  .header-notification {
    font-size:12px;
    line-height:15px;
    height:50px
  }
}
.header-primary {
  height: 140px;
  line-height: 66px;
}
.header-primary .headerphone a{margin-right:15px;display:inline-block;font-weight:bold;font-size:26px;padding:0;}
.header-primary a {
  font-size: 17px;
  color:#2d2d2d;
}
@media (max-width: 1380px) {
  .header-primary a {
    padding: 10px 12px !important;
  }
  .header-primary a{
    font-size: 16px; 
  }
}
@media (max-width: 1200px) {
  .header-primary a {
    font-size: 14px;
    padding: 10px 10px !important;
  }
  .homepage_video_body .header_quote a:link, .header_quote a:visited, .header_quote a:hover, .header_quote a:active{
    font-size: 13px !important;
  }
}
@media (max-width: 1050px) {
  .header-primary a {
    padding: 10px 9px !important;
  }
  .homepage_video_body .header_quote a:link, .header_quote a:visited, .header_quote a:hover, .header_quote a:active{
    font-size: 13px !important;
  }
}
@media (max-width: 991px) {
  .header-primary-wrap .row-fluid .span7{
    width: 72% !important;
  }
  .homepage_video_body .header_quote a:link, .header_quote a:visited, .header_quote a:hover, .header_quote a:active{
    font-size: 12px !important;
  }
}
@media (max-width: 990px) {
  .header-primary a {
    font-size: 12px;
    font-size: 0.75rem;
  }

}
.header-primary a:active {
  text-decoration: underline;
}
.header-primary-wrap {
  background-color: #ffffff;
  /*margin-top: 40px;*/
}
.header-primary .logo img {
  margin-top: 16px;
  width: 204px !important;
}
.header-secondary {
  position: relative;
  height: 45px;
  width: 425px;
  margin: 0 50px 0 auto;
}
@media (max-width: 768px) {
  .header-secondary {
    width: initial;
    margin: initial;
    height: 90px;
  }
}
@media (max-width: 768px) {
  .header-secondary-wrap {
    padding: 0;
  }
}
.header-secondary:before {
  content: "";
  position: absolute;
  right: 0;
  height: 0;
  width: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 12px solid #ffffff;
}
.header-secondary a {
  line-height: 45px;
  margin-left: 40px;
}
.header-secondary a:first-of-type {
  margin-left: 18px;
}
@media (max-width: 768px) {
  .header-secondary a:nth-of-type(4) {
    margin-left: 90px;
  }
}

.hs-menu-children-wrapper {
  top: 65px;
  background-color: #ffffff;
  width: 238px;
  left: 20px !important;
}
.hs-menu-children-wrapper li a {
  line-height: 19px;
  padding: 8px 22px;
  max-width: 220px !important;
  width: 220px !important;
}

.header-primary li {
  height: 35px;
}
.header-primary li a {
  max-width: 220px !important;
}

.link-selected {
  text-decoration: underline !important;
}

.hs-item-has-children:last-of-type ul {
  left: initial !important;
  right: 0;
}
.hs-item-has-children:hover > a {
  color: #2d2d2d !important;
}

#slab .level-2 {
  list-style: disc;
}

#slab-trigger i {
  font-size: 2rem;
}

.page-title-wrap {
  height: 72px;
  max-width: 1920px;
  margin: 0 auto;
}
.page-title-wrap .page-title-content-wrap h3 {
  line-height: 72px;
  margin-bottom: 96px;
}
@media (max-width: 768px) {
  .page-title-wrap .page-title-content-wrap h3 {
    font-size: 14px;
    font-size: 1.1rem;
    text-align: center;
  }
}

.cta-horizontal-wrap {
  width: 348px;
  height: 172px;
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  .cta-horizontal-wrap {
    width: 300px;
    margin: 0 auto 26px auto;
  }
}
.cta-horizontal-wrap .cta-content {
  padding: 25px 38px;
  text-align: center;
  width: 276px;
  position: relative;
  float: left;
  height: 170px;
}
@media (max-width: 768px) {
  .cta-horizontal-wrap .cta-content {
    width: 210px;
  }
}
@media (max-width: 990px) {
  .cta-horizontal-wrap .cta-content {
    width: 210px;
    padding: 20px 30px;
  }
}
.cta-horizontal-wrap .cta-content:after {
  content: "";
  position: absolute;
  right: -22px;
  top: 64px;
  height: 0;
  width: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 22px solid #2d2d2d;
}

.cta-vertical-wrap {
  width: 170px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 768px) {
  .cta-vertical-wrap {
    margin: 0 auto 40px auto;
  }
}
.cta-vertical-wrap .cta-content {
  padding: 25px 16px;
  text-align: center;
  position: relative;
  font-weight: 600;
  font-size: 18px;
}
.cta-vertical-wrap .cta-content p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.cta-vertical-wrap .cta-content button {
  font-size: 15px;
}
.cta-vertical-wrap .cta-content:after {
  content: "";
  position: absolute;
  bottom: -21px;
  right: 50%;
  margin-right: -22px;
  height: 0;
  width: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 22px solid #2d2d2d;
}

.testimonial {
  position: relative;
}
.testimonial-image-image-left {
  float: left;
  margin-right: 20px;
}
.testimonial-image-image-left img {
  width: 130px;
  height: 130px;
}
.testimonial-image-right {
  text-align: right;
}
.testimonial-image-left {
  text-align: left;
}
.testimonial-citation {
  color: #eb5050;
}
.testimonial-citation:before {
  content: "\2013";
}

.company-employee {
  margin-bottom: 40px;
}
.company-employee--photo {
  float: left;
  height: 150px;
  width: 150px;
  margin: 0 22px 22px 0;
}

.bead-carousel {
  display: block;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  height:239px!important;
}
.bead-carousel--homepage:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -24px;
  height: 0;
  width: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid #2d2d2d;
}
@media (max-width: 768px) {
  .bead-carousel--homepage:after {
    content: none;
  }
}

.product-detail-wrapper {
  border: 14px solid #2d2d2d;
}
@media (max-width: 768px) {
  .product-detail-wrapper {
    margin-bottom: 20px;
  }
}
.product-detail-wrapper .product-detail-content-padder {
  padding: 50px 38px 40px 38px;
}
.product-detail-wrapper .product-detail-header {
  list-style: none;
  margin-left: 0;
  height: 90px;
}
@media (max-width: 990px) {
  .product-detail-wrapper .product-detail-header {
    height: 70px;
  }
}
@media (max-width: 768px) {
  .product-detail-wrapper .product-detail-header {
    height: 140px;
  }
}
.product-detail-wrapper .product-detail-header a {
  font-size: 22px;
}
@media (max-width: 990px) {
  .product-detail-wrapper .product-detail-header a {
    font-size: 16px;
  }
}
.product-detail-wrapper .product-detail-header li {
  display: inline-block;
  line-height: 87px;
  position: relative;
  width: 32%;
  text-align: center;
}
@media (max-width: 990px) {
  .product-detail-wrapper .product-detail-header li {
    line-height: 70px;
  }
}
@media (max-width: 768px) {
  .product-detail-wrapper .product-detail-header li {
    line-height: 40px;
    width: 100%;
  }
}
.product-detail-wrapper .product-detail-header li.ui-state-active:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 50%;
  margin-right: -11px;
  height: 0;
  width: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-bottom: 22px solid #ffffff;
}
@media (max-width: 768px) {
  .product-detail-wrapper .product-detail-header li.ui-state-active:after {
    left: -14px;
    right: initial;
    bottom: initial;
    top: 50%;
    margin-top: -11px;
    margin-right: initial;
    height: 0;
    width: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 11px solid #ffffff;
  }
}
.product-detail-wrapper .product-overview--applications {
  display: inline-table;
}
.product-detail-wrapper .product-overview--applications a {
  display: inline-block;
  width: 20%;
  position: relative;
  text-align: center;
}
@media (max-width: 990px) {
  .product-detail-wrapper .product-overview--applications a {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .product-detail-wrapper .product-overview--applications a span {
    display: block;
  }
}
@media (max-width: 768px) {
  .product-detail-wrapper .product-overview--applications a h4 {
    text-align: center;
  }
}
.product-detail-wrapper .product-detail--overview_image {
  text-align: center;
}
.product-detail-wrapper .spec-options--overview {
  display: table;
  width: 100%;
}
.product-detail-wrapper .spec-options--overview_item {
  display: table-cell;
  width: 33%;
}
@media (max-width: 768px) {
  .product-detail-wrapper .spec-options--overview_item {
    display: block;
    width: 100%;
  }
}

.competition-row {
  display: table;
  width: 100%;
}
.competition-row.competition-row__light {
  background-color: #ffffff;
}
.competition-row.competition-row__dark {
  background-color: #ececec;
}
.competition-row .competition-column {
  display: table-cell;
  width: 50%;
}

@media (max-width: 768px) {
  .sidebar {
    text-align: center;
  }
}
.sidebar .sidebar-button-wrapper {
  margin-bottom: 30px;
}
.sidebar .sidebar-navigation {
  margin-bottom: 30px;
}
.sidebar .sidebar-navigation a {
  line-height: 38px;
  font-size: 18px;
  color:#2d2d2d;
}
.sidebar .sidebar-navigation a:hover {
  color: #2d2d2d !important;
  text-decoration: underline;
}

.hs_cos_wrapper_type_blog_subscribe {
  display: block;
  margin-bottom: 28px;
  height: 100%;
}
.hs_cos_wrapper_type_blog_subscribe form.hs-form {
  position: relative;
}
.hs_cos_wrapper_type_blog_subscribe form.hs-form .hs_email .input {
  position: absolute;
  top: 0;
  left: 0;
}
.hs_cos_wrapper_type_blog_subscribe form.hs-form .hs_email .input .hs-input {
  border: none;
  height: 34px;
  width: 150px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (max-width: 768px) {
  .hs_cos_wrapper_type_blog_subscribe form.hs-form .hs_email .input .hs-input {
    width: 115px;
  }
}
.hs_cos_wrapper_type_blog_subscribe form.hs-form .hs_email .input .hs-input:focus {
  outline: none;
}
.hs_cos_wrapper_type_blog_subscribe form.hs-form .hs_submit {
  position: absolute;
  top: 0;
  right: 25px;
}
@media (max-width: 768px) {
  .hs_cos_wrapper_type_blog_subscribe form.hs-form .hs_submit {
    right: 0;
  }
}
.hs_cos_wrapper_type_blog_subscribe form.hs-form .hs_submit .hs-button {
  height: 34px;
}

input.hs-button.primary.large {
  font-size: 17.55px;
  font-size: 1.096975em;
  border-radius: 10px;
  padding: 6px 16px;
  display: inline-block;
  background-color: #eb5050;
  color: #ffffff;
  border: none;
}

input.hs-input {
  background-color: #ffffff;
  border: 1px solid #a5a5a5;
  padding: 10px;
  border-radius: 10px;
}

.hs-form-field {
  margin-bottom: 18px;
}
.hs-form-field label {
  font-weight: 600;
}

.nivo-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nivo-lightbox-overlay.nivo-lightbox-open {
  visibility: visible;
  opacity: 1;
}

.nivo-lightbox-wrap {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
}

.nivo-lightbox-content {
  width: 100%;
  height: 100%;
}

.nivo-lightbox-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
}

.nivo-lightbox-nav {
  display: none;
}

.nivo-lightbox-prev {
  position: absolute;
  top: 50%;
  left: 0;
}

.nivo-lightbox-next {
  position: absolute;
  top: 50%;
  right: 0;
}

.nivo-lightbox-close {
  position: absolute;
  top: 2%;
  right: 2%;
}

.nivo-lightbox-image {
  text-align: center;
}

.nivo-lightbox-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

.nivo-lightbox-content iframe {
  width: 100%;
  height: 100%;
}

.nivo-lightbox-inline,
.nivo-lightbox-ajax {
  max-height: 100%;
  overflow: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}

.nivo-lightbox-error {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0 1px 1px #000;
}

.nivo-lightbox-error p {
  display: table-cell;
  vertical-align: middle;
}

/* Effects
**********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
}

.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
  -webkit-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}

.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}

.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}

.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateZ(300px);
  -ms-transform: translateZ(300px);
  transform: translateZ(300px);
}

.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.sharrre i {
  font-size: 20px;
}
.sharrre a {
  margin-left: 5px;
}

.footer {
  padding: 95px 0;
  position: relative;
  margin-top: 156px;
}
@media (max-width: 768px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .footer-contact {
    text-align: center;
  }
}
.footer-contact__social {
  margin-bottom: 14px;
}
.footer-contact__social a {
  font-size: 2.5em;
  line-height: 0;
  margin-right: 4px;
}
.footer-contact__company {
  font-size: 55px;
  font-size: 3.4375em;
}
@media (max-width: 768px) {
  .footer-contact__company {
    font-size: 2.4375em;
  }
}
.footer-contact__phone {
  color: #eb5050;
  font-size: 35px;
  font-size: 2.1875em;
}
.footer-copyright {
  color: #5f5f5f;
}
.footer:before {
  position: absolute;
  height: 0;
  width: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid #ffffff;
  content: "";
  top: 0;
  left: 50%;
  margin-left: -50px;
}
.footer h2 {
  font-size: 26px;
  font-size: 1.625rem;
}
@media (max-width: 990px) {
  .footer h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .footer h2 {
    text-align: center;
  }
}
.footer ul {
  margin-bottom: 30px;
  margin-left: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .footer ul {
    text-align: center;
  }
}
.footer address {
  margin-bottom: 24px;
}
.footer button {
  margin-bottom: 24px;
}
.footer a {
  color: #ffffff;
}

/* Page Styles */
body.hs-content-name-bead-homepage .iis-slide {
  background-size: contain;
}
body.hs-content-name-bead-homepage .header-wrap {
 /* background: url(//cdn2.hubspot.net/hub/157563/file-1689380390-jpg/slab/bead-home-bg_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;*/
  height: 0;
  margin-bottom: 0px;
}
body.hs-content-name-bead-homepage .homepage-messaging {
  position: absolute;
  top: -385px;
  right: 0;
  background-color: #2d2d2d;
  width: 100%;
}
@media (max-width: 768px) {
  body.hs-content-name-bead-homepage .homepage-messaging {
    top: -510px;
    width:100%;
  }
}
body.hs-content-name-bead-homepage .homepage-messaging--title {
  text-align: center;
  position: relative;
  width: 60%;
  float: left;
  height: 245px;
  display: table;
  padding:30px;
}
@media (max-width: 768px) {
  body.hs-content-name-bead-homepage .homepage-messaging--title {
    width: initial;
    height:auto;
  }
}
body.hs-content-name-bead-homepage .homepage-messaging--title h3 {

}
body.hs-content-name-bead-homepage .homepage-messaging--title h3 span {
  font-size: 29px;
}
body.hs-content-name-bead-homepage .homepage-messaging--title:after {
  position: absolute;
  right: -22px;
  top: 42%;
  content: "";
  height: 0;
  width: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 22px solid #2d2d2d;
}
@media (max-width: 768px) {
  body.hs-content-name-bead-homepage .homepage-messaging--title:after {
    display: none;
  }
}
body.hs-content-name-bead-homepage .homepage-messaging--content {
  float: right;
  width: 40%;
  background-color: #ffffff;
  height: 245px;
}
@media (max-width: 768px) {
  body.hs-content-name-bead-homepage .homepage-messaging--content {
    width: initial;
    float:none;
  }
}
body.hs-content-name-bead-homepage .homepage-messaging--content button {
  text-align: center;
}
body.hs-content-name-bead-homepage .home-slider-wrap {
  margin-bottom: 200px;
}
@media (max-width: 768px) {
  body.hs-content-name-bead-homepage .home-slider-wrap {
    margin-bottom: 20px;
  }
}
body.hs-content-name-bead-homepage .home-blog-wrap {
  margin-bottom: 130px;
}
body.hs-content-name-bead-homepage .home-blog-wrap .home-blog-roll {
  border: 6px solid #2d2d2d;
  min-height: 568px;
  height: auto;
}
body.hs-content-name-bead-homepage .home-blog-wrap .home-blog-roll h3 {
  position: relative;
  padding: 24px 0px;
  text-align: center;
}
body.hs-content-name-bead-homepage .home-blog-wrap .home-blog-roll h3:after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -22px;
  height: 0;
  width: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 22px solid #2d2d2d;
}
body.hs-content-name-bead-homepage .home-blog-wrap .home-blog-roll .feedreader_box {
  padding: 48px 38px 0px 38px;
}

a.hs-rss-title{color:#2d2d2d;}
a h4,h4 a{color:#2d2d2d;}
.post-header h2 a{color:#2d2d2d;}

@media (max-width: 768px) {
  body.hs-content-name-bead-homepage .home-blog-wrap .home-blog-roll .feedreader_box {
    padding: 48px 10px 0px 10px;
  }
}
body.hs-content-name-bead-homepage .home-blog-wrap .home-blog-roll .feedreader_box .hs-with-featured-image .hs-rss-item-text {
  float: right;
  padding-right: 0;
  padding-left: 20px;
}
body.hs-content-name-bead-homepage .home-blog-wrap .home-blog-roll .feedreader_box .hs-with-featured-image .hs-rss-item-text .hs-rss-title {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
}



body.hs-content-name-bead-homepage .home-blog-wrap .home-blog-roll .feedreader_box .hs-with-featured-image .hs-rss-description {
  line-height: 16px;
}
body.hs-content-name-bead-homepage .home-blog-wrap .home-blog-roll .feedreader_box .hs-with-featured-image .hs-rss-description a {
  color: #eb5050;
}
body.hs-content-name-bead-homepage .home-blog-wrap .home-blog-roll .feedreader_box .hs-with-featured-image .hs-rss-item-image-wrapper {
  float: left;
}
body.hs-content-name-bead-homepage .home-blog-wrap .hs-rss-item-text {
  float: none;
}
body.hs-content-name-bead-homepage .home-blog-wrap h3 {
  margin-bottom: 0;
}
body.hs-content-name-bead-homepage .testimonial p.testimonial-quote {
  font-size: 30px;
  margin-bottom: 0;
}

body.applications-page .header-wrap {
  background: url(//157563.fs1.hubspotusercontent-na1.net/hub/157563/file-1648927136-jpg/bead-sub-applications-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 319px;
}
body.applications-page h4 {
  font-weight: 600;
}
body.applications-page .application-intro-section .application-intro-section--image {
  float: right;
  margin-left: 70px;
  margin-bottom: 70px;
  position: relative;
  max-width: 283px;
}
@media (max-width: 768px) {
  body.applications-page .application-intro-section .application-intro-section--image {
    float: none;
    margin-left: initial;
    margin-bottom: 40px;
    text-align: center;
  }
}
body.applications-page .application-intro-section .application-intro-section--image .application-intro-section--image__caption {
  width: 283px;
  height: 44px;
  line-height: 44px;
  background-color: #9c9c9c;
  position: absolute;
  text-align: center;
  color: #ffffff;
  bottom: -37px;
}
body.applications-page .application-intro-section h4 {
  margin-bottom: 30px;
}

body.product-page .header-wrap {
  background: url(//157563.fs1.hubspotusercontent-na1.net/hub/157563/file-1648796308-jpg/bead-products-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 319px;
}

body.company-page .header-wrap {
  background: url(//157563.fs1.hubspotusercontent-na1.net/hub/157563/file-1673383554-jpg/bead-sub-company-bg_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 319px;
}

body.knowledge-center .header-wrap {
  background: url(//157563.fs1.hubspotusercontent-na1.net/hub/157563/file-1656695472-jpg/bead-knowledge-center-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 319px;
}
body.knowledge-center .knowledge-content-item-wrapper {
  margin-bottom: 24px;
}

/*body.industries-page .header-wrap {
  background: url(//157563.fs1.hubspotusercontent-na1.net/hub/157563/file-1654320594-jpg/bead-sub-industries-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 319px;
}*/
body.industries-page h4 {
  font-weight: 600;
}
body.industries-page .application-intro-section .application-intro-section--image {
  float: right;
  margin-left: 70px;
  margin-bottom: 70px;
  position: relative;
  max-width: 283px;
}
@media (max-width: 768px) {
  body.industries-page .application-intro-section .application-intro-section--image {
    float: none;
    margin-left: initial;
    margin-bottom: 40px;
    text-align: center;
  }
}
body.industries-page .application-intro-section .application-intro-section--image .application-intro-section--image__caption {
  width: 283px;
  height: 44px;
  line-height: 44px;
  background-color: #9c9c9c;
  position: absolute;
  text-align: center;
  color: #ffffff;
  bottom: -37px;
}
body.industries-page .application-intro-section h4 {
  margin-bottom: 30px;
}

body.bead-blog .header-wrap {
  background: url(//157563.fs1.hubspotusercontent-na1.net/hub/157563/file-1659104355-jpg/bead-blog-bg_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 319px;
}
body.bead-blog .hs-featured-image-wrapper img.hs-featured-image {
  float: left;
  width: 128px;
  height: 128px;
  margin-right: 18px;
}
body.bead-blog .post-body h4 {
  margin-bottom: 0px;
}
body.bead-blog .post-body p {
  margin: 0;
  line-height: 20px;
}
body.bead-blog .widget-type-post_filter  ul {
  list-style: none;
  margin-left: 0;
}

.line-row {
  margin-top 30px;}

.line-row ul {
  list-style: none;
  margin-left: 0px;
}

.line-row li {
  padding-bottom: 10px;
  border-bottom: 1px dotted #999;
  margin-bottom: 10px;
}}


body.landing-page .header-wrap {
  background: url(//157563.fs1.hubspotusercontent-na1.net/hub/157563/file-1655662553-jpg/bead-landing-bg_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 227px;
  padding-top: 0;
}
body.landing-page .landing-page-share-section {
  height: 85px;
  padding: 16px 0;
}
body.landing-page .landing-page-share-section h4 {
  margin-bottom: 0;
}
body.landing-page .landing-page-social-sharing i {
  font-size: 34px;
}
body.landing-page .footer {
  padding: 22px 0;
}
@media (max-width: 768px) {
  body.landing-page .footer {
    padding: 60px 20px;
  }
}

body.thankyou-page .header-wrap {
  background: url(//157563.fs1.hubspotusercontent-na1.net/hub/157563/file-1655662553-jpg/bead-landing-bg_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 319px;
}
body.thankyou-page .thank-you-buttons-wrap {
  margin-bottom: 48px;
}
body.thankyou-page .thank-you-buttons-wrap .thank-you-buttons-content-wrap {
  padding-bottom: 48px;
  border-bottom: 1px solid #2d2d2d;
}
body.thankyou-page .thank-you-buttons-wrap .thank-you-buttons-content-wrap .thank-you-messaging {
  text-align: center;
}

.post-body a.more-link {
  font-size: 18px;
  font-weight: 600;
}

.blog-section .custom_listing_comments{
  display:none;
}

.post-body img {
  padding: 10px;
}

.bead-blog-listing-wrap .post-item {
  margin: 60px 0;
  border-bottom: 1px solid black;
  padding-bottom: 60px;
}

.blue-form {
  background-color: #0a5ea3 !important;
  background-image: none !important;
  border-radius: 20px !important;
  display: block !important;
  padding-bottom: 25px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  padding-top: 25px !important;
  color: #ffffff;}

.cta_button {
  font-family: "Raleway", sans-serif !important;
  border-radius:34px !important;
  text-transform:capitalize !important;
}

.cta_button_2 {
  font-family: "Raleway", sans-serif !important;
  border-radius:34px !important;
  text-transform:capitalize !important;
}

.section-tabs {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  padding: 0 20px;
  height:auto;
}

.LP_2024_H1{padding-top:60px;}
.LP_2024_H1 h1{font-size: 2.375rem;margin-bottom: 0.60789rem;}



/* Homepage Video */

.homepage_video_body .header-primary { max-width:100%!important; }
.homepage_video_body .logo { padding:0px 0px 0px 15px; }
.homepage_video_body .header_quote { padding:25px 15px 0px 0px; text-align:right; }
.homepage_video_body .header_quote a:link, .header_quote a:visited, .header_quote a:hover, .header_quote a:active { display:inline-block; padding:10px 15px; color:#FFFFFF!important; font-size:14px; line-height:14px; font-weight:700; text-decoration:none; border:none; border-radius:17px; background:#eb5050; float:right; }
.homepage_video { margin:0px!important; }
.homepage_video .row-fluid-wrapper { margin:0px!important; }
.homepage_video .row-fluid { min-height:600px; margin:0px!important; padding:0px 0px 40% 0px!important; position:relative; overflow:hidden!important; float:none!important; background:#DDD!important; }
.homepage_video_block { margin:0px!important; position:absolute; top:0px; bottom:0px; left:0px; right:0px; }
.homepage_video_player { position:absolute; top:0px; bottom:0px; left:0px; right:0px; z-index:1; }
.homepage_video_player video { min-width:100%; max-width:none!important; min-height:700px; }
.homepage_video_mask { width:100%; background:rgba(0,70,136,0.75); z-index:2; top:0px; bottom:0px;position:absolute; }
.homepage_video_text { display:block!important; width:90%!important; max-width:1100px; margin:0px auto; padding:0px; color:#FFF; font-size:26px; line-height:38px; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); }
.homepage_video_text h1 { margin:0px 0px 30px 0px; color:#FFF; font-size:55px; line-height:65px; font-weight:900; }
.homepage_video_text a:link, .homepage_video_text a:visited { display:inline-block; padding:10px 30px; color:#FFFFFF; font-size:16px; line-height:16px; font-weight:700; text-decoration:none; border:2px solid #FFF; border-radius:18px; background:none; }
.homepage_video_text a:hover, .homepage_video_text a:active { display:inline-block; padding:10px 30px; color:#ffffff!important; font-size:16px; line-height:16px; font-weight:700; text-decoration:none; border:2px solid #eb5050; border-radius:18px; background:#eb5050; }
.homepage_products { margin:0px 0px 45px 0px!important; padding:40px 0px; text-align:center; background:#000; }
.homepage_products h2 { margin:0px 20px 40px 20px; color:#FFF; font-size:30px; line-height:35px; font-weight:900; }
.homepage_product_cta { max-width:1100px; margin:0px auto!important; float:none!important; }

@media (max-width: 990px) {
  .homepage_video_body .header_quote { display:none; }
}
@media (max-width: 768px) {
 
  .homepage_video_body #slab-trigger { top:30px!important; }
  .homepage_video_text { font-size:18px; line-height:28px; }
  .homepage_video_text h1 { margin:0px 0px 20px 0px; font-size:32px; line-height:42px; }
  .homepage_video_text a:link, .homepage_video_text a:visited { padding:10px 20px; font-size:15px; }
  .homepage_video_text a:hover, .homepage_video_text a:active { padding:10px 20px; font-size:15px; }

}
body {
  overflow-x: hidden; 
}
.header-container-wrapper {
  position: relative;
}
@media  (min-width: 768px) {
  .headerNew .btn-group .row-fluid {
    display: flex;
    justify-content: flex-end;  
  }
  .headerNew .btn-group .row-fluid:after,
  .headerNew .btn-group .row-fluid:before {
    display: none; 
  }
  .headerNew .header-primary > div > .row-fluid{
    display: flex;
  }
  .headerNew .header-primary > div > .row-fluid:after,
  .headerNew .header-primary > div > .row-fluid:before {
    display: none;  
  }
  .headerNew .btn-group,
  .headerNew .nav,
  .headerNew .logo {
    width: auto !important;
  }
  .headerNew .logo,
  .headerNew .btn-group {
    flex-shrink: 0;
  }
  .headerNew .logo a {
    padding: 0 !important;
  }
  .headerNew .nav {
    flex-grow: 1;
    flex-basis: 0; 
  }
  .headerNew .nav,
  .headerNew .logo{
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0 !important;
    *margin-left: 0 !important;
  }
  .headerNew .btn-group {
    padding: 25px 15px 0 !important;
    margin: 0 !important;
  }
  .headerNew .btn-group .span6{
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important; 
  }
  .headerNew .hs-menu-flow-horizontal > ul {
    display: flex; 
    justify-content: center;
  }
  .headerNew .hs-menu-flow-horizontal > ul > li > a {
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.5px; 
    font-size: 17px; 
  }
  .homepage_video_body .headerNew  .header_quote {
     margin: 0 0 0 7px !important;
  }
  .homepage_video_body .headerNew  .header_quote a {
    font-size: 14px !important;
    text-transform: capitalize !important; 
   
  }
  .homepage_video_body .headerNew  .header_quote:first-child {
    margin: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .headerNew .nav {
    padding-left:  0 !important;
    padding-right:  0 !important;
  }
  .headerNew .hs-menu-flow-horizontal > ul > li > a {
    font-size: 13px; 
  }
  .header-primary .logo img {
    width: 180px !important;
    margin-top: 18px; 
  }
}
@media (min-width: 1280px) {
  .headerNew .hs-menu-flow-horizontal > ul  {
    margin: 0 -15px;
  }
  .headerNew .hs-menu-flow-horizontal > ul > li {
    margin: 0 15px;
  }  
}
/* Staging Page Css moved here for implement all the pages which are already published */
@media screen and (max-width: 1150px) {
  .headerNew .hs-menu-flow-horizontal > ul > li > a {
    font-size: 16px;
  }
  .headerNew .header-primary > div > .row-fluid {
    flex-flow: row wrap;
    display: flex;
    justify-content: space-between;
  }
  .headerNew .header-primary > div > .row-fluid .logo {
    flex: 0 0 auto;
    float: none;
  }
  .headerNew .header-primary > div > .row-fluid .nav {
    flex: 0 0 auto;
    float: none;
  }
  .headerNew .header-primary > div > .row-fluid .btn-group {
    flex: 0 0 auto;
    float: none;
  }
  .headerNew .header-primary > div > .row-fluid .btn-group .row-fluid {
    display: flex;
  }
  .headerNew .header-primary > div > .row-fluid .btn-group .row-fluid .span2 {
    width: auto;
    flex: 0 0 auto;
  }
  .headerNew .header-primary > div > .row-fluid .btn-group .row-fluid .span10 {
    flex: 0 0 auto;
    width: auto;
  }
  .headerNew .header-primary > div > .row-fluid .btn-group .row-fluid .header-search-form {
    min-width: 34px;
  }
}
@media screen and (max-width: 1100px) {
  /*   .headerNew .header-primary>div>.row-fluid {
  justify-content: normal;
} */
  .headerNew .header-primary>div>.row-fluid .btn-group .row-fluid .span10 {
    display: none;
  }
  .content-wrap {
    padding: 0;
  }
	.content-wrap.whynopadputitback{padding-left:20px;padding-right:20px;}
}
@media screen and (max-width: 767px) {
  .headerNew .header-primary>div>.row-fluid {
    align-items: center;
    justify-content: space-between;
  }
  .headerNew .header-primary > div > .row-fluid .nav {
    display: none !important;
  }
  .headerNew .header-primary>div>.row-fluid:before,
  .headerNew .header-primary>div>.row-fluid:after {
    display: block;
    content: inherit;
  }
  .headerNew .header-primary>div>.row-fluid .btn-group {
    margin: 18px 80px 0 0;
  }
  .headerphone{width:100% !important;margin:13px 68px -22px 0}
}
@media screen and (max-width: 354px) {
  .headerNew .header-primary > div > .row-fluid .btn-group .row-fluid .span2 {
    display: none;
  }
}
/* body.slab-container #slab-trigger {
    display: none;
}
body.slab-container .header__menu {
   display: none; 
} */

/*2024*/
.imgback{background-size:cover;background-position:center;background-repeat:no-repeat;}
.normalheading{font-weight:700;}
.fakelink{color:#EC4F4F;}
.socialsvg{fill:#EC4F4F;}
a:hover .socialsvg{fill:#fff;}

.contentLP_2024_gray{background:#f8f8f7;margin-bottom:40px;padding:40px 0px;}
.contentLP_2024 h2{font-size:28px;line-height:1.5em;font-weight:bold;}
.contentLP_2024 h3{font-size:20px;line-height:1.5em;font-weight:bold;color:#ec4f4f;margin-bottom:5px;}
.contentLP_2024 p{font-size:18px;line-height:1.5em;}
.contentLP_2024 .two-columns-holder{padding:0px 0px 30px;}
.contentLP_2024 .hs_cos_wrapper_type_module{padding-top:30px;}
.contentLP_2024 .hs_cos_wrapper_type_module:first-of-type{padding-top:0px;}


/*2025*/
#template_level_2025_hero.homepage_video{margin-bottom:70px !important;}
.template_level_2025 h2{font-weight:bold;line-height:1.3;}
.template_level_2025 p{margin-bottom:30px;}
.template_level_2025 p,.template_level_2025 ul{font-size:23px;line-height:1.6;}

.template_level_2025 .imglinks span{background:#ffffff;color:#0059a9;font-size:16px;}
.template_level_2025 .testimonial_slide_2025{font-size:23px;line-height:1.6;}

.blue_text{color:#0059a9;}
.red_text{color:#EC4F4F;}

.align_center_2025{text-align:center !important;}

.button_2025_container{}
.button_2025{white-space:nowrap;padding:10px 30px;color:##0059a9;font-size:16px;line-height:16px;font-weight:700;text-decoration:none;border:2px solid #FFF;border-radius:18px;background:none;}
.button_blue_2025{background:#0059a9;border-color:#0059a9;color:#ffffff;}
a.button_blue_2025:hover{background:#ffffff;border-color:#ffffff;color:#0059a9 !important;}
.button_red_2025{background:#EC4F4F;border-color:#EC4F4F;color:#ffffff;}
a.button_red_2025:hover{background:#ffffff;border-color:#ffffff;color:#EC4F4F;}
.button_white_2025{background:#ffffff;border-color:#ffffff;color:#0059a9;}
a.button_white_2025:hover{background:none;color:#ffffff !important;}
.button_white_alt_2025{background:none;border-color:#ffffff;color:#ffffff;}
a.button_white_alt_2025:hover{background:#ffffff;color:#0059a9 !important;}

.homepage_video_text a:link.button_white_2025, .homepage_video_text a:visited.button_white_2025{background:#ffffff !important;border-color:#ffffff !important;color:#0059a9 !important;}
.homepage_video_text a:hover.button_white_2025, .homepage_video_text a:active.button_white_2025{color: #ffffff !important;border: 2px solid #EC4F4F !important;background:#EC4F4F !important;}

.horizontal_image_center_container{text-align:center;}
.horizontal_image_center_item_pins{display:inline-block;width:230px;height:230px;margin:5px;}
.horizontal_image_center_item_pins_bg_image{background-size:cover !important;background-position:center center !important;width:230px;height:164px;}
.horizontal_image_center_item_v1_bg_image{display:inline-block;background-size:cover !important;background-position:center center !important;width:215px;height:215px;margin:15px;border-radius:50%;border:8px solid #0059a9;}

.cta_build_it_with_bead_rq_blue_2025{background:#0059a9;box-sizing:border-box;padding:40px;color:#ffffff;}
.cta_build_it_with_bead_rq_blue_2025 h2{font-weight:normal;}

.panel_ParallaxImage_half_text_2025{background-color:#000000 !important;background-attachment:fixed !important;background-position:50% 50% !important;background-repeat:no-repeat !important;background-size:cover !important;}
.panel_ParallaxImage_half_text_inner_2025{float:left;width:600px;background:#ffffff;margin-top:150px;margin-bottom:150px;box-sizing: border-box;padding:40px;position:relative;padding-bottom:180px;}
.panel_ParallaxImage_half_text_inner_2025 .horizontal_image_center_container{position:absolute;bottom:-80px;left:-68px;width:745px;right:-68px;}

#panel_testimonial_slider_2025{background:#0059a9;color:#ffffff;padding-top:70px;padding-bottom:70px;margin-bottom:70px;}
#panel_testimonial_slider_2025 .bx-wrapper{background:#0059a9;margin-bottom:0;border:0px solid #fff;-moz-box-shadow:0 0 0px #ccc;-webkit-box-shadow:0 0 0px #ccc;box-shadow:0 0 0px #ccc;}
#panel_testimonial_slider_2025 h2{font-weight:normal;text-align:center;padding-bottom:30px;}
#panel_testimonial_slider_2025 cite{text-align:right;padding-top:30px;margin-top:30px;}
#panel_testimonial_slider_2025 .maxWidth_2025{position:relative;box-sizing:box-border;padding-left:120px;padding-right:120px;}
#panel_testimonial_slider_2025  .bx-prev{position:absolute;top:40%;left:0;}
#panel_testimonial_slider_2025 .bx-next{position:absolute;top:40%;right:0;}

.panel_customizable_pin_features{background:#f8f8f7;margin-top:70px;margin-bottom:70px;padding-top:60px;padding-bottom:60px;text-align:center;}
.panel_customizable_pin_features h2{color:#0059a9;}
.panel_customizable_pin_features h3{font-size: 25px;font-weight: bold;margin-top: 50px;margin-bottom: 20px;}
.panel_customizable_pin_features h4{color:#0059a9;font-size:16px;font-weight:bold;margin-top:15px;margin-bottom:0px;}
.panel_customizable_pin_features .button_container_2025{margin-top:40px;}

.panel_pin_delivery_options_button{margin-top:40px;margin-bottom:70px;}

.panel_background_image_process{background-size:cover !important;background-position:center center !important;margin-top:70px;margin-bottom:70px;color:#ffffff;}
.panel_background_image_process_shade{background-color:rgba(0,0,0,.85);padding-top:60px;padding-bottom:60px;}
.panel_background_image_process h2{color:#ffffff;}
.panel_background_image_process p{color:#ffffff;}
.panel_background_image_process ul{color:#ffffff;}
.process_data_container .edit_3:first-of-type{margin-left:0!important;}
.process_data_value{font-size:60px;color:#ffffff;font-weight:bold;text-align:center;}
.process_data_text{font-size:23px;color:#ffffff;text-align:center;}

.panel_two_pages_or_posts_container_2025{}
.panel_two_pages_or_posts_container_2025 h2{margin-bottom:40px;}
.panel_two_pages_or_posts_container_2025 .two-column-img{height:450px;display:grid;place-items: center;}
.panel_two_pages_or_posts_container_2025 .two-column-img-shade{background:rgba(0, 0, 0, .5);position:absolute;top:0;bottom:0;left:0;right:0;}
.panel_two_pages_or_posts_container_2025 .two-column-img h3{color:#ffffff;line-height:1.2;z-index:1;margin:0;width:90%;}
.panel_two_pages_or_posts_container_2025 .two-column-img h3 a{color:#ffffff;font-weight:bold;}

.panel_two_pages_or_posts_container_2024{margin-top:60px;}
.panel_two_pages_or_posts_container_2024 h2{margin-bottom:40px;font-weight:bold;}
.panel_two_pages_or_posts_container_2024 .two-column-img{height:450px;display:grid;place-items: center;}
.panel_two_pages_or_posts_container_2024 .two-column-img-shade{background:rgba(0, 0, 0, .5);position:absolute;top:0;bottom:0;left:0;right:0;}
.panel_two_pages_or_posts_container_2024 .two-column-img h3{color:#ffffff;line-height:1.2;z-index:1;margin:0;width:90%;}
.panel_two_pages_or_posts_container_2024 .two-column-img h3 a{color:#ffffff;font-weight:bold;}

.panel_four_columns_edit_2025{padding-bottom:110px;max-width:1300px;margin:0 auto;}
.panel_four_columns_edit_2025 .column .column-inner .cta-holder{bottom: -20px;position: absolute;right:0;width:180px;left:0;margin:0 auto;}
.panel_four_columns_edit_2025 a.interactive-button{background:#EC4F4F;border-color:#EC4F4F;color:#ffffff;}
.panel_four_columns_edit_2025 a.interactive-button:hover{background:#ffffff;border-color:#ffffff;color:#EC4F4F;}

.panel_offer_ext_edit_v1{}
.crimp_contact_pins_page_edit1 .image-content img{margin-top:-60px;}
.end_to_end_pins_page_edit1{position:relative;padding-bottom:130px;padding-top:40px;}
.end_to_end_pins_page_edit1 .image-content img{position: absolute;top:-344px;width:54%;z-index: -1;left:0;}
.maxWidth_2025.end_to_end_pins_edit_2{max-width:1040px;}
.slimline_bulb_benefits_edit_2025 .two-columns-holder{max-width:625px;margin:auto;}
.slimline_bulb_benefits_edit_2025 .two-columns-holder li{font-weight:bold;color:#EC4F4F;text-transform:uppercase;}
.true_grip_pins_shine_edit1 .two-columns-holder{padding-bottom:10px;}

.footer-contact__social{margin-top:30px;padding-left:30px;}
.footer-copyright{padding-left:30px;padding-bottom:30px;}

@media screen and (max-width:1400px){
  .end_to_end_pins_page_edit1{padding-bottom: 10%;padding-top: 40px;}
.end_to_end_pins_page_edit1 .image-content img{top:-272px;width:57%;z-index:-1;left:0;}
}
@media screen and (max-width:1024px){
  #template_level_2025_hero.homepage_video{margin-bottom:5% !important;}
  .panel_background_image_process{margin-top:5%;margin-bottom:5%;}
  .panel_background_image_process_shade{padding-left:30px;padding-right:30px;box-sizing:border-box;}
  .panel_customizable_pin_features{padding-left:30px;padding-right:30px;box-sizing:border-box;margin-top:5%;margin-bottom:5%;}
  .panel_rich_text_2025{padding-left:30px;padding-right:30px;box-sizing:border-box;}
  .panel_ParallaxImage_half_text_2025{background-attachment: initial !important;}
  .panel_ParallaxImage_half_text_inner_2025{width:100%;margin-top:15%;margin-bottom:15%;}
  .panel_ParallaxImage_half_text_inner_2025 .horizontal_image_center_container{position:absolute;bottom:-80px;left:0;width:100%;right:0;}
  .panel_two_pages_or_posts_container_2025 .two-column-img{height:400px;}
  .panel_two_pages_or_posts_container_2024 .two-column-img{height:400px;}
  .end_to_end_pins_page_edit1 .image-text .text-content{width: 100% !important;display:block !important;text-align:center;}
  .end_to_end_pins_page_edit1 .image-text .text-content p {max-width:100% !important;}
    .end_to_end_pins_page_edit1 .image-text .text-image{width: 100% !important;display:block !important;text-align:center;}
.end_to_end_pins_page_edit1 .image-content img{top: 0;width: 600px;z-index: -1;left: 0;position: relative;margin: 0 auto;}
  .end_to_end_pins_page_edit1{padding-bottom: 0;}
}
@media screen and (max-width:767px){
  .template_level_2025 h2{font-size:23px;line-height:1.2;}
  .template_level_2025 p,.template_level_2025 ul{font-size:18px;line-height:1.4;}
  .template_level_2025 .testimonial_slide_2025{font-size:18px;line-height:1.4;}
  .process_data_value{font-size:40px;}
  .process_data_text{font-size:18px;}
  .panel_customizable_pin_features h3{font-size:23px;line-height:1.2;margin-top:40px;}
  .two-column-img-shade h3{font-size:23px;line-height:1.2;left:50%;transform:translate(-50%, -50%);}
  .panel_ParallaxImage_half_text_inner_2025{margin-top:60px;margin-bottom:60px;}
  .panel_ParallaxImage_half_text_inner_2025 .horizontal_image_center_container{bottom:-20px;left:0;width:100%;right:0;}
   .horizontal_image_center_item_v1_bg_image{width:190px;height:190px;margin:5px;border:4px solid #0059a9;}
  .panel_two_pages_or_posts_container_2025 .two-column-img{height:auto;padding-top:20%;padding-bottom:20%;}
  .panel_two_pages_or_posts_container_2024 .two-column-img{height:auto;padding-top:20%;padding-bottom:20%;}
  
  .crimp_contact_pins_page_edit1 .image-content img{margin-top:0px;}
  .end_to_end_pins_page_edit1 .image-content img{margin-top:0px;}
  
  .footer-contact__social{padding-left:30px;padding-right:30px;text-align:center;}
  .footer-copyright{padding-left:30px;padding-right:30px;text-align:center;}
}
@media screen and (max-width:650px){
  .panel_ParallaxImage_half_text_inner_2025{padding-bottom:0;}
  .panel_ParallaxImage_half_text_inner_2025 .horizontal_image_center_container{display:none;}
  .panel_background_image_process_shade .hs-embed-wrapper{max-width:100% !important;min-width:100% !important;}
  #panel_testimonial_slider_2025 .maxWidth_2025{padding-left:60px;padding-right:60px;}
}