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

@font-face {
    font-family: 'museo_sans';
    src: url('fonts/museosans_100-webfont.eot');
    src: url('fonts/museosans_100-webfont.eot?#iefix') format('embedded-opentype'),

         url('fonts/museosans_100-webfont.woff') format('woff'),

         url('fonts/museosans_100-webfont.ttf') format('truetype'),

         url('fonts/museosans_100-webfont.svg#museo_sans100') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {

    font-family: 'museo_sans';

    src: url('fonts/museosans_500-webfont.eot');

    src: url('fonts/museosans_500-webfont.eot?#iefix') format('embedded-opentype'),

         url('fonts/museosans_500-webfont.woff') format('woff'),

         url('fonts/museosans_500-webfont.ttf') format('truetype'),

         url('fonts/museosans_500-webfont.svg#museo_sans500') format('svg');

    font-weight: 500;

    font-style: normal;
}

@font-face {

    font-family: 'museo_sans';

    src: url('fonts/museosans_700-webfont.eot');

    src: url('fonts/museosans_700-webfont.eot?#iefix') format('embedded-opentype'),

         url('fonts/museosans_700-webfont.woff') format('woff'),

         url('fonts/museosans_700-webfont.ttf') format('truetype'),

         url('fonts/museosans_700-webfont.svg#museo_sans700') format('svg');

    font-weight: 700;

    font-style: normal;
}

/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}

@font-face {
    font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-8zuo5t');
	src:url('fonts/icomoon.eot?#iefix-8zuo5t') format('embedded-opentype'),
		url('fonts/icomoon.woff?-8zuo5t') format('woff'),
		url('fonts/icomoon.ttf?-8zuo5t') format('truetype'),
		url('fonts/icomoon.svg?-8zuo5t#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-export:before {
	content: "\e600";
}
.icon-comment:before {
	content: "\e601";
}

.pull-right {
  text-align: right;
}


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

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

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

p, pre {
    margin: 1em 0;
}

code, kbd, pre, samp {
    font-family: monospace,  serif;
    _font-family: 'courier new',  monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before, q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl, menu, ol, ul {
    margin: 0;
}

dd {
    margin: 0 0 0 40px;
}

menu, ol, ul {
    padding: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

button[disabled], input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p {
    -webkit-hyphens: auto;
    -epub-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

b, strong, .strong {
    /* font-weight: 500; */ font-weight: 700;
}

dfn, em, .em {
    font-style: italic;
}

small, .small {
    font-size: 75%;
}

ul, ol {
    padding: 0;
    list-style-type: none;
}

dd {
    margin: 0;
}

.sidebar ul, .sidebar ol, .commentlist {
    list-style: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.image-replacement {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

span.amp {
    font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important;
    font-style: italic;
}

.text-left {
    text-align: left;
}

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

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

.alert-help, .alert-info, .alert-error, .alert-success {
    margin: 10px;
    padding: 5px 18px;
    border: 1px solid;
}

.alert-help {
    border-color: #e8dc59;
    background: #ebe16f;
}

.alert-info {
    border-color: #bfe4f4;
    background: #d5edf8;
}

.alert-error {
    border-color: #f8cdce;
    background: #fbe3e4;
}

.alert-success {
    border-color: #deeaae;
    background: #e6efc2;
}

.round-button {
    margin: 2em auto;
}

.round-button a {
    color: #fff!important;
    font-family: 'museo_sans', Verdana, Arial, 'sans-serif';
    font-size: 20px;
    /* font-weight: 500; */ font-weight: 700;
    border-radius: 25px;
    background-color: #d9a500;
    padding: .5em 3em;
    box-shadow: 0px 0px 5px #999;
    transition: background-color .3s;
}

.round-button a:hover {
    color: #fff;
    background-color: #C08C00;
}

.round-button.inverse a {
    color: #d9a500!important;
    font-family: 'museo_sans', Verdana, Arial, 'sans-serif';
    font-size: 1.2em;
    /* font-weight: 500; */ font-weight: 700;
    border-radius: 25px;
    background-color: #fff;
    padding: .5em 1.25em;
    border: 1px solid #d9a500;
    box-shadow: 0px 0px 5px #999;
    transition: background-color .3s;
}

.regions .round-button {
    margin: 2em 1em 2em 0;
    float: left;
}
.optimal_region_buttons{
    width:80%;
    max-width:780px;
    margin:0 auto;
}
.optimal_region_buttons .round-button{
    margin:1.5em auto;
    display:inline-block;
}
.optimal_region_buttons .round-button a{
    display: inline-block;
    min-width: 240px;
    padding: .3em 2em;
}

body {
    font-family: 'museo_sans', Verdana, Arial, 'sans-serif';
    font-size: 100%;
    line-height: 1.5;
    color: #737373;
    font-weight: 500;
}

.wrap {
    width: 96%;
    margin: 0 auto;
}

a, a:visited {
    color: #5d5d5d;
    text-decoration: none;
}

a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #007b85;
}

a:link, a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    font-family: 'museo_sans', Verdana, Arial, 'sans-serif';
    text-rendering: optimizelegibility;
    /* font-weight: 100; */ font-weight: 500;
    color: #007b85;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none;
}

h1, .h1 {
    font-size: 2.5em;
    line-height: 1.333em;
}

h2, .h2 {
    font-size: 1.75em;
    line-height: 1.4em;
    margin-bottom: 0.375em;
}

h3, .h3 {
    font-size: 1.5em;
}

h4, .h4 {
    font-size: 1.1em;
    /* font-weight: 700; */ font-weight: 900;
    margin: 2em 0 .5em 0;
}

h5, .h5 {
    font-size: 0.846em;
    line-height: 2.09em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

p.copyright {
    font-size: 11px;
    /* font-weight: 700; */ font-weight: 900;
    margin-top: 1em;
    float: left;
}

.blue {
    color: #007b85!important;
}

.nav {
    border-bottom: 0;
}

.nav li a {
    display: block;
    text-decoration: none;
    padding: 10px 10px;
    background-color: #fff;
}

.nav li ul.sub-menu li a, .nav li ul.children li a {
    padding-left: 30px;
}

#content {
    position: relative;
    margin-top: 308px;
    text-align: center;
}

.byline {
    color: #999;
    padding-top: 1em;
}

.byline p {
  font-weight: 500;
  margin: 0;
}

.entry-content p {
  font-weight: 500;
}

.entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em;
}

.entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto;
}

.entry-content video, .entry-content object {
    max-width: 100%;
    height: auto;
}

.entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px;
}

.wp-caption {
    max-width: 100%;
    background: #eee;
    padding: 5px;
}

.wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
}

.wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center;
}

.pagination, .wp-prev-next {
    margin: 1.1em 0 2.2em;
}

.pagination {
    text-align: center;
}

.pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    margin: 1px;
}

.pagination ul li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
}

.pagination ul li a, .pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: .5em;
    min-width: 1em;
    display: block;
}

.pagination ul li span.current {
    font-weight: bold;
}

.wp-prev-next .prev-link {
    float: left;
}

.wp-prev-next .next-link {
    float: right;
}

.commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
}

.commentlist li:last-child {
    margin-bottom: 0;
}

.commentlist li ul.children {
    margin: 0;
}

.commentlist li[class*=depth-] {
    margin-top: 1.1em;
}

.commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0;
}

.commentlist li:not(.depth-1) {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 0;
    padding-bottom: 0;
}

.commentlist .odd {
    background: #eee;
}

.commentlist .even {
    background: #fefefe;
}

.commentlist .vcard {
    margin-left: 50px;
}

.commentlist .vcard cite.fn {
    /* font-weight: 700; */ font-weight: 900;
    font-style: normal;
}

.commentlist .vcard time {
    float: right;
}

.commentlist .vcard time a {
    color: #999;
    text-decoration: none;
}

.commentlist .vcard time a:hover {
    text-decoration: underline;
}

.commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff;
}

.commentlist .comment_content {
    margin-left: 50px;
}

.commentlist .comment_content p {
    margin: 0.7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em;
}

.commentlist .comment-reply-link {
    text-decoration: none;
    float: right;
    background: #4598bb;
    padding: 3px 5px;
    color: #fff;
    opacity: 0.65;
    margin-bottom: 10px;
    /* font-weight: 700; */ font-weight: 900;
    font-size: 0.9em;
}

.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
    opacity: 1;
}

.respond-form {
    margin: 1.5em 10px;
    padding-bottom: 2.2em;
}

.respond-form form {
    margin: 0.75em 0;
}

.respond-form form li {
    list-style-type: none;
    clear: both;
    margin-bottom: 0.7335em;
}

.respond-form form li label, .respond-form form li small {
    display: none;
}

.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url], .respond-form form textarea {
    padding: 3px 6px;
    background: #efefef;
    border: 2px solid #cecece;
    line-height: 1.5em;
}

.respond-form form input[type=text]:focus, .respond-form form input[type=email]:focus, .respond-form form input[type=url]:focus, .respond-form form textarea:focus {
    background: #fff;
}

.respond-form form input[type=text]:invalid, .respond-form form input[type=email]:invalid, .respond-form form input[type=url]:invalid, .respond-form form textarea:invalid {
    outline: none;
    border-color: #fbc2c4;
    background-color: #f6e7eb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url] {
    max-width: 400px;
    min-width: 250px;
}

.respond-form form textarea {
    resize: none;
    width: 97.3%;
    height: 150px;
}

#comment-form-title {
    margin: 0 0 1.1em;
}

#allowed_tags {
    margin: 1.5em 10px 0.7335em 0;
}

.nocomments {
    margin: 0 20px 1.1em;
}

.footer {
    clear: both;
    background-color: #f7f7f7;
    border-top: 1px solid #d2d2d2;
    height: auto;
}

@media print {

    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    a, a:visited {
        color: #444 !important;
        text-decoration: underline;
    }

    a:after, a:visited:after {
        content: " (" attr(href) ")";
    }

    a abbr[title]:after, a:visited abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

@    page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav {
        display: none;
    }
}



/* Custom Styling Begin

=======================================================================================*/

#mobile-nav {
    display: none;
    }

/* Column Structure */

.column-30 {
    width: 30%;
    float: left;
    padding: 1em;
    box-sizing: border-box;
}

.column-50 {
    width: 50%;
    float: left;
    padding: 1em;
    box-sizing: border-box;
}

.column-70 {
    width: 70%;
    float: left;
    padding: 1em;
    box-sizing: border-box;
    text-align: left;
}

/* General Page Styles */

.heading {
    margin: 1em auto 0;
}

.subheading {
    color: #737373;
    font-size: 20px;
    margin: 0 auto 1em;
    width: 80%;
}

.smallBlock {
    margin: 0 auto;
    min-width: 200px;
    width: 25%;
}

.heading.title {
    margin: 2em auto .5em;
    font-size: 36px;
}

.subheading.title {
    font-size: 1.2em;
    /* font-weight: 100; */ font-weight: 500;
    margin: 1em auto 2em;
}

.buttonCaption {
    font-size: 14px;
    /* font-weight: 300; */ font-weight: 500;
    color: #737373;
}

section.no-slider {
    margin-bottom:40px;
}





/* Navigation Menu Styles

==================================*/

.header {
    border-bottom: .5em solid #d9a501;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
}

#inner-header {
    position:relative;
}

body.admin-bar .header {
    margin-top: 25px;
}

body.admin-bar #content {
    margin-top:196px;
}


p#logo {
    float: none;
    width: 300px;
    margin: 1em auto;
}

p#logo img {
    width: inherit;
}

nav[role="main"] {
    float: left;
    width: 100%;
}

ul#menu-primary-navigation li a {
    padding: 10px 15px;
    color: #5d5d5d;
    /* font-weight: 500; */ font-weight: 700;
    transition: background-color .3s;
}

ul#menu-primary-navigation li:hover > a {
    color: #fff;
    background-color: #d9a500;
}

nav[role="business"] {
    display: none;
    border-bottom: 1px solid #64605f;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #e7e7e7 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e7e7e7));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%);
 /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%);
 /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e7e7e7 100%);
 /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 );
 /* IE6-8 */;
}

ul#menu-business-navigation {
    width: 900px;
    margin: .5em auto 0;
}

ul#menu-business-navigation li {
    border: 1px solid #b6b9bb;
    border-bottom: none;
    background-color: none;
    margin-right: 4px;
    min-width: 105px;
    top: 1px;
    transition: border-color .2s;
}

ul#menu-business-navigation li a {
    color: #b6b9bb;
}

/* set envirotech tab to active by default */
ul#menu-business-navigation #menu-item-30 { /* -1215 for local */
    border: 1px solid #64605f;
    border-bottom: none;
    padding-top: 1px;
    top: 1px;
}

ul#menu-business-navigation #menu-item-30 a { /* -1215 for local */
    color: #007a85;
    background-color: #fff;
}


/* set highlight for other pages and remove from envirotech tab */

body.page-id-28 ul#menu-business-navigation #menu-item-35,
body.page-id-24 ul#menu-business-navigation #menu-item-32,
body.page-id-511 ul#menu-business-navigation #menu-item-1695 {
    border: 1px solid #64605f;
    border-bottom: none;
    padding-top: 1px;
    top: 1px;
}

body.page-id-28 ul#menu-business-navigation #menu-item-35 a,
body.page-id-24 ul#menu-business-navigation #menu-item-32 a,
body.page-id-511 ul#menu-business-navigation #menu-item-1663 a { /* -1695 for local */
    color: #007a85;
    background-color: #fff;
}

/* remove highlight from envirotech for other pages */
body.page-id-28 ul#menu-business-navigation #menu-item-30, /* -1215 for local */
body.page-id-24 ul#menu-business-navigation #menu-item-30,
body.page-id-511 ul#menu-business-navigation #menu-item-30 {
    border: 1px solid #b6b9bb;
    border-bottom: none;
    background-color: none;
    margin-right: 4px;
    min-width: 105px;
    top: 1px;
    transition: border-color .2s;
}

body.page-id-28 ul#menu-business-navigation #menu-item-30 a,
body.page-id-24 ul#menu-business-navigation #menu-item-30 a,
body.page-id-511 ul#menu-business-navigation #menu-item-30 a {
    color: #b6b9bb;
    background-color: transparent;
}



ul#menu-business-navigation li a {
    padding: .3em 1em;
    text-align: center;
    font-size: .8em;
    /* font-weight: 500; */ font-weight: 700;
    margin-bottom: -1px;
    background: none;
    transition: background-color .2s;
}

ul#menu-business-navigation li:hover {
    border-color: #64605f;
}

ul#menu-business-navigation li a:hover {
    background-color: #fff;
    color: #007a85;
}

ul.sub-menu li a {
    padding: .2em!important;
    border: none;
    font-size: .8em;
    background-color: #fff!important;
}

ul.sub-menu li a:hover {
    background-color: #fff!important;
    color: #5c5c5c!important;
}

ul.sub-menu li.one-line a {
}

ul#menu-primary-navigation li.submenu-heading a {
    /* font-weight: 500; */ font-weight: 700;
    width: 100%;
}

ul#menu-primary-navigation li.submenu-heading a:hover {
    /* font-weight: 500; */ font-weight: 700;
    color: #007b85!important;
}

ul#menu-primary-navigation li.submenu-heading > ul.sub-menu a {
    /* font-weight: 100; */ font-weight: 500;
    line-height: 1.5em;
}

li.menu-col {
    float: left;
    width: 20%;
}

li.menu-col.slim {
    width: 10%;
}

li.menu-col.wide {
    width: 23%;
}

li.menu-col.wider {
    width: 28%;
}

.level-0 > ul.sub-menu {
    width: 800px;
    height: 210px;
    background-color: #fff;
    padding: 1.5em;
    border-top: .5em solid #d9a501;
    box-shadow: 0px 5px 10px #c7c7c7;
    display: none;
}

#menu-item-17 > ul,
#menu-item-19 > ul {
    width:500px;
}

#menu-item-18 > ul {
    width:180px;
}

.submenu-heading > a {
    min-height: 30px;
    color: #007482!important;
    font-size: 1em!important;
    font-weight: bold;
}

.nav li ul.sub-menu > li ul.sub-menu li {
    clear: left;
}

nav[role="footer"] {
    float: left;
    width: 100%;
    padding-right: 0;
    margin-top: 0;
}

ul#menu-primary-navigation {
    float: left;
    width: 100%;
}

ul#menu-business-navigation-1 {
    width: 100%;
    min-width: 230px;
}

ul#menu-business-navigation-1 li {
    width: 100%;
    border-bottom: 1px solid #b6b9bb;
    padding: .5em 1em;
}

ul#menu-business-navigation-1 li a {
    color: #5d5d5d;
    background-color: #f7f7f7;
    padding-left: 54px;
    height: 40px;
}

ul#menu-contact-navigation {
    float: right;
    display: none;
}

ul#menu-contact-navigation li {
    padding: 53px 5px;
    line-height: 1.5em;
}

ul#menu-contact-navigation li a,

ul#menu-contact-navigation-1 li a {
    color: #007b85;
    /* font-weight: 700; */ font-weight: 900;
    font-size: .8em;
    padding: 0;
}

#footerWidget {
    width: 100%;
    float: left;
}

#footerWidget a {
    font-size: 13px;
}

#footerWidget #text-3,#text-4 {
    width: 50%;
    float: left;
    padding: 0 3em 1.5em;
}
/*
#footerWidget #text-4 {
    width: 50%;
    float: right;
}
*/
#footerWidget #text-7 {
    padding-top: 1em;
}

#footerWidget.dark {
    background-color: #e8e8e7;
    margin-top: 0;
    padding: 3em 2em;
    min-height: 430px;
}

#footerWidget.dark li {
    display: inline;
}

/*Footer Menu Icons*/

ul#menu-business-navigation-1 .menu-item-30 a {
    background: url('../images/icon_envirotech.png') Left Center No-Repeat;
}

ul#menu-business-navigation-1 .menu-item-32 a {
    background: url('../images/icon_p.png') Left Center No-Repeat;
}

ul#menu-business-navigation-1 .menu-item-33 a {
    background: url('../images/icon_trae.png') Left Center No-Repeat;
}

ul#menu-business-navigation-1 .menu-item-1663 a {
    background: url('../images/icon_b.png') Left Center No-Repeat;
}

ul#menu-business-navigation-1 .menu-item-35 a {
    background: url('../images/icon_e.png') Left Center No-Repeat;
}

/* Mail Chimp Styles */

#mc_embed_signup {
    background: none;
    clear: left;
}

#mc_embed_signup .email {
    height: 32px;
    width: 70%;
    font-size: 10px;
    border: none;
    color: #cecece;
    /* font-weight: 300; */ font-weight: 500;
    vertical-align: bottom;
    text-indent: 8px;
}

#mc_embed_signup .newsletter-button {
    color: #fff;
    background-color: #d9a500;
    width: 52px;
    height: 32px;
    border: none;
    border-bottom-right-radius: 21px;
    border-top-right-radius: 21px;
    font-size: 23px;
    /* font-weight: 700; */ font-weight: 900;
    line-height: 0px;
}

#mc_embed_signup .newsletter-button:hover {
    background-color: #C08C00;
}

/* Social Media Icons */

.socialLinks li {
    padding-right: 24px;
    float: left;
    width: 64px;
}

.socialLinks a img {
    width: 100%;
}

.show_more{ padding:0px!important}
.s1 a{ line-height:25px!important}

/* Home Page Content

==================================*/



.entry-content {
    text-align: center;
    padding:0 10%;
}

h2.entry-heading {
    color: #007b85;
    margin: 1.5em 0 0;
    font-size: 2em;
}

ul.service-icons {
    margin: 3em auto 0;
    height: 250px;
    width: 800px;
    /* font-weight: 500; */ font-weight: 700;
}

ul.service-icons li {
    width: 20%;
    float: left;
}

ul.service-icons li img {
    padding: 1em 1.5em;
    margin: 0;
}

.service_icon {
    display: block;
    width: 124px;
    height: 200px;
    padding-top: 134px;
    margin: 0 auto;
}

.service_icon:hover {
    background-position: top right;
}

.dust {
    background: url('../images/icon_dustControl.png')no-repeat top left;
}

.mining {
    background: url('../images/icon_mining.png')no-repeat top left;
}

.deicing {
    background: url('../images/icon_deicing.png')no-repeat top left;
}

.oilgas {
    background: url('../images/icon_oilAndGas.png')no-repeat top left;
}

.specialty {
    background: url('../images/icon_specialty.png')no-repeat top left;
}

.home_video {
    background: rgb(46,46,46) url('../images/home_video_bg.jpg') no-repeat center 0;
    height: 660px;
    padding-top: 140px;
}

.home_video h2 {
    font-size: 3em;
    color: #fff;
    text-align: center;
    /* font-weight: 500; */ font-weight: 700;
}

.home_video h3, .home_video p {
    font-size: 2em;
    color: #fff;
    text-align: center;
    margin: 0;
}

.home_video .play {
    line-height: 70px;
    height: 70px;
    width: 375px;
    display: block;
    padding-left: 88px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
    color: #fff;
    background: rgba(0,0,0,0) url('../images/play_icon.png') no-repeat left center;
}

.home_video .play:hover {
    color: #999;
}

.home_solutions {
    text-align: center;
}

.home_map {
    background: url('../images/home_map.png') no-repeat center 0;
    height: 700px;
    margin-top: 4em;
    padding-top: 140px;
}

/* landing pages */

.landing-section {
    width:100%;
    margin:0 auto;
}

.landing-section h3 {
    font-weight: bold;
}



.landing-item img {
    width:200px;
    height:200px;
}

.landing-section .landing-item-wrapper {
    width:200px;
    margin-right:10px;
    margin-left:10px;
    display:inline-block;
    vertical-align: top;
    position: relative;
}

.landing-section .img-wrap {
  border-radius: 10px;
  height: 200px;
  //transition: all 0.25s ease-out;
}

.landing-section .img-wrap:hover {
  background: black;
}

.landing-section .img-wrap:hover > img {
  opacity: 0.7;
}

/*
.landing-section .landing-item:hover {
    opacity:.7;
    -o-transition:.25s;
    -ms-transition:.25s;
    -moz-transition:.25s;
    -webkit-transition:.25s;
    transition:.25s;
}
*/

/* Careers Page

==============================*/

.careers_benefits h2 {
    margin-bottom: 0;
}

.careers_benefits p {
    margin: 0;
}

.careers_about h2 {
    margin: 1.5em 0 0;
    font-size: 2em;
}

.careers_about h4 {
    width: 79%;
    margin: 1em auto;
}

.careers_about p {
    width: 79%;
    margin: 2em auto 3.5em;
}

.careers_benefits {
    text-align: center;
    width: 100%;
    background-color: #f7f7f7;
    padding: 1em;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}

.careers_postings {
    float: none!important;
    margin: 0 auto 3.5em;
}

.careers_postings h3 {
    padding-left: 20px;
    margin: 1.5em 0 .5em;
}

ul.job_listings {
    border-top: 1px solid #d2d2d2;
    font-size: 12px;
	 float:left; width:100% ;background:url(../images/bg_repeat.jpg) repeat-y 0 0;  background-size:100% 100%;
	 margin-bottom:65px!important;
	 
}





li.job_listing {
   
    border-bottom: 1px solid #d2d2d2;
	 float:left; width:100%; 
}

/*li.job_listing:last-child{ background:none!important}*/
/*li.job_listing:last-child .jobTitle.jobColumnLarge{ padding-bottom:40px!important}*/

ul.job_listings li.job_listing, ul.job_listings li.no_job_listings_found{   border-bottom: none!important; background:url(../images/border_bg.jpg) repeat-x left bottom;}
.jobHeaderRow {
    border-top: 1px solid #d2d2d2;
    height: 45px;
    text-transform: uppercase;
    /* font-weight: 700; */ font-weight: 900;
    color: #737373;
    font-size: 12px;
    text-align: center;
}

.jobColumnSmall {
    float: left;
    height: 100%;
    width: 35%;
    border-right: 1px solid #d2d2d2;
    padding: 10px 20px;
}

.jobColumnLarge {
    float: left;
    height: 100%;
    width: 30%;
    border-right: 1px solid #d2d2d2;
    padding: 10px 20px;
}
.jobDepartment.jobColumnSmall{border:none}
.jobTitle.jobColumnLarge{ border:none}

.jobColumnLarge.last {
    border: none;
}

.jobTitle {
}

.jobDepartment {
}

.jobLocation {
}

.jobLocation p {
    float: left;
}

.jobDescription p {
    margin: 0!important;
}

.jobDescription a {
    padding: 0!important;
    color: #d9a500;
	opacity:1!important;
	
}
.jobDescription a:visited:link{ border:none!important}
.jobDescription a:focus{ outline:none!important}

.jobDescription a:hover {
    color: #C08C00;
    background-color: #fff!important;
}

.apply-button {
    width: 100%;
    float: right;
    margin-top: .7em;
    font-size: 10px;
}

.apply-button a {
    color: #fff;
    font-family: 'museo_sans', Verdana, Arial, 'sans-serif';
    font-size: 1.1em;
    /* font-weight: 500; */ font-weight: 700;
    border-radius: 25px;
    background-color: #d9a500;
    padding: .5em!important;
    line-height: 1.5em!important;
    text-align: center;
    box-shadow: 0 0 5px #999;
    transition: background-color .3s;
	 opacity:1!important;
}

.apply-button a:hover {
    color: #fff;
    background-color: #C08C00!important;
}

/* SDS page */

.sds .sheet {
    display:block;
    float:left;
}
.sds-title {
    padding-bottom: 10px;
    border-bottom:1px solid #d2d2d2;
    text-align:left;
    margin-bottom:20px;
    clear: both;
}

.region_list.sds_list ul {
    width:100%;
}

.sds_list li {
    width:33.33%;
    float:left;
    display:block;
}

/* Product Page */

.product_features {
    clear: both;
    margin-bottom: 4em !important;
}

.photo_gallery {
    clear: both;
}

.video_gallery {
    margin-bottom: 2em;
}

.gray {
    background: #f7f7f7;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    float: left;
    width: 100%;
    padding: 1em 0;
    margin-bottom: 3em;
}

.product_features h3, .region_features h3 {
    float: left;
    margin: 2em 15px .5em;
}

.round-button.product {
    margin: 4em auto;
}

.footer-link {
    float:right;
}

.footer-link a {
}
.features-row {
    width: 100%;
    float: left;
    text-align: left;
    border-bottom: 1px solid #d2d2d2;
}

.features-row h2 {
    font-size: 15px;
    /* font-weight: 700; */ font-weight: 900;
    color: #5d5d5d;
    margin: 0;
    text-transform: uppercase;
}

.features-row p {
    margin: .25em 0;
}

.features-row a {
    color: #d9a500;
    /* font-weight: 500; */ font-weight: 700;
}

.features-row a:hover {
    color: #C08C00;
}

.features-row.heading .features-column-30,

.features-row.heading .features-column-50,

.features-row.heading .features-column-70 {
    min-height: 55px;
}

.features-row ul {
    display: inline-block;
    width: 100%;
}

.features-row .last {
    border-left: 1px solid #d2d2d2;
}

.border-left {
    border-left: 1px solid #d2d2d2;
}

.features-row .last li {
    float: left;
    width: 50%;
}

.features-row .last li.regions {
    width: 100%;
}

.features-column-30 {
    width: 30%;
    float: left;
    padding: 1em;
    box-sizing: border-box;
    min-height: 100px;
}

.features-column-3 {
    width: 33%;
    float: left;
    padding: 1em;
    box-sizing: border-box;
    /* min-height: 100px; */
}

.features-column-4 {
    width: 25%;
    float: left;
    padding: 1em;
    box-sizing: border-box;
    /* min-height: 100px; */
}

.features-column-50 {
    width: 50%;
    float: left;
    padding: 1em;
    box-sizing: border-box;
    min-height: 120px;
    text-align: left;
}

.features-column-50 img {
    max-width: 100%;
}

.features-column-70 {
    width: 70%;
    float: left;
    padding: 1em;
    box-sizing: border-box;
    min-height: 100px;
}

.sds-product .sheet{
    margin-right:10px!important;
    margin-left:10px!important;
}

.sheet-container {
    width: 100%;
    margin: 0 auto;
}

.sheet-container .sheet {
    display: inline-block;
    width: 204px;
    height: 248px;
    position: relative;
    background: #cecdcd url(../images/sds-default.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 12px;
    margin-left:12px;
    margin-bottom:56px;
}

.sheet-container .sheet-inner {
    font-size: 16px;
    /* font-weight: 500; */ font-weight: 700;
    padding: 5.5em 2em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sheet-inner span {
    color:#fff;
    position: relative;
    z-index: 40;
}

.sheet-container .sheet:before {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
}

.sheet-container .sheet:hover:before {
  background: rgba(0, 0, 0, 0.75);
  -o-transition:.25s;
  -ms-transition:.25s;
  -moz-transition:.25s;
  -webkit-transition:.25s;
  transition:.25s;

}

.sheet .corner {
    width: 0px;
    height: 0px;
    /* border-bottom: 44px solid #d9a500; */
    /* border-left: 44px solid #cecdcd; */
    position: absolute;
    z-index: 40;
    bottom: 0;
    right: 0;
    border-style: solid;
    border-width: 0 0 44px 44px;
    border-color: transparent transparent #d9a500 transparent;
}
.sheet-container .sheet:hover .corner {
     border-color: transparent transparent #C08C00 transparent;
}
.sheet .corner span {
    position: absolute;
    padding: 1em;
    right: -10px;
    height: 44px;
    width: 44px;
    font-weight: bold;
    color: white;
}

.sheet-container > div:last-child {
    margin: 0;
}

.product_gallery {
    clear: both;
    padding: .5em 0 3em;
}

.gallery-image {
    border: solid 5px #fff;
    box-shadow: 0px 0px 1px #9a9a9a, 0px 8px 22px -7px #999;
    width: 360px;
    max-height: 255px;
    margin-right: 10px;
    margin-bottom: 40px;
}

.single-gallery-image {
    width: 600px;
    max-height: 400px;
}

.gallery-image.no-margin {
    margin-right:0;
}

.round-button-wrap {
    display: inline-block;
    position: relative;
}

.region-byline {
    position: absolute;
    top: 75px;
    left:0;
    right: 0;
    font-size:12px;
}

.product-text ul {
    list-style-type: disc;
    text-align: left;
    margin-left:20px;
    display:inline-block;
}

/* blog page */

.article-header a {
    color:#007b85;
}

.article-header a:hover {
    color:#5d5d5d;
}

.custom-blog article {
  margin-bottom: 3em;
}

.custom-blog article,
.custom-blog .entry-content {
    text-align: left;
    padding:0;
}

.custom-blog .byline a,
a.more-link {
    color:#D9A501;
}

.custom-blog #sidebar1 {
    text-align:left;
    margin:0;
}

.custom-blog .widgettitle,
.archive-title {
    color:#007b85;
    font-size: 2.5em;
    margin:.67em 0;
    line-height: 1.333em;
    font-weight: 500;
}

.custom-blog .widget {
    margin-bottom:75px;
    margin-top:0;
}

.widget ul li {
    margin-bottom:10px;
}

.widget ul li a {
    color: #a1a1a2;
}

.widget_categories > ul > li > a {
  font-weight: 800;
}

.archive-title {
    text-align:left;
}

/* formstack forms */

div.formstack-form {
    margin:0 auto;
    text-align:left;
    width:50%;
}
div.formstack-form .fsPage {
    text-align:left;
}

div.formstack-form select {
    height:31px;
}

div.formstack-form .fsSubmitButton {
    background-color: #d9a500;
    border-radius: 25px!important;
    box-shadow: 0 0 5px #999;
    color: #fff !important;
    font-family: 'museo_sans',Verdana,Arial,'sans-serif';
    font-size: 20px;
    /* font-weight: 500; */ font-weight: 700;
    padding: 0.5em 3em!important;
    transition: background-color 0.3s ease 0s;
    border:0;

}

/* special needs forms */
.page-id-3235 div.formstack-form,
.page-id-3217 div.formstack-form, /* job application form */
.page-id-3238 div.formstack-form {
    width:70%;
}

/*overriding formstack input styling */
.fsSubmit input {
    width:auto !important;
}


/* contact forms */

.contact-options {

}

.contact-options select {
    height:31px;
}



/* Market Page */

.market-info {
    width: 80%;
    margin: 0 auto;
}

.market-info h2 {
    font-size: 16px;
    /* font-weight: 500; */ font-weight: 700;
    color: #737373;
}

/* contact bar */

.contact-bar {
    margin-top: 40px;
}

.contact-bar .round-button {
    margin:0 0 10px;
}

.contact-bar .contact-sublink {
    font-size:12px;
}

.contact-bar h1, .contact-bar .subheading.title {
    margin-top:0;
}

/* Region Page */

.region_features {
    clear: both;
    margin-bottom: 4em !important;
}

.region_map_area {
    margin-bottom: 2em;
}

.region-contacts {
    margin-top: 2em;
}

.contacts-container {
    width: 100%;
    margin: 0 auto;
}

.contacts-container .contact {
    width: 19%;
    display: inline-block;
    font-size: 14px;
    min-width: 160px;
    margin: 1em 0;
}

.contact .name {
    margin-bottom: 0;
}

.contact .address {
    min-height: 48px;
    margin-top: 0;
}

.contact .round-button {
    margin: .5em auto;
}

.contact .round-button a {
    font-size: 1em;
    padding: .5em 1em;
}

.locator {
    background: url('../images/icon_locator.png')no-repeat;
    width: 30px;
    height: 35px;
    margin: 0 auto;
    color: #fff;
    padding: 6px;
    /* font-weight: 500; */ font-weight: 700;
}

.region_list {
    clear: both;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    box-shadow: 0px 20px 40px -30px #CCC, 0px -20px 40px -30px #CCC;
}

.region_list ul {
    padding: 15px;
    float:left;
    width:100%;
    box-sizing:border-box;
}

.region_list ul li {
    display: block;
    margin-bottom:10px;
    float:left;
    width:33.33%;
}

.region_list ul li a {
    /* font-weight: 300; */ font-weight: 500;
    color: #acadaf;
    transition: color .1s;
}

.region_list ul li a:hover {
    color: #11848d;
}

.market-title {
}

.market-title a {
    float: left;
    margin: 3.5em 0 0;
    color: #007b85;
}

.region_partners ul {
    margin: 3em 0 2em;
}

.region_partners li {
    width: 20%;
    display: inline-block;
}

.region_partners li p {
    color: #c3c4c5;
    font-size: 12px;
    /* font-weight: 500; */ font-weight: 700;
}

.features-row.heading {
    margin: 0;
    border-top: 1px solid #d2d2d2;
}

/* make page anchors go to the proper spot (extra space allowed for fixed header) */
a.anchor {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
    float: none;
    height: 0;
    margin: 0;
    padding: 0;
}
.sds-title a.anchor {
    top:-250px;
}


/* Soliloquy Slider */

.soliloquy-container {
    margin: 0 auto!important;
    box-shadow: 0px 5px 15px #333;
    overflow: hidden;
}

.soliloquy-container .soliloquy-caption {
    top: 0;
}

.soliloquy-container .soliloquy-item-image {
    margin: 0 auto !important;
    width: 100%;
}

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    background: none!important;
    padding: 30px!important;
    margin: 0 auto!important;
    width: 80%;
    height: 100%;
}

h1.slider-heading {
    color: #d9a500;
    text-shadow: 2px 2px 1px #000;
    margin: 0 0 .2em;
    font-family: 'museo_sans',Verdana, Arial,'sans-serif';
    font-size: 3em;
    /* font-weight: 500; */ font-weight: 700;
}

h2.slider-caption {
    width: 100%;
    max-width: 28em;
    margin: 0 auto;
    text-shadow: 2px 2px 1px #000;
    color: #fff;
}

.slider-button {
    width: 14em;
    margin: 2em auto;
}

.slider-button a {
    color: #fff;
    font-family: 'museo_sans', Verdana, Arial, 'sans-serif';
    font-size: 1.2em;
    /* font-weight: 500; */ font-weight: 700;
    border-radius: 25px;
    background-color: #d9a500;
    padding: .7em;
    box-shadow: 0px 5px 10px #333;
    transition: background-color .3s;
}

.slider-button a:hover {
    color: #fff;
    background-color: #C08C00;
}

/* Bioballast page */

.product_features h3.section-header {
    float:none;
    text-align:left;
    margin:1em 15px .5em;
}

#tabs ul {
    padding-bottom:0;
    padding-left:0;
    pading-right:0;
}

.region_list.tab-menu ul {
    width:100%;
}

.tab-menu ul li {
    width:16.6%;
    float:left;
    display:block;
    padding-bottom: 15px;
    margin-bottom:0;
}

.tab-menu ul li.active {
    border-bottom:2px solid #d9a500;
    }

.tab-menu ul li.active a{
    color:#007b85;
    font-weight: bold;
}

.table-pdf-button {
    float: right;
    padding:0 20px;
    border:1px solid #d9a500;
    border-radius: 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.table-pdf-button a, .table-pdf-button a:visited, .table-pdf-button a:hover, .table-pdf-button a:active {
    color: #d9a500;
    font-size:14px;
    font-weight:bold;
}

/* testimonials */
.testimonial_wrapper {
    min-height:100px;
    margin-bottom: 60px;
}

.ssslide {
    padding-left: 10% !important;
    padding-right: 10% !important;
    min-height:30px;
}



/* Media Queries

==============================*/


@media only screen and (max-width: 767px) {
/*.jobDepartment.jobColumnSmall{border-right: 1px solid #d2d2d2;}
.jobTitle.jobColumnLarge{ border-right: 1px solid #d2d2d2;}*/
ul.job_listings{ background:url(../images/mobile_bg.jpg) repeat-y 0 0;  background-size:100% 100%}
.careers_benefits .round-button{ float:left; width:100%; text-align:center}
.careers_benefits .round-button a{ font-size:13px  }
.jobLocation.jobColumnLarge.last .apply-button a{ border-radius:10px!important; width:77px }	
.careers_about h1{ text-align:center; width:100%; text-align:center!important; float:left}
.round-button{ margin-top:51px!important}
ul.job_listings li.job_listing a, ul.job_listings li.no_job_listings_found a{ line-height:15px}	
.jobDescription a{line-height:15px!important; padding-bottom:5px!important}
/*.jobDescription p{ margin: 0 0 1em 0!important}*/
/*.show_more{ padding:0 0 10px 0!important}*/
a.exp{padding:10px 0 0 0!important}
.home_video .play{ width:auto}

}


@media only screen and (min-width: 481px) {

    .entry-content .alignleft, .entry-content img.alignleft {
        margin-right: 1.5em;
        display: inline;
        float: left;
    }

    .entry-content .alignright, .entry-content img.alignright {
        margin-left: 1.5em;
        display: inline;
        float: right;
    }

    .entry-content .aligncenter, .entry-content img.aligncenter {
        margin-right: auto;
        margin-left: auto;
        display: block;
        clear: both;
    }
}

@media only screen and (min-width: 768px) {





    .onecol {
        width: 5.801104972%;
    }

    .twocol {
        width: 14.364640883%;
    }

    .threecol {
        width: 22.928176794%;
    }

    .fourcol {
        width: 31.491712705%;
    }

    .fivecol {
        width: 40.055248616%;
    }

    .sixcol {
        width: 48.618784527%;
    }

    .sevencol {
        width: 57.182320438000005%;
    }

    .eightcol {
        width: 65.74585634900001%;
    }

    .ninecol {
        width: 74.30939226%;
    }

    .tencol {
        width: 82.87292817100001%;
    }

    .elevencol {
        width: 91.436464082%;
    }

    .twelvecol {
        width: 99.999999993%;
    }

    .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
        position: relative;
        float: left;
        margin-left: 2.762430939%;
    }

    .first {
        margin-left: 0;
    }

    .last {
        float: right;
    }

    .wrap {
        max-width: 1140px;
        margin: 0 auto;
    }

    p#logo {
        float: left;
        width: 25%;
        margin: 34px 20px 18px 0;
    }

    p#logo img {
        width: 100%;
    }

    nav[role="main"] {
        float: left;
        height: 128px;
        width: 70%;
    }

    ul#menu-primary-navigation {
        height: 100%;
        width: 100%;
    }

    ul#menu-primary-navigation li a {
        padding: 52px 15px;
    }

    .level-0 > ul.sub-menu {
        display: block;
    }

    ul#menu-contact-navigation {
        height: 100%;
        float: right;
        display: block;
        position: absolute;
        right: 0;
    }

    nav[role="business"] {
        display: block;
    }

    nav[role="footer"] {
        float: left;
        width: 30%;
        padding-right: 2em;
        margin-top: 2em;
    }

    .nav {
        border: 0;
    }

    .nav ul {
        margin-top: 0;
    }

    .nav li {
        float: left;
        position: relative;
    }

    .nav li a {
        border-bottom: 0;
    }

    .nav li a:hover, .nav li a:focus {
    }

    .nav li ul.sub-menu, .nav li ul.children {
        position: absolute;
        visibility: hidden;
        z-index: 8999;
    }
    .nav li ul.sub-menu > li{
        width:150px;
    }
    .nav li ul.sub-menu > li > ul{
        width:150px;
    }

    .nav li ul.sub-menu li a, .nav li ul.children li a {
        padding-left: 10px;
        border-right: 0;
        display: block;
        width: 150px;
        line-height: 1em;
    }

    .nav li ul.sub-menu li:last-child a, .nav li ul.children li:last-child a {
        border-bottom: 0;
    }

    .nav li:hover ul {
        top: auto;
        overflow: visible;
        visibility: visible;
    }

    #content {
        position: relative;
        margin-top: 173px;
        text-align: center;
    }

    #footerWidget {
        width: 30%;
        float: left;
        margin-top: 2em;
    }

    #footerWidget #text-3,#text-4 {
        width: 50%;
        float: left;
        padding: 0 1em;
    }

    #footerWidget.dark {
        width: 40%;
    }

    .sidebar {
        margin-top: 2.2em;
    }

    .widgettitle {
        margin: 1em 0 .75em;
        color: #5d5d5d;
    }

    .widget {
        padding: 0 10px;
    }

    .widget ul li {
        line-height: 1.3em;
    }

    .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em;
    }

    h1.slider-heading {
        font-size: 3em;
    }

    ul.job_listings {
        font-size: 16px;
    }

    .jobHeaderRow {
        font-size: 16px;
    }

    .jobColumnSmall {
        width: 20%;
    }

    .jobColumnLarge {
        width: 40%;
    }

    .apply-button {
        width: 10em;
        font-size: 14px;
    }
}

@media (max-width:1200px) {

    h1.slider-heading {
        font-size: 3em;
    }

    h2.slider-caption {
        font-size: 1.4em;
    }

    .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
        padding: 20px!important;
    }

    .slider-button a {
        padding: .5em;
        font-size: 1em;
    }
}

@media (max-width:1000px) {

    h1.slider-heading {
        font-size: 2em;
    }

    h2.slider-caption {
        font-size: 1.4em;
    }

    .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
        padding: 20px!important;
    }

    .slider-button {
        width: 10em;
        margin: 1em auto;
    }

    .slider-button a {
        padding: .5em;
        font-size: 1em;
    }
}

@media (max-width:900px) {

   /* .jobDescription {
        display: none;
    }*/

   /* li.job_listing {
        height: 130px;
    }*/
}

@media (max-width:800px) {

    h1.slider-heading {
        font-size: 1.5em;
    }

    h2.slider-caption {
        font-size: 1.1em;
    }

    .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
        padding: 20px!important;
    }

    .slider-button {
        width: 8em;
        margin: .5em auto;
    }

    .slider-button a {
        padding: .4em;
        font-size: .9em;
    }
}

@media (max-width:700px) {

    .market-info {
        width: 100%;
    }

    .features-row .last li {
        width: 100%;
    }
}

@media (max-width:600px) {

    h1.slider-heading {
        font-size: 1em;
    }

    h2.slider-caption {
        font-size: .75em;
    }

    .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
        padding: 10px!important;
    }

    .slider-button {
        width: 7em;
        margin: .5em auto;
    }

    .slider-button a {
        padding: .25em;
        font-size: .75em;
    }

    /* order-form */
    div.formstack-form {
        width:90%;
    }
}

@media (max-width:480px) {

    .column-30 {
        width: 100%!important;
    }

    .column-70 {
        width: 100%!important;
        text-align: center!important;
    }

    .features-row h2 {
        font-size: 12px;
    }

    .features-row p {
        font-size: 14px;
    }
	
}





/* Modified Date 15-4-14*/
.fancybox_pop_custom .fancybox-close {
    float: right;
    position: relative;
    top: -21px;
    background-image: url(../images/fancybox-close.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 29px;
}

.clr {
    clear: both;
}

.fancybox_pop_custom h2 {
    text-align: center;
    font-size: 36px;
	    font-family: 'museo_sans', Verdana, Arial, 'sans-serif';
    text-rendering: optimizelegibility;
    /* font-weight: 100; */ font-weight: 500;
}

.fancybox_pop_custom .location_image {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 9px;
    margin-top: 33px;
}

.fancybox_pop_custom .location_image .image_section {
    width: 70%;
    float: left;
}

.fancybox_pop_custom .location_image ul.regions li {
    list-style: circle !important;
    width: 26%;
    float: right;
    padding-top: 58px;
    text-align: left;
    margin-right: 116px;
    margin-left: 25px;
}

.fancybox_pop_custom .location_image .regions ul.region_color li {
    border-bottom: 1px solid #d2d2d2;
    padding: 24px 0 24px 0;
    font-size: 16px;
    width: 100%;
	    font-family: 'museo_sans', Verdana, Arial, 'sans-serif';
    text-rendering: optimizelegibility;
    /* font-weight: 500; */ font-weight: 700;
}

.fancybox_pop_custom .location_image .regions ul.region_color li.region_first {
    border-top: 1px solid #d2d2d2;
    padding: 24px 0 24px 0;
}

.fancybox_pop_custom .location_desc {
    text-align: center;
	padding:0 10px 20px 10px;
}

.fancybox_pop_custom .location_desc a {
    background-color: #D9A500;
    color: #FFF;
    font-size: 14px;
    border-radius: 25px 25px;
    padding: 9px 42px;
    font-weight: bold;
}

.fancybox_pop_custom .location_post {
    text-align: center;
    float: left;
    width: 100%;
    padding-bottom: 15px;
}

.fancybox_pop_custom ul.location_post li {
    text-align: center;
    float: left;
    list-style: none;
    padding: 0 2% 0;
    width: 20%;
}

.fancybox_pop_custom ul.location_post.singlelocation li{ width:100% !important; padding-bottom:10px;}

.fancybox_pop_custom ul.location_post.singlelocation li h4 {
    text-align: center;
    font-size: 26px;
	    font-family: 'museo_sans', Verdana, Arial, 'sans-serif';
    text-rendering: optimizelegibility;
    /* font-weight: 100; */ font-weight: 500;
	color:#007B85;
	margin-bottom:0;
	margin-top:10px;
}
/*#fancybox-wrap{width:60%!important}
#fancybox-content{width:100%!important; border:0 !important}*/


.fancybox_pop_custom ul.location_post li h4 {
    color: #7f7f7f;
	font-size:14pt;;
	font-family: 'museo_sans', Verdana, Arial, 'sans-serif';
    text-rendering: optimizelegibility;
    /* font-weight: 500; */ font-weight: 700;
}

.fancybox_pop_custom .location_post .post_desc {
    margin-top: 14px;
}
.fancybox_pop_custom .location_post .post_desc p, .location_desc p{
 	font-family: 'museo_sans', Verdana, Arial, 'sans-serif';
    text-rendering: optimizelegibility;
    /* font-weight: 100; */ font-weight: 500;
	font-size:14px;

}

.location_desc p{
    font-size:18px;
    }
.fancybox_pop_custom .location_post .post_desc p:first-child, .location_desc p:first-child{
 margin-top: -10px;
}

.fancybox_pop_custom .location_post .post_desc p strong, .location_desc p strong{
 	font-family: 'museo_sans', Verdana, Arial, 'sans-serif';
    text-rendering: optimizelegibility;
    /* font-weight: 500; */ font-weight: 700;
	font-size:14px;
}

.fancybox_pop_custom .location_desc a.region-link {
    color:#5d5d5d;
    text-decoration:none;
    background-color: transparent;
    font-size:16px;
    margin: 0;
    padding: 0;
}

.fancybox_pop_custom .location_desc a.region-link:hover {
    color:#007b85;
}


.fancybox_pop_custom .location_post .post_desc .learn_more {
    background-color: #D9A500;
    color: #FFF;
    font-size: 14px;
    border-radius: 25px 25px;
    padding: 9px 22px;

}

.fancybox_pop_custom .location_post .post_desc a {
    background-color: #D9A500;
    color: #FFF;
    font-size: 14px;
    border-radius: 25px 25px;
    padding: 9px 42px;
    font-weight: bold;
}


body .regions {
    float: right;
    width: 28%;
}
.regions  h1{
	//text-align:left;
}

.region_color {
    float: right;
    width: 100%;
}

.region_color li {
    float: left;
    text-align: left;
}

.fancybox_pop_custom ul.location_post li span {
    text-align: center;
    margin: 0 auto;
    background: url(../images/num_bg.jpg) no-repeat center 0;
    color: #FFFFFF;
    display: inline-block;
    height: 35px;
    padding-top: 5px;
    text-align: center;
    width: 35px;
    font-weight: bold;
}

.fancybox_pop_custom ul.location_post li h4 {
    margin-top: 1em;
}

.region_color_show {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin-right: 10px;
}

.location_image .image_section img {
    width: 100% !important;
    float: left;
}
}



@media (min-width:961px) and (max-width:1024px) {
    .fancybox_pop_custom ul.location_post li {
        width: 30%;
    }
	.careers_benefits .round-button{ float:left; width:100%; text-align:center}
	.careers_benefits{ float:left}
}

@media (min-width:768px) and (max-width:960px) {
    .fancybox_pop_custom ul.location_post li {
        width: 45%;
        margin-left: 2%;
    }
	ul#menu-business-navigation{ width:auto}
	.careers_benefits .round-button{ float:left; width:100%; text-align:center}
	.careers_benefits{ float:left ;margin-bottom:20px}
	
}

@media (min-width:640px) and (max-width:1024px) {

    .region_color {
        width: 100%;
    }

    .fancybox_pop_custom ul.location_post li {
        display: inline-block;
        vertical-align: top;
        width: 250px;
        float: none;
    }

    .home_video .play {
        margin-top: 30px;
    }
	.careers_benefits .round-button{ float:left; width:100%; text-align:center}
	.careers_benefits{ float:left; margin-bottom:20px}
}

@media (max-width:639px) {

    .image_section {
        width: 100%;
        float: left;
    }

    .regions {
        width: 100%;
        float: right;
    }

    .region_color {
        width: 100%;
    }

    .fancybox_pop_custom ul.location_post li {
        width: 96%;
    }

    .home_video .play {
        margin-top: 30px;
    }

    .home_video h3, .home_video p {
        font-size: 1.5em;
    }

    .fancybox_pop_custom ul.location_post.singlelocation {
        width: 100%;
        float: left;
        text-align: center;
    }

    .fancybox_pop_custom ul.location_post.singlelocation li {
        width: 100%;
        float: left;
        text-align: center;
    }

    .regions h1 {
        font-size: 26px;
        font-weight: bold;
        text-align: left;
        margin-top: 25px;
		font-family: 'museo_sans', Verdana, Arial, 'sans-serif';
    text-rendering: optimizelegibility;
    font-weight: 500 !important;
    }
}

/* mobile nav */
@media (max-width:1000px) {

    #mobile-nav {
        display: block;
        text-align:center;
        padding-top:10px;
    }

    #mobile-nav select {
        width:90%;
        padding: 10px;
        background: none;
        border: 1px solid #737373;
        color: #5d5d5d;
    }

    nav[role="main"] {
    display:none;
    }

    #content {
        margin-top:0!important;
    }

    .heading.title {
    margin-top:20px;
    }

    p#logo {
        margin:15px auto 10px;
    }

    .header {
        position: relative;
    }

    ul.service-icons {
        height: auto;
        width:auto;
    }

    ul.service-icons li {
    float: none;
    width:100%;
    }

    .soliloquy-container {
        display: none!important;
    }

@media (min-width:1000px) {

    #mobile-nav {
    display: none;
    }



}