<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tab--horizontal .nav-tabs-item a [data-title]:before {
  content: attr(data-title);
  display: block;
  height: 0;
  font-weight: 700;
  overflow: hidden;
  visibility: hidden;
}

.tab {
  width: 100%;
  padding-right: 90px;
  padding-left: 90px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 90px;
}
@media (max-width: 991.98px) {
  .tab {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 576px) {
  .tab {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .tab {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .tab {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .tab {
    max-width: 1400px;
  }
}
.tab-header {
  display: grid;
  grid-template-columns: 1fr 450px;
  grid-template-rows: auto;
  grid-gap: 60px;
}
@media (max-width: 991.98px) {
  .tab-header {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-gap: 15px;
  }
}
.tab-header-button {
  align-self: center;
  background: #005AE8;
  display: block;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  padding: 15px 90px;
  text-align: center;
}
.tab-header-button a {
  color: #fff;
  font-weight: 600;
}
.tab-header-button a:hover {
  color: #CDEBFF;
}
@media (max-width: 991.98px) {
  .tab-header-button {
    margin: 30px 0;
  }
}
@media (max-width: 767.98px) {
  .tab-header-button {
    margin: 0;
    padding: 15px;
  }
  .tab-header-button {
    font-size: 14px;
  }
  .tab-header-button span {
    display: block;
  }
}
.tab-heading {
  align-self: center;
  margin: 0;
}
.tab-content {
  position: relative;
}
.tab-content &gt; .tab-pane {
  display: none;
}
.tab-content &gt; .tab-pane.active {
  display: block;
}
.tab-content &gt; .tab-pane.fade {
  transition: opacity 0.15s linear;
}
.prefers-reduced-motion .tab-content &gt; .tab-pane.fade {
  transition: none;
}
.tab-content &gt; .tab-pane.fade:not(.show) {
  opacity: 0;
}
.tab-content .is-hidden {
  display: none;
}
.tab-content .education-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-gap: 30px;
}
@media (max-width: 991.98px) {
  .tab-content .education-container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 15px;
  }
}
@media (max-width: 767.98px) {
  .tab-content .education-container {
    grid-template-columns: 100%;
    grid-template-rows: auto;
  }
}
.tab-content .education-container .paragraph--type--doctor-education {
  background-color: #fff;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin-bottom: 0 !important;
  padding: 30px;
}
.tab-content .education-container .paragraph--type--doctor-education .field--label-above {
  margin-bottom: 15px;
}
.tab-content .education-container .paragraph--type--doctor-education .field--label-above:last-of-type {
  margin-bottom: 0;
}
.tab-content .education-container .paragraph--type--doctor-education .field__label {
  margin-bottom: 7.5px;
}
.tab-content .education-container .paragraph--type--doctor-education .field__label {
  font-size: 18px;
}
@media (min-width: 575px) {
  .tab-content .education-container .paragraph--type--doctor-education .field__label {
    font-size: calc(18px + 2 * (100vw - 575px) / 1025);
  }
}
@media (min-width: 1600px) {
  .tab-content .education-container .paragraph--type--doctor-education .field__label {
    font-size: 20px;
  }
}
.tab-content .education-container .paragraph--type--doctor-education .field__item {
  font-size: 16px;
}
.tab-content .education-container .paragraph--type--doctor-education .field__item.school-type {
  font-weight: 700;
}
.tab-content .education-container .paragraph--type--doctor-education .field__item.school-type {
  font-size: 18px;
}
.tab-content .education-container .paragraph--type--doctor-education .field__item.school-city, .tab-content .education-container .paragraph--type--doctor-education .field__item.school-state {
  display: inline-block;
}
.tab-button {
  transition: all 0.35s ease;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  user-select: none;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 25px;
  padding: 12px 30px;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  background-color: #005AE8;
  border-color: #005AE8;
  color: #fff;
  margin: 60px 0 0;
}
.tab-button {
  font-size: 16px;
}
.prefers-reduced-motion .tab-button {
  transition: none;
}
.tab-button:hover {
  color: #000;
  background-color: rgb(229.5, 229.5, 229.5);
}
.tab-button:disabled, .tab-button.disabled {
  transition: none;
  opacity: 1;
  box-shadow: none;
  cursor: default;
  background-color: rgb(242.25, 242.25, 242.25);
  color: #434343;
  pointer-events: none;
}
.prefers-reduced-motion .tab-button:disabled, .prefers-reduced-motion .tab-button.disabled {
  transition: none;
}
.tab-button:active, .tab-button.active {
  background-color: rgb(216.75, 216.75, 216.75);
}
.tab-button:hover {
  color: #005AE8 !important;
  background-color: #fff;
}
.tab-button:active, .tab-button.active {
  color: #fff;
  border-color: #002D97;
  background-color: #002D97;
}
.tab-button:disabled, .tab-button.disabled {
  opacity: 1;
  color: #fff;
  border-color: #002D97;
  background-color: #002D97;
}
.tab-button:disabled:hover, .tab-button.disabled:hover {
  color: #fff !important;
  box-shadow: none !important;
}
.tab-button-container {
  text-align: center;
}
.tab--horizontal {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  margin-top: 150px;
}
@media (max-width: 991.98px) {
  .tab--horizontal {
    margin-top: 60px;
  }
}
.tab--horizontal .nav-tabs-container {
  border-bottom: 1px solid #cccccc;
  grid-column: 1/3;
  position: relative;
  -ms-grid-column-span: 3;
}
@media (max-width: 991.98px) {
  .tab--horizontal .nav-tabs-container {
    grid-column: auto;
    margin: 30px -50px 0;
  }
  .tab--horizontal .nav-tabs-container:before {
    content: "\f12b";
    font-family: "icons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    color: #005AE8;
    z-index: 9;
  }
  .tab--horizontal .nav-tabs-container:before {
    font-size: 24px;
  }
  .tab--horizontal .nav-tabs-container:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 75px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%);
    top: 0;
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .tab--horizontal .nav-tabs-container {
    margin: 30px -30px 0;
  }
}
.tab--horizontal .nav-tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  padding: 0 0 5px;
  position: relative;
  overflow: hidden;
}
.tab--horizontal .nav-tabs li {
  padding: 0;
}
.tab--horizontal .nav-tabs li:before {
  display: none;
}
@media (max-width: 991.98px) {
  .tab--horizontal .nav-tabs {
    padding: 7px 60px;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .tab--horizontal .nav-tabs {
    padding: 7px 15px;
  }
}
.tab--horizontal .nav-tabs-item {
  display: inline-block;
  margin: 0 45px 0 0 !important;
}
.tab--horizontal .nav-tabs-item:last-child {
  margin-right: 0 !important;
}
@media (max-width: 991.98px) {
  .tab--horizontal .nav-tabs-item {
    margin: 0 30px 0 0 !important;
  }
  .tab--horizontal .nav-tabs-item:last-child {
    margin-right: 60px !important;
  }
}
.tab--horizontal .nav-tabs-item a {
  color: #434343;
  display: flex;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.tab--horizontal .nav-tabs-item a.active {
  font-weight: 600;
  color: #002D97;
}
@media (max-width: 991.98px) {
  .tab--horizontal .nav-tabs-item a.active:after {
    content: "";
    display: block;
    height: 5px;
    width: 100%;
    bottom: -7px;
    margin: 0;
    transition: all 0.35s ease;
    position: absolute;
    background-color: #002D97;
  }
}
.tab--horizontal .nav-tabs .hover-bar {
  height: 5px;
  bottom: -3px;
  margin: 0;
  transition: all 0.35s ease;
  position: absolute;
  background-color: #002D97;
}

/*# sourceMappingURL=tabs.css.map */
</pre></body></html>