/* @import url('http://example.com/example_style.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;}

/****************************************/ 
/* Font-Face Styles                     */
/****************************************/
@font-face {
    font-family: "Icomoon";
    font-style: normal;
    font-weight: 400;
    src: url("//2535467.fs1.hubspotusercontent-na1.net/hubfs/2535467/Innominds_Oct2016/Fonts/fonts-icomoon.eot") format("embedded-opentype"), 
         url("//2535467.fs1.hubspotusercontent-na1.net/hubfs/2535467/Innominds_Oct2016/Fonts/fonts-icomoon.woff") format("woff"), 
         url("//2535467.fs1.hubspotusercontent-na1.net/hubfs/2535467/Innominds_Oct2016/Fonts/fonts-icomoon.ttf") format("truetype");
}

@font-face {
    font-family: "themeIcons";
    font-style: normal;
    font-weight: 400;
    src: url("//2535467.fs1.hubspotusercontent-na1.net/hubfs/2535467/Innominds_Oct2016/Fonts/theme-icons.eot") format("embedded-opentype"), 
         url("//2535467.fs1.hubspotusercontent-na1.net/hubfs/2535467/Innominds_Oct2016/Fonts/theme-icons.woff") format("woff"), 
         url("//2535467.fs1.hubspotusercontent-na1.net/hubfs/2535467/Innominds_Oct2016/Fonts/theme-icons.eot") format("truetype");
}

@font-face {
    font-family: "icomoon-cb";
    font-style: normal;
    font-weight: normal;
    src: url("//2535467.fs1.hubspotusercontent-na1.net/hubfs/2535467/Innominds_Oct2016/Fonts/icomoon-cb.eot") format("embedded-opentype"),
         url("//2535467.fs1.hubspotusercontent-na1.net/hubfs/2535467/Innominds_Oct2016/Fonts/icomoon-cb.woff") format("woff"), 
         url("//2535467.fs1.hubspotusercontent-na1.net/hubfs/2535467/Innominds_Oct2016/Fonts/icomoon-cb.ttf") format("truetype");
}

@font-face {
    font-family: "themeIcons";
    font-style: normal;
    font-weight: 400;
    src: url("//2535467.fs1.hubspotusercontent-na1.net/hubfs/2535467/Innominds_Oct2016/Fonts/theme-icons.eot#iefixwsvj4f") format("embedded-opentype"),
    url("//2535467.fs1.hubspotusercontent-na1.net/hubfs/2535467/Innominds_Oct2016/Fonts/theme-icons-1.woff?wsvj4f") format("woff"),
    url("//2535467.fs1.hubspotusercontent-na1.net/hubfs/2535467/Innominds_Oct2016/Fonts/theme-icons.ttf?wsvj4f") format("truetype");
}


/*  Embedding Lato Styles */

@font-face {
    font-family: 'Lato-Black';
    src: url("//2535467.fs1.hubspotusercontent-na1.net/hubfs/2535467/Innominds_Oct2016/Fonts/LatoFont/Lato-Black.ttf") format('truetype');
}

@font-face {
    font-family: 'Lato-BlackItalic';
    src: url("//2535467.fs1.hubspotusercontent-na1.net/hubfs/2535467/Innominds_Oct2016/Fonts/LatoFont/Lato-BlackItalic.ttf") format('truetype');
}

@font-face {
    font-family: 'Lato-Bold';
    src: url("//2535467.fs1.hubspotusercontent-na1.net/hubfs/2535467/Innominds_Oct2016/Fonts/LatoFont/Lato-Bold.ttf") format('truetype');
}

@font-face {
    font-family: 'Lato-BoldItalic';
    src: url("//2535467.fs1.hubspotusercontent-na1.net/hubfs/2535467/Innominds_Oct2016/Fonts/LatoFont/Lato-BoldItalic.ttf") format('truetype');
}

@font-face {
    font-family: 'Lato-Hairline';
    src: url("//2535467.fs1.hubspotusercontent-na1.net/hubfs/2535467/Innominds_Oct2016/Fonts/LatoFont/Lato-Hairline.ttf") format('truetype');
}

@font-face {
    font-family: 'Lato-HairlineItalic';
    src: url("//2535467.fs1.hubspotusercontent-na1.net/hubfs/2535467/Innominds_Oct2016/Fonts/LatoFont/Lato-HairlineItalic.ttf") format('truetype');
}

@font-face {
    font-family: 'Lato-Heavy';
    src: url("//2535467.fs1.hubspotusercontent-na1.net/hubfs/2535467/Innominds_Oct2016/Fonts/LatoFont/Lato-Heavy.ttf") format('truetype');
}
@font-face {
    font-family: 'Lato-HeavyItalic';
    src: url("//2535467.fs1.hubspotusercontent-na1.net/hubfs/2535467/Innominds_Oct2016/Fonts/LatoFont/Lato-HeavyItalic.ttf") format('truetype');
}

 @font-face {
    font-family: 'Lato-Italic';
    src: url("//2535467.fs1.hubspotusercontent-na1.net/hubfs/2535467/Innominds_Oct2016/Fonts/LatoFont/Lato-Italic.ttf") format('truetype');
}

@font-face {
    font-family: 'Lato-Light';
    src: url("//2535467.fs1.hubspotusercontent-na1.net/hubfs/2535467/Innominds_Oct2016/Fonts/LatoFont/Lato-Light.ttf") format('truetype');
}

@font-face {
    font-family: 'Lato-LightItalic';
    src: url("//2535467.fs1.hubspotusercontent-na1.net/hubfs/2535467/Innominds_Oct2016/Fonts/LatoFont/Lato-LightItalic.ttf") format('truetype');
}

@font-face {
    font-family: 'Lato-Medium';
    src: url("//2535467.fs1.hubspotusercontent-na1.net/hubfs/2535467/Innominds_Oct2016/Fonts/LatoFont/Lato-Medium.ttf") format('truetype');
}

@font-face {
    font-family: 'Lato-MediumItalic';
    src: url("//2535467.fs1.hubspotusercontent-na1.net/hubfs/2535467/Innominds_Oct2016/Fonts/LatoFont/Lato-MediumItalic.ttf") format('truetype');
}

@font-face {
    font-family: 'Lato-Regular';
    src: url("//2535467.fs1.hubspotusercontent-na1.net/hubfs/2535467/Innominds_Oct2016/Fonts/LatoFont/Lato-Regular.ttf") format('truetype');
}

@font-face {
    font-family: 'Lato-Semibold';
    src: url("//2535467.fs1.hubspotusercontent-na1.net/hubfs/2535467/Innominds_Oct2016/Fonts/LatoFont/Lato-Semibold.ttf") format('truetype');
}

@font-face {
    font-family: 'Lato-SemiboldItalic';
    src: url("//2535467.fs1.hubspotusercontent-na1.net/hubfs/2535467/Innominds_Oct2016/Fonts/LatoFont/Lato-SemiboldItalic.ttf") format('truetype');
}

@font-face {
    font-family: 'Lato-Thin';
    src: url("//2535467.fs1.hubspotusercontent-na1.net/hubfs/2535467/Innominds_Oct2016/Fonts/LatoFont/Lato-Thin.ttf") format('truetype');
}

@font-face {
    font-family: 'Lato-ThinItalic';
    src: url("//2535467.fs1.hubspotusercontent-na1.net/hubfs/2535467/Innominds_Oct2016/Fonts/LatoFont/Lato-ThinItalic.ttf") format('truetype');
}

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


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

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

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

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


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

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

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



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


/* Global Styles 
============================================================= */
*{
    margin: 0px;
    padding: 0px;
}
body{
    width: 100%;
    min-height: 100%;
    position: relative;
    font-family: 'Lato-Light', sans-serif, serif;
    font-size: 12px;
    color: #757575;
}
html{
    height: 100%;
}
.body-container-wrapper{
    height: 100%;
    padding-bottom: 100px;
}
.row-fluid [class*="span"]{
    min-height:0px;
}
.wrapper{
    background: #e8e8e8;
}
.full-width{
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.inner-wrap{
    width: 100%;
    float: none !important;
    margin: 0px auto !important;
    max-width: 1100px;
    padding: 0px 20px;
}
.container{
    width: 100%;
    float: none !important;
    margin: 0px auto !important;
    padding: 0px 20px;
}
.sections-padding{
    padding: 50px 0px;
}
.sections-margin{
    margin: 30px 0px;
}
.on-padding{
    padding: 0px;
}
.no-margin{
    margin: 0px;
}
.no-top-margin{
    margin-top: 0px;
}
.no-bottom-margin{
    margin-bottom: 0px;
}
.no-left-margin{
    margin-left: 0px;
}
.no-right-margin{
    margin-right: 0px;
}
.no-top-padding{
    padding-top: 0px;
}
.no-bottom-padding{
    padding-bottom: 0px;
}
.no-left-padding{
    padding-left: 0px;
}
.no-right-padding{
    padding-right: 0px;
}

a{
    text-decoration:none;    
}
a:focus,a:active,a:visited{
    outline:none;
    text-decoration:none;
    background:transparent;
}
a::selection div{
    background:transparent;
}
p{
    font-family: 'Lato-Light', sans-serif, serif;
    font-size: 16px;
    line-height:22px;
    color: #757575;
    margin-bottom: 10px;
}
ul, ol{
    padding-left:20px;
    margin-bottom:10px;
}
ul li, ol li{
    font-family: 'Lato-Light', sans-serif, serif;
    font-size: 16px;
    line-height:22px;
    color: #757575;
    margin-bottom: 5px;
}
h1{
  font-family: 'Lato-Light', sans-serif, serif;
  font-size: 29px;
  color: #202020;
}
h2{
  font-family: 'Lato-Light', sans-serif, serif;
  font-size: 24px;
  color: #202020;
}
h3{
  font-family: 'Lato-Light', sans-serif, serif;
  font-size: 22px;
  color: #202020;
}
h4{
  font-family: 'Lato-Light', sans-serif, serif;
  font-size: 20px;
  color: #202020;
}
h5{
  font-family: 'Lato-Light', sans-serif, serif;
  font-size: 18px;
  color: #202020;
}
h6{
  font-family: 'Lato-Light', sans-serif, serif;
  font-size: 16px;
  color: #202020;
}
.decimal-list{
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 50px;
    font-family: 'Lato-Light', sans-serif, serif;
    font-size: 16px;
    line-height: 30px;
}

.white-bg{
    background: #ffffff;
}

.btn, .cta-button, .read-btn, .learn-btn, .knowmore-btn{
    font-family:'Lato-Medium', sans-serif, serif;
    font-size: 16px;
    line-height: 20px;
    color:#ffffff;
    background: #1ccf74;
    padding: 10px 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 20px 0px;
    text-transform: uppercase;
    display: inline-block;
}
.border-btn{
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.border-btn:hover{
    color: #1ccf74;
    border: 1px solid #1ccf74;
}
.link, .read-more, .learn-more, .know-more{
    font-family: 'Lato-Medium', sans-serif, serif;
    font-size: 18px;
    color: #202020;
    line-height: 24px;
    margin: 10px 0px;
    display: inline-block;
}

.inside-list-items{
    margin-left: 50px;
}

.hs-input::placeholder{
    color: #cccccc;
}
select.hs-input:required:invalid{
    color: #cccccc;
}

/* Header Styles
============================================================= */
.logo{
    display: block;
    height: auto;
    /*height: 100px;*/
}
.logo a{
    float: left;
    width: 100%;
    line-height: 50px;
}
.logo a img{
    width: auto;
    height: auto;
    vertical-align: middle;
}
.nav-container{
    
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul{
    float: right;
    padding: 9px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li{
    margin: 0px 10px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
    padding: 0px 5px;
    font-family: 'Lato-Semibold', sans-serif, serif;
    font-size: 14px;
    line-height: 30px;
    color: #404040;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.active a{
    border-bottom: 2px solid #1ccf74;
}

/* Footer Styles 
============================================================= */
.footer-container-wrapper{
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.footer{
    background:#ffffff;
    width:100%;
    float:left;
}
.footer .grid{
    max-width:1140px;
    padding:0 20px;
    margin:0 auto;
    height:100px;
    box-sizing:border-box;
}
.footer .grid .logo-box{
    float:left;
    display:inline-block;
    height:100%;
    display:table;
}
.footer .grid .logo-box .logo-box-inner{
    height:100%;
    display:table-cell;
    vertical-align:middle;
    color:#fff;
    font-family:lato-light;
    font-size:14px;
    text-align: left;
}
.footer .grid .logo-box .logo-box-inner span{
    font-family: 'Lato-Regular', sans-serif, serif;
    font-size: 12px;
    color: #202020;
    display: block;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.footer .grid .logo-box .logo-box-inner img{
    display: block;
    width:120px;
    height:auto;
}
.footer .grid .location-block{
    color:#fff;
    float:right;
    height:100%;
    display:table;  
}
.footer .grid .location-block>ul{
    list-style-type:none;
    display:table-cell;
    vertical-align:middle;
    padding:0px;
}
.footer .grid .location-block >ul li{
    display:inline-block;
    margin-left:20px;
    color:#202020;
    font-family: 'Lato-Regular', sans-serif, serif;
    font-size:14px;
}


/* Three Col List With custom link Module Styles
=================================================*/
.hs-three-col-list{
    list-style: none;
    padding:0px;
}
.hs-three-col-list li{
    height:700px;
    background: #ffffff;
}
.hs-three-col-list li .thumbnail{
    /*margin-bottom: 20px;*/
}
.hs-three-col-list li .thumbnail img{
    width: 100%;
}
.hs-three-col-list .info-wrapper{
    width: 100%;
    padding: 40px; 
    box-sizing:border-box; 
}
.info-wrapper h2{
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 5px;
}
.info-wrapper h4{
    text-transform: uppercase;
    line-height: 26px;
    margin-bottom: 5px;
}
.list-desc{
    font-family: 'Lato-Light', sans-serif, serif;
    font-size: 16px;
    line-height: 30px;
    color: #606060;
}

/* Homepage Styles
=================================================*/
.home-banner-container .banner-section{
    width: 65%;
    height: 450px;
}
.home-banner-container .subscription-section{
    width: 35%;
    margin: 0px;
    padding-bottom: 35px;
    height: 450px;
}
.home-banner-container .subscription-section .hs-form-field label{
    display: none !important;
}
.home-banner-container .subscription-section .hs-form-field{
    margin-bottom: 10px;
}
.home-banner-container .subscription-section .form-columns-2 .hs-form-field, 
.home-banner-container .subscription-section .input{
    width: 100%;
}
.home-banner-container .subscription-section .form-columns-2 .hs-form-field.hs_country{
    width: 100% !important;
    margin-left: 0px;
}
.home-banner-container .subscription-section .hs_email,
.home-banner-container .subscription-section .hs_email .input{
    width: 100% !important;
    margin-right: 0px;
}
.home-banner-container .subscription-section .hs_submit {
    width: 50%;
    text-align: center;
    margin: 0px auto;
    float: none;
}
.home-banner-container .banner-container{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 65%;
}
.home-banner-container .video .html5-video-player .video-click-tracking, 
.home-banner-container .video .html5-video-player .video-stream{
    width: 100% !important;
    height: 100% !important;
}
.banner-container{
    position: relative;
    width: 100%;
    height: 0;
    /*padding-bottom: 42.5%;*/
    padding-bottom: 56.2%;
} 
.video-banner{}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video_slider_container.span8{
    width: 65%;
    overflow: hidden;
}

.subscription-section{
    text-align: center;
    padding: 10px;
    background: #1ccf74;
    margin-bottom: 30px;
}
.subscription-section h1{
    color: #ffffff;
    font-size:40px;
    font-family: 'Lato-Bold', sans-serif, serif;
}
.subscription-section h2{
    color: #ffffff;
    font-size: 32px;
    line-height: 46px;
    font-family: 'Lato-Light', sans-serif, serif;
}
.subscription-section p {
    font-size: 22px;
    color: #ffffff;
}
.subscription-section .hs-form{
    position: relative;
    width: 90%;
    margin: 20px auto 0px;
    text-align: left;
}
.subscription-section .hs-form-field{
    float: left !important;
    position: relative;
    margin-bottom: 30px;
}
.subscription-section .hs-form-field.hs_country{
    width: 48% !important;
    margin-left: 2%;
}
.subscription-section label{
    float: left;
    width: 13%;
    margin-right: 2%;
    line-height: 50px;
}
.subscription-section .input{
    float: left;
    width: 85%;
}
.subscription-section .input select{
        height: 50px;
        line-height: 50px;
    }
.subscription-section .hs-form-required{
    display: none;
}
.subscription-section .hs_email{
    float: left;
    width: 73%;
    margin-right: 2%;
}
.subscription-section .hs_email label{
    width: 8.2%;
}
.subscription-section .hs_email .input{
    width: 89.8%;
}

.subscription-section .hs_submit{
    width: 25%;
    text-align: center;
    float: right;
    margin-top: -84px;
}
.subscription-section .hs_submit .hs-button{
    width: 100%;
    text-transform: uppercase;
    background: #14aa5e;
    font-size:16px;
    color: #fff;
    padding: 10px 25px;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0px;
    min-height: 50px;
}
.subscription-section .hs-input{
    background-color: #ffffff !important;
    border: none !important;
    padding: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 14px;
    color: #2e2e2e;
    font-family:lato-regular;
    letter-spacing:.6px;
}
.subscription-section .hs-error-msgs{
    float: left;
    list-style: none;
    color: #ff0000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    position: absolute;
    right: 0px;
    bottom: -22px;
}
.hs-error-msgs label,
.subscription-section ul.hs-error-msgs li label{
    width: 100%;
}

.h-feature-section .solution-three-section-block .inner-block{
    text-align: center;   
}
.h-feature-section .solution-three-section-block img{
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}
.h-feature-section .solution-three-section-block .heading{
    font-family: 'Lato-Semibold', sans-serif, serif;
    font-size:16px;
    color: #202020;
    margin-bottom: 10px;
}
.h-feature-section .solution-three-section-block .description{
    font-family: 'Lato-Light', sans-serif, serif;
    font-size:16px;
    color: #656565;
    margin-bottom: 10px;
}
.h-capabilities-section .left-image-section .content .inner-grid,
.h-capabilities-section .right-image-section .content .inner-grid{
    padding: 50px 20px;
}
.content-styling h3{
    line-height: 30px;
    color: #202020;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.content-styling h1{
    font-size: 42px;
    line-height: 50px;
    color: #202020;
    margin-bottom: 10px;
}
.content-styling p{
    font-size: 16px;
    color: #757575;
    line-height: 24px;
}

.section-sliders{
    /*margin-bottom: 50px;*/
}
.section-sliders .slick-slider{
    height: 500px;
    margin: 0px;
    padding: 0px;
}
.section-sliders .hs_cos_gallery_main .slick-slide img{
    float: left;
    width: 100%;
    height: 100%;
    /*min-height: 450px;*/
}
.slick-slide-inner-wrapper > a{
    float:left;
    width:50%;
}
.section-sliders .hs_cos_gallery_main .caption.superimpose{
    position: relative;
    float: left;
    width: 40%;
    min-height: 344px;
    background: #ffffff;
    color: #202020;
    padding: 5%;
    text-align: left;
}
.hs_cos_gallery .superimpose .btn.border-btn{
        color: #1ccf74;
        border-color: #1ccf74;
    }
.hs_cos_gallery .superimpose .btn.border-btn:hover{
    border-color: transparent;
}
.section-sliders .superimpose h5{
    margin-bottom: 10px;
    line-height: initial;
}
.section-sliders .superimpose h2{
    font-size: 40px;
    margin-bottom: 10px;
    line-height: initial;
}
.section-sliders .superimpose, .section-sliders .superimpose p{
    font-size: 16px;
    color: #757575;
    line-height: 22px;
}
.section-sliders .slick-prev, .section-sliders .slick-next{
    display: none !important;
}
.section-sliders .slick-slider:hover .slick-prev,
.section-sliders .slick-slider:hover .slick-next{
    display: block !important;
}
.hs_cos_gallery_main .slick-dots, .hs_cos_gallery_thumbnails .slick-dots, .hs_cos_gallery_lightbox .slick-dots{
        position: absolute;
}
.section-sliders .slick-dots{
    display: inline-block;
    width: 100%;
    bottom: auto;
    margin: 5px 0px;
}
.slick-dots li{
    margin: 0px 3px;
}
.slick-dots li.slick-active button:before{
    color: #1ccf74;
}

.h-documentation-section .left-image-section .content .inner-grid{
    padding: 50px 20px;
}

.h-featured-posts{
    float: left;  
}
.h-featured-posts .resource{
    position: relative;
}
.h-featured-posts .featured-box{
    min-height: 516px;
    background-position: center center;
    background-size: cover;
}
.h-featured-posts.single-post-block .featured-box{
    min-height: 361px;
    background-size:cover;
    background-position:center center;
}
.h-featured-posts.single-post-block .featured-box img{
    width: 100%;
    min-height: 361px;
    max-height: 361px;
}
.single-post-block .resource .post-topic{
    margin-bottom: 20px;
}
.single-post-block .resource
.featured-box img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.single-post-block .recent-posts-box .post-list-item{
    margin: 0px;
}
.resource h3{
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #aaaaaa;
}
.resource h5{
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #aaaaaa;
}
.resource h3.r-type{
    font-family: 'Lato-HairLine', sans-serif, serif;
    color: #ffffff;
}
.resource-text h2 a{
    display: block;
    color: #ffffff;
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 40px;
}
.resource-text h2 a:hover{
    color: #1ccf74;
    cursor: pointer;
}
.resource-inner{
    position: absolute;
    top: 0px;
    left: 0px;
    dispaly: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}
.resource-text{
    position: absolute;
    top:20px;
    bottom:20px;
    right:20px;
    left:20px;
    padding: 5%;
    border: 1px solid #ffffff;
    box-sizing:border-box;
}
.recent-posts-box{
    padding: 3%;
}
.recent-posts-box .post-list-item{
    float: left;
    width: 100%;
    margin: 15px 0px;
}
.recent-posts-box .post-img{
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-position:center center;
    background-size:cover;
}
.resource h1.post-title{
    font-size: 36px;
}

  .resource .image-block{
        width:120px;
        display: inline-block;
        vertical-align: middle;
    }
   .resource .title-block{
        width:calc(100% - 140px);
        display: inline-block;
        vertical-align: middle;
    }
.resource .post-title{
    text-transform: inherit;
    margin-bottom: 10px;
}
.resource .short-content, .resource .short-content p{
    color: #656565;
}
.resource .post-title a{
    font-family: 'Lato-Light', sans-serif, serif;
    color: #202020;
}
.resource .post-title a:hover{
    color: #1ccf74;
    cursor: pointer;
}
.recent-posts-box a.btn.border-btn{
    color: #1ccf74;
    border-color: #1ccf74;
    display: block;
    width: 104px;
}
.recent-posts-box a.btn.border-btn:hover{
    border-color: transparent;
}
.resource .post-topic{
    color: #aaaaaa;
    text-transform: uppercase;
    font-family: 'Lato-Light', sans-serif, serif;
    font-size: 12px;
}

/*css for blog page*/
.hero-header-wrapper{
  width: 100%;
  float: left;
  overflow: hidden;
  position:relative;
  height:450px;
}
.bullet-wrapper{
  position: absolute;
  display: inline-block;
  /*right: 30px;*/
  bottom: 5px;
  left:0;
  width:100%;
  z-index:9999;
  height:30px;
  padding-top:10px;
}
.bullet-wrapper-inner{
    width:100%;
    float:left;
    text-align:center;
}
.header-bullets{
  width: 10px;
  height: 10px;
  background:#fff;
  border: 1px solid #444;
  border-radius: 50%;
  /*float: left;*/
  display: inline-block;
  margin: 0 6px; 
  transition: all 0.3s linear 0s;
  cursor: pointer;
}
.header-bullets.active{
  background: #444;
  box-shadow: 0px 0px 2px 3px #fff;
}


#features, #capabilities, #specifications, #about, ,h-documentation-section, .section-sliders{
    animation-duration: 3s;
    -moz-animation-duration: 3s;
    -webkit-animation-duration: 3s;
    animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    
}


/***************css for specification page starts here****************/

.section-one-table .row-fluid {
    display:table;
    padding-bottom:40px;
}
.section-one-table .span6.section-one-cell{
    width:50%;
    height:100%;
    float:none;
    display:table-cell;
    vertical-align:middle;
    padding:20px;
    box-sizing:border-box;
}
.section-one-table .span6.section-one-cell img{
    width:100%;
}


.kiteboard-spec-desc-block{
    background:#fff;
    margin-top:30px;
    padding:50px 40px;
    margin-bottom:30px;
}
.kiteboard-spec-desc-block hr{
    border: 0px;
    border-top: 1px solid #d6d6d6;
}

/***************css for specification page ends here****************/



/*****************************************/
/* Ends your style declarations here    */
/*****************************************/


/********** css for contact page***************/
 
.kiteboard-map-banner{
    height:480px;
    width:100%;
    background-size:cover;
    background-position:top center;
} 
.kiteboard-subscrption-section{
     background:#1ccf74;
}

.kiteboard-subscrption-section .subscription-section{
    background:#1ccf74;
}

.kiteboard-subscrption-section .heading{
    padding:50px 0 30px 0;
}
.kiteboard-subscrption-section .heading p{
    font-size: 26px;
    line-height: 34px;
    font-family:lato-thin; 

}
.bg-white{
    background: #fff !important;
}
.kiteboard-form-section{
    background:#1dba6b;
    padding:40px 0;
}
.kiteboard-form-section .heading h2{
    font-size: 32px;
    line-height: 46px;
    font-family: lato-light;
    padding-right: 26px;
}
.kiteboard-form-section.bg-white{
    color: #000;
}
.kiteboard-form-section.bg-white .hs-custom-form .hs-richtext h3 span{
    color: #1dba6b !important;
}
.kiteboard-form-section .hs-contact-form form{
    width:100%;
}

.kiteboard-form-section .hs-contact-form .thankyou-msg{
    font-family: lato-regular;
    color: #000;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    display: block;
    padding-top: 60px;
}
body .kiteboard-form-section.bg-white .hs-contact-form .hs-form input[type="text"],
body .kiteboard-form-section.bg-white .hs-contact-form .hs-form input[type="tel"],
body .kiteboard-form-section.bg-white .hs-contact-form .hs-form input[type="email"],
body .kiteboard-form-section.bg-white .hs-contact-form .hs-form textarea,
body .kiteboard-form-section.bg-white .hs-contact-form .hs-form input[type="text"]:focus,
body .kiteboard-form-section.bg-white .hs-contact-form .hs-form input[type="email"]:focus,
body .kiteboard-form-section.bg-white .hs-contact-form .hs-form input[type="number"]:focus,
body .kiteboard-form-section.bg-white .hs-contact-form .hs-form input[type="tel"]:focus,
body .kiteboard-form-section.bg-white .hs-contact-form .hs-form textarea:focus{
    color: #000;
    border: 1px solid rgba(192, 192, 192, 1) !important;
}
body .kiteboard-form-section.bg-white input[type="submit"],
body .kiteboard-form-section.bg-white input[type="button"]{
    border: 1px solid #1dba6b;
}


/********** css for contact page ends***************/

.hs_cos_wrapper.form-title {
    font-size:22px;
    line-height:32px;
    margin-top:8px; 
    color:#fff;
    font-family:lato-light;
}

.hs-error-msgs label {
    color: red !important;
    font-size: 13px;
    font-family: lato-regular;
    line-height: 17px;
    display: block;
}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
    color: #f7f7f7;
}
:-moz-placeholder { /* Firefox 18- */
   color: #f7f7f7;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #f7f7f7;
}
:-ms-input-placeholder { /* IE10 */
   color: #f7f7f7;
}

/* Form Field */
body .hs-form-field {
    margin-bottom: 16px;
}

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

/* Labels */
body label {}
body .hs-form-field > label {
    color:#fff;
    font-family: Lato-Regular;
    font-size: 14px;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    width: 100%;
    background-color: #fff;
    min-height: 50px;
    border-radius: 0;
    font-size: 16px;
    font-family: Lato-Light;
    color: #000000;
    padding: 9px 12px;
    display: block;
    border: 1px solid #c0c0c0; 
    outline: 0;
    margin-bottom: 4px;
    line-height: 1.42;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
    /*box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    /*max-width: 500px;*/
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill{
    background-color:transparent !important;
    color:#fff !important;
}
body textarea,select {
    max-width: 100% !important;
}
body select{
  -webkit-appearance: none; 
  -moz-appearance: none;
  appearance: none;
}
.hs_submit {
    text-align:center;
}
body .hs-button.primary, body input[type="submit"], body input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 16px;
    color: #1dba6b;
    background-color: #fff;
    border-color: #1dba6b;
    font-family: Lato-regular;
    display: inline-block;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    margin: 10px 0 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    margin-right: 10px;
    margin-bottom: 15px;
    padding: 8px 24px;
    letter-spacing: 1px;
    outline: 0;
    -webkit-transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
    -moz-transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
    -ms-transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
    -o-transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
    transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
    text-decoration: none !important;
}
body input[type="submit"]:hover{
    background:#1dba6b;
    border:1px solid #fff;
    color:#fff;
}
/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Form Module
   ========================================================================== */
.hs-form-required{
    display:none;
}
body .hs-contact-form .hs-form input[type="text"]:focus,
body .hs-contact-form .hs-form input[type="email"]:focus,
body .hs-contact-form .hs-form input[type="number"]:focus,
body .hs-contact-form .hs-form input[type="tel"]:focus,
body .hs-contact-form .hs-form textarea:focus{
 border-bottom:1px solid #fff !important;
}
body .hs-contact-form .hs-form .hs-error-msgs label{
    /*color:#f7f7f7 !important;*/
    font-family:lato-light;
}
.hs-contact-form-group {
    box-shadow: 0px 0px 19px #e4e4e4;
    padding: 20px;
}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
}

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

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

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .field.hs-form-field{
  width: 49%;
}
body .hs-form fieldset.form-columns-2 .hs-form-field {}
body .hs-form fieldset.form-columns-2 .hs_email.field { padding-left:15px !important;}
body .hs-form fieldset.form-columns-2 .hs_no_of_units_needed.hs-fieldtype-select{
  padding-left:15px !important;
}
body .hs-form fieldset.form-columns-2 .hs_no_of_units_needed.hs-fieldtype-select select {
  border: 1px solid rgba(192, 192, 192, 1) !important
}
body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}


/* Multiple Selection Inputs */address-section
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}
body form.hs-form fieldset { max-width: none; }
body form.hs-form fieldset .hs-form-field { padding: 0; }
body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
body form.hs-form fieldset[class*="form-columns"] .hs-input,
body form.hs-form fieldset[class*="form-columns"] .hs-input{ width: 100%; border:none; border-bottom:1px solid rgba(255,255,255,.5); background-color:transparent; max-width:none;}
body .download-sheet-form form.hs-form .hs-input { width: 100%; border:none; border-bottom:1px solid rgba(255,255,255,.5);background:#f5f8fa;padding-left: 0px; }
body form.hs-form fieldset[class*="form-columns"] .hs-input textarea{ width: 100%; border:none; 1px solid border-bottom:rgba(255,255,255,.5); padding-left: 0px;}
.hs_cos_wrapper_type_form textarea {
    width:100% !important;
}
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
body form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }


/**************blog comment section styles*****************/
.blog-comment-section{
    background:#fff;
    padding:0 20px 20px 20px;
    /*margin-bottom:30px;*/
}
body .blog-comment-section .hs-form-field > label{
    color:#444;
}

body .blog-comment-section form{
    width:100%;
    max-width:640px;
    margin-top:20px;
}

body .blog-comment-section form input[type="submit"]{
    border:1px solid #1dba6b;
    background:transparent;
    text-shadow:none;
}
body .blog-comment-section form input[type="submit"]:hover{
    color:#fff;
    box-shadow:none !important;
    background:#1dba6b;
}

.blog-comment-section .comment-from h4 {
    font-size: 16px;
    color: #444 ;
    font-family: lato-regular;
    font-weight: normal;
}
.blog-comment-section .comment-date {
    font-size: 12px;
    color: #444 ;
}
.blog-comment-section  .comment-reply-to{
    font-size: 14px;
    font-family: lato-semibold;
}

.blog-comment-section .comment-body{
    margin-top:8px;
}

.blog-comment-section .comment.depth-0:first-child{
    border-top:0px;
}

.comment-section-heading{
    width:100%;
    float:left !important;
}
.comment-section-heading h2{
    font-size: 28px;
    font-family: lato-medium;
    margin: 30px 0 0 0;
    float:left;
}
/**************blog comment section styles*****************/

/************************* Sidebar Styles ***************************/
.sidebar .subscribe-widget p{
    font-size: 12px;
}
/********************* End Sidebar Styles ***************************/

/***************css for homepage slider starts here*******************/
.kiteboard-slider-main-wrapper{
    height:450px;
    margin-top:30px;
    margin-bottom:40px;
    position:relative;
    box-sizing:border-box;
    background:#fff;
    
}
.kiteboard-slider-wrapper{
  width: 100%;
  height:100%;
  height:450px;
  overflow: hidden;
  float: left;
  position:relative;
  
}
.kiteboard-slider-wrapper .kiteboard-inner-slider{
    width:100%;
    height:450px;
    display:none;
}
.kiteboard-inner-slider .left-section{
    width:50%;
    height:100%;
    float:left;
    background-size:cover;
    background-position:center center;
}

.kiteboard-inner-slider .left-section a.slider-link{
    width:100%;
    height:100%;
    float:left;
    cursor:pointer;
}

.kiteboard-inner-slider .right-section{
    width:50%;
    height:100%;
    float:left;
    padding:5%;
    box-sizing:border-box;
    background:#fff;
}
.kiteboard-inner-slider .right-section h2{
    font-size: 40px;
    margin-bottom: 10px;
    line-height: initial;
}
.kiteboard-inner-slider .right-section .btn.border-btn {
    color: #1ccf74;
    border-color: #1ccf74;
}
.kiteboard-inner-slider .right-section .btn.border-btn:hover{
    border-color:transparent;
}


.kiteboard-slider-main-wrapper .bullet-wrapper{
      position: absolute;
      display: inline-block;
      bottom: -24px;
      left:0;
      width:100%;
      z-index:9999;
      height:auto;
}
.kiteboard-slider-main-wrapper .bullet-wrapper-inner{
    width:100%;
    float:left;
    text-align:center;
}
.kiteboard-slider-main-wrapper .header-bullets{
    background:lightgray;
    border:0px;
    box-shadow:none;
    width:12px;
    height:12px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px; 
    transition: all 0.3s linear 0s;
    cursor: pointer;
}
.kiteboard-slider-main-wrapper .header-bullets.active{
    background:#1ccf74;
}

.kiteboard-slider-main-wrapper .previous-btn{
    display: none;
    position: absolute;
    left: 5px;
    top: 45%;
    font-size:20px;
    /*width: 20px;*/
    /*border-radius: 50px;*/
    /*overflow: hidden;*/
    cursor:pointer;
}
 .kiteboard-slider-main-wrapper .next-btn{
    display: none;
    position: absolute;
    right:5px;
    top: 45%;
    font-size:20px;
    /*width: 20px;*/
    /*border-radius: 50px;*/
    /*overflow: hidden;*/
     cursor:pointer;
}
/***************css for homepage slider ends here*******************/


/*********************************************************
***************** Media Screens Styles *******************
*********************************************************/

@media (max-width: 480px){
    .hs-three-col-list li{
        height:auto;
    }
    .kiteboard-map-banner{
        height:240px;
    } 
     .kiteboard-form-section .heading h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom:26px;
    }
    .subscription-section h1{
        font-size:26px;
        line-height:32px;
    }
    .subscription-section label{
        line-height:24px;
        width: 100%;
    }
    .subscription-section .hs-form-field{
        width: 100% !important;
    }
    .subscription-section .hs-form-field.hs_country{
        width: 100% !important;
        margin-left: 0px;
    }
    .subscription-section .hs-error-msgs{
        bottom: -35px;
    }
    .home-banner-container .banner-section,
    .video_slider_container.span8,
    #slider{
        width: 100%;
        height: 250px !important;
    }
    .home-banner-container .subscription-section{
        width: 100%;
        height: auto;
    }
    .footer .grid .logo-box .logo-box-inner span{
        font-size:10px;
    }
    .footer .grid .logo-box .logo-box-inner img{
        width:80px;
        height:auto;
    }
    .footer .grid .location-block >ul li {
        margin-left: 6px;
        font-size: 10px;
    }
    
}

@media (max-width : 768px){
    h1{
        font-size: 30px;
        margin-bottom: 5px ;
        line-height: 40px ;
    }
    h2{
        font-size: 24px ;
        margin-bottom: 5px ;
        line-height: 28px ;
    }
    h3{
        font-size: 18px ;
        margin-bottom: 5px ;
        line-height: 20px ;
    }
    h4{
        font-size: 16px ;
        margin-bottom: 5px ;
        line-height: 18px ;
    }
    h5{
        font-size: 15px ;
        margin-bottom: 5px ;
        line-height: 18px ;
    }
    .sections-margin{
        margin: 20px 0px;
    }
    .no-top-margin{
        margin-top: 0px;
    }
    .no-bottom-margin{
        margin-bottom: 0px;
    }
    .no-top-padding{
        padding-top: 0px;
    }
    .no-bottom-padding{
        padding-bottom: 0px;
    }
    #capabilities{
        margin-bottom: 0px;
    }
    #features{
        padding: 20px 0px;
    }
    
    .home-banner-container .banner-section,
    .video_slider_container.span8,
    #slider{
        width: 100%;
        height: 350px !important;
    }
    .home-banner-container .subscription-section{
        width: 100%;
        height: auto;
    }
    
    .solution-three-section-block .inner-block{
        padding: 5px 20px !important;
    }
    .section-sliders{
        margin-bottom: 20px;
    }
    .section-sliders .slick-prev,
    .section-sliders .slick-next,
    .section-sliders .slick-slider:hover .slick-prev,
    .section-sliders .slick-slider:hover .slick-next{
        display: none !important;
    }
    .section-sliders .slick-slider{
        height: auto;
    }
    .section-sliders .hs_cos_gallery_main .slick-slide img{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .section-sliders .hs_cos_gallery_main .caption.superimpose{
        width: 90%;
        min-height: inherit;
    }
    .section-sliders .slick-dots{
        width: 100%;
        bottom:10px;
    }
    .hs-three-col-list li{
        margin-bottom: 20px;
    }
    .hs-three-col-list li:last-child{
        margin-bottom: 0px;
    }
    .right-image-section,
    .left-image-section{
        margin-bottom: 20px;   
    }
    .h-capabilities-section .left-image-section .content .inner-grid, 
    .h-capabilities-section .right-image-section .content .inner-grid,
    .h-documentation-section .left-image-section .content .inner-grid{
        padding: 20px 10px 0px ;
    }
    .right-image-section .content .inner-grid{
        float: left;
    }
    .left-image-section .content .inner-grid,
    .right-image-section .content .inner-grid{
        max-width: none;
    }
  
    .h-featured-posts .featured-box{
        min-height: 350px;
    }
    .post-list-item .span3{
        margin-right: 20px;
    }
    .footer{
        margin-top: 0px;
    }
    .footer .grid .location-block >ul li{
        margin-left: 10px;
        font-size: 12px;
    }
    
    .resource-text h2 a{
        font-size: 36px;
        line-height: 46px;
    }
    
   
    /*for blog page*/
    .hero-header-wrapper{
        height:300px;
    }
    
    /******* responsive css forspecifications page*******/
    .kiteboard-spec-desc-block{
        padding:20px;
    }
    .section-one-table .row-fluid{
        padding:0px;
    }
    .section-one-table .span6.section-one-cell{
        padding:0px;
        width:100% ;
        display:block ; 
    }
    .section-one-table .span6.section-one-cell img{
        max-width:80%;
        margin-bottom:20px;
    }
     /******* responsive css forspecifications page*******/
     
    /******* responsive css contact page*******/
    
    .kiteboard-form-section{
       padding:30px 20px;
    }
    .kiteboard-subscrption-section .heading{
        padding:30px 20px !important;
    }
    .kiteboard-form-section .heading h2 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom:26px;
    }
    .kiteboard-subscrption-section .heading p {
        font-size: 22px;
        line-height: 28px;
    }
    .kiteboard-banner{
        height:360px;
    }
    .kiteboard-map-banner{
        height:320px;
    } 
    .subscription-section h1{
        font-size:32px;
        line-height:38px;
    }
    .subscription-section .hs-form{
        width:90%;
    }
    .subscription-section .input,
    .subscription-section .hs-input{
        width:100% !important;
    }
    .subscription-section label{
        margin-bottom: 10px;
    }
    .subscription-section .hs_email{
        width:100%;
    }
    .subscription-section .hs_submit{
        width:35%;
        float: none;
        margin: 0px auto;
    }
    .subscription-section .hs_submit .hs-button{
        font-size:12px;
        padding:0px;
    }
    /******* responsive css contact page ends here*******/
    
    .hs-three-col-list li{
        height:auto;
    }
    .kiteboard-inner-slider .right-section h2{
        font-size:28px;
        line-height:36px;
    }
    .kiteboard-inner-slider .right-section a.btn.border-btn {
        font-size:14px;
        margin:16px 0;
        padding:8px 16px;
    }
    .kiteboard-slider-main-wrapper,
    .kiteboard-slider-wrapper,
    .kiteboard-slider-wrapper .kiteboard-inner-slider{
       height:500px;
    }
    
    .kiteboard-slider-wrapper .kiteboard-inner-slider{
       
    }
    .kiteboard-inner-slider .left-section{
        width:100%;
        height:220px;
    }
    
    .kiteboard-inner-slider .right-section{
        width:100%;
        height:auto;
        /*height:280px;*/
    }
    /* Variables
     ========================================================================== */

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

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */
    
    .logo, .nav-container{
        float: left !important;
    }
    /*.logo a{*/
    /*    line-height: 64px !important;*/
    /*}*/
    .row-fluid .span3.logo{
        width: 23.404255317%;
        height: auto;
    }
    .row-fluid .span9.nav-container{
        width: 74.468085099%;
        margin-left: 2%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover a, .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.active a{
        color: #1ccf74;
    }
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul{
        padding: 40px 0px 0px;
    }
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li{
        margin: 0px;
    }
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
        padding: 0px 10px;
    }

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


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

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

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


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

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


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

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

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

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

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

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

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

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

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

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

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


@media only screen and (min-width: 768px) and (max-width: 991px){
    .subscription-section h1{
        font-size: 32px;
        line-height: 38px;
    }
    .home-banner-container .subscription-section .hs_submit{
        width: 75%;
    }
}

/*@media (max-width: 991px){*/
/*    .hs-three-col-list li{*/
/*        height:640px;*/
/*    }*/
/*}*/

/*@media (max-width: 540px){*/
/*    .kiteboard-inner-slider .left-section{*/
/*        height:180px;*/
/*    }*/
/*}*/



.latest-blogpost-slider{
    margin-bottom:30px;
}

.latest-blogpost-slider .hs_cos_flex-slider{
    margin:0 0 0px 0 !important;
}

.latest-blogpost-slider .hs_cos_flex-slider ul li{
    margin:0px !important;
}

.latest-blogpost-slider .hs_cos_flex-slider .hs_cos_flex-control-nav{
    bottom:5px !important;
}

.latest-blogpost-slider .hs_cos_flex-control-paging{
    /*display:none;*/
}

.latest-blogpost-slider .hs_cos_flex-control-paging li a{
    background:#f7f7f7;
}

.latest-blogpost-slider .hs_cos_flex-control-paging li a.hs_cos_flex-active{
     background:#1ccf74;
}

.latest-blogpost-slider  .row-fluid {
    /*display:table;*/
}

.latest-blogpost-slider .widget-type-image_slider{
    /*display:table-cell;*/
    /*width:50%;*/
    /*float:none;*/
    vertical-align:middle;
    margin:0px;
}

.latest-blogpost-slider .widget-type-rich_text{
    /*display:table-cell;*/
    /*width:50%;*/
    /*float:none;*/
    vertical-align:middle;
    margin:0px;
    text-align:center;
    padding:0 20px;
    background:#fff;
}

.latest-blogpost-slider .widget-type-rich_text h2{
    color: #1ccf74;
    font-size: 42px;
    line-height: 54px;
    font-family:lato-light;
    margin-top:20%;
}
@media (max-width: 991px){
    .latest-blogpost-slider .widget-type-rich_text h2{
        font-size: 36px;
        line-height: 46px;
       padding:20px 0;
    }
}
@media (max-width: 767px){
    .latest-blogpost-slider .widget-type-rich_text h2{
        font-size: 30px;
        line-height: 40px;
        margin-top:0px;
    }
    .latest-blogpost-slider .widget-type-image_slider,
    .latest-blogpost-slider .widget-type-rich_text{
         display:block;
         width:100%;
    }
}