textarea:not([class*="ba-col-"]){
  font-size: 16px;
}
.labelHide .ba-field-label-wrapper{
  display:none;
}
.cpnb-m-bottom-buttons .cpnb-button {
  border-radius: 0px;
  color: var(--title-inverse);
	font-size: 16px;
	font-style: normal;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 26px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: var(--primary);
}
.cpnb-button:hover{
  color: var(--title);
  background-color: var(--color-3);
}
.cpnb-manager-modal-left {
  bottom: 75px;
}
.cpnb-m-header {
	font-size: 34px;
  line-height: 36px;
}
.content-text li {
  margin-bottom: 6px;
}
.ethosBody a, .blog-content-wrapper a {
  font-weight: 600;
}
.ethosFooter a{
  font-weight: 300;
}
.formDisclaimer{
  font-size:12px;
}
.upload-file-btn {
  background: #0d2c54 !important;
}
.isDisabled a {
  color: currentColor;
  display: inline-block;  /* For IE11/ MS Edge bug */
  pointer-events: none;
  text-decoration: none;
}
/*    -----------------     Slideshow Styles      -----------------     */
.slideshow-button {
  padding: 0px !important;
}
.slideshow-title-wrapper {
  padding: 25px 0px 0px 0px !important;
}
.slideshow-description-wrapper {
  padding: 10px 0px 0px 0px !important;
}
/*    -----------------     Testimonial Styles      -----------------     */
.testimonials .ba-slideshow-caption {
  padding: 0px;
}
/*    -----------------     Blog Styles      -----------------     */
.intro-post-info .intro-post-category a{
 color: #ffffff;
}
.intro-post-info .intro-post-category a:hover{
 color: #00a6ed;
}
.ba-item-reading-progress-bar {
position: fixed !important;
z-index: 9999999!important;
}
.ba-item-related-posts .ba-blog-post-content {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.post-navigation-next .ba-blog-post-image {
  margin-left: 20px;
}
.post-navigation-previous .ba-blog-post-image {
  margin-right: 20px;
}
.ba-item-recent-posts .ba-blog-post-content, .ba-blog-posts-wrapper .ba-blog-post-content, .ba-item-recent-posts .ba-blog-post-content {
padding: 0px !important;
}
.ba-item-post-navigation .ba-blog-post.post-navigation-next:first-child {
flex-direction: row-reverse !important;
}

@media (max-width: 1024px) {
.ba-item-post-navigation .ba-classic-layout .ba-blog-post{
	flex-direction: row !important;
	}
  .ba-item-post-navigation .ba-blog-post.post-navigation-next:last-child {
  flex-direction: row-reverse !important;
  }
	.ba-item-post-navigation .ba-blog-posts-wrapper {
    align-items: center !important;
    display: flex !important;
    justify-content: flex-start !important;
	}
}
@media (max-width: 768px) {
  body .ba-item-post-navigation .ba-blog-posts-wrapper .ba-blog-post-image {
    display: none !important;
  }
  .mainBlog .ba-blog-post-title-wrapper{
  	max-width: 300px;
  }
  .cpnb-m-header {
    font-size: 20px;
    line-height: 24px;
  }
  .blogPost .mainBlog .ba-section{
  	padding:0px !important;
  }
  .blogPost .mainBlog .ba-section h2{
    font-size: 34px !important;
    line-height: 38px !important;    
	}
  .blogPost .mainBlog .ba-section h3{
    text-align: left !important;
	}
  #item-1737045488133 .ba-slideshow-description {
  	font-size: 16px;
    line-height: 20px;
  }
}
/*    -----------------     Lightbox Form Styles      -----------------     */
.ba-forms-modal-wrapper.visible-forms-modal {
z-index: 9999999 !important;
}