@charset "utf-8";
/* CSS Document */

html, body {
	font-family: 'Roboto Condensed', sans-serif;
	padding: 0;
	margin: 0;
	font-size: 16px;
}

.red {
	color: red;
}
.rounded_corners {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* Wrapper styling */
.outer-wrapper {
	width: 100%;
	margin: 0 auto;
	clear: both;
	box-sizing: border-box;
	padding: 1px 0;
}
.inner-wrapper {
	width: 1400px;
	margin: 0 auto;
	padding: 1px 0;
	box-sizing: border-box;
}

/* Header styling */
#header {
	border-bottom: 6px solid #000;}
#navbar {
	width: 700px;
	float: right;
	box-sizing: border-box; }
#socials {
	width: 700px;
	margin: 20px 0 0 0;
	float: right; 
	text-align: center;}
#logo {
	width: 400px;
	float: left;
	box-sizing: border-box;
}
#logo img {
	margin: 50px 0 10px 0; }
#gallery {
	border-bottom: 5px solid #cf730c; 
	background: #cf730c;}
.outer-header {
	height: 264px;
	width: 1600px !important;
}

/* Additional Section Div Styling */
.with-padding {
	padding: 10px 5%; }
.white-box {
	background: #FFF;
	width: 100%;
	padding: 40px 15%;
	margin: 20px auto;
	box-sizing: border-box;
	text-align: center;
	background-image: url('/images/Quotes-Left.JPG'), url('/images/Quotes-Right.JPG');
	background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
	background-size: 150px, 150px;
	-webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);
}
.light_background {
	background: #FFF;
	color: #000;
}
.light_background a, .light_background a:active, .light_background a:visited {
	color: #cf730c;	
}
.light_background a:hover {
	color: #000;	
}
.med_background {
	background: #cf730c;
	color: #000;
}
.med_background a, .med_background a:active, .med_background a:visited {
	color: #FFF;	
}
.med_background a:hover {
	color: #000;	
}
.dark_background {
	background: #000;
	color: #FFF;
}
.dark_background a, .dark_background a:active, .dark_background a:visited {
	color: #FFF;	
}
.dark_background a:hover {
	color: #FFF;	
}
/* Footer styling */
#footer {
	text-align: center; }
#footer h3 {
	font-weight: normal; }

/* Form elements */
.input {
	border: 1px solid #000;
	background: none;
	padding: 8px 16px;
	margin: 5px 0;
	width: 100%;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
}
.buttonlink {
	color: #d8a72d;
	border: 1px solid #d8a72d;
	margin: 5px auto;
	box-sizing: border-box;
	display: block;
	padding: 10px 0;
	width: 80%;
}
.button {
	background: #000;
	padding: 8px 30px;
	border: 0;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	cursor: pointer;
}

.input_label {
	width: 200px;
	line-height: 50px;
	float: left;
	clear: left;}
.input_field {
	width: 300px;
	padding: 3px 6px 3px 0;
	float: left; }

.fifty {
	width: 48.5%;
	float: left;
	margin-right: 3%;
	box-sizing: border-box;
}
.third {
	width: 31.33%;
	float: left;
	margin-right: 3%;
	box-sizing: border-box;
}
.sixth {
	width: 15%;
	float: left;
	margin-right: 2%;
	text-align: center;}
.leftcol {
	width: 25%;
	float: left;
	margin-right: 3%;
}
.rightcol {
	width: 72%;
	float: left;
	box-sizing: border-box;
}
.last {
	margin-right: 0;
}
.right {
	text-align: right;
	float: right;
}

.show, .show2, .show3 {
	display: none;
}

.copyright {
	font-size: 14px; 
}

.accordion-toggle {cursor: pointer;}
.accordion-content {display: none;}
.accordion-content.default {display: block;}

.hide {
	color: #cf730c;
}

@media only screen and (max-width: 1440px) {
	.inner-wrapper {
		width: 100%;
	}
	.narrow {
		width: 900px;
	}
}
@media only screen and (max-width: 1310px) {
	#logo {
		width: 300px; }
}

@media only screen and (max-width: 1140px) {
	#logo, #navbar, #socials {
		float: none;
		margin: 0 auto;
	}
	#logo img {
		margin: 20px 0;
	}
	.white-box {
		background-position: left -40px top , right -40px bottom ; }
}

@media only screen and (max-width: 800px) {
	.sixth {
		width: 31.3%; 
		margin-right: 3%;	}
	.last, .last2 {
		margin-right: 0;
	}
	#navbar, #socials {
		width: 96%; 	}
	.white-box {
		background-position: left -70px top , right -70px bottom ; 
		background-size: 120px, 120px;}
}
@media only screen and (max-width: 600px) {
	.rightcol {
		 width: 96%;	}
	.leftcol {
		width: 250px;
		float: none;
		margin: 0 auto;
	}
	#footer h3 {
		font-size: 17px;
	}
	.show {
		display: inline;
	}
	.hide {
		display: none;
	}
}

@media only screen and (max-width: 520px) {
	.sixth {
		width: 47%; 
		margin-right: 3%;	}
	.last3 {
		margin-right: 0;
	}
}

@media only screen and (max-width: 400px) {
	.white-box {
		background-position: left -60px top , right -60px bottom ; 
		background-size: 100px, 100px;}
}