/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import '//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css';

/***********************************************/
/* 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    */
/*****************************************/




 
 
 
 
 
 






/* ==== default css  ===== */

* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; outline:none;}
body {    letter-spacing: 0.7px;   margin:0; padding:0; font-size:16px; line-height:24px; font-family: 'Open Sans', sans-serif; font-weight:500; color:#464646; -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; -webkit-transition:transition: all 0.4s ease-in-out; overflow-x:hidden;}


h1 { color:#464646; font-family:'Opan Sans', Arial, Helvetica, sans-serif; font-size:40px; margin:0; padding:15px 0 8px; line-height:40px; font-weight:500; }
h2 { font-weight:normal; color:#333; font-family: 'Open Sans', sans-serif; font-size:32px; line-height:40px; margin:0; padding:10px 0 10px;  }
h3 { font-weight:600; color:#007bc1; font-family: 'Open Sans', sans-serif; font-size:24px; line-height:28px; margin:0; padding:10px 0 0px; }
h4 { font-weight:normal; color:#333; font-family: 'Open Sans', sans-serif; font-size:28px; line-height:34px; margin:0; padding:10px 0 10px;  }
h5 { font-weight:normal; color:#333; font-family: 'Open Sans', sans-serif; font-size:24px; line-height:30px; margin:0; padding:10px 0 10px; }
h6 { font-weight:400; color:#333; font-family: 'Open Sans', sans-serif; font-size:22px; margin:0; padding:10px 0; line-height:26px; }

img { max-width:100%; height:auto; border:none; }
a { text-decoration:none; color:#007bc1; transition:all ease 0.3s; }
.nav-area a { color: #464646; }
a:hover{color:#e56125;}

p { margin:0; }
* + h1, * + h2, * + h3 { margin-top:25px; }
* + h4, * + h5, * + h6 { margin-top:20px; }
* + p { margin-top:15px;}

.row-fluid .container{width:1055px; margin:0 auto !important; float:none;}

::selection{background-color:#393939; color:#fff;}
::-moz-selection{background-color:#393939; color:#fff;}
::-ms-selection{background-color:#393939; color:#fff;}






/* ======  slick slider css ======= */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0;    }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: pointer;  }
.slick-slider .slick-track,
.slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before,
.slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none;}
.slick-dots button{padding:0; display:inline-block; border:none; background-color:#fff; height:10px; width:10px;  margin:0 8px; border-radius:100%; cursor:pointer; font-size:0;  transition:0.6s; }
.slick-dots .slick-active button{background-color:#fff; transition:0.6s;  box-shadow: 0 0 0 8px rgba(252, 252, 252, 0.20);}

.Features-Slider-Row .slick-dots { padding: 0;list-style-type: none;text-align: center; }
.Features-Slider-Row .slick-dots li { display: inline-block; }
.Features-Slider-Row .slick-dots button { background: grey; }
.Features-Slider-Row .slick-dots .slick-active button { background: #007ac3; }

/* === satrt page css === */
.resources-area .row-fluid .resources-title{ text-align:center; }
.row-fluid .resources-title{ border-bottom:1px solid #f1f1f1; padding-bottom:40px; padding-top:45px; }
.row-fluid .Resources-Row .resources-col{ float:left; width:100%; }

.row-fluid .Resources-Row .resources-img,.row-fluid .Resources-Row  .resources-text{ float: left; width:50%;    } 
.row-fluid .Resources-Row .resources-text{ padding-top:30px; padding-bottom:35px; }  
.row-fluid .Resources-Row .resources-img{ height:300px; background-repeat:no-repeat; background-size:cover; background-position:center center; }
.row-fluid .Resources-Row .resources-text{ padding-left:50px; padding-right:28px; font-size:14px; line-height:24px; }
a.start-btn{ background-color:#e56125; z-index:1; color:#fff; text-transform:uppercase; font-weight:600; display:inline-block; padding:5px 14px; -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;;  margin-top:33px; position:relative; }

a.start-btn:before{ position:absolute; background:#007bc1; -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;; top:0; width:0; right:0; height:100%; content:""; z-index:-1;  } 
a.start-btn:hover:before{ -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;; left:0; width:100%; right:auto; }

.row-fluid .Resources-Row{padding:38px 0; padding-bottom:47px;}
.row-fluid .Resources-Row .resources-col.right-side .resources-img{float:right;}
.row-fluid .Resources-Row .resources-col.right-side .resources-text{float:left;}
.span12.widget-span.widget-type-raw_html.header-js{min-height:0;}


/* === satrt video page css === */    
.resources-nav #options #filters { padding:0; margin:0; list-style:none;  text-align:center; }
.resources-nav #options #filters li { display:inline-block; padding:0 33px; } 
.resources-nav #options #filters li a { font-size:18px; line-height:20px; color:#003878; font-weight:600; display:inline-block; padding-bottom:19px;  border-bottom:5px solid transparent; }
body.video-resource .row-fluid .resources-title{ border-bottom:none; }
.resources-nav #options #filters li a.selected, .resources-nav #options #filters li a:hover{ border-bottom:5px solid #007bc1; color:#0f7ec2; } 
.resources-nav {padding:28px 0 0; border-bottom:1px solid #f1f1f1;}
.resource-main-section { padding-top:70px; }
.Oprice-hide{ display:none; }

.resource-main-section  #container >  .resource-box{ float:left; width:49.9%; padding:0 12px; box-sizing:border-box; margin-bottom:26px; }
.resource-main-section  #container >  .resource-box:nth-child(2n) {margin-right:0;}    
.resource-main-section #container { margin:0 -12px; }
.resource-main-section .res-boximg.bgimg-set { height:340px; background-position: center center; background-repeat: no-repeat; background-size: cover; }
.resource-main-section .resource-videotext > h4 { font-size:20px; line-height:18px; font-weight:bold; color:#0f7ec2; padding-top:2px; }
.resource-main-section  .resource-videotext { float: left; width: 100%; float: left; font-size: 14px;  line-height: 24px;  padding: 25px;  width: 100%; border:2px solid #dedede; border-top:none; }

.resource-main-section .cta-btn a.show-more { background-color: #e56125; color: #fff;  display: inline-block; font-weight: 700; padding: 8px 20px; width: auto;  overflow: hidden; position: relative; z-index: 1; }
.resource-main-section #player { float: left; height: 340px; width: 100%; }
.resource-main-section #player iframe{height:340px;}    
.resource-main-section .cta-btn a.show-more:before{  background: #007bc1 none repeat scroll 0 0; content: ""; height: 100%; position: absolute; right: 0;  top: 0;  transition: all 0.4s ease 0s; width: 0;  z-index: -1; }
.resource-main-section .cta-btn a.show-more:hover:before{ left: 0;  right: auto; transition: all 0.4s ease 0s;  width: 100%; }


/* ========= Home Page ========== */

.home-logo .slider { width: 100%;overflow: hidden;padding-top: 10px;margin-bottom: -20px; }
.home-logo .slider > span { width: 1000%;position: relative;left: 0;display: -webkit-flex; display: flex;-webkit-align-items: center; align-items: center; }
.home-logo .slider > span > div { max-width: 260px;padding: 15px; }
.home-logo .slider img { width: auto !important;max-height: 70px; }

/* ========= thank you page ========== */
.row-fluid .hero-section { position:relative; z-index:1; padding-top:110px;}
.row-fluid .hero-section:before { position:absolute; top:0; left:0; right:0; bottom:0; content:""; z-index:1; background-color:rgba(54,54,54,0.60); z-index:-1; }
.row-fluid .bg-img{ display:none; }
.row-fluid .bgimg-main { background-repeat:no-repeat; background-size:cover; background-position:center; } 
.row-fluid .hero-text{ text-align:center; }
.row-fluid .hero-onlinetext { color: #fff; font-size: 19px; font-weight: 700; line-height: 24px; text-transform: uppercase; }
.row-fluid .hero-title h1{ font-size:56px; line-height:72px; font-weight:normal; color:#fff;  padding-top: 6px; }
.row-fluid .buttton-title { font-size:13px; line-height:18px; color:#fff;  padding-top: 44px; }
.row-fluid .CTA-Blue a.cta_button {  background-color: #003878; color: #fff;  cursor: pointer; display: inline-block; font-size: 14px;  min-width: 169px; padding: 11px 0; text-align: center; text-decoration: none; text-transform: uppercase;  border-radius:28px;  margin-bottom:-26px;  box-shadow: 5px 10px 16px 0 #f3f3f3; }
.row-fluid .CTA-Blue a.cta_button:hover {  background-color: #e56125; -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;;  }
    
.row-fluid .CTA-Blue { margin-top: 58px; }    
.row-fluid .Tresorces-col { float:left; width:100%; }
.Tresorces-col .Tresorces-image { height:220px; background-repeat:no-repeat; background-size:cover; background-position:center center; } 
.Tresorces-col .Tresorces-text { float:left; width:100%; padding:20px; border:1px solid #e1e1e1; border-top:none; color:#5b5b5b; font-size:12px; line-height:24px; }
.resources-row1 span  .hs_cos_wrapper{float:left; width:33.33%; margin:0 15px; }

.resources-row1 .fa.fa-angle-double-left.slick-arrow { border: 1px solid #e56125;  border-radius: 100%;  color: #e56125 !important; cursor: pointer;  left: -42px;  padding: 9px 12px;   position: absolute; top: 43%;  cursor: pointer;  z-index: 1; }
.resources-row1 .fa.fa-angle-double-right.slick-arrow {border: 1px solid #e56125;  border-radius: 100%;  color: #e56125 !important;  cursor: pointer; padding: 9px 12px;  position: absolute; top: 43%; right: -42px;  cursor: pointer;  }
.resources-row1 ul{ padding:0;  width:100%; text-align:center;}
.resources-row1 ul li{ display:inline-block; }
.resources-row1 .slick-dots .slick-active button{  background-color:#e56125;  box-shadow: 0 0 0 8px hsla(0, 0%, 99%, 0.2); transition: all 0.6s ease 0s; } 
.resources-row1 .slick-dots button { background-color:#ccc; }

.Tresorces-text  h3 { font-size: 14px;  font-weight: bold; padding-top: 0px; }
.row-fluid .resoureces-section1 .title{ font-size:14px; text-transform:uppercase; text-align:center;  color:#007ac3; font-weight:600; }
.row-fluid .resoureces-section1{ padding-top:90px; padding-bottom: 63px;  }
.row-fluid .resources-row1{ padding-top:52px; }
.Tresorces-text .semheight{ float:left; width:100%; }

.lending-textbanner { color: hsl(0, 0%, 100%); font-size: 19px; line-height:24px; font-weight: 600; letter-spacing: 2.8px; }
body.Landing-new .row-fluid .new-footer{ padding-top:0; }
body.Landing-new .row-fluid .new-footer > .row-fluid-wrapper:first-child{ display:none; }
body.Landing-new .row-fluid .new-footer .row-fluid .copyright  {  padding: 13px 0 6px; margin-top:0;  }
body.Landing-new .row-fluid .nav-area { display:none; }
body.Landing-new .hero-section{ padding-bottom:231px; padding-top:75px; }
.hs-form-required{display:none;}
body.Landing-new .main-content .row-fluid .right-part{ background-color:#fff;  }
body.Landing-new .form-detaile h3 { font-size:18px; color:#525a6d; font-weight:bold; line-height:26px; text-transform:uppercase; }
body.Landing-new .form-detaile {  color: hsl(60, 0%, 51%); font-size: 14px; line-height: 31px; }
body.Landing-new .form-detaile p{ margin-top: 5px;}
body.Landing-new .hs-error-msgs.inputs-list { color: hsl(0, 100%, 50%); font-size: 13px; list-style: outside none none;  margin: 0;  padding: 0; }
body.Landing-new .main-content form .input input {  background-color: hsl(0, 0%, 96%);  border: 1px solid hsla(0, 0%, 0%, 0);  height: 50px; margin: 8px 0;  padding: 0 16px; }
body.Landing-new .main-content form .input input:focus{   border: 1px solid #003878;  }
body.Landing-new .main-content form{ padding-top:12px; }
body.Landing-new form input.hs-button  { float: right; background-color: #003878; border: none; color: #fff;  font-family: 'Open Sans', sans-serif; text-transform: uppercase;   letter-spacing: 2px;  min-width: 150px;  height: 46px; border-radius: 43px; cursor:pointer;  margin-top: 12px; }
body.Landing-new form input.hs-button:hover{ background-color:#f75e24;  color:#fff;   }
body.Landing-new .main-content form .input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #aeaeae;  font-size:14px; letter-spacing:2.8px; }
body.Landing-new .main-content form .input input::-moz-placeholder { /* Firefox 19+ */  color: #aeaeae;  font-size:14px;  letter-spacing:2.8px; }
body.Landing-new .main-content form .input input:-ms-input-placeholder { /* IE 10+ */ color: #aeaeae; font-size:14px; letter-spacing:2.8px; }
body.Landing-new .main-content form .input input:-moz-placeholder { /* Firefox 18- */ color: #aeaeae; font-size:14px; letter-spacing:2.8px; }

body.Landing-new .row-fluid .left-image { margin-top: -120px; position: relative;  z-index: 2; }
body.Landing-new .row-fluid .right-part  {  margin-top: -120px;  position: relative; z-index: 2; padding-left: 92px; padding-right: 52px;  padding-top: 60px; }

body.Landing-new  .verticle-align { font-size: 11px; font-weight: bold; left: -43%; letter-spacing: 6px; position: absolute;  top: -23px;  transform: rotate(-90deg);  z-index: 1; }
body.Landing-new .row-fluid .main-content { padding-bottom: 82px; }

body.Landing-new   .input input.hs-input.focused::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color:#003878;   }
body.Landing-new   .input input.hs-input.focused::-moz-placeholder { /* Firefox 19+ */  color:#003878;  }
body.Landing-new   .input input.hs-input.focused:-ms-input-placeholder { /* IE 10+ */ color:#003878; }
body.Landing-new   .input input.hs-input.focused:-moz-placeholder { /* Firefox 18- */ color:#003878; }

body.Landing-new .row-fluid .social-icon ul { margin: 8px 0; padding: 0; }
body.Landing-new .row-fluid .social-icon ul li { display: inline-block;  margin-right: 13px; }
body.Landing-new .row-fluid .social-icon ul li a { background-color: hsl(212, 100%, 24%);  border-radius: 50%;  color: hsl(0, 0%, 100%); display: inline-block; height: 29px;  padding: 3px 0;  text-align: center;  width: 29px; }
body.Landing-new i.fa { color: hsl(0, 0%, 100%); }
body.Landing-new .row-fluid .L-Header{ background-color:#007bc1; }
body.Landing-new  .row-fluid .L-Logo img{ max-width:157px; }
body.Landing-new  .social-icon { text-align: right; }
body.Landing-new .row-fluid .social-icon ul li a:hover{ background-color: hsl(19, 79%, 52%); transition: all 0.4s ease 0s; }
body.Landing-new .row-fluid .copyright {  background-color: hsl(0, 0%, 0%); color: hsl(0, 0%, 80%);  margin-top: 0;  padding: 10px 0 3px;  color: #8f8f8f;  font-size: 12px;  line-height: 22px;  }
html {  position: relative;  min-height: 100%; }
body.Landing-new .footer-container-wrapper { position: absolute; left: 0; bottom: 0; height: auto;  width: 100%; }
a.match { cursor:default; }

.row-fluid .Features-ImageSlider-row { text-align:center; }
.Features-Image-Slider .row-fluid .Features-ImageSlider-row button.slick-prev.slick-arrow{ display:none !important; }
.Features-Image-Slider .fa.fa-angle-right.slick-arrow { background-color:#58585a; color:#fff; position:absolute; top:44%; left:0; right:0; margin:0 auto; border-radius: 50%;  padding:0 11px; font-size: 29px;  height: 30px; text-align: center; width: 30px; cursor:pointer }
.Features-Image-Slider .fa.fa-angle-right.slick-arrow:hover{ background-color:#e56125; }

body.features-page .row-fluid .hero-section{ padding-bottom: 152px;  }
.row-fluid .Features-Image-Slider { margin-top: -97px;  position: relative;  z-index: 2; }
.row-fluid .feature-content a.cta_button{  background-color: hsl(212, 100%, 24%); border-radius: 30px;  box-sizing: border-box; color: hsl(0, 0%, 100%); display: inline-block;  font-size: 14px;  letter-spacing: 2px; max-width: 174px;  padding: 8px 0; text-align: center; width: 174px; margin-top:35px; font-weight:600; }
.row-fluid .feature-content a.cta_button:hover{ background-color:#e56125; }
.row-fluid .feature-content { color: hsl(60, 0%, 51%); font-size: 14px;  line-height: 31px; }
.row-fluid .feature-content h3 {  color: hsl(222, 14%, 37%);  font-size: 18px;  font-weight: bold;  line-height: 26px;  text-transform: uppercase; padding-top:0; }

.row-fluid .feature-content .content-space{ padding:0 90px; } 
.features-page .row-fluid .resoureces-section1{ padding-bottom: 48px; }

body.thankSignup-page .row-fluid .hero-section { padding:90px 0; }
.row-fluid .step-area .row-fluid .resources-title{ text-align:center; color:#828281; border:none; }
.row-fluid .step-area .row-fluid .container{ max-width:845px; }
.Step-Col{ float:left; width:100%;  cursor:pointer; }
.Step-no { float: left;  height: 65px;  text-align: center;  width: 65px; background-color:#007ac3; margin-top: 7px; position:relative; }
.Step-Text { float: left;  width: 91.8%; padding-left:40px; font-size: 14px;  color: hsl(60, 0%, 51%); font-size: 14px; line-height: 24px; }
.Step-no > span { display: inline-block; position: relative; top: 50%; font-size:30px; font-weight:bold; transform: translateY(-50%); color:#fff; }
.Step-no:before{position:absolute; content:"\f00c"; font-family:'fontawesome'; font-size: 29px;  left: 0; right: 0; color:#fff; top: 50%; z-index:2; opacity:0; transform: translateY(-50%); -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;; } 
.Step-no:after{ position:absolute; content:""; top:0; right:0; left:0; bottom:0; background:#e56125; z-index:1; -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;; opacity:0; }

.Step-Col .fa.fa-eye { font-size: 29px; padding-right: 6px; }
.Step-Text > h3{ font-size:18px; font-weight:600; line-height:26px; letter-spacing:2px; padding-top:0;  }
.Step-Row span > .hs_cos_wrapper {  display: inline-block;  padding-bottom: 45px;   position: relative; -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;;  }
.Step-Row span > .hs_cos_wrapper::before { background-color: #b7b7b7;  bottom: 0; content: "";  height: 100%;  left: 32px;  margin-top: 0;   position: absolute; top: 15px;   width: 1px; z-index:-1; }
.Step-Row span > .hs_cos_wrapper:last-child::before{width:0;}
.row-fluid .Step-Row{ padding-top:46px; }

.Step-Row span > .hs_cos_wrapper:first-child{ -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;; opacity:1;  }
.Step-Row span > .hs_cos_wrapper .completed .Step-Text > h3{ -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;; color:#e56125; }
.Step-Row span > .hs_cos_wrapper .completed .Step-no::before,.Step-Row span > .hs_cos_wrapper .completed .Step-no::after{ opacity:1; }

.row-fluid .Thumnail-Slider{ background-color:#006ab2; }
.row-fluid .Thumnail-Slider .row-fluid .container{ max-width:690px; }
.row-fluid .Thumbnail-Row1 iframe{ height:444px; }
.row-fluid .Thumbnail-Row2 > span.hs_cos_wrapper{ margin-left:-13px; margin-right:-13px; display:block; }
.row-fluid .Thumbnail-Row2 > span .hs_cos_wrapper_widget{  position:relative;  margin:0 13px; cursor:pointer; height:120px; background-repeat:no-repeat; background-size:cover; background-position:center; }
.row-fluid .Thumbnail-Row2 > span .hs_cos_wrapper_widget::before {  background-color: hsla(0, 0%, 0%, 0.2);  bottom: 0;  content: "";  left: 0;  position: absolute; right: 0;  top: 0; background-image:url('https://cdn2.hubspot.net/hubfs/2741617/2017/Image/play-icon.png'); background-position:center center; background-repeat:no-repeat;}
.row-fluid .Thumbnail-Row2 > span .hs_cos_wrapper_widget img{ display:none; }

.Thumnail-Slider .Slider-Header{ text-align:center; } 
.Thumnail-Slider .Slider-Header h1{ color:#fff; padding-bottom:0; font-size:32px; }
.Thumnail-Slider .Slider-Header p.secondary-header{ color:#fff;   margin-top: 7px; }
.row-fluid .Thumbnail-Row1{ padding-top:46px;} 

.Thumnail-Slider .fa.fa-angle-double-left.slick-arrow { border: 1px solid #fff;  border-radius: 100%;  color: #fff !important; cursor: pointer;  left: -42px;  padding: 9px 12px;   position: absolute; top: 34%;  cursor: pointer;  z-index: 1; }
.row-fluid .Thumbnail-Row2 { padding-top: 17px; }   
.Thumnail-Slider .fa.fa-angle-double-right.slick-arrow {border: 1px solid #fff;  border-radius: 100%;  color: #fff !important;  cursor: pointer; padding: 9px 12px;  position: absolute; top: 37%; right: -42px;  cursor: pointer;  }
.row-fluid .Thumnail-Slider { padding-top: 43px; padding-bottom: 100px; }    
.row-fluid .add-one .resources-row1  span > .hs_cos_wrapper { float: left;  margin-bottom: 15px; margin-right: 15px;  text-align: center; background-color:#ebebeb; width: 49.2%; margin-left:0; }  
 a.contact-btn { background-color: hsl(212, 100%, 24%);  border-radius: 28px; color: hsl(0, 0%, 100%);  display: inline-block;  font-size: 14px;  font-weight: bold;  height: 44px;   max-width: 209px; padding: 10px 0; text-transform: uppercase; width:209px; letter-spacing:0;  margin-top:34px; margin-bottom: 6px; }
.add-one,.add-row { float:left; width:100%; }
.add-row > h3 {  color: hsl(222, 14%, 37%); letter-spacing: 1.8px;  line-height: 26px; padding-bottom:8px; text-transform: uppercase;}
.add-one, .add-row { color: hsl(0, 0%, 26%); float: left;  font-size: 14px;  width: 100%; }
.add-row > span {  color: hsl(222, 14%, 37%);  display: inline-block; padding:5px 0; font-size: 16px;  font-weight: 600; width: 100%; }
.add-one{ padding: 38px 28px; }
a.contact-btn:hover{ background-color:#e56125; -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s; }
.row-fluid .add-one .row-fluid .resources-row1{ padding-top: 41px; }

.row-fluid  .Pricing-col{ text-align:center; background-color:#ebebeb;  margin-top: -130px; position: relative;  z-index: 2;}
.row-fluid .Pricing-col{ margin-right:15px; }
.row-fluid .Pricing-col:last-child{ margin-right:0; margin-left:0;}

.row-fluid .Pricing-col:last-child .row-fluid .col-1,.row-fluid .Pricing-col:last-child .row-fluid .user-line{ background-color:#003878; }
.row-fluid .col-1{ background-color:#007ac3; padding:21px 19px; }
.row-fluid .col-1 .price h3,.row-fluid .col-1 .price2 h3{ color:#fff; font-size: 22px; font-weight: 700; margin-top:0; line-height: 33px; text-transform: uppercase; padding-top:0;} 
.row-fluid .col-1 .price1 { color: hsl(0, 0%, 100%); font-size: 12px; font-weight: 700;  margin-top: -6px; text-transform: uppercase; }
.row-fluid .price-detail{ background-color:#ebebeb; font-size:14px; line-height:31px;  color:#434343; }

.row-fluid .price-detail { padding: 22px 24px; }
.row-fluid  .user-line{ background: #007ac3; color: #fff;  font-weight: 700; font-size: 16px;  padding: 22px 0; }
.row-fluid  .user-line h3 { color: white;margin-bottom: 20px; }
.thankSignup-page .row-fluid .resoureces-section1 { padding-top:64px; }
.thankSignup-page .resources-title h1{ font-size:32px; line-height:34px; }
.Oprice-col{float:left; width:100%; border-bottom: 1px solid hsl(0, 0%, 100%); padding:18px 0px;}
.per-user { padding: 0 42px;margin-top: 20px;display: -webkit-flex; display: flex; }
.per-user > div { border-top: 1px solid rgba(255,255,255, .5);padding-top: 20px; }
.per-user.per-user-header > div { border-top: none;padding-top: 0px; }
.per-user-left { flex: 1;text-align: left; }

.Oprice-option > i {position:relative; border: 1px solid #e56125; cursor:pointer;  border-radius: 50%;  display: inline-block;  margin-left: 4px; font-size: 14px; font-style: normal;  height: 15px; line-height: 13.9px;  padding: 0 2.7px;  text-align: center;  width: 15px; }
.Oprice-Text { color: hsl(222, 14%, 37%);  float: left;  font-size: 16px;  font-weight: 600;    line-height: 26px;  text-transform: uppercase; }
.Oprice-option{ float:right; color:#e56125; font-size:18px; line-height:26px; font-weight:600; }
.price-row > span > div.hs_cos_wrapper { background-color: hsl(0, 0%, 92%);    float: left;  width: 100%; box-sizing: border-box;  padding: 0px 42px; }
.price-row > span > div.hs_cos_wrapper:first-child{ padding-top:9px; } 
.row-fluid .price-cta .cell-wrapper.layout-widget-wrapper a::before{  background: hsl(202, 100%, 38%) none repeat scroll 0 0;  content: ""; height: 100%; position: absolute;  right: 0;  top: 0;  transition: all 0.4s ease 0s;  width: 0;  z-index: -1; }
.row-fluid .price-cta .cell-wrapper.layout-widget-wrapper a:hover::before { left: 0; right: auto;  transition: all 0.4s ease 0s; width: 100%; }
.row-fluid .price-cta .cell-wrapper.layout-widget-wrapper a{ position:relative; z-index:1; overflow:hidden; margin:34px 0; }
body.Pricing-page .row-fluid .hero-section{ padding-bottom: 151px; }
.row-fluid .resoureces-section1.add-one { padding-top: 47px; }

.Oprice-option > span{    color: hsl(222, 14%, 37%)  }
.Oprice-option > span + i{ border: 1px solid hsl(222, 14%, 37%); color: hsl(222, 14%, 37%); cursor:pointer; position:relative; }
#popup1{ display:none; }
.row-fluid .add-one .resources-row1 span > .hs_cos_wrapper:nth-child(2n){ margin-right:0; }
.Oprice-hide { float: left;  font-size: 13px;  line-height: 24px;  padding: 7px 0;  text-align: left; width: 100%; }
.Oprice-option.on-expand > i::before {  background-color: hsl(0, 0%, 92%); border-radius: 50%;  bottom: 0;  content: "-"; height: 13px; left: 1px; line-height: 9px; margin: 0 auto; position: absolute;  right: 0; top: 0; width: 8px; }


/* Contact Us */

.contact-body { padding: 50px 8%;text-align: center; }
.contact-body > div { padding: 25px 0; }
.contact-body .box1 { padding: 0 20px 0 0; }
.contact-body .box2 { padding: 0 10px; }
.contact-body .box3 { padding: 0 0 0 20px; }
.contact-body .box .widget-type-linked_image { padding-bottom: 5px; }
.contact-body .box h3 { color: #333;font-size: 1.2em !important; }

.contact-page-form form { position: relative;margin-left:-7px;margin-right:-7px; }
.contact-page-form form label, .contact-page-form form .hs-error-msgs { display: none !important; }
.contact-page-form form .field { width: 50%;padding: 0 7px;box-sizing: border-box; }
.contact-page-form form .hs-form-field { margin-bottom: 18px; }
.contact-page-form form .field input { height: 54px; }
.contact-page-form form .field input, .contact-page-form form .field textarea { font-size: 14px;line-height: 16px;border-radius: 0;color: #333;background: #f5f5f5;border: 1px solid #f5f5f5;box-shadow: none; }
.contact-page-form form .field .error { border-color: red; }
.contact-page-form form .field input:focus, .contact-page-form form .field textarea:focus { border-color: #003878;box-shadow: none; }
.contact-page-form form .field input::-webkit-input-placeholder, .contact-page-form form .field textarea::-webkit-input-placeholder { text-transform: uppercase;font-size: 14px;line-height: 16px;letter-spacing: 2px; }
.contact-page-form form .field input::-moz-placeholder, .contact-page-form form .field textarea::-moz-placeholder { text-transform: uppercase;font-size: 14px;line-height: 16px;letter-spacing: 2px; }
.contact-page-form form .field input:-ms-input-placeholder, .contact-page-form form .field textarea:-ms-input-placeholder { text-transform: uppercase;font-size: 14px;line-height: 16px;letter-spacing: 2px; }
.contact-page-form form .field input:-moz-placeholder, .contact-page-form form .field textarea:-moz-placeholder { text-transform: uppercase;font-size: 14px;line-height: 16px;letter-spacing: 2px; }
.contact-page-form form .field input:focus::-webkit-input-placeholder, .contact-page-form form .field textarea:focus::-webkit-input-placeholder { color: #003878; }
.contact-page-form form .field input:focus::-moz-placeholder, .contact-page-form form .field textarea:focus::-moz-placeholder { color: #003878; }
.contact-page-form form .field input:focus:-ms-input-placeholder, .contact-page-form form .field textarea:focus:-ms-input-placeholder { color: #003878; }
.contact-page-form form .field input:focus:-moz-placeholder, .contact-page-form form .field textarea:focus:-moz-placeholder { color: #003878; }
.contact-page-form form .field textarea { resize: none;height: 100%;min-height: 0; }
.contact-page-form form .hs_message { position: absolute;right:0;top:0;bottom: 40px; }
.contact-page-form form .hs_message .input { height: 100%; }
.contact-page-form form .actions input { min-width: 200px;background-color: #e56125 !important;border-color: #e56125 !important;padding: 12px 25px !important;letter-spacing: 3px !important;font-size: 12px !important; }
.contact-page-form form .actions input:hover { background-color: #e56125 !important; }

/* Blog Page */

body.open { height: 100vh;width: 100%;overflow: hidden; }
body .body-container-wrapper { -webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out; }
body.open .body-container-wrapper { -webkit-filter: blur(2px); -moz-filter: blur(2px); -o-filter: blur(2px); -ms-filter: blur(2px); filter: blur(2px); }
.pop-up-overlay { position: fixed;z-index: -1;opacity: 0;top:0;bottom:0;left:0;width: 100% !important;background: rgba(0,0,0, .7); }
.pop-up-overlay.open { z-index: 10;opacity: 1; }
.pop-up-overlay > div { height: 100%;display: -webkit-flex; display: flex;-webkit-align-items: center; align-items: center; }
.pop-up-main { width: 500px !important;position: relative;max-width: 90% !important;margin: 0 auto !important;float: none !important;box-shadow: 0 0 20px rgba(0,0,0, .5);padding: 40px 50px;max-height: 95vh;overflow: auto; }
.close { color: white;background: #003878;cursor: pointer;border-radius: 50%;position: absolute;right: 0;top: 0;padding: 3px 0 5px;width: 26px;font-size: 14px;line-height: 1.3em;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.close:hover { background: #007bc1; }
.pop-up-main h2 { color: white; }

html .row-fluid .bog-hero-container { width: 900px;max-width: 90%;margin: 0 auto !important;float: none !important;text-align: center;min-height: 320px !important;display: -webkit-flex; display: flex;-webkit-align-items: center; align-items: center; }
html .row-fluid .bog-hero-container > div { padding: 40px 0;width: 100%; }
html .row-fluid .blog-container { width: 1200px;max-width: 95%;margin: 0 auto !important;float: none !important;padding: 0px 0 60px; }
.open-blog-sub { display: inline-block;color: white;cursor: pointer;padding: 8px 25px;margin-top: 20px;text-transform: uppercase;font-weight: 700;font-size: 14px;position: relative;overflow: hidden;box-shadow: 0 0 10px rgba(0,0,0, 0);-ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1);background: #e56125;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.open-blog-sub:hover { box-shadow: 0 0 10px rgba(0,0,0, .3);-ms-transform: scale(1.01); -webkit-transform: scale(1.01); transform: scale(1.01); }

.search-bar { font-size: 14px;padding-top: 60px; }
.search-topics { display: inline-block;width: 50%; }
.search-topics > span { text-transform: uppercase;font-weight: 800;color: #007bc1; }
.blog-topics { display: inline-block;width: 300px;padding-left: 20px; }
.blog-topics > div { position: relative;text-align: left; }
.blog-topics .topic-select { border: 1px solid #d7d7d7;background: white;display: -webkit-flex; display: flex; }
.blog-topics .topic-select > span { padding: 12px 15px; }
.blog-topics .topic-select > span:nth-child(1) { flex: 1; }
.blog-topics .topic-select .trigger { cursor: pointer;border-left: 1px solid #d7d7d7;padding: 12px 18px;color: #e56125; }
.blog-topics .topic-drop { position: absolute;display: none;box-sizing: border-box;width: 100%;border: 1px solid #d7d7d7;border-top: none;background: white; }
.blog-topics .topic-drop a { display: block;border-top: 1px solid #d7d7d7;text-decoration: none;padding: 5px 15px;color: #6d6d6d; }
.blog-topics .topic-drop a:nth-child(1) { border-top: none; }
.blog-topics .topic-drop a:nth-child(even) { background: #e9e9e9; }
.blog-topics .topic-drop a:hover { background: #d7d7d7; }

.search-box { display: inline-block;width: 50%;text-align: right; }
.search-box > span { font-weight: 800;color: #007bc1; }
.search-box .form-wrapper { display: inline-block;width: 300px;padding-left: 20px; }
.search-box form { display: -webkit-flex; display: flex; }
.search-box form input { border: 1px solid #d7d7d7;padding: 15px;font-size: 14px; }
.search-box form .search-submit { cursor: pointer;font-family: fontawesome;border-left: none;font-size: 17px;background: transparent;padding: 15px 17px;color: #e56125; }

.blog-listing-posts { margin-left: -5px;margin-right: -5px;padding: 30px 0;display: -webkit-flex; display: flex;-webkit-flex-wrap: wrap; flex-wrap: wrap; }
.blog-listing-posts > div { width: 33.3333%;padding: 10px 5px;box-sizing: border-box; }
.blog-listing-posts .post-item { border: 1px solid #d7d7d7;border-top: none;height: 100%; }
.blog-listing-posts .post-item .post-header { padding-bottom: 15px; }
.blog-listing-posts .post-item h2 { padding: 0 0 2px;font-size: 1.1em;line-height: 1.1em;letter-spacing: 2px;font-weight: 700;text-transform: uppercase;color: #007bc1; }
.blog-listing-posts .post-item h2 a { color: #007bc1; }
.blog-listing-posts .post-item .featured-image-link { display: block;padding-top: 60%;margin-left: -1px;margin-right: -1px; }
.blog-listing-posts .post-item .content { padding: 30px; }
.blog-listing-posts .post-item .post-item-footer { padding-top: 15px;text-transform: uppercase;font-weight: 600;font-size: 14px;display: -webkit-flex; display: flex;-webkit-align-items: center; align-items: center; }
.blog-listing-posts .post-item .post-item-footer .more-link { display: inline-block;color: #007bc1; }
.blog-listing-posts .post-item .post-item-footer .more-link i { font-size: 12px;padding-left: 4px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.blog-listing-posts .post-item .post-item-footer .more-link:hover i { color: #e56125;padding-left: 7px; }
.blog-listing-posts .post-item .post-item-footer .topics { flex: 1;text-align: right; }
.blog-listing-posts .post-item .post-item-footer .topics a { color: #e56125; }
.blog-listing-posts .post-item .post-item-footer .topics a:hover { color: #464646; }

.blog-pagin-wrapper { display: -webkit-flex; display: flex; }
.blog-pagin-wrapper .blog-arrow { width: 200px; }
.blog-pagin-wrapper .blog-arrow a { color: #939598;text-transform: uppercase;font-weight: 600; }
.blog-pagin-wrapper .blog-arrow a:hover { color: #e56125; }
.blog-pagin-wrapper .blog-arrow i { color: white;padding: 7px 13px 7px 12px;margin-right: 10px;background: #e56125; }
.blog-pagin-wrapper .blog-next { text-align: right; }
.blog-pagin-wrapper .blog-next i { padding: 7px 12px 7px 13px;margin-left: 10px; }
.blog-pagin-wrapper .blog-pagin-flex { flex: 1;text-align: center; }

.blog-pagination a { display: inline-block;border: 1px solid #d7d7d7;color: #939598;margin: 0 10px;padding: 2px 5px;width: 30px;box-sizing: border-box; }
.blog-pagination a:hover { color: #939598;border-color: #007bc1; }
.blog-pagination .active { color: white;background: #e56125;border-color: #e56125; }
.blog-pagination .active:hover { color: white;background: #e56125;border-color: #e56125; }

.hidden-hero { display: none !important; }
.inside-post-header { display: -webkit-flex; display: flex; }
.inside-post-header .post-header { width: 45%;align-self: center;padding-right: 5%; }
.inside-post-header .post-header .read-time { text-transform: uppercase;font-weight: 600; }
.inside-post-header .post-header h1 { margin: 25px 0 15px;padding: 0;font-size: 2em; }
.inside-post-header .post-header .hubspot-editable { padding: 10px 0;font-size: 13px;display: -webkit-flex; display: flex;-webkit-align-items: center; align-items: center; }
.inside-post-header .post-header .author-img { width: 60px;height: 60px;border-radius: 50%;padding: 1px;border: 2px solid #007bc1; }
.inside-post-header .post-header .hs-author-avatar { width: 54px;height: 54px;border-radius: 50%;overflow: hidden; }
.inside-post-header .post-header .author-name { padding: 0 10px; }
.inside-post-header .blog-inside-img { width: 55%;border-radius: 3px;padding-top: 35%;order: 2; }

.inside-blog-section .post-body { padding: 30px 0;display: -webkit-flex; display: flex; }
.inside-blog-section .post-body .sidebar { width: 15%; }
.inside-blog-section .post-body .center-sidebar { position:relative;top: 0;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;-o-transition:all .15s ease-out;transition:all .15s ease-out; }
.inside-blog-section .post-body .sidebar .hs_cos_wrapper_type_social_sharing { font-size: 0;line-height: 0; }
.inside-blog-section .post-body .sidebar .hs_cos_wrapper_type_social_sharing a { display: block;margin: -5px 0; }
.inside-blog-section .post-body .sidebar .hs_cos_wrapper_type_social_sharing img { max-width: 35px !important;max-height: 35px !important;width: 30px; }
.inside-blog-section .post-body .post-content { flex: 1;padding-right: 15%; }
.inside-blog-section .post-body .footer-post-info { padding-top: 30px; }
.inside-blog-section .post-body .footer-post-info .publish { font-style: italic;color: #939598; }
.inside-blog-section .post-body .footer-post-info .topics { color: #003878; }
.inside-blog-section .post-body .footer-post-info .topics a { display: inline-block;margin: 0 5px;padding: 5px 15px;color: white;background: #007bc1; }
.inside-blog-section .post-body .footer-share { text-align: center; }
.inside-blog-section .post-body .footer-share h3 { color: #003878;font-size: 1.2em;margin: 30px 0 20px; }
.inside-blog-section .post-body .footer-share a { background: #003878;border-radius: 50%;padding: 5px;margin: 0 5px;color: white;font-family: fontawesome;width: 34px !important;display: inline-block;box-sizing: border-box; }
.inside-blog-section .post-body .footer-share a:hover { background: #007bc1; }
.inside-blog-section .post-body .footer-share a:nth-child(1):before { content: ''; }
.inside-blog-section .post-body .footer-share a:nth-child(2):before { content: ''; }
.inside-blog-section .post-body .footer-share a:nth-child(3):before { content: ''; }
.inside-blog-section .post-body .footer-share a:nth-child(4):before { content: ''; }
.inside-blog-section .post-body .footer-share a:nth-child(5):before { content: ''; }
.inside-blog-section .post-body .footer-share a img { display: none; }

.related-section { text-align: center;padding: 0 5%; }
.related-section h3 { padding:40px 0 40px; }
.related-section .related-posts { display: -webkit-flex; display: flex;-webkit-flex-wrap: wrap; flex-wrap: wrap; }
.related-section .related-posts > div { width: 33.3333%;padding: 10px;box-sizing: border-box; }
.related-section .related-posts > div:nth-child(4) { display: none; }
.related-section .related-post-item > div { height: 100%;border: 1px solid #d7d7d7;border-top: none; }
.related-section .related-post-item .related-name { font-size: 1.1em;font-weight: 600;color: #007bc1; }
.related-section .related-posts .related-image { display: block;padding-top: 50%; }
.related-section .related-posts .related-title { padding: 20px;text-align: left; }

/* Pillar Page */

.jump-link-section { position: relative;height: 44px; }
.jump-link-section > div { padding: 10px 0;background: #f2f5f8;position: absolute;top:0;left:0;width: 100% !important; }
.jump-link-section > .sticky { position: fixed; }
.jump-flex > span { -webkit-justify-content: center;justify-content: center;display: -webkit-flex; display: flex;-webkit-flex-wrap: wrap; flex-wrap: wrap; }
.jump-flex > span > div { padding: 0 2%;white-space: nowrap; }
.scroll-link { cursor: pointer;color: #007bc1;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.scroll-link:hover { color: #e56125; }

.social-share { background: #f9fbfd;padding: 12px 0;text-align: center; }
.social-share a { margin: 0 2px;padding:0px 3px 4px;border-radius: 50%;background: #007bc1; }
.social-share a:hover { background: #003878; }
.social-share img { width: 20px; }

.piller-body { padding: 0 0 50px; }
.piller-body > span { padding: 0 5%; }
.piller-body .hs_cos_wrapper_type_rich_text { padding-top: 20px; }
.piller-body h2 { text-align: center;padding: 20px 0 30px;color: #007bc1; }
.piller-body h3 { padding: 0;margin-top: 15px;color: #444; }
.piller-body h3:nth-child(1) { margin-top: 0; }
.piller-body h4 { font-size: 1.1em;padding: 0; }

.pillar-insert { padding-top: 30px; }
.pillar-flex { display: -webkit-flex; display: flex; }
.pillar-flex .pillar-image { width: 40%;box-sizing: border-box;padding: 0 30px 0 0; }
.pillar-flex .right { order: 2;padding: 0 0 0 30px; }
.pillar-flex .pillar-text { width: 60%; }

.pillar-footer { background: #0064aa;padding: 40px 0;color: white; }
.pillar-footer h2 { color: white;padding: 0; }
.pillar-footer h3, .pillar-footer p { color: white;margin-top: 0; }
.pillar-footer .widget-type-space { height: 1px; }
.custom-social { padding-top: 10px; }
.custom-social a { display: inline-block;-webkit-border-radius: 50%;-moz-border-radius: 50%;-o-border-radius: 50%;-ms-border-radius: 50%;border-radius: 50%;height: 29px;width: 29px;text-align: center;background-color: #003878;color: #fff;padding: 3px 0;color: white; }
.custom-social a:hover { background-color: #ed5920; }
.custom-social a .fa { color: white !important; }

/* Info Landing Page */

.overlap-hero { padding: 70px 60px 90px; }
.hero-header-text { text-align: center;color: white;padding: 0 10%; }
.hero-form-group { padding-top: 20px; }
.hero-form-group .hero-flex > span > div { padding-top: 20px; }
.hero-form-group .hero-flex > span > .hs_cos_wrapper_type_require_js { padding-top: 0; }
.hero-form-group .hero-flex .hs_cos_wrapper_type_linked_image { text-align: center; }
.hero-form-group .hero-flex .hs_cos_wrapper_type_form  { padding-left: 20px;padding-right: 20px; }
.hero-form-group .hero-flex .hs_cos_wrapper_type_form h3 { color: white;padding: 0 0 10px;text-transform: uppercase;font-size: 14px; }
.hero-form-group .hero-flex .hs_cos_wrapper_type_form h3:before { content:'';font-family: fontawesome;color: #1ba1da;font-size: 40px;margin-left: -15px;padding-right: 10px;position: relative;top: 10px; }
.hero-form-group .hero-flex .hs_cos_wrapper_type_form form input.hs-button { display: block;width: 100%;background: #f75e24;font-size: 14px;letter-spacing: 3px; }
.hero-form-group .hero-flex .hs_cos_wrapper_type_form form input.hs-button:hover { background: #003878; }

.hero-form-group .hs-form .hs-form-field .input input{font-family: "Open Sans",sans-serif; background-color:#f5f5f5; text-transform:uppercase; color:#aeaeae; font-size:14px;border: 1px solid transparent;min-height:52px; padding:10px 28px;letter-spacing: 5px;}
.hero-form-group .hs-form .hs-form-field{margin-bottom:15px;}
.hero-form-group .hs-form .hs-form-field .input input::-webkit-input-placeholder {opacity:1 !important; color:#aeaeae;}
.hero-form-group .hs-form .hs-form-field .input input::-moz-placeholder {opacity:1 !important; color:#aeaeae;}
.hero-form-group .hs-form .hs-form-field .input input:-ms-input-placeholder {opacity:1 !important; color:#aeaeae;}
.hero-form-group .hs-form .hs-form-field .input input:-moz-placeholder {opacity:1 !important; color:#aeaeae;}
.hero-form-group .hs-form .hs-form-field .input input:focus{ color:#003878; box-shadow: 0 0 0 1px #003878;}

.hero-form-group .hs-form .hs-form-field .input input:focus::-webkit-input-placeholder{ color:#003878; box-shadow: none;}
.hero-form-group .hs-form .hs-form-field .input input:focus::-moz-placeholder{ color:#003878; box-shadow: 0 0 0 1px #003878;}
.hero-form-group .hs-form .hs-form-field .input input:focus:-ms-input-placeholder{ color:#003878; box-shadow: 0 0 0 1px #003878;}
.hero-form-group .hs-form .hs-form-field .input input:focus:-moz-placeholder{ color:#003878;box-shadow: 0 0 0 1px #003878;}

html .row-fluid .overlap-body { padding: 0 60px;margin-top: -70px !important; }
html .row-fluid .overlap-body > div { background: white;padding: 30px 30px 60px;position: relative; }

.two-column-flex { padding-top: 10px; }
.two-column-flex > span { display: -webkit-flex; display: flex;-webkit-flex-wrap: wrap; flex-wrap: wrap; }
.two-column-flex > span > div { width: 50%;padding: 20px 10px 0;box-sizing: border-box; }

.info-item { display: -webkit-flex; display: flex;-webkit-align-items: center; align-items: center; }
.info-img { width: 120px;padding-right: 20px;z-index:1;position: relative;font-size: 50px; }
.info-img.info-img-pin { padding-bottom: 20px; }
.info-img .pin { border: 6px solid black;border-radius: 50%;background: #fffef6;height: 100px;box-sizing: border-box;position: relative;display: -webkit-flex; display: flex;-webkit-align-items: center; align-items: center;-webkit-justify-content: center; justify-content: center; }
.info-img .pin.color-97ca58 { border-color: #97ca58;color: #97ca58; }
.info-img .pin.color-1ba1da { border-color: #1ba1da;color: #1ba1da; }
.info-img .pin.color-f69a46 { border-color: #f69a46;color: #f69a46; }
.info-img .pin.color-ef6930 { border-color: #ef6930;color: #ef6930; }
.info-img .pin:before { content: '';position: absolute;z-index:-1;left:9px;top:91%;width: 0;height: 0;border-left: 35px solid transparent;border-right: 35px solid transparent; }
.info-img .pin.color-97ca58:before { border-top: 35px solid #97ca58; }
.info-img .pin.color-1ba1da:before { border-top: 35px solid #1ba1da; }
.info-img .pin.color-f69a46:before { border-top: 35px solid #f69a46; }
.info-img .pin.color-ef6930:before { border-top: 35px solid #ef6930; }
.info-text { color: #828281;flex: 1;font-weight: 300;line-height: 1.8em;font-size: 14px; }
.info-text p { margin: 5px 0; }
.info-text h1, .info-text h2, .info-text h3, .info-text h4 { color: #525a6d;padding-top: 0;text-transform: uppercase;letter-spacing: 2px;font-size: 18px; }


/*=== New Home Page ===*/
.span12.widget-span.widget-type-cell.bgimg-main.home-hero-section { background-repeat: no-repeat; background-size: cover; background-position: center; min-height: 400px; text-align:center;position: relative;}
.span12.widget-span.widget-type-header.hero-header h1{color:#FFF;}
.span12.widget-span.widget-type-text.hero-section-subheader{color:#FFF; font-size:18px; padding-top:5px; padding-bottom:40px;}
.span12.widget-span.widget-type-cell.for-middle-class { top: 50%; position: absolute; transform: translateY(-50%); left: 0;}

/*=== feature-section ====*/
.span12.widget-span.widget-type-cell.sharedbook-features-section { text-align: center; padding-top:50px; padding-bottom:120px;}
.span12.widget-span.widget-type-header.features-header h2{color:#6a6a6a;}
.span12.widget-span.widget-type-text.features-subheader{color:#6a6a6a; padding-bottom:50px;}
.span6.widget-span.widget-type-cell.sharedbook-feature-left iframe{width:100%; height:100%;display:block;}
.engaging-user-slider { background-color: #007ac3;}
.span6.widget-span.widget-type-widget_container.sharedbook-feature-Right{width:50%; margin-left:0;}
.engaging-user-slider{padding-top:72px; padding-bottom:48px;}
.engaging-user-slider h3{color:#FFF; text-transform:uppercase;}
.engaging-user-slider p{color:#FFF; font-size:20px;max-width: 400px;margin: auto; padding-top:25px; padding-bottom:35px;}
.engaging-user-slider a{color:#FFF;text-transform:uppercase;font-size:15px; font-weight:700; background-color:#e56125; display:inline-block; padding: 9px 58px;}
.span12.widget-span.widget-type-cell.feature-box > div > div {display:flex; position:relative;}
.span6.widget-span.widget-type-cell.sharedbook-feature-left *{height:100%;}
.span6.widget-span.widget-type-widget_container.sharedbook-feature-Right .slick-dots li button{display:none;}
.span6.widget-span.widget-type-widget_container.sharedbook-feature-Right .slick-dots{list-style:none;padding:0;position:absolute;left: -38px;}
.span6.widget-span.widget-type-widget_container.sharedbook-feature-Right .slick-dots li{display:inline-block; background-color:#b7b7b7; height:12px; width:12px;border-radius: 50%;margin: 0px 7px; cursor:pointer; }
.span6.widget-span.widget-type-widget_container.sharedbook-feature-Right .slick-dots li.slick-active{background-color:#e56125;}

/*=== Curabiture Section ===*/
.span12.widget-span.widget-type-cell.curabitur-section{background-color:#007ac3; padding-top:34px; padding-bottom:45px;}
.span12.widget-span.widget-type-header.curabitur-header h2{color:#FFF;}
.span12.widget-span.widget-type-text.curabitur-subheader{color:#FFF;font-size:18px;}
.span3.widget-span.widget-type-cell.curabitur-learn-btn a{color:#FFF;text-transform:uppercase;font-size:15px; font-weight:700; background-color:#003878; display:inline-block; padding: 9px 58px;}
.span3.widget-span.widget-type-cell.curabitur-learn-btn{text-align:center;padding-top: 30px;}

/*=== Testimonial Section ===*/
.span12.widget-span.widget-type-cell.testimonial-slider-section{text-align:center;padding:60px 0px 40px;}
.span12.widget-span.widget-type-cell.testimonial-slider-section li button{display:none;}
.span12.widget-span.widget-type-cell.testimonial-slider-section ul{list-style:none;padding:0;}
.span12.widget-span.widget-type-cell.testimonial-slider-section li{display:inline-block; background-color:#b7b7b7; height:12px; width:12px;border-radius: 50%;margin: 0px 7px; cursor:pointer; }
.span12.widget-span.widget-type-cell.testimonial-slider-section li.slick-active{background-color:#e56125;}
.testimonial-slider p{color:#6a6a6a; font-size:18px;letter-spacing: 2px; padding:25px 0; margin-top:0;}
.testimonial-slider h6{margin-top:0; color:#0060a6; font-weight:700; font-size:14px; text-transform:uppercase;padding:0;}

/*=== Resources Slider ===*/
.span12.widget-span.widget-type-cell.resoureces-section1.home-resorces-section{background-color:#0064aa; text-align:center; padding-top:50px; padding-bottom:110px;}
.span12.widget-span.widget-type-header.resources-header h2{color:#FFF;}
.span12.widget-span.widget-type-text.resources-subheader{color:#FFF; padding-bottom:15px;}
.span12.widget-span.widget-type-cell.resoureces-section1.home-resorces-section .Tresorces-text{text-align:left;}
.span12.widget-span.widget-type-cell.resoureces-section1.home-resorces-section .Features-Slider-Row .fa.fa-angle-double-left.slick-arrow{border: 1px solid #FFF;color: #FFF !important;}
.span12.widget-span.widget-type-cell.resoureces-section1.home-resorces-section .Features-Slider-Row .fa.fa-angle-double-right.slick-arrow{border: 1px solid #FFF;color: #FFF !important;}

/*=== Contact-Us ====*/
.span12.widget-span.widget-type-cell.bgimg-main.contact-us-section{text-align:center; background-size:cover; background-repeat:no-repeat; background-position:center; padding:110px 0px;}
.span12.widget-span.widget-type-header.contact-header h1{color:#FFF;}
.span12.widget-span.widget-type-text.contact-subheader{color:#FFF;font-size:18px; padding-bottom:30px;}
.home-contact-us{display:inline-block; background-color:#e56125; color:#FFF; text-transform:uppercase; padding:11px 27px; font-size:14px; font-weight:700;}
.home-contact-us:hover{color:#FFF;}

.span12.widget-span.widget-type-cta.try-btn #cta_button_2741617_b5d2bc4b-2452-4106-8b5e-d5ef4ff2263a:hover{background-color:#003878;}
.engaging-user-slider a:hover{background-color:#003878;}
.span3.widget-span.widget-type-cell.curabitur-learn-btn a:hover{background-color:#e56125;}
.home-contact-us:hover{background-color:#003878;}

/*============= Linked landing Page ================*/
.span12.widget-span.widget-type-cell.hero-section-2.bgimg-main{min-height:275px; position:relative;}
.span12.widget-span.widget-type-cell.hero-section-2.bgimg-main .span12.widget-span.widget-type-text.lending-textbanner{font-size:14px; font-weight:700;}
.span12.widget-span.widget-type-cell.hero-section-2.bgimg-main .span12.widget-span.widget-type-rich_text.landing-page-hero-text{color:#FFF;max-width: 780px;margin: 0 auto;float: none;font-size:14px;}
.span12.widget-span.widget-type-cell.hero-text.hero-text-landing-page{top:50%; position:absolute; transform:translateY(-50%);left:0;}
.span12.widget-span.widget-type-cell.hero-section-2.bgimg-main a{display:inline-block; background-color:#e56125; font-size:14px; font-weight:700; text-transform:uppercase; color:#FFF;line-height: 27px;padding: 4px 0;position: absolute;margin: auto;left: 0;right: 0;max-width: 170px;text-align: center;top: 100%;transform: translateY(-50%);}
.span12.widget-span.widget-type-cell.hero-section-2.bgimg-main a:hover{background-color:#003878;}

.start-your-trial-section{text-align:center; padding-top:82px;padding-bottom:55px;}
.span6.widget-span.widget-type-rich_text.sharedbook-left-text{text-align:left;}
.span6.widget-span.widget-type-rich_text.sharedbook-left-text h3{color:#525a6d; font-size:18px; font-weight:700;text-transform:uppercase;}
.span6.widget-span.widget-type-rich_text.sharedbook-left-text p{font-size:14px; color:#828281;line-height:31px;margin-top:5px;}
.span6.widget-span.widget-type-form.start-your-trial-form .hs-form .hs-form-field .input input{font-family: "Open Sans",sans-serif; background-color:#f5f5f5; text-transform:uppercase; color:#aeaeae; font-size:14px;border: 1px solid transparent;min-height:52px; padding:10px 28px;letter-spacing: 5px;}
.span6.widget-span.widget-type-form.start-your-trial-form .hs-form .hs-form-field{margin-bottom:15px;}
.span6.widget-span.widget-type-form.start-your-trial-form .hs-form .hs-form-field .input input::-webkit-input-placeholder {opacity:1 !important; color:#aeaeae;}
.span6.widget-span.widget-type-form.start-your-trial-form .hs-form .hs-form-field .input input::-moz-placeholder {opacity:1 !important; color:#aeaeae;}
.span6.widget-span.widget-type-form.start-your-trial-form .hs-form .hs-form-field .input input:-ms-input-placeholder {opacity:1 !important; color:#aeaeae;}
.span6.widget-span.widget-type-form.start-your-trial-form .hs-form .hs-form-field .input input:-moz-placeholder {opacity:1 !important; color:#aeaeae;}
.span6.widget-span.widget-type-form.start-your-trial-form .hs-form .hs-form-field .input input:focus{ color:#003878; box-shadow: 0 0 0 1px #003878;}

.span6.widget-span.widget-type-form.start-your-trial-form .hs-form .hs-form-field .input input:focus::-webkit-input-placeholder{ color:#003878; box-shadow: none;}
.span6.widget-span.widget-type-form.start-your-trial-form .hs-form .hs-form-field .input input:focus::-moz-placeholder{ color:#003878; box-shadow: 0 0 0 1px #003878;}
.span6.widget-span.widget-type-form.start-your-trial-form .hs-form .hs-form-field .input input:focus:-ms-input-placeholder{ color:#003878; box-shadow: 0 0 0 1px #003878;}
.span6.widget-span.widget-type-form.start-your-trial-form .hs-form .hs-form-field .input input:focus:-moz-placeholder{ color:#003878;box-shadow: 0 0 0 1px #003878;}
.span12.widget-span.widget-type-text.start-trial-subheader {padding-bottom: 55px;}

.span12.widget-span.widget-type-cell.bgimg-main.explore-section{background-repeat:no-repeat; background-size:cover; background-position:center; text-align:center; padding-top:50px; padding-bottom:60px;}
.span12.widget-span.widget-type-header.explore-header h2{color:#FFF;}
.span12.widget-span.widget-type-text.explore-subheader{color:#FFF; font-size:16px;}
.span12.widget-span.widget-type-cell.bgimg-main.explore-section .Features-Slider-Row .fa.fa-angle-double-left.slick-arrow {  border: 1px solid #FFF; border-radius: 100%;color: #FFF !important;}
.span12.widget-span.widget-type-cell.bgimg-main.explore-section .Features-Slider-Row .fa.fa-angle-double-right.slick-arrow {border: 1px solid #FFF; border-radius: 100%;  color: #FFF !important;}
.span12.widget-span.widget-type-cell.trial-link a{display:inline-block; background-color:#e56125; font-size:14px; font-weight:700; text-transform:uppercase; color:#FFF;line-height: 27px;padding: 4px 0;min-width: 170px;text-align: center;}
.span12.widget-span.widget-type-cell.trial-link a:hover{background-color:#003878;}
.span12.widget-span.widget-type-cell.trial-link{padding-top:60px;}
.span12.widget-span.widget-type-cell.bgimg-main.explore-section .Tresorces-text{text-align:left;}


/*============= Tabed Platform ================*/

html .row-fluid .image-bg-wrapper { position: relative;z-index: 1; }
html .row-fluid .image-bg-wrapper, html .row-fluid .image-bg-wrapper p, html .row-fluid .image-bg-wrapper h1, html .row-fluid .image-bg-wrapper h2, html .row-fluid .image-bg-wrapper h3, html .row-fluid .image-bg-wrapper h4, html .row-fluid .image-bg-wrapper a { color: white; }
html .row-fluid .img-bg-module { position: absolute;top:0;bottom:0;left:0;width: 100%;z-index: -1; }
html .row-fluid .img-bg-module * { height: 100%; }
.flex-hero { padding: 100px 10%;text-align: center; }
@media only screen and (max-width:1200px) {
  .flex-hero { padding: 6% 5%; } 
}

html .row-fluid .tab-menu a { display: inline-block;padding: 10px 25px;min-width: 160px;text-align: center;margin-right: 10px;background: #007bc1;text-transform: uppercase;font-weight: 600;cursor: pointer; }
html .row-fluid .tab-menu a:hover { background: #0a85cb; }
html .row-fluid .tab-menu .tab1 { background: white;color: #007bc1; }
html .row-fluid [id*="2"]:target .tab-menu .tab1, html .row-fluid [id*="3"]:target .tab-menu .tab1, html .row-fluid [id*="4"]:target .tab-menu .tab1, html .row-fluid [id*="5"]:target .tab-menu .tab1, html .row-fluid [id*="6"]:target .tab-menu .tab1 { background: #007bc1;color: white; }
html .row-fluid [id*="1"]:target .tab-menu .tab1 { background: white;color: #007bc1; }
html .row-fluid [id*="2"]:target .tab-menu .tab2 { background: white;color: #007bc1; }
html .row-fluid [id*="3"]:target .tab-menu .tab3 { background: white;color: #007bc1; }
html .row-fluid [id*="4"]:target .tab-menu .tab4 { background: white;color: #007bc1; }
html .row-fluid [id*="5"]:target .tab-menu .tab5 { background: white;color: #007bc1; }
html .row-fluid [id*="6"]:target .tab-menu .tab6 { background: white;color: #007bc1; }

html .row-fluid [id*="1"].de-active .tab-menu .tab1, html .row-fluid [id*="2"].de-active .tab-menu .tab2, html .row-fluid [id*="3"].de-active .tab-menu .tab3, html .row-fluid [id*="4"].de-active .tab-menu .tab4, html .row-fluid [id*="5"].de-active .tab-menu .tab5, html .row-fluid [id*="6"].de-active .tab-menu .tab6 { background: #007bc1;color: white; }
html .row-fluid [id*="1"].active .tab-menu .tab1 { background: white;color: #007bc1; }
html .row-fluid [id*="2"].active .tab-menu .tab2 { background: white;color: #007bc1; }
html .row-fluid [id*="3"].active .tab-menu .tab3 { background: white;color: #007bc1; }
html .row-fluid [id*="4"].active .tab-menu .tab4 { background: white;color: #007bc1; }
html .row-fluid [id*="5"].active .tab-menu .tab5 { background: white;color: #007bc1; }
html .row-fluid [id*="6"].active .tab-menu .tab6 { background: white;color: #007bc1; }

html .row-fluid .tab-section { display: none;padding: 80px 0 60px; }
html .row-fluid .tab-1 { display: block; }
html .row-fluid [id*="2"]:target .tab-1, html .row-fluid [id*="3"]:target .tab-1, html .row-fluid [id*="4"]:target .tab-1, html .row-fluid [id*="5"]:target .tab-1, html .row-fluid [id*="6"]:target .tab-1 { display: none; }
html .row-fluid [id*="1"]:target .tab-1 { display: block; }
html .row-fluid [id*="2"]:target .tab-2 { display: block; }
html .row-fluid [id*="3"]:target .tab-3 { display: block; }
html .row-fluid [id*="4"]:target .tab-4 { display: block; }
html .row-fluid [id*="5"]:target .tab-5 { display: block; }
html .row-fluid [id*="6"]:target .tab-6 { display: block; }

html .row-fluid [id*="1"].de-active .tab-1, html .row-fluid [id*="2"].de-active .tab-2, html .row-fluid [id*="3"].de-active .tab-3, html .row-fluid [id*="4"].de-active .tab-4, html .row-fluid [id*="5"].de-active .tab-5, html .row-fluid [id*="6"].de-active .tab-6 { display: none; }
html .row-fluid [id*="1"].active .tab-1 { display: block; }
html .row-fluid [id*="2"].active .tab-2 { display: block; }
html .row-fluid [id*="3"].active .tab-3 { display: block; }
html .row-fluid [id*="4"].active .tab-4 { display: block; }
html .row-fluid [id*="5"].active .tab-5 { display: block; }
html .row-fluid [id*="6"].active .tab-6 { display: block; }

.tab-header { text-align: center; }
.blog-resource-module { display: -webkit-flex; display: flex;-webkit-flex-wrap: wrap; flex-wrap: wrap; }
.blog-resource-module > div { width: 32%;margin-left: 2%;margin-bottom: 20px;border: 2px solid #dedede;border-top: none; }
.blog-resource-module > div:nth-child(3n+1) { margin-left: 0; }
.resource-main-section.blog-resource-module .res-boximg.bgimg-set { height: auto;padding-top: 70%;margin-left: -2px;margin-right: -2px; }
.blog-resource-module .resource-videotext { border: none; }

html .row-fluid [class*="span"] { min-height: 0; }

@media only screen and (max-width:1000px) {
    .blog-resource-module > div { width: 49%; }
    .blog-resource-module > div:nth-child(3n+1) { margin-left: 2%; }
    .blog-resource-module > div:nth-child(2n+1) { margin-left: 0; }
    html .row-fluid .tab-menu { text-align: center; }
}

@media only screen and (min-width:3200px){
body.Landing-new  .verticle-align{ top:11%; }
.Oprice-option > i{  padding: 0 0.7px;  line-height: 0 0.7px; }

}
@media only screen and (min-width:992px) and (max-width:1199px){
    /*=== New Home-Page ===*/
    
    .span12.widget-span.widget-type-header.curabitur-header h2{font-size:27px;}
    .span3.widget-span.widget-type-cell.curabitur-learn-btn a{padding: 9px 45px;}
    .span12.widget-span.widget-type-cell.resoureces-section1.home-resorces-section li button{display:none;}
    .span12.widget-span.widget-type-cell.resoureces-section1.home-resorces-section ul{list-style:none;padding:0;}
    .span12.widget-span.widget-type-cell.resoureces-section1.home-resorces-section li{display:inline-block; background-color:#b7b7b7; height:12px; width:12px;border-radius: 50%;margin: 0px 7px; cursor:pointer; }
    .span12.widget-span.widget-type-cell.resoureces-section1.home-resorces-section li.slick-active{background-color:#e56125;}
    .span12.widget-span.widget-type-cell.resoureces-section1.home-resorces-section{padding-bottom:60px;}
    
    /*=== linked landingpage ====*/
    .span12.widget-span.widget-type-cell.bgimg-main.explore-section li button{display:none;}
    .span12.widget-span.widget-type-cell.bgimg-main.explore-section ul{list-style:none;padding:0;}
    .span12.widget-span.widget-type-cell.bgimg-main.explore-section li{display:inline-block; background-color:#b7b7b7; height:12px; width:12px;border-radius: 50%;margin: 0px 7px; cursor:pointer; }
    .span12.widget-span.widget-type-cell.bgimg-main.explore-section li.slick-active{background-color:#e56125;}
}

@media only screen and (min-width:992px) and (max-width:1054px){
.row-fluid .container{ width:90%; } 
.row-fluid .header-js{ min-height:0; }
.row-fluid .resources-title{padding-bottom: 37px;  padding-top: 25px;}
.row-fluid .Resources-Row .resources-img, .row-fluid .Resources-Row .resources-text{ padding-bottom: 17px;  padding-top: 20px; }
.row-fluid .Resources-Row .resources-text{  padding-right: 22px; padding-left:40px;}
a.start-btn{ margin-top: 25px;}
.resource-main-section { padding-top: 50px; }
.resources-nav{ padding-top:0; }

.resources-row1 span > .hs_cos_wrapper{  margin-right: 27.2px; }
.row-fluid .resoureces-section1 { padding-bottom: 46px;  padding-top: 66px; }
.row-fluid .resources-row1 { padding-top: 32px; }

body.Landing-new .row-fluid .right-part,body.Landing-new .row-fluid .left-image{ max-width:430px; float:none; display:inline-block; vertical-align: top; text-align:left;}
body.Landing-new .verticle-align{ left: -43%;   top: 5px; }
body.Landing-new .row-fluid .main-content{ text-align:center; }

body.Landing-new .row-fluid .right-part { padding-left: 62px; padding-right: 35px;  padding-top: 28px; }
body.Landing-new .verticle-align{ left: -43%;  top: -15px; } 
body.Landing-new .hero-section{  padding-bottom: 192px; }
.row-fluid .add-one .resources-row1 span > .hs_cos_wrapper{ width:49.1%; }
.row-fluid .hero-title h1{  line-height: 66px font-size: 48px; }
.row-fluid .resoureces-section1.add-one{ padding-left:0; padding-right:0; }

}

@media only screen and (min-width:768px) and (max-width:991px){
.row-fluid .container{width:95%;}
.row-fluid .resources-title{padding-top:0;}
.row-fluid .Resources-Row .resources-img, .row-fluid .Resources-Row .resources-text{ padding-bottom: 20px;  padding-top: 20px; }
.row-fluid .Resources-Row .resources-text{  padding-left: 26px; padding-right: 22px; }
a.start-btn{margin-top:20px;}
.row-fluid .new-footer .Quick-Links { padding-left:0; padding-right:0; }
.resources-nav { padding-top:0; }
.resources-nav #options #filters li {   padding: 0 30px; }
.resource-main-section{  padding-top: 42px; }
.resource-main-section .res-boximg.bgimg-set,.resource-main-section #player,.resource-main-section #player iframe{ height: 300px; }
.resources-row1 span > .hs_cos_wrapper{ margin-right: 22px; }
.row-fluid .resoureces-section1 { padding-bottom: 32px; padding-top: 54px; }
.row-fluid .resources-row1 {  padding-top: 32px; }
.row-fluid .hero-section{ padding-top: 65px;}
.row-fluid .buttton-title{ padding-top: 18px;  }
.row-fluid .CTA-Blue{ margin-top: 45px; }
.row-fluid .hero-title h1{ line-height: 70px; font-size: 45px; }

body.Landing-new .row-fluid .right-part{  padding-left: 43px;   padding-right: 26px;  padding-top: 32px; }
body.Landing-new .hero-section { padding-bottom: 184px; padding-top: 60px; }
body.Landing-new .row-fluid .main-content{ padding-bottom: 52px; }
 
body.Landing-new .row-fluid .right-part,body.Landing-new .row-fluid .left-image{  max-width: 352px; float:none; display:inline-block; vertical-align: top; text-align:left;}
body.Landing-new .verticle-align{ left: -44%;   top: 24px; }
body.Landing-new .row-fluid .main-content{ text-align:center; }

.row-fluid .feature-content .content-space{ padding: 0 22px; }
.Thumnail-Slider .fa.fa-angle-double-left.slick-arrow{   left: -36px; }
.Thumnail-Slider .fa.fa-angle-double-right.slick-arrow{ right: -36px; }
.row-fluid .Thumbnail-Row1 iframe{ height: 330px; }
.row-fluid .Thumbnail-Row1{ padding-top: 36px; }
.row-fluid .Thumnail-Slider { padding-bottom: 64px;  padding-top: 28px; }
.step-area{ padding-top:18px; }
.row-fluid .Step-Row{  padding-top: 7px;}
.Step-Text{ width: 91%; }
body.thankSignup-page .row-fluid .hero-section{ padding: 75px 0;  }
body.thankSignup-page .row-fluid .resoureces-section1{  padding-bottom: 1px;  }

body.Pricing-page .row-fluid .hero-section{  padding-bottom: 100px; }
.row-fluid .Pricing-col{   margin-top: -80px;  }
.price-row > span > div.hs_cos_wrapper{  padding: 0 15px; }
.Oprice-Text{  font-size: 14px; line-height: 22px; }
.Oprice-option{ font-size: 16px; line-height: 22px; }
.row-fluid .add-one .resources-row1 span > .hs_cos_wrapper{  width: 48.8%;  }
.row-fluid .add-one .row-fluid .resources-row1{ padding-bottom:41px; }
.row-fluid .resoureces-section1.add-one{ padding-left:0; padding-right:0; }

/*=== New Home-Page ===*/
.span12.widget-span.widget-type-header.curabitur-header h2{font-size:22px;}
.span12.widget-span.widget-type-text.curabitur-subheader{font-size:16px;}
.span3.widget-span.widget-type-cell.curabitur-learn-btn a{padding:9px 30px;}
.span12.widget-span.widget-type-cell.resoureces-section1.home-resorces-section li button{display:none;}
.span12.widget-span.widget-type-cell.resoureces-section1.home-resorces-section ul{list-style:none;padding:0;}
.span12.widget-span.widget-type-cell.resoureces-section1.home-resorces-section li{display:inline-block; background-color:#b7b7b7; height:12px; width:12px;border-radius: 50%;margin: 0px 7px; cursor:pointer; }
.span12.widget-span.widget-type-cell.resoureces-section1.home-resorces-section li.slick-active{background-color:#e56125;}
.span12.widget-span.widget-type-cell.resoureces-section1.home-resorces-section{padding-bottom:50px;}

/*=== linked landingpage ====*/
    .span12.widget-span.widget-type-cell.bgimg-main.explore-section li button{display:none;}
    .span12.widget-span.widget-type-cell.bgimg-main.explore-section ul{list-style:none;padding:0;}
    .span12.widget-span.widget-type-cell.bgimg-main.explore-section li{display:inline-block; background-color:#b7b7b7; height:12px; width:12px;border-radius: 50%;margin: 0px 7px; cursor:pointer; }
    .span12.widget-span.widget-type-cell.bgimg-main.explore-section li.slick-active{background-color:#e56125;}
    .span12.widget-span.widget-type-cell.trial-link { padding-top: 30px;}

}

@media only screen and (max-width:900px) {
    .overlap-hero { padding: 70px 0px 90px; }
    html .row-fluid .overlap-body { padding: 0; }
    .blog-listing-posts > div { width: 50%; }
    .blog-pagin-wrapper .blog-arrow .arrow-label { display: none; }
    .blog-pagin-wrapper .blog-arrow { width: 50px; }
    .blog-pagination a { margin: 0 5px; }
    .search-bar { text-align: center; }
    .search-topics, .search-box{ text-align: center; }
    .inside-post-header { display: block; }
    .inside-post-header .post-header { width: 100%; }
    .inside-post-header .blog-inside-img { margin: 10px 0;width: 100%;height: 250px; }
    .sidebar { display: none; }
    .inside-blog-section .post-body .post-content { padding: 0 5%; }
    .related-section .related-posts > div:nth-child(3) { display: none; }
    .related-section .related-posts > div { width: 50%; }
}

@media only screen and (max-width:767px) {

.nav-area a { color: white; }
.contact-body { padding: 30px 10%; }
.contact-body > div { padding: 15px 0; }
.contact-body .box1 { padding: 10px 0; }
.contact-body .box2 { padding: 10px 0; }
.contact-body .box3 { padding: 10px 0; }
.contact-page-form form .field { width: 100%; }
.contact-page-form form .hs_message { position: relative; }
.contact-page-form form .field textarea { min-height: 150px; }
.pillar-footer { text-align: center; }

.search-topics, .search-box { width: 300px;padding: 5px 0; }
.pillar-flex { display: block; }
.pillar-flex .pillar-text, .pillar-flex .pillar-image { width: 100%;padding: 0 0 30px; }
.pillar-flex .pillar-image { text-align: center; }

.two-column-flex > span > div { width: 100%; }
.tab-container { width: 100% !important; }
html .row-fluid .tab-menu a { min-width: 100%;margin-right: 0; }
html .row-fluid .tab-section { padding: 60px 0 40px; }
.blog-resource-module > div, .blog-resource-module > div:nth-child(3n+1) { width: 100%;margin-left: 0; }
.two-column-flex > span > div { width: 100%; }
    
.row-fluid .container{width:95%;}
.row-fluid .resources-title{ padding-bottom: 28px;  padding-top: 15px; }
h1{ padding: 15px 0 0;  line-height: 32px; font-size: 32px; }
.row-fluid .Resources-Row .resources-img{width:100%; display:inline-block; float:none; max-width: 524px;}
.row-fluid .Resources-Row .resources-text{  padding-bottom: 40px; padding-left: 0; padding-right: 0; width:100%; text-align:center; }
a.start-btn{ margin-top:22px; } 
.row-fluid .Resources-Row{text-align:center;}
.row-fluid .Resources-Row .resources-img{height:300px !important;}
.row-fluid .Resources-Row .resources-col.right-side .resources-img{float:none; display:inline-block;}
.resources-nav #options #filters li{ padding: 0 15px;  width: auto; }
.resources-nav { border-top:1px solid #f1f1f1; padding: 20px 0 10px; }
.resource-main-section #container  .resource-box{   width:100%; float:none; display:inline-block; text-align:center;}
.resource-main-section{ padding-top:42px; }
.row-fluid .resource-main-section { text-align:center; }
.resources-nav #options #filters li a{ padding-bottom:8px; }
.resources-nav #options #filters li{ padding: 7px 15px; }

.row-fluid .hero-section{  padding-top: 48px; }
.row-fluid .hero-title h1 { line-height: 44px;  font-size: 39px; }
.row-fluid .buttton-title{  padding-top: 28px; }
.row-fluid .CTA-Blue{  margin-top: 38px; }
.row-fluid .resoureces-section1 {  padding-top: 42px; padding-bottom: 12px; }
.row-fluid .resources-row1{ padding-top: 35px; }
.resources-row1 span > .hs_cos_wrapper { margin-right: 0;  width: 100%;  max-width: 335px; display: inline-block;  float: none; }
.tresorces-text .sameheight{ height:auto !important; }
.row-fluid .resources-row1{ text-align:center; }

body.Landing-new .row-fluid .right-part{padding-left: 12px; padding-right: 12px;  margin-top: 0;  padding-top: 28px;  }
body.Landing-new .row-fluid .main-content{  padding-bottom: 47px; text-align:center; }
body.Landing-new form input.hs-button{ float:none; display:inline-block; }
body.Landing-new .hero-section{ padding-bottom: 180px;  padding-top: 60px; }
body.Landing-new .verticle-align { position: inherit; text-align: center;  transform: inherit;  width: 100%; padding-top:15px; }
body.Landing-new .row-fluid .copyright{text-align:center; }
.row-fluid .feature-content .content-space { padding: 6px 7px; }
body.thankSignup-page .row-fluid .hero-section{  padding: 58px 0;  }

.Step-Row span > .hs_cos_wrapper::before{ width:0; }
.Step-no{  margin: 0 auto 16px;  display: block;  float: none;  }
.Step-Text{  width: 100%;   padding: 0 11px; text-align: center;  }
.Step-Row span > .hs_cos_wrapper{ padding-bottom: 32px; }
.row-fluid .Thumbnail-Row1 iframe{   height: 276px;  }

.Thumnail-Slider .slick-dots { display: inline-block;  margin: 0; padding: 18px 0 0;  text-align: center;  width: 100%;}
.Thumnail-Slider .slick-dots li{ display:inline-block; }
.Thumnail-Slider .Thumbnail-Row2 img{ width:100% !important; }
.row-fluid .Thumnail-Slider {padding-bottom: 60px;  padding-top: 29px;}
.row-fluid .Thumbnail-Row1 {padding-top: 38px;}

.row-fluid .Pricing-col{ margin-right: 0;  margin-top: -40px; }
.row-fluid .Pricing-col:last-child{   margin-top: 30px; }
body.Pricing-page .row-fluid .hero-section{ padding-top:40px; }
.row-fluid .add-one .resources-row1 span > .hs_cos_wrapper{  margin-right: 0;  width: 100%;  float:none; }
.row-fluid .resoureces-section1.add-one{  padding: 0 12px;   padding-top: 30px; padding-bottom:20px;  }
.add-row{ height:auto !important; }
.row-fluid .add-one .row-fluid .resources-row1{   padding-top: 23px;  }
.add-one { padding: 25px 28px; }
a.contact-btn{ margin-top: 25px;  }
.row-fluid .resoureces-section1.add-one{ padding-left:0; padding-right:0; }
.row-fluid .price-row{ height:auto !important; }

/*=== new Home Page ===*/
.span12.widget-span.widget-type-cell.bgimg-main.home-hero-section{min-height:400px;}
.span6.widget-span.widget-type-cell.sharedbook-feature-left,.span6.widget-span.widget-type-widget_container.sharedbook-feature-Right { width: 100%; float: left;}
.span12.widget-span.widget-type-cell.feature-box > div > div{display:block;}
.span6.widget-span.widget-type-cell.sharedbook-feature-left iframe{min-height:350px;}
.span6.widget-span.widget-type-widget_container.sharedbook-feature-Right .slick-dots{position:relative; left:0;}
.span6.widget-span.widget-type-widget_container.sharedbook-feature-Right{margin-top:40px;}
.span12.widget-span.widget-type-cell.sharedbook-features-section{padding:50px 0px;}
.span12.widget-span.widget-type-cell.resoureces-section1.home-resorces-section li button{display:none;}
.span12.widget-span.widget-type-cell.resoureces-section1.home-resorces-section ul{list-style:none;padding:0;}
.span12.widget-span.widget-type-cell.resoureces-section1.home-resorces-section li{display:inline-block; background-color:#b7b7b7; height:12px; width:12px;border-radius: 50%;margin: 0px 7px; cursor:pointer; }
.span12.widget-span.widget-type-cell.resoureces-section1.home-resorces-section li.slick-active{background-color:#e56125;}
.span12.widget-span.widget-type-cell.resoureces-section1.home-resorces-section{padding-bottom:50px;}
.span12.widget-span.widget-type-cell.bgimg-main.contact-us-section{padding:50px 0px;}
.span12.widget-span.widget-type-cell.for-middle-class{right:0;}
.span12.widget-span.widget-type-cell.curabitur-section{text-align:center;}

/*=== linked landingpage ====*/
    .span12.widget-span.widget-type-cell.bgimg-main.explore-section li button{display:none;}
    .span12.widget-span.widget-type-cell.bgimg-main.explore-section ul{list-style:none;padding:0;}
    .span12.widget-span.widget-type-cell.bgimg-main.explore-section li{display:inline-block; background-color:#b7b7b7; height:12px; width:12px;border-radius: 50%;margin: 0px 7px; cursor:pointer; }
    .span12.widget-span.widget-type-cell.bgimg-main.explore-section li.slick-active{background-color:#e56125;}
    .span12.widget-span.widget-type-cell.trial-link { padding-top: 30px;}

}

@media only screen and (min-width:481px) and ( max-width:767px ) {
body.Landing-new .L-Logo { float: left; }

    
}

@media only screen and (max-width:480px) {
body.Landing-new  .row-fluid  .L-Logo, body.Landing-new  .row-fluid .social-icon{  float: left; text-align: center;  width: 100%;}
body.Landing-new  .L-Logo { margin-bottom: 6px;  margin-top: 7px; }
body.Landing-new .row-fluid .social-icon ul li{margin:0;}
body.Landing-new .row-fluid .social-icon ul li a{margin:0 6px;}
body.Landing-new .row-fluid .social-icon ul{    margin: 6px 0 12px; }
.price-row > span > div.hs_cos_wrapper{ padding: 0 12px; }
.Oprice-option{ font-size: 15px; line-height: 21px; }
.Oprice-Text{ font-size: 12px; line-height: 18px; }
.blog-listing-posts > div { width: 100%; }

/*=== New Home Page ===*/
.span12.widget-span.widget-type-header.hero-header h1{font-size:26px;}
.span12.widget-span.widget-type-text.hero-section-subheader{font-size:16px;}
.span12.widget-span.widget-type-header.features-header h2{font-size:28px;}
.span6.widget-span.widget-type-cell.sharedbook-feature-left iframe {min-height: 270px;}
.engaging-user-slider p{font-size:16px;}
 .span12.widget-span.widget-type-header.curabitur-header h2{font-size:26px; line-height:32px;} 
 .span12.widget-span.widget-type-cell.testimonial-slider-section{padding:40px 0px;}
 .span12.widget-span.widget-type-cell.resoureces-section1.home-resorces-section { padding-bottom: 30px;padding-top: 40px;}
 .span12.widget-span.widget-type-header.resources-header h2{font-size: 26px;line-height: 30px;}
 .Features-Slider-Row { padding-top: 25px;}

/*=== linked landingpage ====*/
.span12.widget-span.widget-type-cell.hero-text.hero-text-landing-page .span12.widget-span.widget-type-header.hero-title h1{line-height: 38px;font-size: 28px;}
.span12.widget-span.widget-type-header.start-trial-header h2{font-size:22px;}
.span12.widget-span.widget-type-cell.start-your-trial-section ,.span12.widget-span.widget-type-cell.bgimg-main.explore-section{ padding: 40px 0px;}
.span12.widget-span.widget-type-text.start-trial-subheader {padding-bottom: 30px;}
.span6.widget-span.widget-type-rich_text.sharedbook-left-text { padding-bottom: 20px;}
.span12.widget-span.widget-type-header.explore-header h2 {font-size:28px;}
.span12.widget-span.widget-type-cell.trial-link {  padding-top: 10px;}






}
@media only screen and (max-width:500px) {
    .info-item { display: block; }
    .info-img { margin: 0 auto 10px;padding-right: 10px;padding-left: 10px; }
    .blog-pagin-wrapper .blog-arrow {display: none; }
    .related-section .related-posts > div { width: 100%; }
}
