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

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

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

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

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

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

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.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");
}

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




/*****************************************/
/* Start your style declarations here    */
/*****************************************/

body, .site-wrapper {
  background: #ffffff;
  background-repeat: no-repeat;
}

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

#hero-section, #gated-content-section {
	background-color: #eaf4fc;  
}

#growth-hub-header-section {
	background-color: #fcdac7;
}

#growth-hub-events-header-section {
	background-color: #d2e3c4;
}

.growth-events-header-image {
  margin-top: 30px;
}

#hero-inner {
  background-image: url('https://cdn2.hubspot.net/hubfs/4927565/ClientsFirst%20Accord%20Growth%20Hub/arrows-background.png');
  background-repeat: no-repeat;
  background-size: cover;
}

#growth-hub-header-inner {
  background-image: url('https://cdn2.hubspot.net/hubfs/4927565/ClientsFirst%20Accord%20Growth%20Hub/arrows-background-light.png');
  background-repeat: no-repeat;
  background-size: cover;
}

#hero-inner h1, #hero-inner h2, #hero-inner h3, #growth-hub-header-inner h1, #growth-hub-header-inner h2, #growth-hub-header-inner h3, #growth-hub-events-header-inner h1, #growth-hub-events-header-inner h2, #growth-hub-events-header-inner h3 {

}

#hero-inner h2, #hero-inner h3, #growth-hub-header-inner h2, #growth-hub-header-inner h3, #growth-hub-events-header-inner h2, #growth-hub-events-header-inner h3 {
  font-family: 'Aller-Bold', Arial, sans;
}

#hero-inner h1, #growth-hub-header-inner h1, #growth-hub-events-header-inner h1 {
  font-family: 'YBS-Headline', Arial, sans;
  font-size: 70px;
  line-height: 60px;
  margin-top: 50px;
  color:#009e3d;
}

#hero-inner h2, #growth-hub-header-inner h2, #growth-hub-events-header-inner h2 {
  font-size: 35px;
  line-height: 1.2;
  color: #009e3d;
  font-weight: 600;
}

#hero-inner h3, #growth-hub-header-inner h3, #growth-hub-events-header-inner h3 {
  color: #888888;
  font-size: 22px;
  line-height: 1.5;
}

#hero-inner a, #growth-hub-header-inner a, #growth-hub-events-header-inner a {
	text-decoration: underline;
}

#growth-page-body {
  padding: 50px 0;
}

#growth-page-body h2 {
     font-family: Aller-bold, Arial, sans;
    margin-bottom: 0.5em;
    font-size: 2.2em;
    letter-spacing: -0.02em;
    color: #777777; 
  border-bottom: 0;
}

#cta-grid-container .hs_cos_wrapper.hs_cos_wrapper_widget {
  margin: 0 !important;
}

.growth-cta-form-block {
  padding: 20px;
  min-height: 500px !important;
}

.growth-cta-form-block form li:before {
  display: none;
}

.growth-cta-form-block form li {
  margin-left: 0.8em;
}
.form-header h4 {
	font-family: 'YBS-Headline', Arial, sans;
  font-size: 2.2em;
  line-height: 1;
  margin-bottom: 25px;
}

.orange-header-box {
  background-color: #009e3d;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
}

.orange-header-box h4 {
  color: #ffffff;
  font-size: 25px;
  font-family: 'Aller', Arial, sans;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 !important;
  padding: 0 !important;
}

.growth-cta-form-block label.hs-form-booleancheckbox-display {
  font-size: 12px;
  display: block;
}

.growth-cta-block {
  text-align: center !important;
  margin: 0 auto !important;
  float: left;
  width: 25% !important;
}

.growth-cta-block img {
  width: 140px;
  height: 140px;
  margin: 0 auto;
}

.orange-bg {
  background-color: #fcdac7;
}

.grey-bg {
  background-color: #eaf4fc;
}

.growth-cta-title, .growth-cta-sub-title {
  display: block;
  text-transform: uppercase;
}

.growth-cta-title {
  font-family: 'YBS-Headline', Arial, sans;
  font-size: 60px;
  line-height: 45px;
  height: 120px;
}

.growth-cta-sub-title {
  font-family: 'Aller', Arial, sans;
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.2;
  min-height: 50px;
}

.growth-cta-block a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 30px 20px !important;
}

.growth-cta-block.orange-bg a:hover {
  text-decoration: none;
  background-color: #ffc5a5;
}

.growth-cta-block.grey-bg a:hover {
  text-decoration: none;
  background-color: #d7ebfa;
}

.quote-section {
  text-align: center;
  min-height: 450px;
}

.quote-section:before {
  content: '\201C';
  font-family: 'Times New Roman', serif;
  font-size: 130px;
  font-weight: bold;
  color: #009e3d;
  line-height: 1;
  display: block;
  height: 80px;
}

.client-quote, .client-quote-name {
  text-transform: unset;
  font-weight: bold;
}

.client-quote {
  color: #009e3d;
  font-size: 28px;
  line-height: 40px;
}

.client-quote-name {
  color: #888888;
  font-size: 16px;
  line-height: 24px;
}

#gated-content-section {
	padding: 60px 0 40px 0;
}

.gated-content-cta .hs_cos_wrapper.hs_cos_wrapper_widget {
  margin: 0 !important;
  padding: 0 !important;
}

.gated-content-cta {
  text-align: center;
}


/*****************************************/
/* Growth Library page styles		 				 */
/*****************************************/

.tabs {
  position: relative;
}

.tabs > div {
  display: flex !important;
  flex-wrap: wrap;
}

.tabs label {
  order: 1;
  display: block;
  width: 24.6%;
  padding: 20px 30px;
  margin: 0.2%;
	font-family: 'YBS-Headline', Arial, sans;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  color:#009e3d;
  cursor: pointer;
  background: #fcdac7;
  transition: background ease 0.2s;
}

.tabs label:hover {
  background-color: #fbc09e;
}

.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  background: #fff;
}

.tab {
  margin-top: 30px;
}

.tabs input[type="radio"] {
  display: none;
}

.tabs input[type="radio"]:checked + label {
  background: #6c6d6f;
  color: #ffffff;
}

.tabs input[type="radio"]:checked + label + .tab {
  display: block;
}

.library-no-access-background {
	background-image: url('https://cdn2.hubspot.net/hubfs/4927565/ClientsFirst%20Accord%20Growth%20Hub/library-v2-no-access-background.png');
	background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

#tag-list {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px;
  overflow: hidden;
}

a.library-tag {
  display: block;
  float: left;
  width: 19.5%;
  height: 90px;
  padding: 15px 30px;
  margin: 0.25%;
  cursor: pointer;
  font-family: 'YBS-Headline', Arial, sans;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background: #fcdac7;
  transition: background ease 0.2s;
}

a.library-tag:hover {
  background-color: #fbc09e;
}

a.library-tag.active-tag {
  background-color: #6c6d6f;
  color: #ffffff;
}

.growth-form-wrapper {
  width: 500px;
  margin: 0 auto;
  padding: 20px;
}

.growth-form-wrapper {
  -webkit-box-shadow: 0px 0px 50px 0px rgba(202,202,202,1);
  -moz-box-shadow: 0px 0px 50px 0px rgba(202,202,202,1);
  box-shadow: 0px 0px 50px 0px rgba(202,202,202,1);
}

.growth-form {
  width: 460px;
  margin: 0 auto;
}

.growth-form label {
  order: unset !important;
  display: unset !important;
  width: unset !important;
  padding: unset !important;
  margin: unset !important;
	font-family: unset !important;
  font-size: unset !important;
  text-align: unset !important;
  text-transform: unset !important;
  color: unset !important;
  cursor: unset !important;
  background: unset !important;
  transition: unset !important;
}

.growth-form ul.hs-error-msgs.inputs-list label {
  color:#009e3d; !important;
}

body:not(.blog) .body-container-wrapper .growth-form ul:not(.hs-error-msgs) li:before {
  display: none;
}

.growth-form li.hs-form-booleancheckbox {
  margin-left: 10px;
}

.growth-form li.hs-form-booleancheckbox input[type="checkbox"]{
  margin-right: 10px;
}

.growth-form form label {
  display: block !important;
}

.hs_firstname label, .hs_lastname label, .hs_email label, .hs_company label {
  display: none !important;
}

.growth-form form .hs_firstname label, .growth-form form .hs_lastname label, .growth-form form .hs_email label, .growth-form form .hs_company label {
  display: none !important;
}


.growth-form form label.hs-form-booleancheckbox-display {
/*   display: block !important; */
}

.library-item {
  position: relative;
}

.library-item, .growth-podcast-list-item, .growth-blog-list-item {
  width: 23%;
  float: left;
  margin: 1%;
  background-color: #e9e9ea;
  -webkit-transition: .5s all;   
  -webkit-transition-delay: 0s; 
  -moz-transition: .5s all;   
  -moz-transition-delay: 0s; 
  -ms-transition: .5s all;   
  -ms-transition-delay: 0s; 
  -o-transition: .5s all;   
  -o-transition-delay: 0s; 
  transition: .5s all;   
  transition-delay: 0s; 
}

.library-item.myp {
  width: 31%;
}

div.library-item:hover, .growth-podcast-list-item:hover, .growth-blog-list-item:hover {
  background-color: #d3d3d4;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.growth-podcast-list-item .featured-image {
  width: 100%;
  height: 165px;
  text-align: center;
  padding: 20px 0 0 0;
  position: relative;
}

.growth-podcast-list-item .featured-image .podcast-speakers {
  position: absolute;
  text-align: center;
  width: 60%;
  left: 20%;
  top: 40%;
  color:#009e3d;
  opacity: 0;
  -webkit-transition: .5s all;   
  -webkit-transition-delay: 0s; 
  -moz-transition: .5s all;   
  -moz-transition-delay: 0s; 
  -ms-transition: .5s all;   
  -ms-transition-delay: 0s; 
  -o-transition: .5s all;   
  -o-transition-delay: 0s; 
  transition: .5s all;   
  transition-delay: 0s; 
  z-index: 99;
}

.growth-podcast-list-item:hover .featured-image .podcast-speakers {
  font-weight: bold;
	opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.growth-podcast-list-item .featured-image img {
	width: 145px;
  height: 145px;
  opacity: 1;
  -webkit-transition: .5s all;   
  -webkit-transition-delay: 0s; 
  -moz-transition: .5s all;   
  -moz-transition-delay: 0s; 
  -ms-transition: .5s all;   
  -ms-transition-delay: 0s; 
  -o-transition: .5s all;   
  -o-transition-delay: 0s; 
  transition: .5s all;   
  transition-delay: 0s; 
}

.growth-podcast-list-item:hover .featured-image img {
  opacity: 0.1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.library-item img.content-thumbnail, .growth-blog-list-item .featured-image img {
  width: 270px !important;
  height: 135px !important;
  object-fit: cover;
  object-position: 50% 50%;
}

img.most-popular-tag {
  border: none;
  position: absolute;
  width: 120px;
  top: 138px;
  left: 70px;
  z-index: 99;
}

.library-item p {
  font-family: 'Aller', Arial, sans;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #888888;
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  height: 140px;
  max-height: 140px;
}

.library-item h1.library-item-content-title, .podcast-title {
  font-family: 'Aller', Arial, sans;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color:#009e3d;
  text-transform: capitalize;
  text-align: center;
  padding: 20px;
  height: 120px;
}

.library-item-download-button {
  text-align: center;
  padding-bottom: 20px;
}

.growth-hub-single-page-quote-wrapper {
  min-height: 450px !important;
}

/*****************************************/
/* Blog Growth Hub page styles 					 */
/*****************************************/
.growth-blog-list-item-inner {
  padding: 20px 30px;
}

.growth-blog-list-item .post-date {
	font-size: 16px;
}

.growth-blog-list-item .post-title {
  color:#009e3d;
  font-size: 25px;
  line-height: 30px;
  margin: 15px 0;
  font-family: Aller-Bold, Arial, sans;
  letter-spacing: -0.035em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  height: 150px;
  max-height: 150px;
}

.podcast-button {
  display: block;
  width: 100%;
  margin: 30px 0 10px 0;
  text-align: center;
}

.growth-blog-list-item .post-button a, .podcast-button a {
  display: inline-block;
  width: auto;
  padding: 0.5em 0.8em;
  margin: 0 0 1em 0;
  border: none;
  background-color:#009e3d;
  vertical-align: middle;
  font-family: "Aller-Bold", Arial, sans;
  min-width: 7em;
  text-align: center;
  cursor: pointer;
  transition: all 100ms ease;
  color: #fff;
  text-decoration: none;
}

.load-more-blogs, .load-more-podcasts {
  width: 100%;
  margin: 50px auto;
  text-align: center;
}

.load-more-blogs a, .load-more-podcasts a {
  display: inline-block;
  width: 20%;
  padding: 0.5em 0.8em;
  margin: 0 0 1em 0;
  border: none;
  background-color: #eaf4fc;
  vertical-align: middle;
  font-family: "Aller-Bold", Arial, sans;
  min-width: 7em;
  text-align: center;
  cursor: pointer;
  transition: all 100ms ease;
  color:#009e3d;
  text-decoration: none;
}

/*****************************************/
/* Events Growth Hub page styles 				 */
/*****************************************/
.growth-event-wrapper {
  width: 95%;
  color: #888888;
  border: 2px solid #009e3d;
	padding: 30px;
  margin-bottom: 40px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.growth-event-left-side {
  width: 80%;
  padding-right: 30px;
}

.growth-event-right-side {
  text-align: center;
}

.growth-event-date, .growth-event-venue, .growth-event-speaker-header {
  font-weight: bold;
}

.growth-event-speaker-header {
  margin-top: 20px;
}

.no-events-wrapper {
  height: 400px;
  padding-top: 60px;
}

.no-events-wrapper h1 {
  font-family: 'YBS-Headline', Arial, sans;
  text-align: center;
  font-size: 40px;
  line-height: 1;
  margin: 20px 0;
  color: #009e3d;
}

.growth-event-title {
  font-family: 'YBS-Headline', Arial, sans;
  font-size: 40px;
  line-height: 1;
  margin: 20px 0;
  color: #009e3d;
}

.growth-event-description {
}

.growth-event-speaker-wrapper {
  display: block;
  width: 50%;
  overflow: hidden;
  float: left;
}

.growth-event-speaker-image {
  float: left;
  margin: 20px 20px 0 0;
}

.growth-event-speaker-image img {
  width: 100px;
  height: 100px;
  border: 2px solid #009e3d;
  border-radius: 50%;
}

.growth-event-speaker-name {
  margin-top: 40px;
  font-weight: bold;
}

.growth-event-speaker-title {
}

.growth-event-company-logo {
  margin: 30px 0;
  align-self: center;
}

.growth-event-company-logo img {
  max-width: 180px;
}

.growth-event-cta-button {
}


/*****************************************/
/* Recruitment Starter Pack page styles  */
/*****************************************/
.recruitment-content-wrapper {
  font-size: 1.2em !important;
}

.recruitment-form-wrapper li.hs-form-booleancheckbox:before {
  display: none;
}

.recruitment-form-wrapper li.hs-form-booleancheckbox {
	margin-left: 0.7em;
}

.recruitment-form-wrapper li.hs-form-booleancheckbox input {
  margin-right: 10px;
}

/*****************************************/
/* Global Growth Hub footer styles		   */
/*****************************************/

.footer-container-wrapper {
  background: #ffffff;
	background-image: none;
}

.legal-information {
  text-align: center;
}

.legal-information p {
  margin-bottom: 10px;
}

.footer-menu ul {
 margin-bottom: 0 !important; 
}

.footer-menu ul li a {
 padding: 0 !important; 
}

/*****************************************/
/* Global Growth Hub styles						   */
/*****************************************/

.round-image-orange-border img {
	border: 2px solid #009e3d !important;
  border-radius:50%;
}

.image-square-150 img {
  width: 150px !important;
  height: 150px !important;
}

.center-form-headline h4 {
  text-align: center;
}

.form-small-print .hs-richtext {
  font-size: 12px;
}

.disclaimer {
  margin-top: 50px;
  font-size: 0.9em;
  font-style: italic;
  text-align: center;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-top-70 {
  margin-top: 70px !important;
}

.margin-top-80 {
  margin-top: 80px !important;
}

.margin-top-90 {
  margin-top: 90px !important;
}

.margin-top-100 {
  margin-top: 100px !important;
}

.negative-margin-top-90 {
  margin-top: -90px !important;
}

.negative-margin-top-100 {
  margin-top: -100px !important;
}

.padding-right-40 {
  padding-right: 40px !important;
}

/*****************************************/
/* Custom navigation menu styles			   */
/*****************************************/

#growth-hub-nav-wrapper {
	padding: 5px 0 25px 0;
}

.growth-hub-nav-logo {
	width: 225px !important;
}

.growth-hub-menu {
  width: 775px !important;
  font-size: 10px;
  text-transform: uppercase;
  font-family: 'Aller', Arial, sans;
  top: 30px;
}

.growth-hub-navbar-social-link {
  display: inline-block;
  margin-left: 10px;
  margin-top: 30px;
}

.growth-hub-navbar-social-link img {
  width: 40px;
  height: 40px;
}

.custom-menu-primary.growth-hub-menu .hs-menu-wrapper > ul > li > a {
  color: #888888 !important;
  padding: 0 10px;
}

.custom-menu-primary.growth-hub-menu .hs-menu-wrapper > ul > li > a:hover {
  color: #009e3d !important;
}

.growth-series-top-label {
  position: relative;
  top: -5px;
  left: 840px;
  background-color: #009e3d;
  font-family: Aller-Bold, Arial, sans;
  width: 270px !important;
  padding: 5px 0px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
}

.navbar-positioning {
  margin-top: -20px;
}

.landing-page-link a {
  font-family: 'Aller', Arial, sans;
  font-size: 15.4px;
  font-weight: normal !important;
  color: #888888 !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding: 11px 10px 11px 20px;
  margin: 0;
  line-height: normal;
  position: relative;
  width: calc(100% - 51px) !important;
  float: left;
  text-transform: uppercase;
  text-align: left;
}

.sticky-header {
  position: fixed;
  z-index: 999;
}

.sticky-header-main-content {
  margin-top: 116px;
}



.search-results ul li:before {
  display: none;
}

/*****************************************/
/* Responsive mobile styles						   */
/*****************************************/

@media (min-width: 1024px) and (max-width: 1280px) {
  .tabs label {
    font-size: 35px;
    padding: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

  a.library-tag {
    height: 65px;
    padding: 12px;
    font-size: 20px;
  }
  
  .tabs label {
    font-size: 25px;
    padding: 20px;
  }

  .tab {
    padding-left: 8%;
  }

  .library-item {
    width: 40%;
    margin: 3%;
  }

  .library-item img.content-thumbnail {
    width: 100%;
  }

  img.most-popular-tag {
    left: 80px;
    top: 150px;
  }

  .library-no-access-background {
    background-size: contain;
  }

  .growth-blog-list-item .featured-image img {
    width: 100% !important;
  }

  .growth-blog-list-item .post-title {
    max-height: 135px;
    height: 135px;
    -webkit-line-clamp: 4;
  }

  .growth-podcast-list-item, .growth-blog-list-item {
    width: 48%;
  }
  
  .quote-section {
    min-height: 630px !important;
  }

  #growth-hub-events-header-inner .page-title-wrapper {
    display: block;
    width: 100%;
  }
  
  #growth-hub-events-header-inner .growth-events-header-image {
    display: none;
  }

  .growth-event-wrapper {
    width: 100%;
  }

  .growth-event-title {
    font-size: 40px;
  }

  .growth-event-speaker-wrapper {
    width: 100%;
  }

  .custom-header .custom-menu-primary {
    text-align: center;
    width: 100% !important;
    margin: -15px auto 20px auto;
  }
  
  .growth-hub-navbar-social-link {
    position: absolute;
    top: 50px;
    margin-left: 0;
		margin-top: 0;
  }

  .twitter-icon {
    right: 70px;
  }

  .linkedin-icon {
    right: 20px;
  }
	
  .growth-series-top-label {
    left: 498px;
  }

  .sticky-header-main-content {
  	margin-top: 156px;
	}

}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

  a.library-tag {
    height: 75px;
    padding: 12px 15px;
    font-size: 25px;
  }

  .growth-cta-title {
    font-size: 50px;
  }

  .tab {
    padding-left: 8%;
  }

  .library-item {
    width: 40%;
    margin: 3%;
  }

  .library-item img.content-thumbnail {
    width: 100% !important;
    height: 100% !important;
  }

  img.most-popular-tag {
		left: 105px;
    top: 155px;
    width: 140px;
  }

  .growth-blog-list-item .featured-image img {
    width: 100% !important;
  }

  .growth-blog-list-item .post-title {
    height: 155px;
    max-height: 155px;
  }

  .quote-section {
    min-height: 550px !important;
  }

  .growth-event-wrapper {
    width: 100%;
  }

  .custom-header .custom-menu-primary {
    text-align: right;
    float: left;
    width: 695px !important;
  }
  
  .podcast-title {
    height: 150px;
  }

  .growth-series-top-label {
    left: 754px;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  a.library-tag {
    width: 49.5%;
    height: 65px;
    padding: 10px;
    font-size: 22px;
  }

  .half-width-small-left, .half-width-small-right {
    width: 48% !important;
    margin-bottom: 2% !important;
  }

  .half-width-small-left {
    margin-right: 2% !important;
    float: left !important;
  }

  .half-width-small-right {
    float: right !important;
  }

  .tabs label {
    font-size: 10px;
    line-height: 1;
    padding: 5px 0px;
  }

  .tab {
    margin-top: 20px;
    padding-left: 10%;
  }

  .library-item {
    width: 80%;
    margin: 4%;
  }
  
  .library-item img.content-thumbnail {
    width: 100%;
    height: 100%;
  }
  
  img.most-popular-tag {
		left: 68px;
    top: 145px;
    width: 105px;
  }

  .quote-section {
    min-height: 450px !important;
  }

  .client-quote {
    font-size: 20px;
	  line-height: 30px;
  }

  .growth-form-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
  }

  .growth-form {
    width: 100%;
    margin: 0 auto;
  }

  .growth-blog-list-item .featured-image img {
    width: 100% !important;
  }

  .growth-blog-list-item .post-title {
    max-height: 135px;
    height: 135px;
    -webkit-line-clamp: 4;
  }

  .growth-podcast-list-item, .growth-blog-list-item {
    width: 98%;
  }

  #growth-hub-events-header-inner .page-title-wrapper {
    display: block;
    width: 100%;
  }
  
  #growth-hub-events-header-inner .growth-events-header-image {
    display: none;
  }
  
	#hero-inner h1, #growth-hub-header-inner h1, #growth-hub-events-header-inner h1 {
    font-size: 45px;
    line-height: 1;
  }

  .growth-event-wrapper {
    width: 100%;
    display: block;
  }

  .growth-event-speaker-wrapper {
    width: 100%;
    margin: 15px 0 40px 0;
  }

  .growth-event-left-side {
    width: 100%;
    padding-right: unset;
  }

  .growth-event-title {
    font-size: 40px;
    line-height: 1;
    margin: 20px 0;
  }

  .growth-event-speaker-name {
    margin-top: 20px;
  }
  
  body>.custom-menu-primary .hs-menu-wrapper > ul li:first-child>a, body>.custom-menu-primary .hs-menu-wrapper > ul li a {
    font-family: 'Aller', Arial, sans;
    font-size: 15.4px;
    font-weight: normal !important;
    color: #888888 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 11px 10px 11px 20px;
    margin: 0;
    line-height: normal;
    position: relative;
    width: calc(100% - 51px) !important;
    float: left;
    text-transform: uppercase;
    text-align: left;
  }

  .custom-menu-primary .hs-menu-wrapper {
    height: auto;
  }

  .sticky-header {
	  position: unset;
	}

	.sticky-header-main-content {
  	margin-top: unset;
	}

}

@media (max-width: 767px) and (orientation: landscape) {
  a.library-tag {
    height: 60px;
    padding: 10px;
    font-size: 18px;
  }

  .half-width-small-left, .half-width-small-right {
    width: 48% !important;
    margin-bottom: 2% !important;
  }

  .half-width-small-left {
    margin-right: 2% !important;
    float: left !important;
  }

  .half-width-small-right {
    float: right !important;
  }

  .tabs label {
    font-size: 20px;
    line-height: 1;
    padding: 10px 0px;
  }

  .tab {
    margin-top: 20px;
    padding-left: 8%;
  }

  .library-item {
    width: 40%;
    margin: 3%;
  }

  .library-item img.content-thumbnail {
    width: 100%;
  }

  .quote-section {
    min-height: 450px !important;
  }

  img.most-popular-tag {
    left: 60px;
    top: 145px;
  }

  .growth-blog-list-item {
    width: 48%;
    margin: 1%;
  }

  .growth-blog-list-item .featured-image img {
    width: 100% !important;
  }

  .growth-blog-list-item .post-title {
    max-height: 135px;
    height: 135px;
    -webkit-line-clamp: 4;
  }

  .growth-podcast-list-item {
    width: 48%;
  }

  .growth-event-wrapper {
    width: 100%;
  }

  .growth-event-speaker-wrapper {
    width: 100%;
  }

  .growth-event-title {
    font-size: 40px;
    line-height: 1;
    margin: 20px 0;
  }

  #growth-hub-events-header-inner .page-title-wrapper {
    display: block;
    width: 100%;
  }
  
  #growth-hub-events-header-inner .growth-events-header-image {
    display: none;
  }

  .growth-event-company-logo {
    margin-bottom: 60px;
  }

  .growth-event-company-logo img {
    max-width: 140px;
	}

  .custom-header .custom-menu-primary {
    text-align: center;
    width: 100% !important;
    margin: 0px auto 20px auto;
  }
  
  .growth-hub-navbar-social-link {
    position: absolute;
    top: 50px;
    margin-left: 0;
		margin-top: 0;
  }

  .twitter-icon {
    right: 70px;
  }

  .linkedin-icon {
    right: 20px;
  }

  .growth-series-top-label {
    left: 397px;
  }

  .navbar-positioning {
    margin-top: -40px;
  }

  .sticky-header {
	  position: unset;
	}

	.sticky-header-main-content {
  	margin-top: unset;
	}

}

@media (max-width: 1000px) {
  .growth-cta-block {
    width: 100% !important;
  }	
}