@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200..1000&display=swap');
@import url("conservation.css");
@import url("content-1.css");
@import url("departments.css");
@import url("header-26.css");
@import url("home.css");
@import url("services.css");
@import url("footer.css");

body { margin: 0; font-family: 'Mulish', sans-serif; color: #231F20; font-size: 18px; line-height: 29px; background-image: linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.1)), url(/imgs/footer.png); background-size: auto 500px; background-position: center bottom; background-repeat: repeat-x; }

a { color: #3B6B8C; }
a:hover, a:active { color: #00364D; }

a.button { background: #F79759; color: #231F20; font-size: 24px; font-family: 'Gill Sans MT', 'Gill Sans', Arial; text-decoration: none; padding: 12px 18px; font-weight: 600; display: inline-block; margin: 0 5px 5px 0; }
.contentRight a.button { font-size: 22px; padding: 6px 10px; font-weight: 400; }

h1 { font-size: 42px; line-height: 44px; font-family: 'Gill Sans MT', 'Gill Sans', Arial; font-weight: 600; text-transform: uppercase; }
h2 { font-size: 36px; line-height: 40px; font-family: 'Gill Sans MT', 'Gill Sans', Arial; font-weight: 400; }
h3 { font-size: 24px; line-height: 26px; font-family: 'Gill Sans MT', 'Gill Sans', Arial; font-weight: 600; }

.clear { clear: both; }

.content { padding-top: 189px; }
.sampleContent { height: calc(100vh - 269px); }

@media screen and (max-width: 1320px) { 
    .content { padding-top: 130px; }
    .content.noSection { padding-top: 130px; }
}

.listFilter input[type="text"] { border: 1px solid #E6E6E6; width: 100%; padding: 8px 5px; font-size: 18px; font-family: 'Mulish', sans-serif; margin: 0 0 20px; }
.listFilter { margin-bottom: 1em; }

hr { margin-block-start: 20px; margin-block-end: 20px; border: 0px; border-top: 1px solid #E6E6E6 !important; }

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content {
    width: 400px !important;
    height: 500px !important;
    max-width: calc(100% - 40px);
    max-height: 90%;
    margin: 0;
}

/*

Fonts:
Gill Sans MT
Mulish

Colors:
Blue - #00364D
Orange - #F47B20
Light - Orange: #F79759
Red - #731D14
Gray - #E6E6E6
Black - #231F20

Icon Style:
Light

*/