/* SCA HEALTH COLOR */
iframe {
  width: 100%;
}

@media screen and (max-width: 767px) {
  /* ============================ */
  /* HERO MODULE                 */
  /* ========================== */
  svg#wedges {
    position: absolute;
    height: 100%;
    right: -20px;
    top: 0;
    bottom: 0;
    object-fit: cover;
  }
  svg#wedges #bottom-wedge {
    display: none;
    mix-blend-mode: overlay;
  }
  svg#wedges #top-wedge {
    display: none;
    mix-blend-mode: multiply;
  }

  svg#color-wedges {
    position: absolute;
    height: 100%;
    right: -20px;
    top: 0;
    bottom: 0;
    object-fit: cover;
    isolation: isolate;
    mix-blend-mode: hard-light;
  }
  svg#color-wedges #bottom-wedge {
    opacity: 0.9;
    mix-blend-mode: multiply;
    background-blend-mode: multiply;
  }
  svg#color-wedges #center-wedge {
    opacity: 1;
    isolation: isolate;
  }
  svg#color-wedges #top-wedge {
    opacity: 0.9;
    mix-blend-mode: multiply;
  }

  .content-hero-image {
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .content-hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .content-hero-text {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    padding: 20px 0 0 0;
    margin: 0;
  }

  .content-hero-text-elments {
    padding: 0 16px;
  }

  .content-hero-text-below {
    text-align: left;
    padding: 20px;
  }

  .content-hero-text-below h1,
.content-hero-text-below h2,
.content-hero-text-elments h1,
.content-hero-text-elments h2 {
    padding: 0;
    margin: 0;
    color: #003865;
    font-size: 24px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 500;
  }

  h1.content-hero-reduce-fontsize {
    font-size: 26px;
  }

  .content-hero-text-below p,
.content-hero-text-elments p {
    color: #003865;
    padding: 0;
    margin: 20px 0 20px 0;
    font-size: 16px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375;
  }

  .content-hero-text-below p {
    margin: 10px 0 10px 0;
  }

  .content-hero-text-elments .btn-wrap {
    text-align: center;
    margin-top: 30px;
  }

  .content-hero-text-below .btn-white,
.content-hero-text-elments .btn-white {
    background-color: #003865;
    border-radius: 40px;
    border: 2px solid white;
    color: white;
    display: inline-block;
    font-size: 15px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 500;
    padding: 10px 24px;
    text-decoration: none;
    text-align: center;
    width: auto;
    position: relative;
    box-shadow: 0 0 0 2px #003865, 0 4px 6px 0 rgba(0, 0, 0, 0.15);
    outline: none;
  }

  /* ============ */
  /* CONTENT     */
  /* ========== */
  .content h2,
.content h1 {
    padding: 8px 0 0 10px;
    margin: 0;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
  }

  .content h2 {
    color: #003865;
    font-weight: 500;
  }

  .content h6,
.content h5,
.content h4,
.content h3 {
    padding: 8px 0 0 10px;
    margin: 0;
    color: #003865;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .content h3 {
    font-size: 20px;
    font-weight: 400;
  }

  .content h4 {
    font-size: 16px;
    font-weight: 500;
  }

  .content h5 {
    color: #003865;
    font-size: 16px;
    font-weight: 400;
  }

  .content h6 {
    font-size: 13px;
    text-transform: uppercase;
    color: #003865;
    font-weight: 700;
  }

  .content p {
    padding: 0 10px;
    color: #003865;
    font-size: 16px;
    line-height: 1.375;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 400;
  }

  .content strong {
    color: #003865;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 600;
    font-size: 16px;
  }

  .content li {
    margin-bottom: 8px;
    color: #003865;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.375;
  }

  .content ol,
.content ul {
    padding: 0 10px;
    margin: 16px 10px;
    list-style-position: inside;
  }

  .content ul li {
    list-style-position: outside;
    margin-left: 10px;
  }

  .content ol li {
    list-style-position: outside;
    margin-left: 10px;
    padding: 0;
  }

  .content ol li::before {
    content: "";
    width: 4px;
    display: inline-block;
  }

  div.contentnav {
    padding: 10px 0 0 0;
    margin: 0 10px;
    background-color: #F5F5F5;
  }

  div.contentnav h2,
div.contentnav h4 {
    padding: 0 0 0 10px;
    margin: 10px;
    color: #003865;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.4px;
    line-height: 1.3;
  }

  div.contentnav-medical-procedures,
ul.contentnav-medical-procedures {
    padding: 0 10px 10px 0;
    margin: 0;
    background-color: #F5F5F5;
    color: #003865;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
  }

  div.contentnav-medical-procedures a {
    display: block;
    padding: 0;
    margin: 4px 0 8px 0;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    width: 100%;
    color: #003865;
    text-decoration: underline;
  }

  ul.contentnav-medical-procedures li {
    padding: 0 0 0 16px;
    margin: 0;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 2.25;
    list-style: none;
  }

  ul.contentnav-medical-procedures li a {
    display: block;
    width: 100%;
    color: #003865;
    text-decoration: underline;
  }

  ul.contentnav-surgical-specialties {
    padding: 0 0 16px 0;
    margin: 0 10px;
    background-color: #F5F5F5;
  }

  ul.contentnav-surgical-specialties li {
    padding: 0 0 0 10px;
    margin: 0;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 2.25;
    list-style: none;
  }
  ul.contentnav-surgical-specialties li ul {
    padding: 0;
    margin: 0;
  }

  ul.contentnav-surgical-specialties li a {
    display: block;
    width: 100%;
    color: #003865;
    text-decoration: underline;
  }

  .content-callout {
    margin: 10px;
    padding: 10px;
    background-color: #BDC8D1;
  }

  .content-callout .callout-heading {
    padding: 10px 10px 8px 10px;
    color: #003865;
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
  }

  .content-callout p {
    padding: 0 10px 10px 10px;
    margin: 0;
    color: #003865;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
  }
  .content-callout p a, .content-callout p a[href^=tel] {
    color: #003865;
  }

  .content-callout .tel-link {
    color: #003865;
    text-decoration: none;
  }

  .content-medical-procedure img {
    padding-left: 0;
    max-width: 100%;
  }

  .content-callout strong {
    color: #003865;
  }

  blockquote {
    margin: 0 20px;
  }

  .content-physicians-listing {
    padding: 0 16px;
    margin: 0;
    color: #003865;
  }
  .content-physicians-listing .bio-image {
    padding-top: 16px;
  }

  .physician-table {
    display: table;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    margin-top: 20px;
    border-bottom: 1px solid #c4c5c7;
    text-align: left;
    width: 100%;
  }
  .physician-table .physician-title,
.physician-table .physician-title p {
    display: table-caption;
    padding: 0 0 0 10px;
    margin: 0;
    color: #003865;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-size: 16px;
  }
  .physician-table .physician-title a,
.physician-table .physician-title p a {
    color: #58595B;
    text-decoration: underline;
  }
  .physician-table .physician-th {
    display: table-row;
  }
  .physician-table .physician-tr {
    display: table-row;
  }
  .physician-table .physician-td {
    display: table-cell;
    padding-right: 5px;
  }
  .physician-table .physician-td h6, .physician-table .physician-td h5, .physician-table .physician-td h4, .physician-table .physician-td h3 {
    padding-left: 0;
  }
  .physician-table .physician-td,
.physician-table .physician-td p {
    padding: 5px 5px 5px 0;
    margin: 0;
    font-size: 14px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
  }
  .physician-table .physician-td a,
.physician-table .physician-td p a {
    color: #58595B;
    text-decoration: underline;
  }

  .content-featured-physician {
    margin-top: 30px;
    color: #003865;
  }
  .content-featured-physician img {
    max-width: 180px;
    display: block;
  }

  .featured-physician-table {
    border: none;
    font-size: 14px;
  }
  .featured-physician-table .physician-tr {
    display: table-row;
  }
  .featured-physician-table .physician-title,
.featured-physician-table .physician-title p {
    padding-left: 0;
    font-size: 16px;
  }
  .featured-physician-table .physician-td,
.featured-physician-table .physician-td p {
    padding-left: 0;
  }

  .featured-physician-cta {
    /*text-align: center;*/
    margin-left: 10px;
  }

  .content-featured-physician .btn-blue {
    display: inline-block;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    background-color: #003865;
    color: #ffffff;
    padding: 10px 14px;
    margin: 0 10px 0 0;
    font-size: 13px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
  }

  .content-specialty-details {
    display: table;
    overflow: auto;
    padding-top: 10px;
    border-top: 1px solid #c4c5c7;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .content-specialty-details .specialty-cta-col {
    /* remove the float for side by side full height */
    float: none;
    display: block;
    padding: 0;
    height: 100%;
    vertical-align: top;
  }

  .content-specialty-details .specialty-cta {
    display: flex;
    padding: 0;
    margin: 0 0 0 10px;
    height: 100%;
  }

  .specialty-cta-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .content-specialty-details .btn-white {
    display: inline-block;
    background: #faf9f6;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    color: #003865;
    padding: 10px 14px;
    font-size: 13px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
  }

  .content-specialty-details a {
    display: inline;
    color: #58595B;
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) {
  /* ============================ */
  /* HERO MODULE                 */
  /* ========================== */
  .content-hero {
    overflow: hidden;
    margin-bottom: 16px;
    border-top: 2px solid #F5F5F5;
    border-bottom: 16px solid #F5F5F5;
  }

  svg#color-wedges, svg#wedges {
    right: -40px;
  }

  .content-hero-text {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    min-height: 275px;
  }

  .content-hero-text-elments {
    padding: 0 24px;
  }

  .content-hero-text-below {
    text-align: left;
    padding: 20px;
  }

  .content-hero-text-below h1,
.content-hero-text-below h2,
.content-hero-text-elments h1,
.content-hero-text-elments h2 {
    padding: 0;
    margin: 0;
    color: #003865;
    font-size: 24px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 1.333;
    letter-spacing: -0.3px;
  }

  .content-hero-text-below p,
.content-hero-text-elments p {
    color: #003865;
    padding: 0;
    margin: 20px 0 20px 0;
    font-size: 16px;
    line-height: 1.375;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 400;
  }

  .content-hero-text-below p {
    margin: 10px 0 10px 0;
  }

  .content-hero-image {
    overflow: hidden;
    float: right;
  }
  .content-hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 275px;
    object-fit: cover;
  }

  /* ============ */
  /* CONTENT     */
  /* ========== */
  .content h2,
.content h1 {
    padding: 8px 0 0 10px;
    margin: 0;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
  }

  .content h2 {
    color: #003865;
    font-weight: 500;
  }

  .content h6,
.content h5,
.content h4,
.content h3 {
    padding: 8px 0 0 10px;
    margin: 0;
    color: #003865;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .content h3 {
    font-size: 20px;
    font-weight: 400;
  }

  .content h4 {
    font-size: 16px;
    font-weight: 500;
  }

  .content h5 {
    color: #003865;
    font-size: 16px;
    font-weight: 400;
  }

  .content h6 {
    font-size: 13px;
    text-transform: uppercase;
    color: #003865;
    font-weight: 700;
  }

  .content p {
    color: #003865;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375;
    padding: 0 10px;
  }

  .content strong {
    color: #003865;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 600;
  }

  .content li {
    margin-bottom: 8px;
    color: #003865;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.375;
  }

  .content ol,
.content ul {
    padding: 0 10px;
    margin: 16px 10px;
    list-style-position: inside;
  }

  .content ul li {
    list-style-position: outside;
    margin-left: 10px;
  }

  .content ol li {
    list-style-position: outside;
    margin-left: 10px;
    padding: 0;
  }

  .content ol li::before {
    content: "";
    width: 4px;
    display: inline-block;
  }

  div.contentnav {
    padding: 10px 0 0 0;
    margin: 0 10px;
    background-color: #F5F5F5;
  }

  div.contentnav h2,
div.contentnav h4 {
    padding: 0;
    margin: 0 10px 10px;
    color: #003865;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.4px;
    line-height: 1.3;
  }

  div.contentnav-medical-procedures,
ul.contentnav-medical-procedures {
    padding: 0 0 8px 10px;
    margin: 0 10px 0 0;
    background-color: #F5F5F5;
    color: #003865;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
  }

  div.contentnav-medical-procedures a {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 8px;
    color: #003865;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.625;
    text-decoration: underline;
  }

  ul.contentnav-medical-procedures li {
    padding: 0 0 0 16px;
    margin: 0 0 16px 0;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.625;
    list-style: none;
  }

  ul.contentnav-medical-procedures li a {
    display: block;
    width: 100%;
    color: #58595B;
    text-decoration: underline;
  }

  ul.contentnav-surgical-specialties {
    padding: 0 0 16px 0;
    margin: 0 10px;
  }

  ul.contentnav-surgical-specialties li {
    padding: 0;
    margin: 0 0 8px 0;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.625;
    list-style: none;
  }
  ul.contentnav-surgical-specialties li ul {
    padding: 0;
    margin: 0;
  }
  ul.contentnav-surgical-specialties li ul li {
    padding-left: 10px;
  }

  ul.contentnav-surgical-specialties li a {
    display: block;
    width: 100%;
    color: #003865;
    text-decoration: underline;
  }

  .content-callout {
    margin: 10px;
    background-color: #BDC8D1;
  }

  .content-callout .callout-heading {
    padding: 10px 10px 0px 10px;
    color: #003865;
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
  }

  .content-callout p {
    padding: 10px;
    margin: 0;
    color: #003865;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
  }
  .content-callout p a[href^=tel] {
    color: #003865;
  }

  .content-callout .tel-link {
    color: #003865;
    text-decoration: none;
  }

  .content-medical-procedure img {
    padding: 0;
    max-width: 100%;
  }

  .content-callout strong {
    color: #003865;
  }

  .content-physicians-listing {
    padding: 0 24px;
    color: #003865;
  }
  .content-physicians-listing .bio-image {
    padding-top: 16px;
  }
  .content-physicians-listing .physician-table {
    display: table;
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #c4c5c7;
    padding-top: 10px;
    text-align: left;
  }
  .content-physicians-listing .physician-table:last-child {
    border: none;
  }
  .content-physicians-listing .physician-table.no-border {
    border: none;
  }
  .content-physicians-listing .physician-title {
    display: table-caption;
  }
  .content-physicians-listing .physician-title,
.content-physicians-listing .physician-title a,
.content-physicians-listing .physician-title p {
    padding: 0 10px;
    margin: 0;
    color: #003865;
    font-size: 16px;
    line-height: 1.375;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 400;
  }
  .content-physicians-listing .physician-title p {
    padding: 0 10px;
  }
  .content-physicians-listing .physician-title a {
    padding: 0;
    text-decoration: underline;
  }
  .content-physicians-listing .physician-th {
    display: table-row;
  }
  .content-physicians-listing .physician-tr {
    display: table-row;
  }
  .content-physicians-listing .physician-td {
    display: table-cell;
    padding: 5px 5px 5px 10px;
    font-size: 14px;
    line-height: 1.6;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 400;
  }
  .content-physicians-listing .physician-td h6, .content-physicians-listing .physician-td h5, .content-physicians-listing .physician-td h4, .content-physicians-listing .physician-td h3 {
    padding-left: 0;
  }
  .content-physicians-listing .physician-td a {
    color: #58595B;
    text-decoration: underline;
  }
  .content-physicians-listing .physician-td p {
    padding: 0;
    margin: 5px 0;
    font-size: 14px;
    line-height: 1.6;
  }

  .content-featured-physician {
    padding: 0 20px;
    margin-top: 30px;
    color: #003865;
  }
  .content-featured-physician img {
    max-width: 180px;
    display: block;
  }
  .content-featured-physician .physician-table {
    display: table;
    padding-top: 0;
    padding-bottom: 20px;
    margin-top: 20px;
    text-align: left;
    border: none;
  }
  .content-featured-physician .physician-title {
    display: table-caption;
    padding: 0;
    margin: 0;
    color: #003865;
    font-size: 16px;
    line-height: 1.375;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 400;
  }
  .content-featured-physician .physician-title p {
    padding: 0;
    margin: 0;
    color: #003865;
    font-size: 16px;
    line-height: 1.375;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 400;
  }
  .content-featured-physician .physician-tr {
    display: table-row;
  }
  .content-featured-physician .physician-td {
    display: table-cell;
    padding: 5px 10px 5px 0;
    font-size: 14px;
    line-height: 1.6;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 400;
  }

  .content-featured-physician .btn-blue {
    display: inline-block;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    background-color: #003865;
    color: #ffffff;
    padding: 10px 14px;
    margin: 0;
    font-size: 13px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
  }

  .content-specialty-details {
    display: table;
    overflow: auto;
    padding-top: 10px;
    border-top: 1px solid #c4c5c7;
    margin-left: 7.3684210526%;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .content-specialty-details .specialty-cta-col {
    /* remove the float for side by side full height */
    float: none;
    display: table-cell;
    padding: 0;
    height: 100%;
    vertical-align: middle;
  }
  .content-specialty-details .specialty-cta-col p {
    padding: 0 10px;
    margin: 16px 0;
  }

  .content-specialty-details .specialty-cta {
    display: flex;
    padding: 0;
    margin: 0;
    height: 100%;
  }

  .specialty-cta-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .content-specialty-details .btn-white {
    display: inline-block;
    background: #faf9f6;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    color: #003865;
    padding: 10px 14px;
    font-size: 13px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
  }

  .content-specialty-details a {
    display: inline;
    color: #58595B;
    text-decoration: underline;
  }
}
@media screen and (min-width: 1024px) {
  /* ============ */
  /* CONTENT     */
  /* ========== */
  .content h2,
.content h1 {
    padding: 8px 0 0 10px;
    margin: 0;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
  }

  .content h2 {
    color: #003865;
    font-size: 20px;
    font-weight: 500;
  }

  .content h6,
.content h5,
.content h4,
.content h3 {
    padding: 8px 0 0 10px;
    margin: 0;
    color: #003865;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .content h3 {
    font-size: 18px;
    font-weight: 500;
  }

  .content h4 {
    font-size: 16px;
    font-weight: 500;
  }

  .content h5 {
    color: #003865;
    font-size: 16px;
    font-weight: 400;
  }

  .content h6 {
    font-size: 13px;
    text-transform: uppercase;
    color: #003865;
    font-weight: 700;
  }

  .content p {
    padding: 0 10px;
    color: #003865;
    font-size: 16px;
    line-height: 1.375;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 400;
  }

  .content strong {
    color: #003865;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 600;
  }

  .content li {
    margin-bottom: 8px;
    color: #003865;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.375;
  }

  .content ol,
.content ul {
    padding: 0 10px;
    margin: 16px 10px;
    list-style-position: inside;
  }

  .content ul li {
    list-style-position: outside;
    margin-left: 10px;
  }

  .content ol li {
    list-style-position: outside;
    margin-left: 10px;
    padding: 0;
  }

  .content ol li::before {
    content: "";
    width: 4px;
    display: inline-block;
  }

  div.contentnav {
    padding: 10px 0 0 0;
    margin: 0 10px;
    background-color: #F5F5F5;
  }

  div.contentnav h2,
div.contentnav h4 {
    padding: 10px 0 0 10px;
    margin: 0 10px 10px;
    color: #003865;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.4px;
    line-height: 1.3;
  }

  div.contentnav-medical-procedures,
ul.contentnav-medical-procedures {
    padding: 0 10px 16px 10px;
    margin: 0 10px;
    background-color: #F5F5F5;
    color: #003865;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
  }

  div.contentnav-medical-procedures a {
    display: block;
    width: 100%;
    padding: 0;
    margin: 4px 0 8px 0;
    color: #003865;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3;
    text-decoration: underline;
  }

  ul.contentnav-medical-procedures li {
    padding: 0 0 0 10px;
    margin: 0;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    list-style: none;
    line-height: 1.625;
  }

  ul.contentnav-medical-procedures li a {
    display: block;
    width: 100%;
    color: #58595B;
    text-decoration: underline;
  }

  ul.contentnav-surgical-specialties {
    padding: 0 0 16px 0;
    margin: 0 10px;
  }

  ul.contentnav-surgical-specialties li {
    padding: 0 0 0 10px;
    margin: 0;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    list-style: none;
    line-height: 1.625;
  }
  ul.contentnav-surgical-specialties li ul {
    padding: 0;
    margin: 0;
  }

  ul.contentnav-surgical-specialties li a {
    display: block;
    width: 100%;
    color: #003865;
    text-decoration: underline;
  }

  .content-callout {
    margin: 10px;
    padding: 10px;
    background-color: #BDC8D1;
  }

  .content-callout .callout-heading {
    padding: 10px 10px 0;
    margin: 0;
    color: #003865;
    font-size: 18px;
    font-weight: 500;
  }

  .content-callout p {
    padding: 10px 10px 14px 10px;
    margin: 0;
    color: #003865;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
  }
  .content-callout p a[href^=tel] {
    color: #003865;
  }

  .content-callout .tel-link {
    color: #003865;
    text-decoration: none;
  }

  .content-medical-procedure img {
    padding: 0;
    max-width: 100%;
  }

  .content-callout strong {
    color: #003865;
  }
}
/* END RESPONSIVE */
/* ============================== */
/* A FEW ALL VIEWPORT STYLES     */
/* ============================ */
h2 sup {
  font-size: 50%;
  top: -8px;
}

sup {
  font-size: 50%;
  top: -5px;
}

/* CONTENT SPECIFIC */
/* 2019-10-23 */
.content-medical-procedure a {
  color: #58595B;
  text-decoration: underline !important;
}

.contentnav-medical-procedures h3 {
  padding-left: 0;
}
.contentnav-medical-procedures h3 strong {
  color: #003865;
}
.contentnav-medical-procedures h3:first-child {
  margin-top: 8px;
}
.contentnav-medical-procedures p {
  margin-top: 0;
  padding: 0 0 0 0;
}

@media screen and (max-width: 39.9375em) {
  .contentnav-medical-procedures h3 {
    padding-left: 10px !important;
  }
  .contentnav-medical-procedures h3 strong {
    color: #546A76;
  }
  .contentnav-medical-procedures h3:first-child {
    margin-top: 8px;
  }
  .contentnav-medical-procedures p {
    padding-left: 0 !important;
  }
  .contentnav-medical-procedures a {
    padding-left: 10px !important;
  }
}
.content-medical-procedure ul li a {
  display: inline;
  color: #58595B;
  text-decoration: none;
}

.content-medical-procedure a[href^=tel],
.content-physicians a[href^=tel] {
  display: inline;
  color: #58595B;
}

.content-physicians img {
  padding: 10px;
  max-width: 100%;
}

.content-physicians a {
  display: block;
  color: #58595B;
  text-decoration: underline;
}

.content-physicians ul li a,
.content-physicians ul li a {
  display: inline;
  color: #58595B;
  text-decoration: underline;
}

.contentnav-surgical-specialties li.current_page_item a {
  color: #003865;
  text-decoration: none;
}

footer {
  margin-top: 20px;
}

/* 2022 Rebrand theme globals for content on interior pages */
.entry-content {
  padding: 0 16px 0 16px;
}
.entry-content h2 {
  padding-top: 16px;
}

@media screen and (min-width: 768px) {
  .entry-content {
    padding: 0 20px 0 10px;
  }
  .entry-content h2 {
    padding-top: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .entry-content {
    padding: 0 40px 0 10px;
  }
}
/* on providers page content you have default legal*/
.entry-content .legal {
  font-style: italic;
  font-size: 13px;
  border-top: 2px solid rgba(0, 56, 101, 0.2);
  padding-top: 20px;
}

/*# sourceMappingURL=knowledge-guide-landing.css.map */
