:root {
    --dark: #212121;
    --gray: #646363;
    --lightgray: #F0F0F0;
    --mainFont: 'Mulish', sans-serif;
    --primary: #114c51;
    --secondary: #000000;
    --white: #ffffff;
}

.email {
    display: none;
}

/* https://meyerweb.com/eric/tools/css/reset/    v2.0 | 20110126   License: none (public domain)*/

*,
::after,
::before {
    box-sizing: border-box;
}

button,
.btn,
html [type="button"],
[type="submit"] {
    background: 000;
}

html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

html {
    font-family: var(--mainFont);
    margin-top: 0 !important
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.text-center {
    text-align: center;
}

body {
    color: var(--dark);
    font-family: var(--mainFont);
    font-size: 17px;
    line-height: 1.1em;
    line-height: 24px;
    margin: 0;
}

.imgHeader {
    background: var(--primary);
}

img {
    max-width: 100%;
    height: auto;
}

.cc-banner {
    font-family: var(--mainFont);
}

b,
strong {
    font-weight: bold;
}

em,
i {
    font-style: italic;
}

h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
}

h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    margin: 30px 0px 15px 0px;
}

h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 3px;
}

h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}

button,
.btn,
html [type="button"],
[type="submit"],
#contact-button {
    align-self: flex-start;
    background-attachment: scroll;
    background-clip: border-box;
    border-radius: 4px;
    box-sizing: border-box;
    display: table;
    font-family: var(--mainFont);
    font-weight: 600;
    height: 48.5714px;
    margin: 10px auto;
    min-width: 120px;
    padding: 16px 36px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-size-adjust: 100%;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

p {
    margin: 10px 0 18px 0;
}

input[type=text],
input[type=tel],
input[type=email],
select,
textarea {
    border-radius: 4px;
    padding: 12px;
    resize: vertical
}

label {
    display: inline-block;
    font-weight: 400;
    padding: 18px 0 5px
}

input[type=submit] {
    border: 0;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    padding: 12px 20px;
}

.h-350 {
    height: 350px !important;
}

.flex-container,
#header,
#stopbar,
section {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-justify-content: center;
}

#stopbar {
    justify-content: space-between;
    padding: 15px 15px 0 15px;
}

.phone a {
    padding-right: 7px;
}

.foot {
    padding: 30px 0;
}

.foot img {
    -webkit-filter: grayscale(100%) brightness(90%);
    filter: grayscale(100%);
    margin: 18px 0;
    width: 100%;
}

.foot .btn {
    max-width: 100%;
}

.btn {
    border-radius: 100px !important;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 33px;
    margin: 5px 10px;
    text-transform: uppercase;
    width: 200px;
}


.btn-secondary {
    border: none !important;
    padding: 0px !important;
}



.imgHeader h1 {
    font-size: 2em;
    line-height: 1.2em;
}

.foot img {
    height: auto;
    margin: 18px 10px;
    max-width: 200px;
}

.foot {
    padding: 0 0 30px 0;
}

.bold {
    font-weight: bold;
}

.cc-btn {
    font-weight: 400 !important;
    text-transform: uppercase;
}


.mobile-break {
    display: none;
}

.start-cta {
    margin-bottom: 0;
    padding: 20px 0;
    text-align: center;
}

.btn-light {
    color: var(--primary);
}

.btn-secondary {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}

.btn-secondary:hover,
[type="submit"]:hover {
    background-color: var(--secondary);
    color: var(--white);
    transition: .3s;
}

.btns .btn-light,
.btns .btn-secondary {
    border: 2px solid var(--primary);
}

.close {
    color: var(--white);
    text-shadow: 0 1px 0 var(--dark);
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    color: var(--lightgray);
}

a.btn-sm {
    border-radius: .2rem;
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem;
}

.dark {
    background: var(--dark);
    color: var(--lightgray);
}

.light {
    background: var(--lightgray);
    color: var(--dark);
}

.footerContact {
    color: var(--gray);
}

.uemedia img {
    filter: invert(1);
    width: 150px;
}

.grey {
    background-color: var(--white);
    margin-bottom: 30px;
}

#stopbar,
.greyfoot {
    background-color: var(--lightgray)
}

#stopbar p {
    margin: 0;
}

.cols {
    margin-top: 30px;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.cols h2 {
    border-bottom: 1px solid var(--primary);
    display: block;
    margin: 0px;
    width: 100%;
    font-weight: 700;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.col {
    flex-basis: 100%;
    padding: 30px;
}

.start-cta .col {
    padding: 3px;
}

.imgHeader {
    align-items: center;
    background-position: center;
    background-size: cover;
    color: var(--white);
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
    text-shadow: 2px 2px 5px var(--dark);
}

.row {
    align-content: space-around;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-justify-content: space-between;

}

.imgHeader a.btn {
    margin: 10px auto;
}

.imgHeader h1,
.imgHeader p {
    color: var(--white);
}

.pretty {
    border-right-color: var(--primary);
}

blockquote {
    border-left: 4px solid var(--primary);
}

.announcement {
    background: var(--primary)cc;
}

#sidebar {
    background: var(--white);
    color: var(--dark);
}

#sidebar img {
    width: 90%;
    height: auto;
}

.foot b {
    border-bottom: 1px solid var(--primary);
}

.ml0 {
    margin-right: -15px;
    padding: 0 !important;
}

#sidebar,
.content h1,
.content h2,
.contact h1,
.contact h2 {
    border-left: 2px solid var(--primary);
}

.content h1,
.content h2,
.contact h1,
.contact h2 {
    color: var(--dark);
    padding-left: 10px;
}

.contact h1,
.contact h2 {
    width: 100%;
}

.contact,
.contactbg {
    border-radius: 10px;
    margin: 0 1rem;
}

.contactbg label {
    display: block;
}

.contactbg input[type=text],
.contactbg input[type=tel],
.contactbg input[type=email],
.contactbg select,
.contactbg textarea {
    width: 100%;
}

.contactbg #id-contact-form {
    width: 100%;
}

.start-cta {
    background: var(--lightgray);
    color: var(--dark);
}

.start-cta h2 {
    color: var(--dark);
    margin: 5px 0 10px;
}

a {
    color: var(--primary);
}

a:hover {
    color: var(--secondary);
    transition: .3s;
}

input[type=submit] {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}

input[type=text],
input[type=tel],
input[type=email],
select,
textarea {
    border: 1px solid var(--lightgray);
}

a.cc-dismiss:hover {
    color: var(--white) !important;
    background: var(--secondary) !important;

}

::-moz-selection {
    background: var(--primary);
    color: var(--white);
}

::selection {
    background: var(--primary);
    color: var(--white);
}

.footerContact,
.foot,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--dark);
}

.cta-content a:hover {
    color: var(--dark)
}

body {
    background-color: var(--white);
}

.btn-light {
    background-color: var(--white);
    border-color: var(--lightgray);
}

.btn-light:hover {
    background-color: var(--lightgray);
    border-color: var(--lightgray);
    color: var(--secondary);
    transition: .3s;
}

.dark a {
    color: var(--gray);
}

.contactbg a {
    color: var(--white);
}

.btn-foot {
    border-radius: .3rem;
    font-size: .775rem;
    height: 40px;
    line-height: 1.2;
    padding: .7rem .5rem;
    width: 120px !important;
}

.contactMain {
    margin: 10px 0 10px 0;
}

.border-left {
    border-left: 1px solid var(--lightgray);
}

.border-right {
    border-right: 1px solid var(--lightgray);
}

#sidebar a.btn {
    margin-left: 0;
}

.content {
    padding-right: 40px;
}

.btns {
    padding: 30px;
}

.site-title {
    overflow: hidden;
}

#tag img {
    max-width: 100%;
    width: 150px;
}

#logo span {
    color: var(--dark);
    display: block;
}

#top p {
    color: var(--white);
    font-size: 1.1125em;
    font-weight: bold;
    line-height: 1.5em;
    padding-bottom: 1em;
    text-shadow: 2px 2px 5px var(--dark);
}

.dropdown {
    background: var(--lightgray);
}

.primary {
    background: var(--primary);
}

.contactbg {
    background-color: var(--gray);
}

.a50pch {
    line-height: 50px;
}

.a20pxw {
    width: 20px;
}

.a40pch {
    line-height: 40px;
}

.mapsyle {
    filter: grayscale(100%);
    height: auto;
    width: 100%;
}

.smallish {
    margin: 0 auto;
    max-width: 59%;
}

.hidden {
    display: block;
}

.hide,
.hidez {
    display: none;
}

.dropdown {
    z-index: 3;
}

#top {
    z-index: -1;
}


.form,
.double {
    overflow: hidden;
    width: 100%;
}

#contact-button-special {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    margin: 0;
    white-space: nowrap;
    border-radius: 4px;
    resize: vertical;
    width: 100%;
    max-width: 100% !important;
    min-width: 87px;
}

.form #id-contact-form {
    width: 100%;
}


@media (max-width: 992px) {
    #sidebar {
        border-left: none;
        padding: 20px 0;
    }

    .double {
        flex-wrap: wrap;
    }
}

@media(max-width:767px) {
    .hidden {
        display: none;
    }

    .navdiv {
        display: none;
    }

    .hide,
    .hidez {
        display: block;
    }

    .foot .col {
        padding: 5px;
    }

    img {
        height: auto;
        max-width: 100%;
    }

    .contactMain {
        border-radius: 10px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .callus {
        display: block;
        line-height: 50px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        width: 100%;
    }

    .foot {
        padding: 0;
        text-align: center;
    }

    .pretty {
        margin: 5px auto;
        max-width: 100%;
    }

    h1 {
        margin: 20px 0px;
    }

    .mobile-break {
        display: inline;
    }

    .border-right,
    .border-left {
        border: none !important;
    }

    .row {
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 5px;
    }

    .order-1 {
        -ms-flex-order: 1;
        -webkit-flex-order: 1;
        order: 1;
    }

    .order-2 {
        -ms-flex-order: 2;
        -webkit-flex-order: 2;
        order: 2;
    }

    .order-3 {
        -ms-flex-order: 3;
        -webkit-flex-order: 3;
        order: 3;
    }
}

@media (min-width: 768px) {
    .order-md-2 {
        -ms-flex-order: 2;
        -webkit-flex-order: 2;
        order: 2;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        -webkit-flex-order: 1;
        order: 1;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        -webkit-flex-order: 3;
        order: 3;
    }
}

@media (max-width: 576px) {
    .contactbg {
        margin-top: 10px;
    }
}

/*Navigation n stuff */

.navbar-content {
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
}

.navbar-toggler-icon {
    background-image: url(https://uploads.staticjw.com/ue/uemedia/menu.svg);
    background-size: contain;
    height: 35px;
    width: 30px;
}

.navbar-content {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    background: transparent;
    background-image: url(https://uploads.staticjw.com/ue/uemedia/menu.svg);
    background-repeat: no-repeat;
    border: 0;
    border-radius: 0;
    color: var(--dark);
    float: left;
    height: 35px;
    margin: 3px 2px;
    margin-top: 15px;
    min-width: 30px;
    padding: 0px 15px;
    position: relative;
    width: 30px;
}

#navbar {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: .5rem 1rem;
    position: relative;
}

/*#navbar-right {
	float: right;
line-height: 48px;
transition: .4s;
}*/

#navbar #logo {
    font-size: 27px;
    font-weight: 400;
    letter-spacing: -.8px;
    padding: 14px 6px;
    transition: 0.4s;
}

#navbar #logo:has(> #logo-image) {
    padding: 0;
}

#navcol-1 {
    box-sizing: content-box;
}

#navcol-1 ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}

#navcol-1 ul li {
    letter-spacing: 1px;
    list-style: none;
    padding: 0 6px;
}

#navcol-1 ul li a {
    border-bottom: 3px solid transparent;
    color: var(--dark);
    display: block;
    font-size: 18px;
    font-weight: 400;
    min-width: 70px;
    padding: 14px 3px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -.12px;
}

#navcol-1 ul li a:hover,
#navcol-1 ul li#active a {
    border-bottom: 3px solid var(--primary);
}

#navcol-1 ul li#active a {
    font-weight: 600;
}

#navbar {
    background: var(--lightgray);
    margin: 0 auto;
    overflow: hidden;
    padding: 15px;
    top: 0;
    transition: 0.4s;
    width: 100%;
    z-index: 99;
}

ul#nav {
    margin: 0;
    padding: 0;
}

.navbar-brand {
    align-items: center;
    display: inline-flex;
}

.navbar-brand h2 {
    border: none;
    margin: 0;
    padding: 0;
}

img#logo-image {
    max-height: 82px;
    max-width: 205px;
    padding: 0px;
    transition: .4s;
    width: auto;
}

.phone-number a {
    font-size: 20px;
    line-height: 1;
    margin-left: 10px;
    transition: .4s;
}

button,
.btn,
html [type="button"],
[type="submit"],
#contact-button {
    cursor: pointer;
}


@media screen and (max-width: 767px) {
    .pads {
        padding: 10px;
    }

    input[type=text],
    input[type=tel],
    input[type=email],
    select,
    textarea {
        width: 100%;
    }

    .navbar-content {
        position: relative;
    }

    #navbar #logo {
        display: block;
    }

    #navcol-1 ul {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        flex-wrap: wrap;
        height: auto !important;
        justify-content: center;
        width: 90vw;
    }

    #navcol-1 ul>li {
        line-height: 20px;
        padding: 5px;
        width: 80%;
    }

    #navcol-1 .hide {
        text-align: center;
    }

    #navcol-1 ul li a {
        border: none;
    }

    #navcol-1 ul li a:hover,
    #navcol-1 ul li#active a {
        border: none;
    }

    #navcol-1 ul>li#active {
        border-bottom: 3px solid var(--primary);
    }

    #navbar #logo {
        font-size: 20px;
        line-height: 29px;
        margin: 3px 2px;
    }

    #header #navbar .navbar-content {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        flex-direction: row;
        justify-content: space-between;
        box-sizing: content-box;
    }

    button.hide {
        background: rgb(var(--primary));
        height: 28.5714px;
        padding: 1px;
    }

    button.hide:hover {
        background: black;
    }

    #navbar-right {
        border-top: none;
        float: left;
        min-height: 40px;
        box-sizing: content-box;
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        padding: 0px 15px;
        position: absolute;
        right: 5px;
        top: -4px;
    }
}

/* Content sidebar */

.content ul,
.content ol {
    margin-left: 20px;
}

.content,
#sidebar {
    padding: 10px;
}

#sidebar h3 {
    border-bottom: 1px solid var(--primary);
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 20px;
}

#sidebar {
    background: rgba(var(--primary), .114)
}

.contentsidebar {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
}

.content {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: column;
    width: 70%;
}

.contentsidebar .content a {
    font-weight: bold;
}


#sidebar {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: column;
    max-width: 640px;
    width: 250px;
}

.content ul li {
    margin-top: 8px;
}

blockquote {
    padding-block-end: 1em;
    padding-block-start: 1em;
    padding-inline-end: 40px;
    padding-inline-start: 40px;
}

@media(max-width:1200px) {
    #sidebar {
        padding: 20px 10px;
    }
}

@media (max-width: 900px) {
    .contentsidebar {
        flex-wrap: wrap;
        padding: 15px;
    }

    .contentsidebar>.content {
        width: 100%;
    }

    .contentsidebar>#sidebar {
        margin: 0 -15px 0-15px;
        max-width: 100%;
        padding: 10px 30px;
        width: 100%;
    }
}

.alla {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 576px) {
    .alla {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .alla {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .alla {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .alla {
        max-width: 1140px;
    }
}

.cols {
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.col {
    -webkit-box-direction: normal;
    /* -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;*/
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.col.sibling {
    -webkit-box-flex: 0px;
    -webkit-flex: 0px;
    -ms-flex: 0px;
    flex: 0px;
}

.foot .btn {
    margin: 10px auto;
}

@media (max-width: 992px) {

    .grey .col,
    .greyfoot .col {
        width: 100%;
    }

    .col {
        padding: 5px;
    }

}

@media (max-width: 576px) {
    .announcement a {
        line-height: 48px;
    }

    .col.contact.light,
    .col.dark.contactbg {
        width: 100%;
        padding: 20px;
    }

    .form input[type="text"],
    .form input[type="tel"],
    .form input[type="email"],
    .dual,
    .callmail,
    .form .col {
        width: 100%;
    }
}

@media (max-width: 446px) {
    .alla {
        padding: 0;
    }

    .col.contact.light,
    .col.dark.contactbg {
        margin: 0;
    }

    .col.dark.contactbg {
        margin-top: 10px;
    }

    .foot .col {
        margin-bottom: 30px !important;
    }
}


.d-block.mapsyle {
    display: none;
}