/* @import url('http://example.com/example_style.css'); */
@import '//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css';
@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');

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

@font-face {
    font-family: 'Modern Pictograms';
    src: url('https://cdn2.hubspot.net/hubfs/275132/Father%20Peyton%20Website/Father%20Peyton%20website/Fonts/ModernPictograms.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/275132/Father%20Peyton%20Website/Father%20Peyton%20website/Fonts/ModernPictograms.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'modern_pictograms_proregular';
	src: url('https://cdn2.hubspot.net/hubfs/275132/assets/Fonts/modernpictogramspro_2-webfont.eot');   
	src: url('https://cdn2.hubspot.net/hubfs/275132/assets/Fonts/modernpictogramspro_2-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdn2.hubspot.net/hubfs/275132/assets/Fonts/modernpictogramspro_2-webfont.woff') format('woff'), url('https://cdn2.hubspot.net/hubfs/275132/assets/Fonts/modernpictogramspro_2-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


@font-face {
    font-family: 'Gibson'; 
    src: url('https://cdn2.hubspot.net/hubfs/275132/Gibson-Bold.woff2') format('woff2'), 
        url('https://cdn2.hubspot.net/hubfs/275132/Gibson-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gibson';
    src: url('https://cdn2.hubspot.net/hubfs/275132/Gibson-Regular.woff2') format('woff2'), 
        url('https://cdn2.hubspot.net/hubfs/275132/Gibson-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gibson';
    src: url('https://cdn2.hubspot.net/hubfs/275132/Gibson-Light.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/275132/Gibson-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}








* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; outline:none; }
body {  margin:0; padding:0; font-size:16px; line-height:28px; font-family: 'Roboto', sans-serif; font-weight: 300;	color: #222222; letter-spacing: 0.24px; background-color:#e8f3f8; }

h1 { color: #F33B2E; font-family: 'Raleway', sans-serif; font-size:50px; margin:0; padding:15px 0 15px; line-height:60px; font-weight:300; clear:both; letter-spacing: 1.94px; }
h2 {  color: #222222; font-family: 'Raleway', sans-serif; font-size: 50px; font-weight: 300; line-height: 74px; letter-spacing: 0.78px; margin:0; padding:5px 0 25px;  }
h3 { font-weight:300; color: #F33B2E;  font-family: 'Raleway', sans-serif;  font-size:21px; font-weight: normal; line-height:24px; margin:0; padding:10px 0 10px; clear:both; }
h4 { font-weight:normal; color:#F33B2E;  font-family: 'Raleway', sans-serif; font-size:28px; font-weight: normal; line-height:34px; margin:0; padding:10px 0 10px; clear:both;}
h5 { font-weight:normal; color:#333;  font-family: 'Raleway', sans-serif; font-size:24px; line-height:30px; margin:0; padding:10px 0 10px; clear:both; }
h6 { font-weight:400; color:#333;  font-family: 'Raleway', sans-serif; font-size:22px; margin:0; font-weight: normal; padding:10px 0; line-height:26px; clear:both; }

img { max-width:100%; height:auto; border:none; }
a { text-decoration:none; color: #004886;  -webkit-transition: all  0.2s ease-in-out;
    -moz-transition: all  0.2s ease-in-out;
    -o-transition: all  0.2s ease-in-out;
    -ms-transition: all  0.2s ease-in-out;
    transition: all  0.2s ease-in-out;; }
a:hover{ color: #41b6e6; }

p { margin:0; }
* + h1, * + h2, * + h3 { margin-top:25px; }
* + h4, * + h5, * + h6 { margin-top:20px; }
* + p { margin-top:15px;}

::selection{background-color:#004886; color:#fff;}
::-moz-selection{background-color:#004886; color:#fff;}
::-ms-selection{background-color:#004886; color:#fff;}

.row-fluid .container{ max-width:1200px; margin:0 auto !important;  float:none; padding:0 15px; }   

.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .bg-img { display:none; }

.row-fluid [class*="span"] { min-height:1px; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

.bg-white { background-color: #ffffff; }
.bg-blue { background-color: #02639F; }
.h-bg-blue:hover { background-color: #02639F; }
.h-bg-lightblue:hover { background-color: #41b6e6; }

.c-white { color: #ffffff; }
.h-c-white:hover { color: #ffffff; }



.ta-center { text-align: center; }


/* ==== header css ==== */
.row-fluid .hero-section{ background-color:#02639f; padding-top:137px; text-align:center;  }
.row-fluid .header{  position: absolute;  top: 0; padding:22px 0; }
.row-fluid .navigation{ text-align:right; padding-top:15px; }
.row-fluid .navigation ul li a{       padding: 8px 20px; font-family: 'Raleway', sans-serif; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.54px; color:#fff;  white-space: inherit;  max-width: inherit; }
.row-fluid .navigation .hs-menu-flow-horizontal > ul > li:last-child >  a{ padding-right:0; }
.row-fluid .navigation ul li a:hover{ transition: 0.4s;  opacity: 0.6; }
.row-fluid .hero-title h1{ text-align:center; color:#fff; }
.row-fluid .hero-sub-title{ color: #ffffff; font-size: 22px; font-weight: 300; line-height: 35px; }
.row-fluid .video-main{ max-width:750px; margin:0 auto !important; float:none;      padding-top: 35px;}
.row-fluid  .hero-videobox{ float: left;  width: 100%;  height: 413px;     box-shadow: 0 0 18px 4px rgba(0,0,0,0.2);     margin-bottom: -200px;  position:relative; background-size: cover;  background-repeat: no-repeat; background-position: center center;  }        
.row-fluid  .hero-videobox > a{  display: inline-block;  background-color: rgba(65,182,230,0.8);  height: 71px;  width: 71px;  padding: 22px 0;  border-radius: 100%;  padding-left: 9px;  position: absolute;  left: 0;  right: 0;    top: 50%;    margin: 0 auto;    transform: translateY(-50%); }


.row-fluid .dating-project{ padding-top: 244px; }
.row-fluid .sub-title{ font-size: 14px; font-weight: 700; font-family: 'Raleway', sans-serif; line-height: 20px; text-transform: uppercase; color: #02639f; letter-spacing: 2px; text-align:center; }  
.row-fluid .title{ text-align:center; }
.row-fluid .dating-project .row-fluid .container{ max-width: 1430px; }
.row-fluid  .dating-left-image,.row-fluid .dating-right-content{ width:50%; margin:0; min-height:500px;      }
.row-fluid .dating-right-content{background-blend-mode: multiply;    background-color: #41b6e6; position:relative; z-index:1;}

.row-fluid .dating-right-content .row-fluid .sub-title{    padding-bottom: 12px; text-align:left; color: #ffffff; font-family: 'Raleway', sans-serif; font-size: 14px; font-weight: 700; line-height: 20px; text-transform: uppercase;  letter-spacing: 2px; }  
.row-fluid .dating-right-content .row-fluid  .detaile{  padding-bottom: 26px; color: #ffffff; font-family: 'Raleway', sans-serif; font-size: 34px; font-weight: 300; line-height: 48px;  letter-spacing: 0.5px; }
.row-fluid .white-cta a{ background-color: #ffffff; display:inline-block;  color: #41b6e6; font-family: 'Raleway', sans-serif; font-size: 13px; font-weight: 700; line-height: 20px; text-transform: uppercase; letter-spacing: 1.73px;     padding: 15px 60px; }
.row-fluid .white-cta a:hover{  background-color: #02639F;  color: #ffffff; }
.row-fluid .detail-box{    max-width: 465px;  left: 0;  right: 0;  margin: 0 auto !important; float:none;     padding: 30px 0; }
.row-fluid .dating-right-content {  display: table; }
.row-fluid .dating-right-content > div{  display: table-cell;  vertical-align: middle; }
.row-fluid .dating-full-banner{  height: 600px;  margin-top: -315px;  position: relative;  z-index: -1; }
.row-fluid .dating-cover{     padding-top: 62px; }

@media all and (-ms-high-contrast:none){
	.row-fluid .dating-right-content {background:url(https://cdn2.hubspot.net/hubfs/275132/Rectangle_9_Copy-blue.jpg) no-repeat center / cover !important;}
	*::-ms-backdrop, .row-fluid .dating-right-content {background:url(https://cdn2.hubspot.net/hubfs/275132/Rectangle_9_Copy-blue.jpg) no-repeat center / cover !important;} /* IE11 */
}
@supports (-ms-ime-align:auto) and (color:unset) {
  .row-fluid .dating-right-content {background:url(https://cdn2.hubspot.net/hubfs/275132/Rectangle_9_Copy-blue.jpg) no-repeat center / cover !important;}
}
@supports (-ms-accelerator:true) and (color:unset) {
	.row-fluid .dating-right-content {background:url(https://cdn2.hubspot.net/hubfs/275132/Rectangle_9_Copy-blue.jpg) no-repeat center / cover !important;}
}



/* Projects */
.section { padding: 0px 0; }
.top-padding { padding-top: 100px; }
.bottom-padding { padding-bottom: 100px; }
.hero.interior .section { padding: 255px 0 195px; }
.hero.interior { background-size: cover; background-position: center center; }
.hero .overlay { background-color: rgba(2, 99, 159, 0.70); }
.project-section .container { max-width: 1170px; }
.project-section h2 { font-size: 42px; font-family: Raleway; color: #02639F; line-height: 1.28em; margin-bottom: 10px; padding: 0; }
.project-section .section-copy { font-size: 20px; line-height: 1.75em; }
/*.flexible > span > div { padding-top: 110px; }*/
.project-section .blue-cta {
  background-color: #02639f;
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
  font-family: Raleway;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  padding: 12px 48px;
  transition: ease-in-out all 0.3s;
}
.project-section .blue-cta:hover {
  background-color: #41b6e6;
}
.project-item { position: relative; margin-top: 50px; text-align: right; }
.project-item .image { background-size: cover; background-position: center center; height: 100%; width: 100%; max-width: 650px; position: absolute; }
.project-item .image iframe { width: 100%; height: 100%; }
.project-item .details { display: inline-block; text-align: left; margin: 20px 0; padding: 50px 60px 60px; max-width: 520px; position: relative; background: #FFFFFF; box-shadow: 0 0 13px 6px rgba(0,0,0,0.05); }
.project-item .title, .popup .title { margin-bottom: 5px; color: #41b6e6; font-family: Raleway; font-size: 32px; font-weight: 400; line-height: 1.25em; letter-spacing: 0.5px; text-align: left; }
.project-item .description, .popup .description { color: #41b6e6; font-family: Raleway; font-size: 20px; letter-spacing: 0.31px; line-height: 1.4em; margin-bottom: 16px; }
.project-item .details .text { font-size: 16px; letter-spacing: 0.24px; line-height: 1.75em; }
.project-item .button { margin-top: 27px; }
.project-item .popup { display: none; }

div#cboxOverlay {
  background-color: rgba(34,34,34,0.80);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 12;
}
button#cboxClose {
  background-image: url(https://cdn2.hubspot.net/hubfs/275132/Close@2x.png);
  background-size: contain;
  width: 30px;
  height: 30px;
  font-size: 0;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 15;
  cursor: pointer;
}
.popup { position: relative; z-index: 14; padding: 90px 100px; box-shadow: 0 0 13px 6px rgba(0,0,0,0.05); }
.popup .cta { margin-top: 30px; }

.table { display: table; }
.table-cell { display: table-cell; }
.two-col-cards { background-size: cover; background-position: bottom center; }
.two-col-cards.section { padding: 70px 0; }
.two-col-cards .card { padding: 50px 50px 100px; position: relative; }
.two-col-cards .table { border-spacing: 30px; border-collapse: separate; margin: 0 -15px; }
.two-col-cards .icon { max-height: 94px; margin-bottom: 33px; }
.two-col-cards h5 { margin-top: 0; padding: 0; margin-bottom: 15px; }
.two-col-cards .learn-more {
    position: absolute;
    bottom: 32px;
    left: 50px;
}
.two-col-cards .card .copy {}

.cta-section { background-size: cover; background-position: center center; }
.cta-section .title { font-size: 44px; font-family: Raleway; letter-spacing: 0.69px; line-height: 1.2em; }
.cta-section .copy { margin-top: 30px; font-size: 20px; letter-spacing: 0.3px; line-height: 1.6em; }
.cta-section .cta { margin-top: 30px; }
.btn {
  padding: 14.5px 40px;
  font-family: Raleway;
  font-size: 13px;
  letter-spacing: 1.73px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  transition: ease-in-out all 0.3s;
  display: inline-block;
}


@media screen and (max-width: 980px){
  .project-item .image { max-width: none; position: relative; height: 50vw; }
  .project-item .details { margin: 0; max-width: none; }
}
@media screen and (max-width: 768px){
  .top-padding { padding-top: 50px; }
  .bottom-padding { padding-bottom: 50px; }
  .hero.interior .section { padding: 150px 0 100px; }
  .two-col-cards .card { display: block; margin-bottom: 15px; }
  .two-col-cards .card:last-child { margin-bottom: 0; }
  .two-col-cards .table { margin: 0; display: block; padding: 20px 0; }
}
@media screen and (max-width: 480px){
  .project-item .details { padding: 30px; }
}

.our-work-box{ float:left; width:100%; }
.our-work-img {  float: left;  width: 57%;  height: 450px; min-height:450px;  background-repeat: no-repeat;  background-size: cover;  background-position: center center; } 
.our-work-text{ float: left;  width: 45.8%;  box-shadow: 0 0 13px 6px rgba(0, 0, 0, 0.05);  background-color: #ffffff;  min-height: 410px; margin-top: 21px; display:table;     margin-left: -32px; margin-bottom: 21px; }
.our-work-row{ max-width: 1140px;  margin: 0 auto; }
.our-work-text .title{ color: #41b6e6;      padding-bottom: 15px;  font-family: Raleway;  font-size: 32px;  font-weight: 400;  line-height: 40px;  letter-spacing: 0.5px; text-align:left; }
.row-fluid .u-button a{   color: #41b6e6; font-family: 'Raleway', sans-serif;   font-size: 13px;  font-weight: 700;  line-height: 20px;  text-transform: uppercase;  letter-spacing: 1.73px;     position: relative;  padding-right: 32px;    display: inline-block;  }
.our-work-textcover{ display: table-cell;  vertical-align: middle;  padding: 20px 64px; }
.row-fluid .u-button a:before {  content: "Ú";  position: absolute;  right: 0; font-family: 'modern_pictograms_proregular';   color: #41b6e6;      color: #41b6e6;
    font-size: 36px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1.6px; }
.our-work-text .text{ padding-bottom: 22px;  transition:0.4s;  }
.row-fluid .u-button a:hover{ color:#02639F;  }
.row-fluid .u-button a:hover:before{ color:#02639F; transition:0.4s; }
.our-work .row-fluid .title-main h2{   color: #02639f;  font-size: 50px;  font-weight: 300;  line-height: 74px;  letter-spacing: 0.78px; }
.our-work .row-fluid .title-main{ text-align:center;   padding-bottom: 29px; }
.row-fluid .our-work{ padding-top: 75px;  padding-bottom:126px; }
.our-work-box{  margin-top: 50px; }
.our-work-box:first-child{ margin-top: 00px; }
.our-work-box:nth-child(even) .our-work-img{ float:right; }
.our-work-box:nth-child(even) .our-work-text{  margin-left:0; margin-right: -32px; }
.our-work-box:nth-child(3) {  margin-top: 70px; }
.row-fluid .blue-cta a{ background-color: #02639f;  color: #ffffff; font-family: 'Raleway', sans-serif;  font-size: 13px;  font-weight: 700;  line-height: 20px;  text-transform: uppercase;  letter-spacing: 1.73px;    display: inline-block;    padding: 15.5px 53px; }
.row-fluid .blue-cta a:hover{ background-color: #41b6e6;  }
.our-work .row-fluid .blue-cta{ text-align: center;  padding-top: 68px; }


.row-fluid .recent-post-home{     padding-top: 110px;  padding-bottom:0px;  position: relative;  z-index: 1; }
.row-fluid .recent-post-home .title h2{  color: #ffffff;  font-family: 'Raleway', sans-serif;   font-size: 38px;  font-weight: 400;  line-height: 50px;  letter-spacing: 0.56px;  }
.recent-post-row{  display: block;  margin: 0 -15px;     padding-top: 70px; }
.recent-post-box{  float: left;  width: calc(33.33% - 30px);  margin: 0 15px;  background-color: #fdbf33; }
.recent-post-box .recent-post-image{ float: left; width: 100%;  height: 250px; background-size: cover;  background-position: center center;  background-repeat: no-repeat; }
.recent-post-box .author-link{ color:#fff; }
.recent-post-box .author-link:hover{ opacity:0.7; }
.recent-post-box .recent-post-date{  color: #ffffff;     padding-bottom: 20px;  font-size: 12px; font-weight: 700;  line-height: 20px;  text-transform: uppercase; letter-spacing: 1.71px; }
.recent-post-box .post-title{ color: #ffffff;  min-height: 154px;   padding-bottom: 20px; font-family: 'Raleway', sans-serif;   font-size: 24px;  font-weight: 400;  line-height: 32px; letter-spacing: 0.36px; }
.recent-post-box .u-button a{ color:#fff;  }
.recent-post-box .u-button a:before{ color:#fff; }
.recent-post-box .recent-post-text{ float: left;  width: 100%;  padding: 30px 45px; }
.recent-post-box .post-title a{ color:#fff;  }
.row-fluid .recent-post-home .row-fluid .blue-cta a{ padding: 15.5px 97px;  }
.recent-post-box .post-title a:hover{ opacity:0.7; }
.row-fluid .sem-height{ float:left; width:100%; }
.recent-post-box:nth-child(2){ background-color: #0093ad;  }
.recent-post-box:nth-child(3){ background-color: #41b6e6; }
.row-fluid .recent-post-home .row-fluid .blue-cta{  text-align:center; padding-top:68px; }
.row-fluid .recent-post-home .row-fluid .Recent-post-cover{     margin-bottom: -262px; }

.row-fluid .dating-project.collaborate-section {  margin-top: 55px;   padding-bottom: 118px;  }
.collaborate-section .row-fluid .dating-right-content{ background-color: #02639f; }
.collaborate-section  .row-fluid .dating-right-content .row-fluid .sub-title h3{  color: #ffffff; font-family: Raleway;  font-size: 44px; font-weight: 300;  line-height: 40px; letter-spacing: 0.69px;  text-transform: capitalize; }
.collaborate-section  .row-fluid .dating-right-content .row-fluid .detaile{     color: #ffffff;    font-size: 20px;  font-weight: 300;  line-height: 32px;  letter-spacing: 0.3px; }
.collaborate-section .row-fluid .white-cta a { color: #02639f;     margin-top: 10px; }
.collaborate-section .row-fluid .white-cta a:hover{ background-color:#ffffff; opacity:0.6; }   

.row-fluid .footer{ background-color: #033757; padding-top:56px; }
.row-fluid .sociale-area ul li{ display:inline-block;  }
.row-fluid .sociale-area ul li a{ color:#fff; }
.row-fluid .sociale-area ul li a {  color: #fff;  height: 40px;  width: 40px;  background: #41b6e6;  display: inline-block;  text-align: center;  padding: 7px 0;  border-radius: 100%;  font-size: 22px;  margin: 0 4px;}
.row-fluid .sociale-area ul li a:hover{ background-color:#02639f; }
.row-fluid .sociale-area{ text-align:right; }  
.row-fluid .sociale-area ul li:last-child a{ margin-right:0; }
.row-fluid .sociale-area ul{ padding:0; margin:0;     padding-top: 6px; }
.row-fluid .f-address{  font-size: 18px;  font-weight: 100;  line-height: 32px;  color: #fff; }
.row-fluid .f-links ul li a{ color:#fff; color: #ffffff; font-family: 'Raleway', sans-serif; font-size: 14px; font-weight: 500; line-height: 24px; text-transform: uppercase; letter-spacing: 0.54px;  }
.row-fluid .f-links ul li a:hover{ opacity:0.6; }
.row-fluid .f-links .hs-menu-wrapper.hs-menu-flow-vertical li a{     white-space: inherit; }
.footer .row-fluid .container{ max-width: 1120px; }

.row-fluid .sociale-area .hs-menu-wrapper.hs-menu-flow-vertical > ul{     margin-bottom: 0;  }
.row-fluid .f-links{  margin: 0;  width: 30%;  padding-left: 16px; padding-right:15px; }
.row-fluid .f-address{  margin: 0;  width: 23%; }
.row-fluid .sociale-area{  margin: 0; }
.row-fluid .f-address a{ color:#fff; }
.row-fluid .f-address a:hover{ opacity:0.6;  } 

.row-fluid .copyright-row{ margin-top: 82px;    padding: 14px 0; color: #ffffff; font-size: 13px; font-weight: 100; line-height: 23px; background-color: #002942; letter-spacing: 0.93px; }
.row-fluid .f-links ul li:first-child a{ padding-top:0; }
.header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{ background-color: #00AFE7; width: 208px; text-align: left;  padding: 10px 0;  box-shadow: 0 2px 8px 0px #555;   }    
.header  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{  white-space: normal; width: inherit; overflow: hidden; text-overflow: inherit; word-wrap: break-word; }


/* ====== start blog ==== */
.row-fluid  .blog-hero{ background-color: #02639f; text-align:center;  padding-top: 158px; padding-bottom: 189px; }  
.row-fluid  .title-hero h1{  color: #ffffff; font-size: 50px; font-weight: 300; line-height: 60px; letter-spacing: 1.94px; }
.row-fluid  .sub-title-hero{  font-size: 22px; font-weight: 300; line-height: 35px; color: #ffffff; }

.top-3-recentpost .post-item-cover{ margin:0 -15px; display:block; text-align:center; }
.top-3-recentpost  .post-item {  width: calc(33.33% - 33px);  float: none;  margin: 0 15px; display: inline-block;     vertical-align: top;  } 
.top-3-recentpost .post-item-image,.post-item-title, .post-item-contant{ float:left; width:100%; }
.top-3-recentpost .post-item-image a {  float:  left;  width:  100%;  height: 250px;  background-repeat:  no-repeat;  background-size: cover;  background-position:  center; }
.top-3-recentpost .post-item-title h2{  color: #ffffff; text-align:left;    font-size: 24px;    font-weight: 400;    line-height: 32px;    letter-spacing: 0.36px; padding-bottom:15px; }
.top-3-recentpost .post-item-title h2 a {  color: #ffffff;   }
.top-3-recentpost .post-item-title h2 a:hover{ opacity:0.5; }

.top-3-recentpost .post-item-contant {  background-color: #41b6e6;  text-align:left;    padding: 16px 22px;   padding-bottom: 25px; }
.top-3-recentpost .post-item-author{ float:left; width:100%;     display: flex; align-items: center; } 
.top-3-recentpost .post-item-author img{     height: 46px; width: 46px;  object-fit: cover;  border-radius: 50%; }
.top-3-recentpost .hs-author-avatar{  float: left;  width: 46px; }
.top-3-recentpost .hubspot-author-cover{  float: left;  width: calc(100% - 46px);  padding-left: 15px;     font-size: 12px;  font-weight: 700;  line-height: 20px;   text-transform: uppercase;    letter-spacing: 1.71px; color:#fff; }.hubspot-author-cover a.author-link{ color:#fff; }
.top-3-recentpost .hubspot-author-cover a.author-link:hover{ opacity:0.6; }
.row-fluid .read-more-button a{ color:#fff;  }
.row-fluid .row-fluid .read-more-button a:before{    content: "Ú"; color:#fff; }  
.row-fluid .read-more-button.u-button a:hover{ color:#fff; opacity:0.5; }
.row-fluid .row-fluid .read-more-button   a::hover:before{ color:#fff; opacity:0.5; }
.top-3-recentpost .read-more-button.u-button{   padding-top: 33px;  float: left;  width: 100%; }
.top-3-recentpost{  margin-top: -119px; }

.row-fluid .blog-mainbody {  padding-top: 107px;   padding-bottom: 80px; }
.row-fluid  .site-search input{ height: 39px;  border: none;   padding: 0 12px; padding-right:32px; } 


.post-listing .post-item .hs-featured-image-link{  float:left; width:100%; height:120px; background-repeat:no-repeat; background-size:cover; background-position:center; }
.post-listing { margin:0 -15px; display:block;  }
.post-listing .post-item{ width: calc(33.33% - 30px);  float: left;  margin: 0 15px;  background: #fff;  margin-bottom: 30px; }
.post-listing .post-header{ float:left; width:100%; color: #222222;  font-size: 15px;    font-weight: 300; }
.post-listing .list-date,.post-listing  #hubspot-author_data{  display:inline-block; }
.post-listing .post-header a{ color: #222222;  }  
.post-listing .post-body.clearfix {  float: left;  width: 100%; color: #222222;  font-size: 14px;  font-weight: 300;  line-height: 24px;  letter-spacing: 0.06px;   padding-bottom: 10px; }
.post-listing  .post-body.clearfix h2{  padding-bottom: 10px;  padding-top: 7px; color: #41b6e6;   font-size: 19px;  font-weight: 300;    line-height: 26px;    letter-spacing: 0.41px;   }
.post-listing  .post-body.clearfix h2 a{ color: #41b6e6; }
.post-listing .hs-featured-image-wrapper{ height:120px; background-color:#f2f2f2; }
.post-listing .post-item-contant{     padding: 20px 25px; padding-top: 17px; }
.post-listing .post-body.clearfix h2 a:hover{ color: #02639f; }
.view-more-posts{  float: left;  width: 100%;  text-align: center;     }
.view-more-posts a{  background-color: #02639f;  cursor: pointer;  margin-top: 57px; display: inline-block;  color: #ffffff;  font-family: Raleway;  font-size: 12px;  font-weight: 700;  line-height: 20px;  text-transform: uppercase;   letter-spacing: 1.6px; padding: 12px 48px;  }
.view-more-posts a:hover{ opacity:0.6; }

.row-fluid .subscribe-to-blog .hs-form-required{ display:none; }
.row-fluid .subscribe-to-blog h3{ color: #ffffff;  font-family: Roboto; font-size: 21px;  font-weight: 400;  line-height: 20px; padding-top:0;  padding-bottom: 13px; }
.row-fluid .subscribe-to-blog .input input{ height: 39px; border: none;  padding: 0 15px; background-color: #ffffff !important;}
.row-fluid .subscribe-to-blog  ul.hs-error-msgs.inputs-list { padding: 0;  list-style: none;  font-size: 14px;  color: red;  margin: 5px 0 0 0;  }
.row-fluid .subscribe-to-blog {padding: 20px !important; background-color: #e9e9e9 !important;}

 ::-webkit-input-placeholder { opacity:0.3; color: #02639f; font-family: Roboto; font-size: 16px; font-weight: 400; letter-spacing: 0.47px; }
 ::-moz-placeholder { opacity:0.3;  color: #02639f; font-family: Roboto; font-size: 16px; font-weight: 400; letter-spacing: 0.47px; }
 :-ms-input-placeholder { opacity:0.3; color: #02639f; font-family: Roboto; font-size: 16px; font-weight: 400;  letter-spacing: 0.47px; }
 :-moz-placeholder { opacity:0.3; color: #02639f; font-family: Roboto; font-size: 16px; font-weight: 400; letter-spacing: 0.47px; }
.row-fluid .subscribe-to-blog{padding: 20px !important; background-color: #3FB1E0 !important;}
.row-fluid .blog-sidebar .hs_submit{display:none; }

.categories .block h3{   font-family: Roboto;  font-size: 21px; font-weight: 400;  line-height: 35px;  color: #02639f;     padding-bottom: 0; }
.categories .block ul li a{  font-weight: 300; line-height: 32px;  font-size: 18px;   color: #02639F; }
.categories .filter-link-count  { display:none; } 
.categories .block ul{ list-style:none; padding:0; }
.categories .block ul li {  padding-bottom: 8px; }
.categories .block ul{     margin-top: 8px; }
.categories .block ul li a:hover{ color: #41b6e6; }

.row-fluid .blogcta-trip{     margin-top: 15px; box-shadow: 0 6px 10px rgba(41, 122, 228, 0.05); background-color: #02639f;  padding: 20px 33px;  padding-bottom: 25px; }
.row-fluid .blogcta-trip h3{ font-family: 'Roboto', sans-serif; color: #ffffff;    font-size: 24px;   font-weight: 200;  line-height: 32px; }
.row-fluid .blogcta-trip a{  margin-top:15px; display: inline-block;  text-align: center;  color: #41b6e6;  font-family: Raleway;  font-size: 12px;  font-weight: 700;  line-height: 20px;    text-transform: uppercase;  letter-spacing: 1.6px;    background: #fff;  padding: 12px 0px;  width: 100%; }
.row-fluid .blogcta-trip a:hover,.row-fluid .event-box-cta a{ opacity:0.6; }

.row-fluid .event-box{      box-shadow: 0 6px 10px rgba(41, 122, 228, 0.05);   background-color: #ffffff; background: #fff;  border-top: 4px solid #02639f;  margin-top: 38px;  padding: 25px 28px; }
.row-fluid .event-box-title{  font-family: 'Gibson';   color: #102243; font-size: 14px;  font-weight: 400;  text-transform: uppercase;  letter-spacing: 1px; }
.row-fluid .event-box-head h3{   font-family: 'Gibson'; padding-top:5px; color: #202b40;  font-size: 24px;  font-weight: 300;  line-height: 32px; }
.row-fluid .event-box-text{ color: #5a606b; font-size: 16px; font-family: 'Gibson'; font-weight: 300; line-height: 24px; }
.row-fluid .event-box-cta a { margin-top: 22px;   display: inline-block; color: #41b6e6; font-family: Raleway;  font-size: 12px;  font-weight: 700;  line-height: 20px;  text-transform: uppercase;  letter-spacing: 1.6px; }
.recommended .event-box-title{font-family: 'Roboto', sans-serif; color: #102243; }
.row-fluid .site-search{ padding: 20px; background-color: #41b6e6;}
.row-fluid .subscribe-to-blog{ padding-right:18px; } 
.recommended .row-fluid .event-box-cta a{     margin-top: 8px; }

.row-fluid .dating-project.collaborate-section.blog{     margin-top: 0;  padding-top: 0;      padding-bottom: 90px; }
.row-fluid .dating-project.collaborate-section.blog .row-fluid .dating-cover{     padding-top: 3px; }
.hs-blog-listing #blog-only {display: none !important;}
.row-fluid .Subscribe-blog-foooter{ box-shadow: 0 0 13px 6px rgba(0, 0, 0, 0.05);  background-color: #41b6e6;  background-blend-mode: multiply;  padding: 39px 0;  padding-top: 43px; }
.row-fluid .Subscribe-blog-foooter span.hs-form-required{ display:none; }
.row-fluid .Subscribe-blog-foooter h3{ color: #ffffff;  font-size: 32px;  font-weight: 300;    padding-top: 0;  line-height: 40px;  letter-spacing: 0.5px;  width: 330px;  float: left; }
.row-fluid .Subscribe-blog-foooter h3 + div{     float: left;  width: calc(100% - 330px);  padding-left: 30px }
.row-fluid .Subscribe-blog-foooter .hs_email {     width: 339px;  display: inline-block;  vertical-align: top; max-width: 339px; }
.row-fluid .Subscribe-blog-foooter .hs_submit{ display: inline-block;  vertical-align: middle; }
.row-fluid .Subscribe-blog-foooter .input input{ width: 339px;  height: 44px;  background-color: #ffffff;  border: none;  padding: 0 15px; }
.row-fluid .Subscribe-blog-foooter .hs_submit input[type="submit"]{ width: 230px; height: 44px;  background-color: #ffffff;  border: none;  color: #41b6e6;  font-family: Raleway;  font-size: 12px;  font-weight: 700;    line-height: 20px;    text-transform: uppercase;    letter-spacing: 1.6px;    margin-left: 31px; } 
.row-fluid .Subscribe-blog-foooter .hs-error-msgs{     padding: 0; list-style: none;  font-size: 14px;  margin: 8px 0px;  color: #fff; }   
.row-fluid .Subscribe-blog-foooter .container{ max-width: 990px; }
.row-fluid .Subscribe-blog-foooter .hs_submit input[type="submit"]:hover{ opacity:0.6; }
.result-page .row-fluid .hero-section{ padding-bottom: 60px; }

@media all and (-ms-high-contrast:none){
	.row-fluid .Subscribe-blog-foooter{background:url(https://cdn2.hubspot.net/hubfs/275132/Rectangle-blue.jpg) no-repeat center / cover !important;}
	*::-ms-backdrop, .row-fluid .Subscribe-blog-foooter{background:url(https://cdn2.hubspot.net/hubfs/275132/Rectangle-blue.jpg) no-repeat center / cover !important;} /* IE11 */
}

@media all and (-ms-high-contrast:none){
  .row-fluid .Subscribe-blog-foooter .input input{opacity:1;}
  *::-ms-backdrop, .row-fluid .Subscribe-blog-foooter .input input{opacity:1;} /* IE11 */
}
@supports (-ms-ime-align:auto) and (color:unset) {
  .row-fluid .Subscribe-blog-foooter{background:url(https://cdn2.hubspot.net/hubfs/275132/Rectangle-blue.jpg) no-repeat center / cover !important;}
}
@supports (-ms-accelerator:true) and (color:unset) {
	.row-fluid .Subscribe-blog-foooter{background:url(https://cdn2.hubspot.net/hubfs/275132/Rectangle-blue.jpg) no-repeat center / cover !important;}
}

.row-fluid .result-body{ padding:100px 0; }
.row-fluid .result-body ul li{ border-bottom: 2px solid #02639f;   display: inline-block;    padding: 18px 0;  margin-bottom: 15px;  width: 100%; }
.row-fluid .result-body ul li a{     color: #02639f;  font-size: 22px; line-height: 26px; }
.row-fluid .result-body ul li a:hover,.row-fluid .result-body .hs-search-results__next-page:hover{ color:#e78021; }
.row-fluid .result-body ul li p{color: #222222;  }
.row-fluid .result-body .hs-search-results__next-page{  color: #015f81; }
.row-fluid .result-body .row-fluid .container{     max-width: 950px; }

.row-fluid .site-search form{ position:relative; }
a.serach-btn {  cursor: pointer;  position: absolute;  top: 0;  right: 0; bottom: 0;  width: 31px;  text-align: center; }

.hs-blog-post .row-fluid .blog-hero{  padding-top: 126px;  padding-bottom: 90px; }

.row-fluid .related-articles{ background-color: #02639f; padding-bottom: 125px; padding-top: 55px; }
.row-fluid .related-articles .top-3-recentpost{     margin-top: inherit; }  
.row-fluid .related-articles{   background-color: #02639f; }
.row-fluid .related-articles h3{   color: #ffffff;  font-family: Raleway;  font-size: 36px;  font-weight: 300;  line-height: 49px;  text-align: center; margin-bottom: 57px; }

.hs-blog-post .row-fluid .blog-sidebar{ float: right; }
.hs-blog-post .row-fluid .blog-Full-bar{ /*margin-right: 2.564102564%;*/  margin-left: 0; margin-right: 0;    padding-right: 110px; }
.hs-blog-post .site-search{ display:none; }
.hs-blog-post  .row-fluid .subscribe-to-blog .input input{      background-color: #3FB1E0; }
.hs-blog-post  .row-fluid .subscribe-to-blog{     padding-top: 0; }
.hs-blog-post  .row-fluid .blog-mainbody{     background: #fff; } 

 .post-featured-image{   float: left;  width: 100%;  height: 400px;  background-repeat: no-repeat;   background-size: cover;    background-position: center center; }
.post-featured-row{  float: left;  width: 100%;     padding-top: 11px; }
.post-featured-row .post-header {     padding-top: 4px; float: left;  width: 50%;  color: #999999;  font-size: 15px;  font-weight: 300;  line-height: 23px; }
.post-featured-row  .social-sharing{  float: left;  width: 50%; text-align:right; }
.post-featured-row  #hubspot-author_data{ display: inline-block; }
.post-featured-row  .author-link { color: #999999;   }
.post-featured-row .author-link:hover{  color:#41b6e6 }   
.social-sharing > p{  display: inline-block; color: #999999;  font-size: 15px;  font-weight: 300;  line-height: 23px; }
ul.share-buttons {  padding: 0;  margin: 0; display: inline-block;  list-style: none; padding-left:8px; }
ul.share-buttons li{     display: inline-block; }
.hs-blog-post  .categories .block h3{ padding-top: 25px; }
ul.share-buttons .row-fluid .subscribe-to-blog h3{ padding-bottom: 20px; }
ul.share-buttons li a {  color: #fff; width: 25px;  height: 25px;  background-color: #41b6e6; display: inline-block;  text-align: center; border-radius: 50%;  font-size: 13px;  line-height: 26px;   margin: 0 2px; }
ul.share-buttons li a:hover{ background-color: #000; }


.title-post{ float:left; width:100%; }
.title-post h1{ color: #41b6e6; font-family: Raleway; font-size: 36px; font-weight: 300; line-height: 49px;     padding-bottom: 35px; }
.title-post h2{color: #41b6e6; font-family: Raleway; font-size: 32px; font-weight: 300; line-height: 44px; }
#hs_cos_wrapper_post_body h3,#hs_cos_wrapper_post_body h4{ color: #41b6e6; font-family: Roboto; font-size: 24px; font-weight: 400; line-height: 36px; }
#hs_cos_wrapper_post_body{ color: #4a4a4a; font-family: Roboto; font-size: 16px; font-weight: 400; line-height: 32px;   }
blockquote {  color: #4a4a4a;  font-family: Roboto;  font-size: 24px;  line-height: 42px;  font-style: italic;  padding-left: 0;  margin-left: 0;  margin-right: 0; }
.hs-blog-post .row-fluid .blog-mainbody{     padding-top: 88px; padding-bottom: 88px; }
#hs_cos_wrapper_post_body img{ width:100% !important; }
#hs_cos_wrapper_post_body iframe{ height:420px !important; width:100% !important;  }

.row-fluid .comment-post-box{    padding-top: 0px;  margin-top: 30px;    }
.row-fluid .comment-post-box h5{ margin-bottom: 14px; color: #4a4a4a;  font-family: Roboto;  font-size: 24px;  font-weight: 400;  line-height: 20px; }
.hs-form-required{ display:none; }
.row-fluid .comment-post-box form fieldset{ max-width: 100%;     padding-bottom: 0px;  }
.row-fluid .comment-post-box form input,.row-fluid .comment-post-box form textarea{  border: 1px solid #d9d9d9; background-color: #ffffff; height: 48px;  padding: 0 13px; } 
.row-fluid .comment-post-box form fieldset.form-columns-1 .hs-input{  width: 100%; }
.hs-error-msgs{ display: block;  padding: 0;  list-style: none;    font-size: 12px;   margin: 0;   margin-top: 5px;    color: red; }
.row-fluid .comment-post-box .hs_submit input{  height: 50px;     cursor: pointer; background-color: #02639f; width: 100%;  color: #ffffff;  font-family: "Open Sans";     margin-top: 10px;  font-size: 13px;    font-weight: 700;   text-transform: uppercase;letter-spacing: 2.8px;  border: none;  position: relative;  display: inline-block; }
.row-fluid .comment-post-box fieldset.form-columns-1 .input{     margin-right: 0;  }

.row-fluid .comment-post-box ::-webkit-input-placeholder {  color: #666666; font-family: "Open Sans"; font-size: 16px; font-weight: 400; line-height: 27px; letter-spacing: 0.31px; opacity:1; }
.row-fluid .comment-post-box ::-moz-placeholder {  color: #666666; font-family: "Open Sans"; font-size: 16px; font-weight: 400; line-height: 27px; letter-spacing: 0.31px; opacity:1; }
.row-fluid .comment-post-box  :-ms-input-placeholder {  color: #666666; font-family: "Open Sans"; font-size: 16px; font-weight: 400; line-height: 27px; letter-spacing: 0.31px;  opacity:1; }
.row-fluid .comment-post-box  :-moz-placeholder {  color: #666666; font-family: "Open Sans"; font-size: 16px; font-weight: 400; line-height: 27px; letter-spacing: 0.31px; opacity:1; }

.row-fluid .comment-post-box fieldset.form-columns-2 .input{    margin-right: 0;     padding-bottom: 10px;  }
.row-fluid .comment-post-box form fieldset:first-child > div:nth-child(2) {  padding-right: 10px; }
.row-fluid .comment-post-box form fieldset:nth-child(2) > div:first-child { padding-right: 10px;  }
.row-fluid .comment-post-box .hs_submit input:hover {  opacity: 0.8;  transition: 0.4s; }
.row-fluid .comment-post-box form textarea{  height: 120px;  padding: 12px 15px; }
.comment-from h4 a{   color: #4a4a4a; }
.comment-from h4{    line-height: 17px;  color: #4a4a4a;  font-family: Roboto;    font-size: 13px;   font-weight: 700;  text-transform: uppercase;  letter-spacing: 1.95px;  padding-top: 0; }
.comment-body{       max-width: 596px;  color: #1d181f;  font-family: Roboto;  font-size: 15px;  font-weight: 400;  line-height: 30px; }
.comment-date{     color: #999999;  font-family: Roboto; font-size: 15px;  font-weight: 600;  text-transform: uppercase;  letter-spacing: 2.25px;  margin-top: 0;  padding-top: 0; }
button.comment-reply-to:hover{ color:#02639F; }
button.comment-reply-to{     color: #999999;  font-family: Roboto; font-size: 18px;  font-weight: 700;  line-height: 30px;  padding-left: 0;    padding-top: 20px;   cursor: pointer; }
.comment.depth-1{    padding-left: 20px;  border-left: 1px solid #d9d9d9;    margin: 30px 35px; }

.row-fluid .comment-post-box form textarea:focus::-webkit-input-placeholder { color: #1d181f; font-family: "Open Sans"; font-size: 16px; font-weight: 400; line-height: 27px; letter-spacing: 0.31px; opacity:1; }
.row-fluid .comment-post-box form textarea:focus:-moz-input-placeholder { color: #1d181f;font-family: "Open Sans"; font-size: 16px; font-weight: 400; line-height: 27px; letter-spacing: 0.31px; opacity:1; }

.row-fluid .comment-post-box form .input input:focus::-webkit-input-placeholder { color: #1d181f; font-family: "Open Sans"; font-size: 16px; font-weight: 400; line-height: 27px; letter-spacing: 0.31px; opacity:1; }
.row-fluid .comment-post-box form .input input:focus:-moz-input-placeholder { color: #1d181f;font-family: "Open Sans"; font-size: 16px; font-weight: 400; line-height: 27px; letter-spacing: 0.31px; opacity:1; }


.row-fluid .comment-post-box form .hs-error-msgs{  margin-top: -8px;  color: red;  padding-bottom: 5px; }
.row-fluid .comment-post-box form { max-width:652px; }

p.no-post{ color:#fff; text-align:center; }
.comment.depth-1 .comment-date{ font-weight:400;  }

.author-profile-page{ float:left; width:100%;  display: flex; align-items: center; padding-left: 16px; }
.author-profile-page .hs-author-avatar{ padding-right: 24px; }
.author-profile-page .hs-author-name{  padding: 0;  font-size: 24px;   color: #02639f; line-height: 28px;  padding-bottom: 13px; }
h3.hs-author-listing-header {  padding-left: 16px;  font-size: 26px;  color: #02639f;     padding-top: 57px; }


.row-fluid .Subscribe-blog-foooter .hs_submit input[type="submit"]{  position: absolute; top: 0;  right: 0; cursor: pointer; } 
.row-fluid .Subscribe-blog-foooter form { position:relative;  }
.row-fluid .Subscribe-blog-foooter .hs-error-msgs{ margin-bottom: 0; }
.comment-reply-to em {   font-style: normal; }
span.commet-titl{  color: #4a4a4a;   font-family: "Open Sans";  font-size: 24px;  font-weight: 400;  line-height: 20px;  width: 100%;     border-top: 2px solid #eee;     padding-top: 48px;    padding-bottom: 18px;    float: left; }
.comment.depth-0{ border:none; }

.related-articles .top-3-recentpost .hubspot-author-cover{ width: 100%;  padding-left: 0; }
.related-articles .top-3-recentpost .author-date{ display:inline-block; }
.related-articles .top-3-recentpost .post-item-title h2{     margin-top: 13px; }
.related-articles .top-3-recentpost .post-item-contant{ padding: 25px 40px; }   






@media  (min-width: 768px){

.sticky .header {  position: fixed;  background: #02639F;  top: 0;  z-index: 3;  padding: 9px 0; transition:0.4s; }
/* .sticky .header  .logo img  {   max-width: 200px; transition:0.4s; } */
.sticky .row-fluid .navigation ul li a{     padding: 0px 16px;    font-size: 13px; }
.row-fluid .header *{ transition:0.4s; }
.sticky .header *{ transition:0.4s; }
  
  
}






@media  (max-width: 1169px){
  .recent-post-box .recent-post-date{ min-height: 62px;    padding-bottom: 16px; }

}

@media  (max-width: 991px){
  h1{  font-size: 42px; padding: 15px 0 10px;  line-height: 55px; }
  .row-fluid .video-main{   padding-top: 25px; }
  .row-fluid .hero-videobox{  height: 340px;  }
  .row-fluid .video-main{  max-width: 600px; }
  .row-fluid .dating-cover{     padding-top: 20px; }
  .row-fluid .detail-box{     padding: 30px 30px; }
  .row-fluid .dating-right-content .row-fluid .detaile{  font-size: 30px;  font-weight: 300;  line-height: 38px;    padding-bottom: 20px; }
  .row-fluid .dating-left-image, .row-fluid .dating-right-content{     min-height: 420px; }
  .row-fluid .dating-full-banner{     margin-top: -370px; }
  .our-work .row-fluid .title-main h2{ font-size: 40px;    line-height: 65px; }
  .row-fluid .our-work {  padding-top: 50px;  padding-bottom: 90px; }
  .our-work-box:nth-child(3) {  margin-top: 50px; }
  .our-work-textcover{     padding: 25px 35px; }
  .our-work-img{  height: 408px; }
  .our-work-text{ min-height: 365px; }
  .our-work-text .title{ font-size: 26px; font-weight: 400;  line-height: 30px; }
  .our-work-text .text{     padding-bottom: 12px; }
  .row-fluid .recent-post-home{     padding-top: 70px; }
  .row-fluid .recent-post-home .title h2{  font-size: 34px;  font-weight: 400;  line-height: 45px; }
  .recent-post-row{ text-align:center;    padding-top: 15px; }
  .recent-post-box {  float: none;  width: calc(50% - 33px);  margin: 0 15px;  background-color: #fdbf33;  margin-bottom: 30px;  display: inline-block; }
  .recent-post-box .post-title{     min-height: inherit; display: inline-block; }
  .recent-post-box{ vertical-align: top; }
  .row-fluid .recent-post-home .row-fluid .blue-cta{     padding-top: 20px; }
  .collaborate-section .row-fluid .dating-right-content .row-fluid .sub-title h3{  font-size: 32px;   line-height: 38px; }  
/*   .row-fluid .f-address br{display:none; } */
  .row-fluid .f-links{     padding-left: 0; }
  .row-fluid .sociale-area ul li{   display: inline-block;  width: 48%;  margin-bottom: 15px; }
  .row-fluid .sociale-area ul{  max-width: 120px;  float: right; }
  .row-fluid .dating-project.collaborate-section{ padding-bottom: 75px; }  
  .row-fluid .copyright-row{     margin-top: 30px; }
  h2{ font-size: 40px;    line-height: 58px; }
  .row-fluid .dating-project{     padding-top: 265px; }
  .our-work-img{     min-height: 408px; }
  
  .row-fluid .title-hero h1{  font-size: 38px;  line-height: 43px;  }
  .top-3-recentpost .post-item{     width: calc(50% - 33px);    margin-bottom: 30px; }
 .row-fluid .blog-mainbody {  padding-top: 50px;  padding-bottom: 20px; }
  .view-more-posts a{ margin-top: 20px; }
  
  .row-fluid .site-search,.row-fluid .subscribe-to-blog{     padding-right: 0; }
  .row-fluid .subscribe-to-blog{     padding-top: 34px; }
  
  .row-fluid  .blog-sidebar{ width: 30%; }
  .row-fluid .blog-Full-bar{  width: 70%; margin: 0;  padding-left: 30px; }
  .row-fluid .blogcta-trip{     padding: 20px 20px; }
  .row-fluid .blogcta-trip h3{     font-size: 22px; line-height: 28px; }
  .post-listing .post-item{     width: calc(50% - 30px); }
  
  .row-fluid .dating-project.collaborate-section.blog{     padding-bottom: 65px; }
  .row-fluid .Subscribe-blog-foooter .hs_submit input[type="submit"]{  margin-left: 0; margin-top: 15px; } 
  .row-fluid .Subscribe-blog-foooter .input input{     width: 100%; }
  .row-fluid .Subscribe-blog-foooter .hs_email{     width: 100%;max-width: 100%; }
  

  .hs-blog-post .row-fluid .blog-Full-bar{ margin: 0;  padding-right: 32px;  padding-left: 0;  }  
  .hs-blog-post .row-fluid .blog-mainbody{  padding-top: 64px; padding-bottom: 64px; }
  .hs-blog-post .row-fluid .blog-hero{ padding-top: 138px;  padding-bottom: 72px; } 
  .title-post h1{ line-height: 38px;  padding-bottom: 27px;  padding-top: 20px;     font-size: 30px; }
  blockquote{ font-size: 22px;  line-height: 36px; }  
  .row-fluid .comment-post-box{     margin-top: 40px; }  
  
  .row-fluid .related-articles{ padding-bottom: 50px;  padding-top: 33px; }
  .row-fluid .related-articles h3{     margin-bottom: 25px;     line-height: 43px;     font-size: 32px; }
  .post-featured-image{ height: 327px; }
  .post-listing .post-item-contant{     padding: 20px 15px; }
  .row-fluid .Subscribe-blog-foooter .hs_submit input[type="submit"]{     position: inherit; }
  
  
  
  
  
}



@media  (max-width: 767px){
  
  
  /* === menu === */
  
      
 
.mainmenu, .mainmenu *{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: #fff;}
a.mobile-trigger {  display: inline-block !important;  cursor: pointer;   position: absolute;   top: 30px;     right: 15px;       width: 44px;   height: 44px;   padding: 12px 10px;
  background: #00AFE7;  z-index: 99999999999;  -webkit-transition: background-color 0.2s linear;   font-size: 16px;  font-weight: normal;  text-align: left;  text-transform: uppercase;
  border-radius: 6px;  -webkit-transition:color .2s ease-in;   -moz-transition:color .2s ease-in;  transition:color .2s ease-in;}
a.mobile-trigger:hover {  text-decoration: none;   color: #fff;}
a.mobile-trigger span{  display: inline;}
a.mobile-trigger span:before{  position: absolute;  content: 'Menu'; }
a.mobile-trigger span:after{  position: relative;  right: 2px;  content: 'Close'; 
  background-color: #00AFE7;  opacity: 0;  transition: opacity .4s ease-in-out;  -moz-transition: opacity .4s ease-in-out;  -webkit-transition: opacity .4s ease-in-out; }

/* Change button when menu is open */
.mobile-open a.mobile-trigger{  -webkit-transition:background-color 0.2s linear;   -moz-transition:background-color 0.2s linear;   transition:background-color 0.2s linear;  background: transparent;   }
.mobile-open a.mobile-trigger span:after{ opacity: 1; }

/* Toggle Button Icon & Animations */
a.mobile-trigger i {  display: inline;  position: relative;  top: -2px;  margin-left: 0;  -webkit-transition-duration: 0s;  -webkit-transition-delay: .2s;  -moz-transition-duration: 0s;  -moz-transition-delay: .2s;
  transition-duration: 0s;  transition-delay: .2s;}
a.mobile-trigger  i:before, a.mobile-trigger i:after {  position: absolute;  content: '';}
a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {  width: 24px;  height: 3px;  background-color: #fff;  display: inline-block;}
a.mobile-trigger  i:before {  margin-top: -8px;   -webkit-transition-property: margin, -webkit-transform;  -webkit-transition-duration: .2s;  -webkit-transition-delay: .2s, 0;}
a.mobile-trigger  i:after {  margin-top: 8px;   -webkit-transition-property: margin, -webkit-transform;  -webkit-transition-duration: .2s;  -webkit-transition-delay: .2s, 0;}
.mobile-open a.mobile-trigger i {  background-color: rgba(0,0,0,0.0);  -webkit-transition-delay: .2s;  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);  -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
  box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);}
.mobile-open a.mobile-trigger i:before {  margin-top: 0;  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  transform: rotate(45deg);  -webkit-transition-delay: 0, .2s;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);  -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);  box-shadow:  0px 1px 1px rgba(0, 0, 0, 0);}
.mobile-open a.mobile-trigger i:after {  margin-top: 0;  -webkit-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  transform: rotate(-45deg);  -webkit-transition-delay: 0, .2s;  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);  box-shadow:0px 1px 1px rgba(0, 0, 0, 0);}

/* Child Toggle Button */
span.child-triggerm {  display: block !important;   cursor: pointer;   position: absolute;  top: 0px;  right: 0px;  width: 55px !important;  min-width: 55px !important;  height: 45px !important; 
  padding: 0 !important;  border-left: 1px dotted rgba(255, 255, 255, .20);}
span.child-triggerm:hover {  text-decoration: none;}

/* Child Toggle Button Icon & Animations */
span.child-triggerm span {  position: relative;  top: 50%;   margin: 0 auto !important;  -webkit-transition-duration: .2s;  -moz-transition-duration: .2s;  transition-duration: .2s;}
span.child-triggerm span:after {  position: absolute;  content: '';}
span.child-triggerm span, span.child-triggerm span:after {  width: 10px;  height: 1px;   background-color: #fff;  display: block;}
.row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: #fff; }
span.child-triggerm span:after {  -webkit-transform: rotate(-90deg);   -ms-transform: rotate(-90deg);  transform: rotate(-90deg);   -webkit-transition-duration: .2s;   -moz-transition-duration: .2s;
  transition-duration: .2s;}
span.child-triggerm.child-open span:after {  -webkit-transform: rotate(-180deg);   -ms-transform: rotate(-180deg);  transform: rotate(-180deg);   -webkit-transition-duration: .2s;   -moz-transition-duration: .2s;
  transition-duration: .2s;}
span.child-triggerm.child-open span {  -webkit-transform: rotate(180deg);   -ms-transform: rotate(180deg);  transform: rotate(180deg);   -webkit-transition-duration: .2s;   -moz-transition-duration: .2s;
  transition-duration: .2s;}

/* Menu Styles on Mobile Devices */  
.mainmenu.js-enabled .hs-menu-flow-horizontal,.mainmenu.js-enabled .hs-menu-children-wrapper{  display: none;}  
.mainmenu ul.hs-menu-children-wrapper {  visibility: visible !important;  opacity: 1 !important;  position: static !important;  display: none;}
.mainmenu.js-enabled .hs-menu-flow-horizontal{  position: absolute;  top: 20px;   left: 0px;   width: 100%;  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);  -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
  box-shadow:  0px 5px 5px 0px rgba(0, 0, 0, 0.65);}
.mainmenu .hs-menu-flow-horizontal{  padding: 40px 0 0 0;  background-color: #00AFE7;   width: 100%;  z-index: 8888;}
.mainmenu .hs-menu-flow-horizontal > ul > li{  position: relative;}
.mainmenu .hs-menu-flow-horizontal > ul > li a{  font-size: 17px;  line-height: 45px;  overflow: visible;}
.mainmenu .hs-menu-flow-horizontal ul li{  border-top: 1px dotted rgba(255, 255, 255, .35); }
.mainmenu .hs-menu-flow-horizontal ul li a{  padding: 0 10px;}
.mainmenu .hs-menu-flow-horizontal ul li a:hover{  color: #fff; }
.mainmenu .hs-menu-flow-horizontal > ul ul li{ background-color: rgba(255, 255, 255, .08);}
.mainmenu .hs-menu-flow-horizontal > ul ul li a{  text-indent: 10px;  font-size: 16px; }
.mainmenu .hs-menu-flow-horizontal > ul ul ul li a{  text-indent: 30px; }
.mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{  text-indent: 50px;}


.row-fluid .header{ right: 0;  left: 0; }
 .header  .logo img{ max-width:200px; }
  h1{     font-size: 36px; line-height: 43px; padding: 15px 0 15px; }
  .row-fluid .hero-videobox{     height: 270px; }
  .row-fluid .hero-videobox{     margin-bottom: -134px; }
  .row-fluid .dating-project{     padding-top: 190px; }
  h2{ font-size: 36px;    line-height: 40px;     padding: 16px 0 15px;}
  .row-fluid .dating-left-image, .row-fluid .dating-right-content{      min-height: 300px;   width: 100%; }
  .row-fluid .dating-right-content{ margin-top: 0; }
  .row-fluid .dating-right-content .row-fluid .detaile{ font-size: 26px;    line-height: 34px; }
  .row-fluid .dating-full-banner {  margin-top: -434px; }
  .our-work .row-fluid .title-main h2 {  font-size: 34px;  line-height: 44px; }
  .our-work .row-fluid .title-main{     padding-bottom: 0px; }
  .row-fluid .our-work {  padding-top: 36px;    padding-bottom: 62px; }
  .our-work .row-fluid .blue-cta{     padding-top: 48px; }
  .our-work-img {  height: 270px;     width: 100%; }
  .our-work-text{     min-height: 275px; width: 100%;  margin-left: 0;  margin-top: 0; }
  .our-work-textcover{     padding: 25px 25px; }
  .our-work-box:nth-child(3),.our-work-box{     margin-top: 40px; }
  .row-fluid .recent-post-home {  padding-top: 33px; }
  .row-fluid .recent-post-home .title h2{  font-size: 29px;  font-weight: 400;   line-height: 39px; }
  .recent-post-box{ width: calc(100% - 33px); }
  .row-fluid .dating-project.collaborate-section{     padding-bottom: 60px;    margin-top: 104px; }
  .row-fluid .f-links{ padding-right: 0; padding-left: 12px;  padding-top: 20px;    width: 100%; }
  .row-fluid .f-links ul li a{ padding-left:0; }
  .row-fluid .f-address{  padding-left: 13px;  max-width: 300px;  width:100%; }   
  .row-fluid .sociale-area ul {  max-width: inherit;  float: left; }
  .row-fluid .sociale-area ul li  { width: auto; }
  .row-fluid .sociale-area{  padding-top: 22px;  padding-left: 5px;   width:100%; }
  .row-fluid .footer{     padding-top: 40px; }
  .row-fluid .copyright-row{ text-align:center; }
  .row-fluid .sem-height1{ height:auto !important; }
  .our-work-img{ height:auto !important;     min-height: 270px; }  
  .mobile-open a.mobile-trigger{     top: 19px; }  
  .mainmenu.js-enabled .hs-menu-flow-horizontal{ top:0;     padding-top: 80px; }

   .header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{     width: 100%;  box-shadow: inherit;  }    
  .row-fluid .detail-box{ width:100%;    max-width: 100%; }
  
  .recent-post-box .recent-post-date{ min-height: inherit;    padding-bottom: 20px; }
  .row-fluid .result-body{     padding: 43px 0; }
  
  .top-3-recentpost .post-item{     width: calc(100% - 33px); }
  .row-fluid  .blog-sidebar{ width: 100%; }
  .row-fluid .blog-Full-bar{  width: 100%; margin: 0;  padding-left: 0px; }
  .row-fluid .title-hero h1{  font-size: 32px;  line-height: 40px; }
  .row-fluid .blog-hero{  padding-top: 130px;  padding-bottom: 164px; }
  .row-fluid .sem-height{  height:auto !important; }  
  .top-3-recentpost .post-item-image a{     height: 217px; }
  .row-fluid .blog-mainbody{  padding-top: 15px; }
  .post-listing .post-item{     width: calc(100% - 30px); }
  .row-fluid .comment-post-box{ margin-top: 24px; } 

  .view-more-posts a{ margin-top: 6px; }  
  .row-fluid .dating-left-image, .row-fluid .dating-right-content{     min-height: 210px; }
  .row-fluid .blog-sidebar{ margin-bottom: 35px; } 
  .row-fluid .Subscribe-blog-foooter h3{     width: 100%;    font-size: 26px;    line-height: 35px; }
  .row-fluid .Subscribe-blog-foooter h3 + div{ padding-left: 0; padding-top: 10px;     width: 100%; } 
  .row-fluid .Subscribe-blog-foooter .hs_submit input[type="submit"]{     width: 100%; }
  .row-fluid .Subscribe-blog-foooter .hs_submit{     width: 100%; }
  .hs-blog-listing .row-fluid .detail-box{     padding: 21px 21px;    padding-bottom: 32px; }
  .row-fluid .dating-project.collaborate-section.blog{     padding-bottom: 55px; }
  
   .hs-blog-post .row-fluid .blog-Full-bar{  padding-right: 0; } 
  .post-featured-image{     height: 255px; }   
  .post-featured-row .post-header{     width: 100%; } 
  .post-featured-row .social-sharing{ width: 100%; text-align: left; padding-top: 12px; }
  .title-post h1{ font-size: 25px; font-weight: 300;  line-height: 33px;  padding-bottom: 25px; } 
  blockquote{  font-size: 18px;  line-height: 30px; }
  .row-fluid .related-articles{     padding-bottom: 31px; }
  .hs-blog-post .row-fluid .blog-mainbody{ padding-bottom: 55px;  }

  .author-profile-page{     padding-top: 25px; }
  .related-articles .top-3-recentpost .post-item-contant{     padding: 16px 22px; }  
  .related-articles .top-3-recentpost .post-item-title h2{     margin-top: 0; }  
  .top-3-recentpost .read-more-button.u-button {     padding-top: 18px;  }
  
  #hs_cos_wrapper_post_body iframe{ height:320px !important; width:100% !important;  }
  
  .row-fluid .mobile-flex > div > div{ display: -webkit-flex; /* Safari */
    -webkit-flex-direction: column-reverse; /* Safari 6.1+ */
    display: flex;
    flex-direction: column-reverse;  }
  .hs-blog-post  .row-fluid .subscribe-to-blog{ padding-top: 56px; }
  .hs-blog-post .row-fluid .blog-mainbody{    padding-bottom: 0; }
  .hs-blog-listing .row-fluid .blog-sidebar{    padding-top: 30px; }
  
}

@media  (max-width: 480px){
  .row-fluid .comment-post-box form input, .row-fluid .comment-post-box form textarea{ width:100% !important; }
  .row-fluid .comment-post-box form fieldset:first-child > div:nth-child(2),.row-fluid .comment-post-box form fieldset:nth-child(2) > div:first-child,.row-fluid .comment-post-box form fieldset:nth-child(2) > div:first-child{     padding-right: 0; }
}

/* ++++++ Collaborate Page ++++++ */
.hero-section.hero-section-v2 h1 {
  margin-bottom: 49px;
}
.hero-section.hero-section-v2 .widget-type-linked_image img {
  width: 100% !important;
  max-width: 945px;
  margin: 0 auto -326px auto;
  -webkit-box-shadow: 0px -1px 41px -1px rgba(51,51,51,0.3);
  -moz-box-shadow: 0px -1px 41px -1px rgba(51,51,51,0.3);
  box-shadow: 0px -1px 41px -1px rgba(51,51,51,0.3);
}
.collaborate-section {
  padding-top: 410px;
  padding-bottom: 100px;
}
.collaborate-section .widget-type-rich_text {
  text-align: center; 
}
.hs-blog-name-blog-2018 .collaborate-section .widget-type-rich_text {
  text-align: left;
}
.collaborate-section h2 {
  color: #02639F;
  padding: 0;
  margin-bottom: 17px;
}
.collaborate-section p {
  color: #222222;
  font-size: 19px;
  letter-spacing: 0.28px;
  line-height: 32px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  max-width: 945px;
  margin: 0 auto 15px auto;
}

/* ++++++ About Us Page ++++++ */
.content-section {
  padding: 388px 0 71px 0;
}
.content-section .container {
  max-width: 976px;
}
.content-section .span12 > .widget-type-rich_text {
  text-align: center;
  margin-bottom: 51px;
}
.content-section .span6 > .widget-type-rich_text {
  text-align: left;  
}
.content-section h2 {
  color: #02639F;
  padding: 0;
  margin-bottom: 26px;
}
.content-section p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.6px;
  font-size: 15px;
  color: #222222;
}
.blue-content-section {
  background-color: #02639F;  
  text-align: center;
  padding: 80px 0 81px 0;
}
.blue-content-section .container,
.white-content-section .container {
  max-width: 750px;
}
.blue-content-section h5 {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  padding: 0;
  margin-bottom: 5px;
}
.blue-content-section h2 {
  color: #fff;
  font-size: 50px;
  line-height: 74px;
  letter-spacing: 0.78px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 0 0 19px 0;
}
.blue-content-section p {
  color: #fff;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.06px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0 0 23px 0;
}
.white-content-section {
  background-color: #fff;  
  text-align: center;
  padding: 100px 0 40px 0;
}
.white-content-section h2 {
  color: #02639F;
  font-size: 50px;
  line-height: 74px;
  letter-spacing: 0.78px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 0 0 29px 0;
}
.white-content-section p {
  color: #222;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.06px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0 0 59px 0;
}
.display-mb {display: none !important;}
.more-info-fam span h3 a{color: #ffffff !important; font-family: Roboto;font-size: 21px;font-weight: 400;line-height: 20px;    padding: 25px 15px; text-align: center; display: block;}
.more-info-fam span h3 a:hover{color: #9DD9F2 !important; }

/* ++++++ Media Queries ++++++ */
@media screen and (max-width: 1199px) {

}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 768px) {
    
}
@media screen and (max-width: 767px) {
  .content-section p {
    text-align: left;
  }
  .blue-content-section h2,
  .white-content-section h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .blue-content-section h5 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .hero-section.hero-section-v2 .widget-type-linked_image img {
    margin: 0 auto -90px auto;
  }
  .collaborate-section,
  .content-section {
    padding-top: 145px;
  }
}
@media screen and (max-width: 320px) {
    
}
.hs-blog-id-6097950022 .widget-module ul li a {text-transform:capitalize !important; }

@media (max-width: 767px){
.col-lg-push-3 {left: 25%;}
.col-lg-pull-9 {right: 75%;}
.display-mb {display: block !important; margin-top: 30px;}
 .hide-mbhere {display: none !important;}
}
@media (max-width: 991px){
.row-fluid .site-search, .row-fluid .subscribe-to-blog {
    padding-right: 20px !important;
}}

.color-white h3{ text-align: center; color: #ffffff !important;}
@media (max-width: 767px) {   

  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
 
  .col-md-push-4 {
    left: 33.33333333%;
  }
 
}