/*
Theme Name: 
Theme URI: http://bramblettgrp.com
Author: Bramblett Group
Author URI: http://bramblettgrp.com
Description: A responsive theme for 
Version: 0.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/
@font-face {
  font-family: "Oswald";
  src: url("resources/fonts/Oswald-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("resources/fonts/Oswald-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("resources/fonts/Oswald-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("resources/fonts/Oswald-Bold.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("resources/fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("resources/fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("resources/fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("resources/fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
}
.row {
  --bs-gutter-x: 0;
}

body, html {
  margin: 0;
  padding: 0;
  position: relative;
  overflow-x: hidden;
}

.navbar {
  background-color: #ffffff;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.navbar__logo {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 150px;
}
.navbar__logo::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100px;
}
.navbar__logo--source {
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.navbar__content {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header {
  position: relative;
}
.header__image {
  padding-bottom: 700px;
  width: 100%;
  height: 0;
  position: relative;
  z-index: -1;
  margin-top: 120px;
}
@media only screen and (max-width: 912px) {
  .header__image {
    padding-bottom: 500px;
    margin-top: 120px;
  }
}
@media only screen and (max-width: 600px) {
  .header__image {
    padding-bottom: 300px;
    margin-top: 100px;
  }
}
.header__image--source {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.header__banner {
  position: absolute;
  width: 40%;
  padding: 1rem 3rem;
  bottom: -5%;
  left: 0;
  background-color: #245B97;
  text-align: center;
  z-index: 10;
}
.header__banner::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20%;
  width: 230%;
  height: 100%;
  background: #245B97;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0));
  z-index: -1;
}
@media only screen and (max-width: 912px) {
  .header__banner {
    padding: 1rem 1rem 1rem 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .header__banner {
    position: relative;
    width: calc(100% - 3rem);
  }
  .header__banner::before {
    content: none;
    display: none;
  }
}
.header__banner--title {
  color: #ffffff;
  text-align: left;
  font-size: 2.8rem;
  font-weight: 400;
  margin: 1rem 0;
  font-family: "Oswald", sans-serif;
}
@media only screen and (max-width: 912px) {
  .header__banner--title {
    font-size: 2.4rem;
  }
}
.header__banner--text {
  color: #ffffff;
  text-align: left;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 1rem;
  font-family: "OpenSans", sans-serif;
}
@media only screen and (max-width: 912px) {
  .header__banner--text {
    font-size: 1rem;
  }
}

.section {
  position: relative;
  width: 100%;
}
.section--pad {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 768px) {
  .section--pad {
    margin-bottom: 6rem;
  }
}
.section--min-height {
  min-height: 450px;
}
.section__content {
  width: 100%;
}
.section__content-width {
  max-width: 1024px;
  margin: 0 auto;
}
.section__content-blue {
  background-color: #DBF0FC;
}
.section__content-floating {
  padding: 3rem;
  padding-top: 7rem;
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section__content-floating::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 4px);
  background-color: #DBF0FC;
  width: 87%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .section__content-floating {
    position: relative;
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 0;
  }
  .section__content-floating::before {
    width: 100%;
  }
}
.section__header {
  font-size: 2rem;
  color: #245B97;
  font-family: "OpenSans", sans-serif;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: left;
}
.section__header--oswald {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  margin-left: 6rem;
}
@media only screen and (max-width: 768px) {
  .section__header--oswald {
    margin-left: 2rem;
  }
}
.section__header--oswald-bold {
  font-weight: 600;
  font-size: 2.8rem;
  margin-left: 0;
  padding: 1rem;
}
@media only screen and (max-width: 768px) {
  .section__header--oswald-bold {
    font-size: 2rem;
  }
}
.section__header--sub {
  font-size: 1.4rem;
  color: #161A1A;
  font-family: "OpenSans", sans-serif;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: left;
}
.section__header--sub-blue {
  color: #245B97;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.section__header--sub sub {
  vertical-align: baseline;
  font-size: 14px;
}
.section__text {
  font-size: 1rem;
  color: #161A1A;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  margin-bottom: 1rem;
  text-align: left;
}
.section__text-medium {
  font-size: 1.1rem;
}
.section__text-italic {
  font-style: italic;
}
.section__text-bold {
  font-weight: 600;
}
.section__text-no-space-top {
  margin-top: 0;
}
.section__text-no-space-bottom {
  margin-bottom: 0;
}
.section__image {
  width: 30%;
  height: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 1400px) {
  .section__image {
    width: 50%;
  }
}
.section__image--100 {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .section__image {
    width: 100%;
    float: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.section__image--left {
  float: left;
  margin-right: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .section__image--left {
    display: none;
  }
}
.section__image--right {
  float: right;
  margin-left: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .section__image--right {
    display: none;
  }
}
.section__image--mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .section__image--mobile {
    display: block;
  }
}
.section__image--source {
  width: 100%;
  height: auto;
}
.section__banner {
  position: absolute;
  width: 50%;
  padding: 8rem;
  bottom: -15%;
  left: 0;
  background-color: #245B97;
  text-align: center;
  z-index: -1;
}
@media only screen and (max-width: 1470px) {
  .section__banner--double {
    bottom: unset;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.section__banner::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20%;
  width: 230%;
  height: 100%;
  background: #245B97;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0));
  z-index: -1;
}
@media only screen and (max-width: 912px) {
  .section__banner {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .section__container {
    padding: 1rem;
  }
}
.section__list {
  padding-left: 15px;
  margin-top: 0;
}
.section__list--item {
  margin-bottom: 0.25rem;
  font-size: 8px;
}

.form {
  width: calc(100% - 8rem);
  max-width: 600px;
  background-color: #DBF0FC;
  padding: 6rem 4rem;
  padding-bottom: 2rem;
}
.form--full {
  max-width: 100%;
  padding: 1rem;
}
.form--full .form__group {
  max-width: 600px;
}
@media only screen and (max-width: 1024px) {
  .form {
    width: calc(100% - 4rem);
    padding: 4rem 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .form {
    padding: 2rem;
    width: calc(100% - 4rem);
  }
}
.form__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__group {
  width: 100%;
}
.form__group--multi-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1rem;
}
.form__label {
  font-family: "OpenSans", sans-serif;
  font-size: 1rem;
  color: #161A1A;
  font-weight: 400;
  text-align: left;
}
.form__label--multi-line {
  width: 100%;
}
.form__label--file {
  text-decoration: underline;
}
.form__input {
  width: calc(100% - 8px);
  margin-bottom: 1rem;
  text-indent: 8px;
  height: 36px;
  border: 1px solid #cccccc;
}
.form__select {
  width: 100%;
  margin-bottom: 1rem;
  text-indent: 8px;
  height: 36px;
  border: 1px solid #cccccc;
}
.form__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-family: "OpenSans", sans-serif;
  -webkit-columns: #245B97;
     -moz-columns: #245B97;
          columns: #245B97;
}
@media only screen and (max-width: 768px) {
  .form__check {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.form__checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  margin-right: 1rem;
}
.form__button {
  position: relative;
  width: 150px;
  color: #ffffff;
  background-color: #245B97;
  border: none;
  padding: 1.25rem 0rem;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "OpenSans", sans-serif;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  margin-top: 1rem;
  display: block;
  text-transform: uppercase;
  z-index: 2;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form__button:hover {
  background-color: #ffffff;
  color: #245B97;
}
.form__button--no-skew {
  -webkit-transform: none;
          transform: none;
}
.form__button--left {
  margin-right: auto;
  margin-left: 0;
}
.form__response {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
  border: solid 1.5px green;
}
.form__response--error {
  border: solid 1.5px red;
}
.form__response--text {
  color: #161A1A;
  font-family: "OpenSans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.form__file-name {
  font-family: "OpenSans", sans-serif;
  margin: 0.5rem auto;
  display: inline-block;
}

.doctor {
  margin: 0 1rem;
  margin-bottom: 1rem;
  text-decoration: none;
}
.doctor:hover .doctor__image--source {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.doctor:hover .doctor_name {
  text-decoration: underline;
}
@media only screen and (max-width: 912px) {
  .doctor {
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}
.doctor--column {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 912px) {
  .doctor--column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.doctor__image {
  width: 250px;
  height: auto;
}
.doctor__image--source {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.doctor__name {
  text-decoration: none;
  font-size: 1rem;
  color: #245B97;
  background-color: #72CCF4;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  padding: 1rem;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  width: calc(250px - 2rem);
}

.footer {
  background-color: #245B97;
}
@media only screen and (max-width: 912px) {
  .footer__contact, .footer__hours {
    text-align: center;
  }
}
.footer__content {
  padding: 2rem 4rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .footer__content {
    padding: 1rem 2rem;
  }
}
.footer__header {
  text-align: left;
  margin-bottom: 1rem;
  color: #ffffff;
  font-family: "OpenSans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 912px) {
  .footer__header {
    text-align: center;
  }
}
.footer__address {
  text-align: left;
  margin-bottom: 1rem;
  color: #ffffff;
  font-family: "OpenSans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 912px) {
  .footer__address {
    text-align: center;
  }
}
.footer__phone {
  text-align: left;
  margin-bottom: 1rem;
  color: #ffffff;
  font-family: "OpenSans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}
.footer__phone:hover {
  text-decoration: underline;
}
.footer__logo {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 250px;
  margin: 0 auto;
  z-index: 1;
}
.footer__logo::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 90%;
}
.footer__logo--source {
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.footer__hours {
  color: #ffffff;
  font-family: "OpenSans", sans-serif;
  font-size: 1rem;
  text-align: left;
  font-weight: 300;
}
@media only screen and (max-width: 912px) {
  .footer__hours {
    margin: 0 auto;
  }
}
.footer__hours td:first-child {
  padding-right: 2rem;
}
.footer__hours td:last-child {
  text-align: right;
}
.footer__social {
  color: #ffffff;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  font-family: "OpenSans", sans-serif;
  font-size: 1rem;
  font-weight: 300;
}
@media only screen and (max-width: 912px) {
  .footer__social {
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2rem;
  }
}
.footer__social--item {
  margin-right: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__social--item:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.footer__social--link {
  line-height: 0;
  display: block;
  background: #fff;
  border-radius: 50%;
  padding: 8px;
}
.footer__social--link svg {
  fill: #245B97;
  width: 20px;
  height: 20px;
}
.footer__attribution {
  color: #ffffff;
  font-family: "OpenSans", sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
}
.footer__privacy {
  color: #ffffff;
}

.disclaimer {
  color: #161A1A;
  font-family: "OpenSans", sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  text-align: left;
  margin-top: 2rem;
}

.job-posting {
  color: #161A1A;
  font-family: "Oswald", sans-serif;
  text-align: left;
  margin-top: 2rem;
  color: #245B97;
}
.job-posting__title {
  font-size: 2.4rem;
  font-weight: 600;
}
.job-posting__subtitle {
  font-size: 1.8rem;
  font-weight: 300;
}
.job-posting__description {
  font-family: "OpenSans", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}
.job-posting__group {
  margin-bottom: 2rem;
}
.job-posting__list {
  padding-left: 1rem;
}
.job-posting__list--item {
  margin-bottom: 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  font-family: "OpenSans", sans-serif;
  color: #161A1A;
}

.file[type=file] {
  display: none;
}/*# sourceMappingURL=style.css.map */