.gmaf-wrapper {
	width: 100%;
	font-size: 80%;
}

@media (min-width: 450px) and (max-width: 1200px) {
	.gmaf-wrapper {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 450px) {
	.gmaf-wrapper {
		width: 100%;
		max-width: 100%;
	}
}

.gmaf-wrapper h1 {
	color: #013891;
	font-weight: 200;
	font-size: 3.3em;
	line-height: 1.25;
}

.gmaf-wrapper .ext-arrow:after {
	content: "";
	background: url("../../../../img/components/flowchart/global/caret-blue.svg")
		no-repeat;
	height: 100%;
	position: absolute;
	right: -27px;
	width: 14px;
	top: 27%;
}

@media (max-width: 450px) {
	.gmaf-wrapper .ext-arrow.mobile-two-line:after {
		top: 11%;
	}
}

.gmaf-wrapper .gmaf-icon {
	width: 150px;
	height: 150px;
	margin: 30px 0 10px;
}

@media (max-width: 450px) {
	.gmaf-wrapper .gmaf-icon {
		width: 120px;
		height: 120px;
		margin: 15px 0;
	}
}

.gmaf-flex {
	display: flex;
}

.gmaf-underline {
	text-decoration: underline;
}

.gmaf-nowrap {
	white-space: nowrap;
}

.gmaf-hidden {
	transition: 0.3s linear 0.2s;
	display: none !important;
}

.gmaf-bold {
	font-weight: 700;
}

.gmaf-all-caps {
	text-transform: uppercase;
}

.gmaf-button {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	border-radius: 10px;
	cursor: pointer;
}

.gmaf-button p {
	text-transform: uppercase;
	margin-right: 12px;
}

.gmaf-desktop {
	display: block;
}

@media (max-width: 450px) {
	.gmaf-desktop {
		display: none;
	}
}

.gmaf-mobile {
	display: none;
}

@media (max-width: 450px) {
	.gmaf-mobile {
		display: block;
	}
}

.gap-10 {
	height: 10px;
}

/* RESET */

.gmaf-wrapper a,
.gmaf-wrapper abbr,
.gmaf-wrapper acronym,
.gmaf-wrapper address,
.gmaf-wrapper applet,
.gmaf-wrapper b,
.gmaf-wrapper big,
.gmaf-wrapper blockquote,
.gmaf-wrapper caption,
.gmaf-wrapper center,
.gmaf-wrapper cite,
.gmaf-wrapper code,
.gmaf-wrapper dd,
.gmaf-wrapper del,
.gmaf-wrapper dfn,
.gmaf-wrapper div,
.gmaf-wrapper dl,
.gmaf-wrapper dt,
.gmaf-wrapper em,
.gmaf-wrapper fieldset,
.gmaf-wrapper font,
.gmaf-wrapper form,
.gmaf-wrapper h1,
.gmaf-wrapper h2,
.gmaf-wrapper h3,
.gmaf-wrapper h4,
.gmaf-wrapper h5,
.gmaf-wrapper h6,
.gmaf-wrapper i,
.gmaf-wrapper iframe,
.gmaf-wrapper img,
.gmaf-wrapper ins,
.gmaf-wrapper kbd,
.gmaf-wrapper label,
.gmaf-wrapper legend,
.gmaf-wrapper li,
.gmaf-wrapper object,
.gmaf-wrapper ol,
.gmaf-wrapper p,
.gmaf-wrapper pre,
.gmaf-wrapper q,
.gmaf-wrapper s,
.gmaf-wrapper samp,
.gmaf-wrapper small,
.gmaf-wrapper span,
.gmaf-wrapper strike,
.gmaf-wrapper strong,
.gmaf-wrapper table,
.gmaf-wrapper tbody,
.gmaf-wrapper td,
.gmaf-wrapper tfoot,
.gmaf-wrapper th,
.gmaf-wrapper thead,
.gmaf-wrapper tr,
.gmaf-wrapper tt,
.gmaf-wrapper u,
.gmaf-wrapper ul,
.gmaf-wrapper var {
	background: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

.gmaf-wrapper body,
.gmaf-wrapper html {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

.gmaf-wrapper * {
	box-sizing: border-box;
}

.gmaf-wrapper body {
	line-height: 1;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */

.gmaf-wrapper sup {
	line-height: 0;
	vertical-align: super;
	font-size: 0.6em;
}

.gmaf-wrapper sub {
	line-height: 0;
	vertical-align: sub;
	font-size: 0.6em;
}

.gmaf-wrapper ol,
.gmaf-wrapper ul {
	list-style: none;
}

.gmaf-wrapper table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* tables still need 'cellspacing="0"' in the markup */

.gmaf-wrapper td {
	vertical-align: top;
}

/* END RESET */

/* IOS SPECIFIC */

.gmaf-wrapper * {
	-webkit-touch-callout: none;
	/* prevent callout to copy image, etc when tap to hold */
	-webkit-text-size-adjust: none;
	/* prevent webkit from resizing text to fit */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* make transparent link selection, adjust opacity 0 to 1.0 */
	-webkit-user-select: none;
	/* prevent copy paste, to allow, change 'none' to 'text'; this line prevents an input type=text from functioning */
}

.gmaf-wrapper textarea {
	resize: none;
}

.gmaf-wrapper a {
	color: inherit;
	/* text-decoration: none; */
}
#guide-box {
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-bottom: 14px solid #013891;
	width: 80%;
	max-width: 1200px;
	margin: 5% auto;
	background-color: white;
	transform-origin: center center;
	box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.45);
	display: none;
	transform: scale(0);
	opacity: 0;
	min-height: 480px;
	padding-top: 1rem;
	position: relative;
}
#guide-ref-wrapper {
	position: absolute;
	top: 10px;
	left: 10px;
}
#guide-ref-link {
	color: 	#013891;
}

@media (max-width: 450px) {
	#guide-box {
		border-bottom: 34px solid #013891;
	}
}

#guide-box h2 {
	color: #013891;
	font-size: 3.2em;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 300;
}

@media (max-width: 1030px) {
	#guide-box h2 {
		font-size: 2.5em;
	}
}

@media (max-width: 450px) {
	#guide-box h2 {
		font-size: 1.75em;
	}
}

#guide-box .notes {
	width: 80%;
}

#guide-box .notes p {
	line-height: 1.5;
	text-align: center;
	font-size: 1.8em;
}

@media (max-width: 450px) {
	#guide-box .notes p {
		font-size: 1.1em;
	}
}

#guide-box .notes p + p {
	margin-top: 15px;
}

#guide-box hr, .gmaf-wrapper hr {
	width: 95%;
	background: #b8c0de;
	height: 1px;
	border: none;
	margin-bottom: 15px;
}

#guide-box .gmaf-ref-container {
	width: 80%;
	margin: 0 auto;
}
#guide-box .gmaf-ref-container p, .gmaf-wrapper .gmaf-footer-global-reference p {
	text-align: left;
	font-size: 0.7em;
	line-height: 1.5;
	padding-bottom: 15px;
}

#guide-box .gmaf-flex {
	margin: 40px 0;
}

@media (max-width: 450px) {
	#guide-box .gmaf-flex {
		flex-direction: column;
		width: 100%;
		align-items: center;
	}
}

#guide-box .gmaf-flex > div {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	border-radius: 10px;
	cursor: pointer;
	height: 59px;
	border: 1px solid #013891;
	padding: 0 30px;
}

#guide-box .gmaf-flex > div p {
	text-transform: uppercase;
	margin-right: 12px;
}

@media (max-width: 450px) {
	#guide-box .gmaf-flex > div {
		width: 65%;
	}
}

#guide-box .gmaf-flex > div p {
	color: #013891;
	margin-right: 0;
}

#guide-box .gmaf-flex > div#finish {
	width: 190px;
	margin-right: 25px;
}

@media (max-width: 450px) {
	#guide-box .gmaf-flex > div#finish {
		width: 65%;
		margin-right: 0;
		margin-bottom: 25px;
	}
}

#guide-box .mir-button {
	margin-bottom: 30px;
	padding: 15px;
	border: 1px solid #013891;
}
#guide-box .mir-button p {
	font-size: 0.8em;
	color: #013891;
}

.gmaf-wrapper .header-bottom {
	display: none;
	opacity: 0;
	align-items: flex-start;
	border-top: 1px solid #b8c0de;
	padding: 2rem 0;
	/* height: 93px; */
	width: 100%;
	/* padding-left: 3%; */

	/* display: flex; */
	flex-direction: column;
	justify-content: flex-start;
	/* height: unset; */
}

.gmaf-wrapper .header-bottom #gmaf-subhead {
	/* border: 1px solid red; */
	max-width: 80%;
	/* margin: 0 10%; */
	margin-top: 1rem;
}

.gmaf-wrapper .header-bottom #gmaf-subhead a {
	text-decoration: underline !important;
}

@media (max-width: 451px) {
	.gmaf-wrapper .header-bottom #gmaf-subhead {
		margin-left: 10%;
		margin-right: 10%;
	}
}

.gmaf-wrapper .header-bottom #topic-dropdown {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("../../../../img/components/flowchart/global/caret-white-down.svg")
		no-repeat;
	background-size: 4%;
	background-position: calc(100% - 10px) center;
	background-repeat: no-repeat;
	color: white;
	height: 62px;
	padding: 10px;
	width: 350px;
	font-family: "futura-pt", Helvetica, sans-serif;
	font-size: 1.1em;
	border-radius: 6px;
	border: 0;
	background-color: #013891;
	cursor: pointer;
	outline: none;
}

.gmaf-wrapper .header-bottom #topic-dropdown::after {
	content: "";
	width: 14px;
	height: 8px;
	position: absolute;
	right: 15px;
	top: calc(50% - 4px);
	background-size: 100% 100%;
}

@media (max-width: 450px) {
	.gmaf-wrapper .header-bottom #topic-dropdown {
		width: 80%;
		margin: 0 10%;
	}
}
.gmaf-page {
	display: none;
	opacity: 0;
}
#question-box {
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-bottom: 14px solid #013891;
	width: 80%;
	max-width: 1200px;
	margin: 5% auto;
	background-color: white;
	transform-origin: center center;
	box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.45);
	height: auto;
	transform: scale(0);
	opacity: 0;
	padding: 50px 0 80px;
	position: relative;
}

@media (max-width: 450px) {
	#question-box {
		border-bottom: 34px solid #013891;
	}
}

@media (max-width: 450px) {
	#question-box {
		min-height: 440px;
	}
}

#question-ref-wrapper {
	position: absolute;
	top: 10px;
	left: 10px;
}
#question-ref-link {
	color: #013891;
}

#question-box #question-text {
	color: #013891;
	font-size: 2.5em;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.3;
	max-width: 80%;
}

#question-box #question-text .smaller {
	font-size: 0.7em;
	display: inline-block;
}

@media (max-width: 450px) {
	#question-box #question-text .smaller {
		text-align: left;
		font-size: 0.5em;
		text-indent: -8px;
	}
}

@media (max-width: 1030px) {
	#question-box #question-text {
		font-size: 1.8em;
	}
}

@media (max-width: 450px) {
	#question-box #question-text {
		font-size: 1.5em;
	}
}

#question-box .options-container {
	justify-content: center;
}

@media (max-width: 450px) {
	#question-box .options-container {
		width: 100%;
	}
}

#question-box .options-container .option {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	border-radius: 10px;
	cursor: pointer;
	width: 200px;
	height: 64px;
	border: 1px solid #013891;
	padding: 0;
}

#question-box .options-container .option p {
	text-transform: uppercase;
	margin-right: 12px;
}

@media (max-width: 450px) {
	#question-box .options-container .option {
		width: 40%;
	}
}

#question-box .options-container .option + .option {
	margin-left: 15px;
}

@media (max-width: 450px) {
	#question-box .options-container .option + .option {
		margin-left: 8px;
	}
}

#question-box .options-container .option p {
	color: #013891;
	margin-right: 0;
}
.gmaf-wrapper [data-page-id="exit"] {
	display: none;
}

.gmaf-wrapper [data-page-id="exit"] .gmaf-flex {
	margin-top: 3%;
	justify-content: space-between;
}

@media (max-width: 450px) {
	.gmaf-wrapper [data-page-id="exit"] .gmaf-flex {
		flex-direction: column;
		justify-content: flex-start;
	}

	.gmaf-wrapper [data-page-id="exit"] .gmaf-flex > div {
		width: 100% !important;
	}
}

.gmaf-wrapper [data-page-id="exit"] .gmaf-flex > div {
	width: 49.5%;
	padding: 45px 39px;
	margin: 0 auto;
}

.gmaf-wrapper [data-page-id="exit"] .gmaf-flex > div h1 {
	font-weight: 100;
}

.gmaf-wrapper [data-page-id="exit"] .gmaf-flex .white-side {
	background-color: white;
}

.gmaf-wrapper [data-page-id="exit"] .gmaf-flex .white-side h1 {
	font-size: 1.9em;
}

.gmaf-wrapper [data-page-id="exit"] .gmaf-flex .white-side p {
	line-height: 1.5;
	margin: 30px 0;
}

.gmaf-wrapper [data-page-id="exit"] .gmaf-flex .white-side a {
	font-weight: 600;
	color: #28509c;
	display: block;
	line-height: 1.4;
	position: relative;
	width: -moz-max-content;
	width: max-content;
}

.gmaf-wrapper [data-page-id="exit"] .gmaf-flex .white-side a + a {
	margin-top: 8px;
}

.gmaf-wrapper [data-page-id="exit"] .restart-div {
	background-color: white;
	width: 96%;
	margin: 3% 2% 2%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	height: 200px;
}

@media (max-width: 450px) {
	.gmaf-wrapper [data-page-id="exit"] .restart-div {
		width: 90%;
		padding: 40px 20px;
		height: auto;
		margin: 7% 5%;
	}

	.gmaf-wrapper [data-page-id="exit"] .restart-div h1 {
		text-align: center;
	}
}

.gmaf-wrapper [data-page-id="exit"] .restart-div h1 {
	font-size: 1.6em;
	margin-bottom: 30px;
}

.gmaf-wrapper [data-page-id="exit"] .restart-div .gmaf-button {
	border: 1px solid #28509c;
}

.gmaf-wrapper [data-page-id="exit"] .restart-div .gmaf-button p {
	color: #28509c;
}

.qr-code img {
	width: 150px;
}
.gmaf-wrapper [data-page-id="intro"] {
	padding: 3% 0%;
	display: block;
}

@media (max-width: 450px) {
	.gmaf-wrapper [data-page-id="intro"] {
		padding: 5%;
	}

	.gmaf-wrapper [data-page-id="intro"] .disclaimer {
		font-size: 1em;
		line-height: 1.5;
	}
}

.gmaf-wrapper [data-page-id="intro"] .gmaf-flex {
	justify-content: space-between;
}

@media (max-width: 450px) {
	.gmaf-wrapper [data-page-id="intro"] .gmaf-flex {
		flex-direction: column;
	}
}

.gmaf-wrapper [data-page-id="intro"] .gmaf-flex .text-side {
	width: 47%;
}

@media (max-width: 1030px) {
	.gmaf-wrapper [data-page-id="intro"] .gmaf-flex .text-side h1 {
		font-size: 2.5em;
	}
}

@media (max-width: 450px) {
	.gmaf-wrapper [data-page-id="intro"] .gmaf-flex .text-side {
		width: 100%;
	}

	.gmaf-wrapper [data-page-id="intro"] .gmaf-flex .text-side h1 {
		font-size: 2em;
	}

	.gmaf-wrapper [data-page-id="intro"] .gmaf-flex .text-side p:not(.disclaimer) {
		font-size: 1.1em !important;
	}
}

.gmaf-wrapper [data-page-id="intro"] .gmaf-flex .text-side p {
	font-size: 1.3em;
	line-height: 1.5;
	margin-top: 4%;
}

.gmaf-wrapper [data-page-id="intro"] .gmaf-flex .text-side a {
	color: #013891;
}

.gmaf-wrapper [data-page-id="intro"] .gmaf-flex .text-side a img {
	position: relative;
	top: 2px;
	left: 8px;
}

.gmaf-wrapper [data-page-id="intro"] .gmaf-flex .text-side .disclaimer {
	font-size: 0.7em;
	line-height: 1.25;
}

.gmaf-wrapper [data-page-id="intro"] .gmaf-flex .text-side .disclaimer + .disclaimer {
	margin-top: 0;
}

.gmaf-wrapper [data-page-id="intro"] .gmaf-flex .interactive-side {
	width: 40%;
	position: relative;
	height: -moz-max-content;
	height: max-content;
}

@media (max-width: 450px) {
	.gmaf-wrapper [data-page-id="intro"] .gmaf-flex .interactive-side {
		width: 100%;
		margin: 10% 0;
	}
}

.gmaf-wrapper [data-page-id="intro"] .gmaf-flex .interactive-side svg,
.gmaf-wrapper [data-page-id="intro"] .gmaf-flex .interactive-side img {
	width: 100%;
}

.gmaf-wrapper [data-page-id="intro"] .gmaf-flex .interactive-side .hotspot {
	cursor: pointer;
}

.gmaf-wrapper .footer-disclaimer .disclaimer {
	font-size: 1.1em;
	line-height: 1.5;
	margin-bottom: 5px;
}

.gmaf-wrapper .footer-disclaimer .disclaimer a {
	color: #013891;
	text-decoration: underline;
}

@media (max-width: 450px) {
	.gmaf-wrapper .footer-disclaimer .disclaimer {
		font-size: 1em;
		line-height: 1.5;
	}
}

.hotspot-container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.hotspot-container .inner {
	width: 100%;
	height: 100%;
	position: relative;
}

.hotspot-container .hotspot {
	position: absolute;
	width: 25%;
	height: 20%;
	cursor: pointer;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

@media (max-width: 450px) {
	.hotspot-container .hotspot {
		left: 23% !important;
	}
}

.hotspot-container [data-comp-id="foramen"] {
	top: 23%;
	left: 21%;
	height: 20%;
}

@media (max-width: 450px) {
	.hotspot-container [data-comp-id="foramen"] {
		height: 15%;
		top: 26%;
	}
}

.hotspot-container [data-comp-id="otitis"] {
	top: 19%;
	left: 79%;
	height: 14%;
}

@media (max-width: 450px) {
	.hotspot-container [data-comp-id="otitis"] {
		height: 10%;
		top: 11%;
	}
}

.hotspot-container [data-comp-id="spinal"] {
	left: 79%;
	top: 51%;
	height: 17%;
}

@media (max-width: 450px) {
	.hotspot-container [data-comp-id="spinal"] {
		height: 13%;
		top: 42%;
	}
}

.hotspot-container [data-comp-id="kyphosis"] {
	left: 21%;
	top: 51%;
	height: 17%;
}

@media (max-width: 450px) {
	.hotspot-container [data-comp-id="kyphosis"] {
		height: 13%;
		top: 56%;
	}
}

.hotspot-container [data-comp-id="genu"] {
	left: 21%;
	top: 74%;
	height: 14%;
}

@media (max-width: 450px) {
	.hotspot-container [data-comp-id="genu"] {
		height: 10%;
		top: 69%;
	}
}

.hotspot-container [data-comp-id="growth"] {
	top: 76%;
	left: 79%;
	height: 18%;
}

@media (max-width: 450px) {
	.hotspot-container [data-comp-id="growth"] {
		height: 13%;
		top: 84%;
	}
}

.gmaf-wrapper .glow {
	animation: neon3 0.8s ease-in-out infinite alternate;
}

@keyframes neon3 {
	from {
		filter: drop-shadow(0 0 5px #ffdd1b) drop-shadow(0 0 10px #ffdd1b)
			drop-shadow(0 0 15px #ffdd1b) drop-shadow(0 0 20px #ffdd1b)
			drop-shadow(0 0 30px #ffdd1b);
	}

	to {
		filter: drop-shadow(0 0 10px #ffdd1b) drop-shadow(0 0 15px #ffdd1b)
			drop-shadow(0 0 25px #ffdd1b) drop-shadow(0 0 30px #ffdd1b)
			drop-shadow(0 0 45px #ffdd1b);
	}
}
