/* Single Post */
.eut-post-feature-image {
  width: 100%;
  height: auto;
  max-width: none;
  border-radius: 20px !important;
}

.eut-single-post-content {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}


/* Title */
.eut-post-title-wrapper {
  margin-bottom: 60px;
}
.eut-post-title-wrapper.eut-post-title-overlapping {
  padding: 60px;
  margin: -180px -60px 0 -60px;
  position: relative;
  z-index: 3;
  background-color: #ffffff;
}

@media only screen and (max-width: 1023px) {
  .eut-post-title-wrapper.eut-post-title-overlapping {
    padding: 0px;
    margin: 60px 0;
    background-color: transparent;
  }
}


@media only screen and (max-width: 767px) {
  .eut-post-title-wrapper.eut-post-title-overlapping {
    padding: 0px;
    margin: 30px 0;
    background-color: transparent;
  }
}

/* Meta  */
.eut-post-meta-wrapper,
.eut-post-author {
  display: flex;
  align-items: center;
}

.eut-post-author-image-wrapper {
  margin-right: 12px;
}

.eut-post-author img {
  display: block;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

#main-content .eut-post-author a {
  color: inherit;
  transition: opacity .3s ease;
  text-decoration: none;
}

.eut-post-author a:hover {
  opacity: 0.6;
}

.eut-post-meta + .eut-post-meta:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: currentColor;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 18px;
}

/* Post Bottom Area */
.eut-post-bottom-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 36px 0;
  margin: 60px 0;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  font-size: 14px;
}

.eut-post-bottom-area .eut-label {
  margin-right: 24px;
  font-weight: 500;
}

.eut-post-share,
.eut-post-tags {
  margin: 12px 0;
}

.eut-post-share {
  display: flex;
  align-items: center;
}

.eut-post-share a {
  width: 16px;
  height: 16px;
  display: block;
  text-align: center;
}

.eut-post-share a + a {
  margin-left: 18px;
}

.eut-post-share svg {
  display: block;
  width: auto;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}

#main-content  .eut-post-tag-link {
  color: #000000;
  line-height: 24px;
  padding: 0 12px;
  background-color: #F5F7FA;
  border-radius: 24px;
  display: inline-block;
  min-width: 55px;
  text-align: center;
  text-decoration: none;
  transition: color .3s ease, background-color .3s ease;
}

#main-content  .eut-post-tag-link:hover {
  color: #ffffff;
  background-color: #000000;
}

/* Comments */
.comment.depth-0:first-child {
    margin-top: 0;
    border-top: none;
}
.comment.depth-0 {
    border-top: 1px solid #E2E2E2;
    padding-top: 2em;
    margin-top: 2em;
}


/* Blog Related */
.eut-related-posts .eut-blog-grid {
    grid-row-gap: 60px;
    grid-column-gap: 60px;
}

.eut-related-posts .eut-related-title {
  text-align: center;
  margin-bottom: 60px;
}


/*****************************************/
/* Custom Blog CSS    */
/*****************************************/

body, h1, h2, h3, h4, h5, h6, p, span, a {
	font-family: Jost;
}

 /* Global Overrides & Reseting elements */
  
  
 html {
  scroll-behavior: smooth;
  /*Adds smooth scrolling instead of snapping to element*/
}
 
  /* Navigation */
.eut-header .eut-header-skin-light .eut-header .eut-header-skin-dark {
  background-color: #fff !important;
  max-width: 1440px;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative !important;

}

/* Space Between Nav Links */
.eut-header .eut-menu > li:not(:first-child) {
  margin-left: 50px;
}

/* Top Button */
.eut-header .eut-header-btn.eut-btn .eut-btn-solid {
  min-width: 160px  !important;
  text-align: center  !important;
  padding: 16px 36px  !important;
  border-radius: 10px  !important;
  position: relative  !important;
  background-color: #E7F0FD  !important;
}

/* Top Button */
.eut-header-btn {
  color: #156CEF !important;
  font-style: normal  !important;
  font-weight: 500 !important;
  font-size: 16px  !important;
}

.menu-link {
  font-size: 18px !important;
  color: #676792  !important;

}

/* Hide Nav Line */
.eut-header .eut-line {
  width: 0px;
}

/* Footer */

.eut-subtitle-text {
  font-family: Jost,sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2em;
}

.hs-menu-item  {
  font-family: Jost,sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  opacity: 0.75;
  margin-bottom: 20px;
}

.footer a:not(.eut-btn):hover {
  color: #ffffff !important;
}



/* Request a Demo button */
.eut-header-btn {
  color: #156CEF;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}

/* removing the small padding at the top */
 @media (max-width: 767px) {
.dnd_area_header-module-1-padding > #hs_cos_wrapper_dnd_area_header-module-1 {
  padding-top: 0px !important;
}
}
   
/* END OF NAVIGATION */  

/*  Fixing the logo positioning */
.eut-header .eut-header-inner {
  padding-left: 12px !important;
}


/*  Main Container  */

.container-fluid {
  padding: 0px !important;
}


.container {
  max-width: 1440px !important;
  background-color: transparent !important;
}

.dnd-section > .row-fluid, .eut-container {
    max-width: 1440px;
  }
  
/*  Text Styles  */

  h1, h2, h3, h4, .eut-h4 {
        color: #191957 !important;
        font-weight: 600 !important;
  }
  
  
  h1 {
        font-size: 48px !important;
  }


  h2 {
        font-size: 38px !important;
  
  }
  
  h3 {
        font-size: 26px !important;
  
  }

    .feature-text h3 {
      margin-bottom: 10px;
      line-height: 1.3em;
    }

 h4 {
        font-size: 22px !important;
        color: #191957 !important;
        font-weight: 600 !important;
  
  }
  
  
  p, p>span {
        font-size: 20px !important;
        font-weight: 400;
        color: #191957;
    
  }

.eut-h6 {
    color: #191957 !important;
  line-height: 30px !important;
  
}


/* Hero Tagline */
.dnd-module p {
      font-size: 22px !important;
      font-weight: 400;
}

.eut-desription {
  margin-bottom: 50px;
 
}

/* Heading Highlight Span */
span.hero-text {
  	color: #156CEF !important;
}


  /* Hover States */
  
  /* Nav item */
  .eut-menu a:hover {
    color: #191957! important
  }

/* Dropdown Items */

/* Nav Links */
.eut-menu > li > .eut-link-wrapper a {

}

/* Active Nav Page */
a.eut-active-branch {
 font-size: 18px !important;
 color: #191957  !important; 
}

/* Active Item Inside Dropdown */
.eut-link-wrapper a.eut-active-item {
 font-size: 18px !important;
 color: #156CEF  !important;
}

/* Active Item Inside Dropdown */
.eut-link-wrapper a:hover {
 font-size: 18px !important;
 color: #156CEF  !important; 
}

/* Dropdown Container */
.eut-submenu {
  border-radius: 12px !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}


/* Nav item hover */
.eut-menu a:hover {
  color: #191957! important
}

/* Nav Primary 3 Button */
.eut-header-elements .eut-bg-primary-3 {
  border-width: 2px !important;
  border-style: solid !important;
  background-color: #f6f9ff !important;;

}

/*  Hamburger with 3 lines (this + js)  */
.eut-header .eut-menu-btn span:first-child {
  transform: translateY(-8px) !important;
  margin-bottom: 10px;
}

.eut-header .eut-menu-btn span:last-child {
  transform: translateY(8px) !important;
  margin-bottom: 10px;
}

.eut-header.eut-header-skin-dark .eut-menu-btn span {
  background-color: #191957 !important;
}


/* Footer */

.eut-subtitle-text {
  font-family: Jost,sans-serif;
  font-size: 16px !important;
  font-style: normal  !important;
  font-weight: 500  !important;
  line-height: 1.2em  !important;
}

.hs-menu-item  {
  font-family: Jost,sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  opacity: 0.75;
  margin-bottom: 20px;
}

.footer a:not(.eut-btn) {
  text-decoration: none !important;
}

.footer a:not(.eut-btn):hover {
  color: #ffffff !important;
}


.eut-footer {
    background-color: #1A1A57 !important;
}

#hs_cos_wrapper_footer3-2-module-4 {
  background-color:  #1A1A57 !important; 
}


/* End Footer */


/* FAQ Section Overwrites */
.eut-accordion-item {
  text-align: left !important;
}



/* Responsive Global Styles */
@media screen and (max-width: 767px) {
       
       h1 {
        font-size: 44px !important;
        line-height: 50px !important;
  }       
         
        /* Hero tagline */  
       .dnd-module p {
      font-size: 20px !important;
      font-weight: 400;
}
         
         .eut-slogan {
         text-align: center !important!;
         }
  
       .eut-slogan-inner {
      margin-bottom: 50px !important;
     }

  
  /* Align Hero Text */
  .eut-slogan-inner {
    text-align: center !important;
  }

  
       h2, .feature-text h3 {
        font-size: 36px !important;
  }     
  
  
  
 /* Scaling the Feature images */  
.feature-image img {
  width: 100%;
  height: 100%;
  scale: 1.2;
  margin-bottom: 60px !important;
}
 
     /* Scaling every single image */  
     .eut-single-image {
         scale: 1.2;
          margin-top: 20px;
     }  
  
  
         
} /* End 767px */


/* RESPONSIVE FINAL ADJUSTMENTS 992 */
      @media screen and (max-width: 992px) {
  
        
   /* Align Hero Button */  
  .eut-buttons-group {
  justify-content: center;
  align-items: center;
}
        
        
       
/*  Footer  */

.row-number-1 {
  text-align: center !important;
}
        
.dnd-section > .row-fluid, .eut-container {
  text-align: center !important;
}     
        
.eut-socials-mobile-align-left {
  justify-content: center !important;
  margin-top: 10px  !important;
}
    
/*  Footer text under logo  */
.eut-slogan.eut-position-left {
  justify-content: center !important;
}        
       
        /*  Removing the spacers  */
     .row-number-1   .eut-spacer {
          display: none !important;
        }   
        
   .row-number-1 .hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
          margin-top: 20px !important;
          margin-bottom: 40px !important;
        }
        
        
} /* End 992px */

 /* Buttons */


/* Buttons with arrow */

/* Primary - Filled, & Stroke  */
.btn-primary  {
	font-size: 17px !important;
	font-weight: 500;
	border-radius: 14px;
	margin-top: 30px;
	transition: color 0.1s cubic-bezier(0.16,0.08,0.355,1), background 0.1s cubic-bezier(0.16,0.08,0.355,1);
	display: inline-block;
	cursor: pointer;
	min-width: 235px;
	outline: none;
	vertical-align: middle;
	text-align: center;
	position: relative;
	overflow: hidden;
	letter-spacing: 0.5px;
  }
  
/* Filled */
.filled {
	background-color: #156CEF;
	color: white !important;
	border: none;
	margin-right: 16px;
  padding: 22px 30px 22px 30px !important;
}

/* Stroke */
.stroke {
	background-color: transparent;
	border: 2px solid #1A1A57;
	color: #1A1A57 !important;
  padding: 20px 30px 20px 30px !important;
}

 
.filled:hover, .filled:focus {
	background-color: #0F5ED2 !important;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }

.filled:focus {
	background-color: #156CEF !important;
  }

.stroke:hover {
	background-color: #1A1A57 !important;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  } 

.stroke:focus {
background-color: transparent;
border: 2px solid #1a1a57 !important;
color: #1a1a57 !important;
  } 

.stroke span:focus {
color: #1a1a57 !important;
  } 
  
  /* Arrow */
  
  .btn-primary .filled .btn-arrow-filled, .btn-primary .stroke .btn-arrow-stroke {
	  position: relative;
	  transition: background-color 300ms ease-out;
	}
  
/* Button Text Filled */
  .btn-arrow-filled span {
	  display: inline-block;
	  position: relative;
	  transition: all 300ms ease-out;
	  will-change: transform;
	  color: #ffffff !important;
	}

/* Button Text Stroke */
.btn-arrow-stroke span {
	display: inline-block;
	position: relative;
	transition: all 300ms ease-out;
	will-change: transform;
	color: #1A1A57 !important;
  }

	.btn-arrow-filled:hover span {
	  transform: translate3d(-1.4rem,0,0);
	}

	.btn-arrow-stroke:hover span {
		transform: translate3d(-1.4rem,0,0);
		color:  #ffffff !important;

	  }

	.btn-arrow-filled img, .btn-arrow-stroke img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  opacity: 0;
	  top: 50%;
	  transform: translateY(-50%);
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow-filled img *, .btn-arrow-stroke img * {
	  stroke: transparent solid 2px;
	}
	.btn-arrow-filled:hover img, .btn-arrow-stroke:hover img {
	  opacity: 1;
	  right: -2.4rem;
	}

@media screen and (max-width: 576px) {
  .filled {
    margin-right: 0px !important;
    margin-top: 20px !important;
}
}

/* End Buttons */


/* Blue CTA Final */

.cta-content {
	display: flex !important;
	align-items: center;
	position: relative;
}

/* CTA Text */
.cta-section {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0040CB;
	padding: 30px;
	min-height: 460px;

}

.cta-text-wrapper {
	text-align: left;
	padding-right: 7% !important;
}

h2.cta-dark {
	color: #ffffff !important;

}

p.cta-subheading {
	color: #ffffff;
	font-size: 22px;
	line-height: 2.6rem;
}


/* CTA Image */

.cta-image img {
	max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
	margin: 0 auto;

}

.cta-image-section {
	text-align: center;
}

.cta-image-section { 
	position: relative;
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

/* Button with arrow */

/* Secondary Button - Filled  */
.btn-secondary-filled  {
	background-color: #FF9317;
	color: white !important;
	border: none;
	font-size: 17px !important;
	font-weight: 500;
	border-radius: 14px;
	margin-top: 30px;
	padding: 22px 30px 22px 30px !important;
	transition: color 0.1s cubic-bezier(0.16,0.08,0.355,1), background 0.1s cubic-bezier(0.16,0.08,0.355,1);
	display: inline-block;
	cursor: pointer;
	min-width: 235px;
	outline: none;
	vertical-align: middle;
	text-align: center;
	position: relative;
	overflow: hidden;
	letter-spacing: 0.5px;
  }
  
  @media (min-width: 400px) {
   .btn-secondary-filled {
	  width: auto;
	}
  }
  
  @media (min-width: 800px) {
   .btn-secondary-filled {
	  font-size: 1.1rem;
	  padding: 1.6rem 2.8rem;
	}
  }
  .btn-secondary-filled:hover, .btn-secondary-filled:focus  {
	color: #ffffff;
	background-color: #E98818 !important;
	
  }
  
  /* Arrow */
  
  .btn-primary-filled .btn-arrow-filled {
	  position: relative;
	  transition: background-color 300ms ease-out;
	}
  
  .btn-arrow-filled span {
	  display: inline-block;
	  position: relative;
	  transition: all 300ms ease-out;
	  will-change: transform;
	  color: #ffffff !important;
	}
	.btn-arrow-filled:hover span {
	  transform: translate3d(-1.4rem,0,0);
	}
	.btn-arrow-filled img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  opacity: 0;
	  top: 50%;
	  transform: translateY(-50%);
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow-filled img * {
	  stroke: transparent solid 2px;
	}
	.btn-arrow-filled:hover img {
	  opacity: 1;
	  right: -2.4rem;
	}

 /* End Button */

/* RESPONSIVE ADJUSTMENTS 992 - MD */
@media screen and (max-width: 992px) {

	.cta-text {
		text-align: center;
	    width: 70%;	
		margin: 0 auto;
		margin-bottom: 50px;

	}



	h2 {
		font-size: 38px !important;
	}

	.cta-text-wrapper {
		max-width: 100%;
		margin: 0 auto;
	}


}
	/* END RESPONSIVE ADJUSTMENTS 992 - SM */


/* End Blue CTA*/



/* Hero Section - Homepage Hero Two Rows */

.hero-text h1 {
	font-size: 53px !important;

}

.hero-content {
	display: flex !important;
	align-items: center;
}


/* Hero Text */
.hero-section {
	background-color: #F6F9FF;
	padding: 30px;
}

.hero-text-wrapper {
	text-align: left;
	padding-right: 6% !important;

}

p.hero-subheading {
	font-size: 22px;
	line-height: 2.6rem;
}


/* Hero Image */

.hero-text span {
	color: #156CEF;
}

.hero-image img {
	max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

.hero-image-section {
	text-align: center;

}

.hero-image-section { 
	position: relative;
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}


  a  {
	text-decoration: none;
  }


/* Button with arrow */

/* Primary - Filled  */
.btn-primary-filled  {
	background-color: #156CEF;
	color: white !important;
	border: none;
	font-size: 17px !important;
	font-weight: 500;
	border-radius: 14px;
	margin-top: 30px;
	padding: 22px 30px 22px 30px !important;
	transition: color 0.1s cubic-bezier(0.16,0.08,0.355,1), background 0.1s cubic-bezier(0.16,0.08,0.355,1);
	display: inline-block;
	cursor: pointer;
	min-width: 250px;
	outline: none;
	vertical-align: middle;
	text-align: center;
	position: relative;
	overflow: hidden;
	letter-spacing: 0.5px;
  }
  
  @media (min-width: 400px) {
   .btn-primary-filled {
	  width: auto;
	}
  }
  
  @media (min-width: 800px) {
   .btn-primary-filled {
	  font-size: 1.1rem;
	  padding: 1.6rem 2.8rem;
	}
  }
  .btn-primary-filled:hover {
	color: #ffffff;
	background-color: #0F5ED2;
  }

.btn-primary-filled:focus {
	background-color: #156CEF;
}
  
  /* Arrow */
  
  .btn-primary-filled .btn-arrow-filled {
	  position: relative;
	  transition: background-color 300ms ease-out;
	}
  
  .btn-arrow-filled span {
	  display: inline-block;
	  position: relative;
	  transition: all 300ms ease-out;
	  will-change: transform;
	  color: #ffffff !important;
	}
	.btn-arrow-filled:hover span {
	  transform: translate3d(-1.4rem,0,0);
	}
	.btn-arrow-filled img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  opacity: 0;
	  top: 50%;
	  transform: translateY(-50%);
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow-filled img * {
	  stroke: transparent solid 2px;
	}
	.btn-arrow-filled:hover img {
	  opacity: 1;
	  right: -2.4rem;
	}


/* RESPONSIVE ADJUSTMENTS 1570 */

@media screen and (max-width: 1570px) {
	
	.container {
		padding-left: 50px;
		padding-right: 50px;
	}
	
  .row {
  padding-left: 12px !important;
}
  
	.hero-image img {
		margin-left: 0%;
	
	}

}

@media screen and (max-width: 1200px) {
  
    .row {
  padding-left: 0px !important;
}

	.hero-text {
		text-align: center;
		margin-bottom: 50px;
		max-width: 700px;
		margin: 0 auto;
		
	}

	.hero-text-wrapper {
		max-width: 80%;
		margin: 0 auto;
	}

.hero-text h1 {
		font-size: 54px !important;
	}

	.hero-image {
		margin-top: 50px;
	}

	.hero-image img {
		margin-left: 0% !important;

	}

}

/* RESPONSIVE ADJUSTMENTS 992 */
@media screen and (max-width: 992px) {

.hero-text 	h1 {
		font-size: 50px !important;
	}


	.hero-text-wrapper {
		max-width: 100%;
		margin: 0 auto;
	}

  
  .eut-icon-boxes .eut-icon-box .eut-icon {
  margin: 0 auto !important;
  margin-bottom: 24px !important;
} 
     
  

}
	/* END RESPONSIVE ADJUSTMENTS 992 */
	
	

 /* RESPONSIVE ADJUSTMENTS 767 */
   @media screen and (max-width: 767px) {

.hero-text h1 {
		font-size: 38px !important;
    line-height: 3rem !important;
	}
     p.hero-subheading {
			font-size: 20px;
      line-height: 2.2rem !important;
		} 
     .btn-primary-filled {
        margin-top: 17px !important; 
     }

.hero-image {
	overflow: visible;
}
     
     .cell_16801754564452-padding {
      padding-right: 0px !important;
     }
     
     .checkmark-box {
      text-align: left !important;
     }

} /* END RESPONSIVE ADJUSTMENTS 767 */


/* End Section - Homepage Hero Two Rows */


/* Mobile & Responsive Dropdowns - Padding & Font size */
/* Mobile & Responsive Dropdowns - Padding & Font size */

/* Box */
#eut-responsive-area .eut-responsive-menu .eut-submenu {
  padding: 30px 40px !important;
  border-radius: 20px !important;
}

/* Inner Links */
#eut-responsive-area .eut-menu a 

{
  font-size: 24px !important
}

/* Arrow */
#eut-responsive-area .eut-responsive-menu .eut-menu-arrow svg {
  width: 24px !important;
}

/* Button */
#eut-responsive-area .eut-header-btn.eut-btn.eut-btn-solid {
	padding: 30px 40px !important;
}

#eut-responsive-area .eut-header-elements .eut-bg-primary-3 {
	font-size: 20px !important;
}

#eut-responsive-area .eut-menu a {
  line-height: 2.4em;
}  

/* Inner Text */
#eut-responsive-area .eut-responsive-menu .eut-submenu a {
	 font-size: 20px !important;
	 line-height: 2em !important;
}


/* Custom Blog Style Updates - Latest */
/* Custom Blog Style Updates - Latest */
/* Custom Blog Style Updates - Latest */


/* Background */

body {
  background-color: rgba(246, 249, 255, 1) !important;
}

.eut-header:not(.eut-header-skin-dark):not(.eut-header-skin-light) {
  background-color: rgba(246, 249, 255, 1) !important;
}

/* Containers */
.eut-single-post-content {
  max-width: 860px !important;;
  padding-left: 60px !important;
  padding-right: 60px !important;
  background-color: #ffffff;
  box-shadow: rgba(50, 50, 93, 0.10) 0px 50px 100px -20px, rgba(0, 0, 0, 0.1) 0px 30px 60px -30px;
  margin-bottom: 100px !important;
  border-radius: 20px !important;
}

/* Top Image */
.eut-post-feature-image,  {
  border-radius: 20px !important;
}

/* Content Image */
.eut-post-body p img {
  border-radius: 20px !important;
}

/* Typography */

.eut-body-text, body, p, .eut-post-body p {
  font-size: 20px !important;
  font-weight: 400 !important;
}

strong {
   font-weight: 600 !important;
   color: #191957 !important;
}

p > span {
  font-weight: 400;
}

/* Author */
#main-content .eut-post-author a {
  color: #156CEF !important;
  text-decoration: none;
  transition: opacity .3s ease;
  font-weight: 500 !important;
}

/* Author */
.eut-post-author, .eut-post-meta, .eut-post-date {
  color: #587192 !important;
}

.eut-post-date {
  font-size: 16px !important;
  font-weight: 500 !important;
}


/* Blockquote */
blockquote {
    background-color: rgba(246, 249, 255, 1) !important;
    padding: 30px !important;
    border-left-color: #156CEF !important;
    border-radius: 10px !important;
    border-left: 4px solid
  
}

blockquote .eut-post-body p {
      font-style: italic !important;
}


/* Article Links */
.eut-post-body a:not(.eut-btn):not(.eut-social) {
  color: #156CEF !important;
}

.eut-post-body a:not(.eut-btn):not(.eut-social):hover {
  color: #0040CB !important;
}



/* Lists / Bullets */
ul > li, ol > li  {
     font-size: 20px !important;
     color: #191957 !important;
}


/* Quicknav Table of Contents Widget for Single Posts */

.pac-email-signup {
  position: absolute;
  left: -46% !important;
  padding-bottom: 610px !important;
}  


#table-of-contents a {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    color: #727299 !important;
    border-left: 2px solid #D8DFE8 !important;
    transition: all .2s ease;
}

#table-of-contents a:hover {
    text-decoration: none;
    color: #495E79 !important;
    font-weight: 500 !important;
}

#table-of-contents a.active {
  font-weight: 500 !important;
  color: #156CEF !important;
  border-left-color: #156CEF !important;
  border-left: 2px solid #156CEF !important;
  text-decoration: none;
}


/* Top White Overflow Box */
.eut-post-title-wrapper.eut-post-title-overlapping {
  border-radius: 20px !important;
  max-width: 860px !important;
  padding: 60px 60px 40px 60px !important;
  box-shadow: 0px -50px 100px -50px rgba(50,50,93,.5),0 30px 60px -30px rgba(0,0,0,0) !important;
}


.eut-blog-grid .eut-post-item .eut-featured-image {
  border-radius: 20px !important;
}

.eut-related-posts {
  padding-top: 0px !important;
}

/* Sidebar */

.pac-email-signup h5 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #191957;
  line-height: 30px;
}

.pac-email-signup h5:nth-of-type(2) {
  font-size: 22px !important;
  margin-top: 40px;
}


/* Form */


form label {
  font-size: 16px  !important;
  font-weight: 500 !important;
  color: #191957 !important;
}


form input[type="email"], form input[type="file"], form input[type="number"], form input[type="password"], form input[type="tel"], form input[type="text"], form select, form textarea {
  border-color: #d1d6dc !important;
  border-radius: 10px !important;
  padding: 16px !important;
}

.hs-error-msg, .hs-error-msgs, .hs-main-font-element {
  color: #EF6B51 !important;
  margin-top: 0.35rem;
  font-size: 15px !important;
}

form .hs-button, form input[type="submit"] {
  background-color: #023151 !important;
  border: 1px solid #023151 !impotant;
  border-radius: 10px !important;
  color: #fff !impotant;
  padding: 18px 53px !important;
  margin-top: 16px !important;
  font-size: 16px !important;
}

/* Tags */
#main-content .eut-post-tag-link {
  color: #ffffff !important;
  background-color: #191957 !important;
  padding: 10px 20px !important;
  font-size: 15px !important;
}

.eut-post-bottom-area .eut-label {
  color: #191957 !important;
  font-size: 18px !important;
}

/* Responsive */
/* Responsive */
/* Responsive */



/* Responsive 992 */
@media only screen and (max-width: 992px) {
  
.eut-post-title-wrapper.eut-post-title-overlapping {
  padding: 60px 0px 0px 0px !important;
  box-shadow: 0 -0px 0px 0px rgba(50,50,93,.0),0 30px 60px -30px transparent !important;
  }
  
} /* End 992 */


/* Responsive 767 */
@media only screen and (max-width: 767px) {
  
.eut-single-post-content {
 padding-left: 36px !important;
 padding-right: 36px !important
  }
  
  h1 {
    font-size: 34px !important;
    line-height: 40px !important;
  } 
  
  h2 {
     font-size: 29px !important;
  }
  
  h3 {
     font-size: 22px !important;
  }  
  
  
  h4 {
     font-size: 20px !important;
  }    
  
  .pac-email-signup {
    padding-bottom: 0px !important;
  }
  
 .eut-post-title-wrapper.eut-post-title-overlapping {
  padding-top: 40px !important; 
  
 }  /* End 767 */