/*
Theme Name: RecruitWare
Version: 1.3.3.7
*/
body {
	font-family: 'Mulish', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #38505d;
	overscroll-behavior-y: none;
}
.pageHeader{
	font-size: 35px;	
	font-weight:bold;
	line-height: 1;
    border-bottom-style: inset;
    border-bottom-color: #fcb900;
    width: 60px;
	height: 50px;
    overflow: visible;
    white-space: nowrap;
}
.pageTitle{
	font-size: 28px;
}
.actionclass{
	padding:2px; 
	margin-top: 2px;
	margin-left: 10px;
	display: inline; 
	text-align: center;
	float: right;
	line-height:0.8;
	cursor:pointer;
}
.actionlink{
	
	font-size:35px; 
}
#rw_viewTable tbody td, #rw_viewTable thead th{
	border-top:none;
	border-bottom:none;
	border-right: 2px solid #ddd;
}
.tableouter{
	background: #ffffff;
	border: 2px solid #38505d;
	border-radius: 10px;
}
.tabletitle{
	font-weight: bolder;
    font-size: 20px;
   	text-transform: uppercase;
    line-height: 2;
    border-bottom-style: inset;
    border-bottom-color: #fcb900;
    width: 60px;
	height: 40px;
    overflow: visible;
    white-space: nowrap;
	margin: 10px
}
.tablemenulinks{
	float: left;
    padding: 4px;
    margin-left: 15px;
	margin-top:10px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 2;
    border-bottom-color: #fcb900;
    border-bottom-style: inset;
}
.iconBtnClass {
    font-family: Material Icons;
    border-radius: 50%;
    font-size: 20px;
    text-transform: lowercase;
    padding: 2px;
    cursor: pointer;
    color: #263238;
    border: none;
    background: #ffffff;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 35%);
    -webkit-box-shadow: 0px 1px 5px rgb(0 0 0 / 35%);
}


.BookingCell{
	font-size: 12px;
}
.boxCell{
	border: 1px solid #848078;
    vertical-align: middle;
    padding: 3px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.Confirmed-Booking{
	border: 1px solid #848078;
    vertical-align: middle;
    padding: 3px;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    background: #F0C044;
    color: #ffffff;
	font-size: 12px;
}
.Cancelled{
	border: 1px solid #848078;
    vertical-align: middle;
    padding: 3px;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    background: #F04444;
    color: #ffffff;
	font-size: 12px;
}
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
.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;
}
.leftbar{
	background-color:#193747;
	border-right: 2px solid #f1a136;
		
}
.contentTable{
	background-color: #ffffff;
	color: #1f3a49;
	border: 2px solid #1f3a49;
	border-radius: 15px;
	padding: 3px;
}
.header {
	width: 100%;
	float: left;
	padding: 10px 0;
}
.header a.logo {
	background-image: url(images/RecruitWare.PNG);
	background-repeat: no-repeat;
	background-size: contain;
	width: 260px;
	height: 75px;
	display: block;
	float: left;
	text-indent: -999999px;
}
.header a.logoFN {
	background-image: url(images/TGrantLogo.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 260px;
	height: 75px;
	display: block;
	float: left;
	text-indent: -999999px;
}
.header a.logoRW {
	lbackground-image: url(images/RWLogo.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 260px;
	height: 80px;
	display: block;
	float: left;
	padding-top: 10px;
}
.actionCell{
	padding: 1px; 
	margn:0px; 
	background: none; 
	vertical-align: middle; 
	width:28px;
	height: 28px;
	box-sizing: border-box; 
	overflow: hidden; 
	cursor:pointer;
}
.actionDiv{
	transition: all 0.35s ease 0s;
	position: absolute; 
	white-space: nowrap;
	text-align: center; 
	color: rgb(255, 255, 255); 
	overflow: hidden; 
	text-decoration: none; 
	width: 28px; 
	cursor: pointer; 
	border-radius: 2px; 
	height: 28px; 
	right: 0px;
}
.btnClass{
	padding: 2px; 
	margin:2px; 
	margin-left:5px;
	background: rgb(255, 255, 255,0.75); 
	border: 1px solid #21252947;
	border-radius: 2px;
	vertical-align: middle; 
	white-space: nowrap;
	text-align: center; 
	height: 28px; 
	box-shadow: 0 1px 0px 0px #555;
}
.body {
	width: 100%;
	float: left;
}

.contact-bar {
	width: 100%;
	float: left;
	text-align: right;
	margin: 15px 0 3px 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;
}
.fieldLabel{
	padding: 4px;
	color: #555;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	background: rgba(200, 200, 200, 0.1);
    border: none;
    border-radius: 0px;
    box-shadow: 0 1px 1px -1px #999;
}
.fieldValue{
	cursor:pointer;
	overflow:visible;
	white-space:wrap;
	display: block;
	width: 100%;
	margin-left:3px;
}
.formBtns{
	height: 38px;
	background-color: rgb(53 152 255 / 35%);
	margin-bottom: 3px;
	border-radius: 0px;
    box-shadow: 0 1px 2px 1px #555;
}
.formClass{
	width: 85%;
	margin-left: auto;
	display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;	
}
.form-popup{
	background: rgb(200 200 207);
	justify-content: center;
	padding:5px;
	border-radius: 4px;
    box-shadow: 0 1px 5px 2px #555;
}
.popup-btn{
	padding: 2px; 
	margin:2px; 
	margin-left:5px;
	display: inline-block;
	color:#333;
	background: rgb(53 152 255 / 35%);
	border: 0px;
	vertical-align: middle; 
	white-space: nowrap;
	text-align: center; 
	height: 28px; 
	border-radius: 4px;
    box-shadow: 0 1px 1px 1px #555;
	cursor: pointer;
}
.popup-buttons{
	width: 100%;
	padding: 4px;
	display: table-cell;
   	text-align: center;
}
.popup-header{
	background-color: #007bff73;
	justify-content: center;
	padding: 2px;
	text-align: center;
}
.popup-errheader{
	background-color: rgb(255 165 92);
	justify-content: center;
	padding: 2px;
	text-align: center;
}
.popup-table{
	width: 100%;
    background-color: #ffffff;
}
.popup-blur{
	background-color: rgb(205 205 205 / 85%);
}	
.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;
}