/* 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;
}
.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;
    z-index: 10;
    font-family: Source Sans Pro;
}
.top-header-section a {
    color: #ffffff;
}

.top-spacer {
    margin-top: 0px;
}
.feat-topic {
    background-color: #4B77BE;
    width: 190px;
    margin: -34px auto 0;
    z-index: 12;
    opacity: 1;
    font-family: Source Sans Pro;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .8em !important;
    letter-spacing: 0.03em;
    -webkit-transition:all .4s ease-in-out!important;
    transition: all .4s ease-in-out!important;
}
.feat-topic:hover {
    background-color: #305CA5 ;
}
.feat-topic a:hover {
    color: #fff !important;
}
.blog-content-header {
    background-color: rgba(49, 49, 50, .85);
    margin: 0 auto;
    padding:20px 25px;
    max-width:900px;
}

#hubspot-author_data {
    font-size:15px !important;
}
.author-link:hover {
    color: #F8A962 !important;
}
.blog-topics ul {
    list-style-type: none;
    margin-top:25px;
    padding-left: 0;
}
.blog-topics li {
    font-size: 11.5px !important;
    line-height: 11px !important;
    font-family: Source Sans Pro;
    text-transform: uppercase;
    letter-spacing: .05em;
    display: inline;
    border-left: 1px solid #ffffff;
    padding: 0 5px 0 10px;
}
.blog-topics li:first-child {
    border-left: none;
    padding-left: 0;
}

.blog-topics li a:hover {
    color: #F8A962;
}
.blog-content-container {
    padding:20px;   
}
.blog-core {
}
.side-nav {
    text-align: left;
}
.side-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.side-nav ul li {
    margin-bottom: 10px;
}

.popular-posts {
    
}

.filter-topics ul li {
    margin-bottom: 10px;
}

.filter-topics ul li a {
    background-color: #D1DDF3;
    color: #7A8599;
    padding: 2px 7px;
    text-transform: uppercase;
    font-size: .76em;
    letter-spacing: .05em;
    font-style: normal;
}

.filter-topics ul li a:hover {
    color: #313132;
    background-color: #F0F1F2
}

.filter-topics {
    margin: 0 10px 20px;
    line-height: 1em;
    font-family: Source Sans Pro;
    position: relative;
    z-index: 10;
}

.filter-topics a {
    font-style: italic;
}

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

.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;
}
.hs-featured-image {
    max-width: none;
    margin:0;
}

.blog-pagination {
    clear: left;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 30px 0;
    //margin: 7px auto 0!important;
    font-size: 15px;
    font-family: Source Sans Pro;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.blog-pagination a {
    padding-top:10px;
    width: 130px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #4B77BE;
    border-radius: 3px;
    -webkit-transition:all .3s ease-in-out!important;
    transition: all .3s ease-in-out!important;
}

.blog-pagination a:hover {
    background-color: #4B77BE;
    color: #fff;
}
.page-nav {
    height: 40px;
    padding-top: 10px;
}
.previous-post a, .next-post a {
    padding:10px 15px;
    font-size: 15px;
    font-family: Source Sans Pro;
    text-transform: uppercase;
    letter-spacing: .05em;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #4B77BE;
    border-radius: 3px;
    -webkit-transition:all .3s ease-in-out!important;
    transition: all .3s ease-in-out!important;
}
.previous-post a:hover, .next-post a:hover {
    background-color: #4B77BE;
    color: #fff;
}
.previous-post {
    float:left;
}
.next-post {
    float:right;
}

.list-topics {
    margin: 0 10px 20px;
    font-size: 15px;
    line-height: 1em;
    font-family: Source Sans Pro;
    position: relative;
    z-index: 10;
    color: #fff;
    text-align: center;
}

.blog-link:hover .list-topics {
    text-align: center;
    color: #565656;
    text-decoration: bold;
}

.ftr-img-hdr .post-header h1 {
    font-size: 40px;
    line-height: 1.2em;
}


.ftr-img-hdr {
    padding:250px 0 0;
    background-color:rgba(15,15,15,.15);
    margin:0;
    font-size: 18px;
    line-height: 19px;
    float:none!important;
    width: 100%;
    text-align: center;
    color: #fff;
    position: relative;
    -webkit-transition:all .2s ease-in-out!important;
    transition: all .2s ease-in-out!important;
}
.ftr-img {
    margin:0;
    font-size: 16px;
    line-height: 19px;
    float:none!important;
    width: 100%;
    text-align: center;
    color: #fff;
    position: relative;
    -webkit-transition:all .2s ease-in-out!important;
    transition: all .2s ease-in-out!important;
}
.ftr-img-hdr .ftr-img .post-header {
    z-index: 2;
    position: relative;
    color:#fff;
}

.ftr-img-hdr a:link {
    color: #fff;
}
.ftr-img-hdr a:visited {
    color: #fff;
}
.ftr-img-hdr a:active {
    color: #fff;
}
.ftr-img-hdr a:hover {
    color: #4B77BE;
}
a.filter-expand-link {
    clear: left;
    margin-top: 3px;
    width:100%;
}

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

.signup-cta {
    background-image: url('https://s3.amazonaws.com/ace-up-www/homepage/cta_signup.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding:40px 20px;
    margin-top: 30px;
}
.signup-content {
    text-align: center;
    padding:20px 0;
    color: #fff;
    z-index: 2;
}

.signup-content h1 {
    margin-top: 0;
}

@media only screen and (min-width:320px) and (max-width:550px) {
    .feat-topic {
    background-color: #4B77BE;
    width: 190px;
    margin: -34px auto 0;
    z-index: 12;
    opacity: 1;
    font-family: Source Sans Pro;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .8em !important;
    letter-spacing: 0.03em;
    -webkit-transition:all .4s ease-in-out!important;
    transition: all .4s ease-in-out!important;
}
.feat-topic:hover {
    background-color: #305CA5 ;
}
.feat-topic a:hover {
    color: #fff !important;
}
.blog-content-header {
    background-color: rgba(49, 49, 50, .85);
    margin: 0 auto;
    padding:20px 25px;
    max-width:900px;
}

#hubspot-author_data {
    font-size:15px !important;
}
.author-link:hover {
    color: #F8A962 !important;
}
.blog-topics ul {
    list-style-type: none;
    margin-top:25px;
    padding-left: 0;
}
.blog-topics li {
    font-size: 11.5px !important;
    line-height: 11px !important;
    font-family: Source Sans Pro;
    text-transform: uppercase;
    letter-spacing: .05em;
    display: inline;
    border-left: 1px solid #ffffff;
    padding: 0 5px 0 10px;
}
.blog-topics li:first-child {
    border-left: none;
    padding-left: 0;
}

.blog-topics li a:hover {
    color: #F8A962;
}
.blog-content-container {
    padding:5px;   
}
.blog-core {
}
.side-nav {
    padding:15px;
    text-align: center;
}

.ftr-img-hdr {
    padding:200px 0 0;
}

.ftr-img-hdr .post-header h1 {
    font-size: 26px;
    line-height: 1.2em;
}

.blog-pagination {
    font-size: 13px;
    margin-bottom: 0;
    padding:10px 10px 0;
}

.blog-pagination a {
    padding-top:9px;
    width: 85px;
    height: 25px;
    border: 2px solid #4B77BE;
}




}



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

.main-blog-header {
    background-image: url('https://s3.amazonaws.com/ace-up-www/assets/blog-homepage.jpg');
    background-size: cover;
    background-position: center;
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding:0 30px;
}
.main-blog-header:before {
      content: '';
      position: absolute;
      height: 70vh;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: linear-gradient(#4B77BE, #F8A962);
      opacity: .17;
  }
.main-header-content {
    text-align: center;
    padding:10px 20px;
    color: #fff;
    z-index: 2;
}
.main-header-content h1, .main-header-content h2 {
    font-weight: 300;
    text-shadow: 2px 2px 2px rgba(98,99,100,.2);
}
.main-header-content h1 {
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 0;
    padding: 0;
}
.main-header-content h2 {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 0;
}
.category-menu {
    border:1px solid transparent;
    padding: 11px 0 13px;
    background-color: rgba(219, 219, 219, .9);
    position: sticky;
    top: 0;
    z-index: 20;
    box-shadow: 3px 3px 5px rgba(98,99,100,.2);
}

.category-menu ul {
    width: 600px;
    margin: 0 auto;
    padding: 0;
    vertical-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.category-menu li {
    list-style: none; 
    padding: 0 5px;
}

.category-menu li a {
    color: #626364;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75em;
    letter-spacing: 0.05em;
    font-family: Source Sans Pro;
}

.hs-blog-listing .mainblog-section2 {
    width: auto !important;
    margin: 0;
    padding: 15px;
    text-align: center;
}

.blog-post-item .hs-featured-image-wrapper {
    overflow: hidden;
    height: 325px;
    width: 100%;
    background: #333;
    background-size: cover;
    background-position: center center;
}
.blog-post-item .hs-featured-image {
    min-height: 100%;
    min-width: 100%;
    background-size: cover;
    background-position: center center;
}
.blog-post-item {
    position: relative;
    float: left;
    width: calc(100% / 3 - 16px);
    margin: 0;
    background:#fff;
    padding:0;
    margin: 8px;
    min-height: 325px;
    height: 325px;
    max-height: 325px;
    overflow: hidden;
    -webkit-transition:all .2s ease-in-out!important;
    transition: all .2s ease-in-out!important;
}
.blog-post-item h2 {
    font-size: 24px;
    text-transform: normal;
}

.blog-post-item .hs-featured-image {
    display: flex;
    align-items: center;
    justify-content: center !important;
    align-content: center !important;
}

.hs-blog-listing .row-fluid .mainblog-section2 .blog-post-item .post-item {
    margin: 0;
    padding: 0;
}

/* .hs-blog-listing .row-fluid .mainblog-section2 .blog-post-item:first-child {
    height: 590px;
    min-height: 590px;
    width: calc(100% / 3 * 2 - 16px);
}
.hs-blog-listing .row-fluid .mainblog-section2 .blog-post-item:first-child .hs-featured-image-wrapper {
    height: 590px;
}
.hs-blog-listing .row-fluid .mainblog-section2 .blog-post-item:first-child .ftr-header-img {
    height: 590px;
    min-height: 590px;
    width: calc(100% / 3 * 2 - 16px);
}

.hs-blog-listing .row-fluid .mainblog-section2 .blog-post-item:first-child .post-header {
    padding: 30px 25px;
    max-width: 650px;
}

.hs-blog-listing .row-fluid .mainblog-section2 .blog-post-item:first-child .post-header h3 {
    font-size: 32px;
    line-height: 40px;
    margin-top: 16px;
    margin-bottom: 20px;
}

.mainblog-section2 .blog-post-item:first-child .post-header .author-date {
    font-size: 15px !important;
}

.mainblog-section2 .blog-post-item:first-child .post-header .feat-topic {
    font-size: 13px !important;
    width: 175px;
}

.hs-blog-listing .row-fluid .mainblog-section2 .blog-post-item:nth-child(2) {
    height: 287px;
    min-height: 287px;
    
}

.hs-blog-listing .row-fluid .mainblog-section2 .blog-post-item:nth-child(3) {
    height: 287px;
    min-height: 287px;
    
}

.mainblog-section2 .blog-post-item:nth-child(2) .post-header {
    margin-top: -10px;
    
}

.mainblog-section2 .blog-post-item:nth-child(3) .post-header {
    margin-top: -5px;
    
}
 */
.hs-blog-listing .row-fluid .mainblog-section2 .blog-post-item .post-item figcaption:before, figcaption:after {
      position: absolute;
      top: 20px;
      right: 20px;
      bottom: 20px;
      left: 20px;
      content: '';
      opacity: 0;
      -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
      transition: opacity 0.4s, transform 0.4s;
    }

.hs-blog-listing .row-fluid .mainblog-section2 .blog-post-item .post-item figcaption:before {
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      -webkit-transform: scale(0,1);
      transform: scale(0,1);
    }
.hs-blog-listing .row-fluid .mainblog-section2 .blog-post-item .post-item figcaption:after {
      border-right: 1px solid #fff;
      border-left: 1px solid #fff;
      -webkit-transform: scale(1,0);
      transform: scale(1,0);
    }

.hs-blog-listing .row-fluid .mainblog-section2 .blog-post-item .post-item:hover figcaption:before,
.hs-blog-listing .row-fluid .mainblog-section2 .blog-post-item .post-item:hover figcaption:after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }

.hs-blog-listing .row-fluid .mainblog-section2 .blog-post-item .post-item:before {
      content: '';
      position: absolute;
      margin:0;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: linear-gradient(transparent, #626364);
      opacity: .5;
    } 

.hs-blog-listing .row-fluid .mainblog-section2 .blog-post-item .post-item:hover::before {
    background-image: linear-gradient(transparent, #4B77BE);
} 
.blog-post-item .post-item .post-header {
    padding: 18px 15px;
    margin: 30px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    height: auto;
    color: #fff;
    position: relative;
    background-color: rgba(49, 49, 50, .6);
    -webkit-transition:all .2s ease-in-out!important;
    transition: all .2s ease-in-out!important;
}
.blog-post-item .post-header h1,
.blog-post-item .post-header h2, .blog-post-item .post-header h4,
.blog-post-item .post-header h5, .blog-post-item .post-header h6 {
    font-size: 16px;
    line-height: 19px;
}
.blog-post-item .post-header h3 {
    font-size: 22px;
    line-height: 28px;
    margin:12px 0 5px;
    font-weight: 300;
}
.blog-post-item .post-header .author-date {
    font-size: 13px;
    line-height: 17px;
    font-family: Source Sans Pro;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 0;
}

.blog-post-item .post-header .feat-topic {
    margin: 0 auto;
    padding: 2px;
    width: 155px;
    font-size: 12px !important;
    background-color: rgba(75, 119, 190, .85);
    letter-spacing: 0.05em;
}

.blog-post-item .post-summary {
    padding: 0 10px 15px;
    font-size: 20px;
    line-height: 1.4em;
    margin: 0 auto!important;
    float: none;
    width: 80%;
    text-align: center;
    display: none;
    z-index: 4;
    position: relative;
    color: #222;
    -webkit-transition:all .2s ease-in-out!important;
    transition: all .2s ease-in-out!important;
}

.blog-link:hover .post-summary {
    display: block;
    z-index: 10;
}

.hs-blog-listing .row-fluid .mainblog-section2 .blog-pagination a {
    margin: 15px 5px
}

.hs-blog-listing .stack-content {
    display: none;
}

.row-fluid .mainblog-section2 .blog-sidebar .hs-rss-module {
    counter-reset: my-badass-counter
}

.row-fluid .mainblog-section2 .blog-sidebar .hs-rss-item {
    position: relative;
    overflow: hidden
}

.row-fluid .mainblog-section2 .blog-sidebar .hs-rss-item-image-wrapper {
    width: 100%;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    -webkit-transition: ease all .4s;
    -moz-transition: ease all .4s;
    -o-transition: ease all .4s;
    -ms-transition: ease all .4s;
    transition: ease all .4s;
    vertical-align: top
}

.row-fluid .mainblog-section2 .blog-sidebar .hs-rss-item-image-wrapper img {
    display: none
}

.row-fluid .mainblog-section2 .blog-sidebar .hs-rss-item-text {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    background: rgba(0, 0, 0, 0.82);
    padding: 5px 15px 5px 35px;
    font-weight: 700;
    font-size: 14px;
    border-bottom: 5px solid #0c7fd7
}

.row-fluid .mainblog-section2 .blog-sidebar .hs-rss-item-text:after {
    content: counter(my-badass-counter);
    counter-increment: my-badass-counter;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 5px;
    background: #00e18f;
    color: #FFF;
    font-size: 18px;
    line-height: 1.5
}

.row-fluid .mainblog-section2 .blog-sidebar .hs-rss-item-text:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -5px;
    width: 0;
    height: 5px;
    background: #00e18f;
    -webkit-transition: ease all .4s;
    -moz-transition: ease all .4s;
    -o-transition: ease all .4s;
    -ms-transition: ease all .4s;
    transition: ease all .4s
}

.row-fluid .mainblog-section2 .blog-sidebar .hs-rss-item-text a {
    color: #fff
}

.row-fluid .mainblog-section2 .blog-sidebar .hs-rss-item:hover .hs-rss-item-image-wrapper {
    -webkit-transform: rotate(5deg) scale(1.3);
    -moz-transform: rotate(5deg) scale(1.3);
    -o-transform: rotate(5deg) scale(1.3);
    -ms-transform: rotate(5deg) scale(1.3);
    transform: rotate(5deg) scale(1.3)
}

.row-fluid .mainblog-section2 .blog-sidebar .hs-rss-item:hover .hs-rss-item-text:before {
    width: 100%
}


@media(min-width:1900px) {
    .hs-blog-listing .row-fluid .mainblog-section .post-item {
        height: 750px
    }
}

@media(min-width:992px) and (max-width:1240px) {
    .row-fluid .wrapper {
        max-width: 900px !important
    }
    .row-fluid .top-section {
        padding: 25px 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .row-fluid .wrapper {
        max-width: 700px !important
    }
    .row-fluid .top-section {
        padding: 20px 0
    }
    .row-fluid .section-padding {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media(max-width:991px) {
    .hs-blog-post .row-fluid .blogpost-header {
        max-width: 100%
    }
    .hs-blog-post .row-fluid .blog-hero {
        padding: 200px 0 0
    }
}

@media(min-width:30px) and (max-width:767px) {
    .row-fluid .blogtop-bar .post-filter {
        float: left;
        width: 100%
    }
    .row-fluid .blogtop-bar .post-filter {
        width: 100%
    }
    .row-fluid .blogtop-bar .post-filter h3+.widget-module,
    .row-fluid .blogtop-bar .post-filter h3+.widget-module ul {
        width: 100%
    }
    .row-fluid .blogtop-bar .post-filter h3:before {
        right: 15px
    }
}


@media only screen and (min-width:320px) and (max-width:550px) {
.main-header-content  {
    transform: scale(.8) ;
    padding: 0;
}
.main-blog-header {
    height: 80vh;
    padding:0 10px;
}
.main-blog-header:before {
    height: 80vh;
}
.category-menu {
    display: none;
}

.hs-blog-listing .row-fluid .mainblog-section2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.blog-post-item {
    width: auto !important;
    min-width: 100%;
    height: 250px !important;
    min-height: 250px !important;
}

.hs-blog-listing .row-fluid .mainblog-section2 .hs-featured-image-wrapper {
    height: 250px !important;
}
.hs-blog-listing .row-fluid .mainblog-section2 .ftr-header-img {
    height: 250px !important;
    min-height: 250px !important;
    width: 100% !important;
}

.blog-post-item .post-item .post-header {
    padding: 15px !important;
    margin: 20px !important;
    width: auto !important;
}

.hs-blog-listing .row-fluid .mainblog-section2 .post-header h3 {
    font-size: 21px !important;
    line-height: 26px !important;
    margin-top: 16px;
}

.hs-blog-listing .row-fluid .mainblog-section2 .blog-post-item:first-child .post-header h3 {
    margin-bottom: 13px;
}

.mainblog-section2 .blog-post-item:first-child .post-header .author-date {
    font-size: 11px !important;
}

.mainblog-section2 .blog-post-item .post-header .feat-topic, .mainblog-section2 .blog-post-item:first-child .post-header .feat-topic {
    font-size: 11px !important;
    width: 160px;
}
}

@media only screen and (min-width:551px) and (max-width:801px) {
    .main-header-content {
    padding:10px;
    transform: scale(.9);
}
.main-blog-header {
    height: 50vh;
    padding:0 10px;
}
.main-blog-header:before {
    height: 50vh;
}

.hs-blog-listing .row-fluid .mainblog-section2 .blog-post-item {
    height: 200px;
    min-height: 200px;
}

.hs-blog-listing .row-fluid .mainblog-section2 .blog-post-item .hs-featured-image-wrapper {
    height: 200px;
}
.hs-blog-listing .row-fluid .mainblog-section2 .blog-post-item .ftr-header-img {
    height: 200px;
    min-height: 200px;
}


.hs-blog-listing .row-fluid .mainblog-section2 .blog-post-item:first-child {
    height: 416px;
    min-height: 416px;
}
.hs-blog-listing .row-fluid .mainblog-section2 .blog-post-item:first-child .hs-featured-image-wrapper {
    height: 416px;
}
.hs-blog-listing .row-fluid .mainblog-section2 .blog-post-item:first-child .ftr-header-img {
    height: 416px;
    min-height: 416px;
}

.hs-blog-listing .row-fluid .mainblog-section2 .blog-post-item:first-child .post-header {
    padding: 20px 15px;
}

.hs-blog-listing .row-fluid .mainblog-section2 .blog-post-item:first-child .post-header h3 {
    line-height: 41px;
}

.hs-blog-listing .row-fluid .mainblog-section2 .blog-post-item:nth-child(2) {
    height: 200px;
    min-height: 200px;   
}
.hs-blog-listing .row-fluid .mainblog-section2 .blog-post-item:nth-child(3) {
    height: 200px;
    min-height: 200px;   
}
.mainblog-section2 .blog-post-item .post-header {
    margin: 0;
    padding: 15px;
    transform: scale(.9);
}
.mainblog-section2 .blog-post-item .post-header h3 {
    font-size: 18px;
    line-height: 24px;
}
.mainblog-section2 .blog-post-item .post-header .feat-topic {
    font-size: 10px !important;
    line-height: 10px !important;
    padding:4px 2px !important;
    width: 135px;
}
.mainblog-section2 .blog-post-item:first-child .post-header .feat-topic {
    width: 180px;
    padding: 6px !important;
}
.mainblog-section2 .blog-post-item .post-header .author-date {
    font-size: 11px;
}
}

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

.main-header-content h1, .main-header-content h2 {
    font-weight: 300;
    text-shadow: 2px 2px 2px rgba(98,99,100,.3);
}
.main-header-content h1 {
}
.main-header-content h2 {
    text-shadow: 2px 2px 2px rgba(98,99,100,.5);
}
.category-menu {
    padding: 11px 10px 13px;
}

.category-menu ul {
    width: 100%;
    max-width: 600px;
}

.category-menu li {
    list-style: none; 
    padding: 0 5px;
}

.category-menu li a {
    color: #626364;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75em;
    letter-spacing: 0.05em;
    font-family: Source Sans Pro;
}

}

/* ==========================================================================
   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 {
    border:1px solid #ffcc00;
    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;
}

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

@media only screen and (max-width: 801px){
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        display: inline-block;
        min-width: 0;
        width: 120px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child {
        padding-bottom:15px;
    }
    .hs-menu-children-wrapper li {
        padding-bottom: 0 !important;
    }
    
}

@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:#ffffff;
        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-children-wrapper li > a:hover{
        color: #F0F1F2 !important;
    
    }
    .hs-menu-item .hs-menu-depth-2 a {
        padding: 0 8px;
    }
}

.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 {
    color: #626364;
    font-size: 18px !important;
    margin-left: 10px;
}
.blog-main-page {
    padding-top:0px
}

.blog-post-item .list-topics {
    text-align: center;
    font-family: Source Sans Pro;
    text-transform: uppercase;
}


}





  /* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

@media (min-width: 801px){

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

}

@media (max-width: 801px){

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

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


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .custom-menu-primary, .custom-menu-primary *{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: 240px;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #626364;
    }


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

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

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

  .mobile-trigger span{
      display: inline;
  }

  .mobile-trigger span:before{
      position: absolute;
      display: none !important;
      width: 0;
      content: none; /* Change the text on the closed toggle button */
  }

  .mobile-trigger span:after{
      position: relative;
      right: 0;
      width: 0;
      display:none !important;
      content: none; /* Change the text on the open toggle button */
      background-color: #626364;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

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

  .mobile-open .mobile-trigger span:after{
     opacity: 1; 
  }
  
  a.child-trigger:nth-child(2) {
      display: none !important; /* Hide button on Desktop */
  }


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

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

  
  .mobile-trigger i {
      display: inline-block;
      position: relative;
      top: -4px;
      margin:0 5px;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }


  .mobile-trigger  i:before {
      margin-top: -8px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-trigger  i:after {
      margin-top: 8px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open .mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open .mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open .mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

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

  .child-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: relative;
      top: 0px;
      right: 0px;
      width: 25px !important; /* Button width */
      min-width: 25px !important;
      height: 12px !important; /* Button height */  
      padding: 0 !important; 
  }
  .child-trigger:hover {
      text-decoration: none;
  }


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

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

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


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

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

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

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

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

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

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
}
