/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. o2 Styles
10. MOBILE MEDIA QUERIES
========================================================================== */

/*
 *   Variables
 * */








/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */


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

@import url('//fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i');
@import url('//fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,800,900');
@import url('//fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,800');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@font-face {
  font-family: "pixflow-font-library";
  src: url("//cdn2.hubspot.net/hubfs/4757017/DataArtisans_November2018/Fonts/pixflow-font-library.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}


@font-face {
  font-family: revicons;
  src: url("//cdn2.hubspot.net/hubfs/4757017/DataArtisans_November2018/Fonts/revicons.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/4757017/DataArtisans_November2018/Fonts/revicons.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/4757017/DataArtisans_November2018/Fonts/revicons.ttf") format("truetype"), 
    url("//cdn2.hubspot.net/hubfs/4757017/DataArtisans_November2018/Fonts/revicons.svg") format("svg");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: trenda;
  src: url("//www.ververica.com/hubfs/fonts/Trenda/Trenda-Bold.eot") format("embedded-opentype"), 
    url("//www.ververica.com/hubfs/fonts/Trenda/Trenda-Bold.woff") format("woff"), 
    url("//www.ververica.com/hubfs/fonts/Trenda/Trenda-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: trenda;
  src: url("//www.ververica.com/hubfs/fonts/Trenda/Trenda-Light.eot") format("embedded-opentype"), 
    url("//www.ververica.com/hubfs/fonts/Trenda/Trenda-Light.woff") format("woff"), 
    url("//www.ververica.com/hubfs/fonts/Trenda/Trenda-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: trenda;
  src: url("//www.ververica.com/hubfs/fonts/Trenda/Trenda-Regular.eot") format("embedded-opentype"), 
    url("//www.ververica.com/hubfs/fonts/Trenda/Trenda-Regular.woff") format("woff"), 
    url("//www.ververica.com/hubfs/fonts/Trenda/Trenda-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

/* 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; padding: 0; 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}

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

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

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*, *: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;
} 

body {
  font-family:'trenda';
  font-size: 14px;
  background-color: #fff;
}

/* Page Center */
.container-fluid .row-fluid .page-center,.container {
  float: none;
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.hs-blog-listing .container-fluid .row-fluid .page-center.page-center-small{
  max-width: 1170px;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #39f;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #39f;
  text-shadow: none;
}


/* =============== Typography =============== */

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1, .h1 {
  margin: .67em 0;
  font-size: 36px;
}
h2, .h2 {
  font-size: 30px;
}
h3, .h3 {
  font-size: 24px;
}
h4, .h4 {
  font-size: 18px;
}
h5, .h5 {
  font-size: 16px;
}
h6, .h6 {
  font-size: 14px;
}
h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* Anchor Links */
a {
  color: #006679;
  text-decoration: none;
}
a:hover, a:focus { 

}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


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

.header-container-wrapper {}
.header-container {}
.max-header  .page-center {
  max-width: 100% !important;
  padding: 0 !important;
}

.max-header {
  background-color: rgba(255,255,255,0.9);
  border: 0;
  box-shadow: 0px 3px 4px rgba(100, 100, 100, 0.2);
  margin: 0;
  top: 0;
  transition: all .3s ease;
  position: fixed;
  right: 0;
  left: 0;
  height: 54.6px;
  z-index: 10000;
}
.max-logo {
  width: 16% !important;
  position: relative;
  height: 50px;

  padding: 0;
  overflow: hidden;
}

.max-logo img {
  height: 47.6px;
  padding: 0 15px;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  display: block;
  top: 50%;
  right: 50%;
  -webkit-transform: translateY(-50%) translateX(50%);
  -moz-transform: translateY(-50%) translateX(50%);
  -ms-transform: translateY(-50%) translateX(50%);
  -o-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
  -webkit-transform: translateY(-50%) translateX(50%);
  -moz-transform: translateY(-50%) translateX(50%);
  -ms-transform: translateY(-50%) translateX(50%);
  -o-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
  width: auto !important;
  margin-top: 2px;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'pixflow-font-library';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search-wrap #search_toggle {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 20px;
  color: #006679;
  cursor: pointer;
}

.search-wrap {
  float: right;
  width: 35px;
  height: 35px;
  margin-top: 1px;
  position: relative;
  margin-right: 26px;

  margin-top: 13px;
}

.search-wrap #search_form {
  position: absolute;
  top: 42px;
  width: 0;
  left: -209px;
  height: 0;
  overflow: hidden;
  transition: all .6s ease;
  background-color: #f5f5f5;
  margin-top: 1px;
  height: 50px;
}

.search-wrap #search_form input[type=text] {
  background-color: transparent;
  border: none;
  color: #222;
  height: 50px;
  line-height: 50px;
  padding: 0 40px 0 20px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  font-family: 'trenda', sans-serif;
  font-size: 14px;
  outline: 0;
}

.search-wrap #search_form input[type=submit] {
  position: absolute;
  text-indent: 99999px;
  background: transparent url(//cdn2.hubspot.net/hubfs/4757017/DataArtisans_November2018/Images/mobile-search-dark.png) no-repeat center;
  width: 19px;
  height: 19px;
  border: none;
  top: 15px;
  right: 20px;
}

.search-wrap.search-opened #search_form {
  width: 240px;
}

.banner_section {
  text-align: center;
  overflow: hidden;
  padding: 113px 0;
  color: #fff;
  background-repeat: no-repeat;
  background-color: #337a86;
  background-size: cover;
  position: relative;
}

.banner_section h1 {
  font-size: 36px;
  font-family: 'trenda';
  font-weight: 500;
  line-height: 49px;
}

.banner_section h3 {
  color: #fff;
  font-weight: 500;
}
.max-search {
  width: 60px !important;
  margin-left: 20px !important;
  float: right !important;
}
.icon-search5:before {
  content: "\ebea";
}



/* =============== Content =============== */


.body-container {}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

.footer-container-wrapper {}
.footer-container {}
#footer-wrapper{
  background-color: #006679;
  color: white;
  background-image: none;
  padding-top: 0px;
  position: relative;
}
#footer-wrapper:before{
  content: "";
  height: 60px;
  width: 100%;
/*   background-image: url("//www.ververica.com/hubfs/img/footer/white%20curve%20FOOTER%20_%20Ververica_petrol.png"); */
  background-size: 100% 100%;
  position: absolute;
  top: -60px;
}
#footer-wrapper .logo{
  margin-bottom: 30px;
}
#footer-wrapper .legal-consent-container{
  display: none;
}
.footer-contact-cta{
  margin: 15px 0;
  padding-left: 0;
}
.footer-contact-cta .white-btn{
  font-family: 'trenda';
  border-radius: 50px;
}
.max-footer-bottom {
  padding: 1px 0;
  text-align: center;
}
img {
  vertical-align: middle;
  display: block;
  height: auto;
}
ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.footer-container .max-copyright p {
  width: 70%;
  font-weight: 300;
  color: white;
  margin: 0 auto;
  font-size: 13px;
  line-height: 22px;
}

#footer-wrapper .social_media .fa:before{
  color: white;
}

.social_media {
  text-align: center;
  margin-top: 5px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.social_media li {
  margin: 0 4px;
  padding: 1px 4px 1px;
}

.social_media li:hover {
  opacity: 0.4;
  transition: all 0.5s ease;
}

.max-copyright p a {
  font-family: 'trenda';
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  color: white;
  text-decoration: none;
}

.max-copyright p a:hover{
  text-decoration: underline;
}

.max-footer .page-center {
  max-width: 100% !important;
  padding: 40px 50px !important;
  width: 75%;
}

.max-footer-bottom .page-center {
  padding: 5px 45px 10px 55px !important;
  max-width: 100% !important;
  width: 75%;
}
.footer-box {
  margin-left: 0  !important;
  padding:  0 15px;
}

.max-footer-logo img {
  max-width: 190px;
  margin-bottom: 20px;
}
.footer-container {
  font-family: 'trenda';
}

.social_media .fa:before {
  color: rgb(54,54,54);
  font-size: 18px;
}

.footer-links  .hs-menu-wrapper > ul {
  display: block;
}

.footer-links .hs-menu-wrapper > ul li a {
  color: white;
  transition: all ease 0.3s;
  font-size: 16px;
  line-height: 40px;
  padding: 0 10px;
  font-weight: 600;
}

.footer-links .hs-menu-wrapper > ul li a:hover {
  padding-left: 15px;
}
.max-footer-logo-wrap {
  padding-left: 0;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.grey-button {
  display: inline-block;
  border: 1px solid #006679;
  padding: 9px 18px;
  border-radius: 3px;
  margin-bottom: 10px;
  font-size: 15px;
  font-family: 'trenda';
  color: rgba(54, 54, 54, 0.6);
}

.footer-container .grey-button {
  margin-bottom: 10px;
  color: #363636;
}

.footer-container .grey-button:hover {
  color: #006679;
}

.max-about-us ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.max-about-us ul li {
  display: inline-block;
}

.max-about-us ul li a {
  color: white;
  transition: color 0.3s;
  font-size: 14px;
  line-height: 40px;
}

.max-about-us ul li a:hover {
  color: #363636;
}

.max-about-us ul li:after {
  content: "|";
  color: #363636;
  margin: 0px 8px 0 13px;
  font-family: 'trenda';
  opacity: 0.9;
  position: relative;
  left: -1px;
}

.max-about-us ul li:last-of-type:after {
  display: none;
}

.max-address div div {
  padding: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  margin-bottom: 25px;
  min-height: 130px;;
  color: rgba(54,54,54,0.8);
  max-width: 100%;
}
.max-address div div p {
  font-size: 15px;
  line-height: 25px;
  color: rgba(255,255,255,0.6);
  margin: 0;
}
.max-address h4 ,.max-footer-form .form-title{
  font-size: 18px;
  color: white;
  font-family: 'trenda';
  font-weight: 700;
  margin: 0 0 12.5px;
  line-height: 18px;
}

.max-footer-form .hs-input {
  padding: 10px;
  border: 1px solid rgba(54,54,54,0.8);
  width: 100%;
  height: 40px;
  vertical-align: bottom;
  position: relative;
  margin-bottom: 10px;
  font-size: 14px;
  background-color: #f5f5f5;
  border-radius: 50px;
  font-family: 'trenda';
  font-weight: 400;
}

.max-footer-form .hs-submit{
  text-align: right;
}

.max-footer-form .hs-button {
  padding: 10px;
  background: #006679;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid white;
  font-family: 'trenda';
  border-radius: 50px;
  height: 40px;
  line-height: 17px !important;
  max-height: 40px;
  max-width: 100px;
  text-transform: inherit;
  width: 100%;
  margin: 0 0 10px;
  cursor: pointer;
  font-size: 13px;
}

.max-footer-form .hs-button:hover {
  background: #fff;
  color: #006679;
}

.footer-container .max-privacy p {
  color: white;
  margin: 0;
  font-family: 'trenda';
  line-height: 16px;
  text-align: justify;
}

.footer-container .max-privacy p a {
  text-decoration: underline;
}

.max-footer-form .hs-form-field > label {
  display: none;
}


.hs-error-msgs label {
  color: red;
}
a#back-to-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 17px;
  bottom: 17px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6);
  background: url(//cdn2.hubspot.net/hubfs/4757017/DataArtisans_November2018/Images/back-to-top-dark.png) no-repeat center;
}
ul.hs-error-msgs.inputs-list {
  list-style: none;
  padding-left: 0;
}
.max-right-sec.footer-box {
  margin-top: 5px;
  padding-right: 0;
}

.max-address.footer-box > div {
  margin-top: 25px;
}
.max-footer-form {
  margin-top: 10px;
}
.custom-menu-primary .search-form {
  display: none;
}
.max-footer-form .hs-input.invalid.error {
  border-bottom-color: #ff0000;
}
* {
  outline: 0;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width: 1200px){
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding-left: 10px;
    padding-right: 10px;
  }  
}

@media screen and (min-width:990px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  /* ==========================================================================
  4. MAIN NAVIGATION                                            
  ========================================================================== */
  /* =============== Custom Menu Primary =============== */

  /* Parent List */

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    text-transform: uppercase;
    padding-right: 5px;
    padding-left: 5px;
    color: rgba(54,54,54,0.8);
    font-family: 'trenda';
    font-weight: 500;
    letter-spacing: 0.77px;
    position: relative;
    font-style: normal;
    line-height: normal;
    font-size: 13px;
  }
  .custom-menu-primary {
    width: 77.9% !important;
    margin-left: 0 !important;
    display: block !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding-left: 5px;
    padding-right: 5px;
    line-height: 26px;
    margin: 10px 0;
    float: none !important;
  }


  .custom-menu-primary .hs-menu-wrapper > ul {
    display: flex;
    text-align: right;
    margin-top: 5px;
    justify-content: flex-end;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:before {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
    padding-left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.separator {
    padding: 0;
    color: rgba(54,54,54,0.6);
    font-size: 15px;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.separator a {
    height: 12px;
    width: 2px !important;
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(35deg);
    left: 50%;
    padding: 0;
    font-family: 'trenda';
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 0.77px;
    line-height: 1.5em;
    margin: auto;
    margin-top: -3px;   
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    padding: 6px 10px;
    background: #006679;
    border-radius: 50px;
    border: 2px solid #006679;
    line-height: 17px !important;
    max-height: 30px;
    color: #fff;
    transition: color 100ms, margin 300ms;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children> a:After {
    content: "\e60c";
    font-family: pixflow-font-library;
    font-size: 9px;
    font-weight: normal;
    margin-left: 4px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {
    border: 2px solid #006679;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
    position: absolute;
    bottom: -10px;
    content: "";
    height: 2px;
    background-color: #006679;
    opacity: 0;
    left: 50%;
    right: 50%;
    color: #fff;
    transition: all 400ms ease-out;
    width: auto;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:before {
    left: 0px;
    right: 0px;
    opacity: 1;
  }

  .custom-menu-primary .hs-menu-wrapper > ul >li  > ul {
    border-top: 3px solid #006679;
    padding: 15px 0;
    min-width: 230px;
    -webkit-box-shadow: 0 14px 32px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 14px 32px 4px rgba(0,0,0,0.1);
    box-shadow: 0 14px 32px 4px rgba(0,0,0,0.1);
    margin-top: 15px;
    background: #fff;
    transition: none !important;
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
    display: block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul >li:nth-of-type(3) > ul {
    max-width: 238px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
    position: absolute;
    width: 100%;
    height: 15px;
    display: block;
    content: "";
    top: -15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:not(.hs-item-has-children) {
    margin-bottom: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:last-child {
    margin-bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul >li > ul ul {
    margin-top: -3px;
    margin-bottom: -3px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul  ul ul {
    position: static !important;
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul  li > a {
    margin: 0 25px;
    padding: 3px 0;
    white-space: nowrap;
    color: #222;
    font-size: 12px;
    font-family: 'trenda';
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.77px;
    line-height: 1.5em;
    text-transform: uppercase;
    text-align: left;
    left: 0;
    transition: color .3s,left .3s;
    padding-right: 5px;
    padding-left: 5px;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul li:hover > a {
    color: #006679 ;
    left:5px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul li ul {
    padding-bottom: 12px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul li  ul li a {

    padding-right: 30px;
    padding-left: 30px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    margin-top: 7px;
  }
  /* 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;
  }

}

.max-search .hs-search-field__suggestions {
  position: absolute;
  right: 28px;
  display: none;
  margin-top: 100px;
  background: #fff;
  z-index: 1000;
}
.max-search .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
  display: block;
}
.max-search .hs-search-field.hs-search-field--open {
  position: static;
} 

/* =============== Mobile Toggle Menu =============== */

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




/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}

.blog-heading {
  background-color: #006679;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 40px;
}

.blog-heading h1 {
  color: #ffffff;
  line-height: 32px;
  margin: 10px 0;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  font-family: 'trenda';
}
.hs-blog-post .body-container-wrapper {
  margin-top: 48px;
}
.blog-heading p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  margin: 10px 0;
  font-family: 'trenda';
  line-height: 25px;
}

.blog-heading-subscribe-container{
  max-width: 350px;
  margin: 0 auto;
  padding: 0 15px;
}

.blog-heading-subscribe-container h3{
  color: white;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-top: 30px;
  margin-top: 25px;
}

.blog-heading-subscribe-container h3:before{
  content: "";
  display: inline-block;
  width: 60px;
  height: 4px;
  background-color: white;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}

.blog-heading-subscribe-container form{
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-heading-subscribe-container label{
  display: none;
}

.blog-heading-subscribe-container form .hs-email{
  width: 100%;
}

.blog-heading-subscribe-container form input[name=email] {
  border-radius: 50px;
  padding: 8px 18px;
  border: 2px solid #f5f5f5;
  width: 100%;
}

.blog-heading-subscribe-container form .hs-button {
  background: #006679 !important;
  padding: 8px 18px;
  border-radius: 50px;
  color: white !important;
  font-weight: normal;
  border: 2px solid white;
  margin-left: 10px;
}

.blog-heading-subscribe-container p{
  font-size: 10px;
  line-height: 1;
  text-align: left;
}

.blog-post-subscribe-container h3{
  display: none;
}

.blog-post-subscribe-container form{
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-post-subscribe-container label{
  display: none;
}

.blog-post-subscribe-container form .hs-email{
  width: 100%;
}

.blog-post-subscribe-container form input[name=email] {
  border-radius: 50px;
  padding: 8px 18px;
  border: 2px solid #f5f5f5;
  width: 100%;
}

.blog-post-subscribe-container form .hs-button {
  background: #006679 !important;
  padding: 8px 18px;
  border-radius: 50px;
  color: white !important;
  font-weight: normal;
  border: 2px solid white;
  margin-left: 10px;
}

.blog-post-subscribe-container p{
  color: white;
  font-size: 12px;
  line-height: 1;
  text-align: left;
}

@media screen and (min-width: 768px){
  .blog-post-subscribe-outer-container{
    display: flex;
    padding: 60px 0;
    align-items: center;
    justify-content: space-around;
  }
  
  .blog-post-subscribe-outer-container > h3{
    margin-top: 0;
  }

  .blog-post-subscribe-container{
    position: relative;
    width: 50%;
  }
  
  .blog-post-subscribe-container p{
    position: absolute;
    left: 0;
    bottom: -50px;
  }
}

.max-post-filter ul.l_tinynav1 {
  display: none;
}

.max-post-filter a.filter-expand-link {
  display: none;
}
.max-post-filter:after {
  content: "";
  clear: both;
  display: block;
}
.max-post-filter {
  margin-bottom: 30px;
}

.max-post-filter .widget-module {
  padding: 18px;
}

.max-post-filter select#tinynav1 {
  font-family: 'trenda';
  font-size: 14px;
  font-weight: 400;
}


.hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
}

.blog-listing-wrapper .post-listing .post-item img.hs-featured-image {
  width: 25%;
  height: 185px;
  object-fit: cover;
  display: inline-block;
}

.post-item-right {
  display: inline-block;
  width: 73%;
  padding-left: 30px;
  vertical-align: top;
}

.post-header h2 {
  font-size: 24px;
  line-height: 1.25;
  margin-top: 0px;
  color: rgb(0,0,0);
  font-weight: 400;
  font-family: 'trenda';
}
.select-category {
  display: inline-block;
  float: left;
  margin: auto;
  padding: 18px;
}

.blog-filter {
  display: inline-block;
  float: left;
  padding: 8px 15px;
}
.blog-filter h3 {
  color: rgb(0,0,0);
  font-weight: 400;
  display: inline-block;
  font-family: 'trenda';
  line-height: 30px;
  font-size: 20px;
  margin: 10px 0 !important;
}



.date {
  display: block;
  margin-bottom: 10px;
}

.post-item a {
  font-family: 'trenda';
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'pixflow-font-library';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-calendar-1:before {
  content: "\ea79";
}

.blog-listing-wrapper .post-listing .post-item .post-body p {
  margin: 0;
}

.blog-listing-wrapper .post-listing .post-item .post-body {
  font-size: 18px;
  line-height: 30px;
  color: rgb(107, 107, 107);
  font-weight: 300;
  font-family: 'trenda';
}

span.more-link {
  font-family: 'trenda';
  line-height: 25px;
  font-weight: 300;
  color: #006679;
  font-size: 18px;
  padding-top: 5px;
}

.blog-listing-wrapper .post-listing .post-item {
  padding: 10px 20px;
  margin-bottom: 60px;
}

.blog-pagination {
  width: 80%;
  overflow: hidden;
  position: relative;
  border: none;
  margin: auto;
  display: block;
  padding-top: 30px;
  padding: 30px;
}

.blog-pagination .page-num {
  padding-top: 5px;
  color: #020202;
  text-align: center;
  font-size: 14px;
  left: 33.44%;
  position: relative;
  width: 33.33%;
  display: inline-block;
  padding-bottom: 11px;
}
.max-post-filter {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1170px;
  float: none !important;
}
h2.post-header-simple {
  padding: 0 20px;
}
.post-listing ,.post-listing-simple{
  display: block;
  margin: auto;
  max-width: 1170px;
}
.next-posts-link,.previous-posts-link {
  padding-bottom: 11px;
  line-height: 25px;
  transition: all .5s;
  border-bottom: 1px solid rgba(0,0,0,0);
  border-bottom-width: 0;
  cursor: pointer;
  width: 33.33%;
  color: #c9c9c9;
  font-size: 14px;
  display: inline-block;
  font-weight: normal;
  color: #006679;
  font-size: 18px;
  padding-top: 5px;
}

a.previous-posts-link {
  text-align: left;
  position: absolute;
  left: 0;
}

a.next-posts-link {
  text-align: right;
  position: absolute;
  right: 0;
}


.section.post-body ul {
  padding: 0;
  margin: 15px 0 15px 40px;
}

.section.post-body  li {
  line-height: 28px;
  font-size: 15px;
  font-family: 'trenda';
}

.section.post-body ol {
  margin: 15px 0;
}
/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */

.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}
.blog-listing-wrapper .post-listing .post-item.no-feature .post-item-right {
  width: 100%;
  padding-left: 0;
}

.hs-blog-post .max-post-filter{
  display: none;
}

.section.post-header h1 {
  line-height: 46px;
  font-size: 35px;
  font-weight: bold;
  margin:  0 0 25px 0;
  font-family: 'trenda';
}

.hs-blog-post  .blog-content p {
  font-weight: 300;
  color: #363636;
  font-size: 15px;
  line-height: 25px;
  margin: 20px 0 0;
}

.post-date a {
  color: #006679;
}

.blog-list-social-icon {
  margin: 10px 0;
  TEXT-ALIGN: LEFT;
}

.blog-list-social-icon a {
  font-size: 0px;
  width: 24px;
  height: 24px;
  margin: 0;
  margin-bottom: 5px;
  margin-right: 5px;
  display: inline-block;
}

.section.post-body ul {
  margin: 15px 0 15px 40px;
  padding-left: 0;
}

.section.post-body ul li {
  line-height: 28px;
  font-size: 15px;
  font-weight: 400;
}

.post-body + .blog-list-social-icon {
  padding-bottom: 20px;
}

.related-posts {
  display: block;
  margin: auto;
  max-width: 1170px;
  margin-bottom: 0;
  padding-bottom: 60px;
  padding-top: 60px;
  
}

.related-posts h3 {
  font-size: 25px;
  line-height: 25px;
  margin: 12.5px 0;
  font-weight: normal;
  text-align: center;
  font-family: 'trenda';
}

.blog-content h1,.blog-content h2,.blog-content h3,.blog-content h4,.blog-content h5,.blog-content h6 {
  font-family: 'trenda';
}

.related-post-item {
  padding: 10px;
  border: 1px solid #eeeeee;
  margin-top: 5px;
  text-align: left;

  display: inline-block;
  margin-right: 10.5px;
  width: calc(32% - 7px);
  vertical-align: top;
}

.related-title {
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  margin: 15px 0;
  font-weight: 400;
  font-style: normal;
  margin-top: 20px;
  color: rgb(0,0,0);
  font-family: 'trenda';
}

.related-title + .more-link {
  font-size: 14px;
}

/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */
.max-hub-pages .body-container {
  line-height: 1.5;
  padding: 30px 0;
  margin-top: 52px;
}
.max-hub-pages .banner_section {
  margin-bottom: 30px;
}
/* Form Field */
.max-hub-pages   .body-container .hs-form-field {
  margin-bottom: 15px;
}

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

/* Labels and Legends */
.max-hub-pages   .body-container label {
  display: inline-block;
  margin-bottom: 5px;
}

.max-hub-pages .body-container .widget-type-form,
.max-hub-pages .body-container .widget-type-blog_subscribe,
.max-hub-pages .body-container .hs-search-field,
.max-hub-pages .subscription-template  .body-container form,
.max-hub-pages .password-template .body-container form,
.max-hub-pages.full-land .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_form,
.max-hub-pages.hs-blog-post .custom-listing{
  display: block;
  max-width: 700px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 20px;
}
.max-hub-pages .body-container .form-title {
  margin: 0;
  font-size: 20px;
  color: #006679;
  font-weight: 700;
  margin-bottom: 20px;
}
.hs-form-field > label {}

/* One Line Inputs */
.max-hub-pages   .body-container input[type="text"],
.max-hub-pages   .body-container input[type="password"], 
.max-hub-pages  .body-container input[type="datetime"], 
.max-hub-pages  .body-container input[type="datetime-local"], 
.max-hub-pages  .body-container input[type="date"], 
.max-hub-pages .body-container  input[type="month"], 
.max-hub-pages  .body-container input[type="time"], 
.max-hub-pages  .body-container input[type="week"], 
.max-hub-pages  .body-container input[type="number"], 
.max-hub-pages  .body-container input[type="email"], 
.max-hub-pages  .body-container input[type="url"], 
.max-hub-pages  .body-container input[type="search"], 
.max-hub-pages  .body-container input[type="tel"], 
.max-hub-pages  .body-container input[type="color"],
.max-hub-pages  .body-container input[type="file"],
.max-hub-pages  .body-container textarea,
.max-hub-pages  .body-container select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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;
  display: block;
  width: 100%;
  height: 50px;
  padding: 15px;
  border: 1px solid #BFBFBF;
  outline: 0;
  max-width: 700px;
}
#hs-pwd-widget-password {
  height: 50px !important;
}
.max-hub-pages  .body-container input[type="text"]:focus,
.max-hub-pages  .body-container input[type="password"]:focus, 
.max-hub-pages  .body-container input[type="datetime"]:focus, 
.max-hub-pages  .body-container input[type="datetime-local"]:focus, 
.max-hub-pages  .body-container input[type="date"]:focus, 
.max-hub-pages  .body-container input[type="month"]:focus, 
.max-hub-pages  .body-container  .body-container input[type="time"]:focus, 
.max-hub-pages  .body-container input[type="week"]:focus, 
.max-hub-pages  .body-container  .body-container  .body-container input[type="number"]:focus, 
.max-hub-pages  .body-container  .body-container input[type="email"]:focus, 
.max-hub-pages  .body-container input[type="url"]:focus, 
.max-hub-pages .body-container  input[type="search"]:focus, 
.max-hub-pages  .body-container input[type="tel"]:focus, 
.max-hub-pages  .body-container input[type="color"]:focus,
.max-hub-pages  .body-container input[type="file"]:focus,
.max-hub-pages  .body-container textarea:focus,
.max-hub-pages  .body-container select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

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




.two-col-lay-content .sidebar .hs-input::-webkit-input-placeholder {
  color: #000;
  opacity: 0.5;
}
.two-col-lay-content .sidebar .hs-input:-moz-placeholder{
  color: #000;
  opacity: 0.5;
}
.two-col-lay-content .sidebar .hs-input::-moz-placeholder {
  color: #000;
  opacity: 0.5;
}
.two-col-lay-content .sidebar .hs-input:-ms-input-placeholder {
  color: #000;
  opacity: 0.5;
}

.max-footer-form .hs-input::-webkit-input-placeholder {
  color: #000;
  opacity: 0.5;
}
.max-footer-form .hs-input:-moz-placeholder  {
  color: #000;
  opacity: 0.5;
}
.max-footer-form .hs-input::-moz-placeholder {
  color: #000;
  opacity: 0.5;
}
.max-footer-form .hs-input:-ms-input-placeholder {
  color: #000;
  opacity: 0.5;
}

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

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
}

.max-hub-pages  .body-container .hs-button.primary,
.max-hub-pages  .body-container input[type="submit"],
.max-hub-pages  .body-container input[type="button"],
.custom-cta-button{
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  border: 0;
  font-family: "Open Sans", sans-serif;
  border-radius: 5px;
  background-color: #006679;
  color: #fff;
  position: relative;
  z-index: 2;
  outline: 0;
  display: inline-block;
  padding: 20px;
  white-space: normal;

}


.max-hub-pages .hs-button.primary:hover,
.max-hub-pages input[type="submit"]:hover,
.max-hub-pages input[type="button"]:hover {}

.max-hub-pages .hs-button.primary:focus,
.max-hub-pages input[type="submit"]:focus,
.max-hub-pages input[type="button"]:focus {}

.password-template .body-container .hs-button {
  margin-top: 15px;
}
/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}

.max-subs-lay .body-container form h3 + div {
  padding-bottom: 15px !important;
}
/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

/* About Layout */

.parallax-banner {
  min-height: 416px;
  background: transparent;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  object-fit: cover;
  width: 100%;
}
.about-lay .body-container .page-center {
  width: 85%;
  max-width: 100% !important;
  padding: 0;
}

.about-sec-left {
  width: 50% !important;
  padding-right: 100px;
  margin-bottom: 20px;
}

.about-sec-right {
  width: 50% !important;
  margin-left: 0 !important;
}

.about-lay .body-container h1,.team-mem-gr h1 {
  margin: 0;
  color: rgb(58, 58, 58);
  font-size: 28px !important;
  font-weight: 700;
  letter-spacing: 0px;
  font-family: 'trenda';
  display: inline-block;
  line-height: 30px;
}
.about-sec-right .slick-slide > div {
  height: 100%;
}
.about-sec-right .slick-slide  img {
  height: 100% !important;
  object-fit: cover;
}
.about-lay .body-container h1:AFter,.team-mem-gr h1:after {
  content: "";
  margin-bottom: 18px;
  width: 48.3%;
  border-top: 3px solid #006679;
  margin-left: 0;
  margin-right: auto;
  max-width: 96%;
  display: block;
  margin-top: 17px;
}

.about-sec-left p {
  font-weight: 400;
  color: rgb(123, 123, 123);
  font-size: 15px;
  line-height: 25px;
  white-space: pre-line;
  margin: 0;
}

.about-sec-1 {
  padding: 50px 0;
}

.about-sec-right .slick-prev, .about-sec-right  .slick-next {
  display: none !important;
}

.about-sec-right .slick-slide:After{
  opacity: 0;
  transition: all .3s;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}


/* @media (min-width: 2500px) {
 .home-gallery .hs_cos_gallery_main .slick-slide { min-height: 1050px; }  
} */

.about-sec-right .slick-slide:hover:After {
  background-color: rgba(255,255,255, .5);
  opacity: 1;
}

.about-sec-right .slick-slide {
  height: 370px;
  max-height: 938px;
}

.max-clear:after {
  content: "";
  clear: both;
  display: block;
}

.team--mem-item {
  width: 16.66666667%;
  float: left;
  position: relative;
}

.sliphover-overlay {
  background-color: rgba(49, 116, 127, 0.82) !important;
}


.teamMembe {
  position: absolute;
  top: 0;
  padding: 25px 50px 0 30px;
  text-align: left;
}

.teammember-classic {
  position: absolute;
  bottom: 0;
  padding: 0 50px 30px 30px;
  width: 100%;
}

.teamMembe h3.title {
  padding: 0;
  margin: 0;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #fff;
  font-weight: 800;
}

.teamMembe h4.subtitle {font-weight: 800;font-size: 16px;line-height: 16px;color: #fff;margin-top: 0;margin-bottom: 10px;}


.teammember-classic .description {
  padding-bottom: 17px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  word-wrap: break-word;
  color: #fff;
  white-space: pre-line;
}
.icon-twitter5:before {
  content: "\e7ee";
}

.team--mem-item img {
  width: 100%;
  object-fit: cover;
}
.teammember-classic ul.social-icons {
  margin: 0;
  padding: 0;
  margin-left: 20px;
}
.icon-linkedin:before {
  content: "\ec60";
}
.teammember-classic ul.social-icons li {
  list-style: none;
  cursor: pointer;
  float: left;
  padding-right: 15px;
  transition: opacity 0.2s;
  text-align: left;
  line-height: 28px;
  color: rgb(107, 107, 107);
  font-size: 15px;
  font-weight: 300;
}

.teammember-classic ul.social-icons li a {
  color: #fff;
  font-size: 14px;
}

.teammember-classic ul.social-icons li:hover {
  opacity: 0.6;
}
.team--mem-item img {
  width: 100%;
  object-fit: cover;
}

.about-sec-2 {
  background-color: rgb(51, 172, 144);
  padding: 30px 0;
}
.team-mem-gr {
  padding-top: 55px;
  padding-bottom: 55px;
  text-align: center;
}

.team-mem-gr div#container {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.team-mem-gr h1:After {
  margin-left: auto !important;
}
.about-sec-2 .page-center {
  padding: 0 20px !important;
  max-width: 100% !important;
  width: 85% !important;
}

.about-sec-2 h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  margin: 10px 0;
  color: rgb(255,255,255);
  max-width: 70%;
  margin-bottom: 0;
}

.about-sec-2  .hs-cta-wrapper {
  padding: 0 0 0 20px;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -20px;
}

.about-sec-2-inner {
  position: relative;
}
.about-sec-2-inner:AFter {
  content: "";
  clear: both;
  display: block;
}
.green-btn {
  background-color:#006679;
  color: rgb(255,255,255);
  border: none;
  padding: 17px 51px;
  border-radius: 50px;
  font-size: 14px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  font-weight: 400;
  line-height: 15px;
  display: inline-block;
}
.white-btn {
  font-family: sans-serif;
  background-color: white;
  color: #006679;
  border: 1px solid white;
  padding: 17px 51px;
  border-radius: 5px;
  font-size: 14px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  font-weight: bold;
  line-height: 15px;
  display: inline-block;
}
.white-btn:hover{
  background-color: #006679;
  color: white;
}
.about-sec-right .slick-slider {
  margin-bottom: 0;
}
.green-btn:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(80, 80, 80);
  border: none;
}

.about-sec-left h1:After {
  margin-left: auto !important;
}


/* Two Column Right Layout */
.two-col-lay-content    h2 {
  margin: 0;
  font-size: 28px;
  color: #404040;
  font-weight: 700;
  margin-bottom: 20px;
}

.two-col-lay-content   h4 {
  margin: 0;
  font-size: 20px;
  color: #006679;
  font-weight: 700;
  margin-bottom: 20px;
}

.two-col-lay-content .main-content {
  margin-top: 30px;
}

.breadcrumb {
  padding: 35px 0;
  font-size: 16px;
  color: #404040;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.two-col-right-lay .body-container  {
  line-height: 1.42857143;
  color: #333;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
}

.two-col-right-lay  .body-container  p {
  margin: 0;
}

.speakers-wrapper {
  margin-top: 40px;
  margin-bottom: 60px;
}

.speakers-row {
  margin-left: -15px;
  margin-right: -15px;
}

.speakers-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
}
.iframe-wrap {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 75%;
  margin-bottom: 20px;
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.speakers-title {
  display: block;
  font-size: 15px;
  font-weight: 300;
}

.speakers-company {
  display: block;
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
}

.speakers-col .speakers-bio {
  display: none;
  position: absolute;
  top: 0;
  width: 500px;
  padding: 30px;
  background-color: #fff;
  left: 126px;
  z-index: 99;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.16);
}

.speakers-name {
  display: block;
  font-weight: 600;
  font-size: 15px;
}

.social-share-section {
  padding: 45px 0;
  margin-top: -80px;
}
.social-share-section h3 {
  margin: 0;
  font-size: 20px;
  color: #404040;
  font-weight: 700;
  margin-bottom: 20px;
}
.social-share-section .social-sharing {
  padding: 0;
  margin: 0;
  list-style: none;
}
.social-share-section .social-sharing li {
  display: inline-block;
}
.social-share-section .social-sharing li a {
  height: 45px;
  width: 45px;
  font-size: 24px;
  padding: 0 11px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  background-color: #006679;
  border-radius: 50%;
  display: block;
}

.flink-forward-hashtag {
  padding: 25px;
  background-color: #f5f5f5;
  text-align: center;
  font-size: 28px;
  color: #404040;
  font-weight: 700;
}

.flink-forward-hashtag a {
  text-decoration: none;
  color: #404040;
}

.flink-forward-hashtag span {
  display: inline-block;
  padding: 0 25px;
  border-right: 1px solid #404040;
  vertical-align: middle;
}

.flink-forward-hashtag span+span {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.speakers-wrapper .speakers-row .speakers-col:hover .speakers-bio {
  display: block;
}

.speakers-wrapper .speakers-row .speakers-col .speakers-bio:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 26px;
  margin-left: -11px;
  border: 17px solid transparent;
  border-right-width: 20px;
  border-right-color: #ffffff;
  z-index: 99;
  display: block;
}


.two-col-lay-content .sidebar .hs_cos_wrapper_type_form {
  display: block;
  padding: 50px 30px 30px 30px;
  margin-top: -20px;
  background-color: #f5f5f5;
  text-align: center;
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px;
}

.two-col-lay-content  .form-title {
  margin: 0;
  font-size: 20px;
  color: #006679;
  font-weight: 700;
  margin-bottom: 20px;
}


.two-col-lay-content .sidebar .hs-input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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;
  display: block;
  width: 100%;
  height: 50px;
  padding: 15px;
  border: 1px solid #BFBFBF;
  outline: 0;
  font-family: "Open Sans", sans-serif;
}



.two-col-lay-content .sidebar .hs-form-field > label {
  display: none;
}


.two-col-lay-content .sidebar .hs_cos_wrapper_type_form .hs-richtext {
  margin-bottom: 20px;
}

.two-col-lay-content .sidebar .hs-form-field {
  margin-bottom: 15px;
  text-align: left;
}

.two-col-lay-content .sidebar input[type="checkbox"] {
  padding: 0;
  width: auto;
  box-shadow: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 30px;
  font-size: 20px;
  color: #006679;
  transform: scale(1.3);
  margin: 4px 0 0;
  height: auto;
}

.two-col-lay-content .sidebar input[type="checkbox"] + span {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  margin-left: 25px;
}

.two-col-lay-content .sidebar .hs-form-field a {
  color: #337ab7;
}

.two-col-lay-content .sidebar .hs-form-field a:hover {
  text-decoration: underline;
}

.two-col-lay-content .sidebar  .hs-button {
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  height: 65px;
  border: 0;
  border-radius: 5px;
  background-color: #006679;
  color: #fff;
  position: relative;
  z-index: 2;
  font-family: "Open Sans", sans-serif;
  outline: 0;
  line-height: 26px;
}


.two-col-right-lay .section_1.grey-bg {
  padding: 35px 0;
  font-size: 16px;
  color: #404040;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.two-col-right-lay .section_1.grey-bg a {
  color: #404040;
  font-weight: 700;
}
.two-col-right-lay .section_1.grey-bg a:hover {
  text-decoration:underline;
}

/* =============== Career Opening Layout =============== */



.carr-op-lay .sidebar .slick-prev, .carr-op-lay .sidebar 
.slick-next {
  display: none !important;
}

.carr-op-lay .sidebar .slick-slide {
  height: 300px;
  max-height: 938px;
}


/* =============== Resources Layout ===============  */

#stream_processing_items_section.res-gr  .col-md-3{
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-md-3 {
  float: left;
  width: 25%;
}
#stream_processing_items_section .text_wrap p {
  color: #404040;
  font-family: ' trenda';
  font-weight: 600;
  font-size: 20px;
}
#stream_processing_items_section .text_wrap {
  background-color: #F5F5F5;
  padding: 40px 40px 25px 25px;
  border: solid 1px #E3E3E3;
  position: relative;
}
#stream_processing_items_section .text_wrap p {
  color: #404040;
  font-family: 'trenda';
  font-weight: 600;
  font-size: 20px;
}

#stream_processing .stream_bg_image h2 {
  font-size: 25px;
  font-family: 'trenda';
  font-weight: 500;
}

#stream_processing .stream_bg_image p {
  font-size: 16px;
}

#stream_processing  p {
  margin: 0;  
}
#stream_processing .stream_bg_image {
  color: #fff;
  min-height: 244px;
  padding: 30px;
  background-size: cover;
  background-position: center;
}

.transperant-btn {
  background-color: #bf120400;
  border: 2px solid #fff;
  border-radius: 39px;
  color: white;
  margin-top: 20px;
  padding: 16px 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#stream_processing .stream_bg_image .transperant-btn {
  background-color: #bf120400;
  border: 2px solid #fff;
  border-radius: 39px;
  color: white;
  margin-top: 27px;
  padding: 16px 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#stream_processing .stream_bg_image img {
  max-width: 277px;
  margin: 0 auto;
  width: 100%;
}
.col-md-4 {
  width: 33.33333333%;
  float: left;
  padding: 0 15px;
}

.col-md-8 {
  width: 66.66666667%;
  float: left;
  padding:  0 15px;
}#stream_processing .stream_bg_image h3 {
  font-size: 28px;
  text-align: center;
  line-height: 38px;
}

.res-gr .col-md-3 {
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

#stream_processing_items_section .image_wrap .res-btn {
  padding: 8px 18px;
  position: absolute;
  bottom: -18px;
  left: 26px;
  background: #fff;
  border-radius: 50px;
  border: 2px solid #006679;
  line-height: 16px;
  max-height: 35px;
  font-size: 18px;
  display: inline-block;
  margin: 1px 0;
  text-decoration: none;
  color: #006679;
  min-width: 140px;
  font-weight: 600;
  font-family: 'trenda';
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}
#stream_processing_items_section .text_wrap p {
  color: #404040;
  font-family: 'trenda';
  font-weight: 600;
  margin: 0;
  font-size: 20px;
}
#stream_processing_items_section .image_wrap {
  position: relative;
}
#stream_processing_items_section.res-gr  a.resource_icon {
  height: 35px;
  width: 35px;
  display: block;
  position: absolute;
  right: 5px;
  bottom: 5px;
  background-image: url(//cdn2.hubspot.net/hubfs/4757017/DataArtisans_November2018/Images/download-icon.png);
  background-repeat: no-repeat;
  background-position: center;
}
#stream_processing_items_section.res-gr a.resource_icon.video_icon {
  background-image: url(//cdn2.hubspot.net/hubfs/4757017/DataArtisans_November2018/Images/video-col.png);
}
#stream_processing_items_section.res-gr a.resource_icon.slide_icon {
  background-image: url(//cdn2.hubspot.net/hubfs/4757017/DataArtisans_November2018/Images/slideshare-col.png);
}
#stream_processing {   
  padding: 50px 0;   
  font-family: 'trenda';
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
#stream_processing_items_section.res-gr  a.resource_icon.book_icon{
  background-image: url(//cdn2.hubspot.net/hubfs/4757017/DataArtisans_November2018/Images/book-col.png);
}

.col-md-6 {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.two-coln-eq-res  .col-md-6 {
  padding: 0 10px;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.two-coln-eq-res  .text_wrap>img {
  max-width: 178px;
  float: right;
}

#stream_processing_items_section.two-coln-eq-res .text_wrap {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: none;
  padding: 20px 35px 20px 20px;
  border: solid 0 #0a080800;
}

#stream_processing_items_section.two-coln-eq-res .text_wrap>h3 {
  margin: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
#stream_processing_items_section.two-coln-eq-res  .text_wrap>p {
  margin: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
#stream_processing_items_section.two-coln-eq-res  .text_wrap .transperant-btn {
  padding: 11px 16px;
  position: absolute;
  bottom: 35px;
  left: auto;
  right: 160px;
  color: #FFF;

}
#stream_processing_items_section.two-coln-eq-res  .text_wrap .transperant-btn + .transperant-btn ,
#stream_processing_items_section.two-coln-eq-res .text_wrap .transperant-btn.right-align-btn{
  left: auto;
  right: 35px;
}

#stream_processing_items_section.two-coln-eq-res .text_wrap .transperant-btn:hover {
  color: #006679;
  background-color: #fff;
}





/* Platform Layout */


.platform-overview .body-container {
  background-color: #FFFFFF;
  font-size: 18px;
  font-family: 'trenda';
  font-weight: 400;
}
.col-lg-6 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
}

.platform-overview .grey-bg {
  background-color: #F5F5F5;
}

.platform-overview section {
  padding: 50px 0 70px 0;
}

.platform-overview section.first-sect {
  padding-top: 80px;
  background-size: 110px;
  background-repeat: no-repeat;
  background-position: 38% 22%;
}

.platform-overview section.first-sect p {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 22px;
}

.platform-overview section.first-sect h1 {
  color: #404040;
  font-size: 46px;
}
.platform-overview section.first-sect h2 {
  color: #006679;
  font-size: 36px;
  text-align: left;
  margin-bottom: 30px;
}
.platform-overview section.first-sect h2::after {
  content: none;
}

.platform-overview h1, .platform-overview h2, .platform-overview h3  {
  font-weight: 600;
  font-family: 'trenda';
}

.platform-overview section h2,#looking-for-more h2 {
  text-align: center;
  margin: 10px 0 80px 0;
  color: #404040;
  font-size: 36px;
  position: relative;
  font-weight: 600;
  font-family: 'trenda';
}

.platform-overview  .body-container  p {
  color: #404040;
  font-size: 14px;
  line-height: 22px;
}

.platform-overview   a {
  color: #006679;
}
.platform-overview a:hover, .platform-overview a:active, .platform-overview a:focus {
  text-decoration: none;
}
.platform-overview .breadcrumbs {
  padding: 0;
}
.platform-overview .breadcrumbs li {
  list-style-type: none;
  display: inline;
}
.platform-overview .breadcrumbs li a:after {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  border-top: 2px solid #929D9A;
  border-right: 2px solid #929D9A;
  margin: 0 10px;
  transform: rotate(45deg);
}
.platform-overview section h2::after {
  content: '';
  width: 125px;
  border-bottom: #006679 8px solid;
  margin: 24px 0;
  display: block;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}

.platform-overview #banner_section {
  background-size: cover;
  color: #FFF;
  padding: 70px 0 100px 0;
  font-size: 18px;
  -webkit-clip-path: polygon(0 0,700% -40%,0 calc(99% - 0vw));
  clip-path: polygon(0 0,700% -40%,0 calc(99% - 0vw));
  background-color: #31747f;
}
.related-post-item:last-child {
  margin-right: 0;
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table;
}
.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both;
}

.col-lg-5 {
  width: 45.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

#look-inside .col-lg-5 {
  margin-left: 4.33333333%;
}

.platform-overview .body-container p {
  margin: 0;
}
.platform-overview #banner_section h1 {
  font-size: 46px;
}

.platform-overview #banner_section h1::after {
  content: '';
  width: 180px;
  border-bottom: #fff 8px solid;
  margin: 22px 0;
  display: block;
}

.platform-overview #banner_section h2 {
  font-size: 36px;
  line-height: 46px;
  color: #FFFFFF;
  text-align: left;
  margin: 10px 0;
}

.platform-overview #banner_section h2::after {
  content: none;
}

.platform-overview #banner_section p {
  font-style: italic;
  margin: 12px 0 40px 0;
  color: #FFFFFF;
  min-height: 50px;
}

.platform-overview #banner_section a {
  background-color: #006679;
  border: solid 2px #FFFFFF;
  border-radius: 34px;
  color: #FFF;
  padding: 15px 25px;
}
.platform-overview #banner_section a:hover{
  background-color: #fff;
  border: solid 2px #006679;
  color: #006679;
}

.platform-overview #look-inside {
  padding: 70px 0;
}
.platform-overview #look-inside h2 {
  text-align: left;
}

.platform-overview #look-inside h2::after {
  content: '';
  width: 190px;
  border-bottom: #006679 8px solid;
  margin: 24px 0;
  display: block;
  left: 0;
  transform: none;
}

.platform-overview #look-inside p {
  color: #404040;
  margin-bottom: 14px;
  line-height: 22px;
  font-size: 14px;
}
.platf-lay.hs-content-id-6551171476 .platform-overview #look-inside div#tab-details-inside h2:after{
  content: "" !important;
  width: 125px;
  border-bottom: #006679 8px solid;
  margin: 24px 0;
  display: block !important;
  left: 0;
}
.platform-overview .first-sect .platform-figure .da-platform-icon {
  border: solid #006679 2px;
  border-radius: 8px;
  width: 85px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 100%;
}
.platform-overview .first-sect .platform-figure .da-platform-icon:hover{
  background-color: #006679;
}
.platform-overview .first-sect .platform-figure .da-platform-icon:hover p{
  color: #fff;
}
.platform-overview .first-sect .platform-figure .da-platform-icon p {
  color: #006679;
  font-size: 11px;
  text-align: center;
  margin: 3px;
}
.platform-overview .first-sect .platform-figure .da-platform-icon a {
  font-weight: bold;
  font-size: 14px;
  margin-top: 12px;
}
.platform-overview .first-sect .platform-figure .da-platform-icon img {
  width: 65px;
  margin: 8px;
}
.platform-overview .first-sect .platform-figure .da-platform-icon img:nth-child(2){
  display: none;
}
.platform-overview .first-sect .platform-figure .da-platform-icon:hover img{
  display: none;
}
.platform-overview .first-sect .platform-figure .da-platform-icon:hover img:nth-child(2){
  display: block;
}
.platform-overview .platform-figure {
  padding: 6px 15px 6px 75px;
  position: relative;
  margin-top: 30px;
  border: solid 2px #006679;
  border-radius: 5px;
  margin-left: 45px;
}

.platform-overview .platform-figure .da-platform-icon {
  position: absolute;
  width: 85px;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  border: solid #331747f 2px;
  border-radius: 8px;
}

.platform-overview .platform-figure .da-platform-icon img {
  width: 65px;
  margin: 8px;
}

.platform-overview .platform-figure .da-platform-icon p {
  color: #006679;
}

.platform-figure #tabs > .platform-figure-item > a {
  background-color: #F1F2F2;
  background-size: 55px;
  background-repeat: no-repeat;
  background-position: 18px 14px;
  float: right;
  width: 100%;
  padding: 5px;
  margin: 8px 0px;
  position: relative;
  border: #808285 solid 2px;
  border-radius: 5px;
}

.platform-figure #tabs > .platform-figure-item > a.active {
  cursor: default;
}

.platform-figure #tabs > .platform-figure-item > a.active, .platform-overview .platform-figure #tabs > .platform-figure-item > a:hover {
  background-color: #337a86;
  color: #FFFFFF;
  border: #006679 solid 2px;
}



.platform-figure #tabs > .platform-figure-item > a .tab-content {
  /*	height: 70px; */
  min-height: 70px;
  float: right;
  width: 285px;

}
.platform-figure #tabs > .platform-figure-item > a .tab-content h3 {
  font-size: 17px;
  font-weight: bold;
  margin: 4px 0 0 0px;
  color: #231F20;
}
.platform-figure #tabs > .platform-figure-item > a .tab-content p {
  font-size: 12px;
  margin-bottom: 3px;
  color: #58595B;
  line-height: 18px;
}

.platform-figure #tabs > .platform-figure-item > a .tab-content p.more {
  color: #006679;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
}
.platform-figure #tabs > .platform-figure-item > a:hover h3, .platform-figure #tabs > .platform-figure-item > a:hover p, .platform-figure #tabs > .platform-figure-item > a:hover p.more,  .platform-figure #tabs > .platform-figure-item > a:hover a,
.platform-figure #tabs > .platform-figure-item > a.active .tab-content h3,  .platform-figure #tabs > .platform-figure-item > a.active .tab-content p,  .platform-figure #tabs > .platform-figure-item > a.active .tab-content a {
  color: #FFFFFF;
}

.platform-figure > div img {
  width: 70px;
  float: left;
}

body:not(.training-type2) .green{
  cursor: pointer;
}


/****** #editions *****/
#editions {
  background-color: #FFFFFF;
}

#editions tr.divider td {
  height: 15px;
  background-color: #EAE8E8;
}
#editions th {
  background-color: #EAE8E8;
  width: 25%;
  font-size: 15px;
  font-weight: normal;
  padding: 15px;
  text-align: center;
  vertical-align: top;
}
#editions th:nth-child(2) {
  vertical-align: middle;
}

#editions th div {
  float: right;
  width: auto;
  /* margin: 36px 10px 0 0; */
  margin-top: 15px;
  float: none;
}

#editions th h3 {
  display: inline;
  font-weight: bold;
  font-size: 20px;
}
#editions th:first-child img, .platform-overview #editions th:nth-child(2) img {
  width: 55px;
  float: left;
  margin: 12px;
}

#editions th:first-child div, .platform-overview #editions th:nth-child(2) div {
  width: 240px;
  margin: 16px 0;
  text-align: left;
}

#editions th:last-child div {
  margin: 15px 10px 0 0;
  margin: 15px 10px 0 0;
}

#editions th div.img {
  width: 100px;
  height: 75px;
  /* border: solid #929D9A 2px; */
  float: none;
  margin: 12px;
  /* background-color: #FFFFFF; */
  background-repeat: no-repeat;
  margin: 12px;
  margin: 0 auto;
  background-position: center;
}
#editions td img{
  max-width: 50px;
  margin-top: 5px;
}
#editions th div.img:nth-child(2) {
  display: none;
}

#editions th.green {
  background-color: #006679;
  color: #FFF;
}
#editions th.green p {
  color: #FFFFFF;
}

#editions th.green div.img {
  border: solid #006679 2px;
}
#editions th.green div.img:nth-child(2) {
  display: block;
}
#editions th.green div.img:first-child {
  display: none;
}
#editions th .icons-wrap {
  margin-top: 8px !important;
  margin-right: 0 !important;
}
#editions th .icons-wrap i {
  height: 30px;
  width: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
#editions th .icons-wrap i+i {
  margin-left: 5px;
}


#editions td {
  padding: 8px 20px;
  background-color: #F5F5F5;
  border: solid 4px #FFF;
  font-size: 15px;
  height: 62px;
  font-weight: 600;
}
#editions tr td:first-child {
  text-align: center;
}
#editions tr td.text-left {
  text-align: left;
}
#editions tr td:first-child img {
  margin-top: 10px;
  display: inline-block;
}
#editions td.green {
  background-color: #C4E5DE;
}

#editions td.available::after {
  content: "\f00c";
  font-family: FontAwesome;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: block;
  border: solid #929D9A 2px;
  background-color: #FFF;
  margin: 0 auto;
  padding: 9px 0;
  color: #929D9A;
  text-align: center;
}
#editions td.green.available::after {
  border: solid #006679 2px;
  color: #006679;
  background-color: #FFF;
  text-align: center;
}

#editions tr.last-row td {
  padding: 20px;
  text-align: center;
}

#editions tr.last-row td a {
  font-size: 18px;
  font-weight: bold;
  padding: 16px 0;
  border-radius: 40px;
  background-color: #FFFFFF;
  display: block;
  margin: 0 auto;
  width: 230px;
}

#editions tr.last-row td p {
  margin-top: 15px;
}

#editions tr.last-row :nth-child(3),  #editions tr.last-row :nth-child(4) {
  background-color: #EAE8E8;
}
editions tr.last-row :nth-child(3) a,  #editions tr.last-row :nth-child(4) a {
  color: #929D9A;
  border: solid 2px #929D9A;
}

#editions tr.last-row .green {
  background-color: #006679;
  color: #FFFFFF;
}

#editions tr.last-row .green a {
  color: #006679;
  border: none;
}
#editions tr.last-row .green p {
  color: #FFFFFF;
  background: none;
}

/****** #next-step *****/

#next-step,  #resources {
  background: linear-gradient(to right, #35808c, #006679);
  color: #FFFFFF;
  padding-bottom: 20px !important;
}

#next-step .container,  #resources .container {
  max-width: 980px;
}
#next-step h2,  #resources h2 {
  color: #FFFFFF;
  font-size: 28px;
  text-align: center;
  margin: 0 0 12px 0;
}

#next-step h2::after,  #resources h2::after {
  content: none;
}
#next-step p {
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
}

.support {
  margin-top: 40px;
  text-align: center;
}

.support .col-center {
  float: none;
  display: inline-block;
  width: calc(33.333% - 5px);
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: text-top;
}

.support > a {
  opacity: 0.7;
}

.support > a:hover {
  opacity: 1;
  text-decoration: none;
}

.support div.img {
  width: 100px;
  margin: 0 auto;
  margin-bottom: 35px;
}

.support p {
  margin: 0;
}
.support p.button {
  font-size: 18px;
  padding: 10px 30px;
  border-radius: 40px;
  border: solid 2px #FFFFFF;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  display: block;
  margin: 25px 32px !important;
}
/****** #companies-using *****/

#companies-using .logos {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  margin: 20px;
}

#companies-using .logos div {
  flex: 1;
  flex-basis: 14%;
  justify-content: space-between;
  border: solid 1px #BFBFBF;
  margin: 1%;
  height: 80px;
}

/****** #looking-for-more *****/
#looking-for-more {
  padding: 50px 0 70px 0;
}

#looking-for-more h2::after {
  content: none;
}

#looking-for-more img {
  float: left;
}
#looking-for-more .content {
  float: right;
  width: 422px;
  padding-top: 40px;
  position: relative;
  max-width: 100%;
  text-align: left;
}

#looking-for-more .content p {
  margin: 0;
  margin-bottom: 10px;
  font-family: 'trenda';
  color: #404040;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 10px;
}

#looking-for-more .content::before {
  content: '';
  width: 200px;
  display: block;
  border-bottom: solid 8px #006679;
  position: absolute;
  top: 0;
  left: 0;
}

#looking-for-more .content a {
  color: #006679;
  border: solid #006679 2px;
  border-radius: 40px;
  padding: 12px 35px;
  float: left;
  margin-top: 15px;
  position: relative;
  z-index: 9;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-family: "trenda";
  overflow: hidden;
  font-size: 16px;
  line-height: normal;
}
#looking-for-more .content a:hover{
  color: #fff;
}
#looking-for-more .content a:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 0;
  height: 100%;
  border-radius: 40px;
  top: 0;
  right: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-color: #006679;
}
#looking-for-more .content a:hover:after {
  width: 100%;
  border-radius: 40px;
}
/****** #setup-meeting *****/
#setup-meeting .container {
  max-width: 950px;
  text-align: center;
  font-weight: bold;
}
#setup-meeting .container p.setup-meeting-description{
  color: #929D9A;
  font-weight: normal;
}

#setup-meeting h3.form-title{
  margin: 0;
}

#setup-meeting form .agree p,  #setup-meeting p.disclaimer {
  text-align: left;
  font-weight: normal;
  float: right;
  width: 885px;
  font-size: 14px;
}
#setup-meeting form .agree a,  #setup-meeting p.disclaimer a {
  color: #006679;
}
#setup-meeting .control-label {
  text-align: left;
}

/****** #performance-characteristics *****/
#performance-characteristics {
  background-color: #F5F5F5;
}

#performance-characteristics p {
  margin-bottom: 15px;
}

#performance-characteristics .graph {
  background-color: #FFFFFF;
}

/****** #use-cases *****/
#use-cases .caption {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

#use-cases .col-control {
  margin-bottom: 60px;
}

/****** .three-col  *****/



.platform-overview .three-col .row {
  margin-bottom: 60px;
}
.platform-overview .three-col .row:last-child {
  margin-bottom: 0;
}

.platform-overview .three-col img {
  height: 85px;
  margin: 0 auto 40px auto;
}

.three-col .arrow-box {
  position: relative;
  border-radius: 10px;
  padding: 15px;
  text-align: left;
  font-size: 14px;
  color: #404040;
  line-height: 22px;
}
.three-col .arrow-box p{
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 22px;
}
.three-col .arrow-box::before {
  border-bottom: 20px solid;
  left: 50%;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  top: -20px;
  transform: translate(-50%, 0);
}
.three-col .arrow-box h3 {
  font-size: 20px;
  line-height: 26px;
  margin: 20px 0;
  font-weight: 600;
}


.platform-overview .three-col.white {
  background-color: #FFFFFF;
}
.platform-overview .three-col.white .arrow-box {
  background-color: #F5F5F5;
}

.platform-overview .three-col.white .arrow-box::before {
  border-bottom: 20px solid #F5F5F5;
}

.platform-overview .primary-btn {
  font-size: 13px;
  background-color: #006679;
  color: #fff;
  padding: 9px 25px;
  width: 215px;
  white-space: normal;
  border-radius: 40px;
  border: 2px solid #006679;
  font-weight: 500;
  box-shadow: inherit;
}
.platform-overview .primary-btn:hover {
  background-color: #fff;
  color: #006679;
}
.platform-overview .primary-btn-alt {
  font-size: 13px;
  padding: 9px 25px;
  width: 215px;
  white-space: normal;
  border-radius: 40px;
  border: 2px solid #006679;
  font-weight: 500;
  background-color: #fff;
  color: #006679;
  box-shadow: inherit;
}
.platform-overview .primary-btn-alt:hover {
  background-color: #006679;
  color: #fff;
}
.platform-overview .first-sect .btn+.btn {
  margin-left: 10px;
}
.first-sect img.page-icon {
  float: right;
  max-width: 110px;
  margin-top: -5px;
}
.platform-overview .first-sect .btn {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buttons-wrap {
  display: flex;
  flex-direction: row;
}
.platform-overview #performance-characteristics ul {
  list-style-type: none;
  padding-left: 30px;
  font-size: 14px;
  line-height: 22px;
}

.platform-overview #performance-characteristics ul li {
  position: relative;
  margin-bottom: 10px;
}
.platform-overview #performance-characteristics ul li::before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #006679;
  position: absolute;
  top: 6px;
  left: -30px;
}

.thank-you-message-container .thank-you-message {
  background-color: #c4e5de;
  padding: 40px 40px;
  border-radius: 10px;
  border: 1px solid #4bb69c;
  margin-top: 70px;
}
.thank-you-message-container .thank-you-message h2 {
  font-size: 20px;
  color: #4bb69c;
  margin-top: 10px;
  margin-bottom: 10px;
}
.thank-you-message-container .thank-you-message h2:after {
  display: none;
}

.platform-overview #banner_section:after{
  content: '';
}
.platform-overview #banner_section{
  position: relative;
}

/* Application Manager Start */
.platform-overview .first-sect .btn{
  margin-top: 30px;
}
.platform-overview section.first-sect p span {
  color: #006679;
}
.platform-overview .first-sect .btn+.btn{
  margin-left: 10px;
}
.platform-overview .first-sect p{
  margin-bottom: 10px;
}
.platform-overview .two-col .arrow-box {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  color: #404040;
  line-height: 24px;
  float: left;
  width: calc(100% - 140px);
  margin-bottom: 50px;
}
.platform-overview .two-col img {
  vertical-align: middle;
  display: block;
  max-width: 90px;
  height: auto;
  margin-right: 35px;
  float: left;
}
.platform-overview .two-col .arrow-box h3 {
  font-size: 20px;
  line-height: 26px;
  margin: 20px 0;
  font-weight: bold;
}
.platform-overview .two-col .arrow-box p {
  margin-bottom: 10px;
}
.platform-overview .two-col .arrow-box::before {
  border-right: 22px solid #FFFFFF;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 22px solid transparent;
  border-top: 22px solid transparent;
  top: 23px;
  left: -22px;
}

.how-it-work-section {
  display: none;
}
.how-it-work-section.active {
  display: block;
}
.how-it-work-tab {
  margin-bottom: 25px;
}

.how-it-work-tab ul.how-it-work-tab-thumbs {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  margin-bottom: -88px;
}
.how-it-work-tab-content {
  margin-top: 0;
  background-color: #f5f5f5;
  padding-top: 90px;
}

.how-it-work-tab ul.how-it-work-tab-thumbs li {
  display: inline-block;
  color: #404040;
  text-transform: uppercase;     
  font-size: 16px;
  /* background-repeat: no-repeat; */  
  /* background-size: 70px; */
  cursor: pointer;
  vertical-align: middle;
  margin: 0 150px;
  position: relative;
  opacity: .7;
  height: 180px;
  width: 180px;
  background-position: top 20px center;
  background-color: #f5f5f5;
  padding-left: 0;
  /* padding-top: 105px; */
  text-align: center;
  border-radius: 50%;
}
.how-it-work-tab ul.how-it-work-tab-thumbs li.three-tab{
  margin: 0 80px;
}
.how-it-work-tab ul.how-it-work-tab-thumbs li.four-tab{
  margin: 0 50px;
}
.how-it-work-tab ul.how-it-work-tab-thumbs li.active:after{
  border-bottom: 28px solid #f5f5f5;
  left: 50%;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-right: 26px solid transparent;
  border-left: 26px solid transparent;
  /* top: -20px; */
  transform: translate(-50%, 0);
  bottom: -46px;
  display: none;
}
.how-it-work-tab ul.how-it-work-tab-thumbs li span {
  display: block;
  max-width: 140px;
  margin: 0 auto;
  line-height: 23px;
}

.how-it-work-tab ul.how-it-work-tab-thumbs li.active .second_li{
  color: #337a86;
  opacity: 1;
  transition: all .3s;
  display: inline-block;
}



.how-it-work-section {
  width: 100%;
  border: 12px solid #F5F5F5;
  padding: 15px;
  background-color: #fff;
}
.how-it-work-section p{
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
}
.how-it-work-section#tab1 img{
  margin-top: -10px;
}
.how-it-work-section .how-it-work-tab-content-wrap{
  margin-top: 20px;
}
.platform-overview .three-col {
  text-align: center;
}
.platform-overview .three-col .col-center {
  float: none;
  display: inline-block;
  vertical-align: text-top;
}
.platform-overview #why-application-manager.three-col .arrow-box p {
  margin-bottom: 10px;
}
#setup-meeting  .hs-input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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;
}

#setup-meeting .hs-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
#setup-meeting .hs-form-field > label {
  width: 16.66666667%;
  padding: 7px 15px 0 15px;
  display: inline-block;
  float: left;
  text-align: left;
}

#setup-meeting .hs-form-field:after {
  content: "";
  clear: both;
  display: block;
}
.download-layt #setup-meeting .hs-form-field > label {
  font-size: 18px;
  font-family: 'trenda';
  font-weight: bold;

}
#setup-meeting .hs-form-field > label{
  color:#333;
}
#setup-meeting .input {
  width: 83.33333333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

#setup-meeting .hs-form-field {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 15px;
}

#setup-meeting form {
  margin-top: 40px;
}
.back_li {
  height: 180px;
  width: 180px;
  padding-top: 105px; 
  background-repeat: no-repeat;
  background-size: 70px;
  background-position: top 20px center;
}

.second_li {
  display: none;
}

.how-it-work-tab ul.how-it-work-tab-thumbs li.active .first_li {
  display: none;
}
#setup-meeting  input[type="checkbox"] {
  height: 18px;
  width: 18px;
  padding: 0;
  float: left;
  display: inline-block;
}

#setup-meeting .inputs-list label{
  font-weight: 400;
  text-align: left;
  display: block;
}

#setup-meeting input[type="checkbox"] + span {
  text-align: left;
  font-weight: normal;
  overflow: hidden;
  padding-left: 15px;
  display: block;
}

#setup-meeting .inputs-list label:After {
  content: "";
  clear: both;
  display: block;
}

#setup-meeting  .hs_please_send_me_updates.hs-please_send_me_updates.hs-fieldtype-booleancheckbox.field.hs-form-field .input {
  width: 100%;
  float: none;
}
.how-it-work-section  img {
  width: 100%;
}
#setup-meeting form .hs-button {
  display: block;
  width: 100%;
  background-color: #006679;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  padding: 14px 0;
  font-family: "trenda;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.42857143;
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
  outline: 0;
}

#setup-meeting  .form-bottom-content p {
  text-align: left;
  font-weight: normal;
  color: #404040;
  font-size: 14px;
  line-height: 22px;
}
#setup-meeting .hs-error-msgs label {
  font-size: 14px;
  margin-left: 16.66666667%;
  display: block;
  clear: both;
  padding-left: 16px;
  padding-top: 12px;
}

/* Training Layout   */
.page-template-template-training  .body-container p { 
  margin: 0;
}

.page-template-template-training .body-container {
  line-height: 1.42857143;
}
.page-template-template-training {
  font-family: 'trenda';
  color: #404040;
}

.page-template-template-training  .body-container a {
  color: #006679;
}

.page-template-template-training section {
  padding: 40px 0;
}

.page-template-template-training section h3  {
  text-align: center;
  font-size: 28px;
  margin: 23px 0;
  font-weight: 600;
}
.page-template-template-training section h4 {
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  margin: 0;
}
.page-template-template-training section p  {
  text-align: center;
  font-size: 18px;
}
.page-template-template-training section img {
  width: 100%;
}
.page-template-template-training section img.icon {
  width: 120px;
  margin: 0 auto;
  height: px;
}

section div.flex-container,
.two-colum-equ-img .flex-container.training-pace{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

div.flex-container div {
  flex: 1;
  margin-right: 40px;
}

.two-colum-equ-img .flex-container.training-pace div.flex-container div:last-child {
  margin-right: 0;
}
/* .page-template-template-training section.three-col div.flex-container div {
flex-basis: 48%;
} */
.page-template-template-training section.grey {
  background-color: #F5F5F5;
}
.page-template-template-training section.three-col-ea-back h4, .page-template-template-training section.three-col-ea-back p {
  padding: 12px 25px;
}
.page-template-template-training section.three-col-ea-back h4 {
  margin-top: 20px;
  font-weight: 600;
}

.page-template-template-training section.three-col-ea-back.three-col div.flex-container div {
  background-color: #FFFFFF;
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
}

.page-template-template-training  .body-container  h2 {
  text-align: center;
  font-size: 36px;
  margin: 0 0 40px 0;
  font-weight: 600;
}

.page-template-template-training  .body-container  h2::after {
  content: '';
  width: 190px;
  display: block;
  margin: 16px auto 0 auto;
  border-bottom: solid 8px #006679;
}

.page-template-template-training #hero {
  background: linear-gradient(120deg, rgb(111, 194, 176) 0%, rgb(51, 172, 144) 100%);
  padding: 100px 0;
  background-size: cover;
}
.page-template-template-training #hero a.btn-primary {
  border: solid 2px #FFFFFF;
}
.page-template-template-training #hero a.btn-primary:hover {
  border: solid 2px #006679;
}
font-size: 46px;
color: #FFFFFF;
font-weight: 600;
}

.page-template-template-training #hero h1::after {
  content: '';
  width: 180px;
  display: block;
  border-bottom: solid 8px #FEBF00;
  margin: 15px 0 30px 0;
}

.page-template-template-training #hero p {
  color: #FFFFFF;
  font-size: 36px;
  width: 450px;
  text-align: left;
}

.page-template-template-training section.training-offer .title {
  float: left;
  position: absolute;
  border-radius: 50%;
  background-repeat: no-repeat;
  background: #fff;
  border: 18px solid whitesmoke;
  box-shadow: 0 0 0 7pt #fff;
  left: 0;
  top: 0px;
  width: 330px;
  height: 330px;
  transform: translateX(-50%);
}

.page-template-template-training section.training-offer .title img {
  width: 130px;
  margin: 62px auto 20px auto;
}

.page-template-template-training section.training-offer .title h3 {
  font-size: 20px;
}

.page-template-template-training section.training-offer .training-types {
  position: relative;
  background-color: #F5F5F5;
  float: right;
  margin-bottom: 50px;
}

.page-template-template-training section.training-offer .training-types .content {
  float: right;
  width: 1000px;
  padding: 48px 90px 0 210px;
  background-color: #F5F5F5;
  height: 330px;
}

.page-template-template-training section.training-offer .training-types .content p {
  text-align: left;
}

.page-template-template-training .btn {
  font-size: 18px;
  padding: 10px 0;
  border-radius: 25px;
  margin-top: 40px;
  margin-right: 20px;
  min-width: 210px;
}
.page-template-template-training .btn-primary {
  color: #FFFFFF;
  background-color: #006679;
  border: solid 2px #006679;
}

.page-template-template-training .btn-primary:hover {
  color: #006679;
  background-color: #FFFFFF;
  border: solid 2px #006679;
}

.page-template-template-training a.btn-secondary {
  color: #006679;
  background-color: #FFFFFF;
  border: solid 2px #006679;
}

.page-template-template-training a.btn-secondary:hover {
  color: #FFFFFF;
  background-color: #006679;
  border: solid 2px #FFFFFF;
}

.advanced-training .btn-primary {
  background-color: #cab77c;
  border: solid 2px #cab77c;
}
.page-template-template-training .advanced-training .btn-primary:hover {
  background-color: #FFFFFF;
  border: solid 2px #cab77c;
  color: #cab77c;
}
.page-template-template-training  .advanced-training .btn-secondary {
  border: solid 2px #cab77c;
  color: #cab77c;
  background-color: #FFFFFF;
}
.page-template-template-training  .advanced-training .btn-secondary:hover {
  background-color: #cab77c;
  color: #FFFFFF;
  border: solid 2px #FFFFFF;
}
.training-pace div {
  background-color: #F5F5F5;
  border-radius: 10px;
  overflow: hidden;
}
.training-pace div h3 {
  font-size: 28px !important;
  font-weight: 600;
  margin: 50px auto 30px auto;
  padding: 0 15px;
}
.training-pace div p {
  margin: 0 70px;
}
.training-pace div .btn-primary {
  background-color: #929D9A;
  margin: 35px 140px;
  display: block;
  border: solid 2px #FFFFFF;
  color: #fff;
}
.training-pace div .btn-primary:hover {
  border: solid 2px #929D9A;
  background-color: #FFFFFF;
  color: #929D9A;
}
.training-pace .on-demand-training .btn-primary {
  background-color: #006679;
}
.training-pace .on-demand-training .btn-primary:hover {
  color: #006679;
  border: solid 2px #006679;
}
.page-template-template-training .schedule  {
  padding: 60px 0;
}
.schedule div.flex-container.box {
  background-color: #FFFFFF;
}
.schedule div.flex-container.box > div {
  margin: 50px 25px 50px 50px;
}
.schedule div.flex-container.box > div:last-child {
  margin: 50px 50px 50px 25px;
}

.schedule div.flex-container.box .schedule-item {
  display: flex;
  border: solid #EAE8E8 1px;
  margin: 0;
  margin-bottom: 50px;
}
.schedule div.flex-container.box .schedule-item:last-child {
  margin-bottom: 0;
}
.schedule div.flex-container.box .schedule-item > div {
  border-right: solid #EAE8E8 1px;
  flex: 2.2;
  margin: 0;
  padding: 15px;
}
.schedule div.flex-container.box .schedule-item > div p {
  text-align: left;
  font-size: 18px;
  margin-bottom: 8px;
  padding: 0;
}

.schedule div.flex-container.box .schedule-item > div a {
  font-size: 15px;
  color: #006679;
}
.schedule div.flex-container.box .blue .schedule-item > div a {
  color: #cab77c;
}
.schedule div.flex-container.box .schedule-item .fee, .schedule div.flex-container.box .schedule-item .register {
  padding: 0;
  flex: 1;
  padding-top: 32px;
}

.schedule div.flex-container.box .schedule-item .fee {
  font-weight: 600;
  font-size: 20px;
  color: #006679;
  text-align: center;
}
.schedule div.flex-container.box .blue .schedule-item .fee {
  color: #cab77c;
}
.schedule div.flex-container.box .schedule-item .register {
  background-color: #337a86;
  color: #FFFFFF;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
.schedule div.flex-container.box .blue .schedule-item .register {
  background-color: #cac182;
}
.schedule div.flex-container.box .schedule-item .register:hover {
  background-color: #006679;
  text-decoration: none;
}
.schedule div.flex-container.box .blue .schedule-item .register:hover {
  background-color: #cab77c;
}
.page-template-template-training .form h2::after {
  border-bottom: none;
}
.page-template-template-training .form .flex-container {
  flex-wrap: wrap;
}
.page-template-template-training .form .flex-container > div {
  margin: 0;
  flex-basis: 45%;
  margin-bottom: 20px;
}

.page-template-template-training .form .flex-container > div:nth-child(odd) {
  margin-right: 30px;
}

.page-template-template-training .form .flex-container > div:last-child {
  margin: 0;
}

.page-template-template-training .form form {
  width: 80%;
  margin: 0 auto;
  margin-top: 60px;
}


.page-template-template-training .form form label, .page-template-template-training .form form input, .page-template-template-training .form form select {
  width: 100%;
}
.page-template-template-training .form form label {
  font-weight: normal;
  font-size: 18px;
  color: #404040;
}
.page-template-template-training .form form textarea {
  width: 100%;
  border: #BFBFBF solid 1px;
  border-radius: 6px;
  padding: 8px;
}
.page-template-template-training .form form input, .page-template-template-training .form form select {
  border: #BFBFBF solid 1px;
  border-radius: 6px;
  padding: 10px;
}

.page-template-template-training .form form p {
  text-align: right;
  font-size: 14px;
  margin-top: 10px;
}
.page-template-template-training .form form .subscribe {
  margin-top: 20px;
}
.page-template-template-training .form form .subscribe div {
  width: 20px;
  float: left;
  height: 55px;
}
.page-template-template-training .form form .subscribe p {
  width: 97%;
  float: right;
  font-size: 14px;
  text-align: left;
  margin: 0;
}

.page-template-template-training .form form p.policy {
  text-align: left;
  margin: 0;
}
.page-template-template-training .form form input[type="submit"] {
  background-color: #006679;
  border: none;
  border-radius: 5px;
  color: #FFFFFF;
  margin: 30px 0;
  padding: 15px 0px;
  font-size: 18px;
}
.page-template-template-training section div.flex-container, .two-colum-equ-img .flex-container.training-pace div:last-child {
  margin-right: 0;
}

.page-template-template-training #banner_section,
.page-template-standard #banner_section{
  background: linear-gradient(120deg, rgb(111, 194, 176) 0%, rgb(51, 172, 144) 100%);
  padding: 100px 0;
  background-size: cover;
}

.page-template-template-training #banner_section h1,
.page-template-standard #banner_section h1{
  font-size: 46px;
  color: #FFFFFF;
  font-weight: 600;
}
.page-template-standard #banner_section h2{
  color: #FFFFFF;
  font-size: 24px;
  width: 550px;
  text-align: left;
  line-height: 1.42857143;
  font-weight: 400;
  margin: 0;
}
.page-template-template-training #banner_section h2 {
  color: #FFFFFF;
  font-size: 36px;
  width: 450px;
  text-align: left;
  line-height: 1.42857143;
  font-weight: 400;
  margin: 0;
}

.page-template-template-training #banner_section h1:after,
.page-template-standard #banner_section h1:after{
  content: '';
  width: 180px;
  display: block;
  border-bottom: solid 8px #fff;
  margin: 15px 0 30px 0;
}

.page-template-template-training #banner_section h2:After {
  display: none;
}

.page-template-template-training #banner_section h2 br {
  display: none;
}
.training-lay #setup-meeting .hs-input {
  border: #BFBFBF solid 1px;
  border-radius: 6px;
  font-family: "trenda;
  padding: 10px;
  color:  #404040;
  box-shadow: none;
}

.training-lay #setup-meeting fieldset.form-columns-2 .hs-form-field{
  margin: 0;
  margin-bottom: 20px;
  width: 48% !important;
  padding: 0;
}

.training-lay #setup-meeting .hs-form-field > label {
  font-weight: normal;
  font-size: 18px;
  color: #404040;
  width: 100%;
  text-align: left;
  display: inline-block;
  max-width: 100%;
  float: none;
  margin-bottom: 5px;
  padding: 0;
}
.training-lay #setup-meeting .input{
  padding: 0;
  width: 100%;
  float: none;
}

.training-lay #setup-meeting fieldset.form-columns-2 .hs-form-field:first-child {
  margin-right: 30px;
}

.training-lay #setup-meeting .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
  margin-right: 30px;
}

.training-lay #setup-meeting textarea {min-height: 218px;}
.training-lay #setup-meeting fieldset.form-columns-1 .hs-form-field {
  margin-right: 0;
  margin-left: 0;
}
.page-template-template-training section p.required_field {
  text-align: right;
  font-weight: normal;
  font-size: 14px;
  margin-top: 0;
}

.training-lay #setup-meeting input[type="checkbox"] + span{
  width: auto;
  display: block;
  overflow: hidden;
  float: none;
  padding-left: 10px;
  margin-top: 20px;
}

.training-lay #setup-meeting form .hs-button {
  background-color: #006679;
  border: none;
  border-radius: 5px;
  color: #FFFFFF;
  margin: 30px 0;
  padding: 15px 0px;
  font-size: 18px;
  box-shadow: none;
  font-weight: 400;
}

/* Streaming Ledger  Layout */
.str-lay #look-inside h1,
.hs-content-id-6575449849 #look-inside h1{
  color: #404040;
  font-size: 46px;
}

.str-lay #look-inside h2,
.hs-content-id-6575449849 #look-inside h2{
  color: #006679;
  margin: 10px 0 80px 0;
  font-size: 36px;
  text-align: left;
  margin-bottom: 30px;
}
img.page-icon {
  float: right;
  max-width: 110px;
  margin-top: -5px;
}

.str-lay #look-inside p,
.hs-content-id-6575449849 #look-inside p{
  margin-bottom: 12px;
}
.str-lay #look-inside  .btn,
.hs-content-id-6575449849 #look-inside  .btn{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.platfor-sec1 {
  padding-bottom: 70px;
  text-align: center;
}
#look-inside h2:after {
  display: none !important;
}
.str-lay #look-inside .buttons-wrap .btn + .btn {
  margin-left: 10px;
}
.platform-overview .platform-figure #tabs > .platform-figure-item > a.active {
  cursor: default;
}
section#next-step {
  padding: 50px 0 70px 0;
}




.support-section {
  line-height: 1.42857143;
  padding: 60px 0;
}
.support-section h2{
  margin: 0;
  margin-bottom: 40px;
  text-align: center;
  color: #000;
  padding-bottom: 50px;
  position: relative;
  font-family: 'trenda';
  font-weight: 600;
}
.support-section h2:after{
  content: '';
  display: block;
  height: 8px;
  width: 100%;
  max-width: 200px;
  background-color: #006679;
  position: absolute;
  left: calc(50% - 100px);
  bottom: 0;
}
.icon-wrap img {
  float: right;
}
.support-content-wrap {
  overflow: hidden;
}
.support-content-wrap h3{
  margin: 0;
  color: #006679;
  margin-bottom: 5px;
  font-size: 20px;
  font-family: 'trenda';
  font-weight: 600;
}
.support-content-wrap p{
  font-size: 15px;
}

.support-items+.support-items {
  margin-top: 50px;
}
.support-items .icon-wrap {
  min-width: 106px;
  max-width: 106px;
  overflow: hidden;
  float: left;
  margin-right: 40px;

}
.green-border-btn {
  border: 2px solid #006679;
  border-radius: 25px;
  font-size: 18px;
  padding: 11px 35px;
  color: #006679;
  font-weight: 600;
  background-color: transparent;
  margin-top: 25px;
  width: 100%;
  max-width: 210px;
}
.green-border-btn:hover {
  color: #fff;
  background-color: #006679;
}
.support-section p {
  margin: 0;
  font-family: "Open Sans", sans-serif;
}
.support-items .green-border-btn {    font-family: "Open Sans", sans-serif;}
.support_inquiry {
  margin-top: 40px;
  padding-left: 146px;
}
.support_inquiry p a {
  font-weight: bold;
  color: #006679;
}
.fw-layout .remove-widget-padding {
  padding: 0 !important;
}
.hs-content-id-6566426731 #setup-meeting .hs-error-msgs label {
  margin-left: 0;
  padding-left: 0;
}
.training-lay #setup-meeting .container {
  max-width: 1170px;
}

/* Contact Layout */
.contact-lay .body-container-wrapper {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position-x: center;
  background-position-y: center;
  font-family: sans-serif;
  background-image: url(//cdn2.hubspot.net/hubfs/4757017/DataArtisans_November2018/Images/DSC09352-NEW.jpg);
  padding-bottom: 100px;
}
.contact-lay .body-container span.hs-form-required {
  margin-left: 4px;
}
.contact-lay  .body-container {
  display: block;
  margin: auto;
  width: 90%;
  color: #fff;
  max-width: 800px;
  position: relative;
}

.contact-lay .body-container-wrapper:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  margin: 0;
  padding: 0;
  content: "";
}

.contact-lay .body-container .form-title {
  padding: 150px 0 30px 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  color: #fff;
}

.contact-lay .body-container  h4 {
  margin: 0;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}

.contact-lay .body-container  .hs-input {
  padding: 10px;
  font: 400 13.3333px Arial;
  border-radius: 5px;
  border: 2px solid #fff;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  vertical-align: bottom;
}

.contact-lay .body-container label {
  display: block;
  color: #fff !important;

  font-size: 14px;
  margin: 12px 0 7.5px 0;
}

.contact-lay .body-container input[type="checkbox"] {
  width: 20px !important;
  height: 20px;
  float: left;
  display: block;
  margin: 0;
}

.contact-lay .body-container input[type="checkbox"] + span {
  padding-left: 17px;
  overflow: hidden;
  display: block;
}

.contact-lay .body-container .hs-button {
  padding: 10px;
  background: #006679;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #fff;
  line-height: 17px !important;
  max-height: 40px;
  margin: 20px 0 0 0;
  height: 40px;
  vertical-align: bottom;
  display: block;
  border-radius: 5px;
  width: 100%;
}

.contact-lay .body-container .hs-button:hover {
  border: 2px solid #006679;
}






/* Download Layout */

.white-popup-block .popup-container {
  padding: 30px;

}
#platform_2_kubernetes_trial_download {
  max-width: 800px;
  height: 750px;
}


.white-popup-block {
  background-color: #fff;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  border-top: 18px solid #006679;
  min-height: 500px;
  position: relative;
}

#platform_2_vm_trial_download {
  max-width: 800px;
  height: 750px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
  font-size: 45px;
  color: #BFBFBF;
  text-decoration: none;
  margin-top: 8px;
}

.popup-container h2 {
  font-size: 22px;
  font-weight: 500;
  color: #404040;
  font-style: normal;
  text-align: center;
  font-family: 'trenda';
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 65px;
}

.popup-container  .hs-input {
  font-size: 1.125rem;
  font-weight: 300;
  padding: 25px 20px 25px;
  color: #232323;
  outline: none !important;
  border: 1px solid #ddd;
  border-radius: 10px;
  width: 98%!important;
  margin: 10px;
  max-width: 760px;
  font-family: 'trenda';
  line-height: inherit;
}

.popup-container .hs-form-field > label {
  display: none;
}

.popup-container  p {
  margin: 0 0 20px;
}

.popup-container input[type="checkbox"] {
  width: 15px !important;
  transform: scale(1.3);
  float: left;
}

.popup-container input[type="checkbox"] + span {
  margin-top: 8px;
  display: block;
  z-index: 1;
  padding-left: 34px;
  position: relative;
  top: 8px;
}

.popup-container ul.inputs-list label:after {
  content: "";
  clear: both;
  display: block;
}

.popup-container ul.inputs-list label {
  display: block;
}

.popup-container ul.inputs-list {
  margin-bottom: 0;
}

.popup-container  .hs-button {
  width: 180px;
  padding: 15px 15px 15px;
  float: right;
  background-color: #006679;
  color: #fff;
  margin-right: 40px;
  margin: 10px;
  max-width: 760px;
  outline: none !important;
  border: 1px solid #ddd;
  font-family: 'trenda';
  border-radius: 10px;
  font-size: 1.125rem;
  font-weight: 300;
}

.popup-container .disclaimer {
  clear: both;
  float: left;
  padding-left: 30px;
  color: #000;
  font-size: 15px;
  font-weight: 400
}
.popup-container .hs-error-msgs.inputs-list {
  margin: 10px 0;
}

.popup-container  .hs_error_rollup {
  padding-top: 10px;
}

/* ======== why-apache-flink ===== */

#look-inside .buttons-wrap .btn+ .btn {
  margin-left: 10px;
}
.benefits-gr  .arrow-box::before {
  display: none;
}

#benefits .icon {
  font-size: 42px;
  text-align: center;
  color: #006679;
}
.benefits-gr  .arrow-box p {
  margin: 0;
}
.benefits-gr .primary-btn-alt {
  max-width: 90px;
  margin-top: 30px;
  background-color: #F5F5F5;
}
.benefit-cont {    
  margin-bottom: 12px;
}

.benefits-gr .col-md-4 {
  margin-bottom: 60px;
}
#questions_feedback_form {
  max-width: 800px;
  height: 600px;
  padding: 20px;
}

.benefits-gr.three-col {
  padding-bottom: 0;
}
#look-inside .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ======== Events Talks Layout ===== */
.banner-events {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 28.7vw;
  margin-top: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-events .title {
  background-color: rgba(15, 15, 15, 0.41);
  min-width: 25.3vw;
  min-height: 8.9vw;
  align-items: center;
  justify-content: center;
  display: flex;
}

.banner-events .title h1 {
  display: flex;
  color: #fff;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  font-family: trenda;
  font-weight: 800;
  font-size: 1.75vw;
}

.even-talk-tabber ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.even-talk-tabber ul li {
  display: block;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  max-width: 300px;
}

.even-talk-tabber ul li a {
  width: 100%;
  display: inline-block;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  color: #74777b;
  background: #e2e2e2;
  padding: 10px;
  font-weight: 300;
  text-align: center;
  font-size: 15px;
  line-height: 17px;
}

.even-talk-tabber ul li.active a {
  color: rgb(255, 255, 255) !important;
  background: #006679 !important;
}

.even-talk-tabber ul li:hover a {
  color: rgb(255, 255, 255);
  background: rgb(168, 168, 168);
}

.no-eve p {
  line-height: 25px;
  padding: 12px 15px 0 15px;

  color: #6b6b6b;
  font-size: 15px;
}

.no-eve {
  padding: 12px 15px;
  text-align: center;
  color: #6b6b6b;
}
.events .left {
  float: left;
  min-height: 1px;
  width: 15%;
}
.events .right {
  float: right;
  min-height: 1px;
  width: 85%;
  text-align: left;
  padding: 0 50px;
}
.events {
  clear: both;
  padding: 0 0 40px 0;
  float: left;
  width: 100%;
}
.events img {
  max-width: 100%;
  max-height: 200px;
}

.events h3 {
  line-height: 30px;
  margin: 0;
  display: inline-block;
  color: rgb(58, 58, 58);
}
.events-list h3 a {
  font-weight: bold;
  font-size: 17px;
}

.event-talk-group h2 {
  font-size: 35px;
  line-height: 35px;
  margin: 20px 0;
  color: rgb(58, 58, 58);
  text-align: left;
  font-family: 'trenda';
}

.even-talk-tabber {
  padding-top: 40px;
}

.even-talk-tabber-gr .container {
  width: 85%;
  max-width: 100%;
  padding: 0;
}

.event-talk-group {
  padding: 12px 15px;
  display: none;
}

.events .right p {
  margin: 10px 0;
  font-size: 15px;
  line-height: 25px;
  color: rgb(107, 107, 107);
}

.even-talk-tabber-gr {
  margin-bottom: 50px;
}
.openevent-tab.event-talk-group {
  display: block;
}
.add_trans {
  transition: all 2s;
}

.platform-figure #tabs > .platform-figure-item:after {content: "";clear: both;display: block;}

.platform-figure-item a:last-child {
  display: none;
}

.platform-figure-item:hover > a:last-child {
  display: block;
}

.platform-figure-item:hover > a {
  display: none;
}

.hs-content-id-6578457033 .team-mem-gr div#container {
  padding-bottom: 60px;
}
.our-investor {
  text-align: center;
  padding-top: 55px;
}

.our-investor-con {
  padding-top: 45px;
  padding-bottom: 45px;
  padding-right: 260px;
  margin-bottom: 30px;
  padding-left: 260px;
}

.our-investor-row {
  width: 85%;
  margin: 0 auto;
}

.our-investor h1 {
  margin: 0;
  color: rgb(58, 58, 58);
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0px;
  font-size: 28px;
  margin-bottom: 17px;
  font-family: 'trenda';
}

.our-investor h1:After {
  margin-top: 18px;
  width: 31px;
  border-top: 3px solid #006679;
  margin-left: auto;
  margin-right: auto;
  content: "";
  max-width: 96%;
  display: block;
}

.our-investor-item {
  width: 33.33333333%;
  float: left;
}

.our-investorback {
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.our-investor-row:After {
  content: "";
  clear: both;
  display: block;
}

.hs-content-id-6566426547.fw-layout .main-content {
  padding-bottom: 101px;
}
.hs-content-id-6577245572 .social-share-section,
.hs-content-id-6577284929 .social-share-section,
.hs-content-id-6577284825 .social-share-section,
.hs-content-id-6579151720 .social-share-section,
.hs-content-id-6577245993 .social-share-section{
  margin-top: 0;
}

a.btn.download-button {
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  height: 65px;
  border: 0;
  border-radius: 5px;
  background-color: #006679;
  color: #fff;
  padding: 20px;
}
.hs-content-id-6579338093 .main-content strong {
  font-family: 'trenda';
}

.hs-content-id-6579338093 .main-content  p {
  margin: 0 !important;
}
.down-lay-content .page-center {
  width: 85%;
  max-width: 100% !important;
}
.down-lay-content .hs-input[type="text"], .down-lay-content input[type="email"], .down-lay-content select {
  float: left;
  font: 400 13.3333px Arial;
  padding-left: 10px;
  margin: 10px 0 13px;
  height: 40px;
  vertical-align: bottom;
  width: 75%;
  font-weight: normal;
  padding: 2px;
  border-radius: 5px;
  border: 1px solid #555;
}

.down-lay-content .hs-form-field > label {
  color: #555;
  font: 100%/120% Tahoma,Arial,Helvetica,Verdana,sans-serif;
  font-size: 14px;
  padding: 3px 13px 0 0;
  line-height: 1em;
  width: 25%;
  margin: 20px 0;
  font-weight: bold;
  float: left;
}


/* ========  News And Press Layout ============================= */

.banner-news {
  padding-top: 120px;
  padding-bottom: 50px;
  text-align: center;
  background-size: cover;
}

.newspre-lay .body-container .container {
  width: 85%;
  max-width: 100%;
  margin: 0 auto;
  float: none;
}

.banner-news h1 {
  font-weight: 700;
  line-height: 30px;
  font-size: 28px;
  margin: 0 0 17px 0;
  font-family: 'trenda';
}

.banner-news h1:After {
  margin-top: 17px;
  width: 60px;
  border-top: 3px solid #006679;
  margin-left: auto;
  margin-right: auto;
  max-width: 96%;
  content: "";
  display: block;
}

.banner-news.white-text-banner h1:After{
  border-top: 3px solid white;
}

.banner-news.white-text-banner,
.banner-news.white-text-banner h1{
  color: white;
}

.news-item-con {
  margin-top: 55px;
  padding-top: 30px;
}

.news-item-con .container {
  padding: 0;
}
.news-item-gr .news-item {
  padding: 15px 0px;
  margin: 0 15px;
  height: 160px;
  border-bottom: 1px solid #dbdbdb;
}

.news-item .news-thumb {
  width: 180px;
  float: left;
  display: table;
  height: 100%;
}

.news-item .news-thumb .grid-news-thumb{
  display: table-cell;
  vertical-align: middle;
}

.news-item .news-content {
  line-height: 30px;
  float: left;
  margin-left: 15px;
  width: calc(100% - 200px);
}

.news-item-gr .news-item:After {
  content: "";
  clear: both;
  display: block;
}

.grid-date-post {
  color: rgb(107, 107, 107);
  font-weight: 300;
  font-size: 15px;
}

h3.news-title {
  font-weight: normal;
  letter-spacing: 0;
  margin: 0;
  line-height: 26px;
  font-size: 18px;
  color: #006679;
}

h3.news-title a {
  color: #363636;
}

.news-title{
  min-height: 100px;
}

.grid-news-thumb img {
  object-fit: contain;
  max-width: 88px;
  max-height: 120px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.news-item-con h1 {
  text-align: center;
  font-weight: 700;
  margin: 0;
  line-height: 30px;
  font-size: 28px;
  font-family: 'trenda';
  letter-spacing: 0px;
  color: rgb(58, 58, 58);
  margin-bottom: 17px;
  transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.news-item-con h1:after {
  margin-top: 18px;
  width: 60px;
  border-top: 3px solid #006679;
  margin-left: auto;
  margin-right: auto;
  content: "";
  max-width: 96%;
  display: block;
}

.news-item-gr{
  height: 600px;
  overflow-x: hidden;
}

.news-item-gr.scroll-left .simplebar-track{
  right: auto;
  left: 0;
}

.news-item-gr .news-item.no-newsimg .news-content {
  float: none;
  margin-left: 0;
  width: 100%;
}

.news-item-gr .news-item.no-newsimg .grid-date-post {
  width: 15%;
  float: left;
  padding-right: 10px;
}

.news-item-gr   .news-item.no-newsimg {
  margin-bottom: 10px;
}
.newspre-lay .about-sec-2 .hs-cta-wrapper {
  position: static;
  padding: 0;
  margin: 0;
}
.about-sec-2-inner .green-btn {
  text-transform: uppercase;
}
.newspre-lay .about-sec-2 .green-btn {
  padding: 15px 50px;
  border: 3px solid;
  font-size: 13px;
  line-height: 13px;
  text-transform: none;
  color: rgb(255, 255, 255);
  background: none;
  position: relative;
  overflow: hidden;
  z-index: 9;
  transition: all .4s;
}

.newspre-lay .about-sec-2 {
  text-align: center;
  margin-top: 70px;
}

.newspre-lay .about-sec-2 .green-btn:After {
  content: '';
  position: absolute;
  z-index: -1;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-color: rgb(255, 255, 255);
}
.newspre-lay .about-sec-2 .green-btn span {
  font-size: 14px;
  line-height: 1.2em;
  /* color: #fff; */
  position: relative;
  z-index: 10;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.newspre-lay .about-sec-2 .green-btn:hover span{
  color: rgb(51, 172, 144);
}
.newspre-lay .about-sec-2 .green-btn:hover:After {
  width: 100%;
}
.related-image  img {
  margin-bottom: 10px;
  display: inline-block;
  height: 185px;
  width: 100%;
  object-fit: cover;
}

.news-left-side-container{
  padding-right: 15px;
}

.news-right-side-container{
  padding-left: 15px;
}

/*====================  Flink Forward Layout  =====================*/
.flink-forward .cm-sec-wrapper {
  padding: 50px 0;
  font-family: "Open Sans",sans-serif;
}

.ff_resource_img_wrap {
  display: table-cell;
  vertical-align: top;
  max-width: 208px;
}

.ff_resource_content {
  display: table-cell;
  vertical-align: top;
  width: 697px;
  max-width: 100%;
}

.ff_resource_author_detail {
  display: table-cell;
  vertical-align: top;
  width: 235px;
  padding: 15px 20px;
  position: relative;
  border-left: 1px solid #E3E3E3;
  padding-bottom: 70px;
}

.ff_resource {
  background-color: #f5f5f5;
  overflow: hidden;
  display: table;
  vertical-align: top;
}

.ff_resource .ff_resource_content {
  padding: 15px 20px;
}

.ff_resource .ff_resource_content h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 0;
  font-family: "Open Sans",sans-serif;
  color: #333;
}

.ff_resource .ff_resource_content p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: "Open Sans",sans-serif;
  color: #333;
}

.ff_resource .ff_resource_content .ff_resources_tags span,
.ff_resource .ff_resource_content .ff_resources_tags a{
  color: #404040;
  font-weight: 600;
}

.ff_resource .ff_resource_content .ff_resources_tags {
  margin-top: 10px;
  padding-left: 35px;
  position: relative;
  line-height: 20px;
}

.ff_resource .ff_resource_content .ff_resources_tags:before {
  content: '';
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  left: 0;
  background-image: url('//cdn2.hubspot.net/hubfs/4757017/DataArtisans_November2018/Images/tag-icon.png');
  top: 1px;
}

.ff_resource_author_detail span {
  display: block;
  line-height: 20px;
}

.ff_resource_author_detail span.author_role{
  font-weight: 600;
  color:#333;
}

.ff_resource_author_detail a.green-btn {
  color: #fff;
  background-color: #006679;
  font-weight: 400;
  padding: 9px 20px;
  display: inline-block;
  border-radius: 18px;
  position: absolute;
  bottom: 15px;
  max-width: 100%;
  white-space: nowrap;
  left: 20px;
  border: 2px solid #fff;
  text-decoration: none;
  line-height: 20px;
}

.ff_resource_author_detail a.green-btn:hover {
  color: #006679;
  border: 2px solid #006679;
  background-color: #FFF;
}

.ff_resource+.ff_resource{
  margin-top: 30px;
  width: 100%;
}

/* =====================   Search Page  ============= */
.search-page-content .hs-search-field {
  background: none !important;
  padding: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.search-page .search-page-content .hs-search-field .hs-search-field__input{
  font-weight: 300;
  color: #000;
  font-size: 40px;
  width: calc(100% - 40px);
  border: none;
  outline: none;
  box-shadow: none !important;
  font-family: 'trenda';
  font-size: 40px;
  height: 50px;
  padding: 0;

  max-width: 100%;
  display: inline-block;
}
.search-page  .search-page-content .hs-search-field  input[type="submit"] {
  background-image: url('//cdn2.hubspot.net/hubfs/4757017/DataArtisans_November2018/Images/magnifier%20%281%29.png');
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  background-color: transparent;
  width: 30px;
  height: 31px;
  cursor:pointer;
  padding: 1px 6px;
}

.search-page-content  form {
  padding-top: 15px;
}

.search-page.max-hub-pages .body-container {
  padding: 0;
  padding-top: 55px;
  margin: 80px auto;
  width: 60%;
}

.search-page.max-hub-pages .body-container .page-center {
  padding: 0;
  max-width: 100%;
}
.error-lay .body-container .page-center {
  max-width: 100%;
}
.error-lay-content {
  text-align: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.error-lay-content img {
  width: 138px;
  height: 142px;
  margin: 0 auto 52px auto;
}

.error-lay-content strong {
  font-size: 36px;
  font-weight: 700;
}

.error-lay-content p {
  margin: 0;
  text-transform: uppercase;
  font-size: 21px;
  color: rgb(107, 107, 107);
  font-weight: 300;
  line-height: 25px;
}

.custom_error_message {
  margin-bottom: 40px;
}
.error-lay-content .hs-search-field {
  width: 100%;
  margin: 0 auto;
}

.error-lay-content > div:last-child {
  width: 100%;
}
.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 20px;
  margin-top: 10px;
  line-height: 30px;
}
.social-share-section .social-sharing li+ li {
  margin-left: 5px;
}

.platform-overview .platform-figure .da-platform-icon img:nth-of-type(2) {
  display: none;
}

.platform-overview #look-inside .platform-figure .da-platform-icon p {
  color: #006679;
  font-size: 11px;
  text-align: center;
  margin: 3px;
  clear: both;
}

.platform-overview .platform-figure .da-platform-icon:hover img:nth-of-type(2) {
  display: block;
}

.platform-overview .platform-figure .da-platform-icon:hover img {
  display:  none;
}

.platform-overview .platform-figure .da-platform-icon:hover {
  background-color: #006679;
}

.platform-overview .platform-figure .da-platform-icon:hover p {
  color: #fff !important;
}

.two-col-lay-content .sidebar .hs-input:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}


/* ==========    Career Layout   ============================= */


.banner-area-career {
  height: 40.25vw;
  margin-top: -1px;
  position: relative;
}
.banner-caption-inner {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1.7vw 1vw 2vw;
}
.banner-caption-career {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -2px auto 0;
  max-width: 48.5%;
  transform: translatey(-30%);
  text-align: center;
}
.banner-caption-inner h1 {
  color: #fff;
  font-family: 'trenda';
  font-size: 2.2vw;
  margin: 2px 0 0;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}
.banner-caption-inner p {
  color: #fff;
  font-family: 'trenda';
  font-size: 1.1vw;
  font-weight: 700;
  margin: 20px 0 1px;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
}

a.tp-caption-btn {
  background: #006679;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  padding: 15px 50px;
  border: 2px solid #fff;
  border-radius: 25px;
  margin-top: 8.5%;
  font-family: 'trenda';
}

a.tp-caption-btn:hover {
  color: #006679;
  border-color: #006679;
  background-color: #fff;
}
.icon-GrowingStats:before {
  content: "\ea4c";
}	
.icon-AlarmClock:before {
  content: "\ea3b";
}
.icon-computer-screen-1:before {
  content: "\ea93";
}
.icon-Suitcase2:before {
  content: "\eb0f";
}
.icon-slideshare:before {
  content: "\ec52";
}
.icon-building-barn:before {
  content: "\ea6e";
}
.career-lyt .sec-1 {
  padding-top: 35px;
}

.career-lyt h2 {
  font-family: 'trenda';
  margin: 0 0 17px;
  padding-top: 20px;
  font-size: 28px;
  color: rgb(64, 64, 64);
  line-height: 30px;
  position: relative;
  text-align: center;
}

.career-lyt h2:after {
  margin-bottom: 18px;
  width: 31px;
  background:  #006679;
  margin-left: auto;
  margin-right: auto;
  content: "";
  height: 3px;
  display: block;
  margin-top: 17px;
}
.career-lyt .body-container .hs_cos_wrapper_type_rich_text p {
  color: rgb(107, 107, 107);
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 34px;
}
.icon-wd-content-grp .row-fluid{
  width: 85%;
  margin: 0 auto;
}
.iconbox {
  width: 33.33333333%;
  float: left;
  text-align: center;
  margin-bottom: 5px;
}
.iconbox:nth-child(4) {
  clear: left;
}
.iconbox .icon {
  color: #006679;
  font-size: 42px;
  margin-bottom: 54px;
  display: block;
}
.iconbox h5 {
  font-size: 20px;
  line-height: 20px;
  margin: 25px 0 10px;
  color: rgb(58, 58, 58);
  font-weight: 600;
  font-family: 'trenda';
}
.icon-wd-content-grp {
  padding-bottom: 55px;
}
.iconbox p {
  color: rgba(58,58,58,0.7);
  padding-bottom: 35px;
  font-weight: normal;
  width: 75%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 25px;
  font-family: 'trenda',sans-serif;
  position: relative;
  left: -2px;
}
.testimonial-slider {
  background-color: rgb(245, 245, 245);
  padding-top: 45px;
  padding-bottom: 50px;
}	
.testimonial-slider .slider-img{
  float: right;
  width: 50% !important;
  padding-right: 6px;
}
.testimonial-slider .caption.below {
  float: left;
  width: 50%;
}
.testimonial-slider .slick-slide-inner-wrapper {
  width: 73.5%;
}
.testimonial-slider .slider-img img {
  padding: 0 30px;
  width: auto;
  float: right;
}
.testimonial-slider .row-fluid {
  width: 85%;
  margin: 0 auto;
}
.testimonial-slider h2 {
  padding-bottom: 30px;
}
.caption.below .left {
  color: rgb(107, 107, 107);
  font-size: 15px;
  line-height: 25px;
  font-family: 'trenda';
}
.testimonial-slider .slick-dots li {
  margin: 0 3px 0;
  width: 10px;
  height: 10px;
  position: relative;
  top: -4px;
}
.slick-dots li button:before {
  content: none;
}
.testimonial-slider .slick-dots li button {
  display: inline-block !important;
  border-style: none !important;
  background-color: rgba(0,0,0,0.2);
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
.testimonial-slider:hover .slick-prev, .testimonial-slider:hover .slick-next {
  display: inline-block !important;
}
.testimonial-slider .slick-dots li.slick-active button {
  background: rgba(0,0,0,0.5);
}
.testimonial-slider .slick-prev:before,.testimonial-slider .slick-next:before {
  content: none !important;
}

.testimonial-slider .slick-prev {
  background: rgba(0,0,0,0.3) url(//cdn2.hubspot.net/hubfs/4757017/DataArtisans_November2018/Images/icon_prev.png) no-repeat center center;
  left: 10px;
}

.testimonial-slider  .slick-prev,.testimonial-slider  .slick-next {
  position: absolute;
  top: 50%;
  display: none !important;
  margin-top: -32px !important;
  line-height: 30px !important;
  height: 40px !important;
  width: 30px !important;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}

.testimonial-slider .slick-next {
  background: rgba(0,0,0,0.3) url(//cdn2.hubspot.net/hubfs/4757017/DataArtisans_November2018/Images/icon_next.png) no-repeat center center;
  right: 10px;
}
.cm-hiring-process {
  background: #006679;
  color: #fff;
  padding: 35px 0 50px;
}
.cm-hiring-process h2 {
  color: #fff;
  padding-top: 30px;
}
.cm-hiring-process h2:after {
  background: #fff;
}
.cm-hiring-process h6 {
  text-align: center;
  margin: 0 0 34px;
  color: rgb(255, 255, 255);
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
  padding-bottom: 30px;
}
.cm-hiring-process ul {
  margin: 0 auto;
  padding: 0;
  width: 85%;
  overflow: hidden;
}
.cm-hiring-process ul li.process-item {
  width: 16.66666667%;
  float: left;
  text-align: center;
  list-style: none;
  position: relative;
}

li.process-item img {
  height: 60px;
  margin: 0 auto;
}
li.process-item p {
  color: #fff;
  padding: 15px;
  margin: 0;
  font-size: 15px;
  line-height: 25px;
}
.cm-hiring-process ul li.process-item:not(:last-child):after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  top: 75px;
  margin-top: -30px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
}
.career-lyt .about-sec-2 .page-center {
  width: 100% !important;
}
.about-sec-2-inner p {
  color: rgb(255,255,255);
  max-width: 70%;
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}	
.career-lyt .about-sec-2 h5 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'trenda';
}
.career-lyt .about-sec-2-inner .green-btn {
  margin-top: 10px;
}
.career-lyt .sec-3 {
  background: rgba(255,255,255,1);
  padding: 60px 0 50px;
}
.cm-open-position-grp h2 {
  padding-top: 0;
}
.careers-two-columns {
  column-count: 2;
  padding-top: 12px;
}
.career-opening {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  text-align: center;
  margin-bottom: 32px;
  padding-right: 15px;
}
.career-opening h3 {
  font-size: 14px;
  line-height: 14px;
  margin: 20px 0 19px;
  font-weight: 600;
}
.career-opening p {
  color: rgb(107, 107, 107);
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
  margin: 0;
}
.career-lyt .sec-3 .page-center {
  max-width: 100% !important;
  width: 85%;
}
.icon-wd-content-grp svg.svg-circle{
  width: 100px;
  height: 100px;
  padding: 1px;
  display: block;
  opacity: .3;
  z-index: 0;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translateY(-50%) translateX(50%) !important;
  -moz-transform: translateY(-50%) translateX(50%) !important;
  -ms-transform: translateY(-50%) translateX(50%) !important;
  -o-transform: translateY(-50%) translateX(50%) !important;
  transform: translateY(-50%) translateX(50%) !important;
}

.icon-wd-content-grp svg.svg-circle circle {
  stroke-dashoffset: 360px;
  stroke-dasharray: 360px,360px;
}

.icon-wd-content-grp .hover-holder:hover svg.svg-circle{
  opacity:1;
}

.icon-wd-content-grp .hover-holder:hover svg.svg-circle circle {
  animation: stroke .4s ease-out forwards;
  stroke-dashoffset: 1px;
}

@keyframes stroke {
  from{
    stroke-dashoffset: 360;
  }

  to {
    stroke-dashoffset: 1;
  }
}

.icon-wd-content-grp .hover-holder:hover .icon {
  transform: matrix(0.9,0,0,0.9,23,-21) !important;
}
.icon-wd-content-grp .icon-holder {
  position: relative;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
}
.icon-wd-content-grp .icon-holder .icon {
  position: absolute;
  top: 50%;
  color: #006679;
  right: 50%;
  -webkit-transform: translateY(-50%) translateX(50%);
  -moz-transform: translateY(-50%) translateX(50%);
  -ms-transform: translateY(-50%) translateX(50%);
  -o-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
  font-size: 42px;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: 0.5s ease;
}
.image-collarge-slider {
  background: rgb(245, 245, 245);
  padding: 30px 0 47px;
}
.image-collarge-slider h2 {
  padding-right: 80px;
  margin-bottom: 38px;
}
.image-collarge-slider .row-fluid {
  width: 85%;
  margin: 0 auto;
}	

.image-collarge-slider .left-col {
  float: left;
  width: 66.66666667%;
  padding-right: 80px;
}

.image-collarge-slider .right-col {
  float: left;
  width: 33.33333333%;
}

.image-collarge-slider .slick-slide-inner-wrapper > img {
  display: none !important;
}

.image-collarge-slider .hs_cos_gallery_main {
  padding: 0;
  margin: 0;
}

.image-collarge-slider .left-col img{
  width: 100% !important;
  max-height: 380px;
  object-fit: cover;
}
.image-collarge-slider .right-col img {
  max-height: 180px;
  object-fit: cover;
  margin-bottom: 20px;
  width: 100% !important;
}
.image-collarge-slider .slick-prev, .image-collarge-slider .slick-next{
  display:none !important;
}
.speakers-bio h5 {
  font-size: 14px;
  font-weight: normal;
}
.fw-layout.hs-content-id-6585309811 .main-content h5 {
  color: rgb(0,0,0);
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 21px;
  letter-spacing: 0px;
  margin: 10px 0;
  font-family: 'trenda' !important;
}

.fw-layout.hs-content-id-6585309811 .main-content  p {
  margin: 0;
  color: rgba(20,20,20,1);
}

.fw-layout.hs-content-id-6585309811 .main-content h5 strong {
  font-weight: 600;
  font-style: normal;
}

.fw-layout.hs-content-id-6585309811 .main-content * {
  line-height: 21px;
  font-family: 'trenda';
}

.fw-layout.hs-content-id-6585309811 .main-content li {
  line-height: 28px !important;
  text-align: left !important;
  font-family: 'trenda';
  color: rgb(107, 107, 107);
  font-size: 15px;
  font-weight: 300;
}

.fw-layout.hs-content-id-6585309811 .main-content ul {
  padding-left: 0;
  margin-left: 20px;
}
.how-it-work-tab ul.how-it-work-tab-thumbs li.active.three-tab,
.how-it-work-tab ul.how-it-work-tab-thumbs li.active.four-tab{
  color: #337a86;
  opacity: 1;
  transform: scale(1.1);
  transition: all .3s;
}

.page-template-template-training section.three-col-ea-back.three-col div.flex-container div:last-child {
  margin-right: 0;
}
.page-template-template-training .standard-training a.btn-secondary:first-of-type {
  color: #FFFFFF;
  background-color: #006679;
  border: solid 2px #006679;
}

.page-template-template-training .standard-training a.btn-secondary:first-of-type:hover {
  color: #006679;
  background-color: #FFFFFF;
  border: solid 2px #006679;
}
div.flex-container div:last-child {
  margin-right: 0;
}

.page-template-template-training .advanced-training a.btn-secondary:first-of-type {
  color: #FFFFFF;
  background-color: #cab77c;
  border: solid 2px #cab77c;
}

.page-template-template-training .advanced-training a.btn-secondary:first-of-type:hover {
  background-color: #FFFFFF;
  border: solid 2px #cab77c;
  color: #cab77c;
}

.training-lay div#banner_section a {
  font-size: 18px;
  padding: 10px 0;
  border-radius: 25px;
  margin-top: 40px;
  margin-right: 20px;
  min-width: 210px;
  display: inline-block;
  color: #FFFFFF;
  border: solid 2px #FFFFFF;
  font-weight: 400;
  line-height: 1.42857143;
  background-color: #006679;
  text-align: center;
}

.training-lay div#banner_section a:hover {
  border: solid 2px #006679;
  color: #006679;
  background-color: #FFFFFF;
}
.platform-overview .platform-figure .da-platform-icon.img {
  position: absolute;
  width: 85px;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  border: none;
  border-radius: 0;
}

.platform-overview .platform-figure .da-platform-icon.img img {
  width: 100%;
  display:block;
  margin: 0;
}


.two-col-form .header-container {
  min-height: 75px;
}
.two-col-form .down-lay-content .page-center {
  padding: 0;
}
.two-col-form .col-1 h1 {
  line-height: 40px;
  color: rgb(64, 64, 64);
  font-size: 28px;
  margin: 0 0 10px;
  font-weight: 700;
  font-family: 'trenda';
}

.two-col-form .col-1 h1:after,
.two-col-form .right-col h3:after{
  margin-bottom: 30px;
  width: 110px;
  border-top: 5px solid #006679;
  margin-left: 0;
  margin-right: auto;
  content: "";
  display: block;
  margin-top: 10px;
}

.two-col-form .col-1 {
  padding-top: 20px;
}
.two-col-form .left-col p strong {
  font-family: 'trenda';
  font-weight: 700;
  line-height: 21px;
}

.two-col-form .left-col p {
  color: rgba(20,20,20,1);
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  margin: 0;
}
.two-col-form .right-col h3 {
  color: rgb(64, 64, 64);
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 10px;
  font-weight: 700;
  font-family: 'trenda';
}

.two-col-form .right-col form {
  padding: 6px 3px 0 0;
}
.two-col-form .right-col .hs-form-required {
  display: none;
}	
.two-col-form .right-col  li.hs-form-booleancheckbox {
  clear: both;
  padding-left: 87px;
  padding-top: 10px;
}
.two-col-form .right-col li.hs-form-booleancheckbox input {
  width: 20px;
  height: 20px;
  vertical-align: 0;
  float: left;
  margin-right: 17px;
  position: relative;
  top: 7px;
}
.two-col-form .right-col li.hs-form-booleancheckbox span {
  float: right;
  width: calc(100% - 45px);
  font-size: 12px;
  line-height: 16px;
  color: #555;
  font-family: Tahoma,Arial,Helvetica,Verdana,sans-serif;
}
.two-col-form .right-col .actions {
  clear: both;
  text-align: right;
}
.two-col-form .right-col input.hs-button.primary.large{
  width: 73%;
  cursor: pointer;
  float: right;
  border-radius: 5px;
  background: #006679;
  margin-top: 20px;
  height: 40px;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #fff;
  line-height: 17px;
  max-height: 40px;
}
.two-col-form .right-col input.hs-button.primary.large:hover {
  border: 2px solid #006679;
}	
.two-col-form .sec-1 {
  padding-bottom: 158px;
}
.platf-lay.hs-content-id-6551171476 div#tab-details-inside h2 {
  margin: 10px 0 80px 0;
  color: #404040;
  font-size: 36px;
  position: relative;
  font-weight: 600;
  font-family: 'trenda';
}
.platf-lay.platform-overview #banner_section {
  background-position: center;
  background-repeat: no-repeat;
}

.platf-lay.hs-content-id-6551171476 .support p.button {
  margin: 25px 47px;
}
.two-col-form .left-col h3 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: 'trenda';
  color: rgb(64, 64, 64);
  margin-top: 40px;
}

.two-col-form .left-col ul {
  padding-left: 50px;
  margin: 15px 0;
}

.two-col-form .left-col ul li {
  font-size: 15px;
  color: #333;
  line-height: 28px;
}
.page-template-template-training h2:after {
  display: none;
}

.page-template-template-training  #setup-meeting form {
  margin-top: 60px;
}
.page-template-template-training.training-lay h2:after {
  display: block;
}
.hs-content-id-6566426731 div#hs_cos_wrapper_widget_1542692066518 .training-offer {
  padding-bottom: 0;
}

.hs-content-id-6566426731  div#hs_cos_wrapper_widget_1542692544846 section.two-colum-equ-img{
  padding-top: 0;
}

#looking-for-more .container{
  max-width:970px;
}

.two-col-form .left-col ul {
  padding-left: 50px;
  margin: 15px 0;
  clear: both;
}

.hs-content-id-6566426731 div#hs_cos_wrapper_widget_1542693725582 #setup-meeting h2:After {
  display: none;
}



.hs-content-id-6588048069 .page-center.content-wrapper > div {
  width: 50%;
  margin: 0 auto;
}

.hs-content-id-6588048069 .page-center.content-wrapper {
  max-width: 100% !important;
  width: 85%;
  padding: 0;
}

.hs-content-id-6588048069  .body-container-wrapper {
  padding: 45px 0;
}

.hs-content-id-6588048069 .header-container-wrapper {
  min-height: 100px;
}

.hs-content-id-6588048069 .page-center.content-wrapper .main-content h1 {
  font-weight: 700;
  font-family: 'trenda' !important;
  font-size: 40px;
  line-height: 40px;
  margin: 25px 0;
}

.hs-content-id-6588048069 .page-center.content-wrapper .main-content h1:after {
  width: 110px;
  border-top: 5px solid #006679;
  content: "";
  display: block;
  margin: 25px 0 30px;
}

.hs-content-id-6588048069 .page-center.content-wrapper .main-content p {
  font-weight: 400;
  color: rgba(20,20,20,1);
  font-size: 15px;
  line-height: 25px;
  white-space: pre-line;
  font-family: 'trenda' !important;
}

.hs-content-id-6588048069 .page-center.content-wrapper .main-content * {
  line-height: 21px;
  font-family: 'trenda';
}

.support_inquiry p a:hover {
  text-decoration: underline;
}

.stream-pro-lyt .header-container {
  min-height: 141px;
}
.stream-pro-lyt .col-1 {
  width: 50% !important;
  margin: 0 auto !important;
  float: none !important;
  padding-top: 14px;
  color: rgba(20,20,20,1);
  font-size: 15px;
  line-height: 25px;
}

.stream-pro-lyt .sec-1 .page-center {
  max-width: 85% !important;
  padding: 0 !important;
}

.stream-pro-lyt  .col-1 h1 {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  font-family: 'trenda';
  margin: 15px 0;
}

.stream-pro-lyt  .col-1 h1:after {
  margin-bottom: 30px;
  width: 110px;
  border-top: 5px solid #006679;
  margin-left: 0;
  margin-right: auto;
  display: block;
  content: "";
  margin-top: 25px;
}

.stream-pro-lyt  .col-1 p em {
  line-height: 21px;
  font-family: 'trenda';
  font-weight: 400;
}
.stream-pro-lyt  .col-1 p {
  margin: 0;
  line-height: 21px;
  font-family: 'trenda';
  color: rgba(20,20,20,1);
}
.stream-pro-lyt  .sec-1 {
  padding-bottom: 75px;
}
.hs-content-id-6565724688 .banner_section h1 {
  font-weight: 600;
}
.hs-content-id-6565724688.fw-layout .header-container-wrapper {
  min-height: auto;
}

.hs-content-id-6585309811 .border-title h1 {
  color: rgb(64, 64, 64);
  margin: 0 0 10px 0!important;
  font-family: 'trenda' !important;
  font-size: 28px !important;
  line-height: 40px !important;
}

.hs-content-id-6543273088 .body-container {
  line-height: 1.42857143;
}
#stream_processing_items_section .image_wrap .res-btn:hover {
  color: #fff;
  background-color: #006679;
}
.mfp-wrap {
  z-index: 100000;
}

.mfp-bg {
  z-index: 99999;
}

.hs-content-id-6543273088 .mfp-close:hover,.hs-content-id-6543273088  .mfp-close:focus {
  color: #fff !important;
}

.mfp-iframe-scaler iframe {
  margin-top: 8px;
}
.platform-overview.platf-lay #banner_section h2 {
  padding-bottom: 50px;
}
.hs-content-id-6575449849 .support p.button {
  margin: 25px 47px;
  font-size: 18px !important;
}
.contact-lay .body-container textarea.hs-input {
  min-height: 174px;
}
.hs-content-id-6543273088 button.mfp-close {
  font-size: 28px;
}
.white-popup-block .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 49%;
  padding: 0;
  margin-right: 7px;
}

.white-popup-block .hs-form fieldset.form-columns-2 .hs-form-field:last-child {
  float: right;
  margin-right: 0;
}

.white-popup-block .hs-form fieldset.form-columns-2 .hs-form-field:last-child .hs-input {
  margin-right: 0 !important;
}

.white-popup-block .hs-form fieldset.form-columns-2  .hs-input {
  width: 94% !important;
}

.popup-container .form-title {
  display: none;
}

#setup-meeting p {
  margin: 0;
  color: #404040;
  font-size: 19px;
  line-height: 22px;
}

.download-layt section#setup-meeting {
  padding: 50px 0 70px 0;
}

#setup-meeting h2 {
  text-align: center;
  margin: 10px 0 80px 0;
  color: #404040;
  font-size: 36px;
  position: relative;
  font-weight: 600;
  font-family: 'trenda';
}

.download-layt #setup-meeting h2:after {
  content: '';
  width: 125px;
  border-bottom: #006679 8px solid;
  margin: 24px 0;
  display: block;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}
.str-lay .body-container p {
  margin-bottom: 10px;
}

.str-lay section#how-it-works {
  padding-bottom: 0;
}
.how-it-work-section p {
  margin-bottom: 10px !important;
}
.platf-lay.hs-content-id-6551171476 div#tab-details-inside h2:after {
  content: '';
  width: 125px;
  border-bottom: #006679 8px solid;
  margin: 24px 0;
  display: block;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  content: '';
  width: 190px;
  border-bottom: #006679 8px solid;
  margin: 24px 0;
  display: block !important;
  left: 0;
  transform: none;
}


.data-artisans-grp{
  padding: 50px 0 70px 0;
}

.data-artisans-grp h2 {
  text-align: center;
  margin: 10px 0 80px 0;
  color: #404040;
  font-size: 36px;
  position: relative;
  font-weight: 600;
  font-family: 'trenda';
}

.data-artisans-grp h2::after {
  content: '';
  width: 125px;
  border-bottom: #006679 8px solid;
  margin: 24px 0;
  display: block;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}

td,th {
  padding: 0;
}

.data-artisans-grp {
  background-color: #FFFFFF;
}

.data-artisans-grp tr.divider td {
  height: 15px;
  background-color: #EAE8E8;
}

.data-artisans-grp th {
  background-color: #EAE8E8;
  width: 25%;
  font-size: 15px;
  font-weight: normal;
  padding: 15px;
  text-align: center;
  vertical-align: top;
}

.data-artisans-grp th:nth-child(2) {
  vertical-align: middle;
}

.data-artisans-grp th h3 {
  display: inline;
  font-weight: bold;
  font-size: 20px;
}

.data-artisans-grp th:first-child img, 
.data-artisans-grp th:nth-child(2) img {
  width: 55px;
  float: left;
  margin: 12px;
}

.data-artisans-grp th:first-child div, 
.data-artisans-grp th:nth-child(2) div {
  width: 240px;
  margin: 16px 0;
  text-align: left;
}

.data-artisans-grp th:last-child div {
  margin: 15px 10px 0 0;
  margin: 15px 10px 0 0;
}

.data-artisans-grp th div.img {
  width: 100px;
  height: 75px;
  float: none;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center;
}

.data-artisans-grp td img{
  max-width: 50px;
  margin-top: 5px;
}

.data-artisans-grp th div.img:nth-child(2) {
  display: none;
}

.data-artisans-grp th.green {
  background-color: #006679;
  color: #FFF;
}

.data-artisans-grp th.green p {
  color: #FFFFFF;
}

.data-artisans-grp th.green div.img {
  border: solid #006679 2px;
}

.data-artisans-grp th.green div.img:nth-child(2) {
  display: block;
}

.data-artisans-grp th.green div.img:first-child {
  display: none;
}


.data-artisans-grp th .icons-wrap {
  margin-top: 8px !important;
  margin-right: 0 !important;
}

.data-artisans-grp th .icons-wrap i {
  height: 30px;
  width: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}

.data-artisans-grp th .icons-wrap i+i {
  margin-left: 5px;
}

.data-artisans-grp td {
  padding: 8px 20px;
  background-color: #F5F5F5;
  border: solid 4px #FFF;
  font-size: 15px;
  height: 62px;
  font-weight: 600;
  line-height: 1.42857143;
}

.data-artisans-grp tr td:first-child {
  text-align: center;
}

.data-artisans-grp tr td.text-left {
  text-align: left;
}

.data-artisans-grp tr td:first-child img {
  margin-top: 10px;
  display: inline-block;
}

.data-artisans-grp td.green {
  background-color: #C4E5DE;
}

.data-artisans-grp td.available::after {
  content: "\f00c";
  font-family: FontAwesome;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: block;
  border: solid #929D9A 2px;
  background-color: #FFF;
  margin: 0 auto;
  padding: 9px 0;
  color: #929D9A;
  text-align: center;
  line-height: 22px;
}

.data-artisans-grp td.green.available::after {
  border: solid #006679 2px;
  color: #006679;
  background-color: #FFF;
  text-align: center;
}

.data-artisans-grp tr.last-row td {
  padding: 20px;
  text-align: center;
}

.data-artisans-grp tr.last-row td a {
  font-size: 18px;
  font-weight: bold;
  padding: 16px 0;
  border-radius: 40px;
  background-color: #FFFFFF;
  display: block;
  margin: 0 auto;
  width: 230px;
}

.data-artisans-grp tr.last-row td p {
  margin-top: 15px;
}

.data-artisans-grp tr.last-row :nth-child(3), 
.data-artisans-grp tr.last-row :nth-child(4) {
  background-color: #EAE8E8;
}

.data-artisans-grp tr.last-row :nth-child(3) a, 
.data-artisans-grp tr.last-row :nth-child(4) a {
  color: #929D9A;
  border: solid 2px #929D9A;
}

.data-artisans-grp tr.last-row .green {
  background-color: #006679;
  color: #FFFFFF;
}

.data-artisans-grp tr.last-row .green a {
  color: #006679;
  border: none;
}

.data-artisans-grp tr.last-row .green p {
  color: #FFFFFF;
  background: none;
}
.about-sec-left h1:after {
  margin-left: 0 !important;
}
.icon-facebook2:before {
  content: "\e6a0";
}
.events .right em {
  font-style: normal;
}
.about-lay .team-mem-gr div#container {
  justify-content: flex-start;
}

.hs-content-id-6585309811 .main-content p {
  font-family: 'trenda' !important;
  font-size: 15px !important;
  line-height: 25px !important;
  color: rgba(20,20,20,1) !important;
  font-weight: 400;
  letter-spacing: 0;
  opacity: 1;
}

.hs-content-id-6585309811 .main-content p strong {
  color: rgba(20,20,20,1);
  font-size: 15px !important;
  font-weight: 700;
  line-height: 21px;
  font-family: 'trenda';
  opacity: 1;
}

.hs-content-id-6585309811 p em {
  color: rgba(20,20,20,1);
  font-weight: 500;
}

.hs-content-id-6585309811 p em {
  color: rgba(20,20,20,1);
  font-weight: 500;
}

.hs-content-id-6585309811 h3 {
  font-size: 30px;
  font-style: normal;
  line-height: 21px !important;
  font-family: 'trenda' !important;
  font-weight: bold !important;
}

.hs-content-id-6585309811 h3 strong {
  font-weight: bold !important;
  line-height: 21px !important;
}
.contact-lay div#hs_cos_wrapper_widget_1542775244688 p a {
  text-decoration: underline;
}

.contact-lay .body-container .hs-error-msgs label {
  color: red !important;
}

.contact-lay .body-container .hs-input.invalid.error {
  border-bottom-color: #ff0000;
}

.right-col .hs-error-msgs label {
  font: 100%/120% Tahoma,Arial,Helvetica,Verdana,sans-serif;
  font-size: 13px;
  line-height: 1.4em;
  color: #8b0000;
}

.right-col .hs_error_rollup {
  clear: both;
  margin-top: 90px;
}

.right-col .hs_error_rollup ul.hs-error-msgs.inputs-list {
  line-height: 1.4em;
  margin: 3px 5px;
  padding: 3px 2px;
  background: #8b0000;
  color: #fff;
  padding-left: .5em;
  margin-bottom: 1em;
}

.right-col .hs_error_rollup ul.hs-error-msgs.inputs-list label {
  color: #fff !important;
}
.search-page .search-page-content .hs-search-field input[type="submit"]:hover {
  opacity: .3;
}

.two-col-form .left-col {
  font-size: 15px !important;
  line-height: 25px !important;
  font-family: 'trenda' !important;
}

.two-col-form .left-col ul li {
  color: #333;
}
ul.hs-error-msgs.inputs-list {
  text-align: left;
}
.two-col-lay-content .sidebar .hs-form-field a:hover {
  color: #23527c;
  text-decoration: underline;
}

.two-col-lay-content .sidebar  .hs-error-msgs label {    color: #a94442;}
.caption.below p {
  margin: 0;
  font-weight: 400;
}
.testimonial-slider .slick-prev:hover, .testimonial-slider .slick-next:hover {
  background-color: rgba(0,0,0,0.8) !important;
}
.testimonial-slider .slick-dots li button:hover {
  background-color: rgba(0,0,0,0.5);
}
span.orange-overlay {
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: rgba(241, 135, 115, 0.6);
}

.hs-content-id-6543273088 .body-container {
  font-family: "Open Sans",sans-serif;
}
.banner_section h3 {
  font-family: sans-serif;
}

.hs-content-id-6588048069 .page-center.content-wrapper .main-content em {
  font-style: italic;
  font-weight: 500;
}

.max-breadcrumb .hs-breadcrumb-menu-wrapper span.hs-breadcrumb-menu-divider:before{
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  border-top: 2px solid #929D9A;
  border-right: 2px solid #929D9A;
  margin: 0 10px;
  transform: rotate(45deg);
  padding-left: 0;
}

.max-breadcrumb {
  margin-top: 81px;
  padding: 0 15px;
}



.max-breadcrumb  .hs-breadcrumb-menu-item {
  padding: 0;
  line-height: 1.42857143;
  float: none;
  display: inline;
}



.str-lay.platform-overview #look-inside {
  padding-top: 10px;
}
.platform-figure-item.active-plat a:last-child {
  display: block;
}

.platform-figure-item.active-plat a:first-child {
  display: none;
}
.popup-container:After {
  content: "";
  clear: both;
  display: block;
}
.hs-content-id-6566426547 .border-title h1 {
  color: rgba(20,20,20,1);
}
.hs-content-id-6586895758 .col-1 img {
  display: block;
  margin: 0 auto;
}

.stream-pro-lyt .col-1 p.wp-caption-text {
  text-align: center;
}
.speakers-company span {
  display: block;
  font-style: normal;
}

.blog-listing-wrapper .post-listing .post-item .post-body p,.blog-listing-wrapper .post-listing .post-item .post-body span {
  font-weight: 300 !important;
}

.training-lay #setup-meeting select option:first-child {
  display: none;
}

.platform-overview.hs-content-id-6565219933 .three-col .arrow-box::before{
  border-bottom: 20px solid #FFFFFF;
  left: 50%;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  top: -20px;
  transform: translate(-50%, 0);
}

.hs-content-id-6578457033 .parallax-window.parallax-banner {
  min-height: 496px;            
}

.about-lay .parallax-window.parallax-banner {
  min-height: 416px;
}

.event-lay .about-sec-2 .hs-cta-wrapper {
  position: static;
  margin-top: 0;
  display: block;
  padding: 0;
  text-align: center;
}

.event-lay .about-sec-2 .hs-cta-wrapper a#cta_button_4757017_390d21f6-0748-4914-b926-064c352a0973 {
  color: rgb(255, 255, 255);
  border: 3px solid rgb(255, 255, 255);
  background: transparent;
  z-index: 9;
  transition: all .4s;
  text-transform: none;
  font-family: 'trenda';
  font-size: 14px;
  line-height: 1.2em;
  padding: 15px 50px;
  position: relative;
  overflow: hidden;
}

.event-lay .about-sec-2 .hs-cta-wrapper a#cta_button_4757017_390d21f6-0748-4914-b926-064c352a0973:hover {
  color: rgb(51, 172, 144);
}

.event-lay .about-sec-2 .hs-cta-wrapper a#cta_button_4757017_390d21f6-0748-4914-b926-064c352a0973:hover:after {
  background-color: rgb(255, 255, 255);
  width: 100%;
}

.event-lay .about-sec-2 .hs-cta-wrapper a#cta_button_4757017_390d21f6-0748-4914-b926-064c352a0973:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.blog-listing-wrapper .post-listing .post-item .post-body p, .blog-listing-wrapper .post-listing .post-item .post-body p i, .blog-listing-wrapper .post-listing .post-item .post-body p span, .blog-listing-wrapper .post-listing .post-item .post-body p a {
  font-size: 18px;
  line-height: 30px;
  color: rgb(107, 107, 107);
  font-family: 'trenda';
  text-align: left !important;
  font-weight: 300;
  font-style: normal;
}



.stream-pro-lyt .header-container {
  min-height: 141px;
}
.stream-pro-lyt .col-1 {
  width: 50% !important;
  margin: 0 auto !important;
  float: none !important;
  padding-top: 14px;
  color: rgba(20,20,20,1);
  font-size: 15px;
  line-height: 25px;
}

.stream-pro-lyt .sec-1 .page-center {
  max-width: 85% !important;
  padding: 0 !important;
}

.stream-pro-lyt  .col-1 h1 {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  font-family: 'trenda';
  margin: 15px 0;
}

.stream-pro-lyt  .col-1 h1:after {
  margin-bottom: 30px;
  width: 110px;
  border-top: 5px solid #006679;
  margin-left: 0;
  margin-right: auto;
  display: block;
  content: "";
  margin-top: 25px;
}

.stream-pro-lyt  .col-1 p em {
  line-height: 21px;
  font-family: 'trenda';
  font-weight: 400;
}
.stream-pro-lyt  .col-1 p {
  margin: 0;
}
.stream-pro-lyt  .sec-1 {
  padding-bottom: 75px;
}
.str-lay section#how-it-works {
  padding-left: 15px !important;
  padding-right: 15px !important;
}


.hs-breadcrumb-menu:AFter {
  content: "";
  clear: both;
  display: block;
}
.hs-content-id-6575449849 div#hs_cos_wrapper_widget_1542779752201 #look-inside {
  padding-top: 10px;
}
.schedule div.flex-container.box .schedule-item > div a:hover {
  text-decoration: underline;
}

.platform-figure #tabs > .platform-figure-item > a .tab-content p.more {
  color: #006679;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
}

.data-artisans-grp th div {
  margin-top: 15px;
  float: none;
}

#next-step .support p.button {
  font-size: 15px;
}

.hs-content-id-6576158935 .platform-row2.download-row2 .page-center:before {
  content: "";
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 160px;
  border-top: 7px solid #006679;
  margin-left: auto;
  margin-right: auto;
}


.platform-figure #tabs > .platform-figure-item > a:hover .tab-content p.more {
  color: #ffffff;
}
.hs-content-id-6551171476 #next-step .support p.button {
  font-size: 20px;
}
.hs-content-id-6565608328 .platform-figure-item.active-plat .tab-content {
  padding-top: 7px;
}

.hs-content-id-6565608328 .platform-figure-item.active-plat .tab-content h3 {
  padding-bottom: 10px;
}
.hs-content-id-6565608328 .platform-figure-item.active-plat .tab-content {
  padding-top: 7px;
}

.hs-content-id-6565608328 .platform-figure-item.active-plat .tab-content h3 {
  padding-bottom: 10px;
}
.hs-content-id-6565219933 div#resources {
  padding-bottom: 0 !important;
}

.platform-banner-left {
  padding-top: 40px;
}
.hs-content-id-6576158572 .platform-row2-left p {
    text-align: left;
}

/* ==========================================================================
9. o2 styles                              
========================================================================== */

.cta-button{
  padding: 10px 30px;
  border-radius: 40px;
  border: solid 2px #006679;
  font-size: 15px;
  font-weight: bold;
  margin: 0 15px;
  display: inline-block;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}

.cta-button.spaced-cta-button{
  margin: 0 45px;
}

.cta-button:first-of-type{
  margin-left: 0;
}
.cta-button:last-of-type{
  margin-right: 0;
}

.cta-button:hover{
  color: white;
  background-color: #006679;
  transition: 0.3 all ease;
}

@media screen and (max-width: 660px){
  .cta-button{
    margin: 0 15px 15px !important;
  }
}

.accent-back .cta-button{
  border: solid 2px white;
  color: white;
}

.accent-back .cta-button:hover{
  color: #006679;
  background-color: white;
}

.accent-back h2{
  color: white !important;
}

.platform-overview section.accent-back h2::after{
  border-bottom: white 8px solid;
}

.paddingB60{
  padding-bottom: 60px;
}

.body-container-padding--60 .body-container-wrapper{
  padding-bottom: 60px;
}

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

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

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

.gallery-slide-left {
  width: 60%;
  float: left;
  padding-top: 150px;
  padding-left: 105px;
}

.gallery-slide-right {
  width: 40%;
  float: left;
  text-align: center;
  padding-top: 150px;
}

.gallery-slide-title{
  position: relative;
}

.gallery-slide-title:after{
  content: "";
  height: 5px;
  width: 400px;
  display: block;
  margin-top: 20px;
}

.gallery-cta-container{
  margin-top: 45px;
}

.home-gallery .hs_cos_gallery_main .caption.superimpose, 
.home-gallery .hs_cos_gallery_thumbnails .caption.superimpose, 
.home-gallery .hs_cos_gallery_lightbox .caption.superimpose{
  position: relative;
  background: none;
  padding: 0;
}

.home-gallery .hs_cos_gallery_main .slick-slide, 
.home-gallery .hs_cos_gallery_thumbnails .slick-slide, 
.home-gallery .hs_cos_gallery_lightbox .slick-slide{
  text-align: start;
}

.home-gallery{
  background-color: #006679;
}

body .home-gallery .slick-slide-inner-wrapper,
.home-gallery .gallery-slide-container{
  min-height: 600px;
}

body .hs_cos_gallery_slide.slick-slide:after{
  bottom: -2px;
}

.home-row2 {
    margin-top: -40px !important;
}

.opacity2{
  background-color: rgba(0, 0, 0, 0.2);
}

.spacer{
  min-height: 1px;
}

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

.spacer--45{
  margin-top: 45px;
}

.spacer--60{
  margin-top: 60px;
}

.grey-back{
  background-color: #f5f5f5;
}

.accent-back{
  background-color: #006679;
}

.white-back{
  background-color: white;
}

.border-title-wrapper .separator{
  display: inline-block;
}

.border-title h2,
.border-title h3,
.border-title h4{
  font-family: 'trenda';
  font-weight: 400;
  font-style: normal;
  margin: 0 0 10px 0;
  color: rgb(64, 64, 64);
  font-size: 28px;
  line-height: 40px;
}

.page-section{
  padding: 50px 0;
}

.page-section.page-section-bottom-padding{
  padding-bottom: 100px;
}

.marginT0{
  margin-top: 0;
}

.marginL15{
  margin-left: 15px;
}

.block-link{
  position: relative;
  transition: 0.3s all ease;
}

.block-link > a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.block-link h3,
.block-link p{
  transition: 0.3s all ease;
}

.block-link:hover h3,
.block-link:hover p{
  color: #006679;
}

.banner-header.banner-news{
  padding-bottom: 65px;
}

.banner-header.banner-news h1{
  margin: 0;
}

.banner-header.banner-news p{
  margin-bottom: 0;
  font-size: 18px;
  font-family: 'trenda';
  margin-top: 15px;
}

.ververica-form .hs-form .field{
  margin-bottom: 30px;
}
.ververica-form .hs-form .hs-form-field > label{
  font-weight: normal;
  font-size: 18px;
  color: #404040;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
  display: block;
}
.ververica-form .hs-input{
  border: #BFBFBF solid 1px;
  border-radius: 6px;
  font-family: "trenda";
  padding: 10px;
  color: #404040;
  box-shadow: none;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
}

.ververica-form textarea.hs-input{
  height: 100px;
}

.ververica-form input[type="checkbox"] {
  height: 18px;
  width: 18px !important;
  padding: 0;
  float: left;
  display: inline-block;
  margin: 0;
}

.ververica-form .inputs-list label{
  font-weight: 400;
  text-align: left;
  display: block;
}

.ververica-form input[type="checkbox"] + span {
  text-align: left;
  font-weight: normal;
  overflow: hidden;
  padding-left: 15px;
  display: block;
}

.ververica-form .hs-submit .hs-button{
  background-color: #006679;
  border: none;
  border-radius: 5px;
  color: white;
  margin: 30px 0;
  padding: 15px 0px;
  font-size: 18px;
  box-shadow: none;
  font-weight: 400;
  display: block;
  width: 100%;
}

.ververica-form .inputs-list label:After {
  content: "";
  clear: both;
  display: block;
}

@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px){
  body .ververica-form form.hs-form .form-columns-2 .hs-form-field .hs-input{
    width: 100%;
  }
}

.featured-cta-container{
  padding: 30px;
  background-size: cover;
}

.white-text{
  color: white
}

.featured-cta-container.white-text p,
.featured-cta-container.white-text h2,
.featured-cta-container.white-text h3{
  color: white;
}
.featured-cta-button{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.signup-form .hs-input{
  padding: 10px;
  border-radius: 5px;
  border: 0;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  vertical-align: bottom;
  margin-bottom: 10px;
}

.signup-form.signup-form-thank-you{
  position: relative;
}

.signup-form.signup-form-thank-you .hs-input{ 
  background-color: #f5f5f5;
}

.signup-form.signup-form-thank-you:before{
  content: "";
  width: 80px;
  height: 80px;
  background-image: url(//www.ververica.com/hubfs/img/footer/newsletter_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: -100px;
  top: 40px;
}

.signup-form .hs-form-field{
  display: inline-block;
  width: calc(100% - 90px);
}

.signup-form.signup-form-thank-you .hs-form-field{
  width: calc(100% - 120px);
}

.signup-form.signup-form-thank-you h3{
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 1023px){
  .signup-form.signup-form-thank-you:before{
    left: 0;
  }
  .signup-form.signup-form-thank-you .hs-form-field,
  .signup-form.signup-form-thank-you h3,
  .signup-form.signup-form-thank-you p{
    padding-left: 100px;
    text-align: left;
  }
}



.signup-form .hs-richtext p,
.signup-form .hs_cos_wrapper_type_rich_text p{
  font-size: 12px;
  margin-top: 5px;
  color: #6b6b6b;
}

.signup-form .legal-consent-container{
  display: none;
}

.signup-form .hs-button{
  padding: 10px;
  background: #006679;
  color: #fff;
  text-transform: uppercase;
  line-height: 17px !important;
  max-height: 40px;
  height: 40px;
  vertical-align: bottom;
  display: inline-block;
  border-radius: 5px;
  width: 75px;
  margin-left: 10px;
  border: 0;
}

.signup-form.signup-form-thank-you .hs-button{
  padding: 10px 20px;
  width: 95px
}

.signup-form .hs-button:hover{
  background: white;
  color: #006679;
}

.signup-form .hs-submit{
  display: inline-block;
  vertical-align: top;
}

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

.signup-form-container h3{
  margin-top: 0;
  font-size: 28px;
  display: inline-block;
  position: relative;
  margin-top: 20px;
  padding-left: 95px;
}

.signup-form-container h3:before{
  content: "";
  width: 80px;
  height: 80px;
  background-image: url(//www.ververica.com/hubfs/img/footer/newsletter_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: -20px;
}

.signup-form-container i.signup-icon{
  font-size: 32px;
}

.vertically-align{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.career-description{
  padding-bottom: 45px;
}

.header-banner{
  padding: 120px 0 100px 0;
  color: white;
}

.header-banner h1{
  color: white;
  font-size: 46px;
  font-weight: 600;
}

.bottom-bordered-title{
  margin-bottom: 80px;
}

.bottom-bordered-title:after{
  content: '';
  width: 125px;
  border-bottom: #31747f 8px solid;
  margin: 24px 0;
  display: block;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}

.single-arrow-box-container img{
  height: 85px;
  width: auto;
  margin: 0 auto 40px;
}

.single-arrow-box{
  position: relative;
  border-radius: 10px;
  padding: 15px;
  text-align: left;
  font-size: 14px;
  color: #404040;
  line-height: 22px;
}

.single-arrow-box:before{
  border-bottom: 20px solid;
  left: 50%;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  top: -20px;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 767.9px){
  .single-arrow-box{
    margin-bottom: 30px;
  }
}

.white-back.single-arrow-box:before{
  border-bottom-color: white;
}

.grey-back.single-arrow-box:before{
  border-bottom-color: #f5f5f5;
}

.accent-back.single-arrow-box:before{
  border-bottom-color: #006679;
}

@media screen and (max-width: 989px){
  .signup-form-container h3{
    display: block; 
  }
}

@media screen and (max-width: 767px){
  .signup-form-container h3{
    margin-bottom: 30px;
  }
}

.flex-row{
  display: flex;
  flex-wrap: wrap;
}

/* flex rows */

@media screen and (max-width : 767.9px){
  .flex-xs-column-1 .flex-block{
    width: 100%;
    margin-left: 0px;
  }

  .flex-xs-column-2 .flex-block{
    width: calc(50% - 15px);
    margin-left: 30px;
  }

  .flex-xs-column-3 .flex-block{
    width: calc(33.3333% - 30px);
    margin-left: 30px;
  }

  .flex-xs-column-4 .flex-block{
    width: calc(25% - 30px);
    margin-left: 30px;
  }

  .flex-xs-column-5 .flex-block{
    width: calc(20% - 30px);
    margin-left: 30px;
  }

  .flex-xs-column-6 .flex-block{
    width: calc(16.666% - 30px);
    margin-left: 30px;
  }
  
  .flex-xs-column-2 .flex-block:nth-child(2n + 1),
  .flex-xs-column-3 .flex-block:nth-child(3n + 1),
  .flex-xs-column-4 .flex-block:nth-child(4n + 1),
  .flex-xs-column-5 .flex-block:nth-child(5n + 1),
  .flex-xs-column-6 .flex-block:nth-child(6n + 1){
    margin-left: 0;
  }
}

@media screen and (min-width : 768px) and (max-width: 989.9px) {
  .flex-sm-column-2 .flex-block{
    width: calc(50% - 30px);
    margin-left: 45px;
  }
  
  .flex-sm-column-3 .flex-block{
    width: calc(33.3333% - 30px);
    margin-left: 45px;
  }

  .flex-sm-column-4 .flex-block{
    width: calc(25% - 30px);
    margin-left: 40px;
  }

  .flex-sm-column-5 .flex-block{
    width: calc(20% - 30px);
    margin-left: 37px;
  }

  .flex-sm-column-6 .flex-block{
    width: calc(16.666% - 30px);
    margin-left: 36px;
  }
  
  .flex-sm-column-2 .flex-block:nth-child(2n + 1),
  .flex-sm-column-3 .flex-block:nth-child(3n + 1),
  .flex-sm-column-4 .flex-block:nth-child(4n + 1),
  .flex-sm-column-5 .flex-block:nth-child(5n + 1),
  .flex-sm-column-6 .flex-block:nth-child(6n + 1){
    margin-left: 0;
  }
}

@media screen and (min-width : 990px) and (max-width: 1023.9px) {
  .flex-md-column-2 .flex-block{
    width: calc(50% - 30px);
    margin-left: 45px;
  }
  .flex-md-column-3 .flex-block{
    width: calc(33.3333% - 30px);
    margin-left: 45px;
  }

  .flex-md-column-4 .flex-block{
    width: calc(25% - 30px);
    margin-left: 40px;
  }

  .flex-md-column-5 .flex-block{
    width: calc(20% - 30px);
    margin-left: 37px;
  }

  .flex-md-column-6 .flex-block{
    width: calc(16.666% - 30px);
    margin-left: 36px;
  }
  
  .flex-md-column-2 .flex-block:nth-child(2n + 1),
  .flex-md-column-3 .flex-block:nth-child(3n + 1),
  .flex-md-column-4 .flex-block:nth-child(4n + 1),
  .flex-md-column-5 .flex-block:nth-child(5n + 1),
  .flex-md-column-6 .flex-block:nth-child(6n + 1){
    margin-left: 0;
  }
}

@media screen and (min-width :1024px) {
  .flex-lg-column-2 .flex-block{
    width: calc(50% - 30px);
    margin-left: 45px;
  }
  .flex-lg-column-3 .flex-block{
    width: calc(33.3333% - 30px);
    margin-left: 45px;
  }

  .flex-lg-column-4 .flex-block{
    width: calc(25% - 30px);
    margin-left: 40px;
  }

  .flex-lg-column-5 .flex-block{
    width: calc(20% - 30px);
    margin-left: 37px;
  }

  .flex-lg-column-6 .flex-block{
    width: calc(16.666% - 30px);
    margin-left: 36px;
  }
  
  .flex-lg-column-2 .flex-block:nth-child(2n + 1),
  .flex-lg-column-3 .flex-block:nth-child(3n + 1),
  .flex-lg-column-4 .flex-block:nth-child(4n + 1),
  .flex-lg-column-5 .flex-block:nth-child(5n + 1),
  .flex-lg-column-6 .flex-block:nth-child(6n + 1){
    margin-left: 0;
  }
}

/* Forms */

.form-container .hs-input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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;
}

.form-container .hs-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.form-container .hs-form-field > label {
  width: 16.66666667%;
  padding: 7px 15px 0 15px;
  display: inline-block;
  float: left;
  text-align: left;
}

.form-container .hs-form-field:after {
  content: "";
  clear: both;
  display: block;
}
.form-container .hs-form-field > label {
  font-weight: normal;
  font-size: 18px;
  color: #404040;
  width: 100%;
  text-align: left;
  display: inline-block;
  max-width: 100%;
  float: none;
  margin-bottom: 5px;
  padding: 0;
}
.form-container .input{
  padding: 0;
  width: 100%;
  float: none;
}
.form-container .hs-form-field {
  margin-bottom: 15px;
}
.form-container input[type="checkbox"] {
  height: 18px;
  width: 18px;
  padding: 0;
  float: left;
  display: inline-block;
}

.form-container .inputs-list label{
  font-weight: 400;
  text-align: left;
  display: block;
}

.form-container input[type="checkbox"] + span {
  text-align: left;
  font-weight: normal;
  overflow: hidden;
  padding-left: 15px;
  display: block;
}

.form-container .inputs-list label:After {
  content: "";
  clear: both;
  display: block;
}

.form-container .hs_please_send_me_updates.hs-please_send_me_updates.hs-fieldtype-booleancheckbox.field.hs-form-field .input {
  width: 100%;
  float: none;
}

.form-container .hs-button {
  display: block;
  width: 100%;
  background-color: #006679;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  padding: 14px 0;
  font-family: "trenda;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.42857143;
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
  outline: 0;
}

.form-container .form-bottom-content p {
  text-align: left;
  font-weight: normal;
  color: #404040;
  font-size: 14px;
  line-height: 22px;
}
.form-container .hs-error-msgs label {
  font-size: 14px;
  margin-left: 16.66666667%;
  display: block;
  clear: both;
  padding-left: 16px;
  padding-top: 12px;
}

@media screen and (max-width: 479px){
  .form-container form:not(.hs-video-form) .form-columns-2 .hs-form-field .hs-input, 
  .form-container form:not(.hs-video-form) .form-columns-3 .hs-form-field .hs-input{
    width: 100% !important;
  }
}

/* ==========================================================================
10. MEDIA QUERIES                              
========================================================================== */
@media (max-width: 1366px){
  .max-logo img {
    padding: 0 2px;
    padding-left: 15px;
  }
  .sliphover-overlay div:nth-child(1)>div:nth-child(1) {
    padding: 11px 50px 0 30px;
  }

  .teamMembe h4.subtitle {
    position: relative;
    top: -7px;
  }

  .sliphover-overlay div:nth-child(1)>div:nth-child(2) {
    padding: 0 0 4px 30px;
  }

  .down-lay-content .hs-form-field > label {
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
  }
  .down-lay-content .hs-input[type="text"], .down-lay-content input[type="email"], .down-lay-content select {
    width: 100%;
  }

  .two-col-form .right-col li.hs-form-booleancheckbox {
    padding-left: 0;
  }
  .two-col-form .right-col input.hs-button.primary.large {
    width: 100%;
  }
  .two-col-form .right-col li.hs-form-booleancheckbox span {
    width: calc(100% - 35px);
  }
  .two-col-form .right-col li.hs-form-booleancheckbox input{
    margin-right: 10px;
  }


}
@media (max-width: 1280px){
  .max-footer .page-center,.even-talk-tabber-gr .container,
  .newspre-lay .body-container .container{

    height: auto;
    width: 96%;
  }
  .about-sec-left h1:after {
    margin-left: auto !important;
  }
  .stream-pro-lyt .sec-1 .page-center {
    max-width: 96% !important;
  }
  .max-logo img {
    max-width: 200px;
  }
  .two-col-form .down-lay-content .page-center {
    width: 96%;
  }
  .search-page.max-hub-pages .body-container {
    padding-top: 0;
  }
  .search-page.max-hub-pages .body-container {
    width: 90%;
  }
  .our-investor-row {
    width: 96%;      
  }
  .max-footer .page-center {
    padding: 20px 0 0 0 !important;
  }
  .team--mem-item {
    width: 25%;
  }
  .max-address div div {
    min-width: inherit;
  }
  .max-footer-bottom .page-center,
  .about-sec-2 .page-center{
    width: 96% !important;
  }
  .banner-events {
    margin-top: 50px;
  }
  .about-lay .body-container .page-center {
    width: 96%;
  }

  .about-sec-left {
    padding-right: 0;
    text-align: center;
  }

  .about-sec-right .slick-slider {
    padding-right: 0;
  }
  .icon-wd-content-grp .row-fluid {
    width: 96%;
  }

  .testimonial-slider .slick-slide-inner-wrapper {
    width: 85%;
  }

  .cm-hiring-process ul {
    width: 96%;
  }

  .image-collarge-slider .row-fluid {
    width: 96%;
  }	
  .image-collarge-slider h2 {
    padding-right: 0;
  }
  #footer-wrapper{
    padding-top: 15px;
  }
}


@media (min-width: 993px) and (max-width: 1199px){

  .ff_resource .ff_resource_content {
    width: 500px;
  }

}

@media (max-width: 1200px) {
  .container-fluid .row-fluid .page-center,.container {
    max-width: 970px;
  }
  .how-it-work-tab ul.how-it-work-tab-thumbs li.three-tab{
    margin: 0 50px;
  }
  .how-it-work-tab ul.how-it-work-tab-thumbs li.four-tab{
    margin: 0 20px;
  }
  .career-lyt .about-sec-2 h5 {
    line-height: 1.2em;
  }
  .funny-gallery-img {
    background-size: cover;
  }


  .about-sec-2 h5 {
    font-size: 40px;
    line-height: 1.2em;
    max-width: 100%;
  }
  #look-inside .col-lg-5{
    width: 50%;
  }
  #look-inside .col-lg-6{
    width: 45.666667%;
  }
  .platform-figure #tabs > .platform-figure-item > a .tab-content{
    width: 150px;
  }
  .about-sec-2 .hs-cta-wrapper {
    position: static;
    margin-top: 15px;
    display: block;
    padding: 0;
  }

  .training-lay #setup-meeting .container {
    max-width: 970px;
  }
}

@media (max-width: 1000px) {
  .max-post-filter,.post-listing ,.blog-pagination,.post-listing-simple{
    width: 96% !important;
  }
  .related-posts {
    width: 96%;
  }
}
@media (max-width: 990px) {
    /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }
    /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 9px;
    right: 15px;
    width: auto;
    height: auto;
    z-index: 1000;
    color: #006679;
  }


  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 35px !important;
    height: 44px !important;
    padding: 0 !important;
    text-align: right;
    z-index: 1000;
  }
  .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: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  
  .mobile-trigger:before {
    content: "\ebe5";
    line-height: 32px;
    font-size: 32px;
    font-family: 'pixflow-font-library';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
    .row-fluid [class*="span"] {
    min-height: 0;
  }

  .child-trigger:before {
    color: #a5a5a5;
    font-family: 'pixflow-font-library';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e614";
    font-size: 16px;
    position: relative;
    top: 11px;
    right: 10px;
  }
  
  .child-trigger.child-open:before {
    content: "\e613";
  }
  .search-wrap #search_toggle {
    display: none;
  }
  .max-logo img {
    height: auto;
    display: block !important;
    max-width: 161.22px;
    position: static;
    transform: none;
    margin: 13px 10px 10px 0;
  }
  .max-logo {
    overflow: visible;
  }
  .max-header {
    padding: 0;
  }
  .search-wrap {
    margin: 0;
    width: 100%;
  }
  .search-form input[type="text"] {
    background-color: transparent;
    border: none;
    height: 50px;
    line-height: 50px;
    padding: 0 40px 0 10px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    font-family: ''trenda'', sans-serif;
    color: #fff;
    font-size: 14px;
  }
  .search-form input[type="submit"] {
    position: absolute;
    background: transparent url(//cdn2.hubspot.net/hubfs/4757017/DataArtisans_November2018/Images/mobile-search-dark.png) no-repeat center;
    width: 19px;
    height: 19px;
    border: none;
    top: 15px;
    right: 20px;
  }
  .search-form fieldset {
    position: relative;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .search-form {
    background-color: #424242;
    margin-bottom: 30px;
    height: 50px;
  }
  .max-search {
    display: none !important;
  }
  
  .search-wrap #search_form {
    position: static;
    display: block;
  }

  .search-wrap #search_form input[type=text] {
    color: #fff;
    padding: 0 40px 0 10px;
  }

  /* Hide menu on mobile */
  .widget-type-custom_widget.custom-menu-primary,
  .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;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }

  .custom-menu-primary {
    background-color: #252525;
    position: fixed;
    top: 50px;
    z-index: 99;
    left: 0;
    right: 0;
    width: 100% !important;
    margin-left: 0 !important;
    padding: 0 60px;
    overflow: auto;
    max-height: 70vh;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.separator {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 15px 0;
    font-size: 14px;
    line-height: 1em;
    font-weight: 600;
    display: inline-block;
    position: relative;
    z-index: 1;
    font-family: ''trenda'', sans-serif;
    text-transform: none;
    color: #a5a5a5;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    border-bottom: 1px solid #424242;
    font-size: 14px;
    font-weight: 400;
  }

  .custom-menu-primary .hs-menu-wrapper > ul  li {
    line-height: 28px;
    text-align: left;
  }


  .custom-menu-primary .search-form {
    display: block;
  }

  
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding: 10px 0;
    font-size: 13px;
    line-height: 1em;
    display: inline-block;
    position: relative;
    z-index: 1;
    font-family: 'trenda', sans-serif;
    font-weight: 600;
    color: #d6d6d6 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.active-li > a {
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul  ul {
    padding-left: 15px;
    margin-top: -3px;
    padding-bottom: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
    margin-bottom: 15px;
  }
  .custom-menu-primary .hs-search-field__suggestions {
    background: #fff;
    z-index: 100;
    padding: 20px;
    display: none !important;
    position: absolute;
    margin-top: 60px !important;
  }
  .custom-menu-primary  li#results-for {
    color: #000;
  }

  .custom-menu-primary .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
    display: block !important;
  }
  
  
  .page-template-template-training #hero h1 {
    text-align: center;
  }
  .training-lay div#banner_section a {
    margin: 40px auto 0 auto;
    display: block;
    max-width: 60%;
  }


  .training-lay #setup-meeting h2 {font-size: 26px;margin: 0 0 40px 0;}
  .page-template-template-training #hero h1::after {
    margin: 15px auto 30px auto;
  }
  .page-template-template-training #hero p {
    max-width: 450px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .training-pace div .btn-primary {
    display: block;
    max-width: 300px;
    margin: 30px auto;
  }
  .page-template-template-training #hero a.btn-primary {
    margin: 40px auto 0 auto;
    display: block;
    max-width: 60%;
  }
  .page-template-template-training h2 {
    font-size: 26px;
  }
  .page-template-template-training section h3 {
    font-size: 22px;
  }
  section div.flex-container {
    flex-wrap: wrap;
  }

  div.flex-container div {
    margin-right: 0;
    flex-basis: 100%;
    margin-bottom: 50px;
  }

  div.flex-container div:last-child {
    margin-bottom: 0;
  }
  section.training-offer .training-types .content {
    width: 100%;
    padding: 30px;
    height: unset;
  }
  section.training-offer .title {
    position: unset;
    float: unset;
    margin: 0 auto;
    transform: none;
    padding: 78px;
    width: 250px;
    height: 250px;
  }
  section.training-offer .title img {
    margin: 0;
  }
  section.training-offer .title h3 {
    margin: 15x -50px;
  }
  section.training-offer .training-types .content p {
    margin-top: 30px;
    text-align: center;
  }

  section.training-offer .btn {
    display: block;
    max-width: 300px;
    margin: 30px auto;
  }

  .training-pace div p {
    margin: 0 40px;
  }
  .schedule div.flex-container.box > div, .page-template-template-training .schedule div.flex-container.box > div:last-child {
    margin: 15px;
  }

  .schedule div.flex-container.box .schedule-item {
    flex-wrap: wrap;
  }
  .schedule div.flex-container.box .schedule-item > div {
    flex-basis: 100%;
    border-right: 0;
    border-bottom: solid #EAE8E8 1px;
  }
  .schedule div.flex-container.box .schedule-item .fee, .page-template-template-training .schedule div.flex-container.box .schedule-item .register {
    padding: 22px 0;
  }
  .form form {
    width: 100%;
  }

  .page-template-template-training .form .flex-container > div {
    flex-basis: 100%;
    margin-right: 0!important;
  }

  .page-template-template-training .form form .subscribe p {
    width: 90%;
  }

}
@media (max-width: 1040px) {
  .banner-events {
    height: 52.7vw;
  }
  .funny-gallery-img,.banner-area-career{
    height: 75vw;
    background-position: 0 50%;
  }
  .banner-events .title h1 {
    font-size: 3.25vw;
  }
  .funny-gallery-img,.banner-area-career{
    height: 75vw;
  }
  .banner-caption-career{
    max-width: 91%;
  }
  .banner-caption-inner h1 {
    font-size: 4vw;
  }
  .banner-caption-inner p {
    font-size: 2vw;
  }
  .banner-caption-inner {
    padding: 3vw 1vw;
  }
  .image-collarge-slider .left-col{
    padding-right: 30px;
  }
  .banner-events .title {
    min-width: 45.4vw;
    min-height: 17.9vw;
  }
  
  .gallery-slide-left {
    width: 100%;
    float: none;
    padding-top: 150px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }

  .gallery-slide-right {
    display: none;
  }
}

@media (max-width: 1070px){

  .two-col-form .header-container {
    min-height: 120px;
  }

}
@media (max-width: 1024px){
  
  .gallery-slide-title:after{
    width: 200px;
    margin: 20px auto 0;
  }
  
  body .home-gallery .slick-slide-inner-wrapper{
    background-position: left;
  }
  
  body .home-gallery .slick-arrow{
    top: 40%;
  }
  
  body .home-gallery .slick-slide-inner-wrapper,
  .home-gallery .gallery-slide-container{
    min-height: 650px !important;
  }
    
}
/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 991px) {
  .container-fluid .row-fluid .page-center,.container {
    max-width: 750px;
  }
  .data-artisans-grp table {
    overflow-x: scroll;
    width: 100% !important;
    display: block;
  }
  .speakers-col {
    margin-bottom: 20px;
  }
  .data-artisans-grp td {
    font-size: 14px;
  }
  .green-btn {
    padding: 18px 40px;
  }
  .hs-blog-post .body-container .page-center {
    max-width: 100% !important;
    padding: 40px 20px 60px 20px;
  }
  .col-sm-6 {
    width: 50%;
  }
  .our-investor-con {
    padding-left: 100px;
    padding-right: 100px;
  }
  .related-posts-inner {
    text-align: center;
  }
  .newspre-lay .about-sec-2 .green-btn {
    padding: 12px 32px;
  }
  .training-lay #setup-meeting .container {
    max-width: 750px;
  }
  .footer-box {
    width: 100% !important;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
  }
  .footer-box > div {
    margin-bottom: 0px;
  }
  .page-template-template-training #banner_section h2,
  .page-template-standard #banner_section h2{
    max-width: 450px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .page-template-template-training #banner_section h1,
  .page-template-standard #banner_section h1{
    text-align: center;
  }

  .page-template-template-training #banner_section h1:after,
  .page-template-standard #banner_section h1:after{
    margin: 15px auto 30px auto;
  }
  .team--mem-item {
    width: 33.33%;
  }
  .speakers-col .speakers-bio {
    top: 105px;
    left: 15px;
    width: 100%;
  }
  .speakers-wrapper .speakers-row .speakers-col .speakers-bio:before {
    left: 45px;
    top: -37px;
    border: 17px solid transparent;
    border-bottom-width: 20px;
    border-bottom-color: #ffffff;
  }
  .social-share-section {
    margin-top: 0;
  }

  .two-col-lay-content .main-content {
    width: 100%;
  }

  .two-col-lay-content .sidebar {
    width: 100%;
    margin-left: 0;
  }
  .social-share-section {
    text-align: center;
  }
  #stream_processing .stream_bg_image img {
    margin: 20px 0;
  }

  .page-template-template-training section.training-offer .training-types .content {
    width: 100%;
    padding: 30px;
    height: unset;
  }
  .page-template-template-training section.training-offer .title {
    position: unset;
    float: unset;
    margin: 0 auto;
    transform: none;
    padding: 78px;
    width: 250px;
    height: 250px;
  }
  .page-template-template-training section.training-offer .training-types .content p {
    margin-top: 30px;
    text-align: center;
  }

  .page-template-template-training section.training-offer .title img {
    margin: 0;
  }


  .training-lay #setup-meeting fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .featured-res-art .col-md-4 ,.featured-res-art .col-md-8{
    width: 100%;
    float: none;
  }

  #stream_processing .stream_bg_image h3 {
    max-width: 277px;
  }
  .platform-overview .three-col .col-center {
    margin-bottom: 30px;
  }
  .three-col .arrow-box{
    margin-bottom: 30px;
  }
  .how-it-work-tab ul.how-it-work-tab-thumbs li.three-tab {
    margin: 0 15px;
  }
  .how-it-work-tab ul.how-it-work-tab-thumbs li.four-tab {
    margin: 0 10px;
    height: 120px;
    width: 120px;
  }
  .how-it-work-tab ul.how-it-work-tab-thumbs li.four-tab .back_li{
    padding-left: 0;
    font-size: 12px;
    background-size: 40px;
    margin: 0 !important;
    height: 120px;
    width: 120px;
    background-position: top 20px center;
    padding-top: 70px;
  }
  .how-it-work-tab ul.how-it-work-tab-thumbs.how-it-work-tab-four-thumbs{
    margin-bottom: -60px;
  }
  #look-inside .col-lg-6 {
    width: 100%;
  }

  #look-inside .col-lg-5 {
    width: 66.66666667%;
  }
  .platform-overview .platform-figure{
    margin-left: 0;
  }
  .platform-figure #tabs > .platform-figure-item > a .tab-content{
    width: 285px;
  }
  .col-md-4 ,.col-md-6{
    width: 100%;
    float: none;
  }
  .platf-lay.hs-content-id-6551171476 #looking-for-more img,
  .download-layt #looking-for-more img{
    float: left;
    width: 48%;
  }

  .platf-lay.hs-content-id-6551171476 #looking-for-more .content,
  .download-layt #looking-for-more .content{
    max-width: 510px;
    width: 50%;
  }

}


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

  .ff_resource_img_wrap {
    width: 300px;
  }

  .ff_resource .ff_resource_content {
    width: 350px;
    padding: 15px;
  }

  .ff_resource_author_detail {
    padding: 15px;
  }

  .ff_resource_author_detail a.green-btn {
    left: 15px;
  }


}
@media (max-width: 900px) {
  #next-step .support p.button {
    margin: 0 !important;
    padding: 10px 5px;
    font-size: 12px;
  }
}


@media (max-width: 800px) {
  .post-item-right {
    display: block;
    padding-left: 0;
    width: 100%;
  }
  .about-sec-2 h5 {
    font-size: 30px !important;
    max-width: 100%;
  }
  .hs-content-id-6576158572 .platform-row2-left p{
  	text-align:center
  }
  .max-footer-bottom .page-center {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .blog-listing-wrapper .post-listing .post-item img.hs-featured-image {
    width: 100%;
    margin-bottom: 10px;
  }
  .about-sec-2-inner {
    text-align: center;
  }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .footer-box {
    width: 100% !important;
  }
  .footer-contact-cta{
    padding-left: 15px;
  }
  .platform-figure #tabs > .platform-figure-item > a .tab-content {
    float: left;
    margin-left: 80px;
  }
  .stream-pro-lyt .col-1 {
    width: 100% !important;
  }

  .speakers-col {
    width: 100%;
    margin-bottom: 20px;
  }
  .white-popup-block {
    height: 100% !important;
  }

  .white-popup-block .popup-container {
    min-height: 95vh;
  }

  .popup-container h2 {
    line-height: 30px;
  }
  .popup-container h2 {
    line-height: 30px;
  }
  .back_li {
    padding-left: 0;
    font-size: 12px;
    background-size: 40px;
    margin: 0 !important;
    height: 120px;
    width: 120px;
    background-position: top 20px center;
    padding-top: 70px;
  }
  .platf-lay.hs-content-id-6551171476 #looking-for-more img {
    width: 100%;
    float: none;
  }
  #looking-for-more .content::before {
    display: none;
  }
  .platform-overview #next-step p {
    font-size: 12px;
  }
  .how-it-work-tab ul.how-it-work-tab-thumbs li.four-tab{
    margin: 0 5px;
    width: 110px;
    height: 110px;
  }
  .how-it-work-tab ul.how-it-work-tab-thumbs li.four-tab .back_li{
    width: 110px;
    height: 110px;
  }
  .popup-container .hs-button {width: 100%;float: none;margin-top: 35px !important;}
  .stream-pro-lyt .col-1 {
    width: 100% !important;
  }
  #look-inside .btn {
    padding: 17px 25px;
  }
  .how-it-work-tab ul.how-it-work-tab-thumbs li.three-tab {
    padding-left: 0;
    font-size: 12px;
    background-size: 40px;
    margin: 0 10px;
    height: 120px;
    width: 120px;
    background-position: top 20px center;
    padding-top: 0;
  }
  .popup-container .hs-input,.white-popup-block .hs-form fieldset.form-columns-2 .hs-input {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }

  .white-popup-block .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    float: none !important;
  }

  .popup-container form.hs-form fieldset .hs-form-field {
    padding: 0;
  }

  .white-popup-block .popup-container {
    padding: 30px 40px;
  }
  .about-sec-right {
    width: 100% !important;
  }
  .two-col-form .left-col {
    text-align: center;
  }
  .two-col-form .left-col ul {
    text-align: left;
  }
  .two-col-form .right-col {
    padding-top: 70px;
  }
  .col-sm-6 {
    width: 100%;
    float: none;
  }
  .related-post-item {
    width: 100%;
    display: block;
  }
  .funny-gallery-img,.banner-area-career{
    height: 121vw;
  }
  .banner-caption-inner h1 {
    font-size: 5vw;
  }
  .banner-caption-inner p {
    font-size: 2.2vw;
  }		
  .platf-lay.hs-content-id-6551171476 #looking-for-more im,
  .download-layt #looking-for-more img {
    float: none;
    display: block;
    margin: 0 auto 30px;
    width: 100%;
  }

  .stream-pro-lyt .col-1 {
    width: 100% !important;
  }
  .platf-lay.hs-content-id-6551171476 #looking-for-more .content,
  .download-layt #looking-for-more .content{
    max-width: 100%;
    width: 100%;
    float: none;
  }
  .iconbox {
    width: 100%;
  }
  .iconbox h5 {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .iconbox p {
    width: 100%;
    font-size: 16px;
    line-height: 1.2em;
  }
  .cm-hiring-process ul li.process-item:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    left: 49%;
    top: 100%;
    margin-top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 7px solid #fff;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
  }	
  .cm-hiring-process ul {
    padding-top: 30px;
  }
  .cm-hiring-process ul li.process-item {
    width: 100%;
    margin-bottom: 60px;
  }
  .cm-hiring-process {
    padding-bottom: 20px;
  }
  .image-collarge-slider .left-col {
    width: 100%;
    padding-right: 0;
  }

  .image-collarge-slider .right-col {
    width: 100%;
    margin-top: 20px;
  }	
  .two-col-form .header-container {
    min-height: 75px;
  }

  .two-col-form .col-1 h1 {
    text-align: center;
  }
  .two-col-form .col-1 h1:after, .two-col-form .right-col h3:after {
    margin-left: auto;
  }	
  .two-col-form .col-1 p{
    text-align: center;
  }
  .two-col-form .right-col {
    padding-top: 55px;
  }

  .two-col-form .right-col h3 {
    text-align: center;
  }	
  .image-collarge-slider .left-col img {
    max-height: 150px;
  }
  .image-collarge-slider .right-col img {
    max-height: 150px;
  }
  .careers-two-columns {
    column-count: 1;
  }
  .career-opening {
    padding-right: 0;
  }

  .testimonial-slider .slider-img {
    float: none;
    width: 100% !important;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .testimonial-slider .slider-img img {
    width: 100%;
    padding: 0;
  }
  .testimonial-slider .caption.below {
    width: 100%;
    margin-top: 20px;
  }
  .about-sec-2-inner p {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.2em;
    margin-top: 5px;
  }
  .testimonial-slider .slick-slide-inner-wrapper {
    width: 100%;
  }
  .testimonial-slider .slick-prev{
    left: -5px;	
  }	
  .testimonial-slider .slick-next {
    right: -5px;
  }


  .about-sec-1 {
    padding-bottom: 60px;
  }
  .speakers-col .speakers-bio {
    width: 80%;
  }
  .contact-lay .body-container .form-title {
    padding: 60px 0 10px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    padding-left: 15px !important;
  }
  .news-item-gr .news-item.no-newsimg .grid-date-post {
    width: 100%;
    padding-right: 0;
  }
  .ff_resource_img_wrap {
    display: block;
    padding: 15px 20px 0 20px;
  }

  .ff_resource_content {
    display: block;
  }

  .ff_resource_author_detail {
    display: block;
    padding-top: 0;
  }

  .ff_resource {
    display: block;
  }

  .ff_resource_author_detail a.green-btn {
    position: inherit;
    margin: 0;
    display: block;
    bottom: 0;
    margin-top: 20px;
    left: 0;
  }

  .news-item .news-content {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  .our-investor-con {
    padding-left: 15px;
    padding-right: 15px;
  }

  .our-investor-item {
    width: 100%;
  }
  .contact-lay .body-container h4 {
    margin-bottom: 10px;
  }

  .contact-lay .body-container .hs-form-field {
    padding: 0 !important;
    width: 100% !important;
    float: none !important;
  }
  .banner-events {
    height: 69vw;
  }

  .banner-events .title h1 {
    font-size: 4.3vw;
  }

  .banner-events .title {
    min-width: 61vw;
    min-height: 23vw;
  }
  .contact-lay .body-container label {
    margin: 7px 0 5px 0;
  }
  .str-lay section#how-it-works .container {
    padding: 0;
  }

  .support_inquiry {
    padding-left: 0;
  }
  .footer-box {
    padding: 0 15px 0 15px;
    border: 0;
  }
  .about-sec-left {
    width: 100% !important;
  }
  .parallax-banner {
    min-height: 120.7vw;
  }
  .support-items .icon-wrap {
    clear: both;
    float: none;
    margin: auto;
    margin-bottom: 20px;
  }
  .support-content-wrap h3 {
    text-align: center;
  }
  .support-content-wrap p {
    text-align: center;
  }
  .support-content-wrap .green-border-btn {
    display: block;
    margin: 25px auto;
  }
  .support-items .icon-wrap img{
    float: none;
  }

  .about-sec-right .slick-slide {
    max-height: 150px;
  }

  .about-sec-right .slick-slider {
    margin-top: 40px;
    padding: 0;
  }
  #setup-meeting .hs-form-field>label {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
  .about-sec-right .slick-list {
    width: 100%;
  }

  .team--mem-item {
    width: 100%;
  }

  .team--mem-item img {
    height: 317px;
    width: 96%;
    margin: 2%;
    max-height: 300px;
  }
  .platform-overview .two-col img {
    float: none;
    margin: 0 auto;
    margin-bottom: 35px;
  }
  .platform-overview .two-col .arrow-box {
    float: none;
    width: 100%;
    margin-bottom: 50px;
  }
  .platform-overview .two-col .arrow-box::before {
    content: '';
    border-bottom: 20px solid #FFFFFF;
    left: 50%;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
    top: -20px;
    transform: translate(-50%, 0);
    border-top: 0;
  }

  .how-it-work-tab ul.how-it-work-tab-thumbs {
    margin-bottom: -60px;
  }
  .how-it-work-tab ul.how-it-work-tab-thumbs li.three-tab {
    padding-left: 0;
    font-size: 12px;
    background-size: 40px;
    margin: 0 10px;
    height: 120px;
    width: 120px;
    background-position: top 20px center;
    padding-top: 0;
  }
  .how-it-work-tab ul.how-it-work-tab-thumbs li span {
    max-width: 100px;
  }
  .platform-overview .support .col-center,
  .support .col-center,
  .download-layt .support .col-center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 30px;
  }
  #next-step .support p.button{
    width: 125px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 0 !important;
    margin-top: 7px !important;
  }
  .how-it-work-tab-content {
    padding-top: 60px;
  }
  #look-inside .btn {
    width: 100%;
  }

  #look-inside .col-lg-5 {
    width: 100%;
    margin-left: 0;
  }

  .platform-overview .platform-figure .da-platform-icon {
    display: none;
  }

  .platform-overview .platform-figure {
    padding: 7px 15px;
  }
  .platform-overview .support div.img ,
  .download-layt .support div.img{
    width: 70px;
    margin-bottom: 10px;
  }

  .support p.button {
    margin: 0;
    padding: 10px 5px;
    font-size: 12px !important;
    width: 125px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 7px !important;
  }

  #setup-meeting .input {
    width: 100%;
    float: none;
  }
  .events .left {
    width: 100%;
  }

  .events .right {
    width: 100%;
    padding: 50px 0;
  }
  .events img {
    margin: 0 auto;
  }
  .flink-forward-hashtag span {
    display: block;
    border-right: none;
    text-align: center;
  }

  .flink-forward-hashtag span img {
    margin: 0 auto;
  }

  .flink-forward-hashtag span + span {
    margin-top: 20px;
  }
  #questions_feedback_form {
    height: 850px !important;
  }

  .news-item-gr {
    text-align: center;
  }

  .news-item .news-thumb{
    margin: 0 auto;
    display: block;
    float: none;
  }


  .news-item-gr .news-item {
    margin-bottom: 40px;
  }

  .grid-news-thumb img {
    margin: 0 auto;
  }

  .news-item-gr .news-item.no-newsimg:first-child {
    margin-top: 0;
  }

  .hs-content-id-6588048069 .page-center.content-wrapper > div {
    width: 100%;
  }

  .hs-content-id-6588048069 .page-center.content-wrapper {
    width: 95%;
  }
  .str-lay .back_li {
    height: 180px;
    width: 180px;
    background-size: 70px;
    padding-top: 105px;
  }

  .str-lay  .how-it-work-tab ul.how-it-work-tab-thumbs li.three-tab {
    height: 180px;
    width: 180px;
  }

  .str-lay  .how-it-work-tab ul.how-it-work-tab-thumbs li span {
    font-size: 16px;
    line-height: 23px;
  }
  .training-pace div h3 {
    padding: 0;
  }
  body .home-gallery .slick-slide-inner-wrapper,
  .home-gallery .gallery-slide-container{
    min-height: 630px !important;
  }
}
@media only screen and (max-width : 576px) {
  .how-it-work-tab ul.how-it-work-tab-thumbs.how-it-work-tab-four-thumbs{
    margin-bottom: -40px;
  }
  .how-it-work-tab ul.how-it-work-tab-thumbs li.four-tab{
    width: 100px;
  }
  .how-it-work-tab ul.how-it-work-tab-thumbs li.four-tab .back_li{
    padding-left: 0;
    font-size: 10px;
    background-size: 26px;
    margin: 0 5px;
    height: 80px;
    width: 80px;
    background-position: top 10px center;
    padding-top: 42px;
  }
  .how-it-work-tab ul.how-it-work-tab-thumbs li.four-tab span{
    line-height: 18px;
  }
}
@media only screen and (max-width : 520px) {

  .data-artisans-grp th div.img {
    width: 75px;
    height: 75px;
    margin: 5px;
  }
  .data-artisans-grp tr.last-row td a {
    margin: 0 5px;
  }
  .data-artisans-grp td {
    padding: 8px 12px;
  }

  .hs-content-id-6588048069 .page-center.content-wrapper .main-content table {
    width: 100% !important;
    overflow-x: auto !important;
    display: block;
  }
}


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 480px) {
  .blog-heading p {
    line-height: 1.2em;
  }
  img.page-icon {
    float: none;
    max-width: 110px;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .two-col-form .col-1 img {
    width: 100%;
    margin-bottom: 15px;
  }
  .two-col-form .down-lay-content .page-center {
    width: 94%;
  }	
  .hs-content-id-6565608328 .tab-2 img {
    float: none !important;
    margin-top: 0 !important;
    margin-bottom: 29px !important;
  }
  .back_li {
    padding-left: 0;
    font-size: 10px;
    background-size: 26px;
    margin: 0 5px;
    height: 80px;
    width: 80px;
    background-position: top 10px center;      
    padding-top: 42px;
  }
  .str-lay .how-it-work-tab ul.how-it-work-tab-thumbs li span {
    max-width: 100%;
  }
  .carr-op-lay .parallax-banner {
    min-height: 76.5vw;
  }
  .banner-caption-career {
    display: none;
  }
  .banner-area-career {
    height: 117vw;
  }	
  .icon-wd-content-grp {
    padding-left: 5px;
    padding-right: 5px;
  }
  #look-inside div#tab-details-inside img {
    float: none !important;
    margin-top: 0px !important;
    margin-bottom: 30px;
  }
  .section.post-header h1 {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }
  .error-lay-content p {
    line-height: 1.2em;
  }
  .custom-menu-primary {
    padding: 0 20px 30px;
  }
  .how-it-work-tab ul.how-it-work-tab-thumbs {
    margin-bottom: -40px;
  }
  .how-it-work-tab ul.how-it-work-tab-thumbs li.three-tab,
  .how-it-work-tab ul.how-it-work-tab-thumbs li.four-tab{
    padding-left: 0;
    font-size: 10px;
    background-size: 26px;
    margin: 0 5px;
    height: 80px;
    width: 80px;
    background-position: top 10px center;
    padding-top: 0 !important;
  }
  .how-it-work-tab ul.how-it-work-tab-thumbs li span {
    max-width: 60px;
  }
  .how-it-work-tab-content {
    padding-top: 40px;
  }
  .platform-figure #tabs > .platform-figure-item > a {
    background-size: 50px;
    background-position: 8px 18px;
    padding: 15px 5px;
    border-radius: 5px;
  }
  .platform-figure #tabs > .platform-figure-item > a .tab-content {
    padding-left: 65px !important;
    width: auto;
    margin-left: 0;
  }
  .platform-figure #tabs > .platform-figure-item > a .tab-content h3 {
    font-size: 14px;
  }
  .platform-figure #tabs > .platform-figure-item > a .tab-content p.more {
    font-size: 14px;
  }
  .two-col-form .left-col img {
    width: 100% !important;
    margin: 0 0 10px !important;
    float: none !important;
  }
  .data-artisans-grp th:first-child img {
    width: 40px;
  }
  .data-artisans-grp th:first-child div {
    width: 100%;
  }
  .data-artisans-grp th h3 {
    font-size: 14px;
  }
  .data-artisans-grp th {
    font-size: 15px;
  }
  .data-artisans-grp th div.img {
    width: 50px;
    height: 50px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .data-artisans-grp th div {
    width: 100%;
    margin: 0;
    float: none;
  }
  .data-artisans-grp th h3 {
    font-size: 14px;
  }
  .data-artisans-grp th p {
    font-size: 12px;
  }
  .data-artisans-grp th .icons-wrap i {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
  .data-artisans-grp th .icons-wrap i+i{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
  .data-artisans-grp td{
    font-size: 11px;
  }
  .data-artisans-grp tr.last-row td a{
    font-size: 9px;
    padding: 5px 2px;
  }
}
@media (max-width: 440px) {
  .platform-overview.platf-lay #banner_section a {
    top: -70px;
    position: relative    
  }

}
@media (max-width: 420px) {
  .white-popup-block .popup-container {
    min-height: 120vh !important;
  }
  #stream_processing_items_section.two-coln-eq-res .text_wrap .transperant-btn {
    font-size: 12px;
    bottom: 12px;
    padding: 6px 12px;
    right: 140px;
  }

}
@media (max-width: 400px) {
  form.hs-form fieldset.form-columns-3 .hs-form-field, form.hs-form .form-columns-2 .hs-form-field .hs-input, form.hs-form .form-columns-3 .hs-form-field .hs-input {
    width: 100% !important;
  }
}
@media (max-width: 365px) {
  .speakers-col .speakers-bio {
    width: 270px;
  }

  #stream_processing_items_section .image_wrap > img {
    height: 180px;
  }
}