/* @import url('http://example.com/example_style.css'); */
@import url("//hello.myfonts.net/count/2ad454");
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700|Montserrat:400,500,700|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
/*@import "font-awesome-sprockets";
@import "font-awesome";*/

/***********************************************/
/* 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: 'SoliPx-Bold';
	src: url('webfonts/http://cdn2.hubspot.net/hubfs/126484/Hudsonfusion-Files/Soli/2AD454_0_0.eot');
	src: url('webfonts/http://cdn2.hubspot.net/hubfs/126484/Hudsonfusion-Files/Soli/2AD454_0_0.eot?#iefix') format('embedded-opentype'),
		url('//cdn2.hubspot.net/hubfs/126484/Hudsonfusion-Files/Soli/2AD454_0_0.woff') format('woff'),
		url('//cdn2.hubspot.net/hubfs/126484/Hudsonfusion-Files/Soli/2AD454_0_0.ttf') format('truetype');}


@font-face {font-family: 'SoliPx';src: url('//cdn2.hubspot.net/hubfs/126484/Hudsonfusion-Files/Soli/2AD454_1_0.eot');
	src: url('//cdn2.hubspot.net/hubfs/126484/Hudsonfusion-Files/Soli/2AD454_1_0.eot?#iefix') format('embedded-opentype'),
		url('//cdn2.hubspot.net/hubfs/126484/Hudsonfusion-Files/Soli/2AD454_1_0.woff') format('woff'),
		url('//cdn2.hubspot.net/hubfs/126484/Hudsonfusion-Files/Soli/2AD454_1_0.ttf') format('truetype');}


body{
	margin:0;
	padding:0;
	font-family: 'Montserrat', sans-serif;
}
.body-container-wrapper ul {
	padding: 0 0 0 30px;
	list-style-type:none;
	margin: 0;
}

.body-container-wrapper ol {
	padding: 0 0 0 30px;
	margin: 0;
}

body.updtd-rght-frm.updatecss0 .custom-img #hs_cos_wrapper_module_14712700879021107 input[type="submit"] , body.updatecss0 .conversation-form input[type="submit"] { width:auto !important; max-width:100% !important; margin:0; }
.row-fluid .conversation-form { background:transparent; }
.row-fluid .conversation-form form fieldset { max-width:100% !important; float:left; margin:5px 0; width:100%; }
.row-fluid .conversation-form form .form-columns-1 .input  { margin-right:0; }
.row-fluid .conversation-form form .form-columns-1 .input textarea ,.row-fluid .conversation-form form .form-columns-1 .input input  { width:100% !important; }
.row-fluid .conversation-form form .form-columns-2 { width:100%; }
.row-fluid .conversation-form form .form-columns-2 .input input { width:100% !important; }
.row-fluid .conversation-form form .form-columns-2 .hs-form-field:first-child { margin-right:5px;  }
.row-fluid .conversation-form form .form-columns-2 .hs-form-field:last-child { margin-left:5px; }
.row-fluid .conversation-form form .form-columns-2 .hs-form-field { width: 48.96%; }
.row-fluid .conversation-form form input { padding:0 15px !important; }
.row-fluid .conversation-form form textarea { padding-left: 15px !important;  padding-right: 15px !important; }
.row-fluid .conversation-form form input[type="submit"] { float:right; max-width:100%; width:auto !important; }
.conversation-form h3 { padding-bottom:20px; }
.footer-noimg .footer { float:left; width:100%; }
.row-fluid .conversation-form ul.hs-error-msgs { margin-left:0; padding-left:0; list-style:none; }

.body-container-wrapper ol li {
	padding-left: 6px;
	margin-bottom: 5px;
}

.body-container-wrapper ul li {
	margin-bottom: 5px;
}

a{
	text-decoration:none;
	color:#00abc7;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
}

.lato,
.font-lato {
	font-family: 'Lato', arial, sans-serif;
}

.container{
	max-width:1200px;
	width:100%!important;
	float:none!important;
	margin:0 auto !important;
}

.our-proccess-bottom {
	padding-bottom: 8em;
}

.header {
	border-bottom: 1px solid #666;
	padding: 0px 0px;
	background-color: #f4f2f3;
	position: fixed;
	top: 0;
	left: 0;
	width: 100% !important;
	-webkit-transition: top 500ms ease;
	-moz-transition: top 500ms ease;
	-o-transition: top 500ms ease;
	transition: top 500ms ease;
	z-index: 9999;

}
.section.section3 {
	padding-top: 20px;
}
.body-container-wrapper {
	margin-top: 54px;
}

.scrollActive .header {
	position: fixed;
	z-index:999999;
	width: 100%;
	box-shadow: 3px -3px 12px;
}
.scroll{
	display:none !important;
}



.custom-menu-primary {
	/* margin-left: 6% !important;*/
	max-width: 930px;
	/* width: 77% !important;*/
}

.custom-menu-primary ul {
	float: right;
	width: auto;
}

.custom-menu-primary ul li:first-child {
	margin-left: 0;
}

.logo {
	padding: 20.5px 0 20.5px 8px;
}

.logo-v6 .logo {
	padding: 20.5px 0 20.5px 8px;
}

.anivrsry {
	margin: 22.5px 0 22.5px 14px !important;
	max-width: 110px;
	padding-left: 14px;
	/* margin-left: 14px !important; */
	width: calc(48% - 14px) !important;
	position: relative;
}

.anivrsry:before {
	content: '';
	width: 1px;
	height: 90%;
	display: inline-block;
	position: absolute;
	left: 0;
	background-color: #b3b3b3;
	top: 0;
	bottom: 0;
	margin: auto;
}

.header .custom-menu-primary ul li a {
	/* font-size: 18px;*/
	font-size: 16px;
	padding: 30px 10px !important;
	line-height: 35px;
	color:#333;
	text-transform: uppercase;
}

.custom-menu-primary ul li a:hover, .custom-menu-primary ul.active-branch li.active a {
	background-color:#00acc8;
	color:#fff;
}

.custom-menu-primary ul li:hover a{
	color:#fff;
}

.custom-menu-primary ul li a {
	transition: all .4s ease-in-out;
}
.custom-menu-primary ul li {
	transition: all .4s ease-in-out;
}

.custom-menu-primary .hs-menu-wrapper>ul ul {
	background-color: #f4f2f3;
	color: #444;
	margin-top: 1px;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li:hover{
	background-color:#00acc8;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li a {
	color: #444;
	padding: 19px 10px !important;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
	color:#fff;
}

.custom-menu-primary ul li:last-child ul {
	width: 100%;
}

.banner-bg {
	padding-top: 56px;
	position: relative;
	/*min-height: 514px!important;*/
	overflow: hidden;
	/*border-bottom: 1px solid #666;*/
	padding: 0 10px;
	background-color: #f4f2f3;
	z-index: 0;
	margin-top: 0px;
}

.banner-img {
	bottom: 0;
	left: -40%;
	position: absolute;
	z-index: -1;
	transition:all 1s ease-in-out;

}


.lu-banner-img {
	width: 55.425532% !important;
	padding-top: 18em;
}

.banner-img1 {
	left: 0;
}

.banner-caption {
	line-height: 50px;
	margin-top: 105px!important;
	max-width: 881px;
	padding-bottom: 30px;
	width: 61%;
	float: right !important;
	margin-right: -70%;
	transition:all 1s ease-in-out;
}

.banner-caption1 {
	margin-right: 0%;
}


.banner-caption h1 {
	color: #00acc8;
	font-size: 53px;
	font-weight: 400;
}
.banner-caption h3 {
	font-size: 29px;
	color: #b6c200;
	font-weight: 500;
	line-height: 1.3;
}

.hp-break {
	content: " ";
	display: none;
}

.hp-landscape {
	content: " ";
	display: none;
}

.all_list_mb-show {
	display: none;
}
/*======================================================================================================================================================================================

.left-two, .left-three {
width: 49%;
display: inline-block;
}

.overlay {
position: absolute;
background-color: red;
bottom: 0;
padding: 0 20px;
width: 100%;
}


body{
margin:0;
padding:0
}

.full-width-right {
width: 36.3%;
float:left;
}

.full-width-center {
width: 22.6%;
float:left;
}

.full-width-left {
width: 41.1%;
float:left;
}

.full-width-left img {
width: 100%;
}

.full-width-right img {
width: 100%;
}

.full-width-center img {
width: 100%;
}

.left-one {
min-height: 267px;
}

.left-two, .left-three {
width: 50%;
float: left;
min-height: 215px;
}

.main-full:hover .overlay {
display: block;
}

.overlay{
display:none;
}

.main-full{
position:relative;
}
.left-two .overlay ,.left-three .overlay {
width: 86%;}
.overlay h3{
font-size:19px;
color:#fff;
}
.overlay {
position: absolute;
background-color: #b6c200;
bottom: 4px;
padding: 0 20px;
width: 93%;
text-align: center;
min-height: 81px;
}*/
/*==========================================================================================accordian==============================================================================*/
.acc-bg{
	background-color:#f7f5f7;
	background-image:url("//cdn2.hubspot.net/hubfs/126484/images/circle.png?t=1454134604314");
	background-position: right center;
	background-repeat: no-repeat;
	/*background-size: 868px auto;*/
	border-top: 1px solid #00acc8;
	position: relative;

}
.acc-bg .tabs nav {
	position: absolute;
	top: -19px;
	width: 100%;
}
.tabs nav ul li:nth-child(6) a {
	margin-right: 137px;
}
.tabs nav ul li:nth-child(7) a {
	margin-left: 49px;
	text-align: right;
}
.tabs nav ul li:nth-child(7){
	margin-right:0;
}
.tabs nav ul li:nth-child(5) a {
	margin-right: 235px;
}
.tabs nav ul li:nth-child(4) a {
	margin-right: 210px;
}
.tabs nav ul li:nth-child(3) a {
	margin-right: 170px;
}
.tabs nav ul li:nth-child(2) a {
	margin-right: 103px;
}

.tabs nav ul li:nth-child(1) a {
	margin-right: 94px;
}


.content h3 {
	font-size: 36px !important;
	color: #00acc8;
	font-weight:700;
}
/**************25-01-2016 start********************/
.about-section .ftr-gold {
	/* display: none; */
}
.content section.content-current {
	display: block;
	max-width: 100%;
}
.left-tab, .right-tab
{
	display:inline-block;
	vertical-align:middle;
	width:50%;
}

.right-tab h1 {
	font-size: 36px;
	font-weight: 400;
	color: #00acc8;
}

p.cta-curtain {
	background-image: url(//cdn2.hubspot.net/hubfs/126484/Hudsonfusion_nov-2015/curtain-bg1.png);
	padding: 12% 0 32%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	margin: 0 auto;
}


@media (max-width: 768px) {
	.left-tab, .right-tab {
		width: 100%;
	}

	.hp-bold {
		font-weight: bold;
	}

	.hp-break {
		content: " ";
		display: block;
	}

	.hp-landscape {
		content: " ";
		display: block;
	}
}



.right-tab
{
	text-align:center;
}
.right-tab h2 {
	color: #b6c200;
	margin-bottom: 40px;
}
.right-tab img {
	display: inline-block;
	margin: 0 3%;
	vertical-align: bottom;
	width: auto;
}
/***************25-01-2016 close****************/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.content h3 {font-weight:400;}
}

.content section p {
	font-size: 18px;
	color:#333;
}

@-moz-document url-prefix() {
	.tabs nav li:first-child::after, .tabs nav li:first-child::before {
		bottom: 11px;
	}
}

.tabs {
	position: relative;
	width: 100%;
	overflow: visible;
	font-weight: 300;
}

/* Nav */
.tabs nav {
	text-align: left;
	margin-bottom: -16px;
}

.tabs nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	width: 100%;
}

.tabs nav ul li {
	border-bottom: none;
	margin: 0 0.25em;
	display: block;
	float: left;
	position: relative;
	width: 13% !important;
}

.tabs nav ul li:first-child {
	margin-left: 0;
}

.tabs nav li.tab-current {
	z-index: 100;
}
/*
.tabs nav li:before, .tabs nav li:after {
content: '';
position: absolute;
height: 1px;
left: 0;
bottom: 10px;
width: 154%;
background: #00acc8;
}

.tabs nav li:after {
right: 0;
}

.tabs nav li:last-child:before,.tabs nav li:last-child:after {
display:none;
}*/

.tabs nav a {
	color: #becbd2;
	display: block;
	font-size: 1.45em;
	white-space: nowrap;
	width:22px;
	border-radius:50%;
}

.tabs .content h3{
	font-size:36px;
}

.tabs nav a:hover {
	color: #768e9d;
}

.tabs nav li.tab-current a {
	color: #47a3da;
}

.tabs .pin {
	content: "";
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #00acc8;
	display: inline-block;
	z-index: 200;
	position: relative;
	-webkit-transition: all 200ms ease-in 0s;
	-o-transition: all 200ms ease-in 0s;
	-moz-transition: all 200ms ease-in 0s;
	vertical-align: middle;
}

.tabs nav li .pin:hover,.tabs nav li .tab-current .pin {
	width: 22px;
	height: 22px;
}
.ser

/* Icons */
.tabs nav a:before {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-family: 'icomoon';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	margin: -0.25em 0.4em 0 0;
}

.icon-food:before {
	content: "\e600";
}

.icon-lab:before {
	content: "\e601";
}

.icon-cup:before {
	content: "\e602";
}

.icon-truck:before {
	content: "\e603";
}

.icon-shop:before {
	content: "\e604";
}

/* Content */
.content section {
	font-size: 1.25em;
	padding: 28px 1em 21px;
	display: none;
	max-width: 1230px;
	margin: 0 auto;
	max-width: 520px;
	margin: 0;
	min-height: 221px;
}

.content section:before,
.content section:after {
	content: '';
	display: table;
}

.content section:after {
	clear: both;
}

/* Fallback example
.no-js .content section {
display: block;
padding-bottom: 2em;
border-bottom: 1px solid #47a3da;
} */

.content section.content-current {
	display: block;
}

.mediabox {
	float: left;
	width: 33%;
	padding: 0 25px;
}

.mediabox img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.mediabox h3 {
	margin: 0.75em 0 0.5em;
}

.mediabox p {
	padding: 0 0 1em 0;
	margin: 0;
	line-height: 1.3;
}

/* Example media queries */


/*#main-demo .pika-stage { height:699px !important; }*/


@media screen and (max-width: 52.375em) {
	.tabs nav a span {
		display: none;
	}

	.tabs nav a:before {
		margin-right: 0;
	}

	.mediabox {
		float: none;
		width: auto;
		padding: 0 0 35px 0;
		font-size: 90%;
	}

	.mediabox img {
		float: left;
		margin: 0 25px 10px 0;
		max-width: 40%;
	}

	.mediabox h3 {
		margin-top: 0;
	}

	.mediabox p {
		margin-left: 40%;
		margin-left: calc(40% + 25px);
	}

	.mediabox:before,
	.mediabox:after {
		content: '';
		display: table;
	}

	.mediabox:after {
		clear: both;
	}
}

@media screen and (max-width: 32em) {
	.tabs nav ul,
	.tabs nav ul li a {
		width: 100%;
		padding: 0;
	}

	.tabs nav ul li {
		width: 20%;
		width: calc(20% + 1px);
		margin: 0 0 0 -1px;
	}

	.tabs nav ul li:last-child {
		border-right: none;
	}

	.mediabox {
		text-align: center;
	}

	.mediabox img {
		float: none;
		margin: 0 auto;
		max-width: 100%;
	}

	.mediabox h3 {
		margin: 1.25em 0 1em;
	}

	.mediabox p {
		margin: 0;
	}
}
/*==========================================================================================accordian==============================================================================*/

/*==========================================================================================our process==============================================================================*/
.our-process-bg {
	padding: 93px 10px 75px;
	background-color:#f7f5f7 ;
	background-image:url("//cdn2.hubspot.net/hubfs/126484/Hudsonfusion_nov-2015/circles.png?t=1448019859687");
	background-repeat:no-repeat;
	background-position:left bottom;
	color:#333333;
	overflow:hidden;
}

.our-process {
	margin-left: -60% !important;
	transition: all 1s ease-in-out;
}

.our-process1 {
	margin-left: 0 !important;
}

.our-prcs-disc {
	transition: all 1s ease-in-out;
	float: right !important;
	margin-right: -60%;
}

.our-prcs-disc1 {
	transition: all 1s ease-in-out;
	margin-right: 0%;
}

.our-procs-cta{
	opacity:0;
	transition: all 0.4s ease-in-out;
}

.our-procs-cta1{
	opacity:1;
}

.our-process h1 span {
	color: #44bdd3;
	font-size: 72px;
}
.our-process h1 {
	font-size: 40px;
	font-weight: 400;
	color: #b6c200;
}

.the-work-bg {
	margin-top: -44px;
}

.the-work {
	border-top: 1px solid #b6c200;
}

.the-work-heading h1 {
	color: #b6c200;
	font-size: 60px;
	line-height: 43px;
	font-weight:400;
}

#dock {
	position: relative;
}

.base {
	content: '';
	width: 98.9%;
	height: 1px;
	background-color: #33bdd3;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	z-index: -9999;
}

#dock li img {
	width: 64px;
	height: 64px;
	-webkit-box-reflect: below 2px
		-webkit-gradient(linear, left top, left bottom, from(transparent),
			color-stop(0.7, transparent), to(rgba(255,255,255,.5))); /* reflection is supported by webkit only */
	-webkit-transition: all 0.3s;
	-webkit-transform-origin: 50% 100%;
}
#dock li:hover img,#dock li:hover .pin {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	margin: 0 8px;
	position: relative;
	z-index: 999;
}

#dock li:hover + li img,
#dock li.prev img,#dock li:hover + li .pin,#dock li.prev .pin,#dock li:hover + li .pin1,#dock li.prev .pin1 {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
	margin: 0 5px;
}

#dock li span {
	display: none;
	position: absolute;
	bottom: 140px;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,.75);
	padding: 4px 0;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}
#dock li {
	list-style-type: none;
	display: inline-block;
	position: relative;
	border-radius: 50%;
	transition: all 1s ease-in-out 0s;
}

#dock ul {
	font-size: 14px;
	padding: 0 30px;
	margin: 60px 0 110px;
	display: block;
	text-align: center;
}

.pin {
	content: "";
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #00acc8;
	display: inline-block;
	z-index: 200;
	position: relative;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	vertical-align: middle;
	cursor:pointer;
}
.pin1 {
	content: "";
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #00acc8;
	display: inline-block;
	z-index: 200;
	position: relative;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	vertical-align: middle;
}
.pin p{
	max-width: 202px;
	/*padding: 79px 42px;
	border-radius: 50%;*/
	overflow: hidden;
	color:#fff;
	margin: 0 auto;
}

#dock ul li:nth-child(1), #dock ul li:nth-child(2), #dock ul li:nth-child(4), #dock ul li:nth-child(6), #dock ul li:nth-child(8), #dock ul li:nth-child(10), #dock ul li:nth-child(11) {
	margin: 0 .2%;
}

/*#dock ul li:nth-child(9) .pin {
max-width: 185px;
padding: 46px 25.5px;
}*/

.gray-circle {
	max-width: 185px;
	padding: 46px 25.5px;
}

#dock ul li:nth-child(7) .pin {
	max-width: 107px;
	padding: 54px 18.5px;
}

/*#dock ul li:nth-child(5) {
max-width: 330px;
width: 100%;
}*/

.blue-circle {
	max-width: 107px;
	padding: 54px 18.5px;
}

/*#dock ul li:nth-child(5) .pin {
max-width: 248px;
width: 100%;
padding: 64px 39px;
}*/

#dock ul li:nth-child(5) {
	width: 100%;
	max-width: 290px;
}

.orange-circle {
	max-width: 210px;
	width: 100%;
	padding: 54px 39px;
}

/*#dock ul li:nth-child(3) .pin  {
max-width: 152px;
padding: 78px 29px;
}*/

.green-circle {
	max-width: 152px;
	padding: 78px 29px;
}

#dock ul li:nth-child(1) {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 18px;
	margin: auto;
}

#dock ul li:last-child {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	height: 18px;
	margin: auto;
}

#dock ul li:nth-child(10) {
	margin-left: 3%;
}
#dock ul li:nth-child(2) {
	margin-right: 3%;
}

.owl-item:nth-child(9) {
	max-width: 369px;
	width: 100%!important;
	font-size: 14px;
}

.owl-item:nth-child(9) .pin {
	padding: 98px 57px;
	text-align: center;
}

.pin p {
	max-width: 245px;}

.owl-carousel .owl-item{
	display: inline-block!important;
	float: none !important;
}

.owl-item:nth-child(5), .owl-item:nth-child(6), .owl-item:nth-child(8), .owl-item:nth-child(10), .owl-item:nth-child(12), .owl-item:nth-child(14), .owl-item:nth-child(15) {
	max-width: 15px;
}

.slick-slide {
	float: none !important;
}
/*==========================================================================================our process==============================================================================*/
/*==========================================================================================full-width-section==============================================================================*/

.full-width-right {
	float: left;
	width: 35.75%;
}

.full-width-center {
	float: left;
	width: 23%;
}

/*.full-width-left {
width: 41.1%;
float:left;
}*/

.full-width-left img {
	width: 100%;
}

.full-width-right img {
	width: 100%;
}

.full-width-center img {
	width: 100%;
}

.left-one {
	min-height: 257px;
}

.left-two, .left-three {
	width: 50%;
	float: left;
	min-height: 215px;
}

.main-full:hover .overlay {
	bottom:0;
}

.main-full{
	position:relative;
}
.left-two .overlay ,.left-three .overlay {
	width: 86%;}

.overlay h3 {
	font-size: 19px;
	color: #fff;
	font-weight: 400;
}


.left-one.main-full img {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.left-one.main-full:hover img {
	margin-top: -40px;
}

.left-one.main-full {
	border: 1px solid #eee;
}

.overlay {
	background-color: #b6c200;
	display: none;
	bottom: -66px;
	min-height: 44px;
	padding: 2%;
	position: absolute;
	text-align: center;
	width: 96%;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}


.full-width-left a:first-child {
	display: block;
	max-height: 277px;
	width: 35%;
	overflow: hidden;
}

.full-width-left a:nth-child(2), .full-width-left a:nth-child(3) {
	width: 17.5%;
	float: left;
	overflow: hidden;
}


.full-width-left a:nth-child(4) {
	min-height: 480px;
	display: block;
	margin-top: -277px;
	float: left;
	width: 28.1%;
	overflow: hidden;
}

.full-width-left a:nth-child(5) {
	float: left;
	margin-top: -277px;
	width: 36.9%;
	overflow: hidden;
}


/* Luis Styles */


.box-1 {
	float: left;
	width: 33.3333333% !important;
	position: relative;
}

.box-1 img {
	min-height: 277px;
	min-height: 300px;
}

.box-2 {
	float: left;
	width: 15% !important;
	width: 16.666% !important;
	height: 277px;
}

.box-3 {
	float: right !important;
	width: 50% !important;
	height: 554px;
}

.box-4 {
	float: left;
	width: 16% !important;
	width: 16.666% !important;
	height: 277px !important;
	margin-top: 0 !important;
	min-height: 277px !important;
}

.box-5 {
	float: left;
	width: 16% !important;
	width: 16.666% !important;
	height: 277px !important;
	margin-top: 0 !important;
}

.box-6 {
	float: left;
	width: 18% !important;
	width: 16.666% !important;
	height: 277px !important;
	margin-top: 0 !important;
}

.box-7 {
	float: left;
	width: 15% !important;
	width: 16.666% !important;
	height: 277px;
}

.box-8 {
	float: left;
	width: 15% !important;
	width: 16.666% !important;
	height: 277px;
}

.box-9 {
	float: left;
	width: 15% !important;
	width: 16.666% !important;
	height: 277px;
}


.box-10 {
	float: right;
	width: 50% !important;
	height: 277px !important;
}

.box-10 img, .box-4 img, .box-5 img, .box-6 img {
	max-height: 277px !important;
}

.small-box {
	max-height: 277px !important;
}

/*==========================================================================================Strategic web design==============================================================================*/
.swd-h3 h1 {
	color: #b6c200;
	font-size: 33px;
	font-weight: 500;
}

.swd-h1 h1 {
	color: #00acc8;
	font-size: 53px;
	font-weight: 400;
	line-height: 1;
}

.body-top-space {
	margin-top: 30px;
}

.swd-top-text p {
	color: #666;
	font-size: 18px;
	font-size: 30px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 45px;
}

.swd-widget-box {
	background-color: #f2f2f2;
	padding-left: 54px;
	padding-right: 54px;
	padding-top: 84px;
	min-height: 380px;
	width: 100%;
}

.swd-widget-title {
	text-align: center;
	margin-bottom: 1em;
}

.swd-widget-text {
	line-height: 1.2;
	padding-bottom: 1em;
}

/* entire container, keeps perspective */
.flip-container {
	-webkit-perspective: 1000;
	perspective: 1000;
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.flip-container, .front, .back {
	width: 100%;
	min-height: 625px !important;
	cursor: pointer;
	margin-bottom: 70px;
}

/* flip speed goes here */
.flipper {
	-webkit-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.green-box {
	background-color: #b3c135;
	color: #fff;
	text-align: center;
	padding-top: 6.2em;
}

.green-box img {
	margin-bottom: 1em;
}

.orange-box {
	background-color: #f37043;
	color: #fff;
	text-align: center;
	padding-top: 6.2em;
}

.orange-box img {
	margin-bottom: 1em;
}

.gray-box {
	background-color: #7f7f7f;
	color: #fff;
	text-align: center;
	padding-top: 6.2em;
}

.gray-box img {
	margin-bottom: 1em;
}

.blue-box {
	background-color: #00acc8;
	color: #fff;
	text-align: center;
	padding-top: 6.2em;
}

.blue-box img {
	margin-bottom: 1em;
}

.swd-cta-box {
	padding-top: 3em;
	padding-bottom: 2em;
	color: #fff;
}

.swd-main {
	padding: 0;
	background: rgba(0,0,0,0) url("//cdn2.hubspot.net/hubfs/126484/images/circle.png?t=1454345260522") no-repeat scroll right bottom / 44% auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 4em;
}

.divider-display {
	display: none !important;
}

@media (max-width: 768px ) {
	.flip-container:nth-child(2), .flip-container:nth-child(3) {
		margin-top: 2em;
		margin-left: 0;
	}

	.flip-container, .front, .back {
		width: 100% !important;
	}

	a#cta_button_126484_11e7c63a-48a8-48e2-9b32-3915da6f66b8 {
		margin: auto;
		margin-top: 1em;
	}

	.swd-footer-message {
		text-align: center;
	}


	.swd-top-text p {
		padding-left: .5em;
		padding-right: .5em;
		font-size: 21px;
		text-align: left;
	}

	.swd-h1 h1, .swd-h3 h1 {
		padding-left: .1em;
	}

	.divider-display {
		display: block !important;
	}

}

@media (max-width: 590px) {
	.front h2, .back h1 {
		font-size: 21px;
	}

	.back {
		font-size: 16px;
	}

	.swd-widget-box {
		padding-top: 2em;
		padding-left: 1.3em;
		padding-right: 1.3em;
	}

	.swd-widget-title {
		margin-bottom: 0;
	}
}



/*==========================================================================================full-width-section==============================================================================*/
/*==========================================================================================Capabilities-section==============================================================================*/
/*.capabilities{
background-image:url(//cdn2.hubspot.net/hubfs/126484/Hudsonfusion_nov-2015/capabilities-bg.png);
background-repeat:no-repeat;
background-size:cover;
min-height:528px;
margin-top: 3px;
color:#fff;
padding:0 10px;
}*/

.capabilities{
	background-image:url(//cdn2.hubspot.net/hubfs/126484/Hudsonfusion_nov-2015/capabilities-bg-final.png);
	background-color:#3D4445;
	background-repeat:no-repeat;
	background-size:cover;
	/*min-height:460px !important;*/
	margin-top: 0;
	color:#fff;
	padding:0;
	background-position: center center;
	position: relative;
}
.vector-content{
	position: absolute;
	top: 0;
}

.capabilities-left {
	font-size: 23px;
	font-weight: 400;
}

.capabilities-left {
	padding: 100px 0 0;
}

/*.capabilities-left h1 {
font-weight: 500;
font-size: 46px;
color: #b6c200;
}*/
.capabilities-left h1 {
	color: #b6c200;
	font-size: 46px;
	font-weight: 500;
	text-align: center;
}



/*.capabilities-left ul {
text-align: right;
margin-top: 26px;
}*/
.capabilities-left ul {
	margin: 26px auto;
	max-width: 1020px;
	text-align: center;
}


.capabilities-left ul li {
	margin-bottom: 22px;
	font-size: 24px;
	/* margin-right: 19px;*/
	margin-right: 2%;
	display: inline-block;
}

/*.capabilities-left ul li:nth-child(6) {
margin-right: -30px;
}
.capabilities-left ul li:nth-child(5) {
margin-right: -6px;
}
.capabilities-left ul li:nth-child(4) {
margin-right: -14px;
}
.capabilities-left ul li:nth-child(3) {
margin-right: 24px;
}

.capabilities-left ul li:first-child {
margin-right: -6px;
}*/

.capabilities-img {
	/*padding-top: 70px;*/

}
.capabilities-img img{
	opacity:0;

}

.capabilities-right {
	padding-top: 147px;
}

.capabilities-right ul li {
	margin-bottom: 22px;
	font-size: 24px;
}

.capabilities-right ul li:nth-child(6) {
	margin-left: -70px;
}
.capabilities-right ul li:nth-child(5) {
	margin-left: -40px;
}
.capabilities-right ul li:nth-child(4) {
	margin-left: -11px;
}
.capabilities-right ul li:first-child {
	margin-left: -20px;
}


/*==========================================================================================Capabilities-section==============================================================================*/
/*==========================================================================================Footer==============================================================================*/
.footer-bg{
	/*background:url(//cdn2.hubspot.net/hubfs/126484/Hudsonfusion_nov-2015/footer-bg.png) no-repeat 0 0 /cover;*/
	background-color:#f2f2f2;
	min-height:370px !important;
	padding-bottom:0px;
}

.footer{
	/*background-color:rgba(255,255,255,.9);*/
	padding:50px 10px 20px;
}

.mail-to {
	font-size: 12px;
	padding: 0 0 0 14px;
	max-width: 222px;
	line-height: 19px;
	margin: 0px 0 20px;
	/*margin: 28px 0 20px;*/
	color: #70706a;
}

.mail-to a {
	color: #00acc8;
}

.ftr-gold {
	max-width: 180px;
	margin: 0 0 20px 20px;
}


.social-icon i {
	color: #fff;
}

.social-icon ul li {
	display: inline-block;
	margin-right: 4px;
}
.social-icon ul {
	padding: 0;
	background: transparent !important;
	margin: 20px 0px 0;
}
.social-icon{
	height: 55px;
	line-height: 50px;  
}

.hs-content-id-3607722172 .social-icon ul, #hs_cos_wrapper_module_144922738630611 ul {
	/* margin-left: 9px; */
	background: #F5F6F6;
}

@media (max-width: 768px) {
	.hs-content-id-3607722172 .social-icon ul, #hs_cos_wrapper_module_144922738630611 ul {
		/* margin-left: 9px; */
		background: #F2F2F2;
	}
}


.social-icon a {
	width: 30px;
	height: 30px;
	display: inline-block;
	float: left;
	background: #dfdbdc;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	line-height: 31px;
	transition: all .5s ease-in 0s;
}

.social-icon a:hover {
	background-color: #00acc8;
}

.social-icon ul li:last-child{
	margin-right:0;
}


.recent-tweets h3 {
	font-size: 16px;
	font-weight: 400;
	color: #666;
	margin-bottom: 32px;
}
.recent-tweets {
	font-size: 12px;
	line-height: 17px;
}

.recent-tweets a {
	color: #00acc8;
}
.recent-tweets p {
	margin-top: 0;
	color:#666;
}

.conversation-form {
	max-width: 483px;
	float: right !important;
}

.conversation-form .hs-form-required {
	display: none;
}

.conversation-form span {
	color: #00acc8;
}

.conversation-form .hs-form.stacked .field {
	margin-bottom: 2px;
}

.conversation-form h3 {
	color: #3abdd3;
	font-size: 24px;
	font-weight: 400;
}

.conversation-form form input {
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	display: block;
	float: none;
	font-size: 17px;
	height: 60px;
	/* max-width: 100%; */
	padding: 0 5%;
	width: 85% !important;
	margin-bottom: 0px;
}
.conversation-form::-webkit-input-placeholder {
	color:    #999;
}
.conversation-form:-moz-placeholder {
	color:    #999;
}
.conversation-form::-moz-placeholder {
	color:    #999;
}
.conversation-form:-ms-input-placeholder {
	color:    #999;
}
.conversation-form .conversation-form fieldset.form-columns-2 input {
	width: 75% !important;
	padding: 0 10%;
}

.conversation-form fieldset.form-columns-2 .input {
	margin-right: 0 !important;
}

.conversation-form fieldset.form-columns-2 {
	width: 95.8%;
}

.conversation-form form textarea {
	width: 100%;
	max-width:100%;
	min-height: 159px;
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #ccc;
	padding: 26px 30px 0;
	font-size: 17px;
	box-sizing: border-box;
	margin-bottom: 5px;
}
/*
.conversation-form form textarea {
width: 100%;
max-width:100%;
min-height: 159px;
box-shadow: none;
border-radius: 0;
border: 1px solid #ccc;
padding: 26px 30px 0;
font-size: 17px;
box-sizing: border-box;
}
*/
.conversation-form form .hs_submit .actions {
	margin: 0;
	padding: 0;
}

.conversation-form input[type="submit"] {
	border: 3px solid #1fb5ce !important;
	background: 0;
	color: #1fb5ce;
	text-shadow: none;
	font-size: 19px;
	font-family: 'Montserrat',sans-serif;
	border-radius: 50px;
	min-height: 31px;
	max-width: 141px;
	width: 100%;
	float: right;
	margin: 0 15px 0 0;
	transition: all .2s ease-in-out;
	padding: 0px 18px;
	height: 54px;
}

.conversation-form input[type="submit"]:hover
{
	background-color:#1fb5ce !important;
	color:#FFFFFF;
	box-shadow:none !important;
	border: 3px solid #1fb5ce !important;
	background-image:none !important;

}
/*==========================================================================================Footer==============================================================================*/

/*==========================================================================================contact us==============================================================================*/


.contact-content-sec {
	padding: 62px 0;
}

.contact-content-sec h3
{
	color: rgb(182, 194, 0);
	font-size: 29px;
	font-weight: 500;
}

.contact-content-sec h3 em {
	margin-right: 5px;
}

.our-agency-capabilities ul {
	max-width: 560px;
	display: inline-block;
}

.contact-content-sec h1
{
	color: rgb(0, 172, 200);
	font-size: 53px;
	font-weight: 400;
}
/*.contact-form .hs-form-required
{
display:none;
}*/
.contact-form .hs-input
{
	border-radius: 0;
	padding: 10px;
	border-color: rgb(220, 220, 220);
	box-shadow:none;
}

.contact-form span {
	color: #00acc8;
}

.contact-form #hs_cos_wrapper_module_144939225130368243{
	/* color: #00acc8 !important; */
	font-size: 20px !important;}

.contact-form textarea
{
	min-height: 100px;
}
.contact-form .hs-button.primary
{
	background: rgb(255, 255, 255) none repeat scroll 0 0;
	border: 4px solid rgb(251, 115, 67) !important;
	box-shadow: none !important;
	color: rgb(251, 115, 67);
	font-family: "Montserrat",sans-serif;
	font-size: 35px;
	font-weight: bold;
	padding: 27px 60px;
	text-shadow: none;
	transition: all 0.2s ease-in-out 0s;
	border-radius:30px;
}
.contact-form .hs-input:focus
{
	box-shadow:none;
	border-color: rgb(220, 220, 220);
}
.contact-form .hs-button.primary:hover, .contact-form .hs-button.primary:active:not(.inactive):not(.link) {
	background-color: #fb7343 !important;
	background-image: none;
	color:#fff;
}

.footer-container-wrapper .contact-form .hs-form .hs-input, .footer-container-wrapper .hs-form textarea.hs-input {
	max-width: 100%;
	width: 100%;
}

.contact-form label {
	color: #777777 !important;
	margin: 0 0 13px !important;
}

.contact-form input[type="text"] {
	margin-bottom: 11px;
}

.contact-block-right a{
	color:rgb(0, 172, 200);
}

.contact-right-first p{
	margin:0px;
	font-size:24px;
	color:rgb(102, 102, 102);
}

.contact-right-second p{
	font-size:24px;
	color:rgb(97,97,97);
}

.contact-right-first h2 {
	color: #666;
	font-size: 36px;
	font-weight: 400;
}
.contact-headings a {
	color: #00acc8;
}

.contact-right-second h2 a{
	color: #fb7343;
	font-weight: 600;
}
.contact-right-second h2{
	color: #666;
	font-weight: 400;
}


.contact-content-block
{
	padding-top:50px;
}
.contact-content-sec
{
	background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/126484/images/circle.png?t=1449315556110") no-repeat scroll right bottom / 44% auto;
	border-bottom: 1px solid rgb(179, 179, 179);
}
.mail-to h4
{
	color:rgb(0, 172, 200);
	font-weight: normal;
}
.mail-to p
{
	margin:0px;
}

.footer-noimg .footer {
	background-color: #f2f2f2;
	padding: 50px 0px 20px;
}

.footer-noimg .footer-bg {
	padding-bottom: 0;
}

/*==========================================================================================contact us==============================================================================*/

/*==========================================================================================Our Process==============================================================================*/


.our-process-sec {
	padding: 0 0;
	background: rgba(0,0,0,0) url("//cdn2.hubspot.net/hubfs/126484/images/circle.png?t=1449330029726") no-repeat scroll right bottom / 44% auto;
}

.r-proces-contnt {
	max-width: 545px;
}

.process-block-left .r-proces-contnt {
	max-width: 532px;
}

.our-process-sec h1
{
	color: rgb(0, 172, 200);
	font-size: 53px;
	font-weight: 400;
}
.our-process-sec h3
{
	color: rgb(182, 194, 0);
	font-size: 33px;
	font-weight: 500;
}
.process-block-left p
{
	color:rgb(102, 102, 102);
}
.process-block-right p
{
	color:rgb(102, 102, 102);
}
.process-block-left h4
{
	color: rgb(102, 102, 102);
}
.process-block-right h4
{
	font-size:20px;
	color: rgb(102, 102, 102);
}
.our-capabilities h3
{
	color: #fff;
	font-size: 29px;
	font-weight: 400;
}
.our-capabilities p
{
	color:#333;
}

.our-agency-capabilities {
	background-color: #00acc8;
	padding: 25px;
	width: 50%!important;
	min-height: 271px !important;
}

.our-agency-capabilities ul
{
	list-style-type: none;
}

.our-agency {
	max-width: 552px;
}

.capabilities-content {
	max-width: 580px;
	float: right!important;
}

.our-agency-capabilities ul li:after {
	content: '';
	width: 5px;
	height: 5px;
	background-color: #fff;
	position: absolute;
	border-radius: 50%;
	top: 7px;
	right: -17px;
}

.our-agency-capabilities ul li:last-child:after {
	display: none;
}

.our-agency-capabilities ul li {
	float: left;
	line-height:26px;
	margin: 0 15px;
	color: #fff;
	position: relative;
}
.our-capabilities-sec
{
	background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/126484/Hudsonfusion_nov-2015/capabilities-pic.png?t=1449330029726") no-repeat scroll 0 0;
	border-bottom: 2px solid #fff;
}
.our-agency-capabilities
{
	margin:0px !important;
}
.our-agency-capabilities p {
	color: #fff;
	font-weight: bold;
	margin-left: 15px;
}

.our-capabilities {
	background: rgba(0,0,0,0) url("//cdn2.hubspot.net/hubfs/126484/Hudsonfusion_nov-2015/capabilities-pic.png?t=1449330029726");
	background-repeat: no-repeat;
	background-size:cover;
	padding: 43px 10px 31px;
	min-height: 271px!important;
	width: 50%!important;
}

.befr-aftr-nw-sec h1{
	font-size:48px;
}
.befr-aftr-nw-sec h1 span {
	font-size: 15px;
}

#twentytwenty-V5hGRG {
	width: 100%;
	max-width: 100%;
}
#twentytwenty-V5hGRG.twentytwenty-hover .twentytwenty-overlay{
	background: rgba(0,0,0, 0.5);
}
#twentytwenty-V5hGRG.twentytwenty-hover .twentytwenty-overlay:hover {
	background: rgba(0,0,0, 0.1);
}
#twentytwenty-V5hGRG .twentytwenty-before-label:before, 
#twentytwenty-V5hGRG .twentytwenty-after-label:before {
	background: rgba(255,255,255, 0.3);
}
#twentytwenty-V5hGRG .twentytwenty-before-label:before {
	content: "Before"; 
}
#twentytwenty-V5hGRG .twentytwenty-after-label:before {
	content: "After";
}
#twentytwenty-V5hGRG .twentytwenty-horizontal .twentytwenty-handle:before, 
#twentytwenty-V5hGRG .twentytwenty-horizontal .twentytwenty-handle:after, 
#twentytwenty-V5hGRG .twentytwenty-vertical .twentytwenty-handle:before, 
#twentytwenty-V5hGRG .twentytwenty-vertical .twentytwenty-handle:after {
	background: #ffffff;
}
#twentytwenty-V5hGRG .twentytwenty-before-label:before, 
#twentytwenty-V5hGRG .twentytwenty-after-label:before {
	color: #ffffff;
}
#twentytwenty-V5hGRG .twentytwenty-handle {
	border: 3px solid #ffffff;
}
#twentytwenty-V5hGRG .twentytwenty-horizontal .twentytwenty-handle:before {
	-webkit-box-shadow: 0 3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5); 
}
#twentytwenty-V5hGRG .twentytwenty-horizontal .twentytwenty-handle:after {
	-webkit-box-shadow: 0 -3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 -3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 -3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5); 
}
#twentytwenty-V5hGRG .twentytwenty-vertical .twentytwenty-handle:before {
	-webkit-box-shadow: 3px 0 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 3px 0 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 3px 0 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
#twentytwenty-V5hGRG .twentytwenty-vertical .twentytwenty-handle:after {
	-webkit-box-shadow: -3px 0 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: -3px 0 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: -3px 0 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5); 
}
#twentytwenty-V5hGRG .twentytwenty-left-arrow {
	border-right: 6px solid #ffffff;
}
#twentytwenty-V5hGRG .twentytwenty-right-arrow {
	border-left: 6px solid #ffffff;
}
#twentytwenty-V5hGRG .twentytwenty-up-arrow {
	border-bottom: 6px solid #ffffff;
}
#twentytwenty-V5hGRG .twentytwenty-down-arrow {
	border-top: 6px solid #ffffff;
}
.website-redesign-sec{
	padding:0 0 40px;   
}
.main-bc {
	background: rgba(0,0,0,0) url("https://cdn2.hubspot.net/hubfs/126484/Hudson-fusion%20jan2017/Before%20After/Updated%20img/desktop.png");
	background-repeat: no-repeat;
	background-size:99.9%;
	padding: 1px 18px 100px;
}
.after-before-col .hs_cos_wrapper_type_custom_widget h4{
	padding-bottom:15px; 
}

.after-before-col .hs_cos_wrapper_type_custom_widget{
	width: calc(48% - 3px) !important;
	display: inline-block !important;
	float: none !important;
	margin-bottom: 40px;
}
.after-before-col .hs_cos_wrapper_type_custom_widget:nth-child(2n) {
	margin-left: 30px;
}
.be-af-exm .main-bc {
	padding: 8px 7px 46px;
}
.be-af-exm .twentytwenty-container {
	margin: 0;
}

@media screen and (max-width: 1000px) {
	.our-process-sec h1 {
		font-size: 36px;
	}
	.our-process-sec h3 {
		font-size: 24px;
	}
}
@media screen and (max-width: 768px) {
	.our-process-sec h1 {
		font-size: 28px;
	}
	.our-process-sec h3 {
		font-size: 20px;
	}
}

/*==========================================================================================Our Process==============================================================================*/
/* =================== 2018 Flex ==================== */
.text-blue {
	color: #00aec5;
}
.box-sizing *,
.box-sizing *:before,
.box-sizing *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.slider-image-container{
	width:340px;
	height:auto;
}
.slick-arrow{
	z-index:1;
	color:white;
	font-size:50px;
}
.team-slider{
	display: none;
	position:relative;
	line-height:0;
}
.team-slider.slick-slider {
	display:block;
}
.team-info{
	width:90%;
	height:80%;
	background: rgba(0, 0, 0, 0.5);
	margin: 10% auto;
	margin: calc(5% + 10px) auto;
}

.color-white{
	color:#ffffff;
	line-height:1.4;
}
.team-slider .prev {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top:50%;
	left: 10px;
	position:absolute;
}
.team-slider .next {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top:50%;
	right: 10px;
	position:absolute;
}

/* Footer */
.footer-container-wrapper { background: #7f7f7f; color: #ffffff; line-height: 1.5;  }
.footer-container {}

.footer-container-wrapper a { color: #fff; }

.home-subscribe form > div:first-child {
	width: 62%;
	float: left;
}

.left-f p {
	margin: 0 0 5px; 
}

.left-f ul.social-footer, ul.social-footer {
	margin: 0;
	padding: 0;
}

.social-footer li { 
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	font-size: 20px;
}

.social-footer li a {
	color: #000;
	border-radius: 50px;
	background: #bfbdbd;
	padding: 5px;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
}

.left-f h3 { margin: 0 0 10px; }
.hideOnDesktop { display: none !important; }
.footer-container-wrapper .home-subscribe .hs-form-required,
.footer-container-wrapper .home-subscribe .hs-error-msgs.inputs-list {
	display: none !important;
}
body .footer-container-wrapper input[type="text"],
body .footer-container-wrapper input[type="password"],
body .footer-container-wrapper input[type="datetime"],
body .footer-container-wrapper input[type="datetime-local"],
body .footer-container-wrapper input[type="date"],
body .footer-container-wrapper input[type="month"],
body .footer-container-wrapper input[type="time"],
body .footer-container-wrapper input[type="week"],
body .footer-container-wrapper input[type="number"],
body .footer-container-wrapper input[type="email"],
body .footer-container-wrapper input[type="url"],
body .footer-container-wrapper input[type="search"],
body .footer-container-wrapper input[type="tel"],
body .footer-container-wrapper input[type="color"],
body .footer-container-wrapper input[type="file"], body textarea, body select {
	width: 100%;
	font-family: Montserrat,sans-serif;
	font-size: 16px;
}
body .footer-container-wrapper .hs-button.primary,
body .footer-container-wrapper input[type="submit"],
body .footer-container-wrapper input[type="button"] {
	cursor: pointer;
	-webkit-appearance: none;
	font-family: Montserrat,sans-serif;
	font-size: 16px;
	text-decoration: none !important;
}
.home-subscribe .hs_submit input {
	padding: 10px 20px 10px 20px;
	margin: 5px 5px 5px 5px;
	text-transform: capitalize;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-weight: 500;
}
.home-subscribe .hs_submit {
	width: 37%;
	float: right;
	text-align: right;
	margin-top: 53px;
}

.home-subscribe form .input {
	margin-top: 10px;
}
.container-fluid .page-center {
	padding: 0 30px;
}
.bnw.bnw2 {
	padding: 29%;
	margin-bottom: -4px;
}
.team-slider.slick-dotted.slick-slider {
	margin: 0px;
}


@media (max-width: 1400px){
	.social-footer li a {
		padding: 2px;
		width: 30px;
		height: 30px;
		font-size: 19px;
	}
	.home-subscribe .hs_submit {
		width: 38%;
		text-align: left;
		margin-top: 58px;
		margin-bottom: 20px;
		margin-right: 25px;
		margin-left: 0;
	}
	.home-subscribe .hs_submit input {
		margin: 0;
	}
	.home-subscribe form>div:first-child {
		width: 51%;
	}
}
@media (max-width: 1140px){
	.home-subscribe form > div:first-child {
		width: 100%;
	}
	.home-subscribe .hs_submit {
		width: 100%;
		text-align: left;
		margin-top: 0;
		margin-right: 0;
	}
}
@media (max-width: 790px){ 
	.hideOnDesktop.hideOnTablet { display: block !important; }
	.hideOnMobile.showOnTablet {
		display: none !important;
	}
	.team-slider-info {
		top: 35%;
	}
}
@media (max-width: 768px){
	.hideOnMobile, .hideOnDesktop.hideOnTablet {
		display: none !important;
	}
	.hideOnDesktop { display: block !important; }
	.hideOnMobile, .hideOnDesktop.hideOnTablet { display: none !important; }
	.hideOnMobile.showOnTablet { display: block !important; }
	.home-subscribe .widget-type-space, .home-subscribe .span8, .left-f .widget-type-rich_text, .left-f .widget-type-raw_html {
		width: auto;
	}
	.widget-type-raw_html.showOnTablet {
		margin-left: 10px !important;
	}
	.left-f .span4.widget-type-linked_image {
		margin-right: 20px;
	}
	.team-slider .prev,
	.team-slider .next {
		top: auto;
		bottom: 20%;
	}
}
@media (max-width: 767px){
	.left-f .span4.widget-type-linked_image {
		width: 30%;
		float: left;
		margin-right: 5%;
	}
	.hideOnMobile.showOnTablet {
		display: none !important;
	}
	.hideOnDesktop.hideOnTablet {
		display: block !important;
	}
	.home-subscribe form>div:first-child {
		width: 70%;
	}
	.home-subscribe .hs_submit {
		margin-top: 35px;
		width: 25%;
	}
	.home-subscribe .hs_submit input {
		padding: 10px 10px 10px 10px; 
	}
}
@media (max-width: 479px){
	.team-slider .prev,
	.team-slider .next {
		bottom: 10%;
	}
	.left-f p, .left-f h3, .hs-richtext, .fontS16, .home-subscribe h3 {
		font-size: 10px;
	}
	.left-f img {
		max-width: 75px;
	}
	.home-subscribe form>div:first-child {
		width: 50%;
	}
	.home-subscribe .hs_submit {
		margin-top: 28px;
		width: 47%;
	}
	.empower-section p, .footer-container-wrapper .home-subscribe .hs_submit input {
		font-size: 12px;
	}
}
@media (max-width: 409px){
	.home-subscribe .hs_submit {
		margin-top: 42px;
	}
}
/*==========================================================================================The Work==============================================================================*/
.wrk-cntnt {
	color: #666;
	font-size: 20px;
	margin-bottom: 50px;
}

/************************************Homepage Popup css*********************************************/
.v-center {
	margin-top: 6px;
}
.v-center > div {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	top: -10%;
}

section.v-center a.js-open-modal.btn {
	border: 4px solid #fb7343;
	border-radius: 60px;
	display: inline-block;
	font-size: 26px;
	text-decoration: none;
	line-height: 30px;
	float: right;
	padding: 27px 23px;
	font-weight: 700;
	max-width: 449px;
	width: 50%;
	text-align: center;
	color: #fb7343 !important;
	transition: all .2s ease-in-out;
}


section.v-center a.js-open-modal.btn:hover {
	background: #fb7343;
	color: #fff !important;
}

.btn-small {
	padding: .75em 1em;
	font-size: 0.8em;
}

.modal-box {
	display: none;
	position: fixed;
	top: 40px !important;
	z-index: 999999;
	width: 98%;
	background: white;
	background-clip: padding-box;
	left: 0 !important;
	right: 0 !important;
	margin: auto;
	max-width: 1200px;
}

.modal-body .hs-input {
	width: 100% !important;
	padding: 16px 2%!important;
	border: none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	color: #999 !important;
	background-color: #eee;
	font-size: 14px !important;
	box-shadow: none !important;
	border: 0 !important;
	max-width: 96% !important;
}

.modal-body .hs-input.error {
	border: 1px solid red !important;
}

.modal-body .hs-form textarea.hs-input {
	max-width: 100% !important;
}

.modal-body .hs-form .hs-form-required {
	color: red;
	display: none !important;
}

.modal-body .actions:before {
	content: "\f105";
	position: absolute;
	height: 14px;
	display: inline-block;
	width: 25px;
	color: #000;
	font-size: 27px;
	line-height: 13px;
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	z-index: 1;
	font-family: FontAwesome;
}


.modal-body .actions {
	margin-left: 0 !important;
	padding-left: 0 !important;
	position: relative;
	display: inline-block;
	margin-top: 0 !important;
}

.modal-body input.hs-button.primary.large,.modal-body input.hs-button.primary.large:hover {
	position: relative;
	padding: 0.3em 1em;
	border: 2px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: transparent;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7em !important;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	text-shadow: none;
	color: #000;
	box-shadow:none;
}

.modal-body input.hs-button.primary.large:hover {
	padding-right: 35px !important;
	background-color: #eee;
	border-color: #eee;
}

.modal-body .hs-form .actions {
	margin: 0 !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.modal-body .actions:hover:before{
	opacity:1;}
@media (min-width: 32em) {

	.modal-box { width: 90%; }
}

.modal-box header,
.modal-box .modal-header {
	padding: 0;
	border-bottom:0;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }

.modal-box .modal-body { padding: 2em 1.5em; }

.modal-box footer,
.modal-box .modal-footer {
	padding: 1em;
	border-top: 1px solid #ddd;
	background: rgba(0, 0, 0, 0.02);
	text-align: right;
}

.modal-overlay {
	opacity: 0;
	filter: alpha(opacity=0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3) !important;
}

a.close {
	line-height: 1;
	font-size: 4.5em;
	position: absolute;
	top: 7px;
	right: 22px;
	transform: rotate(45deg);
	text-decoration: none;
	color: #bbb;
	cursor:pointer;
}

a.close:hover {
	color: #00acc8;
	-webkit-transition: color 1s ease;
	-moz-transition: color 1s ease;
	transition: color 1s ease;
}

.client-list-ctgry {
	height: 400px;
	overflow-y: scroll;
	margin-top: 35px;
}
.nw-clnt-list{
	height: auto;
	overflow-y: hidden;
	margin-top: 35px;
}
.nw-clnt-list ul li a i {
	display: none;
}
.the-wrk-clnt-ind {
	padding: 60px 0;
}
.client-list-ctgry::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	border-radius: 4px;
	background-color: #e0e0e0;
}

.client-list-ctgry::-webkit-scrollbar
{
	width: 12px;
	background-color: #fff;
}

.client-list-ctgry::-webkit-scrollbar-thumb {
	border-radius: 4px;
	-webkit-box-shadow: none;
	background-color: #00acc8;
}
.client-list-ctgry::-moz-scrollbar-track {
	-moz-box-shadow: none;
	border-radius: 4px;
	background-color: #e0e0e0;
}

.client-list-ctgry::-moz-scrollbar
{
	width: 12px;
	background-color: #fff;
}

.client-list-ctgry::-moz-scrollbar-thumb {
	border-radius: 4px;
	-moz-box-shadow: none;
	background-color: #00acc8;
}

.client-list-ctgry h4 {
	font-size: 27px;
	font-weight: 500;
	color: #00acc8;
	margin-bottom: 20px;
}

.client-list-ctgry ul li a {
	color: #666666;
	padding: 0 !important;
	margin-bottom: 13px;
	font-size: 19px;
	transition: all .2s ease-in-out;
}

.client-list-ctgry ul li a:hover {
	color: #00acc8;
}

.client-list-ctgry .widget-type-simple_menu {
	margin-bottom: 17px;
}

body.nw-wrk .briefcase-indicates p {
	color: #666;
	padding: 0 43px 0 0px !important;
	margin-bottom: 13px;
	font-size: 19px;
	transition: all .2s ease-in-out;
	text-align: right;
}

body.nw-wrk .briefcase-indicates p i {
	color: #00acc8;
	margin-right: 5px;
}

body.nw-wrk .client-list-ctgry ul li a i{
	color: #00acc8;
}

body.nw-wrk section.v-center a.js-open-modal.btn {
	padding: 17px 13px;
	font-size: 19px;
	max-width: 330px;
}

.updtd-work .portfolio-overlay-effect .portfolio-overlay {
	position: absolute;
	bottom: 0 !important;
	width: 100%;
	height: auto;
	background-color: rgba(0,172,200,.5);
	top: 0;
	opacity: 0;
	transition: all .2s ease-in-out;
}

.updtd-work .portfolio-image-img {
	position: relative;
	overflow: hidden;
	width: 100%;
	top: 0 !important;
}

.updtd-work .portfolio-image:hover .portfolio-overlay.overlay-effect {
	opacity: 1;
}

.updtd-work .portfolio-image:before {
	content: '+';
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 24px;
	z-index: 999;
	color: #00acc8;
	transition: all .2s ease-in-out;
	opacity: 1;
	visibility:visible;
}

.updtd-work .portfolio-image:hover:before{
	opacity: 0;
	visibility:hidden;
}

.updtd-work .portfolio-overlay-effect .overlay-effect span {
	font-size: 22px;
	font-weight: 400;
}

.updtd-work .portfolio-item img {
	float: left;
}

.updtd-work .portfolio-masonry .portfolio-item .portfolio-image {
	border-radius: 0;
	border: 1px solid #ccc;
}

body.wrk-dtl-updtd .content-sec {
	background-color: #6bc4d7;
	color: #fff;
	padding: 20px 30px;
	font-weight: 400;
}

body.wrk-dtl-updtd .content-sec p {
	margin: 0 0 15px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	font-size: 18px;
}

body.wrk-dtl-updtd .content-sec h4 {
	margin-bottom: 20px;
	font-size: 22px;
}

body.wrk-dtl-updtd .elastislide-horizontal ul li {
	width: 31% !important;
}

body.wrk-dtl-updtd .content-sec p:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

body.wrk-dtl-updtd .pdf-dwnldr {
	text-align:right;
}

body.wrk-dtl-updtd .case-blog {
	padding-bottom: 70px;
}

body.wrk-dtl-updtd .sidebar-newwork {
	padding-top: 35px;
	padding-right: 20px;
}

body.wrk-dtl-updtd .rslt-dscrptn {
	padding: 0 1.7%;
}

body.wrk-dtl-updtd .rslt-dscrptn p span {
	color: #00acc8;
}

.rslt-dscrptn .circle {
	float: right;
	margin-top: -60px;
	margin-left: 10px;
	text-align: center;
}

.homepage .updtd-work .portfolio-masonry .portfolio-item:first-child .portfolio-image,.homepage .updtd-work .portfolio-masonry .portfolio-item:nth-child(2) .portfolio-image,.homepage .updtd-work .portfolio-masonry .portfolio-item:nth-child(3) .portfolio-image {
	border-top-color: #b6c200;
}

/************************************Homepage Popup css*********************************************/




/*==========================================================================================The Work==============================================================================*/
/*==========================================================================================Blog listing==============================================================================*/
.blog-header h1 {
	margin-bottom: 35px;
}

.blog-header {
	padding: 30px 0 0;
}


.blg-lstng .our-process-sec {
	background: none;
}

.blg-lstng .blog-detail {
	background: none;
}

/*.post-item {
width: 31.33%;
float: left;
margin-right: 3%;
margin-bottom: 40px;
}*/
.post-item {
	display: inline-block;
	vertical-align:top;
	margin-bottom: 40px;
	margin-right: 3%;
	min-height: 235px;
	width: 47%;
}
.post-header.all-listing-header > h2 {
	font-weight: normal;
	margin-bottom: 20px;
}

.post-header.all-listing-header a {
	font-size: 24px;
	font-weight: normal;
	line-height: 34px;
}
.post-item:nth-child(2n) {
	margin-right: 0;
}


.lsting .post-item .hs-featured-image-link {
	display: block;
	height: 100px;
}
.lsting .post-item .hs-featured-image {
	float: none !important;
	width: 100% !important;
	max-width: 100%;
	margin:0 !important;
	transition: all .3s ease-in-out;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

.lsting .post-item h2 a {
	color: #00abc7;
}

.lsting .post-item .post-header h2 {
	font-size: 24px;
	font-weight: 400;
	margin: 24px 0;
}

.lsting p#hubspot-topic_data {
	margin: 0 0 0 4%;
}

.lsting p#hubspot-topic_data a {
	color: #b6c200;
	padding: 0;
	border: 0;
}

.lsting .post-header p {
	color: #58595b;
	margin: 20px 0;
}

.lsting .hubspot-editable {
	color: #808184 !important;
	font-size: 16px !important;
}

.lsting p#hubspot-topic_data{
	color: #808184 !important;
}

.hub-post .post-item {
	width: 45.5%;
	float: left;
}

.side-cntnt {
	background-color: #e5e6e7;
	color: #6d6e71;
	text-align: center;
	min-height: 288px!important;
	padding: 64px 10px;
	margin: 0 !important;
	max-width: 343px !important;
}

.side-cntnt a{
	color:#58595b;}

.side-cntnt p {
	max-width: 302px;
	line-height: 29px;
	margin:0 auto !important;
}
/*
.blog-down-row .post-item:nth-child(1), .blog-down-row .post-item:nth-child(2) {
display: none;
}

.blog-down-row .post-item:nth-child(3n-1) {
margin-top: -150px;
}

.blog-down-row .post-item:nth-child(3n) {
margin-top: -70px;
}*/

.lsting .blog-down-row .blog-pagination {
	clear: both;
}


a.previous-posts-link, a.all-posts-link, a.next-posts-link {
	margin-right: 1em;
	font-size: 16px;
}

.lsting .hs-featured-image-wrapper:hover img{
	opacity: .11;
}

.lsting .hvr-blg-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 40px;
	height: 35px;
	font-size: 75px;
	line-height: 39px;
	color: #fff;
	display: none;
}
.lsting .hs-featured-image-wrapper:hover {
	position: relative;}
.lsting .hs-featured-image-wrapper:hover {
	background-color: #00abc7;
}

.lsting .hs-featured-image-wrapper:hover .hvr-blg-img {
	display: block;
}
.lsting .all-list-title > h2 {
	font-size: 34px;
	font-weight: normal;
	margin: 10px 0 20px;
}
/*==========================================================================================Blog listing==============================================================================*/
/*==========================================================================================Blog Detail==============================================================================*/
.banner-overlay {
	background-color: rgba(0,171,199,.5);
	min-height: 300px !important;
	color: #fff;
}
.lstng-logo {
	padding: 30px 0;
}
.blog-banner h1 {
	padding-top: 124px;
	font-size: 53px;
	font-weight: 500;
}
.blog-detail{
	background:url(//cdn2.hubspot.net/hubfs/126484/Hudsonfusion_nov-2015/blog-detail-bg.png?t=1449486641300) no-repeat right bottom/ 745px;}

.blog-detail .hubspot-editable {
	color: #58595b;
	font-size: 21px;
}

.blog-detail .hubspot-editable a {
	color: #58595b;
	padding: 0 9px;
	border-left: 1px solid #58595b;
	line-height: 1;
	text-transform: capitalize;
	margin-top: 6px;
	display: inline-block;
}

.blog-detail .hubspot-editable {
	padding-top: 30px;
}
.blog-detail .hubspot-editable p {
	margin: 0;
}

.blog-detail .hubspot-editable p:first-child {
	margin-right: 22px;
}

.blog-detail .hubspot-editable p{
	display:inline-block;
}

.blog-detail .section.post-body p strong img {
	display: none !important;
}

.blog-detail .section.post-body p a {
	color: rgba(0,171,199,1);
}

.blog-detail .section.post-body p {
	margin: 0 0 28px;
	color: #58595b;
	font-size: 18px;
	line-height: 28px;
}

.blog-detail .section.post-body ol {
	font-size: 22px;
	color: #00abc7;
	list-style: none;
	counter-reset: item;
}
.blog-detail .section.post-body ol li {
	counter-increment: item;
	margin-bottom: 5px;
	position: relative;
}
.blog-detail .section.post-body ol li:after {
	content: '';
	position: absolute;
	left: -11px;
	width: 3px;
	height: 3px;
	background-color: #00abc7;
	border-radius: 50%;
	top: 18px;
}
.blog-detail .section.post-body ol li:before {
	margin-right: 10px;
	content: counter(item);
	border-radius: 100%;
	color: white;
	width: 1.2em;
	text-align: center;
	display: inline-block;
	position: absolute;
	font-size: 18px;
	color: #00abc7;
	left: -28px;
	top: 4px;
}

.blog-detail .section.post-body ul {
	margin-bottom: 28px;
}

.blog-detail .section.post-body ul li {
	color: #58595b;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 15px;
	list-style: disc;
	margin-left: 27px;
}


.blog-detail .section.post-body h6 {
	color: #00abc7;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 22px;
}

.blog-detail .blog-comment h6 {
	font-size: 24px;
	font-weight: 400;
	color: #333;
	margin-bottom: 26px;
}

.blog-detail a.topic-link {
	display: none !important;
}

.blog-detail a.topic-link:nth-child(2) {
	display: inline-block !important;
}

.blog-detail .bottom-topics a.topic-link {
	display: none!important;
}

.blog-detail .bottom-topics a.topic-link {
	display: inline-block !important;
}


.blog-detail .bottom-topics a.topic-link {
	display: inline-block!important;
	border: 1px solid #777 !important;
	border-radius: 31px;
	padding: 15px !important;
	color: #777;
	font-size: 15px;
	margin:0 10px 20px 0;
	transition:all .3s ease-in-out;
}

.bottom-topics {
	padding-top: 0 !important;
	margin: 25px 0 60px;
}

.blog-detail .bottom-topics a.topic-link:first-child {
	border: none;
	padding-left: 0;
}

.blog-detail .bottom-topics a.topic-link:hover {
	background-color: #00abc7;
	color: #fff;
	border: 1px solid #00abc7 !important;
}



.blog-detail .blog-comment input[type="email"] {
	border: 1px solid #ddd;
	width: 95%!important;
	max-width: 100%!important;
	border-radius: 2px;
	font-size: 16px;
	font-weight: 400;
	min-height: 34px;
	box-shadow: none;
}

.blog-detail .blog-comment input[type="text"] {
	border: 1px solid #ddd;
	width: 95%!important;
	max-width: 100%!important;
	border-radius: 2px;
	font-size: 16px;
	font-weight: 400;
	min-height: 34px;
	box-shadow: none;
}

.blog-detail .blog-comment label {
	display: none !important;
}

.blog-detail .blog-comment textarea {
	border: 1px solid #ddd;
	width: 97.5% !important;
	max-width: 100% !important;
	border-radius:2px;
	font-size: 16px;
	font-weight: 400;
	margin-top: 8px;
	min-height:330px;
	box-shadow: none;
}


.blog-detail .blog-comment input[type="submit"] {
	background-color: #fff;
	border: 3px solid #00acc8 !important;
	border-radius: 28px;
	max-width: 200px;
	width: 100%;
	height: 42px;
	font-size: 20px;
	font-weight: bold;
	color: #00acc8;
	margin: 28px 0 50px;
	background-image: none;
	text-shadow: none;
	transition:all .2s ease-in-out;
}

.blog-detail .blog-comment input[type="submit"]:hover {
	background-color:#00acc8;
	border: 3px solid #00acc8 !important;
	box-shadow:none !important;
	color:#fff;
}

.blog-detail .hs-form fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	max-width: 700px;
}

.blog-detail .categories{
	margin-top:10px;
}

.blog-detail .categories h3 {
	font-size: 18px;
	text-transform: uppercase;
	color: #444;
	margin-top: 23px;
}

.blog-detail .categories ul li:after {
	content: '>';
	position: absolute;
	right: 0;
	color: #ccccd0;
	top: 0;
	z-index: -1;
	line-height: 1;
	height: 19px;
	bottom: 0;
	margin: auto;
}

.blog-detail .categories ul li {
	margin-top: 0;
	position: relative;
	padding-right: 20px;
	color: black;
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 0;
}

.blog-detail .categories ul li:last-child {
	margin-bottom: 12px;
}
.lstng-catgr ul li:last-child {
	margin-bottom: 12px;
}
.blog-detail .categories ul li a {
	color: #666;
	width: 100% !important;
	display: inline-block;
	padding: 12px 0;
}

.blog-detail .categories ul li:hover a {
	color: #1cbacd;
}

.blog-detail .categories ul li:hover:after {
	color: #1cbacd;
}

.sidebar-all-post a {
	text-transform: uppercase;
}

.blog-detail .blog-comment label {
	display: none;
}

.blog-banner .container {
	padding: 0 2%;
}

/*.blog-detail .container {
padding: 0 2%;
}*/

.blog-banner .banner-overlay {
	background-color: rgba(0,171,199,.6);
}

.blog-detail .comment-body p {
	font-size: 14px;
	font-weight: lighter;
	color: #777;
	line-height: 26px;
}

.blog-detail .comment {
	max-width: 690px;
	padding: 22px 32px;
	background-color: #f9f9f9;
	border-top: none!important;
	margin-left: 20px;
}

.blog-detail .comment .comment-date {
	display: block;
	color: #999;
	margin-top: 6px;
}

.blog-detail .custom_listing_comments {
	display: inline-block;
}

.share-blog {
	margin: 38px 0 0px;
	display: inline-block;
	width: 100%; 
	text-align: center;
}

.share-blog ul { padding: 0 !important; }

.share-blog ul li:first-child {
	margin-left: 0;
}
.share-blog ul li {
	/* float: left*/;
	display: inline-block;
	margin-left: 25px;
}

.share-blog ul li a i {
	margin-right: 10px;
}
.share-blog ul li a {
	color: #777;
	font-weight: 400;
}

.share-blog ul li a:hover {
	color: #00abc7;
}

.gold-logo {
	max-width: 240px;
	margin-top: 35px!important;
	float: none!important;
}


/*.google-search{
margin: 100px 0 30px;}*/

.google-search{
	margin:20px 0 30px;}
.lstng-goglsrch {
	margin-top: 0;
}
.google-search input[type="text"] {
	border: 2px solid #eee;
	height: 28px;
	border-radius: 3px;
	background-image: url(//cdn2.hubspot.net/hubfs/126484/Hudsonfusion_nov-2015/google-search.png?t=1450263293199);
	background-repeat: no-repeat;
	background-position: 9px center;
	background-size: 14px;
	padding-left: 28px;
	position: relative;
	max-width: 340px;
	width: 84% !important;
	box-shadow: none;
	z-index: 10;
	background-color:#fff;
}

.google-search a.hs-button.primary, #hs_cos_wrapper_all_list_bar a.hs-button {
	display: none;
}
/*
.google-search input[type="text"]:focus {

background-color:#fff;
}

.google-search label:after {
content: 'Search';
color: #999;
position: absolute;
top: 12px;
left: 33px;
z-index: 1;
width: 100% !important;
}

*/
.google-search .hs-form label {
	font-size: 18px;
	text-transform: uppercase;
	color: #444;
	margin-bottom: 5px;
	font-family: 'Montserrat',sans-serif;
	font-weight: 700;
}
.google-search label {
	/*  position: relative;*/
	text-align: left !important;
	padding:0 !important;

}

.google-search .hs-form .input{
	margin-left:0 !important;
}


.blog-detail iframe {
	/* height: 350px; <---- commented out by HubSpot Support 12/3/18 */
}

.blog-sidebar-subs {
	margin-top: 30px;
}
/*==========================================================================================Blog Detail==============================================================================*/
/*==========================================================================================The Work Stats==============================================================================*/
.new-leads {
	margin-top: -40px;
}

.stats h6 {
	font-size: 24px;
	color: #00acc8;
	min-height: 58px;
	margin-bottom: 80px;
}

.stats-right {
	max-width: 420px;
	float:right !important;
	width: 40% !important;
}
/*----------------==========================slider======================---------------------------------*/
/* Elastislide Style */

.elastislide-list {
	list-style-type: none;
	display: none;
}

.no-js .elastislide-list {
	display: block;
}

.elastislide-carousel ul li {
	min-width: 20px; /* minimum width of the image (min width + border) */
}

.elastislide-wrapper {
	position: relative;
	background-color: #fff;
	margin: 90px auto 79px;
	min-height: 60px;

}

.elastislide-wrapper.elastislide-loading {
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/*
.showUpGallery {
padding: 10px 39px;
}*/

.elastislide-vertical {
	padding: 40px 10px;
}

.elastislide-carousel {
	overflow: hidden;
	position: relative;
}

.elastislide-carousel ul {
	position: relative;
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.showUpGallery ul {
	white-space: nowrap;
	max-height: 100% !important;

}

.elastislide-carousel ul li {
	margin: 0;
	-webkit-backface-visibility: hidden;
}

.showUpGallery .widget-type-linked_image img {
	height: 100%;
	float: left;
	max-width: 100%!important;
	width: 98%!important;
	max-height: 100%!important;
	margin: 1%;
	border: 1px solid #ddd !important;
}

.showUpGallery .widget-type-linked_image {
	width: 24.5% !important;
	margin: .1% .2% !important;
}

.showUpGallery img {
	width: 99%;
}

#showUpGalleryCloseIcon:hover .fa-times {
	transform: rotate(90deg) !important;

}

#showUpGalleryCloseIcon .fa-times {
	transform: rotate(0deg) !important;
	transition: all .2s ease-in-out;
}

.elastislide-vertical ul li {
	display: block;
}

.elastislide-carousel ul li a {
	display: inline-block;
	width: 100%;
}

.elastislide-carousel ul li a img {
	display: block;
	border: 2px solid white;
	max-width: 100%;
	width: 98%;
}

/* Navigation Arrows */

.elastislide-wrapper nav span {
	background: #d0d0d0;
	border-radius: 0;
	cursor: pointer;
	height: 30px;
	opacity: 0.8;
	position: absolute;
	text-indent: 0px;
	width: 30px;
}


.elastislide-wrapper nav span:hover {
	opacity: 1.0
}

.showUpGallery nav span {
	top: 50%;
	left: 10px;
	margin-top: -11px;
}

.elastislide-vertical nav span {
	top: 10px;
	left: 50%;
	margin-left: -11px;
	background-position: -17px 5px;
}

.showUpGallery nav span.elastislide-next {
	right: 10px;
	left: auto;
	background-position: 4px -17px;
}

.elastislide-vertical nav span.elastislide-next {
	bottom: 10px;
	top: auto;
	background-position: -17px -18px;
}

.elastislide-wrapper nav span i.fa.fa-angle-right {
	position: absolute;
	color: #fff;
	font-size: 26px;
	z-index: 99999999;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 11px;
	height: 15px;
	line-height: 15px;
}

.elastislide-wrapper nav span i.fa.fa-angle-left {
	position: absolute;
	color: #fff;
	font-size: 26px;
	z-index: 99999999;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 11px;
	height: 15px;
	line-height: 15px;
}

/*----------------==========================slider======================---------------------------------*/

/*==========================================================================================The Work Stats==============================================================================*/


/*==========================================================================================L1==============================================================================*/
.l-header{
	background:#00ABC7;
	padding: 10px 0;
}
/*.l-banner {
background:url("//cdn2.hubspot.net/hubfs/126484/Hudsonfusion_nov-2015/L1/banner.png");
padding:0px 0;
}*/
.l-banner .banner-overlay{
	min-height: 300px !important;
}

.l1-bn-img {
	display: none !important;
}

.l-banner h3 {
	color:#fff;
	color: #ffffff;
	font-size:38px;
	font-weight: 400;
	line-height: 40px;
	margin-top: 40px;
	margin-bottom: 20px;
	text-shadow: 1px 2px 7px rgba(0, 0, 0, 0.5);
}
.l-banner h2 {
	color: #ffffff;
	font-size: 62px;
	font-weight: 400;
	line-height:62px;
	text-shadow: 1px 2px 7px rgba(0, 0, 0, 0.5);
	margin-bottom: 30px;
}
.l-main-section {
	padding: 55px 0 90px;
}
.book-section h3 {
	color:#00ABC7;
	font-size:18px;
	margin-bottom: 26px;
}

.book-section h3 span {
	display: block;
	margin-top: 15px;
}

.disc {
	color: #333;
}
.disc p {
	margin-top: 0;
}
.disc h4 {
	font-size: 21px;
	margin-bottom: 19px;
}


.book-section ul li {
	color: #333;
	position: relative;
	margin-bottom: 18px;
	background-image: url(//cdn2.hubspot.net/hubfs/126484/Hudsonfusion_nov-2015/arrow-bullet.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
}
/*
.book-section ul {
padding-left: 20px;
}

.book-section ul li:before {
content: '';
width: 6px;
height: 6px;
background-color: #00ABC7;
position: absolute;
top: 7px;
border-radius: 50%;
left: -16px;
}
*/

.panel-margin {
	max-width: 600px;
	margin: 0 auto 1.4em auto;
	background-color: #96d7e4;
	color: #fff !important;
}

.panel {
	border-style: solid;
	border-width: 1px;
	border-color: #d8d8d8;
	margin-bottom: 1.25rem;
	padding: 1.25rem;
	color: #333;
}

.book-section .panel img {
	float: left;
	margin-top: 0px !important;
}

.bg-grey {
	background-color: #f0f0f0;
}

.book-img {
	text-align: right;
}

.book-section img {
	margin: 20px 0 0;
}

/*.book-img {
max-width: 230px;
}*/

.l-footer{
	border-top: 1px solid #00ABC7;
	font-size: 12px;
	padding: 25px 0;
	text-align: center;
}
.form-section h3 {
	/*color:#00ABC7;*/

	color: #999;
	font-size:18px;
	margin-bottom:20px;
}

.book-section-form label {
	color: #999;
}
.book-section-form input[type="email"] {
	border: 1px solid #ccc;
	min-height: 55px;
}
.book-section-form input[type="text"] {
	min-height: 55px;
	border: 1px solid #cccccc;
}

.book-section-form select{
	background: url("//cdn2.hubspot.net/hubfs/126484/Hudsonfusion_nov-2015/L1/arrow.png?t=1449922208539")no-repeat scroll 98% center;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	padding: 10px!important;
	min-height: 55px;
	border: 1px solid #ccc;
	color: #999;
	font-family: 'Montserrat',sans-serif;
	font-size: 15px;
}

.form-section .book-section-form textarea {
	border: 1px solid #ccc;
	width: 100% !important;
	min-height: 100px;
}

.form-section .hs-input {
	margin: 5px 0 20px;
	padding: 10px;
	font-size: 13px !important;
	font-family: "Montserrat",sans-serif;
}
.form-section .hs-form-field span {
	color:#999999;
}

.form-section .hs-button.primary.large {
	background: #fff;
	border: 3px solid #FB7444;
	border-radius: 34px;
	font-size: 25px;
	font-weight: 600;
	padding: 0 15px;
	color: #FB7444;
	width: 100%;
	max-width: 350px;
	min-height: 64px;
	cursor: pointer;
	transition: all .5s ease-in-out;
	white-space: normal;
}

.form-section .hs-button.primary.large:hover{
	background-color: #FB7444;
	color: #fff;
}


.form-section ul.hs-error-msgs.inputs-list label {
	color: #00ABC7;
	font-size: 12px;
}


.form-section input[type="checkbox"], .form-section input[type="radio"] {
	margin-right: 10px;
}

.form-section ul.inputs-list.multi-container {
	margin: 12px 0 20px;
}

.form-section ul.hs-error-msgs.inputs-list {
	margin: -18px 0 5px;
}
.form-section .actions {
	text-align: center;
}














/*==========================================================================================End==============================================================================*/

/*===================================Thanku=====================*/

.here-your-guide {
	background-image:url("//cdn2.hubspot.net/hubfs/126484/Hudsonfusion_nov-2015/blog-detail-bg.png?t=1449643398501");
	min-height: 780px !important;
	padding: 50px 0;
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size: 500px auto;
}
.here-your-guide h3{
	font-size:48px;
	color:#B5C026;
	font-weight: 400;

}
.here-your-guide h2,.here-your-guide h2 a{
	font-size:72px;
	color:#21ABBC;
	font-weight: 400;
}



.here-your-guide p{
	font-size: 20px;
	color: #696969;
}

.thnk-cta{
	margin-top:54px;
}
/*
.here-your-guide h4 {
text-align: right;
max-width: 850px;
margin: 20px auto;
color: #666;
}*/

.here-your-guide h4 {
	text-align: center;
	max-width: 223px;
	margin: 6px;
	color: #666;
	font-size: 24pt;
	display: inline-block;
	font-weight: 400;
}

.here-your-guide h4:nth-child(7) img {
	margin: 64px 0 !important;
}

.here-your-guide h4 span {
	margin-top: 10px;
	display: inline-block;
	width: 100%;
}

.here-your-guide h4 img {
	margin: 0 !important;
}



/*===================================End=====================*/


/*-------------------------------------------------------------=====================Who We Are============-----------------------------------------------*/

.main, .main1 {
	min-height: 483px;
	width: 50%;
	position: relative;
	overflow: hidden;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
}

@media (max-width: 480px) {
	.wwa-height {
		min-height: 700px !important;
	}

	.wwa-height1 {
		min-height: 650px !important;
	}
}



/* Portrait and Landscape */
@media only screen
	and (min-device-width: 375px)
	and (max-device-width: 667px)
	and (-webkit-min-device-pixel-ratio: 2) {
		.wwa-height {
			min-height: 700px !important;
		}

		.wwa-height1 {
			min-height: 650px !important;
		}

}

/* Portrait */
@media only screen
	and (min-device-width: 375px)
	and (max-device-width: 667px)
	and (-webkit-min-device-pixel-ratio: 2)
	and (orientation: portrait) {
		.wwa-height {
			min-height: 700px !important;
		}

		.wwa-height1 {
			min-height: 650px !important;
		}

}

/* Landscape */
@media only screen
	and (min-device-width: 375px)
	and (max-device-width: 667px)
	and (-webkit-min-device-pixel-ratio: 2)
	and (orientation: landscape) {
		.wwa-height {
			min-height: 700px !important;
		}

		.wwa-height1 {
			min-height: 650px !important;
		}

}






.overlay-bg,.overlay-bg1  {
	background-color: #000000;
	height: 100%;
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	transition: all .2s ease-in-out 0s;
	opacity: .5;
	z-index: 0;
}

.overlay1 {
	top: 0;
	transition: all .2s ease-in-out 0s;
}
.hide-block,.hide-block1 {
	position: absolute;
	top: 120px;
	transition: all .3s ease-in-out 0s;
	opacity: 0;
	right: 10%;
	max-width: 466px;
	color: #fff;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 75%;
}


.show,.show1 {
	position: absolute;
	top: 120px;
	transition: all 2s ease-in-out 0s;
	opacity: 1;
	z-index: 2;

}
.heading-bar h1,.heading-bar1 h1{
	font-size:62px;}

.heading-bar,.heading-bar1 {
	position: absolute;
	top: 137px;
	color: #fff;
	z-index: 1;
	transition: all .8s ease-in-out 0s;
	max-width: 574px;
	min-height: 200px;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	text-align: center;
	cursor: pointer;
	width: 83%;
}

.up,.up1 {
	top: 35px;
}

span.close, span.close1 {
	position: absolute;
	top: -72px;
	right: -14%;
	cursor: pointer;
}

span.btn,span.btn1 {
	border: 2px solid #fff;
	max-width: 281px;
	width: 100%;
	display: inline-block;
	font-size: 27px;
	border-radius: 27px;
	padding: 11px 0;
	opacity: 1;
	transition: all .7s ease-in-out 0s;
	margin-top: 20px;
}

span.btn:hover, span.btn1:hover {
	background-color: #fff;
	color: #333;
}

.none,.none1 {
	opacity: 0 !important;
	transition: all .4s ease-in-out 0s !important;
}

.typoBold{
	font-weight:800;}

.hide-block p,.hide-block1 p {
	font-size: 16px;
	text-align:justify;
}

.hide-block ul li .fa,.hide-block1 ul li .fa {
	float: right;
}
.hide-block ul li:hover .fa,.hide-block1 ul li:hover .fa{
	color:#2caed6;}

.hide-block ul a,.hide-block1 ul a {
	text-decoration: none;
	color: #fff;
	width: 100%;
	display: inline-block;
}

.hide-block ul,.hide-block1 ul {
	list-style: none;
}
.hide-block ul,.hide-block1 ul {
	padding-top: 0;
	overflow: hidden;
	max-width: 426px;
	margin: 0 auto;
}


.hide-block ul li,.hide-block1 ul li {
	padding: 12px 0 12px 0;
	text-transform: uppercase;
	font-size: 20px;
	display: block;
	zoom: 1;
	text-align: left;
	border-top: 1px solid #515052;
}
.hide-block ul li:first-child,.hide-block1 ul li:first-child {
	border-top: none;
}

section#wrap{
	clear:both;
	margin:-27.8px auto 0px auto;
	width:100%;
	background-color:#FDFDFD;
	position: relative;
	overflow: hidden;
	border-top: 1px solid #00abc7;}

h1,h2,h3,h4,h5,h6{
	margin:0;}

/* Pikachoose
********************************************************/

#main-demo .pika-stage, #main-demo .pika-stage img{width:100%;position:relative;}
#main-demo .pika-thumbs li{     width: 9.88% !important;position:relative; list-style: none;    overflow: hidden;transition: all .5s ease-in-out;}
#main-demo .pika-thumbs{    margin: 0;
	display: inline-block !important;
	padding: 0;
	position: absolute;
	bottom: -20px;}
#main-demo .pika-stage .pika-aniwrap{position: absolute; top: 0px; left: 0px;}
#main-demo .pika-textnav{display:none;}
#main-demo .pika-counter{position: absolute;bottom: 10px;left:15px;color:white;background:rgba(0,0,0,0.7);font-size:11px;padding:8px;-moz-border-radius: 5px;border-radius:5px;}
#main-demo .pika-stage .caption {
	position: absolute;
	font-size: 11px;
	color: #fafafa;
	padding: 20px;
	text-align: left;
	top: 105px;
	max-width: 1200px;
	margin: auto;
	left: 0;
	right: 0;
}
#main-demo .pika-stage .caption p {padding: 0; margin: 0; line-height: 19px;margin-top: 12px !important;}
#main-demo  .pika-thumbs li{ float:left;    overflow: hidden;     width: 10%;}
.static h2{
	color:#b6c200;
	font-size:33px;
	font-weight: 400;}

.static h1{
	color:#00abc7;
	font-size:53px;
	line-height:1;
	font-weight: 400;}

.caption h5 {
	color: #b6c200;
	font-size: 24px;
	font-weight: 400;
	margin-top: 20px;
}

.caption h4{
	color:#00abc7;
	font-size:40px;
	font-weight: 400;}

.caption p{
	color:#fff;
	font-size:18px;
	max-width:514px;
	line-height: 30px;}





/* PikaChoose Demos, mostly the faqs pages
**************/
.demo .pika-thumbs li{width: 144px; height:74px;}
.demo .pika-stage {height: 250px; width:500px; position: relative;border: 3px solid #010101;
	-moz-box-shadow: 5px 5px 2px #888;-webkit-box-shadow: 5px 5px 2px #888;box-shadow: 5px 5px 2px #888;}
.demo .pika-stage img {border:0;height:100%;}
.demo .pika-stage .caption {position: absolute; background:#000; background:rgba(0,0,0,0.75);  border: 1px solid #141414; font-size: 11px;
	color: #fafafa; padding: 10px; text-align: right; bottom: 10px; right: 10px;}
.demo .pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}
.demo .pika-imgnav a {display:none;}
.demo .pika-textnav {display:none;}
.demo .pika-thumbs {margin: 10px 0 0 17px; padding: 0;}
.demo .pika-thumbs li {float: left; list-style-type: none;margin: 0 5px; border: 1px solid #000; cursor: pointer;
	-moz-box-shadow: 3px 3px 2px #888;-webkit-box-shadow: 3px 3px 2px #888;box-shadow: 3px 3px 2px #888;}
.demo .pika-thumbs li .clip {position:relative;height:100%;text-align: center; vertical-align: center; overflow: hidden;}
.demo .pika-counter{position: absolute;bottom: 15px;left:15px;color:white;background:rgba(0,0,0,0.7);font-size:11px;padding:3px;-moz-border-radius: 5px;border-radius:5px;}

.clip img {
	display: inline-block !important;
	width: 100%;
	opacity: 1 !important;
	filter: grayscale(1);
	-moz-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	width: 280px !important;
	height: auto !important;
}

#main-demo .pika-thumbs li.active img,li:hover img {
	filter: grayscale(0);
	-moz-filter: grayscale(0);
	-webkit-filter: grayscale(0);
}

#main-demo .pika-thumbs li.active,#main-demo .pika-thumbs li:hover {
	margin-top: -20px;}

#main-demo .pika-thumbs li.active {
	z-index: 8;
	box-shadow: 0px 1px 14px rgba(0,0,0,.5);
	width: 11% !important}

.static {
	left: 0;
	margin: auto;
	max-width: 1200px;
	padding: 0 20px;
	position: absolute;
	right: 0;
	top: 29px;
	width: 100%;
	z-index: 99;
}

.rsFirstSlideTitle {
	left: calc(3% - 7px) !important;
	top: 95px;
	padding-left: 0 !important;
}
/*-------------------------------------------------------------=====================Who We Are============-----------------------------------------------*/
/*-------------------------------------------------------------=====================What we do============-----------------------------------------------*/

body.wht-we-do-updtd .heading-bar h1,body.wht-we-do-updtd .heading-bar1 h1 {
	font-size: 52px;
}

body.wht-we-do-updtd .service-sec {
	padding: 35px 10px;
}

body.wht-we-do-updtd .wht-do-title h1 {
	font-size: 72px;
	font-weight: normal;
	color: #00abc7;
	line-height: 1;
	margin-bottom: 40px;
}

body.wht-we-do-updtd .who-we-services-col .hs_cos_wrapper_type_custom_widget {
	width: calc(33% - 32px);
	display: inline-block;
	margin-right: 48px;
	vertical-align: top;
	transition:all .4s ease-in;
}

body.wht-we-do-updtd .who-we-services-col .hs_cos_wrapper_type_custom_widget:nth-child(3n) {
	margin-right: 0;
}

body.wht-we-do-updtd .service-icon {
	background-color: #f9f9f9;
	min-height: 115px;
	display: flex;
	align-items: center;
	justify-content: center;
	/*padding-bottom: 7px;*/
}
body.wht-we-do-updtd .service-icon img {
	max-width: 80px;
}
body.wht-we-do-updtd .service-title {
	text-align: center;
	padding: 6px 10px;
	margin-bottom: 44px;
}

body.wht-we-do-updtd .service-title h2 {
	font-size: 30px;
	transition: all .2s ease-in-out;
	color: #666;
	font-weight: normal;
}

/*-------------------------------------------------------------=====================What we do============-----------------------------------------------*/
/*-------------------------------------------------------------=====================Resource Blog============-----------------------------------------------*/
.rsc-blog .topics-list.clearfix > li {
	display: inline-block;
	margin-right: 16px;
}

.rsc-blog .topics-list.clearfix a {
	border: 1px solid #b6c200;
	border-radius: 28px;
	color: #666;
	padding: 19px 20px;
	font-size: 14px;
	text-transform: capitalize;
	transition: all .3s ease-in-out;
	background: transparent;
}

.rsc-blog .topics-list.clearfix a:hover {
	background-color: #b6c200;
	color: #fff;
}

.rsc-blog .post-header h2 {
	font-size: 22px;
	min-height: 81px;
}

.rsc-blog .topics-list.clearfix a span {
	display: none;
}
.rsc-blog .topics-list.clearfix > li:first-child {
	display: none;
}
.rsc-blog .blog-content {
	margin-top: 38px;
}
.rsc-blog .post-header a {
	color: #00acc8;
	font-weight: normal;
}
.rsc-blog .hubspot-editable {
	display: none;
}
.rsc-blog .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_blog_social_sharing {
	display: none;
}
.rsc-blog .post-body.clearfix > p {
	display: none;
}
.rsc-blog .more-link {
	display: none;
}
.rsc-blog .custom_listing_comments {
	display: none;
}

.rsc-blog .post-item {
	width: 30%;
	float: left;
	margin-right: 3%;
	margin-bottom: 40px;
	max-width: 339px;
}
.rsc-blog .post-item > p {
	display: none;
}
.rsc-blog .hs-featured-image {
	float: none;
	margin: 10px 0;
	max-width: 100%;
}
.rsc-blog .blog-pagination {
	display: none;
}


.rsc-blog .post-item:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);

}
.rsc-blog .post-item img {
	-webkit-filter: grayscale(.6);
	filter: grayscale(.6);
	transition: all .5s ease-in-out;
}

.full-width-left a:nth-child(9) .left-one {
	/* max-height: 298px!important; */
	/*    min-height: 298px!important;*/
	overflow: hidden;
}

.full-width-left a:nth-child(9) {
	width: 34.9%;
	display: inline-block;
	float: left;
}

.full-width-left a:nth-child(8) {
	width: 37%;
	display: inline-block;
	float: left;
}
.full-width-left a:nth-child(7) {
	width: 28.1%;
	display: inline-block;
	float: left;
	overflow: hidden;

}

.full-width-left a:nth-child(7) .left-one {
	min-height: 298px;
	overflow: hidden;
	max-height: 298px;
}

.full-width-left a:nth-child(6) {
	width: 34.9%;
	display: inline-block;
	float: left;
}

.full-width-left a:nth-child(8) .left-one {
	min-height: 298px;
	overflow: hidden;
	max-height: 298px;
}
.full-width-left a:nth-child(6) .left-one {
	/*min-height: 298px;*/
	overflow: hidden;
	/*max-height: 298px;*/
}

#showUpGalleryNextImage i {
	font-size: 31px;
}

#showUpGalleryPrevImage i {
	font-size: 31px;
}

/*-------------------------------------------------------------=====================Resource Blog============-----------------------------------------------*/

/*-------------------------------------------------------------=====================Case studies============-----------------------------------------------*/
.blog-post-wrapper.cell-wrapper.our-process-sec {
	background: none;
}

.case-blog .section.post-body p {
	font-size: 18px;
	color: #666;
	line-height: 26px;
	width: 74.358974359%;
}


.block h4 {
	font-size: 21px;
	color: #00acc8;
	margin: 20px 0 4px;
	text-align:center;
}

.pt-h4 {
	font-size: 21px;
	color: #00acc8;
	text-align: center;
}

.block ul {
	margin-top: 14px;
	display: inline-block;
}

.block ul li {
	font-size: 19px;
	color: #00acc8;
	margin: 20px 0 4px 21px;
	text-align: left;
	list-style-type: disc;
}

.categories ul li {
	list-style-type: none;
	margin-left: 0;
}

.block{
	margin-top: -60px;}

.full-width-left a:nth-child(1) .left-one.main-full,.full-width-left a:nth-child(2) .left-one.main-full,.full-width-left a:nth-child(3) .left-one.main-full
{
	max-height: 277px;
	min-height: 275px;
}

.full-width-left a:nth-child(2) .left-one.main-full, .full-width-left a:nth-child(3) .left-one.main-full {
	min-height: 203px;
	max-height: 203px;
}

.full-width-left a:nth-child(4) .left-one.main-full, .full-width-left a:nth-child(5) .left-one.main-full {
	/*max-height: 480px;*/
	/*min-height: 480px;*/
	overflow: hidden;
}

.case-blog .our-process-sec h3 {
	margin-top: 42px;
}

.our-process-sec h1 {
	line-height: 1;
}

.lght-bx-main {
	margin-top: 40px;
}

.span5.block {
	max-width: 440px;
}

.case-blog {
	padding-bottom: 30px;
}

/* Elastislide Style */

.elastislide-list {
	list-style-type: none;
	display: none;
}

.no-js .elastislide-list {
	display: block;
}

.elastislide-carousel ul li {
	min-width: 20px; /* minimum width of the image (min width + border) */
}

.elastislide-wrapper {
	margin: 0 auto;
	min-height: 60px;
	position: relative;
}


.elastislide-wrapper.elastislide-loading {
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/*
.elastislide-horizontal {
padding: 10px 40px;
}
*/
.elastislide-vertical {
	padding: 40px 10px;
}

.elastislide-carousel {
	overflow: hidden;
	position: relative;
}

.elastislide-carousel ul {
	position: relative;
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.elastislide-horizontal ul {
	white-space: nowrap;
	max-height: 100% !important;

}

.elastislide-carousel ul li {
	margin: 0;
	-webkit-backface-visibility: hidden;
}

.elastislide-horizontal ul li a img {
	border: 1px solid #ccc !important;
}
.elastislide-horizontal ul li {
	display: inline-block;
	height: 100%;
	margin: 1%;
	max-height: 100%!important;
	max-width: 100%!important;
	padding: .2%;
	width: 22.5%!important;
}

.elastislide-vertical ul li {
	display: block;
}

.elastislide-carousel ul li a {
	display: inline-block;
	width: 100%;
}

.elastislide-carousel ul li a img {
	display: block;
	border: 2px solid white;
	max-width: 100%;
	width: 100%;
}

/* Navigation Arrows */

/*.elastislide-wrapper nav span {
position: absolute;
background: #ddd url(//cdn2.hubspot.net/hubfs/126484/Hudsonfusion_nov-2015/controls.png) no-repeat 4px 3px;
width: 23px;
height: 23px;
border-radius: 50%;
text-indent: -9000px;
cursor: pointer;
opacity: 0.8;
}

.elastislide-wrapper nav span:hover {
opacity: 1.0
}*/

.elastislide-horizontal nav span {
	left: 0;
	margin-top: -11px;
	top: 50%;
}

.elastislide-vertical nav span {
	top: 10px;
	left: 50%;
	margin-left: -11px;
	background-position: -17px 5px;
}

.elastislide-horizontal nav span.elastislide-next {
	background-position: 4px -17px;
	left: auto;
	right: 0;
}


.elastislide-vertical nav span.elastislide-next {
	bottom: 10px;
	top: auto;
	background-position: -17px -18px;
}

.blue-txt h3 {
	padding: 0 10px;
}

/*-------------------------------------------------------------=====================Climb Leadership Consulting: Copywriting============-----------------------------------------------*/




.case-blog .section.post-body p {
	font-size: 18px;
	color: #666;
	line-height: 26px;
	width: 98%;
}

.case-blog .section.post-body span>span {
	width: 16%;
	display: inline-block;
	float: right;
}

.case-blog .main {
	min-height: 249px;
}

.case-blog .section.post-body span img {
	margin-top: -220px;
}

.kelly-sidebar {
	text-align: center!important;
	margin: 30px 0 0;
}

.circle {
	width: 100%;
	max-width: 174px;
	min-height: 174px;
	border-radius: 50%;
	color: #fff;
	position: relative;
	margin: 0 auto 20px;
}

.circle h2 {
	font-size: 43px;
	max-width: 128px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-height: 75px;
	line-height: 1;
}
.circle h2 span {
	display: block;
	font-size: 25px;
	line-height: 22px;
}

.orange{
	background-color: #f37043;

}

.blue {
	background-color: #00acc8;
}

.orange-txt{
	color: #f37043;
}

.green{
	background-color: #b6c200;

}

.green-txt{
	color: #b6c200;
}

.blue{
	background-color: #00acc8;

}

.blue-txt{
	color: #00acc8;
}

.grey{
	background-color:#808181;
}

.wbc h3 {
	font-size: 27px;
	line-height: 1;
}

.wbc h2 {
	font-size: 65px;}

.portfolio h2 {
	color: #00acc8;
	font-weight: 400;
	padding: 0 .2%;
	margin: 20px 1% 0;
}

/*-------------------------------------------------------------=====================Case studies============-----------------------------------------------*/


/*-----------------=========Carrer Page=======--------------*/

.career-sec{
	background: url("//cdn2.hubspot.net/hubfs/126484/Hudsonfusion-Img/career_background.png");
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 550px !important;
}

.contact-headings {
	margin-top: 30px;

}


/*-----------------========Career Page=======-------------*/

/*-----------------========Privacy Policy Page=======-------------*/


.policy-content h4 {
	color: #666666;
	font-size: 24px;
}
.policy-content p {
	color: #666666;
	font-size: 20px;
}
.policy-head h1{
	padding:0 0 25px 0;
}
.policy-content {
	padding: 0 0 40px 10px;
}
.policy-sec .contact-content-sec{
	border-bottom:none;
}

/*-----------------========Privacy Policy Page=======-------------*/

.land-body .body-container-wrapper {
	margin: 0;
}

/*----------------==========================404 page======================---------------------------------*/

.hudson-error .bg-error-page { background:url('https://cdn2.hubspot.net/hubfs/126484/404-summer.jpg') no-repeat center; z-index:99;}
.hudson-error .bg-error-page:before { position:absolute; content:""; width:100%; height:100%; left:0; top:0; background:rgba(0,0,0,0.5); z-index:1; }
.hudson-error .bg-error-page .container { position:relative; z-index:999;}

.bg-error-page {
	/*background-image: url("//cdn2.hubspot.net/hubfs/126484/Hudsonfusion_nov-2015/404-photo-spring_V2.jpg");
	background-size: cover;
	background-position: 0 0;*/
	/*height: 833px;*/
	/*background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;*/  
}

.bg-error-page {
	background-image: url('//cdn2.hubspot.net/hubfs/126484/Hudsonfusion-Img/404-winter-min.jpg');
	background-size: cover;
	background-position: 0 0;
	background-position: center 80px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
}
/*
.bg-error-page:before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(255,255,255,.6);
}
*/
.search-error {
	margin: 0;
	/*position: absolute;
	left: 60px;*/
}

.search-error input {
	width: 260px !important;
}

.google-search input[type="text"] {
	max-width: 260px !important;
}

[data-widget-type="google_search"] {
	max-width: 260px !important;
}


.span12.widget-span.widget-type-widget_container {
	/*display: none;*/
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=Resource Page Updated CSS-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.container.rsc-container {
	max-width: 1280px;
}

.rsrc-updt .post-item {
	width: 100%;
	max-width: 339px;
	background-color: #f6f6f6;
	position: relative;
	margin-right: 0;
	margin-bottom:0;
}

.rsrc-updt .hs_cos_wrapper_type_custom_widget {
	display: inline-block;
	width: 22.3%;
	margin-right: 3.1%;
	margin-bottom: 40px;
}

.rsrc-updt .hs_cos_wrapper_type_custom_widget:nth-child(4n){
	margin-right: 0;
}

.rsrc-updt  .post-item img {
	-webkit-filter: grayscale(.0);
	filter: grayscale(.0);
	transition: all .5s ease-in-out;
}

.rsrc-updt .post-header {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 80%;
	z-index: 1;
	background: rgba(0,172,200,.7);
	padding: 48px 10% 30px;
	opacity: 0;
	transition: all .4s ease-in-out;
	cursor:pointer;
}

.rsrc-updt .post-item:hover .post-header {
	opacity:1;
}

.rsrc-updt .post-header a {
	color: #fff;
	font-weight: normal;
}

.rsrc-updt .post-header h2 {
	font-size: 20px;
	min-height: 81px;
	color: #fff;
	font-weight:normal;
}

.rsrc-updt .post-header:after {
	display: inline-block;
	content: '+';
	color: #fff;
	position: absolute;
	bottom: 45px;
}
/**************************Levelup css********************/

.levelup-sec h1 {
	font-size: 60px;
	font-family: 'Montserrat',sans-serif;
	color: #f37043;
	margin: 0 0 15px 0;
	display: inline-block;
}
.levelup-sec .level-desc {
	margin: 30px 0 30px 0;
}
.span12.widget-span.widget-type-raw_jinja.level-share {
	margin: 50px 0 0 0;
}
.span12.widget-span.widget-type-raw_jinja.level-share ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 1%;
}
/*
#hs_cos_wrapper_post_body p:first-child img {
float: right;
margin: 0 0 15px 5px !important;
}*/

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=Resource Page Updated CSS-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


.rslt-dscrptn.testi p{
	font-family: 'SoliPx';
}
div#showUpGalleryBlanket {
	z-index: 999999 !important;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=What We Do Inner Page Updated CSS-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

body.updtd-rght-frm .contact-headings {
	margin-top: 62px;
}

.bck-to-srvc {
	margin-bottom: 12px;
}

.bck-to-srvc a {
	color: #333;
}

body.updtd-rght-frm .custom-img h2 {
	font-size: 37px;
	line-height: 42px;
	margin-top: 101px;
	font-weight: 500;
}

body.updtd-rght-frm .custom-img #hs_cos_wrapper_module_14712700879021107 {
	padding: 18px !important;
	background-color: #f2f2f2!important;
	margin: 0px !important;
	display: block !important;
}

body.updtd-rght-frm .custom-img .hs-form {
	margin-bottom: 0px;
}


body.updtd-rght-frm .custom-img span.hs-form-required {
	display: none;
}

body.updtd-rght-frm .custom-img .hs-form-field {
	margin-bottom: 20px !important;
}

body.updtd-rght-frm .custom-img input.hs-input {
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	display: block;
	float: none;
	font-size: 17px;
	height: 50px;
	padding: 0 5%;
	width: 100% !important;
	margin-bottom: 0;
}

body.updtd-rght-frm .custom-img fieldset.form-columns-2 .hs-input {
	width: 94.9% !important;
}

body.updtd-rght-frm .custom-img form textarea {
	width: 100% !important;
	max-width: 100%;
	min-height: 159px;
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #ccc;
	padding: 16px 20px 0;
	font-size: 17px;
	box-sizing: border-box;
	margin-bottom: 5px;
}

body.updtd-rght-frm .custom-img .hs-form fieldset.form-columns-2 .input {
	margin-right: 0;
}

body.updtd-rght-frm .custom-img #hs_cos_wrapper_module_14712700879021107 input[type="submit"] {
	/* border: 3px solid #fb7343 !important; */
	background: none !important;
	color: #fb7343 !important;
	text-shadow: none !important;
	font-size: 26px !important;
	font-family: 'Montserrat',sans-serif !important;
	border-radius: 24px !important;
	min-height: 31px !important;
	max-width: 191px !important;
	width: calc(100% - 36px) !important;
	margin: 0 0 0 0 !important;
	transition: all .2s ease-in-out !important;
	padding: 0 18px !important;
	height: 54px !important;
	line-height: 1 !important;
	box-shadow: none !important;
	text-transform: none;
	border-color: rgb(251, 115, 67);
	border-style: solid;
	border-top-width: 3px;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 2px;
}

body.updtd-rght-frm .custom-img .hs-form.stacked .actions {
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
	text-align: center;
}

body.updtd-rght-frm .our-process-sec h3 {
	font-size: 38px;
}

body.updtd-rght-frm .our-process-sec h1 {
	font-size: 56px;
}                 

body.updtd-rght-frm .custom-img p {
	font-size: 18px;
	font-weight: 700;
	color: #919597;
	margin: 18px 0;
}

body.updtd-rght-frm .custom-img {
	padding-left: 1em;
	width: 275px !important;
}

body.updtd-rght-frm .custom-content {
	width: calc(100% - 314px) !important;
}
body.updtd-rght-frm .no-rgt-cutm-cntnt {
	width:100% !important;
}

body.updtd-rght-frm .custom-img form{
	margin: 34px 0 0 0!important;
	max-width:294px;
}

body.updtd-rght-frm .custom-img #hs_cos_wrapper_module_14712700879021107 {
	background-color: transparent !important;
	margin: 0 !important;
	display: block !important;
	padding: 0 !important;
}

body.updtd-rght-frm .custom-img #hs_cos_wrapper_module_14712700879021107 span {
	color: #999;
	font-size: 18px !important;
	font-weight: 600 !important;
	font-family: 'Montserrat',sans-serif !important;
	line-height: 1;
	margin-bottom: 10px !important;
}

body.updtd-rght-frm .custom-img label {
	margin-left: 6px;
	margin-bottom: 10px !important;
	line-height: 1;
}

body.updtd-rght-frm .orng-cntnt-block, .orng-cta-block {
	display: inline-block !important;
	float: none !important;
	vertical-align: middle;
}

body.updtd-rght-frm .orng-cta-block {
	width: 30% !important;
}

body.updtd-rght-frm .btm-orng-sec {
	background-color: #fa7343;
	padding: 34px 20px;
}

body.updtd-rght-frm .orng-cntnt-block h4 {
	color: #fff;
	font-size: 29px;
	font-weight: normal;
}

body.updtd-rght-frm .srvc-blw-img-cntnt {
	background-color: #f2f2f2;
	padding: 39px;
	margin-top: 34px;
}

body.updtd-rght-frm .srvc-blw-img-cntnt p,body.updtd-rght-frm .srvc-blw-img-cntnt ul li {
	margin: 0 0 25px;
	font-size: 20px;
	font-weight: 400;
}

.srvc-blw-img-cntnt ul {
	width: calc(50% - 30px);
	float: left;
	list-style: none;
	padding-left:20px;
}


.srvc-blw-img-cntnt ul:nth-child(3) {
	margin-left: 20px;
}

body.updtd-rght-frm .srvc-blw-img-cntnt ul li {
	position: relative;
	padding-left:25px;
}

body.updtd-rght-frm .srvc-blw-img-cntnt ul li:before {
	content: '';
	width: 7px;
	height: 7px;
	display: inline-block;
	background-color: #666;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
}


body.updtd-rght-frm .our-proccess-bottom {
	padding-bottom: 2.5em;
}

body.updtd-rght-frm .diagram-image img {
	margin-top: 50px;
}

body.updtd-rght-frm .custom-content p {
	font-size: 20px;
	color: #7f7f7f;
}

body.updtd-rght-frm .custom-content li{
	font-size: 20px;
	color: #7f7f7f;
}
body.updtd-rght-frm .custom-content .top-cntnt h3 {
	color: #7f7f7f;
	margin-top: 25px;
	font-size: 36px;
}
.beautiful-cntnt p {
	color: rgb(251, 115, 67) !important;
	padding-top:5px;
	text-align: right;
	max-width: 500px;
	float: right;
}
.rgt-prnt-disgn {
	margin-top: 140px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=What We Do Inner Page Updated CSS-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.stratgc-web-main{
	margin-top: 62px;
}

.stratgc-web-title {
}

.stratgc-web-title h3 {
	color: #b6c200;
	font-size: 38px;
	font-weight: 500;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=Portfolio Updated CSS-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.portfolio-image,.updtd-work .portfolio-overlay-effect .portfolio-overlay {
	cursor: url(//cdn2.hubspot.net/hubfs/126484/Hudsonfusion_nov-2015/The_Work_Updated/portfolio-cursor.png), auto;
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=Portfolio Updated CSS-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=Portfolio Inner Updated CSS-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
body.portflio-inner .portfolio h2 {
	font-size: 24px;
	font-weight: 800;
	color: #666;
}

body.portflio-inner .rslt-dscrptn p {
	font-size: 18px;
	color: #666;
}

body.portflio-inner .rslt-dscrptn p span {
	font-size: 24px;
	color: #666;
}

body.portflio-inner .content-sec {
	padding: 0;
	background: none;
}

body.portflio-inner .content-sec h4 {
	color: #00acc8;
	margin: 40px 0 20px !important;
}


body.portflio-inner .hhf-made-it-happen {
	margin-bottom: 20px;
}

body.portflio-inner .icon-hhf {
	background-color: #00acc8;
	width: 27px;
	height: 27px;
	text-align: center;
	padding: 9px;
	border-radius: 50%;
	line-height: 24px;
	vertical-align: middle;
	display: inline-block;
}

body.portflio-inner .icon-title-hhf {
	display: inline-block;
	width: calc(100% - 60px);
	margin-left: 7px;
	vertical-align: middle;
	color: #00acc8;
	font-size: 18px;
}

.icon-hhf-cntnr {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 27px;
}

body.portflio-inner .icon-hhf img {
	width: auto;
	max-height: 21px;
}

body.portflio-inner .icon-hhf-cntnr {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 27px;
}

body.portflio-inner .our-process-sec p {
	font-size: 18px;
	line-height: 26px;
}


body.portflio-inner .inner ul.wait {
	transform: translateY(0px) !important;
}


body.portflio-inner ul.no-thumb {
	display: none;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=Portfolio Inner Updated CSS-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

body.subscription-template .body-container-wrapper .main-content p.header {
	margin-left: 7px;
	position: relative;
	top: auto;
	width: auto !important;
	z-index: 1;
	background: 0;
	border: 0;
	font-size: 20px !important;
}

body.subscription-template .body-container-wrapper .main-content h1 {
	font-size: 48px !important;
	color: #b5c026;
	font-weight: 400 !important;
	line-height: 50px !important;
}

body.subscription-template .body-container-wrapper .main-content h2 {
	font-size: 72px !important;
	color: #21abbc;
	font-weight: 400 !important;
	line-height: 75px !important;
}

body.subscription-template .body-container-wrapper .page-header {
	margin: 0px;
	padding-bottom: 0;
}

body.subscription-template .body-container-wrapper #content {
	padding-top: 20px;
	padding-bottom: 20px;
}


body.subscription-template .body-container-wrapper .main-content input#submitbutton {
	background: #fff none repeat scroll 0 0;
	border: 3px solid #fb7444;
	border-radius: 34px;
	font-size: 23px;
	font-weight: 600;
	padding: 8px 15px;
	color: #fb7444;
	width: 100%;
	max-width: 600px; {

		@media (max-width: 100%;)}
	min-height: 60px;
	cursor: pointer;
	transition: all .5s ease-in-out;
	font-family: 'Montserrat',sans-serif;
	text-transform: capitalize;
	margin-top: 14px;
}

body.subscription-template .body-container-wrapper .main-content label, body.subscription-template .body-container-wrapper .main-content label span {
	margin: 20px 0 0;
	font-size: 16px;
	padding-left: 0;
}

body.subscription-template .body-container-wrapper .main-content label {
	padding: 0 0 0 16px;
}

body.subscription-template .body-container-wrapper {
	margin-top: 68px;
	padding: 50px 0 50px;
}

body.subscription-template .body-container-wrapper .main-content p {
	font-size: 16px !important;
}

body.subscription-template .conversation-form form input {
	box-sizing: content-box;
	margin-bottom: 5px;
}

/*==========================================================================================Portfolio After Before CSS==============================================================================*/
body.after-body .contact-headings {
	padding: 20px 0 30px;
}

.after-before-col .hs_cos_wrapper_type_custom_widget {
	width: calc(50% - 1px);
	float: left;
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid #fff;
}

.after-before-col .hs_cos_wrapper_type_custom_widget:nth-child(2n) {
	border-left: 1px solid #fff;
}

.after-before-col .hs_cos_wrapper_type_custom_widget .before-main:before {
	content: '';
	background-color: rgba(0,0,0,.85);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 9;
	transition:all .5s ease-in-out;
	opacity:1;
}

.after-before-col .hs_cos_wrapper_type_custom_widget .before-main .desktop-image {
	max-width: 560px;
	width: calc(100% - 40px);
	float: right;
	position: relative;
	padding: 20px;
}

.after-before-col .hs_cos_wrapper_type_custom_widget .before-main span.btn-bfr {
	display: inline-block;
	position: absolute;
	color: #fff;
	top: 0;
	font-size: 20px;
	text-transform: uppercase;
	max-width: 220px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border: 2px solid;
	border-radius: 45px;
	width: 100%;
	margin: auto;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	transition:all .5s ease-in-out;
	opacity:1;
}

.after-before-col .hs_cos_wrapper_type_custom_widget .after-main .desktop-image {
	float: left;
}

.after-before-col .hs_cos_wrapper_type_custom_widget .after-main:before {
	content: '';
	background-color: rgba(0,172,200,.85);}

.after-before-col .hs_cos_wrapper_type_custom_widget:hover .before-main:before, .after-before-col .hs_cos_wrapper_type_custom_widget:hover .before-main span.btn-bfr {
	visibility: hidden;
	opacity:0;
}

/****************updated homepage css 25-11-16**************/

body.v6 .bnn-form .hs-form fieldset {
	max-width: 100%;
}
body.v6 .hs_what_do_you_need_help_with_.field.hs-form-field {
	margin-top: -72px;
}
body.v6 .bnn-form h3 {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}
body.v6 .bnn-form .hs-input {
	border: 1px solid transparent;
	box-shadow: none;
	border-radius: 0;
	height: 32px;
	padding: 5px 0 5px 15px;
	font-size: 18px;
	font-weight: normal;
	color: #666;
	font-family: 'Montserrat',sans-serif;
	font-weight: 500 !important;
}

body.v6 .bnn-form .hs_recaptcha.field.hs-form-field {
	display: inline-block;
	position: absolute;
	right: 250px;
	bottom: 0;
}

body.v6 .bnn-form span.hs-form-required {
	display: none;
}
body.v6 .hs-form.stacked .field {
	margin-bottom: 5px;
}
body.v6 .bnn-form  .hs_what_do_you_need_help_with_.field.hs-form-field textarea {
	height: 115px !important;
	padding-top: 12px;
	max-width: 100%;
	width: 100%;
}
body.v6 .bnn-form  input.hs-button.primary.large {
	border: 3px solid #fff;
	max-width: 181px;
	width: 100%;
	display: inline-block;
	font-size: 27px;
	border-radius: 27px;
	padding: 11px 0;
	opacity: 1;
	transition: all .7s ease-in-out;
	margin-top: 0;
	box-shadow: none;
	background: transparent;
	color: #fff;
	text-shadow: none;
	text-transform: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	font-family: 'Montserrat',sans-serif;
	font-weight: 600 !important;
	margin-right: 30px;
}
body.v6 .bnn-form input.hs-button.primary.large:hover{
	background:#fff;
	color:#333;
}
body.v6 .vd-banner-bg {
	position: relative;
	padding: 10px 0;
}
body.v6 .vd-banner-bg .container {
	position: absolute;
	top: 110px;
	left: 0;
	right: 0;
	margin: auto;
}
body.v6 .bnn-content h1 {
	color: #fff;
	font-size: 56px;
	font-weight: normal;
	max-width: 500px;
	letter-spacing: .5px;
}
body.v6 .bnn-content h2 {
	color: #fff;
	font-size: 40px;
	font-weight: normal;
	max-width: 580px;
}
body.v6 .hs-form.stacked .actions {
	margin: 0;
	padding: 0;
	text-align: right;
}
body.v6 ul.hs-error-msgs.inputs-list {
	display: none !important;
}
body.v6 .bnn-form .hs-input.invalid.error {
	border: 1px solid red;
}
body.v6 .bnn-form {
	margin-top:45px;
}
body.v6 .further-sec {
	padding: 30px 0;
}
body.v6 .f-content {
	padding: 20px 0;
}
body.v6 .f-content h3 {
	color: #00acc8;
	font-size: 30px;
	font-weight: 500;
}
body.v6 .f-content p {
	font-size: 18px;
	color: #585858;
	line-height: 25px;
}
body.v6 .f-img {
	text-align: right;
}

body.homev7 .capabilities-img {
	display: none !important;
}

body.homev7 .vector-content {
	position: relative;
}

body.homev7 .capabilities-left h1 {
	color: #fff;
}

body.homev7 .capabilities {
	background-image: none;
	background-color: #00acc8;
}

body.homev7 .capabilities-left {
	padding: 100px 0 60px;
}

body.homev7 .capabilities-left ul li a {
	color:#fff;
}

body.homev7 .capabilities-left ul li {
	margin-right: 0;
}

body.homev7 .capabilities-left ul li a span {
	display: inline-block;
	margin: 0 6px;
}


body.what-we-do-v2 .body-container-wrapper {
	margin-top: 68px;
}

body.what-we-do-v2 .main-bnr {
	display: inline-block;
	width: calc(49% - 46px);
	vertical-align: top;
	color: #fff;
	padding: 45px 23px;
}

body.what-we-do-v2 .center-align {
	display: flex;
	min-height: 298px;
	background-color: rgba(181,194,52,.7);
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 21px 50px;
}

body.what-we-do-v2 .main-heading {
	position: relative;
	margin-bottom: 72px;
}

body.what-we-do-v2 .main-heading h1 {
	font-size: 46px;
	transition: all .2s ease-in-out;
}

body.what-we-do-v2 span.main-btn {
	border: 2px solid #fff;
	max-width: 281px;
	width: 100%;
	display: inline-block;
	font-size: 27px;
	border-radius: 27px;
	padding: 11px 0;
	opacity: 1;
	transition: all .2s ease-in-out;
	margin-top: 20px;
	position: absolute;
	bottom: -72px;
	left: 0;
	right: 0;
	margin: auto;
}

body.what-we-do-v2 .main-hide-block {
	font-size: 24px;
}

body.what-we-do-v2 .main-hide-block p {
	margin: 3px 0;
}

body.what-we-do-v2 .main-hide-block {
	font-size: 24px;
	visibility: hidden;
	opacity: 0;
	transition: all .2s ease-in-out;
	max-height: 0;
}

body.what-we-do-v2 .main-bnr .center-align:hover .main-hide-block {
	visibility: visible;
	opacity: 1;
	max-height: 100px;
}

body.what-we-do-v2 .main-bnr .center-align:hover span.main-btn,body.what-we-do-v2 .main-bnr .center-align:hover .main-heading h1{
	opacity:0;
	visibility:hidden;
}

body.what-we-do-v2 .main-bnr.min-blu .center-align {
	background-color: rgba(0,172,200,.7);
}

body.what-we-do-v2 .service-title h2 {
	font-size: 24px;
}

body.what-we-do-v2 .who-we-services-col .hs_cos_wrapper_type_custom_widget {
	width: calc(25% - 18px);
	margin-right: 19px;
}



body.what-we-do-v2 .who-we-services-col .hs_cos_wrapper_type_custom_widget:nth-child(3n) {
	margin-right: 19px;
}

body.what-we-do-v2 .who-we-services-col .hs_cos_wrapper_type_custom_widget:nth-child(4n) {
	margin-right: 0px;
}

body.footer-nofrm .span8.widget-span.widget-type-form.conversation-form {
	display: none;
}

body.our-prcs-v2 .swd-widget-box {
	padding: 40px;
	text-align:center;
}

body.our-prcs-v2 .swd-top-text p {
	font-size: 20px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 0;
}

body.our-prcs-v2 .swd-top-text li {
	font-size: 20px;
	color: #666;
}

body.our-prcs-v2 .swd-top-text ul li {
	margin-bottom: 7px;
}

body.our-prcs-v2 .swd-top-text ul {
	margin: 20px 0;
	padding: 0 0 0 21px;
}

body.our-prcs-v2 .swd-top-text h3 {
	margin: 25px 0;
	font-size: 24px;
	color: #666;
}

body.our-prcs-v2 .swd-widget-title{
	margin-bottom:0;
}

body.our-prcs-v2 .swd-main{
	background-image:none !important;
}

p.p1 {
	color: #70706a !important;
}

.sale-flx-mdl .hs_cos_wrapper_type_custom_widget {
	display: inline-block;
	width: calc(33% - 25px);
	vertical-align: top;
	text-align: center;
	padding-right: 20px;
}
.sale-enblmt-mdl {
	padding: 10px 10px;
}
.sale-enblmt-mdl p{
	color: #fff !important;
}
.paid-adv-flipmdl .hs_cos_wrapper_type_custom_widget {
	display: inline-block;
	width: 100%;
	max-width: calc(25% - 25px);
	padding-right: 20px;
}
.paid-adv-flipmdl .flip-container, .paid-adv-flipmdl .front, .paid-adv-flipmdl .back{
	min-height: 130px !important;
	padding:0 !important; 
}
.paid-center {
	display: flex;
	justify-content: center;
	min-height: 200px;
	align-items: center;
	padding: 10px 20px;
}
.paid-center h2{
	font-weight: 300;
	font-size: 18px !important;
}
.paid-center p {
	font-size: 14px !important;
}
.paid-adv-flipmdl .swd-widget-text {
	line-height: 1.2;
	padding-bottom: 0;
}


/**************Who We Are March 2017 CSS************/

body.who-we-r-march #homeSlider .container {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 1259px;
}

body.who-we-r-march .static {
	width: 95%;
}

body.who-we-r-march .who-we-content-section .swd-h1 h1 {
	margin-bottom: 35px;
}

body.who-we-r-march .who-we-content-section .flip-container .flipper h4 {
	font-size: 33px;
	font-weight: 400;
	line-height: 35px;
	text-align: left;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}

body.who-we-r-march .who-we-content-section .flip-container .flipper h3 {
	font-size: 60px;
	font-weight: 400;
	line-height: 65px;
	padding-top: 10px;
	text-align: left;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}

body.who-we-r-march .who-we-content-section .bg1,
body.who-we-r-march .who-we-content-section .bg2,
body.who-we-r-march .who-we-content-section .bg3,
body.who-we-r-march .who-we-content-section .bg4,
body.who-we-r-march .who-we-content-section .bg5,
body.who-we-r-march .who-we-content-section .bg6,
body.who-we-r-march .who-we-content-section .bg7 {
	padding-left: 2em;
	padding-top: 9em;
	background-position:center;
}

body.who-we-r-march .who-we-content-section .flip-container, .front, .back {
	margin-bottom: 50px;
	min-height: 407px !important;
}

body.who-we-r-march .who-we-content-section .flip-container {
	width: 46%;
}

body.who-we-r-march .who-we-content-section .flip-container:nth-child(2n) {
	margin-left: 50px;
}
body.who-we-r-march .swd-widget-box p {
	text-align: left;
}




/**************Who We Are March 2017 CSS************/




/**************responsive for updated homepage************/

@media (min-width: 992px) and (max-width: 1290px)  {

	.updatecss0  .conversation-form { padding-right:25px; }
	body.updatecss0 .row-fluid .conversation-form form .form-columns-2 .hs-form-field:last-child { margin-left:4px; }
}

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

	.updatecss0  .conversation-form { padding-right:25px; }
	body.updatecss0 .row-fluid .conversation-form form .form-columns-2 .hs-form-field:last-child { margin-left:4px; }
	body.updatecss0 .row-fluid .conversation-form form .form-columns-2 .hs-form-field:first-child { margin-right:4px; }
}


@media (max-width: 1290px){
	body.v6 .bnn-form {
		margin-top: 40px;
	}

	body.subscription-template .span12.widget-span.widget-type-cell.container.email-sub {
		padding: 0 30px;
	}
}
@media (max-width: 1220px){
	body.v6 .vd-banner-bg .container, .further-sec .container {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (max-width: 1190px){
	body.v6 .vd-banner-bg .container {
		top: 50px;
	}
	body.v6 .bnn-content h2 {
		font-size: 30px;
	}
	body.v6 .bnn-content h1 {
		font-size: 46px;
	}
	body.v6 a#cta_button_126484_597dc33d-4611-417b-95c9-27d73f78d904 {
		font-size: 22px;
		max-width: 290px;
	}
	body.v6 .bnn-form h3 {
		font-size: 22px;
	}
}
@media (max-width: 980px){
	body.v6 .vd-banner-bg .container {
		background: #00acc8 none repeat scroll 0 0;
		left: 0;
		margin: auto;
		position: static;
		right: 0;
		top: 0;
	}
	body.v6 .bnn-content {
		position: absolute;
		top: 70px;
		left: 0;
		padding-left: 20px;
	}

	body.v6 .bnn-form .hs_recaptcha.field.hs-form-field {
		bottom: 11px;
	}

	body.subscription-template .body-container-wrapper .main-content h2 {
		font-size: 52px !important;
		line-height: 55px !important;
	} 

	body.subscription-template .body-container-wrapper .main-content h1 {
		font-size: 40px !important;
		line-height: 50px !important;
	}

	.btm-thanku-pg.here-your-guide h2, .btm-thanku-pg.here-your-guide h2 a {
		font-size: 52px;
	}
	.bg-error-page {
		background-position: center 0px;
		background-attachment: initial;
		height: auto !important;
	}

	.bg-error-page h3 {
		font-size: 54px !important;
	}

	.bg-error-page h1 {
		font-size: 60px !important;
	}
	.beautiful-cntnt p {
		padding-top: 0;
	}
	.paid-adv-flipmdl .hs_cos_wrapper_type_custom_widget {
		max-width: calc(33% - 25px);
		margin-bottom: 40px;
	}
	body.who-we-r-march .swd-widget-box {
		padding: 20px 20px;
	}

}
@media (max-width: 767px){
	body.v6 .hs_what_do_you_need_help_with_.field.hs-form-field {
		margin-top: 0;
		width: 97%;
	}
	body.v6 .f-img {
		text-align: center;
	}
	.hs-form fieldset.form-columns-3 .hs-form-field{
		width:49.7% !important;
	}
	body.v6 .hs_what_do_you_need_help_with_.field.hs-form-field{
		width:97% !important;
	}
	.logo-v6 .logo {
		padding: 0;
	}
	.rgt-prnt-disgn {
		margin-top: 20px;
	}
	.beautiful-cntnt p {
		text-align: left;
		float: none;
	}


	.row-fluid .conversation-form form .form-columns-2 .hs-form-field { margin:10px 0 0 0 !important; width:100%;  }
	.row-fluid .conversation-form { float:left !important; width:100% !important; }
	.row-fluid .conversation-form form .input { margin-right:0 !important; }


}

@media (max-width: 640px){

	.blog-banner h1 {
		padding: 25px 0;
		font-size: 35px;
	}	
	.banner-overlay {
		min-height: auto !important;
	}
	.hide-mobile{
		display:none !important;
	}
	.bnn-cta {
		text-align:center;

	}

	body.v6 .bnn-content {
		position: relative;
		top: 0;
		padding-left: 0;
	}
	body.v6 .vd-banner-bg .container {
		position: relative;
	}
	body.v6 .vd-banner-bg .container {
		padding-bottom: 40px;
		padding-top: 40px;
	}
	.hs-form fieldset.form-columns-3 .hs-form-field {
		width: 100% !important;
	}
	body.v6 .hs_what_do_you_need_help_with_.field.hs-form-field{
		width: 100% !important;
	}

	body.v6 .bnn-form .hs_recaptcha.field.hs-form-field {
		position: relative;
		right: 0;
		width: 300px;
	}

	body.v6 .bnn-form input.hs-input {
		max-width: 100% !important;
		width: calc(100% - 17px) !important;
	}
}
@media (max-width: 640px){
	body.v6 .bnn-content h2 {
		text-align: center;
	}
}
@media (max-width: 480px){
	body.v6 .bnn-content h2 {
		font-size: 20px;
	}
	body.v6 .bnn-content span {
		font-size:46px !important;
	}
	.bnn-cta {
		text-align:center;
	}
	body.v6 .bnn-form {
		margin-top: 10px;
	}
	body.v6 .bnn-content h1 {
		font-size: 36px;
	}
	body.v6 a#cta_button_126484_597dc33d-4611-417b-95c9-27d73f78d904 {
		font-size: 20px;
		margin-top:10px;
		max-width: 220px;
	}
	body.v6 form.hs-form .form-columns-2 .hs-form-field .hs-input, body.v6 form.hs-form .form-columns-3 .hs-form-field .hs-input {
		width: 96%;
	}
	body.v6 .hs_what_do_you_need_help_with_.field.hs-form-field {
		margin-top: 0;
		width: 100%;
	}
	body.v6 .hs_what_do_you_need_help_with_.field.hs-form-field textarea {
		width: 100% !important;
	}
	body.v6 .hs-form.stacked .actions {
		text-align: center;
	}
	.social-icon{
		text-align: center;
	}
	.about-section {
		max-width: 200px !important;
	}
	.ftr-gold {
		max-width: 100% !important;
		text-align: center !important;
	}
	.footer-bg{
		padding-bottom: 0px;
	}
	body.what-we-do-v2 .main-bnr .center-align:hover span.main-btn, body.what-we-do-v2 .main-bnr .center-align:hover .main-heading h1 {
		display: none;
	}
	body.wht-we-do-updtd .wht-do-title h1 {
		font-size: 50px !important;
	}
}
/*
body.v6 .bnr-video iframe {
position: absolute;
height: 100%;
top: 0;
left: 0;
}

body.v6 .bnr-video {
position: relative;
padding-top: 56%;
}
*/

.unsub input#submitbutton {
	border-radius: 50px;
	border: 3px solid #fb7343;
	background-color: transparent;
	color: #fb7343;
	font-weight: 800;
	font-family: 'Montserrat',sans-serif !important;
	font-size: 18px;
	text-shadow: none;
	transition: all .2s ease-in-out;
}

.unsub input#submitbutton:hover {
	background-color: #fb7343;
	color: #fff;
}

.unsub input.hs-input,.unsub textarea.hs-input,.unsub select.hs-input {
	height: 39px;
	margin: 10px 0 2px -6px !important;
}

/*==========================================================================================Portfolio After Before CSS==============================================================================*/

.footer-bg.updated-footer .conversation-form {
	max-width: 403px;
}

.footer-bg.updated-footer .conversation-form h3 {
	color: #00acc8;
	margin:15px 0 0;
}

.footer-bg.updated-footer .conversation-form form label {
	font-family: 'Montserrat',sans-serif;
	font-size: 16px;
	margin-bottom: 8px;
	display: inline-block;
}

.footer-bg.updated-footer .conversation-form form label span{
	color: #666;
	cursor: text;
	font-weight: 500;
}

.footer-bg.updated-footer .conversation-form form .hs-input {
	max-width: 260px;
	height: 39px;
	font-size: 14px;
	padding: 0 17px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.footer-bg.updated-footer .conversation-form form .hs-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #cbcbcb;
}

.footer-bg.updated-footer .conversation-form form .hs-input::-moz-placeholder { /* Firefox 19+ */
	color: #cbcbcb;
}

.footer-bg.updated-footer .conversation-form form .hs-input:-ms-input-placeholder { /* IE 10+ */
	color: #cbcbcb;
}

.footer-bg.updated-footer .conversation-form form .hs-input:-moz-placeholder { /* Firefox 18- */
	color: #cbcbcb;
}

.footer-bg.updated-footer .conversation-form input[type="submit"] {
	float: left;
	text-transform: none;
	color: #f86c4c;
	border: 3px solid #f86c4c !important;
	border-radius: 18px;
	height: 47px;
	box-sizing: border-box;
	max-width: 200px;
	font-size: 18px;
}

.footer-bg.updated-footer .conversation-form input[type="submit"]:hover{
	color: #fff;
	background-color: #f86c4c !important;
}

.nw-wrk-detail .body-container-wrapper ul {
	padding: 0 0 0 0px;
}

/*--------------------========================Percent Circles============================----------------------------------*/ 
.percent-num-wrapper {
	background-color: #b6c200;
	text-align: center;
	height: 110px;
	width: 110px;
	border-radius: 50%;
	color: #fff;
}
.percent-number {
	font-size: 35px;
	font-weight: bold;
	padding-top: 24px;
	display: inline-block;
}

.percent-text {
	font-size: 15px;
	display: block;
	line-height: 5px;
}
/*==========================================================================================Header Menu CSS(14-3-2017)==============================================================================*/

.custom-menu-primary .hs-menu-wrapper > ul ul {
	background: rgba(0, 172, 200, 0.9) none repeat scroll 0 0;
	padding-top: 1px;
	margin-top: 0px;

}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul{
	column-count: 2;
	column-gap: 10px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul:after {
	position: absolute;
	content: '';
	width: 1px;
	height: calc(100% - 25px);
	background-color: rgba(255,255,255,0.4);
	display: inline-block;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul ul::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	border-radius:2px;
	background-color:rgba(0, 172, 200, 0.9);
}

.custom-menu-primary .hs-menu-wrapper > ul ul::-webkit-scrollbar
{
	width: 12px;
	background-color: rgba(255, 255, 255, 0.6);
}

.custom-menu-primary .hs-menu-wrapper > ul ul::-webkit-scrollbar-thumb {
	border-radius: 2px;
	-webkit-box-shadow: none;
	background-color: rgba(255, 255, 255, 0.6);
}
.custom-menu-primary .hs-menu-wrapper > ul ul::-moz-scrollbar-track {
	-moz-box-shadow: none;
	border-radius: 2px;
	background-color: rgba(0, 172, 200, 0.9);
}

.custom-menu-primary .hs-menu-wrapper > ul ul::-moz-scrollbar
{
	width: 12px;
	background-color: rgba(255, 255, 255, 0.6);
}

.custom-menu-primary .hs-menu-wrapper > ul ul::-moz-scrollbar-thumb {
	border-radius: 4px;
	-moz-box-shadow: none;
	background-color: rgba(255, 255, 255, 0.6)#00acc8;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
	padding: 10px 20px !important;
	color: #fff;
	text-transform: none !important;
	position: relative;
	font-size: 13pt;
	font-family: 'Open Sans', sans-serif;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
	background-color: #b5c235;
}
.custom-menu-primary .hs-menu-wrapper > ul li:hover {
	background-color: #00acc8;
}
.custom-menu-primary ul li ul{
	display:none;
}
.custom-menu-primary ul li:hover ul{
	display:block;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a::after {
	border-bottom: 2px solid rgba(255,255,255,0.4);
	bottom: 0;
	content: "";
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: calc(100% - 40px);
}

.custom-menu-primary .hs-menu-wrapper > ul ul li:last-child a::after{
	border-bottom:none;
}

.custom-menu-primary .hs-menu-wrapper > ul ul>li:nth-child(6n) a::after {
	display: none;
}


/*==========================================================================================custom css responsive==============================================================================*/

@media (max-width: 1350px){

	.full-width-left a:nth-child(4) .left-one.main-full, .full-width-left a:nth-child(5) .left-one.main-full {
		/*max-height: 424px;*/
		/*min-height: 424px;*/
	}

	.full-width-left a:nth-child(2) .left-one.main-full, .full-width-left a:nth-child(3) .left-one.main-full {
		min-height: 203px !important;
	}


	.full-width-left a:nth-child(1) .left-one.main-full{
		max-height: 197px;
		min-height: 221px;
	}

	.full-width-left a:nth-child(4) {
		margin-top: -221px;
		min-height: 422px;
	}


	.full-width-left a:nth-child(5) {
		margin-top: -221px;
	}

	.full-width-left a:nth-child(6) .left-one {
		min-height: 297px;
	}

	.full-width-left a:nth-child(7) .left-one {
		height: 297px !important;
		overflow: hidden;
	}

	.full-width-left a:nth-child(8) .left-one {
		min-height: 297px;
	}
}

@media (max-width: 1280px){

	.here-your-guide{
		padding: 50px 10px;
	}

	.l-header{
		padding: 10px 20px;
	}

	.l-banner h2{
		padding: 0 20px;
	}

	.l-banner h3{
		padding: 0 20px;
	}

	.l-main-section {
		padding: 55px 20px 90px;
	}

	.our-process-sec
	{
		padding-left:20px;
		padding-right:20px;
	}
	.website-redesign-sec {
		padding: 0 20px 40px;
	}
	.our-capabilities-sec
	{
		padding-left:0px;
		padding-right:0px;
	}

	.contact-content-sec
	{
		padding-left:20px;
		padding-right:20px;
	}

	.rsrcblog-list {
		padding: 0 20px;
	}

	.span5.block {
		padding-right: 2%;
	}
	.span7.block {
		padding-left: 2%;
	}
	.main-bc{
		background-size: 99%;
	}

}
@media (max-width: 1240px){
	.blog-detail .container {
		padding: 0 2%;
	}
	.span12.widget-span.widget-type-cell.levelup-sec .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.main-bc{
		background-position: 0 3px;
	}
	.be-af-exm .main-bc {
		background-size: 99.9%;
		background-position: 0 0px;
	}

}

@media (min-width: 1200px){
	p.cta-curtain a span {
		font-size: 24px !important;
	}

	p.cta-curtain {
		padding: 13% 0 32% 13%;
		text-align: left;
	}
}

@media (max-width: 1200px){
	.custom-menu-primary a {
		/*padding: 35px 8% !important;*/
		line-height: 35px;
	}
	.capabilities-left h1 {
		font-size: 35px;
	}

	.capabilities-left ul li {
		font-size: 21px;}

	/*.capabilities-right ul li {
	font-size: 21px;}*/

	.capabilities-left {
		padding: 40px 0 0;
	}

	.capabilities-right {
		padding-top: 100px;
	}

	.tabs nav {
		/*margin: 0 auto -16px;*/
		/*max-width: 920px;*/
	}

	.tabs nav ul li:nth-child(1) a {
		margin-right: 44px;
	}

	.tabs nav ul li:nth-child(2) a {
		margin-right: 63px;
	}

	.tabs nav ul li:nth-child(3) a {
		margin-right: 70px;
	}

	.tabs nav ul li:nth-child(4) a {
		margin-right: 150px;
	}

	.tabs nav ul li:nth-child(5) a {
		margin-right: 205px;
	}

	.the-work-heading h1{
		padding:0 10px;
	}

	.capabilities-left h1 {
		font-size: 43px;
	}

	.left-one {
		min-height: auto;
	}

	.left-two, .left-three {
		min-height: auto;
	}

	.full-width-left a:nth-child(4) .left-one.main-full, .full-width-left a:nth-child(5) .left-one.main-full {
		max-height: 386px;
		min-height: 386px;
	}

	.full-width-left a:nth-child(5) {
		margin-top: -183px;
	}

	.full-width-left a:nth-child(4) {
		margin-top: -183px;
		min-height: 362px;
	}

	.full-width-left a:nth-child(6) .left-one, .full-width-left a:nth-child(7) .left-one, .full-width-left a:nth-child(8) .left-one {
		max-height: 242px;
		min-height: 242px !important;
	}

	.overlay h3 {
		font-size: 16px;
	}

	.full-width-left a:nth-child(1) .left-one.main-full {
		max-height: 177px;
		min-height: 183px;
	}

	.full-width-left a:nth-child(2) .left-one.main-full, .full-width-left a:nth-child(3) .left-one.main-full {
		min-height: 203px !important;
	}

	/* Luis Styling */
	.hs_what_would_success_look_like_for_you_ span {
		font-size: 20px;
	}


	#dock ul li:nth-child(10) {
		display:none;
	}

	#dock ul li:nth-child(2) {
		display:none;
	}
	.paid-adv-flipmdl .hs_cos_wrapper_type_custom_widget {
		max-width: calc(50% - 25px);
		margin-bottom: 40px;
	}


}


@media (min-width: 1200px) {
	.custom-img {
		padding-left: 6em;
	}
	.rsABlock.rsFirstSlideTitle.rsSlideTitle p {
		font-size: 16px !important;
	}




}


@media screen and (max-width: 1134px) {
	.main, .main1 {
		min-height: 593px;
		background-position: 100% center;
	}

	.show, .show1 {
		top: 176px;
	}

	.hide-block, .hide-block1{
		top: 176px;
		padding-top: 1em;
	}
	.heading-bar{
		max-width: 384px;
	}
	.static h1 {
		font-size: 38px;
	}
	.rsFirstSlideTitle{
		top: 100px;
	}
	.rsABlock.rsFirstSlideTitle.rsSlideTitle p {
		line-height: 14px !important;
		font-size: 12px !important;
	}
	.static h1 {
		font-size: 40px !important;
	}
	.rsFirstSlideTitle {
		top: 100px !important;
	}


}


@media screen and (max-width: 1120px) {
	/*.blog-down-row .post-item:nth-child(3n-1) {
	margin-top: -120px;
}

	.blog-down-row .post-item:nth-child(3n) {
	margin-top: -50px;
}*/
}

@media (max-width: 1100px){
	.capabilities-left h1 {
		font-size: 40px;
	}

	/*.capabilities-left ul li {
	font-size: 21px;
}

	.capabilities-right ul li {
	font-size: 21px;
}*/

	#dock ul li:nth-child(4), #dock ul li:nth-child(6), #dock ul li:nth-child(8) {
		display: none;
	}

	/*.capabilities-left ul li {
	margin-bottom: 15px;
	margin-right: 0px;}

	.capabilities-right ul li {
	margin-bottom: 15px;
}*/
	p.cta-curtain {
		padding: 13% 0 32%  16%;
		text-align:left;
	}
	.custom-menu-primary a {
		font-size: 13px !important;
		/*font-size: 14px !important;*/
	}
	.main-bc{
		background-size: 98%;
		background-position: 2px 5px;
		padding: 1px 18px 100px;
	}


}
@media (max-width: 1024px){

	.banner-caption h3 {
		font-size: 26px;
		line-height: 35px;
	}

	.banner-caption h1 {
		font-size: 46px;
	}

	.left-one {
		min-height: auto;
	}

	.left-two, .left-three {
		min-height: auto;
	}

	/*.capabilities-left ul li {
	font-size: 21px;
}
	*/
	.capabilities-left h1 {
		font-size: 34px;
	}

	.overlay h3 {
		font-size: 16px;
	}



	.full-width-left a:nth-child(1) .left-one.main-full {
		max-height: 159px;
		min-height: 159px;
	}

	.full-width-left a:nth-child(5) {
		margin-top: -161px;
	}

	.full-width-left a:nth-child(4) {
		margin-top: -161px;
		max-height: 341px;
		min-height: 341px;
	}

	.full-width-left a:nth-child(4) .left-one.main-full, .full-width-left a:nth-child(5) .left-one.main-full {
		max-height: 339px;
		min-height: 339px;
	}

	.full-width-left a:nth-child(2) .left-one.main-full, .full-width-left a:nth-child(3) .left-one.main-full {
		max-height: 175px !important;
		min-height: 175px !important;
	}


	#dock ul li:first-child, #dock ul li:last-child {
		display: none;
	}

	#dock ul {
		padding: 0;
	}
	.sale-flx-mdl .hs_cos_wrapper_type_custom_widget {
		width: calc(50% - 25px);
		margin-bottom: 40px;
	}


	.rsDefaultInv .rsThumb.rsNavSelected {
		box-shadow: 0 1px 5px rgba(0,0,0,0.4) !important;
	}





}
@media (max-width: 991px){
	.custom-menu-primary a {
		font-size: 15px;
		/*padding: 35px 8% !important;*/
		line-height: 35px;
	}
}


@media (max-width: 986px){

	.custom-menu-primary a {
		font-size: 15px;}

	.hide-block ul li, .hide-block1 ul li{
		font-size: 18px;
	}

	.rsrc-updt .hs_cos_wrapper_type_custom_widget {
		width: 30.3%;
		margin-right: 3.9%;
	}

	.rsrc-updt {
		padding: 20px;
	}

	.rsrc-updt .hs_cos_wrapper_type_custom_widget:nth-child(4n) {
		margin-right: 3.9%;
	}

	.rsrc-updt .hs_cos_wrapper_type_custom_widget:nth-child(3n) {
		margin-right: 0;
	}
	.rsrc-updt .post-header {
		padding: 30px 10% 30px;
	}
	.rsrc-updt .post-header h2 {
		font-size: 16px;
	}

	body.wht-we-do-updtd .who-we-services-col .hs_cos_wrapper_type_custom_widget {
		width: calc(50% - 32px);
	}

	body.wht-we-do-updtd .who-we-services-col .hs_cos_wrapper_type_custom_widget:nth-child(3n) {
		margin-right: 48px;
	}

	body.wht-we-do-updtd .who-we-services-col .hs_cos_wrapper_type_custom_widget:nth-child(2n) {
		margin-right: 0;
	}

	.custom-menu-primary a {
		font-size: 12px !important;
	}
	body.what-we-do-v2 .who-we-services-col .hs_cos_wrapper_type_custom_widget {
		width: calc(50% - 12px);
	}

	body.what-we-do-v2 .who-we-services-col .hs_cos_wrapper_type_custom_widget:nth-child(3n) {
		margin-right: 19px;
	}

	body.what-we-do-v2 .who-we-services-col .hs_cos_wrapper_type_custom_widget:nth-child(2n) {
		margin-right: 0;
	}
}

@media (max-width: 960px){


	.capabilities-left h1 {
		font-size: 34px;
	}

	.capabilities-left ul li {
		font-size: 19px;}

	/*.capabilities-right ul li {
	font-size: 19px;}*/

	.base {
		background-color: #33bdd3;
		content: "";
		height: 100%;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		top: 0;
		width: 1px;
		z-index: -9999;
	}

	#dock-container {
		margin: 0 auto;
		max-width: 300px;
	}

	#dock li {
		margin: 30px 0;
	}

	#dock li:nth-child(3){
		margin: 0 0 10px;
	}

	#dock li:nth-child(9){
		margin: 10px 0 0;
	}

	.logo img {
		/*   max-width: 650px;
		width: 100% !important;*/
	}
	p.cta-curtain {
		padding: 12% 0 32% 9%;
	}
}
@media only screen and (max-width: 959px){
	.logo img {
		max-width: 120px !important;
		width:100% !important;
	}

	.homepage .updtd-work .portfolio-masonry .portfolio-item:first-child .portfolio-image{
		border-top-color: #b6c200;
	}

	.homepage .updtd-work .portfolio-masonry .portfolio-item:nth-child(2) .portfolio-image,.homepage .updtd-work .portfolio-masonry .portfolio-item:nth-child(3) .portfolio-image {
		border-top-color: #ccc;
	}
	#twentytwenty-V5hGRG{
		display: inline-block;
		margin-top: -5px;
	}
	.after-before-col .hs_cos_wrapper_type_custom_widget {
		width: 100% !important;
		display: block !important;
		max-width: 440px;
		margin: 0 auto 40px;
	}
	.main-bc {
		background-size: 98%;
		background-position: 4px 0px;
	}
	.after-before-col .hs_cos_wrapper_type_custom_widget:nth-child(2n) {
		margin: 0 auto;
		border-left: none !important;
	}
	.be-af-exm .main-bc {
		padding: 10px 6px 46px;
		background-size: 96%;
		background-position: 3px 0;
	}


}

@media (max-width: 920px){
	.logo img {
		max-width: 650px;
		width: 100% !important;
	}
}
@media (max-width: 920px){
	/*
	.blog-down-row .post-item:nth-child(3n-1) {
	margin-top: -70px;
}

	.blog-down-row .post-item:nth-child(3n) {
	margin-top: -30px;
}*/

	.tabs nav a {
		margin-right: 0 !important;
	}

	.tabs nav ul li:nth-child(7) a {
		margin-left: 0;
		text-align: left;
	}

	.tabs nav {
		/* max-width: 202px;*/
		width: 100%;
	}
	.our-capabilities{
		background: none;
	}

	.our-capabilities-sec {
		background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/126484/Hudsonfusion_nov-2015/capabilities-pic.png?t=1449330029726") no-repeat scroll 79% 0 / 156% auto;
	}
}

@media (max-width: 890px){
	.capabilities-left h1 {
		font-size: 29px;
	}

	/*.capabilities-left ul li {
	font-size: 16px;
}

	.capabilities-right ul li {
	font-size: 16px;
}*/
	.elastislide-carousel ul li a img{
		width: 97%;
	}

	.showUpGallery .widget-type-linked_image{
		width: 23.9% !important;
		float:left;
	}

	.static h2 {
		font-size: 28px;
	}

	.static h1 {
		font-size: 52px;
	}

	.caption h5 {
		font-size: 18px;
		margin-top: 10px;
	}

	.caption h4 {
		font-size: 27px;
	}
	.caption p {
		font-size: 17px;
	}

	#main-demo .pika-stage .caption p {
		line-height: 21px;
	}
	#main-demo .pika-stage .caption{
		margin: 0 auto auto;
	}
}

@media (max-width: 874px){
	.hide-block ul li, .hide-block1 ul li{
		font-size: 15px;
	}

	.hide-block p, .hide-block1 p{
		font-size: 15px;
	}

	.heading-bar h1, .heading-bar1 h1 {
		font-size: 52px;
	}

	.up, .up1 {
		top: 49px;
	}

	.heading-bar {
		max-width: 314px;
	}


	.full-width-left a:nth-child(1) .left-one.main-full {
		max-height: 177px;
		min-height: 177px;
	}

	.full-width-left a:nth-child(2) .left-one.main-full, .full-width-left a:nth-child(3) .left-one.main-full {
		min-height: 150px !important;
		max-height: 150px !important;
	}

	.full-width-left a:nth-child(4) {
		margin-top: -178px;
		max-height: 330px;
		min-height: 330px;
	}

	.full-width-left a:nth-child(5) {
		margin-top: -178px;
	}

	.full-width-left a:nth-child(4) .left-one.main-full, .full-width-left a:nth-child(5) .left-one.main-full {
		max-height: 328px;
		min-height: 328px;
	}

	.full-width-left a:nth-child(6) .left-one, .full-width-left a:nth-child(7) .left-one, .full-width-left a:nth-child(8) .left-one {
		max-height: 172px;
		min-height: 172px !important;
	}

	.header .custom-menu-primary ul li a {
		padding: 30px 4px !important;
	}

	p.cta-curtain a span {
		font-size: 18px !important;
	}
}


@media(max-width:854px){

	.custom-menu-primary a {
		/*font-size: 14px !important;
		padding: 35px 8% !important;*/
		line-height: 35px;
	}

	/*.capabilities-left ul{
	margin-top: 7px;
}

	.capabilities-right {
	padding-top: 70px;
}*/

	body.updtd-rght-frm .custom-img {
		width:98% !important;
	}
	body.updtd-rght-frm .custom-content {
		width: calc(100% - 40px) !important;
	}

}

@media(max-width:816px){
	.header .custom-menu-primary ul li a {
		padding: 30px 4px !important;
	}

	p.cta-curtain {
		padding: 11% 0 32% 6%;
	}
	.sale-enblmt-mdl {
		min-height: 210px;
		margin-bottom: 20px;
	}

	body.who-we-r-march .who-we-content-section .flip-container, .front, .back {
		min-height: 447px !important;
	}

}
/*==========================================================================================custom css responsive==============================================================================*/



/* ==========================================================================
Custom Menu Primary
========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
	background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
	background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
	color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
	color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
	background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
	color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
	color:;
}

/* Override max width on menu links */

.custom-menu-primary .hs-menu-wrapper > ul li a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
	overflow: visible !important;
	max-width: none !important;
	width: auto !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > ul a {
	min-width: 217px;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:791px) {
	.custom-menu-primary .hs-menu-wrapper {
		display:block !important;
	}
	.mobile-trigger, .child-trigger {
		display: none !important;
	}

	.the_work {
		margin-top: -2.6em;
	}

	.s1 {
		color: #333;
	}
}




/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */


/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can 
* use this for custom styling on any element when the menu is in the open position.                     
*/

.mobile-trigger, .child-trigger{
	display: none; /* Hide button on Desktop */
}

@media (max-width: 790px){


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

	   /* Set Mobile Menu Background Color */
	      /* Set Link Color */
	 /* Set Link Hover Color */

	/* 
	* Menu Reset
	*
	* Remove styling from desktop version of custom-menu-primary. Place any 
	* additional CSS you want removed from the mobile menu in this reset 
	*/

	.custom-menu-primary,
	.custom-menu-primary .hs-menu-wrapper > ul,
	.custom-menu-primary .hs-menu-wrapper > ul li,
	.custom-menu-primary .hs-menu-wrapper > ul li a{
		display: block;
		float: none;
		position: static;
		top: auto;
		right: auto;
		left: auto;
		bottom: auto;
		padding: 0px;
		margin: 0px;
		background-image: none;
		background-color: transparent;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		-webkit-box-shadow: none;
		-moz-box-shadow:    none;
		box-shadow:         none; 
		max-width: none;
		width: 100%;
		height: auto;
		line-height: 1;  
		font-weight: normal;
		text-decoration: none;
		text-indent: 0px;
		text-align: left;
		color:#ffffff;
	}


	/* Toggle Button
	========================================================================== */

	.mobile-trigger{
		display: inline-block !important; /* Show button on mobile */
		cursor: pointer; /* Mouse pointer type on hover */
		position: absolute; /*******************************************/
		top: 0px;          /* Position Button at right of screen  */
		right: 10px;        /*******************************************/
		width: auto; /* Button width */
		height: auto; /* Button height */      
		padding: 7px 10px 8px 10px;
		background: #ffffff; /* Background color */
		font-size: 16px;
		font-weight: normal;
		text-align: left;
		text-transform: uppercase;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		color: #00acc8; 
	}
	.mobile-trigger:hover{
		text-decoration: none; /* Removes link text underline on button */
		color:#ffffff;

		border-color: transparent;
	}

	/* Change button when menu is open */
	.mobile-open .mobile-trigger{
		color:#ffffff;
		border-color: transparent;
	}


	/* Toggle Button Icon
	========================================================================== */

	.mobile-trigger i{
		display: inline;
		position: relative;
		top: -4px;
	}
	.mobile-trigger i:before, .mobile-trigger i:after{
		position: absolute;
		content: '';
	}
	.mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
		width: 22px; /* Icon line width */
		height: 2px; /* Icon line height */
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
		background-color: #00acc8; /* Icon color */
		display: inline-block;
	}
	.mobile-trigger i:before{
		top: -6px; /* Position top line */
	}
	.mobile-trigger i:after{
		top: 6px; /* Position bottom line */
	}

	.mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
	.mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{

	}


	/* Child Toggle Button
	========================================================================== */

	.child-trigger{
		display: block !important; /* Hide button on Desktop */
		cursor: pointer; /* Mouse pointer type on hover */
		position: absolute;
		top: 0px;
		right: 0px;
		width: 55px !important; /* Button width */
		min-width: 55px !important;
		height: 45px !important; /* Button height */  
		padding: 0 !important;
		border-left: 1px dotted rgba(255, 255, 255, .20);
	}
	.child-trigger:hover{
		text-decoration: none;
	}
	.child-trigger i{
		position: relative;
		top: 50%; /* Centers icon inside button */
		margin: 0 auto !important;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.child-trigger i:after{
		position: absolute;
		content: '';
	}
	.child-trigger i, .child-trigger i:after{
		width: 10px; /* Icon line width */
		height: 1px; /* Icon line height */
		background-color:#ffffff; /* Icon color */
		display: block;

	}
	.child-trigger i:after{
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.child-trigger.child-open i:after{
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	.child-trigger.child-open i{
	}


	/* Menu Styles on Mobile Devices
	========================================================================== */  


	.custom-menu-primary.js-enabled {

		position: absolute;
		right: 0;
		top: 4px;
		width: 100% !important;
	}
	/* Hide menu on mobile */
	.custom-menu-primary.js-enabled .hs-menu-wrapper,
	.custom-menu-primary.js-enabled .hs-menu-children-wrapper{
		display: none;
	}  

	/* Make child lists appear below parent items */
	.custom-menu-primary ul.hs-menu-children-wrapper{
		visibility: visible !important;
		opacity: 1 !important;
		position: static !important;
		display: none;
	}

	/* Mobile Menu Styles */ 
	.custom-menu-primary.js-enabled .hs-menu-wrapper{
		width: 100%;
		position: relative; /**************************************************************/
		top: 53px !important;             /* Positions the menu to drop from the very top of the screen */
		top: 40px !important;
		left: 0;          /**************************************************************/
		padding: 0;
	}
	.custom-menu-primary .hs-menu-wrapper{
		background-color:#00acc8; /* Menu background color set off global menuColorMobile variable */
		width: 100%; /* Full screen width */
	}

	/* Level 1 Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul > li{
		position: relative;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li a {
		font-size: 16px !important;
		overflow: visible;
		padding: 18px 13px !important;
	}

	/* Level 1 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul li{
		border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
	}
	.custom-menu-primary .hs-menu-wrapper >  ul li a{
		padding: 0 10px;
		color:#ffffff; /* link color set by global mobile-aColor variable */
	}
	.custom-menu-primary .hs-menu-wrapper > ul li a:hover{
		color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
	}

	/* Level 2 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul ul li{
		background-color: rgba(255, 255, 255, .08);
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a{
		text-indent: 10px; /* Indent Child lists */
		font-size: 16px; /* Font size of child lists */
	}

	/* Level 3 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
		text-indent: 30px; /* Indent Child lists */
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
		text-indent: 50px; /* Indent Child lists */
	}
	.header {
		min-height: 82px !important;
	}
	body.what-we-do-v2 .main-bnr {
		width: calc(100% - 46px);
		max-width: 500px;
		padding: 45px 23px 0;
	}

	body.what-we-do-v2 .banner-bg {
		text-align: center;
		padding-bottom: 50px;
	}

	body.what-we-do-v2 .body-container-wrapper {
		margin-top: 54px;
	}
	body.what-we-do-v2 .center-align {
		padding: 21px 36px;
	}
	body.v6 .vd-banner-bg {
		position: relative;
		padding: 0;
	}


}




































/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */


/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can
* use this for custom styling on any element when the menu is in the open position.
*/

div.mobile-trigger, .child-trigger{
	display: none !important; /* Hide button on Desktop */
}

@media (max-width: 768px){
	a#cta_button_126484_e91e04ae-5774-43b1-81b8-d87282e64eea {
		margin: auto;
	}

	.hs-featured-image-wrapper {
		text-align: center;
	}

	/*
	.blog-down-row .post-item:nth-child(3n-1) {
	margin-top: 0;
}

	.banner-bg {
	margin-top: 75px;
}
	.post-item {
	float: none;
	margin: 30px auto !important;
	max-width: 380px;
	width: 100%;
}*/
	.post-item {
		width: 46%;
		margin: 0 1% !important;
	}
	.post-listing{
		text
	}

	.hub-post .post-item {
		width: 45.5%;
		float: left;
		margin-left: 1%;
	}

	.side-cntnt {
		background-color: #e5e6e7;
		color: #6d6e71;
		margin: 40px auto !important;
		max-width: 380px !important;
		min-height: 288px !important;
		padding: 64px 15px;
		text-align: center;
		width: 100% !important;
	}

	.blog-down-row .post-item:nth-child(3n) {
		margin-top: 0;
	}

	.l-banner h3 {
		margin-top: 30px;
	}

	.book-section {
		padding-bottom: 40px;
	}


	.contact-block-right {
		margin: 50px auto 0 !important;
		max-width: 523px;
		text-align: left;
	}

	.contact-content-sec h1 {
		max-width: 523px !important;}


	.contact-third-head {
		margin: 0 auto !important;}

	.wrk-heading{
		max-width: 722px;
	}

	.contact-form {
		margin: 0 auto !important;
		max-width: 523px;
	}

	.our-capabilities-sec {
		background: none;
	}

	.our-capabilities{
		background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/126484/Hudsonfusion_nov-2015/capabilities-pic.png?t=1449330029726") no-repeat scroll 0 0 / auto;
		width: 100% !important;
	}

	.our-agency-capabilities {
		width: 100% !important;}

	.custom-menu-primary ul{
		margin-top: 0 !important;
	}

	.categories {
		margin: 0 20px 30px !important;
		max-width: 340px;
	}

	.new-leads {
		margin: 50px 0 !important;
		text-align: center;
	}

	.stats-right {
		margin: 70px 0 0;
		max-width: 680px;
		width: 100% !important;
	}

	.stats-right h6 {
		margin: 20px 0 30px;
	}

	/*--------------------========================who we are============================----------------------------------*/
	.main, .main1 {
		background-position: 100% center;
		min-height: 503px;
		width: 100%;
	}

	.hide-block, .hide-block1 {
		top: 146px;
		padding-top: 1em;
	}

	.heading-bar {
		max-width: 384px;
	}
	/*--------------------========================who we are============================----------------------------------*/

	.block {
		padding:0 2%;

	}



	.case-blog .section.post-body span>span {
		max-width: 201px;
		display: block;
		margin: 0 auto!important;
		float: none;
		width: 70%;
	}

	.case-blog .section.post-body span img {
		margin-top: 0;
	}

	.s1 {
		color: #333;
	}
	.white-mobile-text{
		color:#fff;
	}





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

	   /* Set Mobile Menu Background Color */
	      /* Set Link Color */
	 /* Set Link Hover Color */

	/*
	* Menu Reset
	*
	* Remove styling from desktop version of custom-menu-primary. Place any
	* additional CSS you want removed from the mobile menu in this reset
	*/

	.custom-menu-primary,
	.custom-menu-primary .hs-menu-wrapper > ul,
	.custom-menu-primary .hs-menu-wrapper > ul li,
	.custom-menu-primary .hs-menu-wrapper > ul li a{
		display: block;
		float: none;
		position: static;
		top: auto;
		right: auto;
		left: auto;
		bottom: auto;
		padding: 0px;
		margin: 0px;
		background-image: none;
		background-color: transparent;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		-webkit-box-shadow: none;
		-moz-box-shadow:    none;
		box-shadow:         none;
		max-width: none;
		width: 100%;
		height: auto;
		line-height: 1;
		font-weight: normal;
		text-decoration: none;
		text-indent: 0px;
		text-align: left;
		color:#ffffff;
	}


	/* Toggle Button
	========================================================================== */
	a.mobile-trigger {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		cursor: pointer;
		display: inline-block !important;
		font-size: 16px;
		font-weight: normal;
		height: auto;
		padding: 35px 10px 8px;
		position: absolute;
		right: 0;
		text-align: left;line-height: 0 !important;
		text-transform: uppercase;
		top: 6px !important;
		width: auto; color: #00acc8;
	}

	.mobile-trigger:hover{
		text-decoration: none; /* Removes link text underline on button
		color:#ffffff;
		background-color: #00acc8;
		border-color: transparent; */
	}

	/* Change button when menu is open */
	.mobile-open .mobile-trigger{
		color:#ffffff;
		/*background-color: #00acc8;*/
		border-color: transparent;
	}


	/* Toggle Button Icon
	========================================================================== */

	.mobile-trigger i{
		display: inline;
		position: relative;
		top: -4px;
	}
	.mobile-trigger i:before, .mobile-trigger i:after{
		position: absolute;
		content: '';
	}
	.mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
		width: 41px; /* Icon line width */
		height: 7px; /* Icon line height */
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
		background-color: #00acc8; /* Icon color */
		display: inline-block;
	}
	.mobile-trigger i::before {
		top: -11px;
	}
	.mobile-trigger i:after{
		top: 11px; /* Position bottom line */
	}

	.mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,
	.mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
		/* background-color: #ffffff; /* Icon color */*/
	}


	/* Child Toggle Button
	========================================================================== */

	.child-trigger{
		border-left: 1px dotted rgba(255, 255, 255, 0.2) !important;
		cursor: pointer;
		display: block !important;
		height: 63px !important;
		min-width: 55px !important;
		padding: 0 !important;
		position: absolute !important;
		right: 0 !important;
		top: 0 !important;
		width: 55px !important;
	}
	.child-trigger:hover{
		text-decoration: none;
	}
	.child-trigger span{
		position: relative;
		top: 50%; /* Centers icon inside button */
		margin: 0 auto !important;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.child-trigger span:after{
		position: absolute;
		content: '';
	}
	.child-trigger span, .child-trigger span:after{
		width: 10px; /* Icon line width */
		height: 1px; /* Icon line height */
		background-color: #ffffff; /* Icon color */
		display: block;

	}
	.child-trigger span:after{
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.child-trigger.child-open span:after{
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	.child-trigger.child-open span{
	}


	/* Menu Styles on Mobile Devices
	========================================================================== */




	/* Hide menu on mobile */
	.custom-menu-primary.js-enabled .hs-menu-wrapper,
	.custom-menu-primary.js-enabled .hs-menu-children-wrapper{
		display: none;
	}

	/* Make child lists appear below parent items */
	.custom-menu-primary ul.hs-menu-children-wrapper{
		visibility: visible !important;
		opacity: 1 !important;
		position: static !important;
		display: none;
	}

	/* Mobile Menu Styles */
	.custom-menu-primary.js-enabled .hs-menu-wrapper{
		width: 100%;
		position: relative; /**************************************************************/
		top:90px;             /* Positions the menu to drop from the very top of the screen */
		left: 0;          /**************************************************************/
		padding: 0;
	}
	.custom-menu-primary .hs-menu-wrapper{
		background-color:#00acc8 !important; /* Menu background color set off global menuColorMobile variable */
		width: 100%; /* Full screen width */
	}

	/* Level 1 Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul > li{
		position: relative;
	}
	/* .custom-menu-primary .hs-menu-wrapper > ul > li a{
	font-size: 17px;  Font size of top level list items 
	line-height: 45px;
	overflow: visible;
}*/

	/* Level 1 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul li{
		border-top: 1px solid rgba(255, 255, 255, 0.2); /* Adds transparent dark highlights to top of top level list items */
	}
	.custom-menu-primary .hs-menu-wrapper >  ul li a{
		padding: 0 10px;
		color:#ffffff; /* link color set by global mobile-aColor variable */
	}
	.custom-menu-primary .hs-menu-wrapper > ul li a:hover{
		color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
	}

	/* Level 2 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul ul li{
		background-color: rgba(255, 255, 255, .08);
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a{
		text-indent: 10px; /* Indent Child lists */
		font-size: 16px; /* Font size of child lists */
	}

	/* Level 3 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
		text-indent: 30px; /* Indent Child lists */
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
		text-indent: 50px; /* Indent Child lists */
	}

	.custom-menu-primary .hs-menu-wrapper > ul ul {
		width: 100%;
		background-color: transparent;
	}

	.custom-menu-primary .hs-menu-wrapper > ul ul li a {
		color: #fff;
		padding: 9px 10px !important;
	}

	.custom-menu-primary ul{
		float: none;
	}



}


/*==========================================================================================custom css responsive==============================================================================*/

@media (max-width: 960px){
	.custom-menu-primary a {
		padding: 8px 8px 10px ;
	}

	/* a.mobile-trigger {
	display: inline-block !important; 
	cursor: pointer; 
	position: absolute;
	top: 0px;
	top: -24px;            
	right: 30px;        
	width: auto;
	height: auto; 
	padding: 7px 10px 8px 10px;
	padding: 35px 10px 8px 10px;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #00acc8;
}*/
}

@media (max-width: 768px){
	.left-f .widget-type-rich_text {
		float: left;
	}
	.row-fluid [class*="span"] {
		min-height: 0;
	}
	.logo img {/*max-width: 100% !important;*/}

	.banner-bg
	{
		background-color: rgba(0, 0, 0, 0);
		background-image: url("//cdn2.hubspot.net/hubfs/126484/Hudsonfusion-Img/banner_bg_n.jpg");
		background-position: right center;
		background-size:cover;
		/*text-align: center;*/
		width: 100%;

	}


	.header {
		border:none !important;
		padding: 20px 0px 18px !important;
		text-align: center;
		position: absolute !important;
		min-height: 10px !important;
	}
	.logo {
		/*float: none !important;*/
		padding: 0px;
		padding-left:2% !important;
		max-width: 150px;
		position: relative;
		z-index: 1;
		left:10px !important ;
		top: 0;
	}

	.anivrsry {
		margin: 0 0 0 14px !important;
		display: inline-block !important;
	}

	.logo, .anivrsry {
		display: inline-block !important;
		vertical-align: middle;
		padding: 0 !important;
	}

	.header {
		text-align: left;
		padding: 21px 0 22px !important;
	}

	.custom-menu-primary ul{
		margin-top:0;
	}


	.custom-menu-primary {
		margin-left: 0 !important;
		width: 100% !important;
	}

	.banner-bg{
		/*min-height: 931px !important;*/
	}

	.banner-img {
		bottom: 0;
		left: 18%;
		position: absolute;
		width: 90% !important;
		z-index: -1;
		display: none !important;
	}

	.banner-caption {
		line-height: 60px;
		margin: 30px auto 0 !important;
		padding-bottom: 30px;
		/*text-align: center;*/
		width: 91% !important;
		float:none !important;
	}

	.banner-caption h3 {
		/*line-height: 36px;*/
		line-height: 27px;
		color: #fff;
		font-size: 18px !important;
		text-align: left;
	}

	.banner-caption h1 {
		color: #fff;
		font-size: 25px !important;
		line-height: 30px;
		text-align: left;
		margin-top: 0;
		font-weight: 500;
	}
	.our-process h1 {
		padding-right: 50px;
	}

	.about-section {
		margin: 0 auto !important;
		width: 80% !important;
		max-width: 430px;
		float: none !important;
	}

	.recent-tweets {
		margin: 40px auto !important;
		max-width: 430px;
		width: 80% !important;
	}

	.conversation-form {
		float: none !important;
		margin: 30px auto !important;
		max-width: 430px;
		width: 80% !important;
	}

	.conversation-form input[type="submit"]{
		float:none;
	}

	.full-width-left {
		float: none;
		width: 100%;
	}

	.full-width-center {

		float: left;
		width: 39.15%;
	}

	.full-width-right {
		float: left;
		width: 60.82%;
	}




	/*.capabilities-left ul {
	text-align: left;
}*/

	.capabilities-left h1 {
		text-align: center;
	}

	.capabilities-left ul {
		text-align: center;
	}

	.capabilities-right ul {
		text-align: center;
	}

	/*.capabilities-right ul li:nth-child(6) {
	margin-left: 0px;
}
	.capabilities-right ul li:nth-child(5) {
	margin-left: 0px;
}
	.capabilities-right ul li:nth-child(4) {
	margin-left: 0px;
}
	.capabilities-right ul li:first-child {
	margin-left: 0px;
}

	.capabilities-left ul li:nth-child(6) {
	margin-right: 0px;
}
	.capabilities-left ul li:nth-child(5) {
	margin-right: 0px;
}
	.capabilities-left ul li:nth-child(4) {
	margin-right: 0px;
}
	.capabilities-left ul li:nth-child(3) {
	margin-right: 0px;
}

	.capabilities-left ul li:first-child {
	margin-right: 0px;
}*/

	.capabilities-img {
		text-align: center;
	}

	.png-gif {
		text-align: center;
		visibility: visible !important;
		display: none !important;
	}

	/*.capabilities-right {
	padding-top: 0px;
}*/

	.rsc-blog .post-item {
		float: none;
		margin: 30px 2% !important;
		max-width: 519px;
		width: 96%;
	}

	.rsc-blog .hs-featured-image {
		width: 95%;
	}


	.rsc-blog .post-header h2 {
		margin-bottom: 8px;
	}

	.hub-post .post-item {
		float: none;
	}

	.book-section-form {
		max-width: 450px;
	}

	.l-banner h2{
		font-size: 40px;
		line-height: 40px;
	}
	.l-banner h3{
		font-size: 30px;
		line-height: 30px;
	}

	.policy-content {
		padding: 0;
	}
	.policy-sec .contact-content-sec {
		padding: 40px 20px;
	}

	.vector-content {
		position: relative;
		top: 0;
	}

	.capabilities-img {
		display: none !important;
	}

	.ftr-gold {
		margin: 0 0 20px 20px;
		max-width: 230px;
		text-align:left;
	}

	.ftr-gold img {
		max-width: 180px;
	}

	.conversation-form .hs_cos_wrapper_type_form {
		display: block;
		margin: 0 auto;
		max-width: 418px !important;
	}

	.conversation-form {
		background-color: #fff;
		float: none !important;
		margin: 0 auto 30px !important;
		max-width: 100%;
		padding: 45px 0 27px;
		width: 100% !important;
	}

	.footer {
		padding: 0 0 20px !important;
	}

	/*.capabilities-left ul li {
	float: left;
	list-style-type: disc;
	margin-left: 27px;
}

	.capabilities-left ul {
	display: block;
	margin: 0 auto;
	max-width: 550px;
	padding-right: 27px;
}

	.capabilities-right ul {
	display: block;
	margin: 0 auto;
	max-width: 550px;
	padding-right: 27px;
}


	.capabilities-right ul li {
	float: left;
	list-style-type: disc;
	margin-bottom: 6px;
	margin-left: 27px;
}

	.capabilities-right ul li:nth-child(5) {
	margin-left: 27px;
}

	.capabilities-right ul li:nth-child(6) {
	margin-left: 27px;
}

	.capabilities-right ul li:nth-child(4) {
	margin-left: 27px;
}

	.capabilities-right ul li:first-child {
	margin-left: 27px;
}

	.capabilities-left ul li {
	margin-bottom: 6px;}

	.capabilities-right ul l{
	margin-bottom: 6px;}

	.capabilities-left h1 {
	text-align: left;
	max-width: 550px;
	padding-left: 20px;
	margin: 0 auto 15px;
}
	.capabilities-right{
	padding-bottom: 40px;}

	.capabilities-right ul li span, .capabilities-left ul li span {
	display: none;
}*/

	.our-procs-cta {
		text-align: center;}

	.block {
		margin-top: 0;
	}

	#main-demo .pika-textnav {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		font-size: 35px;
		width: 100%;
		max-width: 1300px;
		left: 0;
		right: 0;
		margin: auto;
		max-height: 52px;
	}

	.pika-textnav a {
		line-height: 1;
		cursor: pointer;
	}

	a.previous {
		float: left;
		padding-left: .1em;
	}

	a.next {
		float: right;
		padding-right: .1em;
	}

	#main-demo .pika-thumbs {
		display: none !important;
	}

	.sidebar {
		max-width: 300px;
		margin-bottom:35px!important;
	}

	.google-search {
		margin: 20px 0 30px;
	}

	#main-demo .pika-stage { height:444px !important; position:relative; }
	#main-demo .pika-stage:before { position:absolute; content:''; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:9; }
	#main-demo .pika-stage img  { width:auto; max-width:none; height:100%; float:right; right:0 !important; }
	#main-demo .pika-stage .caption { z-index:99; font-size:11px; top:75px; left:10px; }
	#main-demo .pika-textnav { z-index:99; }

	p.cta-curtain a span {
		font-size: 20px !important;
	}

	p.cta-curtain {
		padding: 12.4% 0 32% 0%;
		text-align: center;
	}

	body.who-we-r-march .who-we-content-section .flip-container, 
	body.who-we-r-march .who-we-content-section .flip-container .front,
	body.who-we-r-march .who-we-content-section .flip-container .back{
		min-height: 400px !important;
		max-width: 480px;
		margin: 0 auto 50px!important;
	}

}

@media (max-width: 650px){
	.full-width-left a {
		float: none !important;
		overflow: visible !important;
		width: 100% !important;
	}

	.full-width-left a:nth-child(4), .full-width-left a:nth-child(5) {
		margin-top: 0;}

	.full-width-left a:nth-child(2) .left-one.main-full, .full-width-left a:nth-child(3) .left-one.main-full {
		max-height: 177px!important;
		min-height: 177px!important;
	}
	.full-width-left a:nth-child(4) .left-one.main-full, .full-width-left a:nth-child(5) .left-one.main-full {
		max-height: 177px;
		min-height: 177px;
	}

	.full-width-left a:nth-child(4) {
		max-height: 179px;
		min-height: 179px;
	}

	.full-width-left a:nth-child(2), .full-width-left a:nth-child(3){
		width:100% !important;
	}

	.full-width-left a {
		display: inline-block !important;
		float: none !important;
		margin: 0 auto !important;
		max-width: 400px !important;
		overflow: hidden !important;
		width: 100% !important;
	}

	.full-width-left {
		text-align: center;
	}

	.full-width-left a:nth-child(9),.full-width-left a:nth-child(8), .full-width-left a:nth-child(7), .full-width-left a:nth-child(6) {
		display: block;
		float: none;
		width: 100% !important;
	}

	.full-width-left a:nth-child(6) .left-one, .full-width-left a:nth-child(7) .left-one, .full-width-left a:nth-child(8) .left-one, {
		max-height: 100%;
		min-height: 100% !important;
	}


	.here-your-guide h4 .hs-cta-wrapper {
		display: block;
		margin: 20px 0 54px;
	}

	.here-your-guide h4 {
		text-align: center;
	}

	.blog-detail iframe {
		/* height: 200px; <-- commented out by HubSpot support 12/3/18 */
	}
	#instaembed iframe {height: 200px;
	}
	@media (max-width: 640px){
		.banner-img {
			display: none !important;

		}

		.banner-bg {
			/*min-height: auto !important;*/
			padding-bottom: 16px;
		}
		.post-item {
			float: none;
			margin: 30px auto !important;
			max-width: 380px;
			width: 100%;
		}

		.rsFirstSlideTitle {
			left: 0 !important;
			top: 95px;
			padding-left: 15px !important;
		}

		.static {
			padding: 0 0 0 15px !important;
			margin: 0 !important;
		}

		body.wht-we-do-updtd .who-we-services-col .hs_cos_wrapper_type_custom_widget {
			width: 100%;
			display: block;
			max-width: 400px;
			margin-left: auto;
			margin-right: auto;
		}

		body.wht-we-do-updtd .who-we-services-col .hs_cos_wrapper_type_custom_widget:nth-child(2n) {
			margin-right: auto;
		}

		body.wht-we-do-updtd .who-we-services-col .hs_cos_wrapper_type_custom_widget:nth-child(3n) {
			margin-right: auto;
		}

		body.wht-we-do-updtd .wht-do-title h1 {
			font-size: 59px;
			text-align: center;
		}
		.stratgc-web-title h3 {
			font-size: 28px;
		}

		.stratgc-web-main .swd-h1 h1{
			font-size: 37px;
			padding: 0;
		}
		.after-before-col .hs_cos_wrapper_type_custom_widget {
			width: 100%;
		}
		.after-before-col .hs_cos_wrapper_type_custom_widget:nth-child(2n) {
			border-left: 0px solid #fff;
		}
		.after-before-col .hs_cos_wrapper_type_custom_widget .before-main .desktop-image {
			max-width: 360px;
			float: none;
			margin: 0 auto;
		}
		.after-before-col .hs_cos_wrapper_type_custom_widget .after-main .desktop-image {
			float: none;
		}

		.bg-error-page {
			height: auto !important;
			background-attachment: initial;
			background-size: cover;
			background-position: 78%;
		}

		.bg-error-page h3 {
			font-size: 49px !important;
		}

		.lu-confirmation.our-process-sec h3 {
			font-size: 23px;
		}

		.lu-confirmation.our-process-sec h1 {
			font-size: 32px;
		}

		body.what-we-do-v2 .body-container-wrapper {
			margin-top: 0;
		}

		body.what-we-do-v2 .main-heading h1 {
			font-size: 32px;
		}

		body.what-we-do-v2 .main-hide-block {
			font-size: 19px;
		}

		body.what-we-do-v2 span.main-btn {
			max-width: 181px;
			font-size: 18px;
		}

		body.what-we-do-v2 .main-heading {
			position: relative;
			margin-bottom: 72px;
			transition:all .2s ease-in-out;
		}

		body.what-we-do-v2 .center-align {
			min-height: 218px;
		}

		body.what-we-do-v2 .main-bnr .center-align:hover .main-heading {
			margin-bottom: 0;
		}
		.sale-enblmt-mdl {
			min-height: 160px;
			margin-bottom: 0px;
		}

	}

	@media (max-width: 630px){


		.our-process h1 {
			padding-right: 0px;
		}
		.showUpGallery .widget-type-linked_image {
			width: 49.6% !important;
		}

	}
	@media (max-width: 600px){
		.banner-caption {
			line-height: 49px;
		}

		.lu-hide-mb {
			display: none !important;
		}

		.banner-caption h1{
			font-size: 32px;
		}


		.banner-bg {
			/*min-height: auto !important;*/
		}



		a#cta_button_126484_f0bd2d22-653f-4006-8351-49fc26ef6c07{
			max-width: 361px;
		}

		.our-process h1 {
			font-size: 39px;
		}

		.our-process h1 span {
			font-size: 60px;
			line-height: 50px;
		}

	}


	@media (max-width: 768px ) {
		/*  a#cta_button_126484_a9cf98f4-c4b1-4539-8aa6-dc70dc92aa6d {
		font-size: 26px;
		max-width: 202px;
		/* background: transparent url("//cdn2.hubspot.net/hubfs/126484/Hudsonfusion_nov-2015/lets-roll.png") no-repeat scroll 82% 10px / 35px auto;*/
		/*
		background: #fb7343 url("//cdn2.hubspot.net/hubfs/126484/Hudsonfusion_nov-2015/lets-roll-hover.png") no-repeat scroll 82% 10px / 35px auto;
		padding: 10px 0 4px 10%;
		color:#fff;

		font-size: 22px;
		max-width: 160px;
		background: #fb7343 url("//cdn2.hubspot.net/hubfs/126484/Hudsonfusion_nov-2015/lets-roll-hover.png?t=1454516022730") no-repeat scroll 85% 2px / 31px auto;
		padding: 6px 0px 5px 31px;
		color: #fff;
		min-height: inherit;
		margin-top: 5px;
	}

		a#cta_button_126484_a9cf98f4-c4b1-4539-8aa6-dc70dc92aa6d:hover {
		background: #fb7343 url("//cdn2.hubspot.net/hubfs/126484/Hudsonfusion_nov-2015/lets-roll-hover.png") no-repeat scroll 82% 10px / 35px auto;
	}

		*/
		.hp-cap-widget .row-fluid .span4 {
			width: inherit;
		}
		.rsrc-updt .post-item{
			margin: 0px 2% !important;
		}
		.flip-container, .front, .back{
			min-height: 300px !important;
		}
		.mbl-phn-sec {
			display: inline-block !important;
			position: absolute;
			top: 3px;
			right: 70px;
			max-width: 23px !important;
		}

		body.who-we-r-march .who-we-content-section .flip-container:nth-child(2n) {
			margin-left: 0px;
		} 


	}


	/* Portrait and Landscape */
	@media only screen  and (min-device-width: 375px)  and (max-device-width: 667px)  and (-webkit-min-device-pixel-ratio: 2) {
		.banner-caption h3 {
			font-size: 16px !important;
		}

		.hp-bold {
			font-size: 18px;
		}

	}

	/* Portrait */
	@media only screen  and (min-device-width: 375px)  and (max-device-width: 667px)  and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait) {
		.banner-caption h3 {
			font-size: 16px !important;
		}

		.hp-bold {
			font-size: 18px;
		}

	}

	/* Landscape */
	@media only screen  and (min-device-width: 375px)  and (max-device-width: 667px)  and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape) {
		.banner-caption h3 {
			font-size: 16px !important;
		}

		.hp-bold {
			font-size: 18px;
		}

	}





	@media (max-width: 520px){
		.tabs nav ul li:first-child {
			margin-left: 0;
			width: auto;
		}

		.tabs nav ul li:first-child {
			margin-left: 0;
			width: auto;
		}
		.tabs nav ul li {
			/*margin: 0 7px;*/
			width: auto;
		}


		.conversation-form form input[type="email"] {
			/* padding: 0 7.8%;*/
		}

		.hs-form.stacked .field div.input {
			margin-left: 0;
			margin-right: 0;
		}

		.conversation-form form textarea {
			width: 95.6% !important;
		}

		.conversation-form fieldset.form-columns-2 {
			width: 97.4%;
		}
	}

	@media(max-width:480px){

		a#cta_button_126484_4ff8cbcf-500c-420c-b89f-0f73ae576f47
		{
			padding:6px 35px;
		}

		.contact-form .hs-button.primary
		{
			font-size: 30px;
			padding: 24px 45px;
		}

		.our-agency-capabilities ul li {
			float: none;
			margin: 0 37px;}
		.our-agency-capabilities ul li::after {
			left: -17px;
		}

		.blog-detail .blog-comment input[type="text"]{
			margin-bottom:25px;
		}

		.blog-detail .blog-comment input[type="email"]{
			margin-bottom:25px;
		}

		.blog-detail .blog-comment textarea{
			width: 100% !important;
			margin-top: 0;
			min-height: 150px;

		}

		.showUpGallery .widget-type-linked_image{
			width: 48.5% !important;
		}
		.elastislide-carousel ul li a img {
			width: 96%;
		}

		.heading-bar {
			max-width: 254px;
		}

		.heading-bar h1, .heading-bar1 h1 {
			font-size: 42px;
		}

		.main, .main1 {
			min-height: 593px;
		}

		#main-demo .pika-thumbs li.active, #main-demo .pika-thumbs li:hover{
			margin-top: 0;
		}

		#main-demo .pika-thumbs li.active {
			width: 10% !important;
		}
		#main-demo .pika-thumbs li {
			width: 10% !important;
		}
		#main-demo .pika-thumbs {
			bottom: 0;}

		#main-demo .pika-stage .caption{
			padding: 5px 10px;
		}

		.caption p {
			font-size: 12px;
		}

		#main-demo .pika-stage .caption p {
			line-height: 15px;
		}

		.static h2 {
			font-size: 14px;
		}

		.static h1 {
			font-size: 18px;
		}

		.caption h5 {
			font-size: 15px;
			margin-top: 3px;
		}

		.caption h4 {
			font-size: 17px;
		}

		.rsc-blog .topics-list.clearfix a {
			display: inline-block;
			margin: 10px 0;
		}

		.banner-overlay {
			padding: 5% 0;
		}

		#dock ul li:nth-child(5) .pin p {
			max-width: 218px;
			padding: 33px 22px;
			width: 100%;
		}

		.policy-head h1{
			font-size: 40px;
		}
		.policy-content h4 {
			font-size: 22px;
		}
		.policy-content p {
			font-size: 18px;
		}

		.conversation-form {
			padding: 45px 15px 27px;}

		.conversation-form fieldset.form-columns-2 {
			width: 100%;
		}
		.capabilities-left ul li {
			display: block;
		}
		.capabilities-left ul li span{
			display: none;
		}

		.rslt-dscrptn .circle {
			float: none;
			margin-top: 0;
			position: absolute;
			bottom: 0;
			margin-bottom: 0;
		}

		.rslt-dscrptn {
			position: relative;
			padding-bottom: 180px;
			margin-bottom: 20px;
		}
		.paid-adv-flipmdl .hs_cos_wrapper_type_custom_widget {
			max-width: 100%;
			padding: 0;
		}


	}

	@media (max-width: 405px){
		.logo {
			margin: 0 !important;
			padding-left:2% !important;
		}
	}

	@media (max-width: 360px){

		.showUpGallery .widget-type-linked_image{
			width: 48.2% !important;
		}
	}

	@media (min-width: 768px) and (max-width: 1024px){
		#main-demo .pika-thumbs{    display:none !important;}

		#main-demo .pika-textnav {
			display: block;
			position: absolute;
			top: 0;
			bottom: 0;
			font-size: 35px;
			width: 100%;
			max-width: 1300px;
			left: 0;
			right: 0;
			margin: auto;
			max-height: 52px;
		}

		a.next {
			float: right;

		}

	}
	/*==========================================================================================custom css responsive==============================================================================*/



	@media (max-width: 767px){

		/*::i-block-chrome, .banner-bg .banner-caption1 .cta_button{
		background-image: url("//cdn2.hubspot.net/hubfs/126484/Hudsonfusion_nov-2015/lets-roll-hover.png?t=1455136209586") !important; 
		background-color:#fb7343  !important;
		background-repeat:no-repeat  !important;
		background-position: 85% 2px  !important;
		background-size: 31px auto  !important;
		color: #ffffff  !important; 
		font-size: 22px  !important;
		margin-top: 5px  !important;
		max-width: 160px  !important;
		min-height: auto  !important;
		padding: 6px 0 5px 31px  !important;
	}*/

		.all_list_mb-hide {
			display: none;
		}

		.all_list_mb-show {
			display: block;
		}



		.png-gif{
			display: none !important;
		}
		.logo img{
			width:100% !important;
			max-width:120px !important;
		}

		.rsrc-updt .hs_cos_wrapper_type_custom_widget {
			width: 45.7%;
			margin-right: 3.9%;
		}

		.rsrc-updt .hs_cos_wrapper_type_custom_widget:nth-child(3n) {
			margin-right: 3.9%;
		}

		.rsrc-updt .hs_cos_wrapper_type_custom_widget:nth-child(2n) {
			margin-right: 0;
		}

		.wrk-cntnt {
			position: relative;
			padding-bottom: 90px;
			margin-bottom: 10px;
		}

		section.v-center a.js-open-modal.btn {
			float: none;
			width: calc(100% - 50px);
			position: absolute;
			bottom: 0;
		}

		body.wrk-dtl-updtd .sidebar-newwork {
			padding-right: 0px;
		}

		body.updtd-rght-frm .custom-img #hs_cos_wrapper_module_14712700879021107 {
			max-width: 500px;
		}

		body.updtd-rght-frm .custom-img fieldset.form-columns-2 .hs-input {
			width: 96.6% !important;
		}
		body.updtd-rght-frm .srvc-blw-img-cntnt {
			display: inline-block;
		}

		body.updtd-rght-frm .custom-content {
			width: 100% !important;
		}

		body.updtd-rght-frm .orng-cta-block {
			width: 100% !important;
			margin-top: 30px;
		}

		body.updtd-rght-frm .btm-orng-sec {
			background-color: #fa7343;
			padding: 50px 20px;
		}

		body.updtd-rght-frm .our-proccess-bottom {
			padding-bottom: 50px;
		}

		body.updtd-rght-frm .custom-img {
			padding-left: 0;
			max-width: 400px !important;
			width: 100% !important;
			margin: 0 auto;
		}

		body.updtd-rght-frm .custom-img form {
			max-width: 100%;
		}

		.fst-work .vc_responsive .full-width-section .wpb_column {
			margin-bottom: 0px !important
		}

		body.portflio-inner .sidebar-newwork {
			padding: 35px 20px 10px;
		}

		body.portflio-inner .rslt-dscrptn {
			padding: 0;
		}

		body.portflio-inner .portfolio h2{
			padding:0;
			margin:0;
		}
		.career-sec{
			background: none !important;
		}
		.footer-bg.updated-footer .conversation-form {
			max-width: 100%; 
		}

		.level-img {
			max-width: 420px;
			margin: 0 auto !important;
		}
		.be-af-exm .main-bc {
			padding: 11px 6px 146px;
			background-size: 100%;
			background-position: 0px 0;
		}
		.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul {
			column-count: 1;
			column-gap: 0;
		}

		.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul:after{
			display:none;
		}

		.custom-menu-primary .hs-menu-wrapper > ul ul {
			width: 100%;
			background-color: transparent;
		}

		.custom-menu-primary .hs-menu-wrapper > ul ul li a {
			color: #fff;
			padding: 15px 10px !important;
		}

		.custom-menu-primary ul{
			float: none;
		}
		.custom-menu-primary .hs-menu-wrapper > ul ul li a::after{
			display:none;
		}
		.child-trigger {
			display: inline-block !important;
			height: 53px !important;
			padding: 0 !important;
		}
		.custom-menu-primary .hs-menu-wrapper ul a.child-trigger {
			padding: 0 !important;
		}
	}



	@media only screen and (max-width: 640px) {
		.header {
			position: relative !important;
			padding: 20px 0 18px !important;
		}
		.body-container-wrapper {
			margin-top: 0;
		}
		.case-blog .main {
			min-height: 139px;
		}
		body.updtd-rght-frm .srvc-blw-img-cntnt ul {
			width: 100%;
			float: none;
			list-style: none;
		}

		body.updtd-rght-frm .srvc-blw-img-cntnt ul:nth-child(3) {
			margin-left: 0;
		}
		body.updtd-rght-frm .srvc-blw-img-cntnt {
			background-color: #f2f2f2;
			padding: 19px;
			margin-top: 54px;
		}

		body.updtd-rght-frm .custom-content p {
			font-size: 16px;
			color: #7f7f7f;
		}

		body.updtd-rght-frm .srvc-blw-img-cntnt p, body.updtd-rght-frm .srvc-blw-img-cntnt ul li {
			margin: 0 0 15px;
			font-size: 16px;
		}

		body.updtd-rght-frm .our-process-sec h1 {
			font-size: 37px;
		}

		body.updtd-rght-frm .contact-headings {
			margin-top: 42px;
		}

		body.updtd-rght-frm .our-process-sec h3 {
			font-size: 28px;
		}

		body.updtd-rght-frm .custom-content .top-cntnt h3 {
			font-size: 25px;
			margin-top: 25px;
		}

		body.updtd-rght-frm .orng-cntnt-block h4 {
			color: #fff;
			font-size: 20px;
		}

		body.updtd-rght-frm .orng-cta-block a#cta_button_126484_43ccd68e-f6f7-47b8-8e84-9eef1bcee1f3 {
			font-size: 23px;
			padding: 7px 15px;
		}

		body.subscription-template .our-process-sec h1 {
			color: #00acc8;
			font-size: 29px;
			font-weight: 600;
		}

		body.subscription-template .our-process-sec h3 {
			font-size: 20px;
			margin-bottom: 11px;
		}

		body.subscription-template .body-container-wrapper #content {
			padding-top: 0;
			padding-bottom: 20px;
		}
		body.subscription-template .body-container-wrapper .main-content h2 {
			font-size: 24px !important;
			line-height: 29px !important;
		}

		body.subscription-template .body-container-wrapper .main-content h1 {
			font-size: 29px !important;
			line-height: 33px !important;
		}

		body.subscription-template .body-container-wrapper {
			padding: 0px 0 50px;
		}

		.btm-thanku-pg.here-your-guide h2, .btm-thanku-pg.here-your-guide h2 a {
			font-size: 31px;
		}
		.bg-error-page h3 {
			font-size: 46px !important;
		}

		.contact-content-sec h1 {
			font-size: 60px !important;
		}
		.sale-flx-mdl .hs_cos_wrapper_type_custom_widget {
			width: 100%;
			max-width: 350px;
		}



	}

	body.subscription-template .body-container-wrapper #content input.email-edit.hs-input {
		height: 36px;
	}
	@media only screen and (max-width: 560px) {
		p.cta-curtain a span {
			font-size: 18px !important;
		}

		p.cta-curtain {
			padding: 12.4% 0 32% 20%;
			text-align: left;
		}
	}

	@media only screen and (max-width: 520px) {
		.hs-form.stacked .field div.input {
			margin-left: 0;
			margin-right: 8px;
		}
	}

	@media only screen and (max-width: 500px) {
		p.cta-curtain {
			padding: 12% 0 32% 14%;
		}
	}
	@media only screen and (max-width: 480px) {
		.rsrc-updt .hs_cos_wrapper_type_custom_widget {
			width: 100%;
			margin-right: 0;
			max-width: 266px;
		}

		.rsrc-updt {
			padding: 20px;
			text-align: center;
		}

		.rsrc-updt .hs_cos_wrapper_type_custom_widget:nth-child(3n) {
			margin-right: 0%;
		}

		p.cta-curtain a span {
			font-size: 16px !important;
		}

		body.portflio-inner .rslt-dscrptn {
			padding-bottom: 0px !important;
		}

		body.portflio-inner .sidebar-newwork {
			padding-bottom: 60px;
		}
		body.nw-wrk .briefcase-indicates p {
			text-align: left;
		}

		.footer-bg.updated-footer .conversation-form {
			text-align: center;
		}

		.footer-bg.updated-footer .conversation-form form label {
			text-align: center;
		}

		.footer-bg.updated-footer .conversation-form form .hs-input {
			margin: 5px auto 15px!important;
		}

		.footer-bg.updated-footer .conversation-form form .hs_submit {
			display: inline-block;
		}

		.footer-bg.updated-footer .conversation-form input[type="submit"] {
			margin-right: 0;
			box-sizing: border-box;
			width: 100% !important;
		}

		.footer-bg.updated-footer .conversation-form .input {
			margin: 0 !important;
		}
	}

	@media only screen and (max-width: 479px) {
		body.updtd-rght-frm .custom-img fieldset.form-columns-2 .hs-input {
			width: 100% !important;
		}

		body.updtd-rght-frm .custom-img .hs-form fieldset.form-columns-1 .input {
			margin-right: 0;
		}
		body.updtd-rght-frm .custom-img #hs_cos_wrapper_module_14712700879021107 input[type="submit"] {
			margin: 0 0px 0 0 !important;
		}
		.swd-main{
			padding-bottom: 0;
		}

		body.our-prcs-v2 .swd-widget-box{
			padding: 20px;
		}
		.main-bc {
			background-size: 96%;
			background-position: 8px 3px;
		}
		.after-before-col .hs_cos_wrapper_type_custom_widget{
			margin: 0 auto 0px;
		}

	}

	@media only screen and (max-width: 409px) {
		.wrk-cntnt {
			padding-bottom: 114px;
		}
		p.cta-curtain a span {
			font-size: 13px !important;
		}

		p.cta-curtain a {
			background-size: 10px !important;
			padding-right: 15px !important;
		}

		p.cta-curtain {
			padding: 11% 0 32% 14%;
		}
		.flip-container, .front, .back{
			min-height: 320px !important;
			margin-bottom: 80px;
		}
		.main-bc {
			background-size: 95%;
			background-position: 8px 5px;
		}

	}

	@media only screen and (max-width: 384px) {
		p.cta-curtain {
			padding: 10% 0 32% 12%;
		}
		.main-bc {
			background-size: 94%;
			background-position: 8px 6px;
		}
		body.who-we-r-march .who-we-content-section .flip-container, body.who-we-r-march .who-we-content-section .flip-container .front, body.who-we-r-march .who-we-content-section .flip-container .back {
			min-height: 499px !important;
			max-width: 480px;
			margin: 0 auto 50px!important;
		}

		body.who-we-r-march .who-we-content-section .bg1, body.who-we-r-march .who-we-content-section .bg2, body.who-we-r-march .who-we-content-section .bg3, body.who-we-r-march .who-we-content-section .bg4, body.who-we-r-march .who-we-content-section .bg5, body.who-we-r-march .who-we-content-section .bg6, body.who-we-r-march .who-we-content-section .bg7 {
			min-height: 480px !important;
			padding: 7em  1em 0;
		}
		body.who-we-r-march .swd-widget-box {
			padding: 0px 20px;
		}



	}

	@media only screen and (max-width: 336px) {
		p.cta-curtain {
			padding: 9% 0 32% 9%;
		}
		.main-bc {
			background-size: 92%;
			background-position: 11px 7px;
		}
	}
	@media only screen and (max-width: 320px) {
		.wrapall {
			min-width: 250px !important;
		}
		.capabilities {
			/*height:400px !important;*/
		}
		.capabilities-img{
			display: none !important;
		}
		.capabilities-img img{
			display: none !important;
		}
		.capabilities-right ul li span, .capabilities-left ul li span {
			display: none !important;
		}
		/*.capabilities-left ul li {
		float: left !important;
		list-style-type: disc !important;
		margin-bottom: 6px !important;
		margin-left: 27px !important;
		margin-right: 0 !important;
	}
		.capabilities-left ul {
		display: block !important;
		margin: 0 auto !important;
		max-width: 550px !important;
		padding-right: 27px !important;
		text-align: left !important;
	}
		.capabilities-right {
		padding-top: 0;
	}
		.capabilities-right ul li {
		float: left;
		list-style-type: disc;
		margin-bottom: 6px;
		margin-left: 27px;
	}*/

		.banner-bg{
			background-color: rgba(0, 0, 0, 0);
			background-image: url("//cdn2.hubspot.net/hubfs/126484/Hudsonfusion-Img/banner_bg_n.jpg") !important;
			background-position: right center;
			background-size:cover;
			/*text-align: center;*/
			width: 100%;
		}

		.logo {
			max-width: 110px !important;
			padding-top:0 !important;

		}
		.body-container-wrapper {
			margin-top: 45px;
		}
		.custom-menu-primary.js-enabled .hs-menu-wrapper {

			top: 49px !important;
		}
		.logo img {
			max-width: 110px !important;
		}

		.banner-caption a#cta_button_126484_a9cf98f4-c4b1-4539-8aa6-dc70dc92aa6d {
			background-position: 93% 10px;
			padding: 15px 0 16px 8%;
			width: 88%;
		}
		.header {
			position: relative !important;
			padding: 20px 0 18px !important;
		}
		.body-container-wrapper {
			margin-top: 0;
		}

		.banner-caption a#cta_button_126484_a9cf98f4-c4b1-4539-8aa6-dc70dc92aa6d {
			margin-top: 20px;
		}

		.banner-caption {
			padding-bottom: 20px;
			margin: 30px auto 0 !important;
		}
		.banner-bg {
			background-position: 70% center;
		}

	}

	iframe[name='google_conversion_frame'] { 
		height: 0 !important;
		width: 0 !important; 
		line-height: 0 !important; 
		font-size: 0 !important;
		margin-top: -13px;
		float: left;
	}


	/*=== New Css [1-8-17] ===*/
	.custom-menu-primary .hs-menu-wrapper > ul > li > a[href="http://www.hudsonfusion.com/contact"],
	.custom-menu-primary .hs-menu-wrapper > ul > li > a[href="https://www.hudsonfusion.com/contact"],
	.custom-menu-primary .hs-menu-wrapper > ul > li > a[href="//www.hudsonfusion.com/contact"] {
		background-color: #00acc8;
		color: #fff;
		padding: 3px 25px !important;
		border-radius: 25px;
		margin: 27px 0px 27px 5px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a[href="http://www.hudsonfusion.com/contact"]:hover,
	.custom-menu-primary .hs-menu-wrapper > ul > li > a[href="https://www.hudsonfusion.com/contact"]:hover,
	.custom-menu-primary .hs-menu-wrapper > ul > li > a[href="//www.hudsonfusion.com/contact"]:hover{
		background-color: #f86c4c;
	}
	.custom-menu-primary .hs-menu-wrapper > ul li:hover:last-child{
		background: transparent;
	}
	.contact-info .hs_cos_wrapper_type_rich_text{
		font-size: 12px;
		line-height: 19px;
		margin: 0px 0 20px;
		color: #70706a;
	}
	.contact-info .hs_cos_wrapper_type_rich_text p span{
		color: #70706a;
	}
	.contact-info p{
		margin: 0px;
	}
	.contact-info .social-icon ul{
		margin: 19px 0px 0px;
	}
	.contact-info .social-icon a {
		background: transparent;
		width:18px;
		font-size: 18px;
		text-align: left;
	}
	.contact-info .social-icon i{
		color: #00acc8;
	}



	@media screen and (max-width: 1200px){
		.header .custom-menu-primary ul li a{
			font-size: 15px;
		}
	}

	@media (max-width: 1100px) and (min-width: 790px){
		.footer-container-wrapper .left-f .span4.widget-type-linked_image img {
			max-width: 130px;
		}
		.footer-container-wrapper .left-f .span4.widget-type-linked_image {
			width: 29%;
		}
		.footer-container-wrapper .left-f .span4.widget-type-rich_text {
			margin-left: 1%;
			width: 35%;
			font-size: 15px;
		}

		.social-footer li {
			margin-right: 7px;
		}
	}
	@media screen and (max-width: 1100px){
		.custom-menu-primary .hs-menu-wrapper > ul > li > a[href="http://www.hudsonfusion.com/contact"],
		.custom-menu-primary .hs-menu-wrapper > ul > li > a[href="https://www.hudsonfusion.com/contact"],
		.custom-menu-primary .hs-menu-wrapper > ul > li > a[href="//www.hudsonfusion.com/contact"]{
			padding: 0px 20px !important;
			margin: 30px 0px 30px 5px;
		}
	}
	@media screen and (max-width: 991px){
		.custom-menu-primary .hs-menu-wrapper > ul > li > a[href="http://www.hudsonfusion.com/contact"],
		.custom-menu-primary .hs-menu-wrapper > ul > li > a[href="https://www.hudsonfusion.com/contact"],
		.custom-menu-primary .hs-menu-wrapper > ul > li > a[href="//www.hudsonfusion.com/contact"]{
			padding: 0px 15px !important;
			line-height: 30px;
			margin: 32px 0px 32px 3px;
		}
	}
	@media screen and (max-width: 893px){
/* 		.header .custom-menu-primary ul li a{
			padding: 30px 7px !important;
		} */
		.custom-menu-primary a{
			font-size: 11px !important;
		}
	}
	@media screen and (max-width: 768px){
		.contact-info {
			margin: 0 auto !important;
			width: 80% !important;
			max-width: 430px;
			float: none !important;
			text-align: center;
		}
		.custom-menu-primary .hs-menu-wrapper > ul > li > a[href="http://www.hudsonfusion.com/contact"],
		.custom-menu-primary .hs-menu-wrapper > ul > li > a[href="https://www.hudsonfusion.com/contact"],
		.custom-menu-primary .hs-menu-wrapper > ul > li > a[href="//www.hudsonfusion.com/contact"]{
			margin: 0;
			padding: 30px 7px !important;
			line-height: normal;
		}
		.custom-menu-primary .hs-menu-wrapper > ul > li > a[href="http://www.hudsonfusion.com/contact"]:hover,
		.custom-menu-primary .hs-menu-wrapper > ul > li > a[href="https://www.hudsonfusion.com/contact"]:hover,
		.custom-menu-primary .hs-menu-wrapper > ul > li > a[href="//www.hudsonfusion.com/contact"]:hover{
			background-color: #00acc8;
		}
		.footer-bg.updated-footer .conversation-form{
			text-align: center;
		}
		.footer-bg.updated-footer .conversation-form form .hs-input{
			margin: 0px auto 15px;
		}
		.footer-bg.updated-footer .conversation-form input[type="submit"]{
			float: none;
			margin: 0px auto;
		}
		.about-section{
			text-align: center;
		}
		.mail-to, .ftr-gold{
			margin: 0px auto 20px !important;
			float: none !important;
			display: table !important;  
			text-align: center;
		}
	}
	@media screen and (max-width: 480px){
		.contact-info {
			max-width: 200px !important;
			text-align: center;
		}
		.mail-to{
			text-align: center;
		}
	}


	/*======  27- 10- 2017 ========*/


	.i-points{ padding-top: 25px; }

	.i-points strong { font-size: 22px; color: #00acc8; line-height: 26px; }

	.i-points ul{ padding: 0 0 0 19px   }

	.i-points li { margin-top: 25px; list-style-type: disc; font-size: 18px; line-height: 26px;  color: #666666; }

	.applicants-points li { list-style-type: disc; font-size: 18px; line-height: 26px;  color: #666666;   }

	.applicants-points span{ font-size: 24px; }

	.ipace-dd { background: #b6c200; display: inline-block; width: auto; padding: 20px; margin-top: 30px; }

	.ipace-dd  strong{ font-size: 22px; color: #fff; line-height: 26px; }

	.ipace-dd   p { font-size: 18px; color: #fff; font-style: italic; line-height: 26px; }

	.ipace-dd  small{ font-size: 14px; color: #fff; line-height: 18px; font-weight: 400; }

	.ipace-dd  small  strong { font-size: 14px; }

	.portfolio-masonry .wide, .portfolio-masonry .regular {
		height: 20vw;
	}

	@media screen  and (max-width: 1023px){
		.ipace-dd { width: auto; }
		.i-points { padding: 25px 15px 0 15px; }

	}


	@media screen  and (max-width: 959px){
		.portfolio-masonry .wide, .portfolio-masonry .regular {
			height: auto;
		}
	}



	.team-wrapper .hs_cos_wrapper.hs_cos_wrapper_type_custom_widget{
		margin-right: 0;
		display: inline-block;
		width: 46%;
		float: left;
	}
	.team-wrapper .hs_cos_wrapper.hs_cos_wrapper_type_custom_widget:nth-child(2n+1){
		margin-right: 50px;
	}
	.team-wrapper .hs_cos_wrapper.hs_cos_wrapper_type_custom_widget .flip-container{
		width: 100%;
	}

	.team-wrapper .hs_cos_wrapper.hs_cos_wrapper_type_custom_widget .flip-container .span12.widget-span.widget-type-header{
		background: transparent !important;
	}

	.blog-sidebar-subs input[type="submit"] {
		font-size: 16px;
		border-radius: 25px;
		font-weight: 400;
		background: #00acc8;
		letter-spacing: 0;
		border: 1px solid #00acc8;
		font-family: 'Montserrat', sans-serif;
		line-height: 20px !important;
		padding: 12px 26px 10px 26px;
	}


	@media screen and (max-width: 768px){
		.team-wrapper .hs_cos_wrapper.hs_cos_wrapper_type_custom_widget{
			width: 100%;
			min-height: 400px !important;
			max-width: 480px;
			margin: 0 auto 50px!important;
			float: none;
			display: table;
		}
		.team-wrapper .hs_cos_wrapper.hs_cos_wrapper_type_custom_widget:nth-child(2n+1){
			margin-right: 0;
		}
		.team-wrapper .hs_cos_wrapper.hs_cos_wrapper_type_custom_widget .flip-container{
			margin: 0 auto !important; 
		}
		body.who-we-r-march .who-we-content-section .flip-container{
			display: table;
			float: none;
		}
		body.who-we-r-march .who-we-content-section .flip-container .flipper h3{
			font-size: 38px;
			line-height: normal;
		}
		body.who-we-r-march .who-we-content-section .flip-container .flipper h4{
			font-size: 24px;
			line-height: normal;
		}

		#hs_cos_wrapper_widget_1515734681969 .bg1, #hs_cos_wrapper_widget_1515734792622  .bg1 {
			background-position-x: 70%;
		}

		#hs_cos_wrapper_widget_1515734968174 .bg1{
			background-position-x: 80%;
		}

		#hs_cos_wrapper_widget_1515735116846 .bg1{
			background-position-x: 50%;
		}

		#hs_cos_wrapper_widget_1515735285650 .bg1{
			background-position-x: 50%;
		}

		#hs_cos_wrapper_widget_1515733529078 .bg1{
			background-position-x: 80%;
		}

		#hs_cos_wrapper_widget_1515732850689 .bg1{
			background-position-x: 90%; 
		}
		#hs_cos_wrapper_widget_1515735217485 .bg1{
			background-position-x: 21%; 
		}
		#hs_cos_wrapper_widget_1515734452255 .bg1{
			background-position-x: 30%; 
		}
	}

	/* Highlighted Text - 07/24/2018 */
	::-moz-selection {
		color: #fff;
		background: #7f7f7f;
		text-shadow: none;
	}
	::selection {
		color: #fff;
		background: #7f7f7f;
		text-shadow: none;
	}
	@media (max-width: 600px) {
		body.subscription-template .body-container-wrapper .main-content input#submitbutton {

			white-space: normal;
			line-height: 1.3;
		}