@charset "UTF-8";
/*Global Variables*/
@import url("https://use.typekit.net/gkj1gap.css");

@font-face {
  font-family: 'TradeGothic';
  src: url("TradeGothicLTStd-BoldExt.woff");
  font-weight: normal;
  font-style: normal;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-size: 21px;
  background: #000;
  color: #FFF;
  width: 100%;
  height: 100%;
  position: relative;
  font-family: 'nimbus-sans', helvetica, arial, sans-serif;
}

h1,
h2,
h3 {
  text-transform: uppercase;
  font-family: 'league-gothic', helvetica, arial, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 2px;
}

#navWrap {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: #000;
  width: 15%;
  z-index: 5;
}

.popups {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}

.popups .framedPopup {
  display: table;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  width: 95vw;
  max-width: 1024px;
}

.popups .framedPopup .closeBtn {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #ff3333;
  color: #FFF;
  top: -20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  right: -20px;
  z-index: 5;
  font-weight: 100;
  font-size: 33px;
  text-align: center;
  line-height: 1.35em;
  cursor: pointer;
  transition: background 0.3s ease-out;
}

.popups .framedPopup .closeBtn:hover {
  background: #B52929;
}

.popups .framedPopup .closeBtn ~ iframe {
  position: relative;
  width: 100%;
  height: calc(95vh - 30px);
  display: block;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.popups .framedPopup .frameWrap {
  position: relative;
  width: 100%;
  height: calc(95vh - 30px);
  display: block;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.popups .framedPopup .frameWrap iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 1025px) {
  .popups .framedPopup iframe {
    position: relative;
    width: 100%;
    height: calc(95vh - 30px);
    display: block;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  }
}

#mainNav {
  font-size: 2vh;
  text-align: center;
  width: 100%;
}

#mainNav #logo {
  height: auto;
  max-height: 159px;
  max-width: 80%;
  margin: 1.5em 0;
}

#mainNav .mainMenu a:first-child {
  background: #FFF;
  color: #ff3333;
  font-family: 'TradeGothic', Verdana, Arial, sans-serif;
}

#mainNav .mainMenu a:nth-child(2) {
  background: #ff3333;
  color: #FFF;
  font-family: 'TradeGothic', Verdana, Arial, sans-serif;
}

#mainNav .mainMenu span {
  top: -1.5px;
  position: relative;
}

#mainNav .subMenu {
  margin-bottom: 0.5em;
}

#mainNav .mainMenu a,
#mainNav .subMenu a {
  font-family: 'acumin-pro-condensed', helvetica, arial, sans-serif;
  line-height: 1em;
  letter-spacing: 1px;
  width: 100%;
  display: block;
  font-size: 1.1em;
  padding: 0.4em 0;
  margin: 2px 0;
  background: #333;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.3s ease-out, color 0.3s ease-out;
}
#mainNav .subMenu a.last{
  background: #ff3333;
  color: #FFF;
}
#mainNav .subMenu a.last:hover{
  background: #B52929;
}

#mainNav .mainMenu a:hover,
#mainNav .subMenu a:hover {
  background: #B52929;
  color: #FFF;
}

#mainNav .squash, #mainNav .tennis, #mainNav .temple {
  display: inline-block;
  vertical-align: middle;
}

#mainNav .temple img {
  max-height: 186px;
  height: 9vh;
}

#mainNav .squash img {
  max-height: 186px;
  height: 9vh;
}

@media (max-width: 1100px) {
  #mainNav .temple img {
    width: 40%;
    height: auto;
    margin-top: 1rem;
  }
  #mainNav .squash img {
    width: 40%;
    height: auto;
  }
}

#mainNav .tennis img {
  max-height: 85px;
  height: 6vh;
}

.social {
  width: 100%;
  display: table;
  margin: 2em auto 2em;
  text-align: center;
}

.social .fb,
.social .yt,
.social .linkedin {
  width: 5vh;
  height: 5vh;
  display: inline-block;
  margin: 0 1vh;
  background-size: contain !important;
}

.social .fb {
  background: url(../img/facebook.png) center no-repeat;
}

.social .yt {
  background: url(../img/youtube.png) center no-repeat;
}

.social .linkedin {
  background: url(../img/linkedin.png) center no-repeat;
}

.social a {
  text-decoration: none;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

.social a:hover {
  filter: saturate(0);
  -webkit-filter: saturate(0);
}

.social .fa-stack-2x {
  color: #ec1f27;
}

.social .fa-stack-1x {
  color: #fff;
}

/*Nav Queries*/
@media (max-height: 600px) {
  nav {
    font-size: 3vh;
  }
  nav #logo {
    margin: 1em 0 0.5em;
  }
  .social {
    margin: 1em auto;
  }
}

.sponsorLogos {
  width: 100%;
  padding: 0 1rem;
}

@media (max-width: 1350px) {
  .social .fb, .social .yt, .social .linkedin {
    width: 4vh;
    height: 4vh;
    margin: 0 5px;
  }
}

@media (max-width: 1100px) {
  .social .fb, .social .yt, .social .linkedin {
    width: 3.5vh;
    height: 3.5vh;
    margin: 0 5px;
  }
  #mainNav .tennis img {
    max-width: 100%;
    height: auto;
  }
}

/*Body Content*/
#wrapper {
  width: 85%;
  background: #CCC;
  float: right;
  height: 100%;
  position: relative;
}

section {
  position: relative;
  float: left;
  width: 100%;
}

/*Repeating Carousel*/
.carousel {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100vh;
  background-size: cover;
}

.carousel .slideWrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.carousel .slide {
  position: absolute;
  background-size: cover;
  background-position: center center !important;
  display: table;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.75s ease-out;
}

.carousel .slide.current {
  opacity: 1;
  z-index: 2;
}

.carousel .cCenter {
  display: table-cell;
  vertical-align: middle;
}

.carousel .cConstraint {
  display: table;
  width: 100%;
  margin: 0 auto;
  padding: 0 10%;
  text-align: center;
  vertical-align: middle;
}

.carousel .cConstraint img {
  max-width: 90%;
}

.carousel nav {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 5em;
  z-index: 3;
}

.carousel nav div {
  width: 78px;
  height: 22px;
  margin: 0 15px;
  background: #FFF;
  display: inline-block;
  cursor: pointer;
  transition: background 0.4s ease-out;
}

.carousel nav div.current {
  background: #ff3333;
}

.carousel nav div:hover {
  background: #B52929;
}

/*Repeating split layout*/
.sideBox {
  width: 50%;
  height: 100%;
  position: relative;
  margin: 0;
  float: left;
  display: table;
}

.sideBox .itemWrap {
  width: 75%;
  display: table;
  max-width: 650px;
}

.sideBox .itemWrap.block {
  display: block;
}

.sideBox .itemCenter {
  text-align: center;
}

.sideBox .itemCenter h3 {
  line-height: 1em;
  font-size: 6em;
  border-bottom: 10px solid #000;
  margin-bottom: 0.25em;
  padding: 0 0 0.05em;
  display: inline-block;
  width: 100%;
  position: relative;
}

.sideBox .itemCenter p {
  text-align: left;
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  font-weight: 100;
}

.sideBox a {
  background: #FFF;
  color: #3a3a3a;
  font-family: 'TradeGothic', Verdana, Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  font-size: 1.2em;
  padding: 0.5em 0;
  text-decoration: none;
  transition: color 0.4s ease-out, background 0.4s ease-out;
}

.sideBox a:hover {
  background: #000;
  color: #FFF;
}

.sideBox a:first-of-type {
  margin-bottom: 1rem;
}

.itemWrap {
  display: table;
  height: 100%;
  margin: 0 auto;
}

.itemCenter {
  display: table-cell;
  vertical-align: middle;
}

/*Top section*/
@-webkit-keyframes stripeLoop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 22px 22px;
  }
}

#home .cConstraint {
  font-size: 2em;
  line-height: 1.5;
}

#home h3 {
  color: #FFF;
  margin: 0;
  font-size: 3.2vw;
  text-transform: uppercase;
}

#home h3 a {
  padding: 0.2em 0.5em;
  text-decoration: none;
  margin: -0.2em 0.2em;
  position: relative;
  overflow: hidden;
  display: inline-flex;
}

#home h3 a:before {
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: 0;
  left: 0;
  animation: stripeLoop 0.65s infinite linear;
  -webkit-animation: stripeLoop 0.65s infinite linear;
  transition: opacity 0.6s;
}

#home h3 a span {
  position: relative;
  z-index: 2;
  font-family: 'TradeGothic', Verdana, Arial, sans-serif;
  top: -1.5px;
}

#home h3 a:hover:before {
  opacity: 1;
}

#home h3 a:nth-child(1) {
  background: #FFF;
  color: #231f20;
}

#home h3 a:nth-child(1):before {
  background: url(../img/whiteStripes.png) repeat;
}

#home h3 a:nth-child(2) {
  background: #ff3333;
  color: #231f20;
}

#home h3 a:nth-child(2):before {
  background: url(../img/redStripes.png) repeat;
}

#home .slideNav {
  bottom: 1em;
}

#rehab {
  background: url(../img/rehab-bg.jpg) bottom center no-repeat;
  background-size: cover;
}

#rehab .sideBox {
  background: url(../img/bg-red-overlay.png) 0 0 no-repeat;
  background-size: cover;
  float: right;
  width: 40%;
  position: relative;
  right: 0;
}

#rehab .sideBox:before {
  content: "";
  margin-left: -448px;
  background: url(../img/red-angle-outer.png) 0 0 no-repeat;
  position: absolute;
  width: 448px;
  height: 100%;
}

#rehab .sideBox p {
  text-align: right;
}

#rehab .sideBox a {
  color: #ff3333;
}

#rehab .sideBox a:hover {
  color: #FFF;
}

#fitness {
  background: url(../img/fitness-bg.jpg) bottom center no-repeat;
  background-size: cover;
}

#fitness .sideBox {
  background: url(../img/bg-gray-overlay.png) 0 0 no-repeat;
  background-size: cover;
  float: left;
  width: 40%;
  position: relative;
  left: 0;
}

#fitness .sideBox:before {
  content: "";
  margin-left: 100%;
  background: url(../img/gray-angle-outer.png) 0 0 no-repeat;
  position: absolute;
  width: 448px;
  height: 100%;
}

#services {
  background: #000;
}

#services .serviceNav {
  background: #ff3333;
  display: block;
  position: absolute;
  height: 100%;
  width: 50%;
}

#services .serviceNav .itemWrap {
  width: 80%;
}

#services .serviceNav h3 {
  font-size: 6em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#services .serviceNav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#services .serviceNav ul:before {
  margin: 1.5em 0;
}

#services .serviceNav ul:after {
  margin: 1.5em 0 0;
}

#services .serviceNav ul:before,
#services .serviceNav ul:after {
  width: 100%;
  height: 11px;
  background: #000;
  content: ' ';
  display: block;
}

#services .serviceNav li {
  margin: 0;
}

#services .serviceNav a {
  color: #FFF;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2.75em;
  line-height: 1em;
  padding: 0.1em 0 0.1em 50vw;
  margin-left: -50vw;
  transition: background 0.4s ease-out;
  position: relative;
}

#services .serviceNav p {
  z-index: 2;
  margin: 0;
  font-family: 'league-gothic', helvetica, arial, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 2px;
  position: relative;
}

#services .serviceNav a .arrow {
  position: absolute;
  right: 0;
  top: 0;
  content: ' ';
  display: block;
  height: 71%;
  background: #ff3333;
  transition: background 0.4s ease-out;
  transform-origin: top left;
  -webkit-transform-origin: top left;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 1;
}

#services .serviceNav a:hover,
#services .serviceNav a.current {
  background: #000;
}

#services .serviceNav a:hover .arrow,
#services .serviceNav a.current .arrow {
  background: #000;
}

#services .serviceContent {
  position: absolute;
  width: 50%;
  right: 0;
  height: 100%;
}

#services .serviceSlide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  background-size: contain !important;
  background-position: top center !important;
  background: #000;
  transition: opacity 1s ease-out;
}

#services .serviceSlide .itemWrap {
  background: #000;
  position: absolute;
  bottom: 0;
  height: 50%;
  padding: 2em;
  font-size: 1em;
  line-height: 1.75;
}

#services .serviceSlide .itemWrap p:first-of-type {
  margin: 0 0 1em;
}

#services .serviceSlide .itemWrap p {
  margin: 0;
  line-height: 1em;
}

#services .serviceSlide .itemWrap ul {
  margin: 0.75em 0 0;
  line-height: 1.2em;
}

#services .serviceSlide .itemWrap .split-list p {
  margin: 0;
}

#services .serviceSlide.current {
  opacity: 1;
  z-index: 2;
}

#services div[data-section="pt"] {
  background-image: url(../img/services-pt.jpg);
}

#services div[data-section="st"] {
  background-image: url(../img/services-st.jpg);
}

#services div[data-section="fp"] {
  background-image: url(../img/services-fp.jpg);
}

#services div[data-section="mt"] {
  background-image: url(../img/services-mt.jpg);
}

.info a {
  display: block;
}

.split-list {
  float: left;
  width: 100%;
}

.split-list .list-grp {
  float: left;
  width: 46%;
}

.split-list .list-grp:last-of-type {
  margin-left: 8%;
}

.split-list .list-grp span {
  text-transform: uppercase;
}

.split-list .list-grp ul {
  padding: 0 0 0 1em;
}

.split-list .list-grp ul li {
  line-height: 1.2em;
}

.button-grp {
  margin: 100px auto;
}

.button-grp a {
  font-size: 1.2em;
  flex-grow: 1;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 0.5em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.3s ease-out, color 0.3s ease-out;
}

.button.download {
  background-image: url(../img/arrow-down.png);
  background-size: contain;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  margin-top: 2em;
  padding-right: 3em;
  transition: all 0.3s ease-out;
}

.button-red {
  background-color: #ff3333;
  color: #fff;
}

.button-red:hover {
  background-color: #B52929;
}

.button-blk {
  background-color: #040707;
  color: #fff;
}

.button-blk:hover {
  background-color: #3a3a3a;
}

.button-xlg {
  font-size: 1.75em;
  padding: 0.5em 1.5em;
}

.button-lg {
  font-size: 1.4em;
  padding: 0.4em 1.4em;
}

.button-md {
  font-size: 1.1em;
  padding: 0.5em 1em;
}

.buton-sm {
  font-size: 1.25em;
  padding: 0.25em 1.25em;
}

.align-lft {
  text-align: left;
}

.align-rt {
  text-align: right;
}

.left {
  float: left;
  clear: left;
}

.directions {
  margin-top: 0.75em;
  font-size: 0.5em;
  padding: 0.65em 1em;
  font-family: 'TradeGothic', Verdana, Arial, sans-serif;
}

.parking {
  background: #666666;
  color: #fff;
  float: right;
  clear: right;
  margin-bottom: 100px;
  min-width: 46.7%;
  padding: 0.5em 0 0.5em 2em;
  text-align: left;
  text-transform: uppercase;
}

.parking p {
  font-family: 'acumin-pro-condensed', helvetica, arial, sans-serif;
  margin: 0.5em 0;
  font-size: 1.2em;
}

@media (max-width: 1000px) {
  #services {
    font-size: 12px;
  }
}

#bricks {
  padding: 2em 0;
  width: 100%;
  text-align: center;
  display: block;
  position: relative;
  float: left;
  background: url(../img/brick2.jpg) bottom left repeat;
  background-size: contain;
}

#bricks p {
  display: inline-block;
  width: 90%;
  font-size: 1.3em;
  max-width: 1600px;
  margin: 0;
  position: relative;
  z-index: 3;
}

#bricks .gradient {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,8c8c8c+100&1+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(140, 140, 140, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#008c8c8c',GradientType=0 );
  /* IE6-9 */
}

#pay_my_bill{
  position: relative;
  width: 100%;
  float: left;
}

#method {
  background: #131313;
  height: inherit;
  min-height: inherit !important;
  overflow: hidden;
}

#method img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

#method .plusIcons {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#method .plusIcons div {
  position: absolute;
  width: 6%;
  background: #ff3333;
  color: #FFF;
  border-radius: 100%;
  font-family: Tahoma, Arial, sans-serif;
  text-align: center;
  font-size: 5vw;
  font-weight: 900;
  line-height: 0.875em;
  cursor: pointer;
  transition: color 0.4s ease-out, background 0.4s ease-out;
}

#method .plusIcons div:hover,
#method .plusIcons div.current {
  background: #9A1B1B;
}

#method .plusIcons div.current {
  background: #FFF;
  color: #ff3333;
}

#method .plusIcons div[data-section="strength"] {
  left: 47.25%;
  top: 20%;
}

#method .plusIcons div[data-section="flexibility"] {
  left: 29.25%;
  top: 56%;
}

#method .plusIcons div[data-section="muscle"] {
  left: 72.25%;
  top: 74.5%;
}

#method .drawer {
  position: absolute;
  z-index: 5;
  background: rgba(255, 0, 0, 0.75);
  top: 10%;
  right: -645px;
  width: 50%;
  max-width: 645px;
  min-width: 300px;
  padding: 1em 0 2em;
  overflow: hidden;
  transition: right 0.4s ease-out;
}

#method .drawer .close {
  background: url(../img/close-x.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  left: 15px;
  height: 40px;
  width: 40px;
  margin: 0;
  line-height: 0.5em;
  font-size: 3em;
  font-weight: 900;
  cursor: pointer;
  z-index: 5;
}

#method .drawer .slideWrap .slide {
  text-align: center;
  padding: 2em 1em;
  left: -100%;
  width: calc(100% - 2em);
  position: absolute;
  margin-left: 1em;
  z-index: 1;
  opacity: 0;
}

#method .drawer .slideWrap .slide.current {
  opacity: 1;
  left: 0;
}

#method .drawer .slideWrap h3 {
  margin: 0 0 0.3em;
  padding-bottom: 0.2em;
  font-size: 3vw;
  line-height: 1em;
  text-transform: uppercase;
  border-bottom: 10px solid #000;
}

#method .drawer .slideWrap p {
  font-size: 1.2em;
  margin: 0 0 1em;
  line-height: 1.5em;
}

#method .drawer .slideWrap a {
  background: #FFF;
  font-weight: 200;
  color: #ff3333;
  font-size: 1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.25em 1em;
  font-family: 'TradeGothic', Verdana, Arial, sans-serif;
}

#method .drawer .slideWrap a.arrow-left {
  background: url(../img/arrow-left.png) #fff 10% 50% no-repeat;
  padding-left: 2em;
}

#method .drawer .slideWrap a.arrow-right {
  background: url(../img/arrow-right.png) #fff 90% 50% no-repeat;
  padding-right: 2em;
}

#method .drawer .slideWrap a:first-of-type {
  float: left;
}

#method .drawer .slideWrap a:last-of-type {
  float: right;
}

#method .drawer .slideWrap nav {
  position: relative;
  width: calc(100% - 2em);
}

#method .drawer.calcd .slideWrap nav {
  position: absolute;
  bottom: 0;
}

/*Why Zarett*/
#why {
  background: #000;
  background-size: 65% 200%;
  overflow: hidden;
}

#why .halfSlash {
  background: #ff3333;
  position: absolute;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  top: -10%;
  left: -30%;
  height: 200%;
  width: 100%;
  z-index: 2;
}

#why .rotatedBox {
  position: relative;
  z-index: 5;
  text-align: left;
  padding-bottom: 1em;
  height: auto;
  width: 43%;
}

#why .rotatedBox .itemWrap {
  width: 90%;
  padding-top: 4em;
  margin: 0 0 0 10%;
}

#why .rotatedBox h3 {
  text-align: left;
  font-size: 5vw;
  margin: 0 0 0.5em;
  padding: 0 0 0.2em;
  border-bottom: 10px solid #000;
  text-transform: uppercase;
}

#why .rotatedBox p {
  line-height: 1.5em;
  font-size: 1.1em;
  font-weight: 300;
}

#why .headshot {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  right: 0;
  text-align: left;
}

#why .headshot img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
}

#promo_video {
  background: #000;
  background-size: 65% 200%;
  overflow: hidden;
  padding: 3rem 0 4rem 0;
  text-align: center;
}

#promo_video .vidBlock {
  display: inline-block;
  width: 33%;
  position: relative;
  margin: 1rem 0;
}

@media (max-width: 900px) {
  #promo_video .vidBlock {
    width: 100%;
    margin: 1rem auto;
  }
}

#promo_video .vidBlock:before {
  content: '';
  position: absolute;
  display: block;
  width: 30%;
  max-width: 125px;
  padding-bottom: 30%;
  top: 50%;
  left: 50%;
  margin-top: -15%;
  margin-left: -15%;
  background: url(../img/playBtn.png) center no-repeat;
  background-size: contain;
}

#promo_video img {
  width: 100%;
  height: auto;
}

#promo_video h3 {
  font-size: 5rem;
  color: #fff;
  margin: 0 0 0.5rem;
  padding: 0 0 0.2rem;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  #promo_video .videoThumb {
    width: 100%;
    height: auto;
  }
}

video.promo {
  width: 640px;
  height: 350px;
}

@media (max-width: 670px) and (orientation: landscape) {
  video.promo {
    height: auto;
    width: 100%;
    max-height: 100%;
    background: #000;
  }
}

@media (max-height: 900px) and (orientation: portrait) {
  video.promo {
    width: 100%;
    height: auto;
  }
}

#testimonial {
  background: url(../img/testimonial_bg.jpg) no-repeat;
  background-size: cover;
}

#testimonial h3 {
  font-size: 3.2vw;
}

#testimonial .slide h3.smallText {
  font-size: 2.3vw;
}

#testimonial .carousel img {
  height: 4vw;
}

#testimonial .carousel img[src*="vaccaro"], #testimonial .carousel img[src*="rubenstein"] {
  height: 6vw;
}

#testimonial .carousel img[src*="dodson"] {
  height: 5vw;
}

/*Patient Forms*/
#forms {
  background: #FFF;
  color: #000;
}

#forms .leftForms,
#forms .rightForms {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 4em;
  width: 49%;
}
#forms .leftForms .button-lg{
  font-size: 1.15rem;
  padding: 0.4em 0.5em;
}

#forms h2 {
  font-size: 7vw;
  margin: 0;
  line-height: 0.8em;
  padding: 0 0.5vw 0.2em;
  border-bottom: 11px solid #000;
  color: #ff3333;
  text-transform: uppercase;
}

#forms .button-blk:first-of-type {
  margin-top: 3rem;
}

#forms .button.download, #forms .button-blk {
  margin-top: 1rem;
}

#forms p {
  margin-left: 0.5vw;
  font-size: 1.1em;
  letter-spacing: 0;
  line-height: 1.5em;
}

#forms a:not(.button) {
  color: #ff3333;
  text-decoration: none;
}

#forms a.button {
  font-family: 'TradeGothic', Verdana, Arial, sans-serif;
}

#forms .button-red {
  margin-top: 1em;
}

/*Contact*/
#contact {
  background: #fff;
  color: #040707;
  font-family: 'league-gothic', helvetica, arial, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 2px;
  letter-spacing: 0;
  font-weight: 500;
}

#contact input[type="text"] {
  background: #ff3333;
  border: none;
  color: #fff;
  font-size: 1.2em;
  margin-top: 0;
  padding: 0.25em 0.5em;
  width: 70%;
}

#contact input[type="text"]::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #fff;
}

#contact input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

#contact input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

#contact input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

#contact input[type="text"]::-ms-input-placeholder {
  /* Edge */
  color: #fff;
}

#contact input[type="text"]:placeholder-shown {
  /* Standard one last! */
  color: #fff;
}

#map {
  width: 100%;
  height: 500px;
  max-height: 50vh;
}

.leftInfo,
.rightInfo {
  float: left;
  padding: 1.5em 0 1.5em 5vw;
  width: 50%;
}

.leftInfo .info,
.rightInfo .info {
  margin-top: 1em;
}

.leftInfo .info p a,
.rightInfo .info p a {
  color: #040707;
  margin-bottom: 10px;
  padding-left: 50px;
  text-decoration: none;
}

.rightInfo p {
  line-height: 1em;
}

.locationInfo {
  font-size: 2em;
}

.locationInfo p {
  margin: 0 0 0.25em;
  font-size: 1em;
}

.locationInfo a {
  line-height: 1em;
}

.locationInfo h3 {
  margin: 0;
  line-height: 1em;
}

.locationInfo h3,
.locationInfo p,
.locationInfo a:not(.button) {
  font-weight: 500;
  text-transform: uppercase;
}

.locationInfo span {
  float: left;
  background: #ff3333;
  margin-right: 0.5em;
  margin-top: 0.25em;
  font-size: 0.5em;
  color: #FFF;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  border-radius: 100%;
}

/*Force map/contact sections to inherent height*/
#forms,
#contact, #promo_video {
  min-height: inherit !important;
}

#partners {
  background: #000;
  height: auto;
  min-height: auto !important;
  padding: 4rem 0 6rem;
  text-align: center;
}

#partners h3 {
  font-family: 'league-gothic', helvetica, arial, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 2px;
  font-size: 6rem;
  margin: 0 0 3rem;
}

#partners .partnerGrid a {
  display: inline-block;
  vertical-align: middle;
  margin: 1em 1em;
}

#partners .partnerGrid a img {
  max-height: 180px;
  max-width: 15vw;
  height: auto;
  width: auto;
}

#media {
  background: #333333;
  text-align: center;
  padding: 4rem 0;
  overflow: hidden;
}

#media .scaler {
  width: 95%;
  max-width: 1220px;
  display: inline-block;
  margin: 0 auto;
}

#media h2 {
  color: #FFF;
  line-height: 0.8em;
  border-bottom: 15px solid #000;
  padding: 0 0.2em 0.2em;
  font-size: 6em;
  margin: 0 0 0.2em;
  display: inline-block;
}

#media ul.filters {
  width: 100%;
  display: block;
  padding: 0;
  list-style-type: none;
}

#media ul.filters li {
  display: inline-block;
  width: 23.333%;
  margin: 0 0.666%;
  text-align: left;
}

@media (max-width: 900px) {
  #media ul.filters li {
    width: 22.333%;
  }
}

#media ul.filters li:first-child {
  margin-left: 0;
}

#media ul.filters li:last-child {
  margin-right: 0;
}

#media ul.filters li a {
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  font-size: 2em;
  color: #FFF;
  text-decoration: none;
  background: #ff3333;
  font-family: 'league-gothic', helvetica, arial, sans-serif;
  transition: background 0.3s ease-out;
}

#media ul.filters li a:hover {
  background: #B52929;
}

@media (max-width: 800px) {
  #media ul.filters li {
    text-align: center;
  }
  #media ul.filters li a {
    padding: 0.5rem;
  }
}

#media .tileGrid a {
  display: inline-block;
  width: 31.733%;
  margin: 0.8%;
  padding: 2rem 1rem;
  color: #FFF;
  text-decoration: none;
  vertical-align: top;
  font-family: 'league-gothic', helvetica, arial, sans-serif;
  background: #494949;
  transition: background 0.4s ease-out;
}

#media .tileGrid a:hover {
  background: #ff3333;
}

@media (max-width: 1200px) {
  #media .tileGrid a {
    width: 48.3%;
  }
}

@media (max-width: 700px) {
  #media .tileGrid a {
    width: 98.5%;
  }
  #media .tileGrid a .imgWrap {
    height: 200px;
  }
}

#media .tileGrid .imgWrap {
  height: 260px;
  display: table;
  position: relative;
  width: 100%;
}

#media .tileGrid .imgWrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 90%;
  max-width: 100%;
  width: auto;
  height: auto;
}

#media .tileGrid .tileText {
  height: 5.5em;
  display: block;
}

@media (max-width: 1300px) {
  #media .tileGrid .tileText {
    font-size: 1.2rem;
  }
}

#media .tileGrid .tileText h4 {
  font-size: 1.7em;
  text-transform: uppercase;
  font-weight: 500;
}

#media .tileGrid .tileText p {
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 100;
}

#media .tileGrid .tileText h4, #media .tileGrid .tileText p {
  margin: 0;
}

.bgFooter {
  background: #131313;
  text-align: center;
  color: #FFF;
  padding: 1rem 0;
  display: block;
  width: 100%;
  float: left;
}

.bgFooter p {
  margin: 0;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.bgFooter img, .bgFooter p {
  display: inline-block;
  vertical-align: middle;
}

.bgFooter img {
  margin-left: 0.5rem;
  margin-top: -0.25rem;
}

.bgFooter a {
  color: #FFF;
  text-decoration: none;
  font-weight: 900;
}

.bgFooter a:hover {
  text-decoration: underline;
}

@media (max-width: 1600px) {
  body {
    font-size: 14px;
  }
  .carousel nav {
    bottom: 2em;
  }
}

@media (max-width: 1279px) {
  body {
    font-size: 12px;
  }
}

@media (max-height: 700px) {
  #why .halfSlash {
    left: -38%;
  }
}

@media (max-width: 1400px) {
  #why .halfSlash {
    left: -31%;
  }
  #why .rotatedBox h3 {
    font-size: 4vw;
  }
}

@media (max-width: 1300px) {
  #why .halfSlash {
    left: -35%;
  }
}

@media (max-width: 1100px) {
  #why .halfSlash {
    left: -25%;
  }
}

/*General Mobile Query*/
@media (max-width: 900px) {
  body {
    font-size: 12px;
  }
  #services .serviceNav {
    display: none;
  }
  #services .serviceSlide {
    padding-top: 50%;
  }
  #services .serviceContent, #services .serviceSlide, #services .serviceSlide .itemWrap {
    position: relative;
    width: 100%;
    opacity: 1 !important;
    float: left;
  }
  #forms .leftForms {
    margin-top: 4em;
  }
  #forms .rightForms {
    margin-bottom: 4em;
  }
  #forms .leftForms, #forms .rightForms {
    width: calc(100% - 4em);
    padding: 0 2em;
  }
  #forms .button.download {
    font-size: 1.4em;
    margin-top: 1em;
    padding: 0.4em 4em 0.4em 1.4em;
  }
  .parking {
    margin-bottom: 1em;
    width: 100%;
    text-align: center;
    padding: 0.5em 0;
  }
  .carousel nav {
    bottom: 1em;
  }
  .carousel nav div {
    width: 28px;
    height: 12px;
  }
  #rehab .sideBox, #fitness .sideBox {
    padding: 0 1em;
    width: 100%;
  }
  #rehab .sideBox p, .sideBox .itemCenter p {
    text-align: center;
  }
  #rehab .sideBox:before, #fitness .sideBox:before {
    display: none;
  }
  #why .rotatedBox {
    width: 100%;
    background: #ff3333;
  }
  #why, #rehab, #fitness {
    min-height: inherit !important;
  }
  #why .rotatedBox .itemWrap {
    margin: 0 auto;
    padding-bottom: 4em;
  }
  #why .halfSlash, #why .headshot {
    display: none;
  }
  #method .drawer {
    width: 100%;
    max-width: 100%;
    top: 2.5%;
  }
  #method .drawer .close {
    width: 20px;
    height: 20px;
    top: 5px;
    left: 5px;
  }
  #method .drawer .slideWrap h3 {
    border-bottom: 4px solid #000;
    font-size: 2em;
  }
  #method .drawer .slideWrap p {
    margin-bottom: 1em;
    line-height: 1.2em;
  }
  #method .drawer .slideWrap .slide {
    padding: 0 1em;
  }
  #method .drawer .slideWrap a {
    font-size: 0.7em;
  }
  .leftInfo, .rightInfo {
    width: 100%;
    padding: 1em;
  }
  #navWrap {
    width: 100%;
    z-index: 5;
    left: -100%;
  }
  #mainNav {
    font-size: 13px;
  }
  #wrapper {
    width: 100%;
  }
  .button-grp {
    margin: 4em auto 4em;
  }
  #testimonial h3 {
    font-size: 5.2vw;
  }
  #testimonial .slide h3.smallText {
    font-size: 4.3vw;
  }
  #testimonial .carousel img[src*="quotes"] {
    width: 30px;
  }
  #testimonial .carousel img {
    height: auto;
    max-width: 70vw;
  }
  #home h3 {
    font-size: 10vw;
    line-height: 1.1em;
  }
  #home h3 a {
    margin: 0.25em 0.2em;
    clear: both;
    display: block;
  }
  #why .rotatedBox h3, #forms h2 {
    font-size: 3em;
  }
}

@supports (overflow: -webkit-marquee) and (justify-content: inherit) {
  #home h3 a span {
    line-height: 1em;
    margin-top: 0.3em;
  }
  #mainNav .mainMenu span {
    top: 0.1rem;
  }
  #mainNav .mainMenu a, #mainNav .subMenu a {
    top: -1px;
  }
}
