/* CSS Document */
@import "bootstrap.css";
@import "fontawesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700;900&family=Roboto:ital,wght@0,400;0,700;1,400&display=swap');

body {
    font-family: "roboto";
    /* max-width: 98%; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "passion one";
    text-transform: uppercase;
}

h1,
.h1 {
    font-size: 2rem;
    color: rgb(0, 173, 239);
}

a {
    color: rgb(229, 193, 98);
}

a:hover {
    color: rgb(172, 135, 46);
}

main.page-content {}

header#home {
    position: relative;
    width: 100%;
    display: block;
    background-position: center;
    background-size: cover;
}

#secondary header#home {}

#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%;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    box-shadow: 0 0 10px black;
    padding: 0.5em;
}

#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;
}

.mr-navbar-nav-wrap {
    /* flex-grow: 1; */
    position: relative;
    /* width: 100%; */
    margin: 0 0 0 0;
    align-self: flex-end;
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0);
    transition: .3s box-shadow ease;
    left: 0;
}

ul.level-0.mr-navbar-nav {
    display: flex;
    list-style: none;
    width: 100%;
    align-items: end;
    justify-content: flex-end;
    font-size: 1.7vw;
    font-weight: 700;
    font-family: "Passion One";
    margin: 0;
    padding-bottom: 0;
    padding-left: 1em;
    padding-right: 1em;
}

ul.level-0.mr-navbar-nav a {
    color: #231f20;
}

header a:hover {
    text-decoration: none;
}

.mr-navbar-nav-wrap #nav_slide_hover {
    position: absolute;
    bottom: 0;
    height: 0.15em;
    background-color: rgb(35 31 32);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.mr-navbar-nav-wrap #nav_slide_hover_bg {
    position: absolute;
    bottom: 0;
    height: 0.3em;
    background-color: transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    left: 0;
}

ul.level-0.mr-navbar-nav li a {
    padding: 0.1em 0.5em;
    font-size: 1.47vw;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    line-height: 1;
    display: block;
    transition: .3s all ease;
}

.mr-navbar-inner {
    padding: 0;
    position: fixed;
    width: 100%;
    background: rgb(255 255 255 / 88%);
    background-size: 100%;
    z-index: 2;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* 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: 100%;
}

#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: 4vw;
    position: relative;
    margin-bottom: 0.75em;
    color: #232f6f;
}

h3 {
    font-size: 1.4vw;
    text-transform: uppercase;
}

.slogan {
    color: white;
}

.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(35 47 111);
}

.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 {
    background: rgb(0 174 239);
    color: rgb(33, 37, 41);
    font-family: "roboto";
    font-size: 0.93em;
}

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(35 47 111);
    text-align: center;
    color: rgb(255 255 255);
    padding: 0.75em;
}

footer.page-footer header {
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1;
    padding-bottom: .2em;
    margin-bottom: 0.3em;
    color: rgb(0, 173, 239);
    font-family: "alfa slab 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 {
    width: 21.5vw;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s box-shadow ease;
    margin-bottom: 0;
}

section#missionstatment {
    background: rgb(251, 248, 229);
}

.mr-navbar-brand {
    position: relative;
    z-index: 1;
}

.announcements h2 {
    font-weight: 400;
    text-transform: uppercase;
    /* border-bottom: 0.15em solid rgb(239, 232, 148); */
}

.emergencynumbers header h2 {
    background: rgb(177, 177, 177);
    text-align: center;
    font-size: 1.25em;
    padding: 0.75em;
    color: white;
    text-transform: uppercase;
    text-shadow: 2px 2px 0.3em rgba(0, 0, 0, 0.35);
}

p.emergencynumbers 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 {}

section.footer_content a {
    color: black;
    text-decoration: underline;
}

section.footer_copyright a {
    color: rgb(0, 173, 239);
    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:first-of-type {
    padding-top: 1em;
}

.footer_contact .contact_address {}

.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;
}

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: 2px;
}

ul.level-1.rd-navbar-dropdown>li:hover {
    background: rgb(251, 248, 229);
}

ul.level-1.rd-navbar-dropdown>li>a {
    padding-left: 1.5em !important;
}

/*ALERTS*/
.alert {
    /* font-family: 'Overlock', cursive;*/
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0px 0px;
    color: #FFF;
    display: flex;
    justify-content: space-between;
    border-radius: 0;
}

.alert.green {
    background-color: #5d9443;
}

.alert.yellow {
    background-color: #efe894;
    color: #00310B;
}

.alert.yellow .fa-exclamation-triangle {
    color: #000000 !important;
}

.alert.yellow a {
    color: #000;
}

.alert.red {
    background-color: #a02222;
}

.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#contactform {
    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#contactform input,
form#contactform textarea,
form#contactform button {
    margin: 0.2em;
    background: rgba(222, 222, 222, 0.36);
    border: 0;
    padding: .3em;
    color: rgb(0, 0, 0);
    outline-color: #00aeef;
    z-index: 0;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
}

form#contactform input:hover,
form#contactform textarea:hover,
form#contactform button:hover {
    border: 1px solid #00aeef;
}

form#contactform button {
    text-transform: uppercase;
    font-weight: 900;
    /* border: 3px solid white; */
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    width: 100%;
    background: rgb(0 174 239);
    color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 0;
    margin-left: .5em;
}

form#contactform button:hover {
    background: rgb(37 35 99);
    color: white;
}

form#contactform *::-moz-placeholder {
    color: #958686;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

form#contactform *:-ms-input-placeholder {
    color: #958686;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

form#contactform *::-ms-input-placeholder {
    color: #958686;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

form#contactform *::-webkit-input-placeholder {
    color: #958686;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

form#contactform *::-moz-placeholder {
    color: #958686;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

form#contactform *:-ms-input-placeholder {
    color: #958686;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

form#contactform *::placeholder {
    color: #958686;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

form#contactform: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;
}

.contact_col .g-recaptcha {
    margin: auto;
}

form#contactform .contact_col button:before {
    content: '\f3fe';
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    padding-right: 0.5em;
}

.mr-contact-bar {
    background: rgb(0, 173, 239);
    text-align: right;
    padding: 0.6em 1.6em;
}

.mr-contact-bar a {
    color: rgb(254, 218, 123);
    font-family: "Alfa Slab one";
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.35);
}

ul.level-0.mr-navbar-nav .current-parent a {
    color: #231f20;
}

ul.level-0.mr-navbar-nav a:hover {
    color: #262363;
    transition: .3s all ease;
}

.emergencynumbers {
    background: rgb(221, 221, 221);
}

.emergencynumbers a {
    color: black;
    text-decoration: underline;
}

.emergencynumbers ul li {
    padding: 0.2em;
}

.contact_item {
    padding-top: 0.6em;
}

.emergencynumbers main {
    padding: 1em 1.5em;
}

a.mr_phone i {
    transform: rotate(90deg);
}

.homebannerinner {
    height: 43vw;
    background-image: url(/images/headerbackground.jpg);
    background-size: 100%;
    background-position: center;
    padding-top: 13vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "passion one" !important;
    /* position: absolute; */
    width: 100%;
    /* bottom: 0; */
}

.slogan h1 {
    color: white;
    font-size: 3.3vw;
    line-height: 1;
    margin: 0;
}

.slogan h2 {
    font-size: 6vw;
    line-height: 1;
    margin: 0;
    color: white;
}

.slogan h3 {
    font-family: "roboto";
    text-transform: none;
}


h2:after {
    content: '';
    width: 2em;
    height: 5px;
    background-color: #01aeef;
    position: absolute;
    bottom: 0;
    left: 0;
}

.slogan h2:after {
    display: none;
}

.homeaboutimage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/images/aboutimage.jpg');
    background-position: bottom;
}

section#attractions {
    background: #f5f5f5;
}

span.attractionimage {
    height: 18vw;
    width: 18vw;
    display: block;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    min-width: 200px;
    min-height: 200px;
}

.attractionscontainer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

a.attractionitem {
    text-align: center;
}

span.attractionlabel {
    padding-top: 0.75em;
    display: block;
}

h2.centered {
    text-align: center;
}

h2.centered:after {
    left: 50%;
    transform: translate(-50%, 0px);
}

#newsletter input[type="email"] {
    display: block;
    margin: auto;
    width: 80%;
    border-radius: 10px;
    border: 1px solid darkgrey;
    padding: 0.5em;
}

#newsletter button {
    background: #00aeef;
    border-radius: 10px;
    border: 0;
    padding: 0.6em;
    outline: 0;
    font-family: "passion one";
    text-transform: uppercase;
    color: white;
    display: block;
    margin: 1em auto 0;
    width: 40%;
    min-width: 200px;
}

footer h2:after {
    background: white;
}

footer h2 {
    margin-bottom: .5em;
}

footer p+h2 {
    margin-top: .5em;
}

.border {
    background: #01aeef;
    padding: 1.25em 2em;
    border-radius: 1em;
    color: white;
}

section#homebanner {
    padding: 0;
    height: 38.479vw;
    position: relative;
    overflow: hidden;
    max-height: 38.479vw;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

a.attractionitem {
    margin: 1vw;
}

#secondary main {
    padding-top: 11vw;
}


ul.media {
    /* height:  100%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    background: #b50837;
}

span.media_overlay {}

span.media_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #ffffff;
    background: transparent;
}

.media li {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 33.3%;
    background-size: cover;
    background-position: 50% 50%;
}

.media li .thumb {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    height: 100%;
}

.media li:hover .media_overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background: rgba(0, 114, 188, 0.46);
}

.thumb:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    cursor: pointer;
}

.grid .thumb:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    cursor: pointer;
}

.gallery_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    background: #b50837;
}

.media-wrapper {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    width: 100%;
}

.main-about {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 50px;
}

.main-left {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn {
    margin-bottom: 50px;
}

.media .btn {
    margin-bottom: 0
}

@media (max-width: 991px) {
    .headline {
        font-size: 20px;
        line-height: 22px;
    }
}

@media (max-width: 380px) {
    .media li {
        width: 50%;
    }

    .media li:last-of-type {
        width: 100%;
    }

    .media li:last-of-type .btn {
        width: 100%;
    }
}

/*==================   Thumbnail    ======================*/
.thumb-wrap {
    display: block;
    position: relative;
    border-radius: 50%;
}

.thumb-wrap img {
    width: 100%;
    height: auto;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.thumb-wrap .thumb_overlay {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    bottom: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #fff;
    background: #02c6bc;
    text-align: center;
    height: 74px;
    margin-top: -37px;
    display: block;
    background: #02c6bc;
    padding: 10px 5px;
}

.lt-ie9 .thumb-wrap .thumb_overlay {
    background: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF02C6BC', endColorstr='#FF02C6BC')";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF02C6BC', endColorstr='#FF02C6BC');
    zoom: 1;
}

.lt-ie9 .thumb-wrap .thumb_overlay {
    background: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF02C6BC', endColorstr='#FF02C6BC')";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF02C6BC', endColorstr='#FF02C6BC');
    zoom: 1;
}

@media (max-width: 1499px) {
    .thumb-wrap .thumb_overlay h4 {
        font-size: 20px;
        line-height: 24px;
    }

    .thumb-wrap .thumb_overlay h4+* {
        margin-top: 0;
    }
}

@media (min-width: 1499px) {
    .thumb-wrap .thumb_overlay {
        height: 140px;
        margin-top: -70px;
        padding: 40px 10px;
    }
}

.thumb-wrap .thumb_overlay h2,
.thumb-wrap .thumb_overlay h3,
.thumb-wrap .thumb_overlay h4,
.thumb-wrap .thumb_overlay h5,
.thumb-wrap .thumb_overlay h6,
.thumb-wrap .thumb_overlay .link {
    color: #fff;
}

.thumb-wrap .thumb_overlay h2 a:hover,
.thumb-wrap .thumb_overlay h3 a:hover,
.thumb-wrap .thumb_overlay h4 a:hover,
.thumb-wrap .thumb_overlay h5 a:hover,
.thumb-wrap .thumb_overlay h6 a:hover,
.thumb-wrap .thumb_overlay .link a:hover {
    color: #191c1c;
}

.thumb-wrap:hover .thumb_overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lt-ie9 .thumb-wrap:hover .thumb_overlay:before {
    display: block;
}

.thumb {
    display: block;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.thumb.video .thumb_overlay {
    display: none;
}

.filter-button-group {
    padding: 2vw;
    margin-bottom: 30px;
    /*    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
     white-space:nowrap; 
    -webkit-box-pack:  center;
        -ms-flex-pack:  center;
            justify-content:  center;*/
}

.filter-button-group button.btn {
    /* padding: 1em 2em; */
    background: transparent;
    outline: 0;
    /* max-width: 100px; */
    width: 100%;
    height: 60px;
    margin-bottom: 0;
    white-space: nowrap;
    color: rgb(37 36 100);
    border-bottom: 3px solid gainsboro;
    border-radius: 0;
    font-family: "passion one";
    font-size: 1em;
    text-transform: uppercase;
}

.filter-button-group button.btn:hover {
    cursor: pointer;
    border-bottom: 3px solid rgb(1 174 239);
}

.filter-button-group .btn.is-checked {
    border-bottom: 3px solid rgb(1 174 239);
    color: rgb(37 41 105);
    background: white;
}

.filter-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0px 25px;
    display: inline-block;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 25px;
    line-height: 1.42857143;
    background-color: #fff;
    /* border: 1px solid #ddd; */
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 100%;
}

.grid-item {
    margin-top: 0 !important;
    margin-bottom: 0;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 4px;
    margin-bottom: 29px;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* The gallery overlay */
#galleryOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 100000;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    display: none;
    -moz-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

/* This class will trigger the animation */
#galleryOverlay.visible {
    opacity: 1;
}

#gallerySlider {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    -moz-transition: left 0.4s ease;
    -webkit-transition: left 0.4s ease;
    transition: left 0.4s ease;
}

#gallerySlider .placeholder {
    background: url("../images/preloader.gif") no-repeat center center;
    height: 100%;
    line-height: 1px;
    text-align: center;
    width: 100%;
    display: inline-block;
}

/* The before element moves the
 * image halfway from the top */
#gallerySlider .placeholder:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

#gallerySlider .placeholder .iframe-wrap,
#gallerySlider .placeholder img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

#gallerySlider .placeholder .iframe-wrap {
    width: 1280px;
}

#gallerySlider .placeholder .iframe-wrap .iframe {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

#gallerySlider .placeholder .iframe-wrap .iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#gallerySlider.rightSpring {
    -moz-animation: rightSpring 0.3s;
    -webkit-animation: rightSpring 0.3s;
}

#gallerySlider.leftSpring {
    -moz-animation: leftSpring 0.3s;
    -webkit-animation: leftSpring 0.3s;
}

/* Firefox Keyframe Animations */
@-moz-keyframes rightSpring {
    0% {
        margin-left: 0px;
    }

    50% {
        margin-left: -30px;
    }

    100% {
        margin-left: 0px;
    }
}

@-moz-keyframes leftSpring {
    0% {
        margin-left: 0px;
    }

    50% {
        margin-left: 30px;
    }

    100% {
        margin-left: 0px;
    }
}

/* Safari and Chrome Keyframe Animations */
@-webkit-keyframes rightSpring {
    0% {
        margin-left: 0px;
    }

    50% {
        margin-left: -30px;
    }

    100% {
        margin-left: 0px;
    }
}

@-webkit-keyframes leftSpring {
    0% {
        margin-left: 0px;
    }

    50% {
        margin-left: 30px;
    }

    100% {
        margin-left: 0px;
    }
}

/* Arrows */
#prevArrow,
#nextArrow {
    border: none;
    text-decoration: none;
    background: url("../images/arrows.png") no-repeat;
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    width: 43px;
    height: 58px;
    top: 50%;
    margin-top: -29px;
    -moz-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

#prevArrow:hover,
#nextArrow:hover {
    opacity: 1;
}

#prevArrow {
    background-position: left top;
    left: 40px;
}

#nextArrow {
    background-position: right top;
    right: 40px;
}

#nextArrow:before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: white;
}

#prevArrow:before {
    content: '\f053';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: white;
}

@media (max-width: 767px) {
    form#contactform .contact_col .g-recaptcha {
        margin: 1em auto;
    }

    form#contactform .contact_col {
        display: flex;
        flex-direction: column;
    }

    form#contactform .contact_col button {
        padding: 1em;
        margin-left: 0;
        margin-top: 0.8em;
    }

    h1,
    .h1 {
        font-size: 2rem;
        color: rgb(0, 173, 239);
    }

    .mr-contact-bar {
        width: 58px;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        height: 58px;
        z-index: 3;
    }

    .mr-contact-bar a span {
        display: none;
    }

    a.mr_phone i {
        padding: .8em 0.9em;
        font-size: 1.4em;
    }
}

@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;
    }

    h1,
    .h1 {
        font-size: 2.25rem;
        color: rgb(0, 173, 239);
    }
}

@media (min-width: 1800px) {
    body {
        font-size: 1.3vw;
        line-height: 1.3;
    }

    h1,
    .h1 {
        font-size: 3vw;
        color: rgb(0, 173, 239);
    }
}

@media (max-width: 767px) {
    ul.level-0.mr-navbar-nav .current-parent a {
        color: white;
        background: #232f6f;
    }

    a.emergencynumbers ul li {
        padding: 0.2em;
    }

    .alert-inner {
        padding: 0 0vw;
    }

    #secondary header#home {
        height: 58px;
        background-image: none;
    }

    footer.page-footer header {
        margin-top: 1em;
    }

    .mr-navbar-brand {
        width: 100%;
        padding-left: 58px;
        display: block;
        height: 58px;
        background: transparent;
    }

    h1.logo {
        background: NONE;
        margin-left: 0 !important;
        width: auto !important;
        height: auto;
        position: absolute;
        display: block;
        text-align: center;
        /* left: 47px; */
        background: transparent;
        padding: 3px 5px;
        /* transform: translate(-50%, 0px); */
        box-shadow: none;
        padding: 0;
        margin: 0;
    }

    .mr-navbar-nav-wrap {
        position: fixed;
        top: 0;
        left: 0;
        right: auto;
        /* bottom: 0; */
        margin: 0;
        background: rgb(239, 232, 148);
        /* 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: 100%;
    }

    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;
        background: rgb(0 174 239);
    }

    .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: rgba(251, 248, 229, 0.5);
        box-shadow: none;
        border-top: 0;
    }

    ul.level-0.mr-navbar-nav li {
        margin: 0 0;
        position: relative;
        width: 100%;
        text-align: left;
        height: auto;
        line-height: 1;
    }

    ul.level-0.mr-navbar-nav li {
        margin: 0 0;
        position: relative;
        width: 100%;
        text-align: left;
        height: auto;
        line-height: 1;
    }

    ul.level-0.mr-navbar-nav li a {
        font-size: 20px;
        display: block;
        text-align: left;
        padding: 0.7em;
    }

    span#nav_slide_hover_bg {
        display: none;
    }

    span#nav_slide_hover {
        display: none;
    }

    li.current.current-item:after {
        content: '';
        border-left: 6px solid rgb(254, 218, 123);
        width: 0;
        height: 100%;
        position: absolute;
        bottom: 50%;
        right: 0;
        transform: translate(0, 50%);
        display: none;
    }

    .mr-navbar-subpanel {
        justify-content: space-between;
        padding: 0;
    }

    .bottom_curve {
        display: none;
    }

    .slogan {
        margin: 0;
        padding-bottom: 3em;
        text-align: center;
    }

    .aboutus {
        background: white;
        /* margin: 0 -6vw; */
        border-radius: 1em;
    }

    img {
    max-width: 100%;
}

    .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: block; */
        height: 58px;
    }

    img.desktop {
        width: 110px !important;
        position: absolute;
        height: 54px;
        padding-top: 0.1em !important;
        display: block;
        top: 0;
        left: 0;
    }

    main.page-content {}

    #secondary main.page-content {
        padding-top: 0 !important;
    }

    .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;
        z-index: 4;
    }

    .mr-navbar-toggle span:before {
        content: '\f0c9';
        font-family: "font awesome 5 free";
        font-weight: 900;
        color: rgb(0, 173, 239);
        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(0, 173, 239);
        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;
    }

    .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;
    }

    .mr-navbar-outer {
        position: fixed;
        z-index: 999;
    }

    .footer_hours {
        margin: 2em 0;
    }

    .footer_copyright p {
        font-size: .9em;
    }
}

table.responsive {
    display: block;
    width: 100% !important;
    height: auto !important;
    float: none !important;
    clear:both !important;
}

table.responsive tbody {
    display: block;
}

table.responsive tr {
    display: flex;
    flex-wrap: wrap;
}

table.responsive td {
    display: block;
    width: 50%;
    flex-grow: 1;
    min-width: 280px;
}

table.responsive td img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    table.responsive td {
        display: block;
        width: 100%;
        flex-grow: 1;
    }
}

iframe {
    max-width: 100% !important;
    min-width: 0 !important;
}.easyedit_editable p {
    word-break: break-word;
}