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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


/*****************************************/
/* Start your style declarations here    */
/*****************************************/
body{
  	margin:0;
    background: #fff;
    color: #919195;
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    line-height: 1.5em;
		overflow-x: hidden
}

/*.container-fluid{
  width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}*/

.overflow-y {
	overflow-y: hidden;
}
.lang-wrap {
  float: right !important;
}
.lang-wrap .lang_switcher_class {
  position: relative;
  display: inline-block;
  margin-right: 0 !important;
}
.lang-wrap .lang_switcher_class .globe_class {
  background-image: unset !important;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px;
  width: 100% !important;
  height: unset !important;
  cursor: pointer;
  padding-left: 9px;
  cursor: pointer;
  line-height: 40px;
  position: relative;
  z-index: 9999;
}
.lang-wrap .lang_switcher_class .globe_class .lang-anc {
  text-decoration: none;
  color: #919195;
  font-family: Arial;
  font-size: 15px;
  line-height: 37px;
  text-transform: uppercase;
}
.lang-wrap .lang_switcher_class .globe_class .lang-anc::after {
  right: 0;
  background-image: url(//www.urbanscape-architecture.com/wp-content/themes/enfold-child/images/down-arrow.svg);
  border: none;
  height: 6px;
  width: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  content: '';
}
.lang-wrap .lang_switcher_class .globe_class:hover{
  color: #000000;
  background-color: #eeeeee;
}
.lang_list_class {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: unset;
  transform: unset;
  text-align: center;
  z-index: 100;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background:#fff;
  width:100%;
}
.lang_list_class li:first-child {
  padding-top: 0;
  border-top: 0;
}
.lang_list_class li:last-child {
  padding-bottom: 15px;
  border-bottom: 0;
}
.lang_list_class li {
  position: relative;
  line-height: 1;
  font-size: 13px;
  padding: 0 !important;
    padding-bottom: 10px;
  background-color: #fff;
  border-left: 0;
  border-right: 0;
}
.lang_list_class li a {
  text-decoration: none;
  cursor: pointer;
  color: #919195 !important;
  font-family: Arial;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  padding: 9px 6px;
  display: block;
}
.lang_list_class li a:hover{
  color: #000000;
  background-color: #eeeeee;
}



/*Header
   ========================================================================== */

.header-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}@media (min-width: 576px){
.header-container {
    max-width: 540px;
  }}
@media (min-width: 768px){
.header-container {
    max-width: 720px;
  }}
@media (min-width: 992px){
.header-container{
    max-width: 960px;
  }}
@media (min-width: 1400px){
.header-container, .post-container{
    max-width: 1370px;
  }}
.header-container .span9{
 text-align:right; 
}

.header-container .hs-search-field .hs-search-field__bar .hs-search-field__input{
		width: 543px;
    padding: 15px 50px 0 18px;
    background-color: transparent;
    border: none;
    color: #747478;
  	border:none;
    border-bottom: 1px solid;
    border-color: rgba(145, 145, 149, 0.3);
    font-family: Arial;
    font-size: 18px;
    line-height: 26px;
  	position:relative;
}
.header-container .hs-search-field .hs-search-field__bar .hs-search-field__input:after{
  position:absolute;
  right:0;
  top:0;
  height:10px;
  width:10px;
  background-color:#faf;
  content:'';
}
.header-container .hs-search-field .hs-search-field__bar .hs-search-field__input:focus{
  outline:0;
  box-shadow:none;
  border:none;
  border-bottom: 1px solid;
  border-color: rgba(145, 145, 149, 0.3);
}

.header-container .hs-menu-wrapper .hs-menu-item {
    margin-top:45px;
  	margin-bottom:0;
  	position:relative;
    font-weight: normal;
    color: #414142;
    font-family: Arial;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 18px;
    text-transform: uppercase;
  	background: #fff;
}

@media(max-width: 991px) {
	.header-container .hs-menu-wrapper .hs-menu-item:hover {
		background-color: #f8f8f8;
    
	}
}
@media(min-width:992px and max-width:1400px){
  .header-container .blog-item .hs-menu-wrapper .hs-menu-item {
		padding: 0 5px;
    font-size: 14px;
	}
}

.header-container .hs-menu-wrapper .hs-menu-item a{
  color: #414142;
}
.header-container .hs-menu-wrapper .hs-menu-item::after {
 		position: absolute;
    margin-left: 6px;
  	margin-top: -15px;
 		top: 35px;
  	left: 0;
    height: 5px;
  	width: 0%;
    transition: all 0.3s;
  	background: linear-gradient(225deg, #439539 0%, #8BC63F 100%);
  	background-repeat: no-repeat;
    background-position: bottom left;
  	content: '';
}

.header-container .hs-menu-wrapper .hs-menu-item:hover:after{
  	width: calc(100% - 36px);
}

@media(max-width: 991px) {
  .header-container .hs-menu-wrapper .hs-menu-item {
  	margin: 0;
    font-size: 18px;
    line-height: 26px;
  }
  
  .header-container .hs-menu-wrapper .hs-menu-item:after{
  	margin-left: 8px;
    display: none;
  }
  
  .header-container .hs-menu-wrapper .hs-menu-item a {
  	border-bottom: 1px solid #e1e1e1;
    color: #509E3A;
    padding: 15px 50px;
    font-size: inherit !important;
    line-height: 1.3em;
    text-transform: capitalize;
    letter-spacing: 0;
  }
}

.header-container .blog-item .hs-menu-wrapper .hs-menu-item:nth-of-type(6)::after{
	transition: all 0s;
  width: calc(100% - 40px);
  margin-left: 10px;
}

@media(min-width: 992px) {
  .header-container .blog-item .hs-menu-wrapper .hs-menu-item {
  	font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
    padding: 0 6px;
  }
  
  .header-container .blog-item .hs-menu-wrapper .hs-menu-item:nth-of-type(6)::after {
  	margin-left: 8px;
    width: calc(100% - 16px);
	}
  
  .header-container .hs-menu-wrapper .hs-menu-item a {
  	padding: 0;
    padding-bottom: 10px;
  }
  
  .header-container .hs-menu-wrapper .hs-menu-item:hover::after{
    width: calc(100% - 14px);
  }
}

@media(min-width: 1100px) {
  .hs-menu-wrapper ul {
  	margin-top: 10px;
    margin-left: - 50px;
  }
  
  .header-container .blog-item .hs-menu-wrapper .hs-menu-item {
  	font-size: 16px;
    padding: 0 8px;
    margin-top: 25px;
  }
  
  .hs-menu-wrapper {
  	text-align: right;
    margin-left: -50px;
  }
}

@media (min-width: 1100px) and (max-width: 1399px) {
	.hs-menu-wrapper {
    margin-left: -60px;
  }
}

/* --------------------------- Mobile menu----------------------------------- */
/* ==========================================================================
   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;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 991px){


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

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */
  
  .hs-menu-wrapper {
  	position: fixed !important;
    opacity: 0;
    left: 100%;   
    transition-duration: 0.35s;   
    min-width: 383.5px;
  }
  
  .hs-menu-wrapper ul {
  	padding-top: 100px !important;
  }
  
  .open-menu-gray {
    cursor: pointer;
    display: block;
  	position: fixed;
    top: 0;
		right: 100%;
    width: 50%;
    height: 100%;
    background: gray;
    opacity: 0.7;
  }

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }

  /* 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: #fff; 
  }
  
  @media(max-width: 575px) {
    .mobile-trigger {
    	margin-right: 20px;
    }
  }
  
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #fff; 
  }

  /* 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: 35px; /* Icon line width */
    height: 3px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #414142;
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -10px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 10px; /* Position bottom line */
  }

  /* 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: relative;
     
     	 /* Makes room for button */
     	 /*padding-top: 44px; 
       margin: 10px 0 10px 0;*/
   }
  
  .hidden-menu {
  	left: 100%;
    opacity: 0;
  }
  
  .shown-menu {
  	left: 50%;
    opacity: 1;
    z-index: 1;
  }
  
  .hidden-gray {
    left: unset;
  	right: 100%;
    opacity: 0;
  }
  
  .shown-gray {
    left: unset;
  	right: 50%;
  } 

  /* 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: 0;       /* Positions the menu to drop from the very top of the screen */
    padding: 0;
    height: 100vh;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#fff; /* 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: 22px; /* 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 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 */
  }

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

@media(max-width: 575px) {
  .shown-menu {
  	left: 35%;
  }
  
  .shown-gray {
  	right: 65%;
  }
}
    
.search-icon {
	width: fit-content;
  margin-top: 58.5px;
  cursor: pointer;
  position: relative;
}

.search-icon > div:first-child {
	position: absolute;
  bottom: 0;
  right: 10px;
}

@media(max-width: 575px) {
  .search-icon > div:first-child {
  	right: 30px;
  }
}

@media(max-width: 575px) {  
  .nav-logo {
  	float: left !important;
    margin: 0;
  }
  
  .search-wrap {
  	padding-top: 0;
    margin-top: -30px;
  }
  
   .custom-menu-primary.js-enabled {
  	margin-top: 20px;
  }
  
  .hs-search-field {
  	padding-top: 0 !important;
  }
  
  .search-icon {
  	margin-top: 0;
  }
  
  .mobile-trigger {
  	padding: 0;
  }
}

/* ongo bongo */
@media(min-width: 576px) {
  .search-wrap {
  	margin-top: 10px;
    margin-right: 10px;
  }
  
  .search-icon {
  	margin-top: -10px;
  }
  
  .hs-search-field {
  	padding-top: 0;
  }
  
  .nav-logo {
  	float: left !important;
    margin: 0;
  }
  
  .menu-top {
  	width: calc(100% * (2 / 3));
    float: left !important;
  }
  
  .custom-menu-primary.js-enabled {
  	margin-top: 10px;
  }
}

@media(min-width: 768px) {
  .search-wrap {
  	margin-top: 10px;    
  }
  
  .custom-menu-primary.js-enabled {
  	margin-top: 30px;
  }
}

@media(min-width: 992px) {
  .nav-logo {
  	width: fit-content !important;
  }
  
  .menu-top {
  	float: left !important;
    margin-right: 130px;
  }
  
  .search-wrap .span5 {
  	display: none !important;
 	}
  
  .custom-menu-primary.js-enabled {
  	width: 120% !important;
    margin-top: 103px;
  }
  
  .search-icon {
  	position: absolute;
    top: 60px;
    right: 35px;
  }
  
  .search-wrap {
  	width: 120% !important;
  }
  
  .search-wrap .row-fluid:first-child {
  	position: relative;
  }
  
  .search-wrap .span6 {
  	display: block !important;
    position: absolute;
    top: 40px;
    right: 45px;
  }
}

@media(min-width: 992px) and (max-width: 993px) {
  .menu-top {
  	width: 65.74585634900001% !important;
  }
  
  .search-icon {
  	width: 5.801104972% !important;
  }
}

@media(min-width: 1100px) {
  .menu-top {
  	margin-top: -20px;
  }
  
  .search-icon {
  	right: 0;
  }
  
  .search-wrap .span6 {
  	right: 10px;
  }
}

@media(min-width: 1400px) {
  .custom-menu-primary.js-enabled {
  	margin-left: -130px !important;
  }
  
  .search-field {
  	right: 140px !important;
  }
}

@media(min-width: 576px) and (max-width: 991px) {
  .search-wrap .span6 {
  	margin-top: -10px;
  }
  
  .search-icon {
  	margin-top: 10px;
  }
}

.blog-item {
	z-index: 1;
}

/* RESPONSIVE HEADER */
@media(min-width: 768px) {

  
.header-container.container-fluid .row-fluid:nth-of-type(1) .span12.blog-item {
  	position: fixed;
  	width: 100%;
  	top: 0;
  	left: 0;
  	padding: 20px;
  	padding-top: 0;	
  	background: white;
	} 
  
  .header-container-wrapper {
  	margin-bottom: 100px;
  }
  
  .header-container-wrapper .row-fluid {
  	height: 100%;
  }
  
  .search-icon {
    margin-top: -40px;
  	margin-right: -10px;
  }
  
  .blog-item {
  	transition-duration: 0.3s;
  }
  
  .mobile-trigger {
  	padding-right: 0;
    background: none;
  }
  
  .search-icon {
  	margin: -50px -10px 0 0;   
  }
  
  .custom-menu-primary.js-enabled {
  	margin-top: 25px;
  }
}

@media(max-width: 767px) {
  .blog-item {
  	height: 90px;
  }
  
  .search-wrap {
  	margin-top: -50px;
  }
}

@media(min-width: 768px) {
  
  .nav-logo img {
  	max-width: 73px;
  }
  
  .blog-item {
  	heighT: 90px;
  }
}

@media(min-width: 768px) and (max-width: 991) {
  .nav-logo {
  	padding-top: 10px;
  }
} 


@media(min-width: 992px) {
  
  .header-container-wrapper {
  	margin-bottom: 200px;
  }
  
  .custom-menu-primary.js-enabled {
    margin-left: -30px !important;
  }
  
  div.menu-top {
  	margin: 90px 0px 0px 30px;
    float: left !important;
    text-align: right;
  }
  
  div.menu-top .row-fluid,
  div.menu-top .row-fluid-wrapper {
  	position: relative;
  }
  
  div.menu-top .row-fluid {
  	height: 28px !important;
  }
  
  .search-wrap, 
  .custom-menu-primary.js-enabled {
  	position: absolute;
  }
  
  .custom-menu-primary.js-enabled ul {
  	position: absolute;
    right: 0;
  }
  
  .search-wrap .span1 {
  	margin-top: -70px !important;
  }
  
  .search-wrap .span6 {
  	margin-top: -60px !important;
    margin-right: 10px;
  }
  
  .search-icon {
  	margin-right: -5px;
  }
  
  .blog-item {
  	height: 215px;
  }
  
  .nav-logo img {
  	max-width: 167px;
  }
}
 
@media(min-width: 1100px) {
  .hs-menu-wrapper {
  	text-align: left;
		margin-top: -20px;
  }
  
  div.menu-top {
  	float: right !important;
  }  
    
  .search-wrap, 
  .custom-menu-primary.js-enabled {
  	position: absolute;
    right: 22px;
  }
  
  .custom-menu-primary.js-enabled ul {
  	position: absolute;
    right: 0;
  }
  
  .header-container .blog-item .hs-menu-wrapper .hs-menu-item {
  	margin: 25px 1px 0;
  }
}

@media(min-width: 1200px) {
	.header-container .blog-item .hs-menu-wrapper .hs-menu-item {
  	margin: 25px 4px 0;
  }
}

@media(min-width: 1400px) { 
  .header-container .blog-item .hs-menu-wrapper .hs-menu-item {
  	margin: 25px 15px 0;
  }
}

.height-45 {
  height: 45px !important;
}

.height-107 {
	height: 107.5px !important;
}

.height-146 {
	height: 146px !important;
}

.width-26 {
  width: 26px !important;
  margin-top: 10px;
}

.width-73 {
	width: 73px !important;
  margin-top: 0;
}

.width-99 {
	width: 99px !important;
}

.width-104 {
	width: 104px !important;
}

.width-167 {
	width: 167px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.box-shadow {
	box-shadow: 20px -2px 15px #ababab;
}

@media(min-width: 992px) {
  .search-field {
  	margin-top: -10px !important;
  }
}

.header-container .hs-search-field .hs-search-field__bar .hs-search-field__input {
	width: 0;
  border: none;
  transition-property: width;
  transition-duration: 0.3s;
}

.nav-logo img {
	transition-duration: 0.3s;
}

@media(max-width: 767px) {
	.nav-logo img {
    max-width: 104px;
	}	
}

.blog-sidebar.sidebar.right div.block:last-child .filter-expand-link {
	margin-left: 20px;
  margin-bottom: 20px;
}

body.landing-page .hs-form.stacked .hs-button.large.primary {
	margin-top: 20px;
}

#email-prefs-form input[type="submit"] {
	margin-bottom: 20px;
}

.hs-search-module .hs-button.primary,
.widget-type-password_prompt input[type="submit"],
#email-prefs-form input[type="submit"],
.blog-sidebar.sidebar.right input[type="submit"],
.blog-sidebar.sidebar.right div.block:last-child .filter-expand-link,
body.landing-page .hs-form.stacked .hs-button.large.primary {
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px !important;
    text-transform: uppercase;
    background: #0d91d1;
    color: #fff;
    border: 3px solid #0d91d1;
    border-width: 2px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    text-shadow: none;
    border-radius: 0px;
    height: 50px !important;
    line-height: 45px !important;
  	box-sizing: border-box;
  	padding: 0 25px 0;
}

.hs-search-module .hs-button.primary:hover,
.widget-type-password_prompt input[type="submit"]:hover,
#email-prefs-form input[type="submit"]:hover,
.blog-sidebar.sidebar.right input[type="submit"]:hover,
body.landing-page .hs-form.stacked .hs-button.large.primary:hover {
	background: #fff;
  color: #0d91d1;
}

/* Body
   ========================================================================== */
.post-container {
  padding: 46px 10px 0;
}

@media(max-width: 576px) {
  .row-fluid .post-item .post-body .span6 {
  	height: auto !important;
  }
  
  .row-fluid .post-item .post-body .span6 .blog-text {
  	height: unset !important;
  }
}

.post-container.pt {
	padding-top: 20px !important;
}

@media(min-width: 768px) {
  .post-container {
    float: none !important;
    margin: 0 auto !important;    
  }
}

@media(max-width: 767px) {
  .post-container {
  	max-width: 85%;
  	margin-left: auto !important;
  	margin-right: auto !important;
 		padding-left: 0;
  	padding-right: 0;
  }
}

@media(min-width: 768px) {
	.post-container {
    max-width: 1370px;
  	padding: 0 50px !important;
  	margin-left: auto !important;
  	margin-right: auto !important;
  }
  
  .nav-logo {
  	padding-left: 30px;
  }
}

.blog-content .post-item {
	border-bottom: 1px solid #8dc63f;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.blog-content .post-header h1 {
	color: #414142;
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  text-transform: uppercase;
}

.blog-content .post-header .author-link {
	color: #747478;
  font-family: Arial;
  font-size: 16px;
  line-height: 26px;  
}

.blog-content .post-header .hubspot-editable {
  
  color: #747478;
  font-family: Arial;
  font-size: 16px;
  line-height: 26px; 
}

.blog-content .blog-section hr {
  height: 1px;
  border: none;
	background-color: rgba(145, 145, 149, 0.3);
}

.blog-content .post-header h1 a {
	color: #414142;
}

.blog-content .hs-featured-image-wrapper {
	margin-bottom: 20px;
}

.post-container a {
	color: #8dc63f;
  text-decoration: none;
}

.post-container a:hover {
	text-decoration: underline;
  text-decoration-color: #8dc63f;
}

.blog-content .hs-blog-social-share {
	  border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    color: #e2e2e2;
    margin: 0;
    padding: 7px 0 0;
    height: auto;
}

.blog-content .hs-blog-social-share ul {
	margin: 0;
}

.blog-content .post-body strong {
	font-family: Arial;
  font-size: 18px;
  line-height: 26px;
  color: #414142;
  font-weight: bold;
}

.blog-content .post-body h1,
.blog-content .post-body h2,
.blog-content .post-body h3,
.blog-content .post-body h4,
.blog-content .post-body h5,
.blog-content .post-body h6 {
	color: #414142;
}

.blog-content .post-body hr {
	width: 100%;
}

.blog-content .post-body p span {
    font-family: Arial;
    font-size: 18px !important;
    line-height: 26px;
  	color: #747478;
}

.blog-content .post-body.clearfix {
	padding-top: 20px;
}

.blog-content .custom_listing_comments {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px 0 20px;
}

.blog-content #hubspot-topic_data {
	padding-top: 15px;
  margin-bottom: 1em;
}

.blog-content .hs-featured-image {
	width: 100%;
  max-width: 100%;
}

.blog-content .hs-featured-image-wrapper {
	width: 100%;
  padding-right: 10px;
  float: left;
}

.blog-content .hs-featured-image-wrapper + h2 {
	margin: 0;
  color: #8dc63f;
}

.blog-content .hs-featured-image-wrapper + p {
	margin-top: 0;
}

.blog-content .blog-pagination {  	
  text-align: center;
  background-color: #e9e9ea;
}

.blog-content .blog-pagination a {
  color: #919195;
  padding: 5px 10px;
  display: inline-block;
	text-decoration: underline;
}

@media(min-width: 480px) {
  .blog-content .hs-featured-image-wrapper {
		width: 50%;
	}
}

/* ------ Sidebar ------ */
.post-container .blog-email {
	border: 1px solid #8dc63f;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.post-container .news-sidebar h3 {
	background-color: #8dc63f;
  padding: 9px 10px 8px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  color: white;
  margin-top: 0;
}

.post-container .blog-email h3 + div {
	padding: 0 10px;
}

.post-container .news-sidebar label {
  font-size: 14px;
	font-weight: bold;   
}

.post-container .news-sidebar .inputs-list {
  padding-left: 0;
  list-style-type: none;
}

.post-container .news-sidebar .hs_recaptcha {
	margin-top: 18px;
  margin-bottom: 7px;
}

.post-container .news-sidebar .hs-submit input {
	font-size: 14px;
  cursor: pointer;
  color: white;
  min-width: 160px;
  padding: 8px 8px 7px;
  text-transform: uppercase;
  border: none;
  background-color: #8dc63f;
}

.post-container .news-sidebar .hs-submit input:hover {
	background-color: #919195;
}

.post-container .post-listing ul,
.post-container .post-filter ul {
  margin: 0;
	padding: 5px 0;
  list-style-type: none;
}

.post-container .post-listing ul li a,
.post-container .post-filter ul li a {
	text-decoration: none;
  color: #919195;
  font-size: 14px;
  line-height: 20px;
  transition-duration: 0.3s;
}

.post-container .post-listing ul li a:hover,
.post-container .post-filter ul li a:hover {
	color: #8dc63f;
}

/*.post-container .post-listing ul li,
.post-container .post-filter ul li {
	padding: 2px 10px 2px 50px;
}*/

.post-container .post-filter h3,
.post-container .post-listing h3 {
	margin-bottom: 0;
}

.subscribe-email {
	padding-top: 120px;
  padding-bottom: 120px;
}

.subscribe-email h1 {
	font-family: Arial;
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
  color: #414142;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
}

.subscribe-email h2,
.subscribe-email h2 span {
	font-family: Arial;
  font-size: 18px;
  line-height: 26px;
  color: #414142;
  text-align: center;
  font-weight: normal;
  margin-top: 0;
}

.subscribe-email .fine-print h2 span {
	color: #747478;
  font-family: Arial;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.subscribe-email .hs-cta-node a.cta_button {
	border-radius: 0;
  margin: 0;
  padding: 12px 40px;
  font-size: 15px;
  line-height: 17px;
  font-family: Arial;
  font-weight: bold;
  border-bottom-style: none;
  background-color: #0094D4;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-color: #0094D4!important;
  border: 3px solid;
  transition: all 0.3s;
  width: 184px;
  height: 47px;
  font-size: 15px !important;
  padding: 0 !important;
  text-align: center;
  line-height: 45px !important;
  margin: 0 auto;
  display: block !important;
 	box-sizing: border-box !important;
  height: 50px !important;
}

.hs-form,
.widget-type-password_prompt {
	margin-bottom: 20px;
}

.hs-form input:not([type="checkbox"]):not([type="submit"]),
.widget-type-password_prompt input[type="password"],
.hs-input.email-edit {
	width:40%;
 	height:50px !important;
  border:none;
 	background-color:rgba(145, 145, 149, 0.1);
  padding: 12px 30px;
}

.hs-form input[type="email"] {width: 100% !important;}

a#cta_button_538978_3b6126a4-98f1-4784-8be5-95a8897282cb:hover {
	background-color: white !important;
  color: #0094D4;
}

.blog-content.blog-post .blog-section .post-body p {
	margin-bottom: 0.85em;
}

.blog-content.blog-post .blog-section .post-body h2 {
	font-family: Arial;
  font-size: 26px !important;
  font-weight: bold;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
 	color: #509E3A;
}

@media(min-width: 768px) {
  .blog-content.blog-post .blog-section img {
  	width: calc(100% * (2 / 3)) !important;
    margin: 0 !important;
  }
  
  .blog-content.blog-post .blog-section .post-body p,
  .blog-content.blog-post .blog-section .post-body h2,
  .blog-content.blog-post .blog-section .post-body h3 {
  	width: 100%;
  }
}

@media(min-width: 992px) {
   
  .blog-content.blog-post .blog-section img {
    width: calc(100% * (5 / 6)) !important;
  	max-width: 630px !important;
  }
}

@media(min-width: 1400px) {	  
  .blog-content.blog-post .blog-section .post-body p {
  	width: 70%;    
  }
}

.blog-content.blog-post .post-header h1 a {
	text-decoration: none;
}

.blog-section .green-line,
.hs_cos_wrapper .green-line,
.blog-post-wrapper .green-line,
.blog-listing-wrapper .green-line {
	background: linear-gradient(225deg, #439539 0%, #8BC63F 100%);
 	height: 6px;
  width: 100%;
 	border: none;
}

.section.post-body h2,
.section.post-body h3 {
	width: 100%;
}

.blog-sidebar.sidebar.right {
	margin-top: 50px;
}

.blog-sidebar.sidebar.right .row-fluid-wrapper:first-child .span12 {
	padding-top: 0;
}

.blog-sidebar ul.inputs-list {
	list-style-type: none;
}

.blog-sidebar.sidebar.right div.block {
	border: 1px solid rgba(145,145,149,0.3);
}

@media (max-width: 767px) {
  .sidebar.right {
      flex: 1 0 90%;
      order: 3;
    }
}

.sidebar h3:first-child {
  background-color: #8dc63f;
  color: #ffffff;
  margin: -21px -11px 21px;
  padding: 9px 10px 8px; 
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
}

.sidebar .widget-type-rich_text,  /* Rich Text */
.sidebar .widget-type-text, /* One Line Of Text */
.sidebar .widget-type-page_footer, /*  Global Footer */
.sidebar .widget-type-logo, /* Global Logo */
.sidebar .widget-type-linked_image, /* Image */
.sidebar .widget-type-image_slider, /* Slider */
.sidebar .widget-type-header, /* Header */
.sidebar .widget-type-section_header,  /* Section Header */
.sidebar .widget-type-form, /* Form */
.sidebar .widget-type-social_sharing, /* Social Sharing */
.sidebar .widget-type-follow_me, /* Follow Me */
/* .sidebar .widget-type-post_listing, /* Post Listing */
/* .sidebar .widget-type-post_filter,  Post Filter */
.sidebar .widget-type-blog_subscribe, /* Blog Subscribe */
.sidebar .widget-type-cta, /* CTA */
/*.sidebar .widget-type-menu,  Vertical & Horizontal Menu */
/*.sidebar .widget-type-simple_menu,  Simple Menu */
.sidebar .widget-type-raw_html, /* Custom HTML */
.sidebar .widget-type-raw_jinja, /* HubL Template (custom jinja) */
.sidebar .widget-type-google_search, /* Google Search */
.sidebar .widget-type-space, /* Horizontal Spacer */
.sidebar .widget-type-rss_listing,  /* RSS */ 
.sidebar .widget-type-password_prompt,  /* Password Prompt */
.sidebar .widget-type-email_simple_subscription, /*Backup Unsubscribe */
.sidebar .widget-type-email_subscriptions,  /*Subscription Preferences */
.sidebar .widget-type-email_subscriptions_confirmation,  /*Subscriptions Update Confirmation*/
.sidebar .widget-type-blog_content, /* Blog */
.sidebar .widget-type-blog_comments /* Comments */ {
  border: 1px solid rgba(145,145,149,0.3);
  padding: 20px 10px;
  display: block;
  margin-bottom: 20px;

}

/* Modules that stay in Flexible */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_rich_text,/* Rich Text */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_text,/* One Line Of Text */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_page_footer,/*  Global Footer */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_logo,/* Global Logo */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_linked_image,/* Image */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_image_slider,/* Slider */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_header,/* Header */
/*.sidebar .widget-type-widget_container .hs_cos_wrapper_type_simple_menu, Simple Menu */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_section_header, /* Section Header */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_form, /* Form */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_social_sharing,/* Social Sharing */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_follow_me,/* Follow Me */
/* .sidebar .widget-type-widget_container .hs_cos_wrapper_type_post_listing,/* Post Listing */
/* .sidebar .widget-type-widget_container .hs_cos_wrapper_type_post_filter,/* Post Filter */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_blog_subscribe,/* Blog Subscribe */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_cta, /* CTA */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_raw_html, /* Custom HTML */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_google_search,/* Google Search */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_space,/* Horizontal Spacer */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_rss_listing /* RSS */  {
  border: 1px solid rgba(145,145,149,0.3);
  padding: 20px 10px;
  margin-bottom: 20px;
  display: block;
}

.sidebar .widget-type-post_listing,
.sidebar .widget-type-post_filter {margin-bottom: 20px;}

.sidebar .widget-type-post_listing h3:first-child,
.sidebar .widget-type-post_filter h3:first-child {
  padding: 9px 10px 8px;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  cursor: pointer;
}

.sidebar .widget-type-post_listing h3:first-child:after,
.sidebar .widget-type-post_filter h3:first-child:after {content: "▲";float: right;}

.sidebar .widget-type-post_filter h3.close-listing,
.sidebar .widget-type-post_listing h3.close-listing {
  background: none repeat scroll 0 0 #e9e9e9;
  color: #919195;  
}

.sidebar .widget-type-post_filter h3.close-listing:after,
.sidebar .widget-type-post_listing h3.close-listing:after {
  content: "▼";
}

.sidebar .widget-type-post_filter h3.close-listing + div,
.sidebar .widget-type-post_listing h3.close-listing + div {display: none;}

/* Footer
   ========================================================================== */
.footer-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
 		color:#919195;
}
@media (min-width: 576px){
.footer-container {
    max-width: 540px;
  }}
@media (min-width: 768px){
.footer-container {
    max-width: 720px;
  }}
@media (min-width: 992px){
.footer-container{
    max-width: 960px;
  }}
@media (min-width: 1400px){
.footer-container{
    max-width: 1270px !important;
  }}
.footer-container-wrapper{
    background-color: rgba(145, 145, 149, 0.1);
    padding: 50px 0 50px 0;
}
#custom_footer-wrapper .sekcija{
  margin: 30px 0;
}
#custom_footer-wrapper p{color:#919195;}
#custom_footer-wrapper ul.menu {
    margin: 0;
    padding: 0;
    float: none;
    list-style-type: none;
  
}
#custom_footer-wrapper ul.menu.contact a {
    text-transform:none;
}
#custom_footer-wrapper ul.menu.contact li.menu-item{
	padding:5px 0; 
}
#custom_footer-wrapper ul.menu li.menu-item{
  padding: 12px 0px 12px 0;
  position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    clear: both;
  color:#919195;
}
#custom_footer-wrapper ul.menu li.menu-item a{
	padding: 0;
  text-transform: uppercase;
}
#custom_footer-wrapper ul.menu.contact li.menu-item a {
    text-transform:none;
}
#custom_footer-wrapper a{
  text-decoration:none;
}

#custom_footer-wrapper h3{
  color: #414142;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  text-transform:uppercase;
  margin-bottom:8px;
  margin-top:.85em;
}
#custom_footer-wrapper a, #custom_footer-wrapper a p{
  color: #919195;
    font-family: Arial;
    font-size: 15px;
    line-height: 26px;
    
    font-weight: normal;
    padding: 12px 0px 12px 0;
}
#custom_footer-wrapper a:hover, #custom_footer-wrapper a:hover p{
  color: #509E3A;
}

#custom_footer-wrapper .follow_wrapper{
  margin:30px 0;
}
#custom_footer-wrapper .follow_wrapper .follow {
    display: inline-block;
    width: 36px;
    height: 36px;
    position: relative;
    border: 2px solid #919195;
    margin-right: 20px;
  	padding:0;
}
@media(min-width:992px){
  #custom_footer-wrapper .follow_wrapper .follow {
      margin-right: 0px;
  }
}
@media(min-width:1200px){
  #custom_footer-wrapper .follow_wrapper .follow {
      margin-right: 9px;
  }
}

#custom_footer-wrapper .follow_wrapper .follow:hover {
    background: linear-gradient(225deg, #439539 0%, #8BC63F 100%);
    transition: all 0.3s;
    
}
#custom_footer-wrapper .follow_wrapper .follow .green_icon{
 display:block; 
  margin:0 auto;
  padding: 6.5px;
}
#custom_footer-wrapper .follow_wrapper .follow .white_icon{
 display:none; 
  margin:0 auto;
  padding: 6.5px;
}
#custom_footer-wrapper .follow_wrapper .follow:hover .green_icon{
 display:none; 
}
#custom_footer-wrapper .follow_wrapper .follow:hover .white_icon{
 display:block; 
}
/*#custom_footer-wrapper .sekcija .row-fluid-wrapper{
  margin-left:6%
}*/
#custom_footer-wrapper .sekcija:first-child .row-fluid-wrapper{
  margin-left:0
}



@media (min-width: 1280px){
  .row-fluid .span6 {
      width: 50%;
  }
}

.no-navigation {
	max-width: 1370px;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 1370px !important;
  margin-top: 10px;
  float: none! important;
  
}

@media (min-width: 768px) {
  .no-navigation {
    padding: 0 50px !important;
  }
  
  .hs-landing-page .header-container {
		max-width: none !important;
	}
}


.hs-landing-page .header-container-wrapper {
	margin-bottom: 0 !important;
  padding-bottom: 10px;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.1);
}

.hs-form input:not([type="checkbox"]):not([type="submit"]), .widget-type-password_prompt input[type="password"], .hs-input.email-edit {
	width: 100% !important;
      font-family: Arial;
    font-size: 14px;
    line-height: 26px;
  color: #747478;
}

.hs-landing-page .hs-input {

}

@media (min-width: 768px) {
	.hs-landing-page .header-container-wrapper {
  	margin-bottom: 50px !important;
  }
  
  .hs-landing-page .header-container-wrapper {
  	margin-bottom: 50px !important;
  }
  
  .hs-landing-page .thank-you {
   margin-top: 200px !important;
  }
}

.inputs-list {
	margin: 0;
  padding: 0;
}

.inputs-list li {
	list-style-type: none;
}

.hs-landing-page .body-container,
.hs-landing-page .body-container p {
font-family: Arial;
font-size: 18px;
line-height: 26px;
color: #747578;
}

.hs-landing-page .body-container h1 {
  font-family: Arial;
font-size: 40px;
font-weight: bold;
line-height: 50px;
color: #414142;
text-transform: uppercase;
letter-spacing: 0;

}

.hs-landing-page .body-container h2 {
  font-family: Arial;
font-size: 26px;
font-weight: bold;
line-height: 32px;
color: #414142;
text-transform: uppercase;
letter-spacing: 0.5px;

}

.hs-landing-page .body-container h3 {
font-family: Arial;
font-size: 18px;
font-weight: bold;
line-height: 24px;
color: #414142;
text-transform: uppercase;
letter-spacing: 0.2px;


}

.post-container a {
color: #0094D4;
}

.post-container a:hover {
    text-decoration: underline;
    text-decoration-color: #0094D4;
}

.hs_cos_wrapper_type_social_sharing a {
	display: inline-block;
  margin-right: 5px;
}

.height-107 {
	box-shadow: 0 2px 7px 0 rgba(0,0,0,0.1);
}

.hs-button-two-lines {
	white-space: normal !important;
    width: 100% !important;
    height: 60px !important;
    line-height: 1.5 !important;
}

.fb_iframe_widget {
	top: -6px;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item.hs-blog-social-share-item-linkedin {
	margin-right: 10px;
}

body{
  color: #747478;
  font-family: Arial;
  font-size: 16px;
  line-height: 26px;
}

@media(max-width:992px){
  .row-fluid [class*="span"]{
   	display: block;
    float: none;
    width: auto; 
  }
}

.menu-top{
 float:right !important; 
}
/*
.search-wrap .widget-type-custom_widget{
  margin-left:0;
}
.search-wrap .widget-type-custom_widget.search-field{
  margin-right:0;
}
.search-icon > div:first-child {
    position: absolute;
    bottom: 0;
    left: 5px;
}*/

/*.nav-logo img{
  width:167px !important;
  max-width:167px !important;
}*/

.green-block{
  width: 38%;
  background: linear-gradient(225deg, #439539 0%, #8BC63F 100%);
  padding: 60px;}
@media(min-width:992px){
  .green-block{
  width: 50%;
  background: linear-gradient(225deg, #439539 0%, #8BC63F 100%);
  padding: 60px;
  box-sizing: border-box;
  }  
}
@media(min-width:1400px){
  .green-block{
  width: 37%;
  background: linear-gradient(225deg, #439539 0%, #8BC63F 100%);
  padding: 60px;
  padding-right:16%;
    box-sizing:content-box;
  }
}

.green-block h1{
  font-family: Arial;
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  color: #414142;
  text-transform: uppercase;
  letter-spacing: 0;
  color:#ffffff;
  margin-bottom:14px;
  margin-top:0;
}
.green-block h3{
  font-family: Arial;
  font-size: 18px;
  line-height: 26px;
  opacity: 0.8;
  margin-bottom: 0;
  color:#ffffff;
}
.solution_number{display:none;}
.blog-content .post-body.clearfix{padding-top:0;}
.blog-content .post-item{width:100%; display:block; border-bottom:none; margin-bottom: .5em; padding-bottom:0;}
.row-fluid  .post-item .post-body  .span6:nth-child(2) {
    margin-left:0 !important;
}
@media(min-width:1400px){
  .solution_number{
    display:inline-block;
    width:16%;
    height:30px;
    top:20px;
    position:relative;
    float:left;
    
  }
  /*.blog-content .post-item{
    width:84%;
    display:inline-block;
  }*/
  .blog-content .post-item{
    display:block;
    margin-left:16%;
    
    width:100%;
    max-width:84%;
    
  }
}
.blog-content .hs-featured-image-wrapper{
  padding-right:0px;
  width:100%;
}

.blog-content .hs-featured-image-wrapper .hs-featured-image-link{
 height:379px;
  background-size:cover;
  display:block;
}
.row-fluid .post-item .post-body .span6{
  height:379px;
  overflow:hidden;
}
.row-fluid .post-item .post-body .span6 .blog-text{
 height:287px; 
}
.blog-content .hs-featured-image-wrapper .hs-featured-image{
  margin:0;
}
.blog-text{
  display:inline-block;
  padding: 40px 53px 50px 30px;
  border: 1px solid rgba(145, 145, 149, 0.3);
}
.blog-text h2 a{
  	font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #414142;
    text-transform: uppercase;
    letter-spacing: 0.2px;
  	margin-top: 0;
  	text-align: left;	
}
.blog-text h2 a:hover{
  text-decoration:none;
}
.blog-text #hubspot-author_data{
    color: #747478;
    font-family: Arial;
    font-size: 16px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 5px;
}
.blog-text .more-link{
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    line-height: 17px;
    text-align: left;
    text-transform: uppercase;
    background-position: bottom left;
    background-size: 0% 3px;
  	background-image: linear-gradient(225deg, #0094D4 0%, #0094D4 100%);
    background-repeat: no-repeat;
    transition: all 0.3s;
    padding-bottom: 8px;
    letter-spacing: 1px;
  	display:inline-block;
  	margin-top:20px;
  color:#0094D4;
}
.blog-text .more-link:hover{
  	background-size: 100% 3px;
  	text-decoration:none;
}
.blog-content .blog-pagination{
 background-color:transparent;
      margin-top: 70px;
    text-align: center;
}
.blog-content .blog-pagination .page-number{
      color: #414142;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 7px;
  text-decoration:none;
}
.blog-content .blog-pagination .page-number.current{
  color: #509E3A;
}
.green-hr{
  	min-height: 0;
    height: 6px;
    background: linear-gradient(225deg, #439539 0%, #8BC63F 100%);
  	margin-top: 120px;
}
.blog-content.blog-post .blog-section .post-body .hs-cta-wrapper .cta_button  p{
  width:100%;
  margin-bottom:0;
}
.subscribe-email form{
 	text-align:center;
}
@media(min-width:768px){
	.subscribe-email form input {
    width:40%;
    height:50px;
    border:none;
    background-color:rgba(145, 145, 149, 0.1);
    padding: 12px 30px;
  }
  .subscribe-email form input:focus{
  	box-shadow:0px 0px 2px 0px rgba(0,0,0,0.2);
    outline:none;
	}
  .subscribe-email form .hs-cta-node a.cta_button{
   	display:inline-block !important; 
  }
}

@media (min-width: 992px){
  .search-wrap .span6 {
      display: block !important;
      position: absolute;
      top: 40px;
      right: 10px;
  }
  .search-wrap, .custom-menu-primary.js-enabled {
    position: absolute;
    right: 0px;
}
  .nav-logo {
      width: initial !important; 
  }
  div.menu-top {
      margin: 90px 0px 0px 30px;
      float: right !important;
      text-align: right;
  }
  .search-icon {
      position: absolute;
      top: 60px;
      right: 0;
  }
}