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


/* ==========================================================================
Table of Contents:
1. Custom Styles (Cort)
2. EXTERNAL RESOURCES
3. BASE STYLES
4. COS STRUCTURE
5. MAIN NAVIGATION
6. BLOG
7. FORMS
8. BUTTONS
9. MISCELLANEOUS
10. MOBILE MEDIA QUERIES
========================================================================== */

/* ======================================================================= 
1. Custom Styles 
========================================================================== */





/* ==========================================================================
2. EXTERNAL RESOURCES                                            
========================================================================== */


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

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

@import url('//fonts.googleapis.com/css?family=Roboto:300,400,500,700|Google+Sans');
@import url('//fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700%2C800');
@import url('//fonts.googleapis.com/css?family=Raleway%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900');
@import url('//fonts.googleapis.com/css?family=Droid+Serif%3A400%2C700');
@import url('//netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.css');
@import url('//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/JS/animate.css');
@import url('//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/CSS/dashicons.css');


/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Custom */

/*BLOG POST - SINGLE COLUMN */

/* ------------ config (tweak these) ------------ */
.wrap-zone{
  --formW: 380px;   /* space to reserve on the right */
  --gutter: 24px;   /* space between text and form */
  --formH: 560px;   /* approx form height; adjust to match your form */
  position: relative !important;
}

/* neutralize HubSpot grid on these wrappers only */
.wrap-zone .wrap-content,
.wrap-zone .wrap-form{
  float: none !important;
  width: auto !important;
  margin-left: 0 !important;
}

/* ---------- desktop / large tablet ---------- */
@media (min-width: 992px){
  /* form: overlay top-right */
  .wrap-zone .wrap-form{
    position: absolute !important;
    top: 0;
    right: 0;
    width: var(--formW) !important;
    /* let the article sit on top visually, but keep the form clickable */
    z-index: 1;
    margin: 0 !important;
  }

  /* article should be on top */
  .wrap-zone .wrap-content{
    position: relative;
    z-index: 2;
  }

  /* FIRST real block in the blog content: make room and match height */
  .wrap-zone .wrap-content > *:first-child,
  .wrap-zone .wrap-content .post-body > *:first-child,
  .wrap-zone .wrap-content .blog-post-body > *:first-child{
    padding-right: calc(var(--formW) + var(--gutter));
    min-height: var(--formH);
  }
}

/* ---------- tablet & down: form after content ---------- */
@media (max-width: 991.98px){
  .wrap-zone .wrap-form{
    position: static !important;
    width: 100% !important;
    margin-top: 1rem !important;
  }
  .wrap-zone .wrap-content > *:first-child,
  .wrap-zone .wrap-content .post-body > *:first-child,
  .wrap-zone .wrap-content .blog-post-body > *:first-child{
    padding-right: 0;
    min-height: 0;
  }
}


.case-study-phrase {
  font-size: 14px;
  color: #ffd100;
}
.yellow-font,
.yellow-font a {
  color: #ffd100;
}

#case-study-bio-pharma-tags {
  font-size: 15px;
  color: #ffd100;
}
.aav-landing-page {
  background: black;
  margin-top: -100px;
  padding: 25px;
}
.our-services-life-science {
  color: #ffd100;
  font-size: 12px;
  padding: 0;
  margin: 0;
}

.black-box-list {
   margin-top: 25px;
}
.black-box-list a {
   color: white;
   text-decoration: none;
}
.black-box-list a:hover {
   color: #ffd100;
}

.main-content-holder ul li:before {
    content: "\f0c8";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 10px;
    vertical-align: 3px;
    margin-left: -20px;
    width: 20px;
    color: #ffd100;
}
.main-content-holder ul {
  list-style-type: none;
}
/* #white-bg-dd-paper .learnmore {
  color: #ffd100;
}
*/

/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

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

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

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

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }

.case-study-side-bar a {
  text-decoration: none;
}
.case-study-side-bar li {
  margin-bottom: 10px;
}
.about-member {
  text-transform: none;
}


/* --- CONFIG --- tweak these numbers --- */
.wrap-zone{
  --formW: 380px;   /* how much narrower the first block should be */
  --formH: 560px;   /* approx form height; adjust to your final form height */
  --gutter: 24px;   /* gap between text and form */
  position: relative !important;
}

/* neutralize HubSpot grid on these wrappers only */
.wrap-zone .wrap-content,
.wrap-zone .wrap-form{
  float: none !important;
  width: auto !important;
  margin-left: 0 !important;
}

/* ------------ Desktop / large tablet ------------ */
@media (min-width: 992px){
  /* pin the form in the top-right */
  .wrap-zone .wrap-form{
    position: absolute !important;
    top: 0;
    right: 0;
    width: var(--formW) !important;
    margin: 0 !important;
    z-index: 1; /* article visually above; form still visible in its area */
  }

  /* keep article layer above the form */
  .wrap-zone .wrap-content{ position: relative; z-index: 2; }

  /* FIRST header inside the blog content: make it narrower & as tall as the form */
  .wrap-zone .wrap-content > header:first-of-type{
    width: calc(100% - (var(--formW) + var(--gutter)));
    min-height: var(--formH);
    box-sizing: border-box;
    display: block;
  }

  /* if your header isn’t a direct child, use this fallback instead:
     .wrap-zone .wrap-content header:first-of-type { ... }  */
}

/* ------------ Tablet & down: stack / normal ------------ */
@media (max-width: 991.98px){
  .wrap-zone .wrap-form{
    position: static !important;
    width: 100% !important;
    margin-top: 1rem !important;
  }
  .wrap-zone .wrap-content > header:first-of-type{
    width: auto;
    min-height: 0;
  }
}








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

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

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background-color: #f8d347;
} 

body {
  background-color: #f8d347;
  background: #f8d347;
  color: #282a33;
  font-family: "usual",sans-serif;
  font-size: 17px;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.related-post-body {
  color: #fff;
  text-decoration: none;
}
  
#footer-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 500px;
  margin-top: 50px;
  margin-bottom: 25px;

}
 #footer-nav {
  color: #ffd200;
}
#footer-nav ul {
  list-style: none;
  padding-left: 0;
}
#footer-nav li {
  padding-bottom: 20px;
}
#footer-nav ul a {
  text-decoration: none;
  color: #ffd100;
}
#footer-nav ul a:hover {
  text-decoration: underline;
  color: #ffd100;
}

#page-footer {
  height: 100%;
  width: auto;
}
.top-footer-left {
  padding-top: 25px;padding-left: 100px;padding-right:100px;
}
.top-footer-right {
  margin-left: 30px;
  padding: 15px;
  padding-left: 25px;
  padding-right:25px;
}

.contact-us-button {
position: fixed;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 50px;
  background-color: white;
  display: none;
}


.hs-form-field > label {
  color: white;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #d31245;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #d31245;
  text-shadow: none;
}
.mobile-navigation {
  display: none;}

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

/* Basic text */
p {
  padding: 0 0 12px;
  margin: 0;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}
sup {
  font-weight: 700;
}
sup:before {
  content: "[";
}
sup:after {
  content: "]";
}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-weight: 600;
  font-size: 55px;
  margin: 0 0 20px;
  padding: 0 0 20px;
  line-height: normal;
  background: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/text-header-bg-yellow.svg) no-repeat bottom left/160px;
}
h2 {
  font-weight: 600;
  color: #282a33;
  font-size: 26px;
  margin: 30px 0 26px;
  padding: 0 0 30px;
  line-height: normal;
  background: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/text-header-bg-yellow.svg) no-repeat bottom left/160px;
}
.hs_cos_wrapper_type_rich_text h2:first-child {
  margin-top: 0;
}
.body-container h2 {
  background-image: url('//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/text-header-bg-white.svg');
}
h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: normal;
  margin: 20px 0 26px;
  padding: 0 0 26px;
  background: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/text-header-bg-yellow.svg) no-repeat bottom left/160px;
}
.body-container h3 {
  background-image: url('//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/text-header-bg-white.svg');
}
h4 {
  font-weight: 600;
  font-size: 22px;
  color: #282a33;
  line-height: normal;
  margin: 20px 0 12px;
  padding: 0 0 20px;
  background: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/text-header-bg-white.svg) no-repeat bottom left/160px;
}
h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  margin: 0 0 20px;
  padding: 0;
  color: #282a33;
}
h6 {
  color: #282a33;
  font-family: "usual",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  margin: 0;
  padding: 0;
}

/* Anchor Links */
a { 
  color: #282a33;
  font-weight: 400;
  text-decoration: underline;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
a:hover, a:focus {
  text-decoration: none;
  color: #000;
}

/* Lists */
ul, ol {
  padding-left: 16px;
  margin: 10px 0 20px;
}

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

ul ul, ul ol, ol ol, ol ul {}
li {}

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

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

/* ===================== Accordion ====================================== */

/* Style the buttons that are used to open and close the accordion panel */
.accordion2 {
  background-color: #ffd100;
  color: #282a33;
  font-size: 17px;
  cursor: pointer;
  padding: 18px;
  padding-left: 0;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active2, .accordion2:hover {
  background-color: #ffd100;
}

/* Style the accordion panel. Note: hidden by default */
.panel2 {
  padding: 0;
  background-color: #ffd100;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom: 1px solid #e8c149;
  
}
/* Accordion icon */

.accordion2:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 12px;
  color: #777;
  float: right;
  margin-left: 5px;
 
}
.accordion2:after .panel {
  border-bottom: 1px solid #e8c149;
}
.active2:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}



#accordion-container p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    width: 90%;
  
}
  
/* ================= Custom Disease Area & Tech Lists =========================== */


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

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

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

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


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


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

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

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


/* =============== Header =============== */

.hs-menu-children-wrapper {
  background-color: #222630;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li {
  padding: 10px 20px 5px 30px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul {
  border-left: 2px solid #ffd100;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover {
  color: #ffd100;
}

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

.custom-logo {
  position: relative;
  padding-top: 30px;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.no-banner .header-container {
  min-height: 125px;
}
.fixed.custom-header-group .custom-logo {
  padding-top: 25px;
}
.custom-header-group{
  min-height: 125px !important;
}
.fixed.custom-header-group {
  background: rgba(40,42,51,.9);
  min-height: 100px !important;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.no-banner .custom-header-group {
  background: rgba(40,42,51,.9);
}
.custom-logo img {
  width: 215px;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.fixed.custom-header-group .custom-logo img {
  width: 180px;
}
.custom-logo img.hover-image {
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0px;
  visibility: hidden;
}
.custom-logo a:hover img.hover-image{
  opacity: 1;
  visibility: visible;
}
.custom-header-group {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100% !important;
  left: 0;
  right: 0;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.fixed .custom-menu-primary .hs-menu-wrapper > ul {
  padding-top: 35px;
}
.custom-logo a{
  position: relative;
  display: inline-block;
}
.fixed.custom-header-group .custom-logo a {
  height: 51px;
  overflow: hidden;
}


/* =============== Content =============== */

.body-container-wrapper {}
.body-container {
  background-color: #ffd100;
  padding-bottom: 10px;
}

.body-container .page-center {
  padding-top: 30px;
  padding-bottom: 30px;
}

.inner-page-center {
  width: 66.66666667% !important;
  margin: 0 auto !important;
  float: none !important;
  padding-left: 3px;
  padding-right: 3px;
}
.inner-page-center-bio {
  width: 100% !important;
  margin: 0 auto !important;
  float: none !important;
  padding-left: 3px;
  padding-right: 3px;
}
.custom-banner-area {
  background-size: cover;
  background-position: center top;
  display: table;
  table-layout: fixed;
  width: 100%;
  font-size: 26px;
  padding: 200px 0 120px;
  margin-top: -1px;
  color: #fff;
  background-color: #373E48;
}
.custom-banner-area .banner-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.custom-banner-area .banner-content {
  margin-left: -10px;
  margin-right: -10px;
}
.custom-banner-area .content-holder {
  width: 100%;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
.custom-banner-area .page-center{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.advanced-banner-area {
  height: 92vh;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
  margin-top: -1px;
}
.advanced-banner-area .inner-group {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.advanced-banner-area .content-holder {
  width: 83.33333333%;
  margin: 0 auto;
  color: #fff;
  padding: 0 2px;
}
.advanced-banner-area .content-holder p {
  font-size: 26px;
}
.scrollArrow {
  position: absolute;
  z-index: 9999999;
  bottom: 18px;
  width: 25px;
  margin-left: 12px;
  left: 50%;
  font-size: 26px;
  text-align: center;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -ms-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.custom-banner-area .content-holder .banner_tag {
  font-size: 15px;
  color: #ffd100;
  font-weight: 400;
}
.advanced-banner-area .content-holder small {
  color: #ffd100;
  font-size: 16px;
  margin-top: 25px;
  font-weight: 400;
  padding: 0 0 12px;
  display: block;
}
.advanced-banner-area .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}




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




/* =============== Our Services Inner =============== */

.our-services-inner .hs-section-1 {
  padding-top: 31px;
  padding-bottom: 10px;
  background: ;
  margin-bottom: 0;
}
.our-services-inner .hs-section-1 .hs_cos_wrapper_type_module:first-child h2{
  margin: 0 0 36px;
  padding: 0 0 26px;
  background: ;
}

.our-services-inner .hs-section-1 ul {
  padding: 0;
  list-style: none;
}
.our-services-inner .hs-section-1 ul li {
  line-height: normal;
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  list-style-position: outside;
}
.our-services-inner .hs-section-1 ul li:before {
  content: "\f0c8";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 10px;
  vertical-align: 3px;
  margin-left: -20px;
  width: 20px;
  color: #ffd100;
}
.hs-section-lists {
  background: #ffd100;
}
#services-page .page-center {
  padding-bottom: 30px;
}
.hs-section-2 {
  background: #ffd100;
}
.hs-section-2 .tech-disease-lists ul li:before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #282a33; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.custom-related-post-group {
  padding-top: 30px;
}
.custom-related-post-group.no-content {
  padding-top: 0;
}
.custom-related-post-group .related-post-item-group {
  margin-left: -10px;
  margin-right: -10px;
}
.custom-related-post-group .related-post-item {
  cursor: pointer;
  width: 33.33333333%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.custom-related-post-group .related-post-item .inner-group {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
  padding: 20px;
  background: #282a33;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.custom-related-post-group .related-post-item:hover a.learnmore {
  text-decoration: none;
  padding-right: 25px;
}
.custom-related-post-group .related-post-item .inner-group:hover {
  background: #1b1e29;
}
.body-container .custom-related-post-group .related-post-item .inner-group h2 {
  color: #fff;
  margin: 0 0 16px;
  padding: 0 0 26px;
  background-image: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/text-header-bg-yellow.svg);
}
.custom-related-post-group .related-post-item .related-post-body {
  padding-bottom: 10px;
}
.custom-related-post-group .link-group {
  margin-top: 20px;
}
.custom-related-post-group .link-group a {
  text-decoration: none;
  padding: 0 20px 0 0;
  color: #282a33;
  opacity: .9;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin: 20px 0 0;
  background: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/grey_button_out.svg) no-repeat top 2px right 0px/15px 12px;
  text-transform: uppercase;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.custom-related-post-group .link-group a:hover {
  text-decoration: none;
  opacity: 1;
  padding-right: 25px;
}
.custom-related-post-group .link-group a.back-button {
  padding: 0 0 0 25px;
  margin-right: 18px;
  background: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/grey_button_back.svg) no-repeat top 2px left 5px/15px 12px;
}
.custom-related-post-group .link-group a.back-button:hover {
  text-decoration: none;
  padding-right: 0;
  opacity: 1;
  background: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/grey_button_back.svg) no-repeat top 2px left 0px/15px 12px;
}
.our-services-inner .hs-section-2 {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 130px;
}
.our-services-inner .body-container .hs-section-2 h3 {
  background-image: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/text-header-bg-yellow.svg);
}
.key-people-mod ul,
.custom-resources-mod ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.key-people-mod ul li,
.custom-resources-mod ul li {
  line-height: normal;
  margin: 0 0 10px;
  list-style-position: outside;
}
.key-people-mod ul li a:after,
.custom-resources-mod ul li a:after {
  content: "\f101";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 15px;
  vertical-align: 0px;
  margin-left: 0;
  width: 5px;
}
.key-people-mod ul li a,
.custom-resources-mod ul li a{
  text-decoration: none;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.our-services-inner .body-container {
  padding-bottom: 0;
}
.advanced-banner-area .content-holder p a {
  text-decoration: none;
  color: #ffd100;
}
.advanced-banner-area .content-holder p a:hover{
  color: #d1ad08;
}
.our-services-group.four-col .our-services-item {
  width: 25%;
}


.our-services-inner.type-2 .body-container .hs-section-2 h2 {
  background-image: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/text-header-bg-yellow.svg);
  margin: 30px 0 26px;
  padding: 0 0 30px;
}
.our-services-inner.type-2 .body-container .hs-section-2 hr {
  margin: 20px 0;
  height: 2px;
  background: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/text-header-bg-yellow.svg) no-repeat bottom left/100%;
}
.our-services-inner.type-2 .hs-section-2 {
  padding-top: 0;
  padding-bottom: 120px;
}
.our-services-inner.type-2 .hs-section-2 a {
  text-decoration: none;
  color: #ffd100;
}
.our-services-inner.type-2 .hs-section-2 a:hover {
  text-decoration: none;
  color: #d1ad08;
}

.our-services-inner .hs-section-2 .hs_cos_wrapper_type_post_listing h3 {
  margin-top: 50px;
}
.our-services-inner .hs-section-2 .hs_cos_wrapper_type_post_listing ul {
  padding: 0;
  list-style: none;
}
.our-services-inner .hs-section-2 .hs_cos_wrapper_type_post_listing ul li {
  line-height: normal;
  margin: 0 0 10px;
  list-style-position: outside;
}
.our-services-inner .hs-section-2 .hs_cos_wrapper_type_post_listing ul li a {
  text-decoration: none;
}
.our-services-inner .hs-section-2 .hs_cos_wrapper_type_post_listing ul li a:after {
  content: "\f101";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 15px;
  vertical-align: 0px;
  margin-left: 5px;
  width: 5px;
}
.key-people-mod ul li a:hover, 
.custom-resources-mod ul li a:hover,
.our-services-inner .hs-section-2 .hs_cos_wrapper_type_post_listing ul li a:hover {
  text-decoration: none;
  opacity: .8;
}
.our-services-inner .hs-section-1 .hs_cos_wrapper_type_rich_text {
  padding-bottom: 60px;
  display: block;
}
.our-services-inner .hs-section-1 .hs_cos_wrapper_type_module:last-child .hs_cos_wrapper_type_rich_text{
  padding-bottom: 0;
}







/* =============== Our Services =============== */


.our-services-group .our-services-item-group {
  margin-left: -10px;
  margin-right: -10px;
}
.our-services-group .our-services-item {
  cursor: pointer;
  width: 33.33333333%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.our-services-group .our-services-item .inner-group {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
  padding: 20px;
  background: #282a33;
  position: relative;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.our-services-group .our-services-item .inner-group:hover{
  background: #1b1e29;
}
.body-container .our-services-group .our-services-item .inner-group h3 {
  color: #fff;
  margin-top: 0;
  background-image: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/text-header-bg-yellow.svg);
}
.body-container .our-services-group .our-services-item .our-services-body {
  font-size: 18px;
}
.our-services-group .our-services-item a.learnmore {
  margin-bottom: 0;
}
.our-services-group .our-services-item .button-group a {
  position: absolute;
  bottom: 21px;
}
.our-services-group .our-services-item .button-group {
  min-height: 37px;
}
.our-services-group .our-services-item:hover a.learnmore {
  padding-right: 25px;
}
.custom-related-post-group .related-post-item .button-group {
  min-height: 40px;
}
.custom-related-post-group .related-post-item .button-group a.learnmore {
  position: absolute;
  bottom: 17px;
}


/* =============== Privacy Policy =============== */

.privacy-policy .hs-section-1 {
  padding-top: 31px;
  padding-bottom: 30px;
}
.privacy-policy .hs-section-1 ul {
  padding: 0;
  list-style: none;
}
.privacy-policy .hs-section-1 ul li {
  line-height: normal;
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  list-style-position: outside;
}
.privacy-policy .hs-section-1 ul li:before {
  content: "\f0c8";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 10px;
  vertical-align: 3px;
  margin-left: -20px;
  width: 20px;
}





/* =============== Consultants Inner =============== */


.team-member-group {
  background-color: rgb(40, 42, 51);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
  font-size: 26px;
  height: 100vh;
}
.team-member-group .team-member-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100vh;
}
.team-member-group .inner-group {
  margin-left: -10px;
  margin-right: -10px;
}
.team-member-group .left-group {
  width: 25%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.team-member-group .right-group {
  width: 66.66666667%;
  float: left;
  margin-left: 8.33333333%;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
}
.team-member-group .right-group .profileJobTitle {
  font-size: 14px;
  margin: 0 0 5px;
}
.team-member-group .right-group .teamSocial {
  color: #fff;
  margin: 0 0 40px;
}
.team-member-group .right-group .teamSocial a {
  color: #fff;
  font-size: 18px;
  margin: 0 5px 0 0;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.team-member-group .right-group .teamSocial a:hover {
  color: #ffd100;
}
.team-member-group .right-group p {
  color: #fff;
}
.consultants-inner .hs-section-1 {
  padding-top: 20px;
}
.consultants-inner .hs-section-1 ul {
  padding: 0;
  list-style: none;
}
.consultants-inner .hs-section-1 ul li {
  line-height: normal;
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  list-style-position: outside;
}
.consultants-inner .hs-section-1 .page-center {
  padding-bottom: 40px;
}
.consultants-inner .hs-section-1 ul li:before{
  content: "\f0c8";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 10px;
  vertical-align: 3px;
  margin-left: -20px;
  width: 20px;
  color: #282a33;
}
a.backButtonBlack {
  padding: 0 0 0 25px;
  text-decoration: none;
  color: #282a33;
  opacity: .9;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin: 20px 0 0;
  background: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/grey_button_back.svg) no-repeat top 2px left 5px/15px 12px;
  text-transform: uppercase;
}
a.backButtonBlack:hover {
  text-decoration: none;
  opacity: 1;
  background: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/grey_button_back.svg) no-repeat top 2px left 0px/15px 12px;
}
.team-member-group .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.consultants-inner-v2 .hs-section-1-right-content .hs_cos_wrapper_type_form,
.blog-sidebar .hs_cos_wrapper_type_form {
  display: block;
  padding: 20px;
  font-size: 16px;
  background-color: none;
  color: #fff;
}
.consultants-inner-v2 .hs-section-1-right-content .hs_cos_wrapper_type_form h3.form-title,
.blog-sidebar .hs_cos_wrapper_type_form h3.form-title{
  margin: 0 0 16px;
  padding: 0 0 26px;
}
.consultants-inner-v2 .body-container .hs-section-1-right-content .hs_cos_wrapper_type_form h3.form-title,
.blog .body-container .blog-sidebar .hs_cos_wrapper_type_form h3.form-title{
  background-image: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/text-header-bg-yellow.svg);
}
.consultants-inner-v2 .hs-section-1-right-content .hs_cos_wrapper_type_form .hs-form-required,
.blog-sidebar .hs_cos_wrapper_type_form .hs-form-required{
  display: none;
}
.consultants-inner-v2 .hs-section-1-right-content .hs_cos_wrapper_type_form .hs-form-field>label,
.blog-sidebar .hs_cos_wrapper_type_form .hs-form-field>label{
  display: inline;
}
.consultants-inner-v2 .hs-section-1-right-content .hs_cos_wrapper_type_form .actions,
.blog-sidebar .hs_cos_wrapper_type_form .actions{
  text-align: center;
}
.consultants-inner-v2 .hs-section-1-right-content .hs_cos_wrapper_type_form input.hs-button.primary.large,
.blog-sidebar .hs_cos_wrapper_type_form input.hs-button.primary.large{
  background: #282a33 url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/yellow_button_out.svg) no-repeat top 3px right 25px/15px auto;
  padding: 0 50px 0 25px;
  color: #ffd100;
  margin: 10px 0 0;
}
.consultants-inner-v2 .hs-section-1-right-content .hs_cos_wrapper_type_form .hs-input,
.blog-sidebar .hs_cos_wrapper_type_form .hs-input{
  color: #fff;
}
.consultants-inner-v2 .hs-section-2 .page-center {
  padding-top: 0;
}
.consultants-inner-v2 .custom-related-post-group h3 {
  margin-top: 10px;
}
.consultants-inner-v2 .hs-section-2 {
  padding-bottom: 30px;
}

/* Placeholder Text */
.consultants-inner-v2 .hs-section-1-right-content .hs_cos_wrapper_type_form .hs-input::-webkit-input-placeholder,
.blog-sidebar .hs_cos_wrapper_type_form .hs-input::-webkit-input-placeholder{
  color: #fff;
} 
.consultants-inner-v2 .hs-section-1-right-content .hs_cos_wrapper_type_form .hs-input:-moz-placeholder,
.blog-sidebar .hs_cos_wrapper_type_form .hs-input:-moz-placeholder{
  color: #fff;
} 
.consultants-inner-v2 .hs-section-1-right-content .hs_cos_wrapper_type_form .hs-input::-moz-placeholder,
.blog-sidebar .hs_cos_wrapper_type_form .hs-input::-moz-placeholder{
  color: #fff;
} 
.consultants-inner-v2 .hs-section-1-right-content .hs_cos_wrapper_type_form .hs-input:-ms-input-placeholder,
.blog-sidebar .hs_cos_wrapper_type_form .hs-input:-ms-input-placeholder{
  color: #fff;
} 


/* =============== Homepage =============== */

.homepage .advanced-banner-area .content-group {
  margin-left: -10px;
  margin-right: -10px;
}
.homepage .advanced-banner-area .content-holder {
  width: 65.33333333%;
  margin: 0;
  margin-left: 8.33333333%;
  padding-left: 10px;
  padding-right: 10px;
}
.hs-home-section-1-content-group {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.hs-home-section-1-left-content {
  width: 66.66666667% !important;
  padding-left: 10px;
  padding-right: 10px;
}
.hs-home-section-1-right-content {
  width: 33.33333333% !important;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 0 !important;
}
.hs-home-section-1 {
  height: 100%;
  display: table !important;
  table-layout: fixed;
  width: 100% !important;

}
.hs-home-section-1 > .row-fluid-wrapper,
.hs-home-section-2 > .row-fluid-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.hs-home-section-1 .page-center {
  padding-top: 75px;
  padding-bottom: 75px;
 
}
.hs-home-section-1-left-content p {
  font-size: 26px;
}
.custom-recent-post {
  background: #282a33;
  padding: 20px;
  margin: 0;
  color: #fff;
  font-size: 14px;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.body-container .custom-recent-post h3 {
  background-image: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/text-header-bg-yellow.svg);
  margin-top: 0;
  padding-top: 0;
}
.custom-recent-post h4 {
  color: #fff;
}
.custom-recent-post h6{
  color: #ffd100;
  margin: 0 0 20px;
}
.custom-recent-post a.learnmore {
  margin-bottom: 0;
}
.hs-home-section-2 {
  background-color: #282a33;
  color: #fff;
  font-size: 26px;
  height: 100vh;
  display: table !important;
  table-layout: fixed;
  width: 100% !important;
  height: 100%;
}
.hs-home-section-2 .page-center{
  padding-top: 75px;
  padding-bottom: 75px;
}
.how-can-we-help-mod h2 {
  font-size: 35px;
  color: #fff;
  background-image: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/text-header-bg-yellow.svg);
  margin: 0 0 26px;
  padding: 0 0 30px;
}
.how-can-we-help-mod .content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: none;
  margin-left: -10px;
  margin-right: -10px;
}
.how-can-we-help-mod .content-wrapper:before {
  content: " ";
  display: table;
}
.how-can-we-help-mod .content-wrapper .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: none;
  width: 33.33333333%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}
.how-can-we-help-mod .content-wrapper .item .content-holder {
  display: flex;
  flex-direction: column;
  align-content: stretch;
  width: 100%;
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
  padding: 20px;
  border: solid 1px #fff;
}
.how-can-we-help-mod .content-wrapper .item .content-holder h3 {
  margin-top: 0;
}
.body-container .how-can-we-help-mod .content-wrapper .item .content-holder h3 {
  background-image: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/text-header-bg-yellow.svg);
}
.how-can-we-help-mod .content-wrapper .body-content {
  display: flex;
  flex-grow: 1;
}
.how-can-we-help-mod .content-wrapper .main-content-holder {
  font-size: 18px;
}
.how-can-we-help-mod .content-wrapper .item .content-holder:hover {
  background: #1b1e29;
}
.how-can-we-help-mod .content-wrapper a.learnmore {
  margin-bottom: 0;
}
.how-can-we-help-mod .content-wrapper .item:hover a.learnmore {
  text-decoration: none;
  padding-right: 25px;
}
.hs-home-section-3 {
  padding: 75px 0;
  font-size: 26px;
  background: #fff;
}
.hs-home-section-3 .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.custom-testimonial-content-group {
  margin-left: -10px;
  margin-right: -10px;
}
.custom-testimonial-content-group .testimonial-inner {
  width: 83.33333333%;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
.testimonial-content-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
}
.testimonial-content-holder {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.testimonial-content-wrapper .testimonial-content:before {
  background: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/quote_open-1.svg) no-repeat top 0px left 0px;
  content: "";
  display: inline-block;
  height: 25px;
  position: absolute;
  width: 25px;
  left: 0;
}
.testimonial-content-wrapper .testimonial-content:after{
  background: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/quote_close-1.svg) no-repeat bottom 0px right 0px;
  content: "";
  display: inline-block;
  height: 25px;
  position: absolute;
  width: 25px;
  right: 0;
  bottom: 0;
}
.testimonial-content-wrapper .testimonial-content {
  font-size: 18px;
  padding: 0 100px;
  position: relative;
}
.homepage .body-container {
  padding-bottom: 0;
}




/* =============== Careers =============== */

.custom-accordion-body-content {
  display: none;
}
.custom-breadcrumb-menu-group .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.custom-breadcrumb-menu-group {
  padding: 15px 0;
  background: #ffd100;
  color: #282a33;
  font-size: 13px;
  text-transform: lowercase;
}
.custom-breadcrumb-menu ul li {
  padding-top: 0;
}
.hs-breadcrumb-menu-divider:before {
  content: "»";
  padding-left: 0;
  margin-left: 5px;
  margin-right: 5px;

}
.custom-breadcrumb-menu ul li a {
  text-decoration: none;
}
.custom-breadcrumb-menu ul li a:hover {
  text-decoration: underline;
}
.custom-accordion-md {
  position: relative;
  margin-bottom: 20px;
  margin-top: 36px;
}
.custom-accordion-md .custom-accordion-item {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.custom-accordion-md .custom-accordion-item .custom-accordion-heading {
  background-color: #282a33;
  border: none;
  border-color: #282a33;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  font-family: "usual",sans-serif;
  line-height: normal;
  padding: 20px 20px 20px 50px;
  background-image: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/yellow_button_out.svg);
  background-repeat: no-repeat;
  background-position: left 20px top 28px;
  background-size: 15px 14px;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}
.custom-accordion-md .custom-accordion-item .custom-accordion-heading:hover,
.custom-accordion-md .custom-accordion-item .custom-accordion-heading.active{
  background-image: url("//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/yellow_button_down.svg");
}
.custom-accordion-md .custom-accordion-item + .custom-accordion-item {
  margin-top: 5px;
}
.custom-accordion-body-content {
  background-color: #282a33;
  position: relative;
  color: #fff;
}
.custom-accordion-body-content .custom-accordion-body-content-inner {
  background: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/text-header-bg-yellow.svg) no-repeat top 0px left 20px/160px;
  border: none;
  padding: 20px;
  font-size: 16px;
}
.custom-accordion-body-content .custom-accordion-body-content-inner ul {
  padding: 0;
  list-style: none;
}
.custom-accordion-body-content .custom-accordion-body-content-inner ul li {
  line-height: normal;
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  list-style-position: outside;
}
.custom-accordion-body-content .custom-accordion-body-content-inner ul li:before {
  content: "\f0c8";
  color: #fff;
  font-family: FontAwesome;
  display: inline-block;
  font-size: 10px;
  vertical-align: 3px;
  margin-left: -20px;
  width: 20px;
}
.custom-accordion-body-content .custom-accordion-body-content-inner a.learnmore{
  margin-bottom: 0;
}






/* =============== Careers =============== */


.alacrita-expert-network .hs-section-1 ul,
.one-column-layout .hs-section-1 ul,
.asset-partnering .body-container .hs-section-1 ul{
  padding: 0;
  list-style: none;
}
.alacrita-expert-network .hs-section-1 ul li,
.one-column-layout .hs-section-1 ul li,
.asset-partnering .body-container .hs-section-1 ul li{
  line-height: normal;
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  list-style-position: outside;
}
.alacrita-expert-network .hs-section-1 ul li:before,
.one-column-layout .hs-section-1 ul li:before,
.asset-partnering .body-container .hs-section-1 ul li:before{
  content: "\f0c8";
  color: #282a33;
  font-family: FontAwesome;
  display: inline-block;
  font-size: 10px;
  vertical-align: 3px;
  margin-left: -20px;
  width: 20px;
}
.one-column-layout .hs-section-1 span.hs-form-required {
  display: none;
}
.one-column-layout .hs-section-1 input, .one-column-layout .hs-section-1 textarea {
  max-width: 100% !important;
}  
.hs-form ul li {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

.hs-form ul li:before,
.one-column-layout .hs-section-1 .hs-form ul li:before{
  content: none;
}

.one-column-layout .hs-section-1 .hs_error_rollup {
  max-width: 100%;
}

.one-column-layout .hs-section-1 .actions {
  text-align: center;
}
.news-resources .body-container .hs-section-1 .page-center {
  padding-top: 0px;
}
.asset-partnering .body-container .hs-section-1 .page-center {
  padding-top: 79px;
}
.one-column-layout .body-container .hs-section-1 .page-center {
  padding-top: 10px;
}
/* ---- PDF ICON 

a[href$=".pdf"]:link,
a[href$=".pdf"]:visited {
  padding: 0 25px;
  opacity: 1;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  margin: 0 !important;
  display: block;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
a[href$=".pdf"]:before {
  background: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/pdf-icon.svg) no-repeat top 0px left 0px/15px 18px;
  content: "";
  display: inline-block;
  height: 18px;
  position: absolute;
  width: 15px;
  margin-left: -25px;
}
a[href$=".pdf"]:after {
  background: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/pdf-download.svg) no-repeat top 0px left 0px/13px 15px;
  content: "";
  display: inline-block;
  height: 15px;
  position: absolute;
  width: 13px;
  margin-left: 10px;
}

-- */


.consultants-inner .body-container .hs-section-1 h2 {
  margin: 30px 0 26px;
  padding: 0 0 30px;
}
.consultants-inner .body-container .hs-section-1 .hs_cos_wrapper_type_rich_text h2:first-child {
  margin-top: 0;
}
.consultants-inner-v2 .custom-related-post-group {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
}
.custom-breadcrumb-menu ul {
  margin: 0;
}
.one-column-layout .hs-section-1 fieldset.form-columns-3 .hs-form-field>label,
.one-column-layout .hs-section-1 .hs-address.hs-form-field>label {
  display: none;
}

.one-column-layout .body-container .hs-section-1 h2 {
  margin: 30px 0 26px;
  padding: 0 0 30px;
}
.one-column-layout .body-container .hs-section-1 h2:first-child {
  margin-top: 0;
}

.one-column-layout .hs-section-1 form textarea {
  min-height: 102px
}
.one-column-layout .hs-section-1 form input.hs-button.primary.large {
  margin-bottom: 0;
}



/* =============== News and Resources =============== */

.news-resources-mod .content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: none;
  margin-left: -10px;
  margin-right: -10px;
}
.news-resources-mod .content-wrapper:before {
  content: " ";
  display: table;
}
.news-resources-mod .content-wrapper .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: none;
  cursor: pointer;
  width: 33.33333333%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.news-resources-mod .content-wrapper .item .content-holder {
  display: flex;
  flex-direction: column;
  align-content: stretch;
  width: 100%;
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
  padding: 20px;
  background: #282a33;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.news-resources-mod .content-wrapper .item .content-holder:hover {
  background: #1b1e29;
}
.news-resources-mod .content-wrapper .item .content-holder h3 {
  margin-top: 0;
}
.body-container .news-resources-mod .content-wrapper .item .content-holder h3 {
  background-image: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/text-header-bg-yellow.svg);
}
.body-container .news-resources-mod .content-wrapper .item .content-holder a.learnmore {
  margin-bottom: 0;
}
.body-container .news-resources-mod .content-wrapper .item:hover a.learnmore{
  text-decoration: none;
  padding-right: 25px;
}
.news-resources-mod .content-wrapper .item .content-holder .main-content-holder {
  font-size: 18px;
}
.news-resources-mod {
  margin-top: 30px;
}
.news-resources-mod .body-content {
  display: flex;
  flex-grow: 1;
}




/* =============== Contact =============== */


.contact-us .hs-section-1 {
  padding-top: 31px;
}
.contact-us .hs-section-1 .page-center {
  padding-bottom: 0;
}
.contact-us .body-container .hs-section-2 .page-center {
  padding-top: 40px;
  padding-bottom: 3px;
}
.conact-details-map h2 {
  padding-bottom: 30px;
  margin-bottom: 26px;
  margin-top: 0;
}
.conact-details-map  ul {
  margin: 0;
  padding: 0;
}
.conact-details-map ul li {
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.map-canvas {
  height: 400px;
  margin: 30px 14px 40px 0;
  overflow: hidden;
  border: solid 1px #fff;
} 
.map-canvas iframe {
  width: 100%;
  height: 100%;
}
.contact-us .hs-section-3 span.hs-form-required {
  display: none;
}
.contact-us .hs-section-3 textarea {
  height: 192px;
}
.contact-us .hs-section-3 li.hs-form-booleancheckbox {
  text-align: center;
}
.contact-us .hs-section-3 .hs-fieldtype-booleancheckbox ul {
  margin-top: 1px;
  margin-bottom: 16px;
}
.contact-us .hs-section-3 li.hs-form-booleancheckbox input {
  margin-right: 10px;
}
.grecaptcha-badge {
  margin: 15px auto 0;
}
.contact-us .hs-section-3 .actions {
  text-align: center;
  margin-top: 20px;
}

.contact-us .hs-form-field>label {
  display: none;
}
.contact-us .hs-section-3 input, .contact-us .hs-section-3 textarea {
  max-width: 100%;
}
.form-text {
  font-size: 14px;
  text-align: center;
}
.contact-us .hs-section-3 input.hs-button.primary.large {
  margin-bottom: 20px;
}
.contact-us .hs-section-3 .page-center {
  padding-top: 50px;
}




/* =============== Consultants =============== */

.consultants-layout .advanced-banner-area .scrollArrow {
  display: none;
}
.grid{
  margin-left: -10px;
  margin-right: -10px;
}
.grid-item {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
}
.custom-team-member-group .image-holder {
  position: relative;
  padding-bottom: 133.333%;
}
.custom-team-member-group .image-holder img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}
.custom-team-member-group {
  margin-top: 30px;
}
.custom-team-member-group .member-item{
  margin-bottom: 20px;
}
.custom-team-member-group .member-item > a{
  display: block
}
.custom-team-member-group .member-item .inner-group {
  position: relative;
  overflow: hidden;
}
.custom-team-member-group .member-item .inner-group .bottom-group {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,1);
  padding: 20px 30px;
  color: #fff;
  opacity: 1;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.custom-team-member-group .member-item:hover .inner-group .bottom-group {
  opacity: 0;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.custom-team-member-group .member-item .inner-group .name {
  font-size: 14px;
  line-height: 22px;
  color: #f2cf31;
  font-weight: 600;
  text-transform: uppercase;
}
.custom-team-member-group .member-item .inner-group .qualification, 
.custom-team-member-group .member-item .inner-group .designation,
.custom-team-member-group .member-item .inner-group .about-member{
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  font-weight: 400;
  text-transform: none;
}
.custom-team-member-group .member-item .inner-group .about-member{
  margin-top: 30px;
}
.custom-team-member-group .member-item .hover-group {
  position: absolute;
  bottom: 0;
  height: 0px;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 9;
  top: 100%;
  padding: 30px;
  background-color: rgba(0,0,0,0.85);
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.custom-team-member-group .member-item:hover .hover-group{
  height: 100%;
  top: 0;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.consultants-layout .hs-section-1 .page-center {
  padding-bottom: 20px;
}
.consultants-inner .header-container.container-fluid {
  min-height: auto;
}


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

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

.custom-footer-group {
  background: #282a33;
  color: #fff;
}
.custom-footer-bottom-group {
  font-size: 14px;
  padding: 20px 0;
  border-top: 1px solid #fff;
}
.custom-footer-col p {
  padding-bottom: 0;
}
.custom-footer-menu .hs-menu-wrapper > ul {
  font-size: 14px;
  line-height: 1.7;
  padding-bottom: 10px;
  float: right;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a {
  padding: 0 15px;
  line-height: 65px;
  font-weight: 400;
  color: #fff;
  text-transform: lowercase;
  font-size: 20px;
  text-decoration: none;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a:hover,
.custom-footer-menu .hs-menu-wrapper > ul > li.active > a{
  color: #d1ad08;
}
.custom-footer-menu {
  padding-bottom: 32px;
}
.custom-copyright p {
  padding: 0;
}
.footer-container .custom-logo {
  padding-top: 0;
  text-align: right;
}
.custom-pre-footer {
  padding: 50px 0;
}
.custom-pre-footer .col {
  width: 50%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.custom-pre-footer .col .content-group {
  border solid 1px #fff;
  padding: 20px;
}
.custom-pre-footer .inner-group {
  margin-left: -10px;
  margin-right: -10px;
}
.custom-pre-footer h2 {
  color: #fff;
  margin-top: 0;
}
a.learnmore,
.read-more .learnmore {
  padding: 0 20px 0 0;
  text-decoration: none;
  color: #ffd100;
  opacity: 1;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin: 20px 0 4px;
  background: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/yellow_button_out.svg) no-repeat top 2px right 0px/15px 12px;
  text-transform: uppercase;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
a.learnmore:hover,
 .read-more .learnmore:hover{
  text-decoration: none;
  opacity: .8;
  padding-right: 25px;
}
.custom-pre-footer .col .content-group p {
  font-size: 14px;
}





/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  float: right;
  padding-top: 60px;
  font-size: 21px;
  line-height: 1.7;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  padding: 0 15px;
  line-height: 65px;
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  text-transform: lowercase;
  text-decoration: none;
  background: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/nav-down-arrow.svg) no-repeat top 32px right 0px/13px 8px;
  padding-right: 18px
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
  color: #ffd100;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul > li > ul{
  background-color: #222630;
  min-width: 300px;
  font-size: 21px;
  line-height: 1.7;
  padding: 15px 35px;
  color: #fff;
  transform: translate(0,10px);
  transition: opacity .2s ease-in,transform .2s ease-in,visibility .2s ease-in !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul{
  transform: translate(0,0);
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
  font-size: 16px;
  font-weight: 400;
  padding: 5px 0;
  line-height: 35px;
  color: #fff;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover{
  color: #ffd100;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{

}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
 
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-footer-menu .hs-menu-wrapper,
  .custom-footer-menu .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) {
    position: static !important;
  }
  .custom-menu-primary {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul {
    width: 100%;
    background: rgba(40,42,51,.9);
    padding: 20px;
    min-height: 250px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li{
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    display: block;
    float: left;
    clear: none;
    padding: 5px 15px;
    vertical-align: top;
    width: 33.33333%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li ul li {
    font-size: 21px;
    margin-bottom: 8px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 23px;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > a{
    padding: 0;
    line-height: 1.7;
  }
}


/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 767px){
  
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li {
  border: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul {
  border: none;
}


  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    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: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

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

  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: -7px;
    right: 10px;
    width: auto;
    height: auto;
    line-height: 35px;
    font-size: 21px;
  }
  .mobile-trigger:before {
    content: '\f333';
    font-family: 'dashicons';
    font-size: 24px;
    color: #ffd100;
    margin: 0 6px;
    line-height: 38px;
    position: relative;
    top: 6px;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger:before{
    content: '\f158';
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .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: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #fff; /* Icon color */
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 35px !important;
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger:before {
    content: "\f140";
    position: absolute;
    top: 6px;
    right: 20px;
    font-family: dashicons;
  }
  .child-open.child-trigger:before{
    content: "\f142";
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 25px; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .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-wrapper{
    width: 100%;
    position: relative;
    top: 10px;
    left: 0;
    padding: 9px 13px 11px;
    background: #222630;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

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

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px 10px 10px;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > 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-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

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





  .custom-footer-menu,
  .custom-footer-menu .hs-menu-wrapper > ul,
  .custom-footer-menu .hs-menu-wrapper > ul li,
  .custom-footer-menu .hs-menu-wrapper > ul li a{
    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: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

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

  .footer-mobile-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: -14px;
    right: 0;
    left: 0;
    width: 100%;
    background: #222630;
    min-height: 35px;
    text-align: right;
  }
  .footer-mobile-trigger span {
    width: 24px;
    height: 35px;
    position: relative;
    display: inline-block;
  }
  .footer-mobile-trigger span:before {
    content: '\f333';
    font-family: 'dashicons';
    font-size: 24px;
    color: #fff;
    margin: 0;
    position: absolute;
    right: 11px;
    top: 6px;
  }

  /* Change button when menu is open */
  .footer-mobile-open .footer-mobile-trigger span:before {
    content: '\f158';
  }

  /* Toggle Button Icon */
  .footer-mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .footer-mobile-trigger i:before, .footer-mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .footer-mobile-trigger i, .footer-mobile-trigger i:before, .footer-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: #000; /* Icon color */
    display: inline-block;
  }
  .footer-mobile-trigger i:before{ top: -6px; } /* Position top line */
  .footer-mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .footer-mobile-trigger:hover i, .footer-mobile-trigger:hover i:before, .footer-mobile-trigger:hover i:after,  
  .footer-mobile-open .footer-mobile-trigger i, .footer-mobile-open .footer-mobile-trigger i:before, .footer-mobile-open .footer-mobile-trigger i:after{
    background-color: #fff; /* Icon color */
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .footer-child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .footer-child-trigger:hover{
    text-decoration: none;
  }
  .footer-child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .footer-child-trigger i:after{
    position: absolute;
    content: '';
  }
  .footer-child-trigger i, .footer-child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .footer-child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .footer-child-trigger.footer-child-open i{}
  .footer-child-trigger.footer-child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-footer-menu.js-enabled{
    position: relative;
    padding-top: 24px; /* Makes room for button */
    margin: 10px 0 30px 0;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-footer-menu.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: -2px;
    left: 0;
    padding: 0;
  }
  .custom-footer-menu .hs-menu-wrapper{
    background-color: #222630;
    width: 100%; /* Full screen width */
    line-height: 1.7;
    font-size: 14px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li > a {
    line-height: 35px;
    text-align: right;
    padding: 0 10px;
  }







}


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

.section.post-footer form .hs-input {
  max-width: 100%;
}
#comments-listing:empty {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.blog .blog-listing-wrapper .post-listing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: none;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.blog .blog-listing-wrapper .post-listing:before {
  content: " ";
  display: table;
}
.blog .blog-listing-wrapper .post-listing .post-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: none;
  cursor: pointer;
  width: 33.33333333%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.blog .blog-listing-wrapper .post-listing .post-item .post-inner-item {
  display: flex;
  flex-direction: column;
  align-content: stretch;
  width: 100%;
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
  padding: 20px;
  background: #282a33;
  position: relative;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.blog .blog-listing-wrapper .post-listing .post-item .post-inner-item a {
  color: #fff;
  text-decoration: none;
}
.blog .blog-listing-wrapper .post-listing .post-item .post-inner-item h2 {
  color: #fff;
  font-family: "usual",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: normal;
  margin: 0 0 16px;
  padding: 0 0 26px;
  background: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/text-header-bg-yellow.svg) no-repeat bottom left/160px !important;
}
.blog .blog-listing-wrapper .post-listing .post-item .post-inner-item h2 a{
  color: #fff;
  text-decoration: none;
}
.blog .blog-listing-wrapper .post-listing .post-item .post-body {
  display: flex;
  flex-grow: 1;
  padding-bottom: 10px;
}
.blog .blog-listing-wrapper .post-listing .post-item:hover a.learnmore {
  text-decoration: none;
  padding-right: 25px;
}
.blog .blog-listing-wrapper .post-listing .post-item .post-inner-item:hover {
  background: #1b1e29;
}
.blog .blog-listing-wrapper .post-listing .post-item a.learnmore {
  margin-bottom: 0;
}
.blog-pagination {
  margin-left: -10px;
  margin-right: -10px;
}
.blog-pagination > div {
  width: 33.33333333%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  margin-top: 20px;
}
.blog-pagination a {
  font-size: 14px;
  text-decoration: none;
  color: #282a33;
  padding: 0 0 0 2px;
  font-weight: 600;
}
.blog-pagination a:hover{
  text-decoration: underline;
}
.blog-pagination a.active {
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
.blog-pagination-center {
  text-align: center;
}
.blog-pagination-right {
  text-align: right;
}
.blog-pagination a.next-link {
  padding: 0 25px 0 0;
  text-decoration: none;
  color: #282a33;
  opacity: .9;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  background: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/grey_button_out.svg) no-repeat top 2px right 5px/15px 12px;
  text-transform: uppercase;
}
.blog-pagination a.next-link:hover{
  text-decoration: none;
  opacity: 1;
  background-position: top 2px right 0px;
}
.blog-pagination a.prev-link {
  padding: 0 0 0 25px;
  text-decoration: none;
  color: #282a33;
  opacity: .9;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  background: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/grey_button_back.svg) no-repeat top 2px left 5px/15px 12px;
  text-transform: uppercase;
}
.blog-pagination a.prev-link:hover {
  background-position: top 2px left 0px;
}
.blog .custom-banner-area {
  padding: 200px 0 120px;
}
.blog .custom-date {
  color: #ffd100;
  font-size: 14px;
  margin: 0 0 10px;
  font-weight: 500;
}


.custom-post-pagination {
  margin-left: -10px;
  margin-right: -10px;
}
.custom-post-pagination > div {
  width: 50%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.blogPrevPost a:link, .blogPrevPost a:visited {
  padding: 0 0 0 25px;
  text-decoration: none;
  color: #282a33;
  opacity: .9;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin: 20px 0 0;
  background: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/grey_button_back.svg) no-repeat top 2px left 5px/15px 12px;
  text-transform: uppercase;
}
.blogNextPost a:link, .blogNextPost a:visited {
  padding: 0 25px 0 0;
  text-decoration: none;
  color: #282a33;
  opacity: .9;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin: 20px 0 0;
  background: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/grey_button_out.svg) no-repeat top 2px right 5px/15px 12px;
  text-transform: uppercase;
}
.blogPrevPost a:hover {
  background-position: top 2px left 0px;
}
.blogNextPost a:hover {
  background-position: top 2px right 0px;
}
.custom-post-pagination .blogNextPost {
  text-align: right;
}


.blog-section .category-group {
  background: #282a33;
  color: #fff;
  padding: 25px;
  margin-bottom: 20px;
  font-size: 12px;
}
.blog-section .category-group ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-section .category-group ul li {
  display: inline-block;
}
.blog-section .category-group ul li {
  display: inline-block;
}
.blog-section .category-group ul li a {
  color: #fff;
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
  display: inline-block;
  margin-right: 15px;
}
.blog-section .category-group ul li a:after {
  background: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/yellow-divider.svg) repeat left bottom;
  bottom: 5px;
  content: "";
  display: block;
  height: 1px;
  right: 11px;
  position: relative;
  width: 7px;
}
.blog-section .category-group ul li:first-child a:after{
  content: none;
}
.blog-section .category-group ul li a:hover {
  color: #ffd100;
}

.blog .body-container .page-center {
  padding-top: 42px;
}

.banner-topic {
  font-size: 14px;
  margin-bottom: 5px;
}
.banner-topic a.topic-link {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  padding: 0 0 0 15px;
}
.banner-topic a.topic-link:hover{
  color: #ffd100;
}
.banner-topic a.topic-link:after{
  background: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/yellow-divider.svg) repeat right bottom;
  bottom: 5px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 7px;
}
.banner-topic a.topic-link:first-child{
  padding: 0;
}
.banner-topic a.topic-link:first-child:after{
  content: none;
}

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

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

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

.blog.hs-blog-post .section.post-body {
  width: 66.66666667%;
  margin: 0 auto;
  padding: 0 3px;
}
.blog.hs-blog-post .body-container .section.post-body h2 {
  margin: 30px 0 26px;
  padding: 0 0 30px;
}
.blog.hs-blog-post .body-container .section.post-body h2:first-child {
  margin-top: 0;
}
.blog.hs-blog-post .body-container .section.post-body ul {
  padding: 0;
  list-style: none;
}
.blog.hs-blog-post .body-container .section.post-body ul li {
  line-height: normal;
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  list-style-position: outside;
}
.blog.hs-blog-post .body-container .section.post-body ul li:before {
  content: "\f0c8";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 10px;
  vertical-align: 3px;
  margin-left: -20px;
  width: 20px;
  color: #282a33;
}

.custom-blog-post-layout.blog.hs-blog-post .section.post-body {
  width: 100%;
  padding: 0;
}
.custom-blog-post-layout.blog.hs-blog-post .section.post-body h2:first-child {
  margin-top: 0;
}


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

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


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

.blog .blog-content {}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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


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

h3.form-title {
  padding: 0 0 30px;
}

.hs-form .hs_please_click_here_to_upload_a_copy_of_your_cv_ .hs-field-desc{
  font-size:14px !important;
  margin-bottom: 5px;
}
.hs-form .hs_please_click_here_to_upload_a_cover_letter_so_we_can_see_an_example_of_your_written_english_ {
      width: 50%;
    float: right;
}

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

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

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  margin: 15px 0 10px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  max-width: 100%;
}
.case-study-form-container .hs-form-field > label, 
.whitepaper-form-container .hs-form-field > label{
  margin: 5px 0px;
  font-size: 16px;
  font-weight: 400;
  color: #ffd100;
  display: inline-block;
  max-width: 100%;
}
/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100% !important;
  margin: 0 0 10px;
  background: 0 0;
  font-family: usual, sans-serif;
  border: solid 1px #d1ae46;
  outline: none;
  box-shadow: none;
  padding: 10px;
  color: #fff;
  line-height: normal;
  font-size: 16px;
  max-width: 550px;
}

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

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

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

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

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

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

/* Error */

.hs-input.invalid.error {
  border-bottom: 2px solid #d7454b;
}

.hs-error-msgs label{
  color: #d7454b;
}
.hs_error_rollup {
  background: #d7454b;
  color: #fff;
  width: 100%;
  margin: 10px 0 0;
  padding: 10px;
  text-align: center;
  line-height: normal;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  max-width: 550px;
}
ul.no-list.hs-error-msgs.inputs-list {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}
.hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
}
.hs_error_rollup .hs-error-msgs label {
  color: #fff;
}
ul.no-list.hs-error-msgs.inputs-list li:before {
  display: none !important;
}

/* Placeholder Text */
::-webkit-input-placeholder {
  color: #282a33;
} /* Webkit Browsers */
:-moz-placeholder {
  color: #282a33;
} /* Firefox 18- */
::-moz-placeholder {
  color: #282a33;
} /* Firefox 19+ */
:-ms-input-placeholder {
  color: #282a33;
} /* IE10 */


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


/* =============== All Global Buttons (Excluding CTAs) =============== */
.case-study-form-container .hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  background: #282a33 url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/yellow_button_out.svg) no-repeat top 19px right 10px/10px auto;
  text-transform: uppercase;
  border: none;
  padding-left: 10px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px; 
  margin: 10px 0 30px;
  color: #ffd100;
  display: inline-block;
  font-weight: 400;
  box-shadow: none;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: "usual",sans-serif;
  line-height: normal;
  font-size: 16px;
  opacity: 1;
  outline: 0;
  white-space: normal;
  border: 1px solid #ffd100;
}
.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  background: #282a33 url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/yellow_button_out.svg) no-repeat top 25px right 25px/15px auto;
  text-transform: uppercase;
  border: none;
  padding: 20px 50px 20px 25px;
  margin: 10px 0 30px;
  color: #ffd100;
  display: inline-block;
  font-weight: 400;
  box-shadow: none;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: "usual",sans-serif;
  line-height: normal;
  font-size: 16px;
  opacity: 1;
  outline: 0;
  white-space: normal;
}
.case-study-form-container .hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-position: top 19px right 20px;
  opacity: .8;
}
.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-position: top 25px right 15px;
  opacity: .8;
}

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


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

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


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

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


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

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


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

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


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */


@-webkit-keyframes bounce {
  0%,20%,50%,80%,100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
  }

  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
  }
}

@-moz-keyframes bounce {
  0%,20%,50%,80%,100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
  }

  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
  }
}

@-ms-keyframes bounce {
  0%,20%,50%,80%,100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
  }

  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
  }
}

@keyframes bounce {
  0%,20%,50%,80%,100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
  }

  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
  }
}


a.buttonBox {
  padding: 10px 30px 10px 10px;
  text-decoration: none !important;
  color: #ffd100 !important;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin: 20px 0 0;
  background: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/yellow_button_out.svg) no-repeat top 12px right 10px/15px 12px;
  background-color: #282a33;
  text-transform: uppercase;
}
a.buttonBox:hover{
  opacity: .9;
  background-color: #282a33;
  background-position: top 12px right 5px;
}



iframe {
  max-width: 100%;
}
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hs-search-results__listing li {
  margin-bottom: 10px;
  margin-top: 10px;
}

ul.section-bullets li:hover a:not(.active) span{
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}

.custom-error-layout .advanced-banner-area .content-holder {
  width: 100%;
  padding: 0;
}
.custom-error-layout .advanced-banner-area .content-holder a {
  color: #ffd100;
  font-weight: 400;
  text-decoration: none;
}
.custom-error-layout .advanced-banner-area .content-holder a:hover {
  color: #d1ad08;
}
.custom-error-layout .advanced-banner-area .content-holder ul {
  padding: 0;
  list-style: none;
  font-size: 26px;
}
.custom-error-layout .advanced-banner-area .content-holder ul li {
  line-height: normal;
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  list-style-position: outside;
}
.custom-error-layout .advanced-banner-area .content-holder ul li:before {
  color: #fff;
  content: "\f0c8";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 10px;
  vertical-align: 3px;
  margin-left: -20px;
  width: 20px;
}
.custom-error-layout .body-container {
  padding-bottom: 0;
}
.custom-error-layout .advanced-banner-area .scrollArrow {
  display: none;
}
.custom-banner-area .banner-content h1.topic-item {
  text-transform: capitalize;
}
.scrollArrow:hover {
  opacity: .5 !important;
}

.alignnone {
  margin: 0 0 15px !important;
  padding: 0 !important;
  border: solid 2px #fff;
}
.alignright {
  margin: 0 0 15px 20px !important;
  float: right;
  padding: 0 !important;
  border: solid 2px #fff;
}
.alignleft {
  margin: 0 20px 15px 0 !important;
  float: left;
  padding: 0 !important;
  border: solid 2px #fff;
}
.blog .post-body hr {
  color: #ccc;
  background-color: #fff;
  height: 2px;
  border: 0;
  border-color: #fff;
  margin-top: 30px;
  margin-bottom: 40px;
}
table {
  width: 100%;
  margin: 10px 0 30px;
  padding: 0
}

table th {
  font-weight: 600;
  padding: 2px 0;
  text-align: left;
  border: none
}

table td {
  padding: 2px 0;
  text-align: left
}
a[href$=".pdf"]:hover {
  opacity: .7;
}
figure.wp-block-image.is-resized {
  margin: 0;
}
.post-body ol {
  padding-left: 20px;
}
.blog.hs-blog-post .section.post-body .hs-form-required {
  display: none;
}
.blog.hs-blog-post .section.post-body label {
  display: inline;
  font-size: 14px;
}
.blog.hs-blog-post .section.post-body .hs-input {
  max-width: 100%;
}
.blog.hs-blog-post .section.post-body .hs-richtext {
  text-align: center;
  font-size: 14px;
}
.blog.hs-blog-post .section.post-body .actions {
  text-align: center;
}
/*-------------------- CUSTOM CASE STUDY TEMPLATE STYLES -------------------*/

.blog-sidebar-divider {
  border-left: 1px solid #e8c149;
  padding-left: 30px;
}

.blog-form-text {
  font-weight: bold;
}
#case-study-form-divider {
  border-left: 1px solid #d1ae46;
  padding-left: 30px;
}
#services-sidebar {
  border-left: 1px solid #e8c149;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 10px;
}
.case-study-box-text .related-post-body {
  color: #fff;
  text-decoration: none;
}

.case-study-form-container {
  padding-top: 20px;
  max-width: 280px;
}
.whitepaper-form-container {
  padding-top: 5px;
  max-width: 300px;
}
.case-study-width {
  padding-top: 0px;
 
  padding-right: 20px;
}
.button-group-yellowbg .learnmore {
    padding: 0 20px 0 0;
    text-decoration: none;
    color: #282a33;
    opacity: 1;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin: 20px 0 4px;
    background: url(https://www.alacrita.com/hubfs/yellow_button_out.png) no-repeat top 2px right 0px/15px 12px;
    text-transform: uppercase;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


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


@media (max-height: 750px){
  h1 {
    font-size: 50px;
  }
  .bullets-container{
    display: none;
  }
body {
  background: #f8d347;
  }
}


@media (max-width: 1200px) and (min-width: 992px){
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0 17px 0 13px;
  }
  
 
}
}


@media (max-width: 1200px) {
  #homepage-buttons {
    margin-top: 60px;
  }
  .homepage-button {
    padding: 20px 15px;
    color: #000;
   	font-size: 16px;
    border: none;
    background: #ffd100;
    margin-right: 30px;
    text-decoration: none;
    font-weight: bold;
    /*box-shadow: 0 8px 16px 0 rgba(255,255,255,0.05), 0 6px 20px 0 rgba(255,255,255,0.1);*/
     box-shadow: 0 8px 16px 0 rgba(0,0,0,0.3), 0 6px 20px 0 rgba(0,0,0,0.4);
    border-radius: 6px;
    transition-duration: 0.8s;
  }
  .homepage-button:hover {
    color: #000;
    background: #fce600;
    text-decoration: underline;

  }
}

@media (max-width: 992px) and (min-width: 768px){
  h1 {
    font-size: 50px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 16px;
  }
  .body-container .custom-related-post-group .related-post-item .inner-group h2 {
    font-size: 19px;
  }
  .blog .blog-listing-wrapper .post-listing .post-item .post-inner-item h2 {
    font-size: 22px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    white-space: normal !important;
    font-size: 14px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul{
    min-width: 200px;
  }
  .how-can-we-help-mod .content-wrapper .item .content-holder h3 {
    font-size: 22px;
  }
  .our-services-group.four-col .our-services-item {
    width: 50%;
  }
}

@media (max-width: 1199px){
  .container-fluid .row-fluid .page-center {
    max-width: 992px;
  }
}

@media (max-width: 991px){
  .container-fluid .row-fluid .page-center {
    max-width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0 7px;
    background: none;
  }
  .grid-item {
    width: 50%;
  }
  .bullets-container{
    display: none;
  }
}




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


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

@media (max-width: 767px) {
  input[type="text"],
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    max-width: 100%;
  }
  
  body {
    background: #f8d347;
  }
  
  
  
  .hs_error_rollup {
    max-width: 100%;
  }
  h1 {
    font-size: 36px;
  }
  .our-services-inner .hs-section-1 {
    padding-top: 41px;
  }
  .no-banner .header-container {
    min-height: auto;
  }
  .custom-header-group{
    min-height: auto !important;
  }
  .custom-accordion-md{
    margin-top: 46px;
  }
  .custom-header-group .custom-logo {
    padding-top: 25px;
    padding-left: 20px;
  }
  .custom-header-group .custom-logo img {
    width: 168px !important;
  }
  .custom-header-group .custom-logo a {
    height: 51px;
    overflow: hidden;
  }
  .custom-header-group {
    position: static;
    background: #252831 !important;
  }
  .footer-container .custom-logo {
    text-align: center;
    padding-bottom: 23px;
    padding-top: 10px;
  }
  .footer-container .custom-logo img.hover-image {
    display: none;
  }
  .custom-footer-bottom-group {
    text-align: center;
  }

  .custom-banner-area {
    padding: 40px 0;
  }
  .custom-banner-area .content-holder {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .custom-banner-area .banner-content {
    margin-left: 0;
    margin-right: 0;
  }
  .custom-banner-area .page-center {
    padding: 60px 20px !important;
  }
  .our-services-inner .hs-section-1 .hs_cos_wrapper_type_rich_text {
    width: 100%;
    padding: 0 0 60px;
  }
  .custom-related-post-group .related-post-item-group {
    margin-left: 0;
    margin-right: 0;
  }
  .custom-related-post-group .related-post-item {
    width: 100%;
    float: none;
  }
  .matchheight {
    height: auto !important;
  }
  .custom-pre-footer .column-1.col {
    margin-bottom: 10px;
  }
  .inner-page-center {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
  .our-services-group .our-services-item-group {
    margin-left: 0;
    margin-right: 0;
  }

  
  .our-services-group .our-services-item {
    width: 100%;
    float: none;
  }
  .team-member-group {
    display: block;
    height: auto;
    padding: 60px 20px;
  }
  .team-member-group .team-member-inner {
    display: block;
    height: auto;
  }
  .team-member-group .inner-group {
    margin-left: 0;
    margin-right: 0;
  }
  .team-member-group .left-group {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .team-member-group .right-group {
    width: 100%;
    float: none;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .team-member-group .page-center {
    padding: 0 !important;
  }
  .custom-header-group .page-center{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .custom-copyright {
    padding-bottom: 3px;
    padding-top: 10px;
  }
  .homepage .advanced-banner-area .content-holder {
    margin-left: 0;
    width: 100%;
  }
  .homepage .advanced-banner-area .content-group {
    margin-left: 0;
    margin-right: 0;
  }
  .hs-home-section-1-content-group {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 60px 10px;
  }
  .hs-home-section-1-left-content {
    width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .hs-home-section-1-right-content{
    width: 100% !important;
    margin-bottom: 10px;
  }
  .hs-home-section-2 {
    padding: 15px 10px;
  }
  .how-can-we-help-mod .content-wrapper {
    margin: 0 0 20px;
    display: block;
  }
  .how-can-we-help-mod .content-wrapper .item {
    display: block;
    width: 100%;
    float: none;
  }
  .how-can-we-help-mod .content-wrapper .item .content-holder {
    display: block;
  }
  .testimonial-content-holder {
    display: block;
    height: auto;
  }
  .testimonial-content-wrapper .testimonial-content {
    padding: 0;
  }
  .custom-testimonial-content-group .testimonial-inner {
    width: 100%;
  }
  .custom-testimonial-content-group {
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
  }
  .testimonial-content-wrapper .testimonial-content:before,
  .testimonial-content-wrapper .testimonial-content:after {
    content: none;
  }
  .contact-us .body-container .hs-section-2 .page-center {
    padding-top: 50px;
  }

  .conact-details-map {
    padding: 0 10px;
  }
  .map-canvas {
    margin-top: 20px;
    margin-right: 20px;
  }
  .grid{
    margin-left: 0;
    margin-right: 0;
  }
  .grid-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .one-column-layout .hs-section-1 form.hs-form fieldset .hs-form-field {
    width: 100% !important;
    padding-right: 0;
  }
  .consultants-inner-v2 .hs-section-1-right-content {
    margin-top: 10px;
  }
  .consultants-inner-v2 .hs-section-1-right-content .hs_cos_wrapper_type_form .hs-form-field,
  .blog-sidebar .hs_cos_wrapper_type_form .hs-form-field{
    margin-bottom: 10px;
  }
  .news-resources-mod .content-wrapper {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .news-resources-mod .content-wrapper .item {
    display: block;
    width: 100%;
  }
  .news-resources-mod .content-wrapper .item .content-holder,
  .news-resources-mod .body-content{
    display: block;
  }
  .advanced-banner-area .content-holder {
    width: 100%;
    padding: 0 10px;
  }
  .blog .blog-listing-wrapper .post-listing {
    display: block;
    margin: 0;
  }
  .blog .blog-listing-wrapper .post-listing .post-item {
    display: block;
    width: 100%;
  }
  .blog .blog-listing-wrapper .post-listing .post-item .post-inner-item,
  .blog .blog-listing-wrapper .post-listing .post-item .post-body{
    display: block;
  }
  .our-services-group.four-col .our-services-item {
    width: 100%;
    border: 1px solid white;
  }
  .fixed .custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    padding: 0;
    transform: translate(0,0);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a{
    padding: 5px 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
    color: #f5eed0;
    background: #504b34;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:hover > a{
    background: #504b34;
  }
  .custom-error-layout .advanced-banner-area .inner-group {
    padding: 0 10px;
  }
  .blog .custom-banner-area {
    padding: 40px 0;
  }
  .blog.hs-blog-post .section.post-body {
    width: 100%;
  }
  .alignright {
    margin: 0 auto 20px !important;
    float: none;
    display: block;
  }
  .alignleft {
    margin: 0 auto 15px !important;
    display: block;
    float: none;
  }
  .mobile-navigation {
    display: none;
}  
}


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background-color: #f8d347;
} 
body {
    background: #f8d347;
  }
  
  h1 {
    font-size: 30px;
  }
  .custom-copyright {
    padding-bottom: 10px;
  }
  .custom-banner-area .content-holder h1 {
    font-size: 36px;
  }
  .blog .custom-banner-area .content-holder h1 {
    font-size: 30px;
  }
  table {
    font-size: 9px;
    border-collapse: collapse;
  }
  .blog-pagination>div{
    width: 25%;
  }
  .blog-pagination>div.blog-pagination-center {
    width: 50%;
  }
  .custom-post-pagination>div {
    width: 100%;
  }
  table td {
    padding: 4px;
    text-align: left;
    border: 1px solid;
  }
  .no-mobile-display {
    display: none;
  }
}
@media (max-width: 500px) {

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li ul {
  padding-top: 10px;
  padding-bottom: 10px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li ul li a {
  background: #222630;
  padding: 7px;
  padding-left: 15px;
  padding-right: 15px;
  border-left: 1px solid grey;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li ul li a:hover {
  color: #ffd100; 
 }
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li ul li {
margin-bottom: 0;}

.services-form {
  border-left: 1px solid black;
}

#services-page .page-center {
  padding-bottom: 30px;
}
.custom-date {
  display: none;}
a.backButtonBlack { 
  display: none;
}
.about-member {
  text-transform: none;
}


  
 .no-mobile {
  display: none;
}
   .custom-header-group .custom-logo {
     margin-left: 20%;
     margin-right: 20%;
   }
  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: -7px;
    left: 35%;
   }
   
  .advanced-banner-area {
  
    height: 66vh;
  
    background-size: auto;
  background-attachment: fixed;
 background-image: none;
  position: relative;
    background-color: white;
    background-image: none;
  }
   
   .advanced-banner-area .inner-group {
 
    background-color: #282a33;
}
   .hs-home-section-1-content-group {
     padding-top: 0;
   }
   .hs-home-section-1-left-content p {
     text-align: center;
   }
   .how-can-we-help-mod h2 {
     text-align: center;
     background: #ffd100;
     display: none;
   }
   .scrollArrow {
     display: none;
   }
  #homepage-right-content-box {
    display: none;
    /*width: auto;
    background: #212829;
   /* background-image: url('https://www.alacrita.com/hubfs/expert-network-background.jpg');
     background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
    margin-top: 25px;
    margin-left: 0;
    margin-bottom: 0;
    padding: 10px 20px 20px 20px;
    border: 1px solid white; */
  }
   
  .top-footer-left {
    padding-top: 25px;padding-left: 20px;padding-right:20px;
  }
   .hs-home-section-1-content-group {
     padding: 0;
   }
   .hs-home-section-3 {
     padding:0;
     padding-bottom: 20px;
     display: none;
   }
   .custom-testimonial-content-group {
     display: none;
   }
   .advanced-banner-area .content-holder p {
    font-size: 34px;
       text-align: center;
       margin-left: auto;
       margin-right: auto;
  }
  h1 {
    font-weight: 600;
    font-size: 44px;

    text-align: center;
    line-height: normal;
    background: url(//3828687.fs1.hubspotusercontent-na1.net/hubfs/3828687/Alacrita_April2019/Images/text-header-bg-yellow.svg) no-repeat bottom center/160px;
  }

   
   .black-box-list li {
     margin-bottom: 15px;
     font-size: 20px;
   }
 .how-can-we-help-mod .content-wrapper .main-content-holder {
     font-size: 20px;
   }
   .custom-header-group .custom-logo {
     margin-left: 20%;
     margin-right: 20%;
   }
 
.top-footer-right {
  display: none;
   }
#top-footer-left {
  display: none;
   }
.top-footer {
  display: none;
   }
   .contact-us-button {
position: fixed;
  bottom: 0;
  display: block;
  width: 100%;
  height: 60px;
  background-color: #282a33;
     border: none;
     font-size: 20px;
     font-weight: bold;
     border: 1px solid #ffd100;
     border-radius: 8px;
     color: #ffd100;
}
.custom-pre-footer {
  display: none;
   }
#services-sidebar {
  display: none;
   }
  .banner-content {
    text-align: center;
   }
  .prefooter-v3 {
    display: none:
   }
  .footer-top-group {
    display: none;
   }
   .homepage-form {
     display: none;
   }
   #homepage-offices {
     display: none;
   }
 
   
   .custom-footer-bottom-group {
     padding: 0;
   }
.custom-related-post-group {
  padding-top: 0;
  margin-top: 0;
  }
 .footer-container .custom-logo {
   display: none;
  }
  .custom-copyright {
    
    margin-bottom: 75px;
  }
    
.footer-copyright  a {
  color: #fff;
  }
  
  #quick-links {
    display: none;
  }
  
  .banner-text p {
    font-size: 25px;
  }
 .interior-banner-text {
   font-size: 20px;
  }
  
.advanced-banner-area .content-holder p {
  font-size: 22px;
}
 #case-study-index li {
   font-size: 12px;
   padding-bottom: 7px;
  }
.our-services-group.four-col .our-services-item {
  border: none;
  }
  
.service-sidebar {
  display: none;
  }
 #strategy-comm-mini-menu {
   display: none;
  }
  
  #strategy-comm-right-col {
    display: none;
  }
.functional-discipline-lists ul {
margin-right: 10px;
  
}
}








 /* CUSTOM HOMEPAGE STYLES */