
:root {
	--green: #ADD261;
    --green-dark: rgba(128, 188, 0, 1);
	--grey-light: rgba(112, 112, 112, 1);
	--teal: #4CAC94;
	--orange: rgba(235, 177, 70, 1);
	--h3: 24px;
	--black: rgba(70, 70, 70, 1);
	--bg-grey: rgba(242, 243, 244, 1);
    --white: rgba(255, 255, 255, 1);
	--blue-dark: rgba(41, 49, 64, 1);
	--blue: rgba(5, 98, 139, 1);
	--blue-50: rgba(5, 98, 139, .5);
	--green-gradient: linear-gradient(90deg, #ACD459 1.94%, #80BC00 98.54%);
}

@font-face {
	font-family: "marydale";
	src: url("https://use.typekit.net/af/2f1a2e/00000000000000003b9b14fb/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/2f1a2e/00000000000000003b9b14fb/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/2f1a2e/00000000000000003b9b14fb/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
	font-display: auto;
	font-style: normal;
}

@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800,900&display=swap");

*,
:after,
:before {
	box-sizing: border-box
}


main {
	margin-top: 116px;
}


body {
	padding: 0;
	margin: 0;
	font-family: "Nunito Sans";
}

h1,h2,h3,h4 {
	letter-spacing: .5px;
}
p {
	margin: 0;
	padding: 0;
	font-weight: 400;
}

.teal {
	color: var(--teal);
}


section.career {
    background: #F6F6F6;
}


section.career .wrap-career-map {
	flex-basis: 720px;
	flex-grow: 9999;
}

section.career .flex-content {
    display: flex;
	gap: 3em;
	align-items: center;
}
section.career .flex-content p {
	margin-bottom: 2em;
}

section.career .dyk-icon-content img {
	margin-top: -25px;
}
section.career .dyk-icon-content {
	flex-basis: 450px;
    flex-grow: 1;
}

section.career .flex-content h4 {
	font-size: 24px;
}
section.career img.career-map {
    max-width: 200px;
	border-radius: 11px;
	border: 1px solid var(--black);
}
section.career .career-flex{
    display: flex;
	gap: 6em;
}

.wrap-info-bug {
	border-radius: 11px;
	padding: 1em 1em 2em;
	border: 1px solid #05628B;
	max-width: 380px;
	margin-left: 30px;
}

.form-mobile {
	display: none;
}

/* .mobile {display: none} */
.wrap-dropdown {
	width: 700px;
	border: 0 solid red;
	border-radius: 11px;
	box-shadow: 0px 4px 12px rgb(0 0 0 / 25%);
}

.desc {
	padding: 1em 2em;
	background: var(--bg-grey);
}

.desc p {
	font-size: 18px;
	margin-bottom: 1em;
	margin-top: 0.5em;
	text-align: left;
	line-height: 27px;
	color: #707070;
	padding: 0;
	font-weight: 400;
	letter-spacing: 0.125px;
}


h1 span {
    font-family: inherit;
	color: inherit
}



section.wrap-gen .value-prop-mission {
	flex-basis: 750px;
	flex-grow: 9999;
	padding-right: 5em;
}

section.wrap-gen .wrap-value-prop-qoute.flex {
	gap: 1.25em;
}

section.wrap-gen .qoute-content {
	text-align: center;
	background: var(--white);
	padding: 2em;
	box-sizing: border-box;	
	border-radius: 11px;

}

section.wrap-gen .qoute-content-border .icon-quote {
	position: relative;
	margin: auto;
	margin-top: -85px;
	text-align: center;
	text-align: center;
}

section.wrap-gen .wrap-value-prop-qoute {
	flex-basis: 450px;
    flex-grow: 1;
	margin-left: 0;
}




section.wrap-gen .qoute-content-border {
	border: 2.5px dashed var(--orange);
	border-radius: 11px;
	text-align: center;
}

section.wrap-gen .wrap-value-prop-qoute h3 {
	line-height: 32px;
}

section.wrap-gen .wrap-value-prop-qoute p {
	text-align: center;
	margin-top: 24px;
	font-weight: 400;
}


section.wrap-gen .value-prop {
	display: flex;
	justify-content: left;
	gap: 1em;
	margin-top: 1em;
	align-items: center;
	max-width: 280px;

}
.wrap-general {
	max-width: 75em;
	margin: auto;
	padding: 5em 0;
}

.wrap-value-prop {
	max-width: 1200px;
	margin: auto;
}
section p + p {
	margin-top: 12px;

}
section a {
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
		font-weight: 400;
		color: #add261;
		text-decoration: underline;
}


section.interested {
	background-color: var(--bg-grey);
	display: flex;
	gap: 2em;
}

section.interested .wrap-inner {
	border: 2.5px dashed var(--teal);
	border-radius: 17px;
	max-width: 1150px;
	margin: auto;
	margin-top: 24px;
	padding: 3em 5em 3.5em 5em;
}

section.interested a {
	text-decoration: none;
	border-bottom:1px solid var(--blue-50);
	color: var(--blue);
}

section.interested a:hover {
	border-bottom:1px solid var(--blue);
}

section.interested .wrap-inner .fancy {
	font-size: 38px;
}

section.interested .icon-transform {
	text-align: center;
	margin-top: 3em;
}

section.interested .icon-transform h4 {
	font-size: 21px;
	color: var(--black);
}
section.interested .wrap-inner h4.grey {
	font-size: 21px;
	color: var(--black);
	text-align: center;
	font-weight: 600;
	width: 575px;
	margin: auto;
	margin-top:.5em;
}


section.interested .icon-transform img.icon-info-00 {
 	max-width:55px;
	margin-bottom: 1em;
}

section.interested .icon-transform img.btn-dload {
		max-width: 27px;
		margin-right: .5em;	
}

section.interested .icon-transform p.dload-icon {
    display: inline-flex;
}

section.interested .wrap-inner h1 {
	text-align: center;
	 background: var(--bg-grey);
	 margin: auto;
	 margin-top: -70px;
	 max-width: 440px;
}


.wrap-interested-flex div {
    width: 100%;
}

section.interested .wrap-interested-flex {
	display: flex;
	gap: 3em;
}
section.cta-section {
	background-color: var(--blue-dark);
	display: flex;
	gap: 2em;
}


section.cta-section .content h1 .fancy {
	font-size: 51px;
	font-weight: 900;
}
section.cta-section .content h1 {
	color: var(--white);
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 44px;
    line-height: 42px;
	letter-spacing: 1px;
}

section.cta-section .content h3 {
	font-weight: 500;
	color: var(--white);
	margin-bottom: 0;
	font-size: 24px;
	letter-spacing: 1px;
}
section.cta-section .content h3 span {
	font-size: 28px;
	margin-left: 6px;
	margin-right: 6px;
}

section.cta-section .wrap-transform-lives-flex {
	display: flex;
	gap: 7em;
	align-items: center;
}

section.cta-section .icon-transform {
	text-align: center;
}

section.cta-section .icon-transform img {
	width: 100px;
	margin-bottom: 18px;
}

section.cta-section .icon-transform .orange {
	color: #EAA62D;
}
section.cta-section .icon-transform .green {
	color: #68A91E;
}
section.cta-section .icon-transform .teal{
	color: #4CAC94;
}

section.cta-section .icon-transform p:first-of-type {
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 700;
}

section.cta-section .icon-transform p:last-of-type {
	color: var(--white);
}

section.cta-section .wrap-cta-section {
	display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 5em;
	align-items: center;
	width: 100%;
}

section.cta-section .wrap-cta-section a {
	text-decoration: none;
	border-bottom: 1px solid white;
	color: var(--white);
}

section.cta-section .wrap-cta-section span {
	font-family: marydale;
	color: var(--green);
	font-size: 32px;
}

section.cta-section .wrap-cta-section {
	font-size: 24px;
}


section.mission {
	background: var(--white);
}



section.mission p {
color: #464646;
}

section.mission .wrap {
	max-width: 1200px;
	margin: auto;
}

section.mission .flex-mission {
	display: flex;
	gap: 2em;
}

section.mission .content-mission{
	flex-basis: 750px;
	flex-grow: 1;
	padding-right: 12em;
	padding-top: 2em
}
section.mission .content-diversity{
	flex-basis: 50%;
	flex-grow: 1;
	text-align: center;
	padding: 2.25em 2em 2em 2em;
}
section.mission .content-diversity p {
	color:var(--black);
	font-size: 1.125em;
    line-height: 1.4444444444em;
}

section.mission .content-diversity-wrap {
	margin:auto;
	margin-top: -50px;
	box-sizing: content-box;
	position: relative;
}

section.mission img {
	margin: auto;
	max-width: 220px;
	margin-bottom: 1em;
	background: var(--white);
	padding: 0 1.25em;
}

section.mission .content-diversity-border {
	border: 1px solid var(--black);
	border-radius: 11px;
	padding: 1.5em 2em;

}

section.mission .content-mission p {
	font-size: 21px;
    font-weight: 600;
    line-height: 32px;
}

section.mission h3 {
	font-size: 34px;
    color: var(--black);
    font-weight: 800;
    margin: 0 0 8px 0;
    line-height: 41px;
}



section.form {
	background: var(--bg-grey);
}

section.form h3 {
	font-size: 30px;
    font-weight: 800;
    margin: 0 0 8px 0;
	line-height: 38px;
	color: var(--black);
}

section.form h3.fancy {
	font-size: 34px;
	text-align: right;
	margin-right: 6em;
	color:var(--teal);
}

section.form .wrap-form {
	margin: auto;
	max-width: 414px;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.10);
	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 11px;
}
section.form h3.arrow::after {
	content: url('/wp-content/uploads/2023/07/icon-arrow-teal-form-sm.svg');
	position: absolute;
	max-width: 160px;
	margin-top: 50px;
    margin-left: -81px;
}

section.form .content-form {
    flex-basis: 240px;
    flex-grow: 9999;
	padding-top: 3em;
}
section.form .content-form-app {
    flex-basis: 550px;
    flex-grow: 1;
    margin-left: 0;
}

section.wrap-value-prop-qoute.flex {
	gap: 1em;
}


section.form img.arrow-teal {
    margin-left: 50px;
	max-width: 145px;
}

section.why-chiro-one {
	max-width: 100%;
	padding: 90px 32px;
}

section.why-chiro-one ul {
    margin: 18px 0 46px 0;
    list-style: none;
}

section.why-chiro-one ul li{
    font-size: 18px;
    line-height: 1.3333333333em;
    color: #707070;
    padding-left: 1.5em;
    font-weight: 400;
}
section.why-chiro-one ul li:not(:first-child){
    margin-top: 8px;
}

section.why-chiro-one ul li:before {
    content: url(/wp-content/uploads/2023/04/icon-bullet-green-00.svg);
    top: 3px;
    left: 0;
    height: 16px;
    width: 16px;
    margin-right: 8px;
    position: relative;
}



/*-- Header -- */
section.offer-stripe h1 span {
	font-family: "marydale";
	font-size: 68px;
	color: #add261;
}

/*-- End Header --*/
.hdr-infographic p {
	font-weight: 700;
	margin-bottom: 1em;
}
.hdr-infographic p:last-of-type {
	font-weight: 700;
	margin-bottom: 1em;

}

.brochure {
	display: flex;
	align-items: center;
	margin-top: 0;
	border-top: 0 solid var(--black);
	margin-left: .25em;
}


p.brochure {
	display: flex;
	margin-top: 2em;

}
.brochure p {
	color: var(--black);
}

.btn-infographic {
	color: #296E8D;
	font-weight: 800;
	transition: ease-in-out all .2s;
}


.btn-infographic:hover {
	color: #FF6D3F;
}

.hdr-infographic {
	margin-bottom: 8px;
	margin-top: 5px;
}

.wrap-info-bug a {
	text-decoration: none;
}

.spin {
	-moz-transition: all 0 linear;
	-webkit-transition: all 0 linear;
	transition: all 0 linear;
}

.spin.up {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.carret {
	margin-right: 0.5em;
}

h3.hero {
	font-size: 21px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 28px;
	color: white;
}

h3 span.green-text {
	color: #ACD459;
}

p.quote {
	font-size: 21px;
	font-weight: 600;
	line-height: 32px;
	color: #464646;
	text-align: center;
	max-width: 820px;
	margin: auto;
	margin-bottom: 1em;
}

p.quote-name {
	font-size: 21px;
	font-weight: 400;
	line-height: 32px;
	color: #707070;
	text-align: center;
	font-style: italic;
}

.hide {
	display: none
}

.wrap-video {
	margin-top: 0;
	margin-bottom: 16px;
}

p.wsr-video-desc {
	text-align: center;
	padding: 0 1em 2em 0;
}

.header-dropdown:hover {
	cursor: pointer;
}

.header-dropdown {
	font-size: 1.125em;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 1.75em 2em;
	color: rgba(112, 112, 112, 1);
	border-bottom: 1px solid rgba(112, 112, 112, .25);
	
}
.header-dropdown-border-bottom {
border-top: 1px solid rgba(112, 112, 112, .25);
}

.header-dropdown-border-top {
border-top: 1px solid rgba(112, 112, 112, .25);
}
.header-dropdown strong {
	font-weight: 900;
	color: #4c4c4c;
}

.form-header {
	background: var(--blue-dark);
	border-top-left-radius: var(--border-radius);
	border-top-right-radius: var(--border-radius);
	padding: 20px 0 18px 0;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	border-bottom-right-radius: 0 border-bottom-left-radius:0;
	margin-bottom: -0.5em;
	font-size: 1em;
	color: rgba(5, 98, 139, 1);
	font-weight: 900;
	margin-bottom: -0.5em;
}

.green-dots-square:before {
	content: "";
	position: absolute;
	width: 145px;
	height: 145px;
	background: url(/wp-content/uploads/2022/05/bg-dots-green-square.svg) no-repeat;
	z-index: 1;
	display: block;
	margin-left: 112px;
	margin-top: -35px;
}

section.wrap-gen {
	padding: 5em 2em;
	max-width: 100%;
}

section.quote {
	padding: 5em 2em;
	background-color: var(--bg-grey);
}

/* Section Value List */
section.value-list {
	background: var(--bg-grey);
	min-height: 310px;
}


.btn-apply-now{
	color: #FFF;
    /*background: linear-gradient(90.01deg, #FFBC58 -27.82%, #FF6D3F 100%) !important;*/
	background: var(--orange);    
    border-radius: 7px;
    padding: 1em 2.25em;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
	box-shadow: 0px 4px 12px rgb(0 0 0 / 25%);	
	}
.btn-apply-now-sm{
	color: #FFF;
    background: linear-gradient(90.01deg, #FFBC58 -27.82%, #FF6D3F 100%) !important;
	background: var(--teal);
    border-radius: 7px;
    padding: .75em 1.25em;
    width: 100%;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 1px;
	box-shadow: 0px 4px 12px rgb(0 0 0 / 25%);	
	max-width: 215px;
	}

.btn-apply-now-teal {
	color: #FFF;
    background: var(--teal);
    border-radius: 7px;
    padding: 1em 2.25em;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
	}


	.btn-apply-now-teal:hover{
		background: linear-gradient(90.01deg, #FFBC58 -27.82%, #FF6D3F 100%) !important;
		background: var(--orange);
	}


.btn-map-sm{
	color: #FFF;
	background: linear-gradient(90deg, #ADD261 0%, #77B336 100%);
    border: 1px solid #ADD261;
    border-radius: 7px;
    padding: .75em 1.25em;
    width: 100%;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 1px;
	max-width: 215px;
	}

	.cta-benefits {
		margin-top: 32px;
		/* border-top: 2px dashed #7E8181;
		border-bottom: 2px dashed #7E8181; */
		padding: 1.5em 0;
	}

	.cta-benefits-contents {
		flex-basis: 340px;
		flex-grow: 9999;
	}

	.cta-benefits p {
		font-size: 26px;
		line-height: 28px;
		color:var(--black);
	}
	.cta-benefits-flex {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		gap: 1em;
	}
	
	.btn-apply-now:hover{
		color: #FFF;
		background: linear-gradient(90.01deg, #FFBC58 -27.82%, #FF6D3F 100%) !important;
		background: var(--orange);
	}

	.btn-learn-more{
		color: #FFF;
		background: transparent;
		outline: 3px solid var(--white);
		border-radius: 7px;
		padding: 1em 2.25em;
		width: 100%;
		font-size: 22px;
		font-weight: 700;
		letter-spacing: 1px;
		transition: ease-in-out all .2s;
		}

		.btn-learn-more:hover{
			color: #FF6D3F;
			background: var(--white);
			}

p.wsr-video-desc.fancy {
	font-size: 1.375em;
	line-height: 32px;
	padding:0 2em;
	font-weight: 900;
}
section.h1 {
	letter-spacing: 0;
	font-weight: 800;
}
section h1 span {
	font-weight: 900;
	font-size: 38px;
	letter-spacing: 0;
}
.value-list h2 span {
	font-size: 38px;
}
section h1,
.value-list h2 {
	color: var(--black);
	letter-spacing: 0;
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: 800;
}

.h3-black {
	font-size: 30px;
	color: var(--black);
	font-weight: 800;
	margin: 0 0 18px 0;
	line-height: 38px;
	margin-top: -38px;
}

section.wrap-you-will a, section.mission a  {
	color: var(--blue);
	text-decoration: none;
	border-bottom: 0.5px solid var(--blue-50);
}
section.mission p.fancy {
	font-weight: 900;
	line-height: 32px;
}

section.wrap-you-will ul.benefits-list li {
	font-size: 21px;	
	list-style: none;
	column-width: fit-content;
	margin-bottom: 10px;
}
section.wrap-you-will ul{
    column-count: 1;
	column-gap: 0;
    -moz-column-count: 1;
    -webkit-column-count: 1;
	max-width: 580px;
	margin-left: 1.5em;
}

section.wrap-you-will ul.benefits-list li::before {
    content: url(/wp-content/uploads/2023/06/icon-check-solid-green-med.svg);
    top: 6px;
    left: 0;
    height: 16px;
    width: 16px;
    margin-right: 8px;
    position: relative;
}
section.wrap-you-will h3 span {
	font-size: 34px;
	font-weight: 700;
}

section.wrap-you-will .wrap-dropdown-content {
	flex-basis: 780px;
    flex-grow: 9999;
    padding-right: 5em;
}


section.wrap-you-will .wrap-dropdown-bordered {
	/* border: 2px dashed var(--green)
	border: 2px dashed var(--black);
	border-radius: 11px;
	padding: 12px 0 24px 24px;*/
	margin-top: 34px;
}

section.wrap-you-will .video-wsr {
    flex-basis: 450px;
    flex-grow: 1;
    margin-left: 0;
}

/* End Section Value List */
section.map {
	background-color: #255D78;
}

/* section.map .wrap-map { padding: 44px 2em 32px; } */
.dots-long {
	background: url(/wp-content/uploads/2022/08/dots-long-green.svg);
	background-repeat: repeat-x;
	background-color: var(--bg-grey);
	height: 65px;
}

.form-header-cta {
	border-radius: var(--border-radius) var(--border-radius) 0px 0px;
	font-family: "marydale";
	font-weight: 600;
	color: white;
	font-size: 48px;
	text-align: center;
	line-height: 48px;
	padding: 0 16px 14px;
	letter-spacing: 5px;
}

.fancy {
	font-family: "marydale";
	font-weight: 700;
	letter-spacing: .5px;
}

.green  {
    color: var(--green);
   /* background: var(--green-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

.form .form-value-prop {
	background-color: #f3eee0;
	text-align: center;
	color: #106389;
	font-weight: 700;
	padding: 11px 21px;
	position: relative;
	letter-spacing: 1.5px;
	font-size: 16px;
}

.offer-wrap-page {
	max-width: 100%;
	/*height: 1000px;*/
	margin: auto;
	border-top: 1px solid white;
}

.flex {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
    gap: 4em;
}

.flex-info {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.flex-map {}

.flex-you-will {
	width: 50%;
}

.flex-dropdown {
	display: flex;
	justify-content: space-between;
	flex-direction: row;	
}

.offer-form-flex {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	width: 100%;
	gap: 6em;
}

.wrap-cta-btn {
    max-width: 275px;
}

.wrap-cta-btn a {
    text-decoration: none;
}
.wrap-cta-btn p {
    color: var(--white);
    font-size: 24px;
    text-align: center;
}

.value-props-flex {
	display: flex;
	flex-direction: row;
	width: 100%;
    gap: 2em;
}


h1.offer-title {
	font-size: 60px;
	color: white;
	font-weight: 700;
	padding-bottom: 8px;
	text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
	letter-spacing: 2px;
	line-height: 58px;
	margin-top: 0;
	text-align: left;
	max-width: 700px;
}




.gfield_radio {
	display: flex;
	flex-direction: row;
	align-content: left;
}

.disclaimer-mobile {
	display: none;
}


section.offer-stripe .hero-cta-content {
	flex-basis: 450px;
	flex-grow: 1;
	margin-left: 0;
	border:0 solid red;
}

section.offer-stripe .hero-cta-content ul li {
	font-size: 24px;
	color: var(--white);
	font-weight: 600;
	list-style: none;
	margin-bottom: 18px;
}
section.offer-stripe .hero-cta-content ul {
	margin-top: 12px;
}

section.offer-stripe .hero-cta-content ul li::before {
	content: url(/wp-content/uploads/2023/06/icon-check-solid-white-large.svg);
	top: 7px;
    left: 0;
    height: 32px;
    width: 32px;
    margin-right: 8px;
	position: relative;
}

section.offer-stripe a {
	color: var(--white)
}


.offer-stripe .flex {
    gap: 12px;
}


.offer-stripe {
	margin: 0;
	padding: 5.0em 2em 4em 2em;
	height: 450px;
	background: linear-gradient(88deg, #369E9C 0%, #293442 35.17%, #293443 48.48%, rgba(41, 52, 66, 0.00) 70.83%, rgba(41, 52, 66, 0.00) 100%), url(/wp-content/uploads/2023/07/bg-career-wsrs-06.png);
	/*	url(/wp-content/uploads/2022/08/bg-recruiting-00.jpg);*/
	background-blend-mode: normal;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.offer-form-flex-col-left-content {
	width: 32.500em;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin-right: 1em;
}

.wrap-gen {
	max-width: 1200px;
	margin: auto;
	border: 0 solid red;
}

.offer-form-flex-col-right {
	width: 25.625em;
	margin-left: 1em
}

.offer-wrap-stripe {
    max-width: 1200px;
	margin: auto;
	height: 13.125em;
}

.offer-wrap-disclaimer-outside {
	max-width: 75em;
	margin: auto;
}

.offer-form-flex-col-left {
    margin-top: 0;
    border: none;
    max-width: 800px;
	margin: 0;
	/* flex-basis: 890px;
    flex-grow: 9999; */
}

.offer-form-flex-col-left h3 {
    text-align: left;
    color: var(--white);
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 1em;
    letter-spacing: 1.25px;
}

.wrap-review {
	max-width: 650px;
	border: none;
}

/*.wrap-review p { font-size: 1.125em; margin-bottom: 1em; margin-top: .5em; text-align: center; line-height: 27px; color: #707070; padding: 0; font-weight: 400; letter-spacing: 0.125px; }*/
.wrap-review p.reviewer-name {
	font-size: 18px;
	font-family: "Nunito Sans";
	font-weight: 700 !important;
	color: rgba(70, 70, 70, 1.0);
}

a.find-and-contact {
	border-bottom: 1px solid rgba(70, 70, 70, 0.5);
	font-weight: 400;
	transition: ease-in-out all .2s;
}

a:hover.find-and-contact {
	color: #106389;
	border-bottom: 1px solid rgba(16, 99, 137, 1.0);
}

.offer-wrap-form {
	/* width: 25.875em; */
	width: 414px;
	height: 630px;
	margin-top: -1em;
	background-color: white;
	position: absolute;
	border-radius: 11px;
	border-top: none;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}

.offer-amount {
	width: 27.00em;
}

.offer-amount span.offer-dollar-sign {
	position: absolute;
	font-size: 45px;
	border: 0 dashed lightblue;
	margin-top: -5px;
}

.offer-amount span.offer-number {
	position: absolute;
	font-size: 9.50em;
	padding-right: 20px;
	margin-left: 32px;
	margin-top: -15px;
	height: 120px;
	text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.offer-detials h2 {
	color: white;
	font-size: 2.55em;
	padding-bottom: 4px;
	font-weight: 800;
	letter-spacing: 2.25px;
	text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

section.map h2 {
	font-size: 40px;
	color: white;
	font-weight: 800;
	letter-spacing: 1px;
	margin-bottom: 1.25em;
	line-height: 21px;
}

section.map .map-lc {
	padding-top: 5.5em;
}

section.map p {
	color: white;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: center;
	max-width: 370px;
	text-transform: uppercase;
}

.map-clinics {
	max-width: 700px;
}

.reviews-stars-test {
	/* background: url(/wp-content/uploads/2022/05/icons-starts-yellow.svg) no-repeat center center; height: 44px; background-size: 250px; */
	margin: auto;
	text-align: center;
}

section.map h2 .fancy-map {
	font-family: "marydale";
	font-size: 2.15em;
	line-height: 1.25em;
	color: #add261;
}

.offer-detials h3 {
	color: #FFF7AE;
	color: #f3eee0;
	font-size: 1em;
	padding-bottom: 2px;
	letter-spacing: 0.045em;
	font-weight: 700;
	letter-spacing: 1px;
	text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.testimonial-header-wrap {
	max-width: 755px;
	margin: auto;
	text-align: center;
	margin-bottom: 17px;
}

section.testimonials .testimonial-header-wrap h2 {
	font-weight: 800;
	font-size: 30px;
	max-width: 600px;
	margin: auto;
}

section.testimonials .testimonial-header-wrap h2 span {
    font-family: "marydale";
    font-weight: 900;
    font-size: 36px;
    line-height: 1.25em;
    color: var(--teal);
}

section.testimonials .testimonial-sub-header-wrap p {
	font-size: 1.125em;
	color: rgba(112, 112, 112, 1);
	font-weight: 600;
	max-width: 755px;
}

.offer-wrap-form-header {
	padding: 2em 2em 0 2em;
}

.testimonial-carousel.slick-initialized.slick-slider {
	margin-top: -88px;
}

h1.hdr-title {
	color: #464646;
	font-size: 37px;
	font-weight: 800;
	text-align: center;
	letter-spacing: 0.065em;
	margin-bottom: -10px;
}

.reviews-stars-sched {
	margin: auto;
	text-align: center;
	width: 220px;
}

.wrap-testimonials-box {
	margin: auto;
	background: var(--white);
	border-radius: 30px;
	padding: 16px 3em 0 3em;
	max-width: 1200px;
}

.wrap-testimonials-box h3 {
	text-align: center;
	font-size: 18px;
	color: rgba(112, 112, 112, 1);
	font-weight: 400;
	line-height: 150%;
	max-width: 290px;
	margin: auto;
	margin-top: 0.5em;
	margin-bottom: 32px;
}

.quote-wrap {
	border-radius: 11px;
	background-color: white;
	max-width: 85%;
	padding: 2em;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
	margin: auto;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.quote-wrap p {
	line-height: 150%;
	font-weight: 400;
	color: #4c4c4c;
	text-align: center;
}

.quote-wrap-flex {
	padding: 0;
	margin: 0;
	display: flex;
}

p.quote-name-test {
	color: #707070;
	font-style: italic;
	margin-top: 1em;
}

.wrap-q {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 2em;
}

.wrap-testimonials {
	padding: 0 2em;
}

.wrap-quotes {
	border: 0 solid pink;
	max-width: 100%;
	margin: auto;
}

.carousel-controls.testimonial-carousel-controls {
	width: 700px;
	border: 0 solid skyblue;
	margin: auto;
}

/* -- FORM --*/
/*-- Form --*/
.gform_wrapper .gfield {
	margin-top: 30px !important;
	list-style: none;
}


.form-bar-divider {
	height: 1px;
	margin: auto;
	width: 100%;
	border-bottom: 1px solid rgba(120, 191, 217, 0.5);
}

.gform_wrapper .gfield label {
	position: absolute;
	font-family: "Nunito Sans";
	font-weight: 800;
	font-size: 1.0em;
	line-height: 1.4166666667em;
	letter-spacing: 0.01em;
	display: block;
	margin-bottom: 5px;
	color: var(--black);
	text-transform: none;
	padding: 0 0.33em 0.125em 0.33em;
	margin-top: -10px;
	margin-left: 10px;
	background-color: #fff;
}





.gform_wrapper .gfield_radio label {
	margin-top: -21px;
	margin-left: 30px;
	color: #707070;
	font-weight: 400;
}

.gform_wrapper .gfield input[type=radio]:before {
	background-color: #005195;
}

.gform_wrapper .gfield input[type=radio] {
	width: 24px !important;
	height: 24px !important;
	border: 1px solid #a8a8a8;
	border-radius: 24px;
	padding: 0;
	margin-top: 1em;
	margin-left: 0;
	margin-right: 60px;
	border-bottom: 0 solid #106389;
	appearance: radio;
	background: #fff;
	accent-color: #106389;
}

fieldset .gfield_label {
	font-weight: 800;
	font-size: 1.0em;
	color: rgba(55, 70, 90, 1);
}

.gform_wrapper .gfield input[type=checkbox] {
	width: 30px !important;
	height: 30px !important;
	border: 1px solid #a8a8a8;
	border-radius: 5px;
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	border-bottom: 3px solid var(--blue-dark);
	/* appearance: checkbox; */
	background: #fff;
	/* transition: ease-in-out all .2s;*/
}

.gform_wrapper .gfield input[type=checkbox]:hover {
	border: 1px solid rgba(55, 70, 90, 1);
	border-bottom-color: var(--blue-dark);
	border-bottom-width: 3px;
	outline: none;
}

.gform_wrapper .gfield input[type=checkbox]:checked:after {
	content: ' ';
	display: block;
	width: 19px;
	height: 9px;
	position: absolute;
	/* top: auto; left: 33px; */
	border: 4px solid #add261;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-left: 5px;
	margin-top: 6px;
}

.gform_wrapper .gfield input[type=checkbox] + label {
	font-family: "Nunito Sans";
	font-weight: 400;
	font-size: 0.888888em;
	line-height: 1.25em;
	margin: -40px 0 0 40px;
	background: none;
	position: relative;
}

.ginput_container.ginput_container_checkbox {
	margin-top: 5px;
}

.form-career-wsr .button {
	color: #FFF;
	background: linear-gradient(90.01deg, #FFBC58 -27.82%, #FF6D3F 100%) !important;
	border: 1px solid #FD934A;
	border-radius: 7px;
	padding: 1em 2em;
	width: 100%;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1px;
	transition: ease-in-out all 0.2s;
}

.form-career-wsr .button:hover {
	cursor: pointer;
	background: linear-gradient(90deg, #ADD261 0%, #ADD261 100%)
}

#gform_6_validation_container {
	position: absolute;
	display: none;
}

.gform_wrapper .gfield.gfield_error input,
.gform_wrapper .gfield.gfield_error textarea
.gform_wrapper .gfield.gfield_error textarea{
	border: 1px solid rgba(209, 81, 81, 1);
	border-bottom: 3px solid rgba(209, 81, 81, 1);
	
}


.gform_wrapper .gfield.gfield_error input[type=radio]{
	accent-color: rgba(209, 81, 81, 1);

}

.gform_wrapper .gfield.gfield_error input[type=radio]:before {
    content: '';
    display: block;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    border: 1px solid rgba(209, 81, 81, 1);
    background-color: transparent;
	appearance: radio;
	
}



.gform_wrapper .gfield input {
	font-family: "Nunito Sans";
	font-weight: 400;
	font-size: 1.0em;
	width: 100%;
	height: 47px;
	padding: 1.25em 1em 1em 0.75em;
	border-radius: 5px;
	color: #707070;
	appearance: none;
	-webkit-appearance: none;
	background-color: #FFF;
	box-sizing: border-box;
	border: 1px solid #a8a8a8;
	/* border: 1px solid rgba(55, 70, 90, 1);*/
	border-bottom: 3px solid var(--blue-dark);
	transition: ease-in-out all .2s;
}

.gform_wrapper .gfield.upload input {
	font-family: "Nunito Sans";
    font-weight: 400;
    font-size: 1.0em;
    width: 100%;
    height: 70px;
    padding: 1.25em 1em 1em 1em;
    border-radius: 5px;
    color: #707070;
    appearance: none;
    -webkit-appearance: none;
    background-color: #FFF;
    box-sizing: border-box;
    border: 1px solid #a8a8a8;
    transition: ease-in-out all .2s;
    margin-bottom: 1em;
    /* border-right: 0; */
    /* border-left: 0; */
    border-radius: 7px;
}


.gform_wrapper .gfield.upload input:focus {
	border: 1px solid var(--teal);
	outline: none;
}
.gform_wrapper .gfield.upload input:hover {
	border: 1px solid var(--teal);
	outline: none;
	cursor: pointer;
}


input::file-selector-button {
    color: var(--black);
    padding: 0.5em;
    border: 1px solid #a8a8a8;
    border-radius: 3px;
	background-color: var(--bg-grey);
}
input::file-selector-button:hover {
	border: 1px solid var(--teal);
	color: var(--teal);
	background-color: rgba(239, 249, 248, 1);
	cursor: pointer;
}



/* .gform_wrapper .gfield.upload label {
    margin-left: -7px;
} */

.gform_wrapper  .gfield.upload span#gfield_upload_rules_17_9 {
    color: var(--black);
    font-size: 1em;
    line-height: 21px;
}

.gform_wrapper .button {
	color: #FFF;
    background: linear-gradient(90.01deg, var(--orange) -27.82%, var(--orange) 100%) !important;
    border-radius: 7px;
    padding: 1em 2em;
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: ease-in-out all 0.2s;
}



.gform_wrapper .button:hover{
	background: linear-gradient(90.01deg, #FFBC58 -27.82%, #FF6D3F 100%) !important;
	background: var(--orange);
}



.gform_wrapper .gfield input:focus {
	border: 1px solid a8a8a8;
	border-bottom-color: var(--teal);
	border-bottom-width: 3px;
	outline: none;
}

.gfield_required_asterisk {
	display: none
}



section.cta {
	display: none;
}

legend {
	font-size: 1em;
	font-weight: 400;
}

.gform_required_legend {
	display: none;
}

/*-- END FORM --*/
.iframe-form {
	padding: 1em 2em 2.25em 2em;
	background-size: 412px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: var(--white);
	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 11px;
}

/*--TEST --*/
.testimonials {
	overflow: hidden;
	position: relative;
	background-color: var(--white);
}

..one-slide,
.testimonial2,
.message {
	border: none !important;
	outline: none !important;
}

.icon-overlay {
	position: absolute;
	opacity: 0.3;
	right: 10%;
	top: 0;
	height: auto;
	width: 100%;
	max-width: 400px;
	display: inline;
}

.carousel-controls .control {
	position: relative;
	transform: translateY(-50%);
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: var(--green);
	z-index: 1;
}

.prev {
	top: 130px;
	left: -48px;
}

.next {
	top: 84px;
	left: 702px;
}

.fa-testimonials {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: white;
	margin-top: 13px;
	padding: 0.125em 1.10em;
}


.control:hover {cursor:pointer}

	.header-dropdown-title {
		line-height: 28px;
		color: var(--black);
		transition: ease-in-out all .2s;
	}

.header-dropdown:hover .header-dropdown-title {	color: #106389;}

.iframe-form .gform_validation_errors {
    display: none!important;
}



.iframe-form .gform_wrapper .gfield .validation_message {
    display: block;
    padding: 6px 0 0 5px;
    border: 0;
    position: absolute;
    font-size: 0.725em;
    color: rgba(209, 81, 81, 1);
    font-weight: 600;
}



.form-career-wsr .gform_wrapper .gfield.gfield_error input, .gform_wrapper .gfield.gfield_error textarea{
    border: 1px solid rgba(209, 81, 81, 1);
}

.iframe-form .gform_wrapper .gfield_error .gfield_repeater_cell label, 
.iframe-form .gform_wrapper .gfield_error label, 
.iframe-form .gform_wrapper .gfield_error legend, 
.iframe-form .gform_wrapper .gfield_validation_message, 
.iframe-form .gform_wrapper .validation_message, 
.iframe-form .gform_wrapper [aria-invalid=true]+label, .gform_wrapper label+[aria-invalid=true] {
    color: rgba(209, 81, 81, 1);
}





/* Form Last question */

div#validation_message_12_20 {
    margin-top: 5px;
}
/* End Last question */



@media screen and (min-width: 2000px) {

.offer-stripe {
    margin: 0;
    padding: 5em 2em 4em 2em;
    height: 450px;
    background: linear-gradient(88deg, #369E9C 0%, #293442 29.17%, #293443 46.00%, rgba(41, 52, 66, 0.00) 66.00%, rgba(41, 52, 66, 0.00) 100%), url(/wp-content/uploads/2023/07/bg-career-wsrs-06-wide-06.png);
    background-blend-mode: normal;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}

}

@media screen and (max-width: 1920px) {
	/*
.offer-stripe {
    margin: 0;
    padding: 5em 2em 4em 2em;
    height: 450px;
    background: linear-gradient(88deg, #369E9C 0%, #293442 29.17%, #293443 60.48%, rgba(41, 52, 66, 0.00) 70.83%, rgba(41, 52, 66, 0.00) 100%), url(/wp-content/uploads/2023/07/bg-career-wsrs-06a.png);
    background-blend-mode: normal;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}
*/
h1.offer-title {
	max-width: 700px;
	font-size: 55px;
}

.offer-form-flex-col-left h3 {
    font-size: 24px;
}
}
@media screen and (max-width: 1500px) {
	
.offer-stripe {
    margin: 0;
    padding: 5em 2em 4em 2em;
    height: 450px;
    background: linear-gradient(88deg, #369E9C 0%, #293442 29.17%, #293443 55.48%, rgba(41, 52, 66, 0.00) 70.83%, rgba(41, 52, 66, 0.00) 100%), url(/wp-content/uploads/2023/07/bg-career-wsrs-06a.png);
    background-blend-mode: normal;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}


}

@media screen and (max-width: 1300px) {
	.wrap-general {
		padding: 5em 2em;
	}

	section.cta-section .wrap-transform-lives-flex {
		gap: 2em;
	}

	section.wrap-gen .value-prop-mission {
		padding-right: 0; 
	}
	section.wrap-you-will .flex {
		display: block;
	}

	section.wrap-you-will ul {
		column-count: 2;
		column-gap: 1em;
		-moz-column-count: 2;
		-webkit-column-count: 2;
		max-width: 700px;
		margin-left: 1.5em;
	}

	section.wrap-you-will .cta-benefits {
		max-width: 590px;
		flex-basis: 240px;
}
	section.wrap-you-will .wrap-dropdown-content {
    	margin-bottom: 5em;
}
section.wrap-you-will .video-wsr {
	max-width: 555px;
}

section.wrap-you-will p.wsr-video-desc {
    text-align: left;
    padding: 0 1em 2em 0;
}

section.mission .content-diversity {
    padding: 0;
}
}

@media screen and (max-width: 1250px) {


	.offer-stripe {
		margin: 0;
		padding: 5em 2em 4em 2em;
		height: 450px;
		background: linear-gradient(88deg, #369E9C 0%, #293442 29.17%, #293443 45.48%, rgba(41, 52, 66, 0.00) 70.83%, rgba(41, 52, 66, 0.00) 100%), url(/wp-content/uploads/2023/07/bg-career-wsrs-06a.png);
		background-blend-mode: normal;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: right bottom;
	}
		



	.wrap-review {
    max-width: 55%;
    border: none;
}
	
	.wrap-dropdown-content	{
	width: 100%;
		margin-right:4em;
		
	}
	
	
	.wrap-dropdown {
	width: 100%;
 
    border: 0 solid red;

}
	
	section.map .flex {
		justify-content: center;
	}	
	
	section.map h2 {
		margin-top: .5em;
    font-size: 32px;
	}
	
	
	section.map .map-rc {
		padding: 3em;
	}
	
	
	.map-clinics {
    max-width: 490px;
}
	
}


@media screen and (max-width: 1220px) {
	main {
		margin-top: 60px;
	}

	section.cta-section .wrap-transform-lives-flex {
		display: block;
	}
	section.cta-section .wrap-cta-btn {
		margin: auto;
	}

	section.cta-section .content.btn-wrap {
		margin: auto;
		text-align: center;
		margin-top: 2em;
	}
}


@media screen and (max-width: 1024px) {
	
	.offer-stripe {
		margin: 0;
		padding: 3em 2em 4em 2em;
		height: 750px;
		background: linear-gradient(180deg, rgba(42, 56, 70, 0.00) 17.00%, rgba(41, 50, 64, 0.99) 58.22%, rgba(42, 56, 70, 0.94) 76.00%, #39B1AC 100%), url(/wp-content/uploads/2023/07/bg-career-wsrs-mobile-tablet.jpg);
	   /* background: rgba(9, 79, 111, 0.84) 60%;*/
		background-size:cover;
		margin: 0;
		display: flex;
	}	


	.offer-wrap-stripe {
		max-width: 1200px;
		margin: 0;
		height: auto; 
	}

	.offer-form-flex {
		display: flex;
		align-items: end;
	
	}

	h1.offer-title {
		margin-top: 0;
		max-width: 100%;
		text-align: center;
	}


.flex {
    display: block;
}	

.offer-form-flex-col-left {
    margin-top: 0;
    border: none;
    max-width: 100%;
    margin: 0;

}

.offer-form-flex-col-left h3 {
   text-align: center;
}

.wrap-cta-btn {
    max-width: 275px;
	margin: auto;
}
section.wrap-you-will ul {
    column-count: 1;
}



section.cta-section .content h3 {
	text-align: center;

}

section.cta-section .content h3:last-of-type {
	margin-bottom: 1em;
}

section.cta-section .content h1 {
	text-align: center;
	line-height: 48px;
	margin-bottom: 0.75em;
}

section.cta-section span.fancy.dyk::after {
    content: "\a";
    white-space: pre;
}

section.wrap-gen .qoute-content-border {
	margin-top: 4em;
    max-width: 500px;
}

section.mission .flex-mission {
    display: block;
}

section.mission .content-diversity-border {
    padding: 1.5em 3em 2em 3em;
}

section.mission .content-diversity-wrap {
    margin: auto;
    margin-top: -50px;
    box-sizing: content-box;
    position: relative;
	text-align: center;
}


section.mission .content-diversity {
    padding: 0;
	margin-top: 6em;
}


section.mission .content-diversity {
	text-align: left;
	max-width: 600px;
}

section.cta-section .icon-transform {
    text-align: center;
	margin-bottom: 5em;
}


section.mission .content-mission {
    padding-right: 0;
}

section.wrap-you-will .wrap-dropdown-content {
    padding-right: 0;
}

section.form h3 {
	text-align: center;
}
section.form h3.fancy {
	display: none;
}

.h3-black {
    width: fit-content;
}

	
	.iframe-form {
		background-color: white;	
	}	
	
.form-mobile {
	display: block;
		background-color: var(--bg-grey);
		padding: 80px 2em 0 2em;
}	


.offer-form-flex-col-right {
		display: none;
	}
	
.offer-wrap-form {		
		margin:auto;
		position: relative;
	background-color: var(--bg-grey);

	}
	
.wrap-review {
    max-width: 100%;	
	}

	section.value-list {
		min-height: auto;
	}	
section.wrap-gen {
    padding: 75px 2em 80px;	
}
	/* .mobile {display: block}*/

	.btn-learn-more{
	color: #FFF;
    background: linear-gradient(90.01deg, #FFBC58 -27.82%, #FF6D3F 100%) !important;
    border: 1px solid #FD934A;
    border-radius: 7px;
    padding: 1em 2em;
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
	box-shadow: 0px 4px 12px rgb(0 0 0 / 25%);	
	}


	
	.green-dots-square:before {
		display: none;
	}
.youtube-resize {
    position: relative;
    padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
    /* padding-bottom: 62.5%; - 16:10 aspect ratio */
    /* padding-bottom: 75%; - 4:3 aspect ratio */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.youtube-resize  iframe,
.youtube-resize  object,
.youtube-resize embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

	
section.map .map-rc {
    padding: 0;
    text-align: center;
}	
section.map .map-lc {
    padding-top: 0;
    text-align: center;
}	

section.career .dyk-icon-content img {
    margin-top: 5em;
}
section.career .career-flex {
    display: block;
}


	}


@media screen and (max-width: 900px) {

	section.interested .wrap-interested-flex {
		display: block;
	}

	section.interested .wrap-inner h4.grey {
		width: 100%;

	}
	
	.carousel-controls.testimonial-carousel-controls {
		    width: 100%;
}

section.cta-section .wrap-transform-lives-flex {
    display: block;
}

section.mission .flex-mission {
    display: block;
}

section.mission .content-diversity {
    margin-top: 5em;
}

	.next {
    top: 0;
    left: 0;
}
	
	.prev {
    top: 0;
    left: 0;
}

	.flex-controls {
		display: flex;
	justify-content: space-between;
	flex-direction: row;	
	}	
	.wrap-controls {
    width: 109px;
    position: relative;
    z-index: 99;
		margin:auto;
	}
	
.testimonial-carousel.slick-initialized.slick-slider {
    margin-top: -45px;
}	
	
.quote-wrap {
    max-width: 96%;	
}

}




@media screen and (max-width: 700px) {	

	.offer-stripe {
		height: 635px;
	}	

	section.offer-stripe h1 span {
		font-size: 50px;
	}

	section.wrap-gen .qoute-content-border {
		max-width: 100%;
	}
	section h1 {
		font-size: 26px;
	}

	section.value-list .fancy {
		font-size: 32px;
	}


	section.wrap-gen .wrap-value-prop-qoute h3 {
		font-size: 21px;
	}
	section.wrap-gen .wrap-value-prop-qoute p {
		font-size: 21px;
	}

	section.cta-section .content h1 {
		font-size: 26px;
		line-height: 34px;
		font-weight: 800;
	}

	section.cta-section .content h1 .fancy {
		font-size: 32px;
	}
	
	section.wrap-you-will p.wsr-video-desc {
		text-align: center;
		padding:0;
	}

	section.cta-section .content h3 {
		line-height: 32px;
		margin-bottom: 1em;
	}

	section.cta-section .content h3 span {
		font-size: 26px;
	}

	section.interested .wrap-inner {
		padding: 2.5em 2em 3.5em 2em;
		margin-top: 0;
	}

	section.form .content-form {
		padding-top: 0;
	}

	section.mission .content-mission {
		padding-right: 0;
		padding-top: 0;
	}

	section.mission h3 {
		font-size: 32px;
		line-height: 38px;
	}

	section.mission .content-mission {
		text-align: center;
	}

	section.form h3 {
		font-size: 26px;
		line-height: 34px
	}


	section h1 span {
		font-size: 32px;
	}

	section.interested .wrap-inner h4.grey {
		font-size: 18px;
	}
	section.interested .wrap-inner .fancy {
		font-size: 32px;
	}

	section.interested .wrap-inner h1 {
		padding: 0 8px ;
		max-width: 100%;
		margin-top:0;
	}
	.youtube-resize {
		padding-top: 48px;
	}

	.h3-black {
		font-size: 26px;
		line-height: 34px;
	}

h1.offer-title {
    font-size: 40px;
    line-height: 42px;
}

.offer-form-flex-col-left h2 {
    font-size: 24px;
}


	
section.wrap-you-will ul {
    column-count: 1;
    column-gap: 0;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    max-width: 580px;
    margin-left: 1.5em;
}

	h1.offer-title {margin-top: 2em;}
	section.career img.career-map {
		max-width: 190px;
		margin-bottom: 2em
	}

	section.career .flex-content {
		display: block;
		text-align: center;
	}

	section.career .dyk-icon-content {
		text-align: center;
	}

	section.career .flex-content h4 {
		font-size: 21px;
		line-height: 24px;
		margin-bottom: 6px;
	}

	}


@media screen and (max-width: 625px) {


	#sticky-footer {
		padding: 0;
		position: fixed;
		bottom: 0;
		width: 100%;
		background-color: white;
		padding: 16px;
		border-radius: 15px 15px 0 0;
		box-shadow: 0 0 12px 6px rgb(0 0 0 / 15%);
		z-index: 9999999!important;
		display: block;
	}

	.offer-stripe {
		background-size:contain;
		background-repeat: no-repeat;
		height: 635px;
	}	


	.btn-footer-hide {
		transform: translateY(107px);
		transition: ease-in-out .4s all;
		display:none;
	}
		
	.btn-footer-show {
		transform: translateY(5px);
		transition: ease-in-out .4s all;
		display:block;
	
	
	}

}
	
@media screen and (max-width: 560px) {


	.offer-stripe {
		height: 520px;
	}	

	h1.offer-title {
    font-size: 32px;
    line-height: 34px;
	font-weight: 800;		
}

section.offer-stripe h1 span {
	font-size: 42px;
}

section.wrap-you-will p.wsr-video-desc {
    text-align: center;
}

.cta-benefits {
    margin-top: 32px;
    padding: 0;
}

.offer-form-flex-col-left h2 {
    font-size: 18px;
}
section.wrap-you-will ul.benefits-list li {
    font-size: 18px;
	margin-bottom: 0;
}

.wrap-btn-learn-more {
    margin-top: 1em;
}
.btn-apply-now-sm {
	max-width: 100%;
	padding: 1em 1.25em;
}
.cta-benefits-contents {
	margin-bottom: 2em;
}

.cta-benefits p {
	text-align: center;
	font-size: 21px;
    line-height: 21px;
	margin-bottom: 2em;
}

section.mission .content-mission p {
    font-size: 18px;
}

.cta-benefits-flex {
    display: block;
}
	
.quote-wrap {
   
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.btn-apply-now {
    font-size: 24px;
}

	}

@media screen and (max-width: 500px) {


	.offer-stripe {
		margin: 0;
		padding: 3em 24px 3em 24px;
		height: 485px;
	}

	.offer-form-flex-col-left h3 {
    line-height: 26px;
	}

	section.offer-stripe h1 span {
		font-size: 42px;
	}

	section.interested .icon-transform h4 {
		font-size: 18px;
	}

	.wrap-general {
		padding: 5em 24px;
	}

	h1.offer-title {
		margin-bottom: 0.25em;
	}

	section.wrap-gen .wrap-value-prop-qoute h3 {
		line-height: 28px;
	}

	section.wrap-you-will p.wsr-video-desc {
		line-height: 28px;
		color: var(--black);
	}
	section.mission .content-diversity p {
		text-align: center;
	}
	section.wrap-you-will .wrap-dropdown-bordered {
		margin-top: 0;
	}
	.h3-black {
		text-align: center;
		font-size: 26px;
		line-height: 34px;
		margin: 0 0 32px 0;
	}

	section.interested .icon-transform img.icon-info-00 {
		max-width: 45px;
	}

	section.interested .wrap-inner {
		padding: 2.5em 1.5em 3.5em 1.5em;
		margin-top: 0;
	}

	section.interested .icon-transform img.btn-dload {
		max-width: 23px;
	}

section.cta-section .wrap-transform-lives-flex {
    padding: 0;
}

section.mission .content-diversity-wrap {
    text-align: center;
}
	


.offer-wrap-form {
    width: 100%;
  
}
	
.desc p {
    font-size: 16px;
	line-height: 24px;
	}
	
	.quote-wrap	{
		padding: 3em 2em 2em 2em;
		
	}
	section.mission .content-diversity-border {
		padding: 1.5em 1.25em;
	}

.wrap-video {
    margin-top: 2em;	
	}
	
.youtube-resize {
    padding-top: -34px;
}	
	.wrap-btn-learn-more  {
		margin-top: 2em;
	}
.btn-learn-more {	
	font-size: 18px;
	}
	
.wrap-dropdown {
    border: 1px solid var(--green);
}	
	
.reviews-stars-sched {
   width: 150px;
}	
.wrap-testimonials {
    padding: 0;
}	
.carret {
    margin-right: 0.5em;
	margin-left: 0.5em;
	max-width: 18px;
}

.header-dropdown div {
    line-height: 21px;
font-size: 16px;
}	
	
.map-clinics {
    max-width: 100%;
}	
	
p.quote {
    font-size: 18px;
line-height: 28px;
	}
	
	.wrap-testimonials-box {
	padding: 32px 3em 1em 3em;	
	}
	
section.wrap-gen {
    padding: 5em 2em;
}	


section.mission .content-mission p {
 
	line-height: 1.4444444444em;
}

section.testimonials .testimonial-header-wrap h2 {
	letter-spacing: normal;
}

.gform_wrapper .button {
    font-size: 24px;
    font-weight: 800;
}



.wrap-general.flex {
	padding-left: 16px;
	padding-right: 16px;
}

.offer-form-flex-col-left h3 {
    font-size: 21px;
	color: white;
}

.iframe-form {
    padding: 1em 1.5em 2em 1.5em;
    background-size: 412px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--white);
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
}

section.cta-section .content h3 {

    font-size: 18px;
	line-height: 26px;
}

section.cta-section .content h3 span {
    font-size: 23px;
}

section.wrap-gen .qoute-content {
    padding: 1.5em;
}

.btn-apply-now-teal {
    font-size: 22px;

}

.form-header-cta {
	font-size: 41px;
}
		
	section.value-list {
    padding: 40px 2em 80px;
}	

.wrap-cta-btn {
    max-width: 100%;
}

	}



@media screen and (max-width: 400px) {
	.iframe-form {
		    padding: 1em 1em 2em 1em;
	}	
h1.offer-title {
    font-size: 32px;
	line-height: 36px;
}
.h3-black {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 32px 0;
}

section.mission h3 {
    font-size: 28px;
    line-height: 34px;
}

section.form h3 {
    font-size: 24px;
    line-height: 32px;
}

section.interested .wrap-inner .fancy, section h1 span, section h1 span {
    font-size: 28px;
}


section.interested a {
     text-decoration: underline; 
    border-bottom: none; 
	text-align: left;
}

	}	

/*.col-sm-12 { border: 1px solid green; width: 638px; margin: auto;}*/
/*@media screen and (max-width: 768px) {
	.testimonials {
		max-height: 700px;
	}

	.icon-overlay {
		height: 300px;
		top: calc(50% - 150px);
	}

	.carousel-controls .control {
		width: 25px;
		height: 25px;
		top: inherit;
	}

	.prev {
		left: 0;
	}

	.next {
		right: 0;
	}

	.control i {
		font-size: .7rem;
	}

	.testimonials .message {
		font-size: 1rem;
	}

	.testimonials h2 {
		font-size: 1.5rem;
	}
}
*/
/*-- END TEST --*/
