


/* ==========================================================================
   HS COS Boilerplate v1.5.0
   ========================================================================== */

/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

.hs_cos_flex-slider a:focus  {
  outline: none;
}

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

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

.carousel li {margin-right: 5px;}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/*=====================================*/
/*======= Custom Modules Style ========*/
/*=====================================*/



/* Testimonial */
.quote-box {}
.quote {
    border: none;
    padding: 0;
    font-size: 17px;
    color: #555;
    margin: 0;
    font-family: georgia, sans-serif;
    line-height: 25.5px;
}
.quote-box .details {
    font-size: 13px;
    margin-top: 8px;
}  
.quote-box .name {
    font-weight: normal;
    font-size: 14px;
}
.quote-box .title {
    color: #b3b3b3;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 14px;
}
.quote-box .fa {
    font-size: 25px;
    float: left;
    padding: 15px 18px;
    margin: 0px 20px 10px 0px;
    background: #F1F1F1;
    border: 1px solid #ddd;
}
.img-rounded {
    border-radius: 6px;
}
.testimonial-headshot img{
    border-radius: 50%;
    max-width: 150px;
    max-height: 150px;
    margin-top: -10px;
    border: 5px solid #f5f5f5;
}


/* Accordion */
.accordion { margin-bottom: 20px; }
.accordion_group {
    margin-bottom: 2px;
  
    border-radius: 4px;
    background: #f0f0f0;
    padding: 5px 10px;
}
.accordion_header {
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    padding: 10px 15px 10px 25px;
}
.accordion_content { padding: 10px 15px 10px 25px; }
.accordion_group .accordion_icon {
    position: relative;
}
.accordion_group .accordion_icon::before,
.accordion_group .accordion_icon::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    width: 12px;
    height: 2px;
    margin-top: 10px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .25s;
    transition: all .25s;
    background-color: rgba(25, 26, 26, 0.7);
}
.accordion_group.expanded .accordion_icon::before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
}
.accordion_group .accordion_icon::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
}
.accordion_group .accordion_icon::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.accordion_group.expanded .accordion_icon::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
@media (max-width: 767px) {}
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

.hs_cos_flex-slider a:focus  {outline: none;}

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

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

.carousel li {margin-right: 5px;}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



/*=====================================*/
/*======= Custom Modules Style ========*/
/*=====================================*/


/* FAQ Module */
.accordion {}
.accordion_group {
    margin-bottom: 2px;
    background: #f0f0f0;
    padding: 5px 10px;
}
.accordion_header {
    cursor: pointer;
    font-size: 18px;
    line-height: 16px;
    width: 100%;
    padding: 10px 15px;
}
.accordion_icon{
    color: #34495e;
    padding-right: 16px;
    background-color: #34495e;
    margin-right: 10px;
    font-size: 14px;
    border-radius: 3px;
}
.accordion_content { 
    padding: 10px 15px;
    display: none;
}

.accordion_group .accordion_icon {
    position: relative;
}
.accordion_group .accordion_icon::before,
.accordion_group .accordion_icon::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 3px;
    width: 10px;
    height: 2px;
    margin-top: -1px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .25s;
    transition: all .25s;
    background-color: #f0f0f0;
}
.accordion_group.expanded .accordion_icon::before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
}
.accordion_group .accordion_icon::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
}
.accordion_group .accordion_icon::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.accordion_group.expanded .accordion_icon::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
@media (max-width: 767px) {}


/* Testimonial */
.quote-box {
    background: #f5f5f5;
    padding: 30px;
    padding-bottom: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    margin-bottom: 30px;
}
.quote-box:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f5f5f5;
    position: absolute;
    bottom: -20px;
    margin-left: -20px;
    left: 50%;
}
.quote {
    border: none;
    padding: 0;
    font-size: 16px;
    color: #666666;
    margin: 0px;
}
.details {
    font-size: 13px;
}  
.name {
    display: block;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
}
.quote-box .title {
    display: block;
    color: #b3b3b3;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 13px;
}
.quote-box .fa{
    font-size: 18px;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.img-rounded {
    border-radius: 6px;
}
.testimonial-headshot {
    text-align: center;
}
.testimonial-headshot img{
    border-radius: 50%;
    max-width: 150px !important;
    max-height: 150px !important;
    margin-top: -10px;
    border: 5px solid #f5f5f5;
}

/* Services/ Product */
.service-group::after {
   content: " ";
   display: block; 
   height: 0; 
   clear: both;    
}


/* Well Module */

/* Well Colors */









#well{
    min-height: 20px;
    margin-bottom: 20px;       
    border-radius: 4px;
    color: #fff;
}
#well .default{
    border-radius: 4px;        
    border-style: solid;
    border-width: 1px;
    background: #34495e;
    border-color: #02172c;
}
#well .primary{
    border-radius: 4px;
    background: #74bdfc;
    border: 1px solid #428bca;
}    
#well .success{
    border-radius: 4px;
    background: #8eea8e;
    border: 1px solid #5cb85c;
}    
#well .danger{
    border-radius: 4px;
    background: #db7674;
    border: 1px solid #a94442;
}    
#well .info{
    border-radius: 4px;
    background: #8df2ff;
    border: 1px solid #5bc0de;        
}   
#well .plain{
    border-radius: 4px;
    background:#f5f5f5;
    color: #666;
    border: 1px solid #ddd;
}
#well .small{
    padding: 20px;
}
#well .medium{
    padding: 24px;
}   
#well .large{
    padding: 28px;
}
#well .close{
    float: right;
    padding: 3px 10px 0px 0px;
    cursor: pointer;
    color: #666;
}

/* Tabber Module */
.body-container .custom-tabber-wrap .tabber-tabs {
    border-bottom: 1px solid #ddd;
    list-style: none;
    padding: 0;
    margin: 40px 0 -2px;
}
.custom-tabber-wrap .tabber-tabs > li {
    float: left;
}
.custom-tabber-wrap .tabber-tabs > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    border-radius: ;
    text-decoration: none;
    display: block;
}
.custom-tabber-wrap .tabber-tabs > .active > a, 
.custom-tabber-wrap .tabber-tabs > .active > a:hover, 
.custom-tabber-wrap .tabber-tabs > .active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-tabber-wrap .tabber-content .tab-pane {
    background: #fff;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: ;
}
.custom-tabber-wrap .tabber-content .tab-pane.active:nth-child(1) {
    border-top-left-radius: 0;
}
.body-container .custom-tabber-wrap .tabber-content ul {
    padding: 0;
    margin: 0;
}
.custom-tabber-wrap .tabber-content .block h3 {
    display: none;
}
@charset "UTF-8";

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

.header-menu-desktop .row-fluid [class*="span"] {
    min-height: 0;
}
/* 
   Webflow Grid Reset
   ========================================================================== */
.o-section {
  position: relative;
  padding: 120px 30px;
}
.careers-banner .o-section.o-section-banner {
      padding-top: 15% !important;
    padding-bottom: 10% !important;
    background-color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.container-fluid .row-fluid .page-center,
.container-fluid .row-fluid .w-container {
   float: none;
   margin-left: auto;
   margin-right: auto;
}
.container-fluid .row-fluid .w-container.o-container--full {
  max-width: 100%;
}
.container-fluid .row-fluid .w-container.o-container--xlarge {
  max-width: 1600px;
}
.container-fluid .row-fluid .w-container.o-container--standard,
.container-fluid .row-fluid .w-container.o-container--medium,
.container-fluid .row-fluid .w-container.o-container--large,
.container-fluid .row-fluid .pillar-container .pillar-index .w-container.o-container--large {
  max-width: 1260px;
}
.container-fluid .row-fluid .w-container.o-container--small {
  max-width: 767px;
}
.container-fluid .row-fluid .w-container-inner {
   float: none;
   margin-left: auto;
   margin-right: auto;
   max-width: 940px;
}

.container-fluid .row-fluid .w-container:before,
.container-fluid .row-fluid .w-container:after {
  content: " ";
  display: table;
}

.container-fluid .row-fluid .w-container-inner:before,
.container-fluid .row-fluid .w-container-inner:after {
  content: " ";
  display: table;
}

.container-fluid .row-fluid .w-container:after {
  clear: both;
}

.container-fluid .row-fluid .w-container-inner:after {
  clear: both;
}
.container-fluid .row-fluid .w-row,
.container-fluid .row-fluid .w-container .w-row {
  margin-left: 0;
  margin-right: 0;
  clear: both;
}

.container-fluid .row-fluid .w-container-inner .w-row {
  margin-left: -10px;
  margin-right: -10px;
}  
.container-fluid .row-fluid .w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 0;
}
.w-col {
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid .row-fluid .w-col .w-col {
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid .row-fluid .w-col-1 {
  width: 8.33333333%;
}
.container-fluid .row-fluid .w-col-2 {
  width: 16.66666667%;
}
.container-fluid .row-fluid .w-col-3 {
  width: 25%;
  overflow: hidden;
}
.container-fluid .row-fluid .w-col-4 {
  width: 33%;
}
.container-fluid .row-fluid .w-col-5 {
  width: 41.66666667%;
}
.container-fluid .row-fluid .w-col-6 {
  width: 50%;
}
.container-fluid .row-fluid .w-col-7 {
  width: 58.33333333%;
}
.container-fluid .row-fluid .w-col-8 {
  width: 66.66666667%;
}
.container-fluid .row-fluid .w-col-9 {
  width: 75%;
}
.container-fluid .row-fluid .w-col-10 {
  width: 83.33333333%;
}
.container-fluid .row-fluid .w-col-11 {
  width: 91.66666667%;
}
.container-fluid .row-fluid .w-col-12 {
  width: 100%;
}
.container-fluid .row-fluid .w-col-push-1 {
  left: 8.33333333%;
}
.container-fluid .row-fluid .w-col-push-2 {
  left: 16.66666667%;
}
.container-fluid .row-fluid .w-col-push-3 {
  left: 25%;
}
.container-fluid .row-fluid .w-col-push-4 {
  left: 33.33333333%;
}
.container-fluid .row-fluid .w-col-push-5 {
  left: 41.66666667%;
}
.container-fluid .row-fluid .w-col-push-6 {
  left: 50%;
}
.container-fluid .row-fluid .w-col-push-7 {
  left: 58.33333333%;
}
.container-fluid .row-fluid .w-col-push-8 {
  left: 66.66666667%;
}
.container-fluid .row-fluid .w-col-push-9 {
  left: 75%;
}
.container-fluid .row-fluid .w-col-push-10 {
  left: 83.33333333%;
}
.container-fluid .row-fluid .w-col-push-11 {
  left: 91.66666667%;
}
.container-fluid .row-fluid .w-col-pull-1 {
  right: 8.33333333%;
}
.container-fluid .row-fluid .w-col-pull-2 {
  right: 16.66666667%;
}
.container-fluid .row-fluid .w-col-pull-3 {
  right: 25%;
}
.container-fluid .row-fluid .w-col-pull-4 {
  right: 33.33333333%;
}
.container-fluid .row-fluid .w-col-pull-5 {
  right: 41.66666667%;
}
.container-fluid .row-fluid .w-col-pull-6 {
  right: 50%;
}
.container-fluid .row-fluid .w-col-pull-7 {
  right: 58.33333333%;
}
.container-fluid .row-fluid .w-col-pull-8 {
  right: 66.66666667%;
}
.container-fluid .row-fluid .w-col-pull-9 {
  right: 75%;
}
.container-fluid .row-fluid .w-col-pull-10 {
  right: 83.33333333%;
}
.container-fluid .row-fluid .w-col-pull-11 {
  right: 91.66666667%;
}
.container-fluid .row-fluid .w-col-offset-1 {
  margin-left: 8.33333333%;
}
.container-fluid .row-fluid .w-col-offset-2 {
  margin-left: 16.66666667%;
}
.container-fluid .row-fluid .w-col-offset-3 {
  margin-left: 25%;
}
.container-fluid .row-fluid .w-col-offset-4 {
  margin-left: 33.33333333%;
}
.container-fluid .row-fluid .w-col-offset-5 {
  margin-left: 41.66666667%;
}
.container-fluid .row-fluid .w-col-offset-6 {
  margin-left: 50%;
}
.container-fluid .row-fluid .w-col-offset-7 {
  margin-left: 58.33333333%;
}
.container-fluid .row-fluid .w-col-offset-8 {
  margin-left: 66.66666667%;
}
.container-fluid .row-fluid .w-col-offset-9 {
  margin-left: 75%;
}
.container-fluid .row-fluid .w-col-offset-10 {
  margin-left: 83.33333333%;
}
.container-fluid .row-fluid .w-col-offset-11 {
  margin-left: 91.66666667%;
}
.container-fluid .row-fluid .w-hidden-main {
  display: none !important;
}
/**** MIN-WIDTH ****/
@media(min-width: 1200px) {
  .container-fluid .row-fluid .w-container {
      max-width: 940px;
  }
}
@media(min-width: 992px) {
  .o-section.o-section--full {
    padding-left:0;
    padding-right:0;
  }
  .o-section.o-section--no-top-bottom {
  	 padding-top:0;
     padding-bottom:0;
  }
}

/**** MAX-WIDTH ****/
@media screen and (max-width: 1599px) {
	.container-fluid .row-fluid .w-container.o-container--medium {
    max-width: 991px;
  }
  .container-fluid .row-fluid .w-container.o-container--standard {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1366px) {
  .container-fluid .row-fluid .page-center,
  .container-fluid .row-fluid .w-container {
    max-width: 960px;
  }
 .container-fluid .row-fluid .w-container-inner {
    max-width: 991px;
  }  
}
@media screen and (max-width: 1024px) {
  .container-fluid .row-fluid .page-center,
  .container-fluid .row-fluid .w-container {
    max-width: 940px;
  }    
    
}
@media screen and (max-width: 991px) {
  .o-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .container-fluid .row-fluid .w-hidden-main {
    display: inherit !important;
  }
  .container-fluid .row-fluid .w-hidden-medium {
    display: none !important;
  }
  .container-fluid .row-fluid .w-col-medium-1 {
    width: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-2 {
    width: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-3 {
    width: 25%;
  }
  .container-fluid .row-fluid .w-col-medium-4 {
    width: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-5 {
    width: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-6 {
    width: 50%;
  }
  .container-fluid .row-fluid .w-col-medium-7 {
    width: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-8 {
    width: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-9 {
    width: 75%;
  }
  .container-fluid .row-fluid .w-col-medium-10 {
    width: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-11 {
    width: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-12 {
    width: 100%;
  }
  .container-fluid .row-fluid .w-col-medium-push-1 {
    left: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-push-2 {
    left: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-push-3 {
    left: 25%;
  }
  .container-fluid .row-fluid .w-col-medium-push-4 {
    left: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-push-5 {
    left: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-push-6 {
    left: 50%;
  }
  .container-fluid .row-fluid .w-col-medium-push-7 {
    left: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-push-8 {
    left: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-push-9 {
    left: 75%;
  }
  .container-fluid .row-fluid .w-col-medium-push-10 {
    left: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-push-11 {
    left: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-1 {
    right: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-2 {
    right: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-3 {
    right: 25%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-4 {
    right: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-5 {
    right: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-6 {
    right: 50%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-7 {
    right: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-8 {
    right: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-9 {
    right: 75%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-10 {
    right: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-11 {
    right: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-1 {
    margin-left: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-2 {
    margin-left: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-3 {
    margin-left: 25%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-4 {
    margin-left: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-5 {
    margin-left: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-6 {
    margin-left: 50%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-7 {
    margin-left: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-8 {
    margin-left: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-9 {
    margin-left: 75%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-10 {
    margin-left: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-11 {
    margin-left: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {    
  .o-section {
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .container-fluid .row-fluid .w-hidden-main {
    display: inherit !important;
  }
  .container-fluid .row-fluid .w-hidden-medium {
    display: inherit !important;
  }
  .container-fluid .row-fluid .w-hidden-small {
    display: none !important;
  }
  .container-fluid .row-fluid .w-container-inner .w-row {
    margin-left: 0;
    margin-right: 0;
  }  
  .container-fluid .row-fluid .w-container-inner .container-fluid .row-fluid .w-row {
    margin-left: 0;
    margin-right: 0;
  }  
  .container-fluid .row-fluid .w-col {
    width: 100%;
    left: auto;
    right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .container-fluid .row-fluid .w-col-small-1 {
    width: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-2 {
    width: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-3 {
    width: 25%;
  }
  .container-fluid .row-fluid .w-col-small-4 {
    width: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-5 {
    width: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-6 {
    width: 50%;
  }
  .container-fluid .row-fluid .w-col-small-7 {
    width: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-8 {
    width: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-9 {
    width: 75%;
  }
  .container-fluid .row-fluid .w-col-small-10 {
    width: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-11 {
    width: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-12 {
    width: 100%;
  }
  .container-fluid .row-fluid .w-col-small-push-1 {
    left: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-push-2 {
    left: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-push-3 {
    left: 25%;
  }
  .container-fluid .row-fluid .w-col-small-push-4 {
    left: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-push-5 {
    left: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-push-6 {
    left: 50%;
  }
  .container-fluid .row-fluid .w-col-small-push-7 {
    left: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-push-8 {
    left: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-push-9 {
    left: 75%;
  }
  .container-fluid .row-fluid .w-col-small-push-10 {
    left: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-push-11 {
    left: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-pull-1 {
    right: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-pull-2 {
    right: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-pull-3 {
    right: 25%;
  }
  .container-fluid .row-fluid .w-col-small-pull-4 {
    right: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-pull-5 {
    right: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-pull-6 {
    right: 50%;
  }
  .container-fluid .row-fluid .w-col-small-pull-7 {
    right: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-pull-8 {
    right: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-pull-9 {
    right: 75%;
  }
  .container-fluid .row-fluid .w-col-small-pull-10 {
    right: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-pull-11 {
    right: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-offset-1 {
    margin-left: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-offset-2 {
    margin-left: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-offset-3 {
    margin-left: 25%;
  }
  .container-fluid .row-fluid .w-col-small-offset-4 {
    margin-left: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-offset-5 {
    margin-left: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-offset-6 {
    margin-left: 50%;
  }
  .container-fluid .row-fluid .w-col-small-offset-7 {
    margin-left: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-offset-8 {
    margin-left: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-offset-9 {
    margin-left: 75%;
  }
  .container-fluid .row-fluid .w-col-small-offset-10 {
    margin-left: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-offset-11 {
    margin-left: 91.66666667%;
  }
  
}
@media screen and (max-width: 479px) {
  .o-section {
    padding: 40px 20px;
  }
  .container-fluid .row-fluid .w-container {
    max-width: none;
  }
  .container-fluid .row-fluid .w-container-inner {
    max-width: none;
  }  
  .container-fluid .row-fluid .w-hidden-main {
    display: inherit !important;
  }
  .container-fluid .row-fluid .w-hidden-medium {
    display: inherit !important;
  }
  .container-fluid .row-fluid .w-hidden-small {
    display: inherit !important;
  }
  .container-fluid .row-fluid .w-hidden-tiny {
    display: none !important;
  }
  .container-fluid .row-fluid .w-col {
    width: 100%;
  }
  .container-fluid .row-fluid .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-3 {
    width: 25%;
  }
  .container-fluid .row-fluid .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-6 {
    width: 50%;
  }
  .container-fluid .row-fluid .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-9 {
    width: 75%;
  }
  .container-fluid .row-fluid .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-12 {
    width: 100%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-1 {
    left: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-2 {
    left: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-3 {
    left: 25%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-4 {
    left: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-5 {
    left: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-6 {
    left: 50%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-7 {
    left: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-8 {
    left: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-9 {
    left: 75%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-10 {
    left: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-11 {
    left: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-1 {
    right: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-2 {
    right: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-3 {
    right: 25%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-4 {
    right: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-5 {
    right: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-6 {
    right: 50%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-7 {
    right: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-8 {
    right: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-9 {
    right: 75%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-10 {
    right: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-11 {
    right: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-1 {
    margin-left: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-2 {
    margin-left: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-3 {
    margin-left: 25%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-4 {
    margin-left: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-5 {
    margin-left: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-6 {
    margin-left: 50%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-7 {
    margin-left: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-8 {
    margin-left: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-9 {
    margin-left: 75%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-10 {
    margin-left: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-11 {
    margin-left: 91.66666667%;
  }
  .container-fluid .row-fluid .content-container,
  .container-fluid .row-fluid .w-container{
      max-width: none;
    }

}

/******* OTA INSIGHT WEBSITE STYLE *******/
/*****************************************/





/* ==========================================================================
    BASE STYLES
   ========================================================================== */



/* ==========================================================================
   Variables
   ========================================================================== */


/**
 * Find the most consistently used font styles, colors, and container widths
 * for your site and assign them to the jinja variables below for easy use
 * and reference.
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */











/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */

/* Containers */
 /* Used on '.container' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */




/* ==========================================================================
   Macros
   ========================================================================== */


/**
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.
  * Ignore the jinja comment tags.
  *
  * 
  */



/**
  * Example of how to apply the above macro (ignore the jinja comment tags):
  *
  * a {
  *   color: red;
  *   font-size: 12px;
  *   
  * }
  */




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


/**
 * Box Sizing
 *
 * Applies a natural box layout model to all elements so that width and padding
 * are essentially combined, making responsive styles easier to manage.
 */

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

html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
}

/* Website background color and default font styles */
body {
    background: #fff;
    color: #333;
    font-family: 'proxima-nova',sans-serif;
    font-size: 13px;
    line-height: 1.5;
}

/**
 * Page Center
 *
 * Apply .containet to full-width modules.
 */

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

.container-fluid > .row-fluid-wrapper {
    margin-top: -1px; /* Set background default row div up by 1px to avoid white line issue. */
}

a { color: gray; }
a:hover, a:focus { color: #000; }

hr {
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    border: none;
}

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

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


.twoblog .feedreader_box,
.threeblog .feedreader_box {
    display: flex;
}

.twoblog .hs-rss-item {
    width:25%;
    float:left;
}
.twoblog .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper{
    width:100%;
}
.twoblog .hs-rss-item.hs-with-featured-image .hs-rss-item-text{

    width:100%;
}
.twoblog .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper{
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 0;
    padding-bottom: 63%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}
.twoblog h3{
    display:none;
}
.twoblog .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    float: left;
    padding: 40px 20px;
    font-size: 0.9375rem;
    box-sizing: border-box;
    width: 100%;
    padding-top: 77%;
    margin-top: 10px;
    margin-top: 0.625rem;
    color: #fff;
}
.twoblog .hs-rss-item.hs-with-featured-image {
    overflow: hidden;
}
.twoblog .hs-rss-item:first-child{
    background-color:#eee;
}
.twoblog .hs-rss-item:nth-child(2) {
    background-color: #cecece;
}
.twoblog .hs-rss-item:nth-child(3) {
    background-color: #eee;
}
.twoblog .hs-rss-item:last-child{
    background-color:#cecece;
}

.twoblog .hs-rss-item a{
    text-decoration:none;
    display:block;
}
.twoblog .hs-rss-title:hover{
color:#0093d6;
}
.twoblog .hs-rss-title{
color:#0093d6;
font-size:20px;
font-family: 'Archivo Narrow', sans-serif;
line-height: normal;
font-weight: bold;
}
.twoblog .hs-rss-title:hover{
    color:#fff;
}
.twoblog .hs-rss-byline {
    font-size:16px;
}
.twoblog{
    position:relative;
}
.twoblog .hs-rss-item {
    position:relative;
}
.twoblog .hs-rss-description p{
    color:#1d1d1b;
    font-size:16px;
}
.twoblog  .hs-rss-description p a{
    margin-top:10px;
}
.twoblog .hs-rss-title:hover{
color:#0093d6;
}

.threeblog img {
    border-radius: 4px 4px 0 0;
}

@media (max-width: 991px){
    .threeblog img {
        width:100%;
    }

}

@media (min-width: 600px){
    .twoblog .hs-rss-item {
        overflow: hidden;
        width: calc(25% - 10px);
        margin-right: 5px;
        margin-right: 0.3125rem;
        margin-left: 5px;
        margin-left: 0.3125rem;
        float: left;
        position: relative;
        vertical-align: top;
    }
}
@media (min-width: 768px){
    .twoblog .hs-rss-item {
        width: calc(25% - 10px) !important;
        min-height: 400px;
    }
  
  .home-new-blog-import .threeblog .hs-rss-item {
        width: calc(50% - 0px) !important;
        min-height: 400px;
    		margin: 0px;
   		 	margin-right: 10px !important;
    }
}

@media (max-width: 767px){
    .twoblog .hs-rss-item{
        width:100%;
    }

}
.hs-blog-post .blogSection .blogPostBottom .fa{
    background-color: #0093d6;
    border-radius: 50%;
    padding: 8px 9px;
    color: #fff;
    font-size: 17px;
}
.footer-blue .hs_yes_i_agree_to_the_terms_and_conditions a{
    color:#fff;
    text-decoration:none;
}
body div#hs-eu-cookie-confirmation {position:fixed; top:auto; bottom:0;}


/* ==========================================================================
   Typography
   ========================================================================== */


/* Basic text */
p {}
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1,h2,h3,h4,h5,h6,p,a,li,ul{
    font-family: "proxima-nova",sans-serif;
}

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

ul.unstyled, ol.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

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


h1 {
    font-weight:800;
    font-size:48px;
    line-height: 63px;
}

h2 {
    font-weight:700;
    font-size:32px;
    line-height: 42px;
}

h3 {
    font-weight:600;
    font-size:24px;
    line-height: 32px;
}

h4 {
    font-weight:500;
    font-size:18px;
    line-height: 24px;
}

h5 {
    font-weight:400;
    font-size:18px;
    line-height: 24px;
}

p,
ul,
li,
em,
a {
    /*color:#fff;*/
    font-weight:400;
    font-size:16px;
    line-height: 21px;
}

@media (max-width: 480px) {
  
  h1 {
    font-size:32px;
    line-height: 42px;
}

h2 {
    font-size:24px;
    line-height: 32px;
}

h3 {
    font-size:18px;
    line-height: 24px;
}

h4 {
    font-size:16px;
    line-height: 22px;
}

p,
ul,
li,
em,
a {
    font-size:14px;
    line-height: 19px;
}
  
}





/* ==========================================================================
   2. COS STRUCTURE
   ========================================================================== */





/* ==========================================================================
   Structure
   ========================================================================== */


/* The outer wrappers of your website */
.header-container-wrapper,
.body-container-wrapper,
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container,
.body-container,
.footer-container {}




/* ==========================================================================
   Header
   ========================================================================== */
.header-container {
  padding:0;
  position:fixed;
  width: 100%;
  z-index:1000;
  background-color: #fff;
}
.pricing-banner .o-section-menu-hero,
.o-section-menu-hero,
.header-container.sticky-header {
  background-color: #fff;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}
.pricing-banner .o-section-menu-hero, .o-section-menu-hero {
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

/* ul.hs-menu-children-wrapper.mega-menu-bg {
    transition: all 400ms ease !important;
} */
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper.mega-menu-bg {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper.mega-menu-bg {
    display: block;
}

.o-section-menu-hero .custom-menu-primary .hs-menu-wrapper > ul > li > a,
.o-section-menu-hero .hs-menu-children-wrapper .title,
.o-section-menu-hero .language h4 a,
.o-section-menu-hero .trial h4 a,
.o-section-menu-hero .trial a,
.sticky-header .custom-menu-primary .hs-menu-wrapper > ul > li > a,
.sticky-header .hs-menu-children-wrapper .title,
.sticky-header.header-container .language h4 a,
.sticky-header.header-container .trial h4 a,
.sticky-header.header-container .trial a{
	color: #000;
}
.js-no-sticky .header-container-wrapper {
	padding-bottom: 0;
}

.js-no-sticky .header-container {
	position: relative;
}

.header-container {
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header-container .logo.black {
	display: block;
}
.header-container .logo.white {
	display: none;
}
.pricing-banner .o-section-menu-hero .logo.black,
.o-section-menu-hero:hover .logo.black,
.sticky-header.header-container .logo.black {
		display: block;
  	margin-left:0;
}
.pricing-banner .o-section-menu-hero .logo.white,
.o-section-menu-hero:hover .logo.white,
.sticky-header.header-container .logo.white {
		display: none;
    margin-left:0;
}
.header-container .logo img{
/*   max-width: none; */
  width: 200px;
	height: 56px;
}

.header-container .space-top-bottom .logo img{
  max-width: none;
}
.hs-menu-item .cta_button img {
    max-width: 200px;
}

.header-container .dropdown {
  position: relative;
  display: inline-block;
}
.header-container .dropdown-content {
  display: none;
  position: absolute;
	background-color: #00232c;
	min-width: 100%;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 12px 16px;
	z-index: 1;
	top: 37px;
}
.header-container .language .dropdown-content {
  	text-align: center;
   	padding: 10px 30px;
    border-radius: 5px;
  	border-top: 1px solid #f3f3f3;
    box-shadow: 0 15px 50px -15px rgba(35, 31, 32, .4);
  	background: #fff;
    min-width: 100px;
    top: 47px;
}
.header-container .language .dropdown-content p {
		text-align: left;
}
/*
.header-container .language:hover .dropdown-content {
    display: block;
}
*/
.header-container h4 {
   	font-size: 13px;
    margin-top: 10px;
}
.header-container .language{
    float:left;
}
.header-container .language h4{
    float:right;
    margin-right:10px;
}
.header-container .language h4 a{
    border-radius:4px;
    text-decoration:none;
    color:#000;
    padding: 10px;
    font-size:14px;
    font-weight:300;
    text-transform: capitalize;
    cursor: pointer;
}
.header-container .language .dropdown-content a{
    color: #8f8f8f;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
}

.header-container .language .dropdown-content a:hover {
		color: #001f2b;
}
.header-container .trial{
    /*width:49%;*/
    float:left;
}
.header-container .trial h4{
    float:right;
    margin-right:10px;
}
/* Delete Me When Page goes Live*/
.header-container .trial a{
    border:1px solid #e9530e;
    border-radius:4px;
    text-decoration:none;
    color:#e9530e;
    padding:10px;
    font-size:14px;
    font-weight:300;
/*     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; */
}
.header-container .update .trial a{
    border:1px solid #e9530e;
    border-radius:4px;
    text-decoration:none;
    color:#e9530e;
    padding:10px;
    font-size:15px;
    font-weight:300;
}

/* Delete Me When Page goes Live*/
.header-container .login a{
    border:1px solid #e9530e;
    border-radius:4px;
    text-decoration:none;
    color:#e9530e;
    padding:10px;
    font-size:15px;
    font-weight:300;
/*     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; */
}
.header-container .login a:hover{
    background-color:#e9530e;
    color:#fff;
}

.hs-cta-node {
    visibility: unset !important;
}

.header-container .update .login a{
    border: 1px solid #0093d6;
    background-color: #0093d6;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
}

.header-container .buttons{
    padding-top: 18px;
}
.header-container .login{
    /*width:43%;*/
    float:left;
}
.header-container .login h4 {
		margin-top: 17px;
}
@media (max-width: 1140px) {
    .header-container .language h4 a,
    .header-container .update .trial a,
    .header-container .update .login a{
        font-size:13px;
    }
}
@media (max-width: 991px) {
    .header-container-wrapper {
		padding-bottom: 0;
   }
  .header-container {
  	background-color: white;
  }
    .header-container .language {
			position: fixed;
      top: 15px;
      right: 60px;
      z-index: 2;
    }
    .header-container .trial h4,
    .header-container .login h4{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .header-container .language h4{
        margin-top: 17px;
    		margin-right: 0;
        margin-bottom: 0px;
    }
   .header-container .language .dropdown-content {
        right: 0;
        top: 60px;
        z-index: 9999;
        position: fixed;
        border-radius: 0;
     		min-height: 350px;
        min-width: 100%;
  	}
    .header-container .language .dropdown-content a {
        width: 100%;
        display: block;
        padding-bottom: 10px;
    }
    .en-header.local-header .buttons{
  		padding-top:20px;
  	}  
    .header-container .trial{
        width: 50%;
    }
    .header-container .login{
        width: 50%;
    }
    .header-container .logo.black {
		   display: block;
    }
    .header-container .logo.white {
        display: none;
    }
    .header-container .language h4 a{
				color: #333;
        font-size: 15px;
    }
    .header-container .logo img {
        /*max-width: 150px;*/
        width: 150px;
    }
    .landing-page-blank .header-container-wrapper {
  			padding-bottom: 0;
  	}
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,  
  	.custom-menu-primary .hs-menu-wrapper > ul > li > a{
      padding:10px 3px;
  		color: #333;
      text-align: center;
  	}
  	.en-header .custom-menu-primary .hs-menu-wrapper > ul > li > a{padding:10px 3px}
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
      float:inherit !important;
  	  /*border-bottom: 1px solid #e4e4e4;*/
  	}
  
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
       background: #ebebeb;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper a {
       color: #000;
    }

    .custom-menu-primary .left{width:100%; float:inherit; margin-bottom: 10px;}
    .custom-menu-primary .right{width:100%; float:inherit;}

    .single.hs-menu-children-wrapper{width:inherit; background-color:initial; padding:0px !important;}

    .hs-menu-children-wrapper .title{border-bottom:inherit; padding-top: 20px; padding-left: 9px; margin-bottom:0px;}
    .header-container .trial a{font-size:14px;}
    .header-container .trial h4{float:initial;}
    .header-container .trial a{width:100%; display:block; text-align:center;}
    .header-container .login a{width:100%; display:block; text-align:center;}
    .activemd{display:none !important;}
    .activesm{display:block !important;}
  	.header-container .row-fluid [class*="span"] {
        float: none;
        width: auto;
        margin: 0;
  	}
    .header-container .o-section.o-section--no-top-bottom {
       padding: 10px 0 20px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a.unique-cta-image-link {
        display: none !important;
    }
    body .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(4) > ul {
			padding-right:0 !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li li li a {
      padding-left: 0;
    }
}
@media (max-width: 320px){
  .header-container .logo img {
  		/*max-width: 130px;*/
      width: 130px;
  }
}
/* ==========================================================================
   Footer
   ========================================================================== */

.footer-blue {
    background-color:#005ea0;
    padding:60px 0;
}
.footer-container-wrapper .one p{
    color:#fff;
    font-size:16px;
    font-weight:300;
    margin:0px;
}
.footer-container-wrapper .copyright{
    padding-top:20px;
}
.footer-container-wrapper .social img {
	width:15%;
	max-width: 50px;
}
.footer-container-wrapper .social{
    padding-top:20px;

}
.footer-container-wrapper .social a {
  text-decoration: none;
}
.footer-container-wrapper .two p{
    color:#fff;
    font-size:16px;
    font-weight:300;
    margin:0px;
}
.footer-container-wrapper .two p a{
    color:#fff;
    font-size:16px;
    font-weight:300;
    margin:0px;
    text-decoration:none;
}
.footer-bold-link,
.footer-container-wrapper strong {
    font-weight: bold !important;
}
.footer-container-wrapper .two .pt20{
    padding-top:20px;
}
.footer-container-wrapper .three p{
    color:#fff;
    font-size:16px;
    font-weight:300;
    margin:0px;
}
.footer-container-wrapper .three p a{
    color:#fff;
    font-size:16px;
    font-weight:300;
    margin:0px;
    text-decoration:none;
}
.footer-container-wrapper .three .pt20{
    padding-top:20px;
}
.footer-container-wrapper .four p{
    color:#fff;
    font-size:16px;
    font-weight:300;
    margin:0px;
}
.footer-container-wrapper .four p a{
    color:#fff;
    font-size:16px;
    font-weight:300;
    margin:0px;
    text-decoration:none;
}
.footer-container-wrapper .four .pt20{
    padding-top:20px;
}
.footer-container-wrapper .form h3{
    margin:0px;
    color:#fff;
    font-size:16px;
    margin-bottom:20px;
}
.footer-container-wrapper .form .hs_cos_wrapper_type_form .hs-button.primary.large{
    background-color:#0093D6;
    color:#fff;
    border:0px;
    font-size:13px;
    padding:12px 20px;
    border-radius:4px;
    margin-top:10px;
    outline: none;
}
.footer-container-wrapper .form .hs_cos_wrapper_type_form .hs-button.primary.large:hover {
    background-color:#005EA0;
}
.footer-container-wrapper .form .hs-form-required{
    display:none;
}
.footer-container-wrapper .form  form input{
    border:0px;
    padding:10px;
    margin-bottom:10px;
    border-radius:4px;
}
.footer-container-wrapper .submitted-message {
    color: #fff;
    font-family: "proxima-nova",sans-serif;
    font-size: 16px;
    font-weight: 300;
}
.footer-container-wrapper  .bottomfooter{
    background-color:#fff;
    padding:40px 0;
}
.footer-container-wrapper  .bottomfooter p{
    margin:0px;
    font-size:16px;
    color:#1d1d1b;
    text-align:center;
}
.footer-container-wrapper  .bottomfooter img{
    width:35%;
    display: block;
    margin: 10px auto 0;
}

.footer-container-wrapper .hs-error-msgs label{
    color:#fff;
}
.footer-container-wrapper .hs-error-msgs {
	padding: 0;
	list-style: none;
}
body .footer-container form.hs-form .legal-consent-container {
    padding-left: 0;
    padding-right: 0;
}
body .footer-container form.hs-form .legal-consent-container a{
     color: #bdbdbd; 
}
body .footer-container form.hs-form .hs_submit {
    padding: 0;
}

/* Footer Blank */

.landing-page-blank .footer-container-wrapper{
    padding:0px 0;
}
.landing-page-blank #small-footer{
    text-align:center;
}
.landing-page-blank .footer-container-wrapper  p{
    color:#fff;
    text-align:left;
    font-size:16px;
    margin:0px;
    display:block;
}
/*.landing-page-blank .footer-container-wrapper .social img{
    width: 10%;
}
.landing-page-blank .footer-container-wrapper .social{
    display:inline;
}*/

.footer-container-wrapper .hs_yes_i_agree_to_the_terms_and_conditions.field.hs-form-field span {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin-left: 5px;
}

.footer-sign-up .hs-firstname input:focus,
.footer-sign-up .hs-lastname input:focus,
.footer-sign-up .hs-email input:focus {
    background-color: #fff !important;
    border: 2px solid #e9530e !important;
    outline: none !important;
}


/* ==========================================================================
   Content
   ========================================================================== */


/* Home */
.cs-header {
      padding: 200px 0 100px !important;
}
.home-header{
    background-image: url("https://www.otainsight.com/hubfs/ota-insight-home-hero-en2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 100px;
}

.home-header h1{
    color:#fff;
    text-align:center;
    font-weight:800;
font-size:48px;
line-height: 63px;
    /*width: 55%;*/
    margin: 0 auto;
}
.partnership-header .hs_cos_wrapper_type_rich_text,
.home-header .hs_cos_wrapper_type_rich_text {
  	font-family: proxima-nova, sans-serif;
    font-display: swap;
		color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 48px;
    width: 55%;
    margin: 0 auto;
    line-height: normal;
    display: block;
}
.home-section-two{
    background-color:#0093d6;
    padding:45px 0;
}
.home-section-two h2{
    color:#fff;
    text-align:center;
    font-size:24px;
    font-weight:100;
    margin:0px;
    padding-bottom:30px;
}
.home-section-two .col7{
    width:14.2%;
    float:left;
}
.home-section-two img{
    width: 60%;
    margin: 0 auto;
    display: block;
}
.home-section-two .two img{
    padding-top: 13px;
    width: 80%;
}
.home-section-two .three img{
    padding-top: 0px;
    width: 67%;
}
.home-section-two .four img{
    width: 80%;
    padding-top: 16px;
}
.home-section-two .five img{
    width: 80%;
    padding-top: 28px;
}
.home-section-two .seven img{
    padding-top: 20px;
}


.home-section-two .eight img{
    padding-top: 20px;
}
.home-section-two .ten img{
    padding-top: 18px;
}
.home-section-two .eleven img{
    padding-top: 16px;
}
.home-section-two .tweleve img{
    padding-top: 30px;
}
.home-section-two .thriteen img{
    padding-top: 18px;
}
.home-section-two .fourteen img{
    padding-top: 35px;
}
.home-section-two .logos{
    width: 80%;
    margin: 0 auto;
}
.home-section-two h4{
    text-align:center;
    margin-bottom:0px;
    margin-top:30px;
}
.home-section-two h4 a{
    color: #0093d6;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: 300;
    padding: 10px;
    display: table;
    font-size: 15px;
    width: auto%;
    margin: 0 auto;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.home-section-two h4 a:hover{
background-color:#00232c;
color:#fff;
}

.home-section-two a#cta_button_3988515_42821dcf-28ec-43ec-ad18-0ef27987552a:hover {
  background-color: #00232c;
}

.home-section-three{
    padding:60px 0 50px;
}
.home-section-three h2{
color:#0093d6;
text-align:center;
margin:0px;
font-size:24px;
font-weight:300;
margin-bottom:40px;
}
.home-section-four .left{
    background-image: url(https://3988515.fs1.hubspotusercontent-na1.net/hubfs/3988515/2018/Home/single-property-home.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius:4px;
    padding:40px;
    position:relative;
    min-height:242px;
}
.home-section-four .left:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.home-section-four .left:hover:after {
    opacity: 0.8;
}
.home-section-four .left h3{
    color:#1d1d1b;
    font-size:36px;
    margin:0px;
    line-height:normal;
}
.home-section-four .left:hover h3{
    display:none;
}
.home-section-four .left h4 a{
background-color:#0093d6;
color:#fff;
font-size:15px;
text-decoration:none;
font-weight:300;
display:table;
padding:10px 40px;
border-radius:4px;
text-align:center;
width:auto;
z-index:99;
position:relative;
}
.home-section-four .left p{
    display:none;
    color:#fff;
    font-size:16px;
    margin:0px;
    z-index:99;
    position:relative;
}
.home-section-four .left:hover p{
    display:block;
    margin-bottom:55px;
}
.home-section-four{
    padding:60px 0 50px 0;
}
.home-section-four .right{
    background-image: url(https://3988515.fs1.hubspotusercontent-na1.net/hubfs/3988515/2018/Home/multi-property-home.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius:4px;
    padding:40px;
    position:relative;
    min-height:242px;
}
.home-section-four .right:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.home-section-four .right:hover:after {
    opacity: 0.8;
}
.home-section-four .right h3{
    color:#1d1d1b;
    font-size:36px;
    margin:0px;
    line-height:normal;
}
.home-section-four .right:hover h3{
    display:none;
}
.home-section-four .right h4 a{
background-color:#0093d6;
color:#fff;
font-size:15px;
text-decoration:none;
font-weight:300;
display:table;
padding: 10px 40px;
border-radius:4px;
text-align:center;
width:auto;
z-index:99;
position:relative;
}
.home-section-four .right p{
    display:none;
    color:#fff;
    font-size:16px;
    margin:0px;
    z-index:99;
    position:relative;
}
.home-section-four .right:hover p{
    display:block;
    margin-bottom:55px;
}
.home-section-five{
    padding-bottom:60px;
}
.home-section-five h2{
color:#0093d6;
text-align:center;
margin:0px;
font-size:24px;
font-weight:300;
padding-bottom:40px;

}
.home-section-five img{
    width: 35%;
    margin: 0 auto;
    display: block;
}
.home-section-five h4{
color:#0093d6;
text-align:center;
font-size:21px;
}
.home-section-five p{
    font-size:16px;
    text-align:center;
    margin: 0 auto;
    width: 70%;
}
.home-section-five h5{
    margin-top:30px;
    margin-bottom:0px;
}
.home-section-five h5 a{
    color:#fff;
background-color:#0093d6;
text-decoration:none;
padding:10px;
text-align:center;
display:table;
font-size:15px;
border-radius:4px;
width: auto;
margin: 0 auto;
font-weight:300;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.home-section-five h5 a:hover{
background-color:#00232c;
color:#fff;
}
.home-section-six{
    background-image: url(https://3988515.fs1.hubspotusercontent-na1.net/hubfs/3988515/2018/Home/rome-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-section-six p{
    font-size:21px;
    font-weight:100;
    text-align:center;
    line-height:normal;
}
.home-section-six h3{
    text-align:center;
color:#0093d6;
font-size:21px;
margin-bottom:0px;
}
.home-section-six h4{
    font-size:21px;
    font-weight:100;
    text-align:center;
    line-height:normal;
    margin:0px;
}
.home-section-six img{
    margin: 0 auto;
    display: block;
    width: 30%;
}
.home-section-six .textarea{
    margin: 110px 0;
    border-radius:4px;
    position: relative;
}
.home-section-six .speachmarks .left img{
    margin: inherit;
    position: absolute;
    width: 15%;
    top: -50px;
    left: 15px;
}
.home-section-six .speachmarks .right img{
    margin: inherit;
    position: absolute;
    right: 15px;
    width: 15%;
    bottom: -50px;
}
.home-section-six .speechmarks .left img{
    margin: inherit;
    position: absolute;
    width: 15%;
    top: -50px;
    left: 15px;
}
.home-section-six .speechmarks .right img{
    margin: inherit;
    position: absolute;
    right: 15px;
    width: 15%;
    bottom: -50px;
}
.home-section-seven{
    padding:70px 0;
}
.home-section-seven .icons{
    width: 70%;
    display: block;
    margin: 0 auto;
}
.home-section-seven p{
    text-align:center;
    font-size:21px;
    margin:0 auto;
    font-weight:100;
    width:60%;
    padding-bottom:60px;
}
.home-section-seven img{
    max-width: 65%;
    margin: 0 auto;
    display: block;
}
.home-section-seven h3{
    font-size:24px;
    margin:0px;
    text-align:center;
    padding:20px 0;
}
.home-section-seven h4{
    margin:0px;
}
.home-section-seven h4 a{
background-color:#0093d6;
color:#fff;
font-weight:300;
text-align:center;
display:block;
padding:10px;
text-decoration:none;
border-radius:4px;
font-size:15px;
width:55%;
margin:0 auto;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.home-section-seven h4 a:hover{
background-color:#00232c;
}

@media (max-width: 767px) {

    .home-section-six .speechmarks .left img {
        top: -20px;
    }

    .home-section-six .speechmarks .right img {
        bottom: -20px;
    }

}

.home-page-solid-bar {
	background-color:#00232c; 
  padding:20px 0;
}
.home-page-solid-bar p{
	color:#fff;
  font-size:19px;
  margin: 0px;
  font-weight: 200;
 	padding-top: 5px;
}
.home-page-solid-bar h4{
	margin:0px;
}

.home-page-solid-bar h4 a {
    color: #fff;
    background-color: #0093d6;
    text-align: center;
    text-decoration: none;
    font-weight: 300;
    padding: 10px;
    display: table;
    font-size: 15px;
    width: auto;
    margin: 0 auto;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.home-page-solid-bar h4 a:hover{
	color: #0093d6;
  background-color: #fff;
}
.home-page-solid-bar .hs_cos_wrapper_type_rich_text h1{
    color: #fff;
    font-size: 18px;
    margin: 0px;
    font-weight: 200;
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: normal;
}
.home-our-products{
	padding:45px 0;
}
.home-our-products h3{
	font-size:24px;
  margin:0px;
  text-align:center;
  font-weight:300;
  color:#0089cc;
  padding-bottom:25px;
}
.home-our-products h4 {
  text-align: center;
  font-size: 18px;
  color: #0089cc;
  margin: 0px;
}
.home-our-products h5 {
  font-size: 18px;
  text-align: center;
  font-weight: 200;
  margin: 0;
}
.home-our-products p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
  margin:0px;
}
.home-our-products .btn{
  margin-top:12px;
}
.home-our-products .btn a{
  color: #fff;
  background-color: #0093d6;
  text-align: center;
  text-decoration: none;
  font-weight: 300;
  padding: 10px;
  display: table;
  font-size: 15px;
  width: auto;
  margin: 0 auto;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.home-our-products .box{
  box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
  border-radius: 4px;
}
.home-our-products .box:hover{
  box-shadow: 0 15px 45px 0 rgba(0,0,0,.2);
}
.home-our-products .box .section{
  padding:20px 30px;
}

.trusted-gradient .home-section-two{
  background: linear-gradient(to right, #26609d, #0093d6);
  padding:30px 0;
}
.trusted-gradient .home-section-two h4{
  display:none;
}
.trusted-gradient .home-section-two h2{
  padding-bottom: 10px;
}

.home-blog-sub{
  padding:65px 0 80px;
  background-image: url("https://www.otainsight.com/hubfs/2018/Home/blog-sub.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: -webkit-paged-x;
}
.home-blog-sub h3{
  text-align:center;
  font-size:18px;
  font-weight: 300;
  color:#fff;
  margin:0px;
  padding-bottom:25px;
}

.home-blog-sub .hs-form-required{
	display:none;
}
.home-blog-sub form{
	position:relative;
}
.home-blog-sub form input {
    border: 0px;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.home-blog-sub .hs-form-field {
    width: 29.4333%;
    float: left;
    margin-right: 10px;
}
.home-blog-sub .legal-consent-container{
	position: absolute;
  top: 70px;
}
.home-blog-sub .legal-consent-container p{
	color:#fff;
}
.home-blog-sub .legal-consent-container p a{
	color:#fff;
}
.home-blog-sub .hs-button.primary{
	background-color:#0093D6;
  color:#fff;
  height: 50px;
  min-width: 7%;
}
.home-blog-sub .hs-button.primary:hover {
	background-color:#005EA0;
}
.home-blog-sub .hs-error-msgs label {
    color: #e9530e;
}
.home-blog-sub .hs-form-field ul.inputs-list{
		margin-top: 5px;
}
.home-new-blog-import{
	padding:60px 0;
  padding-bottom:0px !important;
}
.home-new-blog-import .featured-event .event-wrap{
	width:100%;
  margin-right:0;
}

.home-new-blog-import .event:hover .event-image:before {
  background: initial;
  background-color: initial;
}
.home-new-blog-import .featured-event .event-content h3{
	font-weight: bold;
  margin-bottom: 10px;
  color: #0092d5;
   
}
.home-new-blog-import .featured-event .event-content h3 a{
 font-size: 20px;
    font-family: "proxima-nova",sans-serif;
    line-height: normal;
    font-weight: bold;
}

.home-new-blog-import .featured-event .event-content h3 a:hover {
	color: #005EA0;
}

.home-live-event .one .image{
  padding-bottom: 63%;
}

.home-new-blog-import .bottom-title{
	background: #00232c;
	position: absolute;
	width: 100%;
	overflow: hidden;
	display: block;
	left: 0;
  bottom:0px;
      padding: 15px 15px 10px !important;
}
.home-new-blog-import .bottom-title a{
	margin: 0 auto;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  margin-top: 0px;
  font-size: 13px;
}


.home-new-blog-import .tag img{
	position: absolute;
  top: 20px;
  left: 0;
  width: auto !important;
  z-index:2;
}
.home-new-blog-import .hs-rss-description  .tag img{
	width: auto !important;
}
.home-new-blog-import.home-live-event .one .bottom-title p{
	margin:13px 0;
}

.home-new-blog-import .featured-event .event-desc p {
    font-size: 16px;
    margin: 0;
      color: #333;
}
.single-event p {
    font-size: 16px;
    margin: 0;
      color: #333;
}
.home-new-blog-import .featured-event a.button{
	font-size:16px;
  text-decoration:none;
}


.home-new-blog-import .featured-event .download-content {
	min-height: 348px;
}
.home-new-blog-import.home-live-event .one{
	width:100%;
}


.home-new-blog-import.home-live-event .one .text{
	min-height: 528px;
}

.home-new-blog-import .threeblog .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper{
	padding-bottom: 63%;
}


.home-new-blog-import .threeblog .hs-rss-item.hs-with-featured-image .hs-rss-item-text{
	min-height: 530px;
}

.home-new-blog-import .span3{
	margin:0px;
  width:25%;
  padding-right:10px;
}
.home-new-blog-import .span6{
	margin:0px;
  width:50%;
}

.home-new-blog-import .event:hover{
	box-shadow: initial;
}
.home-new-blog-import .threeblog .hs-rss-item:last-child {
    background-color: #eee;
}
.home-new-blog-import .hs-rss-description .bottom-blog{
	  display: block;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    background-color: #00232c;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    text-decoration: none;
    margin-top: 0px;
  	padding:13px 0;
      font-size: 13px;
}
@media (max-width: 1200px) {
  .home-new-blog-import.home-live-event .one .text {
    min-height: 528px;
	}
  .home-new-blog-import .featured-event .download-content {
    min-height: 364px;
	}
}
@media (max-width: 1024px) {
  .home-new-blog-import.home-live-event .one .text {
    min-height: 530px;
	}
  .home-new-blog-import .featured-event .download-content {
    min-height: 393px;
	}
}
@media (max-width: 991px) {
  .home-new-blog-import.home-live-event .one .text {
    min-height: 650px;
	}
  .home-live-event .one .text {
    padding-top: 70% !important;
  }
  .home-new-blog-import .featured-event .download-content {
    min-height: 417px;
	}
}
@media (max-width: 767px) {
  .home-new-blog-import .threeblog .hs-rss-item {
      width: calc(48% - 0px) !important;
      margin-right: 2% !important;
  }
  .home-new-blog-import .span3{
  	padding-right:0px;
    margin-right: 1%;
  }
  .home-new-blog-import .span3:last-child{
  	margin-right:-1% !important;
  }
  .home-new-blog-import .threeblog .hs-rss-item.hs-with-featured-image .hs-rss-item-text{
  	min-height: 641px;
  }
  .home-new-blog-import .threeblog .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    min-height: 631px;
  }
    .home-new-blog-import.home-live-event .one .text {
      min-height: 628px;
  }
    .home-new-blog-import .featured-event .download-content {
      min-height: 526px;
  } 
  .home-new-blog-import.home-live-event .one .text {
    min-height: inherit;
  }
  .home-new-blog-import .threeblog .hs-rss-item{
    width: 100% !important;
  }

}

/* Property boxes */

.property-box h4 {
    position: absolute;
    bottom: 15px;
}


/* Logo slider */

.logo-slider {
    padding-left: 4.5%;
    padding-right: 4.5%;
}

.logo-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.logo-slide__img-wrap {
    display: flex;
    align-items: center;
    float: left;
    width: 14%;
}

.logo-slide img {
    display: block;
    margin: 0 auto;
    max-width: 60%;
}

@media (max-width: 1024px) {

    .logo-slide img {
        max-width: 100%;
    }

}

@media (max-width: 768px) {

    .logo-slider {
        padding-left: 5%;
        padding-right: 5%;
    }

    .logo-slide__img-wrap {
        margin-bottom: 10px;
        width: 33.333%;
    }

}



/* Testimonial slider */

.ota-testimonial-bg .testimonial .span8{
    margin: 0 auto;
    float: none;
}

.testimonial-wrap {
    position: relative;
}

.bx-controls.bx-has-controls-direction {
    position: absolute;
    top: 40%;
    width: 100%;
}

.bx-prev,
.bx-next {
    background-repeat: no-repeat;
    background-size: 60px;
    height: 110px;
    position: absolute;
    text-indent: -9999px;
    width: 60px;
}

.bx-prev {
    background-image: url(https://www.otainsight.com/hubfs/2018/Home/Slider/arrow-left.png);
    left: 5%;
}

.bx-next {
    background-image: url(https://www.otainsight.com/hubfs/2018/Home/Slider/arrow-right.png);
    right: 5%;
}

@media (max-width: 767px) {

    .bx-controls.bx-has-controls-direction {
        display: none;
    }

}



/* Landing Page */

@media (max-width: 768px) {
  .hero-bg-img .hide-mobile {
    display: none;
  }
}

.hero-bg-img .ota-lp-banner-text.rich-text h1 {
  font-size: 38px;
  font-weight: 700;
  color: #333;
  line-height: 45.6px;
}

@media (max-width: 480px) {
  .hero-bg-img .ota-lp-banner-text.rich-text h1 {
    font-size: 32px;
  }
}

.hero-bg-img .ota-lp-banner-text.rich-text h3 {
  font-size: 24px;
  font-weight: 400;
  color: #333;
  line-height: 32px;
}

@media (max-width: 480px) {
  .hero-bg-img .ota-lp-banner-text.rich-text h3 {
    font-size: 18px;
  }
}

.hero-bg-img,
.paid-cam-lp .hero-bg-img {
		padding: 200px 0 140px !important;
}
body.hs-landing-page .form .hs_cos_wrapper_type_form input[type="text"], 
body.hs-landing-page .form .hs_cos_wrapper_type_form input[type="password"], 
body.hs-landing-page .form .hs_cos_wrapper_type_form input[type="datetime"], 
body.hs-landing-page .form .hs_cos_wrapper_type_form input[type="datetime-local"], 
body.hs-landing-page .form .hs_cos_wrapper_type_form input[type="date"], 
body.hs-landing-page .form .hs_cos_wrapper_type_form input[type="month"], 
body.hs-landing-page .form .hs_cos_wrapper_type_form input[type="time"], 
body.hs-landing-page .form .hs_cos_wrapper_type_form input[type="week"], 
body.hs-landing-page .form .hs_cos_wrapper_type_form input[type="number"], 
body.hs-landing-page .form .hs_cos_wrapper_type_form input[type="email"], 
body.hs-landing-page .form .hs_cos_wrapper_type_form input[type="url"], 
body.hs-landing-page .form .hs_cos_wrapper_type_form input[type="search"], 
body.hs-landing-page .form .hs_cos_wrapper_type_form input[type="tel"], 
body.hs-landing-page .form .hs_cos_wrapper_type_form input[type="color"], 
body.hs-landing-page .form .hs_cos_wrapper_type_form input[type="file"], 
body.hs-landing-page .form .hs_cos_wrapper_type_form textarea, 
.form .hs_cos_wrapper_type_form select,
body.hs-landing-page .form .hs_cos_wrapper_type_form select,
.form .hs_cos_wrapper_type_form textarea {
	  width: 100%;
}

body.hs-landing-page .form .hs_cos_wrapper_type_form textarea, 
.form .hs_cos_wrapper_type_form textarea,
textarea .has-input{
	  width: 100% !important;
}

.hs-fieldtype-intl-phone select {
    padding: 10px;
    font-size: 12px;
  width: 30% !important;
}

.hs-fieldtype-intl-phone.hs-input input {
    width: 68% !important;
    float: right;
}


.space-top-bottom {
	padding-top: 40px;
  padding-bottom: 40px;
}
.lp-header{
    background-image: url(https://3988515.fs1.hubspotusercontent-na1.net/hubfs/3988515/2018/Landing%20Page/Headers/LP-Background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 100px;
    position: relative;
}
.lp-header h1{
    color:#fff;
    text-align:center;
    font-weight:800;
font-size:48px;
line-height: 63px;
    width: 90%;
    margin: 0 auto;
}
.lp-body{
    padding:60px 0;
}
.lp-body h2{
color:#0093d6;
font-size:24px;
font-weight:bold;
margin:0px;
line-height:normal;
padding-bottom:40px;
}
.lp-body img{
    border-radius:4px;
}
.lp-body h3{
    font-size:21px;
color:#0093d6;
margin:0px;
padding: 30px 0 0 0;
}
.lp-body p{
    font-size:16px;
    font-weight:300;
    margin:0px;
}
.lp-body li{
    font-size:16px;
    font-weight:300;
    margin:0px;
}
.lp-body ul{
    margin-bottom:0px;
}
.lp-body .form{
    background-color:#dadada;
    border-radius:4px;
    padding:40px;
}
.lp-body .form h3{
    text-align:center;
    font-size:24px;
    font-weight:100;
    color:#00232c;
    padding:0px;
    padding-bottom:20px;
}
.lp-body .hs-form-required{
    display:none;
}
.lp-body .form form input{
    border-radius:4px;
    border:0px;
    padding:10px;
    margin-bottom:10px;
    font-family: "proxima-nova",sans-serif;
    font-size:13px;
    color:#00232c;
}
.lp-body .form form select{
    border-radius:4px;
    border:0px;
    padding:13px 10px;
    margin-bottom:10px;
    font-family: "proxima-nova",sans-serif;
    background-color:#fff;
    height: 44px;
    font-size:13px;
    color:#757575;
}
.lp-body .form .hs_cos_wrapper_type_form .hs-button.primary.large{
    width:100%;
background-color: #0093D6;
color:#fff;
font-size:13px;
padding:10px 0;
border-radius:4px;
margin-top:10px;
font-family: "proxima-nova",sans-serif;
}
.lp-body .form .hs_cos_wrapper_type_form .hs-button.primary.large:hover {
background-color: #005EA0;
}
.landing-page-blank  .home-section-two h4{
    display:none !important;
}

.paid-cam-lp .single-property-two {
	padding: 140px 0;
}

.paid-cam-lp .single-property-two li {
	font-size: 16px;
  font-weight: 300;
}

.paid-cam-lp .single-property-two-b {
	background: #f1f1f1;
  padding: 140px 0;
}

.paid-cam-lp .single-property-two-b li {
	font-size: 16px;
  font-weight: 300;
}

.paid-cam-lp .js-page-up {
	cursor: pointer;
}
@media (max-width: 767px) {
  .paid-cam-lp .single-property-two,
  .paid-cam-lp .single-property-two-b {
  	padding: 100px 0;
  }
  
  .single-property-two__content.right {
  	padding-top: 60px;
  }
  
  .single-property-two__content.left h3 {
  	padding-top: 0;
  }
  
  .single-property-two__content.left {
  	padding-bottom: 60px;
  }
  
  .paid-cam-lp .pricing-section-three {
  	padding: 40px 20px 60px;
  }
  
  .paid-cam-lp .pricing-section-three p {
  	margin-bottom: 30px;
  }

}


/* eBook + Event LP*/

.event-body{
    padding:60px 0;
}
.event-body h2{
color:#0093d6;
font-size:24px;
font-weight:bold;
margin:0px;
line-height:normal;
padding-bottom:40px;
padding-top:0px;
}
.event-body img{
    border-radius:4px;
    padding-bottom:20px;
}
.event-body h3{
    font-size:21px;
color:#0093d6;
margin:0px;
padding: 30px 0 0 0;
}
.event-body p{
    font-size:16px;
    font-weight:300;
    margin:0px;
    padding-bottom:20px;
}
.event-body li{
    font-size:16px;
    font-weight:300;
    margin:0px;
}
.event-body ul{
    margin-bottom:0px;
}
.event-body .form{
    background-color:#dadada;
    border-radius:4px;
    padding:40px;
}
.event-body .form h3{
    text-align:center;
    font-size:24px;
    font-weight:100;
    color:#00232c;
    padding:0px;
    padding-bottom:20px;
}
.event-body .hs-form-required{
    display:none;
}
.event-body .form form input,
.event-body .form form textarea {
    border-radius:4px;
    border:0px;
    padding:10px;
    margin-bottom:15px;
    font-family: "proxima-nova",sans-serif;
    font-size:13px;
    color:#00232c;
}
.event-body .form form select{
    border-radius:4px;
    border:0px;
    padding:13px 10px;
    margin-bottom:10px;
    font-family: "proxima-nova",sans-serif;
    background-color:#fff;
    height: 44px;
    font-size:13px;
    color:#757575;
}

.event-body .form form textarea {
		margin-bottom: 0;
}

.event-body .form .hs_cos_wrapper_type_form .hs-button.primary.large{
    width:100%;
		background-color:#0093d6;
		color:#fff;
		font-size:13px;
		padding:10px 0;
		border-radius:4px;
		margin-top:10px;
		font-family: "proxima-nova",sans-serif;
}

.event-body.landing-section {
		min-height: 420px;
}


.events-three .one{
    background-color:#eeefef;
}
.events-three .two{
    background-color:#cfd0d2;
}
.events-three .three{
    background-color:#eeefef;
}

.events-three .text{
    padding:20px;
}

.events-three h3{
color:#0093d6;
margin:0px;
font-size:21px;
line-height:normal;
}

.events-three p{
    font-size:16px;
    font-weight:300;
    line-height:normal;
}

.events-three{
    width:70%;
    margin:0 auto;
    display:block;
    padding-bottom:60px;
}

.home-live-event .one,
.home-live-event .two,
.threeblog .hs-rss-item {
    border-radius: 4px !important;
}

.home-live-event .one,
.home-live-event .two,
.threeblog .hs-rss-item,
.featured-event .event {
    height: 580px;
}

.home-new-blog-import .event .bottom-title p {
  margin-bottom: 0;
}


@media (max-width: 991px) {
  
  .home-live-event .one,
  .home-live-event .two,
  .threeblog .hs-rss-item,
  .featured-event .event {
      height: 680px;
  }
  
}

@media (max-width: 768px) {
  
  .home-live-event .one,
  .home-live-event .two,
  .threeblog .hs-rss-item,
  .featured-event .event {
      min-height: 730px;
  }
  
}

@media (max-width: 600px) {
  
  .home-live-event .one,
  .home-live-event .two,
  .threeblog .hs-rss-item,
  .featured-event .event {
      min-height: 630px;
  }
  
}

@media (max-width: 480px) {
  
  .home-live-event .one,
  .home-live-event .two,
  .threeblog .hs-rss-item,
  .featured-event .event {
      min-height: 600px;
  }
  
}

.home-live-event .one h3 a {
        color: #0092d5;
    font-size: 20px;
    font-family: 'Archivo Narrow',sans-serif;
    line-height: normal;
    font-weight: bold;
}

.home-live-event .one h3 a:hover {
    color: #005EA0;
}

.home-live-event .one{
    position:relative;
  	border-radius: 4px !important;
    overflow: hidden;
}
.home-live-event .one .image{
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 0;
    padding-bottom: 63%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}
.home-live-event .one .image img{
    border-radius:4px;
}
.home-live-event .one .text{
    float: left;
    padding: 40px 20px;
    font-size: .9375rem;
    box-sizing: border-box;
    width: 100%;
    padding-top: 70%;
    margin-top: 10px;
    margin-top: .625rem;
    color: #fff;
    min-height: 530px;
}

@media (max-width: 1200px) {
  .event-body {
  	padding: 100px 0;
  }
  
  .landing-blue-bg .hs-button.primary.large {
  	font-size: 18px !important;
    padding: 15px 0 !important;
  }
}


/* ==========================================================================
   Co-branded Landing Page
   ========================================================================== */

.branded-lp-tag {
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    padding: 15px 15px 20px;
    position: absolute;
    top: 0;
    text-align: center;
    width: 290px;
}

.branded-lp-tag span {
    display: block;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
}

.branded-lp-tag img {
    max-width: 250px;
}

@media (max-width: 767px) {
    .branded-lp-tag {
        margin: auto;
        position: relative;
        top: -40px;
        width: 250px;
    }

    .branded-lp-tag span {
        font-size: 14px;
    }

    .branded-lp-tag img {
        max-width: 200px;
    }
}


/* ==========================================================================
   Landing Page Redesign
   ========================================================================== */

.landing-blue-bg {
    background-color: #0093d6;
}

.landing-blue-bg .container {
    position: relative;
}

.landing-blue-bg h2,
.landing-blue-bg p,
.landing-blue-bg-content a {
    color: #fff;
}

.landing-blue-bg h2,
.landing-section h2 {
    font-size: 32px;
}

.landing-blue-bg-content ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

.landing-blue-bg-content li {
    color: #fff;
    padding-left: 40px;
    padding-bottom: 15px;
    text-indent: -40px;
}

.landing-blue-bg-content li:before {
    content: "";
    background-image: url(https://www.otainsight.com/hubfs/2018/Landing%20Page/black-tick-icon@2x.png);
    background-repeat: no-repeat;
    background-size: 20px;
    display: inline-block;
    height: 15px;
    padding-left: 40px;
    vertical-align: middle;
    width: 20px;
}

.landing-blue-bg .form {
    background-color: #00232C;
    padding: 30px;
    position: absolute;
    right: 0;
}

.landing-blue-bg .form h3 {
    color: #fff;
    font-size: 32px;
}

.landing-blue-bg .hs-field-desc,
.landing-blue-bg .hs-fieldtype-checkbox {
		color: #fff;
}

.landing-blue-bg .hs-form-checkbox-display span {
		padding-left: 6px;
}

.landing-blue-bg form .hs-form-booleancheckbox-display {
    display: inline-block;
}

.landing-blue-bg form .hs-form-booleancheckbox input {
    float: left;
}

.landing-blue-bg form .hs-form-booleancheckbox span {
    color: #fff;
    float: left;
    font-size: 13px;
    line-height: 20px;
    width: 92%;
}

.landing-blue-bg form .hs-form-booleancheckbox span p {
	width: 100% !important;
}

.landing-blue-bg .inputs-list {
    margin: 10px 0;
}

.landing-blue-bg .hs-button.primary.large {
    background-color: #0093D6 !important;
    font-size: 20px !important;
    font-weight: 100;
    padding: 20px 0 !important;
}

.landing-blue-bg .hs-button.primary.large:hover {
    background-color: #005EA0 !important;
}

.landing-blue-bg .form img {
    display: block;
    margin: 20px auto 0;
    max-width: 200px;
    padding: 0;
}

.landing-blue-bg .form .hs-error-msgs {
    margin-top: -5px;
}

.landing-blue-bg .form .hs-error-msgs label {
    color: #fff;
    font-size: 12px;
}
/*@media (max-width: 1440px) and (min-width: 992px) {
  	body.de .header-container .update .login a {
				font-size:10px;
    }
}*/
@media (max-width: 1440px) {
    .landing-blue-bg .container,
    .landing-section .container {
        padding: 0 20px;
    }

    .landing-blue-bg .form {
        right: 20px;
    }
 
}

@media (max-width: 1200px) {
    .landing-blue-bg form .hs-form-booleancheckbox span {
        width: 90%;
    }
}

@media (max-width: 1024px) {
    .landing-blue-bg form .hs-form-booleancheckbox span {
        width: 87%;
    }
}

@media (max-width: 767px) {
    .landing-blue-bg {
        padding: 60px 0 0;
    }

    .landing-blue-bg-content {
        padding-bottom: 50px;
    }

    .landing-blue-bg .container,
    .landing-section .container {
        padding: 0 40px;
    }

    .landing-blue-bg .form {
        border-radius: 0;
        margin-left: -40px;
        margin-right: -40px;
        position: relative;
        right: inherit;
    }
}


/* ==========================================================================
   New HS GDPR form design
   ========================================================================== */

/* New GDPR form */
.hs-inline-form form {
  padding-bottom: 90px;
	position: relative;
}

.hs-inline-form form .hs-firstname,
.hs-inline-form form .hs-lastname,
.hs-inline-form form .hs-email {
	float: left;
  padding-right: 20px !important;
  width: 28.25%;
}

.hs-inline-form form .hs-submit {
	position: absolute;
  top: 0;
  right: 0;
  width: 15%;
}
.form .footer-sign-up .hs-form .legal-consent-container p {
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
}
.hs-inline-form form input {
	width: 100%;
}

.hs-inline-form form .hs-error-msgs {
  font-size: 12px;
	margin: 5px 0 0;
}

.hs-inline-form .legal-consent-container {
	position: absolute;
  top: 70px;
}

.hs-inline-form .legal-consent-container p {
  display: block !important;
	font-size: 13px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  width: 100%;
}

.landing-blue-bg .form .legal-consent-container .hs-richtext {
	color: #fff;
}

.hs-inline-form .hs_error_rollup {
	display: none;
}


/* Resource Centre */
.resource-section-two .hs-inline-form form .hs-error-msgs {
	margin-top: -10px;
}


@media (max-width: 992px) {
  .hs-inline-form form {
  	width: 100%;
  }
  
  .resource-section-two .hs-inline-form form {
  	width: 100% !important;
  }
}

@media (max-width: 767px) {
  .hs-inline-form form {
  	padding-bottom: 120px;
  }
  
  .hs-inline-form .legal-consent-container {
  	top: 80px;
  }
}

@media (max-width: 600px) {
	.hs-inline-form form .hs-firstname,
	.hs-inline-form form .hs-lastname,
  .hs-inline-form form .hs-email {
    float: none;
    padding-right: 0 !important;
    padding-bottom: 10px !important;
  	width: 100%;
  }
  
  .hs-inline-form form .hs-submit {
  	position: relative;
    width: auto;
  }
  
  .hs-inline-form .legal-consent-container {
    padding: 15px 0;
  	position: relative;
    top: 0;
  }
  
  .hs-inline-form form {
  	padding-bottom: 0;
  }
  
}





/* ==========================================================================
   Breadcrumbs
   ========================================================================== */

.breadcrumbs {
    margin-bottom: 20px;
    overflow: hidden;
}

.breadcrumbs li,
.breadcrumbs li a {
    font-size: 14px !important;
}

.breadcrumbs-customer-stories {
    margin-bottom: 20px;
    overflow: hidden;
}



.hs-breadcrumb-menu-item {
    font-size: 14px;
}

li.hs-breadcrumb-menu-item.first-crumb {
    padding-left: 0;
}



/* ==========================================================================
   Events - Listings Page
   ========================================================================== */

.events-listing .itemWrap {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 20px 0 0;
    width: 100%;
}

.events-listing .itemWrap:first-child {
    padding-top: 0;
}

.events-listing .itemWrap:last-of-type {
    border: none;
}

.events-item {
    display: flex;
    margin-bottom: 30px;
}

.events-listing__img,
.events-listing__content {
    float: left;
}

.events-listing__img {
    padding-bottom: 20% !important;
    width: 40% !important;
}

.events-listing__content {
    background-color: transparent !important;
    border: none !important;
    margin-left: 5%;
    width: 55%;
}

.events-listing__content .date {
    border: none !important;
    display: block !important;
    font-weight: bold;
    margin: 0 0 10px !important;
    padding: 0 !important;
}

.events-listing__content h3 > a {
    display: block;
    font-size: 20px;
    letter-spacing: .025em;
    margin-bottom: 15px;
}

.events-listing__content p {
    font-size: 16px;
    letter-spacing: .025em;
}



/* ==========================================================================
   Events - Single Event Page
   ========================================================================== */

.events-single {
    padding: 60px 0;
}

.events-single .container {
    max-width: 1100px !important;
}

.events-title {
    color: #0093d6;
    font-size: 24px !important;
    font-weight: bold !important;
    letter-spacing: inherit !important;
    margin: 0;
    padding-bottom: 40px;
}

.events-body p {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding-bottom: 20px;
}

.events-section ul {
    padding-top: 10px;
    padding-bottom: 10px;
}

.events-section ul > li > ul {
    margin: 0;
}

.events-section li {
    font-size: 16px;
    font-weight: 300;
}

.events-form {
    background-color: #dadada;
    border-radius: 4px;
    float: right !important;
    padding: 40px;
}

.events-form h3 {
    color: #00232c;
    font-size: 24px;
    font-weight: 100;
    padding-bottom: 20px;
    text-align: center;
}

.events-form .input {
    margin-bottom: 10px;
}

.events-form .input > input,
.events-form .input > select,
.events-form .input > textarea {
    background-color: #fff !important;
    border-radius: 4px;
    font-size: 13px;
    letter-spacing: 0;
    padding: 10px !important;
}

.events-form .input > select {
    height: 40px;
}

.events-form .hs-fieldtype-textarea {
    margin-top: 20px;
}

.events-form .hs-fieldtype-textarea > label {
    display: block;
    color: #1c1c1c;
    font-size: 12px;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.events-form .field .hs-form-required {
    display: none;
}

.events-form .input .error {
    padding: 10px !important;
}

.events-form .hs-form-booleancheckbox {
    margin-top: 20px;
}

.events-form .hs-form-booleancheckbox label {
    position: relative;
    top: -6px;
}

.events-form .hs-form-booleancheckbox span {
    font-size: 14px;
    letter-spacing: 0;
}

.events-form .hs-button {
    background-color: #0093d6;
    padding: 10px 0;
    width: 100%;
}

.events-form .hs-button:hover {
    background-color: #005EA0;
}






/* Single Property */

.single-property{
    background-image: url(https://3988515.fs1.hubspotusercontent-na1.net/hubfs/3988515/2018/Single%20Property/Single-Property.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 100px;
}
.single-property h1{
    color:#fff;
    text-align:center;
    font-weight:800;
font-size:48px;
line-height: 63px;;
    width: 55%;
    margin: 0 auto;
    margin-bottom:20px;
}
.single-property p{
    color:#fff;
    text-align:center;
    font-size:24px;
    font-weight:300;
    line-height: normal;
    margin: 0 auto;
    width: 70%;
}
.single-property h4{
    margin-bottom:0px;
    padding-top: 10px;
}
.single-property a{
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:300;
background-color:#0093d6;
display:table;
text-align:center;
padding:10px;
width: auto;
margin: 0 auto;
border-radius: 4px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.single-property a:hover{
  background-color:#00232c;
}
.single-property-two{
    padding:60px 0;
}
.single-property-two h3{
color:#0093d6;
font-size:24px;
font-weight:300;
margin:0px;
padding-bottom:20px;
padding-top: 60px;
}
.single-property-two h4{
    font-size:21px;
    font-weight:bold;
    margin:0px;
    line-height:normal;
    padding-bottom:20px;
}
.single-property-two p{
    font-size:16px;
    font-weight:300;
    margin:0px;
    line-height:normal;
}
.single-property-two a{
    text-decoration:none;
    font-size:15px;
    color:#fff;
background-color:#0093d6;
font-weight: 300;
display:table;
text-align:center;
padding:10px;
border-radius: 4px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.single-property-two a:hover{
background-color:#00232c;
}



.single-property-two-b{
    padding:60px 0;
    background-color:#dadada;
}
.single-property-two-b h3{
color:#0093d6;
font-size:24px;
font-weight:300;
margin:0px;
padding-bottom:20px;
padding-top: 60px;
}
.single-property-two-b h4{
    font-size:21px;
    font-weight:bold;
    margin:0px;
    line-height:normal;
    padding-bottom:20px;
}
.single-property-two-b p{
    font-size:16px;
    font-weight:300;
    margin:0px;
    line-height:normal;
}
.single-property-two-b a{
    text-decoration:none;
    font-size:15px;
    color:#fff;
background-color:#0093d6;
font-weight: 300;
display:table;
text-align:center;
padding:10px;
border-radius: 4px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.single-property-two-b a:hover{
background-color:#00232c;
}

.single-property-three{
background-color:#0093d6;
padding:60px 0;
}
.single-property-three h2{
    color:#fff;
    font-size:24px;
    font-weight:300;
    margin:0px;
    padding-bottom:20px;
}
.single-property-three h3{
    color:#fff;
    font-size:21px;
    font-weight:300;
    margin:0px;
    line-height:normal;
    padding-bottom:20px;
}
.single-property-three p{
    color:#fff;
    font-size:16px;
    line-height:normal;
    margin:0px;
    font-weight:300;
}
.single-property-three a{
    text-decoration:none;
    font-size:15px;
color:#0093d6;
background-color:#fff;
font-weight: 300;
display:table;
text-align:center;
padding:10px;
border-radius: 4px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.single-property-three a:hover{
background-color:#00232c;
color:#fff;
}
.single-property-four{
    background-color: #dadada;
    padding:60px 0;
}
.single-property-four h2{
color:#0093d6;
text-align:center;
font-weight:300;
font-size:24px;
margin:0px;
padding-bottom:30px;
}
.single-property-four h3{
    text-align:center;
    font-size:21px;
    font-weight:bold;
color:#0093d6;
}
.single-property-four p{
    text-align:center;
    font-size:16px;
    font-weight:300;
}
.single-property-four img{
    width: 35%;
    margin: 0 auto;
    display: block;
}
.single-property-four .threesections{
    width: 70%;
    margin: 0 auto;
}
.single-property-four a{
    text-decoration:none;
    font-size:15px;
    margin:0 auto;
    color:#fff;
background-color:#0093d6;
font-weight: 300;
display:block;
text-align:center;
padding:10px;
width: 20%;
border-radius: 4px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.single-property-four a:hover{
background-color:#00232c;
}
.single-property-five{
background-color:#0093d6;
padding:60px 0;
}
.single-property-five h3{
    font-size:32px;
    text-align:center;
    margin:0px;
    color:#fff;
}
.single-property-five a{
    text-decoration:none;
    font-size:15px;
    margin:0 auto;
color:#0093d6;
background-color:#fff;
font-weight: 300;
display:block;
text-align:center;
padding:10px;
width: 20%;
border-radius: 4px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.single-property-five a:hover{
background-color:#00232c;
color:#fff;
}


/* Solutions */

.soloutions-header{
    background-image: url(https://3988515.fs1.hubspotusercontent-na1.net/hubfs/3988515/2018/Single%20Property/Single-Property.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 100px;
}

.soloutions-header h1{
    color:#fff;
    text-align:center;
    font-weight:800;
font-size:48px;
line-height: 63px;
    width: 55%;
    margin: 0 auto;
    margin-bottom:20px;
}
.soloutions-header p{
    color:#fff;
    text-align:center;
    font-size:24px;
    font-weight:300;
    line-height: normal;
    margin: 0 auto;
    width: 70%;
}
.soloutions-header h4{
    margin-bottom:0px;
    padding-top: 40px;
}
.soloutions-header a{
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:300;
background-color:#0093d6;
display:table;
text-align:center;
padding:10px;
width: auto;
margin: 0 auto;
border-radius: 4px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.soloutions-header a:hover{
background-color:#00232c;
}
.solutions-section-two{
background-color:#0093d6;
padding:60px 0;
}

.solutions-section-two--cta {
	padding: 10px 0;
}

.solutions-section-two h3,
.solutions-section-two--cta h2 {
    color:#fff;
    text-align:center;
    font-size:24px;
    font-weight:100;
}

.solutions-section-two img{
    margin:0 auto;
    display:block;
    width:11%;
}
.solutions-section-two a{
color:#0093d6;
text-decoration:none;
font-size:15px;
font-weight:300;
background-color:#fff;
display:block;
text-align:center;
padding:10px;
width: 15%;
margin: 0 auto;
border-radius: 4px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.solutions-section-three{
    background-color:#dadada;
    padding:60px 0;
}
.solutions-section-three p,
.solutions-section-four p,
.solutions-section-five p,
.solutions-section-six p {
    font-size: 16px;
    font-weight: 300;
}
.solutions-section-three h3, 
.solutions-section-four h3,
.solutions-section-five h3,
.solutions-section-six h3 {
    margin:0px;
    font-size:21px;
    line-height:normal;
    padding-top:80px;
}
.solutions-section-three ul{
    font-size:16px;
    font-weight:300;
    padding-left:0px;
}
.solutions-section-three li {
    background: url(https://3988515.fs1.hubspotusercontent-na1.net/hubfs/3988515/2018/Soloutions/orange-list.png) no-repeat left 4px;
    padding-left: 18px;
    display: block;
    font-size: 14px;
    background-size: 8px 12px;
    margin-bottom:10px;
}
.solutions-section-four{
    padding:60px 0;
}
.solutions-section-four ul{
    font-size:16px;
    font-weight:300;
    padding-left:0px;
    padding-top:140px
}
.solutions-section-four li {
    background: url(https://3988515.fs1.hubspotusercontent-na1.net/hubfs/3988515/2018/Soloutions/orange-list.png) no-repeat left 4px;
    padding-left: 18px;
    display: block;
    font-size: 14px;
    background-size: 8px 12px;
    margin-bottom:10px;
}
.solutions-section-four img{
    width: 90%;
    border-radius: 4px;
    float:right;
}
.solutions-section-five{
    background-color:#dadada;
    padding:60px 0;
}
.solutions-section-five ul{
    font-size:16px;
    font-weight:300;
    padding-left:0px;
    padding-top:110px;
}
.solutions-section-five li {
    background: url(https://3988515.fs1.hubspotusercontent-na1.net/hubfs/3988515/2018/Soloutions/orange-list.png) no-repeat left 4px;
    padding-left: 18px;
    display: block;
    font-size: 14px;
    background-size: 8px 12px;
    margin-bottom:10px;
}
.solutions-section-five img{
    width: 90%;
    border-radius: 4px;
}
.solutions-section-six{
    padding:60px 0;
}
.solutions-section-six ul{
    font-size:16px;
    font-weight:300;
    padding-left:0px;
    padding-top: 140px;
}
.solutions-section-six li {
    background: url(https://3988515.fs1.hubspotusercontent-na1.net/hubfs/3988515/2018/Soloutions/orange-list.png) no-repeat left 4px;
    padding-left: 18px;
    display: block;
    font-size: 14px;
    background-size: 8px 12px;
    margin-bottom:10px;
}
.solutions-section-six img{
    width: 90%;
    border-radius: 4px;
    float:right;
}
.solutions-section-seven{
    background-color:#dadada;
    padding:60px 0;
}
.solutions-section-seven img{
    width: 90%;
    border-radius: 4px;
}
.solutions-section-seven ul{
    font-size:16px;
    font-weight:300;
    padding-left:0px;
    padding-top:120px;
}
.solutions-section-seven li {
    background: url(https://3988515.fs1.hubspotusercontent-na1.net/hubfs/3988515/2018/Soloutions/orange-list.png) no-repeat left 4px;
    padding-left: 18px;
    display: block;
    font-size: 14px;
    background-size: 8px 12px;
    margin-bottom:10px;
}
.solutions-section-eight{
background-color:#0093d6;
padding:60px 0;
}
.solutions-section-eight h3{
    margin:0px;
    color:#fff;
    font-size:21px;
    line-height:normal;
    padding-top:70px;
    padding-bottom: 20px;
}
.solutions-section-eight p {
    font-size: 16px;
    font-weight: 300;
}
.solutions-section-eight ul{
    font-size:16px;
    font-weight:300;
    padding-left:0px;
}
.solutions-section-eight li {
    background: url(https://3988515.fs1.hubspotusercontent-na1.net/hubfs/3988515/2018/Soloutions/white.png) no-repeat left 4px;
    padding-left: 18px;
    display: block;
    font-size: 16px;
    background-size: 8px 12px;
    margin-bottom:10px;
    color:#fff;
}


/* Contact */
.contact-header{
    background-image: url(https://3988515.fs1.hubspotusercontent-na1.net/hubfs/3988515/2018/Contact/contact.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 100px;
      margin-top: 120px;
  min-height: 400px !important;
}
.contact-header h1{
    color:#fff;
    text-align:center;
    font-weight:800;
font-size:48px;
line-height: 63px;
    width: 55%;
    margin: 0 auto;
    margin-bottom:20px;
}
.contact-header p{
    color:#fff;
    text-align:center;
    font-size:24px;
    font-weight:300;
    line-height: normal;
    margin: 0 auto;
    width: 70%;
}
.contact-header h4{
    margin-bottom:0px;
    padding-top: 10px;
}
.contact-header a{
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:300;
background-color:#0093d6;
display:block;
text-align:center;
padding:10px;
width: 15%;
margin: 0 auto;
border-radius: 4px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.contact-header a:hover{
background-color:#00232c;
}
.contact-section-two{
    padding:60px 0;
}
.contact-section-two .form{
    background-color:#dadada;
    border-radius:4px;
    padding:40px;
}
.contact-section-two .form h3{
    text-align:center;
    margin-top:0px;
    font-size:24px;
    font-weight:300;
    margin-bottom:0px;
}
.contact-section-two .hs-form-required{
    display:none !important;
}
.contact-section-two  .form form input{
    border-radius:4px;
    border:0px;
    padding:10px;
    margin-bottom:10px;
    font-family: "proxima-nova",sans-serif;
    font-size:13px;
    color:#00232c;
}
.contact-section-two  .form form textarea{
    border-radius:4px;
    border:0px;
    padding:10px;
    margin-bottom:10px;
    font-family: "proxima-nova",sans-serif;
    font-size:13px;
    color:#00232c;
}
.contact-section-two  .form form select{
    border-radius:4px;
    border:0px;
    padding:13px 10px;
    margin-bottom:10px;
    font-family: "proxima-nova",sans-serif;
    background-color:#fff;
    height: 44px;
    font-size:13px;
    color:#757575;
}
.contact-section-two  .form .hs_cos_wrapper_type_form .hs-button.primary.large{
    width:100%;
background-color: #0093D6;
color:#fff;
font-size:13px;
padding:10px 0;
border-radius:4px;
margin-top:10px;
font-family: "proxima-nova",sans-serif;
}
.contact-section-two  .form .hs_cos_wrapper_type_form .hs-button.primary.large:hover {
background-color: #005EA0;
}
.contact-section-two p{
    font-size:21px;
    font-weight:300;
}
.contact-section-four{
    padding:60px 0;
}
.contact-section-four img{
    border-radius:4px;
}
.contact-section-four .one{
    background-color:#eeeeee;
    border-radius:4px;
}
.contact-section-four .two{
    background-color:#cecece;
    border-radius:4px;
}
.contact-section-four .three{
    background-color:#eeeeee;
    border-radius:4px;
}
.contact-section-four .four{
    background-color:#cecece;
    border-radius:4px;
}
.contact-section-four h3{
color:#0093d6;
margin:0px;
font-size:21px;
padding-bottom:20px;
}
.contact-section-four p{
    font-size:16px;
    font-weight:100;
    margin:0px;
}
.contact-section-four .text{
    padding:20px;
}
.contact-section-four h5 a{
  color:#fff;
  text-decoration:none;
  font-size:15px;
  font-weight:300;
  background-color:#0093d6;
  display:block;
  text-align:center;
  padding:10px;
  width: 55%;
  margin: 0;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contact-section-four h5 a:hover{
background-color:#00232c;
}

.contact-section-six{
background-color:#0093d6;
padding:60px 0;
}
.contact-section-six h3{
    text-align:center;
    color:#fff;
    margin:0px;
    font-size:32px;
    line-height:normal;
    padding-bottom:20px;
}
.contact-section-six h5{
    margin-bottom:0px;
}
.contact-section-six a{
color:#0093d6;
text-decoration:none;
font-size:15px;
font-weight:300;
background-color:#fff;
display:table;
text-align:center;
padding:10px;
width: auto;
margin: 0 auto;
border-radius: 4px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.contact-section-six a:hover{
background-color:#00232c;
color:#fff;
}
.contact-section-seven{
    padding:60px 0;
}
.contact-section-seven p{
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: 100;
    width: 60%;
    padding-bottom: 60px;
}
.contact-section-seven img {
    width: 65%;
    margin: 0 auto;
    display: block;
}
.contact-section-seven h3 {
    font-size: 24px;
    margin: 0px;
    text-align: center;
    padding: 20px 0;
}
.contact-section-seven h4 {
    margin:0px;
}
.contact-section-seven h4 a {
    background-color: #0093d6;
    color: #fff;
    font-weight: 300;
    text-align: center;
    display: block;
    padding: 10px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 15px;
    width: 55%;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.contact-section-seven h4 a:hover{
background-color:#00232c;
}
.contact-section-seven .icons {
    width: 70%;
    display: block;
    margin: 0 auto;
}

/* Contact Update */

.contact-update-section-two{
	background-color:#f1f1f1;
  padding:40px 0;

}

.contact-update-section-two .form h3{
  text-align:center;
  margin-top:0px;
  font-size:24px;
  font-weight:600;
  margin-bottom:30px;
  color:#0093d6;
}
.contact-update-section-two .form.ota-left-form h3{
  text-align: left;
}
.contact-update-section-two .form.ota-left-form .hs_cos_wrapper_type_form .hs-button.primary.large{
  display:inline-block;
}
.contact-update-section-two .hs-form-required{
    display:none !important;
}
.contact-update-section-two  .form form input{
  border-radius:4px;
  border:0px;
  padding:10px;
  margin-bottom:10px;
  font-family: "proxima-nova",sans-serif;
  font-size:13px;
  color:#00232c;
}
.contact-update-section-two  .form form textarea{
  border-radius:4px;
  border:0px;
  padding:10px;
  margin-bottom:10px;
  font-family: "proxima-nova",sans-serif;
  font-size:13px;
  color:#00232c;
}
.contact-update-section-two .form form select{
  border-radius:4px;
  border:0px;
  padding:10px 10px;
  margin-bottom:10px;
  font-family: "proxima-nova",sans-serif;
  background-color:#fff;
  font-size:13px;
	color:#757575;
}
.contact-update-section-two  .form .hs_cos_wrapper_type_form .hs-button.primary.large{
  background-color: #0093D6;
  color: #fff;
  font-size: 13px;
  padding: 10px 20px;
  border-radius: 4px;
  margin-top: 10px;
  font-family: "proxima-nova",sans-serif;
  margin: 0 auto;
	display: block;
}
.contact-update-section-two  .form .hs_cos_wrapper_type_form .hs-button.primary.large:hover {
  background-color: #005EA0;
}

.contact-update-section-three{
	padding:45px 0;
}
.contact-update-section-four{
	padding-bottom:60px;
}

.contact-update-section-five{
	background-color:#0093d6;
  padding:60px 0;
}
.contact-update-section-five p{
	text-align:center;
  color:#fff;
  font-size:18px;
  margin:0px;
  font-weight: 300;
}
.contact-update-section-five .mb30{
	margin-bottom:30px;
}
.contact-update-section-five p a{
	text-decoration:none;
  color:#0081c4;
  background-color:#fff;
	padding: 10px 40px;
  border-radius: 4px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.contact-update-section-five p a:hover{
	background-color: #00232c;
  color:#fff;
}


.fr-contact-us .contact-sector p a{
	width: 75%;
  padding: 10px 9px;
  font-size: 13px;
}


.de-contact-update .contact-sector .text {
    min-height: 182px;
}

.fr-contact-us .contact-sector .text {
    min-height: 180px;
}


@media (max-width: 1200px) {
	.fr-contact-us .contact-sector .text {
    min-height: 200px;
	}
}

@media (max-width: 1111px) {
  .de-contact-update .contact-sector .text{
  	min-height: 200px;
  }
}

@media (max-width: 1024px) {
  .de-contact-update .location__module .col2{
  	min-height: 280px;
  }
}

@media (max-width: 990px) {
  .de-contact-update .location__module .col2{
  	min-height: 280px;
  }
  .location__module a{
  	font-size:13px;
  }
  .es-contact-update 	.contact-sector .text{
    min-height: 190px;
  }
  .fr-contact-us .contact-sector p a{
  	width: 90%;
  }
  .fr-contact-us .contact-sector .text {
    min-height: 240px;
	}
  
  
  
}


@media (max-width: 850px) {
  .fr-contact-us .contact-sector .text {
 		min-height: 280px;
	}


}


@media (max-width: 768px) {
  .de-contact-update .contact-sector .text {
      min-height: 242px;
  }
  .fr-contact-us .contact-sector .text {
    min-height: 180px;
	}
}



@media (max-width: 550px) {
  .contact-sector p a{
  	position: inherit;
    left: 0%;
    margin-top: 20px;
    text-align: center;
    bottom: 0px;
    transform: inherit;
  }
  
  .es-contact-update 	.contact-sector .text,
  .fr-contact-us .contact-sector .text,
  .de-contact-update .contact-sector .text,
 	.contact-sector .text {
    min-height: inherit;
	}

  
}







.portfolio-item {
  position: static !important;
}




#Container .mix {
  display: none;
}

#grid .mix {
  display: none;
  opacity: 0;
}

#Container {
  height: auto !important;
}


/* Product carousel */
.product-carousel .owl-pagination {
    display: none; /* Hide dots pagination for product carousel */
}

.product-carousel .owl-buttons {
    position: absolute;
    top: 36%;
    width: 100%;
}

.product-carousel .owl-prev,
.product-carousel .owl-next {
    height: 106px;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    text-indent: -9999999px;
    width: 60px;
}

.product-carousel .owl-prev {
    background: transparent url(https://2847527.fs1.hubspotusercontent-na1.net/hubfs/2847527/Silverbug%20Website%202017/Home/arrow-left.png?t=1519909915994) 0 0 no-repeat !important;
    background-size: 58px !important;
    left: 0;
}

.product-carousel .owl-next {
    background: transparent url(https://2847527.fs1.hubspotusercontent-na1.net/hubfs/2847527/Silverbug%20Website%202017/Home/arrow-right.png?t=1519909915994) 0 0 no-repeat !important;
    background-size: 58px !important;
    right: 0;
}

.product-item {
    display: flex;
    padding: 60px 0;
}

.product-text,
.product-image {
    display: flex;
    align-items: center;
    width: 50%;
}

.product-text {
    padding-left: 6%;
}

.product-image {
    padding-right: 6%;
}

.product-list {
    font-size: 16px;
    font-weight: 300;
}

.product-list li {
    background: url(https://3988515.fs1.hubspotusercontent-na1.net/hubfs/3988515/2018/Soloutions/orange-list.png?t=1519983058539) no-repeat left 4px;
    background-size: 8px 12px;
    display: block;
    list-style: none;
    margin-bottom: 10px;
    padding-left: 18px;
}

.product-text h3 {
    font-size: 21px;
    line-height: normal;
    padding-left: 40px;
}




/* LP Thank You */
.thank-header{
  background-color:#00232c;
  padding:200px 0 110px 0;
}
.thank-header h1{
    color:#fff;
    text-align:center;
    font-weight:800;
font-size:48px;
line-height: 63px;
    width: 55%;
    margin: 0 auto;
    margin-bottom:20px;
}
.thank-header h4{
    margin-bottom:0px;
    padding-top: 10px;
}
.thank-section-two {
    padding:60px 0;
}
.thank-section-two p{
    text-align:center;
    font-size:24px;
    line-height:normal;
    margin:0 auto;
    font-weight:100;
    width: 50%;
}

/* About */
.about-header{
    background-image: url(https://3988515.fs1.hubspotusercontent-na1.net/hubfs/3988515/2018/Single%20Property/Single-Property.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  	padding: 200px 0 100px;
}
.about-header h1{
    color:#fff;
    text-align:center;
    font-weight:800;
font-size:48px;
line-height: 63px;
    width: 55%;
    margin: 0 auto;
    margin-bottom:20px;
}
.about-header p{
    color:#fff;
    text-align:center;
    font-size:24px;
    font-weight:300;
    line-height: normal;
    margin: 0 auto;
    width: 70%;
}
.about-header h4{
    margin-bottom:0px;
    padding-top: 40px;
}
.about-header a{
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:300;
    background-color:#0093d6;
    display:table;
    text-align:center;
    padding:10px;
    width: auto;
    margin: 0 auto;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.about-header a:hover{
background-color:#00232c;
}
.about-section-two{
    padding:60px 0;
}
.about-section-two h3{
    text-align:center;
    margin:0 auto;
    font-size:21px;
    width:70%;
    line-height:normal;
    padding-bottom:20px;
}
.about-section-two p{
    text-align:center;
    font-size:16px;
    margin:0 auto;
    width:70%;
    padding-bottom:20px;
}
.about-section-three{
    padding:0 0 40px 0;
}
.about-section-three h3{
color:#0093d6;
text-align:center;
font-size:24px;
font-weight:300;
}
.about-section-three .one{
    background-color:#eee;
    border-radius:4px;
}
.about-section-three .two{
    background-color:#cecece;
    border-radius:4px;
}
.about-section-three .three{
    background-color:#eee;
    border-radius:4px;
}
.about-section-three .four{
    background-color:#cecece;
    border-radius:4px;
}
.about-section-three .text{
    padding:20px;
    min-height:145px;
}
.about-section-three .text p{
    font-size:16px;
    margin:0px;
}
.about-section-four h3{
color:#0093d6;
text-align:center;
margin:0px;
font-size:24px;
font-weight:300;
}
.about-section-five{
    padding:60px 0;
}
.about-section-five h4{
    text-align:center;
    font-size:21px;
    margin:0 auto;
    font-weight:300;
    line-height:normal;
    width: 60%;
    padding-bottom:40px;
}
.about-section-five h3{
    text-align:center;
    font-size:21px;
    font-weight:bold;
color:#0093d6;
}
.about-section-five p{
    text-align:center;
    font-size:16px;
    font-weight:300;
    padding-bottom:40px;
}
.about-section-five img{
    width: 35%;
    margin: 0 auto;
    display: block;
}
.about-section-five .threesections{
    width: 70%;
    margin: 0 auto;
}
.about-section-five a{
    text-decoration:none;
    font-size:15px;
    margin:0 auto;
    color:#fff;
background-color:#0093d6;
font-weight: 300;
display:table;
text-align:center;
padding:10px;
width: auto;
border-radius: 4px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.about-section-five a:hover{
background-color:#00232c;
}
.about-section-six{
    padding:0 0 60px 0;
}
.about-section-six h3{
    text-align:center;
    font-size:24px;
    font-weight:300;
    margin:0px;
color:#0093d6;
padding-top:30px;
}
.about-section-six .one{
    background-color: #eee;
    border-radius: 4px;
}
.about-section-six .two,
.about-section-six .four {
    background-color: #cecece;
    border-radius: 4px;
}
.about-section-six .three{
    background-color: #eee;
    border-radius: 4px;
}
.about-section-six .text{
    padding:20px;
    min-height:318px;
}
.about-section-six .text h3{
color:#0093d6;
font-size:21px;
margin:0px;
text-align:left;
font-weight:bold;
padding-bottom:0px;
}
.about-section-six .text p{
    font-size:16px;
    margin-bottom:0px;
}
.about-section-six .founders{
    width:100%;
    margin:0 auto;
    display:block;
}

.founders .row-fluid-wrapper > .row-fluid {
	display: flex;
  flex-wrap: wrap;
}

.founders .span3 {
	width: 23% !important;
}

@media (max-width: 1179px) {

  .founders .span3 {
    margin-right: 2%;
    margin-left: 0 !important;
    width: 48.5% !important;
  }

  .founders .span3:nth-of-type(even) {
    margin-right: 0 !important;
  }
  
  .founders .three,
  .founders .four {
  	margin-top: 20px;
  }
  
  .founders img {
  	width: 100% !important;
  }
  
}

@media (max-width: 599px) {

  .founders .row-fluid-wrapper > .row-fluid {
    display: block;
  }

  .founders .span3 {
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
  }

  .founders .span3:nth-of-type(even) {
    margin-right: 0 !important;
  }
  
  .founders .two,
  .founders .three,
  .founders .four {
  	margin-top: 20px;
  }
  
}
.about-section-eight{
  display: none !important; /* Hide for now until new content is added */
	padding-top:60px;
}
.about-section-eight h3{
  color:#0093d6;
	text-align:center;
	font-size:24px;
	margin:0px;
	font-weight:300;
	padding-bottom:30px;
}

/* ==========================================================================
   About Team Section
   ========================================================================== */


.team-members .team-member{
  display: block;
  background: #fff;
  width: 22.5%;
  float: left;
  border-radius: 10px;
  padding: 20px;
  margin: 30px 1.25%;
  box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}
.team-members .team-member img{
  display: block;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
}
.team-members .team-member .name{
  color: #0093d6;
  font-size: 20px;
  margin: 0;
  text-align: left;
  font-weight: bold;
  padding-bottom: 0;
  text-align: center;
  margin-bottom: 15px;
}
.team-members .team-member .role{
  text-align: center;
  font-size: 20px;
  height: 100px;
}
.team-members.leadership #hs_cos_wrapper_module_1533119843733176 .team-member,
.team-members.leadership #hs_cos_wrapper_module_15331270078311964 .team-member,
.team-members.leadership #hs_cos_wrapper_widget_15331270078311964 .team-member,
.team-members.leadership #hs_cos_wrapper_widget_1533135788608 .team-member,
.team-members.leadership #hs_cos_wrapper_widget_1533134115533 .team-member,
	.team-members.leadership #hs_cos_wrapper_widget_6028152876 .team-member{
	float: none;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  display: table;
}
.team-members {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}


@media (max-width:1400px){
	.team-members .team-member .role {
    height: 120px;
	}
}

@media (max-width:1200px){
	.team-members .team-member {
    width: 30.5%;
    margin: 20px 1.25%;
	}
  .team-members.leadership #hs_cos_wrapper_module_1533119843733176 .team-member,
  .team-members.leadership #hs_cos_wrapper_module_15331270078311964 .team-member,
  .team-members.leadership #hs_cos_wrapper_widget_15331270078311964 .team-member,
	.team-members.leadership #hs_cos_wrapper_widget_1533135788608 .team-member,
	.team-members.leadership #hs_cos_wrapper_widget_1533134115533 .team-member,
	.team-members.leadership #hs_cos_wrapper_widget_6028152876 .team-member{
  	float: left;
    margin: 20px 1.25%;
    display: block; 
  }
  .team-members .team-member .role{
    font-size: 18px;
  }
}

@media (max-width:769px){
  .team-members .team-member {
      width: 47.5%;
  }
}

@media (max-width:736px){
	.team-members .team-member {
      width: 97.5%;
  }
  .team-members .team-member .role {
    height: 60px;
	}
}














/* Customer Care */

.display-flex .row-fluid {
    display: flex;
    min-height: 195px;
}

.customer-header{
    background-image: url(https://3988515.fs1.hubspotusercontent-na1.net/hubfs/3988515/2018/Single%20Property/Single-Property.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 100px;
}
.customer-header h1{
    color:#fff;
    text-align:center;
    font-weight:800;
font-size:48px;
line-height: 63px;
    width: 55%;
    margin: 0 auto;
    margin-bottom:20px;
}
.customer-header p{
    color:#fff;
    text-align:center;
    font-size:24px;
    font-weight:300;
    line-height: normal;
    margin: 0 auto;
    width: 70%;
}
.customer-header h4{
    margin-bottom:0px;
    padding-top: 40px;
}
.customer-header a{
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:300;
background-color:#0093d6;
display:table;
text-align:center;
padding:10px;
width: auto;
margin: 0 auto;
border-radius: 4px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.customer-header a:hover{
background-color:#00232c;
}
.customer-section-two{
    padding:60px 0 40px 0;
}
.customer-section-two p{
    text-align:center;
    font-size:21px;
    font-weight:300;
    margin:0 auto;
    width:70%;
    padding-bottom:20px;
}
.customer-section-three{
background-color:#0093d6;
padding:60px 0;
}
.customer-section-three h2{
    color:#fff;
    text-align:center;
    font-size:24px;
    font-weight:300;
    margin-top:0px;
}
.customer-section-three .arrow{
    position: absolute;
    right: -103px;
    top: 45px;
}
.customer-section-three .one .left,
.customer-section-three .three .left,
.customer-section-three .five .left,
.customer-section-three .seven .left,
.customer-section-three .nine .left,
.customer-section-three .eleven .left,
.customer-section-three .thirteen .left,
.customer-section-three .fifthteen .left{
    border-radius: 4px 0 0 4px;
}
.customer-section-three .two .right,
.customer-section-three .four .right,
.customer-section-three .six .right,
.customer-section-three .eight .right,
.customer-section-three .ten .right,
.customer-section-three .tweleve .right,
.customer-section-three .fourteen .right,
.customer-section-three .fifthteen .right {
    border-radius: 0 4px 4px 0;
}

@media (max-width: 767px) {

    .customer-section-three .left {
        border-radius: 4px 0 0 4px;
    }

    .customer-section-three .right {
        border-radius: 0 4px 4px 0;
    }

}

.customer-section-three .span6 {
    margin-bottom: 20px;
}
.customer-section-three .left {
    background-color: #dadada;
    padding: 20px;
    position: relative;
}
.customer-section-three .right {
    background-color: #fff;
    padding: 20px;
}
.customer-section-three .span5{
    width:44.6%;
    margin:0px;
}
.customer-section-three .span7{
    width:58.4%;
    margin:0px;
}
.customer-section-three .left h3{
    margin:0px;
    font-size:21px;
    border-bottom:1px solid #fff;
    margin-bottom:15px;
    padding-bottom:15px;
}
.customer-section-three .left img{
    width:22%;
    float:left;
    margin-right: 5px;
}
.customer-section-three .left .arrow img {
    width: 22%;
}
.customer-section-three .left h4{
    margin:0px;
    font-size:15px;
    float:left;
    padding: 4px 0px 0px 5px;
}
.customer-section-three .left p{
    margin:0px;
    font-size:16px;
    font-weight:300;
    float:left;
    padding: 0px 0px 0px 5px;
}

.customer-section-three .right img{
    margin:0 auto;
    display:block;
    width:40px;
}
.customer-section-three .right p{
    text-align:center;
    font-size:16px;
    line-height:normal;
    font-weight:300;
}
.customer-section-four{
    padding:60px 0;
}
.customer-section-four h3{
    text-align:center;
color:#0093d6;
font-size:24px;
margin:0px;
font-weight:300;
padding-bottom:30px;
}
.customer-section-four p{
    text-align:center;
    font-size:21px;
    line-height:normal;
    margin:0 auto;
    width:80%;
    font-weight:300;
}
.customer-section-five h3{
    text-align:center;
color:#0093d6;
font-size:24px;
margin:0px;
font-weight:300;
padding-bottom:30px;
}
.customer-section-five img{
    width:100% !important;
}
.customer-section-five .span3{
    margin:0px;
    width:25%;
    padding:5px;
}
.customer-section-six{
    padding:60px 0;
}
.customer-section-six h3{
    text-align:center;
    font-size:24px;
    margin:0px;
    font-weight:300;
color:#0093d6;
}
.customer-section-six p{
    text-align:center;
    font-size:21px;
    line-height:normal;
    font-weight:300;
}
.customer-section-six h6 a{
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:300;
background-color:#0093d6;
display:table;
text-align:center;
padding:10px;
width: auto;
margin: 0 auto;
border-radius: 4px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.customer-section-six h6 a:hover{
background-color:#00232c;
}


/* Customer Stories */
.stories-header{
    background-image: url(https://3988515.fs1.hubspotusercontent-na1.net/hubfs/3988515/2018/Single%20Property/Single-Property.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 100px;
}
.stories-header h1{
    color:#fff;
    text-align:center;
    font-weight:800;
font-size:48px;
line-height: 63px;
    width: 55%;
    margin: 0 auto;
    margin-bottom:20px;
}
.stories-header p{
    color:#fff;
    text-align:center;
    font-size:24px;
    font-weight:300;
    line-height: normal;
    margin: 0 auto;
    width: 70%;
}
.stories-header h4{
    margin-bottom:0px;
    padding-top: 40px;
}
.stories-header a{
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:300;
background-color:#0093d6;
display:block;
text-align:center;
padding:10px;
width: 15%;
margin: 0 auto;
border-radius: 4px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.stories-header a:hover{
background-color:#00232c;
}
.stories-section-two{
    padding:60px 0;
}
.stories-section-two h3{
    text-align:center;
    margin:0px;
    font-size:21px;
    padding-bottom:40px;
}
.stories-section-two .logos{
    width:70%;
    margin:0 auto;
}
.stories-section-three{
background-color:#0093d6;
padding:60px 0;
}
.stories-section-three h2{
    color:#fff;
    text-align:center;
    font-size:24px;
    margin:0 auto;
    font-weight:100;
    padding-bottom:30px;
}
.stories-section-three .box{
    background-color:#fff;
    border-radius:4px;
    margin-bottom:30px;
}
/* .stories-section-three .box.six .text p{
    margin-bottom:0px
} */
.stories-section-three .box h4{
    text-align:center;
    margin-top:0px;
}
.stories-section-three .box h5{
    margin-bottom:0px;
}
.stories-section-three .box  p{
    text-align:center;
}
.stories-section-three .box  p span{
    color:#005ea0;
    font-weight:bold;
}
.stories-section-three .box  a{
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:300;
background-color:#0093d6;
display:table;
text-align:center;
padding:10px;
width: auto;
margin: 0 auto;
border-radius: 4px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.stories-section-three .box a:hover{
background-color:#00232c;
}
.stories-section-four{
    padding:60px 0;
}
.stories-section-four h3{
color:#0093d6;
font-size:21px;
font-weight:bold;
text-align:center;
}
.stories-section-four p {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}
.stories-section-four img {
    width: 35%;
    margin: 0 auto;
    display: block;
}
.stories-section-four .threesections{
    width: 70%;
    margin: 0 auto;
}
.stories-section-four a{
    text-decoration:none;
    font-size:15px;
    margin:0 auto;
    color:#fff;
background-color:#0093d6;
font-weight: 300;
display:block;
text-align:center;
padding:10px;
width: 20%;
border-radius: 4px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.stories-section-four a:hover{
background-color:#00232c;
}


/* Customer Stories - Responsive boxes */

.cs-content {
    padding: 40px 20px;
}

.cs-content h4 {
    font-size: 16px;
}

.cs-content p {
    font-size: 16px;
}

.cs-box img {
    border-radius: 4px 0 0 4px;
}


@media (min-width: 500px) {

    .cs-box .row-fluid {
        display: flex;
    }

    .cs-image,
    .cs-content {
        float: left !important;
    }

    .cs-image {
        width: 45% !important;
    }

    .cs-content {
        display: flex !important;
        margin: 0 !important;
        padding: 15px;
        width: 55% !important;
    }

    /*     .cs-content .hs_cos_wrapper {
            display: flex;
            flex-direction: column;
            height: 100%;
        } */

    .cs-content h4 {
        font-size: 15px;
        margin-bottom: 0;
    }

    .cs-content h5 {
        margin-top: auto;
    }

    .cs-content p {
        font-size: 14px;
        font-weight: 300;
        line-height: 18px;
    }

}

@media (min-width: 600px) {

    .cs-image {
        width: 35% !important;
    }

    .cs-content {
        padding: 20px;
        width: 65% !important;
    }

    .cs-content h4 {
        font-size: 16px;
    }

    .cs-content p {
        line-height: 20px;
    }

}

@media (min-width: 768px) {

    .cs-box {
        margin: 0 0 30px !important;
        width: 100% !important;
    }

    .cs-image {
        width: 40% !important;
    }

    .cs-content {
        width: 60% !important;
    }

    .cs-content > div {
        display: flex;
        align-items: center;
    }

    .cs-content .hs_cos_wrapper {
        height: auto;
    }

}

@media (min-width: 768px) and (max-width: 1023px) {

    .cs-content h5 {
        margin-top: 20px;
    }

}

@media (min-width: 1024px) {

    .cs-box {
        margin: 0 2% 30px 0 !important;
        width: 49% !important;
    }

    .cs-box:nth-of-type(even) {
        margin-right: 0 !important;
    }

    .cs-image {
        width: 45% !important;
    }

    .cs-content {
        padding: 15px !important;
        width: 55% !important;
    }

    .cs-content h4 {
        font-size: 15px !important;
    }

}

@media (min-width: 1200px) {

    .cs-content {
        padding: 20px !important;
    }

    .cs-content h4,
    .cs-content p {
        font-size: 16px !important;
    }

}



/* New Customer Stories */

.cs-filter-section{
	padding: 60px 0;
}
.cs-block{
  width: 48%;
  display: flex;
  position: relative;
  margin: 0 1% 30px;
  float: left;
  height: 383px;
}
.cs-block .block-image{
  width: 50%;
  float: left;
}
.cs-block .block-image img{
  width: 100%;
  height: 383px;
  object-fit: cover;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.cs-block .text .logo img{
 	text-align: center;
  width: 120px;
}
.cs-block .text{
  width: 50%;
  display: inline-block;
  float: left;
  background: #fff;
  text-align: center;
  padding: 30px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  font-family: "proxima-nova",sans-serif;
  line-height: 1.2;
  font-weight: 300;
}
.cs-block, .cs-block .block-image img, .cs-block .text{
	height: 400px;
}
.cs-block h3{
  font-size: 18px;
}
.cs-block .excerpt{
  font-size: 16px;
  margin-bottom: 30px;
  min-height: 120px;
}
.cs-block a{
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
  background-color: #0093d6;
  display: block;
  text-align: center;
  padding: 10px;
  width: 180px;
  margin: 0 auto;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.cs-block a:hover{
  background: #000;
  color: #fff;
}

.cs-filter-section .filter-title{
  text-align: center;
  font-size: 18px;
  color: #0093d6;
  margin-top: 0;
}
.cs-filter-section ul{
  text-align: center;
  list-style: none;
  width: 55%;
  left: 0;
  right: 0;
  margin: auto;
  padding-left: 0;
}
.cs-filter-section li {
  display: inline-block;
  padding: 4px 10px;
}
.cs-filter-section li a {
  text-decoration: none;
  color: #0093d6;
  font-size: 18px;
  border: 1px solid #0093d6;
  padding: 6px 10px;
  margin-bottom: 6px;
  display: block;
  border-radius: 4px;
}
.cs-filter-section li.active a{
  background: #0093d6;
	color: #fff;
}

@media (max-width: 1100px){
	.cs-filter-section ul{
    width: 45%;
  }
  .cs-block, .cs-block .block-image img, .cs-block .text{
  	height: 400px;
  }
}

@media (max-width: 1000px){
  .cs-spotlight-box{
    width: 75%;
  }
  
  .cs-block{
    display: block;
  }
  .cs-block .block-image {
    width: 100%;
    float: left;
    height: 300px;
  }
  .cs-block .block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom-left-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .cs-block .text {
    width: 100%;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
	}
  .cs-block .excerpt{
    min-height 80px;
  }
  .cs-filter-section ul {
    width: 60%;
	}
  .cs-block, .cs-block .block-image img, .cs-block .text {
    height: auto;
	}
}

@media (max-width: 900px){
	.cs-filter-section ul {
    width: 70%;
	}
}

@media (max-width: 768px){
  .cs-spotlight-box .title{
    font-size: 36px;
  }
  .cs-filter-section ul {
    width: 85%;
	}
}

@media (max-width: 650px){
  .cs-block {
      width: 100%;
  }
  .cs-block .excerpt{
    min-height: auto;
  }
  .cs-filter-section ul {
    width: 50%;
	}
  .cs-spotlight-box {
    width: 80%;
    background: #fff;
    padding: 30px 30px 30px 80px;
  }
  .cs-spotlight-box .logo-box{
    width: 120px;
  }
  .cs-filter-section ul li{
   	display: block; 
  }
  .cs-block .block-image {
    height: auto;
	}
  .cs-block .block-image img {
    height: 300px!important;
  }
}

@media (max-width: 420px){
  .cs-spotlight-box {
    padding: 20px 20px 20px 60px;
	}
  .cs-spotlight-box .title{
    font-size: 30px;
  }
  .cs-spotlight-box .logo-box {
    width: 100px;
	}
}

@media (max-width: 320px){
  .cs-spotlight-box {
      padding: 20px;
      margin-left: 0px;
      width: 100%;
  }
  .cs-spotlight-box .logo-box{
    display: none; 
  }
}

/* Partnership */
.partnership-header{
    background-image: url(https://3988515.fs1.hubspotusercontent-na1.net/hubfs/3988515/2018/Single%20Property/Single-Property.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 100px;
}
.partnership-header h1{
    color:#fff;
    text-align:center;
    font-weight:800;
font-size:48px;
line-height: 63px;
    width: 75%;
    margin: 0 auto;
    margin-bottom:20px;
}
.partnership-header p{
    color:#fff;
    text-align:center;
    font-size:24px;
    font-weight:300;
    line-height: normal;
    margin: 0 auto;
    width: 70%;
}
.partnership-header h4{
    margin-bottom:0px;
    padding-top: 40px;
}
.partnership-header a{
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:300;
background-color:#0093d6;
display:block;
text-align:center;
padding:10px;
width: 15%;
margin: 0 auto;
border-radius: 4px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.partnership-header a:hover{
background-color:#00232c;
}
.partnership-section-two{
    padding:60px 0;
}
.partnership-section-two h3{
    text-align:center;
    font-size:21px;
    margin: 0 auto;
    font-weight: 300;
    line-height: normal;
    width: 70%;
}
.partnership-section-two p{
    text-align:center;
    font-size:21px;
    font-weight:300;
    padding:10px 0;
}
.partnership-section-two h5{
    margin-bottom:0px;
}
.partnership-section-two a{
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:300;
background-color:#0093d6;
display:block;
text-align:center;
padding:10px;
width: 15%;
margin: 0 auto;
border-radius: 4px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.partnership-section-two a:hover{
background-color:#00232c;
}
.partnership-section-three{
background-color:#0093d6;
padding:60px 0;
}
.partnership-section-three h3{
    color:#fff;
    text-align:center;
    font-size:24px;
    font-weight:300;
    margin:0px;
    padding-bottom:20px;
}
.partnership-section-three p{
    text-align:center;
    font-size:21px;
    color:#fff;
    font-weight:300;
    margin: 0 auto;
    width: 70%;
    line-height:normal;
    margin-bottom:30px;
}
.partnership-section-three .boxone{
    background-color:#fff;
    border-radius:4px;
    padding:20px;
    min-height:245px;
}
.partnership-section-three .boxone img{
    margin:0 auto;
    padding: 40px 0;
    display:block;
}
.partnership-section-three .boxtwo{
    background-color:#fff;
    border-radius:4px;
    padding:20px;
    min-height:245px;
}
.partnership-section-three .boxtwo img{
    margin:0 auto;
    display:block;
    padding: 13px 0px;
}
.partnership-section-three .boxthree{
    background-color:#fff;
    border-radius:4px;
    padding:20px;
    min-height:245px;
}
.partnership-section-three .boxthree img{
    margin:0 auto;
    display:block;
    padding-bottom:21px;
}
.partnership-section-three .boxfour{
    background-color:#fff;
    border-radius:4px;
    padding:20px;
    min-height:245px;
}
.partnership-section-three .boxfour img{
    margin:0 auto;
    display:block;
    padding-bottom:6px;
}
.partnership-section-three .boxfive{
    background-color:#fff;
    border-radius:4px;
    padding:20px;
    min-height:245px;
}
.partnership-section-three .boxfive img{
    margin:0 auto;
    display:block;
}
.partnership-section-three h4{
    margin-bottom:0px;
}
.partnership-section-three a{
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:300;
background-color:#0093d6;
display:block;
text-align:center;
padding:10px;
width: 100%;
margin: 0 auto;
border-radius: 4px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.partnership-section-three a:hover{
background-color:#00232c;
}
.partnership-section-four{
    background-color:#dadada;
    padding:60px 0;
}
.partnership-section-four h3{
    text-align:center;
color:#0093d6;
font-size:24px;
line-height:normal;
margin:0px;
font-weight:300;
padding-bottom:20px;
}
.partnership-section-four h4{
    text-align:center;
    font-size:21px;
    margin:0px;
    font-weight:300;
}
.partnership-section-four p{
    text-align:center;
    font-size:21px;
    font-weight: 300;
    padding-bottom:20px;
}
.partnership-section-four .one{
    background-color:#fff;
    border-radius:4px;
    padding:20px;
}
.partnership-section-four .one img{
    display:block;
    margin:0 auto;
    padding: 55px 0;
}
.partnership-section-four .two{
    background-color:#fff;
    border-radius:4px;
    padding:20px;
}
.partnership-section-four .two img{
    display:block;
    margin:0 auto;
    padding: 24px 0;
}
.partnership-section-four .three{
    background-color:#fff;
    border-radius:4px;
    padding:20px;
}
.partnership-section-four .three img{
    display:block;
    margin:0 auto;
    padding:20px 0;
}
.partnership-section-four .four{
    background-color:#fff;
    border-radius:4px;
    padding:20px;
}
.partnership-section-four .four img{
    display:block;
    margin:0 auto;
    padding: 39px 0;
}
.partnership-section-four a{
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:300;
background-color:#0093d6;
display:block;
text-align:center;
padding:10px;
width: 80%;
margin: 0 auto;
border-radius: 4px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.partnership-section-four a:hover{
background-color:#00232c;
}
.partnership-section-six{
background-color:#0093d6;
padding:60px 0;
}
.partnership-section-six h3{
    color:#fff;
    text-align:center;
    margin:0px;
    font-size:32px;
}
.partnership-section-six h4{
    margin-bottom:0px;
}
.partnership-section-six a{
color:#0093d6;
text-decoration:none;
font-size:15px;
font-weight:300;
background-color:#fff;
display:block;
text-align:center;
padding:10px;
width: 15%;
margin: 0 auto;
border-radius: 4px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.partnership-section-six  a:hover{
background-color:#00232c;
color:#fff;
}








/* Careers */
.careers-header{
    background-image: url(https://www.otainsight.com/hubfs/2018/Price/pricing-hero-background.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 100px;
}
.careers-header h1{
    color:#fff;
    font-weight:800;
font-size:48px;
line-height: 63px;
    width: 80%;
    margin: 0 auto;
    text-align:center;
}
.careers-header h4{
    margin-bottom:0px;
    padding-top: 30px;
}
.careers-header a{
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:300;
background-color:#0093d6;
display:block;
text-align:center;
padding:10px;
width: 15%;
margin: 0 auto;
border-radius: 4px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.careers-header a:hover{
background-color:#00232c;
}
.career-section-two {
    padding:60px 0;
}
.career-section-two h3{
    margin:0 auto;
    text-align:center;
    font-size:21px;
    line-height:normal;
    font-weight:300;
    width:70%;
    padding-bottom:20px;
}
.career-section-two p{
    text-align:center;
    font-size:16px;
    font-weight:300;
    margin:0 auto;
    width:70%;
    line-height:normal;
}
.career-section-three{
background-color:#0093d6;
padding:60px 0;
}
.career-section-three h3{
    text-align:center;
    color:#fff;
    font-weight:300;
    font-size:24px;
    margin:0px;
    padding-bottom:20px;
}
.career-section-three p{
    text-align:center;
    font-size:21px;
    color:#fff;
    font-weight:300;
    line-height:normal;
    margin:0 auto;
    display:block;
    width:70%;
    padding-bottom:20px;
}
.career-section-three .one{
    background-color:#eee;
    border-radius:4px;
}
.career-section-three .two{
    background-color:#cecece;
    border-radius:4px;
}
.career-section-three .three{
    background-color:#eee;
    border-radius:4px;
}
.career-section-three .four{
    background-color:#cecece;
    border-radius:4px;
}
.career-section-three .text{
    padding:20px;
    min-height:155px;
}
.career-section-three .sections p{
    color:inherit;
    width:100%;
    text-align:left;
    font-size:16px;
    padding-bottom:0px;
}
.career-section-three .sections h3{
    font-size:21px;
    text-align:left;
color:#0093d6;
font-weight:bold;
line-height: 21px;
}
.career-section-four{
    background-color:#eee;
    padding:60px 0;
}
.career-section-four h3{
color:#0093d6;
text-align:center;
font-weight:300;
font-size:24px;
margin:0px;
padding-bottom:30px;
}
.career-section-four .one{
    background-color:#fff;
    border: none;
    border-radius: 0 0 4px 4px;
}
.career-section-four #card{
    min-height:350px;
}
.career-section-four .back{
background-color:#0093d6;
min-height:350px;
padding:20px
}
.career-section-four .back p{
    color:#fff;
    text-align:center;
    font-size:16px;
    font-weight:300;
}
.career-section-four .text{
    display: flex;
    align-items: center;
    min-height: 102px;
    padding:20px;
}
.career-section-four h4{
color:#0093d6;
font-size:21px;
margin:0px;
}
.career-section-four .rowtwo{
    margin-top:40px;
}
.career-section-four h5{
    margin-top:40px;
    margin-bottom:0px;
}
.career-section-four a{
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:300;
    background-color:#0093d6;
    display:block;
    text-align:center;
    padding:10px;
    width: 15%;
    margin: 0 auto;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.career-section-four a:hover{
background-color:#00232c;
}
.career-section-four .topbox{
    background-color:#fff;
}
.career-section-four .mobile-version .textarea{
background-color:#0093d6;
padding:20px;
}
.career-section-four .mobile-version .textarea p{
    color:#fff;
    text-align:center;
    font-size:16px;
    font-weight:300;
}
.career-section-five{
    padding:60px 0;
}
.career-section-five h3{
    text-align:center;
color:#0093d6;
font-size:24px;
font-weight:300;
margin:0px;
}

/* Our Values blocks */

.our-values .row-fluid {
    display: flex;
    flex-wrap: wrap;
}

.our-values .span3 {
    margin: 0 2% 0 0;
    width: 23.45%;
}

.our-values .span3.four {
    margin-right: 0;
}

.our-values img {
    border-radius: 4px 4px 0 0;
}

@media (max-width: 767px) {

    .our-values .span3 {
        margin-right: 3%;
        width: 48%;
    }

    .our-values .span3:nth-of-type(even) {
        margin-right: 0;
    }

}




/* Pricing */
.pricing-header{
    background-image: url(https://3988515.fs1.hubspotusercontent-na1.net/hubfs/3988515/2018/Single%20Property/Single-Property.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 0;
  background-color: #F3F8FA;
}
.pricing-header h1{
    color:#fff;
    font-weight:800;
font-size:48px;
line-height: 63px;
    width: 80%;
    margin: 0 auto;
    text-align:center;
}
.pricing-header h4{
    margin-bottom:0px;
    padding-top: 30px;
}
.pricing-header a{
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:300;
    background-color:#0093d6;
    display:block;
    text-align:center;
    padding:10px;
    width: 15%;
    margin: 0 auto;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.pricing-header a:hover{
background-color:#00232c;
}


/** Priving V2 **/
/* ==========================================================================
  Pricing V2
  September 2019
========================================================================== */
#pricing-section-2019 {
  padding-top: 60px;
  padding-bottom: 60px;
}

#pricing-section-2019 .currency-switcher {
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 20px;
  text-align: center;
  margin: 0 auto;
  max-width: 320px;
  float: none;
  width: 100%;
}

.pricing-tables {
  padding: 50px 0; 
}

.pricing-tables .row-fluid .span4 { 
  width: 32.666% !important;
}

.pricing-tables .row-fluid .span4:nth-of-type(2),
.pricing-tables .row-fluid .span4:nth-of-type(3) {
  margin-left: 1% !important; 
}

.pricing-header {
  background-image: url(https://3988515.fs1.hubspotusercontent-na1.net/hubfs/3988515/2018/Single%20Property/Single-Property.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0 0;
  background-color: #F3F8FA;
}

.pricing-header h1 {
  color:#fff;
  font-weight:800;
font-size:48px;
line-height: 63px;
  width: 80%;
  margin: 0 auto;
  text-align:center;
}

.pricing-header h4 {
  margin-bottom:0;
  padding-top: 30px;
}

.pricing-header a {
  color:#fff;
  text-decoration:none;
  font-size:15px;
  font-weight:300;
  background-color:#0093d6;
  display:block;
  text-align:center;
  padding:10px;
  width: 15%;
  margin: 0 auto;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pricing-header a:hover {
  background-color:#00232c;
}

.pricing-heading {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    line-height: 21px;
    margin-top: 30px !important;
    margin-bottom: 0 !important;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
}

.pricing-heading .hs_cos_wrapper_type_rich_text {
  font-weight: bold;
}

.pricing-heading,
.pricing-heading p {
  margin: 0;
}

.pricing-wrapper p {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 14px;
  line-height: 1.5em;
  margin: 0;
}

.pricing-heading .pricing-table__price {
  color: #333;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 18px;
  line-height: 21px;
  margin: 0;
}

.default-package .pricing-heading .pricing-table__price { 
    color: #fff;
}

.pricing-terms span {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 14px;
  line-height: 1.5em;
  margin: 0;
}

.pricing-block {
  border: 2px solid #ebebeb;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 21px;
  padding: 50px 35px;
  text-align: center;
}

.pricing-block .pricing-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
}

.pricing-block .pricing-wrapper {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.enterprise-module .pricing-block,
.pricing-block .pricing-wrapper.enterprise {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.pricing-block .pricing-amount h2 {
  color: #005e9f;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.pricing-block.default-package {
  background-color: #005ea0;
  border: 1px solid #005ea0; 
  color: #fff;
}

.pricing-block.default-package .pricing-amount h2 {
  color: #fff;
}

.enterprise-module .pricing-block h2 {
  font-weight: 500;
}

.enterprise-module .pricing-block h2,
.pricing-block.questions-block h2 {
  color: #005e9f;
}

.pricing-block.questions-block h2 {
  font-weight: bold;
  font-size: 20px;
  text-transform: none; 
  margin: 0 0 5px;
}

.pricing-block.questions-block .question-sub {
  color: #231f20;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  position: relative;
}

.pricing-block .pricing-body {
  height: 620px;
}

.pricing-block .pricing-body, 
.pricing-block .questions-text {
  margin-bottom: 0px;
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.5em;
}

.pricing-block .pricing-body h3, 
.pricing-block .questions-text h3 {
  font-size: 20px;
  text-transform: uppercase;
}

.pricing-block .questions-text {
  margin-bottom: 40px; 
}

.active-module .pricing-block .pricing-body { 
  color: #fff; 
}

.trial-wrap {
  margin-top: 40px;
}


/** Inherited Tooltip CSS */
.tooltip {
  cursor: pointer;
  display: inline-block;
}

.premium .tooltip {
  border-bottom: 1px dotted #3d3d3d;
}

.enterprise .tooltip {
  border-bottom: 1px dotted #fff;
}


/**
 * Tooltip Styles
 */

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 
      opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:    
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:         
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 160px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:         translateY(-12px); 
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform:    translateX(-12px);
  transform:         translateX(-12px); 
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform:    translateY(12px);
  transform:         translateY(12px); 
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform:    translateX(12px);
  transform:         translateX(12px); 
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}
/* End */


.pricing-header {  
  position: relative; 
  margin-bottom: -1px;
}

/** Responsive Media Queries */
@media screen and (max-width: 1200px) {
  
  .pricing-block .pricing-body {
    height: 680px;
  }
  
}

@media screen and (max-width:991px) {
  
  .pricing-block:nth-of-type(1) .pricing-body,
  .pricing-block:nth-of-type(2) .pricing-body {
    height: auto !important;
  }
  
  .pricing-tables .row-fluid [class*="span"] {
    display: block;
    float: none;
    margin: 0;
    width: auto;
  }
  
  .pricing-tables .row-fluid .span4 { 
    width: 100% !important;
  }

  .pricing-tables .row-fluid .span4:nth-of-type(2),
  .pricing-tables .row-fluid .span4:nth-of-type(3) {
    margin-left: 0 !important; 
  }
  
  .pricing-block {
    margin-bottom: 20px !important;; 
  }
  
}

@media screen and (max-width: 480px) {
  
  #pricing-section-2019 .currency-switcher {
    max-width: 260px;
  }
  
  .get-in-touch-btn a,
  .trial-wrap .pricing-btn {
    width: 100%;
  }
  
}
/** Pricing V2 -- The End **/


/* Pricing - Currency switcher */
.currency-switcher-mob {
    display: none;
}

.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.tab-link {
    color: #a9a9a9;
    cursor: pointer;
    display: inline-block;
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    padding: 30px 20px;
}

.tab-link.current {
    border-bottom: 3px solid #00232c;
    color: #00232c;
}

.tab-content {
    display: none;
}

.pricing-section-two--desktop .tab-content.current {
    display: table;
}

.pricing-section-two--mobile .tab-content.current {
    display: block;
}


/* Pricing table - Tablet and Desktop versions */

.pricing-section-two--desktop {
    display: block !important;
}

.pricing-section-two--desktop .container-sm {
	max-width: 800px !important;
  padding-bottom: 60px !important;
}

.pricing-table {
    border-collapse: collapse;
    font-family: "proxima-nova", sans-serif;
    margin: 0 auto;
    width: 90%;
}

div#price-enterprise {
	margin-top: -1px;
}

.pricing-table th {
    background-color: #00232c;
    border-right: 2px solid #0093d6;
    border-radius: 4px 4px 0 0;
    padding: 10px;
    text-align: center;
}

.pricing-table th:nth-child(4) {
    border-right: none;
}

.pricing-table h2 {
    color: #0080b0;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin: 0;
    text-transform: uppercase;
}

.pricing-table__price,
.pricing-table__price-pm {
    display: block;
}

.pricing-table__price {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    line-height: 36px;
}

.pricing-table__price-pm {
    color: #ddd;
    font-size: 14px;
    font-weight: 200;
}

.pricing-table__section-header {
    background-color: #e5f2f7 !important; /* Override td-specific styling */
    border: none !important;
    color: #0080b0;
    font-weight: 600 !important;
    padding: 12px 0 12px 20px !important;
    text-transform: uppercase;
}

.pricing-table tbody td {
    border-bottom: 1px solid #e2e2e2;
    font-size: 14px;
    font-weight: 300;
    padding: 20px 0;
    width: 25%;
}

.pricing-table tbody td:nth-child(1) {
    background-color: #dadada;
    padding-left: 20px;
}

.pricing-table tbody td:nth-child(2),
.pricing-table tbody td:nth-child(3),
.pricing-table tbody td:nth-child(4) {
    background-color: #fff;
    border-right: 1px solid #e2e2e2;
    text-align: center;
}

.pricing-table tbody td:nth-child(4) {
    border-right: none;
}

.pricing-table__tick-icon {
    display: block;
    width: 30px;
    height: auto;
    margin: 0 auto;
}

.pricing-table__contact-btn {
    background-color: #0080b0;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

.pricing-table__contact-btn:hover {
    background-color: #096080;
    color: #fff;
}



/* Pricing table - Mobile version */

.pricing-section-two{
background-color:#0093d6;
padding:60px 0;
}
.pricing-section-two--mobile {
    display: none !important;
}
.pricing-section-two .silver .title{
background-color:#00232c;
border-radius: 10px 10px 0 0;
padding:20px 0;
}
.pricing-section-two .silver .title h2{
    text-align:center;
    font-size:24px;
    margin:0px;
color:#0093d6;
font-weight:300;
}
.pricing-section-two .silver .title h3{
    text-align:center;
    font-size:44px;
    margin:0px;
    color:#fff;
    line-height:normal;
}
.pricing-section-two .silver .title h4{
    font-size:16px;
    text-align:center;
    font-weight:300;
    color:#fff;
    margin:0px;
}
.pricing-section-two .silver .dashboard{
    background-color:#e5f2f7;
    padding:20px 0;
}
.pricing-section-two .silver .dashboard h3{
    margin:0px;
    text-align:center;
color:#0093d6;
font-size:16px;
}
.pricing-section-two .silver .section{
    background-color:#f1f1f1;
    padding:20px 0;
}
.pricing-section-two .silver .section p{
    text-align:center;
    font-size:16px;
    margin:0px;
}
.pricing-section-two .silver .button a{
color:#0093D6};
text-decoration:none;
font-size:15px;
font-weight:300;
background-color:#fff;
display:block;
text-align:center;
padding:10px;
width: 100%;
margin: 0 auto;
border-radius: 4px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.pricing-section-two .silver .button a:hover{
background-color:#005EA0;
color:#fff;
}
.pricing-section-three{
background-color:#0093d6;
padding:60px 0;
}
.pricing-section-three p{
    text-align:center;
    color:#fff;
    font-size:18px;
    font-weight:300;
}
.pricing-section-three h4{
    margin: 0 auto;
    width: 92%;
}

.pricing-section-three a{
color:#0093d6;
text-decoration:none;
font-size:15px;
font-weight:300;
background-color:#fff;
display:block;
text-align:center;
padding:10px;
width: 16%;
margin: 0 auto;
border-radius: 4px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.pricing-section-three a:hover{
background-color:#00232c;
color:#fff;
}




/* ==========================================================================
   New Pricing Page - 14/06/2018
   ========================================================================== */

.pricing-tabs-wrapper {
	font-family: "proxima-nova", sans-serif;
  margin: auto;
  padding-top: 40px;
  max-width: 900px;
}

.pricing-tabs__tab {
  background-color: #ebebeb;
  border-radius: 10px 10px 0 0;
  border-right: 1px solid;
  color: #00232c;
	display: block;
  float: left;
  padding: 12px;
  text-align: center;
  width: 33.3333%;
}

.pricing-tabs__tab:last-child {
	border-right: 0;
}

.pricing-tabs__tab a {
	background: none;
  color: #00232c;
  padding: 0;
  width: auto;
}

.pricing-tabs__tab a:hover {
	background: none;
  color: #00232c;
}

.pricing-tabs__tab.active {
	background-color: #fff;
}

.pricing-tabs__tab h2,
.pricing-tabs__tab span {
  font-size: 14px;
	margin: 0;
}

.pricing-tabs__tab h2 {
	font-weight: 600;
}

.pricing-tabs__tab span {
	font-weight: 300;
}

@media (max-width: 767px) {
  .pricing-tabs__tab {
    height: 66px;
  	position: relative;
  }
  
  .pricing-tabs__tab h2 {
  	position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    transform: translate(-50%);
  }
  
  .pricing-tabs__tab span {
  	display: none;
  }
}


/* New styling to replace old styling */
.pricing-section-two.new {
  background-color: #fff;
  padding: 40px 0 0;
}

.pricing-section-two.new .container {
	padding: 0 20px;
}

.pricing-section-two.new .pricing-table__price {
	color: #00232c;
}

.pricing-section-two.new .tab-content.current {
	display: block;
}

.price-tab-link {
    color: #a9a9a9;
    cursor: pointer;
    display: inline-block;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    padding: 15px 20px;
}

.price-tab-link.current {
    border-bottom: 3px solid #00232c;
    color: #00232c;
}

@media (max-width: 1023px) {
	.pricing-table__top .span3,
  .pricing-table__top .span9,
  .pricing-table__bottom .span3,
  .pricing-table__bottom .span9 {
    margin: 0 !important;
  	width: 100% !important;
  }
  
  .pricing-table__top .span3 {
  	padding-bottom: 20px;
  }
}

/* End */
.pricing-btn-wrap {
	float: right;
}

.pricing-btn {
  background-color: #0093D6;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin-top: 8px;
  padding: 10px 15px; 
	text-decoration: none;
}

.pricing-btn:hover {
  background-color: #005EA0;
	color: #fff;
}

.get-in-touch-btn a {
  background-color: #0093D6;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin-top: 8px;
  padding: 10px 15px; 
	text-decoration: none;
}

.get-in-touch-btn a:focus, 
.get-in-touch-btn a:hover {
  background-color: #005EA0;
}

.pricing-table__top {
	padding-bottom: 20px;
}

.tab-content__tab {
	background-color: #fff;
  border: 2px solid #ebebeb;
  border-radius: 4px;
  color: #00232c;
  cursor: pointer;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 15px;
}

.tab-content__tab.current {
	background-color: #005ea0;
  color: #fff;
  border: 2px solid #005da0;
}

.tab-content__tab.current .price-tab-content.current {
	color: #fff;
}

.tab-content__tab h2,
.tab-content__tab .pricing-table__price {
	font-size: 14px;
  line-height: 57px;
}

.tab-content__tab h2 {
  display: inline-block;
	float: left;
  font-weight: normal;
  margin: 0;
}

.tab-content__tab .pricing-table__price {
	float: right;
}

.price-tab-content {
	display: none;
}

.price-tab-content.current {
	display: inline-block;
}


.row-fluid .span3{ 
  position: relative; 
}
.tab-content-wrap{
	margin-top: 20px;
}
.tab-sidebar.stick { 
  position: fixed; 
  margin-top: 115px; 
}

@media (max-width: 1024px){
 	.tab-sidebar.stick{
  	position: relative;
  }
}

/* Pricing table content */
.pricing-table-content {
	display: none;
}

.pricing-table-content.current {
	display: block;
}

.pricing-row {
  border-bottom: 2px solid #ebebeb;
	overflow: hidden;
  padding-top: 15px;
  margin-left: 15px;
}

.pricing-row:last-child {
	border-bottom: none;
}

.pricing-col {
	width: 43%;
}

.pricing-col.left {
	float: left;
}

.pricing-col.right {
	float: right;
}

.pricing-col--full {
	font-size: 16px;
  width: 100%;
}

.pricing-col ul {
	list-style: none;
  margin-bottom: 10px;
  padding: 0;
}

.pricing-col ul.no-top-spacing {
	margin-top: 0;
}

.pricing-col li {
  color: #a9a9a9;
	display: block;
  line-height: 30px;
  overflow: hidden;
  padding-bottom: 5px;
}

.pricing-col li:last-child {
	padding-bottom: 0;
}

.pricing-col li.inactive,
.pricing-col li.inactive span {
	color: #ebebeb;
}

.pricing-col li span {
  color: #00232c;
	float: right;
  text-align: center;
  width: 80px;
}

.pricing-col li img {
	width: 30px;
}

.pricing-row h2 {
  display: table;
	font-size: 14px;
  font-weight: normal;
  margin: 0;
}

.pricing-row li p {
	display: inline;
}

@media (max-width: 1200px) {
	.pricing-col {
		width: 45%;
	}
  
  .pricing-col--full {
  	width: 100%;
  }
}

@media (max-width: 767px) {
	.pricing-col {
		width: 49%;
	}
  
  .pricing-col--full {
  	width: 100%;
  }
}

@media (max-width: 640px) {
	.pricing-col {
		width: 100%;
	}
}

@media (max-width: 360px) {
  .pricing-col li {
  	font-size: 12px;
  }
}




/* ==========================================================================
   ACCORDION
   ========================================================================== */

.js-accordion__content {
	display: none;
}



/* ==========================================================================
   FAQs
   ========================================================================== */

.pricing-faqs-section {
	padding-bottom: 60px;
}

.pricing-faqs-section .container {
	max-width: 760px !important;
}

.accordion-wrap {
	padding-top: 50px;
}

.accordion-wrap > span > div:nth-of-type(2) .accordion {
	border: none;
}

.accordion-wrap > span > div:last-child .accordion {
	margin-bottom: 0;
}

.accordion-wrap h2 {
	color: #0093d6;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.accordion {
  border-top: 2px solid #ebebeb;
  margin-bottom: 0;
  padding: 25px 0;
}

.accordion h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}

.accordion p {
  font-size: 14px;
  font-weight: 300;
	margin-top: 0;
}

.accordion__header {
	position: relative;
}

.accordion__header:after {
	content: "";
  background-color: ;
  background-image: url(https://www.otainsight.com/hubfs/2018/Price/OTA-plus@2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px;
  display: block;
  height: 28px;
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
}

.accordion__header.active:after {
	background-image: url(https://www.otainsight.com/hubfs/2018/Price/OTA-minus@2x.png);
}

.accordion__content {
	margin-top: 20px;
}

@media (max-width: 500px) {
  .accordion {
  	padding: 30px 20px;
  }
  
  .accordion h3 {
  	padding-right: 40px;
  }
}




/* ==========================================================================
   TOOLTIP
   ========================================================================== */
.pricing-row .item{
  display: block;
}
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tooltip .underline{
  border-bottom: 1px dotted black;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  min-height: 50px;
  background-color: #00232c;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px 8px;
  position: absolute;
  z-index: 1;
  top: -10px;
  right: -265px;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 12px;
  left: -10px;
  margin-left: -5px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent #00232c transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip.right-object{
  width:100%;
}
.tooltip.right-object:before{
  left: 105px;
  top: 5px;
}
.tooltip.right-object .tooltiptext{
  right: 0;
  font-size: 12px;
}



/* ==========================================================================
   PRICING PAGE - FORM
   ========================================================================== */

.pricing-contact-section {
	background-color: #eee;
  padding: 60px 0;
}

.pricing-contact-section .container {
	max-width: 800px !important;
}

.pricing-contact-section .form h3 {
	color: #0093d6;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.pricing-contact-section form .hs-firstname,
.pricing-contact-section form .hs-lastname,
.pricing-contact-section form .hs-email,
.pricing-contact-section form .hs_hotel_name__c,
.pricing-contact-section form .hs-phone,
.pricing-contact-section form .hs-city,
.pricing-contact-section form .hs-country,
.pricing-contact-section form .hs_department_contacted,
.pricing-contact-section form .hs-comment__c {
  
}

.pricing-contact-section form .hs-lastname,
.pricing-contact-section form .hs_hotel_name__c,
.pricing-contact-section form .hs-city,
.pricing-contact-section form .hs-country,
.pricing-contact-section form .hs-comment__c {
	
}

.pricing-contact-section form .form-columns-2 .hs-form-field {
  margin-right: 2%;
  padding: 0 !important;
	width: 49% !important;
}

.pricing-contact-section form .form-columns-2 .hs-form-field:last-child {
	margin-right: 0;
}

.pricing-contact-section form .legal-consent-container .hs-form-booleancheckbox {
	overflow: inherit;
}

.pricing-contact-section form input {
	background-color: #fff;
  border: none;
  border-radius: 4px;
  font-family: "proxima-nova", sans-serif !important;
  font-size: 13px !important;
  height: 48px;
  margin-bottom: 15px;
  padding: 10px;
}

.pricing-contact-section form .hs-form-required {
	display: none;
}

.pricing-contact-section form select,
.hs_cos_wrapper_type_form form textarea {
  background-color: #fff;
  border: none;
  border-radius: 4px;
  color: #757575;
	height: 48px;
  margin-bottom: 10px;
  padding: 10px;
}

.hs_cos_wrapper_type_form form textarea {
	background-color: #fff;
	border: 1px solid #dadada;
	border-radius: 4px;
	color: #333;
	height: 80px;
	margin-bottom: 10px;
	padding: 15px 20px;
}

body .md-form form.hs-form fieldset[class*="form-columns"] .legal-consent-container .input {
    padding-left: 0;
    padding-right: 0;
}

body .md-form-content-switcher form.hs-form .legal-consent-container .hs-form-field ul.inputs-list {
    padding: 0;
}

.pricing-contact-section form .hs-error-msgs {
	margin-top: 0;
}

.pricing-contact-section form li.hs-form-booleancheckbox input {
	height: auto;
}

.pricing-contact-section form .hs-submit {
  padding-top: 20px;
	text-align: center;
}

.pricing-contact-section form .hs-button {
	background-color: #0093D6;
  color: #fff;
  padding: 0 40px;
}
.pricing-contact-section form .hs-button:hover {
	background-color: #005EA0;
}

@media (max-width: 600px) {
  .pricing-contact-section form .form-columns-2 .hs-form-field {
    margin-right: 0 !important;
  	width: 100% !important;
  }
}




/* ==========================================================================
   USP BLOCK
   ========================================================================== */

.usp-block-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 35px;
  padding: 0px;
}

.usp-block-row > span {
	display: flex;
  flex-wrap: wrap;
}

.usp-block-row > span > div {
  box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
  margin-right: 2.5%;
	width: 31.65%;
}

.usp-block-row > span > div:last-child {
	margin-right: 0;
}

.usp-block-row > span > div:hover {
	box-shadow: 0 15px 45px 0 rgba(0,0,0,.2);
}

.usp-block-wrap {
  padding: 60px 0;
}

.usp-block-wrap .container {
	float: none;
  margin: 0 auto !important;
  max-width: 1260px;
}

.usp-block-container h2,
.usp-block-wrap h2 {
	color: #000;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 40px;
  text-align: center;
}

.usp-block-container h2.left-aligned,
.usp-block-wrap h2.left-aligned {
  text-align: left;
}

.usp-block {
  float: left;
  padding: 20px;
  text-align: center;
  width: 100%;
}

.usp-block img {
	display: block;
  margin: 0 auto;
  max-width: 120px;
}

.usp-block h4 {
  color: #000;
	font-size: 21px;
}

.usp-block p {
  display: block;
  font-family: "proxima-nova", sans-serif;
	font-size: 16px;
  margin: 0 auto;
  width: 70%;
}

.usp-cta-wrap {
  text-align: center;
}

.usp-cta-wrap a {
  background-color: #0093d6;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  margin-top: 40px;
  padding: 10px 40px;
	text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.usp-cta-wrap a:hover {
	background-color: #333;
}

@media (max-width: 767px) {
  .usp-block-row > span > div {
    margin-right: 0;
    margin-bottom: 30px;
  	width: 100%;
  }
  
  .usp-block-row > span > div:last-child {
  	margin-bottom: 0;
  }
  
  .usp-block img {
  	max-width: 80px;
  }
}

.usp-block.left-aligned {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.usp-block.left-aligned img {
  margin: 0;
}

.usp-block.left-aligned p,
.usp-block.left-aligned .usp-block span {
  width: 100%;
  margin: 0px;
}



/* Blog */

.blog-template-header{
    background: url(https://3988515.fs1.hubspotusercontent-na1.net/hubfs/3988515/2018/Headers/resources%20-%20header.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 100px 0;
}

.blog-template-header h1{
    text-align:center;
    color:#fff;
    font-weight:800;
font-size:48px;
line-height: 63px;
    margin: 0;
}
.postItem .listingContent a{
color:#0093d6;
}

.blogv2 .featured-posts .item-wrapper{
background-color:#0093d6;
padding:20px;
min-height: 293px;
}

.blogv2 .featured-posts .span8{
    width:70%;
    margin:0px;
}
.blogv2 .featured-posts .span4{
    width:30%;
    margin:0px;
}
.blogv2 .featured-posts .item-wrapper h3{
    color:#fff;
    font-weight:300;
    margin:0px;
    font-size:24px;
    border-bottom:1px solid #fff;
    margin-bottom:10px;
    padding-bottom:10px;
}

.blogv2 .featured-posts .item-wrapper .post-title h2 a{
    color:#fff;
    font-size:21px;
}


.blogv2 .featured-posts .item-wrapper .post-date{
    color:#fff;
    font-size:12px;
    font-weight:bold;
    display:inline;
    margin-right:10px;
}

.blogv2 .featured-posts .item-wrapper .topic-link{
    color:#fff;
    text-decoration:none;
    font-size:12px;
    font-weight:bold;
    display:inline;
}
.blogv2 .postFilter{
    padding:20px 0 0 0;
}

.blogv2 .blogsubscription{
    padding-bottom:60px;
}

.blogv2 .blogsubscription p{
    text-align:center;
    font-size:21px;
    line-height:normal;
    width:70%;
    margin:0 auto;
    padding-bottom:20px;
}

.blogv2 .blogsubscription .hs-form-required{
    display:none;
}


.blogv2 .blogsubscription .hs-form fieldset.form-columns-3{
    width:80%;
    float:left;
}

.blogv2 .blogsubscription .hs-button.primary{
    margin-top:0px;
    padding: 13px 0px;
    margin-left:1%;
background-color:#0093D6;
border-radius: 4px;
display: inline-block;
min-width: 20%;
}
.blogv2 .blogsubscription .hs-button.primary:hover {
background-color:#005EA0;
}

.blogv2 .odd .listingContent{
    background-color:#eee;
}
.blogv2 .even .listingContent{
    background-color:#cecece;
}

.blogv2 .postItem .listingContent h3{

    font-weight:300;
    font-size:16px;
    letter-spacing: .025em;

}

.blogv2 .post-image img{
    max-height: 293px;
    width: 100%;
}






.blogv2 .date{
border-top:1px solid #0093d6;
padding:10px 0 20px 0;
margin-top:10px;
}








.postpage .featured-posts{
    display:none !important;
}
.postpage .blogPostBottom{
    text-align:center;
    padding:20px;
}
.postpage .post-header h1{
    text-align:center;
color:#0093d6;
font-size:24px;
font-weight:bold;
margin-bottom:20px;
}
.postpage .aboutBlogPost{
    border-top:0px;
}

.postpage .date{
    border-top:0px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.postpage h3{
    font-size:21px;
    font-weight:300;
}

.postpage p{
    font-size:16px;
    font-weight:300;
}

.postpage .aboutBlogPost{
    text-align:center;
}




.aboutBlogPost>span{
    display:inline;
}
.postpage .date{
    display:inline;
}
.postpage .aboutBlogPost{
    display:inline;
}
.postpage .blog-section .top{
    text-align: center;
    margin-bottom: 20px;
    font-family: "proxima-nova", sans-serif;
}
.postpage .aboutBlogPost a{
    color:#000;
}






/* Resource Centre */
.resource-header{
    background-image: url(https://3988515.fs1.hubspotusercontent-na1.net/hubfs/3988515/2018/Single%20Property/Single-Property.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 0 150px;
}
.resource-header h1{
    color:#fff;
    text-align:center;
    font-weight:800;
font-size:48px;
line-height: 63px;
    width: 55%;
    margin: 0 auto;
    margin-bottom:20px;
}
.resource-header p{
    color:#fff;
    text-align:center;
    font-size:24px;
    font-weight:300;
    line-height: normal;
    margin: 0 auto;
    width: 70%;
}
.resource-header h4{
    margin-bottom:0px;
    padding-top: 40px;
}
.resource-header a{
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:300;
background-color:#0093d6;
display:block;
text-align:center;
padding:10px;
width: 15%;
margin: 0 auto;
border-radius: 4px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.resource-header a:hover{
background-color:#00232c;
}

.resource-section-two{
    padding:60px 0;
}
.resource-section-two p{
    text-align:center;
    margin:0 auto;
    font-size:21px;
    font-weight:300;
    line-height:normal;
    width: 60%;
    padding-bottom:20px;
}
.resource-section-two .hs-form-required{
    display:none;
}
.resource-section-two .form form input {
    border: 0px;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color:#efeff0;
    width: 100%;
}
.resource-section-two .form form{
    width: 80%;
    margin: 0 auto;
}

.resource-section-two .form .hs-button.primary.large{
    background-color:#0093D6;
    color:#fff;
    font-weight:300;
    height: 50px;
}
.resource-section-two .form .hs-button.primary.large:hover {
    background-color:#005EA0;
}
.resource-section-two .form form .form-columns-3{
    width: 85%;
    float: left;
}



.resource-section-three .twoblog .hs-rss-byline{
    display:none !important;
}

.resource-section-three .ebook{
    margin-bottom:20px;
}
.resource-section-three .ebook .one{
    background-color: #eee;
    border-radius: 4px;
}
.resource-section-three .blogarea .one {
    min-height: 541px;
}
.resource-section-three .blogarea .one img {
    height: 190px;
}
.resource-section-three .ebook .two{
    background-color: #cecece;
    border-radius: 4px;
}
.resource-section-three .ebook .three{
    background-color: #eee;
    border-radius: 4px;
}
.resource-section-three .ebook .four{
    background-color: #cecece;
    border-radius: 4px;
}
.resource-section-three .ebook .text{
    padding:20px;
    min-height: 145px;
}
.resource-section-three .span3{
    width: calc(25% - 10px) !important;
    float:left;
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
}
.resource-section-three .ebook .text p{
    font-size: 16px;
}
.resource-section-three .span8{
    width:65% !important;
    margin:0px;
}
.resource-section-three .featured-resource-content {
    width:35% !important;
    margin:0px;
background-color:#0093d6;
}
.resource-section-three .feature .text{
    padding: 40px;
    border-radius: 0 4px 4px 0;
}
.resource-section-three .feature .text h3{
    color:#fff;
    margin:0px;
    font-size:24px;
    line-height:normal;
    font-weight:300;
    border-bottom:1px solid #fff;
    padding-bottom:15px;
    margin-bottom:15px;
}
.resource-section-three .feature .text p{
    color:#fff;
    font-size:21px;
    font-weight:bold;
    line-height:normal;
    margin-bottom: 0;
}
.resource-section-three .info {
    padding:40px 0;
}
.resource-section-three .info p{
    margin:0px;
    font-size:16px;
    font-weight:300;
}
.resource-section-three .info p a{
background-color:#0093d6;
color:#fff;
text-decoration:none;
padding: 7px;
border-radius: 4px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.resource-section-three .blogarea .one img {
    border-radius: 4px;
}

.resource-section-three .info p a:hover{
background-color:#00232c;
}

.feature img {
    border-radius: 4px 0 0 4px;
    height: 280px;
}
.span4.widget-span.widget-type-rich_text.text.featured-resource-content {
    min-height: 280px;
}

.c-banner-form .hs_error_rollup {
    display: inline-block;
    float: left;
    width: 100%;
}
.c-banner-form p a {
    color: #f05f22;
}
.c-banner-form .hs-error-msgs {
    list-style: none;
    margin: 0 0 10px;
    padding: 0 0 0 10px;
    font-size: 12px;
    color: red !important;
    letter-spacing: .1em;
}
.c-banner-form label.hs-error-msg {
	color: red;
}

.c-banner-form .hs-error-msgs {
	padding-left: 0;
}
.twoblog .hs-rss-item {
    border-radius: 4px;
}

@media (max-width: 767px) {
    .feature img {
        height: auto;
    }
}


/* ==========================================================================
   Resource Centre
   ========================================================================== */

.resources-centre-wrap {
    padding-bottom: 60px;
}

.resources-centre-wrap .container {
    max-width: 1100px !important;
}

.resources-centre img {
    vertical-align: top;
}

.resources-centre__menu * {
    width: auto;
}

.resources-centre__menu > div {
    background-color: #0093d6;
}

.resources-centre__menu ul {
    display: table !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.resources-centre__menu li {
    display: table-cell;
}

.resources-centre__menu a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 20px 30px;
    text-decoration: none;
}

.resources-centre__form-heading {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
}

.resources-centre__category-section .span12 {
    width: 100% !important;
}

.resources-centre__category-section.last .resources-centre__grid-item {
    margin-bottom: 20px;
}

.resources-centre__section-heading {
    background-color: #0093d6;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 15px;
    text-align: center;
}

.resources-centre__section-heading a {
    color: #fff;
    text-decoration: none;
}

.resources-centre__section-heading span {
    display: inline-block;
    font-size: 20px;
    margin-left: 4px;
}

.resources-centre__category-section .row-depth-1 > .row-fluid,
.resources-centre__grid .feedreader_box {
    display: flex;
    flex-wrap: wrap;
}

.resources-centre__grid .hs-rss-item {
    border-radius: 4px;
    margin: 0 3% 0 0;
    position: relative;
    width: 31.3333%;
}

.resources-centre__grid .hs-rss-item:hover {
    background: #f1f1f1;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,0.25);
    -ms-box-shadow: 0 0 30px 0 rgba(0,0,0,0.25);
    -o-box-shadow: 0 0 30px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.25);
}

.resources-centre__grid .hs-rss-item:nth-of-type(3) {
    margin-right: 0;
}

.resources-centre__grid h3 {
    display: none;
}

.resources-centre__grid .hs-rss-item:nth-of-type(odd) {
    background-color: #eee;
}

.resources-centre__grid .hs-rss-item:nth-of-type(even) {
    background-color: #cecece;
}

.resources-centre__grid .hs-rss-item-image-wrapper {
    width: 100% !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 0;
    padding-bottom: 69.25%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
}

.resources-centre__grid .hs-rss-item-image-wrapper:before {
    content: "";
    opacity: .5;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    z-index: 1;
}

.resources-centre__grid .hs-rss-item:hover .hs-rss-item-image-wrapper:before {
    background: #1e1a28;
}

.resources-centre__grid .hs-rss-item-text {
    display: flex;
    flex-wrap: wrap;
    float: left;
    padding: 40px 25px;
    font-size: 0.9375rem;
    box-sizing: border-box;
    width: 100% !important;
    height: 100%;
    padding-top: 78%;
}

.resources-centre__grid .hs-rss-title {
    color: #0093d6;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .025em;
    line-height: 1.3;
    text-decoration: none;
}

.resources-centre__grid .hs-rss-title:hover {
    color: #fff;
}

.resources-centre__grid .hs-rss-description p {
    color: #1d1d1b;
    font-size: 14px;
    letter-spacing: .025em;
    margin: 0;
}

.resources-centre__grid .hs-rss-byline {
  display: none;
    border-top: 1px solid #0093d6;
    font-size: 100%;
    margin-top: 10px;
    opacity: 1;
    order: 2;
    padding-top: 10px;
    width: 100%;
}

#events .hs-rss-byline {
    display: none; /* Hide events date element (for now) */
}

.resources-centre__grid .hs-rss-date {
    color: #333;
    font-size: 14px;
    letter-spacing: .025em;
}

.resources-centre__grid p > a {
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
    opacity: 0;
    padding: 10px 18px;
    position: absolute;
    top: 28%;
    left: 50%;
    text-decoration: none;
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    z-index: 5;
}

.resources-centre__grid p > a:hover {
    background: #fff;
    color: #1e1a28;
}

.resources-centre__grid .hs-rss-item:hover a {
    opacity: 1;
}

.resources-centre__grid-item {
    display: flex;
    margin: auto;
    width: 32%;
}

.resources-centre__grid-item.first {
    margin-left: 0;
}

.resources-centre__grid-item.last {
    margin-right: 0;
}

.resources-centre__grid-item > div {
    width: 100% !important;
}

.resources-centre__grid-item img {
    border-radius: 4px 4px 0 0;
    height: 260px;
    width: 100%;
}

.resources-centre__grid-content {
    border-radius: 0 0 4px 4px;
    padding: 20px;
}

.resources-centre__grid-content.one {
    background-color: #eee;
}

.resources-centre__grid-content.two {
    background-color: #cecece;
}

.resources-centre__grid-item p {
    font-size: 16px;
}

.resources-centre__grid-item a {
    text-decoration: none;
}

.resources-centre__btn {
    background: #0093d6;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: table;
    font-size: 15px;
    font-weight: 300;
    margin: 20px auto 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.resources-centre__btn:hover {
    background-color: #00232c;
    color: #fff;
}

.resources-template-form.hs-inline-form .legal-consent-container {
  position: relative;
  top: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}

.resources-template-form.hs-inline-form form .hs-submit {
  position: relative;
}


@media (min-width: 1024px) and (max-width: 1199px) {

    .resources-centre__grid p > a {
        top: 20%;
    }

}

@media (min-width: 992px) and (max-width: 1100px) {

    .resource-section-three .feature .text {
        padding: 40px 20px;
    }

}

@media (min-width: 768px) and (max-width: 1023px) {

    .resources-centre__grid p > a {
        top: 14%;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .resource-section-three .feature .text {
        padding: 30px 20px;
    }

/*     .feature img {
        height: 264px;
    } */

    .resource-section-three .feature .text {
        min-height: 264px;
    }

    .resource-section-three .feature .text p {
        font-size: 16px;
    }

}

@media (max-width: 767px) {
	.feature img {
		border-radius: 4px 4px 0 0;
	}
	.resource-section-three .feature .text {
		border-radius: 0 0 4px 4px;
	}
	.resources-centre__grid .hs-rss-item,
	.resources-centre__grid-item {
		margin-right: 2%;
		margin-bottom: 20px;
		width: 49%;
	}

	.resources-centre__grid .hs-rss-item:nth-of-type(2) {
		margin-right: 0;
	}

	.resources-centre__grid .hs-rss-item:nth-of-type(3) {
		margin-bottom: 0;
	}

	.resources-centre__grid p > a {
		top: 17%;
	}

}

@media (min-width: 521px) and (max-width: 600px) {

    .resources-centre__grid p > a {
        top: 14%;
    }

}


@media (max-width: 520px) {

    .resources-centre__grid .hs-rss-item,
    .resources-centre__grid-item {
        margin-right: 0;
        width: 100%;
    }

    .resources-centre__menu a {
        font-size: 14px;
        padding: 20px;
    }

}

@media (min-width: 400px) and (max-width: 519px) {

    .resources-centre__grid p > a {
        top: 23%;
    }

}

@media (max-width: 320px) {

    .resources-centre__grid p > a {
        top: 18%;
    }

}


/* ==========================================================================
   Events
   ========================================================================== */

.events-section {
    padding: 45px 0;
}

.events-section .container {
    max-width: 1130px !important;
}

.event-wrap {
    border-bottom: 1px solid #ddd;
    padding: 20px 0 0;
}

.event-wrap:last-child {
    border: none;
}

.event {
    border-radius: 4px;
    display: flex;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.event:hover {
    background: #f1f1f1;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,0.25);
    -ms-box-shadow: 0 0 30px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.25);
}

.event-image,
.event-content {
    float: left;
}

.event-image {
    background-position: center;
    background-size: cover;
    display: block;
    overflow: hidden;
    padding-bottom: 20%;
    position: relative;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    transition: all ease .4s;
    width: 40%;
}

.event-image:before {
    content: "";
    height: 100%;
    opacity: .5;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    transition: all ease .4s;
    width: 100%;
    z-index: 1;
}

.event:hover .event-image:before {
    background: #1e1a28;
}

.event-image a {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
    opacity: 0;
    padding: 10px 18px 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    text-decoration: none;
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
    z-index: 5;
}

.event-image a:hover {
    background-color: #fff;
    color: #1e1a28;
}

.event:hover .event-image a {
    opacity: 1;
}

.event-content {
    margin-left: 5%;
    min-height: 230px;
    padding: 30px 25px;
    width: 55%;
}

.event-content h3 {
    display: block;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: .025em;
    margin: 0 0 15px;
}

.event-content h3 a {
    color: #0093d6;
    text-decoration: none;
}

.event-date {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.event-desc p {
    font-size: 16px;
    letter-spacing: .025em;
}

.no-events-msg {
    padding: 20px 0;
}

.no-events-msg p {
    font-size: 14px;
    letter-spacing: .025em;
}

@media (max-width: 767px) {
    .event-wrap {
        border: none;
        float: left;
        margin-right: 2%;
        width: 49%;
    }

    .event-wrap:nth-of-type(even) {
        margin-right: 0;
    }

    .event {
        display: block;
    }

    .event-image,
    .event-content {
        float: none;
        width: 100%;
    }

    .event-image {
        padding-bottom: 60%;
    }

    .event-content {
        margin-left: 0;
        min-height: 330px;
    }

    .event-content h3 {
        height: 60px;
    }
}

@media (max-width: 600px) {
    .event-wrap {
        margin-right: 0;
        width: 100%;
    }

    .event-content {
        min-height: auto;
    }

    .event-content h3 {
        height: auto;
    }
}


/* Events - Featured Blocks
   ========================================================================== */

.featured-event {
    display: flex;
    flex-wrap: wrap;
}

.featured-event .event-wrap {
    border: none;
    border-radius: 4px;
    float: left;
    margin-right: 3%;
    padding: 0;
    width: 31.3333%;
}

.featured-event .event-wrap:nth-of-type(odd) {
    background-color: #eee;
}

.featured-event .event-wrap:nth-of-type(even) {
    background-color: #cecece;
}

.featured-event .event-wrap:nth-of-type(3) {
    margin-right: 0;
}

.featured-event .event {
    display: block;
    margin: 0;
}

.featured-event .event-image,
.featured-event .event-content {
    width: 100%;
}

.featured-event .event-image {
    padding-bottom: 62.95%;
}

.featured-event .event-content {
    margin-left: 0;
    min-height: auto;
}

.featured-event .event-date {
    border-top: 1px solid #0093d6;
    font-weight: normal;
    letter-spacing: .025em;
    margin-top: 10px;
    padding-top: 10px;
    width: 100%;
}

.featured-event .event-content h3 {
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
}

.featured-event .event-content h3 a {
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
}

.featured-event .event-desc p {
    font-size: 14px;
    margin: 0;
}

@media (max-width: 767px) {
    .featured-event .event-wrap {
        margin-right: 2%;
        width: 49%;
    }

    .featured-event .event-wrap:nth-of-type(2) {
        margin-right: 0;
    }

    .featured-event .event-wrap:nth-of-type(3) {
        margin-top: 20px;
    }
}

@media (max-width: 520px) {
    .featured-event .event-wrap {
        margin-right: 0;
        width: 100%;
    }

    .featured-event .event-wrap:nth-of-type(2) {
        margin-top: 20px;
    }
}


/* Downloads - Featured Blocks
   ========================================================================== */

.featured-event .download-content {
    min-height: 145px;
}


/* Events - Pagination
   ========================================================================== */

.pag-tab-content {
	display: none;
}

.pag-tab-content.current {
	display: block;
}

.event-pagination {
    list-style: none;
    padding: 40px 0 0 !important;
    text-align: center;
}

.event-pagination li {
    display: inline-block;
}

.event-pagination li a {
    color: #666;
    display: block;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    width: 30px;
}

.event-pagination li a.current {
    background-color: #1e1a28;
    color: #fff;
}



.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}



/* Error */
.error{
    padding:60px 0 60px 0;
}
.error h1{
color:#0093d6;
font-weight:800;
font-size:48px;
line-height: 63px;
margin:0px;
}
.error h2{
    font-size:18px;
    margin:15px 0 0 0;
    width:60%;
}
.error button{
background-color: #0093D6;
border: 0px;
border-radius: 4px;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease
}
.error button:hover{
background-color:#005EA0;
}
.error button a{
    color:#fff;
    text-decoration:none;
    font-size:15px;
    padding: 10px 10px;
    display: block;
}
.error .container .row-fluid{
    display: flex;
    align-items: center;
}
.error p{
    font-size:16px;
    margin:30px 0 0 0 ;
}




/* Localised Home Page */

.localised-home-section-six{
	padding:70px 0;
}
.localised-home-section-six .text{
	background-color:#d6d6d6;
  border-radius:4px;
  padding: 42px 70px;
}
.localised-home-section-six .text h3{
	text-align:center;
	margin-top:0px;
  font-size:18px;
}
.localised-home-section-six .text p{
	text-align:center;
  font-size:16px;
  margin:27px 0;
}
.localised-home-section-six img{
	border-radius:4px;
}
.localised-home-section-six p.btn{
	margin:0px;
}
.localised-home-section-six .btn a {
    color: #fff;
    background-color: #0093d6;
    text-align: center;
    text-decoration: none;
    font-weight: 300;
    padding: 10px 20px;
    display: table;
    font-size: 15px;
    width: auto;
    margin: 0 auto;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.localised-home-section-seven h3{
	font-size:24px;
  color:#0093d6;
  margin: 0;
  font-weight: 300;
}
.localised-home-section-seven h4{
	font-size:18px;
  line-height: initial;
}
.localised-home-section-seven p{
	font-size:16px;
  font-weight:300;
}



.localised-home-section-seven .bg-grey{
	background-color:#ececec;
}
.localised-home-section-seven .equal-space{
	padding:70px 0;
}

.localised-home-section-seven .btn a {
    color: #fff;
    background-color: #0093d6;
    text-align: center;
    text-decoration: none;
    font-weight: 300;
    padding: 10px 20px;
    display: table;
    font-size: 15px;
    width: auto;
    margin: 0 auto;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



.localised-home-section-eight{
	background: #005fa4; /* Old browsers */
	background: -moz-linear-gradient(left, #005fa4 1%, #0094db 70%, #0094db 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #005fa4 1%,#0094db 70%,#0094db 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #005fa4 1%,#0094db 70%,#0094db 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005fa4', endColorstr='#0094db',GradientType=1 ); /* IE6-9 */
  padding:70px 0;
  margin-top:60px;
}

.localised-home-section-eight form{
	  width: 60%;
    margin: 0 auto;
}

.localised-home-section-eight form select {
	border-radius: 4px;
  border: 0px;
  padding: 13px 10px;
  margin-bottom: 10px;
  font-family: "proxima-nova",sans-serif;
  background-color: #fff;
  font-size: 13px;
  color: #757575;
  width: 100%!important;
}
.localised-home-section-eight form input {
  border-radius: 4px;
  border: 0px;
  padding: 10px;
  margin-bottom: 10px;
  font-family: "proxima-nova",sans-serif;
  font-size: 13px;
  color: #00232c;
}
.localised-home-section-eight .hs-fieldtype-checkbox span{
	color:#fff;
  font-size:13px;
  font-family: "proxima-nova",sans-serif;
}
.localised-home-section-eight ul.hs-error-msgs{
	margin-top: 0px;
	color: #fff;
}

.localised-home-section-eight .hs-form-required{
	display:none;
}
.localised-home-section-eight .hs_submit.hs-submit{
	text-align:center;
  margin: 30px auto 0;
}
.localised-home-section-eight .hs-button.primary.large{
	background-color:#0093D6;
  color:#fff;
  font-size: 15px;
  padding: 10px 30px;
}
.localised-home-section-eight .hs-button.primary.large:hover {
	background-color:#005EA0;
}
.localised-home-section-eight h3{
	text-align:center;
  color:#fff;
  margin:0px;
  font-size:24px;
  font-weight: 300;
  margin-bottom: 40px;
}

.localised-home-section-eight .legal-consent-container{
	color:#fff;
}
.localised-home-section-eight .legal-consent-container a{
	color:#fff;
}
.localised-home-section-nine .text-area{
	width: 70%;
  margin: 0 auto;
	display: block;
}
.localised-home-section-nine{ 
	background-color: #ececec;
  padding: 50px 0 40px;
}
.localised-home-section-nine h3{
	margin: 0px;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  color:#0095d7;
}
.localised-home-section-nine h4{
	font-size: 18px;
  text-align: center;
}
.localised-home-section-nine p{
	font-size:16px;
  text-align:center;
  font-weight:300;
}



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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color:#000;
    text-decoration:none;
    font-size:14px;
    padding: 10px 32px;
    font-weight:300;
}
li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > a {
    cursor: auto;
}
li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > a .hover-on {
    cursor: pointer;
}
@media(max-width: 1199px){
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 10px 24px;
  }
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(4) > ul {
    padding-right: 50px !important;
}
.custom-menu-primary .left{
    width:50%;
    float:left;
}
.custom-menu-primary .right{
    width:50%;
    float:left;
}

.single.hs-menu-children-wrapper{
background-color:#0093d6;
width: auto;
padding:20px !important;
left:20px !important;
}

.hs-menu-children-wrapper{
padding:0px !important;
}
.hs-menu-children-wrapper .title{
    color:#fff;
    font-size:16px;
    padding-bottom: 10px;
    margin-bottom:10px;
    display: block;
    border-bottom:1px solid #fff;
    width: 90%;
}
.hs-menu-children-wrapper li a{
    color:#fff;
    text-decoration:none ;
    font-weight:300;
    padding:5px 0;
}
.custom-menu-primary{
    padding-top:26px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
	color:;
}

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

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
}
/*** Mega menu ***/
a.unique-cta-image-link img{
	width: 200px;
}
.hs-menu-item .cta_button img {
    max-width: 200px;
}
ul.hs-menu-children-wrapper.mega-menu-bg:after {
    box-shadow: 0 4px 4px 0px rgba(0,0,0,0.1);
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  z-index: 999;
}
/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:992px) {
    .free-trial-header .site-logo {
      position: relative; 
    }
    .site-logo {
      z-index: 5x;
      position: absolute; 
    }
    .custom-menu-primary .hs-menu-wrapper {
        display:block !important;
    }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        height: 73px;
        text-align: center;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
				border-bottom: 4px solid #0093d6;
    }
    /** Mega Menu ***/
  	.row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
        position: unset;
    }
  	.row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper {
			visibility: visible;
      opacity:1;
      position: relative;    	
    	right: unset;
	
      width: 100%;
      top: unset !important;
      left: unset !important;
      padding: 0 !important;
  }
  .mega-menu-wrap > li{
          display: inline-block !important;
    float: left;
    margin: 0;
    padding-right: 0 !important;
    width: 50% !important;
    white-space: unset;
  }
  .hs-menu-flow-horizontal.flyouts > ul li.hs-menu-depth-2.hs-item-has-children > a {
      font-weight: bold;
/*     	cursor: unset; */
  }
  .mega-menu-wrap > li.hs-item-has-children {
    padding: 28px 40px;
}
  
  ul.hs-menu-children-wrapper.mega-menu-bg {
    width: 410px;
    background-color: white;
    box-shadow: inset 0px 2px 13px #0000000f;
    margin-top: 0;
  }
  .mega-menu-bg .hs-menu-children-wrapper {
    background-color: white;
  }
  .mega-menu-wrap {
      width: 100%;
      margin-left: auto;
  }
  .mega-menu-wrap li a {
    color: #333;
  }
  .mega-menu-wrap li li a {
  	color: #0093d6;
  }
  .mega-menu-wrap li li a:hover,
  .mega-menu-wrap li li a:active {
    color: #001f2b;
}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  		height: 73px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
      font-size: 14px;
      padding-top: 10px;
  }
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:992px) {
  
  .custom-menu-primary {
    width: 84% !important;
    height: 91px;
  }
    .es-menu .custom-menu-primary,
  .gr-menu .custom-menu-primary {
    width: 74.358974359% !important;
    height: 91px;
  }
  
    .fr-menu .custom-menu-primary,
  .de-menu .custom-menu-primary {
    width: 82.905982906% !important;
    height: 91px;
  }
  
  .fr-menu .header-menu-desktop .row-fluid .span2,
  .de-menu .header-menu-desktop .row-fluid .span2 {
    width: 14.529914530000001%;
    float: right;
    margin-left: 2.564102564% !important;
}
  
  .free-trial-header .site-logo {
    position: relative; 
  }
  .site-logo {
    z-index: 5x;
    position: absolute; 
  }
  .custom-menu-primary .hs-menu-wrapper {
    display: block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    border-bottom: 4px solid #0093d6;
  }
  /** Mega Menu ***/
  .row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
    overflow: hidden;
    /* position: unset; */
  }
  .row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover {
    overflow: visible;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    color: #000;
    font-family: 'FontAwesome' !important;
    content: '\f078';
    font-size: 10px;
    display: inline-block; 
    height: 20px; 
    margin: 3px 0 0 0;
    padding-left: 10px;
    position: absolute;
    width: 20px;
      top: 7px;
  }
  .o-section-menu-hero:hover .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after,
  .sticky-header .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after { 
    color: #000;
  }
  .row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper { 
    visibility: visible;
    opacity:1;
    position: relative;    	
    right: unset;
    width: 100%;
    top: unset !important;
    left: unset !important;
    padding: 0 !important;
  }
  .mega-menu-wrap > li {
    display: inline-table;
    padding-right: 40px;
    vertical-align: top;
    text-align: left;
  }
  .mega-menu-wrap { }
.mega-menu-wrap > li {  
  display: inline-block !important;
  float: left;
  margin: 0;
  padding-right: 0 !important;
  width: 50% !important; 
  white-space: unset;
}
.mega-menu-wrap > li > a {  
  display: inline-block; 
  white-space: unset; 
}
.mega-menu-wrap > li > ul > li {
  width: 100%; 
}
.mega-menu-wrap > li > ul > li > a {    
  white-space: unset; 
}
.mega-menu-wrap > li > ul > li.hs-menu-depth-3 { 
  display: block;
}
.mega-menu-wrap > li > ul > li.hs-menu-depth-3 a {
  white-space: normal !important;
}
.mega-menu-wrap > li > ul > li > a > span.menu-description {
  clear: both;
  display: block;
  font-size: 11px;
  float: left; 
  margin-bottom: 5px;
  /* word-wrap: normal; */
 /* word-break: break-all;
  word-wrap: break-word;
  -ms-word-wrap: break-word;*/
  width: 100%; 
  font-weight: 400;
}
.mega-menu-wrap > a.cta_button, 
.mega-menu-wrap > a.cta_button img {
  padding: 0 !important;
}
.mega-menu-wrap .hs-menu-item .cta_button img {
        width: 100% !important;
    height: auto !important;
}
.mega-menu-wrap > li > ul > li {
  overflow: auto;
  /* padding: 0 10px 0 0; */
  padding: 0;
  width: 100%; 
}
.mega-menu-wrap > li > ul > li > a { }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.active-branch > a {
    border-bottom: 4px solid #0093d6 !important;
    color: #001f2b;
    font-weight: 700;
  }
  
  .footer-menu-column .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.active-branch > a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0px;
    text-decoration: none;
    border-bottom: none !important;
  }
  
  
  .mega-menu-wrap > li > ul > li > a > span.menu-description {
    clear: both;
    display: block;
    font-size: 11px;
    float: left;
    margin-bottom: 5px;
    /* word-wrap: normal; */
    width: 100%;
    font-weight: 400;
    color: #333;
}
  /*.mega-menu-wrap > li.hs-item-has-children {
    padding: 28px 40px;
  }
  .hs-menu-flow-horizontal.flyouts > ul li.hs-menu-depth-2.hs-item-has-children > a {
    font-weight: bold;
  }
  ul.hs-menu-children-wrapper.mega-menu-bg { 
    background-color: white;
    box-shadow: inset 0px 2px 13px #0000000f;
    margin-top: 0;
  }
  .mega-menu-bg .hs-menu-children-wrapper {
    background-color: white;
  }
  .mega-menu-wrap {*/
    /* width: 55%; */
  /*  width: 100%;
    margin-left: auto;
  }
 /* .mega-menu-wrap li a {
    color: #333;
  }
  .mega-menu-wrap li li a {
    color: #0093d6;
  }
  .mega-menu-wrap li li a:hover {
    color: #001f2b;
  }
  .mega-menu-wrap li li.active-branch a{
    color: #001f2b;
    font-weight: 700;
  }
  .mega-menu-wrap .menu-description {
    color: #333;
  }
  .mega-menu-wrap .right-col {
    color: #0093d6;
  }
  .mega-menu-wrap .right-col:hover {
    color: #001f2b;
  }*/
    
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    height: 73px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 14px;
    padding-top: 0;
  }
    .mega-menu-wrap li li.active-branch a {
    color: #001f2b;
    /* font-weight: 700; */
}
  
}


/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can
 * use this for custom styling on any element when the menu is in the open position.
 */

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

@media (max-width: 991px){


    /* Variables
       ========================================================================== */

         /* Set Mobile Menu Background Color */
            /* Set Link Color */
       /* Set Link Hover Color */

    /*
      * Menu Reset
      *
      * Remove styling from desktop version of custom-menu-primary. Place any
      * additional CSS you want removed from the mobile menu in this reset
      * 
      */
  
  	.header-container {
      box-shadow: 1px 2px 3px #0000002b; 
		}
  	.header-container .logo {
				padding-left:20px;
      	padding-right:20px;
    }
    .custom-menu-primary,
    .custom-menu-primary .hs-menu-wrapper > ul,
    .custom-menu-primary .hs-menu-wrapper > ul li,
    .custom-menu-primary .hs-menu-wrapper > ul li a{
        display: block;
        float: none;
        position: static;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        padding: 0px;
        margin: 0px;
        background-image: none;
        background-color: transparent;
        border: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow:    none;
        box-shadow:         none;
        max-width: none;
        width: 100%;
        height: auto;
        line-height: 1;
        font-weight: normal;
        text-decoration: none;
        text-indent: 0px;
        text-align: left;
    		color:#ffffff;
        }

        .header-container .buttons {
            padding: 20px;
        }


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

    .mobile-trigger{
        display: inline-block !important; /* Show button on mobile */
        cursor: pointer; /* Mouse pointer type on hover */
        position: absolute; /*******************************************/
        top: -38px;          /* Position Button at right of screen  */
        right: 20px;        /*******************************************/
        width: auto; /* Button width */
        height: auto; /* Button height */
        padding: 7px 0 8px 10px;
        background: transparent;
        border: inherit;
        font-size: 16px;
        font-weight: normal;
        text-align: left;
        text-transform: uppercase;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    		color: #0093d6;
    }
    .mobile-trigger:hover{
        text-decoration: none; /* Removes link text underline on button */
        color:#ffffff;
        border-color: transparent;
    }

    /* Change button when menu is open */
    .mobile-open .mobile-trigger{
        color:#ffffff;
        border-color: transparent;
      	background-image: url(https://3988515.fs1.hubspotusercontent-na1.net/hubfs/3988515/OTA-Live-Files/ota-icons/ota-close.svg?t=1542201360592);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #e9530e;
        height: 30px;
    		width: 35px;
    }
    .mobile-open .mobile-trigger i {
				display: none;
    }
    .header-container .buttons {
				display: none;
    }
    .mobile-open .header-container .buttons{
				display: block;
    }
	
    /* Toggle Button Icon
       ========================================================================== */

    .mobile-trigger i{
        display: inline;
        position: relative;
        top: -4px;
    }
    .mobile-trigger i:before, .mobile-trigger i:after{
        position: absolute;
        content: '';
    }
    .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
        width: 30px; /* Icon line width */
        height: 3px; /* Icon line height */
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        background-color: #e9530e; /* Icon color */
        display: inline-block;
    }
    .mobile-trigger i:before{
        top: -6px; /* Position top line */
    }
    .mobile-trigger i:after{
        top: 6px; /* Position bottom line */
    }

    .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,
    .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #0093d6; /* Icon color */
    }


    /* Child Toggle Button
       ========================================================================== */

    .child-trigger{
        display: block !important;
        cursor: pointer;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 55px !important;
        min-width: 55px !important;
        height: 45px !important;
        padding: 0 !important;
    }
    .child-trigger:hover{
        text-decoration: none;
    }
    .child-trigger i{
        position: absolute;
        top: 50%; /* Centers icon inside button */
        right: 25px;
        margin: 0 auto !important;
    }
    .child-trigger i:after{
        position: absolute;
        content: '';
    }
    .child-trigger i, .child-trigger i:after{
        width: 10px; /* Icon line width */
        height: 1px; /* Icon line height */
    		background-color: #333; /* Icon color */
    		display: block;
    }
    .child-trigger i:after{
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .child-trigger.child-open i:after{
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .child-trigger.child-open i{
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }


    /* Menu Styles on Mobile Devices
       ========================================================================== */

    .custom-menu-primary.js-enabled{
        position: relative;
        padding-top: 0px; /* Makes room for button */
        margin: 10px 0 10px 0;
    }

    /* Hide menu on mobile */
    .custom-menu-primary.js-enabled .hs-menu-wrapper,
    .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
        display: none;
      	width: 100%;
    		padding: 0 !important;
    }
    ul.single.hs-menu-children-wrapper{
        left: 20px;
    }


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

    /* Mobile Menu Styles */
    .custom-menu-primary.js-enabled .hs-menu-wrapper{
        width: 100%;
        position: relative; /**************************************************************/
        top: 10px;             /* Positions the menu to drop from the very top of the screen */
        left: 0;          /**************************************************************/
        padding: 0;
    }
    .custom-menu-primary .hs-menu-wrapper{
        width: 100%; /* Full screen width */
    }

    /* Level 1 Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul > li{
        position: relative;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li a{
        font-size: 16px; /* Font size of top level list items */
        line-height: 30px;
        overflow: visible;
    }

    /* Level 1 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul li{
       /* border-top: 1px solid rgba(255, 255, 255, .35);  Adds transparent dark highlights to top of top level list items */
    }
    .custom-menu-primary .hs-menu-wrapper >  ul li a{
        padding: 0 10px;
    		color: #333; /* link color set by global mobile-aColor variable */
        text-align: center;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    		color: #333; /* link hover color set by global mobile-aColorHover variable */
    }

    /* Level 2 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul li{
        background-color: #f7f7f7;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        text-indent: 10px; /* Indent Child lists */
        font-size: 16px; /* Font size of child lists */
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 1px solid #f7f7f7;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a {
      border-bottom: 1px solid #e4e4e4;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children {
        background: #f7f7f7a6;
    }
    /* Level 3 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
        text-indent: 30px; /* Indent Child lists */
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
        text-indent: 50px; /* Indent Child lists */
    }
    .header-container-wrapper .container {
				padding:0;
    }
}

/* ==========================================================================
    TEMPLATE MODULE SELECTORS
   ========================================================================== */

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


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

/* Blog Post */
body.hs-blog-post {}

/* Blog Listing */
body.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* Blog Content Column
   ========================================================================== */

.blog .blog-content {}

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

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

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

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

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

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

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

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

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

/**
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping
 */

.hs-blog-social-share {
    padding: 10px 0 0 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    height: auto;
}

/**
 * Blog Commments
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

#comments-listing {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
.comment {
    margin: 10px 0;
    border-top: 1px solid #ccc;
    padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

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

/**
 * Blog Author Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

/**
 * Blog All Posts Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

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




/* ==========================================================================
   Forms
   ========================================================================== */


/* All Global Forms
   ========================================================================== */

/* Form Field */
body .hs-form-field {}

/* Descriptions */
body .hs-field-desc {}

/* Labels */
body label {}
body .hs-form-field > label {}

/* One Line Inputs */
body input[type="text"],
body input[type="password"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="date"],
body input[type="month"],
body input[type="time"],
body input[type="week"],
body input[type="number"],
body input[type="email"],
body input[type="url"],
body input[type="search"],
body input[type="tel"],
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    width: 100%;
font-family: 'proxima-nova',sans-serif;
font-size: 13px;
}

body input[type="text"]:focus,
body input[type="password"]:focus,
body input[type="datetime"]:focus,
body input[type="datetime-local"]:focus,
body input[type="date"]:focus,
body input[type="month"]:focus,
body input[type="time"]:focus,
body input[type="week"]:focus,
body input[type="number"]:focus,
body input[type="email"]:focus,
body input[type="url"]:focus,
body input[type="search"]:focus,
body input[type="tel"]:focus,
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {}

/* Separate Styles for Multiple Line Inputs */
body textarea {}
body textarea:focus {}

/* Separate Styles for Drop Downs */
body select {}
body select:focus {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
    list-style: none;
    padding: 0;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}

/* Required */
body input:focus:required:invalid,
body textarea:focus:required:invalid,
body select:focus:required:invalid {}

body input:focus:required:invalid:focus,
body textarea:focus:required:invalid:focus,
body select:focus:required:invalid:focus {}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
    /* color: #555;
    opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
    /* color: #555;
    opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
    /* color: #555;
    opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
    /* color: #555;
    opacity: 1; */
}

/* Country Code Styling */
.hs-input.hs-fieldtype-intl-phone {
    min-width: 100%;
  margin-bottom: 15px;
}
.hs-fieldtype-intl-phone.hs-input .hs-input {
    margin-bottom: 10px;
}

/* Form Module
   ========================================================================== */

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

/* Descriptions */
.hs_cos_wrapper_type_form .hs-field-desc {}

/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"],
.hs_cos_wrapper_type_form input[type="datetime"],
.hs_cos_wrapper_type_form input[type="datetime-local"],
.hs_cos_wrapper_type_form input[type="date"],
.hs_cos_wrapper_type_form input[type="month"],
.hs_cos_wrapper_type_form input[type="time"],
.hs_cos_wrapper_type_form input[type="week"],
.hs_cos_wrapper_type_form input[type="number"],
.hs_cos_wrapper_type_form input[type="email"],
.hs_cos_wrapper_type_form input[type="url"],
.hs_cos_wrapper_type_form input[type="search"],
.hs_cos_wrapper_type_form input[type="tel"],
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus,
.hs_cos_wrapper_type_form input[type="datetime"]:focus,
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus,
.hs_cos_wrapper_type_form input[type="date"]:focus,
.hs_cos_wrapper_type_form input[type="month"]:focus,
.hs_cos_wrapper_type_form input[type="time"]:focus,
.hs_cos_wrapper_type_form input[type="week"]:focus,
.hs_cos_wrapper_type_form input[type="number"]:focus,
.hs_cos_wrapper_type_form input[type="email"]:focus,
.hs_cos_wrapper_type_form input[type="url"]:focus,
.hs_cos_wrapper_type_form input[type="search"]:focus,
.hs_cos_wrapper_type_form input[type="tel"]:focus,
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {}

/* Separate Styles for Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea {}
.hs_cos_wrapper_type_form textarea:focus {}

/* Separate Styles for Drop Downs */
.hs_cos_wrapper_type_form select {}
.hs_cos_wrapper_type_form select:focus {}

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


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

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

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

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

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

/* Error */
body .hs-common-error-message {}


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

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

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

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


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

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

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


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

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}
body form.hs-form fieldset { max-width: none; }
body .md-form form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
body .md-form form.hs-form fieldset[class*="form-columns"] .input { 
  margin-right: 0; 
  padding-left: 15px;
  padding-right: 15px;
}
body .md-form form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
body .md-form form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
body .md-form form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }
body .md-form form.hs-form .legal-consent-container {
	  padding-left: 20px;
    padding-right: 15px;
}
@media (max-width: 400px) {
    body form.hs-form fieldset .hs-form-field { padding: 0; }
    body form.hs-form fieldset.form-columns-3 .hs-form-field,
    body form.hs-form .form-columns-2 .hs-form-field .hs-input,
    body form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
    body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}
body form.hs-form .hs_submit .hs-submit {
    padding-left: 20px;
    padding-right: 0px;
    padding-top: 20px;
}
body .md-form form.hs-form .hs_submit {
	padding: 20px
}
body .md-form form.hs-form .hs_submit .hs-button,
body .password_form .hs-button {
  	height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #0093D6;
    color: #fff;
    border: 0;
    outline: 0 none;
  	text-transform: none;
    box-shadow: 8px 8px 21px -5px rgba(0, 0, 0, .25);
      -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
body .md-form form.hs-form .hs_submit .hs-button:hover,
body .password_form .hs-button:hover {
    background-color: #005EA0;
}
body .md-form form.hs-form .hs_submit .hs-button,
body .password_form .hs-button {
    border-radius: 5px;
}
body .md-form-content-switcher form.hs-form .hs_submit .hs-button {
    width: 100%;
}
body form.hs-form .hs_submit .hs-button:hover {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, .25);
}
/* GDPR Forms
   ========================================================================== */

.footer-sign-up .legal-consent-container p {
	color: #fff;
}

legend.hs-field-desc {
	margin-bottom: 10px;
  padding: 0 15px;
}

input[name="market_insight_waiting_list"] {
  float: left;
  margin-right: 10px;
}

input[name="market_insight_waiting_list"] + span {
  font-size: 13px;
}

.form .hs-form .legal-consent-container p {
  color: #333;
}

.hs-form .legal-consent-container p {
	font-size: 13px;
  font-weight: normal;
  padding: 0;
}
.hs-form .legal-consent-container a {
	font-size: 13px;
  font-weight: normal;
  padding: 0;
  color: #bdbdbd;
}

.hero-bg-img .form form input,
.hero-bg-img .form form textarea,
.hero-bg-img .form form select {
  border: 1px solid #dadada;
}

.legal-consent-container .hs-form-booleancheckbox {
	overflow: hidden;
}

.legal-consent-container .hs-form-booleancheckbox input {
	float: left;
  margin-right: 7px;
}

.legal-consent-container .hs-form-booleancheckbox span p {
	float: left;
  width: 90%;
}

@media (max-width: 992px) {
  .legal-consent-container .hs-form-booleancheckbox span p {
  	width: 85%;
  }
}




/* ==========================================================================
   Buttons
   ========================================================================== */


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
font-family: 'proxima-nova',sans-serif;
font-size: 13px;
text-decoration: none !important;
}

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

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


/* Form Module Button
   ========================================================================== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* Blog Comment Button
   ========================================================================== */
#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* Blog Subscription Button
   ========================================================================== */
#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* Google Search Button
   ========================================================================== */
.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* CTA Buttons
   ========================================================================== */

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


/* ==========================================================================
   Email Preferences & Unsubscribe
   ========================================================================== */

.email-preferences,
.email-unsubscribe,
.email-feedback {
    font-family: "proxima-nova", sans-serif;
}

.email-unsubscribe,
.email-feedback {
    text-align: center;
}

.email-preferences .page-header {
    display: flex;
    flex-direction: column;
    font-family: "proxima-nova", sans-serif;
    padding-bottom: 40px;
}

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

.email-preferences .page-header h1,
.email-unsubscribe .page-header h1 {
    background-color: #0092D4;
    color: #fff;
    font-weight:800;
font-size:48px;
line-height: 63px;
    margin: 0;
    padding: 40px 0;
    text-align: center;
}

.email-preferences .page-header h1 {
    order: -2;
}

.email-preferences .page-header h2,
.email-preferences .page-header h3,
.email-preferences .page-header p {
    text-align: center;
}

.email-preferences .page-header h2,
.email-preferences .page-header p {
    font-size: 16px;
}

.email-unsubscribe-message {
  font-size: 16px !important;
  margin: 15px 0 !important;
}

.email-preferences .page-header h3,
.email-unsubscribe h3,
.email-feedback-title {
    color: #0092D4;
    font-size: 18px;
    font-weight: normal;
    margin-top: 40px;
    text-transform: uppercase;
}

.email-preferences .page-header h3 {
    order: -1;
}

.email-feedback-title {
    margin-top: 20px;
}

.email-feedback p {
    font-size: 16px;
}

.email-feedback .form-title {
    margin: 0;
}

.email-feedback textarea {
    background-color: #dadada;
    border: none;
    min-height: 250px;
}

.email-preferences .email-prefs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1260px;
    padding: 20px 20px 30px;
    position: relative;
}

.email-preferences .email-prefs:before {
    content: "";
    background-color: #dadada;
    width: 100vw;
    position: absolute;
    margin-left: -50vw;
    height: 100%;
    margin-top: -20px;
    left: 50%;
    z-index: -999;
}

.email-preferences .email-prefs .header {
    font-size: 16px;
    text-align: center;
    width: 100%;
}

#email-prefs-form strong {
		display: block;
  	text-align: center;
}

.email-preferences .email-prefs h3 {
    color: #0093d6;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}

.email-preferences .email-prefs .item {
    display: block;
    margin-bottom: 0;
    width: 100%;
}

.email-preferences .email-prefs .fakelabel span {
    color: #0093d6;
    font-size: 14px;
    font-weight: normal;
}

.email-preferences .email-prefs .item:nth-of-type(even) {
    margin-right: 0;
}

.email-preferences .email-prefs .item:nth-of-type(5),
.email-preferences .email-prefs .item:nth-of-type(6),
.email-preferences .email-prefs .item:nth-of-type(7) {
    display: none; /* Hide from template */
}

.email-preferences .email-prefs .item-inner {
    background-color: #fff !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 30px;
    width: 100%;
}

.email-preferences .subscribe-options {
    background-color: #fff;
  	border-radius: 4px;
    clear: both;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 30px;
    width: 100%;
}

.email-preferences .subscribe-options .header {
    font-size: 14px;
    margin-left: 18px;
    order: 1;
    text-align: left;
}

.email-preferences .subscribe-options label {
    margin: 0;
}

.email-preferences .subscribe-options label span {
    color: #0093d6;
    font-weight: normal;
    margin-left: 4px;
    position: relative;
    top: 1px;
}

.email-preferences .subscribe-options input[type="checkbox"] {
    margin: 0;
}

.email-unsubscribe #content {
    display: flex;
    flex-direction: column;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 20px 40px;
}

.email-preferences .hs-button,
.email-unsubscribe .hs-button,
.email-feedback .hs-button {
    background-color: #0093D6;
    border: none;
    border-radius: 4px;
    color: #fff;
    display: block;
    margin: 0 auto;
    outline: none;
    padding: 12px 20px;
    text-align: center;
    text-transform: uppercase;
}
.email-preferences .hs-button:hover,
.email-unsubscribe .hs-button:hover,
.email-feedback .hs-button:hover {
    background-color: #005EA0;
}

.email-unsubscribe .hs-button {
    order: 1;
}

.email-feedback .hs-button {
    margin-top: 10px;
}

.email-preferences .hs-button:hover,
.email-unsubscribe .hs-button:hover{
    background-color: #005EA0;
}

.email-copyright {
    background-color: #dadada;
    padding-bottom: 30px;
    text-align: center;
}

.email-copyright p {
		margin: 0;
  	padding: 15px 0;
}

.email-unsubscribe-copyright {
    text-align: center;
}

.email-feedback {
    float: none !important;
    margin: 0 auto !important;
    max-width: 1260px;
    padding: 0 20px 40px;
}

/* Email Unsubscribe Social */
.email-unsubscribe-social {
    background-color: #dadada;
    font-family: "proxima-nova", sans-serif;
    padding: 40px 0;
}

.email-social-wrapper {
    margin: 0 auto;
    max-width: 1260px;
    text-align: center;
}

.email-social-wrapper h3 {
    color: #0093d6;
    font-size: 20px;
    font-weight: normal;
}

.email-social-wrapper span {
    font-size: 16px;
    font-weight: normal;
}

.email-social-icons {
    padding: 0;
}

.email-social-icons li {
    display: inline-block;
    list-style:; none;
    margin: 0 5px;
}

.email-social-icons img {
    width: 40px;
    height: auto;
}



@media (max-width: 767px) {
    .email-preferences .page-header p {
        margin: 0 20px;
    }

    .email-preferences .email-prefs .item {
        margin-right: 0;
        width: 100%;
    }

    .email-preferences .email-prefs .item-inner {
        padding: 20px 10px;
    }

    .email-preferences .subscribe-options {
        padding: 20px 10px;
    }

    .email-preferences .subscribe-options .header {
        width: auto;
    }
}



/* ==========================================================================
   French Site Specific Styling
   ========================================================================== */

.fr-home-section-seven {
    display: none !important; /* Remove links to Resource Centre on French site */
}


/* ==========================================================================
   Spanish Site Specific Styling
   ========================================================================== */

.es-home-section-seven {
    display: none !important; /* Remove links to Resource Centre on Spanish site */
}


/* ==========================================================================
   Language Sites Navigation and Buttons fix
   ========================================================================== */

.lan-buttons .trial,
.lan-buttons .login {
    width: auto;
}

.lan-buttons .trial a,
.lan-buttons .login a {
    font-size: 14px;
}


/* ==========================================================================
   Language IP Modal
   ========================================================================== */

.language-modal {
    background-color: #00232c;
    color: #fff;
    display: none;
    margin: auto;
    padding: 40px 25px;
    position: fixed;
    top: 200px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    width: 600px;
    z-index: 9999;
}

.language-close {
    cursor: pointer;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.language-close:before {
    content: "";
    background-image: url(https://www.otainsight.com/hubfs/Language%20IP/close-icon-@2x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    display: block;
    height: 16px;
    width: 16px;
}

.language-blocks {
    margin: 20px 0;
}

.language-modal h3 {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
}

.language-modal h3 span {
    font-weight: bold;
}

.language-modal p {
    font-size: 13px;
    font-weight: 300;
    margin: 0;
}

.language-modal span {
    font-weight: bold;
}

.language-options {
    margin: 20px 0;
}

.language-modal .block {
    background-color: #fff;
    border-radius: 4px;
    display: inline-block;
    margin-right: 15px;
    padding: 15px 30px;
    text-decoration: none;
}

.language-modal .block:last-child {
    margin-right: 0;
}

.language-modal .block span {
    color: #00232c;
    display: block;
    font-size: 15px;
    font-weight: normal;
    padding-top: 10px;
}

.language-options img {
    width: 40px;
}

.language-select select {
    border: none;
    height: 36px;
    margin-top: 15px;
    width: 320px;
}


/* Language Dropdown */
.language-dropdown {
  background: #fff;
  border-radius: 4px;
	margin: 20px auto 0;
  padding: 5px;
  width: 70%;
}

.language-dropdown__toggle {
  color: #aaa;
  cursor: pointer;
	display: inline-block;
  font-family: "Proxima-Nova", sans-serif;
  font-weight: normal;
  width: 100%;
}

.language-dropdown__content {
	display: none;
  list-style: none;
  margin: 8px 0;
  padding: 0;
}

.language-dropdown__content.visible {
	display: block;
}

.language-dropdown__content li {
  margin-bottom: 10px;
  padding: 0 5px;
	text-align: left;
}

.language-dropdown__content li img {
  margin-right: 10px;
	width: 24px;
}

.language-dropdown__content a {
  color: #00232c;
  display: block;
  line-height: 24px;
	text-decoration: none;
}

.language-dropdown__content a:hover {
	background: none;
  color: #00232c;
}

/*** END LP Disable menu JS on scroll ***/
@media (max-width: 767px) {
    .language-modal {
        bottom: 10%;
        overflow-y: scroll;
      	overflow-x: hidden;
        width: 360px;
    }

    .language-modal .block {
        display: block;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .language-modal br {
        display: none;
    }

    .language-options img {
        display: inline-block;
    }

    .language-modal .block span {
        display: inline-block;
        padding-top: 0;
        padding-left: 10px;
        position: relative;
        top: -8px;
    }
}

@media (max-width: 420px) {
    .language-modal {
        padding: 40px 15px 15px;
        width: 300px;
    }

    .language-modal h3 {
        font-size: 16px;
    }
}



/* ==========================================================================
   Rounded corners
   ========================================================================== */

.founders img {
    border-radius: 4px 4px 0 0;
}

.about-section-six .text {
    border-radius: 0 0 4px 4px;
}



.top-icons-float{
	float:right;
}


/* ==========================================================================
   MOBILE MEDIA QUERIES
   ========================================================================== */
@media (max-width: 1260px) {
    .about-section-four {
        padding: 0 20px;
    }
}

@media (min-width: 1166px) and (max-width: 1250px) {
    .customer-section-three .left h3 {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 1165px) {
    .display-flex .span6 {
        width: 50%;
    }
    .customer-section-three .left h3 {
        font-size: 16px;
    }
}
@media (max-width: 1200px) {
    .container{padding:0 20px;}
    .customer-section-three .left img{width: 40px;}
    .customer-section-three .left {
        padding: 15px;
    }
    .home-blog-sub .hs-form-field {
				width: 28%;
    }
}
@media (max-width: 1166px) {
    .customer-section-three .left img{width:25%;}
    .customer-section-three .left h4{display: block; padding:8px 0 0;}
    .customer-section-three .left p{display: block; padding:0px;}
}
@media (max-width: 1024px) {
    .solutions-section-two a{width:35%;}
    .home-section-two h4 a{width:30%;}
    .careers-header a{width:25%;}
    .career-section-four a{width: 25%;}
}

@media (max-width: 991px) {
  .home-new-blog-import .threeblog .hs-rss-item {
        margin-bottom: 20px;
  }
      .display-flex .row-fluid {
        min-height: 235px;
    }

    .pricing-table {
        width: 96%;
    }

    .home-section-four .left h4 a,
    .home-section-four .right h4 a {
        padding: 10px 20px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {padding: 10px 8px;}
  	.en-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {padding: 10px 8px;}
  	.spanish-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {padding: 10px 0px; font-size:14px;}

    .home-section-six .speachmarks .left img{left:190px;}
    .home-section-six .speachmarks .right img{right:190px;}

    .soloutions-header h1{font-size: 38px; width:100%;}

    .header-container .logo {
        width: 100%;
    }
    .error h2{width:100%;}
    .home-header {
      padding-top: 140px;
      padding-bottom: 80px;
    }
  .home-header h1{
  	width:100%;
  }
  .home-blog-sub .legal-consent-container {
        position: relative;
        top: inherit;
        left: inherit;
        display: inline-block;
    }
  .home-blog-sub .hs-button.primary {
      padding-left: 5%;
      padding-right: 5%;
  }
  .home-blog-sub .hs-form-field {
  		width: 100%;
  }
  .localised-home-section-six .text{
  	padding: 13px 20px;
  }
  .localised-home-section-six {
    padding: 40px 0;
	}
  .localised-home-section-seven .equal-space {
    padding: 40px 0;
	}
  .localised-home-section-eight{
  	padding: 40px 0;
    margin-top: 20px;
  }
  .localised-home-section-nine{
  	padding: 50px 0 30px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .resource-section-three .blogarea .one {min-height: 565px;}
    .resource-section-three .blogarea .one img {height: 147px;}
}

@media (min-width: 768px) and (max-width: 1023px) {
    .resource-section-three .blogarea .one {min-height: 662px;}
    .resource-section-three .blogarea .one img {height: 107px;}

    .home-section-four .left,
    .home-section-four .right {
        padding: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .career-section-four .text {
        display: flex;
        align-items: center;
        min-height: 133px;
    }
}


@media (min-width: 768px) {
    .activemd{display:block !important;}
    .activesm{display:none !important;}
}
@media (max-width: 767px) {

    .home-section-two h4 a{width:40%;}
    .home-section-five h5 a{width:32%;}
    .home-section-seven .icons{width:100%;}

    .twoblog .feedreader_box, .threeblog .feedreader_box{display: inherit;}


    .single-property-four .threesections{width:100%;}
    .single-property-four a{width:30%;}
    .single-property-five a{width:30%;}

    .pricing-header a{width:30%;}
    .about-section-five .threesections{width:100%;}
    .about-section-five a{width:50%;}
    .about-section-six .founders{width:100%;}
    .customer-section-six h6 a{width:50%;}

    .stories-header a{width:27%;}
    .stories-section-four .threesections{width:100%;}
    .partnership-header a{width:50%;}
    .partnership-section-two a{width:50%;}
    .stories-section-four .threesections{width:100%;}
    .partnership-section-six a{width:25%;}
    .careers-header a{width:25%;}
    .career-section-four a{width:25%;}
    .contact-section-four h5 a{width:100%;}
    .contact-section-six a{width:30%;}
    .contact-section-seven .icons{width:100%;}

    .home-section-four .left,
    .home-section-four .right {
        padding: 20px;
    }

    .wow {visibility: visible !important;-webkit-animation: none !important; -moz-animation: none !important; -o-animation: none !important; -ms-animation: none !important; animation: none !important;}
		
  	.top-icons-float{
			float:inherit;
		}
  

    .footer-container-wrapper .social{padding-bottom:20px;}

    .footer-container-wrapper .three,
    .footer-container-wrapper .four {padding-top:20px;}

    .footer-container-wrapper .bottomfooter img {width: 100%; display: block; padding-top: 10px;}

    .footer-container-wrapper .four p:last-child {
        padding-bottom: 30px;
    }


    .lp-header{padding:120px 0 60px}
    .lp-body{padding:40px 0;}
    .lp-body h2{text-align:center;}
    .lp-body img{display:block; margin:0 auto;}
    .lp-body .form{margin-top:40px;}

    .home-section-two .logos{width:100%;}
    .home-section-two h4 a{width:50%;}
    .home-section-six .speachmarks{display:none !important;}
    .home-section-six .owl-controls{display:none !important;}
    .home-section-four .left{margin-bottom:30px;}
    .home-section-seven h4 a{margin-bottom:20px;}
    .home-section-five p{padding-bottom:20px;}

    .product-item {
        flex-direction: column-reverse;
    }

    .product-text,
    .product-image {
        padding: 0;
        width: 100%;
    }

    .product-list {
        padding: 0;
    }

    .product-carousel .owl-prev { background-size: 40px !important;}
    .product-carousel .owl-next { background-size: 40px !important;}

    .product-carousel .owl-prev,
    .product-carousel .owl-next {
        width: 40px;
        height: 74px;
    }

    .soloutions-header{background-position:center center;}
    .soloutions-header h4{padding-top:40px;}
    .solutions-section-two{padding:40px 0;}
    .solutions-section-two a{width:45%;}
    .solutions-section-three{padding:40px 0;}
    .solutions-section-three h3, .solutions-section-four h3{padding-top:40px;}
    .solutions-section-four{padding:40px 0;}
    .solutions-section-four ul{padding-top: 0px; padding-bottom: 10px;}
    .solutions-section-four img{float:inherit; margin:0 auto; display:block;}
    .solutions-section-five{padding:40px 0;}
    .solutions-section-five img{float:inherit; margin:0 auto; display:block;}
    .solutions-section-five ul{padding-top:40px;}
    .solutions-section-six{padding:40px 0;}
    .solutions-section-six ul{padding-top: 0px; padding-bottom: 10px;}
    .solutions-section-six img{float:inherit; margin:0 auto; display:block;}
    .solutions-section-seven{padding:40px 0;}
    .solutions-section-seven img{float:inherit; margin:0 auto; display:block;}
    .solutions-section-seven ul{padding-top:20px;}
    .solutions-section-eight{padding:40px 0;}
    .solutions-section-eight h3{padding-top:0px;}

    .single-property h1{font-size: 38px; width:100%;}
    .single-property p{width:100%;}
    .single-property a{width:55%;}
    .single-property-two{padding:40px 0;}
    .single-property-two h3{padding-top:0px;}
    .single-property-three{padding:40px 0;}
    .single-property-four{padding:40px 0;}
    .single-property-five{padding:40px 0;}
    .single-property-five a{width:50%;}

    .contact-header h1{font-size: 38px; width:100%;}
    .contact-section-two{padding:40px 0;}
    .contact-section-four{padding:40px 0 0 0;}
    .contact-section-four img{width:100%;}
    .contact-section-four .one{margin-bottom:30px;}
    .contact-section-four .two{margin-bottom:30px;}
    .contact-section-four .three{margin-bottom:30px;}
    .contact-section-four h3{text-align:center;}
    .contact-section-four p{text-align:center;}
    .contact-section-four h5 a{margin:0 auto;}
    .contact-section-six{padding:40px 0;}
    .contact-section-six a{width:37%;}
    .contact-section-seven{padding:40px 0;}
    .contact-section-seven p{width:100%;}
    .contact-section-seven img{width:45%;}

    .thank-header{padding:40px 0;}
    .thank-header h1{width:100%;}
    .thank-section-two{padding:40px 0;}
    .thank-section-two p{width:100%;}


    .about-header{padding:40px 0; background-position:center center; }
    .about-header h1{font-size: 38px; width:100%;}
    .about-header a{width:40%;}
    .about-section-two{padding:40px 0;}
    .about-section-two h3{width:100%;}
    .about-section-two p{width:100%;}
    .about-section-three h3{margin-top:0px;}
    .about-section-three .text{min-height:inherit;}
    .about-section-three img{margin:0 auto; display:block; width:100%;}
    .about-section-three .one{margin-bottom:20px;}
    .about-section-three .two{margin-bottom:20px;}
    .about-section-three .three{margin-bottom:20px;}
    .about-section-five{padding:40px 0;}
    .about-section-five h4{width:100%;}
    .about-section-five h4{padding-bottom:0px;}
    .about-section-six .text{min-height:inherit;}
    .about-section-six .one{margin-bottom:20px;}
    .about-section-six .two{margin-bottom:20px;}
    .about-section-six img{width:100%;}
    .about-section-eight{padding-top:40px;}

    .stories-header{padding:40px 0;}
    .stories-header h1{width:100%;}
    .stories-header a{width:40%;}

    .stories-section-two{padding:40px 0;}
    .stories-section-four{padding:40px 0;}

    .partnership-header h1{font-size: 38px; width:100%;}
    .partnership-header a{width:35%;}
    .partnership-header h4{padding-top:10px;}
    .partnership-section-two{padding:40px 0;}
    .partnership-section-two h3{width:100%;}
    .partnership-section-two h5{margin-bottom:0px;}
    .partnership-section-two a {width:35%;}
    .partnership-section-three{padding:40px 0;}
    .partnership-section-three p{width:100%;}
    .partnership-section-three .boxone{margin-bottom:20px;}
    .partnership-section-three .boxtwo{margin-bottom:20px;}
    .partnership-section-three .boxthree{margin-bottom:20px;}
    .partnership-section-three .boxfour{margin-bottom:20px;}
    .partnership-section-four{padding:40px 0;}
    .partnership-section-four .one{margin-bottom:20px;}
    .partnership-section-four .two{margin-bottom:20px;}
    .partnership-section-four .three{margin-bottom:20px;}
    .partnership-section-six{padding:40px 0;}
    .partnership-section-six a{width:30%;}

    .careers-header h1{font-size: 38px; width:100%;}
    .careers-header a{width:35%;}
    .career-section-two{padding:40px 0;}
    .career-section-two h3{width:100%;}
    .career-section-two p{width:100%;}
    .career-section-three{padding:40px 0;}
    .career-section-three p{width:100%;}
    .career-section-three .one{margin-bottom:20px;}
    .career-section-three .two{margin-bottom:20px;}
    .career-section-four{padding:40px 0;}
    .career-section-four a{width:45%;}
    .career-section-four h5{margin-top:40px;}

    .currency-switcher {display: none;}
    .currency-switcher-mob {display: block;}

    .pricing-header h1{font-size: 38px; width:100%;}
    .pricing-header a{width:65%;}
    .pricing-section-two--desktop {display: none !important;}
    .pricing-section-two--mobile {display: block !important;}
  	.pricing-section-two.new {display: block !important;}
    .pricing-section-three a{width:50%;}

    .customer-header h1{font-size: 38px; width:100%;}
    .customer-header a{width:20%;}
    .customer-header h4{padding-top:0px;}
    .customer-section-two{padding:40px 0;}
    .customer-section-two p {width:100%;}
    .customer-section-three{padding:40px 0;}
    .customer-section-three .span5{width:100%;}
    .customer-section-three .span7{width:100%;}
    .customer-section-three .left .arrow img{display:none;}
    .customer-section-three .left h4{float:inherit; text-align:center;}
    .customer-section-three .left p{float:inherit; text-align:center;}
    .customer-section-three .left img{float:inherit; margin:0 auto; display:block;}
    .customer-section-three .left h3{text-align:center;}
    .customer-section-four{padding:40px 0;}
    .customer-section-four p{width:100%;}
    .customer-section-five img{margin:0 auto; display:block; width:60% !important;}
    .customer-section-five .span3{width:100%;}
    .customer-section-six{padding:40px 0;}
    .customer-section-six h6{margin-bottom:0px;}
    .customer-section-six h6 a{width:22%;}

    .customer-section-three .one .right{padding:20px;}
    .customer-section-three .two .right{padding:20px;}
    .customer-section-three .three .right{padding:20px;}
    .customer-section-three .four .right{padding:20px;}
    .customer-section-three .five .right{padding:20px;}
    .customer-section-three .six .right{padding:20px;}
    .customer-section-three .seven .right{padding:20px;}
    .customer-section-three .eight .right{padding:20px;}
    .customer-section-three .nine .right{padding:20px;}
    .customer-section-three .ten .right{padding:20px;}
    .customer-section-three .eleven .right{padding:20px;}
    .customer-section-three .tweleve .right{padding:20px;}
    .customer-section-three .thirteen .right{padding:20px;}
    .customer-section-three .fourteen .right{padding:20px;}
    .customer-section-three .fifthteen .right{padding:20px;}

    .event-body h2{padding-top:0px;}
    .events-three .one{margin-bottom:20px;}
    .events-three .two{margin-bottom:20px;}


    .home-header h1{ font-size: 38px; width:100%;}
    .home-section-three{padding:40px;}
    .home-section-four{padding:40px 0;}
    .home-section-five h5 a{width:40%;}
    .home-section-five{padding-bottom:40px;}
    .home-section-seven{padding:40px 0;}
    .home-section-seven p{width:100%;}
    .home-section-seven p{padding-bottom:20px;}

    .resource-header h1{ font-size: 38px; width:100%;}
    .resource-header h4{padding-top:0px;}
    .resource-header a{width:35%;}
    .resource-section-two{padding:40px 0;}
    .resource-section-two p{width:100%;}
    .resource-section-two .form form .form-columns-3{width:100%;}
    .resource-section-two .form form{width:100%;}
    .resource-section-three .span8{width:100% !important;}
    .resource-section-three .span4{width:100% !important;}
    .resource-section-three .feature .text{min-height:inherit;}
    .resource-section-three .span3{width:100% !important; float:inherit;}
    .resource-section-three .ebook img{width:100%;}
    .resource-section-three .ebook .text{min-height:inherit;}
    .resource-section-three .ebook .one{margin-bottom:20px;}
    .resource-section-three .ebook .two{margin-bottom:20px;}
    .resource-section-three .ebook .three{margin-bottom:20px;}

    .error .container .row-fluid{
        display: inherit;
        align-items: inherit;

    }
  
  .home-new-blog-import .span3 {
    width: 100%;
  }
  .home-new-blog-import .span6 {
    width: 100%;
  }
  .home-new-blog-import .featured-event .download-content {
    min-height: inherit;
  }
  .home-new-blog-import .threeblog .hs-rss-item.hs-with-featured-image .hs-rss-item-text{
    min-height: inherit;
  }

  .home-blog-sub .hs-form-field {
    width: 100%;
  }
  .home-our-products .box img{
    width:100% !important;
  }
  .localised-home-section-six{
  	padding:40px 0;
  }
  .localised-home-section-six .text{
  	padding:20px 20px;
  }
  .localised-home-section-seven .equal-space {
    padding: 30px 0;
	}

  .localised-home-section-eight{
    padding: 30px 0;
    margin-top: 30px;
  }
  .localised-home-section-nine{
  	padding: 30px 0 20px;
  }
  .localised-home-section-eight form{
	  width: 100%;
    margin: 0 auto;
	}
  .localised-home-section-nine .text-area{
  	width:100%;
  }
}

@media (max-width: 550px) {
    .lp-header h1{font-size:30px;}


    .home-section-two .col7{
        width: 32.333%;
        margin-right: 1%;
    }
    .home-section-two .col7:nth-child(3n) {
        margin-right: 0;
    }
    .home-section-two .col7:nth-child(3n+1) {
        clear:both;
    }
    .home-section-two img{width:90% !important;}
    .home-section-two .two img {padding-top: 20px;}

    .soloutions-header h1{width:100%;}
    .soloutions-header h4{padding-top:0px;}
    .solutions-section-two a{width:100%;}

    .single-property a{width:100%;}
    .single-property-two a{width:100%;}
    .single-property-three a{width:100%;}
    .single-property-four a{width:100%;}
    .single-property-five a{width:100%;}


    .contact-section-four h5 a{width:100%;}
    .contact-section-six a{width:100%;}


    .about-section-five a{width:100%;}

    .stories-header a{width:100%;}
    .stories-section-four a{width:100%;}

    .partnership-header a{width:100%;}
    .partnership-section-two a{width:100%;}
    .partnership-section-four a{width:100%;}
    .partnership-section-six a{width:100%;}


    .careers-header a{width:100%;}
    .career-section-four a{width:100%;}
    .career-section-three img{margin:0 auto; display:block;}

    .pricing-header a{width:100%;}
    .pricing-section-three{padding:40px 0;}
    .pricing-section-three a{width:100%;}


    .customer-header a{width:100%;}
    .customer-section-six h6 a{width:100%;}

    .events-three {width: 90%;}

    .home-section-two h4 a{width:100%;}

    .resource-header a{width:100%;}
    .resource-section-two .hs-form-field{width:100% !important;}
    .resource-section-two .form form .input{width:100% !important;}

    .resource-section-two .form form .actions input {width: 100%;}
}

@media (max-width: 992px) {
    .home-section-seven img {
        max-width: 100px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .home-section-seven .icons {
        width: 100%;
    }
}

@media (min-width: 640px) and (max-width: 767px) {
    .home-section-seven .icons .span3 {
        float: left;
        width: 25%;
    }
}

@media (min-width: 420px) and (max-width: 639px) {
    .home-section-seven .icons .span3 {
        float: left;
        width: 50%;
    }
}

@media (max-width: 499px) {

  .de .home-header h1 {
  	font-size: 40px;
  }

}


/* ==========================================================================
GDD STYLE OTA INSIGHTS
========================================================================== */
/*** Font **
@font-face{font-family:proxima-nova;src:url(https://use.typekit.net/af/71f83c/00000000000000003b9b093b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"),url(https://use.typekit.net/af/71f83c/00000000000000003b9b093b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"),url(https://use.typekit.net/af/71f83c/00000000000000003b9b093b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype");font-weight:700;font-style:normal;}@font-face{font-family:proxima-nova;src:url(https://use.typekit.net/af/86b539/00000000000000003b9b093a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff2"),url(https://use.typekit.net/af/86b539/00000000000000003b9b093a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff"),url(https://use.typekit.net/af/86b539/00000000000000003b9b093a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("opentype");font-weight:700;font-style:italic;}@font-face{font-family:proxima-nova;src:url(https://use.typekit.net/af/27776b/00000000000000003b9b0939/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3) format("woff2"),url(https://use.typekit.net/af/27776b/00000000000000003b9b0939/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3) format("woff"),url(https://use.typekit.net/af/27776b/00000000000000003b9b0939/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3) format("opentype");font-weight:600;font-style:normal;}@font-face{font-family:proxima-nova;src:url(https://use.typekit.net/af/256534/00000000000000003b9b0938/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3) format("woff2"),url(https://use.typekit.net/af/256534/00000000000000003b9b0938/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3) format("woff"),url(https://use.typekit.net/af/256534/00000000000000003b9b0938/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3) format("opentype");font-weight:600;font-style:italic;}@font-face{font-family:proxima-nova;src:url(https://use.typekit.net/af/4838bd/00000000000000003b9b0934/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"),url(https://use.typekit.net/af/4838bd/00000000000000003b9b0934/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"),url(https://use.typekit.net/af/4838bd/00000000000000003b9b0934/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");font-weight:400;font-style:normal;}@font-face{font-family:proxima-nova;src:url(https://use.typekit.net/af/6aec08/00000000000000003b9b0935/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff2"),url(https://use.typekit.net/af/6aec08/00000000000000003b9b0935/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff"),url(https://use.typekit.net/af/6aec08/00000000000000003b9b0935/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("opentype");font-weight:400;font-style:italic;}@font-face{font-family:proxima-nova;src:url(https://use.typekit.net/af/437c3d/00000000000000003b9b0932/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("woff2"),url(https://use.typekit.net/af/437c3d/00000000000000003b9b0932/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("woff"),url(https://use.typekit.net/af/437c3d/00000000000000003b9b0932/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("opentype");font-weight:300;font-style:normal;}@font-face{font-family:proxima-nova;src:url(https://use.typekit.net/af/f02b29/00000000000000003b9b0933/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3) format("woff2"),url(https://use.typekit.net/af/f02b29/00000000000000003b9b0933/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3) format("woff"),url(https://use.typekit.net/af/f02b29/00000000000000003b9b0933/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3) format("opentype");font-weight:300;font-style:italic;}@font-face{font-family:proxima-nova;src:url(https://use.typekit.net/af/3331e6/00000000000000003b9b0936/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("woff2"),url(https://use.typekit.net/af/3331e6/00000000000000003b9b0936/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("woff"),url(https://use.typekit.net/af/3331e6/00000000000000003b9b0936/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("opentype");font-weight:500;font-style:normal;}@font-face{font-family:proxima-nova;src:url(https://use.typekit.net/af/1cd3b2/00000000000000003b9b0937/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3) format("woff2"),url(https://use.typekit.net/af/1cd3b2/00000000000000003b9b0937/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3) format("woff"),url(https://use.typekit.net/af/1cd3b2/00000000000000003b9b0937/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3) format("opentype");font-weight:500;font-style:italic;}*/
/*** Modifier ***/
/* =====MODIFIER ======================================================= */
.c-image-shadow {
	 	box-shadow: -19px 14px 80px 0px #0000002b;
    border: 1px solid #dedede;
}
.no-top-padding {
	 	padding-top: 0px;
}
.u-centered {
  text-align: center;
}
.o-section.o-section--btm-padd-half {
	padding-bottom: 60px;
}
.o-section.o-section--top-padd-half {
	padding-bottom: 60px;
}
.o-section.o-section--padd-half {
	padding-top: 60px;
  padding-bottom: 60px;
}
.o-section.o-section--no-top-btm-padd {
	padding-top: 0;
  padding-bottom: 0;
}
.o-section.no-top-pad {
	padding-top: 0;
  padding-bottom: 60px;
}
.o-section.no-bottom-pad {
	padding-top: 60px;
  padding-bottom: 0;
}
.o-section.no-pad {
	padding-top: 0;
  padding-bottom: 0;
}
.o-section.full-pad {
	padding-top: 60px;
  padding-bottom: 60px;
}
/*** Animation Scroll ***/
/*! CSS Used from: Embedded */
.center-it {
		position: absolute;
    left: 50%;
}

.caption {
  margin-top: 10px;
}

.mouse {
  display: inline-block;
  height: 44px;
  width: 28px;
  border-radius: 12px;
  border: 3px solid #fff;
  text-align: center;
  margin-top: 60px;
}

.mouse:after {
  display: inline-block;
  height: 8px;
  width: 8px;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  -webkit-animation: scroll 1.3s ease-out infinite forwards;
  -moz-animation: scroll 1.3s ease-out infinite forwards;
  animation: scroll 1.3s ease-out infinite forwards;
}
/*! CSS Used keyframes */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes scroll {
  0% {
    -moz-transform: translateY(0);
  }

  50% {
    -moz-transform: translateY(10px);
  }

  100% {
    -moz-transform: translateY(0);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
/***** Same Height ******/
.container-fluid .row-fluid .c-table .c-table-row {
  display: table-row;
  height: 100%;
}
.container-fluid .row-fluid .c-table .c-table-cell {
	float: none;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
/*** CTA - Call-to-Action ***/
.c-btn {
    position: relative;
    display: inline-block;
    padding: 10px;
    border: 1px solid transparent;
    background-color: #d3d3d3;
    box-shadow: 8px 8px 21px -5px rgba(0, 0, 0, .25);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}
.c-btn.c-btn--primary {
    padding: 10px;
    clear: right;
    border-radius: 5px;
    background-color: #0093d6;
    color: #fff;
    font-size: 15px;
}
.c-btn.c-btn--primary:hover {
    background-color: #001f2b;
  	box-shadow: 0 0 0 0 rgba(0, 0, 0, .25);
}
.c-btn.c-btn--primary.orange {
    background-color: #f05f22;
}
.c-btn.c-btn--primary.orange:hover {
    background-color: #ff6422;
}
.c-cta {
	padding-top: 20px;
}
/*** Font Color ***/
.c-heading.c-heading--small.u-color--white,
.u-color--white {
    color: #fff;
}
/*** BG Color ***/
.u-bg--grey-super-light {
   background-color: rgba(217, 217, 217, 0.2);
}
/*** Heading ***/
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-display: swap;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  /*font-family: 'Mark simonson proxima nova alt webfont';*/
}

.c-heading-section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0.5em;
}

.c-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 1.2em;
  padding-bottom: 0.5em;
  font-family: proxima-nova, sans-serif;
  font-display: swap;
  line-height: 1.2;
  font-weight: 700;
}

.c-heading.demo-heading {
  margin-bottom: 40px;
  border-bottom: 5px solid #eee;
}

.c-heading.c-heading--medium {
  font-size: 2rem;
}

.c-heading.c-heading--super {
  font-size: 3.5rem;
}

.c-heading.c-heading--xlarge {
  font-size: 3rem;
  font-weight: 600;
}

.c-heading.c-heading--xlarge.u-color--white {
  color: #fff;
  font-weight: 600;
}

.c-heading.c-heading--small {
  color: #231f20;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
}

.c-heading.c-heading--small.cta {
  padding-top: 0.5em;
  color: #fff;
  line-height: 1.3;
  font-weight: 600;
}

@media screen and (max-width:767px) {
  
  .ota-simple-intor-section .c-heading.c-heading--small > p {
      /*
      margin: 0 !important;
      position: absolute !important;
      */
  }

}

.c-heading.c-heading--tiny {
  font-size: 0.8rem;
}

.c-heading.c-heading--xsmall {
  font-size: 1rem;
}

.c-heading.c-heading--sub {
  padding-top: 0em;
  padding-bottom: 1.3em;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}

.c-heading.c-heading--sub.u-color--white {
  font-size: 1.5rem;
  font-weight: 100;
}
.md-content.c-table-cell .c-heading{
	padding-top:0;
}
/*** paragraph ***/
.c-body p,
.c-body,
.c-paragraph {
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0;
    font-family: proxima-nova, sans-serif;
  font-display: swap;
    font-size: 16px;
    line-height: 1.4em;
}
/* =====MODULE STYLES ==================================================== */
/*** o-section-hero ****/
.o-section-hero { 
    padding-top: 250px;
    background-color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 800px;
}
.o-section-hero .md-image img {
    max-width: 95%;
    float: right;
}
.o-section-hero .c-cta {
	 	padding-top:0;
}
  .o-section-hero .md-content .c-heading {
  		padding-top: 0;
  }
/*** MD Image Content Switcher ***/
.md-image-content-switcher .w-col {
	  padding-left: 0;
  	padding-right: 0;
}
.md-image-content-switcher .w-col.md-image {
		padding-right: 4%;
    padding-left: 0;
}
.md-image-content-switcher .md-image img {
		width: 100%;
    max-width: 100%;
    position: relative;
}
.md-image-content-switcher .w-col.md-content {
		padding-right: 6%;
    padding-left: 3%;
}
.md-image-content-switcher .c-heading.c-heading--small {
	 font-size: 32px;
   line-height: 1.2;
}
.md-image-content-switcher .c-body,
.md-image-content-switcher .c-body p{
		font-size: 18px;
    padding-bottom: 10px;
}
.md-image-content-switcher .c-image-shadow {
  	box-shadow: 7px 10px 80px 0px #0000002b;
    border-color: #dedede;
    border-style: solid;
    border-right-width: 1px;
  	border-left-width: 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
}
/* Switch */
.md-image-content-switcher.md-switch .w-col.md-image {
  	padding-right: 0;
    padding-left: 4%;
}
.md-image-content-switcher.md-switch .w-col.md-content {
	  padding-right: 3%;
    padding-left: 6%;
}
.md-image-content-switcher.md-switch .c-image-shadow {
    border-right-width: 0;
  	border-left-width: 1px;
}
/* Switch basic */
.md-image-content-switcher.md-basic-image-content-switcher .c-heading.c-heading--small {
  font-size: 26px;
  line-height: 1.1;
}
.md-image-content-switcher.md-basic-image-content-switcher .c-body,
.md-image-content-switcher.md-basic-image-content-switcher .c-body p{
  font-size: 16px;
  padding-bottom: 8px;
}
.md-image-content-switcher.md-basic-image-content-switcher.md-switch .c-image-shadow,
.md-image-content-switcher.md-basic-image-content-switcher .c-image-shadow {
  border-width: 1px;
}
.md-image-content-switcher.md-basic-image-content-switcher .c-image {
  margin-top: 20px;
  margin-bottom: 20px;
}
.md-image-content-switcher.md-basic-image-content-switcher .w-col.md-image,
.md-image-content-switcher.md-basic-image-content-switcher .w-col.md-content,
.md-image-content-switcher.md-basic-image-content-switcher.md-switch .w-col.md-content,
.md-image-content-switcher.md-basic-image-content-switcher.md-switch .w-col.md-image {
  padding-right: 0;
  padding-left: 0;
}
.md-image-content-switcher.md-basic-image-content-switcher.md-switch .w-col.md-content {
	padding-right: 6%;
}
.md-image-content-switcher.md-basic-image-content-switcher .w-col.md-content {
	padding-left: 6%;
}
/*** Frorn HubSpot Re-style ***/
body input[type="text"], body input[type="password"], 
body input[type="datetime"], body input[type="datetime-local"], 
body input[type="date"], body input[type="month"], 
body input[type="time"], body input[type="week"], 
body input[type="number"], body input[type="email"], 
body input[type="url"], body input[type="search"], 
body input[type="tel"], body input[type="color"], 
body input[type="file"], body textarea, body select {
		display: block;
    width: 100% !important;
  	height: 50px;
		padding: 15px 20px;
    border: 1px solid #dadada;
    border-radius: 2px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
}
.hs-fieldtype-intl-phone select {
  padding: 10px;
  font-size: 12px;
  width: 30% !important;
}

.hero-bg-img .form {
  margin-top: 30px;
  padding: 45px 35px;
  width: 100%;
  border-radius: 5px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 85%, .28), #fff);
  background-image: linear-gradient(180deg, hsla(0, 0%, 85%, .28), #fff);
  box-shadow: 7px 7px 50px -15px rgba(0, 0, 0, .3);
}

.hero-bg-img .form h3 {
  text-align: left;
  color: #231f20;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
}

.hero-bg-img .form form select,
.hs-fieldtype-intl-phone.hs-input .hs-input {
  margin-bottom: 15px;
}

.ota-left-form .hs-input.hs-fieldtype-intl-phone,
.ota-left-form .hs-fieldtype-intl-phone.hs-input select.hs-input {
  margin-bottom: 10px !important;
}

.ota-left-form .hs-fieldtype-intl-phone.hs-input .hs-input {
  margin-bottom: 0 !important;
}

.hs-fieldtype-intl-phone.hs-input input {

  width: 68% !important;
  float: right;

}



.md-form {
  margin-top: 30px;
  padding: 45px 35px;
  width: 100%;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 85%, .28), #fff);
  background-image: linear-gradient(180deg, hsla(0, 0%, 85%, .28), #fff);
  box-shadow: 7px 7px 50px -15px rgba(0, 0, 0, .3);
}
.md-form .hs-form-required {
	display: none;
}
body .md-form form.hs-form fieldset .hs-form-field {
    padding: 0;
}
body .md-form form.hs-form .form-columns-1,
body .md-form form.hs-form .form-columns-2 {
  position: relative;
  width: 100%; 
  min-height: 50px;
  margin-top: 10px;
}



/* HotFix */
body .md-form form.hs-form .form-columns-1,
body .md-form form.hs-form .form-columns-2 {
    margin-top: 0;
    min-height: inherit;
}
.c-form-field__wrapper {
  position: absolute;
  width: 100%;
  height: 50px;
}

.c-form-field__wrapper.right {
  position: relative;
  padding-left: 15px;
  color: #000;
}

.c-form-field__wrapper.left {
  position: relative;
  margin-bottom: 20px;
  padding-right: 15px;
}

.c-select-field {
  height: 50px;
  border: 1px solid #dadada;
  background-color: transparent;
  color: #333;
}

.c-checkbox {
  font-size: 14px;
}

.c-form-sub-details-text {
  font-size: 14px;
}
/*** Form Content Switcher ***/
.md-form-content-switcher.md-content {
	  padding-left: 6%;
}
.md-form-content-switcher.md-switch .md-form-wrapper{
		float:left;
}
/* Switch */
.md-form-content-switcher.md-switch .md-content {
	  padding-right: 6%;
  	padding-left: 0;
}

.md-form-content-switcher .md-content-right {
	  padding-right: 0%;
  	padding-left: 6%;
}

.form-switcher-form-heading {
    padding-left: 15px;
    padding-top: 0;
}

.form-switcher-content-heading {
    padding-top: 75px;
}

/*** MD Form Content Switcher ***/
.md-stripcta-switcher.md-switch .md-cta {
		float:left;
}
.md-stripcta-switcher  {
    background-position: 0px 0px, 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.md-stripcta-switcher .w-col {
	 	padding-left:0;
   	padding-right:0;
}
.md-stripcta-switcher .w-col.md-content{
	 	padding-right:10px;
}
/*** slider .owl-buttons div ****/
.md-testimonial-slider .owl-buttons{
		height: 70px;
    width: 200px;
}
.md-testimonial-slider .owl-theme .owl-controls .owl-buttons div {
   	background-size: 100px !important;
    width: 300px !important;
  	height: 70px !important;
}
.md-testimonial-slider .owl-buttons div {
	 	background: transparent url('https://3988515.fs1.hubspotusercontent-na1.net/hubfs/3988515/OTA-Live-Files/ota-icons/left-arrow-bold.svg') 0 0 no-repeat !important;
}
.md-testimonial-slider .owl-buttons .owl-next {
   	background: transparent url('https://3988515.fs1.hubspotusercontent-na1.net/hubfs/3988515/OTA-Live-Files/ota-icons/right-arrow-bold.svg') 0 0 no-repeat !important;
}
.md-testimonial-slider .owl-carousel .owl-controls .owl-buttons .owl-prev {
		left:25px;
  	top: 0;
}
.md-testimonial-slider .owl-carousel .owl-controls .owl-buttons .owl-next {
		left: 100px;
  	top: 0;
}
.md-testimonial-slider .c-table img {
		border-radius: 50%;
  	width: 80px;
  	height: 80px;
}
.md-testimonial-slider .testimonial-left{
		padding-top: 50px;
}
.md-testimonial-slider .testimonial-profile-text {
		padding-left: 20px;
}
.md-testimonial-slider .owl-carousel .owl-controls {
    width: 200px !important;
  	top: -17% !important;
}
.md-testimonial-slider .c-heading.c-heading--small {
		margin-bottom: 10px;
}
.container-fluid .row-fluid .md-testimonial-slider .w-col .w-col,
.container-fluid .row-fluid .md-testimonial-slider .w-col {
		padding-left: 0;
}
/* Testimonial video */
@-webkit-keyframes testimfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes testimfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
.testimonial-play-video {
		-webkit-animation: testimfadeIn 3s;
    animation: testimfadeIn 3s;
}
.testimonial-play-video .owl-wrapper {
  transform: unset !important;
  transition: unset !important;
}
.testimonial-play-video .testimonial-left {
		display: none !important;
}
.testimonial-play-video .testimonial-video {
		margin: 0 auto;
    text-align: center;
    padding: 60px 30px;
    border-radius: 8px;
}
.testimonial-play-video .testimonial-right {
		width: 100% !important;
}
.testimonial-play-video .testimonial-video iframe{
		width: 80%;
    height: 500px;
    text-align: center;
    border: 5px solid gray;
    box-shadow: -8px 14px 16px 0px #0000002b;
    border-color: #dedede;
    border-style: solid;
    border-radius: 2px;
}
.testimonial-play-video .owl-carousel .owl-controls {
		display: none;
}
.testimonial-close-video {
		position: absolute;
    top: 100px;
    right: 0;
    left: 47%;
    z-index: 99;
}
.testimonial-close-video img{
    color: white;
    background: #fffdfd;
    border-radius: 50%;
    height: 60PX;
    width: 60PX;
    padding: 5px;
    cursor: pointer;
    box-shadow: -1px 1px 3px #00000012;
}
.testimonial-close-video img:hover{
		opacity: .8;
  	background:#f6f6f6;
}
.testimonial-overlay-video {
    position: absolute;
    height: 100vh;
    background: transparent;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
.md-testimonial-slider iframe {
		width: 100%;
    height: 300px; 
}
.site-overlay-banner {
    position: relative;
}
.site-overlay-gradient {
  	display: none;
  	background: rgba(0, 0, 0, 0.5); /* Old browsers */
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, .6), transparent); /* FF3.6-15 */
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, .6), transparent); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(180deg, rgba(0, 0, 0, .6), transparent); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 0, 0, 0.5)', endColorstr='rgba(0, 0, 0, 0.5)',GradientType=1 ); /* IE6-9 */
  
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
}
.site-overlay-banner .container {
		z-index: 2;
    position: relative;
}
/*** Custom class ***/
.ota-contact-form .cntc-form-center .hs_cos_wrapper_type_space{
    display:inline-block;
}
.ota-lp-menu-less .space-top-bottom {
    padding-top: 20px;
}
.md-icon-desc-list--desc {
    font-family: "proxima-nova",sans-serif;
}
/* ===== MEDIA QUERIES MINIMUN AND MAXIMUM ============================================ */
/*** Deutch ***/
/*@media (min-width: 992px) and (max-width: 1299px) {
  .header-container #ota-es-menu .update .login a,
  .header-container #ota-de-menu .update .login a {
     font-size: 10px !important;
  }
}*/
/* =====MEDIA QUERIES MINIMUN ============================================ */
@media (min-width: 992px) {
  /** Float **/
  .custom-menu-primary .hs-menu-wrapper > ul li:nth-child(3) > ul li,
.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(4) > ul li{
  width: 100% !important;
  
}

.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(3) > ul,
.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(4) > ul {

    width: 250px;
  
}
   .header-menu-desktop .custom-menu-primary .hs-menu-wrapper > ul {
    float: right;
  }
  .header-menu-desktop .login {
      float: right;
  }
  .header-container .buttons {
      padding-top: 8px;
      margin-left: 0;
      float: right;
  }
  .header-menu-desktop .row-fluid .span2 {
    width: 16%;
    float: right;
    margin-left: 0px !important;
  }
  .header-menu-desktop .custom-menu-primary {
      padding-top: 18px;
  }
  .widget-span.widget-type-cell.header-menu-desktop {
      float: right;
  }
  .menu-top-header {
  		float: right;
      margin-top: 10px;
  }
  .header-container .trial h4 {
  		margin-right: 0;
      margin-bottom: 0;
  }
  .header-container .language h4 {
      margin-bottom: 0;
  }
  .header-container .trial h4 a,
	.header-container .trial a{ 
    color: #000; 
    border-width: 0;
    padding-right: 0;
  }
  
  /*** LP Disable menu JS on scroll ***/
  .ota-disable-menu-js .header-container {
      position: absolute;
  }
  .ota-disable-menu-js .lp-header {
     padding-top: 120px;
  }
 /* .ota-disable-menu-js .header-container,
  .ota-disable-menu-js .o-section-menu-hero:hover, 
  .ota-disable-menu-js .header-container.sticky-header {
      background-color: transparent;
      box-shadow: inherit;
  }*/
  /*.ota-disable-menu-js .o-section-menu-hero:hover .language h4 a,
  .ota-disable-menu-js .o-section-menu-hero:hover .trial h4 a,
  .ota-disable-menu-js .sticky-header.header-container .language h4 a,
  .ota-disable-menu-js .sticky-header.header-container .trial h4 a,
	.ota-disable-menu-js .sticky-header.header-container .trial a{
      color: #fff;
  }*/
  .ota-disable-menu-js .sticky-header.header-container .logo.black,
  .ota-disable-menu-js .o-section-menu-hero:hover .logo.black,
  .ota-disable-menu-js .header-container .logo.black {
      display: block;
  }
  .ota-disable-menu-js .o-section-menu-hero:hover .logo.white,
  .ota-disable-menu-js .sticky-header.header-container .logo.white {
      display: none;
  }
}
/* =====MEDIA QUERIES MAXIMUN ============================================ */
@media (max-width: 1599px) {
  /*** MD Image Content Switcher ***/
  .md-image-content-switcher .c-heading.c-heading--small {
     font-size: 26px;
     line-height: 1.1;
  }
  .md-image-content-switcher .c-body,
  .md-image-content-switcher .c-body p{
      font-size: 16px;
      padding-bottom: 8px;
  }
  .md-image-content-switcher .c-image-shadow {
      box-shadow: 6px 10px 33px 0px #00000017;
      border-color: #dedede;
      border-style: solid;
      border-right-width: 1px;
      border-left-width: 0;
      border-top-width: 1px;
      border-bottom-width: 1px;
  }
  .o-section-hero {
  		padding-top: 190px;
    	min-height: 740px;
  }
}
@media (max-width: 1280px) {
	.o-section-hero {
    min-height: 700px;
  }
  .o-section-hero .c-heading{
    padding-top: 0;
  }
  .mega-menu-wrap {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      float: none;
      text-align: center;
  }
  .ota-testimonial-bg .owl-carousel .owl-controls .owl-buttons .owl-prev{
      left: 65px;
  }
}
@media (max-width: 991px) {
  /*** Reduce menu padding on mobile ***/
  .ota-lp-menu-less .space-top-bottom {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  /*** paragraph ***/
  .c-body p,
  .c-body,
  .c-paragraph {
      font-size: 14px;
  }
    /*** MD Image Content Switcher ***/
  .md-image-content-switcher .c-heading.c-heading--small {
     font-size: 26px;
     line-height: 1.1;
     text-align: center;
  }
  .md-image-content-switcher .c-body,
  .md-image-content-switcher .c-body p{
      font-size: 16px;
      padding-bottom: 8px;
    	text-align: center;
  }
  
  .md-image-content-switcher .c-body li{
    	text-align: left;
  }
  
  .md-image-content-switcher.md-switch .c-image-shadow,
  .md-image-content-switcher .c-image-shadow {
      border-width: 1px;
  }
  .md-image-content-switcher .c-image {
  		margin: 0 auto;
    	margin-top: 20px;
    	margin-bottom: 20px;
  }
  .md-image-content-switcher.md-basic-image-content-switcher .w-col.md-image,
	.md-image-content-switcher.md-basic-image-content-switcher .w-col.md-content,
	.md-image-content-switcher.md-basic-image-content-switcher.md-switch .w-col.md-content,
  .md-image-content-switcher.md-basic-image-content-switcher.md-switch .w-col.md-image,
  .md-image-content-switcher.md-basic-image-content-switcher.md-switch .w-col.md-content,
  .md-image-content-switcher.md-basic-image-content-switcher .w-col.md-content,
  .md-image-content-switcher.md-switch .w-col.md-content,
  .md-image-content-switcher.md-switch .w-col.md-image,
  .md-image-content-switcher .w-col.md-image,
  .md-image-content-switcher .w-col.md-content {
  	padding-right: 0;
    padding-left: 0;
  }
  .md-image-content-switcher .md-image-content-switcher .c-image {
  		width: 479px;
    	max-width: 100%;
  }
  .hs-cta-wrapper {
  	text-align: center;
    display: block;
  }
  /*** Same height ***/
  .container-fluid .row-fluid .c-table .c-table-cell,
  .container-fluid .row-fluid .c-table .c-table-row {
    display: block;
    height: auto;
    width: 100%;
  }
  /** CTA **/
  .md-stripcta-switcher .md-content.c-table-cell .c-heading {
    text-align: center;
    margin-bottom: 20px;
  }
  .md-stripcta-switcher.md-switch .md-cta {
  	text-align: center;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a.nav-cta {
    display: none;
  }
  /*** MD Form ***/
  .md-form-content-switcher.md-switch .md-content {
      padding-right: 0;
      padding-left: 0;
  }
  
    .md-form-content-switcher .md-content-right {
      padding-right: 0;
      padding-left: 0;
  }
  
  .form-switcher-content-heading {
    padding-top: 0px;
  }
  
  .md-form-content-switcher .c-heading,
  .md-form-content-switcher .c-body {
  		text-align: center;
  }
  .md-form-content-switcher li,
  .md-image-content-switcher li {
  		text-align: left;
  }
  
  /*** Slider ***/
  .md-testimonial-slider .owl-carousel .owl-controls {
  	margin: 0 auto !important;
  }
  .md-testimonial-slider .c-heading.c-heading--small, 
  .md-testimonial-slider .testimonial-profile-text,
  .md-testimonial-slider .o-content-wrapper .test-details {
  	text-align: center;
  }
  .md-testimonial-slider .c-table img {
      margin: 0 auto;
      display: block;
  		margin-bottom: 25px;
	}
  .md-testimonial-slider .testimonial-left {
      padding-top: 30px;
  }
  .md-testimonial-slider .owl-carousel .owl-controls .owl-buttons .owl-prev {
      left: 0px;
  }
  .md-testimonial-slider .owl-theme .owl-controls .owl-buttons div {
   		width: 100% !important;
  }
  .md-testimonial-slider .testimonial{
  	width: 80%;
    margin: 0 auto;
  }
  /*** B ***/
  .md-image-content-switcher .c-u-list {
  	list-style: none;
    padding-left: 0;
	}
}
@media (max-width: 767px) {
  	/*** Modifier ***/
    .container-fluid .row-fluid .w-col.md-switch {
    		float: none;
    }
    .o-section-hero {
        padding-top: 120px;
       	min-height: 550px;
    }
    .c-heading.c-heading--xlarge {
				font-size: 2rem;
    }
    .o-section-hero .md-content {
				text-align: center;
    }
    .mouse {
				display: none;
    }
  	/** Form **/
    body form.hs-form fieldset.form-columns-2 .hs-form-field {
        width: 100%;
    }
    .md-form {
        margin-top: 30px;
        padding: 15px 15px;
  	}
    body form.hs-form fieldset.form-columns-3 .hs-form-field, 
  	body form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  	body form.hs-form .form-columns-3 .hs-form-field .hs-input {
      width: 100% !important;
  	}
    .partnership-header .hs_cos_wrapper_type_rich_text,
    .home-header .hs_cos_wrapper_type_rich_text {
        font-size: 32px;
        width: 100%;
    }
    .home-page-solid-bar .hs_cos_wrapper_type_rich_text h1 {
				text-align: center;
    }
    .thank-header,
    .about-header, .customer-header, .stories-header,
    .partnership-header, .careers-header, .pricing-header,
    .blog-template-header, .resource-header, .home-header,
    .single-property, .soloutions-header, .contact-header,
    .cs-header {
      padding-top: 140px;
    }
    .hero-bg-img, .paid-cam-lp .hero-bg-img {
      padding-top: 140px !important;
    }
    .home-page-solid-bar p {
      margin-bottom: 15px;
    }
  .mobile-control {
    display: none;
  }
}
@media (max-width: 479px) {
  .hs-phone>.input>.hs-fieldtype-intl-phone.hs-input>select.hs-input {
    min-width: 100%;
    margin-bottom: 15px;
  }
  .hs-phone>.input>.hs-fieldtype-intl-phone.hs-input>input.hs-input {
    min-width: 100%;
    margin-bottom: 10px;
  }
  .md-testimonial-slider .owl-carousel .owl-controls {
    display: none !important;
  }
  .mobile-control {
    display: none;
  }
}

/* Fallback */
.o-section-hero.hero-pillar {
  background-color: #005e9f;
}

/**** Media Queries ****/
@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, .md-stripcta-switcher { 
        background: url("https://3988515.fs1.hubspotusercontent-na1.net/hubfs/3988515/OTA-Live-Files/ota-images/ota-cta-strip.png") !important;
        background-size: cover !important;
        background-position: 100%;
        background-repeat: no-repeat !important;
  	} /* IE11 */
    .o-section-hero {
/*         background: url("https://3988515.fs1.hubspotusercontent-na1.net/hubfs/3988515/OTA-Live-Files/ota-images/ota-product-hero-banner-latest.png") !important; */
        background-size: cover !important;
        background-position: 100%;
        background-repeat: no-repeat !important;
    }
    .md-testimonial-slider .owl-buttons div {
		    background: url("https://3988515.fs1.hubspotusercontent-na1.net/hubfs/3988515/OTA-Live-Files/ota-images/left-arrow-bold-black.png") !important;
      	background-size: 100px !important;
       	background-repeat: no-repeat !important;
    }
    .md-testimonial-slider .owl-buttons .owl-next {
		    background: url("https://3988515.fs1.hubspotusercontent-na1.net/hubfs/3988515/OTA-Live-Files/ota-images/right-arrow-bold-black.png") !important;
      	background-size: 100px !important;
        background-repeat: no-repeat !important;
    }
    .mega-menu-wrap {
				width: auto;
    }
    ul.hs-menu-children-wrapper.mega-menu-bg {
      	width: auto;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
      left:0 !important;
    }
    .mega-menu-wrap > li {
			display: table-cell;
    }

}

/* Pillar Page */
.c-hero-pillar-text {
    color: #fff;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 100;
}
.c-hero-pillar-text p {
  margin: 0;
}
.o-image-wrapper.pillar-hero-image {
    height: 400px;
    margin-bottom: 0px;
    background-position: 50% 50%;
    background-size: cover !important;
    background-repeat: no-repeat;
}
h1.c-heading.c-heading--xlarge.hero-pillar-page {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    color: #fff;
}
.hero-pillar {
    background-image: linear-gradient(135deg, #001f2b, #0093d6), linear-gradient(180deg, #005e9f, #005e9f);
}
.c-hero-button a {
  padding: 10px;
    text-decoration: none;
    background-color: #fff;
    color: #0093d6;
    border: 1px solid #ddd;
    font-weight: 500;
    font-size: 15px;
    white-space: nowrap;
    border-radius: 4px;
}
.c-hero-button a:hover {
    background-color: #005EA0;
    color: #fff;
}
@media (max-width: 1150px) {
  .o-image-wrapper.pillar-hero-image  {
    background-size: contain !important;
  }
}
@media (max-width: 767px) {
  .o-section-hero.hero-pillar  {
    padding-top: 120px;
    min-height: 0;
    padding-bottom: 50px;
  }
}
/* Pillar Index */
.container-fluid .row-fluid .pillar-container .w-container.o-container--large {
  max-width: 900px;
}
#stickyTab{
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
#stickyTab.open-tabs {
  -webkit-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
}
body.locked {
  overflow: hidden;
}
.tab-toggle {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.open-tabs .tab-toggle.close {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.tab-toggle.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.open-tabs .tab-toggle.open {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.open-tabs.table-of-contents-block-wrapper {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.table-of-contents-block-wrapper {
  position: fixed;
  left: 0px;
  top: 30%;
  z-index: 9999;
  width: 195px;
  height: auto;
  padding-bottom: 10px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-transform: translate(-200px, 0px);
  -ms-transform: translate(-200px, 0px);
  transform: translate(-200px, 0px);
}
.table-of-contents-block-wrapper.show-index {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-transform: translate(-150px, 0px);
  -ms-transform: translate(-150px, 0px);
  transform: translate(-150px, 0px);
}
#stickyTab.open-tabs {
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.c-interaction-block-table-contents {
  position: relative;
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #0093d6;
  color: #fff;
}

.c-text-table-of-contents {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}

.c-icon-table-of-contents {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 50px;
  height: 40px;
  background-image: url(https://www.otainsight.com/hubfs/OTA-Live-Files/ota-images/ota-minus.svg);
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  cursor: pointer;
}

.c-icon-table-of-contents.open {
  background-image: url(https://www.otainsight.com/hubfs/OTA-Live-Files/ota-images/ota-plus.svg);
}

.c-content-wrapper-table-contents {
  position: relative;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
  background-color: #fff;
}
.open-tabs .c-content-wrapper-table-contents {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-color: #fff;
}
.c-text-link-wrapper.table-of-contents {
  position: relative;
  width: 100%;

}

.c-text-link-wrapper.table-of-contents a {
  padding: 10px 20px;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  z-index
}
.c-text-link-wrapper.table-of-contents:hover a {
  color: #000;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.c-text-link-wrapper.table-of-contents:after {
  content: "";
  height: 100%;
  width: 0%;
  position: absolute;
  background-color: #f5f5f5;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.c-text-link-wrapper.table-of-contents:hover:after {
  width: 100%;
  -webkit-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
}

.c-text-link-table-contents {
  position: relative;
  display: block;
  color: #9e9e9e;
  font-size: 14px;
  text-decoration: none;
}

.c-sidebar-bg-slide-out {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 0%;
  background-color: #f5f5f5;
}

.c-text-link-table-contents {
  position: relative;
  display: block;
  color: #9e9e9e;
  font-size: 14px;
  text-decoration: none;
}

.md-card-overlay-img-text.o-section {
  background-color: #f5f5f5;
}
.md-card-overlay-img-text--row {
  display: grid;
  /* grid-template-columns: 2fr 2fr 2fr 2fr; */
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));	
  grid-gap: 1rem;
}
.md-card-overlay-img-text--section-header{
  padding-top: 0.5rem;
  padding-bottom: 2.5rem;
  color: #005e9f;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.md-card-overlay-img-text--item {
  position: relative;
  height: 200px;
  padding: 5%;
  color: white; 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-decoration: none;
}
a.md-card-overlay-img-text--item:hover {
  box-shadow: 6px 6px 50px -16px #231f20;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  color: white;
}
a.md-card-overlay-img-text--item:active,
a.md-card-overlay-img-text--item:focus,
a.md-card-overlay-img-text--item:visited {
  color: white;
}
.md-card-overlay-content {
  position: relative;
  color: white; 
}
.md-card-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  background-image: repeating-linear-gradient(180deg, rgba(0, 147, 214, .4), rgba(0, 31, 43, .9)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 31, 43, .6)), to(rgba(0, 31, 43, .6)));
  background-image: repeating-linear-gradient(180deg, rgba(0, 147, 214, .4), rgba(0, 31, 43, .9)), linear-gradient(180deg, rgba(0, 31, 43, .6), rgba(0, 31, 43, .6));
}
.md-card-overlay-img-text--heading,
.md-card-overlay-img-text--link-text {
  position: absolute;
  right:0;
  left:0;
}
.md-card-overlay-transparent {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  z-index:1;
}
a.md-card-overlay-img-text--item:hover .md-card-overlay {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 94, 160, .6)), to(rgba(0, 94, 160, .6))), repeating-linear-gradient(180deg, rgba(0, 147, 214, .4), rgba(0, 31, 43, .29)), -webkit-gradient(linear, left top, left bottom, from(rgba(35, 31, 32, .4)), to(rgba(35, 31, 32, .4)));
  background-image: linear-gradient(180deg, rgba(0, 94, 160, .6), rgba(0, 94, 160, .6)), repeating-linear-gradient(180deg, rgba(0, 147, 214, .4), rgba(0, 31, 43, .29)), linear-gradient(180deg, rgba(35, 31, 32, .4), rgba(35, 31, 32, .4));
}
.md-card-overlay-img-text--heading {
  font-size: 19px;
  top: 40%;
}
.md-card-overlay-img-text--link-text {
  bottom:20px;
}
.md-card-overlay-img-text--img img{
  padding: 5% 10%;
}
.md-card-overlay-img-text--heading {
  font-size: 19px;
  top: 40%;
  padding: 10px;
  line-height: 1.2;
}
.md-card-overlay-img-text--section-header {
  color: #000;
}
@media (min-width: 768px){
  .md-card-overlay-img-text.o-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1080px){
  .md-card-overlay-img-text--row {
    grid-template-columns: 2fr 2fr 2fr;
  }
}
@media (max-width: 767px){
  .c-text-link-wrapper.table-of-contents:hover:after {
  width: 0;
  -webkit-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
}
  .md-card-overlay-img-text--row {
    grid-template-columns: 2fr 2fr;
  }
  .md-card-overlay-img-text--section-header {
    padding-top: 0;
    padding-bottom: 1rem;
    margin-top:0;
  }
  .md-card-overlay-img-text--img {
    width: 100%;
    margin: 0 auto;
  }
  #stickyTab.open-tabs {
    -webkit-transition: all 350ms ease, background-color 0s ease;
    transition: all 350ms ease, background-color 0s ease;
    background-color: transparent;
  }
  #stickyTab {
    background-color: transparent;
    transition: all 350ms ease, background-color 0s ease;
  }
  #stickyTab.open-tabs {
    -webkit-transition: all 350ms ease-in;
    transition: all 350ms ease-in;
    top: 0;
    background-color: rgba(0, 147, 214, 0.6);
    width: 100%;
    padding: 20px;
    overflow: auto;
    height: 100%;
  }
  .open-tabs .c-interaction-block-table-contents {
    width: 100%;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 0;
  }
  .open-tabs .c-content-wrapper-table-contents {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
@media (max-width: 479px){
  .desktop-index {
    display: none;
  }
  
  .table-of-contents-block-wrapper {
    top: 17%;
  }
  .md-card-overlay-img-text--desc {
    font-size: 16px;
  }
  .md-card-overlay-img-text--row {
    display: block;
    grid-template-columns: inherit;
    grid-gap:0;
  }
  .md-card-overlay-img-text--item {
    display: block;
    margin-bottom: 20px;
  }
  
}

@media screen and (-ms-high-contrast:none){
  .md-card-overlay-img-text--row {
    display: block;
  }
  .md-card-overlay-img-text--item {
    float: left;
    width: 24%;
    padding: 20px;
    margin: 6px;
  }
  .md-card-overlay-img-text--desc {
    padding: 0 20px 20px; 
  }
}

/* Pillar section banners */
.o-image-wrapper.relax {
  width: 350px;
  height: 350px;
}
.o-image-wrapper.p-lax-right {
  position: absolute;
  top: -60px;
  right: 80px;
  bottom: 0px;

  border-radius: 5px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.o-image-wrapper.p-lax-left {
  position: absolute;
  left: 80px;
  top: -60px;
  bottom: 0px;
  border-radius: 5px;
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.c-hero-pillar-text {
  color: #fff;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 100;
}
.c-hero-pillar-text p {
  margin: 0;
}
.relax {
  top: -150px;
  opacity: 0;
  -webkit-transition: opacity 150ms ease-out;
  transition: opacity 150ms ease-out;
}
.animated .relax{
  opacity: 1;
  -webkit-transition: opacity 150ms ease-in;
  transition: opacity 150ms ease-in;
}
.o-image-wrapper.pillar-hero-image {
  height: 400px;
  margin-bottom: 0px;
  background-position: 50% 50%;
  background-size: 1728px;
  background-repeat: no-repeat;
}
h1.c-heading.c-heading--xlarge.hero-pillar-page {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: #fff;
}
.hero-pillar {
  background-image: linear-gradient(135deg, #001f2b, #0093d6), linear-gradient(180deg, #005e9f, #005e9f);
}

h2.c-heading.pillar-page-chapter {
  padding-top: 0.5em;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  z-index: 4;
  position: relative;
}
.c-overlay.full-fixed-display {
  z-index: 3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(196.74418604651163, 100.00%, 8.43%, 1.00)), to(hsla(198.78504672897196, 100.00%, 41.96%, 0.70)));
  background-image: linear-gradient(180deg, hsla(196.74418604651163, 100.00%, 8.43%, 1.00), hsla(198.78504672897196, 100.00%, 41.96%, 0.70));
}

.c-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}
.o-image-wrapper.full-fixed-display {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.o-full-width-pillar-page-strip {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: linear-gradient(135deg, #005e9f, #0093d6);
}
@media (max-width: 1499px) {
  .o-image-wrapper.relax {
    width: 250px;
    height: 250px;
  }
  .o-full-width-pillar-page-strip.scroll-container {
    padding-top: 190px;
  }
}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {
  .o-full-width-pillar-page-strip.scroll-container {
    padding-top: 100px;
  }
  .md-image-content-switcher.md-basic-image-content-switcher .c-heading.c-heading--small {
    padding-bottom: 60px;
    padding-top: 20px;
  }
  .o-form-img {
    margin: 0 auto;
    display: block;
  }
  h2.c-heading.pillar-page-chapter {
    font-size: 28px;
  }
  .o-image-wrapper {
    margin-bottom: 0px;
    padding-left: 15px;
  }
  .o-full-width-pillar-page-strip {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .o-full-width-pillar-page-strip {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: linear-gradient(135deg, #005e9f, #0093d6);
  }
  .o-image-wrapper.p-lax-right ,
  .o-image-wrapper.p-lax-left{
    display: none;
    padding-left: 0px;
  }
}
@media (max-width: 767px) {

  h2.c-heading.pillar-page-chapter {
    font-size: 24px;
  }
  .o-image-wrapper {
    padding-top: 30px;
  }
  .o-full-width-pillar-page-strip {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .o-section-hero.hero-pillar  {
    padding-top: 120px;
    min-height: 0;
    padding-bottom: 50px;
  }
}
.u-center {
	text-align: center;
}

/* ==============================
   Bug Fixes
   ============================== */
.container {
	padding-left: 20px;
	padding-right: 20px;
}

.u-form-banner .container {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.footer-container-wrapper .footer-container .footer-blue {
	padding-left: 0;
	padding-right: 0;
}

.pricing-contact-section .container {
    padding-left: 20px;
    padding-right: 12px;
}
.partnership-section-three .container {
	padding-left: 10px;
	padding-right: 10px;
}
.pricing-tabs-wrapper.v2 {
    margin: 0 auto;
    float: none;
    padding-left: 20px;
    padding-right: 20px;
}
.cs-block, .cs-block .block-image img, .cs-block .text {
    min-height: 450px;
}

.partner-row {
	margin-bottom: 30px;
}

.customer-section-three .right {
   min-height: 220px;
}
.home-blog-sub .hs_error_rollup {
    position: absolute;
    top: -37px;
    left: 0;
}
.home-blog-sub .hs_error_rollup ul {
    list-style: none;
    padding: 0;
}
.blogsubscription .hs-inline-form form .hs-error-msgs {
    font-size: 12px;
    margin: -8px 0 0;
}
.product-image {
	display: inline-block;
}
.home-section-six.ota-testimonial-bg .owl-buttons div {
	background: transparent url(https://www.otainsight.com/hubfs/2018/Home/Slider/arrow-left-white.png) 0 0 no-repeat  !important;
	opacity: 1 !important;
}
.home-section-six.ota-testimonial-bg .owl-buttons .owl-next {
	background: transparent url(https://www.otainsight.com/hubfs/2018/Home/Slider/arrow-right-white.png) 0 0 no-repeat !important;
	opacity: 1 !important;
}
.home-new-blog-import .tag img {
    border-radius: 0 4px 0 0;
}
@media (min-width: 2000px) {
	.customer-section-three .right {
		min-height: 250px;
	}
}
@media (max-width: 1200px) and (min-width: 768px) {
	.home-our-products .section {
			min-height: 120px;
	}
}
@media (max-width: 1160px) and (min-width: 992px) {
	body.hs-blog-listing .row-fluid .listingFull {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (min-width: 768px) {
	.home-new-blog-import.home-live-event .container{
		padding-left: 20px;
		padding-right: 10px;
	}
	.customer-section-three .display-flex > .span6 {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.home-our-products .box {
		margin-bottom: 20px;
	}
	.customer-section-three .right {
		min-height: 0;
	}
	.partner-row {
		margin-bottom: 20px;
	}
	.cs-block .text {
		min-height: 0;
	}
	.home-new-blog-import .threeblog .hs-rss-item,
	.threeblog .hs-rss-item{
		margin-right: 0;
		margin-left: 0;
	}
	.event-content {
		padding: 30px 25px 50px;
	}
	.threeblog .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    padding: 40px 25px 50px;
	}
	.home-live-event .one .text {
    padding: 40px 20px 55px;
	}
}
@media (max-width: 479px) {
	.lp-body img {
		width: 100% !important;
	}
}
  
  .ota-blog--banner .ota-blog--content p,
.ota-blog--banner .ota-blog--content a,
.ota-blog--banner .ota-blog--content h1 {
  color: #fff !important;
}

.ota-blog--post-content .post-body p,
.ota-blog--post-content .post-body a {
  color: #000 !important;
}

.o-container--max {
  max-width: 1260px !important;
}

.o-container--max .md-content {
  padding-left: 0px !important;
  width: 100% !important;
}
  
.o-container--max .center-content h1,
.o-container--max .center-content h2,
.o-container--max .center-content h3,
.o-container--max .center-content h4,
.o-container--max .center-content h5,
.o-container--max .center-content p,
.o-container--max .center-content ul,
.o-container--max .center-content a,
.o-container--max .center-content .c-cta {
  text-align: center !important;
}

.legal-consent-container .hs-form-booleancheckbox-display > span {
  font-size: 13px !important;
}

/*.c-hero-pillar-text a {
      padding: 10px;
    text-decoration: none;
    background-color: #fff;
    color: #0093d6;
    border: 1px solid #ddd;
    font-weight: 500;
  font-size: 15px;
  white-space: nowrap;
      border-radius: 4px;
}*/

/*.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(3) > ul li,
.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(4) > ul li{
  width: 100% !important;
  
}

.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(3) > ul,
.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(4) > ul {

    width: 250px;
  
}*/



/* FROM TEMP CSS - PART OF OPTIMIZING FOR BETTER PERFORMANCE */
.blogarea .span9{
    margin:0px;
}



.threeblog .hs-rss-item {
    width:33.33333%;
    float:left;
}
.threeblog .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper{
    width:100%;
}
.threeblog .hs-rss-item.hs-with-featured-image .hs-rss-item-text{
    padding-top: 77%;
    width:100%;
}
.threeblog .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper{
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 0;
    padding-bottom: 63%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}
.threeblog h3{
    display:none;
}
.threeblog .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    float: left;
    padding: 40px 20px;
    font-size: 0.9375rem;
    box-sizing: border-box;
    width: 100%;
    padding-top: 70%;
    margin-top: 10px;
    margin-top: 0.625rem;
    color: #fff;
    min-height:530px;
}
.threeblog .hs-rss-item.hs-with-featured-image {
    overflow: hidden;
}
.threeblog .hs-rss-item:first-child{
    background-color:#eee;
}
.threeblog .hs-rss-item:nth-child(2) {
    background-color: #cecece;
}
.threeblog .hs-rss-item:nth-child(3) {
    background-color: #eee;
}
.threeblog .hs-rss-item:last-child{
    background-color:#cecece;
}

.threeblog .hs-rss-item a{
    text-decoration:none;
    display:block;
}
.threeblog .hs-rss-title:hover{
color:#005EA0;
}
.threeblog .hs-rss-title{
color:#0092d5;
font-size:20px;
font-family: "proxima-nova",sans-serif;
line-height: normal;
font-weight: bold;
}
.threeblog .hs-rss-title:hover{
    color:#005EA0;
}
.threeblog .hs-rss-byline {
    font-size:16px;
}
.threeblog{
    position:relative;
}
.threeblog .hs-rss-item {
    position:relative;
}
.threeblog .hs-rss-description p{
    color:#333;
    font-size:16px;
}
.threeblog  .hs-rss-description p a{
    margin-top:10px;
}
.threeblog .hs-rss-title:hover{
color:#0093d6;
}

@media (min-width: 600px){
    .threeblog .hs-rss-item {
        overflow: hidden;
        width: calc(33.333333% - 10px);
        margin-right: 5px;
        margin-right: 0.3125rem;
        margin-left: 5px;
        margin-left: 0.3125rem;
        float: left;
        position: relative;
        vertical-align: top;
    }
}
@media (min-width: 768px){
    .threeblog .hs-rss-item {
        width: calc(33.333333% - 10px) !important;
        min-height: 400px;
    }
}

@media (max-width: 768px){

    .threeblog .hs-rss-item{
        width:100%;
    }

}


.home-live-event{
    padding-bottom:60px;
}
.home-live-event .one{
    background-color: #eee;
    border-radius: 0px;
    width:25%;
    margin:0px;
}
.home-live-event .two{
    width:75%;
    margin:0px;
}
.home-live-event .two .threeblog{
    margin-left:6px;
}
/*.home-live-event .one .text{*/
/*    padding: 20px;*/
/*    min-height: 328px;*/
/*}*/

.home-live-event .one h3{
    color: #0092d5;
    font-size: 20px;
    font-family: 'Archivo Narrow', sans-serif;
    line-height: normal;
    font-weight: bold;
    margin-top:0px;
}
.home-live-event .one h3 a{
    font-family: 'Archivo Narrow', sans-serif;
}

.home-live-event .one p{
    color: #1d1d1b;
    font-size: 16px;
}

.home-live-event .one a{
    text-decoration:none;
}

@media (max-width: 990px){
    .home-live-event .one .text{min-height: 414px;}
    .threeblog .hs-rss-item.hs-with-featured-image .hs-rss-item-text{min-height:547px;}
}
@media (max-width: 767px){
    
    .home-live-event .one{width:100%;margin-bottom:20px;}
    .home-live-event .two{width:100%;}
    .home-live-event .one img{width:100%;}
    .home-live-event .one .text{min-height:inherit; }
    .threeblog .hs-rss-item.hs-with-featured-image .hs-rss-item-text{min-height:inherit;}
}



/* Module CSS */

/* Intro Section */

.ota-simple-intor-section .c-heading.c-heading--small{
  font-weight: 300;
}

/* Testimonial Slider */

.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: 51.25% !important;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  font-family: 'fontAwesome';
}
.owl-carousel .owl-nav .owl-prev:before{
  /*fa-chevron-left*/
  content: "\f053";
  margin-right:10px;
}
.owl-carousel .owl-nav .owl-next:after{
  /*fa-chevron-right*/
  content: "\f054";
  margin-right:10px;
}
.owl-carousel {
  position: relative;
  height: 100%;
}
.owl-carousel div:not(.owl-controls) {
  /*
  height: 100%;
  z-index:10;
  */
}
.owl-carousel .owl-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.owl-carousel .owl-controls {
  position: absolute;
  top: -7% !important;
  left: 0;
  right: 0;
}
.owl-carousel .owl-controls .owl-buttons div {
  position: absolute;
  top: 220px;
  bottom: 0;
  display: inline-block;
  zoom: 1;
  margin: 0;
  width: 50px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  font-size: 0;
  border-radius: 3px;
  color: #FFF;
  background: #000;
  opacity: .9;
  text-transform: capitalize;
}
body .owl-carousel .owl-controls .owl-buttons div {
  opacity: .9;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev {
  /*left: 5px;*/
  left: 115px;
}
.owl-carousel .owl-controls .owl-buttons .owl-next {
  right: 15px;
}
.owl-controls{
  position: absolute;
  width: 100% !important; /* adjust if necessary */
  top: 23% !important; /* adjust if necessary */
  margin: 0 -3.5% !important; /* adjust if necessary */
}
.owl-buttons div{ /* left arrow */
  width: 70px!important;
  height: 128px !important;
  padding-top: 33px !important; /* height background image */
  overflow: hidden !important;
  background: transparent url(https://2847527.fs1.hubspotusercontent-na1.net/hubfs/2847527/Silverbug%20Website%202017/Home/arrow-left.png) 0 0 no-repeat !important;
  margin: 0 !important;
  float: left;
}
.owl-buttons .owl-next{ /* right arrow */
  float: right;
  background: transparent url(https://2847527.fs1.hubspotusercontent-na1.net/hubfs/2847527/Silverbug%20Website%202017/Home/arrow-right.png) 0 0 no-repeat !important;
}
.textarea{
  background-color: #fff;
  padding: 40px;
}
.o-slider-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url(https://3988515.fs1.hubspotusercontent-na1.net/hubfs/3988515/OTA-Live-Files/ota-images/ota-product-slider-bg-5.svg);
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
body .md-testimonial-slider iframe {
    width: 520px;
    height: 300px;
}
@media(max-width: 1599px){
  body .md-testimonial-slider iframe {
    width: 440px;
    height: 250px;
    float: right;
  }
}
@media(max-width: 1259px){
   body .md-testimonial-slider iframe {
    width: 380px;
    height: 220px;
    float: right;
  }
}
@media(max-width: 991px){
    body .md-testimonial-slider .testimonial-video {
      padding-top: 20px;
    }
   body .md-testimonial-slider iframe {
      width: 400px;
      height: 220px;
      float: none;
      margin: 0 auto;
      position: absolute;
      right: 0;
      left: 0;
  }
  body .md-testimonial-slider .testimonial-profile-text {
    padding-left:0;
  }
  body .md-testimonial-slider .owl-carousel .owl-controls {
      top: -30px !important;
  }
}
@media(max-width: 767px){
  body .md-testimonial-slider iframe {
    width: 310px;
    height: 180px;
  }
}
@media (max-width: 479px) {
  body .md-testimonial-slider iframe {
    width: 280px;
    height: 160px;
  }
  .md-testimonial-slider .owl-carousel .owl-controls .owl-buttons .owl-prev {
      left: 0px;
  }
  .md-testimonial-slider .owl-theme .owl-controls .owl-buttons div {
      width: 50% !important;
  }
  body .md-testimonial-slider .owl-carousel .owl-controls {
    display: block !important;
    top: -40px !important;
  }
}
/*** IE11 internet Explorer ***/
@media screen and (-ms-high-contrast:none){
  .md-testimonial-slider .owl-buttons div {
     background: transparent url(https://3988515.fs1.hubspotusercontent-na1.net/hubfs/3988515/OTA-Live-Files/ota-icons/left-arrow-bold.png) 0 0 no-repeat !important;
     opacity: .9 !important;
  }
  .md-testimonial-slider .owl-buttons .owl-next {
     background: transparent url(https://3988515.fs1.hubspotusercontent-na1.net/hubfs/3988515/OTA-Live-Files/ota-icons/right-arrow-bold.png) 0 0 no-repeat !important;
  }
}

/* Hero Section */

.hero-pillar {
  padding: 150px 0px 100px !important;
}

.hero-pillar .o-container--large {
  max-width: 100% !important;
}

.content-container-banner {
  max-width: 622px;
  float: right;
  width: 100%;
  padding-left: 0px;
}

.content-container-banner h5 {
  margin-top: 0px; 
}

.md-image .img-normal {
  background-position: 50% 50% !important;
  max-width: 622px;
}

.md-image .img-ten {
  background-position: 70% 50% !important;
}

.md-image .img-twenty {
  background-position: 90% 50% !important;
}

.md-image .img-thirty {
  background-position: 110% 50% !important;
}

.md-image .img-forty {
  background-position: 130% 50% !important;
}

.md-image .img-fifty {
  background-position: 150% 50% !important;
}

.o-image-wrapper.pillar-hero-image {
  height: 500px;
  margin-bottom: 0px;
  background-repeat: no-repeat;
}

.hero-pillar .md-content {
  margin-top: 200px;
  padding-left: 30px;
}

.c-hero-button a {
  padding: 10px;
  text-decoration: none;
  background-color: #fff;
  color: #0093d6;
  border: 1px solid #ddd;
  font-weight: 500;
  font-size: 15px;
  white-space: nowrap;
  border-radius: 4px;
}

.hero-pillar .md-image {
  margin-top: 50px;
  overflow: hidden;
}

.c-hero-pillar-text {
  color: unset !important;
}

@media (max-width: 1200px) {
  /*    .hero-pillar .md-content {
  width: 100% !important;
  margin-top: 50px !important;
}*/

  .hero-pillar .md-image {
    /*width: 100% !important;*/
    margin-top: 0px !important;
  }

  .hero-pillar .md-content {
    /*width: 100% !important;*/
    margin-top: 100px !important;
  }

  .content-container-banner {
    /*max-width: 800px;
    float: none;
    width: 100%;*/
    padding-left: 0px;
    /*margin: 0 auto;*/
  }

  h1.c-heading.c-heading--xlarge.hero-pillar-page {
    font-size: 40px;
    line-height: 54px;
  }


}

@media (max-width: 980px) {

  .o-image-wrapper.pillar-hero-image {
    max-width: 80%;
    float: none;
    margin: 0 auto !important;    
  }

  .hero-pillar .md-content {
    width: 100% !important;
    margin-top: 0px !important;

  }

  .hero-pillar .md-image {
    width: 100% !important;
    margin-top: 50px !important;
  }

  .content-container-banner {
    max-width: 800px;
    float: none;
    width: 100%;
    padding-left: 0px;
    margin: 0 auto;
  }

  h1.c-heading.c-heading--xlarge.hero-pillar-page {
    font-size: 40px;
    line-height: 54px;
    text-align: center;
  }

  .o-section-hero .md-content .c-heading,
  .md-content h5 {
    text-align: center;
  }

  .c-hero-pillar-text {
    text-align: center;
  }

}

@media (max-width: 768px) {

  .o-section-hero .md-content {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .o-image-wrapper.pillar-hero-image {
    max-width: 80%;
    float: none;
    margin: 0 auto !important;    
    height: 300px !important;
    padding-top: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 480px) {
  .md-content h1 {
    font-size: 32px;
    line-height: 42px;
  }
}


/* Basic Content Switcher */
.blue-heading h3.c-heading.c-heading--small {
	font-size: 24px;
	color: #0093d6;
	margin: 0;
	font-weight: 300;
	padding-bottom: 0px;
}
.o-section.small-pad {
    padding: 70px 30px;
}

/* Icon and Description List with 2 Columns */
.md-icon-desc-list.o-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.md-icon-desc-list--row,
.md-icon-desc-list--item {
    display: grid;
}
.md-icon-desc-list--row.three-col {
    grid-template-columns: 2fr 2fr 2fr;
}
.md-icon-desc-list--row {
    grid-template-columns: 2fr 2fr;
/*     grid-gap: 4%; */
  grid-gap: 35px;
}
.md-icon-desc-list--item {
    grid-template-columns: 1fr 3fr;
    grid-gap: 4%;
    /*align-items: center;*/
    padding-bottom: 10%;
    padding-top: 10%;
}
.md-icon-desc-list--desc {
    font-size: 18px;
}

.md-icon-desc-list--item.img-top {
  grid-template-columns: unset;
}

.img-top .md-icon-desc-list--img img {
  margin: 0 auto !important;
  float: none !important;
  display: block !important;
}

.img-top .md-icon-desc-list--img.sti img {
  width: 100px !important;
}

@media (max-width: 991px){
    .md-icon-desc-list--desc {
        font-size: 16px;
    }
}
@media (max-width: 767px){
  .md-icon-desc-list--row {
    grid-template-columns: inherit;
    column-gap: inherit;
    display: block;
  }
  
  .md-icon-desc-list--item {
     grid-template-columns: inherit;
     width: 100%;
     padding: 20px;
     text-align: center;
  }  
  .md-icon-desc-list--desc {
    font-size: 18px;
    width: 100%;
    padding: 20px 0; 
  }
  .md-icon-desc-list--img {
      width: 80%;
      margin: 0 auto;
  }
}
@media (max-width: 479px){
  .md-icon-desc-list--desc {
    font-size: 16px;
  }
   .md-icon-desc-list--img {
      width: 80%;
      margin: 0 auto;
  }
}

@media screen and (-ms-high-contrast:none){
  .md-icon-desc-list--row {
      display: block;
  }
  .md-icon-desc-list--item,
  .md-icon-desc-list--img,
  .md-icon-desc-list--desc {
      float: left;
  }
  .md-icon-desc-list--item {
      width: 50%;
      padding: 20px;
  }
  .md-icon-desc-list--desc {
      width: 70%;
      padding: 0 20px 20px; 
  }
  .md-icon-desc-list--img {
      width: 30%;
  }
}

.badge-image-1 {
  width: 140px !important;
}
.badge-image-2 {
  width: 150px !important;
      margin-left: 10px !important;
}
.badge-image-3 {
  width: 140px !important;
}

@media (max-width: 768px) {
  .badge-image-1 {
    margin-bottom: 15px !important;
    margin-left: 10px !important;
  }
  .badge-image-2 {
    margin-bottom: 15px !important;
  }
  .badge-image-3 {
    margin-bottom: 15px !important;
    margin-left: 10px !important;
  }
}

.form #hs_cos_wrapper_module_153794718947811438 .hs-error-msg {
  color: #f3773e !important;
}

.form #hs_cos_wrapper_module_153794718947811438 .hs-field-desc {
  color: #000 !important;
  padding: 0px;
}

.our-products-container {
  display: flex;
  flex-wrap: wrap;
/*   width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding-top: 35px; */
}

@media (max-width: 850px) {
  .our-products-container {
    flex-direction: column;
  } 
}

.our-products-container .product-container {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  width: 100%;
  max-width: 50%;
}

@media (max-width: 850px) {
  .our-products-container .product-container {
    max-width: 100%;
  }
}

.our-products-container .product-container .product {
  display: flex;
  width: 100%;
  min-height: 50px;
  padding: 50px 10px;
  border-radius: 4px;
  border: 2px solid #D8D8D8;
}

@media (max-width: 480px) {
  .our-products-container .product-container .product {
    flex-direction: column;
    padding: 10px 10px 20px;
  }
}

.our-products-container .product-container .product .featured-image {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 30%;
  max-width: 30%;
  padding-right: 10px;
}

.our-products-container .product-container .product .featured-image img {
  max-height: 100%;
  width: 100%;
  height: 110px;
}

@media (max-width: 1024px) {
  .our-products-container .product-container .product .featured-image {
    max-width: 30%;
  }
  .our-products-container .product-container .product .featured-image img {
/*     max-width: 30%; */
    height: auto;
  }
}

@media (max-width: 768px) {
  .our-products-container .product-container .product .featured-image {
    max-width: 30%;
  }
}

@media (max-width: 480px) {
  .our-products-container .product-container .product .featured-image {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 0px;
  }
}

.our-products-container .product-container .product .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 70%;
  align-items: flex-start;
}

@media (max-width: 1024px) {
  .our-products-container .product-container .product .content {
    max-width: 70%;
  }
}

@media (max-width: 850px) {
  .our-products-container .product-container .product .content {
    max-width: 100%;
  }
}

.our-products-container .product-container .product .content p,
.our-products-container .product-container .product .content .title,
.our-products-container .product-container .product .content .subtitle,
.our-products-container .product-container .product .content .description {
  text-align: left;
}

.our-products-container .product-container .product .content .title {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: normal;
}

.our-products-container .product-container .product .content .title .label {
  color: #fff;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 50px;
  position: relative;
  top: -2px;
  background-color: #005EA0;
}

.our-products-container .product-container .product .content .subtitle {
  font-size: 17px;
  color: #333;
  font-weight: 400;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.our-products-container .product-container .product .content .description {
  font-size: 16px;
  color: #333;
  font-weight: 300;
  margin-bottom: 15px;
}

.our-products-container .product-container .product .content .hs-cta-wrapper {
  text-align: left;
}

.our-products-container .product-container .product .content .hs-cta-wrapper .cta_button {
  box-shadow: none;
}