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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




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





*{box-sizing: border-box;}
*:focus{outline:none;}
::-moz-focus-inner{border:0;}
body{margin:0px;font-family: 'Ubuntu', sans-serif, Arial, Helvetica; font-weight:400; color:#3b3b3b; font-size: 16px;}
input{font-family: 'Ubuntu', sans-serif, Arial, Helvetica;}
ul{margin:0px; padding:0px;}
ul li{list-style:none;}
strong{font-weight:700;}
a{ -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;; text-decoration:none; color:#3b3b3b;}
a:hover, a:focus{text-decoration:none; }

::-webkit-input-placeholder{opacity:1;}
::-moz-placeholder{opacity:1;}
:-ms-input-placeholder{opacity:1;}
:-moz-placeholder{opacity:1;}

textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="file"], 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"]
{font-family: 'Ubuntu', sans-serif, Arial, Helvetica; border-radius:0; border:none; padding:10px; margin:0 0 15px 0; font-size:16px; font-weight:400; width: 100%;}
fieldset.form-columns-1 textarea.hs-input, fieldset.form-columns-1 select.hs-input fieldset.form-columns-1 input[type="text"].hs-input,  fieldset.form-columns-1 input[type="password"].hs-input,  fieldset.form-columns-1 input[type="datetime"].hs-input,  fieldset.form-columns-1 input[type="datetime-local"].hs-input, fieldset.form-columns-1 input[type="date"].hs-input, fieldset.form-columns-1 input[type="file"].hs-input, fieldset.form-columns-1 input[type="month"].hs-input, fieldset.form-columns-1 input[type="time"].hs-input, fieldset.form-columns-1 input[type="week"].hs-input, fieldset.form-columns-1 input[type="number"].hs-input, fieldset.form-columns-1 input[type="email"].hs-input, fieldset.form-columns-1 input[type="url"].hs-input, fieldset.form-columns-1 input[type="search"].hs-input, fieldset.form-columns-1 input[type="tel"].hs-input, fieldset.form-columns-1 input[type="color"].hs-input{width:100%;}
.hs-form fieldset.form-columns-1 textarea.hs-input, .hs-form fieldset textarea.hs-input, .hs-form fieldset input[type="number"].hs-input{width:100%;}
input[type="radio"], input[type="checkbox"]{margin-right: 10px;}
input[type="file"]{background-color:#fff; color:#000;}
.inputs-list{margin:0 0 15px;}
input[type="submit"]{font-family: 'Ubuntu', sans-serif, Arial, Helvetica; color:#fff; cursor:pointer; -webkit-appearance: none; border-radius:0px; width:100%; border:none; box-sizing:border-box; background-color:; padding:18px 10px; font-weight:700; font-size:18px; display: inline-block; text-align: center; -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;;}
input[type="submit"]::-moz-focus-inner{border: 0;}
input[type="submit"]:hover{background-color:;}
fieldset .hs-form-field > label{display:none;}
textarea{resize:none;}
h1,h2,h3,h4,h5,h6,p,ul{margin:0px; color:#3b3b3b; }
.row-fluid [class*="span"].no-height{min-height: auto;}
.container, .row-fluid .container[class*="span"]{margin-left:auto; margin-right:auto; padding-left:15px; padding-right:15px; float:none; box-sizing: border-box;}
.container, .row-fluid .container[class*="span"]:after{clear:both; content: ""; display:table;}
.row{margin-right:-15px; margin-left:-15px;}
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.padding-topbottom{padding-top:60px; padding-bottom:60px;}
.row-fluid [class*="span"]{min-height:auto;}
.hs-error-msgs label{display:block; font-size:13px; transform:translate(2px, -11px); -webkit-transform:translate(2px, -11px); -moz-transform:translate(2px, -11px);}
.bg-img img{display:none;}
.bg-wrapper{background-repeat:no-repeat; background-position:center; background-size:cover;}
body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{max-width: none; white-space: inherit; overflow: visible;}

.row-fluid .footer-box2 { float:left; width:24.25%; margin: 0 1% 0 0; cursor:pointer;  position:relative; background:rgba(38,86,122,.5);   border-top:10px solid #1FAFDF;  color:#fff; padding:20px 30px; font-weight:300; font-size:13px; line-height:14px; } 
.row-fluid .footer-box2:last-child { margin-right:0; }
/*.row-fluid .footer-bottom { position:fixed; bottom:0; width:100%; left:0;  }*/
.row-fluid .footer-box2 p  { color:#fff; font-weight:300; }
.row-fluid .footer-box2 .cta_button { display:inline-block; background:#1FC3F3; color:#fff; text-transform:uppercase; font-weight:300; font-size:13px; padding: 12px 20px; }
.row-fluid .footer-box2 h4 { font-size:20px; color:#fff; text-transform:uppercase; margin-bottom:15px; margin-top:20px; line-height:normal; }
.row-fluid .footer-box2 .footer-dowloadimg { position: relative; margin-top: -80px; }
.row-fluid .footer-box2 .footer-dowloadimg img { width:100%; max-width:200px; position:relative; margin-left:-12px; }
.row-fluid .footer-box2 form .hs-form-required { display:none !important; }
.row-fluid .footer-box2 form .actions input  { background:#1FC3F3; padding:0; font-size:10.2px; }
.row-fluid .footer-box2 form input { height:30px; line-height:30px; font-size:10.2px;  margin-bottom: 7px; }
.row-fluid .footer-box2 .cta_button:hover , .row-fluid .footer-box2 form .actions input:hover { background: #00497E; }

.row-fluid .footer-box2 form .hs-error-msgs  { display:none !important; }
.row-fluid .footer-box2 form input.error { background:#ffcccc; }

.row-fluid .footer-box2 form .input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #939598; }
.row-fluid .footer-box2 form .input input::-moz-placeholder { /* Firefox 19+ */ color: #939598; }
.row-fluid .footer-box2 form .input input:-ms-input-placeholder { /* IE 10+ */  color: #939598; }
.row-fluid .footer-box2 form .input input:-moz-placeholder { /* Firefox 18- */  color: #939598; }

.row-fluid .click-open5 { display:none;     padding: 20px 30px; background:rgba(38,86,122,.5); position:absolute; left:0; top:98px; width:100%;  }
.row-fluid .footer-box2 .click-box5 { float:none; width:auto; display:inline-block; text-align:left; font-size:19px; color:#fff; line-height:23px; cursor:pointer; position:relative; padding-left: 60px; } 
.row-fluid .footer-box2 .click-box5:after { position:absolute; left:0; top:0; content:''; width:45px; height:46px; background-repeat:no-repeat !important; background-position:center center; background:url(https://cdn2.hubspot.net/hubfs/3289531/Inbound%20Fintech%202018/call.png); }
.row-fluid .footer-box2 .click-box5 h5 { font-size:27px; font-weight:700; line-height:25px; color:#fff; }

.row-fluid .footer-box2:nth-child(2) .click-box5:after { background:url(https://cdn2.hubspot.net/hubfs/3289531/Inbound%20Fintech%202018/whitepaper.png); }
.row-fluid .footer-box2:nth-child(3) .click-box5:after { background:url(https://cdn2.hubspot.net/hubfs/3289531/Inbound%20Fintech%202018/quote.png); }
.row-fluid .footer-box2:nth-child(4) .click-box5:after { background:url(https://cdn2.hubspot.net/hubfs/3289531/Inbound%20Fintech%202018/roi.png); }

.row-fluid .footer-box2.open { /* background:rgba(38,86,122,.5);*/ border-top:10px solid transparent; }

.row-fluid .footer-box2.open .click-box5 { opacity:0; }
.row-fluid .footer-box2.open .click-open5  { text-align:left; overflow:visible !important;  -moz-transform: translateY(-100%); background:rgba(38,86,122,.5); border-top:10px solid #1FAFDF;
-webkit-transform: translateY(-100%);
-o-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);  }



/* CSS start from here */
.row-fluid .header{ padding:0; position:absolute; top:0; left:0; width:100%; }
.row-fluid .header .header-logo{float:left; width:200px;}
.row-fluid .header .header-menu{float:left; width:calc(100% - 300px); margin-left:0;}
.row-fluid .header .header-social,.header-blue .header-social {float:right; width:100px; margin-left:0;}
.row-fluid .header .header-menu ul{width:100%; float:left; text-align:right; padding-top: 35px;}
.row-fluid .header .header-menu ul li{padding:0; float:none; display:inline-block;}
.row-fluid .header .header-menu ul li a{padding:8px 14px; color:#FFF; font-weight:400;}
.row-fluid .header .header-social ul{text-align:right; padding-top: 40px;}
.row-fluid .header .header-social ul li,.header-blue .header-social ul li{display:inline-block; margin:0 3px;}
.row-fluid .header .header-social ul li:last-child,.header-blue .header-social ul li:last-child{margin-right:0;}
.row-fluid .header .header-social ul li:first-child,.header-blue .header-social ul li:first-child{margin-left:0;}
.row-fluid .header .header-social ul li a,.header-blue .header-social ul li a{height:23px; width:23px; background-color:#FFF; text-align:center; border-radius:100%; display:inline-block; }
.row-fluid .header .header-social ul li i,.header-blue .header-social ul li a i{line-height:23px; font-size:13px; color:#14568B;}
.row-fluid .header-blue .header-social ul li a{background-color:#14568B;}
.row-fluid .header-blue .header-social ul li a i{color:#fff;}

.row-fluid .hero-section{/*height:100vh;*/ height:660px;}
.hero-text{text-align:center; padding-top:260px;}
.hero-subtitle{font-size:31px; font-weight:300; color:#FFF; line-height:37px;}
.hero-title h1{font-size:48px; font-weight:700; color:#FFF; line-height:48px;}
.who-we-cta a { color:#fff; font-size:15px;font-weight:700; text-transform:uppercase; border:2px solid #FFF; display:inline-block; padding: 12.5px 44px;}
.who-we-cta {padding-top:35px;}
body .who-we-cta a:hover { background:#fff; color:#00497E; }


/* Testimonial */
.testimonial-main { padding: 0px 0 80px;}
.testimonial-main .testimonial-section > span{padding:0px 0 50px;}
.testi-slide h4 {font-size: 18px;font-weight: 400;margin: 40px 0 20px;text-align: center;color:#fff;}
.testi-slide p {font-size: 19px;line-height: 35px;position: relative;text-align: center;color:#fff;}
.testi-slide {text-align:center;padding: 0 25px;}
.testi-slide p:before {content: "\f10d";font-family: "FontAwesome";font-size: 22px;padding-right: 17px;position: relative;font-weight: 300;top: -7px;}
.testi-slide p:after {content: "\f10e";font-family: "FontAwesome";font-size: 22px;font-weight: 300;padding-left: 17px;position: relative;top: -7px;}

.testimonial-main .slick-slider .slick-arrow{background: #fff;border-radius: 6px;color: #00497d;text-align: center;cursor:pointer; border:none; z-index:9; position:absolute; top:50%; transform:translateY(-50%); left:-90px; width:50px; height: 50px; font-size:0px; -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;; }
.testimonial-main .slick-slider .slick-arrow.slick-prev:after{content:'\f104'; font-size:45px; line-height: 50px; font-family: 'FontAwesome';}
.testimonial-main .slick-slider .slick-arrow.slick-next:after{content:'\f105'; font-size:45px; line-height: 50px; font-family: 'FontAwesome';}
.testimonial-main .slick-slider .slick-arrow.slick-next{left:auto; right:-90px;}

.testimonial-main .slick-slider .slick-dots{position:absolute; left:0; right:0; bottom:0px; text-align:center;}
.testimonial-main .slick-slider .slick-dots li{display:inline-block; margin:0 5px;}
.testimonial-main .slick-slider .slick-dots li button{width:15px; height:15px; border-radius:100%; background-color:#fff; border:none; padding:0; text-indent:-9999px; cursor:pointer; opacity:.5; -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;;} 
.testimonial-main .slick-slider .slick-dots li.slick-active button{opacity:1;}




/* */
.packages-section{background-color:#00497D;text-align:center;padding: 75px 0 90px;}
.packages-section h2{font-size: 50px;color:#fff;}
.packages-section .widget-type-text {color: #fff;font-size: 23px; margin: 20px 0 30px;}
.packages-section h3 {color: #fff;font-size: 16px;font-weight: 400;margin-bottom: 22px;}
.packages-section .currency-button-group {display: inline-block; text-align: center;}
.packages-section .currency-button-group .currency-selector {cursor:pointer; user-select: none; -webkit-user-select: none; -moz-user-select: none; border: 3px solid #29C3F3;color: #fff;font-size: 16px;font-weight: 700;margin: 0 10px;display: inline-block; float: left;padding: 6px 14px;text-decoration: none;transition: all 0.3s ease-in-out 0s;}
.packages-section .currency-button-group .currency-selector.on, .currency-button-group .currency-selector:hover {background-color: #29C3F3;text-decoration: none;}
.packages-section .currency-gbp:before{content:'£';}
.packages-section .currency-usd:before{content:'$';}
.packages-section .currency-euro:before{content:'€';}
.packages-section .package-price span{position:relative;}
.packages-section .pricing-outer {padding-top: 15px;}
.packages-section .pricing-outer .package-icon { display: block; float: left;height: 45px; width: 100%;}
.packages-section .pricing-outer > span{display:block;margin:0 -15px;}
.packages-section .pricing-outer > span > div{width:33.33%;float:left;padding:0 15px;}
.packages-section .pricing-outer > span > div:nth-child(2) .pricing-header,.packages-section .pricing-outer > span > div:nth-child(2) .pricing-footer .price-contact-button { background-color: #29C3F3;}
.packages-section .pricing-outer > span > div:nth-child(3) .pricing-header,.packages-section .pricing-outer > span > div:nth-child(3) .pricing-footer .price-contact-button { background-color: #236CA1;}
.packages-section .pricing-outer .pricing-body { padding: 20px 0 25px;}
.packages-section .pricing-outer .pricing-header {color: #fff; padding: 30px 15px 20px;text-align: center;background-color: #78D8F7;}
.packages-section .pricing-outer .package-title-small {font-size: 18px;padding: 15px 0 5px;}
.packages-section .pricing-outer .package-price {font-size: 42px;line-height: 40px;}
.packages-section .pricing-outer .package-includes {font-size: 12px; padding: 15px 0 0;}
.packages-section .pricing-outer .pricing-body ul {margin: 0;padding-left: 0;text-align: center;color:#939598;}
.packages-section .pricing-outer .pricing-body ul  li {padding-bottom: 10px;padding-top: 10px;text-transform: capitalize;color:#939598;}
.packages-section .pricing-outer .required-hubspot {font-size: 12px}
.packages-section .pricing-outer .pricing-section {background-color: #fff;margin-bottom: 30px;margin-top: 30px;text-align: center;}
.packages-section .pricing-outer .pricing-footer .price-contact-button {color: #fff;background-color: #78D8F7;display: block;font-size: 22px;padding: 31px 0;text-align: center;text-transform: uppercase;width: 100%;}

.header-blue{border-bottom:5px solid #fff;}
.row-fluid .header-blue .header-social ul {padding-top: 44px; text-align: right;}
.header-blue .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {padding: 45px 20px;color:#00497D;}
.header-blue .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:hover > a{background-color:#00497D;color:#fff;}
.row-fluid .header-blue .mainmenu { width: 74.359%;}
.row-fluid .header-blue .header-social { width: 8.55%;}
.row-fluid .header-logo-img { width: 13.529915%;}
.header-logo-img { padding: 25px 0 10px;}
.header-blue .mainmenu .hs-menu-wrapper ul ul{position:relative;}
.header-blue .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {color:#00497D;}
.header-blue .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {background-color:#00497D;color:#fff;}

.form-section{ padding: 58px 0 42px;}
.form-section h2 {color: #939598;font-size: 50px;font-weight: 400;margin: 0 0 25px;text-align:center;text-transform: uppercase;}
.form-section p {color: #939598;font-size: 16px;font-weight: 300;text-align: center;}
.row-fluid .form-section .widget-type-form {padding:50px 0 30px;width:100%; max-width:660px;margin:0 auto;float:none;}
.form-section .widget-type-form .field {margin: 0 0 15px;}
.form-section .widget-type-form .hs-form-required { display: none;}
.form-section .widget-type-form .input .hs-input{background-color:#E6E7E8;font-size:16px;font-weight:400;color:#939598;padding: 12px 15px;}
.form-section .widget-type-form .hs_submit{text-align:center;}
.form-section .widget-type-form .hs_submit .large{background-color:#1FC3F3; color:#fff;font-size:16px;font-weight:400;text-transform:uppercase; display: inline-block;width: 100%; max-width: 240px;padding: 12px 0;} 
.form-section .widget-type-form .input textarea.hs-input {height: 124px;}
.form-section .widget-type-form .hs_submit .large:hover{background-color:#14568b;}
.form-section .widget-type-form .hs-error-msgs.inputs-list li,.form-section .widget-type-form .hs-error-msgs.inputs-list li label{color:#939598;}

.footer-blue{background-color:#00497D;padding:80px 0 0;}
.footer-blue .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {display:inline-block;white-space: initial; color: #fff;font-size: 18px;font-weight: 300;margin: 0 0 2px;padding: 0;text-decoration: none;}
.footer-blue .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:hover{color:#20C4F4;}
.footer-blue .hs-menu-wrapper.hs-menu-flow-vertical > ul {margin-bottom: 30px;}
.footer-blue .footer-form-section .footer-form-subscribe{max-width:296px;width:100%;}
.footer-blue .footer-menu-section{padding-right: 65px;}
.footer-blue .footer-form-subscribe h3 {color: #fff;font-size: 18px;margin: 0 0 30px;}
.footer-blue .hs-form-required { display: none;}
.footer-blue .footer-form-section .footer-form-subscribe .input .hs-input{background-color:#fff;border-radius:6px; font-size:15px;font-weight:300;color:#939598;padding: 12px 15px;}
.footer-blue .footer-form-section .footer-form-subscribe .hs_submit .large{background-color:#1FC3F3; color:#fff;font-size:11px;font-weight:400;border-radius: 35px;text-transform:uppercase; display: inline-block;width: 100%; padding: 8px 0;} 
.footer-blue .footer-form-section .footer-form-subscribe .hs_submit .large:hover{background-color:#fff;color:#1FC3F3;}
.footer-blue .footer-form-section .footer-form-subscribe .hs-error-msgs.inputs-list li,.footer-blue .footer-form-section .footer-form-subscribe .hs-error-msgs.inputs-list li label{color:#fff;}
.footer-blue .footer-social ul li{display:inline-block; margin:0 8px;}
.footer-blue .footer-social ul li:last-child{margin-right:0;}
.footer-blue .footer-social ul li:first-child{margin-left:0;}
.footer-blue .footer-social ul li a{height:28px; width:28px; background-color:#FFF; text-align:center; border-radius:100%; display:inline-block; }
.footer-blue .footer-social ul li a i{line-height:28px; font-size:18px; color:#14568B;}
.footer-blue .footer-social ul li a:hover{ background-color:#1FC3F3;}
.footer-blue .footer-social p{color:#fff;font-size:16px;font-weight:300;text-transform:uppercase;margin-bottom: 50px;position:relative;padding-left:70px;}
.footer-blue .footer-social p:before {content: "";background-repeat:no-repeat;background-position:center;background-size:auto;background-image:url('https://cdn2.hubspot.net/hubfs/3289531/Inbound%20Fintech%202018/mail.png');width:49px;height:49px;left: 0;position: absolute;top: 0;margin: auto; bottom: 0;}
.footer-blue .footer-social p:nth-child(2):before{background-image:url('https://cdn2.hubspot.net/hubfs/3289531/Inbound%20Fintech%202018/phone.png');}
.footer-blue .footer-social p:last-child:before{background-image:url('https://cdn2.hubspot.net/hubfs/3289531/date-icon.png');}
.footer-blue .footer-social p a{font-weight:700;text-transform:initial;color:#fff;}
.footer-blue .footer-social p a:hover{color:#20C4F4;}
.footer-blue .footer-social ul{ padding: 0px 0 35px;}
.footer-blue .footer-social { padding-left: 37px;}
.footer-blue .copy-right-text{background-color:#323132;color:#fff;text-align:center;padding:25px 15px;font-size:18px;font-weight:300;margin-top:60px;}

/*----------*/
.row-fluid .hero_section { padding:224px 0; color:#fff; font-size:22px; line-height:28px; position:relative; text-align:center;     /*background-position: top center;*/    background-size: cover !important; }
.row-fluid .hero_section:before { position:absolute; content:""; /*background:rgba(0,73,125,.7);*/ width:100%; height:100%; left:0; top:0; }
.row-fluid .hero_section .container { position:relative; z-index:99; }  
.row-fluid .hero_section h1 { font-size: 48px; font-weight: 700; color: #FFF; line-height: 48px; margin-bottom:20px; }


.row-fluid .video_section { padding:50px 0; text-align:center; }
.row-fluid .video_code iframe { width:800px !important; height:500px !important; float:none; display:inline-block; }
.row-fluid .video_code video { width:800px !important; height:500px !important; float:none; display:inline-block;}

.row-fluid .whoweare_section { padding:50px 0; text-align:center; font-size:18px; line-height:26px; background:#f2f2f2; font-weight:400; }
.row-fluid .whoweare_section p { margin:10px 0; text-align: justify; } 
.row-fluid .whoweare_section p,.row-fluid .whoweare_section ul { font-weight:400; }
.row-fluid .whoweare_section h2 {  font-size:38px; font-weight: 700; color:#00497D; line-height: 44px; margin-bottom:20px; }
.row-fluid .whoweare_section a { color:#00497D; }
.row-fluid .whoweare_section a:hover { color:#ccc; }
.row-fluid .whoweare_section ul { padding-left:40px;  }
.row-fluid .whoweare_section ul li { list-style-type: disc;}
      
.row-fluid .testimonial-main { /*padding-top:80px;*/ }

.row-fluid .logo_section { padding:50px 0 50px; background:#f2f2f2; }  
.row-fluid .logomian_boxs { width:100%; float:left; }
.row-fluid .logomian_boxs > span { width:100%; float:left; }
.row-fluid .logomian_boxs > span > .hs_cos_wrapper { width:25%; float:left; padding:5px; text-align:center; }
.row-fluid .logomian_boxs .logoboxs { width:100%; float:left; text-align:center; }
.row-fluid .logomian_boxs .logoboxs img {display: inline-block; max-width: 200px; height: auto; float: none; margin: auto auto;}

.row-fluid .logomian_boxs .slick-dots{position:absolute; left:0; right:0; bottom:-30px; text-align:center;}
.row-fluid .logomian_boxs .slick-dots li{display:inline-block; margin:0 5px;}
.row-fluid .logomian_boxs .slick-dots li button{width:15px; height:15px; border-radius:100%; background-color:#fff; border:none; padding:0; text-indent:-9999px; cursor:pointer; opacity:.5; -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;;} 
.row-fluid .logomian_boxs .slick-dots li.slick-active button{opacity:1;}

.row-fluid .journey_section { padding:50px 0 50px; text-align:center; }
.row-fluid .journey_section h2 {  font-size:38px; font-weight: 700; color:#00497D; line-height: 44px; margin-bottom:30px; }

.row-fluid .hero_section.contact_hero { padding:100px 0; }
.row-fluid .hero_section.contact_hero h1 { margin-bottom:30px; }
.row-fluid .hero_buttons { width:auto; float:none; display:inline-block; margin-top:10px; }
.row-fluid .hero_buttons a { color:#fff; font-size:15px;font-weight:700; text-transform:uppercase; border:2px solid #FFF; display:inline-block; padding: 12.5px 44px;}
.row-fluid .hero_buttons a:hover { background:#fff; color:#00497E; }


.row-fluid .contact_innersection { padding:50px 0; ; font-size:18px; line-height:26px; background:#fff; font-weight:400; }
.row-fluid .contact_innersection .contact_left p { margin:10px 0; } 
.row-fluid .contact_innersection .contact_left p,.row-fluid .contact_innersection .contact_left ul { font-weight:400; }
.row-fluid .contact_innersection .contact_left ul { padding-left:35px;} 
.row-fluid .contact_innersection .contact_left ul li { width:100%; float:left; list-style:disc; } 

.row-fluid .contact_form { width:100%; float:left; background:#00497D;  padding:30px;}
.row-fluid .contact_form form { width:100%; float:left; }
.row-fluid .contact_form h3 { width:100%; float:left; font-size: 28px; font-weight:500; color: #fff; line-height: 34px; margin-bottom:20px; text-align:center; }
.row-fluid .contact_form form {width:100%; float:left; margin-bottom:10px; }
.row-fluid .contact_form form .hs-input { width:100% !important; float:left; border-radius:5px; color: #939598;}
.row-fluid .contact_form .hs_submit { width:100%; float:left; text-align:center; }
.row-fluid .contact_form .hs_submit .hs-button { background: #1FC3F3; float:none; display:inline-block;  width: auto; padding: 10px 20px; border-radius: 8px; min-width: 130px; } 
.row-fluid .contact_form .hs_submit .hs-button:hover { background:#fff; color:#1FC3F3; }

.row-fluid .map_secrtion iframe { width:100% !important; height:500px !important; }

.row-fluid .followicon_box ul { list-style:none; margin:30px 0; text-align:center; padding:0; width:100%; float:left; }
.row-fluid .followicon_box ul li { width:auto; float:none; display:inline-block; }
.row-fluid .followicon_box ul li a { width:100%; float:left; padding:5px 10px; color:#00497D; font-size:38px; line-height:44px; }  
.row-fluid .followicon_box ul li a:hover { color:#1FC3F3; }

.row-fluid .contact_form form .hs-input::-webkit-input-placeholder{opacity:1;}
.row-fluid .contact_form form .hs-input::-moz-placeholder{opacity:1;}
.row-fluid .contact_form form .hs-input:-ms-input-placeholder{opacity:1;}
.row-fluid .contact_form form .hs-input:-moz-placeholder{opacity:1;}
.row-fluid .contact_form form ul.hs-error-msgs.inputs-list { color: #cd5c5c;}


/* Blog May 2018 */
/* --- 08-05-2018 --- */
.blog-may-2018{background-color:#f6f6f6; font-family: 'Ubuntu', sans-serif, Arial, Helvetica;}
.blog-may-2018 *{ font-family: 'Ubuntu', sans-serif, Arial, Helvetica;}

/* listing */
.blog-may-2018 .header-blue{background-color:#fff;}
.blog-may-2018 .blog-main{padding:80px 0;}
.blog-may-2018 .blog-listing-wrapper .post-item { display:  block; width:  100%; background-color:  #fff; margin: 15px 0; float: left;}
.blog-may-2018 .blog-listing-wrapper .post-item .inner { display:  flex; width:  100%; border: 1px solid #e1e1e1;}
.blog-may-2018 .blog-listing-wrapper .post-item .inner > div { width: 50%; float: left;}
.blog-may-2018 .blog-listing-wrapper .post-item .inner > div.thumb a { display:  block; width:  100%; height:  100%;}
.blog-may-2018 .blog-listing-wrapper .post-item .inner .containt { padding: 30px;}
.blog-may-2018 .blog-listing-wrapper .post-item .inner .containt h2,.blog-may-2018 .blog-listing-wrapper .post-item .inner .containt h2 a { font-size: 24px;color: #00497D;}
.blog-may-2018 .blog-listing-wrapper .post-item .inner .containt div#hubspot-author_data { margin: 15px 0; font-style: italic;}
.blog-may-2018 .blog-listing-wrapper .post-item .inner .containt p{ font-size: 16px; color: #3b3b3b; font-weight: 400; line-height: 26px;}
.blog-may-2018 .blog-listing-wrapper .post-item .inner .containt a.more-link { color: #00497D; font-size: 19px; margin-top: 25px; display: inline-block;}
.blog-may-2018 .blog-listing-wrapper .post-item .inner .containt a.author-link {color:#1FC3F3;}
.blog-may-2018 .blog-pagination { text-align: center; padding-top: 50px; display:block; float:left; width:100%;}
.blog-may-2018 .blog-pagination a { display: inline-block; color: #FFF; background-color: #4ba7e4; padding: 15px 20px; border-radius: 5px; margin: 0 7px;}
.blog-may-2018 .blog-pagination a:hover{background-color:#00497D;}

.blog-may-2018 .blog-listing-wrapper .post-item .inner .containt h2 a:hover,.blog-may-2018 .blog-listing-wrapper .post-item .inner .containt a.more-link:hover{color:#1FC3F3;}
.blog-may-2018 .blog-listing-wrapper .post-item .inner .containt a.author-link:hover{color: #00497D;}
.blog-may-2018 .inner-banner .inner-hero-content a.author-link:hover{text-decoration:underline;}
.blog-may-2018 .blog-post-outer p a:hover,.blog-may-2018 .blog-post-outer ul li a:hover{text-decoration:none;}

/* inner */
.blog-may-2018 .inner-banner{position:relative;}
.blog-may-2018 .inner-banner:before{ content:''; width: 100%; height: 100%; background-color: #00497D; opacity:0.8; position: absolute; top: 0px; left: 0px;}
.blog-may-2018 .inner-banner .avatar-details{display:flex; width:100%; align-items: center;}
.blog-may-2018 .inner-banner .hs-author-avatar { width: 80px; height: 80px; border-radius: 100%; overflow: hidden; border: 2px solid #ffff; float: left; vertical-align: middle;}
.blog-may-2018 .inner-banner .inner-hero-content p{ float:left; width:calc(100% - 80px); color:#fff; padding-left: 25px; font-style: italic;}
.blog-may-2018 .inner-banner .inner-hero-content a.author-link{color:#fff;}
.blog-may-2018 .inner-banner .inner-hero-content {  display: table; width: 100%;position:relative;}
.blog-may-2018 .inner-banner .inner-hero-content > div{display:table-cell; vertical-align:middle; height:350px;}
.blog-may-2018 .inner-banner .inner-hero-content h1{font-size:45px;color:#fff; margin:10px 0 0;}

.blog-may-2018 .inner-banner .inner-hero-content,.blog-may-2018 .blog-post-outer,.blog-may-2018 .inner-blog-comment{padding-left:80px; padding-right:80px;}

.blog-may-2018 .blog-post-outer { background-color: #fff; float: left; padding-top: 100px;  }
.blog-may-2018 .blog-post-outer hr{ background-color: rgb(204, 204, 204); height: 1px; border-width: 0px; border-style: initial; border-color: initial; border-image: initial; margin: 24px 24px 28px;}
.blog-may-2018 .blog-post-outer h2 { color: #939598; font-weight: 400; font-size: 22px; margin-bottom: 35px;}
.blog-may-2018 .blog-post-outer p{font-size: 16px; color: #3b3b3b; font-weight: 400; line-height: 26px; margin: 0px 0 40px;}
.blog-may-2018 .blog-post-outer ul li{list-style: inherit;margin:20px 0;font-weight:400;}
.blog-may-2018 .blog-post-outer ul { padding: 0 0 10px 18px;}
.blog-may-2018 .blog-post-outer ul li a{font-weight:400;}
.blog-may-2018 .blog-post-outer p a,.blog-may-2018 .blog-post-outer ul li a{color:#1FC3F3; text-decoration:underline;}
.blog-may-2018 .blog-post-outer h4 {margin: 10px 0;}
.blog-may-2018 .blog-post-outer .hs_cos_wrapper_type_cta { display: block; padding: 80px 0 60px; text-align: center; border-top: 1px solid rgb(204, 204, 204); border-bottom: 1px solid rgb(204, 204, 204); margin-top: 85px;}

.blog-may-2018 .inner-blog-comment {background-color:#fff;padding-top:50px; padding-bottom:80px;}
.blog-may-2018 .inner-blog-comment > div{max-width:600px;width:100%;display:block;margin:0 auto;}
.blog-may-2018 .inner-blog-comment form {text-align:center;}
.blog-may-2018 .inner-blog-comment form .input .hs-input { background-color: #E6E7E8; font-size: 16px; font-weight: 400; color: #939598; padding: 12px 15px; margin:5px 0 15px 0;}
.blog-may-2018 .inner-blog-comment form span.hs-form-required { display: none;}
.blog-may-2018 .inner-blog-comment form .hs-form-booleancheckbox input { margin-right: 9px !important;}
.blog-may-2018 .inner-blog-comment form .hs_submit .hs-button { background-color: #1FC3F3; color: #fff; font-size: 16px; font-weight: 400; text-transform: uppercase; display: inline-block; width: 100%; max-width: 240px; padding: 20px 0; margin: 15px 0;}
.blog-may-2018 .inner-blog-comment form .grecaptcha-badge{margin:0 auto;}
.blog-may-2018 .inner-blog-comment form ul.hs-error-msgs.inputs-list { text-align: left;}
.blog-may-2018 .inner-blog-comment form .hs_submit .hs-button:hover{ background-color: #14568b;}
.blog-may-2018 .inner-blog-comment .new-comments .comment.depth-0:first-child { border-top: none;}
.blog-may-2018 .inner-blog-comment .new-comments .comment .comment-date { font-size: 15px; vertical-align: middle; padding-bottom: 5px;}
.blog-may-2018 .inner-blog-comment .new-comments .comment .comment-from { font-size: 18px; text-transform: capitalize; padding-right: 10px;}
.blog-may-2018 .inner-blog-comment .new-comments .comment-body { color: #3b3b3b; font-size: 15px; font-weight: 400; padding: 20px 0;}
.blog-may-2018 .inner-blog-comment .new-comments .comment-body p{color: #3b3b3b;font-weight: 400;}
.blog-may-2018 .inner-blog-comment .new-comments .comment-reply-to {font-size: 16px; font-weight: 400; display: inline-block; margin-bottom:15px;  /*cursor: pointer;background-color: #1FC3F3; color: #fff; font-size: 16px; font-weight: 400; padding: 10px 20px; margin-bottom: 10px; border-radius: 5px; display: inline-block;*/ }
.blog-may-2018 .inner-blog-comment .new-comments .comment .comment-from h4 a:hover{color:#1FC3F3;}
/*.blog-may-2018 .inner-blog-comment .new-comments .comment-reply-to:hover{background-color:#00497D;}*/

/* */
.blog-may-2018.author-page h3.hs-author-listing-header { font-size: 35px; font-weight: 700; color: #00497D; line-height: 44px; margin:20px 0 0px;}
.blog-may-2018.author-page h2.hs-author-name{ font-size: 25px; font-weight: 500; color: #00497D; line-height: 44px; margin-bottom: 15px;}
.blog-may-2018.author-page .author-avatar-details{display:flex; width:100%; align-items: center;}
.blog-may-2018.author-page .hs-author-avatar { width: 130px; height: 130px; border-radius: 100%; overflow: hidden; border: 2px solid #ffff; float: left; vertical-align: middle;}
.blog-may-2018.author-page .hs-author-bio{ float:left; width:calc(100% - 130px); padding-left: 25px; font-size: 16px; color: #3b3b3b; font-weight: 400; line-height: 26px;}
.blog-may-2018.author-page .hs-author-social-section{margin:15px 0;}



.row-fluid .logo_section .logomian_boxs .slick-slide { float: none;    display: inline-block;    vertical-align: middle;}


/* ABOUT US */

.hs-content-id-5760035820 .testi-slide p, .hs-content-id-5760035820 .testi-slide h4{
    color: #939598;
}

.hs-content-id-5760035820 .testi-slide p{
    font-weight:normal;
}

.hs-content-id-5760035820 .testimonial-main{
    background-image: none !important;
    padding: 0;
}

.hs-content-id-5760035820 form fieldset{
    max-width: 100% !important;
}

.hs-content-id-5760035820 form fieldset.form-columns-1 .hs-input{
    width: 100% !important;
}


/* CONTACT US */

.hs-content-id-5760546154 .contact_hero{
    background: #00497D !important;
}

 iframe .book-page-container .book-page.compact{
    margin-top: 0 !important;
 }



/* Packages Page CSS */
.hs-content-id-5658135328 form fieldset{
    max-width: 100% !important;
}

.hs-content-id-5658135328 form fieldset.form-columns-1 .hs-input{
    width: 100% !important;
}


/* CSS end  here */

@media (min-width:768px) { .container, .row-fluid .container[class*="span"]{width:750px;} }
@media (min-width:992px) { .container, .row-fluid .container[class*="span"]{width:970px;} }
@media (min-width:1200px) { .container, .row-fluid .container[class*="span"]{width:1170px;} }


@media (min-width:992px) { 
    
    .hero-text { padding-top: 0px; }
    .row-fluid .hero-section { display:table; }
    
    .row-fluid .hero-section > div.row-fluid-wrapper  { display:table-cell; vertical-align:middle; float:none; }
    .row-fluid .footer-box2 .footer-dowloadimg { text-align:right; }
    
    .mainmenu .hs-menu-wrapper ul { text-align: right; }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 { float:none; display:inline-block; }

}
 
@media (min-width:992px) and  (max-width:1940px)  { 
.hero-section .hero-text {padding-top: 130px;}
}
@media (min-width:992px) and  (max-width:1240px)  {  
    
    .row-fluid .footer-box2 h4 { line-height:normal; font-size:16px; margin-bottom: 5px; margin-top: 0; }
    .row-fluid .footer-box2 { padding: 15px 20px; }
    .row-fluid .footer-box2 br { display:none; } 
    .row-fluid .footer-box2 .footer-dowloadimg img { max-width: 110px; margin-left: -6px; }
    .row-fluid .footer-box2 .cta_button  { margin-top:10px; }
    .row-fluid .footer-box2 .click-box5 h5 { font-size:18px; }
    .row-fluid .footer-box2 .click-box5 { font-size:14px; padding-left: 50px; }
    .row-fluid .footer-box2 .click-box5::after { background-size: 30px !important; }
    .row-fluid .footer-box2 .footer-dowloadimg { margin-top: -50px; }
    .row-fluid .click-open5 { padding: 20px 21px; top: 85px; }
    
}

@media (min-width:768px) and  (max-width:991px)  {  
    
   .row-fluid .footer-bottom { position:relative; left:auto; bottom:auto; padding-top: 100px; }
   .row-fluid .footer-box2 { width:49.5%; margin-top:1%; }
   .row-fluid .footer-box2:nth-child(2n) { margin-right:0; }
   .row-fluid .hero-section { height:100% !important; }
   .hero-title h1 { margin:15px 0; }
   
   .testimonial-main { padding: 150px 0 80px;}
   
   .row-fluid .hero_section { padding:90px 0; }  
   .row-fluid .hero_section h1 { font-size: 38px; }
   
   .row-fluid .video_code video { width:600px !important; height:auto !important; }
   .row-fluid .whoweare_section h2 { font-size: 32px;  }
   .row-fluid .journey_section h2  { font-size: 32px;  }
   
   .row-fluid .map_secrtion iframe { height:400px !important; } 
    
      
}



@media (min-width:768px) {/*hover event for desktops*/
    .ebiz-toggle, .mainmenu .mobile-menu span.mobile-toggle{display:none;}
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {opacity:1; visibility:visible;}
    .row-fluid .header .header-menu ul > li:hover > a {background-color:#00497D;}
    .row-fluid .header .header-social ul li a:hover{ background-color:#00497D;}
    .row-fluid .header .header-social ul li a:hover i{ color:#fff; }
    .who-we-cta a:hover{ background-color:#00497D; color:#FFF;}
    .header-blue .header-social ul li a:hover{ background-color:#1FC3F3;}
    .header-blue .header-social ul li a:hover i  { color:#fff; }
    
    .box-second0 .widget-type-linked_image { text-align:left; padding-left: 10px; }
    
    
    .mainmenu .hs-menu-wrapper ul ul { background-color: #00497D; min-width: 250px;}
    .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { display: block;  color:#fff;  max-width: none;    min-width: auto;    overflow: visible;    text-align: left;    text-overflow: inherit;    white-space: inherit;    width: auto;}
    .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { padding-top:0; }
    .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover { background:#fff; color:#00497D; }

    
}

@media (max-width:1199px){
    
    .row-fluid .header-blue .header-social {width: 9.55%;  }
    .row-fluid .header-blue .mainmenu { width: 72.359%; }
    .header-blue .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {padding: 45px 6px;}
}
@media (max-width:991px){
    
    .header-blue .header-social{display:none;}
    .header-blue .ebiz-toggle {position: absolute; right: 15px; top: -66px;}
    .header-logo-img { padding: 15px 0;}
    .header-blue {position: relative;}
    .header-blue .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a { padding: 10px 15px; width: 100%;}
    .row-fluid .header-blue .mainmenu { width: 100%;}
    .header-blue .mainmenu { left: 0;position: absolute; top: 100%;margin:0;     z-index: 2; }
    .header-blue .mainmenu .hs-menu-wrapper ul.mobile-menu{background-color: #00497d;padding:15px 0;}
    .header-blue .mainmenu .hs-menu-wrapper ul.mobile-menu ul{ background-color: rgba(255, 255, 255, 0.1);}
    .header-blue .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{color:#fff;}
    .row-fluid-wrapper .header-blue .container{ width: 100%;}
    .packages-section .pricing-outer .pricing-body ul li {padding: 10px;}
    .header-blue .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{background-color:transparent;color:#fff;}
    .header-logo-img a {display: block; width: 93px;}
    
    .blog-may-2018 .inner-banner .inner-hero-content h1 { font-size: 35px;}
    .blog-may-2018 .inner-banner .inner-hero-content, .blog-may-2018 .blog-post-outer, .blog-may-2018 .inner-blog-comment { padding-left: 40px; padding-right: 40px;}
    .blog-may-2018 .blog-post-outer{padding-top: 50px;}
    .blog-may-2018 .inner-blog-comment{padding-bottom: 50px;}
    
    
}
@media (max-width:767px){
    
    .footer-box2 .span12.widget-span.widget-type-cell { height:auto !important; }
   .row-fluid .click-open5 { position:relative; top:auto; right:auto; left:auto; bottom:auto; -webkit-transform: translateY(0%) !important;
-o-transform: translateY(-0%) !important;
-ms-transform: translateY(0%) !important;
transform: translateY(0%) !important; }  

   .row-fluid .click-open5 , .row-fluid .footer-box2 { padding:20px; }
   .row-fluid .footer-box2.open .click-box5 { opacity:1; float:left; width:100%; margin-bottom:20px; }
   .row-fluid .footer-box2.open { border-color:#fff; }
   .row-fluid .footer-box2 .click-box5 h5 { font-size: 22px; } 
   .row-fluid .footer-box2.open .click-open5 { text-align:center; }
   .row-fluid .footer-bottom { position:relative; left:auto; bottom:auto; padding-top: 40px; }
   .row-fluid .footer-box2 { width:100%; margin:0px 0 !important; text-align:center; }
   .row-fluid .footer-box2.open .click-open5 , .row-fluid .footer-box2 { border-width:5px; }
   .row-fluid .footer-box2 .click-box5 { float:left; width:100%; }
   .row-fluid .footer-box2 br { display:none; }
   .row-fluid .footer-box2 .footer-dowloadimg { margin-top:0; }
   .row-fluid .footer-box2 .footer-dowloadimg img { left:0; }
   .row-fluid .footer-box2 .cta_button { margin-top:10px; }
   .row-fluid .footer-box2 .widget-type-linked_image { margin:20px 0 0 !important; }
   .hero-title h1 { line-height: normal; margin:15px 0; font-size: 32px; }
   .row-fluid .header , .row-fluid .header .header-logo , .row-fluid .header .header-social { text-align:center; width:100%; float:left; }
   .row-fluid .header .header-social ul { float:none; display:inline-block; width:auto; }

 
   .row-fluid .hero-section , .row-fluid .footer-box2 { height:100% !important; }
    
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{position:static; opacity:1; visibility: visible; display:none; width:100%;}
    .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul{display:none;}
    .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul.mobile-menu li{float:none;}
    
    .testi-slide { padding: 0 10px;}
    .testimonial-main { padding: 150px 0 80px;}
    
    .packages-section .pricing-outer > span > div {float: none; padding: 0px; width: 100%;}
    .packages-section .pricing-outer > span { padding:0 20px;}
    .packages-section .currency-button-group .currency-selector {margin: 0 5px;}
    .form-section h2 {font-size: 35px;}
    .footer-blue .footer-social,.footer-blue .footer-form-section,.footer-blue .footer-menu-section{padding:0 0 50px;}
    .footer-blue .footer-social ul {padding: 0 0 35px;}
    .footer-blue {padding: 80px 0 0;text-align:center;}
    .footer-blue .footer-form-section .footer-form-subscribe { margin: 0 auto;}
    
    .footer-blue .footer-social p::before {top:inherit;top:inherit;display: block;height: 49px;margin: 0 auto 15px;position: relative;text-align: center;width: 49px; }
    .footer-blue .footer-social p { padding-left: 0px;margin: 0 auto 50px; max-width: 100%;text-align: center;}
    .footer-blue .copy-right-text {margin-top:0;}
    
    /*===*/
    .row-fluid .hero_section { padding:100px 0; }
    .row-fluid .hero_section h1 { font-size: 32px; line-height: 48px; }
    .row-fluid .video_code video { width:100% !important; height:auto !important;  }
    .row-fluid .video_code iframe { width:100% !important; height:auto !important;  }
    
    .row-fluid .whoweare_section { text-align:center; }
    .row-fluid .whoweare_section ul { text-align:left; }
    .row-fluid .whoweare_section h2 { font-size: 28px; line-height: 36px; }
    .row-fluid .journey_section h2 { font-size: 28px; line-height: 36px; }
    
    .row-fluid .hero_section.contact_hero { padding:50px 0; }
    .row-fluid .hero_buttons { width:100%; }
    .row-fluid .hero_buttons.consulen_btn {  margin-top:30px; }
    
    .row-fluid .contact_innersection { text-align:center; }
    .row-fluid .contact_innersection .contact_left ul { text-align:left; }
    .row-fluid .contact_form { margin-top:30px; }
    .row-fluid .map_secrtion iframe { height:300px !important; }
    
    .row-fluid .followicon_box ul { padding:20px 0 15px 0; }
    .row-fluid .followicon_box ul li a { font-size:30px; }
    .row-fluid .contact_form form fieldset { max-width:100%; }
    
    .blog-may-2018 .blog-listing-wrapper .post-item .inner { display: block;}
    .blog-may-2018 .blog-listing-wrapper .post-item .inner > div { width: 100%; }
    .blog-may-2018 .blog-listing-wrapper .post-item .inner .thumb { height: 350px;}
    
}

@media (max-width:480px){
    
    .blog-may-2018 .blog-listing-wrapper .post-item .inner .thumb { height: 250px;}
    .blog-may-2018 .blog-listing-wrapper .post-item .inner .containt { padding: 30px 15px;}
    .blog-may-2018 .blog-listing-wrapper .post-item .inner .containt h2, .blog-may-2018 .blog-listing-wrapper .post-item .inner .containt h2 a { font-size: 22px;}
    .blog-may-2018 .blog-listing-wrapper .post-item .inner .containt p { font-size: 15px; line-height: 24px;}
    .blog-may-2018 .blog-listing-wrapper .post-item .inner .containt a.more-link{ font-size: 18px; margin-top: 20px;}
    .blog-may-2018 .blog-pagination{ padding-top: 30px;}
    .blog-may-2018 .blog-main { padding: 50px 0;}
    
    .blog-may-2018 .inner-banner .inner-hero-content, .blog-may-2018 .blog-post-outer, .blog-may-2018 .inner-blog-comment { padding-left: 20px; padding-right: 20px;}
    .blog-may-2018 .inner-banner .hs-author-avatar { width: 60px; height: 60px;}
    .blog-may-2018 .inner-banner .inner-hero-content p{font-size: 13px; line-height: 22px;padding-left: 12px;width: calc(100% - 60px);}
    .blog-may-2018 .inner-banner .inner-hero-content h1 { font-size: 25px; line-height: 35px;}
    .blog-may-2018 .blog-post-outer { padding-top: 25px;}
    .blog-may-2018 .blog-post-outer hr{margin: 24px 0px 28px;}
    .blog-may-2018 .blog-post-outer .hs_cos_wrapper_type_cta{ padding: 50px 0 50px;margin-top: 50px;}
    .blog-may-2018 .inner-blog-comment {     padding-top: 20px;}
    .blog-may-2018 .inner-blog-comment .new-comments .comment .comment-from,.blog-may-2018 .inner-blog-comment .new-comments .comment .comment-date{display:block; width:100%;}
    .blog-may-2018 .inner-blog-comment .new-comments .comment .comment-date{padding-top:5px;}
    .blog-may-2018 .blog-pagination a{ display: block; margin: 10px auto; width: 170px;}
    
    .blog-may-2018.author-page h3.hs-author-listing-header { font-size: 30px;}
    .blog-may-2018.author-page h2.hs-author-name{ font-size: 22px;text-align:center; }
    .blog-may-2018.author-page .author-avatar-details{display:block; width:100%; align-items: center;float: left;}
    .blog-may-2018.author-page .hs-author-avatar { width: 130px; height: 130px;  float: none; margin:0 auto;}
    .blog-may-2018.author-page .hs-author-bio{ text-align:center;  padding-left: 0px; padding-top: 15px; width: 100%;}
    .blog-may-2018.author-page .hs-author-social-section{margin:15px 0;text-align:center;display:inline-block; width:100%;}
}


@media(max-width: 1199px){
	.row-fluid .header .header-menu ul li a {
    padding: 8px 9px;
}
}




/***********************************************************************************************************/
/* THEME OVERWRITES                                                                                        */ 
/***********************************************************************************************************/
.header-blue .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
    padding: 45px 15px;
}

.row-fluid .header .header-menu ul {
    text-align: left;
}

.hp-header .mainmenu .hs-menu-wrapper ul ul {
    background-color: #00497D !important;
    min-width: 200px !important;
}

.row-fluid .header .header-menu ul li ul li {
    padding: 0;
    float: none;
    display: block;
}
/***********************************************************************************************************/















