.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: roboto, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 29px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: aktiv-grotesk, sans-serif;
  color: #fff;
  font-size: 65px;
  line-height: 65px;
  font-weight: 700;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 33px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 5px solid #76a9e3;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 21px;
  line-height: 23px;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 21px;
  line-height: 23px;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
}

a {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #76a9e3;
  text-decoration: underline;
}

a:hover {
  opacity: 0.75;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  width: 100%;
  background-color: #0c0c0c;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.4);
}

.nav-logo {
  width: 430px;
}

.nav-button {
  min-width: 210px;
  margin-top: -5px;
  margin-right: 10px;
  margin-left: 20px;
  padding: 20px 30px;
  border-radius: 3px;
  background-color: #76a9e3;
  box-shadow: 7px 7px 0 0 hsla(0, 0%, 100%, 0.2);
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: roboto-condensed, sans-serif;
  color: #fff;
  line-height: 21px;
  text-align: center;
}

.nav-button:hover {
  opacity: 0.75;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  min-height: 760px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 39, 39, 0.25);
}

.hero-caption {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.caption {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: roboto-condensed, sans-serif;
  color: #fff;
  font-size: 33px;
  line-height: 33px;
  font-weight: 700;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}

.brand {
  padding-left: 0px;
}

.main-section {
  position: relative;
  z-index: 3;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-container {
  width: 85%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.flex-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-col-1 {
  width: 65%;
  padding-right: 80px;
}

.flex-col-2 {
  width: 35%;
}

.heading-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-container.centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.heading-box {
  min-height: 25px;
  min-width: 25px;
  margin-right: 20px;
  border-radius: 2px;
  background-color: #5a90ce;
}

.content-block {
  width: 100%;
  margin-bottom: 40px;
}

.doctor-portrait {
  height: 600px;
  margin-top: -200px;
  margin-bottom: 50px;
  border-radius: 2px;
  background-image: url('../images/james-h-macdonald-md.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 14px 14px 0 0 rgba(118, 169, 227, 0.6);
}

.education-logo-1 {
  height: 175px;
  margin-right: 40px;
  margin-bottom: 40px;
}

.education-logo-2 {
  width: 275px;
  margin-right: 40px;
  margin-bottom: 40px;
}

.specialties {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/specialities-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 70px 0 rgba(0, 0, 0, 0.2);
}

._2-3-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 125px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 125px;
  background-color: #000;
  background-image: url('../images/preop-icon.svg');
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.button-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 325px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 20px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #000;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: roboto-condensed, sans-serif;
  color: #fff;
  line-height: 21px;
  text-decoration: none;
}

.button:hover {
  opacity: 0.75;
}

.button.blue {
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  background-color: #76a9e3;
  box-shadow: 7px 7px 0 0 hsla(0, 0%, 100%, 0.2);
}

.button-arrow {
  width: 22px;
  margin-left: 10px;
}

.form-block {
  width: 100%;
}

.form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  line-height: 21px;
}

._1-2-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.form-row {
  min-height: 110px;
  text-align: left;
}

.form-field {
  height: 60px;
  margin-top: -12px;
  border: 1px solid #76a9e3;
  border-radius: 3px;
  box-shadow: 7px 7px 0 0 rgba(118, 169, 227, 0.5);
}

.field-label {
  display: inline-block;
  margin-left: 10px;
  padding-right: 7px;
  padding-left: 7px;
  background-color: #fff;
}

.radio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-button {
  margin-right: 5px;
}

.radio-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-button {
  width: 100%;
  margin-top: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 3px;
  background-color: #76a9e3;
  box-shadow: 7px 7px 0 0 rgba(118, 169, 227, 0.5);
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: roboto-condensed, sans-serif;
  font-size: 20px;
}

.form-button:hover {
  opacity: 0.75;
}

.footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #020202;
  color: #fff;
}

.footer-link {
  text-decoration: none;
}

.footer-content {
  margin-top: 10px;
  margin-left: 105px;
}

.copyright-text {
  font-size: 15px;
  line-height: 21px;
}

.footer-logo {
  width: 430px;
}

.numbered-list {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 40px;
  list-style-type: decimal;
}

.link-div {
  padding-right: 10px;
  padding-left: 10px;
}

.flex-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-footer-content {
  margin-right: 50px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 44px;
    line-height: 44px;
  }

  h2 {
    font-size: 30px;
    line-height: 33px;
  }

  .navbar-container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .nav-logo {
    width: 350px;
  }

  .nav-button {
    min-width: 180px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hero {
    height: 50vh;
    min-height: 500px;
  }

  .caption {
    font-size: 30px;
    line-height: 30px;
  }

  .main-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-col-1 {
    width: 100%;
    padding-right: 0px;
  }

  .flex-col-2 {
    width: 100%;
  }

  .heading-box {
    margin-right: 15px;
  }

  .content-block {
    margin-bottom: 30px;
  }

  .doctor-portrait {
    width: 60%;
    height: 500px;
    margin-top: 30px;
  }

  .education-logo-1 {
    height: 150px;
  }

  .education-logo-2 {
    width: 250px;
  }

  .specialties {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .icon {
    width: 100px;
    height: 100px;
    background-size: 45px;
  }

  .button-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button {
    min-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .form-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  ._1-2-col {
    width: 100%;
  }

  .form-row {
    min-height: auto;
    margin-bottom: 35px;
  }

  .form-field {
    height: 50px;
  }

  .form-button {
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-content {
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 18px;
    line-height: 27px;
  }

  h1 {
    font-size: 33px;
    line-height: 33px;
  }

  h2 {
    font-size: 23px;
    line-height: 26px;
  }

  label {
    font-size: 17px;
  }

  .nav-logo {
    width: 300px;
  }

  .nav-button {
    min-width: 150px;
  }

  .hero {
    height: 35vh;
    min-height: 350px;
  }

  .caption {
    font-size: 24px;
    line-height: 24px;
  }

  .main-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .content-block {
    margin-bottom: 20px;
  }

  .doctor-portrait {
    width: 100%;
    height: 600px;
    margin-top: 0px;
  }

  .education-logo-1 {
    height: 100px;
  }

  .education-logo-2 {
    width: 200px;
  }

  .specialties {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .form-button {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 21px;
    line-height: 23px;
  }

  .navbar-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .nav-button {
    display: none;
    min-width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .heading-container.centered {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .doctor-portrait {
    height: 400px;
  }

  .education-logo-1 {
    height: 110px;
  }

  ._2-3-container {
    text-align: left;
  }

  .icon {
    display: none;
    margin-left: 0px;
  }

  .button {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .button-arrow {
    display: none;
  }

  .flex-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-footer-content {
    margin-bottom: 20px;
  }
}

.webform-submission-contact-form fieldset {
	width:48%;	
	min-width:200px;
}

form.webform-submission-contact-form {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.form-type-textfield {
	text-align:left;	
}
#edit-have-you-had-hip-or-knee-pain-for-at-least-one-year---wrapper, #edit-have-you-already-had-x-rays-showing-you-have-severe-arthritis--wrapper {
	width:100%;
	text-align:left;
	min-height:90px;
}
.webform-options-display-two-columns {
	max-width:200px;	
}