/*
Theme Name: Thomas Grant Recruitment
Version: 1.3.3.7
*/
body {
	font-family: 'Mulish', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #231f20;
	overscroll-behavior-y: none;
}
.topbar {
	width: 100%;
	float: left;
	padding: 10px 0;
	text-align: right;
	border-bottom: 1px solid #dedede;
}
.topbar a {
	color: #15b081;
	text-decoration: none;
	display: inline-block;
	margin: 0 0 0 10px;
}
.topbar a:hover {
	color: #000;
	text-decoration: none;
}
.header {
	width: 100%;
	float: left;
	padding: 30px 0;
}
.header a.logo {
	background-image: url(images/TGRecruitmentLogo.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 182px;
	height: 108px;
	display: block;
	float: left;
	text-indent: -999999px;
}
.body {
	width: 100%;
	float: left;
}
.contact-bar {
	width: 100%;
	float: left;
	text-align: right;
	margin: 15px 0 30px 0;
}
.contact-bar a {
	color: #5a5a5a;
	text-decoration: none;
	font-weight: 300;
	font-size: 14px;
	margin: 0 0 0 25px;
}
.contact-bar a:hover {
	color: #15b081;
	text-decoration: none;
}
.contact-bar a i {
	color: #15b081;
	margin: 0 5px 0 0;
}
.hero {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	float: left;
}
.search {
	background-color: #15b081;
	width: 100%;
	float: left;
	padding: 30px;
	text-align: center;
	margin: 340px 0;
}
.search h2 {
	color: #fff;
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 24px;
	font-weight: 600;
}
.search input[type=text] {
	border: 1px solid #fff;
	border-radius: 4px;
	background-color: #fff;
	padding: 10px;
	color: #5a5a5a;
	width: 100%;
	float: left;
	text-align: left;
}
.search input[type=submit] {
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: 15px;
	border: 1px solid #fff;
	border-radius: 4px;
	background-color: #fff;
	padding: 10px;
	color: #15b081;
	font-weight: 600;
	width: 100%;
	float: left;
	text-align: center;
}
.search input[type=text]:focus,
.search input[type=submit]:focus {
	outline: none;
}
.footer {
	width: 100%;
	float: left;
	padding: 60px 0;
}
.footer a.footer-logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-size: 120px;
	width: 120px;
	height: 48px;
	display: block;
	float: left;
	text-indent: -999999px;
	margin: 0 0 30px 0;
}
.footer-item {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}
.footer-item ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.footer-item ul li  {
	list-style-type: none;
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}
.footer-item ul li a {
	color: #231f20;
	text-decoration: none;
}
.footer-item ul li a:hover {
	text-decoration: none;
	color: #15b081;
}
.footer-item ul > li > ul { display: none; }
.footer-contact {
	width: 100%;
	float: left;
	margin: 30px 0 0 0;
}
.footer-contact a {
	color: #5a5a5a;
	text-decoration: none;
	font-weight: 300;
	font-size: 14px;
	margin: 0 0 10px 0;
	display: block;
}
.footer-contact a:hover {
	color: #15b081;
	text-decoration: none;
}
.footer-contact a i {
	color: #15b081;
	margin: 0 5px 0 0;
	width: 20px;
	text-transform: capitalize;
}
.footer-item h3 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 16px;
	font-weight: 600;
}
.newsletter-box {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.footer-social a {
	color: #15b081;
	text-decoration: none;
	display: inline-block;
	margin: 0 0 0 10px;
}
.footer-social a:hover {
	color: #000;
	text-decoration: none;
}
.main-nav {
	float: right;
}
.main-nav > ul {
	margin: 0;
	padding: 0;
}
.main-nav > ul > li {
	list-style-type: none;
	dispaly: block;
	float: left;
	margin: 0 0 0 30px;
	position: relative;
}
.main-nav > ul > li > a {
	color: #231f20;
	font-weight: 300;
	text-decoration: none;
	font-size: 18px;
	display: block;
}
.main-nav > ul > li > a:hover,
.main-nav > ul > li.current-page-ancestor > a,
.main-nav > ul > li.current-menu-item > a {
	text-decoration: none;
	color: #15b081;
}
.main-nav > ul > li:hover > ul {
	display: block;
	z-index: 1000;
}
.main-nav > ul > li > ul {
	width: 200px;
	padding: 10px 0 5px 10px;
	background-color: #fff;
	display: none;
	position: absolute;
	top: 19px;
	left: -10px;
	margin: 0;
}
.main-nav > ul > li > ul > li {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	display: block;
	float: left;
}
.main-nav > ul > li > ul > li > a {
	color: #000;
	display: block;
	padding: 3px 0;
	font-size: 16px;
}
.main-nav > ul > li > ul > li > a:hover {
	text-decoration: none;
	color: #15b081;
}
.bigblocks {
	background-color: #dedede;
	width: 100%;
	float: left;
}
.left-block {
	background-image: url(images/reviews.png);
	background-repeat: no-repeat;
	background-position: 30px 30px;
	background-color: #dedede;
	background-size: 260px;
	width: 50%;
	float: left;
	text-align: center;
	padding: 80px 60px;
}
.right-block {
	background-image: url(images/franchise.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 50%;
	float: left;
	text-align: center;
	padding: 80px 60px;
}
.left-block h3 {
	margin: 0 0 60px 0;
	padding: 0;
	font-weight: 400;
}
.left-block h3 span {
	font-weight: 600;
	display: block;
}
.right-block h3 {
	margin: 0 0 60px 0;
	padding: 0;
	font-weight: 400;
	color: #fff;
}
.right-block h3 span {
	font-weight: 600;
	display: block;
}
.left-block p,
.right-block p {
	padding: 0 60px;
	margin: 0 0 30px 0;
}
.right-block p {
	color: #fff;
}
.right-block p a {
	background-color: #fff;
	padding: 15px 45px;
	color: #15b081;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	margin-top: 15px;
	display: inline-block;
}
.newsletter {
	background-color: #f7f7f7;
	width: 100%;
	float: left;
	padding: 60px 0;
	text-align: center;
}
.newsletter h3 {
	margin: 0 0 30px 0;
	font-size: 24px;
	font-weight: 600;
	padding: 0;
}
.title-banner {
	background-color: #15b081;
	width: 100%;
	float: left;
	padding: 80px 0;
	text-align: center;
	margin: 0 0 60px 0;
}
.title-banner h1,
.title-banner h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.newsletter #gform_wrapper_1 {
	width: 100%;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
}
.newsletter #gform_wrapper_1 ul li {
	margin: 0 !important;
	padding: 0 !important;
}
.newsletter #gform_wrapper_1 ul li label {
	display: none !important;
}
.newsletter #gform_wrapper_1 ul li .ginput_container {
	margin: 0 !important;
	padding: 0 !important;
}
.newsletter #gform_wrapper_1 ul li .ginput_container input[type=text] {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #dedede;
	background-color: #fff;
}
.newsletter #gform_wrapper_1 ul li .ginput_container input[type=text]:focus {
	outline: none;
}
.newsletter #gform_wrapper_1 .gform_body {
	width: 78% !important;
	float: left !important;
	clear: none !important;
}
.newsletter #gform_wrapper_1 .gform_footer {
	width: 20% !important;
	float: right !important;
	clear: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.newsletter #gform_submit_button_1 {
	border: 1px solid #15b081;
	background-color: #15b081;
	color: #fff;
	font-weight: 600;
	padding: 10px 20px;
	border-radius: 4px;
}
.newsletter-box #gform_wrapper_1 {
	width: 100%;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
}
.newsletter-box #gform_wrapper_1 ul li {
	margin: 0 !important;
	padding: 0 !important;
}
.newsletter-box #gform_wrapper_1 ul li label {
	display: none !important;
}
.newsletter-box #gform_wrapper_1 ul li .ginput_container {
	margin: 0 !important;
	padding: 0 !important;
}
.newsletter-box #gform_wrapper_1 ul li .ginput_container input[type=text] {
	margin-top: 0 !important;
	margin-bottom: 10px !important;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #dedede;
	background-color: #fff;
}
.newsletter-box #gform_wrapper_1 ul li .ginput_container input[type=text]:focus {
	outline: none;
}
.newsletter-box #gform_wrapper_1 .gform_body {
	width: 100% !important;
	float: left !important;
	clear: none !important;
}
.newsletter-box #gform_wrapper_1 .gform_footer {
	width: 100% !important;
	float: right !important;
	clear: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.newsletter-box #gform_submit_button_1 {
	border: 1px solid #15b081;
	background-color: #15b081;
	color: #fff;
	font-weight: 600;
	padding: 10px 20px;
	text-align: left;
	border-radius: 4px;
	width: 100%;
}
.cta-box {
	width: 100%;
	float: left;
	border: 1px solid #bdbdbd;
	background-color: #fff;
	position: relative;
	z-index: 400;
	margin: -40px 0 30px 0;
}
.cta-box h3 {
	font-weight: 600;
	margin: 0 0 30px 0;
	padding: 30px 30px 0 30px;
	font-size: 20px;
}
.cta-box p {
	color: #6c6c6c;
	line-height: 22px;
	margin: 0 0 30px 0;
	padding: 0 30px;
}
.cta-box a {
	background-color: #15b081;
	padding: 15px 0;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	width: 100%;
	font-weight: 600;
	float: left;
	display: block;
}
.cta-box a:hover {
	text-decoration: none;
}
.cta-box a span {
	border-left: 2px solid #fff;
	margin: 0 30px;
	padding: 5px 15px;
}
.home-content {
	clear: both;
	margin-top: 60px;
}
.home-content h3,
.latest-news h3 {
	font-weight: 600;
	font-size: 20px;
	margin: 0;
	padding: 0;
}
.home-content h2,
.content h2 {
	font-weight: 600;
	font-size: 26px;
	margin: 0 0 30px 0;
	padding: 0;
}
.home-content p,
.content p {
	color: #6c6c6c;
	line-height: 22px;
	margin: 0 0 30px 0;
}
.latest-news {
	clear: both;
	margin: 60px 0 30px 0;
}
.side-news-item {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #dedede;
}
.side-news-item:last-child {
	border-bottom: 0;
	padding: 0;
}
.latest-news h3 {
	margin-bottom: 15px;
}
.side-news-item a {
	color: #15b081;
	font-size: 18px;
	font-weight: 600;
	display: block;
	text-decoration: none;
	margin: 0 0 10px 0;
}
.side-news-item p {
	color: #6c6c6c;
	line-height: 22px;
	margin: 0;
}
.inline-title {
	width: 100%;
	float: left;
	text-align: center;
	margin: 60px 0;
}
.inline-title h2 {
	color: #000;
	font-size: 22px;
}
.inline-title h2 span {
	display: block;
	font-size: 32px;
	font-weight: 600;
}
.job-item {
	border: 1px solid #bdbdbd;
	width: 100%;
	float: left;
	padding: 10px;
	background-color: #fff;
	margin: 0 0 60px 0;
}
.job-item h3 {
	width: 100%;
	float: left;
	margin: 10px 0 30px 0;
	padding: 0 15px;
}
.job-item h3 a {
	color: #000;
	text-decoration: none;
	font-size: 22px;
	font-weight: 400;
}
.job-item ul {
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
}
.job-item ul li {
	list-style-type: none;
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 15px;
}
.job-item ul li label {
	font-weight: 600;
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;
	color: #6c6c6c;
}
.job-item ul li span {
	float: left;
	display: inline-block;
}
.job-item p {
	margin: 0;
}
.job-item p a {
	background-color: #15b081;
	width: 100%;
	float: left;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	padding: 10px 15px;
}
.recent-jobs .slick-prev {
	background-image: url(images/arrow-left.png);
	background-repeat: no-repeat;
	background-size: 80px;
	width: 80px;
	height: 80px;
	display: block;
	background-color: #fff;
	border: 0 !important;
	text-indent: -999999px;
	position: absolute;
	top: 50%;
	margin-top: -80px;
	left: -80px;
}
.recent-jobs .slick-next {
	background-image: url(images/arrow-right.png);
	background-repeat: no-repeat;
	background-size: 80px;
	width: 80px;
	height: 80px;
	display: block;
	background-color: #fff;
	border: 0 !important;
	text-indent: -999999px;
	position: absolute;
	top: 50%;
	margin-top: -80px;
	right: -80px;
}
.recent-jobs .slick-prev:focus,
.recent-jobs .slick-next:focus {
	outline: none;
}
.locations-side {
	background-image: url(images/map.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 80%;
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}
.locations-side ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.locations-side ul li {
	background-image: url(images/dot.png);
	background-repeat: no-repeat;
	list-style-type: none;
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	background-size: 8px;
	background-position: 1px;
}
.person-item {
	width: 100%;
	float: left;
	padding: 30px;
	border: 1px solid #bdbdbd;
	background-color: #fff;
	margin: 0 0 60px 0;
	text-align: center;
}
.person-item img {
	width: 50%;
	clear: both;
	margin: 0 auto 30px auto;
}
.person-item h3 {
	color: #000;
	font-size: 24px;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: 600;
	width: 100%;
	clear: both;
}
.person-item h4 {
	font-weight: 400;
	text-transform: unset;
	margin: 0 0 15px 0;
	font-size: 14px;
	padding: 0;
	width: 100%;
	clear: both;
	color: #15b081;
}
.person-item p {
	width: 100%;
	clear: both;
	color: #6c6c6c;
	line-height: 18px;
	margin: 0;
}
.client-services ul {
	width: 100%;
	float: left;
	margin: 0 0 60px 0;
	padding: 0;
}
.client-services ul li {
	background-image: url(images/dot.png);
	background-repeat: no-repeat;
	list-style-type: none;
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	background-size: 8px;
	background-position: 1px;
	color: #6c6c6c;
	line-height: 22px;
}
.get-in-touch {
	background-color: #15b081;
	width: 100%;
	float: left;
	padding: 80px 0;
	text-align: center;
}
.get-in-touch h3 {
	color: #fff;
	font-weight: 600;
	font-size: 26px;
	margin: 0;
	letter-spacing: 1px;
	padding: 0;
	text-align: left;
}
.get-in-touch a {
	background-color: #fff;
	border-radius: 4px;
	padding: 15px 25px;
	color: #15b081;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	display: inline-block;
}
.person-item a {
	background-color: #15b081;
	width: 100%;
	float: left;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	padding: 10px 15px;
}
.page-template-template-clients .person-item {
	padding: 15px;
}
.formset #gform_wrapper_2 {
	width: 100%;
	float: left;
	margin: 0 0 60px 0 !important;
	padding: 0 !important;
}
.formset #gform_wrapper_2 ul li {
	margin: 0 0 15px 0 !important;
}
.formset #gform_wrapper_2 ul li label {
	font-weight: 400;
	color: #231f20;
}
.formset #gform_wrapper_2 ul li .ginput_container {
	margin: 0 !important;
	padding: 0 !important;
}
.formset #gform_wrapper_2 ul li .ginput_container input[type=text] {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #dedede;
	background-color: #fff;
}
.formset #gform_wrapper_2 ul li .ginput_container input[type=text]:focus {
	outline: none;
}
.formset #gform_wrapper_2 .gform_body {
	clear: none !important;
}
.formset #gform_wrapper_2 .gform_footer {
	clear: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.formset #gform_submit_button_2,
.formset #gform_submit_button_3 {
	border: 1px solid #15b081;
	background-color: #15b081;
	color: #fff;
	font-weight: 600;
	padding: 10px 20px;
	border-radius: 4px;
}
.register-cta {
	background-color: #15b081;
	width: 100%;
	float: left;
	padding: 60px 0;
	text-align: center;
	margin: 0 0 0 0;
}
.register-cta h3 {
	color: #fff;
	font-weight: 600;
	font-size: 26px;
	line-height: 32px;
	margin: 0 0 30px 0;
	padding: 0;
}
.register-cta a {
	margin: 0 5px;
	color: #15b081;
	background-color: #fff;
	padding: 10px 25px;
	font-size: 22px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}
.floaty {
	width: 100%;
	float: left;
}
.page-template-template-jobs .register-cta {
	margin: 0;
}
.news-item {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}
.news-item img {
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
}
.news-item h2 {
	display: block;
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 22px;
	min-height: 55px;
}
.news-item h2 a {
	color: #000;
	font-weight: 600;
	font-size: 22px;
}
.news-item h2 a:hover {
	text-decoration: none;
	color: #15b081;
}
p.readmore a {
	color: #000;
	text-decoration: none;
}
p.readmore a:hover {
	color: #15b081;
}
.nav-previous {
	float: left;
	text-align: left;
	margin: 30px 0;
}
.nav-next {
	float: right;
	text-align: right;
	margin: 30px 0;
}
.nav-previous a,
.nav-next a {
	color: #000;
}
.nav-previous a:hover,
.nav-next a:hover {
	color: #15b081;
	text-decoration: none;
}
.single-post .content img {
	max-width: 100%;
	float: left;
	margin: 0 0 30px 0;
	height: auto;
}
.sidebar {
	width: 100%;
	float: left;
}
.sidebar .widget-container {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}
.sidebar .widget-container h3 {
	font-weight: 700;
	margin: 0 0 0 0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	color: #000;
	padding: 0;
}
.sidebar .widget-container ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.sidebar .widget-container ul li {
	list-style-type: none;
	display: block;
	width: 100%;
	float: left;
	margin: 4px 0;
	padding: 0;
}
.sidebar .widget-container ul li a {
	color: #000;
	text-decoration: none;
}
.sidebar .widget-container ul li a:hover {
	color: #15b081;
	text-decoration: none;
}
#burger {
	background-image: url(images/burger.png);
	background-repeat: no-repeat;
	background-size: 44px;
	width: 44px;
	height: 30px;
	display: none;
	float: right;
}
.job-meta {
	width: 100%;
	float: left;
}
.job-meta ul {
	width: 100%;
	float: left;
	margin: 30px 0 30px 0;
	padding: 0;
}
.job-meta ul li {
	list-style-type: none;
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
}
.job-meta ul li label {
	font-weight: 600;
	margin: 0;
	width: 120px;
	padding: 0;
	float: left;
	color: #6c6c6c;
}
.job-meta ul li span {
	float: left;
	display: inline-block;
}
.single-job hr {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}
.single-job .title-banner {
	margin: 0 0 30px 0;
}
.page-id-225 a.logo {
	background-image: url(images/tg-construction.png);
}
.page-id-225 .title-banner {
	background-color: #ee712a;
}
.page-id-225 #gform_submit_button_1 {
	background-color: #ee712a;
	border: 1px solid #ee712a;
}
.page-id-225 .topbar a,
.page-id-225 .footer-social a,
.page-id-225 .footer-contact a i,
.page-id-225 .contact-bar a i {
	color: #ee712a;
}
.page-id-225 .main-nav > ul > li > a:hover, 
.page-id-225 .main-nav > ul > li.current-page-ancestor > a, 
.page-id-225 .main-nav > ul > li.current-menu-item > a {
	color: #ee712a;
}



.page-id-216 a.logo {
	background-image: url(images/tg-driving.png);
	background-size: 120px;
}
.page-id-216 .title-banner {
	background-color: #6f90a7;
}
.page-id-216 #gform_submit_button_1 {
	background-color: #6f90a7;
	border: 1px solid #6f90a7;
}
.page-id-216 .topbar a,
.page-id-216 .footer-social a,
.page-id-216 .footer-contact a i,
.page-id-216 .contact-bar a i {
	color: #6f90a7;
}
.page-id-216 .main-nav > ul > li > a:hover, 
.page-id-216 .main-nav > ul > li.current-page-ancestor > a, 
.page-id-216 .main-nav > ul > li.current-menu-item > a {
	color: #6f90a7;
}




.page-id-228 a.logo {
	background-image: url(images/tg-warehousing.png);
	background-size: 120px;
}
.page-id-228 .title-banner {
	background-color: #004379;
}
.page-id-228 #gform_submit_button_1 {
	background-color: #004379;
	border: 1px solid #004379;
}
.page-id-228 .topbar a,
.page-id-228 .footer-social a,
.page-id-228 .footer-contact a i,
.page-id-228 .contact-bar a i {
	color: #004379;
}
.page-id-228 .main-nav > ul > li > a:hover, 
.page-id-228 .main-nav > ul > li.current-page-ancestor > a, 
.page-id-228 .main-nav > ul > li.current-menu-item > a {
	color: #004379;
}






.page-id-218 a.logo {
	background-image: url(images/tg-healthcare.png);
	background-size: 175px;
}
.page-id-218 .title-banner {
	background-color: #7e1974;
}
.page-id-218 #gform_submit_button_1 {
	background-color: #7e1974;
	border: 1px solid #7e1974;
}
.page-id-218 .topbar a,
.page-id-218 .footer-social a,
.page-id-218 .footer-contact a i,
.page-id-218 .contact-bar a i {
	color: #7e1974;
}
.page-id-218 .main-nav > ul > li > a:hover, 
.page-id-218 .main-nav > ul > li.current-page-ancestor > a, 
.page-id-218 .main-nav > ul > li.current-menu-item > a {
	color: #7e1974;
}




.page-id-230 a.logo {
	background-image: url(images/tg-hospitality.png);
	background-size: 175px;
}
.page-id-230 .title-banner {
	background-color: #b20933;
}
.page-id-230 #gform_submit_button_1 {
	background-color: #b20933;
	border: 1px solid #b20933;
}
.page-id-230 .topbar a,
.page-id-230 .footer-social a,
.page-id-230 .footer-contact a i,
.page-id-230 .contact-bar a i {
	color: #b20933;
}
.page-id-230 .main-nav > ul > li > a:hover, 
.page-id-230 .main-nav > ul > li.current-page-ancestor > a, 
.page-id-230 .main-nav > ul > li.current-menu-item > a {
	color: #b20933;
}
.placeholder {
	width: 100%;
	float: left;
}
.placeholder img {
	width: 100%;
	float: left;
}
.content p a {
	color: #565656;
	text-decoration: underline;
}
.content ul {
	margin: 0 0 30px 0;
	padding: 0;
	width: 100%;
	float: left;
}
.content ul li {
	margin: 0 0 0 20px;
	padding: 0;
	color: #6c6c6c;
}