/* CSS Document */
@import "bootstrap.css";
@import "fontawesome.min.css";
@import url('https://fonts.googleapis.com/css?family=Days+One|Open+Sans:400,700&display=swap');

body {
    font-family: "open sans";
    /* max-width: 98%; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "days one";
    font-weight: 400;
}

a {
    color: rgb(8, 65, 92);
    text-decoration: underline;
}

main.page-content {}

header#home {
    position: relative;
    width: 100%;
    display: block;
    background-image: url('/images/DJI_20250815152131_0114_D_resized.jpg');
    background-position: 50% 80%;
    height: 45vw;
    background-size: cover;
    min-height: 240px;
}

#secondary header#home {
    height: 20vw;
}

#secondary .header_backdrop {
    /* display: none; */
    height: 320px;
}

#secondary .header_backdrop {
    display: none;
    height: 14.5vw;
}

#secondary .bottom_curve {
    display: none
}

.mr-navbar-subpanel {
    display: flex;
    position: relative;
    z-index: 9999999;
    width: 100%;
    padding-top: 2.5vw;
}

#secondary .mr-navbar-inner {
    /* height: 12vw; */
}

.stuckbackground span {
    background: -moz-linear-gradient(top, rgba(39, 112, 181, 1) 0%, rgba(39, 112, 181, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(39, 112, 181, 1) 0%, rgba(39, 112, 181, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(39, 112, 181, 1) 0%, rgba(39, 112, 181, 1) 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2770b5', endColorstr='#00ffffff', GradientType=0);
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 32vw;
}

.stuckbackground {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
}

img.mobile {
    display: none;
}

hr {
    width: 100%;
    clear: both;
}

.mr-navbar-nav-wrap {
    flex-grow: 1;
    position: absolute;
    width: 100%;
    margin: 0 0 0 0;
    align-self: center;
    background: transparent;
    padding-left: 25vw;
    padding-right: 1.5vw;
    /* padding-top: 2.4em; */
    /* box-shadow: 0 0.3vw 0px 0px rgb(0, 0, 0); */
    transition: .3s box-shadow ease;
    height: 5vw;
    display: flex;
    align-items: flex-end;
}

ul.level-0.mr-navbar-nav {
    display: flex;
    list-style: none;
    width: 100%;
    font-size: 1.7vw;
    font-weight: 400;
    font-family: "days one";
    padding-left: 0;
    justify-content: stretch;
    margin-bottom: 0;
}

ul.level-0.mr-navbar-nav a {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

header a:hover {
    text-decoration: none;
}

.mr-navbar-nav-wrap #nav_slide_hover {
    position: absolute;
    bottom: 0;
    height: .4em;
    background-color: rgb(0, 0, 0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.mr-navbar-nav-wrap #nav_slide_hover_bg {
    position: absolute;
    bottom: 0;
    height: .4em;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    left: 0;
}

ul.level-0.mr-navbar-nav li a {
    padding: 0 0.2vw 0.3em;
    font-size: 1.2vw;
    text-align: left;
    width: 100%;
    line-height: 1;
    width: 100%;
    display: block;
}

.mr-navbar-inner {
    padding: 0;
    position: fixed;
    width: 100%;
    height: 14.5vw;
    /* background: #2770b5; */
    background-size: 100%;
    z-index: 2;
    background: -moz-linear-gradient(top, rgba(39, 112, 181, 1) 0%, rgba(253, 254, 254, 0) 99%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    /* background: -webkit-linear-gradient(top, rgba(39,112,181,1) 0%,rgba(253,254,254,0) 99%,rgba(255,255,255,0) 100%); */
    /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to bottom, rgba(39,112,181,1) 0%,rgba(253,254,254,0) 99%,rgba(255,255,255,0) 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2770b5', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
    min-height: 58px;
}

#secondary .mr-navbar-inner {
    /* background-image: url(/images/headerbackground.jpg); */
    /* background-size: cover; */
    /* background-attachment: fixed; */
    /* background-repeat: repeat; */
}

.bottom_curve {
    position: absolute;
    bottom: -1px;
    width: 100%;
    overflow: hidden;
}

a.phone {
    height: calc(50% + 0.7em);
    background: #8cc83a;
    display: flex;
    font-size: 2vw;
    color: white;
    font-family: raleway;
    font-weight: 700;
    padding: 0.2em 0.5em 0.3em;
    align-items: flex-end;
    transition: .3s all ease;
    box-shadow: 0 0 0 #000;
}

a.phone:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 20px #0000002e;
}

h1.logo .desktop {
    width: 90%;
    margin: auto;
    padding-top: 0.5vw;
}

#secondary h1.logo .desktop {
    /* padding-top: 10%; */
    /* width: 10vw; */
}

.bottom_curve img {
    width: 102%;
    margin: 0 -1%;
}

.header_backdrop {
    height: 51vw;
    position: absolute;
    width: 100%;
    overflow: hidden;
    background: #256eb3;
}

.mr-navbar-wrap {
    position: relative;
}

.footer_copyright p {
    margin: 0;
}

section#contactbar {}

.header_backdrop .background {
    background-image: url(/images/headerbackground.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat;
    top: 0;
    /* left: -1em; */
    /* right: -1em; */
    bottom: 0;
    position: absolute;
    width: 100%;
}

.col-6.padding.verticalspacing {}

.padding {
    padding: 2vw 4vw;
}

h2 {
    font-size: 2.5vw;
    letter-spacing: .1vw;
}

h3 {
    font-size: 1.4vw;
    text-transform: uppercase;
}

.slogan {
    color: white;
    margin-right: -4vw;
}

.signupform form {
    background: white;
    box-shadow: 0 2vw 20vw rgba(0, 0, 0, 0.25);
}

.signupform header {
    background: #8cc83a;
    color: white;
    padding: 1.2em 1.6em;
}

.signupform main {
    padding: 1.2em 1.6em;
}

.signupform header p {
    margin: 0;
    line-height: 1.1;
}

.signupform footer button {
    padding: 1.6em;
    width: 100%;
    background: #085dad;
    border: 0;
    color: white;
    text-transform: uppercase;
    font-family: raleway;
    font-weight: 700;
    letter-spacing: .1em;
}

h4 {
    font-size: 1.36em;
}

.signupform input,
.signupform textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid lightgrey;
    padding: 0.8em;
    margin-bottom: 0.5em;
}

.stock_pointing {
    text-align: center;
    position: relative;
    z-index: 1;
    padding-top: 1em;
}

.signupform {
    position: relative;
    z-index: 1;
}

.verticalspacing {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: space-between;
}

.aboutus {
    padding-bottom: 1em;
}

.large_btn {
    color: #8cc83a;
    padding: 1.5em 1.9em;
    display: block;
    font-family: raleway;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.1em;
    letter-spacing: 0.2em;
    transition: .3s all ease;
}

.large_btn:hover {
    text-decoration: none;
    opacity: .9;
}

.outline {
    border: .2em solid;
}

.aboutus p {
    margin-bottom: 1em;
}

.stock_pointing img {
    width: 70%;
}

.aboutus h2 {
    color: rgb(0, 0, 0);
    margin-bottom: 1em;
}

.aboutus h3 {
    color: #31c3e7;
    padding: 1vw 0;
}

section#about>div {
    padding-bottom: 0;
}

section#contactbar {
    background: #8cc83a;
    color: white;
    font-family: raleway;
    font-weight: 700;
}

.contactbar_item {
    display: flex;
    align-items: center;
}

.contactbar_item .icon {
    font-size: 3.2em;
}

.contactbar_item .info {
    padding: 1em;
    text-transform: uppercase;
    font-size: .8em;
    white-space: nowrap;
}

.contactbar_item .info a {
    color: white;
    text-transform: none;
    font-size: 1.5em;
}

section#services {
    background-image: url(/images/servicesbackground.jpg);
    background-size: cover;
    background-attachment: fixed;
    color: white;
}

.services_list {
    font-family: raleway;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    height: 100%;
}

.services_list ol {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
}

section#services .large_btn {
    color: white;
    display: inline-block;
    margin: 3em 0;
    padding: 1.2em 3em;
    width: auto;
}

.services_info {
    padding-top: 2em;
}

footer.page-footer {
    color: black;
    font-family: "open sans";
    font-size: 0.83em;
    background: rgb(220, 228, 231);
}

footer.page-footer ul {
    border-top: 1px solid #999999;
    padding: 0;
    list-style: none;
    margin: 0;
}

footer.page-footer ul li {
    border-bottom: 1px solid #999999;
    padding: .4em 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

footer.page-footer ul li span+span {
    justify-self: flex-end;
    text-align: right;
}

.footer_hours {
    border-radius: 0.4em;
}

.footer_hours header {}

.footer_contact .logo {
    max-width: 100%;
    padding: 1em 0;
}

.footer_contact .logo img {
    max-width: 70%;
}

section.footer_copyright {
    background: rgb(25, 127, 114);
    text-align: center;
    color: white;
    padding: 0.75em;
}

footer.page-footer header {
    font-size: 1.6em;
    font-weight: 400;
    border-bottom: 0.15em solid;
    line-height: 1;
    padding-bottom: .2em;
    margin-bottom: 0.3em;
    color: rgb(25, 127, 114);
    font-family: "days one";
}

.footer_hours li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mr-navbar-toggle {
    display: none;
}

body#secondary h1,
body#secondary h2,
body#secondary h3,
body#secondary h4,
body#secondary h5,
body#secondary h6 {
    color: rgb(0, 0, 0);
}

#secondary main.page-content {
    /* padding-top: 12vw; */
}

h1.logo {
    background: transparent;
    border-radius: 50%;
    width: 16vw;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: stretch;
    margin-left: 0vw;
    margin-top: 1.3vw;
    transition: .3s box-shadow ease;
    text-align: center;
    /* box-shadow: 0 5px 0px 0px rgb(0, 0, 0); */
    position: relative;
    z-index: 3;
}

section#missionstatment {
    background: rgb(251, 248, 229);
}

.mr-navbar-brand {
    position: relative;
    z-index: 1;
    left: 4vw;
}

.announcements h2 {
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 0.15em solid rgb(239, 232, 148);
}

.emergencynumbers header h2 {
    background: rgb(237, 230, 147);
    text-align: center;
    font-size: 1.25em;
    padding: 0.75em;
}

.emergencynumbers main a {
    background: rgb(251, 248, 229);
    display: block;
    padding: 1em;
    color: black;
    font-size: 1.2em;
    transition: .3s all ease;
    backface-visibility: hidden;
    line-height: 1;
}

.emergencynumbers main a .label {
    font-weight: 700;
    text-transform: uppercase;
}

.emergencynumbers main a .value {
    display: block;
}

.emergencynumbers main a:hover {
    text-decoration: none;
    transform: scale(1.02);
}

section.footer_content a {
    color: black;
    text-decoration: none;
    align-items: center;
    display: inline-flex;
}

section.footer_copyright a {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

.-is-stuck .mr-navbar-nav-wrap {
    /* box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15); */
    /* transition: .3s box-shadow ease; */
}

.page-header.-is-stuck h1.logo {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: .3s box-shadow ease;
}

section#missionstatment h2 {
    text-transform: uppercase;
    font-size: 2em;
}

.footer_contact .contact_item,
.footer_links .quicklink_item {
    /* display: flex; */
    align-items: center;
    padding-bottom: .5em;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    flex-wrap: wrap;
}

.footer_contact .contact_address {
    margin-bottom: .5em;
}

.footer_hours .hours_item {
    padding-top: 1em;
}

.footer_hours .hours_item:first-of-type .label {
    display: block;
}

.footer_hours .hours_item .label {
    font-weight: 700;
}

ul.level-1.rd-navbar-dropdown {
    opacity: 0;
    position: absolute;
    padding: 0;
    width: auto;
    background: white;
    list-style: none;
    text-transform: none;
    min-width: 260px;
    text-align: left;
    visibility: hidden;
    z-index: 9999999;
    border-top: 2px solid black;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    transition: .3s all ease;
    top: 100%;
    margin: 0;
}

li.navitemid-4.active.current-item.current.current-parent {}

ul.level-0.mr-navbar-nav>li:hover>.rd-navbar-dropdown {
    opacity: 1;
    visibility: visible;
}

ul.level-1.rd-navbar-dropdown li a {
    padding: 0.7em 1em;
    display: block;
    text-align: left;
}

li.navitemid-4.active.current-item.current.current-parent {}

ul.level-0.mr-navbar-nav>li {
    padding-bottom: 0;
    flex-grow: 1;
    padding-right: 1vw;
    width: 100%;
}

.rd-navbar-dropdown>li:hover>a {
    background: rgb(220, 228, 231);
}

ul.level-1.rd-navbar-dropdown>li>a {
    /* padding-left: 1.5em !important; */
}

ul.level-2.rd-navbar-dropdown a {
    font-size: clamp(11px, 0.5em, 24px) !important;
}

ul.level-2.rd-navbar-dropdown {
    list-style: none;
    padding: 0;
}

ul.level-2.rd-navbar-dropdown a:hover {
    /* background: #acbdc3; */
}

ul.level-2.rd-navbar-dropdown li a {
    padding: 0.8em 0.8em 0.8em 2.2em;
}

/*ALERTS*/
.alert {
    /* font-family: 'Overlock', cursive;*/
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 0px 0px;
    color: #FFF;
    display: flex;
    justify-content: space-between;
    border-radius: 0;
    bottom: 0;
    margin: 0;
    box-shadow: inset 0 0 1rem #00000096;
    border: 0;
}

.alert.green {
    background-color: #41ba07;
}

.alert.yellow {
    background-color: #ffeb00;
    color: #00310B;
}

.alert.yellow .fa-exclamation-triangle {
    color: #000000 !important;
}

.alert.yellow a {
    color: #000;
}

.alert.red {
    background-color: #e50e0e;
}

.alert-inner div {
    white-space: nowrap;
    /* min-width: fit-content; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    padding: 0 10px;
}

.alert-inner div+div {
    white-space: nowrap;
    min-width: 0;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
}

span.alerticon {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
    color: #000000db;
}

.alerticon img {
    animation: alertblink 1.5s ease infinite;
    filter: grayscale(100%);
    height: 20px;
}

span.alertdate {
    color: black;
    margin: 0 20px;
    white-space: nowrap;
}

span.alertheading {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    width: 100%;
    flex-grow: 1;
}

.alert a {
    color: rgb(255, 255, 255);
    text-decoration: underline;
    white-space: nowrap;
    margin: 0 10px;
    line-height: 40px;
    width: fit-content;
    flex-grow: 0;
}

.alert-inner {
    width: 100%;
    margin: 0 auto;
    padding: .3em 8vw;
}

span.alertheading p {
    margin-bottom: 0;
    /* line-height: 20px; */
    width: 100%;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

span.alertheading * {
    overflow: hidden;
    text-overflow: ellipsis;
}

span.alertheading p+p {
    width: 0%;
}

form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* background: red; */
    /* padding: 1.4em 2.6em 3em; */
    position: relative;
    margin-bottom: 1vw;
    border: 0;
    outline: 0;
}

form input,
form textarea,
form button {
    margin: 0.2em;
    background: rgba(222, 222, 222, 0.36);
    border: 0;
    padding: .3em;
    color: rgb(0, 0, 0);
    outline-color: white;
    z-index: 0;
    border: 3px solid transparent;
    width: 100%;
}

form input:hover,
form textarea:hover,
form button:hover {
    border: 3px solid rgba(8, 65, 92, 0.3);
}

form button {
    text-transform: uppercase;
    font-weight: 900;
    /* border: 3px solid white; */
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    width: 100%;
    background: rgb(8, 65, 92);
    color: rgb(243, 243, 243);
    cursor: pointer;
    margin: 0;
    margin-left: .5em;
}

form button:hover {
    background: rgb(25, 126, 114);
    color: rgb(255, 255, 255);
}

form *::-moz-placeholder {
    color: #958686;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

form *:-ms-input-placeholder {
    color: #958686;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

form *::-ms-input-placeholder {
    color: #958686;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

form *::-webkit-input-placeholder {
    color: #958686;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

form *::-moz-placeholder {
    color: #958686;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

form *:-ms-input-placeholder {
    color: #958686;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

form *::placeholder {
    color: #958686;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

form:after {
    /* content: ''; */
    position: absolute;
    bottom: -4vw;
    left: 0;
    width: 100%;
    background: red;
    -webkit-transform: skewY(5.5deg);
    transform: skewY(5.5deg);
    height: 8vw;
    z-index: 2;
}

.contact_header {
    margin-bottom: 1.6em;
    color: white;
    font-size: .8em;
    text-align: center;
}

.contact_col {
    display: flex;
    padding: .5em;
    flex-direction: column;
    width: 50%;
    min-width: 200px;
    flex-grow: 1;
}

.contact_col .g-recaptcha {
    margin: auto;
}

form .contact_col button:before {
    content: '\f3fe';
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    padding-right: 0.5em;
}

ul.level-0.mr-navbar-nav>li>a {
    border-bottom: .4em solid;
}

li.navitemid-4 {}

ul.level-0.mr-navbar-nav li a {
    border-color: rgb(25, 126, 114);
    cursor: pointer;
}

ul.level-0.mr-navbar-nav li.navitemid-5>a {
    border-color: rgb(8, 65, 92);
}

ul.level-0.mr-navbar-nav li.navitemid-7>a {
    border-color: rgb(225, 43, 37);
}

ul.level-0.mr-navbar-nav li.navitemid-7>a {
    border-color: rgb(1, 2, 2);
}

ul.level-0.mr-navbar-nav li.navitemid-8>a {
    border-color: rgb(208, 161, 197);
}

.mr-navbar-brand:before {
    background: transparent;
    border-radius: 50%;
    width: 16.4vw;
    height: 10vw;
    display: flex;
    align-items: flex-start;
    justify-content: stretch;
    margin-left: -.2vw;
    margin-top: 1.3vw;
    transition: .3s box-shadow ease;
    text-align: center;
    position: absolute;
    content: '';
    overflow: hidden;
    top: 0.3vw;
}

.mr-navbar-brand:after {
    background: transparent;
    border-radius: 0;
    width: 17vw;
    height: 4.9vw;
    display: flex;
    align-items: flex-start;
    justify-content: stretch;
    margin-left: -0.5vw;
    margin-top: 1.25vw;
    transition: .3s box-shadow ease;
    text-align: center;
    /* box-shadow: 0 5px 0px 0px rgb(255, 0, 0); */
    position: absolute;
    content: '';
    overflow: hidden;
    bottom: 29%;
}

.events_widget {
    font-family: "days one";
}

.event {
    display: flex;
    margin-bottom: 0.6em;
    width: 100%;
    position: relative;
    text-decoration: none;
}

.event:after {
    content: '\f054';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-1.5em, -50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-left: .5em;
    font-size: 1.2em;
    color: rgba(0, 59, 120, 0.14);
    opacity: 0;
    transition: .2s all ease-in-out;
}

.event:hover:after {
    transform: translate(-.5em, -50%);
    opacity: 1;
}

.event .date {
    background: rgb(25, 127, 114);
    color: white;
    text-align: center;
    min-width: 4.7em;
    padding: 0.4em 0.2em;
    transition: .6s background ease;
}

.event .date .date_day {
    display: block;
    font-size: 2.5em;
    line-height: 0.9em;
    font-weight: 400;
}

.event .date .date_month {
    display: block;
    font-size: 0.85em;
    line-height: 0.9em;
    font-weight: 400;
    letter-spacing: 3px;
}

.details {
    background: rgb(220, 228, 231);
    padding: 0.7em 3em .5em .5em;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
    margin-left: .5em;
    color: rgb(1, 2, 2);
}

.details .details_title {
    display: block;
    font-size: 1.2em;
    font-weight: 400;
    color: rgb(0, 0, 0);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.1;
}

span.details_time {
    padding-right: 1.5em;
    font-weight: 400;
    color: rgb(0, 0, 0);
    font-size: 0.7em;
    line-height: 1.7em;
}

span.details_location {
    font-weight: 400;
    color: rgb(1, 2, 2);
    font-size: 0.8em;
    line-height: 1.7em;
}

span.details_time:before {
    content: '\f017';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 0.3em;
}

span.details_location:before {
    content: '\f3c5';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 0.3em;
}

.details .details_title>span {
    position: relative;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
}

.event:hover {
    transform: scale(1.01);
    text-decoration: none;
}

.event:hover .date {
    background: #003b78
}

.event:hover .details_time,
.event:hover .details_location,
.event:hover .details_title {
    color: #003b78
}

.event:hover .details .details_title>span:after {
    width: 100%;
    opacity: 1;
}

h2.underline {
    border-bottom: 0.15em solid rgb(8, 65, 92);
    margin-bottom: 0.3em;
}

.spacebetween {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.event_calendar_link {
    font-size: 0.8em;
    color: rgb(8, 65, 92);
}

.contact_2col {
    column-count: 2;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.footer_contact .contact_item i,
.footer_links .quicklink_item i {
    background: rgb(25, 127, 114);
    border-radius: 50%;
    font-size: 13px;
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: .3s all ease;
}

section.footer_content a span,
section.footer_content span {
    text-decoration: underline;
    margin-left: 0.3em;
    line-height: 1.2;
}

.contact_item:hover i,
.quicklink_item:hover i {
    background: rgb(8, 65, 92);
}

table.calendar td {
    max-width: 0;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    width: 14.2%;
    height: 130px;
    background: whitesmoke;
    padding: 0.2em;
    position: relative;
    padding-top: 2.2rem;
    vertical-align: top;
}

table.calendar {
    border-collapse: separate;
    width: 100%;
}

a.caleventwrap {
    display: block;
    background: rgb(208, 161, 197);
    color: white;
    text-decoration: none !important;
    font-size: 0.7em;
    padding: .2em;
    border-radius: .2em;
    margin-bottom: 0.2em;
}

span.caleventname {
    display: block;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0em;
}

span.caleventtime {
    font-size: 10px;
    line-height: 1.5;
    display: block;
}

.caldaynum {
    font-size: 0.7em;
    padding: 0.35em;
    position: absolute;
    top: 0;
    font-weight: 900;
}

td.calnodates {
    background: white !important;
}

table.calendar th {
    font-size: 0.7em;
    text-align: center;
}

.calendar-month {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.monthdropdown_options_inner {
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
    background: white;
    overflow: hidden;
    border-radius: .5em;
    width: 100%;
}

.monthdropdown_options_inner a {
    padding: 0.4em 1.9em;
    font-size: 0.6em;
    text-transform: uppercase;
    color: black;
    text-decoration: none !important;
    font-weight: 900;
}

.monthdropdown_options_inner a:hover {
    background: whitesmoke;
}

.monthdropdown_options:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, 0);
}

.monthdropdown_options {
    position: absolute;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    border-radius: .5em;
    height: auto;
    width: auto;
    top: calc(100% - 10px);
    visibility: hidden;
    z-index: 1;
    width: 100%;
}

.monthdropdown_selection {
    position: relative;
    font-weight: 900;
    font-family: "Days one";
}

.monthdropdown {
    position: relative;
    cursor: pointer;
    padding-bottom: 1em;
}

.monthdropdown:hover .monthdropdown_options {
    visibility: visible;
}

.event_pager a {
    background: rgb(8, 65, 92);
    padding: 0 .5em;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    margin-bottom: 1em;
    display: inline-block;
    color: rgb(255, 255, 255);
}

.event_pager .back:before,
.event_pager .prev:before,
.event_pager .next:after {
    content: '\f0a8';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: .3em;
    font-size: 0.7em;
}

.event_pager .next:after {
    content: '\f0a9';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-left: .3em;
}

.event_content {
    padding: 1em 0 2em;
}

a.prevnext {
    font-size: 1.5em;
    color: rgb(8, 65, 92);
}

.cal_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.2em solid rgb(8, 65, 92);
}

p.subev a {
    background: rgb(8, 65, 92);
    border-radius: .3em;
    padding: 0.3em 0.7em;
    font-family: "Days One";
    font-size: 18px;
    color: white;
    white-space: nowrap;
}

p.subev a:before {
    content: '\f055';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    line-height: 1.7;
    display: inline-block;
    margin: 0;
    padding-right: .3em;
}

p.subev {
    margin: 0;
}

.event_pager a:hover {
    text-decoration: none;
}

.days_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1em 0;
    padding-bottom: 1em;
    border-bottom: .2em solid rgb(8, 65, 92);
}

.days_nav span {
    font-family: "days one";
}

.days_time:before {
    content: '\f017';
    font-family: "Font Awesome 5 Free";
}

.days_time {
    margin-bottom: 1em;
}

.days_event {
    border-bottom: .2em solid rgb(8, 65, 92);
    margin-bottom: 1em;
}

a.days_tocal {
    background: rgb(8, 65, 92);
    padding: 0 .5em;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    margin-bottom: 1em;
    display: inline-block;
    color: rgb(255, 255, 255);
}

.days_nav a {
    color: rgb(8, 65, 92);
}

.mr-navbar-subpanel-fill-nav {
    flex-grow: 1;
    position: absolute;
    width: 100%;
    margin: 0 0 0 0;
    align-self: center;
    background: rgb(255, 255, 255);
    padding-left: 25vw;
    padding-right: 1.5vw;
    /* padding-top: 2.4em; */
    box-shadow: 0 0.3vw 0px 0px rgb(0, 0, 0);
    transition: .3s box-shadow ease;
    height: 5vw;
    display: flex;
    align-items: flex-end;
}

.mr-navbar-subpanel-fill {
    display: flex;
    position: absolute;
    z-index: 0;
    width: 100%;
    flex-grow: 1;
    position: absolute;
    width: 100%;
    margin: 0 0 0 0;
    align-self: center;
    background: rgb(255, 255, 255);
    /* padding-left: 25vw; */
    padding-right: 1.5vw;
    /* padding-top: 2.4em; */
    box-shadow: 0 0.3vw 0px 0px rgb(0, 0, 0);
    transition: .3s box-shadow ease;
    height: 5vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    opacity: 0.9;
}

.mr-navbar-subpanel-fill-logo {
    background: rgb(255, 255, 255);
    border-radius: 50%;
    width: 16vw;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: stretch;
    margin-left: 0vw;
    margin-top: 1.3vw;
    transition: .3s box-shadow ease;
    text-align: center;
    /* box-shadow: 0 5px 0px 0px rgb(0, 0, 0); */
    position: relative;
    z-index: 3;
    position: relative;
    z-index: 1;
    left: 4vw;
}

.mr-navbar-subpanel-outline {
    background: transparent;
    border-radius: 50%;
    width: 16vw;
    height: 4.8vw;
    display: flex;
    align-items: center;
    justify-content: stretch;
    /* margin-left: 0vw; */
    /* margin-top: 1.3vw; */
    transition: .3s box-shadow ease;
    text-align: center;
    /* box-shadow: 0 5px 0px 0px rgb(0, 0, 0); */
    position: relative;
    z-index: 3;
    position: absolute;
    z-index: 1;
    left: 4vw;
    bottom: 0px;
    overflow: hidden;
}

.mr-navbar-subpanel-outline:before {
    content: '';
    background: transparent;
    border-radius: 50%;
    width: 16vw;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: stretch;
    /* margin-left: 0vw; */
    /* margin-top: 1.3vw; */
    transition: .3s box-shadow ease;
    text-align: center;
    box-shadow: 0 5px 0px 0px rgb(0, 0, 0);
    position: relative;
    z-index: 3;
    position: absolute;
    z-index: 1;
    /* left: 4vw; */
    bottom: 5px;
}

a.caleventwrap.green {
    background: #197e72;
}

a.caleventwrap.blue {
    /*    background: #08415c;*/
    background: #00688a;
}

a.caleventwrap.black {
    background: black;
}

a.caleventwrap.red {
    background: #e12b25;
}

a.caleventwrap.brown {
    background: #bd5800;
}

a.caleventwrap.purple {
    background: #715696;
}

a.caleventwrap.ltblue {
    background: #27acc4;
}

a.caleventwrap.ltgreen {
    background: #6ce04c;
}



ul.pager_public {
    list-style: none;
    padding: 0;
    margin: auto;
    display: flex;
    justify-content: center;
}

ul.pager_public .pager_link>* {
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #379cd6d1;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    border: 3px solid #379cd6;
    box-shadow: inset 0 0 10px #0000008c;
}

ul.pager_public .pager_link>span {
    background: grey;
    border: 3px solid grey;
}

ul.pager_public .pager_link {
    margin: 0 0.2em;
    display: block;
}

ul.pager_public .pager_link>a:hover {
    background: #85d33c;
    border: 3px solid #85d33c;
}

ul.pager_public .pager_link.next>*:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: white;
    font-size: 0.7em;
    text-indent: .2em;
}

ul.pager_public .pager_link.previous>*:before {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: white;
    font-size: 0.7em;
    text-indent: -0.2em;
}
.caldaynum .dow_label::before {
    content: '';
    margin: 0 .5rem;
}

.caldaynum .dow_label {
    display: none;
}

@media (max-width: 767px) {
    .monthdropdown {
        font-size: 20px
    }

    td.calnodates {
        display: none !important;
    }

    table.calendar td {
        display: block;
        width: calc(100%);
        max-width: none;
        margin-bottom: .5em;
        height: auto;
        padding: 0.6em;
        padding-top: 2em;
    }

    
    .caldaynum .dow_label {
        display: inline;
    }
    
    table.calendar th {
        display: none;
    }

    .caldaynum {
        font-size: .9em;
        padding-bottom: 1em;
    }

    a.caleventwrap {
        font-size: 18px;
        line-height: 1
    }

    span.caleventname {
        font-size: 1em;
        line-height: 1.2
    }

    span.caleventtime {
        font-size: .7em;
        line-height: 1.2
    }
}

@media (max-width: 767px) {
    form .contact_col .g-recaptcha {
        margin: 1em auto;
    }

    form .contact_col {
        display: flex;
        flex-direction: column;
    }

    form .contact_col button {
        padding: 1em;
        margin-left: 0;
        margin-top: 0.8em;
    }
}

@media (min-width: 1200px) {
    body {
        font-size: 20px;
        line-height: 1.3;
    }
}

@media (min-width: 1400px) {
    body {
        font-size: 22px;
        line-height: 1.3;
    }
}

@media (min-width: 1600px) {
    body {
        font-size: 24px;
        line-height: 1.3;
    }
}

@media (min-width: 1800px) {
    body {
        font-size: 1.4vw;
        line-height: 1.3;
    }
}

@media (max-width: 991px) {
    ul.level-0.mr-navbar-nav li a {
        font-size: 11px;
        line-height: 0.8;
        white-space: nowrap;
    }

    .details {
        padding: 0.7em 1.5em .5em .5em;
    }

    .event:after {
        right: -4px;
    }
}

@media (max-width: 767px) {
    .cal_header {
        flex-direction: column;
    }

    p.subev a {
        margin-bottom: 1em;
        display: block;
    }

    .alert-inner {
        padding: 0 0vw;
    }

    #secondary header#home {
        height: 58px;
        background-image: none;
        min-height: unset;
    }

    footer.page-footer header {
        margin-top: 1em;
    }

    .mr-navbar-brand {
        width: 100%;
        padding-left: 58px;
        display: block;
        position: static;
    }

    .mr-navbar-brand:before {
        display: none;
    }

    h1.logo {
        /* background: NONE; */
        /* margin-left: 0 !important; */
        width: auto;
        height: auto;
        position: absolute;
        display: block;
        text-align: center;
        left: 50%;
        right: auto;
        background: white;
        /* padding: 3px 5px; */
        transform: translate(-50%, 0px);
        box-shadow: none;
        padding: 0;
        width: 140px;
        height: 82px;
        margin-top: 0;
    }

    .mr-navbar-nav-wrap {
        position: fixed;
        top: 0;
        left: 0;
        right: auto;
        bottom: 0;
        margin: 0;
        background: rgb(255, 255, 255);
        /* z-index: 0; */
        /* display: none; */
        /* visibility: hidden; */
        transition: .3s all ease;
        width: 250px;
        margin-top: 58px;
        padding: 0 !important;
        transform: translate(-100%, 0px);
        transition: .3s all ease;
        box-shadow: none !important;
        height: calc(100% - 58px);
    }

    ul.level-0.mr-navbar-nav {
        flex-direction: column;
        font-size: 6vw;
        height: 100%;
        justify-content: flex-start;
        padding: 0;
        /* opacity: 0; */
        /* transform: translate(0,100px); */
        transition: .0s all ease;
        overflow: auto;
    }

    .showmenu ul.level-0.mr-navbar-nav {
        /* transition: .3s all .2s ease; */
        /* opacity: 1; */
        /* transform: translate(0,0px); */
    }

    ul.level-1.rd-navbar-dropdown {
        position: relative;
        width: 100%;
        min-width: unset;
        color: black;
        opacity: 1;
        visibility: visible;
        background: rgb(255, 255, 255);
        box-shadow: none;
        border-top: 0;
        top: auto;
    }

    ul.level-0.mr-navbar-nav li {
        margin: 0 0;
        position: relative;
        width: 100%;
        text-align: left;
        height: auto;
        line-height: 1;
        padding: 0;
        flex-grow: 0;
    }

    ul.level-0.mr-navbar-nav li a {
        font-size: 20px;
        display: block;
        text-align: left;
        padding: 0.7em;
        white-space: normal;
    }

    ul.level-1.rd-navbar-dropdown>li>a {
        font-size: 18px;
    }

    ul.level-0.mr-navbar-nav li.navitemid-4>a {
        background: rgb(25, 126, 114);
        color: white;
        border: 0;
    }

    ul.level-0.mr-navbar-nav li.navitemid-5>a {
        background: rgb(8, 65, 92);
        color: white;
        border-bottom: 0;
    }

    ul.level-0.mr-navbar-nav li.navitemid-6>a {
        background: rgb(225, 43, 37);
        color: white;
        border: 0;
    }

    ul.level-0.mr-navbar-nav li.navitemid-7>a {
        background: rgb(1, 2, 2);
        color: white;
        border: 0;
    }

    ul.level-0.mr-navbar-nav li.navitemid-8>a {
        background: rgb(208, 161, 197);
        color: white;
        border: 0;
    }

    span#nav_slide_hover_bg {
        display: none;
    }

    span#nav_slide_hover {
        display: none;
    }

    li.current.current-item:after {
        content: '';
        border-bottom: 3px solid rgb(33, 37, 41);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(33, 37, 41);
        position: absolute;
        bottom: 50%;
        left: calc(100% - 12px);
        transform: translate(-100%, 50%);
    }

    .mr-navbar-subpanel {
        justify-content: space-between;
        padding-top: 0;
    }

    .bottom_curve {
        display: none;
    }

    .slogan {
        margin: 0;
        padding-bottom: 3em;
        text-align: center;
    }

    .aboutus {
        background: white;
        /* margin: 0 -6vw; */
        border-radius: 1em;
    }

    img {}

    .stock_pointing img {
        display: none;
    }

    .contactbar_item {
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .contactbar_item .info {
        font-size: 1em;
        padding: 0 0 1em 0;
    }

    .contactbar_item .info a {
        font-size: 1.8em;
    }

    .services_list {
        font-size: 1.2em;
    }

    h2 {
        font-size: 1.7em;
    }

    h3 {
        font-size: 1.2em;
    }

    .mr-navbar-inner {
        position: fixed;
        width: 100%;
        background: rgb(255, 255, 255);
        z-index: 9999;
        box-shadow: 0 5px 20px #0000003d;
        padding: 0;
        top: 0 !important;
        height: 58px !important;
    }

    img.mobile {
        display: none;
        height: 58px;
    }

    img.desktop {
        /* display: none; */
    }

    main.page-content {}

    #secondary main.page-content {
        /* padding-top: 58px; */
    }

    .services_list li {
        padding-top: 1em;
    }

    a.large_btn.outline {}

    section#services .services_info .large_btn {
        width: 100%;
    }

    .mr-navbar-contact {
        display: none;
    }

    .mr-navbar-toggle {
        display: flex;
        background: rgb(255, 255, 255);
        cursor: pointer;
        width: 60px;
        text-align: center;
        position: absolute;
        left: 0;
    }

    .mr-navbar-toggle span:before {
        content: '\f0c9';
        font-family: "font awesome 5 free";
        font-weight: 900;
        color: rgb(33, 37, 41);
        font-size: 2em;
        position: relative;
        z-index: 99999;
    }

    .showmenu .mr-navbar-toggle span:before {
        content: '\f00d';
        font-family: "font awesome 5 free";
        font-weight: 900;
        color: rgb(33, 37, 41);
        font-size: 2em;
        position: relative;
        z-index: 99999;
    }

    .mr-navbar-toggle span {
        width: 100%;
        padding: 0.3em;
    }

    .showmenu .mr-navbar-nav-wrap {
        /* display: block; */
        /* background: rgb(251, 248, 229); */
        /* visibility: visible; */
        transform: translate(0%, 0px);
        transition: .3s all ease;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15) !important;
        height: calc(100% - 58px);
    }

    .header_backdrop {
        height: 500px;
        max-width: 100%;
        position: absolute;
        width: 100%;
    }

    .header_backdrop:after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100vw;
        overflow: hidden;
        height: 200px;
        background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(32, 89, 154, 0) 1%, rgba(255, 255, 255, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(32, 89, 154, 0) 1%, rgba(255, 255, 255, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(32, 89, 154, 0) 1%, rgba(255, 255, 255, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#ffffff', GradientType=0);
        /* IE6-9 */
    }

    .mr-navbar-outer {
        position: fixed;
        z-index: 999;
    }

    .footer_hours {
        margin: 2em 0;
    }

    .footer_copyright p {
        font-size: .9em;
    }

    .mr-navbar-subpanel-fill {
        display: none
    }

    .alert {
        position: relative;
        margin-top: 100px;
        width: 90%;
        margin: 100px auto 0;
        border-radius: 2rem;
    }
}

@media (max-width: 450px) {
    .events_widget {
        font-family: "days one";
    }

    .event {
        display: flex;
        margin-bottom: 0.6em;
        width: 100%;
        position: relative;
    }

    .event:after {
        content: '\f054';
        position: absolute;
        right: -3px;
        top: 50%;
        transform: translate(-1.5em, -50%);
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        padding-left: .5em;
        font-size: 1.2em;
        color: rgba(0, 59, 120, 0.16);
        opacity: 0;
        transition: .2s all ease-in-out;
    }

    .event:hover:after {
        transform: translate(-.5em, -50%);
        opacity: 1;
    }

    .event .date {
        background: rgb(25, 127, 114);
        color: white;
        text-align: center;
        min-width: 3.3em;
        padding: 0.4em 0.2em;
        transition: .6s background ease;
    }

    .event .date .date_day {
        display: block;
        font-size: 2em;
        line-height: 0.9em;
        font-weight: 400;
    }

    .event .date .date_month {
        display: block;
        font-size: 0.85em;
        line-height: 0.9em;
        font-weight: 400;
        letter-spacing: 3px;
    }

    .details {
        background: rgb(220, 228, 231);
        padding: 0.4em 1.5em 0.4em .5em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        flex-grow: 1;
        margin-left: .5em;
        color: rgb(1, 2, 2);
    }

    .details .details_title {
        display: block;
        font-size: 1em;
        font-weight: 400;
        color: rgb(0, 0, 0);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.1;
    }

    span.details_time {
        padding-right: 1.5em;
        font-weight: 400;
        color: rgb(0, 0, 0);
        font-size: 0.7em;
        line-height: 1.7em;
    }

    span.details_location {
        font-weight: 400;
        color: rgb(1, 2, 2);
        font-size: 0.7em;
        line-height: 1.7em;
    }

    span.details_time:before {
        content: '\f017';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        padding-right: 0.3em;
    }

    span.details_location:before {
        content: '\f3c5';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        padding-right: 0.3em;
    }

    .details .details_title>span {
        position: relative;
    }

    .event:hover {
        transform: scale(1.01);
        text-decoration: none;
    }

    .event:hover .date {
        background: #003b78
    }

    .event:hover .details_time,
    .event:hover .details_location,
    .event:hover .details_title {
        color: #003b78
    }

    .event:hover .details .details_title>span:after {
        width: 100%;
        opacity: 1;
    }
}


ul#directory_list {
    list-style: none;
    padding: 0;
}

ul#directory_list .directory_list_item {
    display: block;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #eaebe6;
    padding: .3em .6em;
    border-radius: .3em;
    align-items: center;
    margin-bottom: .3em;
}

ul#directory_list .directory_list_item a {
    text-decoration: none;
    font-size: 0.6em;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 2.5em;
}

ul#directory_list .more_details {
    display: none;
    width: 100% !important;
    /* padding: 0.8em 1em 0.1em !important; */
}

ul#directory_list .more_details.advanced .details {
    display: flex;
}

ul#directory_list .more_details.advanced .details img {
    order: 2;
}

ul#directory_list .more_details.advanced .details div {
    order: 1;
    width: 100%;
}

input#FB_Search {
    border: .3em solid #9797976e;
    border-radius: 0.5em;
    padding: .3em;
    width: 100%;
    background: white;
    outline: 0;
}

form#SearchBy p+p {
    display: flex;
    margin-bottom: 0;
}

form#FilterBy select {
    border: .3em solid #9797976e;
    border-radius: 0.5em;
    padding: .3em;
    width: 100%;
    margin-right: .5em;
    outline: 0;
}

form#FilterBy select:last-of-type {
    margin-right: 0em;
}

form#FilterBy p+p {
    display: flex;
}

.filter {
    background: #f3f3f3;
    padding: 1em;
    margin-bottom: 2em;
    border-radius: .5em;
}

form#FilterBy p:first-of-type,
form#SearchBy p:first-of-type {
    border-bottom: 4px solid rgb(8 65 92);
    text-transform: uppercase;
    font-weight: 900;
}

.details p {
    margin: 0 0.6em 0 0;
}

.dir_details_map div[id*='map-canvas'] {
    width: 100% !important;
    height: 270px;
    margin-top: 0.5em;
}

form#SearchBy input[type="submit"] {
    background: rgb(8 65 92);
    margin-left: .5em;
    padding: .3em 1em;
    border-radius: .5em;
    color: rgb(255, 255, 255);
    cursor: pointer;
    border: 0;
    width: auto;
}

.details {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}


.details .dir_detail_group {
    min-width: 300px;
    width: 50%;
    padding: .3em;
    flex-grow: 1;
}


.dir_detail_label {
    border-bottom: 1px solid;
    font-size: 0.8em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dir_detail_value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dir_details_description {
    padding: .3em;
}

a.dir_item_suggest:before {
    content: '\f044';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 0.3em;
}

a.dir_item_suggest {
    text-decoration: none;
    padding-bottom: 1em;
    display: block;
}

ul.pager_public {
    list-style: none;
    padding: 0;
    margin: auto;
    display: flex;
    justify-content: center;
}

ul.pager_public .pager_link>* {
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #08415ccc;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    border: 3px solid #08415c;
    box-shadow: inset 0 0 10px #0000008c;
}

ul.pager_public .pager_link>span {
    background: grey;
    border: 3px solid grey;
}

ul.pager_public .pager_link {
    margin: 0 0.2em;
    display: block;
}

ul.pager_public .pager_link>a:hover {
    background: #197e72;
    border: 3px solid #197e72;
}

ul.pager_public .pager_link.next>*:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: white;
    font-size: 0.7em;
    text-indent: .2em;
}

ul.pager_public .pager_link.previous>*:before {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: white;
    font-size: 0.7em;
    text-indent: -0.2em;
}

.directory_item_head {
    display: flex;
    width: 100%;
    padding: 0.5em;
    background: #ededed;
    border-radius: .25em;
    position: relative;
}

ul#directory_list>li {
    margin-bottom: .3em;
}

.directory_item_title {
    width: 100%;
}

.directory_item_toggle a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.directory_item_toggle a span {
    position: absolute;
    right: 0;
    height: calc(100% - .4em);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1em;
    background: #efefef;
    border-radius: .3em;
    margin: .2em;
    box-shadow: inset 0 0 10px #00000038;
    text-transform: uppercase;
    color: grey;
    font-size: .7em;
    font-weight: 600;
}

.directory_item_toggle a:hover span {
    background: #197e72;
    color: white;
}

ul#directory_list .details {
    background: transparent;
    display: block;
}

.details.description p {
    margin-bottom: 1rem;
}

h1+h2 {
    font-size: 1.4rem;
    margin-bottom: 2rem;
}

.rd-navbar-dropdown li:hover>ul.level-2 {
    opacity: 1;
    visibility: visible
}

.rd-navbar-dropdown li ul.level-2 {
    position: absolute;
    top: 0;
    left: 100%;
    background: white;
    width: 100%;
    max-width: 380px;
    opacity: 0;
    visibility: collapse
}

ul.level-1.rd-navbar-dropdown>li {
    position: relative;
}

.footer_contact {
    display: flex;
    flex-wrap: wrap;
}

.footer_contact header {
    width: 100%;
}

.easyedit_editable a {
    word-break: break-all;
}

@media (max-width: 767px) {
    .rd-navbar-dropdown li ul.level-2 {
        position: relative;
        top: auto;
        left: auto;
        background: white;
        width: 100%;
        max-width: 380px;
        opacity: 1;
        visibility: visible;
        padding-left: 1rem;
    }
}