@charset "UTF-8";
@-moz-viewport { width: device-width; scale: 1; }
@-ms-viewport { width: device-width; scale: 1; }
@-o-viewport { width: device-width; scale; 1; }
@viewport { width: device-width; scale: 1; }

html {
	box-sizing: border-box;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font: normal 100%/1.5 "Open Sans", sans-serif;
}

*, *::before, *::after {
	box-sizing: inherit;
}

header {
	margin:0;
	position: relative;
}

body {
	margin:0;
}

.video-overlay {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  background-color: rgba(24, 117, 209, 0.6);
  z-index: -2;
  -webkit-transform: translate3d(0,0,0);
}

video#bgvid {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url("..img/poster.png") no-repeat;
  background-size: cover;
}

.on-top {
	z-index: 2;
}

.hero-gs {
	background-image: url("../img/get-started/gs-hero.jpg");
	background-size: cover;
	background-position: center;
	padding-bottom: 2rem;
}

.hero-ei {
	background-image: url("../img/team/ei-hero.jpg");
	background-size: cover;
	background-position: center;
	padding-bottom: 2rem;
}

.hero-oa {
	background-image: url("../img/our-approach/hero.jpg");
	background-size: cover;
	background-position: center;
	padding-bottom: 2rem;
}

.hero-pp {
	background-image: url("../img/patient-portal/hero-pp.jpg");
	background-size: cover;
	background-position: center;
	padding-bottom: 2rem;
}

.hero-se {
	background-image: url("../img/main.jpg");
	background-size: cover;
	background-position: center;
	padding-bottom: 2rem;
}

.hero-iastm {
	background-color: #18D175;
	background-size: cover;
	background-position: center;
	padding-bottom: 2rem;
}

.center {
	text-align:center;
}

.logo {
	margin-top: 1.5rem;
	margin-bottom: 0;
	left: 0;
}

.nav {
	margin:0;
	padding: 0;
	list-style-type: none;
	background-color: #fff;
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	width:100%;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
}

.nav li {
	display: block;
	padding: .5em 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.nav a {
	color: #505050;
	display: inline-block;
	padding: 0.5em 0.75em;
	text-decoration: none;
}

.nav a:hover {
	background-color: #f2f2f2;
	color: #000;
	width: 100%;
}

.nav .current {
	border-bottom: 2px solid #fff;
}

.nav .current-button {
	background-color: #fff;
	color: #18D175;
}

.schedule {
	border: none;
}

.dropdown-content {
	display: none;
}

.nav-check {
	position: absolute;
	top: -3em;
}

.nav-check:checked ~ .nav {
	display: block;
}

.nav-label {
	cursor: pointer;
	font-size: 1.25rem;
	display: inline-block;
	width: 40px;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 1.25em;
}

.nav-open,
.nav-close {
	display: block;
	width:100%;
}

.nav-close {
	display: none;
}

.nav-check:checked ~ .nav-label .nav-open {
	display: none;
}

.nav-check:checked ~ .nav-label .nav-close {
	display: block;
}

.hero-title {
/* Ron Fong */
	color: #f0f0f0;
	text-align:center;
	font-family: "Raleway", sans-serif;
	font-weight: 300;
  font-size: 2.0273rem;
  line-height: 1.4798;
  padding: 2rem 0;
}

.bottom-hero {
	padding: 4rem 0 2rem;
	background-image: url("../img/home/bottom-hero.jpg");
	background-size: cover;
	background-position: center;
	text-align: center;
}

.bottom-hero-ei {
	padding: 4rem 0 2rem;
	background-image: url("../img/team/bottom-hero.jpg");
	background-size: cover;
	background-position: center;
	text-align: center;
}

.bottom-hero-oa {
	padding: 6rem 0 6rem;
	background-image: url("../img/our-approach/bottom-hero.jpg");
	background-size: cover;
	background-position: center;
	text-align: center;
}

.text-wrapper {
	margin: 0 auto;
	width: 90%;
}

.icon-list {
	max-width: 900px;
	margin: 0 auto;
	padding: 1rem;
}

.oa-icons {
	margin-top: 2rem;
}

.button {
	background-color: rgba(255,255,255,0);
	border: 2px solid #fff;
	width: 100%;
	font-size: 17px;
	padding: 16px 32px;
	margin: 2rem auto;
	cursor: pointer;
	text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 2px;
  color: #fff;
  -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.button:hover {
	background-color: #fff;
	color: #18D175 ;
}

.content-section {
	background-color: #fff;
	padding: 4rem 0 4rem;
}

.content-section-blue {
	background-color: #18D175;
}

.content-section-grey {
	background-color: #fAfAfA;
}

.content-section-black {
	background-color: #000;
}

.partners-section{
	background-color: #fAfAfA;
	padding: 1rem 0 1rem;
}

.feature-icons {
	margin-bottom: 3rem;
}

.icon {
	float:left;
	max-width: 40px;
	max-height: 40px;
	margin-right: 1.5rem;
}

figure {
	text-align: center;
}

.subtitle {
	font-size: 1.2656rem;
  line-height: 2;
  margin-bottom: .5rem;
}

.subtitle-oa {
	font-size: 1.2656rem;
  line-height: 2;
	margin-botom: 2rem;
}

.sub {
	font-size: 1.1rem;
	line-height: 1.2;
}

.hero-title-bottom {
	font-size: 1.4rem;
	font-family: "raleway", sans-serif;
	font-weight: 300;
}

.partners img {
	display: inline-block;
	margin-right: 1.5rem;
}

.interior-photo{
	width: 100%;
	max-width: 500px;
	margin-bottom: 2rem;
}

.interior-list {
	line-height: 2rem;
}

footer {
	background-color: #000;
	text-align: center;
	color: #fff;
	padding: 2rem 0 2rem;
}

.hide-text {
	display: none;
}

.social {
	padding: 0;
	margin: 0 auto;
}

.social li{
	display: inline-block;
	text-align: center;
	margin: 0 auto;
}

.social li a,
.social li a:link,
.social li a:visited{
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	padding: 0.4125rem;
	margin-left: 0.25rem;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	color: #fff;
	-webkit-box-shadow: inset 0px 0px 0px 40px #18D175;
	-moz-box-shadow: inset 0px 0px 0px 40px #18D175;
	-ms-box-shadow: inset 0px 0px 0px 40px #18D175;
	-o-box-shadow: inset 0px 0px 0px 40px #18D175;
	box-shadow: inset 0px 0px 0px 40px #18D175;
}

.social li a:hover,
.social li a:focus,
.social li a:active{
	-webkit-box-shadow: inset 0px 0px 0px 3px #fff;
	-moz-box-shadow: inset 0px 0px 0px 3px #fff;
	-ms-box-shadow: inset 0px 0px 0px 3px #fff;
	-o-box-shadow: inset 0px 0px 0px 3px #fff;
	box-shadow: inset 0px 0px 0px 3px #fff;

	color:#18D175;
}

.ease-all{
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

.footer-email {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 1.5rem;
  line-height: 1.8729;
}

.footer-email a {
	text-decoration: none;
	color: #fff;
}

.footer-email a:hover {
	color:#BADDFA;
	font-weight: 400;
}

.footer-info {
	color: #717171;
}

.footer-info a {
	text-decoration: none;
	color: #717171
}

.footer-info a:hover {
	color: #BADDFA;
}

.gs-form-container{
	background-color: #18D175;
	padding: 2rem 1rem;
	width: 100%;
	margin: 0 auto;
}

.gs-form {
	color: #fff;
	padding: 1rem;
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
}

.gs-form label{
	font-size: 1rem;
}

input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    outline: none;
    border-radius: 2px;
    border: none;
}

input[type=text]:focus {
    border: 3px solid #2095F2;
    border-radius: 2px;
}

textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: none;
    resize: none;
    outline: none;
    border-radius: 2px;
}

textarea:focus {
	border: 3px solid #2095f2;
	border-radius: 2px;
}

input[type=submit] {
	background-color: rgba(255,255,255,0);
	border: 2px solid #fff;
	width: 100%;
	font-size: 17px;
	padding: 16px 32px;
	margin:2rem auto;
	cursor: pointer;
	text-align: center;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

input[type=submit]:hover {
	background-color: #fff;
	color: #18D175 ;
}

.pp-form {
	color: #6a6d6d;
}

.pp-form:hover {
	color: #18D175;
}

.services {
	color: #fff;
	padding: 1rem;
	transition: all 150ms linear;
}

.services a{
	text-decoration: none;
	color: #fff;
}

.services:hover,
.services:focus,
.services:active {
	color: #000;
	box-shadow: 10px 10px 10px #888888;
-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.services-spacing{
	margin-top: 2rem;
	margin-bottom:2rem;
}

.tile-wrapper {
	margin: 0 auto;
	width: 90%;
}

.color-box {
	background-size: cover;
	margin: 10px auto;
	height: 260px;
	width: 260px;
	background-position: center;
	text-align: bottom;
	z-index: 88;
	transition: all 150ms linear
}

.color-box-1 {
	background-image: url("../img/services/adjustments.jpg");
}

.color-box-2 {
	background-image: url("../img/our-approach/rehab.jpg");
}

.color-box-3 {
	background-image: url("../img/our-approach/nutrition.jpg");
}

.color-box-4 {
	background-image: url("../img/our-approach/education.jpg");
}

.color-box-5 {
	background-image: url("../img/patient-portal/info-form.svg");
}

.color-box-6 {
	background-image: url("../img/patient-portal/intake-form.svg");
}

.color-box:hover,
.color-box:focus,
.color-box:active {
	box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.box-title {
	alignment-baseline:;
	color: #fff;
	height: 80px;
	padding-top: 1rem;
	width: 100%;
	background:rgba(0, 0, 0, 0.4);
	z-index: 89;
}

.adjustments{
	background-image: url("../img/services/adjustments.jpg");
}

.kinesio{
	background-image: url("../img/services/kinesio.jpg");
}

.tens {
	background-image: url("../img/services/tens.jpg");
}

.iastm {
	background-image: url("../img/services/iastm.jpg");
}

.normatech {
	background-image: url("../img/services/normatech.jpg");
}

.dry-needling {
	background-image: url("../img/services/dry-needling.png");
}

.myofascial {
	background-image: url("../img/services/myofascial.jpg");
}

.light-therapy {
	background-image: url("../img/services/light.png");
}

.container {
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 2rem;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0;
    overflow: hidden;
    margin-bottom: 2rem;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.back-to-top {
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 100;
	text-decoration: none;
	color: #BADDFA;
	opacity: 0;
	transition: all 350ms ease-in;
	-webkit-transition: all 350ms ease-in;
	-moz-transition: all 350ms ease-in;
  -ms-transition: all 350ms ease-in;
  -o-transition: all 350ms ease-in;
}

.back-to-top i {
  font-size: 40px;
  color: #BADDFA;
}

.js-back-to-top-animate {
	opacity: 1;
}

.accordion-section {
	padding: 4rem 0 4rem;
}

button.accordion {
    background-color: #fAfAfA;
    color: #444;
    cursor: pointer;
    padding: 24px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: all 350ms ease-in-out;
    border-bottom: 2px solid #f5f5f5;
}

button.accordion.active, button.accordion:hover {
    background-color: #BADDFA;
}

.panel p {
	padding-top: 1rem ;
}

div.panel {
    padding: 0 24px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    line-height: 1.3154;
}

div.panel.show {
    opacity: 1;
	/* Ron Fong */
    /* max-height: 2500px; */
    max-height: 5000px;
}

button.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

@media only screen and (max-device-width: 800px) {
.hero {
	background-image: url("../img/home/hero.jpg");
	background-size: cover;
	background-position: center;
	padding-bottom: 2rem;
}

.video-overlay {
	display: none;
}

#bgvid {
	display: none;
}

}

@media only screen and (min-width: 30em) {
.button {
	max-width: 200px;
	margin-top: 4rem;
	margin-bottom: 2rem;
}

.hero-title {
 font-size: 2rem;
}

.gs-button {
	max-width: 800px;
}

.footer-email {
	font-size: 1.6rem;
}

.services {
	padding: 2rem;
	height: 450px;
}

}

@media only screen and (min-width: 50em) {
.text-wrapper {
	margin: 0 auto;
	width: 80%;
}

.hero-title {
 font-size: 3rem;
 padding-bottom: 2rem;
 margin-top: 4rem;
}

.subtitle {
	font-size: 1.6rem;
}

.subtitle-oa {
	font-size: 1.6rem;
	margin-bottom: 2rem;
	text-align: center;
}

.hero-title-bottom {
	font-size: 1.8rem;
}

}

@media only screen and (min-width: 75em) {
.text-wrapper {
	width: 70%;
}

.nav-check,
.nav-label {
	display: none;
}

.nav {
	margin-top: 2em;
	display: block;
	position: static;
	background-color: rgba(255,255,255,0);
	box-shadow: none;
}

.nav a {
	color: #fff;
}

.nav a:hover {
	color: black;
}

.nav li {
	display: inline-block;
	width: auto;
	/* Ron Fong header bar font size */
	/* font-size: 0.8rem; */
	font-size: 1.0rem;
}

li a, .dropbtn {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 24px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: #f9f9f9;
    color: black;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
	background-color: #ccc;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.schedule {
	border: 1.25px solid #fff;
}

.gs-form-container{
	width: 80%;
}

.video-container {
	position:relative;
	/* padding-bottom:56.25%; */
	padding-top:10px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:80%;
	height:80%;
}

}
