/* ==========================================================================
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
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


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


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

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

@import url(https://fonts.googleapis.com/css?family=Open+Sans:100,400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&display=swap);
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');


/* 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;
  }
  .mobile-trigger{top: -20px!important;}
  #hs_cos_wrapper_module_165460347886526 .site_map_container .site_map_row  { text-align:center;}
    #hs_cos_wrapper_module_1560965785577502 .footer-contact p{ text-align: center; }

}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: 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; }
/*
span#hs_cos_wrapper_widget_1681210252762_ {
    position: absolute !important;
    width: 100%;
    margin: 0 auto;
    bottom: -65px !important;
}
h1#q7cBEsmjn2uQzIvI {
    font-size: 55px !important;
    color: #fff;
    font-weight: 700;
}
h5#GGCK43V3qmXyrq3J span {
    font-size: 40px !important;
    color: #fff;
}
h4#d3i2liyyof0kaId4 span {
    font-size: 37px !important;
    line-height: 16px;
    color: #ffff;
}
.hs-embed-wrapper {
    max-width: 500px !important;
}
.hs-embed-content-wrapper a {
    background-color: #c01f31 !important;
    color: #fff !important;
    padding: 15px 48px !important;
    border-radius: 30px !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    margin: 22px 0px 0px 123px !important;
    display: inline-block !important;
}*/

.custom-menu-primary .hs-menu-wrapper>ul li a {
    font-size: 14px!important;
}
div#hs_menu_wrapper_module_151811933987828_ {
    padding-left: 85px !important;
    padding-top: 10px !important;
}
.hs-content-id-110596543019 .container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1170px;
    margin: 0 auto;
   }
.hs-menu-children-wrapper{z-index: 99999999 !important;}

#hs_cos_wrapper_module_168129127537175 img{width: 100%;}

.hs-content-id-110596543019 .aapa_hero_section.row.g-0.d-none.d-sm-block {
    position: relative !important;
}
.hs-content-id-110596543019 .container.col-xxl-8.aapa_inner_hero {
    position: absolute !important;
    top: 50%;
    text-align: center !important;
    width: 100% !important;
    transform: translate(-50%, -50%);
    left: 50%;
}
.hs-content-id-110596543019 h1.display-5.mb-3.fw-normal.aapa_hero_heading {
    color: #fff !important;
    font-size: 50px !important;
    font-weight: 700 !important;
}

.container-fluid .row-fluid #content_area {
    float: none;
    max-width: 100% !important;
    margin: 0 auto;
}
.hs-content-id-110596543019 h1.display-5.mb-3.fw-normal.aapa_hero_heading p {
    color: #fff;
    font-size: 35px !important;
    font-weight: 500 !important;
}
.hs-content-id-110596543019 p.aapa_hero_desc.fs-4.btn_desc_in a {
    font-size: 25px !important;
    color: #fff !important;
    background-color: #c01f31 !important;
    padding: 11px 45px !important;
    border-radius: 30px !important;
    font-weight: bold;
    margin-top: 15px;
    display: inline-block !important;
}
.increasing {
    width: 48%;
    background-color: #1b1846;
    color: #fff;
    padding: 40px 34px 31px 80px;
    border-radius: 33px;
    display: inline-block;
   }
.uphill h2 {
    padding: 50px 10px 50px 10px;
    font-size: 30px;
}
.increasing li {
    font-size: 24px !important;
    list-style: circle !important;
    padding: 0px !important;
}
.increasing ul {
    padding: 0px 0px !important;
}
.hs-content-id-110596543019 .body-container ul:not([class]) li:before {
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    background-image: url(hts://5698528.fs1.hubspotusercontent-na1.net/hubfs/5698528/AAPATheCompetitiveEdge_June2019_Files/Images/Check-1.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
}
.vip {
    width: 52%;
    float: right;
    padding-left: 1em;
}
body:not(.blog) .body-container .page-center.content-wrapper {
    padding: 0px !important;
}
/*.aapa-header_v2 .row-number-3 .row-fluid{align-items: unset!important;}*/
.pharmacists {
    background-image: url(https://5698528.fs1.hubspotusercontent-na1.net/hubfs/5698528/Bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.uphill {
    width: 1140px;
    margin: 0 auto!important;
}
.pharmacists h2 {
    padding-top: 140px;
    text-align: center;
    font-size: 45px;
    color: #fff;
    width: 1170px;
    margin: 0 auto!important;
}
.offer {
    width: 48%;
    background-color: #fff;
    padding: 50px 50px;
    border-radius: 25px;
    display: inline-block;
}
.offer p {
    color: #231f58;
    font-size: 25px;
    padding-bottom: 25px;
    text-align: left !important;
}
.imsr {
    width: 43%;
    float: right;
    display: inline-block;
}
.offer {
    width: 55%;
    background-color: #fff;
    padding: 50px 55px;
    border-radius: 25px;
    display: inline-block;
}
.inner {
    width: 1170px;
    margin: 0 auto !important;
    text-align: center;
    padding-top: 30px;
}
.pharmacists a {
    background-color: #c01f31;
    color: #FFE;
    padding: 13px 40px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 45px;
    display: inherit;
    width: 23%;
    margin: 0 auto;
    margin-top: 35px;
}
.pharmacists a:hover {
    color: #c01f31;
    background-color: #fff;
}
.pharmacists {
    padding-bottom: 60px;
}
.money {
    width: 42% !important;
    display: inline-block;
}
.gpo {
    background-color: #c01f31;
}
.seek {
    width: 56% !important;
    display: inline-block !important;
    vertical-align: top;
    padding-left: 25px;
}
.seek h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    padding-top: 70px;
}
.seek p {
    font-size: 24px;
    color: #fff;
    padding: 8px 0px;
}
@media (max-width: 1130px) {
.mobile-open .mobile-trigger{top: 15px!important;}
}
.respes {
    width: 1170px;
    margin: 0 auto!important;
     padding-top: 7em;
    border-radius: 20px;
    padding-bottom: 3em;
}
.fist-col {
    width: 29%;
    text-align: center;
    background-color: #1b1846;
    padding: 35px 10px;
  -webkit-box-shadow: 1px 1px 18px 8px rgba(202,202,204,1);
-moz-box-shadow: 1px 1px 18px 8px rgba(202,202,204,1);
box-shadow: 1px 1px 18px 8px rgba(202,202,204,1);
    border-radius: 20px;
    display: inline-block;
    margin: 0px 25px;
} 
.fist-col h2 {
    background-color: #fff;
    width: 50%;
    margin: 0 auto;
    border-radius: 88px;
    padding: 40px 0px;
    font-size: 56px;
    font-weight: 700;
    margin-top: -75px;
    /*box-shadow: 0px 0px 14px #0000004a;*/
}
.fist-col p {
    color: #fff;
    font-size: 24px;
    padding: 0px 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 29px;
}
.sed-col  {
    width: 29%;
    text-align: center;
    background-color: #1b1846;
    padding: 35px 10px;
    -webkit-box-shadow: 1px 1px 18px 8px rgba(202,202,204,1);
-moz-box-shadow: 1px 1px 18px 8px rgba(202,202,204,1);
box-shadow: 1px 1px 18px 8px rgba(202,202,204,1);
    border-radius: 20px;
    display: inline-block !important;
    margin: 0px 25px;
} 
.sed-col  h2 {
    background-color: #fff;
    width: 50%;
    margin: 0 auto;
    border-radius: 88px;
    padding: 40px 0px;
    font-size: 56px;
    font-weight: 700;
    margin-top: -75px;
    /*box-shadow: 0px 0px 14px #0000004a;*/
}
.sed-col p {
    color: #fff;
    font-size: 24px;
    padding: 0px 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 29px;
}
.trd-col  {
    width: 29%;
    text-align: center;
    background-color: #1b1846;
    padding: 35px 10px;
    -webkit-box-shadow: 1px 1px 18px 8px rgba(202,202,204,1);
-moz-box-shadow: 1px 1px 18px 8px rgba(202,202,204,1);
box-shadow: 1px 1px 18px 8px rgba(202,202,204,1);
    border-radius: 20px;
    display: inline-block;
    margin: 0px 21px;
} 
.trd-col  h2 {
    background-color: #fff;
    width: 50%;
    margin: 0 auto;
    border-radius: 88px;
    padding: 40px 0px;
    font-size: 56px;
    font-weight: 700;
    margin-top: -75px;
    /*box-shadow: 0px 0px 14px #0000004a;*/
}
.trd-col p {
    color: #fff;
    font-size: 24px;
    padding: 0px 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 29px;
}
.respes a {
    display: inherit;
    text-align: center;
    background-color: #c01f31;
    width: 22%;
    margin: 0 auto;
    color: #fff;
    padding: 16px 28px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 45px;
    margin-top: 50px;
}
.respes a:hover {
    color: #fff;
    background-color: #1b1846;
}
form#hsForm_3effd4f6-8895-42cf-a0a4-6275c58841e5_2759 {
    width: 42%;
    margin: 0 auto;
}
.hs-content-id-110596543019 div#hs_form_target_module_168138123500018{
    width: 74%;
    margin: 0 auto;
    padding-bottom: 40px;
}
h3#hs_cos_wrapper_module_168138123500018_title {
    text-align: center;
    color: #231f58;
    font-size: 35px;
    font-weight: 700;
    padding-top: 50px;
}
form#hsForm_3effd4f6-8895-42cf-a0a4-6275c58841e5_444 .body-container .hs-form-field {
    margin-bottom: 0px;
}
.hs-content-id-110596543019 .input ::placeholder {
    color: #231f58 !important;
    font-size: 22px !important;
}
.hs-content-id-110596543019 .body-container .hs-form-field {
    margin-bottom: 0px !important;
}
input#firstname-3effd4f6-8895-42cf-a0a4-6275c58841e5_4593 {
    padding: 20px 0px 0px 0px !important;
}
.hs-content-id-110596543019 div#hs_form_target_widget_1681367211711 input.hs-button.primary.large {
   font-weight: 700;
    width: 100%;
    border-radius: 30px;
    margin: 0 auto;
    display: inherit;
    margin-top: 33px;
    margin-bottom: 30px;
    background-color: #c01f31;
    font-size: 28px;
    font-size: 29px;
    padding: 20px 0px;
}

.hs-content-id-110596543019 input#firstname-3effd4f6-8895-42cf-a0a4-6275c58841e5_8532 {
    width: 100%;
    background-color: #ffffff !important;
    background-image: none !important;
    border-radius: 0px !important;
    color: #231f58 !important;
    font-size: 21px !important;
    font-weight: bold !important;
    padding-bottom: 10px !important;
    padding-left: 0px !important;
    padding-top: 30px !important;
    border-style: hidden !important;
    border-bottom: 3px solid #231f58 !important;
    box-shadow: none !important;
}

div#above_footer_module {
    background-image: url(https://5698528.fs1.hubspotusercontent-na1.net/hubfs/5698528/Bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.advant h2 {
    font-size: 45px;
    margin-bottom: 22px;
    padding-top: 145px;
    display: inline-block;
    color: #fff;
    width: 100%;
}
.hs-content-id-110596543019 div#hs_cos_wrapper_module_168138123500018 {
    width: 57% !important;
    background-color: #fff!important;
    margin: 0 auto !important;
    border-radius: 30px !important;
}
.hs-content-id-110596543019 #above_footer_module form input[type="text"]{
    width: 100% !important;
    background-color: #ffffff !important;
    background-image: none !important;
    border-radius: 0px !important;
    color: #231f58 !important;
    font-size: 21px !important;
    font-weight: bold !important;
    padding-bottom: 12px !important;
    padding-left: 0px !important;
    padding-top: 35px !important;
    border-style: hidden !important;
    border-bottom: 3px solid #231f58 !important;
    box-shadow: none !important;
}
.hs-content-id-110596543019 #above_footer_module form input[type="email"]{
  width: 100% !important;
    background-color: #ffffff !important;
    background-image: none !important;
    border-radius: 0px !important;
    color: #231f58 !important;
    font-size: 21px !important;
    font-weight: bold !important;
    padding-bottom: 12px !important;
    padding-left: 0px !important;
    padding-top: 35px !important;
    border-style: hidden !important;
    border-bottom: 3px solid #231f58 !important;
    box-shadow: none !important;
}
.hs-content-id-110596543019 #above_footer_module .hs_cos_wrapper_type_form .hs-button.primary.large {
    font-weight: 700;
    width: 100%;
    border-radius: 45px;
    margin: 0 auto;
    display: inherit;
    margin-top: 33px;
    margin-bottom: 30px;
    background-color: #c01f31;
    padding: 27px 0px;
    font-size: 28px;
    border: 0px;
    color: #fff;
    margin-top: 45px;
    cursor: pointer;
    text-transform: uppercase !important;
}
.hs-content-id-110596543019 #above_footer_module .hs_cos_wrapper_type_form .hs-button.primary.large:hover {
    background-color: #231f58;
}
.pharmacists {
    border-top: 0px solid #c5c4ce !important;
}
.advant {
    border-top: 0px solid #c5c4ce !important;
}
/*media screen*/

@media screen and (max-width: 767px){
    .hs-content-id-124568465726 .body-container-wrapper{width:100%!important; margin:0 auto;padding:50px 20px!important;}
.hs-content-id-110596543019 .container.col-xxl-8.aapa_inner_hero {
    position: absolute !important;
    top: 50px !important;
    text-align: center !important;
    width: 100% !important;
}
 .hs-content-id-110596543019 h1.display-5.mb-3.fw-normal.aapa_hero_heading {
    color: #fff;
    font-size: 18px !important;
    font-weight: 700 !important;
}
.hs-content-id-110596543019 h1.display-5.mb-3.fw-normal.aapa_hero_heading p {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
 .hs-content-id-110596543019 p.aapa_hero_desc.fs-4.btn_desc_in a {
    font-size: 14px !important;
    color: #fff !important;
    background-color: #c01f31 !important;
    padding: 8px 34px !important;
    border-radius: 30px !important;
    font-weight: bold;
    margin-top: 0px;
    display: inline-block !important;
}
.hs-content-id-110596543019 h1.display-5.mb-3.fw-normal.aapa_hero_heading p {
     margin-bottom: 5px;
}  
.uphill {
    padding: 0px 20px !important;
}

.increasing {
    width: 100%;
    background-color: #1b1846;
    color: #fff;
    padding: 38px 34px 31px 47px;
    border-radius: 33px;
    display: inline-block;
}
 .vip {
    width: 100%;
    float: right;
    padding-left: 0px;
    padding-top: 40px !important;
}
.uphill h2 {
      padding: 50px 10px 35px 10px;
    font-size: 19px;
    text-align: center;
}
 .pharmacists h2 {
    display: inline-block;
    text-align: center;
    font-size: 28px;
    color: #fff;
}
  .advant h2 {
    font-size: 25px;
    margin-bottom: 22px;
    padding-top: 145px;
    display: inline-block;
    color: #fff;
    width: 100%;
}
  .hs-content-id-110596543019 div#hs_cos_wrapper_module_168138123500018 {
    width: 90% !important;
    background-color: #fff!important;
    margin: 0 auto !important;
    border-radius: 30px !important;
}
 h3#hs_cos_wrapper_module_168138123500018_title {
    text-align: center;
    color: #231f58;
    font-size: 22px;
    font-weight: 700;
    padding-top: 50px;
} 
.hs-content-id-110596543019 #above_footer_module .hs_cos_wrapper_type_form .hs-button.primary.large {
    font-weight: 700;
    width: 100%;
    border-radius: 45px;
    margin: 0 auto;
    display: inherit;
    margin-top: 33px;
    margin-bottom: 30px;
    background-color: #c01f31;
    padding: 20px 0px;
    font-size: 24px;
    border: 0px;
    color: #fff;
    margin-top: 45px;
    cursor: pointer;
    text-transform: uppercase !important;
}
  .money {
    width: 100% !important;
    display: inline-block;
}
  .seek h2 {
    font-size: 29px;
    font-weight: 700;
    color: #fff;
    padding-top: 0px;
}
.seek {
    width: 100% !important;
    display: inline-block !important;
    vertical-align: top;
    padding-left: 25px;
}
 .seek p {
    font-size: 19px;
    color: #fff;
    padding: 8px 0px;
}
.increasing li {
    font-size: 20px !important;
    list-style: circle !important;
    padding: 0px !important;
}
  
}

/*************/
.gpo_section{margin:0 auto!important; width: 1140px;padding-bottom: 50px;}

@media only screen and (max-width: 767px){
  .hs-content-id-110596543019 .container.col-xxl-8.aapa_inner_hero {
    position: absolute !important;
    top: 50%;
    text-align: center !important;
    width: 100% !important;
    transform: translate(-50%, -50%);
    left: 50%;
    margin-top: 76px;
}
  .uphill{
  width:100%;
  }
  .pharmacists h2{width:100%; padding: 28px 24px 0 24px; background: #1B1846;}
  .inner{width:100%;}
  .pharmacists_inner .offer{width:84%; padding: 50px 28px 20px 28px;}
  .pharmacists_inner .imsr{width:100%; margin-top: 40px;}
  .imsr img{padding:0px 30px;}
  .pharmacists a{display:unset; position:relative; top:30px;}
  .gpo_section{width:100%;}
  .respes{width:100%; padding-top:4em; padding-left:30px; padding-right:30px;}
  .respes .trd-col,.respes .sed-col,.respes .fist-col{width:100%;margin:40px 0;}
  /*.pharmacists{background-size:unset};*/
  .respes a{width:100%;}
  h3#hs_cos_wrapper_module_168138123500018_title{padding-left: 20px; padding-right: 20px;}
  .advant h2{padding: 145px 20px 0 20px;}
  .seek{padding-right:25px;}
  #hs_cos_wrapper_module_168129127537175 img{min-height: 250px;}
}

.hs-menu-wrapper .member-login{margin-top:-10px;}
.hs-menu-wrapper .member-login a{background: #C01F31; color: #fff!important; padding: 10px 20px; border-radius: 20px;border:1px solid #C01F31;}
.hs-menu-wrapper .member-login a:hover{background: #fff; color: #C01F31!important; padding: 10px 20px; border-radius: 20px;border:1px solid #C01F31!important;}

.hs-content-id-86529219885 ul.hs-menu-children-wrapper {
    max-height: 280px!important;
    overflow: hidden!important;
}
.hs-content-id-86529219885 li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.programs- ul.hs-menu-children-wrapper {
    min-height: 685px !important;
}
.custom-menu-primary .hs-menu-wrapper > ul{padding:32px 0 0 0;}
.hs-content-id-86529219885 .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field input{height: 39px!important;}

#hs_cos_wrapper_module_165460347886526 .site_map_container {
    width: 100%!important;
}
#hs_cos_wrapper_module_165460347886526 .site_map_container .site_map_row  {
    
    float: none;
    max-width: 1170px;
    margin: 0 auto;
  padding: 0 20px;
}

.sk-ww-linkedin-page-post{max-width: 1170px!important; margin:0 auto!important;}


@media only screen and (max-width: 767px){
    div#hs_cos_wrapper_module_165460347886526 .row_header {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  div#hs_cos_wrapper_module_165460347886526 .title {
    padding-bottom: 0rem!important;
}
.hs_cos_wrapper_widget_1655448971877 #lp_child_right {
    height: 650px !important;
    margin: 0 10px;
    padding: 10px 20px!important;
    width: 97%;
}  
  #hs_cos_wrapper_widget_1655710508539 .lp_buying{height: auto!important;} 
  #hs_cos_wrapper_widget_1655716227841 .lp_buying{height: auto!important;}  
  #hs_cos_wrapper_widget_1655722060978.lp_second {
    height: auto !important;
    padding: 20px!important;
    
}
 #hs_cos_wrapper_widget_1655722631323 .testimonial-slider-wrap{margin-bottom: 0 !important;}  
 #hs_cos_wrapper_widget_1655722060978 .lp_second {
    height: auto;
    padding: 20px!important;
}
#hs_cos_wrapper_widget_1655716227841 .lp_buying_child {
    display: inline-block!important;
    padding: 0rem 0.5rem!important;
    vertical-align: middle!important;
}  
  #hs_cos_wrapper_widget_1655448971877 .lp_hero {
    height: auto!important;
    padding-bottom: 150px!important;
}  
}
.hs-content-id-124568465726 .body-container-wrapper{max-width:1170px; width:100%; margin:0 auto;padding:50px 0;}
/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */





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

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
  color: #848a97;
  font-family: Open Sans,sans-serif;
  font-size: 16px;
  line-height: 1.42;
  font-weight:400;
}

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

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

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

/* Basic text */
p {
  margin: 0 0 15px;
} 
p:last-child,
*:last-child{
  margin: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 {
  margin: 0 0 15px;
  font-weight:400;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}
h3:empty{
  display:none;
}
h1,h2{
  color:#231f58;
}
h1 {
  font-size:38px;
}
h2 {
  font-size:30px;
}
h3 {}
h4 {}
h5 {}
h6 {}

/* Anchor Links */
a { 
  color:#d81735;
  text-decoration:none;
  transition:all 0.3s;
}
a:hover{ 
  color:#231f58;
  text-decoration:none;
} 
a:focus {outline:none }

/* Lists */
ul, ol {
  margin: 0 0 15px;
  padding: 0 0 0 25px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {
  margin:0 0 15px;
  padding:0 20px;
  border-left:5px solid #c0132e;
}
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-container ul, 
.footer-container ul {
  list-style:none;
  margin:0;
  padding:0;
}
/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}
.aapa-header {
  padding: 11px 15px;
}

.widget-span.aapa-header-col {
  margin-left: 0;
}

.widget-span.aapa-header-col.col-left {
  width: 215px;
}

.aapa-header-col .widget-type-logo img {
  max-width: 106px;
}

.widget-span.aapa-header-col.col-right {
  width: calc(100% - 215px);
  padding-top: 25px;
  padding-bottom: 0;
}


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

.body-container-wrapper {}
.body-container {}

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


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

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

.appa-footer {
  background: #1b1846;
  color: #fff; position: relative;
  z-index: 3;
}
.footer-border img {
  width: 100% !important;
  vertical-align: baseline;
  margin-bottom: -6px;
}


.col {
  float: left;
}

.footer-logo-social .footer-logo {
  width: 132px;
  padding-right: 2px;
}

.col.footer-social {
  text-align: right;
  width: calc(100% - 132px);
  padding-left: 9px;
}

.footer-social ul li {
  display: inline-block;
}

.footer-social ul li img {
  width: 32px;
}

.footer-border img {
  width: 100% !important;
  max-height: 24px;
}

.footer-logo-social {
  padding-top: 63px;
  padding-left: 12px;
  padding-right: 30px;
  padding-bottom: 9px;
}

.footer-social ul {
  padding-top: 7px;
  padding-bottom: 17px;
  border-bottom: 1px solid #fff;
}

.footer-social ul li+li {
  margin-left: 4px;
}

.appa-footer-col.col-left {
  padding-top: 14px;
}
.aapa-footer-top {
  padding-left: 17px;
  font-size: 12px;
  padding-right: 28px;
  padding-bottom: 81px;
}

.widget-span.appa-footer-col.col-left {
  width: calc(100% - 310px);
  padding-top: 16px;
}

.widget-span.appa-footer-col.col-right {
  width: 310px;
}

.widget-span.appa-footer-col {
  margin-left: 0;
}

.appa-footer a {
  color: #fff;
}

.appa-footer a:hover {
  color: #d81735;
}

.subscription-form form {
  position: relative;
  z-index: 3;
  padding-right: 106px;
}
.subscription-form input[type="submit"] {
  position: absolute;
  top: -0.5px;
  right: 0;
  z-index: 3;
  border: 0;
  background: #6c87c3;
  color: #fff;
  display: inline-block;
  outline: 0;
  transition: all .3s;
  line-height: 31.5px;
  font-size: 14px;
  font-family: "Open sans",sans-serif;
  padding: 1px 19px;
  font-weight: 700;
}
.subscription-form  input[type="submit"]{
  background:#d81735;
}
.subscription-form  .hs-form-field > label {
  display: none;
}

.subscription-form .hs-form-field .hs-input {
  width: 100%;
  border: none;
  padding: 10px;
  height: 33px;
  background: #fff;
  font-size: 16px;
  font-family: "Open sans",sans-serif;
  outline: none;
}

.copyright {
  text-align: right;
  font-size: 13px;
  padding-right: 29px;
  padding-left: 15px;
  padding-bottom: 15px;
}

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


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

.custom-menu-primary .hs-menu-wrapper > ul {
  padding: 20px 0;
  display: block !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  padding: 0 11px;
  margin-right: 0px;
  color: #848a97;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
  padding-left: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.member-login {
  float: right;
  padding-right: 14px;
}

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

{
  font-weight: bold;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover, 
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
  color: #d81735;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.member-login > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
  font-weight: bold;

}
 Child List 
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}



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



/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #231f58;
    min-width: 230px;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding: 10px;
    color: #fff;
    transition: background 0.3s;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active > a, 
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a,
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    font-weight: 500;
    background: #6f88c5;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    top: -10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    margin-top: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li:hover ul {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
    -webkit-box-shadow: 0 0 3px #6d6d6d;
    box-shadow: 0 0 3px #6d6d6d;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform 0.4s !important;
    transition: -webkit-transform 0.4s !important;
    -o-transition: transform 0.4s !important;
    transition: transform 0.4s !important;
    transition: transform 0.4s, -webkit-transform 0.4s !important;
    -webkit-transform-origin: top;-ms-transform-origin: top;transform-origin: top;
  }
 
}

*/

 .home-hero-img {
    position: absolute;
    right: 6%;
    top: 2%;
    width: 50%;
  }

  .home-hero-outer {
    position: relative;
    z-index: 3;
  }

  .home-hero-section {
    overflow: hidden;
  }

  .home-hero-img img {
    transform: scale(1.25);
  }
  .image-with-description-wrap.img_right.aapa’scbdadvantedge™starterkit .content>img {
    width: 400px;
  }

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

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

@media (max-width: 1130px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: 0px;
    bottom: auto;
    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;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
  }

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

 .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    background: transparent;
    border: 0px solid #000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    left: -55px;
}
  /* Change button when menu is open */
  .mobile-open .mobile-trigger{ 
    border-color: transparent;
     top: 15px!important;
    left: 15px!important;
    width: 100%!important;
  }
  

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 30px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #d81735; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -9px; } /* Position top line */
  .mobile-trigger i:after{ top: 10px; } /* Position bottom line */

  .mobile-trigger i:before, /* Position top line */
  .mobile-trigger i:after{ 
    transition:all 0.35s;
  }
  .mobile-open .mobile-trigger i:after{
    transform:rotate(-45deg);
    top: 0px;
  }
  .mobile-open .mobile-trigger i:before{
    transform:rotate(45deg);
    top: 0px;
  }
  .mobile-open .mobile-trigger i {
    background: transparent;
  }
  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 20px;
    width: 51px !important;
    min-width: 51px !important;
    height: 41px !important;
    padding: 0 !important;
    border-left: 0px dotted rgba(255,255,255,.20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 20px;
    height: 2px;
    background-color: #d81735;
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

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

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

  /* Hide menu on mobile */
  .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;
  }


}


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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

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

.hs-custom-style .hs-input, .hs-custom-style fieldset {
    max-width: 100%;
    border: 0 !important;
    border-radius: 0 !important;
    border-bottom: 2px solid #1b1846 !important;
}

.hs-form-field input[type=text], 
.hs-form-field input[type=email], 
.hs-form-field input[type=phone], 
.hs-form-field input[type=number], 
.hs-form-field input[type=tel], 
.hs-form-field input[type=date], 
.hs-form-field select, 
.hs-form-field textarea {
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #cad5e2;
}

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

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

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

/* Labels and Legends */
label {}
.body-container .hs-form-field > label {
  display: block;
  margin-bottom: 8px;
}
.body-container span.hs-form-required {
  color: #f00;
  font-size: 85%;
  margin-left: 3px;
  position: relative;
  top: -3px;
}
.body-container .hs-form-field {
  margin-bottom: 20px;
}
/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
  display: block;
  width: 100%;
  max-width: 767px;
  background: #eaeaec;
  border: 1px solid #bbb;
  line-height: 1.4;
  font-size: 16px;
  font-family: Open Sans,sans-serif;
  outline: none;
  color: #848a97;
  padding: 8px 10px;
  margin-bottom: 5px;
  border-radius:4px;
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition:border linear 0.2s, box-shadow linear 0.2s;
}

.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.body-container .hs-input.invalid.error{
  border-color: rgba(255, 93, 125, 0.8);
  outline: 0;
  outline: thin dotted \9;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(236, 82, 82, 0.6)
}
.body-container ul.no-list.hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0;
  font-size: 85%;
  color: #f00;
}
/* Separate Styles for Multiple Line Inputs */
.body-container textarea {
  height:210px;
}
.body-container textarea:focus {}

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

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

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

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

/* Error */
.hs-error-msgs label{}

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


/* =============== All Global Buttons (Excluding CTAs) =============== */

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  border: none;
  padding: 13px 27px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.1;
  white-space: normal !important;
  background: #36a9d5;
  color: #fff;
  transition: background 0.5s;
  outline: none;
  font-family: Open Sans,sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
}

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

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

.body-container .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  margin-bottom: 15px;
}
/* =============== 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                                      
========================================================================== */

/* Home */

.home-hero-section {
  padding: 83px 0 109px;
  color: #fff;
}
.home-hero-outer {
  max-width: 1400px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
.home-hero-section * {
  color: #fff;
}

.home-hero-section h2 {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 49px;
  margin-bottom: 55px;
  max-width: 40.5%;
}

.home-hero-inner {
}

.home-hero-section h1 {
  font-size: 46px;
  line-height: 58px;
  max-width: 46.5%;
  word-spacing: -2px;
  margin-bottom: 79px;
}

.home-hero-section h1 b {
  font-weight: normal;
  color: #d81735;
}

.home-hero-btn a {
  display: inline-block;
  background: transparent;
  border-radius: 20px;
  padding: 11px 25px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  min-width: 155px;
  text-align: center;
  letter-spacing: 0.7px;
  border:1px solid #d81735;
  transition:all 0.6s;
  background: rgba(233,37,56,1);
  background: -moz-linear-gradient(left, rgba(233,37,56,1) 0%, rgba(197,19,49,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(233,37,56,1)), color-stop(100%, rgba(197,19,49,1)));
  background: -webkit-linear-gradient(left, rgba(233,37,56,1) 0%, rgba(197,19,49,1) 100%);
  background: -o-linear-gradient(left, rgba(233,37,56,1) 0%, rgba(197,19,49,1) 100%);
  background: -ms-linear-gradient(left, rgba(233,37,56,1) 0%, rgba(197,19,49,1) 100%);
  background: linear-gradient(to right, rgba(233,37,56,1) 0%, rgba(197,19,49,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e92538', endColorstr='#c51331', GradientType=1 );
}
.three-col-image-desc {
  padding: 58px 0;
  text-align: center;
}

.section-title h2 {
  margin: 0;
  font-size: 39px;
}

.section-title {
  margin-bottom: 68px;
}

.three-col {
  float: left;
  width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
}

.three-col-wrap.clearfix {
  margin: 0 -15px;
  width: auto;
}

.three-col-image-desc  .three-col .image img {
  max-width: 142px;
}

.three-col-image-desc  .three-col .image {
  margin-bottom: 28px;
}

.three-col-image-desc  .three-col  .description {
  max-width: 250px;
  margin: 0 auto;
}

.dassed span {
  display: block;
  max-width: 92px;
  height: 4px;
  margin: 0 auto;
}

.dassed {
  padding-top: 24px;
}

.one-column-button-text {
  padding: 23px 0 19px;
}

.one-column-button-text .one-col-btn > * {
  display: inline-block;
  margin: 0;
  color: inherit;
  vertical-align: middle;
}

.one-column-button-text .one-col-btn h {}

.one-column-button-text {
  text-align: center;
}

.one-column-button-text .one-col-btn h3 {
  font-size: 25px;
  margin-right: 54px;
  letter-spacing: 0.5px;
}

.one-column-button-text .one-col-btn a {
  padding: 5px 17px 7px;
  border: 2px solid;
  border-radius: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
  background-position: -230px 0;
  background-repeat: no-repeat;
}

.testimonial-slider-wrap {
  padding: 62px 0 77px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 80px;
}


.testimonial-slider {
  max-width: 675px;
  margin: 0 auto;
  text-align: center;
  color: #231f58;
}

.testimonial-slider p.quote {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  margin: 0 0 24px;
}

.testimonial-slider .author > span {
  display: block;
}

.testimonial-slider .author span.name {
  font-weight: 700;
  margin-bottom: 5px;
}

.two-col {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 85px;
}

.two-col-image-description.clearfix {
  margin: 0 -15px;
  width: auto;
}

.two-col-image-description-wrap .two-col.col-right {
  padding-left: 87px;
}

.two-col-image-description-wrap h3.title {
  font-size: 30px;
  color: #231f58;
  margin: 0 0 27px;
  line-height: 1.3;
}

.two-col-image-description-wrap.img-left {}

.two-col-image-description-wrap .descrip {
  line-height: 1.5;
}

.two-col-image-description-wrap .descrip p {
  margin-bottom: 30px;
}

.two-col-image-description-wrap .img-btn {
  padding-top: 17px;
}

.two-col-image-description-wrap .img-btn a {
  background: transparent;
  color: #d81735;
  border-radius: 20px;
  padding: 10px 16px;
  display: inline-block;
  border:1px solid #d81735;
  transition:all .6s;
  background-position: -230px 0;
  background-repeat: no-repeat;
}

.home-hero-btn a:hover,
.two-col-image-description-wrap .img-btn a:hover {
  color: #fff;
  background: rgba(233,37,56,1);
  background: -moz-linear-gradient(left, rgba(233,37,56,1) 0%, rgba(197,19,49,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(233,37,56,1)), color-stop(100%, rgba(197,19,49,1)));
  background: -webkit-linear-gradient(left, rgba(233,37,56,1) 0%, rgba(197,19,49,1) 100%);
  background: -o-linear-gradient(left, rgba(233,37,56,1) 0%, rgba(197,19,49,1) 100%);
  background: -ms-linear-gradient(left, rgba(233,37,56,1) 0%, rgba(197,19,49,1) 100%);
  background: linear-gradient(to right, rgba(233,37,56,1) 0%, rgba(197,19,49,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e92538', endColorstr='#c51331', GradientType=1 );
  background-position: 0 0;
  background-repeat: no-repeat;
}
.one-column-button-text .one-col-btn a:hover{
  background: #d81735;
  color:#fff;
  border-color: #d81735;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.two-col-image-description-wrap.img-right {}

.two-col-image-description-wrap.img-right .two-col.col-left {
  float: right;
}

.two-col-image-description-wrap.img-right {
  padding-top: 46px;
}

.two-col-image-description-wrap.img-right .two-col.col-right {
  padding-left: 32px;
  padding-top: 117px;
}

.two-col-image-description-wrap.img-right .two-col.col-left {
  text-align: center;
}

.two-col-image-description-wrap.img-right .two-col.col-left img {
  width: 420px;
}

.two-col-image-description-wrap.img-right .two-col {
  margin-bottom: 40px;
}
.our-client-slider-group {
  text-align: center;
  padding: 43px 40px;
  color: #fff;
}

.our-client-slider-group h2 {
  color: #fff;
  font-size: 36px;
  margin: 0 0 5px;
  word-spacing: -1px;
}

.page-section-header {
  max-width: 746px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 65px;
}

.page-section-header p {
  max-width: 602px;
  margin: 0 auto;
  letter-spacing: 1px;
}

.recent-blog-post-wrap {
  padding-top: 56px;
  padding-bottom: 114px;
  background: #fff;
}


.recent-blog-post-wrap h2 {
  font-size: 34px;
  margin: 0;
}

.recent-blog-post-wrap .page-section-header {
  margin-bottom: 53px;
}

.bottom-descrip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lete-blog-item {
  width: 33.3333%;
  max-width: 345px;
}

.lete-blog-item .blog-item {
  padding: 66px 50px 44px;
  text-align: center;
  position: relative;
  z-index: 3;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  width: 100%;
}

.read-more-blog a {
  display: inline-block;
  padding: 15px;
  color: #fff;
  border: 2px solid #fff;
  background: transparent;
}

.read-more-blog {
  margin-bottom: 18px;
}

.blog-post-summary {
  font-size: 17px;
  font-style: italic;
}

.lete-blog-item .blog-item > * {
  position: relative;
  z-index: 2;
}

.lete-blog-item .blog-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(46, 40, 99, .95);
  transition: all 0.35s;
  opacity: 0.35;
}

.lete-blog-item .blog-item:hover:before {
  opacity: 1;
}

.read-more-blog a:hover {
  background: #6c87c3;
  border-color: #6c87c3;
}
.testimonial-slider  ul.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: -25px;
  left: 0;
  z-index: 2;
}
.testimonial-slider  ul.slick-dots li {
  display: inline-block;
  position: relative;
  margin: 0 5px;
  z-index: 3;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 4px solid #6c87c3;
  background: transparent;
  transition: background 0.3s;
  cursor: pointer;
}
.testimonial-slider  ul.slick-dots li button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.testimonial-slider  .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonial-slider  ul.slick-dots li.slick-active,
.testimonial-slider  ul.slick-dots li:hover {
  background: #6c87c3;
}
.testimonial-slider {
  position: relative;
  z-index: 3;
  padding-bottom: 50px;
}
.client-slider-wrap button.slick-arrow {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 35px;
  border: none;
  background-color: transparent;
  font-size: 0;
  background-size: 100% 100%;
  margin: -25px 0 0;
  cursor: pointer;
  outline: none;
}
.client-slider-wrap button.slick-prev {
  left: -34px;
  background-image: url(//5698528.fs1.hubspotusercontent-na1.net/hubfs/5698528/AAPATheCompetitiveEdge_June2019_Files/Images/Arrow-left.png);
}
.client-slider-wrap button.slick-next {
  right: -34px;
  background-image: url(//5698528.fs1.hubspotusercontent-na1.net/hubfs/5698528/AAPATheCompetitiveEdge_June2019_Files/Images/Arrow-right.png);
}
.client-slider-item {
  text-align: center;
}
.slick-slide {
  outline: none;
}
.slick-slide img {
  display: block;
  margin: 0 auto;
}
.footer-social ul li a:hover {
  opacity: 0.7;
}
.recent-blog-post-wrap,
.two-col-image-description-wrap,
.one-column-button-text,
.three-col-image-desc,
.home-hero-section{
  padding-left: 15px;
  padding-right: 15px;
}
img {
  vertical-align: middle;
}



/* Join Us page */
.hero-content  .col {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.hero-content {
  margin: 0 -15px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 50px 0;
}

.hero-content * {
  color: #fff;
}
.hero-content b {
}
.hero-content .col.col-right {
  padding-top: 29px;
}
.hero-content .col.col-right h1 {
  margin-bottom: 55px;
}
.hero-content .col.col-right h2 {
  line-height: 1.2;
  margin-bottom: 26px;
}
h3 {
  font-size: 33px;
}
.hero-content .col img {
  width: 430px;
  position: relative;
  margin-bottom: -82px;
}
.hero-content .col.col-left {
  text-align: center;
}
.title-with-bg {
  text-align: center;
  padding: 47px 15px 26px;
}
.title-with-bg * {
  color: #fff;
}
.title-with-bg h2 {
  font-size: 37px;
}
.scroll-down img {
  max-width: 30px;
}
.title-with-bg .content {
  padding-bottom: 25px;
}
.join-us-feature-group {
  padding: 56px 15px;
}
.join-us-item {
  padding: 0 15px;
  float: left;
  width: 33.3333%;
  text-align: center;
  margin-bottom: 36px;
}
.join-us-item .image img {
  max-width: 128px;
  max-height: 116px;
}
.join-us-item .image {
  margin-bottom: 22px;
  height: 116px;
}
.join-us-item .title h3 {
  margin: 0;
  color: #231f58;
}
.join-us-item .title {
  margin-bottom: 5px;
}
.join-us-item  .description {
  font-weight: bold;
  line-height: 1.5;
  max-width: 280px;
  margin: 0 auto;
}
.join-us-button {
  text-align: center;
}
.btn {
  display: inline-block;
  border: 3px solid #d81735;
  padding: 8px 25px;
  min-width: 155px;
  border-radius: 20px;
  font-weight: bold;
  transition: all 0.3s;
  background: transparent;
  transition: all .6s;
  background-position: -230px 0;
  background-repeat: no-repeat;
}
.btn:hover {
  background: rgba(233,37,56,1);
  background: -moz-linear-gradient(left, rgba(233,37,56,1) 0%, rgba(197,19,49,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(233,37,56,1)), color-stop(100%, rgba(197,19,49,1)));
  background: -webkit-linear-gradient(left, rgba(233,37,56,1) 0%, rgba(197,19,49,1) 100%);
  background: -o-linear-gradient(left, rgba(233,37,56,1) 0%, rgba(197,19,49,1) 100%);
  background: -ms-linear-gradient(left, rgba(233,37,56,1) 0%, rgba(197,19,49,1) 100%);
  background: linear-gradient(to right, rgba(233,37,56,1) 0%, rgba(197,19,49,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e92538', endColorstr='#c51331', GradientType=1 );
  color: #fff;
  background-position: 0 0;
}
.one-column-content-with-bg {
  padding: 98px 15px 56px;
  text-align: center;
}
.one-column-content-with-bg * {
  color: #fff;
}
.one-column-content-with-bg p {
  font-size: 22px;
  padding-top: 13px;
  margin-bottom: 55px;
}
.btn.blue {
  background: #231f58;
  border-color: #231f58;
  color:#fff;
}
.btn.blue:hover {
  color: #231f58;
  background: #fff;
  border-color: #fff;
}
.image-with-description-wrap .col {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.img_right .col-left {
  float: right;
}
.image-with-description {
  margin: 0 -15px;
  width: auto;
}
.image-with-description-wrap {
  padding: 65px 15px;
}
.image-with-description-wrap 
.col.col-right {
  padding: 19px 15px;
}
.image-with-description-wrap h2 b {
  color:#cc1731;
}
.image-with-description-wrap h2{
  margin-bottom: 25px;
}
.image-with-description-wrap .description {
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 48px;
}
.one-column-content-with-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.make-money-group-wrap {
  padding: 60px 15px;
}
.make-money-group-wrap h2,.make-money-group-wrap p {
  text-align: center;
}
.make-money-group-wrap h2 b {
  color: #cc1731;
}
.make-money-group-wrap h2 {
  margin-bottom: 23px;
}
.make-money-group-wrap p {
  font-size: 20px;
  max-width: 730px;
  margin: 0 auto;
  line-height: 1.5;
}
.make-money-content {
  max-width: 580px;
  margin: 0 auto;
  padding: 32px 0 12px;
}
.make-money-content img {
  max-width: 30px;
  margin-right: 16px;
  vertical-align: middle;
}
.make-money-content b,.make-money-group-wrap p b {
  color: #232157;
}
.make-money-item {
  margin-bottom: 21px;
}
.make-money-item:last-child {
  margin-bottom: 0;
}
.one-column-content-bg-wrap-inner {
  max-width: 1600px;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-bottom: 239px;
}
.one-column-content-bg-wrap {
  padding: 60px 15px;
  padding-bottom: 0;
}
.scroll-down {
  text-align: center;
}
.one-column-content-bg-wrap .scroll-down {
  margin-bottom: 21px;
}
.one-column-content-bg-wrap h2.section-title {
  text-align: center;
  font-size: 35px;
  color: #fff;
  margin-bottom: 152px;
}
.one-column-content-bg-wrap .description {
  color: #fff;
  width: 43%;
  font-size: 18px;
  line-height: 1.7;
}
.hero-section {
  padding: 0 15px;
}

/* Program */
.program-hero-section {
  text-align: center;
  padding: 53px 15px;
  overflow:hidden;
}
.program-hero-section h2 {
  color: #fff;
  font-size: 38px;
}
.program-hero-section p {
  color: #fff;
  font-size: 26px;
  max-width: 850px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.program-hero-section .bottom-content {
  margin: 0 -15px;
  width: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.program-hero-section .bottom-content .two-col {
  margin-bottom: 15px;
}
.program-hero-section .bottom-content .two-col img {
  max-width: 100%;
}
.program-hero-section .bottom-content .two-col.col-left img {
  width: 391px;
  margin-top: 87px;
  overflow: hidden;
}
.program-hero-section .bottom-content .two-col.col-right img {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  margin-top: 41px;
  margin-left: 41px;
}
.image-with-description-wrap .imag-title-wrap h2 {
  text-align: center;
  font-size: 39px;
}
.image-with-description-wrap.newrevenuestreamswithcbdproducts .image-with-description {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.program-hero-section {
  text-align: center;
  padding: 55px 15px;
}
.newrevenuestreamswithcbdproducts.image-with-description-wrap .content  h2 {
  color: #d81735;
}
.two-col-product-wrap {
  padding: 55px 15px;
  text-align: center;
}
.two-col-product {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.two-col-product .two-col {
  margin-bottom: 25px;
  width: 45%;
}
.theme_red .two-col-product .two-col .content {
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0px #7f7f7f;
  box-shadow: 0 0 5px 0px #7f7f7f;
}
.two-col-product .two-col .content {
  padding: 35px 25px;
}
.two-col-product .two-col .content img {
  max-width: 150px;
  margin-bottom: 25px;
}
.two-col-product .two-col .content .icon {
  height: 175px;
  line-height: 175px;
}
.two-col-product .two-col .content .title h3 {
  color: #231f58;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}
.theme_red .two-col-product .two-col .content .topic h5 {
  color: #c0132e;
}
.two-col-product .two-col .content .topic h5 {
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 25px;
}
.theme_red .two-col-product .two-col .content > * {}

.theme_red .two-col-product .two-col .content .title h3 {
  color: #231f58;
}
.two-col-product .two-col .content  .summary {
  max-width: 356px;
  margin: 0 auto 25px;
}
.two-col-product-wrap.theme_red {}
.two-col-product-wrap.theme_red .two-col-product {
  margin-top: -95px;
}
.theme_blue .two-col-product .two-col .content {
  padding-top: 20px;
  padding-bottom: 30px;
}
.theme_blue .two-col-product .two-col .content .title h3 {
  color: #231f58;
}
.theme_blue .two-col-product .two-col .content .topic h5 {
  color: #6c87c3;
}
.theme_blue  a.btn {
  color: #6c87c3;
  border-color: #6c87c3;
  -webkit-transition: background 0.6s,color 0.6s;
  -o-transition: background 0.6s,color 0.6s;
  transition: background 0.6s,color 0.6s;
  background-position: 0 0;
}
.theme_blue a.btn:hover {
  background: rgba(172,188,232,1);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(172,188,232,1)), color-stop(100%, rgba(108,138,197,1)));
  background: -webkit-linear-gradient(left, rgba(172,188,232,1) 0%, rgba(108,138,197,1) 100%);
  background: -o-linear-gradient(left, rgba(172,188,232,1) 0%, rgba(108,138,197,1) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(172,188,232,1)), to(rgba(108,138,197,1)));
  background: linear-gradient(to right, rgba(172,188,232,1) 0%, rgba(108,138,197,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acbce8', endColorstr='#6c8ac5', GradientType=1 );
  color: #fff;
  border: none;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  padding-top: 11px;
  padding-bottom: 11px;
}

/* About */
.about-lay .program-hero-section .bottom-content .two-col.col-right img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin-left: 0;
}
.about-lay .program-hero-section .bottom-content {
  margin-bottom: -15px;
}
.about-lay .program-hero-section {
  padding-bottom: 0;
}
.one-column-content-with-bg.one-col-content-with-title-abt * {
  color: inherit;
}
.one-column-content-with-bg.one-col-content-with-title-abt {
  padding: 55px 15px;
}
.one-column-content-with-bg.one-col-content-with-title-abt p {
  margin-bottom: 0;
}
.about-lay .title-with-bg {
  padding-top: 30px;
}
.about-lay .image-with-description-wrap .image-with-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-lay .image-with-description-wrap.img_right .image-with-description {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.image-with-description-wrap.img_right.communityprograms .col img {
  -webkit-transform: scale(1.45);
  -ms-transform: scale(1.45);
  transform: scale(1.45);
  margin-left: 105px;
}
.image-with-description-wrap.img_right.communityprograms {
  overflow: hidden;
}
.image-with-description-wrap.img_left.legislativeaffairs {
  padding-bottom: 0;
}
.image-with-description-wrap.img_left.legislativeaffairs .col img {
  margin-bottom: -104px;
}
.about-lay .testimonial-slider-wrap {
  margin-bottom: 0;
}
.boardof-director-group {
  padding: 60px 15px;
  text-align: center;
}
.board-director-wrap {
  background: #fff;
  padding: 60px 15px;
  margin-top: -95px;
}
.boardof-director-group h2.title-border {
  margin-bottom: 30px;
  font-size: 37px;
  color: #6c87c3;
}
.boardof-director-group h2.title-border:after {
  content: "";
  display: block;
  width: 99px;
  margin: 0 auto;
  height: 4px;
  background: #231f58;
  margin-top: 10px;
}
.board-director-wrap .clearfix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -15px;
}
.board-director-item {
  width: 30%;
  padding-left: 15px;
  padding-right: 15px;
  color: #848a97;
}
.board-director-item p.board-director {
  font-size: 20px;
}
.board-director-item .image {
  margin-bottom: 30px;
}
.one-column-content-with-bg.one-col-content-with-title-abt h2 {
  color: #c0132e;
  font-size: 37px;
}

/* Advantage */
.title-with-bg h2 span {
  font-weight: 300;
  font-size: 22px;
  display: block;
  margin-top: 9px;
  margin-bottom: 10px;
}
.advantage-group {
  padding: 60px 15px;
}
.adventage-wrap {
  margin: 0 -15px;
  width: auto;
  text-align: center;
}
.advantage-item {
  float: left;
  padding: 0 15px 20px;
  width: 25%;
}
.advantage-inner {
  max-width: 200px;
  margin: 0 auto;
}
.advantage-inner .image img {
  max-width: 130px;
}
.advantage-inner .image {
  height: 140px;
  line-height: 140px;
  margin-bottom: 25px;
}
.advantage-inner h4 {
  color: #231f58;
  font-weight: 600;
  font-size: 22px;
}
.image-with-description-wrap.them-blue-img {
  background: #6f88c5;
  color: #fff;
}
.image-with-description-wrap.them-blue-img * {
  color: #fff;
}
.image-with-description-wrap .imag-title-wrap h2 + p {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 65px;
  font-size: 20px;
}
.image-with-description-wrap.them-blue-img .image-with-description,
.image-with-description-wrap.them-white-img .image-with-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.image-with-description-wrap.them-white-img .image-with-description {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.image-with-description-wrap.them-blue-img .image-with-description .content img {
  position: relative;
  z-index: 3;
  right: -75px;
}
.image-with-description-wrap.them-white-img .image-with-description .col.col-right {
  max-width: 430px;
}
.image-with-description-wrap.them-white-img .image-with-description .col.col-left .content {
  position: relative;
  left: -85px;
  z-index: 3;
}
.image-with-description-wrap.img_left.advantedge™portal h2 b {
  color: inherit;
}
.image-with-description-wrap.img_left.advantedge™portal h3 {
  font-size: 24px;
  color: #231f58;
  font-weight: 600;
}
.image-with-description-wrap.img_left.advantedge™portal h3 strong span {
  color: #cc1731;
}
/*.hero-content .col.col-right h2, .hero-content .col.col-right h1,
.title-with-bg h2,
.image-with-description-wrap h2,
.one-column-content-bg-wrap h2.section-title{
font-weight: 300;
}
*/



/* Modern Alchemy */
.our-program-iner-hero {
  padding: 70px 15px;
  color: #fff;
   border-bottom: 1px solid #eee;
}

.our-program-iner-hero * {
  color: #fff;
}

.span12.widget-span.widget-type-cell.aapa-header_v2 {
    border-bottom: 1px solid #eee;
}

.our-program-iner-hero a {
  color: #d81735!important;
}

.our-program-iner-hero:hover, .our-program-iner-hero a:hover {
  color: #231f58;
}

our-program-iner-hero a {
  color: #fff;
}

.hero-top {
  max-width: 500px;
  margin: 0 auto 30px;
  text-align: center;
}

.pr-hero-col.col-left {
  width: 35%;
}

.pr-hero-col.col-right {
  width: 65%;
}

.pr-hero-col {
  float: left;
  padding: 0 15px 15px;
}

.hero-top .clearfix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-top h2 {
  font-weight: 600;
  font-size: 35px;
}

.hero-bottom {
  max-width: 888px;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
}

.program-investment-wrap {
  padding: 65px 15px;
}

.program-investment-wrap .page-center > div {
  max-width: 790px;
  margin: 0 auto;
  color: #231f58;
  font-weight: 600;
}

.program-investment-wrap .page-center > div.title-wrap {
  margin-bottom: 35px;
  text-align: center;
}

.program-investment-wrap h2 {
  font-size: 37px;
}

.program-investment-wrap h2+p {
  margin: 25px 0;
  color: #231f58;
  font-size: 22px;
  font-weight: 600;
}

.program-investment-wrap h2+p b {
  color: #cc1731;
}

.program-investment-item {
  position: relative;
  z-index: 3;
  padding-left: 45px;
  margin-bottom: 20px;
  font-size: 18px;
}

.program-investment-item img {
  position: absolute;
  left: 0;
  top: 4px;
  width: 30px;
  height: 30px;
}

.our-program-icon-desc-wrap {
  padding: 65px 15px;
}

.our-program-icon-desc {
  max-width: 850px;
  margin: 0 auto;
}

.icon-des-col.col-left {
  float: left;
  width: 120px;
  margin-right: 25px;
}

.icon-des-col.col-right {
  overflow: hidden;
}

.icon-des-col.col-right h4 {
  color: #cc1731;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
}

.icon-des-col.col-right .descr {
  font-size: 17px;
}

.our-program-icon-desc-item {
  margin-bottom: 45px;
}

.our-program-icon-desc-item:last-child {
  margin-bottom: 0;
}

.image-with-description-wrap.img_right.aapa’scbdadvantedge™starterkit .col.col-right {
  color: #231f58;
  font-weight: 600;
}

.image-with-description-wrap.img_right.aapa’scbdadvantedge™starterkit .col.col-right ul li {
  margin-bottom: 15px;
}

.image-with-description-wrap.img_right.aapa’scbdadvantedge™starterkit {
  padding-bottom: 0;
}

.image-with-description-wrap.img_right.aapa’scbdadvantedge™starterkit .content > img {
  margin-bottom: -45px;
}

.program-membership-wrap {
  padding: 40px 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}

.program-membership-col {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}

.program-membership-wrap .clearfix {
  margin: 0 -15px;
  width: auto;
}

.program-membership-col.col-left {
  width: 25%;
}

.program-membership-col.col-center {
  width: 55%;
}

.program-membership-col.col-right {
  width: 20%;
}

.program-membership-wrap .clearfix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.program-membership-col.col-center h4 {
  font-size: 22px;
  font-weight: 500;
}

a.btn.btn-white {
  border-color: #fff;
  color: #fff;
}

a.btn.btn-white:hover {
  color: #e92538;
  background: #fff;
  border-color: #fff;
}
.our-other-program-wrap {
  padding: 65px 15px;
  text-align: center;
}

.our-other-program-wrap h2 {
  font-size: 37px;
  color: #231f58;
  margin-bottom: 40px;
}

.our-other-program-wrap .clearfix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 -10px;
  width: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.program-item {
  width: 25%;
  max-width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.our-other-program-wrap .page-center > .clearfix:after,
.our-other-program-wrap .page-center > .clearfix:before {
  display: none;
}

.our-other-program-wrap .our-other-program-inner {
  display: block;
  margin: 0;
  padding: 10px;
  background: #ebedf7;
  margin: 0;
  transition:background 0.5s;
}
.our-other-program-col.col-left {
  float: left;
  width: 93px;
  position: relative;
  z-index: 3;
  margin-right: 10px;
}

.our-other-program-col.col-right {
  overflow: hidden;
  text-align: left;
  width: calc(100% - 103px);
}

.our-other-program-col.col-left img {
  width: 100%;
  max-height: 85px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.our-other-program-col.col-left img.hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.our-other-program-col h4 {
  color: #231f58;
  font-weight: bold;
  font-size: 17px;
}

.our-other-program-wrap .our-other-program-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: #ebedf7;
  padding: 10px;
}

.program-item {
  margin-bottom: 15px;
}
.our-other-program-col h4 b {
  color: #cc1731;
}
.program-item a {
  display: block;
}
.program-item a:hover .our-other-program-inner,
.program-item a.active .our-other-program-inner{
  background: #6c87c3;
}

.program-item a:hover .our-other-program-col.col-left img.hover-image,
.program-item a.active .our-other-program-col.col-left img.hover-image{
  opacity: 1;
}

.program-item a:hover .our-other-program-col.col-left img.normal-image,
.program-item a.active .our-other-program-col.col-left img.normal-image{
  opacity: 0;
}

.program-item a:hover .our-other-program-col h4,
.program-item a.active .our-other-program-col h4{
  color: #fff;
}

.our-other-program-col h4 {
  transition: color 0.5s;
}
.our-other-program-col.col-left img.normal-image{
  transition:opacity:0.5s;
}

/* Mcession */
.program-des-wrap {
  padding: 50px 15px;
}

.program-des-wrap .title-wrap h2 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 65px;
}

.program-des-col.col-left {
  width: 150px;
}

.program-des-col {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 20px;
}

.program-des-col.col-center {
  width: calc(50% - 150px);
}

.program-des-col.col-right {
  width: 50%;
}

.program-des-wrap h4 {
  font-size: 22px;
  font-weight: 700;
  color: #cc1731;
}

.program-des-wrap .clearfix {
  margin: 0 auto;
  max-width: 960px;
}

.program-des-col ul li {
  margin-bottom: 15px;
}

.program-des-col strong {
  color: #231f58;
}

.program-icon-with-des-wrap {
  padding: 55px 15px;
}

.program-icon-with-des-wrap .clearfix {
  margin: 0 auto;
  max-width: 960px;
}

.program-icon-with-des-col.col-left {
  float: left;
  width: 150px;
  margin-right: 30px;
}

.program-icon-with-des-col.col-right {
  overflow: hidden;
}

.program-icon-with-des-col h4 {
  font-size: 22px;
  font-weight: 700;
  color: #cc1731;
}

.program-icon-with-des-col  .desc {
  margin-bottom: 35px;
}

.program-icon-with-des-col .desc p {
  margin-bottom: 25px;
}

/* Helth Mart */
.program-inner-lay .advantage-item {
  width: 33.333%;
  margin-bottom:15px;
}

.program-inner-lay .adventage-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.program-inner-lay .advantage-inner {
  max-width: 290px;
}

.program-inner-lay .advantage-inner h4 {
  font-size: 18px;
  color: #848a97;
}

.program-inner-lay .advantage-inner h4 b {
  color: #231f58;
}
p.list-inline > span {
  display: inline-block;
  margin-right: 30px;
  vertical-align: top;
}

p.list-inline > span:last-child {
  margin-right: 0;
}

p.list-inline span.btl {
  color: #6f88c5;
}

/* My T Health */
.my-t-heath-descrp-wrap {
  padding: 60px 15px;
}

.my-t-heath-descrp-wrap h4 {
  font-size: 22px;
  color: #cc1731;
  font-weight: 600;
  overflow: hidden;
  vertical-align: middle;
}

.my-t-heath-descrp-wrap .title-wrap img {
  float: left;
  width: 100px;
  vertical-align: top;
  display: inline-block;
  margin-right: 20px;
}

.my-t-heath-descrp-wrap .title-wrap h4 {
  padding-top: 15px;
}

.my-t-heath-descrp-wrap .title-wrap {
  margin-bottom: 35px;
}

.my-t-heath-descrp-wrap .two-col {
  margin-bottom: 25px;
}

.my-t-heath-descrp-wrap .description>ul>li {
  color: #231f58;
  /*position: relative;
  z-index: 3;
  padding-left: 20px !important;
  margin-bottom: 10px !important;*/
}

.my-t-heath-descrp-wrap .description > ul > li:before {
  /*background: #cc1731;
  content: "â€¢" !important;
  margin-right: 10px;
  position: absolute;
  top: 8px !important;
  left: 5px !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 80px;
  display: block;
  content: "" !important;
  overflow: hidden;
  background-image: none;*/
}

.my-t-heath-descrp-wrap .description > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.my-t-heath-descrp-wrap .description > ul ul {
  list-style: disc;
  padding-top: 20px;
}

.my-t-heath-descrp-wrap .description > ul ul li {
  margin-bottom: 10px;
}

.my-t-heath-descrp-wrap ul.two-col-ul {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}

.m-t-health-fearure-item img {
  float: left;
  width: 100px;
  margin-right: 10px;
}

.m-t-health-fearure-item .description {
  overflow: hidden;
  padding-top: 14px;
}

.m-t-health-fearure-item {
  margin-bottom: 25px;
  color: #231f58;
}

.m-t-health-fearure-item strong {
  color: #cc1731;
}


/* Pointy */
.pointy-program-feature strong {
  color: #d81735;
}

.pointy-program-feature .two-col {
  margin-bottom: 25px;
}

.pointy-program-feature .two-col.col-right strong {
  color: #231f58;
}

.pointy-program-feature .two-col.col-right ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.pointy-program-feature .two-col.col-right ul li {
  position: relative;
  z-index: 3;
  padding-left: 20px;
  margin-bottom: 15px;
}

strong {}

.pointy-program-feature .two-col.col-right h4 {
  color: #d81735;
  font-size: 20px;
  font-weight: 600;
}

.pointy-program-feature .two-col.col-right .description h4 {
  color: inherit;
}

.pointy-program-feature .two-col.col-right .description h4 strong {
  color: #d81735;
}

.pointy-program-feature .two-col.col-right {
  padding-top: 12px;
  padding-left: 60px;
}

.pointy-program-feature .two-col.col-right ul li:before {
  background: #cc1731;
  content: "â€¢";
  margin-right: 10px;
  position: absolute;
  top: 8px;
  left: 5px;
  width: 7px;
  height: 7px;
  border-radius: 80px;
  display: block;
  content: "";
  overflow: hidden;
}
.our-program-iner-hero.without-descript {
  padding-bottom: 40px;
}

/* Contact Us */
.contact-hero {
  text-align: center;
}

.contact-hero .hero-top {
  max-width: 100%;
  margin-bottom: 20px;
}

.contact-hero .hero-bottom {
  max-width: 100%;
}

a.btn.white-btn {
  border-color: #fff;
}

a.btn.white-btn:hover {
  border-color: #fff;
  background: #fff;
  color: #d81735;
}

.contact-hero  .button-wrap {
  padding-top: 25px;
}

.contact-row {
  padding: 60px 15px;
}

.contact-row .main-content > div > div {
  margin: 0 -15px;
  width: auto;
}

.widget-span.coltact-col.col-left {}

.widget-span.coltact-col {
  width: 50%;
  margin-left: 0;
  padding: 0 15px 25px;
}

.contact-detail-cont .clearfix {
  margin: 0 -15px;
}


.contact-detail-cont .contact-bottom {
  padding-top: 40px;
}

.aapa-responsive-embed {
  position: relative;
  z-index: 3;
  padding-top: 81.3%;
  overflow: hidden;
  border-radius: 5px;
}

.aapa-responsive-embed > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-us-form-summary {
  padding-bottom: 35px;
}

.contact-row a {
  color: #36a9d5;
}

.contact-row a:hover {
  color: #232258;
}

.contact-detail-cont h5 {
  font-size: 20px;
  font-weight: bold;
  color: #232258;
  margin-bottom: 5px;
}

.contact-detail-cont {
  font-size: 18px;
}
.coltact-col .actions {
  text-align: right;
}
.body-container textarea {
  resize: none;
  overflow:auto;
}
.coltact-col.col-right > div {
  padding: 30px;
  border: 1px solid #36a9d5;
}
.contact-detail-cont .clearfix .two-col {
  margin-bottom: 15px;
  float: left;
  width: 50%;
}


/* Blog Listing */
.feature-post-wrap {
  padding: 60px 15px;
  text-align: center;
  color: #fff;
}

.feature-post-wrap .page-center {
  position: relative;
  z-index: 3;
  padding: 50px 0;
}

.feature-post-wrap.blog-heero-section {
  background: #231f58;
  overflow: hidden;
}

.feature-post-wrap * {
  color: inherit;
}

.blog-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  margin-right: -12%;
  padding: 15px;
}

.blog-image img {
  max-height: 100%;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.topic-filter-outer {
  background: #e4e8f1;
  padding: 0 15px;
}

.topic-filter-outer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.topic-filter-outer ul li a {
  padding: 20px 25px;
  display: block;
  color: #6c87c3;
  background: transparent;
  -webkit-transition: color 0.4s,background 0.4s;
  -o-transition: color 0.4s,background 0.4s;
  transition: color 0.4s,background 0.4s;
}

.topic-filter-outer ul li a:hover,.topic-filter-outer ul li a.active {
  background: #fff;
  color: #231f58;
}

.topic-filter-outer ul li a span.filter-link-count {
  display: none;
}

.topic-filter-outer ul li+li {
}

.blog-content-row {
  padding: 50px 15px;
}

.post-listing.clearfix,
.post-listing-simple.clearfix{
  margin: 0 -15px -25px;
}

.post-item {
  float: left;
  width: 33.3333%;
  padding: 10px 15px;
  margin-bottom: 25px;
}
.post-item a {
  position: relative;
  z-index: 3;
  display: block;
  overflow: hidden;
  text-decoration: none !important;
  border-radius: 6px;
  color: #848a97;
  background: #e4e8f1;
}
.post-item a:hover {
  box-shadow: 0 10px 15px -10px rgba(0, 120, 255, 0.21), 0 5px 40px -10px rgba(0, 60, 135, 0.1);
  text-decoration: none;
}
.post-featured-image-wrapper {
  height: 223px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.post-title-listing {
  font-size: 17px;
  padding: 65px 45px 28px;
  text-align: center;
  position: relative;
}

.post-title-listing span.reading-minutes {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 15px;
  width: 100%;
  text-align: right;
  background: #231f58;
  padding: 10px 15px;
  text-transform: capitalize;
}

.post-title-listing p {
  letter-spacing: .75px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 13.5px;
}

.post-title-listing h3 {
  font-size: 25px;
  color: #6c87c3;
  font-weight: 600;
}

span.topic-post {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 6px;
}

.post-featured-image-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
}

.post-featured-image-wrapper {
  position: relative;
}
span.post-item-date {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: left;
  padding: 10px 15px;
}
.post-featured-image-wrapper:after {
  content: "\f002";
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  display: block;
  font-family: FontAwesome;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 223px;
  font-size: 30px;
  opacity: 0;
  transition: opacity 0.4s;
}

.post-item a:hover .post-featured-image-wrapper:after {
  opacity: 1;
  visibility: visible;
}

.post-featured-image-wrapperouter {
  position: relative;
  overflow: hidden;
}

.post-featured-image-wrapper {
  transition: transform 0.5s;
  transform: scale(1);
}

.post-item a:hover .post-featured-image-wrapper {
  transform: scale(1.2);
}

.post-item a:hover .post-featured-image-wrapper:before {
  background: rgba(0,0,0,0.5);
}

.post-featured-image-wrapper:before {
  transition: background 0.5s;
}
.topic-filter-outer h3:empty {
  display: none;
}

.blog-pagination {
  padding: 45px 0 0;
  text-align: center;
}

.blog-pagination a {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 20px;
  font-size: 18px;
  color: #6c87c3;
}

.blog-pagination a:hover {
  color: #d81735;
}

.blog-pagination a+a {
  margin-left: 10px;
}


/* Post Page */
.post-hero-section {
  background: #231f58;
  overflow: hidden;
  padding: 50px 0;
}

.post-hero-section .clearfix {
  display: flex;
  vertical-align: middle;
  align-items: center;
  flex-direction: row-reverse;
  max-width: 900px;
  margin: 0 auto;
}

.feature-post-col {
  width: 50%;
  padding: 0 15px;
  text-align: center;
}

.post-hero-section * {
  color: #fff;
}

.feature-post-col.col-left {}

.feature-post-col.col-right {
  text-align: left;
}

.post-author-img {
  float: left;
  width: 70px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 15px;
}

.post-author-name {
  padding-top: 10px;
  overflow: hidden;
}

.feature-post-col.col-right h1 {
  font-size: 30px;
  margin-bottom: 15px;
}

.feature-post-images img {
  display: block;
  border-radius: 10px;
  margin: 0 auto;
}

.center-post {
}

.hs-blog-post .page-center.content-wrapper {
}

.hs-blog-post .page-center.content-wrapper > div {
  margin: 0 auto;
  max-width: 720px;
}

.blog-subscription-form {
  background: #e4e8f1;
  padding: 20px;
  border-radius: 10px;
  padding-top: 34px;
  margin-bottom: 35px;
  border-top: 3px solid #2679c7;
  border-bottom: 3px solid #2679c7;
}

.blog-subscription-form .hs-form-field > label {
  display: none;
}

.blog-post-author-wrap {
  margin-bottom: 35px;
}

.blog-post-author-wrap h3 {
  font-size: 24px;
  color: #231f58;
  font-weight: 600;
}

.blog-post-author-wrap .post-author-name {
  padding-top: 0;
}

div#comments-listing {
  border: none;
  margin: 0;
  padding: 0;
}
.blog-subscription-form h3 {
  font-size: 24px;
  color: #231f58;
  font-weight: 600;
  text-align: center;
}

h2 {}

.blog-rel-recomnd-post-wrap h2 {
  letter-spacing: .5px;
  text-transform: uppercase;
  border-bottom: 1px solid #D5DCE1;
  font-size: 13px;
  font-weight: 400;
  margin: 0 auto 2.5em;
  text-align: center;
}

.blog-rel-recomnd-post-wrap h2 span {
  background: #fff;
  padding: 0 10px;
  position: relative;
  top: 9px;
  z-index: 2;
}

.blog-rel-recomnd-post-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 -9px;
}

.blog-rel-recomnd-post-wrap ul li {
  width: 20%;
  padding: 0 9px;
  max-width: 20%;
  min-width: 20%;
}

.blog-rel-recomnd-post-wrap ul:after,.blog-rel-recomnd-post-wrap ul:before {
  content: "";
  display: table;
  width: 100%;
}

.blog-rel-recomnd-post-wrap ul .post-featured-image-wrapper {
  height: 90px;
}
.blog-rel-recomnd-post-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  max-width: calc(100% + 18px);
}
.blog-rel-recomnd-post .post-title-listing {
  padding: 15px 10px;
}

.blog-rel-recomnd-post .post-title-listing p#post-topics {
  font-size: 10px;
  letter-spacing: normal;
}

.blog-rel-recomnd-post .post-title-listing h3 {
  font-size: 15px;
}
.blog-rel-recomnd-post .post-featured-image-wrapper:after {
  line-height: 90px;
  font-size: 16px;
}
.post-left-column .social-share {
  position: absolute;
  top: 0;
  left: -45px;
}
.appa-post-content-inner {
  position: relative;
}

.post-left-column .social-share ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.post-left-column .social-share ul li a {
  display: block;
  border-radius: 100%;
  padding: 5px;
  width: 32px;
  height: 32px;
  background: #e4e8f1;
  margin-bottom: 11px;
  color: #231f58;
}

.post-left-column .social-share {
  left: -60px;
}

.post-left-column .social-share ul li a:hover {
  color: #fff;
  background: #231f58;
}

/* Error Page */
.error-page-hero {
  padding: 200px 0;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.error-page-hero h1.entry-title {
  font-size: 55px;
  color: #fff;
}

.error-row {
  padding: 80px 15px;
}

.error-col-wrap > div > div {
  margin: 0 -15px;
}

.widget-span.error-col {
  width: 33.3333%;
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 25px;
}

.error-msg {
  margin-bottom: 45px;
}

.error-col h3 {
  font-size: 25px;
  margin-bottom: 30px;
  color: #231f58;
}

.error-col.left-col p {
  margin: 0;
  color: #f0f0f0;
  font-size: 170px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.error-col.right-col form > label {
  margin-bottom: 25px;
  display:block;
}
.error-col.right-col form{
  position:relative;
  z-index:3;
  padding-right:30px
}

.error-col.right-col button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45px;
  height: 40px;
  line-height: 50px;
  padding: 0;
  color: #fff;
  border: none;
  background: #231f58;
  text-align: center;
  transition: all 0.4s;
  cursor: pointer;
}

.error-col.right-col button svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  transition: all 0.4s;
}

.error-col.right-col button:hover {
  background: #d81735;
}
.error-col.center-col li {
  margin-bottom: 10px;
}

.error-col.center-col ul ul {
  padding-left: 20px;
  padding-top: 10px;
}
.error-col-wrap>div>div {
  margin: 0 -15px;
  width: auto;
}
ul.hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  top: 100%;
  background: #fff;
  box-shadow: 0 0 6px 0px #000;
}

.hs-search-field--open .hs-search-field__suggestions {
  border: none !important;
  padding: 10px;
}

.hs-search-field--open .hs-search-field__suggestions li+li {
  padding-top: 10px;
}

.hs-search-field__suggestions a:hover, .hs-search-field__suggestions a:focus {
  background: transparent;
}
.body-container ul:not([class]) li {
  position: relative;
  z-index: 3;
  padding-left: 24px;
  list-style: none;
  margin-bottom: 7px;
}

.body-container ul:not([class]) li:before {
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url(https://5698528.fs1.hubspotusercontent-na1.net/hubfs/5698528/AAPATheCompetitiveEdge_June2019_Files/Images/Check-1.png);
  background-size: contain;
  background-repeat: no-repeat;
}


.contact-hero-content.clearfix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-hero-col.col-left {
  width: 50%;
}

.contact-hero-col.col-right {
  width: 50%;
  text-align: right;
}

.contact-hero-col.col-right img {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.our-program-iner-hero.contact-hero {
  overflow: hidden;
}

.contact-hero-col.col-left img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  position: relative;
  left: 20%;
}
.topic-filter-outer ul li {
  padding: 0 !important;
  margin: 0 !important;
}

.topic-filter-outer ul li:before {
  display: none !important;
}

body.search-lay .body-container {
}

.search-row {
  padding: 60px 15px;
}

.search-section {
  padding-bottom: 30px;
}

.hs-search-wrap form {
  display: block;
  padding-right: 50px;
  max-width: 767px;
  position: relative;
  z-index: 3;
}

.hs-search-wrap form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 40px;
  background: #231f58;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.4s;
}

.hs-search-wrap form button svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.hs-search-wrap form button:hover {}

.hs-search-wrap form button:hover {
  background: #d81735;
}


.search-lay ul#hsresults {
  margin: 0px -15px;
  padding: 0;
}
.search-lay ul#hsresults li {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0px 15px;
  margin: 0 0 30px;
  margin-bottom: 30px;
  width:32.333%;
  vertical-align:top;
  font-size:15px;
}

.hs-search-wrap {
  padding-bottom: 40px;
}
.search-lay ul#hsresults li a.hs-search-results__title {
  display: inline-block;
  margin-bottom: 10px;
  margin-bottom: 0.278em;
  line-height: 1.2;
  overflow: hidden;
  display: inline-block;
  font-size: 24px;
}
.search-lay ul#hsresults li a.hs-search-results__title * {
  font-weight: normal;
}
.hs-search-results__pagination {
  line-height: 30px;
}
.hs-search-results__pagination a {
  background-color: #fff;
  line-height: 29px;
  text-align: center;
  border: 1px solid;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  border-color: #e4e4e4;
  padding: 0 10px;
}
.search-lay ul#hsresults li .search-item-content{
  padding: 20px;
  background-color: #FFFFFF;
  border: 1px solid #e4e4e4;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);

} 


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

.appa-footer.footer-lp {
  padding-top: 20px;
}
body:not(.blog) .body-container .page-center.content-wrapper{
  padding:25px 15px;
}
.blog-rel-recomnd-post-wrap ul:after, 
.blog-rel-recomnd-post-wrap ul:before{
  display:none;
}

.red-text {
  color: #d81735;
}
.one-col-section .program-des-col.col-center {
    width: calc(100% - 150px);
}
.small-width-image-with-description-wrap .image-with-description {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.small-width-image-with-description-wrap .col.col-left {
	order: 2;
	width: 22%;
  padding-top: 21px;
}
.small-width-image-with-description-wrap .col.col-left img {
	margin-bottom: 0 !important;
}
.small-width-image-with-description-wrap h2:empty, .small-width-image-with-description-wrap .imag-title-wrap p:empty {
  display: none;
}
.image-with-description-wrap.small-width-image-with-description-wrap {
  padding-bottom: 65px !important;  
}
.board-director-item .image img {
	max-height: 300px;
  object-fit: cover;
}

/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
.ani-wrap {
  overflow: hidden;
}

/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width:1199px) and (min-width:1025px){
  .one-column-content-bg-wrap h2.section-title {
    margin-bottom: 50px;
  }
  .one-column-content-bg-wrap-inner {
    padding-bottom: 99px;
  }
  .listing-feature-col {
    float: left;
    width: 60%;
  }
  .home-hero-section h2 {
    max-width: 50%;
    font-size: 30px;
    line-height: 1.3;
  }

  .home-hero-section h1 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 25px;
  }
}
/* end 1199 and 1025 */
@media (max-width: 1024px){
  .image-with-description-wrap.them-blue-img .image-with-description .content img,
  .image-with-description-wrap.them-white-img .image-with-description .col.col-left .content{
    position: static;
  }
  .client-slider-item {
    text-align: center;
    padding: 0 5px;
  }
  .one-column-content-bg-wrap-inner {
    padding-bottom: 40px;
  }
  .one-column-content-bg-wrap h2.section-title {
    margin-bottom: 40px;
  }
  .one-column-content-with-bg,
  .image-with-description-wrap{
    padding: 60px 15px;
  }
  .listing-feature-col {
    float: left;
    width: 60%;
  }
  .small-width-image-with-description-wrap .col.col-left {
    width: 25%;
  }
  .board-director-item .image img {
    min-height: 275px;
  }
}
/* end 1024 */

@media (min-width:992px){
  .join-us-item:nth-child(3n+1) {
    clear: left;
  }
}
/* end 992 */
@media (max-width: 991px) {
  .home-hero-outer {
    background-position: center right;
    background-size: 50%;
  }
  .home-hero-section h2 {
    font-size: 30px;
    max-width: 50%;
    margin-bottom: 30px;
  }
  .home-hero-section h1 {
    max-width: 50%;
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  .join-us-item:nth-child(2n+1) {
    clear: left;
  }
  .join-us-item {
    width: 50%;
  }
  .program-item {
    width: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
  .program-membership-col.col-right {
    width: 25%;
  }
  .program-membership-col.col-center {
    width: 50%;
  }
  .small-width-image-with-description-wrap .col.col-left {
    width: 32%;
  }
  .board-director-item .image img {
    min-height: 194px;
  }
}
/* end 991 */
@media (max-width:1024px) and (min-width:768px){
  .home-hero-section h2 {
    max-width: 50%;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  .home-hero-section h1 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}
@media (max-width: 960px){
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-right: 15px;
  }
  .widget-span.aapa-header-col.col-left {
    width: 150px;
  }
  .widget-span.aapa-header-col.col-right {
    width: calc(100% - 150px);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.member-login {
    padding-right: 0;
    padding-left: 0;
 
  }
  .error-col.left-col p {
    font-size: 130px;
  }
}
/* end 960 */
.topic-filter-outer ul li a {
  text-align:center;
}
@media (max-width: 1050px) and (min-width:600px){
  .post-item {
    width: 50%;
  }
}
@media (max-width: 599px){
  .post-item {
    width: 100%;
    float:none;
  }
  .topic-filter-outer ul li a {
    padding: 15px;
  }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 1130px) {
  .widget-span.aapa-header-col {
    width: 100% !important;
  }
  .widget-span.aapa-header-col.col-left {
    text-align: left;
  }
  .widget-span.aapa-header-col.col-right {
    padding-top: 0;
  }
  .custom-menu-primary.js-enabled,.widget-span.custom-menu-primary {
    padding: 0;
    margin: 0;
  }
  .three-col {
    float: none;
    width: 100%;
    margin-bottom: 35px;
  }
  .three-col:last-child {
    margin-bottom: 0;
  }
  .one-column-button-text .one-col-btn h3 {
    margin: 0 0 20px;
  }
  .two-col {
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 0 !important;
    margin-bottom: 30px;
  }
  .bottom-descrip {
    display: block;
  }
  .lete-blog-item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
  .lete-blog-item:last-child {
    margin-bottom: 0;
  }
  .recent-blog-post-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .copyright {
    text-align: center;
  }
  .widget-span.appa-footer-col {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .footer-contact,
  .aapa-footer-top {
    padding-bottom: 30px;
  }
  .our-client-slider-group h2,
  .recent-blog-post-wrap h2,
  .section-title h2 {
    font-size: 28px;
  }
  .home-hero-outer {
    background: transparent !important;
  }
  .home-hero-img {
    text-align: center;
    margin-bottom: 25px;
  }
  .home-hero-section {
    text-align: center;
  }
  .home-hero-section h2,.home-hero-section h1 {
    max-width: 100%;
    margin-bottom: 25px;
  }
  .home-hero-section h1 {
    font-size: 35px;
    line-height: 1.5;
  }
  .home-hero-section h2 {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
  .one-column-button-text {
    padding-top: 25px;
    padding-bottom: 35px;
  }
  .three-col-image-desc .three-col .description {
    max-width: 300px;
    margin: 0 auto;
  }
  .testimonial-inner {
    padding: 0 15px;
  }



  /* Menu */
  
  .aapa-header_v2 .row-number-3 .row-fluid {
    padding: 5px 10px!important;
}
  .custom-menu-primary .hs-menu-wrapper {
    background-color: #6c87c3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    display: flex;
    align-items: center;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    z-index: 10;
  }

  .custom-menu-primary .hs-menu-wrapper > ul,.custom-menu-primary .hs-menu-wrapper > ul > li {
    margin: 0;
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a {
    color: #fff;
    padding: 10px;
    font-size: 23px;
    line-height: 1.4;
    font-weight: normal !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a, 
  .custom-menu-primary .hs-menu-wrapper > ul ul > li.active > a, 
  .custom-menu-primary .hs-menu-wrapper > ul ul > li.active-branch > a  {
    color: #d81735;
    font-weight: bold !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul > li.active > a, 
  .custom-menu-primary .hs-menu-wrapper > ul ul > li.active-branch > a{
    color: #231f58;
  }

  .mobile-open .custom-menu-primary .hs-menu-wrapper {
    visibility: visible;
    opacity: 1;
  }

  .mobile-open .mobile-trigger {
    position: fixed;
    z-index: 20;
    top: 30px;
    right: 15px;
  }

  .custom-menu-primary.js-enabled,.custom-menu-primary {
    z-index: 100;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    transform: translateY(-20px);
    transition: transform 0.4s,opacity 0.4s;
    opacity:0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2){
    transition-delay:200ms;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3){
    transition-delay:300ms;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4){
    transition-delay:400ms;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5){
    transition-delay:500ms;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6){
    transition-delay:600ms;
  }

  .mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li {
    transform: translateY(0px);
    opacity:1;
  }
  .join-us-item {
    width: 100%;
    float: none;
  }

  .hero-content .col {
    float: none;
    width: 100%;
  }

  .hero-content {
    display: block;
  }

  .hero-content .col img {
    margin-bottom: 30px;
  }

  .image-with-description-wrap .col {
    float: none;
    width: 100%;
  }

  .one-column-content-bg-wrap .description {
    width: 100%;
  }

  .one-column-content-bg-wrap-inner {
    background: none !important;
  }
  .one-column-content-bg-wrap h2.section-title,
  .make-money-group-wrap h2,
  .title-with-bg h2,
  .our-other-program-wrap h2{
    font-size: 28px;
  }
  h3 {
    font-size: 25px;
  }
  h3 {
    font-size: 25px;
  }

  .hero-content .col.col-right h2 {
    font-size: 22px;
  }

  .hero-content .col.col-right h1 {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .hero-content {
    text-align: center;
  }


  .program-hero-section .bottom-content .two-col.col-right img {
    margin-left: 0;
    -webkit-transform: none;
    -ms-transform: non;
    transform: none;
    margin-top: 41px;
  }

  .program-hero-section .bottom-content {
    display: block;
  }

  .program-hero-section .bottom-content .two-col.col-left img {
    margin-top: 27px;
  }

  .image-with-description-wrap.newrevenuestreamswithcbdproducts .image-with-description {
    display: block;
  }

  .two-col-product-wrap.theme_red .two-col-product {
    display: block;
  }

  .two-col-product .two-col {
    width: 100%;
  }

  .theme_red .two-col-product .two-col .content {
    height: auto !important;
  }

  .two-col-product {
    display: block;
    margin-top: 0 !important;
  }

  .two-col-product .two-col.col-right {
    margin-bottom: 0;
  }

  .two-col-product .two-col .content {
    height: auto !important;
  }
  .program-hero-section h2,
  .image-with-description-wrap .imag-title-wrap h2 {
    font-size: 31px;
  }

  .program-hero-section p {
    font-size: 20px;
  }

  .two-col-product .two-col .content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .two-col-product .two-col .content img {
    width: 100%;
    margin: 0 auto 25px;
    display: block;
  }

  .one-column-content-with-bg.one-col-content-with-title-abt h2 {
    font-size: 30px;
  }

  .about-lay .image-with-description-wrap.img_right .image-with-description {
    display: block;
  }

  .about-lay .image-with-description-wrap .image-with-description {
    display: block;
  }

  .image-with-description-wrap.img_left.legislativeaffairs .col img {
    margin-bottom: 0;
  }

  .image-with-description-wrap.img_right.communityprograms .col img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: 0;
  }

  .board-director-wrap .clearfix {
    display: block;
  }

  .board-director-item {
    width: 100%;
    text-align: center;
    margin-bottom: 55px;
  }

  .boardof-director-group h2.title-border {
    font-size: 27px;
  }

  .board-director-item:last-child {
    margin-bottom: 0;
  }

  .board-director-wrap {
    margin-top: 0;
  }
  .advantage-item {
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }

  .advantage-item:last-child {
    margin-bottom: 0;
  }

  .image-with-description-wrap.them-blue-img .image-with-description, 
  .image-with-description-wrap.them-white-img .image-with-description {
    display: block;
  }

  .advantage-lay .image-with-description-wrap .description {
    margin-bottom: 0;
  }

  .image-with-description-wrap.them-white-img .image-with-description .col.col-right {
    max-width: 100%;
  }

  .program-item {
    width: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }

  .program-membership-wrap .clearfix {
    display: block;
  }

  .program-membership-col {
    width: 100% !important;
    text-align: center;
    margin-bottom: 20px;
  }

  .program-membership-col img {
    width: 320px;
  }

  .program-item {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .image-with-description-wrap.img_right.aapa’scbdadvantedge™starterkit .content>img {
    margin-bottom: 0;
  }
  .program-des-col {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    float: none;
  }

  .program-des-col.col-left img {
    max-width: 160px;
  }

  .program-inner-lay .advantage-item {
    width: 50%;
  }
  .hero-top {
    margin: 0 auto 10px;
  }
  .hero-top h2,
  .program-des-wrap .title-wrap h2,
  .program-investment-wrap h2,
  .program-investment-wrap h2+p,
  h2{
    font-size: 30px;
  }
  .hero-bottom {
    font-size: 18px;
  }
  .program-hero-section h2, 
  .image-with-description-wrap .imag-title-wrap h2 {
    font-size: 28px;
  }
  .my-t-heath-descrp-wrap {
    padding: 60px 0;
  }
  .our-program-icon-desc-wrap.pointy-program-feature-group {
    padding-left: 0;
    padding-right: 0;
  }
  .widget-span.coltact-col {
    width: 100% !important;
  }
  .coltact-col .actions {
    text-align: left;
  }
  .listing-feature-col {
    float: none;
    width: 100%;
  }
  .blog-image {
    position: static;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin-right: 0;
    padding: 15px;
    max-width: 440px;
    margin: 0 auto 10px;
    overflow: hidden;
  }

  .blog-image img {
    max-height: 100%;
    -webkit-transform: none;
    -ms-transform: 1.5;
    transform: none;
  }

  .feature-post-wrap .page-center {
    padding: 0;
  }

  .feature-post-wrap {
    padding: 40px 15px;
  }
  .post-left-column .social-share ul li a {
    display: block;
    border-radius: 100%;
    padding: 5px;
    width: 32px;
    height: 32px;
    background: #e4e8f1;
    margin-bottom: 11px;
    color: #231f58;
  }

  .post-left-column .social-share {
    left: -60px;
  }

  .post-left-column .social-share ul li a:hover {
    color: #fff;
    background: #231f58;
  }

  .post-hero-section .clearfix {
    display: block;
  }

  .feature-post-col {
    width: 100%;
    text-align: center;
  }

  .feature-post-col.col-left {
    margin-bottom: 25px;
  }

  .feature-post-col.col-right {
    text-align: center;
  }

  .feature-post-col.col-right .post-author-wrap {
    max-width: 250px;
    margin: 0 auto;
    text-align: left;
  }

  .post-left-column .social-share {
    position: static;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
  }

  .post-left-column .social-share ul li {
    display: inline-block;
    vertical-align: middle;
  }

  .post-left-column .social-share ul li+li {
    margin-left: 10px;
  }

  .blog-rel-recomnd-post-wrap ul li {
    width: 30%;
    min-width: 30%;
    max-width: 30%;
  }

  .blog-rel-recomnd-post-wrap ul li:nth-last-child(n+4) {
    display: none !important;
  }
  .widget-span.error-col {
    width: 100%;
    max-width: 479px;
  }

  .error-page-hero {
    padding: 120px 0;
  }

  .error-page-hero h1.entry-title {
    font-size: 38px;
  }
  .error-row {
    padding: 60px 15px;
  }
  .contact-hero-content.clearfix {
    display: block;
  }

  .contact-hero-col {
    width: 100% !important;
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .contact-hero-col img {
    transform: none !important;
    margin-bottom: 20px;
  }
  .search-lay ul#hsresults li {
    width: 100% !important;
  }
  .small-width-image-with-description-wrap .col.col-left {
    order: inherit;
    width: 55%;
  }
  .board-director-item .image img {
    max-width: 239px;
  }
}  



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

@media (max-width: 479px) {
  .client-slider-item {
    text-align: center;
    padding: 0 5px;
  }
  .pr-hero-col {
    width: 100% !important;
  }

  .hero-top .clearfix {
    display: block;
  }

  .our-program-iner-hero img {
    max-width: 160px;
  }

  .icon-des-col.col-left {
    float: none;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .icon-des-col.col-left img {
    max-width: 150px;
  }

  .image-with-description-wrap.img_right.aapa’scbdadvantedge™starterkit .content>img {
    margin-bottom: 0;
  }

  .program-item {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .our-other-program-wrap .clearfix {
    display: block;
  }

  .program-icon-with-des-col {
    float: none !important;
    width: 100% !important;
    margin-bottom: 20px;
  }

  .program-icon-with-des-col.col-left {
    margin-right: 0;
  }

  .program-icon-with-des-col.col-left img {
    max-width: 180px;
  }

  .program-inner-lay .advantage-item {
    width: 100%;
  }
  .program-inner-lay .adventage-wrap {
    display: block;
  }
  p.list-inline>span {
    display: block;
    margin-right: 0;
  }
  .my-t-heath-descrp-wrap ul.two-col-ul {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    column-gap: 0;
  }
  .m-t-health-fearure-item img,
  .my-t-heath-descrp-wrap .title-wrap img{
    float: none;
    width: 100px;
    margin-right: 0;
    display: block;
    margin: 0 auto;
  }
  .contact-detail-cont .clearfix .two-col {
    float: none;
    width: 100%;
  }
  .topic-filter-outer ul,
  .blog-rel-recomnd-post-wrap ul{
    display: block;
  }
  .topic-filter-outer {
    background: #e4e8f1;
    padding: 0;
  }
  .blog-rel-recomnd-post-wrap ul li {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .blog-rel-recomnd-post-wrap ul .post-featured-image-wrapper {
    height: 223px;
  }

  .blog-rel-recomnd-post .post-featured-image-wrapper:after {
    line-height: 223px;
  }
}

/* end 479 */


.blue-bg{
               background: url('https://5698528.fs1.hubspotusercontent-na1.net/hubfs/5698528/Artboard%201AAPA-Background%20Landing%20Page.png');
               background-size: cover;
               background-attachment:fixed;
               background-position: center center !important;
               height: 95vh;
               min-height:200px;
}


/* Pagespeed Optimisations (Temp) */

img.wow.fadeInUp {
    width: 142px;
    height: 134px;
}
div#hs_cos_wrapper_widget_1561440814389 img {
    width: 700px;
    height: 482px;
}
div#hs_cos_wrapper_widget_1561440890310 img {
    width: 548px;
    height: 377px;
}
div#hs_cos_wrapper_widget_1561440910026 img {
    width: 420px;
    height: 484px;
}
span#hs_cos_wrapper_module_151811932754921_hs_logo_widget img {
    width: 106px;
    height: 87px;
}
.client-slider-item.slick-slide.slick-cloned img {
    width: 268px;
    height: 135px!important;
}
.footer-social ul li img {
    width: 32px;
    height: 32px;
}
.footer-logo-social .footer-logo {
    width: 132px;
    height: 106px;
}
.client-slider-item.slick-slide img {
    width: 268px;
    height: 136px;
}



/*****************************************/
/* AAPA Header Styles    */
/*****************************************/

.aapa-header_v2 .row-number-3 .row-fluid {
    display: flex;
    align-items: center;
    padding: 5px 0px;
}

.aapa-header_v2 li.hs-menu-item a {
    color: #848a97;
    font-size: 18px;
    margin-right: 40px;
}

.span4.widget-span.widget-type-cell.aapa-header_v2-col.col-left {
    width: auto;
}

.span8.widget-span.widget-type-cell.aapa-header_v2-col.col-right {
    width: auto;
}

.span8.widget-span.widget-type-cell.aapa-header_v2-col.col-right {
    width: 100%;
    display: flex;
    justify-content: end;
}

.aapa-header_v2 ul.hs-menu-children-wrapper {
    background-color: #231f58;
    margin-top: 10px!important;
    min-width: 250px;
    display: block;
  transform 0.4s, -webkit-transform 0.4s !important;
  transform-origin: top;
  box-shadow:0 0 3px #6d6d6d;

}

.aapa-header_v2 ul.hs-menu-children-wrapper a {
    color: #fff!important;
    padding: 10px;
    margin:0!important;
}

.aapa-header_v2 ul.hs-menu-children-wrapper a:hover, .aapa-header_v2 ul.hs-menu-children-wrapper li:hover {
    background-color: #6f88c5;
}

b.aap_member_login {
    color: #fff;
    background-color: #d81735;
    padding: 10px 20px;
    border-radius: 100px;
    font-weight: 400;
}

.aapa-header_v2 .hs-menu-wrapper > ul li:hover ul {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}


.our-program-iner-hero .hero-top {
    display: none;
}

.hs-content-id-96063397931 div#hs_cos_wrapper_widget_1562777714785 {
    padding: 25px 0px!important;
    background: rgba(245, 246, 252,1.0);
    margin: 0!important;
    padding-top: 45px!important;
}
.hs-content-id-96063397931 div#hs_cos_wrapper_widget_1671623181982 {
    margin: 0!important;
    padding: 0!important;
    background: rgba(245, 246, 252,1.0);
}
.hs-content-id-96063397931 div#hs_cos_wrapper_widget_1562480791122 {
    background: rgba(245, 246, 252,1.0);
}
.hs-content-id-96063397931 span#hs_cos_wrapper_widget_1671623181982_ h2 {
    font-size: 20px!important;
    font-weight: 600!important;
    color: #848a97!important;
}
@media (max-width: 479px) {
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    font-size: 15px!important;
    text-align: left;
}
ul.hs-menu-children-wrapper {
    max-height: 300px!important;
    overflow: visible!important;
}

b.aap_member_login {
    text-align: center;
}
li.hs-menu-item.hs-menu-depth-1 a {
    padding-left: 25px!important;
}
li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.programs- ul:after {
    content: "";
    background-image: url(https://www.aaparx.com/hubfs/AAPATheCompetitiveEdge_June2019_Files/Images/Arrow.png);
    width: 80px;
    height: 15px;
    position: fixed;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -115%;
    margin-left: 33%!important;
    animation: bounce2 2s ease infinite;

}

@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}
}

.hs-content-id-86529219885 .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
visibility: visible;
    opacity: 1;
}