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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Roboto:300,400,500,700|Google+Sans');
@import url('//fonts.googleapis.com/css?family=Montserrat:400');
/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

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

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

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

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }

@font-face {
  font-family: "Silka";
  src: url("//cdn2.hubspot.net/hubfs/5591082/PQR_April2019/Fonts/silka-regular-webfont.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Silka";
  src: url("//cdn2.hubspot.net/hubfs/5591082/PQR_April2019/Fonts/silka-medium-webfont.woff") format("woff");
  font-weight: 500;
}

@font-face {
  font-family: "Silka";
  src: url("//cdn2.hubspot.net/hubfs/5591082/PQR_April2019/Fonts/silka-semibold-webfont.woff") format("woff");
  font-weight: 600;
}

@font-face {
  font-family: "Silka";
  src: url("//cdn2.hubspot.net/hubfs/5591082/PQR_April2019/Fonts/silka-bold-webfont.woff") format("woff");
  font-weight: 700;
}


@font-face {
  font-family: "FontAwesome";
  src: url("//cdn2.hubspot.net/hubfs/5591082/PQR_April2019/Fonts/FontAwesome5ProSolid.ttf") format('truetype'), 
    url("//cdn2.hubspot.net/hubfs/5591082/PQR_April2019/Fonts/FontAwesome5ProSolid.woff") format('woff'),
    url("//cdn2.hubspot.net/hubfs/5591082/PQR_April2019/Fonts/FontAwesome5ProSolid.eot");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "FontAwesomeBrands";
  src: url("//cdn2.hubspot.net/hubfs/5591082/PQR_April2019/Fonts/FontAwesome5BrandsRegular.ttf") format('truetype'), 
    url("//cdn2.hubspot.net/hubfs/5591082/PQR_April2019/Fonts/FontAwesome5BrandsRegular.woff") format('woff'),
    url("//cdn2.hubspot.net/hubfs/5591082/PQR_April2019/Fonts/FontAwesome5BrandsRegular.eot");
  font-style: normal;
  font-weight: normal;
}
/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

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

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

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

body {
  background: #fff;
  font-style: normal;
  font-weight: 400;
  color: rgb(38,34,98);
  background-color: rgb(255,255,255);
  line-height: 1.8;
  font-family: "Silka";
}
html {
  font-size: 15px;
}
/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  margin: 0 auto;
  width: 88%;
  max-width: 1200px;
  position: relative;
}

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

::selection {

  background: #39f;
  color: #fff;
  text-shadow: none;
}


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

/* Basic text */
p {
  margin: 0 0 1.5em;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "Silka";
  text-rendering: optimizelegibility;
  margin:0 0 15px 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 2.6em;
  line-height: 1.3;
  color: rgb(38,34,98);
  font-family: "Silka";
  font-style: normal;
  font-weight: 500;
}
h2 {
  font-size: 2em;
  font-family: "Silka";
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  color: rgb(38,34,98);
}
h3 {
  color: rgb(247,105,105);
  line-height: 1.2;
  font-weight: 500;
  font-size: 1.8em;
  letter-spacing: -0.02em;
}
h4 {}
h5 {}
h6 {}

/* Anchor Links */
a {   
  color: rgb(114,173,232);
  text-decoration:none;
}
a:hover, a:focus {
  color: rgb(247,105,105);
}

/* Lists */
body:not(.blog) .body-container-wrapper ul,
body:not(.blog) .body-container-wrapper ol {
  padding: 0;
  margin: 0 0 1.5em 1.655em;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {}

.widget-span.header-wrapper {
  background: white;
  width: calc(100% - (0px * 2));
  height: 5em;
  font-size: 1em;
  background-color: transparent;
  z-index: 9999;
  position: absolute;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  text-decoration: none;
}

.widget-span.header-wrapper .row-fluid .page-center > div > div {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  flex: 0 1 88%;
  height: 5em;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: height, opacity;
  display: flex;
}

.widget-span.header-wrapper .row-fluid .page-center > div {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.widget-span.header-wrapper .row-fluid .page-center > div:before,.widget-span.header-wrapper .row-fluid .page-center > div:after {
  content: "";
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  pointer-events: none;
  visibility: hidden;
  flex-basis: 0em;
  width: 0em;
  height: 0em;
}

.widget-span.header-wrapper .row-fluid .page-center {
  width: 100%;
  max-width: 100%;
}

.widget-span.logo-wrapper {
  justify-content: space-between;
  padding: 1.35em 0em 1.35em 0em;
  flex-direction: row;
  align-items: center;
  flex: 0 1 auto;
  background-color: transparent;
  height: inherit;
  display: flex;
  position: relative;
  z-index: 1;
  width: auto;
}

.widget-span.logo-wrapper .custom-logo a {
  height: 100%;
  max-height: 92px;
  display: inline-block;
  line-height: 1;
  width: auto;
  vertical-align: middle;
}

.widget-span.logo-wrapper .custom-logo a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
  border: 0;
  display: block;
  max-width: 112px;
}

.widget-span.custom-menu-primary {
  margin: 0;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: row;
  align-items: center;
  flex: 0 1 auto;
  background-color: transparent;
  display: flex;
  position: relative;
  z-index: 1;
  width:auto;
}

.custom-logo {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  flex: 0 1 auto;
  background-color: transparent;
  height: inherit;
  display: flex;
  position: relative;
  z-index: 1;
  width: auto;
}

.widget-span.header-wrapper .row-fluid .page-center > div > div:before,.widget-span.header-wrapper .row-fluid .page-center > div > div:after {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  align-self: center;
  flex: 1 0 auto;
  margin: 0px;
  font-size: 1em;
}

.custom-menu-primary .hs-menu-wrapper>ul > li {
  display: flex !important;
  flex-direction: inherit;
  justify-content: inherit;
  align-items: inherit;
  flex: 1 0 auto;
}

.widget-span.custom-menu-primary .hs-menu-wrapper{
  flex-direction: row;
  align-items: center;
  flex: 0 1 auto;
  background-color: transparent;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-content: center;
  display: flex !important;
  position: relative;
  z-index: 1;
}

.custom-menu-primary .hs-menu-wrapper>ul > li > a {
  margin: 0em 0.85em 0em 0em;
  font-size: 1em;
  background-color: transparent;
  flex: 1 0 auto;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  min-width: 1px;
  border-radius: 0;
  cursor: pointer;
  transition-property: border-color, background-color, box-shadow, opacity, transform;
}

.custom-menu-primary .hs-menu-wrapper>ul > li > a .x-anchor-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.85em 0.35em 0.85em 0.35em;
  display: flex;
  flex: 1 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  transform: translate3d(0, 0, 0);
}

.custom-menu-primary .hs-menu-wrapper>ul > li > a .x-anchor-text {
  margin: 5px 0px 5px 0px;
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul > li > a .x-anchor-text-primary {
  font-family: "Silka";
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-right: calc(0.01em * -1);
  color: rgb(38,34,98);
  position: relative;
  display: block;
  transition-property: color, text-shadow;
  z-index: 3;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

a.x-anchor-button {
  min-width: 90px;
  min-height: 35px;
  font-size: 1em;
  background-color: rgb(247,105,105);
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  flex-direction: column;
  position: relative;
  min-width: 1px;
  border-radius: 0;
  cursor: pointer;
  transition-property: border-color, background-color, box-shadow, opacity, transform;
  min-width: 90px;
  min-height: 35px;
}

hr.x-line {
  width: 0.65em;
}

.x-line {
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  border: 0;
  padding: 0;
}

hr.e789-8.x-line.x-hide-lg.x-hide-xl {
  width: 0.65em;
}

.x-anchor-sub-indicator {
  margin: 0px 0px 2px 0.5em;
  font-size: 0.8em;
  color: rgb(38,34,98);
}

[data-x-icon-s] {
  font-family: "FontAwesome";
  font-weight: 900;
}

[data-x-icon-o],
[data-x-icon-l],
[data-x-icon-s],
[data-x-icon-b],
[data-x-icon],
[data-x-fa-pro-icon],
[class*="x-icon-"] {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.x-anchor-sub-indicator {
  width: auto;
  height: auto;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  transition-property: color, text-shadow;
  position: relative;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}

[data-x-icon-o]:before,
[data-x-icon-l]:before,
[data-x-icon-s]:before,
[data-x-icon-b]:before,
[data-x-icon]:before,
[data-x-fa-pro-icon]:before,
[class*="x-icon-"]:before {
  line-height: 1;
}

[data-x-icon-s]:before {
  content: attr(data-x-icon-s);
}

.x-anchor-sub-indicator:before {
  text-align: inherit;
  display: inherit;
  width: inherit;
  height: inherit;
}

span.x-anchor-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  padding: 0.35em 0.5em 0.35em 0.5em;
  display: flex;
  flex: 1 0 auto;
  position: relative;
  border-radius: inherit;
  transform: translate3d(0, 0, 0);
}

.x-anchor-text {
  margin: 5px 5px 5px 5px;
}

.x-anchor-text {
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
}

.x-anchor-text-primary {
  font-family: "Silka";
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-right: calc(0.02em * -1);
  color: rgb(255,255,255);
  position: relative;
  display: block;
  transition-property: color, text-shadow;
  z-index: 3;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

a.x-anchor-button {
  text-decoration: none;
}

.x-anchor-particle-primary {
  width: 100%;
  height: 0.35em;
  color: rgb(247,105,105);
  transform-origin: 50% 0%;
}

[data-x-particle*="overlap"][data-x-particle~="scale-y"], [data-x-particle*="inside"][data-x-particle*="c_c"][data-x-particle~="scale-y"] {
  transform: translate3d(-50%, -50%, 0) scale3d(1, 0, 1);
}

[data-x-particle*="overlap"][data-x-particle*="_c"] {
  left: 50%;
}

[data-x-particle*="overlap"][data-x-particle*="b_"] {
  top: 100%;
}

[data-x-particle] {
  display: block;
  position: absolute;
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  speak: none;
  z-index: 1;
}

[data-x-particle] span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background-color: currentColor;
}
.custom-menu-primary .hs-menu-wrapper>ul  li .x-anchor-sub-indicator {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children > a .x-anchor-sub-indicator{
  display: inline-block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a [data-x-particle] {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a .x-anchor-particle-primary {
  width: 0.35em;
  height: 100%;
  color: rgb(38,34,98);
  transform-origin: 0% 50%;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  speak: none;
  z-index: 1;
  top: 50%;
  left: 100%;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {}

.custom-menu-primary .hs-menu-wrapper > ul ul li a .x-anchor-particle-primary {
  width: 0.35em;
  height: 100%;
  color: rgb(38,34,98);
  transform-origin: 0% 50%;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  speak: none;
  z-index: 1;
  top: 50%;
  left: 100%;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  position: relative;
}
a.x-anchor-button:hover {
  background-color: rgb(38,34,98);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover .x-anchor-particle-primary {
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  opacity: 1;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover .x-anchor-text-primary {
  color: rgb(38,34,98);
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover >a .x-anchor-text-primary {
  color: rgb(247,105,105);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover .x-anchor-particle-primary {
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  opacity: 1;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover .x-anchor-text-primary {
  color: rgb(38,34,98);
}
.widget-span.custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  opacity: 0;
  transform: translate3d(0, 5%, 0);
  transition-delay: 0s, 0s, 0.5s;
  transition-duration: 0.5s, 0.5s, 0s;
  transition-property: opacity, transform, visibility;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 9999;
  visibility: hidden;
  position: absolute;
}

.widget-span.custom-menu-primary .hs-menu-wrapper ul ul{
  width: auto;
  top:100%;
  padding: 0.65em 0em 0.65em 0em;
  font-size: 1em;
  background-color: rgb(247,105,105);
}
.widget-span.custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: none;
  transition-duration: 0.5s;
  transition-property: opacity, transform;
  pointer-events: auto;
  transition-delay: 0s, 0s, 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

a.x-anchor-button:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  box-shadow: 2px 2px 0 0 var(--night);
  transform: translate(3px,3px);
  transform-origin: bottom;
  transition: all 0.3s ease-in-out;
}
:root {
  --night: #262262;
  --night900: #0f0d26;
  --night700: #191741;
  --night300: #5f5b91;
  --night100: #9492bb;
  --coral: #f76969;
  --coral900: #7e2929;
  --coral700: #ba4646;
  --coral300: #f99797;
  --coral100: #fbbfbf;
  --blue: #72ade8;
  --blue900: #2c4f74;
  --blue700: #4c7bad;
  --blue300: #9fc8f0;
  --blue100: #c4dff6;
  --orange: #ffb44a;
  --orange900: #83531d;
  --orange700: #c18131;
  --orange300: #ffcd7d;
  --orange100: #ffe2ab;
  --grey: #6e6e6e;
  --grey400: #a5a5a5;
  --grey300: #dedede;
  --grey200: #e9e9e9;
}


.widget-span.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  min-width: 12em;
  font-size: 1em;
  background-color: transparent;
  display: flex;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0;
  cursor: pointer;
  transition-property: border-color, background-color, box-shadow, opacity, transform;
  flex-direction: column;
  position: relative;
}

.widget-span.custom-menu-primary .hs-menu-wrapper > ul ul li a  .x-anchor-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.65em 1.35em 0.65em 1.35em;
  display: flex;
  flex: 1 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  transform: translate3d(0, 0, 0);
}

.widget-span.custom-menu-primary .hs-menu-wrapper > ul ul li a .x-anchor-text {
  margin: 5px auto 5px 5px;
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
}

.widget-span.custom-menu-primary .hs-menu-wrapper > ul ul li a .x-anchor-text-primary {
  font-family: "Silka";
  font-size: 0.95em;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-right: calc(0.05em * -1);
  color: rgb(255,255,255);
  position: relative;
  display: block;
  transition-property: color, text-shadow;
  z-index: 3;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.widget-span.custom-menu-primary .hs-menu-wrapper > ul ul li > a {
  text-decoration: none;
}

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

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

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


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

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

.widget-span.footer-bottom {
  background-color: rgb(38,34,98);
  font-size: 1em;
  height: auto;
  z-index: 9;
  bottom: 1px;
  box-shadow: 0 1px 0 var(--night);
  position:relative;
}

.widget-span.footer-bottom > div > div {
  flex-wrap: wrap;
  flex: 0 1 88%;
  height: auto;
  max-width: 1200px;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  flex-direction: row;
  display: flex;
}

.widget-span.footer-bottom > div > div:before,.widget-span.footer-bottom > div > div:after {
  display: none;
}

.social-icons.x-bar-container {
  display: flex;
  position: relative;
  z-index: 1;
}

.widget-span.footer-bottom > div > div:before, 
.widget-span.footer-bottom > div:after,
.widget-span.footer-bottom > div > div:before,
.widget-span.footer-bottom > div:before {
  content: "";
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  pointer-events: none;
  visibility: hidden;
  flex-basis: 0em;
  width: 0em;
  height: 0em;
}

.widget-span.footer-bottom > div {justify-content: space-between;display: flex;flex-direction: row;height: auto;z-index: 9;}

.widget-span.footer-icons {
  align-content: center;
  padding: 3em 0em 3em 0em;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex: 1 1 auto;
  display: flex;
  position: relative;
  z-index: 1;
  width:auto;
}

.widget-span.footer-bottom > div > div:before,
.widget-span.footer-bottom > div > div:after {
  display: none;
}

.widget-span.copyright {
  margin: 0;
  flex: 2 2 auto;
  padding: 1em 0em 1em 0em;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  display: flex;
  position: relative;
  z-index: 1;
  width:auto;
}

.header-container-wrapper .row-fluid [class*="span"] {
  min-height: 0;
}

.no-banner .header-container-wrapper {
  min-height: 5em;
}

.widget-span.footer-menu .hs-menu-wrapper > ul > li > a strong {
  letter-spacing: normal;
}


.widget-span.copyright p {
  margin: 0;
  margin: 0em;
  padding: 0em;
  font-family: inherit;
  font-size: 0.8em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  text-transform: none;
  color: rgb(148,146,187);
  background-color: transparent;
}

.widget-span.copyright p a {
  text-decoration: none;
  color: var(--night100);
}

.widget-span.footer-icons .social-icons a.x-anchor-button {
  width: 3em;
  height: 3em;
  margin: 0em 1em 0em 0em;
  font-size: 1em;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  min-width: 1px;
  border-radius: 0;
  cursor: pointer;
  transition-property: border-color, background-color, box-shadow, opacity, transform;
  background-color: rgb(255,255,255);
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.widget-span.footer-icons .social-icons a.x-anchor-button {}

.widget-span.footer-icons .social-icons a.x-anchor-button  > span {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: visible;
  display: flex;
  flex: 1 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  transform: translate3d(0, 0, 0);
  padding: 0;
}

.x-graphic {
  flex-shrink: 0;
  position: relative;
  letter-spacing: 0;
  line-height: 1;
  z-index: 2;
  margin: 7px 5px 3px 5px;
}

.x-graphic-icon {
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1.85em;
  color: rgb(38,34,98);
  background-color: transparent;
  text-align: center;
  position: relative;
  transition-property: opacity, transform, color, background-color, text-shadow, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

[data-x-icon-b] {
  font-family: "FontAwesomeBrands";
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.x-graphic-icon:before {
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  right: 0 !important;
  width: 1em !important;
  height: 1em !important;
  margin: -0.5em 0 0 -0.5em !important;
  line-height: 1em !important;
  text-align: center !important;
}

[data-x-icon-b]:before {
  content: attr(data-x-icon-b);
}

.widget-span.footer-icons .social-icons a.x-anchor-button:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  box-shadow: 2px 2px 0 0 var(--coral);
  transform: translate(4px,4px);
  transform-origin: bottom;
  transition: all 0.3s ease-in-out;
}



.widget-span.footer-middle > div {
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  height: auto;
  z-index: 9;
  font-size: 1em;
}

.widget-span.footer-middle > div:before,.widget-span.footer-middle > div:after {
  flex-basis: 0em;
  width: 0em;
  height: 0em;
  content: "";
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  pointer-events: none;
  visibility: hidden;
}

.widget-span.footer-middle > div > .x-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  speak: none;
}

.x-bg {
  z-index: -1;
}

.widget-span.footer-middle {
  position: relative;
}

.widget-span.footer-middle > div >  .x-bg .x-bg-layer-lower-image {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  speak: none;
  background-image: url("//cdn2.hubspot.net/hubfs/5591082/PQR_April2019/Images/layout-footer-bg_half.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

.widget-span.footer-middle  > div .row-fluid {
  flex-wrap: wrap;
  flex: 0 1 88%;
  height: auto;
  max-width: 1200px;
  justify-content: space-around;
  align-items: stretch;
  align-content: stretch;
  flex-direction: row;
  display: flex;
}

.widget-span.footer-middle > div .row-fluid:before,.widget-span.footer-middle > div .row-fluid:after {
  display: none;
}

.widget-span.menu-wrapper {
  align-content: flex-start;
  border-width: 0px 0px 2px 0px;
  border-style: none none solid none;
  border-color: transparent transparent rgb(95,91,145) transparent;
  padding: 3em 0% 1.15em 0%;
  background-color: rgb(38,34,98);
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex: 1 1 auto;
  flex-direction: row;
  height: inherit;
  display: flex;
  position: relative;
  z-index: 1;
  width: auto;
}

.widget-span.footer-support {
  background-color: transparent;
  flex: 1 0 auto;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: row;
  left: -0.5px;
  display: flex;
  position: relative;
  z-index: 1;
  width: auto;
  margin: 0;
}

.widget-span.footer-support .x-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  speak: none;
  z-index: -1;
}

.widget-span.footer-support .x-bg > div {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  speak: none;
  z-index: 1;
  background-image: url('//cdn2.hubspot.net/hubfs/5591082/PQR_April2019/Images/layout-footer-bg_curvedown.svg');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 100%;
}

.widget-span.footer-support a.e36-8.x-anchor.x-anchor-button {
  margin: 4em 4em 4em 4em;
  font-size: 1em;
  background-color: rgb(38,34,98);
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  flex-direction: column;
  position: relative;
  min-width: 1px;
  border-radius: 0;
  cursor: pointer;
  transition-property: border-color, background-color, box-shadow, opacity, transform;
}

.widget-span.footer-support a.e36-8.x-anchor.x-anchor-button > span {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.65em 1.65em 0.65em 1.65em;
}

.widget-span.footer-support a.e36-8.x-anchor.x-anchor-button .x-anchor-text {
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
  margin: 5px 5px 5px 5px;
}

.widget-span.footer-support a.e36-8.x-anchor.x-anchor-button .x-anchor-text .x-anchor-text-primary {
  font-family: "Silka";
  font-size: 1.18em;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-right: calc(0.02em * -1);
  color: rgb(255,255,255);
  position: relative;
  display: block;
  transition-property: color, text-shadow;
  z-index: 3;
}

.widget-span.footer-menu {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: flex-start;
  flex: 1 0 auto;
  margin: 0em 2em 0em 0em;
  font-size: 1em;
  width: auto;
  display: flex;
}

.widget-span.menu-wrapper > div {
  width: 100%;
}

.widget-span.footer-menu .hs-menu-wrapper > ul > li > a {
  margin: 0em 0em 1.35em 0em;
  font-size: 1em;
  background-color: transparent;
  flex: 0 1 auto;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  flex-direction: column;
  position: relative;
  min-width: 1px;
  border-radius: 0;
  cursor: pointer;
  transition-property: border-color, background-color, box-shadow, opacity, transform;
}

.widget-span.footer-menu .hs-menu-wrapper > ul > li > a span.x-anchor-content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex: 1 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  transform: translate3d(0, 0, 0);
  padding: 0;
}

.widget-span.footer-menu .hs-menu-wrapper > ul > li > a  span.x-anchor-text {
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
  margin: 0em 0em 0.5em 0em;
}

.widget-span.footer-menu .hs-menu-wrapper > ul > li > a {}

.widget-span.footer-menu .hs-menu-wrapper > ul > li > a .x-anchor-text-primary {
  font-family: "Silka";
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: rgb(255,255,255);
  position: relative;
  display: block;
  transition-property: color, text-shadow;
  z-index: 3;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.widget-span.footer-menu .hs-menu-wrapper > ul > li > a strong {
  font-family: "Silka";
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: rgb(255,255,255);
}

.widget-span.footer-menu .hs-menu-wrapper > ul > li > a {
  text-decoration: none;
}

.widget-span.footer-menu .hs-menu-wrapper > ul > li:first-child > a strong {
  font-weight: bold;
  font-family: "Silka";
  font-size: 1em;
  font-style: normal;
  line-height: 1;
  color: rgb(255,255,255);
}

.widget-span.footer-menu .hs-menu-wrapper > ul > li {
  flex: 0 1 auto;
  display: flex;
  flex-direction: inherit;
  justify-content: inherit;
  align-items: inherit;
}

.widget-span.footer-image {
  position: relative;
  z-index:-1;
}

.x-bg-layer-lower-image {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  speak: none;
}

.x-bg {
  z-index: -1;
}

.widget-span.footer-image .x-bg-layer-lower-image {
  z-index: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  speak: none;
}

.widget-span.footer-image .x-bg-layer-lower-image {
  background-image: url('//cdn2.hubspot.net/hubfs/5591082/PQR_April2019/Images/layout-footer-bg_waveform.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.widget-span.footer-image {
  position: relative;
  height: 30em;
  z-index: -1;
  float: right;
  width: 100%;
  top: 20em;
  margin-top: -20em;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  min-width: 1px;
}

.widget-span.footer-icons .social-icons a.x-anchor-button:hover > span {
  background-color: rgb(114,173,232);
  outline: none;
}

.widget-span.footer-icons .social-icons a.x-anchor-button:hover > span i.x-icon.x-graphic-icon.x-graphic-primary {
  color: rgb(255,255,255);
  background-color: transparent;
}

.widget-span.footer-icons .social-icons a.x-anchor-button:hover > span {
  color: #fff;
}
.widget-span.footer-icons .social-icons a.x-anchor-button:hover:after {
  box-shadow: 2px 2px 0 0 #fff;
}

.widget-span.footer-icons .social-icons a.x-anchor-button span.x-particle.x-anchor-particle-primary {
  width: 100%;
  height: 100%;
  color: transparent;
  transform-origin: 50% 50%;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: block;
  position: absolute;
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  speak: none;
  z-index: 2;
}

.widget-span.footer-icons .social-icons a.x-anchor-button span.x-particle.x-anchor-particle-primary span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background-color: currentColor;
  box-shadow: 2px 2px 0 0 white;
  transform: translate(4px, 4px);
  z-index: 9;
}

.e36-8.x-anchor .x-anchor-particle-primary {
  width: 100%;
  height: 100%;
  color: transparent;
  transform-origin: 50% 50%;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

[data-x-particle] {
  display: block;
  position: absolute;
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  speak: none;
  z-index: 1;
}

.e36-8.x-anchor .x-anchor-particle-primary > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background-color: currentColor;
  transform: translate(5px, 5px);
  box-shadow: 3px 3px 0 0 var(--night);
}

a.x-anchor-button:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  box-shadow: 3px 3px 0 0 var(--coral);
  transform: translate(5px,5px);
  transform-origin: bottom;
  transition: all 0.3s ease-in-out;
}

a.x-anchor-button:hover:after {
  box-shadow: 3px 3px 0 0 var(--night);
}

.widget-span.footer-support a.e36-8.x-anchor.x-anchor-button:hover {
  background-color: rgb(247,105,105);
}

.widget-span.footer-icons .social-icons a.x-anchor-button:hover span.x-particle.x-anchor-particle-primary {
  opacity: 1;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

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

/* 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:981px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .mobile-menu{
    display:none !important;
  }
  .widget-span.custom-menu-primary .hs-menu-wrapper > ul ul li> a:hover .x-anchor-text-primary {
    color: rgb(38,34,98);
  }
  .custom-menu-primary .hs-menu-wrapper >a.x-anchor-button:hover:after {
    box-shadow: 2px 2px 0 0 var(--coral);
  }
  .custom-menu-primary .hs-menu-wrapper >a.x-anchor-button:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    box-shadow: 2px 2px 0 0 var(--night);
    transform: translate(3px,3px);
    transform-origin: bottom;
    transition: all 0.3s ease-in-out;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children:hover > a .x-anchor-sub-indicator {
    color: rgb(247,105,105);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover >a .x-anchor-text-primary {
    color: rgb(247,105,105);
  }

  .custom-menu-primary .hs-menu-wrapper>ul li.active > a .x-anchor-sub-indicator {
    color: rgb(247,105,105);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active >a .x-anchor-text-primary {
    color: rgb(247,105,105);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.active>a [data-x-particle] {
    transition-delay: 0.1s;
    opacity: 1;
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul ul li.active > a  .x-anchor-text-primary {
    color: rgb(38,34,98);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active > a .x-anchor-particle-primary {
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    opacity: 1;
  }
}


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

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

@media (max-width: 980px){

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

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

  .mobile-trigger {
    cursor: pointer;
    position: absolute;
    top: -15px;
    width: 3.5em;
    min-width: 3.5em;
    height: 100%;
    min-height: 100%;
    font-size: 1em;
    background-color: transparent;
    right: 0px;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    flex-direction: column;
    border-radius: 0;
    cursor: pointer;
    transition-property: border-color, background-color, box-shadow, opacity, transform;
    font-style: normal;
    font-weight: 400;
    height: 70px;
  }
  .mobile-open .x-toggle-burger-bun-t {
    animation-name: x-bun-t-1;
    -webkit-animation: x-bun-t-1 0.3s linear;
    animation-fill-mode: forwards;
    animation-direction: alternate;
  }

  .mobile-open span.x-toggle-burger-patty {
    animation-name: x-patty-1;
    -webkit-animation: x-patty-1 0.3s linear;
    animation-fill-mode: forwards;
    animation-direction: alternate;
  }

  .mobile-open .x-toggle-burger-bun-b {
    animation-name: x-bun-b-1;
    -webkit-animation:  x-bun-b-1 0.3s linear;
    animation-fill-mode: forwards;
    animation-direction: alternate;
  }



   .x-toggle-burger-bun-t {
    animation-name: x-bun-t-1;
    -webkit-animation: x-bun-t-1 0.3s linear;
    animation-fill-mode: backword;
    animation-direction: alternate;
  }

   span.x-toggle-burger-patty {
    animation-name: x-patty-1;
    -webkit-animation: x-patty-1 0.3s linear;
    animation-fill-mode:backword;
    animation-direction: alternate;
  }

   .x-toggle-burger-bun-b {
    animation-name: x-bun-b-1;
    -webkit-animation:  x-bun-b-1 0.3s linear;
    animation-fill-mode:backword;
    animation-direction: alternate;
  }
  .x-toggle-burger {
    width: 6.5em;
    margin: 2.5em 0;
    font-size: 0.25em;
    color: rgb(38,34,98);
    height: 1em;
    display: block;
    position: relative;
    transform: translate3d(0, 0, 0);
    pointer-events: none;
    speak: none;
    transition-property: opacity, transform, color, background-color, text-shadow, box-shadow;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  [data-x-single-anim] {
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
  }

  .x-toggle>span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: inherit;
    background-color: currentColor;
  }

  .x-toggle-burger-bun-t {
    transform: translate3d(0,-2.5em,0);
  }
  [data-x-toggle-anim].x-paused {
    animation-play-state: paused
  }
  [data-x-toggle-anim].x-running {
    animation-play-state: running;
  }
  [data-x-toggle-anim] {
    animation: none 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s infinite alternate forwards paused;
  }

  .x-toggle-burger-bun-b {
    transform: translate3d(0,2.5em,0);
  }
  .mobile-trigger:hover {
    background-color: rgb(247,105,105);
  }

  .mobile-trigger:hover .x-toggle-burger {
    color: rgb(255,255,255);
  }

  .mobile-trigger:hover {}

  .mobile-trigger:hover .x-anchor-particle-primary {
    transition-delay: 0.1s;
    opacity: 1;
    transition-duration: 0s, 0.3s;
    transform: scale3d(1, 1, 1);
  }
  .mobile-trigger .x-anchor-particle-primary {
    width: 100%;
    height: 100%;
    color: rgb(38,34,98);
    transform-origin: 50% 0%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    transform: scale3d(1, 0, 1);
  }

  /* Change button when menu is open */


  /* Toggle Button Icon */


  /* ===== Mobile Child Toggle Buttons ===== */

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

  /* ===== Mobile Menu Styles ===== */  

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

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #000;
    width: 100%; /* Full screen width */
  }

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

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

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

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

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

  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    display: none !important;
  }
  .x-anchor-text {
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
    width: auto;
  }
  .widget-span.mobile-menu .hs-menu-wrapper {
    max-width: 24em;
    padding: calc(2em * 1.5);
    background-color: rgb(255,255,255);
    transform: translate3d(0, 0, 0);
    touch-action: auto;
    -ms-overflow-style: none;
    -ms-touch-action: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
    right: 0;
    transform: translate3d(115%, 0, 0);
  }
  .x-anchor-text {
    white-space: nowrap;
  }
  .x-off-canvas-close span {
    display: block;
    font-weight: normal;
    font-family: "Silka";
  }
  .widget-span.mobile-menu .hs-menu-wrapper > ul {
    margin: 0px;
    min-width: 1px;
    font-size: 1em;
  }

  .x-off-canvas-bg {
    background-color: rgba(38,34,98,0.92);
    z-index: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
  }

  .mobile-open .x-off-canvas-bg {
    opacity: 1;
  }



  .widget-span.mobile-menu .hs-menu-wrapper > ul > li > a {
    font-size: 1em;
    background-color: transparent;
    display: flex;
    text-decoration: none;
    text-align: left;
  }

  .widget-span.mobile-menu .hs-menu-wrapper > ul > li {
    position: relative;
    float: none;
    display: block;
    width: 100%;
    cursor:pointer;
  }

  .widget-span.mobile-menu .hs-menu-wrapper  ul > li > a .x-anchor-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.85em 0em 0.85em 0em;
    display: flex;
    flex: 1 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: inherit;
    transform: translate3d(0, 0, 0);
  }

  .widget-span.mobile-menu .hs-menu-wrapper  ul > li > a .x-anchor .x-anchor-text {
    margin: 0px auto 0px 0px;
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
  }

  .widget-span.mobile-menu .hs-menu-wrapper  ul > li > a  .x-anchor-text-primary {
    font-family: "Silka";
    font-size: 1.5em;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    margin-right: calc(0.04em * -1);
    color: rgb(38,34,98);
    position: relative;
    display: block;
    transition-property: color, text-shadow;
    z-index: 3;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .widget-span.mobile-menu .hs-menu-wrapper ul ul > li > a .x-anchor-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.65em 0em 0.65em 1.15em;
    display: flex;
    flex: 1 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: inherit;
    transform: translate3d(0, 0, 0);
  }

  .widget-span.mobile-menu .hs-menu-wrapper  ul > li > a .x-anchor-content span.x-anchor-text {
    margin: 0px auto 0px 0px;
  }

  .widget-span.mobile-menu .hs-menu-wrapper > ul ul > li > a .x-anchor .x-anchor-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.65em 0em 0.65em 1.15em;
  }

  .widget-span.mobile-menu .hs-menu-wrapper > ul ul {
    position: static !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .widget-span.mobile-menu .hs-menu-wrapper ul ul > li > a {
    text-decoration: none;
  }
  .widget-span.mobile-menu .hs-menu-wrapper ul ul > li > a .x-anchor-text-primary {
    font-family: "Silka";
    font-size: 1.24em;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: normal;
    color: rgb(38,34,98);
  }

  .widget-span.mobile-menu .hs-menu-wrapper ul ul {
    display: none;
  }
  .widget-span.widget-type-custom_widget.mobile-menu .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
  }
  .widget-span.mobile-menu .hs-menu-wrapper ul ul li.hs-item-has-children > a .x-anchor-sub-indicator {
    display: inline-block;
  }
  .widget-span.mobile-menu .hs-menu-wrapper ul ul > li > a .x-anchor-sub-indicator {
    display: none;
  }
  .widget-span.mobile-menu .hs-menu-wrapper > ul {
    margin: 0px;
    min-width: 1px;
    font-size: 1em;
    display: block;
  }
  .x-anchor-sub-indicator {
    display: none;
  }

  .widget-span.mobile-menu .hs-menu-wrapper > ul > li:hover > a .x-anchor-text-primary {
    color: rgb(247,105,105);
  }

  .widget-span.mobile-menu .hs-menu-wrapper > ul > li.color-me > a .x-anchor-text-primary {
    color: rgb(247,105,105);
  }

  .widget-span.mobile-menu .hs-menu-wrapper > ul > li.color-me > a  .x-anchor-sub-indicator {
    color: rgb(247,105,105);
  }

  .widget-span.mobile-menu .hs-menu-wrapper > ul > li > a .x-anchor-sub-indicator {
    font-size: 1em;
    font-family: "FontAwesome";
    font-weight: 900;
  }

  .widget-span.mobile-menu .hs-menu-wrapper  ul > li.hs-item-has-children > a .x-anchor-sub-indicator {
    display: inline-block;
  }
  .x-off-canvas-close {
    right: 0;
    display: block;
    position: absolute;
    top: 0;
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 1;
    text-align: center;
    background-color: transparent;
    opacity: 1;
    transform: scale(0);
    transition-duration: 0.3s, 0.5s, 0.5s;
    transition-property: color, opacity, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
    display: block;
    font-size: 1em;
    width: calc(1em * 1.5);
    height: calc(1em * 1.5);
    font-size: 2em;
    outline: none;
    color: rgb(165,165,165);
    right: 0;
  }

  .mobile-open .x-off-canvas-close {
    opacity: 1;
    transform: scale(1);
    width: calc(1em * 1.5);
    height: calc(1em * 1.5);
    font-size: 2em;
    outline: none;
    color: rgb(165,165,165);
    right: 0;
  }

  .x-off-canvas-close span {
    display: block;
  }
  .mobile-open .widget-span.mobile-menu .hs-menu-wrapper {
    transform: translate3d(0, 0, 0);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .widget-span.mobile-menu {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.3s linear;
    visibility: visible;
    transition-delay: 0s;
    pointer-events: auto;
    z-index:-2;
  }
  .mobile-open .widget-span.mobile-menu{
    z-index: 9999;
  }
  .widget-span.mobile-menu .hs-menu-wrapper ul ul > li > a:hover .x-anchor-text-primary {
    color: rgb(247,105,105);
  }

  .x-off-canvas-close span:hover {
    color: rgb(247,105,105);
  }

  .x-off-canvas-close span {
    cursor: pointer;
  }
  body:not(.blog) .body-container-wrapper .content-wrapper.page-center {
    margin-top: calc(7.75em - 75px);
    margin-bottom:7em;
  }
  .body-container-wrapper .content-wrapper.page-center {
    margin-top: calc(7.75em - 70px) !important;
  }

  .widget-span.mobile-menu .hs-menu-wrapper {
    overflow-y: auto !important;
  }
  .widget-span.mobile-menu .hs-menu-wrapper ul > li:hover > a .x-anchor-sub-indicator {
    color: rgb(247,105,105);
  }

  .widget-span.mobile-menu .hs-menu-wrapper ul ul > li.active > a .x-anchor-text-primary {
    color: rgb(247,105,105);
  }
  .widget-span.mobile-menu .hs-menu-wrapper > ul > li.active > a .x-anchor-text-primary,
  .widget-span.mobile-menu .hs-menu-wrapper ul > li.active > a .x-anchor-sub-indicator {
    color: rgb(247,105,105);
  }
}


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


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

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

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

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

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


/* =============== Blog Content Column =============== */

.blog .blog-content {}

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

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

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

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

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

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

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

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

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

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

/* Blog Commments */
#comments-listing {
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

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

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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


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


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

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

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

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

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  padding: 0 15px;
  min-height: 27px;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  display:block;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;

}

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

  outline: none;
  border-color: rgba(82,168,236,0.8);

}

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

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

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

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

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

/* Error */
.hs-error-msgs label{}
.hs-error-msgs {
  padding: 0;
  margin: 0;
}
.hs-error-msgs li {
  list-style: none;
}
.hs-form-required{
  color:red;
  font-family: Montserrat;
  font-size: 13px;
}
ul.hs-error-msgs {
  margin: 0 !important;
}
.hs-error-msgs label {
  font-family: Montserrat;
  color: #f2545b;
  font-size: 13px;
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  margin-bottom: 4px;
  margin-top: 4px;

}
.hs_error_rollup ul {
  margin: 0;
  padding: 0;
}
.hs-form-field{
  margin-bottom:18px;
}
.hs-input.invalid.error {
  border:1px solid #c87872;

}
.hs_error_rollup .hs-error-msgs label {
  color: #f2545b;
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  font-family: Montserrat;
  font-size: 14px;
  margin-bottom: 4px;
}
.hs-form-field > label {
  font-family: Montserrat;
  color: #262262;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  display: block;
  margin-bottom: 4px;
}
/* Placeholder Text */
::-webkit-input-placeholder {
  color: #bfbfbf;
} /* Webkit Browsers */
:-moz-placeholder {
  color: #bfbfbf;
} /* Firefox 18- */
::-moz-placeholder {
  color: #bfbfbf;
} /* Firefox 19+ */
:-ms-input-placeholder {
  color: #bfbfbf;
} /* IE10 */

::-webkit-input-placeholder {
  color: #bfbfbf;
}
/* =============== Multi Column Form =============== */

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  background: #262262;
  border-color: #262262;
  color: #ffffff;
  font-size: 16px;
  font-family: Montserrat;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 16px;
  position: relative;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  margin:10px 0;
  white-space:normal !important;
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  outline:none;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: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 {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.widget-span.footer-menu .hs-menu-wrapper > ul > li > a {
  white-space: nowrap;
}
.show .widget-span.header-wrapper {
  background: #fff;
  z-index: 99;
}

.hs_cos_wrapper_type_password_prompt, 
.hs-search-field__bar, 
.hs_cos_wrapper_type_form, 
.widget-type-blog_subscribe,
.widget-type-google_search, 
.widget-type-password_prompt.custom_error_message, 
.widget-type-email_simple_subscription,
.section.post-footer form{
  display: block;
  max-width: 500px;
  width: 100%;
  border-width: 2px 2px 0px 2px;
  border-style: solid none none solid;
  border-color: rgb(38,34,98) rgb(38,34,98) transparent rgb(38,34,98);
  padding: 20px;
  margin-bottom:15px;
}


input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

h3.form-title {
  color: rgb(247,105,105);
  font-weight: 600;
  line-height: 1.4;
  font-size: 1.8em;
  font-family: "Silka";
  font-style: normal;
  text-transform: none;
  letter-spacing: -0.015em;
}

h2.post-listing-simple a:hover {
  color: rgb(114,173,232);
}

h2.post-listing-simple a {
  color: rgb(38,34,98);
  text-decoration: none;
}

h2.post-listing-simple {
  position: relative;
  line-height: 1.1;
  font-size: 150%;
  color: rgb(38,34,98);
  letter-spacing: -0.03em;
  font-family: "Silka";
  font-style: normal;
  font-weight: 700;
}


.widget-span.header-wrapper.is-fixed {
  opacity: 0;
}

.widget-span.header-wrapper.is-fixed.is-visible {
  background: #fff;
  z-index: 99;
  opacity:1;
}

.blog-pagination ul {
  display: inline-block;
  margin: 0;
  padding: 6px;
  background-color: #f2f2f2;
  border-radius: 100em;
  text-align: center;
  list-style: none;
}

.hs-blog-post .entry-featured img {
  width: 100%;
}

.blog-pagination ul > li {
  display: inline;
}

.comment-date {
  display: block;
  text-align: left;
} 

.blog-pagination ul > li > a {
  float: left;
  margin: 0 3px;
  width: 26px;
  height: 26px;
  font-size: 11px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  color: #ddd;
  background-color: #fff;
  border-radius: 100em;
}

.blog-pagination {
  margin: 4em 0 2em;
  height: 38px;
  text-align: center;
}

.blog-pagination ul > li > a:hover {
  background-color: rgb(114,173,232);
  color: #fff;
}

.blog-pagination ul > li > a.active {
  background-color: rgb(38,34,98);
  color: #fff;
}

.widget-span.header-wrapper {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  position: fixed;
  z-index:99;
}

.no-banner .widget-span.header-wrapper{
  background-color:#fff;
}

a.entry-thumb:hover img {
  opacity: 0.15;
}

.widget-span.footer-menu .hs-menu-wrapper > ul > li > a:hover .x-particle.x-anchor-particle-primary {
  width: 100%;
  height: 0.25em;
  color: rgb(247,105,105);
  transform-origin: 50% 0%;
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}

.widget-span.footer-menu .hs-menu-wrapper > ul > li > a:hover strong {
  color: rgb(247,105,105);
}

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


.x-author-box {
  margin: 6em 0 1.5em auto;
  padding: 2em;
  background: transparent;
  border: 1px solid var(--grey300);
}

.x-author-box .h-about-the-author {
  margin: 0 0 2em;
  border-bottom: 2px solid var(--coral);
  padding-bottom: 0.65em;
  font-size: 1.24em;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-transform: none;
  color: var(--coral);
  line-height: 1.4;
}



.x-author-box img {
  float: left;
  width: 90px;
  height: auto;
  vertical-align: middle;
  border: 0;
}

.x-author-box .x-author-info {
  margin-left: 110px;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.x-author-box .h-author {
  margin-bottom: 0.35em;
  line-height: 1;
  color: rgb(38,34,98);
  letter-spacing: -0.02em;
  font-family: "Silka";
  font-style: normal;
  font-weight: 700;
  font-size: 171.4%;
}

.x-author-box .p-author {
  margin-top: 0.5em;
  margin-bottom: 0;
}





.hs-blog-post .section.post-footer form::before {
  content: "Leave a comment";
  margin-bottom: 50px;
  text-align: left;
  font-size: 28px;
  display: block;
}


input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration{
  display: none; 
}



.blog-listing-wrapper .post-listing .post-item:first-child {
  margin-top: 0;
}
.blog-listing-wrapper .post-listing .post-item {
  width: 33.28%;
  margin: 0;
  padding: 1em;
}
.entry-wrap {
  margin: 0 -1px -1px;
  border: 1px solid #f2f2f2;
  background-color: #fff;
  padding: 7% 7.5% 7.5%;
}
.post-listing {
  margin: -1em;
}
.entry-header {
  font-size: 1rem;
}

h2.entry-title {
  position: relative;
  margin: 0;
  line-height: 1.1;
  font-size: 150%;
  color: rgb(38,34,98);
  letter-spacing: -0.03em;
  font-family: "Silka";
  font-style: normal;
  font-weight: 700;
}

h2.entry-title a {
  color: rgb(38,34,98);
  text-decoration: none;
}

.p-meta {
  margin: 8px 0 0;
  line-height: 1.5;
  font-size: 82%;
}

.p-meta>span {
  display: inline-block;
}

.p-meta>span:after {
  content: "/";
  padding: 0 0.45em;
}

.p-meta>span>a {
  white-space: nowrap;
  color: rgb(114,173,232);
  text-decoration: none;
}

.p-meta>span:last-child:after {
  display: none;
}
h2.entry-title a:hover {
  color: rgb(114,173,232);
}

.p-meta>span>a:hover {
  color: rgb(247,105,105);
}
.entry-featured {
  position: relative;
  margin-top: 25px;
  border: 2px solid #e5e5e5;
  padding: 6px;
  background-color: #fff;
}

.entry-thumb {
  background-color: rgb(114,173,232);
  display: block;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: rgb(114,173,232);
  text-decoration: none;
}

.entry-thumb img {
  min-width: 100%;
  -webkit-transition: opacity 0.75s ease;
  transition: opacity 0.75s ease;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.entry-content {
  font-size: 1rem;
  margin-top: 25px;
  font-style: normal;
  font-weight: 400;
  color: rgb(38,34,98);
  font-family: "Silka";
}

.entry-content p {
  margin: 0;
  font-style: normal;
  font-weight: 400;
}

.more-link {
  font-weight: 700;
  text-decoration: underline;
  white-space: nowrap;
  color: rgb(114,173,232);
}

a.more-link:hover {
  color: rgb(247,105,105);
}

.blog-content {
  width: 100%;
}

.hs-blog-post h1.entry-title {
  position: relative;
  margin: 0;
  font-size: 170%;
  line-height: 1.1;
  color: rgb(38,34,98);
  letter-spacing: -0.035em;
  font-family: "Silka";
  font-style: normal;
  font-weight: 700;
}

.hs-blog-post .p-meta {
  font-size: 1rem;
  line-height: 1.5;
}
.widget-span.footer-support a.e36-8.x-anchor.x-anchor-button:hover .x-anchor-text .x-anchor-text-primary {
  color: rgb(38,34,98);
}
body:not(.blog) .body-container-wrapper .content-wrapper.page-center {
  margin-top: calc(7.75em - 75px);
  margin-bottom:7em;
}
.body-container-wrapper .content-wrapper.page-center {
  margin-top: calc(7.75em - 75px);
  margin-bottom:15em;
}



/* Banner Styling */
.hs-banner-area {
  padding: 5em 0em 0em 0em;
  position: relative;
  width: 100%;
  top: 0;
}

.hs-banner-area [class^="x-bg"] {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  speak: none;
}

.hs-banner-area [class*="x-bg-layer-lower"] {
  z-index: 1;
  background-color: rgb(255, 255, 255);
}

.hs-banner-area [class*="x-bg-layer-upper"] {
  z-index: 2;
  background-image: url("//cdn2.hubspot.net/hubfs/5591082/PQR_April2019/Images/layout-hero-bg_flabiola.svg");
  background-repeat: no-repeat;
  background-position: right bottom -1px;
  background-size: auto 94%;
}

.hs-banner-area .banner-content-wrapper.page-center {
  max-width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 1;
}

.hs-banner-area .banner-content {
  width: 48%;
  float: left;
  margin-right: 4%;
  position: relative;
  padding: 0em 4% 0em 0em;
}

.hs-banner-area .banner-second-image {
  background-color: transparent;
  z-index: 1;
  text-align: center;
  width: 48%;
  position: relative;
  float: left;
}

.hs-banner-area .banner-content .banner-heading-wrap h1 {
  color: rgb(38,34,98);
  font-weight: 600;
  font-family: "Silka";
  font-style: normal;
  line-height: 1.2;
  text-transform: none;
  margin: 0 calc(-0.025em * -1) 0 0;
  font-size: 2.4em;
  letter-spacing: -0.025em;
}

.hs-banner-area .banner-heading-wrap {
  margin: 0em 0em 1.15em 0em;
  font-size: 1em;
}

.hs-banner-area .e225-5.x-text {
  padding: 0em;
  font-family: "Silka";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  text-transform: none;
  background-color: transparent;
  margin: 0em 0em 1.15em 0em;
  font-size: 1.12em;
  line-height: 1.4;
  text-align: left;
  color: rgb(38,34,98);
}

.hs-banner-area .e225-5.x-text p {
  margin: 0;
}

.hs-banner-area .banner-second-image > span {
  max-width: 480px;
  background-color: transparent;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.hs-banner-area .banner-second-image > span img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
@media (min-width: 480px){
  html {
    font-size: 14px;
  }
}



@media (min-width: 767px){
  html {
    font-size: 14px;
  }

}



@media(min-width:768px){
  .hs_cos_wrapper_type_password_prompt, 
  .hs-search-field__bar, 
  .hs_cos_wrapper_type_form, 
  .widget-type-blog_subscribe,
  .widget-type-google_search, 
  .widget-type-password_prompt.custom_error_message, 
  .widget-type-email_simple_subscription {
    display: block;
    max-width: 500px;
    width: 100%;
  }
  .x-author-box {
    width: 70%;
    max-width: 960px;
  }
  .x-author-box img {
    width: 38%;
    margin-right: 4%;
    min-width: 180px;
    max-width: 480px;
  }
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    width: 100%;
    max-width: 500px;
    display: block;
  }
}


@media (min-width: 979px){
  html {
    font-size: 15px;
  }
}

@media (min-width: 1200px){
  html {
    font-size: 16px;
  }
  .body-container-wrapper .content-wrapper.page-center {
    margin-top: calc(7.75em - 80px);
  }

}


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

@media (max-width: 1200px) and (min-width:980px) {
  .widget-span.logo-wrapper .custom-logo a img {
    max-width: 105px;
  }
}

@media (max-width: 979px) and (min-width: 768px){
  .blog-listing-wrapper .post-listing .post-item {
    width: 49.95%;
  }
  .hs-banner-area .banner-content {
    background-color: rgba(255,255,255,0.85) !important;
  }
  .widget-span.logo-wrapper .custom-logo a img{
    max-width:98px;
  }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .widget-span.footer-middle > div  > .row-fluid {
    flex: 0 1 100%;
    flex-wrap: wrap-reverse;
    max-width: 1200px;
    justify-content: space-around;
    align-items: stretch;
    align-content: stretch;
  }
  .x-author-box img {
    width: 48%;
    margin-right: 4%;
    min-width: 180px;
    max-width: 480px;
  }
  .widget-span.menu-wrapper {
    padding: 0 6%;
    padding-top: 4em !important;
  }

  .widget-span.footer-support {
    padding: 0 6%;
  }

  .widget-span.footer-middle > div > .x-bg > div {
    background-image: none !important;
  }

  .widget-span.footer-menu >div {
    width: 100%;
  }


  .subscribe-options label {
    margin-left: 0;
    margin-right: 0;    
  }
  /* Default styling for Blog ReCaptcha*/

  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
    display: inline-block;
    max-width: 300px;
    overflow: auto;
    overflow-y: hidden !important;
    margin: 10px 0;
  }
  .blog-listing-wrapper .post-listing .post-item {
    width: 100%;
  }
  .widget-span.logo-wrapper .custom-logo a img {
    max-width: 98px;
  }
  .blog-post-wrapper .post-body p img {
    float: none !important;
    display: block !important;
    margin: 10px auto !important;
  }

  .section.post-footer{
    max-width:100%;
  }
  .hs-banner-area .banner-content-wrapper.page-center {
    flex-wrap: wrap-reverse;
  }

  .hs-banner-area .banner-content {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .hs-banner-area .banner-content .banner-heading-wrap h1 {
    color: #fff;
  }

  .hs-banner-area .e225-5.x-text p {
    color: #fff;
  }
  .hs-banner-area .banner-second-image {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }

  body:not(.blog) .widget-span.footer-support .x-bg {
    top: 1px;
  }

}  


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

@media (max-width: 479px) {
  .x-author-box img {
    display: block;
    float: none;
    width: 100%;
  }

  .x-author-box .x-author-info {
    margin-left: 0;
  }
  .body-container-wrapper .content-wrapper.page-center {
    margin-top: calc(7.75em - 75px) !important;
  }
  .widget-span.logo-wrapper .custom-logo a img {
    max-width: 105px;
  }

  .x-author-box img {
    margin-bottom: 10px;
  }

  body:not(.blog) .body-container-wrapper .content-wrapper.page-center {
    width: 82%;
  }

}



@keyframes x-bun-t-1 {
  50% {
    transform: translate3d(0, 0, 0)
  }

  100% {
    transform: translate3d(0, 0, 0) rotate(45deg)
  }
}

@keyframes x-patty-1 {
  49% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

@keyframes x-bun-b-1 {
  50% {
    transform: translate3d(0, 0, 0)
  }

  100% {
    transform: translate3d(0, 0, 0) rotate(-45deg)
  }
}

@keyframes x-grid-1 {
  50% {
    box-shadow: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    transform: rotate3d(0, 0, 1, 0deg)
  }

  100% {
    box-shadow: -1em 0, -2em 0, 0 -1em, 0 2em, 0 -2em, 0 1em, 2em 0, 1em 0;
    transform: rotate3d(0, 0, 1, -45deg)
  }
}

@keyframes x-more-1-1 {
  50% {
    transform: translate3d(0, 0, 0)
  }

  75% {
    border-radius: 0
  }

  100% {
    border-radius: 0;
    transform: translate3d(0, 0, 0) rotate(45deg) scale3d(4, 0.5, 1)
  }
}

@keyframes x-more-2-1 {
  49% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

@keyframes x-more-3-1 {
  50% {
    transform: translate3d(0, 0, 0) rotate(-45deg)
  }

  75% {
    border-radius: 0
  }

  100% {
    border-radius: 0;
    transform: translate3d(0, 0, 0) rotate(-45deg) scale3d(4, 0.5, 1)
  }
}
