﻿@charset "UTF-8";

.btn-dark {
    background-color: #fff;
    color: #132048;
    border: 3px solid #f26724;
    font-family: poppins, sans-serif;
    font-weight: 700;
    border-radius: 0;
}

    .btn-dark:hover, .btn-dark:focus {
        background-color: #f26724;
        color: #132048;
        border-color: #f26724;
    }

    .btn-dark svg {
        fill: #132048;
        height: 25px;
        width: 30px;
    }

.btn-secondary {
    font-family: roboto, sans-serif;
    background-color: #132048;
    border-color: #f3f3f3;
    color: #fff;
    font-weight: bold;
}

    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:focus-within {
        background-color: #f26724;
        border-color: #f26724;
        color: #132048;
    }

    .btn-secondary svg {
        fill: #fff;
        height: 25px;
        width: 30px;
    }

    .btn-secondary:hover svg, .btn-secondary:focus svg, .btn-secondary:focus-within svg {
        fill: #132048;
        height: 25px;
        width: 30px;
    }

.btn-info {
    background-color: #f26724;
    color: #132048;
    border: none;
    font-family: poppins, sans-serif;
    font-weight: 700;
}

    .btn-info:hover, .btn-info:focus {
        background-color: #faa21b;
        color: #132048;
        border-color: #faa21b;
    }

    .btn-info svg {
        fill: #132048;
        height: 25px;
        width: 30px;
    }

.btn-primary {
    border-radius: 0;
}

.alert.alert-danger {
    font-size: 1.2em;
    color: #bb0000;
    padding: 0.5em 1em;
}

    .alert.alert-danger div {
        margin-bottom: 0.5em;
    }

        .alert.alert-danger div svg {
            fill: #bb0000;
            height: 20px;
            width: 20px;
            margin-right: 8px;
        }

    .alert.alert-danger ul {
        padding-left: 2.5rem;
        margin-bottom: 0;
    }

        .alert.alert-danger ul li {
            color: #bb0000;
            font-weight: 600;
        }

.text-danger {
    color: #bb0000 !important;
}

.h5 {
    font-size: 0.9rem;
    font-weight: 700;
}

svg.bi.bi-exclamation-triangle-fill.flex-shrink-0.me-4 {
    height: 50px;
    width: 35px;
}

#footer {
    background-color: #132048;
    min-height: 250px;
    padding: 1em 0.6em;
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 400;
}

    #footer div.row {
        max-width: 1262px;
        margin: 0 auto;
    }

    #footer p {
        color: #fff;
        font-size: 1rem;
    }

    #footer a {
        color: #fff;
        text-decoration: none;
        font-size: 1rem;
    }

        #footer a:hover {
            text-decoration: underline;
            color: #059bff;
        }

    #footer h3 {
        font-family: Poppins;
        font-size: 1.1rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
    }

    #footer ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #footer ul li {
            margin: 10px 0;
        }

    #footer #socialMediaLinks {
        margin: 1rem auto 0;
        width: 99%;
    }

        #footer #socialMediaLinks ul {
            position: relative;
        }

            #footer #socialMediaLinks ul li {
                position: absolute;
                top: 0;
            }

                #footer #socialMediaLinks ul li a {
                    height: 43px;
                    display: block;
                }

                #footer #socialMediaLinks ul li#facebook {
                    background: url("images/social-media-icons.png") 0 0;
                    left: 0px;
                    width: 42px;
                }

                    #footer #socialMediaLinks ul li#facebook:hover {
                        background: url("images/social-media-icons.png") 0 -43px;
                    }

                #footer #socialMediaLinks ul li#twitter {
                    background: url("images/social-media-icons.png") -42px 0;
                    left: 50px;
                    width: 42px;
                }

                    #footer #socialMediaLinks ul li#twitter:hover {
                        background: url("images/social-media-icons.png") -42px -43px;
                    }

                #footer #socialMediaLinks ul li#instagram {
                    background: url("images/social-media-icons.png") -84px 0;
                    left: 100px;
                    width: 42px;
                }

                    #footer #socialMediaLinks ul li#instagram:hover {
                        background: url("images/social-media-icons.png") -84px -43px;
                    }

                #footer #socialMediaLinks ul li#youtube {
                    background: url("images/social-media-icons.png") -126px 0;
                    left: 150px;
                    width: 42px;
                }

                    #footer #socialMediaLinks ul li#youtube:hover {
                        background: url("images/social-media-icons.png") -126px -43px;
                    }

@media screen and (min-width: 992px) {
    #footer ul li {
        text-align: left;
    }

    #footer h3 {
        text-align: left;
    }
}

@media screen and (max-width: 991px) {
    #footer .footer-quick-links {
        margin-top: 2em;
    }
}

@media screen and (max-width: 993px) {
    #socialMediaLinks ul {
        width: 187px;
        margin: 1em auto;
    }
}

footer div.row div:nth-child(3) {
    margin-top: 3rem;
}

@media screen and (min-width: 994px) {
    footer div.row div:nth-child(3) {
        margin-top: 0;
    }
}

body {
    font-family: roboto, sans-serif;
    background-image: url("../Content/images/ACC_BG.jpg");
    background-repeat: no-repeat;
    background-position-y: -89px;
    background-position-x: center;
    background-size: 100%;
    font-size: 0.9em;
}

#CountyLogoSM {
    display: none;
}

@media screen and (max-width: 991px) {
    #CountyLogoSM {
        display: block;
    }

    #CountyLogoLG {
        display: none;
    }
}

h1 {
    font-family: poppins, sans-serif;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    color: #132048;
    line-height: 1.7;
}

h2 {
    font-family: poppins, sans-serif;
    font-weight: 700;
    font-size: 1.7rem;
    color: #132048;
}

h3 {
    font-weight: 400;
    font-size: 1.3rem;
    color: #333;
}

p, ul, ol, td, dl {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.2rem;
    color: #000;
}

body a {
    color: #006eb5;
}

    body a:hover {
        text-decoration: none;
        color: #059bff;
    }

#skiptocontent {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    transition: all 250ms ease-out;
    transform: translateY(-100%);
    opacity: 0;
}

    #skiptocontent:focus {
        transform: translateY(0);
        opacity: 1;
    }

.main-body-container {
    min-height: 500px;
}

#main-body-content {
    background-color: #fff;
    padding: 1.5em;
    width: 100%;
    margin: 10em auto 1em;
    min-height: 450px;
}

@media screen and (max-width: 991px) {
    body {
        background-image: none;
    }

    #main-body-content {
        margin-top: 10em;
    }

    a[href^="tel:"] {
        display: block;
        margin-top: 1em;
    }

        a[href^="tel:"]:before {
            content: "✆";
            margin-right: 0.5em;
        }

    #main-body-content {
        width: 95%;
    }

    .phoneLabel {
        display: none;
        visibility: hidden;
    }

    ul.navbar-nav li {
        min-width: 100px;
    }
}

@media screen and (min-width: 992px) {
    a[href^="tel:"] {
        cursor: text;
    }

        a[href^="tel:"]:hover {
            text-decoration: none !important;
            color: #fff !important;
        }
}

.shadowBtn {
    max-width: 550px;
    margin: 0 auto;
}

.imageContainer {
    position: relative;
}

.dogCard {
    background-color: #fff;
    padding: 0.3em 0.4em;
    height: 316px;
    width: 237px;
    position: relative;
}

    .dogCard .centeredText {
        transform: translate(-50%, -46%) rotate(32deg);
        transform-origin: center;
        font-size: 200%;
        line-height: 1.05;
        text-align: center;
        color: #efcf0b;
        font-weight: bold;
        text-shadow: #000 1px 5px 4px;
        position: absolute;
        bottom: 34%;
        left: 50%;
        font-weight: bold;
        text-transform: uppercase;
    }

    .dogCard img {
        width: 225px;
        height: 225px;
        object-fit: cover;
        border-radius: 15px;
    }

    .dogCard a {
        text-decoration: none;
        color: #fff;
        display: block;
        height: 250px;
    }

        .dogCard a:hover .animalDetails {
            color: #faa21b;
            text-shadow: #000 0px 0px 2px;
            -webkit-font-smoothing: antialiased;
        }

            .dogCard a:hover .animalDetails svg {
                fill: #faa21b;
            }

        .dogCard a:focus-visible {
            outline: none;
            color: #faa21b;
        }

            .dogCard a:focus-visible svg {
                fill: #faa21b;
            }

            .dogCard a:focus-visible img {
                outline: 13px solid;
            }

    .dogCard .animalDetails {
        position: relative;
        width: 216px;
        top: -50px;
        left: 10px;
    }

        .dogCard .animalDetails .searchPetTitleSpan {
            font-size: 92%;
            font-family: Roboto, sans-serif;
            font-weight: 500;
        }

            .dogCard .animalDetails .searchPetTitleSpan svg {
                height: 15px;
                width: 15px;
                fill: #fff;
            }

        .dogCard .animalDetails .searchPetInfoAgeSex {
            position: relative;
            font-size: 85%;
            font-family: Roboto, sans-serif;
            font-weight: normal;
        }

            .dogCard .animalDetails .searchPetInfoAgeSex svg {
                height: 12px;
                width: 12px;
                fill: #fff;
            }

.img-gradient {
    position: relative;
    border-radius: 15px;
}

    .img-gradient:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -55px;
        width: 100%;
        height: 51%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 50%, black 52%);
        border-radius: 0 0 15px 15px;
    }

#loader {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    background-color: rgba(200, 200, 200, 0.75);
    width: 100%;
    height: 100%;
    z-index: 99;
}

#loaderIcons {
    font-size: 3em;
    color: #414141;
    animation: fade 2s linear infinite;
}

@keyframes fade {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}
/*#region Create grid columns for various screen sizes */
@media screen and (min-width: 1345px) {
    /* large screen, 5 columns */
    #mainGrid {
        width: 1250px;
        margin: 0.5em auto;
    }
}

@media screen and (min-width: 980px) and (max-width: 1345px) {
    /* tablet size, 3 columns smaller cards */
    #mainGrid {
        width: 840px;
        margin: 0.5em auto;
    }

    .dogCard {
        width: 260px;
    }

        .dogCard img {
            width: 250px;
            height: 300px;
            object-fit: cover;
            border-radius: 15px;
        }
}

@media screen and (min-width: 720px) and (max-width: 980px) {
    /* single column */
    #mainGrid {
        width: 660px;
        margin: 0.5em auto;
    }

    #main-body-content {
        padding-left: 0;
        padding-right: 0;
    }

    .dogCard {
        width: 320px;
    }

        .dogCard img {
            width: 310px;
            height: 250px;
            object-fit: cover;
            border-radius: 15px;
        }
}

@media screen and (max-width: 719px) {
    /*single column / mobile device */
    #mainGrid {
        width: 312px;
        margin: 0.5em auto;
    }

    .dogCard {
        width: 312px;
    }

        .dogCard img {
            width: 300px;
            height: 300px;
            object-fit: cover;
            border-radius: 15px;
        }
}

.form-control.error {
    border-color: #bb0000;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    background-color: rgba(187, 0, 0, 0.08);
}

    .form-control.error:focus {
        border-color: #b31909;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(179, 25, 9, 0.25);
    }

label span.required {
    color: #bb0000;
}

.detailsContainer {
    max-width: 1300px;
    margin: 1em auto;
}

.detailInfoBox {
    border-radius: 7px;
    background: #e8edf5;
    text-align: center;
    padding: 10px 1em;
}

    .detailInfoBox label {
        display: block;
    }

    .detailInfoBox span {
        font-weight: bolder;
    }

    .detailInfoBox p {
        font-size: 1rem;
    }

    .detailInfoBox.wide {
        width: 100%;
        margin-bottom: 15px;
    }

.detailInfoGrid {
    margin-bottom: 15px;
    display: grid;
    grid-gap: 15px;
    grid-auto-flow: row dense;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 15px), 1fr));
}

.detailInfoTriGrid {
    margin-bottom: 15px;
    display: grid;
    grid-gap: 8px;
    grid-auto-flow: row dense;
    grid-template-columns: repeat(auto-fill, minmax(calc(33% - 15px), 1fr));
}

.overflow-auto.screen-height {
    min-height: 100px;
    max-height: 300px;
}

.detailsContainer .card-header {
    background-color: #132048;
    color: #fff;
    font-weight: bold;
    font-size: 1.15rem;
}

.detailButtonRow .btn-secondary svg {
    height: 18px;
}

.emailFormContainer {
    height: 0;
    overflow-y: hidden;
    transition: height 0.3s linear;
}

    .emailFormContainer.expanded {
        height: 210px;
    }

span.bg-info.plea {
    background-color: #006eb5 !important;
    font-size: 1.5rem;
    position: absolute;
    top: -35px;
    right: -10px;
}

.pleaContainer {
    filter: drop-shadow(6px 6px 4px #000);
}

.modal-body iframe {
    width: 100%;
    height: 500px;
}

@media print {
    .detailButtonRow,
    .logo,
    footer {
        display: none;
    }

    #main-body-content {
        margin-top: 1em;
    }

    .overflow-auto.screen-height {
        display: block !important;
        overflow: visible !important;
        height: auto !important;
        max-height: 1000em;
    }
}

#RadioButtonListTransfer li {
    margin-top:5px;
}
    #RadioButtonListTransfer li:first-of-type {
        margin-top: 0;
    }

    #RadioButtonListTransfer li label {
        margin-left: 8px;
    }

    #RadioButtonListTransfer li label:hover {
        cursor: pointer;
    }