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









/************************************************************* Common Style ***********************************************************/

body{ 
   background:#f8f8f8;
    font-family:Helvetica,Arial,sans-serif; 
    font-size:20px; 
    color: #6b6b6b;
    line-height:28px;
}
a { color:#0087c3; font-weight:600; }
a.learn-more {font-size:22px;}
.secure-form a {text-transform: none; color:#6b6b6b;}
.body-container-wrapper{ padding:0; }

/*
h1 {
    font-size: 45px;
    font-weight: 500;
    line-height:1.2em;
}

h2 {
    font-size: 36px;
    font-weight: 500;
    line-height:1em;
}


h3 {
    font-size: 28px;
    font-weight: 500;
}

h4 {
    font-size: 22px;
    font-weight: bold;
}
*/

.container-fluid .row-fluid .page-center {
  max-width:1240px;
}

a:focus, a:hover, a:visited {
    text-decoration: underline !important;
    color:#0087c3;
}

.equal-heights > .row-fluid-wrapper > .row-fluid, .equal-heights > .row-fluid  {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex; display: -ms-flexbox; 
}


#section .section-header h2:first-child {margin-bottom:20px;}
#section .section-header h3 {margin-bottom:50px;margin-top:0px;}
.section-header h2:first-child, .section-header h3 {
  text-align:center;
}

h1{ font-size:45px; line-height:60px; }
h2{ font-size:36px; font-weight:700; line-height:44px; }
h3{ font-size:26px; line-height:34px; }
h4{ font-size:22px; line-height:normal; }
h5{ font-size:18px; line-height:normal; }
h6{ font-size:18px; line-height:normal; color:#fc6805; text-transform: uppercase; }

h1, h2, h3, h4 { color: #2a2f3a; }

.padding-100{ padding:100px 0; }
.padding-80{ padding:80px 0; }
.padding-40{ padding:40px 0; }
.padding-bottom-70{ padding:0 0 70px 0; }
.padding-bottom-40{ padding:0 0 40px 0; }
.padding-top-40{ padding:40px 0 0 0; }
.padding-bottom-100{ padding:0 0 100px 0; }

p {margin:15px 0px; }

.underline {
background: url('https://info.zimbra.com/hubfs/landing-pages/Synacor%20Cloud%20ID%20Campaign/images/underline_double.png') bottom left no-repeat;
background-size: 100% 10px;
padding-bottom: 6px;
} 

.underlined_heading {
  border-bottom:3px solid #e72f27;
}

.button {
  background-color:#2a2f3a;
  color:#FFF;
  -webkit-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.button.large {
    text-transform: uppercase;
    font-weight: 700;
    padding: 23px 30px;
    border-radius: 5px;
    display: inline-block;
}
.button.medium {
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    font-size:20px;
    line-height:28px;
    color:#FFF;
}
.button.small {
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
}

a.button:hover, a.button:active, a.button:focus {
  background-color:#e92d28 !important;
  text-decoration:none !important;
  color:#FFF !important;
}

.button.orange{ 
    background:#fc6805; 
    color:#fff; 
    transition: ease-in-out all 0.4s;
    -webkit-transition: ease-in-out all 0.4s;
    -ms-transition: ease-in-out all 0.4s;
    -o-transition: ease-in-out all 0.4s;
}
.button.orange:hover#353535;

.grey-bg{ 
    background: #eeeeee !important;
}
.white-bg{ background: #fff; }

::-moz-selection{
    color: #fff;
    background: #fc6805;
}
::selection {
    color: #fff;
    background: #fc6805;
}

li {
    list-style: outside none disc !important;
    line-height:normal;
}
 li::before {
    display: none !important;
}




/************************************************************************ Header ************************************************************************/
.header-container.container-fluid {
    background: #fff none repeat scroll 0 0;
    padding: 5px 0 0px;
    position: relative;
    width: 100%;
}
.LP-header{ padding:0 0 20px;}
.header-container{ padding:0; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
    font-weight:bold;
    color:#333;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul{ padding-top:10px; }
.transparent-header{ 
    position: fixed; 
    padding:10px 0; 
    width:100%;
    transition: ease-in-out all 0.8s;
    -webkit-transition: ease-in-out all 0.8s;
    -ms-transition: ease-in-out all 0.8s;
    -o-transition: ease-in-out all 0.8s;
    box-shadow: 0 0 0 transparent inset;
}
.transparent-header.fixHeader{ padding:0; box-shadow: 0 80px 0 #fff  inset; }
.transparent-header.fixHeader .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{ color:#333333;}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
    list-style: outside none none !important;
    padding: 0;
}
.custom-menu-primary .hs-menu-wrapper{ text-align:right; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li:last-child a {
  background: #fc6805 none repeat scroll 0 0;
  box-shadow: 0 0 0 transparent inset;
  font-family:Nunito;
  text-transform: uppercase;
  transition: all 0.6s ease-in-out 0s;
  font-size:14px;
  color:#fff;
  max-width: none;
  border-radius:5px;
}
ul.hs-menu-children-wrapper{
    padding-left:0 !important;
    border-left:0 !important;
    border-right:0 !important;
    border-bottom:0 !important;
    border-top:1px solid #fc6805 !important;
    border-radius:0 !important;
}
ul.hs-menu-children-wrapper li{
    padding:0 !important;
    list-style: none !important;
}
ul.hs-menu-children-wrapper li a{
    width:auto !important;
    max-width:none !important;
    text-align:left;
    font-size:15px !important;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li:hover {
    background: #fc6805 !important;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li:hover a {
   color:#fff !important;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
   color:#fff !important;
}
.hs-menu-item .mobile-trigger, .child-trigger {
    display: block !important;
    color: #fff !important;
    float: right !important;
    padding: 9px 0 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 15px !important;
}
.hs-menu-item a.child-trigger:before {
    content: "";
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #000;
    vertical-align: middle;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul ul li:last-child a{background:transparent !important; color: #333 !important; text-transform: capitalize !important;}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul:before{display:none !important;}
.hs-menu-wrapper.hs-menu-flow-horizontal ul li:last-child a:hover{ background:#353535; color:#fff !important;}
.post-header h2 a:hover{color:#fc6805 !important;}

@media ( max-width : 769px ){
    .header-container-wrapper .container-fluid .row-fluid [class*="span"]{ width:100% !important; }
    .transparent-header.fixHeader .mobile-trigger{ 
        top:15px; 
        transition: ease-in-out all 0.8s;
        -webkit-transition: ease-in-out all 0.8s;
        -ms-transition: ease-in-out all 0.8s;
        -o-transition: ease-in-out all 0.8s;
    }
  .header-container .hs_cos_wrapper_type_logo a img{ margin:0; }
  .hs-menu-item a.child-trigger:before{ border-top: 6px solid #fff;}
  .hs-menu-item a.child-trigger{text-align:center !important;}
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul li:last-child a{
      color:#fff !important;
  }
}

@media ( min-width : 770px ) and ( max-width : 1023px ){
    .header-container .hs_cos_wrapper_type_logo a img{ margin:0; }  
    .transparent-header.fixHeader .mobile-trigger{ 
        top:15px; 
        transition: ease-in-out all 0.8s;
        -webkit-transition: ease-in-out all 0.8s;
        -ms-transition: ease-in-out all 0.8s;
        -o-transition: ease-in-out all 0.8s;
    }
    
  .hs-menu-item a.child-trigger:before{ border-top: 6px solid #fff;}
  .hs-menu-item a.child-trigger{text-align:center !important;}
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul li:last-child a{
      color:#fff !important;
  }
}


/************************************************************************** Footer ***********************************************************************/
.footer {background-color: #f4f7f9; }
.footer-top { background: #262626; color: #808080; padding:40px 0; }
.footer-bottom { background: #f4f7f9; color: #989898;}
.footer-bottom p { text-align:left !important; }
.footer .address .fa {
    display: inline-block;
    width: 20px;
    text-align: center;
    margin: 0 10px 0 0;
    line-height: 22px !important;
    display: inline-block;
    font-size:16px;
}
.footer .address p { margin: 10px 0 0 0; font-size:16px; line-height:25px; }
.footer  .address span {
    padding: 0 0 0 0;
     display: inline-block; 
    vertical-align: top;
}
.footer .email-address a { 
    color: #fc6805; 
    text-decoration: underline; 
    transition: ease-in-out all 0.4s;
    -webkit-transition: ease-in-out all 0.4s;
    -ms-transition: ease-in-out all 0.4s;
    -o-transition: ease-in-out all 0.4s;
}
.footer .email-address a:hover{ color:#fff; }
.footer .email-address .fa {
    float: left;
    color: #fff;
    width: 20px;
    text-align: center;
    margin: 0 10px 0px 0;
    line-height: 28px !important;
    display: inline-block;
    font-size:16px;
}
.footer .email-address p{ margin: 10px 0; }
.footer .email-address { float: right; }
.footer-bottom p { font-size: 14px; margin:28px 0 0 0; }
.hs_cos_wrapper_type_social_sharing {
    display: inline-block;
    padding: 20px 0;
    text-align: right;
    width: 100%;
}
.hs_cos_wrapper_type_social_sharing img { display: none; }
.fm_button span{ background:none!important; }
.hs_cos_wrapper_type_social_sharing a, .fm_button span{
    color: #fff !important;
    width: 35px !important;
    display: inline-block !important;
    text-align: center !important;
    border-radius: 100% !important;
    height: 35px !important;
    margin:0 3px !important;
    padding: 5px 0 0 0 !important; 
}
.hs_cos_wrapper_type_social_sharing a:before, .fm_button span:before{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hs_cos_wrapper_type_social_sharing a:first-child:before, .fm_facebook>span:before { content: "\f09a"; }
.hs_cos_wrapper_type_social_sharing a:nth-child(2):before, .fm_linkedin>span:before { content: "\f0e1"; }
.hs_cos_wrapper_type_social_sharing a:nth-child(3):before, .fm_twitter>span:before { content: "\f081"; }
.hs_cos_wrapper_type_social_sharing a:nth-child(4):before, .fm_googleplus>span:before { content: "\f0d5"; }
.hs_cos_wrapper_type_social_sharing a:nth-child(5):before, .fm_pinterest>span:before { content: "\f0d2"; }
.hs_cos_wrapper_type_social_sharing a:nth-child(6):before { content: "\f0e0"; }
.fm_youtube>span:before{ content: "\f16a" ; }
.hs_cos_wrapper_type_social_sharing a:first-child, .fm_facebook{ background:#3b5998;}
.hs_cos_wrapper_type_social_sharing a:nth-child(3), .fm_twitter{ background:#55acee;}
.hs_cos_wrapper_type_social_sharing a:nth-child(2), .fm_linkedin{ background:#0077b5;}
.hs_cos_wrapper_type_social_sharing a:nth-child(4), .fm_googleplus{ background:#dd4b39;}
.hs_cos_wrapper_type_social_sharing a:nth-child(5), .fm_pinterest{ background:#bd081c;}
.hs_cos_wrapper_type_social_sharing a:nth-child(6){ display: none !important; }


/********************************************************************************* Element Page ************************************************************************************/
.gry-background {background:#f8f8f8;}
.light-background {background:#fff;}
.footer.footer-top .footer-inner p {margin:0; font-size:16px;}
.footer.footer-top .footer-inner ul li{ list-style:none !important; margin: 0 0 -30px -80px; font-size: 16px}
.footer.footer-top .footer-inner ul li a{color:#808080 !important;}
.footer.footer-top .footer-inner ul li a:hover{color:#fff !important;}
.footer.footer-top .footer-inner p a {color:#808080; text-decoration: underline;}
.footer.footer-top .footer-inner p a:hover{color:#fff;}
.footer.footer-top .footer-inner h3 {color: #fff; font-size: 16px;}
.footer.footer-top .footer-inner p span { color: #fc6805; font-size: 14px; font-weight: 600;}
.footer.footer-top .footer-inner hr{border-bottom: 1px solid rgba(255, 255, 255, 0.1); position: relative; width: 270px; margin: 10px; right: 10px}
.footer.footer-top .footer-inner .latest-blog h3 {margin-bottom: 25px;}


/********************************************************************* Hero Banner *********************************************************************/
.flod-image .background {
    background-position: center center;
    background-repeat: no-repeat;
    display: table;
    height: 300px;
    position: relative;
    width: 100%;
    background-size: cover;
}


.flod-image .background .hero-banner-overlay{
    padding:50px 0 50px;
    background:rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.hero-banner{
  overflow: hidden;
  color:#fff;    
}
  
.hero-banner-overlay{
    padding:50px 0 20px;
    /*background:rgba(52,163,217,1);*/
  background:#EEE;
    overflow: hidden;
    position:relative;
}

.hero-banner .ebook-product-overlay .banner-content {
    font-size: 24px;
    margin-top: 70px;
}

.span5.widget-span.widget-type-linked_image {
    position: relative;
    top: 110px;
}

.ebook-product-overlay{ padding:0px 0 100px;}
.hero-banner-overlay .hero-banner-image img{ position: absolute; top:0; z-index:999; width:auto !important; max-width: none !important; background-size: cover;}
.hero-banner .banner-text { color:#FFF; margin-top:7%; margin-bottom:30px; }
.hero-banner .banner-text h1 { color:#FFF;}
/*.hero-banner .banner-text h1 span {border-bottom: 4px solid #e92d28;} */
.hero-banner .banner-text hr {border-bottom: 4px solid #e92d28; width:20%; margin-right: 65%; text-align:center;padding:0px; margin-top:-15px;} 
.hero-banner .banner-text h3 {color:#FFF; font-weight:600; padding-right:5%; }

.hero-banner h3 { font-weight: 300; }
/*.hero-banner .banner-text p{ font-size:24px; line-height: normal;  margin: 0 0 8px 0; position:relative;}*/
/*.hero-banner .banner-text h1 {position:relative; white-space:nowrap;} */
.hero-banner ul{ padding:0 !important; margin:0; }
.hero-banner ul li {
    line-height: normal;
    list-style: outside none none !important;
    position: relative;
}
/*
.hero-banner ul li::before {
    color: #fff !important;
    content: "" !important;
    display: inline-block !important;
    left: 0;
    position: absolute;
    top: 12px;
} */
.banner-content { padding-top: 25px; }
.banner-content input {
    height: 70px !important;
    padding-left:30px !important;
    border: none !important;
}
.banner-content input:focus
{
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.2) !important;    
}
.banner-content .hs-form{ position: relative; margin-top:25px; }
.banner-content .hs_submit { position: absolute; right: 0; top:0; }
/* .banner-content .hs-form-required{ display: none; } */
.banner-content .hs-button.primary.large {
    background:#fc6805;
    color: #fff;
    padding-left:12px !important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding:0 30px;
    transition: ease-in-out all 0.4s;
    -webkit-transition: ease-in-out all 0.4s;
    -ms-transition: ease-in-out all 0.4s;
    -o-transition: ease-in-out all 0.4s;
    font-family: Nunito;
}
.banner-content .hs-button.primary.large:hover{ background:#353535;}
.banner-content .hs-error-msgs.inputs-list {
    color: red;
    font-size: 14px;
}

.hero-banner .down-arrow {
    position: absolute;
    /*bottom: 20px;*/
    left: 50%;
    margin-left: -30px;
}
/*
.hs-input:before {
    background-color: #fff;
    border: 1px solid #ccc;
    border-right: 0;
    border-radius: 0;
    color: #767676;
    display: block;
    float: left;
    font-family: FontAwesome;
    font-size: 15px;
    font-style: normal;
    font-weight: 200;
    letter-spacing: 0.5px;
    line-height: 18px;
    margin: 0 0 20px;
    padding: 10px;
    width: 18px;
    content: "";
}*/

.module.parallax.hero-banner .down-arrow {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -30px;
}

/******************************************************************** Form ************************************************************************/
.secure-form {
  padding: 15px;
  border: 2px solid #eee;
  background-color:#FFF;
  /*position:absolute;
  z-index:9999;
  top:60px;
  right:50px;*/
  box-shadow: 5px 5px 22px #ddd;
  margin-top:-20px;
}

.secure-form label {
  color:#6b6b6b;
  font-size:12px;
  font-weight:500;
  line-height:18px;
}

body .secure-form input[type=text], body .secure-form input[type=email], body .secure-form select {
  font-size:14px !important;
  font-weight:normal;
  height:30px;
  padding:6px 10px;
}

body .secure-form fieldset {
  padding-bottom:8px;
}

body .secure-form .hs-form-field {
  margin-bottom:5px;
}

body .secure-form .hs-button {
  background-color:#e72f27 !important;
  color:#FFF;
  font-weight:bold;
  border-color:#f2f2f2;
  font-size:18px !important;
  margin:0 auto;
}

body .secure-form .hs-button:hover {
  background-color:#353535 !important;
}

body .secure-form .actions {
  text-align:center;
}

 .hs-form-booleancheckbox span {
      display:contents;
  }
  .hs-form-booleancheckbox input {
    width:20px !important;
    height:20px !important;
    margin-right: 8px;
    margin-left: -32px;
    margin-bottom: 0px !important;
    vertical-align: top !important;
    position: relative;
    top: -2px;
  }

  .hs-form-booleancheckbox {
    width:95%;
    margin-left:30px;
    list-style:none !important;
  }


/******************************************************************** Section Boxes ************************************************************************/

    
  /******************************************************************** Section Boxes ************************************************************************/  
.testimonial { 
    text-align: center; 
    color: #fff; 
    background-position: center;
    background-repeat: no-repeat; 
}
.testimonial p { font-size: 30px; line-height: normal; color:#fc6805; font-weight: 300; margin:15px 0 22px 0; }
.testimonial .testimonial-name{ color:#333; }
.testimonial-name span {
    display: inline-block;
    width: 100%;
    font-weight: 700;
    margin-bottom: 5px;
}
.testimonial .owl-dot {
    width: 10px;
    height: 10px;
    background: #fff;
    display: inline-block;
    margin: 25px 5px 0 5px;
    border-radius: 100%;
    border:1px solid #777777;
}
.testimonial .owl-dot.active{ background: #777777; }
.testimonial .owl-nav .owl-prev { position: absolute; top: 50%; left:0; }
.testimonial .owl-nav .owl-next { position: absolute; top: 50%; right:0; }
.testimonial .owl-nav .fa{ color: #777777;  font-size:42px; }
.testimonial .owl-nav .owl-next .fa {color:#777777;}



/************************************************************************* Sections ********************************************************************************/
.section-inner {
  padding-right:12%;
  padding-left:12%;
  padding-top:30px;
}

.section-inner ul {
    padding-left:30px;
    margin-top:0px;
}

.section-inner ul li{
   margin-bottom:10px;
}

.section-text {
    padding-top:10px;
}

.section-1-header {padding-right:40px;padding-left:40px;}

/************************************************************************* Feature Box ********************************************************************************/

.feature-box {
  margin-top:60px;
}

.feature-box .row-fluid-wrapper { 
    text-align: left; 
    margin-bottom:30px;
}


.features-section .feature-box:nth-child(1) {
    border-right: 2px solid #e72f27;
    padding-right: 40px;
}

.features-section .feature-box:nth-child(2) {
   padding-left: 40px;
  margin-left:0px;
}

.features-section .feature-box .feature-icon span {
background: #fff none repeat scroll 0 0;
display: table;
text-align: center;
vertical-align: middle;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
height: 80px;
width: 80px;
border-radius: 10px;
margin: 0px;
}

.features-section .feature-box .feature-icon img {
  vertical-align: middle;
  text-align: center;
  margin-top: 4px;
  width:50px;
  margin-left:5px;
}

.features-section .feature-box h3 {
  margin-top:20px;
  font-size:22px;
  margin-left:15px;
}
/*.feature-box .feature-icon {*/
/*    display: inline-block;*/
/*    text-align: center;*/
/*    border-radius: 6px;*/
/*    display: table;*/
/*    height: 110px;*/
/*    margin: 0 auto 8px;*/
/*    text-align: center;*/
/*    vertical-align: middle;*/
/*    width: 110px;*/
/*}*/
.feature-box-image .feature-icon-image {
  /*background: #fff none repeat scroll 0 0;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  display: table;
  float: none !important;
  height: 80px;
  margin: 0 auto !important;
  text-align: center;
  vertical-align: middle;
  width: 110px;
}
.feature-box-image .cell-wrapper {
  display: table-cell;
  vertical-align: middle;
  float:left;
  width:100%;
}
.feature-box .feature-icon > span {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    display: table;
    height: 110px;
    margin: 0 auto 8px;
    text-align: center;
    vertical-align: middle;
    width: 110px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
}
.feature-box .feature-icon > span > i {
    display: table-cell !important;
    vertical-align: middle;
    font-size: 48px !important;
}

.feature-box p{margin:0px 0px 40px 0px ;}

/************************************* STATS ***********************************************************************/
.Stats {
  margin-bottom:50px;
  padding: 30px 15px 0px 15px;
  border-radius: 3px;
  background-color:#FFF;
  min-height:130px !important;
  box-shadow:5px 5px 5px 5px rgba(231, 47, 39, 0.15);
}

.Stats strong {
  font-weight:bold;
  font-size:28px;
  color:#000;
}

.Stats p {margin-top:0px;}

/**************************************************** LOGOS SECTION ****************************************************/
.logos-section .logo {
  float:left;
  width:20%;
  text-align:center;
  padding: 0;
position: relative;
height: 160px;
  display:inline-block;
}

.logos-section .logo img {
  vertical-align:baseline;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  text-align: center;
  position:absolute;
}

.logos-wrapper {
  float:left;
  width:100%;
  padding-top:50px;
}

/********************************************************************* Comparison Tables **************************************************************************************/
.table-1 {
      border-collapse: collapse;
    border-spacing: 0;
  width:80%;
  margin:0 auto;
}

.table-1 th {
  background-color:#f2f2f2;
}

.table-1 th, .table-1 tr td:nth-child(2), .table-1 tr td:nth-child(3)  {
  text-align:center;
}

.table-1 td i {
  margin:0 auto;
  color:#e72f27
}



/********************************************************************* Need Help **************************************************************************************/
.hs-cta-node a:hover
{
    background: #333 !important;
    /*border: 1px solid #333! important;*/
}

.banner-call-to-action .hs-cta-node a:hover{
    background: #333 !important;
    border: 1px solid #333! important;
}



/*******************************************************************validation***********************************************************/
/*.hs-form-required { display: none;} */
ul.hs-error-msgs.inputs-list li {
    font-size: 14px;
    padding-left: 0 !important;
    margin-bottom: -20px;
    list-style:outside none ! important;
    background: transparent;
}
ul.hs-error-msgs.inputs-list li:before { display: none !important;}
/*.hs-error-msgs.inputs-list .information-form .hs_cos_wrapper_type_form label{color:red !important;}*/
ul.hs-error-msgs.inputs-list label {color: red !important; font-size:14px; padding:0 0 0 12px; margin:0;}

.blog-subscription-box ul.hs-error-msgs.inputs-list li label {color: #fff !important;}
.blog-subscription-box .hs-form-field {margin-bottom: -12px;}

  
/*********************************** Step-icon ****************************/

.step-icon .fa_lightbulb-o::before{content: "\f0eb";}
.step-icon .fa_coffee::before{content:"\f0f4";}
.step-icon .fa_code::before{content:"\f121";}
.step-icon .fa_paper_plane::before{content:"\f1d8";}

/*.step-box .step-icon span{ background: #fc6805; border-radius:100%; display: table; height: 95px; margin: 0 auto 8px; text-align: center; vertical-align: middle;*/
                           /*width: 103px; /*margin-bottom: 12px;}*/
.step-box .step-icon {
  background: #fc6805 none repeat scroll 0 0;
  border-radius: 100%;
  display: table;
  float: none !important;
  height: 105px;
  margin: 0 auto 8px !important;
  text-align: center;
  vertical-align: middle;
  width: 105px;
}
.step-icon .cell-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.step-box .step-icon  span  i { display: table-cell !important; vertical-align: middle; font-size: 36px !important;}
.step-box h3{text-align:center; margin:15px 0 -10px 0; }
.step-box p{text-align:center; margin:15px 0 0 0;}
.clearfix.tabber-tabs { padding-left: 40px !important;}

/*********************************** FAQ ********************************/

.faq-section #accordion { background: #FFF; border: 1px solid #e0e0e0;}
.faq-section .accordion-content {border-bottom: 1px solid #e0e0e0; padding: 10px 30px 0px 30px; margin: 0;}
.faq-section .accordion-toggle {cursor: pointer; border-bottom: 1px solid #e0e0e0; padding: 15px 30px; margin: 0; font-size: 18px;}
.faq-section .accordion-toggle .fa{font-size:36px; margin:-5px 0 0 0 ;}
.faq-section .accordion-content {display: none;}
.faq-section .accordion-content.default {display: block;}

/*********************************** vertical tab ***********************/
.vartical-tab .tabs {margin: 0px 0px; position: relative; background: #fff; width: 100%;}
.vartical-tab .tabs nav {display: flex; flex-wrap: wrap; align-items: stretch; background: #f8f8f8; color: #000; width: 150px;}
.vartical-tab .tabs nav a { padding: 23px 0px; text-align: center; width: 100%; cursor: pointer; font-weight: 600;}
.vartical-tab .tabs nav a.selected {background: #fff; color: #000; border: 1px solid #e0e0e0; border-right: none; transition: none;}
.vartical-tab .tabs .content { padding: 20px 0px; position: absolute; top: 0px; left: 150px; color: #6C5D5D; width: 0px; height: 100%; overflow: hidden; opacity: 0; transition: opacity 0.1s linear 0s;}
.vartical-tab .tabs .content.visible { padding: 20px; width: calc(100% - 150px); opacity: 1; border: 1px solid #e0e0e0; border-left: none;}
.vartical-tab .tabs .content p { padding: 0px 10px; margin: 10px 0 30px 0; }
.vartical-tab .tabs .content p:last-of-type { padding-bottom: 0px; }

/*****************************************************************************************privacy-policy*****************************************************************************/

.privacy-policy p{margin: 15px 0 45px 0; line-height: 30px;}

/************************************************************************************Careers*****************************************************************************************/

.font-awesome .font-awesome-icon span{
  background: #fff none repeat scroll 0 0;
  display: table;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 70px;
  width: 70px;
  border-radius: 10px;
  margin: 5px 0 40px 0;
}
.font-awesome .font-awesome-icon img.hs-image-widget  {vertical-align: middle; text-align: center;  margin-top: 18px;}
.font-awesome h3 {margin-top:20px; text-align:left;}
.font-awesome .careers-rightside{border-left: 1px solid #e0e0e0; height: 312px; padding-left: 40px;}
.span12.widget-span.widget-type-cell.font-awesome.page-center{ margin-top:30px;}
.family-section .leftside-image .hs-image-widget{padding-bottom: 30px;}
.family-section .information-section{margin-top: 30px;}
.family-section .information-section p{margin:15px 0 0 0;}
.faq-section.careers-section ul{padding: 0 20px !important;}

.image-block p{line-height: 30px; margin: 0px 0 60px 0;}


/***************************************************************************************** FAQ**********************************************************************************/

 .Frequently-question .accordion {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 2rem;
}

.Frequently-question .accordion-item {
  position: relative;
}
.Frequently-question .accordion-item.active .heading {
  color: #000;
}
.Frequently-question .accordion-item.active .icon {
  background: #fc6805;
  border-radius:10px;
}
.Frequently-question .accordion-item.active .icon:before {
  background: #fc6805;
  color: #fff;
}
.Frequently-question .accordion-item.active .icon:after {
  width: 0;
}
.Frequently-question .accordion-item .heading {
  display: block;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  position: relative;
  padding: 1.5rem 0 1.5rem 4rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.Frequently-question .accordion-item.active .content {
    border-left: 2px dashed #fc6805 ;
}

.Frequently-question .accordion-item .content {
    line-height: 1.75;
    padding-left: 35px;
    margin-left: 25px;
}


@media (min-width: 40rem) {
  .Frequently-question .accordion-item .heading {
    font-size:24px;
  }
}

/*.accordion-item .heading:hover .icon:before, .accordion-item .heading:hover .icon:after {
  background: #b3bcba;
}*/
.Frequently-question .accordion-item .icon {
  display: block;
  position: absolute;
  top: 25%;
  left: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 3px;
  /*-webkit-transform: translateY(-50%);
          transform: translateY(-50%);*/
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
 border-radius: 10px;

}
.Frequently-question .accordion-item .icon:before, .accordion-item .icon:after {
  content: '?';
  /*width: 1.25rem;*/
  /*height: 0.25rem;
  background: #000;*/
  position: absolute;
  border-radius: 3px;
  left: 50%;
  top: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 800;
  font-size: 30px;

}
.Frequently-question .accordion-item .icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}
.Frequently-question .accordion-item .content {
  display: none;
}
.Frequently-question .accordion-item .content p {
  margin-top: 0;
}
@media (min-width: 40rem) {
  .Frequently-question .accordion-item .content {
    line-height: 1.75;
  }
}

/***************************************************************************************** Resources**********************************************************************************/

.Resource-Section p{margin: 10px 0 50px 0; font-weight: 700;}
.white-paper p{margin: 10px 0 50px 0; font-weight: 700;}
.white-paper h2{margin-bottom: 25px;}
.free-book-section h2{margin-bottom: 25px;}
.free-book p{margin:10px 0 0 0; font-weight: 700;}
.white-paper-section p{margin:10px 0 0px 0; font-weight: 700;}
.site-map p{margin: 0 0 10px 0;}
.services-img .hs-image-widget { margin-top: 25px;}
.newsletter-subscription-box .resources-image h3{font-size:36px !important; margin: 0;}


}
/******************************************************************** Responsive Style *********************************************************************/
@media ( max-width:767px ){
    .header-container.container-fluid{ padding:5px 10px; }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{ padding:3px 20px;font-size:14px; }
    .LP-header{ padding:0 0 5px;}
    .hero-banner-overlay{ padding:20px 0 0 0; }
    .mobile-trigger i, .mobile-trigger i::before, .mobile-trigger i::after
    {
        background-color:#333;
    }
    .mobile-trigger{ top:21px; }
    .custom-menu-primary .hs-menu-wrapper > ul{ padding:0 !important; background:#363636; }
    .custom-menu-primary.js-enabled .hs-menu-wrapper{ top:64px; }
    .hs_cos_flex-slides, .hs_cos_flex-control-nav, .hs_cos_flex-direction-nav{ padding:0 !important; }
    .hero-banner .banner-content{ padding:30px 0 50px 0; }
    h1 {
        font-size: 36px;
        line-height: 40px;
    }
    .hero-banner-overlay .hero-banner-image img {
        max-width: none !important;
        width: auto !important;
    }
    h2{ font-size:28px; }
    .hero-banner .banner-text{ font-size:24px; }
    .banner-content .hs_submit{ position: relative; }
    .banner-content input { height: 45px !important; padding-left: 15px !important; }
    .banner-content .hs-button.primary.large{ font-size:14px; }
    .banner-content .signing-up{ margin:15px 0; }
    .header-container .hs_cos_wrapper_type_logo a img{ margin-top:0; }
    .banner-content{ padding-top: 30px; }
    .padding-100{ padding:30px 0; }
    .padding-bottom-100{padding-bottom:30px;}
    .button.large{ padding:15px 30px; }
   /* .video{ margin-top:30px; overflow: hidden;} */
    .video > img{ width: auto !important; max-width: none !important;}
    .testimonial p{ font-size:20px; }
    .padding-bottom-70{ padding:30px 0 0 0; }
    .footer .email-address .fa{ float: none; }
    .footer .email-address { float: none; text-align: center; }
    .footer-top{ padding:15px 0; }
    .footer-bottom p{ text-align: center; }
    .footer .social-icon{ text-align: center; }
    .footer .address p{ text-align: center; }
    .footer .social-icon ul{ padding:0; }
    .hero-banner .banner-text br{ display: none; }
    .testimonial p br{ display: none; }
    .testimonial .owl-nav .owl-prev{ left:15px; }
    .testimonial .owl-nav .owl-next{ right:15px; }
    .hero-banner ul li{ font-size:18px; }
    .hero-banner .banner-text p{ font-size:18px; }
    .info-section ul{ padding-left:15px !important; }
    .hs_cos_wrapper_type_social_sharing{ text-align: center; }
    .padding-bottom-40{padding:0px;}
    .Banner-image .web-content {padding:30px 0;}
    .parallax.module .parallax-wrapper {padding: 30px 20px !important;}
    .parallax.module h2{font-size:24px !important;}
    .parallax.module .text-block{font-size:16px !important;}
    .parallax.module .text-block p{margin:0 0 12px 0;}
    .span12.widget-span.widget-type-cell.newsletter-subscription-box { text-align: center;}
    .newsletter-subscription-box .blog-cta h2 { font-size: 30px !important; margin: 0 0 12px 0;}
      .hero-banner-inner-image img {width:100% !important; }
      .section-inner {padding-right:40px !important; padding-left:40px !important; }
      .button { font-size:16px; padding-top:16px;padding-bottom:16px;}
      .hero-banner-title {margin-top:0px !important; text-align:center; margin-bottom:20px;}
      .hero-banner-title p , .hero-banner-title h1 {text-align:center !important; }
      .section-1-header {padding-top:40px;}
      .footer-bottom {padding:0px 40px; }
} 

@media ( min-width: 768px ) and ( max-width: 1023px ){
    .header-container.container-fluid{padding: 5px 10px;}
    .mobile-trigger{ top:21px; }
    .custom-menu-primary.js-enabled .hs-menu-wrapper{ top:64px; }
    h1{ font-size:40px; }
    h2{ font-size:32px; }
    .hero-banner .banner-content{ padding:0; }
    .hero-banner-overlay .hero-banner-image img {
        /*max-width: none !important;*/
        width: auto !important;
        height: 100%;
    }
    .mobile-trigger i, .mobile-trigger i::before, .mobile-trigger i::after{
        background-color: #333;
    }
    .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul{
        padding-left:0 !important;
        background:#363636;
    }
    .hero-banner .banner-text{ font-size:24px; }
    .hero-banner .banner-text br{ display: none; }
    .banner-content .hs_submit{ position: relative; }
    .banner-content .signing-up{ margin-top:20px; }
    .padding-100{ padding: 60px 0; }
    /*.video{ height:205px; }*/
    .testimonial p{ font-size:24px; }
    .testimonial p br{ display: none; }
    .padding-bottom-70{ padding:60px 0 30px 0; }
    .padding-bottom-40{padding:0px;}
    .newsletter-subscription-box #hs_cos_wrapper_module_1492595644314507 > div{ width:100%; padding-left:0;  }
    parallax.module .parallax-wrapper {padding: 100px 30px !important;}
    .parallax.module h2{font-size:40px !important;}
    .parallax.module .text-block{font-size:20px !important;}  
.hero-banner-inner-image img {width:600px !important; }
}

    /* @import url('http://example.com/example_style.css'); */

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


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

@media (max-width: 767px) {
    #section {
      padding-right:50px;
      padding-left:50px;
    }

    .feature-icon {
      float:left !important;
      width:22% !important;
    }
  
  .feature-box .span9 {
      float:left !important;
      width:78% !important;
    }
  
  .features-section .feature-box:nth-child(1) {
    border-right:0px;
  }
  
  .features-section .feature-box:nth-child(2) {
    padding-left: 0px;
  }
  
  .cta-section-in-section img {
    margin-top:10px !important;
  }
  
  .section-boxes .highlight-box:nth-child(1) {
    margin-bottom:30px;
  }
  
  .secure-form {
    width:70% !important;
    margin-top:0px !important;
  }

}


