@import url(proximanova.css);
/* CSS Mini Reset */
html, body, div, form, fieldset, legend, label {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased; }

html {
  font-size: 10px;
  line-height: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th, td {
  text-align: left;
  vertical-align: top; }

h1, h2, h3, h4, h5, h6, th, td, caption {
  font-weight: normal;
  padding: 0;
  margin: 0; }

img {
  border: 0;
  max-width: 100%; }

ul, li {
  list-style: none;
  padding: 0;
  margin: 0; }

input, select, textarea {
  outline: none;
  resize: none; }

/* Global Colors, Variables, and Mixins */
.border-radius-3, .btn {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px; }

/* Headers */
/* Links */
a {
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  color: #ed1c24;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  border-bottom: 1px solid transparent; }
  a:hover {
    color: #dc0000;
    text-decoration: none;
    border-bottom: 1px solid #ed1c24; }

/* Typography */
h1 {
  font-size: 42px;
  font-size: 4.2rems;
  line-height: 110%;
  color: #ed1c24;
  text-shadow: 0 2px 0 white; }

h2 {
  font-size: 30px;
  font-size: 3rems;
  line-height: 120%;
  color: #ed1c24; }

h3 {
  font-size: 21px;
  font-size: 2.1rems;
  line-height: 120%;
  color: #ed1c24;
  margin: .5em 0 -.25em 0; }

h4 {
  font-size: 18px;
  font-size: 1.8rems;
  line-height: 130%;
  color: #333333;
  margin: 0 0 0.5em 0; }

p {
  font-size: 17px;
  font-size: 1.7rems;
  line-height: 140%;
  padding: 0.5em 0;
  margin: 0; }

sup {
  line-height: 0%; }

strong {
  font-family: "ProximaNovaBold", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal; }

blockquote {
  text-indent: -0.5em;
  margin: 0;
  padding: 0; }

.text-right {
  text-align: right; }

.disclaimer {
  font-size: 12px;
  font-size: 1.2rems;
  line-height: 120%;
  margin-top: 2em;
  color: #dbdbdb; }

.quote {
  font-size: 24px;
  font-size: 2.4rems;
  line-height: 130%;
  color: #af8770;
  font-style: italic;
  text-indent: -.4em;
  padding-bottom: 0; }

.quote-title {
  font-size: 18px;
  font-size: 1.8rems;
  line-height: 130%;
  font-family: "ProximaNovaBold", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #af8770;
  font-style: italic; }

ol {
  font-size: 17px;
  font-size: 1.7rems;
  line-height: 140%; }
  ol li {
    list-style-type: decimal; }

/* Buttons */
.btn {
  font-size: 16px;
  font-size: 1.6rems;
  line-height: 120%;
  font-family: "ProximaNovaSemibold", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  display: inline-block;
  padding: 5px 8px;
  margin-bottom: 0;
  color: white;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-shadow: none;
  border: none; }
  .btn:hover {
    border: none; }
  .btn.blue {
    background: #0096db; }
    .btn.blue:hover {
      background: #00abfa;
      color: white; }

/* Global */
.container, .wrapper, *[class^="span"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  width: 100%;
  margin: 0 auto;
  width: 1120px; }

.wrapper {
  margin: 0 auto;
  padding: 0 20px; }
  .wrapper:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }

/* Columns */
*[class^="span"] {
  padding: .75em;
  float: left; }

.span10 {
  width: 100%; }

.span9 {
  width: 90%; }

.span8 {
  width: 80%; }

.span7 {
  width: 70%; }

.span6 {
  width: 60%; }

.span5 {
  width: 50%; }

.span4 {
  width: 40%; }

.span3 {
  width: 30%; }

.span2 {
  width: 20%; }

.span1 {
  width: 10%; }

.centered {
  margin: 0 auto;
  float: none !important; }

.first {
  clear: left; }

.last {
  float: right !important; }

/* Widescreen 
@media (min-width:801px) {
    .container {max-width:1120px;}
} */
/* Tablet 
@media (max-width:800px) {
    html {-webkit-text-size-adjust:none;}
    body {min-width:551px;}
    .container {width:100%;}
    .span9 {width:100%;}
    .span3 {width:50%;}	 
    .span2 {width:33.33%;}
    .span1 {width:16.66%;}
    
    .block {
        .shadow {max-width:100%; margin-left:0;}
    }
} */
/* Mobile 
@media (max-width:574px) {
    body {min-width:0;}
    .container {width:100%;}
    div[class^="span"] {width:100%;}
} */
/* Hi-Res Tablet 
@media (min-width:575px) and (-moz-min-device-pixel-ratio:2), (min-width:575px) and (-o-min-device-pixel-ratio:2/1), (min-width:575px) and (-webkit-min-device-pixel-ratio:2), (min-width:575px) and (min-device-pixel-ratio:2) {

} */
/* Hi-Res Phone 
@media (max-width:574px) and (-moz-min-device-pixel-ratio:2), (max-width:574px) and (-o-min-device-pixel-ratio:2/1), (max-width:574px) and (-webkit-min-device-pixel-ratio:2), (max-width:574px) and (min-device-pixel-ratio:2) {

} */
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  /*width: 100%;*/
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  zoom: 1;
  position: relative; }
  .flexslider .slides {
    zoom: 1;
    overflow: hidden; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -2em 0 0 0;
  display: block;
  background: url(/images/flexslider/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease; }

.flex-direction-nav .flex-next {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  background-position: 100% 0;
  display: none; }

.flex-direction-nav .flex-prev {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  display: none; }

.flexslider:hover .flex-next {
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  -khtml-opacity: .8;
  opacity: .8;
  right: 1em; }

.flexslider:hover .flex-prev {
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  -khtml-opacity: .8;
  opacity: .8;
  left: 1em; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: .5em;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* Body */
body {
  font-family: "ProximaNovaRegular", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-size: 1rems;
  line-height: 120%;
  text-shadow: 0 1px 0 white;
  margin: 0 auto;
  background-color: white;
  color: #333333;
  text-rendering: optimizeLegibility; }

/* Header */
header {
  position: relative;
  z-index: 100;
  height: 72px;
  background: #fbfbfb;
  border-bottom: 1px solid #eee;
  box-shadow: 0 0 9px #eee;
  -webkit-box-shadow: 0 0 9px #eee;
  -moz-box-shadow: -9px 0 9px #eee; }
  header:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }
  header .logo {
    float: left; }
    header .logo a {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      float: left;
      width: 200px;
      height: 72px;
      margin: 0;
      position: relative;
      background: url(../../images/alexander-logo.png) 0 13px no-repeat;
      border: none; }

/* Nav */
.nav {
  float: right;
  height: 35px;
  margin: 11px 0 0 0; }
  .nav li {
    display: inline-block; }
  .nav a {
    font-size: 16px;
    font-size: 1.6rems;
    line-height: 100%;
    font-family: "ProximaNovaSemibold", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    display: block;
    height: 18px;
    padding: 6px 1px;
    margin: 0 0 0 20px;
    text-align: center;
    border-bottom: 5px solid transparent;
    color: #2c2c2c; }
    .nav a:hover {
      border-bottom: 5px solid #eb3d44;
      color: #ed1c24; }

.top-nav {
  font-size: 16px;
  font-size: 1.6rems;
  line-height: 100%;
  float: right;
  min-width: 50px;
  height: 22px;
  margin-top: 5px;
  color: #ed1c24; }
  .top-nav li {
    display: inline-block;
    margin-left: 5px; }
    .top-nav li:first-child {
      border-right: 1px solid #eb3d44;
      padding-right: 8px; }
  .top-nav a {
    display: block;
    margin: 0;
    text-align: center; }

#dr-alexander .nav1 a, #what-is-chiro .nav2 a, #techniques .nav3 a, #testimonials .nav4 a, #first-visit .nav5 a, #insurance .nav6 a, #location .nav7 a {
  color: #ed1c24;
  border-color: #eb3d44; }

/* Featured */
.featured {
  padding-top: .5em; }
  .featured .wrapper {
    padding-left: 0;
    padding-right: 0; }
  .featured img {
    margin: 0;
    padding: 0;
    height: 156px; }
  .featured .span2:last-of-type {
    padding-right: 0; }
  .featured h4 {
    margin-top: .5em; }

/* Headers */
.billboard div {
  padding: 0; }

.fluidratio.flexslider .slides li {
  padding-top: 13.51351%;
  height: 328.64865px;
  background-size: cover;
  -moz-background-size: cover;
  /* Firefox 3.6 */
  background-position: center;
  /* Internet Explorer 7/8 */ }
  .fluidratio.flexslider .slides li.slide-1 {
    background-image: url(../../images/home-grandfather.png); }
    .fluidratio.flexslider .slides li.slide-1 h1, .fluidratio.flexslider .slides li.slide-1 h2 {
      color: white;
      text-shadow: 0 1px 1px #302a28; }
  .fluidratio.flexslider .slides li.slide-2 {
    background-image: url(../../images/home-young-woman-running.png); }
    .fluidratio.flexslider .slides li.slide-2 h1, .fluidratio.flexslider .slides li.slide-2 h2 {
      color: white;
      text-shadow: 0 1px 1px #302a28; }
  .fluidratio.flexslider .slides li.slide-3 {
    background-image: url(../../images/home-young-girl-gym.png); }
    .fluidratio.flexslider .slides li.slide-3 h1, .fluidratio.flexslider .slides li.slide-3 h2 {
      color: #5c4f49; }
  .fluidratio.flexslider .slides li.slide-4 {
    background-image: url(../../images/home-man-golf.png); }
    .fluidratio.flexslider .slides li.slide-4 h1, .fluidratio.flexslider .slides li.slide-4 h2 {
      color: white;
      text-shadow: 0 1px 1px #302a28; }
  .fluidratio.flexslider .slides li .container {
    margin-top: -9%; }
.fluidratio.flexslider .slides h1, .fluidratio.flexslider .slides h2 {
  text-shadow: none; }
.fluidratio.flexslider .slides .tagline {
  font-size: 38px;
  font-size: 3.8rems;
  line-height: 120%;
  font-style: italic;
  margin-top: 1em; }

/* Content */
.content {
  margin-top: 30px;
  margin-bottom: 50px; }

/* Sidebar */
.sidebar .logo a {
  width: 100%;
  float: left;
  border: none;
  text-align: center;
  padding: 8px 0; }

/* Testimonials */
#testimonials .content *[class^="span"] {
  margin-bottom: 4em; }
#testimonials .content .quote {
  font-size: 18px;
  font-size: 1.8rems;
  line-height: 140%;
  padding: 0 1em; }
  #testimonials .content .quote.large {
    font-size: 24px;
    font-size: 2.4rems;
    line-height: 135%; }
#testimonials .content .quote-title {
  font-size: 17px;
  font-size: 1.7rems;
  line-height: 120%;
  padding: 10px 0 0 20px; }

/* Footer */
footer {
  font-size: 15px;
  font-size: 1.5rems;
  line-height: 120%;
  text-shadow: 0 1px 1px #302a28;
  -webkit-box-shadow: inset 0 18px 18px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 18px 18px -10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 18px 18px -10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 18px 18px -10px rgba(0, 0, 0, 0.1);
  color: #cfcecc;
  background: url(../../images/footer-bg.png); }
  footer .container {
    min-height: 240px;
    padding-top: 1.25em; }
  footer a {
    color: #cfcecc; }
    footer a:hover {
      color: white;
      border-color: white; }
  footer .ico.facebook {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 21px;
    margin-top: -3px;
    background: url(../../images/facebook.png) no-repeat; }
  footer li {
    padding: .25em 0; }
  footer #legal {
    font-size: 12px;
    font-size: 1.2rems;
    line-height: 120%; }
    footer #legal li {
      display: inline-block;
      margin-right: 1em; }
  footer #credentials {
    padding-top: 0; }
    footer #credentials div {
      text-align: center; }
      footer #credentials div img {
        vertical-align: middle; }

/* Error Page */
#error {
  background-color: #fbfbfb; }
  #error img {
    margin: 20px 0 50px 140px; }
  #error h3 {
    font-size: 2.3em; }
  #error .container {
    width: 450px; }

/* Hi-Res Tablet */
/* Hi-Res Phone */
