.page-template-template-homepage .site-main {
    margin-bottom: 0;
	padding-top: 0;
}

.text-center{
	text-align: center;
}

.title{
	font-size: 36px;
	margin-bottom: 1rem;
	line-height: 1.5;
}

@media(min-width: 960px){
	.title{
		font-size: 56px;
		margin-bottom: 1rem;
		line-height: 1.75;
	}
}

.page-template-template-homepage div#content {
	max-width: 100%;
    padding: 0;
    width: 100%;
}

.flex-section__container{
	padding: 5em 0;
}

.flex-section__container{
	max-width: 1320px;
    width: 95%;
	margin: auto;
}

#home-hero {
    background: url(../sms/images/hero-dots-bg.svg) no-repeat center top / cover;
}

.hero__intro {
    width: 100%;
    display: flex;
    gap: 2em;
    flex-flow: row wrap;
}

.hero__intro-box {
    flex: 1 1 30em;
}

.hero__intro-box h1 {
    font-size: 48px;
    line-height: 1.25;
    color: #362E25 !important;
}


@media(min-width: 1350px){
	.hero__intro-box h1 {
		font-size: 68px;
	}
}

.hero__sub-content {
    font-size: 24px;
    max-width: 830px;
    margin: auto;
    padding: 2em 0;
}

.hero__features {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    gap: 1em;
}

.hero__feature {
    box-shadow: 0 3px 6px hsl(0deg 0% 0% / 8%);
    background: #fff;
    padding: 0.75em 1.75em;
    border-radius: 50px;
    border: 1px solid #E8E6E4;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 1em;
}

@media(min-width: 960px){
	.hero__feature {
		font-size: 30px;
	}
}

.text-with-image {
    background: #FCF8F2;
	position: relative;
	overflow: hidden;
}

.text-with-image:before {
    content: "";
    height: 50px;
    background: #FAF2E7;
    top: 0;
    width: 100%;
    position: absolute;
}

.twi__row {
    display: flex;
    flex-flow: row wrap;
    gap: 4em;
	margin-bottom: 5em;
}

.twi__row:nth-of-type(even) {
    flex-flow: row-reverse wrap;
}

.twi__row-box {
    flex: 1 1 30em;
}

.box-img{
	text-align: center;
}

.box-img img {
    border-radius: 5px;
}

div#twi-row-2 {
    position: relative;
}

div#twi-row-2:after {
    content: " ";
    display: block;
    height: 200px;
    width: 200px;
    background: #e75c23;
    position: absolute;
    top: -40px;
    right: -60px;
    z-index: 0;
    border-radius: 50%;
}

div#twi-row-2 .box-img{
    z-index: 1;
}

.text-with-image h3{
    font-size: 24px;
	margin-bottom: 1em;
}

.text-with-image p{
    font-size: 18px;
}

.text-with-image ul,
.text-with-image ol{
    margin-left: 60px;
    font-size: 18px;
    color: #EE6926;
}

.sm-cta {
	background: #EE6926;
	font-size: 36px;
}

.sm-cta__container {
    background: url(../sms/images/circle.svg) no-repeat center / cover;
    max-width: 830px;
    margin: auto;
    position: relative;
    padding: 37px;
}

.sm-cta img{
    position: absolute;
    bottom: 0;
	display: none;
}

.sm-cta a {
    color: #fff;
    position: relative;
    width: 100%;
    text-align: right;
    display: inline-block;
	font-size: 24px;
	right: 100px;
}

.sm-cta a:after {
    content: "";
    background: url(../sms/images/arrow.svg) no-repeat center top / cover;
    height: 20px;
    width: 20px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 20px;
}

@media(min-width: 640px){
	.sm-cta a {
		font-size: 36px;
	}
	
	.sm-cta a:after {
		height: 60px;
		width: 60px;
	}
	
	.sm-cta img{
		display: block;
	}
}

#videos {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
	gap: 1.5em;
	margin: 2em auto;
}

.video-repeater .sub-content{
	font-size: 24px;
	margin: auto;
	max-width: 850px;
	width: 90%;
}

.video img {
    object-fit: cover;
	border-radius: 5px;
}

.video-thumb{
    width: 306px;
    height: 172px;
}

.video span {
    display: block;
	font-size: 24px;
	font-weight: 500;
}

.video {
    text-align: center;
}

.video-thumnail {
    position: relative;
	cursor: pointer;
	margin-bottom: 1em;
}

.video-thumnail svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-lightbox {
    display: none;
    position: fixed;
    z-index: 999999;
    justify-content: center;
    align-items: center;
    padding: 0.5em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: 800px;
}

.video-lightbox.lightbox-active {
    display: flex;
}

.video-lightbox iframe {
    width: 100%;
    box-shadow: 0 0 20px hsl(0deg 0% 7%);
    padding: 0.25em;
    background: #fff;
    border-radius: 10px;
}

.close-lightbox {
    position: absolute;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    bottom: -50px;
    padding: 0.25rem 1rem;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: 1px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
}


.close-lightbox:hover, 
.close-lightbox:focus {
    background: #6db0a1;
    color: #fff;
}


.video-overlay-bkg{
    visibility: hidden;
    opacity: 0;
    background: hsl(0deg 0% 0% / 0%);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999998;
    top: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.video-overlay-bkg.lightbox-active{
    visibility: visible;
    opacity: 1;
    cursor: pointer;
    background: hsl(0deg 0% 0% / 70%);
}

body.lightbox-active{
    overflow: hidden;
}

.lg-cta {
    background: url(../sms/images/lg-cta-dots-bg.svg) no-repeat center top / cover #91C4EE;
	padding: 90px 0;
}

.lg-cta__container {
    max-width: 750px;
    width: 90%;
    margin: auto;
    padding: 45px 60px;
	box-shadow: 0 0 20px hsl(0deg 0% 7%);
	border-radius: 10px;
	background: #fff;
}

.lg-cta__container p{
    font-size: 24px;
}

.lg-cta__container a{
	margin: 20px;
}



