/* @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    */
/*****************************************/

@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
	font-family: 'Roboto Slab', serif;
	src: url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,400i,500,700,900');
}

/* --- FONTS BASED ON 1.618 scale - Golden Section 13px min 16px max---- */  
:root {
  font-size: 16px !important;
}

@media (min-width: 320px) and (max-width: 2400px) {
	:root {
    	font-size: calc( 16px + (18 - 16) * ( (100vw - 320px) / (1200 - 320) ) ) !important;
  }
  h1, .h1 {
		font-size: calc( 41.887px + (72 - 41.887) * ( (100vw - 320px) / (2400 - 320) ) ) !important;
	}
  h2 {
    font-size: calc( 22px + (25.88 - 22) * ( (100vw - 320px) / (1200 - 320) ) ) !important;
    line-height: 1.25em;
  }

}
@media (min-width: 2401px) {
  h1, .h1 {
    font-size: 72px !important;
  }
}
html, body {
  /*height: 100%; */
}
body {
	font-family: 'Roboto', sans-serif !important;
  font-size: 1rem;
  color: #4d6578;
}
body .light-text {
  color: #4edf2;
}
body .footer-container-wrapper p, body .footer-container-wrapper span {
  color: #4d6578;
}
h1, .h1 {
	font-family: 'Public Sans', sans-serif !important;
	color: #002B3D;
	line-height: 1.15em;
  font-weight: 300;
  text-transform: capitalize;
}
.light-text h1, .light-text h2, .light0text h3 {
  color: white !important;
}
.light-text p {
  color: #e4edf2;
}
h2, h3, h4, h5, h6 {
	font-family: 'Public Sans', sans-serif !important;
	color: #004f70;
}
p {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 300;
}
a {
  color: #2281a9;
}
a:hover {
  color: #81bcd6;
}
.primary a {
  color: white;
}
.primary a:hover {
  color: #81bcd6;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
img {
  height: auto;
}
::selection { 
  color: inherit !important;
  background-color: 002b3d !important;
}

.v-center .row-fluid {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
}

#hs_cos_wrapper_module_153368376425668 p, #hs_cos_wrapper_module_153368376425668 li, #hs_cos_wrapper_module_153368376425668 span, #hs_cos_wrapper_module_153368376425668 label, #hs_cos_wrapper_module_153368376425668 h1, #hs_cos_wrapper_module_153368376425668 h2, #hs_cos_wrapper_module_153368376425668 h3, #hs_cos_wrapper_module_153368376425668 h4, #hs_cos_wrapper_module_153368376425668 h5, #hs_cos_wrapper_module_153368376425668 h6 {
 /* font-size: inherit !important; */
}
.whiteText {
  color: white;
}
.whiteBg {
  background-color: #ffffff;
}
.lightGrayBg {
  background-color: #F1F4F6;
}
.medGrayBg {
  background-color: #B4C7D7;
}
.darkGrayBg {
  background-color: #165570;
}
.light-blueBg {
  background-color: #81BCD6;
}
.dark-bluebg {
    background-color: #002B3D;
}
.hs_cos_wrapper_type_rich_text ul li:before { 
  content: "\f00c";
  color: #00a8a5;
}
.waveBg {
  background-image: url('https://fintech.landgorilla.com/hubfs/Landing%20Page%20Images/waveBg-light-blue-.svg');
	background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: solid 2px #81BCD6;
}

.circle-img img {
  border-radius: 50%;
}

.light-gray-gradient, body.light-gray-gradient .header-container {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(235,240,242,1) 100%);
}
.no-bgcolor{background:transparent !important;}

/* ---- PASSWORD PAGE --- */

.password-template h1 {
  font-family: 'Roboto', sans-serif !important;
  color: #002B3D;
  text-transform: capitalize;
}
.password-template p { 
  color: #4d6578;
}

.password-template input[type="password"] {
  color: #8A9499;
  font-family: 'Roboto', sans-serif !important;
  padding: .75rem 1rem
  
}
/* ---- LP STYLES ---- */
body.landing-page .page-center.page-1230 {
 min-width:1230px;
}
.lg-landing-page .body-container-wrapper .container-fluid .row-fluid .page-center {
    padding: 2.5em;
    background-color: #ffffff;
}
.lg-landing-page .header-container {

}

.lg-lp-headerBg {
	background-size: cover;
	background-position: 65% 0;
	background-repeat: no-repeat;
	position: relative;
	height: auto;
} 
/* ---- WEBINAR HEADER IMAGES ---- */
.lg-lp-webinar-tridBg {
	background-image: url('https://3977933.fs1.hubspotusercontent-na1.net/hubfs/3977933/Landing%20Page%20Images/Office-Paperwork-Files.jpg');
	background-position: 65% 35%;
}

.lg-lp-webinar-zlienBg {
	background-image: url('https://3977933.fs1.hubspotusercontent-na1.net/hubfs/3977933/Stock%20images/Contractor-on-Roof-3.jpg');
	background-position: 65% 70%;
}
/* ---- */


.lg-landing-page .header-container-wrapper {
	position: relative;

}
.lg-landing-page .body-container-wrapper {
	padding-top: 0px !important;
}

.lg-landing-page .header-container {
	padding: 0 0;
}

.header-title {
    align-items: center;
    margin: auto;
    padding: 0 2.5em;
}

.header-container .hs_cos_wrapper_type_logo a:after, .header-container .hs_cos_wrapper_type_logo a:after {
	border: 0px !important;
}
.dividing-line {
	border-bottom: solid thin #B4C7D7;
	margin-bottom: 16px;
}
.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.iframe-container iframe {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.dark-bg {
  background-color: rgba (00,00,00,0.5);
}
.dark-bg .hs_cos_wrapper_type_rich_text ul li:before {
    color: #ffffff;
}

/* ---- FORM STYLES ---- */
body .hs-button.primary, body input[type="submit"], body input[type="button"], body input[type="text"], body input[type="password"], body input[type="datetime"], body input[type="datetime-local"], body input[type="date"], body input[type="month"], body input[type="time"], body input[type="week"], body input[type="number"], body input[type="email"], body input[type="url"], body input[type="search"], body input[type="tel"], body input[type="color"], body input[type="file"], body textarea, body select {
  border-radius: 4px;
  border: thin solid #B4C7D7;
}
label span {
	line-height: 1.15em;
	padding-bottom: .5em;
   font-size: .85rem;
}
.hs-form-field {
  margin-bottom: .5rem;
}
ul.hs-error-msgs {
  list-style: none;
  margin-top: .5rem;
  padding-left: 0;
}
.hs-error-msg {
  color: red;
  font-size: .85rem;
  list-style: none;
}
body input[type="submit"] {
  margin-top: .5rem;
}
/* ---- FORM IN THE HEADER ---- */
.header-form .hs-button.primary {
	margin-top: .5em;
}

/*formconsent checkbox*/
#hs_cos_wrapper_module_13885068285937553 .hs_marketing_information_subscription ul>li,
.hs_marketing_information_subscription ul>li{text-align:left; line-height: .5em;}

#hs_cos_wrapper_module_13885068285937553 .hs_marketing_information_subscription ul>li.hs-form-booleancheckbox>label>span,
.hs_marketing_information_subscription ul>li.hs-form-booleancheckbox>label>span{
  font-weight:400 !important;     font-size: 0.65em !important;
}

/* ---- CTA STYLES ---- */
.hs-button.primary, body input[type="submit"] {
	color: #ffffff !important;
    border-color: transparent!important;
	background: #002b3d !important;
	font-family: 'Roboto', sans-serif !important;
	padding: .5em !important;
	font-weight: 600 !important;
	font-size: 1.2rem !important;
	width: 100%;
}
.hs-button.primary:hover, body input[type="submit"]:hover {
	background: #165570 !important;	
}
.custombtn {
 display: flex;
  text-align: center;
  
}
.custombtn .hs-button.primary {
   text-decoration: none;
  padding-left: 3rem;
  padding-right: 3rem;
  
}
	/* -- FOLD CTA -- */
.fold-cta {
	background-color: #ff8200;
    text-align: center;
    border-radius: 2px;  
}
.fold-cta h4, .fold-cta h4 a {
    padding: .33em 1em;
    color: white;
    margin-bottom: 0px;
    display: block;
}
  
/* ---- EMBEDED VIDEO ---- */
.hs-responsive-embed, .hs-responsive-embed.hs-responsive-embed-youtube, .hs-responsive-embed.hs-responsive-embed-wistia, .hs-responsive-embed.hs-responsive-embed-vimeo {
	padding-bottom:  56.25%;
}

/* ---- FOOTER STYLES ---- */

.footer-container-wrapper .fixed-footer{ 
  position:absolute;
  bottom:0;
  height:265px;
}

.lg-footer-background {
	background: #002B3D;
	color: #ffffff;
  padding: 1rem;
  
}
.lg-footer-background a {
color: #C0E1F0;
}
.lg-footer-background  .copyright-text, .lg-footer-background .contact-us {
  font-size: 14px;
  line-height: 1.1rem;
}

.back-to-top a {
    color: #ffffff;
}

/* ---- NEWSLETTER ---- */
.newsletter-logo .hs-image-widget  {
  width: 400px;
  height: auto;
}

/* ----------------------- */ 
/* ---- LP CUSTOM CSS ---- */
/* ----------------------- */ 


/* ---- WEBINAR LP STYLES ---- */
.webinar-headerBG {
	background-image: url('https://3977933.fs1.hubspotusercontent-na1.net/hubfs/3977933/Landing%20Page%20Images/Landing-Page-Thin-Header-Webinar.jpg');
	background-size: cover;
	background-position: 65% 0;
	background-repeat: no-repeat;
	position: relative;
	height: 350px;
}

.webinar-landing-page .header-container {
    background: #F1F4F6;
}

.lp-hero-wavebg {
  background-image: url('https://fintech.landgorilla.com/hubfs/Icons-Artwork/HeroWaveBg-light-blue.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 bottom;
}


/* ---- EBOOK PARADIGM SHIFT ---- */
.lg-lp-ebook-paradigmBg {
	background-image: url('https://3977933.fs1.hubspotusercontent-na1.net/hubfs/3977933/Landing%20Page%20Images/eBook%20TRID%20LP%20Bg.jpg');
	background-position: 65% 35%;
	background-size: cover;
}

.ebook-lp-paradigm .header-container {
	background: transparent;
}
.ebook-lp-paradigm h1 {
	font-family: 'Roboto', sans-serif !important;
    font-size: 5em !important;
    font-weight: 900;
    color: #FFCF2E;
}

body.ebook-lp-paradigm, body.ebook-lp-10risks  {
	color: white;
  display: flex;
  flex-direction: column;
}
body.ebook-lp-10risks .body-container-wrapper{
  flex: 1 0 auto;
}

body.ebook-lp-10risks  .footer-container-wrapper{
  flex-shrink: 0;
}
body.ebook-lp-paradigm h2, body.ebook-lp-paradigm h3, body.ebook-lp-paradigm h4, body.ebook-lp-paradigm h5 {
	color: white;
}

.ebook-lp-paradigm h2 {
	font-family: 'Roboto Slab', serif !important;
	font-size: 2em;
	font-weight: 400;
}
.ebook-lp-paradigm p {
	font-family: 'Roboto Slab', serif !important;
	font-size: 1.1em;
}

/* ---- EBOOK Fintech Bowl Digital Vs Manual ---- */
.ebook-fintech-bowl-2023 {
  background: rgb(0,23,33);
  background: -moz-linear-gradient(0deg, rgba(0,23,33,1) 0%, rgba(0,43,61,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0,23,33,1) 0%, rgba(0,43,61,1) 100%);
  background: linear-gradient(0deg, rgba(0,23,33,1) 0%, rgba(0,43,61,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001721",endColorstr="#002b3d",GradientType=1);
}
.ebook-fintech-bowl-2023 .overlay-bg {
  background-image: url('https://fintech.landgorilla.com/hubfs/Landing%20Page%20Images/football%20field%20background%2015%25.svg');
	background-position: 50% 50%;
	background-size: cover;
}

/* ----  THE TIME IS NOW WEBINAR ---- */
.lp-webinar-time-is-now {	
  background-image:url('https://fintech.landgorilla.com/hubfs/Landing%20Page%20Images/Time%20is%20Now%20blue%20background%20for%20LP.svg');
	background-position: 50% 50%;
	background-size: cover;
}



/* ---- EBOOK DIGITAL VS MANUAL ---- */

.ebook-lp-digitalvmanual {
  
}
.lg-lp-ebook-digitalvmanualBg {
	background-image:url('https://3977933.fs1.hubspotusercontent-na1.net/hubfs/3977933/Landing%20Page%20Images/Digial-vs-manual-LP-Bg.jpg');
	background-position: 50% 50%;
	background-size: cover;
}
/* ---- EBOOK DIGITAL VS MANUAL 2021---- */

.ebook-lp-digitalvmanual2021 {
  
}
.lg-lp-ebook-digitalvmanualBg2021 {
	background-image:radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(0,0,0,0.15029761904761907) 100%), url('https://fintech.landgorilla.com/hubfs/Landing%20Page%20Images/Digial-vs-manua-LP-Bg2021.jpg');
	background-position: 50% 50%;
	background-size: cover repeat-y;
}
/* ---- EBOOK 10 RISKS C-LENDING ---- */

.lg-lp-ebook-10risks {
	/*background-image: url('https://3977933.fs1.hubspotusercontent-na1.net/hubfs/3977933/Landing%20Page%20Images/eBook%2010%20Risks.jpg');*/
  background-image: url('https://fintech.landgorilla.com/hubfs/Landing%20Page%20Images/background_11_risks.svg');
	background-position: 0% 0%;
	background-size: cover;
}

.ebook-lp-10risks .header-container {
	background: transparent;
}
.ebook-lp-10risks h1 {
	font-family: 'Roboto', sans-serif !important;
    font-size: 5rem;
    font-weight: 900;
    color: #FFFFFF;
}

body.ebook-lp-10risks  {
	color: white;
	
}
body.ebook-lp-10risks h2, body.ebook-lp-10risks h3, body.ebook-lp-10risks h4, body.ebook-lp-10risks h5 {
	color: white;
}

.ebook-lp-10risks h2 {
	font-size: 2rem;
	font-weight: 400;
}
/* ---- EBOOK HIDDEN BENEFITS ---- */
.lg-lp-ebook-hidden {
	background-image: url('https://3977933.fs1.hubspotusercontent-na1.net/hubfs/3977933/Landing%20Page%20Images/Contractor-on-Roof-3.jpg');
	background-position: 0% 0%;
	background-size: cover;
}

.ebook-lp-hidden .header-container {
	background: transparent;
}
.ebook-lp-hidden h1 {
	font-family: 'Roboto', sans-serif !important;
    font-size: 5rem;
    font-weight: 900;
    color: #FFFFFF;
}

body.ebook-lp-hidden  {
	color: white;
	
}
body.ebook-lp-hidden h2, body.ebook-lp-hidden h3, body.ebook-lp-hidden h4, body.ebook-lp-hidden h5 {
	color: white;
}

.ebook-lp-hidden h2 {
	font-size: 2rem;
	font-weight: 400;
}

/* ---- WP THE CASE FOR ---- */
.lp-bg-wp-case-for {
	/* background-image: url('https://fintech.landgorilla.com/hubfs/Landing%20Page%20Images/WP-case-for-Bg.jpg'); */
	background-position: 0% 0%;
	background-size: cover;
}
.lp-wp-case-for .header-container {
	background: transparent;
}
.lp-wp-case-for h1 {
	font-family: 'Roboto', sans-serif !important;
    font-size: 5rem;
    font-weight: 900;
    color: #002B3D;
    text-transform: capitalize;
    transform: none;
}

body.lp-wp-case-for  {
	color: #5C6366;
	
}
body.lp-wp-case-for h2, body.lp-wp-case-for h3, body.lp-wp-case-for h4, body.lp-wp-case-for h5 {
	color: #004F70;
}
.footer-container-wrapper h2, .footer-container-wrapper h3, .footer-container-wrapper h4, .footer-container-wrapper h5, .footer-container-wrapper h6 {
  color: white !important;
}

.footer-container p::selection, .contact-info::selection, 
body .footer-container-wrapper span::selection, .footer-container-wrapper .contact-us a::selection,
.footer-container-wrapper h2::selection, .footer-container-wrapper h3::selection, .footer-container-wrapper h4::selection, .footer-container-wrapper h5::selection, .footer-container-wrapper h6::selection,
.footer-copyright a::selection{
  background-color: #fff !important;
  color: #002B3D !important;
}

.lp-wp-case-for h2 {
	font-size: 2rem;
	font-weight: 400;
}

/* -----ELLIE MAE EVENT LP ---- */
.lg-lp-event-ellie-maeBg {
	background-image: url('https://fintech.landgorilla.com/hubfs/Landing%20Page%20Images/Ellie-Mae-Hero-Virtual.jpg');
  background-position: 0% 0%;
	background-size: cover;
}
body .lg-lp-event-ellie-maeBg h1, body .lg-lp-event-ellie-maeBg h2 {
  color: white !important;
}

/* ---- WEBINAR ELLIE MAE ---- */
.lg-lp-webinar-EllieMaeBg {
	background-image:url('https://3977933.fs1.hubspotusercontent-na1.net/hubfs/3977933/Stock%20images/New-Home-Costruction-LP-BG.jpg');
	background-position: 50% 25%;
	background-size: cover;
}

/* ---- WEBINAR STREAMLINED FOR PROFIT ---- */
.lg-lp-webinar-streamlined {
	background-image:url('https://3977933.fs1.hubspotusercontent-na1.net/hubfs/3977933/Stock%20images/Steel-Frame-Construction-Email-BG.jpg');
	background-position: 0% 75%;
	background-size: cover;
}
/* ---- WEBINAR RENOVATION ---- */
.webinar-lp-renovation {
  
}
.lg-lp-webinar-renovationBg {
	background-image:url('https://3977933.fs1.hubspotusercontent-na1.net/hubfs/3977933/Stock%20images/reno-green-house.jpg');
	background-position: 50% 50%;
	background-size: cover;
}

/* ---- Paid Search Landing Pages ---- */
.lp-paid-search {

  
}
.lp-paid-search .header-container-wrapper {

}


/* ---- WEBINAR LIFE AFTER REFI ---- */
.webinar-lp-life-after {
  
}
.lg-lp-webinar-life-afterBg {
	background-image:url('https://fintech.landgorilla.com/hubfs/Landing%20Page%20Images/LP-Life-After-Refi-Bg.jpg');
	background-position: 50% 10%;
	background-size: cover;
}

/* ---- WEBINAR PURCHASE CENTRIC ---- */

.lg-lp-webinar-purchase-centricBg {
	background-image:url('https://fintech.landgorilla.com/hubfs/Landing%20Page%20Images/LP-Header-Bg-Purchase-Centric.jpg');
	background-position: 50% 0%;
	background-size: cover;
}
/* ---- WEBINAR HW LUNCH AND LEARN AUG 2021 ---- */
.lg-lp-headerBg.lg-lp-webinar-HW-LL-AUG21{
  background-image:url('https://fintech.landgorilla.com/hubfs/Landing%20Page%20Images/LP-Header-Blank-Wave-Bg.jpg');
  background-size: cover; 
  background-position: bottom right;
}
.landing-page.two-column.lg-landing-page.hs-content-id-53005964382 .header-container-wrapper {
  position: relative !important;
}

.lg-lp-webinar-dispelling-mythsBg {
  background-image:url('https://fintech.landgorilla.com/hubfs/Webinars/LP-Header-Bg-Dispelling-5-Myths.jpg');
	background-position: 100% 0%;
	background-size: contain;
}
/* ---- WEBINAR LEVELSET ---- */
.lg-lp-headerBg.lg-lp-webinar-levelset {
  color: #ffffff;
  
}
.lg-lp-webinar-levelset {
	background-image:url('https://fintech.landgorilla.com/hubfs/Stock%20images/Contractor-on-Roof-3.jpg');
	background-position: 50% 10%;
	background-size: cover;
}
.lg-lp-webinar-levelset {
}

.container-fluid .row-fluid .back-to-top {

}
/* ---- WEBINAR CAPTURE MARKET SHARE - RENO ---- */

.lg-lp-headerBg.lg-lp-webinar-capture-reno {
  color: #ffffff;
  
}
.lg-lp-webinar-capture-reno {
  background-image:url('https://fintech.landgorilla.com/hubfs/Stock%20images/deck-BG-room-before-after.jpg');
  background-position: 0% 75%;
  background-size: cover;
}
/* ---- WEBINAR COVID ---- */
.lg-lp-headerBg.lg-lp-webinar-covid {
  color: #ffffff;
}
.lg-lp-webinar-covid {
	background-image:url('https://fintech.landgorilla.com/hubfs/Stock%20images/AdobeStock_173726515.jpeg');
	background-position: 50% 45%;
	background-size: cover;
}
/* ---- OVERVIEW REMOTE INSPECTIONS ---- */
.lg-lp-headerBg.lg-lp-remote-inspections {
  color: #ffffff;
}

.lg-lp-remote-inspections {
	background-image:url('https://fintech.landgorilla.com/hubfs/Stock%20images/Bathroom-Inspection-LP-header-bg.jpg');
	background-position: 50% 45%;
	background-size: cover;
}

/* ---- Remote Inspections 2022 ---- */

.lp-remote-inspections-2022 .hs_cos_wrapper_type_rich_text ul li {
    padding-bottom: 0.75em;
}
.lp-remote-inspections-2022 .hs_cos_wrapper_type_rich_text ul li:before {
  content: "\f0c8";
  color: white;
  transform: rotate(45deg);
  font-size: .75em;
}
.lp-remote-inspections-2022 ul.orange-li li:before {
 color: #FD8500;
}

.lp-remote-inspections-2022 .gray-swoop {
background-image:url('https://fintech.landgorilla.com/hubfs/Landing%20Page%20Images/gray%20swoop%20background.svg');
	background-position: 50% 15%;
	background-size: cover;
}

.quote-bubble {
  position: relative;
   width: 100%;
   height: auto;
   padding: 2rem;
   background: #c0e1f0;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
}
.quote-bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0;
    border-color: #c0e1f0 transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -20px;
    bottom: -20px;
    left: 50%;
}
/* UNWINED TEMPLATE */
.lg-lp-headerBg.lg-lp-unwined {
  background-color: #000000;
  color: #ffffff !important; 
  min-height: 15rem;
  max-height: 20rem;

}
.align-mid-center, .align-mid-center .row-depth-1 .row-fluid, .lg-lp-unwined .unwined-flex > .row-fluid-wrapper .row-fluid {
  display: flex;
  align-items: center;
}
.lg-lp-unwined h1 {
    font-family: 'Roboto',sans-serif !important;
    font-size: 3rem !important;
    font-weight: 400;
    padding-left: 1em;
    text-transform: capitalize;
    transform: scaleY(1);
}
.unwined-flex img {
    max-height: 20rem;
}

.lg-lp-headerBg.lg-lp-unwined-april2021 {
  
  
}
/* ---- STARTER PLAN RESOURCES  ---- */
.lg-lp-headerBg.lg-lp-starter-resources {
  color: #ffffff;
}

.lg-lp-starter-resources {
	background-image:url('https://fintech.landgorilla.com/hubfs/Stock%20images/New-Home-Costruction-LP-BG.jpg');
	background-position: 50% 15%;
	background-size: cover;
}
/* ---- MEMORIAL DAY  ---- */
.lg-lp-memorial-day-2020 {
	background-image:url('https://fintech.landgorilla.com/hubfs/Landing%20Page%20Images/LP-HEader-BG-Memorial-day-2020.jpg');
	background-position: 50% 50%;
	background-size: cover;

}

/* ---- PRODUCT REVIEW  ---- */
.lg-lp-product-review-q4-2020-reg {
	 /* background-image: url(https://fintech.landgorilla.com/hubfs/Newsletters/Oct%202020/Newsletter-Header-Oct-2020.jpg); */
    background-position: 65% 35%;
    background-size: cover;
}
.lg-lp-feature-release-reg-q1-2021-header {
  background-image: url(https://fintech.landgorilla.com/hubfs/Icons-Artwork/HeroWaveBg-light-blue.svg);
  background-position: 50vw 100%;
  background-size: 75vw;
}
.lg-lp-feature-release-reg-q1-2021 .header-title {
  padding: 0 0;
}
.lg-lp-feature-release-reg-q1-2021 .hs_cos_wrapper_type_rich_text ul li:before {
    color: #217CA3;
    content: "\f00c";
}
/* -- OneSite LANDING PAGE -- */
.lg-lp-onesite .row-fluid [class*="span"] {
  min-height: 0;
}
.checklist ul {
  list-style: none;
}
.checklist ul li:before {
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    margin-right: 8px;
    color: #217CA3;
    font-size: 18px;
}
.lg-lp-onesite h1, .lg-lp-onesite h2, .lg-lp-onesite h3, .lg-lp-onesite h4, .lg-lp-onesite h5 {
  font-family: 'Roboto', sans-serif !important;
  color: #002B3D;
  -webkit-transform: scaleY(1); 
   transform: scaleY(1);
}
.lg-lp-onesite p {
  color:#5C6366;
  
}
.lg-lp-onesite .header {
  background-image: url(https://fintech.landgorilla.com/hubfs/Icons-Artwork/OneSite%20Square%20Bg.svg);
  background-position: 35em 75%;
  background-size: 45rem;
  background-repeat: no-repeat;
  padding: 0 2.5rem;
  border-bottom: 5px solid #217CA3;
}

.lg-lp-onesite form {
  color: #002B3D;
}

.lg-lp-onesite form .hs-form-field{
  margin-bottom: 2rem;
}
.lg-lp-onesite form input  {
  border-color: #BACBD9;
  border-style: solid;
  font-size: 1.25rem;
  background-color: transparent;
  color: #3C4B59;
  
}
.lg-lp-onesite form .hs-button.primary, .lg-lp-onesite body input[type="submit"] {
  border-radius: 4px;
}

/* -- ICBA LIVE 2023 -- */
.lp-icba-live-2023 {
  background-image: url(https://fintech.landgorilla.com/hubfs/Landing%20Page%20Images/ICBA%20Live%202023/background-header-ICBA2023_1.svg);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}

/* -- ICBA 2022 LP -- */
.lp-icba-2022 {
  background-image: url(https://fintech.landgorilla.com/hubfs/Landing%20Page%20Images/ICBA%20Buildings%20BG.svg);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}

/* -- ICE EXPERIENCE 2022 LP -- */
.lp-exp-2022 {
  background-image: url(https://fintech.landgorilla.com/hubfs/Landing%20Page%20Images/LP%20Header%20Exp%202022.svg);
  background-position: 0 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000000;
}

/* -- ICE EXPERIENCE 2023 LP -- */
.lp-exp-2023 {
  background-image: url(https://fintech.landgorilla.com/hubfs/Email%20Banners/background_hubspot.jpg); 
  background-position: 0 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #004f70;
}

.lp-exp-2023 .light-text p {
    color: #ffffff!important;
}
.experienceDesktop{display:block}
  .experienceMobile{display:none !important}

/* -- Fall Events 2022 -- */
.lp-fall-events-2022 {
  background-image: url(https://fintech.landgorilla.com/hubfs/Landing%20Page%20Images/Case%20Study%20Template%20C/HEADER-BLUE.svg);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat; */
  
}
/* -- Gerarci 2022 -- */
.lp-gerarci-2022 {
  background-image: url(https://fintech.landgorilla.com/hubfs/Landing%20Page%20Images/Hubspot-Landing-page_header_no_borders.jpg);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
/* -- LP PITBULL 2022 MIAMI -- */
.lp-pitbull-2022-miami {
  background-image: url(https://fintech.landgorilla.com/hubfs/Landing%20Page%20Images/HS%20Pitbull_background.svg);
  background-position: 0 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Webinar Bye 1004D */
.lp-bye-1004D {
  background-image: url(https://fintech.landgorilla.com/hubfs/Landing%20Page%20Images/Webinar%20Bye%201004D%20LP%20BG.svg);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
/* -- Acuma 2023 -- */
.lp-acuma-2023 {
  background-image: url(https://fintech.landgorilla.com/hubfs/Landing%20Page%20Images/acuma-webinar-LP-bg.svg);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
/* -- Acuma 2022 -- */
.lp-acuma-2022 {
  background-image: url(https://fintech.landgorilla.com/hubfs/Landing%20Page%20Images/Acuma_background_clean.jpg);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
/* -- MBA Anual 2022 -- */
.lp-mba22-2022 {
  background-image: url(https://fintech.landgorilla.com/hubfs/Landing%20Page%20Images/MBA_hubspot_header-1.jpg);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 360px !important;
}

/* -- Webinar SSR Texas -- */
.webinar-ssr-teaxs-lp .header{
  background: #FFFFFF;
  background: linear-gradient(90deg, #FFFFFF, #EBF0F2);
  
}
.webinar-ssr-teaxs-lp h1 {
  font-weight: bolder !important;
  color: #004F70 !important;
}
.webinar-ssr-teaxs-lp .hs_cos_wrapper_type_rich_text ul {list-style:disc !important; margin-left: 40px; padding-left:0}
.webinar-ssr-teaxs-lp .hs_cos_wrapper_type_rich_text ul li {  list-style: disc;}
.webinar-ssr-teaxs-lp .hs_cos_wrapper_type_rich_text ul li:before {
    content: " ";
    color: #002b3d;
  font-size:0.7em;
}

/*Your complete guide CLM Software*/
body .body-container-wrapper .page-center.guide-clm,
body .body-container-wrapper .page-center.guide-clm h2,
body .body-container-wrapper .page-center.guide-clm h3,
body .body-container-wrapper .page-center.guide-clm p{
  color:#2e3133 !important;
}
.lp-complete-guide-clm{
  background-color:  #002b3d;
  background-image: url(https://fintech.landgorilla.com/hubfs/Landing%20Page%20Images/arrows%2025%20opacity.svg);
  background-position: 0% -5%;
  background-size: auto;
  background-repeat: no-repeat;
  min-height: 320px !important;}
body .body-container-wrapper .page-center.guide-clm .sidebar.right{
  background-color:  #ffffff;}


.lp-mba22-2022 h1{
font-size:1.85rem !important;}
.lp-mba22-2022 #hs_cos_wrapper_module_158042760226630{
margin-top:3.5rem !important;}
.lp-mba22-2022 .marLeft1{margin-left:5rem;}
.jpgSpacer{
  height:3vh !important;
}
/*-- WEBINAR USDA CTP --*/
.webinar-USDA-CTP {
  background-image: url(https://fintech.landgorilla.com/hubfs/Landing%20Page%20Images/ICBA%20Buildings%20BG.svg);
  background-position: 35em 75%;
  background-size: 45rem;
  background-repeat: no-repeat;
}

.hs_cos_wrapper_type_rich_text ul.classicList {padding-left:40px;}
.hs_cos_wrapper_type_rich_text ul.classicList li {list-style: disc; font-size:1rem;}
.hs_cos_wrapper_type_rich_text ul.classicList li:before {
    content: " ";
}
/* -- LP PITBULL FALL 2022 -- */
.lp-pitbull-fall-2022 {
  background-image: url(https://fintech.landgorilla.com/hubfs/Landing%20Page%20Images/Hubspot_background_pitbullArtboard-1.jpg);
  background-position: 0 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

/*Features Release august 2023*/
.august-features-lp .header{
  background-image: url(https://fintech.landgorilla.com/hubfs/Landing%20Page%20Images/august-featuresRelease_header.svg);
  background-position: 0% 0%;
  background-size: cover;
}

.lg-landing-page .body-container-wrapper .container-fluid .row-fluid .page-center.features-releases{
      padding: 2.5em 0;
}

.augustFeatures  h1, .augustFeatures .h1 {
		font-size: calc( 38px + (72 - 42) * ( (100vw - 320px) / (2400 - 320) ) ) !important;
    text-transform:unset;
	}
.features-releases h2{
  color:#002b3d !important; 
  margin-bottom:0.8em;
   font-weight:800;
  font-size: calc( 20px + (72 - 42) * ( (100vw - 320px) / (2400 - 320) ) ) !important;
}
.features-releases h3{
  font-weight:800;
color:#004F70 !important;}

.features-releases .icon-title {text-align:right;}
.features-releases .icon-title img { height:80px !important;}

.accordion, .accordion * {
 -webkit-box-sizing:border-box; 
 -moz-box-sizing:border-box; 
 box-sizing:border-box;
}
 
.accordion {
 overflow:hidden;
 /*box-shadow:2px 4px 16px rgba(0,0,0,0.12);*/
 border-radius:3px;
 background:#fff;
}

.accordion-section{position:relative;}


.accordion .accordion-section i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 20px;
  right: 15px;
}
.accordion .accordion-section i:before, .accordion .accordion-section i:after {
  content: "";
  position: absolute;
  background-color: #004f70;
  width: 1px;
  height: 9px;
}
.accordion .accordion-section i:before {
  transform: translate(-4px, 0) rotate(-45deg);
}
.accordion .accordion-section i:after {
  transform: translate(2px, 0) rotate(45deg);
}
.accordion .accordion-section i.active:before {
  transform: translate(-4px, 0) rotate(45deg);
}
.accordion .accordion-section i.active:after {
  transform: translate(2px, 0) rotate(-45deg);
}
 
/*----- Section Titles -----*/
.accordion-section-title {
 width:100%;
 padding:0.5em;
 display:inline-block;
 border-bottom:0px solid #1a1a1a;
 background:#D8E8F2;
 transition:all linear 0.15s;
 /* Type */
 font-size:1em;
 /*text-shadow:0px 1px 0px #1a1a1a;*/
 color:#004f70;
 text-decoration:none;
  font-weight: 700;
}
.accordion-section-title:focus{color:#004f70;}
 
.accordion-section-title.active, .accordion-section-title:hover {
 background:#BACBD9;
 /* Type */
 text-decoration:none;
}
 
.accordion-section:last-child .accordion-section-title {
 border-bottom-color:white;
 /*padding-bottom:2px;*/
}
 
/*----- Section Content -----*/
.accordion-section-content {
 padding:15px;
 display:none;
}
.accordion-section-content p{margin:0; padding-left:93px;}
/*Features RElease august 2023*/

.no-flex {
  display:block !important;
}
.flex-v-center, .flex-h-center {
  display: flex;
}
.flex-v-center, .widget-span.flex-v-center, .flex-v-center .row-depth-1 > .row-fluid {
  display: flex;
  align-items: center;
}
.flex-h-center, .widget-span.flex-h-center, .flex-h-center .hs_cos_wrapper_widget{
  display: flex;
  justify-content: center;
}
#fila2, 
.filas .row-fluid-wrapper.row-depth-1.row-number-5 {display:none}
.filas .row-depth-1 .row-fluid .span12 .span4{
   display: flex;
  align-items: center;
  justify-content: center;
  min-height:150px;
}

/*tablet section*/
@media (min-width: 1140px) and (max-width: 1180px) {
  body.landing-page .page-center.page-1230 {
    min-width:100%;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid [class*="span"] {
    min-height: 0px;
  }
  
  body.landing-page .page-center.page-1230 {
    min-width:100%;
  }
}

/*mobile section*/
@media (max-width: 767px) {
  body.landing-page .page-center.page-1230 {
    min-width:100%;
  }

	.webinar-headerBG .row-fluid .span6 {
		max-width: 50%;
	}
  .lg-lp-onesite .header { 
    background-position: 50vw 75vw;
  }
  
  .flex-v-center, .widget-span.flex-v-center, .flex-v-center .row-depth-1>.row-fluid {
    display: block;
  }
  
  .experienceDesktop{display:none !important}
  .experienceMobile{display:block !important}
  .right {
    text-align: center !important;}
  
}

@media (max-width: 480px) {
  .lg-lp-onesite .header { 
    background-position: 50vw 100vw;
  }
	.webinar-headerBG {
		background-position: 0 0;
	}
	.header-container .hs_cos_wrapper_type_logo a img {
		margin: 0;
		position: relative;
		left: 0; 
	}
	.webinar-headerBG .row-fluid .span6 {
    	max-width: 100%;
		text-align: center;
	}
	
	.header-title {
		    padding: 0 1em;
	}
	h1 {
		font-size: 36px;
	}
  /* -- Gerarci 2022 -- */
 .lp-gerarci-2022 {
   background-position: center bottom;
   background-color:#000;
   background-size: contain;}
  
  /* -- MBA Anual 2022 -- */
.lp-mba22-2022 {
   background-position: center bottom;
   background-color:#efd9b6;
  /*background-size: contain;*/
  min-height: 152px !important;}
  .lp-mba22-2022 #hs_cos_wrapper_module_158042760226630 {
    margin-top: 0rem !important;}
  .lp-mba22-2022 h1 {
    font-size: 0.9rem !important;
    margin: 0 0 0 0;}
  .lp-mba22-2022 #hs_cos_wrapper_module_1544554952775202{
    padding-bottom: 35px !important;
    padding-top: 10px !important;  }
  .lp-mba22-2022 #hs_cos_wrapper_module_1544554952775202 img{
    width:9rem;}
  .lp-mba22-2022 .marLeft1{margin-left:0rem;}
}


/* ---- The Housing Digest ---- */
.housing-digest-lp .header{
  background-image: url(https://fintech.landgorilla.com/hubfs/Landing%20Page%20Images/Housing%20Digest%20LP%20Header.svg);
  background-position: 0% 0%;
  background-size: cover;
}

/* ---- Incentive LP ---- */
.incentive-lp .header {
  background-image: url(https://fintech.landgorilla.com/hubfs/Landing%20Page%20Images/Incentive%20lp%20header.svg);
  background-position: 0% 0%;
  background-size: cover;
}

/* ---- Webinar Reimagining ADU Loans ---- */
.webinar-ADU-lp .header{
  background-image: url(https://fintech.landgorilla.com/hubfs/Landing%20Page%20Images/ADUs_webinar%20LP%20header.svg);
  background-position: 0% 0%;
  background-size: cover;
}

/* ----- Webinar Masstering Revene ---- */
.webinar-mastering-rev-lp .header{
  background-image: url(https://fintech.landgorilla.com/hubfs/Landing%20Page%20Images/webinar%20mastering%20revenue%20bg.svg);
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}


/* ----- Complimentary-Consultation ---- */
.complimentary-consultation-lp {
  background-image: url(https://fintech.landgorilla.com/hubfs/Landing%20Page%20Images/landing-complimentary-shannon-backgroundvg.svg);
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}
.complimentary-consultation-lp .header-container, .complimentary-consultation-lp .body-container, .complimentary-consultation-lp .page-center {
  background: transparent;
  background-color: transparent !important;
}
.complimentary-consultation-lp ul.checklist li {
  position: relative;
  padding-left: 1rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
}
.complimentary-consultation-lp ul.checklist li:before {
    font-size: 1.4rem;
    top: 2px;
    position: absolute;
    left: -20px;
    color: #004f70;
}
.complimentary-consultation-lp textarea {
    min-height: 100px;
}

.complementary-text p{font-size: 1.2em;
    padding-right: 1.5em;}
.complementary-form {}

.potential-topics-section h2,
.director-section h2 {color: #004f70 !important; font-weight:900;}
.director-section p{text-align:left;}
.director-section h4{ border-bottom: 2px solid #217ca3;
    padding-bottom: 0.5em; margin-top: -0.5em; }


@media (max-width: 375px) {
  .lp-mba22-2022 {
   background-position: center bottom;
   background-color:#efd9b6;
  background-size: cover;
  min-height: 120px !important;}
  .lp-mba22-2022 #hs_cos_wrapper_module_158042760226630 {
    margin-top: 0rem !important;}
  .lp-mba22-2022 h1 {
    font-size: 0.85rem !important;
    margin: 0 0 0 0;}
  .lp-mba22-2022 #hs_cos_wrapper_module_1544554952775202{
    padding-bottom: 25px !important;
    padding-top: 5px !important;  }
  .lp-mba22-2022 #hs_cos_wrapper_module_1544554952775202 img{
    width:6rem;}
  .lp-mba22-2022 .marLeft1{margin-left:0rem;}

}
@media (max-width: 320px) {
  .lp-mba22-2022 h1 {
    font-size: 0.70rem !important;
    margin: 0 0 0 0;}
   .lp-mba22-2022 #hs_cos_wrapper_module_1544554952775202{
    padding-bottom: 30px !important;
    padding-top: 5px !important;  }

}