﻿body {
    padding-right: 0 !important
}

.modalfade {
    animation: fadeIn .5s;
    -moz-animation: fadeIn .5s; /* Firefox */
    -webkit-animation: fadeIn .5s; /* Safari and Chrome */
    -o-animation: fadeIn .5s; /* Opera */
}

@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 95%;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn { /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn { /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadeIn { /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

hr {
    margin: 1rem 0;
    color: #ffffff;
    border-width: 2px;
}

.bold {
    font-weight: bold;
}

.tabstop {
    text-decoration: none !important;
    display: block;
}

.tabstop:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.tabstop-noblock {
    text-decoration: none !important;
}

.tabstop-noblock:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.primarylogo {
    display: inline-flex;
    width: 120px;
    margin-right: 10px;
}

.primarytitle {
    font-size: 40px;
    font-weight: bold;
    font-optical-sizing: auto;
    font-style: normal;
    vertical-align: middle;
    display: inline-block;
}

.primarynavbar {
    font-size: 26px;
    font-weight: bold;
    font-optical-sizing: auto;
    font-style: normal;
}

.secondarylogo {
    display: inline-flex;
    height: 48px;
    padding-left: 14px;
    padding-right: 14px;
}

@media screen and (max-width: 400px) {
    .primarynavbar {
        font-size: 16px;
    }

    .secondarylogo {
        height: 38px;
    }
}

.place-toggle-button {
    margin-bottom: 10px;
    margin-right: 10px;
}

.nav-item {
    color: #0e3f75;
    min-width: 140px;
    text-align: center;
    width: calc((100vw / 2) / 4);
    margin-left: 4px;
    margin-right: 4px;
    padding: 8px;
    cursor: pointer;
}

.nav-item.active {
    background-color: #c12637;
    color: white;
    border-radius: 30px;
}

.nav-item:hover {
    background-color: #0e3f75;
    color: white;
    border-radius: 30px;
}

@media screen and (max-width: 992px) {
    .nav-item {
        width: unset;
    }
}

.nav-link:hover {
}

.nav-item:hover.active {
    background-color: #d60000;
}

.tool-description {
    font-size: 20px;
    padding-left: 10px;
}

.sidenav-item {
    color: #0e3f75;
    padding: 14px;
    margin-left: -8px;
}

.sidenav-item:hover {
    background-color: #0e3f75;
    color: white !important;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    cursor: pointer;
}

@media screen and (max-width: 992px) {
    .sidenav-item {
        margin-left: unset;
    }

    .sidenav-item:hover {
        border-top-right-radius: unset;
        border-bottom-right-radius: unset;
    }
}

.sidenav-item-icon {
    background-color: #0098d3;
    border-radius: 100px;
    width: 70px;
    height: 70px;
    margin-top: 12px;
    color: white;
    font-size: 45px;
    padding: 14px;
    padding-top: 2px;
}

.sidenav-item-title {
    font-size: 28px;
    font-weight: bold;
}

.sidenav-item-description {
    font-size: 16px;
    font-weight: normal;
}

.primarysearchbutton {
    padding: 20px;
    border-radius: 30px;
    background-color: white !important;
    border: none !important;
    padding-right: 60px;
    font-size: 22px;
}

.primarysearchbutton-icon {
    font-size: 32px;
    color: #c12637;
    float: right;
    margin-top: -60px;
    margin-right: 20px;
    cursor: pointer;
}

.primarysearchbutton-icon:hover {
    font-size: 34px;
    color: #d60000 
}

.primaryfooter {
    padding: 10px;
}

.primaryfooterlogo1 {
    height: 90px;
}

.primaryfooterlogo2 {
    height: 90px;
}

#primaryfooter {
    background-color: #0e3f75;
    color: white;
}

.primarycontent {
    background-color: white;
    font-weight: normal;
    font-optical-sizing: auto;
    font-style: normal;
}

.contentarea {
    background-color: #0098d3;
    border-radius: 30px;
    min-width: 300px;
    padding: 20px;
}

@media screen and (max-width: 992px) {
    .contentarea {
        margin-top: 10px;
    }
}

.category-host {
    background-color: #004b8f;
    color: white;
    border: white solid 6px;
    border-radius: 8px !important;
    padding: 0;
}

.category-toggle {
    width: 100%;
    border: none;
    background-color: #0e3f75;
    color: white;
    font-weight: bold;
    font-size: 24px;
    padding: 8px;
    padding-top: 10px;
}

.category-toggle::after {
    content: "\2212";
    text-align: right;
    float: right;
    font-size: 24px;
    font-weight: bold;
    padding-right: 4px;
}

.category-toggle.collapsed {
    background-color: white;
    color: #0e3f75;
}

.category-toggle.collapsed::after {
    content: "\002B";
    text-align: right;
    float: right;
    font-size: 24px;
    font-weight: bold;
    padding-right: 4px;
}

.category-body {
    background-color: white;
    border: white solid 6px;
    border-top-width: 0px;
}

.category-description {
    font-size: 20px;
    color: #0e3f75;
}

.positive-button {
    padding: 8px;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    font-weight: 900;
    color: white;
    font-size: 20px;
    background-color: #0e3f75;
    margin-top: 6px;
    margin-bottom: 8px;
    min-width: 150px;
}

.positive-button:hover:not([disabled]) {
    background-color: #2372c9 !important;
    color: white;
}

.positive-button:disabled {
    background-color: gray;
}

.negative-button {
    padding: 8px;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    font-weight: 900;
    color: white;
    font-size: 20px;
    background-color: #c12637;
    margin-top: 6px;
    margin-bottom: 8px;
    min-width: 150px;
}

.negative-button:hover {
    background-color: #af0000 !important;
    color: white;
}

.category-item {
    border-radius: unset;
    color: #0e3f75;
    background-color: whitesmoke;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.category-item:hover {
    background-color: #0e3f75;
    color: white;
    cursor: pointer;
}

.category-item:hover::after {
    content: "\2192";
    text-align: right;
    float: right;
    font-size: 20px;
    font-weight: bold;
}

.primaryfilter {
    background-color: #0e3f75;
    border-radius: 30px;
    padding: 20px;
}

.primaryfilterbutton {
    border-radius: 30px;
    background-color: white !important;
    border: none !important;
    padding-right: 60px;
    font-size: 22px;
}

.primaryfilterbutton-icon {
    font-size: 28px;
    color: #d60000;
    float: right;
    margin-top: -40px;
    margin-right: 20px;
    cursor: pointer;
}

.primaryfiltertable {
    width: 100%;
}

.primaryfilterrow {
    height: 48px;
    vertical-align: top;
}

.primaryfiltertable-filter-title {
    font-size: 24px;
    font-weight: bold;
    font-optical-sizing: auto;
    font-style: normal;
    color: white;
}

.primaryfiltertable-filter-text {
    font-size: 18px;
    font-optical-sizing: auto;
    font-style: normal;
    color: white;
}

.primaryfiltertable-filter-icon {
    font-size: 24px;
    text-align: right;
    color: white;
}

.primaryfiltertable-filter-select {
    padding: 4px;
    border: solid 1px white;
    border-radius: 4px;
    background-color: white;
    color: #0e3f75;
    width: auto;
}

.primaryfiltertable-filter-radio {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    margin-right: 8px;
}

.form-check-input:checked {
    background-color: #0098d3;
    border-color: #0098d3;
}

.form-check-input {
    border-color: #0098d3;
    border-width: 1px;
}

.primary-filter-category-card {
    margin-left: -10px;
    margin-right: -10px;
    border-width: 0px;
}

.primary-filter-category-host {
    background-color: #004b8f;
    color: white;
    border-radius: unset;
    padding: 0;
}

.primary-filter-category-toggle {
    width: 100%;
    border: none;
    background-color: #0e3f75;
    color: white;
    font-weight: bold;
    font-size: 24px;
    padding: 8px;
    padding-top: 10px;
    text-align: left;
}

.primary-filter-category-toggle::after {
    content: "\2212";
    text-align: right;
    float: right;
    font-size: 24px;
    font-weight: bold;
    padding-right: 4px;
}

.primary-filter-category-toggle.collapsed::after {
    content: "\002B";
    text-align: right;
    float: right;
    font-size: 24px;
    font-weight: bold;
    padding-right: 4px;
}

.primary-filter-category-body {
    background-color: #0e3f75;
    border: none;
    border-top-width: 0px;
}

.primaryfiltertable-filter-check {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    margin-right: 8px;
}

.primaryfiltertable-filter-label {
    font-size: 16px;
    color: white;
}

.primaryfilter-topbar {
    font-size: 20px;
    background-color: #0e3f75;
    color: white;
    padding: 6px;
    border-radius: 18px;
}

@media screen and (max-width: 992px) {
    .primaryfilter-topbar {
        margin-top: 10px;
    }
}

.primaryfilter-icon {
    font-size: 40px;
}

.primaryfilter-subbar {
    font-weight: 900;
    font-size: 30px;
    color: #004b8f;
    padding: 8px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
}

.primaryfilter-subbar-item {
    border-radius: 20px;
    padding: 6px;
    margin-left: 14px;
}

.primaryfilter-subbar-item:hover {
    background-color: #deeefa;
}

primaryfilter-subbar-count {
    padding: 6px;
}

.place-card {
    width: unset;
    border-color: #0098d3;
    border-width: 6px;
    border-radius: 30px;
    padding: 14px;
    margin-bottom: 24px;
}

.place-view-button {
    padding: 8px;
    border-radius: 10px;
    padding-left: 16px;
    padding-right: 16px;
    border: 1px solid #deeefa;
    font-weight: bold;
    color: #004b8f;
    font-size: 20px;
    background-color: #deeefa;
    margin-top: 6px;
    margin-bottom: 8px;
}

.place-view-button:hover {
    background-color: #b9dffb !important;
}

.place-title {
    font-size: 30px;
    font-weight: 900;
    margin: 8px;
    color: #004b8f;
}

.place-service-areas {
    font-size: 20px;
    margin: 4px;
    margin-left: 0;
}

.place-text {
    font-size: 20px;
    margin: 10px;
    margin-left: 0;
}

.place-seemore {
    font-size: 18px;
    margin: 10px;
    margin-left: 0;
    cursor: pointer;
}

.place-bold {
    font-weight: 900;
}

.place-italic {
    font-style: italic;
}

.place-details {
    font-size: 20px;
    color: #0098d3;
}

.place-details-icon {
    font-size: 28px;
    margin: 4px;
    margin-right: 10px;
    margin-top: 0;
}

.place-details-item {
    display: flex;
    cursor: pointer;
}

.place-details-item-phone {
    cursor: unset !important;
}

@media screen and (max-width: 992px) {
    .place-details-item-phone {
        cursor: pointer !important;
    }
}

.place-details-text {
    color: #0e3f75;
    margin-top: 4px;
}

.place-details-more {
    display: none;
}

.place-details-less {
}

.place-common {
    background-color: #d60000;
    padding: 16px;
    font-size: 20px;
    color: white;
    font-weight: 900;
    padding-top: 4px;
    padding-bottom: 4px;
    width: fit-content;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -16px;
    margin-top: -16px;
}

.place-common-arrow {
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 0px solid transparent;
    border-top: 20px solid #930101;
    margin-left: -30px;
    margin-top: 8px;
    position: absolute;
}

.place-model {
    max-width: 95% !important;
}

.place-folder {
}

.place-folder-modal-content {
    border-radius: 30px;
    padding: 16px;
}

.place-folder-modal-title {
    font-size: 30px;
    font-weight: 900;
    font-style: italic;
    vertical-align: text-bottom;
    margin-left: 10px;
    color: #004b8f;
}

.place-folder-modal-icon {
    background-color: #004b8f;
    color: white;
    padding: 16px;
    font-size: 50px;
    border-radius: 60px;
}

.place-map-model-icon {
    background-color: #004b8f;
    color: white;
    padding: 14px;
    font-size: 50px;
    border-radius: 80px;
    padding-left: 18px;
    padding-right: 18px;
}

.place-folder-remove-button {
    padding: 8px;
    border-radius: 10px;
    padding-left: 16px;
    padding-right: 16px;
    border: 1px solid #deeefa;
    font-weight: bold;
    color: #d60000;
    font-size: 20px;
    background-color: #deeefa;
    margin-top: 6px;
    margin-bottom: 8px;
}

.place-folder-section-bar {
    padding: 10px;
    background-color: #004b8f;
    color: white;
    font-weight: 900;
    margin-bottom: 14px;
    margin-top: 18px;
    font-size: 18px;
}

.place-folder-service-item {
    font-size: 18px;
    font-weight: 900;
    color: #004b8f;
    display: flex;
}

.place-folder-serive-text {
    padding-top: 14px;
    font-size: 20px;
    font-weight: 900;
    color: #004b8f;
}

.place-folder-service-icon {
    color: #004b8f;
    font-size: 34px;
    margin-right: 20px;
    margin-top: auto;
}

.map-embed {
    width: -webkit-fill-available;
    height: 450px;
}

@media screen and (max-width: 400px) {
    .map-embed {
        height: 200px;
    }
}

.sub-header-icon {
    background-color: #004b8f;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    color: white;
    font-size: 48px;
    padding: 18px;
    padding-top: 6px;
}

.sub-header-title {
    font-size: 48px;
    font-style: italic;
    font-weight: bold;
    color: #004b8f;
}

.sub-header-description {
    font-size: 22px;
    font-weight: normal;
}

.help-card-important {
    background-color: white;
    border-radius: 40px;
    color: #0e3f75;
    border: solid 6px #c12637;
}

.help-card-important-text {
    color: #c12637 !important;
}

.help-card-information {
    background-color: white;
    border-radius: 40px;
    color: #0e3f75;
    border: solid 6px #0098d3;
}

.help-card-title {
    font-size: 32px;
    font-weight: 900;
}

.help-card-description {
    font-size: 20px;
}

.help-card-left-col {
    border-right: white;
    border-right-width: 3px;
    border-right-style: solid;
    padding-right: 40px;
}

@media screen and (max-width: 575px) {
    .help-card-left-col {
        border-right: none;
        margin-bottom: 16px;
    }
}

.help-card-details {
    font-size: 20px;
    color: #0e3f75;
    margin-left: 30px;
}

.help-card-details-light {
    font-size: 20px;
    color: #004b8f;
    margin-left: 30px;
}

.help-card-contact {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 20px;
}

.help-card-details-icon {
    font-size: 28px;
    margin: 4px;
    margin-right: 10px;
    margin-top: 0;
}

.help-card-details-item {
    display: flex;
}

.help-card-details-text {
    margin-top: 4px;
    font-weight: bold;
}

.showmorebutton {
    text-align: center;
    cursor: pointer;
    font-weight: 900;
    color: #004b8f;
    margin-bottom: 0;
}

.folder-count {
    position: absolute;
    margin-top: 14px;
    text-align: center;
    width: 40px;
}

.folder-place-up {
    display: none;
    font-size: 30px;
    color: #004b8f;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 20px;
    margin-top: 10px;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.folder-place-up:hover {
    color: #01274b;
}

.folder-place-down {
    display: none;
    font-size: 30px;
    color: #004b8f;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.folder-place-down:hover {
    color: #01274b;
}

.folder-document {
    position: absolute;
    width: 1000px;
    height: 1300px;
    background-color: white;
    z-index: 99999999;
    border: 2px #000000 solid;
    margin-left: calc((90vw - 1000px)/2);
    box-shadow: 0px 1px 4px 4px #bfbfbfb3;
    display: none;
}

.folder-command-button {
}

@media(max-width: 768px) {
    .folder-command-button {
        width: 100%;
    }
}

.folder-command-entry {
    margin-top: 10px;
    margin-bottom: 10px;
    min-width: 150px;
}

.showmorebutton:hover {
    background-color: #deeefa;
}

.important-white {
    color: white !important;
}

.important-white:hover {
    color: whitesmoke !important;
}

.noresults {
    font-size: xx-large;
    text-align: center;
    color: #004b8f;
    font-weight: bold;
}