/* Merriweather */
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300);
/* Open Sans */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,600italic,400italic);
/* Source Sans */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600);
/* Icons */
@font-face {
  font-family: 'Aceup Icons';
  src: url(https://s3.amazonaws.com/ace-up-www/assets/aceup-icon.eot);
  src: url(https://s3.amazonaws.com/ace-up-www/assets/aceup-icon.eot#iefix) format('embedded-opentype'),
    url(https://s3.amazonaws.com/ace-up-www/assets/aceup-icon.ttf) format('truetype'),
    url(https://s3.amazonaws.com/ace-up-www/assets/aceup-icon.woff) format('woff'),
    url(https://s3.amazonaws.com/ace-up-www/assets/aceup-icon.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}

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




 /* this is the font your blog will be using. change it to whatever font you wish. You may have to import it above */
 /* this is the font your headers use */
 /* this is the font your links/captions use */
 /* this is the font your icons use */
 /* color of the footer */
 /* color of the text in each blog post */
 /* change this color to your desired site color */

/* Ace Up Colors */

















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

body {
    margin: 0;
    font-family: Open Sans;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Merriweather;
    font-weight: 400;
}

h1 {
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 15px;
}

p {
    font-family: Open Sans;
    font-size: 16px !important;
}
.header-container-wrapper {
    z-index: 50;
    width: 100%;
    //position: absolute;
   // top:0;
}
.page-center {
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto!important;
    float: none!important;
}
.super-page-center {
    max-width: 800px;
    margin: 60px auto !important;
    float: none!important;
}
a:link {
    color: #4B77BE;
    text-decoration: none;
    font-weight: 600;
    transition: all .5s ease;
}
a:visited {
    color: #4B77BE;
    text-decoration: none;
}
a:active {
    color: #4B77BE;
    text-decoration: none;
}
a:hover {
    color: #305CA5;
    text-decoration: none;
}

/* Blog Post Styling  */
/*********************/

.top-header-section {
    padding: 20px 0;
    font-weight: 600;
    font-size: 18px;
    background-color: #ffffff;
    box-shadow: 0 7px 10px -2px #DBDBDB;
    font-family: Source Sans Pro;
}
.top-spacer {
    margin-top: 0px;
}

.buttons {
    margin: 20px 0;
}
.post-body p {
    font-size: 16px;
    line-height: 26px;
    color: #313132;
}
.company-logo {
    margin: 0;
    float: left;
    text-align: left;
    width: 100px;
}
.company-logo img {
    margin-left: 15px;
    margin-top:4px;
}

.search-box {
    width: 100%;
    padding: 0;
    margin: 0;
}

.search-box form {
    margin: 0;
    width: auto;
}

.search-box form .input {
    display: flex;
    flex-direction: row;
    position: relative;
    margin-top: 5px;
    width: 100%;
    max-width: 100%;
}
.search-box form .field label {
    font-family: Merriweather;
    font-weight: 400;
    font-size: 18.7px;
}
.search-box form .input input[type=text] {
    width: 100%;
    max-width: 80%;
    border-radius: 0;
    height: 40px;
    margin: 0;
    border-right: 0 !important;
    border: 2px solid #DBDBDB;
    color: #313132;
    font-weight: 400;
}

.search-box form .input .hs-button {
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    position: relative;
}

.search-box form .input .hs-button:before {
    display: flex;
    justify-content: center;
    align-content: center;
    position: absolute;
    content: "\e906";
    font-family: 'Aceup Icons';
    left: 12px;
    top: 10px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.row-fluid .blog-search form {
    width: 100%;
    //max-width: 320px;
    float: none;
    position: relative;
}

.row-fluid .blog-search input[type=text] {
    background: #fff;
    border: 0;
    height: 35px;
    padding: 0 35px 0 10px;
    font-size: 14px
}

.row-fluid .blog-search .hs-button {
    background: transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 35px;
    min-width: 0;
    font-size: 0
}

.row-fluid .blog-search .hs-button:before {
    position: absolute;
    content: "\f002";
    font-family: 'FontAwesome';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #000
}

@media only screen and (min-width:320px) and (max-width:550px) {
}

/* Listing Page Styling  */
/************************/


@media(min-width:1900px) {
    
}

@media(min-width:992px) and (max-width:1240px) {
    
}

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

@media(max-width:991px) {
   
}

@media(min-width:30px) and (max-width:767px) {
   
}


@media only screen and (min-width:320px) and (max-width:550px) {

}

@media only screen and (min-width:551px) and (max-width:801px) {
    
}

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


}

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

.footer-content {
    width: 100%;
    max-width: 705px;
    margin: 0 auto !important;
    float: none !important;
    text-align: left;
    padding:0;
}

.custom-footer-bg {
    opacity: 1.0;
    background-color: #7a8599;
    text-align:center;
}

.custom-footer-bg h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    font-family: Source Sans Pro;
    padding: 10px 10px 10px 0px;
}

.custom-footer-bg {
    padding-top: 45px;
}

.footer-info {
    width:161px !important;
}
.footer-logo {
    width: 110px;
    margin-bottom:10px;
}

.custom-footer-menu ul {
    margin: 0;
    list-style: none;
    float: left;
    padding: 0 !important;
    margin:0 12px;
    width:120px;
}
.custom-footer-menu ul li {
    display: block;
    line-height: 18px;
    padding: 5px 0 7px;
    position: relative;
    vertical-align: top;
    list-style: none;
}
.custom-footer-menu ul:first-child{
    margin-left:32px;
    margin-right:15px;
    width:140px;
}
.custom-footer-menu ul li:first-child{
    padding:0;
}

.custom-footer-menu ul li label{
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    font-family: Source Sans Pro;
    padding: 0px 0px 5px 0px;
    display: block;
}

.custom-footer-menu ul:nth-child(4) {
   width: auto;
   margin: 0;
}
.custom-footer-menu ul:nth-child(4) label{
    padding-right:0;
}
.custom-footer-menu ul li a {
    font-family: Source Sans Pro;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

.ace-up {
    background-color: #415075;
    padding: 10px;
}

.custom-contact p{
    line-height: 18px;
    padding:0 10px 5px 0px;
}

.custom-contact p,
.custom-contact a{
    font-family: Source Sans Pro;
    margin: 0;
    color: #fff;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

.custom-contact a {
    text-decoration: underline;
}
.credidation-logos img {
    max-width: 65px;
    width: 65px;
}
.credidation-logos img:first-child {
    margin-right: 5px;
}

.custom-copyright ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.custom-social {
    font-family: 'Aceup Icons' !important;
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
}

.custom-social li {
    font-family: 'Aceup Icons' !important;
    display: inline-block;
    position: relative;
    height: 11px;
    width: 11px;
    margin: 10px 8px 25px;
    text-align: center;
    cursor: pointer;
}
.custom-social li:first-child {
    margin-left: 0;
}
.custom-social li:last-child {
    margin-right: 0;
}
.custom-social li span {
    font-size: 1.3em;
    margin-top: 5px;
    color: #fff;
    text-decoration: none;
    font-family: 'Aceup Icons' !important;
    -webkit-transition:all .2s ease-in-out!important;
    transition: all .2s ease-in-out!important;
}
.custom-social ul li span:hover {
    color: #D1DDF3;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Aceup Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e90b";
}
.icon-linkedin:before {
  content: "\e90c";
}
.icon-twitter:before {
  content: "\e912";
}
.icon-youtube:before {
  content: "\e913";
}

.custom-footer-logo img {
    max-width: 120px;
    margin: 10px 70px 6px -8px;
}

.custom-copyright {
    margin: 20px auto 10px;
    text-align: center;
    font-family: Source Sans Pro;
    color: #D1DDF3;
    font-size: 10px;
}

.custom-copyright a {
    font-family: Source Sans Pro;
    color: #D1DDF3;
    font-size: 10px;
    font-weight: 400;
}

.btn-o {
    margin: 15px 10px 5px 10px;
    display: block;
}

#element-html-298 {
    margin: 6px 10px 5px 0;
}

.element-contact-text a {
    text-decoration: none;
    font-weight:600;
    margin-bottom: 5px;
}

.element-contact-text a.number {
    font-weight:400;
}

.Connexion a {
    text-align: right;
    color: #fff;
    font-size: 13px;
    line-height: 19px;
    display: block;
    margin-top: 5px;
}

.footer-object ul {
    list-style-type: none;
    -webkit-padding-start: 0;
}
.footer-object ul li {
    margin: 15px 0;
}
.footer-object ul li a:link {
    color: #ffffff;
}
.footer-object ul li a:active {
    color: #ffffff;
}
.footer-object ul li a:visited {
    color: #ffffff;
}
.footer-object ul li a:hover {
    color: #ffffff;
}
.topic-cloud ul {
    list-style-type: none;
    -webkit-padding-start: 0;
    font-family: ;
}
.topic-cloud ul li {
    display: inline-block;
    margin: 8px 2px;
    font-size: 12px;
}
.topic-cloud ul li a {
    background: #4B77BE;
    color: #fff;
    padding: 3px 4px;
    text-shadow: 1px 1px rgba(15, 15, 15, .7);
}
.topic-cloud ul li a:hover {
    background: #305CA5;
    color: #fff;
}

.bottom-line {
    margin: 40px 0 30px;
    background-color: #676767;
    color: #676767;
}

.copyright-section {
    text-align: center;
    margin-top: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
}

@media only screen and (max-width:776px) {
    
.footer-content {
    margin: 0 auto !important;
    max-width: 400px;
    float: none !important;
    text-align: center;
    padding:0 20px;
    display: flex;
    flex-direction: column;
    align-items:center !important; 
}

.footer-content .row-fluid-wrapper .row-fluid {
    display: flex;
    flex-direction: column;
    align-items:center !important; 
}

.custom-footer-bg {
    padding-top: 25px;
}

.footer-info {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
    width: 100% !important;
}

.footer-info .row-fluid-wrapper {
    width: 150px;
}

.footer-info .row-fluid-wrapper:last-child {
    width: 0;
}

.footer-info p {
    display: none !important;
}
.footer-logo {
    width: 110px;
    margin-bottom:0px;
}

.custom-footer-menu {
    max-width: 150px;
    display: flex !important;
    flex-direction: column !important;
}

.custom-footer-menu ul {
    margin: 0;
    margin-bottom: 10px !important;
    text-align: left;
    width: 100%;
}
.custom-footer-menu ul li {
    display: block;
    line-height: 18px;
    padding: 5px 0 7px;
    position: relative;
    vertical-align: top;
    list-style: none;
    display: none;
}
.custom-footer-menu ul:first-child{
    margin: 0;
}
.custom-footer-menu ul li:first-child{
    display: initial !important;
}

.custom-footer-menu ul li label{
    margin: 0;
    padding: 0;
}

.custom-footer-menu ul:nth-child(4) {
   width: 100%;
   margin: 0;
}

.ace-up {
    background-color: #415075;
    padding: 10px;
}

.footer-info .row-fluid [class*="span"] {
    min-height: 0 !important;
}
.credidation-logos {
    display: none;
}

.custom-copyright {
    text-align: center;
    width: 100% !important;
}

.custom-copyright ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
}

.custom-social {
    font-family: 'Aceup Icons' !important;
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
}

.custom-social li {
    font-family: 'Aceup Icons' !important;
    display: inline-block;
    position: relative;
    height: 11px;
    width: 11px;
    margin: 10px 8px 25px;
    text-align: center;
    cursor: pointer;
}

}




.hs-button.primary {
    padding:15px 15px;
    font-size:16px;
    width:100%;
    text-align: center;
    background: #4B77BE;
    border-radius:5px;
    color:#fff;
    border:none;
    margin-top:15px;
    margin-bottom:15px;
}
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%;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    display: block;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 10px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    margin:4px 0 20px;
    letter-spacing: 0.5px;
    line-height: 18px;
    border-radius:5px;
}
.blog-comments {
    float: none!important;
    margin: 30px auto 0!important;
    max-width: 95%;
    border-top: 1px solid #F0F1F2;
}
.blog-list-no-comments {
    background-color: #444444;
    height: 0;
}
.hs-form {
    padding: 20px 0;
    width: 65%;
    float: none!important;
    margin: 0 auto!important;
}
.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;
}
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 {}
body label {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 20px;
}

.main-page {
    margin-top:50px;
    padding-top:50px;
    padding-bottom:50px;
}

.side-column-form {
  padding: 10px;
}
.side-column-form .hs_cos_wrapper_type_form .hs-form {
	width: 100%;
}

/*================================ */
/* RESPONSIVE LAYOUTS              */
/*================================ */

@media only screen and (max-width: 801px){
    
}

@media only screen and (min-width: 801px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
        color: ;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        margin: 0 0 20px;
        float: right;
        
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul li {
        padding: 0px 3px;
        margin-right: 10px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal li > a {
        color:#4B77BE;
        text-decoration:none;
        -moz-transition:border 300ms ease 0s , color 300ms ease 0s;
        -o-transition:border 300ms ease 0s , color 300ms ease 0s;
        -webkit-transition:border 300ms ease 0s , color 300ms ease 0s;
        transition:border 300ms ease 0s , color 300ms ease 0s;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal li > a:hover {
        color: ;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal li:nth-child(5) > a:hover{
    color: #F8A962;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal li:last-child > a:hover{
    color: #F8A962;
    }
    .hs-menu-children-wrapper {
        padding-top: 0;
    }
    .hs-menu-children-wrapper li {
        background-color:#4B77BE;
        margin-right: 0!important;
        min-width: 100px;
    }
    .hs-menu-item .hs-menu-depth-2 a {
        padding: 0 8px;
        color: #ffffff !important;
    }
}

.blog-post-item a {
    color: #565656;
}
.blog-post-item a:hover {
    color: #787878;
}
@media only screen and (max-width: 801px) {

.company-logo {
    max-height:100px;
    max-width:135px;
    width:auto!important;
    margin-top: -10px;
}
.top-header-section {
    max-height:110px;
}
.top-header-section a {
    font-size: 18px !important;
    margin-left: 10px;
}  
  
}

.bold-background {
  background-image: url('https://s3.amazonaws.com/ace-up-www/e-books/1765752-0-background-5.png');
  background-position: center center;
  position: relative;
  
  }

  .bold-background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(40, 113, 191, 0.71);
  }

.bold-background .main-body {
  z-index: 5;
  position: relative;
  color: #ffffff;
}

.whitepaper-logo {
  height: 50px;
  position: relative;
  z-index: 5;
  margin: 20px 0;
}

.whitepaper-logo img {
  width: 100px;
}

.cover {
  background-size: cover;
  background-position: center center;
  background-color: #305CA5;
  color: #FFFFFF;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  cursor: default;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0;
}
.cover h1,
.cover h2,
.cover h3 {
/*   text-shadow: 2px 2px rgba(98, 99, 100, 0.2); */
  color: #FFFFFF;
}
.cover h1 {
  margin-bottom: 15px;
/*   text-shadow: 2px 2px rgba(98, 99, 100, 0.25); */
}
.cover h2 {
  margin-bottom: 20px;
}
.cover a {
  color: #FFFFFF;
}
@media (min-width: 767px) {
  .cover h1 {
    margin-bottom: 35px;
  }
  .cover h3 {
    margin-bottom: 30px;
  }
}

.cover.b2b-cta:before, .cover.b2b-cta:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cover .one_line_input input.error {
  border: 1px solid #ff0000;
}

.cover.b2b-cta {
  background-blend-mode: multiply;
  background-position: top center;
  background-color: rgba(75, 119, 190, 0.68);
  background-image: url("https://s3.amazonaws.com/ace-up-www/business-extension/b2b-cta.jpg");
}
@media (max-width: 768px) {
  .cover.b2b-cta { 
    background-position: top right !important;
    background-image: url("https://s3.amazonaws.com/ace-up-www/business-extension/b2b-cta-mini.jpg");
    background-size: cover;
  }
}
.cover.b2b-cta:after {
  mix-blend-mode: overlay;
  background-color: #D1DDF3;
  opacity: 0.4;
}
.cover.b2b-cta:before {
  background-color: #305CA5;
  opacity: 0.2;
}
.b2b-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-content: center;
}
.cta-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  padding: 50px 75px;
}
@media (max-width: 850px) {
  .cta-left {
    padding: 20px 25px;
  }
}
.b2b-cta .cta-left .cta-content,
.b2b-cta .cta-left .cta-header {
  z-index: 5;
  position: relative;
}
@media (min-width: 1200px) {
  .b2b-cta .cta-left .header-content h3 {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .b2b-cta .cta-left .header-content h3 {
    max-width: 100%;
    padding: 5px 15px 0;
  }
}
.b2b-cta .b2b-landing-form form {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b2b-cta .b2b-landing-form form .form-columns-2,
.b2b-cta .b2b-landing-form form .form-columns-1 {
  width: 100%;
}
.b2b-cta .b2b-landing-form input,
.b2b-cta .b2b-landing-form textarea {
  z-index: 6;
  position: relative;
/*   max-width: 300px; */
}
@media (max-width: 767px) {
  .b2b-cta .b2b-landing-form .input,
  .b2b-cta .b2b-landing-form input,
.b2b-cta .b2b-landing-form textarea {
  width: 100% !important;
    margin-right: 0;
}
    
  }
.b2b-cta .b2b-landing-form label {
  color: #FFFFFF !important;
}
.b2b-cta .b2b-landing-form .hs-button {
  min-width: 180px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold !important;
}


