#wrapper {
	width: 100%;
	max-width: 800px;
		max-width: 1200px;
	display: block;
	   box-shadow: 0 1px 10px -3px #808080;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 15px;
	color: #000032;
}

#r_header {
	width: 100%;
	display: block;
	margin: 0px;
	box-sizing: border-box;
	padding: 0px;
	box-shadow: 0 1px 5px -3px #808080;
}

.rslides {
	position: relative;
	/*
	min-height: 200px;
	*/
}

.rslides img {
}

#r_content {
	width: 100%;
	display: block;
	margin: 0px;
	box-sizing: border-box;
	padding: 4.0%;
}
.entry-content {
	font-size: 15px;
	line-height: 130%;
}

.slogan {
	width: 100%;
	display: inline-block;
	margin: 0px;
	margin-bottom: 30px;
	box-sizing: border-box;
	padding: 0px;
}

.about {
	width: 100%;
	display: inline-block;
	margin: 0px;
	box-sizing: border-box;
	padding: 0px;
}

.title {
	width: 100%;
	display: inline-block;
	margin: 0px;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 0px;
}
.title h1 {
	color: #17461F;
}

.intro {
	width: 100%;
	display: inline-block;
	margin: 0px;
	box-sizing: border-box;
	padding: 0px;
}

.main {
	width: 64%;
		width: calc(96% - 240px);
	float: left;
	display: block;
	margin: 0px;
	box-sizing: border-box;
	padding: 0px;
}
.entry-content .main ul {
	list-style-type: disc !important;
	line-height: 20px !important;
}

.sidebar {
	width: 33%;
		width: 240px;
	float: right;
	position: relative;
	display: block;
	margin: 0px;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 0px;
	box-shadow: 0 1px 6px -3px #dddddd;
	border: 1px solid #dddddd;
	border-radius: 5px;
}

.text {
	width: 100%;
	display: inline-block;
	margin: 0px;
	box-sizing: border-box;
	padding: 0px;
}

.outro {
	width: 100%;
	display: inline-block;
	margin: 0px;
	margin-top: 10px;
	box-sizing: border-box;
	padding: 0px;
}

.disclaimer {
	width: 100%;
	display: inline-block;
	margin: 0px;
	margin-top: -20px;
	box-sizing: border-box;
	padding: 0px;
}
small {
	font-size: smaller;
}

.apply {
	width: 100%;
	max-width: 240px;
	display: inline-block;
	position: relative;
	margin: 0px;
	margin-top: 10px;
	box-sizing: border-box;
	padding: 10px;
	background-color: #2F763C;
	color: #FFFFFF !important;
	text-decoration: none;
	text-align: center;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: bold;
	/* border-radius: 5px 5px 5px 5px; */
	box-shadow: 0 1px 5px -3px #808080;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}

.apply:hover {
	background-color: #EBC42C;
}

h1 {
	display: block;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-family: 'Work Sans', Arial, sans-serif;
	font-size: 28px;
		font-size: 36px;
	font-weight: bold;
	color: #17461F;
}

.slogan h1 {
	font-family: 'Work Sans', Arial, sans-serif;
	font-weight: normal;
	color: #17461F;
}

h2 {
	display: block;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-family: 'Work Sans', Arial, sans-serif;
	font-size: 18px;
		font-size: 24px;
	font-weight: bold;
	color: #17461F;
}

h3 {
	display: block;
	line-height: normal;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	font-family: 'Work Sans', Arial, sans-serif;
	font-size: 18.2px;
		font-size: 24px;
	font-weight: bold;
}

.entry-content .main h3 {
	/* margin-top: -30px !important; */
	margin-bottom: 0px !important;
}

.entry-content .main ul {
	/* margin-bottom: 30px !important; */
}

p {
	margin-top: 0px;
	margin-bottom: 20px;
}

.sidebar table {
	width: auto;
		width: calc(100% - 20px);
	margin: 10px;
	margin-bottom: 0px;
	padding: 0px;
	border-width: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

.sidebar table td {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	vertical-align: top;
}

.text table {
	width: auto;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	border-width: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

.text table td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.text table td.label {
	padding-right: 20px;
}
	
.sidebar p {
	width: auto;
		width: calc(100% - 20px);
	margin: 10px;
}

.disclaimer p:last-child {
	margin-bottom: 30px;
}

.show_mobile {
	display: none;
}
.hide {
	display: none;
}
	
ul {
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 20px !important;
}

li {
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 0px;
}

a {
	font-family: 'Open Sans', Arial, sans-serif;
	text-decoration: none;
	color: #000032;
}

a:hover {
	text-decoration: underline;
	color: #000032;
}	

a.apply:hover {
	color: #FFFFFF !important;
	text-decoration: none;
}

b, strong {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: bold;
}

hr {
	width: 100%;
	height: 1px;
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
}
.entry-content table:not(.variations), .entry-content tr td {
	border: none !important;
	margin: 10px;
}
div.gmw-results-wrapper.gray div.gmw-results-message span {
	font-size: 18px !important;
}

@media (max-width:800px) {
	ul {
		padding-left: 20px !important;
	}
	div.gmw-results-wrapper.gray ul.posts-list-wrapper .top-wrapper h2.post-title {
		text-align: left !important;
	}
	
	div.gmw-results-wrapper.gray ul.posts-list-wrapper .top-wrapper div.address-wrapper {
		text-align: left !important;
	}
}

@media  screen and (max-width: 700px) {
	.entry-content {
		font-size: 13px;
	}

	h1 {
		font-size: 20px;
	}
	
	h2 {
		font-size: 15px;
	}

	h3 {
		font-size: 16px;
	}
	.hide_mobile {
		display: none;
	}
	
	.show_mobile {
		display: inline-block;
	}
	.show_mobile table:not(.variations), .show_mobile tr td {
		margin: 0px 0px 20px 0px;
	}
	.entry-content table:not(.variations), .entry-content tr td {
		border: none;
	}
	.main {
		width: 62%;
			width: calc(96% - 220px);
	}
	.entry-content .main ul {
		line-height: 15px !important;
	}
	table td.label {
		width: 30%;
		padding-right: 20px;
	}
	.sidebar {
		width: 35%;
		width: 220px;
		font-size: 10px;
		line-height: 130%;
	}

	.apply {
		position: absolute;
		right: 10px;
		bottom: 10px;
		max-width: 180px;
	}
}

@media  screen and (max-width: 600px) {
	#wrapper {
		font-size: 12px;
	}

	.main {
		width: 100%;
		float: none;
	}
	
	.sidebar {
		width: 100%;
		float: none;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.outro {
		
	}

	.apply {
		position: absolute;
		right: 10px;
		bottom: 10px;
		max-width: 180px;
	}

	.hide_mobile {
		display: none;
		border: 1px solid lime;
	}

	.show_mobile {
		display: inline-block;
	}
	.entry-content table:not(.variations), .entry-content tr td {
		border: none;
	}

	h1 {
		font-size: 18px;
	}

	h2 {
		font-size: 14px;
	}

	h3 {
		font-size: 15px;
	}
}

@media  screen and (max-width: 500px) {
	#wrapper {
		font-size: 11px;
	}

	.apply {
		position: absolute;
		right: 10px;
		bottom: 10px;
		max-width: 160px;
	}
	.hide_mobile {
		display: none;
		border: 1px solid lime;
	}
	
	.show_mobile {
		display: inline-block;
	}
	.entry-content table:not(.variations), .entry-content tr td {
		border: none;
	}

	h1 {
		font-size: 16px;
	}
	
	h2 {
		font-size: 13px;
	}

	h3 {
		font-size: 14px;
	}
}

@media  screen and (max-width: 400px) {
	#wrapper {
		font-size: 10px;
	}

	.apply {
		max-width: 140px;
	}
	.hide_mobile {
		display: none;
		border: 1px solid lime;
	}
	
	.show_mobile {
		display: inline-block;
	}
	.entry-content table:not(.variations), .entry-content tr td {
		border: none;
	}

	h1 {
		font-size: 14px;
	}
	
	h2 {
		font-size: 12px;
	}

	h3 {
		font-size: 12px;
	}
}