#foundations-container {
	z-index: 1;
}

#foundations-infographic {
	position: relative;
	margin: 1rem 0;
}

#foundations-infographic #infographic-title {
	margin-top: 2rem;
}

#foundations-infographic #buttons-group button {
	height: 6rem;
	width: 6rem;
	border-radius: 50%;
	margin: 0.25rem;
	padding: 1rem;
	border: 2px solid #000;
	background: #fff;
	transition: all 0.25s ease;
}

#foundations-infographic #buttons-group button:focus {
	border: 6px solid #44A44D;
	outline: none;
}

#foundations-infographic #buttons-group button img {
	max-height: 2rem;
}

#foundations-infographic #buttons-group button span {
	line-height: 1;
	margin-top: 0.5rem;
	font-size: 0.8rem;
}

#foundations-infographic .modal-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	pointer-events: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	padding: 2rem 1rem;
	background: #fff;
}

#foundations-infographic .modal-container.show {
	opacity: 1;
}

#foundations-infographic .modal-container.show .modal-content {
	pointer-events: auto;
}

#foundations-infographic .modal-container .modal-content {
	border: none;
	pointer-events: none;
}

#foundations-infographic .modal-container .modal-content h3 {
	margin-top: 1rem;
}

#foundations-infographic .modal-container .modal-content img {
	max-height: 4rem;
}

#foundations-infographic .modal-container .modal-content .close-modal {
	background: #A93338;
	color: #fff;
	border: 1px solid #fff;
	box-shadow: 0.25rem 0.25rem 5px rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	height: 3.5rem;
	width: 3.5rem;
	font-size: 1.75rem;
	line-height: 1;
	transition: all 0.15s ease;
	position: relative;
	opacity: 0.75;
}

#foundations-infographic .modal-container .modal-content .close-modal:hover, #foundations-infographic .modal-container .modal-content .close-modal:focus {
	opacity: 1;
}

#foundations-infographic .modal-container .modal-content .close-modal:hover span, #foundations-infographic .modal-container .modal-content .close-modal:focus span {
	opacity: 1;
}

#foundations-infographic .modal-container .modal-content .close-modal i {
	position: relative;
	top: 0.15rem;
}

#foundations-infographic .modal-container .modal-content .close-modal span {
	position: absolute;
	left: -50px;
	right: -50px;
	bottom: -1.5rem;
	text-align: center;
	font-size: 0.8rem;
	color: #333;
	opacity: 0;
	transition: all 0.25s ease;
	pointer-events: none;
}

@media screen and (min-width: 768px) {
	#foundations-container {
		transform: scale(0.9);
	}

	#foundations-infographic {
		width: 40rem;
		height: 40rem;
		background: url("https://9foundations.forhealth.org/wp-content/themes/9-foundations-2020/assets/img/wheel-divisions.png") center no-repeat #074682;
		border-radius: 50%;
		position: relative;
		margin: 5rem 0 10rem 0;
	}

	#foundations-infographic:before {
		content: "";
		position: absolute;
		top: -9rem;
		bottom: -9rem;
		left: -9rem;
		right: -9rem;
		background: #fff;
		border-radius: 50%;
		z-index: -1;
	}

	#foundations-infographic:after {
		content: "";
		position: absolute;
		top: 6rem;
		bottom: 6rem;
		left: 6rem;
		right: 6rem;
		border-radius: 50%;
		background: #fff;
		z-index: 0;
	}

	#foundations-infographic #infographic-title {
		margin: 0;
		position: relative;
		z-index: 1;
	}

	#foundations-infographic #infographic-title:before {
		content: "";
		background: url("img/buildings-heartbeat.svg") center no-repeat;
		height: 12rem;
		width: 100%;
		position: absolute;
		top: -8rem;
		bottom: 0;
		margin: auto;
		background-size: contain;
	}

	#foundations-infographic #infographic-title strong {
		display:block;
		font-size:1.75rem;
		line-height:1;
		border-bottom: none;
		color:#000;
		text-transform: unset;
		margin: 13rem 0 0 0;
		padding: 0;
		max-width: 20rem;
	}

	#foundations-infographic #buttons-group {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1;
		pointer-events: none;
	}

	#foundations-infographic #buttons-group .button-container {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	#foundations-infographic #buttons-group .button-container button {
		height: 125px;
		width: 125px;
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 50%;
		background: #fff;
		pointer-events: auto;
		margin: 0;
		padding: 1rem;
		padding: 2.5rem;
		box-shadow: 0.25rem 0.25rem 5px rgba(0, 0, 0, 0.33);
		transition: all 0.25s ease;
		border: 3px solid #000;
	}

	#foundations-infographic #buttons-group .button-container button:hover, #foundations-infographic #buttons-group .button-container button:focus {
		border: 3px solid #6ba6f1;
		outline: none;
	}

	#foundations-infographic #buttons-group .button-container button:after {
		content: "+";
		position: absolute;
		height: 44px;
		width: 44px;
		background: #fff;
		border-radius: 50%;
		color: #074682;
		font-size: 42px;
		line-height: 1;
		transition: all 0.25s ease;
		box-shadow: 0.25rem 0.25rem 5px rgba(0, 0, 0, 0.5);
	}

	#foundations-infographic #buttons-group .button-container img {
		max-height: 35px;
	}

	#foundations-infographic #buttons-group .button-container span {
		text-transform: uppercase;
		font-family: "AvenirNextLTProBold", "Helvetica", "Arial", sans-serif;
		line-height: 1rem;
		padding-top: 0.5rem;
		margin-top: 0.75rem;
		display: block;
		border-top: 1px solid #E6E6E6;
	}

	#foundations-infographic #buttons-group .button-container:nth-of-type(1) {
		transform: rotate(45deg);
	}

	#foundations-infographic #buttons-group .button-container:nth-of-type(1) button {
		transform: rotate(-45deg);
	}

	#foundations-infographic #buttons-group .button-container:nth-of-type(1) button:after {
		bottom: -3.5rem;
		left: 0;
		right: 0;
		margin: auto;
	}

	#foundations-infographic #buttons-group .button-container:nth-of-type(2) {
		transform: rotate(84deg);
	}

	#foundations-infographic #buttons-group .button-container:nth-of-type(2) button {
		transform: rotate(-84deg);
	}

	#foundations-infographic #buttons-group .button-container:nth-of-type(2) button:after {
		left: -1.0rem;
		bottom: -2.5rem;
		margin: auto;
	}

	#foundations-infographic #buttons-group .button-container:nth-of-type(3) {
		transform: rotate(123deg);
	}

	#foundations-infographic #buttons-group .button-container:nth-of-type(3) button {
		transform: rotate(-123deg);
	}

	#foundations-infographic #buttons-group .button-container:nth-of-type(3) button:after {
		left: -3.5rem;
		top: 3.5rem;
		bottom: 0;
		margin: auto;
	}

	#foundations-infographic #buttons-group .button-container:nth-of-type(4) {
		transform: rotate(164deg);
	}

	#foundations-infographic #buttons-group .button-container:nth-of-type(4) button {
		transform: rotate(-164deg);
	}

	#foundations-infographic #buttons-group .button-container:nth-of-type(4) button:after {
		left: -2.5rem;
		top: -0.5rem;
		margin: auto;
	}

	#foundations-infographic #buttons-group .button-container:nth-of-type(5) {
		transform: rotate(204deg);
	}

	#foundations-infographic #buttons-group .button-container:nth-of-type(5) button {
		transform: rotate(-204deg);
	}

	#foundations-infographic #buttons-group .button-container:nth-of-type(5) button:after {
		top: -3.25rem;
		left: 1rem;
		margin: auto;
	}

	#foundations-infographic #buttons-group .button-container:nth-of-type(6) {
		transform: rotate(245deg);
	}

	#foundations-infographic #buttons-group .button-container:nth-of-type(6) button {
		transform: rotate(-245deg);
	}

	#foundations-infographic #buttons-group .button-container:nth-of-type(6) button:after {
		top: -3.25rem;
		right: 1rem;
		margin: auto;
	}

	#foundations-infographic #buttons-group .button-container:nth-of-type(7) {
		transform: rotate(287deg);
	}

	#foundations-infographic #buttons-group .button-container:nth-of-type(7) button {
		transform: rotate(-287deg);
	}

	#foundations-infographic #buttons-group .button-container:nth-of-type(7) button:after {
		right: -2.5rem;
		top: -0.5rem;
		margin: auto;
	}

	#foundations-infographic #buttons-group .button-container:nth-of-type(8) {
		transform: rotate(328deg);
	}

	#foundations-infographic #buttons-group .button-container:nth-of-type(8) button {
		transform: rotate(-328deg);
	}

	#foundations-infographic #buttons-group .button-container:nth-of-type(8) button:after {
		right: -3.5rem;
		top: 3.5rem;
		bottom: 0;
		margin: auto;
	}

	#foundations-infographic #buttons-group .button-container:nth-of-type(9) {
		transform: rotate(367deg);
	}

	#foundations-infographic #buttons-group .button-container:nth-of-type(9) button {
		transform: rotate(-367deg);
	}

	#foundations-infographic #buttons-group .button-container:nth-of-type(9) button:after {
		right: -1.0rem;
		bottom: -2.5rem;
		margin: auto;
	}

	#foundations-infographic .modal-container {
		position: absolute;
		top: 2rem;
		bottom: 2rem;
		left: 2rem;
		right: 2rem;
		z-index: 2;
		opacity: 0;
		transition: all 0.33s ease;
		transition-delay: 0s;
		pointer-events: none;
		transform: scale(0.9);
		background: transparent;
		box-shadow: none;
	}

	#foundations-infographic .modal-container.show {
		pointer-events: auto;
		opacity: 1;
		transform: scale(1);
	}

	#foundations-infographic .modal-container.show .modal-content {
		pointer-events: auto;
	}

	#foundations-infographic .modal-container:before {
		content: "";
		position: absolute;
		left: -10rem;
		right: -10rem;
		top: -10rem;
		bottom: -10rem;
		background: #fff;
		z-index: -1;
		opacity: 0.5;
		border-radius: 50%;
		z-index: 1;
	}

	#foundations-infographic .modal-container .modal-content {
		background: #fff;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		text-align: center;
		border-radius: 50%;
		padding: 2rem;
		border: 3px solid #000;
		opacity: 1;
		z-index: 2;
		transition: opacity 0.5s ease !important;
		pointer-events: none;
	}

	#foundations-infographic .modal-container .modal-content .close-modal {
		background: #A93338;
		color: #fff;
		border: 1px solid #fff;
		box-shadow: 0.25rem 0.25rem 5px rgba(0, 0, 0, 0.5);
		border-radius: 50%;
		height: 3.5rem;
		width: 3.5rem;
		font-size: 1.75rem;
		line-height: 1;
		transition: all 0.15s ease;
		position: relative;
		opacity: 0.75;
	}

	#foundations-infographic .modal-container .modal-content .close-modal:hover, #foundations-infographic .modal-container .modal-content .close-modal:focus {
		opacity: 1;
	}

	#foundations-infographic .modal-container .modal-content .close-modal:hover span, #foundations-infographic .modal-container .modal-content .close-modal:focus span {
		opacity: 1;
	}

	#foundations-infographic .modal-container .modal-content .close-modal i {
		position: relative;
		top: 0.15rem;
	}

	#foundations-infographic .modal-container .modal-content .close-modal span {
		position: absolute;
		left: -50px;
		right: -50px;
		bottom: -1.5rem;
		text-align: center;
		font-size: 0.8rem;
		color: #333;
		opacity: 0;
		transition: all 0.25s ease;
		pointer-events: none;
	}
}

@media screen and (min-width: 992px) {
	#foundations-container {
/*		transform: scale(1);*/
	}
}