/* Overwrite relevant styles from custom-flare-styles.css */

#mc-main-content {
	max-width: unset;
	margin-right: unset;
	margin-left: unset;
}

.body-container {
	padding: unset;
	height: 100%;
	background-color: transparent;
	box-shadow: unset;
}

.sidenav-wrapper {
	display:none;
}

/* Styles specific to home page*/

.homepage-wrapper {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}

.homepage-header-wrapper {
	width: 100%;
	background: #1839A0;
}

.homepage-header-container {
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	padding-bottom: 100px;
	max-width: 1260px;
}

.homepage-header-title-container, .homepage-header-text-container {
	/* width: 90%; */
	width: 95%;
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}

.body-container p.homepage-header-title {
	/* font-size: 4rem; */
	color: white;
	text-align: center;
	margin: 0;
	line-height: unset;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.5;
}

.body-container p.homepage-header-text {
	/* padding-top: 4vh; */
	padding-top: 50px;
	/* font-size: 2rem; */
	color: white;
	text-align: center;
	margin: 0;
	line-height: unset;
	font-weight: 700;
	font-size: 3em;
	line-height: 1.1;
}

.homepage-tiles-wrapper {
	max-width: 1260px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.homepage-tile-container {
	width: 100%;
	padding: 15px;
	margin-top: 30px;
}

@media only screen and (min-width: 1280px) {
	.homepage-tile-md-third-container {
		height: 355px;
		flex: 0 0 30%;
		max-width: 30%;
	}
}

.homepage-tile {
	background-color: #F6F6F9;
	/* box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); */
	/* box-shadow: 0 4px 12px 0 rgba(0,0,0,.12); */
	/* border-radius: 4px; */
	border-radius: 6px;
    padding: 2rem;
    height: 100%;
    flex-direction: column;
    display: flex;
	text-align: center;
}

.homepage-transforming-tile {
	/* transition: box-shadow,transform .16s ease-out; */
	transition: all .4s ease-in-out;
}

.homepage-transforming-tile:hover {
	/* box-shadow: 0 5px 10px rgba(0,0,0,.048); */
	/* transform: scale(1.007); */
	/* transform: scale(1.03); */
	transition: all .3s ease-out;
	box-shadow: 0 1rem 2rem rgba(0,0,0,.12);
}

.body-container p.homepage-tile-title {
	/* font-size: 2rem; */
	/* line-height: 40pt; */
	margin: 0;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.5;
}

.body-container p.homepage-tile-text {
	font-size: 1rem;
}

.homepage-tile-link {
	cursor: pointer;
}

a.homepage-tile-link:hover {
	text-decoration: none;
}

.homepage-tile-icon-container {
	/* margin-top: auto; */
	margin-bottom: auto;
}

.homepage-tile-icon {
	max-width: 60%;
	max-height: 7rem;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* .homepage-video-container {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.homepage-video-container::before {
	display: block;
	content: "";
	padding-top: 42.857143%;
}

.homepage-video-container iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	display: inline-block;
} */

.homepage-disclaimer-tile {
	padding: 0 2rem;
	box-shadow: none;
	background-color: var(--grey-background)
}