/* CSS Document */
@import "bootstrap.min.css";
@import "fonts.css";


img.headerbg {
    width: 100%;
    height: auto;
    min-width: 877px;
    position: relative;
    /* z-index: 99; */
}
.page {
    background: rgb(255 255 255);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
img.bottombg {
    width: 100%;
}#secondary ul.level-0.mr-navbar-nav li a:hover {
    color: #7bd22a;
}img.bannerbottom {
    width: 100%;
    margin-bottom: -1px;
}

header#secondary {
    position: fixed;
}
.mr-header-wrap {
    padding: 0;
    display: flex;
    align-items: center;
    background: white;
    z-index: 999;
    position: relative;
    /* box-shadow: 0 5px 30px rgb(0 0 0 / 38%); */
}
ul.level-0.mr-navbar-nav li a:hover {
    color: #7bd22a;
}
header {
    position: relative;
    top: 0;
    width: 100%;
    overflow: hidden;
    display: block;
    background-position: center;
    background-size: cover;
    z-index: 99999999;
    transition: height .3s ease;
    height: auto;
}

ul.level-0.mr-navbar-nav>li:first-of-type:before {
    margin-left: -2%;
}

ul.level-0.mr-navbar-nav>li:last-of-type:before {
    margin-right: -2%;
}

ul.level-0.mr-navbar-nav>li:before {
    /* content: ''; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    z-index: 1;
    transform: skewX(-25deg);
    border-left: 1px solid white;
    margin-left: -2%;
}

li.current.current-item.current.current-parent:before {
    background: grey;
}

a.link_btn {
    color: white;
    /* font-weight: 900; */
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 1.2em;
}

a.link_btn i {
    border-radius: 50%;
    color: white;
    font-size: 0.65em;
    margin-right: 1.5em;
}

.header_extra {
    background: #3e5b41;
    color: white;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 1em;
}

#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: column;
}

nav.mr-navbar-desktop {
    position: sticky;
    top: 0;
    z-index: 99999;
    transition: .3s padding ease;
}

#secondary .mr-navbar-inner {
    /* height: 12vw; */
}
#secondary .mr-header-wrap {
    position: absolute;
    top: 10%;
    right: 15%;
    background: transparent;
}
.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: center;
    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: -moz-fit-content;
    width: fit-content;

    align-items: end;
    justify-content: space-between;
    font-size: 2.5vw;
    font-weight: 900;
    font-family: 'Tinos';
    text-transform: uppercase;
    text-decoration: none;
    margin: auto;
    padding: 0;
}

ul.level-0.mr-navbar-nav a {
    color: rgb(29 35 83);
}

header a:hover {
    text-decoration: none;
}

.mr-navbar-nav-wrap #nav_slide_hover {
    position: absolute;
    bottom: 0;
    height: 0.3em;
    background-color: rgb(254, 218, 123);
    -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: rgb(177, 177, 177);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    left: 0;
}

ul.level-0.mr-navbar-nav li a {
    font-size: calc(12px + 0.4em);
    text-align: center;
    width: 100%;
    line-height: 1;
    display: block;
    transition: .3s color ease;
    text-decoration: none;
    position: relative;
    z-index: 2;
    padding-bottom: 0.3em;
    white-space: nowrap;
}

.mr-navbar-inner {
    padding: 0;
    position: fixed;
    width: 100%;
    background: white;
    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: 90%;
    padding-top: 0.25vw;
}

#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;
    font-size: 0.8em;
    line-height: 1.3;
}

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: 2vw;
    margin-top: 1em;
    color: #3d5940;
}

h3 {
    font-size: 1.4vw;
    text-transform: uppercase;
}

.slogan {

font-family: 'Italianno';

padding-top: 0.2em;

font-size: clamp(26px, 3vw, 42px);

font-weight: 500;
}

.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: 2vw 3vw;
    width: 100%;
    text-align: center;
    font-weight: 900;
    color: #1d2353;
}

.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);
}

.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 {
    color: white;
    background: #3e5b41;
    padding: 3em 3em 1em 3em;
}

.services_list {
    font-family: 'Averia Serif Libre';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9em;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}

.services_list a {
    width: 12%;
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 0.8em;
    position: relative;
    height: auto;
    margin-bottom: 3em;
    margin: 0 15px 3em;
    flex-grow: 1;
}

.services_list a span.services_img {
    background: #5b9dba;
    border: .25em solid white;
    border-radius: 50%;
    margin: 0 auto 1em;
    width: 13em;
    height: 13em;
    /* padding-bottom: 61%; */
    /* padding-left: 90%; */
    position: relative;
    display: block;
    transition: .4s all ease;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
    max-width: 9em;
    max-height: 9em;
}

.services_list a span.services_img img {
    width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

span.services_label {
    display: block;
    position: relative;
}

.services_list a:hover span.services_img {
    transform: scale(1.05);
    box-shadow: 5px 5px 20px rgb(0 0 0 / 32%);
}

section#services .large_btn {
    color: white;
    display: inline-block;
    margin: 3em 0;
    padding: 1.2em 3em;
    width: auto;
}

img.logo_img {
    height: 100%;
}

.services_info {
    padding-top: 2em;
}
.footer_copyright {
    text-align: right;
    position: absolute;
    z-index: 999999;
    right: 2vw;
    bottom: 1.1vw;
}img.bottom_bg {
    width: 100%;
    height: auto;
    bottom: 0;
    position: absolute;
}
footer.page-footer {
    color: rgb(255 255 255);
    font-family: 'Tinos';
    position: relative;
    height: 18vw;
    min-height: 200px;
    margin-top: -6%;
    position: relative;
    z-index: 0;
}

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_social {
    padding-top: 1em;
}

.footer_hours header {}

.footer_contact .logo {
    max-width: 100%;
    padding: 1em 0;
}

.footer_contact .logo img {
    max-width: 70%;
}

section.footer_copyright {
    background: rgb(62 91 65);
    text-align: center;
    color: white;
    padding: 0.75em;
    margin-top: 1.5em;
}

footer.page-footer header {
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1;
    padding-bottom: .2em;
    margin-bottom: 0.6em;
    color: rgb(255 255 255);
    text-transform: uppercase;
    font-family: 'Averia Serif Libre';
    position: relative;
}

.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: auto;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all ease;
    margin: 0;
}

section#missionstatment {
    background: rgb(91 157 186);
    color: white;
    position: relative;
}

.mr-navbar-brand {
    position: relative;
    z-index: 1;
    background: transparent;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    flex-grow: 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: white;
    text-decoration: underline;
    /* display: flex; */
    margin-bottom: .5em;
}

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;
    color: white;
    padding-bottom: 0.3em;
    line-height: 0.85;
    margin-bottom: 0.7em;
}

.footer_contact .contact_item:first-of-type {
    padding-top: 1em;
}

.footer_contact .contact_address {
    text-transform: uppercase;
    text-align: center;
}

.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: 0px;
    flex-grow: 1;
    position: relative;
    padding: 0 2vw;
}

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: white;
    z-index: 0;
    border: 3px solid transparent;
}

form#contactform input:hover,
form#contactform textarea:hover,
form#contactform button:hover {
    border: 3px solid #1d2353;
}

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(29 35 83);
    color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 0;
    margin-left: .5em;
}

form#contactform button:hover {
    background: rgb(90 136 61);
    color: rgb(255, 255, 255);
}

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: rgb(29 35 83);
    text-decoration: underline;
    text-align: center;
}

ul.level-0.mr-navbar-nav .current-parent>a:before {
    /* content: ''; */
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    border-radius: 3px;
    display: block;
    background: black;
}


.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);
}

main.page-content {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    z-index: 1;
}

section#homemain {
    position: relative;
    background: transparent;
    border-radius: 2.1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

section#banner {
    background-image: url('/images/banner_bg.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 20%;
    /* margin-bottom: 4vw; */
}

.swiper-container {
    width: 100%;
    height: 25vw;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    align-items: center
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    /* margin-top: -22px; */
    z-index: 99999;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 2em;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23000000\'%2F%3E%3C%2Fsvg%3E)
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 2em;
    left: auto
}

.swiper-button-prev:before {
    content: '\f0a8';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 3em;
    color: #fff;
    text-shadow: 2px 2px 17px #000
}

.swiper-button-next:before {
    content: '\f0a9';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 3em;
    color: #fff;
    text-shadow: 2px 2px 17px #000
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23000000\'%2F%3E%3C%2Fsvg%3E)
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23ffffff\'%2F%3E%3C%2Fsvg%3E)
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: #fff;
    transition: 1s all ease;
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 2px 3px 8px 0 rgba(0, 0, 0, .3);
    -webkit-transform: scale(.7);
    transform: scale(.7)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination {
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 19px;
}

.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}


@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

.swiper-slide>.vide__body,
.swiper-slide>.rd-parallax {
    height: 100%
}

.swiper-slide {
    padding: 2.6em 0;
}

.swiper-slide,
.swiper-slide h1,
.swiper-slide h2,
.swiper-slide h3,
.swiper-slide h4,
.swiper-slide h5,
.swiper-slide h6,
.swiper-slide .heading-1,
.swiper-slide .heading-2,
.swiper-slide .heading-3,
.swiper-slide .heading-4,
.swiper-slide .heading-5,
.swiper-slide .heading-6 {
    color: #fff
}

.swiper-slide:not(.vide):not(.rd-parallax):before,
.swiper-slide .parallax_cnt:before,
.swiper-slide .vide__body:before {
    display: inline-block;
    height: 50%
}

.swiper-slide-caption {
    display: inline-block;
    width: 100%;
    max-height: 100%;
    vertical-align: middle;
    white-space: normal
}

.news_story {
    /* flex-direction: column; */
    background: #fff;
    display: flex;
    width: calc(100% - 14em);
    margin: auto;
    position: relative;
    padding: 0;
    text-align: left;
    color: #000000;
    box-shadow: 1px 1px 20px #00000085;
    width: calc(100% - 14em);
    height: 100%;
    border-radius: 1.6em;
    overflow: hidden;
    text-decoration: none;
}

span.news_date {
    color: #32735b;
    font-weight: bold;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #000;
    width: 100%;
    font-weight: 700;
    margin-bottom: 0;
}

span.news_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 2em;
    justify-content: center;
    width: 74%;
    position: relative;
    letter-spacing: .06em;
}

span.news_photo {
    width: 26%;
    /* padding-bottom: 13%; */
    /* padding-bottom: 27%; */
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: grey;
}

span.news_summary {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    font-size: 1.2em;
}

span.news_readmore {
    justify-self: self-end;
    align-self: flex-end;
    background: black;
    color: white;
    font-weight: 900;
    padding: .25em 2em;
    border-top-left-radius: 2em;
    position: absolute;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
}

span.news_headline {
    font-size: 2em;
    font-weight: 900;
    text-decoration: none;
    margin-bottom: .25em;
}

a.news_story:hover {
    color: black;
}

span.news_readmore:after {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: .5em;
    font-size: .9em;
}

main.page-content h1:after,
main.page-content .about_mission h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
}

.aboutus h1 {
    color: #1d2353;
}

main.page-content h1 span.small {
    display: block;
    font-size: 0.4em;
    line-height: 1;
    margin-top: .3em;
}

main.page-content h1 {
    padding-bottom: 0.3em;
    line-height: 0.85;
    margin-bottom: 0.7em;
}

.about_mission {
    padding: 5em 3vw;
    align-self: center;
    justify-self: center;
    height: 100%;
    display: flex;
    align-items: center;
}

.about_mission h1 {
    color: white;
}

#homemain .largeimage {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    /* height: 100%; */
    width: 50%;
}

section#missionstatment .largeimage {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    /* height: 100%; */
    width: 50%;
}

.largeimage div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
}

footer.page-footer header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    border-bottom: 3px solid;
}

img.footer_logo {
    width: 80%;
    margin: auto;
    display: block;
}

.footer_location {
    padding-top: 1em;
}

a.contact_email:before {
    content: '\f0e0';
    font-family: "font awesome 5 free";
    font-weight: 900;
    min-width: 2em;
    min-height: 2em;
    background: white;
    border-radius: 50%;
    margin: 0 0.5em;
    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;
    text-decoration: none !important;
    color: rgb(91 157 186);
    font-size: 0.8em;
}

a.contact_phone:before {
    content: '\f095';
    font-family: "font awesome 5 free";
    font-weight: 900;
    min-width: 2em;
    min-height: 2em;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    margin: 0 0.5em;
    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;
    text-decoration: none !important;
    color: rgb(91 157 186);
    font-size: 0.8em;
}

.contact_fax:before {
    content: '\f1ac';
    font-family: "font awesome 5 free";
    font-weight: 900;
    min-width: 2em;
    min-height: 2em;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    margin: 0 0.5em;
    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;
    text-decoration: none !important;
    color: rgb(91 157 186);
    font-size: 0.8em;
}

.contact_fax {
    display: flex;
    margin-bottom: .5em;
}

.stuck h1.logo {
    height: calc(12px + 4.3vw);
}

.stuck nav.mr-navbar-desktop {
    padding: 0;
}

ul.level-1 {
    position: absolute;
    list-style: none;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    left: 0%;
    padding: 0;
    background: #3e5b41;
    min-width: 200px;
    color: white;
    box-shadow: 0 10px 10px rgb(0 0 0 / 32%);
    display: none;
    border-top: 3px solid black;
    /* top: calc(100% + 3px); */
    transform: translate(0px, -3px);
}

ul.level-0.mr-navbar-nav ul.level-1 li a {
    text-align: left;
    padding: 0.7em 1em;
    font-size: 14px;
    transition: none;
    width: 100%;
    color: white;
}

ul.level-0.mr-navbar-nav ul.level-1 li a:hover {
    background: #5b9dba;
    color: white;
}

ul.level-0.mr-navbar-nav li {
    width: 100%;
}

ul.level-0.mr-navbar-nav li.has_subnav>a:after {
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: .25em;
    line-height: 1em;
    font-size: 0.8em;
}

ul.level-0.mr-navbar-nav li.has_subnav:hover>a:after {
    color: #3c583f;
}

.social_links {
    display: flex;
}

.social_links a {
    text-decoration: none;
    font-family: "font awesome 5 free";
    font-weight: 400;
    min-width: 2em;
    min-height: 2em;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    margin: 0 0.5em;
    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;
    text-decoration: none !important;
    color: rgb(91 157 186) !important;
    font-size: 0.8em;
}

.social_links a.link_btn i {
    color: #5b9dba;
    font-size: 1em;
    margin: 0;
}

a.link_btn:hover {
    opacity: 0.8;
}

section#secondary-content .services_list a {
    color: black;
}
img.logo {
    max-width: 100%;
    margin: 0 auto 1em;
    display: block;
}
.contact_input_group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.contact_input_group input {
    flex-grow: 1;
    min-width: 280px;
}

.mceContentBody .services_list a {
    color: black;
}
#secondarypage .aboutus {
    color: black;
    font-weight: 400;
    text-align: left;
}
@media (max-width: 991px) {
    .services_list a {
        width: 25%;
    } 
}