


/***********************************************/
/* 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: 160px;
    top: -1px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

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

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

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}




/*****************************************/
/* Start your style declarations here    */
/*****************************************/


*, *: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;
    max-width: 100%;
    overflow-x: hidden;
}
body {
    /*background: #fff;*/
    color: #5e676c;
    font-family: Arial, serif;
    font-size: 1.05em;
    line-height: 1.5;
    /*-webkit-font-smoothing: antialiased;*/
    /*-moz-osx-font-smoothing: grayscale;*/
  font-variant-ligatures: none;
}

.container-fluid .row-fluid .page-center {
    width: 100%;
    /*max-width: 62.5em;*/
    max-width:1240px;
    margin: 0 auto;
    float: none;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.container-fluid .row-fluid .page-center.page-center-medium {
    max-width: 970px;
}
.container-fluid .row-fluid .page-center.page-center-medium-small {
    max-width: 910px;
}
.container-fluid .row-fluid .page-center.page-center-small {
    max-width: 710px;
}


/* Links */
a {
    text-decoration: none!important;
    color: #0060bf;
    transition: 0.2s ease;
    letter-spacing: 0.5px;
    font-family: Arial, serif;
}
a:hover,
a:focus {
    color: #007efb;
}


img {
    height: auto;
}




/* ------ Typography ------ */

p { margin: 10px 0;
font-family: arial;
font-size:16px;
font-style:normal;
font-weight:400;}
.small-paragraph,
.small-paragraph p {
    font-size: 12px;
}
small {}
strong {font-family:Arial;}
em {}
cite {}
code {}
pre {}

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 {
    font-family: MaxComp-Bold,Arial !important;
    margin: 20px 0;
    text-rendering: optimizelegibility;
}

h1 {     font-family: MaxComp-Bold,Arial !important;
    color: #0060bf;
    font-size: 32px;
    font-weight: bold  ;
    border: none !important;
    line-height: 40px;
    margin-bottom: 10px;
    letter-spacing: 0.1pt;
    padding: 4px 0 0 0; }
h2, h2 a { font-family:MaxComp,Arial !important;font-size:24px;font-weight:bold  ;color:#76b4de;line-height:33px;letter-spacing:0.3pt;margin-bottom:20px;background-color: }
h3, h3 a {font-family:MaxComp,Arial !important;font-size:17px;font-weight:bold ;color:#76b4de;line-height:18px;letter-spacing:0.3pt;margin-bottom:0;background-color:}
h4, .h4 { font-family:MaxComp,Arial !important;font-size:14px;font-weight:bold  ;color:#76b4de;line-height:13px;letter-spacing:0.3pt;margin-bottom:0;background-color:}

h5 { 
    margin: 0 0 .4em 0;
    font-size: 1em;
    }
    
h6 { font-size: 18px;font-weight: 400; line-height: 1.2;color: #353535; }

.download-copy h5 {color: #303ab2;}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0px;
}

dt {
    font-weight: bold;
    margin: 0 0 .4em 0;
    }

dd {
    margin: 0 0 1.2em 0;
    font-size: .9em;
    color: #888;
    }

.callout {
    padding: 1em 1em .5em 1em;
    border-top: 1px solid #fcb200;
    border-bottom: 1px solid #fcb200;
    }

.important {
    font-size: 21px;
    }

.minor {
  	font-size: 85%;
  	color: #666;
		}

    .return-to-top {
        font-size: 80%;
        color: #aaa;
        }

        .return-to-top:before {
            content: "\21d1 ";
            }

.pullquote {
  border-top: .5em #eee solid;
  padding-top: 1.5em;
  font-size: 1.2em;
  line-height: 1.3;
  font-family:Arial;
  color: #303ab2;
  }

	@media (min-width:767px) { /* wide screens */
    .pullquote { margin-top: 120px; }
	}

  .pullquote:before {
    content: "\201C";
    position: absolute;
    margin-left: -.55em;
  	}

  .pullquote span:after {
    content: "\201D";
    }

.numbered-header-number {
    display: block;
    width: 50px;
    height: 50px;
    padding-top: 4px;
    border: 1px solid #419fd5;
    text-align: center;
    color: #419fd5;
    font-size: 28px;
    font-weight: bold;
    }

.feature-icon img {
  width: 80px;
            height: 80px;
            
}
    
@media (min-width:1200px) { /* ultra-wide screens */
    
    .feature-icon {
        position: relative;
        }
        
        .feature-icon img {
            display: block;
            position: absolute;
            top: 40px;
            left: 40px;
            }
    
            .feature-icon:before {
                content: "";
                display: block;
                width: 160px;
                height: 160px;
                border: 1px dashed #dedede;
                border-radius: 80px;
                background: #fff;
                }
            
    }

.caption, figcaption { /* for placement underneath images */
    padding-left: 1em;
    border-left: 2px solid #FCB200;
    font-family: Arial;
    font-size: .9em;
    color: #666;
    }


@media (max-width:600px) { /* wide screens */

}

@media (min-width:767px) { /* wide screens */

.hr-process {
  display: flex;
  align-items: top;
  position: relative;
  padding-bottom: 20px;
    margin-bottom: 10px;
  }

  .hr-process:before {
    content: "";
      display: block;
      width: 1px;
      height: 100%;
      border-left: 1px dashed #dedede;
      position: absolute;
      z-index: -1;
      left: 40px;
      top: 0;
      bottom: 100px;
  }

  .hr-process:last-of-type:before { display: none; }

  .hr-process-icon {
    margin-right: 40px;

  }

  .hr-process-icon img {
    max-width: 80px;
    padding: 0 0 10px 0;
    background: #fff;
    }



}


@media (min-width:1200px) { /* ultra-wide screens */

/* --- hr processes flow --- */

.hr-process {
  display: flex;
  align-items: center;
  }

  .hr-process:before { display: none; }

  /* icons on the left */

  .icon-left { flex-direction: row; }
  .icon-left .hr-process-desc { margin: 0 200px 0 60px; }

   /* icons on the right */

   .icon-right { flex-direction: row-reverse; }
   .icon-right .hr-process-desc { margin: 0 60px 0 220px; }

  
  .hr-process-desc :last-child { margin-bottom: 0; }

  .hr-process-icon { margin-right: 0; }
  .hr-process-icon img { padding: 0; }
  
  .hr-process-divider-ltr,
  .hr-process-divider-rtl {
    height: 1px;
    margin: 40px 80px;
    position: relative;
    border-bottom: 1px dashed #dedede;
    }

    .hr-process-divider-ltr:before,
    .hr-process-divider-ltr:after,
    .hr-process-divider-rtl:before,
    .hr-process-divider-rtl:after {
      content: "";
      display: block;
      width: 1px;
      height: 100px;
      border-left: 1px dashed #dedede;
      position: absolute;
      z-index: -1;
    }

    .hr-process-divider-ltr:before { bottom: 0; }
    .hr-process-divider-ltr:after { right: 0; }
    .hr-process-divider-rtl:before { top: 0; }
    .hr-process-divider-rtl:after { bottom: 0; right: 0; }

    }


/* schema.org styles */

.schema-org {
    margin-top: 2em;
    }

    #site-footer .schema-org { margin-top: 0; }

    #site-footer .schema-org-name { font-size: 1.4em; }

    #site-footer .schema-org a { }

.schema-org-grouping::after {
    content: "";
    display: block;
    height: 5px;
    width: 25%;
    margin: 0.9em 0 1.1em 0;
    background: #eee;
    }

    #site-footer .schema-org-grouping::after {
  
        }

.schema-org-label {
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .8em;
    font-weight: bold;
    }

.schema-person {
    margin-bottom: 60px;
    margin-right: 40px;
    }

    .schema-person h3 {
        margin-bottom: 0;
        }

        .schema-person h3 .fa-linkedin {
          background: #ccc;
          font-size: .5em;
          padding: .3em .4em;
          margin-top: .15em;
          color: #fff;
          border-radius: .3em;
         vertical-align: text-top
        }

    .schema-person [itemprop="jobTitle"] {
        margin-top: 0;
        font-weight: 600;
        }

    .schema-person img {
        width: 10em;
        border-radius: 50%;
        }

    .schema-person [itemprop="description"] {
        font-size: .9em;
        color: #888;
        }

/* table and tabular data definitions */

table.basic {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
  	border-left: 1px solid rgba(0,0,0,.15);
    }

    table.basic td,
    table.basic th {
        padding: .9em 1.1em;
        vertical-align: top;
        border-bottom: 1px solid rgba(0,0,0,.15);
        border-right: 1px solid rgba(0,0,0,.15);
        }

		table.basic .table-subhead {
      background: #eee;
			}

			table.basic .table-subhead h4 {
        margin-bottom: 0;
        font-size: 1.1em;
    		font-family: Arial;
				}

				table.feature-comparison td {
          	vertical-align: middle;
						}

    table.basic th {
        background: #eee;
        }

        table.basic th h3 { margin-bottom: 0; font-size: 1.4em; }

            table.basic th h3 b { font-weight: 800; font-size: 1.2em; }

    table.basic .row-label {
        background: #81caf3;
        font-weight: 600;
        color: #000;
        }

		table.basic .checkmark,
		table.basic .x-out {
      	padding-top: 0;
      	padding-bottom: 0;
      	vertical-align: middle;
      	text-align: center;
      	font-weight: bold;
      	font-size: 120%;
				}

        table.basic .checkmark { color: #5db73c; }
        table.basic .x-out { color: red; }

		table.basic .additional-licenses {
      	position: relative;
      	padding-left: 2em;
				}

				table.basic .additional-licenses:before {
				    content: "+";
				    position: absolute;
				    left: 1em;
          	display: inline-block;
          	color: red;
          	font-weight: bold;
						}



/* ----------------------------------
Global On-Page Modules
---------------------------------- */

/* --- focused column; use for full-width text that needs a squeeze for readability (only for wide screens) --- */

@media (min-width:767px) { /* wide screens */

    .focused-column {
        padding-left: 20%;
        padding-right: 20%;
    }

}


/* --- sibebar contextual navigation --- */

.contextual-nav a {
  display: block;
  padding: .4em .9em;
  border-bottom: 1px solid #dedede;
  font-size: 85%;
  }

  .contextual-nav a:last-of-type {
    border-bottom: none;
  	}

  .contextual-nav a:hover {
    background: rgba(0,0,0,.03);
    }
  


        /* --- inline page navigation --- */

        .inline-page-nav {
          display: flex;
          justify-content: center;
          flex-direction: column;
          list-style: none;
          text-align: center;
          }

          .inline-page-nav:before,
          .inline-page-nav:after {
            content: "";
            display: block;
            width: 100px;
            height: 2px;
            background: #ccc;
            }

            .inline-page-nav:before { margin: 0 auto 1.1em auto; }
            .inline-page-nav:after { margin: .4em auto 0 auto; }

        @media (min-width:767px) { /* wide screens */

        .inline-page-nav {
          justify-content: center;
          flex-direction: row;
          }

          .inline-page-nav:before,
          .inline-page-nav:after {
            display: none;
            }

          .inline-page-nav a {
            display: inline-block;
            padding: .2em .8em;
            border-right: 2px solid #dbdbdb;
          }

          .inline-page-nav :last-child a {
            border-right: none;
          }

        }








        /* ----------------------------------
        Page-Specific Modules
        ---------------------------------- */

        /* --- mid-makret gap diagram; partnership opportunities --- */

        .mid-market-gap {
            display: flex;
            flex-direction: column;
            align-items: stretch;
            background: #eee;
          }

            .mid-market-gap div {
              padding: 1.5em;
              }

                .mid-market-gap p {
                    margin-bottom: 0;
                    }

            .mid-market-gap .too-basic {
                background: #00adff;
                color: #fff;
                }

            .mid-market-gap .too-complex {
                background: #495375;
                color: #fff;
            }

             .mid-market-gap .point-right,
              .mid-market-gap .point-left {
                display: none;
              }

        @media (min-width:767px) {

            .mid-market-gap {
              flex-direction: row;
              }

              .mid-market-gap div {
                align-self: center;
              }

            .mid-market-gap .too-basic {
                width: 25%;
                }

            .mid-market-gap .point-right {
                width: 0;
                padding: 0;
                display: block;
                height: 0;
                border-top: 80px solid transparent;
                border-left: 20px solid #00adff;
                border-bottom: 80px solid transparent;
                align-self: center;
              }

            .mid-market-gap .just-right {
                width: 46%;
                text-align: center;
                }

            .mid-market-gap .point-left {
                width: 0;
                padding: 0;
                display: block;
                height: 0;
                border-top: 80px solid transparent;
                border-right: 20px solid #495375;
                border-bottom: 80px solid transparent;
                align-self: center;
              }

            .mid-market-gap .too-complex {
                width: 25%;
                text-align: right;
            }

        }














@media (max-width:767px) {
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 31px;
    }
}

.body-container-wrapper ul {
    padding: 0px 0px 0px 18px;
    margin: 15px 0px;
}
.body-container-wrapper ul li {
    margin-bottom: 10px;
    line-height: 1.4;
    font-family: arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.body-container-wrapper ol {
    margin-left: -15px;
}
.body-container-wrapper ol li {
    margin-bottom: 10px;
}

/* Alignment */
.text-aligncenter   {text-align: center;  }
.text-alignright    {text-align: right;   }
.text-alignleft     {text-align: left;    }
.text-alignjustify  {text-align: justify; }

@media (max-width: 767px) {
    .mb-text-aligncenter    {text-align: center;  }
    .mb-text-alignright     {text-align: right;   }
    .mb-text-alignleft      {text-align: left;    }
    .mb-text-alignjustify   {text-align: justify; }
}

/* Margin Padding */
.margin-10  {margin: 10px 0;}
.margin-20 {margin: 20px 0;}
.margin-30 {margin: 30px 0;}
.margin-40 {margin: 40px 0;}
.margin-50 {margin: 50px 0;}
.margin-60 {margin: 60px 0;}
.margin-70 {margin: 70px 0;}
.margin-80 {margin: 80px 0;}
.margin-90 {margin: 90px 0;}
.margin-100 {margin: 100px 0;}
.margin-110 {margin: 110px 0;}
.margin-120 {margin: 120px 0;}

.margin-top-10  {margin-top: 10px;}
.margin-top-20 {margin-top: 20px;}
.margin-top-30 {margin-top: 30px;}
.margin-top-40 {margin-top: 40px;}
.margin-top-50 {margin-top: 50px;}
.margin-top-60 {margin-top: 60px;}
.margin-top-70 {margin-top: 70px;}
.margin-top-80 {margin-top: 80px;}
.margin-top-90 {margin-top: 90px;}
.margin-top-100 {margin-top: 100px;}
.margin-top-110 {margin-top: 110px;}
.margin-top-120 {margin-top: 120px;}

.margin-bottom-10  {margin-bottom: 10px;}
.margin-bottom-20 {margin-bottom: 20px;}
.margin-bottom-30 {margin-bottom: 30px;}
.margin-bottom-40 {margin-bottom: 40px;}
.margin-bottom-50 {margin-bottom: 50px;}
.margin-bottom-60 {margin-bottom: 60px;}
.margin-bottom-70 {margin-bottom: 70px;}
.margin-bottom-80 {margin-bottom: 80px;}
.margin-bottom-90 {margin-bottom: 90px;}
.margin-bottom-100 {margin-bottom: 100px;}
.margin-bottom-110 {margin-bottom: 110px;}
.margin-bottom-120 {margin-bottom: 120px;}


@media (max-width: 767px) {
  .mb-margin-10  {margin: 10px 0;}
  .mb-margin-20 {margin: 20px 0;}
  .mb-margin-30 {margin: 30px 0;}
  .mb-margin-40 {margin: 40px 0;}
  .mb-margin-50 {margin: 50px 0;}
  .mb-margin-60 {margin: 60px 0;}
  .mb-margin-70 {margin: 70px 0;}
  .mb-margin-80 {margin: 80px 0;}
  .mb-margin-90 {margin: 90px 0;}
  .mb-margin-100 {margin: 100px 0;}
  .mb-margin-110 {margin: 110px 0;}
  .mb-margin-120 {margin: 120px 0;}

  .mb-margin-top-10  {margin-top: 10px;}
  .mb-margin-top-20 {margin-top: 20px;}
  .mb-margin-top-30 {margin-top: 30px;}
  .mb-margin-top-40 {margin-top: 40px;}
  .mb-margin-top-50 {margin-top: 50px;}
  .mb-margin-top-60 {margin-top: 60px;}
  .mb-margin-top-70 {margin-top: 70px;}
  .mb-margin-top-80 {margin-top: 80px;}
  .mb-margin-top-90 {margin-top: 90px;}
  .mb-margin-top-100 {margin-top: 100px;}
  .mb-margin-top-110 {margin-top: 110px;}
  .mb-margin-top-120 {margin-top: 120px;}

  .mb-margin-bottom-10  {margin-bottom: 10px;}
  .mb-margin-bottom-20 {margin-bottom: 20px;}
  .mb-margin-bottom-30 {margin-bottom: 30px;}
  .mb-margin-bottom-40 {margin-bottom: 40px;}
  .mb-margin-bottom-50 {margin-bottom: 50px;}
  .mb-margin-bottom-60 {margin-bottom: 60px;}
  .mb-margin-bottom-70 {margin-bottom: 70px;}
  .mb-margin-bottom-80 {margin-bottom: 80px;}
  .mb-margin-bottom-90 {margin-bottom: 90px;}
  .mb-margin-bottom-100 {margin-bottom: 100px;}
  .mb-margin-bottom-110 {margin-bottom: 110px;}
  .mb-margin-bottom-120 {margin-bottom: 120px;}
}
.padding-10  {padding: 10px 0;}
.padding-20 {padding: 20px 0;}
.padding-30 {padding: 30px 0;}
.padding-40 {padding: 40px 0;}
.padding-50 {padding: 50px 0;}
.padding-60 {padding: 60px 0;}
.padding-70 {padding: 70px 0;}
.padding-80 {padding: 80px 0;}
.padding-90 {padding: 90px 0;}
.padding-100 {padding: 100px 0;}
.padding-110 {padding: 110px 0;}
.padding-120 {padding: 120px 0;}

.padding-top-10  {padding-top: 10px;}
.padding-top-20 {padding-top: 20px;}
.padding-top-30 {padding-top: 30px;}
.padding-top-40 {padding-top: 40px;}
.padding-top-50 {padding-top: 50px;}
.padding-top-60 {padding-top: 60px;}
.padding-top-70 {padding-top: 70px;}
.padding-top-80 {padding-top: 80px;}
.padding-top-90 {padding-top: 90px;}
.padding-top-100 {padding-top: 100px;}
.padding-top-110 {padding-top: 110px;}
.padding-top-120 {padding-top: 120px;}

.padding-bottom-10  {padding-bottom: 10px;}
.padding-bottom-20 {padding-bottom: 20px;}
.padding-bottom-30 {padding-bottom: 30px;}
.padding-bottom-40 {padding-bottom: 40px;}
.padding-bottom-50 {padding-bottom: 50px;}
.padding-bottom-60 {padding-bottom: 60px;}
.padding-bottom-70 {padding-bottom: 70px;}
.padding-bottom-80 {padding-bottom: 80px;}
.padding-bottom-90 {padding-bottom: 90px;}
.padding-bottom-100 {padding-bottom: 100px;}
.padding-bottom-110 {padding-bottom: 110px;}
.padding-bottom-120 {padding-bottom: 120px;}

.padding-left-20 {padding-left:20px;}
.padding-left-40 {padding-left:40px;}
.padding-left-60 {padding-left:60px;}

.padding-right-40 {padding-right:40px;}

@media (max-width: 767px) {
  .mb-padding-10  {padding: 10px 0;}
  .mb-padding-20 {padding: 20px 0;}
  .mb-padding-30 {padding: 30px 0;}
  .mb-padding-40 {padding: 40px 0;}
  .mb-padding-50 {padding: 50px 0;}
  .mb-padding-60 {padding: 60px 0;}
  .mb-padding-70 {padding: 70px 0;}
  .mb-padding-80 {padding: 80px 0;}
  .mb-padding-90 {padding: 90px 0;}
  .mb-padding-100 {padding: 100px 0;}
  .mb-padding-110 {padding: 110px 0;}
  .mb-padding-120 {padding: 120px 0;}

  .mb-padding-top-10  {padding-top: 10px;}
  .mb-padding-top-20 {padding-top: 20px;}
  .mb-padding-top-30 {padding-top: 30px;}
  .mb-padding-top-40 {padding-top: 40px;}
  .mb-padding-top-50 {padding-top: 50px;}
  .mb-padding-top-60 {padding-top: 60px;}
  .mb-padding-top-70 {padding-top: 70px;}
  .mb-padding-top-80 {padding-top: 80px;}
  .mb-padding-top-90 {padding-top: 90px;}
  .mb-padding-top-100 {padding-top: 100px;}
  .mb-padding-top-110 {padding-top: 110px;}
  .mb-padding-top-120 {padding-top: 120px;}

  .mb-padding-bottom-10  {padding-bottom: 10px;}
  .mb-padding-bottom-20 {padding-bottom: 20px;}
  .mb-padding-bottom-30 {padding-bottom: 30px;}
  .mb-padding-bottom-40 {padding-bottom: 40px;}
  .mb-padding-bottom-50 {padding-bottom: 50px;}
  .mb-padding-bottom-60 {padding-bottom: 60px;}
  .mb-padding-bottom-70 {padding-bottom: 70px;}
  .mb-padding-bottom-80 {padding-bottom: 80px;}
  .mb-padding-bottom-90 {padding-bottom: 90px;}
  .mb-padding-bottom-100 {padding-bottom: 100px;}
  .mb-padding-bottom-110 {padding-bottom: 110px;}
  .mb-padding-bottom-120 {padding-bottom: 120px;}

  .padding-left-20,.padding-left-40,.padding-left-60 {padding-left:0;}
  
  .padding-right-40 {padding-right:0;}
}

/* Hero Banner */
.hero-banner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    
}

		@media (min-width:1020px) {
      .hero-banner { background-position: center; }
		}

.hero-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 1;
}
.hero-banner .page-center {
    position: relative;
    z-index: 2;
}
.hero-image {
    display: none;
}


/* ---
 * Kinetic Solutions Homepage Hero Banner
 --- */
 
.hero-kinetic h2 {
  font-size: 1.4em;
	}

.hero-banner .btn { /* negates gold button stuff */
	padding: .2em 0;
	margin: 0 0 0 0;
	background: none;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid rgba(73,83,117,.3);
	color: #495375 !important;
	}

	.hero-banner .btn:hover,
	.hero-banner .btn:focus {
	  border: none;
	  border-bottom: 1px solid #fff;
	  background: #fff;
	  padding: .2em .5em;
	 }



/* Display */
.display-none {
    display: none!important;
}
@media (min-width:768px) {
  .desktop-display-none {
    display: none!important;
  }
}
@media (max-width:767px) {
  .mb-display-none {
    display: none!important;
  }
}

/* Vertical Align */
@media (min-width:768px) {
  .vertical-aligncenter > .row-fluid-wrapper > .row-fluid {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

/* Hero Banner */
.hero-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: 0 0;
}

		@media (min-width:700px) {
      .hero-banner { background-position: 60% 0; }
      .hero-kinetic { width: 50% !important; }
		}

		@media (min-width:1020px) {
      .hero-banner { background-position: center; }
		}


.hero-image {
    display: none!important;
}

/* Color */
.color-white,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white p,
.color-white li {
    color: #fff;
}
.color-grey,
.color-grey h1,
.color-grey h2,
.color-grey h3,
.color-grey h4,
.color-grey h5,
.color-grey h6,
.color-grey p,
.color-grey li {
    color: #353535;
}
.color-lightblue,
.color-lightblue h1,
.color-lightblue h2,
.color-lightblue h3,
.color-lightblue h4,
.color-lightblue h5,
.color-lightblue h6,
.color-lightblue p,
.color-lightblue li {
    color: #81caf3;
}
.color-darkblue,
.color-darkblue h1,
.color-darkblue h2,
.color-darkblue h2 a,
.color-darkblue h3,
.color-darkblue h4,
.color-darkblue h5,
.color-darkblue h6,
.color-darkblue p,
.color-darkblue li {
    color: #303ab2;
}

/* Bg */
.bg-lightgrey {
    background: #f7f7f7;
}
.bg-lightblue {
    background: #81caf3;
}
.bg-blue {
    background: #00adff;
}
/*.image-shadow img {
    -webkit-box-shadow: 4px 6px 4px -2px rgba(0,0,0,0.25);
    -moz-box-shadow: 4px 6px 4px -2px rgba(0,0,0,0.25);
    box-shadow: 4px 6px 4px -2px rgba(0,0,0,0.25);
}*/



/* Simple Nav */
.widget-type-simple_menu .hs-menu-wrapper > ul {
    padding: 0px;
}
.widget-type-simple_menu .hs-menu-wrapper > ul > li > a {
    padding: 0px;
    font-size: 18px;
    margin: 0px 0px 15px;
    font-weight: 500;
    color: #00adff;
}
.widget-type-simple_menu .hs-menu-wrapper > ul > li > a:hover {
     color: #00457F;
}
 
 
 
 
 /* =========================================================
 *
 * Form
 *
 * ===================================================== */

/* Form Field */
body .hs-form-field { margin-bottom: 15px; }



.hs-field-desc { /* legend / helper text */
    margin-bottom: 5px;
    font-size: .8em;
    color: #9e9e9e;
    }

label {
    display: inline-block;
    font-size: .85em;
    margin-bottom: 5px;
    font-family:Arial;
    color: #495375;
    }
    
    label span.hs-form-required {
        display: inline-block;
        margin-left: .15em;
        color: #ff574a;
        }



body form.hs-form fieldset {
    max-width: 100%;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="date"],
body input[type="month"],
body input[type="time"],
body input[type="week"],
body input[type="number"],
body input[type="email"],
body input[type="url"],
body input[type="search"],
body input[type="tel"],
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    width: 100%;
    display: block;
    height: auto;
    padding: .4em .6em;
    font: .9em/1.4 Arial;
    color: #000;
    background-color: #f9f9f9;
    background-image: none;
    border: 1px solid #d2d2d2;
    }

body input[type="text"]:focus,
body input[type="password"]:focus,
body input[type="datetime"]:focus,
body input[type="datetime-local"]:focus,
body input[type="date"]:focus,
body input[type="month"]:focus,
body input[type="time"]:focus,
body input[type="week"]:focus,
body input[type="number"]:focus,
body input[type="email"]:focus,
body input[type="url"]:focus,
body input[type="search"]:focus,
body input[type="tel"]:focus,
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
    border-color: #333;
    background: #ecf3f9;
}

body .widget-type-form h3.form-title {
    text-align: left;
    /*font-size: 36px;*/
    /*font-weight: 300;*/
    line-height: 1.22;
    color: #76b4de;
    margin-bottom:25px;
  letter-spacing:0;
}
body .form-aligned-left h3.form-title {
    text-align: left;
}
body form.hs-form .hs_submit {
    /*text-align: center;*/
}

.hs-form-booleancheckbox-display {
  position: relative;
  }

  .hs-form-booleancheckbox-display input.hs-input {
   position: absolute;
    left: 0;
    top: .15em;
  }

  .hs-form-booleancheckbox-display span:first-of-type {
  
    padding-left: 1.5em;

  }

/* --- gold button --- */

.btn,
.smooth-scroll,
input[type="submit"] {
	display: inline-block;
	width: auto;
	padding: .7em 1.3em;
	margin: 8px 0 0 0;
	background: #0060bf;
	border: 1px solid #fff;
	border-radius: 2px;
	font: 1em Arial, sans-serif;
	color: #fff!important;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	}

	.btn:focus,
	.smooth-scroll:focus,
	input[type="submit"]:focus {
		/*border: 1px dashed #00adff;
		background: rgba(255,157,0,.2);
		color: #419fd5!important;
		outline: none;*/
		}

	.btn:hover,
	.smooth-scroll:hover,
	input[type="submit"]:hover {
			opacity:0.7;
}



form.hs-form ul.hs-error-msgs {
    margin: 5px 0px 0px;
    }

    form.hs-form ul.hs-error-msgs label {
        font-size: .8em;
        font-family: Arial;
        color: #ff574a;
        }
    

@media (max-width: 767px) {
    body input[type="submit"] {
        display: block;
        width: 100%;
    }
}
@media (min-width: 401px) {
    body form.hs-form fieldset > .hs-form-field:last-child > div {
        margin-right: 0px;
    }
}
@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
    body form.hs-form .form-columns-2 .hs-form-field .hs-input,
    body form.hs-form .form-columns-3 .hs-form-field .hs-input {
        width: 100%;
    }
    body form.hs-form .hs_submit .actions {
        padding-right: 8px;
    }
}

/* Separate Styles for Multiple Line Inputs */
body textarea {
    min-height: 145px;
}
body textarea:focus {}

/* Separate Styles for Drop Downs */
body select {}
body select:focus {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form fieldset.form-columns-1 .hs-input {
    width: 100%;
}

body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}

/* Required */
body input:focus:required:invalid,
body textarea:focus:required:invalid,
body select:focus:required:invalid {}

body input:focus:required:invalid:focus,
body textarea:focus:required:invalid:focus,
body select:focus:required:invalid:focus {}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}



/* Form Grey */
.form-grey {
    position: relative;
    background: #ececec ;
    padding-left: 45px;
    padding-right: 45px;
}

@media (min-width:768px) {
    .form-grey:before {
        content: "";
        position: absolute;
        left: 100%;
        top: 0;
        width: 999999px;
        height: 100%;
        /*background: #ececec ;*/
    }
}
@media (max-width:767px) {
    .form-grey {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* =========================================================
 *
 * Header and Footer
 *
 * ===================================================== */

/* ------
 * Header
 * ----------------- */
.header-container-wrapper,
.header-container {
    min-height: 0px;
}

.header-container-wrapper .row-fluid [class*="span"] {
    min-height: 0px;
}


/* ------
 *Top Header
 * ----------------- */
#top-header {
    background: #fff;
  padding:20px 1.313em;
}

#top-header .hs-menu-wrapper ul li a {
    color: #353535;
    white-space: initial;
    overflow: visible;
    width: auto;
    max-width: none;
    font-size: 12px;
    padding: 14px 12px 10px 12px;
    margin: 0px;
}
#top-header .hs-menu-wrapper ul li a:hover {
    color:#fff;
}
#top-header .hs-menu-wrapper > ul {
    float: right;
}

#top-header .hs-menu-wrapper > ul > li:nth-last-child(2) > a:before {
    content: '\f0ac';
    font-family: 'FontAwesome';
    color: #fff;
    padding-right: 3px;

}

#top-header .hs-menu-wrapper > ul > li:nth-last-child(2) > a:hover:before {color:#81caf3;}

#top-header .hs-menu-wrapper > ul > li:last-child > a {
    position: relative;
    background: #419fd5;
    font-weight: bold;
    font-size:16px;
    padding:9px 12px;
    color: #fff;
}
#top-header .hs-menu-wrapper > ul > li:last-child > a:hover {
    color:#353535;
}
#top-header .hs-menu-wrapper > ul > li:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
    background: #f7f7f7;
    z-index: 99;
    left: 2px;
    /*box-shadow: 0px 0px 1px #303ab2;*/
    min-width: 10em;
}
#top-header .hs-menu-wrapper > ul > li ul a {
    padding: 8px 10px 5px 10px;
    color: #303ab2;
    text-align: left;
    border-bottom: 1px solid #f7f7f7;
}

#top-header .hs-menu-wrapper > ul > li ul a:hover {color:#353535;}

/*@media (min-width:768px) {
    #top-header .hs-menu-wrapper > ul > li:last-child > a:after {
        content: "";
        position: absolute;
        left: 100%;
        top: 0;
        width: 999999px;
        height: 100%;
        background: #419fd5;
    }
  
  #top-header {
    background: #fff;
  padding:inherit;
}*/
}
@media (max-width:767px) {
    #top-header .hs-menu-wrapper > ul {
        text-align: center;
    }
    #top-header .hs-menu-wrapper > ul > li {
        display: inline-block;
        width: auto;
    }
    #top-header .hs-menu-wrapper ul li a {
        padding: 5px 10px;
    }
}

/* ------
 * Header
 * ----------------- */
#header {
    position: relative;
    padding: 17px 0 10px;
    background: #fff;
    border-bottom: 2px solid #dcdcdc;
    z-index: 10!important;
}
.fixit #header {position: absolute; width: 100%; position: absolute; top: 0;}
.header-spacer {position: relative; width: 100%; top: 0; float: left;}
#header.new-fixed {position: fixed; top: 0; width: 100%;}

#header .widget-type-linked_image img {
    width: 230px!important;
}

.sticky-wrapper .widget-type-linked_image {
    padding-bottom:10px;
}
@media (min-width:851px) {
  
    #header .main-nav {
     
      background-color: #fff;
    background-image: url(https://www.kardex.com//typo3conf/ext/theme_kardex/Resources/Public/img/main_navi.gif);
    background-repeat: repeat-x;
    display: block !important;
    height: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
    }

    /* Level 1 */
    #header .main-nav .hs-menu-wrapper > ul {
        float: left;
    }
    #header .main-nav .hs-menu-wrapper > ul > li {
        margin: 0px;
    }
    #header .main-nav .hs-menu-wrapper > ul > li > a {
        color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    background: url(https://www.kardex.com/typo3conf/ext/theme_kardex/Resources/Public/img/main_navi.gif) repeat-x;
    display: block;
    line-heigth: 15px;
    padding: 0px 20px 0px 5px;
    border-right: 1px solid #fff;
    line-height: 1.1rem;
    }
        #header .main-nav .hs-menu-wrapper > ul > li.active > a,
        #header .main-nav .hs-menu-wrapper > ul > li > a:hover {
                background: url(https://www.kardex.com/typo3conf/ext/theme_kardex/Resources/Public/img/main_navi-over.gif) repeat-x;
        }

    /* Level 2 */
    #header .main-nav .hs-menu-wrapper > ul > li .hs-menu-children-wrapper {
         position: absolute;
    padding: 0px 0px 0px 0px;
    background: none;
    z-index: 999;
    background-color: #fff;
    border: 1px solid #dedede;
    }
    #header .main-nav .hs-menu-wrapper > ul > li .hs-menu-children-wrapper a {
        color: #002e60;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    background: none;
    display: block !important;
    height: auto !important;
    background: none;
    padding: 3px 5px 3px 5px;
    border: none;
    margin: 0;
    }
        #header .main-nav .hs-menu-wrapper > ul > li .hs-menu-children-wrapper li.active a,
        #header .main-nav .hs-menu-wrapper > ul > li .hs-menu-children-wrapper a:hover {
           color: #778A00;
    background-image: none !important;
        }

}
@media (min-width:851px) and (max-width:1060px) {
    #header .main-nav .hs-menu-wrapper > ul > li > a {
        font-size: 11px;
        padding: 10px 5px;
    }
}
@media (max-width: 850px) {
    #header {padding: 20px 0px;}
}

@media (max-width:767px) {
    #header {padding: 10px 0px;}
    sticky-wrapper {height:auto!important;}
}

/* Search */
.header-search {
    position: relative;
}
.header-search-trigger {
    text-align: right;
    padding: 10px 0px;
}
.header-search-trigger i {
    cursor: pointer;
    margin-top:10px;
}
.header-search-float {
    position: absolute;
    right: 0;
    top: 100%;
    width: 300px!important;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
    z-index: 5;
}
.header-search-float form .input {
    position: relative;
}
.header-search-float form a.hs-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    line-height: 48px;
    text-align: center;
}
@media (max-width:850px) {
    .header-search {
        display: none!important;
    }
}

.search-subtext {font-size: 13px; line-height: 1.05em; margin-top: 5px; text-decoration: underline;}

.header-search-float .google-search-wrap form a.hs-button {font-size: 0px;}
.header-search-float .google-search-wrap form a.hs-button:before {content: "\f002";font-family: 'FontAwesome';font-size: 16px;}

/* ------
 * Site Footer
 * ----------------- */
#site-footer {
  border-top:1px solid #c2cfd1;
    padding: 20px 0px;
   
}

/* Links */
.site-footer-links {

}
.site-footer-links .hs-menu-wrapper > ul {
    margin: 0px;
    padding: 0px;
}
.site-footer-links .hs-menu-wrapper > ul > li > a {
    font-size: 12px;
    padding: 0px;
    margin-bottom: 15px;
    color: #fff;
}
.site-footer-links .hs-menu-wrapper > ul > li > a:hover {
   color: #00457F;
}
/* Social Links */
.social-links {
    padding: 0px;
    margin: 0px;
}
.social-links li {
    display: inline-block;
    margin-right: 10px;
    list-style: none;
}
.social-links li a {
    color: #00adff;
}
.social-links li a i {

}

.footer-certifications {
    margin-top: 20px;
    }

    .footer-certifications a {
        float: left;
        width: 80px;
        margin: 30px 30px 0 0;
        }

    .footer-certifications img {
        display: block;
        }

/* Detail */
#site-footer .site-footer-detail {
    font-size: 12px;
}


/* ------
 * Footer
 * ----------------- */
#footer {
    padding: 10px 0px;

    font-size: 0.750rem;
    color: #6e7e84;
    border-top: none;
}


/* =========================================================
 *
 * Custom Modules
 *
 * ===================================================== */
/* ------
 * Testimonial
 * ----------------- */
/*.docuware-testimonial-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.container-fluid .docuware-testimonial-section .page-center {
    max-width: 62.5em;
}
.docuware-testimonial-section h4 {
    position: relative;
    margin: 0px 0px 25px;
}
.docuware-testimonial-section h4:before,
.docuware-testimonial-section h4:after {
    content: "";
    position: absolute;
    top: 0;
    width: 40px;
    height: 32px;
    background-size: 40px 32px;
    background-position: center;
    background-repeat: no-repeat;
}
.docuware-testimonial-section h4:before {
    left: -50px;
    background-image: url(https://de.info.docuware.com/hubfs/Docuware_Oct2017/icons/quote-01.png?t=1530782125813);
}
.docuware-testimonial-section h4:after {
    right: -50px;
    background-image: url(https://de.info.docuware.com/hubfs/Docuware_Oct2017/icons/quote-02.png?t=1530782125813);
}
.docuware-testimonial-section p {
    margin: 0px;
    font-size: 14px;
}
.docuware-testimonial-section a {
    font-weight: bold;
    font-size: 14px;
}
@media (max-width:900px) {
    .docuware-testimonial-section h4 {
        padding: 0px 50px;
    }
    .docuware-testimonial-section h4:before {
        left: 0px;
    }
    .docuware-testimonial-section h4:after {
        right: 0px;
    }
}
@media (max-width:767px) {
    .docuware-testimonial-section h4 {
        padding: 0px 0px;
    }
    .docuware-testimonial-section h4:before,
    .docuware-testimonial-section h4:after {
        display: none;
    }
}*/

/* V02 */
/*.container-fluid .docuware-testimonial-section-v02 .page-center {
    max-width: 970px;
}
.docuware-testimonial-section-v02 h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
}
.docuware-testimonial-section-v02 h4:before,
.docuware-testimonial-section-v02 h4:after {
    display: none;
}*/


/* ------
 * AddOn Table
 * ----------------- */
/*.docuware-addon-table {
    text-align: center;
}
.docuware-addon-table h3 {
    color: #fff;
    padding: 20px 10px;
    margin: 0px 0px 24px;
    font-weight: 300;
    font-size: 36px;
    background: #303ab2;
}
.docuware-addon-table > div ul {
    padding: 0px;
    margin: 0px;
}
.docuware-addon-table > div ul li {
    list-style: none;
    background: #f7f7f7;
    color: #dedede;
    padding: 12px 10px;
    font-size: 21px;
    margin: 0px 0px 14px;
}
@media (max-width:950px) {
    .docuware-addon-table h3 {
        font-size: 28px;
    }
    .docuware-addon-table > div ul li {
        font-size: 16px;
    }
}*/


/* ------
 *  2Col Image Text
 * ----------------- */
/*.docuware-2col-img-text {
    position: relative;
}
.docuware-2col-img-text .main-content {
    padding: 75px 0px;
}
@media (min-width:768px) {
    .docuware-2col-img-text .main-image {
        position: absolute;
        left: 0;
        top: 0;
        width: 40%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .docuware-2col-img-text .main-image img {
        display: none;
    }
}
@media (min-width:1900px) {
    .docuware-2col-img-text .page-center {
        position: relative;
    }
    .docuware-2col-img-text .main-image {
        left: auto;
        right: 63%;
        min-width: 700px;
        width: 700px;
    }
}
@media (max-width:767px) {
    .docuware-2col-img-text .main-image {
        background: none!important;
    }
    .docuware-2col-img-text .main-image img {
        /* width: 100%; */
        display: none; /* hide in smaller screens */

/*    }
    .docuware-2col-img-text .main-content {
        padding: 40px 0px;
    }
}*/

/* ------
 *  2Col Image Text V2
 * ----------------- */
/*.docuware-2col-img-text-v2 {
    position: relative;
    border-top:2px solid #f7f7f7;
    border-bottom:2px solid #f7f7f7;
}
.docuware-2col-img-text-v2 .page-center {
    position:;
}
.docuware-2col-img-text-v2 .main-content {
    padding: 75px 0px;
}
.docuware-2col-img-text-v2 .col-left-content .left-content > *:first-child {
    margin-top: 0px;
}
.docuware-2col-img-text-v2 h5 {
    margin: 5px 0px;
}
@media (min-width:768px) {
    .docuware-2col-img-text-v2 .col-left-content {
        position: relative;
        height: auto;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #f7f7f7;
    }
    .docuware-2col-img-text-v2 .page-center > .row-fluid > .span5 {
        position: relative;
        background: #f7f7f7;
    }
    .docuware-2col-img-text-v2 .col-left-content .left-content {
        padding: 40px;
    }
    .docuware-2col-img-text-v2 .main-image {
        position: relative;
        width: 100%;
        height: 240px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .docuware-2col-img-text-v2 .main-image img {
        display: none;
    }
    .docuware-2col-img-text-v2 .main-content {
        padding-left: 20px;
    }
}
@media (max-width:767px) {
    .docuware-2col-img-text-v2 .main-image {
        background: none!important;
    }
    .docuware-2col-img-text-v2 .main-image img {
        width: 100%;
    }
    .docuware-2col-img-text-v2 .main-content {
        padding: 20px 0px;
    }
    .docuware-2col-img-text-v2 .col-left-content .left-content {
        padding: 20px;
    }
}*/


/* ------
 *  HR SOlutions
 * ----------------- */
/*.docuware-hr-solutions {
    padding: 55px 0px;
}
.docuware-hr-solutions h3 {
    margin: 0px 0px 20px;
    color: #303ab2;
    font-weight: 600;
}
.docuware-hr-solutions .page-center > div > .span8 > h3 span {
    color: #9e0066;
}
.docuware-hr-solutions h5 {
    color: #9e0066;
}*/

/* ------
 *  Icon Text
 * ----------------- */
/*.docuware-icon-text {

}
.docuware-icon-text > div {
    text-align: center;
}
.docuware-icon-text img {
    margin-bottom: 20px;
}
.docuware-icon-text h4 {
    margin: 0px 0px 10px;
    color: #303ab2;
}*/

/* ------
 *  Platform Steps
 * ----------------- */
/*.docuware-platform-step {
    position: relative;
}
.docuware-platform-step > div {
    width: 35px;
    height: 35px;
    margin: auto;
    border-radius: 100%;
    background: #f7f7f7;
    border: 2px solid #00adff;
    transition: 0.2s ease;
}
    .docuware-platform-step:hover > div {
        background: #419fd5;
    }
.docuware-platform-step h4 {
    margin: 40px 0px 10px;
    font-size: 1.2em;
    color: #419fd5;
}
.docuware-platform-step p {
    margin: 0;
    font-size: .85em;
}
@media (max-width:767px) {
    .docuware-platform-step h4 {
        margin: 10px 0px;
    }
}
*/
/* ------
 *  Plans
 * ----------------- */
/*.docuware-plans > p {
    margin: 0px 0px 20px;
}
.docuware-plans > div > h3 {
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 20px 10px;
    text-align: center;
}
.docuware-plans > div > div ul {
    margin: 0px;
    padding: 0px;
    background: #f7f7f7;
}
.docuware-plans > div > div ul li {
    position: relative;
    list-style: none;
    padding: 17px 10px;
    margin: 0px;
    font-weight: 600;
}
.docuware-plans > div > div ul li:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80%;
    height: 1px;
    background: #fff;
}
.docuware-plans > div > div ul li:last-child:after {
    display: none;
}*/

/* ------
 *  Explore Assets (white papers, webinars, etc)
 * ----------------- */

*.explore-asset {
    margin-bottom: 45px;
		}

		.explore-asset-type-icon {
        display: inline-block;
        margin: 0 0 .5em 0;
        padding: .4em 1em;
        font-size: 55%;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: .1em;
        text-align: center;
        background: #dedede;
        color: rgba(0,0,0,.6);
  			}

				.explore-asset-type-icon:hover { color: rgba(0,0,0,.6); }
				.explore-asset-type-icon.white-paper { background: rgba(73,83,117,.1); }
				.explore-asset-type-icon.presentation { background: rgba(0,173,255,.2); }
				.explore-asset-type-icon.webinar { background: rgba(93,183,60,.2); }

/* ------
 *  App with Links
 * ----------------- */
/*.docuware-app-links {

}
.docuware-app-links h2 {
    margin: 0px 0px 15px;
}
.docuware-app-links > div a {
    margin-right: 10px;
}
.docuware-app-links p {
    margin: 15px 0px 0px;
}
@media (max-width:767px) {
    .docuware-app-links {
        margin-bottom: 30px;
    }
}*/


/* ------
 *  Product History
 * ----------------- */
/*.docuware-product-history .docuware-product-history-top {
    width: 680px;
    max-width: 100%;
    background: #f7f7f7;
    padding: 30px;
    margin: 0 auto 55px;
}

.docuware-product-history .docuware-product-history-bottom {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    text-align: center;
}
.docuware-product-history .docuware-product-history-bottom:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 100%;
    height: 2px;
    background: #00adff;
}
.docuware-product-history .docuware-product-history-bottom > div {
    position: relative;
    padding-top: 64px;
    text-align: center;
    font-size: 21px;
    transition: 0.2s ease;
    color: #303ab2;
    cursor: pointer;
}
    .docuware-product-history .docuware-product-history-bottom > div.active,
    .docuware-product-history .docuware-product-history-bottom > div:hover {
        color: #00adff;
    }
.docuware-product-history .docuware-product-history-bottom > div:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 2px solid #00adff;
    background: #fff;
    transition: 0.2s ease;
}
.docuware-product-history .docuware-product-history-bottom > div:first-child:before {
    right: auto;
    margin: 0;
}
.docuware-product-history .docuware-product-history-bottom > div:last-child:before {
    left: auto;
    margin: 0;
}
    .docuware-product-history .docuware-product-history-bottom > div.active:before,
    .docuware-product-history .docuware-product-history-bottom > div:hover:before {
        background: #00adff;
    }
@media (max-width:767px) {
    .docuware-product-history .docuware-product-history-top > div > div {
        display: inline-block!important;
        width: 100%;
        margin-bottom: 15px;
    }
}*/

/* =========================================================
 *
 * Main Styling
 *
 * ===================================================== */

/* ------
 * Homepage
 * ----------------- */

/* Banner */
.home-banner h1 {
    font-size: 72px;
    font-size: 4em;
    color: #303ab2;
    line-height: 1;
}

.hero-banner:not(.home-banner) h1 {color: #00adff;}

.home-banner h1 span {
    font-family: Arial;
    /*color: #00adff;*/
    /*color: #353535;*/
}
@media (max-width:767px) {
    .home-banner h1 {
        font-size: 45px;
    }
}

/* 2 col */
.home-2col-wrapper .home-2col {
    padding: 80px 50px;
}
@media (min-width:768px) {
    .home-2col-wrapper .page-center > .row-fluid-wrapper > .row-fluid > .span5 {
        width: 40%;
        margin: 0px;
    }
    .home-2col-wrapper .page-center > .row-fluid-wrapper > .row-fluid > .span7 {
        width: 60%;
        margin: 0px;
    }
}
@media (max-width:767px) {
    .home-2col-wrapper .home-2col {
        padding: 40px 20px;
    }
}

/* Clients Logo */

.clients-logo > div {
    padding: 0px 15px;
}
@media (min-width:768px) {
    .clients-logo {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important;
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important;
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important;
    }
}
@media (max-width:767px) {
    .clients-logo {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important;
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important;
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important;
    }
    .clients-logo > div {
        -ms-flex-preferred-size: 23%!important;
        flex-basis: 23%!important;
        margin: 1%;
    }
}


/* Recent Posts */
.recent-posts-box {

}
.recent-posts-box h3 {
    margin: 0px;
    color: #303ab2;
    font-weight: 600;
}
.recent-posts-box .post-title {
    margin: 0px;
    color: #303ab2;
    font-weight: 600;
}
.recent-posts-box p.post-detail {
    font-size: 14px;
}
.large-recent-posts-box .post-title {
    font-size: 21px;
}
@media (max-width:767px) {
    .recent-posts-box img {
        margin-bottom: 10px;
    }
}

/* ------
 * Office Locations Page
 * ----------------- */
.office-locations h4 {
    color: #00adff;
}

/* ------
 * Certifications Page
 * ----------------- */
.certification-logos > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.certification-logos > span > div {
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
    margin: 1%;
}
@media (max-width:767px) {
    .certification-logos > span > div {
        -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
    }
}
@media (max-width:480px) {
    .certification-logos > span > div {
        -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
    }
}



/* ------
 * Focus HR
 * ----------------- */
.modern-hr-system > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
.modern-hr-system > span > div {
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
    margin: 0px 1% 60px;
}
.modern-hr-system > span:after {
    content: "";
    width: 31%;
    margin: 0px 1% 60px;
}
@media (max-width:800px) {
    .modern-hr-system > span > div {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    }
    .modern-hr-system > span:after {
        width: 48%;
        margin: 0px 1% 60px;
    }
}
@media (max-width:480px) {
    .modern-hr-system > span > div {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0px 0 30px;
    }
    .modern-hr-system > span:after {
        display: none;
    }
}


/* ------
 * Move to Cloud Page
 * ----------------- */
/*.docuware-cloud-supports .page-center {
    position: relative;
}
@media (min-width:768px) {
    .docuware-cloud-supports .page-center:before {
        content: "";
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
        margin: auto;
        width: 75%;
        height: 1px;
        z-index: -1;
        background-image: linear-gradient(to right, #dedede 33%, rgba(255,255,255,0) 0%);
        background-position: bottom;
        background-size: 3px 1px;
        background-repeat: repeat-x;
    }
}*/


/* -------------------------------
Section Maps 
------------------------------- */

.section-map {
    display: flex;
    position: relative;
    justify-content: space-evenly;
    }

    .section-map:before { /* background line */
        content: "";
        position: absolute;
        z-index: 0;
        left: 0;
        top: 34px;
        right: 0;
        margin: auto;
        width: 85%;
        height: 1px;
        background: #aaa;
        }

		.section-map-step {
        font-size: 80%;
        padding: 20px .75em 0 .75em;
        flex-grow: 1;
        flex-basis: 2em;
      	color: #353535;
        }

				.section-map-step h4 { font-size: 110%; }

				.section-map-step:hover { color: #353535; }

				.section-map-step.active .section-map-indicator {
            background: #419fd5;
            border-color: #fff;
            }

        .section-map .section-map-indicator {
            display: block;
            position: relative;
            width: 2em;
            height: 2em;
            margin: 0 auto;
            border-radius: 3em;
            border: 1px solid #aaa;
            background: #fff;
            }

            .section-map :hover .section-map-indicator {
              	background: #303ab2;
              	border-color: #fff;
            		}


/* ------
 * Platform Cloud Page
 * ----------------- */
.platform-steps-wrapper { /* REPLACE WITH SECTION MAPS AND DELETE */
    position: relative;
}
@media (min-width:768px) {
    .platform-steps-wrapper:before {
        content: "";
        position: absolute;
        left: 0;
        top: 16px;
        right: 0;
        margin: auto;
        width: 85%;
        height: 2px;
        background: #00adff;
    }
}


/* ------
 * Platform  Page
 * ----------------- */
.cm-platforms {

}
.cm-platforms h4 {
    color: #303ab2;
}
.cm-platforms p {
    color: #353535;
}
.cm-platforms a.active > div {
    position: relative;
    background: #81caf3;
}
.cm-platforms a.active > div:before {
    content: "\f105";
    font-family: fontawesome;
    font-size: 23px;
    color: #fff;
    line-height: 30px;
    display: none;
}

@media (max-width:768px) { /* reduce size in small screens */
 .cm-platforms h4 {
    font-size: 1em;
  }
 .cm-platforms p {
  font-size: .8em;
 }
}


/* ------
 * The Platform Parent  Page
 * ----------------- */
.advantages-header {
    color: #fff;
    padding: 25px 10px;
    text-align: center;
    background: #419fd5;
    margin-bottom: 15px;
}
.advantages-header h4 {
    margin: 0px;
    font-weight: bold;
    font-size: 21px;
    color: #fff;
}
.advantages-content {

}
.advantages-content p strong {
    color: #303ab2;
}

/* ------
 * About
 * ----------------- */
.recent-posts-wrapper .recent-posts {
    margin: 0px 0px 10px;
}
.recent-posts-wrapper .recent-posts-title {

}
.recent-posts-wrapper .recent-posts-detail {
    margin: 0px;
    font-size: 14px;
}
@media (min-width:768px) {
    .about-recent-posts-section {
        border-left: 1px solid #dcdcdc;
        padding-left: 30px;
    }
}

/* ------
 * Glossary
 * ----------------- */
@media (min-width:768px) {
    .glossary-content {
        padding-left: 60px;
        border-left: 1px solid #dcdcdc;
    }
}

.glossary-sidebar .hs-menu-wrapper ul li a {
    white-space: initial;
    overflow: initial;
    width: auto;
    max-width: 100%;
    font-size: 18px;
    margin: 0px;
}
.glossary-sidebar .hs-menu-wrapper ul li.active a {
    color: #419fd5;
}

/* ------
 * Blog
 * ----------------- */

.blog-top-nav {

}
.blog-top-nav .hs-menu-wrapper {

}
.blog-top-nav .hs-menu-wrapper > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 0px;
    margin: 0px;
}
.blog-top-nav .hs-menu-wrapper > ul > li {
    margin: 5px 9px;
}
.blog-top-nav .hs-menu-wrapper > ul > li > a {
    white-space: initial;
    width: auto;
    max-width: none;
    min-width: none;
    overflow: visible;
    background: #f7f7f7;
    color: #00adff;
    padding: 10px;
    transition: 0.2s ease;
}
    .blog-top-nav .hs-menu-wrapper > ul > li > a:hover,
    .blog-top-nav .hs-menu-wrapper > ul > li.active > a {
        background: #00adff;
        color: #fff;
    }

/* Featured Post */
.blog-featured-post {
    background: #f7f7f7;
}
.blog-featured-post img {
    width: 100%;
}
.blog-featured-post .blog-featured-post-content {
    padding: 20px 20px 30px;
}
.blog-featured-post h4 {
    color: #81caf3;
    text-transform: uppercase;
}
.blog-featured-post h2 {
    font-weight: 500;
}
.blog-featured-post h2 a {
    color: #303ab2;
}
.blog-featured-post a {
    font-weight: 500;
}
@media (min-width:768px) {
    .blog-featured-post .blog-featured-post-img {
        display: inline-block;
        width: 100%;
        height: 250px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .blog-featured-post .blog-featured-post-img img {
        display: none;
    }
}
@media (max-width:767px) {
    .blog-featured-post .blog-featured-post-img {
        background: none!important;
        height: auto;
    }
    .blog-featured-post .blog-featured-post-img img {
        width: 100%;
    }
}

/* Listing */
.post-listing {
}
.post-listing .post-item {
    display: inline-block;
    float: left;
    width: 31%;
    margin: 1%;
    background: #f7f7f7;
}

.blw_50 .post-listing .post-item {width: 48%;}

.post-listing .post-item .hs-featured-image-wrapper {
    display: inline-block;
    width: 100%;
    height: 180px;
    margin: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.post-listing .post-item .hs-featured-image-wrapper img {
    max-width: 100%;
    width: 100%;
    margin: 0px;
}
.post-listing .post-item .post-body {
    padding: 20px 25px;
}
.post-listing .post-item .post-body > h4 {
    margin: 0px 0px 20px;
}
.post-listing .post-item .post-body > h4 a {
    color: #303ab2;
}
.post-listing .post-item .post-body #hubspot-author_data {
    margin: 0px 0px 10px;
}
.post-listing .post-item .post-body > a {
    font-weight: 600;
    margin-top: 20px;
}

.custom-back-link {font-weight: bold; margin-bottom: 15px;}
.blog-pagination {margin-top: 20px; clear: both; text-align: center;}
.blog-pagination > div {display: inline-block; color: #00adff;}
.blog-pagination > div a {color: #00adff; }
.blog-pagination > div a:hover {color: #419fd5;}
.blog-pagination .blog-pagination-center a {font-size: 15px; display: inline-block; height: 25px; line-height: 25px; background-color: transparent; }
.blog-pagination .blog-pagination-center a:hover {color: #419fd5;}
.blog-pagination .blog-pagination-center a.active {width: 25px; text-align: center; background-color: #419fd5; color: #FFF;}

@media (min-width:768px) {
    .post-listing .post-item .hs-featured-image-wrapper img {
        display: none!important;
    }
}
@media (max-width:767px) {
    .post-listing .post-item {
        width: 48%;
    }
    .post-listing .post-item .hs-featured-image-wrapper {
        height: auto;
        background: none;
    }
}
@media (max-width:480px) {
    .blw_50 .post-listing .post-item,
    .post-listing .post-item {
        width: 100%;
        margin: 0px 0px 20px;
    }
}

/* Author */
.post-listing .jscroll-added .hs-author-profile,
.post-listing .jscroll-added .hs-author-listing-header {
    display: none;
}
.hs-author-listing-header {margin-top: 15px;}

/* Post */
.blog-post-wrapper .post-featured-image {
    margin-bottom: 60px;
}
.blog-post-wrapper .post-header h1 {
    margin: 0px 0px 20px;
}
.blody-post-wrapper #hubspot-author_data {
    margin: 0px 0px 20px;
}
.body-post-wrapper .hs_cos_wrapper_type_blog_social_sharing {
    display: inline-block;
    width: 100%;
    margin: 0px 0px 20px;
}
.blog-post-wrapper .post-body {
    display: inline-block;
    width: 100%;
}


/* Post Comment */
.widget-type-blog_comments {

}
.widget-type-blog_comments .hs_submit {
    text-align: left!important;
}

/* All */


/* Sidebar - Subscribe */
.blog-sidebar .widget-type-blog_subscribe {
    text-align: left;
    margin-bottom: 30px;
}
.blog-sidebar .custom-blog-title h3,
.blog-sidebar .widget-type-blog_subscribe h3 {
    text-align: left;
    color: #353535;
    margin-bottom: 5px;
}
.blog-sidebar .widget-type-blog_subscribe h3 {display: none;}
.blog-sidebar .widget-type-blog_subscribe .hs_submit {
    text-align: left;
}


/* Sidebar -Topics */
.widget-type-post_filter {
    margin-bottom: 30px;
}
.widget-type-post_filter h3 {
    margin: 0px 0px 10px;
    color: #353535;
}
.widget-type-post_filter ul {
    margin: 0px;
    padding: 0px;
}
.widget-type-post_filter ul li {
    margin: 0px 0px 4px;
    list-style: none;
}
.widget-type-post_filter ul li a {
    margin: 0;
    padding: 0px;
    color: #00adff;
}

/* Sidebar - Recent */
.widget-type-rss_listing {
    margin-bottom: 30px;
}
.widget-type-rss_listing h3 {
    margin: 0px 0px 10px;
    color: #353535;
}
.widget-type-rss_listing ul {
    margin: 0px;
    padding: 0px;
}
.widget-type-rss_listing ul li {
    margin: 0px 0px 4px;
    list-style: none;
}
.widget-type-rss_listing ul li a {
    margin: 0;
    padding: 0px;
    color: #00adff;
}

.author__left {float: left; width: 150px;}
.author__right {float: left; width: calc(100% - 170px); margin-left: 20px;}

@media (max-width: 585px) {
    .author__left {float: left; width: 100%;}
    .author__right {float: left; width: 100% margin-left: =0px;}
}


/* ------
 * News
 * ----------------- */
.news-top-nav .hs-menu-wrapper {

}
.news-top-nav .hs-menu-wrapper > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 0px;
    margin: 0px;
}
.news-top-nav .hs-menu-wrapper > ul > li {
    margin: 5px 9px;
}
.news-top-nav .hs-menu-wrapper > ul > li > a {
    white-space: initial;
    width: auto;
    max-width: none;
    min-width: 200px;
    overflow: visible;
    color: #303ab2;
    padding: 10px 30px;
    border: 3px solid #303ab2;
    font-weight: 600;
}
    .news-top-nav .hs-menu-wrapper > ul > li > a:hover {
        background: #303ab2;
        color: #fff;
    }
.news-top-nav .hs-menu-wrapper > ul > li:last-child > a {
    color: #00adff;
    border-color: #00adff;
}
    .news-top-nav .hs-menu-wrapper > ul > li:last-child > a:hover {
        background: #00adff;
        color: #fff;
    }

/* Listing */
body.news .post-listing .post-item {
    border-top: 39px solid #303ab2;
}
body.news .post-listing .post-item .post-body > h4 {
    font-size: 28px;
}
body.news .post-listing .post-item.topic-press-articles {
    border-top: 39px solid #00adff;
}
body.news .post-listing .post-item.topic-press-articles .post-body > h4,
body.news .post-listing .post-item.topic-press-articles .post-body > a.more-link {
    color: #00adff;
}

/* Post */
body.news .blog-post-wrapper {
    width: 800px;
    max-width: 100%;
    margin: auto;
}
body.news .blog-post-wrapper .post-header > h4 {
    margin: 0px 0px 10px;
    color: #00adff;
    font-size: 36px;
}


/* Author */

/* All */


/* ==========================================================================
   System Pages
   ========================================================================== */

/* 404 */
.system-google-search {

}
.system-google-search .hs-button {
    display: inline-block;
    width: auto;
    padding: 8px 18px;
    margin-top: 8px;
    border-radius: 40px;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #fff;
    background: #419fd5;
    color: #fff;
    cursor: pointer;
}
    .system-google-search .hs-button:hover {
        background: #fff;
        color: #419fd5;
        border: 2px solid #419fd5;
    }

/* 500 */

/* Password */
.widget-type-password_prompt input[type="password"] {
    padding: 14px 12px;
    height: auto!important;
    border: 1px solid #d2d2d2!important;
}

/* Emails */



/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:851px) {
      .custom-menu-primary .hs-menu-wrapper {
          display:block !important;
      }
  }




/* ==========================================================================
   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.
 */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@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 .hs-menu-wrapper {display: none;}
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    /*display: block;*/
    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
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 10px;          /* Position Button at right of screen  */
    right: 20px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #419fd5;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #419fd5;
  }
  /*.mobile-trigger:hover{
    text-decoration: none;*/ /* Removes link text underline on button */
   /* color:#ffffff;
    background-color: #e3601a;
    border-color: transparent;
  }*/

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #419fd5;
    border-color: transparent;
  }


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

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #419fd5; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* Icon color */
  }


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

  .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: 45px !important; /* Button height */
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }


  /* Menu Styles on Mobile Devices
     ========================================================================== */

   .custom-menu-primary.js-enabled{
   }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .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-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
    margin-top: 45px;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #419fd5; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

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

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > 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-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > 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-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > 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-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


/* =========================================================
 *
 * Plugins
 *
 * ===================================================== */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
    outline: none!important;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/* Slider
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}
 */
/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('https://cdn2.hubspot.net/hubfs/2913743/SandCounty_April2017/fonts/slick/slick.eot?t=1530782125813');
    src: url('https://cdn2.hubspot.net/hubfs/2913743/SandCounty_April2017/fonts/slick/slick.eot?t=1530782125813#iefix') format('embedded-opentype'), url('https://cdn2.hubspot.net/hubfs/2913743/SandCounty_April2017/fonts/slick/slick.woff?t=1530782125813') format('woff'), url('https://cdn2.hubspot.net/hubfs/2913743/SandCounty_April2017/fonts/slick/slick.ttf?t=1530782125813') format('truetype'), url('https://cdn2.hubspot.net/hubfs/2913743/SandCounty_April2017/fonts/slick/slick.svg?t=1530782125813#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/**** Resource Center *****/
.type-title {text-align: center; padding-bottom: 30px;}
.type-title h2 {}


.resource-listing {font-size: 0px;}
.resource-listing .resource-item {font-size: 18px; text-align: center; margin-bottom: 60px; margin-right: 30px;}
.resource-listing .resource-item .resource-image img {width: 100%; border: 1px solid #dedede;}
.resource-listing .resource-item .resource-description {}
.resource-listing .resource-item a.btn.resource-link {width: 90%;}
.webinar-tag {padding: 30px 10px; background-color: #00adff; color: #fcb200; text-align: center;}
.webinar-tag i {font-size: 60px; display: inline-block;}

@media (min-width: 1026px) {
    .resource-listing .resource-item {width: calc(25% - 22.5px); display: inline-block;}
    .resource-listing .resource-item:nth-child(4n + 4) {margin-right: 0px;}

}

@media (min-width: 769px) and (max-width: 1025px) {
    .resource-listing .resource-item {width: calc(33% - 22.5px); display: inline-block;}
    .resource-listing .resource-item:nth-child(3n + 3) {margin-right: 0px;}
    .type-title {text-align: center; padding-bottom: 10px;}

}


@media (min-width: 586px) and (max-width: 768px) {
    .resource-listing .resource-item {width: calc(50% - 22.5px); display: inline-block;}
    .resource-listing .resource-item:nth-child(2n + 2) {margin-right: 0px;}

}

@media (max-width: 585px) {
    .resource-listing .resource-item {width: 100%; display: inline-block; margin-right: 0;}
}



@media (min-width: 768px) {
    .vertical-aligncenter.inline-block-modules>.row-fluid-wrapper>.row-fluid {display: block!important;}
    .inline-block-modules {text-align: center;}
    .inline-block-modules .row-fluid .widget-span {
        float: none!important;
        display: inline-block;
        width: auto;
        margin-left: 0;
        padding-left: 10px;
        padding-right: 10px;
        vertical-align: middle;
    }
    .inline-block-modules h4 {margin-bottom: 0!important; margin-top: 10px;}
    .inline-block-modules .row-fluid .margin-top-20 {margin-top: 0!important;}
}



 /******* Calculator ********/
.calc-input-wrap {margin: 0;}
.calc-buttons {text-align: center;}
.calc-button {
  display: inline-block;
  white-space: initial;
  width: auto;
  max-width: none;
  min-width: none;
  overflow: visible;
  background: #f7f7f7;
  color: #00adff;
  padding: 10px;
  transition: .2s ease;
  font-size: 18px;
  margin: 0 0 15px;
  font-weight: 500;
  cursor: pointer;
}
.calc-button:hover {background: #00adff; color: #fff;}

.calc-input-wrap__header {text-align: center;}

.calc-input-wrap__subheader {text-align: center; font-size: 24px;background-color: #00adff; color: #fff; padding: 12px;}
.calc-input-wrap__subheader__col_lg {float: left; width: calc(50% - 30px);}
.calc-input-wrap__subheader__col_sm {width: 60px; float: left;}

.calc-input-wrap__section__header {padding: 15px; margin-bottom: 15px; font-size: 20px;background: #f7f7f7;color: #00adff;}

.calc-input-wrap__section {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  margin-bottom: 25px;
  padding-bottom: 15px;
}

.calc-input-wrap__section__card {width: calc(50% - 30px); float: left;}
.calc-input-wrap__section__card:last-child {margin-right: 0; float: right;}
.calc-input-wrap__section__card .mobile-header {display: none;}

.calc-form-field {padding: 0 15px; font-size: 0px; margin-bottom: 12px;}
.calc-form-field label {width: calc(60% - 25px); display: inline-block; vertical-align: top; font-size: 16px;}
.calc-form-field input {width: calc(35% - 25px); display: inline-block; vertical-align: top; font-size: 16px;}
.calc-form-field span {width: 50px; display: inline-block; vertical-align: top; font-size: 12px; text-align:center;}

.annual-table table, .annual-table tbody, .annual-table thead, .annual-table tr, .annual-table td {display: block;}
.annual-table tr {width: 100%;font-size: 0px;}
.annual-table tr td {display: inline-block; vertical-align: top; width: 8%; font-size: 13px; text-align: center;}
.annual-table tr td:first-child {width: 20%; text-align: left;}
.annual-table tr.table-section-header td {width: 100%;}
.annual-table thead tr td {font-size: 12px;}

.table-section-wrap {display: none;}
.annual-table {float: left; width: 48%; margin: 30px 1%;}
.annual-table .table-title {text-align: center; background-color: #00adff; color: #fff; font-size: 28px; padding: 12px 8px;}
.annual-table table {}
.annual-table table td {padding: 3px;}
tr.table-section-header { font-size: 20px;background: #f7f7f7;color: #00adff;}

.calculator-lower-section .calculator-lower-section__left,
.calculator-lower-section .calculator-lower-section__right {width: 48.5%; float: left; margin-right: 3%;}
.calculator-lower-section .calculator-lower-section__right {margin-right: 0;}

.calculator-lower-section {position: absolute; bottom: 0; visibility: hidden; opacity: 0;}
.calculator-lower-section.visibile {position: static; visibility: visible; opacity: 1;}

@media (max-width: 1200px) {
  .annual-table {float: left; width: 100%; margin: 30px 0;}
}

@media (max-width: 767px) {
  .calc-input-wrap__subheader {display: none;}
  .calc-input-wrap__section__card {width: 100%;}
  .calc-input-wrap__section__header {margin-bottom: 0;}
  .calc-input-wrap__section__card .mobile-header {display: block;background-color: #00adff;color: #fff;padding: 12px;font-size: 20px;}
  .calc-form-field,.calc-text {margin-bottom: 0; padding: 12px 15px;}

  .annual-table td:not(:first-child):not(:last-child) {display: none;}
  .annual-table tr td:first-child,
  .annual-table tr td:last-child {width: 50%;}

    .calculator-lower-section .calculator-lower-section__left,
    .calculator-lower-section .calculator-lower-section__right {width: 100%; margin: 0 0 20px;}
}

/***** Case Study Listing *****/
.cs-filters {}
/*https://cdn2.hubspot.net/hubfs/388534/Case%20Studies/dd-arrow.png 21 x 11*/
.cs-filters__header {text-align: center; margin-bottom: 35px; color: #4b4b4b; font-size: 32px;}

.cs-filters__wrap {}
.cs-filters__wrap form {font-size: 0px;}
.cs-filters__wrap form fieldset {
	display: inline-block;
  padding: 0;
  margin: 0;  
  width: calc(25% - 40px);
  margin: 0 20px 20px;
	border: none;
  font-size: 16px;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}


.cs-filters__wrap .filter-placeholder,
.cs-filters__wrap form fieldset select {
	background: rgba(0,173,255,.25);
	border: 1px solid rgba(0,173,255,0);
  color: rgba(0,173,255,1);
  background-image: url(https://cdn2.hubspot.net/hubfs/388534/Case%20Studies/dd-arrow.png?t=1536547895938);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  background-size: 21px 11px;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  font: 1.1em;
  border-radius: 0;
  height: 43px;
  line-height: 43px;
  width: 100%; 
  padding: 0 30px
	}

	.cs-filters__wrap .filter-placeholder:focus,
	.cs-filters__wrap .filter-placeholder:hover,
	.cs-filters__wrap form fieldset select:focus,
	.cs-filters__wrap form fieldset select:hover {
        border: 1px solid rgba(0,173,255,1);
		}

.button-dropdown {
	position: absolute;
  top: 43px;
  background-color: #00adff;
  border: 1px solid #00adff;
  width: 100%;
  display: none;  
  z-index: 1;
  max-height: 211px;
  overflow-y: auto;
}

.button-dropdown button {
  -webkit-appearance: none;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 8px 12px;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  background-color: transparent;
}

	.button-dropdown button:hover,
  .button-dropdown button:focus {
    background-color: #495375;
		}

.button-dropdown button:last-child {border-bottom: 0px;}
.negative-wrap {margin-left: -20px; margin-right: -20px;}
.case-study-listing { font-size: 0px; margin-top: 80px;}
.case-study-item {
	background-color: rgba(206, 206, 206, 0.25);
  width: calc(25% - 40px);
  margin: 0 20px 40px;
  border: 1px solid #cecece;
  display: inline-block;
}
.case-study-item__top {background-color: #fff; text-align: center; padding: 12px; transition: .25s;}
.case-study-item:hover .case-study-item__top {background-color: transparent;}
.case-study-item__top img {vertical-align: middle;}

.case-study-item__bottom {padding: 12px 20px; font-size: 13px; color: #4b4b4b;}
.case-study-item__bottom > div {}
.case-study-item__bottom__topics {margin-top: 15px;}
.case-study-item__bottom__topics strong {}


/* --- case study tile --- */

.case-study_tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
	}

  .case-study_tile {
    display: block;
    margin: 20px;
    padding: 15px 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #cecece;
    max-width: 300px;
    font-size: 80%;
    color: #000;
    }

		.case-study_tile:hover {
      color: #000;
      background: rgba(0,0,0,.03);
      border-color: #00adff;
			}

  .case-study_tile_logo {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    }

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


/* --- case study results pagination nav --- */

.mixitup-page-list {
  text-align: center; 
  margin: 60px 15%;
  padding: 1em;
  border: 1px solid rgba(0,173,255,.25);
  background: rgba(0,173,255,.05);
	}

    .mixitup-page-list button {
      display: inline-block;
      margin: 5px 2px;
      -webkit-appearance: none;
      border: none;
      padding: .15em .45em;
      font: 1.4em;
      color: #00adff;
      background: rgba(0,173,255,.3);
      border: 1px solid rgba(0,173,255,0);
      cursor: pointer;
      }

      .mixitup-page-list button:hover {
        border: 1px solid rgba(0,173,255,1);
      	}

	.mixitup-page-list button.mixitup-control-active {
	  background: #fff;
	  border: 1px solid rgba(0,173,255,1);
	  color: #4b4b4b;
	  }

@media (max-width: 1025px) {
	.cs-filters__wrap form fieldset,
  .case-study-item {width: calc(50% - 40px);}
}

@media (max-width: 767px) {
  .negative-wrap {margin: 0;}
	.cs-filters__wrap form fieldset,
  .case-study-item {width: 100%; margin: 0 0 30px;}
}


/* ---------------------------- 
Case Study - Individual Post 
---------------------------- */

.case-study_hero {
  position: relative; 
  height: 300px;
  background-size: cover;
  background-position: center center;
	}

   .case-study_hero_industry {
    position: absolute;
    background-color: #9e9e9e;
    color: #dedede;
    top: 0;
    padding: .6em 1.2em;
    text-transform: uppercase;
    letter-spacing: .05em;
    }

	.case-study_hero_logo {
    background-color: #fff;
    display: inline-block;
    padding: 20px;
    border: 1px solid #cecece;
    position: absolute;
    bottom: -50px;
  	max-width: 400px;
		}





.case-study_meta-topics {
  border-bottom: .5em #eee solid;
  padding: 0 0 1.5em 0;
  margin-top: .5em;
  font-size: 85%;
  }

	.case-study_meta-topics img {
    display: block;
    margin-bottom: 1.5em;
		}

  .case-study_meta-topics_category {
    margin: 1em 0 .3em 0;
    letter-spacing: .03em;
    color: #777;
    
    }

  .case-study_meta-topics_data span {
    color: #303ab2;
    }

    .case-study_meta-topics_data i {
      display: inline-block;
      padding: 0 .4em 0 0;
      }


/*
 * .cs-intro {}
.cs-intro__top {}
.cs-intro__bottom {}
.cs-intro__bottom__left {float: left; width: calc(100% - 310px);}
.cs-intro__bottom__right {float: left; width: 290px; margin-left: 20px;}
.cs-topic-box {width: 290px; background-color: #fff; border: 1px solid #cecece; padding: 15px 20px 7px 20px; margin-top: 17px;}
.cs-topic-box__item { margin-bottom: 8px; font-size: 0px;}
.cs-topic-box__item > div {font-size: 18px; display: inline-block; margin-right: 7px;}
.cs-topic-box__item span {color: #0089cf; display: inline-block; font-size: 18px;}
.cs-topic-box__item > i {display: inline-block; font-size: 18px;color: #0089cf; margin-right: 4px;}
*/

.cs-demo-cta {text-align: center;}
.cs-demo-cta a.cta_button {font-size: 30px;}

.cs-related {}
.cs-related h3 {text-align: center; padding-bottom: 30px; color: #4b4b4b;}

a.absolute-link {position: absolute;top: 0; left: 0;width: 100%;height: 100%;}

@media (max-width: 992px) {
  .cs-hero {height: 250px;}
}

@media (max-width: 767px) {
	.cs-intro__bottom__left {float: left; width: 100%;}
	.cs-intro__bottom__right {float: left; width: 100%; margin-left: 0px;}
}

.legal-consent-container .hs-richtext {
font-size:11px !important;
}
.legal-consent-container p{
font-size:11px !important;	
}

.image-flex > span > div {
    margin-bottom: 25px;
}

.hs-form-booleancheckbox-display span {
    /*padding-left: 2em !important;*/
    font-size: 11px;
    color: #5e676c;
}

/* Kardex Remstar MLog Landing Pages */

.remstar-mlog-lp body,
.remstar-mlog-lp h1,
.remstar-mlog-lp h2, 
.remstar-mlog-lp h3,
.remstar-mlog-lp h4,
.remstar-mlog-lp p,
.remstar-mlog-lp li {font-family:Arial, sans-serif!important;}

.remstar-mlog-lp .widget-type-form h3.form-title {color:#0060bf;font-size:22px;}

/***** Logo Spacing *****/
  .hs-landing-page .custom-header-logo {
  padding: 20px 0px;
  }

/*.hs-landing-page div.hs_cos_wrapper_type_social_sharing {
  display:none; 
}*/

.hs-landing-page h3.form-title {
    font-family: MaxComp,Arial !important;
    font-size: 24px;
    font-weight: bold;
    color: #76b4de;
    line-height: 33px;
    letter-spacing: 0.3pt;
    margin-bottom: 20px;
padding-top:4px;
}

