@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

/***********************************************/
/* 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    */
/*****************************************/
/* 
 * Select2 GLB theme 
 * 
 * Located: GLB/Coded_Files/StylesSheet/select2-glb-theme.css
 */
.select2-container--glb{
    
}
.select2-container--glb .select2-selection{
    background-color: #104F3A;
    color: #fff;
    outline: 0;
}
.select2-container--glb .select2-selection--single{
    height: 60px;
    position: relative;
}
.select2-container--glb .select2-selection--single .select2-selection__rendered{
    line-height: 60px;
    font-size: 16px;
    letter-spacing: .3px;
}
.select2-container--glb .select2-selection--single .select2-selection__arrow{
    position: absolute;
    width: 15px;
    height: 10px;
    background: url('https://4407912.fs1.hubspotusercontent-na1.net/hubfs/4407912/assets/images/ic-arrow-down-green.png') no-repeat;
    top: 25px;
    right: 25px;
}
.select2-container--glb .select2-dropdown{
    border-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.select2-container--glb .select2-dropdown .select2-results{
    height: 500px;
    overflow-y: scroll;
} 
.select2-container--glb .select2-dropdown .select2-results__options .select2-results__option{
    padding: 25px 20px;
    border-bottom: 1px solid #e2e2e2;
    color: rgba(63, 85, 94, .7);
}
.select2-container--glb .select2-dropdown .select2-results__options .select2-results__option[aria-selected="true"]{
	  background-color: #5D942C;
    color: #fff;
}
.select2-container--glb .select2-dropdown .select2-results__options .select2-results__option:hover{
    color: #3F525E;
}
.select2-container--glb .select2-dropdown .select2-results__options .select2-results__option:last-child{
    border-bottom-color: transparent;
}
.select2-container--glb .select2-dropdown .select2-results__options .select2-results__option--highlighted{
		color: #3F525E;
}
.select2-container--glb.select2-container--disabled .select2-selection{
	 background-color: #777 !important;
   color: #555;
}
::-webkit-input-placeholder,
::-moz-placeholder,
::-moz-placeholder, 
::-ms-placeholder,
::placeholder {
  	color: #bebebe;
}
html {
    /* Prevent font scaling in landscape while allowing user zoom */
    -webkit-text-size-adjust: 100%; 
}
body{
    font-family: Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}
body, html{
    height: 100%;
    min-height: 100%;
}
b, strong{
    font-weight: 700;
}
h1{
    margin: 30px 0;
    font-size: 46px;
    line-height: 48px;
}
h2{
    margin: 25px 0;
    font-size: 44px;
    line-height: 46px;
}
h3{
    margin: 0;
    font-size: 40px;
    line-height: 42px;
}
h4{
    margin: 15px 0;
    font-size: 24px;
    line-height: 26px;
}
h5{
    margin: 10px 0;
    font-size: 20px;
    line-height: 22px;
}
h6{
    margin: 5px 0;
    font-size: 18px;
    line-height: 20px;
}
h1, h2, h3, h4, h5, h6{
    letter-spacing: .28px;
}
ul{
    margin: 0;
	  padding-left: 12px;
	  line-height: 23px;
}
p{
    margin: 0;
}

/* -------------------------------------------------------------------------- */
/* Spacing helpers */
/* -------------------------------------------------------------------------- */
.m-0  { margin:        0; }
.mt-0 { margin-top:    0; }
.mr-0 { margin-right:  0; }
.mb-0 { margin-bottom: 0; }
.ml-0 { margin-left:   0; }

.m-1  { margin:        10px; }
.mt-1 { margin-top:    10px; }
.mr-1 { margin-right:  10px; }
.mb-1 { margin-bottom: 10px; }
.ml-1 { margin-left:   10px; }

.m-2  { margin:        20px; }
.mt-2 { margin-top:    20px; }
.mr-2 { margin-right:  20px; }
.mb-2 { margin-bottom: 20px; }
.ml-2 { margin-left:   20px; }

.m-3  { margin:        30px; }
.mt-3 { margin-top:    30px; }
.mr-3 { margin-right:  30px; }
.mb-3 { margin-bottom: 30px; }
.ml-3 { margin-left:   30px; }

.m-4  { margin:        40px; }
.mt-4 { margin-top:    40px; }
.mr-4 { margin-right:  40px; }
.mb-4 { margin-bottom: 40px; }
.ml-4 { margin-left:   40px; }

.m-5  { margin:        50px; }
.mt-5 { margin-top:    50px; }
.mr-5 { margin-right:  50px; }
.mb-5 { margin-bottom: 50px; }
.ml-5 { margin-left:   50px; }

.p-0  { padding:        0; }
.pt-0 { padding-top:    0; }
.pr-0 { padding-right:  0; }
.pb-0 { padding-bottom: 0; }
.pl-0 { padding-left:   0; }

.p-1  { padding:        10px; }
.pt-1 { padding-top:    10px; }
.pr-1 { padding-right:  10px; }
.pb-1 { padding-bottom: 10px; }
.pl-1 { padding-left:   10px; }

.p-2  { padding:        20px; }
.pt-2 { padding-top:    20px; }
.pr-2 { padding-right:  20px; }
.pb-2 { padding-bottom: 20px; }
.pl-2 { padding-left:   20px; }

.p-3  { padding:        30px; }
.pt-3 { padding-top:    30px; }
.pr-3 { padding-right:  30px; }
.pb-3 { padding-bottom: 30px; }
.pl-3 { padding-left:   30px; }

.p-4  { padding:        40px; }
.pt-4 { padding-top:    40px; }
.pr-4 { padding-right:  40px; }
.pb-4 { padding-bottom: 40px; }
.pl-4 { padding-left:   40px; }

.p-5  { padding:        50px; }
.pt-5 { padding-top:    50px; }
.pr-5 { padding-right:  50px; }
.pb-5 { padding-bottom: 50px; }
.pl-5 { padding-left:   50px; }

.p-6  { padding:        60px; }
.pt-6 { padding-top:    60px; }
.pr-6 { padding-right:  60px; }
.pb-6 { padding-bottom: 60px; }
.pl-6 { padding-left:   60px; }

/* -------------------------------------------------------------------------- */
/* Text helpers */
/* -------------------------------------------------------------------------- */
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-justify{
    text-align: justify;
}
.text-lowercase{
    text-transform: lowercase;
}
.text-uppercase{
    text-transform: uppercase;
}
.text-capitalize{
    text-transform: capitalize;
}
.text-primary{
    color: #5D942C !important;
}
.text-secondary{
    color: #104F3A !important;
}
.text-no-line {
		background: transparent !important;
    padding-bottom: 0 !important;
}
.text-danger{
    color: #dc3545 !important;
}
.text-white{
    color: #fff !important;
}
.text-muted{
    color: #777 !important;
}


/* -------------------------------------------------------------------------- */
/* Background helpers */
/* -------------------------------------------------------------------------- */
.bg-primary{
    background-color: #5D942C !important;
}
.bg-secondary{
    background-color: #104F3A !important;
}
.bg-white{
    background-color: #fff !important;
}
.bg-gray{
    background-color: #3F525E !important;
}
.bg-image{
    min-height: 350px;
    background-color: #eee;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-image-fixed{
		background-attachment: fixed;
}
.bg-light-gray{
    background-color: #f5f5f5;
}

/* -------------------------------------------------------------------------- */
/* Block helpers */
/* -------------------------------------------------------------------------- */
.block{
    padding: 60px 0;
}
.block .title{
    margin-top: 0;
}
.block .description{
    float: none;
    max-width: 620px;
    margin: 0 auto;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 40px;
    text-align: center;
    font-size: 16px;
    color: #3F525E; 
}
.block .description p,
.block .description span{
    line-height: 28px;
    letter-spacing: .33px;
}

/* -------------------------------------------------------------------------- */
/* Position helpers */
/* -------------------------------------------------------------------------- */
.fixed-bottom,
.fixed-left,
.fixed-right,
.fixed-top {
    position: fixed;
}
.fixed-top {
    top: 0;
    left: 0;
    right: 0;
}
.fixed-right {
    top: 0;
    right: 0;
    bottom: 0;
}
.fixed-bottom {
    right: 0;
    bottom: 0;
    left: 0;
}
.fixed-left {
    top: 0;
    bottom: 0;
    left: 0;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.center-block{
    margin-left: auto;
    margin-right: auto;
}

/* -------------------------------------------------------------------------- */
/* /* Display helpers */
/* -------------------------------------------------------------------------- */
.d-block{
    display: block;
}
.d-inline{
    display: inline;
}
.d-inline-block{
    display: inline-block;
}
.d-flex{
    display: flex;
}
.d-none{
    display: none;
}

/* -------------------------------------------------------------------------- */
/* /* Border-radius helpers */
/* -------------------------------------------------------------------------- */
.rounded{
    border-radius: 5px !important;
}
.rounded-top{
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}
.rounded-right {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
.rounded-bottom {
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-0 {
    border-radius: 0 !important;
}


/* -------------------------------------------------------------------------- */
/* /* Border Top And Bottom */
/* -------------------------------------------------------------------------- */

.br-btm {
	border-bottom: 1px solid #E2E2E2;
}
.br-top {
	border-top: 1px solid #E2E2E2;
}
/* -------------------------------------------------------------------------- */
/* /* Image helpers */
/* -------------------------------------------------------------------------- */
.img-responsive{
    max-width: 100%;
}
.img-rounded{
    border-radius: 5px;
}
.img-circle {
    border-radius: 50%;
}

/* -------------------------------------------------------------------------- */
/* Button helpers */
/* -------------------------------------------------------------------------- */
.button{
    display: inline-block;
    background-color: #eee;
    border: 1px solid transparent;
    padding: 13px 22px;
    border-radius: 5px;
    -webkit-border-radius: 5px; 
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    transition: color .15s ease-in-out,
        background-color .15s ease-in-out,
        border-color .15s ease-in-out,
        box-shadow .15s ease-in-out;
}
.button-block{
    display: block;
    width: 100%;
}
.button-primary{
    background-color: #5D942C;
    color: #fff;
}
.button-primary:hover, 
.button-primary:focus{
    background-color: #eee;
    color: #5D942C;
}
.button-secondary{
    background-color: #104F3A;
    color: #fff;
}
.button-secondary:hover, 
.button-secondary:focus{
    
}
.button-gray{
    background-color: #3F525E;
    color: #fff;
}
.button-gray:hover, 
.button-gray:focus{
    
}
.button-outline-primary{
    background-color: transparent;
    border-color: #5D942C;
    color: #5D942C;
}
.button-outline-primary:hover, 
.button-outline-primary:focus{
    background-color: #5D942C;
    color: #fff;
}
.button-outline-secondary{
    background-color: transparent;
    border-color: #104F3A;
    color: #104F3A;
}
.button-outline-secondary:hover, 
.button-outline-secondary:focus{
    background-color: #104F3A;
    color: #fff;
}
.button img{
    margin-right: 2px;
	  vertical-align: middle;
    max-width: 16px;
    max-height: 16px;
}
.cta_button p{
		line-height: 1;
}

/* -------------------------------------------------------------------------- */
/* Grid helpers */
/* -------------------------------------------------------------------------- */
.page-center{
    max-width: 1170px;
    margin: 0 auto;
}
.container-fluid .row-fluid .page-center{
    float: none;
    margin: 0 auto;
}
.row-fluid [class*="span"]{
		min-height: 1px;
}
.row:before,
.row:after{
    content: "";
    display: table;
    clear: both;
}
.row .col-6,
.row .col-half{
    width: 50%;
    float: left;
    margin-left: 0;
}
.row .column{
    float: left;
    margin-left: 0;
}
.row.two-columns .column{
    width: 50%;
}
.row.three-columns .column{
    width: 33.333%;
}
.row.four-columns .column{
    width: 25%;
}
.row.five-columns .column{
    width: 20%;
}
.w100{
    width: 100%;
}
.w75{
    width: 75%;
}
.w50{
    width: 50%;
}
.w25{
    width: 25%;
}
.h100{
    height: 100%;
} 

/* -------------------------------------------------------------------------- */
/* Card helpers */
/* -------------------------------------------------------------------------- */
.card{
    margin-bottom: 10px;
    position: relative;
    background-color: #fff;
    border-bottom: 7px solid #5D942C;
}
.card .card-image{
    text-align: center;
}
.card .card-image img{
    margin: 0 auto;
    max-width: 100%;
}
.card .card-content{
    padding: 10px;
}
.card .card-actions{
    padding: 10px 0;
}
.card .card-actions a{
    text-transform: uppercase;
}
.card .card-content h1,
.card .card-content h2,
.card .card-content h3,
.card .card-content h4{
    margin: 0;
    margin-bottom: 10px;
    font-size: 18px;
    color: #3F525E;
}
.slider .card{
    padding: 15px;
}
.slider .card .card-content{
    padding: 10px 0;
}

/* -------------------------------------------------------------------------- */
/* Slider customize */
/* -------------------------------------------------------------------------- */
.slick-slider{
    position: relative;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-list {
    margin: 0 -7px;
}
.slick-slide{
    position: relative;
    margin: 0 7px;
}
.slide-image{
    height: 650px;
    max-height: 650px;
    background-size: cover;
    background-position: center center;
}
.slide-caption {
  bottom: 0;
  min-height: 80px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.slick-prev:before,
.slick-next:before{
    font-size: 30px;
    color: #5D942C;
}
.slick-prev, 
.slick-next{
    background-color: #5D942C;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 1004;
}
.slick-prev:hover, .slick-prev:focus, 
.slick-next:hover, .slick-next:focus{
    background-color: #5D942C;
    opacity: .8;
}
.slick-prev {
    background-image: url('https://4407912.fs1.hubspotusercontent-na1.net/hubfs/4407912/assets/images/ic-arrow-left.png') !important;
    left: -60px;
}
.slick-next{
    background-image: url('https://4407912.fs1.hubspotusercontent-na1.net/hubfs/4407912/assets/images/ic-arrow-right.png') !important;
    right: -60px;
}
.slick-prev::before, 
.slick-next::before{
    line-height: 30px;
    content: '';
}
.slick-disabled{
    opacity: .3;
}
.slick-dots li{
    margin: 0 2px;
    width: 15px;
    height: 15px;
}
.slick-dots li > button{
    width: 15px;
    height: 15px;
}
.slick-dots li button:before{
    font-size: 10px;
}
.slick-dots li.slick-active button:before{
    color: #5D942C;
}
.slider.single-item  .slick-list{
    margin: 0;
}
.slider.single-item  .slick-slide{
    margin: 0;
}
.slider.single-item .slick-dots{
    bottom: 10px;
}
.slider.single-item .slick-dots li button:before{
    font-size: 12px;
    color: #fff;
}
.slider.single-item .slick-dots li.slick-active button:before{
    color: #fff;
}
.slider.single-item .slick-prev{
    left: 40px;
}
.slider.single-item .slick-next{
    right: 40px;
}

/* -------------------------------------------------------------------------- */
/* Nav, Mobile Menu */
/* -------------------------------------------------------------------------- */
.nav{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.nav li{
    display: inline-block;
}
.nav li a{
    display: block;
    padding: .5rem 1rem;
}
.nav-left{
    text-align: left;
}
.nav-right{
    text-align: right;
}
.nav-tabs{
    
}
.nav-tabs li a,
.nav-tabs li p {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.nav-tabs li.active a,
.nav-tabs li.active p,
.nav-tabs li#al_active p {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.navbar-nav{
    margin: 25px 0;
    padding: 0;
    list-style-type: none;
    text-align: right;
}
.navbar-nav li{
    display: inline-block;
}
.navbar-nav li a{
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #104F3A;
}

.btn-hamburger{
		display: none;
}
.bar1, .bar2, .bar3 {
    width: 28px;
    height: 2px;
    background-color: #5D942C;
    margin: 7px 0;
    transition: 0.4s;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
}
.change .bar2 {
  	opacity: 0;
}
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -6px);
    transform: rotate(45deg) translate(-7px, -6px);
}

/* -------------------------------------------------------------------------- */
/* Responsive */
/* -------------------------------------------------------------------------- */
@media (max-width: 1280px) {
		/* Hamburger */
    .btn-hamburger{
        display: block;
    }
  	.menu-primary .hs-menu-wrapper{
				display: none;
    }
    .menu-primary.active .hs-menu-wrapper{
				display: block;
    }
}
@media (max-width: 1200px) {
    .page-center{
        max-width: 970px;
    }
}
@media (max-width: 1024px) {
   	
}
@media (max-width: 991px) {
    .button{
        padding: 8px 10px;
    }
    .page-center{
        max-width: 750px;
    }
    .block {
        padding: 40px 0;
    }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .page-center{
      padding-left: 10px;
      padding-right: 10px;
  }
}
@media(max-width: 767px) {
    .page-center{
        padding-left: 15px;
        padding-right: 15px;
    }
    .block {
        padding: 30px 0;
    }
    .row .col-half,
    .row .col-6{
        width: 100%;
    }
    .w75, .w50, .w25{
        width: auto;
        float: none;
    }
    .row-fluid [class*="span-sm-"] {
        float: left;
        padding-right: 5px;
        padding-left: 5px;
    }
    .row-fluid .span-sm-2{
        width: 16.666%;
    }
    .row-fluid .span-sm-3{
        width: 25%;
    }
    .row-fluid .span-sm-4{
        width: 33.333%;
    }
    .row-fluid .span-sm-5{
        width: 41.666%;
    }
    .row-fluid .span-sm-6{
        width: 50%;
    }
    .slick-dots li{
      width: 10px;
      height: 10px;
    }
}
/* 
 * Forms 
 * 
 * Located: GLB/Coded_Files/StylesSheet/glb-menu.css
 */
.hs-menu-wrapper ul {
    /* Targets all unordered lists within HubSpot menus */
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    /* Targets all unordered lists within horizontal menus */
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul li{
    /* Targets all list items within horizontal menus */
  	float: none !important;
    display: inline-block !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul li a{
    /* Targets all links within horizontal menus */
    max-width: 240px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    /* Targets the top-level unordered list within horizontal menus */
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    /* Targets top-level list items within the top-level unordered list */
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    /* Targets top-level list links within the top-level unordered list */
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    /* Targets list items with children with the top-level unordered list */
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    /* Targets second-level unordered lists when flyouts are enabled (for styling dropdowns) */
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    /* Targets links within second-level unordered lists  */
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    /* Targets third-level unordered lists (for styling dropdowns)*/
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    /* Targets second-level unordered list when top-level menu item is hovered (use to reveal dropdowns) */
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.active-branch{
    /* Targets top-level active branch unordered list */
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    /* Targets second-level unordered list within active branch */
}
.hs-menu-wrapper.hs-menu-flow-horizontal li.active a{
    /* Targets the link within the active list item */
}

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

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    /* Targets all unordered lists within vertical menus */
}
.hs-menu-wrapper.hs-menu-flow-vertical ul li a {
    /* Targets all list items within vertical menus */
}
.hs-menu-wrapper.hs-menu-flow-vertical ul li a {
    /* Targets all links within vertical menus */
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    /* Targets the top-level unordered list within vertical menus */
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    /* Targets top-level links in vertical menus */
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    /* Targets top-level list items with children */
}


/* No flyouts
   ========================================================================== */ 
.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
    /* Targets child menus when flyouts are disabled */
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    /* Targets second-level child menus when flyouts are disabled */
}
/* 
 * Forms 
 * 
 * Located: GLB/Coded_Files/StylesSheet/glb-form.css
 */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-family: 'Roboto', sans-serif;
    color: #bebebe;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-family: 'Roboto', sans-serif;
    color: #bebebe;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-family: 'Roboto', sans-serif;
    color: #bebebe;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'Roboto', sans-serif;
    color: #bebebe;
}
:placeholder-shown { /* Standard Pseudo-class */
    font-family: 'Roboto', sans-serif;
    color: #bebebe;
}
.hs-form{
		max-width: 800px;
    margin: 0 auto;
}
.hs-form:before,
.hs-form:after{
		display: table;
    content: "";
    clear: both;
}
.hs-form .hs-form-field{
		margin-bottom: 15px;
}
.hs-form .hs-form-field > label{
		display: none;
}
.hs-form .hs-form-field .hs-input{
    padding: 15px 20px !important;
    font-size: 15px;
    border-color: transparent;
}

.hs-form .hs-form-field select.hs-input{
    height: 50px;
   -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%233F525E%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
.hs-form .hs-form-field input.hs-input[type="file"]{
    width: auto;
}
.hs-form .hs-form-field .hs-input::placeholder,
.hs-form .hs-form-field .hs-input::-webkit-input-placeholder,
.hs-form .hs-form-field .hs-input::-moz-input-placeholder,
.hs-form .hs-form-field .hs-input:-ms-input-placeholder,
.hs-form .hs-form-field .hs-input:placeholder-shown{
     font-family: 'Roboto', sans-serif;
     color: #bebebe;
}
input:placeholder-shown{
     font-family: 'Roboto', sans-serif;
     color: #bebebe;
}
.hs-form .hs-form-field textarea{
    min-height: 300px;
		resize: none;
}
.hs-form .hs-selected-filename{
    margin-top: 5px;
}
/* Input checkbox */
.hs-form .hs-form-field input.hs-input[type="checkbox"]{
    display: none;
}
.hs-form .hs-form-field input.hs-input[type="checkbox"]+span{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 0;
    padding-left: 30px;
    position: relative;
    margin-left: 0;
    line-height: 24px;
}
.hs-form .hs-form-field input.hs-input[type="checkbox"]+span:before{
    content: '';
    background-color: #fff;
    border: 1px solid #d9dada;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    padding: 2px;
    margin-right: 5px;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
}
.hs-form .hs-form-field input.hs-input[type="checkbox"]:checked+span:before{
    background-image: url('https://4407912.fs1.hubspotusercontent-na1.net/hubfs/4407912/assets/images/icon-forms-check-black.svg');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    background-color: #fff;
    border-color: #eee;
}
/* Input radio */
.hs-form .hs-form-field input.hs-input[type="radio"]{
    display: none;
}
.hs-form .hs-form-field input.hs-input[type="radio"]+span{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 0;
    padding-left: 30px;
    position: relative;
    margin-left: 0;
    line-height: 24px;
}
.hs-form .hs-form-field input.hs-input[type="radio"]+span:before{
    content: '';
    background-color: #fff;
    border: 1px solid #d9dada;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.hs-form .hs-form-field input.hs-input[type="radio"]:checked+span:before{
    background-color: #104F3A;
    border-color: #104F3A;
}
/* Multiple checkboxes */
.hs-form ul.inputs-list{
    padding-left: 10px;
    list-style-type: none;
}
.hs-form ul.inputs-list li.hs-form-checkbox{
		margin-bottom: 5px;
}
.hs-form ul.inputs-list li.hs-form-checkbox input[type="checkbox"]{
		display: none;
}
.hs-form ul.inputs-list li.hs-form-checkbox input[type="checkbox"]+span{
    background-image: url('https://4407912.fs1.hubspotusercontent-na1.net/hubfs/4407912/assets/images/checkbox.svg') ;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    padding-left: 20px;
}
.hs-form ul.inputs-list li.hs-form-checkbox input[type="checkbox"]:checked+span{
    background-image: url('https://4407912.fs1.hubspotusercontent-na1.net/hubfs/4407912/assets/images/checkbox-cheked.svg');
}
.hs-form .hs-recaptcha,
.hs-form .hs-submit{
		width: 50%;
    float: left;
}
.hs-form .hs-submit .actions{
    text-align: right;
}
.hs-form .hs-submit .hs-button{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 40px;
    padding-right: 40px;
	  background-color: #5D942C;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 767px) {
    .hs-form .hs-recaptcha,
  	.hs-form .hs-submit{
  			float: none;
        width: 100% !important;
  	}
    .hs-form .hs-recaptcha .grecaptcha-badge{
				margin: 0 auto;
    }
    .hs-form .hs-submit .actions{
        text-align: center;
    }
}

/* -------------------------------------------------------------------------- */
/* Form Subscribe */
/* -------------------------------------------------------------------------- */
.subscribe-form .form-title{
  text-align: center;
}
.subscribe-form .hs-form .hs-submit{
  width: 100%;
  float: none;
}
.subscribe-form .hs-form .hs-submit .actions{
  text-align: center;
}

/* -------------------------------------------------------------------------- */
/* Form Service & Wartung */
/* -------------------------------------------------------------------------- */
.form-service-wartung ul.inputs-list{
		padding-left: 0;
}
.form-service-wartung ul.inputs-list li.hs-form-checkbox{
    padding: 5px 10px;
    background-color: #878786;
    color:#fff;
}
.form-service-wartung .hs-form-field input.hs-input[type="checkbox"]+span{
   display: inline;
   line-height: inherit;
}
.form-service-wartung .hs-form-field input.hs-input[type="checkbox"]+span:before{
    display: none;
}
.form-service-wartung ul.inputs-list li.hs-form-checkbox .checkbox-icon{
    width: 30px;
    display: inline-block;
    text-align: center;
}
/*
.form-service-wartung ul.inputs-list li.hs-form-checkbox:nth-child(1){
		background-color: #009fdf;
}
.form-service-wartung ul.inputs-list li.hs-form-checkbox:nth-child(2){
		background-color: #c8091b;
}
.form-service-wartung ul.inputs-list li.hs-form-checkbox:nth-child(3){
		background-color: #878786;
}
.form-service-wartung ul.inputs-list li.hs-form-checkbox:nth-child(4){
		background-color: #003d87;
}
.form-service-wartung ul.inputs-list li.hs-form-checkbox:nth-child(5){
		background-color: #ffb933;
}
.form-service-wartung ul.inputs-list li.hs-form-checkbox:nth-child(6){
		background-color: #3ea23a;
}
*/
  
body{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    letter-spacing: .26px;
    color: #3F525E;
    padding-top: 141px;
 
} 

a{
    color: #5D942C;
    text-decoration: none;
}
a:hover, 
a:active, 
a:focus{
    
}
p{
    line-height: 23px;
    letter-spacing: .26px;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto';
}

/* -------------------------------------------------------------------------- */
/* Colors */
/* -------------------------------------------------------------------------- */
.lightgreen-bg {
  background-color: #5d942c;
}
.white-font p {
  color: #fff;
}

/* -------------------------------------------------------------------------- */
/* Utilities */
/* -------------------------------------------------------------------------- */
/* --- Base Title --- */
.title{
    display: block;
    text-align: center;
    padding-bottom: 22px;
    background: url('https://4407912.fs1.hubspotusercontent-na1.net/hubfs/4407912/assets/images/bg-title-line.png') no-repeat center bottom;
    font-weight: 300;
    color: #104F3A;
}
h1.title {
    font-size: 46px;
}
h2.title {
    font-size: 36px;
}
h3.title {
    font-size: 32px;
}
.title-left{
    text-align: left;
    background-position: left bottom;
}
.title-right{ 
    text-align: right;
    background-position: right bottom;
}
/* --- Text Format --- */
.page-teaser{
    max-width: 760px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
}
.page-teaser p,
.page-teaser {
    letter-spacing: .33px;
    line-height: 28px;
    font-size: 18px;
    color: #3F525E;
}
.page-teaser a:hover{
		text-decoration: underline;
}
.centered {
		text-align: center;
}
/* --- Page Cover --- */
.page-content{
    padding: 20px 0;
}
.page-cover{
    /*height: 300px;*/
    background-color: #f1f6f8;
    background-size: cover;
    background-position: center center;
    position: relative;
    text-align: center;
    color: #fff;
}
.page-cover-text{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}
.page-cover-text h1,
.page-cover-text h2,
.page-cover-text h3{
    margin: 0;
    font-weight: 300;
    font-size: 48px;
}
/* --- Box Group --- */
.box-group{
    background-color: #F5F5F5;
}
.box-group .box-body{
    text-align: left;
}
.box-group .box-body .layout-left{
    max-width: 585px;
    margin-left: auto;
    float: none;
}
.box-group .box-body .layout-left .box-content{
    padding-left: 0;
}
.box-group .box-body .layout-right{
    max-width: 585px;
    margin-right: auto !important;
}
.box-group .box-body .layout-right .box-content{
    padding-right: 0;
}
.box-group .box-body .box-content{
    padding: 80px 60px;
}
.box-group .box-media{
    position: relative;
}
.box-group .box-media .box-image{
    min-height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.box-group .box-media .box-image-overlay{
		position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: .3s ease;
    background-color: rgba(0, 0, 0, .4);
}
.box-group .box-media .box-caption{
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -65px;
    width: 100%;
    text-align: center;
    color: #fff;
}
.box-group .box-media .box-caption .title{
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 42px;
    line-height: 42px;
    color: #fff;
}

/* -------------------------------------------------------------------------- */
/* Button Box */
/* -------------------------------------------------------------------------- */
.button-box{
    display: flex;
    align-items: center;
    width: 85%;
    height: 120px;
    padding: 7%;
    margin-bottom: 10px;
    position: relative;
    text-transform: inherit;
    text-align: left;
    font-size: 18px;
    color: #fff;
}
.button-box:hover{
    opacity: .8;
}
.button-box span{
    display: block;
    width: 100%;
    vertical-align: middle;
    line-height: 28px;
    letter-spacing: .78px;
}

/* -------------------------------------------------------------------------- */
/* Dowpdown Slide */
/* -------------------------------------------------------------------------- */
.dropdown-slide{
    display: none;
    background: #F5F5F5;
    margin-bottom: 15px;
}
.dropdown-slide .dropdown-slide-content{
    padding: 50px 40px;
    position: relative;
}
.dropdown-slide .col-image{
    text-align: center;
}
.dropdown-slide .col-content{
    text-align: left;
}
.dropdown-slide .title{
    background-position: left bottom;
    text-align: left;
}
.dropdown-slide .description{
    text-align: left;
    font-size: 14px;
}
.dropdown-slide .description ul{
    padding-left: 14px;
    list-style-type: none;
}
.dropdown-slide .description ul > li:before{
    display: inline-block;
    content: "";
    width: 0.65em;
    margin-left: -0.65em;
}
.dropdown-slide .close{
    position: absolute;
    right: 20px;
    top: 10px;
    color: #5D942C;
    font-weight: 300;
    font-size: 32px;
    text-decoration: none;
    cursor: pointer;
}
.dropdown-slide .close:before {
    content: '×';
}

/* -------------------------------------------------------------------------- */
/* Navigation */
/* -------------------------------------------------------------------------- */
.main-nav{
		position: relative;
}
.main-nav .btn-hamburger {
    position: absolute;
    top: 35px;
    right: 20px;
} 

/* -------------------------------------------------------------------------- */
/* HubSpot */
/* -------------------------------------------------------------------------- */
.form-title{
		font-size: 24px;
}
.hs-form .hs-form-field{
		margin-bottom: 10px;
}
.hs-input{
		display: block;
    width: 100%;
  	padding: 10px 8px !important;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,
      	box-shadow .15s ease-in-out;
    font-size: 14px;
    color: #555;
}
.hs-input[type="radio"],
.hs-input[type="checkbox"]{
		display: inline-block;
    width:auto;
}
.hs-button{
    display: inline-block;
    background-color: #eee;
    border: 1px solid transparent;
    padding: 13px 22px;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    transition: color .15s ease-in-out,
        background-color .15s ease-in-out,
        border-color .15s ease-in-out,
        box-shadow .15s ease-in-out;
    letter-spacing: .26px;
    cursor: pointer;
}
.hs-form .hs-error-msgs{
		margin-top: 5px;
    padding-left: 20px;
    color: #fff;
}
.hs_error_rollup {
    display: none;
}
 
/* -------------------------------------------------------------------------- */
/* Layout */
/* -------------------------------------------------------------------------- */
.header-container-wrapper{
    max-height: 140px;
    background-color: #fff;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    box-shadow: 0px 0px 50px -15px rgba(0, 0, 0, 0.3);
}
.header-container-wrapper .top-nav{
    height: 30px;
    background-color: #104F3A;
}
.header-container-wrapper .top-nav a,
.header-container-wrapper .top-nav p {
    padding: 5px 10px !important;
    line-height: 20px;
    border-bottom: none;
    letter-spacing: .5px;
    font-size: 13px;
    color: #fff;
}
.header-container-wrapper .top-nav a:hover{
    text-decoration: underline;
}
.header-container-wrapper .top-nav a > img{
  	vertical-align: middle;
}
.header-container-wrapper .top-nav .nav-tabs{
    margin-top: 2px;
}
.header-container-wrapper .top-nav .nav-tabs a{
    padding: 6px 10px;
    opacity: .6;
}
.header-container-wrapper .top-nav .nav-tabs li.active a{
    opacity: 1;
}
.header-container-wrapper .main-menu ul{
    margin-top: 28px;
    margin-bottom: 0;
    text-align: right;
}
.header-container-wrapper .main-menu ul li a{
    display: block;
    padding: 25px 10px;
    letter-spacing: .3px;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    font-size: 16px;
    color: #104F3A;
}
.header-container-wrapper .main-menu ul.active-branch li.active a{
    border-bottom-color: #5D942C;
    color: #104F3A;
}
.header-container-wrapper .main-menu ul li a:hover{
    color: #5D942C !important;
}
.header-container-wrapper .main-menu ul.active-branch li a{
		color: rgba(16, 79, 56, .5);
}
.top-nav .nav-right li:last-child a {
    background-color: #5D942C;
  	color: #ffffff;
}
.body-container-wrapper{
    
}
.body-container-wrapper .body-container{
		min-height: 500px;
}
.footer-section{
    border-top: 15px solid #5D942C;
}
.footer-container-wrapper{
    /*border-top: 15px solid #5D942C;*/
    background-color: #202A30;
    color: #fff;
}
.footer-container-wrapper a{
    color: #fff;
}
.footer-container-wrapper a:hover{
    text-decoration: underline;
    color: #5D942C;
}
.footer-container-wrapper h4{
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #5D942C;
}
.footer-container-wrapper p{
    line-height: 24px;
}
.footer-container-wrapper strong{
    font-weight: 500;
}
.footer-container-wrapper .link-list{
    list-style-type: none;
    padding-left: 0;
}
.footer-container-wrapper .link-list li{
    line-height: 24px;
}
.footer-container-wrapper .link-list li:before{
    margin-right: 5px;
    content: ">";
    font-size: 12px;
    color: #5D942C;
}
.footer-container-wrapper .link-list.link-download li:before{
    content: url('https://4407912.fs1.hubspotusercontent-na1.net/hubfs/4407912/assets/images/ic-download-bullet.png');
}
.footer-container-wrapper .link-list li a{
    font-weight: 300;
}
.footer-container-wrapper .contact{
    font-weight: 300;
    font-size: 14px;
}
.footer-container-wrapper .button:hover{
    text-decoration: none;
}
.footer-container-wrapper .locations{
    font-weight: 300;
}
.footer-container-wrapper .locations .location-item{
    margin-bottom: 15px;
}
.footer-container-wrapper .locations .view-map{
    display: block;
    margin-top: 10px;
    color: #5D942C;
}
.footer-container-wrapper .copyright{
    font-weight: 300;
    letter-spacing: .5px;
    color: #A4A4A4;
}
.footer-container-wrapper .site-link a{
    font-weight: 300;
    letter-spacing: .5px;
}
.footer-container-wrapper .footer-top{
    padding: 30px 0;
}
.footer-container-wrapper .footer-bottom{
    padding: 20px 0 30px 0;
    border-top: 1px solid #3F525E;
    font-weight: 300;
}


/* -------------------------------------------------------------------------- */
/* Popular Sections */
/* -------------------------------------------------------------------------- */
.our-projects{
    background-color: #F5F5F5;
}
.our-projects .date{
    color: #9B9B9B;
}
.online-magazin{
    background-color: #3F525E;
}
.online-magazin .description{
    font-size: 14px;
    color: #fff;
}
.online-magazin .description p{
    letter-spacing: .26px;
}
.online-magazin .card .card-content{
    font-weight: 500;
}
.kontaktperson{
		/*padding: 60px 0;*/
    /*background-color: #104F3A;*/
    text-align: left;
    color: #fff;
}
.kontaktperson .title{
		background-image: none;
    /*margin-top: 0;*/
    padding-bottom: 0;
}
.kontaktperson h2{
	  margin-top: 60px;
}
.kontaktperson p{
		font-size: 14px;
}
.kontaktperson a{
		color: #fff;
}
.kontaktperson .avatar{
    text-align: center;
}
.kontaktperson .avatar img{
    width: 260px;
    border-radius: 50%;
  	margin: 60px 0;
}
.block-teaser{
		background-color: #fff;
}
.block-cta{
    padding: 40px 0;
    background-color: #104F3A;
    font-size: 32px;
    color: #fff;
	  font-weight: 300;
}
.block-cta .col-text{
    text-align: left;
}
.block-cta .col-action{
    text-align: right;
}
.block-cta p{
    font-weight: 300;
    margin-top: 15px;
}

/* -------------------------------------------------------------------------- */
/* Form */
/* -------------------------------------------------------------------------- */
.submitted-message {
    text-align: center;
}

/* -------------------------------------------------------------------------- */
/* Social Sharing */
/* -------------------------------------------------------------------------- */
.social-sharing{
   margin-bottom: 30px;
}
.social-sharing a{
    border-radius: 50%;
    background-color: #5D942C;
    height: 45px;
    width: 45px !important;
    display: inline-block;
    position: relative;
    margin-right: 7px;
    line-height: 32px;
    text-align: center;
    transition: all 0.2s ease;
}
.social-sharing a:hover{
    background-color: #104f3a;
}
.social-sharing a>img{
    max-height: 20px;
}
.social-sharing a:after{
    position: absolute;
    top: 9px;
    left: 11px;
}
.social-sharing  a.facebook:hover{
    background-color: #3e68c0;
}
.social-sharing  a.twitter:hover{
    background-color: #23abff;
}
.social-sharing  a.linkedin:hover{
    background-color: #15ace5;
}
.social-sharing  a.whatsapp:hover{
    background-color: #13d25a;
}
.social-sharing  a.email:hover{
    background-color: #3e3e3e;
}

/* -------------------------------------------------------------------------- */
/* CSS Printing */
/* -------------------------------------------------------------------------- */
@media print {
  body{
      padding-top: 0 !important; 
  }
  .header-container-wrapper{
      position: relative;
  }
  .hs-tools-menu,
  .btn-hamburger{
      display: none;
  }
  .hs-form .hs-form-field .hs-input{
      border-color: #eee;
  }
  .page-cover{
      display: none;
  }
}

/* -------------------------------------------------------------------------- */
/* Responsive */
/* -------------------------------------------------------------------------- */
@media (max-width: 1280px) {
    .nav-toggle{
        display: none;
    }
    .box-group .box-body .box-content{
        padding: 30px !important;
    }
    .header-container-wrapper .top-nav .nav-tabs a {
        padding: 6px;
    }
    .header-container-wrapper .top-nav .col-left{
        display: none;
    }
    .header-container-wrapper .top-nav .col-right{
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 1280px) {
    body{
        padding-top: 105px;
    }
    /* menu primary */
  	.top-nav{
  			display: none !important;
  	}
  	.col-logo, 
    .col-menu{
  			width: 100% !important;
        margin-left: 0 !important;
  	}
    .col-logo .logo{
      padding: 10px;
    }
  	.main-nav.page-center{
  			max-width: 100%;
        padding: 0;
  	}
    .menu-primary .hs-menu-wrapper{
  			background-color: #104f3a;
  	}
    .menu-primary .hs-menu-wrapper > ul{
  			margin-top: 0;
        text-align: left !important;
  	}
  	.menu-primary .hs-menu-wrapper > ul li{
  			float: none !important;
        display: block !important;
  	}
    .menu-primary .hs-menu-wrapper > ul li.active a{
  			color: #fff !important;
  	}
    .menu-primary .hs-menu-wrapper > ul li a{
        max-width: inherit;
  		  padding: 10px !important;
      	border: none !important;
        font-size: 26px !important;
        text-transform: capitalize !important;
        color: #fff !important;
  	}
    .menu-primary ul.mobile-nav-top{
        padding-top: 20px;
				margin-bottom: 20px !important;
      	display: flex;
    		justify-content: space-between;
    }
  	.menu-primary ul.mobile-nav-top li{
				display: inline-block !important;
        width: auto;
    }
    .menu-primary ul.mobile-nav-top li a{
        padding: 5px 10px !important;
        text-transform: uppercase !important;
				font-size: 14px !important;
        color: rgba(255, 255, 255, .4) !important;
    }
  	.menu-primary ul.mobile-nav-top li.active a{
        color: #fff !important;
    }
  	.menu-primary ul.mobile-nav-bot{
				margin-top: 20px;
        padding-bottom: 20px;
    }
    .menu-primary ul.mobile-nav-bot li a{
        padding: 5px 10px !important;
				font-size: 14px !important;
        display: inline-block;
    		width: auto;
    }
  	.menu-primary ul.mobile-nav-bot li a.button{
      	padding: 10px 20px !important;
        margin-left: 10px;
        margin-bottom: 20px;
  	}
  	.menu-primary ul.mobile-nav-bot li a img{
  		  vertical-align: middle;
      	width: auto;
    		display: inline-block;
  	}
}
@media (max-width: 991px) {
    .menu-can-scrollable.hs-menu-active{
				padding-top: 0 !important;
  	}
    .menu-can-scrollable.hs-menu-active .header-container-wrapper{
				position: relative;
  	}
    h1.title {
        font-size: 34px;
    }
   	h1.title {
        font-size: 28px;
    }
    .page-teaser p{
        line-height: 25px;
        font-size: 14px;
    }
    .block-cta{
        padding: 20px 0;
    }
    .block-cta [class*="col-"] {
        width: 100%;
        float: none;
        margin: 0;
    }
    .block-cta .col-text{
        font-size: 20px;
        line-height: 28px;
        text-align: center;
    }
    .block-cta .col-text p{
        margin-top: 0;
    }
    .block-cta .col-action{
        margin-top: 10px;
        text-align: center;
    }
    
    .footer-container-wrapper .contact .button{
        font-size: 12px;
    }
    .footer-container-wrapper .footer-top .col-location{
  			width: 74.30939226%;
  	}
  	.footer-container-wrapper .footer-top .col-link{
  			width: 100%;
        margin-left: 0;
  	}
    .footer-container-wrapper .footer-top .col-link > .row-fluid-wrapper{
				width: 25%;
        float: left;
    }
   .footer-container-wrapper .footer-top .col-link > .row-fluid-wrapper:last-child{
				width: 75%;
    }
   .box-group .box-media .box-caption .title{
        font-size: 34px;
        line-height: 36px;
   }
}
@media(max-width: 767px) {
    /*.page-cover{
				height: 150px;
    }*/
    .page-cover-text h1,
    .page-cover-text h2,
    .page-cover-text h3{
        font-size: 30px;
    }
    .box-group > .row{
        margin-top: 15px;
    }
  	.box-group .column{
        width: 100% !important;
        float: none;
    }
    .header-container-wrapper .top-nav .col-left{
        
    }
    .header-container-wrapper .top-nav .col-right .nav{
        width: 100%;
        text-align: center;
    }
    .header-container-wrapper .top-nav .col-right a{
        height: 30px;
        line-height: 30px;
        padding: 0 1px;
        font-size: 10px;
    }
  	.footer-container-wrapper .footer-top [class*="col-"]{
  			margin-bottom: 20px;
  	}
  	.footer-container-wrapper .footer-top .col-location{
  			width: 100%;
  	}
    .footer-container-wrapper .footer-top .col-link > .row-fluid-wrapper{
				width: 100%;
    }
    .footer-container-wrapper .footer-bottom .copyright,
    .footer-container-wrapper .footer-bottom .site-link{
        text-align: center;
    }
    .footer-container-wrapper .copyright{
        display: block;
        margin-bottom: 10px;
    }
   .kontaktperson .col-image{
        margin-top: 20px;
   }
   .dropdown-slide .dropdown-slide-content {
      padding: 50px 20px;
   }
   .dropdown-slide .col-content{
    	width: 100%;
	 } 
}
@media(max-width: 480px) {
		.footer-container-wrapper .footer-top .col-contact .button,
    .footer-container-wrapper .footer-top .col-location .button{
      	display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .footer-container-wrapper .col-link .span-sm-6{
        width: 100% !important;
    }
}
@media (max-width: 360px) {
    .menu-primary ul.mobile-nav-top li a{
				font-size: 13px !important;
    }
    .social-sharing a {
        height: 35px !important;
        width: 35px !important;
        line-height: 28px;
    }
}
@media(max-width: 320px) {
    .header-container-wrapper .top-nav .col-right a{
        font-size: 9px;
    }
    .menu-primary ul.mobile-nav-top li a{
				font-size: 11px !important;
    }
    .footer-container-wrapper .col-location,
    .footer-container-wrapper .col-link{
        margin-top: 10px;
    }
    .footer-container-wrapper .col-link .span12{
        width: 100%;
        margin-top: 10px;
    }
}