@charset "UTF-8";
/* CSS Document */
/* Colors

Blue :	 	#508098
Black:		#3a3738
Light Blue:	#b9cdd7
Search color: #a8bfcf
Footer: #508098;

ADA Color: #3D5B6A

*/
/* Fonts */
@font-face {
  font-family: 'proxima_nova_rgregular';
  src: url("webfonts/ProximaNova-Reg-webfont.eot");
  src: url("webfonts/ProximaNova-Reg-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/ProximaNova-Reg-webfont.woff") format("woff"), url("webfonts/ProximaNova-Reg-webfont.ttf") format("truetype"), url("webfonts/ProximaNova-Reg-webfont.svg#proxima_nova_rgregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_novaregular_italic';
  src: url("webfonts/ProximaNova-RegIt-webfont.eot");
  src: url("webfonts/ProximaNova-RegIt-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/ProximaNova-RegIt-webfont.woff") format("woff"), url("webfonts/ProximaNova-RegIt-webfont.ttf") format("truetype"), url("webfonts/ProximaNova-RegIt-webfont.svg#proxima_novaregular_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url("webfonts/ProximaNova-Bold-webfont.eot");
  src: url("webfonts/ProximaNova-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/ProximaNova-Bold-webfont.woff") format("woff"), url("webfonts/ProximaNova-Bold-webfont.ttf") format("truetype"), url("webfonts/ProximaNova-Bold-webfont.svg#proxima_nova_rgbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_novabold_italic';
  src: url("webfonts/ProximaNova-BoldIt-webfont.eot");
  src: url("webfonts/ProximaNova-BoldIt-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/ProximaNova-BoldIt-webfont.woff") format("woff"), url("webfonts/ProximaNova-BoldIt-webfont.ttf") format("truetype"), url("webfonts/ProximaNova-BoldIt-webfont.svg#proxima_novabold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
:focus {
  outline: solid 2px #9a1e5d !important;
}

html, body, .pure-g-r [class*="pure-u"] {
  font-family: 'proxima_nova_rgregular', sans-serif;
}

html {
  font-size: 62.5%;
}

strong, b {
  font-family: 'proxima_nova_rgbold', sans-serif;
  font-weight: normal;
}

body {
  /* 	font-size: 16px; */
  font-size: 1.6rem;
  /* font-family: sans-serif; */
  color: #3a3738;
  background-color: #fff;
}

a, a:visited {
  color: #3D5B6A;
}

h2 {
  color: #3D5B6A;
  /* 	font-size: 24px; */
  font-size: 2.4rem;
  /* font-weight: bold; */
  font-family: 'proxima_nova_rgbold', sans-serif;
  font-weight: normal;
  margin: 1em 0 0 0;
}

h3 {
  color: #3D5B6A;
  font-size: 1.8rem;
  /* font-weight: normal; */
  font-family: 'proxima_nova_rgregular', sans-serif;
  font-weight: normal;
  margin: 1em 0 0 0;
}

.physician-bio h3 {
  margin: 1em 0 0 0;
}

h4 {
  font-size: 1.8rem;
  color: #3D5B6A;
  margin: 0;
  font-family: 'proxima_nova_rgregular', sans-serif;
  font-weight: normal;
}

p {
  margin: 0 0 1em 0;
}

map area {
  /* outline: 0; */
}

img.right {
  float: right;
  padding-left: 10px;
}

img.left {
  float: left;
  padding-right: 10px;
}

blockquote {
  font-size: 1.6rem;
}

/* Layout */
.container, .header-inner, .footer-inner {
  margin: 0 auto;
  max-width: 1170px;
}

.header {
  /* height: 138px; */
  height: 200px;
  /* background:url(../images/header-background.png); */
  /* 	background: #508098; */
  background: #3d5b6a !important;
  background: #3d5b6a !important;
  transition: background-color 1000ms linear;
  color: #fff;
  font-size: 1.6rem;
  z-index: 100;
  /* margin-top: 40px; */
  width: 100%;
}

.logo {
  font-size: 0;
}

.logo img {
  margin-top: 5px;
  margin-left: 25px;
  height: auto;
}

.social {
  text-align: right;
  position: absolute;
  right: 350px;
}

.social img {
  /* margin-top: 98px; */
  height: 24px;
  width: 24px;
}

.header-contact, .search-area {
  font-size: 1.4rem;
  margin-top: 20px;
  text-align: right;
  /* padding-right: 34px; */
}

.header-contact {
  overflow: hidden;
  	/*
  -webkit-transform: scaleY(1);
  	-o-transform: scaleY(1);
  	-ms-transform: scaleY(1);
  	transform: scaleY(1);
  
  	-webkit-transform-origin: top;
  	-o-transform-origin: top;
  	-ms-transform-origin: top;
  	transform-origin: top;
  
  	-webkit-transition: -webkit-transform 5.26s ease-out;
  	-o-transition: -o-transform 0.26s ease;
  	-ms-transition: -ms-transform 0.26s ease;
  	transition: all 0.26s ease;
  */
}

.header-contact a, .header-contact a:visited {
  color: #fff;
  text-decoration: none;
}

.header-contact a:hover {
  text-decoration: underline;
}

.fadeout {
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0;
  /* display:none; */
}

/* Search */
.search-area {
  margin-top: 12px;
  position: relative;
}

.search-button {
  vertical-align: middle;
  /* 	background-color: #a8bfcf; */
  border: none 0;
  color: #fff;
  height: 24px;
  background-image: url(images/search2.gif);
  background-repeat: no-repeat;
}

.search-box {
  /* 	background-color: #a8bfcf; */
  background-color: #3D5B6A;
  border: 2px solid #a8bfcf;
  background-image: url(images/looking-glass.png);
  background-position: 6px 2px;
  background-repeat: no-repeat;
  padding: 0 26px;
  height: 20px;
  width: 200px;
  color: #fff;
  vertical-align: middle;
}

.search-box::-webkit-input-placeholder {
  color: #fff;
}

.search-box:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.search-box::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.search-box:-ms-input-placeholder {
  color: #fff;
}

input[type="search"] {
  font-size: 1.4rem;
}

/* Feature Area */
.feature {
  height: 526px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 0;
  border-top: 1px solid transparent;
  margin-top: -1px;
  /* padding-top: 40px; */
  padding-top: 0 !important;
  position: relative;
}

.feature h1 {
  color: #fff;
  text-transform: uppercase;
  font-family: 'proxima_nova_rgbold', sans-serif;
  font-weight: normal;
  font-size: 8.4rem;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 340px;
  line-height: 80px;
  text-shadow: 0px 0px 20px #969696;
}

/*
.home{
	background-image: url(../images/runner.jpg);
}
.doctor{
	background-image: url(../images/doctor.jpg);
}
.spine{
	background-image: url(../images/spine.jpg);
}
.general{
	background-image: url(../images/general.jpg);
}
*/
.feature2 {
  height: 564px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  margin-top: 50px;
}

.spine-p {
  background-image: url(../images/spine-2.jpg);
}

.moves-image {
  text-align: center;
}

.feature-side {
  width: 229px;
}

.quick-links {
  color: #3D5B6A;
  text-align: right;
  /* padding-right: 34px; */
}

.quick-links h3, .success h3, .success-sports h3 {
  color: #3D5B6A;
  text-transform: uppercase;
  font-size: 4.2rem;
  font-weight: normal;
  margin: 0;
}

.menu-quick-links-container ul {
  padding: 0;
}

.success-sports h3 {
  font-size: 3.0rem;
}

.quick-links h3 span, .success h3 span, .success-sports h3 span {
  font-family: 'proxima_nova_rgbold', sans-serif;
  font-weight: normal;
}

.quick-links ul {
  list-style: none;
}

.quick-links a {
  font-size: 1.6rem;
  color: #3D5B6A;
  text-decoration: none;
  line-height: 24px;
}

.quick-links a:hover {
  text-decoration: underline;
}

/* Side Bar */
.side-bar {
  background-color: #3D5B6A;
  text-align: right;
  padding: 20px;
  color: #fff;
  /* padding-right: 34px; */
}

.side-bar h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 4.2rem;
  font-weight: normal;
  margin: 0;
}

.side-bar h3 span {
  font-family: 'proxima_nova_rgbold', sans-serif;
  font-weight: normal;
}

.side-bar a, .side-bar a:visited {
  color: #fff;
  text-decoration: none;
  /* line-height: 24px; */
}

.side-bar a:hover {
  text-decoration: underline;
}

.side-bar-video {
  margin: 0 -20px;
}

.side-bar .metaslider {
  background: #fff;
}

/* Quick Links 2 */
.quick-links-2 {
  background-color: #3D5B6A;
  color: #fff;
  text-align: right;
  padding: 20px;
  margin-bottom: 20px;
  /* padding-right: 34px; */
}

.quick-links-2 h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 4.2rem;
  font-weight: normal;
  margin: 0;
}

.quick-links-2 h3 span {
  font-family: 'proxima_nova_rgbold', sans-serif;
  font-weight: normal;
}

.quick-links-2 ul {
  list-style: none;
}

.quick-links-2 a, .quick-links-2 a:visited {
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  line-height: 24px;
}

.quick-links-2 a:hover {
  text-decoration: underline;
}

.quick-links-2 .doctor-video {
  margin: 0 -20px -20px -20px;
}

.feature-video {
  width: 229px;
  height: 169px;
  background-color: #000;
}

.homegroup {
  margin-top: 20px;
}

.centers img {
  float: right;
  margin-right: 20px;
}

.success-box {
  margin-top: 60px;
}

.success {
  margin-right: 20px;
  font-size: 1.6rem;
}

.success-image {
  margin-right: 20px;
}

.success-story {
  clear: both;
  padding-top: 20px;
}

.success-story h2 {
  text-transform: uppercase;
}

.find-doctor h3 {
  background: #3D5B6A;
  color: #fff;
  text-transform: uppercase;
  font-size: 3.2rem;
  font-weight: normal;
  padding: 16px;
  margin: 0;
}

.find-doctor h3 span {
  font-family: 'proxima_nova_rgbold', sans-serif;
  font-weight: normal;
}

a.find-doctor-link {
  background-color: #3D5B6A;
  /* 	border: 1px solid #50829a; */
  color: #fff;
  /* 	text-decoration: none; */
  padding: 4px 10px;
  /* width: 100%; */
  display: block;
  text-align: center;
}

.excellence {
  font-size: 1.5rem;
}

.excellence h3 {
  background: #9a1e5d;
  color: #fff;
  text-transform: uppercase;
  font-size: 4.2rem;
  font-weight: normal;
  padding: 16px;
  margin: 0 0 .5em 0;
}

.excellence h3 span {
  font-family: 'proxima_nova_rgbold', sans-serif;
  font-weight: normal;
}

.excellence img {
  float: right;
  background: #fff;
  padding: 0 20px;
}

.feature-success-side h3 {
  margin: 0;
  padding: 20px 0 0 0;
  color: #3D5B6A;
  font-size: 2.4rem;
  font-weight: normal;
}

.news-doctor {
  margin-top: 50px;
}

.homenews h3 {
  background: #974124;
  color: #fff;
  text-transform: uppercase;
  font-size: 4.2rem;
  font-weight: normal;
  padding: 16px;
  margin: 0;
}

.homenews h3 span {
  font-family: 'proxima_nova_rgbold', sans-serif;
  font-weight: normal;
}

.homenews h4 {
  font-size: 2.4rem;
  color: #3D5B6A;
  /* 	text-transform: uppercase; */
  margin-top: 10px;
  font-family: 'proxima_nova_rgregular', sans-serif;
  /* 	font-family: 'proxima_nova_rgbold', sans-serif; */
  font-weight: normal;
}

.homenews p {
  margin: 0 0 20px 0;
  color: #3a3738;
}

.homenews a {
  text-decoration: none;
}

.homenews {
  font-size: 1.6rem;
  margin-right: 20px;
}

.homenews1 h4, .homenews2 h4, .homenews3 h4 {
  text-transform: uppercase;
  font-size: 1.8rem;
  color: #3D5B6A;
  margin: 0;
}

.homenews1 p, .homenews2 p, .homenews3 p {
  margin-top: 0;
}

.homenews1 {
  width: 315px;
  padding: 0 35px 0 0px;
}

.homenews2 {
  width: 340px;
  padding: 0 26px;
}

.homenews3 {
  width: 160px;
  padding: 0 35px;
}

.footer {
  /* 	background-color: #3D5B6A; */
  background-color: #3D5B6A;
  font-size: 1.6rem;
  color: #fff;
  /* 	margin-top: 40px; */
}

.footer-inner {
  color: #fff;
  padding: 20px;
}

.footerbox {
  background-color: #3D5B6A;
}

.footerbox a, .footerbox a:visited {
  color: #fff;
  background-color: #3D5B6A;
  text-decoration: none;
  font-size: 1.6rem;
}

.footerbox a:hover {
  text-decoration: underline;
}

.footerbox p {
  margin: 0 20px 0 0;
}

.footerbox ul {
  list-style: none;
  padding: 0;
}

.footerbox img {
  /* 	padding-left: 50px; */
}

.footer-logos img {
  max-width: 30%;
  margin-right: 2%;
}

.banner-bar {
  border-bottom: 1px solid #3a515c;
}

.banner-title {
  text-align: center;
  /* background-color: #b9cdd7;
  color: #50829a; */
  background-color: #092633;
  color: #fff;
  width: 608px;
  height: 160px;
  border-left: 1px solid #3a515c;
}

.banner-title:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
  /* For visualization
  background: #808080; width: 5px;
  */
}

.banner-title h1 {
  /* color: #50829a; */
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  font-size: 4.0rem;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.banner-image {
  width: 140px;
}

.banner-side {
  width: 229px;
  border-left: 1px solid #092633;
}

.contentgroup {
  background-image: url("../images/b-w-grad.jpg");
  background-repeat: repeat-x;
}

.centers-side {
  width: 140px;
  padding-top: 10px;
}

.centers-side p {
  color: #50829a;
  padding: 0 15px;
  margin-bottom: -20px;
  font-weight: bold;
  text-align: center;
}

.content-area h1 {
  font-size: 3.6rem;
  font-family: 'proxima_nova_rgbold', sans-serif;
  font-weight: normal;
  color: #9a1e5d;
  text-transform: uppercase;
  background: #9a1e5d;
  color: #fff;
  padding: 16px;
  margin: 0 0 .5em 0;
}

.content-area h1 span {
  font-family: 'proxima_nova_rgbold', sans-serif;
  font-weight: normal;
}

.coe-content h2 {
  font-size: 3.8rem;
  font-family: 'proxima_nova_rgbold', sans-serif;
  font-weight: normal;
  color: #9a1e5d;
  background: #9a1e5d;
  color: #fff;
  padding: 16px;
  margin: 0 0 .5em 0;
}

.content-area h2 span {
  font-family: 'proxima_nova_rgbold', sans-serif;
  font-weight: normal;
}

.content-area {
  margin-right: 20px;
  margin-bottom: 40px;
}

.center-page h2 {
  background: #9a1e5d;
  margin-right: 20px;
  color: #fff;
  font-size: 3.0rem;
  font-family: 'proxima_nova_rgbold', sans-serif;
  font-weight: normal;
  padding: 16px;
  margin: 0 0 .5em 0;
}

.center-page h2 span {
  font-family: 'proxima_nova_rgbold', sans-serif;
  font-weight: normal;
}

.success-story img {
  float: left;
  margin-left: -209px;
}

.video-doctor-side {
  width: 229px;
}

.feature-success-side {
  width: 183px;
  padding: 0 24px;
}

.find-doctor-side {
  width: 206px;
  padding: 0 12px;
}

.physician-search li a.filter-click, .physician-search li a.filter-click:hover {
  /* font-weight: bold; */
  /*list-style-type: square;
  display: list-item; */
  /* 	background-color: #b9cdd7; */
  background-color: #345261;
  border: 1px solid #345261;
}

.physician-display {
  width: 175px;
  text-align: center;
  float: left;
  height: 250px;
  font-size: 1.5rem;
  /* name on one line */
  margin-right: 35px;
}

.physician-display img {
  padding: 4px;
  /* border: 1px solid #aaa; */
}

a.physician-photo {
  display: block;
  width: 168px;
  height: 183px;
  overflow: hidden;
}

.filter-clear {
  /* 	background-color: #6a9ab2; */
  background-color: #345261;
  border: 1px solid #345261;
  color: #fff;
  text-decoration: none;
  padding: 4px 10px;
  display: block;
  text-align: center;
}

.p-photo {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  text-align: center;
}

/* Physician */
.physician-search h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 3.0rem;
  font-weight: normal;
  margin: 0;
}

.physician-search ul {
  text-align: right;
  margin: 0;
  padding: 0 0 20px 0;
}

.physician-search li {
  list-style: none;
}

.physician-search li a, .physician-search li a:visited {
  display: block;
  /* text-align: left; */
  /* 	background-color: #6a9ab2; */
  /* #B9CDD7; */
  background-color: #345261;
  margin: 4px 0;
  padding: 2px 6px;
}

.physician-search li a:hover {
  background-color: #85b5ce;
  text-decoration: none;
}

.physician-title {
  background: #9a1e5d;
  height: 218px;
  text-align: right;
  position: relative;
  overflow: hidden;
}

.physician-title h1 {
  color: #fff;
  /* font-size: 42px; */
  font-size: 3.6rem;
  font-family: 'proxima_nova_rgbold', sans-serif;
  font-weight: normal;
  padding: 50px 220px 16px 16px;
  margin: 0;
  text-transform: none;
}

.physician-title h1 span {
  font-family: 'proxima_nova_rgbold', sans-serif;
  font-weight: normal;
}

.physician-title img {
  position: absolute;
  right: 0;
  background: #fff;
}

.physician-bio {
  margin-right: 20px;
}

.physician-bio .quote {
  /* font-size: 24px; */
  font-size: 1.8rem;
  font-style: italic;
  margin: 1em 0;
}

.quote:before {
  content: "\201C";
  font-family: 'proxima_nova_rgbold', sans-serif;
  font-weight: normal;
}

.quote:after {
  content: "\201D";
  font-family: 'proxima_nova_rgbold', sans-serif;
  font-weight: normal;
}

.physician-bio h2 {
  font-size: 2.4rem;
  margin-bottom: 0;
}

.physician-bio p {
  margin-top: 0;
}

.quick-links-2 a.physician-assistants-link {
  font-size: 1.8rem;
}

.location-box {
  width: 50%;
  float: left;
}

.location-box img {
  width: 250px;
}

.sportslogoscontainer {
  height: 160px;
  width: 242px;
  margin: 0;
  padding: 4px;
  background-color: #fff;
  /* border: 1px solid #eee; */
}

.sportslogos {
  height: 170px;
  width: 170px;
  margin: 0;
  padding: 0;
}

.sportlogo {
  text-align: center;
  /* height: 170px; */
}

.sportlogo img {
  vertical-align: middle;
  margin: 0 auto;
}

.helper {
  display: inline-block;
  height: 100%;
  width: 1px;
  margin-left: -4px;
  vertical-align: middle;
}

.patient-testimonials-container {
  background-color: #974124;
  color: #ffffff;
  padding: 20px;
}

.patient-testimonials-container h2 {
  color: #ffffff;
  margin: 0;
}

.hero-image {
  	/*
  margin-left: -50px;
  	margin-right: -50px;
  	margin-top: -26px;
  	width: 610px;
  	position: absolute;
  */
}

.hero-copy {
  position: absolute;
  font-size: 1.6rem;
  color: #fff;
  line-height: 24px;
  margin: 0;
  padding-top: 16px;
}

.success-headline {
  padding-top: 405px;
}

.physician-mobile {
  clear: both;
  display: none;
}

p.news {
  margin-top: 0;
}

/* Navigation */
.navigation {
  padding-right: 0px;
  margin-top: 10px;
  /* text-align: right; */
  z-index: 100;
  background: transparent;
  transition: background-color 0s linear;
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}

.sticky .navigation {
  /*  	background: #508098; */
  background: #3d5b6a;
  transition: background-color 500ms linear;
  -webkit-transition-delay: 600ms;
  /* Safari */
  transition-delay: 600ms;
}

.navigation ul {
  margin: 0;
  float: left;
  /* padding-right: 34px; */
}

.nav {
  margin: 0 auto;
}

.navigation li {
  list-style: none;
  margin: 0;
  padding: 0;
  /* display:inline; */
  float: left;
}

.navigation a, .navigation a:visited {
  font-size: 1.4rem;
  line-height: 34px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 0 20px;
}

.navigation a:hover {
  color: #fff;
}

.navigation ul ul {
  display: none;
  position: absolute;
  background-color: #3D5B6A !important;
  padding: 10px 10px 10px 0;
  z-index: 100;
}

.navigation ul ul li {
  float: none;
}

.navigation ul ul a {
  float: left;
  display: block;
  clear: left;
}

.navigation ul ul a:hover {
  color: #fff;
  text-decoration: underline;
}

.navigation li:hover li a, .navigation li a:hover li a {
  color: #fff;
}

.navigation li:hover a, .navigation a:hover, .navigation li li:hover a, .navigation li li a:hover {
  color: #fff;
}

.navigation li:hover > a:after, .navigation li > a:hover:after {
  color: #fff;
}

a.toggleMenu {
  display: none;
  background: #3D5B6A;
  padding: 10px 15px 10px 15px;
  color: #fff;
  font-size: 1.6rem;
  /* width: 95%; */
}

/* Form */
.content-area label {
  width: 230px;
  display: inline-block;
}

.content-area input[type=text], .content-area input[type=tel], .content-area input[type=date], .content-area input[type=email], .content-area select {
  width: 250px;
  margin-bottom: 10px;
}

.content-area textarea {
  width: 250px;
  height: 200px;
  margin-bottom: 10px;
}

.content-area .request-days {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  width: 250px;
}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  /* height: 180px; */
}

.bx-wrapper img {
  max-width: 100%;
  /* display: block; */
}

/** THEME
===================================*/
/*.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
} */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  /* font-family: Arial; */
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  /* outline: 0; */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  /* outline: 0; */
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  /* outline: 0; */
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  /* 	outline: 0; */
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  /* font-family: Arial; */
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* BXSlider Custom */
.find-doctor .bx-wrapper {
  /* height: 320px; */
  height: auto;
}

.find-doctor .bx-wrapper .bx-caption span {
  font-size: 1.8rem;
}

.physician-slider {
  padding: 0;
  margin: 0;
}

.homenews .bx-wrapper {
  margin: 0 40px;
}

/* Sticky Header */
.sticky {
  position: fixed;
  top: 0;
  /* 	background: #508098; */
  background: #3d5b6a;
  transition: background-color 1000ms linear;
}

.error-container {
  color: red;
}

/* */
.screen-reader-text {
  display: none;
}

/* Wordpress */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

/* New */
.request-days .wpcf7-list-item {
  display: block;
}

.posts-navigation {
  margin-top: 20px !important;
}

.posts-navigation a, .posts-navigation a:visited, .posts-navigation a:hover {
  color: #3d5b6a;
  font-size: 1.5rem;
  text-decoration: underline;
  padding: 0;
}

a.team-grid-name {
  max-width: 170px;
  display: block;
}

.alignleft {
  margin-top: 0;
  margin-right: 10px;
}

.nav-links .nav-previous {
  float: left;
}

.nav-links .nav-next {
  float: right;
}

/* Translate */
#google_translate_element {
  margin-top: 40px;
  text-align: center;
}

#google_translate_element a {
  background-color: #fff;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
.TESTMODE {
  display: none;
}

.navigation ul li:hover ul, .navigation ul li a:hover ul {
  display: block;
}

@media screen and (min-width: 1200px) {
  /* Navigation Magic */
  .navigation li > a:after {
    color: #fff;
    content: ' ▾';
  }

  .navigation li > a:hover:after {
    color: #fff;
    content: ' ▾';
  }

  .navigation li > a:only-child:after {
    content: ' ';
  }

  .feature-image {
    width: 100%;
    height: 568px;
  }

  .feature2 {
    background-attachment: fixed;
  }
}
@media screen and (max-width: 1199px) {
  .header-contact, .search-area, .quick-links {
    padding-right: 20px;
  }

  .side-bar h3, .excellence h3, .quick-links h3, .quick-links-2 h3, .success h3, .success-sports h3 {
    font-size: 2.4rem;
  }

  .homenews .bx-wrapper .bx-prev {
    right: 50px;
    left: auto;
  }

  .homenews .bx-wrapper .bx-next {
    right: 0px;
  }

  .homenews .bx-wrapper .bx-controls-direction a {
    margin-top: 0px;
    top: 0;
    margin-top: -64px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1120px) {
  /* Navigation Magic */
  .navigation li > a:after {
    color: #fff;
    content: ' ▾';
  }

  .navigation li > a:hover:after {
    color: #fff;
    content: ' ▾';
  }

  .navigation li > a:only-child:after {
    content: ' ';
  }

  .feature-image {
    width: 100%;
    height: 568px;
  }

  .header-contact, .search-area, .quick-links {
    padding-right: 10px;
  }

  .side-bar h3, .excellence h3, .quick-links h3, .quick-links-2 h3, .success h3, .success-sports h3 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1119px) and (min-width: 768px) {
  .sportslogoscontainer {
    width: 100%;
  }

  .feature {
    height: 310px;
    background-size: auto 350px;
  }

  .feature h1 {
    font-size: 4.6rem;
    top: 240px;
    line-height: 46px;
    text-shadow: 0px 0px 20px #969696;
  }

  .find-doctor h3 {
    font-size: 2.4rem;
  }

  .letsmove {
    max-width: 75% !important;
  }

  .excellence img {
    /* width: 150px; */
    display: none;
  }

  .quick-links {
    margin-right: 20px;
  }

  .feature-image {
    width: 100%;
  }

  .feature-image img {
    width: 100% !important;
  }

  .feature-side {
    width: 100%;
    border: none 0px;
  }

  .patient-center, .feature-video {
    width: 50%;
    float: left;
    height: 180px;
  }

  .find-doctor {
    width: 96%;
    padding: 0 2%;
  }

  .homenewstitle {
    width: 96%;
    padding: 0 2%;
  }

  .homenews {
    margin-left: 20px;
  }

  .homenews h4 {
    font-size: 1.8rem;
  }

  .homenews1, .homenews2 {
    width: 47%;
    padding: 1% 0 0 2%;
  }

  .homenews3 {
    width: 96%;
    padding: 0 2%;
  }

  .footer {
    padding: 20px 20px;
  }

  	/*
  .footerbox{
  		width: 18%;
  		padding: 0 1%;
  	}
  */
  .footerbox img {
    padding: 0;
  }

  .sportslogoscontainer {
    padding: 0;
  }

  .header {
    padding-bottom: 26px;
  }

  .banner-side {
    display: none;
  }

  .banner-image {
    position: absolute;
  }

  .banner-title {
    width: 100%;
  }

  .banner-title h1 {
    padding-left: 140px;
  }

  .centers-side {
    position: absolute;
  }

  .content {
    		/*
    padding-left: 20%;
    		padding-right: 30%;
    		width: 50%;
    */
    border: none 0px;
    min-height: 550px;
    margin: 0;
  }

  .quote {
    font-size: 2.4rem;
  }

  .video-doctor-side {
    position: absolute;
    right: 0;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .video-doctor-side .feature-video {
    display: none;
  }

  .navigation {
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 33px;
    padding-right: 0px;
  }

  ul.nav {
    padding: 0;
  }

  .navigation a {
    padding: 0 6px;
    font-size: 1.5rem;
  }

  /* Navigation Magic */
  .navigation li > a:after {
    color: #fff;
    content: ' ▾';
  }

  .navigation li > a:hover:after {
    color: #3D5B6A;
    content: ' ▾';
  }

  .navigation li > a:only-child:after {
    content: ' ';
  }

  .physician-mobile {
    clear: both;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* 767 */
  /* Navigation */
  .navigation {
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 14px;
    padding-right: 0px;
  }

  a.toggleMenu:before {
    background-image: url("images/menu.svg");
    background-size: 14px 16px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
    height: 14px;
    content: "";
  }

  a.toggleMenu:hover {
    color: #fff;
  }

  .nav {
    display: none;
  }

  .nav a {
    background-color: #3D5B6A;
    display: block;
    padding: 10px 15px;
    color: #fff;
  }

  .nav a:hover {
    color: #fff;
  }

  .nav li li a {
    background-color: #3D5B6A;
  }

  .navigation ul {
    padding: 0;
    float: none;
  }

  .navigation ul ul {
    position: relative;
    padding: 0;
  }

  .navigation {
    background: #3D5B6A;
    padding: 0;
  }

  .navigation ul ul a {
    float: none;
  }

  .nav:before,
  .nav:after {
    content: " ";
    display: table;
  }

  .nav:after {
    clear: both;
  }

  .active {
    display: block;
  }

  .nav > li {
    float: none;
    border-top: 1px solid #aaa;
  }

  .nav li li {
    border-top: 1px solid #aaa;
  }

  .nav > li > .parent {
    background-position: 95% 50%;
  }

  .nav li li .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: 95% 50%;
  }

  .nav ul {
    display: block;
    width: 100%;
  }

  .nav > li.hover > ul, .nav li li.hover ul {
    position: static;
  }

  .navigation li > a:after {
    color: #fff;
    content: ' ▾';
    float: right;
  }

  .navigation li > a:hover:after {
    color: #fff;
    content: ' ▾';
    float: right;
  }

  .navigation li > a:only-child:after {
    content: ' ';
  }

  .navigation li:hover a, .navigation a:hover, .navigation li li:hover a, .navigation li li a:hover {
    color: #fff;
  }

  .navigation li:hover > a:after, .navigation li > a:hover:after {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .letsmove {
    max-width: 70% !important;
  }

  .quote {
    font-size: 2.4rem;
  }

  .header {
    height: auto;
    background-repeat: repeat-x;
    padding-bottom: 31px;
  }

  .feature {
    height: 310px !important;
    background-size: auto 350px;
  }

  .feature h1 {
    font-size: 4.6rem;
    top: 100px;
    line-height: 46px;
    text-shadow: 0px 0px 10px #969696;
  }

  .feature2 {
    height: 350px;
    padding: 0 20px;
  }

  .centers, .quick-links, .quick-links-2, .excellence img {
    display: none;
  }

  .physician-title {
    margin: 0;
  }

  .physician-title h1 {
    font-size: 3.6rem;
  }

  .physician-bio {
    padding: 0 20px;
  }

  .logo {
    width: 25% !important;
  }

  .header-other {
    width: 75% !important;
  }

  .logo img {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 8px;
  }

  .social {
    display: none;
  }

  .feature-side, .banner-image, .patient-center {
    display: none;
  }

  .content {
    border: 0px none;
  }

  .video-doctor-side {
    border-top: 1px solid #ccc;
    padding: 10px;
  }

  .banner-title {
    border-top: 1px solid #3a515c;
  }

  .banner-title h1 {
    width: 95%;
    font-size: 3.0rem;
  }

  .centers {
    padding: 0 10px;
    border-bottom: 1px solid #3a515c;
  }

  .centers-side {
    display: none;
  }

  .centers img {
    margin-left: -9px;
    padding-top: 0px;
  }

  .success {
    border-bottom: 1px solid #3a515c;
    border-right: 0px none;
    border-left: 0px none;
    padding: 0 10px;
  }

  .find-doctor {
    padding: 0;
  }

  .centers h3, .success h3, .success-sports h3 {
    margin: 0;
    padding: 20px 0 0 0;
    text-transform: uppercase;
    color: #3D5B6A;
    font-size: 2.4rem;
    font-weight: normal;
  }

  .find-doctor h3 {
    margin: 0;
    padding: 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 2.4rem;
    font-weight: normal;
  }

  .find-doctor p {
    padding: 0 20px;
  }

  .success-image {
    padding: 20px 0 0 0;
  }

  .content-area {
    padding: 0 20px;
  }

  .homenewstitle, .homenews1, .homenews2, .homenews3 {
    padding: 0 10px;
  }

  .hero-image {
    position: static;
    margin: 0;
  }

  .success-headline {
    padding-top: 0;
  }

  img.right {
    max-width: 50%;
  }

  .footer {
    padding: 10px;
  }

  .footerbox {
    padding: 0;
    margin: 0;
  }

  .footerbox img {
    padding: 0;
  }

  .search-button {
    background-color: #a8bfcf;
    background-image: url(images/looking-glass.png);
    background-repeat: no-repeat;
    background-position: 4px 4px;
    width: 24px;
    height: 24px;
  }

  .search-box {
    padding: 0;
    background-image: none;
  }

  .physician-mobile {
    display: block;
    clear: both;
  }

  .success-image {
    display: none;
  }

  .header {
    height: 100px;
    /* position:fixed; */
    top: 0;
    /* 		background: #508098; */
    background: #3d5b6a;
    padding-bottom: 20px;
  }

  .search-box {
    width: 19rem;
    font-size: 1.1rem;
    padding: 0 0 0 6px;
  }

  .feature {
    height: 281px;
    background-size: 640px;
    background-position: 50% 95px;
    padding-top: 0;
    background-attachment: inherit;
  }

  .success {
    padding: 0;
    margin: 0;
  }

  .content-area {
    margin-right: 0;
  }

  .content-area h1, .content-area h2 {
    font-size: 2.4rem;
  }

  .content-area iframe {
    max-width: 100%;
    height: auto;
  }

  .feature2 {
    height: 250px;
    padding: 0 20px;
  }

  .find-doctor .bx-wrapper img {
    width: 100%;
  }

  .find-doctor .bx-wrapper .bx-caption {
    		/*
    bottom:auto;
    		top: 280px;
    */
  }

  .homenews, .find-doctor, .patient-testimonials-container {
    padding: 0 20px;
  }

  .success-box, .success-sports {
    margin-top: 30px;
  }

  .excellence p, .success p, .success h3, .success-sports p, .success-sports h3 {
    padding: 0 20px;
  }

  .navigation a.toggleMenu {
    margin-top: -35px;
    float: right;
    line-height: normal;
  }

  .logo img {
    width: 96px;
  }

  .navigation {
    margin-top: 0;
  }

  .header-contact {
    /*	display:none; */
    font-size: 1.3rem;
    text-align: right;
    padding-bottom: 10px;
    padding-right: 18px !important;
    margin-top: 10px !important;
  }

  /* added to keep contact details on mobile */
  .search-area {
    margin-top: 6px;
    position: relative;
    margin-left: -10.5rem;
    margin-right: 13rem;
    margin-bottom: 3px;
  }

  .feature2 {
    /* display:none; */
  }

  .side-bar {
    text-align: left;
  }

  .bx-clone {
    display: none;
  }

  .physician-title {
    height: 140px;
  }

  .physician-title h1 {
    font-size: 2.4rem;
    padding: 30px 150px 16px 16px;
  }

  .physician-title img {
    max-width: 40%;
  }

  .quote {
    font-size: 1.8rem;
  }

  .location-box {
    width: 48%;
    padding: 0 1%;
  }

  .homenews .bx-wrapper .bx-controls-direction a {
    margin-top: -54px;
  }

  .homenews .bx-wrapper .bx-prev {
    right: 40px;
  }

  .recaptchatable #recaptcha_image, .content-area #recaptcha_area, .content-area #recaptcha_table {
    margin: 0 !important;
    width: 200px !important;
  }

  .recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, .recaptchatable .recaptcha_r4_c4, .recaptchatable .recaptcha_image_cell {
    background: none !important;
  }

  .content-area #recaptcha_area img, #recaptcha_whatsthis, #recaptcha_switch_img, #recaptcha_switch_audio {
    max-width: none;
  }
}

/*# sourceMappingURL=crowvalley.css.map */
