/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* 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;}



@font-face {
 font-family: 'Gilroy Bold';
 font-weight: 700;
 src: url('https://cdn2.hubspot.net/hubfs/4665808/36E591_F_0.eot') format('eot'), url('https://cdn2.hubspot.net/hubfs/4665808/36E591_F_0.woff') format('woff'), url('https://cdn2.hubspot.net/hubfs/4665808/36E591_F_0.ttf') format('truetype');
}

@font-face { 
 font-family: 'Gilroy';
 src: url('https://cdn2.hubspot.net/hubfs/4665808/36E591_B_0.eot') format('eot'), url('https://cdn2.hubspot.net/hubfs/4665808/36E591_B_0.woff') format('woff'), url('https://cdn2.hubspot.net/hubfs/4665808/36E591_B_0.ttf') format('truetype');
}


@font-face { 
 font-family: 'Gilroy Extra Bold';
 src: url('https://cdn2.hubspot.net/hubfs/4665808/36E591_13_0.eot') format('eot'), url('https://cdn2.hubspot.net/hubfs/4665808/36E591_13_0.woff') format('woff'), url('https://cdn2.hubspot.net/hubfs/4665808/36E591_13_0.ttf') format('truetype');
}

@font-face { 
 font-family: 'Gilroy Medium';
 src: url('https://cdn2.hubspot.net/hubfs/4665808/36E591_9_0.eot') format('eot'), url('https://cdn2.hubspot.net/hubfs/4665808/36E591_9_0.woff') format('woff'), url('https://cdn2.hubspot.net/hubfs/4665808/36E591_9_0.ttf') format('truetype');
}

body{
	font-family: 'Gilroy' !important;
  padding:0;
  margin:0;
  display: block;
  color:#212224;
  overflow-x: hidden;
}

img { height: auto !important; }

.font-extra-bold h2,
.font-extra-bold p,
.font-extra-bold h1,
.headline-text.font-extra-bold h2,
.integrations-page.headline-text-integrations h1,
.careers-page.headline-text h1,
.about-us.headline-text h1,
.headline-text-integrations.integrations-list h1,
.industry .headline-text h1,
.features .headline-text h1,
.book-headline-section h1,
.books-intro-section .get-started h1 {
  font-family: 'Gilroy Extra Bold' !important;
  font-weight: normal !important;
}

.careers-page.headline-text h1,
.about-us.headline-text h1 { 
  margin: 0 auto;
  margin-bottom: 20px;
}

.header-container-wrapper, .footer-container-wrapper{
	max-width: 1320px;
  display: block;
  margin: auto;
}
.body-container-wrapper{
	margin-top:82px;
}
.container-fluid .row-fluid .page-center{
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  display: block;
  float: none;
}
.header-container{
  transition:0.3s all;
}
.flex-box{
  display: -webkit-box !important;
  display: -ms-flexbox;
  display: flex !important;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
}
p {
    display: block;
    -webkit-margin-before: 	0rem;
    -webkit-margin-after: 	0rem;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.body-container-wrapper .row-fluid .span6:first-child{
	 width: 600px !important;
   margin-right: 60px;
}
.body-container-wrapper .row-fluid .span6:last-child{
  width: 600px !important;
   margin-left: 60px;
}
h1{
	font-size: 55px !important;
   -webkit-margin-before: 	0rem;
    -webkit-margin-after: 	0rem;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
h2{
	font-size: 48px !important;
  font-weight: normal;
   -webkit-margin-before: 	0rem;
    -webkit-margin-after: 	0rem;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
h3{
	font-size:20px !important;
}
h3,h4,h5{
  font-family: 'Gilroy' !important;
  font-weight: normal;
	 -webkit-margin-before: 	0rem;
    -webkit-margin-after: 	0rem;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
/********************************************/
/*****************Custom********************/
.sidebar-menu{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	height: 100vh;
	background-color: rgba(27,50,74, 0.95);
	transition: width 0.5s ease-in-out;
	width: 0 !important;
	overflow: auto;
}
.open{
	width:300px !important;;
}

.sidebar-menu ul{
  display: block;
  padding: 0 30px;
  margin-top: 60px !important;
  list-style: none;
}
.sidebar-menu ul li{
  padding: 10px 0;
  position: relative;
}
.sidebar-menu ul li a{
  color: #fff !important;
  text-transform: inherit;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}
.sidebar-menu.open{
		width: 380px;
}
.sidebar-menu img{
  	position: absolute;
    top: 34px;
    right: 31px;
  }
.sidebar-menu img:focus{
	outline:none !important;
}
.open-icon{
  position:absolute;
  top: 35px;
  right: 60px;
  cursor:pointer;
}
.open-icon img{
  width: 21px !important;
}
.text-right{
	text-align:right;
} 
.text-left{
	text-align:left;
}
.text-justify{
	text-align:justify;
}
.text-center{
	text-align:center;
}
.white,.white a{
	color:#fff;
}
.relative{
	position:relative;
}
.fixed{
  position: fixed;
}
.absolute{
	position:absolute;
}
.left{
	float:left;
}
.right,.right img{
	float:right !important;
}
.z-minus{
	z-index:-1;
}
.mobile{
  display:none !important;
}
.desktop{
  display:block !important;
}
.hidden{
	display: none !important;
}
.blue-text{
	color: #286ffd;
}
.f-s45{
	font-size:45px;
}
.f-s50{
	font-size:50px;
}
.f-s55{
	font-size:55px;
}
.f-s19{
	font-size:19px;
}
.f-s13{
	font-size:13px;
}

.bg-simple-white{
  background: #FFFFFF !important;
}

.bg-simple-blue {
  background-color: #F1F2F6;
}

.bg-simple-grey{
  background: #f7f7f7 !important;
}
.bg-simple-grey .bg-simple-white{
   background: #f7f7f7 !important;
  color: #fff !important;
}
.bg-simple-pink{
  background: #e9b7b6 !important;
}
.bg-simple-pink .bg-simple-white{
   background: #e9b7b6 !important;
}

.bg-simple-green{
  background: #4CD5B7 !important;
}
.bg-simple-green .bg-simple-white{
   background: #4CD5B7 !important;
}

.bg-simple-black{
   background: #0c0f14 !important;
}

.bg-simple-black .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a, .bg-simple-pink .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a, .bg-simple-green .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  color:#fff !important;
}

.bg-white{
  background: #FFFFFF !important;
  -webkit-box-shadow: 0px 30px 50px -45px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 30px 50px -45px rgba(0,0,0,0.5);
  box-shadow: 0px 30px 50px -45px rgba(0,0,0,0.5);
}

.m-w654{
	max-width:645px !important;
}
.m-w1000{
	max-width:1000px;
  display:block;
  margin: 0 auto !important;
  float: none !important;
}
.m-w1100{
	max-width:1100px;
  display:block;
  margin: 0 auto !important;
  float: none !important;
}
.m-w900{
	max-width:900px;
  display:block;
  margin: 0 auto !important;
  float: none !important;
}
.m-w700{
	max-width:700px !important;
  display:block;
  margin: 0 auto !important;
  float: none !important;
}
.m-t170{
	margin-top:170px !important;
}
.m-t164{
	margin-top:164px !important;
}
.m-t20{
	margin-top:20px !important;
}
.m-t45{
	margin-top:45px !important;
}
.m-t60{ 
	margin-top:60px !important;
}
.m-t80{ 
	margin-top:80px !important;
}
.mt-0{
  margin-top:0 !important;
}
.mt-10{
	margin-top:10px !important;
}
.mt-15{
	margin-top:15px !important;
}
.mt-20{
	margin-top:20px !important;
}
.mt-50{
	margin-top:50px !important;
}
.mt-60{
	margin-top:60px !important;
}
.mt-70{
	margin-top:70px !important;
}
.mt-80{
	margin-top:80px !important;
}
.mt-85{
	margin-top:85px !important;
}
.mt-90{
	margin-top:90px !important;
}
.mt-95{
	margin-top:95px !important;
}
.mt-100{
	margin-top:100px !important;
}
.mt-110{
	margin-top:110px !important;
}
.mt-120{
	margin-top:120px !important;
}
.mt-125{
	margin-top:125px !important;
}
.mt-130{
	margin-top:130px !important;
}
.mt-160{
	margin-top:160px!important;
}
.mt-135{
  margin-top: 135px!important;
}
.mt-150{
  margin-top: 150px!important;
}
.mt-180{
  margin-top: 180px!important;
}
.mt-195{
  margin-top: 195px!important;
}
.mt-200{
  margin-top: 200px!important;
}
.mt-230{
  margin-top: 230px!important;
}
.mt-250{
  margin-top: 250px!important;
}
.mt-270{
  margin-top: 270px!important;
}
.mt-105{
	margin-top: 105px!important;
}
.mt-260{
	margin-top: 260px!important;
}
.mb-n15{
  margin-bottom: -15px;
}
.mb-0{
	margin-bottom:0px!important;
}
.mb-15{
	margin-bottom:15px !important;
}
.mb-20{
	margin-bottom:20px!important;
}
.mb-25{
	margin-bottom:25px!important;
}
.mb-30{
	margin-bottom:30px!important;
}
.mb-40{
	margin-bottom:40px!important;
}
.mb-55{
	margin-bottom:55px!important;
}
.mb-70{
	margin-bottom:70px!important;
}
.mb-100{
	margin-bottom:100px!important;
}
.mb-120{
	margin-bottom:120px!important;
}
.mb-170{
	margin-bottom:170px!important;
}
.mb-110{
	margin-bottom:110px !important;
}
.mb-150{
	margin-bottom:150px !important;
}
.mb-200{
	margin-bottom:200px !important;
}
.mb-240{
	margin-bottom:240px !important;
}
.mb-260{
	margin-bottom:260px !important;
}
.mb-270{
	margin-bottom:270px !important;
}
.mt-15{
	margin-top:15px !important;
}
.mt-30{
	margin-top:30px !important;
}
.mt-55{
	margin-top:55px !important;
}

.mt-100 { margin-top:100px !important; }

.mt-125{
	margin-top:125px !important;
}
.mt-220{
	margin-top:220px !important;
}
.mt-135{
	margin-top:135px !important;
}
.ml-65{
  margin-left: 65px !important;
}
.mr-65{
  margin-right: 65px !important;
}
.m-h690{
  min-height: 690px !important;
}

.pt-95 {
  padding-top: 95px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-140 {
  padding-top: 140px;
}

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

.pt-200 {
  padding-top: 200px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-150 {
  padding-bottom: 150px;
}

.get-started.mw800 .row-fluid-wrapper{
	max-width:800px;
  margin:0 auto;
  width: 100%;
}
.get-started.mw1000 .row-fluid-wrapper{
	max-width:1000px;
  margin:0 auto;
  width: 100%;
}
.bold{
	font-family: 'Gilroy Bold';
}
.blue{
	color:#1b324a;
}
.width-100{
	width:100% !important;
}
.width-100-img img{
  width:100% !important;
}
.width-85-img img{
  width:85% !important;
}
.overflow-hidden{
	overflow:hidden;
}
.pull-right,.pull-right img{
	float:right;
}
.pull-right span.hs_cos_wrapper{
  float:right;
}
.pull-center span.hs_cos_wrapper{
  margin:0 auto;
}
.pull-center,.pull-center img{
	margin:0 auto;
  text-align:center;
  display:block;
}
.flex_box_355 {
  display: -webkit-box !important;
  display: -ms-flexbox  !important;
  display: flex !important;
  justify-content: center;
  min-height: 355px !important;
  align-items: center;
  height:100px;
}
.flex_box_283 {
  display: -webkit-box !important;
  display: -ms-flexbox  !important;
  display: flex !important;
  justify-content: center;
  min-height: 283px !important;
  align-items: center;
  height:100px;
}
.white-text,.white-text a, .white-text p, .white-text .headline-text p{
	color:#fff !important;
}
.sd-button{
	background-color:#fff !important;
  color:#286efa !important;
  border: 1px solid #286efa !important;
  border-radius:30px !important;
  padding: 18px 55px !important;
  outline:none;
  display: inline-block;
  font-size:11px !important;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 44px;
  transition: all 0.25s ease-out 0s;  
}
.sd-button:hover,.customer-stories-btn:hover{
  background-color:#286efa !important;
  color:#fff !important;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 0px !important;
  background: rgb(37, 98, 206) !important;
}

.sd-button-transparent{
	background-color:transparent !important;
  color:#fff !important;
  border: 1px solid #fff !important;
  border-radius:30px !important;
  padding: 18px 55px !important;
  outline:none;
  font-size:11px !important;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 44px;
  transition: all 0.25s ease-out 0s;  
}
.sd-button-transparent:hover{
  background-color:rgba(255,255,255,0.4) !important;
  color:#fff !important;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 0px !important;
  background: rgb(37, 98, 206) !important;
}
.customer-stories-btn{
	background-color:#fff !important;
  color:#286efa !important;
  border: 1px solid #286efa !important;
  border-radius:30px !important;
  padding: 19px 50px !important;
  outline:none !important;
  font-size:11px !important;
  margin-top:12px !important;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 44px;
  transition: all 0.25s ease-out 0s;  
}
.customer-stories-btn:hover{
	background-color: #286efa !important;
  color: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 0px !important;
  background: rgb(37, 98, 206) !important;
} 

.play-video-btn{
	background-color:#fff !important;
  color:#286efa !important;
  border: 1px solid #286efa !important;
  border-radius:30px !important;
  padding: 19px 60px !important;
  outline:none !important;
  font-size:12px !important;
  margin-top:30px !important;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 44px;
  transition: all 0.25s ease-out 0s; 
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.play-video-btn:hover{
	background-color: #286efa !important;
  color: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 0px !important;
  background: rgb(37, 98, 206) !important;
}

.request-demo-btn{
	background-color:#286efa !important;
  color:#fff !important;
  border: 1px solid #286efa !important;
  border-radius:30px !important;
  padding: 15px 35px !important;
  outline:none;
  font-size:13px !important;
  margin: 30px 0 10px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 44px;
  transition: all 0.25s ease-out 0s;  
}
.request-demo-btn:hover{
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 0px !important;
  background: rgb(37, 98, 206) !important;
  transition: 0.3s all;
  border-color: #0f5df9 !important;
  background: #0f5df9 !important;
}


a{
	text-decoration:none !important;
}
a:hover{
	text-decoration:none !important;
}
::-webkit-input-placeholder {
 	font-family: 'Gilroy';
}
::-moz-placeholder { 
  	font-family: 'Gilroy';
}
:-ms-input-placeholder {  
  	font-family: 'Gilroy';
}
:-moz-placeholder {
   font-family: 'Gilroy';
}
input, textarea, select, button {
	 font-family: 'Gilroy';
}
btn, .sd-button, .get-started input[type=submit],input[type=submit],.customer-stories-btn,.request-demo-form input[type=submit], .contact-form input[type=submit], .request-book-form input[type=submit],.sd-button-transparent{
  text-transform: uppercase;
  font-size:12px;
}
ul, menu, dir {
	list-style-type: none;
}
.hs-error-msgs.inputs-list{
  -webkit-padding-start: 0px;
}
.modal-header{
	border-bottom: none !important;
}
.modal-dl-title{
  font-size: 28px;
  padding-top: 33px;
  text-align: center;
  width: 100%;
  padding-bottom: 11px;
}
/********************************************/
/*****************Header********************/
.navigation-black, .navigation-white,.navigation-yellow,.navigation-blue{
	position: fixed;
  width: 100%;
  margin: 0 auto;
  left: 0;
  z-index: 11;
  padding: 0 60px;
  transition: 0.3s all;
}

.blue-fixed{
  position: fixed;
  width: 100%;
  margin: 0 auto;
  left: 0;
  background-color: #fff !important;
  z-index: 11;
  padding: 0 60px;
  border-bottom: 1px solid #ececec;
  transition: 0.3s all;
}

.only-white{
  background-color: #fff !important;
  transition: 0.3s all;
}
.only-white .logo-style svg path{ 
	fill: #1b324a;
  transition: 0.3s all;
}
.only-white .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  color: #1b324a !important;
  transition: 0.3s all;
}
.blue-fixed .logo-style svg {
  margin-top: 26px;
}
.blue-fixed .logo-style svg path{ 
	fill: #1b324a;
  transition: 0.3s all;
}
.blue-fixed .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
	color: #1b324a !important;
  transition: 0.3s all;
  padding: 8px 12.5px 10px;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
	  float: left;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom:20px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{
  	display: block;
    position: relative;
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
		color: #1b324a;
    padding: 14px 12.5px 12px;
    font-size: 14px;
    background-color: transparent;
    font-weight: normal;
    font-family: 'Gilroy Medium';
    float: left;
    transition: all .5s;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-of-type a{
	padding-right: 3px;
}
.sd-header .span1 a{
	  display: block;
    text-align: left;
    width:45px;
}
.sd-header .span1 a img{
	  margin-top: 31px;
    margin-left: 0;
  	width:45px;
  float:left;
}

.logo-style svg{
	max-width: 45px;
  margin-top: 28px;
  max-height:27px;
}

/******************************************/
/***************Headline text & image******/
.headline-text{
	margin-top:103px; 
} 
.headline-text h1,.headline-text h2,.headline-text h3,.headline-text h4,.headline-text h5{
	margin-top:0px;
  line-height:1.3 !important;
  font-size: 55px !important;
  font-family: 'Gilroy bold' !important;
  margin-bottom: 10px;
  word-wrap: normal;
}
.headline-text p:first-of-type{
	line-height:1.8 !important;
}
.headline-text p{
  font-size:19px;
	line-height:1.8 !important;
}
.headline-text.no-margin p:first-of-type{
		margin-top:0px;
}
.headline-text.no-margin p:last-of-type{
	margin-top:25px;
}
.headline-text-team h2{
	margin-top: 181px;
  line-height: 1.3 !important;
  font-size: 55px !important;
  font-family: 'Gilroy bold' !important;
  margin-bottom: 21px;
}
.headline-text-team p{
  font-size:19px;
	line-height:1.8 !important;
}
.headline-text-integrations h2{
	margin-top:73px;
  line-height:1.3 !important;
  font-size: 55px !important;
  font-family: 'Gilroy bold' !important;
  margin-bottom: 38px;
}

.team-left-image img{
  top: 0;
  left: 0;
  z-index: -1;
	max-width:500px;
}
.team-right-image img{
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  max-width:500px;
}
.hs-inline-edit .team-right-image img{
	z-index: 3;
}
.horizontal-logos-bw img{
	width:100% !important;
  margin-top: 175px;
  margin-bottom: 70px;
}
.horizontal-logos-bw.top img{
	margin-top: 180px;
  margin-bottom: 0px;
}
.secondary-headline h2 {
	margin-bottom: 33px;
}
.secondary-headline .subtitle{
  max-width:900px;
  display:block;
  margin: 0 auto  105px !important;
  float: none !important;
}
.secondary-headline .subtitle p{
	line-height:1.8;
}
.sign-in-text{
	margin-top:10px;
}
.sign-in-text span{
	font-size:13px;
}
.get-started.mw520 .row-fluid-wrapper{
	max-width:520px;
  width:100%;
}
.get-started.m-w645 .row-fluid-wrapper {
    max-width: 645px;
    width: 100%;
}
.get-started form{
	position:relative;
  margin-top:33px;
}
.get-started .hs-form-required{
  display:none;
}

.get-started input[type=email]:focus,.get-started input[type=email]:active{
	outline:none;
}
.get-started li{
	display:block;
}
.get-started .hs-error-msgs label{
  width: 320px;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  margin-top: 13px;
  display: block;
}

.customer-stories-subtitle p{
	line-height:1.8;
}

.customer-stories-facts p:first-of-type{
  font-size: 55px;
  max-width: 520px;
  margin-bottom: 6px;
}
.customer-stories-facts p:last-of-type{
	font-size:17px;
  max-width:520px;
  margin-bottom: 70px;
  line-height: 2;
}

.customer-stories-title{
	margin-bottom:21px;
}
.customer-stories-subtitle {
	display:block;
  max-width:900px;
  margin: 0 auto  115px !important;
  float: none !important;
}

/*******************************/
/************Footer*************/
.footer-container-wrapper{
	width:100%;
	background-color: #212224;
  color: #0C0F14;
  margin:0;
  max-width: 100%;
}

.footer-logo svg {
  width: 45px;
}

.footer-container-wrapper a{
	color: #0C0F14;
}
.footer-container{
  max-width: 1320px;
  margin: 0 auto;
}
.footer-text {
	margin-top:120px;
  font-size: 13px;
}

.resources-links p:first-of-type,
.product-links p:first-of-type,
.company-links p:first-of-type,
.segments-links p:first-of-type,
.offices-links p:first-of-type {
	margin-bottom: 20px;
}

.resources-links p,
.product-links p,
.company-links p,
.segments-links p,
.offices-links p {
	line-height: 1.6;
	margin-bottom: 25px;
  font-size: 13px;
}


.footer-text p{
	display: block;
  width: 81%;
}
.media-links.plus-margin p:first-of-type{
	margin-bottom: 20px;
}
.media-links.plus-margin p{
	margin-bottom:35px;
}

.media-links .flex-box {
  justify-content: flex-end !important;  
}

.media-links p {
  margin-right: 25px;
}

.media-links p:last-of-type {
  margin-right: 0;
}

.footer-text p a,
.product-links p a,
.company-links p a,
.media-links p a {
  color: #0C0F14 !important;
}
.product-links p:last-of-type,
.company-links p:last-of-type {
	margin-bottom:50px;
}
.footer-bottom-text{
	margin-bottom: 75px;
  margin-top: 95px;
}
.footer-bottom-text p, .footer-bottom-text span{
	 font-size:13px !important;
}
.footer-cities{
	font-size:12px;
}
.request-book p:first-of-type{
  font-family: 'Gilroy Bold';
	margin-top: 45px;
  font-size: 26px;
  margin-bottom:20px;
}
.full-board-rd .request-demo .form-text-title p{
  font-family: 'Gilroy';
	margin-top: 45px !important;
  font-size: 48px;
  margin-bottom:20px;
  line-height:1.4;
}
.ovfl-460{
	max-height:500px;
  overflow:hidden;
}
.request-book p:first-of-type{
	margin-top: 0px !important;
}
.request-book{
	margin-top:200px;
}
.request-demo p, .request-book p{
	font-size: 17px;
  line-height:2;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
	color:#212224;
}
.hs-error-msgs.inputs-list{
	-webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}
.request-demo p:first-of-type, .request-book p:first-of-type{
	    margin-top: 0px !important;
}
.request-demo input ,.contact-form input,.request-demo select, .contact-form select,.contact-form textarea{
  background: transparent;
  border: 1px solid #e6e6e6;
  box-shadow: none;
  padding: 8px 20px;
  height: 51px;
  margin-bottom: 5px;
  font-size: 13px;
  border-radius: 3px;
}
.contact-form textarea{
  padding: 10px 15px;
  min-height: 110px;
}
.full-board-rd .request-demo-form {
	margin-top:10px;
}
.full-board-rd .request-demo-form input{
  background: transparent;
  border: none;
  border: 1px solid #f1f1f1;
  box-shadow:none;
  border-radius: 3px;
  padding:8px 15px;
  height:50px;
  margin-bottom: 5px;
}
.request-book-form input{
  background: transparent;
  border: 1px solid #e6e6e6;
  box-shadow: none;
  padding: 8px 20px;
  height: 51px;
  margin-bottom: 5px;
  font-size: 13px;
  border-radius: 3px;
}
.contact-form .field, .contact-form .field{
	margin-bottom: 10px;
}
.request-demo .field{
	margin-bottom:10px;
}
.request-book-form .field{
	margin-bottom:10px;
}
.request-demo input:focus,.contact-form input:focus,.request-book-form input:focus, select, textarea{
	outline:none !important;
} 
.request-demo-form .hs_submit,.contact-form .hs_submit, .request-book-form .hs_submit{
	display:block;
  margin:0 auto;
  text-align:center;
}
.request-demo-form input[type=submit],.contact-form input[type=submit], .request-book-form input[type=submit]{
	background-color:#286efa !important;
  color:#fff !important;
  border: 1px solid #286efa !important;
  border-radius:30px !important;
  padding: 16px 65px !important;
  outline:none !important;
  cursor:pointer;
  height:55px;
  font-size:11px !important;
  margin-top:20px !important;
  margin-bottom:0px !important;
  transition:0.3s all;
  -webkit-appearance: none;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 44px;
  transition: all 0.25s ease-out 0s;  
}
.request-book-form input[type=submit]{
	margin-bottom:40px !important;
  text-transform: initial;
}
.request-demo-form input[type=submit]:hover,.contact-form input[type=submit]:hover, .request-book-form input[type=submit]:hover {
  transition: 0.3s all;
  border-color: #0f5df9 !important;
  background: #0f5df9 !important;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 0px !important;
  background: rgb(37, 98, 206) !important;
}
.request-demo-form .hs-error-msgs label,.contact-form .hs-error-msgs label, .request-book-form .hs-error-msgs{
  width: 100%;
  font-size: 12px;
  color: red;
  font-weight: 300;
}
.request-demo-form .hs_error_rollup,
.request-demo-form .hs-form-required,
.contact-form .hs_error_rollup,
.contact-form .hs-form-required,
.request-book-form .hs_error_rollup,
.request-book-form .hs-form-required,
.get-demo-content .hs_error_rollup,
.get-book-section .hs_error_rollup,
.get-demo .hs_error_rollup {
    display:none !important;
}


.request-book-new input{
  background: transparent;
  border: 1px solid #e6e6e6;
  box-shadow: none;
  padding: 8px 20px;
  height: 51px;
  margin-bottom: 5px;
  font-size: 13px;
  border-radius: 3px;
  color: #656565  !important;
}

.request-book-new  ::-webkit-input-placeholder {
 	color: #656565  !important;
}
.request-book-new  ::-moz-placeholder { 
  color: #656565  !important;
}
.request-book-new  :-ms-input-placeholder {  
  color: #656565  !important;
}
.request-book-new  :-moz-placeholder {
   color: #656565  !important;
}
.request-book-new form{
  padding: 0 25px;
}
#exampleModalCenter .modal-header{
  display: block !important;
}

.request-book-new .field{
	margin-bottom:10px;
}
.request-book-new input:focus{
	outline:none !important;
} 
.request-book-new .hs_submit{
	display:block;
  margin:0 auto;
  text-align:center;
}
.request-book-new input[type=submit]{
	background-color:#286efa !important;
  color:#fff !important;
  border: 1px solid #286efa !important;
  border-radius:30px !important;
  padding: 16px 65px !important;
  outline:none !important;
  cursor:pointer;
  height:55px;
  font-size:11px !important;
  margin-top:20px !important;
  margin-bottom:0px !important;
  transition:0.3s all;
  -webkit-appearance: none;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 44px;
  transition: all 0.25s ease-out 0s;  
}
.request-book-new input[type=submit]{
	margin-bottom:40px !important;
  text-transform: initial;
}
.request-book-new input[type=submit]:hover {
  transition: 0.3s all;
  border-color: #0f5df9 !important;
  background: #0f5df9 !important;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 0px !important;
  background: rgb(37, 98, 206) !important;
}
.request-book-new .hs-error-msgs{
  width: 100%;
  font-size: 12px;
  color: red;
  font-weight: 300;
}

.request-book-new .hs_error_rollup,.request-book-new .hs-form-required{
    display:none !important;
}

.book-page-container .headline-text{
	margin-top:0px;
}

.book-page-container .row-fluid .span7{
	width: 54.264957%;
  margin-left: 5.564103%;
}
.contact-form{
  margin-top:197px;
}
.contact-form.lower{
  margin-top:50px;
}
.contact-form-side-title{
	font-size:45px;
  margin-bottom:20px;
}
.contact-form-side-subtitle{
	font-size:17px;
  line-height:1.8;
}
.contact-form .submitted-message{
	text-align:center;
}
.contact-form .submitted-message a{
	color: #286ffd;
}
.black-background{
	position:absolute;
  background-color:#0c0f14 !important;
  top:0;
  left:0;
  right:0;
  min-height:900px !important;
  z-index:-1;
}
.yellow-background{
	position:absolute;
  background-color:#efb627 !important;
  top:0;
  left:0;
  right:0;
  min-height:530px !important;
  z-index:-1;
}
.white-background{
	position:absolute;
  background-color:#FFF !important;
  top:0;
  left:0;
  right:0;
  min-height:530px !important;
  z-index:-1;
}
.blue-background{
	position:absolute;
  background-color:#4cd5b7 !important;
  top:0;
  left:0;
  right:0;
  min-height:530px !important;
  z-index:-1;
}
.pink-background{
	position:absolute;
  background-color:#e9b7b6 !important;
  top:0;
  left:0;
  right:0;
  min-height:900px !important;
  z-index:-1;
}
.silver-background{
	position:absolute;
  background-color:#F7F7F7 !important;
  top:0;
  left:0;
  right:0;
  min-height:850px !important;
  z-index:-1;
}
.custom-blue{
	position:absolute;
  background-color:#4485f4 !important;
  top:0;
  left:0;
  right:0;
  min-height:530px !important;
  z-index:-1;
}
.get-started .blue-dots img{
  position:absolute;
  bottom: 11px;
  float: right;
  right: -17px;
  z-index: -1;
}
.customer-story{
	margin-top:233px;
}
.customer-company-name{
	font-size:17px;
  margin-top:50px;
}
.customer-subtitle{
	font-size:45px;
  margin-bottom: 15px;
}
.customer-number{
	font-size: 80px;
  margin-top: 32px;
  color: #286ffd;
}
.customer-number-text{
	font-size:17px;
  margin-top:-6px;
}
.customer-text{
	font-size:17px;
  line-height: 2;
  margin-top: 20px;
}
.customer-story .cta_button, .homepage-stories-facts .cta_button{
  margin-top: 40px;
  display: block;
  font-size: 13px;
  color:#286ffd;
}
.testimonial-content{
	display:block;
  margin-top:250px;
  margin-bottom: 166px;
  min-height: 635px !important;
}
.testimonial-content.no-bottom{
	margin-bottom: 0px !important;
}
.testimonial-content.no-top{
	margin-top:0 !important;
}
.testimonial-container{
	background-color:#4cd5b7;
  position:absolute;
  max-width:100%;
  width:100%;
	min-height:635px;
  left: 0;
}
.testimonial-container.yellow{
  background-color:#efb627;
}
#testimonial{
	max-width: 1320px !important;
  display: block !important;
  margin: auto !important;
  float: none !important;
  position: relative;
}
.testimonial-photo img{
	position:relative;
  top:-42px;
  z-index:1;
	width:100% !important;
  max-width:500px; 
}
.testimonial-text{
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 600px;
}
.testimonial-text span,.testimonial-text p{
	font-size: 28px;
  line-height: 1.6;
  color: #fff;
  width:100%;
}
.testimonial-photo{
	position:relative;
}
#testimonial .white-dots{
  position: absolute !important;
  right: 78px !important;
  z-index: 0 !important;
  width: 160px !important;
  top: unset !important;
  bottom: 28px !important;
}

.case-study{
	margin-top:70px;	
}
.case-study .brief{
	max-width:520px;
}
.case-study .company-name.case-study .company-name p, .case-study .company-name span{
	font-size:55px;
	margin-bottom: 55px;
  font-family: 'Gilroy Bold' !important;
  display: block;
}
.case-study .company-brief.case-study .company-brief p, .case-study .company-brief span{
	font-size:20px;
	margin-bottom: 67px;
  line-height:1.8;
  display: block;
}
.case-study .blue-dots{
  position:absolute;
  bottom: -17px;
  right: -20px;
  z-index: -1;
  width: 200px !important;
}
.case-study-board img{
	max-width:600px;
  width:100% !important;
}
.case-study .stat{
	margin-bottom:30px;
}
.case-study .stat-number{
	font-size: 80px;
  margin-top: 32px;
  color: #286ffd;
}
.case-study .stat-number-text span, .case-study .stat-number-text p{
	font-size:17px;
  margin-top:-10px;
  line-height:1.8;
  display:block;
}
.case-study-paragraph{
	max-width:720px;
  width:100%;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  display:block;
}
.case-study-paragraph span, .case-study-paragraph p{
	display:block;
  text-align:justify;
  font-size:19px;
  line-height:1.8;
}
.case-study-artboard img{
	width:100% !important;
}

.tech-school-subtitle{
	font-size:19px;
  line-height:1.8;
  max-width:730px;
  margin: 15px auto 90px !important;
  float: none !important;
}
.tech-school-section{
	margin-top:155px;
  display: flex !important;
  justify-content: middle;
}
.tech-school-text{
}
.tech-school-blue-text,.tech-school-blue-text p,.tech-school-blue-text span{
	color:#286efa !important;
	font-size:17px !important;
}
.tech-school-section-title,.tech-school-section-title p,.tech-school-section-title span{
	display:block;
  font-size:45px !important;
  margin-top:0px;
  margin-bottom:25px;
}
.tech-school-section img{
	width: 100% !important;
}
.tech-school-section-text,.tech-school-section-text p,.tech-school-section-text span{
	font-size:19px !important;
  line-height:1.8 !important;
}
.sd-blue-logo{
	position:absolute;
  top:0;
  bottom:0;
  top:50%;
  left:0;
  right:0;
  z-index:-1;
  text-align:center;
}
.sd-blue-logo img{
	max-width: 285px;
}
.book-container{
	margin-top:140px;
  max-width:350px;
}
.book-container.left-margin{
	margin-left:67.5px;
}
.book-container.right-margin{
	margin-right:67.5px;
}
.book-cover{
	max-width:350px !important;
  width:100% !important; 
}
.book-title p,.book-title span{
	font-size: 17px;
  margin-top: 30px;
  margin-bottom: 10px;
  display: block;
  font-family: 'Gilroy bold';
}
.book-brief{
  margin-top: 5px;
}
.book-brief p,.book-brief span{
	font-size: 17px;
  margin-bottom: 10px;
}
.book-link a,.book-brief span{
	font-size: 17px;
  text-decoration:none;
}

.accordion-container{
	margin-top:120px;
  margin-bottom: 200px;
  min-height:350px !important;
}
.acc-content p,.acc-content span{
	font-size: 17px !important;
  display: block !important;
}
.acc-link{
	cursor:pointer;
  margin-bottom:7px;
}
.acc-link p, .acc-link span{
	display: block !important;
  font-size: 13px !important;
  color: #abb2bd !important;
}
.acc-link.active span,.acc-link.active p{
	color: #286efa !important;
  font-family:'Gilroy Bold';
}
.acc-link.active span:before{
    width: 5px;
    height: 5px;
    background-color: #286efa !important;
    border-radius: 50%;
    content: '';
    display: inline-block;
    position: relative;
    top: -3px;
    margin-right: 5px;
}
.acc-content.inactive{
	display: none;
}
.acc-content.active{
	display: block;
}
.acc-content p, .acc-content span{
	display: block !important;
  font-size: 16px !important;
  line-height: 2;
  margin-top: 8px;
}
.scrollspy-example .up{
  margin-top: -13px;
}
.npnm100{
	margin-top: -100px !important;
  padding-top: 103px;
}
.acc-content{
	margin:80px auto 80px;
}
.acc-content:first-of-type{
	margin:0;
}
.acc-content h3{
  font-family:'Gilroy Bold'!important;
}
.acc-content p a{
  margin-top: -6px;
  font-size: 13px;
  display: block;
}
.accordion-links.fixed-links{
	  position: fixed;
    margin: auto;
    display: block;
    margin-top: 30px;
    top: 100px !important;
    max-width:220px;
}
.accordion-links.absolute_bottom{
    bottom: 0 !important;
  	position:absolute;
  max-width:160px;
}

.careers-photo-left-section{
  max-width: 433px;
  position: absolute;
  bottom: 0px;
}
.career-page-content{
	max-width:700px;
  display: block;
  margin:120px auto 150px !important;
	float: none !important;
}
.career-page-content p, .career-page-content span{
	text-align:justify;
  font-size:19px;
  line-height:1.8;
}

.careers-content{
	display:block;
  margin-top:250px;
  margin-bottom: 150px;
  min-height: 650px !important;
}
.careers-container{
	background-color:#efb627;
  position:absolute;
  max-width:100%;
  width:100%;
	min-height:635px;
  left: 0;
}
.careers-container.yellow{
  background-color:#efb627;
}
#careers{
	max-width: 1320px !important;
  display: block !important;
  margin:-200px auto !important;
  float: none !important;
  position: relative;
}
.careers-photo img{
  z-index:1;
  position:relative;
  width:320px !important;
}
#careers .white-dots-1 img{
  position:absolute;
  right: 45px;
  top: -45px;
  z-index: 0;
}
#careers .white-dots-2 img{
  position:absolute;
  top: -76px;
  right: 15px;
  z-index: 0;
}
#careers .white-dots-3 img{
  position:absolute;
  top: -46px;
  right: -17px;
  z-index: 0;
}
.careers-text{
	margin-top:0px;
}
.careers-text span,.careers-text p{
	font-size: 19px;
  line-height: 1.45;
  color: #fff;
  width:100%;
  display: block;
  text-align: justify;
  max-width: 320px;
}

.team-content{
  display: block;
  margin:120px auto 300px !important;
	float: none !important;
}
.team-content p, .team-content span div{
  display: block;
  text-align: justify;
  font-size: 19px;
  line-height: 1.8;
  margin:0 250px;
}
.stick-to-left{
	margin-left:-250px !important;
  margin-right: 60px !important;
  margin-top: 60px !important;
  margin-bottom: 60px !important;

}
.stick-to-right{
	margin-right:-250px !important;
  margin-left: 60px !important;
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.request-demo-content{
	display:block;
  margin-top:250px;
  margin-bottom: 166px;
  min-height: 450px !important;
}
.request-demo-content.no-bottom{
	margin-bottom: 0px !important;
}
.request-demo-container{
	background-color:#efb627;
  position:absolute;
  max-width:100%;
  width:100%;
	min-height:450px;
  left: 0;
}
.request-demo-text{
  max-width: 700px;
  margin: 110px auto 45px !important;
  float: none !important;
  font-size: 28px;
  color: #fff;
  line-height: 1.9;
}

.integration-blue-bottom{
	display:block;
  margin-top:250px;
  margin-bottom: 166px;
  min-height: 285px !important;
}
.integration-blue-bottom.no-bottom{
	margin-bottom: 0px !important;
}
.integration-blue-bottom-container{
	background-color:#286efa;
  position:absolute;
  max-width:100%;
  width:100%;
	min-height:285px;
  left: 0;
}
.integration-blue-bottom-text span{
  max-width: 700px;
  font-size: 13px;
  color: #fff;
  line-height: 1.6;
}
.integration-blue-bottom-text span a, .integration-blue-bottom-text span a:hover{
  color: #fff;
}
.integration-blue-bottom-text h3{
	font-family:'Gilroy Bold';
}
.homepage-artboard img{
	max-width:100%;
  margin-top:50px;
}
.no-margin-right{
	margin-right:0 !important;
}
.skill-1-img,.skill-2-img,.skill-3-img,.skill-4-img{
	  position: absolute;
    top: 0;
    right: 0;
}
.skill-1-img img,.skill-2-img img,.skill-3-img img,.skill-4-img img{
  float:right;
	width: 780px !important; 
}
.about-us-headline{
	min-height:690px !important; 
}
.book-page-container{
	margin-top:60px;
}
.book-page-container .close{
	margin-top:0;
  width:10px;
  position: absolute;
  right:16px;
}
.send-book{
  margin-top: 80px;
  margin-bottom: 35px;
}
.send-book p, .send-book span{
	font-size:28px;
  color: #286ffd;
}

.book-cover-photo img{
	max-width:520px !important;
  float:left !important;
  width: 100% !important;
}
.book-brief-title{
	text-align:center;
  margin: 142px auto 80px;
}
.book-brief-title p,.book-brief-title span{
  font-size:28px !important;
}
.book-brief-chapters{
	margin-bottom: 30px;
}
.book-chapters-container{
	margin-bottom:140px;
}
.book-brief-chapters p:first-of-type{
	color: #286ffd;
  font-family:'Gilroy Bold';
  line-height:2;
  font-size:15px;
  display:block;
  float: left;
} 
.book-brief-chapters p{
  font-family:'Gilroy Bold';
  line-height:2;
  font-size:17px;
  margin-right:10px;
}
.book-brief-chapters p:last-of-type{
	font-family:'Gilroy';
  font-size:17px;
  line-height:2;
} 


.current-openings{
	margin-bottom:30px;
}
.current-openings span{
	font-size: 28px;
}
.job-openings{
	margin-bottom: 225px !important;
}
.job-openings a{
	text-decoration:none;
  color: #286ffd;
}
.job-location{
  padding-bottom: 40px;
  padding-top: 40px;
  border-bottom: 1px solid #ccc;
	color: #286ffd;
  font-size:19px;
  line-height:28px;
}
.job-title-location-holder{
	padding-bottom: 40px;
  padding-top: 40px;
  border-bottom: 1px solid #ccc;
}
.job-title{
	font-size:19px;
}
.job-apply{
  font-size:19px;
  color: #286ffd;
}
.job-position.first .job-location,.job-position.first .job-title-location-holder{
	border-top: 1px solid #ccc;
}

.list-group-item{
	margin:0  !important;
  border:none  !important;
  padding:0  !important;
  background-color: unset  !important;
}
.list-group-item.active{
  margin:0  !important;
  border:none  !important;
  padding:0  !important;
  background-color: unset  !important;
}
.list-group-item.active span{
  color:#286efa !important;
  font-family: 'Gilroy Bold';
}
.list-group-item.active span:before{
	  width: 5px;
    height: 5px;
    background-color: #286efa !important;
    border-radius: 50%;
    content: '';
    display: inline-block;
    position: relative;
    top: -3px;
    margin-right: 5px;
}
.careers-headline-holder {
  padding-right: 450px;
  padding-bottom: 200px;
}
.headline-holder .careers-photo-right-section {
  position: absolute;
  bottom: -110px;
  right: 60px;
  width: 40%;
  max-width: 500px;
}
.headline-holder {
  background-color: #0c0f14;
  margin-bottom: 100px;
}
.headline-holder .get-started
{
  max-width: 1440px;
  padding: 80px 60px 0;
  margin: 0 auto !important;
  float: none;
}
.headline-holder .careers-photo-left-section
{
  bottom: -110px;
}
.full-width .body-container-wrapper
{
  padding: 0;
  margin: 0;
  max-width: 100%;
}
/*  Custom Discover Zs*/
.get_book_margin{
  margin-top: 18px;
}
.get-the-book{
  color: #286efa;
}
.get-the-book::after{
  content: " ";
  background: url(https://www.smartdreamers.com/hubfs/right-arrow-black.png) 15px 5px no-repeat;
  background-size: 16px;
  display: inline-block;
  width: 36px;
  background-repeat: no-repeat;
  height: 18px;
}
.get-the-book::before{
  content: "";
  width: 101px;
  background: #286efa;
  height: 1px;
  position: absolute;
  margin: 30px 0;
}

.learn_more_btn{
  color: #286efa;
}
.learn_more_btn::after{
  content: " ";
  background: url(https://cdn2.hubspot.net/hubfs/4665808/Images/right-arrow.svg) 15px 5px no-repeat;
  background-size: 16px;
  display: inline-block;
  width: 36px;
  background-repeat: no-repeat;
  height: 18px;
}

.send_book_btn_fill{
  background-color: #286efa !important;
  color: #fff !important;
  border: 1px solid #286efa !important;
  border-radius: 30px !important;
  padding: 19px 50px !important;
  outline: 0;
  font-size: 13px !important;
  margin: 30px 0 10px;
  transition: .3s all;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 44px;
  transition: all 0.25s ease-out 0s;  
}
.send_book_btn_fill:hover{
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 0px !important;
  background: rgb(37, 98, 206) !important;
  transition: .3s all;
  color: #fff !important;
  border-color: #0f5df9 !important;
  background: #0f5df9 !important;
}
.send_book_btn_border{
  color: #286efa !important;
  border: 1px solid #286efa !important;
  border-radius: 30px !important;
  padding: 19px 50px !important;
  outline: 0;
  cursor: pointer;
  font-size: 13px !important;
  margin: 30px 0 10px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 44px;
  transition: all 0.25s ease-out 0s;
}
.send_book_btn_border:hover{
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 0px !important;
  background-color: #286efa !important;
  color:#fff !important;
   transition: .3s all;
}
.send_book_btn_margin{
  margin: 59px;
}
.title_center_margin{
  text-align: center;
  margin-top: 100px;
  margin-bottom: 105px;
}
.li_text_padding{
  padding-left: 35px;
  margin-top: 20px;
  line-height: 31px;
}
.li_text_padding:nth-child(1)::before{
  content: " ";
  position: absolute;
  background: #212224;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  margin: 8px -35px;
}
.module_margin_bottom{
  margin-bottom: 146px;
}
.module_group_margin_left{
  margin-right: 5.564103% !important;
  margin-left: 0 !important;
}
/*  Custom Discover Zs*/
@media only screen and (max-width: 1500px) {
  #testimonial .white-dots{
    position: absolute !important;
    right: -7px !important;
    z-index: 0 !important;
    width: 160px !important;
    top: unset !important;
    bottom: 28px !important;
  }
  .black-background{
    min-height:57.5vw !important;
  }
  .header-container-wrapper, .body-container-wrapper,.footer-container,#testimonial{
  	padding:0 60px;
  }
  .body-container-wrapper .row-fluid .span6:first-child {
      width: 42.717948718% !important;
      margin-right: 0px !important;
      margin-left: 0;
  }
  .body-container-wrapper .row-fluid .span6:last-child {
    width: 42.717948718% !important;
    margin-right: 0px !important;
    margin-left: 14.564102564%;
  }
  .book-container{
    max-width:30% !important;
  }
  .book-container.left-margin{
/*     margin-left:60px !important; */
    margin-left:2.5% !important;
  }
  .book-container.right-margin{
/*     margin-right:60px !important; */
    margin-right:2.5% !important;
  }
  .careers-photo-section {
    max-width: 410px !important;
	}
  #careers{
    padding: 0 60px;
  }
  .careers-testimonial-section.right-margin {
    margin-right: 60px !important;
  }
  .careers-testimonial-section.left-margin {
      margin-left: 60px !important;
  }
  .flex_box_283{
  	display: block !important;
    margin-top: 100px;
    min-height: auto !important;
    padding: 0 60px;
  }
  .about-us-headline .span6{
  	 width: 45% !important;
    float:left;
  }
  .about-us-headline .span3{
  	 width: 23% !important;
    float:left;
  }
}
@media only screen and (max-width: 1034px) {
  .team-left-image img, .team-right-image img{
  	width: 44% !important;
  }
  .headline-text-team h2{
    margin-top: 32%;
    font-size:28px !important;
  }
  .accordion-links.fixed-links{
  	max-width:160px;
  }
  .headline-text-team p {
    font-size: 15px  !important;
	}
  .black-background{
    min-height:600px !important;
  }
  .text-center-on-mobile{
  	text-align:center;
  }
  .career-page-content{
  	margin:170px auto 200px !important;
  }
  .careers-testimonial-section{
  	text-align:center;
    margin: 0 auto;
  }
  .pull-right span.hs_cos_wrapper{
  	float:none;
  }
  .pull-right, .pull-right img {
    float: none;
    text-align: center;
    margin: 0 auto;
	}
  .careers-text span, .careers-text p{
  	margin: 0 auto !important; 
  }
  .team-content p, .team-content span div{
  	max-width:800px;
    widtH:100%;
    margin: 0 auto;
  }
  #careers .white-dots-1 img,#careers .white-dots-2 img,#careers .white-dots-3 img{
  	display:none;
  }
  .careers-photo-left-section,.careers-photo-right-section{
  	display:none !important;
  }
  .sd-blue-logo{
    display:none !important;
  }
  .careers-headline-holder
  {
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .pink-background{
    min-height: 700px !important;
  }
  .book-page-container .row-fluid .span7{
    width:100%;
    margin-left: 0;
  }
  .footer-text{
  	margin-top:60px;
  }
  .full-width .body-container-wrapper{
  	margin-top: -55px;
  }
  .full-width .body-container-wrapper .get-started{
  	margin-top:60px  !important;
  }
  .navigation-black, .navigation-white, .navigation-yellow, .navigation-blue{
		position: relative;
    width: 100%;
    margin: 0 auto;
    left: 0;
    z-index: 11;
    padding: 0;
    transition: 0.3s all;
	}
  .request-demo .form-text-title{
  	margin-top:120px !important;
  }
  .job-openings{
    padding:0 30px;
  	margin-top: 100px !important;
    text-align:center;
  }
  .job-position.first .job-location{
  	border:none;
  }
  .job-position.first .job-title-location-holder{
  	border-top:none;
  }
  .job-location{
  	padding-bottom:0px;
    border:none;
  }
  .job-title-location-holder{
  	padding-top:0px;
  }
  .job-apply{
  	text-align:center;
  }
  .acc-content span{
  	position: relative;
  }
  .accordion-container{
  	margin-bottom:0px;
  }
  .integration-blue-bottom{
    margin-top:0px !important;
  	min-height: 394px !important;
  }
  .product-links, .company-links, .media-links{
  	margin-top:60px;
  }
  .product-links p:last-of-type, .company-links p:last-of-type {
  	margin-bottom:20px;
  }
  .flex_box_283{
  	margin-bottom:100px;
  }
  .footer-text p {
    display: block;
    width:100%;
	}
  
  .footer-container,
  #testimonial {
    padding: 0 30px;
	}
  
  .header-container-wrapper {
    padding: 0;
  }
  
  .body-container-wrapper{
  	margin-top:0px;
    padding: 0;
  }
  
  .p-lr-30 {
    padding: 0 30px !important;
  }
  
  .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .order-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .mobile{
  	display:block !important;
  }
  .mobile-hidden{
    display:none !important;
  }
  .desktop{
  }
  .blog-header img{
  	margin-left:15px !important;
  }
  .flex_box{
  	display:block;
  }
  .book-container{
    max-width:100% !important;
  }
  .book-container.left-margin{
    margin-left:0px !important;
  }
  .book-container.right-margin{
    margin-right:0px !important;
  }
  .body-container-wrapper .row-fluid .span6:last-child{
  	width: 100% !important;
    margin-left: 0 !important;
  }
  .body-container-wrapper .row-fluid .span6:first-child{
  	width: 100% !important;
    margin-left: 0 !important;
  }
  .careers-container{
      min-height: 1800px !important;
  }
  .careers-content {
    min-height: 1620px !important;
	}
  .careers-testimonial-section:last-of-type{
  	margin-top:100px;
  }
  .tech-school-section img{
  	margin-top:40px;
  }
  .testimonial-photo{
  	text-align:center;
  }
  .testimonial-photo img{
    top:0;
    margin-top:30px;
  	position:relative !important;
    width: 100% !important;
  }
  #testimonial .white-dots img{
  	display:none !important;
  }
  .testimonial-text{
  	height:auto;
  }
  .testimonial-text span, .testimonial-text p{
  	font-size:16px;
    text-align:center;
    max-width: 320px;
    display: block;
    margin-top:30px;
  }
  .headline-text{
  	text-align:center !important;
  }
  .homepage-artboard img{
  	display:none !important;
  }
  .customer-stories-facts p:first-of-type,.customer-stories-facts p:last-of-type {
  	max-width:100%;
  }
  .get-started input[type=email]{
    padding:8px 20px;
    font-size: 11px;
    height:40px;
  }
  .get-started input[type=submit],input[type=submit],.customer-stories-btn,.request-demo-form input[type=submit], .contact-form input[type=submit], .request-book-form input[type=submit],.sd-button-transparent{
  	padding: 11px 26px !important;
    outline: none !important;
    cursor: pointer;
    height: 40px;
    font-size: 11px !important;
    -webkit-appearance: none;
  }
  .sd-skills .active p:first-of-type{
    text-align:center;
    margin:0 auto;
  }
  .sd-skills p:last-of-type,.sd-skills p:first-of-type{
    text-align:center;
    margin:0 auto;
  }
  .skill-1-img, .skill-2-img, .skill-3-img, .skill-4-img{
  	position:relative;
    display:block !important;
  }
  .skill-1-img img,.skill-2-img img,.skill-3-img img,.skill-4-img img{
    margin: 30px auto 60px;
  }
  .open-icon {
    position: absolute;
    right: 0px;
	}
  .text-center-mobile{
  	text-align:center;
  }
  .m-t164 {
    margin-top: 82px !important;
	}
  .request-demo{
  	margin-bottom:40px;
  }
  .about-us-headline{
    min-height:auto !important;
  }
  .about-us-headline .span6{
  	 width: 100% !important;
    	float:left;
  }
  .about-us-headline .span3{
  	display:none;
  }
  .team-content p, .team-content span div{
  	font-size:13px;
  }
  .footer-content .span4{
    width: 100% !important;
    margin-right: 0 !important;
    float: left;
    font-size: 10px;
  }
  .footer-content .footer-bottom-text .span4{
  	display: block;
    float: left;
    width: 48.93617020799999% !important;
    margin-left: 0 !important;
  }
  .footer-content .footer-bottom-text .span8{
  	display: block;
    float: left;
    width: 48.93617020799999% !important;
    margin-left: 0;
  }
  .footer-content .span4 .span6{
  	float:left;
    width: 48.93617020799999%;
  }
  .footer-text p, .product-links p, .company-links p, .media-links p{
    font-size: 10px;
  }
  .footer-bottom-text .span2{
  	width:10% !important;
     float: left;
  }
  .footer-bottom-text p, .footer-bottom-text span{
    font-size:10px !important;
    display: block;
  }
  .media-links.plus-margin img{
  	
    max-width:40px;
  }
  .customer-story {
    margin-top: 113px;
	}
  .customer-subtitle {
    font-size: 25px;
  }
  .customer-number {
    font-size: 30px;
    margin-top:15px;
  }
  .headline-text-integrations h2{
  	font-size:34px!important;
    text-align:center;
  }
  .white-text, .white-text a, .white-text p, .white-text .headline-text p{
  	text-align:center;
  }
	.white-text svg{
		text-align:left;	
    float: left;
	}
  .mt0-mobile{
  	margin-top:0px !important;
  }
  .testimonial-content{
  	margin-top:125px;
  }
  .request-demo-text{
  	font-size:17px;
  }
  .flex-box{
    flex-direction: column;
  }
  .case-study .company-name.case-study .company-name p, .case-study .company-name span{
    font-size:34px;
  }
  .case-study .stat-number{
  	font-size:40px; 
  }
  .list-group-item{
    display: none !important;
  }
  .career-page-content
  {
    margin-top: 0px !important;
  }
  .headline-holder .get-started
  {
    padding: 34px 30px;
  }
  .request-demo-btn{
  	padding: 11px 26px !important;
    font-size: 11px !important;
  }
  /*  Custom Discover Zs*/ 
.module_group_margin_left{
  margin: 0 !important;
  text-align: center !important;
}
  .send_book_btn_margin{
    margin-right: 0 !important;
    text-align: center !important;
  }
/*  Custom Discover Zs*/ 
} 
@media only screen and (max-width: 480px) {
  .tech-school-section-title, .tech-school-section-title p, .tech-school-section-title span{
  	font-size:22px!important;
    text-align:center !important;
  }
  .tech-school-section-text, .tech-school-section-text p, .tech-school-section-text span{
  	font-size:15px!important;
    text-align:center !important;
  }
  .tech-school-blue-text, .tech-school-blue-text p, .tech-school-blue-text span{
  	text-align:center !important;
  }
  .f-s55{
  	font-size:34px!important;
  }
  .f-s45 {
    font-size: 30px !important;
	}
  .horizontal-logos-bw{
  	display:none !important;
  }
  .headline-text h1,.headline-text h2,.headline-text h3,.headline-text h4,.headline-text h5{
    font-size:34px!important;
  }
  .headline-text h2 span:first-of-type{
    font-size:34px!important;
    display: block;
  }
  .testimonial-content{
  	margin-bottom: 0px;
  }
  .request-demo-content{
  	margin-top:100px;
  }
}