@charset "UTF-8";

/* ----------------------------------------------------- */

* {
	box-sizing: border-box;
}

.menu-container { /* wrapper */
	padding: 1px;
	background-color: #EBC698;
	border-radius: 10px;
}
.menu-align { /* used for horizontal centering of menu */
	width: 100%;
	max-width: 556px;
	display: block;
	margin: 0 auto;
}
.menuHeader {
	padding: 10px;
	margin: 1px;
	background-image: linear-gradient(#FFAE49, #FF7122);
	border: 1px solid #EE5500;
	border-radius: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.833rem;
	font-weight: 600;
	color: #FFF;
	text-shadow: -1px 1px 2px #883300;
	text-align: center;
	-webkit-flex: 1; /* Safari 6.1+ */
	-ms-flex: 1; /* IE 10 */
	flex: 1;
}
.menuFrame { /* wrapper */
	display: flex;
	padding: 0;
}
.menu-panel {
	margin: 1px;
	background: url('../img/footer-bg.gif') top repeat;
	background-attachment: fixed;
	border: 1px solid #EE5500;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	order: 2;
}
.menu-panel {
	align-items: center;
	justify-content: center;
	flex: 1;
}
.menu-label {
	padding: 10px;
	font-family: "roboto_condensedregular", sans-serif;
	font-size: 2.3vh;
	font-weight: 600;
	color: #BB0000;
	letter-spacing: 3px;
	text-align: center;
	text-shadow: -1px 1px 1px #D36148;
}
.menu-art img {
	padding: 0px;
	margin-bottom: 1.2vh;
}
.menu-link {
	padding-top: 0;
	padding-bottom: 10px;
	font-family: "roboto_condensedregular", sans-serif;
	font-size: 2.4vh;
	font-weight: 500;
	color: #3377BB;
	text-align: center;
}
.menu-link a {
	color: #3377BB;
	text-decoration: none;
}
.menu-link a:visited {
	color: #3377BB;
	text-decoration: none;
}
.menu-link a:hover {
	color: #0000CC;
	text-decoration: underline;
}
.menu-link a:active {
	color: #3377BB;
	text-decoration: none;
}
.center { /* Used for centering the 'menu-art' on the 'menu-panel' */
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.search-box {
	border: 1px solid #CC2200;
	border-radius: 10px;
	background: #FBF5EC;
	width: 100%
}
.search-button { /* Styling for Site Search button */
	margin-top: 4px;
	margin-bottom: 19px;
	background-image: linear-gradient(#FF3333, #CC1111, #BB0000);
	text-shadow: 1px 1px 1px #660000;
	text-decoration: none;
	font-weight: 500;
	color: #FFF;
	border: 0;
	border-radius: 10px;
	cursor: pointer;
	width: 100%
}
.search-button:hover {
	margin-top: 4px;
	margin-bottom: 19px;
	background-image: linear-gradient(#BB0000, #CC1111, #FF3333);
	text-shadow: 1px 1px 1px #660000;
	text-decoration: none;
	font-weight: 500;
	color: #FFF;
	border: 0;
	border-radius: 10px;
	width: 100%
}

/********************* SPECIAL FEATURED SERVICE **********************/
.feature-heading1 {
	font-weight: 600;
	letter-spacing: 1px;
	text-shadow: -1px 1px 1px #DDCCBB;
}
.feature-heading2 {
	font-size: 0.875em;
	font-weight: 600;
	letter-spacing: 1px;
	text-shadow: -1px 1px 1px #DDCCBB;
}

.sign-container { /* wrapper */
	padding: 1px;
	background-color: #DEC8AC;
	border-radius: 10px;
}
.sign-align { /* used for horizontal centering of menu */
	width: 100%;
	max-width: 556px;
	display: block;
	margin: 0 auto;
}
.redHeader {
	padding: 10px;
	margin: 1px;
	background-color: #BB0000; /* For browsers that do not support gradients */
	background-image: linear-gradient(#BB0000, #FF3333, #BB0000); /* Standard syntax (must be last) */
	border: 1px solid #EE5500;
	border-radius: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em; /* was 1.833rem */
	font-weight: 600;
	letter-spacing: 1px; /* was 0.0625em */
	color: #FFF;
	text-shadow: -1px 1px 2px #BB0000;
	text-align: center;
	-webkit-flex: 1; /* Safari 6.1+ */
	-ms-flex: 1; /* IE 10 */
	flex: 1;
}
.white-panel {
	margin: 2px;
	background: url('../img/custom/white-wood-bg.jpg') top repeat;
	background-attachment: fixed;
	border: 1px solid #EE5500;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	order: 2;
}
.white-panel {
	align-items: center;
	justify-content: center;
	flex: 1;
}
.white-panel {
	padding: 10px;
	font-family: "roboto_condensedregular", sans-serif;
	font-size: 2.3vh;
	font-weight: 600;
	color: #BB0000;
	letter-spacing: 3px;
	text-align: center;
}
.white-panel-L {
	margin: 2px;
	background: url('../img/custom/white-wood-bg.jpg') top repeat;
	background-attachment: fixed;
	border: 1px solid #EE5500;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	order: 2;
}
.white-panel-L {
	align-items: left;
	justify-content: left;
	flex: 1;
}
.white-panel-L {
	padding: 10px;
	text-align: left;
}
.quote {
	padding-top: 0px;
	padding-bottom: 10px;
	font-family: Georgia, serif;
	font-size: 1.1667em;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 1px;
	color: #EE0000;
	text-align: center;
	text-decoration: none;
	text-shadow: -1px 1px 1px #8B6537;
}
@media screen and (max-width: 60em) {
	.quote {
		font-size: 1em;
		/* TEST: color: black; */
	}
}
@media screen and (max-width: 50em) {
	.quote {
		font-size: 0.8333em;
		/* TEST: color: blue; */
	}
}
@media screen and (max-width: 30em) {
	.quote {
		font-size: 0.875em;
		/* TEST: color: purple; */
	}
}

.listHeader1 {
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: "roboto_condensedregular", sans-serif;
	font-size: 1.3em;
	font-weight: 600;
	color: #EE0000;
	text-align: center;
	text-decoration: none;
	text-shadow: -1px 1px 1px #BB8C53;
}
.listHeader2 {
	padding-top: 0px;
	padding-bottom: 10px;
	font-family: "roboto_condensedregular", sans-serif;
	font-size: 0.9375em;
	font-weight: 600;
	letter-spacing: 1px;
	color: #EE0000;
	text-align: center;
	text-decoration: none;
	text-shadow: -1px 1px 1px #BB8C53;
}
.panel-graphic img {
	padding: 0px;
	margin-bottom: 1.2vh;
	border: 3px solid #DEC8AC;
	border-radius: 10px;
}
.panel-link {
	padding-top: 0;
	padding-bottom: 10px;
	font-family: "roboto_condensedregular", sans-serif;
	font-size: 0.9375em;
	font-weight: 600;
	color: #EE0000;
	text-decoration: none;
	letter-spacing: 1px;
}
@media screen and (max-width: 60em) {
	.panel-link {
		font-size: 0.8125em;
		/* TEST: color: black; */
	}
}
@media screen and (max-width: 50em) {
	.panel-link {
		font-size: 0.6875em;
		/* TEST: color: green; */
	}
}
@media screen and (max-width: 30em) {
	.panel-link {
		font-size: 0.6875em;
		/* TEST: color: purple; */
	}
}
.panel-link a {
	color: #0000CC;
	text-decoration: none;
}
.panel-link a:visited {
	color: #0000CC;
	text-decoration: none;
}
.panel-link a:hover {
	color: #0000CC;
	text-decoration: underline;
}
.panel-link a:active {
	color: #0000CC;
	text-decoration: none;
}

.panel-link ul li {
	padding-top: 0;
	padding-bottom: 10px;
	font-family: "roboto_condensedregular", sans-serif;
	font-size: 0.9375em;
	font-weight: 600;
	color: #EE5500;
	text-decoration: none;
}
.panel-link a {
	color: #0000CC;
	text-decoration: none;
}
.panel-link a:visited {
	color: #0000CC;
	text-decoration: none;
}
.panel-link a:hover {
	color: #0000CC;
	text-decoration: underline;
}
.panel-link a:active {
	color: #0000CC;
	text-decoration: none;
}

.button-container {
	padding: 0.625em;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.red-button { /* Link button */
	padding: 0.5em;
	background-image: linear-gradient(#FF3333, #CC1111, #BB0000);
	text-shadow: 1px 1px 1px #660000;
	text-decoration: none;
	font-size: 0.9375em;
	font-weight: 500;
	color: #FFF;
	border: 2px solid #CCAA99;
	border-radius: 5px;
	cursor: pointer;
}
.red-button:link {
	padding: 0.5em;
	background-image: linear-gradient(#FF3333, #CC1111, #BB0000);
	text-shadow: 1px 1px 1px #660000;
	text-decoration: none;
	font-size: 0.9375em;
	font-weight: 500;
	color: #FFF;
	border: 2px solid #CCAA99;
	border-radius: 5px;
}
.red-button:visited {
	padding: 0.5em;
	background-image: linear-gradient(#FF3333, #CC1111, #BB0000);
	text-shadow: 1px 1px 1px #660000;
	text-decoration: none;
	font-size: 0.9375em;
	font-weight: 500;
	color: #FFF;
	border: 2px solid #CCAA99;
	border-radius: 5px;
}
.red-button:hover {
	padding: 0.5em;
	background-image: linear-gradient(#BB0000, #CC1111, #FF3333);
	text-shadow: 1px 1px 1px #660000;
	text-decoration: none;
	font-size: 0.9375em;
	font-weight: 500;
	color: #FFF;
	border: 0;
	border-radius: 5px;
}
.red-button:active {
	padding: 0.5em;
	background-image: linear-gradient(#FF3333, #CC1111, #BB0000);
	text-shadow: 1px 1px 1px #660000;
	text-decoration: none;
	font-size: 0.9375em;
	font-weight: 500;
	color: #FFF;
	border: 2px solid #CCAA99;
	border-radius: 5px;
}

.green-checkmark-list {
	list-style: none;
	padding-left: 0;
	padding-bottom: 8px;
	font-family: "roboto_condensedregular", sans-serif;
	font-size: 1em;
	font-weight: 500;
	color: #444;
}
.green-checkmark-list li {
	position: relative;
	padding-left: 50px;
}
.green-checkmark-list li:before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	background-image: url('../img/custom/green-check-black-box.png');
	background-size: cover;
	background-position: center;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

/********************* STEP 2 SERVICE LIST **********************/
hr.service-border {
	height: 1px;
	border: none;
	color: #CC7755;
	background-color: #CC7755;
	width: 100%;
	text-align: left;
	margin: 10px auto 30px 0;
}
.button {
	padding-top: 0px; /* was 5px */
	padding-right: 1px; /* was 5px */
	padding-bottom: 3px; /* was 12px */
	padding-left: 1px; /* was 8px */
	margin: 0.1px 0.1px 0.1px 0;
	background-color: #EAC594;
}
.button a:link {
	background-image: linear-gradient(#FF3333, #CC1111, #BB0000);
	padding: 3px 8px 5px 8px; /* was 6px 8px 8px 8px */
	margin: 0.1px 0.1px 0.1px 0;
	font-size: 1.125rem;
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
	text-shadow: 1px 1px 1px #660000;
	border: 1px solid #C45531;
	border-radius: 5px;
}
.button a:visited {
	background-image: linear-gradient(#FF3333, #CC1111, #BB0000);
	padding: 3px 8px 5px 8px; /* was 6px 8px 8px 8px */
	margin: 0.1px 0.1px 0.1px 0;
	font-size: 1.125rem;
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
	text-shadow: 1px 1px 1px #660000;
	border: 1px solid #C45531;
	border-radius: 5px;	
}
.button a:hover {
	background-image: linear-gradient(#BB0000, #CC1111, #FF3333);
	padding: 3px 8px 5px 8px; /* was 6px 8px 8px 8px */
	margin: 0.1px 0.1px 0.1px 0;
	font-size: 1.125rem;
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
	text-shadow: 1px 1px 1px #660000, 3px 3px 5px yellow;
	border: 1px solid #C45531;
	border-radius: 5px;
}
.button a:active {
	background-image: linear-gradient(#BB0000, #CC1111, #FF3333);
	padding: 3px 8px 5px 8px; /* was 6px 8px 8px 8px */
	margin: 0.1px 0.1px 0.1px 0;
	font-size: 1.125rem;
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
	text-shadow: 1px 1px 1px #660000, 3px 3px 5px yellow;
	border: 1px solid #C45531;
	border-radius: 5px;
}
