/* MANTLE */
.homepage--mantle-wrap {padding: 0 18px 18px 18px;}
	@media (min-width: 768px) {.homepage--mantle-wrap {padding: 0 30px 30px 30px;}}

.homepage--mantle {
	background-color: var(--darkblue);
	border-radius: var(--border-radius);
	color: white;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 50px 20px;
}
	@media (min-width: 500px)  {.homepage--mantle {padding: 50px 150px 50px 20px;}}
	@media (min-width: 550px)  {.homepage--mantle {padding: 50px 240px 50px 20px;}}
	@media (min-width: 600px)  {.homepage--mantle {padding: 50px 230px 50px 20px;}}
	@media (min-width: 650px)  {.homepage--mantle {padding: 50px 280px 50px 20px;}}
	@media (min-width: 700px)  {.homepage--mantle {padding: 50px 300px 50px 20px;}}
	@media (min-width: 768px)  {.homepage--mantle {padding: 140px 50px;}}
	@media (min-width: 1440px) {.homepage--mantle {padding: 200px 50px;}}

.homepage--mantle h1 {
	font-size: 35px;
	max-width: 700px;
	line-height: 1;
	margin-bottom: 15px;
}
	@media (min-width: 768px) {.homepage--mantle h1 {font-size: 75px;}}

.homepage--mantle h4 {
	font-size: 20px;
	max-width: 625px;
	margin-bottom: 15px;
}
	@media (min-width: 768px) {.homepage--mantle h4 {font-size: 25px;}}


.btn-mantle-families,
.btn-mantle-communities,
.btn-mantle-attorneys {
	background-color: white;
	border-color: white;
	padding: 7px 15px 8px;
	font-size: 21px;
	border: none;
	display: block;
	margin: 10px 0;
}
	@media (min-width: 500px) {
		.btn-mantle-families,
		.btn-mantle-communities,
		.btn-mantle-attorneys {width: 200px;}	
	}
	@media (min-width: 768px) {
		.btn-mantle-families,
		.btn-mantle-communities,
		.btn-mantle-attorneys {
			display: inline-block;
			width: auto;
		}	
	}

.btn-mantle-families {}

.btn-mantle-communities {color: var(--green);}
.btn-mantle-communities:hover {background-color: var(--green);}

.btn-mantle-attorneys {color: var(--red);}
.btn-mantle-attorneys:hover {background-color: var(--red);}
/* MANTLE */


/* NEWSLETTER SIGNUP */
.homepage--newsletter-signup {
	background-color: var(--lightblue);
	padding: 40px 0 50px;
	margin-bottom: 100px;
}

.homepage--newsletter-signup .container {}
	@media (min-width: 499px) {.homepage--newsletter-signup .container {padding: 0 40px 0 30px;}}

.homepage--newsletter-signup p {margin-bottom: 15px;}

	/* FORMIE */
	.fui-row,
	.fui-field {
		margin: 0 !important;
		padding: 0 !important;
	}

	.fui-row {}
		@media (min-width: 500px) {
			.footer--newsletter .fui-row {
				width: 31% !important;
				float: left;
				margin: 0 2% 0 0 !important;
				padding: 0 !important;
			}
		}

	.fui-row .fui-row {width: 100% !important;}

	.fui-form-container {margin-right: -3% !important;}

	.fui-btn-container {
		padding-top: 0 !important;
		float: left;
		width: 100%;
		margin-top: -30px;
	}

	.fui-alert-success {
	    background-color: var(--green) !important;
	    color: white !important;
	    margin-top: -30px;
	    width: 100% !important;
	    float: left !important;
	}

	.fui-alert {margin-top: -10px;}
	/* FORMIE */

/* NEWSLETTER SIGNUP */


/* TICKER ALERT */
.ticker-alert {
	position: relative;
	border: 2px solid var(--darkblue);
	border-radius: var(--border-radius);
	margin-bottom: 30px;
	height: 70px;
}

.ticker-alert-left {
	position: absolute;
	width: 300px;
	height: 66px;
	border-right: 2px solid var(--darkblue);
	top: 0;
	padding: 14px 0 0 25px;
}

.ticker-alert-left svg {
	float: left;
	margin-top: 4px;
}

.ticker-alert-left p {
	float: left;
	margin-left: 14px;
	margin-top: 1px;
	font-size: 22px;
	font-family: "HurmeGeometricSans3-Bold";
}

.ticker-alert-right {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 300px);
}

#webTicker li {
	margin-top: 12px;
}

#webTicker li p {
	margin-top: 4px;
	font-size: 20px;
   font-family: "HurmeGeometricSans3-Regular";
}
/* TICKER ALERT */


/* AUDIENCE BLOCKS */
.homepage-audience-block {
	position: relative;
	padding: 25px;
	margin-bottom: 50px;
}
	@media (min-width: 500px) {
		.homepage-audience-block {
			padding: 35px;
			margin-bottom: 80px;
		}
	}
	@media (min-width: 768px) {
		.homepage-audience-block {
			padding: 50px;
			margin-bottom: 100px;
		}
	}
	@media (min-width: 1024px) {
		.homepage-audience-block {
			padding: 60px;
			margin-bottom: 120px;
		}
	}


.homepage-audience-header {
	position: relative;
	font-size: 30px;
	letter-spacing: .085rem;
	line-height: 1.1;
	margin-bottom: 20px;
}
	@media (min-width: 1024px) {
		.homepage-audience-header {
			position: absolute;
			top: 60px;
			left: 60px;
			margin-bottom: 0;
		}
	}

.homepage-audience-block-copy {
	padding: 15px 0 30px;
	color: white;
}
	@media (min-width: 1024px) {
		.homepage-audience-block-copy {
			max-width: 500px;
			padding: 90px 0 120px;
			color: white;
		}
	}

.homepage-audience-block-copy h3 {margin-bottom: 10px;}
	@media (min-width: 1024px) {.homepage-audience-block-copy h3 {margin-bottom: 0;}}

.homepage-audience-block-image {
	position: relative;
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	top: 0px;
	background-color: var(--darkblue);
	border-radius: var(--border-radius);
	aspect-ratio: 16 / 9;
}
	@media (min-width: 1024px) {
		.homepage-audience-block-image {
			position: absolute;
			background-position: center;
			background-size: cover;
			background-repeat: no-repeat;
			width: 50%;
			height: calc(100% - 120px);
			top: 60px;
			background-color: var(--darkblue);
			border-radius: 15px 0 0 15px;
		}
	}
	@media (min-width: 1460px) {.homepage-audience-block-image {border-radius: 15px;}}

.homepage-audience-block .btn {position: relative;}
	@media (min-width: 1024px) {
		.homepage-audience-block .btn {
			position: absolute;
			bottom: 60px;
		}
	}
/* AUDIENCE BLOCKS */


/* FOR FAMILIES */
.homepage--forfamilies {
	background-color: var(--darkblue);
	border-radius: var(--border-radius);
}

.homepage--forfamilies .homepage-audience-header {color: var(--lightblue);}
.homepage--forfamilies .homepage-audience-block-image {left: 0;}
	@media (min-width: 1024px) {.homepage--forfamilies .homepage-audience-block-image {left: 55%;}}

.greensquare {
	position: absolute;
	right: 30px;
	top: 35px;
	z-index: 1;
}

.yellowcircle {
	position: absolute;
	right: calc(45% - 110px);
	bottom: 30px;
	z-index: 1;
}
	@media (max-width: 1023px) {.greensquare, .yellowcircle {display: none;}}
/* FOR FAMILIES */


/* FOR COMMUNITIES */
.homepage--forcommunities {
	background-color: var(--green);
	border-radius: var(--border-radius);
}

.homepage--forcommunities .homepage-audience-header {color: var(--darkblue);}
	@media (min-width: 1024px) {.homepage--forcommunities .homepage-audience-header {left: 55%;}}

.homepage--forcommunities .homepage-audience-block-image {border-radius: var(--border-radius);}
	@media (min-width: 1024px) {
		.homepage--forcommunities .homepage-audience-block-image {
			right: 55%;
			border-radius: 0 15px 15px 0;
		}
	}
	@media (min-width: 1460px) {.homepage--forcommunities .homepage-audience-block-image {border-radius: 15px;}}

.homepage--forcommunities .homepage-audience-block-copy {position: relative;}
	@media (min-width: 1024px) {
		.homepage--forcommunities .homepage-audience-block-copy {
			left: 55.3%;
			width: 45%;
		}
	}

.homepage--forcommunities .btn {}
	@media (min-width: 1024px) {
		.homepage--forcommunities .btn {
			left: 55%;
			bottom: 60px;
		}
	}

.lightbluecircle {
	position: absolute;
	left: calc(40% - 50px);
	top: 35px;
	z-index: 1;
}

.yellowtriangle {
	position: absolute;
	left: 50px;
	bottom: 35px;
	z-index: 1;
}
	@media (max-width: 1023px) {.lightbluecircle, .yellowtriangle {display: none;}}
/* FOR COMMUNITIES */


/* FOR ATTORNEYS */
.homepage--forattorneys {
	background-color: var(--red);
	border-radius: var(--border-radius);
}

.homepage--forattorneys .homepage-audience-header {color: white;}
.homepage--forattorneys .homepage-audience-block-image {}
	@media (min-width: 1024px) {.homepage--forattorneys .homepage-audience-block-image {left: 55%;}}

.whitesquare {
	position: absolute;
	right: 20%;
	top: 30px;
	z-index: 1;
}

.redcircle {
	position: absolute;
	right: calc(45% - 140px);
	bottom: 30px;
	z-index: 1;
}
	@media (max-width: 1023px) {.whitesquare, .redcircle {display: none;}}
/* FOR ATTORNEYS */





/* OUR PROGRAMS */
.program-card-wrap {
	position: relative;
	background-color: var(--darkblue);
	height: 100%;
	border-radius: var(--border-radius);
	padding: 40px 40px 80px 40px;
	color: #FFF;
}

.program-card-wrap h3 {
    line-height: 1.2;
    font-size: 28px;
    margin: 40px 0 80px;
}

.program-card-wrap .btn {
	position: absolute;
	bottom: 40px;
}
/* OUR PROGRAMS */







/* EVENTS AND MAILING LIST */
.homepage-eventsandmailinglist {
/*    display: flex;
    align-items: center;
    justify-content: center;*/
    margin-bottom: 100px;
}

.homepage-eventsandmailinglist-left {margin-bottom: 60px;}
.homepage-eventsandmailinglist-right {}

	@media (min-width: 900px) {
		.homepage-eventsandmailinglist-left {
			width: 45%;
			float: left;
		}

		.homepage-eventsandmailinglist-right {
			width: 45%;
			float: right;
		}	
	}




.homepage-eventsandmailinglist-left .heading,
.homepage-eventsandmailinglist-right .heading {margin-bottom: 20px;}

.homepage-events {
	position: relative;
	border: 2px solid var(--darkblue);
	border-radius: var(--border-radius);
	padding: 50px;
}

.homepage-events ul {
	height: 350px;
	overflow: scroll;
	list-style: none;
}

.homepage-events ul::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 5px;
}

.homepage-events ul::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .5);
	box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.homepage-events ul li {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #DDD;
}

.homepage-events ul li h3 {
	line-height: 1.2;
	font-size: 24px;
	margin-bottom: 5px;
}

.homepage-events ul li h4 {
    font-size: 22px;
    margin-bottom: 5px;
}

.homepage-events ul li p {
	font-size: 20px;
}

.homepage-events ul li a.btn {
	padding: 6px 16px;
	font-size: 16px;
	margin-top: 9px;
}

.homepage-events-gradient {
	position: absolute;
	z-index: 1;
	background-color: red;
	height: 60px;
	width: calc(100% - 105px);
	bottom: 108px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.homepage-events a.btn-full {display: block;}



.homepage-eventsandmailinglist-right {
}

.homepage-eventsandmailinglist-right-wrap {
	background-color: var(--lightblue);
	border: 2px solid var(--darkblue);
	border-radius: var(--border-radius);
	padding: 50px;
	height: 528px;
}
/* EVENTS AND MAILING LIST */








/* OUR WORK */
.homepage--work {
	position: relative;
	padding-top: 50px;
	margin-bottom: 75px;
}
	@media (min-width: 768px) {.homepage--work {margin-bottom: 150px;}}

.ourwork-redcircle {
	position: absolute;
	right: 200px;
	top: 65px;
	z-index: 1;
}

.ourwork-greentriangle {
	position: absolute;
	right: 140px;
	top: 64px;
	z-index: 1;
}

.ourwork-yellowline {
	position: absolute;
	right: -340px;
	top: 0px;
	z-index: 1;
}
	@media (max-width: 767px) {
		.ourwork-redcircle,
		.ourwork-greentriangle,
		.ourwork-yellowline {display: none;}
	}


.homepage--work-module {
	position: relative;
	display: block;
	border-radius: var(--border-radius);
	border: 2px solid var(--darkblue);
	margin-top: 100px;
	padding: 60px 20px 20px 20px;
	width: 100%;
}
	@media (min-width: 600px)  {.homepage--work-module {padding: 100px 30px 30px 30px;}}
	@media (min-width: 768px)  {.homepage--work-module {padding: 160px 30px 30px 30px;}}
	@media (min-width: 900px)  {.homepage--work-module {padding: 160px 40px 40px 40px;}}
	@media (min-width: 1024px) {
		.homepage--work-module {
			position: relative;
			display: block;
			border-radius: var(--border-radius);
			border: 2px solid var(--darkblue);
			margin-top: 90px;
			padding: 180px 40px 40px 40px;
			width: 48%;
		}
		.homepage--work-module:nth-child(1n) {float: left;}
		.homepage--work-module:nth-child(2n) {float: right;}
	}
	@media (min-width: 1024px) and (max-width: 1243px) {
		.homepage--work-module {padding: 150px 40px 40px 40px;}
		.homepage--work-module:nth-child(1) {margin-top: 100px;}
		.homepage--work-module:nth-child(2) {margin-top: 220px;}
		.homepage--work-module:nth-child(3) {margin-top: 120px;}
		.homepage--work-module:nth-child(4) {margin-top: 120px;}
	}
	@media (min-width: 1244px) {
		.homepage--work-module:nth-child(1) {margin-top: 150px;}
		.homepage--work-module:nth-child(2) {margin-top: 320px;}
		.homepage--work-module:nth-child(3) {margin-top: 200px;}
		.homepage--work-module:nth-child(4) {margin-top: 200px;}
	}

a.homepage--work-module:hover {text-decoration: none;}

.homepage--work-module img {
	position: absolute;
	top: -50px;
	width: 100px;
	height: 100px;
	border-radius: 100%;
}
	@media (min-width: 600px) {
		.homepage--work-module img {
			width: 120px;
			height: 120px;
		}
	}
	@media (min-width: 768px)  {
		.homepage--work-module img {
			width: 180px;
			height: 180px;
		}
	}
	@media (min-width: 1024px) {
		.homepage--work-module img {
			position: absolute;
			width: 180px;
			height: 180px;
		}
	}
	@media (min-width: 1244px) {
		.homepage--work-module img {
			position: absolute;
			top: -90px;
			width: 250px;
			height: 250px;
		}
	}

.homepage--work-module h5 {
	position: relative;
	text-transform: none;
	font-family: "HurmeGeometricSans3-Regular";
	margin: 10px 0;
}
	@media (min-width: 600px) {
		.homepage--work-module h5 {
			position: absolute;
			top: 15px;
			right: 25px;
		}
	}
	@media (min-width: 768px) {
		.homepage--work-module h5 {
			position: absolute;
			top: 20px;
			right: 30px;
		}
	}
	@media (min-width: 1024px) and (max-width: 1243px) {
		.homepage--work-module h5 {
			position: relative;
			left: 0;
			top: 0;
		}
	}
	@media (min-width: 1244px) {
		.homepage--work-module h5 {
			position: absolute;
			top: 40px;
			right: 40px;
		}
	}

.homepage--work-module h3 {
	line-height: 1.2;
	margin-bottom: 10px;
}

.viewallwork {
	text-align: center;
	display: block;
	margin-top: 50px;
}
	@media (min-width: 768px) {.viewallwork {margin-top: 100px;}}

/* OUR WORK */


/* CTA BACKGROUND IMAGE */
.homepage--cta-background-image-wrap {
	position: relative;
	float: left;
	width: 100%;
	background-color: var(--darkblue);
	height: 250px;
	margin-bottom: 20px;
}
	@media (min-width: 1244px) {
		.homepage--cta-background-image-wrap {
			margin-bottom: -175px;
			height: 600px;
		}	
	}

.homepage--cta-background-image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url('../../img/homepage-cta-background-image.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 50px 0;
}
	@media (min-width: 1244px) {
		.homepage--cta-background-image {
			position: absolute;
			padding: 160px 0 325px;
		}
	}

.homepage--cta-background-image h2 {
	max-width: 400px;
	line-height: 1.1;
	color: white;
	font-size: 40px;
}
	@media (min-width: 1244px) {
		.homepage--cta-background-image h2 {
			font-size: 70px;
			max-width: 700px;
		}	
	}
/* CTA BACKGROUND IMAGE */