.hs_cos_wrapper ul li {
    margin-bottom: 5px !important;
}
.blog-post-wrapper .narrow-blog-render-container .post-body a {
    color: #6e0fea !important;
}
.blog-post-wrapper .narrow-blog-render-container img{
margin-top:30px !important;
}
.blog-post-wrapper .narrow-blog-render-container h1{
font-weight:600 !important;
}
.blog-post-wrapper .narrow-blog-render-container h2{
font-weight:600 !important;
}
.blog-post-wrapper .narrow-blog-render-container h3{
font-weight:600 !important;
}
.blog-post-wrapper .narrow-blog-render-container h4{
font-weight:600 !important;
}
.small-purple-banner {
  max-width: 100%;
  margin: 0 auto;
}
.hs_cos_wrapper ul li {
    margin-bottom: 3px;
}
.small-purple-banner .container {
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.small-purple-banner .col {
  max-width: 75%;
  padding: 50px;
}

.small-purple-banner form  {
  position: relative;
  width: 100%;
}

.small-purple-banner form input[type="submit"]:not(.submitter) {
  position: absolute;
  top: 5px;
  right: -195px;
  background-color: #FF6CCF;
  border: 0;
  font-size: 18px !important;
  line-height: 22px;
  max-width: 200px;
  height: 45px;
  padding: 0;
}

.small-purple-banner form input[type="submit"]:hover {
  background-color: #d83ea6 !important;
  border: 0;
}

.small-purple-banner form p {
  color: white;
}

.small-purple-banner .col a {
  width: fit-content;
}

.small-purple-banner .text-col {
  text-align: center;
}

.small-purple-banner .text-col p {
  text-align: left;
}

.small-purple-banner .text-col h2,
.small-purple-banner .text-col h3 {
  font-size: 38px !important;
  line-height: 42px;
  font-weight: bold;
  text-align: left;
}

.small-purple-banner .text-col h4 {
  margin: 0;
  font-size: 23px;
  line-height: 32px;
  font-weight: 700;
  text-align: left;
}

.small-purple-banner .text-col h4 span {
  color: #6E0FEA;
}

.small-purple-banner .cta_button {
  display: block;
  text-align: center;
}

@media (max-width: 1024px) { 
  .small-purple-banner .col {
  width: 100%;
}
.small-purple-banner .text-col {
  padding-right: 0;
}
  
.small-purple-banner .container {
 flex-wrap: wrap;
}
  
.small-purple-banner .col {
  padding: 20px;
}

.small-purple-banner .text-col {
  padding: 20px 20px 0 20px;
}
}

@media (min-width: 1600px) {
.small-purple-banner .text-col h4 {
  font-size: 32px;
  line-height: 44px;
}
}
@media (max-width: 1600px) {
   .small-purple-banner .container {
      flex-wrap: wrap;
      max-width: 100%;
      margin: 10px auto;
     width: 100%!important;
    }
}

@media (max-width: 1024px) {
   .small-purple-banner .container {
      flex-wrap: wrap;
      max-width: 100%;
      margin: 10px auto;
     width: 100%!important;
    }
}
@media (max-width: 1024px) { 
  
  .small-purple-banner form  {
    position: relative;
    width: 100%;
  }
  .hs_cos_wrapper ul li {
    margin-bottom: 3px !important;
}
  .small-purple-banner form input[type="submit"] {
    position: relative;
    top: 0;
    right: 0;
    background-color: #FF6CCF;
    border: 0;
    font-size: 16px !important;
    line-height: 20px;
    max-width: 100%;
    height: 45px;
    padding: 0;
  }
 
  .small-purple-banner .container {
    width: 100% !important;
    max-width: 100% !important;
    background-image: none !important;
    margin: 0;
  }
  
  .small-purple-banner .col {
    padding: 20px;
    max-width: 100%;
  }
}

/* custom form css */
{% if module.use_custom_form %}
	.autojoin-domain-modal{
	position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(57, 38, 100, 0.8);
  z-index: 1000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.modal-inner-container {
 	display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  padding: 16px;		
}
.autojoin-domain-modal-hidden {
		display:none;
}
	.modal-close-button {
	border: none;
  background-color: transparent;
  background-image: url('//experience.forecast.it/hubfs/Sliding%20Madness/close.svg');
  align-self: flex-end;
  width: 16px;
  height: 16px;
  background-size: 16px;
  cursor: pointer;
}
.modal-header {
 	font-family: "Poppins";
  font-size: 24px;
  color: #392664;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 1.3px;
}
.modal-description {
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.8px;
  color: #474747;
	margin-bottom: 25px;
}

.autojoin-button {
    color: white;
    border: none;
    border-radius: 8px;
    background-color: #ff7d75;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 20px;
    text-align: center;
    width: 130px;
    cursor: pointer;
}

.modal-accept-button {
	background-color: #05e298;
}

.new-signupform-wrapper {
	text-align:center;
margin-left:auto;
margin-right:auto;
display: flex;
width:100%;
}

.new-signupform {
	display: flex;
  flex-direction: row !important;
}

.new-signupform .inputter {
	height:48px;
	width:90%;
	border:1px solid #e6e6e6;
	border-right:0;
	padding:0 9px;
	margin:auto;
	outline:none;
	border-radius:4px 0 0 4px;
	flex:4;
} 

.new-signupform .inputter:focus {
  border-top:solid 1px #a1a1a1 !important;
	border-bottom:solid 1px #a1a1a1 !important;
	border-left:solid 1px #a1a1a1 !important;
}

.new-signupform .submitter {
	height:50px;
  border: 0 !important;
  font-size: 16px !important;
  line-height: 20px;
	width: 90%;
	padding: 0 9px;
	margin:auto;
	outline:none;
	color:#fff;
	font-weight:bold;
	border-radius: 5px;
	background-color: #FF6CCF;
	transition: all ease .2s;
	flex:1;
	cursor:pointer;
} 

.new-signupform .submitter:hover {
	background-color: #d83ea6 !important;
}

@media only screen and (max-width: 650px) {
	.new-signupform-wrapper {
		display:flex;
		flex-direction: column !important;
	}
	.new-signupform {
		flex-direction: column !important;
    flex-wrap: wrap;
	}
  .hs_cos_wrapper ul li {
    margin-bottom: 3px !important;
}
  
	.new-signupform .inputter {
		border-bottom:none;
		border-right:solid 1px #e6e6e6 !important;
    border-radius: 4px !important;
		flex:none;
	}
	.new-signupform .inputter:focus {
	  border-top:solid 1px #a1a1a1 !important;
	  border-right:solid 1px #a1a1a1 !important;
		border-bottom:none;	
	  border-left:solid 1px #a1a1a1 !important;	
	}
	
	.new-signupform .submitter {
margin-top: 15px!important;
    border-radius: 4px !important;
		flex: none;
		width: 100%;
	}