body {
/* 	padding-top: 80px; */
	background: #393a3e;
	font-size: 15px;
	font-family: 'Barlow', sans-serif;
	color: #676767;
}

a, a:visited {
	color: #416BA9;
}

a:hover {
	color: #33578e;
}

.meat {
	background: #FFF;
    margin-bottom: -23px;
}

.container-white {
	background: #fff;
}

.steps {
	max-width: 700px;
    margin: auto;
}

.clearfix {
	clear: both;
}

.quotebox {
	margin-top: 20px;
}

.quote {
	font-style: italic;
}

.quotename {
	margin: 10px 0 0;
	font-weight: 600;
	font-size: 13px;
}

.small {
	font-size: 14px;
	color: #999;
}

a, a:visited {
    color: #416BA9;
    text-decoration: none;
}

a:hover {
    color: #e07320;
    text-decoration: none;
}

.orange {
	color: #416BA9!important;
}

/** NAV **/

.navbar {
	margin-bottom: 0;
	padding: 15px 0;
}

.navbar-brand {
	padding: 2px 12px;
}

.navbar-nav>li>a {
    font-size: 16px;
    font-weight: 300;
}

.navbar-default {
	background-color: rgba(255,255,255,.94);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
	height: 80px;
}

.headerlogo {
	max-width: 328px;
	position: relative;
    top: -10px;
}

.center {
	text-align: center;
}

.navbar-toggle {
	margin-right: 20px;
	padding: 0;
	margin-top: 14px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-toggle {
	border-color: transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 32px;
    height: 4px;
    border-radius: 1px;
}

.navbar-default .navbar-nav>li>a {
    color: #6790b1;
}

.navbar-info {
	background: #EFEFEF;
    position: relative;
    top: -15px;
    right: 0;
    float: right;
    padding: 10px 15px;
    font-size: 11px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.navbar-info a, .navbar-info a:visited {
	color: #979797;
	margin: 0 5px;
}

.navbar-info a:hover {
	color: #6f6f6f;
}

.navbar-main {
	position: relative;
	top: -34px;
}

.gradient-left {
	padding: 120px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2e3132+0,2e3132+100&1+0,0+100 */
background: -moz-linear-gradient(left, rgba(46,49,50,1) 0%, rgba(46,49,50,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(46,49,50,1) 0%,rgba(46,49,50,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(46,49,50,1) 0%,rgba(46,49,50,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e3132', endColorstr='#002e3132',GradientType=1 ); /* IE6-9 */
}

.gradient-right {
	padding: 120px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2e3132+0,2e3132+100&0+0,1+100 */
background: -moz-linear-gradient(left, rgba(46,49,50,0) 0%, rgba(46,49,50,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(46,49,50,0) 0%,rgba(46,49,50,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(46,49,50,0) 0%,rgba(46,49,50,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e3132', endColorstr='#2e3132',GradientType=1 ); /* IE6-9 */
}

.band {
	padding: 100px 0;
}

.band-feature {
	background: #42586c;
	border-bottom: 1px solid #FFF;
}

.band-feature p {
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 16px;
}

.band-knee {
	background: #393A3D url('/wp-content/uploads/hero-procedure-knee.jpg') no-repeat center center;
	background-size: cover;
}

.band-hip {
	background: #393A3D url('/wp-content/uploads/hero-procedure-hip.jpg') no-repeat center center;
	background-size: cover;
}

.band-spine {
	background: #393A3D url('/wp-content/uploads/hero-procedure-spine.jpg') no-repeat center center;
	background-size: cover;
}

.band-hand {
	background: #393A3D url('/wp-content/uploads/hero-procedure-hand.jpg') no-repeat center center;
	background-size: cover;
}

.band-feature p, .band-feature h3 {
	color: #FFF;
}

/** FONTS **/

h2 {
    font-weight: 300;
    font-size: 22px;
    line-height: 140%;
    color: #7B7C7C;
}

h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	color: #416BA9;
	margin-top: 0;
}

h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: #393a3e;
	margin-bottom: 5px;
}

h5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	margin-bottom: 5px;
}

p {
	font-size: 15px;
	color: #676767;
}

.inset {
    padding: 80px 30px;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    color: #8a8a8a;
    font-size: 24px;
    line-height: 140%;
}

.bold {
	font-weight: 500!important;
}

/** BUTTONS **/

.btn {
    padding: 10px 18px;
    font-size: 15px;
    font-weight: 500;
}

.btn-sm {
	font-size: 13px;
    padding: 5px 10px;
}

.btn-primary, .btn-primary:visited, button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: 1px solid #74A73B;
	color: #FFF;
	background: #82BA44;
	font-size: 15px;
	padding: 10px 18px;
}

.btn-primary:hover {
	border: 1px solid #74A73B;
	color: #fff;
	background: #74A73B;
}

.btn-ghostwhite, .btn-ghostwhite:visited {
	border: 1px solid #FFF;
	color: #FFF;
	background: transparent;
}

.btn-ghostwhite:hover {
	border: 1px solid #FFF;
	color: #fff!important;
	background: transparent;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
    width: 100%;
    font-weight: 400;
}

.shadowbox {
    background: #FFF;
    box-shadow: 0 0 6px rgba(0,0,0,.2);
    border-radius: 10px;
    padding: 20px;
}

/** HERO BANNERS **/

.coloroverlay {
    padding: 210px 0 0 0;
    background: rgba(57,58,61,.6);
    background-size: contain;
}

.blueoverlay {
	background: rgba(87,174,230,.5);
}

.bandoverlay {
    padding: 80px 0;
    background: rgba(57,58,61,.7);
    background-size: contain;
}

.home-hero-section {
    background: #393A3D url('/wp-content/uploads/hero-biking-middleaged.jpg') no-repeat center center;
    background-size:cover;
}

.home-hero-section .call-to-action {
/*     padding-top: 160px; */
    text-align: left;
}

.home-hero-section h1 {
    color: #FFF;
    font-size: 60px;
    margin-bottom: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}

.featurette {
	margin: 0 0 40px 0;
}

.home-hero-section .home-subhead {
    padding: 100px 0 15px 0;
    background:rgba(46,49,50,.8);
/*     background: rgba(0,136,189,.7); */
/*     border-top:1px solid #222; */
	background: rgba(46,49,50,0);
	background: -moz-linear-gradient(top, rgba(46,49,50,0) 0%, rgba(46,49,50,.8) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(46,49,50,0)), color-stop(100%, rgba(46,49,50,1)));
	background: -webkit-linear-gradient(top, rgba(46,49,50,0) 0%, rgba(46,49,50,.8) 100%);
	background: -o-linear-gradient(top, rgba(46,49,50,0) 0%, rgba(46,49,50,.8) 100%);
	background: -ms-linear-gradient(top, rgba(46,49,50,0) 0%, rgba(46,49,50,.8) 100%);
	background: linear-gradient(to bottom, rgba(46,49,50,0) 0%, rgba(46,49,50,.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#212121', GradientType=0 );
}

.home-hero-section .home-subhead a.button.gradient {
	top: 26px;
    position: relative;
}

.home-hero-section h2 {
    font-weight: 300;
    padding: 0px;
    color: #fff;
    line-height: 120%;
    font-size: 20px;
    margin-bottom: 30px;
}

.home-subhead p, .home-subhead span {
	color: #fff;
	text-align: center;
	font-size: 14px;
	opacity: .8;
	margin: 0 5px;
}

.hero-home h1 {
	color: #fff;
	font-size: 56px;
}

.hero-home p {
	color: #fff;
	font-size: 25px;
	margin: 0 auto;
	opacity: .8;
	max-width: 550px;
	padding-bottom: 30px;
	font-weight: 300;
}

.hero-secondary {
    background: #3E3E3E url('/static/images/hero-home.jpg') no-repeat center center;
    background-size: cover!important;
    padding: 150px 0 0 0;
    margin-bottom: 0;
}

.hero-secondary h1 {
	color: #fff;
	font-size: 44px;
	font-weight: 300;
}

.ctabar {
    background: #416BA9;
    padding: 30px;
    color: #fff;
}

.ctabar h3 {
	color: #FFF;
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.band {
	padding-top: 80px;
	padding-bottom: 80px;
	border-bottom: 1px solid white;
}

.band p {
	margin-bottom: 20px;
}

.band-lightblue {
	background: #EBF5FC;
}

.band-paleblue {
	background: #F5FAFD;
}

.band-white {
	background: #FFF;
}

.text-white {
	color: #fff;
}

.band-gray {
	background: #f2f2f2;
	padding-top: 40px;
	padding-bottom: 40px;
}

.band-detroit {
	background: #3E3E3E url('/wp-content/uploads/bg-detroit-skyline.jpg') no-repeat center center;
	background-size: cover;
}

.band-map {
	background: #3E3E3E url('/wp-content/uploads/hero-map.jpg') no-repeat center center;
	background-size: cover;
}

.mapcallout {
    /* height: 400px; */
    width: 500px;
    border: 1px #85b2dc solid;
    position: absolute;
    top: 10%;
    right: 10%;
    background: rgba(110,207,246,.8);
}

.band-detroit h3, .band-map h3 {
	color: #FFF;
}

.band-detroit p, .band-map p {
	font-size: 17px;
	opacity: .9;
	margin-bottom: 30px;
	color: #FFF;
}

.lesspadding {
	padding-left: 5px;
	padding-right: 5px;
}

/** IMAGES **/

.img-headshot {
	max-width: 80px;
	margin: 0 auto;
	margin-top: 50px;
}

.img-seal {
	max-width: 40px;
    position: relative;
    float: left;
    margin-right: 10px;
}

.img-icon {
	max-width: 90px;
	margin: 0 auto;
	padding: 30px 0 10px 0;
}

.img-icon-sm {
	max-width: 34px;
    margin: 0 auto;
    padding: 5px;
}

.img-featureblock {
	max-width: 80%;
	margin: 0 auto;
	margin-top: 30px;
}

/* HERO VIDEO */

.jumbotron{
/*   position: relative; */
/*   z-index:-2; */
}

#video-background { 
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  width:100%;
}

/** FOOTER **/

.footer-section {
    background:#393A3D;
    padding:20px 0 50px 0;
}

.footer-section .footer-nav {
    list-style-type:none;
    padding:0;
}

.footer-section .footer-nav li {
    display:inline;
    border-right:1px solid #fff;
    padding:1px 10px;
    font-size: 12px;
}

.footer-section .footer-nav li:last-child {
    border-right:none;
}

.footer-section .footer-nav li a {
    color:#fff;
}

.footer-section a, .footer-section a:hover, .footer-section a:visited {
	color: #fff;
}

.footer-section h4 {
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.footer-section h4 a {
	margin-right: 15px;
}

.footer-section h3 {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 5px;
	font-family: 'Roboto Condensed', sans-serif;
}

.footer-section p {
	font-size: 11px;
	line-height: 120%;
	color: #999;
}

.footer-logos {
    text-align:center;
}

.footer-logos img {
    height:60px;
    display:inline-block;
    margin:0 5px;
}

#socialbadges {
/* 	text-align: center; */
}

.socialbadges {
	position: relative;
	float: right;
}

.socialbadge {
	width: 32px;
    margin: 3px;
}

.breadcrumbs, .breadcrumbs a {
    margin-bottom: 140px;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
}

.breadcrumb_last {
    font-size: -webkit-xxx-large;
}

.breadcrumbs span {
    vertical-align: middle;
}

.page-content, .entry-content, .entry-summary {
    margin: 0;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
    
    .modal-dialog {
      max-width: 750px;
      /*margin: 30px auto;*/
    }
    
    .navbar-nav>li>a {
	    font-size: 16px;
	}
    
    .hero-home {
		background-size: cover;
		padding: 180px 0 0 0;
	}
	
	.gradient-left {
		padding: 50px 20px;
		background: rgba(46,49,50,.6);
	}

	.gradient-right {
		padding: 50px 20px;
		background: rgba(46,49,50,.6);
	}
	
	.band {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.socialbadges {
		float: none;
	}
	
	.inset {
	    padding: 40px 30px;
	}
    
}

@media (max-width: 480px) {
	
	.navbar-nav>li>a {
	    font-size: 24px;
	}
	
	.navbar-info {
	    top: 0;
	}
	
	.navbar-main {
	    top: 0;
	}
	
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	    border-color: transparent;
	    background: rgba(255,255,255,100);
	    box-shadow: 0 5px 10px rgba(0,0,0,.2);
	    margin-top: 15px;
	}
	
	.headerlogo {
	    max-width: 260px;
	    top: -2px;
	}
	
	.coloroverlay {
	    padding: 150px 0 0 0;
	}
	
	.breadcrumbs, .breadcrumbs a {
	    margin-bottom: 70px;
	}
    
    .home-hero-section h1 {
	    font-size: 40px;
	}
	
	.home-hero-section h2 {
	    font-size: 16px;
	}

	
}
