/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.header-gradient {
    background-image: linear-gradient(to right, #068EAA, #024957);
}

.green-gradient {
    background-image: linear-gradient(to bottom, #068EAA, #024957);
}

.green-gradient-to-top {
    background-image: linear-gradient(to top, #068EAA, #024957);
}

.blue-gradient-to-top {
    background-image: linear-gradient(to top, #024957, #068EAA);
}

.blue-gradient-to-bottom {
    background-image: linear-gradient(to top, #024957, #068EAA);
}

.pad-25 {
    padding: 25%;
}

.bg-lightblue-abstract {
    background-image: url("/images/images/1_Canine_Homepage/texture_block_blu.webp");
}

.bg-darkblue-abstract {
    background-image: url("/images/images/1_Canine_Homepage/texture_block_DKblu.webp");
}

.bg-lightgreen-abstract {
    background-image: url("/images/texture_blocks_blu.png");
}

.bg-solid-lightblue {
    background-color: #008299;
}


.underline {
    font-family: var(--cnvs-body-font);
    color: white;
    text-decoration: underline !important;
    text-decoration-color: #f6c855 !important;
    text-underline-offset: .25em;
}

a.link {
    color: white;
    text-decoration: underline !important;
    text-decoration-color: white !important;
    text-underline-offset: .25em;
}

a.underline_green {
    font-family: Barlow;
    text-decoration: underline !important;
    text-decoration-color: #F1A053 !important;
    text-underline-offset: .25em;
    color: #AEE6E6;
    font-weight: 600;
}


a.footerlink {
    font-family: Barlow;
    color: #000;
    font-weight: 400;
}

    a.footerlink:hover {
        font-family: Barlow;
        color: #000;
        font-weight: 400;
        color: #068EAA;
    }



.bg-green-abstract {
    background-image: url("/images/for-vets/abstract.png");
}

.text-white {
    color: white;
}

.text-yellow {
    color: #F1A053;
}

ul li::before {
    color: #F1A053; /* Change the color */
}

.title-underline {
    position: relative;
    padding-bottom: 20px;
}

    .title-underline:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        right: 0;
        background: #F1A053;
        height: 4px;
        border-radius: 10px;
    }

h1.text-darkblue {
    color: #003843;
    font-weight: 600;
    font-family: Barlow;
}

.text-white.textItalic {
    color: white;
    font-style: italic;
    font-weight: 600 !important;
}


.content-wrap-all {
    position: relative;
    padding: var(--cnvs-content-padding) var(--cnvs-content-padding);
    overflow: hidden;
}

.content-wrap-tight {
    position: relative;
    padding: 3rem;
    overflow: hidden;
}

.content-wrap-nopadding {
    position: relative;
    overflow: hidden;
}

.content-wrap-lesspadding {
    position: relative;
    overflow: hidden;
    padding: 2rem;
}

.button-lightblue {
    background-image: linear-gradient(to top, #69BFD0, white);
    border: 2px solid #013927;
    color: #013927;
    font-weight: 800;
    font-family: Barlow;
    letter-spacing: 1.5px;
}

.button-orange {
    background: linear-gradient(to bottom, #fcd399, #f19d37);
    border: 2px solid #013927;
    color: #003843;
    font-weight: 800;
    font-family: Barlow;
    letter-spacing: 1.5px;
}

.button-solidlightblue {
    background-color: #008099;
    border: 1px solid #fff;
    color: #013927;
    font-weight: 600;
    font-family: Barlow;
    letter-spacing: 1.5px;
}

.vertical-end {
    z-index: 3;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 80%;
    justify-content: end;
    flex-flow: column;
}

.subtext-white-ital {
    color: white;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    font-family: Barlow;
}

.strong {
    font-weight: 600 !important;
}

.col-padding.tight-right {
    padding-right: 0px;
}

.text-teal {
    color: #068EAA;
    font-weight: 400 !important;
    font-family: Barlow;
    text-align: left;
}




.banner-text-teal {
    color: #AEE6E6;
    font-size: 36px;
    font-weight: 400 !important;
    font-family: Barlow;
}

.banner-text-teal-noIt {
    color: #AEE6E6;
    font-size: 36px;
    font-weight: 400 !important;
    font-family: Barlow;
}

.subtext-teal {
    color: #068EAA;
    font-size: 10px;
    font-weight: 400 !important;
    font-family: Barlow;
    font-style: italic;
    text-align: left;
}

.subtext-orange {
    color: #F1A053;
    font-size: 30px;
    font-weight: 400 !important;
    font-family: Barlow;
    text-align: left;
}


@media screen and (min-width: 1000px) {
    .btn-setwidth {
        width: 50%;
        white-space: normal;
    }
}



@media screen and (max-width: 999px) {
    .btn-setwidth {
        width: 100%;
        white-space: normal;
    }
}

.button.button-yellow {
    background-image: linear-gradient(to top, #f7ca5b, white);
    border: 2px solid transparent;
    background-origin: border-box;
    color: #013927;
    font-weight: 600;
    font-family: Barlow;
    letter-spacing: 1.5px;
}

.button.button-blue {
    color: #068EAA;
    font-size: 26px;
    font-weight: 400 !important;
    font-family: Barlow;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.button.button-darkblue {
    background-image: linear-gradient(to top, #068EAA, #003843);
    border: 2px solid #013927;
    color: #fff;
    font-weight: 600;
    font-family: Barlow;
    letter-spacing: 1.5px;
}


.bottom-arrow:before {
    z-index: 999;
    content: '';
    position: absolute;
    left: 15%;
    right: 0;
    width: 0;
    height: 0;
    border-top: 45px solid #006072;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
}

.bottom-arrow-blue:before {
    z-index: 999;
    content: '';
    position: absolute;
    left: 15%;
    right: 0;
    width: 0;
    height: 0;
    border-top: 45px solid #068EAA;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
}
/* Height of largest paragraph text */
/*@media screen and (min-width: 800px) {
    .min-height {
        min-height: 120px;
    }
}*/
.green-tint2 {
    background: linear-gradient( rgba(1, 57, 39, .8), rgba(1, 57, 39, .8) ), url(/images/Group1022.PNG);
    background-size: cover;
    min-height: 300px;
}

hr.yellow-sperator {
    border: 5px solid #F1A053;
    opacity: unset;
    padding: 0px;
    margin: 0px;
}

.accordion-border {
    border: var(--cnvs-accordion-border-size) none var(--cnvs-accordion-border-color);
    border-radius: var(--cnvs-toggle-border-radius);
}


.accordion-border {
    border-bottom: 1px solid #AEE6E6;
    border-radius: var(--cnvs-toggle-border-radius);
}

.accordion-title {
    color: white;
    font-family: Barlow;
    font-weight: 600;
    font-size: 34px;
}

hr.yellow {
    border: 1px solid #F1A053;
    border-radius: 1px;
    opacity: unset;
}

hr.white {
    border: 1px solid white;
    border-radius: 1px;
    opacity: unset;
}

hr.white-thin {
    border: 1px solid white;
    border-radius: 3px;
    opacity: unset;
    margin-right: 50px;
}

hr.black-thin {
    border: 1px solid black;
    border-radius: 3px;
    opacity: unset;
}

hr.yellow-thin {
    border: 1px solid #F1A053;
    border-radius: 3px;
    opacity: unset;
    margin-right: 50px;
}

hr.yellowchart {
    border: 2px solid #F1A053;
    opacity: unset;
}

h1.hero {
    color: white;
    font-family: Barlow;
    font-weight: 600 !important;
    font-size: 90px;
    line-height: 80px;
}

.yellow {
    color: #f6c855;
}


@media screen and (max-width: 800px) {
    h1.hero {
        color: white;
        font-family: Barlow;
        font-weight: 600;
        font-size: 40px;
        word-wrap: break-word;
        line-height: 80px;
    }


    h1.text-darkblue {
        color: #003843;
        font-weight: 600;
        font-family: Barlow;
        text-align: center;
    }
}




h1.white {
    color: white;
    font-family: Barlow;
    font-weight: 600;
    font-size: 48px;
    line-height: 70px;
}

h2.white {
    color: white;
    font-family: Barlow;
    font-weight: 600;
    font-size: 40px;
/*    line-height: 70px;
*/}

h2.white-italic {
    color: white;
    font-family: Barlow;
    font-weight: 400;
    font-size: 30px;
    font-style: italic;
}

@media screen and (max-width: 800px) {
    h1.white {
        color: white;
        font-family: Barlow;
        font-weight: 600;
        font-size: 40px;
        word-wrap: break-word;
        line-height: 70px;
    }

    .button-orange {
        background: linear-gradient(to bottom, #fcd399, #f19d37);
        border: 2px solid #013927;
        color: #003843;
        font-family: Barlow;
        letter-spacing: 1.5px;
        width: 100%;
    }
}

.header-section {
    color: white;
    font-weight: 400 !important;
    font-family: Barlow;
    text-align: left;
    font-size: 100px;
}

h1.header-section {
    color: white;
    font-family: Barlow;
    font-weight: 400;
    font-size: 60px;
}

h1.white-slim {
    color: white;
    font-family: Barlow;
    font-weight: 400;
    font-size: 50px;
}

h4.white-slim {
    color: white;
    font-family: Barlow;
    font-weight: 400;
    font-size: 40px;
}

img.svg-icon {
    height: 100px;
    padding-bottom: 10px;
}

.bg-green {
    background-color: #013927;
}

.bg-lightgreen {
    background-color: #165843;
}

.bg-lightblue {
    background-color: #008099;
}

.bg-lighterblue {
    background-color: #69BFD0;
}

.bg-darkblue {
    background-color: #003843;
}

.bg-topbar {
    background-color: #e5a462 !important;
}


.bg-darktealblue {
    background-color: #024957;
}

.bg-tealbluebanner {
    background-color: #006072;
}




.bg-tealblue {
    background-color: #006072;
}

.text-darkblue {
    color: #003843;
    font-weight: 600 !important;
    font-family: Barlow;
}

.text-lightgreen {
    color: #a4d0ab;
}


h1.callout {
    color: white;
    font-weight: 400;
    font-family: Barlow;
}



.subtext-teal {
    color: #008099;
    font-size: 40px;
    font-weight: 400 !important;
    font-family: Barlow;
}

@media screen and (min-width: 800px) and (orientation: landscape) {
    .vl {
        border-right: solid 2px #F1A053;
    }

    .vlr {
        border-left: solid 2px #F1A053;
    }

    h1.white-slim {
        color: white;
        font-family: Barlow;
        font-weight: 400;
        font-size: 30px;
    }


    .text-darkblue {
        color: #003843;
        font-size: 20px;
        font-weight: 600 !important;
        font-family: Barlow;
    }
}

.text-darkblue-a {
    color: #003843;
    font-weight: 600 !important;
    font-family: Barlow;
}

.subtext {
    font-style: italic;
    color: #c5ddbb;
    font-size: 20px;
    font-weight: 400 !important;
    font-family: Barlow;
}

.subtext-teal {
    color: #AEE6E6;
    font-size: 25px;
    font-weight: 400 !important;
    font-family: Barlow;
    text-align: left;
}

.subtext-white {
    color: #fff;
    font-size: 20px;
    font-weight: 400 !important;
    font-family: Barlow;
}

.subtext-reg {
    color: #c5ddbb;
    font-size: 20px;
    font-weight: 600 !important;
    font-family: Barlow;
}


.subtext-reg-white {
    color: #fff;
    font-size: 24px;
    font-weight: 600 !important;
    font-family: Barlow;
    font-style: italic;
}

@media screen and (min-width: 800px) and (orientation: landscape) {
    .vll:before {
        border-left: thick solid #F1A053;
    }

    .vlboth {
        border-right: thick solid #F1A053;
        border-left: thick solid #F1A053;
    }


    .vlr:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 10px;
        width: 5px;
        height: 100%;
        background-color: #f6c855;
    }

    .vlrtop:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        border-start-end-radius: 10px;
        border-start-start-radius: 10px;
        width: 4px;
        height: 100%;
        background-color: #F1A053;
    }

    .vlrbottom:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        border-end-end-radius: 10px;
        border-end-start-radius: 10px;
        width: 4px;
        height: 100%;
        background-color: #F1A053;
    }

    .vllbottom:after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        border-end-end-radius: 10px;
        border-end-start-radius: 10px;
        width: 4px;
        height: 100%;
        background-color: #F1A053;
    }

    .vlltop:after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        border-start-end-radius: 10px;
        border-start-start-radius: 10px;
        width: 4px;
        height: 100%;
        background-color: #F1A053;
    }

    .vlb {
        border-bottom: thick solid #F1A053;
    }
}

@media screen and (min-width: 768px) {
    .vll2 {
        border-left: 3px solid #F1A053;
    }
}

.vlr2 {
    border-right: 3px solid #F1A053;
}

h1 sup {
    font-size: .4em;
    vertical-align: top;
    line-height: 60px;
    margin-left: 0px;
}

.active {
    text-decoration: underline !important;
    text-decoration-color: #F1A053 !important;
    text-underline-offset: .60em;
    text-decoration-thickness: 3px !important;
}

.header-prescribe {
    color: #AEE6E6;
    font-size: smaller;
    font-family: Barlow, sans-serif;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.fa-solid {
    vertical-align: unset !important;
}

@media screen and (min-width: 1000px) {
    .btn-setwidth {
        width: 50%;
    }
}

@media screen and (max-width: 999px) {
    .btn-setwidth {
        width: 100%;
    }
}

.anchor {
    scroll-margin-top: 100px;
}

fieldset {
}

.f-border {
    border: 4px solid black;
}

legend {
    width: auto;
    color: white;
    font-family: Barlow;
    font-weight: 600;
    font-size: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.fw-slightlybold {
    font-weight: 500;
}

.text-60 {
    font-size: 60%;
}

.modern-btn {
    border-radius: var(--bs-border-radius-pill) !important;
    background-color: #008099;
    border: 2px solid #f6c855;
    text-align: start;
    color: white;
}

    .modern-btn::placeholder { /* Most modern browsers support this now. */
        color: white;
    }

    .modern-btn:focus {
        background-color: #008099;
        color: white;
    }

/* Modal fix */
body {
    padding-right: 0px !important
}

#closemodal {
    cursor: pointer;
}
