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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin');

@font-face {
  font-family: "Campton W05";
  src: url("//cdn2.hubspot.net/hubfs/5628397/AC3_April2019/fonts/Campton-Book.eot") format("eot"), 
    url("//cdn2.hubspot.net/hubfs/5628397/AC3_April2019/fonts/c58f40f4-bf47-4a78-9d7a-12d323f1f275.woff2") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/5628397/AC3_April2019/fonts/Campton-Book.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/5628397/AC3_April2019/fonts/Campton-Book.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Campton W05";
  src: url("//cdn2.hubspot.net/hubfs/5628397/AC3_April2019/fonts/Campton-Medium.eot") format("eot"), 
    url("//cdn2.hubspot.net/hubfs/5628397/AC3_April2019/fonts/b1b591d0-9eeb-477c-ab33-5cf2f1bbc7e3.woff2") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/5628397/AC3_April2019/fonts/Campton-Medium.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/5628397/AC3_April2019/fonts/Campton-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Campton W05";
  src: url("//cdn2.hubspot.net/hubfs/5628397/AC3_April2019/fonts/Campton-Bold.eot") format("eot"), 
    url("//cdn2.hubspot.net/hubfs/5628397/AC3_April2019/fonts/c3b56908-18d5-4d6a-9cb6-1c8bbceb6ff7.woff2") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/5628397/AC3_April2019/fonts/Campton-Bold.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/5628397/AC3_April2019/fonts/Campton-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url("//cdn2.hubspot.net/hubfs/5628397/AC3_April2019/fonts/FontAwesome5Pro-Solid.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/5628397/AC3_April20199/fonts/fa-solid-900.woff2") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/5628397/AC3_April2019/fonts/FontAwesome5Pro-Solid.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/5628397/AC3_April2019/fonts/FontAwesome5Pro-Solid.ttf") format("truetype"), 
    url("//cdn2.hubspot.net/hubfs/5628397/AC3_April2019/fonts/FontAwesome5Pro-Solid.svg") format("svg");
  font-style: normal;
  font-weight: 900;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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


html{
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
}
body {
  background: #fff;
  margin: 0;
  overflow-x: hidden;
  font-family: Campton W05;
  font-weight: 400;
  font-size: 14px;
  color: #383838;
  line-height: 1.6;
  font-smoothing: antialiased;
}

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

/* Highlighted Text */
::-moz-selection {
  background-color: #cce2ff;
  color: rgba(0,0,0,.87);
  text-shadow: none;
}
::selection {
  background-color: #cce2ff;
  color: rgba(0,0,0,.87);
  text-shadow: none;
}


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

/* Basic text */
p {
  margin: 0 0 1em;
} 
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 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1, h2, h3, h4, h5, h6 {
  font-family: Campton W05;
  font-weight: 500;
  line-height: 1.2;
  margin: calc(2rem - .14286em) 0 1rem;
}

h1 {
  margin-top: 0;
  font-size: calc(26px + 10*(100vw - 375px)/649);
}
h2 {
  font-size: calc(24px + 6*(100vw - 375px)/649);
}
h3 {
  font-size: calc(20px + 4*(100vw - 375px)/649);
}
h4 {
  font-size: calc(18px + 2*(100vw - 375px)/649);
}
h5 {
  font-size: 1rem;
}
h6 {}

/* Anchor Links */
a { 
  text-decoration: none;
  color: #a689bb;
}
a:hover, a:focus { 
  color: #383838;
  text-decoration: none;
}

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

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

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


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

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

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

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


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


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

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

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


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

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

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

#custom-header {
  display: block;
}
#custom-header-inner {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 0;
}
#custom-top-header {
  padding: 0 10px;
  height: 30px;
  background-color: #383838;
  color: #fff;
  font-size: 12px;
}
.widget-span .custom-header-phone {
  width: auto;
}
.widget-span .custom-top-menu {
  width: auto;
  white-space: nowrap;
  margin: 0;
}
.widget-span .custom-header-phone a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  position: relative;
  margin: 0;
}
#custom-top-header > div > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#custom-top-header > div > div:before, 
#custom-top-header > div > div:after {
  content: none;
}
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa, .fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.fa-phone:before {
  content: "\f095";
}
.widget-span .custom-top-menu ul > li {
  float: left;
  line-height: normal;
}
.widget-span .custom-top-menu ul > li > a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  position: relative;
  margin: 0 10px;
}
.widget-span .custom-top-menu ul > li:first-child > a {
  margin-left: 0;
  margin-right: 13px;
}
.widget-span .custom-top-menu ul > li:last-child > a {
  margin-right: 0;
}
.widget-span .custom-top-menu ul > li:last-child > a:before {
  content: "";
  display: block;
  position: absolute;
  left: -11px;
  top: 3px;
  bottom: 3px;
  width: 1px;
  background-color: #fff;
  opacity: .5;
}
#custom-top-header a:hover{
  color: #a689bb; 
}
#custom-top-header > div, 
#custom-top-header > div > div {
  height: 100%;
}
#custom-bottom-header {
  height: 60px;
  background-color: transparent;
  position: relative;
  -webkit-transition: height .3s ease;
  transition: height .3s ease;
}
#custom-bottom-header > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#custom-bottom-header > div > div:before, 
#custom-bottom-header > div > div:after {
  content: none;
}
.widget-span .custom-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 21px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-image: url(//cdn2.hubspot.net/hubfs/5628397/AC3_April2019/images/logo-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-left: 0;
}
.widget-span .custom-logo a {
  text-align: left;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}
.widget-span .custom-header-tagline {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 190px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  width: auto;
  margin-left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.widget-span .custom-menu-primary {
  margin-left: 0;
  width: auto;
  position: absolute;
  left: 150px;
  top: 50%;
  margin-top: -30px;
  right: 0;
  padding-right: 260px;
  height: 60px;
  -webkit-transition: opacity .3s ease,visibility .3s ease;
  transition: opacity .3s ease,visibility .3s ease;
}
.widget-span .custom-header-bottom-button {
  width: auto;
  margin: 0;
}
.request-quote-button {
  display: block!important;
  height: 40px!important;
  line-height: 40px!important;
  padding: 0 30px 0 20px!important;
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: row!important;
  flex-direction: row!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  position: absolute;
  right: 5px;
  top: 50%;
  margin: -20px 0 0 0!important;
  font-size: 12px!important;
  text-transform: uppercase!important;
}
.ui.button {
  cursor: pointer;
  display: inline-block;
  min-height: 1em;
  outline: none;
  border: none;
  vertical-align: baseline;
  background: #e0e1e2 none;
  color: rgba(0,0,0,.6);
  font-family: Campton W05,Arial,Helvetica,sans-serif;
  margin: 0 .25em 0 0;
  padding: .78571429em 1.5em .78571429em;
  text-transform: none;
  text-shadow: none;
  font-weight: 700;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  border-radius: .28571429rem;
  transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
  font-weight: 500;
}
.ui.primary.button {
  background-color: #a689bb;
  color: #fff;
  text-shadow: none;
  background-image: none;
  -webkit-box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
  box-shadow: inset 0 0 0 0 rgba(34,36,38,.15);
}
.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
svg:not(:root).svg-inline--fa {
  overflow: visible;
}
.request-quote-button .icon {
  font-size: 20px;
  position: absolute;
  right: 7px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: -9px 0 0 0!important;
  opacity: 1!important;
  color: #fff!important;
  -webkit-transition: right .3s ease!important;
  transition: right .3s ease!important;
}
.ui.button>.icon:not(.button) {
  height: .85714286em;
}
.search-button {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -25px!important;
  margin-right: 0!important;
  font-size: 18px!important;
  color: #fff!important;
}
.ui.icon.button {
  padding: .78571429em .78571429em .78571429em;
}
.ui.transparent.button {
  background-color: transparent;
  color: #a689bb;
  text-shadow: none;
  background-image: none;
  -webkit-box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
  box-shadow: inset 0 0 0 0 rgba(34,36,38,.15);
}
.svg-inline--fa.fa-w-16 {
  width: 1em;
}
.custom-header-bottom-button .ui.primary.button:hover {
  background-color: #9a79b2;
  color: #fff;
  text-shadow: none;
}
.fa-angle-right:before {
  content: "\f105";
}
.custom-header-bottom-button .ui.primary.button:hover .icon {
  right: 3px;
}
.ui.transparent.button:hover {
  color: #a689bb !important;
  background-color: transparent;
  text-shadow: none;
}
.scrolled .widget-span .custom-header-tagline p {
  margin: 0;
}
/* =============== Content =============== */

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

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


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

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

#custom-bottom-footer {
  background-color: #fff;
  text-align: center;
  padding: 20px;
}
#footer-page-center {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  float: none;
}
.custom-copyright p {
  margin: 0;
}
.custom-privacy {
  margin-top: 10px;
}
.custom-privacy ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.custom-privacy ul > li {
  padding: 0 10px;
  position: relative;
  line-height: 1.2;
}
.custom-privacy ul > li:last-child:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  height: 10px;
  width: 1px;
  background-color: #a689bb;
}
#custom-footer {
  background-color: #383838;
  display: block;
}
#custom-footer #footer-page-center {
  padding: 30px 0;
}
#custom-footer #footer-page-center > div > div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#custom-footer #footer-page-center > div > div:before, 
#custom-footer #footer-page-center > div > div:after {
  content: none;
}
.widget-span .custom-footer-menu {
  width: 100%;
  padding: 15px 10px;
  margin-left: 0;
}
.custom-footer-menu .hs-menu-wrapper > ul {
  margin: 0 !important;
}
.custom-footer-menu .hs-menu-wrapper > ul > li {
  margin-top: 10px;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a {
  color: #fff;
  line-height: 1.3;
  display: inline-block;
  font-weight: 500;
  font-size: 1.1rem;
}
.custom-footer-menu .hs-menu-wrapper > ul ul {
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li {
  margin-top: 10px;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li a {
  color: #fff;
  line-height: 1.3;
  display: inline-block !important;
  white-space: normal !important;
}
.custom-footer-menu:last-child .hs-menu-wrapper > ul > li > a {
  font-size: 14px;
  font-weight: 400;
}
.custom-footer-menu .hs-menu-wrapper a:hover {
  color: #a689bb;
}
#custom-footer-form-wrapper {
  position: relative;
  background-image: url('//cdn2.hubspot.net/hubfs/5628397/AC3_April2019/images/bg-subscribe-bar.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 20px;
}
.custom-footer-form .form-title {
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
}
#custom-footer-form-wrapper .width-large {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  float: none;
}
.custom-footer-form form > div {
  clear: both;
}
.custom-footer-form .hs-form-field > label {
  display: block;
  margin: 0 0 .28571429rem 0;
  font-size: .92857143em;
  text-transform: none;
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
  font-family: Campton W05;
}
.custom-footer-form input[type="text"], 
.custom-footer-form input[type="email"] {
  width: 100%;
  vertical-align: top;
  font-family: Campton W05,Arial,Helvetica,sans-serif;
  line-height: 1.21428571em;
  padding: .67857143em 1em;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  tap-highlight-color: hsla(0,0%,100%,0);
  font-size: 1em;
  background: #fff;
  border: 1px solid rgba(34,36,38,.15);
  color: rgba(0,0,0,.87);
  border-radius: .28571429rem;
  -webkit-box-shadow: 0 0 0 0 transparent inset;
  box-shadow: inset 0 0 0 0 transparent;
  -webkit-transition: color .1s ease,border-color .1s ease;
  transition: color .1s ease,border-color .1s ease;
}
.custom-footer-form form > div.hs-submit {
  width: auto;
}
.custom-footer-form .hs_cos_wrapper_type_form .hs-button.primary.large {
  cursor: pointer;
  display: inline-block;
  min-height: 1em;
  outline: none;
  border: none;
  vertical-align: baseline;
  background: #e0e1e2 none;
  color: rgba(0,0,0,.6);
  font-family: Campton W05,Arial,Helvetica,sans-serif;
  margin: 0 .25em 0 0;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  border-radius: .28571429rem;
  transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
  text-transform: uppercase;
  font-size: 12px;
  padding: 15px 20px;
  font-weight: 500;
  background-color: #72b798;
  color: #fff;
  text-shadow: none;
  background-image: none;
  -webkit-box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
  box-shadow: inset 0 0 0 0 rgba(34,36,38,.15);
  padding-right: 35px;
  position: relative;
  margin-top: 24px;
}
.custom-footer-form .icon {
  font-size: 16px;
  position: absolute;
  right: 13px;
  top: 69%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 0!important;
  opacity: 1!important;
  -webkit-transition: right .3s ease;
  transition: right .3s ease;
  color: #fff;
}
.custom-footer-form .actions {
  position: relative;
}
.custom-footer-form .hs_cos_wrapper_type_form .hs-button.primary.large:hover{
  background-color: #61ae8c;
  color: #fff;
  text-shadow: none; 
}
.custom-footer-form .actions:hover .icon{
  right: 8px; 
}
.custom-footer-form .hs_error_rollup {
  display: none;
}
.custom-footer-form .hs-error-msgs label {
  white-space: normal;
  background: #fff;
  border: 1px solid #e0b4b4;
  color: #9f3a38;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 2px;
  border-radius: 4px;
  font-family: Campton W05;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1rem;
}
.custom-footer-form form.hs-form .hs-form-field ul.inputs-list {
  margin: 0;
}
.custom-footer-form input.invalid.error {
  background: #fff6f6;
  border-color: #e0b4b4;
  color: #9f3a38;
  border-radius: "";
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-footer-form input[type="text"]:focus, 
.custom-footer-form input[type="email"]:focus{
  color: rgba(0,0,0,.95);
  border-color: #a689bb;
  border-radius: .28571429rem;
  background: #fff;
  -webkit-box-shadow: 0 0 0 0 rgba(34,36,38,.35) inset;
  box-shadow: inset 0 0 0 0 rgba(34,36,38,.35); 
}
.custom-footer-form .hs-form-required {
  margin-left: 4px;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Campton W05,Arial,Helvetica,sans-serif;
  font-weight: 400;
  min-height: 2.85714286em;
  font-size: 1rem;
  background-color: transparent!important;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: none transparent;
  margin: 0;
  position: absolute;
  right: 260px;
  top: 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  position: relative;
  vertical-align: middle;
  line-height: 1;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 0;
  padding: 0;
  font-weight: 400;
  color: rgba(0,0,0,.6);
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  display: block;
  padding: 10px 20px;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
  width: 215px;
  background-image: url(//cdn2.hubspot.net/hubfs/5628397/AC3_April2019/images/nav-bg-1.png)!important;
  background-size: 215px 1000px !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  padding: 15px 0 15px 15px;
  min-width: calc(100% - 1px);
  background: transparent;
  margin: 0 0 0;
  margin-top: .35714286em;
  top: 100%;
  will-change: transform,opacity;
  transition: transform .3s !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1, 0);
  transform-origin: top;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul,
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:hover > ul{
  transform: scale(1, 1);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
  display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  margin: 2px 0;
  color: #000;
  line-height: 1.3;
  white-space: normal !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover {
  background-color: #d0d0d0!important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li:hover{
  background-color: #bebebe!important; 
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul{
  background-color: #d0d0d0!important;
  border: none;
  border-radius: 0!important;
  max-width: none;
  width: 200px;
  background-image: none!important; 
}
/* 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: 1025px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  #custom-mobile-menu-wrapper{
    display: none; 
  }
}


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

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

@media (max-width: 1024px){

  #custom-mobile-menu-wrapper {
    position: fixed;
    left: 0;
    width: 280px;
    top: 0;
    bottom: 0;
    overflow: auto;
    background-color: #383838;
    z-index: 1001;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
  }
  .menu-open #custom-mobile-menu-wrapper {
    -webkit-transform: none;
    transform: none;
  }
  #custom-mobile-menu-wrapper .mobile-search > div > form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  #custom-mobile-menu-inner {
    padding: 10px;
  }
  #custom-mobile-menu-inner .widget-span .mobile-search > div > form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  #custom-mobile-menu-inner .ui.input {
    position: relative;
    font-weight: 400;
    font-style: normal;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: rgba(0,0,0,.87);
    font-size: 1em;
    width: 100%;
  }
  #custom-mobile-menu-inner .ui.input>input {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    outline: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    text-align: left;
    line-height: 1.21428571em;
    font-family: Campton W05,Arial,Helvetica,sans-serif;
    padding: .67857143em 1em;
    background: #fff;
    border: 1px solid rgba(34,36,38,.15);
    color: rgba(0,0,0,.87);
    border-radius: .28571429rem;
    transition: box-shadow .1s ease,border-color .1s ease;
    transition: box-shadow .1s ease,border-color .1s ease,-webkit-box-shadow .1s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: auto;
    font-size: 14px;
  }
  #custom-mobile-menu-inner .submit {
    width: 38px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 2px;
  }
  #custom-mobile-menu-inner .ui.icon.button {
    display: block !important;
    width: 38px;
    height: 38px;
    font-size: 12px;
  }
  #custom-mobile-menu-inner .ui.icon.button:hover {
    background-color: #9a79b2;
    color: #fff;
    text-shadow: none;
  }

  .widget-span .custom-mobile-menu {
    margin-top: 10px;
    font-size: 18px;
    margin-left: -10px !important;
    margin-right: -10px;
    padding-top: 10px;
    border-top: 1px solid hsla(0,0%,100%,.2);
    width: auto;
    float: none;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul > li:first-child > a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 10px;
    color: #fff;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul > li:not(:first-child) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid hsla(0,0%,100%,.2);
  }
  .custom-mobile-menu .hs-menu-wrapper > ul > li:not(:first-child) > a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 10px;
    color: #fff;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul  ul {
    font-size: 16px;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul ul li a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 20px;
    color: #fff;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul ul ul {
    font-size: 14px;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul ul ul li a {
    padding-left: 30px;
  }
  .custom-mobile-menu .hs-menu-wrapper a:hover {
    background-color: rgba(166,137,187,.2);
    color: #fff;
  }
  .custom-menu-overlay {
    z-index: 1000;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease,visibility .3s ease;
    transition: opacity .3s ease,visibility .3s ease;
  }
  .menu-open .custom-menu-overlay {
    opacity: 1;
    visibility: visible;
  }
  .mobile-open .show-menu .mobile-menu-button{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .custom-mobile-menu .hs-menu-wrapper > ul > li.active > a,
  .custom-mobile-menu .hs-menu-wrapper > ul ul > li.active > a{
    background-color: #a689bb;
    color: #fff; 
  }
  body ::-webkit-scrollbar-track {
    background: rgba(0,0,0,.1);
    border-radius: 0;
  }
  body ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
  }
  body ::-webkit-scrollbar-thumb {
    cursor: pointer;
    border-radius: 5px;
    background: rgba(0,0,0,.25);
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
  }
  body ::-webkit-scrollbar-thumb:hover {
    background: rgba(128,135,139,.8)
  }


}

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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {
  color: inherit;
  text-decoration: none !important;
}
span.filter-link-count {
  display: none;
}
/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  display: block;
  width: 100%;
  padding: 10px;
  float: none;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

/* Read More Link */
a.more-link {
  display:block;
  margin:15px 0;
}

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}
.body-container .hs-blog-social-share li{
  background: none;
  padding: 0;
}
#comment-form .hs_subscribe li {
  list-style: none;
  padding: 0;
}


/* Blog Commments */
#comments-listing {
  margin-bottom: 30px;
  margin-top: 30px;
}

#comments-listing.no-comments {
  border: none;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  display: block !important;
  font-size: 13px;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.custom_listing_comments{
  border: 1px solid #E2E2E2;
  display: block;
  line-height: 165%;
  padding: 15px;
  line-height:26.4px;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {
  display: table;
  margin-bottom: 4px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin:0 0 30px;	
}

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

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

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

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

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

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

.blog #custom-bottom-header,
.no-banner #custom-bottom-header{
  background-color: #fff;
}
.blog .custom-logo,
.no-banner .custom-logo{
  background-image: url(//cdn2.hubspot.net/hubfs/5628397/AC3_April2019/images/logo-colour.png);
}
.blog .custom-menu-primary .hs-menu-wrapper > ul > li > a,
.no-banner .custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color: #383838;
}
.blog .header-container-wrapper,
.no-banner .header-container-wrapper{
  min-height: 90px;
}
.blog .search-button,
.no-banner .search-button{
  color: #383838!important; 
}
.blog .body-container {
  padding: 0 !important;
}
.article-hero {
  background-color: #fff;
  min-height: 40vh;
  position: relative;
}
.width-large {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.article-hero .left {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 20px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}
.article-hero .left h1 {
  margin-bottom: 10px;
}
.article-hero .author {
  margin-bottom: 20px;
}
.blog .ui.button.chevron-button {
  padding: 15px 20px;
  padding-right: 35px;
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
.article-hero .grad {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0,0,0,.4);
  min-height: 200px;
}
.blog .ui.button.chevron-button .icon {
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 0!important;
  opacity: 1;
  -webkit-transition: right .3s ease;
  transition: right .3s ease;
  color: #fff;
}
.article-hero .latest_post_image{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  min-height: 200px;
}
.article-hero .latest_post_image img{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover"; 
}
#custom-blog-body-content {
  padding: 30px 0 53px;
  background-color: #ededed;
}
.blog .hs-search-field {
  position: relative;
  max-width: 100%;
  font-size: 1rem;
  background-color: #efefef;
  padding: 40px 0 20px;
  text-transform: uppercase;
}
.hs-search-field .wrapper {
  padding: 0 20px;
}
.hs-search-field .label {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.hs-search-field .input {
  width: 100%;
  position: relative;
  margin-top: 10px;
}
.blog .hs-search-field input.hs-search-field__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline-offset: -2px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #a689bb;
  padding-left: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  vertical-align: top;
  font-family: Campton W05,Arial,Helvetica,sans-serif;
  line-height: 1.21428571em;
  padding: 5px 1em 5px 0;
  margin: 0;
  -webkit-box-shadow: 0 0 0 0 transparent inset;
  box-shadow: inset 0 0 0 0 transparent;
  -webkit-transition: color .1s ease,border-color .1s ease;
  transition: color .1s ease,border-color .1s ease;
}
.blog .hs-search-field .input .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


/* Numbered Pagination */
.blog-pagination {
  display: block;
  float: right;
}
.blog-pagination > div {
  display: inline-block;
}
.blog-pagination-left {
  text-align: right;
}
.blog-pagination-right {
  text-align: left;
}
.blog-pagination a {
  text-decoration: none;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  padding: 0;
  border-radius: 50%;
}
.blog-pagination a:hover,
.blog-pagination a:focus {
}
.blog-pagination a.elipses {
  border: 0;
}

.blog-pagination a.disable {
  color: #383838;
  opacity: .3;
}
.blog-pagination a.next-link,
.blog-pagination a.prev-link {
  opacity: .5;
}
.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover {
}
.blog .container-fluid .row-fluid .page-center {
  max-width: 1180px;
  padding: 0 20px;
}
.custom-top-pagination {
  padding: 20px 0 16px;
}
.custom-topics {
  width: 200px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: none;
}
.custom-topics ul {
  padding: 20px 20px 20px 0;
  list-style: none;
  margin: 0;
}
.custom-topics ul > li {
  border-bottom: 1px solid #efefef;
}
.custom-topics ul > li > a {
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  color: #383838;
  padding: 5px 0;
  cursor: pointer;
}
.custom-topics ul > li > a:hover{
  color: #72b798; 
}
.custom-post-item-wrapper {
  width: auto;
  margin: 0 -10px
}
.hs-blog-listing .post-listing {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.hs-blog-listing .post-item .foreground {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 20px;
  text-align: left;
  height: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
  box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.hs-blog-listing .post-item .category-container {
  text-transform: uppercase;
}
.hs-blog-listing .post-item .category-container a {
  margin-right: 5px;
  color: #56388f;
}
.hs-blog-listing .post-item .category-container a:hover {
  color: #383838;
}
.hs-blog-listing .post-item .custom-list-title h4 {
  color: #383838;
  margin: 5px 0 0;
}
.hs-blog-listing .post-item .custom-list-title:hover h4 {
  color: #a689bb;
}
.hs-blog-listing .post-item .stats {
  margin-top: 10px;
  color: #383838;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.hs-blog-listing .post-item .stats span {
  margin-right: 5px;
}
.hs-blog-listing .post-item .stats .author {
  opacity: .5;
}
.blog .mobile-menu-button .bar,
.no-banner .mobile-menu-button .bar{
  background-color: #383838;
}
.social-share {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.social-share .social-share-container {
  top: 0;
  width: 160px;
  position: absolute;
  background-color: #fff;
  display: flex;
  flex-direction: row;
}
.social-share a {
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.social-share a.facebook {
  background-color: #395599;
}
.svg-inline--fa.fa-w-9 {
  width: 0.5625em;
}
.social-share a.twitter {
  background-color: #27a6e5;
}
.social-share a.linkedin {
  background-color: #1d76b5;
}
.social-share a.email {
  background-color: #383838;
}
.hs-blog-post #custom-blog-body-content .page-center {
  padding: 70px 20px 50px;
}
.hs-blog-post #custom-blog-body-content {
  padding: 0;
}
.hs-blog-post .blog-post-wrapper .section.post-body {
  padding: 0 40px;
}
.hs-blog-post .custom-recent-posts h4.sidebar-title {
  margin-top: 0;
}
.hs-blog-post .custom-recent-posts .article-tile {
  padding: 0;
  margin-bottom: 20px;
}
.custom-recent-posts .foreground {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 20px;
  text-align: left;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  height: 100%;
}
.custom-recent-posts .category-container {
  text-transform: uppercase;
}
.custom-recent-posts .category-container a {
  margin-right: 5px;
  color: #56388f;
}
.custom-recent-posts .category-container a:hover {
  color: #383838;
}
.custom-list-title h4 {
  display: block;
  margin-top: 5px;
  color: #383838;
  margin-bottom: 0;
}
.custom-recent-posts .stats {
  margin-top: 10px;
  color: #383838;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.custom-recent-posts .stats span {
  margin-right: 5px;
}
.custom-recent-posts .stats .author {
  opacity: .5;
}
.custom-list-title:hover h4 {
  color: #a689bb;
}
.social-share.stuck .social-share-container {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
  box-shadow: 0 0 5px rgba(0,0,0,.2);
  position: fixed;
  left: 0;
  top: 80px;
  width: 160px;
  height: 40px;
  display: flex;
  flex-direction: row;
}
.hs-blog-post .article-navigation {
  margin: 40px -10px 0;
  width: auto;
}
.hs-blog-post .article-navigation .article-tile {
  margin-bottom: 20px;
  width: 100%;
  padding: 0 10px;
}
.hs-blog-post .article-navigation .foreground {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 20px;
  text-align: left;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  height: 100%;
}
.hs-blog-post .article-navigation .foreground a {
  display: block;
}
.hs-blog-post .article-navigation .foreground a span {
  display: block;
}
.hs-blog-post .article-navigation .foreground .custom-link {
  text-transform: uppercase!important;
}
.fa-angle-left:before {
  content: "\f104";
}
.hs-blog-post .article-navigation .foreground h4 {
  margin-top: 5px;
  color: #383838;
  margin-bottom: 0;
}
.hs-blog-post .article-navigation .foreground .stats {
  margin-top: 10px;
  color: #383838;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.hs-blog-post .article-navigation .foreground .stats span {
  margin-right: 5px;
}
.hs-blog-post .article-navigation .foreground .stats .author {
  opacity: .5;
}
.hs-blog-post .article-navigation .foreground a:hover h4 {
  color: #a689bb;
}
.blog #custom-footer-form-wrapper{
  display: none !important; 
}
/* ==========================================================================
6. FORMS                                        
========================================================================== */


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

/* Form Field */
.hs-form-field {
  margin-bottom: 18px;
}

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

/* Labels and Legends */
label {}
body .hs-form-field > label,
.widget-type-google_search label,
li.hs-form-booleancheckbox label {
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: helvetica;
  color: #33475b;
  font-size: 13px;
}

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

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: rgba(82,168,236,0.8);
}

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

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

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

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

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

/* Error */
.hs-error-msgs label{
  color: #f2545b;
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  font-family: helvetica;
  font-size: 14px;
  margin-bottom: 4px;
}
ul.no-list.hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0;
}
.hs-form-required {
  color: red;
}
/* Placeholder Text */
::-webkit-input-placeholder {
  color: rgba(191, 191, 191, 0.87);
} /* Webkit Browsers */

body :focus::-webkit-input-placeholder {
  color: rgba(115, 115, 115, 0.87);
} 

:-moz-placeholder {
  color: rgba(191, 191, 191, 0.87);
} /* Firefox 18- */
::-moz-placeholder {
  color: rgba(191, 191, 191, 0.87);
} /* Firefox 19+ */
:-ms-input-placeholder {
  color: rgba(191, 191, 191, 0.87) !important;
} /* IE10 */
:focus:-ms-input-placeholder {
  color: rgba(115, 115, 115, 0.87) !important;
} /* IE10 */


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

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

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

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


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

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

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

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

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

#comment-form .hs-form:before {
  content: "Leave a Reply";
  display: block;
  margin: 0 0 25px;
  font-size: 30px;
}

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

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

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

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

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

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


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


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

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

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

}

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

}


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

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


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

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


/* =============== Blog Subscription Button =============== */

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


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

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


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

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


.form-title {
  margin: 0 0 20px;
  font-size: calc(24px + 6*(100vw - 375px)/649);
}


/*Form Background Styling*/

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.widget-type-blog_subscribe,
.widget-span.widget-type-form,
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form,
div#comment-form,
.body-container .hs_cos_wrapper_type_form,
.hs-search-field__bar {
  display:block;
  margin: 30px 0;
}

.landing-page.one-column .body-container .widget-type-form,
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form,
.subscription-template .body-container .hs-search-field__bar,
.password-template .body-container .hs-search-field__bar,
.error-template .body-container .hs-search-field__bar,
.landing-page.one-column .body-container .hs-search-field__bar{
  width: 50%;
}

.hs-search-field__bar {
  max-width: 600px;
  width: 100% !important;
}
.hs-search-field__bar form {
  width: 100% !important;
}

.section.post-footer .hs-form:before {
  content: "Leave a Reply";
  display: block;
  font-size: 24px;
  margin: 0 0 40px;
}
.section.post-footer input.hs-button.primary {
  margin-top: 15px;
}


/* Banner Area */

.hs-banner-area {
  min-height: 40vh;
  position: relative;
  overflow: hidden;
}
.hs-banner-area .background-image {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-position: 50%;
}
.hs-banner-area .background-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.hs-banner-area .grad {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0,0,0,.4);
}
.hs-banner-area .foreground {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 120px 20px 30px 20px;
  color: #fff;
}
.hs-banner-area .inner-wrapper {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.hs-banner-area .inner-wrapper h1 {
  margin-top: 0;
  margin-bottom: 20px;
}
/* Styles that do not fit into any of the available sections above can go here. */

.scrolled #custom-bottom-header {
  height: 60px!important;
  background-color: #383838;
}
.scrolled .widget-span .custom-logo {
  background-image: url(//cdn2.hubspot.net/hubfs/5628397/AC3_April2019/images/logo-colour.png);
}
.scrolled .widget-span .custom-header-tagline {
  left: 160px;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
.scrolled .widget-span .custom-menu-primary {
  opacity: 0;
  visibility: hidden;
}
.menu-button, .mobile-menu-button {
  display: block;
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  top: 50%;
  margin-top: -20px!important;
  font-size: 24px;
  color: #fff;
  left: -60px;
  cursor: pointer;
  outline: 0;
}
.mobile-menu-button{
  left: 0;
}
.scrolled .menu-button {
  left: 5px;
}
.menu-button .bar, 
.mobile-menu-button .bar{
  display: block;
  position: absolute;
  left: 8px;
  right: 8px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.menu-button .bar:first-child, .mobile-menu-button .bar:first-child {
  top: 10px;
}
.menu-button .bar:nth-child(2), .menu-button .bar:nth-child(3), 
.mobile-menu-button .bar:nth-child(2), .mobile-menu-button .bar:nth-child(3){
  top: 19px;
}
.menu-button .bar:nth-child(4), .mobile-menu-button .bar:nth-child(4){
  bottom: 10px;
}
.show-menu .menu-button{
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.show-menu .menu-button .bar:first-child {
  top: 23px;
  left: 23px;
  right: 23px;
}
.show-menu .menu-button .bar:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.show-menu .menu-button .bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.show-menu .menu-button .bar:nth-child(4) { 
  bottom: 23px;
  left: 23px;
  right: 23px;
}
.show-menu .widget-span .custom-header-tagline {
  left: 190px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.show-menu .widget-span .custom-menu-primary {
  opacity: 1;
  visibility: visible;
}
.scrolled #custom-header-inner {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
  box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.scrolled .ui.transparent.button {
  color: #fff!important;
}
.blog .scrolled .custom-menu-primary .hs-menu-wrapper > ul > li > a, 
.no-banner .scrolled  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #fff;
}

.custom-lp-header .menu-button, 
.custom-lp-header .mobile-menu-button {
  display: none !important;
}

.body-contianer:not(.blog) .hs-button.primary, 
.body-container:not(.blog) input[type="submit"], 
.body-container:not(.blog) input[type="button"]{
  margin-top: 15px;
}
.blog .custom-recentposts-wrapper .ui.primary.button.chevron-button:hover {
  background-color: #9a79b2;
  color: #fff;
  text-shadow: none;
}
.blog .custom-recentposts-wrapper .ui.primary.button.chevron-button:hover .icon {
  right: 5px;
}

.custom-topics ul > li > a,
.filters ul > li > a{
  position: relative; 
  padding-left: 24px !important;
}
.custom-topics ul > li > a:before,
.filters ul > li > a:before{
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,.3);
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.custom-topics ul > li.active > a:before,
.filters ul > li.active > a:before{
  content: "\F00C";
  font-family: Font Awesome\ 5 Pro;
  color: #a689bb;
  line-height: 14px;
  font-size: 11px;
  text-align: center;
}




.custom-footer-form .hs_cos_wrapper_type_form .hs-button.primary.large {
  background-image: url(//cdn2.hubspot.net/hubfs/5628397/AC3_April2019/images/arrow.png);
  background-position: right 17px center;
  background-size: 7px;
  background-repeat: no-repeat;
}
.custom-footer-form .hs_cos_wrapper_type_form .hs-button.primary.large:hover {
  background-position: right 11px center;
}

.menu-open .mobile-menu-button {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menu-open .mobile-menu-button .bar:first-child {
  top: 23px;
  left: 23px;
  right: 23px;
}
.menu-open .mobile-menu-button .bar:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-open .mobile-menu-button .bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-open .mobile-menu-button .bar:nth-child(4) {
  bottom: 23px;
  left: 23px;
  right: 23px;
}
.custom-footer-form .hs-form-required {
  color: #fff;
}
/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
@media (min-width: 650px){
  .blog-listing-wrapper .post-listing .post-item{
    width: 50%;
    float: left;
  } 
}
@media (min-width: 768px){
  #custom-top-header{
    height: 40px;
  }
  .hs-banner-area{
    min-height: 70vh; 
  }
  #custom-footer #footer-page-center{
    padding: 40px 0; 
  }
  .widget-span .custom-footer-menu{
    width: 33.333%;
    padding: 15px 20px 9px; 
  }
  .body-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .article-hero{
    min-height: 0; 
  }
  .article-hero .left{
    position: relative;
    text-align: left;
    width: 50%;
    min-height: 50vh;
    padding-right: 40px;
    color: #383838;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; 
  }
  .article-hero .width-large.no-img .left {
    width: 100%;
  }
  .article-hero .grad{
    display: none; 
  }
  .article-hero .latest_post_image {
    left: 50%;
    bottom: 30px;
  }
  .hs-search-field .wrapper{
    display: flex;
    flex-direction: row;
    align-items: center; 
  }
  .hs-search-field .label{
    font-size: 24px; 
  }
  .hs-search-field .input{
    margin-left: 10px;
    margin-top: 0; 
  }
  .blog .hs-search-field input.hs-search-field__input{
    font-size: 24px; 
  }
  .custom-topics{
    display: block;
    margin-right: 20px; 
  }
  .filters-container {
    display: none;
  }
  .hs-blog-post #custom-blog-body-content .page-center{
    padding: 80px 20px;
  }
  .hs-blog-post .blog-post-wrapper.cell-wrapper {
    display: flex;
    flex-direction: row;
  }
  .hs-blog-post .blog-post-wrapper .section.post-body{
    padding: 0 80px; 
  }
  .hs-blog-post .custom-recent-posts{
    width: 320px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 40px; 
  }
  .hs-blog-post .blog-post-wrapper.cell-wrapper {
    display: flex;
    flex-direction: row;
  }
  .social-share.stuck .social-share-container {
    top: 90px;
  }
  #custom-footer-form-wrapper{
    padding: 80px 20px; 
  }
  .custom-footer-form form {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
  .custom-footer-form form > div{
    margin: 0;
    padding: 0 5px;
    width: 100%; 
  }
  .custom-footer-form input[type="text"], .custom-footer-form input[type="email"]{
    height: 42px; 
  }
  .article-hero .custom-recentposts-wrapper.no-img .left {
    width: 100%;
  }
}

@media (min-width: 1024px){
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  #custom-bottom-header{
    height: 100px; 
  }
  .widget-span .custom-logo{
    left: 20px;
    width: 110px;
    height: 41px; 
  }
  .request-quote-button{
    right: 60px; 
  }
  .hs-banner-area .foreground{
    padding-top: 100px; 
  }
  .mobile-menu-button{
    left: -60px;
    display: none;
  }
  .scrolled .widget-span .custom-logo{
    left: 60px;
    width: 80px;
    height: 50px;
  }
  .form-title{
    font-size: 30px; 
  }
  .widget-span .custom-footer-menu{
    width: 20%; 
  }
  .article-hero .left{
    padding-right: 80px; 
  }
  .custom-topics{
    margin-right: 40px;
  }
  .blog-listing-wrapper .post-listing .post-item{
    width: 33.333%;
  }
  .blog .header-container-wrapper,
  .no-banner .header-container-wrapper{
    min-height: 140px;
  }
  .hs-blog-post .custom-recent-posts{
    padding-right: 80px;
    width: 360px;
  }
  .social-share.stuck .social-share-container{
    top: 100px; 
  }
  .hs-blog-post .article-navigation{
    display: flex;
    flex-direction: row; 
  }
}
@media (min-width: 1220px){
  .custom-topics{
    margin-right: 60px;   
  }
}

@media (min-width: 1300px){
  .social-share{
    bottom: auto;
    top: 50%;
    margin-top: -80px;
  }
  .social-share .social-share-container{
    width: 40px;
    height: 160px;
    display: flex;
    flex-direction: column; 
  }
}

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

@media (max-width: 1023px) {
  .menu-button, 
  .widget-span .custom-menu-primary,
  .ui.icon.button,
  .widget-span .custom-header-tagline{
    display: none;
  }
  .scrolled #custom-bottom-header {
    height: 50px!important;
  }
}

@media (max-width: 1000px){
  .body-container {
    padding-left: 20px;
    padding-right: 20px;
  } 
}

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

@media (max-width: 767px) {
  .hs-search-field__bar {
    max-width: 100%;
  }
  .landing-page.one-column .body-container .widget-type-form,
  .error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
  .password-template .body-container form,
  .subscription-template .body-container .widget-type-email_simple_subscription form{
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
  }
  .subscribe-options label {
    margin: 0;
  }
  .hs-form {
    margin-bottom: 30px
  }
  #comment-form .hs-form {
    margin-bottom: 0;
  }
  .blog-sidebar {
    padding-top: 30px;
  }
  .checkbox-row span.fakelabel span {
    width: calc(100% - 40px);
  }
  .subscribe-options label span {
    white-space: normal;
    padding-right: 30px;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: 100%;
    float: none;
    display: block !important;
    margin: 20px 0;
  } 
  .hs-author-profile .hs-author-bio,
  .hs-author-profile .hs-author-social-section,
  .hs-author-profile .hs-author-avatar,
  .hs-blog-listing .hs-author-profile{
    width: 100%;
    float: left;
  }
  .hs-author-profile .hs-author-avatar img {
    margin-bottom: 5px;
  }
  #recaptcha_area, #recaptcha_table {
    width: 318px!important;
    overflow-x: auto !important;
    max-width: 100% !important;
  }	
  .widget-span .custom-mobile-menu ul,
  .widget-span .custom-top-menu ul{
    margin: 0; 
  }
  .widget-span .custom-top-menu ul > li {
    width: auto;
    float: none;
    display: inline-block;
  }
  .widget-span .custom-top-menu ul > li:first-child > a{
    margin-right: 10px; 
  }
  .filters {
    margin-bottom: 20px;
  }
  .filter-toggle {
    font-family: Campton W05;
    font-weight: 500;
    line-height: 1.2;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    cursor: pointer;
    margin-bottom: 0!important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .filters  .svg-inline--fa.fa-w-14 {
    width: 0.875em;
  }
  .filter-list {
    border-bottom: 1px solid #000;
    display: none;
  }
  .blog .hs-search-field input.hs-search-field__input {
    min-height: auto;
  }
  .blog-pagination {
    float: none;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  .hs-blog-post .blog-post-wrapper .section.post-body {
    padding: 0;
  }
  img[alt="Beautiful dog sitting down - isolated over a white background"] {
    float: none !important;
    display: block !important;
    margin: 15px auto !important;
  }
  .filters ul {
    padding: 20px 20px 20px 0;
    list-style: none;
    margin: 0;
  }
  .filters ul > li {
    border-bottom: 1px solid #efefef;
  }
  .filters ul > li > a {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    color: #383838;
    font-size: 14px;
  }
  .filters ul > li > a:hover{
    color: #72b798;
  }
  .custom-footer-form .hs-form {
    margin: 0;
  }
  #custom-footer-form-wrapper {
    background-image: url('//cdn2.hubspot.net/hubfs/5628397/AC3_April2019/images/bg-subscribe-bar-small.jpg');
  }
  .custom-footer-form .hs_cos_wrapper_type_form .hs-button.primary.large {
    margin: 0;
  }
  .custom-footer-form .hs-form-field {
    margin: 0 0 1em;
  }
  .custom-footer-form input[type="text"], 
  .custom-footer-form input[type="email"] {
    min-height: auto;
  }
  .custom-footer-form .icon {
    right: 10px;
    top: 50%;
  }
  .custom-footer-form .actions {
    display: inline-block;
  }
  .custom-footer-form .actions:hover .icon {
    right: 5px;
  }
}  


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

@media (max-width: 479px) {
  .grecaptcha-badge {
    width: auto !important;
    overflow: auto;
    max-width: 256px;
    overflow-x: hidden;
  }
}