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

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap");
@import url(//1665891.fs1.hubspotusercontent-na1.net/hubfs/1665891/Scalock_Jan2016/animation.css);

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

@font-face {
    font-family: "flora";
    font-style: normal;
    font-weight: normal;
    src: url("//1665891.fs1.hubspotusercontent-na1.net/hubfs/1665891/Scalock_Jan2016/Fonts/flora.eot") format("embedded-opentype"), 
         url("//1665891.fs1.hubspotusercontent-na1.net/hubfs/1665891/Scalock_Jan2016/Fonts/flora.woff") format("woff"), 
         url("//1665891.fs1.hubspotusercontent-na1.net/hubfs/1665891/Scalock_Jan2016/Fonts/flora.ttf") format("truetype");
}

/* 
   HS COS Boilerplate v1.5.0                                
    */

/* This responsive framework is required for all styles. */


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

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

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

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

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

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

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

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

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 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;}

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

/* These includes are optional, but helpful. */
/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


/* 

   Index:         

  1. BASE STYLES   
    - Variables
    - Macros
    - Base
    - Typography

  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer

  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu

  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages

  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons

  6. MISCELLANOUS

  7. MOBILE MEDIA QUERIES

    */








/* 


   1. BASE STYLES                                             


    */





/* 
   Variables                                               
    */


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

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

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

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




/* 
   Macros                                                  
    */


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

 

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




/* 
   Base                                                    
    */


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

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

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

/* Website background color and default font styles */
body {
    background: #ebf3fa;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #07242d;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

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

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1200px;
  margin: 0 auto !important;
}

a { color: #1904da; 
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
a:hover, a:focus { color: #1904da; 
    text-decoration: none;
}


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

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

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



/* 
   Typography
    */


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

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: 'Inter', sans-serif; font-weight:700;;
    margin: 5px 0 10px 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1{
    font-size: 55px;
    font-weight: 500;
    line-height: 82.5px;
}

h2{
    font-size: 40px;
    line-height: 40px;
}


h3{
    font-size: 36px;
    line-height: 46px;
    color: #1904da;
    font-weight: 400;
}

h4{
    font-size: 36px;
    line-height: 46px;
    font-weight: 300;
}

h5{
    font-family: 'Inter', sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.4;
}

h6{
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
}

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

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

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

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








/* 


   2. COS STRUCTURE                                            


    */





/* 
   Structure                                               
    */


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

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

.body-container-wrapper {position:relative;z-index:10;}


/* 
   Header
    */


.header-container-wrapper {
	background-color: #1904da;
}
.header-container .page-center{
    padding-right: 15px;
    padding-left: 15px;
}
.fixed .page-center { padding:0; }
/* Logo styling */
.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {}
.header-container .hs_cos_wrapper_type_logo a img {}

.custom-header-bg {
    position: fixed;
    z-index: 9999;
    -webkit-transition: all 0.5s, color 0.2s ease;
    transition: all 0.5s, color 0.2s ease;
    top: 0;
    z-index: 999;
    width: 100% !Important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.custom-logo img {
    width: 151px !Important;
}

.custom-logo {
    padding: 24px 0 0 0;
}

.custom-fixed-logo {
    display: none !important;
}


.custom-menu-primary .hs-menu-wrapper>ul>li.active>a {
    border-bottom: 5px solid #00e676;
}



/* 
   Content                                                 
    */


.body-container-wrapper {}
.body-container .page-center{
    padding: 20px 15px;
}

.bg-image-section {
    padding: 160px 0 90px;
    background-size: cover !important;
    text-align: center;
    margin-top: -1px;
    background-repeat: no-repeat !important;
    background-position: center center !Important;
}

.bg-image-section .page-center{
    padding: 0 !Important;
}

.section-header h1 {
    margin: 0;
    color: #fff;
    font-weight: 700;
}

.secondary-header {
    margin: 5px 0;
    font-family: 'Inter', sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
}

.smaller {
    opacity: 0;
    -ms-transform: translateY(-100%);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.fixed {
    opacity: 1;
    -ms-transform: translateY(100%);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    background:#fff;
    box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.35);
}

.fixed .custom-menu-primary .hs-menu-wrapper>ul {
    padding: 16px 0 16px 0;
}

.fixed .custom-menu-primary .hs-menu-wrapper>ul>li>a,
.fixed .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover{
    color: #000;
}
.fixed .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    color:#08b1d5;
}


.fixed .custom-fixed-logo {
    display: block !important;;
}

.fixed .custom-static-logo {
    display: none !important;;
}

.fixed .custom-logo {
    padding:  0;
}

.fixed .custom-logo img {
    width: 151px!Important;
}

/* Unique Pages
    */

/* Homepage */

/* Contact Us */

/* About Us */


/* Modular & Reusable Components
    */

/* Callouts */

/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */




/* 
   Footer
    */


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


.custom-footer-bg,
.custom-copyright-bg{
    background-color: #101112;
}

.custom-copyright {
    padding: 40px 0 39px;
    text-align: center;
}

.custom-copyright p {
    padding: 10px 0;
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 22.5px;
}

.custom-copyright p img {
    display: inline-block;
    margin: 0 3px 0 0;
}

.custom-copyright p a {
    color: #fff;
}

.custom-footer-bg {
    padding: 85px 0 50px;
}


.custom-rss-feed h3{
    color: #FFF;
    margin: 0 0 12px 0;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
}

.custom-footer-form h3 {
    color: #FFF !important;
    margin: 0 0 12px 0 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 22.5px !important;
    text-align: left !Important;
}

.custom-footer-logo img {
    margin: 5px 20px 20px 0;
}

.custom-footer-logo h4{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
    color: #545454;
    margin: 30px 0 12px;
}

.custom-footer-logo p {
    color: #787878;
    margin: 0;
}

 .custom-footer-social .social-icons {
    margin: 40px 0 0 0!important;
    margin: 0;
    padding: 0;
    list-style: none;
}

 .custom-footer-social ul li {
    font-size: 13px;
    line-height: 22px;
    display: inline-block;
}

 .custom-footer-social ul li:first-child a {
    padding-left: 0;
    padding-right: 6px;
}

 .custom-footer-social ul li a {
    font-size: 20px;
    padding: 5px 10px;
    display: block;
}

 .custom-footer-social .social-icons .flora-icon-linkedin {
    border-radius: 50%;
    background-color: #0085ae;
    color: #FFF !important;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    width: 50px;
    display: block;
}

 .custom-footer-social .social-icons .flora-icon-linkedin:hover {
    background-color: #3fb2d6;
}

 .custom-footer-social .social-icons .flora-icon-twitter {
    border-radius: 50%;
    background-color: #32ccfe;
    color: #FFF !important;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    width: 50px;
    display: block;
}

 .custom-footer-social .social-icons .flora-icon-twitter:hover {
    background-color: #52c3e8;
}

[class^="flora-icon-"], [class*=" flora-icon-"] {
    font-family: 'flora';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flora-icon-linkedin:before {
    content: '\f0e1';
}

.flora-icon-twitter:before {
    content: '\f099';
}


.custom-footer-form {
    padding: 0 17px 27px 0;
}

.custom-footer-form .hs-input {
    border: 1px solid #FFF !important;
    margin: 0 0 27px;
    color: #FFF;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    line-height: 18px;
    padding: 8px 2px 8px 15px;
    font-family: 'Inter', sans-serif;
    letter-spacing: 1px;
    -webkit-transition: color linear 0.4s, background linear 0.4s, border-color linear 0.4s, box-shadow linear 0.4s;
    transition: color linear 0.4s, background linear 0.4s, border-color linear 0.4s, box-shadow linear 0.4s;
    font-size: 11px;
    outline: none;
}

.custom-footer-form .hs-form-required {
    display: none;
}

.custom-footer-form textarea{
    margin: 0 !important;
    min-height: 198px;
}

.custom-footer-form .hs-error-msgs {
    margin-top: 0;
    color: #f00;
}

.custom-footer-form .hs-error-msgs label{
    color: #f00;
}

.custom-footer-form .hs_submit {
    position: relative;
}

.custom-footer-form .hs-button {
    position: absolute;
    bottom: -9px;
    right: 0;
    background: #FFF !important;
    border: 1px solid #FFF !important;
    margin-bottom: 6px !important;
    padding: 8px 20px 8px 15px !important;
    color: #000 !important;
    letter-spacing: .5px !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
    font-family: 'Inter', sans-serif !important;
    cursor: pointer;
    font-size: 16px !important;
    text-align: center;
    -webkit-transition: color linear .4s,background linear .4s,border-color linear .4s,box-shadow linear .4s;
    transition: color linear .4s,background linear .4s,border-color linear .4s,box-shadow linear .4s;
}

.custom-rss-feed .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 80%;
    float: right;
    padding-left: 8px;
    box-sizing: border-box;
}

.custom-rss-feed .hs-rss-title {
    line-height: 17px;
    overflow: hidden;
    font-size: 13px;
    font-family: 'Inter', sans-serif !important;
    color: #1904da;
}

.custom-rss-feed .hs-rss-title:hover {
    color: #787878;
}

.custom-rss-feed .hs-rss-byline {
    opacity: 1;
    color: #555;
    font-size: 11px;
    letter-spacing: 1px;
    font-family: 'Inter', sans-serif;
    line-height: 20px;
}

.custom-rss-feed .hs-rss-item {
    margin-bottom: 5px;
    border-bottom: 1px solid #acacac;
    min-height: 60px;
    padding: 5px 0 30px;
}

.custom-rss-feed .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    display: inline-block;
    width: 20%;
    overflow: hidden;
}

.custom-rss-feed .hs-rss-item-image-wrapper {
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}

.custom-rss-feed .hs-rss-featured-image {
    cursor: pointer;
}

.custom-rss-feed .hs-rss-item.hs-with-featured-image:hover .hs-rss-featured-image {
    opacity: 1;
    -ms-transform: scale(1.12);
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}

.custom-footer-logo-group {
    padding: 0 0 0 15px;
}

.custom-back-to-top {
    text-align: center;
    margin: 0 0 -28px 0;
    position: relative;
}

.custom-back-to-top-bg {
    background: #101113 url("//1665891.fs1.hubspotusercontent-na1.net/hubfs/1665891/Scalock_Jan2016/back-top-line-inner.png") repeat-x scroll center -70px;
}

#back-to-top{
    position: fixed;
    width: 45px;
    height: 45px;
    right: 25px;
    bottom: 15px;
    overflow: hidden;
    font-size: 20px;
    text-align: center;
    color: inherit;
    opacity: 0.6;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
}

#back-to-top:before{
    content: '\f176';
    display: inline-block;
    height: 10px;
    margin-top: 5px;
    -webkit-animation: fadeInUp 1.5s infinite;
    animation: fadeInUp 1.5s infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    font-family: 'flora';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


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

/* 


   3. MAIN NAVIGATION                                            


    */





/* 
   Custom Menu Primary
    */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
    display: block;
    float: right;
    padding: 24px 0 0 0;
    background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    float: none !important;
    display: inline-block;
    vertical-align: middle;
    background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    line-height: 45px;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    padding: 0 15px;
    margin: 0 20px;
    min-height: 45px;
    letter-spacing: 0.5px;
    color:#fff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:#fff;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    background: #f7a442;
    border: none;
    line-height: 20px;
    padding: 15px 15px 13px;
    text-transform: capitalize;
    border-radius:5px;
    color:#ffffff;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover {
    background:#f7a442;color:#ffffff;
}


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

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

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



/* 
   Mobile Menu - Toggle Side Menu - Left
    */
 

/* Variables
    */

 /* Set mobile icon color */
 /* Set close icon color */
 /* Set full menu background color */
 /* Set link Color */
 /* Set link Hover Color */
 

/* Toggle Button
    */  

.mobile-icon {
    display: none;    /* Hide button on Desktop */
    cursor: pointer;  /* Mouse pointer type on hover */
    width: 40px;      /* Button width */
    height: 40px;     /* Button height */  
    margin: 10px; 
    position: absolute;
    top: 5px;
    left: 12px;
}
.mobile-icon:hover {
    text-decoration: none; /* Removes link text underline on button */
}

/* Three line icon */
.mobile-icon span {
    margin: 0 auto;
    position: relative;
    top: 17px;
}
.mobile-icon  span:before, .mobile-icon span:after {
    position: absolute;
    content: '';
}
.mobile-icon span, .mobile-icon  span:before, .mobile-icon  span:after {
    width: 25px; /* I line width */
    height: 3px; /* Icon line height */
    background-color: #fff; /* Color of all three lines */
    display: block;
}
.mobile-icon span:before {
    margin-top: -9px; /* Position top line */
}
.mobile-icon span:after {
    margin-top: 9px; /* Position bottom line */
}
 

/* Close Button
    */  

.close-icon {
    display: none !important;
    cursor: pointer;
    margin: 27px 20px 10px;
    float: right;
    position: relative;
    height: 25px;
    width: 25px !important;
}
.close-icon:after,
.close-icon:before {
    content: "";
    width: 25px !important;
    height: 4px;
    background: #fff;
    position: absolute;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);
}
.close-icon:before {
    -ms-transform: rotate(-45deg); 
    -webkit-transform: rotate(-45deg); 
    transform: rotate(-45deg);
}


/* Menu Styles on Mobile Devices
    */  

@media (min-width: 1097px) {

     /* Will prevent the '100% Height' script for the Main Menu to affect desktop */
     .custom-menu-primary {
          height: auto !important;
     }

}

@media (max-width: 1096px) {


     /* Show the Mobile and Close Icons */
     .mobile-icon{
          display: block !important;
     }
     
     .close-icon {
          display: none !important;
     }

     /* Container added with js and is required for transforms to work */
     #site-wrapper{
        max-width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: hidden;
        position: relative;
     }

     /* Provide spacing for the menu ul */
     .custom-menu-primary .hs-menu-flow-horizontal>ul {
         clear: both;
     }

     /* Mobile Nav is HIDDEN By Default */
     .custom-menu-primary {
          position: absolute;
          width: 260px !important; /* must match the value above in 'left' */
          z-index: 1000;
          background: #211F1E; 
          left: 0;
          top: 0;
          -webkit-transform: translate3d(-100%, 0, 0);
          -moz-transform: translate3d(-100%, 0, 0);
          -ms-transform: translate3d(-100%, 0, 0);
          -o-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden;
          -ms-backface-visibility: hidden;
          -o-backface-visibility: hidden;
          backface-visibility: hidden;
          margin: 0 !important;
     }
     
     .show-mobile-nav .mobile-icon span:before {
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 9px;
    }
    
    .show-mobile-nav .mobile-icon span:after{
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -9px;
    }
    
    

     /* Set Link Colors */
     .custom-menu-primary a { color: #fff; }
     .custom-menu-primary a:hover { color: #1904da; }

     /* All Main Containers Display FULL Width By Default */
     .header-container-wrapper, .body-container-wrapper, .footer-container-wrapper, #page-overlay {
          -webkit-transition: -webkit-transform 500ms ease;
          -moz-transition: -moz-transform 500ms ease;
          -o-transition: -o-transform 500ms ease;
          transition: transform 500ms ease;
     }

     /* All Main Containers Display PARTIAL Width On Icon Click */
     .show-mobile-nav .header-container-wrapper, .show-mobile-nav .body-container-wrapper, .show-mobile-nav .footer-container-wrapper, .show-mobile-nav #page-overlay{
          -webkit-transform: translate3d(260px, 0, 0) scale3d(1, 1, 1); /* the x value must match the 'left' and 'width' values of '.custom-menu' */
          -moz-transform: translate3d(260px, 0, 0) scale3d(1, 1, 1);
          -ms-transform: translate3d(260px, 0, 0) scale3d(1, 1, 1);
          -o-transform: translate3d(260px, 0, 0) scale3d(1, 1, 1);
          transform: translate3d(260px, 0, 0) scale3d(1, 1, 1);
     }
    .custom-menu-primary li{
    	width:100%;
	}
	li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
	  position: relative !important;
	}
	/*---------------------*/
	@media (min-width:1097px) {
   .child-trigger {
        display:none !important;
        }
}

@media (max-width:1096px) {
   .child-trigger {
        display:inline-block;
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
        border: medium none !important;
        cursor: pointer;
        height: 34px;
        padding: 0 !important;
        position: absolute;
        right: 0;
        top: 0;
        width: 55px;
    }
  /* 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-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 0;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/
      width: 100%;
  }

  .custom-menu-primary .hs-menu-flow-horizontal{
      width: 100%; /* Full screen width */
      z-index: 8888;
  }
   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
    .custom-menu-primary {
        position:fixed !important;
    }
	div.child-trigger span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  div.child-trigger span:after {
      position: absolute;
      content: '';
  }
  div.child-trigger span, div.child-trigger span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #fff; /* Icon color */
      display: block;
  }
  div.child-trigger span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  div.child-trigger.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  div.child-trigger.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul {
    float: none;
    padding: 70px 10%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a,
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a{
    line-height: 16px;
    text-decoration: none;
    font-size: 14px;
    padding: 12px 0;
    margin: 0;
    min-height: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    background: rgba(0, 0, 0, 0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    color: #1904da;
    border-bottom: none;
}

#page-overlay {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 49px;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s, -webkit-transform 0.5s;
    transition: all 0.3s, transform 0.5s;
}

.show-mobile-nav #page-overlay{
    opacity: 0.3;
    z-index: 888;
}

.show-mobile-nav {
    overflow: hidden;
}

.show-mobile-nav .custom-header-bg {
    background: rgba(0,0,0,0.3);
}

.show-mobile-nav .mobile-icon span { background:none; }
}
}







/* 


   4. TEMPLATE MODULE SELECTORS                                         


    */





/* Common Template Selectors                                             
    */

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

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

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

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

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

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

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


/* Site Pages                                            
    */

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

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

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


/* Landing Pages                                           
    */

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

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

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


/* System Pages                                          
    */

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

.error-template .bg-image-section {
    padding: 263px 0;
}
/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

.password-template .bg-image-section {
    padding: 263px 0;
}

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

.subscription-template .bg-image-section {
    padding: 263px 0;
}






/* 


   5. COS COMPONENTS                                        


    */





/* 
   Blog                                         
    */


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

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

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

/* Blog Columns Wrapper */
.blog .content-wrapper {
	padding:30px 15px 15px !important;
}

.blog.hs-blog-post .content-wrapper {
	padding: 30px 15px 30px !important;
}

.blog .body-container {
/* background: #f5f5f5;*/
}


/* Blog Content Column
    */

.blog .blog-content {/*margin-top:-110px;*/}

/* 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 {
    padding: 0px;
    position: relative;
    transition: all 0.2s ease 0s;
    background-color:#ffffff;
    color:#07242d;
	border-radius:4px;
	margin-bottom: 30px;
    font-size:16px;
    line-height:1.6em;
	text-decoration:none;
	box-shadow: 7px 7px 14px #e2e9f0, -7px -7px 14px #f4fdff;
}

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

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

.blog-listing-wrapper .post-header h2, .blog-listing-wrapper .post-header h2 a {color:#1904da;}

.post-header .post-date {font-size:14px;color:#07242d;opacity:0.8;position:relative;display:block;padding:0px 20px 0px 20px;}

.hs-blog-post .post-header .post-date {padding-bottom:15px;}
/*.hs-blog-post .blog-post-wrapper .post-body {padding-left:0px;}
.hs-blog-post .post-header h2, .hs-blog-post .post-header h1 {margin-left:0px;}
.hs-blog-post .post-header .post-date {padding-left:0px;}*/

/*.date {
    position: relative;
    display: inline-block;
    float: left;
    color: #07242d;
}

.date:hover .date_group,
.date:hover .day{
    color: #1904da;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.date a {
    display: block;
    padding-right: 5px;
    line-height: 0;
}

.day {
    font-size: 31px;
    margin-right: 3px;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    font-weight: 700;
    color: #07242d;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-family: 'Inter', sans-serif;
    line-height:30px;
}

.date_group {
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle;
    color: #07242d;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.month, .year{
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    display: block;
    font-weight: 400;
}
*/
/*.date:after {
    position: absolute;
    top: 3px;
    bottom: 3px;
    right: 0;
    display: block;
    content: '';
    border-right: 1px solid #211F1E;
}*/

.post-header h2 ,.post-header h1{
  color:#07242d;
  font-size:26px;
  line-height:30px;
  font-weight:700;
  white-space: normal;    
  margin:0px 20px;
  word-wrap: break-word;
}

.post-header h2 a ,.post-header h1{
	color: #1904da;
}

.post-author-link a {
    color: inherit;
    text-transform: capitalize;
    font-weight: normal;
}

.post-author-link a:hover {
    color: #1904da;
}

.date.post-page-date {
    float: none;
}

/* Blog Author and Avatar */
#hubspot-author_data {
    line-height: 25px;
    clear: both;
    color: #07242d;
    margin: 15px 0 10px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}
#hubspot-author_data a.author-link {
    display: inline-block;
    color: inherit;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 16px;
}

#hubspot-author_data a.author-link:hover {
    color: #1904da;
}

.hs-blog-post #hubspot-author_data {
    line-height: 25px;
    margin: 20px 0 30px;
}

#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

/* Use this to set up different styling for your blog posts */

.blog-listing-wrapper .post-listing .row-eq-height {display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-wrap:wrap;/*margin-bottom:30px;*/}

.blog-listing-wrapper .post-listing .post-item {
    padding: 0px;
    position: relative;
    background-color:#ffffff;
    color:#07242d;
    font-size:16px;
    line-height:1.6em;
    text-decoration:none;
	margin-bottom:30px;	
	box-shadow: 7px 7px 14px #e2e9f0, -7px -7px 14px #f4fdff;
	transition: all 0.2s ease;
	border-radius: 4px;
	border: 0px;
  
}

.blog-listing-wrapper .post-listing .post-item:hover {
    box-shadow: 11px 11px 23px #d1d8df, -11px -11px 23px #ffffff;
    z-index: 10;
}

/*.blog-listing-wrapper .post-listing .post-item:last-child {
    margin: 0;
}*/

.post-banner-image {margin-bottom:20px;}

.post-banner-image img {
    width: 100% !important;
	height: auto;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
  object-fit: contain;
  object-position: bottom;
}

.blog-post-wrapper .post-body table {
    overflow-x: scroll;
    max-width: 100%;
}

@media (max-width: 1023px) {
  .blog-post-wrapper .post-body table {
    word-break: break-word;
  }
}

.blog-listing-wrapper .post-listing .post-item .post-body {
    color: #07242d;
    padding:10px 20px 30px 20px;
    font-size:16px;
    line-height:24px;
}
.blog-listing-wrapper .post-listing .post-item .post-body p { margin-top:0; }

.blog-listing-wrapper .post-listing .post-item .post-body a { text-decoration: underline; }
.blog-listing-wrapper .post-listing .post-item .post-readmore-link {display:block;position:absolute;right:20px;bottom:15px;font-weight:700;font-size:16px;color:#1904da;opacity:0;text-transform:uppercase;transition:opacity 0.2s ease 0s;}
.blog-listing-wrapper .post-listing .post-item:hover .post-readmore-link {text-decoration:none;opacity:1;}
.blog-listing-wrapper .post-listing .post-item.post-item-is-wide .post-readmore-link {opacity:1;}

.blog-post-wrapper .post-body {
    color: #07242d;
    padding:10px 20px 0px 20px;
    font-size:16px;
    line-height:24px;
}

/* 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 {
    display:block;
    padding: 10px 15px;
    margin: 30px 10px 0 10px;
    border-top:1px solid #dddddd;
}
#hubspot-topic_data a.topic-link {color: #405a75;}
#hubspot-topic_data a.topic-link:hover{color: #1904da;}

#hubspot-topic_data:before {
    /*content: '\e803';
    position: relative;
    margin-right: 5px;
    font-family: 'flora';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
    content: "Topics: ";
    color:#07242d;
    font-weight:700;
}

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

.hs-blog-social-share {
  padding: 15px 0 4px 0;
  border-top: 1px solid #cccccc;
  /*border-bottom: 1px solid #cccccc;*/
  height: auto;
  margin: 15px;
}

.hs-blog-social-share .hs-blog-social-share-list .IN-widget {position:relative;top:-5px;margin-right:5px !important;}

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

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

/* Pagination */
.blog-pagination {}
.blog-pagination a {margin-bottom:20px;font-size:18px;font-weight:700;}
.blog-pagination a.previous-posts-link {color:#1904da;}
.blog-pagination a.all-posts-link {
    display: none;
}
.blog-pagination a.next-posts-link {float:right;color:#1904da;}

.blog-post-pagination {
    position: relative;
    background: #fff;
    margin: 0 0 30px;
    padding: 20px;
	line-height: 40px;
	box-shadow: 7px 7px 14px #e2e9f0, -7px -7px 14px #f4fdff;
	border-radius: 4px;
}

.prev-post {
    min-height: 40px !Important;
}

.prev-post, .next-post {
    position: relative;
    float: left;
    width: 50%;
}

.prev-post > a, .next-post > a {
    position: absolute;
    z-index: 2;
    color: #8e8e8e;
    font-size: 40px;
    display: inline-block;
}

.prev-post>a:hover, .next-post>a:hover {
    color: #1904da;
}

.prev-post > a {
    left: 0;
}

.prev-post > a:before {
    content: '\e761';
}

.prev-post > a:before, .next-post > a:before {
    display: inline-block;
    font-family: 'flora';
}

.blog-post-pagination .post-link {
    padding: 0 30px;
    position: relative;
}

.prev-post .post-link > span {
    margin-right: 10px;
}

.blog-post-pagination span {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
}

.blog-post-pagination span a {
    position: relative;
    display: block;
    height: 25px;
    line-height: 0;
    z-index: 10;
    overflow: hidden;
    top: 6px;
}

.blog-post-pagination span a .post-thumb {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    height: 100%;
    width: auto;
    max-width: inherit;
}

.post-thumb, .related-posts .thumb a span {
    display: block;
    background: #1904da;
    font-size: 20px;
    line-height: 40px;
    height: 100%;
}

.blog-post-pagination h4 {
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    height: 100%;
    line-height: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #545454;
    position: relative;
}

.blog-post-pagination h4 a {
    color: #211F1E;
}

.blog-post-pagination h4 a:hover {
    color: #1904da;
}

.next-post > a {
    right: 0;
}

.next-post .post-link > span, .next-post h4 {
    float: right;
}

.next-post .post-link > span {
    margin-left: 10px;
}

.next-post > a:before {
    content: '\e762';
}

.blog-post-pagination .nav-home {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
}

.blog-post-pagination .nav-home a {
    font-size: 30px;
    width: 32px;
    display: block;
    color: #8e8e8e;
}

.blog-post-pagination .nav-home a:hover {
    color: #1904da;
}

.flora-icon-th:before {
    content: '\e100';
}

.blog-related-post-wrapper {
    background: #fff;
    margin-bottom: 30px;
    padding: 20px;
}

.blog-related-post-wrapper h3 {
    font-size: 16px;
    min-height: 50px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #545454;
    position: relative;
    margin: 0 0 12px;
    line-height: 50px;
    padding: 0;
}

.related-post-item {
    padding: 0 15px 30px;
    list-style: none;
    margin: 0 15px 0 -15px;
    float: left;
    width: 20%;
    position: relative;
    display: block;
}

.related-image {
    display: block;
    float: none;
    overflow: hidden;
    font-size: 12px;
    letter-spacing: 2px;
    color: #bbb;
    vertical-align: top;
}

.related-title {
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    font-size: 13px;
    margin: 10px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: capitalize;
    color: #545454;
    position: relative;
}

.related-title a {
    color: #211F1E;
}

.related-title a:hover {
    color: #1904da;
}

.related-date {
    font-size: 12px;
    letter-spacing: 2px;
    color: #bbb;
    vertical-align: top;
}

.related-image img {
    width: 100%;
    height: 100%;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}

.related-post-item:hover .related-image img {
    opacity: 1;
    -ms-transform: scale(1.12);
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

.related-image a {
    height: 114px;
    display: block;
    width: 100%;
    line-height: 0;
    text-align: center;
    overflow: hidden;
}
/** 
 * Blog Author Page 
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

.hs-author-profile {color:#07242d;position:relative;min-height:120px;border-top:1px solid #dddddd;padding-top:20px;margin-left:10px;margin-right:10px;}
.hs-author-profile.hs-author-profile-with-avatar { padding-bottom: 10px; }
@media (min-width: 1024px) {
  .hs-author-profile.hs-author-profile-with-avatar { padding-left:135px; }
  .hs-author-profile .hs-author-avatar {position:absolute;left:0px;}
}

.hs-author-profile h2.hs-author-name,
.hs-author-profile h4.hs-author-name {font-size:22px;line-height:1.3em;font-weight:700;color:#07242d;}
.hs-author-profile .hs-author-bio {font-size:16px;line-height:1.3em;font-weight:400;margin-bottom:10px;}


.hs-author-profile .hs-author-avatar img {max-width:120px;border-radius:50%; height: 120px; object-fit: cover;}
.hs-author-profile .hs-author-social-section {}
h3.hs-author-listing-header {}

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

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


.post-listing .post-item .post-body h1 {font-weight:600;font-size:36px;line-height:1.2em;color:#2e3e50;}
.post-listing .post-item .post-body h2 {font-weight:700;font-size:30px;line-height:1.2em;color:#1904da;}
.post-listing .post-item .post-body h3 {font-weight:600;font-size:24px;line-height:1.2em;color:#405a75;padding-top:15px;}
.post-listing .post-item .post-body h4 {font-weight:600;font-size:20px;line-height:1.2em;}
.post-listing .post-item .post-body h5 {}
.post-listing .post-item .post-body h6 {font-weight:700;font-size:14px;line-height:1.2em;}


.section.post-body h1 {font-weight:600;font-size:36px;line-height:1.2em;color:#2e3e50;}
.section.post-body h2 {font-weight:600;font-size:24px;line-height:1.2em;color:#183278;padding-top:15px;}
.section.post-body h3 {font-weight:600;font-size:24px;line-height:1.2em;color:#183278;padding-top:15px;}
.section.post-body h4 {font-weight:600;font-size:20px;line-height:1.2em;color:#405a75;}
.section.post-body h5 {}
.section.post-body h6 {}

.section.post-body ul li { margin-bottom: 0.25rem; line-height: 1.6; }

@media (max-width: 1023px) {
  .section.post-body ul li { margin-bottom: 0.5rem; }
}

/* Blog Sidebar
    */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
	margin-bottom:30px;
	padding:15px;
	margin-left:-15px;
	margin-right:-15px;
	border-radius:4px;
	background-color: #ebf3fa;
	box-shadow: 7px 7px 14px #e2e9f0, -7px -7px 14px #f4fdff;
}

.blog-sidebar h3, .blog-sidebar h3.form-title {
	color: #1904da;
	border: 0px;
	font-size: 15px;
	line-height:1.3em;
	text-transform: uppercase;
	margin: -15px -15px 15px -15px;
	padding: 20px 15px 0px 15px;
	font-weight:700;
	text-align:left;
}


.blog-sidebar .blog-list-recent-post-list-item {
    margin-bottom: 5px;
    border-bottom: 1px solid #acacac;
    padding: 5px 0 30px;
    min-height: 60px !important;
}

.blog-sidebar .blog-list-recent-post-list-item h2 {
    font-size: 14px;
    line-height: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    max-height: 34px;
    overflow: hidden;
    margin: 0;
}

.blog-sidebar .blog-list-recent-post-list-item h2 a{
	color: #405a75;
}
.blog-sidebar .blog-list-recent-post-list-item h2 a:hover {
	color: #1904da;
}

.blog-sidebar .blog-list-recent-post-list-item p {
    color: #07242d;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'Inter', sans-serif;
    margin: 0;
    line-height: 20px;
    font-weight: normal;
}

.blog-sidebar .widget-type-post_filter ul { margin:0; padding:0; list-style:none; }
.blog-sidebar .widget-type-post_filter ul li { margin-bottom: 0.25rem; }
.blog-sidebar .widget-type-post_filter ul li a, .blog-sidebar .widget-type-post_filter a.filter-expand-link {color:#405a75; display: inline-block; line-height: 1.8;}
.blog-sidebar .widget-type-post_filter ul li a:hover, .blog-sidebar .widget-type-post_filter a.filter-expand-link:hover {color:#1904da;}
.blog-sidebar .widget-type-post_filter .filter-link-count { display:none; }

.blog .blog-sidebar .widget-span.sidebar_topic_description_widget {margin-bottom:0px;background-color:transparent;padding:0px;margin-left:0px;margin-right:0px;border-radius:0px;box-shadow: none;}
.blog .blog-sidebar .widget-span.sidebar_topic_description_widget .topic_description_wrap {width:100%;margin-bottom:30px;
	box-shadow:7px 7px 14px #e2e9f0, -7px -7px 14px #f4fdff;background-color: #ebf3fa;	
	padding:15px;margin-left:-15px;margin-right:-15px;border-radius:4px;}
.blog .blog-sidebar .widget-span.sidebar_topic_description_widget .topic_description_wrap p {margin-top:0px;}


.blog-list-recent-post-image {
    width: 50px;
    height: 30px;
    float: left;
    text-align: center;
    margin-right: 8px;
    overflow: hidden;
    margin-bottom:15px;
}

.blog-list-recent-post-image img{
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    line-height: 50px;
    height: 100%;
    width: 100%;
    
}
.blog-list-recent-post-list-item:hover .blog-list-recent-post-image img {
    opacity: 1;
    -ms-transform: scale(1.12);
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

.blog-sidebar .input input.hs-input {background-color:#ffffff;}

.blog-sidebar .widget-type-post_listing {}
.blog-sidebar .widget-type-post_listing ul {margin:0;padding:0;list-style:none;}
.blog-sidebar .widget-type-post_listing li.hs-postlisting-item {padding:0px 0px 15px 0px;font-size:16px;line-height:24px;}
.blog-sidebar .widget-type-post_listing li.hs-postlisting-item a {color: #2E4056;}
.blog-sidebar .widget-type-post_listing li.hs-postlisting-item a:hover {color: #1904da;}

/* 
   Forms
    */


/* All Global Forms
    */

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

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

/* Labels */
body label {}
body .hs-form-field > label {
    font-size: 14px;
    line-height: 20px;
    color: #07242d;
    display: block;
    font-weight:700;
}

.hs_cos_wrapper.form-title {
    color: #07242d;
    font-size: 19px;
    font-weight: 400;
    margin: 2px 0 10px;
    text-align: center;
    text-transform: none;
}

.hs-error-msgs label {
    color: #f00;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    width: 100%;
    color: #FFF;
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    padding: 10px 15px;
    color: #07242d;
    background: none;
    max-width: 100%;
    line-height: 27px;
    border: 1px solid #c8c8c8;
    outline: none;
    border-radius:5px;
    margin:5px 0 15px;
}



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

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

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

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

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

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


/* Form Module
    */

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

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

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

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

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

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

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

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


/* Blog Comment Form
    */

/* Label */


/* Inputs */
#comment-form input[type="text"], #comment-form input[type="email"] {
    
    padding: 5px 15px;
}
#comment-form input[type="text"]:focus {}
#comment-form input[type="submit"]{
    margin-top:20px;
}

#comment-form textarea {
    min-height:120px;
    resize:none;
}
#comment-form textarea:focus {}

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

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


/* Blog Subscription Form
    */

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

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

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

.blog .blog-sidebar .widget-type-blog_subscribe  {
	background-color: #1904da;
	color: #ffffff;
}

.blog-sidebar .widget-type-blog_subscribe h3,
.blog-sidebar .widget-type-blog_subscribe  h3.form-title,
.blog-sidebar .widget-type-blog_subscribe .hs-form-field > label
{
	color: #ffffff;
}
.blog-sidebar .widget-type-blog_subscribe .hs-button.primary {
	background-color: transparent;
	color: #ffffff;
	border: 2px solid #ffffff;
	padding: 14px 30px;
}
.blog-sidebar .widget-type-blog_subscribe .hs-button.primary:hover {
	background-color: #1904da;
	color: #ffffff;
	border-color: #1904da;
}

.blog .blog-sidebar .hs-error-msgs label  {
	font-size: 14px;
}
/*
.blog-sidebar .widget-type-blog_subscribe h3 {
    font-size: 19px;
    text-align: left;
    margin-bottom: 15px;
    border-bottom:1px solid #acacac;
    padding-bottom:10px;
}*/

/* Google Search Form
    */

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

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


/* Multi Column Form
    */

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

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

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

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

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




/* 
   Buttons                                              
    */


/* All Global Buttons (Excluding CTAs)
    */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
        line-height: 42px;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    min-height: 45px;
    background:#00f2d9;
 	color:#07242d;
    border: 0;
    line-height: 18px;
    padding: 14px 30px;
    border-radius: 4px;
	outline:none;
	font-weight: 700;
	transition: all 0.2s ease;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
	background: #1904da;
	color:#ffffff;
}

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


/* Form Module Button
    */

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


/* Blog Comment Button
    */
#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* Blog Subscription Button
    */
#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* Google Search Button
    */
.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* CTA Buttons
    */

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








/* 


   6. MISCELLANEOUS                                      


    */





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

.hs_recaptcha.hs-recaptcha.field {margin-bottom:15px;}



.


/* 


   7. MOBILE MEDIA QUERIES                              


    */



   

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

@media (max-width: 1200px) {}
@media (min-width: 1097px){
        .custom-request-demo>div {
        display: table-cell;
        vertical-align: middle;
    }
    
    .custom-request-demo {
        position: fixed;
        background-color: rgba(119, 119, 119, 0.7);
        z-index: 999;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: table !important;
        height: 100%;
        width: 100% !important;
        display: none !important;
    }
    
    .custom-request-demo.open {
        display: table !Important;
    }
    
    .custom-request-demo-form-bg {
        border: 10px solid #fff;
        background: #fff;
        max-width: 710px !Important;
        margin: 0px auto 0 !Important;
        float: none !important;
        padding: 15px 50px 50px;
        position: relative;
        box-shadow: 0 2px 25px rgba(0, 0, 0, 0.5);
    }
    
    .custom-request-demo-form .hs-input {
        max-width: 100%;
    }
    
    .custom-request-demo-form .hs_cos_wrapper.form-title {
        margin: 2px 0 1px;
        line-height: 54px;
    }
    
    .custom-request-demo-form .hs-form-required {
        display: none;
    }
    
    .custom-request-demo-form .actions {
        text-align: center;
    }
    
    .custom-request-demo-form .hs-button {
        margin: 5px 0 25px -15px !important;
    }
    
    .custom-form-content p {
        margin: 0;
        color: #9e9e9e;
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        font-weight: 300;
        text-align: center;
    }
    
    
    /* Placeholder Text */
    .custom-request-demo-form ::-webkit-input-placeholder { /* Webkit Browsers */
       color: #1904da;
       opacity: 1; 
    }
    .custom-request-demo-form :-moz-placeholder { /* Firefox 18- */
       color: #1904da;
       opacity: 1; 
    }
    .custom-request-demo-form ::-moz-placeholder { /* Firefox 19+ */
       color: #1904da;
       opacity: 1; 
    }
    .custom-request-demo-form :-ms-input-placeholder { /* IE10 */
       color: #1904da;
       opacity: 1; 
    }
    
    .custom-close-icon a {
        background: url("//1665891.fs1.hubspotusercontent-na1.net/hubfs/1665891/Scalock_Jan2016/x-btn.png") no-repeat 0 0;
        height: 58px;
        width: 65px;
        position: absolute;
        top: -10px;
        right: -10px;
        cursor: pointer;
    }
}


@media (min-width: 1200px) and (max-width: 1399px){
    .page-center {
        max-width: 1200px !important;
    }
}


@media (min-width: 992px) and (max-width: 1199px){
    .page-center {
        max-width: 970px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .page-center {
        max-width: 750px !important;
    }
    
    .blog-post-pagination .post-link {
        display: none;
    }
    
    .related-post-item {
        padding: 4% 15px 30px;
        float: left;
        width: 33.33%;
    }
    
    .blog-related-post-wrapper > div {
        margin-left: -15px;
        margin-right: -15px;
    }
    
    .related-post-item {
        margin: 0;
    }
    
    .hs-blog-listing .blog-content {
        padding: 4% 0;
    }
}


@media (max-width: 1096px){
    .header-container .page-center {
        max-width: none !Important;
    }
    
    .custom-logo-group {
        width: 100% !important;
        text-align: center;
    }
    
    .custom-logo {
        padding: 16px 0 0 0;
    }
    
    .custom-logo img {
        width: 133px!Important;
    }
    
    .fixed .custom-logo {
        padding: 16px 0 16px 0;
    }
    
    .fixed .mobile-icon span, .fixed .mobile-icon span:before, .fixed .mobile-icon span:after {
        background-color: #aaa;
    }
    
    .fixed .mobile-icon:hover span, .fixed .mobile-icon:hover span:before, .fixed .mobile-icon:hover span:after {
        background-color: #1904da;
    }
    
    .custom-request-demo {
        display: none !important;
    }
    
    .blog.hs-blog-post .content-wrapper {
        padding: 95px 15px 30px !important;
    }
    
    
}

@media (max-width: 767px){
    .custom-footer-form {
        padding: 4% 15px 7.9%;
    }
    
    .custom-rss-feed h3, .custom-footer-form h3 {
        text-align: center !important;
    }
    
    .custom-rss-feed {
        padding: 4% 15px;
    }
    
    .custom-footer-logo-group {
        text-align: center;
        padding: 4% 15px;
    }
    
    .custom-rss-feed .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
        display: none;
    }
    
    .custom-rss-feed .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
        width: 100%;
        float: none;
        padding-left: 0;
        text-align: center;
        padding-right: 0;
    }
    
    .custom-rss-feed .hs-rss-item {
        text-align: center;
    }
    
    body input[type="text"],
    body input[type="password"], 
    body input[type="datetime"], 
    body input[type="datetime-local"], 
    body input[type="date"], 
    body input[type="month"], 
    body input[type="time"], 
    body input[type="week"], 
    body input[type="number"], 
    body input[type="email"], 
    body input[type="url"], 
    body input[type="search"], 
    body input[type="tel"], 
    body input[type="color"],
    body input[type="file"],
    body textarea,
    body select {
        max-width: 100%;
    }
    
    .blog-post-pagination .post-link {
        display: none;
    }
    
    .related-post-item {
        padding: 4% 15px 30px;
        float: left;
        width: 50%;
    }
    
    .blog-related-post-wrapper > div {
        margin-left: -15px;
        margin-right: -15px;
    }
    
    .related-post-item {
        margin: 0;
    }
    
    .bg-image-section .page-center {
        padding: 0 15px!Important;
    }
    
    .hs-blog-listing .blog-content {
        padding: 4% 0;
    }
    
    .blog-sidebar {
        padding: 4% 0;
    }
    
    .blog-list-recent-post-image {
        display: none;
    }
}

@media (max-width: 599px){
    .related-post-item {
        float: none;
        width: 100%;
    }
    
    .post-author-link {
    /*display: none;*/
}

.date:after{
    display: none;
}
}
/* Landscape tablet and smaller devices
    */

@media (max-width: 767px) {
    .footer_section { padding:50px 20px !important; }
    .mtop30 { margin-top:30px; }
    .lp_content_main { padding:20px 0 40px !important; }
    .ty_content_main { padding:20px 0 60px !important; }
}
     

/* Landscape phones and smaller devices
    */

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

@media ( max-width:1400px ) and ( min-width:1240px ){
    .custom-menu-primary .hs-menu-wrapper>ul>li>a { margin:0; }
}
@media ( max-width:1240px ) and ( min-width:1100px ){
    .custom-menu-primary .hs-menu-wrapper>ul>li>a { margin:0; }
}


/* Aqua Header and Footer Style CSS*/
.footer_section { /*background:#555456;*/margin-top:180px; position:relative; color:#fff; font-size:14px; padding:50px 0; 
  background : -moz-linear-gradient(45.74% 109.65% 83deg,rgba(0, 35, 45, 1) 40.89%,rgba(70, 217, 250, 1) 100%);
  background : -webkit-linear-gradient(83deg, rgba(0, 35, 45, 1) 40.89%, rgba(70, 217, 250, 1) 100%);
  background : -webkit-gradient(linear,45.74% 109.65% ,54.26% -9.65% ,color-stop(0.4089,rgba(0, 35, 45, 1) ),color-stop(1,rgba(70, 217, 250, 1) ));
  background : -o-linear-gradient(83deg, rgba(0, 35, 45, 1) 40.89%, rgba(70, 217, 250, 1) 100%);
  background : -ms-linear-gradient(83deg, rgba(0, 35, 45, 1) 40.89%, rgba(70, 217, 250, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00232D', endColorstr='#46D9FA' ,GradientType=0)";
  background : linear-gradient(7deg, rgba(0, 35, 45, 1) 40.89%, rgba(70, 217, 250, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00232D',endColorstr='#46D9FA' , GradientType=1);
}
.footer_section:before { content:''; position:absolute; top:-180px; left:0; width:100%; height:180px; background:url(//1665891.fs1.hubspotusercontent-na1.net/hubfs/1665891/Aqua_May2016/footer_top_bg.png) top center no-repeat #fff; }
.footer_section ul { margin:0; padding:0; list-style:none; }
.footer_section a { color:#ffffff; }
.footer_section h6 { color:#fff; font-size:14px; color:#ffffff; font-family: 'Inter', sans-serif; font-weight:600; }
.footer_section h6 a { color:#fff; }
.footer_section ul + h6 { margin-top:30px; }
.footer_section .copyright_text { font-size:12px;  }
.footer_section .copyright_text p { margin:0; }
.social_icons ul li { display:inline-block; margin:2px 4px 2px 0;  }
.social_icons ul li a { width:35px; height:35px; display:block; font-size:0; background:url(//1665891.fs1.hubspotusercontent-na1.net/hubfs/1665891/Aqua_May2016/social_icons.png) center left no-repeat; }
.social_icons ul li a.twitter { background-position: -39px center; }
.social_icons ul li a.linkedin { background-position: -77px center; }
.social_icons ul li a.youtube { background-position: -115px center; }
.social_icons ul li a.google { background-position: -153px center; }
.social_icons ul li a.github { background-position: center right; }
.footer_logo { margin-bottom:15px; }
.footer_section a:hover { color:#fff; } 

/*-=-=-= Landing Page  =-=-=-=-*/
.lp_footer.footer_section { margin:0;  }
.lp_footer.footer_section:before { content:normal; }
.lp_hero.bg-image-section { padding:60px 0; }
.lp_content_main { padding:40px 0; }
.lp_image { margin-top:20px;  }
.lp_content { margin:20px 0 40px; }
.lp_content h2 { font-size:30px; line-height:1.1; color:#1904da; font-weight:700;  }
.lp_content ul { margin:20px 0; padding:0 0 0 20px; list-style:none; }
.lp_content ul li { position:relative; }
.lp_content ul li:before { content: "\00b7"; font-size: 40px; line-height: 20px; position: absolute; top: 0; left: -20px; font-family: cursive; }
.lp_form { padding:20px 10px 20px 20px; background:#f6f6f6; }
.lp_form textarea { min-height:100px; resize:none; }
.lp_form select{ background:url(//1665891.fs1.hubspotusercontent-na1.net/hubfs/1665891/Aqua_May2016/select_arrow_bg.png) center right no-repeat; appearance:none; -moz-appearance:none; -webkit-appearance:none; background-size:auto 100%; }
.lp_form .hs-input { background-color:#fff; }
.lp_form .hs-error-msgs label { font-size:12px; line-height:1; }

.lp_form .actions { text-align:right; padding-right:10px;}
.lp_form .actions input[type="submit"] { min-width:150px;  outline:none; }
#comments-listing:before { content:'Post a Comment'; font-size:19px; font-family: 'Inter', sans-serif; color:#07242d; font-weight:400; position: relative; top: -5px; }
#comment-form .actions { text-align:right; padding-right:10px; }


@media(min-width:768px){
    .hs-blog-post .footer_section { margin-top:300px; }
}



/*Thank you page*/
.thank-you ul li { color : #1904da;}
.thank-you ul li span { color : #000;}

.lp_hero_thank_you.bg-image-section { padding:60px 0; }
.ty_content_main { padding:40px 0; }



/* aqua 2018 */

/* navbar-header */
.navbar_wrap {
	position:relative;z-index:50;
	box-shadow:rgba(7,36,45,0.08) 0px 2px 8px;
	background-color: #ffffff;
	margin-bottom: 40px;
}
.navbar_wrap .page-center {position:relative;}


.navbar-header {position:relative;padding-top:25px;}
.navbar-header a.navbar-brand {display:block;background-image:url("https://1665891.fs1.hubspotusercontent-na1.net/hubfs/1665891/Misc_images/blog/logo_aqua_2020.svg");background-repeat:no-repeat;width:130px;height:52px;overflow:hidden;text-indent:-9999px;margin-left:15px;margin-top:0px;margin-bottom:10px;}
.navbar-header a#menu-icon {display:none;width:44px;border-radius:4px;border:0px solid rgba(255,255,255,0.2);padding:14px;position:absolute;cursor:pointer;right:15px;top:13px;}
.navbar-header a#menu-icon:hover {border-color:#ffffff;background-color: #1503ba;border:0px solid #ffffff;}
.navbar-header a#menu-icon .icon-bar {display:block;height:2px;width:100%;background-color:#ffffff;margin-bottom:4px;}
.navbar-header a#menu-icon:hover .icon-bar {background-color:#ffffff;}


.navbar_wrap ul#main_menu_v2 {list-style:none;margin:0px;padding:0px;position:absolute;left:165px;top:4px;}
.navbar_wrap ul#main_menu_v2 > li > a {display:block;padding:26px 20px;color:#405a75;position:relative;font-size:20px;font-weight:700;outline:none;background-color:transparent;transition:0.2s ease-in-out;}
.navbar_wrap ul#main_menu_v2 > li > a:hover {color:#1904da;}

.navbar_wrap .header_ctas {display:inline-block;position:absolute;right:0px;top:15px;}
.navbar_wrap .header_ctas a.search_box {display:block;float:left;width:40px;height:60px;overflow:hidden;text-indent:-9999px;background-image:url(https://1665891.fs1.hubspotusercontent-na1.net/hubfs/1665891/Misc_images/blog/icon_search_2020b.png);background-position:center center;background-repeat:no-repeat;}
.navbar_wrap .header_ctas a.type_btn {display:block;border:0px;background-color: #1904da;color: #ffffff;;font-size:20px;font-weight:700;margin-top:7px;margin-left:10px;border-radius:4px;text-align:center;padding:8px 25px;outline:none;float:left;transition:all 0.3s ease-in-out;}
.navbar_wrap .header_ctas a.type_btn:hover {box-shadow:0px 0px 15px rgba(25,4,218,0.4);}


.navbar_wrap .navbar_search_input {font-weight:400;height:48px;min-height:48px;margin:0px;border:0px;padding-left:35px;color:#07242d;}
.navbar_wrap .navbar_search_input::placeholder {color:#c4cad5;}

.navbar_wrap input[type="submit"].navbar_submit_button {position:absolute;display:block;border-radius:0px;left:3px;top:2px;height:30px;width:30px;background-color:#ffffff;border:0px;background-image:url(https://1665891.fs1.hubspotusercontent-na1.net/hubfs/1665891/Misc_images/blog/blog_icon_search.png);background-position:center center;background-repeat:no-repeat;padding:0px;margin:0px;text-indent:-999px;overflow:hidden;}
.navbar_wrap input[type="submit"].navbar_submit_button:hover {background-color:#ffffff;background-image:url(https://1665891.fs1.hubspotusercontent-na1.net/hubfs/1665891/Misc_images/blog/blog_icon_search.png);background-position:center center;background-repeat:no-repeat;}

.navbar_wrap .search_box_wrap .search_box_close {background-color:transparent;display:block;cursor:pointer;width:25px;height:30px;border:1px;position:absolute;right:10px;top:10px;background-image:url(https://1665891.fs1.hubspotusercontent-na1.net/hubfs/1665891/Misc_images/blog/blog_icon_close.png);background-position:center center;background-repeat:no-repeat;}


@media (max-width: 925px) {
	.navbar-header a.navbar-brand {margin-left:5px;margin-bottom: 0px;}
	.navbar-header a#menu-icon {display:block;z-index:5;}
	
	.navbar-header {padding-top:20px;padding-bottom:10px;}

	.navbar_wrap .header_ctas {right:70px;top:5px;}
	.navbar_wrap .search_box_wrap {width:calc(100% - 88px);margin-right:73px;top:11px;}

	.navbar_wrap .header_ctas a.type_btn {margin-right:10px;}

	.navbar_wrap nav.navbar {margin-top:70px;background-color:#ffffff;float:none;min-height:0vh;max-height:0px;overflow:hidden;-moz-transition: max-height 0.4s;-o-transition: all 0.4s;-webkit-transition: all 0.4s;transition: all 0.4s;}
	.navbar_wrap nav.navbar.expand {min-height:100px;max-height:80vh;overflow:auto;width:100%;z-index:5;border-bottom:1px solid #cccccc;padding-bottom:20px;}
	.navbar_wrap ul#main_menu_v2 {height:auto;position:relative;left:0px;}
	.navbar_wrap ul#main_menu_v2 > li > a {padding:18px 18px;color:#405a75;}
	.navbar_wrap ul#main_menu_v2 > li > a:hover {padding:18px 18px;color:#1904da;}
}

@media only screen and (max-width:768px) {
	.navbar-header a.navbar-brand {margin-top:15px}
	.navbar_wrap .header_ctas a.type_cta {display:none;}
	.navbar_wrap .header_ctas a.type_btn {display:none;}
}

	
nav.navbar {display:block;position:absolute;width:100%;top:0px;left:0px;}

.navbar_wrap ul.nav {list-style:none;position:relative;height:40px;margin:0;padding:0;}
.navbar_wrap ul.nav li.menu-item {margin:0;padding:0;float:left;position:relative;display:block;}
.navbar_wrap ul.nav li.menu-item a {color:#07242d;line-height:20px;display:block;padding:15px;position:relative;outline:0;text-decoration:none;font-size:14px;}
.navbar_wrap ul.nav li.menu-item a:hover {color:#1904da;}


.navbar_wrap .main_menu_wrap {position:absolute;right:10px;top:40px;}
.navbar_wrap ul.nav.main-navbar-nav {}
.navbar_wrap ul.nav.main-navbar-nav li.menu-item a {text-transform:uppercase;}

.navbar_wrap ul.nav.main-navbar-nav > li:last-of-type {margin-left:10px;}
.navbar_wrap ul.nav.main-navbar-nav > li:last-of-type a {display:inline-block;color:#ffffff;margin-top:7px;padding:8px 25px;text-align:center;color:#ffffff;background-color:#1904da;border-color:#1904da;border-radius:4px;}
.navbar_wrap ul.nav.main-navbar-nav > li:last-of-type:hover {}
.navbar_wrap ul.nav.main-navbar-nav > li:last-of-type:hover a, .navbar_wrap ul.nav.main-navbar-nav > li:last-of-type:focus a {color:#ffffff;background-color:#f7a442;border-color:#f7a442;color:#ffffff !important;}



.navbar_wrap .secondary_menu_wrap {position:absolute;right:0px;top:0px;}
.navbar_wrap ul.nav.navbar-secondary-nav {}
.navbar_wrap ul.nav.navbar-secondary-nav li.menu-item a {color:#7c97b6;}

.navbar_wrap ul.nav.navbar-secondary-nav li.menu-item.search_box {}
.navbar_wrap ul.nav.navbar-secondary-nav li.menu-item.search_box a {display:inline-block;width:30px;height:40px;overflow:hidden;text-indent:-9999px;background-image:url("https://1665891.fs1.hubspotusercontent-na1.net/hubfs/1665891/Misc_images/blog/blog_icon_search.png");background-position:center center;background-repeat:no-repeat;margin-top:4px;}


@media (max-width: 768px) {

	.navbar-header {padding-top:10px;}
	#menu-icon {display: block;}

	nav.navbar {margin-top:70px;background-color:#ffffff;float:none;max-height:0px;overflow:hidden;-moz-transition: max-height 0.4s;-o-transition: max-height 0.4s;-webkit-transition: max-height 0.4s;transition: max-height 0.4s;}
	nav.navbar.expand {max-height:80vh;overflow:auto;width:100%;z-index:5;border-bottom:1px solid #cccccc;}

	.navbar_wrap ul.nav {height:auto;}
	.navbar_wrap ul.nav li.menu-item {float:none;}
	
	.navbar_wrap .main_menu_wrap {position:relative;top:10px;left:0px;padding-left:10px;padding-right:10px;right:auto;width:100%;}
	.navbar_wrap ul.nav.main-navbar-nav > li:last-of-type {margin-left:0px;}
	.navbar_wrap ul.nav.main-navbar-nav > li:last-of-type a {display:block;}
	
	.navbar_wrap .secondary_menu_wrap {position:relative;top:10px;left:0px;padding-left:10px;padding-right:10px;right:auto;width:100%;}
	
	
	.navbar_wrap ul.nav.navbar-secondary-nav li.menu-item.search_box a {width:auto;text-indent:30px;background-position:15px 15px;;}

}



/* header_title_wrap */
.header_title_wrap {
	position:relative;
	background-color: #1904da;
	padding-top:20px;
	padding-bottom:40px;
	min-height:auto;
	margin-top:-35px;
}

.header_title_wrap .header_title {font-size:54px;font-weight:700;color:#ffffff;margin-top:10px;margin-bottom:10px;position:relative;}
.header_title_wrap .header_subtitle {font-size:26px;line-height:36px;font-weight:400;color:#ffffff;margin-top:-5px;margin-bottom:10px;}

.header_title_wrap a .header_title {color:#ffffff;}
.header_title_wrap a:hover .header_title {color:#ffffff;}
.header_title_wrap a:hover .header_title:before {content:'‹';position:absolute;top:-2px;left:-20px;}

.header_title_wrap .header_title a {color:#ffffff;}
.header_title_wrap .header_title a:hover {color:#ffffff;}
.header_title_wrap .header_title a:hover:before {content:'‹';position:absolute;top:-2px;left:-20px;}

.header_title_wrap .header_title h1 {color:#ffffff;display:inline-block;font-size:38px;font-weight:700;line-height:1.5em;margin:0px;padding:0px;}


.hs-blog-post .header_title_wrap .header_title {font-size:42px;font-weight: 400;margin-left: 10px;}

@media (max-width: 768px) {	
	.header_title_wrap .header_title  {}
  .header_title_wrap .header_subtitle {display:none;}

}





/* search_box_wrap */

/* bing custom search default styles */
.bcs-notification-banner{font-size:13px;font-family:'Inter', sans-serif;background:#f2f2f2;min-height:30px;display:flex;align-items:center;justify-content:center;padding:5px;border-bottom:1px black solid}
.bcs-notification-icon{height:16px;width:16px;margin:0 5px}
.bcs-host-div{background-color:white;color:#666;font:13px/normal Arial,Helvetica,Sans-Serif}
.bcs-container-searchbox{border-color:#cdcdcd;border-width:1px;border-style:solid;font:18px/normal 'Inter', sans-serif;display:inline-block;position:relative;width:100%}
.bcs-searchbox{font:inherit;font-size:16px;color:#222;background-color:transparent;width:calc(100% - 71px);margin:4px 4px 0 16px;border:0;padding:0 10px 0 0;max-height:30px;outline:0;box-sizing:content-box;vertical-align:top;height:35px}
.bcs-searchbox-submit{background-position:-675px -34px;width:41px;height:42px;border-width:10px;border-style:solid;cursor:pointer;background-color:#007daa;border-color:#007daa;color:transparent}
.bcs-altered-query{font-size:16px;line-height:1.2em}
.bcs-results{margin:10px 0 0;padding:0 0 20px;color:#666;width:100%;display:inline-block}
.bcs-query-rewrite,.bcs-result{margin:0;padding:12px 20px;list-style:none}
.bcs-result h2{margin:0;padding:0;font:13px/1.2em 'Inter', sans-serif;font-size:20px;line-height:24px;padding-bottom:3px}
.bcs-result cite{color:#006d21;font-style:normal;word-wrap:break-word}
.bcs-query-rewrite a,.bcs-result a{text-decoration:none;color:#001ba0}
.bcs-query-rewrite a:visited,.bcs-result a:visited{color:#600090}
.bcs-query-rewrite a:hover{text-decoration:underline}
.bcs-result:hover h2 a{text-decoration:underline}
.bcs-result li:hover h3 a{text-decoration:underline}
.bcs-caption{display:table;line-height:17px}
.bcs-caption-with-image{padding-top:5px}
.bcs-caption-text,.bcs-caption-image{display:table-cell;vertical-align:top;margin-right:10px}
.bcs-caption-image img{max-width:128px;max-height:80px;margin-right:10px;padding-top:2px}
.bcs-caption p{margin:0;padding:0}
.bcs-pagination{list-style:none;margin:0 0 2px;padding:18px 0 0;background-color:transparent}
.bcs-pagination .bcs-current-page{text-decoration:none;border-color:#ededed}
.bcs-pagination>ul{margin:0;padding:0}
.bcs-pagination>ul>li{list-style:none;margin:0;padding:0;float:left}
.bcs-pagination a{color:#666;border:3px solid transparent;display:block;min-width:34px;margin-right:10px;text-align:center;height:34px;line-height:34px}
.bcs-pagination>ul>li>a:hover{text-decoration:none;background-color:#f4f4f4;cursor:pointer;color:#666}
.bcs-deep-links{padding-left:20px;padding-top:10px;display:none;}
.bcs-deep-links::after{content:'.';display:block;height:0;visibility:hidden;clear:both}
.bcs-deep-links>ul{margin:0 20px 0 0;padding:0;width:274px;float:left}
.bcs-deep-links>ul>li{list-style:none;margin:0;padding:0 0 10px}
.bcs-deep-links>ul>li>h3{margin:0;padding:0;display:inline-block;font:13px/1.2em 'Inter', sans-serif;font-size:18px;padding-bottom:3px}
.bcs-deep-links>ul>li>p{margin:0;padding:0;height:34px;overflow:hidden;color:#666;line-height:17px}
.bcs-modal{display:none;position:fixed;z-index:1;padding-top:50px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,0.4)}
.bcs-modal-content{position:relative;background-color:#fefefe;margin:auto;padding:0;border:1px solid #888;width:80%;box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);-webkit-animation-name:bcs-animate-modal;-webkit-animation-duration:.4s;animation-name:bcs-animate-modal;animation-duration:.4s}
@-webkit-keyframes bcs-animate-modal {
	from{top:-300px;opacity:0}
	to{top:0;opacity:1}
}
@keyframes bcs-animate-modal {
	from{top:-300px;opacity:0}
	to{top:0;opacity:1}
}
.bcs-modal-close{color:white;float:right;font-size:28px;font-weight:bold;margin-top:-7px}
.bcs-modal-close:hover,.bcs-modal-close:focus{color:black;text-decoration:none;cursor:pointer}
.bcs-modal-header{padding:10px 16px;background-color:#007daa;color:white;font-size:20px}
.bcs-modal-header h2{padding:0 0 3px;margin:0;font:20px/1.2em 'Inter', sans-serif;font-weight:600;color:#ffffff;}
.bcs-modal-body{padding:2px 16px;background-color:#ffffff !important;max-height:calc(100% - 156px);overflow:auto}
.bcs-modal-pagination{padding-left:10px}
.bcs-powered-by{vertical-align:middle}
.bcs-powered-by a{text-decoration:none;color:#666}
.bcs-powered-by p,.bcs-powered-by-img{margin:0;vertical-align:middle;display:inline-block;margin-right:5px}
.bcs-powered-by-img{height:25px;width:65px;background-size:65px 25px}
.bcs-selected-autosuggest-item{text-decoration:underline;background:#f6f5f5}
.bcs-autosuggest-item{height:31px;font-size:16px}
.bcs-autosuggest-item div{color:#666;margin-left:15px;text-decoration:none;cursor:pointer}
.bcs-autosuggest-item div strong{color:#222}
.bcs-inner-suggestions-container{display:block;overflow:hidden;position:absolute;background-color:#FFF;width:100%;border-color:#d3d3d3;border-width:1px;border-style:solid;z-index:1000}
.bcs-suggestions-list{list-style-type:none;color:#111;padding-left:0}
#bcsSuggestionsContainer{display:block;margin-left:-1px;margin-right:1px}
	

@media (max-width: 768px) {	
	.search_box_wrap .bcs-caption {display:block;}
	.search_box_wrap .bcs-caption-image {display:block;margin-bottom:10px;}
}

/* custom search */
.search_box_wrap {background-color:#ffffff;position:absolute;top:19px;left:auto;width:100%;height:50px;padding:0px;z-index:26;box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);display:none;}
.search_box_wrap .container, .search_box_wrap .page-center {position:relative;}
.search_box_wrap .bcs-container-searchbox {height:50px;margin:0px;border:0px;background-color:#ffffff;}
.search_box_wrap .bcs-container-searchbox .bcs-searchbox {font-family:'Inter', sans-serif;font-weight:400;height:48px;min-height:48px;margin:0px;border:0px;padding-left:35px;color:#07242d;}
.search_box_wrap .bcs-container-searchbox .bcs-searchbox::placeholder {color:#c4cad5;}
.search_box_wrap .bcs-container-searchbox .bcs-searchbox-submit {position:absolute;left:0px;top:10px;height:30px;width:30px;background-color:#ffffff;border:0px;background-image:url("https://1665891.fs1.hubspotusercontent-na1.net/hubfs/1665891/Misc_images/blog/blog_icon_search.png");background-position:center center;background-repeat:no-repeat;}
.bcs-host-div .bcs-modal-content {border-color:#08b1d5;}
.bcs-host-div .bcs-modal-header {background-color:#08b1d5;}
.bcs-host-div {font-family:'Inter', sans-serif;font-weight:400;}
.bcs-host-div .bcs-results {color:#07242d;}
.bcs-host-div .bcs-results .bcs-result h2 a {color:#2e3e50;}
.bcs-host-div .bcs-result cite {color:#08b1d5;}
.search_box_wrap .search_box_close {background-color:transparent;display:block;cursor:pointer;width:25px;height:30px;border:1px;position:absolute;right:10px;top:10px;background-image:url("https://1665891.fs1.hubspotusercontent-na1.net/hubfs/1665891/Misc_images/blog/blog_icon_close.png");background-position:center center;background-repeat:no-repeat;}


@media (max-width: 768px) {

	.search_box_wrap {top:80px;}
}



/* footer_cap_cta */
.footer_cap_cta_wrap {padding-top:30px;padding-bottom:80px;}
.footer_cap_cta_wrap .footer_cap_cta_title {font-size:38px;font-weight:400;line-height:42px;max-width:50%;}
.footer_cap_cta_wrap .btn {display:inline-block;color:#ffffff;font-size:16px;padding:10px 30px;border-radius:4px;margin-top:25px;background-color:#1904da;border-color:#1904da;}

@media (max-width: 992px) {
	.footer_cap_cta_wrap {padding-top:20px;padding-bottom:80px;}
	.footer_cap_cta_wrap .footer_cap_cta_title {max-width:100%;}
}


/* footer_wrap */
.footer_wrap {position:relative;/*background-color:#07242d;*/padding-top:50px;padding-bottom:35px;color:#ffffff;font-size:1rem;
	background-color: #07242d;	
	padding-top:50px; /*268*/
}


.footer_wrap .container {z-index:5;position:relative;}
.footer_wrap .container.footer_widgets_wrap {padding-top:70px;}
.footer_wrap .footer_widgets_wrap .footer_1 { font-size: 0.875rem; }


@media (max-width: 992px) {
	.footer_wrap .footer_wrap_top_waves {top:-10px;}
}
@media (max-width: 768px) {
	.footer_wrap {padding-top:50px;padding-left:15px;padding-right:15px;}
	.footer_wrap:before {height:150px;}
	.footer_wrap .footer_cubes {opacity:0.4;}
}

.footer_wrap a {color:#00ffe4; display: inline-block; padding: 0.125rem 0;}
.footer_wrap a:hover {color:#ffffff;}
.footer_wrap .row {margin-bottom:10px;}
.footer_wrap .textwidget {padding-right:5%;}

.footer_wrap .footer_logo {display:block;background-image:url(https://1665891.fs1.hubspotusercontent-na1.net/hubfs/1665891/Misc_images/blog/logo_aqua_dark_2020.svg);background-repeat:no-repeat;width:162px;height:50px;overflow:hidden;text-indent:-9999px;margin-bottom:10px;}
.footer_wrap ul {padding-left:0px;list-style:none;list-style-position:outside;}
.footer_wrap ul ul, .footer_wrap ul ol, .footer_wrap ol ol, .footer_wrap ol ul {margin-bottom:10px;}
.footer_wrap ul li {margin-bottom: 0.25rem;}
.footer_wrap .widget_nav_menu {margin-bottom:20px;  line-height: 1.8;}
.footer_wrap .widget_nav_menu .widget_title { font-weight: bold; }

/* social links */
.social_links_wrap {margin-bottom:10px;}
.social_links_wrap .social_link {float:left;margin-right:5px;border-radius:2px;}
.social_link {display:block;width:30px;height:30px;background-size:30px 30px;overflow:hidden;text-indent:-9999px;opacity:0.8;}
.social_link:hover {opacity:1;}
.social_link.facebook {background-image:url(https://1665891.fs1.hubspotusercontent-na1.net/hubfs/1665891/Misc_images/blog/facebook.svg);}
.social_link.git {background-image:url(https://1665891.fs1.hubspotusercontent-na1.net/hubfs/1665891/Misc_images/blog/git.svg);}
.social_link.linkedin {background-image:url(https://1665891.fs1.hubspotusercontent-na1.net/hubfs/1665891/Misc_images/blog/linkedin.svg);}
.social_link.twitter {background-image:url(https://1665891.fs1.hubspotusercontent-na1.net/hubfs/1665891/Misc_images/blog/twitter.svg);}
.social_link.youtube {background-image:url(https://1665891.fs1.hubspotusercontent-na1.net/hubfs/1665891/Misc_images/blog/youtube.svg);}





/* blog-comments */
.widget-type-blog_comments {
    padding:0px 20px 20px 20px;
    position: relative;
    /*transition: all 0.2s ease 0s;*/
    background-color:#ffffff;
    color:#07242d;
    border-radius:0px;
    font-size:16px;
    line-height:1.6em;
    text-decoration:none;
    box-shadow:0px 2px 6.86px 0.14px rgba(0,0,0,0.2);
    border:1px solid #dddddd;
}


div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p a, 
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p a:hover {
  color: #4736e1 !important;
  text-decoration: underline !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p, 
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p span {
  line-height: 1.8 !important;
}

/**
 * Social Links
 */

.hs-author-social-links {
  display: flex;
  gap: 0.5rem;
}

.hs-author-social-links a.hs-author-social-link {
  --size: 48px;
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  background-size: var(--size) var(--size);
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url('https://blog.aquasec.com/hubfs/facebook-icon.png'); 
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url('https://blog.aquasec.com/hubfs/linkedin-logo-v3.png'); 
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url('https://blog.aquasec.com/hubfs/twitter-logo.png'); 
}

.small-author-name.author-name-line a:not(:last-child):after,
.small-author-name.author-name-line span:not(:last-child):after {
  content: ", ";
}

.small-author-avatar:not(:first-child) {
  margin-left: -0.875rem;
}

.post-date-detail {
  padding-bottom: initial !important;
}

/* .small-author-profile .small-author-avatar img {
  max-width: 32px;
} */

.small-author-profile-link:after {
  content: none !important;
}

.post-name-detail {
  margin-left: 0.25rem;
}

.small-author-profile-link .small-author-profile {
  display: flex;
  align-items: center;
}

.small-author-avatar:not(:first-child) {
  margin-left: -0.75rem;
}

.small-author-avatar img {
  --size: 32px;
  border-radius: 50%;
  width: var(--size);
  height: var(--size);
  object-fit: cover;
}

.small-author-profile-link {
  display: flex;
  font-size: 15px;
  align-items: center;
  gap: 0.5rem;
  padding: 14px 20px 0;
}

.small-author-profile-link .small-author-name.author-name-line {
  line-height: 1.35;
}

.small-author-profile-link .small-author-name.author-name-line a:not(:last-child):after,
.small-author-profile-link .small-author-name.author-name-line span:not(:last-child):after {
  content: ', ';
}

.post-header .post-date-detail {
  padding: 0;
  line-height: 1.2;
  font-size: 13px;
}

.small-author-profile-link {
  display: inline-block;
  position: relative;
}

.small-author-profile-link:hover {
}

.small-author-profile-link:after {
  content: '●';
  position: absolute;
  right: 5px;
  top: 2px;
  color: #07242d;
}

.small-author-profile {
  display: inline-block;
  position: relative;
/*   padding-right: 20px; */
}

.small-author-profile.small-author-profile-with-avatar {
}

.small-author-profile .small-author-avatar {
  display: inline-block;
  margin-right: 5px;
}

.small-author-profile .small-author-avatar img {
  --size: 48px;
  border-radius: 50%;
  object-fit: cover;
  width: var(--size);
  height: var(--size);
}

.small-author-profile .small-author-name {
  display: inline-block;
}

.post-date .small-author-profile-link {
  padding: 0;
}

.authors_placeholder {
  padding: 15px 10px; 
}