:root {
  --ff-light: 'Garnett-Light' , sans-serif;
  --ff-normal: 'Garnett' , sans-serif;
  --ff-medium: 'Garnett-Medium' , sans-serif;
}
 
/* Images */

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

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



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}
 
 
 
 
 
 
 
 
 
 
body{
  padding:0;
  font-size: 18px ;
  line-height: 1.4;
  overflow-x:hidden;
  -webkit-font-smoothing: antialiased;
  font-family: 'Garnett-Light', 'Garnett-Medium', sans-serif; ;
  width:100%;
  background: #fff ;
  margin:0 auto;
  max-width:100%;
  font-weight:light;
  color:#09103D;
}
.section-padding{
  padding:100px 0;
}
.column-left-padding{
  padding:25px 25px 50px 0px;
}
.column-right-padding{
  padding:25px 0px 50px 25px;
}
.stamps-padding{
  padding:5px 5px 5px 5px;
}
.modules-padding{
  padding:10px 10px 10px 10px;
}
.row-fluid [class*="span"].wrapper{
  width: min(1200px , 100% - 30px) !important;
  margin-left:auto;
  margin-right:auto;
  float: none;
}
.row-fluid [class*="span"].wrapper2{
  width: 100%;
  max-width: 700px;
  margin-left:30px;
  margin-right:auto;
  float: none;
  padding-left:15px;
  padding-right:15px;
}

h1,h2,h3,h4,h5,h6,p,a{
  text-transform:initial;
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;
  color:#09103D;
}
h1,h2,h3,h4,h5,h6{
  color:#09103D;
}
.body-container-wrapper ul,.body-container-wrapper li{
  margin-bottom:15px;
}
a{
  margin-bottom:0;
}
h1{
  font-size: 60px;
  font-family: var(--ffMedium), sans-serif;
  line-height: 1.25;
}
h2{
  font-size: 45px;
  font-family: var(--ffNormal), sans-serif;
  line-height: 1.25;
  font-weight: 300;
}
h3{
  font-size: 30px;
  font-family: var(--ffNormal), sans-serif;
  font-weight: 300;
}
h4{
  font-size: 22px;
  font-family: var(--ffMedium), sans-serif;
}
h5{
  font-size: 30px;
  font-weight: light;
}
h6{
  font-size: 22px;
  font-weight: light;
}
img {
  height: auto;
}
p,
.body-container-wrapper li{
  font-size: 18px;
  line-height: 1.5;
  color: #09103D;
  font-weight: light;
}
h3+p{
  margin-top:15px;
}
.body-container-wrapper {
  background:#fff;
  position:relative;
  z-index:2;
}
.body-container-wrapper ul{
  padding:0;
  text-decoration:none;
  margin:20px 0;
}
.body-container-wrapper ol{
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;    
}
.body-container-wrapper li{
  margin-left:26px;
  margin-bottom:8px;
}
.body-container-wrapper ol li:before{
  display:none;
}
.no-list-style ul{
  margin:0;    
  list-style:none;
}
.no-list-style li{
  margin:0;
}
.body-container-wrapper a{
  color:#0d2e4f;
  transition: all ease-in-out .2s;
}
.body-container-wrapper a:hover{
  opacity:.9; 
}
blockquote{
  margin: 0;
  font-size: 16px;
  font-style: italic;
  color: #a9a9a9;
  font-weight: 300;
  padding-left: 17px;
  border-left: 2px solid #0d2e4f;
  margin-left: 4px;
  margin-top: 25px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.widget-type-cta{
  margin-top:15px;
}
body a.cta_button,
body .container-fluid .row-fluid .hs-button{    
  font-size: 16px;
  line-height: 18px;
  padding: 12px 40px;
  font-weight: 600;
  cursor: pointer;
  font-family: 'Garnett-Light', 'Garnett-Medium', sans-serif; ;
  text-align: center;
  display: inline-block;
  /*   letter-spacing: 1px; */
  letter-spacing: 0;
  color: #fff;
  border-radius:0px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  background: #09103D;
  border: 2px solid ;  
  border-color:#ffffff ;
  transition: all ease-in-out .2s;
}
body a.cta_button:hover,
body .container-fluid .row-fluid .hs-button:hover{
  opacity:.8;
}
body .white-cta a.cta_button,
body .all-text-white a.cta_button,
body .white-cta .container-fluid .row-fluid .hs-button{    
  background:#fff;
  border-color:#fff;
  color:#000;
}
body .dark-cta a.cta_button{
  background:#0d2e4f;
  border-color:#0d2e4f;
}
.simple-cta a.cta_button,
.simple-cta a{
  background:transparent;
  border:0;
  padding:0;
  position:relative;
  color: #0d2e4f;
  font-weight:400;
}
.simple-cta a:after{
  content:'\f107';
  font-family: FontAwesome;
  padding-left: 6px;
}
.cta_button * {
  font-family: var(--ff-normal);
  font-weight: normal !important;
}
.align-center {
  text-align:center;
}
.align-left {
  text-align:left;
}
.align-right {
  text-align:right;
}
.float-left{
  float:left;
}
.float-right{
  float:right;
}
.overlay{
  position:relative;
  z-index:1;
}
.overlay:before{
  position: absolute;
  content: '';
  inset: 0;
  background:rgba(0, 0, 0, 0.66);
  z-index: -1;
}
.grey-bg{
  background:#f8f8f8;
}
.blue-bg{
  background:#dfeff8;
}
.white-bg{
  background:#ffff;
}
.dark-blue-bg{
  background:#253455;
}
.mauve1-bg{
  background:#CDAEFF;
}
.mauve2-bg{
  background:#DECAFF;
}
.mauve3-bg{
  background:#EEE4FF;
}
.pink1-bg{
  background:#FFCCE1;
}
.pink2-bg{
  background:#FFDDEB;
}
.pink3-bg{
  background:#FFEEF6;
}
.coral1-bg{
  background:#FFA586;
}
.coral2-bg{
  background:#FEC4B0;
}
.coral3-bg{
  background:#FFE1D7;
}
.yellow1-bg{
  background:#FBE59B;
}
.yellow2-bg{
  background:#FCEEBD;
}
.yellow3-bg{
  background:#FEF6DF;
}
.white-bg{
  background:#FFFFFF;
}
.grey-bg{
  background:#F6F7F9;
}
body .container-fluid .row-fluid .section-heading.align-center {
  max-width: 840px;
  float: none;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:60px;
}
.section-heading p{
  font-size: 22px;
  font-weight: 300;
  color: #5e6977;
}
.section-heading h5{
  margin:0;
  color:#86939e;
  font-size:18px;
  font-weight:500;
}
.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a{
  color:#fff;
}
.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a{
  margin:0;
}
.base-color-text h1,
.base-color-text h2,
.base-color-text h3,
.base-color-text p,
.base-color-text h4,
.base-color-text h5,
.base-color-text h6,
.base-color-text .fa,
.base-color-text a{
  color:#0d2e4f;
}
.body-container-wrapper .all-text-white li:before{
  background:#fff;
}
body .container-fluid .row-fluid .pad-bottom{
  margin-bottom:80px;
}
body .container-fluid .row-fluid [class*="span"]{
  min-height:0;
}
.section-bg{
  background-size: cover!important;
  background-position: center center!important;
}
.section-bg .bg-image{
  display:none!important;
}
.blue-bg{
  background:#DFEFF8;
}
.dark-blue-bg{
  background:#213458;
}
.section-padding{
  padding:100px 0;
}
.section-border{
  border-bottom:1px solid #e7e7e7;
}
.cta-margin{
  margin-top:50px;
}
.vertical-align-center{
  vertical-align: center;
}
@media (min-width: 768px) {
  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: flex;
    align-items: stretch;
  }
  body .row-fluid .vertical-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }     
}
.inner-page-hero-section{
  padding:30px 0;
}
.inner-page-hero-section h1{
  margin:0;
  font-size:30px;
  font-weight:600;
  font-size:50px; 
}
.equal-heights > .row-fluid-wrapper > .row-fluid {
  display: flex;
  flex-wrap: wrap;
}
.Demo_calender legend.hs-field-desc {
  font-size: 14px;
  line-height: 14px !important;
  letter-spacing: 1px;
  font-weight: 300 !important;
  margin-bottom: 6px;
}
.form-privacycontent a:hover {
  border-bottom-color: #09103d !important;
}
.form-privacycontent a {
  color: #0d2e4f !important;
  font-weight: bold;
}
@media (min-width:768px) and (max-width:1024px){
  h1{
    font-size: 48px;
  }
  h2{
    font-size: 32px;
  }
  h3{
    font-size: 24px;
  }
  h4{
    font-size: 20px;
  }
  h5{
    font-size: 18px;
  }
  h6{
    font-size: 18px;
  }
  .section-padding {
    padding: 60px 0;
  }
  body .container-fluid .row-fluid .section-heading.align-center {
    margin-bottom: 30px;
  }
  p{
    font-size: 14px;
  }
  .body-container-wrapper li {
    font-size: 14px;
  }
  .section-heading p {
    font-size: 18px;
  }
  .cta-margin {
    margin-top: 30px;
  }
}
@media (max-width:767px){
  h1{
    font-size: 40px;
  }
  h2{
    font-size: 34px;
  }
  h3{
    font-size: 28px;
  }
  h4{
    font-size: 22px;
  }
  h5{
    font-size: 18px;
  }
  h6{
    font-size: 16px;
  }
  .section-padding {
    padding: 60px 0;
  }
  .align-right {
    text-align: center;
  }
  .align-left {
    text-align: center;    
  }
  body .container-fluid .row-fluid .section-heading.align-center{
    margin-bottom: 30px;
  }
  p {
    font-size: 14px;
    line-height: 24px;
  }
  .body-container-wrapper li {
    font-size: 14px;
    line-height: 24px;
  }
  .primary-banner {
    padding: 120px 0 40px;
  }
  .section-heading p {
    font-size: 16px;
  }
  .heading-underline {
    margin-bottom: 20px;
    padding-bottom: 2px;
  }
  .cta-margin {
    margin-top: 20px;
  }
}
@media (min-width:768px){
  .pth-header .header-logo{
    padding:16px 0;
  }
  .pth-header .header-logo img{
    max-width:220px;
  }
  .row-fluid .pth-header{
    position:fixed;
    top:0px;
    z-index:5;
  }
  .body-container-wrapper{
    padding-top:90px;
    padding-top:0px;
  }
}
.pth-top-bar{
  padding:10px 0;
  background:#F8F7F6;
}
.pth-top-bar .widget-type-cta{
  margin:0;
  text-align:right;
}
.pth-top-bar a.cta_button{
  padding:9px 20px;
  font-size:12px;
}
.pth-top-bar .phone-number-container a span{
  font-weight:500;
}
.pth-top-bar .phone-number-container .fa{
  color:#0d2e4f;
  font-size: 20px;
  margin-right: 4px;    
}
@media (max-width:767px){
  .pth-top-bar .phone-number-container .fa {
    font-size: 14px;
    margin-right: 2px;
  }
  .pth-top-bar a.cta_button {
    padding: 3px 6px;
    font-size: 12px;
  }
  .pth-top-bar .phone-number-container {
    font-size: 12px;
  }
  body .row-fluid .pth-top-bar .phone-number-container{
    width: 48%;
    float: left;
    margin-top: 8px;
  }
  body .row-fluid .pth-top-bar .top-cta-container{
    width:40%;
    float:right;
  }
}
.pth-header{
  background:#fff ;
  border-bottom:1px solid #e7e7e7
}
.pth-header .logo{
  padding:10px 0;
}
.pth-header .head-cta{
  margin-top:0;
}
.pth-header .head-cta a.cta_button{
  padding: 12px 30px;    
  border:2px solid #0d2e4f;
}
.pth-header .top-nav-container{
  margin-top:50px;
}
.pth-header .contact-info span{
  font-size:12px;
}
.pth-header .contact-info span .fa{
  margin-right: 7px;
  width: 12px;
  text-align: center;
  font-size: 16px;
  position: relative;
  top: 1px;
}
@media (min-width:768px){
  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul>li>a{
    font-size: 14px;
    padding: 31px 12px;
    line-height:1;
    font-weight:400;
    color: #000 ;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    border-top:3px solid #0d2e4f;
  }
  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    line-height: 0;
  }
  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children>a{
    position:relative;
    margin-right:12px;
  }
  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:before{
    position: absolute;
    content: '\f107';
    font-family:FontAwesome;
    top: -2px;
    bottom: 0;
    right: 12px;
    font-size: 14px;
    color: #0d2e4f;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children>a:before{
    right:-5px;
  }
  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:hover a,
  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.active a{
    color:#0d2e4f ;
  }
  .pth-header .hs-menu-wrapper {
    line-height: 0;
    text-align: center;
    float:right;
  }
  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    font-size: 14px;
    padding: 12px 24px 12px 15px;
    line-height: 1;
    color: #000 ;
    text-align: left;
    border: 1px solid rgba(18, 18, 50, 0.11);
    background: #fff;
    border-top: 0;
    font-weight: 400;
    transition:all .2s ease-in-out;
    min-width: 140px;
  }
  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{
    color:#0d2e4f ;
    text-indent:3px;
  }
  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
  }
}
@media (min-width:768px) and (max-width:1024px){
  .pth-header .head-cta a.cta_button {
    padding: 10px 18px;
    font-size: 14px;
  }
  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {
    padding: 22px 10px 22px;
    font-size:12px;
  }
  .pth-header .top-nav-container {
    margin-top: 34px;
  }
  .pth-header {
    padding:0;
  }
}
body .container-fluid .row-fluid .three-col-adjust>span {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: row;
  margin-right: -2.5%;
}
body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: flex;
  flex-basis: 30.9%;
  float: left;
  margin-right: 2.43%;
  margin-top: 25px;
  box-sizing: border-box;
  position:relative;
}
body .container-fluid .row-fluid .three-col-adjust.have-box-border span>.hs_cos_wrapper{
  background-color: #fff;
  box-shadow: 0 1px 1px 0 #e6ebee;
  border: solid 1px rgba(129,154,179,0.14);
  position: relative;
  transition: all .4s ease;
  padding:20px;
  position:relative;
}
.redirect-page{
  position:absolute;
  inset: 0;
  width:100%;
  height:100%;
  display:block;
  cursor:pointer;
  transition: all .4s ease;
}
body .container-fluid .row-fluid .three-col-adjust.have-box-border span>.hs_cos_wrapper:hover .redirect-page{
  border:1px solid #0d2e4f;
}
@media (max-width:767px){
  .performance__main .link__box {
    font-size: 14px;
    padding-top: 0 !important;
    text-align: center;
    margin-top: 15px !important;
  }
  body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }
  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }   
}
body .container-fluid .row-fluid .four-col-adjust>span {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: row;
  margin-right: -2.565%;
}
body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: flex;
  flex-basis: 22.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 20px;
  box-sizing:border-box;
  position:relative;
}
@media (max-width:767px){
  body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
  }
  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    margin:0;
    margin-top: 20px;
  }   
}
::-webkit-input-placeholder {
  color: #253455;
}
:-moz-placeholder {
  color: #989898;
}
::-moz-placeholder {  
  color: #989898;
}
:-ms-input-placeholder {  
  color: #989898;
}
select::-ms-expand {
  display: none;
}
.row-fluid form li{
  margin:0;
}
.row-fluid  form li:before{
  display:none;
}
.row-fluid  form input,
.row-fluid  form select,
.row-fluid  form textarea{
  height: 54px;
  font-family: 'Garnett-Light', 'Garnett-Medium', sans-serif; ;
  border: 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  padding: 0;
  margin-bottom: 8px;
  border-radius: 0;
  background: #f5f5f5;
  padding:10px 20px;
  color: #000;
  font-weight:400;
  background:#fff;
  border:1px solid #dedede;
  box-sizing: border-box;
  appearance:none;
}
.row-fluid  form input:focus,
.row-fluid  form select:focus,
.row-fluid  form textarea:focus{
  outline:0;
  border:1px solid #0d2e4f;
}
.row-fluid  form textarea{
  height:150px;    
}
.row-fluid  form .hs_file_upload input,
.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
  height:auto;
  padding:0;
  border:0;
}
.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
  height:auto;
  padding:0;
  border:0;
  margin-bottom:0;
}
.row-fluid form .field>label{
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 300;
  display:block;
  margin-bottom:6px;
  margin-top:14px;
}
.row-fluid form .hs_submit .actions{
  text-align:left;
}
.row-fluid form .hs-button.primary{
  height: auto;
  margin-top: 24px;
}
form .hs-error-msgs{
  margin:0;
  padding:0;
}
form .hs-error-msgs li{
  line-height: 1;
  color: red;
  font-weight: 500;
  font-size: 11px;
  position: relative;
  top: -4px;
  letter-spacing: 0.3px;
}
.row-fluid .hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}
body .row-fluid .hs-form fieldset {
  max-width: 100%;
}
form .hs-form-required{
  display:none;
}
.body-container-wrapper form ul,
.body-container-wrapper form li{
  margin:0;
  padding:0;
}
.body-container-wrapper form ul,
form ul{
  list-style:none;
}
.body-container-wrapper form li:before{
  display:none;
}
body form .hs-form-checkbox:last-child,
body form .hs-form-radio:last-child,
body form .hs-form-booleancheckbox{
  margin-bottom:20px;
}
body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
  width: 32%;
  margin-right:2%;
}
body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 49%;
  margin-right:2%;
}
body .row-fluid .hs-form fieldset .hs-form-field:last-child{
  margin-right:0;
}
body .row-fluid .hs-form fieldset.form-columns-2 .input,
body .row-fluid .hs-form fieldset.form-columns-3 .input {
  margin-right:0px;
}
body .container-fluid .row-fluid .hs-form fieldset .field:last-child .input{
  margin-right:0;
}
body .row-fluid select{
  background: #fff url(//2558848.fs1.hubspotusercontent-na1.net/hubfs/2558848/Product-3-Pack/Select%20Arrow%20Small.png) no-repeat;
  background-position: center right;
  appearance: none;
}
.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  width:auto;
}
.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  padding: 0;
  border-radius: 4px;
  background: #fff;
  margin-left: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #cfd3d7;
  appearance: none;
  border: 2px solid #ddd;
  margin-right: 8px;
  top: 2px;
  width: 20px;
  height: 20px;
}
.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  top: 3px;
  left: 2px;
  border: 3px solid #0d2e4f;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
}
.row-fluid .hs-form .field .input  input[type="radio"]{
  border-radius: 50%;
}
.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 3px;
  background: #0d2e4f;
  left: 3px;
  border-top: 0;
  border-right: 0;
  border-radius: 50%;
}
@media (max-width:480px){
  body form.hs-form .form-columns-2 .hs-form-field .hs-input,body form.hs-form .form-columns-3 .hs-form-field .hs-input{
    width:100%;
  }
  body .row-fluid .hs-form fieldset .input{
    margin:0;
  }
  body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
    margin-right: 0;
  }
  body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    margin-right: 0;
  }
  .row-fluid form .hs_submit .actions{
    text-align:center;
  }
}
.starter-talk-to-us{
  padding:100px 0;   
  background:#0d2e4f;
}
body .container-fluid .row-fluid .starter-talk-to-us .section-heading{
  max-width:1060px;
  padding:0;
}
body .row-fluid .starter-talk-to-us .icon-img{
  width: 100%;
  max-width: 110px;
  margin: 20px auto 30px;
  float: none;
  border: 2px solid #fff;
  height: 110px;
  padding: 23px;
  border-radius: 50%;
}
.starter-talk-to-us .button a{
  color: #fff;
  border: 1px solid;
  padding: 8px 26px;
  display: inline-block;
  margin-top: 10px;
  font-weight:400;
}
@media (min-width:768px){
  body .container-fluid .row-fluid .starter-talk-to-us .left-col,
  body .container-fluid .row-fluid .starter-talk-to-us .right-col{
    margin:0;
    width:50%;
    padding:0 20px;
  }
}
body .container-fluid .row-fluid .starter-talk-to-us .left-col,
body .container-fluid .row-fluid .starter-talk-to-us .right-col{
  position:relative
}
body .container-fluid .row-fluid .starter-talk-to-us .left-col:before{
  position: absolute;
  content: '';
  right: 0;
  top: 20px;
  bottom: 0;
  width: 1px;
  background: #fff;
}
body .container-fluid .row-fluid .starter-talk-to-us .right-col:before{
  position: absolute;
  content: 'OR';
  left: -10px;
  top: -29px;
  color: #fff;
  padding: 7px 0;
}
@media (max-width:1024px){
  .starter-talk-to-us {
    padding: 70px 0;
  } 
}
@media (max-width:767px){
  body .container-fluid .row-fluid .starter-talk-to-us .section-heading {
    padding: 0;
    margin-bottom: 0;
  }
  body .container-fluid .row-fluid .starter-talk-to-us .left-col:before,
  body .container-fluid .row-fluid .starter-talk-to-us .right-col:before{
    display:none;
  }
  body .row-fluid .starter-talk-to-us .icon-img{
    margin: 20px auto 20px;
  }
  body .container-fluid .row-fluid .starter-talk-to-us .right-col{
    padding-top:40px;
  }
  .starter-talk-to-us {
    padding: 50px 0;
  }
}
.error-page-body{
  padding:160px 0;
  position:relative;
  z-index:1;
}
.error-page-body:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  z-index:-1;
}
.error-page-body h4{
  font-size: 14px;
  margin-top: 12px;
  line-height: 18px;
}
@media (min-width:768px) and (max-width:1024px){
  .error-page-body {
    padding: 180px 0;
  }
}
@media (max-width:767px){
  .error-page-body {
    padding: 140px 0 80px;
  }
}
.row-fluid .subs-upd-con .wrapper{
  max-width:700px;
}
.email-pref{
  position:relative;
}
.row-fluid .email-pref .wrapper{
  position:relative;
}
.email-pref:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
}
.preferences-section-one{
  padding:75px 0px;
}

body .container-fluid .row-fluid .preferences-section-one .wrapper{
  max-width:800px;
}
.preferences-section-one .email-prefs .item{
  width: 100%;
  max-width: 48%;
  margin: 2% 2% 0 0;
  float: left;
}
.preferences-section-one h1{
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: #2f2432;
}
.preferences-section-one .checkbox-row{
  overflow:visible;
}
.preferences-section-one .email-prefs .item p {
  clear: both;
  margin: 5px 37px 0px;
  text-align:left;
}
.preferences-section-one .subscribe-options label {
  margin-left: 0px;
}
body .container-fluid .row-fluid .preferences-section-one .form-style input[type="checkbox"]{
  border: solid 2px #4a4a4a;
  padding: 7px;
  border-radius: 3px;
  height: 17px;
}
body .container-fluid .row-fluid .preferences-section-one .form-style input[type="checkbox"]:checked:after{
  width: 8px;
  height: 4px;
  top: -1px;
  left: -1px;
}
.preferences-section-one  .subscribe-options{
  clear: both;
  padding-top: 30px;
}
.preferences-section-one  #submitbutton{
  margin:0;
}
body .container-fluid .row-fluid .form-style input[type="checkbox"] {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #cfd3d7;
  appearance: none;
  border: 1px solid #ddd;
  margin-right: 8px;
  top: 5px;
  width: 10px !important;
  height: 20px;
  margin-bottom: 0;
  padding: 10px;
  border-radius: 5px;
}
body .container-fluid .row-fluid .form-style input[type="checkbox"]:checked:after {
  content: '\f00c';
  position: absolute;
  width: 13px !important;
  height: 7px;
  top: 3px;
  left: 2px;
  font-size: 15px;
  line-height: 15px;
  font-family: FontAwesome;
  color: #0d2e4f;
}
body .container-fluid .row-fluid .preferences-section-one .form-style input[type="checkbox"]{
  width:2%!important;
}
.checkbox-row span.fakelabel span{
  width:90%;
  text-align:left;
}
@media(max-width:767px){
  .preferences-section-one .email-prefs .item{
    max-width:100%;
    margin:0;
    margin-bottom: 20px;
  }
  .email-prefs .item .item-inner * {
    color: #444;
    font-size: 13px;
  }
  body .container-fluid .row-fluid .form-style input[type="checkbox"]{
    margin-right:0;
  }
  .preferences-section-one .email-prefs .item p {
    margin: 5px 26px 0;
  }
  .checkbox-row span.fakelabel span {
    margin-left: 6px;
  }
  .subscribe-options label span{
    font-size:12px;
  }
}
@media(max-width:767px){
  html body input.hs-input.email-edit{
    width:93%!important;
  }
}

/*************************** lp Styling ************************/
.lp1-hero-section{
  padding:200px 0;
}
body .row-fluid .lp1-video-section .video {
  max-width: 800px;
  margin: 0 auto;
  float: none;
}
@media (max-width:767px){
  .lp1-two-col-cm-container .starter-lp-two-col{
    margin:0;
  }
  .lp1-two-col-cm-container .starter-lp-two-col .span6{
    margin:30px 0;
  }
  .lp1-two-col-cm-container>span>.hs_cos_wrapper:nth-child(2n) .row-fluid{
    display:flex;
    flex-direction: column-reverse;
  }
  .lp1-hero-section {
    padding: 80px 0;
  }
}
/************************************************************
Download Landing Page
*************************************************************/
.download-lp-hero{
  padding:150px 0 120px;
}
.download-lp-hero .heading{
  margin-bottom:30px;
}
.download-lp-hero .form-container{
  padding:0px 0px;
}
.download-lp-hero .form-container h3{
  padding-bottom:20px;
}
.download-lp-hero .section-heading{
  margin-bottom:30px;
}
.download-lp-hero .widget-type-form{
  background: #f7f7f7;
  max-width:500px;
}
.download-lp-hero .widget-type-form form{
  padding: 40px 50px 40px;
}
.download-lp-hero .row-fluid h3.form-title{
  background:#0d2e4f;
  padding: 15px 25px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin:0px;
  color:#fff;
}
@media (min-width:768px) and (max-width:1024px){
  .download-lp-hero {
    padding: 60px 0 50px;
  }
  .download-lp-hero .form-container {
    padding: 60px 40px;
  }
  .download-lp-hero .widget-type-form form {
    padding: 30px;
  }
}
@media (max-width:767px){
  .download-lp-hero .left-col{
    margin-bottom:30px;
  }
  .download-lp-hero .form-container {
    padding:30px 0px 0px;
  }
  .download-lp-hero {
    padding: 60px 0 60px;
  }
  .download-lp-hero .form-container h3{
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
  }
  .download-lp-hero .widget-type-form.float-right{
    float:none;
  }
  .download-lp-hero .widget-span.widget-type-form{
    max-width:100%;
  }
  .download-lp-hero .widget-type-form form {
    padding: 20px;
  }
}

/*=============================================================
Testimonial Section
=============================================================*/
.download-lp-testimonial-section h3{
  margin-bottom:30px;
}
body .row-fluid .download-lp-testimonial-section .wrapper{
  max-width:800px;
}
.download-lp-testimonial-section .owl-carousel {
  display: block;
}
.download-lp-testimonial-section .owl-carousel .item{
  width: auto;
  position: relative;
  padding: 40px 50px 30px;
  margin-bottom:0px;
  border-radius:0px;
}
.download-lp-testimonial-section .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 4px;
  background: #d8d8d8;
  transition:all .2s ease-in;
}
.download-lp-testimonial-section .owl-theme .owl-dots .owl-dot.active span{
  background:#0d2e4f;
}
.download-lp-testimonial-section .owl-theme .owl-dots .owl-dot:hover span {
  background:#0d2e4f;
}
.download-lp-testimonial-section .owl-carousel .testimonial-cm .logo img{
  width: auto;
  display: block;
  margin: 0 auto;
}
.download-lp-testimonial-section .testimonial-cm .image{
  padding: 0;
  width: 100%;
  max-width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 30px auto 20px;
}
.download-lp-testimonial-section .testimonial-cm .image img{
  border-radius:50%;
}
.download-lp-testimonial-section .testimonial-cm h4{
  font-size: 16px;
  line-height: 22px;
  color: #0d2e4f;
  letter-spacing: .4px;
}
.download-lp-testimonial-section .testimonial-cm .text p{
  font-style: italic;
  font-size: 18px;
  color: #696969;
  margin-bottom: 30px;
}
.download-lp-testimonial-section .testimonial-cm h5{
  font-size:14px;
  line-height:1.2;
  font-weight:400;    
  color:#a9a9a9;
}
.download-lp-testimonial-section .testimonial-container{
  padding:0 40px ;
}
body .row-fluid .download-lp-testimonial-section .owl-controls .owl-nav{
  display:none;
}
@media (max-width:767px){
  .download-lp-testimonial-section .owl-carousel .item {
    padding: 30px 0px 20px;
    margin-bottom: 20px;
  }
}
/*********************************************************
****************INSIDE PAGE******************************
*********************************************************/
/*===============Hero Section================*/
.note-inside-hero{
  padding: 125px 0px;
}
.row-fluid .note-inside-hero .wrapper{ 
  max-width: 984px;
}
/*============Section 1==================*/
.starter_1_inside_sec_1{
  padding-top:55px;
}
.row-fluid .starter_1_inside_sec_1 .wrapper{
  max-width: 1006px;
}
.starter_1_inside_sec_1 ul{
  list-style:none;
}
.starter_1_inside_sec_1 ul li{
  position:relative;
}
.starter_1_inside_sec_1 ul li:before{
  content:'';
  background:url('//459002.fs1.hubspotusercontent-na1.net/hubfs/459002/note/arrow-li.png');
  position:absolute;
  left: -27px;
  top: 4px;
  width:10px;
  height:14px;
}
.starter_1_inside_sec_1 iframe{
  max-width: 800px;
  margin: 0 auto;
  float: none;
  right: 0;
  margin-top: 36px;
}
.starter_1_inside_sec_1 blockquote{
  margin-top:72px;
}
/*============Two Column Image+Text Css=============*/
.starter_1_inside_two_col{
  padding-top:52px;
}
.row-fluid .starter_1_inside_two_col .wrapper{
  max-width: 984px; 
}
.starter-one-side-image-cm{
  margin-bottom:70px;
}
@media(max-width:767px){
  .starter-one-side-image-cm .span6:first-child{
    padding-bottom:20px;    
  }
  .starter_1_inside_two_col{
    padding-top:20px;
  }
  .starter-one-side-image-cm{
    margin-bottom:30px;
  }
  .starter_1_inside_two_col .starter-one-side-image-cm {
    margin:0;
  }    
  .starter_1_inside_two_col .starter-one-side-image-cm .span6{
    margin:30px 0;
  }
}

.row-fluid .starter_1_inside_two_col_icon_sec .wrapper{
  max-width: 984px; 
}
.starter-one-side-icon-cm{
  padding-bottom:28px;
}
@media(max-width:767px){
  .starter-one-side-icon-cm img{
    margin-bottom:20px;
  }
  .starter-one-side-icon-cm{
    padding-bottom:20px;
  }
}
/*============Two column Simple Text=============*/
.starter_1_inside_two-col_simple{
  padding-top:30px;
}
.row-fluid .starter_1_inside_two-col_simple .wrapper{
  max-width: 984px;  
}
@media(max-width:767px){
  .starter_1_inside_two-col_simple{
    padding-top:0px;
  }
}
/*=========Try It For Free Section=============*/
.starter_1_try_it_sec{
  padding-top:100px;
}
@media(max-width:767px){
  .starter_1_try_it_sec .right-col .widget-type-linked_image{
    text-align:center;
  }  
  .starter_1_try_it_sec .left-col{
    padding:30px 0px;
  }
  .starter_1_try_it_sec{
    padding-top:30px;
  }
}
@media(min-width:768px){
  .starter_1_try_it_sec .right-col{
    float:right;
    margin-left: 2.564102564%;
  }
  .starter_1_try_it_sec .left-col{
    margin:0px;
    padding-top:67px;
  }
  .starter_1_try_it_sec form{
    position:relative;
  }
  .starter_1_try_it_sec form .hs-button.primary{
    position:absolute;
    right:4px;
    top:4px;
    margin:0px;
  }
}
/*=============Talk To Us=================*/
.starter_1_inside_talk_to_us_sec{
  padding:104px 0px 235px;
}
/*===============Bottom Form=============*/
.starter_1_inside_bottom_form{
  padding-bottom:50px;
}
.row-fluid .starter_1_inside_bottom_form .widget-type-form{
  max-width: 629px;
  margin: 0 auto;
  float: none;
  background-color: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(70, 70, 70, 0.5);
  padding: 50px 70px;
  margin-top: -185px;
}
@media(max-width:767px){
  .row-fluid .starter_1_inside_bottom_form .widget-type-form{
    padding:20px;
  }
}
.submitted-message {
  color: #fff;
  padding-top: 15px;
}
/************************Home Testimonial Section 2**********************************/
.note-testimony{
  position:relative;
  padding-right: 15px;
}
.note-testimony:before{
  content:"";
  background-image:url('//459002.fs1.hubspotusercontent-na1.net/hubfs/459002/starter-1/testimonial_bg.png');
  width:57px;
  height:50px;
  position:absolute;
  display:block;
  left: -15px;
  top: -20px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
  z-index: -1;
}
.testi-profile-image{
  width: 55px;
  height: 55px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  float: left;
  margin-right: 20px;
}
.testi-info{
  overflow:hidden;
  margin-top: 35px;
}
.testimony-name {
  color: #ff7777;
  font-size: 16px;
  padding-top: 8px;
}
.add-position {
  font-size: 14px;
  color: #5e6977;
  padding-top: 2px;
}
@media(max-width:767px){
  .note-testimony{
    margin-bottom:70px;
  }
}
/************************Accordion About Us**********************************/
.note-insight-hero {
  padding:100px 0px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media(max-width:767px){
  .note-insight-hero{
    padding:60px 0px;
  }
}
.about-section{
  padding-top:100px;
  padding-bottom:0px;
}
.accordion_content {
  padding-left: 50px;
}
@media(max-width:767px){
  .about-section{
    padding-top:60px;
  }
  .about-section .accordion{
    padding-bottom:60px;
  }
}
.product-image-outside{
  padding-right:20px;
}
.product-image-inside {
  height: 300px;
  background-size: cover;
  background-position: top center;
  border-radius: 0px;
  transition: all .4s ease-in;
}
.product-boxes:hover .product-image-inside{
  transform: translateY(-10px);
}
.product-description {
  padding:15px 15px;
  background: #fff;
  border: 2px solid #e1e2e3;
  margin-left:20px;
  margin-top:-30px;
  border-radius: 5px;
  margin-bottom:25px;
  z-index: 1;
  position: relative;
}
.right-sidemodule .product-image-inside {
  height: 200px;
}
.product-description h4{
  font-size: 16px;
  margin-bottom: 5px;
}
.product-description p{
  font-size: 14px;
}
.product-description a{
  font-size: 12px;
  text-transform: uppercase;
  font-weight:600;
}
.container-fluid .row-fluid .wrapper-short980{
  max-width: 980px;
  margin: 0 auto;
  float: none;
}
/*Services Single FAQ*/
.service-faqs .accordion.faq-accordion:before{
  display:none;
}
.service-faqs .accordion_group.faq-style{
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.25);
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
}
.service-faqs .accordion_group.faq-style .accordion_header{
  cursor:pointer;
}
.service-faqs .accordion_group.faq-style .accordion_header:before{
  background-image: url(//459002.fs1.hubspotusercontent-na1.net/hubfs/459002/starter-1/Slider/add_icon.png);
  cursor
}
.service-faqs .faq-style.accordion_group.expanded .accordion_header:before{
  background-image: url(//459002.fs1.hubspotusercontent-na1.net/hubfs/459002/starter-1/Slider/substract.png);
}
/*Gallery*/
.row-fluid .hs_cos_gallery_lightbox_thumbnails .slick-slide .slick-slide-inner-wrapper{
  left:0px;
}
.row-fluid .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide{
  margin-right:10px;
}
.row-fluid .hs_cos_gallery_thumbnails.hs_cos_gallery_lightbox_thumbnails.slick-initialized.slick-slider{
  padding:0px;
}
.row-fluid .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper img{
  margin:0px;
}
.row-fluid .hs_cos_gallery_lightbox_container .slick-list .slick-track, .hs_cos_gallery_lightbox .slick-list .slick-track{
  height:100%;
}
body .hs_cos_gallery_main.slick-fixed-height-slider.hs_cos_gallery_lightbox .slick-track{
  top:20%;
}
.portfolio-module{
  padding-top:50px;
}
/*==================BLOG RSS [Responsive]====================*/
@media(max-width:767px){
  .container-fluid .row-fluid .item-1{
    margin-bottom:26px;
  }
  .container-fluid .row-fluid .item-1,
  .container-fluid .row-fluid .item-2,
  .container-fluid .row-fluid .item-3,
  .container-fluid .row-fluid .item-4{
    height:344px;
    width:100%;
    margin:15px 0px;
  }
}
/*===================Normal Two column layout [Responsive]=====================*/
@media(max-width:767px){
  .home-two-col-mobile .vertical-center{
    margin-bottom:20px;
  }
}
/*===================TEAM PAGE and Team Single STyles=====================*/
/*============Team CM Style==========*/
.note-team-cm{
  width:100%;
  padding: 8px;
  background-color: #ffffff;
  box-shadow: 0 8px 25px 0 rgba(0,0,0,.3);
  border-radius: 3px;
}
.row-fluid .note-team-cm .team-image{
  height:322px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:top center;
}
.note-team-cm h4{
  margin-bottom:0;
  margin-top:30px;
  color:#0d2e4f;
}
.note-team-cm h5{
  font-style:italic;
}
.note-team-cm .team-img-box{
  position:relative;
}
.note-team-cm .img-overlay{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(50,50,50,.9);
  transition: opacity .2s;
  line-height: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.note-team-cm:hover .img-overlay{
  opacity:1;
}
.note-team-cm .mgmt_tvcell .mgmt_about span, 
.note-team-cm .mgmt_tvcell .mgmt_twitter span{
  color: #fff;
  display: block;
  text-transform: uppercase;
  padding-top:10px;
}
.note-team-cm .mgmt_tvcell .mgmt_about,
.note-team-cm .mgmt_tvcell .mgmt_twitter {
  display: block;
  flex-grow: 1;
  width: calc(50% - .5px);
  text-align: center;
  transition: all ease-in-out .2s;
}
.note-team-cm .mgmt_tvcell .mgmt_about:before,
.note-team-cm .mgmt_tvcell .mgmt_twitter:before {
  content: '';
}
.note-team-cm .mgmt_tvcell .mgmt_about:hover span,
.note-team-cm .mgmt_tvcell .mgmt_twitter:hover span {
  padding-top:8px;
}
.note-team-cm .mgmt_tvcell a:nth-child(2) {
  border-left: 1px solid #fff;
}
.note-team-cm .mgmt_tvcell .mgmt_about:before{
  content:'\f007';
  font-family:FontAwesome;
  font-size:40px;
}
.note-team-cm .mgmt_tvcell .mgmt_twitter:before{
  content:'\f099';
  font-family:FontAwesome;
  font-size:40px;
  color:#68ADEE;
}
.note-team-cm .mgmt_tvcell {
  display: flex;
  -ms-flex-preferred-size: 209px;
  flex-basis: 209px;
}
body .row-fluid .note-team-sec .three-col-adjust span>.hs_cos_wrapper{
  margin-top:0px;
  margin-bottom:25px;
}
.note-team-sec{
  background-color:#333333;
}
.team-sec-single .widget-type-cta{
  padding-top:30px;
}
.note-team-sec .team-single-social-share{
  display:none;
}
@media(max-width:1024px){
  .row-fluid .note-team-cm .team-image{
    height:230px;
  }
}
@media(max-width:767px){
  .note-team-sec .note-team-cm{
    width:auto;
  }
}
/*=============Team Single Section Style==========*/
.team-single-sec .note-team-cm .team-single-social-share {
  display:block;
  padding-bottom:20px;
}
.team-single-sec .note-team-cm .team-single-social-share a{
  margin: 0 8px;
  font-size: 18px;
}
.team-single-sec .note-team-cm:hover .img-overlay{
  opacity:0;  
}
.team-single-sec .note-team-cm{
  width:auto;
  margin-bottom:30px;
}
@media(max-width:767px){
  .team-single-sec .note-team-cm{
    max-width:298px;
  }
}
/*=============================================
Contact Page
==============================================*/
/*=============================================
Hero
==============================================*/           
.note_lp_3_sec_hero{
  position:relative;
  z-index:1;
  padding:150px 0 230px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

@media(max-width:767px){
  .note_lp_3_sec_hero{
    padding:60px 0px 164px;
  }
}
/*=======Section1=============*/
.row-fluid .note_lp_3_sec_one .widget-type-form{
  max-width: 768px;
  margin: 0 auto;
  float: none;
  box-shadow: 0 2px 10px 0 rgba(186,186,186,0.5);
  padding: 40px;
  margin-top: -150px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}

.note_lp_3_sec_one{
  padding-bottom:100px;
}
@media(max-width:767px){
  .note_lp_3_sec_one{
    padding-bottom:60px;
  }
}
/*=========Section2=============*/
.note_lp_3_sec_two .wrapper{
  max-width:1024px;
}
.note_lp_3_sec_two .right-col p{
  margin:0px;
}
.note_lp_3_sec_two .left-col .address{
  margin-top:15px;
}
.note_lp_3_sec_two .left-col ul li{
  display:inline-block;
  margin:0px;
}
.note_lp_3_sec_two .left-col ul li .fa {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid;
  text-align: center;
  border-radius: 50%;
  margin-right: 8px;
  margin-bottom: 8px;
}
.note_lp_3_sec_two .right-col{
  padding-top:94px;
}
@media(max-width:767px){
  .note_lp_3_sec_two .right-col{
    padding-top:24px;
  }
}
/*==============505 and 404 Page Styling=================*/
.error-body{
  padding:244px 0px;
}
@media(min-width:768px) and (max-width:1024px){
  .error-body{
    padding:163px 0px;
  }
}
@media(max-width:767px){
  .error-body{
    padding:100px 0px;
  }
}
/*=========Email Subscription Preferences========*/
.row-fluid .email-subs-pref .wrapper{
  max-width:768px;
}
body .container-fluid .row-fluid input[type="checkbox"] {
  border: solid 2px #4a4a4a;
  padding: 7px;
  border-radius: 3px;
  height: 17px;
  margin:0px;
  position:relative;
  cursor:pointer;
}
body .container-fluid .row-fluid input[type="checkbox"]:checked:after {
  content: '\f00c';
  position: absolute;
  width: 13px !important;
  height: 7px;
  top: -1px;
  left: 0px;
  font-size: 15px;
  line-height: 15px;
  font-family: FontAwesome;
  color: #0d2e4f;
}
.email-prefs .item p{
  margin: 5px 24px 0px;
}
p.header{
  margin-left:0px;
}
.email-prefs .item .item-inner *{
  margin-bottom:4px;
}
/*==========Update Confirmation==============*/
.row-fluid .confirmation-body .wrapper{
  max-width:800px;
}
/*============Hero Section Styling=============*/
.note-lp-4-sec-hero{
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.note-lp-4-sec-hero:after{
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.48);
  opacity: 0.3;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.row-fluid .note-lp-4-sec-hero .wrapper{
  position:relative;
  z-index:1;
}
/*==================process section styling===========*/
.process .row-fluid [class*="span"].wrapper{
  padding: 78px 10px 93px;
  max-width: 860px;
  margin: 0 auto;
  float: none;
  overflow-x:hidden;
}
.row-fluid .process .left-col{
  padding-top:40px;
}
body .row-fluid .process .right-col img {
  width: 100%!important;
  max-width: 364px;
  border-radius: 50%;
}
.process .content{
  animation-duration:1s;
  animation-name:slidein;
  min-height:350px
}
@keyframes slidein{
  from{
    margin-left:100%;
    width:100%;
    overflow-x:hidden
  }
  to{
    margin-left:0%;
    width:100%
  }
}
.process ul{
  padding: 0;
  list-style: none;
  height: 78px;
  position: relative;
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.3);
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.process li a{
  color: #0d2e4f;
  height: 78px;
  border-left:1px solid #dcdcdc;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding:0px 20px;
  text-align: center;
}
.process li {
  display: inline-block;
  margin: 0;
  background: #fff;
}
.process li:first-child a{
  border-left:0;
}
.process ul:before{
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  display: block;
  background: #fff;
  top: 0;
  right: 99.60%;
  z-index: -1;
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.3);
}
.process ul:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  display: block;
  background: #fff;
  top: 0;
  left: 99.7%;
  z-index: -1;
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.3);
}
.process li.active a{
  background: #0d2e4f;
  color:#fff;
}
.process h5{
  padding-bottom: 15px;
}
.process h2{
  color: #626262;
  text-transform: none;
  padding-bottom: 20px;
}
.process p{
  margin-bottom: 50px;
}
@media(min-width:768px){
  .process .row-fluid [class*="span"].left-col {
    width: 38.717949%;
    float: left;
    margin:0;
  }
  .process .row-fluid [class*="span"].right-col {
    margin-left: 12.564103%;
    width: 48.717948718%;
    float: right;
  }
  .process li.active a{
    position: relative;
    right:-5px;
  }
}
@media(max-width: 767px){
  .process ul{
    height: auto;
    box-shadow:none;
  }
  .process li{
    width: 50%;
  }
  .process .right-col{
    text-align: center;
  }
  .process .row-fluid [class*="span"].wrapper{
    padding: 50px 10px 60px;
  }
  .process .content .cta_button{
    margin: 0 auto;
  }
  .process li{
    display: block;
    float: left;
    box-shadow: 0 3px 3px -2px rgba(0,0,0,0.3);
    margin-bottom: 3px;
  }
}
/*==============Productivity Section Styling=============*/
.productivity{
  padding: 57px 0;
  background-color: #111d2f;
  text-align:center
}
.productivity .row-fluid [class*="span"].wrapper{
  max-width:1020px;
}
.productivity h3{
  font-size:20px;
}
.productivity h3 span{
  display:block;
  font-size:50px;
}
/*=============Request Free Demo Section Styling=============*/
.req-for-demo{
  text-align: center;
  padding: 51px 0 50px;
}
.req-for-demo .row-fluid [class*="span"].wrapper{
  max-width: 580px;
}
.req-for-demo h3{
  color: #0d2e4f;
  padding-bottom: 19px;
}
.req-for-demo p{
  color: #a9a9a9;
  font-weight: 300;
}
/*=========Landing 3Col SEction Styling============*/
.landing-3col .center-col{
  text-align: center;
}
.landing-3col .left-col{
  text-align:right;
}
.landing-3col .right-col{
  text-align:left;
}
.landing-3col .center-col img{
  width: 100%!important;
  max-width: 310px;
  border-radius: 100%;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.25);
}
.landing-3col .custom-tile{
  width: 100%;
  max-width: 250px;
  position:relative;
}
.landing-3col .center-col .custom-tile{
  margin: 0 auto;
  float: none;
  padding-top: 122px;
}
.landing-3col .left-col .bottom-tile{
  float: right;
  margin-right: 32px;
}
.landing-3col .right-col .top-tile{
  float: right;
}
.landing-3col .right-col .bottom-tile{
  margin-left: 32px;
}
.landing-3col .left-col .top-tile:after{
  content: "";
  background: url("//459002.fs1.hubspotusercontent-na1.net/hubfs/459002/NOTE%20LP%20Assets%202017/arrow-3.png") no-repeat;
  width: 112px;
  height: 15px;
  position: absolute;
  top: 15px;
  right: -136px;
}
.landing-3col .right-col .top-tile:before{
  content:"";
  background: url("//459002.fs1.hubspotusercontent-na1.net/hubfs/459002/NOTE%20LP%20Assets%202017/arrow-2.png") no-repeat;
  width: 112px;
  height: 15px;
  position: absolute;
  top: 15px;
  left: -136px;
}
.landing-3col .left-col .bottom-tile:after{
  content: "";
  background: url("//459002.fs1.hubspotusercontent-na1.net/hubfs/459002/NOTE%20LP%20Assets%202017/arrow-4.png") no-repeat;
  width: 38px;
  height: 15px;
  position: absolute;
  top: 12px;
  right: -70px;
}
.landing-3col .right-col .bottom-tile:before{
  content: "";
  background: url("//459002.fs1.hubspotusercontent-na1.net/hubfs/459002/NOTE%20LP%20Assets%202017/arrow-1.png") no-repeat;
  width: 38px;
  height: 15px;
  position: absolute;
  top: 15px;
  left: -70px;
}
.landing-3col .center-col .bottom-tile:before{
  content: "";
  background: url("//459002.fs1.hubspotusercontent-na1.net/hubfs/459002/NOTE%20LP%20Assets%202017/arrow-5.png") no-repeat;
  width: 15px;
  height: 84px;
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.landing-3col h3{
  padding-bottom: 15px;
}
.landing-3col .top-tile {
  padding-bottom: 46px;
}
.landing-3col .widget-type-cta{
  margin-top:45px;
}
/*================Client Section Styling===============*/
.client-section{
  background: #0d2e4f;
  padding: 40px 0 71px;
  text-align: center;
}
.client-section ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.client-section li {
  display: inline-block;
  padding: 0 43px;
}
.client-section li:first-child{
  padding-left:0px;
}
.client-section li:last-child{
  padding-right:0px;
}
/*==================Testimonial Section Styling==================*/
.testimonial{
  padding: 60px 0px;
  background: #0d2e4f;
  color: #fff;
  text-align: center;
}
.testimonial img:first-child{
  padding-bottom: 30px;
  width: 100%!important;
  max-width: 71px;
}
.testimonial h3{
  padding-bottom: 50px;
  color:#ffffff;
}
.testimonial .item {
  background: #fff;
  color: #444;
  padding: 60px 28px 18px 27px;
  border-radius: 6px;
  min-height: 265px;
  position: relative;
}
.testimonial .item:after {
  content: "";
  background: url('//1598866.fs1.hubspotusercontent-na1.net/hubfs/1598866/Assets_LP_13/border.png') no-repeat;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  height: 7px;
  border-radius: 0 0 6px 0;
}
body .testimonial .item img{
  display: inline-block;
  width: 50%;
  text-align: left;
  max-width: 71px;
  float: left;
}
.testimonial .item h5{
  float: right;
  width: 50%;
  text-align: right;
  color: #626262;
}
.testimonial .item h5 span{
  font-style: italic;
  font-weight: 400;
}
.testimonial .item p:first-child{
  text-align:left;
  color:#626262;
  margin-bottom: 41px;
}
.testimonial .owl-theme .owl-controls{
  margin-top: 55px;
}
/*=============Tablet Styling===========*/
@media(min-width:768px) and (max-width:1024px){
  .productivity h3 span{
    padding-right: 15px;
  }
  .note-lp-4-sec-hero .cta_button{
    max-width: 100%;
    width: initial;
  }
}
@media(max-width: 1024px){
  .note-lp-4-sec-hero{
    padding: 190px 0 120px;
  }
  .note-lp-4-sec-hero .right-col {
    padding-top: 15px;
  }
  .landing-3col .left-col .top-tile:after,
  .landing-3col .right-col .top-tile:before,
  .landing-3col .left-col .bottom-tile:after,
  .landing-3col .right-col .bottom-tile:before,
  .landing-3col .center-col .bottom-tile:before{
    display:none;
  }
  .landing-3col h3 {
    padding-bottom: 5px;
  }
  .landing-3col .top-tile {
    padding-bottom: 5px;
  }
  .landing-3col .right-col .bottom-tile{
    margin-left: 0;
  }
  .landing-3col .left-col .bottom-tile{
    margin-right:0px;
  }
  .landing-3col .center-col .custom-tile{
    padding-top: 15px;
  }
  .client-section li{
    padding: 20px 0;
    width: 30%;
  }
}
/*=============Mobile styling============*/
@media(max-width:767px){
  .note-lp-4-sec-hero{
    text-align:center;
    padding:60px 0px;
  }
  .note-lp-4-sec-hero .right-col {
    padding-top: 50px;
  }
  .note-lp-4-sec-hero .cta_button{
    margin: 0 auto;
    margin-top: 0px;
  }
  .productivity .row-fluid [class*="span"].span4{
    width:260px;
    margin:0 auto 30px;
  }
  .landing-3col .left-col,
  .landing-3col .center-col,
  .landing-3col .right-col{
    text-align: center;
  }
  .landing-3col .widget-type-cta{
    margin-top:0px;
  }
  .landing-3col .left-col .bottom-tile {
    float: none;
  }
  .landing-3col .widget-type-linked_image{
    margin-bottom:15px;
  }
  body .row-fluid .landing-3col .custom-tile{
    margin:0 auto;
    padding-bottom:30px;
  }
  .landing-3col .right-col .top-tile {
    float: none;
  }
  body .testimonial .item img{
    float:none;
  }
  .client-section{
    padding-top:0px;
  }
  .client-section li{
    width: 49%;
    padding-left:10px;
    padding-right:10px;
  }
}
/*=============product-form-sec==================*/
.row-fluid .product-form-sec .wrapper{
  max-width:600px;
}
.product-form-sec .widget-type-form{
  background: white;
  padding: 40px;
  border-radius: 5px;
}
.product-form-sec h3.form-title{
  text-align:center;
}
/*=====================================
note-lp-5-sec-hero
====================================*/
.note-lp-5-sec-hero .cta{
  margin-top:30px;
  width:100%;
  max-width:176px;
}
.google-play-cta .cta_button:before{
  content: "\f17b";
  font-family: fontawesome;
  top: 0;
  left: 30px;
  font-size: 22px;
  margin-right: 8px;
}
.app-store-cta .cta_button:before{
  content: "\f179";
  font-family: fontawesome;
  top: 0;
  left: 30px;
  font-size: 22px;
  margin-right: 8px;    
}
.note-lp-5-sec-hero{
  padding:150px 0;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:top center;
  background-color: rgba(0,0,0,0.66);
  position:relative;
}
.note-lp-5-sec-hero:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.66);
}
.note-lp-5-sec-hero .image img{
  max-width:300px;
}
.row-fluid .note-lp-5-sec-hero .wrapper{
  position:relative;
  z-index:1;
}
.note-lp-5-sec-hero .cta a.cta_button{
  padding:12px 20px;
}
/*=====================================
note-lp-5-sec-1
====================================*/
.note-lp-5-sec-1 .row-fluid .icons{
  width: 100%;
  max-width: 46px;
  margin-top: 8px;    
  text-align:center;
}
.note-lp-5-sec-1 .icons .fa{
  font-size:36px;
  color:#0d2e4f;     
}
.note-lp-5-sec-1 .Three-col{
  margin-top:20px;
  margin-bottom:20px;
}
/*=====================================
note-lp-5-sec-2
====================================*/
.note-lp-5-sec-2{
  background:#0d2e4f;
}
.row-fluid .note-lp-5-sec-2 .video{
  text-align:center;
  max-width:800px;
  margin:0 auto;
  float:none;
}
/*===================================
note-lp-5-sec-3
====================================*/
.note-lp-5-sec-3{
  border-bottom:1px solid #DBDBDB;
}
.note-lp-5-sec-3 .four-col .icon{
  height:50px;
}
.note-lp-5-sec-3 .four-col{
  padding-bottom:30px;
}
/*===================================
note-lp-5-sec-4
====================================*/
.note-lp-5-sec-4{
  border-bottom:1px solid #DBDBDB;
}
/*=====================================
note-lp-5-sec-5
====================================*/
.note-lp-5-sec-5 .image{
  margin-top:20px;
  margin-bottom:20px;
  text-align:left;
}
.note-lp-5-sec-5 .fa{
  font-size:25px;
}
/*=====================================
RESPONSIVE STYLING
===================================*/
@media (max-width:767px){
  .note-lp-5-sec-1 .Three-col {
    text-align: center;
  }
  .note-lp-5-sec-1 .row-fluid .icons {
    max-width: none;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 15px;
  }
  body .container-fluid .row-fluid .note-lp-5-sec-4 .heading,body .container-fluid .row-fluid .note-lp-5-sec-5 .heading{
    margin-bottom:0;
  }
  .note-lp-5-sec-4 .image{
    margin-top:50px;
  }
  .note-lp-5-sec-5{
    text-align:center;
  }
  .note-lp-5-sec-5 .image{
    text-align:center;
    margin-top:50px;
  }
}
/*============================================================================
Jumbo Pricing table Section
============================================================================*/
.note-pricing-table-sec{
  background:#f7f7f7;
}
.note-pricing-table-sec tr:nth-child(odd) {
  background-color:#fff;
}
.note-pricing-table-sec table{
  border-collapse: collapse;
  border: 1px solid #0d2e4f;
}
.note-pricing-table-sec table tbody td {
  padding: 18px 24px;
  border-spacing: 0;
  text-align:center;
}
.note-pricing-table-sec tbody td:first-child {
  text-align: left;
}
.note-pricing-table-sec table .blue-row {
  background-color:#0d2e4f;
}
.note-pricing-table-sec h3 {
  padding: 20px 0 5px;
  margin-bottom:0px;
}
@media (max-width:767px){
  body .row-fluid .note-pricing-table-sec {
    display:none;
  }
}
/*=======================================================
PRICING Style 4
=======================================================*/
.note-pricing-sec-1 .column{
  background:#fff;
  position:relative;
  padding-bottom:28px;
  transition:all .4s ease-in-out;
}
.note-pricing-sec-1 .column:hover {
  transform: translate(0, -8px);
}
@media(min-width:768px) and (max-width:1024px){
  body .row-fluid .note-pricing-sec-1 .column.popular {
    padding-bottom: 80px!important;
  }  
}
@media (min-width:768px){
  body .row-fluid .note-pricing-sec-1 .column{    
    margin-left: 0;
    border: 1px solid #e7e7e7;
    border-right:0;
  }
  body .row-fluid .note-pricing-sec-1 .column:last-child{    
    border-right: 1px solid #e7e7e7;
  }
  body .row-fluid .note-pricing-sec-1 .column.popular{
    margin-top: -25px;
  }
}
body .row-fluid .note-pricing-sec-1 .column.popular:before{
  position: absolute;
  content: '';
  top: -7px;
  left: -9px;
  background: url('//459002.fs1.hubspotusercontent-na1.net/hubfs/459002/NOTE%20LP%20Assets%202017/MOST%20POPULAR.png') no-repeat;
  background-size: 100%;
  width: 98px;
  height: 100px;
  z-index: 10;
}
body .row-fluid .note-pricing-sec-1 .column.popular:after{
  position: absolute;
  content: '';
  inset: 0;
  pointer-events: none;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
}
.note-pricing-sec-1 .sec-pad{
  padding:0 20px;
  margin:0;
}
.note-pricing-sec-1 .column .heading{
  padding-top: 10px;
  padding-bottom: 10px;
  background:#333333;
}
.note-pricing-sec-1 .column .heading h3{
  color:#ffffff;
  font-weight:300;
}
.note-pricing-sec-1 .column .subhead{
  padding-top: 25px;
  padding-bottom: 10px;
}
.note-pricing-sec-1 .column .cost{
  padding-top: 20px;
  padding-bottom: 20px;
  background: #0d2e4f;
}
.note-pricing-sec-1 .column .cost h2,.note-pricing-sec-1 .column .cost p{
  color:#ffffff;   
}
.note-pricing-sec-1 .column .about-plan{
  padding-top: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
}
.note-pricing-sec-1 .column li{
  border-bottom: dotted #d4d4d4 1px;
  padding: 12px 0px;
  margin-bottom: 0px;
  text-align:center;
}
.note-pricing-sec-1 .features{
  padding-top:20px;
  padding-bottom:20px;
}
.note-pricing-sec-1 .column  ul{
  margin-top:10px;
}
.note-pricing-sec-1 .column .widget-type-cta{
  margin:0;
}
.note-pricing-sec-1 .column a.cta_button{
  padding: 10px 36px;
}
.note-pricing-sec-1 .column a.cta_button:hover{
  box-shadow:none;
  transform:translate(0)
}
.note-pricing-sec-1 .bottom-small-desc{
  border-top: 1px solid #e7e7e7;
  padding-top: 10px;    
  margin-top:30px;
}
@media (min-width:768px){
  body .row-fluid .note-pricing-sec-1 .jumbo-pricing-patter-1-cm-container>span{
    display: flex;
    align-items: stretch;
    margin-top:30px;
  }
}
@media (max-width:1024px){
  .note-pricing-sec-1 .column {
    padding-bottom: 70px;
  }
  .note-pricing-sec-1 {
    padding: 50px 0;
  }
}
@media (max-width:767px){
  .note-pricing-sec-1 .features{
    text-align:left;
  }
  .note-pricing-sec-1 .column{
    margin-top:20px;
    border:1px solid #e7e7e7;
  }
  .note-pricing-sec-1 .column:hover {
    transform: translate(0);
  } 
}
/* ==========================================================================
Section One Styling                                              
========================================================================== */
body .container-fluid .row-fluid .note_lp_2_sec_one{
  text-align: center;
  padding: 150px 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}
body .container-fluid .row-fluid .note_lp_2_sec_one:before{
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(13,25,0,0.5);
}
body .container-fluid .row-fluid .note_lp_2_sec_one .wrapper{
  position:relative;
  z-index:1;
}
@media(min-width:768px){
  .note_lp_2_sec_one .span6:first-child .cta_button{
    float:right;
  }
  .note_lp_2_sec_one .span6:last-child .cta_button{
    float:left;
  }
}
@media(max-width:767px){
  .note_lp_2_sec_one .span6{
    margin-bottom: 25px;
  }
  body .container-fluid .row-fluid .note_lp_2_sec_one{
    padding:60px 0px;
  }
}
/* ==========================================================================
Section Two Styling                                            
========================================================================== */
.note_lp_2_sec_two .heading{
  padding-bottom:55px;
}
.note_lp_2_sec_two .span3 img{
  min-height:91px;
}
.note_lp_2_sec_two h4{
  padding:25px 0px 0px;
}
.note_lp_2_sec_two .span3 p{
  margin: 0 auto;
}
@media(max-width:767px){
  .note_lp_2_sec_two .span3{
    margin-bottom:30px;
  }
}
/* ==========================================================================
Section Three Styling                                            
========================================================================== */
body .container-fluid .note_lp_2_sec_three{
  background:#0d2e4f;
  padding: 105px 0 62px;
  min-height:670px;
  position:relative;
}
.note_lp_2_sec_three .heading{
  padding-bottom:40px;
}
.note_lp_2_sec_three h2{
  text-align:center;
  color:#fff;
  font-weight:300;
}
.note_lp_2_sec_three h2 span{
  font-weight:500;
}
.note_lp_2_sec_three p{
  color: #e8e8e8;
}
.note_lp_2_sec_three  h4{
  color:;
}
.note_lp_2_sec_three .span6{
  margin-bottom:30px;
}
.note_lp_2_sec_three .widget-type-cta {
  margin: 19px auto 0px;
  float: none;
  text-align: center;
}
@media(max-width:767px){
  .note_lp_2_sec_three{
    text-align:center;
  }
  .note_lp_2_sec_three .span8 img{
    margin:0 auto 15px;
    float:none;
    text-align:center;
    display:block;
  }
  .note_lp_2_sec_three .span4 .image-left{
    position:static;
    margin:0 auto;
    float:none;
    display:block;
  }
}
/* ==========================================================================
Section Four Styling                                            
========================================================================== */
.note_lp_2_sec_four.section-padding{
  padding:100px 0px 120px;
}
.row-fluid .note_lp_2_sec_four .heading{
  padding-bottom:55px;
  max-width: 614px;
  margin: 0 auto;
  float: none;
  text-align: center;
}
.note_lp_2_sec_four h2{
  text-align:center;
}
.note_lp_2_sec_four ul{
  list-style-type:none;
  text-align:center;
}
.note_lp_2_sec_four ul li{
  display:inline-block;
  min-width:162px;
  position:relative;
  margin-left:0px;
  margin-bottom:0px;
}
.note_lp_2_sec_four ul li p{
  max-width: 114px;
  margin: 10px auto 10px;
}
@media(min-width:768px){
  .note_lp_2_sec_four ul li:first-child,.note_lp_2_sec_four ul li:last-child{
    top: -67px;
    padding-bottom: 32px;
  }
  .note_lp_2_sec_four ul li:first-child:after{
    content:"";
    position:absolute;
    background:url('//1598866.fs1.hubspotusercontent-na1.net/hubfs/1598866/LP-21/Artboard_2_1.png')no-repeat;
    width:128px;
    height:28px;
    bottom: -6px;
    right: -54px;
  }
  .note_lp_2_sec_four ul li:last-child:before{
    content:"";
    position:absolute;
    background:url('//1598866.fs1.hubspotusercontent-na1.net/hubfs/1598866/LP-21/Artboard_2_Copy.png')no-repeat;
    width:131px;
    height:30px;
    bottom: -8px;
    left: -43px;
  }
  .note_lp_2_sec_four ul li:first-child h4:after,.note_lp_2_sec_four ul li:last-child h4:after,.note_lp_2_sec_four ul li:nth-child(6) h4:after{
    display:none;
  }
  .note_lp_2_sec_four ul li:nth-child(2),.note_lp_2_sec_four ul li:nth-child(4),.note_lp_2_sec_four ul li:nth-child(6){
    bottom:-83px;
  }
  .note_lp_2_sec_four li h4{
    position:relative;
    line-height:0px;
  }
  .note_lp_2_sec_four li h4:after{
    content:"";
    position:absolute;
    background:url('//1598866.fs1.hubspotusercontent-na1.net/hubfs/1598866/LP-21/path.png') no-repeat;
    width:120px;
    height:2px;
    background-position:top center;
    top: 12px;
    right: -62px;
    display:block;
  }
  .note_lp_2_sec_four ul li p{
    max-width:81px;
  }
}
@media(min-width:768px) and (max-width:1024px){
  .note_lp_2_sec_four ul li{
    min-width:103px;
  }
  .note_lp_2_sec_four ul li:first-child:after,.note_lp_2_sec_four li h4:after{
    width:58%;
  }
  .note_lp_2_sec_four ul li:last-child:before{
    left: -30px;
    width: 100%;
    background-size: contain;
    bottom: -13px;
  }
  .note_lp_2_sec_four ul li:first-child:after{
    right:-8px;
  }
  .note_lp_2_sec_four li h4:after{
    right: -34px;
  }
  .row-fluid .note_lp_2_sec_four .wrapper{
    padding:0px 10px;
  }
}
@media(max-width:767px){
  .note_lp_2_sec_four ul li{
    margin-bottom:30px;
  }
  .note_lp_2_sec_four ul li:nth-child(3),.note_lp_2_sec_four ul li:nth-child(5){
    display:flex;
    flex-direction:column
  }
  .note_lp_2_sec_four ul li:nth-child(3) h4,.note_lp_2_sec_four ul li:nth-child(5) h4{
    order: 1;
  }
  .note_lp_2_sec_four ul li:nth-child(3) img,.note_lp_2_sec_four ul li:nth-child(5) img{
    order:2;
    margin: 10px auto 0px;
  }
  .note_lp_2_sec_four ul li:nth-child(3) p,.note_lp_2_sec_four ul li:nth-child(5) p{
    order:3;
  }
  .note_lp_2_sec_four.section-padding{
    padding: 60px 0px 40px;
  }
}
/* ==========================================================================
Section Five Styling                                            
========================================================================== */
body .container-fluid .row-fluid .note_lp_2_sec_five .base-color{
  background:#0d2e4f;
  text-align:center;
  padding:67px 0px 0px;
  position: relative;
  min-height: 668px;
}
.note_lp_2_sec_five .span6:first-child h2{
  color:;
  font-weight:300;
}
.note_lp_2_sec_five .span6:first-child h2 span{
  font-weight:700;
}
.note_lp_2_sec_five .span6:first-child p{
  color: #e8e8e8;
}
@media(min-width:768px){
  .note_lp_2_sec_five .span6:first-child img{
    margin: 27px auto 0px;
  }
  body .container-fluid .row-fluid .note_lp_2_sec_five .base-color{
    padding: 67px 34px 30px 0px;
  }

  body .container-fluid .row-fluid .note_lp_2_sec_five .grey-bg{
    width:51.333%;
  }
  body .container-fluid .row-fluid .note_lp_2_sec_five .grey-bg{
    margin:0px;
    padding-left: 114px;
    padding-right: 97px;
    padding-bottom: 58px;
    padding-top:67px;
  }
  body .container-fluid .row-fluid .note_lp_2_sec_five .base-color:before{
    content: '';
    position: absolute;
    left: -100%;
    width: 100%;
    top: 0;
    height: 100%;
    background:#0d2e4f ;
  }
  body .container-fluid .row-fluid .note_lp_2_sec_five .grey-bg{
    position:relative;
  }
  body .container-fluid .row-fluid .note_lp_2_sec_five .grey-bg:before{
    content: '';
    position: absolute;
    background:#f8f8f8;
    left: 100%;
    width: 100%;
    top: 0;
    height: 100%;
  }
}
@media(min-width:768px) and (max-width:1024px){
  body .container-fluid .row-fluid .note_lp_2_sec_five .base-color{
    padding-left:20px;
    padding-right:20px;
  }
  body .container-fluid .row-fluid .note_lp_2_sec_five .grey-bg{
    padding-left:30px;
    padding-right:0px;
  }
  body .container-fluid .row-fluid .note_lp_2_sec_five .grey-bg .widget-type-cta{
    margin-top:0px;
  }
  .note_lp_2_sec_five .span6:first-child img{
    margin:2px auto 0px;
  }
  body .container-fluid .row-fluid .note_lp_2_sec_five .testimonial_bg{
    max-width:100%;
  }
}
.note_lp_2_sec_five .testimonial_bg h6{
  text-align:right;
  position:relative;
  padding-top:0px;
  color:#0d2e4f;
}
.note_lp_2_sec_five .testimonial_bg{
  background: #fff;
  max-width: 371px;
  padding: 14px;
  position:relative;
  margin-bottom:48px;
}
.note_lp_2_sec_five .testimonial_bg:before,.note_lp_2_sec_five .testimonial_bg:after{
  content:"";
  position:absolute;
  width:19px;
  height:16px;
}
.note_lp_2_sec_five .testimonial_bg:before{
  background:url('//1598866.fs1.hubspotusercontent-na1.net/hubfs/1598866/LP-21/Right_Quote.png') no-repeat;
  top:-6px;
  right:19px;
}
.note_lp_2_sec_five .testimonial_bg:after{
  background:url('//1598866.fs1.hubspotusercontent-na1.net/hubfs/1598866/LP-21/Left-Quote-1.png') no-repeat;
  bottom:-6px;
  left:19px;
}
.note_lp_2_sec_five .cta_button{
  padding: 10px 10px;
}
@media(max-width:767px){
  body .container-fluid .row-fluid .note_lp_2_sec_five .grey-bg{   
    padding-left: 20px;
    padding-right:20px;
    padding-bottom: 58px;
    padding-top:67px;
  }
  body .container-fluid .row-fluid .note_lp_2_sec_five .testimonial_bg{
    max-width:100%;
  }
  .note_lp_2_sec_five .Cta_text_grp .span6:last-child{
    margin-top:30px;
  }
  .testimonial_bg h6:before{
    width:79%;
  }
  .row-fluid .note_lp_2_sec_five .wrapper{
    padding:0px;
  }
  body .container-fluid .row-fluid .note_lp_2_sec_five .base-color{
    padding:67px 10px 30px;
  }
}
/* ==========================================================================
Section Six Styling                                            
========================================================================== */
.note_lp_2_sec_six h2{
  text-align:center;
}
.note_lp_2_sec_six ul{
  list-style-type:none;
  text-align:center;
}
.note_lp_2_sec_six ul li{
  display: inline-block;
  min-width: 200px;
  vertical-align: middle;
}
@media(min-width:768px) and (max-width:1024px){
  .note_lp_2_sec_six ul li{
    margin-bottom:30px;
    min-width:148px;
  }
}
@media(max-width:767px){
  .note_lp_2_sec_six ul li{
    margin-bottom:30px;
  }
}
/*====================================================
Hero Section
====================================================*/
.note-lp-6-sec-hero{
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
  padding:150px 0px;
}
@media(max-width:767px){
  .note-lp-6-sec-hero{
    padding:60px 0px;
  }
}
/*About 3*/
.exp-no {
  font-size: 45px;
  font-weight: bold;
  color: #fb8e00;
  line-height: 1.2;
}
.exper-name {
  font-size: 20px;
  padding: 10px 0px;
}
.exp-outer {
  padding-top: 40px;
}
.about-team-section .member-image{
  width: 100%;
  margin: 0 auto 20px;
  max-width: 180px;
  height: 200px;
  position:relative;
  z-index:1;
}
.about-team-section .member-image:after{
  position:absolute;
  content:'';
  z-index:-2;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: rgba(0, 0, 0, 0.18);
}
.about-team-section .member-image:before{
  position:absolute;
  content:'';
  z-index:-1;
  inset: 16px;
  transition:all .4s ease-in-out;
  border:1px solid #fff;
}
body .row-fluid .about-team-section .four-col-adjust span>.hs_cos_wrapper:hover .member-image:before{
  top:8px;
  left:8px;
  right:8px;
  bottom:8px;
}
body .row-fluid .about-team-section .four-col-adjust span>.hs_cos_wrapper{
  padding: 30px 0 20px;
  background: #fff;
  box-shadow: 2px 3px 12px 2px #e8e8e8;
  transition:all .4s ease-in-out;
  top:0;
  margin-bottom:12px;
}
body .row-fluid .about-team-section .four-col-adjust span>.hs_cos_wrapper:hover{
  top:-5px;
}
.about-team-section .about-team-cm{
  padding:0 30px;
}
@media (max-width:1024px){
  body .row-fluid .about-team-section .four-col-adjust span>.hs_cos_wrapper {
    padding: 20px 0 20px;
    flex-basis: 30.5%;
    margin-bottom:0;
  }
  .about-team-section .about-team-cm {
    padding: 0 20px;
  }
}
@media(min-width:768px){
  body .container-fluid .row-fluid .widget-span.about-hero-section{
    min-height:500px;
  }
}
@media(max-width:767px){
  .cta_header{
    position: absolute;
    right: 15px;
  }
}
/*************************************************
****************** FAQ Page***** ****************
*************************************************/
.starter-1-faq-section{
  background:#fff;
  padding:100px 0 40px;
}
body .row-fluid .starter-1-faq-section .wrapper{
  max-width:1000px;
}
.starter-1-faq-section .section-heading{
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 2px solid #F5F5F5
}
.starter-1-faq-section p{
  margin-top:0;
}
.starter-1-faq-section .section-heading h3{
  margin:0;
  font-weight:400;
}
.starter-1-faq-section .right-col{
  border-top:0;
}
.starter-1-faq-section .accordion_header h4{
  margin:0;
  font-size:18px;
}
.starter-1-faq-section .accordion_group{
  margin-bottom:15px;
  background:#fafafa;
  transition: all .3s ease-in;   
}
.starter-1-faq-section .expanded.accordion_group{
  background:;
}
.starter-1-faq-section .accordion_header{
  padding: 14px 60px 14px 30px;
  position: relative;
  cursor: pointer;
}
.starter-1-faq-section .accordion_header:before{
  position: absolute;
  content: '\f067';
  top: 12px;
  right: 20px;
  font-family: FontAwesome;
  font-size: 18px;
  transition: all .3s ease-in;
}
.starter-1-faq-section .expanded .accordion_header:before{
  content: '\f068';
}
.starter-1-faq-section .accordion_content{
  padding: 8px 30px 10px;
}
.starter-1-faq-section .faq-container{
  margin-bottom: 60px;
}
.accordion_content h1, .accordion_content h2, 
.accordion_content h3, .accordion_content p,
.accordion_content h4, .accordion_content h5,
.accordion_content h6, .accordion_content li,
.accordion_content h6, .accordion_content a,
.accordion_content .fa {
  color: #000;
}
.starter-1-faq-section .left-col{
  padding-right:50px;
}
.starter-1-faq-section .main-heading{
  margin-bottom: 80px;
  position: relative;
  padding-bottom: 20px;
}
.starter-1-faq-section .main-heading:before {
  position: absolute;
  content: '';
  bottom: 0;
  width: 90px;
  height: 2px;
  left: 0;
  right:0;
  margin:0 auto;
  background: #ffba1d;
}
@media ( min-width:768px ) and ( max-width:1024px ) {
  .starter-1-faq-section .main-heading {
    margin-bottom: 50px;
  }
  .starter-1-faq-section .left-col{
    padding-right:2px;
  }
  .starter-1-faq-section {
    padding: 100px 0 10px;
  }
}
@media ( max-width:767px ){
  .starter-1-faq-section .left-col {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .starter-1-faq-section .accordion_header {
    padding: 14px 40px 14px 15px;
  }
  .starter-1-faq-section .accordion_content {
    padding: 8px 14px 10px;
  }
  .starter-1-faq-section .accordion_header:before {
    right: 17px;
    font-size: 14px;
  }
  .starter-1-faq-section .section-heading {
    margin-bottom: 20px;
  }
  .starter-1-faq-section .faq-container {
    margin-bottom: 40px;
  }
  .starter-1-faq-section {
    padding: 50px 0 0;
  }
  .starter-1-faq-section .main-heading {
    margin-bottom: 50px;
  }
}
.row-fluid .starter-one-side-image-cm .span6 a{
  cursor:pointer;
}
/*====== New 2 Section Styling Start here ======*/
.qualitykick-tabber {
  margin:0px 0px 0px;
  padding:0px 0px 0px
}
.qualitykick-tabber .heading.align-center {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.qualitykick-tabber .heading.align-center h2 {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 30px;
}
.qualitykick-tabber .taber-item ul {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  margin:0px;
}
.qualitykick-tabber .taber-item ul li {
  margin-left: 0;
  margin-bottom: 0px;
  cursor: pointer;
}
.qualitykick-tabber .taber-item {
  padding: 42px 0px 0px;
  position:relative;
  background-color:#fff;
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  transition:opacity .3s ease;
}
.qualitykick-tabber .taber-item .bar {
  position: absolute;
  bottom: 0;
  left: 9%;
  height: 2px;
  border-radius:4px;
  background: #09103D;
  width: 12%;
  transition: left .3s ease;
}
.qualitykick-tabber .taber-item ul li.active h3,
.qualitykick-tabber .bottom-sec .text-col p a{
  color:#09103D;
}
.qualitykick-tabber .bottom-sec .text-col p a {
  font-weight:300;
}
.taber-item[data-tab='tab-0'] .bar {
  left: 9%;
}
.taber-item[data-tab='tab-1'] .bar {
  left: 35%;
}
.taber-item[data-tab='tab-2'] .bar {
  left: 58%;
}
.taber-item[data-tab='tab-3'] .bar {
  left: 83%;
}
.qualitykick-tabber .bottom-sec .text-col h5 {
  padding-bottom: 0px;
  margin-bottom:8px;
}
.qualitykick-tabber .bottom-sec .text-col p {
  padding-bottom: 0px;
  font-size: 12px;
}
.qualitykick-tabber .bottom-sec .image-col img {
  width: 100%;
}
body .row-fluid .qualitykick-tabber .bottom-sec .image-col {
  min-height: 200px;
  background-size: contain !important;
  background-repeat:no-repeat !important;
  background-position:center center !important;
}
.qualitykick-tabber .equal-height-container>.row-fluid-wrapper>.row-fluid {
  position: relative;
  bottom: -30px;
  opacity: 0;
  transition:.3s all ease;
  visibility:hidden;
  position:absolute; 
}
.qualitykick-tabber .equal-height-container>.row-fluid-wrapper>.row-fluid.show-body {
  display: flex;
  bottom: 0px;
  opacity: 1;
  transition:.3s all ease;
  visibility:visible;
  position:relative; 
}
.pricing__topbox .cc__select-question span {
  display: inline-block;
  width: 135px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.qualitykick-tabber .equal-height-container>.row-fluid-wrapper {
  position: relative;
}
.qualitykick-tabber .top-taber {
  position: relative;
  padding-bottom:90px;
}
.hero-module {
  padding:100px 0px 100px;
}
.hero-module .left-col .cta {
  margin-top: 47px;
}
.hero-module .left-col h1 {
  padding-bottom: 5px;
}
.hero-module .left-col {
  margin-bottom: 30px;
}
.hero-module .left-col h4 {
  max-width: 350px;
}
.qualitykick-tabber .taber-item ul li {
  position: relative;
  z-index: 1;
}
.qualitykick-tabber .taber-item ul li::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 4px;
  background: #4aaef1;
  opacity:0;
  transition:opacity .3s ease;
}
.qualitykick-tabber .taber-item ul li.active::before {
  opacity:1;
}
@media (min-width:768px) {
  .hero-module.reverse .equal-height-container>.row-fluid-wrapper>.row-fluid {
    flex-direction:row-reverse;
  }
  .hero-module.reverse .equal-height-container>.row-fluid-wrapper>.row-fluid .image-col.vertical-center {
    margin-left:0px;
    margin-right:2.564102564%;
  }
  .hero-module.reverse .left-col.vertical-center {
    padding-left: 100px;
  }
  .taber-item.fixed {
    position: fixed;
    top: 77px;
    bottom: unset;
    z-index: 5;
  }
  .taber-item.fixed ul {
    max-width: 1610px;
    margin: 0 auto;
    width: 100%;
  }
  body .row-fluid .qualitykick-tabber .bottom-sec .text-col {
    padding-left: 0px;
  }
  .starter-one-side-image-cm.reverse-section>.row-fluid-wrapper>.row-fluid {
    flex-direction: row-reverse;
  }
  .starter-one-side-image-cm.reverse-section>.row-fluid-wrapper>.row-fluid .right-col {
    margin-left: 0;
    margin-right: 2.564102564%;
  }
}
@media (max-width:767px) {
  .hero-module {
    padding: 50px 0px 50px;
  }
  .qualitykick-tabber .equal-height-container>.row-fluid-wrapper>.row-fluid.show-body {
    flex-wrap:wrap;
  }
  body .row-fluid .qualitykick-tabber .bottom-sec .image-col {
    min-height: 250px;
    width: 100%;
    margin-bottom:30px;
  }
  .qualitykick-tabber .taber-item .bar {
    width:15%;
  }
  .qualitykick-tabber .top-taber {
    padding-bottom:0px;
  }
  .qualitykick-tabber .taber-item {
    position:relative;
    padding-top:20px;
  }
}
.hero-module,
.qualitykick-tabber{
  display:none;
}
.hero-module.block,
.qualitykick-tabber.block{
  display:block;
}
@media (min-width:1200px) and (max-width:1400px) {
  .qualitykick-tabber .top-taber {
    padding-bottom:100px;
  }
  body .row-fluid .qualitykick-tabber .bottom-sec .image-col {
    min-height: 400px;
  }
}
body.new-home .row-fluid [class*="span"].wrapper{
  max-width:1640px;
}
/*====== New 2 Section Styling End here ======*/
/*===== Marina =====*/
img.image-left-form {
  vertical-align: baseline;
}
.legal-consent-container p {
  font-size:12px;
  margin-top:10px
}
/************************Accordion eQMS**********************************/
.accordion_eqms[aria-expanded=true] button {
  color: #47b3e2;
  border-bottom-color: #47b3e2;
}
.custom_error_message h1 {
  font-family: 'Garnett-Light';
}
.custom_error_message hs-pwd-widget-password element.style {
  height: 52px;
}
/************************DOWNLOADABLES BUTTON**********************************/
.download-text {
  font-size: 1em;
  font-weight: 700;
  padding: 3%;
}
/************************partners-accordion**********************************/
.partners-accordion .hs-accordion__item[aria-expanded=true] button {
  color: #09103D;
  border-bottom-color: #FFCCE1;
  font-weight: 900;
}
.partners-accordion .hs-accordion__item-icon[aria-expanded=true] button {
  color: #09103D;
}
body #leadinModal-2955490 .leadinModal-content,
body #leadinModal-2955490 .leadinModal-content {
  background-color: #EEE4FF;
}
/************************LEGAL CHECKBOX TEXT**********************************/
.hs-form-booleancheckbox-display {
  font-size: 14px;
  padding-top: 0px;
}
@media only screen and (max-width: 767px){
  .global-footer.review-footer .menu {
    flex-basis: 100%;
  }
  .review-footer .review-col {
    padding-left: 0;
    margin-top: 20px;
    text-align: left;
    justify-content: flex-start;
  }
  .review-footer .rating-list {
    margin-right: auto;
    margin-left: 15px;
  }
  .global-footer .logo-sec .menu li.hs-menu-item {
    max-width: 100%;
    margin-top: 15px;
    padding-top: 5px;
  }
  .global-footer .logo-sec .menu li.hs-menu-item {
    padding-left: 0;
    max-width: 100%;
    float: none;
  }
  .global-footer .logo {
    margin-bottom: 15px;
  }
}
/* 22-02-style */
.pricingcal-wrapper {
  padding: 50px 0;
}
.price-col-inner > div{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  margin-bottom: 0;
}
.price-col-inner > div > div {
  width: 100%;
}
.price-col-inner .gYHnqd .eLSZkn {
  width: 100% !important;
  display: flex;
  height: 100%;
}
.price-col-inner .gYHnqd .eLSZkn .hciVhq{
  width: 100% ;
}
.pricing__col {
  padding: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  min-height: auto !important;
}
.pricing__col.LsFLo {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}
.pricing__col .kHRuiY {
  width: 100%;
  margin-top: 0;
}
.pricing__col .kHRuiY.see__features {
  margin-top: auto;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding: 20px;
  position: relative;
}
.pricing__col .kHRuiY.see__features:after {
  border: 1px solid #ddd;
  border-left: 0;
  width: calc(100% + 30px);
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  right: -8px;
  margin: auto;
}
.price-col-inner .gYHnqd .eLSZkn:nth-last-child(2) .kHRuiY.see__features:after{
  border-right: none;
}
.price-col-inner h3 {
  font-size: 18px !important;
  font-weight: 600;
  line-height: 24px !important;
}
.pricing__col .kHRuiY.see__features .cc__text-element {
  position: relative;
  z-index: 1;
}
.pricing__col .kHRuiY.see__features:after
.pricing__topbox .iTQvKG,
.pricing__topbox .jNNIOE p {
  font-size: 12px;
  line-height: 15px;
  color: #424242;
  max-width: 90%;
}
.pricing__col .iFKPlc{
  padding: 0px 20px;
}

.pricing__col .pricing__topbox .iFKPlc {
  padding: 0px;
}
.qualitykick-tabber .bottom-sec .text-col .sub__heading p {
  font-size: 15px;
  min-height: 67px;
}
.jGBDOy h3.item-title {
  font-size: 15px !important;
  line-height: 1.5;
}
.hfrZjA p {
  font-size: 13px;
}
.pricing__topbox {
  background-color: #fafafafa;
  border-radius: 10px !important;
  box-shadow: none;
  padding: 18px;
  transition: all .5s ease 0s;
  margin-bottom: 35px;
  min-height: 400px;
}
.pricing__topbox:hover {
  background: rgb(255, 255, 255);
  box-shadow: inset 0 0 0 1px #e6e6e6, 0px 5px 10px 0px rgba(0,0,0,0.1);
}
.pricing__topboxtop {
  position: relative;
  min-height: 80px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.pricing__topboxtop::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #decaff;
}
.pricing__topboxtop .Qaami {
  font-size: 28px;
  line-height: 1.2;
  font-family: var(--ff-medium);
  font-weight: bold;
  color: #424242;
}
.pricing__topboxtop .Qaami .cc__formula-result-prefix {
  font-size: 25px;
  line-height: 28px;
  font-weight: bold;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  color: #decaff;
  font-family: var(--ff-medium);
}
.pricing__topboxtop .Qaami .cc__formula-result-value {
  display: inline-block;
}
.pricing__topboxtop > div:not(:last-child) {
  margin-bottom: 6px;
}
.pricing__topboxtop > div:last-child {
  margin-bottom: 0;
}
.pricing__topbox h3 {
  font-size: 24px !important;
  line-height: 30px !important;
  margin-bottom: 20px;
}
.pricing__topbox .cc__radio-question .cc__icon-button {
  display: none;
}
.pricing__topbox .cc__select-question {
  background-color: #f4f0fe !important;
  height: 40px;
  transition: none;
}
.pricing__topbox .cc__select-question:hover {
  outline: 2px solid #ebebeb;
}
.cc-portal .cc__dropdown-option {
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 1.3 !important;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.pricing__topbox .button-secondary {
  margin-bottom: 10px;
  padding: 0;
}
.pricing__topbox .button-secondary button {
  box-shadow: rgb(0 0 0 / 10%) 0px 5px 10px 0px;
  background-color: #09103D;
  border-radius: 10px !important;
  border: 0 !important;
  color: #fff;
  transition: all 200ms ease-in-out 0s;
  font-size: 16px;
  font-family: Garnett-Medium;
  font-weight: normal;
  width: 100%;
  padding: 15px 8px;
}
.pricing__topbox .button-secondary button:hover {
  background-color: #cdaeff;
}
.pricing__topbox .cc__textLink-element-wrapper  {
  margin-bottom: 0;
}
.pricing__topbox .cc__false-button {
  color: #136bf5 !important;
  font-size: 12px;
  font-family: 'Garnett-Light','Garnett-Medium',sans-serif;
}
.pricing__topbox .cc__false-button:hover {
  text-decoration: underline;
}
.pricing__bottombox {
  padding: 0 18px;
}
.pricing__bottombox h3.item-title {
  font-size: 12px !important;
  line-height: 1.4 !important;
  font-family: Garnett-Medium;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #424242;
}
.pricing__bottombox ul {
  padding: 0 !important;
  margin: 0 !important;
}
.pricing__bottombox ul:not(:last-child) {
  margin-bottom: 15px !important;
}
.pricing__bottombox ul li {
  list-style: none;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-family:  'Garnett-Light', 'Garnett-Medium', sans-serif; ;
  position: relative;
  min-height: 20px;
  padding-left: 30px;
}
.pricing__bottombox ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(https://4641598.fs1.hubspotusercontent-na1.net/hubfs/4641598/check-blue.png);
  background-size: 68%;
  background-position: center;
  background-repeat: no-repeat;
}
.pricing__bottombox ul li + li {
  margin-top: 6px;
}
.pricing__bottombox ul li a {
  text-decoration: none;
  border-bottom: 1px dashed transparent;
}
.jOoBHO {
  border: 0 !important;
}
.pricing__bottombox ul li a:hover {
  border-bottom-color: #ccc;
}
.fNBPfW.see-all-features-sec {
  padding: 25px 0 0 !important;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  grid-gap: 15px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.see-all-features-sec .sc-iktFfs.iSrdvi a {
  text-align: center;
  display: block;
  font-weight: bold;
}
.see-all-features-sec .hciVhq {
  border-radius: 0rem;
  border: none;
  padding: 0rem;
}
.see-all-features-sec .sc-dIUeWJ {
  width: 100% !important;
  position: relative;
}
.see-all-features-sec .sc-dIUeWJ:first-child:after {
  display: none;
}
.see-all-features-sec .sc-dIUeWJ:after {
  border-right: 1px solid #ddd;
  width: 0px;
  position: absolute;
  width: 0px;
  top: -24px;
  height: 200%;
  content: "";
}
.plans-comman-features {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 30px 30px;
}
.plans-comman-features h3 {
  margin-bottom: 0 !important;
  margin-right: 20px !important;
}
.plans-comman-features ul.item-list {
  display: flex;
  align-items: center;
  margin: 0;
}
.plans-comman-features ul.item-list li {
  margin: 0 20px;
}
.plans-comman-features ul.item-list li:last-child {
  margin-right: 0px;
}
.pop-btn {
  padding: 20px;
  cursor: pointer;
  text-decoration: underline;
}
.cc__switch-question label{
  background: #1869E5!important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
a, a:hover{
  text-decoration: none;
}
.cc__range-question-min,
.cc__range-question-max{
  display: none;
}
.cbANWs h3,
.pricing__topbox .cc__heading-element h3.cc__title-title {
  font-size: 15px !important;
  font-weight: 600;
  line-height: 1.5;
}
.sc-dtTHTy.dnquxl {
  width: calc(100% - 1rem);
}
.shadow{
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.sc-dtTHTy.dnquxl {
  width: calc(100% - 1rem);
}
.body-container-wrapper .pricing__col ul {
  margin: 0 0 30px;
}
.input-age input{
  border: none!important;
  padding: 0;
  text-align: left;
  background-color:#F8EEE4!important;
}
.text__formsec .hs_subscription_to_marketing_and_legal_basis_to_contact_them.hs-subscription_to_marketing_and_legal_basis_to_contact_them.hs-fieldtype-booleancheckbox .hs-field-desc {
  width: 100%;
  font-weight: bold;
  margin-bottom: 20px;
}
.text__formsec label.hs-form-booleancheckbox-display {
  background-color: #f8f5fd !important;
  background-image: none !important;
  border-color: #09103d !important;
  border-radius: 2px !important;
  border-style: solid !important;
  border-width: 0.5px !important;
  padding: 20px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.text__formsec .row-fluid .hs-form .field .input input[type="checkbox"] {
  width: 30px;
  min-width: 20px;
  height: 20px;
}
.text__formsec .hs-fieldtype-intl-phone.hs-input .hs-input {
  margin-bottom: 0;
  margin-bottom: 8px;
}
.input-age{
  width: 32px;
  border-bottom: solid 2px black;
}
.button-secondary button{
  background-color: white;
  color: black;
  border: 1px solid black;
}

.button-secondary button:hover{
  background-color: black;
  color: white;
}
.button-primari button:hover{
  background-color: #1355B9;
}
.hs_subscription_to_marketing_and_legal_basis_to_contact_them {
  margin-top: 24px;
}
.item-list li a {
  color: #000;
  text-decoration: none;
}
.item-list li {
  list-style-type: none;
  position: relative;
  margin-left: 0 !important;
  font-size: 15px !important;
  padding-left: 24px;
}
.item-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 13px;
  height: 13px;
  background: url(https://4641598.fs1.hubspotusercontent-na1.net/hubfs/4641598/check-blue.png) no-repeat center;
  background-size: contain;
}
.price-col-inner .gYHnqd {
  justify-content: space-between;
  flex-wrap: wrap;
}
.price-col-inner .gYHnqd .eLSZkn {
  width: 18.6667%;
}
.tab__calculator .calculator,
.tab__calculator .row-fluid {
  position: relative !important;
}
.hs-content-id-0 .global-header {
  background: #FBE59B !important;
}
.search__result {
  padding: 150px 0;
}
.hs-search-results__listing li a {
  font-family: Garnett-Medium;
  color: #09103D;
}
.hs-search-results__listing li {
  margin-left: 0;
  font-size: 18px !important;
}
.hs-search-results__listing p {
  font-size: 16px !important;
}
@media only screen and (max-width: 1191px) {
  .pricing__topbox .iTQvKG, .pricing__topbox .jNNIOE p {
    max-width: 100%;
  }
  .price-col-inner .gYHnqd {
    grid-template-columns: repeat(3,1fr);
  }
  .price-col-inner>div {
    grid-template-columns: repeat(3,1fr);
  }
}
@media only screen and (max-width: 1062px) {
  .pricing__topbox .iTQvKG, .pricing__topbox .jNNIOE p {
    min-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .plans-comman-features ul.item-list{
    align-items: flex-start;
    flex-direction: column;
    margin-top: 5px !important;
  }
  .plans-comman-features ul.item-list li {
    margin: 5px 0px;
  }
  .price-col-inner .gYHnqd {
    grid-template-columns: 1fr;
  }
  .pricing__topbox .iTQvKG, .pricing__topbox .jNNIOE p {
    min-height: auto;
  }
  .qualitykick-tabber .bottom-sec .text-col .sub__heading p {
    min-height: auto;
  }
  .mauve1-bg.banner a.hs-button{
    display: none;
  }
  .price-col-inner>div {
    grid-template-columns: repeat(1,1fr);
  }
}
.form-privacycontent {
  margin-top: 20px;
  font-size: 14px;
}
.form-privacycontent a {
  color: #ff6e52;
  border-bottom: 1px solid transparent;
}
.form-privacycontent a:hover {
  border-bottom-color: #ff6e52;
}
.performance__main {
  display: flex !important;
  flex-wrap: wrap;
}
.performance__main .performance__left {
  width: 30%;
}
.performance__main .name-image__box {
  width: 180px;
}
.performance__main .main-content__box {
  padding-top: 24px;
  font-style: italic;
}
.performance__main .main-content__box p {
  font-size: 26px;
  line-height: 1.25;
  font-weight: 500;
  font-style: italic !important;
  font-family: sans-serif;
}
.performance__main .writer-name__box {
  font-size: 20px;
  font-family: Garnett-Medium;
  line-height: 1.25;
  font-weight: 300;
  padding-top: 14px;
}
.performance__main .link__box {
  margin-top: 50px;
}
.performance__main .link__box a {
  text-decoration: underline;
}
.performance__innner .slick-dots {
  display: flex !important;
  list-style: none;
  align-items: center !important;
  justify-content: center;
}
.performance__innner .slick-dots li {
  margin: 0 5px;
}
.performance__innner .slick-dots li.slick-active button {
  background-color: #06113d !important;
  border: 4px solid #06113d !important;
  width: 12px !important;
  height: 12px !important;
}
.performance__innner .slick-dots button {
  font-size: 0px;
  width: 12px;
  height: 12px;
  display: inline-block;
  cursor: pointer;
  border-radius: 50px;
  line-height: 10px !important;
  border: 4px solid #cdaeff;
  background-color: #cdaeff;
  padding: 0;
}
.performance__main .designation__box {
  color: #09103d;
  font-size: 20px;
  padding-top: 4px;
}
.performance__main .performance__right {
  width: 65%;
  padding-left: 4%;
}
@media (min-width:1025px) and (max-width:1140px){
  .performance__main .main-content__box p {
    font-size: 22px;
  }
  .performance__main .link__box {
    font-size: 16px;
  }
  .performance__main .writer-name__box {
    font-size: 18px;
  }
  .performance__main .designation__box {
    color: #09103d;
    font-size: 17px;
    padding-top: 4px;
    padding-bottom: 10px;
  }  
}
@media (min-width:768px) and (max-width:1024px){
  .performance__main .link__box {
    padding-top: 6px;
    font-size: 16px;
  }
  .performance__main .main-content__box p {
    font-size: 22px;
  }
  .performance__main .designation__box {
    font-size: 16px;
  }
  .performance__main .writer-name__box {
    font-size: 17px;
  }
}
@media (max-width:767px){
  .performance__main .name-image__box {
    width: 120px;
    margin: 0px auto;
  }
  .perf-left-cont h2 {
    text-align: center;
    font-size: 28px !important;
  }
  .performance__main .main-content__box {
    padding-top: 10px;
    text-align: center;
  }  
  .performance__main .writer-name__box {
    text-align: center;
  }
  .performance__main .designation__box {
    color: #09103d;
    font-size: 15px;
    padding-top: 4px;
    text-align: center;
  }
  .performance__main .performance__left {
    width: 100%;
  }
  .performance__main .image__box {
    width: 280px;
    margin: 0px auto;
  }
  .performance__main .performance__right {
    width: 100%;
    padding-left: 0%;
    padding-top: 25px;
  }
  .performance__main .main-content__box {
    padding-top: 10px;
  }
  .performance__main .link__box {
    font-size: 15px;
    padding-top: 5px;
  }
  .performance__main .link__box {
    font-size: 14px;
    padding-top: 5px;
    text-align: center;
  }
  .performance__main .writer-name__box {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 300;
    padding-top: 0;
  }
  .performance__main .main-content__box p {
    font-size: 18px;
    line-height: 1.25;
  }
}
h2 {
  word-break: break-word;
}
.img__grid-wrap .hs-image__grid__list{
  gap: 10px 0 !important;
}
.img__grid-wrap .hs-image__grid__list > li{
  flex-basis: calc(33.33% - 24px) !important;
  margin-left: 0;
  margin-right: 36px;
}
.img__grid-wrap .hs-image__grid__list > li:nth-child(3n){
  margin-right: 0;
}
@media (max-width: 991px){
  .img__grid-wrap .hs-image__grid__list > li{
    flex-basis: calc(50.33% - 22px) !important;
  }
  .img__grid-wrap .hs-image__grid__list > li:nth-child(3n){
    margin-right: 36px;
  }
  .img__grid-wrap .hs-image__grid__list > li:nth-child(even){
    margin-right: 0;
  }
}
@media (max-width: 767px){
  .img__grid-wrap .hs-image__grid__list > li{
    flex-basis: 100% !important;
    margin-right: 0;
  }
  .img__grid-wrap .hs-image__grid__list > li:nth-child(3n){
    margin-right: 0;
  }
}
.search__result{
  width: min(1200px , 100% - 30px) !important;
  padding: 50px 0;
  margin: 0 auto !important;
  float: none !important;
}
.splide__slide--image__wrapper .splide__slide--image {
  display: block !important;
}
/* Summit 2023 - Form Registration Page Responsive Styling 13-09-2023*/
@media (max-width: 1024px){
  .registration-form .wrapper {
    padding-bottom: 80px !important;
  }
  .registration-form .registration-form_wrap {
    padding-top: 70px !important;
    padding-bottom: 30px !important;
  }
  .registration-form .registration-form_wrap h1 {
    font-size: 80px !important;
  }
}
@media (max-width: 991px){
  .registration-form .registration-form_wrap h1 {
    font-size: 46px !important;
  }
  .registration-form #hs_cos_wrapper_module_1618216733207445 {
    padding-top: 0px !important;
  }
  .registration-form .registration-form_wrap a#cta_button_4641598_8b3421a6-e8fa-410c-80ce-b8883c49f3d7,
  .registration-form .registration-form_wrap a#cta_button_4641598_a7af70a7-9ae3-4383-9101-35ce7d86c236{
    font-size: 20px !important;
  }
}
@media (max-width: 767px){
  .registration-form .wrapper {
    padding-bottom: 40px !important;
  }
  .registration-form .registration-form_wrap {
    padding-top: 40px !important;
    padding-bottom: 0px !important;
    width: 100%;
  }
  .registration-form_wrap .widget-span {
    padding-inline: 0px !important;
  }
  .registration-form .registration-form_wrap h1 {
    font-size: 36px !important;
  }
  .registration-form .registration-form_wrap h3 {
    font-size: 20px;
  }

  .registration-form .registration-form_wrap .row-fluid form .hs_submit .actions{
    text-align: left !Important;
  }

  .registration-form .registration-form_wrap a#cta_button_4641598_8b3421a6-e8fa-410c-80ce-b8883c49f3d7,
  .registration-form .registration-form_wrap a#cta_button_4641598_a7af70a7-9ae3-4383-9101-35ce7d86c236{
    font-size: 16px !important;
  }
}
/* cookie setting */
@media screen and (min-width : 641px){
  body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
    max-width: 70% !important;
    margin-inline: auto; 
    padding: 15px !important;
  }
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    display: flex;
    flex-wrap: nowrap;
  }
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    flex-wrap: nowrap;
    justify-content: center;
  }
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-button-group {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
  }
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
    flex: 1;
  }
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
    white-space: nowrap;
  }
}
@media screen and (max-width: 991px){
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording p {
    font-size: 11px !important;
  }
}
@media screen and (max-width: 640px){
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button, body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-cookie-settings-button {
    width: 100% !important;
    text-align: center !important;
  }
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-cookie-settings-button, div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button{
    margin-inline: 0 !important;
  }
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
    margin-inline: 0 !important;
  }

}
/* div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
  display: none !important;
} */

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-cookie-settings-button {
  border: 1px solid #09103d !important;
  color: #09103d !important;
  background-color: #fff !important;
  text-transform: none;
  text-decoration: none !important;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700!important;
  line-height: inherit;
  text-align: left;
  text-shadow: none!important;
  display: inline-block;
  padding: 10px 16px!important;
  white-space: nowrap;
  border-radius: 3px;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button:hover{
  background: #091143 !important;
  color: rgb(255,255,255) !important;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-cookie-settings-button:hover {
  background: #091143 !important;
  color: rgb(255,255,255) !important;
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-label {
  background: transparent !important;
  padding-left: 35px !important;
}
body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-label{
  position: relative;
}
body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-label::before {
  content: "";
  position: absolute;
  left: 12px;
  height: 10px;
  width: 10px;
  border-right: 3px solid #000;
  border-top: 3px solid #000;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
}
body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-row {
  border-bottom: 1px solid rgba(5, 0, 56, 0.1);
}
body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-toggle .slider {
  background-color: rgb(28 28 30 / 30%);
  box-shadow: none !important;
}
body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-toggle input:checked+.slider {
  background-color: #1c1c1e;
}
body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-label.hs-active::before {
  transform: rotate(135deg);
}
body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-toggle .slider:before {
  bottom: 3px !important;
  height: 20px !important;
  width: 20px !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover {
  background: #fff !important;
  color:#091143!important;
}
body #hs-modal #hs-modal-content {
  min-width: 280px !important;
  border-radius: 8px !important;
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-label span {
  font-weight: bold !important;
}

body #hs-modal #hs-modal-content {
  border-radius: 8px !important;
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-toggle {
  width: 45px !important;
  height: 25px !important;
}
/* @media screen and (min-width: 800px){ */
body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-fill,
body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-label {
  width: 100%!important;
  border: 0!important;
  background: transparent !important;
}
body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-description {
  left: 0!important;
  width: 100%!important;
  position: relative !important;
  border: 0 !important;
}
body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-toggle input:checked+.slider:before {
  -webkit-transform: translateX(18px) !important;
  -ms-transform: translateX(18px) !important;
  transform: translateX(18px) !important;
}
.hs-category-description-header h3{
  display: none;
}
body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-description .hs-category-description-text {
  margin-top: 0 !important;
  font-size: 18px;
  line-height: 1.5;
  overflow: hidden;
}
body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-row:first-child .hs-category-description {
  display: block !important;
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-row:first-child .hs-category-label {
  display: none !important;
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-row:first-child .hs-category-description-header h3 {
  display: block !important;
  margin-bottom: 20px;
}
body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-row:nth-child(2) label.hs-category-toggle {
  display: none;
}
body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-row:nth-child(2) .hs-always-active-label {
  font-weight: bold !important;
  padding-left: 20px;
  margin-right: 0 !important;
}
body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-row .hs-category-label span {
  font-size: 19px !important;
  font-weight: 500 !important;
}
div#hs-modal-body-container {
  height: 60vh !important;
  overflow-y: auto;
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-row {
  height: auto !important;
}
body #hs-modal #hs-modal-content #hs-modal-footer #hs-modal-footer-container {
  text-align: left;
}
body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-modal-checkmark, body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-modal-cross {
  display: none;
}


/* direction column */
@media (max-width: 991px) {
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    flex-direction: column !important;
  }
}



@media screen and (max-width: 640px){
  div#hs-modal-body-container {
    height: 80vh!important;
  }
  body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
    max-width: 100% !important;
  }
  body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-description .hs-category-description-text{
    font-size: 14px !important;
  }
}
/* end cookie setting */