/* @import url('http://example.com/example_style.css'); */
/*@import url('//401834.fs1.hubspotusercontent-na1.net/hubfs/401834/hub_generated/template_assets/1/1482965786/1744348538543/template_Product-pop-out.min.css');*/

/****************************************************************************/
/* This is the default custom CSS file that is included in every template.  */
/* It can be edited, but it cannot be renamed or deleted.                   */
/****************************************************************************/

/* ==========================================================================
   Macros                                                  
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below.  Ignore the jinja comment tags. 
  *
  * 
  */
  

/* Transition */
 

/* Animation Delay */
 

/* Box Shadow */


/* Background Size */


/* Border Radius */


/* User Select */


/* Opacity*/




/*======= BASIC STYLES ====================================================*/

body {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    color: #444;
}

p {
    margin: 1em auto;
    max-width: 50em;
}

h1 {
    font-size: 5em;
    line-height: 1.1em;
    font-weight: 600;
    text-align: center;
    color: #013b7d;
    margin: .75em 0 0;
}
h2 {
    font-size: 4em;
    line-height: 1.1em;
    font-weight: normal;
    text-align: center;
    margin: .75em 0 .25em;
}
h3 {
    font-size: 3em;
    line-height: 1.2em;
    font-weight: normal;
    margin: .25em 0;
}
h4 {
    font-size: 2em;
    line-height: 1.3em;
    font-weight: 600;
    margin: .5em 0;
    color: #da5726;
}
h5 {
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: bold;
    margin: 1em 0 .5em;
}
h6 {
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: bold;
    margin: 1em 0 .5em;
}

a, a:visited {
    color: #205999;
    text-decoration: none;
}
a:hover, a:active {
    color: #458cde;
    text-decoration: none;
}

blockquote {
    margin: 0 0 .5em;
    padding: 20px 0 0 0;
    font-size: 1.3em;
    line-height: 130%;
}
blockquote:before {
    color: #eb8026;
    content: '\201C';
    font-size: 100px;
    font-weight: bold;
    line-height: .05em;
    margin-right: .05em;
    vertical-align: -0.33em;
}
blockquote:after {
    color: #eb8026;
    content: '\201D';
    font-size: 100px;
    font-weight: bold;
    line-height: .05em;
    margin-left: .05em;
    vertical-align: -0.53em;
}
blockquote p, .hs_cos_flex-slider blockquote p {
    display: inline;
    color: #444;
}
.byline { font-size: 1.1em; margin-bottom: 1em; }
.byline:before { content:'\2014'; }

.intro-para { text-align: center; margin-bottom: 30px; }
.intro-para hr {
    max-width: 300px;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 3em auto -1em;
}

/*======= FORMS ====================================================*/
.hs-form-field { margin-bottom: 1em; }
.hs-form-field label {
    margin: .25em 0;
    display: block;
}
form.hs-form fieldset {  max-width: none; }
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, select.hs-input {
    padding: 8px 15px;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    width: 88%;
}
input[type="file"], select {
    cursor: pointer;
}
select.hs-input { height: 34px; margin-top: 2px; }
ul.inputs-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
li.hs-form-radio {
    display: inline-block;
    margin-right: 10px;
}
.hs-form-required { color: red; }

/*======= Call to Actions ===========================================================*/

a.lightOrange, a.darkOrange, a.darkBlue, a.lightBlue,
input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 1.25em !important;
    line-height: 1.25em !important;
    padding: 8px 20px !important;
    font-weight: bold !important;
    color: #fff !important;
    text-decoration: none !important;
    background-color: #eb8026 !important;
    border-radius: 4px !important; -webkit-border-radius: 4px !important; -moz-border-radius: 4px !important;
    border: 0px none;
    -webkit-font-smoothing: antialiased;
}


a.lightOrange:hover,
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
    background-color: #fd9c4a !important;
    cursor: pointer;
}
a.darkOrange {
    background-color: #da5726 !important;
}
a.darkOrange:hover {
    background-color: #f87442 !important;
}
a.darkBlue, input[type="file"]::-webkit-file-upload-button {
    background-color: #013b7d !important;
}
a.darkBlue:hover, input[type="file"]::-webkit-file-upload-button:hover {
    background-color: #3272ba !important;
}
a.lightBlue {
    background-color: #248BD6 !important;
}
a.lightBlue:hover {
    background-color: #53B0FC !important;
}
a.large {
    font-size: 1.4em !important;
    padding: 10px 25px !important;
}
.cta-center {
    text-align: center;
    margin: 30px 0 50px;
}
.cta-left {
    margin: 30px 0 50px;
}

/*======= BASIC LAYOUT ====================================================*/
.section {width: 100%;}
.section:after {
    display: table;
    content: '';
    clear: both;
}
.container-fluid-inner, .row-fluid .span12.container-fluid-inner, .row-fluid [class*="span"]:first-child.container-fluid-inner {
    margin: 0 auto; margin-left: auto;
    max-width: 1100px;
    float: none;
    padding: 0 30px;
}
.section.gray {
    background-color: #eee;
    padding: 2em 0;
}
.body-container-wrapper { }

.section.last { padding-bottom: 60px; }

/*======= HEADER ===========================================================*/

.header {
    padding-top: 5px;
}

.top-contact {
    text-align: right;
    padding-top: 20px;
}
.phone, .top-cta {
    display: inline-block;
}
.phone a {
    font-size: 1.25em;
    line-height: 100%;
    font-weight: bold;
    color: #013b7d;
    margin-right: 20px;
    text-shadow: 0 0 .5em rgba(255,255,255,1.0), 10px -10px 1.5em #fff, -10px 10px 1.5em #fff, 10px 10px 1.5em #fff, -10px -10px 1.5em #fff;
}
.top-cta .lightOrange {
    font-size: 1em;
    line-height: 1em;
    padding: 5px 15px;
    box-shadow: 0 0 1.5em 3px rgba(255,255,255,1.0);
}

/*======= MAIN MENU ===========================================================*/

.main-menu {
    background-color:  #9c9286;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
}
.main-menu ul {
    list-style: none;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: auto;
}
.main-menu ul li:last-child:after {
    display: table;
    content: '';
    clear: both;
}
.main-menu .hs-menu-wrapper > ul > li {
    position: relative;
    display: inline-block;
    font-size: 1.2em;
}
.main-menu .hs-menu-wrapper > ul > li > a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
}
.main-menu .hs-menu-wrapper > ul > li > a:hover, .main-menu .hs-menu-wrapper > ul > li:hover > a {
    background: #877d70;
}

.main-menu ul li ul {
	position:absolute; 
	left:-9999px;
	top:-9999px;
    background: #877d70;
    z-index: 100;
    text-align: left;
}

.main-menu ul li:hover ul 	{
	left: 0px; 
	top: 48px; 
	width: auto;
    padding-bottom: 4px;
}

.main-menu ul li ul li {
    text-align: left;
}

.main-menu ul li ul li a 	{
	display:block;
    color: #fff;
    text-decoration: none;
    padding: 3px 15px;
    font-size: .9em;
    background: #877d70;
}
.main-menu ul li ul li:first-child a {
    -moz-box-shadow:    inset 0 7px 9px -7px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.5);
    box-shadow:         inset 0 7px 9px -7px rgba(0,0,0,0.5);
}
.main-menu ul li ul li a:hover {
    color: #fff;
    background: #666;
}
@media (max-width: 960px) {
    .main-menu .hs-menu-wrapper > ul > li {
        font-size: 1.1em;
    }
    .main-menu .hs-menu-wrapper > ul > li > a {
        padding: 10px 10px;
    }
}

.main-menu.stuck {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
    z-index: 10;
}
    

/*======= FOOTER ===========================================================*/

.footer {
    background: #444;
    padding: 15px 0;
    color: #ccc;
}
.footer ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
.footer ul li {
    display: block;
    float: left;
}
.footer ul li a {
    display: block;
    color: #ccc;
    text-decoration: none;
    padding: 0 12px;
    border-left: 1px solid #aaa;
}
.footer ul li a:hover {
    color: #fff;
}
.footer ul li:first-child a {
    border-left: 0;
    padding-left: 0;
}
.copyright { font-size: 13px; color: #aaa; margin: 5px 0;}


/*======= FLEX SLIDER ===========================================================*/

/*
 * 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 {background-color: #fff;}
.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; 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: 54px; height: 54px; 
    margin: -20px 0 0; 
    display: block; 
    background: url(http://cdn2.hubspot.net/hub/401834/file-1360469883-png/template_images/slider-controls.png) no-repeat 0 0; 
    background-position: 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: -58px 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(http://cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: 5px; 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: #ccc; background: rgba(255,255,255,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.hs_cos_flex-control-paging li a:hover { background: #eee; background: rgba(255,255,255,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #fff; background: rgba(255,255,255,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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    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;
}


/*======= HOME ===========================================================*/

.home .header {
    background: #666 no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home .header h1 {
    font-size: 5em;
    line-height: 1.1em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 20px rgba(0,0,0,0.5);
    margin: 90px 50px 40px;
}

.featureCTA .cta_button {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}
.featureCTA.left {
    text-align: right;
}
.featureCTA.right {
    text-align: left;
}

.scroll-down {
    text-align: center;
    margin: 40px auto;
}

.environments {
}
.environments h2 {
    color: #eb8026;
}
.environments .row-fluid .span4 {
    width: 33%;
    margin-left: 0;
}
.env-group {
    text-align: center;
    position: relative;
}
.env-image img {
    width: 100% !important;
    height: auto !important;
}
.env-header {
    display: block;
    position: absolute;
    top: 32%;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    height: 30%;
    color: #fff;
    background-color: rgba(0,0,0,0.35);
}
.env-header h3 {
    margin: 0;
    padding: .5em 0;
    font-size: 2.25em;
    font-weight: bold;
}

.market-segments {
    background-color: #eee;
    padding-bottom: 1.5em;
}
.market-segments h2 {
    color: #da5726;
}
.ms-group {
    text-align: center;
    position: relative;
}
.ms-image {
}
.ms-header {
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -90px;
    width: 180px;
    color: #000;
    text-shadow: 0 0 .5em rgba(255,255,255,1.0), 10px -10px 1.5em #fff, -10px 10px 1.5em #fff, 10px 10px 1.5em #fff, -10px -10px 1.5em #fff;
}
.ms-header h3 {
    margin: 0;
    font-size: 1.75em;
    font-weight: bold;
}

.new-products {
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 1%, #ffffff 46%, #eeeeee 46%, #eeeeee 46%, #eeeeee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(46%,#ffffff), color-stop(46%,#eeeeee), color-stop(46%,#eeeeee), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 1%,#ffffff 46%,#eeeeee 46%,#eeeeee 46%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 1%,#ffffff 46%,#eeeeee 46%,#eeeeee 46%,#eeeeee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 1%,#ffffff 46%,#eeeeee 46%,#eeeeee 46%,#eeeeee 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 1%,#ffffff 46%,#eeeeee 46%,#eeeeee 46%,#eeeeee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
    text-align: center;
    padding-bottom: 1em;
}
.new-products h2 {
    color: #013b7d;
}
.new-products h3 {
    font-size: 2em;
    font-weight: normal;
    color: #013b7d;
    margin: 0;
}
.new-products p {
    margin: .5em 0;
    line-height: 1.3;
}

.process h2 {
    color: #da5726;
}

.testimonial {
    background: url('http://cdn2.hubspot.net/hub/401834/file-1531045802-jpg/template_images/testimonial-bg2.jpg') no-repeat right 120px;
    background-size: 60% auto;
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 2em;
}
.testimonial h2 {
    color: #013b7d;
}
.home .testimonial h2 {
    margin-top: .5em;
}
.testimonial .hs_cos_flex-direction-nav { display:none }
.testimonial .hs_cos_flex-control-nav { bottom: -10px; }
.testimonial .hs_cos_flex-control-paging li a {background: #eee; background: rgba(0,0,0,0.1);}
.testimonial .hs_cos_flex-control-paging li a:hover { background: #bbb; background: rgba(0,0,0,0.3); }
.testimonial .hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #666; background: rgba(0,0,0,0.7);}

/*======= WHO WE ARE ===========================================================*/

.team-photo .hs-image-widget {width: 100% !important; }

/*======= HOW IT WORKS PROCESS ===========================================================*/
@media (min-width: 768px) {
.process > .span12 > .row-fluid-wrapper > .row-fluid > .span3 { width: 25%; }
.process > .span12 > .row-fluid-wrapper > .row-fluid > [class*="span"] { margin-left: 0; }
}
.process .step-arrow {
    position: relative;
    background-color: #ddd;
}
.step1 .step-arrow:hover {
    background-color: #eb921f;
}
.step2 .step-arrow:hover {
    background-color: #eb7426;
}
.step3 .step-arrow:hover {
    background-color: #d96125;
}
.step4 .step-arrow:hover {
    background-color: #da5726;
}
.process .step-arrow:after {
    content: '';
    background: url('http://cdn2.hubspot.net/hub/401834/file-1325450554-png/template_images/how-it-works-arrow.png') no-repeat right center;
    background-size: auto 100%;
    display: block;
    position: absolute;
    height: 100%;
    width: 20px;
    top: 0;
    right: 0;
}
.process .step-arrow:before {
    content: '';
    background: url('http://cdn2.hubspot.net/hub/401834/file-1332004405-png/template_images/how-it-works-arrow-end.png') no-repeat right center;
    background-size: auto 100%;
    display: block;
    position: absolute;
    height: 100%;
    width: 20px;
    top: 0;
    left: 0;
}

.process .icon {
    line-height: 0;
    text-align: center;
}
.process .icon img {
    max-width: 270px !important;
    height: auto;
}
.process .step-label {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.process .step-label h3 {
    margin: 0;
    font-size: 1.5em;
    font-weight: normal;
}
.process .step-arrow:hover .step-label h3 {
    color: #fff;
}

/*======= PRODUCT CATEGORIES ===========================================================*/
.product-cat {
    position: relative;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}
.product-cat-image {
    line-height: 0;
}
.product-cat-image img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 0;
}
.product-cat-label {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    -moz-border-radius: 0 4px 0 0; 
    -webkit-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0; 
    color: #fff;
    padding: 5px 20px;
    margin: 0;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 100%;
}
.product-cat:hover .product-cat-label {
    background-color: rgba(1,59,125,1);
}
.product-cat-label a {
    display: block;
    color: #fff;
    text-decoration: none;
}
.product-cat-label:after {
    display: block;
    content: url('http://cdn2.hubspot.net/hub/401834/file-1332796987-png/template_images/arrow-right.png');
    vertical-align: text-top;
    display: inline-block;
    padding: 4px 0 0 10px;
}

/*======= PRODUCT PAGES ===========================================================*/
.product-group {
    position: relative;
    padding: 0 3%;
    text-align: center;
}
.product-group:hover {
    cursor: pointer;
}
.product-image {text-align: center;}
.product-image img {
    max-width: 100%;
    height: auto;
}
.product-name {
    display: block;
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 100%;
}
.product-name h3 {
    display: block;
    color: #fff;
    background-color: rgba(218,87,38,0.7);
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px;
    border-radius: 4px; 
    text-align: center;
    font-size: 2.25em;
    font-weight: bold;
    margin: 0 1em;
    padding: 10px 0;
}
.product-group:hover .product-name {
    top: 40%;
    left: 50%;
    margin-left: -50%;
}

.show-wrap {
    width:600px; 
    float: left; 
    background: #ccc; 
    padding: 30px;
    display: none;
}
.product-details.hidden {
    display: none;
    visibility: hidden;
}
.product-details {
    display: block;
    visibility: visible;
}
.product-details .pointer {
    display: block;
    margin: 0 auto;
    width: 0; 
    height: 0; 
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #ddd;
}
@media (min-width: 901px) { .product-details.third .pointer {border-bottom: 30px solid #eee;} }
.product-details.first .pointer {
    position: relative;
    margin: 0 0 0 15%;
    left: -30px;
}
.product-details.third .pointer {
    position: relative;
    margin: 0 0 0 85%;
    left: -30px;
}
.product-details-container {
    width: 100%;
    background: #eee;
    margin-bottom: 2em;
}
.product-details-container:after {
    clear: both;
    display: table;
    content: "";
}
.product-details-container .right .inner {
    padding: 15px 50px 30px 30px;
}
#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}
.related-product {
    display: inline-block;
    position: relative;
}
.related-product .related-label {
    display: block;
    position: absolute;
    top: -9999px;
    left: -9999px;
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3); -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3); -o-box-shadow: 0 0 5px rgba(0,0,0,0.3); box-shadow: 0 0 5px rgba(0,0,0,0.3);
    padding: 2px;
    line-height: 100%;
}
.related-product:hover .related-label {
    display: block;
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -50px;
    width: 90px;
    padding: 5px;
    z-index: 100;
}
.related-product .related-label:before {
    content: '';
    display: block;
    margin: 0 auto;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -12px;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

/*======= SUBPAGES ===========================================================*/
.subpage-intro {box-shadow: inset 0 2px 5px 0 rgba(0,0,0,0.3);}
.subpage-intro, .teaser-wrapper {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}
    @media (max-width: 1068px) {
        .subpage-intro, .teaser-wrapper { background-size: auto 100%; }
    }
.subpage-intro h1 {
    color: #fff;
    margin-bottom: 0.25em;
    text-shadow: 0px 1px 17.64px rgba(0, 0, 0, 0.4);
}
.subpage-intro.title-only h1 {
    margin-top: 1.5em;
}
.intro-box > div {
    background: rgba(255,255,255,0.9);
    max-width: 50em;
    margin: 0 auto;
    padding: 15px 30px;
    -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px;
}

.callout-wrapper {
    position: relative;
    margin-top: 45px;
}
.callout-background img {
    width: 100% !important;
    max-width: 100%;
    height: auto;
}
.callout.black-bg {
    display: block;
    position: absolute;
    top: 38%;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    background: rgba(0,0,0,0.6);
    color: #fff;
}

.callout.black-bg .container-fluid-inner {
    padding: 15px 30px 30px;
}

.showroom {
    position: relative;
    margin-top: 45px;
}
.showroom .showroom-slider {
    
}
.showroom .callout.black-bg  {
    top: 38%;
}
.showroom .callout.black-bg .container-fluid-inner {
    text-align: center;
    padding: 15px 30px 25px;
}
.showroom .hs_cos_flex-slider {
    margin: 0;
}
.showroom .hs_cos_flex-direction-nav a {
    top: auto;
    bottom: 15px;
}

.teaser-wrapper {
    padding: 40px 0;
    margin-top: 2em;
}
.white-bg-left {
    background: rgba(255,255,255,0.9);
    max-width: 30em;
    padding: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.white-bg-left h2 {
    margin-top: 0;
    line-height: 100%;
}
.section.partners {text-align: center;}
.row-fluid .inline-middle[class*="span"] {
    float: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: 1.8%;
    margin-top: .5em;
    margin-bottom: .5em;
}
@media (min-width: 768px) { .pad-left {padding-left: 20px;} }

.section.object-container {margin-top: 3em;}
.object-container {
    position: relative;
	padding-bottom: 30%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.object-container iframe,  
.object-container object,  
.object-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slider-heading {margin-bottom: 20px;}

/*======= LANDING PAGES ===========================================================*/
.lp-1column .form-title {
    text-align: center;
    margin: .75em 0 .5em;
}
.lp-1column h4 {
    text-align: center;
}
.lp-2column h1 {
    margin: .4em 0 .3em;
}

.full-width-gray {
    background: #eeeeee;
    padding-bottom: 30px;
}

.lp-1columnlong .form-title {
    text-align: center;
    margin: .75em 0 .5em;
}

.lp-1columnlong h1 {
    font-size: 4.5em;
    text-shadow: 0px 1px 10px rgba(0, 0, 0, 1);
    margin: 20px 0;
}

.lp-1columnlong .lp-title {
    width: 100%;
    margin: 50px 0 200px 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
}

.lp-2column h2, .lp-2column h3 {
    text-align: inherit;
}
.lp-2column .form-title {
    margin: 1em 0 .5em;
}
.lp-2column .footer {
    margin-top: 90px;
}


/*======= 2015 Landing page ===========================================*/
.landing-page #livechat-compact-container, .landing-page #livechat-full {
    display: none;
    opacity: 0;
}

.lp-2column.lp-2015 .subpage-intro.title-only h1 {
    margin: 90px 0;
    font-size: 4em;
}
.lp-2column.lp-2015 h2 {
    font-size: 3em;
}
.lp-2column.lp-2015 h3 {
    font-size: 2.25em;
    color: #013b7d;
}
.lp-2column.lp-2015 .hs_cos_wrapper_type_form {
    background: #e6e6e6;
    padding: 25px 20px 30px;
    margin-top: 2.5em;
}
.lp-2column.lp-2015 h3.form-title {
    margin: 0 0 .75em;
    font-size: 2em;
}
.lp-2column.lp-2015 .section.last {
    padding-top: 25px;
}

/*======= Office Basics Careers LANDING PAGES =============================*/

/* Header */
body.ob-careers .header {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
    background: #fff;
}
body.ob-careers .header .brand-logos {
    padding: 10px 0;
    text-align: right;
}
body.ob-careers .header .brand-logos img {
    margin-left: 10px;
}
@media (max-width: 1050px) {
    body.ob-careers .header .brand-logos {
        padding: 16px 0;
    }
    body.ob-careers .header .brand-logos img {
        width: auto;
        height: 45px;
    }
}

/* Type */
body.ob-careers h1 {
    margin: .7em 0 .4em;
}
body.ob-careers h2 {
    font-size: 3.5em;
}
body.ob-careers .open-positions h2 {
    color: #248BD6;
    text-align: left;
    margin: 0;
}
body.ob-careers h3 {
    text-align: left;
    font-size: 2em;
    color: #E88F1B;
}
body.ob-careers hr {
    border: 0;
    height: 1px;
    background-color: #ccc;
    margin: 1em 25%;
}

body.ob-careers .section.white {
    margin-bottom: 30px;
}
body.ob-careers .open-positions,
body.ob-careers .benefits-sidebar {
    margin-top: 45px;
    margin-bottom: 25px;
}

/* Positions */
body.ob-careers .position {
    margin: 1.5em 0 2.5em;
}
body.ob-careers .position .toggle {
    margin: 0;
}
body.ob-careers .position .toggle:before {
    display: inline-block;
    content: '+ More';
    color: #248BD6;
    cursor: pointer;
}
body.ob-careers .position .toggle.open-toggle:before {
    content: '- Less';
}
body.ob-careers .position .answer {
    display: none;
}
body.ob-careers .position .hs-cta-wrapper {
    margin-top: 1em;
    display: block;
}

/* Sidebar Benefit Boxes */
body.ob-careers .benefit-box {
    color: #fff;
    padding: 10px 20px;
    line-height: 1.4;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
body.ob-careers .benefit-box.blue {
    background-color: #248BD6;
}
body.ob-careers .benefit-box.orange {
    background-color: #E88F1B;
}
body.ob-careers .benefit-box.green {
    background-color: #69C147;
}
body.ob-careers .benefit-box.red {
    background-color: #DA4040;
}

/* Footer */
body.ob-careers .footer {
    background: #151E4A;
    padding: 20px 0;
}
body.ob-careers .footer a {
    color: #fff;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
body.ob-careers .footer a:hover {
    color: #fff;
    opacity: .75;
}
body.ob-careers .footer img {
    vertical-align: text-bottom;
    margin-left: 4px;
}

/* Form Page */
body.ob-careers.form-page h1 {
    margin: 90px 0;
}
body.ob-careers.form-page .subpage-intro {
    box-shadow: none;
}
body.ob-careers.form-page .section.white {
    margin: 40px 0 60px;
}
.hs-form .hs-richtext p {
    max-width: none;
}
.hs-form .hs_submit {
    margin-top: 1em;
}
.hs-form-field.hs_race_ethnicity .hs-field-desc {
    margin-bottom: .5em;
}
.hs-form-field.hs_race_ethnicity li.hs-form-radio {
    display: block;
    margin-right: 0;
    margin-bottom: .5em;
}
.hs-form-field.hs_race_ethnicity li.hs-form-radio label {
    padding-left: 25px;
}
.hs-form-field.hs_race_ethnicity li.hs-form-radio label input[type="radio"] {
    margin: 3px 0 3px -25px;
    width: 25px;
    text-align: left;
}

/* Thank You Page */
body.ob-careers.thank-you, html {height: 100%;}
body.ob-careers.thank-you .body-container-wrapper {min-height: 100%;}
body.ob-careers.thank-you .body-container {
    padding-top: 100px;
    overflow:auto;
    padding-bottom: 90px; /* must be same height as the footer */
}  

body.ob-careers.thank-you .footer-container-wrapper {
    position: relative;
	margin-top: -90px; /* negative value of footer height */
	height: 90px;
	clear:both;
}
body.ob-careers.thank-you .footer {
    height: 50px;
}
/*Opera Fix*/
body.ob-careers.thank-you:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
body.ob-careers.thank-you .header-container-wrapper {
    position: absolute;
    width: 100%;
}
body.ob-careers.thank-you .body-container-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 50px;
}

body.ob-careers.thank-you .intro-box {
    margin: 70px 0;
}
body.ob-careers.thank-you .intro-box > div {
    padding: 30px 30px;
}
body.ob-careers.thank-you h1 {
    margin: 10px 0;
    color: #013B7D;
}


/*======= Blog ===========================================================*/

.section.blog {
    padding-bottom: 40px;
}

.blog h1 {
    margin: .75em 0 .5em;
    color: #da5726;
}
.blog h2 {
    margin: 0;
    font-size: 2.2em;
    text-align: left;
}
.blog #comment-form h2 {
    margin: 1em 0 .3em;
}
.blog h3 {
    margin: 0;
    font-size: 1.6em;
    text-align: left;
}
.blog h4 {
    margin: 0;
    font-size: 1.4em;
    text-align: left;
}

.subscribe {
    margin-bottom: 20px;
}
.post-categories {
    margin: 20px 0;
}
.popular-posts {
    margin: 20px 0;
}

.post-item {
    padding-bottom: 40px;
    border-bottom: 1px solid #888888;
    margin-bottom: 40px;
}

.post-header {
    margin-bottom: 1em;
}
.post-header p {
    margin: .3em 0;
}

.hs-featured-image-wrapper {
    max-width: 100% !important;
    max-height: 300px;
    overflow: hidden;
    margin: 20px 0;
}
.hs-featured-image {
    float: none;
    margin: 0;
    max-width: 100% !important;
}

a.ghostbutton {
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 1.25em !important;
    line-height: 1.25em !important;
    padding: 8px 20px !important;
    font-weight: bold !important;
    color: #eb8026 !important;
    text-decoration: none !important;
    background-color: #fff !important;
    border-radius: 4px !important; -webkit-border-radius: 4px !important; -moz-border-radius: 4px !important;
    border: 1px solid #eb8026;
    -webkit-font-smoothing: antialiased;
}

a.ghostbutton:hover {
    background-color: #eb8026 !important;
    color: #fff !important;
    cursor: pointer;
}


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

@media (min-width: 851px){

  a.mobile-trigger, a.child-trigger {
      display: none !important; /* Hide button on Desktop */
  }
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper {
      display: block !important;
  }  
}

@media (max-width: 850px){

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

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


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .custom-menu-primary, .custom-menu-primary *{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #ffffff;
    }


  /* Toggle Button
     ========================================================================== */

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      /*position: absolute; */
      /*top: 0px;*/          /* Position Button at top right of screen  */
      /*right: 10px; */       
      width: auto; /* Button width */
      height: auto; /* Button height */      
      padding: 12px 20px;
      background: #9c9286; /* Background color */
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 1.25em;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      -webkit-border-bottom-right-radius: 6px;
      -webkit-border-bottom-left-radius: 6px;
      -moz-border-radius-bottomright: 6px;
      -moz-border-radius-bottomleft: 6px;
      border-bottom-right-radius: 6px;
      border-bottom-left-radius: 6px;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #ffffff;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #9c9286;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -5px;
      margin-left: 5px;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 15px; /* Icon line width */
      height: 2px; /* Icon line height */
      background-color: #ffffff; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -6px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 6px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

  /* Child Toggle Button
     ========================================================================== */

  a.child-trigger {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 55px !important;
      height: 42px !important; /* Button height */  
      padding: 0 !important;
      border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  a.child-trigger:hover {
      text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  a.child-trigger span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger span:after {
      position: absolute;
      content: '';
  }
  a.child-trigger span, a.child-trigger span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #ffffff; /* Icon color */
      display: block;
  }
  a.child-trigger span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
    /*.main-menu {
        background-color: transparent;
        box-shadow: none;
    }*/
    .main-menu .container-fluid-inner, .main-menu .row-fluid .span12.container-fluid-inner, .main-menu .row-fluid [class*="span"]:first-child.container-fluid-inner {
        padding: 0 !important;
    }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper {
      display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper {
      visibility: visible !important;
      opacity: 1 !important;
      position: static !important;
      display: none;
  }

  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal{
      /*position: absolute;*/ /**************************************************************/
      /*top: 0;*/             /* Positions the menu to drop from the very top of the screen */
      /*left: 0px;*/          /**************************************************************/                                              
      width: 100%;
  }
  .custom-menu-primary .hs-menu-flow-horizontal{
      padding: 0; /* Padding to add room for close button */
      background-color: #9c9286; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li {
      position: relative;
   }
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li a {
      font-size: 20px; /* Font size of top level list items */
      line-height: 42px;
      overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal ul li{
      border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-flow-horizontal ul li a{
      padding: 0 20px;
      width: auto;
  }
  .custom-menu-primary .hs-menu-flow-horizontal ul li a:hover{
      color: #ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li{
     background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 10px; /* Indent Child lists */
      font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
}

/*======= GENERAL RESPONSIVE ===========================================================*/
/*@media (max-width: 900px) {
    .products .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}*/
@media (max-width: 767px) {
    img { max-width: 100%; width: 100% !important; height: auto; }
    img.no-expand, .no-expand img, .hs-cta-wrapper img { max-width: 100%; width: auto !important; }
    img.static, .static img { max-width: none; width: auto !important; }

    h1 {
        font-size: 4em;
        margin: .75em 0 0;
    }
    h2 {
        font-size: 3em;
        margin: .75em 0 .25em;
    }
    h3 {
        font-size: 2em;
        margin: .25em 0;
    }
    .product-name h3 {font-size: 1.5em;}
    h4 {
        font-size: 1.7em;
        margin: .5em 0;
    }
    h5 {
        font-size: 1.3em;
        margin: 1em 0 .5em;
    }
    h6 {
        font-size: 1.1em;
    }
    
    .lp-1columnlong h1 {
        font-size: 3em;
        margin: .75em 0 0;
        padding: .25em;
    }
    
    /*=== HOME ===*/
    .header .row-fluid .span6.top-contact, .header .row-fluid .span6.logo {
        width: 48.93617020799999%;
        float: left;
    }
    .home .header h1 {
        font-size: 4em;
        margin: 50px 0px 30px;
    }
    .featureCTA.left, .featureCTA.right {
        text-align: center;
        margin-bottom: 1em;
    }
    .scroll-down {margin: 15px auto;}
    .environments .row-fluid .span4 {float: left;}
    .env-header h3 {font-size: 1.5em;}
    .market-segments .row-fluid .span3, .process .row-fluid .span3 {
        width: 48.93617020799999%; margin-left: 2.127659574%; float: left;
    }
    .market-segments .row-fluid .span3:nth-child(1), .market-segments .row-fluid .span3:nth-child(3),
    .process .row-fluid .span3:nth-child(1), .process .row-fluid .span3:nth-child(3) {
        margin-left: 0;
    }
    .process .row-fluid .span3:nth-child(3) {clear:both;}
    
    .testimonial {background: transparent none;}
    .testimonial .row-fluid .widget-type-space[class*="span"] {display: none;}
    .testimonial .hs_cos_flex-slider {margin: 0 0 45px;}
    
    .footer { padding: 15px 0 30px; }
    
    /* SUBPAGES */
    .callout-wrapper {margin-bottom: 30px;}
    
    .products .row-fluid .span4 {
        width: 31.914893614%; margin-left: 2.127659574%; float: left;
    }
    .process .row-fluid .span4:first-child {
        margin-left: 0;
    }
    
    /* Office Basics Careers pages */
    body.ob-careers .header .logo, body.ob-careers .header .brand-logos {
        text-align: center;
    }
    body.ob-careers .header .brand-logos {
        padding: 0 0 10px;
    }
    body.ob-careers.thank-you .body-container {
        padding-top: 160px;
    }

}
@media (max-width: 767px) and (min-width: 450px){
    .services .row-fluid .span2 {
        width: 48.93617020799999%; margin-left: 2.127659574%; float: left;
    }
    .services .row-fluid .span2:first-child, .services .row-fluid .span2:nth-child(3), .services .row-fluid .span2:nth-child(5) {
        margin-left: 0;
    }
}
@media (max-width: 600px) {
    .callout-wrapper {margin-bottom: 10px;}
    .callout-background {display:none;}
    .callout.black-bg {
        position: relative;
        top: auto;
        left: auto;
        margin-left: 0;
    }
    .showroom .callout.black-bg {
        top: auto;
        background: rgba(0,0,0,1);
    }
    .hs-cta-wrapper {display:block;}
    
    /* Office Basics Careers pages */
    body.ob-careers .header .logo img {
        max-width: 200px;
    }
    body.ob-careers .header .brand-logos img {
        height: 25px;
    }
    body.ob-careers.thank-you .body-container {
        padding-top: 128px;
    }body.ob-careers.thank-you .intro-box {
        margin: 50px 0;
    }
}
@media (max-height: 575px) {
    .section.main-menu.original {visibility: visible !important;}
    .section.main-menu.cloned {display: none !important;}
}
@media (max-width: 430px), (max-height: 460px)  {
    #livechat-compact-container, #livechat-full {display: none;}
}
@media (max-width: 500px) {
    
    h1, .lp-2column.lp-2015 .subpage-intro.title-only h1 {
        font-size: 3em;
        margin: .75em 0 0;
    }
    .lp-2column.lp-2015 .subpage-intro.title-only h1 {
        margin: 40px 0;
    }
    h2, .lp-2column.lp-2015 h2 {
        font-size: 2.25em;
        margin: .75em 0 .25em;
    }
    h3, .lp-2column.lp-2015 h3 {
        font-size: 1.75em;
        margin: .25em 0;
    }
    .product-name h3 {font-size: 1em;}
    h4 {
        font-size: 1.5em;
        margin: .5em 0;
    }
    h5 {
        font-size: 1.25em;
        margin: 1em 0 .5em;
    }
    h6 {
        font-size: 1.1em;
    }
    
    .container-fluid-inner, .row-fluid .span12.container-fluid-inner, .row-fluid [class*="span"]:first-child.container-fluid-inner {
        padding: 0 20px;
    }
    
    .header .row-fluid .span6.logo {
        width: 100%;
        float: none;
    }
    .row-fluid .top-contact[class*="span"] {display: none;}
    .home .header h1 {
        font-size: 3em;
        margin: 25px 0;
    }
    .environments .row-fluid .span4 {float: none; width: 100%;}
    .env-header {height: 24%;}
    .env-header h3 {font-size: 2em;}
    .market-segments .row-fluid .span3, .process .row-fluid .span3 {
        width: 100%; margin-left: 0; float: none;
    }
    
    .footer { padding: 15px 0; }
    .footer ul li {
        display: block;
        float: none;
    }
    .footer ul li a {
        padding: 0;
        border-left: 0px none;
    }
    
    form.hs-form .form-columns-2 .hs-form-field .hs-input[type="checkbox"], 
    form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"],
    form.hs-form .form-columns-2 .hs-form-field .hs-input[type="radio"], 
    form.hs-form .form-columns-3 .hs-form-field .hs-input[type="radio"] {
        width: auto;
    }
    
    .product-details-container .right .inner {
        padding: 15px 20px 30px;
    }
    
    /* Blog */
    .hs-featured-image-wrapper {
        max-width: 100% !important;
        max-height: 300px;
        overflow: inherit;
        margin: 20px 0;
    }
    
    .hs-featured-image {
        float: none;
        margin: 0;
        max-width: 100% !important;
    }
    
    /* Careers pages */
    body.ob-careers.thank-you .body-container {
        padding-bottom: 115px; /* must be same height as the footer */
    }  
    
    body.ob-careers.thank-you .footer-container-wrapper {
        margin-top: -115px; /* negative value of footer height */
    	height: 115px;
    }
    body.ob-careers.thank-you .footer {
        height: 75px;
    }
}