﻿/* New Branding for Directory Search */
/* SC 10/31/2023 */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
    font-family: 'Lato', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-style: normal;
    background-color: #FFF;
}

h2 {
    color: red;
}

.center {
    text-align: center;
    margin: auto;
}

.cookie-consent {
    background-color: #f2f2f2;
    color: #02558A;
    padding: 10px;
    display: none;
}

.form-control {
    border-radius: 6px !important;
}

.p-4 {
    padding-top: 10px !important;
}

.right {
    float: right;
}

.payer {
    margin-top: -50px;
}

.left {
    float: left;
}

.dogimage, #dogimage {
    height: 400px;
    width: 600px;
    background-image: url(../Images/Dog-Laptop-Cutout.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}



header.main {
    background-color: #FFF;
    min-height: 300px;
}

.row_content {
    padding-bottom: 15px;
}


.container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: unset;
    margin-left: unset;
    max-width: 100% !important;
}



.title_label{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #02558A;
}

.width_60 {
    max-width: 60%;
}

.footer_label {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #02558A;
}

.feature_label {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #02558A;
}

.edit_label {
    font-weight: 500;
    font-size: 16px;
    line-height: 43px;
    color: #02558A;
    margin-top: 5px;
}

.edit_panel_label, .input_edit_panel, form-control, label, .dirTable, .dirCriteria, p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #02558A;
    padding: 10px 0px 10px 0px;
}

.input-group {
    min-height: 40px;
}

input::placeholder {
    font-weight: 400;
    opacity: 0.5;
    color: #9a9898;
}

.zipcode {
    max-width: 200px;
}

.border-col {
    background-color: #FFF;
    margin: 0.5px;
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.24%;
}

.row_background {
    background-color: #e3e3e3;
    padding: 0.5px;
}

 .result_panel {
    color: #02558A;
    padding: 10px;
}

.result_label {
    line-height: 60px;
    font-weight: 600;
    font-size: 22px;
    color: #02558A;
}

.specialty {
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: block;
    border: 1px solid #02558A;
    color: #FFFFFF;
    background-color: #02558A;
    padding: 10px;
}

.btn-primary-cb {
    /*     border-radius: 40px; 
    min-height: 50px; */
}

.dirSpecialty {
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: block;
    border-top-style: solid;
    border-top-width: 1pt;
    border-top-color: #02558A;
    color: #FFFFFF;
    background-color: #02558A;
    padding: 10px;
}

.dirPractice {
    padding-top: 10px;
    font-weight: 700;
}

.dirPracProv {
    font-size: 9pt;
    padding-left: 15pt;
}

/*  Grid and Table   
.search.table {
    background: #FFFFFF;
    padding: 10px 30px 20px 30px;
    margin-bottom: 0px;
    min-height: 88px;
}

    .search.table.top_left {
        border-top: 1px solid #02558A;
        border-left: 1px solid #02558A;
        border-radius: 10px 0px 0px 0px;
        /* Padding override as the controls are radio buttons without a top label
        padding: 18px 30px 20px 30px;
    }
    .search.table.top_right {
        border-top: 1px solid #02558A;
        border-left: 1px solid #02558A;
        border-right: 1px solid #02558A;
        border-radius: 0px 10px 0px 0px;
    }
    .search.table.mid_left {
        border-top: 1px solid #02558A;
        border-left: 1px solid #02558A;
    }
    .search.table.mid_right {
        border-top: 1px solid #02558A;
        border-left: 1px solid #02558A;
        border-right: 1px solid #02558A;
    }
    .search.table.bottom_left {
        border-left: 1px solid #02558A;
        border-top: 1px solid #02558A;
        border-bottom: 1px solid #02558A;
        border-radius: 0px 0px 0px 10px;
    }
    .search.table.bottom_right {
        border-top: 1px solid #02558A;
        border-right: 1px solid #02558A;
        border-bottom: 1px solid #02558A;
        padding: 10px 30px 20px 30px;
    }
    */

.spacer {
    min-height: 32.5px;
}


table, tbody, td, tfoot, th, thead, tr {
    border: 1px solid #02558A;
}

td{
    padding: 10px;
}

.no_padding{
    padding: 0px;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .logo {
        width: 90px;
        margin-top: -130px;
        margin-left: 8px;
    }

    .item-lg {
        display: none;
    }

    .item-md {
        display: none;
    }

    .item-sm {
        display: inline;
    }
    .title_label {
        font-size: 18px;
        line-height: 22px;
    }

    .svg_left_plus {
        margin-top: -150px;
        margin-left: 25px;
        width: 30px;
        height: 30px;
    }

    .svg_right_hc {
        margin-top: -100px;
        margin-left: 100px;
        width: 80px;
    }

    .svg_hero_elipse {
        margin-top: -80px;
        width: 90%;
    }

    .hero {
        width: 170px;
        margin-top: -90px;
        margin-left: 170px;
    }

    header.top {
        background-color: #02558A;
        max-height: 250px;
    }

    .header_title {
        font-size: 16px;
        color: #FFF;
        line-height: 18px;
        margin-left: 30px;
    }

    .header_title_pad {
        padding-top: 26px;
    }

    .header_title.underline {
        border-bottom: 8px solid #F7941F;
        border-radius: 8px;
    }

    .row_title {
        margin-top: -120px !important;
    }

    .spacer {
        min-height: 10px
    }
    .row_content {
        padding: 15px;
    }

    .border-col {
        max-width: 99.9%;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .search {
        min-height: 88px;
    }

        .search.top {
            border-top: 1px solid #02558A;
            border-left: 1px solid #02558A;
            border-right: 1px solid #02558A;
            border-radius: 10px 10px 0px 0px;
            /* Padding override as the controls are radio buttons without a top label*/
        }

        .search.middle {
            border: 1px solid #02558A;
            /* Padding override as the controls are radio buttons without a top label*/
        }

        .search.bottom {
            border-left: 1px solid #02558A;
            border-right: 1px solid #02558A;
            border-bottom: 1px solid #02558A;
            border-radius: 0px 0px 10px 10px;
        }

        .search.mid_border {
            border-bottom: 1px solid #02558A;
        }


}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 991px) {
    .logo {
        width: 100px;
        margin-top: -150px;
        margin-left: 15px;
    }

    .item-lg {
        display: none;
    }

    .item-md {
        display: none;
    }

    .item-sm {
        display: inline;
    }
    .title_label {
        font-size: 18px;
        line-height: 22px;
    }

    .svg_left_plus {
        margin-top: -160px;
        margin-left: 50px;
        width: 50px;
        height: 50px;
    }

    .svg_right_hc {
        margin-top: -160px;
        margin-left: 50px;
        width: 120px;
    }

    .svg_hero_elipse {
        margin-top: -110px;
        width: 550px;
    }

    .hero {
        width: 200px;
        margin-top: -90px;
        margin-left: 80px;
    }

    header.top {
        background-color: #02558A;
        max-height: 300px;
    }

    .header_title {
        font-size: 22px;
        color: #FFF;
        line-height: 26px;
        margin-left: 30px;
    }

    .header_title_pad {
        padding-top: 20px;
    }

    .header_title.underline {
        border-bottom: 8px solid #F7941F;
        border-radius: 8px;
    }

    .row_title {
        margin-top: -160px !important;
    }

    .search {
        min-height: 88px;
    }

        .search.top {
            border-top: 1px solid #02558A;
            border-left: 1px solid #02558A;
            border-right: 1px solid #02558A;
            border-radius: 10px 10px 0px 0px;
            /* Padding override as the controls are radio buttons without a top label*/
        }

        .search.middle {
            border: 1px solid #02558A;
            /* Padding override as the controls are radio buttons without a top label*/
        }

        .search.bottom {
            border-left: 1px solid #02558A;
            border-right: 1px solid #02558A;
            border-bottom: 1px solid #02558A;
            border-radius: 0px 0px 10px 10px;
        }

        .search.mid_border {
            border-bottom: 1px solid #02558A;
        }

    .border-col {
        max-width: 99.9%;
    }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .logo {
        width: 140px;
        margin-top: -200px;
        margin-left: 15px;
    }

    .item-lg {
        display: none;
    }

    .item-md {
        display: inline;
    }

    .item-sm {
        display: none;
    }
    .title_label {
        font-size: 24px;
        line-height: 30px;
    }

    .svg_left_plus {
        margin-top: -250px;
        margin-left: 100px;
        width: 70px;
        height: 70px;
    }

    .svg_right_hc {
        margin-top: -200px;
        margin-left: 80px;
        width: 180px;
    }

    .svg_hero_elipse {
        margin-top: -135px;
        width: 700px;
    }

    .hero {
        width: 300px;
        margin-top: -120px;
        margin-left: 130px;
    }

    header.top {
        background-color: #02558A;
        max-height: 350px;
    }

    .header_title {
        font-size: 26px;
        color: #FFF;
        line-height: 30px;
        margin-left: 60px;
    }

    .header_title_pad {
        padding-top: 40px;
    }

    .header_title.underline {
        border-bottom: 8px solid #F7941F;
        border-radius: 8px;
    }

    .row_title {
        margin-top: -230px !important;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .search {
        min-height: 88px;
    }

        .search.top {
            border-top: 1px solid #02558A;
            border-left: 1px solid #02558A;
            border-right: 1px solid #02558A;
            border-radius: 10px 10px 0px 0px;

            /* Padding override as the controls are radio buttons without a top label*/
        }

        .search.middle {
            border: 1px solid #02558A;
            /* Padding override as the controls are radio buttons without a top label*/
        }

        .search.bottom {
            border-left: 1px solid #02558A;
            border-right: 1px solid #02558A;
            border-bottom: 1px solid #02558A;
            border-radius: 0px 0px 10px 10px;
        }

        .search.mid_border {
            border-right: 1px solid #02558A;
        }

    /* Override for the results griad as the padding to display the grey background as a border affects the width. This allows 3 columns to fit in the grid.*/
    .border-col {
        flex: 0 0 auto;
        width: 33.15%;
    }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .logo {
        width: 170px;
        margin-top: -200px;
        margin-left: 15px;
    }
    .svg_left_plus {
        margin-top: -400px;
        margin-left: 140px;
        width: 100px;
        height: 100px;
    }

    .svg_right_hc {
        margin-top: -300px;
        margin-left: 140px;
        width: 250px;
    }

    .svg_hero_elipse {
        margin-top: -175px;
        width: 1000px;
    }

    .hero {
        width: 400px;
        margin-top: -150px;
        margin-left: 130px;
    }

    header.top {
        background-color: #02558A;
        max-height: 350px;
    }

    .header_title {
        font-size: 42px;
        color: #FFF;
        line-height: 60px;
        margin-left: 100px;
    }

    .header_title_pad {
        padding-top: 40px;
    }

    .header_title.underline {
        border-bottom: 8px solid #F7941F;
        border-radius: 8px;
    }
    .row_title {
        margin-top: -350px !important;
    }

}

/* 4K (large laptops and desktops, 1500px and up) */
@media only screen and (min-width: 1500px) {
    .logo {
        width: 240px;
        margin-top: -240px;
        margin-left: 20px;
    }
    .item-lg {
        display: inline;
    }

    .item-md {
        display: none;
    }

    .item-sm {
        display: none;
    }
    .svg_left_plus {
        margin-top: -400px;
        margin-left: 160px;
        width: 125px;
        height: 125px;
    }
    .svg_right_hc {
        margin-top: -300px;
        margin-left: 140px;
        width: 300px;
    }
    .svg_hero_elipse {
        margin-top: -200px;
        width: 1200px;
    }
    .hero {
        width: 500px;
        margin-top: -180px;
        margin-left: 150px;
    }

    header.top {
        background-color: #02558A;
        max-height: 425px;
    }

    .header_title {
        font-size: 52px;
        color: #FFF;
        line-height: 60px;
        margin-left: 100px;
    }

    .header_title_pad {
        padding-top: 80px;
    }

    .header_title.underline {
        border-bottom: 8px solid #F7941F;
        border-radius: 8px;
    }

    .row_title {
        margin-top: -400px !important;
        margin-bottom: 30px;
    }
}

/* 4K (super widescreen) */
@media only screen and (min-width: 2000px) {
    .svg_hero_elipse {
        margin-top: -200px;
        width: 1600px;
    }

    .row_title {
        margin-top: -570px !important;
        margin-bottom: 30px;
    }
}

