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


/* ==========================================================================
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=Montserrat%3A800%2C300%2C700%2C600&subset=latin&ver=4.9.3');
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');
@font-face {
  font-family: 'Defaults';
  src: url(//cdn2.hubspot.net/hubfs/3792373/Sql_Governor_June2018/Font/Defaults.eot),
    url(//cdn2.hubspot.net/hubfs/3792373/Sql_Governor_June2018/Font/Defaults.woff) format('woff'),
    url(//cdn2.hubspot.net/hubfs/3792373/Sql_Governor_June2018/Font/Defaults.ttf) format('truetype');
  font-weight: normal;
  font-style: normal
}

/* 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;
} 
html {
  font-family: "Montserrat",sans-serif;
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
}
body {
  background: #fff;
  color: #3c4046;
  font-family:"Montserrat",sans-serif;
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1140px;
  margin: 0 auto;
}

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


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

/* Basic text */
p {margin: 0 0 1.5rem;} 
small {
  font-size: 80%;
}
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 {
  color: #434955;
  font-family: "Montserrat",sans-serif;
  line-height: 1.4;
  margin: 0 0 1.5rem;
}

h1, h2, h3, h4, h5, h6{
  padding-top: 1rem;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, h1+h2, h1+h3, h1+h4, h1+h5, h1+h6, h2+h3, h2+h4, h2+h5, h2+h6, h3+h4, h3+h5, h3+h6, h4+h5, h4+h6, h5+h6 {
  padding-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}
p:last-child, ul:last-child, ol:last-child, pre:last-child, table:last-child, address:last-child, fieldset:last-child, blockquote:last-child {
  margin-bottom: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: .03em;
}
h2 {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: .03em;
}
h3 {
  font-size: 27px;
  font-weight: 800;
  letter-spacing: .03em;
}
h4 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: .03em;
}
h5 {
  font-size: 21px;
  font-weight: 800;
  letter-spacing: .03em;
}
h6 {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .04em;
}

/* Anchor Links */
a { color: #84bd00;
  outline: 0;
  text-decoration: none;
  background-color: transparent;
  transition-property: background-color,box-shadow,border,color,opacity,transform;
  transition-duration: .3s;
  -webkit-text-decoration-skip: objects;
}
a:hover, a:focus { color: #046a38;border-bottom: 1px solid; }

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {
  margin: 0 0 .5rem;
}

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

blockquote {
  font-style: italic;
  padding-left: 2rem;
  border-style: solid;
  border-width: 0 0 0 5px;
  margin: 0 0 1.5rem;
  border-color: #7d55c7;
}
blockquote h5{
  padding-top: 1rem;
}
blockquote h5:last-child{
  margin-bottom:0;
}
blockquote h5:first-child {
  padding-top: 0;
}

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

ul {
  margin: 0 0 1.5rem;
  list-style-type: disc;
  margin-left: 2.5rem;
  padding: 0;
}


/* =============== 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 {}

.custom-header-group {
  line-height: 160px;
  min-height: 160px !important;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.custom-header-group .page-center > .row-fluid-wrapper > .row-fluid {
  -webkit-box-align: center;
  display: flex;
  align-items: center;
  height: 160px;
  display: -ms-flexbox;
}

.custom-logo {
  justify-content: flex-start;
}
.custom-menu-primary {
  justify-content: flex-end;
  -webkit-box-pack: end;
}
.custom-logo > div {
  margin-top: -10px;
  padding-right: 10px;
  padding-left: 10px;
  height: 50px;
}
.custom-logo a {
  display: inline-block;
  height: inherit;
  border: none;
  vertical-align: top;
}
.custom-logo a img{
  display: block;
  height: inherit;
  width: 100%;
  max-width: 241.45px;
}
.custom-logo a img.for_transparent {
  display: none !important;
}
.custom-lang {
  margin-top: 23px;
  line-height: 2;
}
.custom-lang .lang_switcher_class {
  text-align: left;
  line-height: 2;
  margin: 0 -1em;
  position: relative;
  font-size: 17px;
  margin-left: -32px;
}
.custom-menu-primary.mobile-view {
  display: none;
}
.globe_class {
  background: none !important;
  border-radius: 0 !important;
  width: auto !important;
  height: auto !important;
}
.lang_list_class {
  display: block !important;
  position: static !important;
  transform: none !important;
  padding: 0 !important;
  top: 17px;
  left: 50%;
  text-align: center;
  z-index: 100;
  list-style-type: none;
  margin: 0;
}
.lang_list_class:after,.lang_list_class:before {
  display:none !Important;
}
.lang_list_class li:first-child, .lang_list_class li {
  border: none !important;
  padding: 0 !important;
  font-size: inherit !important;
  margin: 0;
}
.lang_list_class li.active-open {
  overflow: hidden;
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
  background-color: #fff;
  display: block;
  height: auto;
  padding-top: 40px !important;
  padding-bottom: 6px !important;
  opacity: 1;
}
.lang_list_class li.active {
  background-color: #fff;
  position: absolute;
  top: -.4em;
  padding-top: 2.4em !important;
  padding-bottom: .4em !important;
  min-width: 100%;
  height: 0;
  overflow: hidden;
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
  opacity: 0;
  transition:all 0.3s;
}

.lang_list_class li.active.active-open {
  display: block;
  height: 80px;
  padding-top: 40px !important;
  padding-bottom: 6px !important;
  opacity: 1;
}

.lang_list_class li:not(.active ) {
  position: relative;
  cursor: pointer;
  z-index:1;
}
.lang_list_class li:not(.active) a.lang_switcher_link {
  display: block;
  white-space: nowrap;
  padding: 0 2.2em 0 1em;
  color: inherit;
  position: relative;
  line-height: 2;
}
.lang_list_class li:not(.active ) a.lang_switcher_link:after {
  display: block;
  position: absolute;
  top: 50%;
  right: .6em;
  content: '\f107';
  font-size: 1.4em;
  margin-top: -1em;
  font-family: fontawesome;
  cursor: pointer;
}
.lang_list_class li a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
  border: none;
}
.lang_list_class.dropdown-open li a:hover {
  color: #046a38 !important;
}

.lang_list_class li.active a.lang_switcher_link {
  white-space: nowrap;
  padding: 0 2.2em 0 1em;
  color: inherit;
  display: block;
  cursor: pointer;
  font-size: 17px;
  text-align: left;
  line-height: 2;
}



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

.body-container-wrapper {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.body-container {}

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

.body-container .page-center {
  padding: 4rem 0;
}

.footer-container-wrapper {
  background-color: #434542;
}

/*============ banner ==============*/

.custom-banner {
  margin-top: -1px !important;
  background-color: #7d55c7;
  background-position: center center;
  background-size: cover;
  position:relative;
  overflow:hidden;
}
.custom-banner:after {
  background-color: rgba(0,0,0,0.5);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:1;
}
.custom-banner .custom-banner-inner {
  padding-top: 160px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  color: #fff;
  position:relative;
  z-index:2;
}
.custom-banner .custom-banner-inner .page-center {
  padding: 6rem 0;
}
.custom-banner .custom-banner-inner .page-center h1 {
  color: inherit;
  margin: 0;
}
.custom-spacer {
  margin-left: 0 !important;
}
/*================ company =================*/

.hs-company .body-container-wrapper {
  padding: 0;
}
.company-row1-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
.company-row1-group,
.company-row2-group{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.company-row2-group {
  background-color: #f2f3f5;
  color: #3c4046;
}
.company-row2-group .page-center {
  padding: 0 !important;
}
.contact-information {
  padding-top: 60px;
}
.contact-information h2.title {
  text-align: center;
  margin: 0;
}
.contact-info-section {
  padding: 4rem 0 0;
}
.contact-info-section .vc_col-sm-4 {
  float: left;
  position: relative;
  width: 33.3333%;
  padding-bottom: 8rem;
}
.contact-info-section .vc_col-sm-4 .vc_column-inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.contact-info-section .vc_col-sm-4 p {
  margin: 0 0 1.5rem;
}
.contact-info-section .vc_col-sm-4 h3 {
  margin: 0 0 1.5rem;
}
div#map-aux + .wpb_wrapper p {
  margin: 0 0 1.5rem;
}
.contact-info-section:after{
  content:"";
  display:block;
  visibility:hidden;
  clear:both;
}
.contact-info-section {
  margin: 0 -1.5rem;
}
.kasvot {
  width: 185px;
  height: 185px;
  box-shadow: 1px 2px 8px 0 rgba(0,0,0,0.18);
  margin-bottom: 1.5rem;
}
.w-btn-wrapper {
  margin: .3rem 0;
}
.w-btn-wrapper.align_left {
  display: inline-block;
  vertical-align: top;
  margin-right: 1rem;
}
a.w-btn {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  white-space: nowrap;
  position: relative;
  background: none;
  border: 0;
  z-index: 0;
  cursor: pointer;
  transition: background-color .3s,box-shadow .3s,opacity .3s,color .3s;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-size: 15px;
  font-weight: 700;
  line-height: 2.8;
  padding: 0 1.8em;
  border-radius: 0;
  letter-spacing: 0;
  box-shadow: 0 0 0 rgba(0,0,0,0.18);
  background-color: #8fc906;
  border-color: #8fc906;
  color: #fff;
}
a.w-btn:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  transition: height .3s;
  background-color: rgba(0,0,0,0.15);
}
.w-btn:hover:before {
  height: 100%;
}
a.w-btn span {
  position: relative;
  z-index: 1;
}
.company-row2-col {
  margin-bottom: 20px;
  padding-bottom: 4rem;
}
.w-socials-list {
  font-size: 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.w-socials-list .w-socials-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 !important;
  float: left;
  font-size: 40px;
}
.w-socials-item.email .w-socials-item-link:after {
  content: '\f0e0';
}
.w-socials-list:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.w-socials-list a.w-socials-item-link {
  border: 0;
}
.w-socials-list .w-socials-item a:hover {
  color: #fff;
}
.w-socials-item.email .w-socials-item-link-hover {
  background-color: #96a2a8;
}
div#map-aux {
  margin-bottom: 30px;
  box-shadow: 1px 2px 8px 0 rgba(0,0,0,0.18);
  font-weight: bold;
}
.company-row1-content p:last-child {
  margin: 0 0 1.5rem;
}

/*================== case-lehdet ======================*/

.case-lehdet-row1-heading h2 {
  margin: 0;
}
.case-lehdet-row2-left-col h3 {
  padding-top: 1rem;
}

.case-lehdet-row2-form {
  background-color: #d4eb8e;
  padding: 1.5rem;
}
.case-lehdet-row2-form .form-title {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: .03em;
}

.case-lehdet-row2-form span.hs-form-required {
  display: none;
}
.case-lehdet-row2-form .hs-form-field {
  margin-bottom: 1.5rem;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: auto;
  overflow-y: hidden;
}

/*============ customers =============*/

.content-bg {
  color: #000000;
  display: table;
  text-align: left;
  width: 100%;
  position: relative;
  padding: 2.5rem 3rem;
}
.content-bg .w-actionbox-text {
  display: table-cell;
  vertical-align: middle;
}
.content-bg .w-actionbox-controls {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  padding-left: 2rem;
}
.content-bg .w-actionbox-text h2 {
  color: inherit;
  margin: 0;
}
.content-bg .w-actionbox-text p {
  margin: .8rem 0 0;
  color: inherit;
}
.content-bg .w-actionbox-controls a.w-btn.color_white {
  color: #333;
  background-color: #fff;
  margin-left: 1rem;
  border-color: #fff;
  margin-top: .5rem;
  margin-bottom: .5rem;
  text-transform: uppercase;
  padding: 0 1.8em;
  font-size: 15px;
  font-weight: 700;
  line-height: 2.8;
  display: inline-block;
  white-space: normal;
}
.customers-row2-header-wrapper .page-center {
  padding: 2rem 0 !important;
}
.customers-row2-heading {
  text-align: center;
}
.ult-content-box {
  border-style: solid;
  border-color: rgb(242, 242, 242);
  transition: all 700ms ease;
  margin: 0px;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  margin-bottom: calc( 1.5rem + 1px );
  padding: 10px;
}
.ult-content-box:hover {
  border-color: rgb(125, 85, 199);
}
.ult-content-box .w-testimonial-text {
  text-align: center;
}
.ult-content-box .w-testimonial-author {
  display: flex;
  align-items: center;
  line-height: 1.5rem;
  margin-top: 1rem;
  text-align: center;
}
.w-testimonial-author-name {
  font-size: 1rem;
  font-weight: 600;
}
.w-testimonial-author-name~.w-testimonial-author-role {
  margin-left: .5rem;
  color: #aab2bd;
}
.customers-row2-right-col > .hs_cos_wrapper > .hs_cos_wrapper:last-child .ult-content-box {
  margin-bottom: 0;
}
.customers-row2-left-col > .hs_cos_wrapper > .hs_cos_wrapper:last-child .ult-content-box {
  margin-bottom: 0;
}
.customers-row3-heading {
  text-align: center;
}
.customers-row3-heading h2 {
  margin-bottom: calc(4rem + 1px);
}
.w-logos-list:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.w-logos-list .w-logos-item {
  padding: 2rem;
  display: inline-block;
  vertical-align: middle;
  width: 33.3333%;
  float: left;
}
.w-logos-list .w-logos-item img {
  display: block;
  margin: 0 auto;
  width: auto !important;
}
.w-testimonial-author-role {
  font-size: .9rem;
}

/* =============== Partners =============== */

.partners-layout .custom-banner {
  background-position: top center;
  margin-top: 0;
}
.partners-layout .custom-banner:after {
  background-color: rgba(0,0,0,0.3);
}
.partners-layout .body-container-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.full-width-content-bg {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  color: #fff;
}
.full-width-content-bg .custom-content > * {
  color: #fff;
}
.full-width-content-bg .custom-content h6:last-child {
  margin: .3rem 0;
  text-align: center;
  padding: 0;
}
a.custom-white-button {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
  background: none;
  border: 0;
  z-index: 0;
  cursor: pointer;
  transition: background-color .3s,box-shadow .3s,opacity .3s,color .3s;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 2.8;
  padding: 0 1.8em;
  border-radius: 0;
  letter-spacing: 0;
  box-shadow: 0 0 0 rgba(0,0,0,0.18);
  border-width: 0;
  border-color: #fff;
  background-color: #fff;
  color: #333;
  font-size: 20px;
}
a.custom-white-button span {
  position: relative;
}
a.custom-white-button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  transition: height .3s;
  background-color: rgba(0,0,0,0.08);
}
.w-btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  border: 0;
}
a.custom-white-button:hover {
  color: #333;
}
a.custom-white-button:hover:before{
  height:100%;
}
.partners-layout .row-1-group {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.partners-layout .row-1-group .page-center {
  padding: 0;
}
.partners-layout .row-1-column .hs_cos_wrapper_type_header {
  display: block;
  padding: 4rem 0;
  text-align: center;
}
.partners-layout .row-1-column .hs_cos_wrapper_type_header h1 {
  line-height: 1.4;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: .03em;
  color: #434955;
}
.custom-icon-with-content {
  padding: 4rem 0;
  margin: 0 -1.5rem;
}
.custom-icon-with-content:after {
  content: "";
  display: table;
  clear: both;
}
.custom-icon-with-content .custom-column {
  width: 25%;
  float: left;
}
.custom-icon-with-content .column-inner {
  margin: 3px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  justify-content: flex-start;
}
.custom-icon-with-content .box {
  text-align: center;
  margin: 0 auto;
  max-width: 25rem;
  position: relative;
}
.custom-icon-with-content .w-iconbox-icon {
  text-align: center;
  line-height: 1;
  width: 1em;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  transition: background-color .3s,color .3s,box-shadow .1s;
  background-color: transparent;
  box-shadow: none;
  color: #7d55c7;
  font-size: 55px;
}
.partners-layout .row-1-column .hs_cos_wrapper_type_rich_text {
  margin: 4rem 0;
  padding: .3rem 0;
  display: block;
  text-align: center;
}
a.custom-green-button {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
  background: none;
  border: 0;
  z-index: 0;
  cursor: pointer;
  transition: background-color .3s,box-shadow .3s,opacity .3s,color .3s;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 2.8;
  padding: 0 1.8em;
  border-radius: 0;
  letter-spacing: 0;
  box-shadow: 0 0 0 rgba(0,0,0,0.18);
  border-width: 0;
  border-color: #84bd00;
  color: #84bd00;
  font-size: 20px;
}
a.custom-green-button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  transition: height .3s;
  background-color: #84bd00;
}
a.custom-green-button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
}
a.custom-green-button:hover{
  color: #fff;
}
a.custom-green-button:hover:before {
  height: 100%;
}
a.custom-green-button span {
  position: relative;
}

.btn span, .btn i {
  position: relative;
  z-index: 1;
}

.two-column-with-left-image .custom-image {
  width: 25%;
  float: left;
}
.two-column-with-left-image {
  margin: 0 -1.5rem;
  padding: 4rem 0;
}
.two-column-with-left-image:after {
  content: "";
  display: table;
  clear: both;
}
.two-column-with-left-image .custom-content {
  width: 75%;
  float: left;
}
.two-column-with-left-image .custom-image .inner-group {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-right: 1.5rem;
}
.two-column-with-left-image .custom-content .inner-group {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.two-column-with-left-image .custom-content .inner-group blockquote {
  margin: 0 10px;
}
.partners-layout .row-2-group .page-center {
  padding: 0;
}
.partners-layout .row-2-column .hs_cos_wrapper_type_rich_text {
  padding: 4rem 0;
  display: block;
}
.partners-layout .row-3-group {
  padding-top: 4rem;
}
.partners-layout .row-3-group > .row-fluid-wrapper {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 5px solid #d4eb8e;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.partners-layout .row-3-group .page-center {
  padding-top: 0;
}
.partners-layout .row-3-column .hs_cos_wrapper_type_header > h1 {
  color: #434955;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: .03em;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 1.5rem;
}
.partners-layout .partnership-form h3.form-title {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .04em;
  color: #434955;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 1.5rem;
}
.partners-layout .row-1-group .hs_cos_wrapper.hs_cos_wrapper_widget:nth-child(4) .custom-icon-with-content .custom-text {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .04em;
  color: #434955;
  padding: .6em 0;
  margin-bottom: 0;
  transition: color .3s;
  line-height: 1.4;
}
.partners-layout .row-2-group,
.partners-layout .row-4-group{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.partnership-form form .hs-input {
  max-width: 100% !important;
}

/* =============== Calculator =============== */

.calculator-layout .body-container-wrapper {
  padding: 0;
}
.calculator-layout .body-container-wrapper .page-center {
  padding: 0;
}
.calculator-layout .body-container-wrapper .page-center {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  max-width: 1500px;
  padding-top: 0;
  padding-bottom: 0;
}
.calculator-layout .row-1-column {
  max-width: 1140px;
  margin-top: 24px;
  padding: 0 24px;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
}
.calculator-layout .row-2-column {
  max-width: 1140px;
  margin: 24px auto 0 !important;
  padding: 0 24px;
  float: none;
}
.calculator-layout .row-2-column p {
  margin: 0 0 1.5rem;
}
/* =============== Services =============== */
.services-layout .custom-banner:after {
  background-color: rgba(0,0,0,0.3);
}
.services-layout .body-container-wrapper {
  padding: 0;
}
.services-layout .row-1-column p {
  padding-top: 15px;
  margin-bottom: 1.5rem;
}
.services-layout .custom-icon-with-content {
  padding: 80px 0 50px;
}
.services-layout .custom-icon-with-content .column-inner {
  margin: 0;
}
.services-layout .custom-icon-with-content .w-iconbox-icon {
  background-color: #84bd00;
  line-height: 2.5em;
  height: 2.5em;
  width: 2.5em;
  overflow: hidden;
  border-radius: 50%;
  font-size: 52px;
}
.services-layout .custom-icon-with-content .custom-text {
  line-height: 1.4;
  margin: 0 0 1.5rem;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: .03em;
  padding: .6em 0;
  margin-bottom: 0;
  transition: color .3s;
}
.services-layout .row-3-group .page-center {
  padding: 2rem 0;
}
.services-layout .row-3-group .page-center > .row-fluid-wrapper {
  margin: 0 calc(-1.5rem - 10px);
}
.services-layout .row-1-group, .services-layout .row-2-group, .services-layout .row-3-group, .services-layout .row-4-group, .services-layout .row-5-group, .services-layout .row-6-group, .services-layout .row-7-group, .services-layout .row-8-group, .services-layout .row-9-group {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.services-layout .row-1-group{
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 78%, rgb(247, 247, 247) 100%);
  background: linear-gradient(top, rgb(255, 255, 255) 78%, rgb(247, 247, 247) 100%);
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 78%, rgb(247, 247, 247) 100%);
  background: -o-linear-gradient(top, rgb(255, 255, 255) 78%, rgb(247, 247, 247) 100%);
  background: -ms-linear-gradient(top, rgb(255, 255, 255) 78%, rgb(247, 247, 247) 100%);
}
.services-layout .row-2-group {
  margin-bottom: -50px;
}
.services-layout .row-3-group {
  padding-bottom: 50px;
}
.services-layout .row-3-col {
  padding: 10px;
  margin: 0;
  width: 33.3333%;
}
.services-layout .row-3-col > div {
  margin-right: 0;
  margin-left: 0;
  border-right-width: 5px;
  background-color: #f2f2f2;
  border-right-color: #fff;
  border-right-style: solid;
  border-radius: 5px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  justify-content: flex-start;
}
.services-layout .row-3-col.col-2 > div {
  border-right: 0;
}
.services-layout .row-3-col.col-3 > div {
  border-right-width: 0;
  border-left-width: 5px;
  border-left-color: #fff;
  border-left-style: solid;
}
.services-layout .row-3-col > div > span {
  display: block;
  margin-bottom: 35px;
  min-height: 343px;
}
.services-layout .row-3-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.services-layout .row-3-col ul li:before {
  margin-right: 5px;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1em;
  color: #333333;
  font-size: 10px;
  display: inline-block;
  font-family: 'Defaults';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f006";
  position: absolute;
  top: 10px;
  left:0;
}
.services-layout .row-3-col ul li {
  display: table;
  width: 100%;
  margin-bottom: 7px;
  line-height: 1.6em;
  position: relative;
  padding-left: 15px;
}
.services-layout .row-4-group {
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 77%, rgb(247, 247, 247) 100%);
  background: linear-gradient(top, rgb(255, 255, 255) 77%, rgb(247, 247, 247) 100%);
  background: -o-linear-gradient(top, rgb(255, 255, 255) 77%, rgb(247, 247, 247) 100%);
  background: -ms-linear-gradient(top, rgb(255, 255, 255) 77%, rgb(247, 247, 247) 100%);
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 77%, rgb(247, 247, 247) 100%);
}
.services-layout .row-4-column2-group {
  padding: 49px 0 50px;
}
.services-layout .row-4-column2-group .custom-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.services-layout .row-4-column2-group .custom-col ul li {
  display: flex;
  text-align: left;
  align-items: center;
  position: relative;
  margin-bottom: 32px;
}
.services-layout .row-4-column2-group .custom-col ul li:before {
  content: "\f058";
  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;
  vertical-align: top;
  line-height: inherit;
  color: #7d55c7;
  font-size: 36px;
  text-align: center;
  line-height: 1;
  width: 1em;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  transition: background-color .3s,color .3s,box-shadow .1s;
  margin-right: calc(17px + 0.2em);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.services-layout .row-4-column-1 p {
  margin: 0 0 1.5rem;
}
.services-layout .row-4-column2-group .custom-col ul li h4 {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.services-layout .row-4-column2-group .custom-col ul li:last-child {
  margin-bottom: 0;
}
.left-icon-width-content {
  margin: 0 -1.5rem 20px;
  position: relative;
}
.left-icon-width-content .custom-column {
  float: left;
  width: 33.3333%;
}
.left-icon-width-content .column-inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  justify-content: flex-start;
}
.left-icon-width-content .content {
  position: relative;
  min-height: 250px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  align-items: center;
}
.left-icon-width-content .content .w-iconbox-icon {
  font-size: 70px;
  color: #7d55c7;
  text-align: center;
  line-height: 1;
  width: 1em;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  transition: background-color .3s,color .3s,box-shadow .1s;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 1.5rem;
  margin-right: calc(17px + 0.2em);
  background-color: transparent;
  box-shadow: none;
}
.w-iconbox-icon i {
  vertical-align: top;
  line-height: inherit;
}
.w-iconbox-meta {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.left-icon-width-content h3.w-iconbox-title {
  line-height: 1.4;
  margin: 0 0 1.5rem;
  font-weight: 800;
  letter-spacing: .03em;
  color: #434955;
  padding: 0;
  margin-bottom: 0;
  transition: color .3s;
  padding-bottom: 0;
  margin-top: 0;
  font-size: 18px;
}
.services-layout .row-5-column p {
  margin-bottom: 1.5rem;
}
.left-icon-width-content:after {
  content: "";
  display: table;
  clear: both;
}
.services-layout .content-bg {
  color: #3c4046;
  box-shadow: 1px 2px 8px 0 rgba(0,0,0,0.18);
  font-weight: bold;
  margin-bottom: 50px;
}
.services-layout .w-actionbox-text p {
  margin: 0;
}
.services-layout .w-actionbox-controls a.w-btn.color_white {
  background-color: #7d55c7;
  color: #fff;
}
.services-layout .row-7-group .page-center {
  padding-top: 28px;
}
.services-layout .row-7-column-group {
  margin: 0 -1.5rem !important;
  width: auto !important;
}
.services-layout .row-7-column-group .custom-col {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #f2f2f2 !important;
  margin: 0 !important;
  width: 50% !important;
}
.services-layout .row-7-column-group .custom-col.col1 {
  border-right-width: 5px !important;
  border-right-color: #fff !important;
  border-right-style: solid !important;
  border-radius: 5px !important;
}
ul.Defaults-star,
ul.Defaults-star-o{
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 1px;
  font-family: "Montserrat",sans-serif;
}
ul.Defaults-star li,
ul.Defaults-star-o li{
  margin-bottom: 7px;
  line-height: 1.6em;
  position:relative;
  padding-left: 25px;
}
ul.Defaults-star li:before,
ul.Defaults-star-o li:before{
  margin-right: 5px;
  font-family: 'Defaults';
  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: "\f005";
  position: absolute;
  top: 0px;
  left: 1px;
  font-size: 20px;
  color: #333333;
}
ul.Defaults-star-o li:before {
  content: "\f006";
}
.services-layout .row-7-column-group .custom-col .hs_cos_wrapper_type_rich_text {
  display: block;
  padding-bottom: 37px;
}
.services-layout .row-8-column .hs_cos_wrapper_type_rich_text {
  display: block;
  padding: 0 0 56px 0;
}

ul.Defaults-check {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Montserrat",sans-serif;
}
ul.Defaults-check li {
  position: relative;
  line-height: 1.6em;
  margin: 0;
  margin-bottom: 7px;
  padding-left: 25px;
}
ul.Defaults-check li:before{
  margin-right: 5px;
  font-family: 'Defaults';
  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: "\f00c";
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 20px;
  color: #333333;
}
.services-layout .row-8-column .hs_cos_wrapper_type_module:last-child .hs_cos_wrapper_type_rich_text {
  padding-bottom: 28px;
}
.services-layout .row-9-group .page-center {
  padding: 0 !important;
}
.services-layout .row-9-group .page-center .row-9-column .hs_cos_wrapper_type_rich_text {
  display: block;
  padding: 6rem 0;
}
.services-layout .row-9-group .page-center .row-9-column .hs_cos_wrapper_type_custom_widget:first-child .hs_cos_wrapper_type_rich_text {
  padding-bottom: 80px;
}
.services-layout .row-9-group .page-center .row-9-column .hs_cos_wrapper_type_module:last-child .hs_cos_wrapper_type_rich_text {
  padding-top: 0;
  padding-bottom: 98px;
}
.services-layout .row-9-group .page-center .row-9-column .hs_cos_wrapper_type_module:last-child .hs_cos_wrapper_type_rich_text ul.Defaults-check {
  margin-bottom: 35px;
}
.services-layout .row-9-group {
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 69%, rgb(247, 247, 247) 100%);
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 69%, rgb(247, 247, 247) 100%);
  background: -ms-linear-gradient(top, rgb(255, 255, 255) 69%, rgb(247, 247, 247) 100%);
  background: -o-linear-gradient(top, rgb(255, 255, 255) 69%, rgb(247, 247, 247) 100%);
  background: linear-gradient(top, rgb(255, 255, 255) 69%, rgb(247, 247, 247) 100%);
}




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

.footer-container-wrapper {}
.footer-container {}



.footer-top-group {
  background-color: #3b3936;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.footer-top-group .page-center {
  padding: 4rem 0;
}
.footer-top-content h2 {
  line-height: 1.4;
  margin: 0 0 1.5rem;
  font-family: "Montserrat",sans-serif;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: .03em;
  color: #add929;
}
.footer-top-content p {
  color: #ffffff;
}
.footer-top-content hr {
  margin: 2rem 0;
  background: transparent;
}
.footer-form {
  margin-bottom: 60px;
  color: #ffffff;
}
.footer-form h3.form-title {
  font-size: 27px;
  font-weight: 800;
  letter-spacing: .03em;
  line-height: 1.4;
  margin: 0 0 1.5rem;
  color: #fff;
}
.footer-form form .hs-form-field {
  margin: 0 0 1.5rem;
}
.footer-form form .hs-form-field label {
  color: #fff;
}
.footer-form form .hs-form-field label span.hs-form-required {
  display: none;
}
.footer-form form .hs-form-field .hs-input {
  vertical-align: top;
  text-transform: none;
  color: inherit;
  font: inherit;
  border: 0;
  outline: 0;
  margin: 0;
  background-color: #f2f3f5;
  color: #3c4046;
  padding: 0 .8rem;
  width: 100%;
  border-radius: .3rem;
  box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0,0,0,0.08) inset;
  transition: all .3s;
  line-height: 2.8rem;
  height: 2.8rem;
  border-radius: 0;
  margin-top: .4rem;
  max-width:100% !important;
}
.footer-form form .hs-form-field .hs-input:focus {
  box-shadow: 0 0 0 2px #7d55c7;
}
.footer-form form .hs-form-field ul.inputs-list li input {
  margin: 0;
  width: auto;
  display: inline;
  height: auto;
}
.footer-form form .hs-form-field ul.inputs-list {
  display: block;
  vertical-align: top;
  padding: .6rem 0 !important;
  margin: 0;
}
.footer-form form .hs-form-field ul.inputs-list li.hs-form-radio {
  display: inline-block;
  vertical-align: top;
  margin: 0 1.5rem 0 0;
}
.footer-form form .hs-form-field ul.inputs-list li.hs-form-radio input {
  box-shadow: none;
  margin-right: 0.55rem;
  cursor: pointer;
}
.footer-form form .hs-form-field textarea.hs-input {
  padding: .6rem 1rem;
  overflow: auto;
  height: 8rem;
  resize: vertical;
}
.footer-form form input.hs-button.primary.large {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  white-space: nowrap;
  position: relative;
  background: none;
  border: 0;
  z-index: 0;
  cursor: pointer;
  transition: background-color .3s,box-shadow .3s,opacity .3s,color .3s;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 2.8;
  padding: 0 1.8em;
  border-radius: 0;
  letter-spacing: 0;
  box-shadow: 0 0 0 rgba(0,0,0,0.18);
  background-color: #7d55c7;
  font-family: Montserrat, sans-serif;
}
.footer-form form input.hs-button.primary.large:hover {
  background-color: #84bd00;
}

.footer-bottom-group {
  position: relative;
  margin: 0 auto;
  background-color: #434542;
  border-color: #676f7c;
}
.footer-bottom-group .page-center {
  border-color: #676f7c;
  padding: 2rem 0;
  text-align: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.footer-logo {
  padding-top: 50px;
}
.footer-logo img:first-child {
  max-width: 282px;
  margin: 0 auto 30px;
  padding-bottom:0;
}
.footer-logo h6 {
  line-height: 1.4;
  margin: 0 0 1.5rem;
  font-family: "Montserrat",sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .04em;
  color: #d1d1d1;
  padding-bottom: 15px;
  padding-top: 0;
}
.footer-logo img {
  padding-bottom: 15px;
}
.footer-socials {
  text-align: center;
  border-color: #676f7c;
  font-size: 20px;
  margin-bottom: 35px;
}
.footer-socials .w-socials-list {
  margin: 0 -.1em;
}
.w-socials-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: -5px;
}
.w-socials .w-socials-item {
  margin: 0;
}
.w-socials-item-link {
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
  line-height: 2.5em;
  width: 2.5em;
  border: 0;
  z-index: 0;
}
.w-socials.color_text .w-socials-item-link {
  color: inherit;
}
.w-socials-item-link-hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.w-socials-item-link-hover {
  display: block;
  bottom: auto;
  height: 0;
  transition: height .3s;
}
.w-socials-item.twitter .w-socials-item-link-hover {
  background-color: #55acee;
}
.w-socials-item-link:after, .w-socials-item-link i {
  display: block;
  line-height: inherit;
  position: relative;
}
.w-socials-item-link:after {
  font-family: fontawesome;
}
.w-socials-item.twitter .w-socials-item-link:after {
  content: '\f099';
}
.w-socials-item-popup {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 100%;
  text-align: center;
  white-space: nowrap;
  z-index: 10;
  font-size: .9rem;
  line-height: 2.4rem;
  padding: 0 1rem;
  margin-bottom: .4rem;
  border-radius: 0;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-50%,-1em,0);
  transition: opacity .2s cubic-bezier(.78,.13,.15,.86) .3s,transform .2s cubic-bezier(.78,.13,.15,.86) .3s;
}
.w-socials-item-popup {
  display: block;
}
.w-socials-item-popup:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0,0,0,0.8);
}
.w-socials:not(.hover_none) .w-socials-item-link:hover {
  color: #fff;
}
.w-socials-item-link:hover .w-socials-item-link-hover {
  display: block;
  bottom: auto;
  height: 0;
  transition: height .3s;
  height: 100%;
}
.w-socials-item-link:hover+.w-socials-item-popup {
  visibility: visible;
  opacity: 1;
  transform: translate3d(-50%,0,0);
}
.w-socials-item.linkedin .w-socials-item-link-hover {
  background-color: #117eb9;
}
.w-socials-item.linkedin .w-socials-item-link:after {
  content: '\f0e1';
}
.w-socials-item.youtube .w-socials-item-link-hover {
  background-color: #f00;
}
.w-socials-item.youtube .w-socials-item-link:after {
  content: '\f16a';
}
.custom-copyright p {
  margin: 0;
  color: #aab2bd;
}
.custom-copyright p a {
  color: #d7dde0;
}
.custom-copyright p a:hover {
  color: #fff;
}
.footer-socials a.w-socials-item-link {
  text-decoration: none;
  border: none;
  color: #aab2bd;
}
.footer-socials a.w-socials-item-link:hover {
  color: #fff
}

#back-to-top {
  display: block;
  position: fixed;
  z-index: 100;
  bottom: 0;
  text-align: center;
  font-size: 2rem;
  outline: 0 !important;
  color: #fff !important;
  transform: translate3d(0,5rem,0);
  line-height: 50px;
  height: 50px;
  width: 50px;
  margin: 15px;
  background-color: rgba(0,0,0,0.3);
  right: 0;
  border-radius: 0 
}
#back-to-top i.w-toplink:before {
  content: '\f106';
  font-family: fontawesome;
  vertical-align: top;
  font-style: normal;
}
#back-to-top:hover {
  background-color: #7d55c7;
  border: none;
}
#back-to-top.active {
  transform: translate3d(0,0,0);
}
.footer-socials .w-socials-item {
  font-size: 20px;
}








/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
  line-height: 50px;
  margin-top: 22px;
  display: block;
  float: right;
  padding-right: 9px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  margin-bottom: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-family: "Montserrat",sans-serif;
  font-weight: 600;
  color: #3c4046;
  position: relative;
  line-height: 50px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 8px;
  margin: 0 auto -2px;
  height: 2px;
  width: 100%;
  opacity: 0;
  transition: all .3s;
  background-color: #76a802;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
  color: #84bd00 !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:hover{
  color: #fff !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: #046a38;
  border:none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
  color: #76a802;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:after{
  bottom: 12px;
  opacity: 1;
}


/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
  background-color: #fff;
  color: #676f7c;
  box-shadow: 0 8px 15px rgba(0,0,0,0.1);
  text-align: left;
  width: 288.25px;
  transform-origin: 50% 0;
  transform: scaleY(0) translateZ(0);
  opacity: 0;
  transition: transform .3s,opacity .3s !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover ul {
  transform: scaleY(1) translateZ(0);
  opacity: 1;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
  font-size: 16px;
  margin: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  line-height: 1.5em;
  padding: .6em 20px;
  white-space: nowrap;
  transition: color .1s,background-color .1s;
  color: #676f7c;
  font-weight: 600;
  border: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color: #046a38;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover a{
  background-color: #76a802;
  color: #fff;
}
/* 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;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1100px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display: block !important;
    height: auto !important;
  }
}


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

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

@media (max-width: 1099px){

  /* 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;
    top: 29px;
    right: 120px;
    width: 1em;
    padding: 10px 0;
    border: none;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #3c4046;
    margin-top: 0;
    font-size: 20px;
    position: absolute;
    height: inherit;
  }
  .mobile-open .mobile-trigger:hover,
  .mobile-trigger:hover{
    color: #046a38;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #3c4046;
  }
  .mobile-open .mobile-trigger i {
    transform: translateY(-50%) rotate(45deg);
    transition-delay: .15s;
  }
  /* Toggle Button Icon */
  .mobile-trigger i {
    top: 50%;
    transform: translateY(-50%);
    transition: transform .15s cubic-bezier(0,1,.8,1);
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: inherit;
    border-bottom: .15em solid;
  }
  .mobile-trigger i:before{ 
    top: -.35em;
    transition: top .15s cubic-bezier(0,1,.8,1) .15s,opacity .15s cubic-bezier(0,1,.8,1);
  } /* Position top line */
  .mobile-trigger i:after{ top: .35em;
    transition: top .15s cubic-bezier(0,1,.8,1) .15s,transform .15s cubic-bezier(0,1,.8,1);} /* Position bottom line */
  .mobile-open .mobile-trigger i:before {
    top: 0;
    opacity: 0;
    transition: top .15s cubic-bezier(0,1,.8,1),opacity .15s cubic-bezier(0,1,.8,1) .15s;
  }
  .mobile-open .mobile-trigger i:after {
    top: 0;
    transform: rotate(90deg);
    transition: top .15s cubic-bezier(0,1,.8,1),transform .15s cubic-bezier(0,1,.8,1) .15s;
  }
  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger {
    vertical-align: top;
    font-weight: normal;
    line-height: inherit;
    text-transform: none;
    text-align: center;
    display: block !important;
    top: 0;
    right: 0;
    width: 2em;
    padding: .7rem 0;
    transition: transform .3s;
    position: absolute;
    color: #3c4046;
    cursor:pointer;
  }
  .child-trigger:hover{
    text-decoration: none;
    color: #046a38;
  }
  .child-trigger i:before {
    content: '\f107';
    vertical-align: top;
    font-family: fontawesome;
    font-size: 1.5em;
  }
  .custom-menu-primary.mobile-view {
    display: block;
  }
  .child-trigger i {
    font-style: normal;
  }
  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 0;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0,0,0,0.1);
  }
  .custom-menu-primary .hs-menu-wrapper > ul{
    width: 100%; /* Full screen width */
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: #fff;
    color: #3c4046;
  }

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

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35);
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .child-trigger.child-open {
    transform: rotate(180deg);
  }
}


/* ==========================================================================
5. BLOG                                        
========================================================================== */
.yes-banner .mobile-trigger {
  color: #fff;
  transition-property: background-color,box-shadow,border,color,opacity,transform;
  transition-duration: .3s;
}
.yes-banner .mobile-trigger:hover{
  color: #046a38;
}
.yes-banner .custom-logo a img.for_default {
  display: none !important;
}
.yes-banner .custom-logo a img.for_transparent {
  display: block !important;
}
.custom-header-group {
  position: absolute;
  top: 0;
  z-index: 9;
  width:100% !important;
}
.no-banner .custom-header-group {
  position: static;
}
.yes-banner .lang_list_class li {
  background: transparent;
  color: #fff;
}
.yes-banner ul.lang_list_class.dropdown-open li {
  color: #3c4046;
}
.yes-banner ul.lang_list_class.dropdown-open li.active {
  background: #fff;
  color: #3c4046;
}
.yes-banner .custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: #fff;
}
.yes-banner .custom-menu-primary .hs-menu-wrapper>ul>li>a:after {
  background-color: #fff;
}
.blog .custom-banner:after {
  background: rgba(0,0,0,0.3);
}
.filter-button-group {
  text-align: center;
}
.filter-button-group a {
  line-height: 3rem;
  padding: 0 1.2rem;
  transition: all .2s;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  border-radius: 0;
  background-color: transparent !important;
  border-bottom: 3px solid transparent;
  opacity: .66;
  color: #3c4046;
  border: none;
  font-family: "Montserrat",sans-serif;
  font-size: 17px;
  font-weight: 300;
  text-transform: capitalize;
}
.filter-button-group a.active {
  border-bottom: 3px solid transparent;
  border-color: #7d55c7;
  color: #7d55c7;
  opacity: 1;
  pointer-events: none;
}
.blog-listing-wrapper .post-listing {
  margin: 5px -5px;
}
.blog-listing-wrapper .post-listing .post-item {
  padding: 5px;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.blog-listing-wrapper .post-listing .post-item .post-inner {
  border-radius: 0;
  font-size: 1rem;
  position: relative;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 1px 2px rgba(0,0,0,0.08), 0 1px 5px rgba(0,0,0,0.06);
  transition: box-shadow .3s;
  background-color: #fff;
  color: #3c4046;
}
.post-item .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  float: none !important;
  width: 100%;
  display: block !important;
}
.post-item .post-header {
  padding: 9% 11% 10%;
}
.post-item .post-header h2 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.post-item .post-header h2 a {
  color: inherit;
}
.post-item .post-header h2 a:hover {
  color: #046a38;
}
.post-item .post-header .w-blog-post-meta {
  line-height: 1.2rem;
}
.post-item .post-header .w-blog-post-meta time {
  display: inline-block;
  vertical-align: top;
  font-size: .9rem;
  margin: 0 1.2rem .4rem 0;
  color: #aab2bd;
}
.w-blog-post-meta-date:before {
  content: '\f017';
}

.w-blog-post-meta>*:before {
  font-family: fontawesome;
  vertical-align: top;
  margin-right: .3rem;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
  margin-top: .3rem;
}
span.w-blog-post-meta-category {
  display: inline-block;
  vertical-align: top;
  color: #aab2bd;
  font-size: 0;
  margin: -.15rem;
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
}
span.w-blog-post-meta-category a.topic-link {
  border-radius: 0;
  border: 0 !important;
  background-color: rgba(0,0,0,0.3);
  color: #fff;
  display: inline-block;
  vertical-align: top;
  font-size: .7rem;
  line-height: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: .15rem;
  padding: 0 .8rem;
}
span.w-blog-post-meta-category a.topic-link:hover {
  background-color: #84bd00;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
  margin-top: .3rem;
  color: #3c4046;
}
a.more-link {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  white-space: nowrap;
  position: relative;
  background: none;
  border: 0;
  z-index: 0;
  cursor: pointer;
  transition: background-color .3s,box-shadow .3s,opacity .3s,color .3s;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 2.8;
  padding: 0 1.8em;
  border-radius: 0;
  letter-spacing: 0;
  box-shadow: 0 0 0 rgba(0,0,0,0.18);
  border-width: 0;
  margin: 1.5rem 0 0;
  color: inherit;
  border-color: #e8e9eb;
}
a.more-link:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
}
a.more-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  transition: height .3s;
  background-color: rgba(0,0,0,0.15);
  background-color: #e8e9eb;
}
a.more-link:hover:before {
  height: 100%;
}
a.more-link span {
  position: relative;
  white-space: normal;
}
.blog-pagination{
  display: block !important;
}
.blog-pagination .no-post{
  display: none;
}
.blog-pagination a.load-more {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 1.3rem;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: background-color .3s,opacity .3s;
  background-color: #f2f3f5;
  text-align: center;
  display: block;
  color: #3c4046;
  border: none;
}
.blog-pagination a.load-more:hover {
  background-color: #e8e9eb;
}
.hs-blog-post .hs-featured-image-wrapper {
  background-color: #f2f3f5;
  margin-bottom: 2rem;
}
.hs-blog-post .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  display: block !important;
  float: none;
  width: 100%;
}
.post-header h1 {
  padding-top: 0;
}
.hs-blog-post .post-header .w-blog-post-meta {
  line-height: 1.2rem;
  padding: 0 0 1rem;
}
.hs-blog-post .post-header .w-blog-post-meta time {
  color: #aab2bd;
  font-size: .9rem;
  margin: 0 1.2rem .4rem 0;
  display: inline-block;
  vertical-align: top;
}
.hs-blog-post .post-header .w-blog-post-meta span.w-blog-post-meta-category {
  font-size: .9rem;
  margin: 0 1.2rem .4rem 0;
  color: #aab2bd;
  display: inline-block;
  vertical-align: top;
  position: static;
}
.hs-blog-post .w-blog-post-meta-category:before {
  content: '\f07c';
}

.hs-blog-post .w-blog-post-meta>*:before {
  font-family: fontawesome;
  vertical-align: top;
  margin-right: .3rem;
}
.hs-blog-post .post-header .w-blog-post-meta span.w-blog-post-meta-category a.topic-link {
  border-radius: 0;
  color: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: .9rem;
  line-height: 1.2rem;
  text-transform: capitalize;
  font-weight: 300;
  margin-right: 5px;
}
.hs-blog-post .post-header .w-blog-post-meta span.w-blog-post-meta-category a.topic-link:hover {
  color: #046a38;
  border-bottom: 1px solid !important;
}
.blog-post-wrapper .post-body {
  padding-bottom: 4rem;
}
.post-social-group {
  padding: 4rem 0;
}
.post-social-group ul.social-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-social-group ul.social-list li {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  line-height: 2rem;
  padding: 0 1rem;
  color: inherit;
  border-right: 2px solid #e8e9eb;
}
.post-social-group ul.social-list li:last-child {
  border-right: 0;
}
.post-social-group ul.social-list li a {
  border-color: #e8e9eb;
  text-transform: lowercase;
  border-radius: 0;
  margin: .15rem 0;
  border-width: 0;
  border-style: solid;
  transition: none;
  color: #3c4046;
}
.post-social-group ul.social-list li a:hover{
  color: #84bd00;
}
.post-social-group ul.social-list li:first-child  {
  padding-left: 0;
}
.w-sharing-icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-width: 1rem;
  font-size: 1.4rem;
  width: 1.8rem;
  transition: opacity .3s,color .3s;
  opacity: .33;
}
.w-sharing-icon:before {
  font-family: fontawesome;
  vertical-align: top;
  line-height: inherit;
}
.w-sharing-item.email .w-sharing-icon:before {
  content: '\f0e0';
}
.w-sharing-item.facebook .w-sharing-icon:before {
  content: '\f09a';
}
.w-sharing-item.twitter .w-sharing-icon:before {
  content: '\f099';
}
.w-sharing-item.gplus .w-sharing-icon:before {
  content: '\f0d5';
}
.w-sharing-item.linkedin .w-sharing-icon:before {
  content: '\f0e1';
}
.post-social-group ul.social-list li a:hover span.w-sharing-icon {
  opacity: 1;
}
.custom_blog_next-previous {
  padding: 2rem 0;
  border-top: 1px solid;
  display: block;
  border-color: rgb(232, 233, 235);
}
.custom_blog_next-previous:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.custom_blog_next-previous a.w-blognav-item.to_prev {
  float: left;
}
.custom_blog_next-previous a.w-blognav-item.to_next {
  float: right;
}
.section.post-footer form .hs-input {
  max-width: 100%;
}
a.w-blognav-item{
  padding: 0 2.2rem;
  width: 50%;
  position: relative;
  color: inherit;
  transition: none;
  border: none;
}
a.w-blognav-item.to_prev {
  text-align: left;
}
a.w-blognav-item.to_prev:before {
  font: 2.5rem/1 fontawesome;
  position: absolute;
  top: .2rem;
  opacity: .3;
  content: '\f104';
  left: 0;
}
span.w-blognav-meta {
  display: block;
  font-size: .8rem;
  line-height: 1.4rem;
  opacity: .5;
}
.w-blognav-title {
  transition: color .3s;
}
a:hover span.w-blognav-title {
  color: #84bd00;
  border-bottom: 1px solid;
}
.to_next {
  text-align: right;
}
.w-blognav-item:before {
  font: 2.5rem/1 fontawesome;
  position: absolute;
  top: .2rem;
  opacity: .3;
}
.to_next:before{
  content: '\f105';
  right: 0;
}
form ul.inputs-list {
  margin: 0;
}









/* =============== 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 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 */
#comments-listing {
  margin-bottom: 30px;
  margin-top: 30px;
}
.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 {}

.hs-featured-image-wrapper:hover + .post-header h2 a {
  color: #046a38;
  border-bottom: 1px solid;
}

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


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {
  margin: 0 0 1.5rem;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label {}

input#hs-pwd-widget-password {
  margin-top: 5px !important;
}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  vertical-align: top;
  text-transform: none;
  color: inherit;
  font: inherit;
  border: 0;
  outline: 0;
  margin: 0;
  background-color: #f2f3f5;
  color: #3c4046;
  padding: 0 .8rem;
  width: 100%;
  border-radius: .3rem;
  box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0,0,0,0.08) inset;
  transition: all .3s;
  line-height: 2.8rem;
  height: 2.8rem;
  border-radius: 0;
  margin-top: .4rem;
  max-width: 767px;
  display:block;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  box-shadow: 0 0 0 2px #7d55c7;
}

/* Separate Styles for Multiple Line Inputs */
textarea {
  padding: .6rem 1rem;
  height: 8rem;
  resize: vertical;
}
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 */


/* =============== 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;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  white-space: normal;
  position: relative;
  background: none;
  border: 0;
  z-index: 0;
  cursor: pointer;
  transition: background-color .3s,box-shadow .3s,opacity .3s,color .3s;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 2.8;
  padding: 0 1.8em;
  border-radius: 0;
  letter-spacing: 0;
  box-shadow: 0 0 0 rgba(0,0,0,0.18);
  background-color: #7d55c7;
  margin: 10px 0;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #84bd00;
}


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


/* =============== 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 {}


/* =============== 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 {}

ul.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.hs-error-msgs.inputs-list li {
  margin: 0;
}
ul.hs-error-msgs.inputs-list li label {
  color: #f00;
  font-size: .9rem;
  font-weight: normal;
  display: block;
}
.custom-menu-primary.mobile-view {
  min-height: 0;
}

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

.governor-a-tool-for-sql-server-optimisation .custom-banner:after {
  background-color: rgba(10,10,10,0.4);
}

.governor-a-tool-for-sql-server-optimisation .body-container-wrapper {
  padding:0;
}  

.governor-a-tool-for-sql-server-optimisation .custom-row2-group {
  background-attachment: fixed;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover; 
  transition: opacity .5s;
}

.governor-a-tool-for-sql-server-optimisation .body-container audio,
.governor-a-tool-for-sql-server-optimisation .body-container video,
.governor-a-tool-for-sql-server-optimisation .body-container iframe,
.governor-a-tool-for-sql-server-optimisation .body-container object, 
.governor-a-tool-for-sql-server-optimisation .body-container embed {
  max-width: 100%;
  border: 0;
}

.bg-img-wrapper .bg-img {
  display:none !important;
}

.governor-a-tool-for-sql-server-optimisation .body-container .custom-row3-group .page-center,
.governor-a-tool-for-sql-server-optimisation .body-container .custom-row2-group .page-center {
  padding: 8rem 0;
}

.governor-a-tool-for-sql-server-optimisation .body-container .custom-row3-group .hs_cos_wrapper_type_header {
  text-align:center;
}

.governor-a-tool-for-sql-server-optimisation .custom-row3-group .two-column-equal-group {
  margin-top: calc(3.36rem + 1px);
}



.btn.green-btn { 
  background-color: #84bd00;
  color: #fff;
  font-weight: 700;
  line-height: 2.8;
  padding: 0 1.8em;
  border-radius: 0;
  letter-spacing: 0;
  box-shadow: 0 0 0 rgba(0,0,0,0.18);
  cursor: pointer;
  transition: background-color .3s,box-shadow .3s,opacity .3s,color .3s;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.btn.green-btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  border: 0;
}

.btn.green-btn i {
  margin-right: .8rem;
}


.btn.green-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  transition: height .3s;
  background-color: rgba(0,0,0,0.15);
}

.btn:hover:before {
  height: 100% !important;
} 

.btn.purpule-btn {
  background-color: #7d55c7;
  color: #fff;
  font-weight: 700;
  line-height: 2.8;
  padding: 0 1.8em;
  border-radius: 0;
  letter-spacing: 0;
  box-shadow: 0 0 0 rgba(0,0,0,0.18);
  display: inline-block;
  vertical-align: top;
  text-align: center;
  white-space: nowrap;
  position: relative;
  border: 0;
  z-index: 0;
  cursor: pointer;
  transition: background-color .3s,box-shadow .3s,opacity .3s,color .3s;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-transform: uppercase;
}
b, strong {
  font-weight: bold;
}
.btn.purpule-btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  border: 0;
}

.btn.purpule-btn i {
  margin-right: .8rem;
}


.btn.purpule-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  transition: height .3s;
  background-color: rgba(0,0,0,0.15);
}

.governor-a-tool-for-sql-server-optimisation .custom-row3-group .two-column-equal-group .column {
  text-align: center;
}

.custom-bottom-pane .hs_cos_gallery_main {
  opacity: 0;
  pointer-events: none;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  height:100%;
  width:100%;
  z-index:99999;
  background-color:rgba(11, 11, 11, 0.8);
  transition:0.3s;
}

.custom-bottom-pane  .hs_cos_gallery_main.active {
  opacity:1;
  pointer-events:auto;
}


.custom-bottom-pane .hs_cos_gallery_thumbnails .slick-slide {
  padding: 4px;
  cursor: zoom-in;
  width: 33.08%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: inherit;
  float: none;
}


.custom-bottom-pane .hs_cos_gallery_main .slick-slide {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:0.3s;
  padding-left:6px;
  padding-right:6px;
}

.custom-bottom-pane .hs_cos_gallery_main.active .slick-slide.active {
  opacity:1;
  pointer-events:auto;
  cursor: zoom-out;
}
.custom-bottom-pane .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  transform: scale(0.5);
  transition:0.3s;
}
.custom-bottom-pane .hs_cos_gallery_main.active .slick-slide .slick-slide-inner-wrapper {
  transform: scale(1);
}
.custom-bottom-pane .hs_cos_gallery_main .slick-slide img {
  padding: 40px 0;
}
.custom-bottom-pane .hs_cos_gallery_main .slick-slide .mfp-bottom-bar .mfp-bottom-bar-inner {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.custom-bottom-pane .hs_cos_gallery_main .slick-slide .mfp-bottom-bar .mfp-bottom-bar-inner .mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
  font-size: .9rem;
}
.custom-bottom-pane .hs_cos_gallery_main .slick-slide .mfp-bottom-bar .mfp-bottom-bar-inner .mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.custom-bottom-pane .hs_cos_gallery_main + a.next.pop-button,
.custom-bottom-pane .hs_cos_gallery_main + a.next.pop-button + a.prev.pop-button,
.custom-bottom-pane .hs_cos_gallery_main + a.next.pop-button + a.prev.pop-button + a.pop-close {
  display: block;
  opacity: 0;
  pointer-events: none;
  width: 90px;
  height: 110px;
  background-color:transparent;
  position:fixed;
  z-index:999999;
  transition:1s;
  text-decoration:none !important;
  border-bottom:0 !important;
}


.custom-bottom-pane .hs_cos_gallery_thumbnails .slick-slide  p {
  text-align: center;
  padding: .5rem 1rem 1rem;
  line-height: 1.6;
}


.custom-bottom-pane .hs_cos_gallery_thumbnails .slick-slide .slick-slide-inner-wrapper {
  vertical-align:top;
}


.custom-bottom-pane .hs_cos_gallery_main + a.next.pop-button {
  top:50%;
  transform:translateY(-50%);
  right:35px;
  text-align:right;
}

.custom-bottom-pane .hs_cos_gallery_main + a.next.pop-button + a.prev.pop-button {
  top:50%;
  transform:translateY(-50%);
  left:35px;

}


.custom-bottom-pane .hs_cos_gallery_main + a.next.pop-button + a.prev.pop-button + a.pop-close {
  top:0;
  right:0;
}


.custom-bottom-pane .hs_cos_gallery_main + a.next.pop-button + a.prev.pop-button + a.pop-close:after {
  content: '\2715';
  position: absolute;
  z-index: 1047;
  top: 0;
  right: 0;
  font-size: 2rem;
  text-align: center;
  line-height: 5rem;
  width: 5rem;
  color: #fff;
  transition: opacity .2s;
  opacity: .66;
}

.custom-bottom-pane .hs_cos_gallery_main.active + a.next.pop-button,
.custom-bottom-pane .hs_cos_gallery_main.active + a.next.pop-button + a.prev.pop-button,
.custom-bottom-pane .hs_cos_gallery_main.active + a.next.pop-button + a.prev.pop-button + a.pop-close {
  opacity:1;
  pointer-events:auto;
}

.custom-bottom-pane .hs_cos_gallery_main.active + a.next.pop-button,
.custom-bottom-pane .hs_cos_gallery_main.active + a.next.pop-button + a.prev.pop-button {
  opacity:0.66;
}


.custom-bottom-pane .hs_cos_gallery_main.active + a.next.pop-button:hover,
.custom-bottom-pane .hs_cos_gallery_main.active + a.next.pop-button + a.prev.pop-button:hover {
  opacity:1;
}


.custom-bottom-pane .hs_cos_gallery_thumbnails {
  padding-left: 0;
  padding-right: 0;
  margin: 0 -6px;
}

.custom-bottom-pane  .hs_cos_gallery_thumbnails .slick-slide .slick-slide-inner-wrapper p {
  text-align: center;
  padding: .5rem 1rem 1rem;
  line-height: 1.6;
  font-family: "Montserrat",sans-serif;
  font-size: 17px;
  font-weight: 300;
}


.custom-bottom-pane .hs_cos_gallery_thumbnails .slick-slide .slick-slide-inner-wrapper img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 100%; 
}

.custom-bottom-pane .hs_cos_gallery_thumbnails .slick-slide .slick-slide-inner-wrapper {
  position:relative;
}

.custom-bottom-pane .hs_cos_gallery_thumbnails .slick-slide .slick-slide-inner-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity .3s;
  background-color: #fff;
}


.custom-bottom-pane .hs_cos_gallery_thumbnails .slick-slide .slick-slide-inner-wrapper:hover:after {
  opacity:0.5;
}

.custom-bottom-pane .hs_cos_gallery_thumbnails .slick-slide .slick-slide-inner-wrapper img:hover {

}

.governor-a-tool-for-sql-server-optimisation .custom-row2-group .page-center iframe {
  box-shadow: 0 2px 55px 0 rgba(0,0,0,0.16);
}

.custom-bottom-pane .hs_cos_gallery .pop-button:before {
  content: '\f104';
  font-family: fontawesome;
  font-size: 3rem;
  font-weight: normal;
  line-height: 110px;
  width: 100%;
  margin: 0;
  border: 0;
  color: #fff;
  opacity: .7;
}

.custom-bottom-pane .hs_cos_gallery .pop-button.next:before {
  content: '\f105';
}

.governor-a-tool-for-sql-server-optimisation .custom-row4-group,
.governor-a-tool-for-sql-server-optimisation .custom-row3-group,
.governor-a-tool-for-sql-server-optimisation .custom-row2-group,
.governor-a-tool-for-sql-server-optimisation .custom-row1-group {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

/*========= home ==========*/

.home-custom-banner {
  padding-top: 160px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  margin-top: -1px;
}
.home-custom-banner .l-section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-custom-banner .page-center {
  position: relative;
  z-index: 1;
  padding: 8rem 0;
}
.home-custom-banner .page-center .home-banner-contnet {
  width: 83.3333%;
  padding-top: 40px;
  padding-bottom:110px;
}
.home-custom-banner .page-center .home-banner-contnet h1 {
  color: #fff;
}
.home-custom-banner .page-center .home-banner-contnet .button-section {
  margin-top: calc(3rem + 1px);
  margin-bottom: 43px;
}
.home-custom-banner .page-center .home-banner-contnet .button-section:after {
  content: "";
  clear: both;
  display: block;
}
.home-custom-banner .page-center .home-banner-contnet .button-section .btn-part {
  float: left;
  position: relative;
}
.home-custom-banner .page-center .home-banner-contnet .button-section .btn-part.left a {
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
  text-align: center;
  position: relative;
  padding: 14px 21px 14px 0px;
  background-color: rgb(132, 189, 0);
  font-weight: bold;
  color: #ffffff;
  font-size: 15px;
  line-height: 15px;
  border: 0;
}
.home-custom-banner .page-center .home-banner-contnet .button-section .btn-part.left a span.icon-sec {
  padding: 0 10px;
  display: inline-block;
  font-size: 32px;
  vertical-align: middle;
  -webkit-transition: .5s;
  transition: .5s;
}
.Defaults-play-circle-o:before {
  content: "\f01d";
}
[class^="Defaults-"], [class*=" Defaults-"] {
  font-family: 'Defaults';
  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;
}
.home-custom-banner .page-center .home-banner-contnet .button-section .btn-part.left a span.text-sec {
  vertical-align: middle;
  position: relative;
  top: 1px;
  left: -1px;
}

.home-custom-banner .page-center .home-banner-contnet .button-section .btn-part.right a {
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
  text-align: center;
  position: relative;
  padding: 14px 0px 14px 23px;
  background-color: rgb(212, 235, 142);
  font-weight: bold;
  color: rgb(71, 71, 71);
  font-size: 15px;
  line-height: 15px;
  border: 0;
}
.home-custom-banner .page-center .home-banner-contnet .button-section .btn-part.right a span.icon-sec {
  padding: 0px 9px 0 9px;
  display: inline-block;
  font-size: 32px;
  vertical-align: middle;
  -webkit-transition: .5s;
  transition: .5s;
}
.home-custom-banner .page-center .home-banner-contnet .button-section .btn-part.right a span.text-sec {
  vertical-align: middle;
  position: relative;
  top: 1px;
  left: -1px;
}
.Defaults-sliders:before {
  content: "\f1de";
}
span.icon-plus {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%,-50%);
  -ms-transform: translate(50%,-50%);
  transform: translate(50%,-50%);
  height: 26px;
  width: 26px;
  line-height: 1;
  text-align: center;
  background: #fff;
  line-height: 28px;
  color: #ffffff;
  background-color: #7d55c7;
  border-width: 0px;
  z-index: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-size: 11px;
  border: 0;
  font-weight: 400;
  z-index: 12;
  -webkit-transition: border-color ease .5s,background ease .5s,color ease .5s;
  transition: border-color ease .5s,background ease .5s,color ease .5s;
}
.Defaults-plus:before {
  content: "\f067";
}
.home-custom-banner .page-center .home-banner-contnet .button-section .btn-part.left a:hover {
  background: rgb(188, 188, 188);
}
.home-custom-banner .page-center .home-banner-contnet .button-section .btn-part.left a:hover span.icon-sec {
  color: rgb(51, 51, 51);
}
.home-custom-banner .page-center .home-banner-contnet .button-section .btn-part.right a:hover {
  background: rgb(188, 188, 188);
}
.home-custom-banner .page-center .home-banner-contnet .button-section .btn-part.right a:hover span.icon-sec {
  color: rgb(255, 255, 255);
}
.home-row1-group .page-center {
  padding-top: calc(3rem + 1px) !important;
  padding-bottom: 57px !important;
}
.home-row1-content {
  padding-bottom: calc(3rem + 6px) !important;
}
.home .body-container a.btn {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
  border: 0;
  cursor: pointer;
  transition: background-color .3s,box-shadow .3s,opacity .3s,color .3s;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  overflow: hidden;
  border-width: 0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 2.8;
  padding: 0 1.8em;
  border-radius: 0;
  letter-spacing: 0;
  box-shadow: 0 0 0 rgba(0,0,0,0.18);
}
a.btn.purple {
  background-color: #7d55c7;
  color: #fff;
}
a.btn.green {
  background-color: #84bd00;
  color: #fff;
}
.home .body-container a.btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  transition: height .3s;
  background-color: rgba(0,0,0,0.15);
}
.home .body-container a.btn:hover:before{
  height: 100%;
}
.home .body-container a.btn span {
  position: relative;
  z-index: 1;
}
.home-row1-right-col {
  padding-left: 11px;
}
.home-row2-group {
  background: -webkit-linear-gradient(top, rgb(137, 179, 39) 0%, rgb(156, 199, 56) 25%, rgb(156, 199, 56) 75%, rgb(137, 179, 39) 100%);
  background: -moz-linear-gradient(top, rgb(137, 179, 39) 0%, rgb(156, 199, 56) 25%, rgb(156, 199, 56) 75%, rgb(137, 179, 39) 100%);
  background: -ms-linear-gradient(top, rgb(137, 179, 39) 0%, rgb(156, 199, 56) 25%, rgb(156, 199, 56) 75%, rgb(137, 179, 39) 100%);
  background: -o-linear-gradient(top, rgb(137, 179, 39) 0%, rgb(156, 199, 56) 25%, rgb(156, 199, 56) 75%, rgb(137, 179, 39) 100%);
  background: linear-gradient(top, rgb(137, 179, 39) 0%, rgb(156, 199, 56) 25%, rgb(156, 199, 56) 75%, rgb(137, 179, 39) 100%);
  color: #fff;
}
.home .body-container-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.home-row1-group,
.home-row2-group,
.home-row3-group,
.home-row4-group,
.home-row5-group,
.home-row6-group{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.home-row2-group .page-center {
  padding: 8rem 0;
}
.home-row2-heading h2 {
  text-align: center;
  color: #fff;
  margin-bottom: calc(4rem + 1px);
}
.home-row2-group .custom-icon-with-content {
  padding: 0;
}
.home-row2-group .custom-icon-with-content .custom-column {
  width: 33.33%;
}
.home-row2-group .custom-icon-with-content .custom-column .w-iconbox-icon {
  font-size: 90px;
}
.home-row2-group .custom-icon-with-content .column-inner {
  margin: 0;
}
.home-row2-group .custom-icon-with-content .column-inner .custom-text {
  padding: .6em 0;
  margin-bottom: 0;
  transition: color .3s;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: .03em;
  font-family: "Montserrat",sans-serif;
  line-height: 1.4;
}
.home-row3-group .page-center {
  padding: 8rem 0 !important;
}
.home-row3-col .w-counter-h {
  text-align: center;
}
.home-row3-col .w-counter-h .w-counter-number {
  color: #84bd00;
  font-size: 6rem;
  font-family: "Montserrat",sans-serif;
  font-weight: 800;
  line-height: 1;
}
.home-row3-col .w-counter-h .w-counter-number + h6.w-counter-title {
  line-height: 1.4;
  padding: .6rem 0;
  margin: 0;
}
.home .w-separator {
  width: 30%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.home .w-separator {
  margin: 3rem 0 44px;
  border-color: #d4eb8e;
  color: #d4eb8e;
  overflow: hidden;
}
.home .w-separator-h {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: inherit;
  border-color: inherit;
  color: inherit;
  top: 10px;
}
.home .w-separator-h:before, .home .w-separator-h:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 50%;
  height: 0;
  width: 200rem;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: inherit;
}
.home .w-separator-h:before {
  right: 100%;
}
.home .w-separator .w-separator-h:before {
  margin-right: 0;
}
.home .w-separator-h:after {
  left: 100%;
}
.home .w-separator .w-separator-h:after {
  margin-left: 0;
}
.home-row3-col ul.Defaults-check li {
  padding-left: 80px;
}
.home-row3-col ul.Defaults-check li h4 {
  padding: 0 0 1.5rem;
}
.home-row3-col ul.Defaults-check li:before {
  color: #7d55c7;
  font-size: 30px;
}
.home-row3-col ul.Defaults-check {
  margin-bottom: 36px;
}
.home-row3-col a.btn.purple {
  margin-bottom: 5px;
}
.home .full-width-content-bg h2 {
  color: #000 !important;
}
.home-row4-group .page-center {
  padding: 8rem 0 211px;
  border-bottom: 1px solid #e8e9eb;
}
.home-row4-group .page-center a.btn.green {
  margin-top: 6px;
}
.home-row5-group .page-center {
  padding-top: 52px !important;
}
.home-row5-group .page-center .content-bg {
  color: #fff;
  margin-bottom: 82px;
}
.home .ult-content-box {
  padding: 2rem;
  border-width: 2px;
  border-color: #e8e9eb;
}
.home .ult-content-box:hover {
  border-color: #7d55c7;
}
.home .ult-content-box .w-testimonial-text {
  text-align: left;
}
.home-row5-left-col .hs_cos_wrapper_type_rich_text {
  text-align: center;
  display: block;
}
.home-row5-left-col a.btn.purple {
  font-size: 15.3px;
}
.home-row6-heading {
  text-align: center;
}
.home-row6-group .page-center {
  padding-top: calc(4rem - 15.5px);
}
.home-row6-group>div:last-child .page-center {
  padding-top: 93px;
}
.home-row6-rss-listing h3 {
  margin: 0;
}
.home-row6-rss-listing .hs-rss-item.hs-with-featured-image {
  padding: 0 1.5rem;
  margin-bottom: 3.5rem;
  width: 33.3333%;
  float: left;
}
.home-row6-rss-listing .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  width: 100% !important;
  padding: 0;
  padding-top: 1.2rem;
}
.home-row6-rss-listing .hs-rss-item.hs-with-featured-image .hs-rss-item-text a.hs-rss-title:hover {
  color: #046a38;
}
.home-row6-rss-listing .hs-rss-item.hs-with-featured-image .hs-rss-item-text a.hs-rss-title {
  font-size: 1.2rem;
  display: inline;
  margin-bottom: 1rem;
  color: #434955;
  font-weight: 800;
  letter-spacing: .03em;
}
.home-row6-rss-listing .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper:hover + .hs-rss-item-text a.hs-rss-title {
  color: #046a38;
  border-bottom: 1px solid;
}
.home-row6-rss-listing .hs-rss-item.hs-with-featured-image .hs-rss-item-text .hs-rss-byline {
  line-height: 1.2rem;
  opacity: 1 !important;
  color: #aab2bd;
  font-size: 15.3px !important;
  margin: 0 1.2rem .4rem 0;
}
.home-row6-rss-listing .hs-rss-item.hs-with-featured-image .hs-rss-item-text .hs-rss-byline:before {
  content: '\f017';
  font-family: fontawesome;
  vertical-align: top;
  margin-right: .3rem;
}
.home-row6-rss-listing .hs-rss-item.hs-with-featured-image .hs-rss-item-text .hs-rss-description a {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  white-space: nowrap;
  position: relative;
  background: none;
  border: 0;
  z-index: 0;
  cursor: pointer;
  transition: background-color .3s,box-shadow .3s,opacity .3s,color .3s;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  color: inherit;
  margin: 1.5rem 0 0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 2.8;
  padding: 0 1.8em;
  border-radius: 0;
  letter-spacing: 0;
  box-shadow: 0 0 0 rgba(0,0,0,0.18);
  border-color: #e8e9eb;
}
.home-row6-rss-listing .hs-rss-item.hs-with-featured-image .hs-rss-item-text .hs-rss-description a:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
}
.home-row6-rss-listing .hs-rss-item.hs-with-featured-image .hs-rss-item-text .hs-rss-description a:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  transition: height .3s;
  background-color: #e8e9eb;
  z-index: -1;
}
.home-row6-rss-listing .hs-rss-item.hs-with-featured-image .hs-rss-item-text .hs-rss-description a:hover:before{
  height: 100%;
}
.home-row6-rss-listing .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  display: block;
  width: 100%;
}
.home-row6-rss-listing .hs-rss-module:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.home-row6-rss-listing .hs-rss-module {
  margin: 0 -1.5rem;
}

html[lang="fi"] .home-row3-group .page-center {
  padding: 4rem 0 !important;
}
html[lang="fi"] .home-row5-group .page-center .content-bg {
  margin-bottom: 48px;
}
html[lang="fi"] .home-row5-group .page-center {
  padding-bottom: 0 !important;
}

.filter-button-group a:hover {
  opacity: 1;
}

@media (min-width:1030px){
  .home-row4-col {
    padding-bottom: 52px;
    position: relative;
  }
  .home-row4-col a.btn.green {
    position: absolute;
    z-index: 1;
    bottom: 0;
  }
}

/*========= calculator =========*/

.calc-wrapper {
  margin-top: 24px;
  padding: 0 24px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.calc-wrapper button {
  vertical-align: top;
  text-transform: none;
  color: black;
  font: inherit;
  border: 0;
  outline: 0;
  margin: 0;
  overflow: visible;
  -webkit-appearance: button;
  cursor: pointer;
}

.calc-wrapper button.currencybtnActive {
	color: white;
}

.calculator {
  background-color: #d4eb8e !important;
  background-image: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(//cdn2.hubspot.net/hubfs/3792373/Sql_Governor_June2018/Image/palm-leaf-1414462_1280-1024x682.jpg);
  background-position: center;
  background-size: cover;
  padding: 1.5em;
  overflow: hidden;
  margin-bottom: 24px;
  color: white;
  min-height: 850px;
  position: relative;
}
.calculator:after{
  content:"";
  display:block;
  visibility:hidden;
  clear:both;
}
#calculator {
  transition: all .5s ease-in-out;
}
.container-header {
  display: flex;
  justify-content: center;
}
.g-cols.type_default {
  margin: 0 -1.5rem;
}
.container-header h2 {
  color: #d4eb8e;
  font-size: 26px;
  margin-right: 20px;
}
.calculator h2 {
  text-align: center;
}
.currencybtnActive {
  height: 50px;
  width: 50px;
  padding: 0;
  background-color: #7d55c7;
}
.currencybtn {
  height: 50px;
  width: 50px;
  padding: 0;
  color: black;
}
.currencybtn {
  height: 50px;
  width: 50px;
  padding: 0;
  color: black;
}
.calculator-box {
  max-width: 700px !important;
  margin: 0 auto !important;
  float: none !important;
  background-color: rgba(70,70,70,.8);
  padding: 24px;
  width: 100%;
  display: block;
}
.calculator-box label, .calculator-box input[type="checkbox"], .calculator-box input[type="radio"] {
  cursor: pointer;
}
.container-button {
  text-align: center;
  margin: 12px 0;
}
.calc-wrapper label {
  font-size: 15px;
}
.labelValue {
  font-weight: bold;
  font-size: 17px;
}
.input-wrapper {
  display: flex;
  position: relative;
}
.input-wrapper input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 12px;
  margin: 15px 0;
  background: #f2f3f5;
  outline: 0;
  opacity: .7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  border-radius: 10px !important;
}
.abscontainer {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  margin: 0 24px;
}
.loading {
  width: 200px;
  height: 200px;
  text-align: center;
  font-size: 20px;
  transition: opacity .3s ease-out,margin-left .75s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 50%;
  margin-top: -100px;
  left: 50%;
  margin-left: 300px;
}
.wrapper {
  margin: 12px auto;
  width: 100px;
  height: 100px;
}
.loader {
  position: relative;
  width: 100px;
  height: 100px;
  border: 4px solid transparent;
  border-radius: 50%;
  border-left-color: #84bd00;
  animation: spin 2s linear infinite;
}

.loader:before {
  top: 6px;
  left: 6px;
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  border-left-color: #330072;
  animation: spin 1.6s linear infinite
}

.loader:after {
  top: 16px;
  left: 16px;
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  border: 4px solid transparent;
  border-radius: 50%;
  border-left-color: #7d55c7;
  animation: spin 1.2s linear infinite
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}
.answer {
  width: 600px;
  opacity: 0;
  transition: opacity .3s ease-out,margin-left .5s ease-in-out;
  font-size: 25px;
  position: absolute;
  top: 7%;
  left: 47%;
  margin-left: 500px;
  text-align: center;
}
.box-answer {
  background-color: #7d55c7;
  display: inline-block;
  margin-bottom: 44px;
  padding: 12px;
  color: white;
  border-radius: 10px;
}
#answerText {
  text-align: center;
  opacity: 0;
  transition: all .5s ease-in-out;
  background-color: rgba(70,70,70,.8);
  padding: 24px;
  font-size: 16px;
  line-height: 1.3;
}
.answer span {
  font-size: 1.5em;
  font-weight: 600;
  display: block;
  margin: 12px;
}
#answerText>* {
  color: white;
  padding-top: 0;
  margin-top: 0;
}
#answerText button {
  background-color: #7d55c7;
  padding: 12px;
  color: white;
  pointer-events: all;
}
#answerText p, #answerText ul {
  margin-bottom: 12px;
}
#answerText a {
  background-color: #7d55c7;
  padding: 12px;
  color: white;
  pointer-events: all;
  margin-top: 12px;
  display: inline-block;
}
.container-button button {
  height: 80px;
  width: 100%;
  background-color: #7d55c7;
  color: white;
  font-size: 30px;
  transition-duration: .12s;
}
.container-button button:hover {
  background-color: #330072;
}
#servers {
  margin-bottom: 12px;
  margin-top: 8px;
}
.container-button {
  text-align: center;
  margin: 12px 0;
}
input[type="range"]:hover {
  opacity: 1;
}
.calc-wrapper input:focus {
  box-shadow: 0 0 0 2px #7d55c7;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #7d55c7;
  cursor: pointer;
  border-radius: 50%
}

input[type="range"]::-moz-range-thumb {
  width: 30px;
  height: 30px;
  background: #7d55c7;
  cursor: pointer;
  border-radius: 50%
}
@media (max-width:900px){
  .container-header {
    display: block;
  }
  .container-header {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  .calc-wrapper button {
    margin: 0 -3px;
  }
}
@media (max-width:420px){
  .calc-wrapper {
    padding: 0;
  }
  .calculator {
    padding-left: 10px;
    padding-right: 10px;
  }
}














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

.custom_error_message404 {
  text-align: center;
}
.custom_error_message404:before {
  display: inline-block;
  vertical-align: top;
  content: '\f14e';
  font: 12rem/1 fontawesome;
  margin-bottom: 1rem;
  opacity: .1;
}

/*======== animation =========*/

.row-4-column2-group{
  overflow:hidden;
}
.row-4-column2-group .custom-col {
  position: relative;
  opacity: 0;
  left: 25px;
}
.row-4-column2-group .custom-col.active {
  opacity: 1;
  left: 0px;
  transition: all 0.5s;
}
.row-4-column2-group .custom-col.col1.active{
  transition-delay:0s;
}
.row-4-column2-group .custom-col.col2.active{
  transition-delay:0.3s;
}
.row-4-column2-group .custom-col.col3.active{
  transition-delay:0.5s;
}
.home-row2-group .custom-icon-with-content .custom-column{
  position: relative;
  opacity: 0;
  top: 25px;
}
.home-row2-group .custom-icon-with-content .custom-column.active{
  position: relative;
  opacity: 1;
  top: 0px;
  transition: all 0.5s;
}
.home-row2-group .custom-icon-with-content .custom-column.active:first-child{
  transition-delay:0s;
}
.home-row2-group .custom-icon-with-content .custom-column.active:nth-child(2){
  transition-delay:0.3s;
}
.home-row2-group .custom-icon-with-content .custom-column.active:last-child{
  transition-delay:0.5s;
}

/* Styles that do not fit into any of the available sections above can go here. */

/*=== icons ===*/

.fa-question-circle:before {
  content: "\f29c";
}
.fa-pencil-alt:before {
  content: "\f040";
}
.fa-money-bill-alt:before {
  content: "\f0d6";
}
.fa-shield-alt:before {
  content: "\f132";
}
.subscribe-options {
  overflow: initial !important;
}

/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width:1430px){
  .services-layout .custom-icon-with-content .custom-text {
    word-wrap: break-word;
  }
}

@media(max-width:1260px) {
  .custom-bottom-pane .hs_cos_gallery_thumbnails .slick-slide {
    width: 33%;
  }

  .custom-bottom-pane .hs_cos_gallery_thumbnails {
    margin:0;
  }
}

@media (max-width: 1200px) {
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 0 15px;
  }

}

@media (max-width: 1200px) and (min-width:1025px){
  a.w-btn.email {
    font-size: 13px;
  }
}

@media (max-width: 1099px) {
  .custom-header-group  {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-header-group .page-center {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .custom-menu-primary.desktop-view {
    display: none;
  }
  .custom-logo {
    width: 70% !important;
  }
  .custom-lang {
    width: 30% !important;
    margin-left:0 !important;
    text-align: right;
    margin: 0;
    position: relative;
    min-height: 50px !important;
  }
  .custom-lang .lang_switcher_class {
    width: 100%;
    margin-left: 1.4rem;
    max-width: 117.28px;
    margin-top: 23px;
  }
  .custom-lang>div {
    display: inline-block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 0;
    box-shadow: 0 1px 0 rgba(0,0,0,0.06) inset;
    border: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    display: none;
  }
  .yes-banner .custom-menu-primary .hs-menu-wrapper > ul > li a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: #84bd00 !important;
  }
  .yes-banner .custom-menu-primary .hs-menu-wrapper > ul ul > li a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a:hover{
    color: #fff !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    font-size: 17px;
    line-height: 1.6em;
    padding: .7rem;
    color: #3c4046;
    font-weight: 600;
  }
  .yes-banner .custom-menu-primary .hs-menu-wrapper > ul > li a {
    color: #3c4046;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    visibility: visible !important;
    opacity: 1 !important;
    background-color: #fff;
    color: #676f7c;
    transform: none;
    width: 100%;
    box-shadow: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    background-color: transparent;
    font-size: 17px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    line-height: 1.6em;
    padding: .7rem;
    font-size: 17px;
    padding-left: 1.4rem;
  }
  .error-template .custom-lang .lang_switcher_class {
    float: right;
  }

}

@media (max-width:1024px) and (min-width:930px){
  .contact-info-section .vc_col-sm-4 a.w-btn.email {
    font-size: 12px;
  }
}
@media (max-width:1024px){

  .custom-banner .custom-banner-inner .page-center {
    padding: 4rem 0;
  }
  .contact-info-section {
    padding: 2.5rem 0 0;
  }
  .contact-info-section .vc_col-sm-4 {
    padding-bottom: 5rem;
  }

  .company-row2-col {
    padding-bottom: 2.5rem;
  }
  .customers-row2-header-wrapper .page-center {
    padding: 1.5rem 0 !important;
  }
  .body-container .page-center,
  .partners-layout .row-1-column .hs_cos_wrapper_type_header,
  .custom-icon-with-content,
  .partners-layout .row-2-column .hs_cos_wrapper_type_rich_text,
  .two-column-with-left-image {
    padding: 2.5rem 0;
  }
  .partners-layout .row-1-column .hs_cos_wrapper_type_rich_text {
    margin: 2.5rem 0;
  }
  .partners-layout .row-3-group {
    padding-top: 2.5rem;
  }
  .partners-layout .row-3-group > .row-fluid-wrapper {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
  .footer-top-group .page-center {
    padding: 2.5rem 0;
  }
  .custom-bottom-pane .hs_cos_gallery_thumbnails .slick-slide {
    width:32.5%;
  }

  .governor-a-tool-for-sql-server-optimisation .custom-row3-group .two-column-equal-group {
    margin-top: calc(3rem);
  }

  .governor-a-tool-for-sql-server-optimisation .body-container .custom-row3-group .page-center,
  .governor-a-tool-for-sql-server-optimisation .body-container .custom-row2-group .page-center {
    padding:6rem 0;
  }
  .services-layout .row-3-group .page-center {
    padding: 1.5rem 0;
  }
  .services-layout .row-7-group .page-center {
    padding-top: 0;
  }
  .services-layout .row-9-group .page-center .row-9-column .hs_cos_wrapper_type_rich_text {
    padding: 4rem 0;
  }
  .services-layout .row-9-group .page-center .row-9-column .hs_cos_wrapper_type_custom_widget:first-child .hs_cos_wrapper_type_rich_text {
    padding-bottom: 48px;
  }
  .services-layout .row-9-group .page-center .row-9-column .hs_cos_wrapper_type_module:last-child .hs_cos_wrapper_type_rich_text {
    padding-top: 0;
    padding-bottom: 72px;
  }
  .home-custom-banner .page-center {
    padding: 6rem 0;
  }
  .home-custom-banner .page-center .home-banner-contnet .button-section {
    margin-top: calc(2.5rem + 1px);
  }
  .home-row1-group .page-center {
    padding-top: calc(2rem + 1px) !important;
    padding-bottom: 40px !important;
  }
  .home-row1-content {
    padding-bottom: calc(2.5rem + 6px) !important;
  }
  .home-row2-group .page-center {
    padding: 6rem 0 !important;
  }
  .home-row2-heading h2 {
    margin-bottom: calc(3rem + 1px);
  }
  .home-row3-group .page-center {
    padding: 6rem 0 !important;
  }
  .home .w-separator {
    margin: 2.5rem 0 35px;
  }
  .home-row3-col ul.Defaults-check li{
    margin-bottom: 8px;
  }
  .home-row4-group .page-center {
    padding: 6rem 0 142px !important;
  }
  .home-row5-group .page-center {
    padding-top: 44px !important;
  }
  .home-row5-group .page-center .content-bg {
    margin-bottom: 23px;
  }
  .home .ult-content-box {
    margin-bottom: calc( 1rem + 1px );
  }
  .home-row6-group .page-center {
    padding-top: calc(3rem - 15.5px) !important;
  }
  .home-row6-group>div:last-child .page-center {
    padding-top: 67px !important;
  }
  html[lang="fi"] .home-row3-group .page-center {
    padding: 2.5rem 0 !important;
  }
  html[lang="fi"] .home-row5-group .page-center .content-bg {
    margin-bottom: 38px;
  }
  .footer-bottom-group .page-center {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .footer-top-content hr {
    margin: 1.5rem 0;
    background: transparent;
  }
}

@media (max-width:970px){
  span.icon-plus {
    top: 100%;
    right: 50%;
  }
  html[lang="fi"] .home-custom-banner .page-center .home-banner-contnet .button-section .btn-part {
    float: none;
    display: block;
    max-width: 206.45px !important;
  }
}

@media (max-width:929px){
  .contact-info-section .vc_col-sm-4 {
    clear: both;
    float: none;
    width: 100%;
    margin: 0 0 2rem;
    padding: 0;
    height: auto !important;
  }
  .w-btn-wrapper.align_left + .w-btn-wrapper.align_left {
    margin-left: -5px;
  }
  .contact-info-section {
    padding-bottom: 2.5rem;
  }
  .case-lehdet-row2-left-col {
    width: 100% !important;
    float: none !important;
    margin: 0 0 2rem;
  }
  .case-lehdet-row2-form {
    margin-left: 0 !important;
    width: calc(100% + 3rem) !important;
    margin: 0 -1.5rem !important;
  }
  .customers-row2-left-col {
    float: none !important;
    width: 100% !important;
  }
  .customers-row2-right-col {
    margin-left: 0 !important;
    float: none !important;
    width: 100% !important;
  }
  .ult-content-box {
    margin-bottom: calc( 1rem + 1px );
  }
  .customers-row2-left-col > .hs_cos_wrapper > .hs_cos_wrapper:last-child .ult-content-box {
    margin-bottom: calc( 1rem + 1px );
  }
  .customers-row2-right-col > .hs_cos_wrapper > .hs_cos_wrapper:last-child .ult-content-box {
    margin-bottom: 2rem;
  }
  .custom-icon-with-content .custom-column {
    width: 100%;
    float: none;
    margin: 0 0 2rem;
  }
  .custom-icon-with-content .custom-column:last-child {
    margin-bottom: 0;
  }
  .two-column-with-left-image .custom-image,
  .two-column-with-left-image .custom-content{
    width: 100%;
    float: none;
  }

  .governor-a-tool-for-sql-server-optimisation .custom-row3-group .two-column-equal-group .column {
    clear: both;
    float: none;
    width: 100% !important;
    margin: 0 0 2rem !important;
    display:block !important;
  }

  .governor-a-tool-for-sql-server-optimisation .custom-row3-group .two-column-equal-group .column.col2 {
    margin-bottom:0 !important;
  }
  .services-layout .row-3-col {
    float: none;
    width: 100%;
  }
  .services-layout .row-4-column2-group .custom-col {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }
  .services-layout .row-4-column2-group .custom-col ul li:last-child {
    margin-bottom: 34px;
  }
  .services-layout .row-4-column2-group .custom-col.col3 ul li:last-child {
    margin-bottom: 0;
  }
  .left-icon-width-content .custom-column {
    float: none;
    width: 100%;
    margin: 0 0 2rem;
  }
  .services-layout .row-7-column-group {
    width: calc(100% + 3rem) !important;
  }
  .left-icon-width-content .custom-column:last-child {
    margin-bottom: 0;
  }
  .services-layout .row-7-column-group .custom-col {
    width: 100% !important;
    float: none !important;
  }
  .home-custom-banner .page-center .home-banner-contnet {
    width: 100%;
    margin-bottom: 27px;
  }
  .home-custom-banner .page-center .home-banner-contnet .button-section .btn-part {
    float: none;
    display: block;
    max-width: 244.83px;
  }
  span.icon-plus {
    top: 100%;
    right: 50%;
  }
  .home-row1-left-col {
    width: 100% !important;
    float: none !important;
    margin-bottom: 62px;
  }
  .home-row1-right-col {
    margin-left: 0 !important;
    width: 100% !important;
    float: none !important;
    padding: 0;
  }
  .home-row2-group .custom-icon-with-content .custom-column {
    width: 100%;
  }
  .home-row4-col1 {
    width: 100% !important;
    float: none !important;
    margin-bottom: 2.2rem;
  }
  .home-row4-col2 {
    margin-left: 0 !important;
    width: 100% !important;
    float: none !important;
    margin-bottom: 2.2rem;
  }
  .home-row4-col3 {
    margin-left: 0 !important;
    width: 100% !important;
    float: none !important;
  }
  .home-row5-left-col {
    width: 100% !important;
    float: none !important;
    margin-bottom: 2rem;
  }
  .home-row5-right-col {
    margin-left: 0 !important;
    width: 100% !important;
    float: none !important;
  }
  .home-row5-left-col .hs_cos_wrapper_type_rich_text a.btn.purple {
    font-size: 15.3px;
  }
  .home-row6-rss-listing {
    float: none !important;
    width: 100% !important;
    margin-bottom: 2rem;
  }
  .home-row6-right-col {
    margin-left: 0 !important;
    width: 100% !important;
    float: none !important;
  }
  html[lang="fi"] .home-row5-group .page-center .content-bg {
    margin-bottom: 52px;
  }
}

@media (max-width: 900px) and (min-width: 601px){
  .no-banner .custom-header-group {
    position: fixed !important;
    left: 0;
    z-index: 111;
    color: #3c4046;
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
    line-height: 110px;
    min-height: 110px !important;
    transition-property: transform,background-color,box-shadow,line-height,height;
    transition-duration: .3s;
    box-shadow: 0 3px 5px -1px rgba(0,0,0,0.1), 0 2px 1px -1px rgba(0,0,0,0.05);
    width:100% !important;
  }
  .custom-header-group .page-center {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .custom-header-group .page-center > .row-fluid-wrapper > .row-fluid {
    height: 110px;
  }
  .custom-logo > div {
    padding-left: 1px;
    margin-right: 1.4rem;
    margin-top: 0;
  }
  .custom-lang .lang_switcher_class {
    margin-left: 0;
    float: right;
    margin-top: 16px;
    margin-right: 46px;
  }
  .mobile-trigger {
    top: 6px;
    margin-top: 18px;
    margin-right: 15px;
    margin-left: 17px;
    right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }
  .no-banner .body-container-wrapper {
    padding-top: 110px;
  }
}
@media (max-width:900px){
  .custom-banner .custom-banner-inner {
    padding-top: 110px;
  }
  .custom-bottom-pane .hs_cos_gallery_main.active + a.next.pop-button,
  .custom-bottom-pane .hs_cos_gallery_main.active + a.next.pop-button + a.prev.pop-button {
    -webkit-transform: scale(.75);
    transform: scale(.75);
  }

  .custom-bottom-pane .hs_cos_gallery_main + a.next.pop-button + a.prev.pop-button {
    top: 43%;
    left: 16px;
  }

  .custom-bottom-pane .hs_cos_gallery_main + a.next.pop-button {
    top: 43%;
    right: 16px;
    text-align: right;
  }
  .home-custom-banner {
    padding-top: 110px;
  }
  .home-row6-rss-listing .hs-rss-item.hs-with-featured-image {
    width: 50%;
  }
}

/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
  .footer-logo h6 {
    margin-bottom: 1rem;
    font-size: 16px;
  }
  .footer-bottom-group .page-center {
    padding: 1.5rem;
  }
  .footer-form h3.form-title {
    font-size: 24px;
    margin-bottom: 1rem;
  }
  h1 {
    font-size: 31px;
  }
  h2 {
    font-size: 29px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 21px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  .footer-top-content h2 {
    font-size: 29px;
    margin-bottom: 1rem;
  }
  html {
    font-size: 16px;
    line-height: 26px;
  }
  h1, h2, h3, h4, h5, h6{
    margin-bottom: 1rem;
  }
  .case-lehdet-row2-form .form-title{
    font-size: 29px;
  }
  .content-bg {
    display: block;
    text-align: center;
    padding: 1.5rem;
  }
  .content-bg .w-actionbox-text {
    display: block;
  }
  .content-bg .w-actionbox-controls {
    display: block;
    text-align: center;
    padding: 1rem 0 0;
    white-space: normal;
  }
  .content-bg .w-actionbox-controls a.w-btn.color_white {
    margin: .3rem;
  }
  .w-logos-list .w-logos-item {
    width: 50%;
  }
  .partners-layout .row-1-column .hs_cos_wrapper_type_header h1 {
    font-size: 29px;
  }
  .partners-layout .row-1-group .hs_cos_wrapper.hs_cos_wrapper_widget:nth-child(4) .custom-icon-with-content .custom-text {
    font-size: 16px;
  }
  .two-column-with-left-image .custom-image {
    margin: 0 0 2rem;
  }
  .two-column-with-left-image .custom-image .inner-group {
    margin: 0;
    text-align: center;
  }
  .partners-layout .row-3-column .hs_cos_wrapper_type_header > h1 {
    margin-bottom: 1rem;
    font-size: 29px;
  }
  .partners-layout .partnership-form h3.form-title {
    margin-bottom: 1rem;
    font-size: 16px;
  }

  .governor-a-tool-for-sql-server-optimisation .custom-row4-group,
  .governor-a-tool-for-sql-server-optimisation .custom-row3-group,
  .governor-a-tool-for-sql-server-optimisation .custom-row2-group,
  .governor-a-tool-for-sql-server-optimisation .custom-row1-group {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .services-layout .custom-icon-with-content .custom-text {
    font-size: 21px;
  }
  .services-layout .row-3-col ul li:before {
    top: 9px;
  }
  .services-layout .row-3-col > div > span {
    min-height: 329px;
  }
  .home-custom-banner .page-center .home-banner-contnet .button-section {
    margin-top: calc(2rem + 1px);
    margin-bottom: 49px;
  }
  .home-row1-left-col {
    margin-bottom: 59px;
  }
  .home-row1-group .page-center {
    padding-bottom: 38px !important;
  }
  .home-row2-group .custom-icon-with-content .column-inner .custom-text {
    font-size: 21px;
  }
  .home .w-separator {
    margin: 39px 0 34px;
  }
  .home-row3-col ul.Defaults-check li h4 {
    padding: 0 0 1rem;
  }
  .home-row3-col ul.Defaults-check li {
    margin-bottom: 7px;
  }
  .home-row3-col ul.Defaults-check {
    margin-bottom: 35px;
  }
  .home-row4-group .page-center {
    padding: 6rem 0 132px !important;
  }
  .home-row5-group .page-center {
    padding-top: 41px !important;
  }
  .home-row5-group .page-center .content-bg {
    margin-bottom: 17px;
  }
  .home-row5-left-col .hs_cos_wrapper_type_rich_text a.btn.purple {
    font-size: 14.4px;
  }
  html[lang="fi"] .home-row5-group .page-center .content-bg {
    margin-bottom: 47px;
  }
  html[lang="fi"] .home-row6-group .page-center {
    padding-top: calc(3rem - 23.5px) !important;
  }
  html[lang="fi"] .home-row6-group>div:last-child .page-center {
    padding-top: 40px !important;
  }
  .custom_error_message404:before {
    font-size: 8rem;
  }
  .post-social-group ul.social-list li {
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  .custom-header-group {
    box-shadow: 0 1px 0 rgba(0,0,0,0.08);
    min-height: 90px !important;
    line-height: 90px;
    padding-left: 0;
    padding-right: 0;
  }
  .custom-header-group .page-center {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .custom-logo > div {
    padding-left: 0;
    height: 40px;
  }
  .custom-header-group .page-center > .row-fluid-wrapper > .row-fluid {
    height: 90px;
  }
  .body-container-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding: 0;
    padding-left: .3rem;
    padding-right: .3rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    padding: .7rem;
  }
  .custom-logo {
    width: auto !important;
    display: inline-block !important;
    vertical-align: middle;
  }
  .custom-header-group .page-center > .row-fluid-wrapper > .row-fluid {
    height: auto;
    -webkit-box-align: center;
    display: block;
    align-items: center;
    width:100%;
  }
  .custom-lang {
    width: 45% !important;
    margin-left: 0 !important;
    text-align: right;
    margin: 0;
    display: inline-block !important;
    vertical-align: middle;
    float: right !important;
  }
  .custom-logo a img{
    max-width: 193.16px;
  }
  .custom-logo a {
    margin-top: 8px;
  }
  .mobile-trigger {
    margin-top: 28px;
    margin-right: 15px;
    height: 50px;
    padding: 0;
    top: 0;
    right: 0;
  }
  .custom-lang .lang_switcher_class {
    margin-top: 36px;
    float: left;
    margin-left: 0;
    font-size: 16px;
  }
  .lang_list_class li:not(.active ) a.lang_switcher_link:after {
    right: .75em;
  }
  .body-container .page-center {
    padding: 1.5rem 0;
  }
  .blog-listing-wrapper .post-listing .post-item {
    display: block;
    width: 100%;
  }
  .custom-banner .custom-banner-inner {
    padding-top: 90px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .custom-banner .custom-banner-inner .page-center {
    padding: 1.5rem 0;
  }
  .company-row1-group, .company-row2-group {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .contact-info-section {
    padding: 1.5rem 0;
  }
  .w-btn-wrapper.align_left + .w-btn-wrapper.align_left {
    margin-left: -4px;
  }
  .w-btn-wrapper.align_left {
    margin-left: 0 !important;
    width: 100%;
  }
  .company-row2-col {
    padding-bottom: 1.5rem;
  }
  .full-width-content-bg {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .partners-layout .row-1-group {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .body-container .page-center, .partners-layout .row-1-column .hs_cos_wrapper_type_header, .custom-icon-with-content, .partners-layout .row-2-column .hs_cos_wrapper_type_rich_text, .two-column-with-left-image {
    padding: 1.5rem 0;
  }
  .partners-layout .row-1-column .hs_cos_wrapper_type_rich_text {
    margin: 1.5rem 0;
  }
  .partners-layout .row-2-group, .partners-layout .row-4-group {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .partners-layout .row-3-group {
    padding-top: 1.5rem;
  }
  .partners-layout .row-3-group > .row-fluid-wrapper {
    margin-top: 1rem;
    padding-top: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .footer-top-group {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .footer-top-group .page-center {
    padding: 1.5rem 0;
  }
  .hs-blog-post .hs-featured-image-wrapper {
    margin-bottom: 1rem;
  }
  .calculator-layout .body-container-wrapper .page-center {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .yes-banner .custom-header-group {
    box-shadow: none;
  }
  .services-layout .row-1-group, .services-layout .row-2-group, .services-layout .row-3-group, .services-layout .row-4-group, .services-layout .row-5-group, .services-layout .row-6-group, .services-layout .row-7-group, .services-layout .row-8-group, .services-layout .row-9-group {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .services-layout .row-3-group .page-center > .row-fluid-wrapper {
    margin: 0 calc(-1.5rem - 0px);
  }
  .services-layout .row-3-col > div {
    border: 0 !important;
  }
  #back-to-top {
    margin: 10px;
  }
  .home-custom-banner {
    padding-top: 90px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .home-custom-banner .page-center {
    padding: 1.5rem 0;
  }
  .home-custom-banner .page-center .home-banner-contnet .button-section {
    margin-top: calc(1.5rem + 1px);
  }
  .home-row1-group .page-center {
    padding-top: calc(1rem + 1px) !important;
    padding-bottom: 22px !important;
  }
  .home-row1-group, .home-row2-group, .home-row3-group, .home-row4-group, .home-row5-group, .home-row6-group {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .home-row1-content {
    padding-bottom: calc(2rem + 6px) !important;
  }
  .home-row1-left-col {
    margin-bottom: 51px;
  }
  .home-row2-group .page-center {
    padding: 1.5rem 0 !important;
  }
  .home-row2-heading h2 {
    margin-bottom: calc(1.5rem + 3px);
  }
  .home-row3-group .page-center {
    padding: 1.5rem 0 !important;
  }
  .home .w-separator {
    margin: 23px 0 18px;
    width: 100%;
  }
  .home-row3-col a.btn.purple {
    margin-bottom: 4px;
  }
  .home-row4-group .page-center {
    padding: 1.5rem 0 30px !important;
  }
  .home-row5-group .page-center {
    padding-top: 25px !important;
  }
  .home-row6-group .page-center {
    padding-top: calc(1.5rem) !important;
  }
  .home-row6-group>div:last-child .page-center {
    padding-top: 40px !important;
  }
  .home-row6-rss-listing .hs-rss-item.hs-with-featured-image {
    width: 100%;
  }
  .error-template .custom-lang .lang_switcher_class {
    float: none;
    margin-left: -6px;
  }
  .custom-lang>div {
    display: block;
  }
}


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 480px) {
  .filter-button-group a {
    font-size: .9rem;
    text-align: center;
    margin: 0 -2px;
    padding-left: .6rem;
    padding-right: .6rem;
    overflow: hidden;
    width: 50%;
  }
  .w-logos-list .w-logos-item {
    width: 100%;
  }

}

@media(max-width:479px) {
  .custom-bottom-pane .hs_cos_gallery_thumbnails .slick-slide {
    width: 100%;
    float: none;
  }

  .governor-a-tool-for-sql-server-optimisation .btn.purpule-btn,
  .governor-a-tool-for-sql-server-optimisation .btn.green-btn {
    padding: 0 1em;
    font-size: 13px !important;
  }
  .footer-form h3.form-title {
    font-size: 22px;
  }
  html[lang="fi"] .home-custom-banner .page-center .home-banner-contnet h1 {
    font-size: 19px;
  }
  html[lang="fi"] .home-row2-group .custom-icon-with-content .column-inner .custom-text {
    font-size: 18px;
  }
  html[lang="fi"] .home-row3-col a.btn.purple {
    font-size: 13px;
  }
  html[lang="fi"] .home .content-bg .w-actionbox-text h2 {
    font-size: 20px;
  }
  .services-layout .row-3-col h3 {
    font-size: 22px;
  }
  html[lang="fi"] .full-width-content-bg .custom-content h2 {
    font-size: 20px;
  }
  html[lang="fi"] .services-layout .custom-icon-with-content .custom-text {
    font-size: 17px;
  }
  html[lang="fi"] .left-icon-width-content h3.w-iconbox-title {
    font-size: 15px;
  }
}

@media (max-width:450px){
  .contact-info-section .vc_col-sm-4 a.w-btn.email {
    font-size: 12px;
  }
  .w-socials-list {
    display: block;
  }
  .w-socials-list .w-socials-item {
    float: none;
  }
  .w-socials-list {
    display: block;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

}

@media (max-width: 420px) {
  .mobile-trigger {
    float: right;
  }
  .custom-logo a img {
    max-width: 100%;
  }
  .custom-logo > div {
    padding-left: 0;
    height: 40px;
    padding: 0;
  }
  .custom-lang .lang_switcher_class {
    float: right;
    margin-right: 22px;
    margin-left: -30px;
    max-width: 106px;
  }
  .custom-logo {
    width: 50% !important;
  }
  .mobile-trigger {
    margin-right: 0;
  }
  .lang_list_class li:first-child, .lang_list_class li {
    font-size: 15px !important;
  }
  .footer-logo img:first-child {
    max-width: 100%;
  }

}

@media (max-width:360px){
  .custom_blog_next-previous a.w-blognav-item.to_prev {
    float: none;
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  .custom_blog_next-previous a.w-blognav-item.to_next {
    float: none;
    width: 100%;
    display: block;
    text-align: left;
  }
}