301 Moved Permanently means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: hocbr.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Hematology Oncology Clinic</title> <meta name="description" content="We are a community-based radiation oncology and hematology practice providing treatment for patients diagnosed with all types of cancer and blood disorders."> <meta property="og:url" content="https://www.hocbr.com/" /> <meta property="og:image" content="https://www.hocbr.com/wp-content/uploads/2024/10/Homepage_Banner-1900x969.jpg" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Hematology Oncology Clinic" /> <meta property="og:description" content="We are a community-based radiation oncology and hematology practice providing treatment for patients diagnosed with all types of cancer and blood disorders." /> <style> :root{ --primary-compliant-color: #026e9d; --primary-contrast-color: #4ea0c8; --secondary-compliant-color: #007851; --secondary-contrast-color: #4ba0a6; --tertiary-color: #6eceec; --light-gray: #F4F4F4; --font-color: #464646; --footer-color: #00785d; --aon-gap: 1rem; --aon-radius: 0.15rem; } body{ font-family: system-ui, sans-serif; color: var(--font-color); font-size: 1rem; } button, textarea, input, select{ font-family: inherit; font-size: inherit; color: inherit; border-radius: var(--aon-radius); } a{ font-weight: bold; text-decoration: none; color: var(--secondary-compliant-color); transition: color 0.2s ease-in-out; } a:hover{ color: var(--secondary-contrast-color); } h1, h2, h3, h4, h5, h6, .h1{ font-weight: bold; margin: 1.5em 0 0 0; line-height: 1.1em; } * > h1:first-child, * > h2:first-child, * > h3:first-child, * > h4:first-child, * > h5:first-child, * > h6:first-child, * >.h1:first-child{ margin: 0; } h1, .h1{ color: var(--primary-compliant-color); font-size: 1.5rem; } h2{ color: var(--primary-compliant-color); font-size: 1.4rem; } p{ margin-top: 1em; margin-bottom: 1em; } * > p:first-child{ margin-top: 0; } * > p:last-child{ margin-bottom: 0; } .blend-multiply{ mix-blend-mode: multiply; } button, .button, .button-wrap a, input[type=submit]{ display: inline-block; line-height: 1em; padding: 0.5em 1em; border: none; background-color: var(--secondary-compliant-color); color: white; text-transform: uppercase; letter-spacing: 0.05em; transition: background-color 0.2s ease-in-out; font-weight: bold; border-radius: var(--aon-radius); } button:hover, .button:hover, .button-wrap a:hover, input[type=submit]:hover{ background-color: var(--secondary-contrast-color); color: white; } blockquote{ margin-inline; 1rem; padding-left: 1rem; border-left: 3pt solid var(--tertiary-color); } iframe{ max-width: 100%; height: auto; aspect-ratio: 16 / 9; border-radius: var(--aon-radius); } details{ margin-block: 1em; padding: 1rem; background-color: white; } summary{ background-color: white; padding: 1rem 3rem 1rem 1rem; position: relative; margin: -1rem; list-style: none; transition: color 0.3s, background-color 0.3s; } summary::after{ content: ''; position: absolute; top: 1rem; right: 1rem; display block; width: 1rem; height: 1rem; background-color: currentColor; mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>'); mask-position: center; mask-repeat: no-repeat; transition: transform 0.5s, color 0.3s; } summary::marker{ display: none; } details[open] summary{ background-color: var(--secondary-compliant-color); color: white; margin-bottom: 0; } details[open] summary::after{ transform: rotate(180deg); } img[class^='wp-image'], img[class*=' wp-image']{ display: block; border-radius: var(--aon-radius); max-width: 100%; height: auto; margin: 0.25rem auto 1rem auto; } img.alignnone{ margin-left: 0; margin-right: auto; } img.headshot{ aspect-ratio: 1; object-fit: cover; object-position: 50% 20%; border-radius: 50%; width: 15rem; height: auto; margin-top: 0.5em; } .section-title{ display: block; text-align: center; color: var(--primary-compliant-color); text-transform: uppercase; font-size: 2rem; font-weight: bold; } input:not([type=radio]):not([type=checkbox]):not([type=submit]), textarea{ background-color: white; padding: 0.5rem 1rem; line-height: 1.25rem; font-size: 1rem; font-family: inherit; color: var(--text-color); width: 100%; box-sizing: border-box; border: none; outline: 0.15rem solid transparent; outline-offset: 0; transition: outline 0.3s ease-in-out; } input:not([type=radio]):not([type=checkbox]):not([type=submit]):focus-visible, textarea:focus-visible{ outline-color: var(--tertiary-color); outline-offset: 0.15rem; } select{ background-color: white; padding: 0.5rem 1rem; line-height: 1.25rem; font-size: 1rem; font-family: inherit; color: var(--text-color); width: 100%; box-sizing: border-box; border: none; outline: 0.15rem solid transparent; outline-offset: 0; transition: outline 0.3s ease-in-out; } option{ padding: 0; } fieldset{ all: unset; display: block; margin-bottom: 1rem; } @media only screen and (max-width: 55rem){ } @media not all and (max-width: 55rem){ :root{ --aon-gap: 2rem; } img.alignright{ float: right; max-width: 50%; margin-left: var(--aon-gap); } img.alignleft{ float: left; max-width: 50%; margin-right: var(--aon-gap); } h1, .h1{ font-size: 2rem; } h2{ font-size: 1.5rem; } } /* Theme Name: AON 2022 Theme Author: Miguel Pulido Author URI: https://www.aoncology.com/ Description: AON 2022 Theme Version: 1.0 Tested upto: 6.1 */ :root{ --max-website-width: 160rem; } *::-webkit-scrollbar { margin-top: 5rem; width: 1rem; } *::-webkit-scrollbar-track { background-color: rgba(0,0,0,0.1); mix-blend-mode: overlay; border:0.25rem solid transparent; border-radius: 1rem; border-right: 0.25rem transparent solid; background-clip: padding-box; } *::-webkit-scrollbar-thumb { background-color: var(--tertiary-color); border: 0.2rem solid transparent; border-radius: 1rem; background-clip: padding-box; } html, body{ scroll-behavior: smooth; } html{ background-color: var(--font-color); } body{ background-color: var(--light-gray); display: flex; flex-direction: column; overflow: overlay; max-width: var(--max-website-width); margin: 0 auto; box-shadow: 0 0 1rem 0 rgb(0,0,0,0.5); } body.prevent-transitions *{ transition: none !important; } body > section{ scroll-margin-top: 4rem; } #header-observer{ height: 5rem; position: absolute; width: 100%; top: 0; left: 0; pointer-events: none; user-select: none; } header{ position: fixed; top:0; left: 50%; transform: translateX(-50%); max-width: var(--max-website-width); width: 100vw; width: 100%; box-sizing: border-box; z-index: 10; transition: background-color 0.3s ease-in-out; } header.with-background{ background-color: var(--primary-compliant-color); } #alert{ background-color: #ffbc00; text-align: center; text-wrap: balance; padding: 0.25rem 1rem; font-weight: bold; } #alert a{ color: inherit; text-decoration: underline; } .with-background #alert{ display: none; } .aon-container{ max-width: 80rem; margin: 0 auto; box-sizing: border-box; padding: 0 var(--aon-gap); } .full-width{ box-sizing: border-box; width: 100vw; margin-left: calc(50% - 50vw); } .full-width-gap{ padding: 0 var(--aon-gap); } .title3{ color: var(--primary-compliant-color); font-size: 1.4rem; font-weight: bold; text-decoration: none; } .title3:hover{ color: var(--primary-contrast-color); } #menu-main-expand{ display: none; } .searchform{ position: relative; } img[aria-label="Street View Pegman Control"]{ width: auto !important; } #s{ padding: 0.5rem 3rem 0.5rem 1rem; line-height: 1rem; width: auto; } #searchsubmit{ position: absolute; top: 0; right: 0; box-sizing: border-box; height: 100%; width: 2.5rem; border: none; margin: 0; padding: 0; background-color: transparent; background-image: url("/wp-content/themes/aon2022theme/media/icon-search.svg"); background-size: auto 1rem; background-repeat: no-repeat; background-position: center; cursor: pointer; transition: background-color 0.3s ease-in-out; } #searchsubmit:hover{ background-color: #DDD; } .header-banner{ background-color: black; position: relative; } .header-banner img{ position: absolute; width: 100%; height: 100%; display: block; box-sizing: border-box; z-index: 0; object-fit: cover; opacity: 0.5; } .header-banner .aon-container{ display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-end; min-height: 15rem; padding-top: 4rem; padding-bottom: var(--aon-gap); } .header-banner .aon-container *{ z-index: 1; } .header-banner h1, .header-banner .h1{ line-height: 1.1; color: white; text-align: right; font-size: clamp(1.7rem, 4vw, 4rem); font-weight: bold; z-index: 1; margin-top: 1rem; text-wrap: balance; } .index > .content, .post > .content{ padding-top: 2rem; padding-bottom: 2rem; } .aon-slides{ overflow-x: auto; width: 100%; display: flex; scroll-snap-type: x proximity; } .aon-slide{ width: 100%; box-sizing: border-box; flex-shrink: 0; scroll-snap-align: start; } .aon-slide:not(:last-child){ margin-right: var(--aon-gap); } .review{ --color: white; background-color: var(--color); padding: 1rem; display: grid; grid-gap: 1rem; grid-template: "date rating" auto "description description" auto / 1fr max-content; position: relative; margin-bottom: 4rem; border-radius: var(--aon-radius); } .review::after{ content: ''; position: absolute; bottom: calc(-1rem + 1px); left: 1rem; display: block; width: 2rem; height: 1rem; background-color: var(--color); clip-path: polygon(0 0, 100% 0, 50% 100%); } .review .date{ grid-area: date; font-size: 0.85rem; opacity: 0.8; line-height: 1rem; } .review .rating{ grid-area: rating; color: #ffbc00; font-size: 1.2rem; line-height: 1rem; } .review .description{ grid-area: description; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 5; -webkit-box-orient: vertical; } .review .description:hover{ -webkit-line-clamp: initial; } .review .author{ position: absolute; bottom: -2.5rem; left: 0; } .side-menu{ background-color: white; padding: var(--aon-gap); position: relative; box-sizing: border-box; border-radius: var(--aon-radius); } .side-menu::before{ content: ''; position: absolute; width: calc(100% - 6rem); height: 2rem; border-radius: 50%; bottom: 0; left: 3rem; background-color: white; box-shadow: 0 0 1rem 0 rgba(0,0,0,0.5); z-index: -2; } .side-menu::after{ content: ''; position: absolute; width: 100%; height: 100%; bottom: 0; left: 0; background-color: white; z-index: -1; } .side-menu .title{ font-size: 1.5rem; line-height: 1rem; text-align: center; text-transform: uppercase; color: var(--secondary-compliant-color); padding-bottom: 0.75rem; border-bottom: 1pt solid var(--light-gray); margin-bottom: 0.75rem; } .side-menu ul{ list-style: none; padding: 0; margin: 0; } .side-menu a{ font-weight: inherit; color: inherit; display: block; line-height: 1em; } .side-menu li:not(:first-child){ margin-top: 1rem; } .side-menu a:hover{ color: var(--secondary-compliant-color); } footer{ background-color: var(--footer-color); color: white; padding-top: 2rem; padding-bottom: 2rem; } footer .site-map{ display: flex; flex-wrap: wrap; justify-content: center; padding-right: 0; } footer .site-map > *{ margin-right: var(--aon-gap); } footer .site-map > *:not(:last-child){ flex-grow: 1; } footer a{ color: white; font-weight: normal; border: 0; border-bottom: 1.5pt solid transparent; transition: border-color 0.3s ease-in-out; } footer a:hover{ color: white; border-color: var(--tertiary-color); } .footer-main{ list-style: none; padding: 0; margin: 0; } .other-footer, .footer-main > li{ display: flex; flex-direction: column; align-items: flex-start; margin-bottom: 2rem; } .footer-main ul > li > a, .footer-main ul > li > span{ padding-block: 0.125rem; display: inline-block; } .other-footer > a, .other-footer > span, .footer-main > li > a, .footer-main > li > span{ text-transform: uppercase; font-size: 1.3rem; font-weight: bold; display: block; margin-right: auto; margin-bottom: 0.25rem; } .footer-main > li > ul{ list-style: none; padding: 0; margin: 0; } footer .contact-points{ display: flex; flex-direction: column; align-items: center; } footer .practice-logo{ width: 100%; height: auto; max-height: 5rem; max-width: 16rem; } footer .aon-logo{ width: 100%; height: auto; max-height: 5rem; margin-top: 1rem; } footer .legal{ display: flex; flex-wrap: wrap; justify-content: center; padding-right: 0; } footer .legal::before{ content: ''; width: calc(100% - var(--aon-gap)); height: 0.5rem; border-top: 1pt solid white; margin-right: auto; } footer .legal > *{ margin-right: var(--aon-gap); } footer .legal > *:not(:last-child){ flex-grow: 1; } footer .footer-legal{ list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; } footer .footer-legal > *{ margin-right: 1rem; } footer .footer-legal a{ display: inline-block; padding-block: 0.125rem; } footer .facebook{ font-weight: bold; font-size: 1.2rem; display: flex; align-items: center; margin-bottom: 1rem; padding-bottom: 0.5rem; } footer .facebook img{ width: 2rem; height: auto; margin-right: 1rem; } /**** search result *****/ .archive .result{ display: flex; margin-bottom: var(--aon-gap); } .archive .result img{ align-self: flex-start; box-sizing: border-box; width: 8rem; max-width: 25%; height: auto; aspect-ratio: 1; object-fit: cover; object-position: center; margin-right: var(--aon-gap); border-radius: 50%; background-color: #FFF; } .archive .result.physician img{ object-position: 50% 20%; } .archive .result.no-thumbnail img{ border:0.5rem solid #FFF; } .quick-links{ list-style: none; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(0, 1fr); width: max-content; margin: 0 auto; grid-gap: var(--aon-gap); margin-bottom: 2rem; } /*.quick-links{ list-style: none; display: flex; grid-auto-flow: column; grid-auto-columns: minmax(0, 1fr); width: max-content; box-sizing: border-box; max-width: 100%; margin: 0 auto; grid-gap: var(--aon-gap); margin-bottom: 2rem; padding: 0; } /*.quick-links{ list-style: none; display: flex; box-sizing: border-box; max-width: 100%; justify-content: center; margin: 0 auto; width: max-content; margin-bottom: 2rem; padding: 0; } .quick-links > *{ flex-shrink: 1; flex-grow: 1; flex-basis: 0; }*/ .quick-links a{ white-space: nowrap; display: block; text-align: center; } /***** home page *****/ .home-main .header-banner .aon-container{ height: 100vw; max-height: 100vh; flex-direction: column-reverse; justify-content: flex-start; } .home-main{ display: flex; flex-direction: column; } .home-main > .content blockquote{ padding: var(--aon-gap); position: relative; max-width: 60rem; box-sizing: border-box; z-index: 1; margin: 0 auto 2rem auto; border: none; } .home-main > .content blockquote p{ text-align: center; } .home-main > .content blockquote p:not(:last-child){ margin: 1rem; } .home-main > .content blockquote::before{ content: ''; position: absolute; width: calc(100% - 6rem); height: 2rem; border-radius: 50%; bottom: 0; left: 3rem; background-color: white; box-shadow: 0 0 1rem 0 rgba(0,0,0,0.5); z-index: -2; } .home-main > .content blockquote::after{ content: ''; position: absolute; width: 100%; height: 100%; bottom: 0; left: 0; background-color: white; z-index: -1; } .popup-video{ background-color: rgba(0,0,0,0.75); position: fixed; z-index: 15; width: 100vw; height: 100vh; top: 0; left: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; } .popup-video button{ margin-bottom: 1rem; } .popup-video iframe{ width: 90vw; height: auto; aspect-ratio: 16 / 9; max-width: 80rem; max-height: calc(80vh - 5rem); } .home-services{ padding: 2rem 0; } .home-services .section-title{ padding: 0 var(--aon-gap) } .slider-arrow{ width: 2rem; flex-shrink: 0; display: flex; align-items: center; justify-content: center; scroll-snap-align: start; position: sticky; font-size: 3rem; color: var(--secondary-compliant-color); box-sizing: border-box; transition: color 0.3s; user-select: none; padding: 0; cursor: default; } .slider-arrow:hover{ color: var(--secondary-contrast-color); } .slider-arrow.left{ background: linear-gradient(to left,transparent,var(--light-gray) 1rem); left: 0; margin-right: -2rem; } .slider-arrow.right{ background: linear-gradient(to right,transparent,var(--light-gray) 1rem); right: 0; margin-left: -2rem; } .slider-arrow-cover{ content: ''; width: 2rem; flex-shrink: 0; background-color: var(--light-gray); z-index: 1; } .service-cards{ position: relative; margin: 0 auto; padding: 2rem 0 1rem 0; display: flex; flex-direction: row; box-sizing: border-box; width: max-content; max-width: 100%; overflow: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ } .service-cards::-webkit-scrollbar { /* Hide scrollbar for IE, Edge and Firefox */ display: none; } .service-card{ width: 20rem; max-width: 80vw; display: flex; flex-direction: column; background-color: white; flex-shrink: 0; border-radius: var(--aon-radius); overflow: hidden; scroll-snap-align: center; } .service-card:not(:last-of-type){ margin-right: var(--aon-gap); } .service-card img{ width: 100%; aspect-ratio: 16 / 9; object-fit: cover; } .service-card .title{ margin: 1rem; } .service-card .title a{ color: var(--primary-compliant-color); } .service-card .title a:hover{ color: var(--primary-contrast-color); } .service-card .content{ margin: 0; padding: 0 1rem 1rem 1rem; flex-grow: 1; } .service-card .cta{ margin: 0 1rem 1rem 1rem; } .home-team{ background-color: white; padding: 2rem var(--aon-gap); } .team-members{ margin-top: 2rem; margin-inline: calc(-1 * var(--aon-gap)); font-size: 0; text-align: center; text-wrap: balance; } .team-member{ max-width: 40%; margin-bottom: 2rem; margin-inline: var(--aon-gap); font-size: 1rem; display: inline-block; vertical-align: top; } .team-member img{ display: block; width: 15rem; max-width: 100%; box-sizing: border-box; height: auto; aspect-ratio: 1; object-fit: cover; object-position: 50% 20%; border-radius: 50%; margin: 0 auto; /*background: radial-gradient( hsla(208,57%,39%,1.00), hsla(208,80%,39%,1.00) ); */ } .team-member .title{ display: block; text-align: center; text-wrap: balance; padding-top: 1rem; margin-top: 0; font-size: clamp(1.2rem, 1.4vw, 1.4rem); } .team-member .position{ font-weight: normal; margin: 0; display: block; text-align: center; line-height: 1.1em; margin-top: 0.25rem; color: var(--font-color); } .team-member .read-bio{ margin-top: 0.25rem; display: block; text-align: center; } .home-locations{ padding-top: 2rem; } #homeMap{ margin-top: 2rem; height: 30rem; width: 100%; background-color: white; position: relative; } #homeMap::before{ content: 'Loading Map'; color: #b9b9b9; font-weight: bold; font-size: 2rem; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; position: absolute; z-index: 0; } .location-cards{ margin-top: 2rem; } .location-card{ padding: 1rem 1rem 1rem 1rem; border-bottom: 1px solid white; } .location-card .lines{ display: flex; flex-direction: column; gap: 0.5rem; } .location-card .lines > p{ margin: 0; } .home-featured{ background-color: white; padding: 2rem 0; } .home-featured .aon-container{ display: grid; grid-gap: 2rem; grid-template-columns: repeat( auto-fit, minmax(min(30rem, 100%), 1fr) ); } .home-featured section{ display: flex; flex-direction: column; align-items: center; } .home-featured h2{ margin-bottom: 1rem; } .home-featured .aon-slides{ max-width: 30rem; } .home-featured .review{ --color: var(--light-gray); } .home-featured .posts{ align-items: flex-start } .home-featured .post{ background-color: var(--light-gray); padding: 1rem; display: grid; margin-bottom: 1rem; grid-template: "date date type" auto "title title title" auto "thumbnail description description" auto "thumbnail link link" auto / max-content 1fr max-content; position: relative; border-radius: var(--aon-radius); } .home-featured .post .date{ grid-area: date; font-size: 0.85rem; opacity: 0.8; line-height: 1rem; } .home-featured .post .type{ grid-area: type; font-weight: bold; line-height: 1rem; } .home-featured .post .title{ grid-area: title; font-size: 1.2rem; margin-top: 0.5rem; margin-bottom: 1rem; } .home-featured .post h3 a{ color: var(--primary-compliant-color); } .home-featured .post .description{ grid-area: description; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } .home-featured .post .description:hover{ -webkit-line-clamp: initial; } .home-featured .post .thumbnail{ grid-area: thumbnail; width: 6rem; height: 6rem; object-fit: cover; object-position: center; margin-right: 1rem; border-radius: 50%; } .home-featured .post .link{ grid-area: link; } /***** Physician *****/ .post.physician .header-banner img { object-position: center 60%; } .post.physician .header-banner .position{ color: white; text-transform: uppercase; line-height: 1em; } .post.physician .headshot img{ width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; object-position: 50% 20%; border-radius: 50%; display: block; box-sizing: border-box; margin: 0 auto; } .post.physician .locations{ ul{ list-style: none; padding: 0; } li a{ font-size: 1.2rem; display: flex; color: inherit; align-items: center; margin-bottom: 0.5rem; &:hover{ color: var(--secondary-contrast-color); } &::before{ content: ''; display: block; width: 1.5rem; height: 2rem; margin-right: 1rem; background-color: var(--tertiary-color); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z'/%3E%3C/svg%3E"); mask-size: contain; mask-repeat: no-repeat; } &::after{ content: ''; display: block; width: 1.1rem; height: 1.2rem; margin-left: 0.5rem; background-color: currentColor; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l82.7 0L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3l0 82.7c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160c0-17.7-14.3-32-32-32L320 0zM80 32C35.8 32 0 67.8 0 112L0 432c0 44.2 35.8 80 80 80l320 0c44.2 0 80-35.8 80-80l0-112c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 112c0 8.8-7.2 16-16 16L80 448c-8.8 0-16-7.2-16-16l0-320c0-8.8 7.2-16 16-16l112 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 32z'/%3E%3C/svg%3E"); mask-size: contain; mask-repeat: no-repeat; mask-position: bottom; } } } /***** News *****/ .news .header-banner img{ object-position: center 45%; } .post.news h1{ padding-bottom: 0; } .post.news .news-date{ margin-bottom: 1rem; color: var(--secondary-compliant-color); } /***** Blogs *****/ .blog .header-banner img{ object-position: center 45%; } .post.blog h1{ padding-bottom: 0; } .post.blog .blog-date{ margin-bottom: 1rem; color: var(--secondary-compliant-color); } /***** Testimonials *****/ .archive.patient-stories .header-banner img, .post.patient-story .header-banner img{ object-position: center 50%; } .post.patient-story .header-banner .position{ color: white; text-transform: uppercase; line-height: 1em; } .post.patient-story .headshot img{ width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; object-position: 50% 50%; border-radius: 50%; display: block; box-sizing: border-box; margin: 0 auto; } .post.patient-story .cancer-type{ margin-top: 0.5rem; } .post.patient-story .cancer-type .title{ margin-top: 0.5rem; font-size: 0.9rem; line-height: 1em; display: block; text-align: center; } .post.patient-story .cancer-type .type{ display: block; font-size: 1.5rem; color: var(--primary-compliant-color); font-weight: bold; line-height: 1em; text-align: center; } .post.patient-story .quote{ display: flex; text-align: center; margin-top: 1rem; } .post.patient-story .quote::before, .post.patient-story .quote::after{ content: ''; width: 1em; height: 1em; flex-shrink: 0; mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.983%203v7.391c0%205.704-3.731%209.57-8.983%2010.609l-.995-2.151c2.432-.917%203.995-3.638%203.995-5.849h-4v-10h9.983zm14.017%200v7.391c0%205.704-3.748%209.571-9%2010.609l-.996-2.151c2.433-.917%203.996-3.638%203.996-5.849h-3.983v-10h9.983z%22%2F%3E%3C%2Fsvg%3E"); mask-repeat: no-repeat; mask-size: contain; -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.983%203v7.391c0%205.704-3.731%209.57-8.983%2010.609l-.995-2.151c2.432-.917%203.995-3.638%203.995-5.849h-4v-10h9.983zm14.017%200v7.391c0%205.704-3.748%209.571-9%2010.609l-.996-2.151c2.433-.917%203.996-3.638%203.996-5.849h-3.983v-10h9.983z%22%2F%3E%3C%2Fsvg%3E"); -webkit-mask-repeat: no-repeat; -webkit-mask-size: contain; transform: rotate(180deg); background-color: var(--secondary-compliant-color); line-height: 1em; font-size: 1.5rem; font-family: Consolas, "monospace"; margin: -0.5rem 0.5rem 0 0; align-self: flex-start } .post.patient-story .quote::after{ /*content: '❞';*/ transform: none; align-self: flex-end; margin: 0 0 -0.5rem 0.5rem; } /**** contact forms ****/ .contact-us-body{ margin-top: 2rem; } .hubspot_forms{ margin-top: 2rem; max-width: 25rem; } .hs-form{ display: flex; flex-direction: column; } .hs-error-msgs{ margin-top: 0; } .hs-form-field, .hs-richtext, .hs_submit{ margin-bottom: 1rem; } .hs-recaptcha{ order: 1; margin-top: 1rem; } .hs-recaptcha .grecaptcha-badge{ filter: saturate(0); opacity: 0.75; box-shadow: none !important; } #act-items > div { border-radius: var(--aon-radius); } #act-items > div > strong { color: var(--primary-compliant-color); } @media only screen and (max-width: 55rem){ header .aon-container{ display: flex; align-items: center; } .searchform{ opacity: 0; pointer-events: none; position: absolute; top: 0; left: 0; background-color: var(--primary-contrast-color); box-sizing: border-box; width: 100%; height: 100%; z-index: 1; padding: 1rem; display: flex; align-items: center; } .searchform::after{ content: "✖"; color: white; text-align: right; display: block; flex-grow: 1; font-size: 1.5rem; } .searchform:focus-within{ opacity: 1; pointer-events: all; transition: opacity 0.3s ease; } #s{ width: calc(100vw - 9rem); } #searchsubmit{ position: relative; margin-left: -2.5rem; height: 2.5rem; } .menu-main-container{ position: absolute; left: 0; top: 4rem; width: 100%; height: 0; box-sizing: border-box; overflow: auto; background-color: white; opacity: 0; transition: all 0.2s ease-in-out; } .logo{ padding: 0.5rem 1rem 0.5rem 0; flex-grow: 1; height: 4rem; box-sizing: border-box; } .logo img{ width: auto; height: 100%; max-width: calc(100vw - 7rem); } .icon-search{ display: block; width: 1.2rem; height: 1.2rem; background-color: white; -webkit-mask-image: url('/wp-content/themes/aon2022theme/media/icon-search.svg'); mask-image: url('/wp-content/themes/aon2022theme/media/icon-search.svg'); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; } .menu-main-toggle{ display: flex; align-items: center; cursor: pointer; color: white; width: 1.3rem; height: 1.3rem; margin-left: 1.5rem; } .menu-main-toggle .burger { box-sizing: border-box; position: relative; width: 100%; height: 12.5%; background: white; transition: all .2s ease-in-out; } .menu-main-toggle .burger::before, .menu-main-toggle .burger::after { content: ''; position: absolute; width: 80%; height: 100%; top: 0; left: 10%; background: white; transition: transform .2s ease-in-out; } .menu-main-toggle .burger::before { transform: translateY(300%); } .menu-main-toggle .burger::after { transform: translateY(-300%); } #menu-main-expand:checked+header{ background-color: var(--primary-compliant-color); } #menu-main-expand:checked+header .burger { background: transparent; } #menu-main-expand:checked+header .burger::before { width: 100%; transform: rotate(45deg) translate(0, 0); } #menu-main-expand:checked+header .burger::after { width: 100%; transform: rotate(-45deg) translate(0, 0); } #menu-main-expand:checked+header .menu-main-container{ opacity: 1; height: calc(100vh - 4rem); } #menu-main{ list-style: none; padding: 1rem; margin: 0; } #menu-main > li > a, #menu-main > li > span, #menu-main > li > button{ position: relative; text-transform: uppercase; } #menu-main > li:not(:first-child) > *:first-child{ border-top: 1pt solid #D0D0D0; } body:not(.front-page) #menu-main li.current-menu-item > a, body:not(.front-page) #menu-main li.current-menu-item > span, body:not(.front-page) #menu-main li.current-menu-item > button, body:not(.front-page) #menu-main li.current-menu-ancestor > a, body:not(.front-page) #menu-main li.current-menu-ancestor > span, body:not(.front-page) #menu-main li.current-menu-ancestor > button, body:not(.front-page) #menu-main li.current-menu-parent > a, body:not(.front-page) #menu-main li.current-menu-parent > span, body:not(.front-page) #menu-main li.current-menu-parent > button{ color: var(--secondary-compliant-color); } #menu-main > li > ul{ box-sizing: border-box; overflow: hidden; max-height: 20rem; visibility: visible; padding-bottom: 1rem; transition: max-height 0.3s, padding 0.3s; } #menu-main > li > ul.hidden{ max-height: 0; visibility: hidden; padding-bottom: 0; } #menu-main ul{ list-style: none; padding: 0 0 0 1rem; } #menu-main button::before{ content: '+'; font-family: Consolas, monospace; display: block; position: absolute; right: 0; top: 0.4rem; line-height: 1rem; font-size: 1.5rem; } #menu-main a, #menu-main span, #menu-main button{ width: 100%; font-weight: normal; text-align: left; color: inherit; background-color: transparent; display: block; box-sizing: border-box; line-height: 1em; padding: 0.5rem 0; text-decoration: none; transition: color 0.3s; } #menu-main a:hover, #menu-main span:hover, #menu-main button:hover{ color: var(--primary-contrast-color); } #menu-main button[aria-expanded="true"]{ font-weight: bold; color: var(--primary-contrast-color); } #menu-main button[aria-expanded="true"]::before{ content: '–'; } .location-small #homeMap { width: calc(100% + 2* var(--aon-gap)); margin-inline: calc(-1* var(--aon-gap)); } /***** Physician *****/ .post.physician .content > .aon-container > *{ margin-bottom: 2rem; } .post.physician .headshot img{ max-width: 15rem; } /***** Testimonial *****/ .post.patient-story .content > .aon-container > *{ margin-bottom: 2rem; } .post.patient-story .headshot img{ max-width: 15rem; } /***** News *****/ .post.news .content > .aon-container > *{ margin-bottom: 2rem; } /***** News *****/ .post.service .content > .aon-container > *{ margin-bottom: 2rem; } } @media not all and (max-width: 55rem){ body > section{ scroll-margin-top: 7rem; } header .aon-container{ display: grid; height: min-content; grid-template: "logo search" min-content "logo menu" min-content / auto auto; } .logo{ grid-area: logo; padding: 1rem 0; } .logo img{ object-fit: contain; object-position: left center; width: 100%; min-height: 100%; max-height: 100%; max-width: 17rem; } .search-expand{ display: none; } .searchform{ grid-area: search; justify-self: end; align-self: start; margin-top: 1rem; } .menu-main-container{ margin-top: 1rem; grid-area: menu; justify-self: end; } #menu-main{ list-style: none; padding: 0; } #menu-main{ display: flex; margin: 0; margin-right: -1rem; } #menu-main > li{ position: relative; } #menu-main > li > a, #menu-main > li > span, #menu-main > li > button{ line-height: 1em; font-weight: normal; text-decoration: none; color: white; text-transform: uppercase; display: block; padding: 0.75rem 1rem; background-color: var(--primary-contrast-color)00; transition: background-color 0.3s ease-in-out; border-radius: var(--aon-radius); } #menu-main > li > button{ pointer-events: none; } #menu-main > li:hover > a, #menu-main > li:hover > span, #menu-main > li:hover > button{ background-color: var(--primary-contrast-color); } body:not(.front-page) #menu-main > li.current-menu-item > a, body:not(.front-page) #menu-main > li.current-menu-item > span, body:not(.front-page) #menu-main > li.current-menu-item > button, body:not(.front-page) #menu-main > li.current-menu-parent > a, body:not(.front-page) #menu-main > li.current-menu-parent > span, body:not(.front-page) #menu-main > li.current-menu-parent > button, body:not(.front-page) #menu-main > li.current-menu-ancestor > a, body:not(.front-page) #menu-main > li.current-menu-ancestor > span, body:not(.front-page) #menu-main > li.current-menu-ancestor > button{ background-color: var(--secondary-compliant-color); } #menu-main > li.menu-item-has-children::after{ content: ''; display: block; width: 1rem; height: 0.5rem; clip-path: polygon(50% 0,100% 100%,0% 100%); background-color: transparent; position: absolute; bottom: -0.5px; left: 50%; transform: translateX(-50%); } #menu-main > li.menu-item-has-children:hover::after{ background-color: white; transition: background-color 0.3s ease-in-out; } #menu-main > li > ul{ opacity: 1; position: absolute; top: 100%; left: 0; background-color: white; width: max-content; list-style: none; margin: 0; padding: 0; overflow: hidden; box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.2); border-radius: var(--aon-radius); transition: opacity 0.3s ease-in-out; } #menu-main > li > ul::before, #menu-main > li > ul::after{ content: ''; display: block; height: 0.5rem; } #menu-main > li > ul.hidden{ visibility: hidden; opacity: 0; } #menu-main > li > ul a, #menu-main > li > ul span, #menu-main > li > ul button{ font-weight: normal; display: block; line-height: 1em; padding: 0.5rem 1rem; text-decoration: none; color: inherit; transition: background-color 0.3s ease-in-out; } #menu-main > li > ul a:hover, #menu-main > li > ul span:hover{ background-color: #DDD; } body:not(.front-page) #menu-main > li > ul > .current-menu-item > a, body:not(.front-page) #menu-main > li > ul > .current-menu-parent > a, body:not(.front-page) #menu-main > li > ul > .current-menu-ancestor > a{ color: var(--secondary-compliant-color); } .header-banner .aon-container{ min-height: 25rem; padding-top: 8rem; } /***** Home Page *****/ .home-main > .content blockquote{ font-size: 1.25rem; } .home-main .header-banner .aon-container{ padding-bottom: 0; } .home-main .header-banner h1{ margin-bottom: 1em; } .home-services{ padding-right: 1rem; } .team-member{ width: 20rem; } .location-cards{ border:none; } .location-small{ display: grid; grid-template-columns: auto 1fr; align-items: start; grid-gap: var(--aon-gap); padding-bottom: 2rem; } .location-small .location-cards{ flex-shrink: 0; width: max-content; max-width: 100%; } .location-small .location-card{ padding: 0 0 1rem 0; margin-bottom: 1rem; } .location-small #homeMap{ height: 29.5rem; width: 100%; } .location-many .location-cards{ max-width: calc(var(--columns) * 22rem); margin-left: auto; margin-right: auto; display: flex; flex-wrap: wrap; justify-content: center; } .location-many .location-card{ width: 20rem; box-sizing: border-box; margin-bottom: 1rem; margin-right: 1rem; margin-left: 1rem; background-color: white; padding-top: 1rem; border-radius: var(--aon-radius); display: flex; flex-direction: column; gap: 1rem; } .location-many .location-card > *{ margin-block: 0; } .location-many .location-card .lines{ margin-top: auto; } /***** Physician *****/ .post.physician .header-banner .position{ font-size: 2rem; } .post.physician .content > .aon-container{ display: grid; grid-gap: var(--aon-gap); grid-template: "bio headshot" min-content "bio reviews" 1fr / 1fr 20rem; } .post.physician .bio{ grid-area: bio; } .post.physician .headshot{ grid-area: headshot; } .post.physician .reviews{ grid-area: reviews; } .post.physician .reviews{ align-self: start; } .with-side-menu{ display: grid; grid-gap: var(--aon-gap); grid-template: "content menu" auto / 1fr 20rem; align-items: start; } /***** Contact Us ****/ .contact-us .content{ display: flex; padding-right: 0; align-items: flex-start; justify-content: space-evenly; } .contact-us .content > *{ flex-basis: 50%; margin-right: var(--aon-gap); } .contact-us .hubspot_forms{ margin-left: auto; margin-right: auto; } /***** Testimonial *****/ .post.patient-story .content > .aon-container{ display: grid; grid-gap: var(--aon-gap); grid-template: "title resume" min-content "body resume" 1fr / 1fr 20rem; } .post.patient-story .body{ grid-area: body; } .post.patient-story .title{ grid-area: title; } .post.patient-story .resume{ grid-area: resume; } .post.patient-story .reviews{ align-self: start; } } </style> <meta name='robots' content='max-image-preview:large' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <link rel="https://api.w.org/" href="https://www.hocbr.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://www.hocbr.com/wp-json/wp/v2/pages/2" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.hocbr.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.8.1" /> <link rel='shortlink' href='https://www.hocbr.com/' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.hocbr.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.hocbr.com%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.hocbr.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.hocbr.com%2F&format=xml" /> <link rel="canonical" href="https://www.hocbr.com/" /> <link rel="icon" href="https://www.hocbr.com/wp-content/uploads/2024/10/cropped-hoc_favicon-32x32.png" sizes="32x32" /> <link rel="icon" href="https://www.hocbr.com/wp-content/uploads/2024/10/cropped-hoc_favicon-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://www.hocbr.com/wp-content/uploads/2024/10/cropped-hoc_favicon-180x180.png" /> <meta name="msapplication-TileImage" content="https://www.hocbr.com/wp-content/uploads/2024/10/cropped-hoc_favicon-270x270.png" /> <script> const aonGtag = 'G-JN4JE9GCHW'; window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', aonGtag); </script> <script> function togglePopup(trigger){ const controlledElement = document.getElementById( trigger.getAttribute( 'aria-controls' ) ); if( trigger.getAttribute( 'aria-expanded' ) === "true" ) { trigger.setAttribute( 'aria-expanded', "false" ); controlledElement.classList.add( 'hidden' ); } else { trigger.setAttribute( 'aria-expanded', "true" ); controlledElement.classList.remove( 'hidden' ); } } function expandPopup(trigger){ if( window.matchMedia( "(max-width: 55rem)" ).matches) return; trigger.querySelectorAll( ':scope > button' ).forEach( button => { if( button.getAttribute('aria-expanded') === 'false'){ button.click(); } }); } function collapsePopup(trigger){ if( window.matchMedia( "(max-width: 55rem)" ).matches) return; trigger.querySelectorAll( ':scope > button' ).forEach( button => { if( button.getAttribute('aria-expanded') === 'true'){ button.click(); } }); } </script> <script defer async src="https://www.hocbr.com/wp-content/themes/aon2022theme/scripts.js?v=0.20"></script> <script> const mapsAPIKey = "AIzaSyDLZPD9ac-zPPw2n_qp4PW7fzg1IQwIzLY"; const homeMapSettings = {"markers":[{"position":{"lat":31.31273709999999965702954796142876148223876953125,"lng":-92.450911800000000084764906205236911773681640625},"title":"Alexandria"},{"position":{"lat":30.645433700000001664420778979547321796417236328125,"lng":-91.1497626999999965846654959022998809814453125},"title":"Zachary"}],"maxzoom":15}; </script> <script defer src="https://www.hocbr.com/wp-content/themes/aon2022theme/front-page.js?v=0.20"></script> <script> window.addEventListener('load', function() { const script = document.createElement('script'); script.async = true; script.src = '//cdn.rlets.com/capture_configs/38d/ea4/731/cd348ccbf4f2f0ac4adf69c.js'; document.head.appendChild(script); }); </script> </head> <body class="front-page" > <div id="header-observer"></div> <input type="checkbox" id="menu-main-expand"> <header> <div class="aon-container"> <div class="logo"> <a href="/"><img alt="Hematology Oncology Clinic Logo" src="https://www.hocbr.com/wp-content/uploads/2024/10/Hematology-Oncology-Clinic-HOC-white.svg" width="200" height="50"></a> </div> <label for="s" class="icon-search" aria-label="Toggle search bar"></label> <form role="search" method="get" id="searchform" class="searchform" action="/"> <input type="text" value="" placeholder="Search" name="s" id="s"> <input type="submit" id="searchsubmit" value="" aria-label="Search"> </form> <nav class="menu-main-container"><ul id="menu-main" class="menu"> <li class=" menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children" onmouseover="expandPopup(this)" onmouseout="collapsePopup(this)"> <button type="button" aria-haspopup="true" aria-expanded="false" aria-controls="sub-menu-13" onclick="togglePopup(this)">For Patients</button> <ul role="menu" class="sub-menu hidden" id="sub-menu-13"> <li class=" menu-item menu-item-type-post_type menu-item-object-page"> <a href="https://www.hocbr.com/new-patient-information/" >New Patient Information</a> </li> <li class=" menu-item menu-item-type-custom menu-item-object-custom"> <a href="https://carespaceportal.com/" target="_blank" aria-label="Patient Portal(opens in new tab)">Patient Portal</a> </li> <li class=" menu-item menu-item-type-post_type menu-item-object-page"> <a href="https://www.hocbr.com/make-a-payment/" >Make a Payment</a> </li> <li class=" menu-item menu-item-type-post_type_archive menu-item-object-blog"> <a href="https://www.hocbr.com/blog/" >Blogs</a> </li> <li class=" menu-item menu-item-type-custom menu-item-object-custom"> <a href="https://www.aoncology.com/patient-resources/" target="_blank" aria-label="Resources(opens in new tab)">Resources</a> </li> </ul> </li> <li class="cpt-service menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children" onmouseover="expandPopup(this)" onmouseout="collapsePopup(this)"> <button type="button" aria-haspopup="true" aria-expanded="false" aria-controls="sub-menu-14" onclick="togglePopup(this)">Our Services</button> <ul role="menu" class="sub-menu hidden" id="sub-menu-14"> <li class=" menu-item menu-item-type-custom menu-item-object-custom"> <a href="https://www.hocbr.com/service/medical-oncology/" >Medical Oncology</a> </li> <li class=" menu-item menu-item-type-custom menu-item-object-custom"> <a href="https://www.hocbr.com/service/hematology/" >Hematology</a> </li> <li class=" menu-item menu-item-type-custom menu-item-object-custom"> <a href="https://www.hocbr.com/service/specialty-infusion-services/" >Specialty Infusion Services</a> </li> <li class=" menu-item menu-item-type-custom menu-item-object-custom"> <a href="https://www.hocbr.com/service/pathology/" >Pathology</a> </li> <li class=" menu-item menu-item-type-custom menu-item-object-custom"> <a href="https://www.hocbr.com/service/pharmacy/" >Pharmacy</a> </li> <li class=" menu-item menu-item-type-custom menu-item-object-custom"> <a href="https://www.hocbr.com/service/care-coordination/" >Care Coordination</a> </li> <li class=" menu-item menu-item-type-custom menu-item-object-custom"> <a href="https://www.hocbr.com/service/clinical-trials/" >Clinical Trials</a> </li> <li class=" menu-item menu-item-type-custom menu-item-object-custom"> <a href="https://www.hocbr.com/service/financial-support/" >Financial Support</a> </li> </ul> </li> <li class=" menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item"> <a href="/#locations" >Locations</a> </li> <li class=" menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children" onmouseover="expandPopup(this)" onmouseout="collapsePopup(this)"> <button type="button" aria-haspopup="true" aria-expanded="false" aria-controls="sub-menu-16" onclick="togglePopup(this)">About US</button> <ul role="menu" class="sub-menu hidden" id="sub-menu-16"> <li class=" menu-item menu-item-type-post_type menu-item-object-page"> <a href="https://www.hocbr.com/about-us/" >About Us</a> </li> <li class=" menu-item menu-item-type-post_type_archive menu-item-object-news"> <a href="https://www.hocbr.com/news/" >News</a> </li> <li class=" menu-item menu-item-type-post_type menu-item-object-page"> <a href="https://www.hocbr.com/your-team/" >Your Team</a> </li> <li class=" menu-item menu-item-type-custom menu-item-object-custom"> <a href="https://www.aoncology.com/apply/HOC" >Careers</a> </li> </ul> </li> <li class=" menu-item menu-item-type-post_type menu-item-object-page"> <a href="https://www.hocbr.com/contact-us/" >Contact Us</a> </li></ul></nav> <label class="menu-main-toggle" for="menu-main-expand" aria-label="Toggle main menu"> <div class="burger"></div> </label> </div> </header> <script type='application/ld+json'> {"@context":"http://schema.org","@type":"Organization","name":"Hematology Oncology Clinic","logo":"https://www.hocbr.com/wp-content/uploads/2024/10/HOC_Cover.jpg","image":"https://www.hocbr.com/wp-content/uploads/2024/10/HOC_Cover.jpg","@id":"https://www.hocbr.com","url":"https://www.hocbr.com","location":[{"@context":"http://www.schema.org","@type":"MedicalClinic","name":"Hematology Oncology Clinic - Alexandria","url":"https://www.hocbr.com","logo":"https://www.hocbr.com/wp-content/uploads/2024/10/HOC_Cover.jpg","image":"https://www.hocbr.com/wp-content/uploads/2024/10/HOC_Cover.jpg","description":"We are a community-based radiation oncology and hematology practice providing treatment for patients diagnosed with all types of cancer and blood disorders.","address":{"@type":"PostalAddress","streetAddress":"605 Medical Center Drive, Suite B","addressLocality":"Alexandria","addressRegion":"LA","postalCode":"71301","addressCountry":"USA"},"geo":{"@type":"GeoCoordinates","latitude":31.31273709999999965702954796142876148223876953125,"longitude":-92.450911800000000084764906205236911773681640625},"telephone":"(318) 579-7032","priceRange":"$","parentOrganization":{"name":"Hematology Oncology Clinic"}},{"@context":"http://www.schema.org","@type":"MedicalClinic","name":"Hematology Oncology Clinic - Zachary","url":"https://www.hocbr.com","logo":"https://www.hocbr.com/wp-content/uploads/2024/10/HOC_Cover.jpg","image":"https://www.hocbr.com/wp-content/uploads/2024/10/HOC_Cover.jpg","description":"We are a community-based radiation oncology and hematology practice providing treatment for patients diagnosed with all types of cancer and blood disorders.","address":{"@type":"PostalAddress","streetAddress":"4242 Highway 19, Suite B","addressLocality":"Zachary","addressRegion":"LA","postalCode":"70791","addressCountry":"USA"},"geo":{"@type":"GeoCoordinates","latitude":30.645433700000001664420778979547321796417236328125,"longitude":-91.1497626999999965846654959022998809814453125},"telephone":"(225) 306-7260","priceRange":"$","parentOrganization":{"name":"Hematology Oncology Clinic"}}]} </script> <section class="post home-main"> <div class="header-banner"> <img src="https://www.hocbr.com/wp-content/uploads/2024/10/Homepage_Banner-1900x969.jpg" style="object-position: 50% 30%" srcset="https://www.hocbr.com/wp-content/uploads/2024/10/Homepage_Banner-1900x969.jpg 1920w, https://www.hocbr.com/wp-content/uploads/2024/10/Homepage_Banner-1200x612.jpg 1200w, https://www.hocbr.com/wp-content/uploads/2024/10/Homepage_Banner-800x408.jpg 800w" width="1920" height="1080" alt="" fetchpriority="high"> <div class="aon-container"> <h1> Patient First, Always </h1> </div> </div> <div class="content"> <div class="aon-container"> </div> <div class="aon-container"> <blockquote><p>Hematology Oncology Clinic <span data-teams="true"><span class="ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">is a community-based medical oncology and hematology practice providing treatment for patients diagnosed with all types of cancer and blood disorders. Through compassionate care that centers around the patient, we strive to provide the best possible experience to patients and their families throughout the healthcare journey.</span></span></p></blockquote> </div> </div> </section> <section class="home-services" id="services"> <h2 class="section-title">Our Services</h2> <div class="service-cards slider"> <button type="button" class="slider-arrow left" aria-label="view services to the left">⟨</button> <button type="button" class="slider-arrow-cover" aria-label="view services to the right"></button> <article class="service-card"> <img src="https://www.hocbr.com/wp-content/uploads/2022/08/MedialOncology-istock1181263174-800x450.jpg" srcset="https://www.hocbr.com/wp-content/uploads/2022/08/MedialOncology-istock1181263174-800x450.jpg 1600w, https://www.hocbr.com/wp-content/uploads/2022/08/MedialOncology-istock1181263174-400x225.jpg 800w" width="320" height="180" loading="lazy" alt="Image for Medical Oncology" /> <h3 class="title title3"> <a href="https://www.hocbr.com/service/medical-oncology/">Medical Oncology</a> </h3> <p class="content"> We use chemotherapy, biological agents or other medications, such as targeted therapies, immunotherapy and oral (pill form) chemotherapy, to treat cancer. </p> <a class="cta" href="https://www.hocbr.com/service/medical-oncology/">View cancers we treat ></a></article> <article class="service-card"> <img src="https://www.hocbr.com/wp-content/uploads/2022/08/Hematology-1307735117-cropped-800x450.jpg" srcset="https://www.hocbr.com/wp-content/uploads/2022/08/Hematology-1307735117-cropped-800x450.jpg 1600w, https://www.hocbr.com/wp-content/uploads/2022/08/Hematology-1307735117-cropped-400x225.jpg 800w" width="320" height="180" loading="lazy" alt="Image for Hematology" /> <h3 class="title title3"> <a href="https://www.hocbr.com/service/hematology/">Hematology</a> </h3> <p class="content"> We treat patients with all types of hematologic malignancies, including rare blood-based liquid tumors and autoimmune abnormalities. </p> <a class="cta" href="https://www.hocbr.com/service/hematology/">Learn more about this service ></a></article> <article class="service-card"> <img src="https://www.hocbr.com/wp-content/uploads/2024/01/Infusion-1181263076-hd-800x450.jpg" srcset="https://www.hocbr.com/wp-content/uploads/2024/01/Infusion-1181263076-hd-800x450.jpg 1600w, https://www.hocbr.com/wp-content/uploads/2024/01/Infusion-1181263076-hd-400x225.jpg 800w" width="320" height="180" loading="lazy" alt="Image for Specialty Infusion Services" /> <h3 class="title title3"> <a href="https://www.hocbr.com/service/specialty-infusion-services/">Specialty Infusion Services</a> </h3> <p class="content"> We offer specialty infusion therapies for patients with chronic diseases or conditions to treat anemia, Crohn’s, multiple sclerosis, rheumatoid arthritis and more. </p> <a class="cta" href="https://www.hocbr.com/service/specialty-infusion-services/">Medications available ></a></article> <article class="service-card"> <img src="https://www.hocbr.com/wp-content/uploads/2022/08/Pathology-iStock-909176662-800x450.jpg" srcset="https://www.hocbr.com/wp-content/uploads/2022/08/Pathology-iStock-909176662-800x450.jpg 1600w, https://www.hocbr.com/wp-content/uploads/2022/08/Pathology-iStock-909176662-400x225.jpg 800w" width="320" height="180" loading="lazy" alt="Image for Pathology" /> <h3 class="title title3"> <a href="https://www.hocbr.com/service/pathology/">Pathology</a> </h3> <p class="content"> We serve our patients’ laboratory needs locally, reducing their trips to multiple locations often required for routine and specialized laboratory testing. </p> <a class="cta" href="https://www.hocbr.com/service/pathology/">Benefits of a centralized lab ></a></article> <article class="service-card"> <img src="https://www.hocbr.com/wp-content/uploads/2022/08/Pharmacy-iStock-1135377678-800x450.jpg" srcset="https://www.hocbr.com/wp-content/uploads/2022/08/Pharmacy-iStock-1135377678-800x450.jpg 1600w, https://www.hocbr.com/wp-content/uploads/2022/08/Pharmacy-iStock-1135377678-400x225.jpg 800w" width="320" height="180" loading="lazy" alt="Image for Pharmacy" /> <h3 class="title title3"> <a href="https://www.hocbr.com/service/pharmacy/">Pharmacy</a> </h3> <p class="content"> The use of oral oncolytic medications in cancer treatment is fast growing. We provide in-house specialty pharmacy services with experienced staff. </p> <a class="cta" href="https://www.hocbr.com/service/pharmacy/">Prescription refill information ></a></article> <article class="service-card"> <img src="https://www.hocbr.com/wp-content/uploads/2022/08/Care-Management-web-cropped-800x450.jpg" srcset="https://www.hocbr.com/wp-content/uploads/2022/08/Care-Management-web-cropped-800x450.jpg 1600w, https://www.hocbr.com/wp-content/uploads/2022/08/Care-Management-web-cropped-400x225.jpg 800w" width="320" height="180" loading="lazy" alt="Image for Care Coordination" /> <h3 class="title title3"> <a href="https://www.hocbr.com/service/care-coordination/">Care Coordination</a> </h3> <p class="content"> The journey you are about to begin can be confusing and difficult. Your team will be invaluable in helping you successfully navigate the treatment process. </p> <a class="cta" href="https://www.hocbr.com/service/care-coordination/">Your care team ></a></article> <article class="service-card"> <img src="https://www.hocbr.com/wp-content/uploads/2022/08/Clinical-Trial-iStock-1183908171-800x450.jpg" srcset="https://www.hocbr.com/wp-content/uploads/2022/08/Clinical-Trial-iStock-1183908171-800x450.jpg 1600w, https://www.hocbr.com/wp-content/uploads/2022/08/Clinical-Trial-iStock-1183908171-400x225.jpg 800w" width="320" height="180" loading="lazy" alt="Image for Clinical Trials" /> <h3 class="title title3"> <a href="https://www.hocbr.com/service/clinical-trials/">Clinical Trials</a> </h3> <p class="content"> Our goal is to give patients the opportunity to participate in approved and exploratory therapies without long-distance travel. </p> <a class="cta" href="https://www.hocbr.com/service/clinical-trials/">Why participate in clinical trials? ></a></article> <article class="service-card"> <img src="https://www.hocbr.com/wp-content/uploads/2022/08/Financial-Services-Cropped-800x450.jpg" srcset="https://www.hocbr.com/wp-content/uploads/2022/08/Financial-Services-Cropped-800x450.jpg 1600w, https://www.hocbr.com/wp-content/uploads/2022/08/Financial-Services-Cropped-400x225.jpg 800w" width="320" height="180" loading="lazy" alt="Image for Financial Support" /> <h3 class="title title3"> <a href="https://www.hocbr.com/service/financial-support/">Financial Support</a> </h3> <p class="content"> You will meet with a financial counselor during one of your initial visits and at any time that you have questions about your account or insurance coverage. </p> <a class="cta" href="https://www.hocbr.com/service/financial-support/">Find patient assistance programs ></a></article> <div class="slider-arrow-cover"></div> <div class="slider-arrow right">⟩</div> </div> </section> <section class="home-team" id="team"> <h2 class="section-title">Your Team</h2> <div class="team-members"> <article class="team-member"> <a href="https://www.hocbr.com/physician/michael-j-castine-iii-md/"> <img src="https://www.hocbr.com/wp-content/uploads/2024/03/HOC_Michael-Castine_Headshot_241007-640x800.jpg" width="320" height="320" loading="lazy" alt="" /> <h3 class="title title3"> Michael J. Castine, III, MD </h3> <p class="position"> Oncology and Hematology </p> <span class="read-bio">Read bio ></span> </a> </article> <article class="team-member"> <a href="https://www.hocbr.com/practitioner/kasey-gill-aprn-fnp/"> <img src="https://www.hocbr.com/wp-content/uploads/2024/03/HOC_Kasey-Gill_Headshot_241007-640x800.jpg" width="320" height="320" loading="lazy" alt="" /> <h3 class="title title3"> Kasey Gill, APRN, FNP </h3> <p class="position"> Nurse Practitioner </p> <span class="read-bio">Read bio ></span> </a> </article> <article class="team-member"> <a href="https://www.hocbr.com/practitioner/wendy-gill-np/"> <img src="https://www.hocbr.com/wp-content/uploads/2024/10/HOC_Wendy-Gill_Headshot_241007-640x800.jpg" width="320" height="320" loading="lazy" alt="" /> <h3 class="title title3"> Wendy Gill, NP </h3> <p class="position"> Nurse Practitioner </p> <span class="read-bio">Read bio ></span> </a> </article> </div></section> <section class="home-locations" id="locations"> <h2 class="section-title">Locations</h2> <div class="aon-container location-small"> <div class="location-cards" style="--columns: 1;"> <article class="location-card" id="location-71"> <h3 class="title title3"> Alexandria </h3> <p class="address"> 605 Medical Center Drive, <span style="white-space: nowrap">Suite B</span> <br /> Alexandria, <span style="white-space: nowrap">LA 71301</span> </p> <p class="additional-information"> Mon - Thu: 8:00 am - 4:30 pm<br /> Fri 8:00 am - 2:30 pm </p> <div class="lines"> <p>Phone: <a href="tel:(318) 579-7032">(318) 579-7032</a></p> <p>Fax: (866) 667-1532</p> </p> <a href="https://www.google.com/maps/dir/?api=1&destination=605+Medical+Center+Drive+suite+b%2C+Alexandria%2C+LA+71301%2C+USA&destination_place_id=Ejg2MDUgTWVkaWNhbCBDZW50ZXIgRHIgc3VpdGUgYiwgQWxleGFuZHJpYSwgTEEgNzEzMDEsIFVTQSIjGiEKFgoUChIJ-ymmpkhLJYYR5v0B0W0vYRoSB3N1aXRlIGI" target="_blank" class="directions" aria-label="Drive using Google Maps">Driving Directions > </a> </article> <article class="location-card" id="location-377"> <h3 class="title title3"> Zachary </h3> <p class="address"> 4242 Highway 19, <span style="white-space: nowrap">Suite B</span> <br /> Zachary, <span style="white-space: nowrap">LA 70791</span> </p> <p class="additional-information"> Mon - Thu: 8:00 am - 4:30 pm<br /> Fri: 8:00 am - 2:30 pm </p> <div class="lines"> <p>Phone: <a href="tel:(225) 306-7260">(225) 306-7260</a></p> <p>Fax: (855) 222-2113</p> </p> <a href="https://www.google.com/maps/dir/?api=1&destination=4242+Louisiana+19+suite+b%2C+Zachary%2C+LA+70791%2C+USA&destination_place_id=Eio0MjQyIExBLTE5IHN1aXRlIGIsIFphY2hhcnksIExBIDcwNzkxLCBVU0EiIxohChYKFAoSCTlakzRpnCaGERLnch_UHrwmEgdzdWl0ZSBi" target="_blank" class="directions" aria-label="Drive using Google Maps">Driving Directions > </a> </article> </div> <div id="homeMap"></div> </div> </section> <footer> <div class="aon-container site-map"> <div class="footer-main-container"><ul id="menu-footer-col-1" class="footer-main"> <li class="cpt-service menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children"> <span>Our Services</span> <ul class="sub-menu"> <li class=" menu-item menu-item-type-custom menu-item-object-custom"> <a href="https://www.hocbr.com/service/medical-oncology/" >Medical Oncology</a> </li> <li class=" menu-item menu-item-type-custom menu-item-object-custom"> <a href="https://www.hocbr.com/service/hematology/" >Hematology</a> </li> <li class=" menu-item menu-item-type-custom menu-item-object-custom"> <a href="https://www.hocbr.com/service/specialty-infusion-services/" >Specialty Infusion Services</a> </li> <li class=" menu-item menu-item-type-custom menu-item-object-custom"> <a href="https://www.hocbr.com/service/pathology/" >Pathology</a> </li> <li class=" menu-item menu-item-type-custom menu-item-object-custom"> <a href="https://www.hocbr.com/service/pharmacy/" >Pharmacy</a> </li> <li class=" menu-item menu-item-type-custom menu-item-object-custom"> <a href="https://www.hocbr.com/service/care-coordination/" >Care Coordination</a> </li> <li class=" menu-item menu-item-type-custom menu-item-object-custom"> <a href="https://www.hocbr.com/service/clinical-trials/" >Clinical Trials</a> </li> <li class=" menu-item menu-item-type-custom menu-item-object-custom"> <a href="https://www.hocbr.com/service/financial-support/" >Financial Support</a> </li> </ul> </li></ul></div> <div class="footer-main-container"><ul id="menu-footer-col-2" class="footer-main"> <li class=" menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children"> <span>For Patients</span> <ul class="sub-menu"> <li class=" menu-item menu-item-type-post_type menu-item-object-page"> <a href="https://www.hocbr.com/new-patient-information/" >New Patient Information</a> </li> <li class=" menu-item menu-item-type-custom menu-item-object-custom"> <a href="https://carespaceportal.com/" >Patient Portal</a> </li> <li class=" menu-item menu-item-type-post_type menu-item-object-page"> <a href="https://www.hocbr.com/make-a-payment/" >Make a Payment</a> </li> <li class=" menu-item menu-item-type-post_type_archive menu-item-object-blog"> <a href="https://www.hocbr.com/blog/" >Blogs</a> </li> <li class=" menu-item menu-item-type-custom menu-item-object-custom"> <a href="https://www.aoncology.com/patient-resources/" >Resources</a> </li> </ul> </li> <li class=" menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children"> <span>About Us</span> <ul class="sub-menu"> <li class=" menu-item menu-item-type-post_type menu-item-object-page"> <a href="https://www.hocbr.com/about-us/" >About Us</a> </li> <li class=" menu-item menu-item-type-custom menu-item-object-custom"> <a href="https://www.aoncology.com/apply/HOC" >Careers</a> </li> <li class=" menu-item menu-item-type-post_type_archive menu-item-object-news"> <a href="https://www.hocbr.com/news/" >News</a> </li> </ul> </li></ul></div> <div class="contact-points"> <a href="https://www.facebook.com/HematologyOncologyClinic/" target="_blank" class="facebook"><img class="facebook-logo" alt="Facebook" src="https://www.hocbr.com/wp-content/themes/aon2022theme/media/facebook-round.svg" width="30" height="30">Join the conversation</a> <a href="/"><img class="practice-logo" alt="Hematology Oncology Clinic Logo" src="https://www.hocbr.com/wp-content/uploads/2024/10/Hematology-Oncology-Clinic-HOC-white.svg" width="300" height="150"></a> <a href="https://www.aoncology.com/"><img class="aon-logo" alt="American Oncology Network" src="https://www.hocbr.com/wp-content/themes/aon2022theme/media/AON_Logo_White.svg" width="300" height="100"></a> </div> </div> <div class="aon-container legal"> <div class="footer-legal-container"><ul id="menu-footer-legal" class="footer-legal"><li id="menu-item-195" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-195"><a rel="privacy-policy" href="https://www.hocbr.com/privacy-policy/">Privacy Policy</a></li> <li id="menu-item-196" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-196"><a href="https://www.hocbr.com/terms-and-conditions/">Terms and Conditions</a></li> <li id="menu-item-345" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-345"><a href="https://www.aoncology.com/policies/HOC_NPP.pdf">Notice of Privacy Practices</a></li> </ul></div> <div>Copyright © | Hematology Oncology Clinic</div> </div> </footer> <script async src="https://www.aoncology.com/accessibility/accessibility.js"></script> <script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/aon2022theme\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> </body> </html>