/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */



@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 700;
  src: url("//cdn2.hubspot.net/hubfs/2486402/Shippabo_September2018/Font/ProximaNova-Semibold.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/2486402/Shippabo_September2018/Font/ProximaNova-Semibold.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/2486402/Shippabo_September2018/Font/ProximaNova-Semibold.ttf") format("truetype");
}


@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 300;
  src: url("//cdn2.hubspot.net/hubfs/2486402/Shippabo_September2018/Font/ProximaNova-Light.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/2486402/Shippabo_September2018/Font/ProximaNova-Light.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/2486402/Shippabo_September2018/Font/ProximaNova-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 500;
  src: url("//cdn2.hubspot.net/hubfs/2486402/Shippabo_September2018/Font/ProximaNova-Regular.eot");
  src: url("//cdn2.hubspot.net/hubfs/2486402/Shippabo_September2018/Font/ProximaNova-Regular.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/2486402/Shippabo_September2018/Font/ProximaNova-Regular.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/2486402/Shippabo_September2018/Font/ProximaNova-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Proxima Nova';
  font-style: italic;
  font-weight: 300;
  src: url("//cdn2.hubspot.net/hubfs/2486402/Shippabo_September2018/Font/ProximaNova-LightIt.eot");
  src: url("//cdn2.hubspot.net/hubfs/2486402/Shippabo_September2018/Font/ProximaNova-LightIt.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/2486402/Shippabo_September2018/Font/ProximaNova-LightIt.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/2486402/Shippabo_September2018/Font/ProximaNova-LightIt.ttf") format("truetype");
}
@font-face {
  font-family: 'Proxima Nova';
  font-style: italic;
  font-weight: 100;
  src: url("//cdn2.hubspot.net/hubfs/2486402/Shippabo_September2018/Font/ProximaNova-ThinIt.eot");
  src: url("//cdn2.hubspot.net/hubfs/2486402/Shippabo_September2018/Font/ProximaNova-ThinIt.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/2486402/Shippabo_September2018/Font/ProximaNova-ThinIt.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/2486402/Shippabo_September2018/Font/ProximaNova-ThinIt.ttf") format("truetype");
}
/* EX: @import url('http://example.com/example_style.css'); */

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
    max-width: 100%;
    height: auto;
}

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
    padding: 0; 
}

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
  top:32px;
  }
  
  
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

/* 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; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

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

.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; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*, *: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;
} 
html{
  background-color: #fbfbfb;
  color: rgba(0, 0, 0, 0.71);
  font-family: 'Proxima Nova';
  font-size: 18px;
  font-weight: 300;
  height: 100%;
  line-height: 1.5;
}
body {
  background-color: #fbfbfb;
  color: rgba(0, 0, 0, 0.71);
  font-family: 'Proxima Nova',sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1080px;
  margin: 0 auto;
}

/* Highlighted Text 
::-moz-selection {
color: #fff;
background:#3399FF;
text-shadow: none;
}
::selection {
color: #fff;
background:#3399FF;
text-shadow: none;
}
*/

/* =============== Typography =============== */

/* Basic text */
p {
  margin:0 0 18px 0;
} 
p:last-child {
  margin-bottom: 0;
}
small {}
strong {}
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 */
.post-header h2 a,h1, h2, h3, h4, h5, h6 {
  margin:0;
  color: rgba(0, 0, 0, 0.71);
  font-weight: 300;
  line-height: 1.125;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.post-header h2 a,h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}
.post-header h2 a{
  text-decoration:none;
}
h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}
h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}
h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}
h6 {
  font-size: 1em;
  margin-bottom: 1em;
}

/* Anchor Links */
a { color: #00f; }
a:hover, a:focus { color: #00f; }
b, strong {
  font-weight: bolder;
}
/* Lists */
ul {
  list-style: disc outside;
  margin-left: 1.5em;
  margin-top: 1em;
  padding:0;
  margin-bottom:0;
}
ul ul, ul ol, ol ol, ol ul {}
li {}


/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */
.header-group.for-lp .custom-header {
  padding-bottom: 13px;
}

/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}
.body-container .page-center{
  padding:40px 20px;
}
/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.custom-header {
  padding: 16px 0 1px;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.015), 0 1px 10px 0 rgba(0, 0, 0, 0.01);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.015), 0 1px 10px 0 rgba(0, 0, 0, 0.01);
  left: 0;
  position: fixed;
  top: 0;
  width: 100% !important;
  z-index: 100;
  min-height: 71px !important;
}
.header-group {
  position: relative;
}
.custom-logo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 20px;
  margin: 0 !important;
}

.logo-icon {
  display: block;
  margin-right: 19px;
  width: 40px;
  float: left;
  position: relative;
  top: -1px;
}
.main-logo {
  display: block;
  margin-top: 8px;
  width: 120px;
  POSITION: RELATIVE;
  float: left;
  left: 1px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .main-logo {
    width: 118px;
    left: 2px;
  }
}
.banner-image {
  height: 80vh;
  max-height: 800px !important;
  min-height: 600px !important;
  position: relative;
  padding: 40px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  display: -ms-flexbox;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  /* display: flex; */
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -ms-flex: 1;
  flex: 1;
  background-color: #000;
}
.error-template p:last-child,.password-template p:last-child,.subscription-template p:last-child{
  margin-bottom:18px;
}
.banner-button {
  text-shadow: none;
}
.banner-page-center{
  margin:0 auto;
  max-width: 800px; 
}
.banner-text {
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
  padding-top:231px;
}
.banner-text h1{
  color: #fff;
  font-size:36px;
  line-height:40.5px;
  font-weight: 700;
  position: relative;
  margin:0 0 18px 0;
}
.banner-text p{
  color: #fff; 
  font-size:18px;
  line-height:17px;
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-footer {
  background-color: #005e79;
  padding: 10px;
  color: #fff;
}
.custom-footer .page-center{
  max-width:100% !important;
}
.custom-footer h5{
  font-weight: 300;
  line-height: 1.125;
  color: #77c3e5;
  font-size:20.25px;
  margin:0 0 17.998px;
}
.custom-footer a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.custom-footer a:hover {
  color: #e6e6e6;
}
.custom-footer address {
  font-style: normal;
}
.footer-wrapper {
}
.footer-address {
  display: block;
  box-sizing: border-box;
  padding: 20px;
  width: 25% !important;
  margin-left: 16.666666666666668% !important;
}
.footer-link-wrapper {
  width: 58.333333333333336% !important;
  margin: 0 !important;
  display: block;
  box-sizing: border-box;
  padding: 0;
}
.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  max-width: 550px;
}
.footer-link-col {
  width: 33.333333333333336%;
  margin: 0 !important;
  display: block;
  box-sizing: border-box;
  padding: 20px;
}
b, strong {
  font-weight: bolder;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
.custom-menu-primary {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 0.85rem;
  padding-right: 20px;
  margin: 0 !important;
  float:right!important;
}
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{

}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-height: none;
  font-size:15.3px;
  max-width: none;
  color: #595959;
  padding: 0.5em 15px 0.4em;
  text-decoration: none;
  white-space: nowrap;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: #8c8c8c;
}
.nav-bar__separator {
  background: #8c8c8c;
  display: block;
  height: 38px;
  width: 1px;
  float: left;
}
/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

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



@media (max-width: 1199px) {
  .footer-address {
    width: 33% !important;
    margin-left: 8.333333333333334% !important;
  }
  .custom-footer a {
    white-space: nowrap;
  }
}

@media screen and (min-width:960px) {
  .mobile-header {
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child a{
    background-color: #4cb0dd;
    border: 0;
    color: #fff;
    border-radius: 4px;
    line-height: 32px;
    position: relative;
    top: -4px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child a:hover{
    background-color: #279bcf;
    color: #fff;
  }
  .span6.widget-span.widget-type-raw_html.mobile-icon {
    display: none !important;
  }
  .enterprise .about-hero {
    padding-top: 200px;
  }
}


@media screen and (max-width:959px) {


  .mobile-icon {
    color: #2e6a7f;
    font-size: 30.6px;
    margin-right: 16px;
    margin: 0 16px 0 0 !important;
    width: auto !important;
    float: right !important;
    position: relative;
    top: -1px;
    cursor:pointer;
  }
  .mobile-menu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-height: none;
    max-width: none;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
    background-color: #fbfbfb;
    -webkit-box-shadow: 100 250px rgba(0, 0, 0, 0.06);
    box-shadow: 100 250px rgba(0, 0, 0, 0.06);
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin: 0 auto;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 0 !important;
    z-index: 99;
  }
  .menu-open .mobile-menu{
    width: 50% !important;
    max-width: 35% !important;
  }
  .logo-icon {
    margin: 4px 14px 4px 16px;
    width: 36px;
  }
  .main-logo {
    margin-top: 12px;
    width: 100px;
  }
  .mobile-header {
    padding: 7px 0 4px;
    background-color: #fff;
    border-bottom: none;
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.015), 0 1px 10px 0 rgba(0, 0, 0, 0.01);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.015), 0 1px 10px 0 rgba(0, 0, 0, 0.01);
    left: 0;
    position: fixed;
    top: 0;
    width: 100% !important;
    z-index: 100;
    box-shadow: 5px 1px 0 0 transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 3px 1px -2px rgba(0, 0, 0, 0.07);
  }
  .header-group {
    position: relative;
  }
  .custom-logo {
    padding-left: 0px;
  }

  .close-menu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-height: none;
    max-width: none;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 36px;
    margin: 0 16px;
    cursor: pointer;
  }
  .footer-address {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .footer-link-wrapper {
    width: 100% !important;
  }
  .footer-link {
    max-width: 100% !important;
  }
  .footer-link-col {
    width: 100% !important;
  }
  .custom-footer {
    font-size: 22.5px;
  }
  .custom-footer a {
    font-size: 22.5px;
  }
  .custom-footer h5 {
    font-size: 25.3125px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-height: none;
    max-width: none;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: rgba(0, 0, 0, 0.71);
    display: block;
    font-size: 16px;
    padding: 8px 0 8px 5%;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
  }
  .mobile-login {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-height: none;
    max-width: none;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
  }
  .mobile-login ul{
    padding:0;
    margin:0;
    list-style:none;
  }
  .mobile-login ul li{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-height: none;
    max-width: none;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    text-align: center;
    min-height: 48px;
    text-align: center;
    width: 50%;
    float: left;
  }
  .mobile-login ul li:first-child{
    background-color: #4b97b1;
  }
  .mobile-login ul li:last-child{
    background-color: #d5603b;
  }
  .mobile-login ul li a {
    color: #fff !important;
    padding: 8px;
    display: block;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
  }
  .banner-image {
    height: 70vh;
  }
  .banner-text {
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
    padding-top: 261px;
  }
  .footer-address {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .nav-bar__separator {
    display: none;
  }
  .mobile-header.lp {
    padding: 7px 0 6px;
  }
}

/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}

/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #737373;
  line-height:25px;
  max-width: 767px;
  padding: 0.75em 1.25em;
  position: relative;
  vertical-align: top;
  width: 100%;
  font-size:18px;
  display:block;
  font-family:"Proxima Nova";
  outline:none;
}
.blog .hs-form-field {
  margin-bottom: 16px;
}
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus,
input[type="text"]:hover:focus,
input[type="password"]:hover:focus, 
input[type="datetime"]:hover:focus, 
input[type="datetime-local"]:hover:focus, 
input[type="date"]:hover:focus, 
input[type="month"]:hover:focus, 
input[type="time"]:hover:focus, 
input[type="week"]:hover:focus, 
input[type="number"]:hover:focus, 
input[type="email"]:hover:focus, 
input[type="url"]:hover:focus, 
input[type="search"]:hover:focus, 
input[type="tel"]:hover:focus, 
input[type="color"]:hover:focus,
input[type="file"]:hover:focus,
textarea:hover:focus,
select:hover:focus{
  border-color: #005e79;
}

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


/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

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

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

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

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

/* Error */
.hs-error-msgs label{
  color:red;
}

/* Placeholder Text */
::-webkit-input-placeholder {color: rgba(115, 115, 115, 0.3);} /* Webkit Browsers */
:-moz-placeholder {color: rgba(115, 115, 115, 0.3);} /* Firefox 18- */
::-moz-placeholder {color: rgba(115, 115, 115, 0.3);} /* Firefox 19+ */
:-ms-input-placeholder {color: rgba(115, 115, 115, 0.3);} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  background-color: #ee6a52;
  border: 0 ;
  color: #fff ;
  display:inline-block;
  padding: 0.775em 0.75em 0.725em;
  position: relative;
  text-align: center;
  line-height: 1;
  font-family: sans-serif;
  border-radius: 4px;
  font-size:18px;
  margin:10px 0;

  font-family:"Proxima Nova";
  outline:none;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #e94224;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


#comments-listing.no-comments {
  border: none;
}

.blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}

.blog-post-wrapper h2, .post-header h2{
  margin-bottom: 20px;
}

.blog-post-wrapper h2 a, .post-header h2 a{
  text-decoration: none;
}
.blog-post-wrapper h2 a:hover, .post-header h2 a:hover{}

#hs_cos_wrapper_blog_subscription_title{}

#comment-form h4{}

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  color: ;
  display: block;
  font-family: ;
  font-size: ;
  line-height: ;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  color:  !important;
  display: block !important;
  text-align: left;
}

#hubspot-topic_data{
  color: #888888;
  font-weight:700;
}
.post-listing #hubspot-author_data{
  margin-top: 0;
}
.hs-form .input ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hs-form .input ul li{
  padding: 0 !important;
}
.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
}
.more-link{
  display: inline-block;
  padding-top: 20px;
}
.hs-blog-social-share{
  height: auto;
}
.blog-template .blog-sidebar .cell-wrapper{
  margin-bottom: 15px;
}
.blog-template .blog-sidebar ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-template .blog-sidebar ul li{
  padding: 0 0 10px;
}
.blog-pagination .previous-posts-link {
  display: block;
}
.blog-pagination .all-posts-link {
  display: block;
}
.blog-pagination .next-posts-link {
  display: block;
}
#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}

#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}
.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 10px 0 0;
}
#recaptcha_response_field{
  width:auto !important;
  display:inline-block !important;
}
#captcha_wrapper > #recaptcha_area {
  margin: 0 0 20px;
}
#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}

#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

.hs-author-profile .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}
.hs-author-profile .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}

/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.lang_switcher_class ul.lang_list_class {
 display: none;
}

.lang_switcher_class img{
  cursor:pointer;
}

.lang_switcher_class ul.lang_list_class.show-ul{
 display:block;
}


.lang_switcher_class select {
  width: 60px;
  font-family: inherit;
  line-height: 1.15;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  border-color: rgb(169, 169, 169);
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  height: 30px;
  display:none;
}


.language-selector__icon {
  display: inline-block;
  height: 30px;
  width: 30px;
  cursor: text;
  margin-right: 8px;
}
.lang_switcher_class .globe_class {
  background-image: none;
  border-radius: 0;
  display: inline-block;
  width: auto;
  height: auto;
  cursor: text;
}
@media(min-width:960px){
  .custom-logo {
    width: auto !important;
    float: left !important;
  }
  .header-right-col {
    width: auto !important;
    margin-left: 0 !important;
    float: right !important;
  }
  .cm-language-switcher {
    width:  auto !important;
    margin-left: 0 !important;
    float: right !important;
    padding-right: 20px;
    padding-top: 4px;
    padding-left: 4px;
  }
  .custom-menu-primary {
    width: auto !important;
    margin-left: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:not(:last-child) {
    position: relative;
    top: 1px;
  }
}


.custom-header.lp {
  padding: 16px 0 15px;
}






/* Styles that do not fit into any of the available sections above can go here. */

.custom-form{
  width:50% !important;
}

.learn-more__button {
  min-width: 170px;

}
.partners-container .page-center {
  padding: 0;
}
.partners-container {

  padding: 40px 0;
  background-image: url(//cdn2.hubspot.net/hubfs/2486402/Shippabo_September2018/Images/partnersform-background.svg);
  background-size: cover;
  text-align: center;
}
.hs-content-id-6154971388 .partners-container .hs_cos_wrapper_type_form .hs-button.primary.large {
  line-height: 27px;
}
.partners-container .form-title {
  color: #fff;
  font-weight: 700;
  padding: 20px;
  margin: 0;
  font-size: 2em;
  margin-bottom: 0.5em;
}
.partners-container textarea {
  max-width: 100%;
}
.hero {

  box-sizing: border-box;
  flex: 1 0 auto;
  max-height: none;
  max-width: none;
  box-sizing: border-box;
  display: flex;
  flex: 1 0 0%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  height: 60vh;
  justify-content: center;
  max-height: 600px;
  min-height: 400px;
  overflow: hidden;
  text-align: center;
}
.hero {
  padding: 40px;
}
.hero {
  height: 80vh;
  max-height: 800px;
  min-height: 600px;
  position: relative;
}

.hero__content {
  box-sizing: border-box;
  flex: 1 0 auto;
  max-height: none;
  max-width: none;
  box-sizing: border-box;
  display: flex;
  flex: 1 0 0%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  color: rgba(26, 26, 26, 0.71);
}
.about-hero {
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
  width: 100%;
  padding-top: 40px;
}
button, .button {
  align-items: center;
  appearance: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.71);
  cursor: pointer;
  display: inline-flex;
  font-style: normal;
  justify-content: center;
  line-height: 1;
  padding: 0.775em 0.75em 0.725em;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;

}
.hero__content-text {
  font-size: 1em;
  margin-bottom: 1.5em;
  position: relative;
}
.hero__content-text {
  padding-left: 6em;
  padding-right: 6em;
}

.partners-container .hs-input::-webkit-input-placeholder {
  color: rgba(115, 115, 115, 0.3);
}
.partners-container .hs-input:-moz-placeholder {
  color: rgba(115, 115, 115, 0.3);
}
.partners-container .hs-input::-moz-placeholder  {
  color: rgba(115, 115, 115, 0.3);
}
.partners-container .hs-input:-ms-input-placeholder {
  color: rgba(115, 115, 115, 0.3);
}

.hero__content-title {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 0.5em;
  position: relative;
}

.hero__content-title {
  font-size: 2em;
}

.secondary {
  background-color: #ee6a52;
  border: 0 !important;
  color: #fff !important;
  line-height: 1.5;
}

.secondary:hover {
  background-color: #e94224;
}
.about-content {
  margin: 0 auto !important;
  max-width: 800px;
  padding: 40px 0 40px 0;
  text-align: center;
  float: none !important;
}
h1:not(:first-child) {
  margin-top: 1em;
}

p:not(:last-child), dl:not(:last-child), ol:not(:last-child), ul:not(:last-child), blockquote:not(:last-child), pre:not(:last-child), table:not(:last-child) {
  margin-bottom: 1em;
}

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

.partners-container .hs-button.primary {
  width: 33%;
  margin:0;
}

.partners-container .hs-form-field {
  padding: 20px !important;
  margin-bottom: 30px;
}

.partners-container .hs-form-required {
  display: none;
}

textarea:not([rows]) {
  max-height: 600px;
  min-height: 120px;
}

.about-content  h1 {
  font-weight: 300;
  line-height: 1.125;
  margin: 0 0 0.5em;
  color: #4cb0dd;
}

.about-content div div {
  margin-bottom: 40px;
}
.pre-footer {

  padding: 40px 0;
  align-items: center;
  background: linear-gradient(70deg, #5bacc7 0%, #75c5df 50%, #a3c9b9 100%);
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  justify-content: center;
  min-height: 350px;
  color: #fff;
}

.partners-container .actions {
  padding: 20px;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 700;
}
.pre-footer__text {
  color: inherit;
  max-width: 600px;

  text-align: center;
}
.about-hiring:before,
.partners-container:before {
  content: "";
  background: linear-gradient(to right, #f0d081, #f0d081 7%, #4ec6e7 41%, #31aeca 54%, #2caac6 56%, #1fa0b9 62%, #1f9fb9 62%, #1d9eb7 64%, #1396ad 76%, #00869a);
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  top: -5px;
}
.partners-container {
  margin-top: 5px;
  position: relative;
}
.page-gradient-divider {
  background: linear-gradient(to right, #f0d081, #f0d081 7%, #4ec6e7 41%, #31aeca 54%, #2caac6 56%, #1fa0b9 62%, #1f9fb9 62%, #1d9eb7 64%, #1396ad 76%, #00869a);
  height: 5px;
}
.remove-widget-padding {
  padding: 0;
}
.about-hiring {
  padding: 40px 0;
  box-sizing: border-box;
  flex: 1 0 auto;
  max-height: none;
  max-width: none;
  box-sizing: border-box;
  display: flex;
  flex: 1 0 0%;
  position:relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  height: 500px;
  text-align: center;
  margin-top: 5px;
}

.hs-content-id-6154971388 .about-hero {
  text-shadow: none;
}

.about-hiring h2 {
  color: #fff;
}

.primary {
  background-color: #4cb0dd;
  border: 0 !important;

  color: #fff !important;
}
body{
  padding-top: 70px;
}

.primary:hover {
  background-color: #279bcf;
}
.hs-content-id-6154971388 .about-hero {
  padding: 0 0 120px;
}
.press-layout p {
  margin:  0;
}
.enterprise .about-hero h1.hero__content-title {
  color: rgba(0,0,0,0.71) !important;
}

.enterprise .about-hero {
  text-shadow: 1px 1px 12px white;
}
.enterprise .switching-content__item img {
  width: 100%;
  border-radius: 2px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
  height: auto;
  margin: 20px 0;
}
.switching-content__description ul {
  font-size: 0.9em;
}
.switching-content__description li + li {
  margin-top: 0.5em;
}

.page-gradient-divider {
  background: linear-gradient(to right, #f0d081, #f0d081 7%, #4ec6e7 41%, #31aeca 54%, #2caac6 56%, #1fa0b9 62%, #1f9fb9 62%, #1d9eb7 64%, #1396ad 76%, #00869a);
  display: block;
  width: 100%;
  height: 5px;
  left: 0;
  top: 0;
  position: absolute;
}

.pre-footer {
  position: relative;
}
.custom-cta .cta_button {
  line-height: 1.5;
}


.hs-supply-chain-grp-wrap {
  text-align: center;
  min-height: 600px;
  width: 100%;
  position: relative;
  height: 100%;
  max-height: initial;
  padding: 40px 0;
}

.hs-supply-chain-grp-wrap .hero__content {
  position: relative;
  padding: 40px 0 0;
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  color: rgba(26,26,26,0.71);
  margin: 0 auto
}

.hs-supply-chain-grp-wrap .feature-hero__card {
  max-height: none;
  max-width: none;
  box-sizing: border-box;
  display: flex;
  flex: 1 0 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  width: 100%;
}

.hs-supply-chain-grp-wrap .feature-hero__card-item h3 {
  font-size: 22.5px;
  font-weight: 400;
  line-height: 22.5px;
  width: 100%;
  font-family: "Proxima Nova"
}

h3:not(:first-child) {
  margin-top: 1.3333em
}

.hs-supply-chain-grp-wrap .feature-hero__content {
  width: 100%
}

.hs-supply-chain-grp-wrap .feature-hero__card-item {
  max-height: none;
  max-width: none;
  box-sizing: border-box;
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-height: 180px;
  width: 100%
}
.hs-supply-chain-grp-wrap .hs-suply-chain-item {
  display: block;
  width: 100%;
}



.feature-item {
  max-height: none;
  max-width: none;
  box-sizing: border-box;
  display: flex;
  flex: 1 0 0%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-basis: auto;
  background-repeat: no-repeat;
  padding: 40px 0;
  background-size: 331px 199px;
  background-position: 106% 85%;
}
.feature-item__header {
  box-sizing: border-box;
  flex: 1 0 auto;
  max-height: none;
  max-width: none;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.feature-item__header {
  margin-bottom: 20px;
}
.feature-item__header-title {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 1em;
}
.feature-item__header-subtitle {
  color: #8c8c8c;
}
.feature-item__content {
  display: flex;
  flex: 1 0 0%;
  flex-direction: row;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  flex-basis: auto;
  justify-content: space-between;
  max-width: 1080px;

  max-height: none;
}
.feature-item__column {
  max-height: none;
  max-width: none;
  box-sizing: border-box;
  display: flex;
  flex: 1 0 0%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.feature-item__column-description {
  max-width: 40%;
  box-sizing: border-box;
  display: flex;
  flex: 1 0 0%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.feature-item__video {
  max-height: none;
  max-width: none;
  box-sizing: border-box;
  display: flex;
  flex: 1 0 0%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 85%;
  margin: 40px;
}
.feature-item__video video {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.1), 0 13px 19px 2px rgba(0, 0, 0, 0.07), 0 5px 24px 4px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  flex: 1 0 auto;
  max-height: none;
  max-width: none;
  width: 100%;
}
.feature-item__column-description div {
  width: 100%;
}
.feature-item__column-description h4 {
  font-size: 0.9em;
  margin-bottom: 4px;
}
.feature-item__column-description p {
  font-size: 0.75rem;
  line-height: 1.75;
}
.contact-us .main-content span.hs-form-required {
  display: none !important;
}
.contact-us textarea,
.contact-us input[type="text"]{
  font-family: "Proxima Nova";
  font-weight: 400;
}
.contact-us .main-content .input {
  padding: 20px;
}
.contact-us .main-content textarea {
  margin-top: 36px;
}
.contact-us .main-content .actions {
  margin-top: 56px;
  width: 28.1333%;
  margin-left: 35.3333%;
  margin-right: 0;
}
.contact-us .main-content .hs_cos_wrapper_type_form .hs-button.primary.large {
  display: block;
  width: 100%;
  font-family: "Proxima Nova";
  line-height: 27px;
}
.contact-us .body-container .page-center {
  padding-top: 36px;
}
.hs-error-msgs label {
  color: #af0c0c;
  font-weight: 500;
  padding: 0.25em 0.5em;
  font-family: "Proxima Nova";
  display: block;
}
.contact-us .main-content .hs-error-msgs label {
  margin-top: -20px;
}
form.hs-form .hs-form-field ul.inputs-list {
  margin-top: 0;
}

ul.hs-error-msgs.inputs-list {
  list-style: none;
}
.contact-us .sidebar.right {
  padding-top: 25px;
}

.contact-us .sidebar.right .hs_cos_wrapper_type_rich_text div {
  margin-bottom: 1.5em;
}

.contact-us .sidebar.right a.contact-info__link {
  text-decoration: none;
}
.contact-us .sidebar.right address {
  font-style: normal;
}
body.careers .section_3.section a.control.button.primary {
  line-height: 1.5;
}
body.careers .section_2.section .about-hiring {
  text-align: left;
  color: #fff;
  height: auto;
  padding: 60px 0;
}

body.careers .section_2.section .about-hiring h4 {
  margin-bottom: 0;
  padding-bottom: 0.8em;
  color: #fff;
}

body.careers .section_2.section .about-hiring li + li {
  font-weight: 500;
  margin-top: 0.5em;
}

body.careers .section_2.section .about-hiring h1 {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  color: #fff;
}
body.careers .section_2.section .about-hiring:before {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.18);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
body.press-layout.hs-content-id-6155056942 .hs-richtext p {
  display: none;
}
body.careers .section_2.section .about-hiring div#hs_cos_wrapper_widget_1536566888519_ {
  position: relative;
  z-index: 12;
}
.careers-content.testimonial-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 40px 0;
}
.hs-content-id-6155156544 .pre-footer a.control.button.secondary {
  min-width: 170px;
}
.careers-content.testimonial-wrap .cWJxIl {
  width: 50%;
  padding: 20px;
}
.careers-content.testimonial-wrap h3 {
  color: #4cb0dd;
  font-weight: 500;
}
.careers-content.testimonial-wrap .bUNuFh {
  width: 41.6667%;
  padding: 20px;
}
.careers-content.testimonial-wrap .careers-content img {
  width: 100%;
}
body.careers .section_1.section .page-center {
  padding-left: 0;
  padding: 0;
}
.careers-content.testimonial-wrap .careers-content__testimonial {
  font-size: 15.3px;
  font-style: italic;
  margin-top:8px;
}
.careers-content.testimonial-wrap .careers-content__author {
  font-size: 0.9rem;
  text-align: right;
}
.hero .primary {
  line-height: 1.5;
}
body.hs-content-id-6154942229 .body-container .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.remove-widget-padding.partners-container:before {
  background: none;
  display: none;
  content:none;
}
body.hs-content-id-6161703627 .about-content {
  max-width: 100%;
  padding: 0;
}
.header-group.for-lp .mobile-icon {
  display: none !important;
}

.homepage-hero__clouds img {
  position: absolute; }
.homepage-hero__clouds-rise1 {
  animation: rise 10s ease-in-out infinite;
  left: 0; 
}
.homepage-hero__clouds-rise2 {
  animation: rise2 10s ease-in-out infinite;
  left: 15%;
  top: 35%;
}
.homepage-hero__clouds-rise3 {
  animation: rise 10s ease-in-out infinite;
  left: 20%;
  top: 15%;
  z-index: 0;
}
.homepage-hero__clouds-rise4 {
  animation: rise2 10s ease-in-out infinite;
  left: 72%;
  top: 15%; 
}
.homepage-hero .request-demo {
  margin: 0 auto;
}
body.landing-page.one-column.hs-content-id-1 div#hs_cos_wrapper_module_151811938608246 {
  padding-top: 30px;
}
.homepage-offer {
  padding: 20px;
  text-align: center; 
}
.homepage-hero {
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.2);
  max-width: 600px;
  padding-bottom: 40px;
}
.blog h1.hero__content-title {
  color: #fff;
}
.blog .blog-sidebar .widget-span {
  margin-bottom: 30px;
}
.home-lay .hs-supply-chain-grp-wrap .hero__content {
  padding: 0;
  max-width: 100%;
}
.home-lay .hs-supply-chain-grp-wrap{
  padding: 0;
  min-height:auto;
}
.home-lay .hs-supply-chain-grp-wrap .hero__content-text {
  margin-bottom: 1em;
}
.home-lay .hs-supply-chain-grp-wrap .feature-hero__card-item {
  min-height: auto;
  display: block;
  width: 25%;
  padding: 20px;
}
.home-lay .hs-supply-chain-grp-wrap .feature-hero__card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -20px;
  margin-right: -20px;
  width: auto;
  margin-bottom: 32px;
}
.home-lay .hs-supply-chain-grp-wrap .feature-hero__card-item h3 {
  line-height: 1.125;
  width: 100%;
  font-family: "Proxima Nova";
  margin-top: 0;
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 0.8em;
  color: rgba(0, 0, 0, 0.71);
}
.home-lay .hs-supply-chain-grp-wrap .icon-wrapper {
  margin-bottom: 16px;
  min-height: 100px;
}

.home-lay .hs-supply-chain-grp-wrap .content {
  color: rgba(0, 0, 0, 0.71);
}
.primary {
  line-height: 1.5;
}
.home-lay .section_3.section .hs_cos_wrapper_type_rich_text {
  text-align: center;
  display: block;
  max-width: 600px;
  margin: 0 auto;
}

.home-lay .section_3.section {
  background-color: #eeeeef;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.home-lay .homepage-quote__content {
  font-size: 1.2rem;
  text-align: center;
  max-width: 600px;
  margin-left:0;
  margin-right:0;
}
.homepage-quote.testimonial-wth-back {
  align-items: center;
  background: linear-gradient(70deg, #5bacc7 0%, #75c5df 50%, #a3c9b9 100%);
  display: flex;
  flex: 1 0 auto;
  height: 400px;
  justify-content: center;
}

.homepage-quote.testimonial-wth-back .homepage-quote__text {
  color: #fff;
  font-style: italic;
  font-weight: 100;
}
.homepage-quote.testimonial-wth-back .homepage-quote__author {
  color: #fff;
  font-size: 0.8em;
}
.homepage-solution .homepage-solution__header {
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
}

.homepage-solution .homepage-solution__cards {
  box-sizing: border-box;
  flex: 1 0 auto;
  max-height: none;
  max-width: none;
  margin: 0 auto;
  max-width: 800px;
  padding: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  align-items: baseline;
}
.homepage-solution .cWJxIl {
  width: 50%;
  display: block;
  padding: 20px;
}
.homepage-solution {
  text-align: center;
}
.homepage-solution .homepage-solution__icon {
  margin-bottom: 24px;
}
.homepage-logo.cm-logo-grp {
  text-align: center;
}
.homepage-logo.cm-logo-grp .cpqqcD {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.homepage-logo.cm-logo-grp .jaqITu {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 20px 28px;
}
.homepage-logo.cm-logo-grp .homepage-logo__image {
  height: 60px;
  max-width: 100%;
}

.homepage-logo.cm-logo-grp .homepage-logo__images {
  margin-top: 32px;
}
@media (min-width: 1200px){
  .homepage-logo.cm-logo-grp .homepage-logo__images {
    padding-left: 60px;
    padding-right: 60px;
  }
  .homepage-logo.cm-logo-grp .jaqITu {
    width: 33.3333%;
  }
}


.hidden-gallery {
  display: none !important;
}


section.carousel-card.sc-bwzfXH.jYCeWV {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  text-align: left;
}

section.carousel-card.sc-bwzfXH.jYCeWV .jduLmG {
  width: 50%;
  display: block;
  padding: 20px;
}
.homepage-carousel__carousel.slick-initialized.slick-slider .slick-arrow {
  display: none !important;
}
.home-lay .section_3.section .row-fluid .page-center {
  max-width: 1240px;
  padding-left: 0;
  padding-right: 0;
}
.homepage-carousel__carousel.slick-initialized.slick-slider img {
  max-width: 400px;
  width: 100%;
}
.homepage-carousel__carousel.slick-initialized.slick-slider {
  padding: 20px 0;
  margin-bottom: 32px;
}

h3.carousel-card__title {
  margin-bottom: 0;
}
.carousel-card__header, .carousel-card__description {
  margin-bottom: 1.5em;
}
.carousel-card__description {
  font-size: 0.85em;
}
.homepage-carousel__carousel ul.slick-dots {
  bottom: -5px;
  margin-left: 0;
}
.slick-item.slick-slide {
  outline: none;
}
.hs-content-id-6161723139 .about-hero {
  text-shadow: none;
  padding-top: 0;
  padding-bottom: 100px;
}
/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media screen and (max-width: 1200px){
  .partners-container .hs-form-field {
    width: 100% !important;
    float: none !important;
  }
  .partners-container .hs-button.primary {
    width: 100%;
  }
}

@media screen and (max-width: 1080px){
  .hero {
    margin: 0;
  }
  .pre-footer {
    margin: 0;
  }

  .about-hiring {
    margin: 0;
  }
}
@media (max-width: 1100px) and (min-width: 960px){
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0.5em 1em 0.4em;
  }
}
@media (max-width:959px){

  .hero__content-text {
    padding: 0;
  }
  button, .button {
    width: 100%;
  }
  .hero {
    height: 70vh;
    max-height: 700px;
    min-height: 500px;
    position: relative;
  }
  body{
    padding-top: 56px;
  }
  .hero__content-title {
    font-size: 2em;
  }  
  .custom-header {
    display:none !important
  }
  .hero__content {
    max-width: 100%;
  }
  button, .button {
    white-space: normal;
  }
  .custom-footer a {
    line-height: 37px;
  }
  .custom-footer h5 {
    margin: 0 0 22.998px;
  }
  .custom-footer address {
    line-height: 37px;
  }
  .enterprise .about-hero {
    padding-top: 100px;
  }
  body.careers .banner-button a {
    width: auto;
  }
  .lang_switcher_class {
    position: absolute;
    display: inline-block;
    left: 23px;
    line-height: 1.2;
    top: 0;
  }
  .lang_switcher_class select#tinynav1 {
    font-family: "Proxima Nova";
    font-size: 18px;
  }
}
@media screen and (max-width: 960px){
  .homepage-hero__clouds {
    display: none;
  }
}


@media (max-width: 959px) and (min-width: 768px){

  .hs-supply-chain-grp-wrap .hero__content {
    position: relative;
    padding: 0;
  }
  .hs-supply-chain-grp-wrap {
    min-height: 500px;
    padding: 40px 0;
  }
  .feature-item__header {
    padding: 20px;
    margin: 0;
  }
  .feature-item__content {
    box-sizing: border-box;
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    padding: 20px;
  }
  .feature-item__video {
    margin: 20px;
  }
  .feature-item__column-description {
    box-sizing: border-box;
    flex: 1 0 auto;
    max-height: none;
    max-width: none;
    padding: 0 20px;
  }
  .contact-us .sidebar.right, .contact-us .main-content {
    width: 100% !important;
    margin-left: 0 !important;
    float: none !important;
  }
  .contact-us .sidebar.right {
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

}



/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .custom-form{
    width:100% !important;
  }
  .custom-menu-primary {
    padding-right: 0px;
    margin: 0 !important;
    width: 100% !important;
    float: left!important;
    padding-left: 1px;
    display: block !important;
  }
  .cWJxIl {
    width: 100%;
  }
  .hero__content {
    max-width: 100%;
  }
  .hs-supply-chain-grp-wrap .hero__content {
    padding: 20px 15px 0;
  }
  .hs-supply-chain-grp-wrap {
    padding: 0 0 40px;
  }
  .hs-supply-chain-grp-wrap .feature-hero__card {
    box-sizing: border-box;
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
  }
  .custom-cta .cta_button {
    display: inline-block;
    width: auto;
  }
  .feature-item {
    margin: 0px 0;
    padding:20px 0;
  }
  .feature-item__header{
    padding: 20px;
    margin: 0;
  }
  .feature-item__content {
    box-sizing: border-box;
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    padding: 20px;
  }
  .feature-item__column-description {
    box-sizing: border-box;
    flex: 1 0 auto;
    max-height: none;
    max-width: none;
    padding: 20px;
  }
  .feature-item__video{
    padding: 20px 0;
    margin: 0;
  }
  .pre-footer {
    padding: 40px 15px;
  }
  body.careers .section_1.section .page-center {
    padding-left: 0;
    padding: 0 20px;
  }
  .careers-content.testimonial-wrap {
    padding: 20px 0;
  }
  .careers-content.testimonial-wrap .bUNuFh {
    width: 100%;
  }
  .careers-benefits__content {
    padding: 40px;
  }
  body.careers .section_2.section .about-hiring div#hs_cos_wrapper_widget_1536566888519_ {
    font-size: 0.9rem;
  }
  .careers-content.testimonial-wrap .cWJxIl {
    width: 100%;
  }
  body.careers .section_2.section .about-hiring {
    padding: 60px;
  }
  .home-lay .hs-supply-chain-grp-wrap .feature-hero__card-item {
    width: 100%;
  }
  .home-lay .hs-supply-chain-grp-wrap .feature-hero__card {
    margin-left: 0;
    margin-right: 0;
  }
  .homepage-quote.testimonial-wth-back {
    padding: 32px;
  }
  .homepage-solution .homepage-solution__header {
    padding: 0 20px;
  }

  .homepage-solution .cWJxIl {
    width: 100%;
  }
  .home-lay .section_3.section {
    padding: 0 20px;
  }

  section.carousel-card.sc-bwzfXH.jYCeWV .jduLmG {
    width: 100%;
  }
  section.carousel-card.sc-bwzfXH.jYCeWV {
    text-align: center;
  }
  .home-lay .hs-supply-chain-grp-wrap .feature-hero__card {
    display: block;
  }
  .homepage-carousel__carousel.slick-initialized.slick-slider img {
    margin: 0 auto;
  }
  .post-header h2 a,.post-header h2{
    font-size: 1.25em;
  }
}  
body.contact-us .about-hero {
  padding-top: 0;
}
body.enterprise .hero__content .banner-button {
  text-shadow: 1px 1px 12px white;
}
/* =============== Landscape phones and smaller devices =============== */



@media (max-width:599px){
  .menu-open .mobile-menu {
    width: 100% !important;
    max-width:100% !important;
  }
  .hero__content-title {
    font-size: 1.5em;
  }
  .hero {
    padding: 20px;
    height: 60vh;
    max-height: 600px;
    min-height: 400px;
  }
  .pre-footer {
    padding: 20px 20px 50px;
  }
  .pre-footer__text {
    padding: 32px 0;
  }
  .about-hiring {
    padding: 20px
  }
  .body-container .page-center {
    padding: 20px;
  }

  .about-content {
    padding: 20px;
  }
  .remove-widget-padding .page-center {
    padding: 0;
  }
  .enterprise .about-hero {
    padding-top: 50px;
  }
  .contact-us .main-content textarea {
    margin-top: 0;
  }
  .contact-us .main-content .actions {
    margin-top: 56px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px;
  }
  .contact-us .sidebar.right {
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hs-supply-chain-grp-wrap h1 {
    font-size: 2em;
  }
  .home-lay .hs-supply-chain-grp-wrap .btn-suply-chain {
    width: 100%;
  }
  .home-lay .section_3.section .hs_cos_wrapper_type_rich_text p {
    padding: 16px;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    display: block !important;
    float: none;
    margin: 20px 0 20px 0px;
  }
}
@media (max-width:599px) and (max-height:599px) {

  .hero {
    min-height: 500px;
  }
}
@media (max-width:480px){
  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"], input[type="file"], textarea, select {
    width: 100% !important;
  }
  .subscribe-options label span {
    font-size: 11px;
  }
}

body.password-template.one-column p:last-child {
  margin: 0 0 18px 0;
}

@keyframes rise {
  0% {
    transform: translate(0, 0); }
  50% {
    transform: translate(20px, 0); }
  100% {
    transform: translate(0, 0); } }
@keyframes rise2 {
  0% {
    transform: translate(0, 0); }
  50% {
    transform: translate(-20px, 0); }
  100% {
    transform: translate(0, 0); } }
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .main-logo {
    width: 118px;
    left: 2px;
  }
}
@media all and (-ms-high-contrast:none) {
  .homepage-logo.cm-logo-grp .homepage-logo__image {
    max-height: 60px;
    height: auto;
    max-width: 100%;
  }

  .language-selector__icon {
    vertical-align: top;
  }
}

/*Header Sub menu Styling*/


.header-container-wrapper ul.hs-menu-children-wrapper {
    background: #fff;
    box-shadow: 0px 0px 1px #00000036;
    padding: 8px 15px;
}


.header-container-wrapper .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;
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;
    color: #595959;
    padding: 3px 0px;
}


@media(max-width:767px){

ul.hs-menu-children-wrapper.open-menu-list{
  opacity:0!important;
    visibility:hidden!important;
  }
li.hs-menu-item.hs-menu-depth-1:nth-child(7),
  li.hs-menu-item.hs-menu-depth-1:nth-child(8){
  display:none;
  }
  
  
  


}



