h1 {
	display: block;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-family: 'IBM Plex Sans',Helvetica,Arial,Lucida,sans-serif;
	font-size: 28px;
	font-weight: bold;
}

h2 {
	display: block;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
	font-size: 56px;
	font-weight: 700;
}

h3 {
	display: block;
	line-height: normal;
	margin: 0px!important;
	margin-top: 10px!important;
	margin-bottom: 10px!important;
	padding: 0px!important;
	font-family: 'IBM Plex Sans',Helvetica,Arial,Lucida,sans-serif!important;
	font-size: 24px!important;
	font-weight: bold;
}

#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!important;
	margin-bottom: 30px;
	box-sizing: border-box;
	padding: 0px!important;
}

.about {
	width: 100%;
	margin: 0px!important;
	box-sizing: border-box;
	padding: 0px!important;
}

.title h1 {
	display: block;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	font-size: 40px!important;
	font-weight: 600;
	color: #2d2c8f;
	text-transform: uppercase;
}

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

.main {
	width: 64%;
	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;
	color: #FFFFFF !important;
	text-decoration: none;
	text-align: center;
	letter-spacing: 2px;
	font-size: 11px !important;
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	border-width: 12px!important;
	border-color: #36cb00 !important;
	background-color: #36cb00 !important;
	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;
} */
.apply.et_pb_button:after {
	color: #ffffff;
	line-height: inherit;
	font-size: 18px!important;
	opacity: 0;
	margin-left: -1em;
	left: auto;
	display: inline-block;
	font-family: ETmodules!important;
	font-weight: 400!important;
}
.apply .et_pb_button[data-icon]:not([data-icon=""]):after {
	content: attr(data-icon);
}

.et_pb_header_content_wrapper h1 {
	line-height:2.5em !important;
}
.et_pb_header_content_wrapper h1>span {
	font-size:48px;
	color:#36cb00;
}

.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;
	}
	.et_pb_fullwidth_header {
		padding-top: 0px !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;
		left: 2px;
		right: 10px;
		bottom: 10px;
		max-width: 100%;
	}
}

@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;
		left: 2px;
		right: 10px;
		bottom: 10px;
		max-width: 100%;
	}

	.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;
	}
	
	.et_pb_header_content_wrapper h1 {
		line-height:1.6em !important;
	}
	.et_pb_header_content_wrapper h1>span {
		font-size:28px;
		color:#36cb00;
	}
}

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

	.apply {
		position: absolute;
		left: 2px;
		right: 10px;
		bottom: 10px;
		max-width: 100%;
	}
	.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;
	}
	.et_pb_header_content_wrapper h1 {
		line-height:1.6em !important;
	}
	.et_pb_header_content_wrapper h1>span {
		font-size:28px;
		color:#36cb00;
	}
}

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

	.apply {
		max-width: 100%;
	}
	.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;
	}
	.et_pb_header_content_wrapper h1 {
		line-height:1.6em !important;
	}
	.et_pb_header_content_wrapper h1>span {
		font-size:28px;
		color:#36cb00;
	}
}