/* CSS Document */
body {
	margin: 0 auto;
	padding: 0;
	font-family: "Lato",Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	text-align: center;
	line-height: 1.4em;
	color: #68757f;
	font-weight: 400;
}

* {
	margin: 0;
	padding: 0;
}

#contact_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Adds space between the grid items */
}

#contact_grid p {
  width: 300px;
  margin: 0; /* Removes default paragraph margins */
  padding: 15px; /* Adds some internal spacing */
  box-sizing: border-box; /* Includes padding in the width */
  border: 1px solid #ccc; /* Adds a border for visual separation */
}

.btn_lg {
	background: #2b3339;
	color: #fff;
	border-radius: 10px;
	padding: .6em 1em .6em 1em;
	text-decoration: none;
}

.mobile {
	display: none;
}

a {
	color: #9cdbff;
}
a:hover {
	text-decoration: none;
}

hr {
	border: 0;
	background: none;
	border-bottom: 3px solid #85939e;
	padding: 1em 0 1em 0;
	clear: both;
	margin-bottom: 2em;
}

.sub_page div div ol li, .sub_page div div ol li{
	margin: 0 0 1em 2em;
}

.photo_board img {
	width: 30%;
	margin: 0 1.5% 1.5% 1.5%;
}

.photo_board2 img {
	width: 23.6%;
	margin: 0 .2% .5% .2%;
}

.sub_page li {
	margin-left: 1em;
	margin-bottom: .5em;
	padding-bottom: .5em;
	border-bottom: 1px solid #eee;
}

.sub_page blockquote {
	font-size: 2.5em;
	font-style: italic;
	line-height: 1.5em;
	font-weight: 300;
	text-align: center;
}


.btn {
	background: #2b3339;
	color: #fff;
	border-radius: 10px;
	padding: .8em 1em .8em 1em;
	text-decoration: none;
}
ul.link_list li{
	font-size: 1em;
	padding: .5em;
	border-bottom: 1px dashed #eee;
	list-style: none;
}
	ul.link_list li a {
		text-decoration: none;
		color: #2e4028;
	}

h2 {
	font-size: 2.1em;
	margin-bottom: 1em;
	font-weight: 500;
	line-height: 1.5em;
}
h3 {
	margin-bottom: 1em;
}
p {
	margin-bottom: 1em;
}

.stretch { width: 100%; }

.fadeInBlock {
    opacity:0;
}
	
#notice {
	border: 2px solid #FF0000;
	color:#FF0000;
	background-color:#FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	text-align:left;
	width: 400px;
}

#nice_notice {
	border: 2px solid #006600;
	color:#006600;
	background-color:#FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	text-align:left;
	width: 400px;
}

#slideshow {
	width: 100%;
	min-height: 200px;
	height: 380px;
	text-align: left;
	overflow: hidden;
	color: #ccc;
	position: relative;
	margin-bottom: 2em;
	border: 1px solid #f6dad0;
}

#slideshow > span { 
		text-align: center;
		font-size: 24px;
		font-weight: 100;
		width: 100%;
		display: block;
		padding-top: 150px;
		
	}
	
	#slideshow > a {
		display: block;
		width: 100%;
		position: absolute;
	}
	
	#slide_right {
		position: absolute;
		right: -10%;
		top: 2em;
		padding: .5em;
		cursor: pointer;
		display: block;
		width: 2em;
		font-size: 5em;
		color: #667f50;
		z-index: 4000;
		font-weight: 900;
	}
	#slide_left {
		position: absolute;
		left: 1%;
		top: 2em;
		cursor: pointer;
		display: block;
		width: 2em;
		font-size: 5em;
		color: #667f50;
		padding: .5em;
		z-index: 4000;
		font-weight: 900;
	}

dl.form{ width: 100%; }
dl.form dt { float: left; margin-right: 18px; width: 20%; text-align: right; font-size: 1.2em; }
dl.form dd { margin: 0 0 18px 0; }
dl.form dd input[type="text"]  {
	width: 60%;
	height: 2em;
	font-size: 2em;
}
dl.form dd textarea {
	width: 60%;
	height: 4em;
	font-size: 2em;
}
dl.form dd select {
	
	height: 2em;
	font-size: 2em;
}
dl.form dd input[type="submit"] {
	font-size: 1.3em;
	padding: 10px;
	color: #fff;
	margin-top: 20px;
	background: #2b3339;
	border: 0;
	border-radius: 5px;
}
p.form_header { border-bottom: 3px solid #ccc; padding-bottom: 10px; }

.flex_img_right {
	float: right;
	width: 30%;
	margin: 0 0 1em 1em;
	
}

.flex_img_left {
	float: left;
	width: 30%;
	margin: 0 1em 1em 0;
}

.news_entry {
	border-bottom: 1px #ccc dashed;
	margin-bottom: 1.5em;
}
	.news_entry h3 {
		margin-bottom: .5em;
	}
.full_news_entry {
	padding-top: 2em;
}
.full_news_entry h3 {
	font-size: 2em;
}

/* Search Styles */
.search_box {
	border: 1px solid #e3e4e5;
	padding: 10px 15px 10px 15px;
	width: 200px;
	position: absolute;
	top: 0;
	right: 20px;
	background: #fff;
	text-align: right;
}
.search_box img {
	width: 20px;
	vertical-align: middle;
}
	.search_box .field_set {
		margin-right: 15px;
	}
	
	.result_stats {
		margin-bottom: 15px;
	}
input[type="text"], input[type="password"], textarea {
	border-radius: 5px;
	border: 1px solid #e3e4e5;
	padding: 8px;
}
select {
	border-radius: 5px;
	border: 1px solid #e3e4e5;
	padding: 5px;
	width: 150px;
}


/* Tab Styles */

nav.tabs {
	border-bottom: 2px solid #667f50;
	margin-bottom: 1em;
}
nav.tabs a {
	display: inline-block;
	padding: .5em;
	margin-right: .1em;
	background: #eee;
	color: #666;
	text-decoration: none;
}
nav.tabs a:hover {
	background: #667f50;
	color: #fff;
}
nav.tabs a.chosen {
	background: #667f50;
	color: #fff;
}
.tab {
	display: none; 
}
.tab:first-of-type {
	display: block;
}



/* Layout Styles */

#back_photo {
	position: fixed;
	top: 80px;
	width: 100%;
	z-index: 0;
	background-color: #85939e;
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 900px;
}

header {
	position: fixed;
	top: 0;
	width: 100%;
	background: #28225e;
	height: 70px;
	z-index: 3000;
	border-bottom: 10px solid #fff;
}

	header > a#mobile_btn {
		position: absolute;
		top: 30px;
		right: 3%;
		display: none;
		z-index: 4000;
	}

	
	/*
	header h1 {
		position: relative;
		top: 110px;
		left: 7%;
		margin-bottom: 20px;
		text-align: center;
		width: 20%;
	}
		header h1 img {
			width: 450px;
		}
	*/

	#home_top { 
		display: none;
	}			

	header h1 img { width: 165px }
			
	header h1 { 
		text-align: left;
		top: 0;
		left: 2%;
		background-color: #85939e;
		padding: 5px 18px 5px 18px;
		width: 165px;
	}
		
	header nav {
		display: block;
		top: 28px;
		position: absolute;
		right: 20em;
		width: 80%;
		text-align: right;
		font-weight: 400;
	}

header #top_phone {
	background: #4973b7;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 25px 2em 0 2em;
	height: 44px;
	color: #fff;
	font-size: 1.2em;
}

	
	
		header nav > ul > li {
			list-style: none;
			display: inline-block;
			font-size: 1em;
			margin: 0 1.5% 0 1.5%;
			padding-bottom: 20px;
		}
			header nav > ul > li > a {
				color: #fff;
				text-decoration: none;
				text-transform: uppercase;
				font-weight: 400;
				padding-bottom: .5em;
			}
header nav > ul > li > a:hover {
	border-bottom: 5px solid #49437f;
}
			
	
	header #mobile_nav {
		display: none;
		position: absolute;
		right: 0;
		width: 15em;
		background: #fff;
		z-index: 4000;
		text-align: left;
		top: 130px;
	}
	header #mobile_nav > li > a {
		display: block;
		padding: 1em 1.5em 1em 1.5em;
		background: #263339;
		color: #fff;
		font-size: 1.1em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
	}
	header #mobile_nav > li > a:hover {
		background: #45565e;	
	}
	header #mobile_nav > li {
		display: block;
		background: #45565e;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #45565e;
	}
			
	

main {
	z-index: 2000;
	position: relative;
}
	
.sub_page {
	padding-top: 580px;
	min-height: 700px;
	position: relative;
	margin: 0 auto;
}
	.sub_page ul {
		margin-bottom:  2em;

	}
	
	.sub_page > div {
		background: #fff;
		min-height: 700px;
		position: relative;
		margin: 0 auto;
		text-align: left;
		padding: 0 2% 0 2%;
	}
	.sub_page > div > div > h2 {
		padding-top: 1.5em;
		color: #36368c;
		font-size: 2.7em;
	}
	.sub_page > div > div {
		max-width: 1000px;
		position: relative;
		margin: 0 auto;
		text-align: left;
	}
	
	.col_one {
		width: 100%;
		float: left;
		font-weight: 500;
		padding-bottom: 2em;
		margin-bottom: 2em;
		border-bottom: 2px solid #eee;
	}
	.col_two {
		width: 100%;
		text-align: center;
	}
		.col_two h2 {
			margin-bottom: .2em;
			padding: .5em;
			text-transform: none;
			font-size: 1.7em;
			margin-left: -1em;
		}
		.col_two article {
			margin-bottom: 1em;
			width: 21%;
			float: left;
			padding: 0 2% 0 2%;
		}
		.col_two article h3 {
			margin-bottom: .5em;
		}
		.col_two article img {
			width: 100%;
			max-width: 150px;
			margin-bottom: .5em;
			border-radius: 1em;
		}
		
	.col_one_float {
		width: 65%;
		padding-right: 3%;
		border-right: 1px solid #eee;
		float: left;
		
	}
	.col_two_float {
		width: 25%;
		float: right;
		padding: 1em 2% 2em 2%;
		margin-left: 2%;
		margin-bottom: 3em;
		border-left: 1px solid #eee;
		background: #ebecd6;
	}
	.col_two_float h3 { font-size: 1.2em; }

.col_two_float a {
	color: #28225e;
}
		
#home_main {
	padding-top: 750px;
	z-index: 2000;
}

.home_section {
	position: relative;
	z-index: 3000;
}

.home_section p {
	margin-bottom: 2em;
}
.home_section h3 {
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: 300;
}

.home_content_inner {
	max-width: 1100px;
	width: 90%;
	position: relative;
	margin: 0 auto;
	text-align: left;
	color: #FFFFFF;
}

.home_section h2 {
	padding: 1.2em;
	background: url(images/pd-web-parts_09.png) no-repeat;
	background-position: right 6% bottom;
	color: #fff;
	font-size: 2.5em;
	background-size: auto 98%;
}
.order_btn {
	position: absolute;
	right: 0;
	display: block;
	width: 200px;
	
}
.order_btn img {
	width: 100%;
}

#home_top {
	position: fixed;
	top: 290px;
	left: 7%;
	width: 450px;
	color: #fff;
	line-height: 1.7em;
	font-weight: 300;
	font-size: 1.5em;
	font-weight: 300;
	font-style: italic;
	z-index: 2000;
}
#home_top em {
	font-size: 2em;
	
}
#home_top a {
	display: inline-block;
	border-radius: 15px;
	background: #2b3339;
	color: #fff;
	text-decoration: none;
	padding: .4em 1.5em;
	font-weight: 500;
	font-size: .8em;
	font-style: normal;
}

.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}
.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

#home_cols {
	padding: 1em 0 1em 0;
	background: #fff;
}
#home_cols .home_col {
	width: 32.33%;
	float: left;
	position: relative;
	margin-left: 1.5%
	
}	
#home_cols .home_col:first-of-type {
	margin-left: 0;
}
#home_cols .home_col img {
	width: 100%;
}
#home_cols .home_col h2 {
	position: absolute;
	right: 1em;
	top: 1em;
	color: #fff;
	text-align: right;
	font-size: 1.5em;
}
#home_cols .home_col a.btn {
	position: absolute;
	bottom: 1.5em;
	right: 2.5em;
	font-size: 1em;
	font-weight: 300;
	text-transform: uppercase;
}


#home_about {
	background: #85939e;
	padding: 3em 0 6em 0;
	margin-bottom: 0;
}	
#home_about blockquote {
	font-size: 3.5em;
	font-style: italic;
	line-height: 1.5em;
	font-weight: 300;
	text-align: center;
}
#home_about p {
	padding-top: 3em;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: 300;
}
#home_table {
	display: table;
}
#home_table_row {
	display: table-row;
}

#about_col_one {
	width: 46%;
	padding: 0 4% 0 0;
	display: table-cell;
}
#about_col_one img {
	margin-right: 5%;
}
#about_col_two {
	width: 46%;
	padding: 0 0 0 4%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}



ul#contact_columns {
	
}
	ul#contact_columns li {
		list-style: none;
		width: 27%;
		border-left: 1px dashed #eee;
		border-bottom: 1px solid #eee;
		float: left;
		padding-left: 3%;
		padding-top: 15px;
		height: 350px;
		margin-bottom: 2em;
	}
ul#contact_columns li img {
	width: 95%;
}



		
/* Application Styles 

dl.form{ width: 100%; margin-left: 25px; }
dl.form dt { float: left; margin-right: 18px; width: 150px; border-bottom: 1px solid #666; font-weight: bold; }
dl.form dd { margin: 0 0 18px 0; }
*/

ul.form li {
	list-style: none;
	float: left;
	width: 199px;
	height: 4.5em;
}
ul.form li label {
	display: block;
	width: 200px;
}
div.form_divider { 
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
	padding-bottom: 10px;
	clear: both;
}

.sub_page table td {
	border: 1px solid #ccc;
	padding: 5px;
}

.sub_page table.thin_inputs input {
	width: 60%;
}

.sub_page table { margin-bottom: 25px; }




footer {
	background: #28225e;
	color: #fff;
	margin: 0 auto;	
	text-align: center;
	height: 280px;
	padding: 2em 0 0 0;
	font-weight: 500;
	z-index: 2000;
	position: relative;
}
	footer a {
		text-decoration: none;
		color: #d9d9d9;
	}
	footer > div {
		width: 95%;
		margin: 0 auto;
		text-align: left;
	}
		footer > div > img {
			position: absolute;
			top: 15px;
			right: 3%;
		}
		
		footer > div > div {
			float: left;
			width: 100%;
			padding-top: 1em;
		}

		footer > div > div ul {
			clear: both;
			padding-top: 2em;
		}
			footer > div > div li {
				list-style: none;
				float: left;
				margin-right: 2em;
			}

			footer > div > div > ul.footer_locations {
				color: #5e589b;
				text-transform: uppercase;
			}
			footer > div > div > ul.footer_locations a {
				color: #5e589b;
			}

footer > div > div > #footer_badge {
	position: absolute;
	left: 300px;;
	top: 8em;
}


footer > div > div > #footer_text {
	position: absolute;
	left: 40%;
	width: 60%;
	top: 12em;
}

	
			
@media (max-width: 1300px) {
	
	#back_photo {
		height: 630px;
		
	}
	
	#home_main {
		padding-top: 519px;
	}
	
}

@media (max-width: 1250px) {
	
	#back_photo {
		height: 550px;
		top: 190px;
		
	}
	header nav { display: none; }
	header {
		top: 69px;
		height: 130px;
		background: #85939e;
		border: none;
	}
	header > div {
		display: none;
	}
	header h1 {
		text-align: left;
		margin-left: .5em;
		top: .5em;
		left: 3%;
		position: relative;
	}
	header h1 img {
		width: 250px;
	}
	
	header > a#mobile_btn {
		display: block;
	}
	
	#home_main {
		padding-top: 519px;
	}
	
	#home_top {
		top: 250px;
		left: 10%;
		width: 80%;
		line-height: 1.5em;
		font-weight: 300;
		font-size: 2em;
	}
	
	#about_col_one {
		float: none;
		width: 100%;
	}
	
	#about_col_two {
		float: none;
		width: 100%;
	}
	
	header #top_phone {
		right: auto;
		width: 100%;
		left: 0;
		top: -69px;
		background: #28225e;
	}
	
	#home_cols {
		padding-top: 3em;
	}
	
	#home_cols .home_col {
		width: 70%;
		float: left;
		position: relative;
		margin: 0 15% 1em 15%;

	}
	#home_cols .home_col:first-of-type {
		margin-left: 15%;
	}
	
	.col_one_float {
		width: 100%;
		padding-right: 0;
		border-right: none;
		float: none;
		
	}
	.col_two_float {
		width: 94%;
		float: none;
		padding: 1em 2% 2em 2%;
		margin-left: 0;
		margin-bottom: 3em;
		border-left: none;
	}
	
	
	#home_table {
		display: block;
	}
	#home_table_row {
		display: block;
	}

	#about_col_one {
		width: 100%;
		display: block;
	}
	
	#about_col_two {
		width: 100%;
		padding: 0;
		display: block;
	}
	
	
	
	footer {
		display: none;
	}
	
	
	.home_section {
		font-size: .8em;
		z-index: 3000;
		position: relative;
	}
	
	
	
	.mobile {
		display: inline-block;
	}
	
	
}
		
@media (max-width: 750px) {
	
	#back_photo {
		height: 330px;
		top: 190px;
		background-size: auto 80%;
		background-position: right 3% top 1em;
	}
	header nav { display: none; }
	header {
		top: 69px;
		height: 130px;
		background: #85939e;
		border: none;
	}
	header > div {
		display: none;
	}
	header h1 {
		text-align: left;
		margin-left: .5em;
		top: .5em;
	}
	header h1 img {
		width: 200px;
	}
	
	header > a#mobile_btn {
		display: block;
	}
	
	.sub_page {
		padding-top: 400px;
	}
	
	#home_main {
		padding-top: 400px;
	}
	
	#home_top {
		top: 250px;
		left: 10%;
		width: 80%;
		line-height: 1.5em;
		font-weight: 300;
		font-size: 1.3em;
	}
	
	#about_col_one {
		float: none;
		width: 100%;
	}
	
	#about_col_two {
		float: none;
		width: 100%;
	}
	
	header #top_phone {
		right: auto;
		width: 100%;
		left: 0;
		top: -69px;
		background: #28225e;
	}
	
	#home_cols {
		padding-top: 3em;
	}
	
	#home_cols .home_col {
		width: 70%;
		float: left;
		position: relative;
		margin: 0 15% 1em 15%;

	}
	#home_cols .home_col:first-of-type {
		margin-left: 15%;
	}
	
	footer {
		display: none;
	}
	
	
	.home_section {
		font-size: .8em;
		z-index: 3000;
		position: relative;
	}
	
	
	
	.mobile {
		display: inline-block;
	}
	
	
	
	
}



