/* ==========================================================================
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 =============== */
@import url('//fonts.googleapis.com/css?family=Roboto+Slab:300');
/* EX: @import url('http://example.com/example_style.css'); */
@font-face {
	font-family: "FontAwesome";
	src: url("//3407969.fs1.hubspotusercontent-na1.net/hubfs/3407969/Composely_April2019%20Theme/Fonts/FontAwesome.eot") format("embedded-opentype"),
		url("//3407969.fs1.hubspotusercontent-na1.net/hubfs/3407969/Composely_April2019%20Theme/Fonts/FontAwesome.woff2") format("woff2"), 
		url("//3407969.fs1.hubspotusercontent-na1.net/hubfs/3407969/Composely_April2019%20Theme/Fonts/FontAwesome.woff") format("woff"), 
		url("//3407969.fs1.hubspotusercontent-na1.net/hubfs/3407969/Composely_April2019%20Theme/Fonts/FontAwesome.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "Lato";
	src: url("//3407969.fs1.hubspotusercontent-na1.net/hubfs/3407969/Composely_April2019%20Theme/Fonts/Lato-Regular.eot") format("embedded-opentype"), 
		url("//3407969.fs1.hubspotusercontent-na1.net/hubfs/3407969/Composely_April2019%20Theme/Fonts/Lato-Regular.woff") format("woff"), 
		url("//3407969.fs1.hubspotusercontent-na1.net/hubfs/3407969/Composely_April2019%20Theme/Fonts/Lato-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "Lato";
	src: url("//3407969.fs1.hubspotusercontent-na1.net/hubfs/3407969/Composely_April2019%20Theme/Fonts/Lato-Bold.eot") format("embedded-opentype"), 
		url("//3407969.fs1.hubspotusercontent-na1.net/hubfs/3407969/Composely_April2019%20Theme/Fonts/Lato-Bold.woff") format("woff"), 
		url("//3407969.fs1.hubspotusercontent-na1.net/hubfs/3407969/Composely_April2019%20Theme/Fonts/Lato-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}

@font-face {
	font-family: "Lato";
	src: url("//3407969.fs1.hubspotusercontent-na1.net/hubfs/3407969/Composely_April2019%20Theme/Fonts/Lato-Heavy.eot") format("embedded-opentype"), 
		url("//3407969.fs1.hubspotusercontent-na1.net/hubfs/3407969/Composely_April2019%20Theme/Fonts/Lato-Heavy.woff") format("woff"), 
		url("//3407969.fs1.hubspotusercontent-na1.net/hubfs/3407969/Composely_April2019%20Theme/Fonts/Lato-Heavy.ttf") format("truetype");
	font-style: normal;
	font-weight: 900;
}

@font-face {
	font-family: "Roboto Slab";
	src: url("//3407969.fs1.hubspotusercontent-na1.net/hubfs/3407969/Composely_April2019%20Theme/Fonts/RobotoSlab-Regular.eot") format("embedded-opentype"), 
		url("//3407969.fs1.hubspotusercontent-na1.net/hubfs/3407969/Composely_April2019%20Theme/Fonts/RobotoSlab-Regular.woff") format("woff"), 
		url("//3407969.fs1.hubspotusercontent-na1.net/hubfs/3407969/Composely_April2019%20Theme/Fonts/RobotoSlab-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "livechat-circle";
	src: url("//3407969.fs1.hubspotusercontent-na1.net/hubfs/3407969/Composely_April2019%20Theme/Fonts/icomoon.eot") format("embedded-opentype"), 
		url("//3407969.fs1.hubspotusercontent-na1.net/hubfs/3407969/Composely_April2019%20Theme/Fonts/icomoon.ttf") format("truetype"), 
		url("//3407969.fs1.hubspotusercontent-na1.net/hubfs/3407969/Composely_April2019%20Theme/Fonts/icomoon.woff") format("woff");
	font-style: normal;
	font-weight: normal;
}


@font-face {
	font-family: Lato;
	src: url("//3407969.fs1.hubspotusercontent-na1.net/hubfs/3407969/Composely_April2019%20Theme/Fonts/Lato-Regular-1.eot") format("embedded-opentype"),
		url("//3407969.fs1.hubspotusercontent-na1.net/hubfs/3407969/Composely_April2019%20Theme/Fonts/Lato-Regular-1.ttf") format("truetype"),
		url("//3407969.fs1.hubspotusercontent-na1.net/hubfs/3407969/Composely_April2019%20Theme/Fonts/Lato-Regular-1.woff") format("woff");
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: 'Lato';
	src: url('//3407969.fs1.hubspotusercontent-na1.net/hubfs/3407969/Composely_April2019%20Theme/Fonts/Lato-Semibold.eot');
	src: url('//3407969.fs1.hubspotusercontent-na1.net/hubfs/3407969/Composely_April2019%20Theme/Fonts/Lato-Semibold.eot') format('embedded-opentype'),
		url('//3407969.fs1.hubspotusercontent-na1.net/hubfs/3407969/Composely_April2019%20Theme/Fonts/Lato-Semibold.woff') format('woff'),
		url('//3407969.fs1.hubspotusercontent-na1.net/hubfs/3407969/Composely_April2019%20Theme/Fonts/Lato-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

html, body {
	min-height: 100%;
	margin: 0;
	padding: 0;
} 
html {
	font-size: 100%;
}
body {
	background: #fff;
	-webkit-font-smoothing: antialiased;
	font-family:Lato, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:24px;
	color:rgb(124, 124, 124);
}

/* Page Center */
.container-fluid .row-fluid .page-center {
	float: none;
	margin: 0 auto;
	max-width: 1108px;
	padding: 0 20px;
	position: relative;
}
.body-container-wrapper {
	padding: 99px 0 64px;

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


/* =============== 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 {
	margin-top:0px;
	margin-bottom:15px;
	color:rgb(94, 94, 94);
	font-family:"Roboto Slab", Georgia, serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
	font-size:36px;
	line-height:normal;
}
h2 {
	font-family:Lato, Arial, Helvetica, sans-serif;
	font-size:27px;
	font-weight: bold;
	line-height:normal;
}
h3 {
	font-size:18px;
	line-height:normal;
}
h4 {
	font-size:15px;
	line-height:normal;
}

h5 {
	font-size:14px;
	line-height:normal;
}
h6 {
	font-size:14px;
	line-height:normal;
}


/* Anchor Links */
a { color: #06e;
	outline: 0;
	text-decoration: none;
	transition: all .5s ease;
}
a:hover, a:focus {    color:rgb(60, 192, 223); }

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

.body-container ul:not([class]),ol:not([class]) {
	padding-left:0;
}

.body-container  ol:not([class]) > li:not([class]) {
	margin-left:16px;
}

.body-container  ul:not([class]) > li:not([class]) {
	list-style: none;
	padding-left: 16px;
	position: relative;
}

.body-container  ul:not([class]) > li:not([class]):before {
	background-color: #666ACB;
	border-radius: 100%;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 7px;
}


/* 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-group {
	background: url(https://3407969.fs1.hubspotusercontent-na1.net/hubfs/3407969/Composely_April2019%20Theme/Images/bkg-header.svg) no-repeat center;
	background-size: 100% 100%;
	padding: 29px 0 52px;
	position: fixed;
	transition: all .5s ease;
	top: 0;
	z-index: 20;
	width: 100% !important;
}

.main-header {
	min-height: 157px !important;
}

.header-group .page-center > div > div {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.utility-nav .sub-menu:before {
	border-color: transparent transparent #C2C2C2 transparent;
	border-style: solid;
	border-width: 8px;
	content: "";
	left: 50%;
	margin-left: -8px;
	position: absolute;
	top: -17px;
	z-index: -1;
}

.custom-logo {

	float: left;
	position: relative;
}
.custom-logo a {
	display: block;
	position: relative;
	top: -7px;
}

.custom-logo svg {
	transition: fill .5s ease;
	width: 150px !important;
}

.custom-logo  .logo .letters {
	fill: #fff;
}

.header-right {
	margin-left: 0px !important;

	text-align: right;
}

ul.utility-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	margin-bottom: 14px !important;
	z-index: 3;
	line-height: normal;
	position: relative;
	top: 2px;
}

ul.utility-nav li.tagline {
	color: #a2f7ff;
	font-size: .875rem;
	margin-right: 10px;
	display: inline-block;
}

.utility-nav li.tagline:after {
	background: #a889e8;
	display: inline-block;
	content: "";
	height: 13px;
	margin-left: 12px;
	vertical-align: middle;
	width: 1px;
}

.utility-nav a {
	color: #a2f7ff;
	font-size: .8125rem;
	font-weight: bold;
	padding-bottom: 20px;
	text-transform: uppercase;
}

ul.utility-nav li {
	display: inline-block;
	list-style: none;
}

.utility-nav .sub-menu {
	margin-left: -70px;
	width: 140px;
	background: #fff;
	border: 1px solid #C2C2C2;
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.14);
	border-radius: 4px;
	padding: 6px 20px;
	position: absolute;
	text-align: center;
	top: 34px;
	display: none;
	left:94%;
}



.utility-nav .sub-menu a {
	color: #aaa;
	display: block;
	font-size: .75rem;
	font-weight: 500;
	padding: 13px 0 15px !important;
	text-transform: none;
	border-top: 1px solid #F8F8F8;
}

.utility-nav .sub-menu a:hover {
	color: #19B0DA;
}

.utility-nav .sub-menu a:first-child {
	border-top: none;
}
.header-group .page-center {
	padding: 0 11px !important;
}

.custom-menu-primary {text-align: right;}

.custom-menu-primary .hs-menu-wrapper > ul {
	padding: 0;
	margin: 0;
	display: inline !important;
	line-height: normal;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
	margin-left: 30px;
	position: relative;
	display: inline !important;
	list-style: none;
	float: none !important;
	line-height: normal;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
	color: #fff;
	font-weight: 400;
	padding-bottom: 20px;
	font-size: 14px;
	line-height: normal;
}

.custom-menu-primary .hs-menu-wrapper > ul:before,.custom-menu-primary .hs-menu-wrapper > ul:after {
	display: none !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
	color: #a2f7ff;
}

ul.utility-nav li:nth-child(2):hover ul {
	display: block;
}

.utility-nav .sub-menu:after {
	border-color: transparent transparent  #fff  transparent;
	border-style: solid;
	border-width: 7px;
	content: "";
	left: 50%;
	margin-left: -7px;
	position: absolute;
	top: -14px;
}
/* =============== Content =============== */

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

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


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

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


.footer-group {
	background: url("https://3407969.fs1.hubspotusercontent-na1.net/hubfs/3407969/Composely_April2019%20Theme/Images/bkg-footer.svg") no-repeat center;
	background-size: 100% 100%;
	margin-top: -30px;
	padding: 100px 0 89px;
}

.footer-menu-wrapper .hs-menu-wrapper > ul {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between;
	clear: both;
	position: relative;
	width: 100% !important;
}
.footer-menu-wrapper .hs-menu-wrapper>ul>li>a > h2 {
	color: #fff;
	font-weight: 700;
	margin: 0 0 10px;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	line-height: normal;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	opacity: 1 !important;
	visibility: visible !important;
	position: relative !important;
	top: 0;
	left: 0;
	transition: unset !important;
}
.footer-menu-wrapper .hs-menu-wrapper>ul:before, .footer-menu-wrapper .hs-menu-wrapper>ul:after {
	display: none !important;
}
.footer-menu-wrapper .hs-menu-wrapper>ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-logo {
	width: auto !important;
	float: left;
}

.footer-logo a {
	width: 150px;
	margin-top: 0px;
	display: block;
}
.logo .letters {
	fill: #fff;
}

.logo svg {
	width: 150px;
}
.footer-social ul a {
	font-weight: 400 !important;
}
.footer-social ul {
	margin-top: 10px !important;
}
.footer-menu-wrapper {
	width: 100% !important;
}


.footer-social-link-wrapper {
	margin-left: 0px !important;
	width: auto !important;
}

.footer-social-link-wrapper h2 {
	color: #fff;
	font-weight: 700;
	margin: 0 0 10px;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	line-height: normal;
}

.footer-social-link-wrapper ul {
	padding: 0;
	display: block;
	margin: 0;
	margin-top: 20px;
}

.footer-social-link-wrapper ul li {
	margin-bottom: 4px;
	list-style: none;
}

.footer-social-link-wrapper ul li a {
	display: block;
	font-size: .875rem;
	line-height: 2.21;
	text-decoration: none;
	transition: all .5s ease;
	color: rgb(144, 152, 165);
}

.footer-social-link-wrapper ul li a i {
	align-items: center;
	background: linear-gradient(to right, #15AED8 0%, #44CBEF 100%);
	border-radius: 100%;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	height: 26px;
	justify-content: center;
	margin-right:6.5px;
	vertical-align: middle;
	width: 26px;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.footer-social-link-wrapper ul li a:hover {
	color: #fff;
}
.footer-menu-wrapper .hs-menu-wrapper > ul{}
.footer-menu-wrapper .hs-menu-wrapper > ul > li{
	list-style: none;
}
.footer-menu-wrapper .hs-menu-wrapper > ul > li > a{
	color: #fff;
	font-weight: 700;
	margin: 0 0 10px;
	text-transform: uppercase;
	line-height: normal;
}

.footer-menu-wrapper .hs-menu-wrapper > ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-menu-wrapper .hs-menu-wrapper > ul ul li a {
	display: block !important;
	font-size: .875rem;
	line-height: 2.21;
	text-decoration: none;
	transition: all .5s ease;
	color: #9098a5;
	text-transform: none;
}

.footer-menu-wrapper .hs-menu-wrapper > ul ul li a:hover {
	color: #fff;
}


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


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

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

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

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:981px) {
	.custom-menu-primary .hs-menu-wrapper,
	.custom-menu-primary .hs-menu-wrapper > ul ul { 
		display:block !important;
	}
	.scroll-header .header-right {
		margin-left: 0px !important;
		text-align: right;
		position: relative;
		right: 78px;
		top: -6px;
	}

	.scroll-header .header-group {
		background: #fff;
		border-bottom: 1px solid #a2f7ff;
		padding: 0;
		height: 60px;
	}

	/* 	.scroll-header .main-header {
	min-height: 60px !important;
} */

	.scroll-header .custom-logo svg {
		width: 136px !important;
	}

	.scroll-header .custom-logo .logo .letters {
		fill: #67676F;
	}

	.scroll-header ul.utility-nav {
		margin: 0 0 0 0px !important;
		order: 2;
		position: relative;
		top: 24px;
		left: 78px;
	}
	.scroll-header ul.utility-nav li.tagline {
		display: none !important;
	}

	.scroll-header .custom-menu-primary .hs-menu-wrapper>ul {
		display: block;
	}

	.scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li > a {
		color: #A5A5A5;
	}

	.scroll-header .custom-logo a {
		position: relative;
		top: -2px;
	}	
	.mobile{
		display:none !important;
	}	

	.scroll-header .utility-nav a:hover {
		color: #15AED8;
	}
}


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

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

@media (max-width:980px){

	.desktop{
		display:none !important
	}

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

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

	.mobile-trigger{
		display: inline-block !important;
		cursor: pointer;
		position: absolute;
		top: 16px;
		right: 20px;
		width: auto;
		height: auto;
		color: #5e5e5e;
		font-size: 30px;
	}


	.mobile-trigger i {
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position: relative;
		color: #5e5e5e;
	}

	.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
		content: "\f0c9";
	}

	.mobile-trigger  i.fa.fa-close {
		display: none !important;
	}

	.mobile-trigger 
	span.accessibility {
		left: -999999999px;
		position: absolute;
	}

	.fa-remove:before, .fa-close:before, .fa-times:before {
		content: "\f00d";
	}

	.mobile-open .mobile-trigger i.fa.fa-close {
		display: block !important;
	}

	.mobile-open .mobile-trigger i.fa.fa-bars {
		display: none !important;
	}
	/* Change button when menu is open */
	.mobile-open .mobile-trigger{

	}



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

	.child-trigger {
		display: block !important;
		cursor: pointer;
		position: absolute;
		top:-3px;
		right: 0px;
		width: 60px !important;
		min-width: 55px !important;
		height: 37px !important;
		border-left: 1px solid rgb(221, 221, 221);
		padding: 10px 20px !important;
	}
	.child-trigger:hover{
		text-decoration: none;
	}
	.child-trigger .fa-chevron-down {
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: #5e5e5e !important;
		margin-left: 3px !important;
	}
	.child-trigger .fa-chevron-down:before {
		content: "\f078";
		display: inline-block;
		font: normal normal normal 13px/1 FontAwesome;
		font-size: 13px;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		line-height: 13px;
		color: #5e5e5e !important;
	}
	.child-trigger.child-open .fa-chevron-down {
		transform: rotate(-180deg);
		margin-left: -3px !important;
	}

	.child-trigger.child-open {
		top: -2px;
	}

	.mobile-open .mobile-trigger {
		top: 15px;
	}
	/* ===== Mobile Menu Styles ===== */  



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

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

	/* Mobile Menu Styles */ 
	.custom-menu-primary.js-enabled .hs-menu-wrapper {
		position: absolute;
		top:  auto;
		left: 0;
		padding: 0;
		width: 100% !important;
		padding-top: 12px;
	}
	.custom-menu-primary .hs-menu-wrapper{
		background-color: #fff;
		width: 100%; /* Full screen width */
	}

	.custom-menu-primary .hs-menu-wrapper>ul li a {
		border-bottom: 1px solid #C2C2C2;
		display: block;
		padding: 10px 20px;
		text-align: center;
		font-size: 14px;
		line-height: normal;
		color: rgb(94, 94, 94);
	}

	.custom-menu-primary .hs-menu-wrapper>ul li {
		display: block !important;
		margin: 0;
		line-height: normal;
	}

	.custom-menu-primary .hs-menu-wrapper>ul {
		width: 100%;
		margin: 0;
		padding: 0;
		display: block !important;
		line-height: normal;
	}
	.custom-menu-primary .hs-menu-wrapper>ul li:nth-child(7) a {
		font-weight: bold;
		text-transform: uppercase;
		font-size: 13px;
	}

	.custom-menu-primary .hs-menu-wrapper>ul li:nth-child(7) a:hover {
		color: #5e5e5e;
	}

	.custom-menu-primary .hs-menu-wrapper>ul li:last-child a {
		color: #666acb;
		font-weight: 700;
		margin-right: 10px !important;
		border-bottom: none;
	}



	/* Level 2 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper>ul ul li a {
		font-size: 12px !important;
		text-transform: none !important;
		margin-right: 0px !important;
		color: #aaa;
	}

	.custom-menu-primary .hs-menu-wrapper>ul ul li:last-child a {
		margin-right: 0px !important;
		color: #aaa;
		border-bottom: 1px solid #c2c2c2;
		border-top: 1px solid #F8F8F8;
	}
	.custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
		color: #19B0DA !important;
	}

}


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


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

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

/* ============================================Blog Post================================*/
.hs-blog-post .post-content {
	max-width: 701px;
	margin: 0 auto 50px;
	text-align: center;
}

.hs-blog-post .post-content h1 {
	margin-bottom: 26px;
	font-weight: 400;
	font-size: 36px;
	line-height: 45px;
	text-align: center;
}

.hs-blog-post .post-content .author-info {
	align-items: center;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

.hs-blog-post .post-content .author-info .custom-image {
	border-radius: 100%;
	margin-right: 11px;
	position: relative;
	overflow: hidden;
}

.hs-blog-post .post-content .custom-image:before {
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.3;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgb(102, 106, 203);
}


.hs-blog-post .body-container-wrapper {
	padding-top: 33px !important;

}
.hs-blog-post .blog-content {
	width: 65.44% !important;
	float: left;
}

.hs-blog-post .blog-sidebar {
	width: 30.23% !important;
	margin-left: 0px !important;
	float: right !important;
}

.section.post-body p {
	line-height: 1.5;
	margin: 0 0 30px;
}

.hs-blog-post .blog-sidebar ul {
	margin: 0;
	padding: 0;
	position: sticky;
	top: 80px;
}

.hs-blog-post .blog-sidebar ul li {
	list-style: none;
}

.sidebar-callout {
	background: url(https://3407969.fs1.hubspotusercontent-na1.net/hubfs/3407969/Composely_April2019%20Theme/Images/bkg-sidebar-testimonials.png) no-repeat center top;
	background-size: 100% 100%;
	color: #fff;
	padding: 33px 28px 60px 43px;
	position: relative;
	text-align: center;
	z-index: 2;
}

.hs-blog-post .blog-sidebar ul li h3 {
	text-align: center;
	font-size: 1.3125rem;
	font-weight: 600;
	line-height: 1.19;
	color: #fff;
	margin: 0 0 24px;
	font-family: Lato, Arial, Helvetica, sans-serif;
}

.hs-blog-post .blog-sidebar ul li a {
	font-weight: bold;
	white-space: normal;
	align-items: center;
	background: linear-gradient(to right,#3cc0df 0%, #35BBEB 100%);
	border-radius: 4px;
	color: var(--white);
	display: inline-flex;
	font-size: .9375rem;
	justify-content: center;
	min-height: 48px;
	padding: 10px 30px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .5s ease;
}

.hs-blog-post .blog-sidebar ul li a:hover {
	background: linear-gradient(to right, #5FE5F5 0%, #3ACBFF 100%);
	color: var(--white);
}

.sidebar-testimonials {
	box-shadow: 0 14px 16px rgba(0,0,0,.05);
	margin-top: -27px;
	padding: 48px 40px;
	position: relative;
	background-color: rgb(248, 251, 255);
}

.sidebar-testimonials h3 {
	color: #5e5e5e !important;
	margin-bottom: 19px !important;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	width: 243px;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-initialized .slick-slide {
	width: 243px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 999;
	opacity: 1;
	display: block;
}

.sidebar-testimonials blockquote {
	margin: 0 0 15px;
	padding: 0;
}

.sidebar-testimonials blockquote p {
	color: var(--lightGray);
	font: 400 1rem/1.25rem var(--bodyFont);
	margin: 0;
	line-height: 20px;
}

.sidebar-testimonials cite {
	display: block;
	font-size: .8125rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.15;
	max-width: 190px;
	color: rgb(139, 147, 157);
}

.hs-related-wrapper .page-center {
	border-top: 1px solid #eee;
	padding-top: 68px !important;
	margin-top: 75px !important;
}

.hs-related-wrapper h3 {
	font-size: 1.6875rem;
	left: 50%;
	padding: 0 20px;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	top: 0px;
	white-space: nowrap;
	background: #fff;
	font-family: Lato,Arial,Helvetica,sans-serif;
	line-height: 38px;
	margin-bottom: 0px;
	display: block;
	margin-top: -21px;
}

.hs-blog-post  .post-item-inner {
	padding-bottom: 0;
}
.hs-blog-post  .post-item img {
	margin-bottom: 0px;
}
.post-item-inner h2 a:hover {
	color: #3cc0df;
}

.post-item-inner p#hubspot-topic_data a.topic-link:hover {
	color: rgb(94,94,94);
}
.section.post-footer input[type="text"], 
.section.post-footer input[type="password"], 
.section.post-footer input[type="datetime"], 
.section.post-footer input[type="datetime-local"], 
.section.post-footer input[type="date"], 
.section.post-footer input[type="month"], 
.section.post-footer input[type="time"],  
.section.post-footer input[type="week"], 
.section.post-footer input[type="number"], 
.section.post-footer input[type="email"], 
.section.post-footer input[type="url"], 
.section.post-footer input[type="search"], 
.section.post-footer input[type="tel"], 
.section.post-footer input[type="color"], 
.section.post-footer input[type="file"],
.section.post-footer textarea,
.section.post-footer select {
	border: 1px solid #eee !important;
	resize: none;
	background: #f7f7f7 !important;
	width: 100%;
	margin-bottom: 30px!important;
	padding: 15px !important;
}

.section.post-footer input[type="text"]:focus, 
.section.post-footer input[type="password"]:focus, 
.section.post-footer input[type="email"]:focus, 
.section.post-footer input[type="url"]:focus, 
.section.post-footer input[type="search"]:focus, 
.section.post-footer textarea:focus,
.section.post-footer select{
	outline: -webkit-focus-ring-color auto 5px; !important;
}

.section.post-footer .hs-button.primary,
.section.post-footer input[type="submit"], 
.section.post-footer input[type="button"] {
	font-weight: normal; !important
	height: 45px !important;
	font-size: 15px !important;
}

/*==================================== Blog Listing=============================================== */
.blog-pagination .no-post {
	display: none;
	text-decoration: none;
	position: relative;
	top: 22px;
}

section.text-hero article {
	max-width: 701px;
	margin: 0 auto 52px;
	padding: 0;
	text-align: center;
}

section.text-hero article h1 {
	margin-bottom: 30px;
	font-weight: 400;
	line-height: 45px;
	color: #5e5e5e;
}

section.text-hero article p {
	line-height: 1.5;
	margin: 0 0 30px;
}

.blog .body-container-wrapper {
	padding-top: 58px;
	padding-bottom: 100px;
}


.image-wrapper {
	background-image: linear-gradient(-137deg,#9fa3e7 0%,#666acb100%,#666acb 100%);
	text-align: center;
	background-image: url(https://3407969.fs1.hubspotusercontent-na1.net/hubfs/3407969/Composely_April2019%20Theme/Images/Manage-service-Banner1.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 16px 37px 0 rgba(0,0,0,0.10), 0 44px 22px -27px rgba(102,106,203,0.15);
	border-radius: 4px;
	margin-top: 48px;
	overflow: hidden;
	padding: 30px 50px 0 24.97%;
	position: relative;
	width: 100% !important;
	opacity: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.image-wrapper h3 {
	color: #fff;
	font-size: 1.2125rem;
	margin: 0 20px 30px 0;
	width: 70.46% !important;
	font-weight: normal;
	line-height: 27px;
	text-align: left;
	flood-opacity: 1;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-feature-settings: normal;
	font-kerning: auto;
}
.image-wrapper a {
	margin-bottom: 30px;
	align-items: center;
	border-radius: 4px;
	color: #fff;
	font-size: .9375rem;
	font-weight: 900;
	justify-content: center;
	padding: 10px 30px;
	text-align: center;
	text-transform: uppercase;
	background: linear-gradient(to right, #3cc0df 0%, #35BBEB 100%);
	line-height: normal;
	display: inline-flex;
	height: 48px;
	position: relative;
	top: 3px;
}

.image-wrapper a:hover {
	background: linear-gradient(to right, #5FE5F5 0%, #3ACBFF 100%);
	color: #fff;
}

section.text-hero {
	padding-bottom: 100px;
}

.blog-content {
	width: 100% !important;
}

.custom-blog-topics {}

.custom-blog-topics ul {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
	width: 100%;
}

.custom-blog-topics ul li {
	display: inline-block;
	list-style: none;
}

.custom-blog-topics ul li a {
	color: var(--grayPurple);
	display: block;
	padding: 5px 20px;
	line-height: normal;
}

.custom-blog-topics ul li a:hover {
	color: #666acb;
}

.custom-blog-topics ul li.active a {
	border-radius: 4px;
	color: #fff;
	background-color: rgb(102, 106, 203);
}


.post-item-inner {
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.10);
	padding: 30px;
}

.post-item {
	padding-left: 15px;
	padding-right: 15px;
	width: 33.1%;
	margin-bottom: 30px;
	float: left;
}

.post-item img{
	margin: 0 -30px 20px -30px;
	max-width: none;
	width: calc(100% + 60px);
}
.post-listing {
	margin-left: -15px;
	margin-right: -15px;
}

.post-listing:after,.post-listing:before {
	clear: both;
	content: "";
	display: block;
}
.post-item-inner p#hubspot-topic_data {
	margin: 0;
}

.post-item-inner p#hubspot-topic_data a.topic-link {
	color: var(--grayPurple);
	display: block;
	font-size: .75rem;
	line-height: 2;
	margin-bottom: 10px;
	text-transform: uppercase;
}


.post-item-inner p#hubspot-topic_data a.topic-link:hover {
	color: rgb(94,94,94);
}

.post-item-inner p#hubspot-topic_data a.topic-link:before {
	background: #666ACB;
	border-radius: 4px;
	content: "";
	display: inline-block;
	height: 24px;
	margin-right: 5px;
	vertical-align: middle;
	width: 3px;
}

.post-item-inner h2 {
	margin: 0 0 15px;
	text-align: left;
	font-weight: 700;
	font-size: 27px;
	line-height: 38px;
}

.post-item-inner h2 a {
	color: rgb(94,94,94);
}

.date-meta {
	align-items: center;
	font-size: .75rem;
	justify-content: flex-start;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}

.date-meta:before {
	background: url(https://3407969.fs1.hubspotusercontent-na1.net/hubfs/3407969/Composely_April2019%20Theme/Images/icon-clock.svg) no-repeat;
	content: "";
	display: inline-block;
	height: 10px;
	margin-right: 4px;
	width: 10px;
}

.date-meta span {
	margin: 0 0 0 auto;
}

div#hubspot-author_data {
	margin: 0 0 0 auto;
	display: inline-block  !important;
}

#hubspot-author_data:after {
	display: none;
}


.hs-featured-image-wrapper a {
	color: var(--bluePurple);
	text-decoration: none;
	transition: all .5s ease;
}



.post-item p {
	margin: 0;
	margin-bottom: 20px;
}

.post-item a.more-link {
	align-items: center;
	background: linear-gradient(to right, #3cc0df 0%, #35BBEB 100%);
	border-radius: 4px;
	color: #fff;
	display: inline-flex;
	font-size: .9375rem;
	font-weight: 900;
	justify-content: center;
	min-height: 48px;
	padding: 10px 30px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .5s ease;
}

.post-item a.more-link:hover {
	background: linear-gradient(to right, #5FE5F5 0%, #3ACBFF 100%);
	color: #fff;
}
.blog-pagination {
	border: 1px solid #E5E5E5;
	border-radius: 0;
	color: #5e5e5e;
	font-size: 1.125rem;
	font-weight: bold;
	height: 70px;
	margin-top: 20px;
	transition: all .5s ease;
	width: 100%;
	font-family: sans-serif;
	vertical-align: middle;
	line-height: normal;
	cursor: pointer;
	padding: 1px 6px;
	text-align: center;
	background: #ddd;
}

a.next-posts-link.load-more {
	color: #5e5e5e;
	display: inline-block;
	text-decoration: none;
	position: relative;
	top: 22px;
}

.blog-pagination:hover {
	color: #fff;
	background: #666acb;
}

.blog-pagination:hover a.next-posts-link.load-more {
	color: #fff;
}

section.custom-lazy-load {
	opacity: 1;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: linear-gradient(-180deg, #7384E0 0%, #7A56C5 99%);
	padding: 100px 0 104px;
	width: 100% !important;
}

section.custom-lazy-load .page-center {
	align-items: center;
	max-width: 904px !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

section.custom-lazy-load img {
	width: 23.49%;
}

section.custom-lazy-load .content {
	width: 70.6%;
	vertical-align: middle;
}

section.custom-lazy-load .content h2 {
	color: #fff;
	font-size: 2.25rem;
	margin-bottom: 20px;
	text-align: left;
	font-family: "Roboto Slab", Georgia, serif;
	font-weight: 400;
	line-height: 45px;
}

section.custom-lazy-load .content p {
	color: #fff;
	margin: 0 0 28px;
}

section.custom-lazy-load .content a {
	align-items: center;
	background: linear-gradient(to right, #3cc0df 0%, #35BBEB 100%);
	border-radius: 4px;
	color: #fff;
	display: inline-flex;
	font-size: .9375rem;
	font-weight: 900;
	justify-content: center;
	min-height: 48px;
	padding: 10px 30px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .5s ease;
}

section.custom-lazy-load .content a:hover {
	background: linear-gradient(to right, #5FE5F5 0%, #3ACBFF 100%);
	color: #fff;
}
/* Blog Columns Wrapper */
.blog .content-wrapper {}
/*=========================Blog Popup======================================*/

.custom-fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
	transition;
	transition-duration: 366ms;
	opacity:0;
	visibility:hidden;
}

.speak-open .custom-fancybox-container {
	opacity:1;
	visibility:visible;
}

.speak-open {
	overflow:hidden !important;
}

.custom-fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47,0,.74,.71);
	height: 100%;
}

.custom-fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

.custom-fancybox-inner {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.custom-fancybox-stage {
	irection: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.custom-fancybox-slide {
	padding-left: 6px;
	padding-right: 6px;
	padding: 6px;
	display: block;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	text-align: center;
	top: 0;
	transition-property: transform,opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.custom-fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

div#managedservices {
	display: inline-block !important;
	max-width: 900px;
	background: #fff;
	margin: 0;
	overflow: auto;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}
.custom-contact-block > .custom-flex-container {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.custom-contact-block > .custom-flex-container img {
	width: 39.7% !important;
	opacity: 1;
	transition: opacity .5s ease;
}

div#free-seo-audit {
	width: 48.64% !important;
	opacity: 1;
	transition: opacity .5s ease;
}

div#managedservices h2 {
	margin-bottom: 10px;
	text-align: left;
	font-size: 25.6px;
	line-height: 32px;
	font-weight: 400;
	font-family: "Roboto Slab",Georgia,serif;
}

div#managedservices p {
	margin: 0;
	margin-bottom: 20px;
}
.gf_browser_chrome.gform_wrapper h3 {
	display: none !important;
}
button.fancybox-button.fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	opacity: .8;
	position: absolute;
	z-index: 401;
	display: inline-block;
	height: 44px;
	margin: 0;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
	font-family: sans-serif;
	color: rgb(124, 124, 124);
	font-size: 13px;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}
.hs-blog-post .post-content .author-info .custom-image img {
	width: 46px;
}
.gf_browser_chrome.gform_wrapper label {
	margin: 0px !important;
	margin-bottom: 8px !important;
}

.gf_browser_chrome.gform_wrapper .hs-form-c3b01544-0557-4ed8-9e50-abd2855b535b_7ddd63ea-1c7a-47d5-b6d0-c1bb01e44841 fieldset.form-columns-2 .hs-form-field {
	width: 46.83% !important;
}

.gf_browser_chrome.gform_wrapper .hs-form-field, #hs-pwd-widget-password {
	margin-bottom: 10px!important;
}
.gf_browser_chrome.gform_wrapper .hs-button.primary,
.gf_browser_chrome.gform_wrapper input[type="submit"],
.gf_browser_chrome.gform_wrapper input[type="button"] {
	font-size: 1em;
	width: auto;
	margin: 0 16px 0 0;
	padding: 10px 30px;
	line-height: 28px;
}
.gf_browser_chrome.gform_wrapper  .actions {
	padding: 16px 0 10px;
	margin: 16px 0 0;
	clear: both;
	width: 100%;
}
.gf_browser_chrome.gform_wrapper select {
	height: 30px !important;
	width: 48% !important;
}
.gf_browser_chrome.gform_wrapper  input[type="text"], input[type="password"], 
.gf_browser_chrome.gform_wrapper input[type="datetime"], 
.gf_browser_chrome.gform_wrapper input[type="datetime-local"], 
.gf_browser_chrome.gform_wrapper input[type="date"], 
.gf_browser_chrome.gform_wrapper input[type="month"], 
.gf_browser_chrome.gform_wrapper input[type="time"], 
.gf_browser_chrome.gform_wrapper input[type="week"], 
.gf_browser_chrome.gform_wrapper input[type="number"], 
.gf_browser_chrome.gform_wrapper input[type="email"], 
.gf_browser_chrome.gform_wrapper input[type="url"], 
.gf_browser_chrome.gform_wrapper input[type="search"], 
.gf_browser_chrome.gform_wrapper input[type="tel"],
.gf_browser_chrome.gform_wrapper input[type="color"], 
.gf_browser_chrome.gform_wrapper input[type="file"], 
.gf_browser_chrome.gform_wrapper textarea, 
.gf_browser_chrome.gform_wrapper select {
	padding: 5px 15px !important;
}

.gf_browser_chrome.gform_wrapper select#monthly_content_budget-c3b01544-0557-4ed8-9e50-abd2855b535b_5220 {
	height: 30px !important;
	webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(https://3407969.fs1.hubspotusercontent-na1.net/hubfs/3407969/Composely_April2019%20Theme/Images/arrow-dropdown.svg) no-repeat 95% center var(--white);
	margin: 0;
	width: 48.6% !important;
}
.custom-fancybox-container .hs-firstname,.custom-fancybox-container .hs-phone {
	width: 46.83% !important;
}

.custom-fancybox-container .hs-firstname {
	float: left !important;
	padding: 0 !important;
}
.custom-fancybox-container .hs-phone {
	float: right !important;
}



/*====================Download Popup====================================*/
div#ebook {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.50);
	display: none; 
	left: 50%;
	max-height: 90%;
	max-width: 654px;
	overflow: auto;
	padding: 45px 95px 83px;
	position: fixed;
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
	width: 90%;
	z-index: 99;
}
.download-open div#ebook {
	display: block;
}
body.download-open:before {
	background: rgba(44,44,44,.5);
	content: "";
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 98;
}

div#ebook button.close {
	background: none;
	border: none;
	color: #C2C2C2;
	font-size: 24px;
	padding: 0;
	position: absolute;
	right: 14px;
	top: 8px;
	font-family: sans-serif;
	vertical-align: middle;
	line-height: normal;
	cursor: pointer;
	-webkit-appearance: button;
	overflow: visible;
	margin: 0;
}

div#ebook button.close i {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "\f00d";
}

.accessibility {
	left: -999999999px;
	position: absolute;
}

div#ebook h2 {
	color: #896CA8;
	font-size: 2.5rem;
	font-weight: 300;
	margin-bottom: 13px;
	text-align: center;
	line-height: 50px;
	font-family: "Roboto Slab", Georgia, serif;
}

div#ebook p {
	color: #525252;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.55;
	margin: 0 0 45px;
	text-align: center;
	font-family: Lato, Arial, Helvetica;
}

div#ebook .hs-form-field>label, label.hs-form-booleancheckbox-display {
	color: #8D8D8D !important;
	display: block;
	font-size: 15px !important;
	font-weight: bold !important;
	margin-bottom: 8px !important;
	line-height: normal !important;
}
div#ebook form{
	display: block;
	margin: 0 auto 18px !important;
	max-width: 390px !important;
}

div#ebook input[type="text"], 
div#ebook input[type="password"], 
div#ebook input[type="datetime"], 
div#ebook input[type="datetime-local"], 
div#ebook input[type="date"], 
div#ebook input[type="month"], 
div#ebook input[type="time"], 
div#ebook input[type="week"], 
div#ebook input[type="number"], 
div#ebook input[type="email"], 
div#ebook input[type="url"], 
div#ebook input[type="search"], 
div#ebook input[type="tel"], 
div#ebook input[type="color"], 
div#ebook input[type="file"], 
div#ebook textarea, 
div#ebook select {
	padding: 0 20px !important;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	border-radius: 3px;
	color: #525252;
	font-family: inherit;
	font-size: 1.125rem;
}
div#ebook input[type="text"]:focus, 
div#ebook input[type="password"]:focus, 
div#ebook input[type="datetime"]:focus, 
div#ebook input[type="datetime-local"]:focus, 
div#ebook input[type="number"]:focus, 
div#ebook input[type="email"]:focus, 
div#ebook input[type="url"]:focus, 
div#ebook input[type="search"]:focus, 
div#ebook input[type="tel"]:focus, 
div#ebook input[type="file"]:focus, 
div#ebook textarea:focus, 
div#ebook select:focus{
	outline: -webkit-focus-ring-color auto 5px !important;
	outline-offset: -2px;
}
div#ebook ul.hs-error-msgs.inputs-list {
	background: #ff0000;
	bottom: 0px;
	color: #ffffff !important;
	font-size: 10px !important;
	line-height: normal;
}
div#ebook .hs-input.invalid.error {
	border: 1px solid #e3e6ea !important;
}
div#ebook span.hs-form-required {
	color: #8D8D8D !important;
	margin-left: 0px !important;
}

div#ebook .hs-button.primary, div#ebook input[type="submit"], div#ebook input[type="button"] {
	border: none !important;
	margin-top: 18px !important;
	transition: all .5s ease;
	font-family: sans-serif !important;
	line-height: normal !important;
	margin-right: 0px !important;
	padding: 13px 30px !important;
	font-size:15px !important;
}
div#ebook button.close:hover {
	color: #896CA8;
	outline: none;
}

div#ebook .hs-form-field, #hs-pwd-widget-password {
	margin-bottom: 0px!important;
}
div#ebook  .actions {
	text-align: center;
}
/* =============== Blog Content Column =============== */

.blog .blog-content {}

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

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

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

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

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

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

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

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

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

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

/* Blog Commments */

/* -------------- Default Code for comment ------------ */

.custom_listing_comments {
	border: 1px solid #e2e2e2;
	display: block;
	line-height: 165%;
	padding: 15px;
}

#comments-listing {
	border: 1px solid #ccc;
	margin-bottom: 30px;
	margin-top: 30px;
}
#comments-listing.no-comments {
	border: none;
}
.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;
	color: ;
	display: block;
	font-family: ;
	font-size: ;
	line-height: ;
	padding: 0;
}
.comment-reply-to{
	margin-bottom: 15px;
}
.comment-from h4 {
	margin: 0;
	padding-top: 15px;
}
.comment-date {
	color:  !important;
	display: block !important;
	text-align: left;
}

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

.blog-pagination{
	display: block !important;
}
.blog-pagination .no-post{
	display: none;
}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
.post-listing-simple .post-item {
	width: 100%;
	margin-bottom: 0;
}
h2.post-listing-simple {
	margin: 0 0 15px;
	text-align: left;
	font-weight: 700;
	font-size: 27px;
	line-height: 38px;
}
h2.post-listing-simple a {
	color: rgb(94,94,94);
}

h2.post-listing-simple a:hover {
	color: #3cc0df;
}


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

.blog .blog-sidebar {}

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


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

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

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

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

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

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}
/* ------------------------------------------------------- Only Form-------------------------------------------*/
@media (max-width:767px){
	.custom-form{
		width:100%!important;
	}
}
@media (min-width:768px){
	.custom-form{
		width:50%!important;
	}	
}


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


/* =============== Global Form Styles =============== */
span.hs-form-required {
	color: #790000;
	margin-left: 4px;
}
input[type="search"] {
	-webkit-appearance: none;
}
.hs-form-field > label, label.hs-form-booleancheckbox-display {
	display: block;
	margin-bottom: 5px;
	font-weight: 700;
	line-height: 1.3;
	font-size: .875rem;
	font-family: Lato, Arial, Helvetica, sans-serif;
	color:#8b939d;
}
.form-title {
	margin-top: 0;
	white-space: normal;
}
.subscribe-options label {
	display: block;
}
.hs-form-field, #hs-pwd-widget-password {
	margin-bottom: 15px;
}

.widget-type-google_search label {
	display: block;
	margin-bottom: 5px;
}

.body-container-wrapper .hs-form  {
	margin-bottom: 40px;
}

ul.hs-error-msgs.inputs-list {
	padding: 0;
	list-style-type: none;
	margin: 0;
	color: #790000;
	font-weight: 700;
	letter-spacing: normal;
	font-size: 13px;
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}
.hs-input.invalid.error {
	border: 1px solid #790000;
}
/* 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 {
	display: block;
	width: 100%;
	padding: 0 15px;
	border: 1px solid #E3E6EA;
	background: #fff;
	font-size: .9375rem;
	font-family: Lato, Arial, Helvetica, sans-serif;
	color: rgb(94, 94, 94);
	border-radius: 3px;
	line-height: normal;
	padding-top: 11.5px;
	padding-bottom: 11.5px;
}

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 {
	border-color: rgb(191, 185, 255);
	outline: none;

	;
}


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

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
	cursor: pointer;
	-webkit-appearance: none;
	text-decoration: none !important;
	display: inline-block;
	white-space: normal;
	font-family: inherit;
	transition: all .5s ease;
	background: linear-gradient(to right, #3cc0df 0%, #35BBEB 100%);
	border-radius: 4px;
	color: #fff;
	text-align: center;
	font-weight: 900;
	padding: 12.5px 30px;
	text-transform: uppercase;
	border: none;
	line-height: normal;
	font-size: 19px;
	margin:15px 0;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	background: linear-gradient(to right, #5FE5F5 0%, #3ACBFF 100%);
	color:#fff;
}

.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 {}

.fix-section.hs-blog-post .blog-sidebar {
	position: sticky;
	top: 80px;
	right: 0;
}

.lp-footer .footer-menu-wrapper ul > li {
	list-style: none;
	position: relative;
}

.lp-footer  .footer-menu-wrapper ul > li > a {
	color: #fff;
	font-weight: 700;
	margin: 0 0 10px;
	text-transform: uppercase;
	line-height: normal;
}

.lp-footer  .footer-menu-wrapper ul ul li a {
	display: block !important;
	font-size: .875rem;
	line-height: 2.21;
	text-decoration: none;
	transition: all .5s ease;
	color: #9098a5;
	text-transform: none;
}

.lp-footer  .footer-menu-wrapper ul > li > a:hover {
	color: #fff;
}

.lp-footer .footer-menu-wrapper ul ul {
	padding: 0;
}

.main-content {
	margin-bottom: 20px;
}

.hs-blog-listing .body-container-wrapper {
    background-color: rgb(248, 251, 255);
}
.hs-blog-post .body-container-wrapper::before {
    content: "";
    height: 87%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgb(248, 251, 255);
}

.hs-blog-post .blog-content, .hs-blog-post .blog-sidebar {
    background: #fff;
    z-index: 9999;
}
/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */


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

.lp-header .header-right {
	min-height:76px !important; 
}

.post-feature-image {
    text-align: center;
    padding-bottom: 50px;
}

.post-feature-image img {
    width: 900px;
}

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

@media (min-width:999px){
	.fa-chevron-down{
		display:none !important;
	}
}

@media (max-width:1199px){

	.utility-nav .sub-menu {
		margin: 0;
		right: 0;
		left: auto;
		margin-left: -70px;
		width: 140px;
	}

	.utility-nav .sub-menu:before {
		right: 10px;
	}

	.utility-nav .sub-menu:after {
		left: auto;
		margin: 0;
		right:0px;

	}
	.utility-nav .sub-menu:before {
		left: auto;
		margin: 0;

	}
	.utility-nav .sub-menu:after {
		right: 11px;
	}

}
@media (max-width:1100px){
	body {
		padding-bottom: 48px;
	}
}

@media (max-width:1080px){
	.image-wrapper a {
		top: 17px;
	}
}






@media (max-width:1000px){
	.fa-chevron-down:before {
		content: "\f078";
		display: inline-block;
		font: normal normal normal 13px/1 FontAwesome;
		font-size: 13px;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: #a2f7ff;
		line-height: 13px;
	}

	i.fa.fa-chevron-down {
		line-height: 13px;
		margin-left: 4px;
	}
}

@media (max-width:996px) {
	.custom-logo {
		float: left !important;
		width: auto !important;
	}

	.header-right {
		width: auto !important;
		float: right !important;
	}

	.custom-logo a {
		top: 0;
	}
	.header-group .page-center>div>div {
		display: block;

	}	
	.header-group .page-center {
		padding: 0 20px !important;
	}	
	.scroll-header .custom-logo a {
		position: relative;
		top: 0;
	}	

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

@media (max-width:980px) {
	.body-container-wrapper {
		padding: 50px 0;
	}
	.footer-menu-wrapper .hs-menu-wrapper>ul>li:first-child {
		margin-bottom: 40px;
		width: 100% !important;
	}
	.footer-logo a {
		margin: 0 auto !important;

	}	
	.footer-logo {
		width: 100% !important;
	}
	.footer-group {
		padding: 40px 0;
		padding-top: 42px;
	}
	.footer-logo a {
		width: 150px !important;
		display: block !important;
		position: relative;
		top: -2px;
	}
	.header-group {
		background: #fff;
		position:relative;
		padding: 0;
	}

	.header-group .letters {
		fill: #67676F  !important;
	}

	ul.utility-nav {
		display: none !important;
	}
	.header-right {
		width: 100% !important;
	}	
	.main-header {
		min-height: 59px !important;
	}	
	.image-wrapper {
		align-items: center;
		background-image: linear-gradient(-137deg, #9FA3E7 0%, #666ACB 100%, #666ACB 100%);
		padding: 20px;
		text-align: center;
	}

	.image-wrapper h3 {
		margin: 0 0 20px;
		width: 100% !important;
		text-align: center;
	}

	.image-wrapper a {
		margin: 0 auto;
		top: 0px;
	}	
	.blog .body-container-wrapper {
		padding-top: 45px;

	}	
	section.custom-lazy-load .content h2 {
		font-size: 30px;
		line-height: 37px;
	}
	.post-item {
		padding-left: 11px;
		padding-right: 11px;
		width: 50%;
		margin-bottom: 30px;
		float: left;
	}
	section.text-hero {
		padding-bottom: 50px;
	}	
	.post-listing {
		margin-left: -11px;
		margin-right: -11px;
	}	
	.post-item-inner h2 {
		font-size: 24px;
		line-height: 34px;
	}	
	div#managedservices {
		max-width: 90% !important;
		padding: 30px 0;
	}	

	.lp-header .header-right {
		min-height: 1px !important;
	}
}

@media(max-width:800px){
	.hs-blog-post .blog-content, .hs-blog-post .blog-sidebar {
		width: 100% !important;
	}
	.sidebar-testimonials h3 {
		text-align: left !important;
	}
	.slick-initialized .slick-slide {
		width: 100%;

	}
	.slick-slider .slick-track, .slick-slider .slick-list {

		width: 100%;
	}
	.hs-blog-post .body-container-wrapper {
		padding-bottom: 50px !important;
	}	
	.custom-contact-block>.custom-flex-container img {
		display: none !important;
	}

	div#free-seo-audit {
		width: 100% !important;
	}	
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
	.footer-logo a {
		position: relative;
		top:0px;
	}
	.footer-social ul a span {
		width: auto !important;
		display: inline-block;
	}	
	.footer-menu-wrapper .hs-menu-wrapper>ul>li {
		width: auto !important;
	}
	.footer-social ul {
		margin-top: 20px !important;
	}	
	.footer-group {
		padding: 40px 0;
	}
}

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

@media (max-width:650px) {
	.footer-group {
		background: #3B3F47;
		margin: 0;
	}

	.footer-menu-wrapper .hs-menu-wrapper>ul>li {
		margin-bottom: 30px;
		text-align: center;
		width: 48% !important;
	}

	.footer-social ul {
		text-align: center;
	}

	.footer-social ul li {
		display: inline-block !important;
		margin: 0 2px;
		width: auto !important;
	}

	.footer-social ul a span {
		display: none;
	}

	.footer-social-link-wrapper ul li a i {
		margin-right: 10px;
	}
	section.custom-lazy-load {
		padding: 60px 0;
	}

	section.custom-lazy-load img {
		margin: 0 auto 30px;
		width: 203px;
	}

	section.custom-lazy-load .content {
		text-align: center;
		width: 100%;
	}

	section.custom-lazy-load .content h2, section.custom-lazy-load .content p {
		text-align: left;
	}
	.post-item {
		width: 100%;

	}	
	.sidebar-testimonials {
		padding: 45px 20px;
	}	
	.hs-blog-post .post-content h1 {
		font-size: 30px;
		line-height: 38px;
	}	
	.gf_browser_chrome.gform_wrapper select {
		height: 30px !important;
		width: 100% !important;
	}	
	.gf_browser_chrome.gform_wrapper .hs-form-c3b01544-0557-4ed8-9e50-abd2855b535b_7985609d-70c1-4917-9de6-b6959de3ca82 fieldset.form-columns-2 .hs-form-field {
		width: 100% !important;
		float: left;
	}	
	.custom-fancybox-container .hs-firstname, .custom-fancybox-container .hs-phone {
		width: 100% !important;
	}

	div#ebook {
		padding: 40px 20px;
		padding-bottom: 24px;
	}

	div#ebook h2 {
		font-size: 1.875rem;
		line-height: 37.5px;
	}

	div#ebook p {
		font-size: 16px;
		line-height: 24.8px;
	}	

}
@media (max-width:641px){
	.hs-button.primary, input[type="submit"], input[type="button"] {
		width:100% !important;

	}
}
@media (max-width:450px){
	.footer-group {
		padding: 40px 0;
		padding-bottom: 30px;
	}
	.footer-menu-wrapper .hs-menu-wrapper>ul>li {
		width: 100% !important;
	}	
	section.custom-lazy-load .content h2 {
		font-size: 24px;
		line-height: 30px;
	}
}







 .refer-hero{
width: 100%;
margin:  auto;
  padding: 120px 10px;
  background-size: cover;
  background-position: right;
}

.refer-hero .container{
  width: 100%;
max-width: 1130px;
margin: auto;
}

.refer-hero .container .inner{
max-width: 550px;
}


.refer-hero h2{
font-size: 48px;
color: #212121;
font-weight: 600;
}
.refer-hero p{
  font-size: 16px;
  color: #212121;
  }
 



.logo-header{
width: 100%;
padding: 15px;
  margin: auto;
 
}

.logo-header .container{
 
  max-width: 1130px;
  margin: auto;
 
 
}

.how-works{
width: 100%;
  display: block;
  margin: auto;
  padding: 60px 10px; ;
  background-repeat: no-repeat;
  background-size: cover; 
}

.how-works h2{
font-size: 32px;
color: #fff;
font-weight: 600;
  text-align:center;
  margin-bottom:50px
}


.how-works .container{
  display: flex;
  flex-wrap: wrap;
    width: 100%;
  max-width: 1130px;
  margin: auto;
    justify-content: space-between;
 
}
.how-works .container .col{
width: calc(33% - 2%);
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  min-width: 310px;
  margin:25px auto;

}



.how-works .col{
position:relative
 
  }







.referral-form-row{
width: 100%;
  display: block;
  margin: auto;
    padding: 20px 10px 50px 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}
.referral-form-row h2{
 
color: #212121!important;
    font-weight: 700;
    font-size: 32px!important;
}
.referral-form-row .container{
  display: flex;
  flex-wrap: wrap;
    width: 100%;
  max-width: 1130px;
  margin: auto;
  justify-content: space-between;
}
.referral-form-row .container .col{
width: calc(50% - 7%);
}


.referral-form-row .white-box{
width: 100%;
 border-radius:10px;
 border:2px solid #ededed;
  padding:25px;
  margin-top:70px;
 box-shadow: 0px 10px 25px 11px rgba(0,0,0,0.06);   
 

    
}

.referral-form-row .white-box h2{
 
 margin-bottom:30px

    
}
.referral-form-row ul{
  padding:0
}

.referral-form-row .white-box li{
    list-style: none;
    font-size: 16px;
    color: #212121;
    position: relative;
    padding-left: 46px!important;
    margin-bottom: 25px;
}
.referral-form-row .white-box li::before {
background-color: #5639E3!important;
    border-radius: 100%;
    content: "";
    height: 30px !important;
    line-height: 30px !important;
    top: 0px !important;
    width: 30px !important;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: 0;

}
.referral-form-row .white-box li:nth-child(1)::before {content: "1"!important;}
.referral-form-row .white-box li:nth-child(2)::before {content: "2"!important;}
.referral-form-row .white-box li:nth-child(3)::before {content: "3"!important;}
.referral-form-row .white-box li:nth-child(4)::before {content: "4"!important;}
.referral-form-row .white-box li:nth-child(5)::before {content: "5"!important;}
.referral-form-row .white-box li:nth-child(6)::before {content: "6"!important;}


.referral-form-row .white-box li:last-child {margin:0}


.referral-form-row ::-webkit-input-placeholder { color:#cdc5f6; }
.referral-form-row ::-moz-placeholder { color:#cdc5f6; } /* firefox 19+ */
.referral-form-row :-ms-input-placeholder { color:#cdc5f6; } /* ie */
.referral-form-row input:-moz-placeholder { color:#cdc5f6; }


.referral-form-sec .hs-error-msgs label {
    color: red;
    font-weight: 300;
   font-size:13px
}
.referral-form-sec .hs-form-required,
.referral-form-sec label{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.referral-form-sec .hs-input.invalid.error {
    border: 2px solid #ac9df1;
}




 
  
.referral-form-sec  {
 background:#5639E3;
border-radius: 10px;
    padding: 28px 
}

 

.referral-form-sec input {
  background: transparent;
  color: #fff;
  border: 2px solid #ac9df1;
  border-radius: 6px;
 
}

.referral-form-sec .hs-form {
    margin-bottom: 0!important;
}

.referral-form-sec .hs-button{
   background: #ffffff;
  color: #5639E3!important;
 width:100%;
  border-radius: 6px;
  margin-bottom:0!important;
    margin-top:5px!important;
}
.referral-form-sec .form-columns-1,
.referral-form-sec .form-columns-2{
margin-bottom:20px!important;
}

 

.referral-form-sec h2{
font-size: 32px!important;
  color: #fff!important;
  font-weight: 600;
  margin-bottom: 35px;
}

  .social-sec{
    
padding: 110px 10px 90px 10px;
    margin: auto;
    width: 100%;
    text-align:center;
    background:#F5F6FC
  }

  .social-sec h2{
font-size: 32px;
color: #212121;
font-weight: 600;
    text-align:center;
  margin-bottom: 20px;
}


  .social-sec a {
   margin:  15px;
  padding: 17px 29px;
  border-radius: 6px;
  width: max-content;
  display: flex;
  font-size: 24px;
  font-weight: 600;
  color: #212121;
  align-content: center;
  justify-content: center;
  align-items: center;
  border: 1px solid #ebebeb;
     box-shadow: 0px 10px 25px 11px rgba(0,0,0,0.06);   
}
 
  .social-sec a img {
 margin-right:6px
}
  .how-works a {
 
 
color:#ffffff
}
  

  .social-sec .container{
display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 1250px) {
.referral-form-row .container .col {
    width: calc(50% - 2%);
}
}

@media (max-width: 920px) {
 .referral-form-row .container .col{
width: calc(100% - 0%);
}
  .referral-form-row .white-box {
    margin-bottom: 35px;
}
}
 

@media (max-width: 767px) {
  .referral-form-row .white-box {
    margin-bottom: 35px;
}
  .how-works h2 {
 
 
  margin-bottom: 10px;
}
  
  
   .social-sec a {
 
  width: 215px;
 
} 

  .refer-hero {

  background-position: left;
}
}

@media (max-width:500px) {

 .refer-hero {
 
  padding: 70px 20px;
 
} 
  
  .how-works {
 
  background-position: 16%;
}
  .referral-form-sec input {
 width:100%!important
 
}
 .referral-form-sec .form-columns-1, .referral-form-sec .form-columns-2 {
  margin-bottom: 0 !important;
} 
}