#container, .container-main
{
	width: 100%;
}

#page-main
{
}

#content
{
	padding: 0px !important;
	text-align: center;
}

#home-imagine-bg-container
{
	width: 100%;
	height: 625px;
	text-align: center;
}

#home-imagine-bg
{
	width: 100%;
	height: auto;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

#homepage-imagine-outer
{
	text-align: center;
	position: relative;
}

#slideshow-arrow-left-large
{
	position: absolute;
	left: 12px;
	top: 40%;
	z-index: 90;
	border: 0px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	opacity: 0.0;
	filter: alpha(opacity=0);
}

#slideshow-arrow-right-large
{
	position: absolute;
	right: 12px;
	top: 40%;
	z-index: 90;
	border: 0px;
	margin-left: 10px !important;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	opacity: 0.0;
	filter: alpha(opacity=0);
}

#homepage-imagine-outer:hover #slideshow-arrow-left-large, #homepage-imagine-outer:hover #slideshow-arrow-right-large
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#homepage-imagine-inner
{
	margin: 0px auto;
	text-align: left;
	position: relative;
	background-image: url('/images/transparent.gif');
	background-size: auto 100%;
	background-repeat: no-repeat;
	opacity: 0.0;
	filter: alpha(opacity=0);
}

#homepage-imagine
{
	position: absolute;
	width: 100%;	
	text-align: left;
}

.imagine-image
{
	position: absolute;
	height: auto;
	display: none;

	opacity: 0.0;
	filter: alpha(opacity=0);

	-webkit-transition: all 1000ms ease-in-out;
	-moz-transition: all 1000ms ease-in-out;
	-ms-transition: all 1000ms ease-in-out;
	-o-transition: all 1000ms ease-in-out;
	transition: all 1000ms ease-in-out;
}

#homepage-bottom
{
	max-width: 1200px;
	padding-top: 30px;
	margin: 0px auto;
	text-align: center;
}

.homepage-bottom-item
{
	margin: 0px auto;
	display: inline-block;
	width: 33%;
	padding: 0%;
	text-align: center;
}
.homepage-bottom-item h2
{
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 14px;
}
.homepage-bottom-item h2 a
{
	color: #3d638b;
	text-decoration: none;
}
.homepage-bottom-item h2 a:hover
{
	color: #000000;
	text-decoration: none;
}

.homepage-bottom-item-image
{
	display: block;
	height: 147px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	text-decoration: none;
	border-right: 1px solid #3d638b;
}
.homepage-bottom-item-image:hover
{
	text-decoration: none;
}

#homepage-bottom-item-image-3
{
	border-right: 0px !important;
}

.homepage-bottom-item-caption
{
	padding-top: 8px;
	font-size: 12px;
	line-height: 15px;
}

#home-2023-section-2
{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 40px;
}

#home-2023-section-2-grid
{
	margin: 0px auto;
	display: grid;
	width: 98%;
	max-width: 1176px;
	padding-left: 1%;
	padding-right: 1%;
	grid-template-columns: 32% 32% 32%;
	column-gap: 2%;
}

.home-2023-section-2-item
{
	position: relative;
	text-align: center;
	padding-bottom: 10px;
}

#home-2023-section-grid-4586 > a > img
{
	width: 120%;
	height: auto;
	margin-left: -10%;
	margin-top: -12px;
}

.home-2023-section-2-title
{
	font-family: 'Roboto';
	display: block;
	font-size: 18px;
	line-height: 18px;
	padding-top: 20px;
	font-weight: 300;
	color: #092f56;
	cursor: pointer;
}
.home-2023-section-2-title a, .home-2023-section-2-title a:hover
{
	color: #092f56;
	text-decoration: none;
}

.home-2023-section-2-summary
{
	padding-top: 6px;
	font-size: 13px;
	line-height: 21px;
	padding-top: 10px;
	padding-bottom: 15px;
	color: #092f56;
	padding-left: 40px;
	padding-right: 40px;
}

.home-2023-section-2-learnmore
{
	font-size: 13px;
	position: relative;
}
.home-2023-section-2-learnmore a, .home-2023-section-2-learnmore a:hover
{
	text-decoration: underline;
	color: #969696;
}

.home-2023-section-2-boxtop
{
	display: none;
	position: absolute;
	right: 0px;
}

#home-2023-section-2-boxes
{
	margin: 0px auto;
	text-align: left;
	max-width: 1180px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
}

.home-2023-section-2-box
{
	display: block;
	display: none;
	background-color: #e3fdf4;
	color: #000000;
	padding: 20px;
	font-size: 16px;
	line-height: 24px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

#home-2023-section-3, #home-2023-section-5
{
	padding-top: 5px;
	display: block;
}

#home-2023-section-3 img, #home-2023-section-5 img
{
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin: 0px;
}

#home-2023-section-4, #home-2023-section-6
{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#home-2023-section-4-grid, #home-2023-section-6-grid
{
	margin: 0px auto;
	display: grid;
	width: 100%;
	max-width: 1200px;
	grid-template-columns: 32.75% 32.75% 32.75%;
	column-gap: 0.875%;
	row-gap: 10px;
}

.home-2023-section-grid-item
{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 365px;
}

.home-2023-section-grid-title
{
	display: block;
	height: 28px;
	background-color: #ffffff;
	color: #3154a3;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.home-2023-section-grid-item-inner
{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 337px;

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.home-2023-section-grid-item-inner:hover
{
	opacity: 0;
	filter: alpha(opactiy=0);
}

#home-2023-section-7
{
	margin: 0px auto;
	max-width: 1224px;
	padding-top: 5px;
	text-align: center;
}

#home-2023-section-7 > div > iframe
{
	margin: 0px auto;
	width: 100%;
	max-width: 712px;
	height: 320px;
	border: 0px;
}


