﻿@font-face {
	font-family: 'TAZ Regular';
	font-display: auto;
	src: url(../fonts/Taz_05_Regular_TT.eot);
	src: local(':relaxed:'),
		url(../fonts/Taz_05_Regular_TT.eot?#iefix) format('embedded-opentype'),
		url(../fonts/Taz_05_Regular_TT.woff) format('woff'),
		url(../fonts/Taz_05_Regular_TT.svg#font) format('svg');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'TAZ Bold';
	font-display: auto;
	src: url(../fonts/Taz_05_Bold_TT.eot);
	src: local(':relaxed:'),
		url(../fonts/Taz_05_Bold_TT.eot?#iefix) format('embedded-opentype'),
		url(../fonts/Taz_07_Bold_TT.woff) format('woff'),
		url(../fonts/Taz_07_Bold_TT.svg#font) format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'TAZ Bold Italic';
	font-display: auto;
	src: url(../fonts/Taz_07_BoldItalic_TT.eot);
	src: local(':relaxed:'),
		url(../fonts/Taz_07_BoldItalic_TT.eot?#iefix) format('embedded-opentype'),
		url(../fonts/Taz_07_BoldItalic_TT.woff) format('woff'),
		url(../fonts/Taz_07_BoldItalic_TT.svg#font) format('svg');
	font-weight: 700;
	font-style: italic;
}
html {
    scroll-behavior: smooth;
	scroll-padding: 100px 0 0 0;
}
body {
	background-color: #ffffff;
	font-family: 'TAZ Regular';
	font-size: 1.1rem;
	padding-top: 79px;
	color: #666;
}
@media screen and (min-width: 580px) {
    body {
        padding-top: 89px;
    }
}
ul {
    padding-left: 18px;
}
ul li {
    line-height: 1.3;
}
a, a:not([href]) {
    color: inherit;
    text-decoration: underline;
}
a.btn {
    text-decoration: none;
}
a:hover, a:not([href]):hover {
    text-decoration: none;
    color: #dc3545;
}
a.cookies-confirm {
    color: #fff;
    text-decoration: none;
}
a.cookies-confirm:hover {
    color: #fff;
    text-decoration: none;
}
.wrapper--md {
	max-width: 720px;
    margin: 0 auto;
}
.btn-primary {
	background-color: #1fb300;
	border-color: #1fb300;
	font-size: 1.3rem;
	padding: 10px 20px;
	border-radius: 0;
}
.btn-primary.btn-xs {
	font-size: 1rem;
	padding: 5px 10px;
}
.btn-primary:hover {
	background-color: #1fa000;
	border-color: #1fa000;
	box-shadow: none;
}
.btn-primary:focus,
.btn-primary:active {
	background-color: #1fb300;
	border-color: #1fb300;
	box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
	background-color: #1fb300;
	border-color: #1fb300;
	box-shadow: 0;
}
.btn-secondary {
	background-color: #e30613;
	border-color: #e30613;
	font-size: 1.3rem;
	padding: 10px 20px;
	border-radius: 0;
	color: #fff;
	text-decoration: none;
}
.btn-secondary.btn-xs {
	font-size: 1rem;
	padding: 8px 10px;
}
.btn-secondary:hover {
	background-color: rgb(197, 5, 18);
	border-color: rgb(197, 5, 18);
	box-shadow: none;
	color: #fff;
}
.btn-secondary:focus,
.btn-secondary:active {
	background-color: rgb(197, 5, 18);
	border-color: rgb(197, 5, 18);
	box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
	background-color: rgb(197, 5, 18);
	border-color: rgb(197, 5, 18);
	box-shadow: 0;
}
b, strong, .font-weight-bold {
    font-family: 'TAZ Bold';
    font-weight: 700;
}
.green-text {
	color: #1fb300;
}
.logo {
    width: 200px;
    height: auto;
}
@media screen and (min-width: 580px) {
    .logo {
        width: 255px;
    }
}
.redline {
	background-color: #ed1c24;
}
h1 {
	font-family: 'TAZ Bold';
	font-size: 2rem;
}
h2 {
    font-family: 'TAZ Bold';
    font-weight: 700;
    color: #000;
    margin-bottom: 2rem;
}
h3 {
	font-family: 'TAZ Bold';
    font-weight: 700;
    color: #000;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}
.grey-text {
	color: #90a4ae;
	font-weight: 400;
}
.black-text {
	color: #000;
}
#map_wrapper {
	height: 600px;
}
#map_canvas {
	width: 100%;
	height: 100%;
}
.address-container {
	font-size: 14px;
	text-align: left;
}
.address-container h3 {
	font-size: 18px;
}
.address-container a {
	color: #ed1c24;
}
.hover-red:hover {
	color: #ed1c24;
}
#navbarTop {
    position: fixed;
    top: 0;
    z-index: 8888;
    height: 80px;
    width: 100%;
}
@media screen and (min-width: 580px) {
    #navbarTop {
        height: 90px;
    }
}
#navbarMobile {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	opacity: 0;
	display: none;
	transition: opacity 500ms;
}
.new-navbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	flex-wrap: wrap;
	padding: 0 16px;
}
.new-mobile-navbar {
	background-color: #e30613;
}
.new-navbar__brand {
	height: 55px;
}
.new-navbar__list {
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding: 16px 0;
	margin: 0;
	height: 54px;
}
.new-mobile-navbar__list {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 50px 0 16px 0;
	margin: 0;
}
.new-navbar__list li {
	margin: 0 16px;
	text-align: center;
}
.new-navbar__hamburger {
	display: none;
	color: #fff;
	cursor: pointer;
}
.new-navbar__close {
	position: absolute;
	right: 34px;
	top: 20px;
}
.new-navbar__mobile {
	margin-bottom: 10px;
}
.new-navbar__link {
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
}
.new-navbar__link:hover {
	color: #fff;
	text-decoration: underline;
}
@media (max-width: 767px) {
	.new-navbar__hamburger {
		display: block;
		height: 30px;
	}
	.new-navbar__desktop {
		display: none;
	}
	.new-navbar__list {
		padding: 0;
		height: 30px;
	}
}
@media (min-width: 768px) {
	#navbarMobile {
		display: none !important;
	}
}
/* Trees */
.c-price-tag {
    display: inline-block;
    padding: 0.25rem 0.75rem 0.25rem 0.5rem;
    background-color: #c00;
    color: #fff;
    margin: 1px 0 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 100%;
}
.c-price-tag__txt {
    font-size: 0.75rem;
    line-height: 100%;
}
.c-price-tag sup {
	top: -0.25em;
}
.tree-card a {
    color: #666;
    text-decoration: none;
}
.tree-card a:hover, 
.tree-card a:focus {
    color: #666;
}
.img-box {
    text-align: center;
}
.img-box img {
    max-width: 100%;
}
/* Image grid */
.c-cta-img {
    position: relative;
    overflow: hidden;
    display: block;
    max-width: 355px;
    margin: 0 auto;
}
.c-cta-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s linear;
}
.c-cta-img:hover::after,
.c-cta-img:focus-visible::after {
    opacity: 1;
}
.img-responsive {
    width: 100%;
    height: auto;
}
.shadows {
	box-shadow: 0 0 43px rgba(0, 0, 0, 0.11);
}
.footer {
    background-color: #fff;
    color: #000;
}
.footer ul {
    list-style-type: none;
}
footer {
	color: #FFFFFF;
}