html, body {
	text-align: center;
	height: 100%;
	font-weight: normal;
	font-size: 100%;
	font-family: Tahoma, Geneva, sans-serif;	
}

html, body, div, span, table, td, img, figcaption, figure {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, details, figcaption, figure, img, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

img, embed, object, video {
	max-width: 100%;
}

/* GOTHAM FONT */
@font-face{ 
	font-family: 'moonshiner-regular';
	src: url('fonts/moonshiner-regular-webfont.eot');
	src: url('fonts/moonshiner-regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/moonshiner-regular-webfont.woff') format('woff'),
	     url('fonts/moonshiner-regular-webfont.ttf') format('truetype'),
	     url('fonts/moonshiner-regular-webfont.svg#webfont') format('svg');
}

.spacer {
	width: 1px;
	height: 1px;
}

a:focus { 
	outline: none; 
}

#top-bar {
	position: relative;     
     display: block;
     width: 100%;
     padding: 10px 0 20px 0;
	height: 180px;
     z-index: 1;
     box-sizing: border-box;
}

#top-logo {
	position: relative;
	display: block;
	width: 40%;
	max-width: 400px;
	margin: 0 auto;
}

#top-phone-number {
	position: absolute;
	display: block;
	top: 20px;
	right: 3%;
	width: 100%;
	color: #483087;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 1.8em;
	letter-spacing: 0.1em;
	text-align: right;
}

#top-phone-number a {
	color: #483087;
	text-decoration: none;
}

#top-green-bar {
	position: relative;
	display: block;
	width: 100%;
	height: 52px;
	background-color: #034930;
	border-style: solid;
	border-width: 1px 0;
	border-color: #000000;
	z-index: 100;
}

.top-green-bar-content {
	position: relative;
	margin: 0 auto;
	max-width: 1100px;
	width: 90%;
	height: 50px;	
	z-index: 100;
}

#top-menu-bar {
	display: block;
}

#top-phone-menu-button {
	display: none;
}

#top-slider {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	display: block;
	margin: 0 auto;
	background-color: #ffffff;		
}

#phone-top-slider {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	display: none;
	margin: 0 auto;
	background-color: #ffffff;		
}

#bottom-image {
	position: relative;     
     display: block;
     width: 100%;
     padding: 10px 0 20px 0;
	height: 400px;
     z-index: 1;
     background-image: url(../images/bottom-image.png);
     background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
     box-sizing: border-box;
}

.page-title-slider-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding-bottom: 50px;
}

#content {
	display: block;
	position: relative;
	width: 90%;
	max-width: 1100px;
	min-height: 400px;
	margin: 50px auto 0 auto;
	text-align: left;
	z-index: 0;
}

#bottom-purple-bar {
	position: relative;
	display: block;
	width: 100%;
	box-sizing: border-box;
	background-color: #3c2873;
	color: #ffffff;
	font-size: .85em;
	padding: 15px 3% 20px 3%;
	line-height: 1.6em;
	border-style: solid;
	border-color: #ffffff;
	border-top-width: 1px;
}

#bottom-purple-bar a {
	color: #ffffff;
}

#bottom-purple-bar-left {
	display: block;
	width:35%;
	float:left;
	text-align:left;
	padding-top: 20px;
}

#bottom-purple-bar-center {
	display: block;
	margin: 0 auto;
}

#bottom-purple-bar-right {
	display: block;
	width:35%;
	float:right;
	text-align:left;
	padding-top: 20px;
}

#phone-bottom-purple-bar {
	position: relative;
	display: none;
	width: 100%;
	box-sizing: border-box;
	background-color: #3c2873;
	color: #ffffff;
	font-size: .85em;
	padding: 20px;
	line-height: 1.6em;
	border-style: solid;
	border-color: #ffffff;
	border-top-width: 1px;
}

#phone-bottom-purple-bar a {
	color: #ffffff;
}

.bottom-logo {
	width: 100%;
	max-width: 230px;
	margin: 20px auto 0 auto;
}

#bottom-menu {
	display: table;
	margin: 0 0 0 auto;
}

#bottom-green-bar {
	position: relative;
	display: block;
	width: 100%;
	box-sizing: border-box;
	background-color: #034930;
	color: #ffffff;
	font-size: .85em;
	padding: 15px 3% 15px 3%;
	line-height: 1.6em;
}

#bottom-green-bar a {
	color: #ffffff;
}

#phone-bottom-green-bar {
	position: relative;
	display: none;
	width: 100%;
	box-sizing: border-box;
	background-color: #034930;
	color: #ffffff;
	font-size: .85em;
	padding: 15px 3% 15px 3%;
	line-height: 1.6em;
}

#phone-bottom-green-bar a {
	color: #ffffff;
}

.bottom-icon {
	position: absolute;
	display: block;
	top: 12px;
	left: 3%;
	text-align: left;
	font-size: 2em;
	color: #ffffff;
}

.bottom-icon a {
	color: #ffffff;
	text-decoration: none;
}

.scroll-up-container {
	position: fixed;
     right: 20px;
     bottom: 8px;
     z-index: 10;
	display:none;
}

.scroll-up {
	color:#fff !Important;
     background-color: #969696;
	border-radius:10px;
	display:inline-block;
	padding:8px 10px;
	transition:all 0.5s ease-in-out;
}

.scroll-up:hover {
	cursor:pointer;
	background-color: #af8e5c;
	color:#fff;
	transition:all 0.5s ease-in-out;
}

#back-link {
	text-align: right;
	margin-bottom: 10px;
}

.default-menu {
	display: block;
}

.tablet-menu {
	display: none;
}

@media screen and (max-width : 767px){

body {
	font-size: 90%;	
}

#top-phone-number {
	display: none;
}

#top-logo {
	width: 90%;
}

#top-menu-bar {
	display: none;
}

#top-phone-menu-button {
	display: block;
}

#bottom-purple-bar {
	display: none;
}

#phone-bottom-purple-bar {
	display: block;
	padding: 20px 20px 30px 20px;
}

.bottom-logo {
	margin: 10px auto 15px auto;
}

#bottom-green-bar {
	display: none;
}

#phone-bottom-green-bar {
	display: block;
}

.scroll-up-container {
	bottom:10px;
	right:10px;
}
     
#bottom-image {
	height: 200px;
}     

.bottom-icon {
	top: 24px;
	font-size: 2.2em;
}

input[type="text"] {
	width: 100% !important;
}

textarea {
	width: 100% !important;
}

input[type="password"] {
	width: 100% !important;
}

.dw-stylegroup1-form-spam-check {
	width: 100% !important;
}

.dw-stylegroup1-form-spam-check input {
	width: 80% !important;
}

.dw-stylegroup1-form-field-instructions {
	width: 100% !important;
}
	
.scroll-up-container {
     right: 20px;
     bottom: 15px;
}		

}

@media screen and (max-width : 500px){

#top-slider {
	display: none;	
}

#phone-top-slider {
	display: block;	
}

.bottom-icon {
	top: 24px;
	font-size: 2em;
}

}

@media screen and (min-width : 501px) and (max-width : 767px){

.page-title-slider-text {
	font-size: 4em;
}

}

@media screen and (min-width : 768px) and (max-width : 1024px){

body {
	font-size: 90%;	
}

.page-title-slider-text {
	font-size: 3.5em;
}

.default-menu {
	display: none;	
}

.tablet-menu {
	display: block;
}
     
#bottom-image {
	height: 300px;
}      

}