

@font-face {
  font-family:Calibri;
  src: url(https://www.elpro.cloud/hubfs/Leading%20Minds%20Network%202021/Fonts/Calibri%20Light.woff);
  font-weight:300;
}
@font-face {
  font-family:Calibri;
  src: url(https://www.elpro.cloud/hubfs/Leading%20Minds%20Network%202021/Fonts/Calibri%20Regular.woff);
  font-weight:400;
}
@font-face {
  font-family:Calibri;
  src: url(https://www.elpro.cloud/hubfs/Leading%20Minds%20Network%202021/Fonts/Calibri%20Bold.woff);
  font-weight:700;
}

 

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .hs-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;}


element.style {
}
.bottom-cta-section a.cta_button {
  margin-bottom: 15px !important;
}
.cta-top-space img {
  width: 100%;
}
.mobile-cta-section .left-cta {
  margin-bottom: 10px;
}

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

/*--------- SIZING ----------*/

 

/*--------- NAVBAR COLORS ----------*/

 
 
 
 
 

/*--------- Theme Base Colors ----------*/

 
 
 
 
 
 



body{
  padding:0;
  font-size: 16px ;
  line-height: 1.4;
  overflow-x:hidden;
  font-weight:300;
  -webkit-font-smoothing: antialiased;
  font-family: 'Calibri', sans-serif; ;
  width:100%;
  letter-spacing:.5px;
  background: #fff ;
  margin:0 auto;
  max-width:100%;
  color:#3a3a39;
}

.row-fluid [class*="span"].wrapper{
  width: 100%;
  max-width: 1200px;
  margin-left:auto;
  margin-right:auto;
  float: none;
  padding-left:15px;
  padding-right:15px;
}

h1,h2,h3,h4,h5,h6,p,a{
  text-transform:initial;
  margin:0;
  padding:0;
  text-decoration:none;
  /*margin-bottom:15px;*/
}

h1,h4,h5,h6{
  color:#e41919;
}

li strong {
  font-weight: 900;
}
strong {
  font-weight: 900;
}

.body-container-wrapper ul,.body-container-wrapper li{
  margin-bottom:15px;
}

body a{
  color: #e41919;
  margin-bottom:0;    
  //text-decoration:underline;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
}

h1{
  font-size: 40px;
  line-height: 46px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 0px;
  color: #E41919;
  text-align: center;
}

h2{
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 0;
  color: #E41919;
  text-align: center;
}

h3{
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 0;
  color: #3a3a39;
  text-align: center;
}

h4{
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  color: #3a3a39;
  text-align: left;
}

h5{
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0;
  color: #3a3a39;
  text-align: center;
}

h6{
  font-size: 18px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: 0;
  color: #3a3a39;
  text-align: left;
}

p,
.body-container-wrapper li{
  font-size: 16px;
  line-height: 24px;
  color: #3A3A39;
  font-weight: 400;
}
p {
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
  color: #3a3a39;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
.para_one,.para_one p {
  font-size: 16px;
  line-height: 24px;
  color: #3A3A39;
  font-weight: 400;
  text-align: center;
}

.para_two,.para_two p {
  font-size: 22px;
  line-height: 28px;
  color: #3A3A39;
  font-weight: 400;
}

.para_three,.para_three p {
  font-size: 16px;
  line-height: 24px;
  color: #3A3A39;
  font-weight: 700;
}

.red_box_heading {
  font-size: 44px;
  line-height: 48px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
}
.red_box_sub_head {
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
}

h3+p{
  margin-top:15px;
}

.body-container-wrapper {
  background:#fff;
  overflow:hidden;
  position:relative;
  z-index:2;
}

.body-container-wrapper ul{
  padding:0;
  text-decoration:none;
  margin:20px 0;
  list-style: none;
}

.body-container-wrapper ol{
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;    
}

.body-container-wrapper li{
  margin-left:26px;
  margin-bottom:8px;
  position: relative;
  z-index: 1;
}

.body-container-wrapper li:before{
  content:'';
  position: absolute;
  top: 6px;
  left: -20px;
  background: url('https://5859635.fs1.hubspotusercontent-na1.net/hubfs/5859635/Assest-19/arrows.svg')no-repeat;
  background-size: cover;
  background-position: center;
  width:6px ;
  height: 9px;
}

.body-container-wrapper ol li:before{
  display:none;
}

.no-list-style ul{
  margin:0;    
  list-style:none;
}

.no-list-style li{
  margin:0;
}

.body-container-wrapper a{
  color:#e41919;
  transition: all ease-in-out .2s;
}

.body-container-wrapper a:hover{
  opacity:.9; 
}



blockquote,
blockquote p{
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  margin-top: 70px ;
  margin-bottom: 70px ;
  position: relative;
  display: block;
  color: #E41919;
  border-left: none;
  text-align:center;
}
blockquote p{
  padding: 0;
  border: none;
  margin:0px;

}
blockquote:before{
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjM0cHgiIGhlaWdodD0iMjZweCIgdmlld0JveD0iMCAwIDM0IDI2IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4NCiAgICA8dGl0bGU+4oCePC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPGcgaWQ9IjAxX0xheW91dHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iMl9BcHBsaWNhdGlvbnMvRUxQUk9fQXBwbGljYXRpb25zX1ImYW1wO0QtUHJvZHVjdGlvbl8yMDE4LjA1LjA4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjI0LjAwMDAwMCwgLTI2MzAuMDAwMDAwKSIgZmlsbD0iI0U1MTkxQSI+DQogICAgICAgICAgICA8ZyBpZD0iWml0YXQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuMDAwMDAwLCAyNTcwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik02NTcsNjQuMTEzMjgxMiBDNjU3LDY1LjE2Mjc2NTcgNjU2Ljk0OTg0NCw2Ni4xMTkxMzYzIDY1Ni44NDk1Myw2Ni45ODI0MjE5IEM2NTYuNzQ5MjE2LDY3Ljg0NTcwNzQgNjU2LjU5MDM4OCw2OC42NjY2NjI4IDY1Ni4zNzMwNDEsNjkuNDQ1MzEyNSBDNjU2LjE1NTY5NCw3MC4yMjM5NjIyIDY1NS44NTQ3NTYsNzAuOTk0MTM2OCA2NTUuNDcwMjE5LDcxLjc1NTg1OTQgQzY1NS4wODU2ODMsNzIuNTE3NTgxOSA2NTQuNjI1OTE3LDczLjMyMTYxMDQgNjU0LjA5MDkwOSw3NC4xNjc5Njg4IEw2NDcuMjY5NTkyLDg0LjUyNzM0MzggQzY0Ny4xMzU4NDEsODQuNzk4MTc4NCA2NDYuOTYwMjk0LDg1LjAxODIyODMgNjQ2Ljc0Mjk0Nyw4NS4xODc1IEM2NDYuNTI1Niw4NS4zNTY3NzE3IDY0Ni4yNjY0NTksODUuNTAwNjUwNCA2NDUuOTY1NTE3LDg1LjYxOTE0MDYgQzY0NS42NjQ1NzUsODUuNzM3NjMwOCA2NDUuMzEzNDgyLDg1LjgzMDcyODggNjQ0LjkxMjIyNiw4NS44OTg0Mzc1IEM2NDQuNTEwOTcsODUuOTY2MTQ2MiA2NDQuMDA5NDA3LDg2IDY0My40MDc1MjQsODYgQzY0Mi44NzI1MTYsODYgNjQyLjQyOTQ2OSw4NS45NzQ2MDk2IDY0Mi4wNzgzNyw4NS45MjM4MjgxIEM2NDEuNzI3MjcxLDg1Ljg3MzA0NjYgNjQxLjQ1OTc3MSw4NS43ODg0MTIxIDY0MS4yNzU4NjIsODUuNjY5OTIxOSBDNjQxLjA5MTk1Myw4NS41NTE0MzE3IDY0MSw4NS4zOTA2MjYgNjQxLDg1LjE4NzUgQzY0MSw4NC45ODQzNzQgNjQxLjA1MDE1Niw4NC43NDczOTcyIDY0MS4xNTA0Nyw4NC40NzY1NjI1IEw2NDcuNzcxMTYsNzAuNTYyNSBMNjQ3Ljc3MTE2LDY0LjExMzI4MTIgQzY0Ny43NzExNiw2My4yMzMwNjg1IDY0Ny44NTQ3NTQsNjIuNTIyMTM4MSA2NDguMDIxOTQ0LDYxLjk4MDQ2ODggQzY0OC4xODkxMzQsNjEuNDM4Nzk5NCA2NDguNDY0OTkzLDYxLjAyNDA5IDY0OC44NDk1Myw2MC43MzYzMjgxIEM2NDkuMjM0MDY3LDYwLjQ0ODU2NjMgNjQ5LjcxODkxLDYwLjI1MzkwNjggNjUwLjMwNDA3NSw2MC4xNTIzNDM4IEM2NTAuODg5MjQsNjAuMDUwNzgwNyA2NTEuNTk5Nzg3LDYwIDY1Mi40MzU3MzcsNjAgQzY1My4yMDQ4MTEsNjAgNjUzLjg4MTkyLDYwLjA1MDc4MDcgNjU0LjQ2NzA4NSw2MC4xNTIzNDM4IEM2NTUuMDUyMjUsNjAuMjUzOTA2OCA2NTUuNTI4NzM0LDYwLjQ0ODU2NjMgNjU1Ljg5NjU1Miw2MC43MzYzMjgxIEM2NTYuMjY0MzcsNjEuMDI0MDkgNjU2LjU0MDIyOSw2MS40Mzg3OTk0IDY1Ni43MjQxMzgsNjEuOTgwNDY4OCBDNjU2LjkwODA0Nyw2Mi41MjIxMzgxIDY1Nyw2My4yMzMwNjg1IDY1Nyw2NC4xMTMyODEyIFogTTYzOSw2NC4xMTMyODEyIEM2MzksNjUuMTYyNzY1NyA2MzguOTQ5OTMxLDY2LjExOTEzNjMgNjM4Ljg0OTc5MSw2Ni45ODI0MjE5IEM2MzguNzQ5NjUyLDY3Ljg0NTcwNzQgNjM4LjU5MTEsNjguNjY2NjYyOCA2MzguMzc0MTMxLDY5LjQ0NTMxMjUgQzYzOC4xNTcxNjIsNzAuMjIzOTYyMiA2MzcuODU2NzQ3LDcwLjk5NDEzNjggNjM3LjQ3Mjg3OSw3MS43NTU4NTk0IEM2MzcuMDg5MDExLDcyLjUxNzU4MTkgNjM2LjYzMDA0NCw3My4zMjE2MTA0IDYzNi4wOTU5NjcsNzQuMTY3OTY4OCBMNjI5LjI4NjUwOSw4NC41MjczNDM4IEM2MjkuMTUyOTksODQuNzk4MTc4NCA2MjguOTc3NzQ4LDg1LjAxODIyODMgNjI4Ljc2MDc3OSw4NS4xODc1IEM2MjguNTQzODEsODUuMzU2NzcxNyA2MjguMjg1MTIsODUuNTAwNjUwNCA2MjcuOTg0NzAxLDg1LjYxOTE0MDYgQzYyNy42ODQyODIsODUuNzM3NjMwOCA2MjcuMzMzNzk5LDg1LjgzMDcyODggNjI2LjkzMzI0MSw4NS44OTg0Mzc1IEM2MjYuNTMyNjgyLDg1Ljk2NjE0NjIgNjI2LjAzMTk5Miw4NiA2MjUuNDMxMTU0LDg2IEM2MjQuODk3MDc3LDg2IDYyNC40NDY0NTUsODUuOTc0NjA5NiA2MjQuMDc5Mjc3LDg1LjkyMzgyODEgQzYyMy43MTIwOTgsODUuODczMDQ2NiA2MjMuNDQ1MDYzLDg1Ljc4ODQxMjEgNjIzLjI3ODE2NCw4NS42Njk5MjE5IEM2MjMuMTExMjY1LDg1LjU1MTQzMTcgNjIzLjAxOTQ3Miw4NS4zOTA2MjYgNjIzLjAwMjc4Miw4NS4xODc1IEM2MjIuOTg2MDkyLDg0Ljk4NDM3NCA2MjMuMDQ0NTA2LDg0Ljc0NzM5NzIgNjIzLjE3ODAyNSw4NC40NzY1NjI1IEw2MjkuNzg3MjA0LDcwLjU2MjUgTDYyOS43ODcyMDQsNjQuMTEzMjgxMiBDNjI5Ljc4NzIwNCw2My4yMzMwNjg1IDYyOS44NzA2NTMsNjIuNTIyMTM4MSA2MzAuMDM3NTUyLDYxLjk4MDQ2ODggQzYzMC4yMDQ0NTEsNjEuNDM4Nzk5NCA2MzAuNDc5ODMxLDYxLjAyNDA5IDYzMC44NjM3LDYwLjczNjMyODEgQzYzMS4yNDc1NjgsNjAuNDQ4NTY2MyA2MzEuNzMxNTY5LDYwLjI1MzkwNjggNjMyLjMxNTcxNiw2MC4xNTIzNDM4IEM2MzIuODk5ODY0LDYwLjA1MDc4MDcgNjMzLjYwOTE3NSw2MCA2MzQuNDQzNjcyLDYwIEM2MzUuMjQ0Nzg4LDYwIDYzNS45MjkwNjUsNjAuMDUwNzgwNyA2MzYuNDk2NTIzLDYwLjE1MjM0MzggQzYzNy4wNjM5ODEsNjAuMjUzOTA2OCA2MzcuNTMxMjkyLDYwLjQ0ODU2NjMgNjM3Ljg5ODQ3LDYwLjczNjMyODEgQzYzOC4yNjU2NDksNjEuMDI0MDkgNjM4LjU0MTAyOCw2MS40Mzg3OTk0IDYzOC43MjQ2MTgsNjEuOTgwNDY4OCBDNjM4LjkwODIwNyw2Mi41MjIxMzgxIDYzOSw2My4yMzMwNjg1IDYzOSw2NC4xMTMyODEyIFoiIGlkPSLigJ4iPjwvcGF0aD4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==);
  display: block;
  position: absolute;
  max-width: 34px;
  top: -40px;
  margin-left: calc(50% - 18px);
}

/******************** CTA Styling ******************/

html body .white-cta a.cta_button[title],
html body .white-cta .container-fluid .row-fluid .cta_button[title]{    
  background-color:#fff !important;
  border-color:#fff !important;
  color:#000 !important;
}

html body .white-cta a.cta_button[title]:hover,
html body .white-cta .container-fluid .row-fluid .cta_button[title]:hover{ 
  color:#fff !important;
}

body a.cta_button[title],
body .container-fluid .row-fluid .cta_button[title],
.row-fluid form .hs_submit .actions input.hs-button{    
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 28px;
  font-weight: 400;
  cursor: pointer;
  font-family:  'Calibri', sans-serif; ;
  text-align: center;
  display: inline-block;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  background-color: #e41919;
  border: 2px solid ;  
  border-color:#e41919;  
  border-radius: 38px;
}

body a.cta_button[title]:hover,
body .container-fluid .row-fluid .cta_button[title]:hover,
.row-fluid form .hs_submit .actions input.hs-button:hover{
  background-color: #b50001 !important;
  border-color: #b50001 !important;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}

body .dark-cta a.cta_button{
  background:#0d2e4f;
  border-color:#0d2e4f;
}

.simple-cta a.cta_button,
.simple-cta a{
  background:transparent;
  border:0;
  padding:0;
  position:relative;
  color: #e41919;
  font-weight:400;
}
.simple-cta a:after{
  padding-left: 6px;
  content: '➞';
}   

/******************** CTA Styling End ******************/

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

.align-left {
  text-align:left;
}

.align-right {
  text-align:right;
}

.float-left{
  float:left;
}

.float-right{
  float:right;
}

.overlay{
  position:relative;
  z-index:1;
}

.overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:rgba(0, 0, 0, 0.66);
  z-index: -1;
}

.grey-bg{
  background:#f7f8f8;
}
.red-bg{
  background: #e41919;
}
.white-bg{
  background:#fff;
}

.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a{
  color:#fff;
}
.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a{
  margin:0;
}
.base-color-text h1,
.base-color-text h2,
.base-color-text h3,
.base-color-text p,
.base-color-text h4,
.base-color-text h5,
.base-color-text h6,
.base-color-text .fa,
.base-color-text a{
  color:#e41919;
}

.body-container-wrapper .all-text-white li:before{
  background:#fff;
}

body .container-fluid .row-fluid .pad-bottom{
  margin-bottom:80px;
}

body .container-fluid .row-fluid [class*="span"]{
  min-height:0;
}

.section-bg{
  background-size: cover!important;
  background-position: center center!important;
}

.section-bg .bg-image{
  display:none!important;
}

.section-padding{
  padding:60px 0;
}

.section-shadow{
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
}

.section-border{
  border-bottom:1px solid #e7e7e7;
}
.cta-margin{
  margin-top:50px;
}

body .container-fluid .row-fluid .section-heading.align-center {
  max-width: 840px;
  float: none;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:60px;
}

.section-heading p{
  font-size: 22px;
  font-weight: 300;
}

.section-heading h5{
  margin:0;
  font-size:18px;
  font-weight:500;
}

.space-left{
  padding-left:20px;
}

.space-right{
  padding-right:20px;
}

.space-top{
  padding-top:20px;
}

.space-bottom{
  padding-bottom:20px;
}


@media (min-width: 768px) {

  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }     
}

.inner-page-hero-section{
  padding:30px 0;
}

.inner-page-hero-section h1{
  margin:0;
  font-size:30px;
}

/*========================================================
Responsive Styling
========================================================*/

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

  .row-fluid [class*="span"].wrapper{
    padding-left:40px;
    padding-right:40px;
  }


  h1{
    font-size: 28px;
  }

  h2{
    font-size: 28px;
  }

  h3{
    font-size: 20px;
  }

  h4{
    font-size: 18px;
  }

  h5{
    font-size: 16px;
  }

  h6{
    font-size: 16px;
  }

  .section-padding {
    padding: 60px 0;
  }

  body .container-fluid .row-fluid .section-heading.align-center {
    margin-bottom: 30px;
  }

  p{
    font-size: 14px;
  }

  .body-container-wrapper li {
    font-size: 14px;
  }

  .section-heading p {
    font-size: 18px;
  }

  .cta-margin {
    margin-top: 30px;
  }
}

@media (max-width:767px){

  .row-fluid [class*="span"].wrapper{
    padding-left:20px;
    padding-right:20px;
  }

  h1{
    font-size: 24px;
  }

  h2{
    font-size: 24px;
  }

  h3{
    font-size: 20px;
  }

  h4{
    font-size: 18px;
  }

  h5{
    font-size: 16px;
  }

  h6{
    font-size: 16px;
  }

  .section-padding {
    padding: 30px 0;
  }

  .align-right {
    text-align: center;
  }

  .align-left {
    text-align: center;    
  }

  body .container-fluid .row-fluid .section-heading.align-center{
    margin-bottom: 30px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }

  .body-container-wrapper li {
    font-size: 14px;
    line-height: 24px;
  }

  .primary-banner {
    padding: 120px 0 40px;
  }

  .section-heading p {
    font-size: 16px;
  }

  .heading-underline {
    margin-bottom: 20px;
    padding-bottom: 2px;
  }

  .cta-margin {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .space-left{
    padding-left:0px;
  }

  .space-right{
    padding-right:0px;
  }
}

/*========================================  
Header Styling
========================================*/          

/*======Language Switcher Styling========*/

/*==En====*/

.en .english-header{
  display: block;
  opacity: 1;
  visibility: visible;
}

.en .english-logo{
  display: block;
  opacity: 1;
  visibility: visible;
}

.en .german-header{
  display: none;
  opacity: 0;
  visibility: hidden;
}

.en .german-logo{
  display: none;
  opacity: 0;
  visibility: hidden;
}


/*====De-De=======*/

.de .english-header{
  display: none;
  opacity: 0;
  visibility: hidden;
}

.de .english-logo{
  display: none;
  opacity: 0;
  visibility: hidden;
}

.de .german-header{
  display: block;
  opacity: 1;
  visibility: visible;
}

.de .german-logo{
  display: block;
  opacity: 1;
  visibility: visible;
}


@media (min-width:768px){

  .pth-header .header-logo{
    padding:16px 0;

  }
}


.pth-top-bar{
  padding:10px 0;
  background:#F7F8F8;
}

.pth-top-bar .widget-type-cta{
  margin:0;
  text-align:right;
}

.pth-top-bar a.cta_button{
  padding:9px 20px;
  font-size:12px;
}

.pth-top-bar .phone-number-container a span{
  font-weight:500;
} 

.pth-top-bar .phone-number-container .fa{
  color:#e41919;
  font-size: 20px;
  margin-right: 4px;    
}

@media (max-width:767px){

  .pth-top-bar .phone-number-container .fa {
    font-size: 14px;
    margin-right: 2px;
  }

  .pth-top-bar a.cta_button {
    padding: 3px 6px;
    font-size: 12px;
  }

  .pth-top-bar .phone-number-container {
    font-size: 12px;
  }

  body .row-fluid .pth-top-bar .phone-number-container{
    width: 48%;
    float: left;
    margin-top: 8px;
  }

  body .row-fluid .pth-top-bar .top-cta-container{
    width:40%;
    float:right;
  }
}

/*************************************
HEADER STYLING
*************************************/            



.pth-header{
  background:#fff ;
  border-bottom:1px solid #e7e7e7
}

.pth-header .logo{
  padding:10px 0;
}

.pth-header .head-cta{
  margin-top:0;
}

.pth-header .head-cta a.cta_button{
  padding: 12px 30px;    
  border:2px solid #e41919;
}

.pth-header .top-nav-container{
  margin-top:50px;
}

.pth-header .contact-info span{
  font-size:12px;
}

.pth-header .contact-info span .fa{
  margin-right: 7px;
  width: 12px;
  text-align: center;
  font-size: 16px;
  position: relative;
  top: 1px;
}

@media (min-width:768px){

  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul>li>a{
    font-size: 14px;
    padding: 30px 12px;
    line-height:1;
    font-weight:400;
    color: #000 ;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    border-top:3px solid #e41919;
  }

  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    line-height: 0;
  }

  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children>a{
    position:relative;
    margin-right:12px;
  }

  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:before{
    position: absolute;
    content: '\f107';
    font-family:FontAwesome;
    top: -2px;
    bottom: 0;
    right: 12px;
    font-size: 14px;
    color: #e41919;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children>a:before{
    right:-5px;
  }

  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:hover a,
  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.active a{
    color:#0d2e4f ;
  }


  .pth-header .hs-menu-wrapper {
    line-height: 0;
    text-align: center;
    float:right;
  }

  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    font-size: 14px;
    padding: 12px 24px 12px 15px;
    line-height: 1;
    color: #000 ;
    text-align: left;
    border: 1px solid rgba(18, 18, 50, 0.11);
    background: #fff;
    border-top: 0;
    font-weight: 400;
    transition:all .2s ease-in-out;
    min-width: 140px;
    -webkit-transition:all .2s ease-in-out;
  }

  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{
    color:#0d2e4f ;
    text-indent:3px;
  }

  .pth-header .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: 100%;
    top: 0;
  }

}

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

  .pth-header .head-cta a.cta_button {
    padding: 10px 18px;
    font-size: 14px;
  }

  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {
    padding: 22px 10px 22px;
    font-size:12px;
  }

  .pth-header .top-nav-container {
    margin-top: 34px;
  }

  .pth-header {
    padding:0;
  }
}


/*==================================================
Two Col Adjust (.two-col-adjust)
==================================================*/

body .container-fluid .row-fluid .two-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
  justify-content:center;
  -webkit-justify-content:center;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 47%;
  -webkit-flex-basis: 47%;
  float: left;
  margin-right: 2.43%;
  margin-top: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
}


@media (max-width:767px){


  body .container-fluid .row-fluid .two-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: block;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }   
}


/*==================================================
Three Col Adjust (.three-col-adjust)
==================================================*/

body .container-fluid .row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 30.9%;
  -webkit-flex-basis: 30.9%;
  float: left;
  margin-right: 2.43%;
  margin-top: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
}


/* Make border boxed*/


body .container-fluid .row-fluid .three-col-adjust.have-box-border span>.hs_cos_wrapper{
  background-color: #fff;
  box-shadow: 0 1px 1px 0 #e6ebee;
  border: solid 1px rgba(129,154,179,0.14);
  position: relative;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding:20px;
  position:relative;
} 


.redirect-page{
  position:absolute;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  width:100%;
  height:100%;
  display:block;
  cursor:pointer;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

body .container-fluid .row-fluid .three-col-adjust.have-box-border span>.hs_cos_wrapper:hover .redirect-page{
  border:1px solid #e41919;
}


@media (max-width:767px){

  body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }   
}


/*==================================================
Four Col Adjust (.four-col-adjust)
==================================================*/

body .container-fluid .row-fluid .four-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 22.5%;
  -webkit-flex-basis: 22.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 20px;
  box-sizing:border-box;
  position:relative;
}

@media (max-width:767px){

  body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
  }
  body .container-fluid .row-fluid .four-col-icon-text-cm .four-col-adjust>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  }   
}

/*=========================================================
FORM STYLE
=========================================================*/                

::-webkit-input-placeholder {
  color: #989898;
}

:-moz-placeholder {
  color: #989898;
}

::-moz-placeholder {  
  color: #989898;
}

:-ms-input-placeholder {  
  color: #989898;
}

select::-ms-expand {
  display: none;
}

.row-fluid form li{
  margin:0;
}

.row-fluid  form li:before{
  display:none;
}

.row-fluid  form input,
.row-fluid  form select,
.row-fluid  form textarea{
  height: 48px;
  font-family: 'Calibri', sans-serif; ;
  border: 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  padding: 0;
  margin-bottom: 8px;
  border-radius: 0;
  background: #f5f5f5;
  padding:10px 20px;
  color: #000;
  font-weight:400;
  background:#fff;
  border:1px solid #dedede;
  box-sizing: border-box;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}


.row-fluid  form input:focus,
.row-fluid  form select:focus,
.row-fluid  form textarea:focus{
  outline:0;
  border:1px solid #e41919;
}

.row-fluid  form textarea{
  height:150px;    
}

.row-fluid  form .hs_file_upload input,
.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
  height:auto;
  padding:0;
  border:0;
}

.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
  height:auto;
  padding:0;
  border:0;
  margin-bottom:0;
}

.row-fluid form .field>label{
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 300;
  display:block;
  margin-bottom:6px;
  margin-top:14px;
  text-align: left;
}

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

.row-fluid form .hs-button.primary{
  height: auto;
  margin-top: 24px;
}

form .hs-error-msgs{
  margin:0;
  padding:0;
}

form .hs-error-msgs li{
  line-height: 1;
  color: red;
  font-weight: 500;
  font-size: 11px;
  position: relative;
  top: -4px;
  letter-spacing: 0.3px;
}

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

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

form .hs-form-required{
  display:none;
}

.body-container-wrapper form ul,
.body-container-wrapper form li{
  margin:0;
  padding:0;
}

.body-container-wrapper form ul,
form ul{
  list-style:none;
}

.body-container-wrapper form li:before{
  display:none;
}

body form .hs-form-checkbox:last-child,
body form .hs-form-radio:last-child,
body form .hs-form-booleancheckbox{
  margin:15px 0px;
  text-align: left;
}
body form .hs_applications .hs-form-checkbox:last-child{
  margin:0px 0 15px;
}
body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
  width: 32%;
  margin-right:2%;
}
body .legal-consent-container .hs-form-booleancheckbox-display p{
  vertical-align: sub;
}
body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 49%;
  margin-right:2%;
}

body .row-fluid .hs-form fieldset .hs-form-field:last-child{
  margin-right:0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .input,
body .row-fluid .hs-form fieldset.form-columns-3 .input {
  margin-right:0px;
}

body .container-fluid .row-fluid .hs-form fieldset .field:last-child .input{
  margin-right:0;
}

body .row-fluid select{
  background: #fff url(//2558848.fs1.hubspotusercontent-na1.net/hubfs/2558848/Product-3-Pack/Select%20Arrow%20Small.png) no-repeat;
  background-position: center right;
  -webkit-appearance: none;
}





/*=======================================================
CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/            

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  width:auto;
}

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  padding: 0;
  border-radius: 4px;
  background: #fff;
  margin-left: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #cfd3d7;
  -webkit-appearance: none;
  border: 2px solid #ddd;
  margin-right: 8px;
  top: 6px;
  width: 20px;
  height: 20px;
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  top: 3px;
  left: 0px;
  border: 3px solid #e41919;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}


.row-fluid .hs-form .field .input  input[type="radio"]{
  border-radius: 50%;
}

.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 3px;
  background: #e41919;
  left: 3px;
  border-top: 0;
  border-right: 0;
  border-radius: 50%;
}


@media (max-width:480px){


  body form.hs-form .form-columns-2 .hs-form-field .hs-input,body form.hs-form .form-columns-3 .hs-form-field .hs-input{
    width:100%;
  }

  body .row-fluid .hs-form fieldset .input{
    margin:0;
  }

  body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
    margin-right: 0;
  }

  body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    margin-right: 0;
  }

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


/* ==========================================================================
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:1025px) {
  .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: 1024px){


  /* 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: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #fff; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #fff; 
    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: 32px; /* Icon line width */
    height: 5px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #ffffff; /* Icon color */
  }


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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* 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: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* 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: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#fff; /* 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 dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .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 */
  }
}


/*============================================================
HEADER Mobile Responsive
===========================================================*/

@media (max-width:1024px){

  .custom-menu-primary .hs-menu-wrapper{    
    display:none;
  }

  .mobile-trigger {
    border: 0;
    top: 0;
    right: 14px;    
    background:transparent;
  }

  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
    width: 32px;
    background:#000;
    height:5px;
  }

  .mobile-trigger i:before {
    top: -9px;
  }

  .mobile-trigger i:after {
    top: 9px;
  }

  .mobile-trigger {
    top: 10px;
    right: 8px;
  }

  .mobile-open .mobile-trigger ,
  .mobile-trigger {
    background-color: transparent;
    z-index:15;
  }

  .mobile-trigger:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: transparent;
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, 
  .mobile-trigger:hover i:after, .mobile-open .mobile-trigger i,
  .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after {
    background-color: #000;
  }

  .mobile-trigger i{
    transition: all .5s ease-in;
  }

  .mobile-open .mobile-trigger i{
    background:transparent;
    transition: all .1s ease-in;
  }

  .mobile-trigger i:before,
  .mobile-trigger i:after{
    transition: all .3s ease-in;
  }

  .mobile-open .mobile-trigger i:before {
    top: 0;
    transform: rotate(45deg);
    background:#000;
  }

  .mobile-open .mobile-trigger i:after{
    top: 0;
    transform: rotate(-45deg);
    background:#000;
  }

  .custom-menu-primary.js-enabled{
    position: absolute;
    padding-top: 0;
    margin: 10px 0 10px 0;
    left: 0;
    right: 0;
    top: 0;
    margin:0;
  }

  body .header-container-wrapper .pth-header .logo{
    max-width:190px;
    float:left;
    margin-top:0;
    margin-left:20px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li {
    border-top: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  }

  .child-trigger i, .child-trigger i:after {
    background-color: #000;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    margin: 0;
    z-index: 1;
    box-shadow: 0px 0px 1px #1d1d1d;
    padding: 10px 6px 10px 20px;
    z-index: 11;
    top: 50px;
  }

  body .header-container-wrapper .pth-header ul>li{
    border:0;
    background:transparent;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li a {
    font-size: 14px;
    padding:0;
    color:#000;
    font-weight: 500;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li a:hover{
    color:#000;
  }

  body .row-fluid .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    font-size: 14px;
    text-indent:0;
  }

  .child-trigger {
    border-left: 0;
  }

  body .row-fluid .pth-header .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1 .hs-menu-children-wrapper {
    padding: 0 0 0 15px;
    position: relative !important;
    left: 0 !important;
  }

  .pth-header .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1 .hs-menu-children-wrapper:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 12px;
    top: 10px;
    width: 1px;
    background: rgba(0, 0, 0, 0.33);
  }

  .pth-header .head-cta a.cta_button{
    display:none;
  }

  body .row-fluid .pth-header .contact-info {
    display:none;
  }

  body .row-fluid .pth-header .header-logo {
    width: 160px;
    float: left;   
    text-align:left;
  }

  .pth-header {
    padding:12px 0;
  }

}

/****************** END Header Mobile Responsive *******************/








/*============================ Talk To Us Section ==============================*/


.starter-talk-to-us{
  padding:100px 0;   
  background:#e41919;
}

body .container-fluid .row-fluid .starter-talk-to-us .section-heading{
  max-width:1060px;
  padding:0;
}

body .row-fluid .starter-talk-to-us .icon-img{
  width: 100%;
  max-width: 110px;
  margin: 20px auto 30px;
  float: none;
  border: 2px solid #fff;
  height: 110px;
  padding: 23px;
  border-radius: 50%;
}

.starter-talk-to-us .button a{
  color: #fff;
  border: 1px solid;
  padding: 8px 26px;
  display: inline-block;
  margin-top: 10px;
  font-weight:400;
}



@media (min-width:768px){

  body .container-fluid .row-fluid .starter-talk-to-us .left-col,
  body .container-fluid .row-fluid .starter-talk-to-us .right-col{
    margin:0;
    width:50%;
    padding:0 20px;
  }

}





body .container-fluid .row-fluid .starter-talk-to-us .left-col,
body .container-fluid .row-fluid .starter-talk-to-us .right-col{
  position:relative
}



body .container-fluid .row-fluid .starter-talk-to-us .left-col:before{
  position: absolute;
  content: '';
  right: 0;
  top: 20px;
  bottom: 0;
  width: 1px;
  background: #fff;
}

body .container-fluid .row-fluid .starter-talk-to-us .right-col:before{
  position: absolute;
  content: 'OR';
  left: -10px;
  top: -29px;
  color: #fff;
  padding: 7px 0;
}



@media (max-width:1024px){

  .starter-talk-to-us {
    padding: 70px 0;
  } 
}



@media (max-width:767px){

  body .container-fluid .row-fluid .starter-talk-to-us .section-heading {
    padding: 0;
    margin-bottom: 0;
  }


  body .container-fluid .row-fluid .starter-talk-to-us .left-col:before,
  body .container-fluid .row-fluid .starter-talk-to-us .right-col:before{
    display:none;
  }

  body .row-fluid .starter-talk-to-us .icon-img{
    margin: 20px auto 20px;
  }

  body .container-fluid .row-fluid .starter-talk-to-us .right-col{
    padding-top:40px;
  }

  .starter-talk-to-us {
    padding: 50px 0;
  } 

}    

.elpro-resources .two-col-adjust .inner .content h3 {
  text-align: left;
}
/* .banner-sliding-cm .heading-section h2, */
.two-col-img-text-cm .text-col h3 {
  font-size: 30px;
  line-height: 48px;
}
.two-col-img-text-cm {
  outline: none;
}
.two-col-img-text-cm .text-col h3,
.two-col-img-text-cm .text-col h6{
  text-align:left !important;
  line-height: 30px;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
}
/* .banner-sliding-cm .heading-section p, 
.two-col-img-text-cm .text-col h6 {
font-size: 22px;
line-height: 28px;
font-weight: 300;
}

*/




/*********************************************************************
***********************System Pages ****************************************
************************************************************************/

.error-page-body{
  padding:160px 0;
  position:relative;
  z-index:1;
}

.error-page-body:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  z-index:-1;
}

.error-page-body h4{
  font-size: 14px;
  margin-top: 12px;
  line-height: 18px;
}


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

  .error-page-body {
    padding: 180px 0;
  }

}


@media (max-width:767px){

  .error-page-body {
    padding: 140px 0 80px;
  }


}


/*=====================================================
SUBSCRIPTION UPDATE CONFIRMATION
=====================================================*/

.row-fluid .subs-upd-con .wrapper{
  max-width:700px;
}
.subscribe-options p label {
  margin-left: 0;
  display:flex;
  flex-wrap:wrap;
}

/*==========================================================================
Email Preferences Styling
=============================================================================*/

.email-pref{
  position:relative;
}

.row-fluid .email-pref .wrapper{
  position:relative;
}

.email-pref:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
}

.preferences-section-one{
  padding:75px 0px;
}


body .container-fluid .row-fluid .preferences-section-one .wrapper{
  max-width:800px;
}


.preferences-section-one .email-prefs .item{
  width: 100%;
  max-width: 48%;
  margin: 2% 2% 0 0;
  float: left;
}

.preferences-section-one h1{
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.6px;
  color: #2f2432;
}


.preferences-section-one .checkbox-row{
  overflow:visible;
}


.preferences-section-one .email-prefs .item p {
  clear: both;
  margin: 5px 37px 0px;
  text-align:left;
}

.preferences-section-one .subscribe-options label {
  margin-left: 0px;
}



body .container-fluid .row-fluid .preferences-section-one .form-style input[type="checkbox"]{
  border: solid 2px #4a4a4a;
  padding: 7px;
  border-radius: 3px;
  height: 17px;
}


body .container-fluid .row-fluid .preferences-section-one .form-style input[type="checkbox"]:checked:after{
  width: 8px;
  height: 4px;
  top: -1px;
  left: -1px;
}


.preferences-section-one  .subscribe-options{
  clear: both;
  padding-top: 30px;
}

.preferences-section-one  #submitbutton{
  margin:0;
}


body .container-fluid .row-fluid .form-style input[type="checkbox"] {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #cfd3d7;
  -webkit-appearance: none;
  border: 1px solid #ddd;
  margin-right: 8px;
  top: 5px;
  width: 10px !important;
  height: 20px;
  margin-bottom: 0;
  padding: 10px;
  border-radius: 5px;
}

body .container-fluid .row-fluid .form-style input[type="checkbox"]:checked:after {
  content: '\f00c';
  position: absolute;
  width: 13px !important;
  height: 7px;
  top: 3px;
  left: 2px;
  font-size: 15px;
  line-height: 15px;
  font-family: FontAwesome;
  color: #0d2e4f;
}


body .container-fluid .row-fluid .preferences-section-one .form-style input[type="checkbox"]{
  width:2%!important;
}

.checkbox-row span.fakelabel span{
  width:90%;
  text-align:left;
}


/*=========================================================================
Responsive Styling
==============================================================================*/

@media(max-width:767px){


  .preferences-section-one .email-prefs .item{
    max-width:100%;
    margin:0;
    margin-bottom: 20px;
  }    

  .email-prefs .item .item-inner * {
    color: #444;
    font-size: 13px;
  }

  body .container-fluid .row-fluid .form-style input[type="checkbox"]{
    margin-right:0;
  }

  .preferences-section-one .email-prefs .item p {
    margin: 5px 26px 0;
  }

  .checkbox-row span.fakelabel span {
    margin-left: 6px;
  }

  .subscribe-options label span{
    font-size:12px;
  }


}



/*=========================================
EMAIL BACKUP UNSUBSCRIBE
==========================================*/
@media(max-width:767px){

  html body input.hs-input.email-edit{
    width:93%!important;
  }

}



/*********************************************************************
***********************HOMEPAGE ****************************************
************************************************************************/
.note_lp_2 .elpro-applications{
  padding-top:30px;
}


body .container-fluid .row-fluid .note-home-hero{
  min-height: 85vh;
  height: 30px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.home-video-section h3 {
  color: #6e6e6e;
  font-size: 24px;
}

.video-button{

}

.video-button a{
  border-radius: 6px;
  background-color: #000000;
  border: solid 2px rgba(255, 255, 255, 0.11);
  padding: 15px 40px;
  display: inline-block;
}

.video-button a i{
  padding-right: 15px;
}

.buy-now{
  margin-top:0px;
}

body .buy-now a.cta_button{
  border: solid 2px rgba(255, 255, 255, 0.11);
  padding: 17px 60px;
  display: inline-block;
  text-transform: uppercase;
  background:#7dc855;
  color:#ffffff;
}

.row-fluid .widget-type-rich_text.hero-heading{
  max-width: 600px;
  margin: 0 auto;
  float: none;
  padding: 25px;
}

.note-home-hero .left-col{
  padding:30px;
}

.note-home-hero .hurry-up{
  max-width: 297px;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding-top: 17px;
  margin-top:30px;
}

.note-home-hero .hurry-up a{
  position: absolute;
  top: 21px;
  right: 0;
}

.note-home-hero .hurry-up h6{
  max-width: 242px;
}

@media(min-width:768px){

  .note-home-hero .right-col{
    max-width: 488px;
    float: right;   
  }

}





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

  .note-home-hero {
    padding: 120px 0px 60px;
  }    

}

@media (max-width:767px){

  .note-home-hero {
    padding: 50px 0;
  }

  .row-fluid .widget-type-rich_text.hero-heading{
    padding-bottom:0px;
  }

  body .buy-now a.cta_button{
    display:block;
    margin-top:15px;
  }

  .video-button a{
    width:99.4%;
    padding:15px 0px;
    display:block;
  }

  .note-home-hero .wistia_embed_initialized{
    display:block!important;
  }

  .note_lp_2 .wrapper.four-col-adjust{
    max-width:300px;
    margin:0 auto;
  }

  .widget-type-global_group.note_lp_2.section-padding{
    padding-top:30px;
  }

  #hubspot-messages-iframe-container{
    z-index:2!important;
  }

}





/*********************************************************************
***********************HOMEPAGE ****************************************
************************************************************************/



.starter-1-home-hero{
  padding:180px 0px;
  background:#e41919;
  position:relative;
  z-index:1;
}

.starter-1-home-hero:before{
  position:absolute;
  content:'';
  z-index:-1;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:url('https://459002.fs1.hubspotusercontent-na1.net/hubfs/459002/starter-1/starter-1-overlay.png') no-repeat;
  background-size:cover;
  background-position: center center;
}

.starter-1-home-hero.overlay-video:before{
  background: rgba(22, 30, 142, 0.55);
}

.starter-1-home-hero .left-col{
  padding:30px;
}

.starter-1-home-hero .hurry-up{
  max-width: 297px;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding-top: 17px;
  margin-top:30px;
}

.starter-1-home-hero .hurry-up a{
  position: absolute;
  top: 21px;
  right: 0;
}

.starter-1-home-hero .hurry-up h6{
  max-width: 242px;
}

@media(min-width:768px){

  .starter-1-home-hero .right-col{
    max-width: 488px;
    float: right;   
  }

}





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

  .starter-1-home-hero {
    padding: 120px 0px 60px;
  }    

}

@media (max-width:767px){

  .starter-1-home-hero {
    padding: 50px 0;
  }

}





/*============================ Home Video Section ===============================*/

body .row-fluid .home-video-section .video {
  max-width: 800px;
  margin: 0 auto;
  float: none;
}

/*============================ Home Three Col ===============================*/


.home-three-col .feature-cm{
  margin:15px 0;
}


/*============================ Home Two Col One Side Image ===============================*/

body .row-fluid .home-two-col-services .wrapper{ 
  max-width:1000px;
}

.home-two-col-services .starter-one-side-image-cm {
  margin:40px 0;
}



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


}

@media (max-width:767px){

  .home-two-col-services .starter-one-side-image-cm {
    margin:0;
  }    

  .home-two-col-services .starter-one-side-image-cm .span6{
    margin:30px 0;
  }

  .one-side-image-cm-container>span>.hs_cos_wrapper:nth-child(2n) .row-fluid{
    display:flex;
    display:-webkit-flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }
}






/*============================ Home Testimonial Section ===============================*/

.home-slider-section{
  background:#e41919;
  padding:160px 0 200px;
}

body .row-fluid .home-slider-section .wrapper{
  max-width:1060px;
  position:relative;
  z-index:1;
}

.home-slider-section .wrapper:before,
.home-slider-section .wrapper:after{
  position:absolute;
  content:'';
  top:0;
  bottom:0;
  width:140px;
  background:red;
  z-index:4;
  pointer-events:none;
}

.home-slider-section .wrapper:before{
  right:0;
  background: linear-gradient(to right,rgba(255, 0, 0, 0) , #0d2e4f 64%);
}

.home-slider-section .wrapper:after{
  left:0;
  background: linear-gradient(to left,rgba(255, 0, 0, 0) , #0d2e4f 64%);
}

.home-slider-cm .text-container p{
  font-size:22px;
  line-height:1.5;
  font-weight:300;
  opacity:.8;
}

.home-slider-cm .text-container{
  margin:20px 0;
}

.home-slider-section .slick-slide{
  border:2px solid #fff;
  border-radius:6px;
  padding:50px;
  margin:0 20px;
  opacity:.2;
  transition:all .4s ease-in-out;
}

.home-slider-section .slick-slide:focus{
  outline:none;
}

.home-slider-section .slick-center{
  opacity:1;
}

.home-slider-cm .top-heading .fa{
  font-size:40px;
}

.home-slider-cm .bottom-text .fa{
  font-size:20px;
  margin-right:10px;
}

.home-slider-section .slick-arrow{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  bottom:-80px;
  width:35px;
  height:35px;
  margin:0 auto;
  cursor:pointer;
}

.home-slider-section .slick-next{
  right:-50px;
}

.home-slider-section .slick-prev{
  left:-50px;
}





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

  .home-slider-section {
    padding: 80px 0 150px;
  }    

}

@media (max-width:767px){

  .home-slider-section {
    padding: 80px 0 150px;
  }    

  .home-slider-section .wrapper:before,
  .home-slider-section .wrapper:after{
    display:none;
  }

  .home-slider-section .slick-slide {
    padding: 20px;
    margin: 0;
    opacity: 0;
  }

  .home-slider-section .slick-center{
    opacity:1;
  }

}





/*============================ Home Form Section ===============================*/

.bottom-form-section-with-bg{
  padding:100px 0;
}

body .row-fluid .bottom-form-section-with-bg .form-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  float: none;
  border-radius: 3px;
  background: #fff;
  padding: 40px 35px 30px;
  box-shadow: 2px 6px 10px 0 rgba(0, 0, 0, 0.09);
}


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


  .bottom-form-section-with-bg{
    padding:90px 0;
  }

  body .row-fluid .bottom-form-section-with-bg .form-container {
    padding: 30px 25px 25px;
  }

}

@media (max-width:767px){


  .bottom-form-section-with-bg{
    padding:70px 0;
  }

  body .row-fluid .bottom-form-section-with-bg .form-container {
    padding: 25px 20px 20px;
  }

}






/*============================ Home Logo Section ===============================*/


.home-logo-section {
  padding:35px 0;
}

.home-logo-section ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin: 0;
  text-align:center;
}

.home-logo-section ul li {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-left: 0;
  padding: 0 10px;
}

.home-logo-section ul li img{
  vertical-align:middle;
}

.home-logo-section ul li:before{
  display:none;
}



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

}

@media (max-width:767px){

  .home-logo-section ul{
    display:block;
  }

  .home-logo-section ul li {
    display: inline-block;
    width: 100%;
    max-width: 100px;
    margin: 15px 0;
  }

}


/**********************************************************
**********************CONTACT US PAGE*********************
*********************************************************/

.contact-section-1{
  padding:60px 0 140px;   
}

.contact-section-1 .talk-to-us{
  background:#f8f8f8;
  padding:40px;
  margin:30px 0;
}

.contact-section-1 .map-container iframe{
  height:340px;
}

.contact-section-1 .form-container{
  margin-top:60px;
}

.contact-section-1 .right-col .address-container{
  width:100%;
  max-width:300px;
  float:right;
}

.contact-section-1 .right-col .address{
  margin-top:20px;
}

.contact-section-1 .address-heading{
  border-bottom:1px solid #e7e7e7;
  margin-bottom:20px;
}

.contact-section-1 .social-icons{
  margin-top:30px;
}

.contact-section-1 .social-icons li{
  display:inline-block;
}

.contact-section-1 .social-icons li .fa{
  color: #8c8c8c;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid;
  text-align: center;
  border-radius: 50%;
  margin-right: 8px;
  margin-bottom: 8px;
}







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

  .form-container .right-col{
    padding-left:30px;
  }

}

@media (max-width:767px){

  .contact-section-1 .right-col .address-container {
    max-width: 100%;
    margin-top:50px;
  }

  .contact-section-1 .form-container {
    margin-top: 30px;
  }

  .contact-section-1 .talk-to-us {
    padding: 20px;
  }

  .contact-section-1 .talk-to-us .icon {
    text-align:left;
    margin-bottom:15px;
  }

}























/*************************** lp Styling ************************/


.lp1-hero-section{
  padding:200px 0;
}

.lp1-video-section{

}



body .row-fluid .lp1-video-section .video {
  max-width: 800px;
  margin: 0 auto;
  float: none;
}




@media (max-width:767px){

  .lp1-two-col-cm-container .starter-lp-two-col{
    margin:0;
  }    

  .lp1-two-col-cm-container .starter-lp-two-col .span6{
    margin:30px 0;
  }

  .lp1-two-col-cm-container>span>.hs_cos_wrapper:nth-child(2n) .row-fluid{
    display:flex;
    display:-webkit-flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }

  .lp1-hero-section {
    padding: 80px 0;
  }

}







/************************************************************
Download Landing Page
*************************************************************/

.download-lp-hero{
  padding:150px 0 120px;
}

.download-lp-hero .heading{
  margin-bottom:30px;
}

.download-lp-hero .form-container{
  padding:0px 0px;
}

.download-lp-hero .form-container h3{
  padding-bottom:20px;
}

.download-lp-hero .section-heading{
  margin-bottom:30px;
}

.download-lp-hero .widget-type-form{
  background: #f7f7f7;
  max-width:500px;
}

.download-lp-hero .widget-type-form form{
  padding: 40px 50px 40px;
}

.download-lp-hero .row-fluid h3.form-title{
  background:#e41919;
  padding: 15px 25px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin:0px;
  color:#fff;
}


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


  .download-lp-hero {
    padding: 60px 0 50px;
  }

  .download-lp-hero .form-container {
    padding: 60px 40px;
  }

  .download-lp-hero .widget-type-form form {
    padding: 30px;
  }

}


@media (max-width:767px){

  .download-lp-hero .left-col{
    margin-bottom:30px;
  }

  .download-lp-hero .form-container {
    padding:30px 0px 0px;
  }

  .download-lp-hero {
    padding: 60px 0 60px;
  }

  .download-lp-hero .form-container h3{
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
  }

  .download-lp-hero .widget-type-form.float-right{
    float:none;
  }

  .download-lp-hero .widget-span.widget-type-form{
    max-width:100%;
  }

  .download-lp-hero .widget-type-form form {
    padding: 20px;
  }

}









/*=============================================================
Testimonial Section
=============================================================*/


.download-lp-testimonial-section h3{
  margin-bottom:30px;
}

body .row-fluid .download-lp-testimonial-section .wrapper{
  max-width:800px;
}

.download-lp-testimonial-section .owl-carousel {
  display: block;
}

.download-lp-testimonial-section .owl-carousel .item{
  width: auto;
  position: relative;
  padding: 40px 50px 30px;
  margin-bottom:0px;
  border-radius:0px;
}

.download-lp-testimonial-section .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 4px;
  background: #d8d8d8;
  transition:all .2s ease-in;
  -webkit-transition:all .2s ease-in;
}

.download-lp-testimonial-section .owl-theme .owl-dots .owl-dot.active span{
  background:#e41919;
}

.download-lp-testimonial-section .owl-theme .owl-dots .owl-dot:hover span {
  background:#e41919;
}


.download-lp-testimonial-section .owl-carousel .testimonial-cm .logo img{
  width: auto;
  display: block;
  margin: 0 auto;
}

.download-lp-testimonial-section .testimonial-cm .image{
  padding: 0;
  width: 100%;
  max-width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 30px auto 20px;
}

.download-lp-testimonial-section .testimonial-cm .image img{
  border-radius:50%;
}

.download-lp-testimonial-section .testimonial-cm h4{
  font-size: 16px;
  line-height: 22px;
  color: #e41919;
  letter-spacing: .4px;
}

.download-lp-testimonial-section .testimonial-cm .text p{
  font-style: italic;
  font-size: 18px;
  color: #696969;
  margin-bottom: 30px;
}

.download-lp-testimonial-section .testimonial-cm h5{
  font-size:14px;
  line-height:1.2;
  font-weight:400;    
  color:#a9a9a9;
}

.download-lp-testimonial-section .testimonial-container{
  padding:0 40px ;
}

body .row-fluid .download-lp-testimonial-section .owl-controls .owl-nav{
  display:none;
}



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

}

@media (max-width:767px){

  .download-lp-testimonial-section .owl-carousel .item {
    padding: 30px 0px 20px;
    margin-bottom: 20px;
  }

}













/*********************************************************
****************INSIDE PAGE******************************
*********************************************************/

/*===============Hero Section================*/

.starter-1-inside-hero{
  padding: 125px 0px;
}

.row-fluid .starter-1-inside-hero .wrapper{ 
  max-width: 984px;
}


/*============Section 1==================*/

.starter_1_inside_sec_1{
  padding-top:55px;
}

.row-fluid .starter_1_inside_sec_1 .wrapper{
  max-width: 1006px;
}

.starter_1_inside_sec_1 ul{
  list-style:none;
} 

.starter_1_inside_sec_1 ul li{
  position:relative;
}

.starter_1_inside_sec_1 ul li:before{
  content:'';
  background:url('//459002.fs1.hubspotusercontent-na1.net/hubfs/459002/starter-1/arrow-li.png');
  position:absolute;
  left: -27px;
  top: 4px;
  width:10px;
  height:14px;
}

.starter_1_inside_sec_1 iframe{
  max-width: 800px;
  margin: 0 auto;
  float: none;
  right: 0;
  margin-top: 36px;
}

.starter_1_inside_sec_1 blockquote{
  margin-top:72px;
}


@media (max-width:767px){

  .starter-1-inside-hero{
    padding:70px 0 50px;
  }    

}


/*============Two Column Image+Text Css=============*/

.starter_1_inside_two_col{
  padding-top:52px;
}

.row-fluid .starter_1_inside_two_col .wrapper{
  max-width: 984px; 
}

.starter-one-side-image-cm{
  margin-bottom:70px;
}


@media(max-width:767px){

  .starter-one-side-image-cm .span6:first-child{
    padding-bottom:20px;    
  }

  .starter_1_inside_two_col{
    padding-top:20px;
  }

  .starter-one-side-image-cm{
    margin-bottom:30px;
  }

  .starter_1_inside_two_col .starter-one-side-image-cm {
    margin:0;
  }    

  .starter_1_inside_two_col .starter-one-side-image-cm .span6{
    margin:30px 0;
  }

  .one-side-image-cm-container>span>.hs_cos_wrapper:nth-child(2n) .row-fluid{
    display:flex;
    display:-webkit-flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }

}

/*=====================Two Column Text+Icon Css=========*/

.row-fluid .starter_1_inside_two_col_icon_sec .wrapper{
  max-width: 984px; 
}


.starter-one-side-icon-cm{
  padding-bottom:28px;
}

@media(max-width:767px){

  .starter-one-side-icon-cm img{
    margin-bottom:20px;
  }

  .starter-one-side-icon-cm{
    padding-bottom:20px;
  }

}


/*============Two column Simple Text=============*/

.starter_1_inside_two-col_simple{
  padding-top:30px;
}

.row-fluid .starter_1_inside_two-col_simple .wrapper{
  max-width: 984px;  
}

@media(max-width:767px){
  .starter_1_inside_two-col_simple{
    padding-top:0px;
  }
}

/*=========Try It For Free Section=============*/

.starter_1_try_it_sec{
  padding-top:100px;
}

@media(max-width:767px){

  .starter_1_try_it_sec .right-col .widget-type-linked_image{
    text-align:center;
  }    

  .starter_1_try_it_sec .left-col{
    padding:30px 0px;
  }

  .starter_1_try_it_sec{
    padding-top:30px;
  }

}

@media(min-width:768px){

  .starter_1_try_it_sec .right-col{
    float:right;
    margin-left: 2.564102564%;
  }

  .starter_1_try_it_sec .left-col{
    margin:0px;
    padding-top:67px;
  }

  .starter_1_try_it_sec form{
    position:relative;
  }

  .starter_1_try_it_sec form .hs-button.primary{
    position:absolute;
    right:4px;
    top:4px;
    margin:0px;
  }

}

/*=============Talk To Us=================*/

.starter_1_inside_talk_to_us_sec{
  padding:104px 0px 235px;
}

/*===============Bottom Form=============*/

.starter_1_inside_bottom_form{
  padding-bottom:50px;
} 

.row-fluid .starter_1_inside_bottom_form .widget-type-form{
  max-width: 629px;
  margin: 0 auto;
  float: none;
  background-color: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(70, 70, 70, 0.5);
  padding: 50px 70px;
  margin-top: -185px;
}

@media(max-width:767px){

  .row-fluid .starter_1_inside_bottom_form .widget-type-form{
    padding:20px;
  }    

}


/************************Home Blog Section Styling**********************************/


.home-blog-section .features-image-block {
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #333;
}


.home-blog-section .custom-post-item .set-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  background: rgba(73,155,234,1);
  background: -moz-linear-gradient(top,rgba(73,155,234,1) 12%,rgba(73,155,234,1) 16%,rgba(60,131,200,1) 33%,rgba(13,46,79,0.88) 94%,rgba(13,46,79,0.87) 100%);
  background: -webkit-gradient(left top,left bottom,color-stop(12%,rgba(73,155,234,1)),color-stop(16%,rgba(73,155,234,1)),color-stop(33%,rgba(60,131,200,1)),color-stop(94%,rgba(13,46,79,0.88)),color-stop(100%,rgba(13,46,79,0.87)));
  background: -webkit-linear-gradient(top,rgba(73,155,234,1) 12%,rgba(73,155,234,1) 16%,rgba(60,131,200,1) 33%,rgba(13,46,79,0.88) 94%,rgba(13,46,79,0.87) 100%);
  background: -o-linear-gradient(top,rgba(73,155,234,1) 12%,rgba(73,155,234,1) 16%,rgba(60,131,200,1) 33%,rgba(13,46,79,0.88) 94%,rgba(13,46,79,0.87) 100%);
  background: -ms-linear-gradient(top,rgba(73,155,234,1) 12%,rgba(73,155,234,1) 16%,rgba(60,131,200,1) 33%,rgba(13,46,79,0.88) 94%,rgba(13,46,79,0.87) 100%);
  text-transform: uppercase;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.home-blog-section .custom-post-item:hover .features-image-block .set-overlay {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.home-blog-section .custom-post-item a.read-more-link {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  font-weight: 400;
  border: 1px solid #fff;
  border-width: 1px 0;
  white-space: nowrap;
  min-width: 225px;
  max-width: 95%;
  letter-spacing: .05em;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.home-blog-section .custom-post-item .social-shares {
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  letter-spacing: .06em;
  text-align: center;
}

.home-blog-section .custom-post-item .social-shares a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  height: 30px;
  vertical-align: middle;
  border-radius: 100%;
  padding-top: 2px;
  padding: 0 5px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.home-blog-section .custom-post-item-inner {
  position: relative;
  transition: box-shadow .2s ease-in-out;
}

.home-blog-section .custom-post-item .share-text {
  display: block;
  font-size: 10px;
  color: #fff;
  font-weight: 600;
}

body .home-blog-section .recent-posts{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
}

.home-blog-section .recent-posts .custom-post-item{
  width:31%;
  margin:0 1%;
  float:left;
  border: solid 1px rgba(129,154,179,0.14);
  box-sizing: border-box;
  background:#fff;
}

.home-blog-section .custom-post-body {
  padding: 25px 20px 20px;
}

.home-blog-section .custom-post-body h2 a, .home-blog-section .custom-post-body h2 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: .50px;
  color: #0d2e4f;
  margin-bottom: 2px;
}

.home-blog-section .author-hubspot {
  font-size: 12px;
}

.home-blog-section .post-topic-link.topic-seq-1, .home-blog-section .post-topic-link.topic-seq-2, .home-blog-section .post-item-topic-link.topic-seq-1 {
  display: inline-block;
  font-size: 15px;
  color: #4f4f4f;
}

.home-blog-section .post-item-topic-link.topic-seq-1 {
  font-size: 12px;
}

.home-blog-section .custom-post-body p {
  font-size: 14px;
  line-height: 20px;
}

.home-blog-section .custom-post-body p {
  margin: 25px 0;
}








@media (min-width:768px) and (max-width:900px){

  .home-blog-section .recent-posts .custom-post-item {
    width: 47%;
    margin:0 1.5%;
  }

  .home-blog-section .recent-posts .custom-post-item:last-child {
    display:none;
  }

}





@media (max-width:767px){


  body .home-blog-section .recent-posts{
    display:block;
  }

  .home-blog-section .recent-posts .custom-post-item {
    width: 100%;
    margin:10px 0;
  }

}









/************************Home Testimonial Section**********************************/






.home-testimonial-section .slick-slide:focus{
  outline:none;
}

.home-testimonial-section .slick-slide img{
  margin: 0 auto;
}

.home-testimonial-section .slick-slide{
  background-color: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(186, 186, 186, 0.5);
  margin:0 35px;
  padding: 50px 40px;
  opacity:.5;
}

.home-testimonial-section .slick-list{
  padding-top: 20px!important;
  padding-bottom: 20px!important;
}

.home-testimonial-section .testimonial-slider-cm  .name-container{
  margin:30px 0;    
}

body .row-fluid .home-testimonial-section .wrapper{
  position:relative;
  z-index:1;
}

.home-testimonial-section .wrapper:before,
.home-testimonial-section .wrapper:after{
  position:absolute;
  content:'';
  top:0;
  bottom:0;
  width:140px;
  background:red;
  z-index:4;
  pointer-events:none;
}

.home-testimonial-section .wrapper:before{
  right:0;
  background: linear-gradient(to right,rgba(255, 0, 0, 0) , #f8f8f8 64%);
}

.home-testimonial-section .wrapper:after{
  left:0;
  background: linear-gradient(to left,rgba(255, 0, 0, 0) , #f8f8f8 64%);
}


.home-testimonial-section .slick-center{
  opacity:1;
}

.home-testimonial-section .slick-dots {
  margin: 30px 0 0;
  text-align: center;
}

.home-testimonial-section .slick-dots li {
  margin: 0 5px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #c5c5c5;
  cursor: pointer;
  border-radius: 50%;
}

.home-testimonial-section .slick-dots li.slick-active {
  background: #e41919;
}

.home-testimonial-section .slick-dots li button {
  font-size: 1px;
  padding: 0;
  background: transparent;
  border: 0;
}

.home-testimonial-section .slick-dots li button:focus{
  outline:none;
}








@media (max-width:767px){

  .home-testimonial-section .slick-slide{
    margin:0;
    padding: 30px ;
  }

  .home-testimonial-section .wrapper:before,
  .home-testimonial-section .wrapper:after{
    display:none;
  }


  .home-testimonial-section .slick-slide{
    opacity:0;
  }

  .home-testimonial-section .slick-center{
    opacity:1;
  }

  .home-testimonial-section .slick-list{
    padding:10px!important;
  } 

  .home-testimonial-section .slick-slide {
    padding: 20px;
  }
}













/*************************************************
****************EBOOK DOWNLOAD PAGE***************
*************************************************/


.starter-1-ebook-hero {
  padding: 125px 0;
}

.row-fluid .starter-1-ebook-hero .wrapper {
  max-width: 984px;
}

.row-fluid .starter-1-ebook-form .right-col .form-container{
  width:100%;max-width:500px;
  float:right;
  background:#f8f8f8;
  border-radius:4px;
  padding:40px;
}






@media (max-width:767px){

  .starter-1-ebook-hero {
    padding: 70px 0 50px;
  }

  .row-fluid .starter-1-ebook-form .right-col .form-container {
    padding: 20px;
    margin-top:30px;
  }   

}



















/*************************************************
****************Our Team PAGE***************
*************************************************/

.starter-1-team-hero {
  padding: 125px 0;
}

.row-fluid .starter-1-team-hero .wrapper {
  max-width: 984px;
}

.starter-1-team-cm-container .starter-1-team-member .heading h2{
  font-size: 32px;
  font-weight: 400;    
}

.starter-1-team-cm-container .starter-1-team-member .heading h3{
  font-size: 20px;
  font-weight: 400;
  color: #737475;
}

.starter-1-team-cm-container .starter-1-team-member .heading{
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
}

.starter-1-team-cm-container .starter-1-team-member .heading:before{
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 50px;
  height: 4px;
  background: #e41919;
  border-radius: 100px;
}

.starter-1-team-cm-container .starter-1-team-member p,
.starter-1-team-cm-container .starter-1-team-member li{
  font-size:18px;
  font-weight:300;
}

.starter-1-team-cm-container .starter-1-team-member .image-container{
  width: 100%;
  max-width: 300px;
  height: 300px;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 0px 0 15px 2px rgba(0, 0, 0, 0.07);
  transform: scale(.96);
  transition: all .3s ease-in-out;
}

.starter-1-team-cm-container>span>.hs_cos_wrapper:nth-child(2n) .starter-1-team-member{
  background:#f8f8f8;
}

.starter-1-team-cm-container>span>.hs_cos_wrapper:nth-child(2n) .starter-1-team-member .wrapper .row-fluid{
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}

.starter-1-team-cm-container .starter-1-team-member:hover .image-container{
  box-shadow: 0px 0 15px 4px rgba(0, 0, 0, 0.07);
  transform: scale(1);
}


@media (max-width:1024px){

  .starter-1-team-cm-container .starter-1-team-member .image-container {
    max-width: 220px;
    height: 220px;
  }

  .starter-1-team-cm-container .starter-1-team-member p, .starter-1-team-cm-container .starter-1-team-member li {
    font-size: 16px;
    font-weight: 300;
  }

}

@media (max-width:767px){

  .starter-1-team-hero {
    padding: 70px 0 50px;
  }

  .starter-1-team-cm-container .starter-1-team-member .heading h2 {
    font-size: 22px;
  }

  .starter-1-team-cm-container .starter-1-team-member .heading h3 {
    font-size: 16px;
  }

  .starter-1-team-cm-container .starter-1-team-member .wrapper .row-fluid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }

  .starter-1-team-cm-container .starter-1-team-member .image-container {
    margin-bottom:30px;
  }

}



















/*************************************************
****************** Services PAGE ****************
*************************************************/


.starter-1-services-hero {
  padding: 125px 0;
}

.row-fluid .starter-1-services-hero .wrapper {
  max-width: 984px;
}

.starter-1-services-cm {
  padding-right:30px;
  margin:25px 0;
}

.starter-1-services-cm .image-container{
  padding-right:30px;    
}

.starter-1-services-cm .services-bg{
  height:200px;
  width:100%;
  border-radius:5px;
}

.services-2-cm .services-bg {
  width: 200px;
  height: 200px;
  margin: 30px auto;
  border-radius: 100%;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;

}

.services-2-cm:hover .services-bg{
  transform: translate(0,-15px);
}



@media (max-width:1024px){

  .starter-1-services-cm .image-container {
    padding-right: 10px;
  }

  .starter-1-services-cm {
    padding-right: 0;
    margin: 8px 0;
  }

}


@media (max-width:767px){

  .starter-1-services-section {
    padding: 10px 0;
  }

  .starter-1-services-cm .image-container {
    margin-bottom: 20px;
  }

  .starter-1-services-cm {
    margin: 35px 0;
  }

  .starter-1-services-hero {
    padding: 70px 0 50px;
  }
}








/*************************************************
****************** Single Services PAGE ****************
*************************************************/

.starter-1-single-services-section {
  padding:60px 0 60px;
  position:relative;
  z-index:1;
}

.starter-1-single-services-section .left-col{
  height: 280px;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
  border-radius: 6px;
  position: relative;
  top: -50px;
}

.starter-1-single-services-section .right-col{
  margin-top:40px;
}

body .row-fluid .starter-1-single-services-section .service-container{
  padding: 0px 40px 30px;
  background: white;
  position: relative;
  top: 0px;
  border-radius: 6px;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
}







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

  body .row-fluid .starter-1-single-services-section .service-container {
    padding: 0 20px 30px;
  }

}


@media (max-width:767px){

  .starter-1-single-services-section .right-col{
    margin-top: 0;
  }

  body .row-fluid .starter-1-single-services-section .service-container{
    padding: 0 20px 25px;
  }

  .starter-1-single-services-section {
    padding: 60px 0 60px;
  }  
}

















/*************************************************
****************** FAQ Page***** ****************
*************************************************/


.starter-1-faq-section{
  background:#fff;
  padding:100px 0 40px;
}

body .row-fluid .starter-1-faq-section .wrapper{
  max-width:1000px;
}

.starter-1-faq-section .section-heading{
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 2px solid #F5F5F5
}

.starter-1-faq-section p{
  margin-top:0;
}

.starter-1-faq-section .section-heading h3{
  margin:0;
  font-weight:400;
}

.starter-1-faq-section .right-col{
  border-top:0;
}

.starter-1-faq-section .accordion_header h4{
  margin:0;
  font-size:18px;
}

.starter-1-faq-section .accordion_group{
  margin-bottom:15px;
  background:#fafafa;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;    
} 

.starter-1-faq-section .expanded.accordion_group{
  background:;
} 

.starter-1-faq-section .accordion_header{
  padding: 14px 60px 14px 30px;
  position: relative;
  cursor: pointer;
}

.starter-1-faq-section .accordion_header:before{
  position: absolute;
  content: '\f067';
  top: 12px;
  right: 20px;
  font-family: FontAwesome;
  font-size: 18px;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.starter-1-faq-section .expanded .accordion_header:before{
  content: '\f068';
}

.starter-1-faq-section .accordion_content{
  padding: 8px 30px 10px;
}

.starter-1-faq-section .faq-container{
  margin-bottom: 60px;
}

.accordion_content h1, .accordion_content h2, 
.accordion_content h3, .accordion_content p,
.accordion_content h4, .accordion_content h5,
.accordion_content h6, .accordion_content li,
.accordion_content h6, .accordion_content a,
.accordion_content .fa {
  color: #000;
}

.starter-1-faq-section .left-col{
  padding-right:50px;
}

.starter-1-faq-section .main-heading{
  margin-bottom: 80px;
  position: relative;
  padding-bottom: 20px;
}

.starter-1-faq-section .main-heading:before {
  position: absolute;
  content: '';
  bottom: 0;
  width: 90px;
  height: 2px;
  left: 0;
  right:0;
  margin:0 auto;
  background: #ffba1d;
}





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

  .starter-1-faq-section .main-heading {
    margin-bottom: 50px;
  }

  .starter-1-faq-section .left-col{
    padding-right:2px;
  }

  .starter-1-faq-section {
    padding: 100px 0 10px;
  }
}



@media ( max-width:767px ){

  .starter-1-faq-section .left-col {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .starter-1-faq-section .accordion_header {
    padding: 14px 40px 14px 15px;
  }

  .starter-1-faq-section .accordion_content {
    padding: 8px 14px 10px;
  }

  .starter-1-faq-section .accordion_header:before {
    right: 17px;
    font-size: 14px;
  }

  .starter-1-faq-section .section-heading {
    margin-bottom: 20px;
  }

  .starter-1-faq-section .faq-container {
    margin-bottom: 40px;
  }

  .starter-1-faq-section {
    padding: 50px 0 0;
  }

  .starter-1-faq-section .main-heading {
    margin-bottom: 50px;
  }

}


















/*********************************************************************
****************************** Event LP *****************************
********************************************************************/

.starter-1-event-hero{
  padding:180px 0 120px;
}

body .row-fluid .starter-1-event-hero .date-container{
  background: #fff;
  width: 100%;
  max-width: 400px;
  float: right;
  padding: 40px;
  border-radius: 4px;
}


.starter-1-event-hero .date-container a.cta_button{
  background:#06a800;
  border-color:#06a800;
}

.event-speakers-section .starter-1-speaker-cm .member-image{
  height: 270px;
  margin-bottom: 16px;
  margin-top: 20px;
  border:1px solid #e7e7e7;
}

.event-speakers-section .starter-1-speaker-cm{
  transition:all .4s ease-in-out;
}

.event-speakers-section:hover .starter-1-speaker-cm{
  filter: grayscale(1);
  opacity: .68;
}

.event-speakers-section .starter-1-speaker-cm:hover{
  filter: grayscale(0);
  opacity: 1;
}

body .container-fluid .event-speakers-section .row-fluid .section-heading.align-center{
  margin-bottom:10px;
}




















/*=============================================================
PRICING Style 3
=============================================================*/



.event-pricing-section .column{
  position:relative;
  margin-top:30px;
  transition:all .4s ease-in-out;
  border:1px solid #e7e7e7;
  border-right:0;
  z-index:6;
  position:relative;
}

.event-pricing-section .column:hover {
  background: #f7f7f7;
}

.event-pricing-section .column:last-child{
  border-right:1px solid #e7e7e7;
}

.event-pricing-section .popular.column:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border: 3px solid #22bb60;
}


@media (min-width:767px){

  body .row-fluid .event-pricing-section .column{
    width:100%;
    margin-left:0;
  }

}


@media (min-width:768px){
  body .row-fluid .event-pricing-section .starter-event-pricing-cm-container>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top:30px;
  }

  .event-pricing-section .starter-event-pricing-cm-container>span>.hs_cos_wrapper{
    padding:0 15px;
    width: 100%;
  }
}

.event-pricing-section .starter-event-pricing-cm-container .span12{
  margin:0;
}

.event-pricing-section .column h2 {
  font-size: 48px;
  line-height: 1.2;
  color: #22bb60;
  font-weight:400;
}

.event-pricing-section .cost sub, .event-pricing-section .cost sup {
  font-size: 21px;
  margin: 0 4px;
}

.event-pricing-section .cost sub {
  position: relative;
  top: -11px;
  font-size: 12px;
}

.event-pricing-section .heading{
  padding:20px 15px;
}

.event-pricing-section .cost{
  padding: 15px 15px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.event-pricing-section .features ul{
  margin:0;
}

.event-pricing-section .features ul li{
  border-bottom: 1px solid #e7e7e7;
  padding: 18px 25px;
}

.event-pricing-section .cta{
  padding:20px 0;
} 

.event-pricing-section .column .widget-type-cta{
  margin:0;
}

.event-pricing-section .column a.cta_button {
  padding: 12px 26px;
  font-weight: 700;
  font-size: 12px;
  color: #22bb60;
  border:1px solid  #22bb60;
  background: #fff;
}

.event-pricing-section .column:hover a.cta_button {
  color: #fff;
  background: #22bb60;
}

.event-pricing-section .column a.cta_button:hover {
  box-shadow: none;
  transform: translate(0);
}



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

  .event-pricing-section .column h2 {
    font-size: 34px;
  }

  body .row-fluid .jumbo-pricing-style-5 .table-wrap {
    overflow-x: scroll;
    padding-bottom: 30px;
  }

  body .row-fluid .event-pricing-section .starter-event-pricing-cm-container{
    overflow-y:hidden;
    padding-bottom:40px;
  }


}




@media (max-width:767px){

  .event-pricing-section .column{
    border:1px solid #e7e7e7;
  }

  .event-pricing-section .starter-event-pricing-cm-container .column{
    margin-top:20px;    
  }

  .event-pricing-section .popular {
    transform: scale(1);
  }

}









/********************** Event Gallery *************************************/


.starter-event-gallery{
  padding:70px 0 0;
  overflow:hidden;
}

body .container-fluid .row-fluid .starter-event-gallery .four-col-adjust>span {
  margin-right: 0;
}

body .row-fluid .starter-event-gallery .four-col-adjust span>.hs_cos_wrapper {
  flex-basis: 25%;
  -webkit-flex-basis: 25%;
  margin-right:0;
  margin-top: 0;
}

.starter-event-gallery .four-col-adjust .gallery-img{
  height: 18vw;
  position:relative;
}

.starter-event-gallery .four-col-adjust .gallery-img:before{
  position: absolute;
  content: '';
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: 0;
  pointer-events: none;
  border: 6px solid #f8f8f8;
  background:linear-gradient(26deg,rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.1));
}







/**************************Event Sponsored Section ******************************/


.starter-event-sponsored-section{
  padding:80px 0;
}

.starter-event-sponsored-section .logos ul{
  text-align:center;
}

.starter-event-sponsored-section .logos ul li{
  display: inline-block;
  width: 100%;
  max-width: 200px;
  vertical-align: middle;
  margin: 12px 14px;
  text-align: center;
}







/**************************Event Sponsored Section ******************************/

body .row-fluid .event-contact-us .form-container{
  width: 100%;
  max-width: 430px;
  float: right;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(186,186,186,0.5);
  padding: 30px 40px 40px;
  box-sizing: border-box;
}

.event-contact-us .left-col .fa{
  font-size: 26px;
  text-align: center;
  display: block;
}

.event-contact-us .left-col .address-container{
  margin-top:30px;
}








@media (max-width:1024px){

  body .row-fluid .event-contact-us .form-container {
    padding: 20px 30px 30px;
  }    

  .starter-1-event-hero {
    padding: 120px 0 80px;
  }    

  .event-speakers-section .starter-1-speaker-cm .member-image {
    height: 150px;
    margin-top: 10px;
  }    

  .event-pricing-section .features ul li {
    padding: 18px 15px;
  }

  .event-pricing-section .starter-event-pricing-cm-container>span>.hs_cos_wrapper {
    padding: 0 8px;
  } 

  .starter-event-sponsored-section .logos ul li {
    max-width: 100px;
  }

  .event-contact-us .left-col .fa {
    font-size: 20px;
  }
}


@media (max-width:767px){

  .starter-1-event-hero {
    padding: 60px 0 50px;
  }    

  body .row-fluid .starter-1-event-hero .date-container {
    padding: 20px;
    margin-top: 20px;
  }

  .event-speakers-section .starter-1-speaker-cm .member-image {
    height: 280px;
    margin-top:15px;
  }

  .event-pricing-section .starter-event-pricing-cm-container>span>.hs_cos_wrapper {
    padding: 0 ;
  }

  .starter-event-gallery .four-col-adjust .gallery-img {
    height: 220px;
  }

  .event-contact-us .left-col .fa {
    font-size: 30px;
    text-align:left;
    margin-bottom:10px;
  } 

  .event-contact-us .left-col{
    margin-bottom:20px;
  }

  body .row-fluid .event-contact-us .form-container {
    padding: 15px 20px 15px;
  }     

}









/****************************** Single Speaker Section*********************************/

body .row-fluid .single-speaker-section .text-container {
  width: 100%;
  max-width: 960px;
  float: none;
  margin: 0 auto;
}

.single-speaker-section .social-icons a{
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #e41919;
  display: inline-block;
  border-radius: 50%;
  margin: 4px;
  color:#fff;
  text-align: center;
}

.single-speaker-section .social-icons{
  margin-top:10px;
}




@media (max-width:767px){

  .single-speaker-section .left-col{
    margin-bottom:24px;
  }    

}















/************************************************************************
************************Product Page*************************************
************************************************************************/


.product-hero-section{
  padding: 125px 0;
}

.row-fluid .product-hero-section .wrapper {
  max-width: 760px;
}

.product-hero-section .video-button a{
  padding: 18px 35px;
  border: 2px solid #fff;
  border-radius: 4px;
}






/****************************Section 1******************************/

.product-section-1 {
  padding-bottom:40px;
}

body .row-fluid .product-section-1 .wrapper{
  max-width:1000px;
}

body .row-fluid .product-section-1 .product-image{
  height: 380px;
  margin-left: -260px;
  position: relative;
  z-index: -1;
  border:1px solid #e7e7e7;
}

.product-section-1 .text-container{
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.96);
  box-sizing: border-box;
  padding: 40px;
  margin-top: -50px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.18);
}

.product-section-1 .startre-1-product-cm{
  margin:70px 0 70px;
}





@media (max-width:1024px){

  body .row-fluid .product-section-1 .product-image {
    height: 330px;
    margin-left: -200px;
  }    

  .product-section-1 .startre-1-product-cm {
    margin: 60px 0 60px;
  }    

}


@media (max-width:767px){

  body .row-fluid .product-section-1 .product-image{
    height: 250px;
    margin-left: 0;
  }

  .product-section-1 .text-container {
    padding: 20px 0;
    box-shadow: none;
    margin-top: 0;
  }

  .product-section-1 .startre-1-product-cm {
    margin: 0px 0 40px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }    

  .product-hero-section {
    padding: 80px 0;
  }

}


/************************************************************************
************************About Page*************************************
************************************************************************/


.about-hero-section{
  padding:75px 0;
}

.row-fluid .about-hero-section .wrapper {
  max-width: 760px;
}

.about-hero-section .video-button a{
  padding: 10px 35px;
  border: 2px solid #fff;
  border-radius: 4px;
  display: inline-block;
}

.about-services-section .top-image{
  margin-bottom:30px;
}

.about-services-section .about-service-cm{
  margin-top:30px;
  padding-right:20px;
}

.about-services-section .about-service-cm .icon{
  font-size: 24px;
  float: left;
  position: relative;
  top: -2px;    
  margin-right:10px;
}

.about-services-section .about-service-cm .heading-container h4{
  padding-left: 28px;
}








.about-team-section .member-image{
  width: 100%;
  margin: 0 auto 20px;
  max-width: 180px;
  height: 200px;
  position:relative;
  z-index:1;
}

.about-team-section .member-image:after{
  position:absolute;
  content:'';
  z-index:-2;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: rgba(0, 0, 0, 0.18);
}

.about-team-section .member-image:before{
  position:absolute;
  content:'';
  z-index:-1;
  top:16px;
  left:16px;
  right:16px;
  bottom:16px;
  transition:all .4s ease-in-out;
  border:1px solid #fff;
}

body .row-fluid .about-team-section .four-col-adjust span>.hs_cos_wrapper:hover .member-image:before{
  top:8px;
  left:8px;
  right:8px;
  bottom:8px;
}


body .row-fluid .about-team-section .four-col-adjust span>.hs_cos_wrapper{
  padding: 30px 0 20px;
  background: #fff;
  box-shadow: 2px 3px 12px 2px #e8e8e8;
  transition:all .4s ease-in-out;
  top:0;
  margin-bottom:12px;
}

body .row-fluid .about-team-section .four-col-adjust span>.hs_cos_wrapper:hover{
  top:-5px;
}

.about-team-section .about-team-cm{
  padding:0 30px;
}






@media (max-width:1024px){

  body .row-fluid .about-team-section .four-col-adjust span>.hs_cos_wrapper {
    padding: 20px 0 20px;
    flex-basis: 30.5%;
    -webkit-flex-basis: 30.5%;
    margin-bottom:0;
  }

  .about-team-section .about-team-cm {
    padding: 0 20px;
  }    

}



@media (max-width:767px){

  .about-hero-section {
    padding: 80px 0;
  }

}


.email-prefs .item .item-inner{
  min-height:100px;
}


/********************************************************* Inner Page ******************************************/


/************************Home Testimonial Section**********************************/

.home-testimonial-section .slick-slide:focus{
  outline:none;
}

.home-testimonial-section .slick-slide img{
  margin: 0 auto;
}

.home-testimonial-section .slick-slide{
  background-color: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(186, 186, 186, 0.5);
  margin:0 35px;
  padding: 50px 40px;
  opacity:.5;
}

.home-testimonial-section .slick-list{
  padding-top: 20px!important;
  padding-bottom: 20px!important;
}

.home-testimonial-section .testimonial-slider-cm  .name-container{
  margin:30px 0;    
}

body .row-fluid .home-testimonial-section .wrapper{
  position:relative;
  z-index:1;
}

.home-testimonial-section .wrapper:before,
.home-testimonial-section .wrapper:after{
  position:absolute;
  content:'';
  top:0;
  bottom:0;
  width:140px;
  background:red;
  z-index:4;
  pointer-events:none;
}

.home-testimonial-section .wrapper:before{
  right:0;
  background: linear-gradient(to right,rgba(255, 0, 0, 0) , #f8f8f8 64%);
}

.home-testimonial-section .wrapper:after{
  left:0;
  background: linear-gradient(to left,rgba(255, 0, 0, 0) , #f8f8f8 64%);
}


.home-testimonial-section .slick-center{
  opacity:1;
}

.home-testimonial-section .slick-dots {
  margin: 30px 0 0;
  text-align: center;
}

.home-testimonial-section .slick-dots li {
  margin: 0 5px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #c5c5c5;
  cursor: pointer;
  border-radius: 50%;
}

.home-testimonial-section .slick-dots li.slick-active {
  background: #e41919;
}

.home-testimonial-section .slick-dots li button {
  font-size: 1px;
  padding: 0;
  background: transparent;
  border: 0;
}

.home-testimonial-section .slick-dots li button:focus{
  outline:none;
}








@media (max-width:767px){

  .home-testimonial-section .slick-slide{
    margin:0;
    padding: 30px ;
  }

  .home-testimonial-section .wrapper:before,
  .home-testimonial-section .wrapper:after{
    display:none;
  }


  .home-testimonial-section .slick-slide{
    opacity:0;
  }

  .home-testimonial-section .slick-center{
    opacity:1;
  }

}




/************************Home Testimonial Section 2**********************************/


.note-testimony{
  position:relative;
  padding-right: 15px;
}

.note-testimony:before{
  content:"";
  background-image:url('//459002.fs1.hubspotusercontent-na1.net/hubfs/459002/starter-1/testimonial_bg.png');
  width:57px;
  height:50px;
  position:absolute;
  display:block;
  left: -15px;
  top: -20px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
  z-index: -1;
}

.testi-profile-image{
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  float: left;
  margin-right: 20px;
}

.testi-info{
  overflow:hidden;
  margin-top: 35px;
}

.testimony-name {
  color: #ff7777;
  font-size: 16px;
  padding-top: 8px;
}

.add-position {
  font-size: 14px;
  color: #5e6977;
  padding-top: 2px;
}

@media(max-width:767px){

  .note-testimony{
    margin-bottom:70px;
  }    

}


/************************ Accordion About Us **********************************/

.note-insight-hero {
  padding:100px 0px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media(max-width:767px){

  .note-insight-hero{
    padding:60px 0px;
  }    

}


.about-section{
  padding-top:100px;
  padding-bottom:0px;
}

.accordion_header{
  position:relative;
  padding-left:50px;
}

.accordion_group {
  padding-bottom: 25px;
}

.accordion_header:before{
  content:"";
  background-image:url('//459002.fs1.hubspotusercontent-na1.net/hubfs/459002/starter-1/Slider/add_icon.png');
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #e1e2e3;
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.48);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.48);
}

.accordion_group.expanded .accordion_header:before{
  background-image:url('//459002.fs1.hubspotusercontent-na1.net/hubfs/459002/starter-1/Slider/substract.png');
}


.accordion_header h3{
  position:relative;
  margin:0px;
}

.container-fluid .row-fluid .accordion{
  position:relative;
  margin:0 auto;
  float:none;
  /*   max-width:770px; */
}

.about-section .accordion{
  padding-bottom:100px;
}

.accordion:before{
  content: '';
  position: absolute;
  left: 17px;
  top: 0;
  bottom: 0;
  border: 1px solid rgb(225, 226, 227);
}

.accordion_content {
  padding-left: 50px;
}


@media(max-width:767px){

  .about-section{
    padding-top:60px;
  }   

  .about-section .accordion{
    padding-bottom:60px;
  }

}


.product-image-outside{
  padding-right:20px;
}

.product-image-inside {
  height: 300px;
  background-size: cover;
  background-position: top center;
  border-radius: 0px;
  transition: all .4s ease-in;
  -webkit-transition: all .4s ease-in;
}

.product-boxes:hover .product-image-inside{
  transform: translateY(-10px);
}

.product-description {
  padding:15px 15px;
  background: #fff;
  border: 2px solid #e1e2e3;
  margin-left:20px;
  margin-top:-30px;
  border-radius: 5px;
  margin-bottom:25px;
  z-index: 1;
  position: relative;
}



.right-sidemodule .product-image-inside {
  height: 200px;
}

.product-description h4{
  font-size: 16px;
  margin-bottom: 5px;
}

.product-description p{
  font-size: 14px;
}

.product-description a{
  font-size: 12px;
  text-transform: uppercase;
  font-weight:600;
}

.container-fluid .row-fluid .wrapper-short980{
  max-width: 980px;
  margin: 0 auto;
  float: none;
}



/*Services Single FAQ*/

.service-faqs .accordion.faq-accordion:before{
  display:none;
}

.service-faqs .accordion_group.faq-style{
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.25);
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.service-faqs .accordion_group.faq-style .accordion_header{
  cursor:pointer;
}

.service-faqs .accordion_group.faq-style .accordion_header:before{
  background-image: url(//459002.fs1.hubspotusercontent-na1.net/hubfs/459002/starter-1/Slider/add_icon.png);
  cursor
}

.service-faqs .faq-style.accordion_group.expanded .accordion_header:before{
  background-image: url(//459002.fs1.hubspotusercontent-na1.net/hubfs/459002/starter-1/Slider/substract.png);
}


/*Gallery*/

.row-fluid .hs_cos_gallery_lightbox_thumbnails .slick-slide .slick-slide-inner-wrapper{
  left:0px;
}

.row-fluid .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide{
  margin-right:10px;
}

.row-fluid .hs_cos_gallery_thumbnails.hs_cos_gallery_lightbox_thumbnails.slick-initialized.slick-slider{
  padding:0px;
}

.row-fluid .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper img{
  margin:0px;
}

.row-fluid .hs_cos_gallery_lightbox_container .slick-list .slick-track, .hs_cos_gallery_lightbox .slick-list .slick-track{
  height:100%;
}

body .hs_cos_gallery_main.slick-fixed-height-slider.hs_cos_gallery_lightbox .slick-track{
  top:20%;
}

.portfolio-module{
  padding-top:50px;
}


/*==================BLOG RSS [Responsive]====================*/

@media(max-width:767px){

  .container-fluid .row-fluid .item-1{
    margin-bottom:26px;
  }

  .container-fluid .row-fluid .item-1,
  .container-fluid .row-fluid .item-2,
  .container-fluid .row-fluid .item-3,
  .container-fluid .row-fluid .item-4{
    height:344px;
    width:100%;
    margin:15px 0px;
  }    

}


/*===================Normal Two column layout [Responsive]=====================*/

@media(max-width:767px){

  .home-two-col-mobile .vertical-center{
    margin-bottom:20px;
  }

}






/*===================TEAM PAGE and Team Single STyles=====================*/


/*============Team CM Style==========*/

.note-team-cm{
  width:100%;
  padding: 8px;
  background-color: #ffffff;
  box-shadow: 0 8px 25px 0 rgba(0,0,0,.3);
  border-radius: 3px;
} 

.row-fluid .note-team-cm .team-image{
  height:322px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:top center;
}

.note-team-cm h4{
  margin-bottom:0;
  margin-top:30px;
  color:#e41919;
}

.note-team-cm h5{
  font-style:italic;
}

.note-team-cm .team-img-box{
  position:relative;
}

.note-team-cm .img-overlay{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(50,50,50,.9);
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.note-team-cm:hover .img-overlay{
  opacity:1;
}


.note-team-cm .mgmt_tvcell .mgmt_about span, 
.note-team-cm .mgmt_tvcell .mgmt_twitter span{
  color: #fff;
  display: block;
  text-transform: uppercase;
  padding-top:10px;
}

.note-team-cm .mgmt_tvcell .mgmt_about,
.note-team-cm .mgmt_tvcell .mgmt_twitter {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(50% - .5px);
  text-align: center;
  transition: all ease-in-out .2s;
}


.note-team-cm .mgmt_tvcell .mgmt_about:before,
.note-team-cm .mgmt_tvcell .mgmt_twitter:before {
  content: '';
}

.note-team-cm .mgmt_tvcell .mgmt_about:hover span,
.note-team-cm .mgmt_tvcell .mgmt_twitter:hover span {
  padding-top:8px;
}

.note-team-cm .mgmt_tvcell a:nth-child(2) {
  border-left: 1px solid #fff;
}

.note-team-cm .mgmt_tvcell .mgmt_about:before{
  content:'\f007';
  font-family:FontAwesome;
  font-size:40px;
}

.note-team-cm .mgmt_tvcell .mgmt_twitter:before{
  content:'\f099';
  font-family:FontAwesome;
  font-size:40px;
  color:#68ADEE;
}

.note-team-cm .mgmt_tvcell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 209px;
  flex-basis: 209px;
}

body .row-fluid .note-team-sec .three-col-adjust span>.hs_cos_wrapper{
  margin-top:0px;
  margin-bottom:25px;
}

.note-team-sec{
  background-color:#333333;
}

.team-sec-single .widget-type-cta{
  padding-top:30px;
}

.note-team-sec .team-single-social-share{
  display:none;
}

@media(max-width:1024px){

  .row-fluid .note-team-cm .team-image{
    height:230px;
  }    

}

@media(max-width:767px){

  .note-team-sec .note-team-cm{
    width:auto;
  }     

}


/*=============Team Single Section Style==========*/

.team-single-sec .note-team-cm .team-single-social-share {
  display:block;
  padding-bottom:20px;
}

.team-single-sec .note-team-cm .team-single-social-share a{
  margin: 0 8px;
  font-size: 18px;
}

.team-single-sec .note-team-cm:hover .img-overlay{
  opacity:0;  
}

.team-single-sec .note-team-cm{
  width:auto;
  margin-bottom:30px;
}


@media(max-width:767px){

  .team-single-sec .note-team-cm{
    max-width:298px;
  }    

}





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







/*=============================================
Hero
==============================================*/            

.note_lp_3_sec_hero{
  position:relative;
  z-index:1;
  padding:150px 0 230px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}


@media(max-width:767px){

  .note_lp_3_sec_hero{
    padding:60px 0px 164px;
  }    

}

/*=======Section1=============*/

.row-fluid .note_lp_3_sec_one .widget-type-form{
  max-width: 768px;
  margin: 0 auto;
  float: none;
  box-shadow: 0 2px 10px 0 rgba(186,186,186,0.5);
  padding: 40px;
  margin-top: -150px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}


.note_lp_3_sec_one{
  padding-bottom:100px;
}

@media(max-width:767px){

  .note_lp_3_sec_one{
    padding-bottom:60px;
  }    

}


/*=========Section2=============*/

.note_lp_3_sec_two .wrapper{
  max-width:1024px;
}

.note_lp_3_sec_two .right-col p{
  margin:0px;
}

.note_lp_3_sec_two .left-col .address{
  margin-top:15px;
}

.note_lp_3_sec_two .left-col ul li{
  display:inline-block;
  margin:0px;
}

.note_lp_3_sec_two .left-col ul li .fa {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid;
  text-align: center;
  border-radius: 50%;
  margin-right: 8px;
  margin-bottom: 8px;
}

.note_lp_3_sec_two .right-col{
  padding-top:94px;
}


@media(max-width:767px){

  .note_lp_3_sec_two .right-col{
    padding-top:24px;
  }    

}



/*==============505 and 404 Page Styling=================*/

.error-body{
  padding:244px 0px;
}

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

  .error-body{
    padding:163px 0px;
  }    

}


@media(max-width:767px){

  .error-body{
    padding:100px 0px;
  }    

}

/*=========Email Subscription Preferences========*/

.row-fluid .email-subs-pref .wrapper{
  max-width:768px;
}

body .container-fluid .row-fluid input[type="checkbox"] {
  border: solid 2px #4a4a4a;
  padding: 7px;
  border-radius: 3px;
  height: 17px;
  margin:0px;
  position:relative;
  cursor:pointer;
}

body .container-fluid .row-fluid input[type="checkbox"]:checked:after {
  content: '\f00c';
  position: absolute;
  width: 13px !important;
  height: 7px;
  top: -1px;
  left: 0px;
  font-size: 15px;
  line-height: 15px;
  font-family: FontAwesome;
  color: #e41919;
}

.email-prefs .item p{
  margin: 5px 24px 0px;
}

p.header{
  margin-left:0px;
}

.email-prefs .item .item-inner *{
  margin-bottom:4px;
}

/*==========Update Confirmation==============*/

.row-fluid .confirmation-body .wrapper{
  max-width:800px;
}









/*============Hero Section Styling=============*/

.note-lp-4-sec-hero{
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.note-lp-4-sec-hero:after{
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.48);
  opacity: 0.3;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.row-fluid .note-lp-4-sec-hero .wrapper{
  position:relative;
  z-index:1;
}

/*==================process section styling===========*/

.process .row-fluid [class*="span"].wrapper{
  padding: 78px 10px 93px;
  max-width: 860px;
  margin: 0 auto;
  float: none;
  overflow-x:hidden;
}

.row-fluid .process .left-col{
  padding-top:40px;
}

body .row-fluid .process .right-col img {
  width: 100%!important;
  max-width: 364px;
  border-radius: 50%;
}

.process .content{animation-duration:1s;animation-name:slidein;min-height:350px}

@keyframes slidein{
  from{
    margin-left:100%;
    width:100%;
    overflow-x:hidden
  }
  to{
    margin-left:0%;
    width:100%
  }
}

.process ul{
  padding: 0;
  list-style: none;
  height: 78px;
  position: relative;
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.3);
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.process li a{
  color: #e41919;
  height: 78px;
  border-left:1px solid #dcdcdc;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding:0px 20px;
  text-align: center;
}

.process li {
  display: inline-block;
  margin: 0;
  background: #fff;
}

.process li:first-child a{
  border-left:0;
}

.process ul:before{
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  display: block;
  background: #fff;
  top: 0;
  right: 99.60%;
  z-index: -1;
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.3);
}

.process ul:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  display: block;
  background: #fff;
  top: 0;
  left: 99.7%;
  z-index: -1;
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.3);
}

.process li.active a{
  background: #e41919;
  color:#fff;

}

.process h5{
  padding-bottom: 15px;
}

.process h2{
  color: #626262;
  text-transform: none;
  padding-bottom: 20px;
}

.process p{
  margin-bottom: 50px;
}


@media(min-width:768px){
  .process .row-fluid [class*="span"].left-col {
    width: 38.717949%;
    float: left;
    margin:0;
  }

  .process .row-fluid [class*="span"].right-col {
    margin-left: 12.564103%;
    width: 48.717948718%;
    float: right;
  }

  .process li.active a{
    position: relative;
    right:-5px;
  }


}

@media(max-width:1024px){

}

@media(max-width: 767px){
  .process ul{
    height: auto;
    box-shadow:none;
  }   

  .process li{
    width: 50%;
  }

  .process .right-col{
    text-align: center;
  }

  .process .row-fluid [class*="span"].wrapper{
    padding: 50px 10px 60px;
  }

  .process .content .cta_button{
    margin: 0 auto;
  }

  .process li{
    display: block;
    float: left;
    box-shadow: 0 3px 3px -2px rgba(0,0,0,0.3);
    margin-bottom: 3px;
  }

}


/*==============Productivity Section Styling=============*/

.productivity{
  padding: 57px 0;
  background-color: #111d2f;
  text-align:center
}

.productivity .row-fluid [class*="span"].wrapper{
  max-width:1020px;
}

.productivity h3{
  font-size:20px;
}

.productivity h3 span{
  display:block;
  font-size:50px;
}

/*=============Request Free Demo Section Styling=============*/

.req-for-demo{
  text-align: center;
  padding: 51px 0 50px;
}

.req-for-demo .row-fluid [class*="span"].wrapper{
  max-width: 580px;
}

.req-for-demo h3{
  color: #e41919;
  padding-bottom: 19px;
}

.req-for-demo p{
  color: #a9a9a9;
  font-weight: 300;
}



/*=========Landing 3Col SEction Styling============*/

.landing-3col .center-col{
  text-align: center;
}

.landing-3col .left-col{
  text-align:right;
} 

.landing-3col .right-col{
  text-align:left;
}

.landing-3col .center-col img{
  width: 100%!important;
  max-width: 310px;
  border-radius: 100%;
  // height: 310px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.25);
}

.landing-3col .custom-tile{
  width: 100%;
  max-width: 250px;
  position:relative;
}

.landing-3col .center-col .custom-tile{
  margin: 0 auto;
  float: none;
  padding-top: 122px;
}

.landing-3col .left-col .bottom-tile{
  float: right;
  margin-right: 32px;
}

.landing-3col .right-col .top-tile{
  float: right;
}

.landing-3col .right-col .bottom-tile{
  margin-left: 32px;
}


.landing-3col .left-col .top-tile:after{
  content: "";
  background: url("//459002.fs1.hubspotusercontent-na1.net/hubfs/459002/NOTE%20LP%20Assets%202017/arrow-3.png") no-repeat;
  width: 112px;
  height: 15px;
  position: absolute;
  top: 15px;
  right: -136px;
}

.landing-3col .right-col .top-tile:before{
  content:"";
  background: url("//459002.fs1.hubspotusercontent-na1.net/hubfs/459002/NOTE%20LP%20Assets%202017/arrow-2.png") no-repeat;
  width: 112px;
  height: 15px;
  position: absolute;
  top: 15px;
  left: -136px;
}

.landing-3col .left-col .bottom-tile:after{
  content: "";
  background: url("//459002.fs1.hubspotusercontent-na1.net/hubfs/459002/NOTE%20LP%20Assets%202017/arrow-4.png") no-repeat;
  width: 38px;
  height: 15px;
  position: absolute;
  top: 12px;
  right: -70px;
}

.landing-3col .right-col .bottom-tile:before{
  content: "";
  background: url("//459002.fs1.hubspotusercontent-na1.net/hubfs/459002/NOTE%20LP%20Assets%202017/arrow-1.png") no-repeat;
  width: 38px;
  height: 15px;
  position: absolute;
  top: 15px;
  left: -70px;
}

.landing-3col .center-col .bottom-tile:before{
  content: "";
  background: url("//459002.fs1.hubspotusercontent-na1.net/hubfs/459002/NOTE%20LP%20Assets%202017/arrow-5.png") no-repeat;
  width: 15px;
  height: 84px;
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.landing-3col h3{
  padding-bottom: 15px;
}

.landing-3col .top-tile {
  padding-bottom: 46px;
}

.landing-3col .widget-type-cta{
  margin-top:45px;
}

/*================Client Section Styling===============*/

.client-section{
  background: #e41919;
  padding: 40px 0 71px;
  text-align: center;
}

.client-section ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.client-section li {
  display: inline-block;
  padding: 0 43px;
}

.client-section li:first-child{
  padding-left:0px;
}

.client-section li:last-child{
  padding-right:0px;
}

/*==================Testimonial Section Styling==================*/

.testimonial{
  padding: 60px 0px;
  background: #e41919;
  color: #fff;
  text-align: center;
}

.testimonial img:first-child{
  padding-bottom: 30px;
  width: 100%!important;
  max-width: 71px;
}

.testimonial h3{
  padding-bottom: 50px;
  color:#ffffff;
}


.testimonial .item {
  background: #fff;
  color: #444;
  padding: 60px 28px 18px 27px;
  border-radius: 6px;
  min-height: 265px;
  position: relative;
}


.testimonial .item:after {
  content: "";
  background: url('//1598866.fs1.hubspotusercontent-na1.net/hubfs/1598866/Assets_LP_13/border.png') no-repeat;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  height: 7px;
  border-radius: 0 0 6px 0;
}

body .testimonial .item img{
  display: inline-block;
  width: 50%;
  text-align: left;
  max-width: 71px;
  float: left;
}

.testimonial .item h5{
  float: right;
  width: 50%;
  text-align: right;
  color: #626262;
}

.testimonial .item h5 span{
  font-style: italic;
  font-weight: 400;
}

.testimonial .item p:first-child{
  text-align:left;
  color:#626262;
  margin-bottom: 41px;
}

.testimonial .owl-theme .owl-controls{
  margin-top: 55px;
}



/*=============Tablet Styling===========*/

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

  .productivity h3 span{
    padding-right: 15px;
  }

  .note-lp-4-sec-hero .cta_button{
    max-width: 100%;
    width: initial;
  }
}

@media(max-width: 1024px){

  .note-lp-4-sec-hero{
    padding: 190px 0 120px;
  }

  .note-lp-4-sec-hero .right-col {
    padding-top: 15px;
  }

  .landing-3col .left-col .top-tile:after,
  .landing-3col .right-col .top-tile:before,
  .landing-3col .left-col .bottom-tile:after,
  .landing-3col .right-col .bottom-tile:before,
  .landing-3col .center-col .bottom-tile:before{
    display:none;
  }

  .landing-3col h3 {
    padding-bottom: 5px;
  }

  .landing-3col .top-tile {
    padding-bottom: 5px;
  }

  .landing-3col .right-col .bottom-tile{
    margin-left: 0;
  }

  .landing-3col .left-col .bottom-tile{
    margin-right:0px;
  }

  .landing-3col .center-col .custom-tile{
    padding-top: 15px;
  }

  .client-section li{
    padding: 20px 0;
    width: 30%;
  }
}

/*=============Mobile styling============*/

@media(max-width:767px){

  .note-lp-4-sec-hero{
    text-align:center;
    padding:60px 0px;
  }

  .note-lp-4-sec-hero .right-col {
    padding-top: 50px;
  }

  .note-lp-4-sec-hero .cta_button{
    margin: 0 auto;
    margin-top: 0px;
  } 

  .productivity .row-fluid [class*="span"].span4{
    width:260px;
    margin:0 auto 30px;
  }

  .landing-3col .left-col,
  .landing-3col .center-col,
  .landing-3col .right-col{
    text-align: center;
  }

  .landing-3col .widget-type-cta{
    margin-top:0px;
  }

  .landing-3col .left-col .bottom-tile {
    float: none;
  }

  .landing-3col .widget-type-linked_image{
    margin-bottom:15px;
  }

  body .row-fluid .landing-3col .custom-tile{
    margin:0 auto;
    padding-bottom:30px;
  }

  .landing-3col .right-col .top-tile {
    float: none;
  }

  body .testimonial .item img{
    float:none;
  }  

  .client-section{
    padding-top:0px;
  }

  .client-section li{
    width: 49%;
    padding-left:10px;
    padding-right:10px;
  }
}


/*=============product-form-sec==================*/

.row-fluid .product-form-sec .wrapper{
  max-width:600px;
}


.product-form-sec .widget-type-form{
  background: white;
  padding: 40px;
  border-radius: 5px;
}


.product-form-sec h3.form-title{
  text-align:center;
}







/*=====================================
note-lp-5-sec-hero
====================================*/

.note-lp-5-sec-hero .cta{
  margin-top:30px;
  width:100%;
  max-width:176px;
}

.google-play-cta .cta_button:before{
  content: "\f17b";
  font-family: fontawesome;
  top: 0;
  left: 30px;
  font-size: 22px;
  margin-right: 8px;
}

.app-store-cta .cta_button:before{
  content: "\f179";
  font-family: fontawesome;
  top: 0;
  left: 30px;
  font-size: 22px;
  margin-right: 8px;    
}

.note-lp-5-sec-hero{
  padding:150px 0;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:top center;
  background-color: rgba(0,0,0,0.66);
  position:relative;
}

.note-lp-5-sec-hero:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.66);
}

.note-lp-5-sec-hero .image img{
  max-width:300px;
}


.row-fluid .note-lp-5-sec-hero .wrapper{
  position:relative;
  z-index:1;
}

.note-lp-5-sec-hero .cta a.cta_button{
  padding:12px 20px;
}




/*=====================================
note-lp-5-sec-1
====================================*/
.note-lp-5-sec-1 .row-fluid .icons{
  width: 100%;
  max-width: 46px;
  margin-top: 8px;    
  text-align:center;
}

.note-lp-5-sec-1 .icons .fa{
  font-size:36px;
  color:#e41919;     
}

.note-lp-5-sec-1 .Three-col{
  margin-top:20px;
  margin-bottom:20px;
}







/*=====================================
note-lp-5-sec-2
====================================*/

.note-lp-5-sec-2{
  background:#e41919;
}

.row-fluid .note-lp-5-sec-2 .video{
  text-align:center;
  max-width:800px;
  margin:0 auto;
  float:none;
}

/*===================================
note-lp-5-sec-3
====================================*/
.note-lp-5-sec-3{
  border-bottom:1px solid #DBDBDB;
}

.note-lp-5-sec-3 .four-col .icon{
  height:50px;
}

.note-lp-5-sec-3 .four-col{
  padding-bottom:30px;
}


/*===================================
note-lp-5-sec-4
====================================*/
.note-lp-5-sec-4{
  border-bottom:1px solid #DBDBDB;
}

/*=====================================
note-lp-5-sec-5
====================================*/
.note-lp-5-sec-5 .image{
  margin-top:20px;
  margin-bottom:20px;
  text-align:left;
}

.note-lp-5-sec-5 .fa{
  font-size:25px;
}


/*=====================================
RESPONSIVE STYLING
====================================*/


@media (max-width:767px){

  .note-lp-5-sec-1 .Three-col {
    text-align: center;
  } 

  .note-lp-5-sec-1 .row-fluid .icons {
    max-width: none;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 15px;
  } 

  body .container-fluid .row-fluid .note-lp-5-sec-4 .heading,body .container-fluid .row-fluid .note-lp-5-sec-5 .heading{
    margin-bottom:0;
  }


  .note-lp-5-sec-4 .image{
    margin-top:50px;
  } 


  .note-lp-5-sec-5{
    text-align:center;
  } 

  .note-lp-5-sec-5 .image{
    text-align:center;
    margin-top:50px;
  }

}




/*============================================================================
Jumbo Pricing table Section
============================================================================*/

.note-pricing-table-sec{
  background:#f7f7f7;
}

.note-pricing-table-sec tr:nth-child(odd) {
  background-color:#fff;
}

.note-pricing-table-sec table{
  border-collapse: collapse;
  border: 1px solid #e41919;
}

.note-pricing-table-sec table tbody td {
  padding: 18px 24px;
  border-spacing: 0;
  text-align:center;

}

.note-pricing-table-sec tbody td:first-child {
  text-align: left;
}



.note-pricing-table-sec table .blue-row {
  background-color:#e41919;
}

.note-pricing-table-sec h3 {
  padding: 20px 0 5px;
  margin-bottom:0px;
}







@media (max-width:767px){

  body .row-fluid .note-pricing-table-sec {
    display:none;
  }
}


/*=======================================================
PRICING Style 4
=======================================================*/



.note-pricing-sec-1 .column{
  background:#fff;
  position:relative;
  padding-bottom:28px;
  transition:all .4s ease-in-out;
}

.note-pricing-sec-1 .column:hover {
  transform: translate(0, -8px);
}

@media(min-width:768px) and (max-width:1024px){
  body .row-fluid .note-pricing-sec-1 .column.popular {
    padding-bottom: 80px!important;
  }  
}
@media (min-width:768px){

  body .row-fluid .note-pricing-sec-1 .column{    
    margin-left: 0;
    border: 1px solid #e7e7e7;
    border-right:0;
  }

  body .row-fluid .note-pricing-sec-1 .column:last-child{    
    border-right: 1px solid #e7e7e7;
  }

  body .row-fluid .note-pricing-sec-1 .column.popular{
    margin-top: -25px;
    /*border-right: 1px solid #e7e7e7;
    margin-right: -1px;
    padding-bottom:28px;
    transform: scale(1.06);
    z-index:5;*/
  }
}

body .row-fluid .note-pricing-sec-1 .column.popular:before{
  position: absolute;
  content: '';
  top: -7px;
  left: -9px;
  background: url('//459002.fs1.hubspotusercontent-na1.net/hubfs/459002/NOTE%20LP%20Assets%202017/MOST%20POPULAR.png') no-repeat;
  background-size: 100%;
  width: 98px;
  height: 100px;
  z-index: 10;
}

body .row-fluid .note-pricing-sec-1 .column.popular:after{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
}



.note-pricing-sec-1 .sec-pad{
  padding:0 20px;
  margin:0;
}

.note-pricing-sec-1 .column .heading{
  padding-top: 10px;
  padding-bottom: 10px;
  background:#333333;
}

.note-pricing-sec-1 .column .heading h3{
  color:#ffffff;
  font-weight:300;
}

.note-pricing-sec-1 .column .subhead{
  padding-top: 25px;
  padding-bottom: 10px;
}

.note-pricing-sec-1 .column .cost{
  padding-top: 20px;
  padding-bottom: 20px;
  background: #e41919;
}

.note-pricing-sec-1 .column .cost h2,.note-pricing-sec-1 .column .cost p{
  color:#ffffff;   
}

.note-pricing-sec-1 .column .about-plan{
  padding-top: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
}

.note-pricing-sec-1 .column li{
  border-bottom: dotted #d4d4d4 1px;
  padding: 12px 0px;
  margin-bottom: 0px;
  text-align:center;
}


.note-pricing-sec-1 .features{
  padding-top:20px;
  padding-bottom:20px;
}

.note-pricing-sec-1 .column  ul{
  margin-top:10px;
}

.note-pricing-sec-1 .column li:before{

}

.note-pricing-sec-1 .column .widget-type-cta{
  margin:0;
}

.note-pricing-sec-1 .column a.cta_button{
  padding: 10px 36px;
}

.note-pricing-sec-1 .column a.cta_button:hover{
  box-shadow:none;
  transform:translate(0)
}

.note-pricing-sec-1 .bottom-small-desc{
  border-top: 1px solid #e7e7e7;
  padding-top: 10px;    
  margin-top:30px;
}


@media (min-width:768px){

  body .row-fluid .note-pricing-sec-1 .jumbo-pricing-patter-1-cm-container>span{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top:0px;
  }
}



@media (max-width:1024px){

  .note-pricing-sec-1 .column {
    padding-bottom: 70px;
  }

  .note-pricing-sec-1 {
    padding: 50px 0;
  }
}

@media (max-width:767px){

  .note-pricing-sec-1 .features{
    text-align:left;
  }

  .note-pricing-sec-1 .column{
    margin-top:20px;
    border:1px solid #e7e7e7;
  }

  .note-pricing-sec-1 .column:hover {
    transform: translate(0);
  } 
}





/* ==========================================================================
Section One Styling                                              
========================================================================== */


body .container-fluid .row-fluid .note_lp_2_sec_one{
  text-align: center;
  padding: 150px 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

body .container-fluid .row-fluid .note_lp_2_sec_one:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.1);
}

body .container-fluid .row-fluid .note_lp_2_sec_one .wrapper{
  position:relative;
  z-index:1;
}

@media(min-width:768px){

  .note_lp_2_sec_one .span6:first-child .cta_button{
    float:right;
  }


  .note_lp_2_sec_one .span6:last-child .cta_button{
    float:left;
  }

}


@media(max-width:767px){

  .note_lp_2_sec_one .span6{
    margin-bottom: 25px;
  }

  body .container-fluid .row-fluid .note_lp_2_sec_one{
    padding:60px 0px;
  }


}



/* ==========================================================================
Section Two Styling                                            
========================================================================== */

.note_lp_2_sec_two .heading{
  padding-bottom:55px;
}

.note_lp_2_sec_two .span3 img{
  min-height:91px;
}

.note_lp_2_sec_two h4{
  padding:25px 0px 0px;
}

.note_lp_2_sec_two .span3 p{
  margin: 0 auto;
}

@media(max-width:767px){


  .note_lp_2_sec_two .span3{
    margin-bottom:30px;
  }

}


/* ==========================================================================
Section Three Styling                                            
========================================================================== */


body .container-fluid .note_lp_2_sec_three{
  background:#f7f8f8;
  padding: 60px 0 60px;
  min-height:670px;
  position:relative;
}

.note_lp_2_sec_three .heading{
  padding-bottom:40px;
}

.note_lp_2_sec_three h2{
  text-align:center;
  /*     color:#fff; */
  font-weight:300;
}

.note_lp_2_sec_three h2 span{
  font-weight:500;
}

.note_lp_2_sec_three p{
  color: #6e6e6e;
}

.note_lp_2_sec_three  h4{
  color:;
}

.note_lp_2_sec_three .span6{
  margin-bottom:30px;
}

.note_lp_2_sec_three .widget-type-cta {
  margin: 19px auto 0px;
  float: none;
  text-align: center;
}


@media(max-width:767px){

  .note_lp_2_sec_three{
    text-align:center;
  }

  .note_lp_2_sec_three .span8 img{
    margin:0 auto 15px;
    float:none;
    text-align:center;
    display:block;
  } 

  .note_lp_2_sec_three .span4 .image-left{
    position:static;
    margin:0 auto;
    float:none;
    display:block;
  }

}


/* ==========================================================================
Section Four Styling                                            
========================================================================== */

.note_lp_2_sec_four.section-padding{
  padding:120px 0px 120px;
}

.row-fluid .note_lp_2_sec_four .heading{
  padding-bottom:55px;
  max-width: 614px;
  margin: 0 auto;
  float: none;
  text-align: center;
}

.note_lp_2_sec_four h2{
  text-align:center;
}

.note_lp_2_sec_four ul{
  list-style-type:none;
  text-align:center;
}

.note_lp_2_sec_four ul li{
  display:inline-block;
  min-width:162px;
  position:relative;
  margin-left:0px;
  margin-bottom:0px;
}

.note_lp_2_sec_four ul li p{
  max-width: 114px;
  margin: 10px auto 10px;
}

@media(min-width:768px){

  .note_lp_2_sec_four ul li:first-child,.note_lp_2_sec_four ul li:last-child{
    top: -67px;
    padding-bottom: 32px;
  }

  .note_lp_2_sec_four ul li:first-child:after{
    content:"";
    position:absolute;
    background:url('//1598866.fs1.hubspotusercontent-na1.net/hubfs/1598866/LP-21/Artboard_2_1.png')no-repeat;
    width:128px;
    height:28px;
    bottom: -6px;
    right: -54px;

  }

  .note_lp_2_sec_four ul li:last-child:before{
    content:"";
    position:absolute;
    background:url('//1598866.fs1.hubspotusercontent-na1.net/hubfs/1598866/LP-21/Artboard_2_Copy.png')no-repeat;
    width:131px;
    height:30px;
    bottom: -8px;
    left: -43px;

  }

  .note_lp_2_sec_four ul li:first-child h4:after,.note_lp_2_sec_four ul li:last-child h4:after,.note_lp_2_sec_four ul li:nth-child(6) h4:after{
    display:none;
  }

  .note_lp_2_sec_four ul li:nth-child(2),.note_lp_2_sec_four ul li:nth-child(4),.note_lp_2_sec_four ul li:nth-child(6){
    bottom:-83px;
  }

  .note_lp_2_sec_four li h4{
    position:relative;
    line-height:0px;
  }

  .note_lp_2_sec_four li h4:after{
    content:"";
    position:absolute;
    background:url('//1598866.fs1.hubspotusercontent-na1.net/hubfs/1598866/LP-21/path.png') no-repeat;
    width:120px;
    height:2px;
    background-position:top center;
    top: 12px;
    right: -62px;
    display:block;
  }

  .note_lp_2_sec_four ul li p{
    max-width:81px;
  }

}


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


  .note_lp_2_sec_four ul li{
    min-width:103px;
  }

  .note_lp_2_sec_four ul li:first-child:after,.note_lp_2_sec_four li h4:after{
    width:58%;
  }

  .note_lp_2_sec_four ul li:last-child:before{
    left: -30px;
    width: 100%;
    background-size: contain;
    bottom: -13px;
  }

  .note_lp_2_sec_four ul li:first-child:after{
    right:-8px;
  }


  .note_lp_2_sec_four li h4:after{
    right: -34px;
  }

  .row-fluid .note_lp_2_sec_four .wrapper{
    padding:0px 10px;
  }


}

@media(max-width:767px){

  .note_lp_2_sec_four ul li{
    margin-bottom:30px;
  }

  .note_lp_2_sec_four ul li:nth-child(3),.note_lp_2_sec_four ul li:nth-child(5){
    display:flex;
    flex-direction:column
  }

  .note_lp_2_sec_four ul li:nth-child(3) h4,.note_lp_2_sec_four ul li:nth-child(5) h4{
    order: 1;

  }

  .note_lp_2_sec_four ul li:nth-child(3) img,.note_lp_2_sec_four ul li:nth-child(5) img{
    order:2;
    margin: 10px auto 0px;
  }

  .note_lp_2_sec_four ul li:nth-child(3) p,.note_lp_2_sec_four ul li:nth-child(5) p{
    order:3;
  }

  .note_lp_2_sec_four.section-padding{
    padding: 60px 0px 40px;
  }

}


/* ==========================================================================
Section Five Styling                                            
========================================================================== */

body .container-fluid .row-fluid .note_lp_2_sec_five .base-color{
  background:#e41919;
  text-align:center;
  padding:67px 0px 0px;
  position: relative;
  min-height: 668px;
}

.note_lp_2_sec_five .span6:first-child h2{
  color:;
  font-weight:300;
}

.note_lp_2_sec_five .span6:first-child h2 span{
  font-weight:700;
}

.note_lp_2_sec_five .span6:first-child p{
  color: #e8e8e8;
}


@media(min-width:768px){

  .note_lp_2_sec_five .span6:first-child img{
    margin: 27px auto 0px;
  }

  body .container-fluid .row-fluid .note_lp_2_sec_five .base-color{
    padding: 67px 34px 30px 0px;
  }


  body .container-fluid .row-fluid .note_lp_2_sec_five .grey-bg{
    width:51.333%;
  }

  body .container-fluid .row-fluid .note_lp_2_sec_five .grey-bg{
    margin:0px;
    padding-left: 114px;
    padding-right: 97px;
    padding-bottom: 58px;
    padding-top:67px;
  }

  body .container-fluid .row-fluid .note_lp_2_sec_five .base-color:before{
    content: '';
    position: absolute;
    left: -100%;
    width: 100%;
    top: 0;
    height: 100%;
    background:#e41919 ;
  }

  body .container-fluid .row-fluid .note_lp_2_sec_five .grey-bg{
    position:relative;
  }

  body .container-fluid .row-fluid .note_lp_2_sec_five .grey-bg:before{
    content: '';
    position: absolute;
    background:#f8f8f8;
    left: 100%;
    width: 100%;
    top: 0;
    height: 100%;
  }

}


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

  body .container-fluid .row-fluid .note_lp_2_sec_five .base-color{
    padding-left:20px;
    padding-right:20px;
  }   

  body .container-fluid .row-fluid .note_lp_2_sec_five .grey-bg{
    padding-left:30px;
    padding-right:0px;
  }

  body .container-fluid .row-fluid .note_lp_2_sec_five .grey-bg .widget-type-cta{
    margin-top:0px;
  }

  .note_lp_2_sec_five .span6:first-child img{
    margin:2px auto 0px;
  }

  body .container-fluid .row-fluid .note_lp_2_sec_five .testimonial_bg{
    max-width:100%;
  }

}


.note_lp_2_sec_five .testimonial_bg h6{
  text-align:right;
  position:relative;
  padding-top:0px;
  color:#e41919;
}



.note_lp_2_sec_five .testimonial_bg{
  background: #fff;
  max-width: 371px;
  padding: 14px;
  position:relative;
  margin-bottom:48px;
}

.note_lp_2_sec_five .testimonial_bg:before,.note_lp_2_sec_five .testimonial_bg:after{
  content:"";
  position:absolute;
  width:19px;
  height:16px;

}

.note_lp_2_sec_five .testimonial_bg:before{
  background:url('//1598866.fs1.hubspotusercontent-na1.net/hubfs/1598866/LP-21/Right_Quote.png') no-repeat;
  top:-6px;
  right:19px;
}

.note_lp_2_sec_five .testimonial_bg:after{
  background:url('//1598866.fs1.hubspotusercontent-na1.net/hubfs/1598866/LP-21/Left-Quote-1.png') no-repeat;
  bottom:-6px;
  left:19px;
}

.note_lp_2_sec_five .cta_button{
  padding: 10px 10px;
}


@media(max-width:767px){

  body .container-fluid .row-fluid .note_lp_2_sec_five .grey-bg{   
    padding-left: 20px;
    padding-right:20px;
    padding-bottom: 58px;
    padding-top:67px;
  }

  body .container-fluid .row-fluid .note_lp_2_sec_five .testimonial_bg{
    max-width:100%;
  }

  .note_lp_2_sec_five .Cta_text_grp .span6:last-child{
    margin-top:30px;
  }

  .testimonial_bg h6:before{
    width:79%;
  }

  .row-fluid .note_lp_2_sec_five .wrapper{
    padding:0px;
  }

  body .container-fluid .row-fluid .note_lp_2_sec_five .base-color{
    padding:67px 10px 30px;
  }

}

/* ==========================================================================
Section Six Styling                                            
========================================================================== */

.note_lp_2_sec_six h2{
  text-align:center;
}

.note_lp_2_sec_six ul{
  list-style-type:none;
  text-align:center;
}

.note_lp_2_sec_six ul li{
  display: inline-block;
  min-width: 200px;
  vertical-align: middle;
}


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

  .note_lp_2_sec_six ul li{
    margin-bottom:30px;
    min-width:148px;
  }

}


@media(max-width:767px){

  .note_lp_2_sec_six ul li{
    margin-bottom:30px;
  }    


}


/*====================================================
Hero Section
====================================================*/


.note-lp-6-sec-hero{
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
  padding:150px 0px;
}


@media(max-width:1024px){



}

@media(max-width:767px){

  .note-lp-6-sec-hero{
    padding:60px 0px;
  }    

}



/*About 3*/

.exp-no {
  font-size: 45px;
  font-weight: bold;
  color: #fb8e00;
  line-height: 1.2;
}

.exper-name {
  font-size: 20px;
  padding: 10px 0px;
}


.exp-outer {
  padding-top: 40px;
}

/****************************************************************** Elpro-footer-Section Styling *****************************************************************/

/********=================== Footer Section ===================*********/

/*=======Footer Menu Styling=========*/

@media(min-width: 768px){

  body .elpro-footer .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a {
    white-space: normal;
  }  

  body .row-fluid .footer-section .footer-menu.footer-content-first{
    width: 29.076923%;
  }

  .footer-section .footer-menu.footer-content-second{}

  body .row-fluid .footer-section .footer-menu.footer-content-third{
    width: 29.076923%;
  }  

  body .row-fluid .footer-section .footer-menu.footer-content-fourth{
    width: 11.076923%;
  }

}


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

  body .row-fluid .footer-section .footer-menu.footer-content-fourth {
    width: 10.076923%;
  }

}



/*========End=============================*/


.elpro-footer {
  background: #e41919;
}
body .row-fluid .elpro-footer .wrapper {
  box-sizing: border-box;
  width: 100% !important;
  max-width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 100px 20px 60px;
}
body .row-fluid .footer-end-section .wrapper {
  box-sizing: border-box;
  width: 100% !important;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0px 20px;
}
/* body .elpro-footer-section .row-fluid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
} */
body .row-fluid .footer-content-fourth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
body .elpro-footer .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1:first-child>a{
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  display: block;
  margin-bottom: 24px;
  padding: 0px;
  max-width: 100%;
  width: 100%;
  white-space: normal;
}
body .elpro-footer .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-right: 0px;
  padding-left: 0px;
}
body .elpro-footer .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
  padding: 5px 20px;
}
body .row-fluid-wrapper .row-fluid .footer-section .elpro-footer-bottom img.hs-image-widget {
  max-width: 200px !important;
  width: 100%;
  float: right;
  padding-top: 10px;
}
body .elpro-footer-bottom p {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 15px;
  color: #fff;
}
.elpro-footer-bottom {
  position: relative;
  padding: 63px 0px 2px;
  border-top: 1px solid #b50001;
}
.elpro-footer-sec {
  padding-bottom: 63px;
}
body .footer-content-fourth {
  /*     padding-left: 167px; */
}
body .footer-end-section {
  background-color: #b50001;
  padding: 15px 0 10px;
}
body .row-fluid-wrapper .footer-end-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-end-section li.hs-menu-item.hs-menu-depth-1 {
  padding: 0px 10px;
  border-left: 1px solid #fff;
}
.footer-end-second ul {
  margin: 0px;
  list-style: none;
  padding: 0;
}
.footer-end-second ul li {
  display: inline-block;
}
.footer_elpro_fix .footer-end-second ul li{
  margin:0;
}
.footer_elpro_fix .footer-end-second ul li:before{
  content:none;
}
body .footer-end-third {
  margin: 0px;
}
.footer-end-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  padding: 0px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.2px;
  font-size: 10px;
  display: block;
  white-space: normal;
  line-height: 12px;
  max-width: 100%;
  text-transform: uppercase;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li:first-child {
  border-left: none;
  padding-left: 0px;
}
.footer-end-second li a svg {
  color: #fff;
  margin-right: 10px;
  font-size: 18px;
}
.footer-end-second li a svg{
  width: 20px;
  height: 18px;
}
.footer-end-second li:first-child a svg {
  width: 18px;
  height: 20px;
  position: relative;
  top: 2px;
}
.footer-end-second li:nth-child(2) a svg {
  width: 24px;
  height: 22px;
}
.footer-end-second li:nth-child(3) a svg {
  width: 24px;
  height: 24px;
  position: relative;
  top: 2px;
}
.footer-end-second li a svg g{
  fill: #fff;
}
.footer-end-second li a,
.footer-end-second ul li,
.footer-end-second ul{
  vertical-align: middle;
}
.footer-end-second {
  line-height: 19px;
}
.footer-end-third p {
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.2px;
  color: #fff;
  font-size: 11px;
  margin: 0;
  float: right;
}
.elpro-footer-section {
  padding-bottom: 63px;
}
.footer-end-section .wrapper .row-fluid{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  align-items:center;
}
/************************************************** Media Query ******************************************/

@media (max-width:1542px){
  body .row-fluid .elpro-footer .wrapper {  
    padding-left: 52px;
    padding-right: 52px;
  }
  body .row-fluid .footer-end-section .wrapper {  
    padding-left: 52px;
    padding-right: 52px;
  }  
}

@media (max-width:1024px) and (min-width: 768px){
  body .row-fluid .elpro-footer .wrapper{
    padding: 30px 20px;
  }
  body .row-fluid .footer-end-section .wrapper{
    padding: 0px 20px;
  }
  .elpro-footer-bottom {
    padding: 39px 0px 0px;
  }
  .elpro-footer-section {
    padding-bottom: 27px;
  }
  body .elpro-footer .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1:first-child>a {
    font-size: 18px;
    line-height: 22px;
  }
  body .elpro-footer .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a {
    font-size: 14px;
    line-height: 20px;
  }  
}

/****************************************** Media Query @767px *************************************/

@media (max-width: 767px){
  body .blog_post_author_box .about_author_heaing h5 {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }
  body .blog_post_author_img {
    max-width: 50px;
    min-height: 50px;
  }
  body .blog_post_author_box {
    padding: 15px 20px
  }
  body .blog_post_author_bio a {
    font-size: 20px;
  }
  body .recent-posts.features-image-block {
    padding:100px 0px 45px;
  }
  body .recent-posts.features-image-block>.widget-span.wrapper {
    padding: 0;
  }
  body .blog_author_data .authour_data_fix {
    display:none;
  }
  body .blog_heading_with_author {
    max-width: 100%;
    min-height: 190px;
  }
  body .recent-posts.features-image-block .red-bg {
    padding: 30px 10px;
    max-width:100%;
  }
  body .blog_author_data {
    padding-top:0px;
  }
  body .row-fluid .blog_post_hero_bg {
    min-height: 300px;
  }
  body .row-fluid .elpro-footer .wrapper{
    padding: 30px 20px;
  } 
  body .row-fluid .footer-end-section .wrapper{
    padding: 0px 20px;
  }  
  body .row-fluid .elpro-footer-section .footer-menu {
    width: 50%;
    float: left;
    padding-bottom: 10px;
    min-height: 225px;
  }
  body .row-fluid .footer-content-fourth {
    display: block;
  }
  .elpro-footer-section {
    padding-bottom: 8px;
  }
  body .row-fluid .elpro-footer-bottom .elpro-footer-bottom-content {
    width: 48%;
    float: left;
  }
  .elpro-footer-bottom {
    padding: 45px 0px 0px;
  }
  body .elpro-footer-bottom p {
    font-size: 22px;
    margin-top: 0;
  }
  body .row-fluid-wrapper .row-fluid .footer-section .elpro-footer-bottom img.hs-image-widget {
    max-width: 180px !important;
    padding-top: 4px;
  } 
  body .elpro-footer .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1:first-child>a {
    margin-bottom: 7px;
    font-size: 16px;
  }
  body .elpro-footer .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a {
    font-size: 14px;
    line-height: 20px;
  }
  .footer-end-section li.hs-menu-item.hs-menu-depth-1 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    padding: 0;
    border-left: none;
  }
  .footer-end-second ul {
    text-align: center;
    margin: 0px;
  }
  .footer-end-third p {
    text-align: center;
    float: none;
  }
  body .footer-end-third {
    margin: 0px 0 10px;
  }
  body .row-fluid-wrapper .footer-end-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
    display: block;
    padding-bottom: 15px;
  }
  .footer-end-section .wrapper .row-fluid{
    display: block;
  } 
  body .row-fluid .elpro-footer-section .footer-menu:nth-child(2n + 2) {
    padding-left: 3%;
  }
  body .elpro-footer .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a{
    white-space: normal;
  }
}

@media (max-width: 420px){
  body .row-fluid-wrapper .row-fluid .footer-section .elpro-footer-bottom img.hs-image-widget {
    padding-top: 10px;
  } 
}

/*********************************** Form Section ***************************/

body .row-fluid-wrapper .row-fluid .form-section-module {
  max-width: 850px;
  margin: 0 auto;
  float: none;
}

body .row-fluid-wrapper .row-fluid .form-section-module h3.form-title{
  text-align: center;
}

/*********************************** Form Section end ***************************/

/*===================================================================================
* Header-19 Styling
===================================================================================*/


.elpro-header-fix {
  position: fixed;
  z-index: 99;
  width:100% !important;
  animation: bar .5s ease;
  -webkit-animation: bar .5s ease;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.31);
  background:#ffffff;
}
@keyframes bar {
  0% {
    top: -10%
  }

  100% {
    top: 0
  }
}


@media(min-width: 1025px){


  body .container-fluid .row-fluid .elpro-header .wrapper{
    padding: 0px 20px 0px 50px;
    max-width: 100%;
  }


  /*========Logo Module======*/


  .elpro-header .logo-module{ 
    padding-top: 17px;
  }





  /*=======Main Nav======*/

  .main-menu{
    position: relative;
  }

  .main-menu .hs-menu-wrapper.active-branch{
    text-align: center;
    min-height: 0px;
    line-height: 0px;
  }

  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1{
    position: inherit;
    min-height: 0px;
    line-height: 0.7;
    padding: 0px 20px;
  }

  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1>a{
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    white-space: nowrap;
    width: 100%;
    max-width: 100%;
    padding: 27px 0px;
  }

  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:hover>a{
    color: #e5191a
  }


  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 ul.hs-menu-children-wrapper{
    z-index: 2;
    /*     display: flex!important; */
    position: absolute;
    opacity: 0;
    left: 0;
    //bottom: -55px;
    width: 100%;
    height: 55px;
    list-style-type: none;
    padding-left: 0;
    justify-content: center;
    /*     background-color: #e5191a; */
    border: 0px;
  }

  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 ul.hs-menu-children-wrapper:before{
    content:'';
    position: absolute;
    left: -100%;
    right: 100%;
    width: 300%;
    height: 100%;
    background: #e5191a;
    z-index: -1;
  }

  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:hover>ul.hs-menu-children-wrapper{
    z-index: 3;
    display: flex;
    opacity: 1;
  }

  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-2{
    display: inline-block;
    float: left;
  }

  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-2>a{

    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    text-decoration: none;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    background-color: #e5191a;
    color: #fff;
    white-space: nowrap;
  }

  /*   .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item:first-child a {
  padding-left: 0px;
}
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item:last-child a {
  padding-right: 0px;
} */

  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-2:hover>a{
    background-color: #b50001;
  }

  a.back-btn {
    display: none !important;
  }





  /*=========Login Module==========*/

  .login-module .right-col{
    padding-top: 23px;
    float:right;
  }

  .login-module .right-col ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    float:right;
  }

  .login-module .right-col ul li a{
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s  all ease-in-out;
    box-sizing: border-box;
    align-items: center;
    padding: 0 0px 0px 15px;
    color: #484848;
    font-size: 11px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    width: 100px;
  }

  .login-module .right-col ul li svg{
    max-width:20px;
    max-height:20px;
    margin-bottom: 5px;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s  all ease-in-out;
  }
  .login-module .right-col ul li a:hover svg g{
    fill:#e5191a;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s  all ease-in-out;
  }
  .login-module .right-col ul li a:hover {
    color:#e5191a;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s  all ease-in-out;
  }

}


@media (min-width: 1025px) and (max-width:1075px) {
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
    padding: 0px 15px;
  }
}



@media(max-width: 1024px){

  .elpro-header{
    padding: 15px 0px;
  }

  body .container-fluid .row-fluid .elpro-header .wrapper{
    padding: 0px 20px; 
  } 

  body .container-fluid .row-fluid .logo-module{
    width: 100%;
  }

  .login-module .right-col{
    /*     display: none; */
  }  

  body .elpro-header .mobile-trigger{
    top: 20px;
  }

  body .elpro-header .custom-menu-primary.js-enabled .hs-menu-wrapper{
    padding: 0px;
    top: 70px;
    box-shadow: none;
    height: 100vh;
    overflow: auto;
    overflow-x: hidden;
  }

  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1>a{
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    text-decoration: none;
    box-sizing: border-box;
    width: 100%;
    padding: 23px 20px;
    color: #000;
    border-bottom: 1px solid #f6f5f5;
  }

  .main-menu .child-trigger{
    width: 55px!important;
    height: 65px!important;
    height: 56px!important;
  }

  .main-menu .child-trigger:before{
    content: '';
    right: 1px;
    color: #000;
    top: 29px;
    right:23px;
    transform: rotate(0);
    background-image: url(https://5859635.fs1.hubspotusercontent-na1.net/hubfs/5859635/Elpro_2021/global_assets/arrow-down-sign-to-navigate.png);
    position: absolute;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .main-menu .child-trigger.child-open:before {
    color: #e5191a;
    top: 24px;
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .main-menu .child-trigger i{
    width: 0px;
    height: 0px;
    display: none;
  }




}

/*==========Header Styling Start Here================*/

@media (min-width: 1025px) {
  .elpro-header  a.back-btn {
    display: none !important;
  }

  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:last-child>a{
    background-color: #e41919;
    color: #fff;
    padding: 12px 20px;
    margin-top: 15px;
  }

}
@media (min-width: 1025px) and (max-width:1075px) {
  .elpro-header  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
    padding: 0px 15px;
  }
}


@media (max-width: 1024px) {
  body .row-fluid .login-module {
    width: 100%;
  }

  .elpro-header  .login-module .right-col ul li a {
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    box-sizing: border-box;
    align-items: center;
    padding: 0 20px 0px 15px;
    color: #484848;
    font-size: 11px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
  }

  .elpro-header  .login-module .right-col ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: right;
  }
  .elpro-header  .login-module .right-col {
    float:right;
  }

  .elpro-header .login-module .right-col ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: right;
  }

  .elpro-header .login-module .right-col ul li svg {
    width:20px;
    height:20px;
    margin-bottom: 5px;
    text-align:center;  
  }

  .elpro-header .login-module {
    background-color: #f6f5f5;
    padding: 8px 0px;
    position: absolute;
    left:0;
    right:0;
  }

  .elpro-header .login-module .right-col ul li a:hover {
    color: #e5191a;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
  }

  .elpro-header .login-module .right-col ul li a:hover svg g {
    color: #e5191a;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
  }

  .elpro-header .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    margin-bottom: 0;
    position: relative;
    top: 53px;
  }
}

/*==========Header Styling End Here================*/



@media(min-width: 1400px){

  body .container-fluid .row-fluid .login-module .lang-switcher{
    text-align: left;
    margin-top: 27px;
    /*     width: 58.717949%; */
  }

  body .row-fluid .login-module .right-col{
    width: 38.717949%;
  }

}


@media(min-width: 1400px) and (max-width: 1600px){

  body .container-fluid .row-fluid .login-module .lang-switcher{
    padding-right: 12%;
  }


}



@media(min-width: 1025px) and (max-width: 1399px){

  body .container-fluid .row-fluid .login-module .lang-switcher{
    padding-right: 16%;
  }

  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1{
    padding: 0px 10px;
  }  


}  


body .container-fluid .row-fluid .login-module .lang-switcher{
  text-align: left;
  margin-top: 27px;
}

body .row-fluid .lang_list_class li a:hover{
  color: #e41919;
}



@media(max-width: 1024px){

  body .container-fluid .row-fluid .login-module .lang-switcher{
    //display: none;
  }

  body .row-fluid .lang_switcher_class {
    position: absolute;
    display: block;
    right: 129px;
    top: 23px;
  }

}


@media(max-width: 767px){
  .span12.widget-span.widget-type-custom_widget.reset-filter {
    position: relative;
    padding-bottom: 40px;
  }
  body .container-fluid .row-fluid .login-module .lang-switcher{
    margin: 0px;
  }

}

/*=======================================================
*  Overlay Styling
* ====================================================*/

.overlay-layer{
  position: relative;
  z-index: 1;
}

.overlay-layer:before{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(228,25,25,0.6);
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*=======================================================
*  NOTE PRICING TABLE NEW Styling
* ====================================================*/
.note-pricing-sec-1 .price-img{
  width:100%;
  display:inline-block;
}
.note-pricing-sec-1 .column .cost{
  background:#f7f8f8;
  padding-top:30px;
  position:relative;
}
.note-pricing-sec-1 .column .cost h2, .note-pricing-sec-1 .column .cost p {
  color: #6E6E6E;
}
.note-pricing-sec-1 .column .flag-tag{
  position:absolute;
  right:-5px;
  top:3px;
  background: #e41919;
  padding: 4px 10px 4px 10px;
}
.note-pricing-sec-1 .column .flag-tag p{
  color:#fff;
  font-size:14px;
}
.note-pricing-sec-1 .column .flag-tag:after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  margin-top: 4px;
  right: 0;
  border-right: 15px solid transparent;
  border-top: 15px solid #e41919;
}
.note-pricing-sec-1 .column .features ul li{
  text-align:left;
}
.note-pricing-sec-1 .column .features ul li:before{
  display:none;
}
.note-pricing-sec-1 .column .features ul li i{
  margin-right:15px;
}
.note-pricing-sec-1 .column .features .tick .fa-times-circle{
  display:none;
}
.note-pricing-sec-1 .column .features .Cross .fa-check-circle{
  display:none;
}
.note-pricing-sec-1 .column .features .none li i{
  display:none;
}
.note-pricing-sec-1 .column .features .none  li{
  padding-left:35px;
}
.note-pricing-sec-1 .features {
  padding-top: 15px;
  padding-bottom: 40px;
}
.note-pricing-sec-1 .column a.cta_button {
  display: block;
  font-size: 18px;
}
.note-pricing-sec-1 .column{
  padding-bottom:72px;
}
.note-pricing-sec-1 .column .button{
  position:absolute;
  bottom:25px;
  left: 50%;
  transform: translate(-50%);
}
body .row-fluid .note-pricing-sec-1 .jumbo-pricing-patter-1-cm-container>span>div {
  width:100%;
}

.note-pricing-sec-1 .column .cost h5{
  color: #6e6e6e;
  font-size: 16px;
  font-family: 'Roboto',sans-serif;
  line-height: 1.5l
}

@media (max-width:1024px){
  .note-pricing-sec-1 .column .flag-tag{
    top:50px;
  }
  .note-pricing-sec-1 .column .flag-tag p{
    font-size:12px;
  }
}



@media(min-width: 768px){

  body .note-pricing-sec-1 .column .cost ul{
    margin-bottom: 0px;
  }

  body .note-pricing-sec-1 .column .cost{
    padding-bottom: 0px;
  }


}



@media(max-width: 767px){

  .note-pricing-sec-1 .column .cost{
    height: auto!important;
  }


  .note-pricing-sec-1 .column .cost h5{
    height: auto!
  }


}








/*======= Resource Single Col ========*/

body .container-fluid .row-fluid  .resource-single-col .two-col-adjust>span{
  display: block;
}




/*======== Pricing Table Styling =========*/

.note-pricing-sec-1 .jumbo-pricing-patter-1-cm-container ul li{
  padding-top: 0px;
  border-bottom: 0px;
  padding-bottom: 5px;
}

.note-pricing-sec-1 .jumbo-pricing-patter-1-cm-container ul li:before{
  top: 7px;
}

.cta-top-space{
  margin-top: 15px;
  margin-bottom:40px;
}



/*====== Pricing Version 2 =======*/

body .sec-pad.cost-v2{
  padding: 20px;
  text-align: left;
}

body .sec-pad.cost-v2 h4{
  margin-bottom: 15px;
  color: #6e6e6e;
}

body .sec-pad.cost-v2 ul li{
  text-align: left;
}



@media(min-width: 768px){


  body .row-fluid .jumbo-pricing-patter-1-cm-container.one-module span>.hs_cos_wrapper{
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
    margin-top: 30px;
  }

}

/****** Content Table Aug 2020 *******/





/*************************************************************************************/
/**************************** ELPRO Header 2021 changes styles ***********************/
/************************************************************************************/

/*========= Small Nav ==========*/
.el-small-nav{
  background:#E41919;
  text-align:right;
}
body .container-fluid .row-fluid .el-small-nav .wrapper{
  padding: 0px 20px 0px 50px;
  max-width: 100%;
}

.el-small-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
  float:none;
  display:inline-block;
}
body .el-small-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a{
  text-overflow: unset;
  padding: 8px 10px 6px;
  font-size: 14px;
  max-width:100%;
  color:#ffff;
  overflow: initial;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: normal;
}
.el-small-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child a{
  padding-right: 0;
}
/*======Language Switcher Styling========*/
/* onload remove two header css */
.elpro-header .custom-menu-primary.d-none{
  visibility: hidden;
}
.elpro-header .english-logo.d-none,
.elpro-header .german-logo.d-none,
.el-small-nav .english-top-nav.d-none,
.el-small-nav .german-top-nav.d-none{
  visibility: hidden;
}


/* Top nav Lang switcher */

.en .el-small-nav .english-top-nav{
  display: block;
  opacity: 1;
  visibility: visible;
}
.en .el-small-nav .german-top-nav{
  display: none;
  opacity: 0;
  visibility: hidden;
}

.de .el-small-nav .german-top-nav{
  display: block;
  opacity: 1;
  visibility: visible;
}
.de .el-small-nav .english-top-nav{
  display: none;
  opacity: 0;
  visibility: hidden;
}


/*======End of Language Switcher Styling========*/

.elpro-header{
  position:relative;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 ul.hs-menu-children-wrapper:before{
  display:none;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:nth-child(1):hover>ul.hs-menu-children-wrapper{
  height:auto;
  background:none;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:nth-child(2):hover>ul.hs-menu-children-wrapper{
  height:auto;
  background:none;
}



/*============= Mega menu styling =================*/
body .row-fluid .solutions-menu,
body .row-fluid .applications-menu {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.elpro-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
  /*   transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out; */
}

body .container-fluid .row-fluid .elpro-header .mega-menu-cm .wrapper {
  max-width: 1200px;
  padding: 20px 30px;
}



.solutions-cm .col .heading ul li{
  padding: 0;
  text-align: center;
}


.solutions-cm .col .heading ul li a{
  color: #000;
  background: transparent;
  padding: 0 10px 20px;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .4px;
  text-transform: uppercase;
}


.solutions-cm .col .heading ul li:hover a,
.applications-cm .col ul li:hover a{
  color: #e5191a;
}

/* background image */
.solutions-cm .col .bg-img ,
.applications-cm .img-col .bg-img{
  min-height: 263px;
  /*min-height:160px;*/
}

.solutions-cm .col .img-sec {
  display: none;
}
/* links */
.solutions-cm .col.links .menu-body ul li:first-child a{
  padding-top: 0
}
.solutions-cm .col.links .menu-body li a {
  color: #000;
  padding: 7px 10px;
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  text-align: left;
}
.solutions-cm .col.links .menu-body li:hover a{
  color: #e5191a;
} 
.solutions-cm .col.links .heading ul li a{
  font-weight: 600;
  text-align: left;
}


.applications-cm .col ul li{
  padding: 0;
  float:none;
}
/*   application col a tag */
.applications-cm .col ul li a{
  color: #000;
  background: transparent;
  padding: 7px 10px;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .4px;
  text-transform: uppercase;
  text-align: left;
}


/* search icon */
.elpro-header .search-icon {
  width: 21px;
  height: 21px;
  margin-top: 27px;
  cursor: pointer;
}
.row-fluid .search-popup.modal {
  display: none;
}
/*=============== search input popup =================*/
body .blocker{
  z-index: 99;
}

body .search-popup {
  text-align: center;
  max-width: 600px;
  border-radius: 0;
  width: 100%;
  padding: 60px 40px 45px;
}

.search-popup h3 {
  color: #e41919;
}

.search-popup .hs-search-field__bar input {
  outline: 0;
  border-radius: 0;
  border: thin solid #3a3a39;
  height: 40px;
  max-width: 423px;
  color: #000;
  background: url(https://www.elpro.cloud/hubfs/Mega%20Menu%20Assets/search-icon.svg) no-repeat;
  background-size: 16px 16px;
  background-position: 5%;
  padding: 10px 10px 10px 44px;
  margin: 0;
}
.search-popup .hs-search-field__bar input:focus {
  outline: 0;
  border: 1px solid #000;
}
.search-popup .hs-search-field {
  padding: 20px 0;
}


.search-popup .hs-search-field {
  max-width: 423px;
  margin: 0 auto;
}

.hs-search-field__suggestions {
  border: 0;
  background-color: white;
  padding: 0;
  box-shadow: 0 8px 8px rgb(10 10 10 / 10%);
}

.hs-search-field--open .hs-search-field__suggestions {
  border: 0;
}

.row-fluid .search-popup .hs-search-field__suggestions li:first-child {
  display: none;
}

.hs-search-field__suggestions #results-for {
  display: none;
}



.hs-search-field__suggestions li a {
  color: #000;
  font-weight: 400;
  padding: 10px 28px;
  text-align: left;
}

.hs-search-field__suggestions li a span {
  font-weight: 500;
}
.search-popup.modal a.close-modal {
  background-image: url(https://www.elpro.cloud/hubfs/Mega%20Menu%20Assets/Close-icon.svg);
  height: 16px;
  width: 16px;
  right: 18px;
  top: 18px;
}


/*=========== education mega mnu ===============*/
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:nth-child(3)>ul.hs-menu-children-wrapper {
  background: rgba(255,255,255,.94);
  border-top: 4px solid #e41919;
  max-width: 1140px;
  padding: 20px 30px;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: block;
  height: inherit;
  text-align: left;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:nth-child(3)>ul li.hs-menu-item.hs-menu-depth-2>a {
  background: transparent;
  display: block;
  color: #000;
  padding: 7px 10px;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  text-transform: uppercase;
  white-space: pre-line;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:nth-child(3)>ul li.hs-menu-item.hs-menu-depth-2 {
  display: block;
  float: none;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:nth-child(3)>ul li.hs-menu-item.hs-menu-depth-2>a:hover {
  color: #e5191a;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
  white-space: pre-line;
}

body .four-col-icon-text-cm .icon-grp-inner h4 {
  text-align:center;
}

/*==================================================================
MEDIA QUERIES STARTS
=====================================================================*/

@media (min-width: 768px){

  .solutions-cm .col.links  {
    width: 13%;
  }

  .solutions-cm .col.link-img {
    width: 26%;
  }
  .main-menu {
    position: initial;
  }
  .de .elpro-header .solutions-cm .col .heading ul li a{
    min-height: 31px;
  }

}


@media (min-width: 1025px){
  li.hs-item-has-children:hover ul.hs-menu-children-wrapper .solutions-menu,
  li.hs-item-has-children:hover ul.hs-menu-children-wrapper .applications-menu{
    opacity: 1;
    visibility: visible;
  }
  li.hs-item-has-children ul.hs-menu-children-wrapper .solutions-menu,
  li.hs-item-has-children ul.hs-menu-children-wrapper .applications-menu{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
    /*     -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; */
  }
  /*   down arror */

  .elpro-header ul>li.hs-item-has-children>a:after {
    content: '' !important;
    right: 1px;
    color: #000;
    top: 29px;
    transform: rotate(0);
    background-image: url(https://5859635.fs1.hubspotusercontent-na1.net/hubfs/5859635/Elpro_2021/global_assets/arrow-down-sign-to-navigate.png);
    position: absolute;
    width: 12px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .elpro-header .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-item.hs-menu-depth-1 {
    padding: 0;
  }
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-item.hs-menu-depth-1>a {
    padding: 27px 10px;
    position: relative;
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
  }
  .elpro-header .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a {
    padding: 27px 20px;

  }

  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-item.hs-menu-depth-1:nth-child(4)>a {
    padding-left: 20px;
  }

  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-item.hs-menu-depth-1:last-child>a {
    margin-left: 11px;
  }


  .elpro-header ul>li.hs-item-has-children:hover>a:after {
    color: #e5191a;
    top: 24px;
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }

  .elpro-header .login-mobile {
    display: none;
  }
  .elpro-header .search-mobile {
    display: none;
  }
  .elpro-header .lang-mobile {
    display: none;
  }


}


@media (min-width: 1400px){
  body .container-fluid .row-fluid .login-module .search-module {
    width:23.076923077%;
  }
}
@media (min-width: 1025px) and (max-width: 1253px){
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-item.hs-menu-depth-1>a {
    padding: 27px 5px;
    font-size: 12px;
  }
  .elpro-header .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a {
    padding: 27px 12px;
  }

  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-item.hs-menu-depth-1:nth-child(4)>a {
    padding-left: 12px;
  }

  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-item.hs-menu-depth-1:last-child>a {
    margin-left: 6px;
  }
  .elpro-header ul>li.hs-item-has-children>a:after{
    right: -2px;
    font-size: 16px;
  }
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:last-child>a{
    padding: 12px 15px;
  }
  .solutions-cm .col .heading ul li a,
  .applications-cm .col ul li a,
  .solutions-cm .col.links .menu-body li a,
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:nth-child(3)>ul li.hs-menu-item.hs-menu-depth-2>a {
    font-size: 12px;
  }

}

/*====== Germeny Header responsive(language switched) =========*/
@media (min-width: 1025px) and (max-width: 1072px){
  .de .elpro-header .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a {
    padding: 27px 11px;
  }
  .de .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-item.hs-menu-depth-1:nth-child(4)>a {
    padding-left: 10px;
  }
  .de .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-item.hs-menu-depth-1>a {
    padding: 27px 4px;
  }
  .de .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:last-child>a {
    padding: 12px 8px;
    margin-left: 2px;

  }
}
@media (min-width: 1254px) and (max-width: 1320px){
  .de .elpro-header .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a {
    padding: 27px 17px;
  }
  .de .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-item.hs-menu-depth-1:nth-child(4)>a {
    padding-left: 17px;
  }
  .de .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-item.hs-menu-depth-1>a {
    padding: 27px 8px;
  }
  .de .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:last-child>a {
    padding: 12px 15px;
    margin-left: 8px;
  }
}
/*====== end of Germeny Header responsive(language switched) =========*/

@media (min-width: 768px) and (max-width: 1024px){
  .solutions-cm .col.links {
    width: 17%;
  }

  .solutions-cm .col.link-img {
    width: 24%;
  }
  body .search-popup {
    padding: 40px;
  }

  body .row-fluid .custom-menu-primary .hs-menu-wrapper .solutions-cm .col .heading ul li a,
  body .row-fluid .custom-menu-primary .hs-menu-wrapper .applications-cm .col ul li a,
  .solutions-cm .col.links .menu-body li a,
  body .row-fluid .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:nth-child(3)>ul li.hs-menu-item.hs-menu-depth-2>a {
    font-size: 12px;
  }

  /*   New changes */
  .solutions-cm .col .heading ul li {
    min-height: 52px;
  }

  .solutions-cm .col .bg-img{
    min-height:160px;
  }

}


@media (max-width: 1024px){
  body .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
    position: relative;
  }
  li.hs-item-has-children.menu-show ul.hs-menu-children-wrapper .solutions-menu,
  li.hs-item-has-children.menu-show ul.hs-menu-children-wrapper .applications-menu {
    opacity:1;
    visibility:visible;
    display:block;
  }

  body .container-fluid .row-fluid .el-small-nav .wrapper{
    padding: 0 20px ;
  }

  /*=======   mega menu ========*/
  li.hs-item-has-children ul.hs-menu-children-wrapper .solutions-menu,
  li.hs-item-has-children ul.hs-menu-children-wrapper .applications-menu{
    margin-left: 0;
  }
  body .container-fluid .row-fluid .elpro-header .mega-menu-cm .wrapper{
    border: 0 !important;
    /*height: 100vh; */
    padding: 20px;
  }

  .applications-cm .img-col .bg-img{
    min-height: 279px;
  }
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:nth-child(3)>ul.hs-menu-children-wrapper {
    padding: 20px;
  }
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1>a:hover{
    color: #e5191a;
  }


  /*       login */
  body .elpro-header .login-module,
  body .elpro-header .login-mobile .search-module,
  body .elpro-header .login-mobile .lang-switcher{
    display: none;
  }
  body .elpro-header .login-mobile .login-module{
    display: block;
  }

  /*   search icon */
  .elpro-header .search-icon{
    position: absolute;
    display: block;
    right: 79px;
    top: -4px;
  }
}


@media (max-width:767px){
  /*   top nav */
  .el-small-nav  .hs-menu-wrapper, .el-small-nav .hs-menu-wrapper *{
    width:auto;
  }
  body .el-small-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a{
    padding: 8px 4px 6px;
    font-size: 12px
  }

  /*   mega menu */
  .solutions-cm .col .bg-img, .applications-cm .img-col .bg-img {
    /*     min-height: 180px; */
    min-height: 160px;
    background-position: top left !important;
    background-size:contain!important;
  }
  .solutions-cm .col .bg-img {
    margin-bottom: 12px;
  }
  body .row-fluid .custom-menu-primary .hs-menu-wrapper .solutions-cm .col .heading ul li a,
  body .row-fluid .custom-menu-primary .hs-menu-wrapper .applications-cm .col ul li a,
  .solutions-cm .col.links .menu-body li a,
  body .row-fluid .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:nth-child(3)>ul li.hs-menu-item.hs-menu-depth-2>a {
    font-size: 14px;
  }

  .solutions-cm .col .heading ul li a {
    padding: 20px 10px 20px 0;
  }

  body .container-fluid .row-fluid .elpro-header .mega-menu-cm .wrapper {
    padding: 0 20px 13px;
  }

  .solutions-cm .col.links .menu-body li a {
    padding-left: 0;
    font-weight: 400;
  }

  .applications-cm .col ul li a {
    padding-left: 0;
  }

  body .container-fluid .row-fluid .elpro-header .mega-menu-cm.applications-cm .wrapper {
    padding: 13px 20px;
  }

  .applications-cm .links-col {
    padding-bottom: 13px;
  }

  .applications-cm .row-fluid .col:nth-child(2) {
    padding-bottom: 13px;
  }
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:nth-child(3)>ul.hs-menu-children-wrapper {
    padding: 13px 20px;
    border: 0;
  }
  /*==========   search popup ===============*/
  body .search-popup {
    padding: 40px 18px;
  }


}

@media (max-width: 479px){
  .elpro-header .search-icon{
    right:  70px;
  }
  body .row-fluid .lang_switcher_class {
    right: 109px;
  }
}

@media (max-width: 408px){
  body .container-fluid .row-fluid .el-small-nav .wrapper{
    padding: 0 10px ;
  }
  body .el-small-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a{
    padding: 8px 1px 6px;
    font-size: 10px
  }
}

@media (max-width: 339px){
  .elpro-header .search-icon{
    right: 60px;
  }
  body .row-fluid .lang_switcher_class {
    right:  87px;
  }
}
/*==================================================================
END OF MEDIA QUERIES STARTS
=====================================================================*/


/*************************************************************************************/
/**************************** ELPRO Header 2021 changes Ends Here ***********************/
/************************************************************************************/

/*==================================================================
Cookies button center styling
=====================================================================*/

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  margin-right: 0 !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  text-align: center !important;
}

/*==================================================================
End of Cookies button center styling
=====================================================================*/




@media (min-width: 768px) and (max-width: 1024px){
  .elpro-products .identical-col a.cta_button{
    font-size: 16px;
    padding: 12px 20px;
  }
  .ap-three-col-sec h3 {
    font-size: 20px !important;
  }

  .elpro-products .identical-col{
    position:relative;
    padding-bottom:90px;
    padding-top: 118px;
  }

  .elpro-products .identical-col .widget-type-cta{
    position:absolute;
    bottom: 0;
  }

  .elpro-products .identical-col h4{
    position:absolute;
    top:0;
  }

  .elpro-products .widget-type-rich_text p:last-child{
    margin-bottom:0px;
  }
}

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

  .elpro-products .identical-col{
    padding-top:78px;
  }

}

@media (min-width: 768px) and (max-width: 853px){
  .ap-three-col-sec h3 {
    min-height: 56px;
  }
}
@media (max-width: 767px){
  .ap-three-col-sec .cta-top-space {
    margin-bottom: 15px;
  }
  .note_lp_2.section-padding.ap-three-col-sec{
    padding:40px 0px;
  }

}



/*=============Lab & Equipment Page==============*/

@media(min-width:1025px){


  .five-col-grp .wrapper>.row-fluid-wrapper>.row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .row-fluid [class*="span"].five-col-adjust{
    width: 17.7%!important;
    padding: 10px;
  }

  body .five-col-adjust a.cta_button{
    box-sizing: border-box!important;
    word-break: break-all;
  }

}

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

  .row-fluid [class*="span"].five-col-adjust{
    width:31.4%;
    margin-bottom: 20px;
    padding: 10px;
    min-height:466px!important;
  }

  body .five-col-adjust a.cta_button{
    box-sizing: border-box!important;
    word-break: break-all;
  }

}


@media(max-width:767px){
  .banner-sliding-cm.desktop-version {
    display: none !important;
  }

  .five-col-adjust{
    margin-bottom:20px;
    padding: 10px;
  }
  body .four-col-icon-text-cm .icon-grp-inner {
    min-height: 140px;
  }
  .section-padding.one-col-text-cta {
    padding-top: 60px;
  }
  body .two-col-img-text-cm {
    margin-top: 20px;
  }
  .two-col-img-text-cm .row-fluid .span6.img-col {
    min-height: 300px;
  }
  .section-padding.one-col-text-cta .section-cta.align-cnter {
    padding-top: 30px;
  }
  body.download-page .four-col-icon-text-cm.section-padding {
    padding-top: 0;
  }

  .five-col-grp .section-padding{
    padding-top:0px;
  }
  body .latest-news-cm .title h2 {
    line-height: 1.4;
    font-size: 20px;
  }
  body .banner-sliding-cm .heading-section h2,
  body .banner-sliding-cm .heading-section h1,
  body .two-col-img-text-cm .text-col h3 {
    font-size: 24px;
    line-height: 32px;
  }

  body .banner-sliding-cm .heading-section p, 
  body .two-col-img-text-cm .text-col h6 {
    font-size: 16px;
    line-height: 24px;
    text-align:center;
  }
  body .section-title .section-cta {
    padding-top:0px;
  }
  body .two-col-img-text-cm .text-col h3 {
    font-size:20px;
    line-height: 24px;
  }
  .two-col-img-text-cm .text-col p,
  .two-col-img-text-cm .text-col .cta.white-cta{
    text-align: center;
  }
  .two-col-img-text-cm .text-col .cta.white-cta {
    padding-top:0px;
  }
  .banner-sliding-cm.desktop-version {
    display:none;
  }
  .banner-sliding-cm.mobile-version .main-section-cm .bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 250px;
  }
}



ul.list li.hs_cos_wrapper {
  margin: 0;
  width: 50%;
  float: left;
}
body .row-fluid ul.list li.hs_cos_wrapper:before {
  display:none;
}
.elpro-resources .resource-cards:not(:last-child) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}


body .footer_elpro_fix  li.hs-menu-item.hs-menu-depth-1{
  margin-left: 0;
  margin-bottom: 0;
}
body .footer_elpro_fix .footer-end-section li.hs-menu-item.hs-menu-depth-1{
  line-height:1.4;
}
.wrapper.no-list-style li:before,
body .footer_elpro_fix li.hs-menu-item.hs-menu-depth-1:before{
  content:none;
}
body .footer_elpro_fix .footer-end-section li.hs-menu-item.hs-menu-depth-1{
  font-weight:300;
}
/* body a.cta_button, body .container-fluid .row-fluid .no-bg {
background: transparent ;
border-radius: 0px;
border: none;
} */
.slick-slider ul.slick-dots li::before {
  display: none;
}
.note_lp_2.align-center h4 span {
  display: block;
  text-align: center;
  padding-top: 12px;
}
.note_lp_2.grey-bg a img.hs-image-widget {
  width: 100%;
}
ul.hs-search-field__suggestions,
.hs-blog-post section.slider-gallery-section{
  display: none;
}
.hs-blog-post section.slider-gallery-section.show-gallery {
  display:block;
}
@media (min-width:768px) {
  .banner-sliding-cm.mobile-version {
    display:none !important;
  }

}

@media (min-width:400px) and (max-width:767px) {
  body .row-fluid .four-col-icon-text-cm.section-padding .four-col-adjust span {
    max-width: 400px;
  }
  body .row-fluid .four-col-icon-text-cm.section-padding .four-col-adjust span>.hs_cos_wrapper.align-center {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    padding: 15px 10px;
    margin-top:0px;
  }
}

.subscription-preference .body-container-wrapper .subcription_main_wrapper{
  max-width: 1200px;
  padding:0 15px;
  margin: 0 auto !important;
  float:none;
}
.subscription-preference .header-container.container-fluid .subscription_logo_section {
  padding: 15px 50px;
  max-width: 100%;
  background-color: #FFF;
  text-align: center;
}
.subscription-preference .header-container.container-fluid .subscription_logo_section .hs_cos_wrapper_type_logo a{
  display:block;
}
.subscription-preference .footer-container.container-fluid {
  background-color: #E41919;
  padding: 15px 0 10px;
  margin-top: 50px;
  text-align: center;
}
.subscription-preference .footer-container.container-fluid .subscription_footer_section{
  color:#FFF;
  margin: 0 auto !important;
  max-width: 1200px;
  float:none;
}
.subscription-preference .body-container-wrapper .subcription_main_wrapper .checkbox-row span.fakelabel span{
  width:100%;
  float:none;
}
.subscription-preference .subcription_main_wrapper form#email-prefs-form p {
  font-size: 16px;
  font-weight: 400;
}
.subscription-preference .body-container-wrapper .subcription_main_wrapper #email-prefs-form input[type="checkbox"] {
  padding: 8px;
  height: 20px;
  top: 0px;
  margin-top: 3px;
  margin-right:10px;
}
.subscription-preference .body-container-wrapper .subcription_main_wrapper #email-prefs-form input[type="checkbox"]:checked:after,
.subscription-preference .body-container-wrapper .subcription_main_wrapper #email-prefs-form .item.disabled input[type="checkbox"]:after{
  content: '';
  position: absolute;
  width: 12px !important;
  height: 4px;
  top: 3px;
  left: 0px;
  border: 3px solid #e41919;
  border-top: 0;
  border-right: 0;
  transform: rotate(
    -45deg);
  -webkit-transform: rotate(
    -45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  font-size: 15px;
  line-height: 15px;
  font-family: FontAwesome;
  color: #e41919;
}
.subscription-preference .body-container-wrapper .subcription_main_wrapper #email-prefs-form .email-prefs .item .item-inner {
  min-height: auto;
  opacity:0.7;
}
.subscription-preference .body-container-wrapper .subcription_main_wrapper #email-prefs-form .email-prefs .item .item-inner.selected{
  opacity:0.9;
}
.subscription-preference .body-container-wrapper .subcription_main_wrapper #email-prefs-form .email-prefs .item.item-no-1 .item-inner,
.subscription-preference .body-container-wrapper .subcription_main_wrapper #email-prefs-form .email-prefs .item.item-no-0 .item-inner{
  opacity:1;
}
.subscription-preference .subcription_main_wrapper #email-prefs-form .email-prefs input#submitbutton {
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 28px;
  font-weight: 400;
  cursor: pointer;
  font-family: 'Calibri',sans-serif;
  text-align: center;
  display: inline-block;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  background-color: #e41919 !important;
  border: 2px solid;
  border-color: #e41919;
  white-space: normal;
}
.subscription-preference .subcription_main_wrapper #email-prefs-form .email-prefs input#submitbutton:hover{
  background-color: #b50001 !important;
  border-color: #b50001 !important;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}
.subscription-preference .subcription_main_wrapper .email-prefs .item p {
  margin: 5px 37px 0px;
}

.unsubscribe-body .subscription_logo_section {
  padding: 15px 50px;
  max-width: 100%;
  background-color: #FFF;
  text-align: center;
}
.unsubscribe-body .unsubscribe_wrapper{
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto !important;
  float: none;
  height: calc(100vh - 167px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.unsubscribe_wrapper form h3,
.unsubscribe_wrapper .page-header h1{
  text-align:left;
}
.unsubscribe_wrapper .page-header h1 {
  font-size: 30px;
}
.unsubscribe_wrapper form h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.unsubscribe_wrapper .page-header{
  padding-bottom:10px;
}
.unsubscribe-body .footer-container.container-fluid {
  background-color: #e41919;
  padding: 15px 0 10px;
  margin-top: 50px;
  text-align: center;
  color:#FFF;
}
.unsubscribe-body .unsubscribe_wrapper #email-prefs-form input#submitbutton{
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 28px;
  font-weight: 400;
  cursor: pointer;
  font-family: 'Calibri',sans-serif;
  text-align: center;
  display: inline-block;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  background-color: #e41919 !important;
  border: 2px solid;
  border-color: #e41919;
  white-space: normal;
}
.unsubscribe-body .unsubscribe_wrapper #email-prefs-form  input#submitbutton:hover{
  background-color: #b50001 !important;
  border-color: #b50001 !important;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}
.unsubscribe-body .unsubscribe_wrapper #email-prefs-form  input.email-edit.hs-input {
  height: 40px;
  padding: 10px 20px;
}
body .hs_cos_gallery_main .slick-dots li.slick-active button:before {
  color: #e41919;
  opacity: 1;
}
body .hs_cos_gallery_main .slick-dots li{
  margin: 0 7px;
}
body .hs_cos_gallery_main .slick-prev::before,
body .hs_cos_gallery_main .slick-next::before{
  color: transparent !important;
  content: '' !important;
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
body .hs_cos_gallery_main .slick-prev::before{
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNDguMyAyODYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE0OC4zIDI4NjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yXyk7fQoJLnN0MXtmaWxsOiM3NDc0NzQ7fQo8L3N0eWxlPgo8Zz4KCTxkZWZzPgoJCTxyZWN0IGlkPSJTVkdJRF8xXyIgeD0iMS45IiB5PSIxLjUiIHdpZHRoPSIxNDUuMyIgaGVpZ2h0PSIyODIuNyIvPgoJPC9kZWZzPgoJPGNsaXBQYXRoIGlkPSJTVkdJRF8yXyI+CgkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfMV8iICBzdHlsZT0ib3ZlcmZsb3c6dmlzaWJsZTsiLz4KCTwvY2xpcFBhdGg+Cgk8ZyBjbGFzcz0ic3QwIj4KCQk8cG9seWdvbiBjbGFzcz0ic3QxIiBwb2ludHM9IjE0My4yLDI4NC4yIDE0Ny4xLDI4MC4zIDkuNywxNDIuOCAxNDcuMSw1LjQgMTQzLjIsMS41IDEuOSwxNDIuOCAJCSIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=)!important;
  left:-10px;
}
body .hs_cos_gallery_main .slick-next::before{
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNDguMyAyODYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE0OC4zIDI4NjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yXyk7fQoJLnN0MXtmaWxsOiM3NDc0NzQ7fQo8L3N0eWxlPgo8Zz4KCTxkZWZzPgoJCTxyZWN0IGlkPSJTVkdJRF8xXyIgeD0iMS45IiB5PSIxLjUiIHdpZHRoPSIxNDUuMyIgaGVpZ2h0PSIyODIuNyIvPgoJPC9kZWZzPgoJPGNsaXBQYXRoIGlkPSJTVkdJRF8yXyI+CgkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfMV8iICBzdHlsZT0ib3ZlcmZsb3c6dmlzaWJsZTsiLz4KCTwvY2xpcFBhdGg+Cgk8ZyBjbGFzcz0ic3QwIj4KCQk8cG9seWdvbiBjbGFzcz0ic3QxIiBwb2ludHM9IjUuOCwyODQuMiAxLjksMjgwLjMgMTM5LjMsMTQyLjggMS45LDUuNCA1LjgsMS41IDE0Ny4xLDE0Mi44IAkJIi8+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==)!important;
  right: -10px;
}