.flexible-content.contained{
	margin-left: auto;
	margin-right: auto;
	max-width: 915px;
	width: 100%;
}
.flexible-content.contained.expand{
	max-width: 940px;
}
.flexible-content ul,
.flexible-content ol{
	margin-top: 25px;
	margin-bottom: 25px;
	padding-left: 50px;
}
.flexible-content ul:last-of-type,
.flexible-content ol:last-of-type{
	margin-bottom: 0;
}
.flexible-content ul li, 
.flexible-content ol li{
	color: #707070;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 10px;
	padding: 0;
}
.flexible-content ul li:last-child, 
.flexible-content ol li:last-child{
	margin-bottom: 0;
}
.flexible-content ul.box-styled,
.flexible-content ol.box-styled{
	background-color: #EDEDED;
	border-radius: 30px;
	padding: 30px 20px;
}
.flexible-content ul.box-styled li,
.flexible-content ol.box-styled li{
	display: block;
	list-style-type: none;
	font-size: 17px;
}
.flexible-content small{
	font-size: 14px;
}
.flexible-content p{
	color: #707070;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 25px;
	padding: 0;
}
.flexible-content p:last-of-type{
	margin-bottom: 0;
}
.flexible-content p strong,
.flexible-content p b{
	font-weight: 700;
}
.flexible-content a:not(.flexible-link){
	color: #707070;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}
.flexible-content a:not(.flexible-link):hover{
	opacity: 0.5;
}
.flexible-content h1{
	font-size: 33px;
}
.flexible-content h2,
.flexible-content h2.lg{
	font-size: 33px;
}
.flexible-content h3{
	font-size: 28px;
}
.flexible-content h4{
	font-size: 22px;
}
.flexible-content h5{
	font-size: 18px;
}
.flexible-content h6{
	font-size: 16px;
}
.flexible-content h1,
.flexible-content h2.lg{
	color: #683E98;
	font-family: 'atten-round-new', sans-serif;
	font-weight: 300;
	line-height: 1.1;
	margin-bottom: 10px;
	word-break: break-word;
}
.flexible-content h2,
.flexible-content h3,
.flexible-content h4,
.flexible-content h5,
.flexible-content h6{
	color: #683E98;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 19px;
	line-height: 1.4;
	margin-bottom: 3px;
	word-break: break-word;
}
.flexible-content h1 strong,
.flexible-content h2 strong,
.flexible-content h3 strong,
.flexible-content h4 strong,
.flexible-content h5 strong,
.flexible-content h6 strong,
.flexible-content h1 b,
.flexible-content h2 b,
.flexible-content h3 b,
.flexible-content h4 b,
.flexible-content h5 b,
.flexible-content h6 b{
	font-weight: 700;
}
.flexible-img{
	height: auto;
	width: 100%;
}
.flexible-links .link-wrapper{
	display: inline-block;
	margin-right: 15px;
	max-width: 250px;
	width: 100%;
}
.flexible-links .link-wrapper:last-child{
	margin-right: 0;
}
.flexible-links .flexible-link{
	align-items: center;
	background-color: #683E98;
	border: 3px solid #683E98;
	border-radius: 50px;
	display: flex;
	color: #ffffff;
	font-family: 'atten-round-new', sans-serif;
	font-size: 20px;
	font-weight: 700;
	flex: 0 0 100%;
	min-height: 33px;
	max-width: 100%;
	padding: 5px 10px;
	justify-content: center;
}
.flexible-links .flexible-link:hover{
	background-color: transparent;
	color: #683E98;
}
.flexible-links .flexible-link.green{
	background-color: #449D35;
	border-color: #449D35;
}
.flexible-links .flexible-link.green:hover{
	background-color: transparent;
	color: #449D35;
}
.flexible-links .flexible-link.orange{
	background-color: #f6941e;
	border-color: #f6941e;
}
.flexible-links .flexible-link.orange:hover{
	background-color: transparent;
	color: #f6941e;
}
.flexible-links .flexible-link.white{
	background-color: #ffffff;
	border-color: #ffffff;
	color: #683E98;
}
.flexible-links .flexible-link.white:hover{
	background-color: transparent;
	color: #ffffff;
}
.equal-height{
	height: 100%;
}
.equal-height .flexible-links{
	align-self: end;
}
.flexible-wrapper{
	position: relative;
	z-index: 2;
}
.flexible-section{
	padding: 30px 0;
}
.flexible-banner{
	position: relative;
}
.flexible-background{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.flexible-background.responsive{
	background-position: bottom center;
}
.flexible-image{
	position: relative;
}
.banner-content{
	padding: 30px 0;
}
.banner-content h1{
	margin-bottom: 10px;
}
.banner-content h2,
.banner-content h3,
.banner-content h4,
.banner-content h5,
.banner-content h6{
	margin-bottom: 0;
}
.flexible-banner .flexible-content,
.flexible-banner .flexible-links{
	flex: 0 0 100%;
	max-width: 100%;
}
.flexible-two-column-image,
.flexible-three-column-image{
	position: relative;
	padding-bottom: 0;
}
.flexible-two-column-image .column-container,
.flexible-three-column-image .column-container,
.flexible-two-column-background-color .column-container,
.flexible-three-column-default .column-container,
.flexible-two-column-background-image .column-container{
	position: relative;
	z-index: 1;
}
.flexible-two-column-background-color,
.flexible-three-column-default,
.flexible-two-column-background-image{
	position: relative;
}
.flexible-two-column-background-color.hasBackground{
	padding-bottom: 0;
	padding-top: 0;
}
.flexible-two-column-background-color .background-color{
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.flexible-three-column-default .three-column-content{
	margin-bottom: 30px;
}
.flexible-three-column-default .flexible-links{
	margin-top: 30px;
}
.flexible-about-us .about-wrapper{
	align-self: end;
	padding-top: 30px;
}
.flexible-about-us .images{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.flexible-about-us .images .image{
	flex: 1;
	height: max-content;
	max-width: 100%;
	position: relative;
}
.flexible-about-us .image img{
	height: auto;
	width: 100%;
}
.flexible-about-us .description *{
	color: #ffffff;
}
.flexible-about-us .description h1,
.flexible-about-us .description h2,
.flexible-about-us .description h3,
.flexible-about-us .description h4,
.flexible-about-us .description h5,
.flexible-about-us .description h6{
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 0;
}
.flexible-about-us .description p{
	font-size: 19px;
	padding: 0;
}
.flexible-about-us .description p:last-of-type{
	margin-bottom: 0;
}
.flexible-about-us .images .description{
	bottom: 0;
	left: 0;
	position: absolute;
	padding: 20px;
	right: 0;
	width: 100%;
	z-index: 1;
}
@media (min-width: 768px){
	.flexible-content h1{
		font-size: 40px;
	}
	.flexible-content h2,
	.flexible-content h2.lg{
		font-size: 40px;
	}
	.flexible-content h2, 
	.flexible-content h3, 
	.flexible-content h4, 
	.flexible-content h5, 
	.flexible-content h6{
		font-size: 19px;
	}
}
@media (min-width: 992px){
	.flexible-section{
		padding: 55px 0;
	}
	.banner-content{
		align-content: flex-end;
		display: flex;
		flex-wrap: wrap;
		min-height: 440px;
		padding: 55px 0;
	}
	.banner-content.contained{
		max-width: 800px;
		width: 100%;
	}
	.banner-content.contained.sm{
		max-width: 655px;
	}
	.banner-content.contained.sm.expand{
		max-width: 700px;
	}
	.flexible-two-column-image,
	.flexible-three-column-image{
		padding-bottom: 55px;
	}
	.flexible-two-column-image .flexible-image{
		bottom: 0;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		width: 33.33333333%;
	}
	.flexible-three-column-image .flexible-image{
		bottom: 0;
		height: 50%;
		position: absolute;
		right: 0;
		width: 29%;
	}
	.flexible-two-column-background-color.hasBackground{
		padding-bottom: 55px;
		padding-top: 55px;
	}
	.flexible-two-column-background-color.contained .column-container{
		max-width: 490px;
		width: 100%;
	}
	.flexible-three-column-default .three-column-content{
		margin-bottom: 40px;
	}
	.flexible-three-column-default .flexible-links{
		margin-top: 90px;
	}
	.flexible-about-us .about-wrapper{
		padding-top: 40px;
	}
	.flexible-about-us .images{
		margin-left: 0;
		margin-right: 0;
		margin-top: -55px;
	}
}
@media (min-width: 1200px){
	.flexible-three-column-image .flexible-image{
		width: 33.33333333%;
	}
}
@media (min-width: 1366px){
	.flexible-three-column-image .flexible-image{
		width: 34.33333333%;
	}
}