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

/*****************************************/
/* CSS DIRECTORY
  1. =RESET STYLE
  2. =HEADER STYLE
  3. =PRIMARY STYLE
  4. =LEFT SIDE MENU STYLE
  5. =CONTACT FORM STYLE
  6. =FOOTER STYLE
  7. =MOBILE MEDIA QUERIES
*/
/*****************************************/

/* ==========================================================================
1. RESET STYLE                          
========================================================================== */
html {
    position: relative;
    min-height: 100%;
}

body {
    height: 100%;
    margin: 0;
    margin-bottom: 500px; /*defines height of footer*/
    padding-bottom: 40px;
    background: #ffffff;
    font-family: "Helvetica",sans-serif;
    font-size: 100%;
    color: #555;
}
p, h1, h2, h3, h4 {
    line-height: 100%;
}

p {
    line-height: 1.75em;    
}

a {
    text-decoration: none;    
}

h1 {
  line-height: 100%;
  padding: 0!important;
  font-size: 42px;
}

/*
h1,h2,h3 {
    margin: 1% 0 1% 0;
    padding: 0;
    line-height: 100%;
}
*/
.top-level-header h1 {
    font-size: 30px;
    /*font-weight: bold;*/ font-weight: normal;
    text-align: center;   
    line-height: 100%;
    margin-bottom: 40px;
}
.right-container h3 {
    font-size: 32px;
    line-height: 100%;
}
.container-fluid h1, h3.form-title {
    /*font-weight: bold;*/ font-weight: normal;
}

h2 a {
    color: #505050;
    font-size: 26px;
    font-weight: 300;
    /*line-height: 50px;*/
    /*border-bottom: 1px solid #505050;*/
    padding-bottom: 2px;
    letter-spacing: 0.05em;
}

h2 a:hover {
    /*color: #009e60;*/
    /*text-decoration: none;*/
    /*padding-bottom: 2px;*/
    /*border-bottom: 1px solid #009e60;*/
}


address {
    
}

/* ==========================================================================
2. HEADER STYLE                             
========================================================================== */
.span12.widget-span.widget-type-cell.header-wrapper {
    margin: 0px auto 0px;
    max-width: 1280px;
    float: none!important;
}
.header-container-wrapper {
    width: 100%;
    position: relative;
    display: block;
}
.header-container-wrapper img {
    max-width: 100%;
    height: auto;    
}
.header-container {
    max-width: 1280px;
    margin: 0 auto;    
}
/*logo*/
.hs_cos_wrapper_type_logo img.hs-image-widget {
    /*width: 198px;*/
    width: 175px !important;
    height: auto;
    border-width: 0px;
    border: 0px;
}



/* ===================================================================================================================
HORIZONTAL MENU > MAIN BUTTONS
=================================================================================================================== */
.top-nav {
    max-width: 560px;
}
.top-nav .hs-menu-wrapper > ul > li > a {
    /*font-weight: 600;*/
    font-size: 16px;
    /*text-transform: uppercase;*/
}
.span12.widget-span.widget-type-cell.menu-button {
    display: none;
}
.top-nav .hs-menu-wrapper ul.hs-menu-children-wrapper {
    /*padding-top: 15px;
    padding-bottom: 45px;*/
}
/*.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a {
    padding: 12px 15px 12px;
    text-decoration: none;
    letter-spacing: 2px;
    /*border-radius: 4px 4px 0 0;*/
    border-bottom: none;
}*/
.hs-menu-wrapper>ul>li>a:hover {
    background-color: #f0f0f0;
    /* KYLE 4-18-17 -webkit-box-shadow: -3px 6px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: -3px 6px 5px rgba(0,0,0,0.15);
    -ms-box-shadow: -3px 6px 5px rgba(0,0,0,0.15);
    -o-box-shadow: -3px 6px 5px rgba(0,0,0,0.15);
    box-shadow: -3px 6px 5px rgba(0,0,0,0.15);*/
    text-decoration: none;
}
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
        opacity: 1;
        visibility: visible;
        -webkit-transition: none !important;
       -moz-transition: none !important;
       -ms-transition: none !important;
       -o-transition: none !important;
       transition: none !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        -webkit-transition: none !important;
       -moz-transition: none !important;
       -ms-transition: none !important;
       -o-transition: none !important;
       transition: none !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a { padding: 0; }


/** Grand Child - Sub Menu depth-3 - Edit 12/1/15 **/
.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 {
    width: 94% !important;
    left: 0!important;
    top: 0!important;
    position: relative;
    box-shadow: none;
    margin: 5px 0 5px 20px;
    padding: 0 !important;
    opacity: 100;
}
    ul li > ul li > ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-3 {
        padding: 3px 0 0;
    }
    /*Grandchild list items to be visible */
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover >  ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-3 {
      opacity: 1;
      visibility: visible;
      -webkit-transition: all .0s ease;
      -moz-transition: all .0s ease;
      -ms-transition: all .0s ease;
      -o-transition: all .0s ease;
      transition: all .0s ease;
    }



/****==== Job Title Horizontal Menu ===****/
.job-title .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 5px 0!important;
    max-width: 100%!important;
}
.job-title .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
    float: left;
    display: inline-block;
    clear: both;
    width: 100%;
}
.job-address div div {
    float: right;
}

.container-fluid {  
  background: #FFF;
  /*background: #F8F8F8;*/
  box-shadow: none;
  padding: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
}
  
.container-fluid.body-container {
  margin: 0 auto;
  padding: 0px;
}

.container-fluid.footer-container {
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  /*padding-top: 10px;*/
  background: transparent;
}

.container-fluid.footer-container footer {
  padding: 0px;
  margin: 0px;
}

.btn-primary, .hs-button.primary {
    -webkit-font-smoothing:antialiased !important;
    cursor:pointer !important;
    -moz-user-select:none !important;
    -webkit-user-select:none !important;
    -o-user-select:none !important;
    user-select:none !important;
    display:inline-block !important;
    font-weight:normal !important;
    text-align:center !important;
    text-decoration:none !important;
    width:auto !important;
    height:auto !important;
    font-family:Arial,Helvetica,sans-serif !important;
    background:#009e60;
    color:rgb(255,255,255) !important;
    border-radius:4px !important;
    border-width:0px !important;
    transition:all .0s ease !important;
    -moz-transition:all .0s ease !important;
    -webkit-transition:all .0s ease !important;
    -o-transition:all .0s ease !important;
    text-shadow:none !important;
    padding:4px 12px !important;
    font-size:16px !important;
    line-height:24px !important;
}
.btn-primary:hover, .hs-button.primary:hover {
    background:rgb(1,169,82) !important;
    color:rgb(255,255,255) !important;
}
.btn-primary:active, .hs-button.primary:active .btn-primary:active:hover, .hs-button.primary:active:hover {
    background:rgb(0,123,60) !important;
    color:rgb(244,244,244) !important;
}



/***=== CUSTOM GOOGLE SEARCH ===***/
/*Removes default x in search fields (webkit only)*/
/*Changes the color of the placeholder*/
/*
::-webkit-input-placeholder{color: #0d2840; opacity: .5;}
:-moz-placeholder{color: #0d2840; opacity: .5;}
::-moz-placeholder{color: #0d2840; opacity: .5;}
:-ms-input-placeholder{color: #0d2840; opacity: .5;}
*/
.search-container {
    margin-left: 0 !important;
}
div#___gcse_0 .gsc-results-wrapper-overlay {
    height: 86%;
    padding: 10px;
    width: 90%;
    position: fixed !important;
    top: 5%;
    left: 2%;
    right: 2%;

}

div.gsc-control-cse.gsc-control-cse-en {
    width: 40%;
    border: 0;
    padding: 0;
    margin: 0;
}
#gs_tti50 input {
    outline: none !important;
    width: 100% !important;
    height: 100% !important;
    border: 1px solid #f1f1f1 !important;
    margin: 0 auto !important;
    cursor: pointer;
    font-size: 1em;
    color: #0d2840 !important;
    padding: 8px 30px 8px 8px !important;
    -moz-transition: all .3s cubic-bezier(0,0,.5,1.5) !important;
    -webkit-transition: all .3s cubic-bezier(0,0,.5,1.5) !important;
    -o-transition: all .3s cubic-bezier(0,0,.5,1.5) !important;
    -ms-transition: all .3s cubic-bezier(0,0,.5,1.5) !important;
    transition: all .3s cubic-bezier(0,0,.5,1.5) !important;
    background: #fff url(https://www.johnroberts.com/hubfs/images/search.png?t=1478613876664) no-repeat center center !important;
    background-size: 21px !important;
    width: 150px !important;
    -webkit-background-position: 150px center !important;
    -moz-background-position: 150px center !important;
    -o-background-position: 150px center !important;
    -ms-background-position: 150px center !important;
    background-position: 121px center !important;
    color: #000;
    text-indent: 0px !important;
}

/*expands when search icon is clicked*/
input#gsc-i-id1:focus{
    box-shadow: 0 3px 10px -2px rgba(0,0,0,.3)!important;
    /*
    width: 160px !important; 
    -webkit-background-position: 170px center !important; 
    -moz-background-position: 170px center !important; 
    -o-background-position: 170px center !important; 
    -ms-background-position: 170px center !important; 
    background-position: 130px center !important; 
    box-shadow: 0 3px 10px -2px rgba(0,0,0,.1)!important;
    color: #000000;
    */
}
table.gsc-search-box td {
    vertical-align: top !important;
}
div#___gcse_0 {
    position: relative;
    top: 9px;
    left: 0;
    /*border-left: 3px solid #777;
    height: 24px;
    padding: 2px 5px 1px 12px;*/
    display: inline-block;
}
/** Google Original Style **/
/*googles input text box*/
.gsc-input div.gsc-input-box {
    width: 0;
    height: 25px;
    margin: 2% 0 0 0;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
}
.gsc-input-box-focus, .gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
    /*
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    */
    box-shadow: none !important;
    outline: none;
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
border-color: none !important;
}
/*Hide Googles search button*/
.gsib_a { padding: 0 !important; margin: 0 !important;}
.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding: 0 !important; 
    margin: 0 !important;
}
td.gsc-search-button, .gsc-search-box-tools .gsc-clear-button { 
  display: none; 
}
/*Hide googles delete font box*/
td.gsib_b {
  display: none;
}
/*Hide Googles search content style*/
.cse .gsc-control-cse, .gsc-control-cse {
  width: 0 !important;
  padding: 0 !important;
  background-color: none;
}

/*Search Result Style*/
.gsc-webResult.gsc-result {
    margin: 0 auto 12px !important;
    border: 2px solid #008000 !important;
    padding-bottom: 10px !important;
    border-radius: 0px !important;
}
table.gsc-above-wrapper-area-container {
    width: 97% !important;
    margin: 10px auto !important;
}
.gsc-above-wrapper-area {
    border: none !important;
}
.gsc-selected-option-container.gsc-inline-block {
    width: 80px !important;
}

/* Hide Ads */
.gsc-adBlock {
    display: none !important;
    overflow: hidden;
    height: 0px !important;
    margin: 0;
    padding: 0;
}
div#adBlock {
    display: none !important;
    overflow: hidden;
    height: 0px !important;
    margin: 0;
    padding: 0;
}
.gcsc-branding {
    display: none !important;
    overflow: hidden;
    height: 0px !important;
}


/* ==========================================================================
3. PRIMARY STYLE                       
========================================================================== */

/*Main Header, Body, and Footer Wrappers*/
.header-container-wrapper, .body-container-wrapper {
    /* max-width: 1280px !important; */
    max-width: 1080px !important;
    padding: 0;
    margin: 0 auto !important; 
    float: none !important; 
    clear: both!important; 
}

.body-container {
    max-width: 100%;
    margin: 0 auto;
}
.content-wrapper {
    max-width: 1080px !important;
    padding: 0;
    margin: 0 auto !important;
    float: none !important;
    clear: both !important;
}

.content-area {    
    padding-top: 0px;
    padding-bottom: 0px;
}

/*Image link mouse over effect*/
a img.hs-image-widget:hover {
    opacity: .85;
}

.mainPagePContent {
  font-size: 15px;
  font-weight: normal;
  /* line-height: 22px; */
}
/*** SERVICE PAGE TEMPLATE **/
body.service-wrapper .mobile {
    display:none;
}
body.service-wrapper .span12.widget-span.widget-type-cell.image-banner-text {
    padding: 0px 0px 30px 0px!important;
}

/*** INFO PAGE TEMPLATE ***/
body.product-page .mobile {
    display: none !important;
}
body.product-page p a {
    color: #00a261;
}

    
/***=== PRODUCT PAGE TEMPLATE ===***/
.product-header h1 {    
    /* 06-20-16
    font-size: 50px;    
    line-height: 1.5;
    */
    font-size: 2.5em;
    line-height: 1em;
    letter-spacing: 0.006em;
    font-weight: 600;
    margin: 0;
}
body.product-page h2 {
    margin-top: 20px;
    font-size: 30px;
    /*font-weight: bold;*/ font-weight: normal;
    line-height: 1.1em;
}
.product-header .secondary-header {
    font-size: 50px;    
    line-height: 1.5;
    letter-spacing: 0.006em;
    font-weight: 600;
    text-transform: uppercase;    
    margin: 0;
}
.product-image {
    text-align: center;
}

.benefits-group {
    margin-top: 80px;
    margin-bottom: 80px;
}
.page-center {
    /*max-width: 90%;*/
    max-width: 75%;
    margin: 0 auto!important;
    float: none!important;    
}
.section-header {
    text-align: center;
}
.section-header h1 {
    color: #00A261;
}
.page-width-normal {
    max-width: 1000px;
    padding: 0 40px;
    margin: 0 auto;    
}
.section-header h1, .section-subheader {
    font-size: 50px;
    line-height: 1.5;
    letter-spacing: 0.006em;
    font-weight: 600;
    text-transform: uppercase;
    
}
.section-header h1 span {
    display: block;
    color: #282828;
}

/****** History Page ******/
body.jr-history .widget-type-rich_text p {
    margin-top: 0px;
}


/****** Resource Page ******/
body.product-page p {
    font-size: 15px !important;
    font-weight: normal;
    line-height: 22px !important;
}
/****** News Page ******/
body.product-page div.bodyRightHeader p {
    font-size: 15px !important;
    font-weight: normal;
    line-height: 22px !important;
}


/****** TOP LEVEL PAGE Template ******/
body.top-level-wrapper .right-container h3 {
    font-size: 21px;
    line-height: 150%;
    padding: 0;
    margin: 0;
}
body.top-level-wrapper h2.mainPagePContent span {
    font-size: 15px !important;
    font-weight: normal;
    line-height: 22px;
}
body.top-level-wrapper .right-container p span {
    font-size: 15px !important;
    font-weight: normal;
    line-height: 22px;
}
.left-container {
    padding-right: 1.2%;
}
.span12.widget-span.widget-type-simple_menu.side-menu ul li a:hover {
    background: none;
    box-shadow: none;
    text-decoration: underline;
}

/****** MEET OUR TEAM TEMPLATE ******/
.container-fluid h1, h3.form-title {
    font-weight: normal;
}
.bodyRightSection.employeeStyle h2 {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border-bottom: 1px dotted;
    font-size: 16px;
}
.bodyRightSection.employeeStyle a {
    color: #70cbd2;
}
.bodyRightSection.employeeStyle p {
    color: #000000;
    margin: 5px 0 15px;
    padding-top: 0;
    font-size: 14px;
}
.bodyRightSection.employeeStyle .metLink { 
    border-bottom: 1px dotted #666; 
}
.bodyRightSection.employeeStyle .meetLink:hover { 
    border-bottom: 1px solid !important; 
}
.bodyRightSection h2 {
    margin: 0;
}
.bodyRightSection h2 a {
    font-size: 24px;
    font-weight: normal;
}
.bodyRightSection h2 a span {
  list-style: none !important;
  text-decoration: none !important;
  border-bottom: 1px dotted !important;
  font-size: 15pt;
}
.widget-span.widget-type-rich_text.employee-list {
  color: #000000 !important;
}
.intro-header div span {
    font-size:34px !important;
}
.section-header div span h2 {
    font-size: 25px !important;
}

.image-banner-container img {
    width: 100%;
    border-width: 0px;
    border: 0px;
}

/*** Meet Our Team - Individual Template ***/
/*
body.meet-our-team-individual .content-area {
    background-color: #F8F8F8; margin: 0 auto;
}
*/

/* ---employee left box---  */
div.employee-box {
    max-width: 350px;
    border-right: 3px solid #000000;
    color: #000000; 
    text-align: center;
    margin-bottom: 20px;
    padding-right: 3%;
    padding-left: 3%;
    float: left !important;
    width: 40% !important;
}
div.employee-img-box div span img.hs-image-widget {
    width: 100% !important;
    max-width: 285px !important;
    margin: 0 auto;
    margin-bottom: 20px;
    
}
.employee-info {
    max-width: 680px;
    padding-left: 2%;
    float: left !important;
    width: 56% !important;
}


.mainPageRightContent.meetContent {
   font-size: 12pt !important;
    margin: 1% auto;
}

/****** SERVICE PAGE TEMPLATE ******/
    .image-banner-text { margin-top: -20%; width: 93% !important; margin-left: 2% !important; }
    .service-header h1 {
        
    }
    /*--- Cross Media Page ---*/
    body.xmedia-body h1 {
        margin: 0px !important;
        padding: 0 !important;
        margin-top: -35px !important;
    }
    .xmedia-circle-image img {
        width: 100% !important;
        display: inline-block !important;
    }
    .xmedia-response-text-first { 
        margin-top: 10px;
        padding: 15px 5px;
        border-top: 2px solid #70CBD2;
        border-bottom: 2px solid #70CBD2;
        color: #6d6e71;
        text-align: center;
    }
    .xmedia-response-text {
        margin-top: 10px;
        padding: 7px 5px;
        border-top: 2px solid #70CBD2;
        border-bottom: 2px solid #70CBD2;
        color: #6d6e71;
        text-align: center;
    }
    
    /** Image Slider **/
    .hs_cos_flex-slider .caption {
        padding: 1% 5% 1% 5%;
        text-align: left;
    }
    .hs_cos_flex-control-nav {
        left: 5%;
        text-align: left;
    }



/* ==========================================================================
4. LEFT SIDE MENU                      
========================================================================== */
.side-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
  width: 100%;
}
.side-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: right;
  display: block;
  text-align: right;
  margin: 0;
  width: 100%;
}
.side-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    margin: 0px 15px 15px;
    padding: 0;
    white-space: inherit;
    max-width: 100%;
    overflow: hidden;
    text-overflow: clip;
    /*font-weight: bold;*/ font-weight: normal;
    float: right;
    font-size: 22px;
    color: #000;
    letter-spacing: 2px;
    text-align: right;
}
.side-menu .hs-menu-item .hs-menu-depth-1 { display: block; }


/* ==========================================================================
5. CONTACT FORM                       
========================================================================== */

/*** CONTACT US FORM TEMPLATE ***/
body.contact-page-wrapper .form-wrapper { 
    background: #f8f8f8; 
    padding-top: 20px; 
    padding-left: 10%; 
    float: right !important; 
    margin-left: 0; 
    /*min-height: 250px;*/
    overflow: visible;
}

body.contact-page-wrapper .form-container { width: 75%; margin: 0 auto; margin-left: 5%; max-width: 500px; }

.form-container h1 {
   color: #C3CF21;
}
.contact-page-wrapper div.input input, div.input input[type="text"], div.input textarea {
    border: none;
    font-size: 12pt !important;
}


.video-tour form input[type="text"], .video-tour form input, .video-tour form textarea, .video-tour form select {
  padding: 3px;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 2px;
  border-style: inset;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  border-image: initial;
}

body.contact-page-wrapper ul.hs-error-msgs.inputs-list {
  display: inline !important;
  list-style: none;
  padding: 0;
  margin: 0;
  color: rgb(227, 48, 48);
}
body.contact-page-wrapper .hs-form-field {
  margin-top: 10px;
  margin-bottom: 15px;
  clear: both;
}
body.contact-page-wrapper div.hs_firstname.field.hs-form-field {
  float: left;
  width: 48%;
  clear: none;
}
body.contact-page-wrapper div.hs_lastname.field.hs-form-field {
  float: left;
  width: 48%;
  margin-left: 4%;
  clear: none;
}

body.contact-page-wrapper div.hs_city.field.hs-form-field {
  float: left;
  width: 33%;
  clear: none;
}
body.contact-page-wrapper div.hs_state.field.hs-form-field {
  float: left;
  width: 38%;
  margin-left: 3%;
  clear: none;
}
body.contact-page-wrapper div.hs_zip.field.hs-form-field {
  float: left;
  width: 23%;
  margin-left: 3%;
  clear: none;
}
/*Submit Btn*/
body.contact-page-wrapper input.hs-button.primary.large {
    background-color: #C3CF21;
    background-repeat: no-repeat;
    background-position: top;
    margin: 0 0 25px 0;
    width: 127px;
    height: 44px;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}
body.contact-page-wrapper div.actions {
    float: right;
    padding: 10px;
}

body.contact-page-wrapper .contact-wrapper > div > div > .content-area {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
body.contact-page-wrapper .contact-wrapper {
    max-width: 1280px !important; 
    margin: 0 auto !important; 
    float: none !important;
    background: #f8f8f8 !important;
    padding: 0 !important;
}
body.contact-page-wrapper .contact-form input[type=submit] {
    padding: 10px 30px 10px 30px;
    margin-top: 20px;    
    background-color: green;
    color: white;
    text-transform: uppercase;
}
/*Makes the contact us img responsive in older IE browser*/
.widget-type-linked_image.contact-us-img div span img {
    display: block;
    width: 100% !important;
    max-width: 574px;
}


/* HS FORM VALIDATION */
form.hs-form .hs-form-field ul.inputs-list {
    margin: 5px 0px;
    padding-left: 0px;
}
ul.no-list.hs-error-msgs.inputs-list li label {
    color: red;
}


/* ==========================================================================
6. FOOTER STYLE                       
========================================================================== */

.footer-container-wrapper { /*Footer sticks to bottom*/
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    /*height: 421px;*/
    padding: 0 0;
    background: #3b3f3f;
}
.footer-container.container-fluid ul li, .footer-container.container-fluid p, .footer-container.container-fluid h4 {
    color: #aaa;
    margin: 0;
    padding: 0 0 6px 0;
    line-height: 100%;
}
.footer-container.container-fluid span {
    color: #aaaaaa;
}

.global-footer--wrapper {
        padding: 60px 30px 30px 30px;
}

.footer-container.container-fluid h3 {
    color: #fff;
    letter-spacing: 0.02em;
    font-weight: 100;
    margin: 1em 0 1.5em 0;
    font-size: 22px;
    line-height: 100%;
    border-bottom: 2px solid #009e60;
    padding-bottom: 2px;
    display: inline-block;
}
.footer-container.container-fluid p {
    color: #aaa;    
}
.footer-container.container-fluid a {
    color: #aaa;
    font-size: 16px;
}

.footer-container.container-fluid li.global-footer__subheader, .footer-container span.global-footer__subheader {
    color: #fff;
    padding: 20px 0 0 0;
    font-weight: 100;
    letter-spacing: 0.08em;
}

.footer-container ul {
    list-style-type: none;
    padding: 0 0 30px 0;
    margin: 0;
}

.footer-container li a {
    font-size: 16px;
    color: #aaa;
    line-height: 100%;
}

.footer-container ul.inline, ol.inline {
    list-style: none;
}

.footer-container ul.inline>li, ol.inline>li {
    display: inline-block;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

/*
.footer-design {
    background: #3b3f3f;
    padding-top: 20px;
    margin-top: 50px;
    line-height: 80%;
}
.footer-design h3 {
    color: #fff;
    letter-spacing: 0.02em;
    font-weight: 100;
    margin: 1em 0 1.5em 0;
}
.footer-design p {
    color: #aaa;    
}
.footer-design a {
    color: #aaa;
}
*/
div.footer-menu div.footer-vertical-menu ul li a {
    color: #aaa;
    font-size: 16px;
    /*font-size: 100%;*/
    padding: 0;
    margin: 0 0 6px 0;
    line-height: 100%;
}

/**Stop footer li hover background-color - adds underline decoration */
.span12.widget-span.widget-type-menu.footer-vertical-menu ul li a:hover {
    background: none;
    text-decoration: underline;
    text-shadow: none;
    border: none;
    box-shadow: none;
}

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

.copyright {
    color: #aaa;
    text-align: center;
    margin-top: 2em;    
}

.footer-menu a {
    padding: 0;    
}
/*.v2-global-footer .v2-global-footer__subheader {
    color: #fff;
    padding: 20px 0 0 0;
    font-weight: 100;
    letter-spacing: 0.08em;
}*/
/*.footer-design address {*/
/*    font-size: 16px;*/
/*    color: #aaa;*/
/*    line-height: 1.5;*/
/*    padding: 0 0 20px 0;*/
/*    font-style: normal;*/
/*}*/
.white-logo img {
    margin: 0 auto;
    max-width: 150px;
    float: left;
}

/**** CUSTOM MODULE STYLES ****/

/** Toggle Open Info Module **/
    .infoContainer {
        background: #F8F8F8;
        display: block;
        margin: 20px 0px;
        padding: 0;
        border: 1px solid #666666;
        cursor: pointer;
        clear: both;
    }
    .infoHeader {
        text-align: center;
        cursor: pointer;
        font-size: 24px;
        /*font-weight: bold;*/ font-weight: normal;
        line-height: 1.1em;
        padding: 5px 5px;
    }
    .infoHeader span img {
        float: none;
        vertical-align: middle;
        max-height: 75px;
        width: auto;
    }
    .infoParagraph {
        display: none;
        background: #ffffff;
        margin-top: 0;
        padding: 5px 5px;
        font-size: 13px;
        font-weight: normal;
        line-height: 20px;
        border-top: 1px solid #666666;
    }


.push-left {
    float: left;
}
.push-right {
    float: right;
}

/* ==========================================================================
   7. MOBILE MEDIA QUERIES                              
   ========================================================================== */

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

@media (max-width: ) {}


@media (max-width: 1080px) {
    h1 { font-size: 50px; }
    .spacer { display: none !important; }
}

/* Landscape tablet and smaller devices
   ========================================================================== */
@media (max-width: 900px) {
    .span12.widget-span.widget-type-cell.header-wrapper {
        padding-left: 10px;
    }
    .span6.widget-span.widget-type-menu.top-nav {
        clear: right;
        width: auto;
    }
    .search-container {
        clear: left;
        padding-left: 10px;
    }
}

@media (max-width: 767px) {
    body {
        padding: 0 !important;
        margin: 0 !important;
    }
    .content-wrapper { 
        padding: 20px 10px !important; 
    }
    p, .widget-type-rich_text p {
        font-size: 14pt !important;
        line-height: 1.76em !important;
    }
    .mobile-expand { 
        width: 100% !important; 
    }
    h1, .container-fluid h1, h3.form-title {
        font-size: 32px !important;
        /*font-weight: bold;*/ font-weight: normal;
        text-align: left;
    }

    
    /* Horizontal Menu - Hides menu child when a list is hovered */
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
        display: none;
    }
    
    */
    
    
     /** CONTENT **/
    wrapper.layout-widget-wrapper {
        margin: 10px auto !important;
    }
    .span3.widget-span.widget-type-linked_image {
        margin: 10px auto;
    }
    
    /*** Top Level Page ***/
    .top-level-header h1 {
        font-size: 24px!important;
        text-align: left;
        margin: 10px;
    }
    .span7.widget-span.widget-type-cell.right-container {
        margin-top: 20px;
        border-left: none !important;
    }
    .side-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        font-size: 18px;
        margin: 0 15px 8px;
        font-weight: normal;
        text-decoration: underline;
    }
    .span12.widget-span.widget-type-simple_menu.side-menu ul li a:hover {
        text-decoration: underline;
        border-bottom: none;
        background-color: #ffffff;
        box-shadow: none;
    }
    body.top-level-wrapper .container-fluid h1 {
        margin: 0px 0px 15px 10px;
    }
    
    /*== Employeee Template ==*/
    div.employee-box {
        border: none !important;
        padding-right: none !important; 
        max-width: none;
    }
    
    
    /*== History Page ==*/
    body.jr-history .header-text, body.jr-history .header-text span div {
        color: #009943;
    }
    .span12.widget-span.widget-type-rich_text.our-history {
       padding: 1.2em 0 !important;
    }
    
    
    /*== Service Page ==*/
    body.service-wrapper .image-banner {
        display: none !important;
    }
    body.service-wrapper strong {
        line-height: 110%;
    }
    body.service-wrapper .span12.widget-span.widget-type-cell.image-banner-text {
        padding: 20px 30px 30px!important;
    }
    body.service-wrapper .mobile {
        display: block !important;
    }
    body.service-wrapper .mobile  h1 {
        color: #ffffff !important;
        font-size: 35px !important;
        border-bottom: 2px solid white;
        padding-bottom: 15px !important;
        margin-bottom: 15px !important;
    }
    
    body.service-wrapper .service-header h1 {
        font-size: 25px!important;
    }
    .side-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        float: left;
    }
    .side-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
        text-align: left;
    }
        /* Finishing & Binding - 4 Columns Break */
        .span3.widget-span.widget-type-widget_container {
            width: 50%;
            float: left;
            display: inline-block;
            padding: 0 5%;
        }
    
        /* Info-Product Page */
        body.product-page .product-header h1 {
            font-size: 24px !important;
            /*font-weight: bold;*/ font-weight: normal;
        }
        body.product-page h2 {
            font-size: 19px!important;
            line-height: 21px!important;
            /*font-weight: bold;*/ font-weight: normal;
        }
        body.product-page .span4.widget-span.widget-type-linked_image.left-image-box {
            width: 35%;
            float: left;
        }
        body.product-page .span8.widget-span.widget-type-cell {
            width: 60%;
            float: left;
            padding-left: 3%;
        }
    
    
    /* Join Our Team Form */
    .right-side-form {
        padding-left: 0 !important;
        width: 100% !important;
    }
    
    /*** Contact Form ***/
    body.contact-page-wrapper .form-container {
        width: 100%;
    }
    body.contact-page-wrapper .form-container h1 {
        color: #C3CF21;
        font-size: 30px !important;
        /*font-weight: bold;*/ font-weight: normal;
    }
    body.contact-page-wrapper .span8.widget-span.widget-type-cell.form-wrapper {
        padding: 20px 10%;
        margin: 0;
    }
    body.contact-page-wrapper .span12.widget-span.widget-type-cell {
    }
    
    body.contact-page-wrapper .form-wrapper { float: none !important; }
    body.contact-page-wrapper .image-banner { display: none; }
    .image-banner-text {     
        margin-top: 0!important;
        padding: 0 30px !important;
        width: 100% !important;
        margin-left: 0 !important;
        color: #ec4399!important;
    }

    /** Footer **/
    .global-footer--wrapper {
        padding !important;
    }
    .product-header .secondary-header, .product-header h1 {
        font-size: 32px;
        line-height: 1.3;
    }
    .empty-space {
        display: none !important;
    }
        /**Footer Menu - Breaks it into 2rows/2columns**/
        .span3.widget-span.widget-type-cell.footer-menu, .span3.widget-span.widget-type-rich_text.footer-menu, .span3.widget-span.widget-type-cell  {
            width: 40%;
            float: left;
            display: inline-block;
            margin: 0 5%;
        }
        .footer-container-wrapper {
            position: relative !important;
        }
        
    .row-fluid [class*="span"] {
        margin-left: auto;
        margin-right: auto;
    }
}


/* Landscape phones and smaller devices
   ========================================================================== */

@media (max-width: 581px) {        
     h1, .container-fluid h1, h3.form-title {
        font-size: 32px !important;
        /*font-weight: bold;*/ font-weight: normal;
    }
    h2, .container-fluid .page-header h1, .content-area h2 {  
        font-size: 24px;
        font-weight: normal;
    }

    .product-header h1 {
        font-size: 24px!important;
        font-weight: normal;
    }
    .quote-section .author-image {
        display: none;
    }
    .row-fluid div.left-image-box {
        display: none;    
    }
    
    .content-area {
        padding: 0 !important;
    }
    
    /*** Employee Page - Individual ***/
    div.employee-box, div.employee-info {
        float: none!important;
        width: 100%!important;
        padding-right: 3%;
        padding-left: 3%;
    }
    
    

    /*** Top Level Template -  Mobile ***/
   .top-level-header h1 {
        font-size: 24px!important;
        text-align: left;
        margin: 10px;
    }
    .right-container h3 {
        font-size: 21px;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .right-container h2.mainPagePContent {
        font-size: 14px;
        line-height: 20px;
    }
    .right-container p span {
        font-size: 14px;
        line-height: 20px;
    }
    
        /*Left Side-menu*/
        .span12.widget-span.widget-type-simple_menu.side-menu ul {
            margin-left: 5px !important;
            padding: 0;
        }
        .span12.widget-span.widget-type-simple_menu.side-menu ul li a {
            padding: 0px !important;
            margin: 0 0 0 5px !important;
            float: left;
            text-align: left;
            font-size: 18px!important;
            font-weight: 400;
            text-decoration: underline;
        }
    

    
    /*** Service Page - Mobile ***/
    body.service-wrapper h2, body.service-wrapper h3 {
                /*font-weight: bold;*/ font-weight: normal;
    }
    body.service-wrapper .mobile  h1 {
        color: #ffffff !important;
        font-size: 26px !important;
        border-bottom: 2px solid white;
        padding-bottom: 10px !important;
        margin-bottom: 10px !important;
    }
    body.service-wrapper .service-header h1 {
        font-size: 22px !important;
    }
        /*Finishing & Binding - 4 Columns Unbreak*/
        .span3.widget-span.widget-type-widget_container {
            width: 100%;
            float: none;
            display: block;
            padding: 0%;
        }
    
    /** Info Page Template - Mobile **/
    /*Hides desktop image*/
    body.product-page .span4.widget-span.widget-type-linked_image.left-image-box {
        float: none;
        display: none;
    }
    body.product-page .span8.widget-span.widget-type-cell {
        width: 100%;
        float: left;
        padding-left: 0;
    }
     /*Shows mobile header image*/
    body.product-page .mobile {
        display: block !important;
        padding: 0 0 15px;
    }
    body.product-page .mobile img {
        width: 100%!important;
        height: auto !important;
        max-height: 300px !important;
        opacity: 0.85;
    }
    
    /**Footer Menu**/
    .span3.widget-span.widget-type-cell.footer-menu, .span3.widget-span.widget-type-rich_text.footer-menu, .span3.widget-span.widget-type-cell {
        width: 100%;
        float: none;
        display: block;
        margin: 0 auto;
    }
    
    /** Center align text - Footer Menu **/
    .span12.widget-span.widget-type-global_group.footer-design {
        padding: 0;
        margin: 0;
    }
    .span12.widget-span.widget-type-menu.footer-vertical-menu ul li {
        /*text-align: center;*/
        text-align: left;
    }
    .span3.widget-span.widget-type-rich_text.footer-menu ul li {
        /*text-align: center;*/
        text-align: left;
    }
    .span12.widget-span.widget-type-rich_text address {
        /*text-align: center;*/
        text-align: left;
    }
    .copyright ul li {
        text-align: center;
    }
    
    .span12.widget-span.widget-type-rich_text h3 {
        text-align: center;
    }
    .cell-wrapper.layout-widget-wrapper h3 {
        text-align: center;
    }
    
    .push-left. .push-right {
        float: none !important;
        width: 100%;
        margin: auto;
    }
}




@media (max-width: 1120px) {
	body {
		margin-bottom: 590px; /*defines height of footer*/
	}
}

/*
@media (max-width: 767px) {
}

@media (max-width: 581px) {
  
}
*/