@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');
/* AB Testing Changes */
/* sections */
    /* default styles */
    /* navigation */
        /* navigation hamburger menu */
    /* splash */
    /* standard bands */
    /* gravity forms */
    /* pet gallery promo */
    
.menu-item-has-children {
    flex-direction: column;
    align-items: flex-start;
}

.sub-menu > li > .sub-menu > li > a {
    white-space: nowrap;
}

#holiday-message {
    display: none !important;
}

.transition-container {
    bottom: -2px !important;
}

/* Urgent care banner notice */
#notice {
    display: none !important;
    position: relative;
    background: #FCF3E2;
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}

#notice .col {
    margin: 0;
    box-sizing: border-box;
    padding: 10px;
}

#notice-btn {
    width: fit-content;
    padding: 10px 30px;
    background: #8E2224;
    color: white;
    border-radius: 50px;
    height: auto;
    text-align: center;
    margin: 0 10px;
    white-space: nowrap;
}

#notice-text {
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 10px;
    color: #8E2224;
    text-align: center;
    font-weight: bold;
}

#notice-close {
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #8E2224;
}

/* Urgent care banner notice */
#uc-notice {
    position: relative;
    background: #FCF3E2;
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}

#uc-notice .col {
    margin: 0;
    box-sizing: border-box;
    padding: 10px;
}

#uc-notice-btn {
    width: fit-content;
    padding: 10px 30px;
    background: #8E2224;
    color: white;
    border-radius: 50px;
    height: auto;
    text-align: center;
    margin: 0 10px;
    white-space: nowrap;
}

#uc-notice-text {
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 10px;
    color: #8E2224;
    text-align: center;
    font-weight: bold;
}

#uc-notice-close {
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #8E2224;
}

/* wellness popup */

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#popup {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: #00000057;
    margin: 0;
    padding: 25px;
    box-sizing: border-box;
    z-index: 999999;
    animation: fadeIn 1s ease-in-out forwards;
}

#popup .col {
    margin: 0 auto;
    max-width: 600px;
    height: auto;
    box-sizing: border-box;
    background: #E3EAAF;
    padding: 50px 25px;
    position: relative;
}

#popup h2, #popup p, #popup sub, #popup-button, #popup-close {
    color: #285B42;
}

#popup sub {
    padding-top: 25px;
}

#popup h2 {
    margin-top: 0;
}

#popup-button {
    width: 100%;
    height: auto;
    padding: 10px 0;
    text-align: center;
    background: white;
    border-radius: 50px;
    font-weight: bold;
    box-sizing: border-box;
    max-width: 400px;
}

#popup-close {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 25px !important;
}

/* holiday message */
.holiday-message {
    position: absolute;
    bottom: 25px;
    margin: 0;
    background: #fff;
    box-sizing: border-box;
    padding: 0 15px;
    display: flex;
    text-align: center;
    border-radius: 50px;
    justify-content: center;
    font-size: 16px;
    align-items: center;
    animation: fadeInUp 2s;
    animation-fill-mode: forwards;
}

a.btn {
  box-shadow : rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  border : none;
  text-align: center;
}

a.btn--splash, a.btn--header, .card--middle a {
  border : 2px solid white;
}

a.btn:hover {
  box-shadow : rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px 0px 0px inset;
}

/* put all default styles here */

*:focus {
    outline-color: #ffc107;
    outline-offset: 1px;
}

body {
    margin: 0;
}

html {
    overflow-x: hidden;
}

a.hidden {
    position: absolute;
    top: 0;
    color: black;
    z-index: 99999;
    transform: translateY(-100%);
    opacity: 0;
}

a.hidden:focus {
    transform: translateY(0%);
    opacity: 1;
}


.floater-right {
	float: right;
	margin: 25px;
}
	
.floater-left {
	float: left;
	margin: 25px;
}


@-webkit-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@-moz-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-100px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}

@keyframes fadeInUp{
    0%{transform:translate(0px, 100px); opacity: 0;}
    100%{transform:translate(0px, 0); opacity: 1;}
  }

iframe.half {
    width: 50%;
    height: 400px;
}

/* blog styles */

.all-articles .attachment-post-thumbnail {
    max-height: 225px;
    object-fit:cover;
    border-radius: 8px;
    width: 100% !important; 
}

.all-articles .entry-header, .all-articles .entry-content {
    padding: 0px 10px;
}

.all-articles .entry-title {
    font-size: 24px;
    line-height: 24px;
    margin: 10px 0px;
}

.all-articles .entry-content p {
    font-size: 15px;
    color: #989898;
}

.single-item .attachment-post-thumbnail {
    width: 100% !important;
    object-fit:cover;
    max-height:450px;
    border-radius: 8px;
    height:45vw;
}

.single-item article {
    padding: 20px;
    margin-top:50px;
    background:white;
    border-radius: 8px;
    position:relative;
    z-index: 1;
}

.single-item .entry-title {
    font-size: calc(18px + 1.5vw);
}

.blog-color {
    width: 100%;
    height:35vw;
    position: absolute;
    z-index: 0;
    max-height: 350px;
}

.screen-reader-text {display: none;}

.nav-links * {margin: 5px;}

.page-numbers {font-size: 20px !important;}

.page-numbers.current {
    font-weight: 700;
    background: #333333;
    color: white;
    padding: 0px 10px;
}
/* general styles */

.light {
    font-weight: 500;
}

.center--width {
    max-width: 600px;
    width: 95%;
}

.max-width-screen {
    max-width: 1200px;
    width: 95%;
}

.margin--none {
    margin: 0px;
}

.margin__top--none {
    margin-top: 0px;
}

.margin__bottom--none {
    margin-bottom: 0px;
}

.margin__vert--sm {
    margin: 10px 0px;
}

.margin__vert--med {
    margin: 25px 0px;
}

.text-center {
    text-align: center;
}
        /*ease of use elements, really only use for outer markup or else could be confusing/too much */

.fullwidth {
    display: flex;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow: hidden;
}

.fullwidth--centered {
    justify-content: center;
    align-items: center;
}

.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

.flex--row {
    flex-direction: row;
}

.flex--column {
    flex-direction: column;
}

.flex--wrap {
    flex-wrap: wrap;
}

.vert__padding--sm {
    padding-top: 25px;
    padding-bottom: 25px;
}

.vert__padding--med {
    padding-top: 50px;
    padding-bottom: 50px;
}

.vert__padding--large {
    padding-top: 100px;
    padding-bottom: 100px;
}

.vert__margin--sm {
    margin: 10px 0px;
}

.vert__margin--large {
    margin: 25px 0px;
}

.padding--sm {
    padding: 25px;
}

.width-contain {
    display: flex;max-width: 1200px;align-items: center;width: 95%;flex-wrap: wrap;
}

.text-center-width {
    width: 95%;
    text-align: center;
}

/* Buttons */

.btn {
    display: flex;
    height: 40px;
    width: fit-content;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all .25s;
}

.btn:visited {color: inherit !important; text-decoration: none;}


/* navigation */

.navigation__container {
    display: flex;
    width: 100%;
    position: sticky;
    z-index: 999;
    top: 0;
    background-color: white;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 20%);
    backface-visibility: hidden;
    transform-style: preserver-3d;
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
}

.main-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-width-container {
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 98%;
}

.menu-toggle {
    display: none;
}

#primary-menu {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}

.menu-item {
    margin: 0px 10px;
    text-decoration: none;
    display: flex;
}

.menu-item > a {
    text-decoration: none;
}

.menu-item-has-children > a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-item-has-children > a::after {
    content: "";
    border-style: solid;
    border-width: 5px 5px 0 5px;
    max-height: 10px;
    margin-left: 8px;
    transition: all .25s;
}

.menu-item-has-children.clicked > a::after {
    content: "";
    border-style: solid;
    border-width: 5px 5px 0 5px;
    max-height: 10px;
    margin-left: 8px;
    transform: rotate(180deg);
    transition: all .25s;
}

.menu-item-has-children.clicked > .sub-menu {
    display: block;
}

.appointment-button-hidden {
    display: none;
}
    
.sub-menu {
    display: none;
    position: absolute;
    flex-direction: column;
    list-style: none;
    padding: 10px;
    margin-top: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.3); 
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.3);    
}

.sub-menu > li {
    margin: 10px;
    margin-right: 30px;
}

.columnize {
    column-count: 2;
    padding-top: 20px;
}

.columnize > li:first-child {
    margin-top: 0px;
}

.columnize > li {
    margin-right: 0px !important;
}

/* top banner new */
.top-banner {
    margin: 0px;
}

.banner-desktop, .banner-mobile {
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.banner-desktop {
    display: flex;
    justify-content: center;
}

.banner-mobile {
    display: none;
    justify-content: space-around;
}

.banner-mobile .btn--banner {
    text-decoration: none !important;
}

.btn--banner {
    font-size: 12px !important;
    color: white;
    text-align: center;
}

.btn--banner i {
    margin-right: 5px;
}

.appointment__float {
    display: none !important;
}

/*navigation hamburger menu */

#nav-icon {display: none;}

#nav-icon {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 50px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin: 0;
    margin-right: 25px;
  }
  
  #nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

#nav-icon span:nth-child(1) {
    top: 0px;
  }
  
#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
    top: 9px;
}
  
#nav-icon span:nth-child(4) {
    top: 18px;
}
  
#nav-icon.open span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%;
}
  
#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
  
#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
  
#nav-icon.open span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%;
}

.menu-main-navigation-container {
    display: flex;
}

/* splash */



.splash {
    display: flex;
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
    animation: backgroundAnimated 40s infinite;
    justify-content: center;
    align-items: center;
}

.splash__content {
    position: relative;
    height: auto;
    transition: all .25s;
    max-width: none !important;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 1450px !important;
}

.splash__text {
    max-width: 593px;
    position: relative;
    z-index: 10;
    transition: all .25s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #ffffffd5;
    padding: 25px;
    margin-left: 25px;
    box-sizing: border-box;
}

.splash__text > * {
    text-align: center;
}

.splash__graphic {
    display: flex;
    height: 500px;
    width: 75%;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    transition: all .25s;
}

.splash__graphic > img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 5;
    transition: all .25s;
}

.splash__graphic--square {
    width: 50vw;
    height: 500px;
    border-radius: 0;
    background: url("bg2.jpg");
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0px;
    z-index: 2;
    animation: backgroundAnimated 40s infinite;
    overflow: hidden;
}

.splash__graphic--square2 {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: yellow;
    position: absolute;
    right: 0;
}

/*

.splash__graphic--square::before {
    content: "";
    display: flex;
    height: 150%;
    width: 150%;
    background: #5c6c7c;
    top: 0px;
    left: 0px;
    animation: swipe 8s infinite;
    animation-delay: 1.1s;
    transform: translateX(-101%);
}
*/
/* standard bands */

.interior__title__band {
    height: auto !important;
    max-height: none !important;
    min-height: 250px !important;
}

.dogcutout {
    width: 25%;
    height: auto;
    align-self: flex-end;
    min-width: 255px;
}

.band--thin {
    display: flex;
    min-height: 33px;
    flex-wrap: wrap;
    font-weight: 600;
}

.band--thin p {
    padding: 5px 20px;
    border-radius: 0px;
}

.band--thin p,.band--thin a {
    margin: 5px;
}

.band--wave {
    display: flex;
    height: 100px;
    width: 100%;
} 
.band--wave img {
    width: 100vw;
    height: 100%;
    transition: none;
}
.band--wave.reverse img {
    width: 100vw;
    height: 100%;
    transition: none;
    transform: rotate(180deg);
}

img.whitewave {
    width: 100vw;
    height: auto;
    max-height: 60px;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 40;
}

.band--main {
    position: relative;
}

.band--main.reverse {
    flex-direction: row-reverse;
}
.band--main.reverse > .band--main__text {
    align-items: flex-start;
}

.band--main__text {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: flex-end;
    justify-content: center;
    margin: 0px 50px;
}

.band--main h2.subtitle {
    display: flex;
    margin-bottom: 10px;
    flex-direction: column;
}

span.subtitle--location {
    font-size: 26px;
    padding-left: 10px;
    padding-top: 5px;
    font-family: inherit;
}

.band--main__text > div {
    max-width: 600px;
    width: 90%;
}

.band--main__text > * {
    padding-left: 25px;
    padding-right: 25px;
}

.terms {
    align-items: center;
    padding: 20px 0px;
}

.terms > p {
    margin: 10px 25px;
    font-weight: 600;
    position: relative;
}

.terms > p::before {
    content: "\f1b0";
    position: absolute;
    left: -25px;
    bottom: 2px;
    color: #2073ac;
    font-size: 20px;
    font-family: 'Font Awesome 5 Free';
}

.band--main__image {
    position: relative;
    height: auto;
    width: 50%;
    min-width: 680px;
}

/* cards */

.card {
    max-width: 350px;
    width: 98%;
    height: auto;
    margin: 5px;
    margin-bottom: 20px;
}

.card--text {
    min-height: 100%;
    border: 2px solid #e3e3e3;
    border-radius: 0px;
    padding: 25px;
    width: 75% !important;
}

.card--text h2 {
    font-size: 24px;
    padding: 0px 5px;
}

.card--text p {
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.card--text a {
    font-size: 20px;
    padding: 5px;
    color: #2174ac;
    background: #efefef;
}

.card--image a {
    font-size: 20px;
    padding: 10px 25px;
    background: white;
    color: #333333;
    font-weight: 700;
    margin-bottom: 25px;
}

.card--text a:hover, .card--image a:hover {
    text-decoration: underline;
}

.img__square {
    height: 75px;
    width: 75px;
    padding: 8px;
}

.img__square > img {
    max-width: 100%;
    max-height: 100%;
}

img.arrow {
    height: 16px;
    width: auto;
    margin: 10px;
}

.card--image {
    margin-bottom: none;
    margin: 25px;
}
.card--image > .img {
    width: 100%;
    height: 175px;
    background-size: cover;
}

.card--white {
    display: flex;
    width: 75%;
    height: auto;
    max-width: 600px;
    background: white;
    border-radius: 6px;
    padding: 25px 20px 25px 50px;
    position: relative;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.19); 
box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.19);
}

.card--white > .quote {
    position: absolute;
    left: 0;
    top: 25px;
    max-width: 100%;
    max-height: 100%;
}

.card--middle {
    display: flex;
    width: 90%;
    max-width: 800px;
    height: auto;
    padding: 25px 0px;
}

.card--middle > p, .card--middle > h2 {
    width: 90%;
}

.quote--pic {
    user-select: none;
    height:50px;
    width:50px;
    border-radius:50%;
    text-align:center;
    color:white;
    font-size:24px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.quote--info {
    justify-content: space-between;
    align-items: center;
}

.quote--info > div p {
    padding: 10px;
}

/* appointment float */

    .appointment__float {display:none;}
    @media screen and (max-width: 850px){
    .appointment__float {
        display: flex;
            height: 40px;
            justify-content: center;
            align-items: center;
            position: fixed;
            bottom: 0;
            right: 0;
            z-index: 999;
            margin: 0 auto;
            margin-bottom: 10px;
            -webkit-box-shadow: 0px 0px 15px -2px #939393;
            box-shadow: 0px 0px 15px -2px #00000047;
            margin-right: 10px;
            transition: all 1s;
            width: fit-content;
        padding: 0px 12px;
        font-size: 14px;
        font-weight: 600;
        border-radius: 0px;
    }

    .appointment__float--hidden {
    visibility: hidden;
    opacity: 0;
    transition: all 1s;
    }
    .appointment__float--visible {
    visibility: visible;
    opacity: 1;
    transition: all 1s;
    }
    }


/* footer */

.footer-cta {
    margin-top: 50px !important;
    background: #EDEDED;
    justify-content: space-between !important;
    overflow: hidden;
}

.footer-cta-text {
    padding: 25px; 
    box-sizing: border-box;
    justify-content: center;
    align-items: flex-end;
    display: flex;
    width: 100vw;
}

.footer-cta-text > div {
    max-width: 750px;
}

.footer-cta-text h2 {
    margin-bottom: 18px;
}

.footer-cta-img {
    margin-bottom: 0px;
}

.footer-cta-img img {
    width:100%;
    height:100%;
    object-fit: cover;
    max-height: 500px;
}

.footer {
    position: relative;
}

.footer p, .footer a {
    margin: 0px;
    margin-bottom: 5px;
} .footer div {
    margin: 20px;
}

.footer .band--thin a {
    text-decoration: underline;
}

.social__icons {
    display: flex;
    position: absolute;
    top: 0px;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    border-radius: 25px;
    
}

.social__icons > i {
    margin: 5px;
}


/* meet our team */

/* selection bar */
.selection {
    display: flex;
    width: fit-content;
    min-height: 45px;
    height: auto;
    border-radius: 15px;
    padding: 10px 10px;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: inset 0px 7px 6px -3px rgba(163,163,163,0.24); 
    box-shadow: inset 0px 7px 6px -3px rgba(163,163,163,0.24);
    flex-wrap: wrap;
}

.selection > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 40px;
    padding: 0px 20px;
    border-radius: 5px;
    color: black !important;
}
.selection > a:hover {
    cursor: pointer;
}

.selection > a.selected {
    background: white;
    -webkit-box-shadow: 0px 6px 15px -3px rgba(0,0,0,0.16); 
box-shadow: 0px 6px 15px -3px rgba(0,0,0,0.16);
}

.category--content {
    visibility: hidden;
    height: 0px;
    opacity: 0;
    transition: all .5s;
    padding:0;
    overflow: hidden;
}

.category--content[data-selected="selected"] {
    visibility: visible;
    opacity: 1;
    transition: all .5s;
    height: auto;
    padding-top: 25px;
}

.vetcontainer > img {
    min-width: 250px;
    max-width: 250px;
    min-height: 350px;
    max-height:350px;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 15%) 0px 10px 15px -3px, rgb(0 0 0 / 10%) 0px 4px 6px -2px;
    margin: 10px;
}

.vetcontainer > div {
    max-width: 800px;
    padding-left: 25px;
}

.vetcontainer h3 {
    background: #F9F9F9;
    width: fit-content;
    border: 2px solid #dbdada;
    border-radius: 5px;
    padding: 5px 25px;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0px;
}

/* Accordian */

.accordian-item {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 0px;
    font-weight: 600;
    border-radius: 4px;
    font-size: 20px;
    margin: 10px 0px;
    transition: all .15s;
}

.accordian-item:hover {
    cursor: pointer;
}

.accordian-item.selected {
    transition: all .15s;
}

.accordian-item::before {
    content: "+";
    padding: 0px 10px;
    font-size: 22px;
    padding-left: 25px;
}

.accordian-item.selected::before {
    content: "-";
}

.accordian-item__container {
    overflow: visible;
}

.accordian-item__container div {
    width: 96%;
    padding-left: 10px;
}

.category-description {
    transform: scaleY(0);
    max-height: 0px;
    transform-origin: top;
    height: auto;
    visibility: hidden;
    opacity: 0;
}

.category-description.selected {
    transform: scaleY(1);
    visibility: visible;
    max-height: 9999px;
    opacity: 1;
padding-top: 15px;
    padding-bottom: 15px;
}

/* canvas */

#confetti {
    position: absolute;
    top: 0;
}

/* gravity forms */
.gform_wrapper input, .gform_wrapper select, .gform_wrapper textarea {
    background: #F9F9F9;
    border: 2px solid #dbdada;
    border-radius: 4px;
    padding: 10px !important;
}

.gform_wrapper h6 {
    font-size: 18px;
}

.gform_wrapper .gform_button {
    background: #3e3d3d !important;
    color: white !important;
    border-radius: 8px;
    padding: 12px 25px !important;
    font-size: 18px;
    font-weight: 600;
}

.gform_wrapper .gform_button:hover {
    cursor: pointer;
}

/* pet gallery promo */

.pet-gallery-promo h2 {
    width: 98%;
}

.pet-pic-container {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 75px;
}
.pet-pic {
	width: 250px;
	height: 400px;
	overflow: visible;
}
	
.pet-pic img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
	
.pet-pic-1 img {
	transform: translateX(25px) translateY(-50px);
}
	
.pet-pic-2 {z-index:3;padding:15px;}
	
.pet-pic-3 img {
	transform: translateX(-25px) translateY(-50px);
}

/* dach */
#discount-dach {
    justify-content: center;
    align-items: flex-start;
    max-height: 550px;
}


@media screen and (max-width: 1178px) {

    /* dach */
    #discount-dach {
        max-height: 900px;
    }
    /* navigation */
    .nav-width-container {flex-direction: column;}
    .navigation__container {height: 175px;}
    /*.margined-band {margin-top: 175px;}*/

    /* splash */

    .splash {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .splash__graphic {
        width: 95%;
    }

    .splash__graphic--square {
        height: 78%;
        width: 75%;
        bottom: 0px;
    }

    /* buttons */

    .btn--splash {
        padding: 2px 10px;
        font-size: 16px;
    }

    /* Bands */

    .band--main {
        flex-direction: column-reverse;
        padding-top: 0px;
    }

    .band--main.reverse {
        flex-direction: column;
        padding-bottom: 0px;
    }

    .band--main.reverse .band--main__text {
        padding-top: none;
        padding-bottom: 50px;
    }

    .band--main__text {
        align-items: center !important;
        justify-content: center !important;
        width: 100%;
        padding-top: 50px;
    }

    .band--main__text > div {
        max-width: 800px;
    }

    .band--main__image {
        width: 100%;
        transition: none;
        min-width: 0px;
    }


}


@media screen and (max-width: 850px) {
    /* Urgent care banner */
    #notice-text {
        font-size: 12px !important;
    }
    
    #notice-btn {
        font-size: 12px !important;
        padding: 10px;
    }
    
    /* navigation */

    /*top banner new*/
    .top-banner {
        margin: 0px;
        position: sticky;
        top: 60px;
        z-index: 99;
    }

    
    .banner-desktop {
        display: none;
    }
    
    .banner-mobile {
        display: flex;
    }
    
    .navigation__container {height: 60px !important;}
    /*.margined-band {margin-top: 60px !important;}*/
    .nav-width-container {flex-direction: row;}
    .btn--header {display: none;}
    .appointment-button-hidden {display: flex;}
    .logo__container img {max-height: 50px !important;max-width:250px !important;}
    .interior__title__band {min-height: 150px !important;}

    .menu-main-navigation-container {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        margin-top: 60px !important;
        justify-content: center;
        background: white;
        overflow: scroll;
    }

    .menu-main-navigation-container#open {
        display: flex;
    }

    #primary-menu {
        padding: 0;
        flex-direction: column;
        width: 90%;
        max-width: 500px;
    }

    .sub-menu {
        position: relative;
        width: 90%;
        background: none;
        box-shadow: none;
        margin-top: 0px;
    }

    #primary-menu > li {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        height: auto;
        padding: 12px 18px;
        margin-bottom: 15px;
    }

    #primary-menu > li > a {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    /* navigation hamburger menu */
    #nav-icon {display: flex;}

    /* iframe */

    .iframe__container {
        flex-direction: column;
    }

    iframe.half {
        width: 100%;
        height: 400px;
    }

    /* splash */
    .splash__content {
        justify-content: center;
    }
    .splash__text {
        justify-content: center;
        align-items: center;
        margin: 0;
        width: 90%;
    }

    .splash__text > .undertitle {
        padding-left: 0px;
    }
    
    .floater-right {
		float: none;
		margin: none;
					width: 95%;
		margin: 0 auto;
	}
	
	.floater-left {
		float: none;
		margin: none;
		width: 95%;
		margin: 0 auto;
	}
	
	/* pet gallery promo */
	.pet-pic {
		width: 100px;
		height: 175px;
	}
		
	.pet-pic-2 {
		padding: 5px;
	}

}

@media screen and (max-width: 700px){
    p {
        font-size: 14px !important;
    }
    h1 {
        font-size: 26px !important;
    }
    h2 {
        font-size: 22px !important;
    }
    h3 {
        font-size: 20px !important;
    }
    a, span {
        font-size: inherit !important;
    }
    ul, li, .accordian-item {
        font-size: 14px !important;
    }
    .card--image a {
        font-size: 16px !important;
    }
    
    .vetcontainer {flex-direction: column;}
}


@media screen and (max-width: 500px) {
    
    /* UC Banner */
    
    #uc-notice-text {
        font-size: 12px !important;
    }
    
    #uc-notice-btn {
        font-size: 12px !important;
        padding: 10px !important;
    }
    
    /* Navigation */
    #primary-menu > li {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: auto;
        padding: 6px 12px;
        margin-bottom: 15px;
    }

    /* splash */

    .splash__graphic {
        width: 145%;
        right: -25vw;
    }

    .splash__graphic--square {
        height: 450px;
        width: 100%;
    }

    /* cards */
    .card--text {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .card--text > * {
        text-align: center;
    }

    /* meet our team */

    .vetcontainer {
        flex-wrap: wrap;
    }

    .vetcontainer > div {
        padding: 0;
    }

}
