/* Template Name    		Running Start 10 
/* Designer/Developer:      Lauren Sylvain
/* Date:            		April, 20 2016
/* Notes:           		Built upon the Twitter Bootstrap 3 framework.
*/



/* CSS Document */

@font-face {
  font-family: 'source_sans_proregular';
    src: url('/fonts/sourcesanspro-regular-webfont.eot');
    src: url('/fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('/fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('/fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('/fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
    color:#4c4a4c;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  color: #036B9E;
}


ul li>a:hover,
ul li>a:focus,
ul li>a:active {
  text-decoration: none;
}

h2 {
  font-size: 22px;
  color: #036B9E;
}

h1 {
  color: #838383;
}

.btn {
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f98500+0,ffa844+100 */
background: #f98500; /* Old browsers */
background: -moz-linear-gradient(top, #f98500 0%, #ffa844 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f98500 0%,#ffa844 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f98500 0%,#ffa844 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98500', endColorstr='#ffa844',GradientType=0 ); /* IE6-9 */
  color: #fff;
  border-color:none;
  padding: 5px 15px;
  border-radius: 0;
}

.btn:hover,
.btn:focus,
.btn:active {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa844+0,f98500+100 */
background: #ffa844; /* Old browsers */
background: -moz-linear-gradient(top, #ffa844 0%, #f98500 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffa844 0%,#f98500 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffa844 0%,#f98500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa844', endColorstr='#f98500',GradientType=0 ); /* IE6-9 */
  border-color: none;
color:#fff;    
}

/* Header */

.top-nav {
  margin: 0;
  background-color: #036B9E;
  height: auto;
}

.header-info {
  padding: 0;
  text-align: center;
}

.header-info li {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
}

.social-wrapper {
  margin: 0;
  padding: 0;
}

.social * {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

.social-wrapper ul,
.social-wrapper a,
.social-wrapper-mobile h3,
.social-wrapper-mobile a {
  display: inline-block;
}

.social-wrapper ul{
  margin: 0;
  position: relative;
  top: -5px;
  right: 10px;
}

.social-wrapper-mobile{
    background-color:#036B9E;
    text-align:center;
}

.social-wrapper-mobile a{
    color:#fff;
}

.social-wrapper-mobile .glyphicon{
    font-size:22px;
    color:#fff;
    right:10px;
}

.social-wrapper ul li,
.social-wrapper a{
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 0 10px;
}

.social-wrapper ul li:last-child,
.social-wrapper a:last-child {
  border-right: none;
}

.social-wrapper-mobile h3 {
  margin:0;
  padding:5px;
}

.social-wrapper .reviews{
    display:inline-block;
}

.social-wrapper .reviews ul li {
    border-right:none;
    padding:0;
}

.social-wrapper .reviews ul{
	padding:0;
    top: 0;
    right: 0;
}

.social {
  height: 24px;
  width: 58px;
  margin: 0 3px;
  padding: 0;
  display: inline-block;
   -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
   border-radius:2px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.social:hover {
  background-position: 0 -24px;
  box-shadow: 0 0 4px 1px rgba(0,0,0,0.8);
}

.yelp {
  background: url(../images/yelp-white.png);
}

.vitals {
  background: url(../images/vitals-white.png);
}

.rate {
  background: url(../images/ratewhite.png);
  height: 24px;
  width: 86px;
}

.healthgrades {
  background: url(../images/healthgrades-white.png);
  height: 24px;
  width: 120px;
}

.rezum {
  background: url(../images/rezum.png);
    height: 24px;
  width: 48px;
}

.content p>a {
  font-weight: bold;
}

.top-utils {
  padding: 5px;
  margin: 0;
}

.top-utils a {
  color: #fff;
}

.header-info span:first-child {
  color: #e45711;
  display: block;
}

.header-info address span:last-child {
  display: inline-block;
}


/* Navigation */


.navbar-default {
  background-color: #fff;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
   border-radius: 0;
}

.navbar-nav {
  text-transform: uppercase;
}

.nav > li {
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}

.nav > li:last-child {
  border-bottom: none;
}

.navbar-brand {
  padding: 5px 10px 5px 15px;
  height: auto;
}

.navbar-brand img {
  padding: 0;
  height: 85px;
}

.navbar-default .navbar-nav>li.active>a,
.navbar-default .navbar-nav>li.selected>a {
  color: #036B9E;
  background: none;
}

.navbar-default .navbar-nav>li.active a:hover,
.navbar-default .navbar-nav>li.active a:focus,
.navbar-default .navbar-nav>li.active a:active,
.navbar-default .navbar-nav>li.selected a:hover,
.navbar-default .navbar-nav>li.selected a:focus,
.navbar-default .navbar-nav>li.selected a:active {
  color: #000;
  background:none;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
  background: none;
  color: #036B9E;
}

.navbar-default .navbar-nav>li>a {
  color: #838383;
  font-size: 15px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:active {
  color: #036B9E;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #000;
}

.dropdown-menu {
  padding: 0;
  background-color: #fff;
}

.dropdown-menu li>a {
  border-bottom: 1px solid #cccccc;
  color: #036B9E;
  font-size: 14px;
  padding: 8px 15px;
  font-weight: normal;
}

.dropdown-menu li>a:hover,
.dropdown-menu li>a:focus,
.dropdown-menu li>a:active {
  background-color: #d5d3d3;
}

.btn:hover,
.btn:focus,
.btn:active {
  color: #8d2a01;
}

.navbar {
  margin-bottom: 0;
  -webkit-box-shadow: 0 8px 6px -6px #999;
  -moz-box-shadow: 0 8px 6px -6px #999;
  box-shadow: 0 8px 6px -6px #999;
  z-index: 99;
}

.navbar>.container {
  padding: 0;
}

.navbar .input-group .form-control {
  width: 200px;
  color: #04263b;
  border-radius: 0;
  margin-top: 20px;
}

.navbar .input-group-btn>.btn {
  border-radius: 0;
  background: #f38200 url(../img/search-a-icon.png) 50% 50% no-repeat;
  width: 35px;
  border: 1px solid #e57206;
  margin-top: 20px;
}

.navbar .input-group-btn>.btn:hover,
.navbar .input-group-btn>.btn:focus,
.navbar .input-group-btn>.btn:active {
  background-color: #e57206;
}



/* Middle Callout */

.middle-callout {
  margin-top: 30px;
}

.middle-callout h2 {
  font-size: 26px;
  margin-top: 10px;
  color: #fff;
}

.middle-callout .test {
  padding: 10px 40px;
}

.middle-callout .home-menu {
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.3);
   box-shadow: 0 1px 5px 0 rgba(0,0,0,0.3);
}

.middle-callout .box {
  background-color: #72C6EE;
}

.middle-callout .box1 {
  background-color: #47B5EA;
}

.middle-callout .box2 {
  background-color: #0799E0;
}

.middle-callout .box3 {
  background-color: #036B9E;
}

.glyphicon {
  font-size: 30px;
}

ul.hours {
  text-align: left;
  padding: 0;
}

.hours li {
  list-style-type: none;
  padding: 2.5px 0;
  border-bottom: 1px solid #fff;
}

.hours li:last-child {
  border-bottom: none;
}

.a {
  float: left;
  padding: 0 0 0 10px;
}

.b {
  float: right;
  padding: 0 10px 0 0;
}

.arrow:after {
  font-family: "Glyphicons Halflings";
  content: "\e258";
  float: right;
} 

/* Slider */

.carousel-wrapper {
  background: #e8e8e8;
  background: -moz-linear-gradient(top, #e8e8e8 0%, #ffffff 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #e8e8e8), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #e8e8e8 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #e8e8e8 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #e8e8e8 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #e8e8e8 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff', GradientType=0 );
  border-bottom: 1px solid #fff;
}

.carousel .item {
  width: 100%;/*slider width*/
  max-height: 550px;/*slider height*/;
}

.carousel .item img {
  width: 100%;/*img width*/
}

.carousel-control.left, .carousel-control.right {
  background: none;
  filter: progid: none;
  outline: 0;
}

.carousel .carousel-control {
  visibility: visible;
}

.carousel:hover .carousel-control {
  visibility: visible;
}

.carousel-indicators {
  bottom: 0px;
}

.carousel-indicators {
  bottom: 0;
}

.carousel-indicators li {
  background-color: #04263b;
  width: 12px;
  height: 12px;
}

.carousel-indicators li.active {
  background-color: #1f77aa;
  margin: 1px;
}

.carousel-control.left span,
.carousel-control.right span {
  display: block;
  width: 40px;
  height: 49px;
  overflow: hidden;
  background: url(../images/controls-peng.png) 0 0 no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  opacity: 1;
}

.carousel-control.left span:hover,
.carousel-control.left span:focus,
.carousel-control.left span:active {
  background-position: 0 -64px;
  opacity: 1;
}

.carousel-control.right span {
  background-position: -60px 0;
}

.carousel-control.right span:hover,
.carousel-control.right span:focus,
.carousel-control.right span:active {
  background-position: -60px -64px;
  opacity: 1;
}

.carousel-caption {
  background: rgba(76,74,76,0.8);
  bottom: 28%;
  right: 48%;
  left: 25%;
  padding: 15px 20px 15px;
  text-shadow: none;
  text-align: left;
}

.carousel-header {
  position: absolute;
  right: 22%;
  bottom: 7%;
  left: 20%;
  z-index: 10;
  padding: 10px 20px 15px;
  color: #fff;
  text-align: center;
}

.carousel-header h2 {
  background: rgba(31,166,230,0.8);
  padding: 10px 10px 15px;
  font-size: 1.25em;
  color: #fff;
}

.carousel-caption p {
  border-bottom: 1px solid #f2f2f2;
  margin: 0 0 10px;
  padding: 0 0 15px;
  font-size: 14px;
}

.link-more-a {
  display: -moz-inline-stack;
  display: inline-block;
  padding-left: 24px;
  background: url(../images/link-more-a-icon.png) 0 1px no-repeat;
  color: #f98500;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 20px;
}

.carousel-caption .action {
  margin: 0;
  padding: 0;
  border: none;
}





/* Home Page */

.homepage-callout-group {
  padding: 15px 0;
}

.callout-interior, .callout-side, .physician-bio {
  background: #fafafa;
  margin: 35px 0;
  -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.3);
   box-shadow: 0 1px 5px 0 rgba(0,0,0,0.3);
}

.image {
  overflow: hidden;
  margin: 0 auto 20px;
  position: relative;
}

.callout-interior h2, .callout-interior p {
  padding: 0 30px 0;
}

.callout-interior h2 {
  color: #036B9E;
}

.callout-interior .btn {
  margin: 0 30px 30px;
}

.btn .glyphicon, .sidebar .glyphicon {
  font-size: 12px;
  margin-left: 5px;
}

.container>.navbar-header {
  margin-right: 0;
  margin-left: 0;
}

.image-gradient {
  background: url("/images/gradient.png") repeat-x scroll center top rgba(0, 0, 0, 0);
  bottom: 0;
  display: block;
  height: 46px;
  position: absolute;
  width: 100%;
  z-index: 2;
}


/* Interior*/



.interior-header {
  background-color: #30ABBC;
  background: url("/images/banner-c.png") no-repeat center top;
  height: 170px;
  width: 100%;
}

.interior-main h1 {
  margin: 0 0 25px;
}

.content {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 15px;
}

.sidebar {
  margin-top: 40px;
}

.callout-side, .callout-side img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.callout-side .image {
  margin: 0 auto 0;
}

.callout-side a:hover, .callout-side a:focus {
  color: #fff;
  text-decoration: none;
}

.callout-side a {
  color: #fff;
}

.callout-side h2 {
  background-color: #036B9E;
  padding: 5px 0 10px;
  margin: 0;
  text-align: center;
  font-size: 22px;
  color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.physician-bio {
  padding: 15px;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.physician-bio h2 {
  font-size: 22px;
}

.line {
  border-bottom: 2px solid #30ABBC;
  width: 45%;
  margin: 0 auto;
}

.physician-bio h3 {
  font-size: 18px;
  margin-top: 15px;
}

.physician-bio img {
  margin: 0 auto 15px;
  display: block;
}

.physician .col-sm-4 {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
}

.list-group li:first-child {
  color: #036B9E;
  font-size: 22px;
}

.list-group a {
  color: #343434;
  display:block;
  width:100%;
}

.sidebar span {
  float: right;
}

.about-img img {
  padding: 7px;
  -moz-box-shadow: 0 0 1px #a9a8a2;
  -webkit-box-shadow: 0 0 1px #a9a8a2;
  box-shadow: 0 0 1px #a9a8a2;
  margin: 15px 0 30px 0;
}

.lead {
  color: #036B9E;
  margin-top: -25px;
}

.physician-img {
  margin: 0 auto 15px;
  padding: 7px;
  -moz-box-shadow: 0 0 1px #a9a8a2;
  -webkit-box-shadow: 0 0 1px #a9a8a2;
  box-shadow: 0 0 1px #a9a8a2;
}

.well {
  padding: 30px;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.well {
  padding: 60px 80px 60px 120px;
}

.well p {
  margin: 0 0 15px;
  color: #30ABBC;
  font-size: 18px;
  font-style: italic;
}

.well .credit {
  margin: 0;
  color: #e45711;
  font-size: 15px;
}

p .q:first-child {
  margin: 0 10px 0 0;
  background-position: 0 0;
}

p .q {
  display: -moz-inline-stack;
  display: inline-block;
  width: 25px;
  height: 28px;
  overflow: hidden;
  margin: 0 0 0 10px;
  background: url(../images/quotes-a.png) 100% 100% no-repeat;
  vertical-align: top;
  text-indent: 100%;
  white-space: nowrap;
}

.interior-divider {
  border-bottom: 1px solid #838383;
  margin: 20px 0 10px;
}


.double-list{
    margin-bottom:10px;
}

.table-header{
    font-weight:bold;
}


/* footer*/


    
footer {
  position: relative;
  background-color: #0799E0;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  margin-top: 30px;
}

footer .glyphicon {
  font-size: 12px;
  margin-left: 5px;
}

footer h2 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}

footer h3 {
  color: #fff;
  margin-top: 0;
}

footer ul {
  padding: 0;
}

footer ul>li {
  list-style-type: none;
  padding-top: 2px;
  padding-bottom: 2px;
}

footer .row>div:last-child {
  border-right: 0;
}

footer a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

footer .footer-office {
  font-size: 18px;
  font-weight: bold;
  color: #343434;
}

footer a:hover,
footer a:focus,
footer a:active {
  color: #0051a4;
  text-decoration: none;
}

footer .footer-phone {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}

footer .footer-phone li {
  display: inline-block;
  margin-right: 10px;
}

footer a>span {
  display: inline;
}

footer li>a {
  color: #fff;
}

footer li>a:hover,
footer li>a:focus,
footer li>a:active {
  color: #e45711;
}

.subfooter {
  background: #036B9E;
  margin: 0;
  color: #fff;
  padding: 10px 0;
}

.subfooter a{
    color:#fff;
}

.footer-list-item {
    padding: 5px 10px;
    text-align: center;
}

a.footer-list-item:focus, a.footer-list-item:hover{
    background-color:#036B9E;
}

a.footer-list-item:focus, a.footer-list-item:hover{
    color:#fff;
}


a.footer-list-item{
    color:#036B9E;
}


/* Media Queries */
@media (max-width:320px) {

  .navbar-brand img {
    padding: 0;
    height: 65px;
  }

  .social-wrapper-mobile h3 {
    font-size: 16px;
  }

  .carousel-header h2 {
    font-size: 1.0em;
  }
}

@media (max-width:767px) {
    
  .media-object {
    margin-top: 0;
  }
    
  .find-us img{
      margin:10px auto;
    }
}


@media (min-width: 992px) and (max-width: 1200px) {
ul.hours {
        font-size:14px;
    }
    
    .carousel-caption p{
        font-size:0.875em;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.collapse {
    display: none!important;
  }

  .navbar-collapse.collapse.in {
    display: block!important;
  }
    

  .navbar-header .collapse, .navbar-toggle {
    display: block;
  }

  .navbar-header {
    float: none;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav {
    margin: 7.5px -15px;
    float: none;
    padding: 0;
  }

  .navbar-toggle {
    margin-top: 38px;
  }
    
    .find-us img{
      margin:10px auto;
    }
}

@media (min-width:768px) {

  .navbar-brand {
    height: 100px;
    padding-left: 45px;
  }

  .navbar-brand img {
    height: 93px;
    margin-top: 5px;
  }

  .navbar-wrapper {
    margin-top: 15px;
  }

  ul.nav li.dropdown:hover > ul.dropdown-menu {
 /* Forces the navbar dropdown menu to display upon parent hover rather than parent click. Remove data-toggle="dropdown" from navbar link in question to make link clickable again. */
    display: block;
  }

  .middle-callout {
    margin-top: -70px;
    margin-bottom: 25px;
  }

  .homepage-callout-group {
    padding: 30px 0;
  }

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

  .header-info span:first-child {
    display: inline-block;
  }

  .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
  }

  .carousel-header {
    right: 22%;
    bottom: 35%;
  }

  .carousel-header h2 {
    font-size: 2.2em;
  }

  .callout-interior {
    margin: 0;
  }

  footer {
    text-align: left;
  }

  footer .col-sm-8 {
    border-left: 1px solid #fff;
  }

  footer .col-sm-8 {
    padding-left: 40px;
  }

  .content {
    padding-left: 40px;
  }

  .physician .col-sm-4 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }

  .btn {
    font-size: 12px;
  }

  .physician-img {
    float: right;
    margin: 14px;
  }
    
        .btn-double{
        display:inline-block;
    }
}

@media (min-width:992px) {
    
    .navbar-brand img {
    height: 83px;
    }
    
  .navbar-nav {
    float: right;
    padding: 20px 0;
  }

  .navbar-default .navbar-nav>li>a {
    padding: 15px 12px;
  }

  .carousel-header {
    right: 42%;
    bottom: 56%;
  }

  .carousel-caption {
    right: 38%;
    bottom: 20%;
  }

  .nav > li {
    border-bottom: none;
  }

  .btn {
    font-size: 14px;
  }
    
}

@media (min-width:1200px) {
    
      .navbar-brand img {
    height: 93px;
    }
    
  .navbar-default .navbar-nav>li>a {
    padding: 15px 25px;
  }

  .carousel-header {
    right: 52%;
    bottom: 58%;
  }

  .carousel-caption {
    bottom: 26%;
    right: 48%;
  }
}