:root {
	--color-primary: #3F8ECC;
	--color-primary-light: #b9dfed;
	--color-primary-lighter: #DCF1F9;
	--color-primary-dark: #1E5682;
	--color-primary-darker: #0F2E45;
	--color-secondary: #00B189;
	--color-secondary-dark: #007259;
	--color-white: #FFFFFF;
	--color-black: #2B2B2B;
	--color-extra-light-gray: #F8F8F8;
	--color-light-gray: #DCDCDC;
	--color-text-black: #231f20;
	--color-text-gray: #707070;
	--color-success: #7AAE32;
	--color-warning: #FE9D0B;
	--color-error: #FF3333
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
main {
	display: block
}
h1 {
	font-size: 2em;
	margin: 0.67em 0
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
pre {
	font-family: monospace, monospace;
	font-size: 1em
}
a {
	background-color: transparent
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}
b, strong {
	font-weight: bolder
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -0.25em
}
sup {
	top: -0.5em
}
img {
	border-style: none
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}
fieldset {
	padding: 0.35em 0.75em 0.625em
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
progress {
	vertical-align: baseline
}
textarea {
	overflow: auto
}
[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
details {
	display: block
}
summary {
	display: list-item
}
template {
	display: none
}
[hidden] {
	display: none
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
html {
	font-size: 62.5%;
	background-color: #0F2E45;
	overflow-x: hidden
}
body {
	color: #231f20;
	font-family: museo-sans, sans-serif;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 2.4rem;
	background-color: #fff
}
p {
	margin: 2rem 0
}
p:first-child {
	margin-top: 0
}
p:last-child {
	margin-bottom: 0
}
p:empty {
	display: none
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: museo-slab, serif;
	margin: 0 0 2rem 0;
	font-weight: 700
}
h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
	display: none
}
h1, .h1 {
	font-size: 3rem;
	line-height: 3.8rem
}
h2, .h2 {
	font-size: 2.8rem;
	line-height: 3.6rem
}
h3, .h3 {
	font-size: 2.6rem;
	line-height: 3.4rem
}
h4, .h4 {
	font-size: 2.4rem;
	line-height: 3.2rem
}
h5, .h5 {
	font-size: 2rem;
	line-height: 2.8rem
}
h6, .h6 {
	font-size: 1.8rem;
	line-height: 2.6rem
}
@media screen and (min-width: 768px) {
	h1, .h1 {
		font-size: 4rem;
		line-height: 4.8rem
	}
	h2, .h2 {
		font-size: 3.4rem;
		line-height: 4.2rem
	}
	h3, .h3 {
		font-size: 3rem;
		line-height: 3.8rem
	}
}
@media screen and (min-width: 980px) {
	h1, .h1 {
		font-size: 4.6rem;
		line-height: 5.4rem
	}
	h2, .h2 {
		font-size: 3.8rem;
		line-height: 4.6rem
	}
	h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
		display: block
	}
}
strong, b {
	font-weight: 700
}
.text-large {
	font-size: 1.8rem;
	line-height: 2.6rem
}
.text-larger {
	font-size: 2.0rem;
	line-height: 2.8rem
}
.text-small, small {
	font-size: 1.4rem;
	line-height: 2.2rem
}
.text-smaller {
	font-size: 1.2rem;
	line-height: 2.0rem
}
.text-center {
	text-align: center
}
.text-gray {
	color: #707070
}
.text-gray-lite {
	color: #bbb
}
.text-dark-blue {
	color: #0F2E45
}
.no-wrap {
	white-space: nowrap
}
a {
	color: #1E5682;
	font-weight: 500;
	text-decoration: none;
	transition: all .3s ease-in-out
}
a:hover {
	color: #3F8ECC;
	text-decoration: underline;
	outline: 0
}
button {
	transition: all .3s ease-in-out
}
ul, ol {
	margin: 2rem 0;
	padding-left: 3rem
}
ul li, ol li {
	margin: 0;
	padding: 0
}
ul li + li, ol li + li {
	margin-top: .5rem
}
ul:first-child, ol:first-child {
	margin-top: 0
}
ul:last-child, ol:last-child {
	margin-bottom: 0
}
ul.checklist li {
	list-style-type: "\2713";
	padding-inline-start: 1ch
}
ul.checklist li::marker {
	color: #3F8ECC
}
ul.x-list li {
	list-style-type: "\2717";
	padding-inline-start: 1ch
}
ul.x-list li::marker {
	color: #3F8ECC
}
ul.em-list {
	color: #707070;
	font-style: italic
}
hr {
	margin: 2rem 0;
	border-top: 0.1rem solid #DCDCDC;
	border-bottom: 0
}
@media screen and (min-width: 768px) {
	hr {
		margin: 4rem 0
	}
}
img {
	max-width: 100%;
	height: auto
}
.img-left, .img-right {
	display: block;
	margin: 2rem auto
}
@media screen and (min-width: 768px) {
	.img-left {
		float: left;
		margin: .5rem 3rem 1.5rem 0
	}
	.img-right {
		float: right;
		margin: .5rem 0 1.5rem 3rem
	}
}
.wrapper {
	width: 90vw;
	max-width: 133rem;
	margin: 0 auto
}
.bgr-gray {
	background-color: #F8F8F8
}
.bgr-green {
	color: #fff;
	background-color: #00B189
}
.btn {
	display: block;
	min-height: 5rem;
	padding: 1.2rem 2.5rem;
	color: #fff;
	text-align: center;
	font-family: museo-slab, serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 2rem;
	text-decoration: none;
	background-color: #3F8ECC;
	border: .3rem solid transparent;
	border-radius: 2.5rem;
	cursor: pointer;
	outline: none;
	transition: all .3s ease-in-out
}
.btn:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1E5682
}
.btn:focus {
	box-shadow: 0 0 0 0.3rem #0F2E45
}
.btn.btn-secondary {
	background-color: transparent;
	border-color: #fff
}
.btn.btn-secondary:hover {
	color: #00B189;
	background-color: #fff;
	border-color: transparent
}
.btn.btn-secondary:focus {
	box-shadow: 0 0 0 3px #3F8ECC
}
.btn.btn-white {
	background-color: #fff;
	color: #00B189
}
.btn.btn-white:hover {
	background-color: transparent;
	border-color: #fff;
	color: #fff
}
.btn.btn-white:focus {
	box-shadow: 0 0 0 0.3rem #00B189
}
.btn.btn-white-outline {
	background: none;
	color: #fff !important;
	border-color: #fff
}
.btn.btn-white-outline:hover {
	background: #fff;
	color: #00B189 !important
}
.btn.btn-white-outline:focus {
	box-shadow: 0 0 0 3px #00B189
}
.btn.btn-cta {
	color: #fff;
	background-color: #00B189
}
.btn.btn-cta:hover {
	background-color: #007259
}
.btn.btn-cta-secondary {
	color: #00B189;
	background-color: #fff
}
.btn.btn-cta-secondary:hover {
	color: #00B189;
	background-color: #DCDCDC
}
.btn.btn-disabled .btn.btn-disabled:hover {
	color: #231f20;
	background-color: #DCDCDC;
	pointer-events: none;
	cursor: default
}
.btn.btn-small {
	min-height: 4rem;
	padding: .7rem 1.5rem;
	border-radius: 2rem
}
.btn + .btn {
	margin-top: 1.5rem
}
@media screen and (min-width: 768px) {
	.btn {
		display: inline-block
	}
	.btn + .btn {
		margin-top: 0;
		margin-left: 1.5rem
	}
	.btn-large {
		padding: 1.7rem 3.5rem;
		border-radius: 3rem
	}
}
.columns {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 2rem;
	margin: 2rem 0
}
.columns:first-child > * > *:first-child {
	margin-top: 0
}
.columns:last-child > * > *:last-child {
	margin-bottom: 0
}
.columns > * > picture:only-child img {
	display: block;
	margin: 0 auto
}
.columns.swap-sides > *:first-child {
	order: 2
}
.columns.swap-sides > *:last-child {
	order: 1
}
ul.columns {
	list-style: none;
	padding: 0
}
ul.columns > li {
	margin: 0
}
ul.columns > li ul {
	list-style: disc
}
@media screen and (min-width: 768px) {
	.columns {
		grid-template-columns: repeat(12, minmax(0, 1fr));
		grid-gap: 3rem;
		margin: 6rem 0
	}
	.columns.valign-center {
		align-items: center
	}
	.columns > *.one-half, .columns.even-2 > *, .columns.even-4 > * {
		grid-column: 4 / span 6
	}
	.columns > *.one-third, .columns.even-3 > * {
		grid-column: span 4
	}
	.columns > *.two-thirds {
		grid-column: span 8
	}
	.columns > *.one-fourth {
		grid-column: span 3
	}
	.columns > *.three-fourths {
		grid-column: span 9
	}
	.columns > *.halign-center {
		text-align: center
	}
	.columns > *.halign-right {
		text-align: right
	}
	.columns.swap-sides > *:first-child, .columns.swap-sides > *:last-child {
		order: initial
	}
	.columns > * > picture:only-child img {
		display: inline-block;
		margin: auto
	}
	ul.two-column, ol.two-column {
		column-count: 2
	}
	ul.three-column, ol.three-column {
		column-count: 3
	}
	ul.two-column, ol.two-column, ul.three-column, ol.three-column {
		margin: 0;
		column-gap: 4rem
	}
	.narrow {
		max-width: 100rem;
		margin-left: auto;
		margin-right: auto
	}
}
@media screen and (min-width: 980px) {
	.columns.even-4 > * {
		grid-column: span 3
	}
}
.card {
	padding: 2.5rem;
	border: solid 1px #DCDCDC;
	-webkit-box-shadow: 0 1rem 1rem 0 #DCDCDC;
	-moz-box-shadow: 0 1rem 1rem 0 #DCDCDC;
	box-shadow: 0 1rem 1rem 0 #DCDCDC;
	margin-bottom: 3rem;
	font-weight: 300;
	max-width: 35rem;
	margin-left: auto;
	margin-right: auto
}
.card img {
	max-width: 4rem
}
.card .card-title {
	font-size: 2.5rem;
	font-weight: 600;
	font-family: museo-slab, serif
}
@media screen and (min-width: 980px) {
	.card {
		padding: 4rem
	}
	.card img {
		max-width: 5rem
	}
}
fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: none
}
input, select, textarea {
	font-family: 'museo-sans', sans-serif;
	font-weight: 300
}
.form-row + .form-row {
	margin-top: 2rem
}
.form-row.columns {
	margin-bottom: 0;
	grid-gap: 2rem
}
.form-row label {
	display: block;
	margin-bottom: .5rem
}
.form-row label:after {
	content: "*";
	color: #f33;
	margin-left: .3rem
}
.form-row input:not([type="submit"]), .form-row select, .form-row textarea {
	display: block;
	width: 100%;
	min-height: 5rem;
	padding: 1.2rem 2.5rem;
	font-size: 1.8rem;
	line-height: 2rem;
	background-color: #fff;
	border: 0.1rem solid #707070;
	border-radius: 2.5rem
}
.form-row input:not([type="submit"]):focus, .form-row select:focus, .form-row textarea:focus {
	outline: none;
	background-color: #F8F8F8
}
.form-row select {
	-webkit-appearance: none;
	appearance: none;
	background: url("../svg/icon-angle-down.svg") no-repeat calc(100% - 2rem) center/1.2rem
}
.form-row ::placeholder {
	color: #707070;
	opacity: 1
}
.validation-required, .error {
	color: #f33;
	font-size: 1.4rem;
	line-height: 2.4rem;
	font-weight: bold
}
.icon-play {
	display: inline-block;
	width: 9rem;
	height: 9rem;
	overflow: hidden;
	text-indent: -100vw;
	background: url("../svg/icon-play-video.svg") no-repeat center center/contain;
	opacity: .75
}
.icon-play:hover {
	opacity: 1
}
.video-thumbnail {
	position: relative
}
.video-thumbnail .icon-play {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.responsive-embed {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden
}
.responsive-embed iframe, .responsive-embed object, .responsive-embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.accordion {
	list-style-type: none;
	padding: 0;
	margin: 0
}
.accordion > li {
	margin: 1.5rem 0
}
.accordion > li .accordion-toggle {
	display: inline-block;
	position: relative;
	margin: 0;
	padding-left: 3rem;
	font-family: 'museo-sans', sans-serif;
	font-size: 1.8rem;
	line-height: 2.6rem;
	font-weight: bold;
	cursor: pointer
}
.accordion > li .accordion-toggle:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 3rem;
	height: 2.6rem;
	margin: 0;
	background: url("../svg/icon-angle-right.svg") no-repeat center center/auto 1rem
}
.accordion > li .accordion-toggle.open:before {
	background: url("../svg/icon-angle-down.svg") no-repeat center center/1rem auto
}
.accordion > li .accordion-content {
	display: none;
	margin: 2rem 0;
	padding-left: 3rem
}
.accordion > li .accordion-content > ul {
	list-style-type: disc
}
@media screen and (min-width: 768px) {
	.accordion > li .accordion-toggle {
		padding-left: 5rem
	}
	.accordion > li .accordion-toggle:before {
		left: 2rem
	}
	.accordion > li .accordion-content {
		padding-left: 5rem
	}
}
.code-box {
	display: block;
	width: 100%;
	height: 15rem;
	padding: 1.5rem;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.4rem;
	line-height: 2rem;
	background-color: #F8F8F8;
	border: 0.1rem solid #2B2B2B
}
.alert {
	color: #fff;
	line-height: 2rem;
	background-color: #f33
}
.alert .wrapper {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	padding: .8rem 0
}
.alert .tag-icon {
	flex: 0 0 3.2rem;
	height: 3.2rem;
	margin-right: 1rem;
	background: url("../tag-icon.html") no-repeat center/contain
}
.alert .icon-alert {
	flex: 0 0 3.2rem;
	height: 3.2rem;
	margin-right: 1rem;
	background: url("../svg/icon-alert-white.svg") no-repeat center/contain
}
.alert .icon-right:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1em;
	height: 1em;
	line-height: inherit;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	background-color: currentColor;
	margin-left: .75rem;
	-webkit-mask-image: url("../info.html")
}
.alert .btn-close {
	flex: 0 0 2rem;
	height: 2rem;
	margin-left: 1rem;
	background: url("../svg/icon-close-white.svg") no-repeat center/contain;
	cursor: pointer
}
.alert p {
	flex: 1 1 auto;
	margin: 0
}
.alert p a {
	color: #fff;
	text-decoration: underline
}
@media screen and (min-width: 768px) {
	.alert {
		font-size: 2rem;
		line-height: 2.4rem
	}
	.alert .wrapper {
		padding: 1.2rem 0
	}
	.alert .icon-alert {
		flex-basis: 3.6rem;
		height: 3.6rem
	}
}
.top-bar {
	color: #fff;
	line-height: 2rem;
	background: #00b189;
	background: -webkit-linear-gradient(left, #00b189 0%, #3f8ecc 100%);
	background: -o-linear-gradient(left, #00b189 0%, #3f8ecc 100%);
	background: linear-gradient(to right, #00b189 0%, #3f8ecc 100%)
}
.top-bar .wrapper {
	padding: .8rem 0;
	text-align: center
}
.top-bar .wrapper:not(.mobile) {
	display: none
}
.top-bar .wrapper a {
	color: #fff
}
.top-bar .wrapper.mobile a + a:before {
	content: "|";
	margin: 0 1rem
}
@media screen and (min-width: 870px) {
	.top-bar {
		background: #00b189;
		background: -webkit-linear-gradient(left, #9c6 0%, #00b189 50%, #3f8ecc 100%);
		background: -o-linear-gradient(left, #9c6 0%, #00b189 50%, #3f8ecc 100%);
		background: linear-gradient(to right, #9c6 0%, #00b189 50%, #3f8ecc 100%);
		position: sticky;
		z-index: 10;
		top: -1px;
		line-height: 2.4rem;
		font-size: 1.8rem
	}
	.top-bar .wrapper {
		justify-content: flex-end;
		padding: 0;
		padding-left: 2rem;
		display: flex !important;
		width: 100%
	}
	.top-bar .wrapper.mobile {
		display: none !important
	}
	.top-bar .wrapper a.home-link {
		display: block;
		width: 26rem;
		height: 6rem;
		overflow: hidden;
		margin-right: auto;
		text-indent: -100vw;
		background: url("../svg/logo-normanmd-white.svg") no-repeat center;
		transition: opacity .25s linear;
		opacity: 0
	}
	.top-bar .wrapper a.phone-number {
		padding-left: 2.4rem !important;
		background: url("../svg/icon-phone-white.svg") no-repeat left center/2rem 2rem
	}
	.top-bar .wrapper a:not(.home-link) {
		padding: 1.8rem 2rem
	}
	.top-bar .wrapper .dropdown {
		position: relative;
		top: 1.8rem;
		max-height: 4.2rem
	}
	.top-bar .wrapper .dropdown:hover ul {
		cursor: pointer;
		display: block
	}
	.top-bar .wrapper .dropdown ul {
		display: none;
		position: absolute;
		background: #fff;
		border-radius: 2rem;
		margin: -.75em 0 0;
		z-index: 100;
		overflow: hidden;
		color: #0F2E45;
		text-align: center;
		padding: .5em 1em;
		left: 10%;
		top: 3.8rem
	}
	.top-bar .wrapper .dropdown ul li {
		list-style: none
	}
	.top-bar.is-stuck {
		z-index: 15
	}
	.top-bar.is-stuck .wrapper a.home-link {
		opacity: 1
	}
}
header {
	background: #00b189;
	background: -webkit-linear-gradient(left, #00b189 0%, #3f8ecc 100%);
	background: -o-linear-gradient(left, #00b189 0%, #3f8ecc 100%);
	background: linear-gradient(to right, #00b189 0%, #3f8ecc 100%);
	color: #fff;
	padding-bottom: 1rem;
	border-bottom: 1px solid #fff;
	position: relative
}
header .wrapper {
	display: flex;
	align-items: center;
	width: 95vw;
	justify-content: space-between
}
header .wrapper .logo {
	flex: .75;
	z-index: 11
}
header .wrapper .logo a {
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 7rem;
	text-indent: -100vw;
	background: url("../svg/logo-normanmd-white.svg") no-repeat left center/contain
}
header .wrapper .menu-desktop {
	flex: 2;
	display: none
}
header .wrapper .menu-desktop > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center
}
header .wrapper .menu-desktop > ul li + li {
	margin: 0
}
header .wrapper .menu-desktop > ul li a {
	font-size: 1.6rem
}
header .wrapper .menu-desktop > ul li a:not(.btn) {
	display: block;
	text-align: center;
	color: #fff;
	padding: 1.8rem 1.25rem;
	transition: all .15s ease-in-out;
	font-weight: 600
}
header .wrapper .menu-desktop > ul li a:not(.btn):hover {
	text-decoration: underline
}
header .wrapper .menu-desktop > ul li a.btn-search {
	overflow: hidden;
	text-indent: -100vw;
	background-image: url("../svg/icon-search-white.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 2.6rem;
	padding: 1.8rem
}
header .wrapper .menu-desktop > ul li a.btn-search:focus {
	box-shadow: 0 0 0 3px #fff
}
header .wrapper .menu-desktop > ul li a[href="#"] {
	background-image: url(../svg/icon-dropdown.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 0.5em;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(193deg) brightness(100%) contrast(102%)
}
header .wrapper .menu-desktop > ul li ul {
	display: none;
	position: absolute;
	background-color: #fff;
	border-radius: 1.8rem;
	padding: 0;
	margin: 0;
	z-index: 1000;
	overflow: hidden
}
header .wrapper .menu-desktop > ul li ul li a:not(.btn) {
	color: #231f20 !important;
	padding: .9rem 2rem;
	transition: all .15s ease-in-out;
	text-align: left
}
header .wrapper .menu-desktop > ul li ul li a:not(.btn):hover {
	text-decoration: none !important;
	background-color: #00B189;
	color: #fff !important
}
header .wrapper .menu-desktop > ul li:hover ul {
	display: block
}
header .wrapper .menu-mobile #menu-toggle {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0
}
header .wrapper .menu-mobile label[for="menu-toggle"] {
	display: block;
	height: 3rem;
	width: 3rem;
	overflow: hidden;
	text-indent: -100vw;
	background: url("../svg/icon-menu.svg") no-repeat center/contain;
	cursor: pointer;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(193deg) brightness(100%) contrast(102%)
}
header .wrapper .menu-mobile #menu-toggle:checked ~ label[for="menu-toggle"] {
	background: url("../svg/icon-menu-close.svg") no-repeat center/2rem 2rem
}
header .wrapper .menu-mobile #menu-toggle:checked ~ .menu-container {
	display: block
}
header .wrapper .menu-mobile .menu-container {
	display: none;
	position: absolute;
	z-index: 9;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 0 0 2rem;
	color: #fff;
	background: #00b189;
	background: -webkit-linear-gradient(left, #00b189 0%, #3f8ecc 100%);
	background: -o-linear-gradient(left, #00b189 0%, #3f8ecc 100%);
	background: linear-gradient(to right, #00b189 0%, #3f8ecc 100%)
}
header .wrapper .menu-mobile .menu-container ul {
	list-style: none;
	margin: 0 0 1rem;
	padding: 0;
	font-size: 1.8rem;
	line-height: 1.8rem
}
header .wrapper .menu-mobile .menu-container ul > li {
	padding: 0;
	margin: 0;
	border-top: 1px solid #fff
}
header .wrapper .menu-mobile .menu-container ul > li a {
	color: #fff;
	display: block;
	padding: 1rem 5vw
}
header .wrapper .menu-mobile .menu-container .btn-group {
	text-align: center
}
header .wrapper .menu-mobile .menu-container .btn-group .btn {
	margin-left: 5%;
	max-width: 90%
}
main {
	transition: all .3s linear
}
main.search {
	margin-top: 8rem
}
#HeaderSearchControls {
	position: absolute;
	z-index: 6;
	top: 7rem;
	left: 0;
	width: 100%;
	height: 8rem;
	background-color: #fff
}
#HeaderSearchControls .wrapper {
	height: 100%
}
#HeaderSearchControls .search-field {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	width: 100%;
	max-width: 78rem;
	margin: auto;
	padding: 0
}
#HeaderSearchControls .search-field #HeaderSearchBox {
	flex: 1 1 auto;
	min-height: 5rem;
	padding: 1.5rem;
	font-family: inherit;
	font-size: 1.8rem;
	line-height: 2rem;
	background: transparent;
	border: none;
	border-radius: 2.5rem;
	background-color: #F8F8F8;
	margin-right: 1rem
}
#HeaderSearchControls .search-field #HeaderSearchBox:focus {
	outline: none
}
#HeaderSearchControls .search-field #HeaderSearchButton {
	border-right: 0;
	border-left: 0;
	padding: 1.2rem 2.5rem
}
#HeaderSearchControls #HeaderSearchControlsClose {
	width: 2rem;
	height: 2rem;
	background: url("../svg/icon-menu-close-2.svg") no-repeat center/contain;
	cursor: pointer;
	overflow: hidden;
	display: block;
	text-indent: -100vw
}
@media screen and (min-width: 768px) {
	header .wrapper .menu-mobile .menu-container .btn-group .btn {
		margin-left: 0
	}
	header .wrapper .menu-mobile .menu-container .btn-group .btn + .btn {
		margin-left: 1.5rem
	}
}
@media screen and (min-width: 870px) {
	header {
		background: #00b189;
		background: -webkit-linear-gradient(left, #9c6 0%, #00b189 50%, #3f8ecc 100%);
		background: -o-linear-gradient(left, #9c6 0%, #00b189 50%, #3f8ecc 100%);
		background: linear-gradient(to right, #9c6 0%, #00b189 50%, #3f8ecc 100%)
	}
	header .wrapper {
		flex-direction: row
	}
	header .wrapper .logo {
		margin-top: -5.5rem
	}
	header .wrapper .menu-desktop {
		display: block
	}
	header .wrapper .menu-mobile {
		display: none
	}
}
@media screen and (min-width: 980px) {
	header .wrapper .menu-desktop > ul li a {
		font-size: 1.8rem
	}
}
@media screen and (min-width: 1200px) {
	header .wrapper .menu-desktop > ul {
		max-width: 85%;
		margin-left: auto
	}
}
.hero {
	background: #00b189;
	background: -webkit-linear-gradient(left, #00b189 0%, #3f8ecc 100%);
	background: -o-linear-gradient(left, #00b189 0%, #3f8ecc 100%);
	background: linear-gradient(to right, #00b189 0%, #3f8ecc 100%);
	color: #fff
}
.hero .wrapper {
	padding: 3rem 0
}
.hero .hero-columns > *:last-child {
	margin-top: 2rem
}
.hero .hero-text {
	font-size: 1.8rem;
	font-weight: 500
}
.hero .hero-text a:not(.btn) {
	color: #fff;
	text-decoration: underline
}
.hero .hero-text a:not(.btn):hover {
	color: #3F8ECC
}
.hero .hero-img img {
	display: block;
	height: auto;
	margin: 0 auto
}
.hero .search-field input[type="text"] {
	width: 100%;
	min-height: 5rem;
	padding: 1.5rem 2.5rem;
	font-family: inherit;
	font-size: 1.8rem;
	line-height: 2rem;
	background: #fff;
	border: none;
	border-radius: 2.5rem
}
.hero .search-field input[type="text"]:focus {
	outline: none;
	background-color: #F8F8F8
}
.hero .search-field .btn {
	margin-top: 2rem;
	background-color: #0F2E45
}
.hero .search-field .btn:hover {
	background-color: #3F8ECC
}
.hero:after {
	content: "";
	display: block;
	width: 100%;
	height: 4rem;
	-webkit-mask: url("../svg/hero-curve-lower.svg") no-repeat;
	-webkit-mask-size: 100% 100%;
	mask: url("../svg/hero-curve-lower.svg") no-repeat;
	mask-size: 100% 100%;
	background-color: #fff;
	position: relative;
	z-index: 2
}
@media screen and (min-width: 768px) {
	.hero:after {
		height: 8rem
	}
	.hero .wrapper {
		padding: 6rem 0
	}
	.hero .search-field {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		width: 100%;
		max-width: 68rem;
		margin: 4rem auto 0 auto
	}
	.hero .search-field input[type="text"] {
		flex: 1 1 auto;
		width: auto;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}
	.hero .search-field .btn {
		flex: 0 0 auto;
		margin-top: 0;
		margin-left: -2.5rem
	}
}
@media screen and (min-width: 870px) {
	.hero {
		background: #00b189;
		background: -webkit-linear-gradient(left, #9c6 0%, #00b189 50%, #3f8ecc 100%);
		background: -o-linear-gradient(left, #9c6 0%, #00b189 50%, #3f8ecc 100%);
		background: linear-gradient(to right, #9c6 0%, #00b189 50%, #3f8ecc 100%)
	}
	.hero .hero-columns {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		margin: -3rem 0
	}
	.hero .hero-columns > *:last-child {
		margin-top: 0
	}
	.hero .hero-columns .hero-text {
		order: 1;
		flex: 0 1 45%
	}
	.hero .hero-columns .hero-text .btn {
		margin-top: 1rem
	}
	.hero .hero-columns .hero-img {
		order: 2;
		flex: 0 1 50%
	}
}
main > section:not(.hero) {
	overflow: hidden;
	padding: 3rem 0
}
main > .hero + section {
	padding-top: 1.5rem;
	margin-top: 3rem
}
main > section:empty {
	display: none
}
@media screen and (min-width: 768px) {
	main {
		min-height: 50vh
	}
	main > section:not(.hero) {
		padding: 6rem 0
	}
	main > .hero + section {
		padding-top: 3rem
	}
}
.pre-footer {
	padding: 3rem 0 1.5rem 0;
	color: #fff;
	text-align: center;
	background-color: #00B189
}
.no-pre-footer footer:before {
	background-color: #fff
}
@media screen and (min-width: 768px) {
	.pre-footer {
		padding: 6rem 0 0 0
	}
	.pre-footer .wrapper p {
		margin-top: 3rem;
		padding-bottom: .5rem
	}
}
footer {
	color: #fff;
	text-align: center;
	background-color: #0F2E45
}
footer:before {
	content: "";
	display: block;
	width: 100%;
	height: 4rem;
	-webkit-mask: url("../svg/footer-curve-upper-inverse.svg") no-repeat;
	-webkit-mask-size: 100% 100%;
	mask: url("../svg/footer-curve-upper-inverse.svg") no-repeat;
	mask-size: 100% 100%;
	background-color: #00B189
}
footer .wrapper {
	padding: 3rem 0
}
footer a, footer a:hover, footer a:focus, footer a:active {
	color: #fff
}
footer .about .logo {
	width: 100%;
	max-width: 25rem;
	margin: 0 auto
}
footer .about .logo a {
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 16rem;
	text-indent: -100vw;
	background: url("../svg/normanmd-character-logo-tagline-13-13.svg") no-repeat center/contain
}
footer .about p {
	display: none
}
footer h6 {
	margin: 2rem 0 1rem 0;
	text-transform: uppercase
}
footer .menu-footer ul {
	list-style: none;
	margin: 0;
	padding: 0
}
footer .menu-footer ul > li {
	margin: .5rem 0
}
footer .instagram-feed a {
	display: inline-block
}
footer hr {
	margin: 0;
	border-color: #fff
}
.download-links, .social-links {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center
}
.download-links a, .social-links a {
	display: block;
	overflow: hidden;
	text-indent: -100vw;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center
}
footer .social-links a {
	width: 3.2rem;
	height: 3.2rem;
	margin-left: 2rem
}
footer .social-links a.facebook {
	margin-left: 0;
	background-image: url("../svg/icon-facebook-white.svg")
}
footer .social-links a.twitter {
	background-image: url("../svg/icon-twitter-white.svg")
}
footer .social-links a.instagram {
	background-image: url("../svg/icon-instagram-white.svg")
}
footer .social-links a.youtube {
	background-image: url("../svg/icon-youtube-white.svg")
}
footer .social-links a.linkedin {
	background-image: url("../svg/linkedin-icon.svg")
}
.download-links {
	margin: 0
}
.download-links a {
	width: 13rem;
	height: 4rem
}
.download-links a.google-play {
	background-image: url("../svg/btn-google-play.svg")
}
.download-links a.app-store {
	margin-left: .5rem;
	background-image: url("../svg/btn-app-store.svg")
}
footer .copyright {
	margin: 0
}
@media screen and (min-width: 768px) {
	footer:before {
		height: 8rem
	}
}
@media screen and (min-width: 980px) {
	footer {
		text-align: left
	}
	footer .footer-upper {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		padding: 6rem 0
	}
	footer .about {
		flex: 0 1 40rem;
		margin-right: 1.5rem
	}
	footer .about .logo {
		max-width: 30rem;
		margin: 0 auto;
	}
	footer .about .logo a {
		padding-top: 27rem
	}
	footer .about p {
		display: block;
		line-height: 3.2rem;
		margin-top: -4rem;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		max-width: 40rem;
			
	}
	footer .menu-footer {
		flex: 0 1 35rem;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between
	}
	footer .menu-footer .menu-container {
		flex: 0 0 auto
	}
	footer .menu-footer .menu-container:last-of-type {
		margin-left: 1rem
	}
	footer .menu-footer ul > li {
		margin: 1rem 0
	}
	footer .menu-footer h6:first-of-type, footer .instagram-feed h6 {
		margin: 6rem 0 1.5rem 0
	}
	footer h6 {
		font-size: 2rem
	}
	footer .instagram-feed {
		flex: 0 1 30rem;
		margin-left: 1.5rem
	}
	footer .footer-lower {
		display: flex;
		flex-flow: row-reverse nowrap;
		justify-content: space-between;
		align-items: center;
		padding: 3rem 0
	}
	footer .copyright {
		flex: 1 1 auto
	}
	footer .social-links {
		padding-right: 2rem;
		
		margin: 0 2.5rem
	}
}
@media screen and (min-width: 1200px) {
	footer .about {
		flex: 0 1 50rem
	}
	footer .about .logo {
		max-width: 34rem
	}
	footer .menu-footer {
		flex: 0 1 40rem
	}
	footer .copyright br {
		display: none
	}
	footer .copyright a:first-of-type {
		margin-left: 1rem
	}
}
.page-home .home-hero .hero-img {
	position: relative;
	z-index: 5;
	margin-bottom: -18rem
}
.page-home .home-hero .hero-img .icon-play {
	position: absolute;
	top: 50%;
	left: 47%;
	transform: translate(-50%, -50%);
	width: 11rem;
	height: 11rem
}
.page-home .home-hero + section {
	margin-top: 6rem
}
.page-home .content-1 #spacer {
	display: none
}
.page-home .content-2 {
	overflow: visible
}
.page-home .content-2 .video-thumbnail {
	margin-bottom: -9rem
}
.page-home .content-3 {
	padding-top: 12rem
}
.page-home #what-we-treat-promo {
	list-style: none;
	margin: 0;
	padding: 0
}
.page-home #what-we-treat-promo > li {
	margin: 0
}
.page-home #what-we-treat-promo .checklist {
	margin: 2rem 0
}
@media screen and (min-width: 768px) {
	.page-home .home-hero .hero-img {
		margin-bottom: -24rem
	}
	.page-home .home-hero + .content-1 {
		margin-top: 0
	}
	.page-home .content-2 .video-thumbnail {
		margin-bottom: -12rem
	}
	.page-home #what-we-treat-promo {
		display: grid;
		grid-template-columns: minmax(min-content, 36rem) minmax(min-content, 60rem);
		grid-template-rows: auto 1fr;
		grid-gap: 4rem 4rem;
		align-items: start;
		max-width: 100rem;
		margin: 0 auto
	}
	.page-home #what-we-treat-promo > li:nth-child(2) {
		grid-area: 1 / 2 / 3 / 3
	}
	.page-home #what-we-treat-promo .checklist {
		margin: 0
	}
	.page-home #what-we-treat-promo .checklist > li {
		margin-bottom: 1rem
	}
}
@media screen and (min-width: 870px) {
	.page-home .content-1 .columns > *.two-thirds {
		margin-left: 8rem
	}
	.page-home .content-1 #spacer {
		display: block
	}
}
@media screen and (min-width: 980px) {
	.page-home .home-hero .hero-img {
		margin-bottom: -20rem
	}
}
#treated {
	margin-bottom: 3rem
}
#treated .col {
	margin-bottom: 2rem;
	display: flex
}
#treated .col div:first-child {
	width: 15%;
	align-items: center;
	justify-content: flex-start;
	display: flex;
	display: none
}
#treated .col h4 {
	margin-bottom: 0
}
#treated .col p {
	margin: 0
}
@media screen and (min-width: 980px) {
	#treated .col div:first-child {
		display: block
	}
	#treated .col div:first-child + div {
		width: 75%
	}
}
@media screen and (min-width: 980px) {
	.page-get-started .hero {
		margin-bottom: 35rem;
		overflow: visible
	}
	.page-get-started .hero .plans-toggle {
		position: relative;
		z-index: 4;
		margin-bottom: -45rem
	}
}
#how-it-works {
	margin-top: 4rem
}
#how-it-works .row {
	counter-increment: row;
	display: flex;
	flex-direction: column
}
#how-it-works .row .col h3::before {
	content: counter(row) ".";
	display: inline-block;
	margin-right: .5rem
}
#how-it-works .row .col div p:last-child {
	margin-bottom: 2rem
}
#how-it-works .row img {
	display: block;
	margin: 2rem auto;
	max-width: 200px
}
#how-it-works .row:nth-child(2) .col:first-child {
	order: 2
}
@media screen and (min-width: 980px) {
	#how-it-works {
		margin: 7rem 0
	}
	#how-it-works .row {
		flex-direction: row;
		align-items: center
	}
	#how-it-works .row .col {
		flex: 1 0 0%
	}
	#how-it-works .row .col > div {
		margin: 0 auto;
		width: 85%
	}
	#how-it-works .row .col h3::before {
		content: ""
	}
	#how-it-works .row .col img {
		max-width: none;
		margin: 0 auto
	}
	#how-it-works .row:first-child .col:last-child, #how-it-works .row:last-child .col:last-child {
		border-left: solid 3px #ccc;
		position: relative;
		padding: 9rem 0
	}
	#how-it-works .row:first-child .col:last-child::before, #how-it-works .row:last-child .col:last-child::before {
		background-image: url(../png/1-icon.png);
		background-repeat: no-repeat;
		background-size: contain;
		content: "";
		display: block;
		height: 50px;
		width: 50px;
		position: absolute;
		left: -25px;
		top: calc(50% - 25px)
	}
	#how-it-works .row:nth-child(2) .col:first-child {
		order: 0;
		border-right: solid 3px #ccc;
		position: relative
	}
	#how-it-works .row:nth-child(2) .col:first-child::after {
		background-image: url(../png/2-icon.png);
		background-repeat: no-repeat;
		background-size: contain;
		content: "";
		display: block;
		height: 50px;
		width: 50px;
		position: absolute;
		right: -25px;
		top: calc(50% - 25px)
	}
	#how-it-works .row:last-child .col:last-child::before {
		background-image: url(../png/3-icon.png) !important
	}
}
@media screen and (min-width: 1024px) {
	#how-it-works .row .col > div {
		width: 65%
	}
	#how-it-works .row:first-child .col:last-child::before, #how-it-works .row:last-child .col:last-child::before {
		height: 75px;
		width: 75px;
		left: -38px;
		top: calc(50% - 38px)
	}
	#how-it-works .row:nth-child(2) .col:first-child::after {
		height: 75px;
		width: 75px;
		right: -38px;
		top: calc(50% - 38px)
	}
}
.page-contact-us .hero .columns li {
	background: #fff;
	color: #231f20;
	padding: 2rem;
	border: 0.1rem solid #707070
}
.page-contact-us .contact-us-form .form-row {
	max-width: 70rem;
	margin-left: auto;
	margin-right: auto
}
@media screen and (min-width: 768px) {
	.page-contact-us .hero {
		margin-bottom: 12rem;
		overflow: visible
	}
	.page-contact-us .hero .columns {
		position: relative;
		z-index: 4;
		align-items: stretch;
		margin-bottom: -22rem
	}
	.page-contact-us .hero .columns li {
		padding: 4rem
	}
	.page-contact-us .contact-us-form {
		margin-top: 6rem
	}
}
.provider-list {
	list-style: none;
	display: grid;
	grid-template-columns: 100%;
	grid-auto-rows: auto;
	grid-gap: 3rem 0;
	margin: 3rem 0;
	padding: 0
}
.provider-list li {
	margin: 0;
	text-align: center
}
.provider-list li img {
	display: inline-block;
	max-width: 28rem;
	max-height: 28rem;
	margin: 1.5rem;
	border-radius: 100%
}
.provider-list li h4 {
	margin: 1rem 0 0 0;
	color: #0F2E45;
	font-weight: 700
}
.provider-list li h4 a {
	color: #0F2E45;
	font-weight: 700
}
.provider-list li p {
	margin: .5rem 0 0 0;
	font-size: 2rem;
	line-height: 2.8rem
}
@media screen and (min-width: 768px) {
	.provider-list {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 6rem 3rem;
		margin: 6rem 0
	}
}
@media screen and (min-width: 1024px) {
	.provider-list {
		grid-template-columns: repeat(3, 1fr)
	}
}
.request-form {
	z-index: 2 !important
}