:root {
	--menu-item-color: #0D1322;
	--menu-item-hover-color: #0D1322;
	--primary-cta-color: #F9CB3A;
	--primary-cta-hover-color: #ffe183;
	--secondary-cta-color: #46B2BE;
	--secondary-cta-hover-color: #63cdd9;
	--main-bg: #fff;
	--secondary-bg: #F8F7F5;
	--light-blue-bg: #ECFBFD;
	--p-color: #0D1322;
	--color-dark: #0D1322;
	--color-light: #fff;
}  

body * {
	font-family: 'Nunito Sans', sans-serif;
}
img[src="https://sp.analytics.yahoo.com/spp.pl?a=10000&.yp=10195652&ec=rbedgelp"],
img#wpstats {
    display: none!important;
}
.page, .post {
    margin: 0 0!important;
}
.content-2 {
	display: none;
}
.fw {
	float: left;
	width: 100%;
}

.sticky-top{
	position: sticky;
	top: 2em;
}

.d-flex {
	display: flex;
}

.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}

.center{
	display: flex;
	justify-content: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	color: var(--color-dark);
	clear: both;
	margin: 0;
	max-width: 750px;
}
p{
	max-width: 750px;
}

h2 {
  font-size: 40px;
	line-height: 50px;
	max-width: 750px;
}


.inner-hero__h1 {
	margin: 13px 0 15px;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: -0.8px;
}

.inner-content h2 {
	font-size: 36px;
	line-height: 44px;
	letter-spacing: -0.36px;
	padding-top: 20px;
	margin-bottom: 25px;
}
h3 {
	font-size: 28px;
}

.inner-content h3 {
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: -0.24px;
}
.inner-content ul li h3 {
	margin-bottom: 8px;
}
h4 {
  font-size: 24px;
}


.inner-content h4 {
	margin-bottom: 15px;	
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 12px;
}

p, li {
	font-size: 16px;
	line-height: 28px;
	margin: 0;
}

.inner-content p {
	margin-bottom: 30px;
}
a {
	color: var(--secondary-cta-color);
	transition: all .3s ease-in-out;
}
a:hover {
	color: var(--secondary-cta-hover-color);
}
.t-center {
	margin: auto;
  text-align: center;
}

.container-full {
	width: 88%;
	margin: 0 auto;
}


.btn {
	display: inline-block;
	cursor: pointer;
	padding: 12px 24px;
}

.cta-top {
  display: block;
  font-size: 0.8em;   /* smaller top line */
  font-weight: 400;
	margin-bottom: 0;
	text-wrap: nowrap;
}

.cta-main {
  font-size: 1.2em;   /* larger bottom line */
  font-weight: 700;
}


.btn--primary-cta br, .btn--secondary-cta br{
  display: none;
}

.btns-wrapper{
	display: flex;
	gap: 1rem;
	justify-content: center;
	width: 100%;
}

.img-cover {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.section{
	padding: 127px 0 115px;
}

@media screen and (max-width: 1600px) {
	h2 {
		font-size: 33px;
		line-height: 44px;
	}
	
	.section{
		padding: 96px 0 105px;
	}
}

@media screen and (max-width:991px) { 
	.inner-content h2 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	.inner-content h3 {
		font-size: 22px;
		line-height: 33px;
	}
	.sticky-top{
		position: static;
	}
	
	.btn{
		align-self: start;
	}
	
	h3 {
		font-size: 22px;
		line-height: 28px;
	}
	
	h4 {
		font-size: 19px;
		line-height: 28px;
	}
}

@media screen and (max-width: 600px) {
		.inner-hero__h1 {
		font-size: 28px;
		line-height: 40px;
		text-align: center;
	}
	h2,
	.inner-content h2 {
		font-size: 26px;
		line-height: 34px;
	}
	
	.inner-content h3 {
		font-size: 22px;
		line-height: 32px;
	}
	
	.section{
		padding: 76px 0 91px;
	}
	
	
	.btns-wrapper{
		flex-direction: column;
		align-content: center;
		align-items: center;
	}
	
	.btn{
		align-self: center;
	}

}