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


/* ==========================================================================
Variables                                               
========================================================================== */
/**
* Find the most consistently used font styles, colors, and container widths 
* for your site and assign them to the jinja variables below for easy use 
* and reference. 
*
* Apply the variable as shown below.  Ignore the jingja comment tags.
*
* 
*/
/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
/* Typography */
            /*  */
                         /*  */
                          /*  */
                          /*  */
 /*  */
/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */
/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* ==========================================================================
Base                                                    
========================================================================== */
/** 
* Box Sizing
* 
* Applies a natural box layout model to all elements so that width and padding 
* are essentially combined, making responsive styles easier to manage.
*/
*, *:before, *:after {
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html, body {
min-height: 100%;
margin: 0;
padding: 0;
overflow-y: scroll;
} 
/* Website background color and default font styles */
body {
background: #ffffff;
color: #9e9e9e;
font-family: 'Open Sans', sans-serif;;
/* font-weight: 300; */
font-size: 1em;
line-height: 100%;
}
/**
* Page Center
*
* Apply .page-center to full-width modules.
*/
.container-fluid .row-fluid .page-center {
float: none;
max-width: 1440px;
margin: 0 auto;
}
a { 
color: #F2A71C;
text-decoration:none;
}
a:hover, a:focus { 
color: #F2A71C;
text-decoration:underline;
}
/* Highlighted Text */
::-moz-selection {
color: #fff;
background: #9e9e9e;
text-shadow: none;
}
::selection {
color: #fff;
background: #9e9e9e;
text-shadow: none;
}
/*//////////////////////////*/
/* ==========================================================================
Typography
========================================================================== */
/* Basic text */
p {
color: #535353;
font-size: 14px;
line-height:22px;
margin: 0 0 1.125em;
} 
sup, sub {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
/* Headings */
h1, h2, h3, h4, h5, h6 {
color: #000;
font-weight: normal;
margin-bottom: 10px;
margin-top:0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
text-decoration:none;
}
h1 {
font-size: 38px;
line-height: 1.375em;
}
h2 {
font-size: 36px;
line-height: 46px;
}
h3 {
font-size: 24px;
line-height: 28px;
}
h4 {
color: #2070b5;
font-size: 24px;
line-height: 28px;
}
h5 {
font-size: 0.625em;
}
h6 {
font-size: 0.625em;
}
/* Lists */
ul, ol {
margin-top:15px;
margin-bottom:15px;
}
ul ul, ul ol, ol ol, ol ul {}
li {
font-size:14px;
line-height:1.125em;
margin-bottom:5px;
}
.body-container-wrapper li {
font-size: 0.9375em;
color: #1e191d;
font-weight: 300;
line-height: 24px!important;
}
ul.unstyled, ol.unstyled {
list-style: none;
margin: 0;
padding: 0;
}
/* ==========================================================================
2. COS STRUCTURE                                            
========================================================================== */
/* ==========================================================================
Content                                                 
========================================================================== */
.in-container {padding: 0px 0px!important;}
.body-container.container-fluid .row-fluid .page-center {
padding:32px 88px 10px 87px;
}
.body-container .shaddow-boxes .box-background {
display:block;
width:100%;
text-decoration:none;
background:#fdfdfd;
padding:26px 15px 10px;
border-bottom: 1px solid #cecece;
border-left: 1px solid #cecece;
border-right: 1px solid #cecece;
min-height: 316px;
text-align: center;
margin-bottom:17px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
box-shadow: 0 8px 17px rgba(14, 13, 13, 0.75);
-moz-box-shadow: 0 8px 17px rgba(14, 13, 13, 0.75);
-webkit-box-shadow: 0 8px 17px rgba(14, 13, 13, 0.75);
}
.body-container .shaddow-boxes .box-background:hover {
background:#DADCDC url('') scroll 0 0 repeat-x;
text-decoration:none;    
}
.body-container .shaddow-boxes .title-box {
display:block;
font-size:20px;
line-height:24px;
margin:0 0 10px;
color:#000;
text-decoration:none;
}
.body-container .shaddow-boxes .text-box {
display:block;
color: #535353;
font-size: 14px;
line-height: 22px;
margin: 0 0 1.125em;
}
.body-container .shaddow-boxes .image-box {
display:block;
}
@media (max-width: 768px) {
.body-container.container-fluid .row-fluid .page-center {
padding-left:50px;
padding-right:50px;
}
.body-container .shaddow-boxes .box-background {
min-height:100px;
}
.body-container .youtube-560 {
display:block;
width:100%;
height:auto;
margin:5px 0 0;
padding-bottom:56.25% !important;
}
}
@media (max-width: 480px) {
.body-container.container-fluid .row-fluid .page-center {
padding-left:20px;
padding-right:20px;
}
}
/* Two Column Equal With BB */
.body-container .two-column-equal-with-bb .column-bb {
background:#fdfdfd;
border-bottom: 1px solid #cecece;
border-left: 1px solid #cecece;
border-right: 1px solid #cecece;
min-height: 316px;
text-align: left;
padding:26px 15px 10px;
margin-bottom:17px;
border-bottom:solid 2px #4d99af;
box-shadow:0px 3px 3px 0px #999;
-moz-box-shadow:0px 3px 3px 0px #999;
-webkit-box-shadow:0px 3px 3px 0px #999;
}
.body-container .two-column-equal-with-bb .box-one {
margin-right:20px;
}
.body-container .two-column-equal-with-bb .box-two {
margin-right:0px;
margin-left:0px;
}
.body-container .two-column-equal-with-bb .column-bb:hover {
background:#DADCDC url('') scroll 0 0 repeat-x;
cursor:default;
}
.body-container .two-column-equal-with-bb .column-bb h3 {
font-size:20px;
line-height:24px;
margin:0 0 10px;
}
.body-container .two-column-equal-with-bb .column-bb h3 a,
.body-container .two-column-equal-with-bb .column-bb h3 a:hover {
color:#000;
text-decoration:none;
}
@media (max-width: 768px) {
.body-container .two-column-equal-with-bb .column-bb {
min-height:100px;
}
}
/* Unique Pages
========================================================================== */
/* Homepage */
.body-container.container-fluid .row-fluid .page-center.home-page-center {
padding:0;
}
.body-container .home-content .top-content {
margin-top:-8px;
}
.body-container .home-content .top-content .hs_cos_flex-slider {
background:transparent;
}
.body-container .home-content .top-content .hs_cos_flex-direction-nav {
display:none;
}
.body-container .home-content .bottom-content {
padding:0 38px 0 40px;
}
.body-container .home-content .bottom-content .hs_cos_flex-slider {
position:relative;
margin:0 0 22px;
background:transparent;
}
.body-container .home-content .bottom-content .hs_cos_flex-slider .hs_cos_flex-slides .hs_cos_flex-slide-main > a {
display:block;
width:115px;
height:38px;
position:absolute;
top:0;
left:0;
opacity:1;
z-index:5;
}
.body-container .home-content .bottom-content .hs_cos_flex-slider .hs_cos_flex-slides .hs_cos_flex-slide-main > a:hover {
opacity:0.8;
}
.body-container .home-content .bottom-content .hs_cos_flex-slider .hs_cos_flex-slides .hs_cos_flex-slide-main img {
width:115px;
height:38px;
display:block;
}
.body-container .home-content .bottom-content .hs_cos_flex-slider .caption {
position:relative;
padding:9px 0 9px 125px;
background:transparent;
color:#000;
font-size:16px;
line-height:20px;
text-align:left;
z-index:1;
}
.body-container .home-content .bottom-content .hs_cos_flex-slider .caption a {
color:#000000;
text-decoration:none;
}
.body-container .home-content .bottom-content .hs_cos_flex-slider .caption a:hover {
color:#54a4da;
text-decoration:none;
}
.body-container .home-content .bottom-content .hs_cos_flex-direction-nav {
display:none;
}
.body-container .home-content .three-column-equal-with-shadow .column-shadow,
.body-container .home-content .shaddow-boxes {
min-height:295px;
}
.body-container .home-content .three-column-equal-with-shadow .column-shadow h3,
.body-container .home-content .shaddow-boxes h3 {
margin-bottom:20px;
}
/* Contact Us */
.body-container .contact-left-column {
width:55% !important;
padding-left:20px;
}
.body-container .contact-right-column {
width:45% !important;
margin-left:0 !important;
padding-left:70px;
}
@media (max-width: 768px) {
.body-container .contact-left-column,
.body-container .contact-right-column {
width:100% !important;
padding-left:0;
}
.body-container .contact-right-column img {
display:block;
margin-right:auto;
margin-left:auto;
}
.body-container .contact-right-column {
margin-top:25px;
}
}
@media (max-width: 768px) {
.footer-container .footer-padding .footer-left,
.footer-container .footer-padding .footer-right {
width:100% !important;
margin:0;
text-align:center;
padding:0 0 10px;
}
.footer-copyright p {text-align: center!important;}
.footer-logo{margin:0 auto 28px auto; display:block;text-align: center!important;padding-top:0 !important;}
.footer-logo img, .footer-logo a{margin:0 auto !important;float:none !important;}
.free-trial h2{padding-left:20px;padding-right:20px;}
}
@media (max-width: 600px){
.footer-social{clear:both;float:none !important;position:relative !important;}
.soc{margin:0 auto !important;float:none !important;padding-top:20px !important;}
.footer-1st-row{padding:20px 0 !important;text-align:center;}
}
@media (max-width: 480px) {
.footer-container.container-fluid .row-fluid .page-center {
padding-left:20px;
padding-right:20px;
}
}
/* ==========================================================================
3. MAIN NAVIGATION                                            
========================================================================== */
/* ==========================================================================
Custom Menu Primary
========================================================================== */
@media (min-width: 769px){
 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */
.custom-menu-primary .hs-menu-flow-horizontal > ul,
.custom-menu-primary .hs-menu-flow-horizontal > ul > li,
.custom-menu-primary .hs-menu-flow-horizontal > ul > li > a {
vertical-align:top;
}
.header-container .header-padding .custom-menu-primary {
display:block;
float:right !important;
text-align:right;
text-transform:uppercase;
}
/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
padding-right:3px;
margin:0;
line-height:1;
background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
font-size: 16px;
line-height:1;
padding: 0px 16px 0px;
text-align: center;
text-decoration: none;
margin:0;
color:#fff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
color:#fff;
border-radius: 8px 8px 0 0;
-moz-border-radius: 8px 8px 0 0;
-webkit-border-radius: 8px 8px 0 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
background:url('') repeat-x scroll 0 0;
color:#FFFFFF;
border-radius: 8px 8px 0 0;
-moz-border-radius: 8px 8px 0 0;
-webkit-border-radius: 8px 8px 0 0;
}
/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
display:none !important;
}
/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
overflow: visible !important;
max-width: none !important;
width: auto !important;
}
/* Secondary Menu = Child Item Menu */
.custom-child-menu-primary {
text-align:right;
padding-right:25px;
}
.custom-child-menu-primary ul {
padding-right:5px;
margin:0;
}
.custom-child-menu-primary .hs-menu-wrapper ul li{
display:inline-block;
padding:3px 15px 5px 5px;
background:;
margin:0;
}
.custom-child-menu-primary .hs-menu-wrapper ul li a{
color:#fff;
font-size:13px;
text-decoration:none;
}
.custom-child-menu-primary .hs-menu-wrapper ul li a:hover{
color:#;
}
.custom-child-menu-primary .hs-menu-wrapper ul li.active-branch a{
font-weight:bold;
color:#54A4DA;
}
.custom-child-menu-primary .hs-menu-wrapper ul li.active-branch a:hover {
color:#989898;
}
.custom-child-menu-primary .hs-menu-wrapper ul li:last-child {
background:url('') scroll 0 0 repeat-x;
padding:0 10px;
font-size:0;
margin-top:-2px;
margin-left:7px;
min-width:124px;
text-align:center;
border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
box-shadow: 0 2px 1px #5d5d5d;
-moz-box-shadow: 0 2px 1px #5d5d5d;
-webkit-box-shadow: 0 2px 1px #5d5d5d;
}
.custom-child-menu-primary .hs-menu-wrapper ul li:last-child:hover {
background:url('') scroll 0 0 repeat-x;
}
.custom-child-menu-primary .hs-menu-wrapper ul li:last-child > a,
.custom-child-menu-primary .hs-menu-wrapper ul li:last-child:hover > a,
.custom-child-menu-primary .hs-menu-wrapper ul li:last-child > a:hover,
.custom-child-menu-primary .hs-menu-wrapper ul li.active-branch:last-child > a {
color:#FFFFFF;
font-size:13px;
line-height:21px;
padding:2px 0 0;
font-weight:bold;
}
}
@media (min-width: 769px) and (max-width: 1047px){
.header-container .header-padding .custom-menu-primary {
width:100% !important;
float:none;
padding:0;
text-align:center;
padding:15px 7px 0 10px;
}
}
@media (min-width: 769px) and (max-width: 801px){
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
padding-left:13px;
padding-right:13px;
}
}
/* 
Custom Menu Primary for IE9
========================================================================== */
.lt-ie9 .custom-menu-primary .hs-menu-flow-horizontal > ul,
.lt-ie9 .custom-menu-primary .hs-menu-flow-horizontal > ul > li,
.lt-ie9 .custom-menu-primary .hs-menu-flow-horizontal > ul > li > a {
vertical-align:top;
}
.lt-ie9 .header-container .header-padding .custom-menu-primary {
width:76.571428572% !important;
margin:0 !important;
padding-right:20px;
text-align:right;
}
/* Parent List */
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul{ 
background:;
}
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul > li{
padding-right:3px;
background:;
}
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul > li > a{
font-size: 16px;
padding: 10px 16px 27px;
text-align: center;
text-decoration: none;
margin:0 0 6px;
color:#fff;
}
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
background:#989898;
color:#fff;
border-radius: 8px 8px 0 0;
-moz-border-radius: 8px 8px 0 0;
-webkit-border-radius: 8px 8px 0 0;
}
/* Child List */
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul ul{
display:none !important;
}
/* Override max width on menu links */
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul li a, 
.lt-ie9 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
overflow: visible !important;
max-width: none !important;
width: auto !important;
}
/* ==========================================================================
7. MOBILE MEDIA QUERIES                              
========================================================================== */
/* Screen sizes smaller than site maxWidth (.page-center)
========================================================================== */
@media (max-width: 1440px) {}
/* Landscape tablet and smaller devices
========================================================================== */
@media (max-width: 768px) {
.hs-content-id-1408231 .two-column-equal {
background:none;
}
.two-column-equal .main-content {
margin-bottom:25px;
}
}
/* Landscape phones and smaller devices
========================================================================== */
@media (max-width: 479px) {}
@media (min-width: 769px){
.container {margin:0 auto !important; max-width:1440px !important;float:none !important;}
.landing-page .container {margin:0auto !important; max-width:8000px !important;float:none !important;}
.landing-page .two-col-custom.supported-systems{max-width:1440px; margin-left:auto; margin-right:auto;}
.landing-page .two-col-custom.sub-content.centered.grey-separator.grey-image div{max-width:1440px; margin-left:auto; margin-right:auto;}
.landing-page .two-col-custom.sub-content.free-trial div{max-width:1440px; margin-left:auto; margin-right:auto;}
.landing-page .footer-bottom  .row-number-2{max-width:1440px; margin-left:auto; margin-right:auto;}
.landing-page .footer-bottom  .footer-2nd-row div{max-width:1440px; margin-left:auto; margin-right:auto;}
}
.hp-container {margin:0 0 0 0 !important;background:#fff;width:100%;}
.with-bb {margin:0 0 8px 0 !important;background:#fff;border-bottom:solid 2px #4d99af;box-shadow:0px 3px 3px 0px #999;}
.colHide {padding: 0!important; margin: 0!important; border: 0px!important; min-height: 0px!important;}
/*header*/
.custom-header-container{
background-color: #f2a71c;
position: relative;
}
@media (min-width: 769px){
.nav-container {position: relative;height:100%;}
.hs-menu-wrapper {width:inherit !important;}
}
.tertiary-nav {position: absolute; right: 10px; top: 0;}
.tertiary-nav ul {float:right;/*margin-right:-12px !important;*/}
.tertiary-nav a {color:#858585;font-size:10px;}
.tertiary-nav a:hover {color:#fff !important;}
.tertiary-nav li {margin-right:4px;}
.tertiary-nav li:after {color:#858585;content:" | ";}
.tertiary-nav li:last-child:after {content:"";}
@media (max-width: 768px){
.header-top {padding:15px 0 0 0 !important;text-align:center;}
}
/*home page*/
.top-content {
background:#fff no-repeat center top; 
width:100% !important;
background-size:cover !important;
min-height:424px !important;
padding: 0 35px;
}
.padding-fix {padding-left: 35px!important; padding-right: 35px!important;}
.home-slider .banner-content h2, .home-slider .banner-content p {width:65%; }
.top-content h2, .top-content p {width:45%;}
.bannerHide {display: none;}
.banner-content {
position: absolute;
top: 20px;
left: 35px;
width: 70%;
}
.banner-content.left-aligned {
position: absolute;
top: 20px;
left: 35px;
right: auto;
width: 35%;
}
.banner-content.left-aligned2 {
position: absolute;
top: 20px;
left: 35px;
right: auto;
width: 45%;
}
.slider1 .banner-content.left-aligned2 {
margin:270px 0 0 65px;
width: 45%;
}
.banner-content.right-aligned {
position: absolute;
top: 20px;
left: auto;
right: 35px;
width: 55%;
}
.banner-content.center-aligned {
position: absolute;
top: 20px;
left: 0px;
right: 0px;
margin: 0 auto;
width: 55%;
}
.slider1 {
max-height: 560px!important;
overflow: hidden!important;
}
.custom-slider-module .slider1 {
max-height: 560px!important;
overflow: hidden!important;
}
.hp-container .banner-content p {font-size: 22px!important; line-height: 28px!important;}
.widget-type-custom_widget .banner-content h2,
.widget-type-widget_container .banner-content h2{margin-top: 0px;}
.hp-gallery ul {list-style:none;}
.hp-gallery ul li img {max-height:424px;margin:0 auto !important;text-align:center;}
.hp-bottom-content {padding: 30px 35px;}
.hp-bottom-content h2, .hp-bot-content-group2 .hp-content h2, .banner-content h2, .top-content h2, .sub-bot-content-group2 h2 {font-size:2em; line-height: 34px; font-weight:100;color:#ffffff;margin-top:1em;}
.hp-bottom-content p, .hp-bot-content-group2 .hp-content p, .banner-content p, .top-content p, .sub-bot-content-group2 p {font-size:18px;color:#1e191d;font-weight:300;line-height: 28px!important;}
.top-content h2{margin-top:6em;}
.top-content h2, .top-content h3, .top-content .button-v3{margin-left:55px;}
.banner-content h3, .top-content h3{color:#ffffff;font-weight:100;font-size:1.2em;}
.bg-image-text {padding-top: 50px;}
.sub-content p:last-of-type {
    margin: 0;
}
@media (max-width: 325px) {
.hp-gallery.container {margin-top: 60%;}
}
.box .bxslider li {display:block;margin: 0 auto;text-align:center !important;}
.box .bxslider img {/*margin:0 auto;*/float:none !important;text-align:center !important; /*height: 35px; width: auto!important;*/}
/*sub page*/
.bg-sub {
background-repeat: no-repeat!important;
background-position-x: 50%!important;
background-position-y: 0%!important;
width:100% !important;
background-size:cover !important;
padding-top: 50px;
min-height: 424px!important;
padding: 0 0 35px 0;
}
.sub-content {background:#fff;padding:0;clear: both;}
.sub-content h2, .four-plain h2, .three-plain h2{font-size:2em; line-height: 1.25em; color:#F2A71C;font-weight:100;}
.sub-content h4 {color: #F2A71C;}
.sub-content p {font-size: 0.9375em;}
/*footer*/
.footer-topper {display:block;background:#cfcfcf;width:100% !important; padding-top: 25px!important; padding-bottom: 25px!important;}
.footer-topper .in-container {padding-left: 25px!important; padding-right: 25px!important;}
.footer-topper a.cta_button:hover {background:#F2A71C !important;text-decoration:none;color:#fff !important;}
/*navigation*/
@media (min-width: 769px){
.mainnav {padding-right: 10px;}
.mainnav ul, .mainnav  ul  li, .mainnav  ul  li  a {
vertical-align:top;
}
.mainnav > ul {
display:block;
float:right !important;
text-align:right;
}
.mainnav ul li {
margin:0;
line-height:1;
padding-top:20px;
padding-bottom:20px;
}
.mainnav ul li:hover{background-color:#fff;}
.mainnav ul li:last-child:hover{background-color:#F2A71C !important;}
.mainnav ul li ul li:last-child:hover{background-color:#fff !important;}
.mainnav>div span div ul li.hs-menu-depth-1{height:78px;}
.mainnav ul li a {
font-size: 16px;
line-height:36px;
padding: 0px 16px !important;
text-align: center;
text-decoration: none;
margin:0;
color:#fff !important;
position: relative;
}
.mainnav  ul  li  a:hover, .mainnav ul li:hover a{
color:#F2A71C !important;
}
.mainnav ul li.selected-menu a:hover, .mainnav ul li.selected-menu a{color:#F2A71C !important;}
.mainnav ul li ul li a, .mainnav ul li:hover ul li a, .mainnav ul li.selected-menu ul li a{
color:#535353 !important;
}
.mainnav ul li:last-child a{color:#fff !important;}
.mainnav ul li:last-child:hover a:hover{color:#F2A71C !important;}
.mainnav ul li ul li{background-color:#fff;}
.mainnav ul li:nth-of-type(1) ul li{width:194px;}
.mainnav ul li:nth-of-type(2) ul li{width:270px;}
.mainnav ul li:nth-of-type(3) ul li{width:157px;}
.mainnav  ul  li  ul li a:hover{
color:#F2A71C !important;
font-weight:400;
}
.header-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{margin-top:22px;padding-bottom:10px;padding-top:10px;}
.header-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper .hs-menu-depth-2{margin-top:0px;padding:1px 7px 1px 7px;}
}
@media (min-width: 769px) and (max-width: 816px){
.mainnav ul li a {padding:0 6px !important;}
}
/*///////////////////////////*/
.header-top{
background-color: #F2A71C;
}
.header-top .header-logo{padding:20px;}
.header-top .header-navigation{
list-style:none;
margin-top:0px;
}
.header-top .header-navigation ul{
float:right;
}
.header-top .header-navigation li{
padding-right:4px;
padding-left:4px;
}
.header-top .header-navigation a, .header .header-navigation a:hover{
color:#ffffff;
text-decoration:none;
}
.two-col-custom .left-column.left-text{padding:30px 50px 30px 50px;width:50%;float:left;margin-left:0;}
.two-col-custom .right-column.right-text{padding:30px 50px 30px 50px;width:50%;margin-left:0;}
.two-col-custom .left-column.left-image{padding:0!important;margin:0;width:50%;overflow:hidden;}
.two-col-custom .right-column.right-image{padding: 0 !important;margin: 0;width: 50%;overflow: hidden;float: right;max-height: inherit !important;}
.two-col-custom .left-column.left-image img, .two-col-custom .right-column.right-image img{max-width:100%;}
.two-col-custom .right-column.right-text .layout-widget-wrapper{max-width:550px;}
.two-col-custom .left-column.left-text .layout-widget-wrapper{max-width:550px;}
.two-col-custom.sub-content.about-us .right-column.right-text .layout-widget-wrapper{max-width:1050px;}
.two-col-custom.sub-content.about-us .left-column.left-text .layout-widget-wrapper{max-width:1050px;}
@media (min-width: 868px) and (max-width: 1000px){.two-col-custom .left-column.left-image, .two-col-custom .right-column.right-image{max-height:444px;}.two-col-custom .left-column.left-image img, .two-col-custom .right-column.right-image img{max-width:700px;max-height:700px;}}
@media (min-width: 1001px) and (max-width: 1230px){.two-col-custom .left-column.left-image, .two-col-custom .right-column.right-image{max-height:400px;}.two-col-custom .left-column.left-image img, .two-col-custom .right-column.right-image img{max-width:670px;max-height:700px;}}
@media (min-width: 1231px){.two-col-custom .left-column.left-image img, .two-col-custom .right-column.right-image img{max-width:720px;}.two-col-custom .left-column.left-image, .two-col-custom .right-column.right-image{max-height:370px;}}
.button-v1{
margin-top: 35px;
}
.button-v1 a{
border:1px solid #ffffff;
padding:5px 30px;   
background-color:#666666;
text-decoration:none;
font-size:1.1250em;
color:#ffffff;
}
.button-v1 a:hover{
border:1px solid #ffffff;
color:#ffffff;
text-decoration:none;
background-color:#F2A71C;
}
@media (max-width: 341px){.button-v1 a{font-size:1em;padding:5px 20px; }}
.button-v2{
margin-top: 35px;
}
.button-v2 a, .hs-button.primary.large, .widget-type-google_search .hs-button.primary{
border-radius: 25px;
padding: 5px 30px;
background-color: #666;
text-decoration: none;
font-size: 1.1250em;
color: #fff;
border: 0px;
}
.button-v2 a:hover, .hs-button.primary.large:hover, .widget-type-google_search .hs-button.primary:hover{
border: 1px solid #fff;
color: #fff;
text-decoration: none;
background-color: #f2a71c;
}
body{
overflow:hidden;
}
.hs-button.primary.large, .widget-type-google_search .hs-button.primary{background-image:none;padding:15px 30px;margin:0;text-shadow:none;box-shadow:none;border-radius:0px;transition:none;font-weight:400;font-family:'Open Sans', sans-serif;;}
.widget-type-google_search .hs-button.primary{margin-top:20px;display:inline-block;cursor: pointer; cursor: hand;}
.widget-type-google_search .hs-button.primary:hover{cursor: pointer; cursor: hand;}
.widget-type-google_search .field label{color:#535353;line-height:22px;font-size: 0.9375em;margin-bottom:10px;}
.widget-type-google_search input{border:1px solid #535353;width:80%;margin-top:20px;}
.hs-form .hs-button:hover, .hs-form .hs-button:focus, .hs-form .hs-button.hovered{box-shadow:none !important;border:1px solid #F2A71C !important;}
.button-v3{
margin-top: 35px;
}
.button-v3 a{
border:1px solid #F2A71C;
padding:5px 30px;   
color:#ffffff;
text-decoration:none;
font-size:1.1250em;
background-color:#F2A71C;
}
.button-v3 a:hover{
border:1px solid #F2A71C;
color:#F2A71C;
text-decoration:none;
background-color:#ffffff;
}
.button-v4{
margin-top: 15px;
}
.button-v4 a, .button-v2 a{
border-radius: 25px;
padding: 12px 30px;
background-color: #666666;
text-decoration: none;
font-size: 16px;
color: #ffffff;
display: inline-block;
line-height: 1.3;
border: 1px solid transparent;
}
.button-v4 a:hover , .button-v2 a:hover{
border:1px solid #ffffff;
color:#ffffff;
text-decoration:none;
background-color:#F2A71C;
}
@media (max-width: 341px){.button-v4 a{font-size:1em;padding:5px 20px; }}
.four-column-equal .column-number .layout-widget-wrapper{
font-weight:400;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
-o-transition:.1s;
-ms-transition:.1s;
-moz-transition:.1s;
-webkit-transition:.1s;
transition:.1s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transform: translateZ(0);
transform: translateZ(0);
overflow:hidden;
text-decoration:none;
text-align:center;
z-index: 1;
width: 55px;
height: 55px;
line-height: 55px;
font-size: 2.5em;
-webkit-border-radius: 150px;
-moz-border-radius: 150px;
border-radius: 150px;
color: #ffffff;
background-color: #F2A71C;
border: 1px solid;
position:relative;
float:left;
margin:-30px 40% -25px 40%;
}
.four-column-equal .column-icon .layout-widget-wrapper{
overflow:hidden;
text-decoration:none;
text-align:center;
z-index: 1;
width: 55px;
height: 55px;
line-height: 55px;
font-size: 2.5em;
-webkit-border-radius: 150px;
-moz-border-radius: 150px;
border-radius: 150px;
color: #ffffff;
background-color: #F2A71C;
border: 1px solid;
position:relative;
float:left;
margin:-30px 40% -25px 40%;
}
.four-column-equal, .three-column-equal{text-align:center;}
.four-column-equal .column-number{padding:0 60px;}
.four-column-equal .column-icon{padding:0 15px;float:left;clear:left;width:100%;}
.four-column-equal .column-header{color:#ffffff;font-size:1.6em;font-weight:600;text-transform:uppercase;background-color:#666666;margin-top:-30px;padding:50px 15px 10px 15px;float:left;clear:left;width:100%;}
.four-column-equal .column-sub-header{color:#ffffff;font-size:1.6em;font-weight:100;background-color:#666666;line-height:1.4em;padding:0 15px 10px 15px;float:left;clear:left;width:100%;}
.four-column-equal .column-description{color:#9e9e9e;line-height:1.6667em;font-size:0.9375em;font-weight:100;background-color:#EBEBEB;padding:10px 15px;float:left;clear:left;width:100%;}
.four-column-equal.left-column .column-icon, .four-column-equal.left-column .column-header, .four-column-equal.left-column .column-sub-header, .four-column-equal.left-column .column-description{padding-left:120px;}
.four-column-equal.right-column .column-icon, .four-column-equal.right-column .column-header, .four-column-equal.right-column .column-sub-header, .four-column-equal.right-column .column-description{padding-right:120px;}
.four-column-equal .column-text{padding-top:30px;padding-bottom:30px;}
.four-column-equal .column-text h3{color:#F2A71C;}
.four-column-equal.column-text.extra-spacing{padding-top:30px;padding-bottom:30px;}
.four-column-equal.column-text.extra-spacing h3{color:#F2A71C;}
.four-column-equal.left-column .span3, .four-column-equal.center-left-column .span3, .four-column-equal.center-right-column .span3, .four-column-equal.right-column .span3{width:100%;margin-left:0%;}
.four-column-equal.center-left-column, .four-column-equal.center-right-column{float:left;width:22%;background-color:#EBEBEB;display:block;min-height:360px;}
.four-column-equal.left-column, .four-column-equal.right-column{float:left;width:28%;background-color:#EBEBEB;display:block;min-height:360px;}
.three-column-equal.left-column .span3, .three-column-equal.center-column .span3, .three-column-equal.right-column .span3{width:100%;margin-left:0%;}
.four-column-equal.two-equal-column-icons-left{padding:0 60px 30px 60px;text-align:left;background-color:#fff !important;}
.four-column-equal.two-equal-column-icons-left h3{color:#535353;font-size:1em;font-weight:400;padding-bottom:0px;margin-bottom:2px;line-height:1.3em;}
.four-column-equal.two-equal-column-icons-left .left-column{width:8%;}
.four-column-equal.two-equal-column-icons-left .center-left-column{width:35.75%;margin-right:25px;}
.four-column-equal.two-equal-column-icons-left .center-right-column{width:8%;}
.four-column-equal.two-equal-column-icons-left .right-column{width:35.75%;}
@media (min-width: 1286px) {
.four-column-equal .column-sub-header{min-height:80px !important;}
}
@media (min-width: 975px) and (max-width: 1107px){
.four-column-equal .column-sub-header{min-height:115px !important;}
.four-column-equal.center-left-column, .four-column-equal.center-right-column{min-height:491px}
.four-column-equal.left-column, .four-column-equal.right-column{min-height:491px}
}
@media (min-width: 892px) and (max-width: 974px){
.four-column-equal .column-sub-header{font-size:1.3em;}
.four-column-equal .column-header{font-size:1.3em;}
.four-column-equal .column-sub-header{min-height:105px !important;}
.four-column-equal.center-left-column, .four-column-equal.center-right-column{width:19%;min-height:508px}
.four-column-equal.left-column, .four-column-equal.right-column{width:31%;min-height:508px}
.four-column-equal .column-icon .layout-widget-wrapper{margin-left:30%; margin-right:30%;}
}
@media (min-width: 769px) and (max-width: 891px){
.four-column-equal .column-sub-header{font-size:1.1em;}
.four-column-equal .column-header{font-size:1.1em;}
.four-column-equal .column-sub-header{min-height:70px !important;}
.four-column-equal.center-left-column, .four-column-equal.center-right-column{width:23%;min-height:474px}
.four-column-equal.left-column, .four-column-equal.right-column{width:27%;min-height:474px}
.four-column-equal .column-icon .layout-widget-wrapper{margin-left:30%; margin-right:30%;}
.four-column-equal.left-column .column-icon, .four-column-equal.left-column .column-header, .four-column-equal.left-column .column-sub-header, .four-column-equal.left-column .column-description{padding-left:70px;}
.four-column-equal.right-column .column-icon, .four-column-equal.right-column .column-header, .four-column-equal.right-column .column-sub-header, .four-column-equal.right-column .column-description{padding-right:70px;}
}
@media (max-width: 768px){   
.four-column-equal{background-color:#ececec;}
.four-column-equal.four-plain{background-color:#fff;}
.four-column-equal .column-number{padding:0 60px;}
.four-column-equal .column-icon{padding:20px 30px 0 0;float:left !important;width:20% !important;min-width:70px;text-align:right;clear:left;display:block;margin:0 !important;}
.four-column-equal .column-header{color:#000000;background-color:#ececec;margin-top:20px;padding:20px 30px 0px 0px;clear:right;float:right !important;display:block;width:80% !important;text-align:left !important;}
.four-column-equal .column-sub-header{color:#000000;font-weight:100;background-color:#ececec;line-height:1.4em;padding:0 30px 0px 0px;clear:right;float:right !important;display:block;width:80% !important;text-align:left !important;}
.four-column-equal .column-description{color:#9e9e9e;line-height:1.6667em;font-size:0.9375em;background-color:#ececec;padding:10px 30px 20px 0px;clear:right;float:right !important;display:block;width:80% !important;text-align:left !important;}
.four-column-equal.center-left-column, .four-column-equal.center-right-column, .four-column-equal.left-column, .four-column-equal.right-column{width:100%;min-height:28px}
.four-column-equal .column-icon .layout-widget-wrapper{margin-top:10px;}
.four-column-equal.left-column .column-icon, .four-column-equal.left-column .column-header, .four-column-equal.left-column .column-sub-header, .four-column-equal.left-column .column-description{padding-left:0px;}
.four-column-equal.right-column .column-icon, .four-column-equal.right-column .column-header, .four-column-equal.right-column .column-sub-header, .four-column-equal.right-column .column-description{padding-right:15px;}
.four-column-equal.right-column .column-description{padding-bottom:40px !important;}
.four-column-equal.two-equal-column-icons-left .left-column, .four-column-equal.two-equal-column-icons-left .center-right-column{width:70px;}
.four-column-equal.two-equal-column-icons-left{padding:0 30px 30px 30px;}
.four-column-equal.two-equal-column-icons-left .center-left-column, .four-column-equal.two-equal-column-icons-left .right-column{width:32%;}
.two-col-custom.supported-systems .left-column.left-text{padding:30px 20px 30px 20px;width:50% !important;float:left;margin-left:0;}
.two-col-custom.supported-systems .right-column.right-text{padding:30px 20px 30px 20px;width:50% !important;margin-left:0;float:right !important;clear:none;}
.two-col-custom.supported-systems ul li{margin-right:7px !important;}
}
@media (max-width: 565px){ 
.four-column-equal .column-icon{padding:20px 10px 0 0;}
.four-column-equal .column-icon .layout-widget-wrapper{margin-left:20px;}   
.four-column-equal .column-header, .four-column-equal .column-sub-header, .four-column-equal .column-description{width: calc(100% - 97px) !important;
width: -webkit-calc(100% - 97px) !important;width: -moz-calc(100% - 97px) !important;width: calc(100% - 106px) !important;}
.four-column-equal.two-equal-column-icons-left .left-column, .four-column-equal.two-equal-column-icons-left .center-right-column{width:70px;float:left;clear:both;}
.four-column-equal.two-equal-column-icons-left{padding:0 30px 0 30px;}
.four-column-equal.two-equal-column-icons-left .center-left-column, .four-column-equal.two-equal-column-icons-left .right-column{margin-bottom:20px;width:80%;float:left;margin-right:0px;}
.two-col-custom.supported-systems .left-column.left-text{padding:30px 20px 30px 20px;width:100% !important;float:left;clear:both;margin-left:0;}
.two-col-custom.supported-systems .right-column.right-text{padding:30px 20px 30px 20px;width:100% !important;margin-left:0;float:left !important;clear:both;}
}
@media (max-width: 475px){
.four-column-equal .column-icon{width:96px !important;margin-right:10px !important;}
.four-column-equal.two-equal-column-icons-left .center-left-column, .four-column-equal.two-equal-column-icons-left .right-column{width:73%;}
}
.two-col-custom.sub-content.free-trial{text-align:center;background-color:#F2A71C;padding:30px 0 40px 0;}
.two-col-custom.sub-content.separator1{text-align:center;background-color:#F2A71C;padding:15px 0 15px 0;}
.two-col-custom.sub-content.free-trial h2{
color:#ffffff;    
}
.two-col-custom.supported-systems .right-column.right-text{padding-top:25px!important;padding-bottom:15px!important;}
.two-col-custom.supported-systems .left-column.left-text{padding-top:25px!important;padding-bottom:15px!important;}
.two-col-custom .left-column.left-text ul.list, .two-col-custom .right-column.right-text ul.list{list-style:disc !important;margin-left:30px;}
.two-col-custom .left-column.left-text ul.list li ul.sub-list, .two-col-custom .right-column.right-text ul.list li ul.sub-list{list-style:circle !important;margin-left:30px;margin-top:10px;}
.two-col-custom .left-column.left-text ul.list li, .two-col-custom .right-column.right-text ul.list li, .two-col-custom .left-column.left-text ul.list li ul.sub-list, .two-col-custom .right-column.right-text ul.list li ul.sub-list{display:list-item;position: relative;

padding-left: 55px;}
ul.list li.li1::before, ul.list li.li2::before, ul.list li.li3::before, ul.list li.li4::before, ul.list li.li5::before {

    content: '';
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    clear: both;
    height: 48px;
    width: 48px;
    position: absolute;
    top: 0;
    left: 0;

}
.two-col-custom.supported-systems{margin:0 5%;}
.two-col-custom.supported-systems h3{color:#F2A71C;}
.two-col-custom.supported-systems ul{list-style:none;margin-left:0;padding-left:0;margin-top:0;}
.two-col-custom.supported-systems ul li{display:inline;margin-right:20px;font-size:1em;}
.two-col-custom.supported-systems ul li a{color:#535353;}
.two-col-custom.supported-systems ul li a:hover{text-decoration:none;color:#F2A71C;}
.two-col-custom.sub-content.centered{text-align:center;padding:30px 17% 33px 17%;clear:both;}
.two-col-custom.sub-content.centered h2{margin:0 0 30px 0;}
.two-col-custom.sub-content.centered.grey-separator{text-align:center;padding:30px 17% 30px 17%;background-color:#999999;}
.two-col-custom.sub-content.centered.grey-separator h2{margin:0;color:#fff;}
.two-col-custom.sub-content.centered.grey-separator.grey-image{padding:10px 60px 10px 60px;}
.two-col-custom.sub-content.no-align{text-align:none;padding:30px 60px 40px 60px;}
.two-col-custom.sub-content .colored-background{background-color:#F3F3F3;}
.hs-content-id-4432801456 .two-col-custom.sub-content .colored-background{background-color:#FFFFFF;}
.two-col-custom.sub-content h3{color:#F2A71C;margin-bottom:0;}
.two-col-custom.sub-content h4{font-weight:bold;font-size:.9375em;color:#535353;}
.two-col-custom.sub-content.about-us .left-image{padding:40px 0 0 60px;width:25%;}
.two-col-custom.sub-content.about-us .right-text{padding:40px 60px 0 20px;width:75%;}
@media (max-width:1070px){
.two-col-custom.sub-content.about-us .left-image img{width:75%;height:75%;}
.two-col-custom.sub-content.about-us .left-image{padding:40px 0 0 60px;width:25%;}
.two-col-custom.sub-content.about-us .right-text{padding:40px 60px 0 20px;width:75%;}
}
@media (max-width:768px){
.two-col-custom.sub-content.about-us .left-image img{width:99px;height:104px;}
.two-col-custom.sub-content.about-us .left-image{padding:40px 0 0 60px;width:173px;float:left !important;clear:both;position:relative;}
.two-col-custom.sub-content.about-us .right-text{padding:40px 60px 0 20px;width:70%;float:left !important;clear:none;text-align:left !important;}
.button-v4 {
text-align: center!important;
}
}
@media (max-width:568px){
.two-col-custom.sub-content.about-us .left-image{padding:40px 0 0 30px;width:143px;}
.two-col-custom.sub-content.about-us .right-text{padding:40px 30px 0 30px;width:70%;}
.two-col-custom.sub-content.no-align{padding: 30px 30px 40px 30px;}
}
@media (max-width:476px){
.two-col-custom.sub-content.about-us .right-text{padding:10px 30px 0 30px;width:100%;}  
}
.footer .hs-menu-depth-1 a {
color: #9e9e9e;
text-decoration:none;
}
.footer .hs-menu-depth-1 {
font-weight:400;
}
.footer .hs-menu-depth-2 {
font-weight:100;
}
.footer .hs-menu-depth-1 a:hover {
color: #F2A71C;
}
.footer .hs-menu-depth-1{
list-style:none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
padding:2px 15px;
max-width:160px;
}
div.footer-1st-row div div div div span .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{position:relative;}
div.header-navigation div span .hs-menu-wrapper.hs-menu-flow-horizontal ul>li:last-child{
margin-left: 8px;
}
div.header-navigation div span .hs-menu-wrapper.hs-menu-flow-horizontal ul>li:last-child:hover{
color:#F2A71C !important;
}
div.header-navigation div span .hs-menu-wrapper.hs-menu-flow-horizontal ul>li:last-child a{
border: 1px solid #fff;
padding: 5px 30px 0px 30px;
color: #fff;
text-decoration: none;
font-size: 1.1250em;
}
div.header-navigation div span .hs-menu-wrapper.hs-menu-flow-horizontal ul>li:last-child a:hover{
border:1px solid #F2A71C;
color:#F2A71C;
text-decoration:none;
background-color:#ffffff;
}
div.header-navigation div span .hs-menu-wrapper.hs-menu-flow-horizontal ul li ul>li:last-child{
margin-left: 0px;
}
div.header-navigation div span .hs-menu-wrapper.hs-menu-flow-horizontal ul li ul>li:last-child a{
border: 0px solid #fff;
}
div.header-navigation div span .hs-menu-wrapper.hs-menu-flow-horizontal ul li ul>li:last-child a:hover{
border:0px none;
color:#F2A71C;
background-color:#fff;
}
div.header-navigation div span .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
text-align:left;
}
div.header-navigation div span .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
background-color:#ffffff;
display:block;
box-shadow: 1px 1px 2px 0px #cccccc;
}
div.header-navigation div span .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 {
margin-left:70px;
}
@font-face {
font-family: 'si';
src: url('https://www.cloudwords.com/hubfs/redesign-2016/social-icons/socicon.eot');
src: url('https://www.cloudwords.com/hubfs/redesign-2016/social-icons/socicon.eot?#iefix') format('embedded-opentype'),
url('https://www.cloudwords.com/hubfs/redesign-2016/social-icons/socicon.woff') format('woff'),
url('https://www.cloudwords.com/hubfs/redesign-2016/social-icons/socicon.ttf') format('truetype'),
url('https://www.cloudwords.com/hubfs/redesign-2016/social-icons/socicon.svg#icomoonregular') format('svg');
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family:si;
src: url(https://www.cloudwords.com/hubfs/redesign-2016/social-icons/socicon.svg) format(svg);
}
}
.footer-1st-row{
position:relative;
width:100%;
padding:40px 0 20px 0px !important;
}
.footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {

    color: #2e3942 !important;
    cursor: default !important;

}
.footer-social{
position:absolute;
bottom:0;
right:0;
}
.soc{
overflow:hidden;
margin:0 20px 20px 0; 
padding:0;
list-style:none;
float:right;
}
.soc li {
display:inline-block;
*display:inline;
zoom:1;
}
.soc li a {
font-family:si!important;
font-style:normal;
font-weight:400;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
-o-transition:.1s;
-ms-transition:.1s;
-moz-transition:.1s;
-webkit-transition:.1s;
transition:.1s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transform: translateZ(0);
transform: translateZ(0);
overflow:hidden;
text-decoration:none;
text-align:center;
display:block;
position: relative;
z-index: 1;
width: 44px;
height: 44px;
line-height: 44px;
font-size: 1.1250em;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
margin-right: 14px;
color: #9e9e9e;
background-color: #ffffff;
border: 1px solid;
}
.soc a:hover {
z-index: 2;
color: #F2A71C;
background-color: #ffffff;
}
.soc-icon-last{
margin:0 !important;
}
.soc-twitter:before {
content:'\e040';
}
.soc-facebook:before {
content:'\e041';
}
.soc-linkedin:before {
content:'\e049';
}
.soc-youtube:before {
content:'\e051';
}
.footer-2nd-row{
width:100%;
background:#666666;
padding:0 0 0 20px;
}
.footer-2nd-row .footer-copyright{
margin-top:20px;
}
.footer-2nd-row .footer-copyright p{
color:#fff;
font-size:0.7500em;
}
.footer-2nd-row a, .footer-2nd-row a:hover{
color:#ffffff;
text-decoration:none;
}
.footer-logo img{
float:right;
}
.header-container-wrapper .cell-wrapper a img {
    width: 185px!important;
}
.footer-logo{padding:20px;}
@media (max-width: 768px) {
.row-fluid [class*="span"]{
float:left;
width:100%;
}
.nav-container{
display: block;
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: #686969;
z-index: 19;
margin:0 !important;
padding:0 !important;
text-align:center !important;
vertical-align:middle;
border-top:1px solid #ccc;
}
.mainnav{z-index: 19;}
.header-top .header-logo{padding:0px 0px 10px 0;}
.mainnav ul{text-align:center;padding:0 !important;margin:0 !important;width:100%;z-index: 19;}
.mainnav ul li{text-align:center;padding:0 !important;margin:0 !important;z-index: 19;}
.mainnav ul li a{border:none !important;margin:0 !important;padding:8px 3px !important;z-index: 19;}
.mainnav ul li ul{position:fixed !important;bottom:31px;left:0;right:0;}
.mainnav ul li ul li, .mainnav ul li ul li a{background: #999;text-align:center;margin:1px 0 !important;padding:6px 0 !important;}
.mainnav ul li ul li:active, .mainnav ul li.selected-menu, .mainnav ul li:active,  .mainnav ul li a:active, div.header-navigation div span .hs-menu-wrapper.hs-menu-flow-horizontal ul li ul>li:last-child a:hover, div.header-navigation div span .hs-menu-wrapper.hs-menu-flow-horizontal ul li ul li a:hover, div.header-navigation div span .hs-menu-wrapper.hs-menu-flow-horizontal ul li:hover{background-color:#F2A71C;color:#fff;}
.mainnav ul li:nth-of-type(1){width:20% !important;padding-left:7px !important;}
.mainnav ul li:nth-of-type(2){width:23.5% !important;}
.mainnav ul li:nth-of-type(3){width:23% !important;}
.mainnav ul li:nth-of-type(4){width:20% !important;}
.mainnav ul li:nth-of-type(5){width:13.5% !important;padding-right:7px !important;}
.mainnav ul li:nth-of-type(1) ul li{width:100% !important;}
.mainnav ul li:nth-of-type(2) ul li{width:100% !important;}
.mainnav ul li:nth-of-type(3) ul li{width:100% !important;}
.mainnav ul li:nth-of-type(4) ul li{width:100% !important;}
.mainnav ul li:nth-of-type(5) ul li{width:100% !important;}
div.header-navigation div span .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{box-shadow:none;}
.mainnav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{white-space:normal !important;}
div.header-navigation div span .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{width:100% !important;background:#686969;}
div.header-navigation div span .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{text-align:center !important;}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{width:100% !important;max-width:768px !important;}
.hp-gallery.container{text-align:center;width:100% !important;margin:60px auto !important;left:auto;right:auto;}
.hp-gallery.container h2{margin:0px !important;width:100% !important;padding:0px 40px !important;}
.hp-gallery.container h3{padding:10px 40px 10px 40px !important;margin-left:0 !important;}
.hp-gallery.container .button-v2{font-size:2em;padding:0px 40px !important;}
.span12.widget-span.widget-type-cell.top-content.hp-container.bg-sub {
background-size: cover !important;
padding-right: 8px;
padding-left: 8px;
text-align: center;
min-height:0px !important;
}
/*.mainnav ul li ul:after{
content: " ";
z-index: -1 !important;
display: block;
position: fixed;
height: auto;
top: 0;
left: 0;
right: 0;
bottom:28px;
background: rgba(0, 0, 0, 0.5);
}*/
}
@media (max-width: 599px) {
.footer-logo{margin:0 auto !important;}
.mainnav ul li ul{bottom:56px;}
.mainnav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{line-height:1.3em !important;min-height:48px;}
.mainnav ul li:nth-of-type(1), .mainnav ul li:nth-of-type(2), .mainnav ul li:nth-of-type(3), .mainnav ul li:nth-of-type(4), .mainnav ul li:nth-of-type(5){padding-top:9px !important;padding-bottom:9px !important;}
.mainnav ul li ul li, .mainnav ul li ul li a, .mainnav ul li ul li:nth-of-type(1), .mainnav ul li ul li:nth-of-type(2), .mainnav ul li ul li:nth-of-type(3), .mainnav ul li ul li:nth-of-type(4), .mainnav ul li ul li:nth-of-type(5){padding:6px 0 !important;}
}
@media (max-width: 568px) {
.mainnav ul li ul{bottom:46px;}
.mainnav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{float:left;font-size:0.65em !important;line-height:1.4em !important;min-height:46px;}
.mainnav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 ul li{font-size: 1em;}
.mainnav ul li:nth-of-type(1), .mainnav ul li:nth-of-type(2), .mainnav ul li:nth-of-type(3), .mainnav ul li:nth-of-type(4), .mainnav ul li:nth-of-type(5){padding-top:9px !important;}
.mainnav ul li ul li, .mainnav ul li ul li a{padding:4px 0 !important;}
.mainnav ul li a{border:none !important;margin:0 !important;padding:8px 0 !important;}
.footer-1st-row .hs-menu-wrapper.hs-menu-flow-horizontal>ul{display:inline-block;width:auto;}
.footer-1st-row .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{float:left;    width: auto;}
.slider1 .banner-content.left-aligned2{text-align:center;width:100% !important;margin:20px auto !important;left:auto;right:auto;}
.banner-content h2{font-size:4.5em;line-height:1.3em;padding:20px 40px;}
.hp-container .banner-content p{font-size:2.5em !important;padding:10px 40px;line-height:1.3em !important;}
.banner-content .button-v2{font-size:2em;padding:20px 40px;}
.hp-gallery.container{margin:40px auto 0 auto !important;}
.hp-gallery.container h2{font-size:1.5em;line-height:1.2em;}
.hp-gallery.container h3{font-size:1em;line-height:1.2em;}
.hp-gallery.container .button-v2{font-size:1em;}
.two-col-custom.sub-content.centered{padding: 30px 30px 40px 30px;}
.two-col-custom.sub-content.centered.grey-separator{padding:30px 30px 30px 30px;}   
.two-col-custom.sub-content.centered.grey-separator.grey-image{padding:10px 30px 10px 30px;}
.two-col-custom .right-column.right-image {
padding: 0 !important;
}
.two-col-custom .left-column.left-text, .two-col-custom .right-column.right-text {
padding: 30px 20px 30px;
}
}
@media (max-width: 490px){
.mainnav ul li:nth-of-type(1), .mainnav ul li:nth-of-type(2), .mainnav ul li:nth-of-type(3), .mainnav ul li:nth-of-type(4), .mainnav ul li:nth-of-type(5){padding-top:7px !important;}
.mainnav ul li ul li, .mainnav ul li ul li a{padding:4px 0 !important;}
.mainnav ul li a{padding-left:5px !important;padding-right:5px !important;}
}
@media (max-width: 477px){
.mainnav ul li:nth-of-type(1), .mainnav ul li:nth-of-type(2), .mainnav ul li:nth-of-type(3), .mainnav ul li:nth-of-type(4), .mainnav ul li:nth-of-type(5){padding-top:9px !important;}
.mainnav ul li ul li, .mainnav ul li ul li a{padding:4px 0 !important;}
.mainnav ul li a{padding-left:5px !important;padding-right:5px !important;}
}    
@media (max-width: 450px){
.hp-gallery.container h2{font-size:1.2em;line-height:1.2em;}
.hp-gallery.container h3{font-size:1em;line-height:1.2em;}
.hp-gallery.container .button-v2{font-size:1em;}    
}
@media (max-width: 370px){
.hp-gallery.container h2{font-size:1em;line-height:1.2em;}
.hp-gallery.container h3{font-size:0.8em;line-height:1.2em;}
.hp-gallery.container .button-v2{font-size:0.8em;}    
}
@media (max-width: 365px){
.mainnav ul li:nth-of-type(1){width:20.5% !important;}
.mainnav ul li:nth-of-type(2){width:24% !important;}
.mainnav ul li:nth-of-type(3){width:22% !important;}
.mainnav ul li:nth-of-type(4){width:19% !important;}
.mainnav ul li:nth-of-type(5){width:14.5% !important;}  
}
@media (max-width: 355px){
.mainnav ul li:nth-of-type(4){padding-top:4px !important;padding-bottom:0px !important;}
.mainnav ul li:nth-of-type(1), .mainnav ul li:nth-of-type(2), .mainnav ul li:nth-of-type(3), .mainnav ul li:nth-of-type(5){padding-top:9px !important;}
.mainnav ul li ul li, .mainnav ul li ul li a{padding:4px 0 !important;}
}
@media (max-width: 329px){.footer-1st-row .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{font-size:0.95em !important;}}
@media (max-width: 768px){
.two-col-custom .left-column.left-image, .two-col-custom .right-column.right-image, .two-col-custom .left-column.left-text, .two-col-custom .right-column.right-text{
float:left !important;
clear:both;
width:100%;
text-align:center !important;
}
.two-col-custom .left-column.left-text ul.list, .two-col-custom .right-column.right-text ul.list{text-align:left !important;}
.two-col-custom .left-column.left-text .layout-widget-wrapper, .two-col-custom .right-column.right-text .layout-widget-wrapper{margin:0 auto;}
.four-column-equal{background-color:#ececec;}
.four-column-equal.four-plain{background-color:#fff;}
.four-column-equal.column-number{padding:0 60px;}
.four-column-equal.column-icon{padding:0 60px;float:left;width:20%;min-width:70px;text-align:right;clear:left;display:block;}
.four-column-equal.column-header{color:#000000;background-color:#ececec;margin-top:0px;padding:50px 60px 10px 60px;float:right;display:block;width:80%;}
.four-column-equal.column-sub-header{color:#000000;font-weight:100;background-color:#ececec;line-height:1.4em;padding:0 60px 10px 60px;float:right;display:block;width:80%;}
.four-column-equal.column-description{color:#9e9e9e;line-height:1.6667em;font-size:0.9375em;background-color:#ececec;padding:20px 60px;float:right;display:block;width:80%;}
}
.footer-1st-row ul li a{font-weight:800 !important;cursor:default !important;color:#666666 !important;}
.footer-1st-row ul li a:hover{font-weight:800 !important;cursor:default !important;color:#666666 !important;}
.footer-1st-row ul li ul li a{font-weight:100 !important;cursor:pointer !important;color:#9e9e9e !important;}
.footer-1st-row ul li ul li a:hover{font-weight:100 !important;cursor:pointer !important;color:#f2a71c !important;}
ul.list li.li1, ul.list li.li2, ul.list li.li3, ul.list li.li4, ul.list li.li5{list-style: none;float:left;display:block;margin-bottom:60px;} 
ul.list li.li5{margin-bottom:10px;}
ul.list li.li1:before, ul.list li.li2:before, ul.list li.li3:before, ul.list li.li4:before, ul.list li.li5:before{
content: '';
display: block;
background-size:contain;
background-repeat:no-repeat;  
background-position: left top;
float:left;
clear:both;
height: 4.75em;
width: 3em;  
margin-right:15px;
}
ul.list li.li1:before{background-image: url('https://cdn2.hubspot.net/hubfs/540098/redesign-2016/Icons/1-grey-circle-bullet.png');}
ul.list li.li2:before{background-image: url('https://cdn2.hubspot.net/hubfs/540098/redesign-2016/Icons/2-grey-circle-bullet.png');}
ul.list li.li3:before{background-image: url('https://cdn2.hubspot.net/hubfs/540098/redesign-2016/Icons/3-grey-circle-bullet.png');}
ul.list li.li4:before{background-image: url('https://cdn2.hubspot.net/hubfs/540098/redesign-2016/Icons/4-grey-circle-bullet.png');}
ul.list li.li5:before{background-image: url('https://cdn2.hubspot.net/hubfs/540098/redesign-2016/Icons/5-grey-circle-bullet.png');}
h2.margin-modified{margin-bottom:-30px !important;}
#form-float{
position: fixed;
bottom: 35px;
right:0px;
background:#ffffef;
border:1px solid #f2a71c;
padding:20px;
}
.full-width-banner .content-module {
    padding-top: 5px;
}
#form-float h2{margin-bottom:0px;font-size:1.25em;}
.four-column-equal.four-plain, .three-column-equal.three-plain{padding:20px 20px 20px 20px;}
.ad-top-banner-content{float:left;position:relative;background-color:#26292f;}
.ad-top-banner-content .sub-content{height:100%;background-color:#26292f;}
.ad-top-banner-content h2, .ad-top-banner-content p, .ad-top-banner-content h3{color:#fff !important;}
.ad-top-banner-content h1{line-height:1.375em !important;}
.ad-top-banner-content .ad-form-holder{background:#fff;padding:20px;border:1px solid #efefef;border-radius:15px;}
.ad-top-banner-content .ad-form-holder h3{color:#f2a71c !important;}
.ad-top-banner-content .ad-form-holder .actions{margin-top:0 !important;margin-bottom:0 !important;padding:0 0 0 20px !important;}
.ad-top-banner-content .ad-form-holder .hs-form{margin-bottom:0 !important;}
.ad-navigation{width:100%;background:#f2a71c;padding:15px 0 15px 40px;}
.ad-top-banner-content .ad-form-holder .submitted-message h2, .ad-top-banner-content .ad-form-holder .submitted-message p, .ad-top-banner-content .ad-form-holder .submitted-message h3{color:#535353 !important;}
@media (max-width: 768px){
.ad-top-banner-content .two-col-custom .left-column.left-text{width:100% !important;}
.ad-top-banner-content .two-col-custom .right-column.right-text{width:100% !important;}
}
@media (min-width: 769px){
.ad-top-banner-content .two-col-custom .left-column.left-text{width:48% !important;}
.ad-top-banner-content .two-col-custom .right-column.right-text{width:48% !important;}
}
#html5-watermark {
position: absolute !important;
display:none !important;
}
.two-col-custom .right-column.right-image {
padding: 35px;
}
@media (min-width:770px) and (max-width:991px) {
.span3.widget-span.widget-type-logo.header-logo {
width: 100%;
float: left;
clear: none;
margin: 0;
padding: 20px 15px 0;
}
.span3.widget-span.widget-type-logo.header-logo #hs_cos_wrapper_module_14755907549643 {
display: block;
margin: auto;
width: 190px;
}
.span8.widget-span.widget-type-cell.nav-container {
margin: 0;
float: left;
width: 100% !important;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
float: left;
margin: 0;
display: block;
width: 100%;
text-align: center;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
float: left;
display: inline-block;
text-align: left;
vertical-align: top;
}
.banner-content {
width: 80%;
padding: 0 79px;
top: 0;
}
.span6.widget-span.widget-type-menu {
width: 50% !important;
}
.span6.widget-span.widget-type-raw_html.footer-social {
width: 50%;
float: left;
margin: 0;
}
}
@media (min-width: 661px){
.span6.widget-span.widget-type-menu, .span6.widget-span.widget-type-raw_html.footer-social {

float: left;
clear: none;
margin: 0;
}
.span6.widget-span.widget-type-menu {
  width: 60%;
}
.span6.widget-span.widget-type-raw_html.footer-social {
  width: 40%;
}
.span3.widget-span.widget-type-logo.footer-logo {
margin: 0;
}
}
@media (min-width: 770px){
.fa-bars{
display:none;
}
.span1.widget-span.widget-type-rich_text {
display: none;
}
.span8.widget-span.widget-type-cell.nav-container{
width:74.358974359%;margin: 0;
} 
}
@media screen and (max-width:600px){
.span6.widget-span.widget-type-menu, .span6.widget-span.widget-type-raw_html.footer-social {
width: 100%;
float: left;
clear: both;
margin: 0;
}
.two-col-custom.sub-content.centered {
padding: 30px 20px;
}
.footer-1st-row {
padding: 40px 0 36px !important;   
}
}
input:focus, select:focus {
    outline: none !important;
}
blockquote p:last-of-type {
        margin-bottom: 0px;
}
strong {
    font-weight: bold !important;
}
.hs_error_rollup ul {

    padding-top: 30px !important;
    display: block;
    margin: 0;

}
.fomr-container .widget-type-form .field.hs-form-field .input select {

    background-image: url('https://cdn2.hubspot.net/hubfs/540098/drop-orange.png');
    background-position: 98% 10px;
    background-repeat: no-repeat;
    background-size: 20px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;

}
.fomr-container .widget-type-form .hs-button {
	-webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;	
}
ul.hs-error-msgs.inputs-list li label {

    color: #ffffff;
    font-size: 13px;

}
.footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {

    max-width: 100%;

}
.frHeaderWrap .gloablHeaderRow.es-header-row .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-child(3), .esHeaderWrap .gloablHeaderRow.es-header-row .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-child(3) {
    width: 135px !important;
}
.frHeaderWrap .gloablHeaderRow.es-header-row .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-child(3) a, .esHeaderWrap  .gloablHeaderRow.es-header-row .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-child(3) a{
    width: 100% !important;
    text-align: left;
}
.frHeaderWrap .gloablHeaderRow.es-header-row .hs-menu-item.hs-menu-depth-1.hs-item-has-children a .ar, .esHeaderWrap .gloablHeaderRow.es-header-row .hs-menu-item.hs-menu-depth-1.hs-item-has-children a .ar {
    right: 7px;
}
.frHeaderWrap .gloablHeaderRow.es-header-row div.header-navigation div span .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-3 a, .esHeaderWrap .gloablHeaderRow.es-header-row div.header-navigation div span .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-3 a {
    white-space: inherit;
}
.frHeaderWrap .gloablHeaderRow.es-header-row div.header-navigation div span .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-3, .esHeaderWrap .gloablHeaderRow.es-header-row div.header-navigation div span .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-3 {
    width: 100%;
}
.frHeaderWrap .gloablHeaderRow.es-header-row .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-child(3) ul li:nth-child(3), .esHeaderWrap .gloablHeaderRow.es-header-row .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-child(3) ul li:nth-child(3) {
    width: 100% !important;
}
.header-container-wrapper .frHeaderWrap .gloablHeaderRow.es-header-row div.header-navigation div span .hs-menu-wrapper.hs-menu-flow-horizontal ul > li.hs-menu-depth-1:last-child a, .header-container-wrapper .esHeaderWrap .gloablHeaderRow.es-header-row div.header-navigation div span .hs-menu-wrapper.hs-menu-flow-horizontal ul > li.hs-menu-depth-1:last-child a {
    padding-right: 15px !important;
    padding-left: 15px !important;
    max-width: 190px;
} 
.header-container-wrapper .jaHeaderWrap .gloablHeaderRow.ja-header-row div.header-navigation div span .hs-menu-wrapper.hs-menu-flow-horizontal ul > li.hs-menu-depth-1:last-child a {
    padding-right: 20px !important;
    padding-left: 20px !important;
    max-width: 190px;
}
@media (min-width: 769px) {
.frHeaderWrap  .gloablHeaderRow.es-header-row .mainnav ul li a, .esHeaderWrap .gloablHeaderRow.es-header-row .mainnav ul li a {
	padding: 0 5px !important;
}
}
@media (max-width: 768px){
.frHeaderWrap .gloablHeaderRow.es-header-row div.header-navigation div span .hs-menu-wrapper.hs-menu-flow-horizontal ul > li:nth-child(3) a .ArrowMenu , .esHeaderWrap .gloablHeaderRow.es-header-row div.header-navigation div span .hs-menu-wrapper.hs-menu-flow-horizontal ul > li:nth-child(3) a .ArrowMenu {
    width: 146px !important;
    }
    .frHeaderWrap .gloablHeaderRow.es-header-row .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-child(3), .esHeaderWrap .gloablHeaderRow.es-header-row .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-child(3) {
    width: 100% !important;
}
  #en-global-header .hs-menu-wrapper.hs-menu-flow-horizontal ul > li a .ArrowMenu,
  #es-global-header .hs-menu-wrapper.hs-menu-flow-horizontal ul > li a .ArrowMenu,
  #fr-global-header .hs-menu-wrapper.hs-menu-flow-horizontal ul > li a .ArrowMenu,
  #de-global-header .hs-menu-wrapper.hs-menu-flow-horizontal ul > li a .ArrowMenu,
  #ja-global-header .hs-menu-wrapper.hs-menu-flow-horizontal ul > li a .ArrowMenu{font-size:15px !important;font-family: 'Open Sans', sans-serif !important;}
  
  #en-global-header.hs-menu-item.hs-menu-depth-1.hs-item-has-children a .ar,
  #es-global-header.hs-menu-item.hs-menu-depth-1.hs-item-has-children a .ar,
  #fr-global-header.hs-menu-item.hs-menu-depth-1.hs-item-has-children a .ar,
  #de-global-header.hs-menu-item.hs-menu-depth-1.hs-item-has-children a .ar,
  #ja-global-header.hs-menu-item.hs-menu-depth-1.hs-item-has-children a .ar{right:-5px; top:2px;}
}

@media(max-width:480px){
.addMobPaddding {
    padding: 0 30px;
}
    #en-global-header .hs-menu-wrapper.hs-menu-flow-horizontal ul > li a .ArrowMenu,
  #es-global-header .hs-menu-wrapper.hs-menu-flow-horizontal ul > li a .ArrowMenu,
  #fr-global-header .hs-menu-wrapper.hs-menu-flow-horizontal ul > li a .ArrowMenu,
  #de-global-header .hs-menu-wrapper.hs-menu-flow-horizontal ul > li a .ArrowMenu,
  #ja-global-header .hs-menu-wrapper.hs-menu-flow-horizontal ul > li a .ArrowMenu{font-size:15px !important;}
}