@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/***********************************************/

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

/* =====================================
   Index:         
  1. BASE STYLES   
    1a. Hubl Variables
    1b. Hubl Macros
    1c. CSS Resets
    1d. Base
    1e. Typography
    1f. Buttons
    1g. Forms
  2. FLUID FRAMEWORK
  3. CONTENT
    3b. Homepage
  4. HEADER
    4a. Header Structure
    4b. Main Navigation
    4c. Mobile Menu
    4d. Sticky Header
  5. FOOTER
    4a. Footer Structure
  6. BLOG
    5a. Blog Structure
    5b. Blog Listing
    5c. Blog Post
    5d. Blog Subscribe Form
  7. MISCELLANOUS
    7a. CTA Overrides
   ===================================== */

/* ==========================================================================
   1. BASE STYLES                                             
   ========================================================================== */

/* =====================================
   1a. Hubl Variables                                               
   ===================================== */

/*** Base Font Settings (applies to body and non-heading tags)***/




 /* Keep value unitless for easy responsiveness */
 /* This will also be the minimum spacing for headings */




/*** Heading Font Settings ***/






/* Heading sizes in pixels */







/* Super */








/* h1 */






/* h2 */






/* h3 */






/* h4 */






/* h5 */






/* h6 */






/*** Extra Font Settings ***/












/*** Base Site Settings ***/





/*** Color Palette ***/







/*** Site Width Containers ***/



   

/* =====================================
   1b. Hubl Macros                                             
   ===================================== */

/* Border Radius  */


/* Box Shadow  */


/* Transition  */


/* Transform  */


/* Heading Tags  */


/* Text Tags  */


/* Text Tags  */


/** Shorthand Compatibality-Minded Flex Box Styles **/















/* =====================================
   1c. CSS Resets (If Needed)                                       
   ===================================== */

/* =====================================
   1d. Base                                          
   ===================================== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
body {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background: #FFFFFF;
  font-weight: 400;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
}
body.most-basic .header-container-wrapper,
body.most-basic .footer-container-wrapper {
	display: none !important;
}
#hide{
display:none;}
a { 
  color: #FA6D11;
}
a:hover, a:focus { 
  color: #FA6D11;
}
hr {
  color: #C4C4C4;
  background-color: #C4C4C4;
  height: 1px;
  border: none;
}

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

/*** Highlighted Text ***/
::-moz-selection {}
::selection {}

/*** Website Width ***/
.row-fluid .page-center,
.page-center {
  max-width: 1180px;
  float: none;
  margin: 0 auto !important;
  padding: 0 20px;
}
.row-fluid .page-center.wide,
.page-center.wide {
  max-width: 1180px;
}
.row-fluid .page-center.lean,
.page-center.lean {
  max-width: 940px;
}

@media (min-width: 1024px) {
  .row-fluid .page-center,
  .page-center {
    max-width: 1220px;
    padding: 0 40px;
  }
  .row-fluid .page-center.wide,
  .page-center.wide {
    max-width: 1220px;
  }
}

@media (max-width: 767px) {
  .row-fluid [class*="span"] {
    width: 100%; 
  }
  /** Add margin to divs after HubSpot wrap **/
  .page-center > .row-fluid-wrapper > .row-fluid > div {
    margin-bottom: 40px;
  }
  .page-center > .row-fluid-wrapper > .row-fluid > div.section-title {
    margin-bottom: 0;
  }
  .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div:last-of-type {
    margin-bottom: 0;
  }
  /** Don't add margin to divs after HubSpot wrap **/
  .page-center.noMbMargin > .row-fluid-wrapper > .row-fluid > div,
  .block-divide .page-center > .row-fluid-wrapper > .row-fluid > div {
    margin-bottom: 0;
  }
  /** Finesse image modules after HubSpot wrap **/
  .page-center .widget-type-linked_image {
    text-align: center; 
  }
  .page-center .widget-type-linked_image img {
    max-width: 85% !important;
  }
  .page-center .imgWidth {
    margin-top: 40px; 
  }
  .page-center .imgWidth .widget-type-linked_image img {
    max-width: 100%;
    width: 275px !important;
    height: auto !important;
  }
}

/* =====================================
   1e. Typography                                          
   ===================================== */

/*** Headings ***/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: normal;
  letter-spacing: max(normal, normal);
  margin: 0 0 1em;
  color: #111516;
}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {

}
/* Super */
.super h1, h1.super,
.super h2, h2.super,
.super h3, h3.super,
.super h4, h4.super,
.super h5, h5.super,
.super h6, h6.super,
p.super,
ol.super li,
ul.super li,
span.super {
  font-size: 66.0px;
  line-height: 1.25;
  margin: 0;
}
p.super,
ol.super li,
ul.super li,
span.super {
  line-height: 1.5; 
}
/* h1 */
h1,
.h1 h1, h1.h1,
.h1 h2, h2.h1,
.h1 h3, h3.h1,
.h1 h4, h4.h1,
.h1 h5, h5.h1,
.h1 h6, h6.h1,
p.h1,
ol.h1 li,
ul.h1 li,
span.h1 {
  font-size: 48px;
  line-height: 1.25;
  margin: 0;
}
/* h2 */
h2,
.h2 h1, h1.h2,
.h2 h2, h2.h2,
.h2 h3, h3.h2,
.h2 h4, h4.h2,
.h2 h5, h5.h2,
.h2 h6, h6.h2,
p.h2Size,
ol.h2Size li,
ul.h2Size li,
span.h2Size,
.h2Size p,
.h2Size li,
.h2Size span,
p.h2,
ol.h2 li,
ul.h2 li,
span.h2 {
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: .55em;
}
/* h3 */
h3,
.h3 h1, h1.h3,
.h3 h2, h2.h3,
.h3 h3, h3.h3,
.h3 h4, h4.h3,
.h3 h5, h5.h3,
.h3 h6, h6.h3,
p.h3,
ol.h3 li,
ul.h3 li,
span.h3,
p.h3Size,
ol.h3Size li,
ul.h3Size li,
span.h3Size,
.h3Size p,
.h3Size li,
.h3Size span {
  font-size: 28px;
  line-height: 1.25;
  margin-bottom: .75em;
}
/* h4 */
h4,
.h4 h1, h1.h4,
.h4 h2, h2.h4,
.h4 h3, h3.h4,
.h4 h4, h4.h4,
.h4 h5, h5.h4,
.h4 h6, h6.h4,
p.h4,
ol.h4 li,
ul.h4 li,
span.h4,
.h4 p,
.h4 li,
.h4 span {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
/* h5 */
h5,
.h5 h1, h1.h5,
.h5 h2, h2.h5,
.h5 h3, h3.h5,
.h5 h4, h4.h5,
.h5 h5, h5.h5,
.h5 h6, h6.h5,
p.h5,
ol.h5 li,
ul.h5 li,
span.h5,
.h5 p,
.h5 li,
.h5 span {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
}
/* h6 */
h6,
.h6 h1, h1.h6,
.h6 h2, h2.h6,
.h6 h3, h3.h6,
.h6 h4, h4.h6,
.h6 h5, h5.h6,
.h6 h6, h6.h6,
p.h6,
ol.h6 li,
ul.h6 li,
span.h6,
.h6 p,
.h6 li,
.h6 span {
  font-size: 18px;
}
/* Small */
p.small,
ol.small li,
ul.small li,
span.small,
.small p,
.small li,
.small span{
  font-size: 14px;
}
/* Mini */
p.pint,
ol.pint li,
ul.pint li,
span.pint,
.pint p,
.pint li,
.pint span {
  font-size: .75em;
}
/* Normal font weight */
.fontWeightNormal h1, h1.fontWeightNormal,
.fontWeightNormal h2, h2.fontWeightNormal,
.fontWeightNormal h3, h3.fontWeightNormal,
.fontWeightNormal h4, h4.fontWeightNormal,
.fontWeightNormal h5, h5.fontWeightNormal,
.fontWeightNormal h6, h6.fontWeightNormal,
p.fontWeightNormal,
ol.fontWeightNormal li,
ul.fontWeightNormal li,
span.fontWeightNormal,
.fontWeightNormal p,
.fontWeightNormal li,
.fontWeightNormal span {
  font-weight: normal;
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .super h1, h1.super,
.super h2, h2.super,
.super h3, h3.super,
.super h4, h4.super,
.super h5, h5.super,
.super h6, h6.super,
  p.super,
ol.super li,
ul.super li,
span.super {
    font-size: 59.4px;
  }
}
@media (max-width: 1024px) and (min-width: 901px) {
  .super h1, h1.super,
.super h2, h2.super,
.super h3, h3.super,
.super h4, h4.super,
.super h5, h5.super,
.super h6, h6.super,
  p.super,
ol.super li,
ul.super li,
span.super {
    font-size: 56.1px;
  }
  h1,
  .h1 h1, h1.h1,
.h1 h2, h2.h1,
.h1 h3, h3.h1,
.h1 h4, h4.h1,
.h1 h5, h5.h1,
.h1 h6, h6.h1,
  p.h1,
ol.h1 li,
ul.h1 li,
span.h1 {
    font-size: 43.2px;
  }
  h2,
  .h2 h1, h1.h2,
.h2 h2, h2.h2,
.h2 h3, h3.h2,
.h2 h4, h4.h2,
.h2 h5, h5.h2,
.h2 h6, h6.h2,
  p.h2Size,
ol.h2Size li,
ul.h2Size li,
span.h2Size,
.h2Size p,
.h2Size li,
.h2Size span,
  p.h2,
ol.h2 li,
ul.h2 li,
span.h2 {
    font-size: 34.199999999999996px;
  }
  h3,
  .h3 h1, h1.h3,
.h3 h2, h2.h3,
.h3 h3, h3.h3,
.h3 h4, h4.h3,
.h3 h5, h5.h3,
.h3 h6, h6.h3,
  p.h3,
ol.h3 li,
ul.h3 li,
span.h3,
  p.h3Size,
ol.h3Size li,
ul.h3Size li,
span.h3Size,
.h3Size p,
.h3Size li,
.h3Size span {
    font-size: 28px;
  }
  h4,
  .h4 h1, h1.h4,
.h4 h2, h2.h4,
.h4 h3, h3.h4,
.h4 h4, h4.h4,
.h4 h5, h5.h4,
.h4 h6, h6.h4,
  p.h4,
ol.h4 li,
ul.h4 li,
span.h4,
.h4 p,
.h4 li,
.h4 span {
    font-size: 24px;
  }
  h5,
  .h5 h1, h1.h5,
.h5 h2, h2.h5,
.h5 h3, h3.h5,
.h5 h4, h4.h5,
.h5 h5, h5.h5,
.h5 h6, h6.h5,
  p.h5,
ol.h5 li,
ul.h5 li,
span.h5,
.h5 p,
.h5 li,
.h5 span {
    font-size: 18px;
  }
}
@media (max-width: 900px) and (min-width: 768px) {
  .super h1, h1.super,
.super h2, h2.super,
.super h3, h3.super,
.super h4, h4.super,
.super h5, h5.super,
.super h6, h6.super,
  p.super,
ol.super li,
ul.super li,
span.super {
    font-size: 52.800000000000004px;
  }
  h1,
  .h1 h1, h1.h1,
.h1 h2, h2.h1,
.h1 h3, h3.h1,
.h1 h4, h4.h1,
.h1 h5, h5.h1,
.h1 h6, h6.h1,
  p.h1,
ol.h1 li,
ul.h1 li,
span.h1 {
    font-size: 40.8px;
  }
  h2,
  .h2 h1, h1.h2,
.h2 h2, h2.h2,
.h2 h3, h3.h2,
.h2 h4, h4.h2,
.h2 h5, h5.h2,
.h2 h6, h6.h2,
  p.h2Size,
ol.h2Size li,
ul.h2Size li,
span.h2Size,
.h2Size p,
.h2Size li,
.h2Size span,
  p.h2,
ol.h2 li,
ul.h2 li,
span.h2 {
    font-size: 32.4px;
  }
  h3,
  .h3 h1, h1.h3,
.h3 h2, h2.h3,
.h3 h3, h3.h3,
.h3 h4, h4.h3,
.h3 h5, h5.h3,
.h3 h6, h6.h3,
  p.h3,
ol.h3 li,
ul.h3 li,
span.h3,
  p.h3Size,
ol.h3Size li,
ul.h3Size li,
span.h3Size,
.h3Size p,
.h3Size li,
.h3Size span {
    font-size: 26.599999999999998px;
  }
  h4,
  .h4 h1, h1.h4,
.h4 h2, h2.h4,
.h4 h3, h3.h4,
.h4 h4, h4.h4,
.h4 h5, h5.h4,
.h4 h6, h6.h4,
  p.h4,
ol.h4 li,
ul.h4 li,
span.h4,
.h4 p,
.h4 li,
.h4 span {
    font-size: 24px;
  }
  h5,
  .h5 h1, h1.h5,
.h5 h2, h2.h5,
.h5 h3, h3.h5,
.h5 h4, h4.h5,
.h5 h5, h5.h5,
.h5 h6, h6.h5,
  p.h5,
ol.h5 li,
ul.h5 li,
span.h5,
.h5 p,
.h5 li,
.h5 span {
    font-size: 18px;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  .super h1, h1.super,
.super h2, h2.super,
.super h3, h3.super,
.super h4, h4.super,
.super h5, h5.super,
.super h6, h6.super,
  p.super,
ol.super li,
ul.super li,
span.super {
    font-size: 46.199999999999996px;
  }
  h1,
  .h1 h1, h1.h1,
.h1 h2, h2.h1,
.h1 h3, h3.h1,
.h1 h4, h4.h1,
.h1 h5, h5.h1,
.h1 h6, h6.h1,
  p.h1,
ol.h1 li,
ul.h1 li,
span.h1 {
    font-size: 38.400000000000006px;
  }
  h2,
  .h2 h1, h1.h2,
.h2 h2, h2.h2,
.h2 h3, h3.h2,
.h2 h4, h4.h2,
.h2 h5, h5.h2,
.h2 h6, h6.h2,
  p.h2Size,
ol.h2Size li,
ul.h2Size li,
span.h2Size,
.h2Size p,
.h2Size li,
.h2Size span,
  p.h2,
ol.h2 li,
ul.h2 li,
span.h2 {
    font-size: 30.599999999999998px;
  }
  h3,
  .h3 h1, h1.h3,
.h3 h2, h2.h3,
.h3 h3, h3.h3,
.h3 h4, h4.h3,
.h3 h5, h5.h3,
.h3 h6, h6.h3,
  p.h3,
ol.h3 li,
ul.h3 li,
span.h3,
  p.h3Size,
ol.h3Size li,
ul.h3Size li,
span.h3Size,
.h3Size p,
.h3Size li,
.h3Size span {
    font-size: 25.2px;
  }
  h4,
  .h4 h1, h1.h4,
.h4 h2, h2.h4,
.h4 h3, h3.h4,
.h4 h4, h4.h4,
.h4 h5, h5.h4,
.h4 h6, h6.h4,
  p.h4,
ol.h4 li,
ul.h4 li,
span.h4,
.h4 p,
.h4 li,
.h4 span {
    font-size: 22.799999999999997px;
  }
  h5,
  .h5 h1, h1.h5,
.h5 h2, h2.h5,
.h5 h3, h3.h5,
.h5 h4, h4.h5,
.h5 h5, h5.h5,
.h5 h6, h6.h5,
  p.h5,
ol.h5 li,
ul.h5 li,
span.h5,
.h5 p,
.h5 li,
.h5 span {
    font-size: 18px;
  }
}
@media (max-width: 479px) and (min-width: 375px) {
  .super h1, h1.super,
.super h2, h2.super,
.super h3, h3.super,
.super h4, h4.super,
.super h5, h5.super,
.super h6, h6.super,
  p.super,
ol.super li,
ul.super li,
span.super {
    font-size: 42.9px;
  }
  h1,
  .h1 h1, h1.h1,
.h1 h2, h2.h1,
.h1 h3, h3.h1,
.h1 h4, h4.h1,
.h1 h5, h5.h1,
.h1 h6, h6.h1,
  p.h1,
ol.h1 li,
ul.h1 li,
span.h1 {
    font-size: 36.0px;
  }
  h2,
  .h2 h1, h1.h2,
.h2 h2, h2.h2,
.h2 h3, h3.h2,
.h2 h4, h4.h2,
.h2 h5, h5.h2,
.h2 h6, h6.h2,
  p.h2Size,
ol.h2Size li,
ul.h2Size li,
span.h2Size,
.h2Size p,
.h2Size li,
.h2Size span,
  p.h2,
ol.h2 li,
ul.h2 li,
span.h2 {
    font-size: 28.8px;
  }
  h3,
  .h3 h1, h1.h3,
.h3 h2, h2.h3,
.h3 h3, h3.h3,
.h3 h4, h4.h3,
.h3 h5, h5.h3,
.h3 h6, h6.h3,
  p.h3,
ol.h3 li,
ul.h3 li,
span.h3,
  p.h3Size,
ol.h3Size li,
ul.h3Size li,
span.h3Size,
.h3Size p,
.h3Size li,
.h3Size span {
    font-size: 23.8px;
  }
  h4,
  .h4 h1, h1.h4,
.h4 h2, h2.h4,
.h4 h3, h3.h4,
.h4 h4, h4.h4,
.h4 h5, h5.h4,
.h4 h6, h6.h4,
  p.h4,
ol.h4 li,
ul.h4 li,
span.h4,
.h4 p,
.h4 li,
.h4 span {
    font-size: 21.6px;
  }
  h5,
  .h5 h1, h1.h5,
.h5 h2, h2.h5,
.h5 h3, h3.h5,
.h5 h4, h4.h5,
.h5 h5, h5.h5,
.h5 h6, h6.h5,
  p.h5,
ol.h5 li,
ul.h5 li,
span.h5,
.h5 p,
.h5 li,
.h5 span {
    font-size: 18px;
  }
}
@media (max-width: 374px) {
  .super h1, h1.super,
.super h2, h2.super,
.super h3, h3.super,
.super h4, h4.super,
.super h5, h5.super,
.super h6, h6.super,
  p.super,
ol.super li,
ul.super li,
span.super {
    font-size: 39.6px;
  }
  h1,
  .h1 h1, h1.h1,
.h1 h2, h2.h1,
.h1 h3, h3.h1,
.h1 h4, h4.h1,
.h1 h5, h5.h1,
.h1 h6, h6.h1,
  p.h1,
ol.h1 li,
ul.h1 li,
span.h1 {
    font-size: 33.599999999999994px;
  }
  h2,
  .h2 h1, h1.h2,
.h2 h2, h2.h2,
.h2 h3, h3.h2,
.h2 h4, h4.h2,
.h2 h5, h5.h2,
.h2 h6, h6.h2,
  p.h2Size,
ol.h2Size li,
ul.h2Size li,
span.h2Size,
.h2Size p,
.h2Size li,
.h2Size span,
  p.h2,
ol.h2 li,
ul.h2 li,
span.h2 {
    font-size: 27.0px;
  }
  h3,
  .h3 h1, h1.h3,
.h3 h2, h2.h3,
.h3 h3, h3.h3,
.h3 h4, h4.h3,
.h3 h5, h5.h3,
.h3 h6, h6.h3,
  p.h3,
ol.h3 li,
ul.h3 li,
span.h3,
  p.h3Size,
ol.h3Size li,
ul.h3Size li,
span.h3Size,
.h3Size p,
.h3Size li,
.h3Size span {
    font-size: 22.400000000000002px;
  }
  h4,
  .h4 h1, h1.h4,
.h4 h2, h2.h4,
.h4 h3, h3.h4,
.h4 h4, h4.h4,
.h4 h5, h5.h4,
.h4 h6, h6.h4,
  p.h4,
ol.h4 li,
ul.h4 li,
span.h4,
.h4 p,
.h4 li,
.h4 span {
    font-size: 20.4px;
  }
  h5,
  .h5 h1, h1.h5,
.h5 h2, h2.h5,
.h5 h3, h3.h5,
.h5 h4, h4.h5,
.h5 h5, h5.h5,
.h5 h6, h6.h5,
  p.h5,
ol.h5 li,
ul.h5 li,
span.h5,
.h5 p,
.h5 li,
.h5 span {
    font-size: 19.95px;
  }
  h6,
  .h6 h1, h1.h6,
.h6 h2, h2.h6,
.h6 h3, h3.h6,
.h6 h4, h4.h6,
.h6 h5, h5.h6,
.h6 h6, h6.h6,
  p.h6,
ol.h6 li,
ul.h6 li,
span.h6,
.h6 p,
.h6 li,
.h6 span {
    font-size: px;
  }
}

/** Strong tag in Heading **/
h1 strong, h2 strong, h3 strong {
  font-weight: ;
}

/*** Section Titles ***/
.section-title h1, h1.section-title,
.section-title h2, h2.section-title,
.section-title h3, h3.section-title,
.section-title h4, h4.section-title {
  position: relative;
  padding-bottom: 30px;
}
.section-title h1:after, h1.section-title:after,
.section-title h2:after, h2.section-title:after,
.section-title h3:after, h3.section-title:after,
.section-title h4:after, h4.section-title:after {
  content: " ";
  position: absolute;
  height: 4px;
  left: 0;
  width: 82px;
  bottom: 0;
  border-radius: 4px;
  background: #FA6D11;
}
@media (max-width: 767px) {
  .section-title h1, h1.section-title,
  .section-title h2, h2.section-title,
  .section-title h3, h3.section-title,
  .section-title h4, h4.section-title {
    padding-bottom: 25px;
  }  
}
/* Style when aligned center */
.textCenter .section-title h1:after, .textCenter h1.section-title:after, .section-title.textCenter h1:after, h1.section-title.textCenter:after, 
.textCenter .section-title h2:after, .textCenter h2.section-title:after, .section-title.textCenter h2:after, h2.section-title.textCenter:after,
.textCenter .section-title h3:after, .textCenter h3.section-title:after, .section-title.textCenter h3:after, h3.section-title.textCenter:after,
.textCenter .section-title h4:after, .textCenter h4.section-title:after, .section-title.textCenter h4:after, h4.section-title.textCenter:after {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
/* Style when aligned right */
.textRight .section-title h1:after, .textRight h1.section-title:after, .section-title.textRight h1:after, h1.section-title.textRight:after, 
.textRight .section-title h2:after, .textRight h2.section-title:after, .section-title.textRight h2:after, h2.section-title.textRight:after,
.textRight .section-title h3:after, .textRight h3.section-title:after, .section-title.textRight h3:after, h3.section-title.textRight:after,
.textRight .section-title h4:after, .textRight h4.section-title:after, .section-title.textRight h4:after, h4.section-title.textRight:after {
  left: initial;
  right: 0;
}
/* Alternate style */
.section-title.alt h1:after, h1.section-title:.altafter,
.section-title.alt h2:after, h2.section-title.alt:after,
.section-title.alt h3:after, h3.section-title.alt:after,
.section-title.alt h4:after, h4.section-title.alt:after { }

/*** Advanced Header Module Styles ***/
span.headline-preface {
  font-family: 'Poppins', sans-serif;
  font-size: 21px;
  font-weight: 700;
  display: block;
  line-height: normal;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: .05em;
}
span.headline-subhead {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 21px;
  font-size: max(21px, .40em);
  letter-spacing: normal;
  letter-spacing: max(normal, normal);
  display: block;
  width: 100%;
  padding-top: 1em;
  padding-bottom: .20em;
  line-height: 1.675;
}
.noMargin span.headline-subhead {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  span.headline-preface {
    font-size: 18px;
  }
  span.headline-subhead {
    font-size: 18px;
    font-size: max(18px, .40em);
  }
}

/*** Paragraphs and Related Styles ***/
p {
  margin: 0;
}
.textBold p, .textBold span, .textBold li, strong, b, .textBold a {
  font-weight: 700;
}
.textUppercase h1, h1.textUppercase,
.textUppercase h2, h2.textUppercase,
.textUppercase h3, h3.textUppercase,
.textUppercase h4, h4.textUppercase,
.textUppercase h5, h5.textUppercase,
.textUppercase h6, h6.textUppercase,
p.textUppercase,
ol.textUppercase li,
ul.textUppercase li,
span.textUppercase,
.textUppercase p,
.textUppercase li,
.textUppercase span {
  text-transform: uppercase; 
}
/** Add letter spacing **/
.letterSpacing h1, h1.letterSpacing,
.letterSpacing h2, h2.letterSpacing,
.letterSpacing h3, h3.letterSpacing,
.letterSpacing h4, h4.letterSpacing,
.letterSpacing h5, h5.letterSpacing,
.letterSpacing h6, h6.letterSpacing,
p.letterSpacing,
ol.letterSpacing li,
ul.letterSpacing li,
span.letterSpacing,
.letterSpacing p,
.letterSpacing li,
.letterSpacing span,
.letterSpacing a, a.letterSpacing {
  letter-spacing: .05em;
}
@media (max-width: 768px) {
  .letterSpacing h1, h1.letterSpacing,
.letterSpacing h2, h2.letterSpacing,
.letterSpacing h3, h3.letterSpacing,
.letterSpacing h4, h4.letterSpacing,
.letterSpacing h5, h5.letterSpacing,
.letterSpacing h6, h6.letterSpacing,
  p.letterSpacing,
ol.letterSpacing li,
ul.letterSpacing li,
span.letterSpacing,
.letterSpacing p,
.letterSpacing li,
.letterSpacing span,
  .letterSpacing a, a.letterSpacing {
    letter-spacing: .035em; 
  }
}

/*** Font Highlights ***/
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
  color: #FA6D11; 
}

/*** Context Dependent Margins ***/
h1 + h2, h2 + h2, h3 + h2, h4 + h2, h5 + h2, h6 + h2, ul + h2, ol + h2, h2 + h2, a + h2, span + h2, p + h2 {
  margin-top: .67em; 
}
span.headline-preface + h2 {
  margin-top: 0;
}
h1 + h3, h2 + h3, h3 + h3, h4 + h3, h5 + h3, h6 + h3, ul + h3, ol + h3, h3 + h3, a + h3, span + h3, p + h3 {
  margin-top: .83em; 
}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p, ul + p, p + p, a + p, span + p,
h1 + h4, h2 + h4, h3 + h4, h4 + h4, h5 + h4, h6 + h4, ul + h4, ol + h4, h4 + h4, a + h4, span + h4, p + h4,
h1 + h5, h2 + h5, h3 + h5, h4 + h5, h5 + h5, h6 + h5, ul + h5, ol + h5, h4 + h5, a + h5, span + h5, p + h5,
h1 + h6, h2 + h6, h3 + h6, h4 + h6, h5 + h6, h6 + h6, ul + h6, ol + h6, h4 + h6, a + h6, span + h6, p + h6 {
  margin-top: 1em;
}
ol + h1, ol + h2, ol + h3, ol + h4,
ul + h1, ul + h2, ul + h3, ul + h4 {
  margin-top: 0;
}
h2 + ol, h3 + ol, h4 + ol,
h2 + ul, h3 + ul, h4 + ul {
  margin-top: 0;
}

/*** Lists ***/
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}
.page-center ul,
.page-center ol {
  display: inline-block;
}
.page-center ul li, 
.page-center ol li {
  margin-bottom: .75em;
}
.page-center p+ ul li:last-of-type, 
.page-center p+ ol li:last-of-type {
  margin-bottom: 1.5em;
}
.page-center p + ul,  
.page-center p + ol {
  margin-top: 1.5em;
}
ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
/** Two column list **/
@media (min-width: 601px) {
  .two-column-list ul,
  ul.two-column-list {
    display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
    -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
    -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
  }
  .two-column-list ul li,
  ul.two-column-list li {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
/** Checkmark List **/
.checkmark-list ul,
ul.checkmark-list {
  list-style: none;
  display: inline-block;
  padding-left: 0;
  text-align: left;
}
.checkmark-list ul li,
ul.checkmark-list li {
  margin-bottom: 1.5em;
  position: relative;
  font-size: 18px;
  padding-left: 2em;
}
.checkmark-list ul li:before,
ul.checkmark-list li:before {
  content: "";
  left: 0;
  top: 3px;
  position: absolute;
  vertical-align: middle;
  background-image: url('https://7016829.fs1.hubspotusercontent-na1.net/hubfs/7016829/blue-checkmark.svg');
  background-size: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  height: 1.5em;
  width: 1.5em;
}
/* Alt color scheme */
.checkmark-list.alt ul li:before,
ul.checkmark-list.alt li:before,
.bgDark .checkmark-list ul li:before,
.bgDark ul.checkmark-list li:before,
.bgYellow .checkmark-list ul li:before,
.bgYellow ul.checkmark-list li:before {
  background-image: url('https://7016829.fs1.hubspotusercontent-na1.net/hubfs/7016829/checkmark-icon-placeholder.svg');
}
.bgWhiteBox .checkmark-list ul li:before {
  background-image: url('https://7016829.fs1.hubspotusercontent-na1.net/hubfs/7016829/blue-checkmark.svg');
}
.sizeUp.checkmark-list ul li,
.sizeUp .checkmark-list ul li,
.sizeUp ul.checkmark-list li {
  padding-left: 2.5em;
  margin-bottom: 1em;
}
.sizeUp.checkmark-list ul li:before,
.sizeUp .checkmark-list ul li:before,
.sizeUp ul.checkmark-list li:before {
  height: 1.75em;
  width: 1.75em;
  top: 0;
}
.superSize.checkmark-list ul li,
.superSize .checkmark-list ul li,
.superSize ul.checkmark-list li {
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.superSize.checkmark-list ul li:before,
.superSize .checkmark-list ul li:before,
.superSize ul.checkmark-list li:before {
  height: 1em;
  width: 1em;
}

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

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


/* =====================================
   1f. Buttons                                        
   ===================================== */

/* Default margin */
.btnSolid,
.btnFill {
   margin-top: 25px;
}

/* General Button Styles */
.hs-button.primary,
input[type="submit"],
input[type="button"],
.btnSolid a.cta_button,
.btnFill a.cta_button,
.btnSolid a,
.btnFill a,
a.btnSolid,
a.btnFill,
.btnFill .read-more {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  cursor: pointer;
  -webkit-appearance: none;
  font-style: normal;
  display: inline-block;
  text-decoration: none !important;
  min-width: 200px;
  padding: 15px 30px;
  text-align: center;
  vertical-align: middle;
}

/*** Solid Button Styles ***/
.hs-button.primary,
input[type="submit"],
.btnSolid a.cta_button,
.btnSolid a,
a.btnSolid {
  -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    transition: transform .3s ease;;
  background: #FA6D11;
  border: 1px solid #FA6D11;
  /*text-shadow: 1px 1px 1px rgba(0,0,0,.25);*/
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  border-radius: 4px;
  color: #fff;
  fill: #fff;
}
.hs-button.primary:hover,
input[type="submit"]:hover,
.btnSolid a.cta_button:hover,
.btnSolid a:hover,
a.btnSolid:hover,
.wp-block-button a:hover {
  -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -o-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
}
/** Alternate Colors **/
.btnSolid.alt a.cta_button,
.btnSolid.alt a,
a.btnSolid.alt {
  background: #ffffff !important;
  border: 1px solid #ffffff;
  color: #FA6D11;
}

/*** Fill Button Styles ***/
.btnFill a.cta_button,
.btnFill a,
a.btnFill,
.btnFill .read-more {
  -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
  border-radius: 4px;
  color: #FA6D11;
  border: 1px solid #FA6D11;
  background: transparent;
}
.btnFill a.cta_button:hover, .btnFill a.cta_button:focus,
.btnFill a:hover, .btnFill a:focus,
a.btnFill:hover, a.btnFill:focus,
.post-item:hover .btnFill .read-more, .post-item:focus .btnFill .read-more {
  background: #FA6D11;
  color: #fff; 
}
/* Alternate Color */
.btnFill.colorWhite a.cta_button,
.btnFill.colorWhite a,
a.btnFill.colorWhite {
  color: #fff;
  border: 2px solid #fff;
}
.btnFill.colorWhite a.cta_button:hover, .btnFill.colorWhite a.cta_button:focus,
.btnFill.colorWhite a:hover, .btnFill.colorWhite a:focus,
a.btnFill.colorWhite:hover, a.btnFill.colorWhite:focus {
  background: #fff;
  color: #000000;
}

/* Center buttons on mobile */
@media (max-width: 600px) {
  .btnSolid, .btnFill {
    text-align: center; 
  }
}

/*** Form Specific Button Styles ***/
.hs-button.primary,
  input[type="submit"] {
  margin: 5px auto 20px;
  display: block;
  max-width: 310px;
  white-space: normal;
}

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

/** Other **/


/*** Double CTA Wrapper ***/
.double-cta-wrapper .btnSolid a,
.double-cta-wrapper a.btnSolid {
  margin-top: 0;
}
@media (min-width: 901px) {
  .double-cta-wrapper .btnSolid a {
    min-width: 0;
  }
  .double-cta-wrapper > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
    -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
    -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
    -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  }
  .double-cta-wrapper.textCenter > .row-fluid-wrapper > .row-fluid {
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; 
  }
}
@media (min-width: 769px) {
  .double-cta-wrapper > .row-fluid-wrapper > .row-fluid {
    display: inline-block;
    width: auto;
  }
  .double-cta-wrapper div.span6 {
    margin-top: 20px;
    display: inline-block;
    width: auto !important;
  }
  .double-cta-wrapper div.span6 > div {
    display: inline-block;
    margin: 15px 0;
  }
  .double-cta-wrapper div.span6:first-of-type {
    margin-right: 20px !important; 
  }
  .double-cta-wrapper div.span6:last-of-type {
    margin-left: 0 !important; 
  }
}
@media (max-width: 768px) {
  .double-cta-wrapper {
    margin-top: 25px;
    text-align: center; 
  }
  .double-cta-wrapper div.span6:first-of-type {
    margin-bottom: 20px; 
  }
  .double-cta-wrapper .btnSolid a,
  .double-cta-wrapper a.btnSolid {
    width: 100% !important;
    max-width: 300px !important;
  }
}

/* SVG Icons */
.btnSolid svg {
  height: 1em;
  width: 1em;
  vertical-align: middle;
  fill: inherit;
  margin-left: 3px;
}

/* =====================================
   1g. Forms                                    
   ===================================== */


/* Remove style from ul on forms */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}

form {
  text-align: left; 
}

.hideTitle .widget-type-form h3 {
  visibility: hidden;
  height: 0;
  width: 0;
  line-height: 0;
}

/*** Form Wrapper Styling ***/
.widget-type-form {
  max-width: 1150px;
  margin: 0 auto;
  border-radius: 8px;
  padding: 60px 30px;
  box-shadow: 0px 3px 27px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.form-wrapper {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  max-width: 1150px;
  border-radius: 8px;
  padding: 60px 30px;
  box-shadow: 0px 3px 27px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.form-wrapper > div,
.widget-type-form form {
  max-width: 770px;
  margin: 0 auto;
}
.form-wrapper .widget-type-form,
.wrapperless .widget-type-form {
  background: transparent;
  box-shadow: none;
  padding: initial !important;
  border-radius: 0;
  max-width: initial;
}
.form-wrapper.lessPadding,
.lessPadding .widget-type-form {
  padding-top: 40px;
  padding-bottom: 30px;
}
.wrapperless .widget-type-form {
  max-width: 1150px;
  background-color: transparent !important;
}
.wrapperless .widget-type-form form {
  max-width: 100%; 
}
@media (max-width: 767px) {
  .widget-type-form,
  .form-wrapper {
    padding: 30px;
  }
}
/* Alternate Form BG */
.bgAlt .widget-type-form,
.form-wrapper.bgAlt {
  background-color: #fff;
}

.widget-type-form p,
.form-wrapper p {
  color: #000000 !important;
}

/** Full width form **/
.fullWidthForm {
  padding: 30px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
  background-color: rgba(246,246,246,0.5);
}
.fullWidthForm .widget-type-form {
  max-width: 800px;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background-color: none !important;
}
.fullWidthForm h3, .fullWidthForm p {
  text-align: center; 
}

/*** Form Field Label Styling ***/
.hs-form .hs-form-field {
  position: relative;
  padding-bottom: 10px;
}
.hs-form-field > label {
 position: relative;
 color: #000000;
}
.hs-form-field > label > span:first-of-type {
  font-size: 14px;
  color: #000000;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: normal;
  line-height: normal;
  padding-right: 12px;
}
.hs-form .hs-field-desc {
  display: none;
}
.hs-form span.hs-form-required {
  background: #FA6D11;
  position: absolute;
  color: transparent;
  width: 6px;
  right: 0;
  margin-left: 0;
  top: 8px;
  border-radius: 50%;
  height: 6px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}
.hs-form .hs-richtext {
  margin: 20px 0 30px; 
}
/*
.hs-form input,
.hs-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
*/

/*** Form Inputs Styling  ***/
.hs-form input.hs-input,
.hs-form textarea,
.hs-form select,
.widget-type-password_prompt input[type="password"] {
  -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
  font-size: 14px;
  color: #000000;
  line-height: normal;
  margin-top: 2px;
  border-radius: 4px;
  margin-bottom: 15px;
  background-color: #ffffff;
  border: 0;
  border: 1px solid #cacaca;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  padding: 12px 12px 12px 23px;
}
.hs-form input.hs-input:focus,
.hs-form textarea:focus,
.hs-form select:focus,
.widget-type-password_prompt input[type="password"]:focus {
  background-color: #fff;
}

/** Large Fields **/
.largeFields .hs-form-field > label > span:first-of-type {
  font-size: 16px;
}
.largeFields .hs-form input.hs-input,
.largeFields .hs-form textarea,
.largeFields .hs-form select,
.largeFields .widget-type-password_prompt input[type="password"] {
  font-size: 18px;
  padding: 20px 20px 20px 25px;
}

::placeholder {
  color: #69798A;
}
:-ms-input-placeholder {
  color: #69798A;
}
::-ms-input-placeholder {
  color: #69798A;
}
::-moz-placeholder {
  color: #69798A;
}

/** Checkbox fix **/
.hs-form input[type="checkbox"] {
  width: auto !important;
  margin-bottom: 20px;
  margin-right: 6px;
}
.hs-form .inputs-list {
  margin-top: 0; 
}
.hs-form .inputs-list span {
  vertical-align: middle; 
}
.hs-form ul li, .hs-form ol li {
  margin-bottom: initial; 
}

/* reCaptcha */
.hs-form .grecaptcha-badge {
  margin: 0 auto 20px; 
}

/* Upload file fix */
.hs-form input[type="file"] {
  border: 0;
  padding: 0;
  background: transparent;
}

/* Multi-line inputs */
.hs-form textarea {
  min-width: 100%;
  max-height: 300px;
  min-height: 100px;
  max-width: 100%;
}

/** Dropdowns **/
.hs-form select {
  cursor: pointer;
  -webkit-appearance: none; 
  -moz-appearance: none;
  appearance: none; 
  background: url('https://3836852.fs1.hubspotusercontent-na1.net/hubfs/3836852/nav-down-arrow-darksvg.svg') 95% 52% no-repeat #fff;
  background-size: 12px;
}
.hs-form select::-ms-expand { 
  display: none; /* hide the default arrow in ie10 and ie11 */
}
@media screen and (min-width:0\0) {
  .hs-form select {
    background: none !important;
  }
}

/** Multi-select (selectors for multi-select fields) **/
.hs-form form.hs-form .hs-form-field ul.inputs-list {}

.hs-form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs-form input[type="radio"] {}
.hs-form input[type="checkbox"] {}

/** Required (selectors for fields, when they do not pass validation) **/
.hs-form input.invalid, 
.hs-form textarea.invalid, 
.hs-form select.invalid {
  -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
  border: 1px solid red;
  background: #fff;
}
.hs-form input.invalid ::placeholder,
.hs-form textarea.invalid ::placeholder, 
.hs-form select.invalid ::placeholder {
  color: red;
}
.hs-form input.invalid :-ms-input-placeholder,
.hs-form textarea.invalid :-ms-input-placeholder, 
.hs-form select.invalid :-ms-input-placeholder {
  color: red;
}
.hs-form input.invalid ::-ms-input-placeholder
.hs-form textarea.invalid ::-ms-input-placeholder, 
.hs-form select.invalid ::-ms-input-placeholder {
  color: red;
}
.hs-form input.invalid ::-moz-placeholder,
.hs-form textarea.invalid ::-moz-placeholder, 
.hs-form select.invalid ::-moz-placeholder {
  color: red;
}

/** Error message (selector for validation messages) **/
.hs-form .hs-error-msgs label{
  color: red !important;
}
.hs-form ul.hs-error-msgs.inputs-list {
  line-height: normal;
  color: red;
  font-size: 11px;
  margin: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.hs-form .hs_error_rollup {
    display: none !important;
}

/** Radio buttons **/
.hs-fieldtype-radio > label {
  display: inline-block;
  margin-bottom: 15px;
}
.hs-fieldtype-radio > label span {
  font-size: 15px !important;
}
.hs-fieldtype-radio > .input ul.inputs-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
.hs-fieldtype-radio > .input ul.inputs-list li {
  width: 100%;
  margin: 0 2% 10px;
  text-align: center;
  font-size: 14px;
}
.hs-fieldtype-radio > .input ul.inputs-list li input {
  margin-bottom: 5px !important;
  padding: 0 !important;
}
@media (max-width: 479px) {
  #survey-form .hs-fieldtype-radio > .input ul.inputs-list li {
    margin: 0 1% 10px;
    font-size: 12px;
  }
  #survey-form .widget-type-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*** Multi Column Form (selectors for fieldsets and field wrappers) ***/
.hs-form fieldset {
    max-width: none !important;
}
.hs-form .hs-input {
    width: 100% !important;
}
.hs-form .hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {
    padding: 0 0 10px !important;
    width: 100%;
}
.hs-form .hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {
    padding: 0 0 5px;
    width: 49% !important;
    margin-right: 1%;
}
.hs-form fieldset.form-columns-2 .hs-form-field:last-of-type {
    margin-right: 0;
    margin-left: 1%;
}
.hs-form .hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {
    padding: 0 0 5px !important;
    width: 32.33% !important;
    margin-right: .5%;
    margin-left: .5%;
}
.hs-form fieldset.form-columns-3 .hs-form-field:first-of-type {
    margin-right: 1%;
    margin-left: 0;
}
.hs-form fieldset.form-columns-3 .hs-form-field:last-of-type {
    margin-left: 1%;
    margin-right: 0;
}
@media (max-width: 600px) {
    .hs-form fieldset.form-columns-2 .hs-form-field {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .hs-form fieldset.form-columns-3 .hs-form-field {
        width: 100% !important;
        margin-right: 0% !important;
        margin-left: 0% !important;
    }
}

/*** Recaptcha ***/
@media (min-width: 1025px) {
  .hs-recaptcha {
    float: right;
    width: 50%;
  }
  .hs-form .grecaptcha-badge {
    margin-top: 4px; 
  }
  .hs-recaptcha +  .hs-submit {
    width: 50%;
  }
}

/*** Forms Without Labels  ***/
.noLabels .hs-form-field > label {
  float: left;
  width: 100%;
}
.noLabels .hs-form span.hs-form-required {
  left: initial;
  right: 10px;
  top: 15px;
}
.noLabels .hs-form-field > label > span:first-of-type {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.noLabels .hs-form input.hs-input,
.noLabels .hs-form select {
  border-radius: 0;
  border: 0;
  font-weight: 600;
  background-color: transparent;
  border-bottom: 4px solid transparent;
  box-shadow: 0 2px 0px -1px rgba(68,73,73,.5);
  font-size: 17px;
  letter-spacing: .25px;
  padding: 8px 25px 4px 0px;
}
.noLabels .hs-form input.hs-input:focus,
.noLabels .hs-form select:focus {
  outline: none;
  padding: 8px 25px 4px 0px;
  border: 0 !important;
  box-shadow: none;
  border-bottom: 4px solid  !important;
}
.noLabels ::placeholder {
  letter-spacing: 0;
  color: #000000;
  opacity: .75;
  font-weight: normal;
}
.noLabels :-ms-input-placeholder {
  letter-spacing: 0;
  color: #000000;
  opacity: .75;
  font-weight: normal;
}
.noLabels ::-ms-input-placeholder {
  letter-spacing: 0;
  color: #000000;
  opacity: .75;
  font-weight: normal;
}
.noLabels::-moz-placeholder {
  letter-spacing: 0;
  color: #000000;
  opacity: .75;
  font-weight: normal;
}
.noLabels .hs-form ul.hs-error-msgs.inputs-list {
  letter-spacing: 0; 
}
@media (max-width: 600px) {
  .noLabels .hs-form input.hs-input,
  .noLabels .hs-form select {
    font-size: 16px;
  }  
}

/*** Single Field Forms ***/
@media (min-width: 701px) {
  .singleField h3 {
    margin-bottom: 50px; 
  }
  .singleField .hs-form {
    display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
    -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
      -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
  }
  .singleField .hs-form > div {
    width: 100%;
    margin-bottom: 40px;
  }
  .singleField .hs-form div p:first-of-type {
    width: 100%;
    margin-top: 0; 
  }
  .singleField .hs-form .hs-form-field {
    flex: 1 1;
    width: 55%;
    position: relative;
    margin-right: 5%;
    padding-bottom: 20px !important;
    margin-bottom: 0 !important;
  }
  .singleField .hs-form .hs-form-field > label {
    position: absolute;
    top: -35px;
    left: 0;
  }
  .singleField .hs-form .hs-form-field input {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .singleField .hs-form .hs-submit {
    flex: 1 1 267px;
    width: 40%;
    max-width: 267px;
    margin: 0 !important;
  }
  .singleField .hs-form .hs-submit * {
    margin: 0 !important; 
  }
  .singleField .hs-form .hs-submit .hs-button {
    width: 100%;
    max-width: 0;
  }
  /** Specific Stylings **/
  .home-update.singleField h3 {
    margin-bottom: 40px !important; 
  }
}
.home-update.singleField h3 {
  margin-bottom: 30px; 
}

/* ==========================================================================
   2. FLUID FRAMEWORK (Easy to use classes to keep the amount of specific code needed for templates minimal)                                 
   ========================================================================== */

.legibleShadow {
  text-shadow: 0 2px 5px rgb(0 0 0 / 20%); 
}

/*** Text Alignment Styles ***/
.textCenter {
  text-align: center; 
}
.textCenter li{
  text-align: left; 
}
.textCenter .hs-button.primary {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.textRight {
  text-align: right; 
}
.textLeft {
  text-align: left !important; 
}
@media (max-width: 1024px) {
  .tbTextCenter {
    text-align: center; 
  }
}
@media (max-width: 767px) {
  .mbTextCenter {
    text-align: center; 
  }
  .mbTextLeft {
    text-align: left !important; 
  }
}

/** Relative Positioning **/
.pRel {
  position: relative; 
  z-index: 1;
}
.zIndex {
  position: relative;
  z-index: 2;
}

/* No Margins */
.noMargin,
.noMargin * {
  margin: 0 !important;
}

/* Minimum height */
.minHeightDevice {
  min-height: calc(100vh - 90px) !important; 
}

/* Set a max-width on an individual element */
.maxWidth {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

/* Set a temp max-width that disables */
@media (max-width: 1024px) and (min-width: 768px) {
  .hs-flex.wrap1024 .page-center>.row-fluid-wrapper:last-of-type>.row-fluid>div.tempMaxWidth {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 80% !important;
  }
}
@media (max-width: 767px) {
  .tempMaxWidth {
    max-width: 100% !important; 
  }
}

/* Set border radius on module */
.borderRadius {
  border-radius: 12px;
}

/*** Hide or Show Content ***/
@media (min-width: 1025px) {
  .showTablet {
    display: none !important 
  }
}
@media (max-width: 1024px) {
  .hideTablet {
    display: none !important 
  }
}
@media (max-width: 900px) {
  .hide900 {
    display: none !important 
  }
}
@media (min-width: 768px) {
  .showMobile {
    display: none !important 
  }
}
@media (max-width: 767px) {
  .hideMobile {
    display: none !important 
  }
}

/* =====================================
   2a. Wrapper Background Classes                                    
   ===================================== */

.bgDark {
  background-color: #2D2D2D; 
}
.bgAlt {
  background-color: #EDE8E8;
}
.bgGray,
.bgGrey {
  background-color: ;
  color: #fff;
}
.bgGrey, .bgGrey h1, .bgGrey h2, .bgGrey h3, .bgGrey h4, .bgGrey h5, .bgGrey p, .bgGrey li, .bgGrey span,
.bgGray, .bgGray h1, .bgGray h2, .bgGray h3, .bgGray h4, .bgGray h5, .bgGray p, .bgGray li, .bgGray span,
.bgDark, .bgDark h1, .bgDark h2, .bgDark h3, .bgDark h4, .bgDark h5, .bgDark p, .bgDark li, .bgDark span,
.bgLtBlue, .bgLtBlue h1, .bgLtBlue h2, .bgLtBlue h3, .bgLtBlue h4, .bgLtBlue h5, .bgLtBlue p, .bgLtBlue li, .bgLtBlue span,
.textWhite, .textWhite h1, .textWhite h2, .textWhite h3, .textWhite h4, .textWhite h5, .textWhite p, .textWhite li, .textWhite span {
  color: #fff;
}
.bgShadowBox {
  box-shadow: 0 3px 30px rgba(0,0,0,.11);
  background-color: #ffffff;
  padding-left: 30px !important;
  padding-right: 30px !important;
  border-radius: 18px;
}
@media (max-width: 768px) {
  .bgShadowBox {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}


/* =====================================
   2b. Flex Box Classes                                  
   ===================================== */

/** Enable flex on a HubSpot row (use class within a template on an outermost wrapper) **/
.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
}
/** No wrapping until mobile (fixes Safari flex bug) **/
@media (min-width: 768px) {
  .hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
    -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
  }
 .hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.order1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
   margin-bottom: 40px !important;
  }
  .hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.order2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0 !important;
  }
  .hs-flex .page-center.noMbMargin > .row-fluid-wrapper:last-of-type > .row-fluid > div {
    margin-bottom: 0 !important; 
  }
}
/** Wrap on 1024px wide **/
@media (max-width: 1024px) and (min-width: 768px) {
  .hs-flex.wrap1024 .page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
  }
  .hs-flex.wrap1024 .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 40px !important;
  }
  .hs-flex.wrap1024 .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div:last-of-type {
    margin-bottom: 0 !important 
  }
  .hs-flex.wrap1024 .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.order1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 40px !important;
  }
  .hs-flex.wrap1024 .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.order2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0 !important;
  }
}
/** Wrap on 900px wide **/
@media (max-width: 900px) and (min-width: 768px) {
  .hs-flex.wrap900 .page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
  }
  .hs-flex.wrap900 .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .hs-flex.wrap900 .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div + div {
    margin-bottom: 40px !important;
  }
  .hs-flex.wrap900 .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.order1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0 !important;
  }
  .hs-flex.wrap900 .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.order2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 40px !important;
  }
}
/* Shorthand to reference for specific styling  */


/** Enable flex (use within a template on an inner wrapper) **/
.simple-flex > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
}
/* Shorthand to reference for specific styling */


/** Specific single style classes to quickly fine-tune .hs-flex and .simple-flex **/
.flexNoWrap.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.flexNoWrap.simple-flex > .row-fluid-wrapper > .row-fluid {
  -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
}
.flexAlignCenter.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.flexAlignCenter.simple-flex > .row-fluid-wrapper > .row-fluid {
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
}
.flexAlignStretch.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.flexAlignStretch.simple-flex > .row-fluid-wrapper > .row-fluid {
    -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch
}
.flexJustifyCenter.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.flexJustifyCenter.simple-flex > .row-fluid-wrapper > .row-fluid {
  -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
}
.flexJustifyEvenly.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.flexJustifyEvenly.simple-flex > .row-fluid-wrapper > .row-fluid {
  -webkit-box-pack: space-evenly; -webkit-justify-content: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly;
}
.flexJustifyBetween.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.flexJustifyBetween.simple-flex > .row-fluid-wrapper > .row-fluid {
  -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;
}
.flexJustifyStart.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.flexJustifyStart.simple-flex > .row-fluid-wrapper > .row-fluid {
  -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;
}
.flexJustifyEnd.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.flexJustifyEnd.simple-flex > .row-fluid-wrapper > .row-fluid {
  -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end;
}
.flexWidthAuto.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div,
.flexWidthAuto.simple-flex > .row-fluid-wrapper > .row-fluid > div {
  width: auto !important;
}

@media (min-width: 981px) {
  .four-column.simple-flex > .row-fluid-wrapper > .row-fluid {
    -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; 
  }
  .four-column.flexWrap.simple-flex > .row-fluid-wrapper > .row-fluid {
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
    -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
  }
  .five-column.simple-flex > .row-fluid-wrapper > .row-fluid {
    -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
  }
  .five-column.simple-flex > .row-fluid-wrapper > .row-fluid > div {
    width: 18% !important;
    margin: 0 1% 40px !important;
  }
  .four-column.flexWrap.simple-flex > .row-fluid-wrapper > .row-fluid > div {
    width: 23% !important;
    margin: 0 1% 40px !important;
  }
}
@media (max-width: 980px) and (min-width: 414px) {
  .five-column.simple-flex > .row-fluid-wrapper > .row-fluid > div {
    width: 31.33% !important;
    margin: 0 1% 40px !important
  }
  .four-column.simple-flex > .row-fluid-wrapper > .row-fluid > div {
    width: 47% !important;
    margin: 0 1% 40px !important
  }
}
@media (max-width: 413px) {
  .four-column.simple-flex > .row-fluid-wrapper > .row-fluid > div {
    width: 100% !important;
    margin: 0 0 40px !important;
  }
}


/* =====================================
   2c. Margin Quick Classes                                  
   ===================================== */

/*** Top Margins ***/
.mgTop-120 { margin-top: -120px!important; }
.mgTop-110 { margin-top: -110px!important; }
.mgTop-100 { margin-top: -100px!important; }
.mgTop-90 {  margin-top: -90px!important; }
.mgTop-80 {  margin-top: -80px!important; }
.mgTop-70 {  margin-top: -70px!important; }
.mgTop-60 {  margin-top: -60px!important; }
.mgTop-50 {  margin-top: -50px!important; }
.mgTop-40 {  margin-top: -40px!important; }
.mgTop-30 {  margin-top: -30px!important; }
.mgTop-20 {  margin-top: -20px!important; }
.mgTop-10 {  margin-top: -10px!important; }
.mgTop0 {  margin-top: 0!important; }
.mgTop10 {  margin-top: 10px!important; }
.mgTop20 {  margin-top: 20px!important; }
.mgTop30 {  margin-top: 30px!important; }
.mgTop40 {  margin-top: 40px!important; }
.mgTop50 {  margin-top: 50px!important; }
.mgTop60 {  margin-top: 60px!important; }
.mgTop70 {  margin-top: 70px!important; }
.mgTop80 {  margin-top: 80px!important; }
.mgTop90 {  margin-top: 90px!important; }
.mgTop100 { margin-top: 100px!important; }
.mgTop110 { margin-top: 110px!important; }
.mgTop120 { margin-top: 120px!important; }

@media (max-width: 1024px) and (min-width: 769px) {
  .mgTop-120 { margin-top: -102.0px!important; }
  .mgTop-110 { margin-top: -93.5px!important; }
  .mgTop-100 { margin-top: -85.0px!important; }
  .mgTop-90 {  margin-top: -76.5px!important; }
  .mgTop-80 {  margin-top: -68.0px!important; }
  .mgTop-70 {  margin-top: -59.5px!important; }
  .mgTop-60 {  margin-top: -51.0px!important; }
  .mgTop60 {  margin-top: 51.0px!important; }
  .mgTop70 {  margin-top: 59.5px!important; }
  .mgTop80 {  margin-top: 68.0px!important; }
  .mgTop90 {  margin-top: 76.5px!important; }
  .mgTop100 { margin-top: 85.0px!important; }
  .mgTop110 { margin-top: 93.5px!important; }
  .mgTop120 { margin-top: 102.0px!important; }
}
@media (max-width: 768px) and (min-width: 481px) {
  .mgTop-120 { margin-top: -90.0px!important; }
  .mgTop-110 { margin-top: -82.5px!important; }
  .mgTop-100 { margin-top: -75.0px!important; }
  .mgTop-90 {  margin-top: -67.5px!important; }
  .mgTop-80 {  margin-top: -60.0px!important; }
  .mgTop-70 {  margin-top: -52.5px!important; }
  .mgTop-60 {  margin-top: -48.0px!important; }
  .mgTop-50 {  margin-top: -42.5px!important; }
  .mgTop-40 {  margin-top: -38.0px!important; }
  .mgTop-30 {  margin-top: -28.5px!important; }
  .mgTop30 {  margin-top: 28.5px!important; }
  .mgTop40 {  margin-top: 38.0px!important; }
  .mgTop50 {  margin-top: 42.5px!important; }
  .mgTop60 {  margin-top: 48.0px!important; }
  .mgTop70 {  margin-top: 52.5px!important; }
  .mgTop80 {  margin-top: 60.0px!important; }
  .mgTop90 {  margin-top: 67.5px!important; }
  .mgTop100 { margin-top: 75.0px!important; }
  .mgTop110 { margin-top: 82.5px!important; }
  .mgTop120 { margin-top: 90.0px!important; }
}
@media (max-width: 480px) {
  .mgTop-120 { margin-top: -78.0px!important; }
  .mgTop-110 { margin-top: -71.5px!important; }
  .mgTop-100 { margin-top: -68.0px!important; }
  .mgTop-90 {  margin-top: -62.99999999999999px!important; }
  .mgTop-80 {  margin-top: -56.0px!important; }
  .mgTop-70 {  margin-top: -49.0px!important; }
  .mgTop-60 {  margin-top: -45.0px!important; }
  .mgTop-50 {  margin-top: -42.5px!important; }
  .mgTop-40 {  margin-top: -38.0px!important; }
  .mgTop-30 {  margin-top: -28.5px!important; }
  .mgTop30 {  margin-top: 28.5px!important; }
  .mgTop40 {  margin-top: 38.0px!important; }
  .mgTop50 {  margin-top: 42.5px!important; }
  .mgTop60 {  margin-top: 45.0px!important; }
  .mgTop70 {  margin-top: 49.0px!important; }
  .mgTop80 {  margin-top: 56.0px!important; }
  .mgTop90 {  margin-top: 62.99999999999999px!important; }
  .mgTop100 { margin-top: 68.0px!important; }
  .mgTop110 { margin-top: 71.5px!important; }
  .mgTop120 { margin-top: 78.0px!important; }
}

/*** Bottom Margins ***/
.mgBottom-120 { margin-bottom: -120px !important; }
.mgBottom-110 { margin-bottom: -110px!important; }
.mgBottom-100 { margin-bottom: -100px!important; }
.mgBottom-90 {  margin-bottom: -90px!important; }
.mgBottom-80 {  margin-bottom: -80px!important; }
.mgBottom-70 {  margin-bottom: -70px!important; }
.mgBottom-60 {  margin-bottom: -60px!important; }
.mgBottom-50 {  margin-bottom: -50px!important; }
.mgBottom-40 {  margin-bottom: -40px!important; }
.mgBottom-30 {  margin-bottom: -30px!important; }
.mgBottom-20 {  margin-bottom: -20px!important; }
.mgBottom-10 {  margin-bottom: -10px!important; }
.mgBottom0 {  margin-bottom: 0!important; }
.mgBottom10 {  margin-bottom: 10px!important; }
.mgBottom20 {  margin-bottom: 20px!important; }
.mgBottom30 {  margin-bottom: 30px!important; }
.mgBottom40 {  margin-bottom: 40px!important; }
.mgBottom50 {  margin-bottom: 50px!important; }
.mgBottom60 {  margin-bottom: 60px!important; }
.mgBottom70 {  margin-bottom: 70px!important; }
.mgBottom80 {  margin-bottom: 80px!important; }
.mgBottom90 {  margin-bottom: 90px!important; }
.mgBottom100 { margin-bottom: 100px!important; }
.mgBottom110 { margin-bottom: 110px!important; }
.mgBottom120 { margin-bottom: 120px!important; }

@media (max-width: 1024px) and (min-width: 769px) {
  .mgBottom-120 { margin-bottom: -102.0px!important; }
  .mgBottom-110 { margin-bottom: -93.5px!important; }
  .mgBottom-100 { margin-bottom: -85.0px!important; }
  .mgBottom-90 {  margin-bottom: -76.5px!important; }
  .mgBottom-80 {  margin-bottom: -68.0px!important; }
  .mgBottom-70 {  margin-bottom: -59.5px!important; }
  .mgBottom-60 {  margin-bottom: -51.0px!important; }
  .mgBottom60 {  margin-bottom: 51.0px!important; }
  .mgBottom70 {  margin-bottom: 59.5px!important; }
  .mgBottom80 {  margin-bottom: 68.0px!important; }
  .mgBottom90 {  margin-bottom: 76.5px!important; }
  .mgBottom100 { margin-bottom: 85.0px!important; }
  .mgBottom110 { margin-bottom: 93.5px!important; }
  .mgBottom120 { margin-bottom: 102.0px!important; }
}
@media (max-width: 768px) and (min-width: 481px) {
  .mgBottom-120 { margin-bottom: -90.0px!important; }
  .mgBottom-110 { margin-bottom: -82.5px!important; }
  .mgBottom-100 { margin-bottom: -75.0px!important; }
  .mgBottom-90 {  margin-bottom: -67.5px!important; }
  .mgBottom-80 {  margin-bottom: -60.0px!important; }
  .mgBottom-70 {  margin-bottom: -52.5px!important; }
  .mgBottom-60 {  margin-bottom: -48.0px!important; }
  .mgBottom-50 {  margin-bottom: -42.5px!important; }
  .mgBottom-40 {  margin-bottom: -38.0px!important; }
  .mgBottom-30 {  margin-bottom: -28.5px!important; }
  .mgBottom30 {  margin-bottom: 28.5px!important; }
  .mgBottom40 {  margin-bottom: 38.0px!important; }
  .mgBottom50 {  margin-bottom: 42.5px!important; }
  .mgBottom60 {  margin-bottom: 48.0px!important; }
  .mgBottom70 {  margin-bottom: 52.5px!important; }
  .mgBottom80 {  margin-bottom: 60.0px!important; }
  .mgBottom90 {  margin-bottom: 67.5px!important; }
  .mgBottom100 { margin-bottom: 75.0px!important; }
  .mgBottom110 { margin-bottom: 82.5px!important; }
  .mgBottom120 { margin-bottom: 90.0px!important; }
}
@media (max-width: 480px) {
  .mgBottom-120 { margin-bottom: -78.0px!important; }
  .mgBottom-110 { margin-bottom: -71.5px!important; }
  .mgBottom-100 { margin-bottom: -68.0px!important; }
  .mgBottom-90 {  margin-bottom: -62.99999999999999px!important; }
  .mgBottom-80 {  margin-bottom: -56.0px!important; }
  .mgBottom-70 {  margin-bottom: -49.0px!important; }
  .mgBottom-60 {  margin-bottom: -45.0px!important; }
  .mgBottom-50 {  margin-bottom: -42.5px!important; }
  .mgBottom-40 {  margin-bottom: -38.0px!important; }
  .mgBottom-30 {  margin-bottom: -28.5px!important; }
  .mgBottom30 {  margin-bottom: 28.5px!important; }
  .mgBottom40 {  margin-bottom: 38.0px!important; }
  .mgBottom50 {  margin-bottom: 42.5px!important; }
  .mgBottom60 {  margin-bottom: 45.0px!important; }
  .mgBottom70 {  margin-bottom: 49.0px!important; }
  .mgBottom80 {  margin-bottom: 56.0px!important; }
  .mgBottom90 {  margin-bottom: 62.99999999999999px!important; }
  .mgBottom100 { margin-bottom: 68.0px!important; }
  .mgBottom110 { margin-bottom: 71.5px!important; }
  .mgBottom120 { margin-bottom: 78.0px!important; }
}


/* =====================================
   2d. Padding Quick Classes                                  
   ===================================== */

.pd10 {  padding: 10px 0; }
.pd20 {  padding: 20px 0; }
.pd30 {  padding: 30px 0; }
.pd40 {  padding: 40px 0; }
.pd50 {  padding: 50px 0; }
.pd60 {  padding: 60px 0; }
.pd70 {  padding: 70px 0; }
.pd80 {  padding: 80px 0; }
.pd90 {  padding: 90px 0; }
.pd100 { padding: 100px 0; }
.pd110 { padding: 110px 0; }
.pd120 { padding: 120px 0; }
.pd130 { padding: 130px 0; }
.pd140 { padding: 140px 0; }
.pd150 { padding: 150px 0; }
.pd160 { padding: 160px 0; }
.pd170 { padding: 170px 0; }
.pd180 { padding: 180px 0; }
.pd190 { padding: 190px 0; }
.pd200 { padding: 200px 0; }
.pd210 { padding: 210px 0; }
.pd220 { padding: 220px 0; }

@media (max-width: 1024px) and (min-width: 769px) {
  .pd60 {  padding: 51.0px 0; }
  .pd70 {  padding: 59.5px 0; }
  .pd80 {  padding: 68.0px 0; }
  .pd90 {  padding: 76.5px 0; }
  .pd100 { padding: 85.0px 0; }
  .pd110 { padding: 93.5px 0; }
  .pd120 { padding: 102.0px 0; }
  .pd130 { padding: 110.5px 0; }
  .pd140 { padding: 119.0px 0; }
  .pd150 { padding: 127.5px 0; }
  .pd160 { padding: 136.0px 0; }
  .pd170 { padding: 144.5px 0; }
  .pd180 { padding: 153.0px 0; }
  .pd190 { padding: 161.5px 0; }
  .pd200 { padding: 170.0px 0; }
  .pd210 { padding: 178.5px 0; }
  .pd220 { padding: 187.0px 0; }
}
@media (max-width: 768px) and (min-width: 481px) {
  .pd30 {  padding: 28.5px 0; }
  .pd40 {  padding: 38.0px 0; }
  .pd50 {  padding: 42.5px 0; }
  .pd60 {  padding: 48.0px 0; }
  .pd70 {  padding: 52.5px 0; }
  .pd80 {  padding: 60.0px 0; }
  .pd90 {  padding: 67.5px 0; }
  .pd100 { padding: 75.0px 0; }
  .pd110 { padding: 82.5px 0; }
  .pd120 { padding: 90.0px 0; }
  .pd130 { padding: 97.5px 0; }
  .pd140 { padding: 105.0px 0; }
  .pd150 { padding: 112.5px 0; }
  .pd160 { padding: 120.0px 0; }
  .pd170 { padding: 127.5px 0; }
  .pd180 { padding: 135.0px 0; }
  .pd190 { padding: 142.5px 0; }
  .pd200 { padding: 150.0px 0; }
  .pd210 { padding: 157.5px 0; }
  .pd220 { padding: 165.0px 0; }
}
@media (max-width: 480px) {
  .pd30 {  padding: 28.5px 0; }
  .pd40 {  padding: 38.0px 0; }
  .pd50 {  padding: 42.5px 0; }
  .pd60 {  padding: 45.0px 0; }
  .pd70 {  padding: 49.0px 0; }
  .pd80 {  padding: 56.0px 0; }
  .pd90 {  padding: 62.99999999999999px 0; }
  .pd100 { padding: 68.0px 0; }
  .pd110 { padding: 71.5px 0; }
  .pd120 { padding: 78.0px 0; }
  .pd130 { padding: 84.5px 0; }
  .pd140 { padding: 91.0px 0; }
  .pd150 { padding: 97.5px 0; }
  .pd160 { padding: 104.0px 0; }
  .pd170 { padding: 110.5px 0; }
  .pd180 { padding: 117.0px 0; }
  .pd190 { padding: 123.5px 0; }
  .pd200 { padding: 130.0px 0; }
  .pd210 { padding: 126.0px 0; }
  .pd220 { padding: 132.0px 0; }
}

/*** Padding Top Override (Set regular pd class first [ex: pd200] then override with these to fine-tune) ***/
.pdTop0 { padding-top: 0; }
.pdTop10 {  padding-top: 10px; }
.pdTop20 {  padding-top: 20px; }
.pdTop30 {  padding-top: 30px; }
.pdTop40 {  padding-top: 40px; }
.pdTop50 {  padding-top: 50px; }
.pdTop60 {  padding-top: 60px; }
.pdTop70 {  padding-top: 70px; }
.pdTop80 {  padding-top: 80px; }
.pdTop90 {  padding-top: 90px; }
.pdTop100 { padding-top: 100px; }
.pdTop110 { padding-top: 110px; }
.pdTop120 { padding-top: 120px; }

@media (max-width: 1024px) and (min-width: 769px) {
  .pdTop60 {  padding-top: 51.0px; }
  .pdTop70 {  padding-top: 59.5px; }
  .pdTop80 {  padding-top: 68.0px; }
  .pdTop90 {  padding-top: 76.5px; }
  .pdTop100 { padding-top: 85.0px; }
  .pdTop110 { padding-top: 93.5px; }
  .pdTop120 { padding-top: 102.0px; }
}
@media (max-width: 768px) and (min-width: 481px) {
  .pdTop30 {  padding-top: 28.5px; }
  .pdTop40 {  padding-top: 38.0px; }
  .pdTop50 {  padding-top: 42.5px; }
  .pdTop60 {  padding-top: 48.0px; }
  .pdTop70 {  padding-top: 52.5px; }
  .pdTop80 {  padding-top: 60.0px; }
  .pdTop90 {  padding-top: 67.5px; }
  .pdTop100 { padding-top: 75.0px; }
  .pdTop110 { padding-top: 82.5px; }
  .pdTop120 { padding-top: 90.0px; }
}
@media (max-width: 480px) {
  .pdTop30 {  padding-top: 28.5px; }
  .pdTop40 {  padding-top: 38.0px; }
  .pdTop50 {  padding-top: 42.5px; }
  .pdTop60 {  padding-top: 45.0px; }
  .pdTop70 {  padding-top: 49.0px; }
  .pdTop80 {  padding-top: 56.0px; }
  .pdTop90 {  padding-top: 62.99999999999999px; }
  .pdTop100 { padding-top: 68.0px; }
  .pdTop110 { padding-top: 71.5px; }
  .pdTop120 { padding-top: 78.0px; }
}

/*** Padding Bottom Override (Set regular pd class first [ex: pd200] then override with these to fine-tune) ***/
.pdBottom0 { padding-bottom: 0; }
.pdBottom10 {  padding-bottom: 10px; }
.pdBottom20 {  padding-bottom: 20px; }
.pdBottom30 {  padding-bottom: 30px; }
.pdBottom40 {  padding-bottom: 40px; }
.pdBottom50 {  padding-bottom: 50px; }
.pdBottom60 {  padding-bottom: 60px; }
.pdBottom70 {  padding-bottom: 70px; }
.pdBottom80 {  padding-bottom: 80px; }
.pdBottom90 {  padding-bottom: 90px; }
.pdBottom100 { padding-bottom: 100px; }
.pdBottom110 { padding-bottom: 110px; }
.pdBottom120 { padding-bottom: 120px; }

@media (max-width: 1024px) and (min-width: 769px) {
  .pdBottom60 {  padding-bottom: 51.0px; }
  .pdBottom70 {  padding-bottom: 59.5px; }
  .pdBottom80 {  padding-bottom: 68.0px; }
  .pdBottom90 {  padding-bottom: 76.5px; }
  .pdBottom100 { padding-bottom: 85.0px; }
  .pdBottom110 { padding-bottom: 93.5px; }
  .pdBottom120 { padding-bottom: 102.0px; }
}
@media (max-width: 768px) and (min-width: 481px) {
  .pdBottom30 {  padding-bottom: 28.5px; }
  .pdBottom40 {  padding-bottom: 38.0px; }
  .pdBottom50 {  padding-bottom: 42.5px; }
  .pdBottom60 {  padding-bottom: 48.0px; }
  .pdBottom70 {  padding-bottom: 52.5px; }
  .pdBottom80 {  padding-bottom: 60.0px; }
  .pdBottom90 {  padding-bottom: 67.5px; }
  .pdBottom100 { padding-bottom: 75.0px; }
  .pdBottom110 { padding-bottom: 82.5px; }
  .pdBottom120 { padding-bottom: 90.0px; }
}
@media (max-width: 480px) {
  .pdBottom30 {  padding-bottom: 28.5px; }
  .pdBottom40 {  padding-bottom: 38.0px; }
  .pdBottom50 {  padding-bottom: 42.5px; }
  .pdBottom60 {  padding-bottom: 45.0px; }
  .pdBottom70 {  padding-bottom: 49.0px; }
  .pdBottom80 {  padding-bottom: 56.0px; }
  .pdBottom90 {  padding-bottom: 62.99999999999999px; }
  .pdBottom100 { padding-bottom: 68.0px; }
  .pdBottom110 { padding-bottom: 71.5px; }
  .pdBottom120 { padding-bottom: 78.0px; }
}

/*** Left-Right Desktop Padding ***/
@media (min-width: 769px) {
  .pdRight10 { padding-right: 10px; }
  .pdRight20 { padding-right: 20px; }
  .pdRight30 { padding-right: 30px; }
  .pdRight40 { padding-right: 40px; }
  .pdRight50 { padding-right: 50px; }
  .pdLeft10 { padding-left: 10px; }
  .pdLeft20 { padding-left: 20px; }
  .pdLeft30 { padding-left: 30px; }
  .pdLeft40 { padding-left: 40px; }
  .pdLeft50 { padding-left: 50px; }
}
@media (max-width: 1024px) {
  .pdLeftDesktop {
    padding-left: initial !important;
  }
  .pdRightDesktop {
    padding-right: initial !important;
  }
}


/* =====================================
   2e. Block Divide Sections                               
   ===================================== */

.block-divide {
  position: relative; 
}
@media (min-width: 901px) {
  /* 50% and 50% */
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.span6 {
    width: 50% !important;
  }
  /* 60% and 40% */ 
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.span7 {
    width: 60% !important;
  }
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.span5 {
    width: 40% !important;
  }
  /* 66.66% and 33.33% */ 
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.span8 {
    width: 66.66% !important;
  }
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.span4 {
    width: 33.33% !important;
  }
  /* 75% and 25% */ 
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.span9 {
    width: 75% !important;
  }
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.span3 {
    width: 25% !important;
  }
}
@media (min-width: 901px) {
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
      -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; 
  }
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.block-img {
    overflow: hidden; 
  }
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.block-img > div {
    position: absolute;
    height: 100%;
    width: inherit;
    background: inherit;
  }
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.block-img:first-of-type > div {
    left: 0;
  }
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.block-img:last-of-type > div {
    right: 0;
  }
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.block-img img {
    object-fit: cover;
    object-position: 70% 0%;
    height: 100% !important;
    width: 100%;
  }
}
@media (max-width: 900px) {
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.block-text {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .block-divide .block-text .tempMaxWidth,
  .block-divide .block-text.tempMaxWidth {
    max-width: 100% !important; 
  }
  .block-divide .block-text {
    text-align: center; 
  }
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; 
  }
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.block-text {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.block-text {
    padding: 70px 0 !important;
  }
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.block-img {
    height: 300px;
    width: 100% !important;
    overflow: hidden;
    margin: 0 -20px !important;
  }
  .block-divide.altOrder.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.block-text {
-webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
        order: 2;
  }
  .block-divide.altOrder.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.block-img {
-webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
        order: 1;
  }
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.block-img > div {
    position: absolute;
    width: inherit;
    height: inherit;
    background: inherit;
  }
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.block-img img {
    max-width: 100%;
    width: 100% !important;
    height: 100% !important;
    object-position: 50% 50%;
    object-fit: cover;    
  }
}
@media (max-width: 767px) {
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.block-text {
    padding: 60px 0 !important;
  } 
}
@media (max-width: 480px) {
  .block-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.block-img {
    height: 250px; 
  }
}

/* =====================================
   2f. Block Grid Sections                               
   ===================================== */

.block-center {
  max-width: 1180px;
  float: none;
  margin: 0 auto !important;
  padding: 0 20px;
}
@media (min-width: 1025px) {
  .block-grid .block-item.vh100 {
    height: 100vh; 
  }
  .block-grid > .row-fluid-wrapper:last-of-type > .row-fluid {
    display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
    -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
    -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
      -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
  }
  .block-grid .block-item  > .row-fluid-wrapper {
    height: 100%; 
  }
  .block-grid .block-item  > .row-fluid-wrapper > .row-fluid {
    height: 100%;
    display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
    -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
  }
  .block-grid .block-item {
    margin: 0 !important; 
  }
  /* 50% and 50% */
  .block-grid .block-item.span6 {
    width: 50% !important;
  }
  /* 60% and 40% */ 
  .block-grid .block-item.span7 {
    width: 60% !important;
  }
  .block-grid .block-item.span5 {
    width: 40% !important;
  }
  /* 66.66% and 33.33% */ 
  .block-grid .block-item.span8 {
    width: 66.66% !important;
  }
  .block-grid .block-item.span4 {
    width: 33.33% !important;
  }
  /* 75% and 25% */ 
  .block-grid .block-item.span9 {
    width: 75% !important;
  }
  .block-grid .block-item.span3 {
    width: 25% !important;
  }
}
@media (max-width: 1024px) {
  .block-grid > .row-fluid-wrapper:last-of-type > .row-fluid  {
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; 
  }
  .block-grid .block-item {
    width: 100% !important;
    margin: 0 !important;
  }
  .block-grid .block-item.tempMinHeight {
    min-height: inherit !important; 
  }
  .block-grid .block-item.tempMaxWidth,
  .block-grid .block-item .tempMaxWidth {
    max-width: 100% !important; 
  }
}


/* ==========================================================================
   3. CONTENT                                            
   ========================================================================== */

.body-container-wrapper {
  overflow-x: hidden; 
}

/* =====================================
   3a. Feasibility                                   
   ===================================== */

#main-banner-section {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
  -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end;
}
.information-box {
  background-color: rgba(255,255,255,.82);
  padding: 25px 22px;
}
#main-banner-section .information-box:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url('https://5298704.fs1.hubspotusercontent-na1.net/hubfs/5298704/guiding-arrows-icon.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);;
  width: 70px;
  height: 38px;
}

#schedule-consultation {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
  background: #ffffff;
  background: -moz-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
  background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
  background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eeeeee",GradientType=1); 
}

#feas-opp-section {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
  -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end;
  position: relative;
}
#feas-opp-section:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(44,63,37);
  background: -moz-linear-gradient(0deg, rgba(44,63,37,1) 0%, rgba(109,181,227,0.32) 60%, rgba(109,181,227,0) 70%);
  background: -webkit-linear-gradient(0deg, rgba(44,63,37,1) 0%, rgba(109,181,227,0.32) 60%, rgba(109,181,227,0) 70%);
  background: linear-gradient(0deg, rgba(44,63,37,1) 0%, rgba(109,181,227,0.32) 60%, rgba(109,181,227,0) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2c3f25",endColorstr="#6db5e3",GradientType=1);
}

#feas-excellence-section {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
}

#feas-clients-section {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
}


/* =====================================
   3b. Ready to Talk                                  
   ===================================== */

.flexVerticalCenter {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
  position: relative;
}

.services-items-wrapper.simple-flex > .row-fluid-wrapper > .row-fluid {
    -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
  -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;
}
.services-items-wrapper.simple-flex > .row-fluid-wrapper > .row-fluid > div {
  position: relative;
  padding-bottom: 30px;
}
.services-items-wrapper.simple-flex > .row-fluid-wrapper > .row-fluid > div:after {
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);;
  left: 50%;
  bottom: 0;
  width: 69px;
  height: 2px;
  background-color: #FA6D11;
}
.services-items-wrapper {
  box-shadow: 0 3px 30px rgba(0,0,0,.18);
  background: #FFFFFF;
  padding: 30px 20px;
}
.services-items-wrapper * {
  color: #000000 !important; 
}
@media (min-width: 1025px) {
  .services-items-wrapper.simple-flex > .row-fluid-wrapper > .row-fluid > div {
    border-right: 1px solid #E1E1E1;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    flex: 1 1 auto;
  }
  .services-items-wrapper.simple-flex > .row-fluid-wrapper > .row-fluid > div:last-of-type {
    border-right: 0; 
  }
}

@media (max-width: 1366px) and (min-width: 901px) {
  #testimonial-section {
    max-width: 85%;
    margin: 0 auto;
    float: none;
  }
}
@media (min-width: 901px) {
 #testimonial-section {
    background: #F3F3F3;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);;
  }
  #testimonial-section > * {
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -o-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);;
  } 
}

.hs-testimonial-slider a.case-study-link {
  text-decoration: none; 
}
.hs-testimonial-slider a.case-study-link:hover {
  text-decoration: underline; 
}
.hs-testimonial-slider h4, .hs-testimonial-slider, .hs-testimonial-slider span {
  color: #2b2b2b !important;
}
.hs-testimonial-slider {
  text-align: center;
  position: relative;
}
/* Testimonial Wrapper */
.hs-testimonial {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
      -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.hs-testimonial.slick-slide {
  padding: 0;
  margin: 1em 1em 0;
}
.hs-testimonial figure {
  width: 100%;
  display: block;
  text-align: center;
  margin: 20px auto 0;
}
.hs-testimonial figure img {
  display: inline-block;
}
.slick-slide {
  /*padding: 0 1em;*/
  outline: none;
  height: auto;
}
.hs-testimonial {
  height: 100%;
  padding: 0;
}
.hs-testimonial blockquote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: auto;
  margin: 0;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 780px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hs-testimonial blockquote > .inner-blockquote {
  width: 100%; 
}
.hs-testimonial blockquote main {
  display: block;
  max-width: 750px;
  margin: 0 auto;
}
.hs-testimonial blockquote h4 {
  font-weight: 400; 
}
.hs-testimonial footer {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 700;
}
.hs-testimonial footer .name {
  margin-top: 1em;
}
.hs-testimonial footer .title {
  margin-top: 0;
  color: #FA6D11;
  font-size: .875em;
  font-weight: 600;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .hs-testimonial blockquote {
    padding: 0 75px; 
  }
}

/* Slick-theme, Slider */
.slick-track {
  width: 100%; 
  display: -webkit-box; 
  display: -webkit-flex; 
  display: -ms-flexbox; 
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* Override page-center width */
@media (min-width: 901px) {
  .slick-list {
    overflow: visible !important;
    overflow-x: hidden !important;
    margin-left: -10px;
    position: relative !important;
    width: 100vw !important;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
}
.slick-loading .slick-list {
  background: #fff url('//design-assets.hubspot.com/hubfs/Slick%20Slider/ajax-loader.gif') center center no-repeat;
}

/** Prev/Next **/
.slick-prev,
.slick-next {
  position: absolute;
  background: #2D2D2D;
  top: 20%;
  -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);;
  color: transparent;
  background-repeat: no-repeat;
  background-position: 50%;
  border: 0;
  border-radius: 0;
  z-index: 20;
  outline: 0;
  width: 100px;
  background-size: 23px;
  height: 100px;
}
.slick-prev {
  left: -50px;
  background-image: url('https://5298704.fs1.hubspotusercontent-na1.net/hubfs/5298704/testimonial-left-caret.svg');
}
.slick-next {
  right: -50px;
  background-image: url('https://5298704.fs1.hubspotusercontent-na1.net/hubfs/5298704/testimonial-right-caret.svg');
}
@media (max-width: 1024px) {
  .slick-prev,
  .slick-next {
    width: 50px;
    height: 50px;
  }
  .slick-prev {
    left: 0px;
  }
  .slick-next {
    right: 0px;
  }
}
@media (max-width: 901px) {
  .slick-prev,
  .slick-next {
    top: 32%;
  }
}

/** Dots **/
.slick-dotted.slick-slider {
}
.slick-dots {
  position: relative;
  bottom: 0;
  display: inline-block;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px !important;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: .4;
}
.slick-dots li button:before {
  =webkit-transition: all .2s;
  transition: all .2s;
  line-height: normal;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2D2D2D;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  content: "";
  text-align: center;
  opacity: .2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #FA6D11;
}
@media (min-width: 901px) {
  .slick-dots li button:before {
    background-color: #000; 
  }
}
@media (min-width: 480px) {
  .hs-testimonial blockquote h4 {
    font-size: 20px;
    line-height: 1.45; 
  }
}
@media (max-width: 479px) {
  .hs-testimonial blockquote h4 {
    font-size: 18px;
  }
}

/* =====================================
   3b. Landing page                                     
   ===================================== */

#lp-main-section {
 color: #2f2e41;
}
#lp-main-section .h3Size {
  font-weight: bold; 
}
#lp-main-section h1 {
  color: #1c2731;
}
#lp-main-section h1 b {
  color: #FA6D11;
}
#lp-main-section .h4 span {
  font-weight: normal;
}

@media (max-width: 767px) {
  #lp-footer-cta {
    text-align: center; 
  }
  #lp-footer-cta .btnSolid {
    margin-top: 30px !important;
  }
}

.secondary-img {
  position: relative; 
}
.secondary-img:after {
  z-index: 1;
  content: "";
  width: 113px;
  height: 113px;
  position: absolute;
  top: -34px;
  right: -44px;
  background-image: url('https://3892486.fs1.hubspotusercontent-na1.net/hubfs/3892486/orange-dots-ebook.svg');
  background-size: 100%;
  background-repeat: no-repeat;
}
.secondary-img img {
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 15px rgba(0,0,0,.20);
}

.card-layout-wrapper.simple-flex > .row-fluid-wrapper > .row-fluid {
  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
    -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
}
.span6.card-layout-wrapper.simple-flex > .row-fluid-wrapper > .row-fluid > div {
  width: 46%;
  margin: 0 2% 30px;
  -webkit-transition: transform .25s ease;
    -moz-transition: transform .25s ease;
    -o-transition: transform .25s ease;
    -ms-transition: transform .25s ease;
    transition: transform .25s ease;;
}
.span12.card-layout-wrapper.simple-flex > .row-fluid-wrapper > .row-fluid > div {
  width: 23%;
  margin: 0 1% 30px;
  -webkit-transition: transform .25s ease;
    -moz-transition: transform .25s ease;
    -o-transition: transform .25s ease;
    -ms-transition: transform .25s ease;
    transition: transform .25s ease;;
}
.span12.card-layout-wrapper.simple-flex > .row-fluid-wrapper > .row-fluid > div.span4 {
  width: 31.33%;
  margin: 0 1% 30px;
  -webkit-transition: transform .25s ease;
    -moz-transition: transform .25s ease;
    -o-transition: transform .25s ease;
    -ms-transition: transform .25s ease;
    transition: transform .25s ease;;
}
.card-layout-wrapper.with-links.simple-flex > .row-fluid-wrapper > .row-fluid > div:hover {
  -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -o-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);;
}
.card-layout-wrapper .card-item {
  background: #fff;
  box-shadow: 0 3px 14px rgba(0,0,0,.16);
  border-radius: 7px;
  padding: 30px 20px;
  text-align: center;
}
.card-layout-wrapper .card-item h3 {
  margin-top: 0;
}
.card-layout-wrapper .card-item a,
.card-layout-wrapper .card-item a *,
.card-layout-wrapper .card-item * {
  color: #000000;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .threeCards.card-layout-wrapper.simple-flex > .row-fluid-wrapper > .row-fluid {
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
  }
 .span12.card-layout-wrapper.simple-flex > .row-fluid-wrapper > .row-fluid > div,
 .span12.card-layout-wrapper.simple-flex > .row-fluid-wrapper > .row-fluid > div.span4 {
    width: 46%;
    margin: 0 2% 30px;
  }
}
@media (max-width: 414px) {
  .span12.card-layout-wrapper.simple-flex > .row-fluid-wrapper > .row-fluid > div,
  .span6.card-layout-wrapper.simple-flex > .row-fluid-wrapper > .row-fluid > div,
  .span12.card-layout-wrapper.simple-flex > .row-fluid-wrapper > .row-fluid > div.span4 {
    width: 100%;
    margin: 0 0 30px;
  }
}


/* ==========================================================================
   4. HEADER & MAIN NAVIGATION                                        
   ========================================================================== */

/* =====================================
   4a. Header Structure                                         
   ===================================== */

.hide-header .header-container-wrapper {
  display: none !important;
}

.header-container-wrapper {
  -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  background: #FFFFFF;
  padding: 10px 0;
  border-bottom: 1px solid #e0d8d8;
  position: absolute;
}
.header-container {
  max-width: 1220px !important;
  margin: 0 auto !important;
  float: none !important;
  padding: 0 20px;
}
.header-container .simple-flex > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;
}
.header-container .header-logo .bg-logo {
  -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;;
  display: block;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.header-container .header-logo .logo-wrapper {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
}
.header-container .header-menu .desktop-nav {
  text-align: right;
}
.header-container .header-menu .hs-menu-wrapper {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  margin-top: 5px;
}

/** Responsive styles **/
.header-container .simple-flex > .row-fluid-wrapper > .row-fluid {
  -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; 
}
@media (max-width: 1140px) {
  .header-container .header-logo .bg-logo {
    max-width: 255px !important;  
  }
}
@media (max-width: 1024px) {
  .header-container-wrapper {
    padding: 10px 0; 
  }
  .header-container .simple-flex > .row-fluid-wrapper > .row-fluid > div {
    width: 100% !important;
  }
  .header-container .header-menu {
    text-align: right;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  .header-container-wrapper {
    padding: 15px 0 10px;
  }
}
@media (max-width: 480px) {
  .header-container-wrapper {
    padding: 15px 0 10px;
  }
  .header-container .header-logo .bg-logo {
    width: 162px !important;
  }
}

/*** Fixed Heights (can be deleted) ***/
@media (min-width: 1025px) {
	.header-container-wrapper {
		min-height: 70px; 
	}
}

/***Absolute Header***/
.transparentHeader {
  padding-top: 0 !important;
}
.transparentHeader .header-container-wrapper {
  background: transparent; 
}

/**LP Header**/
.lpHeader .header-container-wrapper {
  position: static !important;
	background: #2d3e4f;
	box-shadow: none !important;
}

/* =====================================
   4b. Main Menu                                   
   ===================================== */

/*** PARENT LIST ***/
.header-container .hs-menu-wrapper > ul li a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: rgba(0, 0, 0, 0.7);
  white-space: normal !important;
  text-transform: none;
  padding: 7px 10px;
  white-space: normal;
  max-width: none;
  width: auto !important;
  text-overflow: initial;
  position: relative;
  overflow: visible !important;
}
.header-container-wrapper .desktop-nav {
  color: #000000;
}
.header-container .desktop-nav {
	float: right;
}
.header-container .desktop-nav .hs-menu-wrapper > ul > li {
  margin: 5px 16px;
}
/* No padding on last menu item */
.header-container .desktop-nav li.hs-menu-item.hs-menu-depth-1:last-of-type,
.header-container .desktop-nav li.hs-menu-item.hs-menu-depth-1:last-of-type > a {
  margin-right: 0;
  /*padding-right: 0; */
}
/** Caret **/
.header-container .desktop-nav li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a {
  padding-right: 15px;
}
.header-container .desktop-nav li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:after {
  content: "";
	background-image: url('https://5298704.fs1.hubspotusercontent-na1.net/hubfs/5298704/metrolina-down-caret.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
	margin-top: 5px;
  margin-left: 6px;
}
.header-container .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.active {
  color: #FA6D11; 
}
/* Hover effect */
.header-container .hs-menu-wrapper > ul li a:hover,
.header-container .hs-menu-wrapper > ul li a:active {
  color: #FA6D11;
}
/* No hover effect on active items */
.header-container .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.active-branch > a ,
.header-container .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.active > a {
  color: inherit;
}

/*** CHILD LIST And Links ***/
.header-container .desktop-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > ul {
  text-align: left;
  background: #fff;
  width: auto !important;
  padding: 10px 0px 10px 0px;
  box-shadow: 7px 7px 20px 0 rgb(0 0 0 / 10%);
}
.header-container .desktop-nav .hs-menu-wrapper > ul > li > ul li {
  color: #000000;
  text-align: left;
  width: auto;
}
.header-container .desktop-nav .hs-menu-wrapper > ul > li > ul li a {
  text-transform: none;
	padding: 15px 25px;
  white-space: nowrap !important;
  display: inline-block !important;
}


/** Last link is a Button **/
.header-container .desktop-nav li.hs-menu-item.hs-menu-depth-1:last-of-type {
  margin-top: 6px;
  margin-bottom: 0;
  margin-left: 10px;
}
.header-container .desktop-nav li.hs-menu-item.hs-menu-depth-1:last-of-type > a {
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #f60;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
.header-container .desktop-nav li.hs-menu-item.hs-menu-depth-1:last-of-type > a:hover {
  color: #000;
}
.header-container .desktop-nav li.hs-menu-item.hs-menu-depth-1:last-of-type > a:after {
  content: none !important;
}

@media (max-width: 1140px) and (min-width: 1025px) {
  .header-container .desktop-nav .hs-menu-wrapper > ul > li {
    margin: 5px;  
  }
  .header-container .desktop-nav .hs-menu-wrapper > ul > li {
    font-size: 13px; 
  }
}

/* Center positioning for child menus */
@media (min-width: 1025px) {
  .desktop-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
      left: 40%;
      -webkit-transform: translateX(-35%);
    -moz-transform: translateX(-35%);
    -o-transform: translateX(-35%);
    -ms-transform: translateX(-35%);
    transform: translateX(-35%);
  }
}

/*** ALTERNATE THEME FOR DARK/IMAGE BACKGROUNDS ***/
.transparentHeader .header-container-wrapper {
  background: transparent; 
}


/* =====================================
   4c. Mobile Menu                                    
   ===================================== */

@media (min-width: 1025px) {
  #mobile-menu {
    display: none !important; 
  }
}
@media (max-width: 1024px) {
  .desktop-nav {
    display: none !important; 
  }
}
/*** Mobile Menu Trigger ***/
.hamburger {
  -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;;
  text-align: right;
  padding: 10px;
  display: inline-block;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.sidr-open .hamburger:hover {
  opacity: 0.7;
}
.header-container-wrapper .hamburger .hamburger-inner,
.header-container-wrapper .hamburger .hamburger-inner:before,
.header-container-wrapper .hamburger .hamburger-inner:after {
  background-color: #2d3e4f;
}
.hamburger-box {
  width: 25px;
  height: 25px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 25px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}
@media (max-width: 480px) {
  .hamburger {
    padding: 15px 0 15px 15px;   
  }
}
@media (max-width: 414px) {
  .hamburger {
    padding: 10px 0 10px 10px;    
  }
 .hamburger-box {
    width: 25px;
    height: 25px;
  }
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 25px;
  } 
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 8px; }
  .hamburger--slider .hamburger-inner::before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 16px; }

.sidr-open .hamburger--slider .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .sidr-open .hamburger--slider .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .sidr-open .hamburger--slider .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }



/* Sidr Navigation Overrides */
.sidr * {
  float: left;
  width: 100%;
}
.sidr {
  text-align: left; 
}
.sidr .hs-menu-wrapper ul {
  float: left; 
}
.sidr .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:hover {
  color: rgba(0,0,0,.75);
}
.sidr .hs-menu-wrapper > ul {
    display: block;
    width: 100%;
    overflow: inherit;
    margin-bottom: 0;
}
.sidr .hs-menu-wrapper ul li {
  display: block;
  width: 100%;
}
.sidr .hs-menu-wrapper > ul > li {
  margin: 0;
}
.sidr .hs-menu-wrapper ul > li > a {
  width: 100% !important;
  padding: 10px 20px;
}
.sidr .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1 {
  border-top: 1px solid #b2a8a5;
  width: 100%;
}
.sidr .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1:last-of-type {
  border-bottom: 1px solid #b2a8a5;
}
.sidr .hs-menu-wrapper > ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
  padding: 15px 0;  
}
.sidr .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a {
  font-size: 14px;
  color: rgba(0,0,0,.75);
}
.sidr .hs-menu-wrapper > ul ul {
  width: 100%;
  box-shadow: none;
  border-top: 0;
  background: none;
  padding: 0;
}
.sidr .hs-menu-wrapper > ul li.hs-menu-depth-1 {
  float: left !important 
}

/* Show child items without hover */
.sidr .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  position: static;
  z-index: 1;
  display: block;
}

.sidr .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2 a {
  overflow: visible !important;
  white-space: normal;
  max-width: none !important;
  width: 100% !important;
  padding: 8px 10px;
  margin-left: 10px;
  padding-left: 20px !important;
  font-size: 14px;
  -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;;
}
.sidr .secondary-nav .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1 a  {
  margin-left: 0;
  font-weight: 500;
  display: block;
  width: 100%;
}
/* Carets */
.sidr .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  content: "";
  background-image: url('https://5298704.fs1.hubspotusercontent-na1.net/hubfs/5298704/metrolina-down-caret.svg');
  height: 10px;
  margin-top: 6px;
  margin-left: 6px;
  width: 10px;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
}

/** Menu Item Hover Effects **/
.sidr .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2 a:hover, 
.sidr .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2 a:focus, 
.sidr .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2 a:active {
  background: #fff1eb;
}
.sidr .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1 > a {
  -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;;
}
.sidr .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1 > a:hover,
.sidr .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1 > a:focus {
  background: #fff1eb;
}
.sidr .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:hover,
.sidr .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:focus {
  background: transparent; 
}


/* Sidr logo */
.sidr img {
  width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
  float: none;
  margin-bottom: 20px;
}

/* General Sidr Styles */
.sidr-open {
  overflow: hidden; 
}
.sidr {
  display: block;
  position: fixed;
  top: 0;
  padding-top: 20px;
  padding-bottom: 60px;
  height: 100%;
  z-index: 999999;
  width: 260px;
  color: #000000;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 14px;
  background: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05) inset;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
.sidr.left {
  left: -260px;
  right: auto;
}
.sidr .btnSolid a {
  max-width: 80% !important;
  min-width: 0 !important;
  margin: 0 auto;
  float: none; 
}


/* =====================================
   4d. Sticky Header                              
   ===================================== */

.header-container-wrapper {
  z-index: 9990;
	position: fixed;
  top: 0;
  width: 100%;
}
.header-container-wrapper.sticky-header {
  position: fixed;
  background-color: #ffffff !important;
}



/* ==========================================================================
   5. FOOTER                                           
   ========================================================================== */

.footer-container {
  background-color: #2D3E4F;
  color: #fff;
}
.footer-container .footer__section--main{
  background-image: url('https://metrolinabuilders.com/hubfs/Metrolina-Builders-Footer-Map-Icons.png');
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: bottom left !important;
  padding:120px 0;
}
@media (max-width: 480px) {
  .footer-container .footer__section--main {
    background-image:none;}
  .footer-container .footer-map{
    height:400px;
    margin-left:-20px !important;
    margin-bottom:-40px !important;
    background-image: url('https://metrolinabuilders.com/hubfs/Metrolina-Builders-Footer-Map-Icons.png');
    background-size:110%;
    background-repeat:no-repeat;
  }
}
.footer-container h1,
.footer-container h2,
.footer-container h3,
.footer-container h4,
.footer-container h5,
.footer-container h6,
.footer-container li,
.footer-container p,
.footer-container span {
  color: #fff; 
}
.footer-sub-container {
  background-color: #1C2731;
}
.footer-container .hs-menu-wrapper ul,
.footer-container ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.footer-container a {
  color: #fff;
  text-decoration: none;
}
.footer-container a:hover {
  /*opacity: 0.75; */
  text-decoration:underline;
}
.footer-container .hs-menu-wrapper ul li {
  margin-bottom: 5px; 
}
.footer-container .hs-menu-wrapper ul li a {
  color: #fff;
  padding: 5px 0;
  text-decoration: none;
  width: 100%;
  display: block;
}
.footer-container .hs-menu-wrapper ul li a:hover{
  text-decoration:underline;
}
.footer-container .hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
  -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
}

.icon-menu ul li {
  position: relative;
  padding-left: 25px;
}
.icon-menu ul li img {
  position: absolute;
  left: 0;
  top: 5px;
}
.footer-container .simple-flex > .row-fluid-wrapper > .row-fluid{
  align-items: center;
}
   
/* =====================================
   5a. Footer Structure                                         
   ===================================== */


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

/* =====================================
   5a. Blog Structure                                      
   ===================================== */

.blog-listing-wrapper,
.blog-listing-wrapper .blog-listing > *{
  float: left;
  width: 100%;
}

.blog-listing.page-center {
  max-width: 1120px; 
}

/* =====================================
   5b. Blog Listing                                        
   ===================================== */

/*** Default Listing ***/
.listing-layout .listing-default .blog-aside-block {
  width: 100%; 
}
@media (min-width: 480px) {
  .listing-layout .post-items-block,
  .related-posts-wrapper .related-posts {
    display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
    -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
      -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
  }
  .listing-layout .post-items-block .post-item,
  .listing-layout .post-items-block .blog-categories-block,
  .related-posts-wrapper .related-posts .post-item {
    width: 48%;
  }
  .listing-layout .post-items-block > div {
    margin-bottom: 6%; 
  }
  .listing-layout .post-items-block .post-item.odd,
  .related-posts-wrapper .related-posts .post-item:first-of-type {
    margin-right: 2%;
  }
  .listing-layout .post-items-block .post-item.even,
  .listing-layout .post-items-block .blog-categories-block,
  .related-posts-wrapper .related-posts .post-item:last-of-type {
    margin-left: 2%;
  }
  .listing-layout .post-items-block .blog-categories-block {
    max-width: 520px;
  }
}
@media (max-width: 900px) and (min-width: 480px) {
  .listing-layout .post-items-block .post-item .post-item-inner {
    padding-bottom: 63px;
  }
  .listing-layout .post-items-block .post-item.small .post-item-inner {
    padding-bottom: 0;
  }
  .listing-layout .post-items-block .post-item .post-item-inner .absolute-details {
    position: absolute;
    bottom: 30px;
  } 
}
@media (max-width: 479px) {
  .listing-layout .post-items-block > div,
  .related-posts-wrapper .related-posts .post-item {
    margin-bottom: 40px;
  }
  .related-posts-wrapper .related-posts .post-item:last-of-type {
    margin-bottom: 0;
  }
}

/*** Home Listing ***/
@media (min-width: 901px) {
  .listing-layout .listing-home.desktop {
    display: block; 
  }
  .listing-layout .listing-home.mobile {
    display: none !important;
  }
  .listing-layout .listing-block {
    display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
    -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
    -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
      -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
  }
  .listing-layout .listing-block div.featured-items-block {
    width: 65%;
  }
  .listing-layout .listing-block div.blog-aside-block {
    width: 35%;
  }
  .listing-layout .listing-block div.blog-aside-block,
  .listing-layout .listing-block div.featured-items-block {
    display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
    -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
    -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
    -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;
  }
  .listing-layout .listing-block > div:first-of-type {
    margin-right: 6%;
  }
  .listing-layout .listing-block .post-items-block {
     
  }
  .listing-layout .listing-home .post-item {
    margin-bottom: 6%; 
  }
  .listing-layout .listing-home .featured-items-block .post-item:last-of-type {
    margin-bottom: 0;
  }
  .listing-layout .listing-home .listing-block {
    margin-bottom: 60px;
  }
  .listing-layout .listing-block .post-items-block .post-item:last-of-type {
    margin-bottom: 0; 
  }
}
@media (max-width: 900px) {
  .listing-layout .listing-home.desktop {
    display: none !important; 
  }
}

/*** Default Post Item Settings ***/
.post-item .featured-img img {
  width: 100%;
  height: 281px;
  object-fit: cover;
  object-position: 50% 50%;
}
.post-item {
  max-width: 500px;
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0 3px 16px rgba(0,0,0,.16);
}
.post-item a {
  height: 100%;
  background-color: #FA6D11; 
}
.post-item a .post-item-inner {
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
}
.post-item:hover a .post-item-inner,
.post-item:focus a .post-item-inner {
  opacity: .90;
}
.post-item a {
  display: block; 
}
.post-item a,
.post-item a * {
  color: #000000;
  text-decoration: none;
}
.post-item .post-details {
  padding: 25px 20px 30px; 
}
.post-item .post-details .post-date,
.post-item .post-details .tag,
.blog-post-wrapper .topic-tags a.tag {
  font-size: 14px;
  position: relative;
  color: #69798A;
  line-height: normal;
  padding-left: 18px;
}
.post-item .post-details .tag {
  padding-left: 0;
  margin-right: 10px;
}
.post-item .post-details .tag:first-of-type,
.blog-post-wrapper .topic-tags a.tag:first-of-type {
  padding-left: 27px; 
}
.post-item .post-details .post-date:before,
.post-item .post-details .tag:first-of-type:before,
.blog-post-wrapper .topic-tags a.tag:first-of-type:before {
  content: "";
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  background-image: url('https://3892486.fs1.hubspotusercontent-na1.net/hubfs/3892486/Icon%20feather-clock.svg');
  background-size: 100%;
}
.post-item .post-details .tag:first-of-type:before,
.blog-post-wrapper .topic-tags a.tag:first-of-type:before {
  width: 21px;
  height: 17px;
  top: 0;
  background-image: url('https://5298704.fs1.hubspotusercontent-na1.net/hubfs/5298704/blog-tags.svg');
}
.blog-post-wrapper .topic-tags a.tag:first-of-type:before {
  top: 5px; 
}
.post-item .post-details .post-extras {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
  -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
  -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #B4BEC9;
}
.post-item .post-details .post-extras > div {
  width: auto;
  margin-right: 35px;
}
.post-item .post-details .post-extras > div:last-of-type {
  margin-right: 0; 
}
.post-item .post-details h3.post-title {
  font-size: 28px;
}
.post-item .post-details .btnFill {
  margin-top: 20px;
  text-align: left !important;
}
.post-item .post-details .btnFill span,
.blog-aside-block .blog-subscribe input[type="submit"] {
  min-width: 150px;
  font-weight: bold;
  font-size: 14px;
  padding: 13px 30px;
}
.post-item .post-date.for-mobile {
  margin-bottom: 5px;
  margin-top: 0;
}
.post-item .post-date.for-small {
  display: none !important; 
}
@media (min-width: 901px) {
 .post-item .post-date.for-mobile {
    display: none !important; 
  }
}
@media (max-width: 900px) {
  .post-item .post-details .post-extras {
    display: none !important;
  }
  .post-item .featured-img img {
    height: 25.3vw; 
  }
  .post-item .post-details h3.post-title {
    font-size: 24px;
  }
  .post-item .post-details h3.post-title.large-size {
    font-size: 28px; 
  }
  .post-item .post-details h3.post-title.med-size {
    font-size: 24px; 
  }
  .post-item .post-details h3.post-title.small-size {
    font-size: 20px; 
  }
}
@media (max-width: 768px) {
  .post-item .post-details .post-meta {
    display: none; 
  }
}
@media (max-width: 479px) {
  .post-item .featured-img img {
    height: 51.58vw; 
  }
}

/*** Large Post Item Settings ***/
@media (min-width: 900px) {
  .post-item.large {
    max-width: 635px; 
  }
  .post-item.large .featured-img img {
    height: 357px !important;
    position: relative;
  }
  .post-item.large .post-details .post-extras {
    margin-top: 25px;
    padding-top: 25px;
  }
}

/*** Small Post Item Settings ***/
.post-item.small {
  background-color: transparent;
  box-shadow: none;
  max-width: none;
  width: 100% !important;
}
.post-item.small .post-item-inner {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
}
.post-item.small .featured-img {
  width: 33%;
  margin-right: 4%;
}
.post-item.small .featured-img img {
  min-height: 84px;
  height: 84px;
}
.post-item.small .post-details {
  width: 63%;
  padding: 0;
}
.post-item.small .post-details .post-date.for-small {
  margin-top: 8px;
  display: block !important;
}
.post-item.small .post-details .post-date.for-mobile {
  display: none !important; 
}
.post-item.small .post-details .post-extras {
  display: none !important; 
}
.post-item.small .post-details .post-meta {
  display: none;
  line-height: normal;
}
.post-item.small .post-details .btnFill {
  display: none;
}
.post-item.small .post-details h3.post-title {
  font-size: 14px; 
  margin: 0;
}
.post-item.small .post-details h3.post-title.large-size {
  font-size: 16px; 
}
.post-item.small .post-details h3.post-title.med-size {
  font-size: 14px; 
}
.post-item.small .post-details h3.post-title.small-size {
  font-size: 13px; 
}
@media (max-width: 900px) {
  .post-item.small .featured-img {
    width: 33.33% !important;
    margin-right: 4%;
  }
  .post-item.small .featured-img img {
    height: 15.6vw;
  }
  .post-item.small .post-details {
    width: 66.66% !important;
    padding: 0;
  }
  .post-item.small .post-details h3.post-title {
    font-size: 20px; 
    margin: 0;
  }
  .post-item.small .post-details h3.post-title.large-size {
    font-size: 22px; 
  }
  .post-item.small .post-details h3.post-title.med-size {
    font-size: 20px; 
  }
  .post-item.small .post-details h3.post-title.small-size {
    font-size: 18px; 
  }
}
@media (max-width: 600px) {
  .post-item.small .featured-img {
    display: none !important;
  }
  .post-item.small .post-details {
    width: 100% !important; 
  }
}

/*** Mobile Post Item Settings ***/
@media (max-width: 767px) {
  .post-item .post-details h3 {
    font-size: 22px;
  }
}


/*** Blog Aside ***/
.blog-aside-block > div {
  width: 100%; 
}
.blog-aside-block h3 {
  font-size: 22px; 
}
.blog-aside-block h4,
.blog-aside-block .hs-search-field label {
  position: relative; 
}
.blog-aside-block h4:after,
.blog-aside-block .hs-search-field label:after {
  content: "";
  background-image: url('https://5298704.fs1.hubspotusercontent-na1.net/hubfs/5298704/styled-hr-light.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 50%;
  height: 5px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 23px;
  display: block;
}
.blog-aside-block .popular-posts,
.blog-aside-block .posts-by-tag {
  box-shadow: 0 3px 16px rgba(0,0,0,.16);
  padding: 30px;
  background: #fff;
}
.blog-aside-block .popular-posts h4,
.blog-aside-block .posts-by-tag h4 {
  font-size: 20px;
}
.blog-aside-block > div {
  margin-bottom: 6% 
}
.blog-aside-block > div:last-of-type {
  margin-bottom: 0; 
}
.blog-aside-block .posts-by-tag .post-item.small .post-details {
  width: 100%;
}
.blog-aside-block .post-item.small {
  margin-bottom: 35px; 
}
.blog-aside-block .post-item.small:last-of-type {
  margin-bottom: 0; 
}
@media (min-width: 901px) {
  .blog-aside-block .posts-by-tag .post-item.small .featured-img {
    display: none;
  }
}
@media (max-width: 900px) {
  .blog-aside-block {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .blog-aside-block .popular-posts .post-item.small:nth-of-type(3) {
    margin-bottom: 0;
  }
  .blog-aside-block .popular-posts .post-item.small:last-of-type {
    display: none; 
  }
}

/*** Blog Search ***/
.hs-search-field {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
.blog-aside-block .hs-search-field .inner-form {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
  ;
  -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
}
.blog-aside-block .hs-search-field input[type="text"] {
  width: 80%;
  box-sizing: border-box;
  width: 100%;
  background: #fff1eb;
  border: 0;
  font-size: 12px;
  padding: 20px 20px 20px 25px;
}
.blog-aside-block .hs-search-field button {
  width: 20%;
  border: 0;
  background: #FA6D11;
  color: #fff;
}
.hs-search-field__bar button svg {
  height: 10px;
}
.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}
@media (max-width: 900px) {
  .blog-aside-block .hs-search-field {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

/*** Blog Subscribe ***/
.blog-aside-block .blog-subscribe {
  min-height: 261px;
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
  background: rgb(255,80,0);
  background: -moz-linear-gradient(90deg, rgba(250, 109, 17,1) 0%, rgba(255,136,0,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(250, 109, 17,1) 0%, rgba(255,136,0,1) 100%);
  background: linear-gradient(90deg, rgba(250, 109, 17,1) 0%, rgba(255,136,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FA6D11",endColorstr="#ff8800",GradientType=1);
  padding: 30px;
  color: #ffffff;
}
.blog-aside-block .blog-subscribe h3 {
  font-size: 18px;
  color: #fff;
}
.blog-aside-block .blog-subscribe .hs-form-field>label>span:first-of-type, 
.blog-aside-block .blog-subscribe .hs-form .hs-error-msgs label {
  color: #ffffff;
}
.blog-aside-block .blog-subscribe .hs-form span.hs-form-required {
  background-color: #fff; 
}
.blog-aside-block .blog-subscribe input[type="submit"] {
  background: #fff;
  border: 1px solid transparent;
  color: #000000;
}
.listing-layout .listing-default .blog-aside-block .blog-subscribe h3 {
  font-size: 24px;
  text-align: center;
}
@media (max-width: 900px) {
  .blog-aside-block .blog-subscribe h3 {
    font-size: 24px;
    text-align: center;
  }
}

/* =====================================
   5c. Blog Pagination                                      
   ===================================== */
   
.listing-pagination {
  float: left;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
.listing-pagination, ul.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.pagination {
  line-height: 0;
  list-style: none;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 auto;
  padding: 0;
}
ul.pagination li {
  color: #e50546;
  font-weight: 500;
  font-weight: bold;
  min-width: 40px;
  min-height: 40px;
}
ul.pagination li a {
  display: block;
  padding: 18px 15px;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  color: #69798A;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;;
}
ul.pagination li a:hover,
ul.pagination li a:focus {
  text-decoration: underline;
}
ul.pagination li.disabled a {
  color: #BEBEBE !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
ul.pagination li.active a {
  min-height: 40px;
  min-width: 40px;
  border: 1px solid #FA6D11;
  border-radius: 0;
  background: #fff1eb;;
}
ul.pagination li.active a:hover, 
ul.pagination li.active a:focus {
  color: #ffffff;
  text-decoration: none;
}
ul.pagination li.prev-page a, ul.pagination li.next-page a {
  width: auto !important;
}
ul.pagination li.prev-page a:hover, ul.pagination li.next-page a:hover, 
ul.pagination li.prev-page a:focus, ul.pagination li.next-page a:focus {
   
}
@media screen and (max-width: 320px) {
  ul.pagination li.prev-page a span {
    display: none !important;
  }
  ul.pagination li.next-page a span {
    display: none !important;
  }    
}

/* =====================================
   5d. Blog Subscribe                                     
   ===================================== */

#blog-subscribe .widget-type-form {
  background: rgb(250,169,51);
  background: -moz-linear-gradient(180deg, rgba(250,169,51,1) 0%, rgba(243,106,16,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(250,169,51,1) 0%, rgba(243,106,16,1) 100%);
  background: linear-gradient(180deg, rgba(250,169,51,1) 0%, rgba(243,106,16,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faa933",endColorstr="#f36a10",GradientType=1); 
}
#blog-subscribe .widget-type-form,
#blog-subscribe .hs-form-field>label>span:first-of-type,
#blog-subscribe .hs-form .hs-error-msgs label {
  color: #fff !important; 
}
#blog-subscribe .hs-form-field>label>span:first-of-type,
#blog-subscribe .hs-form span.hs-form-required {
  visibility: hidden; 
}
#blog-subscribe .hs-button.primary, #blog-subscribe input[type="submit"] {
  background-color: #fff;
  font-weight: black;
  border: 1px solid #fff;
  color: #FA6D11;
}
#blog-subscribe .hs-richtext {
  text-align: center;
}
   
/* =====================================
   5e. Blog Post                                 
   ===================================== */

/*** Post Header ***/
.blog-post-wrapper .post-header-wrapper {
  position: relative;
}
@media (min-width: 769px) {
  .blog-post-wrapper .post-header h1.post-title {
    font-size: 36px; 
  }
  .blog-post-wrapper .post-header h1.post-title.large-size {
    font-size: 40px; 
  }
  .blog-post-wrapper .post-header h1.post-title.small-size {
    font-size: 30px; 
  }
}

.blog-post-wrapper .post-header {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
}
.blog-post-wrapper .post-header > div:first-of-type {
  width: 38%;
  margin-right: 2%
}
.blog-post-wrapper .post-header > div:last-of-type {
  width: 58%;
  margin-left: 2%;
}
.blog-post-wrapper .post-header .post-details .post-date {
  color: #69798A;
  padding-left: 20px;
  font-size: 14px;
  margin-bottom: 5px;
  padding-left: 18px;
  position: relative;
  line-height: normal;
}
.blog-post-wrapper .post-header .post-details .post-date:before {
  content: "";
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  background-image: url('https://3892486.fs1.hubspotusercontent-na1.net/hubfs/3892486/Icon%20feather-clock.svg');
  background-size: 100%;
}
.blog-post-wrapper .post-author-wrapper a,
.blog-post-wrapper .post-author-wrapper span {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
  text-decoration: none;
  color: #FA6D11;
  -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    -ms-transition: color .2s ease;
    transition: color .2s ease;;
}
.blog-post-wrapper .post-author-wrapper a:hover,
.blog-post-wrapper .post-author-wrapper a:focus {
  color: #FA6D11;
}
.blog-post-wrapper .author-avatar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 87px;
      -ms-flex: 0 0 87px;
          flex: 0 0 87px;
  display: inline-block;
  padding: 5px;
  border-radius: 50%;
  border: 1px solid #FA6D11;
  margin-right: 15px;
}
.blog-post-wrapper .author-avatar img {
  object-fit: cover;
  width: 75px;
  height: 75px;
  object-position: center center;
  border-radius: 50%; 
}

/** Featured Image **/
.blog-post-wrapper .post-header .featured-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-height: 371px;
}
@media (max-width: 1024px) {
  .blog-post-wrapper .post-header .featured-img {
    min-height: 42vw; 
  }
}
@media (max-width: 768px) {
  .blog-post-wrapper .post-header > div:first-of-type {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .blog-post-wrapper .post-header > div:last-of-type {
    width: 100%;
    margin-left: 0;
  }
  .blog-post-wrapper .post-header .featured-img {
    min-height: 52vw; 
  }  
}
@media (max-width: 480px) {
  .blog-post-wrapper .post-header .topic-tags {
    margin-bottom: 0; 
  }
}

/*** Post Body ***/
.blog-post-wrapper .post-layout {
  position: relative; 
  overflow: visible;
}
.blog-post-wrapper .post-layout:before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #FA6D11;
  width: 129px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);;
}
.blog-post-wrapper .post-layout .post-body {
  position: relative;
  max-width: 750px;
  margin: 0 auto 20px;
}
.blog-post-wrapper .post-layout .post-body img {
  height: auto; 
}
.blog-post-wrapper .post-layout .social-share {
  border-top: 2px solid #B4BEC9;
  padding-top: 25px;
  margin-top: 20px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.blog-post-wrapper .post-layout .social-share a {
  display: inline-block;
  margin: 0 3%;
}
.blog-post-wrapper .post-layout .social-share a:nth-child(n+4) {
  display: none; 
}
.blog-post-wrapper .topic-tags {
  display: inline-block;
  text-align: left;
}
.blog-post-wrapper .topic-tags a {
  font-size: 14px;
  color: #69798A;
  text-decoration: none;
  text-transform: Capitalize;
  padding: 5px;
}
.blog-post-wrapper .topic-tags a:hover,
.blog-post-wrapper .topic-tags a:focus {
  color: #FA6D11;
  text-decoration: underline;
}

/*** Pillar Post ***/
.blog-post-wrapper .pp-contents {
  position: relative;
  z-index: 5;
}
.blog-post-wrapper .pp-contents ol {
  list-style-type: upper-roman;
  display: block;
  background: #EDE8E8;
  padding: 20px 0 20px 60px;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  border-radius: 8px;
}
.blog-post-wrapper .pp-contents ol h4 {
  text-align: center;
  padding-right: 60px;
  margin-bottom: 10px;
}
.blog-post-wrapper .pp-contents ol li:hover, 
.blog-post-wrapper .pp-contents ol li:focus {
  background-color: rgba(221,221,221,.7);
}
.blog-post-wrapper .pp-contents ol li {
  margin: 0 0 2px;
  width: 100%;
  font-weight: 500;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}
.blog-post-wrapper .pp-contents ol li:hover a, 
.blog-post-wrapper .pp-contents ol li:focus a {
  color: ;
}
.blog-post-wrapper .pp-contents ol li a {
  font-weight: normal;
  padding: 10px 30px;
  display: block;
  position: relative;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  color: #000000;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

/*** Pillar Post CTA ***/
.pp-cta-wrapper {
  position: relative;
  z-index: 5;
  background-color: #FFFFFF;
  width: 100%;
  border-radius: 8px;
  padding: 20px;
}
.post-header .pp-cta-wrapper {
  margin-top: 30px; 
}
.post-layout .pp-cta-wrapper {
  margin-top: 50px; 
}
.pp-cta-wrapper + h2 {
  margin-top: 50px;
}
.pp-cta-wrapper .pp-cta {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;
  -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
}
.pp-cta-wrapper .pp-cta .hero-img {
  width: 38%;
  margin: 0 2% 0 0;
  flex: 0 1 38%;
}
.pp-cta-wrapper .pp-cta .hero-text {
  width: 58%;
  margin: 0 0 0 2%;
  flex: 1 1 58%;
}
.pp-cta-wrapper .pp-cta .hero-text h2,
.pp-cta-wrapper .pp-cta .hero-text h3,
.pp-cta-wrapper .pp-cta .hero-text h4 {
  margin-top: 0;
  margin-bottom: 10px;
}
.post-layout .pp-cta-wrapper {
  background-color: rgba(242,106, 15,.11); 
}
@media (max-width: 767px) {
  .pp-cta-wrapper .pp-cta .hero-img {
    display: none !important; 
  }
  .pp-cta-wrapper .pp-cta .hero-text {
    width: 100%;
  }
}


/* ==========================================================================
   7. MISCELLANOUS                                        
   ========================================================================== */

/* CTA Link (no style) initial load fix */
.widget-type-cta {
  min-height: 56px; 
}

/* Custom widgets take up no space */
.widget-type-raw_html, .widget-type-custom_widget {
    min-height: 0 !important;
}


/*** Lity Lightbox ***/
.lity-active body {
  overflow-y: hidden;
}
.lity {
  z-index: 99990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: rgba(45, 62, 79, .5);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 99990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 99991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 99992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  width: 100%;
  max-width: 964px;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 99993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  /*-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);*/
}
.lity-close {
  z-index: 99994;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #000000;
  font-style: normal;
  font-size: 50px;
  line-height: 35px;
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #c7116b;
  font-style: normal;
  line-height: 35px;
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  border-radius: 10px; 
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;*/
}

.lity-hide {
  display: none !important;
}

#coe-lightbox {
  max-width: 975px; 
}


/* =====================================
   7a. Override CTA styles                       
   ===================================== */

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