/* MZ LOGGING BRAND COLOR VARIABLES */
:root {
	--color-primary-orange: #FF6633;
	--color-secondary-green: #2D5016;
	--color-tertiary-brown: #704214;
	--color-black: #1a1a1a;
	--color-light-gray: #F5F5F5;
	--color-dark-gray: #666666;
	--color-white: #FFFFFF;
	--color-accent-dark: #1a1a1a;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	background-color: var(--color-white);
	color: var(--color-black);
}
.center {
	text-align: center;
}
.thin {
	font-weight: 100;
}
.middle {
	width: 100%;
}
.curves {
	float: left;
	max-height:40px;
}
.ticker-title p {
	margin: 0px;
}

h3 {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 600;
}

#Header {
	padding-bottom:0px;
	color: #333333;
	width: 100%; /* Full width */
	background-color: #ffffff;
	background-image: url('/graphics/treeline.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
	text-align: center;
	overflow: hidden;
}
#Logo {
	float: left;
	width: 65%;
	margin-left: 17.5%;
}
#Phone {
	float: right;
	color: var(--color-white)!important;
	border-radius: 7px;
	/* letter-spacing: 1px; */
	background-image: linear-gradient(180deg, var(--color-primary-orange) 0%, #E85522 100%);
	background-color: var(--color-primary-orange);
	font-family: Roboto, Helvetica, Arial, Lucida, sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	padding: 8px;
	padding-right: 20px;
	padding-left: 20px;
	border: solid 2px #dddddd;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 45%;
	margin-right: 22.5%;
}
.videoholder {
	width:96%;
	margin-left: 1%;
	padding-left: 0;
}
.videoholder iframe {
	width:94%;
	margin-left:0%;
	height:420px;
	border-radius:6px;
}
.orange {
	color: var(--color-primary-orange);
}

.orange-back {
	color: var(--color-white);
	background: linear-gradient(135deg, var(--color-secondary-green) 0%, var(--color-tertiary-brown) 100%);
}

#Main .orange-back h1, #Main .orange-back h2, #Main .orange-back h3, #Main .orange-back p {
	color: #ffffff;
}

#Main .orange-back h4 {
	color: #222222;
	font-weight: bold;
	font-size: 1.1em;
}

.orange-wave-divider {
	float: left;
	clear: both;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0zMjAgMjhjMzIwIDAgMzIwIDg0IDY0MCA4NCAxNjAgMCAyNDAtMjEgMzIwLTQydjcwSDBWNzBjODAtMjEgMTYwLTQyIDMyMC00MnoiLz48L2c+PC9zdmc+);
	background-size: 100% 100px;
	top: 0;
	height: 100px;
	z-index: 10;
	transform: rotateY(180deg) rotateX(180deg);
}

/* @group Nav */

#NavWrapper .nav {
	margin: 0px auto;
	/*background-image: url(../graphics/nav-slice.png);
	background-repeat: repeat-x;*/
	/* background-image:url(../graphics/nav_background.png);
	background-repeat: no-repeat;
	width: 960px; */
	height: 59px;
	float: right;
}

#NavWrapper ul.nav li {
	float: left;
	zoom: 1;
	list-style-type: none;
}

#NavWrapper .nav a {
	margin: 0px auto;
	color: #eeeeee;
	text-decoration: none;
	line-height: 43px;
	float: left;
	padding-right: 8px;
	padding-left: 8px;
	text-shadow: 1px 1px 1px #333;
	font-size: 17px;
	background-repeat: repeat-x;
	font-weight: normal;
	padding-top: 6px;
}

#NavWrapper .nav a:hover {
	color: #e3d8c0;
}

#NavWrapper .nav a.nav-selected {
	color: #ffffff;
}

#NavWrapper .nav li ul {
	padding-left:0px;
	padding-top: 6px;
	margin-left: 0px;
	margin-top: -1px;
	background: #1e344e;
	border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	padding-bottom: 6px;
}

/*
	LEVEL ONE
*/
#NavWrapper ul.nav {
	position: relative;
	margin-before:0px;
}
#NavWrapper ul.nav li {
	float: left;
	zoom: 1;
	list-style-type: none;
}

#NavWrapper ul.nav a:active {
	color: #e3d8c0;
}

#NavWrapper ul.nav a:hover {
	color: #e3d8c0;
	text-shadow: none;
}
#NavWrapper ul.nav li a {
	display: block;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 20px;
	margin-left: 0px;
	margin-right: 0px;
}
#NavWrapper ul.nav li:last-child a         { border-right: none; } /* Doesn't work in IE */
#NavWrapper ul.nav li.hover,
#NavWrapper ul.nav li:hover                { color: black; position: relative; }
#NavWrapper ul.nav li.hover a              { color: black; }

/*
	LEVEL TWO
*/
#NavWrapper ul.nav ul {
	width: 170px;
	padding-right:10px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index:200;
}

#NavWrapper ul.nav ul li {
	font-weight: normal;
	color: #000;
	border-bottom: 1px solid transparent;
	float: left;
	clear: left;
	padding: 0;
	line-height: 24px;
	margin: 0;
}

#NavWrapper ul.nav ul li a {
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: capitalize;
	background: none;
	line-height: 18px;
	padding-left: 15px;
}

#NavWrapper ul.nav ul li a:hover {
	background: none;
	color: #e3d8c0;
}

#NavWrapper #Nav ul.nav ul li a {
	font-size: 16px;
}

                                    /* IE 6 & 7 Needs Inline Block */
#NavWrapper ul.nav ul li a { border-right: none; width: 100%; display: inline-block; }

/*
	LEVEL THREE
*/
#NavWrapper ul.nav ul ul 					{ left: 100%; top: 0; }
#NavWrapper ul.nav li:hover > ul 			{ visibility: visible; }

/* @end */

/* @group TopNav */

.topnav {
    display: flex;
    align-items: stretch;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    overflow: visible;
    font-weight: 500;
}

.firstnav {
    margin-top: 0;
    border-top: none;
}

.topnav a {
    display: flex;
    align-items: center;
    float: none;
    color: #ffffff;
    text-decoration: none;
    padding: 16px 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1em;
    font-weight: 500;
    margin-top: 0;
    white-space: nowrap;
    text-shadow: none;
    transition: background-color 0.2s ease;
}

.active {
    opacity: 0.9;
}

.topnav a:hover {
    background-color: rgba(255,255,255,0.15);
    opacity: 1;
    color: #ffffff;
    text-shadow: none;
}

.topnav a i {
    margin-left: 4px;
}

a.icon {
    display: none;
    float: none;
    margin-top: 0;
    color: #ffffff;
    text-decoration: none;
    font-size: 28px;
}

.topnav .dropdown {
    display: flex;
    align-items: stretch;
    float: none;
    overflow: visible;
    position: relative;
    border-radius: 0;
}

.topnav .dropdown a {
    background-color: transparent;
}

.topnav .dropdown .dropbtn {
    font-size: 1em;
    border: none;
    outline: none;
    color: white;
    padding: 16px 20px;
    background-color: transparent;
    font-family: inherit;
    margin: 0;
}

.topnav .dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--color-secondary-green);
    min-width: 220px;
    z-index: 1000;
    padding: 4px 0;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.3);
}

.topnav .dropdown-content a {
    display: block;
    float: none;
    color: #f5f5f5;
    padding: 12px 20px;
    text-align: left;
    margin-top: 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    font-size: 0.95em;
}

.topnav .dropdown-content a:last-child {
    border-bottom: none;
}

.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: rgba(255,255,255,0.15);
    color: #ffffff;
}

.topnav .dropdown-content a:hover {
    background-color: rgba(255,255,255,0.2);
    opacity: 1;
    color: #ffffff;
}

.topnav .dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 800px) {
    #Header .button {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .topnav {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .topnav .dropdown {
        display: none;
        width: 100%;
        flex-direction: column;
    }
    a.icon {
        display: flex;
        align-items: center;
        padding: 15px 20px;
        float: none;
    }
    .topnav.responsive {
        flex-direction: column;
        align-items: stretch;
    }
    .topnav.responsive a.icon {
        align-self: flex-end;
        order: -1;
    }
    .topnav.responsive .dropdown {
        display: flex;
        float: none;
        order: 1;
    }
    .topnav.responsive .dropdown a {
        padding: 12px 20px;
    }
    .topnav.responsive .dropdown-content {
        display: block;
        position: static;
        box-shadow: none;
        border-radius: 0;
        min-width: 100%;
        background-color: rgba(0,0,0,0.25);
        padding: 0;
    }
    .topnav.responsive .dropdown-content a {
        padding-left: 35px;
        border-bottom-color: rgba(255,255,255,0.08);
    }
    .topnav.responsive a:hover {
        background-color: rgba(255,255,255,0.15);
        color: #ffffff;
    }
}

/* @end */
/* @group Nav */

#Nav, #NavWrapper {
	clear: both;
	width: 100%;
	background-color: var(--color-secondary-green);
	position: relative;
	z-index: 200;
}

#NavButton {
	float: left;
	margin-left: 10px;
	padding: 16px;
	display: none;
}

#NavButton a {
	color: #ffffff;
}

#NavButton a:hover {
	color: #ffffff;
}

.menu {
	float: right;
	clear: right;

}

.navline {
	height: 3px;
	width: 28px;
	float: right;
	clear: right;
	background-color: #222222;
}

#NavButton .navline {
	background-color: #222222;
}

#NavButton a:hover .navline {
	background-color: #ffffff;
}

.navwhite {
	height: 5px;
	width: 20px;
	float: right;
	clear: right;
}

/* @end */

#Marketing {
	float: left;
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #22262b url("../graphics/hands.jpg") no-repeat center center;
	background-size:cover;
	color: #ffffff;
	text-shadow: 2px 4px 6px #222222;
	font: 1.2em Roboto;
}
#Marketing .middle {
	text-align:center;
}
#Marketing h2 {
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	font-size: 44px;
	color: #1e344e;
	line-height: 1.2em;
	text-shadow: 0em 0.1em 0.1em rgba(0,0,0,0.4);
}

#Marketing h2 a {
	color: #1e344e;
	text-decoration: none;
}

#Marketing h2 a:hover {
	color: #1e344e;
	text-decoration: underline;
}
#Marketing h1 a {
	color: #1e344e;
	text-decoration: none;
}

#Marketing h1 a:hover {
	color: #1e344e;
	text-decoration: underline;
}
#Marketing h2.marketing-header {
	font-family: "Oswald", sans-serif;
	font-size: 27px;
	color: #1e344e;

}
#Marketing h1.marketing-header {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 27px;
	font-weight: 700;
	color: #ffffff;
}

#Marketing h3 {
	text-shadow: 1px 2px 3px #222222;
	width: 90%;
	float: right;
	margin-right: 5%;
	font-size: 1em;
	font-style: italic;
	font-weight: 300;
}

.marketing_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0;
}

.bigbutton {
	color: #ffffff!important;
	border-radius: 7px;
	letter-spacing: 0px;
	background-color: #1e344e;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 40px;
	padding: 14px;
	padding-right: 14px;
	padding-left: 14px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 14px;
	text-decoration: none;
	text-shadow: none;
}
.bigbutton:hover {
	background-color: #3b4c61;
}

.button, .whitebutton {
	border-radius: 7px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 36px;
	border: 2px solid transparent;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	padding: 0.3em 0.7em;
}

.button img, .whitebutton img {
	height: 24px;
	margin-bottom: -4px;
}

.button {
	color: #ffffff!important;
	background-color: #1e344e;
}

.button .circle {
	border: solid 2px #ffffff;
}

.whitebutton {
	color: #1e344e!important;
	background-color: #ffffff;
}

.whitebutton .circle {
	border: solid 2px #1e344e;
}

.circle {
	border-radius: 50%;
	padding: 8px;
	font-size: 32px;
}
/* Bright Orange: #e07728;
	Dark Orange: #d06b1e;
	Dull Orange: #e3853e;
*/
.graybar {
	width: 90%;
	padding: 5%;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #4f4f4f!important;
	color: #ffffff;
}

#Marketing, #Main, #Footer {
	clear: both;
}

#Main h1, #Main h2, #Main h3, #Main h4, #Main h5 {
	font-family: "Oswald", sans-serif;
	padding-left: 8px;
	padding-right: 8px;
}

#Main h1 {
	font-family: "Cinzel", serif;
	color: #333333;
	margin-top: 5%;
	margin-bottom: 5%;
	font-size: 34px;
}
#Main .graybar h1 {
	color: #ffffff;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2em;
}
#Main h1.thin {
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	color: rgba(0,0,0,0.64)!important;
}
#Main h2 {
	color: #333333;
	font-size: 27px;
	font-weight: bold;
}

#Main h2 a {
	font-family: FangSong,"Trebuchet MS","Times New Roman",serif;
	color: #1e344e;
	letter-spacing: -1px;
}

#Main h2 a:hover {
	color: #3b4c61;
}

#Main h2.thin {
	font-weight: 300;
	font-size: 38px;
	color: #ffffff!important;
	line-height: 50px;
	text-align: center;
}
#Main h3 {
	font-weight: 700;
	font-size: 23px;
	color: #333333;
	line-height: 2em;
}

#Main .quarter h3 {
	font-size: 30px;
}

#Main h4 {
	color: #333333;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.4em;
	margin-bottom: 8px;
}

#Main h2 small {
	font-size: 0.5em;
}
.decorative {
	font-family: 'Yellowtail',handwriting;
	font-size: 44px;
	color: #a76d4a !important;
}
#Main a {
	color: #1e344e;
	text-decoration: none;
}

#Main .quarter a {
	color: #665;
	font-weight: 600;
}

#Main .quarter a:hover {
	color: #3b4c61;
}

.sidemenu a {
	text-decoration: none;
	font-family: FangSong,"Trebuchet MS","Times New Roman",serif;
	font-weight: 700;
	font-size: 20px;
	color: #a76d4a !important;
	line-height: 1.4em;
}
.sidemenu a:hover {
	color: #1e344e;
}

#Main p, .jqf, .ptable {
	color: #665;
	font-family: "Roboto Flex", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5em;
	padding-left: 8px;
	padding-right: 8px;
	letter-spacing: 1px;
}

#Main ul {
	color: #665;
	font-family: "Open Sans","Arial Narrow",Arial,Lucida,sans-serif;
	font-size: 16px;
	font-weight: 500;
	list-style-type: disc;
	padding: 0 0 23px 1em;
	line-height: 26px;
	margin-left: 10px;
}

#Main p.blog_blurb {
	color: #333;
	margin-top: 1em;
	margin-bottom: 1em;
	font: 400 14px/2em Roboto;
}

#BlogSlideHolder {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:15px;
}

.gallery .container {
	float: left;
	width: 32%;
	margin: 0.5%;
	text-align: center;
	vertical-align: middle;
	min-height: 102%;
}
.gallery img {
	width: 96%;
	margin: 2%;
	height: auto;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 3px;
	box-shadow: 0px 0px 0px #ffffff;
	transition: width: 2s, margin: 2s;
	opacity: 80%;
}
.gallery img:hover {
	width: 96%;
	margin: 2%;
	cursor: pointer;
	opacity: 100%;
}

/* @group Forms */

.jqf-overlay {
	width: 100%;
	height: 100%;
	background: #ffffff;
}

.jqf sup {
	color: #ba0000;
}

.jqf input[type=text], .jqf select, .jqf textarea {
	width: 80%;
	padding: 16px !important;
	border: none;
	border-radius: 0;
	color: #6b6b6b;
	background-color: #eee;
	font-size: 18px;
}

.jqf select, .jqf textarea {
	width: 89%;
}

.jqf .missing {
	border: solid 1px #cc0000;
}

.jqf span.orangebutton {
	text-transform: capitalize;
	font-weight: 500;
	line-height: 1.7em;
	padding: 0.4em 1.1em 0.4em 1em;
	font-size: 22px;
}

.jqf span.orangebutton:hover {
	cursor: pointer;
	background: #333333;
}

.searchform input {
	padding: 7px;
	height: 40px !important;
	margin: 0;
	font-size: 14px;
	line-height: normal !important;
	border: 1px solid #ddd;
	color: #666;
}

.searchform input[type=text] {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #ffffff;
	width: 100px;
	float: left;
}

.searchform input[type=submit] {
	border: 2px solid #ddd;
	background-color: #dddddd;
	width: 70px;
	float: left;
	padding: 8px;
}

/* @end */

.fullcolumn, .twothirds, .third, .threequarter, .quarter {
	float: left;
	width:100%;
	margin: 0;
	padding: 0;
}
.half {
	float: left;
	width:93%;
	margin: 0 3%;
	padding: 0;
}
.quarter {
	float: left;
	width: 86%;
	margin: 0 7%;
	padding: 0;
}
.dark {
	background: #121212;
	color: #ffffff;
	text-shadow: 1px 2px 3px #222222;
}
.medium {
	background: #666666;
	color: #ffffff;
	text-shadow: 1px 2px 3px #222222;
}
#Main .dark p {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: 300;
	color: #ffffff;
}
.decorative {
	color: #636466!important;
	font-family: 'Mr Dafoe',handwriting;
}
.gray {
	background: #e2e2e2;
}
.bigcolumn {
	float: left;
	width:60%;
	margin: 0.5%;
	padding: 0.5%;
}

.smallcolumn {
	float: left;
	width:36%;
	margin: 0.5%;
	padding: 0.5%;
}

#BottomButtons .third {
	margin-bottom: 20px;
}

/* @group BX Slider */

.bx-wrapper {
	box-shadow: none;
	border: none;
	background: none;
}
.bx-wrapper h4, .bx-wrapper p {
	width:80%;
	margin-left: 10%;
}

/* @end */

.bluebutton {
	font-weight: 500;
	padding: 0.3em 1em;
	line-height: 1.7em !important;
	color: #FFFFFF!important;
	border: 0px;
	background-color: #1c9eea;
	border-radius:7px;
	font: 14px "Roboto Slab";
	margin-top: 30px;
	transition: all 0.2s;
	margin-bottom: 30px;
}
.bluebutton:hover {
	border-radius:2px;
}
#Footer {
	float: left;
	clear: both;
	width: 100%;
	/* margin-top: 40px; */
	background-color: #515151;
	background-image: url('/graphics/treeline-gray.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #bbbbbb;
}
#Footer a {
	color: #bbbbbb;
	text-decoration: none;
}
#Footer .orange {
	color: #bbbbbb;
}
#Footer p {
	font-size: 0.9em;
}
@media only screen and (min-width: 1000px) {
	.middle {
		width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    #Main h1, #Main h2, #Main h3, #Main h4, #Main h5 {
		padding-left: 0px;
		padding-right: 0px;
	}
	#Main p, .jqf, .ptable {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media only screen and (min-width: 800px) {
	#NavWrapper .nav {
		display: block;
	}
}

@media only screen and (min-width: 768px) {
	.half {
		width: 45%;
        margin-left: 1%;
        margin-right: 1%;
        padding-left: 1%;
        padding-right: 1%;
    }
    .third {
		width: 31%;
        margin-left: 0.5%;
        margin-right: 0.5%;
        padding-left: 0.5%;
        padding-right: 0.5%;
    }
    .twothirds {
		width: 64%;
        margin-left: 0.5%;
        margin-right: 0.5%;
        padding-left: 0.5%;
        padding-right: 0.5%;
    }
	.threequarter {
		width: 70%;
        margin-left: 0.5%;
        margin-right: 0.5%;
        padding-left: 1%;
        padding-right: 2%;
	}
	.quarter {
		width: 22%;
        margin-left: 0.5%;
        margin-right: 0.5%;
        padding-left: 1%;
        padding-right: 1%;
	}
	#Main p, .jqf, .ptable {
		font-size: 16px;
		line-height: 2em;
	}
	#Header {
		text-align: left;
	}
	#Logo {
		margin-left: 20px;
	}
	#Phone {
		margin-top: 20px;
		margin-bottom: 30px;
		margin-right: 20px;
		float: right;
	}
	.firstnav {
		margin-top:0px;
		border-top: none;
	}
	.topnav .dropdown-content {
		box-shadow: 0 6px 16px rgba(0,0,0,0.3);
	}
	#Marketing {
		font: 1.8em Roboto;
	}
	#Marketing .middle {
		text-align:right;
	}
	#Marketing h3 {
		width: 45%;
		float: right;
	}
	.bigbutton {
		letter-spacing: 1px;
		font-size: 22px;
		line-height: 40px;
		padding-right: 20px;
		padding-left: 20px;
		float: right;
		clear: right;
		margin-right: 14px;
	}
	.videoholder {
		width:100%;
	}
	#BlogSlideHolder {
		margin-left:24%;
		margin-right:auto;
		margin-top:40px;
		margin-bottom:40px;
	}
	#BottomButtons .third {
		margin-bottom: 0px;
	}
}
@media only screen and (max-width: 480px) {
	.videoholder iframe {
		width:98%;
		margin-left:1%;
		max-height:250px;
	}
	#Phone {
		font-size: 18px;
	}
	#Main h1 {
		font-size: 28px;
	}
	#Main .graybar h1 {
		font-size: 24px;
	}
	#Main h2 {
		font-size: 21px;
	}
	#Main h2.thin {
		font-size: 32px;
		line-height: 42px;
	}
	#Main h3 {
		font-size: 17px;
	}
	#Main .quarter h3 {
		font-size: 24px;
	}
	#Main h4 {
		font-size: 16px;
	}
}

/* Parallax Sections */
.parallax-section {
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
}
.parallax-section::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.52);
	z-index: 0;
}
.parallax-section > * {
	position: relative;
	z-index: 1;
}
@media (max-width: 768px) {
	.parallax-section {
		background-attachment: scroll;
	}
}

/* Mobile header: logo + call button side by side */
@media (max-width: 767px) {
	#Header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 8px 15px;
		box-sizing: border-box;
		text-align: left;
	}
	#Header .half {
		float: none;
		width: auto;
		margin: 0;
		padding: 0;
	}
	#Header .half:first-child {
		flex: 1;
		min-width: 0;
		padding-top: 0 !important;
	}
	#Header .half:first-child img {
		width: 140px;
		height: auto;
		display: block;
	}
	#Header .half:last-child {
		flex-shrink: 0;
		padding-left: 12px;
	}
	#Header .call-button {
		margin-top: 0 !important;
		font-size: 0.95em !important;
		white-space: nowrap;
		padding: 10px 14px !important;
	}
}
