.class {
}
@media (min-width: 768px) {
  .class {
  }
}
@media (min-width: 992px) {
  .class {
  }
}
@media (min-width: 1200px) {
  .class {
  }
}



@media (min-width: 768px) {
  body {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
  body {
    padding-top: 150px;
  }
}
@media (min-width: 1440px) {
  body {
    padding-top: 230px;
  }
}
body {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  /* line-height: 1.42857143; */
  line-height: 1.5;
  color: #504f57;
}
a {
  color: #2ebfca;
}
a:hover,
a:focus {
  color: #507178;
}
a[href^=tel],
a[href^=tel]:hover {
  color: inherit !important;
  cursor: default;
  text-decoration: none !important;
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  line-height: 1.2;
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
  line-height: 1.4;
}
.h3.sm {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 15px;
  font-weight: 700;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-bottom: 18px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 18px;
  margin-bottom: 18px;
}
p {
  margin-bottom: 18px;
}
.thick {
  border-top: 10px solid #eee;
}
ul,
ol {
  margin-bottom: 18px;
}
.spaced li {
  margin-bottom: 14px;  
}
dt,
dd {
  line-height: 1.5;
}
address {
  line-height: 1.5;
}
pre {
  margin-bottom: 18px;
}
abbr[title].no-border {
  border-bottom: 0;
  margin-right: 5px;
  text-decoration: none;
}

.contact-num .phone {
  margin-right: 15px;
}


/* Typography */
.text-thin {
  font-weight: 100;
}
.text-light {
  font-weight: 300;
}
.text-regular {
  font-weight: 400;
}
.text-bold {
  font-weight: 700;
}
/*
.text-block {
  display: block;
}
*/
.page-title {
  color: #2ebfca;
  font-weight: 100;
  text-transform: uppercase;
}
.body-copy-sm {
  font-size: 12px;
}
.body-copy {
  font-size: 14px;
}
.body-copy-lg {
  font-size: 16px;
}
.phone,
.fax {
  white-space: nowrap;
}
.last-line {
  margin-bottom: 0;
}
.first-line {
  margin-top: 18px;
}
.clear {
  clear: left;
}


/* Colours */
.text-teal {
  color: #2ebfca;
}
.text-charcoal {
  color: #504f57;
}
.text-teal-dark {
  color: #507178;
}
.text-white {
  color: #fff;
}
.bg-teal {
  background-color: #2ebfca;
}
.bg-charcoal {
  background-color: #504f57;
}
.bg-teal-dark {
  background-color: #507178;
}
.bg-black-20 {
  background-color: rgba(0, 0, 0, 0.2);
  filter: alpha(opacity=20); /* For IE8 and earlier */
}


/* Containers */
.section {
}
.full-top {
  padding-top: 70px;
}
.full-bottom {
  padding-bottom: 70px;
}
.med-top {
  padding-top: 53px;
}
.med-bottom {
  padding-bottom: 53px;
}
.half-top {
  padding-top: 35px;
}
.half-bottom {
  padding-bottom: 35px;
}
.full-top-xs {
  padding-top: 70px;
}
.half-top-xs {
  padding-top: 35px;
}
@media (min-width: 768px) {
  .full-top-xs,
  .half-top-xs {
    padding-top: 0;
  }
}


/* Hero */
.hero {
  background: url(assets/img/mnws-header-main.jpg) no-repeat 50% 50%;
  background-size: cover;
  height: 350px;
  position: relative;
}
@media (min-width: 768px) {
  .hero {
    height: 480px;
  }
}
.page-alvin .hero {
  background-image: url(assets/img/mnws-header-alvin.jpg)
}
.page-surgeons .hero {
  background-image: url(assets/img/mnws-header-surgeons.jpg)
}
.page-appointments .hero {
  background-image: url(assets/img/mnws-header-appointments.jpg)
}
.page-locations .hero {
  background-image: url(assets/img/mnws-header-locations.jpg)
}
.hero p {
  margin-top: 0;
  margin-bottom: 0;
}
.hero a,
.hero a:hover,
.hero a:focus {
  color: #fff;
  text-decoration: none;
}
.hero a:hover,
.hero a:focus {
  color: #504f57;
}
.hero .action {
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media (min-width: 768px) {
  .hero .action {
    height: 35%;
    float: left;
  }
}
@media (min-width: 992px) {
  .hero .action {
    height: 50%;
      /*height: 35%;*/
  }
}
@media (min-width: 1200px) {
  .hero .action {
    float: right;
    height: 100%;
    position: static;
    width: 420px;
  }
}
.hero .action-block {
  background-color: rgba(46, 191, 202, 0.95);
}
@media (min-width: 768px) {
  .hero .action-block {
    display: table;
    float: left;
    width: 50%;
      /*width: 100%;*/
    height: 100%;
  }
}
@media (min-width: 992px) {
  .hero .action-block {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .hero .action-block {
    width: 100%;
    height: 50%;
      /*height: 100%;*/
  }
}
.hero .action-content {
  padding: 15px 25px;
}
@media (min-width: 768px) {
  .hero .action-content {
    display: table-cell;
    height: 100%;
    padding-left: 35px;
    padding-right: 35px;
    vertical-align: middle;
  }
}
.hero .action-block p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.hero .action-block.top {
  background-color: rgba(29, 170, 188, 0.95);
}
.hero .action-block.top i {
  font-size: 3em;
  margin-top: 4px;
  position: absolute;
  filter: alpha(opacity=40);
  opacity: .4;
  display: none;
}
.hero .action-block.top p {
  margin-left: 0;
}
.hero .action-block.top .h1 {
  font-size: 30px;
}
@media (min-width: 992px) {
  .hero .action-block.top i {
    display: block;
    font-size: 6em;
    margin-top: 7px;
  }
  .hero .action-block.top p {
    margin-left: 100px;
  }
  .hero .action-block.top .h1 {
    font-size: 36px;
  }
}
.hero .action-block.bottom i {
  margin-left: 10px;
}
.hero .action-block.bottom .h2 {
  font-size: 24px;
}
@media (min-width: 992px) {
  .hero .action-block.bottom .h2 {
    font-size: 30px;
  }
}


/* Welcome */
.welcome .container {
  padding-top: 0;
}
@media (min-width: 768px) {
  .welcome .container {
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .welcome .padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}


/* Appointment */
.home .appointment .container {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .home .appointment .container {
    padding-bottom: 5px;
  }
}
.side-left.appointment {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}
@media (min-width: 992px) {
  .side-left.appointment {
    margin-left: 30px;
    padding-left: 60px;
    border-left: 10px solid #eee;
  }
}


/* Location */
.location {
  position: relative;
}
.location address,
.location dl {
  margin-top: 25px;
}
.location dd {
  margin-bottom: 1em;
}
.location dd:last-child {
  margin-bottom: 0;
}
.location .caret {
  position: absolute;
  bottom: -20px;
  border-right-width: 20px;
  border-left-width: 20px;
  border-top-width: 20px;
  margin-left: -20px;
}
.location .travel {
  float: left;
  width: 100%;
  padding: 35px 0;
}
.location .travel a {
  display: inline-block;
  margin: 0 25px 15px;
  cursor: pointer;
  border-bottom: 1px dotted #fff;
  padding-bottom: 7px;
}
.location .travel a:hover {
  border-bottom: 0;
}
.location .travel a i,
.location .travel a[aria-expanded="false"] i {
  filter: alpha(opacity=40);
  opacity: .4;
}
.location .travel a:hover i {
  filter: alpha(opacity=100);
  opacity: 1;
}
.location .travel .tooltip-inner {
  font-size: 14px;
  max-width: 320px;
  padding: 15px 15px;
}
.location .travel .tooltip h3 {
  font-size: 18px;
  margin-top: 5px;
}
.location-col {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .page-locations .location-col {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
}
.location .divide {
  border-right: 0;
}
@media (min-width: 768px) {
  .location .divide {
    border-right: 1px solid #fff;
    border-color: rgba(255, 255, 255, 0.4);
  }
}


/* Map */
.map {
  height: 400px;
  background: url(assets/img/mnws-map.png) no-repeat 50% 50%;
}


/* Profile */
.profile {
  max-height: 300px;
}
@media (min-width: 768px) {
  .profile {
    height: auto;
  }
}


/* Footer */
footer a {
  color: #fff;
}
footer a:hover {
  color: #bbb;
  text-decoration: none;
}
.footer h3 {
  border-bottom: 1px solid #737279;
  font-size: 16px;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
@media (min-width: 992px) {
  .footer h3 {
    height: 68px;
 }
}
@media (min-width: 1200px) {
  .footer h3 {
  }
}
.footer li {
  margin-bottom: 0.73em;
}
.footer li .btn {
  margin-top: 0.73em;
}
@media (min-width: 768px) {
  .footer-col {
    padding-right: 55px;
  }
}
@media (min-width: 1200px) {
  .footer-col {
    padding-right: 85px;
  }
}


/* Footer lower */
.footer-lower {
  font-size: 14px;
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-lower {
    text-align: left;
  }
}
.footer-lower .contact p:first-child {
  margin-left: 0;
}
.footer-lower p,
.footer-lower address {
  margin-bottom: 0;
}
.footer-lower .contact p,
.footer-lower .contact address {
  display: inline-block;
  margin-left: 40px;
}
.footer-lower .contact address {
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .footer-lower .contact address {
     margin-bottom: 0;
  }
}


@media (max-width: 767px) {
  .anchor-xs:before {
    display: block; 
    content: " "; 
    margin-top: -110px; 
    height: 110px; 
    visibility: hidden;
  }
}


/* Buttons */
.btn {
  padding: 9px 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
.btn-default {
  color: #2ebfca;
  border-color: #fff;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-default:hover {
  color: #fff;
  background-color: #2599a2;
  border-color: #2599a2;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  background-color: #2ebfca;
  border-color: #2ebfca;
}
.btn-primary:focus,
.btn-primary.focus {
  background-color: #2599a2;
  border-color: #2599a2;
}
.btn-primary:hover {
  background-color: #2599a2;
  border-color: #2599a2;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #2599a2;
  border-color: #2599a2;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #2599a2;
  border-color: #2599a2;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-lg,
.btn-group-lg > .btn {
  border-radius: 3px;
  font-size: 20px;
  padding: 14px 26px;
}


/* Modal */
.modal-content {
  border-radius: 3px;
}
.modal-header {
  border-bottom: 0;
  padding-top: 45px;
  padding-left: 45px;
  padding-right: 45px;
}
.modal-header .close {
  margin-top: -20px;
  margin-right: -20px;
}
.modal-body {
  padding-top: 20px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 50px;
}


/* Call back */
#callback .modal-header {
  padding-bottom: 0;
}
#callback .h1 {
  margin-bottom: 10px;
}
#callback input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 3px;
  font-weight: 400;
  margin-bottom: 20px;
  padding: 8px;
  width: 100%;
}
#callback input[type="submit"] {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #callback .modal-dialog {
    width: 425px;
  }
}
#callback #cfgen-form-1 .cfgen-validationmessage {
  color:#2ebfca;
  font-weight: 400;
}
#callback #cfgen-form-1 .cfgen-errormessage {
  color: #ff0000;
  font-size: 14px;
  font-weight: 400;
  margin: 5px 0 10px;
}
#callback #cfgen-form-1 .cfgen-required {
  color: #2ebfca;
}