/* @import url('http://example.com/example_style.css'); */
/*
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
@import url('//fonts.googleapis.com/css?family=Lato:400,400i,600,600i,700,700i,900');
*/

/**
* CSS @imports must be at the top of the file.      
* Add them above this section.                             
*/
/*
@font-face {
  font-family: "Tw Cen MT Std";
  src: url(//313589.fs1.hubspotusercontent-na1.net/hubfs/313589/Campaign_Creators/Fonts/Tw%20Cen%20MT.ttf);
  font-weight:normal;
}


@font-face {
  font-family: "Tw Cen MT Std";
  src: url(//313589.fs1.hubspotusercontent-na1.net/hubfs/313589/Campaign_Creators/Fonts/Tw%20Cen%20MT%20Italic.ttf);
  font-weight:normal;
  font-style:italic;
}

@font-face {
  font-family: "Tw Cen MT Std";
  src: url(https://313589.fs1.hubspotusercontent-na1.net/hubfs/313589/Campaign_Creators/Fonts/Tw%20Cen%20MT%20Bold.ttf);
  font-weight:bold;
}

@font-face {
  font-family: "Tw Cen MT Std";
  src: url(//313589.fs1.hubspotusercontent-na1.net/hubfs/313589/Campaign_Creators/Fonts/Tw%20Cen%20MT%20Bold%20Italic.ttf);
  font-weight:bold;
  font-style:italic;
}

*/

/* ==========================================================================
HS COS Boilerplate v1.5.0                                
========================================================================== */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

img.alignRight{
    margin: 0 0 5px 15px;
}

img.alignLeft{
    margin: 0 15px 5px 0;
}

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
}
 
#caldays {
    margin-bottom: 4px;
}

/* Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    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: 56.25%;
}
.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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

/*
 * 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(http://cdn2.hubspotqa.com/local/hub/124/file-52894-png/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(http://cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
#captcha_wrapper,
#recaptcha_area,
#recaptcha_area table#recaptcha_table,
#recaptcha_area table#recaptcha_table .recaptcha_r1_c1
{ width: auto !important; overflow: hidden; }
#recaptcha_area table#recaptcha_table .recaptcha_r4_c4
{ width: 67px !important; }
#recaptcha_area table#recaptcha_table #recaptcha_image
{ width:280px !important; }
}
/* These includes are optional, but helpful. */
/* 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;} 



/* ==========================================================================
Index:         
1. BASE STYLES   
- Variables
- Macros
- Base
- Typography
2. COS STRUCTURE
- Structure
- Header
- Content
- Footer
3. MAIN NAVIGATION
- Custom Menu Primary
- Mobile Menu
4. TEMPLATE MODULE CLASSES
- Common Template Classes
- Site Pages
- Landing Pages
- System Pages
5. COS COMPONENTS
- Blog
- Forms
- Buttons
6. MISCELLANOUS
7. MOBILE MEDIA QUERIES
========================================================================== */








/* ==========================================================================
1. BASE STYLES                                             
========================================================================== */

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


/**
* Find the most consistently used font styles, colors, and container widths 
* for your site and assign them to the jinja variables below for easy use 
* and reference. 
*
* Apply the variable as shown below.  Ignore the jingja comment tags.
*
* 
*/

/* Colors */
    /*  */
    /*  */
    /*  */


/* Typography */
            /*  */
                         /*  */
                          /*  */


/*
* font-family: 'Lato', sans-serif;
* font-family: 'Karla', sans-serif;
*/


/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */

/* Headings */






























/* ==========================================================================
Macros                                                  
========================================================================== */


/** 
* Create jinja macros for CSS3 properties that need browser prefixes.
*
* Apply the style as shown below on it's own CSS property line.  
* Ignore the jinja comment tags. 
*
* 
*/

 

/** 
* Example of how to apply the above macro (ignore the jinja comment tags):
*
* a {
*   color: red;
*   font-size: 12px;
*    
* }
*/




/* ==========================================================================
Base                                                    
========================================================================== */


/** 
* Box Sizing
* 
* Applies a natural box layout model to all elements so that width and padding 
* are essentially combined, making responsive styles easier to manage.
*/

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

/* Website background color and default font styles */
body {
  background-color: #2199A9;
  color: #39464e;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
/*  line-height: 1.5;*/
  padding-top:112px;
  -webkit-transition: padding-top .3s ease;
  transition: padding-top .3s ease;
}
.newStyle  .header-section  .wrapper {
    float: none;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* body.transparent-header {
padding-top: 0;
} */
body.skew {
  padding-top: 80px;
}
body.skew:not(.transparent-header) {
  padding-top: 80px;
}

/**
* Page Center
*
* Apply .page-center to full-width modules.
*/

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

a {
  color: #2299a9;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

a:hover, a:focus {
  color: #f15924;
}

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
  max-width: initial;
}



/* ==========================================================================
Typography
========================================================================== */


/* Basic text */
p {
  margin:0px 0 20px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 8px 0 16px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-family: Tw Cen MT Std;
  font-size: 28.83px;
  color:;
  line-height: normal;
  letter-spacing: normal;
  margin: 0 0 24px;
  font-weight: bold;
  text-transform: uppercase;
}
h2 {
  font-family: Tw Cen MT Std;
  font-size: 25.63px;
  line-height: normal;
  color:;
  position: relative;
  margin: 0;
  margin-bottom: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
h3 {
  font-family: Lato;
  font-size: 22.78px;
  line-height: normal;
  color:#39464E;
  font-weight: bold;
}
h3 a{
  color:inherit;
  text-decoration:underline;
}
h4 {
  font-size: 20.25px;
  line-height: normal;
  color: #39464E;
  font-family: Lato;
  font-weight: bold;
}
h5 {
  font-size: 18px;
  line-height: normal;
  color: #39464E;
  font-family: Lato;
  font-weight: bold;
}

h6 {
  font-size: 18px;
  line-height: normal;
  color: #39464E;
  font-family: Lato;
  font-weight: bold;
}

.newStyle { background: transparent; padding-top: 0; }
.newStyle .row-fluid .header-section { padding:15px 0; color:#FFFFFF; }
.newStyle .row-fluid .header-section img { max-width:160px !important; }
.newStyle .row-fluid .hero-section { background:#1D9AAA; color:#FFFFFF; padding-top:40px; }
.newStyle .row-fluid .hero-section > div:first-child { padding-bottom:50px; }
.newStyle .row-fluid .hero-section h1 { color: #FFFFFF; font-family: 'Lato',sans-serif; font-size: 36px; line-height: 1.2; font-weight: 700; }
.newStyle .row-fluid .hero-section h4 { color:#FFFFFF; }
.newStyle .row-fluid .hero-right { color:#FFFFFF; }
.newStyle .row-fluid .content-box ul li:before { color:#f15924; }
.newStyle .row-fluid .btnScroll a { background:#f15924; font-weight:700; box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16); border-radius: 0; border: #FFFFFF solid 2px; text-transform:uppercase; font-family: 'Lato',sans-serif; }
.newStyle .row-fluid .counter .counter-number > * { color:#1995fb; }
.newStyle .row-fluid .bottom-form-section { background:#39464E; }
.newStyle .row-fluid .bottom-form-section h2 { color:#FFFFFF; }
.newStyle .row-fluid .logo-section h2 { color:#39464e; }
.newStyle .row-fluid .footer-section { color:#39464e; background:#FFFFFF; }
.newStyle .row-fluid .footer-section .footerLogo img { max-width:160px; }

.newStyle .row-fluid .thankyouSection { padding:60px 0; float:left; width:100%; }
.newStyle .row-fluid .thankyouSection h3 { color: #4d4d4d; font-size: 26px; text-transform: uppercase; }
.newStyle .row-fluid .thankyouSection .wrapper { max-width:1080px; }
.newStyle .row-fluid .thankyouSection .tRight a { font-size: 14px; padding: 5px; width: 32px; height: 32px; text-align: center; line-height: 18px; color: #4d4d4d; border: #4d4d4d solid 2px; border-radius: 50%; margin: 5px 5px 0 0; }
.newStyle .row-fluid .thankyouSection .btnBox a { border:#f15924 solid 1px; margin:15px 15px 0 0; background: #f15924; color: #FFFFFF; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; padding: 10px 20px; line-height: 30px; border-radius: 3px; min-width: 225px; text-align: center; }
.newStyle .row-fluid .thankyouSection .btnBox a:nth-child(2) { background:transparent; color:#f15924; }

.row-fluid .CC-Nps-Hero h3 { font-size:20px; }
.row-fluid .CC-Nps-Hero .page-center { max-width:800px; }
.row-fluid .CC-Nps-Hero .Nps-TopText { margin-bottom:25px; text-align:center; } 
.row-fluid .CC-Nps-Hero form label { height:100% !important; margin-bottom: 10px; }


.footer-bottom-wrap {
    padding-top: 33px;
}

.footer-address-wrap {
    text-align: right;
}

p.footer-phone {
    display: inline-block;
}

p.footer-address {
    display: inline-block;
    margin-left: 64px;
}

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

.built-by p {
    color: #39464E;
}

.built-by p a {
    color: #1E99A9 !IMPORTANT;
    text-decoration: underline;
}


.popup-ty-msg {
    position: absolute;
    top: -110px;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0%);
    max-width: 732px;
    border: 1px solid #40C9D4;
    border-radius: 8px;
    background-color: rgba(64,201,212,0.3);
    padding: 23px;
  z-index: 999;
}

.popup-ty-msg p {
    margin: 0px;
    color: #39464E;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 19px;
}


span.close-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0%, -50%);
    cursor: pointer;
}





body .lp-standard-hero select{
 height:100%; 
}

body.whiteheader .header-container .header {
    background: #fff !important;
}

@media(max-width:767px){
  
  
  .footer-address-wrap {
      text-align: center;
  }
  
  p.footer-phone {
      display: block;
  }
  
  p.footer-address {
      display: block;
      margin-left: 0px;
  }
  
  .newStyle .row-fluid .thankyouSection .tRight { margin:40px 0 0; }
}
/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {
  margin: 32px 0 32px 64px;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
  color: #39464E;
}
blockquote:before {
  height: 100%;
  width: 4px;
  content: "";
  background-color: #1E99A9;
  display: block;
  position: absolute;
  left: -32px;
  top: 0;
}
blockquote h6 {
  margin: 0 0 1em;
  color: #39464e;
  font-weight: normal;
  font-size: 16px;
  font-style: normal;
}

blockquote h6 span {
  color: #7d7d7d;
}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}

@media(max-width:767px){
  blockquote {
    margin: 32px 0 32px 32px;
  }
}


/*-------------Cta Button --------------*/
a.cta_button {
 /* font-weight: 800;
  border: 2px solid;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 0;
  transition: color 0.3s ease,background 0.3s ease;
  border-radius: 3px;
  border: solid 2px;
  font-size: 14px;
  padding: 14px 30px;
  background-color: #F15A24;
  border-color: #ffffff;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 900;
  line-height: 17px;
  font-family: 'Lato', sans-serif;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
  %*/
}
a.cta_button:hover{
  background-color: #D95120;
  color: #ffffff;
}

a.cta_button:focus{
  background-color: #FF6630;
  color: #ffffff;
}

a.cta_button.hero_orange{
  background-color: #f15924;
  border-color: #fff;
  color: #fff;
}
a.cta_button.hero_orange:hover{
  background-color: transparent;
}

a.cta_button.ghost_dark{
  background-color: transparent;
  border-color: #39464e;
  color: #39464e;
}
a.cta_button.ghost_dark:hover{
  background-color: #39464e;
  color: #fff;
}

a.cta_button.ghost_orange{
  background-color: transparent;
  border-color: #f15924;
  color: #f15924;
}
a.cta_button.ghost_orange:hover{
  background-color: #f15924;
  color: #fff;
}

a.cta_button.fill_dark{
  background-color: #39464e;
  border-color: #39464e;
  color: #fff;
}
a.cta_button.fill_dark:hover{
  background-color: transparent;
  color: #39464e;
}
a.cta_button.ghost_white{
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
a.cta_button.ghost_white:hover{
  background-color: #f15924;
}

a.cta_button.fill_summersky {
  background-color: #1E99A9;
}

a.cta_button.fill_summersky:hover {
  background-color: #198998;
}

a.cta_button.fill_summersky:focus {
  background-color: #26B6C9;
}

a.cta_button.white_hover:hover {
  background: #ffffff;
  border-color: #F15A24;
  color: #F15A24;
}
a.cta_button.large {
    font-size: 20px;
    padding: 24px 32px;
}
.inverted-buttons {
  padding: 40px 0 32px;
}

.invert-cta a.cta_button{
  background-color: transparent;
  border-color: #f15924;
  color: #f15924;
}

.invert-cta a.cta_button:hover{
  background-color: #f15924;
  color: #fff;
}

.inverted-buttons .cta_button {
  margin-bottom: 20px;
}


/* ==========================================================================
Forms
========================================================================== */


/* All Global Forms
========================================================================== */

.body-container .form-wrapper:not(.no-form-style) .hs_cos_wrapper_type_form,
.body-container  div:not(.no-form-style) .widget-type-form {
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 12px 24px 0 rgba(0,0,0,0.16);
  border: 24px solid #ffffff;
  display: block;
}

.body-container form {
  background-color: #F5F8FA;
  padding: 24px 16px;
}

.body-container h3.form-title:empty{
  display:none;
}
.body-container h3.form-title {
  margin-top: 0;
  color: #39464E;
  font-size: 20.25px;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
  margin-bottom: 24px;
}
/* Form Field */
body .hs-form-field {
  position: relative;
  margin-bottom: 16px;
}

/* Descriptions */
body .hs-field-desc {}

/* Labels */
body label {
  color: #39464e;
  display: block;
  font-size: 12.64px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  line-height: 15px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* body .hs-form-field:not(.hs-fieldtype-radio):not(.hs-fieldtype-select):not(.hs-fieldtype-file):not(.hs-fieldtype-checkbox) > label{
position: absolute;
height: 50px;
left: 0;
top: 0;
line-height: 21px;
padding-left: 8px;
padding-top: 14px;
transition:padding 0.3s ease,font-size 0.3s ease;
pointer-events: none;
visibility: visible;
}
.hs-form-field.active:not(.hs-fieldtype-radio):not(.hs-fieldtype-select):not(.hs-fieldtype-file):not(.hs-fieldtype-checkbox)> label {
padding-top: 0px;
font-size: 8px;
font-weight: 600;
visibility: visible;
}
.hs-form-field.error:not(.hs-fieldtype-radio):not(.hs-fieldtype-select):not(.hs-fieldtype-file):not(.hs-fieldtype-checkbox) > label {
color: #d0021b;
}
.hs-form-field.error.active:not(.hs-fieldtype-radio):not(.hs-fieldtype-select):not(.hs-fieldtype-file):not(.hs-fieldtype-checkbox) > label {
color:#39464e;
} */

form .hs-richtext {
  margin-bottom: 10px;
  color: #39474f;
}
/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  border: none;
  outline: none;
  color: #39474f;
  height: 51px;
  font-family: 'Lato', sans-serif;
  padding: 16px;
  transition: border 0.3s ease,background 0.3s ease;
  border-radius: 2px 2px 0 0;
  background-color: #DFEAF2;
  line-height: 19px;
  font-size: 16px;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
  box-shadow: inset 0 -2px 0 0 #1E99A9;
  box-shadow: 0 2px 8px 0 rgba(131,149,162,0.16);
  background-color: #FFFFFF;
}

body input[type="text"]:hover,
body input[type="password"]:hover, 
body input[type="datetime"]:hover, 
body input[type="datetime-local"]:hover, 
body input[type="date"]:hover, 
body input[type="month"]:hover, 
body input[type="time"]:hover, 
body input[type="week"]:hover, 
body input[type="number"]:hover, 
body input[type="email"]:hover, 
body input[type="url"]:hover, 
body input[type="search"]:hover, 
body input[type="tel"]:hover, 
body input[type="color"]:hover,
body input[type="file"]:hover,
body textarea:hover,
body select:hover {
  box-shadow: inset 0 -2px 0 0 #1E99A9;
  box-shadow: 0 2px 8px 0 rgba(131,149,162,0.16);
  background-color: #FFFFFF;
}

/* Separate Styles for Multiple Line Inputs */

body textarea{
  height:120px;
  padding-top: 14px;
}
body textarea:focus {}

/* Separate Styles for Drop Downs */
body select {}
body select:focus {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {
  vertical-align: -11%;
}
body input[type="checkbox"] {
  vertical-align: -11%;
}

h3.form-title{
  color:#fff
}

body .hs-form-field.active.hs-fieldtype-textarea > label{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
}
/* body .hs-form-field.active.hs-fieldtype-textarea > label {
position: static !important;
height: auto !important;
line-height: normal !important;
} */
/* Required */
body input:focus:required:invalid, 
body textarea:focus:required:invalid, 
body select:focus:required:invalid {}

body input:focus:required:invalid:focus, 
body textarea:focus:required:invalid:focus, 
body select:focus:required:invalid:focus {}

/* Placeholder Text */
.body-container ::-webkit-input-placeholder { /* Webkit Browsers */
  color: transparent;
  opacity: 1;
}
.body-container :-moz-placeholder { /* Firefox 18- */
  color: transparent;
  opacity: 1;
}
.body-container ::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
  opacity: 1; 
}
.body-container :-ms-input-placeholder { /* IE10 */
  color: transparent;
  opacity: 1; 
}
ul.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: red;
  font-size: 10px;
  font-family: 'Lato', sans-serif;
  margin-top: 10px;
  margin-bottom: 0;
}
ul.hs-error-msgs.inputs-list label {
  font: inherit;
  color: inherit;
}


.hs_error_rollup {
  position: relative;
  clear: both;
  min-height: 50px;
}

ul.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: red;
  font-size: 10px;
  font-family: 'Lato', sans-serif;
  margin-top: 10px;
  margin-bottom: 0;
  position: absolute;
  z-index: 99;
  color: #bf0000;
  right: 0!important;
  bottom: 10px!important;
}
ul.hs-error-msgs.inputs-list label {
  font: inherit;
  color: inherit;
  background: #E2587D;
  text-shadow: none;
  box-shadow: none;
  font-size: 10px;
  border-radius: 2px;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  margin: 0!important;
  padding: 7px 13px 7px 20px;
  font-weight: bold;
}
ul.hs-error-msgs.inputs-list label:before {
  content: "";
  overflow: hidden;
  position: absolute;
  left: -6px;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 10%;
  margin-top: -5px;
  background: #E2587D;
  height: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 12px;
  margin-top: 5px;
  display: inline-block;
}

ul.hs-error-msgs.inputs-list {
  position: relative;
}
ul.hs-error-msgs.inputs-list label:before {
  left: 6px;
  top: -9px;
}
/* body input.error {
background-image: url(//313589.fs1.hubspotusercontent-na1.net/hubfs/313589/Campaign_Creators/error-icon.png);
background-size: 14px 14px;
background-repeat: no-repeat;
background-position: calc(100% - 10px) center;
border-color: #d0021b;
color: #d0021b;
margin-bottom: 10px;
} */

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + span,
[type="radio"]:not(:checked) + span
{
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
[type="radio"]:checked + span:before,
[type="radio"]:not(:checked) + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
  background: #ddd;
}
[type="radio"]:checked + span:after,
[type="radio"]:not(:checked) + span:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #39464e;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: opacity 0.2s ease,transform 0.2s ease;
  transition: opacity 0.2s ease,transform 0.2s ease;
}
[type="radio"]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

[type="radio"]:checked + span:before {
  border: 2px solid #39474f;
  background: #fff;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + span,
[type="checkbox"]:checked + span {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
  outline: none;
    display: inline-flex;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + span:before,
[type="checkbox"]:checked + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #ddd;
  background: #fff;
  border-radius: 4px;
  background: #ddd;
  outline: none;
  color: #39464e;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + span:after,
[type="checkbox"]:checked + span:after {
  content: '';
  position: absolute;
  color: #fff;
  transition: opacity 0.2s ease,transform 0.2s ease;
  font: normal normal normal 14px/1 FontAwesome;
  letter-spacing: 0;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  display: block;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + span:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + span:before,
[type="checkbox"]:disabled:checked + span:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + span:after {
  color: #999;
}
[type="checkbox"]:disabled + span {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + span:before,
[type="checkbox"]:not(:checked):focus + span:before {
  /*border: 2px dotted blue;*/
}
[type="checkbox"]:checked + span:before {
  background: #39464e;
  border-color:   #39464e;
}



.Body-Home-Page  { padding-top:0px; }
.Body-Home-Page .header-container .header { background: transparent !important; }
.Body-Home-Page.skew .header-container .header { background: #ffffff !important; }
.row-fluid .Hero-Section { padding: 200px 0px 270px; position:relative; display: flex; justify-content: center; align-items: center; display: -webkit-flex; -webkit-justify-content: center; -webkit-align-items: center; text-align: center; } 
.row-fluid .Hero-Section:before { position:absolute; content:""; background: linear-gradient(153.43deg, #6A7C85 0%, #38464E 100%); top:0px; left:0px; width:100%; height:100%; opacity:.95; } 
.row-fluid .Hero-Section h3 { color:#ffffff; font-size: 20px; font-weight: 700;  line-height: 26px; margin: 0 0 11px; }
.row-fluid .Hero-Section h1 { color:#ffffff; font-size: 48px; font-weight: 700;  line-height: 48px; font-family: "Open Sans"; margin-bottom: 16px;     text-transform: capitalize; }  
.row-fluid .Hero-Section .Content-Text { color:#ffffff; font-size: 20px; line-height: 27px; }
.row-fluid .Hero-Section .Content-Text a { color:#ffffff; text-decoration: underline; }
.row-fluid .Hero-Section .content_part { max-width:690px; }
.Body-Home-Page.transparent-header:not(.skew) .header-container .call-to-action {     background-color: transparent !important; }
.Body-Home-Page.transparent-header:not(.skew) .header-container .call-to-action:hover {     background-color: #F15A24 !important; }




@media(max-width:1024px){
  body form.hs-form fieldset .hs-form-field, 
  .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
  }
  

  
  
}











@media(max-width:767px){
  body form.hs-form fieldset.form-columns-3 .hs-form-field, 
  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% !important;
  }
  
  
  .row-fluid .Hero-Section h1 { font-size:28px; line-height:28px; }
  .row-fluid .Hero-Section { padding:150px 0px 50px;  }
  .row-fluid .Hero-Section .Content-Text { font-size:18px; line-height:28px;   }
  
}

body.thankyou-twenty {
    padding-top: 0;
}
body.thankyou-twenty .hs-form-field:not(.hs-fieldtype-radio):not(.hs-fieldtype-select):not(.hs-fieldtype-checkbox)>label {
    position: relative;
    top: auto;
    line-height: normal;
}

.row-fluid .thnakyou-hero-main .page-center {max-width:830px;}
.row-fluid .thnakyou-hero-main .moduleFooterForm .page-center { padding: 0; }
.row-fluid .thnakyou-hero-main .widget-type-rich_text h3 { font-size: 20px;}
.row-fluid .thnakyou-hero-main .widget-type-rich_text { margin: 0 0 25px 0; text-align:center; }

/* ==========================================================================
Buttons                                              
========================================================================== */


/* All Global Buttons (Excluding CTAs)
========================================================================== */
.hs_submit.hs-submit {
  text-align: center;
}

body .hs-button.primary, body input[type="submit"], body input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    font-family: 'Lato',sans-serif;
    font-weight: 800;
    padding: 14px 35px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    background-color: transparent;
    border-color: #fff;
    color: #30415c;
    max-width: 100%;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 17px;
    border-color: #fff;
    color: #fff;
    outline: 0;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 16%);
    transition: color .3s ease,background .3s ease;
    white-space: normal;
    background-color: #e3ab59;
    border-radius: 0px;
}

#email-prefs-form .hs-button.primary {
  max-width: none;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
  background-color: #1995fb;
  color: #ffffff;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {
  background-color: #1995fb;
  color: #ffffff;
}
/* ==========================================================================
2. COS STRUCTURE                                            
========================================================================== */

@-webkit-keyframes page-entrance{
  0%{
    opacity:0;
    -webkit-transform:scale(0.99);
    transform:scale(0.99)
  }
  to{
    opacity:1;
    -webkit-transform:scale(1);
    transform:scale(1)
  }
}
@keyframes page-entrance{
  0%{
    opacity:0;
    -webkit-transform:scale(0.99);
    transform:scale(0.99)
  }
  to{
    opacity:1;
    -webkit-transform:scale(1);
    transform:scale(1)
  }
}
@-webkit-keyframes page-exit{
  0%{
    opacity:1;
    -webkit-transform:scale(1);
    transform:scale(1)
  }
  to{
    opacity:0;
    -webkit-transform:scale(0.99);
    transform:scale(0.99)
  }
}
@keyframes page-exit{
  0%{
    opacity:1;
    -webkit-transform:scale(1);
    transform:scale(1)
  }
  to{
    opacity:0;
    -webkit-transform:scale(0.99);
    transform:scale(0.99)
  }
}
body:not(.no-starting-animation) .body-container{
  opacity:0;
  -webkit-animation:page-entrance 0.15s ease-in-out 0.1s 1 forwards;
  animation:page-entrance 0.15s ease-in-out 0.1s 1 forwards;
  position:relative;
  z-index:1
}
.page-exit:not(.no-starting-animation) .body-container{
  -webkit-animation:page-exit 0.1s ease-in-out 0s 1 forwards;
  animation:page-exit 0.1s ease-in-out 0s 1 forwards
}



/* ==========================================================================
Structure                                               
========================================================================== */


/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}




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

.header-container-wrapper {}

.header-container .full-width {
  padding-left: 10px;
  padding-right: 10px;
}
.header-container .header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 112px;
  /*   box-shadow: 0 2px 13px 0 rgba(0,0,0,.05); */
  width: 100%;
  z-index: 100;
  align-items: center;
  max-height: 112px;
  position: fixed;
  left: 0;
  top: 0;
  background: #ffffff;
  -webkit-transition: height .3s ease,opacity .3s ease;
  transition: height .3s ease,opacity .3s ease;
}

.transparent-header .header-container .header {
  background: #2199A9;
  box-shadow: none;
}

.skew .header-container .header {
  height: 80px;
  box-shadow: 0 2px 13px 0 rgba(0,0,0,.05);
  background:#ffffff;
}

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

.header-container .header .page-center {
  max-width: 100%;
  position: relative;
}

.transparent-header:not(.skew) .colored-logo{
  display:none;
}

body:not(.transparent-header) .white-logo{
  display:none;
}

body.transparent-header:not(.skew) .colored-logo{
  display:none;
}

.skew .white-logo{
  display:none;
}

.header-container .call-to-action {
  width: auto;
  position: absolute;
  right: 65px;
  top: 30px;
  -webkit-transition: top .3s ease,color 0.3s ease-out,border 0.3s ease-out,background-color 0.3s ease-out;
  transition: top .3s ease,color 0.3s ease-out,border 0.3s ease-out,background-color 0.3s ease-out;
  font-family: 'Lato', sans-serif;
  line-height: 17px;
}

/* .header-container .call-to-action:hover{
color: #f15924;
border-color: #f15924;
} */
.skew .header-container .call-to-action {
  top: 14px;
}
.transparent-header:not(.skew) .header-container .call-to-action {
  border-color: #ffffff;
  background-color: #1E99A9;
  color: #ffffff;
}
.transparent-header:not(.skew) .header-container .call-to-action:hover {
  border-color: #ffffff;
  background-color: #198998;
  color: #ffffff;
}
.transparent-header:not(.skew) .header-container .call-to-action:focus {
  border-color: #ffffff;
  background-color: #26B6C9;
  color: #ffffff;
}
body:not(.main-blog-post) .header-container .call-to-action.subscribe {
  display: none;
}
.main-blog-post .header-container .call-to-action.talk {
  display: none;
}
.header-container .call-to-action a{
  text-decoration: none;
  color: #39464e;
}
.header-container .header > .row-fluid-wrapper > .row-fluid{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-navigation {
  line-height: 17px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}

.header-container .main-navigation .hs-menu-wrapper li{
  list-style: none;
  position: relative;
}
.header-container .main-navigation .hs-menu-wrapper > ul{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  padding: 0;
}
.header-container .main-navigation .hs-menu-wrapper > ul > li:first-child{
  margin-left: 0;
}
.header-container .main-navigation .hs-menu-wrapper > ul > li{
  margin-left: 24px;
  margin-right: 24px;
}

.header-container .main-navigation .hs-menu-wrapper > ul > li > a{
  font-size: 14px;
  color: #39464E;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease-out;
}

.header-container .main-navigation .hs-menu-wrapper > ul > li:nth-child(2):before {
    content: "NEW!";
    position: absolute;
    padding: 0px 8px;
    background: #F15A24;
    color: #fff;
    border-radius: 8px;
    top: -10px;
    left: 50%;
    transform: translate(-50%,-100%);
    font-family: Lato;
    font-weight: bold;
    font-size: 9px;
}

@media screen and (max-width:1024px) {
  .header-container .main-navigation .hs-menu-wrapper > ul > li:nth-child(2):before {
    top: 0px;
    transform: translate(-50%,5%);
}
  
}


.header-container .main-navigation .hs-menu-wrapper > ul > li > a:hover{
  color: #f15924;
}

.transparent-header:not(.skew) .header-container .main-navigation .hs-menu-wrapper > ul > li > a {
  color: #ffffff;
}

.header-container .main-navigation .hs-menu-wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:after{
  content: "\f107";
  display: inline-block;
  vertical-align: middle;
  padding-left: 4px;
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  color: inherit;
  font-weight: bold;
  line-height: inherit;
}
.header-container .main-navigation .hs-menu-wrapper >ul>li ul {
  background-color: #fff;
  padding: 24px;
  width: max-content;
  list-style: none;
  transition: all 0.3s ease-out;
  box-shadow: 0 12px 24px 0 rgba(0,0,0,0.16);
  border-radius: 10px;
  text-align: center;
  left: 50% !important;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  min-width: 200px;
  opacity: 0;
  margin-top:28px;
}
.header-container .main-navigation .hs-menu-wrapper > ul >li> ul:before {
  position: absolute;
  content: "";
  top: -28px;
  left: 0;
  width: 100%;
  height: 28px;
  display: block;
}
.header-container .main-navigation .hs-menu-wrapper > ul ul li {
  margin-bottom: 16px;
}
.header-container .main-navigation .hs-menu-wrapper > ul ul li:last-child {
  margin-bottom: 0;
}
.header-container .main-navigation .hs-menu-wrapper > ul ul li > a {
  color: #39474f;
  white-space: normal !important;
}
.header-container .main-navigation .hs-menu-wrapper > ul >li> ul li > a:hover {
  color: #F15A24;
}



@media(min-width:1025px){
  .header-container .main-navigation .hs-menu-wrapper >ul>li ul {
    transition: all 0.2s ease-out !important;
    transform: translate(-50%,30px);
  }
  .header-container .main-navigation .hs-menu-wrapper >ul>li:hover > ul {
    display: inherit;
    opacity: 1;
    transform: translate(-50%,0);
  }

  .header-container .main-navigation .hs-menu-wrapper > ul > li:last-child {
    display: none;
  }
  .mobile-nav{
    display:none;
  }
}
@media(max-width:1349px) and (min-width:1025px){

  .header {
    padding: 0 20px;
  }
  .header-container .main-navigation .hs-menu-wrapper > ul > li {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width:1240px) {
  .header-container .main-navigation .hs-menu-wrapper > ul > li > a {
    font-size: 12px;
  }
  .header-container .call-to-action{
    right: 35px;
  }
  
  
  
  
}

@media screen and (max-width:1024px) {
  .header-container .call-to-action {
    right: 70px;
    z-index: 11;
    padding: 10px;
    font-size: 14px;
    margin-top: 5px;
  }
  .mobile-open .header-container .call-to-action {
    z-index: 0;
  }
  .popup-form .exit {
    top: 20px;
  }
}

@media screen and (max-width:767px) {
  .header-container .call-to-action {
    font-size: 12px;
    margin-top: 10px;
    padding: 5px;
  }
}

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


      /* Set Link Color */
 /* Set Link Hover Color */


/**
* 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,.close-trigger{
  display: none; /* Hide button on Desktop */
}

@media (max-width: 1024px){
  .desktop-nav{
    display:none;
  }

  /* Variables
  ========================================================================== */
  .mobile-open {
    overflow: hidden;
  }
  .header-container .header {
    display: block;
  }
  .mobile-open .colored-logo {
    display: inherit !important;
  }
  .mobile-open img.white-logo {
    display: none;
  }

  /* 
  * 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 
  */

  .header-container .main-navigation li.hs-item-has-children>a:after{
    display:none;
  }
  .header-container .main-navigation,
  .header-container .main-navigation .hs-menu-wrapper > ul,
  .header-container .main-navigation .hs-menu-wrapper > ul li,
  .header-container .main-navigation .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;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 15px;
    width: 44px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    opacity: 1;
  }
  .transparent-header:not(.skew) .mobile-trigger{
    color:#ffffff;
  }
  .mobile-open .mobile-trigger {
    opacity: 0;
  }

  .close-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: fixed;
    top: 45px;
    right: 15px;
    width: 44px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #39464e !important;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
  }
  .transparent-header:not(.skew) .close-trigger{
    color:#ffffff;
  }
  .skew .close-trigger{
    top:28px;
  }
  .mobile-open .close-trigger {
    opacity: 1;
    transition: all 0.3s ease 1s;
  }


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

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important;
    min-width: 55px !important;
    height: 50px !important;
    padding: 0 !important;
    width: auto;
  }
  .child-trigger:hover{
    text-decoration: none;
  }

  .mobile-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease,visibility 0.3s ease;
  }
  .mobile-open .mobile-nav, .menu-to-hide .mobile-nav {
    opacity: 1;
    visibility: visible;
  }
  .mobile-nav .hs_cos_wrapper_type_menu {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    will-change: opaciy,transform;
    height: 100%;
    overflow: auto;
    margin: auto;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    background-color: #fff;
  }
  .mobile-nav .hs_cos_wrapper_type_menu {
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
  }
  .menu-to-hide .mobile-nav .hs_cos_wrapper_type_menu,
  .mobile-open .mobile-nav .hs_cos_wrapper_type_menu {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  /* Menu Styles on Mobile Devices
  ========================================================================== */  
  .hs-header-bottom .page-center, .hs-header-top .page-center {
    padding: 0 !important;
  }
  .header-container .main-navigation.js-enabled {
    position: relative;
  }



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

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

  /* Mobile Menu Styles */ 
  .header-container .main-navigation.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;
    display: flex;
  }

  .header-container .main-navigation .hs-menu-wrapper {
    /* background-color: red; */
    width: 100%;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    text-align: center;
    background: #ffffff;
    margin-top: 80px;
    margin-bottom: 5vh;
  }
  .mobile-open .header-container .main-navigation.js-enabled .hs-menu-wrapper {
  }
  .header-container .main-navigation .hs-menu-wrapper > ul {
    width: auto !important;
  }
  /* Level 1 Menu List Styles */
  .header-container .main-navigation .hs-menu-wrapper > ul > li{
    position: relative;
    text-align: center;
    display: none;
  }
  .mobile-open .header-container .main-navigation .hs-menu-wrapper > ul > li {
    display: block;
  }
  .header-container .main-navigation .hs-menu-wrapper>ul>li:first-child,
  .header-container .main-navigation .hs-menu-wrapper > ul > li{
    padding: 0;
  }
  .header-container .main-navigation .hs-menu-wrapper > ul > li a {
    font-size: 15px;
    line-height: 50px;
    overflow: visible;
    padding: 0 15px;
    font-weight: bold;
    color: #39464E;
    text-align: center;
  }
  .transparent-header:not(.skew) .header-container .main-navigation .hs-menu-wrapper > ul > li > a {
    color: #39464E;
  }

  .header-container .main-navigation .hs-menu-wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:after{
    position: relative;
    top: -2px;
  }
  .header-container .main-navigation .hs-menu-wrapper > ul li:hover > a{
    color:#f15924; /* link hover color set by global mobile-aColorHover variable */
    opacity: 1;
  }

  /* Level 2 and Higher Menu List Styles */
  .header-container .main-navigation .hs-menu-wrapper >ul>li ul {
    background: transparent;
    width: 100%;
    border-left: none;
    border-bottom: none;
    border-right: none;
    min-width: 0;
    margin: 0;
    text-align: center;
    box-shadow: none;
    transform: none;
    left: 0 !important;
    padding:8px 0;
  }  
  .header-container .main-navigation .hs-menu-wrapper > ul ul li {
  }
  .header-container .main-navigation .hs-menu-wrapper > ul li ul li a {
    text-indent: 0;
    font-size: 14px;
    line-height: 17px;
    text-transform: none;
    border:none;
  }
  .header-container .main-navigation .hs-menu-wrapper > ul ul li:hover > a {
  }

  /* Level 3 and Higher Menu List Styles */
  .header-container .main-navigation .hs-menu-wrapper > ul ul ul li a{
    text-indent: 0; /* Indent Child lists */
    padding-left:35px !important;
  }
  .header-container .main-navigation .hs-menu-wrapper > ul ul ul li:hover > a {
    padding-left: 37px;
  }
  .header-container .main-navigation .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }

  .header-container .main-navigation .hs-menu-wrapper > ul > li {
    will-change: opacity,transform;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
    display: block;
    opacity: 0;
    text-align: center;
    -webkit-animation: menu-appear .3s ease-out both;
    animation: menu-appear .3s ease-out both;
    display:none;
  }
  .header-container .main-navigation .hs-menu-wrapper > ul > li:first-child {
    -webkit-animation-delay: .42s;
    animation-delay: .42s;
  }
  .header-container .main-navigation .hs-menu-wrapper > ul > li:nth-child(2) {
    -webkit-animation-delay: .49s;
    animation-delay: .49s;
  }
  .header-container .main-navigation .hs-menu-wrapper > ul > li:nth-child(3) {
    -webkit-animation-delay: .56s;
    animation-delay: .56s;
  }
  .header-container .main-navigation .hs-menu-wrapper > ul > li:nth-child(4) {
    -webkit-animation-delay: .63s;
    animation-delay: .63s;
  }
  .header-container .main-navigation .hs-menu-wrapper > ul > li:nth-child(5) {
    -webkit-animation-delay: .77s;
    animation-delay: .77s;
  }
  .header-container .main-navigation .hs-menu-wrapper > ul > li:nth-child(6) {
    -webkit-animation-delay: .84s;
    animation-delay: .84s;
  }
  .header-container .main-navigation .hs-menu-wrapper > ul > li:nth-child(7) {
    -webkit-animation-delay: .91s;
    animation-delay: .91s;
  }
  @-webkit-keyframes menu-appear {
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1
    }
  }

  @keyframes menu-appear {
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1
    }
  }
}

/* ------ */

body.signup_modal-active {
  overflow: hidden;
}

.popup-form {
  background-color: #f4f9fd;
  color: #434e5a;
  height: 100%;
  left: 0;
  overflow: scroll;
  padding-top: 120px;
  position: fixed;
  text-align: center;
  top: 0;
  transition: top .5s ease 0s;
  width: 100%;
  z-index: 10;
  display: block !important;
  z-index: -1;
  pointer-events: none;
}

.popup-form.animated {
  opacity: 0;
  overflow: auto;
  -webkit-transition: top .5s,opacity .3s;
  transition: top .5s,opacity .3s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.popup-form.animated.visible {
  opacity: 1;
  -webkit-transition-delay: .2s; 
  transition-delay: .2s; 
  z-index: 101;
  pointer-events: initial;
}
.popup-form.animated .contact-form-content {
  opacity: 0;
  -webkit-transform: scale(.9);
  transform: scale(.9);
  -webkit-transition: opacity .3s,-webkit-transform .3s;
  transition: opacity .3s,transform .3s;
}
.popup-form.animated.visible .contact-form-content {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}
.popup-form .mp-logo {
  left: 65px;
  position: absolute;
  top: 17px;
  width: 160px;
}

.popup-form h2 {
  text-transform: none;
}
.popup-form h2:after {
  margin: 0 auto;
  right: 0;
}

.popup-form input[type="text"], 
.popup-form input[type="password"], 
.popup-form input[type="datetime"], 
.popup-form input[type="datetime-local"], 
.popup-form input[type="date"], 
.popup-form input[type="month"], 
.popup-form input[type="time"], 
.popup-form input[type="week"], 
.popup-form input[type="number"], 
.popup-form input[type="email"], 
.popup-form input[type="url"], 
.popup-form input[type="search"], 
.popup-form input[type="tel"], 
.popup-form input[type="color"], 
.popup-form input[type="file"], 
.popup-form textarea, 
.popup-form select {
  /*   border-radius: 3px;
  box-shadow: inset 0 -2px 0 0 #d6e0e7;
  background-color: #ffffff;
  border: solid 1px #d6e0e7; */
  font-size: 16px;
  color: #39464e;
}
.popup-form select {
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  position: relative;
  background-image: url(//www.campaigncreators.com/hubfs/Campaign_Creators/Images/caret-down.png);
  background-repeat: no-repeat;
  background-position: 97% center;
}
.popup-form .contact-form-content {
  padding-bottom: 70px;
}

.popup-form form {
  margin: auto;
  max-width: 744px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom:70px;
}

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

.popup-form .hs-form-field > label {
  display: none;
}

.popup-form textarea {
  padding: 13px 10px;
  height: 170px;
}

.popup-form .hs-button.primary {
  width: auto;
  margin-top: 0;
}
.popup-form .exit {
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 40px;
  top: 15px;
  width: 40px;
  font-size: 40px;
  color: #c3c3c3;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 12;
}

.popup-form .exit:hover {
  color: #39464e;
}


/* Placeholder Text */
.popup-form ::-webkit-input-placeholder { /* Webkit Browsers */
  color: #39464e;
  opacity: 1;
}
.popup-form :-moz-placeholder { /* Firefox 18- */
  color: #39464e;
  opacity: 1;
}
.popup-form ::-moz-placeholder { /* Firefox 19+ */
  color: #39464e;
  opacity: 1; 
}
.popup-form :-ms-input-placeholder { /* IE10 */
  color: #39464e;
  opacity: 1; 
}


/* ==========================================================================
Footer
========================================================================== */


.footer-container-wrapper {}
.footer-container {}

.footer {
  background-color: #FFFFFF;
  padding: 64px 0;
}



.footer .footer-nav .hs-menu-wrapper > ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  line-height: 24px;
}
.footer .footer-nav .hs-menu-wrapper > ul:before,
.footer .footer-nav .hs-menu-wrapper > ul:after {
  display: none;
}


.footer .footer-nav {
  font-family: 'Lato', sans-serif;
}

.footer .footer-nav ul {
  opacity: 1 !important;
  visibility: visible !important;
  position: static !important;
}

.footer .footer-nav.span12 .hs-menu-wrapper > ul>li {
  margin-bottom: 50px;
  width: 23.076923077%;
  margin-left: 2.564102564%;
}

.footer .footer-nav.span12 .hs-menu-wrapper > ul>li:first-child {
  margin-left: 0px;
}


.footer .footer-nav .hs-menu-wrapper >ul> li> a {
  font-size: 16px;
  font-weight: bold;
  color: #39464e;
  line-height: normal;
  margin-bottom: 8px;
  display: block;
  pointer-events: none;
  line-height: 19px;
}

.footer .footer-nav .hs-menu-wrapper > ul ul>li>a {
  font-size: 16px;
  color: #39464e;
  display: inline-block !important;
  white-space: normal !important;
}
.footer .footer-nav .hs-menu-wrapper > ul ul>li>a:hover {
  color: #2299a9;
  white-space: normal !important;
}

.footer .footer-other-services {
  text-align: left;
}

.footer .footer-other-services h3 {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #39464e;
  margin-bottom: 8px;
  display: block;
  margin-top: 0;
  line-height: 19px;
}

.footer .footer-other-services p a {
  color: #ed4055;
  text-decoration: underline;
  display: inline-block;
}

.footer .footer-other-services p a:hover {
  color: #2299a9;
}

.footer .footer-social-copyright {
  border-top: solid 1px #D8D8D8;
  padding: 64px 0 0;
  margin-top: 64px;
}
.footer .footer-social-copyright .row-fluid {
  display: flex;
  align-items: center;
}

.footer ul.footer-social {
  margin: 0;
  padding: 0;
}

.footer ul.footer-social li {
  display: inline-block;
  margin-right: 7px;
  vertical-align: top;
}

.footer ul.footer-social a {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
  width: 40px;
  height: 40px;
  border: 2px solid #FFFFFF;
  display: block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: #ffffff;
  font-size: 18px;
}
/* .footer ul.footer-social a:hover {
color: #f15924;
} */

.footer ul.footer-social a i {
  position: relative;
  top: 0;
  transition: top 0.5s ease;
  display: block;
  line-height: 40px;
}
.footer ul.footer-social a i+i {
  display: none;
}
/* .footer ul.footer-social a:hover i {
top: -40px;
} */

.footer ul.footer-contact-info {
  margin: 0;
  padding: 0;
  text-align: right;
}

.footer ul.footer-contact-info li {
  display: inline-block;
  margin-left: 4%;
}

.footer ul.footer-contact-info a {
  color: #39464e;
}
.footer ul.footer-contact-info a:hover {
  color: #2299a9;
}

@media(max-width:767px){
  .footer {
    padding: 40px 0;
  }
  .footer .footer-nav .hs-menu-wrapper > ul {
    display: block;
  }

  .footer .footer-nav .hs-menu-wrapper > ul>li ,
  .footer .footer-nav.span12 .hs-menu-wrapper > ul>li {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 32px;
  }

  .footer .footer-other-services {
    margin-bottom: 32px;
  }

  .footer .footer-social-copyright .row-fluid {
    display: block;
  }

  .footer ul.footer-contact-info {
    margin-top: 32px;
    text-align: left;
  }

  .footer ul.footer-contact-info li {
    margin-left: 0;
  }

  .footer ul.footer-contact-info li:last-child {
    float: right;
  }

  .footer ul.footer-contact-info li:first-child {
    display: block;
    margin-bottom: 10px;
  }
  .footer .footer-social-copyright {
    padding: 40px 0 0;
    margin-top: 40px;
  }
}
/* ==========================================================================
Content                                                 
========================================================================== */


.body-container-wrapper {}
.body-container {}


/* Unique Pages
========================================================================== */

/* Homepage */

/* Contact Us */

/* About Us */


/* Modular & Reusable Components
========================================================================== */

/* Callouts */

/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */




/* ==========================================================================
4. TEMPLATE MODULE SELECTORS                                         
========================================================================== */


/* Common Template Selectors                                             
========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/* Common One Column Selectors */
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {}

body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  

body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column, 
body.landing-page.three-column {}

body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {}


/* Site Pages                                            
========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}


/* Landing Pages                                           
========================================================================== */

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


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

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}

/* ==========================================================================
5. COS COMPONENTS                                        
========================================================================== */



/* Blog Comment Form
========================================================================== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}

/* Error */
body .hs-common-error-message {}


/* Blog Subscription Form
========================================================================== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}


/* Google Search Form
========================================================================== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* Multi Column Form
========================================================================== */

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}
body form.hs-form fieldset { max-width: none; }
body form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
body form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
body form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  body form.hs-form fieldset .hs-form-field { padding: 0; }
  body form.hs-form fieldset.form-columns-3 .hs-form-field,
  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 form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* Form Module Button
========================================================================== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* Blog Comment Button
========================================================================== */
#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* Blog Subscription Button
========================================================================== */
#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* Google Search Button
========================================================================== */
.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
Blog                                         
========================================================================== */

.blog-hero {
  background-color: #2199A9;
  color: #ffffff;
  text-align: center;
  padding: 72px 0 72px;
  min-height: 368px !important;
}

.blog-hero h1 {
}

.body-container .blog-hero form {
  border: none;
  background: none;
  box-shadow: none;
  padding: 0;
  max-width: 340px;
  margin: 0 auto;
  position: relative;
}

.body-container .blog-hero form:before {
  content: "\f002";
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: bold;
  color: #39464E;
  font-size: 16px;
  position: absolute;
  left: 25px;
  top: 50%;
  line-height: 1;
  transform: translateY(-50%);
}

body .blog-hero input[type="text"] {
  border-radius: 29.5px;
  background-color: #FFFFFF;
  border: none;
  box-shadow: none !important;
  font-weight: bold;
  padding-left: 45px;
}

.blog-hero .hs-search-field {
  max-width: 340px;
  margin: 0 auto;
}

.blog-hero .hs-search-field__suggestions {
  background: #ffffff;
  color: #000000;
}

/* Placeholder Text */
body .blog-hero ::-webkit-input-placeholder { /* Webkit Browsers */
  color: #39464E;
  font-weight: bold;
  opacity: 1;
}
body .blog-hero :-moz-placeholder { /* Firefox 18- */
  color: #39464E;
  font-weight: bold;
  opacity: 1;
}
body .blog-hero ::-moz-placeholder { /* Firefox 19+ */
  color: #39464E;
  font-weight: bold;
  opacity: 1; 
}
body .blog-hero :-ms-input-placeholder { /* IE10 */
  color: #39464E;
  font-weight: bold;
  opacity: 1; 
}

.main-blog .body-container-wrapper {
  background: #F5F8FA;
}
.main-blog .page-center.content-wrapper {
  position: relative;
  padding-top: 40px;
  padding-bottom: 48px;
}

.blog-topic-menu {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
  position: relative;
  background-color: #FFFFFF;
  font-family: Lato;
  line-height: 17px;
  font-size: 14px;
  display: flex !important;
  list-style: none;
  align-items: center;
  overflow-y: auto;
}

.blog-topic-menu >div{
  margin: 0 auto;
}
.blog-topic-menu ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: left;
}

.blog-topic-menu ul li a {
  color: #39464E;
  font-weight: bold;
  min-width: 144px;
  display: block;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-bottom: 2px solid transparent;
  background: transparent;
  transition: border-bottom 0.3s ease,background 0.3s ease;
  padding: 0 20px;
  white-space: nowrap;
}
.blog-topic-menu a.active,
.blog-topic-menu a:hover {
  background: linear-gradient(0deg, #FFFFFF 0%, #F5F8FA 100%);
  border-bottom: 2px solid #F15A24;
}


.blog-topic-menu .mobile-toggle{
  display:none;
}

@media(max-width:1024px){
  .blog-topic-menu ul li a {
    padding: 0 20px;
  }
}



@media(max-width:767px){
  .blog-topic-menu {
    display: block !important;
    overflow: initial;
    height:auto;
  }
  .blog-topic-menu .mobile-toggle {
    color: #39464E;
    font-weight: bold;
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: linear-gradient(0deg, #FFFFFF 0%, #F5F8FA 100%);
    border-bottom: 2px solid #F15A24;
    transition: border-bottom 0.3s ease,background 0.3s ease;
    cursor: pointer;
    position: relative;
  }
  .blog-topic-menu .mobile-toggle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 4px;
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    color: inherit;
    font-weight: bold;
    line-height: inherit;
  }
  .blog-topic-menu .mobile-active .mobile-toggle:after {
    content: "\f104";
  }
  .blog-topic-menu ul {
    position: absolute;
    top: 100%;
    left: -100%;
    width: 100%;
    background: #fff;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease;
    border-bottom: 1px solid #e8eef3;
    display: block;
    padding: 0 15px;
  }

  .blog-topic-menu .mobile-active ul {
    left: 0!important;
    visibility: visible!important;
    opacity: 1!important;
  }

  .blog-topic-menu ul li a {
    height: 40px;
    line-height: 40px;
  }
}

/* Blog Post and Listing Body Class */
body.blog {}

/* Blog Post */
body.hs-blog-post {}

/* Blog Listing */
body.hs-blog-listing {}



/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* Blog Content Column
========================================================================== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

.post-listing.row-fluid {
  display: flex;
  flex-wrap: wrap;
}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {
  color: #39464E;
  font-size: 20.25px;
  text-transform: none;
  padding-bottom: 64px;
}
.post-header h2 a {
  color: inherit;
}

.inner:hover .post-header h2 a {
  color: #F15A24;
}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

.blog-section > .blog-listing-wrapper {
  margin: 0 -12px;
}
/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  float: left;
  width: 50%;
  padding: 0 12px;
  margin-bottom: 24px;

}
.blog-listing-wrapper .post-listing .post-item.first{
  width:100%;
}
.blog-listing-wrapper .post-listing .post-item .inner{
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 32px;
  position: relative;
  height: 100%;
  transition: box-shadow 0.3s ease,top 0.3s ease;
  top:0px;
}
.blog-listing-wrapper .post-listing .post-item .inner:hover{

  top: -16px;
  box-shadow: 0 12px 24px 0 rgba(0,0,0,0.16);
}
.blog-listing-wrapper .post-listing .post-item.first .inner {
  width: 100%;
  float: none;
  margin-left: 0;
}

.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-height: none;
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
  float: none;
  margin: 0 0 24px;
  width: 100%;
}

/* Read More Link */
a.more-link {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  color: #F15A24;
  position: absolute;
  left: 32px;
  bottom: 32px;
}
.inner:hover a.more-link {
  color: #1E99A9;
}

a.more-link:after, 
a.more-link:before {
  top: 50%;
  position: absolute;
  transition: left .3s ease-in-out,transform .3s ease-in-out;
  pointer-events: none;
}
a.more-link:before {
  left: calc(100% - 10px);
  content: "";
  height: 2px;
  width: 10px;
  background: #F15A24;
}
a.more-link:after {
  left: calc(100% - 3px);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  border-left-color: #F15A24;
  border-width: 4px;
  margin-top: -3px;
}

.inner:hover a.more-link:before {
  transform: translate3d(4px,0,0);
  background: #1E99A9;
}
.inner:hover a.more-link:after {
  left: 100%;
  transform: translate3d(4px,0,0);
  border-left-color: #1E99A9;
}

/* Blog Topics List */
.main-blog #hubspot-topic_data {
  font-size: 14.22px;
  font-weight: bold;
  line-height: 17px;
  text-transform: uppercase;
  color: #C0C0C0;
  margin-bottom: 16px;
}
.main-blog p#hubspot-topic_data .topic-item:last-child span {
  display: none;
}
/** 
* Blog Social Sharing icons
*
* Overrides defaults to better align icons and prevent overlapping 
*/

.hs-blog-social-share {
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/** 
* Blog Commments 
*
* Custom styles are listed below, as the COS does not provide default styles.
*/

#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
  text-align: center;
  padding: 30px 0;
}
.blog-pagination a {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  border-radius: 50%;
  color: #C0C0C0;
}
.blog-pagination a:hover {
  color: #2299a9;
}

/** 
* Blog Author Page 
*
* ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
*/

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

/** 
* Blog All Posts Page
*
* ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
*/

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* Blog Sidebar
========================================================================== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}

.blog-sidebar .sidebar-block {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 32px;
  margin-bottom: 24px;
}

.blog-sidebar h3 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 16px;
}

.body-container .sidebar-block form {
  box-shadow: none;
  padding: 12px 0 0;
  background: transparent;
  border-radius: 0;
  border: none;
}



.blog-sidebar .hs-button.primary {
  width: 100%;
}

.blog-sidebar .about-blog {
  border-bottom: 2px solid #1E99A9;
  padding-bottom: 4px;
  margin-bottom: 24px;
}

.blog-sidebar .widget-type-post_filter {
  padding-top: 6px;
}

.blog-sidebar .hs_cos_wrapper_type_post_filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-sidebar .hs_cos_wrapper_type_post_filter ul li a {
  color: #39464E;
  text-decoration: underline;
}

.blog-sidebar .hs_cos_wrapper_type_post_filter ul li a:hover {
  color: #1E99A9;
}

.blog-sidebar .hs_cos_wrapper_type_post_filter span.filter-link-count {
  display: none;
}

.blog-sidebar .follow-us {
  border-top: 2px solid #1E99A9;
  padding-top: 24px;
  margin-top: 24px;
}

.blog-sidebar .follow-us ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-sidebar .follow-us ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.blog-sidebar .follow-us a {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
  width: 40px;
  height: 40px;
  border: 2px solid #FFFFFF;
  display: block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 0;
}

.blog-sidebar .follow-us a:before {
  font-size: 20px;
}

.popular-posts-module ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.popular-posts-module li {
  list-style: none;
  margin-bottom: 16px;
}

.popular-posts-module li a {
  font-size: 20.25px;
  color: #39464E;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 28px;
}

.popular-posts-module li a:hover {
  color: #2299a9;
}

.popular-posts-module .date {
  color: #C0C0C0;
  font-size: 14.22px;
  font-weight: bold;
  line-height: 17px;
  text-transform: uppercase;
  margin-top: 16px;
}

@media(max-width:1024px){
  .widget-span.blog-content {
    width: 100%;
  }

  .widget-span.blog-sidebar {
    width: 100%;
    max-width: 600px;
    margin: 30px auto;
    float: none;
  }
}

@media(max-width:767px){
  .blog-listing-wrapper .post-listing .post-item {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .blog-listing-wrapper .post-listing .post-item .inner{
    padding: 16px;
  }
  a.more-link {
    left: 16px;
    bottom: 16px;
  }
  .blog-sidebar .sidebar-block {
    padding: 16px;
  }
}



/*--------Blog Post---------*/
progress {
  position: sticky;
  left: 0;
  top: 80px;
  width: 100%;
  height: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  color: #F15A24;
  z-index: 1;
  vertical-align: top;
}

progress::-webkit-progress-bar {
  background-color: transparent
}

::-webkit-progress-value {
  background-color: #F15A24
}

::-moz-progress-value {
  background-color: #F15A24
}

.flat::-moz-progress-bar {
  background-color: #F15A24
}
body.main-blog-post .body-container-wrapper {
  background: #F5F8FA;
}

body.main-blog-post .blog-hero {
  padding-top: 48px;
}

body.main-blog-post .post-feature-image-wrapper {
  margin-top: -234px;
  text-align: center;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66%;
}

body.main-blog-post .post-header-wrapper {
  max-width: 576px;
  margin: 0 auto;
  text-align: center;
}

body.main-blog-post .post-header-wrapper h1 {
}

body.main-blog-post .blog-post-breadcrumb li {
  display: inline-block;
}

body.main-blog-post .blog-post-breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #1E99A9;
  font-weight: bold;
}

body.main-blog-post .blog-post-breadcrumb a {
  color: #000000;
}
body.main-blog-post .blog-post-breadcrumb a:hover {
  color: #F15A24;
}
body.main-blog-post .blog-post-breadcrumb i {
  color: #000000;
  font-weight: bold;
  font-size: 16px;
  margin: 0 15px;
}

body.main-blog-post .blog-post-breadcrumb {
  margin-bottom: 32px;
}

body.main-blog-post .read-time {
  color: #F15A24;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 19px;
}

body.main-blog-post .read-time:before {
  width: 40px;
  height: 5px;
  background: #F15A24;
  content: "";
  display: block;
  margin: 0 auto 16px;
}

body.main-blog-post .blog-post-social-share {
  margin-top: 24px;
  margin-bottom: 48px;
}

body.main-blog-post .blog-post-social-share ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.main-blog-post .blog-post-social-share ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

body.main-blog-post .blog-post-social-share a {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
  width: 40px;
  height: 40px;
  border: 2px solid #FFFFFF;
  display: block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: #ffffff;
  font-size: 18px;
}

body.main-blog-post .blog-sidebar .follow-us a:before {
  font-size: 20px;
}

body.main-blog-post .post-content {
  max-width: 926px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 184px;

}

body.main-blog-post .blog-post-social-share.sticky-social-share {
  text-align: center;
  width: 52px;
  position: sticky;
  left: -72px;
  margin: 0;
  top: 100px;
}

body.main-blog-post .blog-post-social-share.sticky-social-share ul {
  position: absolute;
  top: 0;
  left: -108px;
}

body.main-blog-post .blog-post-social-share.sticky-social-share li {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-right: 0;
  margin-bottom: 16px;
}

body.main-blog-post .blog-post-social-share a {
  margin: 0 auto;
}

.blog-post-email-subs {
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.16);
  padding: 56px;
  max-width: 696px;
  margin: -112px auto 0;
  position: relative;
}

.blog-post-email-subs h6 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 0;
  text-align: center;
}

.blog-post-email-subs p {
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.blog-post-email-subs h3.form-title {
  display: none;
}

.body-container .blog-post-email-subs form {
  border-radius: 0;
  padding: 0 161px 0 0;
  box-shadow: none;
  background: transparent;
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

body .blog-post-email-subs .hs-form-field {
  margin: 0;
}

body .blog-post-email-subs form .hs-form-field > label {
  display: none;
}

body .blog-post-email-subs input {
  border: 1px solid #E0E0E0;
  background-color: #FFFFFF;
  border-radius: 3px;
  box-shadow: none;
}

body .blog-post-email-subs .hs-button.primary {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.main-blog-post .bottom-content {
  background-color: #1E99A9;
  padding-bottom: 96px;
}

.main-blog-post .bottom-content .hubspot-post-topic {
  text-align: center;
  color: #ffffff;
  font-size: 13.33px;
  margin-top: 20px;
  text-transform: uppercase;
}

.main-blog-post .bottom-content .hubspot-post-topic a {
  color: #ffffff;
  font-weight: bold;
}

.main-blog-post .bottom-content .hubspot-post-topic a:hover {
  color: #39464E;
}

.main-blog-post .bottom-content .hubspot-post-topic-title {
  line-height: 15px;
  margin-bottom: 16px;
  font-weight: bold;
}
.main-blog-post .bottom-content .hubspot-post-topic-title i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 2px;
}
.main-blog-post .bottom-content #hubspot-post-topic-data {
  letter-spacing: 2px;
  line-height: 16px;
  max-width: 700px;
  margin: 0 auto;
}
.blog-related-posts {
  padding-top: 48px;
}

.blog-related-posts h2 {
  color: #ffffff;
}

.blog-related-posts .row-fluid {
  display: flex;
  flex-wrap: wrap;
}

.blog-related-posts .related-post-item {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 32px;
  position: relative;
  height: 100%;
  margin-bottom: 20px;
  transition: top 0.3s ease,box-shadow 0.3s ease;
  top: 0;
}

.blog-related-posts .related-post-item:hover {
  box-shadow: 0 12px 24px 0 rgba(0,0,0,0.16);
  top: -16px;
}

.blog-related-posts .related-post-item .post-meta {
  padding: 24px 0 16px;
  color: #C0C0C0;
  font-weight: bold;
  text-transform: uppercase;
}

.blog-related-posts .related-post-item h4.post-title {
  margin: 0 0 32px;
  line-height: 28px;
}

.blog-related-posts .related-post-item h4.post-title a {
  text-decoration: none;
  color: #39464E;
}

.blog-related-posts .related-post-item:hover h4.post-title a {
  color: #F15A24;
}


.blog-related-posts .related-post-item a.learnmore-arrow {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  color: #F15A24;
  position: absolute;
  left: 32px;
  bottom: 32px;
}
.blog-related-posts .related-post-item a.area-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.blog-related-posts .related-post-item:hover a.learnmore-arrow {
  color: #1E99A9;
}

.blog-related-posts .related-post-item .learnmore-arrow:after, 
.blog-related-posts .related-post-item .learnmore-arrow:before {
  top: 50%;
  position: absolute;
  transition: left .3s ease-in-out,transform .3s ease-in-out;
  pointer-events: none;
}

.blog-related-posts .related-post-item .learnmore-arrow:before {
  left: calc(100% - 10px);
  content: "";
  height: 2px;
  width: 10px;
  background: #F15A24;
}

.blog-related-posts .related-post-item .learnmore-arrow:after {
  left: calc(100% - 3px);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  border-left-color: #F15A24;
  border-width: 4px;
  margin-top: -3px;
}

.blog-related-posts .related-post-item:hover .learnmore-arrow:before {
  transform: translate3d(4px,0,0);
  background: #1E99A9;
}

.blog-related-posts .related-post-item:hover .learnmore-arrow:after {
  left: 100%;
  transform: translate3d(4px,0,0);
  border-left-color: #1E99A9;
}
@media (max-width: 1024px){
  body.main-blog-post .post-feature-image-wrapper{
    max-width:100%;
  }
}
@media (max-width: 767px){
  .blog-related-posts .row-fluid {
    display: block;
  }

  .body-container .blog-post-email-subs form {
    padding-right: 0;
  }

  body .blog-post-email-subs .hs-form-field {
    margin-bottom: 10px;
  }

  body .blog-post-email-subs .hs-button.primary {
    position: static;
  }

  .blog-post-email-subs {
    padding: 32px;
  }
}

div#hubspot-post-author_data {
  text-align: center;
  margin-top: 24px;
  line-height: 15px;
  color: #ffffff;
  padding-bottom: 48px;
  border-bottom: 2px solid #ffffff;
  font-size: 13.33px;
}

div#hubspot-post-author_data .hs-author-avatar {
  width: 100px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  height: 100px;
  border: 1px solid #ffffff;
  margin-bottom: 16px;
}

div#hubspot-post-author_data:before {
  width: 40px;
  height: 5px;
  background: #ffffff;
  content: "";
  display: block;
  margin: 0 auto 24px;
}

div#hubspot-post-author_data .hs-author-label {
  font-weight: bold;
  text-transform: uppercase;
}

div#hubspot-post-author_data a.author-link {
  font-size: 20.25px;
  line-height: 28px;
  color: #ffffff;
}


/*-----Blog Video Hub----*/
.blog-video-hub .body-container-wrapper {
  background: #F5F8FA;
}

.blog-video-hub .page-center.content-wrapper {
  position: relative;
  padding-top: 40px;
  padding-bottom: 48px;
}

.blog-video-hub #hubspot-topic_data {
  font-size: 14.22px;
  font-weight: bold;
  line-height: 17px;
  text-transform: uppercase;
  color: #C0C0C0;
  margin-bottom: 16px;
}

.blog-video-hub .blog-listing-wrapper .post-listing .post-item{
  width: 33.33%;
}
.blog-video-hub .blog-listing-wrapper .post-listing .post-item .inner {
  padding: 24px;
}

.blog-video-hub .hs-featured-image-wrapper {
  margin: 0 0 24px;
}

.blog-video-hub .hs-featured-image-wrapper a {
  display: block;
  position: relative;
}

.blog-video-hub .hs-featured-image-wrapper i {
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  border: 0;
  margin: auto;
  transform: translatey(-50%);
  font-size: 40px;
  opacity: 0.95;
  z-index: 11;
  text-align: center;
}


.blog-video-hub a.view-video-link {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  color: #F15A24;
  position: absolute;
  left: 32px;
  bottom: 32px;
}
.blog-video-hub .inner:hover a.view-video-link {
  color: #1E99A9;
}

.blog-video-hub a.view-video-link:after, 
.blog-video-hub a.view-video-link:before {
  top: 50%;
  position: absolute;
  transition: left .3s ease-in-out,transform .3s ease-in-out;
  pointer-events: none;
}
.blog-video-hub a.view-video-link:before {
  left: calc(100% - 10px);
  content: "";
  height: 2px;
  width: 10px;
  background: #F15A24;
}
.blog-video-hub a.view-video-link:after {
  left: calc(100% - 3px);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  border-left-color: #F15A24;
  border-width: 4px;
  margin-top: -3px;
}

.blog-video-hub .inner:hover a.view-video-link:before {
  transform: translate3d(4px,0,0);
  background: #1E99A9;
}
.blog-video-hub .inner:hover a.view-video-link:after {
  left: 100%;
  transform: translate3d(4px,0,0);
  border-left-color: #1E99A9;
}
.blog-video-hub .video-length {
  position: absolute;
  background: #ffffff;
  padding: 0 8px;
  right: 0;
  bottom: 0;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
}
@media(max-width:1024px){
  .blog-video-hub .blog-listing-wrapper .post-listing .post-item{
    width: 50%;
  }
}
@media(max-width:767px){
  .blog-video-hub .blog-listing-wrapper .post-listing .post-item{
    width: 100%;
  }
}
/* ==========================================================================
6. MISCELLANOUS                                        
========================================================================== */

/*-------------Lead Nurturing Illustration Hero-------------*/

.home-hero {
  padding: 80px 50px 50px 50px;
  color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #2299a9, #69bfcb);
  background: #2199A9;
  min-height: 560px;
  position: relative;
  font-size: 20px;
}
.home-hero .page-center {
  position: relative;
  z-index: 11;
}

.home-hero .content_part {
  max-width: 600px;
}

.home-hero h1 {
  margin-bottom: 10px;
}

.home-hero .content {
  font-size: 18px;
  font-family: 'Lato', sans-serif;
}

.home-hero a.cta_button {
  margin-top: 12px;
}

@media (max-width: 1349px) and (min-width: 1025px){
  .home-hero {
    padding-left:20px;
  }
}

@media (max-width: 1024px){
  .home-hero {
    padding-left:0;
  }
}

@media(max-width:767px){
  .home-hero {
    padding: 40px 0;
    height: auto;
    min-height: auto;
  }

  .home-hero div.svg {
    display: none;
  }
}


/* .transparent-header .home-hero{
padding-top:180px;
height: 747px;
} */

.section-heading {
  max-width: 940px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}

@media(min-width:768px){
  .row-fluid.image-align-right > [class*="span"]:first-child {
    float: right;
    margin-left: 0;
  }

  .row-fluid.image-align-right > [class*="span"]:last-child {
    margin-left: 0;
  }
}

/*----------------------*/

.partner-slider {
  padding: 24px 0;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
  position: relative;
  background-color: #fff;
}

.partner-slider .slide-item {
  padding: 0 15px;
}
.partner-slider .slick-slider {
  margin-bottom: 0;
}
.partner-slider .slick-initialized .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.partner-slider .slide-item img {
  margin: 0 auto;
}
.partner-slider {
  padding: 16px 0;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
  position: relative;
}
.partner-slider .slide-item img {
  margin: 0 auto;
  max-height: 96px;
  width: auto !important;
}

@media(max-width:767px){

  .partner-slider {
    padding: 4px 0;
  }

  .partner-slider .slide-item img {
    max-height: 72px;
    width: auto !important;
  }
}

/*--------------------*/

.service-panel {
  background: #F5F8FA;
  padding: 96px 0;
}

.service-panel .section-heading {
  max-width: 940px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}

.service-panel .section-heading h2:after {
  margin-left: auto;
  margin-right: auto;
}

.service-panel .service-wrapper {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
  position: relative;
  padding: 96px 96px 48px;
  max-width: 1160px;
  margin: 0 auto;
}
.service-panel .service-wrapper > .row-fluid {
  flex-flow: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.service-panel .service-wrapper > .row-fluid:after, .service-panel .service-wrapper > .row-fluid:before {
  display: none;
}
.service-panel .service-item {
  width: 50%;
  padding-bottom: 40px;
  padding-top: 8px;
  position: relative;
}
.service-panel .service-item:nth-child(odd){
  padding-right:48px;
}
.service-panel .service-item:nth-child(even){
  padding-left:48px;
}
.service-panel .service-item .image {
  min-height: 42px;
}
.service-panel h5 {
  margin: 16px 0 16px;
  font-weight: bold;
}

.service-panel .content {
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.service-panel .service-item a.learnmore-arrow {
  display: inline-block;
  padding-right: 20px;
  position: absolute;
  z-index: 1;
  font-weight: 600;
  color: #F15A24;
  bottom: 40px;
}
.service-panel .service-item a.learnmore-arrow:hover {
  color: #1E99A9;
}

.service-panel .service-item .learnmore-arrow:after, 
.service-panel .service-item .learnmore-arrow:before {
  top: 50%;
  position: absolute;
  transition: left .3s ease-in-out,transform .3s ease-in-out;
  pointer-events: none;
}
.service-panel .service-item .learnmore-arrow:before {
  left: calc(100% - 10px);
  content: "";
  height: 2px;
  width: 10px;
  background: #F15A24;
}
.service-panel .service-item .learnmore-arrow:after {
  left: calc(100% - 3px);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  border-left-color: #F15A24;
  border-width: 4px;
  margin-top: -3px;
}

.service-panel .service-item .learnmore-arrow:hover:before {
  transform: translate3d(4px,0,0);
  background: #1E99A9;
}
.service-panel .service-item .learnmore-arrow:hover:after {
  left: 100%;
  transform: translate3d(4px,0,0);
  border-left-color: #1E99A9;
}


.service-panel .service-item .hr-line:before,.service-panel .service-item .hr-line:after {
  width: 100%;
  height: 2px;
  opacity: 1;
  position: absolute;
  left: auto;
  bottom: 0;
  content: "";
  display: block;
  background-image: radial-gradient(circle at 0 100%,#fff,rgba(0,0,0,0.1));
  right: 0;
}

.service-panel .service-item .hr-line:after {
  right: auto;
  left: 0;
}

.service-panel .service-item .br-line:before,.service-panel .service-item .br-line:after {
  width: 2px;
  height: 100%;
  opacity: 1;
  position: absolute;
  left: auto;
  bottom: 0;
  content: "";
  display: block;
  background-image: radial-gradient(circle at 0 100%,#fff,rgba(0,0,0,0.1));
  right: 0;
}

.service-panel .service-item .br-line:after {
  background-image: radial-gradient(circle at 100% 0,#fff,rgba(0,0,0,0.1));
}
.service-panel .service-item:nth-child(n+3) .br-line:after {
  background-image: radial-gradient(circle at 0 100%,#fff,rgba(0,0,0,0.1));
}
.service-panel .service-item:nth-child(n+3) .hr-line:after {
  background-image: radial-gradient(circle at 100% 100%,#fff,rgba(0,0,0,0.1));
}

.service-panel .service-item:nth-child(1) .hr-line:after {
  background: transparent;
}
.service-panel .service-item:nth-child(n+3) .br-line:before {
  background: transparent;
}
.service-panel .service-item:nth-child(2) .hr-line:after {
  background-image: radial-gradient(circle at 100% 100%,#fff,rgba(0,0,0,0.1));
}
.service-panel .service-item:nth-child(n+3) .hr-line:after,
.service-panel .service-item:nth-child(n+3) .hr-line:before {
  background: transparent;
}

@media(max-width:767px){
  .service-panel {
    padding: 40px 0;
  }
  .service-panel .service-wrapper {
    padding: 40px 16px 16px;
  }
  .service-panel .service-item {
    float: none;
    width: 100%;
  }
  .service-panel .service-item:nth-child(odd){
    padding-right: 0;
  }
  .service-panel .service-item:nth-child(even){
    padding-left: 0;
  }
  .service-panel .hr-line {
    display: none;
  }
  .service-panel .br-line {
    display: none;
  }
}

/*-----------------*/

.case-studies-panel {
  background: #1E99A9;
  padding: 96px 0;
}

.case-studies-panel .section-heading {
  color:#ffffff;
  max-width: 940px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}

.section-heading h3 {
  font-weight: 800;
  color: inherit;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;	
  line-height: 36px;
}

.case-studies-panel .section-heading h2:after {
  margin-left: auto;
  margin-right: auto;
}

.case-studies-panel .case-studies-wrapper {
  margin: 0 -12px;
}
.case-studies-panel .case-studies-item {
  width: 25%;
  float: left;
  position: relative;
  padding: 12px;
}
.case-studies-panel .case-studies-item .inner {
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.32);
  background-color: #FFFFFF;
  border-radius: 10px;
  text-align: center;
  padding: 40px 40px 24px;
  transition: box-shadow 0.3s ease,top 0.3s ease;
  top:0;
}
.case-studies-panel .case-studies-item .inner:hover {
  box-shadow: 0 12px 24px 0 rgba(0,0,0,0.32);
  top:-8px;
}
.case-studies-panel .title {
  font-weight: 800;
  font-size: 35px;
  line-height: 46px;
  margin-bottom: 8px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease,visibility 0.3s ease;
}
.case-studies-panel .inner:hover .title {
  opacity: 0;
  visibility: hidden;
}
.case-studies-panel .subtitle{
  position: relative;
  top: 0;
  transition: top 0.3s ease;
}
.case-studies-panel .inner:hover .subtitle {
  top: -30px;
}

.case-studies-panel .image {
  height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 40px;
}

.case-studies-panel .case-studies-item a.learnmore-arrow {
  font-weight: 600;
  color: #f15a24;
  position: relative;
  bottom: 6px;
  left: 0;
  right: 0;
  display: inline-block;
  padding-right: 20px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease,visibility 0.3s ease,bottom 0.3s ease;
}

.case-studies-panel .case-studies-item .inner:hover a.learnmore-arrow {
  opacity: 1;
  visibility: visible;
  bottom: 26px;
  color:#1E99A9;
}

.case-studies-panel .case-studies-item .inner a.learnmore-arrow:hover {
}

.case-studies-panel .case-studies-item .learnmore-arrow:after, 
.case-studies-panel .case-studies-item .learnmore-arrow:before {
  top: 50%;
  position: absolute;
  transition: left .3s ease-in-out,transform .3s ease-in-out;
  pointer-events: none;
}
.case-studies-panel .case-studies-item .learnmore-arrow:before {
  left: calc(100% - 10px);
  content: "";
  height: 2px;
  width: 10px;
  background: #F15A24;
}
.case-studies-panel .case-studies-item .learnmore-arrow:after {
  left: calc(100% - 3px);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  border-left-color: #F15A24;
  border-width: 4px;
  margin-top: -3px;
}

.case-studies-panel .case-studies-item .inner:hover .learnmore-arrow:before {
  transform: translate3d(4px,0,0);
  background: #1E99A9;
}
.case-studies-panel .case-studies-item .inner:hover .learnmore-arrow:after {
  left: 100%;
  transform: translate3d(4px,0,0);
  border-left-color: #1E99A9;
}
.case-studies-panel .case-studies-item .inner a.area-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size:0px;
}
.case-studies-panel .button-wrapper {
  padding-top: 32px;
  text-align: center;
}


@media(max-width:1024px){
  .case-studies-panel .case-studies-item {
    width: 33%;
  }
}

@media(max-width:767px){
  .case-studies-panel {
    padding: 40px 0;
  }
  .case-studies-panel .case-studies-item {
    width: 100%;
  }
}


/*-----------*/

.testimonial-panel {
  padding: 96px 0;
  background: #F5F8FA;
}

.testimonial-panel .section-heading {
  text-align: center;
  max-width: 940px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.testimonial-panel .slick-slider {
  margin-bottom: 0;
}
.testimonial-panel .testimonial-item {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 32px;
  min-height: 314px;
  margin: 0 12px 12px;
  transition:box-shadow 0.3s ease;
}
.testimonial-panel .testimonial-item:hover {
  box-shadow: 0 6px 12px 0 rgba(0,0,0,0.16);
}
.testimonial-panel .image {
  width: 75px;
  float: left;
  overflow: hidden;
  height: 77px;
}

.testimonial-panel .quote {
  clear: both;
  margin-top: 20px;
  color: #3F5059;
}

.testimonial-panel .quote-by {
  font-size: 18px;
  font-weight: bold;
}

.testimonial-panel .role-company {
  font-style: italic;
  color: #3F5059;
  margin-top: 8px;
}
/*-----------*/
.testimonial-panel2 {
  background: #F5F8FA;
  padding-top: 96px;
  padding-bottom: 96px;
}

.testimonial-panel2 .testimonial-wrapper {
  max-width: 940px;
  margin: 0 auto;
}
.testimonial-panel2 .slick-slider {
  margin-bottom: 0;
}
.testimonial-panel2 .testimonial-item {
  text-align: center;
}
.testimonial-panel2 .image {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
  border: 2px solid #FFFFFF;
  background-color: #FFFFFF;
  height: 84px;
  width: 84px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  overflow:hidden;
}

.testimonial-panel2 .image img {
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.testimonial-panel2 .quote {
  font-size: 28.83px;
  line-height: 39px;
  padding-top: 32px;
  position: relative;
}


.testimonial-panel2 .role-company {
  color: #989898;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 8px;
}

.testimonial-panel2 .quote-by {
  color: #1E99A9;
  font-weight: bold;
  text-transform: unset;
  margin-top: 32px;
}

.testimonial-panel2 .quote:before {
  width: 40px;
  height: 5px;
  background: #F15A24;
  content: "";
  display: block;
  margin: 0 auto 32px;
}

@media(max-width:767px){
  .testimonial-panel2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/*-----------*/

.rss-panel {
  background: #F5F8FA;
  padding-bottom: 96px;
}
.rss-panel .page-center {
  border-top: 2px solid #1E99A9;
  padding-top: 96px;
}
.rss-panel .section-heading {
  text-align: center;
  max-width: 940px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.rss-panel .rss-wrapper .row-fluid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.rss-panel .rss-item {
  background-color: #fff;
  height: 100%;
  position: relative;
  margin-bottom: 20px;
  padding: 32px;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
  transition:top 0.3s ease,box-shadow 0.3s ease;
  top:0;
}
.rss-panel .rss-item:hover {	
  top:-16px;
  box-shadow: 0 12px 24px 0 rgba(0,0,0,0.16);
}

.rss-panel .rss-item .post-image {
  min-height: 209px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}

.rss-panel .rss-item .post-meta {
  padding: 24px 0 16px;
  color: #C0C0C0;
  font-weight: bold;
  text-transform: uppercase;
}

.rss-panel .rss-item h4.post-title {
  margin: 0 0 32px;
  line-height: 28px;
}

.rss-panel .rss-item h4.post-title a {
  text-decoration: none;
  color: #39464E;
}

.rss-panel .rss-item:hover h4.post-title a {
  color: #f15924;
}


.rss-panel .rss-item a.learnmore-arrow {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  color: #F15A24;
  position: absolute;
  left: 32px;
  bottom: 32px;
}
.rss-panel .rss-item:hover a.learnmore-arrow {
  color: #1E99A9;
}

.rss-panel .rss-item .learnmore-arrow:after, 
.rss-panel .rss-item .learnmore-arrow:before {
  top: 50%;
  position: absolute;
  transition: left .3s ease-in-out,transform .3s ease-in-out;
  pointer-events: none;
}
.rss-panel .rss-item .learnmore-arrow:before {
  left: calc(100% - 10px);
  content: "";
  height: 2px;
  width: 10px;
  background: #F15A24;
}
.rss-panel .rss-item .learnmore-arrow:after {
  left: calc(100% - 3px);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  border-left-color: #F15A24;
  border-width: 4px;
  margin-top: -3px;
}

.rss-panel .rss-item:hover .learnmore-arrow:before {
  transform: translate3d(4px,0,0);
  background: #1E99A9;
}
.rss-panel .rss-item:hover .learnmore-arrow:after {
  left: 100%;
  transform: translate3d(4px,0,0);
  border-left-color: #1E99A9;
}

.rss-panel .rss-item a.area-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size:0px;
}

@media (max-width: 767px){
  .rss-panel .page-center {
    padding-top: 40px;
  }
  .rss-panel .rss-wrapper .row-fluid {
    display: block;
  }
  .rss-panel {
    padding-bottom: 40px;
  }
  .rss-panel .rss-item {
    padding: 32px 16px;
  }
  .rss-panel .rss-item a.learnmore-arrow {
    left: 16px;
  }
  .form-panel {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/*---------------*/

.form-panel {
  position: relative;
  color: #ffffff;
  background-color: #39464E;
  font-size: 28.83px;
  line-height: 39px;
  padding: 96px 25px;
  z-index:1;
}
.error-msg {
  margin: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.form-panel .section-heading {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.form-panel .form-wrapper {
  max-width: 1200px;
  margin: 40px auto 0;
  float: none;
}
.form-panel fieldset {
  margin-bottom: 25px !important;
}
.form-panel fieldset .hs-form-field{
  margin-bottom:0px;
}
.form-panel form {
  text-align: left;
  background: none;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.form-panel .hs-form-field>label {
  display: inline-block;
  position: relative !important;
  opacity: 1;
  width: auto;
  border: none;
  text-transform: none;
  color: #fff;
  vertical-align: bottom;
  padding-top: 0 !important;
  visibility: visible !important;
  height: 40px !important;
  line-height: 20px !important;
  padding: 10px 0 !important;
  border-bottom: 2px solid transparent;
  font-size: 22.78px;
  font-family: inherit;
  font-weight: normal;
  margin: 0;
}

.form-panel form * {
  letter-spacing: 0;
}
.form-panel ul.hs-error-msgs.inputs-list {
  display: none !important;
}
.form-panel textarea, 
.form-panel input:not(.hs-button), 
.form-panel select{
  background: transparent;
  border: 0;
  border-bottom: solid 2px #ffffff;
  border-radius: 0;
  margin: 0 25px;
  font-size: 20px;
  outline: none;
  color: #ffffff;
  vertical-align: middle;
  padding-top: 0;
  height: 48px;
  font-size: 22.78px;
  line-height: 39px !important;
  padding-bottom: 8px;
  font-family: inherit;
  padding-left: 8px;
  background: none !important;
  box-shadow: none !important;
}
.form-panel textarea.error,
.form-panel input.error:not(.hs-submit) {
  color: #f15924;
  /* border-color:#f15924; */
}
.form-panel select option {
  color: #39474f;
  font-size: 80%;
}
.form-panel textarea {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  height: 49px;
  margin-right: 0;
}
.form-panel form fieldset:first-child .hs-form-field {
  width: 60%;
}
.form-panel form fieldset:first-child .hs-form-field:last-child {
  width: 40%;
}
.form-panel form .hs_lastname.field.hs-form-field .input {
  width: 100% !important;
}

.form-panel form fieldset:first-child .hs-form-field:last-child,
.form-panel form fieldset:first-child .hs-form-field input {
  margin-right: 0;
}

.form-panel form fieldset:first-child .hs-form-field:last-child input   {
  margin-left: 0;
}
.form-panel .hs_phone.field.hs-form-field {
  width: 38%;
}
.form-panel .hs_phone .input {
  width: 45%;
}
.form-panel .hs_email.field.hs-form-field {
  width: 62%;
}
/* Placeholder Text */
.form-panel input::-webkit-input-placeholder {  color: rgba(255, 255, 255, 1);
}
.form-panel input:-moz-placeholder {   color: rgba(255, 255, 255, 1);
}
.form-panel input::-moz-placeholder {  color: rgba(255, 255, 255, 1);
}
.form-panel input:-ms-input-placeholder {  color: rgba(255, 255, 255, 1);
}
.form-panel label {
  font-size: 20px;
  display: inline-block;
}
.form-panel .input {
  display: inline-block;
  width: 57%;
}
.form-panel span.hs-form-required {
  display: none !important;
}
.form-panel .hs_submit {
  text-align: center;
  margin-top: 32px;
}

.form-panel input[type="submit"]{
  max-width: none;
  width: auto;
}

.form-panel .hs_i_am_exicted_to_talk_to_you_about1.field.hs-form-field:after,
.form-panel .hs_email.field.hs-form-field:after {
  content: ".";
  position: relative;
  right: -33px;
  display:none;
}

.form-panel .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field .input {
  width: calc(100% - 230px);
}

.form-panel .hs_i_am_exicted_to_talk_to_you_about1.hs-i_am_exicted_to_talk_to_you_about1.hs-fieldtype-textarea.field.hs-form-field .input {
  width: calc(100% - 413px);
}
.form-panel .hs_how_can_we_help_you.hs-how_can_we_help_you.hs-fieldtype-select.field.hs-form-field .input {
  width: calc(100% - 330px);
}
.form-panel .hs_phone.hs-phone.hs-fieldtype-text.field.hs-form-field {
  width: 50%;
}
.form-panel .hs_phone.hs-phone.hs-fieldtype-text.field.hs-form-field .input {
  width: calc(100% - 225px);
}
.form-panel .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  width: 50%;
}
.form-panel .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field .input {
  width: calc(100% - 196px);
}
.form-panel .hs_error_rollup{
  min-height:0px;
}
@media(max-width:1024px){

  .form-panel {
    padding-left:10px;
    padding-right:10px;
  }
  .form-panel form{
    padding-right:0px;
  }
  .form-panel fieldset {
    margin-bottom: 0 !important;
  }
  .form-panel label {
    display: block;
    margin-bottom: 10px;
  }
  .form-panel textarea,
  .form-panel input:not(.hs-submit),
  .form-panel select {
    margin: 0;
    text-align: left;
  }
  .form-panel .input {
    display: block;
    width: 100%;
  }
  .form-panel fieldset .hs-form-field {
    margin-bottom: 20px;
  }
  .form-panel .hs-form-field .hs-error-msgs {
    text-align: center;
  }
  .form-panel .hs_i_am_exicted_to_talk_to_you_about1.field.hs-form-field:after, 
  .form-panel .hs_email.field.hs-form-field:after{
    display:none;
  }
  .form-panel .hs_phone .input,
  .form-panel form .hs_lastname.field.hs-form-field .input {
    width: 100% !important;
  }
  .form-panel .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field .input,
  .form-panel .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field .input,
  .form-panel .hs_how_can_we_help_you.hs-how_can_we_help_you.hs-fieldtype-select.field.hs-form-field .input,
  .form-panel .hs_i_am_exicted_to_talk_to_you_about1.hs-i_am_exicted_to_talk_to_you_about1.hs-fieldtype-textarea.field.hs-form-field .input {
    width: 100%;
  }
  .form-panel .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field> label {
    display: none;
  }
}
@media(max-width:767px){
  .form-panel .hs-lastname.hs-fieldtype-text.field.hs-form-field > label {
    display: none;
  }
  .form-panel .hs-form-field>label {
    margin-bottom: 0;
    font-size: 16px;
  }
  .form-panel textarea, 
  .form-panel input:not(.hs-submit),
  .form-panel select {
    font-size: 16px;
    line-height: 24px !important;
  }

  .form-panel {
    text-align: center;
    padding-top: 45px;
  }
}


/*----Case Study Hero---*/

.casestudy-hero {
  padding: 72px 0;
  background:#ffffff;
}

.casestudy-hero .content_part {
  padding-top: 86px;
}

.casestudy-hero .tag {
  color: #1E99A9;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  line-height: 19px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.casestudy-hero h1 {
  margin-bottom: 8px;
}

.casestudy-hero .content {
  font-size: 18px;
  line-height: 27px;
  font-family: 'Lato', sans-serif;
}

.casestudy-hero .image {
  text-align: right;
}

@media(max-width:1024px){
  .casestudy-hero .content_part {
    padding-top: 24px;
  }
}

@media(max-width:767px){
  .casestudy-hero .image {
    text-align: left;
  }
}


/*----result bar-----*/

.result-bar {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
  padding: 24px 0;
  background:#ffffff;
}

.result-bar .result-item {
  padding-bottom: 32px;
  /*   padding-left: 24px; */
}

.result-bar .value {
  font-size: 35px;
  font-weight: 800;
  line-height: 46px;
  margin-bottom: 8px;
}

.result-bar .span3:first-child {
  position: relative;
}
.result-copy-wrapper .span4{
  position:sticky;
  top:100px;
  margin-top: -354px;
  height: 630px;
}

.result-profile-wrapper {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.32);
  border-radius: 10px;
  background-color: #FFFFFF;
  padding: 32px;
  width: 325px;
}

.result-profile-wrapper .profile-content {
  font-size: 18px;
  line-height: 22px;
  padding-top: 8px;
}

.result-profile-wrapper .profile-item {
  border-bottom: 2px solid #1E99A9;
  padding: 16px 0;
}

.result-profile-wrapper .title {
  float: left;
  width: 50%;
  font-weight: bold;
  padding-right: 10px;
}

.result-profile-wrapper .text {
  width: 50%;
  float: left;
}

.result-profile-wrapper .image {
  text-align: center;
  padding: 18px 0;
}

.result-copy-wrapper {
  background: #F5F8FA;
  padding: 96px 0;
}

.result-copy-wrapper .result-copy {
  padding-right: 48px;
  border-bottom: 2px solid #1E99A9;
}

.result-copy-wrapper .cta-wrapper {
  text-align: center;
  border-top: 2px solid #1E99A9;
  padding: 24px 0;
}

@media(max-width:1024px){
  .result-copy-wrapper .result-copy {
    padding-right: 0;
    border-bottom: 2px solid #1E99A9;
  }
  .result-bar .page-center > .row-fluid > .span4, 
  .result-bar .page-center > .row-fluid > .span8 {
    width: 100%;
  }
  .result-bar .profile-wrapper {
    position: absolute;
    width: 100%;
    top: -55px;
  }
  .result-copy-wrapper .span4 {
    width: 100%;
    margin-top: 0;
    height: auto;
    position: static;
  }
  .result-copy-wrapper .row-fluid .span8 {
    width: 100%;
    margin-left: 0;
  }
  .result-profile-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
  .result-bar .result-item {
    padding-bottom: 0;
  }
}

@media(max-width:767px){
  .result-bar .span3 {
    width: 100%;
  }
  .result-bar .profile-wrapper {
    position: static;
    margin-bottom: 40px;
  }
  .result-bar .span9 {
    width: 100%;
  }
}

/*-----form panel2-------*/

.form-panel2 {
  background-color: #39464E;
  padding: 96px 0 56px;
  color: #ffffff;
}

.form-panel2 .section-heading {
  max-width: 700px;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.form-panel2 .form-wrapper {
  max-width: 494px;
  margin: 0 auto !important;
  float: none !important;
}

.form-panel2 .hs-button.primary{
  width:100%;
}

.form-panel2 .submitted-message {
  color: #39464E;
}

@media(max-width:767px){
  .form-panel2 {
    padding: 40px 0;
  }
}

/*---------*/

.standard-hero {
  background-color: #2199A9;
  color: #FFFFFF;
  text-align: center;
  padding: 144px 0 48px;
  min-height:368px;
}

.transparent-header .standard-hero {
  padding: 60px 0 0 0;
}

.standard-hero .content_part {
  max-width: 700px;
  margin: 0 auto;
}

.standard-hero h1 {
  margin-bottom: 0;
}

.standard-hero .content {
  padding-top: 24px;
  line-height: 27px;
  font-size: 18px;
}
.standard-hero.align-left {
    text-align: left;
}

.standard-hero.align-left .image {
    text-align: center;
    margin-bottom: 32px;
}
.standard-hero.align-left .image img{
    filter: drop-shadow(0px 16px 16px #22222280);
}
.sticky-menu {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
  position: relative;
  background-color: #FFFFFF;
  font-family: Lato;
  line-height: 17px;
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  align-items: center;
  height: 80px;
  overflow-y: auto;
}

.sticky-menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sticky-menu a {
  color: #39464E;
  font-weight: bold;
  min-width: 144px;
  display: block;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-bottom: 2px solid transparent;
  background: transparent;
  transition: border-bottom 0.3s ease,background 0.3s ease;
  padding:0 20px;
}
.sticky-menu a.active,
.sticky-menu a:hover {
  background: linear-gradient(0deg, #FFFFFF 0%, #F5F8FA 100%);
  border-bottom: 2px solid #F15A24;
}

.sticky-menu a span.count {
  font-weight: normal;
}

.mobile-toggle{
  display:none;
}

@media(max-width:1024px){
  .sticky-menu a {
    min-width: auto;
    padding: 0 20px;
  }
}



@media(max-width:767px){
  
  .sticky-menu {
    display: block;
    overflow: initial;
    height:auto;
  }
  .mobile-toggle {
    color: #39464E;
    font-weight: bold;
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: linear-gradient(0deg, #FFFFFF 0%, #F5F8FA 100%);
    border-bottom: 2px solid #F15A24;
    transition: border-bottom 0.3s ease,background 0.3s ease;
    cursor: pointer;
    position: relative;
  }
  .mobile-toggle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 4px;
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    color: inherit;
    font-weight: bold;
    line-height: inherit;
  }
  .mobile-active .mobile-toggle:after {
    content: "\f104";
  }
  .sticky-menu ul {
    position: absolute;
    top: 100%;
    left: -100%;
    width: 100%;
    background: #fff;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease;
    border-bottom: 1px solid #e8eef3;
    display: block;
    padding: 0 15px;
  }

  .sticky-menu .mobile-active ul {
    left: 0!important;
    visibility: visible!important;
    opacity: 1!important;
  }

  .sticky-menu a {
    height: 40px;
    line-height: 40px;
  }
}

/*----------*/

.case-studies-listing {
  background: #F5F8FA;
  padding: 28px 0 40px;
}

.case-studies-listing .case-studies-item-wrapper {
  margin: 0 -12px;
}

.case-studies-listing .case-studies-wrapper .row-fluid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.case-studies-listing .case-studies-item {
  width: 25%;
  float: left;
  position: relative;
  padding: 12px;
}

.case-studies-listing .case-studies-item .inner {
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
  background-color: #FFFFFF;
  border-radius: 10px;
  text-align: left;
  padding: 24px 24px 24px;
  transition: box-shadow 0.3s ease,top 0.3s ease;
  top:0;
  height: 100%;
}

.case-studies-listing .case-studies-item .inner:hover {
  box-shadow: 0 12px 24px 0 rgba(0,0,0,0.16);
  top:-8px;
}

.case-studies-listing .case-studies-item .tag {
  color: #C0C0C0;
  font-family: Lato;
  font-size: 14.22px;
  line-height: 17px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-top: 16px;
}

.case-studies-listing .title {
  margin-top: 0;
  margin-bottom: 8px;
  padding-bottom: 56px;
  transition: color 0.3s ease;
}
.case-studies-listing .case-studies-item .inner:hover .title{
  color: #f15a24;  
}
.case-studies-listing .image {
  height: 160px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-studies-listing .case-studies-item a.learnmore-arrow {
  font-weight: 600;
  color: #1E99A9;
  position: absolute;
  bottom: 24px;
  left: 24px;
  display: inline-block;
  padding-right: 20px;
  z-index: 1;
  transition: opacity 0.3s ease,visibility 0.3s ease,bottom 0.3s ease;
}

.case-studies-listing .case-studies-item .inner:hover a.learnmore-arrow {
  color: #f15a24;
}

.case-studies-listing .case-studies-item .learnmore-arrow:after, 
.case-studies-listing .case-studies-item .learnmore-arrow:before {
  top: 50%;
  position: absolute;
  transition: left .3s ease-in-out,transform .3s ease-in-out;
  pointer-events: none;
}

.case-studies-listing .case-studies-item .learnmore-arrow:before {
  left: calc(100% - 10px);
  content: "";
  height: 2px;
  width: 10px;
  background: #1E99A9;
}

.case-studies-listing .case-studies-item .learnmore-arrow:after {
  left: calc(100% - 3px);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  border-left-color: #1E99A9;
  border-width: 4px;
  margin-top: -3px;
}

.case-studies-listing .case-studies-item .inner:hover .learnmore-arrow:before {
  transform: translate3d(4px,0,0);
  background: #f15a24;
}

.case-studies-listing .case-studies-item .inner:hover .learnmore-arrow:after {
  left: 100%;
  transform: translate3d(4px,0,0);
  border-left-color: #f15a24;
}

.case-studies-listing .case-studies-item .inner a.area-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}



@media(max-width:1024px){
  .case-studies-listing .case-studies-item {
    width: 33%;
  }
}

@media(max-width:767px){
  .case-studies-listing .case-studies-item {
    width: 100%;
  }
}

/*----------*/

.high-lavel-service-panel {
  background: #F5F8FA;
  padding: 96px 0;
}

.high-lavel-service-panel .service-wrapper {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
  position: relative;
  padding: 98px;
  max-width: 1200px;
  margin: 0 auto;
}

.sales-page .high-lavel-service-panel .service-wrapper { 
  padding: 50px; 
}

.sales-page .testimonial-panel {
    padding: 50px 0;
    background: #F5F8FA;
}

.sales-page .high-lavel-service-panel { 
    padding: 50px 0px 0px;
}

.sales-page .service-detail-module { 
    padding: 0 0 0px;
}

.sales-page  .service-detail-module .service-detail-wrapper { 
    padding: 50px; 
}

.sales-page .lp-testimonial-slider { 
    padding-top: 50px;
    padding-bottom: 0px; 
}


.high-lavel-service-panel .service-item:not(.last) {
  width: 100%;
  padding: 0;
  position: relative;
  padding-bottom: 96px;
}
.high-lavel-service-panel .service-item .image {
  text-align: center;
}
.high-lavel-service-panel .service-item h3 {
  margin: 0 0 8px;
}
.high-lavel-service-panel .service-item .image-align-left .content {
  padding: 0 0 0 48px;
}
.high-lavel-service-panel .service-item .image-align-right .content {
  padding: 0 48px 0 0;
}
.high-lavel-service-panel .service-item .inner-content {
  margin-bottom: 24px;
}

.high-lavel-service-panel .service-item a.learnmore-arrow {
  font-weight: 600;
  color: #f15a24;
  position: relative;
  bottom: 6px;
  left: 0;
  right: 0;
  display: inline-block;
  padding-right: 20px;
  z-index: 1;
}

.high-lavel-service-panel .service-item a.learnmore-arrow:hover {
  color:#1E99A9;
}

.high-lavel-service-panel .service-item .learnmore-arrow:after, 
.high-lavel-service-panel .service-item .learnmore-arrow:before {
  top: 50%;
  position: absolute;
  transition: left .3s ease-in-out,transform .3s ease-in-out;
  pointer-events: none;
}
.high-lavel-service-panel .service-item .learnmore-arrow:before {
  left: calc(100% - 10px);
  content: "";
  height: 2px;
  width: 10px;
  background: #F15A24;
}
.high-lavel-service-panel .service-item .learnmore-arrow:after {
  left: calc(100% - 3px);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  border-left-color: #F15A24;
  border-width: 4px;
  margin-top: -3px;
}

.high-lavel-service-panel .service-item .learnmore-arrow:hover:before {
  transform: translate3d(4px,0,0);
  background: #1E99A9;
}
.high-lavel-service-panel .service-item .learnmore-arrow:hover:after {
  left: 100%;
  transform: translate3d(4px,0,0);
  border-left-color: #1E99A9;
}

@media(max-width:767px){
  .high-lavel-service-panel {
    padding: 40px 0;
  }
  .high-lavel-service-panel .service-wrapper {
    padding: 40px 16px;
  }

  .high-lavel-service-panel .service-item .image {
    margin-bottom: 32px;
  }
  .high-lavel-service-panel .service-item .image-align-right .content,
  .high-lavel-service-panel .service-item .image-align-left .content {
    padding: 0;
  }
  .high-lavel-service-panel .service-item:not(.last) {
    padding-bottom: 40px;
  }
}


/*----------*/


.conversion-panel {
  text-align: center;
  padding: 96px 0;
  background-color: #fff;
}

.conversion-panel .content {
  max-width: 700px;
  margin: 0 auto;
}

.conversion-panel .content:before {
  width: 40px;
  height: 5px;
  background: #1E99A9;
  content: "";
  display: block;
  margin: 0 auto 32px;
}

.conversion-panel .inner-content {
  margin-bottom: 32px;
}

.conversion-panel.dark {
  color: #ffffff;
}

.conversion-panel.dark .content:before {
  background: #ffffff;
}

@media(max-width:767px){
  .conversion-panel {
    padding: 40px 0;
  }
}

/*-----------*/

.testimonial-panel-video {
  background: #F5F8FA;
  padding: 96px 0;
}

.testimonial-panel-video .video-wrapper {
  box-shadow: 0 12px 24px 0 rgba(0,0,0,0.16);
  border-radius: 10px;
  padding: 25px;
}

.testimonial-panel-video .quote {
  font-size: 28.83px;
  line-height: 39px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 32px;
}

.testimonial-panel-video .author {
  color: #1E99A9;
  font-weight: bold;
  line-height: 19px;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.testimonial-panel-video .role {
  color: #989898;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: bold;
}

@media(max-width:767px){
  .testimonial-panel-video {
    padding: 40px 0;
  }
  .testimonial-panel-video .video-wrapper {
    margin-top: 32px;
  }
}


.case-study-panel {
  background-color: #1E99A9;
  color: #fff;
  padding: 64px 0;
  /*   margin-top: 50px; */
  position: relative;
}
.case-study-panel .content {
  padding-top: 32px;
}
/* .case-study-panel:before {
position: absolute;
left: 0;
top: -60px;
content: "";
background: #F5F8FA;
width: 100%;
height: 60px;
display: block;
z-index: -1;
} */

.case-study-panel .image {
  text-align: center;
}


.case-study-panel .image-top-align .image {
  margin-top: -48px;
}

.case-study-panel a.learnmore-arrow {
  font-weight: 600;
  color: #ffffff;
  position: relative;
  bottom: 6px;
  left: 0;
  right: 0;
  display: inline-block;
  padding-right: 20px;
  z-index: 1;
}

.case-study-panel a.learnmore-arrow:hover {
  color:#ffffff;
}

.case-study-panel .learnmore-arrow:after, 
.case-study-panel .learnmore-arrow:before {
  top: 50%;
  position: absolute;
  transition: left .3s ease-in-out,transform .3s ease-in-out;
  pointer-events: none;
}
.case-study-panel .learnmore-arrow:before {
  left: calc(100% - 10px);
  content: "";
  height: 2px;
  width: 10px;
  background: #ffffff;
}
.case-study-panel .learnmore-arrow:after {
  left: calc(100% - 3px);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  border-left-color: #ffffff;
  border-width: 4px;
  margin-top: -3px;
}

.case-study-panel .learnmore-arrow:hover:before {
  transform: translate3d(4px,0,0);
  background: #ffffff;
}
.case-study-panel .learnmore-arrow:hover:after {
  left: 100%;
  transform: translate3d(4px,0,0);
  border-left-color: #ffffff;
}


@media(max-width:767px){
  .case-study-panel {
    margin-top: 0;
    padding: 40px 0;
  }
  .case-study-panel .image-top-align .image,
  .case-study-panel .image {
    margin-top: 32px;
    text-align: center;
  }
  .case-study-panel:before {
    display: none;
  }
  .case-study-panel .content {
    padding-top: 0;
  }
}

/*----------------*/

.services-hero {
  background-color: #2199A9;
  color: #FFFFFF;
  text-align: left;
  min-height: 368px;
  padding: 48px 0;
}

.services-hero .content_part {
  max-width: 700px;
}

.services-hero h1 {
}

.services-hero .tag {
  color: #ACF5FF;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 16px;
  line-height: 19px;
}

.services-hero .image {
  margin-bottom: 16px;
  width: 64px;
  height: 64px;
  background: #fff;
  position: relative;
  border-radius: 50%;
}

.services-hero .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}


/*----------------*/

/*----------*/

.service-detail-module {
  background: #F5F8FA;
  padding:0 0 96px;
}

.service-detail-module .section-heading {
  padding-bottom: 32px;
}

.service-detail-module .service-detail-wrapper {
  border-radius: 10px;
  position: relative;
  padding: 96px;
  max-width: 1200px;
  margin: 0 auto;
}

.service-detail-module .service-detail-item:not(.last) {
  width: 100%;
  padding: 0;
  position: relative;
  padding-bottom: 96px;
}
.service-detail-module .service-detail-item .image {
  text-align: center;
}
.service-detail-module .service-detail-item h3 {
  margin: 0 0 8px;
}
.service-detail-module .service-detail-item .image-align-left .content {
  padding: 0 0 0 48px;
}
.service-detail-module .service-detail-item .image-align-right .content {
  padding: 0 48px 0 0;
}
.service-detail-module .service-detail-item .inner-content {
  margin-bottom: 24px;
}

.service-detail-module .service-detail-item a.learnmore-arrow {
  font-weight: 600;
  color: #f15a24;
  position: relative;
  bottom: 6px;
  left: 0;
  right: 0;
  display: inline-block;
  padding-right: 20px;
  z-index: 1;
}

.service-detail-module .service-detail-item a.learnmore-arrow:hover {
  color:#1E99A9;
}

.service-detail-module .service-detail-item .learnmore-arrow:after, 
.service-detail-module .service-detail-item .learnmore-arrow:before {
  top: 50%;
  position: absolute;
  transition: left .3s ease-in-out,transform .3s ease-in-out;
  pointer-events: none;
}
.service-detail-module .service-detail-item .learnmore-arrow:before {
  left: calc(100% - 10px);
  content: "";
  height: 2px;
  width: 10px;
  background: #F15A24;
}
.service-detail-module .service-detail-item .learnmore-arrow:after {
  left: calc(100% - 3px);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  border-left-color: #F15A24;
  border-width: 4px;
  margin-top: -3px;
}

.service-detail-module .service-detail-item .learnmore-arrow:hover:before {
  transform: translate3d(4px,0,0);
  background: #1E99A9;
}
.service-detail-module .service-detail-item .learnmore-arrow:hover:after {
  left: 100%;
  transform: translate3d(4px,0,0);
  border-left-color: #1E99A9;
}

.service-detail-module .order-decimal {
  font-size: 40px;
  font-weight: 800;
  color: #f15924;
  line-height: 1.2;
  margin-bottom: 0;
}

@media(max-width:767px){
  .service-detail-module{
    padding-bottom:0px;
  }
  .service-detail-module .section-heading {
    padding-bottom: 0px;
  }
  .service-detail-module .service-detail-wrapper {
    padding: 40px 0;
  }
  .service-detail-module .service-detail-item:not(.last){
    padding-bottom: 40px;
  }
  .service-detail-module .service-detail-item .image {
    margin-bottom: 32px;
  }
  .service-detail-module .service-detail-item .image-align-right .content,
  .service-detail-module .service-detail-item .image-align-left .content {
    padding: 0;
  }
}

/*--------------*/
.resources-hero {
  background-color: #2199A9;
  color: #FFFFFF;
  text-align: left;
  min-height: 368px;
/*   padding: 48px 0; */
}

.resources-hero h1 {
}

.resources-hero .form-wrapper {
  max-width: 500px;
  margin-top: 32px;
      border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 12px 24px 0 rgba(0,0,0,0.16);
    border: 24px solid #ffffff;
    display: block;
}


.resources-hero .form-wrapper .hs-button.primary{
  width: 100%;
}

.resources-hero .image {
  text-align: center;
}
.body-container .row-fluid .resources-hero .form-wrapper > span {
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    border: none;
    display: block;
}
@media(max-width:767px){
  .resources-hero .image {
    margin-top: 32px;
  }
}

/*-------------*/

.resource-module {
  background: #F5F8FA;
  padding: 48px 0;
}
.resource-module .resource-item-wrapper {
  margin: 0 -12px;
}
.resource-module .resource-item-wrapper .row-fluid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap:wrap;
}
.resource-module .resource-row {
  margin-bottom: 32px;
}

.resource-module .resource-item {
  float: left;
  width: 25%;
  padding: 12px;
}

.resource-module .resource-video-item {
  width: 33.33%;
}

.resource-module .resource-item .inner {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
  border-radius: 10px;
  background-color: #FFFFFF;
  padding: 24px;
  position: relative;
  top: 0;
  transition: box-shadow 0.3s ease,top 0.3s ease;
  height: 100%;
}

.resource-module .resource-item .inner:hover {
  top: -16px;
  box-shadow: 0 12px 24px 0 rgba(0,0,0,0.16);
}

.resource-module .resource-item h2 {
  margin-bottom: 20px;
}

.resource-module .resource-item .image {
  margin-bottom: 16px;
}

.resource-module .resource-item h4 {
  margin-bottom: 0;
  margin-top: 0;
  transition: color 0.3s ease;
}

.resource-module .resource-item .inner:hover h4{
  color: #F15A24;
}

.resource-module .resource-item .video-length {
  color: #F15A24;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 19px;
  margin-top: 32px;
}

@media(max-width:1024px){
  .resource-module .resource-item {
    width: 33.33%;
  }
}
@media(max-width:767px){
  .resource-module .resource-item {
    width: 50%;
  }
  .resource-module {
    padding-bottom: 1px;
  }
}
@media(max-width:479px){
  .resource-module .resource-item {
    width: 100%;
  }
}

/*------Faq Module-----*/

.faq-accrodion {
  padding: 96px 0;
  background: #F5F8FA;
}

.faq-accrodion .content_part{
  max-width:700px !important;
  margin: 0 auto;
}

.faq-accrodion h2 {
  text-align: center;
}

.faq-accrodion .accordion-item {
  border-bottom: solid 2px #1E99A9;
}

.faq-accrodion p.accordion-title {
  margin: 0;
  padding: 20px 0;
  cursor: pointer;
  font-weight: bold;
  line-height: 19px;
}

.faq-accrodion p.accordion-title .fa {
  margin-right: 15px;
  color: #f15a24;
}

.faq-accrodion .accordion-inner.active .fa:before {
  content: "\f068";
}

.faq-accrodion .accordion-inner {
  padding: 4px 0 4px;
}

.faq-accrodion .accordion-content {
  padding-left: 32px;
}

@media(max-width:767px){
  .faq-accrodion {
    padding: 40px 0;
  }
  .faq-accrodion .accordion-content {
    padding-left: 0;
  }

}


/*--------------------*/

.solutions-module {
  background: #F5F8FA;
  padding: 96px 0;
}
.solutions-module .row-fluid.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.solution-item {
  width: 25%;
  float: left;
  padding: 2px;
}

.solutions-module .solution-item > a {
  padding: 16px;
  display: block;
  width: 100%;
  min-height: 120px;
  position: relative;
  height: 100%;
}
.solutions-module .solution-item > a:hover {
  z-index: 11;
}

.solutions-module .solution-item .background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: background-color .2s,-webkit-transform .2s;
  transition: background-color .2s,transform .2s;
  z-index: 1;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16); 
  border-radius: 10px;
  background-color: #FFFFFF;
}

.solutions-module .solution-item a:hover .background {
  background-color: #fff;
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  box-shadow: 0 12px 24px 0 rgba(0,0,0,0.16);
}

.solutions-module .solution-item .foreground {
  position: relative;
  z-index: 1;
}

.solutions-module .solution-item .solution-icon {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  float: left;
  height: 64px;
  margin-top: 3px;
  width: 64px;
  margin-right: 16px;
  position: relative;
}

.solutions-module .solution-item .solution-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.solutions-module .solution-item .solution-info {
  float: left;
  line-height: 17px;
  margin-top: -3px;
  -webkit-transition: -webkit-transform .2s;
  transition: transform .2s;
  width: calc(100% - 80px);
  line-height: 17px;
  font-size: 14.22px;
  color: #39464E;
}

.solutions-module .solution-item:hover .solution-info {
  -webkit-transform: translate(0,-28px);
  transform: translate(0,-28px);
}

.solutions-module .solution-item .solution-title{
  font-size: 14.22px;
  font-weight: bold;
  line-height: 19px;
  margin: 0 0 8px;
  font-family: 'Open Sans', sans-serif;
  color: #39464E;
}

.solutions-module .solution-item:hover .solution-title {
  opacity: 0;
}
.solutions-module .solution-item .solution-text{
  margin-bottom:8px;
}

.solutions-module .solution-item .learnmore-arrow {
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding-right: 20px;
  z-index: 1;
  opacity: 0;
  transition: opacity .3s ease;
  font-size: 14px;
  font-weight: 600;
  color: #f15924;
}

.solutions-module .solution-item:hover .learnmore-arrow {
  color:#1E99A9;
  opacity: 1;
}

.solutions-module .solution-item .learnmore-arrow:after, 
.solutions-module .solution-item .learnmore-arrow:before {
  top: 50%;
  position: absolute;
  transition: left .3s ease-in-out,transform .3s ease-in-out;
  pointer-events: none;
}
.solutions-module .solution-item .learnmore-arrow:before {
  left: calc(100% - 10px);
  content: "";
  height: 2px;
  width: 10px;
  background: #F15A24;
}
.solutions-module .solution-item .learnmore-arrow:after {
  left: calc(100% - 3px);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  border-left-color: #F15A24;
  border-width: 4px;
  margin-top: -3px;
}

.solutions-module .solution-item:hover .learnmore-arrow:before {
  transform: translate3d(4px,0,0);
  background: #1E99A9;
}
.solutions-module .solution-item:hover .learnmore-arrow:after {
  left: 100%;
  transform: translate3d(4px,0,0);
  border-left-color: #1E99A9;
}

@media(max-width:1199px){
  .solutions-module .solution-item {
    width: 33.33%;
  }
}
@media(max-width:1024px){
  .solutions-module .solution-item {
    width: 50%;
  }
}

@media(max-width:767px){
  .solutions-module {
    padding: 40px 0;
  }
  .solutions-module .solution-item {
    width: 100%;
  }
}

/*-----------*/

.customer-success-stories {
  padding: 96px 0;
}
.customer-success-stories .customer-success-stories-wrapper {
  overflow: hidden;
  scroll-behavior: smooth;
  height: 410px;
  position: relative;
}

.customer-success-stories .customer-success-stories-wrapper.is-animated {
  position: relative;
  transform: translate3d(0,0,0);
}
.customer-success-stories .customer-success-stories-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  overflow-x: auto;
  width: calc(3300px);
  height: 410px;
}
.customer-success-stories .customer-success-stories-wrapper.is-animated .customer-success-stories-container {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0,0,0);
  animation: moveCustomerStories 25s linear infinite;
}

.customer-success-stories .customer-success-stories-item {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.16);
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  width: 306px;
  min-height: 150px;
  padding: 24px;
  border-radius: 10px;
  background-color: #FFFFFF;
  margin-left: 12px;
  margin-right: 12px;
}

.customer-success-stories .customer-success-stories-item .text {
  font-weight: bold;
}

.customer-success-stories .customer-success-stories-item:nth-child(5n) {
  margin-top: 60px;
}

.customer-success-stories .customer-success-stories-item:nth-child(5n+1) {
  margin-bottom: 30px;
}

.customer-success-stories .customer-success-stories-item:nth-child(5n+2) {
  margin-top: 80px;
}

.customer-success-stories .customer-success-stories-item:nth-child(5n+3) {
  margin-bottom: 50px;
}

.customer-success-stories .customer-success-stories-item:nth-child(5n+4) {
  margin-bottom: 20px;
}

.customer-success-stories .customer-success-stories-wrapper::after {
  content: '';
  display: block;
  position: absolute;
  background: linear-gradient(to right,#fff 0,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,#fff 100%);
  height: 410px;
  width: 100%;
  pointer-events: none;
}

@keyframes moveCustomerStories {
  100% {
    -webkit-transform: translateX(-1980px);
    transform: translateX(-1980px)
  }
}

.customer-success-stories .customer-success-stories-wrapper.is-animated .customer-success-stories-container:hover {
  animation-play-state: paused;
}



/** 
* Styles that do not fit into available sections above can go here.
* For example, one would place 3rd party plugin overriding styles here.
*
* This section is NOT for 'Custom' styles.  All custom styles must go in the
* proper sections above.
*
* For instance, custom header and footer styles must go in the HEADER and 
* FOOTER sections.  Custom styles for anything in-between the header and footer 
* (such as, styles that are unique to the HOMEPAGE only), must go in the 
* CONTENT section.
*/ 

.blog-content h1, 
.blog-content h2, 
.blog-content h3, 
.blog-content h4, 
.blog-content h5, 
.blog-content h6 {
  text-transform: none !important;
}


/*------------------------*/

body.landing-page {
  padding: 0;
}


/*------------------------*/

.lp-header {
  padding: 17px 65px;
  box-shadow: 0 2px 13px 0 rgba(0,0,0,.05);
    position: relative;
    z-index: 11;
}
@media (max-width: 1349px) and (min-width: 1025px){
  .lp-header {
    padding: 17px 35px;
  }
}

@media (max-width: 1024px){
  .lp-header {
    padding: 16px 15px 18px;
  }
}


/*------------------------*/

.lp-footer {
  background: #F5F8FA;
}
.lp-footer p {
  margin: 0;
}
.lp-footer-top {
  padding: 32px 0;
}
.lp-footer-top a {
  color: #39464E;
}
.lp-footer-top a:hover {
  color: #f15924;
}
.lp-footer-bottom {
  border-top: 1px solid #39464E;
  padding: 32px 0;
}

.lp-footer-designby a {
  text-decoration: underline;
}

.lp-footer-copyright {
  text-align: right;
}
.lp-footer-address {
    text-align: right;
}
@media(max-width:767px){
  .lp-footer .span4, .lp-footer .span6 {
    padding-bottom: 32px;
    text-align: left;
  }
  .lp-footer .span4:last-child, .lp-footer .span6:last-child {
    padding-bottom: 0;
  }
  .lp-footer-address {
    text-align: left;
}
}


/*------------------------*/

.lp-standard-hero {
  background-color: #2199A9;
  color: #ffffff;
  padding: 48px 0;
}

.lp-standard-hero .content[class*="span"] {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  font-family: 'Open Sans', sans-serif;
  padding: 0 0 0 96px;
}

.lp-standard-hero h6 {
  color: #BDF7FF;
  font-size: 14.22px;
  font-weight: 600;
  line-height: 19px;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.lp-standard-hero h1 {
}

.lp-standard-hero h4 {
  color: #fff;
}

.lp-standard-hero .content img {
  box-shadow: 0 12px 12px 0 rgba(0,0,0,0.24);
}

.lp-standard-hero .content .vidyard-player-container {
    box-shadow: 0 12px 12px 0 rgba(0,0,0,0.24);
}

.lp-standard-hero .hs-button.primary{
  width:100%;
}

.event-hero .content {
  padding-top: 48px;
}

@media (max-width: 1024px){
  .lp-standard-hero .content[class*="span"] {
    padding: 0;
  }
  .event-hero .content {
    padding-top: 48px;
  }
}

@media (max-width: 1024px) and (min-width:768px){
  .lp-standard-hero .span4 {
    width: 42%;
  }
  .lp-standard-hero .content1[class*="span"],
  .lp-standard-hero .content[class*="span"] {
    width:55%;
  }
}

@media (max-width: 767px){
  
  .lp-standard-hero .content1[class*="span"],
  .lp-standard-hero .content[class*="span"] {
    padding: 48px 0 0 0;
  }
}


/*------------------------*/

.lp-event-vanue-details {
  padding: 96px 0;
  background: #F5F8FA;
}

.lp-event-vanue-details h3 {
  margin-top: 0;
  margin-bottom: 24px;
}

.lp-event-vanue-details .image {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
  background-color: #FFFFFF;
  border-radius: 50%;
  padding: 10px;
  display: inline-block;
  margin-bottom: 18px;
}

.lp-event-vanue-details .content {
  padding-right: 96px;
}

.lp-event-vanue-details .span4 {
  position: relative;
}

.lp-event-vanue-details .span4:before {
  content: "";
  width: 2px;
  height: 100%;
  left: -30px;
  top: 0;
  border-right: 2px solid #1E99A9;
  position: absolute;
}

.lp-event-vanue-details .title {
  font-size: 14.22px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  line-height: 19px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.lp-event-vanue-details .block {
  margin-bottom: 24px;
}

.lp-event-vanue-details .event-venue-map {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 16px;
  margin-top: 24px;
}

.lp-event-vanue-details ul.social-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-event-vanue-details .social-links li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.lp-event-vanue-details .social-links a {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
  width: 40px;
  height: 40px;
  border: 2px solid #FFFFFF;
  display: block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: #ffffff;
  font-size: 18px;
}

@media(max-width:767px){
  .lp-event-vanue-details {
    padding: 48px 0;
  }
  .lp-event-vanue-details .content {
    padding-right: 0;
    padding-bottom: 48px;
  }
}


/*------------------------*/

.lp-event-schedule-module {
  padding-bottom: 72px;
  background: #F5F8FA;
  text-align: center;
}

.lp-event-schedule-module .agenda-list {
  margin-top: 32px;
  float: right;
  width: 50%;
  text-align: left;
  margin-right: 7%;
}

.lp-event-schedule-module .agenda-list .agenda-item-container {
  display: block;
  margin-bottom: 40px;
  position: relative;
  padding: 8px 0 8px 64px;
}

.lp-event-schedule-module .agenda-list .agenda-item-container:last-child {
  margin-bottom: 0;
}

.lp-event-schedule-module .agenda-item-container:before {
  content: "";
  width: 64px;
  height: 64px;
  position: absolute;
  background-image: url(https://313589.fs1.hubspotusercontent-na1.net/hubfs/313589/Campaign_Creators/Images/event_schedule1.svg);
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
  left: -32px;
  transition: background 0.3s ease;
  top: 0;
}

.lp-event-schedule-module .agenda-item-container:after {
  content: "";
  border-left: solid 2px #F15A24;
  position: absolute;
  left: 0;
  top: 64px;
  width: 2px;
  height: calc(100% - 40px);
  z-index: 0;
}

.lp-event-schedule-module .agenda-item-container:last-child:after {
  display: none;
}

.lp-event-schedule-module .agenda-item-container .agenda-item-time {
  color: #39464E;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}

.lp-event-schedule-module .agenda-item-container .agenda-item-time >div {
  display: inline-block;
  vertical-align: middle;
}

.lp-event-schedule-module .agenda-list .agenda-item-container .agenda-item-time>.agenda-time-seperator {
  margin: 0 5px
}

.lp-event-schedule-module .agenda-list .agenda-item-container .agenda-item-content {
  position: relative;
  margin-left: 0;
  padding: 0;
}

@media(max-width:767px){
  .lp-event-schedule-module .agenda-list {
    width: 100%;
    margin-right:0px;
    padding-left: 32px;
  }
}


/*------------------------*/

.lp-partner-module {
  background: #ffffff;
}

.lp-partner-module .item-wrapper.flex {
  /*   border-top: 2px solid #1E99A9; */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lp-partner-module .partner-item {
  padding: 32px 0;
}

@media(max-width:1024px){
  .lp-partner-module .partner-item {
    width: 25%;
  }
  .lp-partner-module .partner-item .image {
    max-width: 80%;
    margin: 0 auto;
  }
}


@media(max-width:767px){
  .lp-partner-module .partner-item {
    width: 50%;
  }
}


/*------------------------*/

.lp-get-guide-module {
  padding: 48px 0;
  background: #F5F8FA;
}

.lp-get-guide-module .content_part {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.lp-get-guide-module ul {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-get-guide-module ul li {
  position: relative;
  min-height: 65px;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 100px;
  margin-bottom: 24px;
}

.lp-get-guide-module ul li:before {
  content: "";
  width: 64px;
  height: 64px;
  position: absolute;
  left: 0;
  background-image: url(//313589.fs1.hubspotusercontent-na1.net/hubfs/313589/Campaign_Creators/Images/check-sign.svg);
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.16);
}

/*------------------------*/

.lp-testimonial-module {
  font-family: 'Open Sans', sans-serif;
  background: #F5F8FA;
}

.lp-testimonial-module .page-center {
}


.lp-testimonial-module .page-center .row-fluid {
  border-top: 2px solid #1E99A9;
  padding-top: 96px;
  padding-bottom: 96px;
}

.lp-testimonial-module .content_part {
  max-width: 700px;
  margin: 0 auto;
}

.lp-testimonial-module .quote {
  font-size: 25.63px;
  line-height: 35px;
  font-family: 'Open Sans', sans-serif;
}

.lp-testimonial-module .tag {
  font-size: 14.22px;
  line-height: 19px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (max-width: 767px){
  .lp-testimonial-module .page-center .row-fluid {
    padding-top: 40px;
    padding-bottom: 49px;
  }
}



/* ==========================================================================
7. MOBILE MEDIA QUERIES                              
========================================================================== */





/* Screen sizes smaller than site max_width (.page-center)
========================================================================== */

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


/* Landscape tablet and smaller devices
========================================================================== */

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


/* Landscape phones and smaller devices
========================================================================== */

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


.blog-listing-wrapper .post-listing .post-item .inner:empty:after {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 40%, #dddddd 50%, #eeeeee 40%);
  background-repeat: no-repeat;
  background-size: 300% 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all .4s ease-in-out;
  content: "";
  border-radius: 10px;
}

@keyframes placeHolderShimmer{
  0% {
    background-position: -700px 0;
  }
  100% {
    background-position: 0px 0;
  }
}

@keyframes placeHolderShimmer1{
  0% {
    background-position: -1200px 0;
  }
  100% {
    background-position: 0px 0;
  }
}

.blog-listing-wrapper .post-listing .post-item.first .inner:empty:after{
  -webkit-animation-name: placeHolderShimmer1;
  animation-name: placeHolderShimmer1;
}







.lp-testimonial-slider {
  background: #F5F8FA;
  padding-top: 96px;
  padding-bottom: 96px;
  text-align: center;
}

.lp-testimonial-slider .title {
    font-weight: 600;
    line-height: 19px;
    text-transform: uppercase;
    padding-bottom: 32px;
    color: #F15A24;
    font-size: 16px;
}

.lp-testimonial-slider .testimonial-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}


.lp-testimonial-slider .slick-slider {
  margin-bottom: 0;
}
.lp-testimonial-slider .testimonial-item {
  padding: 0 96px 0;
}

.lp-testimonial-slider .slick-prev,
.lp-testimonial-slider .slick-next {
  z-index: 1;
  width: 56px;
  height: 56px;
  position: absolute;
  background-image: url(//313589.fs1.hubspotusercontent-na1.net/hubfs/313589/Campaign_Creators/Images/backward_icon.svg);
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
  left: 0;
  top: 56px;
  transition: background 0.3s ease;
}
.lp-testimonial-slider .slick-prev:hover {
  background-image: url(https://313589.fs1.hubspotusercontent-na1.net/hubfs/313589/Campaign_Creators/Images/backward_icon_hover.svg);
}

.lp-testimonial-slider .slick-next {
  right: 0;
  left: auto;
  background-image: url(//313589.fs1.hubspotusercontent-na1.net/hubfs/313589/Campaign_Creators/Images/forward_icon.svg);
}

.lp-testimonial-slider .slick-next:hover {
  background-image: url(https://313589.fs1.hubspotusercontent-na1.net/hubfs/313589/Campaign_Creators/Images/forward_icon_hover.svg);
}

.lp-testimonial-slider button.slick-arrow:before {
  display: none;
}

.lp-testimonial-slider .image {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
  border: 2px solid #FFFFFF;
  background-color: #FFFFFF;
  height: 84px;
  width: 84px;
  border-radius: 50%;
  margin: 32px auto 0;
  position: relative;
  overflow: hidden;
}

.lp-testimonial-slider .image img {
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.lp-testimonial-slider .quote {
  font-size: 28.83px;
  line-height: 39px;
  position: relative;
}

.lp-testimonial-slider .quote-by {
  color: #1E99A9;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 24px;
}

.lp-testimonial-slider .role-company {
  color: #989898;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 8px;
}

@media(max-width:767px){
  .lp-testimonial-slider {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lp-testimonial-slider .testimonial-item {
    padding: 0 16px 0;
  }
  .lp-testimonial-slider .slick-prev {
    display: none !important;
  }
  .lp-testimonial-slider .slick-next {
    position: static;
    margin: 20px auto 0;
    transform: none;
  }
}

.YouTubePopUp-Close {
  width: 35px!important;
  height: 35px!important;
  background: url(//313589.fs1.hubspotusercontent-na1.net/hubfs/313589/close-x-red.png?t=1512896246158) no-repeat!important;
  background-size: 100% 100%!important;
  background: none !important;
  text-align: right;
  font-size: 30px;
  opacity:0.5;
}
.YouTubePopUp-Close:before {
  content: "\f00d";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.YouTubePopUp-Close:hover{
  opacity:1;
}



/*------------------*/


.tactics-panel {
  padding: 96px 0;
}

.tactics-panel h5 {
  margin: 0 0 10px;
  line-height: normal;
}

.tactics-panel .box-wrapper {
  margin-top: -90px;
  position: relative;
}
.tactics-panel .box-white {
  box-shadow: 0 2px 14px 0 rgba(0,0,0,0.06);
  background-color: #FFFFFF;
  padding: 45px;
  margin-bottom: 10px;
}

.tactics-panel .box-white img {
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
  border: 2px solid #39464E;
}
.tactics-panel .box-white p:last-child {
  margin-bottom: 0;
}
.tactics-panel .box-white .image {
  margin-bottom: 10px;
}

.tactics-panel h2 {
  color: #ffffff;
}
.tactics-panel .tab-content {
  display: none !important;
  padding-bottom: 170px;
  height: 650px;
  padding-top: 35px;
}
.tactics-panel .tab-content.tab-active {
  display: block !important;
}

.tactics-panel .right-content {
  position: relative;
  padding: 70px 70px 0px 70px;
}
.tactics-panel .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 70px );
  background: linear-gradient(320.85deg, rgba(0,0,0,0) 0%, rgba(255,255,255,0.19) 100%);
}
.tactics-panel li.tabber-title.tab-active a {
  color: #39464E;
}

.tactics-panel .tab-content-wrapper {
  background: #ffffff;
  padding: 0;
  border-radius: 5px;
  position: relative;
}
.tactics-panel .tab-content-wrapper .image {
  margin: 0 35px 35px;
  overflow: hidden;
  height: 100%;
}
.tactics-panel .tab-content-wrapper .content {
  padding: 35px 35px 25px;
  background: #ffffff;
  border-radius: 0 0 5px 5px;
  position: absolute;
  bottom: 0;
  transition: margin-bottom 0.3s ease;
  margin-bottom: 0;
}
.tactics-panel .tab-content:hover .content {
  margin-bottom: 30px;
}
.tactics-panel li.tabber-title a {
  display: block;
  padding: 0 18px;
  color: #FFFFFF;
  font-weight: bold;
  position: relative;
  z-index: 1;
}


.tactics-panel .tabber-title-list {
  margin-top: 70px;
}
.tactics-panel .tabber-title-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.tactics-panel .tabber-title-list li {
  list-style: none;
  display: flex;
  align-items: center;
  height: 60px;
  cursor: pointer;
}

.tactics-panel .tab-content a.learnmore-arrow {
  font-weight: 600;
  color: #f15a24;
  position: relative;
  bottom: 6px;
  left: 0;
  right: 0;
  display: inline-block;
  padding-right: 20px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease,visibility 0.3s ease,color 0.3s ease;
}

.tactics-panel .tab-content:hover a.learnmore-arrow {
  opacity: 1;
  visibility: visible;
}

.tactics-panel .tab-content a.learnmore-arrow:hover {

  color:#1E99A9;
}

.tactics-panel .tab-content .learnmore-arrow:after, 
.tactics-panel .tab-content .learnmore-arrow:before {
  top: 50%;
  position: absolute;
  transition: left .3s ease-in-out,transform .3s ease-in-out;
  pointer-events: none;
}
.tactics-panel .tab-content .learnmore-arrow:before {
  left: calc(100% - 10px);
  content: "";
  height: 2px;
  width: 10px;
  background: #F15A24;
}
.tactics-panel .tab-content .learnmore-arrow:after {
  left: calc(100% - 3px);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  border-left-color: #F15A24;
  border-width: 4px;
  margin-top: -3px;
}

.tactics-panel .tab-content .learnmore-arrow:hover:before {
  transform: translate3d(4px,0,0);
  background: #1E99A9;
}
.tactics-panel .tab-content .learnmore-arrow:hover:after {
  left: 100%;
  transform: translate3d(4px,0,0);
  border-left-color: #1E99A9;
}


.tactics-panel .tab-content-wrapper .image img {
  width: 100%;
  display:none;
}
.tactics-panel .tab-content-wrapper .image .image-wrapper {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  position: relative;
  width: 100%;
}
.tactics-panel .tab-content-wrapper .tab-content:hover .image .image-wrapper {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media(min-width:1025px){
  .tactics-panel .tabber-mobile-toggle{
    display:none;
  }
  .tactics-panel .high-lighting-box {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 4px 9px 0 rgba(23,28,33,.06);
    content: '';
    height: 60px;
    opacity: 0;
    padding-left: 20px;
    position: absolute;
    -webkit-transition: top .3s ease;
    transition: top .3s ease;
    width: 100%;
    z-index: 0;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.32);
  }

  #tab-title-list1.tab-active~.high-lighting-box {
    opacity: 1;
    top: 0;
  }
  .tactics-panel  #tab-title-list2.tab-active~.high-lighting-box {
    opacity: 1;
    top: 60px;
  }
  .tactics-panel #tab-title-list3.tab-active~.high-lighting-box {
    opacity: 1;
    top: 120px;
  }
  .tactics-panel #tab-title-list4.tab-active~.high-lighting-box {
    opacity: 1;
    top: 180px;
  }
  .tactics-panel #tab-title-list5.tab-active~.high-lighting-box {
    opacity: 1;
    top: 240px;
  }
  .tactics-panel #tab-title-list6.tab-active~.high-lighting-box {
    opacity: 1;
    top: 300px;
  }
  .tactics-panel #tab-title-list7.tab-active~.high-lighting-box {
    opacity: 1;
    top: 360px;
  }
  .tactics-panel #tab-title-list8.tab-active~.high-lighting-box {
    opacity: 1;
    top: 420px;
  }
  .tactics-panel #tab-title-list9.tab-active~.high-lighting-box {
    opacity: 1;
    top: 480px;
  }
}
@media(max-width:1024px){
  .tactics-panel .right-content {
    position: relative;
    padding: 40px 40px 0px 40px;
  }
  .tactics-panel .box-white {
    padding: 25px;
  }
  .tactics-panel .tabber-title-list {
    margin-top: 0;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
  }
  .tactics-panel .tabber-title-list ul {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: #ffffff;
    border-radius: 10px;
    display: none;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.32);
  }

  .tactics-panel .tabber-mobile-toggle {
    padding: 10px 40px 10px 20px;
    display: block;
    border-radius: 10px;
    border: 1px solid #eee;
    background: #fff;
    width: 100%;
    box-shadow: 0 4px 9px 0 rgba(23,28,33,.06);
    cursor: pointer;
  }
  .tactics-panel li.tabber-title a {
    color: #39464E;
    padding: 12px 0px;
    border-bottom: 1px solid #dddddd;
    font-size: 14px;
  }
  .tactics-panel .tabber-title-list.mobile-active ul {
    display: block;
  }
  .tactics-panel .right-content {
    padding: 15px 15px 0px 15px;
  }
  .tactics-panel .tabber-mobile-toggle:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translatey(-50%);
    font-weight: bold;
    font-size: 20px;
  }
  .tactics-panel .mobile-active .tabber-mobile-toggle:after {
    content: "\f106";
  }
  .tactics-panel li.tabber-title.tab-active a, 
  .tactics-panel li.tabber-title:hover a {
    box-shadow: none;
    background: transparent;
    border-bottom: 1px solid #2299a9;
    color: #2299a9;
  }
  .tactics-panel li.tabber-title:last-of-type a {
    border: none;
  }
  .tactics-panel .tabber-title-list li {
    padding: 0 20px;
    display: block;
    height: auto;
  }
  .tabber-bottom-part [class*="span"] {
    width: 100% !important;
    margin-left: 0px !important;
  }
  .tactics-panel .tab-content-wrapper .image img {
    display: block;
  }

  .tactics-panel .tab-content-wrapper .image .image-wrapper {
    background: none !important;
  }

  .tactics-panel .tab-content {
    height: auto;
    padding-bottom: 0;
  }

  .tactics-panel .tab-content-wrapper .content {
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 0 !important;
  }

  .tactics-panel .learn-more-btn {
    opacity: 1;
    position: static;
  }

  .tactics-panel .tab-content-wrapper .image {
    margin-bottom: 0;
  }

  .tactics-panel .tab-content-wrapper .tab-content:hover .image .image-wrapper {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media(max-width:767px){
  .tactics-panel {
    background: linear-gradient(44.9deg, #39464E 0%, #4F616C 100%);
    padding: 40px 0;
  }
  .tactics-panel .tab-content {
    padding-top: 15px;
  }

  .tactics-panel .tab-content-wrapper .image {
    margin: 0 15px 15px;
  }

  .tactics-panel .tab-content-wrapper .content {
    padding: 0 15px 15px;
  }
}

/*---------------*/


.benefits-panel{
  padding: 96px 0;
}
.benefits-panel .box {
  padding: 20px;
  border-radius: 10px;
}

.benefits-panel .content_part {
  max-width: 900px;
  margin: 0 auto;
}

.benefits-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height:2;
}

.benefits-panel ul li {
  padding-left: 20px;
  position: relative
}

.benefits-panel ul li:before {
  content: "\f058";
  font: normal normal normal 14px/1 FontAwesome;
  color: inherit;
  position: relative;
  top: 0;
  font-weight: bold;
  line-height: inherit;
  color: #f15924;
  font-size: inherit;
  margin-right: 8px;
  position: absolute;
  left: 0
}

@media(max-width:767px){
  .benefits-panel{
    padding:40px 0;
  }
  .benefits-panel .span6:first-child .box{
    margin-bottom:24px;
  }
}




@media(min-width:768px){
  @-webkit-keyframes page-entrance {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.99);
      transform: scale(0.99)
    }

    to {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1)
    }
  }

  @keyframes page-entrance {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.99);
      transform: scale(0.99)
    }

    to {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1)
    }
  }

  @-webkit-keyframes page-exit {
    0% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1)
    }

    to {
      opacity: 0;
      -webkit-transform: scale(0.99);
      transform: scale(0.99)
    }
  }

  @keyframes page-exit {
    0% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1)
    }

    to {
      opacity: 0;
      -webkit-transform: scale(0.99);
      transform: scale(0.99)
    }
  }

  .body-container-wrapper {
    opacity: 0;
    -webkit-animation: page-entrance 0.15s ease-in-out 0.1s 1 forwards;
    animation: page-entrance 0.15s ease-in-out 0.1s 1 forwards;
    position: relative;
    z-index: 1
  }

  .page-exit .body-container-wrapper {
    -webkit-animation: page-exit 0.1s ease-in-out 0s 1 forwards;
    animation: page-exit 0.1s ease-in-out 0s 1 forwards;
  }
}


/*--------------------*/



.about-hero {
  background-color: #2199A9;
  color: #FFFFFF;
  text-align: center;
  padding: 144px 0 48px;
  min-height:368px;
  background-size: 100%;
  background-position: bottom;
  min-height: 720px;
  background-repeat: no-repeat;
}
.transparent-header .about-hero {
  padding: 60px 0 0 0;
}

.about-hero .content_part {
  max-width: 700px;
  margin: 0 auto;
}

.about-hero h1 {
  margin-bottom: 0;
}

.about-hero .content {
  padding-top: 24px;
  line-height: 27px;
  font-size: 18px;
}

.about-hero .image {
  margin-top: 40px;
}

@media(max-width:1456px){
  .about-hero {
    min-height: 650px;
  }
}

@media(max-width:1024px){
  .about-hero {
    min-height: 500px;
  }
}

@media(max-width:767px){
  .about-hero {
    min-height: 500px;
  }
}

/*--------------------*/
.our-team-panel {
  overflow: hidden;
  background: #F5F8FA;
  padding-top: 96px;
  padding-bottom: 96px;
}

.our-team-panel .section-heading {
  margin-bottom: 88px;
}
.our-team-panel .section-heading .image {
  margin:0 auto;
  margin-bottom: 24px;
  width: 64px;
  height: 64px;
  background: #fff;
  position: relative;
  border-radius: 50%;	
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.16);
}

.our-team-panel .section-heading .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.our-team-panel h2 {
  font-size: 14.22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #39464E;
  line-height: 24px;
  margin-bottom: 16px;
}

.our-team-panel .member-item{
  width: 25%;
  float: left;
}

.our-team-panel .member-item .inner {
  position: relative;
  transition: all .3s ease;
  overflow: hidden;
}

.our-team-panel .member-item .inner:hover {
  transform: scale(1.05);
  z-index: 1;
}


.our-team-panel .member-item .inner img {
  width: 100%;
}

.our-team-panel .member-item .inner .member-details {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
  opacity: 1;
  transition: all 0.3s ease;
  padding: 0 10% 35px;
}


.our-team-panel .member-item .inner:hover .member-details {
  opacity: 0;
}

.our-team-panel .member-item .inner .hover-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}

.our-team-panel .member-item .inner:hover .hover-image {
  opacity: 1;
}

.our-team-panel .member-item .inner .member-name {
  font-size: 26px;
  color: #ffffff;
  line-height: 28px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.our-team-panel .member-item .inner .member-role {
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  padding:8px 0;
}

@media(max-width:1199px){
  .our-team-panel .member-item {
    width: 33.33%;
  }
}

@media(max-width:1024px){
  .our-team-panel .member-item  {
    width: 50%;
  }
}

@media(max-width:767px){
  .our-team-panel {
    padding: 40px 0;
  }
  .our-team-panel .section-heading{
    margin-bottom:40px;
  }
}

@media(max-width:479px){
  .our-team-panel .member-item{
    width: 100%;
  }
}
/*--------------------*/
.location-panel {
  background-color: #1E99A9;
  color: #fff;
  padding: 96px 0;
}

.location-panel .title {
  margin-bottom: 40px;
}

.location-panel h5 {
  color: #ffffff;
  margin: 0 0;
  line-height: 40px;
}

.location-panel p a {
  color: #ffffff;
}

.location-panel p a:hover {
  color: #39474f;
}

.location-panel a.cta_button {
  margin-top: 32px;
}
.location-panel .image {
  text-align: right;
  margin-top: -70px;
}

@media(max-width:1199px){
  .location-panel .image {
    margin-top: 0;
  }
}

@media(max-width:767px){

  .location-panel {
    padding: 40px 0 40px;
  }

  .location-panel .content{
    padding-bottom:32px;
  }

}
/*--------------------*/
/*-----------*/

.about-panel-video {
  background: #F5F8FA;
}

.about-panel-video .page-center {
  padding: 96px 0;
  border-bottom:2px solid #1E99A9;
}

.about-panel-video .video-wrapper {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.16);
  border-radius: 10px;
  padding: 25px;
  margin-top: 56px;
}

.about-panel-video .quote {
  font-size: 28.83px;
  line-height: 39px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 32px;
}

.about-panel-video .author {
  color: #1E99A9;
  font-weight: bold;
  line-height: 19px;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.about-panel-video .role {
  color: #989898;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: bold;
}

@media(max-width:767px){
  .about-panel-video .page-center  {
    padding: 40px 0;
  }
  .about-panel-video .video-wrapper {
    margin-top: 0;
  }
}
/*--------------------*/
.career-summery-panel{
  padding: 96px 0;
  background: #F5F8FA;
}

.career-summery-panel .item-wrapper {
  max-width: 1000px;
  margin:0 auto;
}
.career-summery-panel .item{
  margin:30px 0;
}
.career-summery-panel h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #2299a9;
}
.career-summery-panel a.cta_button {
}
.career-summery-panel h4 {
  color: #39464e;
  margin: 0px 0 10px;
}
.career-summery-panel .bottom-wrapper {
  padding-top: 48px;
  text-align: center;
}
@media(min-width:768px){
  .career-summery-panel .span3 {
    text-align: right;
  }
  .career-summery-panel .item .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}

@media(max-width:767px){
  .career-summery-panel {
    padding: 40px 0;
  }
}

/*--------------------*/

.benefits-perks-panel{
  padding: 96px 0;
}
.benefits-perks-panel .content_part {
  max-width: 1000px;
  margin: 0 auto;
}
.benefits-perks-panel .box {
  padding: 20px;
  border-radius: 10px;
}

.benefits-perks-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height:2;
}

.benefits-perks-panel ul li {
  padding-left: 20px;
  position: relative
}

.benefits-perks-panel ul li:before {
  content: "\f058";
  font: normal normal normal 14px/1 FontAwesome;
  color: inherit;
  position: relative;
  top: 0;
  font-weight: bold;
  line-height: inherit;
  color: #f15924;
  font-size: inherit;
  margin-right: 8px;
  position: absolute;
  left: 0
}

@media(max-width:767px){

  .benefits-perks-panel .span6:first-child .box{
    margin-bottom:24px;
  }
  .benefits-perks-panel {
    padding: 40px 0;
  }
}
/*--------------------*/

.two-column-image-content-panel { padding: 96px 0 0; background: #ffffff; } /*background: #F5F8FA;*/

.two-column-image-content-panel .item {
  padding: 0 0 96px;
}

.two-column-image-content-panel .item:nth-child(even) > .span6:first-child {
  float:right;
}

.two-column-image-content-panel .item:nth-child(even) > .span6:last-child{
  margin-left:0px;
}

@media (max-width: 767px){

  .two-column-image-content-panel .item {
    padding: 20px 0 60px;
  }
  .two-column-image-content-panel .item:nth-child(even) > .span6:first-child {
    float:none;
  }
  .two-column-image-content-panel .content {
    padding-top: 32px;
  }
  .two-column-image-content-panel {
    padding: 40px 0 0;
    background: #F5F8FA;
  }

}

/*--------------------*/
.career-hero {
  padding-top: 110px;
  padding-bottom: 150px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  color:#ffffff;
}

.career-hero:before {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(to left,rgba(34,153,169,0.9) 5%,rgba(34,153,169,0.5) 25%,rgba(34,153,169,1) 728px,rgba(34,153,169,1) 100%)
}

.career-hero .page-center {
  position: relative;
}

@media(max-width:767px){
  .career-hero {
    background-color: #2199A9;
    background-image: none !important;
  }

  .career-hero:before {
    display: none;
  }
}
/*--------------------*/


.page-menu {
  position: relative;
  padding: 0;
  box-sizing: border-box;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
  background: #ffffff;
}

.page-menu .page-center{
  position: relative;
}
.page-menu .navigation {
  /* Make this scrollable when needed */
  overflow-x: auto;
  /* We don't want vertical scrolling */
  overflow-y: hidden;
  /* For WebKit implementations, provide inertia scrolling */
  -webkit-overflow-scrolling: touch;
  /* We don't want internal inline elements to wrap */
  white-space: nowrap;
  /* If JS present, let's hide the default scrollbar */
  /* positioning context for advancers */
  position: relative;
}
.js .page-menu .navigation {
  /* Make an auto-hiding scroller for the 3 people using a IE */
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Remove the default scrollbar for WebKit implementations */
}
.js .page-menu .navigation::-webkit-scrollbar {
  display: none;
}

.page-menu .page-menu-contents {
  float: left; 
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  position: relative;
  text-align: center;
}

.page-menu .page-menu-contents-no-transition {
  transition: none;
}

.page-menu .navigation-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #39464E;
  font-weight: bold;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-bottom: 2px solid transparent;
  background: transparent;
  transition: border-bottom 0.3s ease,background 0.3s ease;
  padding: 0 20px;
  white-space: nowrap;
}
.page-menu .navigation-link + .page-menu .navigation-link {
  border-left-color: #eee;
}
.page-menu .navigation-link:hover , .page-menu .navigation-link.active {
  background: linear-gradient(0deg, #FFFFFF 0%, #F5F8FA 100%);
  border-bottom: 2px solid #F15A24;
  color: #39464E;
}

.page-menu .menu-button {
  /* Reset the button */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  /* Now style it as needed */
  position: absolute;
  top: 0;
  bottom: 0;
  /* Set the buttons invisible by default */
  opacity: 0;
  transition: opacity .3s;
  width:30px;
  background: #ffff;
}
.page-menu .menu-button:focus {
  outline: 0;
}
.page-menu .menu-button:hover {
  cursor: pointer;
}

.page-menu .left-button {
  left: 0;
}
.page-menu [data-overflowing="both"] ~ .left-button ,.page-menu [data-overflowing="left"] ~ .left-button {
  opacity: 1
}

.page-menu .right-button {
  right: 0
}

.page-menu [data-overflowing="both"] ~ .right-button ,.page-menu [data-overflowing="right"] ~ .right-button {
  opacity: 1
}

.page-menu .menu-button-icon {
  width: 20px;
  height: 44px;
  fill: #bbb;
}

.page-menu .navigation-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100px;
  background-color: transparent;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, background-color .2s ease-in-out;
  transition: transform .2s ease-in-out, background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

/*------Services hero 2-------*/
.services-hero2 {
  background-color: #2199A9;
  color: #FFFFFF;
  text-align: center;
  padding: 144px 0 48px;
  min-height:368px;
}
.transparent-header .services-hero2 {
  padding: 60px 0 0 0;
}

.services-hero2 .content_part {
  max-width: 700px;
  margin: 0 auto;
}
.services-hero2 .tag {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 16px;
  line-height: 19px;
}
.services-hero2 h1 {
  margin-bottom: 0;
}

.services-hero2 .content {
  padding-top: 24px;
  line-height: 27px;
  font-size: 18px;
}

.services-hero2 .image {
  margin-top: 40px;
}



/*-----------------------*/

.industries-solution-panel {
  background: #F5F8FA;
  padding-bottom: 1px;
}
.industries-solution-panel .section-heading{
  padding-top: 40px;
}
.industries-solution-panel .solution-item-wrapper {
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
  padding-top: 56px;
  padding-bottom: 96px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: -90px;
}

.industries-solution-panel .soultion-item {
  padding: 0px 40px 0;
}

.industries-solution-panel .soultion-item p:last-child {
  margin-bottom: 0;
}

.industries-solution-panel .soultion-item .image {
  margin-bottom: 16px;
  width: 64px;
  height: 64px;
  background: #fff;
  position: relative;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
  border: 2px solid #FFFFFF;
}
.industries-solution-panel .soultion-item .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
@media(max-width:1024px){
  .industries-solution-panel .solution-item-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .industries-solution-panel .soultion-item {
    padding: 0px 0px 0;
  }
}
@media(max-width:767px){
  .industries-solution-panel .solution-item-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: -40px;
  }
  .industries-solution-panel .soultion-item {
    padding: 0px 0px 30px;
  }
}


/*------Services hero 2-------*/
.traffic-awareness-hero {
  background-color: #2199A9;
  color: #FFFFFF;
  text-align: center;
  padding: 144px 0 48px;
  min-height: 368px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}
.transparent-header .traffic-awareness-hero{
  padding: 60px 0 0 0;
}

.traffic-awareness-hero .content_part {
  max-width: 700px;
  margin: 0 auto;
}
.traffic-awareness-hero .tag {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 16px;
  line-height: 19px;
}
.traffic-awareness-hero h1 {
  margin-bottom: 0;
}

.traffic-awareness-hero .content {
  padding-top: 24px;
  line-height: 27px;
  font-size: 18px;
}

.traffic-awareness-hero .image {
  margin-top: 40px;
}

/*-----------------------*/


/*------Services hero 2-------*/
.high-level-services-hero {
  background-color: #2199A9;
  color: #FFFFFF;
  text-align: center;
  padding: 144px 0 48px;
  min-height:368px;
}
.transparent-header .high-level-services-hero {
  padding: 60px 0 0 0;
}

.high-level-services-hero .content_part {
  max-width: 700px;
  margin: 0 auto;
}
.high-level-services-hero .tag {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 16px;
  line-height: 19px;
}
.high-level-services-hero h1 {
  margin-bottom: 0;
}

.high-level-services-hero .content {
  padding-top: 24px;
  line-height: 27px;
  font-size: 18px;
}

.high-level-services-hero .image {
  margin-top: 40px;
}

.high-level-services-hero .image {
  margin-top: 40px;
  max-width: 800px;
  margin: 0 auto;
}



/*------pillar-hero-------*/
.pillar-hero {
  background-color: #2199A9;
  color: #FFFFFF;
  padding: 144px 0 96px;
  min-height: 368px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}
.transparent-header .pillar-hero{
  padding: 60px 0 60px 0;
}

.pillar-hero .content_part {
  max-width: 700px;
  margin: 0 auto;
}
.pillar-hero .tag {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 16px;
  line-height: 19px;
}
.pillar-hero h1 {
  margin-bottom: 0;
}
.pillar-hero h3 {
  color: #ffffff;
}
.pillar-hero .content {
  padding-top: 24px;
  line-height: 27px;
  font-size: 18px;
}

.pillar-hero .image {
  margin-top: 40px;
}

.pillar-hero blockquote {
  color: #fff;
}

.pillar-hero blockquote:before {
  background: #ffffff;
}

.pillar-hero .right{
  position: sticky;
  top: 70px;
}

.center .pillar-panel-10x .row-fluid .right {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.pillar-module {
  background: #ffffff;
}
.pillar-module .page-center{
  padding-top:96px;
  padding-bottom:96px;
}

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

.banner-bookmark-menu {
  border: 1px solid #fff;
  margin-top: 27px
}

.banner-bookmark-menu ul {
  list-style: none;
  margin: 0;
  padding: 10px
}

.banner-bookmark-menu li {
  padding: 0 10px
}

.banner-bookmark-menu a {
  color: #fff;
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #fff
}

.banner-bookmark-menu li:last-child a {
  border: 0
}
.banner-bookmark-menu a:hover {
  opacity: .7
}


.pillar-module ul.social-list {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
  text-align: left;
  width: 100%;
  text-align: center
}

.pillar-module ul.social-list li {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 50px;
  display: inline-block
}

.pillar-module ul.social-list a {
  opacity: .9
}

.pillar-module ul.social-list a:hover {
  color: ;
  opacity: 1
}

.pillar-module .sidebar-sticky-menu .menu-wrapper {
  font-weight: normal;
  box-shadow: 0px 0px 10px #ccc
}

.pillar-module .sidebar-sticky-menu .menu-wrapper>ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase
}

.pillar-module .sidebar-sticky-menu .menu-wrapper>ul>li {
  position: relative;
  display: block;
  margin-right: 0;
  padding-top: 0;
  border-bottom: 1px solid #000
}


.pillar-module .sidebar-sticky-menu .menu-wrapper>ul>li>a {
  color: #39464e;
  display: block;
  padding: 12px 8px 12px 0;
  margin-right: 0;
  position: relative;
  margin-bottom: 0;
  text-align: left;
  font-size: 16px;
  text-transform: none;
  padding-right: 20px
    line-height: normal;
}

.pillar-module .sidebar-sticky-menu .menu-wrapper>ul>li:hover>a {
  opacity: .6
}


.pillar-module .sidebar-sticky-menu .menu-wrapper>ul>li>a:before {
  border-right: 1px solid;
  height: 100%;
  content: "";
  display: inline;
  margin-left: 25px;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translatey(-50%);
  height: 30px;
  display: none
}

.pillar-module .sidebar-sticky-menu .menu-wrapper>ul>li>a:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  color: inherit;
  position: absolute;
  bottom: 10px;
  padding-left: 25px;
  font-size: 25px;
  right: 0
}

.pillar-module .sidebar-sticky-menu .menu-wrapper>ul>li:hover>a:after {
  content: "\f106";
  opacity: .6
}

.pillar-module .sidebar-sticky-menu .menu-wrapper>ul>li:last-child>a:before {
  display: none
}

.pillar-module .sidebar-sticky-menu .menu-wrapper>ul ul {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s;
  position: static;
  z-index: 10;
  left: 0;
  text-align: left;
  box-shadow: 0 0 6px #39464e;
  padding: 0 0 20px;
  display: none
}

.pillar-module .sidebar-sticky-menu .menu-wrapper>ul ul {
  bottom: 100%;
  box-shadow: 0 0 6px rgba(255,255,255,0.1)
}

.pillar-module .sidebar-sticky-menu .menu-wrapper>ul ul {
  /* bottom: auto */
}


.pillar-module .sidebar-sticky-menu .menu-wrapper>ul>li ul li {
  padding: 0;
  display: block
}

.pillar-module .sidebar-sticky-menu .menu-wrapper>ul>li ul li:last-child>a {
  border: none !important
}

.pillar-module .sidebar-sticky-menu .menu-wrapper>ul>li ul li a {
  padding: 10px;
  line-height: normal;
  margin-bottom: 0;
  color: ;
  font-size: 14px;
  display: block;
  font-weight: normal;
  text-transform: capitalize
}

.pillar-module .bookmark-links ul {
  list-style: none;
  margin: 25px 0;
  padding: 0
}

.pillar-module .bookmark-links li {
  display: inline-block;
  margin-right: 20px
}

.pillar-module .bookmark-links ul a {
  border-bottom: 1px solid transparent
}

.pillar-module .bookmark-links ul a:hover {
  border-bottom: 1px solid
}

.pillar-module .span3 {
  position: sticky;
  top: 110px;
  z-index: 1;
}

.pillar-module .bottom-divider {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.pillar-module .pillar-hub {
  box-shadow: 0 2px 6px rgba(0,0,0,0.15),0 0 3px rgba(0,0,0,0.12);
  margin-bottom: 50px
}
.pillar-module .pillar-hub .top-section img {
  width: 100%;
}
.pillar-module .pillar-hub .bottom-section {
  padding: 24px;
}

.ebook-container,
.video-in-two-column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.pillar-module .pillar-ebook-col {
  display: inline-block;
  width: 33.33%;
  text-align: left;
  margin-right: -4px;
  vertical-align: top;
  padding: 0 10px;
  margin-bottom: 24px;
}
.pillar-module .pillar-ebook {
  transition: transform .2s ease,box-shadow .2s;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
  border-radius: 10px;
  padding: 24px;
  position: relative;
  top: 0;
  transition: box-shadow 0.3s ease,top 0.3s ease;
  height: 100%;
}

.pillar-module .pillar-ebook:hover{
  top: -16px;
  box-shadow: 0 12px 24px 0 rgba(0,0,0,0.16);
}

.pillar-module .pillar-ebook .image {
  margin-bottom: 16px;
}
.pillar-module .pillar-ebook:hover h4 {
  color: #F15A24;
}
.pillar-module .pillar-ebook h3 {
  font-size: 17px;
  line-height: normal;
  padding: 10px 10px;
}

.pillar-module .pillar-ebook h2:after {
  display: none
}
.pillar-module .pillar-videohub-col {
  width: 33.33%;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  display: inline-block;
  text-align: left;
  margin-right: -4px;
}

.pillar-module .pillar-videohub {
  padding: 0 10px;
  margin-bottom: 20px;
  padding-bottom: 30px;
  height: 100%;
  margin-bottom: 0;
}

.pillar-module .pillar-videohub .hs-featured-image-wrapper {
  min-height: 180px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  min-height: 170px
}

.pillar-module .pillar-videohub .hs-featured-image-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2299a9;
  opacity: .85
}

.pillar-module .pillar-videohub h4 {
  padding: 24px;
  min-height: 80px;
  margin: 0;
}
.pillar-module .pillar-videohub:hover h4 {
  color: #F15A24;
}
.pillar-module .pillar-videohub h2:after {
  display: none
}

.pillar-module .pillar-videohub .inner {
  transform: translate3d(0,0,0);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
  transition: transform .2s ease,box-shadow .2s;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}

.pillar-module .pillar-videohub .inner:hover {
  transform: translateY(-12px);
  box-shadow: 0 12px 24px 0 rgba(0,0,0,0.16);
}

.pillar-module .pillar-videohub .video-length {
  padding: 10px 24px;
  font-size: 12px;
  font-style: italic;
  color: #a1a1a1
}

.pillar-module .pillar-videohub .inner:hover h2 {
  color: #f15924
}

.pillar-module .pillar-videohub .hs-featured-image-wrapper i {
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  border: 0;
  margin: auto;
  transform: translatey(-50%);
  font-size: 40px;
  opacity: .6
}

.pillar-module .pillar-videohub a:hover i {
  opacity: 1
}

.pillar-module .pt50 {
  border-bottom: 2px solid #F15A24;
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-color:#39464e;
  border-color: #2299a9;
}

.pillar-module .pt50:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

@media (min-width: 1025px){
  .pillar-module .sidebar-sticky-menu .menu-wrapper>ul>li:hover>ul {
    display: block
  }
  .pillar-module .sidebar-sticky-menu .menu-wrapper>ul>li:last-child {
    border: 0
  }
  .menu-icon, .close-icon1 {
    display: none;
  }

  .pillar-module .sidebar-sticky-menu .menu-wrapper>ul>li:hover ul {
    opacity: 1;
    visibility: visible
  }
}
@media (max-width: 1024px){
  .pillar-module .pillar-ebook-col {
    width: 50%;
  }

  .pillar-module .sticky-sidebar {
    position: fixed;
    left: -250px;
    height: calc(100vh - 95px);
    width: 250px;
    top: 95px;
    background: #2199A9;
    z-index: 11;
    padding: 60px 20px;
    -webkit-box-shadow: 0px 6px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 6px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 6px 5px rgba(0,0,0,0.1);
    transition: left 0.3s ease;
    display:none;
  }

  .second-menu-open .pillar-module .sticky-sidebar {
    left: 0;
    overflow-y: auto;
  }

  .pillar-module .menu-icon {
    position: absolute;
    top: 90px;
    right: -40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ffffff;
    cursor: pointer;
    z-index: 1111;
  }

  .pillar-module .close-icon1 {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
  }

  .pillar-module .sidebar-sticky-menu .menu-wrapper{
    box-shadow:none;
  }
  .pillar-module .sidebar-sticky-menu .menu-wrapper > ul {
    padding: 0;
  }
  .pillar-module .sidebar-sticky-menu .menu-wrapper>ul>li ul li a{
    color:#fff;
  }

  .pillar-module .sidebar-sticky-menu .menu-wrapper > ul >li {
    display: block;
    text-align: left;
    padding: 0px 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
  }

  .pillar-module .sidebar-sticky-menu .menu-wrapper>ul>li>a {
    color: #fff;
    padding: 20px 0;
    font-size: 16px;
  }

  .pillar-module .sidebar-sticky-menu .menu-wrapper>ul>li>a:before {
    display: none;
  }

  .pillar-module .sidebar-sticky-menu .menu-wrapper>ul>li>a:after {
    display: none;
  }
  .pillar-module .sidebar-sticky-menu .menu-wrapper>ul ul {
    position: static;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    min-width: 0;
  }

  .pillar-module .sidebar-sticky-menu .second-child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px !important;
    min-width: 40px !important;
    height: 61px !important;
    padding: 0 !important;
    line-height: 60px;
    text-align: center;
    color: #fff;
  }
  .pillar-module .sidebar-sticky-menu .second-child-trigger i {
    position: relative;
    margin: 0 auto !important;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 40px;
  }

  .pillar-module .sidebar-sticky-menu .second-child-trigger i:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    color: inherit;
    position: relative;
    top: 5px;
    padding-left: 0;
    font-size: 25px;
  }
  .pillar-module .second-child-trigger.second-child-open i:after {
    content: "\f107";
  }
  .pillar-module .span9.right {
    margin: 0;
    width: 100%;
  }
}
@media(max-width:767px){
  .pillar-module .pillar-videohub-col,
  .pillar-module .pillar-ebook-2col, 
  .pillar-module .pillar-ebook-col {
    display: block;
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}

.YouTubePopUp-Close {
  width: 35px!important;
  height: 35px!important;
  background: url(//313589.fs1.hubspotusercontent-na1.net/hubfs/313589/close-x-red.png?t=1512896246158) no-repeat!important;
  background-size: 100% 100%!important;
  background: none !important;
  text-align: right;
  font-size: 30px;
  opacity:0.5;
}
.YouTubePopUp-Close:before {
  content: "\f00d";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.YouTubePopUp-Close:hover{
  opacity:1;
}


.career-position-module {
  padding: 96px 0;
  background: #ffffff;
}

.career-position-module .top {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 32px;
}

.career-position-module .item {
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 32px;
}

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

.ul-styled ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.arrow-right-circle ul li i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #F15A24;
}

.company-perks-module {
  background: #ffffff;
  padding: 96px 0;
}

.company-perks-module .image {
  margin-bottom: 0;
  width: 64px;
  height: 64px;
  background: #fff;
  position: relative;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
}

.company-perks-module .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.company-perks-module .item {
  width: 50%;
  margin-bottom: 24px;
  float: left;
  font-weight: bold;
}

.company-perks-module .item .row-fluid {
  display: flex;
  align-items: center;
}

.company-perks-module .page-center {
  max-width: 1000px !important;
}
@media(max-width:767px){
  .company-perks-module .item {
    width: 100%;
  }
  .company-perks-module .image {
    margin-right: 20px;
  }
}
.instagram-feed-module {
  padding: 96px 0;
}

.instagram-feed-module h2 {
  color: #ffffff;
}

.content-instagram-feed {
  padding-top: 96px;
  padding-bottom: 96px;
}

.content-instagram-feed h2 {
  color: #ffffff;
}

.content-instagram-feed .content {
  margin-bottom: 25px;
  text-align: center;
}

.content-instagram-feed .instafeed-items {
  font-size: 0;
  text-align: center;
}

.content-instagram-feed .instafeed-items a {
  display: inline-block;
  width: 20%;
}

.content-instagram-feed .instafeed-items a:hover img {
  opacity: 0.6;
}

.content-instagram-feed .instafeed-items img {
  width: 100%;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

@media (max-width: 767px) {
  .content-instagram-feed .instafeed-items a {
    width: 50%;
  }
}

.content-instagram-feed .instafeed-items img {
  width: 100%;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  position: absolute;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100% !important;
  min-width: 100%;
  max-width: inherit !important;
}
.content-instagram-feed .instafeed-items a {
  display: inline-block;
  width: 20%;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.content-instagram-feed .instafeed-items {
  font-size: 0;
  text-align: center;
  height: 390px;
}



/*--------------------*/
.contact-hero {
  padding: 110px 33px 150px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  color:#ffffff;
  min-height: 400px;
}

.contact-hero:before {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(to left,rgba(34,153,169,0.9) 5%,rgba(34,153,169,0.5) 25%,rgba(34,153,169,1) 728px,rgba(34,153,169,1) 100%)
}

.contact-hero .page-center {
  position: relative;
}

@media(max-width:767px){
  .contact-hero {
    background-color: #2199A9;
    background-image: none !important;
    padding: 56px 0;
    min-height:0px;
  }

  .contact-hero:before {
    display: none;
  }
}
/*--------------------*/

.contact-main-content {	
  background-color: #F4F9FD;
  padding: 72px 33px 108px;
}

.contact-main-content .form .hs_cos_wrapper_type_form {
  display: block;
  background-color: #39464E;
  padding: 16px;
  box-shadow: 0 12px 24px 0 rgba(0,0,0,0.16);
  border-radius: 10px;
  max-width: 700px;
}

.contact-main-content .form .hs-button.primary {
  max-width: 100%;
  width: 350px;
}

.contact-main-container-header {
  padding-bottom: 40px;
}

.contact-main-content .hs_submit.hs-submit {
  text-align: left;
}

@media(max-width:767px){
  .contact-main-content {	
    padding: 40px 0;
  }

  .contact-main-content .form{
    margin-bottom:40px;
  }
}

.lp-sticky-form .lp-standard-hero {
  background: #F5F8FA;
  color: inherit;
}

.lp-standard-hero h4 {
  color: inherit;
}

.lp-standard-hero h6 {
  color: inherit;
}
.lp-standard-hero .lp-sticky-bar-column{
  position:sticky;
  top:30px;
}
@media(max-width:767px){
  .lp-standard-hero .lp-sticky-bar-column {
    position: static;
  }
  
}

.lp-sticky-form .content1 {
    margin-top: 40px;
    max-width: 706px;
}

.lp-sticky-form {
    	background-color: #F5F8FA;
    	background: #ffffff;
}

.lp-sticky-form .body-container div:not(.no-form-style) .widget-type-form {
    border-color: #39464E;
    background: #39464E;
}

.lp-sticky-form .body-container h3.form-title {
    color: #ffffff;
}

.lp-sticky-form .lp-header {
    background-color: #F5F8FA;
}

.lp-sticky-form .lp-standard-hero {
    background: #ffffff;
}

.lp-sticky-form .lp-testimonial-slider {
    background: #ffffff;
}

div#hero .submitted-message {
    color: #2199A9;
}



.digital-text h2 {
    color: #39464E;
    font-size: 39.06px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 48px;
    text-transform: capitalize;
    font-family: "Open Sans";
}

 
.digital-text p {
    color: #39464E;
    font-family: "Open Sans";
    font-size: 18px; 
    letter-spacing: 0;
    line-height: 27px;
}

.digital-text p a {
    text-decoration: underline;
    color: #39464E;
    font-family: "Open Sans";
}

.dig-image.dig-image1 {
    text-align: right;
    padding-right: 20px;
}

.dig-image.dig-image2 {
    text-align: left;
    padding-left: 20px;
}

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

.lp-sticky-form.lp-sticky .content1 {
    max-width: 850px;
    padding-left: 80px;
    margin-top: 0px;
}

.agency-text-wrap {
    padding: 50px 0px 30px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 50px 0px 0px;
}

.agency-text h2 {
    color: #1E99A9;
    font-size: 31.25px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 45px;
    font-family: "Open Sans";
    text-transform: capitalize;
}

.agency-text p {
    color: #39464E;
    font-family: "Open Sans";
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
}

.agency-text ul li {
    color: #39464E;
    font-family: "Open Sans";
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 600;
}

.agency-image {
    padding: 50px 0px;
}

.agency-text p strong {
    font-weight: 600;
}

.lp-sticky-form.lp-sticky .clent-grid h2 {
    color: #39464E;
    font-size: 31.25px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 45px;
    text-align: left;
    font-family: "Open Sans";
    text-transform: capitalize;
}

.lp-sticky-form.lp-sticky .clent-grid-logo img {
    max-height: 60px;
    max-width: 150px !important;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 1s ease;
}

.lp-sticky-form.lp-sticky .clent-grid-logo img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all 1s ease;
}

.lp-sticky-form.lp-sticky .clent-grid {
    padding: 70px 0px 20px;
    text-align: center;
    border-bottom: 0px solid #cccc;
}


.service-header h3 {
    color: #39464E;
    font-size: 31.25px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 45px;
}

.serv-dig-wrap .three-column-image-content-panel {
    margin-bottom: 0px;
    padding: 20px 0px 0px;
}

.serv-dig-wrap {
    padding-top: 100px;
}


.lp-standard-hero {
    position: relative;
}

.lp-sticky   .lp-standard-hero:before {
    content: "";
    background: linear-gradient(0deg, #DFEAF2 0%, #FFFFFF 100%);
    height: 700px;
    width: 100%;
    position: absolute;
}
 


.lp-standard-hero > div {
    position: relative;
}


.digital-text-wrap {
    padding-bottom: 70px;
}

.dig-image {
    padding-top: 40px;
}

.lp-sticky-form.lp-sticky .lp-header { 
    box-shadow: 0 2px 13px 0 rgba(0,0,0,0); 
}

.dig-image.dig-image4 {
    padding-top: 55px;
}

.lp-sticky-bar-column {
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 12px 24px 0 rgba(0,0,0,0.16);
}

.lp-sticky-form .body-container div:not(.no-form-style) .widget-type-form {
    border-color: #fff;
    background: #fff;
}

.lp-sticky-form.lp-sticky .body-container h3.form-title {
    color: #1E99A9;
    font-size: 20.25px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 29px;
}

.lp-sticky-form.lp-sticky .body-container form {
    background-color: #fff;
    padding: 20px 0px;
}


.lp-sticky-form.lp-sticky .body-container form label {
    color: #39464E;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    text-transform: capitalize;
}


body.lp-sticky-form.lp-sticky input[type="text"],
body.lp-sticky-form.lp-sticky input[type="password"],
body.lp-sticky-form.lp-sticky input[type="datetime"], 
body.lp-sticky-form.lp-sticky input[type="datetime-local"], 
body.lp-sticky-form.lp-sticky input[type="date"],
body.lp-sticky-form.lp-sticky input[type="month"],
body.lp-sticky-form.lp-sticky input[type="time"], 
body.lp-sticky-form.lp-sticky input[type="week"], 
body.lp-sticky-form.lp-sticky input[type="number"],
body.lp-sticky-form.lp-sticky input[type="email"], 
body.lp-sticky-form.lp-sticky input[type="url"],
body.lp-sticky-form.lp-sticky input[type="search"],
body.lp-sticky-form.lp-sticky input[type="tel"],
body.lp-sticky-form.lp-sticky input[type="color"], 
body.lp-sticky-form.lp-sticky input[type="file"],
body.lp-sticky-form.lp-sticky textarea, body select {
    width: 100%; 
    border-radius: 2px;
    background-color: #F5F8FA; 
    height: 42px;
}

.agency-text ul {
    min-width: 100%;
    list-style: none !important;
    padding: 0px;
    margin: 0px !important;
}

.agency-text ul li {
    color: #39464E;
    font-family: "Open Sans";
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    padding-left: 30px;
    margin-bottom: 10px;
    min-width: 100%;
    position: relative;
}

.agency-text ul li:after {
    content: "\f058";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0px;
    color: #F15A24;
}
  
body.lp-sticky-form.lp-sticky textarea {
    height: 80px;
    padding-top: 14px;
}

body.lp-sticky-form.lp-sticky .lp-standard-hero .hs-button.primary {
    width: auto;
}

body.lp-sticky-form.lp-sticky .hs_submit.hs-submit {
    text-align: left;
}

.lp-sticky-form.lp-sticky .body-container form ul.hs-error-msgs.inputs-list label {
    font-weight: 600;
    text-transform: capitalize;
    color: #EE3B27;
    font-family: "Open Sans";
    font-size: 10px;
    letter-spacing: 0;
    line-height: 14px;
    background: none;
    text-shadow: none;
    padding: 0px !important;
    margin-top: 20px !important;
    text-align: right;
}

.lp-sticky-form.lp-sticky .body-container form ul.hs-error-msgs.inputs-list label:before {
    display: none !important;
}

.lp-sticky-form.lp-sticky .body-container form::-webkit-input-placeholder  {
    color: #39464E;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600; 
    line-height: 22px;
    opacity: 1;
}


body .lp-sticky-form.lp-sticky .body-container form::-ms-input-placeholder {  
    color: #39464E;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600; 
    line-height: 22px;
    opacity: 1;
}

.lp-sticky-form.lp-sticky .body-container form::placeholder {
    color: #39464E;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600; 
    line-height: 22px;
    opacity: 1;
}

body.lp-sticky-form.lp-sticky input.invalid.error ,
body.lp-sticky-form.lp-sticky textarea.invalid.error {
    border: 1px solid #EE3B27;
    border-radius: 2px;
    background-color: #FEF1EF;
}
 
body.lp-sticky-form.lp-sticky .hs-button.primary:hover,
body.lp-sticky-form.lp-sticky input[type="submit"]:hover,
body.lp-sticky-form.lp-sticky input[type="button"]:hover {
  box-shadow: 0 12px 24px 0 rgba(0,0,0,0.16);
}





body.landing-page.pricing-page {
    background-color: #fff !important;
}

body.landing-page.pricing-page .lp-header { 
    box-shadow: 0 2px 13px 0 rgba(0,0,0,0); 
}

.price-hero {
    background: linear-gradient(0deg, #DFEAF2 0%, #FFFFFF 100%);
}
 
.price-htext h2 {
    color: #39464E;
    font-size: 39.06px;
    font-weight: bold;
    line-height: 48px;
    text-transform: capitalize;
    font-family: "Open Sans";
}

.price-htext p {
    color: #39464E;
    font-family: "Open Sans";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 27px;
}

.price-htext ul li {
    color: #39464E;
    font-family: "Open Sans";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 27px;
}

.price-htext ul { 
    padding-left: 20px;
}

.price-hero-text {
    padding-left: 120px;
}

.pricing-page .body-container div:not(.no-form-style) .widget-type-form {
    border-color: #fff;
    background: #fff;
}

.pricing-page .body-container h3.form-title {
    color: #1E99A9;
    font-size: 20.25px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 29px;
}

.pricing-page .body-container form {
    background-color: #fff;
    padding: 20px 0px;
}


.pricing-page .body-container form label {
    color: #39464E;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    text-transform: capitalize;
}


body.pricing-page  input[type="text"],
body.pricing-page input[type="password"],
body.pricing-page input[type="datetime"], 
body.pricing-page input[type="datetime-local"], 
body.pricing-page input[type="date"],
body.pricing-page input[type="month"],
body.pricing-page input[type="time"], 
body.pricing-page input[type="week"], 
body.pricing-page input[type="number"],
body.pricing-page input[type="email"], 
body.pricing-page input[type="url"],
body.pricing-page input[type="search"],
body.pricing-page input[type="tel"],
body.pricing-page input[type="color"], 
body.pricing-page input[type="file"],
body.pricing-page textarea, body select {
    width: 100%; 
    border-radius: 2px;
    background-color: #F5F8FA; 
    height: 42px;
}
 
body.pricing-page textarea {
    height: 80px;
    padding-top: 14px;
}

body.pricing-page  .lp-standard-hero .hs-button.primary {
    width: auto;
}

body.pricing-page .hs_submit.hs-submit {
    text-align: left;
}

.pricing-page .body-container form ul.hs-error-msgs.inputs-list label {
    font-weight: 600;
    text-transform: capitalize;
    color: #EE3B27;
    font-family: "Open Sans";
    font-size: 10px;
    letter-spacing: 0;
    line-height: 14px;
    background: none;
    text-shadow: none;
    padding: 0px !important;
    margin-top: 20px !important;
    text-align: right;
}

.pricing-page .body-container form ul.hs-error-msgs.inputs-list label:before {
    display: none !important;
}

.pricing-page .body-container form::-webkit-input-placeholder  {
    color: #39464E;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600; 
    line-height: 22px;
    opacity: 1;
}


.pricing-page .body-container form::-ms-input-placeholder {  
    color: #39464E;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600; 
    line-height: 22px;
    opacity: 1;
}

.pricing-page  .body-container form::placeholder {
    color: #39464E;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600; 
    line-height: 22px;
    opacity: 1;
}

body.lp-sticky-form.lp-sticky input.invalid.error ,
body.lp-sticky-form.lp-sticky textarea.invalid.error {
    border: 1px solid #EE3B27;
    border-radius: 2px;
    background-color: #FEF1EF;
}
 
.pricing-page .hs-button.primary:hover,
.pricing-page input[type="submit"]:hover,
.pricing-page input[type="button"]:hover {
  box-shadow: 0 12px 24px 0 rgba(0,0,0,0.16);
}

.price-logos-wrap {
    padding: 100px 0px 50px;
}

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

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

.scroll-bottom a {
    color: #39464E;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
}

.scroll-bottom a.scroll-btm:before {
    content: "";
    border-left: 4px solid #39464E;
    top: 30px;
    position: absolute;
    width: 3px;
    height: 15px;
    transform: rotate(-50deg);
    right: calc(50% - -3px);
}

.scroll-bottom a.scroll-btm:after {
    content: "";
    border-left: 4px solid #39464E;
    top: 30px;
    position: absolute;
    width: 3px;
    height: 15px;
    transform: rotate(50deg);
    left: calc(50% - -3px);
}

.pricing-page .lp-standard-hero .lp-sticky-bar-column {
    position: relative !important;
    top: 0px;
}

body.pricing-page-b .price-blurb-outer {
    border-bottom: 0px solid #D8D8D8;
    padding-bottom: 70px;
    border-top: 1px solid #D8D8D8;
    padding-top: 80px;
}

body.pricing-page-b .price-blurb-wrap {
    padding: 0px 0px 0px;
}






/******** Responsive code starts here *******/
 
/************** ipad ***************/

@media (max-width: 1080px) {
  
  .lp-sticky-form.lp-sticky .content1 {
      max-width: 850px;
      padding-left: 30px;
      margin-top: 0px;
  }
  
  .digital-text h2 { 
      font-size: 28px; 
      line-height: 38px; 
  }

 .digital-text p { 
      font-size: 16px; 
      line-height: 24px;
  }
  
  .dig-image.dig-image3, .dig-image.dig-image4, .dig-image.dig-image5 {
      width: 30%;
  }

  body input[type="text"], body input[type="password"], body input[type="datetime"], body input[type="datetime-local"], body input[type="date"], body input[type="month"], body input[type="time"], body input[type="week"], body input[type="number"], body input[type="email"], body input[type="url"], body input[type="search"], body input[type="tel"], body input[type="color"], body input[type="file"], body textarea, body select {
      height: 37px;
  }
  
  .agency-text p { 
      font-size: 16px; 
  }
  
  .agency-text ul li { 
      font-size: 16px;
      line-height: 25px; 
      margin-bottom: 10px; 
  }
  
  .lp-sticky-form.lp-sticky .clent-grid h2 { 
      font-size: 20px; 
      line-height: 34px; 
  }
  
  .lp-testimonial-slider.lp-testimonial-sliderv2 .quote {
      font-size: 20px;
      line-height: 30px;
      font-family: 'Open Sans',sans-serif;
      padding-bottom: 20px;
  }
  
  .lp-sticky-form.lp-sticky .three-column-image-content-panel .image {
    min-height: auto !important;
  }
  
  .lp-sticky-form.lp-sticky .clent-grid-logo img {
      max-height: 40px;
      max-width: 130px !important; 
  }
  
  .price-hero-text {
      padding-left: 20px;
      width: 50% !important;
  }
  
  .price-htext h2 { 
      font-size: 30px; 
      line-height: 36px; 
  }
  
  .price-htext p { 
      font-size: 16px; 
      line-height: 24px;
  }

  .price-htext ul li { 
      font-size: 16px;
      line-height: 24px;
  }
  
  
}

/************** ipad nd tab ***************/

@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){

 
}

/************** iphone roatate***************/

@media (max-width: 767px) {

  .dig-image.dig-image1 {
      text-align: center;
      padding-right: 0px;
  }
  
  .dig-image.dig-image2 {
      text-align: center;
      padding-left: 0px;
  }

  .dig-image.dig-image3, .dig-image.dig-image4, .dig-image.dig-image5 {
      width: 100%;
  }
  
  .serv-dig-wrap {
      padding-top: 10px;
  }
  
  .service-header h3 { 
      font-size: 22px; 
      text-align: center;
      line-height: 35px;
  }
  
  .lp-sticky-form.lp-sticky .partner-three-wrap .image img {
      padding: 20px;
      max-width: 240px;
  }
  
  .digital-text h2 {
      font-size: 24px;
      line-height: 34px;
  }

  .lp-sticky-form.lp-sticky .content1 {
      max-width: 850px;
      padding-left: 0px;
      margin-top: 30px;
  }
  
  .agency-text h2 { 
      font-size: 24px; 
      line-height: 34px; 
  }
   
  
  .price-hero-text {
      padding-left: 0px;
      width: 100% !important;
      padding-top: 50px;
  }
  
  .price-logos-wrap {
      padding: 30px 0px 10px;
  }
  
  .price-logo {
      text-align: center;
      padding-bottom: 40px;
  }
  
}

/************** iphone ***************/

@media (max-width: 479px) {

  .lp-testimonial-slider.lp-testimonial-sliderv2 .quote {
      font-size: 16px;
      line-height: 25px; 
  }
  
  
  
}