@import url('//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
/* @import url('http://example.com/example_style.css'); */
/*new fonts*/
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://www.sticky.ai/hubfs/assets/fonts/lato.woff2?t=1495136088932);
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url(https://www.sticky.ai/hubfs/assets/fonts/roboto.woff2?t=1495136088932);
}
@font-face {
  font-family: 'Spinnaker';
  font-style: normal;
  font-weight: 400;
  src: url(https://www.sticky.ai/hubfs/assets/fonts/spinnaker.woff2?t=1495136088932);
}
@font-face {
  font-family: 'Proxima-Nova';
  font-style: normal;
  font-weight: 600;
  src: url(https://www.sticky.ai/hubfs/assets/fonts/proxima-nova-600.woff2?t=1495136088932);
}
/*end new fonts*/
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


/*new fonts*/




/*end new fonts*/



/*  */
















/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.hs-responsive-embed iframe {
    height: auto;
    width: auto;
}

body {
    margin: 0 !important;
	font-weight: 300;
	font-family: Roboto;
}
body, p {
	font-size: 18px;
	line-height: 24px;
    font-weight: 300;
}
/*new fonts
h1,h2,h3,h4,h5,h6 {
    font-family: Spinnaker;
}
.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero h5,
.hero h6,
.hero p {
    font-family: Lato;
}
.hero .custom-menu-primary a,
.hero .menu-buttons a{
    font-family: Proxima-Nova;
}
.hs-cta-node a {
    font-family: Proxima-Nova;
}
.hero .hs-cta-node a {
    font-family: Spinnaker;
}
end new fonts*/
h1 {
	font-size: 42px;
	line-height: 55px;
	font-weight: 300;
}
.home .hero h1 {
    font-size: 55px;
    /*max-width: 600px;
    margin: 0 auto !important;
    float: none !important;*/
}
h2 {
	font-size: 30px;
	line-height: 39px;
    font-weight: 300;
}
h3 {
	
    font-weight: 300;
}
h4 {
	font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #72c4e7 !important;
}
h5 {
	
    font-weight: 300;
}
h6 {
	
    font-weight: 300;
}
img {
    height: auto;
}
@media (max-width: 767px) {
    .home .hero h1, h1 {
        font-size: 40px;
    }
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #016592;
}
a:hover {
	color: rgba(1, 101, 146, .7);
}
a.button {
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    /*font-weight: 700;*/
    margin: 10px 0;
    padding: 9px 25px;
    border-radius: 2px;
    min-width: 140px;
    text-align: center;
}
a.button-products {
    display: inline-block;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 19px;
    margin: 0;
    padding: 25px 25px;
    border-radius: 2px 0 0 0;
    width: 50%;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: 2px solid #73C3E6;
    background-color: #73C3E6;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

a.button-features {
    display: inline-block;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 19px;
    margin: 0;
    padding: 25px 25px;
    border-radius: 0 2px 0 0;
    width: 50%;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: 2px solid #73C3E6;
    background-color: #73C3E6;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

a.button-products.selected,
a.button-features.selected {
    color: #039CF4;
    background-color: #fff;
    border-color: #fff;
}
a.button-features:hover,
a.button-products:hover {
    background-color: #eee !important;
    border-color: #eee !important;
}
a.button-products.selected:hover,
a.button-features.selected:hover {
    color: #039CF4 !important;
    background-color: #fff !important;
    border-color: #fff !important;
}
.feature-tabs {
    margin: 0 auto !important;
    float: none !important;
    max-width: 1000px;
}
@media (max-width: 767px) {
    .feature-tabs {
        margin: 0 auto !important;
    }
}
.feature-text, .product-text { 
    -o-transition : all 0.3s ease-in-out;
    -moz-transition : all 0.3s ease-in-out;
    -webkit-transition : all 0.3s ease-in-out;
    transition : all 0.3s ease-in-out;
}
.feature-text {
    opacity: 0;
}
.no-display {
    display: none !important;
}

a.button-login {
    color: #fff;
    border: 2px solid #e17044;
    background-color: #e17044;
    z-index: 1000;
}

a.button-blue-fill {
    color: #fff;
    border: 2px solid #039CF4;
    background-color: #039CF4;
    z-index: 1000;
}
a.button-blue-fill:hover {
    background-color: #73C3E6;
    border-color: #73C3E6;
}

a.button-green-fill {
    color: #fff;
    border: 2px solid #92BF61;
    background-color: #92BF61;
}

a.button-green-fill:hover {
    background-color: rgba(146, 191, 97,0.5);
    color: #000;
}

a.button-orange-fill {
    color: #fff;
    border: 2px solid #F5C200;
    background-color: #F5C200;
}

a.button-orange-fill:hover {
    background-color: transparent;
    color: rgba(245, 194, 0, .7);
}

a.button-blue-border {
    color: #fff;
    border: 2px solid #039CF4;
}
a.button-login {
    margin: 0 10px 10px;
    color: #fff;
    min-width: 0;
}

@media (max-width: 313px) {
    a.button-login {
        margin: 10px;
    }
}
a.button-login {
    color: #fff;
    border: 2px solid #8D8D8D;
    background-color: #8D8D8D;
    z-index: 1000;
}
a.button-login:hover {
    background-color: rgba(141, 141, 141, .7);
    border-color: rgba(141, 141, 141, .7);
}
a.login-link {
    font-weight: normal;
}
a.login-link:active, a.login-link:visited, a.login-link:link {
    color: #fff;
}
a.login-link:hover {
    color: rgba(255,255,255,.5);
}
a.button-blue-border:hover {
    background-color: #039CF4;
}/*
@media (max-width: 1600px) {
    .span12.widget-span{
        overflow-x: hidden;
    }
}*//*
.span12.widget-span:first-child {
        overflow-x: hidden;
    }*/
.widget-type-raw_jinja, .hs_cos_wrapper_type_custom_widget, .widget-type-custom_widget {
    min-height: 0!important;
}

.page-center {
	max-width: 1500px;
	float: none !important;
	margin: 0 auto !important;
}
.page-center-1400 {
	max-width: 1400px;
	float: none !important;
	margin: 0 auto !important;
}
.page-center-750 {
    max-width: 750px;
	float: none !important;
	margin: 0 auto !important;
}

.text-center {
    text-align: center;
}

@media (max-width: 1500px) {
    .page-center {
        padding: 0 20px;
    }
}
@media (max-width: 1400px) {
    .page-center-1400 {
        padding: 0 20px;
    }
}
@media (max-width: 750px) {
    .page-center-750 {
        padding: 0 20px;
    }
}
.paddingtb-50 {
    padding: 50px 0;
}
.paddingtb-75 {
    padding: 75px 0;
}

.paddingtb-100 {
    padding: 100px 0;
}

.paddingtb-300-100 {
    padding: 300px 0 100px;
}

@-moz-document url-prefix() {
    .paddingtb-300-100 {
        margin-top: -200px;
    }
}

@media (max-width: 767px) {
    .paddingtb-300-100 {
        padding: 100px 0;
    }
}



pre {
    font-family: monospace;
    margin-left: 40px;
    list-style: none;
    white-space: pre-wrap;
}

code {
    font-family: monospace;
    font-size: 14px;
}



.page-header {
	padding: 30px 0 0;
}
.page-header .page-center {
    max-width: 1800px !important;
}
@media (max-width: 1800px) {
    .page-header .page-center {
        padding: 0 20px;
    }
}
.menu-buttons {
    
}

/*@media (max-width: 1153px) {
    .menu-buttons {
        text-align: center !important;
    }
}*/

@media (min-width: 1024px) and (max-width: 1153px) {
    .menu-buttons {
        text-align: center!important;
    }
    a.button-login {
        margin: 10px;
    }
    .page-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li > a {
        padding: 10px 7px!important;
    }
}

@media (min-width: 768px) {
    .menu-buttons {
        text-align: right;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .menu-buttons {
        float: none !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 20px;
        text-align: left !important;
    }
    .company-logo {
        float: none !important;
        width: 100% !important;
        margin-left: 0 !important;
    }
    .custom-menu-primary {
        width: auto !important;
        
    }
}
@media (max-width: 500px) {
    .menu-buttons {
        text-align: center !important;
    }
}
.company-logo img {
	max-width: 130px;
}
.custom-menu-primary {
	
}
.site-footer {
	background: #27658E;
	color: rgba(255,255,255,.15);
    padding: 50px 0;
}
@media (max-width: 767px) {
    .site-footer {
        text-align: center;
    }
}
.site-footer a:link, .site-footer a:visited, .site-footer a:active {
	color: rgba(255,255,255,.55);
}
.footer-copyright {
	
}
.footer-copyright img {
    max-width: 130px;
}
.footer-social a {
    margin: 0 10px;
}
.footer-social a:hover {
    text-decoration: none;
}
.site-footer .footer-menu ul li a:hover {
    color: #039CF4;
}
@media (min-width: 768px) {
    .footer-menu ul {
        float: right;
    }
    .footer-menu ul > li:last-child a {
        padding-right: 0;
    }
    .footer-social a:last-child {
        margin-right: 0;
    }
    .footer-social {
        text-align: right; 
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .footer-social {
        margin-top: 20px;
    }
}
@media (max-width: 568px) {
    .footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        max-width: 100%;
    }
}


.widget-type-space {
    min-height: 0 !important;
}
.hero {
    background: linear-gradient(90deg, #27658E 0%, #27658E 100%);
    color: #fff;
}
.pricing .hero {
    background: linear-gradient(14.22deg, #27658E 0%, #27658E 100%);
    color: #fff;
}
.docs .hero {
    background: linear-gradient(14.22deg, #27658E 0%, #27658E 100%);
    color: #fff;
}
.hero-overlay {
    background: linear-gradient(90deg, rgba(74,92,104,.7) 0%, rgba(57,72,82,.7) 100%);
}
.docs .hero-overlay {
    background: transparent;
}
.hero-text {
    max-width: 1000px;
    /*margin: 0 auto !important;*/
    float: none !important;    
}
.hero-content {
    padding: 50px 0;
}

.content {
    padding: 100px 0;
}

@media (min-width: 1400px) {
    .home .hero-content {
        padding: 100px 0;
    }
}

.company .hero-content {
    padding: 50px 0;
    margin-bottom: -200px;
}

.customers .hero-content {
    padding: 50px 0;
}

.crowd .hero-text {
    max-width: 685px;
    margin: 0 auto !important;
    float: none !important;
}

.hero-text.hero-text-left a.button:first-child {
    margin-left: 0;
}
.hero-description {
    width: 700px !important;
    height: 48px;
    opacity: 0.82;
    font-family: Roboto;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    color: #FFFFFF;
}
.hero-image {
	margin-top: 100px;
    z-index: 100;
}

.home .hero-image {
    margin-top: 0;
}
.home .hero-image {
    position: relative;
    -webkit-perspective: 1200px;
    -ms-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}
.home .hero-image div {
    -moz-perspective: 1200px;
    perspective: 1200px;
}
.home .hero-image img {
    width: 100%;
    border-radius: 2px;
    -ms-box-shadow: 0 0 30px rgba(0,0,0,0.1),0 2px 2px rgba(0,0,0,0.05);
    -o-box-shadow: 0 0 30px rgba(0,0,0,0.1),0 2px 2px rgba(0,0,0,0.05);
    box-shadow: 0 0 30px rgba(0,0,0,0.1),0 2px 2px rgba(0,0,0,0.05);
    /*-webkit-transform: rotateY(-33deg);
    -ms-transform: rotateY(-33deg);
    transform: rotateY(-33deg);*/
    transition: all 0.33s cubic-bezier(0.19, 1, 0.22, 1);
    /*-webkit-animation: hover 3s ease-in-out infinite;
    animation: hover 3s ease-in-out infinite;*/
    -webkit-transition-duration: .5s; /* Safari */
    transition-duration: .5s;
}

/*.objective-area {
    padding: 100px 0;
}*/

.objective-section {
    max-width: 372px !important;
}

@media (max-width: 767px) {
    .objective-section {
        text-align: center;
        margin: 0 auto !important;
        float: none !important;
    }
}

.border-section {
    padding: 100px;
    box-shadow: 0 0 6px 0 rgba(81,81,81,0.24);
    border-radius: 3.6px;
}

@media (max-width: 926px) {
    .border-section {
        padding: 50px;
    }
}

@media (max-width: 379px) {
    .border-section {
        padding: 25px;
    }
}

@media (max-width: 329px) {
    .border-section {
        padding: 10px;
    }
}

.border-section h4 {
    color: #039CF4;
}

.trusted-by-section {
    padding: 20px 0 20px;
}

.customers .trusted-by-section {
    padding: 220px 0 75px;
}

/*.trusted-by, .trusted-by p {
	font-size: 18px;
	line-height: 19px;
}*/
.logo-section {
	text-align: center;
}
.logo-section img {
    margin: 20px 10px;
    max-height: 35px !important;
    width: auto !important;
}

.card-section {
    padding: 100px 0;
}

.padding-top-150 {
    padding-top: 150px;
}

.no-top-padding {
    padding-top: 0;
}

/*@media (min-width: 768px) and (max-width: 1800px) {
	.card-section, .hero {
		min-height: 100vh;
		padding: 250px 0;
	}
}*/
@media (min-width: 768px) {
   .card-section .page-center .row-fluid,
   .hero-content .page-center .row-fluid,
   .customers .trusted-by-section .page-center .row-fluid {
       display: -webkit-flex;
       display: -moz-flex;
       display: -ms-flexbox;
       display: flex;
       align-items: center;
       -webkit-align-items: center;
       justify-content: center;
       -webkit-justify-content: center;
   }
   .card-section.reverse .page-center .row-fluid {
        flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
   }
}
.white-section-bg {
	background-color: #ffffff;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    overflow-x: hidden;
}
.white-section-bg, .white-section-bg p {
	color: #6A6A6A;
}
.white-section-bg h1, .white-section-bg h2, .white-section-bg h3,
.white-section-bg h4, .white-section-bg h5, .white-section-bg h6 {
	color: rgba(0,0,0,0.87);;
}
.grey-section-bg {
    background-color: #FCFCFC;
    overflow-x: hidden;
}
.grey-section-bg, .grey-section-bg p {
	color: #6A6A6A;
}
.grey-section-bg h1, .grey-section-bg h2, .grey-section-bg h3,
.grey-section-bg h4, .grey-section-bg h5, .grey-section-bg h6 {
	color: rgba(0,0,0,0.87);;
}
.dark-section-bg {
	background-color: #173749;
	color: #fff;
    overflow-x: hidden;
}

.light-site-color-bg {
    background-color: #72c4e7;
    color: #fff;
    padding: 70px 0;
}

.light-site-color-bg label {
    color: #fff !important;
}

@media (max-width: 767px) {
    .download-guide-text {
        text-align: center;
    }
}

.form-position {
    margin-top: 60px;
    float: right !important;
}

@media (max-width: 767px) {
    .form-position {
        float: none !important;
        margin: 60px auto !important;
        max-width: 50%;
    }
}

@media (max-width: 500px) {
    .form-position {
        max-width: 70%;
    }
}

@media (max-width: 340px) {
    .form-position {
        max-width: 100%;
    }
}

.top-footer-text {
    padding: 130px 0;
}

.image-background {
	overflow-x: hidden;
}
.image-background .switch-image {
    position: relative;
    -webkit-perspective: 1200px;
    -ms-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}
.image-background .switch-image div {
    -moz-perspective: 1200px;
    perspective: 1200px;
}
.image-background .switch-image img {
    width: 100%;
    border-radius: 2px;
    /*-ms-box-shadow: 0 0 30px rgba(0,0,0,0.1),0 2px 2px rgba(0,0,0,0.05);
    -o-box-shadow: 0 0 30px rgba(0,0,0,0.1),0 2px 2px rgba(0,0,0,0.05);
    box-shadow: 0 0 30px rgba(0,0,0,0.1),0 2px 2px rgba(0,0,0,0.05);
    -webkit-transform: rotateY(-33deg);
    -ms-transform: rotateY(-33deg);
    transform: rotateY(-33deg);*/
    transition: all 0.33s cubic-bezier(0.19, 1, 0.22, 1);
    /*-webkit-animation: hover 3s ease-in-out infinite;
    animation: hover 3s ease-in-out infinite;*/
    -webkit-transition-duration: .5s; /* Safari */
    transition-duration: .5s;
}


.image-bg-overlay {
	background: rgba(69,85,96,0.85);
	color: #fff;
}
@media (min-width: 768px) {
	.left {
		float: left !important;
        margin-left: 0 !important;
	}
	.right {
		float: right !important;
        /*margin-left: 2.127659574% !important;*/
	}
}
.switch-text {
	z-index: 100;
}
.switch-image {
	
}
@media (max-width: 767px) {
    .switch-image {
        padding-top: 50px;
    }
}
.top-footer {
    padding: 150px 0;
}
.top-footer-cta {
    max-width: 650px;
    margin: 0 auto !important;
    float: none !important;
}
@media (min-width: 768px) {
    .customers .top-footer .page-center .row-fluid, .customers .top-footer-cta-area {
       display: -webkit-flex;
       display: -moz-flex;
       display: -ms-flexbox;
       display: flex;
       align-items: center;
       -webkit-align-items: center;
       justify-content: center;
       -webkit-justify-content: center;
   }
}
.top-footer-cta-text {
    
}
.customers .top-footer-cta-area {
    border: 1px solid rgba(255,255,255,.5);
    padding: 40px;
    float: left !important;
    width: 300px !important;
}

@media (max-width: 767px) {
    .customers .top-footer-cta-area {
        float: none !important;
        margin: 0 auto !important;
    }
}



@media only screen {
    #signupLog{
		margin: 0;
		text-align: center;
	}
	#formContainer{
	    display: block;
	    max-width: 430px;
	    width: auto;
	    height: 45px;
	    margin: 0 auto; 
	}
	#signupLog span{
		display: inline-block;
		color: rgb(255, 255, 255);
		padding: 10px;
		font-size: 18px;
	}
	#signupInput ,
	#ctaButton {
	    display: inline-block;
	    vertical-align: middle;
	    padding: 0 1em;
	    border-radius: 0;
	    border: none;
	    float: left;
	    height: 3em;
	    font-size: 14px;
        margin-top: 0 !important;
	}
	#signupInput {
	    max-width: 10em;
		background: rgba(255, 255, 255, 1.0) !important;
		color: #000000;
		outline: none;
	    line-height: 1.67em;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		border-top-left-radius: 2px;
		border-bottom-left-radius: 2px;
      	text-align: center;
	}
	#ctaButton {
		/*font-family: spinnaker,sans-serif !important;*/
	    width: auto;
        text-align: center;
	    color: #FFFFFF;
	    border: none;
	    line-height: 2.99em;
	    cursor: pointer;
		display: inline-block;
		background: #039CF4;
		box-shadow: inset 0 -5px 0 0 #039CF4;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
	}
    #signupInput  {
        width: 220px;
        max-width: 220px;
    }
    #ctaButton {
        max-width: 180px;
        width: 180px;
    }
}
    
body input[type="text"]#signupInput {
    min-height: auto;
}
@media only screen and (max-width: 46em) {
	#formContainer{
		font-size: 5vw;
	}
    #forCentering {
    	width: 100vw;
        /*position: absolute;
        left: 0;
        right: 0;*/
    }
}
@media only screen and (min-width: 46em) {
    #signupInput ,
    #ctaButton {
        font-size: 14px;
    }
}
@media only screen and (min-width: 64.063em) {
    #signupInput ,
    #ctaButton {
        font-size: 14px;
        height: 3em;
    }
    #signupInput  {
        width: 220px;
        max-width: 220px;
    }
    #ctaButton {
        max-width: 180px;
        width: 180px;
    }
	#formContainer{
	    display: block;
	    max-width: 430px;
	    width: 26em;
	    height: 45px;
	    margin: 0 auto;
	}
}
@media only screen and (max-width: 540px) {
    #formContainer {
        max-width: 320px;
    }
    #signupInput  {
        width: auto;
        max-width: 220px;
    }
    #ctaButton {
        max-width: 180px;
        width: auto;
    }
}


/**************************/
/*      LANDER           */
/**************************/

.lander .contact-form-container {
    margin-top: -100px !important;
}
.lander .hero-content {
    padding-bottom: 200px;
}

/**************************/
/*      THANK YOU         */
/**************************/

.thank-you .hero-content {
    padding: 200px 0 250px;
}



/**************************/
/*      CONTACT           */
/**************************/

.contact-form-container {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 2px 6px 0 rgba(81,81,81,0.24);
    box-shadow: 0 2px 6px 0 rgba(81,81,81,0.24);
    border-radius: 3.6px;
    max-width: 800px;
    margin: 0 auto !important;
    float: none !important;
    padding: 40px;
    position: relative;
    z-index: 2;
}

.form-header {
    color: #039CF4;
}

@media (min-width: 768px) {
    .contact-form-container {
        padding: 110px 220px;
        /*margin-bottom: -50px !important;*/
        margin-bottom: 250px !important;
    }
}
@media (max-width: 767px) {
    .contact-form-container {
        margin-bottom: 250px !important;
    }
}
.contact-form {
    max-width: 355px;
    margin: 0 auto !important;
    float: none !important;
    color: rgba(0,0,0,0.87);
}
.contact-page .hero {
    margin-bottom: -100px;
}
.contact-page .top-footer {
    padding-top: 250px;
}



/**************************/
/*      HOW IT WORKS      */
/**************************/

/*.how-it-works .hero-content {
   padding-bottom: 0;
}*/
.works-module {
   max-width: 215px;
   margin: 0 auto !important;
   float: none !important;
}
.works-module h3 {
   color: #3dc5ff ;
   font-size: 18px;
   line-height: 24px;
}
.works-module p {
   color: #8d9aa2 ;
   font-size: 14px;
   line-height: 19px;
}
.how-it-works .step-dot-line {
    
}
@media (max-width: 767px) {
    .step-dot-line {
        display: none !important;
    }
    .works-module {
        padding-bottom: 50px;
    }
    .works-module:last-child {
        padding-bottom: 0;
    }
}

.sticky {
   position: fixed;
   top: 0;
   padding: 20px 0 !important;
   z-index: 14;
   margin-left: 0 !important;
}
.sticky.white-section-bg {
   z-index: 14;
}
.sticky-menu-item {
   display: inline-block;
   float: left;
}
.sticky-menu-item img {
   opacity: .5;
   width: 50px !important;
}
.sticky-menu-item p {
    color: #8d9aa2 !important;
    font-size: 14px;
    line-height: 19px;
}
.sticky-menu-item:hover img {
   opacity: 1;
}
.sticky-menu-item {
   width: 16.666%;
}
.sticky-menu-container {
   
}
@media (max-width: 767px) {
   .sticky-menu-container {
       display: none !important;
   }
   .sticky-menu {
       display: none !important;
   }
}



/**************************/
/*       CROWD            */
/**************************/


.crowd-squares img {
    position: absolute;
    -webkit-animation: hover 4s ease-in-out infinite;
    animation: hover 4s ease-in-out infinite;
    border-radius: 5px;
}
.crowd-squares {
    position: relative;
    height: 450px;
    max-width: 500px;
}
@media (max-width: 767px) {
    .crowd-squares {
        max-width: 500px;
        float: none !important;
        margin: 0 auto !important;
    }
}
.crowd-squares img:first-child {
    top:50%;
    left:50%;
    width: 78px !important;
    height: 78px;
    margin-left: -39px;
    margin-top: -39px;
    animation-delay:;
    animation-duration:4.2s;
}
.crowd-squares img:nth-child(2) {
    top: 0;
    left: 20%;
    width: 144px !important;
    height: 144px;
    animation-delay:-1s;
    animation-duration:5s;
}
.crowd-squares img:nth-child(3) {
    top: 35%;
    left: 0;
    width: 96px !important;
    height: 96px;
    animation-delay:-1.8s;
    animation-duration:3.8s;
}
.crowd-squares img:nth-child(4) {
    bottom: 0;
    left: 10%;
    width: 122px !important;
    height: 122px;
    animation-delay:-2.5s;
    animation-duration:3.8s;
}
.crowd-squares img:nth-child(5) {
    top: 15%;
    right: 21%;
    width: 96px !important;
    height: 96px;
    animation-delay:-2s;
    animation-duration:;
}
.crowd-squares img:nth-child(6) {
    top:45%;
    right: 5%;
    width: 57px !important;
    height: 57px;
    animation-delay:-2.4s;
    animation-duration:3s;
}
.crowd-squares img:nth-child(7) {
    bottom: 0;
    right: 20%;
    width: 96px !important;
    height: 96px;
    animation-delay:-.6s;
    animation-duration:;
}
@media (min-width: 768px) and (max-width: 900px) {
    .crowd-squares img:nth-child(2) {
        left: 10%;
    }
    .crowd-squares img:nth-child(4) {
        left: 10%;
        bottom: 10%;
    }
    .crowd-squares img:nth-child(5) {
        right: 15%;
    }
    .crowd-squares img:nth-child(6) {
        right: 5%;
    }
    .crowd-squares img:nth-child(7) {
        right: 15%;
        bottom: 10%;
    }
}
@media (max-width: 500px) {
    .crowd-squares img:nth-child(2) {
        left: 10%;
    }
    .crowd-squares img:nth-child(4) {
        left: 10%;
        bottom: 10%;
    }
    .crowd-squares img:nth-child(5) {
        right: 10%;
    }
    .crowd-squares img:nth-child(7) {
        right: 10%;
        bottom: 10%;
    }
}

@-webkit-keyframes hover{
    0%{
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
        -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
        box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
        }
    50%{
        -webkit-transform:translateY(-5px);
        -ms-transform:translateY(-5px);
        transform:translateY(-5px)
        -webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
        box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
        }
    100%{
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
        -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
        box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
        }
}
@keyframes hover{
    0%{
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
        -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
        box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
        }
    50%{
        -webkit-transform:translateY(-5px);
        -ms-transform:translateY(-5px);
        transform:translateY(-5px)
        -webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
        box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
        }
    100%{
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
        -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
        box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
        }
}


/**************************/
/*      PRICING           */
/**************************/

.pricing-form-container {
    background-color: transparent;
    max-width: 1025px;
    margin: 0 auto !important;
    float: none !important;
    padding: 40px;
    position: relative;
    z-index: 2;
}

.pricing-form-container ul {
    
}

.pricing-form-container ul.checks li {

}

.pricing-form-container ul.checks li:before {
    font-family: FontAwesome;
    top: 0;
    left: 0;
    margin-right: 10px !important;
    -webkit-padding-start: 20px;
    content: "\f00c";
    font-size: 15px;
    color: #C5C5C5;
}

.pricing-form-container ul.benefits-blue {
    color: #039CF4;
}

.pricing-form-container ul.benefits-blue li:before {
    font-family: FontAwesome;
    top: 0;
    left: 0;
    margin-right: 10px !important;
    -webkit-padding-start: 20px;
    content: "\f00c";
    font-size: 15px;
    color: #039CF4;
}

.pricing-form-container ul.benefits-orange {
    color: #4A4A4A;
}

.pricing-form-container ul.benefits-orange li:before {
    font-family: FontAwesome;
    top: 0;
    left: 0;
    margin-right: 10px !important;
    -webkit-padding-start: 20px;
    content: "\f00c";
    font-size: 15px;
    color: #F5C200;
}

@media (min-width: 768px) and (max-width: 932px) {
    .pricing-form-container.tables-container {
        padding: 0 110px;
    }
}

.table-space {
    padding: 0 10px;
}

@media (max-width: 767px) {
    .table-space {
        max-width: 300px;
        margin: 0 auto 30px !important;
        float: none !important;
    }
}

@media (max-width: 400px) {
    .table-space {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .table-space:first-child {
        margin-bottom: 50px;
    }
}

.classic-pricing-table {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px 0 rgba(81,81,81,0.24);
    box-shadow: 0 2px 6px 0 rgba(81,81,81,0.24);
    height: 710px;
    border-radius: 3.6px;
}

.classic-content h2 {
    color: #039CF4;
    padding: 20px 0;
    border-bottom: 2px solid #E8E8E8;
}

.classic-content h5 {
    color: #8d9aa2;
}

.classic-content ul {
    -webkit-padding-start: 0 !important;
}

.classic-content ul li {
    font-size: 12px;
    color: #C5C5C5;
    line-height: 32px;
    list-style: none;
}

.enterprise-pricing-table {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px 0 rgba(81,81,81,0.24);
    box-shadow: 0 2px 6px 0 rgba(81,81,81,0.24);
    height: 710px;
    border-radius: 3.6px;
}

.enterprise-content h2 {
    color: #F5C200;
    padding: 20px 0;
    border-bottom: 2px solid #E8E8E8;
}

.enterprise-content h5 {
    color: #8d9aa2;
}

.enterprise-content ul {
    -webkit-margin-before: 0 !important;
    -webkit-margin-after: 0 !important;
    -webkit-padding-start: 0 !important;
}

.enterprise-content ul li {
    font-size: 12px;
    color: #C5C5C5;
    line-height: 32px;
    list-style: none;
}

.form-header {
    color: #039CF4;
}

@media (min-width: 768px) {
    .pricing-form-container {
        padding: 0 220px;
        margin-bottom: -250px !important;
    }
}

@-moz-document url-prefix() {
    .pricing-form-container {
        margin-bottom: 100px !important;
    }
}

.contact-form {
    max-width: 355px;
    margin: 0 auto !important;
    float: none !important;
}
.contact-page .hero {
    margin-bottom: -100px;
}
.contact-page .top-footer {
    padding-top: 250px;
}


/**************************/
/*         HELP           */
/**************************/

.faq-area {
    padding: 100px 0;
}

.faq-area h4 {
    color: #039CF4;
}

.box-section {
    padding: 50px 0 25px;
}

.faq-box {
    background: #fff;
    border-radius: 3.6px;
    box-shadow: 0 2px 6px 0 rgba(81,81,81,0.24);
    max-width: 300px;
    max-height: 450px;
    -webkit-appearance: none;
    -webkit-transition-duration: .3s; /* Safari */
    transition-duration: .3s;
    padding: 43px;
}

.docs .faq-box {
    margin-bottom: 30px;
}

.faq-box:hover {
    transform: translate(0, -5px);
    -webkit-box-shadow: 0px 30px 40px rgba(0,0,0,0.1);
    box-shadow: 0px 30px 40px rgba(0,0,0,0.1);
}
@media (max-width: 767px) {
    .faq-box {
        margin: 20px auto !important;
    }
}

.faq-box-text h2 {
    /*color: #8D9AA2;*/
    font-size: 18px;
    line-height: 22px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

.faq-box-text a {
    color: #8D9AA2;
}
.faq-box a {
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    margin: 10px 0;
    padding: 9px 25px;
    border-radius: 2px;
    min-width: 140px;
    text-align: center;
    color: #fff;
    border: 2px solid #039CF4;
    background-color: #039CF4;
}
.faq-box a:hover {
    background-color: #73C3E6;
    border-color: #73C3E6;
}

/**************************/
/*        COMPANY         */
/**************************/

@media all and (min-width: 768px) {
    .stats-description {
        padding-right: 200px;
    }
}
.company-header {
    max-width: 600px;
    margin: 0 auto !important;
    float: none !important;
}
.company .fun-fact-piece {
    text-align: center;
}
.company .fun-fact-piece .ff-item {
    font-size: 30px;
    color: #039CF4;
}
.company .fun-fact-piece .ff-description {
    font-size: 14px;
}
@media all and (max-width: 767px) {
    .company .fun-fact-piece {
        margin-top: 30px;
    }
}

.story-section {
    margin-top: 100px;
    z-index: 100;
    position: relative;
    background-color: #fff;
    color: #AEBBC4;
    padding: 80px;
    max-width: 800px;
    box-shadow: 0 2px 6px 0 rgba(81,81,81,0.24);
    border-radius: 3.6px;
}
@media all and (max-width: 600px) {
    .story-section {
        padding: 40px;
    }
}


.management-team-heading {
    padding-bottom: 100px;
}




/*************************************/
/*           MISC. ELEMENTS          */
/*************************************/

div.actions {
    text-align: center;
}
.hs-button.primary {
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    padding: 9px 25px;
    border-radius: 2px;
    min-width: 140px;
    width: 140px;
    margin: 20px auto 0 !important;
    border: 2px solid #039CF4;
    background-color: #039CF4;
    font-weight: 100;
    display: inline-block;
    color:#fff;
    border:none;
    -webkit-box-shadow: 0 2px 6px 0 rgba(81,81,81,0.24);
    box-shadow: 0 2px 6px 0 rgba(81,81,81,0.24);
    -webkit-appearance: none;
    -webkit-transition-duration: .3s; /* Safari */
    transition-duration: .3s;
}
.hs-button:focus {
    outline: none;
}
.hs-button:hover {
    background-color: #73C3E6;
    border-color: #73C3E6;
}
body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
}
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%;
    min-height: 35px;
    padding: 4px;
    background-color: #FFFFFF;
    display: block;
    box-shadow: inset 0 0 4px 0 rgba(0,0,0,.3);
    border: 1px solid #C8C8C8;
    border-radius: 2px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 15px;
}
body select {
    height: 2.75em;
    color: #c0c0c0;
}
body textarea {
    height: 8em;
}
.hs-form {
    margin-top: 0px;
}
.hs-form-radio {
    list-style-type:none;
}
.hs-form-booleancheckbox {
    list-style-type:none;
}
.hs-form fieldset.form-columns-1 .hs-input {
    width: 100%!important;
}
.hs-form fieldset.form-columns-1 input[type=checkbox], .hs-form fieldset.form-columns-1 input[type=radio] {
    width:auto!important;
}
.hs-form-field .hs_email {
    display:inline-block;
}
.hs-form-required {
    color: red;
    margin-left: 5px;
}
ul.hs-error-msgs {
    -webkit-padding-start: 0;
}
ul.hs-error-msgs li {
    list-style-type: none;
    color: #a0a2a4;
}
ul.hs-error-msgs li label {
    font-size: .75em;
    color: red;
}
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 {
    outline: none;
}
body label {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 20px;
    color: #6a6a6a;
}

input::-webkit-input-placeholder {
color: #c0c0c0 !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #c0c0c0 !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #c0c0c0 !important;  
}
 
input:-ms-input-placeholder {  
color: #c0c0c0 !important;  
}



/*************************************/
/*             BLOG LIST             */
/*************************************/

.blog .hero {

}

.blog .hero-overlay {
    
}
.blog .main-page .page-center {
    max-width: 1166px;
}

.blog .hero-text {
    padding: 190px 0 300px;
    margin: 0 auto !important;
    float: none !important;
}

.blog .main-page {
    padding: 100px 0;
    background: #fafafa;
}

.blog .hs-blog-header {
    text-align: center;
    margin-bottom: 30px;
}

.blog .hs-featured-image-wrapper {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.blog .hs-featured-image {
    min-width: 100%;
    margin: 0;
    float: none;
    -webkit-transition:all .2s ease-in-out!important;
    transition: all .2s ease-in-out!important;
}

.blog .blog-post-item {
    padding: 5px;
    border-radius: 2px;
    box-shadow: 0 4px 8px rgba(81,81,81,0.24);
}

.blog .blog-post-item .hs-featured-image-wrapper {
    overflow: hidden;
    height: 200px;
    width: 100%;
    box-shadow: 0 1px 2px rgba(81,81,81,0.24);
}

.blog .blog-post-item .hs-featured-image {
    height: 200px;
    width: auto;
    min-width: auto;
    max-width: none;
}

.blog .post-body.clearfix {
    text-align:left;
}

.blog .blog-pagination {
    clear:both;
    margin: 0 auto;
    float:none;
    text-align: center;
}

.blog .blog-post-item {
    background:#fff;
    width: 32%;
    padding:0;
    margin-bottom: 28px;
    min-height: 480px;
    overflow: hidden;
    float:left;
    -webkit-transition:all .2s ease-in-out!important;
    transition: all .2s ease-in-out!important;
    margin-left: 2%;
}
.blog .post-summary,
.blog .post-summary h1,
.blog .post-summary h2,
.blog .post-summary h3,
.blog .post-summary h4,
.blog .post-summary h5,
.blog .post-summary h6,
.blog .post-summary p,
.blog .post-summary span {
    font-size: 18px !important;
}

.blog .blog-post-item:nth-child(3n+1) {
    margin-left: 0 !important;
}
.blog .blog-post-item h2 {
    font-weight: 600;
}
.blog-post-item h2 {
    font-size:24px;
}

.blog .blog-post-item-right {
    float: right;
}

.post-header h2 {
    font-size:18px;
    line-height: 1.5em;
}

.post-header {
    padding: 20px;
    font-size: 12px;
}
.docs .post-header {
    padding: 5px 0;
}

.post-header p {
    font-size: 12px;
}

/*.blog .blog-post-item .post-header-title {
    min-height: 90px;
}*/

.blog .blog-link:link {
    color: #565656;
}

.blog .blog-link:visited {
    color: #565656;
}

.blog .blog-link:active {
    color: #565656;
}

.blog .blog-link:hover {
    color: #039CF4;
}

.blog .blog-post-wrapper .cell-wrapper {
    font-size: 18px;
    line-height: 34px;
}

.blog .blog-post-wrapper .cell-wrapper p {
    font-size: 18px;
    line-height: 34px;
}

.blog .blog-item {
    background:#fff;
    box-shadow: 0px 2px 20px -10px #000;
    -webkit-box-shadow: 0px 2px 20px -10px #000;
    padding:20px; 
}

.blog .display-author {
        font-size:20px;
}

.blog .author-avatar-small-container {
    max-width:60px;
    max-height:60px;
    overflow:hidden;
    border-radius:30px;
}

.blog .author-avatar-small {
    width:60px;
    height:auto;
}
@media (max-width: 1400px) {
    .blog .blog-post-item .hs-featured-image-wrapper {
        height: 210px;
    }
}
@media (max-width: 1050px) {
    .blog .blog-post-item {
        width: 49%;
        min-height: 500px;
    }
    .blog .blog-post-item:nth-child(3n+1) {
        margin-left: 2% !important;
    }
    .blog .blog-post-item:nth-child(2n+1) {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 600px) {
    .blog .blog-post-item {
        width: 100%;
        padding:0;
        margin:0 0.6% 40px;
        min-height: auto;
        overflow: hidden;
        float:none;
        margin-left: 0 !important;
    }
    .blog .blog-post-item .hs-featured-image-wrapper {
        overflow: hidden;
        height: 200px;
        width: 100%;
    }
    .blog .blog-post-item .hs-featured-image {
        height: auto;
        width: 100%;
        min-width: auto;
        max-width: none;
    }
}

/******************************/
/*        DOCS                */
/******************************/

.docs h1, .docs h2, .docs h3, .docs h4,
.docs h5, .docs h6, .docs p, .docs ul {
    -webkit-margin-before: 10px;
}
.docs .blog-section h1 {
    color: #4a5c68;
    font-size: 36px;
    font-weight: 400;
}

.docs .sidebar {
    margin-top: 10px;
    padding: 15px;
    background: #FCFCFC;
    border: 1px solid #eee;
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.1),0 2px 2px rgba(0,0,0,0.05);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.1),0 2px 2px rgba(0,0,0,0.05);
    box-shadow: 0 0 10px rgba(0,0,0,0.1),0 2px 2px rgba(0,0,0,0.05);
    
}
.docs .sidebar .hs-menu-wrapper {
    font-size:14px;
}
.docs .sidebar .hs-menu-wrapper ul {
    list-style:none;
    margin:0;
    padding:0;
}
.docs .sidebar .hs-menu-wrapper ul li:not(.active-branch)>ul {
    display:none; 
} /* shows only active branch */
.docs .sidebar .hs-menu-wrapper li.hs-menu-depth-1 {
    margin-bottom:5px;
}
.docs .sidebar .hs-menu-wrapper>ul>li a {
    padding-left:6px;
}
.docs .sidebar .hs-menu-wrapper.hs-menu-flow-vertical>ul>li>a {
    font-weight:700;
    display:block;
    font-size:1rem;
    color: #31425d;
    padding-left:0;
    margin-bottom:5px;
}
.docs .sidebar .hs-menu-wrapper>ul>li>ul {
    margin-left: -6px;
}
.docs .sidebar .hs-menu-wrapper>ul>li>ul li a {
    display:block;
    border-radius:4px;
    overflow: visible;
}
.docs .sidebar .hs-menu-wrapper>ul>li>ul li a:hover {
    color:#2c84d1;
    background:#e9f2fa;
}
.docs .sidebar .hs-menu-wrapper a {
    font-size:15px;
    color:#889a9d;
}
.docs .sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul li.active a {
    color:#2c84d1;
    background: #e9f2fa;
    padding-left: 10px;
    margin-left: -4px;
}
.docs .sidebar .sidebar-menu-header {
    margin-left: -5px;
}
.docs .sidebar .sidebar-menu-header-2 {
    margin-top: 15px;
}
.docs .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration:none;
    /*margin-top: -7px;*/
    margin-bottom: 0;
}
.docs .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position:relative;
    left:0;
    padding-top: 5px;
}
.docs .hs-menu-wrapper.hs-menu-flow-vertical>ul {
    -webkit-padding-start: 0;
}
.docs .hs-menu-wrapper.hs-menu-flow-vertical li a {
    width: auto;
    white-space:normal;
}
@media (max-width: 945px) {
    .docs .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
        width: 150px!important;
    }
}
@media (max-width: 767px) {
    .docs .sidebar {
        max-width: 90%;
        float: none!important;
        margin: 0 auto!important;
    }
    .docs .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
        width: 100%!important;
    }
    .docs .hs-menu-wrapper.hs-menu-flow-vertical li a {
        width: 100%!important;
    }
}





.page-header {
    font-size: 16px;
    line-height: 21px;
}

@media all and (min-width: 1024px) and (max-width: 1160px) {
    .page-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        padding: 10px 14px;
    }
}

/*=======================================================================*/
/*                  Slick Image Hang Left/Right Custom Module            */
/*=======================================================================*/
@media (min-width: 768px) {
    .hang-image.left img {
        margin-left: -30%;
    }
    .hang-image.right img {
        margin-left: 30%;
    }
}
@media (min-width: 1200px) {
    .hang-image {
        min-width: 1100px;
    }
    .hang-image.left img {
        margin-left: -35%;
    }
    .hang-image.right img {
        margin-left: 35%;
    }
}
@media (min-width: 1350px) {
    .hang-image.left img {
        margin-left: -30%;
    }
    .hang-image.right img {
        margin-left: 30%;
    }
}
@media (min-width: 1625px) {
    .hang-image.left img {
        margin-left: -25%;
    }
    .hang-image.right img {
        margin-left: 25%;
    }
}
@media (min-width: 1700px) {
    .hang-image.left img {
        margin-left: -30%;
    }
    .hang-image.right img {
        margin-left: 30%;
    }
}
@media (min-width: 1800px) {
    .hang-image.left img {
        margin-left: -40%;
    }
    .hang-image.right img {
        margin-left: 30%;
    }
}
@media (min-width: 1900px) {
    .hang-image.left img {
        margin-left: -45%;
    }
    .hang-image.right img {
        margin-left: 35%;
    }
}
@media (min-width: 2000px) {
    .hang-image.left img {
        margin-left: -30%;
    }
    .hang-image.right img {
        margin-left: 20%;
    }
}
@media (min-width: 2100px) {
    .hang-image.left img {
        margin-left: -35%;
    }
    .hang-image.right img {
        margin-left: 25%;
    }
}
@media (min-width: 2200px) {
    .hang-image.left img {
        margin-left: -40%;
    }
    .hang-image.right img {
        margin-left: 30%;
    }
}
/*@media (min-width: 2300px) {
    .hang-image.left img {
        margin-left: -67%;
    }
    .hang-image.right img {
        margin-left: 57%;
    }
}
@media (min-width: 2400px) {
    .hang-image.left img {
        margin-left: -72%;
    }
    .hang-image.right img {
        margin-left: 62%;
    }
}
@media (min-width: 2500px) {
    .hang-image.left img {
        margin-left: -77%;
    }
    .hang-image.right img {
        margin-left: 67%;
    }
}
@media (min-width: 2600px) {
    .hang-image.left img {
        margin-left: -85%;
    }
    .hang-image.right img {
        margin-left: 75%;
    }
}
@media (min-width: 2700px) {
    .hang-image.left img {
        margin-left: -95%;
    }
    .hang-image.right img {
        margin-left: 85%;
    }
}
@media (min-width: 2800px) {
    .hang-image.left img {
        margin-left: -100%;
    }
    .hang-image.right img {
        margin-left: 90%;
    }
}
@media (min-width: 2900px) {
    .hang-image.left img {
        margin-left: -105%;
    }
    .hang-image.right img {
        margin-left: 95%;
    }
}*/
/*=======================================================================*/
/*               End Slick Image Hang Left/Right Custom Module           */
/*=======================================================================*/
/* ==========================================================================
   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.                     
 */
a {
    -webkit-transition-duration: .4s;
       -moz-transition-duration: .4s;
            transition-duration: .4s;
}
@media (min-width: 1024px){

  a.mobile-trigger, a.child-trigger {
      display: none !important; /* Hide button on Desktop */
  }
    .page-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover > a {
        color: rgba(255,255,255,.5);
    }
}
.page-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        float: none;
}
.page-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li > a {
        color:#fff;
        cursor: pointer;
}

.page-header li.hs-menu-item.hs-menu-depth-1.active-branch {
    font-weight: 400;
}

  @media (min-width: 1024px) {
    .custom-menu-primary {
        text-align: center;
    }
   .custom-menu-primary ul.hs-menu-children-wrapper {
       background: #fff;
       -webkit-transition-duration: .4s;
       -moz-transition-duration: .4s;
       transition-duration: .4s;
       text-align: left;
   }
   .custom-menu-primary ul.hs-menu-children-wrapper:after {
       content: '';
       display: block;
       position: absolute;
       left: 20px;
       bottom: 100%;
       width: 0;
       height: 0;
       border-bottom: 10px solid white;
       border-top: 10px solid transparent;
       border-left: 10px solid transparent;
       border-right: 10px solid transparent;
   }
   .custom-menu-primary ul.hs-menu-children-wrapper li a {
       color: #242932  !important;
       padding: 10px 20px;
   }
   .custom-menu-primary ul.hs-menu-children-wrapper li:hover a {
       color: #039CF4 !important;
   }
   .page-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li > a {
       padding: 10px 12px;
   }
}
@media (max-width: 1373px)  {
    p {
        font-size: 16px;
    }
}
@media (max-width: 1373px) and (min-width: 1024px) {
    .custom-menu-primary, a.login-link {
        font-size: 13px;
    }
    p {
        font-size: 16px;
    }
}
@media (min-width: 1024px) and (max-width: 1083px) {
    .page-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li > a {
       padding: 10px 8px;
    }
}
@media (max-width: 1023px){

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

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

    
    .page-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li > a {
        color:#222;
    }
    .page-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover > a {
        color: #039CF4;
    }
  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .custom-menu-primary, .custom-menu-primary *{
    display: inline-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: #343434;
    }


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

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

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

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

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

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

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

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


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

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

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

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


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

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

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


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

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

  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 0;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
      -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); 
      overflow: scroll;
      height: 100vh;
  }
  .custom-menu-primary .hs-menu-flow-horizontal{
      padding: 40px 0 0 0; /* Padding to add room for close button */
      background-color: #fff; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

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

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

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

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    max-width: 160px;
    font-weight: normal;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    width: 160px;
    overflow: visible;
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/* CSS for tip/warning boxes */
.content-box-info,
.content-box-tip,
.content-box-warn {
    margin: 0 0 10px;
    margin-left: 30px;
	overflow: hidden;
	padding: 10px;
	color: #292C33;
    font-family: Roboto,sans-serif;
    font-size: 15px;
    width: 70%;
    mardgin: auto;
}

.content-box-info {
	background-color: #F0F8FF;
	border-left: 5px solid #039CF4;
}

.content-box-info::before {
    content: "info";
    text-transform: uppercase;
    display: block;
    margin: 2px 0 0;
    font-weight: 700;
    color: #039CF4;
}

.content-box-tip {
	background-color: #d9edc2;
	border-left: 5px solid #50AF51;
}

.content-box-tip::before {
    content: "tip";
    text-transform: uppercase;
    display: block;
    margin: 2px 0 0;
    font-weight: 700;
    color: #50AF51;
}

.content-box-warn {
	background-color: #f9dbdb;
	border-left: 5px solid #D95762;
}

.content-box-warn::before {
    content: "warning";
    text-transform: uppercase;
    display: block;
    margin: 2px 0 0;
    font-weight: 700;
    color: #D95762;
}

/* CSS for search function*/
.aa-input-container {
    display: inline-block;
    position: relative;
    color: #aaa;
    font-size: 16px;
}

.aa-input-container input { text-indent: 32px;}

.aa-input-container .fa-search { 
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 2;
  color: #3E4E59;
}

.aa-input-search {
    width: 270px;
    padding: 12px 28px 12px 12px;
    border: 2px solid #0D6592;
    border-radius: 4px;
    -webkit-transition: .2s;
    transition: .2s;
    font-family: Roboto, sans-serif;
    box-shadow: 4px 4px 0 rgba(241, 241, 241, 0.35);
    font-size: 13px;
    box-sizing: border-box;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.aa-input-search::-webkit-search-decoration, .aa-input-search::-webkit-search-cancel-button, .aa-input-search::-webkit-search-results-button, .aa-input-search::-webkit-search-results-decoration {
    display: none;
}

.aa-input-search:focus {
    outline: 0;
    border-color: #039CF4;
    box-shadow: 4px 4px 0 rgba(58, 150, 207, 0.1);
}

.aa-input-icon {
    height: 16px;
    width: 16px;
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: #e4e4e4;
}

.aa-hint {
    color: #e4e4e4;
}

.aa-dropdown-menu {
    background-color: #fff;
    line-height: 1.5;
    border: 2px solid rgba(228, 228, 228, 0.6);
    border-top-width: 1px;
    font-family: Roboto, sans-serif;
    width: 300px;
    margin-top: 1px;
    box-shadow: 4px 4px 0 rgba(241, 241, 241, 0.35);
    font-size: 13px;
    border-radius: 4px;
    box-sizing: border-box;
}

.aa-suggestion {
    padding: 12px;
    border-top: 1px solid rgba(228, 228, 228, 0.6);
    dcursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* .aa-suggestion a {
  text-decoration: none;
  font-style: normal;
}

.aa-suggestion a:active, a:link, a:visited {
  color: #292C33;
}

.aa-suggestion a:hover {
    text-decoration: underline;
}
*/

.aa-suggestion:hover, .aa-suggestion.aa-cursor {
    background-color: rgba(241, 241, 241, 0.75);
}

.aa-suggestion>span:first-child {
    color: #333;
}

.aa-suggestion>span:last-child {
    color: #a9a9a9;
}

.aa-suggestion>span:first-child em, .aa-suggestion>span:last-child em {
    font-weight: 700;
    font-style: normal;
    background-color: RGBA(3, 156, 244, 0.50);
    padding: 2px 0 2px 2px;
}