@import url('https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css');

/* ==================================================================

Updated: 13/07/2016 -Struto GDD
Updated: 06/09/2016 -Mega Menu Additions

================================================================== */    

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

/*@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');*/

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */


/*****************************************/
/* Bootstrap Reset (Only if BootStrap is installed) */
/*****************************************/
div.close, span.close, a.close {
    /* opacity: initial ;
    text-shadow: initial; */
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

/* ===============================================================================================
   STRUTO MENU MODULE INTEGRATION (SMM V1) WITH HUBSPOT MENU
   ===============================================================================================
   =============================================================================================== */

/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */
   
/* Logo setting XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
   /* Logo background color */
  
/* Desktop Extra Button XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
   /* Set value none or block when using this button */

/* General menu setting XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

    /* The same height goes for Menu ul and Header (.smm-header-wrapper) */  
   /* Set menu font color for menu bar */
   /* Set menu font weight for menu bar */
   /* Set ul background color */
   /* Set Main Menu Header Border Bottom to 1px or 0 for none */
  
  /* Desktop parent setting */
   /* Set ul background color */
   /* Set li background Color */
   /* Set li background Color */
   /* Set li background Color */
   /* Set link Color */
   /* Set link Hover Color */
   /* Set menu font weight for menu bar */
    /* Set border left to the menu item */
   
  
   /* Desktop child list color setting */
   /* Set ul background color */
   /* Set li background Color */
   /* Set li background Color */
   /* Set link Color */
   /* Set link Hover Color */
   /* Set menu font weight for menu bar */
   /* Set child height */
  
  /* Set both value for Desktop Child Dropdown Position Push to left or centered */
   /* Set dropdown position 50% for left or 1% for centered */
   /* Set dropdown position 90px for left or 0px for centered */

   /* Set menu font weight for menu bar */
   /* Set menu font weight for menu bar */

  /* Mobile Menu setting ***************/
  /* Hamburger Menu setting */
   /* Set Mobile Bar height */
   /* Hamburger Background*/
    /* Hamburger Background hover*/
   /* Set the Hamburger(mobile-trigger) font-size */
  
  /* Mobile Dropdown setting */
   /* Set Mobile Menu Background Color */
   /* Set background link hover Color */
   /* Set link Color */
   /* Set link Hover Color */
   /* Set menu font weight for menu bar */
   /* Set align on the menu item */
   /* Set button none to hide or block to display */
  
    /* Mobile child color setting */
   /* Set Mobile Menu Background Color */
  
   /* Set Link Color */
   /* Set Link Hover Color */
   /* Set menu font weight for menu bar */
  
  
 


/* Other menu setting XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

/* Animation AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA */

/* Menu AAAAAAAAAAAAAAAAAAAAA */

.widget-span.smm-master-header {
    width: 100%;
    -webkit-animation: mymove 1s; /* Chrome, Safari, Opera */
    animation: mymove 1s;
} 
/* Chrome, Safari, Opera */

.widget-span.smm-master-header {-webkit-animation-timing-function: linear;}

/* Standard syntax */

.widget-span.smm-master-header  {animation-timing-function: linear;}

/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    from {top: -90px;}
    to {top: 0;}
}

/* Standard syntax */
@keyframes mymove {
    from {top: -90px;}
    to {top: 0;}
}

.nav-up { top: -90px; }




/*Menu Scroll Display transitions*/
/* UPDATE EXISTING STYLE */
.nav-up{
    transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    -webkit-transform: translateY(-60px);

    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
@media (max-width: 767px) {
    .nav-up{
        transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        -o-transform: translateY(-60px);
        -webkit-transform: translateY(-60px);   
    }
}
/* ADD NEW STYLE */
.nav-down{
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);

    -o-transition-duration: 200ms;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
body.mobile-open .smm-master-header.nav-up {
     transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    -o-transform: translateY(0px) !important;

    -o-transition-duration: 200ms !important;
    -webkit-transition-duration: 0.2s !important;
    -moz-transition-duration: 0.2s !important;
    transition-duration: 0.2s !important;
}



/* Mobile Menu Toggle Animation */

@-webkit-keyframes topline {
  50%  {-webkit-transform: translateY(4.8px); transform:translateY(4.8px); }
  100% { margin-top:0; -webkit-transform: rotate(45deg); transform:rotate(45deg);}
}
@-moz-keyframes topline {
  50%  {-webkit-transform: translateY(4.8px); transform:translateY(4.8px); }
  100% { margin-top:0; -webkit-transform: rotate(45deg); transform:rotate(45deg);}
}
@-o-keyframes topline {
  50%  {-webkit-transform: translateY(4.8px); transform:translateY(4.8px); }
  100% { margin-top:0; -webkit-transform: rotate(45deg); transform:rotate(45deg);}
}
@keyframes topline {
  50%  {-webkit-transform: translateY(4.8px); transform:translateY(4.8px); }
  100% { margin-top:0; -webkit-transform: rotate(45deg); transform:rotate(45deg);}
}

@-webkit-keyframes bottomline {
  50%  {-webkit-transform: translateY(-4.8px); transform:translateY(-4.8px); }
  100% { margin-top:0; -webkit-transform: rotate(-45deg); transform:rotate(-45deg);}
}
@-moz-keyframes bottomline {
  50%  {-webkit-transform: translateY(-4.8px); transform:translateY(-4.8px); }
  100% { margin-top:0; -webkit-transform: rotate(-45deg); transform:rotate(-45deg);}
}
@-o-keyframes bottomline {
  50%  {-webkit-transform: translateY(-4.8px); transform:translateY(-4.8px); }
  100% { margin-top:0; -webkit-transform: rotate(-45deg); transform:rotate(-45deg);}
}
@keyframes bottomline {
  50%  {-webkit-transform: translateY(-4.8px); transform:translateY(-4.8px); }
  100% { margin-top:0; -webkit-transform: rotate(-45deg); transform:rotate(-45deg);}
}


.mobile-open a.mobile-trigger i:before {
    -webkit-animation:topline 0.3s ease-in-out;
    -moz-animation:topline 0.3s ease-in-out;
    animation:topline 0.3s ease-in-out;
    animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards; 
    -webkit-animation-fill-mode: forwards;
}
.mobile-open a.mobile-trigger i:after {
     -webkit-animation:bottomline 0.3s ease-in-out;
    -moz-animation:bottomline 0.3s ease-in-out;
    animation:bottomline 0.3s ease-in-out;
    animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards; 
    -webkit-animation-fill-mode: forwards;
}





.header-container-wrapper .widget-span {
    /*min-height: initial;*/
}
.widget-span.smm-master-header {
    display: none;
    position: fixed;
    width:100%;
    z-index:9999;
}

/* Hide transported menu */
#smm-transport .header-container-wrapper {
    display: none !important;
}
.smm-header-wrapper .widget-span {
    width: auto !important;
    margin-left: auto !important;
    
}
.smm-header-wrapper {
    background-color: rgb(255,255,255);
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    height: calc( 60px + 1px );
    border-bottom: 0px solid rgb(228,228,228);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.smm-footer-script {
    display: none !important;
}
.st-struto-logo img {
    opacity: 0.9;
    padding: 0;
    height: 60px;
    width: auto !important;
}
.smm-menu-wrapper {
    margin-left: 0 !important;
    
}
.smm-header-wrapper .smm-left {
    float: left !important;
    width: auto;
}
.smm-right-corner {
    float: left;
}
.smm-desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul,
.smm-header-wrapper .smm-right {
    float: right !important;
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul:last-child {
    
}
.st-struto-logo .hs_cos_wrapper_type_linked_image {
    display: table-cell;
    vertical-align: middle;
    height: 60px; 
    background-color: transparent;
}
.st-struto-logo {
    width: calc( 100% + 20px );
}

ul.hs-menu-children-wrapper.smm-bucket ul {
    display: none;
}
.smm-header-wrapper .smm-desktop-menu {
    float: left;
}

.smm-header-wrapper a.cta_button {
    height:  60px !important; /* 60px */
}

.mobile-extra-right-button {
    display: none !important;
}

/* More  Target 
.smm-target-menu-item:last-child {
        display: none;
}
@media (max-width: 1185px) {
    .smm-target-menu-item:last-child {
        display: block;
    }
    .smm-target-menu-item:last-child li.hs-menu-item:last-child {
        display: none;
    }
}
*/



/* Reset display */
@media (min-width: 768px) {
    .smm-header-wrapper .smm-right-corner {
        display: block;
    }
    
    .smm-header-wrapper .smm-desktop-menu {
        display: block;
    }
   
    .smm-header-wrapper .smm-mobile-menu {
        display: none;
    }
    
}

/* Show Mobile and hide desktop menu */
@media (max-width: 767px) {
    .smm-header-wrapper .smm-right-corner,
    .smm-header-wrapper .smm-desktop-menu {
        display: none;
    }
   
    .smm-header-wrapper .smm-mobile-menu {
        display: block;
    }

     .mobile-extra-right-button {
        display: block !important;
        right: 115px;
        top: 4px;
        position: relative;
     }
    .st-struto-logo .hs_cos_wrapper_type_linked_image,
    .smm-header-wrapper {
        height: 60px ;   
    }
    
    .st-struto-logo img {
       height: 60px;
    }
    
    .smm-mobile-menu .hs-menu-wrapper ul:first-child { 
        
        height: auto;
        overflow-x: hidden !important;
        /*overflow: -moz-scrollbars-none;*/
        /*direction: rtl;*/
    }
    
    /* .smm-mobile-menu .hs-menu-wrapper ul::-webkit-scrollbar { display: none !important; } */
    
    .smm-mobile-menu .hs-menu-wrapper ul::-webkit-scrollbar {
        width: 8px;
    }
    
    .smm-mobile-menu .hs-menu-wrapper ul::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
        border-radius: 10px;
        background-color: rgb(48,158,214);
    }
    
    .smm-mobile-menu .hs-menu-wrapper ul::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
    }
    
    @-moz-document url-prefix(http://),url-prefix(https://) {
        scrollbar {
           -moz-appearance: none !important;
           background: rgb(0,255,0) !important;
        }
        thumb,scrollbarbutton {
           -moz-appearance: none !important;
           background-color: rgb(0,0,255) !important;
        }
        
        thumb:hover,scrollbarbutton:hover {
           -moz-appearance: none !important;
           background-color: rgb(255,0,0) !important;
        }
        
        scrollbarbutton {
           display: none !important;
        }
        
        scrollbar[orient="vertical"] {
          min-width: 15px !important;
        }
    }
    
}



@media (max-width: 479px) { 
    .mobile-extra-right-button {
        display: none !important;
    }
}


.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list {
    list-style: none;
}

.hs_cos_wrapper_type_form input[type="radio"] {
    height: 15px;
    vertical-align: middle;
    margin-top: 0;
    margin-right: 5px;
}

/* ==========================================================================
   Desktop Menu
   ========================================================================== */
     


.row-fluid .bgimg-main { background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .bg-img { display:none; }

.row-fluid .hero_section { padding:150px 0 70px 0;  margin-top:0; overflow:hidden;  background-size: auto 110% !important; position:relative;}
.home_oldheader .row-fluid .hero_section { padding: 0; }
.row-fluid .hero_section h2 { font-size:37px; line-height:44px; font-weight:400; padding-bottom:50px; } 
.row-fluid .hero_section:after { content:""; position:absolute; z-index: -1; top:0; left:0; width:100%; height:100%;  background:url('https://cdn2.hubspot.net/hubfs/1188159/Skeletontech%202018/hero-after.png') ; background-size:cover !important; }
.row-fluid .hero_section .w-container { position:relative; z-index:99;}
  

.row-fluid .investor_section { padding:150px 0 70px 0;  /*margin-top:90px;*/ overflow:hidden;  background-size: auto 110% !important; position:relative;}
.row-fluid .investor_section h2 { font-size:37px; line-height:40px; font-weight:300; padding-bottom:40px; color:white;} 
.row-fluid .investor_section .w-container { position:relative; z-index:99;}
.row-fluid .investor_section:after { content:""; position:absolute; z-index: -1; top:0; left:0; width:100%; height:100%; background-color:#00ade5; background-size:cover !important; }

.row-fluid .herovideo_box { display:none; }

.row-fluid .hero_btn a { background:black; padding:13px 20px; color:#fff; font-size:18px; line-height:24px; text-decoration:none; border-radius:5px; border:2px solid transparent; float: left;}
.row-fluid .hero_btn a:hover { background:white;border-color:black; color:black;}

.row-fluid .hero_btn.learn_btn a { background:#fff; color:black; border:2px solid black;  }
.row-fluid .hero_btn.learn_btn a:hover { background:#359DD4; color:#fff; border:2px solid #359DD4;  }


.row-fluid .hero_btn { width:auto; float:left; }
.row-fluid .skeleton_values  { padding:50px 0; color:#2A2A2A; font-size:17px; line-height:24px; }  
.row-fluid .skeleton_values h2 { font-size:37px; line-height:44px; color:#000; font-weight:500; margin:0 0 15px; }
.row-fluid .skeleton_image { border-radius:50%; height:250px; width:250px; float: right; margin-top: 20px; background-size:cover !important; }


/*=====*/
.row-fluid .technology-applications {  background:#F5F5F5; padding:50px 0;  color:#2A2A2A; font-size:17px; line-height:24px; }
.row-fluid .technology-applications h2 { font-size:37px; line-height:44px; color:#000; font-weight:500; margin:0 0 40px; }
.row-fluid .applications_text  { padding-left:30px; }

.row-fluid .more-btn a { background:#359DD4; padding:10px 20px; color:#fff; font-size:18px; line-height:24px; text-decoration:none; border-radius:5px; float: left;}
.row-fluid .more-btn a:hover { background:#30302D;  } 
 
/*=======*/
.row-fluid .history_investore  {  padding:40px 0; }
.row-fluid .history_investore h2 { font-size:37px; line-height:44px; font-weight:400; padding-bottom:30px; margin-bottom:0;} 
 
.row-fluid .investors_right { color:#2A2A2A; font-size:16px; line-height:25px;  border-left:2px solid #369DD4; padding-left:20px; }
.row-fluid .investors_content { padding:10px 0 10px; }


.row-fluid .forpress_box { border-left:2px solid #369DD4; padding-left:20px; margin-top:35px; }
.row-fluid .forpress_box h3 {  font-size:37px; line-height:44px; color:#000; font-weight:500; margin:0 0 10px;}
.row-fluid .press_text { padding:10px 0 20px; } 
 
.row-fluid .history_years ul { list-style:none; width:100%; float:left; padding:0; margin:0; }
.row-fluid .history_years ul li { width:100%; float:left;  color:#2A2A2A; font-size:17px; line-height:24px; display: flex; align-items: center;}
.row-fluid .history_years ul li strong { border-right: 2px solid #2FC8EB;  margin-right: 20px;  padding-right: 20px;  padding-top: 20px;   padding-bottom: 20px;   float: left; width: auto;  }

.row-fluid .about-team-section .team_box.st-team-wrap { width:20%; float:left; height:auto; position:relative; }
.row-fluid .about-team-section .team_box.st-team-wrap h2 { width:100%; float:left; font-weight:500; }
.row-fluid .about-team-section .team-profile-email { width:100%; float:left; font-weight: 700; }
.row-fluid .about-team-section .downloads-heading {  width:100%; float:left; font-weight: 600; padding:5px 0; }
.row-fluid .about-team-section .email-and-linkedin { position:relative; width:auto; float:left; margin:20px 10px 10px 21px; }
.row-fluid .about-team-section .team_inner { width:100%; float:left; }
.row-fluid .about-team-section .team_img { width:100%; float:left;  }
 

.row-fluid .team-learn-more { color:#359DD4; background:#fff; border-radius:5px; font-size: 14px; line-height: 18px; padding:10px 15px; float:left; width:auto;text-transform: capitalize; margin-top:15px; } 
.row-fluid .team-learn-more:hover { background:#359DD4; color:#fff; }



.about_page .row-fluid .hero_section h2, .investor_section h2,.about_page .row-fluid .skeleton_values h2, .row-fluid .technology-applications h2, 
.row-fluid .history_investore h2, .row-fluid .forpress_box h3 { font-weight: 300; color: #30302d; }
.about_page .row-fluid .bgimg-main { background-position: right center !important; }

.hero_section.left-align .hero_boxinner .hero_boxinner_content { max-width: 660px; font-size: 23px; line-height: 1.4; }

.find-form-popup.find-form-popup { max-width: 675px; width:100%; font-size: 32px; line-height: 40px; padding: 50px 40px 50px; }
.find-form-popup h2 { font-size: 58px; line-height: 62px; }
.find-form-popup .btn_style { width: 100%; margin: 35px 0 0; }
.find-form-popup .btn_style a { padding: 15px 32px; display: inline-block; width: 100%; background: #309ED6; color: #fff; font-size: 26px; line-height: 32px; text-transform: uppercase; font-weight: 700; letter-spacing: 2px; text-decoration: none; position: relative; }
.find-form-popup .btn_style a:after {content: '>';position: absolute;top: 0;right: 15px;bottom: 0;margin: auto;display: flex;align-items: center; font-size: 35px; font-weight: 400; font-family: 'Stainless-Bold'; }

@media (min-width: 1450px) {
    .about_page .row-fluid .bgimg-main { background-position: 66% center !important; }
}

@media (max-width: 950px) and (min-width: 768px) {
    .about_page .row-fluid .bgimg-main { background-position: left center !important; }
}

.about_page .featured-product-column { min-height: 320px; }
 
 @media (max-width: 767px) {
     .about_page .row-fluid .hero_section h2 {
         color: #FFF;
     }
     .about_page .row-fluid .investor_section h2 {
         color: #FFF;
     }
 }

@media (min-width: 1241px) and (max-width: 1340px){
    
	.row-fluid .about-team-section .team_box.st-team-wrap { width: 25%; }
	
	
}
@media (min-width: 992px) {
    .story-strip .form a { float: left; }
}

@media (min-width: 992px) and (max-width: 1240px){
     
	.row-fluid .about-team-section .team_box.st-team-wrap { width: 33.33%; }
    
    .story-strip h2 { font-size: 39px !important; }
    .story-strip h2 span { font-size: 24px !important; } 


}

@media (min-width: 768px) and (max-width: 991px){
	
	
	.row-fluid .hero_section h2 { font-size: 30px;  }
    .row-fluid .investor_section h2 { font-size: 30px;  }

	.row-fluid .skeleton_values h2 {  font-size: 28px; line-height: 34px;}
	.row-fluid .skeleton_image { height: 210px; width: 210px; } 
	 
	.row-fluid .technology-applications h2 { font-size: 30px; line-height: 42px;}
	
	.row-fluid .about-team-section .team_box.st-team-wrap { width: 50%; }
	
	
}

@media (min-width: 30px) and (max-width: 767px){
	
	.about_page .container-fluid .row-fluid .w-container { padding:0 20px; } 
	.about_page .smm-header-wrapper .widget-span { height:0;float: left !important; }
	
	.row-fluid .hero_section { position:relative; text-align:center; padding:100px 0 50px 0; margin-top:0;}     
	.row-fluid .hero_section .w-container { position:relative; z-index:99; }
	.row-fluid .hero_section:before { position:absolute; content:""; background:rgba(0,0,0,0.5); width:100%; float:left; top:0; left:0; height:100%; }
	.row-fluid .hero_section h2 {  font-size: 24px; color: #fff;line-height: 35px; }
	
	.row-fluid .investor_section { position:relative; text-align:center; padding:100px 0 50px 0; margin-top:0;}     
	.row-fluid .investor_section .w-container { position:relative; z-index:99; }
	.row-fluid .investor_section:before { position:absolute; content:""; background:rgba(0,0,0,0.5); width:100%; float:left; top:0; left:0; height:100%; }
	.row-fluid .investor_section h2 {  font-size: 24px; color: #fff;line-height: 35px; }
	
	
	
	.row-fluid .hero_btn { margin: 0 9px 10px; float:none; display:inline-block;}
	.row-fluid .hero_btn a { padding:10px 14px; }
    
    
    .row-fluid .skeleton_values { text-align:center;  }	 
    .row-fluid .skeleton_values h2 { font-size: 28px; line-height: 38px; } 
	.row-fluid .skeleton_image { display: inline-block; float:none; }
	
	.row-fluid .technology-applications { text-align:center; }
	.row-fluid .technology-applications h2 { font-size: 30px;}
	
	.row-fluid .more-btn { text-align:center; margin-top:15px;  }
	.row-fluid .more-btn a { float:none; display:inline-block; }
	.row-fluid .applications_text { padding:20px 0 0; }
	
	.row-fluid .investors_right {border-left: 0; padding-left: 0; text-align: center; margin-top:30px; }
	.row-fluid .history_investore h2 {padding-bottom: 0; }
	
	.row-fluid .forpress_box { border-left: 0; padding-left: 0; margin-top: 35px; text-align: center; }
	.row-fluid .forpress_box  .more-btn { margin-bottom:20px; }
    
    
    .row-fluid .about-team-section .team_box.st-team-wrap { width:100%; text-align:center; }
    .row-fluid .about-team-section .team_box.st-team-wrap h2 { text-align:center; }
    
    .row-fluid .team-learn-more { float:none; display: inline-block; }
    .row-fluid .about-team-section .email-and-linkedin  { float:none; display: inline-block; }
    
    
    .fancybox-content.find-form-popup { padding: 50px 15px; }
    .fancybox-content.find-form-popup h2 { font-size: 36px; line-height: 45px; }
    .fancybox-content.find-form-popup h4 { font-size: 20px; line-height: 28px; }
    
    .find-form-popup.find-form-popup { font-size: 18px; line-height: 28px; }
    .find-form-popup .btn_style a { font-size: 20px; line-height: 28px; padding: 10px 15px; }
    .find-form-popup .btn_style { margin: 20px 0 0; }
    
    	
}


 

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


/* ==========================================================================
   Header Quick Contact Styles
   ========================================================================== */

.quick-header-contact {
    background-color: #424242;
    border-bottom: 1px none #636363;
    height: 20px;
}

.quick-header-contact p {
    color: #bfbfbf !important;
    font-size: 13px;
    padding: 0;
    margin: 0;
    text-align: center;    
}

.quick-header-contact p a {
    color: rgb(28, 107, 153);
    text-decoration: none;
}


@media screen and (max-width: 767px) {
    
    /* Header Styling
    ========================================================================== */
    .quick-header-contact { 
        display: none !important 
    }
    
}

/* ==========================================================================
   Customized CSS
   ========================================================================== */

ul.hs-menu-children-wrapper.smm-bucket li:last-child{
    display:none;
}

.smm-bucket li.hs-menu-item.hs-item-has-children.hs-menu-depth-2.smm-inner-menu-item-e ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 {
    display:block !important;
}

/*
ul.smm-target-menu li.hs-menu-depth-1:last-child .hs-menu-depth-2 ul.hs-menu-children-wrapper {
    border-right: 1px solid #6ebbe2;
    border-top: 1px solid #6ebbe2;
}
*/

ul.hs-menu-children-wrapper.smm-bucket li.hs-menu-item.hs-item-has-children.hs-menu-depth-2.smm-inner-menu-item-e span.fa.fa-angle-down {
    display: none;
}

.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul ul ul li.hs-menu-depth-2{


    min-width: auto !important;
}

/*.custom-menu-primary.smm-desktop-menu ul li.hs-item-has-children span.fa*/

ul.smm-target-menu li.hs-menu-depth-1:last-child{
    display:none;
}

ul.smm-bucket li:last-child {
    display: none !important;
}

a.mobile-trigger.close:hover{
    background-color:#24729a;
}

.custom-menu-primary.smm-mobile-menu ul li.hs-menu-depth-1{
    background-color: #309ed6;
}

.custom-menu-primary.smm-mobile-menu ul li.hs-menu-depth-1.smm-item-close {
    background-color: transparent;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 15px 0 10px;
}
@media (max-width:767px){
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        padding:0;
    }   
}


/* IE Fixing*/

.container-fluid {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.smm-logo-wrapper img,
.smm-logo-wrapper,
.st-struto-logo,
.smm-header-wrapper
{
    height:60px !important;
    max-height:60px;
}
.smm-header-wrapper .widget-span {
    margin-left: auto !important;
    width: auto !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
}


/* ========================================================================================= */
/* Global Mega Menu Styles (STARTS)                                                          */
/* ========================================================================================= */
 
/* ======================================================================================================================== */
/* Global Mega Menu Styles (ENDS)                                                                                           */
/* ======================================================================================================================== */




/* ========================================================================================= */
/* Standard Drop Down Links Styling (STARTS)                                                 */
/* ========================================================================================= */
 
/* ======================================================================================================================== */
/* Standard Drop Down Links Styling (ENDS)                                                                                  */
/* ======================================================================================================================== */





/* ========================================================================================= */
/* Mega Menu Styling (STARTS)                                                                */
/* ========================================================================================= */
 



/* ======================================================================================================================== */
/*    skel page style                                                                                             */
/* ======================================================================================================================== */
.row-fluid .c-btn { width:auto; }
.row-fluid .c-btn a {    background-color: #309ed6;    color: #fff ;    /*border: 1px solid #fff;*/    border-radius: 4px;     font-size: 16px;    text-align: center;    padding: 10px 13px;    transition: all 200ms ease 0s;      text-decoration: none;    float: left;}
.row-fluid .get-bg { display:none; }


/* skelstart banner  */
.row-fluid .skelbanner-box { width:100%; float:left;  padding:118px 0 0 0;    background: #ffffff;  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);  background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);  background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );}
.row-fluid .skel-content-box { padding-bottom:30px;     padding-right: 30px;  float:none; display:inline-block;    color: #444;    font-size: 16px;  line-height: 23px;  font-weight: 400;}
.row-fluid .skel-content-box h2 {    max-width: 750px;    margin-bottom: 5px;    color: #444;    font-size: 52px;    line-height: 60px;    font-weight: 300;}
.row-fluid .skel-content-box p { margin:15px 0 25px 0; }
.row-fluid .skel-content-box a {margin-top:5px;     padding: 13px 34px;    font-size: 18px;}
.row-fluid .skel-img-box { float:none; display:inline-block; vertical-align:bottom; margin:0 -2px;}


/*  skelstart list section  */
.row-fluid .start-list-section { width:100%; float:left; background:#309ed6; padding:35px 0; }
.row-fluid .start-list-box {    width: 77%;    float: left;}
.row-fluid .start-list-part {     width: 60%;    float: left;}
.row-fluid .start-list-part-2 {     width: 40%;    float: left; margin: 0;}
.row-fluid .start-list-part ul {    padding: 0;    margin: 0;    list-style-type: none;}
.row-fluid .start-list-part ul li { font-size:20px; color:#fff; font-weight:400;    line-height:30px;  float: left;    width: 100%; position:relative;    padding-left: 60px; }
.row-fluid .start-list-part ul li strong { color:#000;   position: absolute;    left: 0;    text-align: right;    width: 51px;}
.row-fluid .start-list-btn { text-align:right;  margin:0 -2px;     width: 23%;    float: right; }
.row-fluid .start-list-btn a { color:#309ed6; background:#fff; font-weight:400; font-size:21px;  float:right;   padding: 16px 27px;}
.row-fluid .start-list-part-2 ul li:nth-child(1) strong {  width: 47px;}

/* skelstart Industries section*/
.row-fluid .indu-title {  text-align: center; padding:18px 0 0 0; width:100%; float:left; }
.row-fluid .indu-title h3 { position:relative; padding-bottom: 45px;}
.row-fluid .indu-title h3:before { position:absolute; content:"\f107";color:#1d87f1;  font-family: FontAwesome; bottom:0; left:50%; transform:translatex(-50%); }

.row-fluid .c-title {}
.row-fluid .c-title h3 {color: #444;    font-size: 39px;    line-height: 44px;    font-weight: 300;  }

.row-fluid .indu-box { width:100%; float:left; }
.row-fluid .indu-part {}
.row-fluid .indu-part > span > div {    width: 20%;    float: left;}
.row-fluid .indu-content { padding:0 7px; }
.row-fluid .indu-content a { text-decoration:none; }
.row-fluid .indu-main { border: 1px solid #eaeaea;    border-radius: 5px;   height: 100%; min-height:480px;    background-size: cover !important;    background-position: center !important;    background-repeat: no-repeat !important;}
.row-fluid .indu-text  { padding:12px 20px ; color:#292929; font-size:13px;  line-height: 17px;  background: -moz-linear-gradient(top, rgba(245,243,243,1) 0%, rgba(245,243,243,0.74) 87%, rgba(245,243,243,0) 100%);   background: -webkit-linear-gradient(top, rgba(245,243,243,1) 0%,rgba(245,243,243,0.74) 87%,rgba(245,243,243,0) 100%);   background: linear-gradient(to bottom, rgba(245,243,243,1) 0%,rgba(245,243,243,0.74) 87%,rgba(245,243,243,0) 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f3f3', endColorstr='#00f5f3f3',GradientType=0 );}
.row-fluid .indu-text h4 {font-size:28px; color:#292929; font-weight:300; }
.row-fluid .indu-text p {}

/* skelstart Advantages section*/
.row-fluid .adva-section {width:100%; float:left; padding:28px 0 0 0; }
.row-fluid .adva-title {  }
.row-fluid .adva-title h3 { margin-bottom:45px; }
.row-fluid .advance-list-box { margin:65px 0 10px 0; }
.row-fluid .c-adva-list { font-size:16px;     margin-bottom: 25px; }
.row-fluid .c-adva-list p {margin: 0 0 5px 0;}
.row-fluid .c-adva-list ul {    padding: 0;    margin: 0;    list-style-type: none;}
.row-fluid .c-adva-list li {  font-size:16px;   line-height: 30px;    color: #000;   position: relative;}
.row-fluid .c-adva-list li:before { content: ""; background:url(https://cdn2.hubspot.net/hubfs/1188159/SK_2018/Images/plus.png); width:8px; height:8px;    color: #4ec6e8;    display: inline-block;    vertical-align: middle;    margin-right: 8px;}
.row-fluid .c-adva-list {}
.row-fluid .adva-list-feul {}
.row-fluid .adva-list-bet {}
.row-fluid .adva-list-reli {}
.row-fluid .adva-list-no {}

/* skelstart batteries download button section */
.row-fluid .batteri-section{}
.row-fluid .batteri-part {}
.row-fluid .batteri-part h5 {clear: none;    color: white;    display: block;    float: none;    font-size: 18px;    font-weight: 400;    text-align: left;    text-decoration: none;    width: auto;}
.row-fluid .batteri-btn {}
.row-fluid .batteri-btn a {    background-color: white;    color: #302e2f;    border: 0px;    cursor: pointer;    line-height: inherit;    text-decoration: none;    border-radius: 4px;    font-size: 14px;    margin-top: 10px;    display: inline-block;    margin-left: 10px;    margin-right: auto;    text-align: center;    width: auto;    padding:12px 10px 15px;    transition: all 200ms ease 0s;}

/* skelstart Parameters section */
.row-fluid .para-section { width:100%; float:left; padding:32px 0 55px 0; background:#f5f5f5; }
.row-fluid .para-content-box { width:100%; float:left; }
.row-fluid .para-box {  margin-top:37px;}
.row-fluid .para-box h4 { font-size:24px; color:#00bee4; font-weight: 400;    line-height: 24px; }
.row-fluid .para-box h4 span {color:#000000; }
.row-fluid .para-box ul {    padding: 0;    margin: 0;    list-style-type: none; }
.row-fluid .para-box ul li {font-size:18px; line-height: 24px;    color: #000;   position: relative; }
.row-fluid .para-box ul li:before {content: ""; background:url(https://cdn2.hubspot.net/hubfs/1188159/SK_2018/Images/plus.png); width:8px; height:8px;    color: #4ec6e8;    display: inline-block;    vertical-align: middle;    margin-right: 8px; }
.row-fluid .para-box a { margin:35px 0 0 0;    padding: 12px 33px; font-size:15px; }
.row-fluid .para-img { text-align:center; }
.row-fluid .para-box-2 { padding-left:35px; }

/* skelstart  Easy Installation section */
.row-fluid .easy-section { width:100%; float:left; padding:10px 0 58px 0; }
.row-fluid .easy-content-box { width:100%; float:left; margin:35px 0 0 0;}
.row-fluid .easy-box { font-size:18px; line-height:25px; color:#000; } 
.row-fluid .easy-box p { margin-bottom:20px; }
.row-fluid .easy-link {float:left; width:100%; font-weight: 600; }
.row-fluid .easy-link p {margin:26px 0 0 0;}
.row-fluid .easy-link a {color:#359dd4; text-decoration: none;}
.row-fluid .easy-video-box { height:310px; background-size: cover;    background-position: center;    background-repeat: no-repeat; margin-top:8px; position:relative;  }
.row-fluid .easy-video-box a {position: absolute;    bottom: 20px;    left: 50%;    transform: translateX(-50%);    padding: 12px 15px;    border: transparent;      width: auto;    height: auto;}

/* skelstart Starting engine section */
.row-fluid .engine-section { width:100%; float:left; padding:45px 0; background:#f5f5f5;  }
.row-fluid .engine-content-box {}
.row-fluid .engine-img {    float: right;    margin-left: 2.564102564% !important;}
.row-fluid .engine-box {font-size:18px; line-height:25px; color:#000;       padding-right: 50px;   float: left;    margin: 0;}
.row-fluid .engine-box p {}
.row-fluid .engine-box ul {    padding: 0;     margin: 15px 0 25px 0;    list-style-type: none;    float: left;    width: 100%;}
.row-fluid .engine-box ul li { position: relative; }
.row-fluid .engine-box ul li:before {content: ""; background:url(https://cdn2.hubspot.net/hubfs/1188159/SK_2018/Images/plus.png); width:8px; height:8px;    color: #4ec6e8;    display: inline-block;    vertical-align: middle;    margin-right: 8px; }

.row-fluid .engine-link {margin-top:25px;}
.row-fluid .engine-btn {    width: auto;    margin: 0 5px 0px 0;    float: none;    display: inline-block;}
.row-fluid .engine-btn a { border:transparent; padding: 13px 27px;}

.row-fluid .skel-content-box a:hover, .row-fluid .start-list-btn a:hover, .row-fluid .batteri-btn a:hover, .row-fluid .para-box a:hover, .row-fluid .easy-video-box a:hover, .row-fluid .engine-btn a:hover { background: #24729a; color:#fff;}
.row-fluid .easy-link a:hover { color:#24729a; }

a {     transition: all 0.5s ease-in-out; }


.skelstart-page .fancybox-overlay-fixed { z-index:11111;}

/*=====  sk career  =======*/
.row-fluid .get-bg { display:none; }
.row-fluid .sk-banner-section { width:100%; float:left; padding:75px 0 85px; position:relative;     background-size: cover;  background-repeat: no-repeat;    background-position: center;}
.row-fluid .sk-banner-section:before { position:absolute; content:""; width:100%; height:100%; top:0; left:0; background:rgba(23,42,61,0.8); }
.row-fluid .banner-box { width:100%; float:left; position:relative; text-align:center; font-size:20px; line-height:24px; color:#fff;  } 
.row-fluid .banner-box h1 { color:#1BC3E6; font-size:103px; line-height:120px; font-weight:300; text-transform:uppercase;  margin-bottom:50px; }
.row-fluid .banner-link-part { color:#1BC3E6; }
.row-fluid .banner-link-part {}
.row-fluid .banner-btn { width:auto; float:none; display:inline-block; margin:0 3px; margin-top:70px; }
.row-fluid .banner-btn a { position:relative;  background: #309ed6;    color: #fff;  text-decoration: none;  font-weight:700;   font-family: "Open Sans",sans-serif;font-size: 21px; padding: 15px 22px 18px;    transition: all 200ms ease 0s; }
.row-fluid .banner-btn a:after { position:absolute; content:""; width:100%; height:3px; bottom:-3px; left:0;  background:url(https://cdn2.hubspot.net/hubfs/1188159/2018%20images/border-bottom1.png);  background-size: cover;  background-position: center;    background-repeat: no-repeat; }
.row-fluid .banner-btn-2 a:after { background:url(https://cdn2.hubspot.net/hubfs/1188159/2018%20images/border-bottom2a.png);  background-size: cover;  background-position: center;    background-repeat: no-repeat; } 
.row-fluid .banner-btn-1 a  { background:#fff; color:#309ed6; }

.row-fluid .sk-team-section { width:100%; float:left; padding:50px 0; background-color:#F8F8F8; }
.row-fluid .sk-team-img { width:25%; float:none; display:inline-block; margin:0 -2px;    vertical-align: top; padding-right:15px; }
.row-fluid .sk-team-text { width:75%; float:none; display:inline-block; margin:0 -2px;  font-size:20px; line-height:33px; font-style:italic;}
.row-fluid .sk-team-text h5 { font-size:25px; color:#359DD4; font-weight:600;    margin: 18px 0 0 0; }
.row-fluid .sk-team-text em { font-size:18px; font-weight:600;  }
.row-fluid .sk-team-text sub {  color:#359DD4; font-weight:700; font-size:22px; margin:0 3px 0 3px; bottom:0;}

.row-fluid .sk-work-section { width:100%; float:left; padding:30px 0;  background:#359DD4;  text-align:center; }
.row-fluid .sk-work-section h2 { font-size:35px;  color:#fff; font-weight:400; }
.row-fluid .sk-work-box { margin-top:20px; }
.row-fluid .sk-work-box > span { margin:0 -30px; display:block; }
.row-fluid .sk-work-box > span > div { width:33.33%; float:none; display:inline-block; margin:0 -2px; padding:30px;      vertical-align: top;}
 
.row-fluid .work-part { width:100%; float:left; text-align:center; }
.row-fluid .work-part h5 { width:100%; float:left; color:#000; font-size:25px; line-height:33px;  }
.row-fluid .work-part h5 p {padding-bottom:0px;}
.row-fluid .work-part { font-size:18px; line-height:25px; color:#fff; font-weight:600; }
.row-fluid .work-part p { margin-bottom:20px; }
.row-fluid .work-img { width:100%; float:left; }


.row-fluid .sk-job-section {width:100%; float:left; padding:30px 0; }
.row-fluid .sk-job-text { width:65%; float:none; display:inline-block; margin:0 -2px;   font-size:24px; line-height:28px;  vertical-align: middle; padding-right:15px;}
.row-fluid .sk-job-link { width:35%; float:none; display:inline-block; margin:0 -2px; text-align: right;   vertical-align: middle; }
.row-fluid .sk-job-link a { }

.row-fluid .sk-team-section-2 { background: #359DD4;}
.row-fluid .sk-team-section-2  .sk-team-text h5{ color: #fff;}
.row-fluid .sk-team-section-2 .sk-team-text sub { color: #fff;}


.row-fluid .world-section { width:100%; float:left; padding:30px 0; text-align:center; }
.row-fluid .world-section h5 {  font-size:25px ; font-weight:700; line-height:36px; color:#000; }
.row-fluid .world-section h4 {  font-size:25px ; font-weight:700; line-height:36px; color:#1BC3E6; }

.row-fluid .world-box { position:relative; width:100%; float:left; margin-top:50px;  }
.row-fluid .world-box:before { width:4px; height:100%; position:absolute; content:""; top:0; left:50%; transform:translatex(-50%); background: rgb(0,0,4);
            background: -moz-linear-gradient(top, rgba(0,0,4,1) 0%, rgba(27,194,228,1) 100%);
            background: -webkit-linear-gradient(top, rgba(0,0,4,1) 0%,rgba(27,194,228,1) 100%);
            background: linear-gradient(to bottom, rgba(0,0,4,1) 0%,rgba(27,194,228,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000004', endColorstr='#1bc2e4',GradientType=0 );  } 
.row-fluid .world-box > span {}
.row-fluid .world-box > span > div { width:50%; float:left; margin:40px 0 0 0; }


.row-fluid .world-part { width:340px; float:right; text-align:left; padding-right:50px; position:relative; }
.row-fluid .world-part:after { position:absolute; content:""; border:10px solid transparent; border-right-color:#000; top:50%; transform:translatey(-50%); right:5px; }
.row-fluid .world-img { width:70px; float:none; padding-left:10px;  display:inline-block; vertical-align:middle; margin:0 -2px; }
.row-fluid .world-text { width:calc( 100% - 70px ); float:none; display:inline-block; vertical-align:middle; margin:0 -2px; font-size:22px; line-height:22px;  }
.row-fluid .world-text h4 { margin:0 0 0px 0; font-size:37px; color:#000; }
.row-fluid .world-text p { margin:0; }

.row-fluid .world-box > span > div:nth-child(odd) { margin-top:0; }
.row-fluid .world-box > span > div:nth-child(even) .world-part:after { border-right-color:transparent; border-left-color:#000; right:auto; left:5px; }
.row-fluid .world-box > span > div:nth-child(even) .world-part { float:left; padding-right:0px; padding-left:50px; text-align:right; }
.row-fluid .world-box > span > div:nth-child(n+5) .world-text h4, .row-fluid .world-box > span > div:nth-child(n+5) .world-text  { color:#1BC3E6; }

.sk-page .test-subs-form input[type="email"] { margin-left: 50px !important; }

.row-fluid .work-main-title { width:100%; float:left;      border-bottom: 1px solid #fff;    display: flex; align-items: center;    margin: 20px 0 20px 0;}  
  
.sk-page .sk-filter-template h3 { color:#359DD4; font-size:45px; font-weight:300;}
.sk-page .sk-filter-template .h2.no-margin-top h2 { color:#000; font-size:33px; }


/* */
.investor-banner { padding: 90px 0; color: #fff; }
.investor-banner a.primary-cta { display: inline-block; padding: 13px 25px; text-decoration: none; border-radius: 0; font-weight: 700; background: #00B1E3; }
.investor-banner .text { font-size: 23px; padding: 20px 0 0; }
.investor-banner .content { max-width: 470px; }
.investor-banner h1 { font-size: 55px; font-weight: 300; line-height: 1.2; }

.story-strip { padding: 30px 0; background: #00b1e3; }
.story-strip .wrapper { display: flex; flex-wrap: wrap; align-items: center; }
.story-strip .wrapper > div { width: 50%; flex: 0 0 50%; }
.story-strip h2 { color: #fff; font-size: 59px; line-height: 1.1; margin: 0; display: inline-block; position: relative; padding-right: 50px; }
.story-strip h2 span { font-size: 36px; display: block; color: #000; }
.wrapper.wrapper-2 { }
.story-strip  .form { }
.story-strip .form > p { font-size: 23px; color: #000; font-weight: 400; padding:0 0 20px; }
.story-strip .form form { position: relative; }
.story-strip .form form .hs-form-field { padding-right: 170px; }
.story-strip .form form .hs-form-field label { display: none; }
.story-strip .form form .hs-form-field .input input {height: 50px;background: transparent;border: 2px solid #fff;font-size: 22px !important;color: #fff;padding: 0 15px;font-weight: 600;font-family: 'Stainless-Light' !important;outline: none !important;border-radius: 0;}
.story-strip .form form .hs-form-field .input input::placeholder { color: #fff !important; font-size: 22px !important; }
.story-strip .form form input.hs-button {background: #fff;position: absolute;top: 0;right: 0;height: 50px;width: 155px;border: none;font-size: 20px;transition: all .3s ease;font-weight: 700;border-radius: 0;box-shadow: none;color: #000;}
.story-strip .form form input.hs-button:hover { opacity: 0.9; }
.story-strip .wrapper > div:first-child { padding-right: 15px; }
.story-strip .wrapper > div:last-child { padding-left: 15px; }
.story-strip h2:after { content: ''; height: 100%; width: 30px; position: absolute; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABNCAYAAADD5bZNAAAErGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iCiAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgZXhpZjpQaXhlbFhEaW1lbnNpb249IjM0IgogICBleGlmOlBpeGVsWURpbWVuc2lvbj0iNzciCiAgIGV4aWY6Q29sb3JTcGFjZT0iNjU1MzUiCiAgIHRpZmY6SW1hZ2VXaWR0aD0iMzQiCiAgIHRpZmY6SW1hZ2VMZW5ndGg9Ijc3IgogICB0aWZmOlJlc29sdXRpb25Vbml0PSIyIgogICB0aWZmOlhSZXNvbHV0aW9uPSI5Ni4wIgogICB0aWZmOllSZXNvbHV0aW9uPSI5Ni4wIgogICBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIgogICBwaG90b3Nob3A6SUNDUHJvZmlsZT0iRGlzcGxheSIKICAgeG1wOk1vZGlmeURhdGU9IjIwMjAtMTEtMTFUMTg6NTQ6NDQrMDU6MzAiCiAgIHhtcDpNZXRhZGF0YURhdGU9IjIwMjAtMTEtMTFUMTg6NTQ6NDQrMDU6MzAiPgogICA8eG1wTU06SGlzdG9yeT4KICAgIDxyZGY6U2VxPgogICAgIDxyZGY6bGkKICAgICAgc3RFdnQ6YWN0aW9uPSJwcm9kdWNlZCIKICAgICAgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWZmaW5pdHkgRGVzaWduZXIgMS44LjQiCiAgICAgIHN0RXZ0OndoZW49IjIwMjAtMTEtMTFUMTg6NTQ6NDQrMDU6MzAiLz4KICAgIDwvcmRmOlNlcT4KICAgPC94bXBNTTpIaXN0b3J5PgogIDwvcmRmOkRlc2NyaXB0aW9uPgogPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KPD94cGFja2V0IGVuZD0iciI/PndRFi0AAArEaUNDUERpc3BsYXkAAEiJpZZ3VFRJFofrvc6J1ICAhCbnnEFybLJkEJWmm9DQNG0HVERFZHAERhQRETChAyIKjkocAyKKgUFBAQM6IIOKug4GTKjsA4Zmd+fs/rP3nXr1ndu3fnWrXlWfCwD5PYeZLoClAEjnCvmhPu606JhYGu4PgAWqgAqMAY3BFPACw7zDAWJuISEB4G/2YRBAs/0d41mtv//+P02alShgAgCFICxkCZjpCHchrYfJ4wsBQO1E/JprhbxZPouwLB9JEOFrs5w8z8OznDDPk3Mx4aEeAKDRAODJDAY/GQAyskJAy2QmIzpkM4TNuCw2F+F4hJ2ZKQwWwocQNkpPz5jlHoT1Ev5FJ/nfNBPEmgxGspjn1zJneE+2gMdhrF9YJx54AjYQAB7gAAYQu/9/S+eIFubURBo5he8bivQKyB6eTcvwFzM3ISh4gdmsufg5ThH5RiwwU+ARu8Ashqe/eCwnKGCBk9jedLGOkB6+wPyMULF+osArbIEZ/MW5RGkRbuJ5E+lizayU8KgFzmRHBi2wIC3MfzHGQ+zni0LFOSfxvcVr/Ov0zeuz6eJ4JmMxH2FKuO9intHiHFiJnl5iPzdCHM8Tuov1eZwQcXwix0fsF2SGiccKkcO3ODZEvD+pDL+QBUbOghcIQB4aiAAWwBaYA0vgCwKFieuEswvwyOCt57OTU4Q0Nx6Pk0ijc5kmRjQLMwvk5M7ez/nP/e7e3L2D5PGLvswEAJYheww5LPrikBzakHsk5bno00J6IqJ2qZEp4mfO+9CzLwwgAkkgCxSR+68J9JB/AAtgAxyBK5KxHwgG4SAGrAJMkALSAR+sBdlgC8gHhWAn2AMqwEFwBBwDJ8Fp0ALOgUvgKrgJboMB8BCMgHHwEkyCD2AagiAcRIGokCKkBmlDhpAFZAc5Q15QABQKxUDxUDLEhURQNrQVKoRKoAroMFQH/QK1QZeg61AfdB8ahSagt9AXGAWTYVlYBdaBTWE72A32h8PhlXAyvAbOgvPgHXA5XA2fgJvhS/BNeAAegV/CUyiAIqHkUeooY5QdygMVjIpFJaH4qE2oAlQZqhrVgGpHdaPuoEZQr1Cf0Vg0FU1DG6Md0b7oCDQTvQa9CV2ErkAfQzeju9B30KPoSfR3DAWjjDHEOGDomGhMMmYtJh9ThqnBNGGuYAYw45gPWCxWHquLtcX6YmOwqdgN2CLsfmwjtgPbhx3DTuFwOEWcIc4JF4xj4IS4fNw+3AncRVw/bhz3CU/Cq+Et8N74WDwXn4svwx/HX8D345/hpwlSBG2CAyGYwCKsJxQTjhLaCbcI44RpojRRl+hEDCemErcQy4kNxCvEYeI7EomkQbInLSexSTmkctIp0jXSKOkzWYZsQPYgx5FF5B3kWnIH+T75HYVC0aG4UmIpQsoOSh3lMuUx5ZMEVcJEgi7BktgsUSnRLNEv8VqSIKkt6Sa5SjJLskzyjOQtyVdSBCkdKQ8phtQmqUqpNqkhqSlpqrS5dLB0unSR9HHp69LPZXAyOjJeMiyZPJkjMpdlxqgoqibVg8qkbqUepV6hjstiZXVl6bKpsoWyJ2V7ZSflZOSs5CLl1slVyp2XG5FHyevI0+U58sXyp+UH5b8sUVnitiRxyfYlDUv6l3xUWKrgqpCoUKDQqDCg8EWRpuilmKa4S7FF8ZESWslAabnSWqUDSleUXi2VXeq4lLm0YOnppQ+UYWUD5VDlDcpHlHuUp1RUVXxUeCr7VC6rvFKVV3VVTVUtVb2gOqFGVXNWY6uVql1Ue0GTo7nROLRyWhdtUl1Z3VddpH5YvVd9WkNXI0IjV6NR45EmUdNOM0mzVLNTc1JLTStQK1urXuuBNkHbTjtFe692t/ZHHV2dKJ1tOi06z3UVdOm6Wbr1usN6FD0XvTV61Xp39bH6dvpp+vv1bxvABtYGKQaVBrcMYUMbQ7bhfsM+I4yRvRHXqNpoyJhs7GacaVxvPGoibxJgkmvSYvLaVMs01nSXabfpdzNrM47ZUbOH5jLmfua55u3mby0MLJgWlRZ3LSmW3pabLVst31gZWiVaHbC6Z021DrTeZt1p/c3G1oZv02AzYatlG29bZTtkJ2sXYldkd80eY+9uv9n+nP1nBxsHocNphz8djR3THI87Pl+muyxx2dFlY04aTgynw04jzjTneOdDziMu6i4Ml2qXJ66arizXGtdnbvpuqW4n3F67m7nz3ZvcP3o4eGz06PBEefp4Fnj2esl4RXhVeD321vBO9q73nvSx9tng0+GL8fX33eU7RFehM+l19Ek/W7+Nfl3+ZP8w/wr/JwEGAfyA9kA40C9wd+BwkHYQN6glGATTg3cHPwrRDVkT8uty7PKQ5ZXLn4aah2aHdodRw1aHHQ/7EO4eXhz+MEIvQhTRGSkZGRdZF/kxyjOqJGok2jR6Y/TNGKUYdkxrLC42MrYmdmqF14o9K8bjrOPy4wZX6q5ct/L6KqVVnFXnV0uuZqw+E4+Jj4o/Hv+VEcyoZkwl0BOqEiaZHsy9zJcsV1YpayLRKbEk8VmSU1JJ0vNkp+TdyRMpLillKa/YHuwK9ptU39SDqR/TgtNq02Y4UZzGdHx6fHobV4abxu3KUM1Yl9HHM+Tl80bWOKzZs2aS78+vEUCClYJWoSxSCPWI9EQ/iEYznTMrMz+tjVx7Zp30Ou66nvUG67evf5blnfXzBvQG5obObPXsLdmjG902Ht4EbUrY1LlZc3Pe5vEcn5xjW4hb0rb8lmuWW5L7fmvU1vY8lbycvLEffH6oz5fI5+cPbXPcdvBH9I/sH3u3W27ft/17AavgRqFZYVnh1yJm0Y2fzH8q/2lmR9KO3mKb4gM7sTu5Owd3uew6ViJdklUytjtwd3MprbSg9P2e1Xuul1mVHdxL3CvaO1IeUN66T2vfzn1fK1IqBirdKxurlKu2V33cz9rff8D1QMNBlYOFB78cYh+6d9jncHO1TnXZEeyRzCNPj0Ye7f7Z7ue6GqWawppvtdzakWOhx7rqbOvqjisfL66H60X1EyfiTtw+6XmytcG44XCjfGPhKXBKdOrFL/G/DJ72P915xu5Mw1nts1VN1KaCZqh5ffNkS0rLSGtMa1+bX1tnu2N7068mv9aeUz9XeV7ufPEF4oW8CzMXsy5OdfA6Xl1KvjTWubrz4eXoy3e7lnf1XvG/cu2q99XL3W7dF685XTt33eF62w27Gy03bW4291j3NP1m/VtTr01v8y3bW6237W+39y3ru9Dv0n/pjuedq3fpd28OBA30DUYM3huKGxq5x7r3/D7n/psHmQ+mH+YMY4YLHkk9Knus/Lj6d/3fG0dsRs6Peo72PAl78nCMOfbyD8EfX8fznlKelj1Te1b33OL5uQnvidsvVrwYf8l7Of0q/x/S/6h6rff67J+uf/ZMRk+Ov+G/mXlb9E7xXe17q/edUyFTjz+kf5j+WPBJ8dOxz3afu79EfXk2vfYr7mv5N/1v7d/9vw/PpM/M8Bh8xlwpgEIanJQEwNtaACgxAFBvI/XCivn6ec6g+Zp/jsB/4/kae85sAKh1BSASQf8cAI50AKCN9ESkD0H84a4AtrQUt79MkGRpMa9FakFKk7KZmXdInYjTB+Db0MzMdMvMzLcaJNkHAHR8mK/bZ03qBACuOVb2NgG3Uu29wH/YPwEOAggyfZNT8QAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAh9JREFUaIHN2i9o1XEQAPANHsqGoKLiEFGGIDIwzCBYFgwGFwyWKQaTC2KwiAiaxCDaFgzDIFhWZtSwJuiKRQ2WGRQW/IdDnhOnH8P7pfG9et4XXv9w77373vfuhnAefaxv+nzAkaHMg0fa5ym2ZkL2YSXAXEuDdJjT+NWAfMfxbMz9ICrL2JkJ2YGXAeZuGqTDTGGtAVnHdDbmRhCV1xjLhIxiKcDMp0E6zAQ+NSB/MJONmQ2isopDmZAeFgLME/QyMQfEWfdKGqTDnMVGA/INx7Ixc0FUnmM0E7ILbwLM7TRIh5nCjwakj5PZmFtBVN5ibyZkRJx1H6RBOswkPjcgGziXjbmMvw3MCsYzIVuwGHxFC5Kz7rhBtd86s2mQDjNjcCNvPl9wNBMyjPkgKkuSs+4ecda9mQbpMKe0nyN9TGVj7gRReYXtmZBteBFg5tIgHWYSXxuQ3ziTjbkaROU9DmZCegY1bes8ToN0mMP4GGAuZWMuaNe6q5jIhAzjYRCVZxjJxIzhXYC5ngbpMNP42YCs4UQ25l4QlWXszoTsNygNWudiJuT/R6TEb0SFf40qeUSFzKrCXaPK7atCPaJChaZKzapCFa/Cu0aFl54qb18VugEq9EdU6Rip0ENToauoSp9Vhc6zCr14VaYTKsxrVJhgqTDTU2XKqcLcV4VJuCq7ASpsS6iwP6LKRo0KO0YqbF2psoemwmaeIruK/wAk2TTsZSWkgwAAAABJRU5ErkJggg=='); background-position: center; background-repeat: no-repeat; top: 0; right: 0; }
.story-strip .form h3 { display: none; }

.story-strip .form a {background: #fff;position: relative;border: none;font-size: 20px;transition: all .3s ease;font-weight: 500;border-radius: 0;box-shadow: none;color: #000; text-transform: uppercase; padding: 10px 25px; font-weight: bold;  font-family: 'Stainless-Regular';}
.story-strip .form a:hover { opacity: 0.9; }

.hero_section.left-align { }
.hero_section.left-align .hero_boxinner { display: block; float:left; }
.hero_section.left-align .hero_boxinner .hero_buttons { text-align: left; }
.hero_section.left-align .btn-style1 a:before { display: none; }


.investor-box-section { padding: 70px 0 30px; }
.investor-box-section .wrapper-inner { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.investor-box-section .wrapper-inner> div { max-width: 50%; flex: 0 0 50%; padding: 0 15px; }
.investor-box-section .single-box { padding: 40px; } 
.investor-box-section .single-box h3 { color: #000; font-size: 30px; font-weight: 600; text-transform: uppercase; letter-spacing:1px; }
.investor-box-section .single-box .text { font-size: 28px; line-height: 1.25; }
.investor-box-section .single-box.box-1 h3 { padding: 0 0 20px; }
.investor-box-section .single-box.box-1 .logos { display: flex; flex-wrap: wrap; padding: 170px 0 0; justify-content: space-between; margin: 0 -15px; }
.investor-box-section .single-box.box-1 { background: #E8E8E8; }
.investor-box-section .single-box.box-1 .logos .sinlge-logo { padding: 15px; }
.investor-box-section .single-box.box-2 { min-height: 990px; }
.investor-box-section .single-box + .single-box { margin-top: 30px; }
.investor-box-section .single-box.box-4 { background: #2FB7DF; }
.investor-box-section .single-box.box-4 h3 { color: #fff; }
.investor-box-section .single-box.box-4 form { padding-right: 125px; position: relative; }
.investor-box-section .single-box.box-4 form > label { }
.investor-box-section .single-box.box-4 form input.hs-button { position: absolute; top: 0; right: 0; width: auto; height: 50px; width: 110px; background: #fff; color: #000; padding: 0; box-shadow: none; border-radius: 0px; font-size: 18px; }
.investor-box-section .single-box.box-4 form .field { }
.investor-box-section .single-box.box-4 form .field > label { display: none; }
.investor-box-section .single-box.box-4 form .input input { background: transparent; border: 2px solid #fff; border-radius: 0; color: #fff; font-size: 23px !important; padding: 0 20px; height: 50px; }
.investor-box-section .single-box.box-4 form .input input::placeholder { color: #fff !important; font-size: 23px !important; }
.investor-box-section .single-box.box-4 .text { }
.investor-box-section .single-box.box-4 .form { padding: 30px 0 20px; }
.investor-box-section  .single-box.box-3 {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d9f1f9+1,ffffff+100 */background: #d9f1f9; /* Old browsers */ background: -moz-linear-gradient(top, #d9f1f9 1%, #ffffff 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #d9f1f9 1%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #d9f1f9 1%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9f1f9', endColorstr='#ffffff', GradientType=0); /* IE6-9 */ }
.investor-box-section .single-box.box-3 .logos { display: flex; flex-wrap: wrap; justify-content: space-between; }
.investor-box-section .single-box.box-3 .logos  > div { padding: 20px 10px; }
.investor-box-section .single-box.box-4 form > .hs_error_rollup { display: none !important; }

/*  ===============================================   */
/*  media query for skelstart page  */
/*  ===============================================   */

@media(max-width: 1200px){
    .row-fluid .indu-text { background: -moz-linear-gradient(top, rgba(245,243,243,1) 0%, rgba(245,243,243,0.74) 87%, rgba(245,243,243,0) 100%);   background: -webkit-linear-gradient(top, rgba(245,243,243,1) 0%,rgba(245,243,243,0.74) 87%,rgba(245,243,243,0) 100%);   background: linear-gradient(to bottom, rgba(245,243,243,1) 0%,rgba(245,243,243,0.74) 87%,rgba(245,243,243,0) 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f3f3', endColorstr='#00f5f3f3',GradientType=0 );}
    .row-fluid .sk-work-box > span > div { padding:30px 15px; }
    .row-fluid .sk-work-section .w-container {  padding:0 15px;  }
    .row-fluid .sk-work-box > span { margin:0; }
}
@media(max-width: 991px){
    .row-fluid .skel-content-box h2 {font-size: 40px;    line-height: 40px; }
    .row-fluid .start-list-box { width: 100%; }
    .row-fluid .start-list-btn { text-align: center;margin: 15px 0px 0 0;    width: 100%;    float: left; }
    .row-fluid .start-list-btn a { float: none;    display: inline-block; }
    .row-fluid .c-title h3 {     font-size: 30px;    line-height: 35px; }
    .row-fluid .indu-content {    padding: 0 7px;    margin: 7px 0;}
    .row-fluid .indu-part > span > div { width: 33.33%;}
    .row-fluid .para-box-2 { padding-left: 0;}
    .row-fluid .easy-video-box {     width: 100%;    float: left;    margin: 30px 0 0 0; }
    .row-fluid .easy-box {     width: 100%;    float: left; }
    .row-fluid .indu-text h4 { font-size: 22px;}
    
    
    .row-fluid .banner-box h1 { font-size: 73px;    line-height: 80px; }
    
    .investor-box-section .single-box { padding: 25px; }
    .investor-box-section .single-box h3 { font-size: 27px; }
    .investor-box-section .single-box .text { font-size: 20px; }
    .investor-box-section .single-box.box-1 .logos { padding: 80px 0 0; justify-content: center; }
    .investor-box-section .single-box.box-2 { }
    .investor-box-section .single-box.box-4 form { padding: 0; }
    .investor-box-section .single-box.box-4 form input.hs-button { position: static; margin-top: 10px; }
    .investor-box-section .single-box.box-3 .logos > div { max-width: 50%; }
    
    .investor-box-section .single-box h3 { line-height: 1.2; margin-bottom: 10px; }
    .investor-box-section .single-box.box-4 h3 br { display: none; }
    
    
    .hero_section.left-align .hero_boxinner .hero_buttons { text-align: left; }
    .story-strip { float: left; width: 100%; }
    .story-strip h2 { padding: 0; font-size: 50px; }
    .story-strip .wrapper > div { width: 100%; flex: 0 0 100%; text-align: center; padding: 0 !important; }
    .story-strip h2:after { display: none; }
    .story-strip .form > p { padding: 15px 0 40px; }
    .story-strip h2 span { font-size: 31px; }
}
@media(max-width: 767px){
    .skelstart-page .w-container { padding:0 15px; width:100%; }
    .row-fluid .skel-img-box { width:100%;     text-align: center; }
    .row-fluid .skel-img-box img {width: 100% !important;    max-width: 300px;  }
    .row-fluid .skel-content-box {    padding-right: 0;    padding-bottom: 50px; }
    .row-fluid .start-list-part, .row-fluid .start-list-part-2, .row-fluid .indu-part > span > div { width:50%; }
    .row-fluid .start-list-part ul li {     line-height: 25px;    font-size: 16px; }
    .row-fluid .start-list-btn a {font-size: 18px;    padding: 10px 27px;  }
    .row-fluid .indu-main {  min-height: 430px; }
    .row-fluid .c-adva-list li, .row-fluid .c-adva-list, .row-fluid .para-box ul li, .row-fluid .engine-box, .row-fluid .easy-box { font-size: 14px;    line-height: 22px; }
    .row-fluid .batteri-section { padding: 50px 0;}
    .row-fluid .para-box h4 { font-size: 20px; line-height:20px; }
    .row-fluid .easy-content-box { margin-top:20px; }
    .row-fluid .easy-link p {  margin: 15px 0 0 0;}
    .row-fluid .para-box-2 { margin-top:60px; }
    .engine .para-box, .engine .para-box-2 { margin-top:20px !important; }
    .row-fluid .engine-img { float: none;    display: inline-block;    width: 100%;    text-align: center;    margin: 10px 0 25px 0;}
    .row-fluid .engine-box ul {    margin: 7px 0 15px 0;  }
    .row-fluid .c-btn a { font-size:14px; }
    .row-fluid .engine-box { padding:0; }
    
    
    
    .row-fluid .banner-box h1 { font-size: 55px;    line-height: 65px;}
    .row-fluid .banner-btn a {  padding: 12px 22px 15px; font-size:15px; }
    .row-fluid .sk-banner-section {     padding: 100px 0 85px; }
    .row-fluid .banner-box { font-size:16px; }
    .row-fluid .world-section h5, .row-fluid .world-section h4 { font-size: 22px;line-height: 30px; }
    .row-fluid .sk-team-section  { text-align:center; }
    .row-fluid .sk-team-text { width:100%; margin:15px 0 0 0;  font-size: 16px;  line-height: 26px;}
    .row-fluid .sk-team-text h5 { font-size: 22px;}
    .row-fluid .sk-team-text em {font-size: 14px;}
    .row-fluid .sk-work-section h2 {font-size: 24px; }
    .row-fluid .sk-work-box > span > div { width: 80%; }
      .row-fluid .sk-job-text { width: 100%; margin-bottom:25px;  text-align:center; }
    .row-fluid .sk-job-link { width:100%; text-align:center; }
    .row-fluid .sk-job-text { font-size:20px; }  
    
    .row-fluid .world-box > span > div, .row-fluid .world-box > span > div:nth-child(odd) { width: 100%; margin: 20px 0; }
    .row-fluid .world-box:before { display:none; }
    .row-fluid .world-part:after { display:none; }
    .row-fluid .world-text { width:100%; margin-top:15px; }
    .row-fluid .world-part, .row-fluid .world-box > span > div:nth-child(even) .world-part { width: 75%; float: none; text-align: center;  padding: 0; display: inline-block;}
    
    
    .sk-page .w-container { padding:0 15px; }
    .sk-page .sk-filter-template h3 { color:#359DD4; font-size:30px; }
    .sk-page .sk-filter-template .h2.no-margin-top h2 { color:#000; font-size:24px;     line-height: 30px;}
    
    
    .hero_section.left-align .hero_boxinner .hero_buttons { text-align: center; }
    .story-strip h2 { font-size: 40px; }
    .story-strip h2 span { font-size: 23px; }
    .story-strip .form > p { font-size: 20px; }
    .investor-box-section .wrapper-inner> div { max-width: 100%; flex: 0 0 100%; }
    .investor-box-section .single-box.box-1 .logos { justify-content: space-between; }
    .investor-box-section .single-box.box-2 { min-height: 560px; }
    .investor-box-section { float: left; width: 100%; }
}

@media(max-width: 500px){
    .row-fluid .skel-content-box h2 { font-size: 30px;    line-height: 30px;}
    .row-fluid .skel-content-box, .row-fluid .start-list-part ul li, .row-fluid .batteri-part h5 { font-size:14px;   line-height: 22px; }
    .row-fluid .skel-content-box p { margin: 15px 0 10px 0;}
    .row-fluid .start-list-part, .row-fluid .start-list-part-2, .row-fluid .indu-part > span > div { width:100%; }
    .row-fluid .c-title h3 { font-size: 22px;    line-height: 28px; }
    .row-fluid .indu-title h3 { padding-bottom: 30px; }
    .row-fluid .indu-text h4 { font-size: 18px;}
    .row-fluid .indu-main { min-height: 370px;}
    .row-fluid .start-list-part ul li strong { width:38px; }
    .row-fluid .start-list-part ul li { padding-left: 48px; }
    .row-fluid .easy-video-box a {max-width: calc(100% - 50px);    width: 200px;  }
    .row-fluid .start-list-part-2 ul li:nth-child(1) strong { width: 41px;}
    .row-fluid .start-list-part-2 ul li strong {width: 44px;}
    .row-fluid .sk-work-box > span > div {width: 100%; }
    
    .story-strip h2 { font-size: 25px; }
    .story-strip h2 span { font-size: 17px; padding: 0 0 4px; }
    .story-strip .form form input.hs-button { position: static; width: 100%; }
    .story-strip .form form .hs-form-field { padding: 0 0 20px; }
    .story-strip .form > p { padding: 15px 0 20px; }
    .investor-box-section { padding: 60px 0 30px; }
    .investor-box-section .single-box { padding: 15px; }
    .investor-box-section .single-box.box-1 h3 { padding: 0 0 10px; }
    .investor-box-section .single-box.box-1 .logos { padding: 50px 0 0; }
    .investor-box-section .single-box h3 { font-size: 24px; }
    .investor-box-section .single-box.box-4 .form { padding: 10px 0 20px; }
    .investor-box-section .single-box.box-4 form input.hs-button { width: 100%; }
  
}


body div#hs-eu-cookie-confirmation {position:fixed; top:auto; bottom:0;}
body div#hs-eu-cookie-confirmation a#hs-eu-confirmation-button {background-color: #359dd4 !important;}