body, html {
  border: 0;
  margin: 0; }

h1, h2, h3, h4 {
  font-family: 'Source Serif Pro';
  font-weight: 700;
  color: #444343; }

h5 {
  font-family: lato;
  font-size: 20px;
  font-weight: 700;
  color: #191919;
  margin-top: 30px;
  margin-bottom: 0px; }

h6 {
  font-family: lato; }

p {
  margin: 12px 0px 0px 0px;
  line-height: 1.7;
  color: #191919; }

h1 {
  font-size: 56px; }

h2 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 0px; }

h3 {
  font-size: 30px;
  margin: 0px; }

h4 {
  font-size: 30px;
  font-weight: 500;
  margin: 0;
  max-width: 400px; }

div, span, p, ul, li {
  font-family: 'Lato';
  font-weight: 500; }

.error {
  color: red;
  font-size: 14px; }

.header {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.site-logo {
  max-width: 220px;
  margin-left: 10px; }
  .site-logo img {
    max-width: 100%;
    padding-bottom: 5px; }

.inner-container {
  max-width: 1244px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center; }
  .inner-container.col {
    flex-direction: column; }

.donation li {
  font-size: 18px !important;
  margin-top: 5px; }

.conditions-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
  padding: 0px 20px; }

.procedure {
  max-width: 30%;
  width: 100%; }
  .procedure p {
    margin-bottom: 20px;
    min-height: 100px; }

.small-bullets li {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7; }

.button-underline {
  margin-top: 20px;
  padding: 10px 70px 10px 0px;
  text-decoration: none;
  border-bottom: 2px solid #0071af;
  color: #0071af;
  font-weight: 900;
  transition: 0.3s all ease-in-out;
  text-transform: uppercase; }
  .button-underline:hover {
    color: #02527e;
    border-bottom: 2px solid #02527e; }

.pdf {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  margin-bottom: 30px;
  min-width: 25%;
  /*	min-height: 200px;
  */ }

.pdf h5 {
  max-width: 250px;
  line-height: 1.3;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 16px;
  margin-top: 10px; }

.pdf div {
  padding-left: 0px;
  padding-right: 20px; }

.pdf img {
  align-self: center; }

.breadcrumbs {
  align-self: flex-start;
  display: flex;
  flex-direction: row;
  margin-top: 50px;
  margin-left: 20px;
  font-size: 16px; }

.child-indicator {
  margin-right: 15px;
  font-weight: 900; }

.bc-source {
  margin-right: 15px;
  font-weight: 700;
  text-decoration: none;
  color: #0071af; }

.content-page h4 {
  margin-top: 20px;
  color: #0071af;
  font-weight: 600; }

.surgery-heading {
  font-weight: 600;
  font-size: 23px; }

.procedure-image {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
  background-size: cover; }

.text.fullwidth {
  width: 100%;
  max-width: 100%; }

.navigation ul li a {
  color: #191919;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px; }

.nav-box {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #fff;
  display: flex;
  transition: 0.3s all ease-in-out;
  flex-direction: column; }

form input, form textarea {
  width: 100%;
  padding: 7px 5px;
  border-radius: 0px;
  outline: none;
  border: 1px solid #54545450;
  margin-top: 5px;
  font-family: 'lato'; }

.fieldset {
  margin-top: 10px; }
  .fieldsetlabel {
    font-family: 'lato'; }

.location-block {
  display: flex;
  flex-direction: row;
  background: #f0f7fa; }
  .location-block .inner-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    max-width: 25%; }

.location-information h2 {
  margin-top: 10px; }

.form-button {
  max-width: 200px;
  margin: 20px auto;
  background: #0071af;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'lato';
  display: block;
  padding: 10px 5px;
  font-size: 15px;
  border: none; }

.navigation {
  position: relative;
  top: 0px;
  height: 100%;
  width: 84%;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end; }
  .navigation ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    position: absolute; }
    .navigation ul li {
      padding: 10px 20px;
      margin-bottom: 0px;
      transition: 0.3s all ease-in-out; }
      .navigation ul li:hover {
        background: #0071af12; }
        .navigation ul li:hover ul {
          overflow: visible;
          height: auto;
          z-index: 5;
          background: #fff;
          margin-top: 10px; }
          .navigation ul li:hover ul li {
            padding-top: 15px;
            padding-bottom: 15px;
            transition: 0.3s all ease-in-out; }
            .navigation ul li:hover ul li:hover {
              background: #0071af12; }
      .navigation ul li ul {
        display: flex;
        flex-direction: column;
        padding-left: 0px;
        margin-left: -20px;
        background: white;
        height: 0;
        overflow: hidden; }
        @media screen and (max-width: 1024px) {
          .navigation ul li ul {
            display: none; } }
  .navigation.mobile {
    display: none; }

.about-bullets li {
  font-size: 16px; }

.hero {
  width: 100%;
  margin-top: 90px;
  height: 450px;
  background-image: url(/images/hero-0202.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 10%;
  position: relative; }
  .hero.small {
    height: 350px; }
  .hero.about {
    background-position: 30% 30%;
    background-image: url(/images/alternative-header.png); }
  .hero.surgery {
    background-image: url(/images/surgery-1-5.jpg); }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  mix-blend-mode: darken;
  background: black;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.9) 53%, black 65%, black 100%); }

.hero-content {
  position: absolute;
  right: 0;
  width: 50%;
  bottom: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }
  .hero-content h1 {
    background: -webkit-linear-gradient(50deg, #e6d9b7 0%, #fbc97e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin: 0;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .hero-content h4 {
    background: -webkit-linear-gradient(50deg, #e6d9b7 0%, #fbc97e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px; }

.fracs {
  font-size: 24px; }

.subtitle {
  max-width: 400px;
  font-weight: 500; }

.hero-underlay {
  height: 8px;
  background-color: #0071af; }

.sans {
  font-family: 'Lato' !important;
  color: #fff; }

.publications-content li {
  font-weight: normal;
  font-size: 16px; }

.content-jump {
  margin-bottom: 0px;
  margin-top: 0px; }
  .content-jump li a {
    color: #0071af !important;
    font-weight: bold; }

.lhs.leading.links {
  padding: 0px 20px; }

.additional-content {
  text-decoration: underline;
  font-size: 30px; }

.button-default {
  border: 3px solid #eacf9b;
  display: inline-block;
  padding: 10px 30px;
  font-weight: bolder;
  text-transform: uppercase;
  color: #ebce98;
  text-decoration: none;
  margin-top: 30px;
  font-size: 17px;
  transition: 0.3s all ease-in-out; }
  .button-default.inverted {
    color: #0071af;
    border: 3px solid #0071af;
    background: transparent; }
    .button-default.inverted:hover {
      background: #0071af; }
  .button-default:hover {
    background: #ebce98;
    color: #191919; }
  .button-default.button-blue {
    color: #fff;
    background: #0071af;
    border: 3px solid #0071af; }
    .button-default.button-blue:hover {
      background: #fff;
      color: #0071af; }
  .button-default.button-white {
    color: #fff;
    border: 3px solid #fff;
    background: transparent; }
    .button-default.button-white:hover {
      background: #fff;
      color: #191919; }

.lhs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  width: 100%;
  padding: 40px 20px; }
  .lhs.image {
    align-items: center; }
  .lhs.leading {
    padding: 0px 20px 40px 20px; }
    .lhs.leading h2 {
      margin-top: 0px; }

.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  margin: 0 auto;
  width: 100%;
  padding: 20px; }
  .center h2 {
    margin-bottom: 20px;
    text-align: center; }
  .center p {
    line-height: 1.7;
    max-width: 700px; }

.rhs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  width: 100%;
  padding: 40px 20px; }
  .rhs.text {
    align-items: flex-start; }

.divider {
  height: 2px;
  background: #0071af;
  width: 100%;
  margin: 60px 0px 30px 0px; }

.organisations {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .organisations a {
    max-width: 30%;
    width: 100%;
    height: auto;
    align-self: center; }
  .organisations img {
    max-width: 100%;
    width: 100%;
    height: auto;
    align-self: center; }

.academic-links {
  background: #eff7fa; }

.bullets-wrapper {
  margin: 30px auto 60px auto;
  width: 850px; }
  .bullets-wrapper h3 {
    text-align: center; }

.bullets-split {
  display: flex;
  flex-direction: row;
  margin-top: 30px; }
  .bullets-split li a {
    text-transform: uppercase;
    color: #0071af;
    text-decoration: none;
    font-size: 18px; }

ul li {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Lato';
  line-height: 1.4;
  margin-bottom: 15px;
  color: #444343; }
  ul li span {
    display: block;
    font-size: 16;
    color: #b0b0b0;
    font-weight: 500; }

.content-area {
  padding: 30px 0px 100px 0px; }
  .content-area.white {
    background-image: url(/images/white-feature.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain; }
  .content-area.grey {
    background-image: url(/images/grey-feature.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain; }

.intro-image {
  max-width: 400px;
  height: 450px;
  width: 100%;
  background-image: url(/images/IMG_4723.jpg);
  background-position: left center; }

.callback-image {
  background-image: url(/images/tom-reeve.jpg);
  max-width: 400px;
  height: 200px;
  width: 100%;
  background-position: center center;
  background-size: cover; }

.callback-header {
  font-size: 30px;
  color: #0071af;
  font-weight: 600; }

.callback-content {
  padding-right: 30px; }

.callback-intro {
  font-size: 17px;
  margin-top: 10px;
  line-height: 1.6; }

.banner-callout {
  background: #3b4b56;
  background: linear-gradient(0deg, #3b4b56 0%, #515f69 100%);
  padding: 30px; }
  .banner-callout .inner-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px; }
    .banner-callout .inner-container h3 {
      color: #fff;
      font-weight: 500;
      font-size: 32px; }
    .banner-callout .inner-container p {
      color: #fff;
      font-size: 18px;
      font-weight: 500;
      margin-top: 5px; }
    .banner-callout .inner-container .button-default {
      margin-top: 0px; }

.site-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  background: #3b4b56;
  background: linear-gradient(0deg, #3b4b56 0%, #515f69 100%); }
  .site-footer .inner-container {
    padding: 40px 20px;
    align-items: flex-start; }
    .site-footer .inner-container > div {
      max-width: 33%;
      width: 100%; }
      .site-footer .inner-container > div p {
        color: #fff; }
    .site-footer .inner-container h3 {
      color: #fff;
      font-weight: 500; }
    .site-footer .inner-container ul li {
      list-style-type: none;
      margin-left: -30px; }
      .site-footer .inner-container ul li a {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        transition: 0.3s all ease-in-out; }
        .site-footer .inner-container ul li a:hover {
          color: #ebce98; }
    .site-footer .inner-container .copyright {
      align-self: flex-end; }
    .site-footer .inner-container .location-icon, .site-footer .inner-container .phone-icon {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .site-footer .inner-container .location-icon img, .site-footer .inner-container .phone-icon img {
        display: inline-block;
        margin-right: 10px;
        max-width: 25px; }
    .site-footer .inner-container .location {
      display: flex;
      flex-direction: row;
      justify-content: flex-start; }
    .site-footer .inner-container .phone {
      display: flex;
      flex-direction: row;
      justify-content: flex-start; }

.page-navigation {
  display: flex;
  flex-direction: column; }
  .page-navigation li {
    display: flex;
    flex-direction: column; }

.banner-copy a {
  color: #fff;
  font-weight: 700; }

.contact-no {
  color: #191919;
  font-weight: 700; }

.content-area .text p a {
  font-weight: 700;
  color: #191919; }

.footer-phone {
  color: #fff;
  font-weight: 700; }

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #0071af;
  margin: 3px 0;
  transition: 0.4s; }

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-8px, 6px); }

.change .bar2 {
  opacity: 0; }

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-9px, -8px); }

@media screen and (min-width: 1025px) {
  .nav-box {
    display: none; } }
@media screen and (max-width: 1024px) {
  .navigation {
    display: none; }
    .navigation.mobile {
      display: block;
      position: absolute;
      left: 0;
      top: 80px;
      width: 0%;
      height: auto; }
      .navigation.mobile .first-level {
        width: 0%;
        top: 0px;
        margin-top: 0px;
        margin-left: 0px; }
        .navigation.mobile .first-level li {
          display: none; }
      .navigation.mobile.active {
        width: 100%; }
        .navigation.mobile.active .first-level {
          display: flex !important;
          flex-direction: column;
          z-index: 123;
          background: white;
          height: 100vh;
          padding-left: 0px;
          width: auto;
          margin-top: 0px;
          transition: 0.3s all ease-in-out; }
          .navigation.mobile.active .first-level li {
            margin-bottom: 20px;
            display: block; }
            .navigation.mobile.active .first-level li:hover .second-level {
              height: 100%;
              padding: 0px;
              padding-left: 20px; }

  .site-logo {
    margin: 0 auto; }

  .content-area .inner-container {
    flex-direction: column;
    overflow: hidden; }

  .hero {
    height: 350px; }

  .lhs.text, .rhs.text {
    max-width: 100%;
    width: auto;
    padding: 30px 40px; }

  .inner-container.staff {
    flex-direction: column; }

  .rhs.image, .lhs.image {
    align-self: flex-start;
    padding: 0px;
    max-width: 100%; }
    .rhs.image > div, .lhs.image > div {
      margin: 30px 40px; }

  .banner-callout .inner-container h3 {
    font-size: 28px; }
  .banner-callout .inner-container p {
    font-size: 15px; }

  .callback-header {
    font-size: 25px; } }
@media screen and (max-width: 900px) {
  .hero-content h4 {
    font-size: 22px; }
  .hero-content h1 {
    font-size: 38px; }
  .hero-content .fracs {
    font-size: 18px; }
  .hero-content .subtitle {
    font-size: 22px;
    max-width: 300px; }

  .content-area h2 {
    font-size: 28px; }
  .content-area h5 {
    font-size: 18px; }

  .organisations {
    max-width: 90%;
    align-items: center; }

  .center.text {
    padding: 0px; }
    .center.text > * {
      margin-left: 20px;
      margin-right: 20px; }
    .center.text .divider {
      max-width: 50%;
      margin-left: auto;
      margin-right: auto; }
    .center.text .foundation-callout h3 {
      font-size: 24px;
      text-align: left !important; }
    .center.text .foundation-callout h4 {
      font-size: 16px !important;
      text-align: left !important; }

  .conditions-wrapper {
    flex-direction: column; }
    .conditions-wrapper .procedure {
      max-width: 100%;
      display: flex;
      flex-direction: row;
      margin-bottom: 30px; }
    .conditions-wrapper .procedure-wrapper {
      max-width: 70%;
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; }

  .lhs.leading {
    max-width: 100%; }

  .callback-content {
    padding-right: 0px; } }
@media screen and (max-width: 768px) {
  .banner-callout .inner-container {
    flex-direction: column;
    align-items: flex-start; }
    .banner-callout .inner-container .banner-copy {
      margin-bottom: 20px; }

  .button-default {
    font-size: 15px; }

  .bullets-split {
    flex-direction: column; }

  .site-footer .inner-container {
    flex-direction: column; }
    .site-footer .inner-container > div {
      max-width: 100%;
      margin: 20px 10px; }

  .site-footer .inner-container .copyright {
    align-self: flex-start; }

  .location-block {
    flex-direction: column; }
    .location-block .inner-container {
      max-width: 100%;
      align-items: flex-start;
      padding: 0px; }
      .location-block .inner-container .location-information {
        margin: 30px 20px; }
    .location-block > div {
      width: 100% !important; } }
@media screen and (max-width: 600px) {
  .conditions-wrapper .procedure {
    flex-direction: column;
    margin-bottom: 60px; }
  .conditions-wrapper .procedure-wrapper {
    padding: 0px;
    max-width: 100%; }

  .hero {
    background-position: 35% 0%;
    height: 450px; }

  .overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.9) 74%, black 75%, black 0%); }

  .hero-content {
    width: 100%;
    left: 0;
    justify-content: flex-end;
    margin-bottom: 20px; }
    .hero-content h1 {
      font-size: 34px; }
    .hero-content > * {
      margin-left: 20px !important; }
    .hero-content a {
      display: none; }

  .image div {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }

  .content-area.grey {
    padding-top: 0px !important; }

  .content-area.white {
    padding-top: 10px;
    padding-bottom: 0px !important; }

  .location-block .inner-container .location-information {
    margin: 50px 20px; }

  .button-default {
    margin-bottom: 30px; } }

/*# sourceMappingURL=style.css.map */
