@import url('//fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700');

 

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}


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





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

 



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

 
 
 
 
 



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

 
 
 
 





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

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


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

h1,h2,h3,h4,h5,h6{
    color:#43484d;
}

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

a{
    margin-bottom:0;
    
}

h1{
    font-size: 48px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: 1.3;
}

h2{
    font-size: 46px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.3;
}

h3{
    font-size: 28px;
    font-weight: 300;
    letter-spacing: .5px;
}

h4{
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0;
}

h5{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
}

h6{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
}

p,
.body-container-wrapper li{
    font-size: 16px;
    line-height: 1.5;
    color: #86939e;
    letter-spacing: .5px;
    font-weight: 400;
}


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

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

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

.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: 400;
    cursor: pointer;
    font-family: 'Roboto', sans-serif; ;
    text-align: center;
    display: inline-block;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    letter-spacing: 1px;
    color: #fff;
    border-radius:4px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    background: #0d2e4f;
    border: 2px solid ;  
    border-color:#0d2e4f ;
    transition: all ease-in-out .2s;
    margin: 15px auto
}

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

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

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

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

.float-left{
    float:left;
}

.float-right{
    float:right;
}

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

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

.grey-bg{
    background:#f8f8f8;
}


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

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

.section-border{
    border-bottom:1px solid #e7e7e7;
}

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

@media (min-width: 768px) {
    
.equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

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

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

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


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

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

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


h1{
    font-size: 28px;
}

h2{
    font-size: 28px;
}

h3{
    font-size: 20px;
}

h4{
    font-size: 18px;
}

h5{
    font-size: 16px;
}

h6{
    font-size: 16px;
}

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

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

p{
    font-size: 14px;
}

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

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

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

}




@media (max-width:767px){


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


h1{
    font-size: 24px;
}

h2{
    font-size: 24px;
}

h3{
    font-size: 20px;
}

h4{
    font-size: 18px;
}

h5{
    font-size: 16px;
}

h6{
    font-size: 16px;
}

.section-padding {
    padding: 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;
}

}











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

@media (min-width:768px){

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

}
}


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


}


















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



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

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

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

.pth-header .head-cta a.cta_button{
    padding: 12px 30px;    
    border:2px solid #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: 30px 12px;
    line-height:1;
    font-weight:400;
    color: #000 ;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    border-top:3px solid #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;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

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

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


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

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

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

.pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}

}




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

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

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

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

.pth-header {
    padding:0;
}

}


@media (max-width:767px){


}





















/*==================================================
            Three Col Adjust 
==================================================*/

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

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


/* Make border boxed*/


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


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

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


@media (max-width:767px){
 
 
body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
}

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









/*==================================================
            Four Col Adjust 
==================================================*/

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

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










@media (max-width:767px){
 
body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
}

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









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

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

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

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

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

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

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

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

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


.row-fluid  form input:focus,
.row-fluid  form select:focus,
.row-fluid  form textarea:focus{
    outline:0;
    border:1px solid #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:center;
}

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

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

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

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

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

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

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

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

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

body form .hs-form-checkbox:last-child,
body form .hs-form-radio:last-child,
body form .hs-form-booleancheckbox{
    margin-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(//cdn2.hubspot.net/hubfs/2558848/Product-3-Pack/Select%20Arrow%20Small.png) no-repeat;
    background-position: center right;
    -webkit-appearance: none;
}





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

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

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
    padding: 0;
    border-radius: 4px;
    background: #fff;
    margin-left: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #cfd3d7;
    -webkit-appearance: none;
    border: 2px solid #ddd;
    margin-right: 8px;
    top: 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);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}


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

.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 3px;
    background: #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;
}

}
























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


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

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

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

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

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




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


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

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

@media (max-width: 767px){


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

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

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

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


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

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

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


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

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* Icon color */
  }


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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

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

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#fff; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

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

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

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

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}









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

@media (max-width:767px){

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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
















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

.pth-footer{
    padding:80px 0 40px;
    background:#111d2f;
}

.pth-footer .heading{
    margin-bottom:15px;
}

.pth-footer .hs-menu-wrapper.hs-menu-flow-vertical > ul li a{
    padding: 4px 0;
    font-weight: 400;
    letter-spacing: 1px;
    font-size:16px;
}

.pth-footer .contact-us .cta_button{
    padding-left:0;
    padding-right:0;
    width:100%;
}


.pth-footer .bottom-footer{
    margin-top:60px;
    padding-top:40px;
    position:relative;
}


.pth-footer .bottom-footer:before{
    position:absolute;
    content:'';
    top:0;
    left:15px;
    right:15px;
    border-top:1px solid rgba(255,255,255,0.2);
}


.pth-footer .footer-logo{
    margin-bottom:30px;
}

.pth-footer .footer-logo img{
    width:100%;
    max-width:200px;
}

.pth-footer .copyright{
    color:#A9A9A9;
}

.pth-footer .social-icons{
    padding-top:25px;
}

.pth-footer .social-icons a{
    margin:0 8px;
    font-size:18px;
}

.pth-footer .social-icons a:first-child{
    margin-left:0px;
}

.pth-footer  .bottom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0 0 0 22px;
}

@media (min-width:768px) and (max-width:1024px){
    
body .container-fluid .row-fluid .pth-footer .menu-group{
    width:100%;
    margin:0;
}     

body .container-fluid .row-fluid .pth-footer .right-col{
    width:100%;
    margin:0;
}

.pth-footer .social-icons a {
    margin: 0 6px;
    font-size: 16px;
}

.pth-footer .bottom-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    font-size: 12px;
}

.pth-footer .copyright {
    font-size: 12px;
}

}




@media (max-width:767px){
    
.pth-footer .social-icons{
    margin:20px 0;
}    

.pth-footer .bottom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul{
    text-align:center;
}

.pth-footer .bottom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li{
    float: none;
    width: auto;
    display: inline-block;
}

.pth-footer .bottom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 0 8px;
    width:auto;
    max-width:none;
}

}










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


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

}    










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

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

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

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


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

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

}


@media (max-width:767px){

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


}


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

.row-fluid .subs-upd-con .wrapper{
    max-width:700px;
}

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

.email-pref{
    position:relative;
}

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

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

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


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


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

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


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


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

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



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


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


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

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


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

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


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

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


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

@media(max-width:767px){
    
    
.preferences-section-one .email-prefs .item{
    max-width:100%;
    margin:0;
    margin-bottom: 20px;
}    
    
.email-prefs .item .item-inner * {
    color: #444;
    font-size: 13px;
}

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

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

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

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


}



/*=========================================
    EMAIL BACKUP UNSUBSCRIBE
==========================================*/
@media(max-width:767px){
    
html body input.hs-input.email-edit{
    width:93%!important;
}

}







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



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

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

.video-button{
    
}

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

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

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

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

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

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

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

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

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

@media(min-width:768px){

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

}





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

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

@media (max-width:767px){
    
.note-home-hero {
    padding: 50px 0;
}

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

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

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

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





/*============================ Home Vide Section ===============================*/

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

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


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


.feature-cm .product-icon{
    width: 100px;
    height: 100px;
    display: block;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-size: auto;
    border-radius: 100%;
    background-position: center;
}



/*============================ Home Two Col One Side Image and Check Icons ===============================*/


.body-container-wrapper .check-icon ul{
    list-style:none;
}

.body-container-wrapper .check-icon ul li{
    margin-left:0px;
    position:relative;
    padding-left:35px;
    margin-bottom: 25px;
}

.body-container-wrapper .check-icon ul li strong{
    font-size: 20px;
    color: #43484d;
    font-weight: 400;
    margin-bottom: 5px;
    display: block;
}

.body-container-wrapper .check-icon ul li:before{
    content:"";
    background-image:url('//cdn2.hubspot.net/hubfs/459002/group-2.png');
    width: 24px;
    height: 24px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0px;
    top: 5px;
}



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

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

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



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

@media (max-width:767px){
    
.home-two-col-services .starter-one-side-image-cm {
    margin:0;
}    

.home-two-col-services .starter-one-side-image-cm .span6{
    margin:30px 0;
}
    
.one-side-image-cm-container>span>.hs_cos_wrapper:nth-child(2n) .row-fluid{
    display:flex;
    display:-webkit-flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
}
}






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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.home-slider-section .slick-prev{
    left:-50px;
}
    
    
    
    
    
@media (min-width:768px) and (max-width:1024px){
    
.home-slider-section {
    padding: 80px 0 150px;
}    
    
}

@media (max-width:767px){
    
.home-slider-section {
    padding: 80px 0 150px;
}    

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

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

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

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

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

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


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


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

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

@media (max-width:767px){
    

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

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

}
    
    
    



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


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

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

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

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

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



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

}

@media (max-width:767px){

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

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

}































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

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

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

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

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

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

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

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

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

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

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


/*Form Style*/

.note-service-single .right-col .form-container {
    width: 100%;
    max-width: 500px;
    float: right;
    background: #f8f8f8;
    border-radius: 4px;
    padding: 40px;
}

.service-icon{
    padding-bottom:25px;
}

.note-service-single .row-fluid form .hs_submit .actions{
    text-align:left;
}

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

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

}

@media (max-width:767px){

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

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

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

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

}























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


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

.lp1-video-section{

}



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




@media (max-width:767px){

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

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

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

}







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

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

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

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

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

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

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

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

.download-lp-hero .row-fluid h3.form-title{
    background:#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;
    -webkit-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 (min-width:768px) and (max-width:1024px){

}

@media (max-width:767px){

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

}













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

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

.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('//cdn2.hubspot.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;
}
    
.one-side-image-cm-container>span>.hs_cos_wrapper:nth-child(2n) .row-fluid{
    display:flex;
    display:-webkit-flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
}
    
}

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

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


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

@media(max-width:767px){
    
.starter-one-side-icon-cm img{
    margin-bottom:20px;
}

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


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

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

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

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

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

.starter_1_try_it_sec{
    padding-top:100px;
}

@media(max-width:767px){
    
.starter_1_try_it_sec .right-col .widget-type-linked_image{
    text-align:center;
}    

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

.starter_1_try_it_sec{
    padding-top:30px;
}
    
}

@media(min-width:768px){
    
    .starter_1_try_it_sec .right-col{
        float:right;
        margin-left: 2.564102564%;
    }
    
    .starter_1_try_it_sec .left-col{
        margin:0px;
        padding-top:67px;
    }
    
    .starter_1_try_it_sec form{
        position:relative;
    }
    
    .starter_1_try_it_sec form .hs-button.primary{
        position:absolute;
        right:4px;
        top:4px;
        margin:0px;
    }
    
}

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

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

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

.starter_1_inside_bottom_form{
    padding-bottom:50px;
} 

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

@media(max-width:767px){

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


















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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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








@media (min-width:768px) and (max-width:900px){
    
.home-blog-section .recent-posts .custom-post-item {
    width: 47%;
    margin:0 1.5%;
}

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





@media (max-width:767px){


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

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

}









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






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

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

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

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

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

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

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

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

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


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

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

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

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

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

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








@media (max-width:767px){
    
.home-testimonial-section .slick-slide{
    margin:0;
    padding: 30px ;
}

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


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

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




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


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

.note-testimony:before{
    content:"";
    background-image:url('//cdn2.hubspot.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_header{
    position:relative;
    padding-left:50px;
}

.accordion_group {
    padding-bottom: 25px;
}

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

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


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

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

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

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

.accordion_content {
    padding-left: 50px;
}


@media(max-width:767px){

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

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


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

.product-image-inside {
    height: 300px;
    background-size: cover;
    background-position: top center;
    border-radius: 0px;
    transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

.product-boxes:hover .product-image-inside{
    transform: translateY(-10px);
}

.product-description {
    padding:15px 15px;
    background: #fff;
    border: 2px solid #e1e2e3;
    margin-left:20px;
    margin-top:-30px;
    border-radius: 5px;
    margin-bottom:25px;
    z-index: 1;
    position: relative;
}



.right-sidemodule .product-image-inside {
    height: 200px;
}

.product-description h4{
    font-size: 16px;
    margin-bottom: 5px;
}

.product-description p{
    font-size: 14px;
}

.product-description a{
    font-size: 12px;
    text-transform: uppercase;
    font-weight:600;
}

.container-fluid .row-fluid .wrapper-short980{
    max-width: 980px;
    margin: 0 auto;
    float: none;
}



/*Services Single FAQ*/

.service-faqs .accordion.faq-accordion:before{
    display:none;
}

.service-faqs .accordion_group.faq-style{
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.25);
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.service-faqs .accordion_group.faq-style .accordion_header{
    cursor:pointer;
}

.service-faqs .accordion_group.faq-style .accordion_header:before{
    background-image: url(//cdn2.hubspot.net/hubfs/459002/starter-1/Slider/add_icon.png);
    cursor
}

.service-faqs .faq-style.accordion_group.expanded .accordion_header:before{
    background-image: url(//cdn2.hubspot.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);
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    line-height: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.note-team-cm:hover .img-overlay{
    opacity:1;
}


.note-team-cm .mgmt_tvcell .mgmt_about span, 
.note-team-cm .mgmt_tvcell .mgmt_twitter span{
    color: #fff;
    display: block;
    text-transform: uppercase;
    padding-top:10px;
}

.note-team-cm .mgmt_tvcell .mgmt_about,
.note-team-cm .mgmt_tvcell .mgmt_twitter {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: calc(50% - .5px);
    text-align: center;
    transition: all ease-in-out .2s;
}


.note-team-cm .mgmt_tvcell .mgmt_about:before,
.note-team-cm .mgmt_tvcell .mgmt_twitter:before {
    content: '';
}

.note-team-cm .mgmt_tvcell .mgmt_about:hover span,
.note-team-cm .mgmt_tvcell .mgmt_twitter:hover span {
    padding-top:8px;
}

.note-team-cm .mgmt_tvcell a:nth-child(2) {
    border-left: 1px solid #fff;
}

.note-team-cm .mgmt_tvcell .mgmt_about:before{
    content:'\f007';
    font-family:FontAwesome;
    font-size:40px;
}

.note-team-cm .mgmt_tvcell .mgmt_twitter:before{
     content:'\f099';
     font-family:FontAwesome;
     font-size:40px;
     color:#68ADEE;
}

.note-team-cm .mgmt_tvcell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 209px;
    flex-basis: 209px;
}

body .row-fluid .note-team-sec .three-col-adjust span>.hs_cos_wrapper{
    margin-top:0px;
    margin-bottom:25px;
}

.note-team-sec{
    background-color:#333333;
}

.team-sec-single .widget-type-cta{
    padding-top:30px;
}

.note-team-sec .team-single-social-share{
    display:none;
}

@media(max-width:1024px){
    
.row-fluid .note-team-cm .team-image{
    height:230px;
}    
    
}

@media(max-width:767px){

.note-team-sec .note-team-cm{
    width:auto;
}     
    
}


/*=============Team Single Section Style==========*/

.team-single-sec .note-team-cm .team-single-social-share {
    display:block;
    padding-bottom:20px;
}

.team-single-sec .note-team-cm .team-single-social-share a{
    margin: 0 8px;
    font-size: 18px;
}

.team-single-sec .note-team-cm:hover .img-overlay{
    opacity:0;  
}

.team-single-sec .note-team-cm{
    width:auto;
    margin-bottom:30px;
}


@media(max-width:767px){
    
.team-single-sec .note-team-cm{
    max-width:298px;
}    
    
}





/*=============================================
            Contact Page
==============================================*/       







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

.note_lp_3_sec_hero{
    position:relative;
    z-index:1;
    padding:150px 0 230px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}


@media(max-width:767px){

.note_lp_3_sec_hero{
    padding:60px 0px 164px;
}    
    
}

/*=======Section1=============*/

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


.note_lp_3_sec_one{
    padding-bottom:100px;
}

@media(max-width:767px){

.note_lp_3_sec_one{
    padding-bottom:60px;
}    
    
}


/*=========Section2=============*/

.note_lp_3_sec_two .wrapper{
    max-width:1024px;
}

.note_lp_3_sec_two .right-col p{
    margin:0px;
}

.note_lp_3_sec_two .left-col .address{
    margin-top:15px;
}

.note_lp_3_sec_two .left-col ul li{
    display:inline-block;
    margin:0px;
}

.note_lp_3_sec_two .left-col ul li .fa {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid;
    text-align: center;
    border-radius: 50%;
    margin-right: 8px;
    margin-bottom: 8px;
}

.note_lp_3_sec_two .right-col{
    padding-top:94px;
}


@media(max-width:767px){

.note_lp_3_sec_two .right-col{
    padding-top:24px;
}    
    
}



/*==============505 and 404 Page Styling=================*/

.error-body{
    padding:244px 0px;
}

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

.error-body{
    padding:163px 0px;
}    

}


@media(max-width:767px){

.error-body{
    padding:100px 0px;
}    
    
}

/*=========Email Subscription Preferences========*/

.row-fluid .email-subs-pref .wrapper{
    max-width:768px;
}

body .container-fluid .row-fluid input[type="checkbox"] {
    border: solid 2px #4a4a4a;
    padding: 7px;
    border-radius: 3px;
    height: 17px;
    margin:0px;
    position:relative;
    cursor:pointer;
}

body .container-fluid .row-fluid input[type="checkbox"]:checked:after {
    content: '\f00c';
    position: absolute;
    width: 13px !important;
    height: 7px;
    top: -1px;
    left: 0px;
    font-size: 15px;
    line-height: 15px;
    font-family: FontAwesome;
    color: #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:1024px){
    
}

@media(max-width: 767px){
    .process ul{
        height: auto;
        box-shadow:none;
    }   
    
    .process li{
        width: 50%;
    }
    
    .process .right-col{
        text-align: center;
    }
    
    .process .row-fluid [class*="span"].wrapper{
        padding: 50px 10px 60px;
    }
    
    .process .content .cta_button{
        margin: 0 auto;
    }
    
    .process li{
        display: block;
        float: left;
        box-shadow: 0 3px 3px -2px rgba(0,0,0,0.3);
        margin-bottom: 3px;
    }
    
}


/*==============Productivity Section Styling=============*/

.productivity{
    padding: 57px 0;
    background-color: #111d2f;
    text-align:center
}

.productivity .row-fluid [class*="span"].wrapper{
    max-width:1020px;
}

.productivity h3{
    font-size:20px;
}

.productivity h3 span{
   display:block;
   font-size:50px;
}

/*=============Request Free Demo Section Styling=============*/

.req-for-demo{
    text-align: center;
    padding: 51px 0 50px;
}

.req-for-demo .row-fluid [class*="span"].wrapper{
    max-width: 580px;
}

.req-for-demo h3{
    color: #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%;
   // height: 310px;
   box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.25);
}

.landing-3col .custom-tile{
    width: 100%;
    max-width: 250px;
    position:relative;
}

.landing-3col .center-col .custom-tile{
    margin: 0 auto;
    float: none;
    padding-top: 122px;
}

.landing-3col .left-col .bottom-tile{
    float: right;
    margin-right: 32px;
}

.landing-3col .right-col .top-tile{
    float: right;
}

.landing-3col .right-col .bottom-tile{
    margin-left: 32px;
}


.landing-3col .left-col .top-tile:after{
    content: "";
    background: url("//cdn2.hubspot.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("//cdn2.hubspot.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("//cdn2.hubspot.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("//cdn2.hubspot.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("//cdn2.hubspot.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('http://cdn2.hubspot.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;
    /*border-right: 1px solid #e7e7e7;
    margin-right: -1px;
    padding-bottom:28px;
    transform: scale(1.06);
    z-index:5;*/
}
}

body .row-fluid .note-pricing-sec-1 .column.popular:before{
    position: absolute;
    content: '';
    top: -7px;
    left: -9px;
    background: url('//cdn2.hubspot.net/hubfs/459002/NOTE%20LP%20Assets%202017/MOST%20POPULAR.png') no-repeat;
    background-size: 100%;
    width: 98px;
    height: 100px;
    z-index: 10;
}

body .row-fluid .note-pricing-sec-1 .column.popular:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
}



.note-pricing-sec-1 .sec-pad{
    padding:0 20px;
    margin:0;
}

.note-pricing-sec-1 .column .heading{
    padding-top: 10px;
    padding-bottom: 10px;
    background:#333333;
}

.note-pricing-sec-1 .column .heading h3{
    color:#ffffff;
    font-weight:300;
}

.note-pricing-sec-1 .column .subhead{
    padding-top: 25px;
    padding-bottom: 10px;
}

.note-pricing-sec-1 .column .cost{
    padding-top: 20px;
    padding-bottom: 20px;
    background: #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 li:before{
    
}

.note-pricing-sec-1 .column .widget-type-cta{
    margin:0;
}

.note-pricing-sec-1 .column a.cta_button{
    padding: 10px 36px;
}

.note-pricing-sec-1 .column a.cta_button:hover{
    box-shadow:none;
    transform:translate(0)
}

.note-pricing-sec-1 .bottom-small-desc{
    border-top: 1px solid #e7e7e7;
    padding-top: 10px;    
    margin-top:30px;
}


@media (min-width:768px){

body .row-fluid .note-pricing-sec-1 .jumbo-pricing-patter-1-cm-container>span{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: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;
    top: 0;
    bottom: 0;
    left: 0;
    right: 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('http://cdn2.hubspot.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('http://cdn2.hubspot.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('http://cdn2.hubspot.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('http://cdn2.hubspot.net/hubfs/1598866/LP-21/Right_Quote.png') no-repeat;
    top:-6px;
    right:19px;
}

.note_lp_2_sec_five .testimonial_bg:after{
    background:url('http://cdn2.hubspot.net/hubfs/1598866/LP-21/Left-Quote-1.png') no-repeat;
    bottom:-6px;
    left:19px;
}

.note_lp_2_sec_five .cta_button{
    padding: 10px 10px;
}


@media(max-width:767px){
   
body .container-fluid .row-fluid .note_lp_2_sec_five .grey-bg{   
   padding-left: 20px;
    padding-right:20px;
    padding-bottom: 58px;
    padding-top:67px;
}

body .container-fluid .row-fluid .note_lp_2_sec_five .testimonial_bg{
    max-width:100%;
}

.note_lp_2_sec_five .Cta_text_grp .span6:last-child{
    margin-top:30px;
}

.testimonial_bg h6:before{
    width:79%;
}

.row-fluid .note_lp_2_sec_five .wrapper{
    padding:0px;
}

body .container-fluid .row-fluid .note_lp_2_sec_five .base-color{
    padding:67px 10px 30px;
}

}

/* ==========================================================================
   Section Six Styling                                            
   ========================================================================== */

.note_lp_2_sec_six h2{
    text-align:center;
}

.note_lp_2_sec_six ul{
    list-style-type:none;
    text-align:center;
}

.note_lp_2_sec_six ul li{
    display: inline-block;
    min-width: 200px;
    vertical-align: middle;
}


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

.note_lp_2_sec_six ul li{
    margin-bottom:30px;
    min-width:148px;
}
    
}


@media(max-width:767px){
    
.note_lp_2_sec_six ul li{
    margin-bottom:30px;
}    
    
    
}


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


.note-lp-6-sec-hero{
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    padding:150px 0px;
}


@media(max-width:1024px){



}

@media(max-width:767px){

.note-lp-6-sec-hero{
    padding:60px 0px;
}    
    
}



/*About 3*/

.exp-no {
    font-size: 45px;
    font-weight: bold;
    color: #fb8e00;
    line-height: 1.2;
}

.exper-name {
    font-size: 20px;
    padding: 10px 0px;
}


.exp-outer {
    padding-top: 40px;
}