/*** OFFICIAL GUESTREVU COLOURS ***

 * GR blue: #00a0dc;
 * hover blue: #0d8ec7;
 * deep blue: #036595;
 * pale blue: #71c1d4;
 * grey: #f3f3f4;
 * green: #7ec991;
 * orange: #faa629;
 * coral: #e55d5d;
 * dark grey: #31475b;
 
*** END COLOURS ***/
 

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

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

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

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

/* Blog Author Section */

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

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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

/****************************************************************************************************************************************************************/

/********************************************
-------- Additional GuestRevu Styles --------                    
*********************************************/

/* FONT STYLES */

.hs_cos_wrapper_type_header h1 {
    font-size: 34px;
    color: #036595;
    font-weight: 300;
}

.hs_cos_wrapper_type_header h2 {
    font-size: 26px;
    color: #036595;
    font-weight: 300;
}

.hs_cos_wrapper_type_header h3 {

}

.hs_cos_wrapper_type_header h4 {
    
}

.cm-content h3 {
    font-size: 20px;
}



.white-font {
    color: #fff;
}
    
    .white-font p, .white-font h1, .white-font h2, .white-font h3, .white-font h4, .white-font h5, .white-font h6 {
        color: #fff !important;
    }
    
    .white-font ul li:before {
        color: #fff;
    }
    
.dark-grey-font {
    color: #444;
}
    
    .dark-grey-font p, .dark-grey-font h1, .dark-grey-font h2, .dark-grey-font h3, .dark-grey-font h4, .dark-grey-font h5, .dark-grey-font h6 {
        color: #444 !important;
    }
    
    .dark-grey-font ul li:before {
        color: #444;
    }

.blue-font {
    color: #00a0dc;
}
    
    .blue-font p, .blue-font h1, .blue-font h2, .blue-font h3, .blue-font h4, .blue-font h5, .blue-font h6 {
        color: #00a0dc !important;
    }
    
    .blue-font ul li:before {
        color: #00a0dc;
    }

.green-background .fa {
		color: #ffffff;
		}

.hs_cos_wrapper_type_rich_text ul li:before {
	content: "\f054"; 
  color: #71c1d4;
  left: -25px;
  font-size: 10px;
}

.special-list {
   list-style: none; 
}

    .special-list ul li:before {
        content: none;
        color: #222;
    }

ul.check {
   list-style: none; 
}

    ul.check li {
        background-size: 20px 20px;
        min-height: 50px;
        padding: 0px 40px 10px 40px;
        margin: 10px;
    }
    
        ul.check li h2 {
            font-weight: 600 !important;
            font-size: 20px !important;
            margin: 0px;
            padding: 0px;
        }
        
         ul.check li p {
            font-size: 17px !important;
            margin: 0px;
            padding: 0px;
        }   

ul.blue-check li {
    background: url(https://cdn2.hubspot.net/hubfs/1961464/Website%20Graphics/Icons/tick-bullet.png) no-repeat left top 5px;
    background-size: 20px 20px;
}

    .check .blue-check ul li::before {
        content: none;
        color: #444;
    }

ul.white-check li {
    background: url(https://cdn2.hubspot.net/hubfs/1961464/Website%20Graphics/Icons/tick-bullet-white.png) no-repeat left top 5px;
    background-size: 20px 20px;
}

/**** BACKGROUNDS *****/

 .grey-background {
    background-color: #f3f3f4;
    }
 
 .green-background {
    background-color: #7ec991;
    }
 
 .blue-background {
    background-color: #00a0dc;
    }
 
 .hover-blue-background {
    background-color: #0d8ec7;
    }
  
 .deep-blue-background {
    background-color: #036595;
    }

 .purple-blue-background {
    background-color: #4363a2;
    }
  
 .pale-blue-background {
    background-color: #71c1d4;
    }
 
 .orange-background {
    background-color: #faa629;
    }
 
 .coral-background {
    background-color: #e55d5d;
    }

 .transparent-background {
    background-color: none;
    }
 
 .graph-background {
    background: #fff url("https://cdn2.hubspot.net/hubfs/1961464/Website%20Graphics/graph-bkg.png") no-repeat left bottom;
    background-size: 100%;
    }
 
 .coffee-cup-background {
    background: #fff url("https://cdn2.hubspot.net/hubfs/1961464/Website%20Graphics/pricing-page-bkg.png") no-repeat left bottom;
    background-size: 100%;
    }
 
/***************************
---------- MARGINS ------------
****************************/

.margin-fix {
    max-width: 940px;
    padding:30px 5px;
    margin: 0 auto!important;
    float: none!important;
 }

.pillar-page .margin-fix {
    max-width: 860px;
}
 
.wide-margin-fix {
    max-width: 700px;
    margin: 0 auto!important;
    float: none!important;
 }
 
.narrow-margin-fix {
    max-width: 1080px;
    margin: 0 auto!important;
    float: none!important;
 }

/***
header stuff
***/



.blue-login {
    color: #fff !important;
    text-decoration: none !important;
    padding: 8px 20px !important;
    text-align: right !important;
    font-size: 14px !important;
}

.deep-blue-login {
  	color: #fff !important;
    text-decoration: none !important;
    padding: 3px 16px !important;
  	border-radius:20px;
  	background-color:#036595;
    border: 1px solid #036595;
    text-align: right !important;
    font-size: 14px !important;
} 

/*from module*/

.header-login {
position: fixed;
background: #00a0dc;
height: 50px;
width: 100%;
z-index: 999;
}
.header-login > .container > div {
float: none;
}
.header-login > .container > div > div {
float: none;
}
header.header {
top:40px;
}
.slicknav_menu {
top: 50px;
}

/*end*/
.blue-header-content {
  text-align: right; 
  padding-top: 8px;
  z-index: 9999;
}

ul.header-social-icons  {
  display: none;
	list-style-type: none;
  padding: 0px;
    display: inline;
    float: left;
	}
     
    ul.header-social-icons > li {
        display: inline;
        }

				ul.header-social-icons > li:before {
        display: none;
    		}

				ul.header-social-icons  > li .fa {
          color: #ffffff;
          font-size:16px;
}

    @media (max-width: 400px) {
      
        ul.header-social-icons  {
          display: none;
      }
      
      a.blue-login,
      a.deep-blue-login {
        font-size: 12px!important;
      }
    }


/***
Hero banners
***/

.hero-banner {
	
    display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
  align-items: center;
    -moz-background-size: cover;
      -o-background-size: cover; 
  background-size: cover;
  text-align: center;
  width: 100%;
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #fff;
  z-index: 0;
}

.small-hero-banner {
  margin-top: 110px;
  height: 200px;
  z-index: 0;
  padding-bottom: 25px;
}
    
    .small-hero-banner-wrap {
        width: 99%;
        margin: 0px auto;
        text-align: center;
    }
    
        .small-hero-banner-wrap h1 {
            text-align: center;
            color: #fff;
            font-weight: 200;
            font-size: 42px;
            padding-top:30px;
            margin-bottom: 0px;
        }

.big-hero-banner {
  margin-top: 70px;
  min-height: 440px;
  z-index: 1;
  margin-bottom: 0px; 
}
    
    .big-hero-banner-wrap {
        width: 99%;
        margin: 0px auto;
        text-align: center;
        }
    
        .big-hero-banner-wrap > div {
                max-width: 750px;
                margin: 0px auto;
                }
                
        .big-hero-banner-wrap h1 {
            font-weight: 200;
            color: #ffffff;
            }
                
        .big-hero-banner-wrap h2 {
            font-weight: 200;
            font-size: 22px;
            color: #036595;
            line-height: 1.5em;
            max-width: 610px;
            margin: auto;
            padding: 10px 0px 30px 0px;
            }

.home-hero-banner {
  margin-top: 110px;
  text-align: left;
  min-height: 560px;
  z-index: 1;
  margin-bottom: 0px; 
}
    
    .home-hero-banner-wrap {
        width: 99%;
        margin: 0px auto;
        text-align: left;
    }
    
        .home-hero-banner-wrap > div {
            max-width: 750px;
            margin-left: 8%;
            }
                
        .home-hero-banner-wrap h1 {
            font-weight: 200;
            color: #ffffff;
            text-align: left;
            line-height: 1.3em;
            margin: 40px 0px;
            min-height: 235px;
            }
						
					@media (max-width: 767px) {
            
            .home-hero-banner {
  							min-height: 590px;
            		}
            
							.home-hero-banner-wrap h1 {
                  min-height: 375px;
                	margin-bottom:5px;
                  }
					}
				
        
        .home-hero-banner-wrap span a {
            margin: 20px 20px 20px 0px;
        }
        
        #typing {
            font-weight: 600;
            color: #ffffff;
            margin:0px;
            }


/***
footer
***/

.footer-container-wrapper .image-grid img {
  width: 110px;
  max-width: 20%;
  filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.5));
  margin: 10px 5px;
  }

  @media (max-width: 767px) {
            .footer-container-wrapper .image-grid img {
                max-width: 45%;
            }
        }

.footer-container-wrapper a > i.fa {
  color: #fff;
  font-size: 24px;
  transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.footer-container-wrapper a:hover > i.fa {
  color: #036595;
  text-decoration: none;
}

/***
Box elements
***/

.preview-card {
		padding: 15px 30px;
  
		}

		.preview-card img {
      margin: 0px auto;
      display: block;
      }

		.preview-card h1 {
      color: #036595;
      font-size: 20px;
      text-align: center;
			}

    	.preview-card h1 a {
          color: #036595;
          }

		.preview-card .hs_cos_wrapper_type_inline_text {
      text-align: center;
			}


.quote-box {
    border: 1px solid #e2e3e4;
    border-radius: 25px 25px 25px 0px;
    padding: 10px 30px;
    margin: 0px 0px 0px 80px;
		}
    
    .quote-box p {
        font-style: italic;
        font-size: 14px !important;
    }
    
    .quote-box span {
        color: #00a0dc;
        margin-top: 14px;
        font-size: 12px;
    }

.testimonial-block {
    min-height: 413px;
    }
    
    .testimonial-block .image{
        transform: scale(0.6); 
            -webkit-transform: scale(0.6); 
        margin-bottom: -30px; 
        margin-top: -30px;
    }
    
    .testimonial-block h3 {
    font-size: 14px;
    text-align: center;
    color: #036595;
    margin: 0px -10px 10px -10px;
    }
    
    .testimonial-block p {
    font-size: 16px;
    text-align: center;
    font-style: italic;
    margin: 0px -20px;
    }

.para-block p {
  border: 1px solid #71c1d4;
  padding: 10px;
  width: calc(50% - 40px);
  margin: 10px;
  float:left;
  min-height: 225px;
}

  @media (max-width: 767px) {
            .para-block p {
              width: calc(100% - 20px);
              min-height: 25px;
            }
        }


/*** features slider ***/

.features-slider-list {
  position: relative;
  padding: 0px 30px;
}  

.features-slider-list:before {
    content:"";
    border-left: 1px dashed rgba(49, 71, 91, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10px;
  }

  .features-slider-list div.hs_cos_wrapper_widget.hs_cos_wrapper_type_module {
    position: relative;
  }

   .features-slider-list div.hs_cos_wrapper_widget.hs_cos_wrapper_type_module::before {
      color: rgba(49, 71, 91, 0.3);
      background-color: #fff;
      content: "\f10c";
      font-family: FontAwesome;
      font-size: 16px;
      height: 16px;
      width: 16px;
      line-height: 0.9;
      top: 10px;
      left: -36px;
      position: absolute;
    }

.features-slider-list div.hs_cos_wrapper_widget.hs_cos_wrapper_type_module span {
  color: rgba(49, 71, 91, 0.3);
  display: block;
  cursor: pointer;
  margin: 50px 10px;
  font-size: 18px;
}

.features-slider-list div.hs_cos_wrapper_widget.hs_cos_wrapper_type_module span:hover {
  color: #31475B;
}

.features-slider-details-card {
  text-align: center;
  padding: 0px 30px;
}

.features-slider-details-card img {
  padding: 0px 30px;
}



/*
.history-timeline {
  background-color: #fff;
}

  .history-timeline .year-slider {
    margin-top:30px;
  }

  .history-timeline .year-slider:before {
    border-left: 1px dashed rgba(49, 71, 91, 0.3);
  }

  .history-timeline .year-slider .hs_cos_wrapper_widget {
    line-height: 1;
    width: 80%;
  }

    .history-timeline .year-slider .hs_cos_wrapper_widget::before {
      color: rgba(49, 71, 91, 0.3);
      background-color: #fff;
      content: "\f10c";
      font-family: FontAwesome;
      font-size: 16px;
      height: 15px;
      width: 15px;
      top: 0px;
    }

    .history-timeline .year-slider .hs_cos_wrapper_widget.hs_cos_wrapper_type_text {
      left: 40px;
      color: rgba(49, 71, 91, 0.3);
      font-size: 20px;
    }

      .history-timeline .year-slider .hs_cos_wrapper_widget.hs_cos_wrapper_type_text::before {
        content: none;
      }

      .history-timeline .slick-history {
        margin-top: 0px;
        padding-left: 10px;
      }

      .history-timeline .history-slide p {
        color: #31475b;
        margin-bottom: 90px;
      }

      .history-timeline .history-slide__image {
        margin: 0px auto;
        padding: 30px;
      }
*/

/***
full-width elements
***/

.data-use-notice {
  background-color: #f9f9f9;
  color: #31475b90;
}

    .data-use-notice h1{
      color: #31475b90;
      text-transform: uppercase;
      text-align: center;
      font-weight: 400;
    	font-size: 16px;
    }

				.data-use-notice h1 > i {
          font-size: 20px;
          line-height: 22px;
        }

  .data-use-notice .hs_cos_wrapper_type_rich_text ul {
      list-style: disc;
    	font-size: 13px;
  		}

				.data-use-notice .hs_cos_wrapper_type_rich_text ul li {
          margin-bottom: 5px;
          }

            .data-use-notice .hs_cos_wrapper_type_rich_text ul li:before {
                display: none;
                }

.cta-bar .white-font,
.cta-bar .blue-font,
.cta-bar .dark-grey-font {
    width: 69%;
    display: inline-block;
    }
    
    .cta-bar .white-font h4 {
        font-size: 20px;
        font-weight: 200;
    }

    .cta-bar .margin-fix {
        max-width: 1080px;
    }
    
    .cta-bar-cta {
        width: 30%;
        display: inline-block;
    } 
        .cta-bar-cta p {
            text-align: right;
        }
    
        @media (max-width: 767px) {
            .cta-bar .white-font {
                width: 100%;
                display: block;
            }
            
            .cta-bar-cta {
                width: 100%;
                display: block;
            }
            
            .cta-bar-cta p {
                text-align: center;
            }
        }

.blue-bar {
    background: #00a0dc;
    text-align: center;
    padding: 30px;
}

    .blue-bar > div {
        max-width: 700px; 
        margin: 0px auto;
    }
    
    .blue-bar h2 {
        color: #fff;
        font-size: 24px;
        text-align: center;
    }
    
    .blue-bar p {
        color: #fff;
        text-align: center;
    }


.white-bar {
    background: #fff;
    text-align: center;
    padding: 30px 15px;
}
    
    .white-bar > div {
        max-width: 700px; 
        margin: 0px auto;
    }

    .white-bar .hs_cos_wrapper_type_rich_text h1 {
      color: #036595; 
      line-height: 1.5em;
      text-align: center;
      font-weight: 300;
    }
    
    .white-bar h2 {
        color: #036595;
        line-height: 1.5em;
        text-align: center;
    }
    
    .white-bar p {
        color: #31475B;
    }

   
.centered-text { 
    text-align: center; 
    max-width: 700px; 
    margin: 0px auto;
}
    .centered-text h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 200;
    }
    
    .centered-text p {
        text-align: center;
        font-size: 18px;
        line-height: 1.7em;
    }

.centered-testimonial {
  padding: 0px;
	}

	 	.centered-testimonial > div {
        max-width: 700px; 
        margin: 0px auto;
    		}

		.centered-testimonial .widget-type-rich_text,
		.centered-testimonial p {
   		text-align: center;
   		padding: 10px 0px 30px 0px;
			}

        .centered-testimonial p {
          margin-top: 0px;
          line-height: 1.7;
          }

          .centered-testimonial p a{
            color: #00a0dc;
            text-decoration: underline;
          }

		.centered-testimonial .hs_cos_wrapper_type_inline_text {
    	text-align: center;
      font-weight: bold;
				}

        .centered-testimonial i {
          text-align: center;
          display: block;
          margin-top: 20px;
         } 

        .centered-testimonial h1 {
          text-align: center;
          display: block;
          margin: 0px;
          font-size: 70px;
          line-height: 0.01;
         } 

				.centered-testimonial h2 {
          text-align: center;
          line-height: 1.2em;
					}

		.centered-testimonial img {
   		padding: 0px;
    	display: block;
    	margin: auto;
			}

.contact-bar {
  background: #0d8ec7; 
  padding: 60px 30px 90px 30px;
	}

/* cookie notice */

body div#hs-eu-cookie-confirmation {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.85),rgba(255, 255, 255, 0.85))!important;
  background-color: transparent!important;
  border:none!important;
  position:fixed!important;
  top:auto!important;
  bottom:0px!important;
}

    body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording > p {
      color: #31475b!important;
      font-size: 12px!important;
      max-width: 750px!important;
      margin:15px auto!important;
      text-shadow: none!important;
    }

        body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording > p > a {
          color: #00a0dc!important;
          text-decoration:underline!important;
        }

    body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area > a#hs-eu-confirmation-button {
      border: 2px solid #00a0dc!important;
      font-size: 12px!important;
        color: #00a0dc!important;
        background: rgba(0,0,0,0)!important;
        padding: 8px 15px!important;
        border-radius: 60px!important;
        text-transform: uppercase;
        display: inline-block;
        text-shadow: none!important;
        -webkit-box-shadow: none; 
        -moz-box-shadow: none;
        box-shadow: none;
    }

        body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area > a#hs-eu-confirmation-button:hover {
            color: #ffffff!important;
            background: #00a0dc!important;
        }

/* text and image overflow (sodium) */

.text-and-image-overflow .container-fluid .image-wrapper img {
  margin-top: 40px;
}

.careers-main-single-website strong {
  font-weight: 600;
}

/***
Three column elements
***/    
    
.three-fa-icons {
  text-align:center;
  }
    .three-fa-icons p, 
    .three-fa-icons h2 {
        text-align:center;
        color:#31475B;
        padding-bottom: 15px;
        }
        
    .three-fa-icons i {
        font-size:40px;
        }

.three-circles {
  text-align: center;
  overflow:none;
	}
  	
		.three-circles .circle {
      border: 2px solid #00a0dc;
      border-radius: 100%;
      width: 160px;
      height: 160px;
      display: inline-block;
      margin: 5px 35px;
			}

      .three-circles .circle .fa {
        color: #00a0dc;
        font-size: 70px;
        height: 70px;
        margin-top: 35px;
  			transition: all 0.3s ease;
        	-webkit-opacity: 1;
        opacity: 1;
      	}

			.three-circles .circle:hover .fa {
        	-webkit-opacity: 0;
        opacity: 0;
        	-webkit-transform: rotateY(150deg); 
    		transform: rotateY(150deg);
      	}

			.three-circles .circle h1 {
				color: #00a0dc;
        font-size: 20px;
        margin: -65px 10px;
        text-transform: uppercase;
        font-weight:500;
        transition: all 0.3s ease;
        	-webkit-opacity: 0;
        opacity: 0;
        	-webkit-transform: rotateY(150deg); 
    		transform: rotateY(150deg);
				}

			.three-circles .circle:hover h1 {
        	-webkit-opacity: 1;
        opacity: 1;
           -webkit-transform: rotateY(0deg); 
    		transform: rotateY(0deg);
				}

						.three-circles .circle h1 > a {
							color: #00a0dc;
              font-weight:500;
							} 

.three-col-eq-wrapper-with-icon {
    text-align: center;
    }

  .three-col-eq-wrapper-with-icon .span4 {
    padding: 15px;
  }

    .three-col-eq-wrapper-with-icon h3 {
        color: #31475B;
        font-weight: 200;
        text-transform: uppercase;
    		}
    
    .three-col-eq-wrapper-with-icon a {
        font-size:inherit;
        font-weight:inherit;
        color: #036595;
    }

		.features-icon {
        font-size: 40px;
        color: #036595;	
    }

.three-col-eq-wrapper {
    text-align: center;
    }
    
    .three-col-eq-wrapper p {
        font-size: 14px;
        padding: 0px 10px;
        margin: 10px 0px;
    }
    
    .three-col-eq-wrapper h1 {
        font-size: 18px;
        font-weight: bold;
        padding: 0px 10px;
        color:#00a0dc;
        margin: 5px;
    }
    
    .three-col-eq-wrapper h2 {
        font-size: 18px;
        font-weight: bold;
        padding: 0px 10px;
        color:#31475B;
        margin: 5px;
    }
    
    .three-col-eq-wrapper h3 {
        font-size: 16px;
        font-weight: 200;
        padding: 0px 10px;
        color:#31475B;
        margin: 5px;
    }

/***** ANIMATED TABLE *****/

.animated-highlight-table {
  position: relative
}

.animated-highlight-table hr {
  position: absolute;
  top: 55px;
  left: 130px;
  border: none;
  border-bottom: 3px dashed #00a0dc;
  width: 60%;
  margin:0px;
}  

.animated-highlight-table table {
    vertical-align: top;
    text-align: center;
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
}

  .animated-highlight-table table td {
      position: relative;
      padding: 0px 10px;
  }

  .animated-highlight-table table h2 {
    color: #00a0dc;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    opacity: 0.3;
      	-webkit-animation: go-solid 9s ease infinite;
    animation: go-solid 9s ease infinite;
  }

  .animated-highlight-table table p {
    background-color: #fff;
    width: fit-content;
    display: block;
    margin: 0px auto;
  }

    .animated-highlight-table table tr:first-of-type p {
      border-radius: 50%;
      border: 3px solid #00a0dc;
      width: 100px;
      height: 100px;
    }

    .animated-highlight-table table p i {
      color: #00a0dc;
      display: block;
      line-height: 100px;
      font-size: 50px;
      margin: 0px auto;
      opacity: 0.3;
          -webkit-animation: go-solid 9s ease infinite;
      animation: go-solid 9s ease infinite;
    }

  .animated-highlight-table td {
    width: 33%;
  }

@media (max-width: 568px) {
  .animated-highlight-table tr {
    display: block;
    width: 50%;
    float: left;
  }
  .animated-highlight-table td {
    width: 100%;
    min-height:120px;
  	vertical-align: middle;
    margin-bottom: 20px;
    display: block;
  }

    .animated-highlight-table table p {
      width: 90%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .animated-highlight-table table img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

}

@-webkit-keyframes go-solid {
  0% { opacity: 0.3; }
  8%, 12% { opacity: 1; }
  20%, 100% { opacity: 0.3; }
}

@keyframes go-solid {
  0% { opacity: 0.3; }
  8%, 12% { opacity: 1; }
  20%, 100% { opacity: 0.3; }
}

.animated-highlight-table table tr td:nth-of-type(2) i,
.animated-highlight-table table tr td:nth-of-type(2) h2 {
  animation-delay:3s;
}

.animated-highlight-table table tr td:nth-of-type(3) i,
.animated-highlight-table table tr td:nth-of-type(3) h2 {
  animation-delay:6s;
}

/*
.animated-highlight-table table tr td:nth-of-type(4) i,
.animated-highlight-table table tr td:nth-of-type(4) h2 {
  animation-delay:9s;
}
*/

    .animated-highlight-table table.no-border tr:first-of-type p {
      border-radius: 0;
      border: none;
      width: auto;
      height: auto;
    }

/***
other
***/    



.nudged-up-image {
  height:200px; 
  width:200px;
  margin: 0px auto; 
  margin-top: -100px;
} 

.nudge-up {
  margin-top: -50px;
}

.powerful-features p {
	text-align: center;
  margin: 0px 10px 20px;
	}

  .powerful-features i {
    font-size: 35px;
    margin: 10px auto;
    display: block;
    text-align: center;
    color: #ffffff;
    }	

  .powerful-features img {
    max-width: 50px;
    display:block;
    margin:0px auto;
  }

.image-grid, .image-grid h1, .image-grid h2 { 
    text-align: center; 
    }

  .image-grid p {
      text-align: center;
      font-size: 18px;
      line-height: 1.7em;
      color: #31475B;
      }

    .image-grid img {
        width: 130px;
        padding: 0px;
        margin: 10px 30px;
      	position: relative;
      	vertical-align: middle;
    }
    
    .image-grid > div {
        max-width: 1060px; 
        margin: 0px auto;
    }

.coming-soon {
  position:relative;
}

a.coming-soon > img {
  	-webkit-filter: grayscale(100%); 
  filter: grayscale(100%);
  opacity: 0.4;
}

  .coming-soon:after {
    content: "coming soon";
    font-size:12px;
    background: #e55d5d;
    color: #ffffff;
    padding: 0px 5px;
    left: 73px;
    top: -50px;
    position: absolute;
  }

p.people {
    font-size:14px;
    text-align: center;
}

h2.people {
    font-size:18px;
    text-align: center;
    font-weight: 200;
    margin: 20px 0px 0px 0px;
}

h3.people {
    font-size:18px;
    color: #00a0dc;
    text-align: center;
    font-weight: 500;
    margin: 5px;
}

figure.people .image {
    filter: grayscale(1);
}

/* pricing */

.pricing-box__price {
  margin-top: -6px;
}

.pricing-box__container .widget-span .hs_cos_wrapper_widget_container .hs_cos_wrapper {
    -webkit-flex-basis: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
}

.pricing-box__feature-text {
    margin: 0px auto;
}

.pricing-box__order {
    margin-top: 15px;
}

.disclaimer {
  max-width: 350px;
  float: none!important;
  margin: 0px auto!important;
  margin-top: -305px!important;
}

  @media (max-width: 767px) {
			.disclaimer {   
          margin-top: -235px!important;
          }
  }

/* smart pricing */

.pricing-box-smart-content .pricing-box__starting-at > .pricing-box__price > div {
    font-weight: 600;
    }

/* new pricing */

.faq-box h4.panel-title a {
  font-size: 14px;
  font-weight:500;
  padding-right: 115px;
}

 @media (max-width: 767px) {
   .faq-box h4.panel-title a {
  		padding-right: 40px;
     	padding-bottom: 30px;
	}
}

.faq-box h4.panel-title:before {
  content:" ";
  font-family: FontAwesome;
}

.faq-box h4.panel-title span.price {
    font-size: 26px;
}

.faq-box h4.panel-title span.package {
    font-size: 20px;
  	color: #31475B;
}

.faq-box h4.panel-title span.description {
  font-weight:300;
  font-size: 16px;
  color:rgba(49,71,91,0.8);
  display: block;
  padding: 10px 0px;
  line-height: 20px;
}

.faq-box .panel-body {
    color: #31475B;
    font-size: 16px;
}

.faq-box .panel-body .included-features ul, 
.faq-box .panel-body .excluded-features ul {
    list-style-type: none;
  	color:rgba(49,71,91,0.8);
}

.faq-box .panel-body .excluded-features ul li {
  	color:rgba(49,71,91,0.6);
}

.faq-box .panel-body .included-features ul li:before {
  content:"\f00c";
  font-family: FontAwesome;
  width:16px;
  height:16px;
  color:#7ec991;
  margin: 10px;
}

.faq-box .panel-body .excluded-features ul li:before {
  content:"\f00d";
  font-family: FontAwesome;
  width:16px;
  height:16px;
  color:#e55d5d;
  margin: 11px;
}

/* related posts */

.related-posts .container .posts .post .post-content a {
  	display: inline;
    font-weight: 300;
    text-transform: none;
    border: none;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0px;
    margin: 10px 0 20px 0;
    font-size: 17px;
    line-height: 1.7;
    color: #31475b; 
}

		.related-posts .container .posts .post .post-content a:hover {
		    color: #31475b;
      	background-color: #ffffff;
      	text-decoration: underline;
			}
      

.related-posts .container .posts .post .post-content a.read-more-button {
  	display: inline-block;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #009fdc;
    border: 1px solid #009fdc;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 5px 20px;
}
		.related-posts .container .posts .post .post-content a.read-more-button:hover {
		    color: #ffffff;
      	background-color: #009fdc;
			}


/* BUTTONS */

.round-button {
    text-decoration: none !important;    
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 15px 30px;
    display: inline-block;
    border-radius:30px;
    transition: all .4s ease;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
    }

    .round-button:hover {
        text-decoration: none !important;  
        }  

.green-button {
    color: #ffffff !important;
    background-color:#7ec991;
    border: 2px solid #7ec991;
    }
    
    .green-button:hover {
        color: #7ec991 !important;
        background-color:#ffffff;
        }

.blue-button {
    color: #ffffff !important; 
    background-color: #00a0dc; 
    border: 2px solid #00a0dc;
    }
    
    .blue-button:hover {
        color: #00a0dc !important;    
        background-color: #ffffff;    
        }
    
.pale-blue-button {
    color: #fff !important;    
    background-color:#71c1d4;
    border: 2px solid #71c1d4;
    }
    
    .pale-blue-button:hover {
        color: #71c1d4 !important;    
        background-color:#fff;
        }

.white-button {
    color: #00a0dc !important;    
    background-color:#fff;
    border: 2px solid #fff;
    }
    
    .white-button:hover {
        color: #fff !important;    
        background-color:#00a0dc;
        }
    
.deep-blue-button {
    color: #fff !important;    
    background-color:#036595;
    border: 2px solid #fff;
    }
    
    .deep-blue-button:hover {
        color: #036595 !important;    
        background-color:#fff;
        }
   
.orange-button {
    color: #ffffff !important;
    background-color:#faa629;
    border: 2px solid #faa629;
    }
    
    .orange-button:hover {
        color: #faa629 !important;
        background-color:#ffffff;
        }


.small-blue-button {
    color: #fff !important; 
    background-color:#00a0dc;
    border: 2px solid #00a0dc;
    padding: 10px 20px;
    margin: 5px;
    border-radius:30px;
    display: inline-block;
    text-decoration: none !important;    
    transition: all .4s ease;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
    }
    
    .small-blue-button:hover {
        background-color:#fff !important;
        color: #00a0dc !important;
        text-decoration: none !important;
        }

.small-white-button {
    color: #00a0dc !important; 
    background-color:#fff;
    border: 2px solid #fff;
    padding: 10px 20px;
    margin: 5px;
    border-radius:30px;
    display: inline-block;
    text-decoration: none !important;    
    transition: all .4s ease;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
    }
    
    .small-white-button:hover {
        background-color:#00a0dc !important;
        color: #fff !important;
        text-decoration: none !important;
        }

.go-lighter {
    opacity:1;
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    }
    
    .go-lighter:hover {
        opacity:0.5;
    }

.horizontal-wiggle {
  transition: all .3s ease;
	}

    .horizontal-wiggle:hover{
      cursor: pointer;
      margin-top: -5px;
      animation: horizontalwiggle 0.4s 2, stayflat 1s infinite;
      }

        @keyframes horizontalwiggle {
            0%   {margin-left: 0px;}
            25%  {margin-left: 10px;}
            75%  {margin-left: -10px;}
            100% {margin-left: 0px;}
            }

        @keyframes stayflat {
          0% {margin-top: 0px;}
          100% {margin-top: 0px;}
          }




/*****************
***** FORMS ******
******************/

/* all forms */

.hs-error-msgs a {
  font-size: 19px;
    position: fixed;
    top: 50%;
    left: 50%;
  margin-top: -71px;
    margin-left: -190px;
    background: #00a0dc;
    padding: 30px;
    color: #fff!important;
  	width: 380px;
  	height: 142px;
    z-index: 1;
    text-align: center; }

    .hs-error-msgs a:before {
      content:" ";
      position: fixed;
      top:0px;
      left:0px;
      width: 100%;
      height: 100%;
      background: url("https://cdn2.hubspot.net/hubfs/1961464/Website%20Graphics/unsubscribed-error-overlay.png");
      background-position: center;
    }



 @media (max-width: 767px) {
   .hs-error-msgs a {
		width: 100%;
     height:200px;
     left:0px;
     bottom:0px;
     border-radius: 0px;
       margin-top: 0px;
    margin-left: 0px;
    		}  
   
   .hs-error-msgs a:before {
      content:" ";
     display: none;
   }
}


.hs-error-msgs label {
font-weight: 700;
}


.hs_error_rollup {
	font-style:oblique;
  padding-top: 20px;
}

    .hs_error_rollup:before {
      content:"*";
    }

.hs_data_use_consent span {
    font-size: 11px!important;
    line-height: 12px;
    display: inline-block;
    padding-left: 20px!important;
    margin-top: -20px!important;
    position: inherit;
}

      .hs_data_use_consent span > a {
        color: inherit!important;
        text-decoration: underline;
        text-transform: none!important;
        font-size: inherit!important;
      }

          .hs_data_use_consent span > a:before {
            display:none;
    }

    form.hs-form .hs-form-field.hs_data_use_consent .input input[type="checkbox"].hs-input + span:after {
      font-size: 14px;
    }

.hs_hs_persona .input select {
font-size: 12px!important;
white-space: normal;

}

#hs-search-module .hs-form input.hs-input {
  font-size: 14px;
}

.widget-type-form form select {
  background: #ffffff url('https://cdn2.hubspot.net/hubfs/1961464/Website%20Graphics/Icons/down-caret.png') right / 20px no-repeat;
  color: inherit;
}

/*** new client booking form ***/

.new-client-booking-form .wide-margin-fix {
	max-width: 600px;
}

.new-client-booking-form .wide-margin-fix table.progress {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

  .new-client-booking-form .wide-margin-fix table.progress td {
    text-align: center;
  }

  .new-client-booking-form .wide-margin-fix table.progress td p,
  .new-client-booking-form .wide-margin-fix table.progress td p a {
    color: rgba(49, 71, 91, 0.6);
  }

  .new-client-booking-form .wide-margin-fix table.progress td p .fa,
  .new-client-booking-form .wide-margin-fix table.progress td p a .fa{
    font-size: 22px;
  }

  .new-client-booking-form .wide-margin-fix table.progress td p.done, 
  .new-client-booking-form .wide-margin-fix table.progress td p.done a {
    color: #00a0dc;
    font-weight: 500;
  }

.new-client-booking-form .blue-centered-form form {
	padding: 30px 30px 30px 60px;
}

.new-client-booking-form form h1 {
  text-align: left;
  font-size: 18px;
  border-top: 1px solid #bbbbbb;
}

.new-client-booking-form form h1 span {
	text-align: left;
  color: #31475B;
  font-size: 18px;
  font-weight: bold;
  padding-right: 10px;
  display: inline-block;
  background: #f3f3f4;
  position: relative;
  top: -12px;
}

.new-client-booking-form form p,
.new-client-booking-form .blue-centered-form p{
  color: #31475B;
  font-size: 16px;
  margin: 0px 0px 30px 0px;
}

.new-client-booking-form form .instructions p,
.new-client-booking-form form p.instructions,
.new-client-booking-form form legend {
  font-size:12px;
	color: rgba(49, 71, 91, 0.7);
}

.new-client-booking-form form .instructions h4 {
  font-size:18px;
	color: rgba(49, 71, 91);
  margin-bottom: 0px;
}

.new-client-booking-form .widget-type-form form ul li {
  color: #31475B;
}

.new-client-booking-form .blue-centered-form form input[type=submit] {
	border: 2px solid #00a0dc;
  padding: 10px 30px;
}

.new-client-booking-form .blue-centered-form form input[type=file] {
	border: none;
}

.new-client-booking-form .blue-centered-form form.hs-form .hs-form-field .input input[type="checkbox"].hs-input + span:before {
	top: 13px;
}
.new-client-booking-form .blue-centered-form form.hs-form .hs-form-field .input input[type="checkbox"].hs-input + span:after {
  top: 11px;
} 

.new-client-booking-form .widget-type-form form .hs-form-required {
  display: inline;
}

/*** meeting form ***/

.meeting-form {
    /*margin-top:-60px;*/
  margin-top:0px;
    }

    .meeting-form input[type=text],
		.meeting-form input[type=number],		
		.meeting-form input[type=email] {
        background-color:#fff;
        padding: 10px;
        margin-top: 7px;
        }

		.meeting-form form select {
        margin-top: 10px!important;
        background: #ffffff url('https://cdn2.hubspot.net/hubfs/1961464/Website%20Graphics/Icons/down-caret.png') right / 20px no-repeat;
        color: #31475b;
      	padding: 10px;
        }

    .meeting-form input[type=submit] {
        text-transform: uppercase;
        max-width:100%;
        padding: 10px 60px!important;
        margin:auto;
      	margin-top:15px;
        margin-bottom:15px;
        color: #fff!important;
        background-color:transparent!important;
        border: 2px solid #ffffff!important;
        border-radius:30px!important;
        display: block!important;
        letter-spacing: 0.1em;
        transition: all .3s ease;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;  
        }
    
    .meeting-form input[type=submit]:hover{
        background-color:#fff!important;
        color: #31475B!important;
        }
    
    .meeting-form span {
        font-size:14px;
        }

		.meeting-form .hs_cos_wrapper_type_rich_text h3 {
          font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    margin: 16px;
    color: #ffffff;
}


.demo-form {
    margin-top:-60px;
    }
    
    .demo-form input[type=text],
    .demo-form textarea,
		.demo-form input[type=email], 
		.demo-form input[type=tel], 
		.demo-form input[type=number] {
        background-color:#fff;
        padding: 10px;
        margin-top: 7px!important;
        border: 1px solid #e5e5e5!important; 
        }
    
    .demo-form input[type=submit] {
        max-width:100%;
        text-transform: none!important;
        padding: 10px 60px!important;
        margin: auto ;
        margin-top: 20px;
        margin-bottom: 20px;
        color: #fff!important;
        background-color:#faa629!important;
        border: 2px solid #faa629!important;
        border-radius:30px!important;
        display: block!important;
        transition: all .4s ease;
            -moz-transition: all .4s ease;
            -webkit-transition: all .4s ease;
            -o-transition: all .4s ease;  
        }

    .demo-form input[type=submit]:hover{
        background-color:#fff!important;
        color: #faa629!important;
        }
    
    .demo-form span, .demo-form label {
        font-size:14px;
        color: #31475B!important;
        }
    
    .demo-form select {
        border: 1px solid #e5e5e5 !important;
        font-size:14px !important;
        color: #31475B !important;
        background-color: #e5e5e5 !important;
        }

.blue-centered-form {
  color: #ffffff;
  margin: 15px 0px;
	}

    .blue-centered-form > div {
      background: #00a0dc;
      max-width: 540px;
      margin: 0px auto!important;
    	}

        .blue-centered-form form {
          padding: 30px 60px;
        	}

						.blue-centered-form .widget-type-form .form-title,
						.blue-centered-form .form-title {
              font-size: 26px;
              font-weight: 300;
              text-align: center;
              color: #fff;
              margin: 0px;
              padding: 30px 30px 0px 30px;
          		}

						.blue-centered-form fieldset.form-columns-2 .input {
              margin-right: 30px!important;
							}

            .blue-centered-form .widget-type-form .hs-form-field {
              margin-bottom: 25px;
            }

            .blue-centered-form input[type=email],
						.blue-centered-form input[type=number],
						.blue-centered-form input[type=tel],
            .blue-centered-form input[type=text],
						.blue-centered-form form textarea,
            .blue-centered-form .widget-type-form form textarea {
              background: #ffffff;
              margin-top: 10px;
              border: 1px solid #036595;
              }

						.blue-centered-form form select {
              margin-top: 10px!important;
              background: #ffffff url('https://cdn2.hubspot.net/hubfs/1961464/Website%20Graphics/Icons/down-caret.png') right / 20px no-repeat;
              color: #31475b;
              }

						.blue-centered-form .widget-type-form form input[type=submit],
						.blue-centered-form form input[type=submit] {
              color: #00a0dc;
              border: 2px solid #ffffff;
              background: #ffffff;
              border-radius: 60px;
              display: block;
              margin: 0px auto;
              margin-top: 20px;
              padding: 5px 65px;
							}

									.blue-centered-form .widget-type-form form input[type=submit]:hover,
									.blue-centered-form form input[type=submit]:hover {
              			color: #fff;
                    background: #00a0dc;
										}

						.blue-centered-form form.hs-form .hs-form-field .input input[type="checkbox"].hs-input {
              height:0px;
							}

						.blue-centered-form form.hs-form .hs-form-field .input input[type="checkbox"].hs-input + span:before {
                top: 60%;
              	border: 3px solid #e0e0e0;
                left: -3px;
                width: 17px;
    						height: 17px;
              	border-radius: 3px;
                }

						.blue-centered-form form.hs-form .hs-form-field .input input[type="checkbox"].hs-input + span:after {
                top: 69%;
                height: 18px;
              	color: #fff0;
                }

									.blue-centered-form form.hs-form .hs-form-field .input input[type="checkbox"].hs-input:checked + span:after {
                    color:#71c1d4
}

.grey-centered-form > div {
   background: #f3f3f4;
   max-width: 540px;
   margin: 0px auto!important;
   }

  .grey-centered-form label span,
	.grey-centered-form .widget-type-form .form-title {
      color: #31475B;
  		}

	.grey-centered-form .hs-input {
			border: 1px solid #036595;
      margin: 5px 0px;
      background: #fff;
			}

.grey-centered-form fieldset {
    max-width: none!important; 
}

.grey-centered-form .widget-type-form form input.hs-button {
 	color: #ffffff;
  border: 2px solid #ffffff;
  background: #71c1d4;
  border-radius: 60px;
  display: block;
  margin: 10px auto;
  padding: 10px 40px;
	}

    .grey-centered-form .widget-type-form form input.hs-button:hover {
      background: #ffffff;
      color: #71c1d4;
    }

.grey-centered-form h4 {
  font-size: 18px;
  margin: 10px 0px;
}

.grey-centered-form legend {
  display: block;
  font-size: 12px;
  padding: 10px;
  color: #31475B;
}

.grey-centered-form .hs-error-msg {
  color: #e55d5d;

}

.grey-centered-form .widget-type-form form .hs_question_categories ul li.hs-form-checkbox {
  margin: 5px;
}

   .grey-centered-form .widget-type-form form.hs-form .hs_question_categories input[type="checkbox"].hs-input + span:before,
   .grey-centered-form .widget-type-form form.hs-form .hs_question_categories input[type="checkbox"].hs-input + span:after {
         top: 12px;
}

  .grey-centered-form input[type="file"].hs-input {
      padding: 5px;
      line-height: 1;
  }



/* wide grey form */

.wide-grey-form > div {
   background: #f3f3f4;
   max-width: 720px;
   margin: 0px auto!important;
   }

  .wide-grey-form label span,
	.wide-grey-form .widget-type-form .form-title {
    color: #31475B;
    font-size: 18px;
  	}

   .wide-grey-form ul li label span {
     font-size: 14px;
     }

    .wide-grey-form .hs-form-required {
    display: none!important;}

		.wide-grey-form .hs-input {
			border: 1px solid #036595;
      margin: 5px 0px;
      background-color: #fff;
      color:#31475B;
			}

    .wide-grey-form fieldset {
      max-width: none!important; 
    }

    .wide-grey-form .widget-type-form form input.hs-button {
      color: #ffffff;
      border: 2px solid #ffffff;
      background: #71c1d4;
      border-radius: 60px;
      display: block;
      margin: 10px auto;
      padding: 10px 40px;
      }

    .wide-grey-form .widget-type-form form input.hs-button:hover {
      background: #ffffff;
      color: #71c1d4;
    }



.wide-grey-form .hs_client_nps,
.wide-grey-form .hs_ease_of_use,
.wide-grey-form .hs_support_rating {
  
}

  .wide-grey-form .hs_client_nps ul li,
  .wide-grey-form .hs_ease_of_use ul li,
  .wide-grey-form .hs_support_rating ul li {
    width:10%;
    float:left;
    display:block;
    margin-top: 0px;
    margin-bottom: 20px;
  }

    .wide-grey-form .hs_client_nps ul li label span,
    .wide-grey-form .hs_ease_of_use ul li label span,
    .wide-grey-form .hs_support_rating ul li label span {
      display: block;
      text-align: center;
      position: relative;
    }

      @media (max-width: 560px) {
          .wide-grey-form .hs_client_nps ul li,
          .wide-grey-form .hs_ease_of_use ul li,
          .wide-grey-form .hs_support_rating ul li {
            width:100%;
            float:left;
            display:block;
            margin-top: 0px;
            margin-bottom: 0px;
          }
            .wide-grey-form .hs_client_nps ul li label span,
            .wide-grey-form .hs_ease_of_use ul li label span,
            .wide-grey-form .hs_support_rating ul li label span {
              display: inline;
              text-align: left;
              padding-left: 30px;
            }
        }

      form.hs-form .hs_client_nps .input input[type="radio"].hs-input + span:before,
      form.hs-form .hs_client_nps .input input[type="radio"].hs-input + span:after,
      form.hs-form .hs_ease_of_use .input input[type="radio"].hs-input + span:before,
      form.hs-form .hs_ease_of_use .input input[type="radio"].hs-input + span:after,
      form.hs-form .hs_support_rating .input input[type="radio"].hs-input + span:before,
      form.hs-form .hs_support_rating .input input[type="radio"].hs-input + span:after
      {
          top: 10px;
      }


    .wide-grey-form .hs_most_used_features,
    .wide-grey-form .hs_least_used_features {
      border: 1px solid #036595;
      padding: 10px;
      margin: 14px;
      width: 46%!important;
		}

    @media (max-width: 720px) {
      .wide-grey-form .hs_most_used_features,
      .wide-grey-form .hs_least_used_features {
      width: 90%!important;
      }
    }

		.wide-grey-form .widget-type-form form input[type=submit],
		.wide-grey-form form input[type=submit] {
			color: #ffffff;
			border: 2px solid #ffffff;
			border-radius: 60px;
			display: block;
			margin: 0px auto;
			margin-top: 20px;
			padding: 15px 45px;
			}

      .wide-grey-form .widget-type-form form input[type=submit]:hover,
      .wide-grey-form form input[type=submit]:hover {
        color: #00a0dc;
      }

    .wide-grey-form form.hs-form .hs-form-field .input input[type="checkbox"].hs-input + span:before,
    .wide-grey-form form.hs-form .hs-form-field .input input[type="checkbox"].hs-input + span:after {
      top: 16px;
    }

/*long subscription form*/

.subscription-form-long {
  padding:15px 30px;
}

.subscription-form-long fieldset.form-columns-1,
.subscription-form-long fieldset.form-columns-2 {
  margin: 0px auto!important;
}

.subscription-form-long fieldset.form-columns-1 .hs-input {
    width: 100%!important;
}

.subscription-form-long .widget-type-form .form-title {
 		font-size: 24px;
    font-weight: 300;
    text-align: center;
    margin: 15px;
    color: #ffffff;
    text-transform: uppercase;
		}

    .subscription-form-long .widget-type-form .form-title i {
      margin-right: 15px;
    	}

.subscription-form-long .widget-type-form input[type=email],
.subscription-form-long .widget-type-form input[type=text] {
  background: #ffffff;
  color: #31475b;
}

.subscription-form-long .widget-type-form form select {
  	background: #ffffff url('https://cdn2.hubspot.net/hubfs/1961464/Website%20Graphics/Icons/down-caret.png') right / 20px no-repeat;
    color: #31475b; 
  	margin: 0px!important;
}

.subscription-form-long .widget-type-form p {
  color: #ffffff;
}

.subscription-form-long .hs-fieldtype-booleancheckbox {
    background: #ffffff;
  	padding: 0px 17px 17px;
    border-top: 1px solid #00a0dc;
    }

    .subscription-form-long .hs-fieldtype-booleancheckbox span {
      color: #31475b;
      font-weight: 500;
    	}

       /* .subscription-form-long .hs-fieldtype-booleancheckbox span .description {
            color: #31475b80;
            font-weight: 300;
            }*/
        .subscription-form-long .hs-fieldtype-booleancheckbox span em {
                    color: #31475b80;
                    font-weight: 300;
                    display: block;
                    }

.subscription-form-long .hs-data_use_consent {
		background: #71c1d4;
  	padding: 0px 17px 17px;
    border-top: 1px solid #71c1d4;
}

    .subscription-form-long .hs-data_use_consent span {
          color: #ffffff;
          font-weight: 500;
          }

.subscription-form-long form.hs-form .hs-form-field .input input[type="checkbox"].hs-input + span {
  padding-left: 20px;
  position: relative;
  display: block;
	}
	  .subscription-form-long form.hs-form .hs-form-field .input input[type="checkbox"].hs-input + span:before {
       left: -2px;
       display: block;
       width: 13px;
       height: 13px;
            }

    .subscription-form-long form.hs-form .hs-form-field .input input[type="checkbox"].hs-input + span:before,
    .subscription-form-long form.hs-form .hs-form-field .input input[type="checkbox"].hs-input + span:after {
      top:10px;
    	}

    .subscription-form-long form.hs-form .hs-form-field .input input[type="checkbox"].hs-input {
      height: 0px;
    	}

    .subscription-form-long form.hs-form .hs-form-field.hs_data_use_consent .input input[type="checkbox"].hs-input + span:after {
        top: 14px!important;
    }

.subscription-form-long .widget-type-form form input.hs-button {
 	color: #ffffff;
  border: 2px solid #ffffff;
  background: #71c1d4;
  border-radius: 60px;
  display: block;
  margin: 10px auto;
  padding: 10px 40px;
	}

    .subscription-form-long .widget-type-form form input.hs-button:hover {
      background: #ffffff;
      color: #71c1d4;
    }



.subscription-form-events form.hs-form .hs-form-field .input input[type="checkbox"].hs-input + span {
  display: block;
  padding-left:20px;
}

.subscription-form-events form.hs-form .hs-form-field .input input[type="checkbox"].hs-input + span:before, 
.subscription-form-events form.hs-form .hs-form-field .input input[type="checkbox"].hs-input + span:after {
  top:10px;
}

/* subscription preferences */

#email-prefs-form input[type=submit] {
    max-width: 100%;
    padding: 5px 20px;
    margin: 0px auto;
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #ffffff;
  	font-size:16px;
    background-color: #00a0dc;
    border: 2px solid #00a0dc;
    border-radius: 30px;
  		-moz-transition: all .4s ease;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
    transition: all .4s ease;
         
        }

		#email-prefs-form input[type=submit]:hover {
      color: #00a0dc;
    	background-color: #ffffff;
      cursor: pointer;
			}

.subscribe-options label span {
  font-weight: normal;
}

.widget-type-email_subscriptions h1 {
  color: #036595;
} 

.widget-type-email_subscriptions h2 {
  color: #00a0dc;
  font-size: 17px;
}

.email-prefs .item .item-inner  {
  border-radius:0px;
  border: 1px solid #00a0dc;
  background-color: #ffffff;
} 

	.email-prefs .item .item-inner.selected {
    background: #71c1d4;
    border: 1px solid #036595;
		}

/* Landing page */

.landing .form-landing .widget-type-form form input[type=email],
.landing .form-landing .widget-type-form form input[type=number],
.landing .form-landing .widget-type-form form input[type=tel],
.landing .form-landing .widget-type-form form input[type=text],
.landing .form-landing .widget-type-form form textarea {
  margin: 0px;
	}

.landing .form-landing .widget-type-form form select {    
  background-image: url('https://cdn2.hubspot.net/hubfs/1961464/Website%20Graphics/Icons/down-caret.png');
  background-size: 15px;
}

.landing .form-landing .widget-type-form .hs_cos_wrapper_type_form {
  line-height: 1.5;
	} 

.landing .form-landing .widget-type-form .hs-form-field {
  margin-top: 15px;
	}

.landing .form-landing .hs-richtext {
  margin-top: 15px;
	}

.landing .form-landing .hs-error-msgs {
  margin-top: 17px;
  }

.landing .form-landing .hs_data_use_consent {
  margin-top:0px!important;
  margin-left: 5px;
}

/* upgrade account page */

.upgrade-account .grey-centered-form > div {
      max-width: 720px;
}

.upgrade-account .big-hero-banner {
  margin-top: 0px;
}

.upgrade-account .big-hero-banner img {
    position: absolute;
    top: 0px;
    left: 30px;
    width: 200px;
}

.upgrade-account .hs-logo-carousel .slick-slide img {
  max-width: 100px;
}

.feature-listing {
  margin: 20px 0px;
}

  .feature-listing .widget-type-rich_text {
    padding: 0px 20px;
  }

  .feature-listing p {
    text-align: center;
   }

  .feature-listing i {
    text-align: center;
    display: block;
    margin: 20px;
    font-size: 32px;
    color: #00a0dc;
   }



/* related posts subscription form */

.related-posts .container .subscription .form-columns-1 .hs-input {
    width: 100%;
		}

.related-posts .container .subscription > div form input[type=email], 
.related-posts .container .subscription > div form input[type=text] {
    margin-top: 0px;
    }

.related-posts .container .subscription > div h3 {
    margin-bottom: 15px;
    }

.related-posts form.hs-form .hs-form-field .input input[type="checkbox"].hs-input + span:after {
    top: 33px;
		}

.related-posts form.hs-form .hs-form-field .input input[type="checkbox"].hs-input + span:before {
    top: 35px;
    width: 13px;
    height: 13px;
		}

.related-posts .container .subscription > div {
  margin-right: 15px;
	}

.related-posts form.hs-form .hs-form-field .input input[type="checkbox"].hs-input + span {
  padding-left: 20px;
  color:#31475b;
	}


.related-posts form.hs-form .hs-form-field .input input[type="checkbox"].hs-input {
  height: 0px;
}

.related-posts .hs-fieldtype-booleancheckbox {
  margin-bottom: 0px;
}

.related-posts form.hs-form .consent-checkbox {
		color:#31475b;
  	padding-left: 0px;
    margin-top: 0px!important;
}

/* usubscribe form */

.unsubscribe-form {
  border: 2px solid #71c1d4;
  background: #ffffff;
  padding: 30px;
  text-align: center;
}

.unsubscribe-form .page-header {
  padding-bottom: 0px;
}

.unsubscribe-form .hs_delete_request .hs-field-desc {
    font-size: 12px;
   padding-top: 15px;
    color: #31475b85;
  line-height:20px;
}

.unsubscribe-form input[type=submit] {
		max-width: 100%;
    padding: 5px 12px;
    display: block;
  	margin:0px auto;
    margin-top: -27px;
    color: #00a0dc;
    background-color: #ffffff;
    font-size: 14px;
    border: 1px solid #00a0dc;
    border-radius: 30px;
  		-moz-transition: all .4s ease;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
    transition: all .4s ease;
}

.unsubscribe-form input[type=submit]:hover {
      color: #ffffff;
   		background-color: #00a0dc;
      cursor: pointer;
			}

.unsubscribe-form form.hs-form .hs-form-field .input input[type="checkbox"].hs-input + span:before,
.unsubscribe-form form.hs-form .hs-form-field .input input[type="checkbox"].hs-input + span:after {
 display:none;
}

.unsubscribe-form .hs_cos_wrapper_type_rich_text ul li:before {
 display:none;
}

/*********** partners form ***********/

.partners-form {
  border: 2px solid #00a0dc;
  color: #31475B;
}

.partners-form form {
  padding: 0px 0px 20px;
  margin: 0px auto;
  max-width: 500px;
}

.partners-form form input {
  border: 1px solid #036595;
}

.partners-form .widget-type-form .form-title {
  color: #036595;
  font-size: 17px;
  margin: 20px 0px 20px;
  text-align: center;
}

.partners-form .widget-type-form label span {
  color: #31475B;
}

.partners-form .widget-type-form form input.hs-button {
  	font-size: 17px;
    text-transform: none;
    display: block;
    margin: 0px auto;
    padding: 5px 15px;
    color: #fff;
    background-color: #00a0dc;
    border: 1px solid #00a0dc;
    border-radius: 20px;
}

.partners-form .widget-type-form form input.hs-button:hover {
    color: #00a0dc;
    background-color: #fff;
    border: 1px solid #00a0dc;
}

.partners-form .widget-type-form .hs-form-field {
  margin: 0px;
}

/***************
BLOG STUFF
****************/

/* content offer sliders */

#slidebox {
    width:100%;
    max-width:485px;
    height:200px;
    max-height:35%;
    padding:0px;
    position:fixed;
    bottom:0px;
    right:-490px;
    overflow-y:hidden;
  	z-index: 90;
  	background-repeat: no-repeat;
  	background-size: contain;
    box-shadow: -1px -1px 6px 0px #00000026;
    }

      @media (max-width: 767px), (max-height: 500px) { 
        #slidebox {
        display:none!important;
        }
      }

    a.close {
        cursor:pointer;
        display: inline-block;
      	margin: auto;
        margin-top: 25px;
        text-decoration:underline;
        font-size: 14px;
        color:#ffffff;
        }
				
				a.close:hover{
          text-decoration:none;
					}
        
.show-on-hover {
    height:200px;
    padding: 55px 0px;
    text-align: center;
    background-color: rgba(3,101,149,0.6);
       -webkit-filter: opacity(0.01);
    filter: alpha(opacity=0);
   	opacity:0;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
  	transition: all .4s ease;
    }
    
    .show-on-hover:hover {
      		-webkit-filter: opacity(1.0);
        filter: alpha(opacity=100);
      	opacity:1;
    }
    
    .show-on-hover p {
        margin: 0px;
    }

/* embeds */

.hs-responsive-embed {
  width: auto!important;
    height: unset!important;
    max-width: 100%!important;
    max-height: unset!important;
    padding-bottom: 2%!important;
}

.hs-responsive-embed iframe,
.hs-responsive-embed.hs-responsive-embed-youtube, 
.hs-responsive-embed.hs-responsive-embed-wistia, 
.hs-responsive-embed.hs-responsive-embed-vimeo {
  width: 100%;
  height: unset;
  padding-bottom: 2%!important;
  min-height: 30em;
}

/*
iframe.instagram-media,
.twitter-tweet {
    max-width: 500px!important;
    display: block!important;
    margin: 10px auto!important;
}

.wistia_responsive_wrapper {
    border: 1px solid #00a0dc;
}

@media (max-width: 1775px) {
    iframe.instagram-media {
    display: block!important;
	}
}
*/

/* lists */

.sodium-blog .blog-section .post-body ul li:before {
  	content: "\f054";
    color: #71c1d4;
    left: -25px;
    top: 7px;
    font-size: 10px;
}

.sodium-blog .blog-section .post-body ol li:before {
  	vertical-align: top;
        -webkit-transform: none; 
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    transform: none;
  	top: 0px;
  	width: 26px;
}

/*Sources list*/

ul.sources {
  line-height:1em;
}
ul.sources > li {
  font-size:12px;
  display: block; 
  width: 50%; 
  float: left;
}

/* Learn more lines */

.learnMore, 
.learn-more {
    margin-left: 40px; 
    padding: 16px 0px; 
    line-height: 1.1;
  	width: 90%;
    }

    .learnMore p, 
		.learn-more p {
      	padding:0px;
      	margin-top:-30px;
        }

				.learnMore p .cta_button , 
				.learn-more p .cta_button  {
          transform: scale(0.8);
          margin-left: 20%;
          }
    
    .learnMore a, 
		.learn-more a {
        font-size: 18px;
    		position: relative;
      	left: 30px;
        }

		.learnMore:before, 
		.learn-more:before {
      	content: "\f105";
      	font-family: "FontAwesome";
        color: #00a0dc;
        font-size: 36px;
        }

/* pull quotes */

.pullQuote, .pull-quote {
    text-align: left;  
    line-height: 1.5; 
    width: 100%; 
    margin: 40px 0px 40px 0px; 
    padding: 10px 0px;
    }

    .pullQuote p, 
		.pull-quote p {
        padding-left:55px;
        margin-top: 5px;
      	color: #31475b;
        font-size: 20px;
        }

				.pullQuote a, 
				.pull-quote a {
            font-size: 20px;
            }

    .pullQuote:before, .pull-quote:before {
        content: "\f10d";
        font-family: "FontAwesome";
        color: #036595;
        padding-left: 55px;
    		}

/* click-to-tweet */

.click-to-tweet {
    
}

/* caption */

.blog-caption {
    text-align: center;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #d3d3d3;
    }

    p.blog-caption{
        text-align: right;
        font-size: 12px;
        margin: 0px 0px 0px 0px;
        }

    .blog-caption a {
        text-align: right;
        font-size: 12px;
        margin: 0px;
        }

/*images*/

.left-image {
    display: inline-block;
    width:50%;
    float: left;
    margin-right: 15px;
    margin-top: 10px;
    border-bottom: 1px solid #d3d3d3;
}

.right-image {
    display: inline-block;
    width:50%;
    float: right;
    margin-left: 15px;
    margin-top: 10px;
    border-bottom: 1px solid #d3d3d3;
}

@media (max-width: 500px) {
  .left-image,
  .right-image {
    width:100%;
    float: none;
  }
}

@media (min-width: 1660px) {
  .left-image,
  .right-image {
    width:30%;
  }
}

.right-image img, .left-image img {
    display: block;
}

.right-image a, .left-image a, .right-image p, .left-image p {
    text-align: center;
    padding: 0px;
    font-size:12px;
}

.grow-image img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
    .grow-image:hover img {
    	-webkit-transform: scale(1.1);
    	transform: scale(1.1);
    }

/* de-emphasised text */

.de-emphasise,
.de-emphasise p,
.de-emphasise h1,
.de-emphasise h2,
.de-emphasise h3,
.de-emphasise h4, 
.de-emphasise h5,
.sodium-blog .blog-section .post-body .de-emphasise ol li:before {
   color: rgba(49, 71, 91, 0.7);
}

/* About the author */

.about-author {
    border: 1px solid #71C1D4;
    padding: 0px 20px;
    margin: 20px;
}

.about-author p,
.about-author h5 {
    font-size: smaller;
}

/* forms */

.post-body form label,
.post-body .hs-form-checkbox-display span{
	color: #31475b;
  }

.post-body form.hs-form .hs-form-field .input input[type="checkbox"].hs-input + span:after {
  top:30%; 
}

.post-body input[type="submit"],
.post-footer input[type="submit"] {
  color: #00a0dc;
  font-size: 17px;
  border: 2px solid #00a0dc;
  background: #ffffff;
  border-radius: 60px;
  display: block;
  margin: 20px 10px;
  padding: 6px 20px;
  cursor: pointer;
	}

		.post-body input[type="submit"]:hover,
		.post-footer input[type="submit"]:hover {
      color: #ffffff;
      background: #00a0dc;
}

.hs_recaptcha {
display: none;
}

/* BLOG LAYOUT */

.sodium-blog .listing-blog .single-post h3 {
		margin-bottom: 5px;
}

.blog-title h1 {
    font-weight:200;
    font-size:35px;
}

.sodium-blog .side-bar-blog .widget-type-form .form-title {
  font-size: 16px;
}

.gr-blog-sidebar {
    padding: 60px 80px 60px 40px;
    }

.pale-blue-sidebox {
    background: #71c1d4;
    padding: 20px 30px;
    }

    .pale-blue-sidebox h2 {
     color: #ffffff;
     text-transform: uppercase; 
     font-weight: 600; 
     font-size: 14px;
    }
 
    .pale-blue-sidebox h3 {
     color: #ffffff;
     font-weight: 300; 
     font-size: 23px;
     padding: 0px 50px 10px 0px;
    }
 
    .pale-blue-sidebox img {
     padding: 15px;
     display: block;
     margin: auto;
    }

.blog-content-container {
    padding-left:8%;
    }

.gr-blog-sidebar-container {
    padding-left: 30px;
    }

    .gr-blog-sidebar-container #hs-search-module .hs-form input.hs-input {
      font-size:14px; 
      width: 235px;
  		max-width: 90%;
    	}

.sodium-blog .section.post-body {
text-align: left;
}

.grid-container {
  display: inline-grid;
  grid-gap: 10px;
  }

  .grid-span-3 {
    grid-column-start: 1;
    grid-column-end: 4;
    margin: 0px!important;
  }

.grid-span-2 {
    grid-column-start: 1;
    grid-column-end: 3;
  margin: 0px!important;
  }

  .grid-container h1,
  .grid-container h2,
  .grid-container h3,
  .grid-container h4,
  .grid-container h5,
  .grid-container h6 {
    text-align: center
  }

  @media (max-width: 535px) {
    .grid-container {
    display: inline;
    }
  }

.widget-type-blog_comments {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #f3f3f4;

}

.widget-type-blog_comments:before {
  content: "Comments";
  font-family: poppins, sans serif;
  font-size: 24px;
  color: #00a0dc;
  font-weight: 300;
    margin-bottom: 20px;
    display: block;
}

.widget-type-blog_comments form:before {
  content: "Write a comment";
  font-family: poppins, sans serif;
  font-size: 17px;
  color: #036595;
  font-weight: 300;
}

/* listing blog author details */

.sodium-blog .author-page .author-details {
  margin:50px;
}

  .sodium-blog .author-page .author-details img {
    display: inline-block;
    width: 120px;
    margin: -85px 10px
  }

  .sodium-blog .author-page .author-details > p,
  .sodium-blog .author-page .author-details .author-bio {
    display: inline-block;
    font-size: 20px;
    margin: 0px;
  }

  .sodium-blog .author-page .author-details .author-bio {
    display: block;
    font-size: 14px;
    margin-left: 145px;
    margin-top: -10px;
  }

  .sodium-blog .author-page .author-details .author-bio div {
    height: 0px;
    overflow: hidden;
    transition: height 0.4s ease;
  }

     .sodium-blog .author-page .author-details .author-bio div p {
        color: #31475B;      
        display: block;
        position: relative;  
        padding: 10px 50px 0px 0px;
        margin: 0px;
        line-height: 1.5em;
      }
    .author-page .author-bio a > i.fa {
        color: #00a0dc;      
        display: inline-block;
        position: relative;  
        padding: 10px;
        font-size: 18px;
    }

.sodium-blog .author-page h4 {
  font-size: 20px;
}

/* individual blog author details */

.blog-section .author-details {
  margin-left:40px;
  margin-bottom: 30px;
}

  .blog-section .author-details img {
    display: inline-block;
    width: 40px;
    margin: -14px 10px;
    border-radius: 50%;
  }

  .blog-section .author-details > p,
  .blog-section .author-details .author-bio {
    display: inline-block;
    font-size: 14px;
    margin: 0px;
  }

  .blog-section .author-details .author-bio {
    display: block;
    color: #00a0dc;
    cursor: pointer;
    margin-left: 65px;
    margin-top: -10px;
  }

  .blog-section .author-details .author-bio div {
    height: 0px;
    overflow: hidden;
    transition: height 0.4s ease;
  }

    .blog-section .author-details .author-bio.show-author-bio div {
      height: 130px;
      overflow: hidden;  
      transition: height 0.4s ease;       
}
     .blog-section .author-details .author-bio div p {
        color: #31475B;      
        display: block;
        position: relative;  
        padding: 10px 50px 0px 0px;
        margin: 0px;
        line-height: 1.5em;
      }

 @media (max-width: 670px) {
   
   .sodium-blog .author-page .author-details img,
   .sodium-blog .author-page .author-details > p, 
   .sodium-blog .author-page .author-details .author-bio {
      display: block;
      margin: 5px auto!important;
   }
   
   .blog-section .author-details {
      margin-left: 0px;
   }
   
   .blog-section .author-details img {
    margin: -3px 10px;
   }
   
   .blog-section .author-details .author-bio {
    margin-left: 0px;
    margin-top: 0px;
   }
   
   .blog-section .author-details .author-bio div p {
    padding: 10px 10px 0px 0px;
     overflow:scroll;
   }

}



/*blog media queries*/

 @media (max-width: 767px) {
   .blog-content-container {
        padding-left:0px;
        padding-right:0px;
    		}  
    
    .scroll-container {
        max-width: 80%;
        position: relative;
        float: left;
        }
     
    .gr-blog-sidebar {
        padding: 10px;
        }
    
    .gr-blog-sidebar-container {
        padding-left: 0px;
      }
   
      .learnMore, .learn-more {
      margin-left: 0px;
      }
    
    .learnMore a, .learn-more a {
      	left: 20px;
        }	
   
   .pullQuote p, 
   .pull-quote p, 
   .pullQuote:before, 
   .pull-quote:before {
      padding-left: 37px;
     }
 }

@media (max-width: 1024px) {
  	.blog-content-container {
        padding-left:2%;
    		}
  	
  	.gr-blog-sidebar {
        padding: 10px;
        }
}

@media (max-width: 1250px) {
    .sodium-blog .blog-section {
      margin-left: 40px;
      } 
}


 
/***************
PILLAR PAGE STUFF
****************/

.sticky-menu {
    background:#ffffff; 
    top: 0px;
    }

.pillar-page-menu {
    text-align: center;
    }
     
    .pillar-page-menu ul {
        list-style-type: none;
        padding: 0px;
        margin: 20px 0px 20px 0px;
        }
     
    .pillar-page-menu ul > li {
        display: inline;
        padding: 0px 30px;
        }
    
    .pillar-page-menu ul > li a,
    .pillar-page-menu ul > li a:hover,
    .pillar-page-menu ul > li a:focus,
    .pillar-page-menu ul > li a:active,
    .pillar-page-menu ul > li a:visited {
        color: #00a0dc;
        }
     
        @media (max-width: 767px) {
            .pillar-page-menu ul {
                display: none;
            }
            
            .sticky-menu {
                display: none;
            }
        }

.anchor {
    position:absolute;
    top: -160px;
}

/***************
DOWNLOADS PAGE STUFF
****************/

.downloads-library {
}

    .downloads-library .case-study-body {
      max-width:1200px;
      margin: 0px auto!important;
      float: none!important;
      }

.downloads-library-menu {
}

	.downloads-library-menu .hs-menu-wrapper > ul {
    margin: 0px auto;
    text-align: center;
		}

			.downloads-library-menu .hs-menu-wrapper > ul > li > a {
        border: 2px solid #f4f4f4;
        margin: 0px 5px;
        }

					.downloads-library-menu .hs-menu-wrapper > ul > li > a:hover, 
					.downloads-library-menu .hs-menu-wrapper > ul > li > a.active-child {
            background-color: #71c1d4;
            border: 2px solid #71c1d4;
            color: #ffffff; 
						}

.download-listing-box {
		text-align: center;
		}

    @media (max-width: 800px) {
        .download-listing-box {
            text-align: center;
            width: 90%;
            }
    }

		.download-listing-box figure.case-study {
      padding:25px;
			}

				@media (max-width: 470px) {
            .download-listing-box figure.case-study {
              padding:1px;
              }
            }

		.download-listing-box .case-study > a > .feature-image {
      height:190px;
      max-width:330px;
      width: 100%;
      position: relative;
			}

    .download-listing-box .case-study > a > .feature-image .ribbon.true {
      position: absolute;
      right: -5px;
      top: -5px;
      z-index: 1;
      overflow: hidden;
      width: 130px;
      height: 130px;
      text-align: right;
    }

        .download-listing-box .case-study > a > .feature-image .ribbon.true span {
          font-size: 11px;
          font-weight: bold;
          color: #FFF;
          padding: 4px 30px;
          text-transform: uppercase;
          text-align: center;
          line-height: 15px;
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          width: 127px;
          display: block;
          background: #79A70A;
          background: -webkit-gradient(linear, left top, left bottom, from(#7ec991), to(#00a0dc));
          background: -webkit-linear-gradient(#7ec991 0%, #00a0dc 100%);
          background: -moz-linear-gradient(#7ec991 0%, #00a0dc 100%);
          background: -o-linear-gradient(#7ec991 0%, #00a0dc 100%);
          background: linear-gradient(#7ec991 0%, #00a0dc 100%);
            -webkit-box-shadow: 0 3px 10px -5px black;
            -moz-box-shadow: 0 3px 10px -5px black;
          box-shadow: 0 3px 10px -5px black;
          position: absolute;
          top: 13px;
          right: -32px;
        }

          .download-listing-box .case-study > a > .feature-image .ribbon.true span:before {
            content: "";
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #00a0dc;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #00a0dc;
          }

          .download-listing-box .case-study > a > .feature-image .ribbon.true span:after {
            content: "";
            position: absolute;
            right: 1px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #00a0dc;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #00a0dc;
          }

      .download-listing-box .case-study > a > .feature-image .ribbon.false {
        display: none;
      }


		.download-listing-box figure:hover {
      box-shadow: none;
      	-webkit-box-shadow: none;
    		-moz-box-shadow: none;  
			}

    .download-listing-box .description p {
      font-size:20px!important;
    } 

.case-studies-listing .right-sidebar {
  border-right: 2px solid #00a0dc;
	}

		@media (max-width: 767px) {
            .case-studies-listing .right-sidebar {
              border-right: none;
              }
            }

/***************
LANDING PAGE STUFF
****************/

.landing .hs_cos_wrapper_type_header h1,
.landing .hs_cos_wrapper_type_header h2,
.landing .hs_cos_wrapper_type_header h3 {
  text-align: left;
	}

.landing .hs_cos_wrapper_type_header h2 {
  font-weight:100;
	}

.landing .column {
    padding: 5px 30px;
}

@media (max-width: 960px){
  .landing .column {
    padding: 5px 30px;
    margin: 0px;
    width: 95%!important;
  }
}
  

.social-sharing-typ,
.social-sharing-typ h4,
.social-sharing-typ ul,
.social-sharing-typ li,
.social-sharing-typ a {
    list-style: none;
    text-align: right;
    font-weight: 200;
  	line-height: 1.8em;
		}

.related-blogs-typ,
.related-blogs-typ a,
.related-blogs-typ ul,
.related-blogs-typ li {
    font-weight: 200;
    list-style: disc;
		}

.related-blogs-typ h4,
.social-sharing-typ h4 {
    margin-top: 0px;
    font-size: 20px;
  	line-height: 1.8em;
    }

    .related-blogs-typ li:before {
        display: none;
    }

.thank-you-page .grid-container {
    column-gap: 30px;
}


.thank-you-page .grid-container h4 {
        padding: 0px 15px;
}

.thank-you-page .grid-container img {
  height: 200px;
  padding: 10px;
  display: block;
  margin: 0px auto;
}

.thank-you-page .grid-container > div {
  align-items: baseline;
}


/*******************************************
LOGIN CHOICE PAGE
********************************************/

.login-choice-page {
  background-image: url(https://cdn2.hubspot.net/hubfs/1961464/Website-Graphics/background-photo.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: calc(100vh - 67px)!important;
}

.login-choice-page p {
  text-align: center;
  margin-bottom:0px;
}

.login-choice-page p a {
  text-decoration: underline;
}

.login-choice-page .opaque-square {
  background: rgba(255,255,255,0.8);
  border:2px solid #f3f3f4;
  border-radius: 5px;
  margin-top:90px!important;
  margin-bottom:90px!important;
  padding: 40px 20px 20px;
}

.login-choice-page .opaque-square img {
  display: block;
  margin:0px auto;
  max-width: 250px;
  margin-bottom: 30px;
}

.login-choice-page .old-version,
.login-choice-page .new-version  {
  padding: 15px;
}

.login-choice-page .old-version > div,
.login-choice-page .new-version  > div {
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 7px 0px #929292;
  padding: 50px 20px;
}

.login-choice-page .old-version > div {
  background-image: url(https://cdn2.hubspot.net/hubfs/1961464/Website-Graphics/old-login.png);
}

.login-choice-page .new-version > div {
  background-image: url(https://cdn2.hubspot.net/hubfs/1961464/Website-Graphics/new-login.png);
}




/*******************************************
PARTNER HANDBOOK PAGE STUFF
********************************************/
.partner-handbook-page .hs_cos_wrapper_type_rich_text p,
.partner-handbook-page .hs_cos_wrapper_type_rich_text h1,
.partner-handbook-page .hs_cos_wrapper_type_rich_text h2,
.partner-handbook-page .hs_cos_wrapper_type_rich_text h3,
.partner-handbook-page .hs_cos_wrapper_type_rich_text h4 {
  text-align: center;
}

.partner-handbook-page .hs_cos_wrapper_type_rich_text h3,
.partner-handbook-page .hs_cos_wrapper_type_header h3 {
  font-size: 20px;
  color: #036595;
  text-align: center;
  font-weight: 500;
}

.partner-handbook-page .narrow-margin-fix {
  max-width: 1200px;
}

.partner-handbook-page video {
  width: 100%;
  max-width: 540px;
  display: block;
  margin: 40px auto;
}

.partner-handbook-page iframe {
  border: 1px solid #00a0dc;
  margin: 0px auto;
  display: block;
}

.partner-handbook-page .preview-card{
  max-width: 350px;
  margin: auto;
  padding: 10px 10px;
}

  .partner-handbook-page .preview-card .cta_button {
    display: none!important;
  }

  .partner-handbook-page .preview-card img {
      max-width: 80px;
      border-radius: 50%;
      float: left;
  }

  .partner-handbook-page .preview-card h1 {
    margin: 5px 0px;
    text-align: left!important;
    display: inline-block;
    padding-left: 10px;
    width: calc(100% - 90px);
  }

  .partner-handbook-page .preview-card h1 a {
    color: #00a0dc;
    font-size: 16px;
  }

  .partner-handbook-page .preview-card .hs_cos_wrapper_type_inline_text  {
    display: none;
  }


.partner-handbook-page .testimonials-quotes .testimonial-mask {
  background-color: #ffffff;
}

.partner-handbook-page .testimonials-quotes .slick-testimonial-quotes .slick-track {
      border-top: 0px solid #ffffff;
}

.partner-handbook-page .testimonials-quotes .slick-next,
.partner-handbook-page .testimonials-quotes .slick-prev {
      padding-top: 0px;
}

.partner-handbook-page .testimonials-quotes .slick-testimonial-quotes .slick-track .hs_cos_wrapper .testimonial-box {
  max-width: 550px;
  top:50%;
}

.partner-handbook-page .testimonials-quotes .slick-testimonial-quotes .slick-track .active-slide {
      -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.partner-handbook-page .testimonials-quotes .slick-testimonial-quotes .slick-track .hs_cos_wrapper .testimonial-box .testimonial-quote {
  background-color: #ffffff;
}

.partner-handbook-page .contacts img {
  display: block;
  margin: auto;
  border-radius: 50%;
  max-width: 100px;
}

.resources-column {
  background-color: #f3f3f4;
  padding: 10px 20px;
}

.partner-resources {
  padding:calc(50% - 200px);
  padding-top: 0px;
}

  .partner-resource-card {
    /*width: 200px;*/
    /*height: 200px;*/
    width: 100%;
    float: left;
    padding: 20px 15px 0px;
  }

    .partner-resource-card img{
      display: block;
      margin: 0px auto;
      padding: 0px;
      width: 80px;
      float: left;
      padding-right: 10px;
    }

  .partner-resource-card p {
    font-size: 16px;
    line-height: 1.2em;
    font-family: Poppins;
    /*text-align: center;*/
    text-align: left;
    margin-top: 10px;
  }

		.partner-resource-card p a {
    	color: #00a0dc;
  	}
			
			.partner-resource-card p a i {
        margin: 0px 10px;
}

.partner-handbook-page .social a:hover {
  text-decoration: none;
}

  .partner-handbook-page .social i.fa {
    display: inline-block;
    font-size: 2em;
    margin: 20px;
    color: #00a0dc;
    transition: all 0.3s ease-in-out;
  }

  .partner-handbook-page .social i.fa:hover {
    transform: translateY(-10px);
    text-decoration: none;
  }

  .partner-handbook-page .social i.fa::after {
      content: "";
      height: 0px;
      width: 100%;
      position: absolute;
      border-bottom: 1px solid rgba(255, 255, 255, 0);
      box-shadow: 0px 5px 9px 0px #fff;
      bottom: 0px;
      left: 0;
      transform: translateY(0px);
      transition: all 0.3s ease-in-out;
  }

  .partner-handbook-page .social i.fa:hover::after {
      border-bottom: 1px solid rgba(255, 255, 255, 0);
      box-shadow: 0px 10px 9px 0px #777;
      transform: translateY(10px);
      transition: all 0.3s ease-in-out;
  }

.partner-handbook-page .linkedin-group {
    background-color: #0073b1;
    background-image: url(https://cdn2.hubspot.net/hubfs/1961464/ideas-GuestRevu.jpg);
    background-position: 80% 0px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px auto!important;
    max-width: 320px;
    float: none;
    padding: 10px;
}

/*
.partner-handbook-page .linkedin-group .cell-wrapper .layout-widget-wrapper {
    margin: 0px auto!important;
    max-width: 300px;
}
*/

  .partner-handbook-page .linkedin-group p {
    text-align: center;
    margin: 20px 40px;
    color: #ffffff;
  }

  .partner-handbook-page .linkedin-group p a {
    text-decoration: underline;
    color: #ffffff;
  }

  .partner-handbook-page .linkedin-group i {
    display: block;
    text-align: center;
    margin-top:20px;
    font-size: 2.5em;
    color: #ffffff;
}

.partner-handbook-page .related-posts {
  background-color: #fff;
  padding: 30px;
}

  .partner-handbook-page .related-posts .container .posts .post {
    background-color: #fff;
    width: 30%;
  }

  .partner-handbook-page .related-posts .container .posts .post .post-content {
    text-align: center;
    padding: 0px;
  }

  .partner-handbook-page .related-posts .container .posts .post .post-content p {
      margin: 5px 0 0px 0;
      font-size: 17px;
      line-height: 1.5;
      text-align: center;
      color: #31475b;
  }

  .partner-handbook-page .related-posts .container .posts .post .post-content span {
  }

  .partner-handbook-page .related-posts .container .posts .post .post-content a.read-more-button {
    display: contents;
  }

  .partner-handbook-page .related-posts .container .posts .post .post-content a.read-more-button:hover {
    color: #00a0dc;
  }

  .partner-handbook-page .related-posts .container .posts .post figure {
    padding-bottom: 55%;
  }

.partner-handbook-page .footer-info p {
  text-align: left;
}

@media (max-width: 600px) {
 .partner-handbook-page .related-posts .container .posts .post {
    width: 100%;
  }
}

/* partners handbook password page */

.partner-handbook-page.password-page {
	background-image: url(https://cdn2.hubspot.net/hubfs/1961464/Partners/Platinum/you-GuestRevu-page.jpg);
  background-size: cover;
  position: relative;
}

.partner-handbook-page .password-page-content {
  margin-top: 10%;
  padding: 1em 2em;
  border: 5px solid #fff;
  background: #fff;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
}

.partner-handbook-page .password-page-content .hs_cos_wrapper_type_rich_text h1,
.partner-handbook-page .password-page-content .hs_cos_wrapper_type_rich_text p
{
  text-align: left;
}

.partner-handbook-page .password-page-content .hs_cos_wrapper_type_rich_text h1 {
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
}

.partner-handbook-page.password-page textarea, 
.partner-handbook-page.password-page input[type="text"], 
.partner-handbook-page.password-page input[type="password"], 
.partner-handbook-page.password-page input[type="datetime"], 
.partner-handbook-page.password-page input[type="datetime-local"], 
.partner-handbook-page.password-page input[type="date"], 
.partner-handbook-page.password-page input[type="month"],
.partner-handbook-page.password-page input[type="time"], 
.partner-handbook-page.password-page input[type="week"], 
.partner-handbook-page.password-page input[type="number"], 
.partner-handbook-page.password-page input[type="email"], 
.partner-handbook-page.password-page input[type="url"], 
.partner-handbook-page.password-page input[type="search"], 
.partner-handbook-page.password-page input[type="tel"], 
.partner-handbook-page.password-page input[type="color"], 
.partner-handbook-page.password-page select
{
    width: auto;
    padding: 10px;
    height: 40px!important;
    font-size: 16px;
    margin-right: 20px;
}

.partner-handbook-page.password-page input[type="submit"] {
    border: 2px solid #00a0dc;
    background: #fff;
    border-radius: 30px;
    color: #00a0dc;
    font-weight: 300;
    padding: 10px 20px;
    font-size: 14px;
      -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.partner-handbook-page.password-page input[type="submit"]:hover {
  color: #fff;
  background: #00a0dc;
  cursor: pointer;
}
  






/*******************************************
PRICING and ROI CALCULATOR MODULES
********************************************/

.calculator-modules #pricingForm,
.calculator-modules #roiForm,
.calculator-modules #plans,
.calculator-modules #resultForm {
  background: #f3f3f4;
  max-width: 600px;
  margin: 0px auto;
  padding: 20px;
  margin-bottom: 40px;
  overflow: auto;
}

.calculator-modules #roiForm {
  max-width: 725px;
}

.calculator-modules #plans {
  max-width: 780px;
  padding: 20px 0px;
}

.calculator-modules #resultForm {
  max-width: 940px;
}

.calculator-modules h2 {
  color: #036595;
  line-height: 1.5em;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  margin-top: 5px;
}

.calculator-modules h2 span {
  font-size: 16px;
  color: #036595;
  display: block;
  margin-top: -15px;
}

.calculator-modules p {
  font-weight: 500;
  margin: 0px 15px;
  padding-top: 10px;
  clear: both;
}

.calculator-modules div.currency {
  display: inline-block;
  position: relative;
  right: 0px;
  padding: 0px;
  width: 6px;
  margin: 0px;
  font-weight: 300;
  font-size: 14px;
  top: 0px;
}

.calculator-modules .fine-print {
  font-size: 14px;
  text-align:left;
  padding: 20px 30px;
  font-style: italic;
  font-weight: 300;
  margin: 0px;
  clear: both;
  display: block;
}

.calculator-modules #pricingForm p span {
  font-weight: 300;
}

.calculator-modules #pricingForm > div,
.calculator-modules #roiForm > div {
  width: 50%;
  float: left;
  padding: 5px 15px 10px 15px;
}

.calculator-modules #plans div,
.calculator-modules #resultForm div,
.calculator-modules #plans p,
.calculator-modules #resultForm p{
  text-align: center;
  margin-top: 0px;
}

.calculator-modules textarea, 
.calculator-modules input[type="text"], 
.calculator-modules input[type="password"], 
.calculator-modules input[type="datetime"], 
.calculator-modules input[type="datetime-local"], 
.calculator-modules input[type="date"], 
.calculator-modules input[type="month"], 
.calculator-modules input[type="time"], 
.calculator-modules input[type="week"], 
.calculator-modules input[type="number"], 
.calculator-modules input[type="email"], 
.calculator-modules input[type="url"], 
.calculator-modules input[type="search"], 
.calculator-modules input[type="tel"], 
.calculator-modules input[type="color"], 
.calculator-modules select {
    -webkit-appearance: none;
    -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  color: #31475b;
}

.calculator-modules label {
  line-height:2em;
}

.calculator-modules select {
  background: #ffffff url('https://cdn2.hubspot.net/hubfs/1961464/Website%20Graphics/Icons/down-caret.png') right / 20px no-repeat;
}

.calculator-modules input[type="number"] {
  width: 45px;
  padding: 2px 6px;
}

.calculator-modules input[type="number"] + label {
  width: calc(100% - 50px);
}

.calculator-modules button {
  border: 2px solid #00a0dc;
  padding: 10px 30px;
  color: #ffffff;
  border-radius: 60px;
  display: block;
  margin: 0px auto;
  margin-top: 20px;
  background-color: #00a0dc;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
  appearance: none;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
  transition: all .3s linear;
}

.calculator-modules .email-band {
  margin:-20px;
  margin-top: 0px;
  padding: 40px 60px;
  overflow: auto;
}

.calculator-modules .email-band > p,
.calculator-modules .email-band .contact-details {
  width: 50%;
  float: left;
  text-align: left;
  padding: 0px 20px;
}

.calculator-modules .email-band > p {
  font-weight: 500;
  line-height: 1.7em;
  margin: 0px;
}

.calculator-modules .email-band p,
.calculator-modules .email-band div {
  text-align: left!important;    
  font-weight: 300; 
  margin: 0px;
}

.calculator-modules .email-band p .fa {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
}

.calculator-modules .email-band label {
line-height: 1em;
}

.calculator-modules .email-band input {
  margin: 10px 0px;
}

.calculator-modules .email-band #speak {
  margin-bottom: 5px;
}

.calculator-modules .email-band .consent-checkbox {
  display: block;
}



@media (max-width: 600px) {
  .calculator-modules #pricingForm > div, 
  .calculator-modules #roiForm > div,
  .calculator-modules .email-band > p, 
  .calculator-modules .email-band .contact-details {
    width: 100%;
  }
  
  
}
 
/********************* pricing calculator only **********************/


.calculator-modules #plans article {
  clear: both;
  border-top: 1px solid #f3f3f4;
}

.calculator-modules #plans article:nth-of-type(2) {
    margin-top: 60px;
    border-top: 31px solid #fff;
    padding-top: 20px;
}

.calculator-modules #plans .email-band {
  margin-left: 0px;
  margin-right: 0px;
}

.calculator-modules #plans h3 {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 5px;
}

.calculator-modules #plans .billing-period {
  width: 50%;
  float: left;
  padding: 30px;
}

.calculator-modules #plans .billing-period div {
  text-align: left;
}

.calculator-modules #plans .billing-period div small {
  font-size: 16px;
}

.calculator-modules #plans .billing-period div:first-of-type {
  font-size: 22px;
}

.calculator-modules #plans h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 5px;
}

.calculator-modules #plans .billing-period + p {
  text-align: left;
  margin:0px;
  font-weight: 500;
  padding: 0px 30px;
}

.calculator-modules #plans .included-features,
.calculator-modules #plans .excluded-features {
  width: 100%;
  text-align: left;
  padding: 0px 30px;
}

.calculator-modules #plans ul.included-features  li:before,
.calculator-modules #plans ul.excluded-features  li:before {
    content: "\f00c";
    font-family: FontAwesome;
    width: 16px;
    height: 16px;
    color: #7ec991;
    margin: 10px;
}

.calculator-modules #plans ul.excluded-features  li:before {
    content: "\f00d";
    color: #e55d5d;
    margin: 11px;
}



@media (max-width: 600px) {

  .calculator-modules #plans .billing-period {
    width: 100%;
    padding: 10px 30px;
  }
  
  .calculator-modules #plans {
    padding: 20px 0px;
  }
  
  .calculator-modules .email-band {
    margin-left:0px;
    margin-right: 0px;
    padding: 40px 30px;

  }
  
}

/************ ROI calculator only ************/

.calculator-modules #roiForm p.fine-print {
    display: block;
    font-size: 12px;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
}

.calculator-modules #roiForm p.fine-print a {
    color: #00a0dc;
}

.calculator-modules #roiForm #rooms {
    padding-top: 32px;
}

.calculator-modules #roiForm label {
  font-size:14px;
}

.calculator-modules #resultForm table {
  margin: 30px 0px;
  width: 100%;
  border-collapse: collapse;
}

.calculator-modules #resultForm table thead {
  font-size: 12px;
  border-bottom: 2px solid #31475b;
  text-align: right;
  line-height:1em!important;
}

.calculator-modules #resultForm table tbody tr:nth-child(odd) {
  background-color: #e0f1f6;
}

.calculator-modules #resultForm table tbody tr:last-child {
  background-color: #00a0dc;
  color: #ffffff;
  font-weight: 500;
}

.calculator-modules #resultForm table td {
  padding: 10px;
  text-align: right;
}

.calculator-modules #resultForm table th {
  padding: 0px 10px;
  text-align: right;
}


.calculator-modules #resultForm table td:first-child {
  text-align: left;
  width: 42%;
}

.calculator-modules #resultForm table .tooltip .tooltip-content {
  left: -20px;
}

.calculator-modules #resultForm table .tooltip.show-tooltip .tooltip-content::before, 
.calculator-modules #resultForm table .tooltip:hover .tooltip-content::before {
  left: 25px;
}

@media (max-width: 460px) {
  
  .calculator-modules #resultForm {
  padding: 20px 0px;
  }
  
  .calculator-modules #resultForm .roi-table-wrapper {
    width: 100%;
    margin-bottom: 30px;
    overflow-x: auto;
  }
  
  .calculator-modules #resultForm table {
    margin-bottom: 0px;
  }
  
  .calculator-modules #resultForm table td:first-child,
  .calculator-modules #resultForm table th:first-child {
    position: absolute;
    width: 225px;
    top: auto;
    z-index:10;
    height: 60px;
   }
  
  .calculator-modules #resultForm table th:first-child {
    background-color: #f3f3f4;
    height: 32px;
  }
  
  .calculator-modules #resultForm table tr:nth-of-type(odd) td:first-of-type {
    background-color: #c0e3ec;
  }
  
  .calculator-modules #resultForm table tr:nth-of-type(even) td:first-of-type {
    background-color: #f0f0f0;
  }
  
  .calculator-modules #resultForm table tr:last-of-type,
  .calculator-modules #resultForm table tr:last-of-type td:first-of-type {
    background-color: #00a0dc;
    height: 90px;
  }
  
  .calculator-modules #resultForm table thead tr:last-of-type {
    background-color: #f3f3f4;
    height: 20px;
  }
  
  .calculator-modules #resultForm table td:nth-child(2),
  .calculator-modules #resultForm table th:nth-child(2){
    padding-left:280px;
    line-height:2.5em;
  }
    
  .calculator-modules #resultForm table th:nth-child(2){
    line-height:1em;
  }   
  

  .calculator-modules #resultForm table .tooltip .tooltip-content {
    left: -90px;
  }

  .calculator-modules #resultForm table .tooltip.show-tooltip .tooltip-content::before, 
  .calculator-modules #resultForm table .tooltip:hover .tooltip-content::before {
    left: 95px;
  }
  
}

/* ROI calculator for lp */

.pale-blue-background.calculator-modules #roiForm,
.pale-blue-background.calculator-modules #resultForm {
  background-color: #71c1d4;
  overflow-x: hidden;
}

.pale-blue-background.calculator-modules #resultForm {
margin-bottom: 0px;
}

.pale-blue-background.calculator-modules input[type="number"], 
.pale-blue-background.calculator-modules select {
  border: 1px solid #036595;
}

.pale-blue-background.calculator-modules button {
    color: #ffffff;
    border: 2px solid #ffffff;
    background: #71c1d4;
}

.pale-blue-background.calculator-modules button:hover {
  color: #71c1d4;
  background: #ffffff;
}

.pale-blue-background.calculator-modules #resultForm table tbody tr:nth-child(odd) {
  background-color: #4ab0c9;
}

.pale-blue-background.calculator-modules .email-band > p, 
.pale-blue-background.calculator-modules .email-band .contact-details {
    width: 100%;
}
.pale-blue-background.calculator-modules .email-band input[type="email"],
.pale-blue-background.calculator-modules .email-band input[type="tel"] {
    width: 50%;
}

.white-font .tooltip i.fa {
  color: rgba(255, 255, 255, 0.6);
}

.pale-blue-background.calculator-modules.white-font .tooltip .tooltip-content {
    left: -80px;
  color: #31475B!important;
}

.pale-blue-background.calculator-modules .tooltip.show-tooltip .tooltip-content::before, 
.pale-blue-background.calculator-modules .tooltip:hover .tooltip-content::before {
    left: 85px;
}

/*
@media (max-width: 440px) {
  
   .calculator-modules #resultForm table td:first-child {
    position: absolute;
    width: 180px;
    top: auto;
    z-index:10;
    height: 90px;
    padding-right:0px;
   }
  
  .calculator-modules #resultForm table th:first-child {
    width: 180px;
  }
  
  .calculator-modules #resultForm table td:nth-child(2),
  .calculator-modules #resultForm table th:nth-child(2) {
    padding-left:180px;
    line-height:3.5em;
  }
  
  .calculator-modules #resultForm table th:nth-child(2) {
    line-height:1em;
  }      
    
}
*/


/*******************************************
MEWS MARKETPLACE LANDING PAGE
********************************************/

.mews-marketplace-lp {
  background-image: url('https://cdn2.hubspot.net/hubfs/1961464/blurry-app-dashboard.png');
  background-size: cover;
  background-attachment: fixed;
}

.mews-marketplace-lp .wide-margin-fix {
  background: #ffffff;
  box-shadow: 0 0 20px 1px rgba(0,0,0,0.15);
  padding: 20px 80px;
  margin-top: 80px!important;
}

.mews-marketplace-lp .wide-margin-fix img {
  display: block;
  margin: 0px auto;
  width: 100%!important;
  max-width: 200px!important;
  margin-top: 30px;
  margin-bottom: 40px;
}

.mews-marketplace-lp .wide-margin-fix .logo img {
}

.mews-marketplace-lp .wide-margin-fix .choice-option {
  
}

  .mews-marketplace-lp .wide-margin-fix .choice-option .widget-type-rich_text {
    margin: 0px 10px 30px;
    padding: 0;
  }

    .mews-marketplace-lp .wide-margin-fix .choice-option a {
      padding: 10px 20px;
      border: 1px solid #71c1d4;
      border-radius: 10px;
      text-align: center;
      text-decoration: none;
      color: #036595;
      display: block;
    }


    .mews-marketplace-lp .wide-margin-fix .choice-option .widget-type-rich_text a:not(.cta_button) :hover{
      text-decoration: none;
    }

    .mews-marketplace-lp .wide-margin-fix .choice-option a:hover {
        text-decoration: none;
        color: #036595;
        box-shadow: 0 0 10px rgba(113, 193, 212, 0.5);
     }

      .mews-marketplace-lp .wide-margin-fix .choice-option a p {
      }

        .mews-marketplace-lp .wide-margin-fix .choice-option a p i {
          display: block;
          font-size: 40px;
          margin: 15px;
          color: #71c1d4;
          transition: all 0.3s ease;
        }

        .mews-marketplace-lp .wide-margin-fix .choice-option a:hover p i {
          color: #00a0dc;
          text-shadow: 0 0 10px rgba(113, 193, 212, 0.5);
        }

        .mews-marketplace-lp .wide-margin-fix .choice-option a p span {
          display: block;
          font-weight: 600;
          font-size: 22px;
        }

.mews-marketplace-lp .wide-margin-fix article#basic,
.mews-marketplace-lp .wide-margin-fix .email-band {
display: none!important;
}

.mews-marketplace-lp .wide-margin-fix .calculator-modules #plans article:nth-of-type(2) {
    margin-top: 0px;
    border-top: 0px solid #fff;
    padding-top: 0px;
}

.mews-marketplace-lp .wide-margin-fix .hs_cos_wrapper_type_rich_text h2 {
  margin-top: 30px;
}

.mews-marketplace-lp .wide-margin-fix .widget-type-rich_text hr {
    border: none;
    border-bottom: 1px solid #00a0dc;
    margin: 30px 60px;
}

.mews-marketplace-lp .wide-margin-fix .widget-type-rich_text {
  padding: 0px 60px;
}
.mews-marketplace-lp .wide-margin-fix .widget-type-rich_text ul {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 30px;
}

.mews-marketplace-lp .wide-margin-fix .widget-type-rich_text ul li {
    display: inline-block;
    margin: 0;
    padding: 0 10px 0 0;
    cursor: pointer;
}

.mews-marketplace-lp .wide-margin-fix .hs_cos_wrapper_type_rich_text ul li:before {
    content: "";
}

.mews-marketplace-lp .wide-margin-fix .widget-type-rich_text ul li a > i.fa {
    color: #00a0dc;
    font-size: 24px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.mews-marketplace-lp .wide-margin-fix .widget-type-rich_text ul li a:hover > i.fa {
    color: #036595;
    text-decoration: none;
}

.mews-marketplace-lp .wide-margin-fix .widget-type-form .form-title {
  margin:0px;
}

.mews-marketplace-lp .wide-margin-fix .centered-form > div {
    background: none;
    max-width: 540px;
    margin: 0px auto!important;
}
.mews-marketplace-lp .wide-margin-fix .centered-form form {
  padding: 30px 60px;
}

.mews-marketplace-lp .wide-margin-fix .centered-form form h2 {
  font-size: 25px;
  text-align: left;
  font-weight: 400;
}

.mews-marketplace-lp .wide-margin-fix .centered-form form fieldset {
    max-width: none!important;
}

.mews-marketplace-lp .wide-margin-fix .centered-form form .form-columns-1 .hs-input {
  width: 100%!important;
}

.mews-marketplace-lp .wide-margin-fix .centered-form form label span {
    color: #31475B;
}

.mews-marketplace-lp .wide-margin-fix .centered-form form .hs-input {
    border: 1px solid #036595;
    margin: 5px 0px;
}

.mews-marketplace-lp .wide-margin-fix .centered-form form.hs-form .hs-form-field .input input[type="radio"].hs-input {
  height: 0;
}

.mews-marketplace-lp .wide-margin-fix .centered-form form label.hs-form-radio-display span {
    position: relative;
    left: 30px;
}

.mews-marketplace-lp .wide-margin-fix .centered-form form.hs-form .hs-form-field .input input[type="radio"].hs-input + span:before {
    left: -30px;
}
.mews-marketplace-lp .wide-margin-fix .centered-form form.hs-form .hs-form-field .input input[type="radio"].hs-input + span:after {
    left: -25px;
}

.mews-marketplace-lp .wide-margin-fix .centered-form form .hs_survey_banner_image input.hs-input  {
  display: grid;
  padding: 3px 0px 4px 0px;
  position: relative;
}

/*
.mews-marketplace-lp .wide-margin-fix .centered-form form .hs_survey_banner_image input.hs-input:before {
  content: "Choose file";
  cursor: pointer;
  color: #fff;
  background: #036595;
  border-right: 1px solid #036595;
  position: absolute;
  top:0px;
  height: 28px;
  width: 84px;
  font-size: 13px;
  text-align: center;
  padding-top: 4px;
}

.mews-marketplace-lp .wide-margin-fix .centered-form form .hs_survey_banner_image input.hs-input:hover:before {
  color: #036595;
  background: #fff;
}
*/

.mews-marketplace-lp .wide-margin-fix .centered-form form .hs_phone > label {
    line-height: 44px;
}

.mews-marketplace-lp .wide-margin-fix .centered-form form div.hs-fieldtype-booleancheckbox {
  margin: 5px 0px;
}

.mews-marketplace-lp .wide-margin-fix .centered-form form.hs-form .hs-form-field .input input[type="checkbox"].hs-input {
  height: 12px;
  width: 12px!important;
  margin: 0px;
  line-height: 0px;
  text-align: left;
  display: inline-block;
  visibility: visible;
}
  .mews-marketplace-lp .wide-margin-fix .centered-form form.hs-form .hs_data_use_consent.hs-form-field .input input[type="checkbox"].hs-input {
    top: 10px;
    position: relative;
  }

.mews-marketplace-lp .wide-margin-fix .centered-form form li.hs-form-booleancheckbox {
  padding-left: 20px;
}

.mews-marketplace-lp .wide-margin-fix .centered-form form legend,
.mews-marketplace-lp .wide-margin-fix .centered-form form li.hs-form-booleancheckbox label span > em {
  display: block;
  font-size: 11px;
  padding-left: 16px;
}

.mews-marketplace-lp .wide-margin-fix .centered-form form.hs-form .hs-form-field .input input[type="checkbox"].hs-input + span {
 padding-left: 16px;
}

.mews-marketplace-lp .wide-margin-fix .centered-form form.hs-form .hs-form-field .input input[type="checkbox"].hs-input + span:before {
  display: none;
}

.mews-marketplace-lp .wide-margin-fix .centered-form form.hs-form .hs-form-field .input input[type="checkbox"].hs-input + span:after {
   display: none;
}

.mews-marketplace-lp .wide-margin-fix .centered-form form.hs-form .hs_data_use_consent .input input[type="checkbox"].hs-input + span:after {
   display: none;
}

.mews-marketplace-lp .wide-margin-fix .centered-form form.hs-form span.consent-checkbox {
    max-width: 420px;
    min-height: 30px;
}

.mews-marketplace-lp .wide-margin-fix .centered-form form.hs-form input[type="submit"] {
    display: block;
    margin: 0px auto;
    border-radius: 40px;
    padding: 10px 40px;
    margin-top: 20px;
}

.mews-marketplace-lp .wide-margin-fix .widget-type-form form ul.hs-error-msgs li {
color: #e55d5d;
}

@media (max-width: 640px) {
  .mews-marketplace-lp .wide-margin-fix,
  .mews-marketplace-lp .wide-margin-fix .widget-type-rich_text,
  .mews-marketplace-lp .wide-margin-fix .centered-form form {
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .mews-marketplace-lp .wide-margin-fix .centered-form form .form-columns-1 .hs-input {
    width: 95%!important;
  }
  
  .mews-marketplace-lp .wide-margin-fix .centered-form form li.hs-form-booleancheckbox {
    padding-left: 10px;
  }
  
  .mews-marketplace-lp .wide-margin-fix .centered-form form.hs-form .hs-form-field .input input[type="checkbox"].hs-input + span:after {
    left: -16px;
  }
  
  .mews-marketplace-lp .wide-margin-fix .centered-form form.hs-form .hs-form-field .input input[type="checkbox"].hs-input + span {
    padding-left: 1px;
  }
  
  .mews-marketplace-lp .wide-margin-fix .centered-form form li.hs-form-booleancheckbox label span > span {
      padding-left: 0px;
    }
  .mews-marketplace-lp .wide-margin-fix .centered-form form .hs_data_use_consent li.hs-form-booleancheckbox label span > span {
      padding-left: 16px;
    }
  
  .mews-marketplace-lp .wide-margin-fix .centered-form form .hs_phone > label {
    line-height: 1.42857143;;
  }
  
}

/*******************************************
CATERER LANDING PAGE STUFF
********************************************/

.caterer-lp {
    position: relative;
    top: 80px;
    background-color: #56bef1;
    border-top: 180px solid;
    border-image: linear-gradient(to bottom, #4abaea, #15a6e0) 100% 0 0 0;
}

  .caterer-lp .caterer-lp-content {
      background-color: #ffffff;
      margin-bottom: 120px!important;
      padding: 40px;
  }

    .caterer-lp .nudged-up-image {
        margin-top: -130px;
    }

    .caterer-lp .hs_cos_wrapper_type_rich_text h2 {
        margin-top: 10px;
    }

@media (max-width: 425px) {
  
  .caterer-lp .caterer-lp-content {
    padding: 20px;
  }
}

/*******************************************
TABBED PAGE STUFF
********************************************/

.tabbed-page {
}

.tabbed-page ul.filters {
  border:  solid #f3f3f4;
  border-width: 1px 1px 0px 1px;
  width: 100%;
}

.tabbed-page ul.filters li  {
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: center;
}

.tabbed-page ul.filters li a {
  background: #f3f3f4;
  color: #6e7e8c;
  border-radius: 0px;
  text-transform: none;
  padding: 15px 0px;
  width: 100%;
  display: block;
}

.tabbed-page ul.filters li a.active {
  background: #ffffff;
  color: #31475B;
}

.tabbed-page .question {
  border: solid #f3f3f4;
  border-width: 0px 1px 1px 1px;
  padding: 20px 40px;
  margin-bottom: 40px;
  position: relative!important;
}

@media (max-width: 500px) {
  .tabbed-page .question { padding: 10px 5px;}
}

.tabbed-page .questions .question h3 {
    font-size: 20px;
    color: #036595;
    font-weight: 400;
    text-transform: none;
    margin-top: 30px;
    margin-left: 0;
    margin-bottom: 30px;
    cursor: auto;
    padding-left: 0;
}

.tabbed-page .questions .question h3:before {
  content: none;
}


/******************* resource round up ******************/

.resource-round-up .single-post {
  margin: 20px 0px;
}

.resource-round-up .single-post .feature-image {
  display: inline;
  width: 150px;
  height: 150px;
  float: left;
  margin: 20px 20px 60px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.resource-round-up .single-post h3 {
  text-align: left;
  margin: 20px 0px 0px 0px;
}

.resource-round-up .single-post h3 a {
  color: #036595;
  font-size: 20px;
  text-decoration: none;
}

.resource-round-up .single-post h3 a:hover {
  color: #00a0dc;
}

.resource-round-up .single-post p {
    margin: 5px 0px;
    font-size: 14px;
}

.resource-round-up .single-post p span {
  font-style: italic;
  color: #71757f;
}

.resource-round-up .single-post p span small {
}

.resource-round-up .single-post .content-wrap {
}

.resource-round-up .single-post .content-wrap p {
}

.resource-round-up .single-post .content-wrap a {
  
}

.resource-round-up .article-pagination {
}

.resource-round-up .article-pagination ul {
  list-style-type: none;
}

.resource-round-up .article-pagination ul li {
  display: inline;
}

.resource-round-up .article-pagination ul li a {
  text-decoration: none;
  color: #00a0dc;
  padding: 5px 10px;
}

.resource-round-up .article-pagination ul li a:hover {
  background: #00a0dc;
  color: #fff;
}

.resource-round-up .article-pagination ul li.active a {
  background: #00a0dc;
  color: #fff;
}

/********* 
COOL STUFF
********/

/* SEARCH */
.hs-search-field input {
    border: 1px solid #00a0dc;
    margin: 6px;
    padding: 3px;
}

.hs-search-field button {
    
  color: #fff !important;
    background-color: #00a0dc;
    border: 2px solid #00a0dc;
    margin: 5px;
    border-radius: 30px;
    display: inline-block;
    text-decoration: none !important;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
  text-align: right;
    padding: 1px 4px;
    margin-left: -40px;
}

.hs-search-field button:hover {
    background-color: #fff !important;
    color: #00a0dc !important;
    text-decoration: none !important;
}


.hs-search-results__title {
font-size: 20px;
    color: #00a0dc;
    font-weight: 300;
    margin-top: 10px;
}

  
.hs-search-results__description {
 font-size: 16px;
    color: #31475B;
    font-weight: 300;
    text-align: justify;
  margin-top: 0px;
}

/* ELF HUNT */

.elf-hunt {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  margin-top: -100px;
  margin-left: 50px;
}

.elf-hunt img {
  -webkit-animation: updown 20s linear infinite;
  -moz-animation: updown 20s linear infinite;
  -o-animation: updown 20s linear infinite;
  animation: updown 20s linear infinite;
  filter: drop-shadow(0px -2px 2px rgba(0,0,0,0.4));
  padding: 5px;
  height: 100px;
}

@-webkit-keyframes updown {
  0%    {margin-bottom: -170px;}
  25%   {margin-bottom: -170px;}
  30%   {margin-bottom: 0px;}
  40%   {margin-bottom: 0px;}
  45%   {margin-bottom: 0px;}
  50%   {margin-bottom: -170px;}
  100%  {margin-bottom: -170px;}
}
@-moz-keyframes updown {
  0%    {margin-bottom: -170px;}
  25%   {margin-bottom: -170px;}
  30%   {margin-bottom: 0px;}
  40%   {margin-bottom: 0px;}
  45%   {margin-bottom: 0px;}
  50%   {margin-bottom: -170px;}
  100%  {margin-bottom: -170px;}
}
@-o-keyframes updown {
  0%    {margin-bottom: -170px;}
  25%   {margin-bottom: -170px;}
  30%   {margin-bottom: 0px;}
  40%   {margin-bottom: 0px;}
  45%   {margin-bottom: 0px;}
  50%   {margin-bottom: -170px;}
  100%  {margin-bottom: -170px;}
}

@keyframes updown {
  0%    {margin-bottom: -170px;}
  25%   {margin-bottom: -170px;}
  30%   {margin-bottom: 0px;}
  40%   {margin-bottom: 0px;}
  45%   {margin-bottom: 0px;}
  50%   {margin-bottom: -170px;}
  100%  {margin-bottom: -170px;}
}






.htr-widget {
    width: 150px!important;
    height: 128px!important;
    padding: 0!important;
    position: fixed!important;
    bottom: 0!important;
    margin: 0px!important;
    left: 0!important;
    z-index: 1!important;
  box-shadow: 1px -1px 9px 0px rgba(80, 80, 80, 0.3);
}


@media (max-width: 500px) {
  .htr-widget { display: none!important;}
}

/* tooltips */

.tooltip {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

  .tooltip i.fa {
    display: inline-block;
    color: #9fa8b2;
    font-size: 0.8em;
    position: relative;
    top: -5px;
  }

  .tooltip.show-tooltip i.fa {
    color: #000000;
}

  .tooltip .tooltip-content {
    display: block;
    position: absolute;
    z-index: 10;
    width: 200px;
    background: #fff;
    color: #31475B;
    overflow: unset;
    font-size: 11px;
    padding: 5px;
    border: 1px solid #00a0dc;
    bottom: 30px;
    left: -170px;
    margin:0px;
    visibility:hidden; 
    opacity:0; 
    transition:opacity 0.4s;
  }

  .tooltip.show-tooltip .tooltip-content,
  .tooltip:hover .tooltip-content {
    visibility:visible; 
    opacity:1;
  }

.tooltip.show-tooltip .tooltip-content::before,
.tooltip:hover .tooltip-content::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 175px;
    z-index: -1;
    height: 10px;
    width: 10px;
    transform: translate(-50%,50%) rotate(45deg);
    background: #fff;
    border-right: 1px solid #00a0dc;
    border-bottom: 1px solid #00a0dc;
}


@media (max-width: 820px) {
  .tooltip {
    float: right;
  }
}

/* speech bubble */

.popup-speech-bubble-container {
  padding: 15px 60px;
  width: 95%;
  overflow-x: hidden;
  display: block;
  margin: 0px auto;
  margin-bottom: 30px;
}

.popup-speech-bubble-container > p {
  margin: 30px 0px 0px -40px;
  color: rgba(49, 71, 91, 0.7);
}

.popup-speech-bubble-container img {
  width: 50px;
  float: left;
  margin-right: 10px;
  margin-top: -10px;
}

.popup-speech-bubble {
  display: inline-block;
  width: 80%;
  padding: 20px;
  background: #00a0dc;
  border-radius: 20px 20px 20px 0px;
  }

.popup-speech-bubble > p {
  color: #ffffff;
  margin: 0px;
}

.animatable {
  visibility: hidden; 
  animation-play-state: paused; 
}

.animated {
  visibility: visible;
  animation-fill-mode: both;
  animation-play-state: running;
}

@keyframes emergeleft {
  0%   {transform: scale(0); transform-origin: bottom left}
  60%  {transform: scale(0); transform-origin: bottom left}
  100% {transform: scale(1); transform-origin: bottom left}
}

.animated.popup-speech-bubble {
  animation: emergeleft 1.5s 1;
}

 @media (max-width: 767px) {
   .popup-speech-bubble-container {
     width: 99%;
     padding: 15px 0px 15px 40px;
    	}
   
   .popup-speech-bubble {
     width: 99%;
   }
}

/* moving clouds bg */

.moving-clouds {
    width: 99.9%;
    padding: 0px 15px 15px 15px;
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 0px auto;
    background: url('https://cdn2.hubspot.net/hubfs/1961464/Website%20Graphics/clouds-opaque-bg.png') repeat, linear-gradient(to top right, #00a0dc 5%, #7ec991); 
    animation: moving-background 250s linear infinite;
  	}

        .moving-clouds p,
        .moving-clouds h1,
        .moving-clouds h2,
        .moving-clouds h3,
        .moving-clouds h4 {
          color: #ffffff;
          text-align: center!important;
          margin: 10px 0px;
        	}

        .moving-clouds a:not(.cta_button) {
          color: #ffffff!important;
          text-decoration: underline;
        }

@keyframes moving-background {
  0%   {background-position: center top 0px, center top 0px; }
  100% {background-position: center top -5000px, center top 0px; }
}


/* Audio blocks */

.audio-wrapper {
  border-radius: 25px 25px 25px 0px;
  border: 2px solid #00a0dc;
  padding: 25px 30px 0px 30px;
  margin: 15px 0px 30px 0px;
  background: linear-gradient(to top, #fafafa 20%, #fafafa90), url('https://cdn2.hubspot.net/hubfs/1961464/Website%20Graphics/green-sound-wave.png'), url('https://cdn2.hubspot.net/hubfs/1961464/Website%20Graphics/blue-sound-wave.png');
  background-repeat: repeat-x;
  animation: audio-background 50s linear infinite;
} 

  .audio-wrapper > p {
    font-weight: 300;
    font-size:12px;
  }

    .audio-wrapper > p:first-child {
      font-weight: 500;
      font-size: 16px;
    }

  .audio-wrapper a {
    color:#00a0dc;
    font-weight: 500;
  }

  .audio-wrapper img {
    float: left;
    margin-right: 15px;
    width: 70px;
    height: 70px;
    }

audio {
  width:100%;
}


@keyframes audio-background {
  0%   {
    background-position: center 0, bottom right 0px, bottom right 0px;
    background-size: 100% 100%, 50% 150px, 60% 140px;
    
  }
  100% {
    background-position: center 0, bottom right -800px, bottom right -1000px;
    background-size: 100% 100%, 50% 150px, 60% 140px;
  }
}

/* Fancy list */

.fancy-numbers {
	counter-reset:fancy-numbers; 
}

.fancy-numbers > h3:before {
	content: counter(fancy-numbers);
  counter-increment: fancy-numbers;
  position: relative;
  left: 46%;
  padding: 5px;
    background: -webkit-linear-gradient(left, #00a0dc, #7ec991);
    background: -moz-linear-gradient(left, #00a0dc, #7ec991);
    background: -ms-linear-gradient(left, #00a0dc, #7ec991);
    background: -o-linear-gradient(left, #00a0dc, #7ec991);
  background: linear-gradient(to top right, #00a0dc, #7ec991); 
  font-size: 50px;
  font-weight: bold;
  color:transparent;
    -webkit-background-clip: text;
  background-clip: text;
}

/* audio clip */

p.audio-clip{
  padding-left: 60px;
  margin-top: -30px;
}

p.audio-clip:before {
  content: "\f028";
  font-family: "FontAwesome";
    background: -webkit-linear-gradient(left, #036595, #71c1d4);
    background: -moz-linear-gradient(left, #036595, #71c1d4);
    background: -ms-linear-gradient(left, #036595, #71c1d4);
    background: -o-linear-gradient(left, #036595, #71c1d4);
  background: linear-gradient(to right, #ffffff,40%, #036595,70%, #ffffff); 
  font-size: 50px;
  color:transparent;
    -webkit-background-clip: text;
  background-clip: text;
  position: relative;
  left: -60px;
  top: 43px;
  animation: sliding-background 50s linear infinite;
}

@keyframes sliding-background {
  0%   {background-position: 0px; }
  100% {background-position: 500px; }
}

/* fancy quote */

p.fancy-quote {
  font-family: Poppins;
  font-size: 20px;
  padding: 30px 60px;
  margin: 0px;
  position: relative;
  background: rgba(255,255,255,0.7)
}

.sodium-blog .blog-section p.fancy-quote > a {
  color: #036595;
}

p.fancy-quote:before {
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 25px;
  position: relative;
  left: -40px;
  top: -20px;
}

.quote-image {
  padding: 20px 40px;
  background-position:center center;
  background-size: cover;
}


/* ROI calculator div */

.roi-calculator-div {
    text-align: center;
    min-height: 200px;
    background-repeat: no-repeat;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 1)), url(https://blog.guestrevu.com/hubfs/Website-Graphics/ROI-calculator-preview.png);
    background-position: center bottom, center -20px;
}

.roi-calculator-div a#cta_button_1961464_a6512765-c997-4d88-974b-f91207e22202 {
  margin-top:100px!important;
  margin-bottom:100px!important;
  box-shadow: 0px 0px 5px 1px #036595;
}

.roi-calculator-div > a {
    padding: 15px 30px;
    border-radius: 50px;
    border: 2px solid #00a0dc;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 200px;
    display: inline-block;
}


/* tripadvisor blocks */

.tripadvisor-block {
  background-color: #f2f2f2;
  padding: 30px;
  padding-bottom: 10px;
  margin-bottom:20px;
}

.tripadvisor-block p{
  line-height: 1.4;
  margin: 0px 0px 10px 0px;
}

.tripadvisor-block a{
  display: block;
  text-align: right;
  font-size: 12px;
    margin-top: 10px;
}

.tripadvisor-review,
.tripadvisor-management-response {
  overflow-y: auto;
  border: 1px solid #e0e0e0; 
  border-radius: 2px; 
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
  padding: 16px;
}
.tripadvisor-review {
  max-height: 150px;
  border-bottom: 1px solid #fff;
  
    position: relative;
}

.tripadvisor-review p{
  font-size: 12px;
}
.tripadvisor-review p:first-of-type{
  font-size: 14px;
  font-weight: bold;
}
.tripadvisor-management-response {
  max-height:200px;
  padding-left: 32px;
  position: relative;
  
    border-top: 1px solid #fff;
}
.tripadvisor-management-response:before {
  content: "\f107";
    font-family: "FontAwesome";
  position: absolute;
  text-align: right;
  left: 0px;
  right:0px;
  top:-20px;
  padding: 10px;
}
.tripadvisor-management-response p {
  font-size: 14px;
}
.tripadvisor-management-response p:first-of-type {
  font-weight: bold;
  margin-bottom: 0px;
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid #e0e0e0;
}
.tripadvisor-management-response p:nth-of-type(2) {
  font-size: 12px;
}










/*_________________________________________________DONT TOUCH, needs to be tidied up___________________________________________________*/




/********************************************************/
/********************************************************/
/*******  QUOTE SLIDER - FROM SLICK *******/
/********************************************************/
/********************************************************/


.slick-arrow {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1; }
  .slick-arrow.slick-prev {
    left: 48px; }
    .slick-arrow.slick-prev:before {
      content: '';
      background-image: url("https://cdn2.hubspot.net/hubfs/1961464/Website%20Graphics/Icons/blue-arrow-left.png");
      background-repeat: no-repeat;
      -moz-background-size: cover;
        -o-background-size: cover;
           background-size: cover;
      width: 30px;
      height: 58px;
      display: block; }
  .slick-arrow.slick-next {
    right: 48px; }
    .slick-arrow.slick-next:before {
      content: '';
      background-image: url("https://cdn2.hubspot.net/hubfs/1961464/Website%20Graphics/Icons/blue-arrow-left.png");
      background-repeat: no-repeat;
      -moz-background-size: cover;
        -o-background-size: cover;
           background-size: cover;
      -webkit-transform: scaleX(-1);
         -moz-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
           -o-transform: scaleX(-1);
              transform: scaleX(-1);
      width: 30px;
      height: 58px;
      display: block; }


.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block; }

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden; }

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

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  top: 0;
  left: 0; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-slide {
  display: none;
  float: left;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* SLICK THEME CSS */

.slick-dots, 
.slick-next, .slick-prev {
  padding: 0;
  position: absolute;
  display: block;
	margin-left: 0px; }

.slick-dots li button:before, 
.slick-next:before, .slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-loading .slick-list {
  background: center center no-repeat #f3f3f4; }

.slick-next, 
.slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0; }

.slick-next:focus, 
.slick-next:hover, 
.slick-prev:focus, 
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0; }

.slick-next:focus:before, 
.slick-next:hover:before, 
.slick-prev:focus:before, 
.slick-prev:hover:before {
  opacity: 1; }

.slick-next.slick-disabled:before, 
.slick-prev.slick-disabled:before {
  opacity: .25; }

.slick-next:before, 
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff; }

.slick-prev {
  left: -25px; }

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

.slick-next:before, [dir=rtl] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir=rtl] .slick-next {
  right: auto;
  left: -25px; }

[dir=rtl] .slick-next:before {
  content: '←'; }

.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  bottom: 0px;
  width: 100%;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0; }

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0; }

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #00a0dc; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000; }
/********************************************************/
/********************************************************/
/*******  Modules/testimonial-slide.scss *******/
/********************************************************/
/********************************************************/
.testimonials-quotes {
  min-height: 440px;
  background-color: #f3f3f4;
  position: relative;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
	

}
  .testimonials-quotes .slick-container {
    margin: 0 auto;
    max-width: 100%; }
  .testimonials-quotes .testimonial-mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #f3f3f4; }
  .testimonials-quotes .slick-slider {
    margin: 0; }



  .testimonials-quotes .slick-prev {
    width: 80px;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    padding: 30px;
    padding-top:90px;
    left: 0;
}

  .testimonials-quotes .slick-next {
    width: 80px;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    padding: 30px;
    padding-top:90px;
    right: 0;
}
  .testimonials-quotes .slick-testimonial-quotes .slick-track {
    height: 420px;
    border-top: 75px solid #ffffff;
}
    .testimonials-quotes .slick-testimonial-quotes .slick-track .hs_cos_wrapper .testimonial-box {
      top: calc(50% - 39px);
      position: relative;
      text-align: left;
      max-width: 600px;
      min-width: 240px;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
      transition: all 0.3s linear;
      margin: 0 auto; 
      background-color: rgba(255, 255, 255, 0);
      z-index: -1;
}

.active-slide .testimonial-box {
  z-index:2;
  padding: 0px 20px;
  opacity: 1!important;
}

 @media (max-width: 970px) {
   .testimonial-box {
     opacity: 1!important; }
}

      @media (max-width: 400px) {
        .testimonials-quotes .slick-testimonial-quotes .slick-track .hs_cos_wrapper .testimonial-box {
          margin: 0 15px;
          padding: 0 10px; } }
      .testimonials-quotes .slick-testimonial-quotes .slick-track .hs_cos_wrapper .testimonial-box .testimonial-quote {
        background-color: #f3f3f4;
        padding: 30px 0px 5px;
        font-size: 15px;
        line-height: 1.5;
        color: #375165;
        position: relative;
				text-align: left;
				box-shadow: none;}

        .testimonials-quotes .slick-testimonial-quotes .slick-track .hs_cos_wrapper .testimonial-box .testimonial-quote:before {
          content: '\f10e';
          font-family: fontawesome;
          position: absolute;
          font-size: 20px;
          top: -10px;
          color: #375165;
          left: calc(50% - 10px);
          margin-left: 0px;
          margin-top: 0px; }

        .testimonials-quotes .slick-testimonial-quotes .slick-track .hs_cos_wrapper .testimonial-box .testimonial-quote:after {
          content: '';
          display: none;}

      .testimonials-quotes .slick-testimonial-quotes .slick-track .hs_cos_wrapper .testimonial-box img {
            margin: 0 auto;
            height: 130px;
            width: 130px;
            float: none;
            border: none;
        }
      .testimonials-quotes .slick-testimonial-quotes .slick-track .hs_cos_wrapper .testimonial-box .person {
        margin-top: 0px;
        padding: 20px; }
        .testimonials-quotes .slick-testimonial-quotes .slick-track .hs_cos_wrapper .testimonial-box .person p {
          font-size: 17px;
          text-align: center;
          margin: 0px;
          color: #375165;
					font-weight: 600;}

				.testimonials-quotes .slick-testimonial-quotes .slick-track .hs_cos_wrapper .testimonial-box .person p span {
          color: #00a0dc; }

    .testimonials-quotes .slick-testimonial-quotes .slick-track .slick-slide {
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .testimonials-quotes .slick-testimonial-quotes .slick-track .active-slide {
      -webkit-transform: scale(1.3);
         -moz-transform: scale(1.3);
          -ms-transform: scale(1.3);
           -o-transform: scale(1.3);
              transform: scale(1.3); }
      @media (max-width: 767px) {
        .testimonials-quotes .slick-testimonial-quotes .slick-track .active-slide {
          -webkit-transform: scale(1);
             -moz-transform: scale(1);
              -ms-transform: scale(1);
               -o-transform: scale(1);
                  transform: scale(1); } }
    .testimonials-quotes .slick-testimonial-quotes .slick-track .no-animation {
      -webkit-transition: none !important;
      -o-transition: none !important;
      -moz-transition: none !important;
      transition: none !important; }

/********************************************************/
/********************************************************/
/*******  STUFF FROM SODIUM *******/
/********************************************************/
/********************************************************/

/********************************************************/
/********************************************************/
/*******  Modules/testimonial.scss *******/
/********************************************************/
/********************************************************/
.testimonials {
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-position: center;
  min-height: 475px;
  padding-bottom: 40px;
  text-align: center;
  background-color: #fff; }
  .testimonials .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    width: auto;
    height: auto; }
    .testimonials .slick-arrow.slick-prev {
      left: 48px; }
      .testimonials .slick-arrow.slick-prev:before {
        content: '';
        background-image: url("https://cdn2.hubspot.net/hubfs/1961464/Bohos/Bohos%202019/purple-arrow-left.png");
        background-repeat: no-repeat;
        -moz-background-size: cover;
          -o-background-size: cover;
             background-size: cover;
        width: 30px;
        height: 58px;
        display: block; }
    .testimonials .slick-arrow.slick-next {
      right: 48px; }
      .testimonials .slick-arrow.slick-next:before {
        content: '';
        background-image: url("https://cdn2.hubspot.net/hubfs/1961464/Bohos/Bohos%202019/purple-arrow-left.png");
        background-repeat: no-repeat;
        -moz-background-size: cover;
          -o-background-size: cover;
             background-size: cover;
        -webkit-transform: scaleX(-1);
           -moz-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
             -o-transform: scaleX(-1);
                transform: scaleX(-1);
        width: 30px;
        height: 58px;
        display: block; }
  .testimonials .slick-dots {
    bottom: 50px;
    width: 100%;
    list-style: none;
    text-align: center; }
    .testimonials .slick-dots li button:before {
      font-size: 26px; }
    .testimonials .slick-dots li.slick-active button:before {
      color: #fff; }
  .testimonials h2 {
    font-size: 36px;
    margin-top: 100px;
    color: #fff; }
  .testimonials .testimonial-text {
    color: #fff;
    padding: 60px 50px 30px 50px;
    font-size: 16px;
    width: 90%;
    max-width: 901px;
    margin: auto; }
  .testimonials .person {
    color: #fff;
    font-size: 16px;
    font-size: 20px;
    font-weight: 600; }
    .testimonials .person span {
      font-weight: 300; }
  .testimonials .person-container .person-left {
    text-align: right;
    padding-right: 10px; }
  .testimonials .person-container .person-right {
    text-align: left;
    padding-left: 10px;
    height: 100px; }
    .testimonials .person-container .person-right p {
      padding-top: 15px; }
  .testimonials .person-container img {
    display: inline-block;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%; }
  .testimonials .person-container div {
    width: 48%;
    float: left; }

@media (max-width: 767px) {
  .testimonials .testimonial-text {
    width: 100%;
    padding: 20px 20px 10px; } }

/* Portrait phones and smaller */
@media (max-width: 415px) {
  .testimonials .person-container .person-left {
    text-align: center; }
  .testimonials .person-container .person-right {
    text-align: center;
    padding-left: 10px;
    height: 100px; }
    .testimonials .person-container .person-right p {
      padding-top: 15px; }
  .testimonials .person-container img {
    display: inline-block;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%; }
  .testimonials .person-container div {
    width: 100%;
    float: none; }
}




























/********* SCRAPPED STYLES ********/


/*

.off-center-text {
    background: #fff url("https://cdn2.hubspot.net/hubfs/1961464/Website%20Graphics/never-enough-time-banner.jpg") no-repeat left 36% top;      
    background-size: cover;
    min-height: 340px!important;
    }

    .off-center-text h2 {
        color: #fff;
        max-width: 426px;
        position: relative;
        right: -45%;
        margin-top: 100px;
        text-align: center;
        }
    
    @media (max-width: 767px) {
      .off-center-text h2 {
        color: #fff;
        position: inherit;
        max-width: 426px;
        margin-top: 100px;
        text-align: center;
        }  
    }


.slider-text { 
    max-width: 750px; 
    margin: 0px auto;
}

    .slider-text h1 {
        text-align: center; 
        color: #00a0dc; 
        font-size: 35px;
        font-weight: 700;   
    }
    
    .slider-text h2 {
        text-align: center; 
        color: #00a0dc; 
        font-size: 18px; 
        line-height: 1.5em;
        margin-top:40px;
        margin-bottom:40px;
    }
    
    .slider-text p {
        text-align: center; 
    }


.testimonial-bar {
    padding: 0px;
    }
    
    .testimonial-bar h2 {
        margin-top: 5px;
        line-height: 1.2em;
        }
    
    .testimonial-bar .overflowing-image {
        transform: scale(1.1);
            -webkit-transform: scale(1.1); 
        }

     @media (max-width: 767px) {
         
        .testimonial-bar {
            padding: 5px;
            }
            
            .testimonial-bar .overflowing-image {
                transform: scale(1);
                    -webkit-transform: scale(1); 
                margin: 0px auto;
                display: block;
                }  
        }

.blue-header-important {
    background-color: #00a0dc !important;
    top: 0px;
    box-shadow:none!important;
        -moz-box-shadow: none!important;
        -webkit-box-shadow: none!important;
    } 
    

.green-background .history-timeline .year-slider .hs_cos_wrapper_widget {
  font-size: 24px;
  margin:0px;
  
} 

.green-background .history-timeline .year-slider .hs_cos_wrapper_widget::before {
  margin:0px;
}

/* FONTAWESOME ADBLOCK WORKAROUND*/

.fb-fa:before {
  content: "\f09a";
}
.fb-square-fa:before {
  content: "\f082";
}
.google-plus-fa:before {
  content: "\f0d5";
}
.google-plus-square-fa:before {
  content: "\f0d4";
}
.google-fa:before {
  content: "\f1a0";
}
.insta-fa:before {
  content: "\f16d";
} 
.li-fa:before {
  content: "\f0e1";
} 
.li-square-fa:before {
  content: "\f08c";
} 
.twitter-square-fa:before {
  content: "\f081";
}
.twitter-fa:before {
  content: "\f099";
}
.youtube-square-fa:before {
  content: "\f166";
}
.youtube-fa:before {
  content: "\f167";
}
.youtube-play-fa:before {
  content: "\f16a";
}

.my-fa-share-square-o:before {
  content: "\f045";
}
.my-fa-share-alt:before {
  content: "\f1e0";
}
.my-fa-soundcloud:before {
  content: "\f1be";
}
.my-fa-tumblr:before {
  content: "\f173";
}
.my-fa-tumblr-square:before {
  content: "\f174";
}