@import url('https://fonts.googleapis.com/css?family=Roboto:300,400|Rubik:300,700');

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

/* ==========================================================================
   HS COS Boilerplate v1.5.0                                
   ========================================================================== */

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

img.alignRight{
    margin: 0 0 5px 15px;
}

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

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

/* Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    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.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 56.25%;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

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

/* 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 0s;
    position: absolute;
    z-index: 10;
    left: 20px; /* Accoutns for padding */
}
.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 0s;
    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;}

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

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

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

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

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(http://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(http://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;
}

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

@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; }
}
/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


/* ==========================================================================
   Index:         
  1. BASE STYLES   
    - Variables
    - Macros
    - Base
    - Typography
  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer
  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu
  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages
  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons
  6. MISCELLANOUS
  7. MOBILE MEDIA QUERIES
   ========================================================================== */

/* ==========================================================================
   1. BASE STYLES                                             
   ========================================================================== */

/* ==========================================================================
   Variables                                               
   ========================================================================== */

/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/* Typography */
            /*  */
                         /*  */
                          /*  */
                        /*  */
 /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */


/* ==========================================================================
   Macros                                                  
   ========================================================================== */

/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */

 

/** 
  * Example of how to apply the above macro (ignore the jinja comment tags):
  *
  * a {
  *   color: red;
  *   font-size: 12px;
  *    
  * }
  */




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


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

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

/* Website background color and default font styles */
body {
  background: #fff;
  color: #1E1E1E;
  font-family: 'Roboto', helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 200;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 10px;
}

a { 
  color: #0086BF; 
  text-decoration: none;
  transition: all 0.2s;
  border-bottom: 1px solid transparent;
}
a:hover, a:focus { 
  color: #333333; 
  border-bottom: 1px solid currentColor;
}

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

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

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



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


/* Basic text */
p {} 
small { font-size: 14px; }
strong {}
em {}
cite {}
code {
  display: block;
  background-color: #f2f2f2;
  padding: 25px;
}
pre {
  background-color: #f2f2f2;
  padding: 25px;
  margin: 15px 0;
  white-space: pre-wrap;
}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 { 
  font-family: 'Rubik', sans-serif;
  font-size: 72px; 
}
h2 { 
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  font-size: 35px; 
}
h3 { font-size: 28px; }
h4 { 
  font-size: 22px; 
  font-weight: 400;
}
h5 { 
  font-size: 20px;
  font-weight: 400;
}
h6 { font-size: 18px; }

/* Remove top margin if they're the first element */
h1:first-child, h2:first-child, h3:first-child, h4:first-child, p:first-child { margin-top: 0; }

@media (max-width: 885px) {
  .headline-content h1 { 
    font-size: 60px; 
    margin-top: 40px;
  }
}
@media (max-width: 767px) { 
  h1 { font-size: 38px; } 
  .headline-content h1 { 
    font-size: 38px; 
    margin-top: 0;
  }
}

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

ul {
  list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='10' width='10'%3E%3Ccircle cx='5' cy='5' r='5' fill='%230086BF' /%3E%3C/svg%3E");
  padding-left: 60px;
  display: inline-block;
}
ul li { padding-left: 15px; }
ul.checkmarks {
  list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 34.23'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%230086bf;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Echeckmark%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Capa_1' data-name='Capa 1'%3E%3Cpath class='cls-1' d='M17.78,34.23h0a2,2,0,0,1-1.42-.6L.58,17.75a2,2,0,1,1,2.85-2.83L17.78,29.38,46.57.59a2,2,0,0,1,2.84,2.84L19.2,33.64A2,2,0,0,1,17.78,34.23Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  padding-left: 60px;
}

ol {
  list-style: none;
  counter-reset: phase5-counter;
}
ol li { 
  counter-increment: phase5-counter; 
  padding-left: 35px;
  position: relative;
}
ol li::before {
  content: counter(phase5-counter);
  color: #0086BF;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {
  border-left: 5px solid #0086BF;
  padding-left: 25px;
  font-size: 20px;
  font-weight: 400;
}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}


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

.header-container-wrapper .header {  
  position: fixed;
  top: 0;
  display: block;
  transition: top 0.3s;
  width: 100% !important;
  z-index: 10000;
}
.header-container-wrapper .header.white { background-color: #ffffff; }
.header-container-wrapper .header.transparent { background-color: transparent; }
.header-container-wrapper .header.transparent .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a { color: #333333; }
.header-container-wrapper .header.nav-up {}
.header-container-wrapper .header.nav-down { top: -85px; }

/* Logo styling */
.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {}
.header-container .hs_cos_wrapper_type_logo a img { 
  max-width: 150px; 
  padding-top: 25px;
  padding-bottom: 25px;
}

/* Header Scrolled */
.header-container-wrapper .header.scrolled { background-color: #ffffff; }
.header-container-wrapper .header.scrolled .custom-menu-primary .hs-menu-wrapper > ul > li > a { color: #0086BF !important; }
.header-container-wrapper .header.scrolled .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover { color: #333333 !important; }
.header-container-wrapper .header .colour-logo { display: none; }
.header-container-wrapper .header .white-logo { display: inherit; }
.header-container-wrapper .header.scrolled .colour-logo { display: inherit; }
.header-container-wrapper .header.scrolled .white-logo { display: none; }
.header-container-wrapper .header .transparent-header-search .header-search__icon svg { fill: #ffffff !important; }
.header-container-wrapper .header.scrolled .transparent-header-search .header-search__icon svg { fill: #0086bf !important; }
.header-container-wrapper .header.transparent #hamburger-menu { background: #ffffff; }
.header-container-wrapper .header.transparent #hamburger-menu:before { background: #ffffff; }
.header-container-wrapper .header.transparent #hamburger-menu:after { background: #ffffff; }
.header-container-wrapper .header.transparent.scrolled #hamburger-menu { background: #0086BF; }
.header-container-wrapper .header.transparent.scrolled #hamburger-menu:before { background: #0086BF; }
.header-container-wrapper .header.transparent.scrolled #hamburger-menu:after { background: #0086BF; }

/* Header Search */
@media (max-width: 767px) {
  .header-search__wrapper {
    position: absolute;
    right: 80px;
    top: 0;
  }
}
 



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


.body-container-wrapper {}
.body-container {}


/* Unique Pages
   ========================================================================== */

/* Homepage */

.homepage .headline-wrapper { 
  height: 100vh;
  padding-bottom: 120px; 
  position: relative;
}
.homepage .headline-content {
  position: absolute;
  bottom: 120px;
}

@media (max-width: 767px) {
  .homepage .headline-content h2, .homepage .headline-content h1  { text-align: center !important; }
  .homepage .headline-content {
    width: 100% !important;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Expertise */
.expertise .headline-content { padding-top: 160px; }
.expertise-menu { padding: 20px 40px; }
.expertise-menu ul li { position: relative; } 
.expertise-menu ul li a { 
  padding: 20px; 
  border: 0;
  margin-left: 30px;
}

.expertise-menu ul li:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  background-size: 35px 35px;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  transition: all 0.2s;
}
.expertise-menu ul li:nth-of-type(1):before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve' width='512px' height='512px' class=''%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M216,103c-5.52,0-10,4.48-10,10s4.48,10,10,10s10-4.48,10-10S221.52,103,216,103z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M449,432H113c-0.08,0-0.159,0.009-0.239,0.011c-0.142,0.003-0.283,0.01-0.424,0.019c-0.173,0.011-0.344,0.028-0.516,0.049 c-0.136,0.016-0.271,0.033-0.405,0.055c-0.172,0.028-0.342,0.062-0.512,0.098c-0.135,0.029-0.27,0.058-0.404,0.092 c-0.163,0.042-0.323,0.091-0.483,0.142c-0.139,0.043-0.279,0.085-0.416,0.135c-0.037,0.013-0.075,0.022-0.111,0.036l-80,30 C25.586,464.1,23,467.832,23,472c0,4.168,2.586,7.9,6.489,9.363l80,30c0.028,0.01,0.057,0.017,0.085,0.027 c0.104,0.038,0.211,0.068,0.316,0.103c0.229,0.075,0.46,0.144,0.694,0.202c0.117,0.029,0.233,0.055,0.351,0.08 c0.239,0.051,0.48,0.091,0.722,0.124c0.105,0.014,0.208,0.031,0.313,0.042c0.341,0.035,0.683,0.058,1.026,0.058 c0.004,0,0.008,0.001,0.012,0.001c0.004,0,0.008,0,0.012,0H449c10.68,0,20.724-4.162,28.281-11.719S489,482.68,489,472 C489,449.944,471.056,432,449,432z M110.842,490.511L61.48,472l49.362-18.511C115.435,458.503,118,465.02,118,472 C118,478.98,115.435,485.497,110.842,490.511z M409,492H133.615c2.851-6.155,4.385-12.937,4.385-20s-1.534-13.845-4.385-20H409 V492z M463.139,486.139C459.36,489.918,454.338,492,449,492h-20v-40h20c11.028,0,20,8.972,20,20 C469,477.338,466.918,482.359,463.139,486.139z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M417.644,143.136l-36.813-6.135c-2.685-9.313-6.408-18.282-11.121-26.791l21.709-30.399 c2.84-3.978,2.389-9.426-1.067-12.883l-28.28-28.28c-3.457-3.456-8.904-3.907-12.883-1.067l-30.399,21.71 c-8.487-4.701-17.432-8.417-26.718-11.1l-6.19-39.73C285.122,3.591,280.928,0,276,0h-40c-4.928,0-9.122,3.591-9.881,8.46 l-6.19,39.73c-9.287,2.683-18.231,6.399-26.718,11.1l-30.399-21.709c-3.978-2.84-9.426-2.389-12.883,1.067l-28.28,28.28 c-3.456,3.457-3.907,8.905-1.067,12.883l21.709,30.399c-4.713,8.509-8.437,17.479-11.121,26.791l-36.813,6.135 C89.534,143.939,86,148.111,86,153v40c0,5.523,4.477,10,10,10h82.465c0.02,0,0.039,0.002,0.058,0.002 c0.013,0,0.026-0.002,0.039-0.002h112.036c0.008,0,0.015,0.001,0.023,0.001s0.015-0.001,0.023-0.001h42.795 c0.013,0,0.026,0.002,0.039,0.002c0.02,0,0.039-0.002,0.058-0.002H416c5.523,0,10-4.477,10-10v-40 C426,148.111,422.466,143.939,417.644,143.136z M284.273,183h-56.545c-1.132-3.193-1.728-6.575-1.728-10c0-16.542,13.458-30,30-30 s30,13.458,30,30C286,176.425,285.404,179.807,284.273,183z M406,183h-60.565c0.368-3.314,0.565-6.652,0.565-10 c0-24.583-10.268-48.402-28.17-65.349c-18.147-17.178-41.886-25.884-66.858-24.516c-5.514,0.302-9.74,5.018-9.437,10.533 c0.302,5.514,4.992,9.737,10.533,9.437c19.422-1.063,37.896,5.707,52.013,19.07C318.216,135.556,326,153.606,326,173 c0,3.356-0.247,6.698-0.721,10h-20.297c0.669-3.278,1.018-6.628,1.018-10c0-27.57-22.43-50-50-50s-50,22.43-50,50 c0,3.372,0.348,6.722,1.018,10h-20.297c-0.474-3.302-0.721-6.644-0.721-10c0-11.635,2.927-23.164,8.464-33.341 c2.64-4.851,0.847-10.924-4.004-13.563c-4.848-2.639-10.923-0.847-13.563,4.004C169.768,143.202,166,158.036,166,173 c0,3.348,0.196,6.686,0.565,10H106v-21.528l34.854-5.808c3.987-0.664,7.182-3.663,8.097-7.599 c2.721-11.701,7.342-22.836,13.736-33.095c2.139-3.431,2.001-7.811-0.349-11.101l-20.557-28.787l16.301-16.301l28.787,20.557 c3.289,2.35,7.671,2.486,11.101,0.349c10.259-6.394,21.394-11.016,33.095-13.736c3.974-0.924,6.988-4.169,7.616-8.201L244.563,20 h22.875l5.882,37.75c0.628,4.031,3.643,7.277,7.616,8.201c11.701,2.721,22.836,7.342,33.095,13.736 c3.431,2.138,7.811,2.001,11.101-0.349l28.787-20.557l16.301,16.301l-20.557,28.787c-2.35,3.29-2.487,7.67-0.349,11.101 c6.394,10.259,11.016,21.394,13.736,33.095c0.915,3.937,4.11,6.935,8.097,7.599L406,161.472V183z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M73,226H33c-5.523,0-10,4.477-10,10s4.477,10,10,10h40c5.523,0,10-4.477,10-10S78.523,226,73,226z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M153,226h-40c-5.523,0-10,4.477-10,10s4.477,10,10,10h40c5.523,0,10-4.477,10-10S158.523,226,153,226z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M236,226h-40c-5.523,0-10,4.477-10,10s4.477,10,10,10h40c5.523,0,10-4.477,10-10S241.523,226,236,226z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M316,226h-40c-5.523,0-10,4.477-10,10s4.477,10,10,10h40c5.523,0,10-4.477,10-10S321.523,226,316,226z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M396,226h-40c-5.523,0-10,4.477-10,10s4.477,10,10,10h40c5.523,0,10-4.477,10-10S401.523,226,396,226z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M479,226h-40c-5.523,0-10,4.477-10,10s4.477,10,10,10h40c5.523,0,10-4.477,10-10S484.523,226,479,226z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M502,269H70c-18.689,0-36.268,7.279-49.505,20.502C7.279,302.732,0,320.311,0,339c0,38.598,31.402,70,70,70h432 c5.523,0,10-4.477,10-10V279C512,273.477,507.523,269,502,269z M492,389h-23v-10c0-5.523-4.477-10-10-10s-10,4.477-10,10v10h-20 v-10c0-5.523-4.477-10-10-10s-10,4.477-10,10v10h-20v-10c0-5.523-4.477-10-10-10s-10,4.477-10,10v10h-23v-10 c0-5.523-4.477-10-10-10s-10,4.477-10,10v10h-20v-10c0-5.523-4.477-10-10-10s-10,4.477-10,10v10h-20v-10c0-5.523-4.477-10-10-10 s-10,4.477-10,10v10h-20v-10c0-5.523-4.477-10-10-10s-10,4.477-10,10v10h-20v-10c0-5.523-4.477-10-10-10s-10,4.477-10,10v10h-23 v-10c0-5.523-4.477-10-10-10s-10,4.477-10,10v10H70c-27.57,0-50-22.43-50-50c0-13.351,5.201-25.91,14.637-35.355 C44.091,294.201,56.649,289,70,289h422V389z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M70,309c-16.542,0-30,13.458-30,30s13.458,30,30,30s30-13.458,30-30S86.542,309,70,309z M70,349c-5.514,0-10-4.486-10-10 c0-5.514,4.486-10,10-10s10,4.486,10,10C80,344.514,75.514,349,70,349z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.expertise-menu ul li:nth-of-type(1):hover:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve' width='512px' height='512px' class=''%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M216,103c-5.52,0-10,4.48-10,10s4.48,10,10,10s10-4.48,10-10S221.52,103,216,103z' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M449,432H113c-0.08,0-0.159,0.009-0.239,0.011c-0.142,0.003-0.283,0.01-0.424,0.019c-0.173,0.011-0.344,0.028-0.516,0.049 c-0.136,0.016-0.271,0.033-0.405,0.055c-0.172,0.028-0.342,0.062-0.512,0.098c-0.135,0.029-0.27,0.058-0.404,0.092 c-0.163,0.042-0.323,0.091-0.483,0.142c-0.139,0.043-0.279,0.085-0.416,0.135c-0.037,0.013-0.075,0.022-0.111,0.036l-80,30 C25.586,464.1,23,467.832,23,472c0,4.168,2.586,7.9,6.489,9.363l80,30c0.028,0.01,0.057,0.017,0.085,0.027 c0.104,0.038,0.211,0.068,0.316,0.103c0.229,0.075,0.46,0.144,0.694,0.202c0.117,0.029,0.233,0.055,0.351,0.08 c0.239,0.051,0.48,0.091,0.722,0.124c0.105,0.014,0.208,0.031,0.313,0.042c0.341,0.035,0.683,0.058,1.026,0.058 c0.004,0,0.008,0.001,0.012,0.001c0.004,0,0.008,0,0.012,0H449c10.68,0,20.724-4.162,28.281-11.719S489,482.68,489,472 C489,449.944,471.056,432,449,432z M110.842,490.511L61.48,472l49.362-18.511C115.435,458.503,118,465.02,118,472 C118,478.98,115.435,485.497,110.842,490.511z M409,492H133.615c2.851-6.155,4.385-12.937,4.385-20s-1.534-13.845-4.385-20H409 V492z M463.139,486.139C459.36,489.918,454.338,492,449,492h-20v-40h20c11.028,0,20,8.972,20,20 C469,477.338,466.918,482.359,463.139,486.139z' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M417.644,143.136l-36.813-6.135c-2.685-9.313-6.408-18.282-11.121-26.791l21.709-30.399 c2.84-3.978,2.389-9.426-1.067-12.883l-28.28-28.28c-3.457-3.456-8.904-3.907-12.883-1.067l-30.399,21.71 c-8.487-4.701-17.432-8.417-26.718-11.1l-6.19-39.73C285.122,3.591,280.928,0,276,0h-40c-4.928,0-9.122,3.591-9.881,8.46 l-6.19,39.73c-9.287,2.683-18.231,6.399-26.718,11.1l-30.399-21.709c-3.978-2.84-9.426-2.389-12.883,1.067l-28.28,28.28 c-3.456,3.457-3.907,8.905-1.067,12.883l21.709,30.399c-4.713,8.509-8.437,17.479-11.121,26.791l-36.813,6.135 C89.534,143.939,86,148.111,86,153v40c0,5.523,4.477,10,10,10h82.465c0.02,0,0.039,0.002,0.058,0.002 c0.013,0,0.026-0.002,0.039-0.002h112.036c0.008,0,0.015,0.001,0.023,0.001s0.015-0.001,0.023-0.001h42.795 c0.013,0,0.026,0.002,0.039,0.002c0.02,0,0.039-0.002,0.058-0.002H416c5.523,0,10-4.477,10-10v-40 C426,148.111,422.466,143.939,417.644,143.136z M284.273,183h-56.545c-1.132-3.193-1.728-6.575-1.728-10c0-16.542,13.458-30,30-30 s30,13.458,30,30C286,176.425,285.404,179.807,284.273,183z M406,183h-60.565c0.368-3.314,0.565-6.652,0.565-10 c0-24.583-10.268-48.402-28.17-65.349c-18.147-17.178-41.886-25.884-66.858-24.516c-5.514,0.302-9.74,5.018-9.437,10.533 c0.302,5.514,4.992,9.737,10.533,9.437c19.422-1.063,37.896,5.707,52.013,19.07C318.216,135.556,326,153.606,326,173 c0,3.356-0.247,6.698-0.721,10h-20.297c0.669-3.278,1.018-6.628,1.018-10c0-27.57-22.43-50-50-50s-50,22.43-50,50 c0,3.372,0.348,6.722,1.018,10h-20.297c-0.474-3.302-0.721-6.644-0.721-10c0-11.635,2.927-23.164,8.464-33.341 c2.64-4.851,0.847-10.924-4.004-13.563c-4.848-2.639-10.923-0.847-13.563,4.004C169.768,143.202,166,158.036,166,173 c0,3.348,0.196,6.686,0.565,10H106v-21.528l34.854-5.808c3.987-0.664,7.182-3.663,8.097-7.599 c2.721-11.701,7.342-22.836,13.736-33.095c2.139-3.431,2.001-7.811-0.349-11.101l-20.557-28.787l16.301-16.301l28.787,20.557 c3.289,2.35,7.671,2.486,11.101,0.349c10.259-6.394,21.394-11.016,33.095-13.736c3.974-0.924,6.988-4.169,7.616-8.201L244.563,20 h22.875l5.882,37.75c0.628,4.031,3.643,7.277,7.616,8.201c11.701,2.721,22.836,7.342,33.095,13.736 c3.431,2.138,7.811,2.001,11.101-0.349l28.787-20.557l16.301,16.301l-20.557,28.787c-2.35,3.29-2.487,7.67-0.349,11.101 c6.394,10.259,11.016,21.394,13.736,33.095c0.915,3.937,4.11,6.935,8.097,7.599L406,161.472V183z' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M73,226H33c-5.523,0-10,4.477-10,10s4.477,10,10,10h40c5.523,0,10-4.477,10-10S78.523,226,73,226z' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M153,226h-40c-5.523,0-10,4.477-10,10s4.477,10,10,10h40c5.523,0,10-4.477,10-10S158.523,226,153,226z' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M236,226h-40c-5.523,0-10,4.477-10,10s4.477,10,10,10h40c5.523,0,10-4.477,10-10S241.523,226,236,226z' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M316,226h-40c-5.523,0-10,4.477-10,10s4.477,10,10,10h40c5.523,0,10-4.477,10-10S321.523,226,316,226z' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M396,226h-40c-5.523,0-10,4.477-10,10s4.477,10,10,10h40c5.523,0,10-4.477,10-10S401.523,226,396,226z' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M479,226h-40c-5.523,0-10,4.477-10,10s4.477,10,10,10h40c5.523,0,10-4.477,10-10S484.523,226,479,226z' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M502,269H70c-18.689,0-36.268,7.279-49.505,20.502C7.279,302.732,0,320.311,0,339c0,38.598,31.402,70,70,70h432 c5.523,0,10-4.477,10-10V279C512,273.477,507.523,269,502,269z M492,389h-23v-10c0-5.523-4.477-10-10-10s-10,4.477-10,10v10h-20 v-10c0-5.523-4.477-10-10-10s-10,4.477-10,10v10h-20v-10c0-5.523-4.477-10-10-10s-10,4.477-10,10v10h-23v-10 c0-5.523-4.477-10-10-10s-10,4.477-10,10v10h-20v-10c0-5.523-4.477-10-10-10s-10,4.477-10,10v10h-20v-10c0-5.523-4.477-10-10-10 s-10,4.477-10,10v10h-20v-10c0-5.523-4.477-10-10-10s-10,4.477-10,10v10h-20v-10c0-5.523-4.477-10-10-10s-10,4.477-10,10v10h-23 v-10c0-5.523-4.477-10-10-10s-10,4.477-10,10v10H70c-27.57,0-50-22.43-50-50c0-13.351,5.201-25.91,14.637-35.355 C44.091,294.201,56.649,289,70,289h422V389z' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M70,309c-16.542,0-30,13.458-30,30s13.458,30,30,30s30-13.458,30-30S86.542,309,70,309z M70,349c-5.514,0-10-4.486-10-10 c0-5.514,4.486-10,10-10s10,4.486,10,10C80,344.514,75.514,349,70,349z' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.expertise-menu ul li:nth-of-type(2):before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve' width='512px' height='512px'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M501.333,245.333H416c-1.143,0.001-2.278,0.185-3.363,0.547c-5.589,1.862-8.611,7.902-6.749,13.491l28.619,85.899 c3.468,10.396,13.201,17.405,24.16,17.397l0,0c10.962,0.006,20.696-7.008,24.16-17.408l28.619-85.888 c0.361-1.084,0.546-2.22,0.547-3.363C511.996,250.117,507.224,245.338,501.333,245.333z M462.592,338.507 c-0.432,1.014-1.239,1.821-2.253,2.253c-2.168,0.924-4.674-0.085-5.598-2.253l-23.936-71.84h55.723L462.592,338.507z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='426.667' y='298.667' width='64' height='21.333' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='448' width='21.333' height='256' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='490.667' width='21.333' height='256' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='405.333' width='21.333' height='256' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='298.667' y='341.333' width='160' height='21.333' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='298.667' y='298.667' width='21.333' height='21.333' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='341.333' y='298.667' width='42.667' height='21.333' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='298.667' y='256' width='21.333' height='21.333' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='341.333' y='256' width='21.333' height='21.333' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='298.667' y='213.333' width='64' height='21.333' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M202.667,394.667H21.333v-352h181.333c1.08-0.043,2.162-0.043,3.243,0c22.669,0.895,40.319,19.998,39.424,42.667H256 h10.667c0.059-1.558,0.059-3.117,0-4.675c-1.291-34.055-29.945-60.616-64-59.325h-192C4.776,21.333,0,26.109,0,32v373.333 C0,411.224,4.776,416,10.667,416h192c1.088-0.043,2.177-0.043,3.265,0c22.663,0.902,40.303,20.004,39.402,42.667h21.333 c0.059-1.558,0.059-3.117,0-4.675C265.376,419.936,236.722,393.376,202.667,394.667z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M309.333,21.333c-1.558-0.059-3.117-0.059-4.675,0c-34.055,1.291-60.616,29.945-59.325,64h21.333 c0-1.739,0.491-42.667,42.667-42.667h85.333V21.333H309.333z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M490.667,362.667v32H309.333c-1.558-0.059-3.117-0.059-4.675,0c-34.055,1.291-60.616,29.945-59.325,64h21.333 c0-1.739,0.491-42.667,42.667-42.667h192c5.891,0,10.667-4.776,10.667-10.667v-42.667H490.667z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M298.667,437.333c-5.891,0-10.667,4.776-10.667,10.667v10.667c0,17.673-14.327,32-32,32s-32-14.327-32-32V448 c0-5.891-4.776-10.667-10.667-10.667H0v21.333h202.667C202.702,488.107,226.559,511.965,256,512 c29.441-0.035,53.298-23.893,53.333-53.333H512v-21.333H298.667z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='245.333' y='85.333' width='21.333' height='288' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M202.667,74.667H53.333c-5.891,0-10.667,4.776-10.667,10.667V128c0,5.891,4.776,10.667,10.667,10.667h149.333 c5.891,0,10.667-4.776,10.667-10.667V85.333C213.333,79.442,208.558,74.667,202.667,74.667z M192,117.333H64V96h128V117.333z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='42.667' y='160' width='106.667' height='21.333' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='170.667' y='160' width='21.333' height='21.333' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='42.667' y='202.667' width='21.333' height='21.333' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='85.333' y='202.667' width='106.667' height='21.333' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='42.667' y='245.333' width='64' height='21.333' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='128' y='245.333' width='21.333' height='21.333' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='170.667' y='245.333' width='21.333' height='21.333' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='128' y='288' width='64' height='21.333' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='85.333' y='288' width='21.333' height='21.333' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='42.667' y='288' width='21.333' height='21.333' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='42.667' y='330.667' width='85.333' height='21.333' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.expertise-menu ul li:nth-of-type(2):hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve' width='512px' height='512px'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M501.333,245.333H416c-1.143,0.001-2.278,0.185-3.363,0.547c-5.589,1.862-8.611,7.902-6.749,13.491l28.619,85.899 c3.468,10.396,13.201,17.405,24.16,17.397l0,0c10.962,0.006,20.696-7.008,24.16-17.408l28.619-85.888 c0.361-1.084,0.546-2.22,0.547-3.363C511.996,250.117,507.224,245.338,501.333,245.333z M462.592,338.507 c-0.432,1.014-1.239,1.821-2.253,2.253c-2.168,0.924-4.674-0.085-5.598-2.253l-23.936-71.84h55.723L462.592,338.507z' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='426.667' y='298.667' width='64' height='21.333' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='448' width='21.333' height='256' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='490.667' width='21.333' height='256' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='405.333' width='21.333' height='256' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='298.667' y='341.333' width='160' height='21.333' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='298.667' y='298.667' width='21.333' height='21.333' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='341.333' y='298.667' width='42.667' height='21.333' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='298.667' y='256' width='21.333' height='21.333' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='341.333' y='256' width='21.333' height='21.333' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='298.667' y='213.333' width='64' height='21.333' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M202.667,394.667H21.333v-352h181.333c1.08-0.043,2.162-0.043,3.243,0c22.669,0.895,40.319,19.998,39.424,42.667H256 h10.667c0.059-1.558,0.059-3.117,0-4.675c-1.291-34.055-29.945-60.616-64-59.325h-192C4.776,21.333,0,26.109,0,32v373.333 C0,411.224,4.776,416,10.667,416h192c1.088-0.043,2.177-0.043,3.265,0c22.663,0.902,40.303,20.004,39.402,42.667h21.333 c0.059-1.558,0.059-3.117,0-4.675C265.376,419.936,236.722,393.376,202.667,394.667z' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M309.333,21.333c-1.558-0.059-3.117-0.059-4.675,0c-34.055,1.291-60.616,29.945-59.325,64h21.333 c0-1.739,0.491-42.667,42.667-42.667h85.333V21.333H309.333z' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M490.667,362.667v32H309.333c-1.558-0.059-3.117-0.059-4.675,0c-34.055,1.291-60.616,29.945-59.325,64h21.333 c0-1.739,0.491-42.667,42.667-42.667h192c5.891,0,10.667-4.776,10.667-10.667v-42.667H490.667z' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M298.667,437.333c-5.891,0-10.667,4.776-10.667,10.667v10.667c0,17.673-14.327,32-32,32s-32-14.327-32-32V448 c0-5.891-4.776-10.667-10.667-10.667H0v21.333h202.667C202.702,488.107,226.559,511.965,256,512 c29.441-0.035,53.298-23.893,53.333-53.333H512v-21.333H298.667z' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='245.333' y='85.333' width='21.333' height='288' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M202.667,74.667H53.333c-5.891,0-10.667,4.776-10.667,10.667V128c0,5.891,4.776,10.667,10.667,10.667h149.333 c5.891,0,10.667-4.776,10.667-10.667V85.333C213.333,79.442,208.558,74.667,202.667,74.667z M192,117.333H64V96h128V117.333z' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='42.667' y='160' width='106.667' height='21.333' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='170.667' y='160' width='21.333' height='21.333' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='42.667' y='202.667' width='21.333' height='21.333' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='85.333' y='202.667' width='106.667' height='21.333' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='42.667' y='245.333' width='64' height='21.333' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='128' y='245.333' width='21.333' height='21.333' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='170.667' y='245.333' width='21.333' height='21.333' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='128' y='288' width='64' height='21.333' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='85.333' y='288' width='21.333' height='21.333' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='42.667' y='288' width='21.333' height='21.333' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='42.667' y='330.667' width='85.333' height='21.333' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.expertise-menu ul li:nth-of-type(3):before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 512.03 512.03' style='enable-background:new 0 0 512.03 512.03;' xml:space='preserve' width='512px' height='512px'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M383.8,499.39l-0.501-2.656c-4.286-22.814-5.563-46.091-3.797-69.237l-21.28-1.6c-1.636,21.622-0.824,43.36,2.421,64.8 h-207.2l27.296-81.963c0.64-1.922,0.719-3.986,0.228-5.951c-1.427-5.716-7.217-9.193-12.932-7.766 c-0.448,0.085-40.117,9.771-68.715,0.224c-20.907-6.976-19.093-59.659-14.933-84.085c0.101-0.593,0.152-1.193,0.152-1.794 c-0.001-5.891-4.778-10.666-10.669-10.664H35.181c-7.638,0-13.837-6.176-13.867-13.813c-0.005-2.767,0.828-5.47,2.389-7.755 l53.664-79.147c1.594-2.372,2.181-5.28,1.632-8.085c-0.085-0.565-11.595-61.557,27.531-109.141 c32.395-39.413,89.856-59.392,170.784-59.392V0.03c-87.776,0-150.848,22.677-187.456,67.403 c-26.856,34.661-38.586,78.694-32.533,122.123L6.051,265.139c-3.917,5.803-6.013,12.643-6.023,19.644 c-0.026,19.44,15.713,35.221,35.153,35.247h26.485c-2.827,26.368-4.629,83.595,30.944,95.477 c20.252,5.633,41.479,6.845,62.24,3.552l-26.325,78.933c-0.362,1.088-0.547,2.227-0.547,3.373 c0.001,5.891,4.778,10.666,10.669,10.664h234.667c0.663,0,1.325-0.062,1.976-0.184C381.08,510.756,384.89,505.179,383.8,499.39z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M459.924,27.631c-58.381-44.88-142.091-33.934-186.97,24.447c-44.88,58.381-33.934,142.091,24.447,186.97 c21.322,17.066,33.588,43.006,33.248,70.315v42.667c0,5.891,4.776,10.667,10.667,10.667h85.333 c5.891,0,10.667-4.776,10.667-10.667v-51.669c0.139-25.968,11.26-50.664,30.613-67.979c6.009-5.416,11.512-11.367,16.442-17.78 C529.25,156.22,518.305,72.511,459.924,27.631z M453.635,216.563c-23.824,21.36-37.501,51.8-37.653,83.797v41.003h-64v-32 c0.313-33.93-15.035-66.11-41.6-87.221c-26.844-20.529-42.928-52.125-43.733-85.909c-0.621-60.889,46.803-111.477,107.605-114.784 c1.464-0.057,2.93-0.086,4.396-0.086c61.856,0,112,50.145,111.999,112.001C490.625,165.082,477.178,195.308,453.635,216.563z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M415.981,352.03c0,17.673-14.327,32-32,32h-128v21.333h128c29.441-0.035,53.298-23.893,53.333-53.333H415.981z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='309.315' y='298.697' width='149.333' height='21.333' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M245.315,362.697c-17.673,0-32,14.327-32,32s14.327,32,32,32c17.673,0,32-14.327,32-32S262.988,362.697,245.315,362.697z M245.315,405.363c-5.891,0-10.667-4.776-10.667-10.667s4.776-10.667,10.667-10.667c5.891,0,10.667,4.776,10.667,10.667 S251.206,405.363,245.315,405.363z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M159.981,288.03c-17.673,0-32,14.327-32,32s14.327,32,32,32s32-14.327,32-32S177.655,288.03,159.981,288.03z M159.981,330.697c-5.891,0-10.667-4.776-10.667-10.667s4.776-10.667,10.667-10.667s10.667,4.776,10.667,10.667 S165.872,330.697,159.981,330.697z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M255.981,309.363h-74.667v21.333h74.667c23.564,0,42.667,19.102,42.667,42.667h21.333 C319.946,338.032,291.313,309.399,255.981,309.363z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M117.315,213.363c-17.673,0-32,14.327-32,32c0,17.673,14.327,32,32,32c17.673,0,32-14.327,32-32 C149.315,227.69,134.988,213.363,117.315,213.363z M117.315,256.03c-5.891,0-10.667-4.776-10.667-10.667 c0-5.891,4.776-10.667,10.667-10.667c5.891,0,10.667,4.776,10.667,10.667C127.981,251.254,123.206,256.03,117.315,256.03z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M202.648,42.697c-17.673,0-32,14.327-32,32c0,17.673,14.327,32,32,32c17.673,0,32-14.327,32-32 C234.648,57.023,220.321,42.697,202.648,42.697z M202.648,85.363c-5.891,0-10.667-4.776-10.667-10.667 c0-5.891,4.776-10.667,10.667-10.667c5.891,0,10.667,4.776,10.667,10.667C213.315,80.588,208.539,85.363,202.648,85.363z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M138.648,117.363c-17.673,0-32,14.327-32,32c0,17.673,14.327,32,32,32c17.673,0,32-14.327,32-32 C170.648,131.69,156.321,117.363,138.648,117.363z M138.648,160.03c-5.891,0-10.667-4.776-10.667-10.667 c0-5.891,4.776-10.667,10.667-10.667s10.667,4.776,10.667,10.667C149.315,155.254,144.539,160.03,138.648,160.03z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M202.648,234.697h-64v21.333h64c23.564,0,42.667,19.103,42.667,42.667h21.333 C266.613,263.365,237.98,234.732,202.648,234.697z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M159.981,138.697v21.333c17.673,0,32,14.327,32,32v32h21.333v-32C213.28,162.589,189.422,138.732,159.981,138.697z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='191.981' y='96.03' width='21.333' height='42.667' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M451.107,109.801l-36.48,36.48l-24.725-16.48c-3.584-2.391-8.256-2.391-11.84,0l-24.725,16.48l-36.48-36.48 l-15.083,15.083l42.667,42.667c3.596,3.597,9.23,4.155,13.461,1.333l26.08-17.387l26.08,17.408 c1.753,1.169,3.813,1.792,5.92,1.792c2.832-0.006,5.545-1.138,7.541-3.147l42.667-42.667L451.107,109.801z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='373.315' y='170.697' width='21.333' height='128' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.expertise-menu ul li:nth-of-type(3):hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 512.03 512.03' style='enable-background:new 0 0 512.03 512.03;' xml:space='preserve' width='512px' height='512px'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M383.8,499.39l-0.501-2.656c-4.286-22.814-5.563-46.091-3.797-69.237l-21.28-1.6c-1.636,21.622-0.824,43.36,2.421,64.8 h-207.2l27.296-81.963c0.64-1.922,0.719-3.986,0.228-5.951c-1.427-5.716-7.217-9.193-12.932-7.766 c-0.448,0.085-40.117,9.771-68.715,0.224c-20.907-6.976-19.093-59.659-14.933-84.085c0.101-0.593,0.152-1.193,0.152-1.794 c-0.001-5.891-4.778-10.666-10.669-10.664H35.181c-7.638,0-13.837-6.176-13.867-13.813c-0.005-2.767,0.828-5.47,2.389-7.755 l53.664-79.147c1.594-2.372,2.181-5.28,1.632-8.085c-0.085-0.565-11.595-61.557,27.531-109.141 c32.395-39.413,89.856-59.392,170.784-59.392V0.03c-87.776,0-150.848,22.677-187.456,67.403 c-26.856,34.661-38.586,78.694-32.533,122.123L6.051,265.139c-3.917,5.803-6.013,12.643-6.023,19.644 c-0.026,19.44,15.713,35.221,35.153,35.247h26.485c-2.827,26.368-4.629,83.595,30.944,95.477 c20.252,5.633,41.479,6.845,62.24,3.552l-26.325,78.933c-0.362,1.088-0.547,2.227-0.547,3.373 c0.001,5.891,4.778,10.666,10.669,10.664h234.667c0.663,0,1.325-0.062,1.976-0.184C381.08,510.756,384.89,505.179,383.8,499.39z' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M459.924,27.631c-58.381-44.88-142.091-33.934-186.97,24.447c-44.88,58.381-33.934,142.091,24.447,186.97 c21.322,17.066,33.588,43.006,33.248,70.315v42.667c0,5.891,4.776,10.667,10.667,10.667h85.333 c5.891,0,10.667-4.776,10.667-10.667v-51.669c0.139-25.968,11.26-50.664,30.613-67.979c6.009-5.416,11.512-11.367,16.442-17.78 C529.25,156.22,518.305,72.511,459.924,27.631z M453.635,216.563c-23.824,21.36-37.501,51.8-37.653,83.797v41.003h-64v-32 c0.313-33.93-15.035-66.11-41.6-87.221c-26.844-20.529-42.928-52.125-43.733-85.909c-0.621-60.889,46.803-111.477,107.605-114.784 c1.464-0.057,2.93-0.086,4.396-0.086c61.856,0,112,50.145,111.999,112.001C490.625,165.082,477.178,195.308,453.635,216.563z' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M415.981,352.03c0,17.673-14.327,32-32,32h-128v21.333h128c29.441-0.035,53.298-23.893,53.333-53.333H415.981z' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='309.315' y='298.697' width='149.333' height='21.333' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M245.315,362.697c-17.673,0-32,14.327-32,32s14.327,32,32,32c17.673,0,32-14.327,32-32S262.988,362.697,245.315,362.697z M245.315,405.363c-5.891,0-10.667-4.776-10.667-10.667s4.776-10.667,10.667-10.667c5.891,0,10.667,4.776,10.667,10.667 S251.206,405.363,245.315,405.363z' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M159.981,288.03c-17.673,0-32,14.327-32,32s14.327,32,32,32s32-14.327,32-32S177.655,288.03,159.981,288.03z M159.981,330.697c-5.891,0-10.667-4.776-10.667-10.667s4.776-10.667,10.667-10.667s10.667,4.776,10.667,10.667 S165.872,330.697,159.981,330.697z' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M255.981,309.363h-74.667v21.333h74.667c23.564,0,42.667,19.102,42.667,42.667h21.333 C319.946,338.032,291.313,309.399,255.981,309.363z' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M117.315,213.363c-17.673,0-32,14.327-32,32c0,17.673,14.327,32,32,32c17.673,0,32-14.327,32-32 C149.315,227.69,134.988,213.363,117.315,213.363z M117.315,256.03c-5.891,0-10.667-4.776-10.667-10.667 c0-5.891,4.776-10.667,10.667-10.667c5.891,0,10.667,4.776,10.667,10.667C127.981,251.254,123.206,256.03,117.315,256.03z' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M202.648,42.697c-17.673,0-32,14.327-32,32c0,17.673,14.327,32,32,32c17.673,0,32-14.327,32-32 C234.648,57.023,220.321,42.697,202.648,42.697z M202.648,85.363c-5.891,0-10.667-4.776-10.667-10.667 c0-5.891,4.776-10.667,10.667-10.667c5.891,0,10.667,4.776,10.667,10.667C213.315,80.588,208.539,85.363,202.648,85.363z' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M138.648,117.363c-17.673,0-32,14.327-32,32c0,17.673,14.327,32,32,32c17.673,0,32-14.327,32-32 C170.648,131.69,156.321,117.363,138.648,117.363z M138.648,160.03c-5.891,0-10.667-4.776-10.667-10.667 c0-5.891,4.776-10.667,10.667-10.667s10.667,4.776,10.667,10.667C149.315,155.254,144.539,160.03,138.648,160.03z' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M202.648,234.697h-64v21.333h64c23.564,0,42.667,19.103,42.667,42.667h21.333 C266.613,263.365,237.98,234.732,202.648,234.697z' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M159.981,138.697v21.333c17.673,0,32,14.327,32,32v32h21.333v-32C213.28,162.589,189.422,138.732,159.981,138.697z' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='191.981' y='96.03' width='21.333' height='42.667' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M451.107,109.801l-36.48,36.48l-24.725-16.48c-3.584-2.391-8.256-2.391-11.84,0l-24.725,16.48l-36.48-36.48 l-15.083,15.083l42.667,42.667c3.596,3.597,9.23,4.155,13.461,1.333l26.08-17.387l26.08,17.408 c1.753,1.169,3.813,1.792,5.92,1.792c2.832-0.006,5.545-1.138,7.541-3.147l42.667-42.667L451.107,109.801z' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='373.315' y='170.697' width='21.333' height='128' data-original='%23000000' class='active-path' data-old_color='%230086BF' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}


.expertise-menu ul li a:after { 
  margin-left: 10px;
  position: absolute;
  content: '';
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  transition: all 0.2s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 32.635 32.635' style='enable-background:new 0 0 32.635 32.635;' xml:space='preserve' width='512px' height='512px' class=''%3E%3Cg%3E%3Cg%3E%3Cpath d='M32.135,16.817H0.5c-0.276,0-0.5-0.224-0.5-0.5s0.224-0.5,0.5-0.5h31.635c0.276,0,0.5,0.224,0.5,0.5 S32.411,16.817,32.135,16.817z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3Cpath d='M19.598,29.353c-0.128,0-0.256-0.049-0.354-0.146c-0.195-0.195-0.195-0.512,0-0.707l12.184-12.184L19.244,4.136 c-0.195-0.195-0.195-0.512,0-0.707s0.512-0.195,0.707,0l12.537,12.533c0.094,0.094,0.146,0.221,0.146,0.354 s-0.053,0.26-0.146,0.354L19.951,29.206C19.854,29.304,19.726,29.353,19.598,29.353z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.expertise-menu ul li:hover a:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 32.635 32.635' style='enable-background:new 0 0 32.635 32.635;' xml:space='preserve' width='512px' height='512px' class=''%3E%3Cg%3E%3Cg%3E%3Cpath d='M32.135,16.817H0.5c-0.276,0-0.5-0.224-0.5-0.5s0.224-0.5,0.5-0.5h31.635c0.276,0,0.5,0.224,0.5,0.5 S32.411,16.817,32.135,16.817z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23333333'/%3E%3Cpath d='M19.598,29.353c-0.128,0-0.256-0.049-0.354-0.146c-0.195-0.195-0.195-0.512,0-0.707l12.184-12.184L19.244,4.136 c-0.195-0.195-0.195-0.512,0-0.707s0.512-0.195,0.707,0l12.537,12.533c0.094,0.094,0.146,0.221,0.146,0.354 s-0.053,0.26-0.146,0.354L19.951,29.206C19.854,29.304,19.726,29.353,19.598,29.353z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Team Page */
.team-page .headline-content { padding-top: 160px; }

/* Contact Us */

.contact .headline-content { padding-top: 160px; }
.contact form { padding-bottom: 30px; }

/* About Us */

/* Search Results Page */
.hs-search-results__listing {
  padding: 30px 0;
  border-bottom: 1px solid #f2f2f2;
}

/* Basic Pages */
.basic-page .headline-content { padding-top: 160px; }


/* Modular & Reusable Components
   ========================================================================== */

/* Callouts */

/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */
.hs-menu-wrapper.hs-menu-flow-vertical li a,
.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { display: inline-block; }


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


.footer-container-wrapper {}
.footer-container {}
.footer-container .hs_cos_wrapper_type_logo a img { 
  max-width: 150px; 
}

.footer-top, .footer-bottom { padding: 25px; }
.footer-top ul { 
  margin: 0; 
  padding: 0; 
  list-style: none;
}
.footer-top ul li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.svg-14px { position: relative; }
.svg-14px:before {
  position: absolute;
  content: '';
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.svg-14px .text { margin-left: 30px; }
/* SVG Icons */
.svg-14px.phone:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 401.998 401.998' style='enable-background:new 0 0 401.998 401.998;' xml:space='preserve' class=''%3E%3Cg%3E%3Cg%3E%3Cpath d='M401.129,311.475c-1.137-3.426-8.371-8.473-21.697-15.129c-3.61-2.098-8.754-4.949-15.41-8.566 c-6.662-3.617-12.709-6.95-18.13-9.996c-5.432-3.045-10.521-5.995-15.276-8.846c-0.76-0.571-3.139-2.234-7.136-5 c-4.001-2.758-7.375-4.805-10.14-6.14c-2.759-1.327-5.473-1.995-8.138-1.995c-3.806,0-8.56,2.714-14.268,8.135 c-5.708,5.428-10.944,11.324-15.7,17.706c-4.757,6.379-9.802,12.275-15.126,17.7c-5.332,5.427-9.713,8.138-13.135,8.138 c-1.718,0-3.86-0.479-6.427-1.424c-2.566-0.951-4.518-1.766-5.858-2.423c-1.328-0.671-3.607-1.999-6.845-4.004 c-3.244-1.999-5.048-3.094-5.428-3.285c-26.075-14.469-48.438-31.029-67.093-49.676c-18.649-18.658-35.211-41.019-49.676-67.097 c-0.19-0.381-1.287-2.19-3.284-5.424c-2-3.237-3.333-5.518-3.999-6.854c-0.666-1.331-1.475-3.283-2.425-5.852 s-1.427-4.709-1.427-6.424c0-3.424,2.713-7.804,8.138-13.134c5.424-5.327,11.326-10.373,17.7-15.128 c6.379-4.755,12.275-9.991,17.701-15.699c5.424-5.711,8.136-10.467,8.136-14.273c0-2.663-0.666-5.378-1.997-8.137 c-1.332-2.765-3.378-6.139-6.139-10.138c-2.762-3.997-4.427-6.374-4.999-7.139c-2.852-4.755-5.799-9.846-8.848-15.271 c-3.049-5.424-6.377-11.47-9.995-18.131c-3.615-6.658-6.468-11.799-8.564-15.415C98.986,9.233,93.943,1.997,90.516,0.859 C89.183,0.288,87.183,0,84.521,0c-5.142,0-11.85,0.95-20.129,2.856c-8.282,1.903-14.799,3.899-19.558,5.996 c-9.517,3.995-19.604,15.605-30.264,34.826C4.863,61.566,0.01,79.271,0.01,96.78c0,5.135,0.333,10.131,0.999,14.989 c0.666,4.853,1.856,10.326,3.571,16.418c1.712,6.09,3.093,10.614,4.137,13.56c1.045,2.948,2.996,8.229,5.852,15.845 c2.852,7.614,4.567,12.275,5.138,13.988c6.661,18.654,14.56,35.307,23.695,49.964c15.03,24.362,35.541,49.539,61.521,75.521 c25.981,25.98,51.153,46.49,75.517,61.526c14.655,9.134,31.314,17.032,49.965,23.698c1.714,0.568,6.375,2.279,13.986,5.141 c7.614,2.854,12.897,4.805,15.845,5.852c2.949,1.048,7.474,2.43,13.559,4.145c6.098,1.715,11.566,2.905,16.419,3.576 c4.856,0.657,9.853,0.996,14.989,0.996c17.508,0,35.214-4.856,53.105-14.562c19.219-10.656,30.826-20.745,34.823-30.269 c2.102-4.754,4.093-11.273,5.996-19.555c1.909-8.278,2.857-14.985,2.857-20.126C401.99,314.814,401.703,312.819,401.129,311.475z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.svg-14px.email:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 511.626 511.626' style='enable-background:new 0 0 511.626 511.626;' xml:space='preserve' class=''%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M49.106,178.729c6.472,4.567,25.981,18.131,58.528,40.685c32.548,22.554,57.482,39.92,74.803,52.099 c1.903,1.335,5.946,4.237,12.131,8.71c6.186,4.476,11.326,8.093,15.416,10.852c4.093,2.758,9.041,5.852,14.849,9.277 c5.806,3.422,11.279,5.996,16.418,7.7c5.14,1.718,9.898,2.569,14.275,2.569h0.287h0.288c4.377,0,9.137-0.852,14.277-2.569 c5.137-1.704,10.615-4.281,16.416-7.7c5.804-3.429,10.752-6.52,14.845-9.277c4.093-2.759,9.229-6.376,15.417-10.852 c6.184-4.477,10.232-7.375,12.135-8.71c17.508-12.179,62.051-43.11,133.615-92.79c13.894-9.703,25.502-21.411,34.827-35.116 c9.332-13.699,13.993-28.07,13.993-43.105c0-12.564-4.523-23.319-13.565-32.264c-9.041-8.947-19.749-13.418-32.117-13.418H45.679 c-14.655,0-25.933,4.948-33.832,14.844C3.949,79.562,0,91.934,0,106.779c0,11.991,5.236,24.985,15.703,38.974 C26.169,159.743,37.307,170.736,49.106,178.729z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3Cpath d='M483.072,209.275c-62.424,42.251-109.824,75.087-142.177,98.501c-10.849,7.991-19.65,14.229-26.409,18.699 c-6.759,4.473-15.748,9.041-26.98,13.702c-11.228,4.668-21.692,6.995-31.401,6.995h-0.291h-0.287 c-9.707,0-20.177-2.327-31.405-6.995c-11.228-4.661-20.223-9.229-26.98-13.702c-6.755-4.47-15.559-10.708-26.407-18.699 c-25.697-18.842-72.995-51.68-141.896-98.501C17.987,202.047,8.375,193.762,0,184.437v226.685c0,12.57,4.471,23.319,13.418,32.265 c8.945,8.949,19.701,13.422,32.264,13.422h420.266c12.56,0,23.315-4.473,32.261-13.422c8.949-8.949,13.418-19.694,13.418-32.265 V184.437C503.441,193.569,493.927,201.854,483.072,209.275z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.svg-14px.location:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve' width='512px' height='512px' class=''%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M256,0C153.755,0,70.573,83.182,70.573,185.426c0,126.888,165.939,313.167,173.004,321.035 c6.636,7.391,18.222,7.378,24.846,0c7.065-7.868,173.004-194.147,173.004-321.035C441.425,83.182,358.244,0,256,0z M256,278.719 c-51.442,0-93.292-41.851-93.292-93.293S204.559,92.134,256,92.134s93.291,41.851,93.291,93.293S307.441,278.719,256,278.719z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.svg-14px.linkedin:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 430.117 430.117' style='enable-background:new 0 0 430.117 430.117;' xml:space='preserve' class=''%3E%3Cg%3E%3Cg%3E%3Cpath id='LinkedIn' d='M430.117,261.543V420.56h-92.188V272.193c0-37.271-13.334-62.707-46.703-62.707 c-25.473,0-40.632,17.142-47.301,33.724c-2.432,5.928-3.058,14.179-3.058,22.477V420.56h-92.219c0,0,1.242-251.285,0-277.32h92.21 v39.309c-0.187,0.294-0.43,0.611-0.606,0.896h0.606v-0.896c12.251-18.869,34.13-45.824,83.102-45.824 C384.633,136.724,430.117,176.361,430.117,261.543z M52.183,9.558C20.635,9.558,0,30.251,0,57.463 c0,26.619,20.038,47.94,50.959,47.94h0.616c32.159,0,52.159-21.317,52.159-47.94C103.128,30.251,83.734,9.558,52.183,9.558z M5.477,420.56h92.184v-277.32H5.477V420.56z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.svg-14px.facebook:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 96.124 96.123' style='enable-background:new 0 0 96.124 96.123;' xml:space='preserve' class=''%3E%3Cg%3E%3Cg%3E%3Cpath d='M72.089,0.02L59.624,0C45.62,0,36.57,9.285,36.57,23.656v10.907H24.037c-1.083,0-1.96,0.878-1.96,1.961v15.803 c0,1.083,0.878,1.96,1.96,1.96h12.533v39.876c0,1.083,0.877,1.96,1.96,1.96h16.352c1.083,0,1.96-0.878,1.96-1.96V54.287h14.654 c1.083,0,1.96-0.877,1.96-1.96l0.006-15.803c0-0.52-0.207-1.018-0.574-1.386c-0.367-0.368-0.867-0.575-1.387-0.575H56.842v-9.246 c0-4.444,1.059-6.7,6.848-6.7l8.397-0.003c1.082,0,1.959-0.878,1.959-1.96V1.98C74.046,0.899,73.17,0.022,72.089,0.02z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.svg-14px.twitter:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 612 612' style='enable-background:new 0 0 612 612;' xml:space='preserve' width='512px' height='512px' class=''%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M612,116.258c-22.525,9.981-46.694,16.75-72.088,19.772c25.929-15.527,45.777-40.155,55.184-69.411 c-24.322,14.379-51.169,24.82-79.775,30.48c-22.907-24.437-55.49-39.658-91.63-39.658c-69.334,0-125.551,56.217-125.551,125.513 c0,9.828,1.109,19.427,3.251,28.606C197.065,206.32,104.556,156.337,42.641,80.386c-10.823,18.51-16.98,40.078-16.98,63.101 c0,43.559,22.181,81.993,55.835,104.479c-20.575-0.688-39.926-6.348-56.867-15.756v1.568c0,60.806,43.291,111.554,100.693,123.104 c-10.517,2.83-21.607,4.398-33.08,4.398c-8.107,0-15.947-0.803-23.634-2.333c15.985,49.907,62.336,86.199,117.253,87.194 c-42.947,33.654-97.099,53.655-155.916,53.655c-10.134,0-20.116-0.612-29.944-1.721c55.567,35.681,121.536,56.485,192.438,56.485 c230.948,0,357.188-191.291,357.188-357.188l-0.421-16.253C573.872,163.526,595.211,141.422,612,116.258z' data-original='%23010002' class='active-path' data-old_color='%23010002' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Footer Newsletter Form */
.footer-newsletter form .hs_email, .footer-newsletter form .hs_submit { float: left; }
.footer-newsletter form .hs_email { width: 80%;} 
.footer-newsletter form .hs_submit { width: 20%;}
.footer-newsletter form .hs-form-required {}
.footer-newsletter form .hs-form-field>label {}
.footer-newsletter form .hs-form-field { margin: 0; }
.footer-newsletter form .hs_email input { 
  background-color: rgba(255, 255, 255, 0.2); 
  border: 1px solid transparent;
  font-size: 16px;
}
.footer-newsletter form .hs_email input:focus { background-color: #ffffff; }
.footer-newsletter form .hs_email input[value] { color: rgba(255, 255, 255, 0.6); }
.footer-newsletter form .hs_email input[value]:focus { color: #333333; }
.footer-newsletter form .hs_submit {
  transform: translateY(30px);
}
.footer-newsletter form input[type="submit"] { 
  padding: 10px; 
  font-size: 16px;
}
.footer-newsletter form .hs-error-msgs { 
  position: absolute; 
  font-size: 14px;
}
.footer-newsletter form .hs-error-msgs li { padding-left: 0; }

.footer-bottom .copyright, .footer-bottom .privacy { font-size: 14px; }
.footer-bottom .privacy { text-align: right; } 


@media (max-width: 767px) {
  .footer-top, .footer-bottom { padding: 25px 0; }
  .footer-top .column { margin-top: 20px; }
  .footer-bottom .copyright, .footer-bottom .privacy { 
    text-align: center; 
    padding: 10px;
  } 
}


/* ==========================================================================
   3. MAIN NAVIGATION                                            
   ========================================================================== */

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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul { 
  float: right;
  list-style: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  float: left;
  padding: 20px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #0086BF;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  padding: 10px;
  border: 0;
  transition: color 0.2s, background-color 0s;
}
.header.transparent .custom-menu-primary .hs-menu-wrapper > ul > li > a { color: #ffffff; }
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
  color: #333333;
  border: 0;
}
.header.transparent .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a { 
  background-color: #ffffff; 
  color: #333333;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
  padding: 10px;
  background-color: #ffffff;
  width: auto;
  min-width: 150px;
  top: calc(100% - 20px);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
  padding: 5px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  color: #0086BF;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  border: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
  background-color: #ffffff;
  color: #333333;
  border: 0;
}

/* 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: 768px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }
}


/* Custom Mobile Navigation                                            
   ========================================================================== */


@media (min-width: 767px) { .mobile-hamburger-menu { display: none !important; } }

@media (max-width: 767px) {

  .custom-menu-primary { 
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease, visibility 0.2s linear 0s;
    transition: opacity 200ms 0.2s, visibility 200ms 0.2s 0s;
    background: #0086BF;
    position: absolute;
    overflow: auto;
    left: 0; 
    top: 0;
    right: 0;
    z-index: 1;
    min-height: 100%;  
  }
  .custom-menu-primary.open {
    visibility: visible;
    opacity: 1;
  }
  .custom-menu-primary .hs-menu-wrapper > ul { 
    height: 0; 
    margin-top: -100%;
    -webkit-transition: margin-top 0.2s;
    transition: margin-top 0.2s;
    padding: 60px 10px 20px 10px;
  }
  .custom-menu-primary.open .hs-menu-wrapper > ul { 
    height: auto; 
    margin-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li { padding: 0; }
  .custom-menu-primary .hs-menu-wrapper > ul li a { 
    color: #ffffff !important; 
    padding: 15px;
  }
  .header-container-wrapper .header.scrolled .custom-menu-primary .hs-menu-wrapper>ul>li>a { color: #ffffff !important; }
  .header.scrolled .custom-menu-primary .hs-menu-wrapper > ul > li > a { color: #ffffff !important; }
  .custom-menu-primary .hs-menu-wrapper > ul li ul li a { 
    color: #0086BF !important; 
    padding: 10px;
  }
  .header.transparent .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a { background: none; }
  
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    padding: 0;
    height: 0;
    visibility: hidden !important;
    opacity: 0 !important; 
    transition: height 0.2s;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children.open ul.hs-menu-children-wrapper {
    padding: 10px;
    height: auto;
    visibility: visible !important;
    opacity: 1 !important; 
  }

}

@media (min-width: 767px) and (max-width: 950px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li { padding: 20px 10px; }
}


/* Breadcrumb Menu                                         
   ========================================================================== */

.hs-breadcrumb-menu { padding: 10px 0; }
.hs-breadcrumb-menu-item, .hs-breadcrumb-menu-item a { color: #ffffff; }
ul.hs-breadcrumb-menu { list-style-type: none; list-style-image: none; }

ul.hs-breadcrumb-menu li:first-child.hs-breadcrumb-menu-item.last-crumb { color: transparent; } /* Hide if there's only one level */



/* ==========================================================================
   4. TEMPLATE MODULE SELECTORS                                         
   ========================================================================== */

/* Common Template Selectors                                             
   ========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/* Common One Column Selectors */
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {}

body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  

body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column, 
body.landing-page.three-column {}

body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {}


/* Site Pages                                            
   ========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}


/* Landing Pages                                           
   ========================================================================== */

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


/* System Pages                                          
   ========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

.hs_cos_wrapper_type_password_prompt input#hs-pwd-widget-password, .hs_cos_wrapper_type_password_prompt input.hs-button.primary.large { float: left; }
.hs_cos_wrapper_type_password_prompt input#hs-pwd-widget-password { width: 80%; }
.hs_cos_wrapper_type_password_prompt input.hs-button.primary.large { 
  width: 20%; 
  margin-top: -5px;
}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}

.subscription-template footer { padding-top: 30px; }


/* ==========================================================================
   5. COS COMPONENTS                                        
   ========================================================================== */

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


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

/* Blog Post */
body.hs-blog-post {}
.hs-blog-post .blog-main { width: 100% !important; } /* Full width */

/* Blog Listing */
body.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 a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

/* 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 {
  max-width: 700px;
  margin: auto; 
  margin-bottom: 60px; 
}

/* 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 LISTINGS ***/
/* Post Inner: allows margin around content */
.post-listing .post-item .blog-post-inner {
  display: flex;
  flex-direction: row;
  margin: 30px 0;
}
/* Post Image - Background Image */
.post-listing .post-item .blog-post-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 340px;
  min-width: 340px;
  max-width: 340px;
  height: 230px; 
  position: relative;
}
.post-listing .post-item .blog-post-image__overlay {
  height: 100%;
  left: 0;
  background: linear-gradient(rgba(0, 134, 191,0.4),rgba(0, 134, 191,0.4));
  position: absolute;
  top: 0;
  width: 100%;
}
.post-listing .post-item .blog-post-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.post-listing .post-item .blog-post-image a.post-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Content */
.post-listing .post-item .blog-post-content-wrapper {
  flex-grow: 1;
}
/* Post Topics */
.post-listing .post-item .blog-post-topics { padding: 20px; }
.post-listing .post-item .blog-post-topic-link {
  display: inline-block;
  background-color: #ff7700;
  border: 1px solid #ff7700;
  color: #ffffff;
  padding: 0 10px;
  margin-bottom: 5px;
  border-radius: 15px;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

.post-item .blog-post-topics { display: none; } /* Hiding Blog Post Topics */

.post-listing .post-item .blog-post-topic-link:hover { border: 1px solid #ff7700; }
/* Post Content */
.post-listing .post-item .blog-post-content-wrapper { padding: 15px; }

/* Post Title */
.post-listing .post-item .blog-post-title a { text-decoration: none; }
.post-listing .post-item .blog-post-title h5 { margin: 10px 0 0 0; }
/* Post Summary */
.post-listing .post-item .blog-post-summary { margin: 10px 0 20px 0; }
/* Post Read More */
.blog-read-button { 
  position: relative; 
  padding: 20px;
}
.blog-read-button a { 
  position: absolute; 
  top: 0;
  right: 30px;
}
.post-listing .post-item .blog-read-button a:after { 
  margin-left: 10px;
  position: absolute;
  content: '';
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  transition: all 0.2s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 32.635 32.635' style='enable-background:new 0 0 32.635 32.635;' xml:space='preserve' width='512px' height='512px' class=''%3E%3Cg%3E%3Cg%3E%3Cpath d='M32.135,16.817H0.5c-0.276,0-0.5-0.224-0.5-0.5s0.224-0.5,0.5-0.5h31.635c0.276,0,0.5,0.224,0.5,0.5 S32.411,16.817,32.135,16.817z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3Cpath d='M19.598,29.353c-0.128,0-0.256-0.049-0.354-0.146c-0.195-0.195-0.195-0.512,0-0.707l12.184-12.184L19.244,4.136 c-0.195-0.195-0.195-0.512,0-0.707s0.512-0.195,0.707,0l12.537,12.533c0.094,0.094,0.146,0.221,0.146,0.354 s-0.053,0.26-0.146,0.354L19.951,29.206C19.854,29.304,19.726,29.353,19.598,29.353z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%230086BF'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.post-listing .post-item .blog-read-button a:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 32.635 32.635' style='enable-background:new 0 0 32.635 32.635;' xml:space='preserve' width='512px' height='512px' class=''%3E%3Cg%3E%3Cg%3E%3Cpath d='M32.135,16.817H0.5c-0.276,0-0.5-0.224-0.5-0.5s0.224-0.5,0.5-0.5h31.635c0.276,0,0.5,0.224,0.5,0.5 S32.411,16.817,32.135,16.817z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23333333'/%3E%3Cpath d='M19.598,29.353c-0.128,0-0.256-0.049-0.354-0.146c-0.195-0.195-0.195-0.512,0-0.707l12.184-12.184L19.244,4.136 c-0.195-0.195-0.195-0.512,0-0.707s0.512-0.195,0.707,0l12.537,12.533c0.094,0.094,0.146,0.221,0.146,0.354 s-0.053,0.26-0.146,0.354L19.951,29.206C19.854,29.304,19.726,29.353,19.598,29.353z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
/* Post Author */
.post-listing .post-item .blog-post-author {
  border-top: 1px solid #f2f2f2;
  padding: 15px 0;
  display: flex;
  align-items: center;
}
.post-listing .post-item .hs-author-avatar {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 767px) { 
  .post-listing .post-item .blog-post-content-wrapper { padding-top: 0; }
}
@media (max-width: 767px) {
  .post-listing .post-item .blog-post-inner { flex-direction: column; }
  .post-listing .post-item .blog-post-image { 
    min-width: 100%;
    max-width: 100% !important; 
  }
}

/*** Blog Post ***/
.blog-post-wrapper .about-author-sec {
  padding: 30px 0;
  margin: 30px 0;
  border-top: 1px solid #f2f2f2;
}
.blog-post-wrapper .about-author-sec img {
  height: 150px;
  width: 150px;
  width: auto;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .blog-post-wrapper .about-author-sec img {
    display: block;
    margin: auto;
    padding-bottom: 30px;
  }    
}


/** 
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */

.hs-blog-social-share {
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

#comments-listing {
  border-bottom: 1px solid #ccc;
  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 Author Page 
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

.hs-author-profile .author-info {
  display: flex;
  flex-direction: row;
  padding: 20px 0;
  align-items: center;
}
.hs-author-profile .hs-author-bio { flex: 1; }

.hs-author-avatar {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .hs-author-profile .author-info { flex-direction: column; }
  .hs-author-profile .hs-author-avatar img {
    display: block;
    margin: auto;
    padding-bottom: 20px;
  }
}
@media (min-width: 767px) {
  .hs-author-profile .hs-author-bio { padding-left: 20px; }
}


/** 
 * Blog All Posts Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

body.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 {}
.hs-blog-post .blog-sidebar { display: none; }
.blog-sidebar .site-search, .blog-sidebar .blog-categories { margin-bottom: 30px; }

@media (max-width: 767px) {
  .blog-sidebar { margin-top: 30px; }
} 

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


/* Case Studies
   ========================================================================== */

.cs-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cs-body .post-body { 
  width: 75%; 
  padding-right: 30px;
}
.cs-body .cs-body__sidebar { width: 25%; }
.cs-body .cs-body__sidebar .inner {
  padding: 30px;
  background-color: #f2f2f2;
  position: sticky;
  top: 85px;
}


/* ==========================================================================
   Forms
   ========================================================================== */


/* All Global Forms
   ========================================================================== */

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

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

/* Labels */
body label {}
body .hs-form-field > label {
  display: block;
  margin-bottom: 5px;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  font-family: 'Roboto', helvetica, sans-serif;
  font-size: 18px;
  padding: 10px;
  border: 1px solid #e7e7e7;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
  border: 1px solid #0086BF;
}

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

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

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

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

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

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


/* Form Module
   ========================================================================== */

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

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

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

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.hs_cos_wrapper_type_form input[type="date"]:focus, 
.hs_cos_wrapper_type_form input[type="month"]:focus, 
.hs_cos_wrapper_type_form input[type="time"]:focus, 
.hs_cos_wrapper_type_form input[type="week"]:focus, 
.hs_cos_wrapper_type_form input[type="number"]:focus, 
.hs_cos_wrapper_type_form input[type="email"]:focus, 
.hs_cos_wrapper_type_form input[type="url"]:focus, 
.hs_cos_wrapper_type_form input[type="search"]:focus, 
.hs_cos_wrapper_type_form input[type="tel"]:focus, 
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {}

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

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

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}

/* Legal Consent */
.legal-consent-container {
  font-size: 14px;
  margin-bottom: 20px;
}


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

/* Error */
body .hs-common-error-message {}


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


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

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

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

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

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

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




/* ==========================================================================
   Buttons                                              
   ========================================================================== */


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

button {
  cursor: pointer;
}

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: 'Roboto', helvetica, sans-serif;
  font-size: 18px;
  text-decoration: none !important;
  display: inline-block;
  padding: 10px 30px;
  background-color: #0086BF;
  border: 1px solid #0086BF;
  color: #ffffff;
  transition: background-color 0.2s;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
  background-color: #333333;
  border: 1px solid #333333;
}

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


/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

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


/* CTA Buttons
   ========================================================================== */

/** 
 * Override global CTA styles by wrapping the CTA module in a module group 
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags. 
*/
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}

a.lightgrey-cta:hover { color: #333333 !important; }


/* ==========================================================================
   6. MISCELLANOUS                                        
   ========================================================================== */

/** 
 * Styles that do not fit into available sections above can go here.
 * For example, one would place 3rd party plugin overriding styles here.
 *
 * This section is NOT for 'Custom' styles.  All custom styles must go in the
 * proper sections above.
 *
 * For instance, custom header and footer styles must go in the HEADER and 
 * FOOTER sections.  Custom styles for anything in-between the header and footer 
 * (such as, styles that are unique to the HOMEPAGE only), must go in the 
 * CONTENT section.
*/ 

/* Container */
.container { padding: 60px 0; }
.small-container { padding: 30px; }

@media (max-width: 767px) { .container, .small-container { padding: 20px 10px; } }

/* Offset top */
.offset-top-120px { margin-top: -120px; }
.offset-bottom-50px { margin-bottom: 50px; }

/* Padding */
.pb60 { padding-bottom: 60px; }

/* Background Colours */
.blue-background { background-color: #0086BF; }
.white-background { background-color: #ffffff; }
.black-background { background-color: #000000; }
.lightblack-background { background-color: #20201f; }
.lightgrey-background { background-color: #f2f2f2; }


/* Text Colours */
.white-text { color: #ffffff; }
.white-text a { color: #ffffff; }

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}


/* ==========================================================================
   7. MOBILE MEDIA QUERIES                              
   ========================================================================== */
  

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

@media (max-width: 1160px) {}


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

@media (max-width: 767px) {
  img { max-width: 100%; }
}
     

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

@media (max-width: 479px) {}