.top-events-section {
	height: 450px;
}
.top-events-section .left-side {
	background-color: #ebebeb;
	height: 100%;
	width: 100%;
	float: left;
	display: inline-block;
	position: relative;
}
.column-wrapper {
	height: 100%;
	width: 100%;
	position: relative;
	padding: 60px;
	background-size: cover;
	background-position: center center;
}
.column-wrapper.main {
	background-image: url('/wp-content/uploads/employment-solutions-bg.jpg');
}
.column-cat-holder {
	position: absolute;
	bottom: 85px;
	color: white;
	z-index: 3;
}
.column-title-holder {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: white;
	z-index: 4;
	text-align: center;
	width: 100%;
  left: 0;
	padding: 15px;
}
.column-title-holder h4 {
	color: white;
	font-size: 30px;
	font-family: inherit;
	text-transform: none;
	letter-spacing: normal;
}
.column-title-holder h1 {
	margin-bottom: 0;
	letter-spacing: 0;
}
.column-title-holder .browse-jobs {
	background-color: #05192C;
	color: white;
	font-weight: bold;
}
.browse-jobs p {
	margin-bottom: 0;
}
.overlay {
	background-color: rgba(0,0,0,.7);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.full-width {
	width: 100%;
	padding-bottom: 50px;
}
.full-width h2 {
	text-align: center;
	color: gray;
}
/* The grid container */
.grid-container {
  display: grid;
  grid-template-areas:
  'left left middle middle right right';
  grid-column-gap: 10px;
}
.grid-container.top {
	display: grid;
  grid-template-areas:
  'left right';
  grid-column-gap: 10px;
	grid-template-columns: repeat(auto-fit);
}
.grid-container div {
	text-align: center;
}
.grid-container div img {
	max-height: 75px;
	max-width: 75px;
}
.grid-container div h5 {
	color: #5599d9;
	font-weight: bold;
	margin: 0 0 0 -25px;
}
.grid-container div h5:after {
	border: 2px solid #5599d9;
	border-radius: 50%;
	color: #5599d9;
	content: "\203a";
	font-size: 14px;
	line-height: 0;
	padding: 8px 6px 12px 7px;
	position: absolute;
	/* right: -32px; */
	/* top: -4px; */
	margin-left: 10px;
	font-size: 20px;
	padding: 6px 5px 11px 6px;
  top: -3px;
	/* right: 16px; */
}
.grid-container div h3 {
	color: gray;
	margin-top: 15px;
	margin-bottom: 10px;
}
.grid-container .left, .grid-container .middle, .grid-container .right {
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}
/* .grid-container.video-row .left, .grid-container.video-row .middle, .grid-container.video-row .right {
	height: 100%;
} */
/* .grid-container.video-row .left {
	min-width: 500px;
} */
/* .grid-container.video-row {
	padding: 75px 75px 0 75px;
} */
/* Style the left column */
.grid-container .left {
  grid-area: left;
}

/* Style the middle column */
.grid-container .middle {
  grid-area: middle;
}

/* Style the right column */
.grid-container .right {
  grid-area: right;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
  .grid-container, .grid-container.top  {
    grid-template-areas:
    'header header header header header header'
    'left left left left left left'
    'middle middle middle middle middle middle'
    'right right right right right right'
    'footer footer footer footer footer footer';
}
}
.video-row {
	padding: 75px;
}
.video-row div.row div.six h2 {
	/* margin-top: 25px; */
}
.video-row div.row div.six ul li {
	text-align: left;
	list-style-type: disc;
	font-size: 25px;
	line-height: 1.1;
	color: gray;
	font-weight: normal;
	list-style-position: outside;
	margin-left: 25px;
	margin-bottom: 15px;
}
.next-step {
	background-color: #5599d9;
	position: relative;
	min-height: 300px;
}
.next-step div.centered {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}
.next-step div.centered h1 {
	color: white;
	margin-bottom: 10px;
}
.next-step div.centered h3 {
	margin-top: 5px;
	color: white;
	margin-bottom: 40px;
}
.next-step div.centered a {
	background-color: #05192C;
}
.two-col-row {
	background-color: white;
	padding: 75px;
}
.two-col-row .left {
	overflow: hidden;
}
.two-col-row .left img {
	height: initial;
  width: initial;
  max-height: initial;
  max-width: initial;
}
.two-col-row .right {
	overflow: hidden;
}
.two-col-row .right img {
	height: initial;
  width: initial;
  max-height: initial;
  max-width: initial;
}
.two-col-row .right h2 {
	margin-bottom: 25px;
	text-align: left;
}
.two-col-row .right ul li {
	text-align: left;
	list-style-type: disc;
	font-size: 25px;
	line-height: 1.1;
	color: gray;
	font-weight: normal;
	list-style-position: inside;
	margin-bottom: 15px;
}
.post-link {
	height: 100%;
	width: 100%;
}
.posts-row .column-title-holder {
	top: initial;
	transform: none;
	bottom: 0;
}
.post-link .post-date {
	color: white;
  margin-bottom: 5px;
	text-align: left;
}
.posts-row div h2 {
	text-align: left;
	margin-bottom: 0 !important;
}
/* .overlay {
	background-color: rgba(0,0,0,.3);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
} */
.brown-bg {
	width: 100%;
	background-color: #7F7D76;
	display: inline-block;
}



/* Workforce Solutions */
.service-grid a {
  width: 100%;
  min-height: 200px;
}
.form-holder {
	max-width: 700px;
	display: block;
	margin: 0 auto;
}
.next-step.company-next-step{
	min-height: 400px;
}
.next-step.company-next-step div.centered {
	left: 0;
	padding: 25px;
}
.company-form input[type="text"]{
	display: inline-block;
	width: 49.6%;
	margin-bottom: 5px;
}
.company-form input[type="submit"]{
	background-color: #132637;
}
.company-form button[type="submit"]{
	background-color: #132637;
	color: #fff;
  font-family: "PN-B";
  border-radius: 200px;
  font-size: 18px;
  min-width: 200px;
  padding: 18px;
	margin-top: 10px;
}
.company-form button[type="submit"] span {
	position: relative;
	left: -12px;
}
.company-form button[type="submit"] span.cta:after {
	border: 2px solid #fff;
  border-radius: 1000px;
  color: #fff;
  content: "\203a";
  font-size: 20px;
  line-height: 0;
  padding: 8px 6px 12px 7px;
  position: absolute;
  right: -32px;
  top: -4px;
  font-size: 22px;
  padding: 10px 8px 15px 9px;
	top: -3px;
	right: -37px;
}
@media screen and (max-width: 640px){
	.company-form input[type="text"]{
		display: inline-block;
		width: 100%;
	}
	.next-step.company-next-step{
		min-height: 475px;
	}
	.video-row, .posts-row {
		padding: 25px;
	}
	.video-row {
		padding: 40px 40px 0 40px;
	}
	.business-video {
		padding: 40px !important;
	}
}
@media screen and (max-width: 325px){
	.next-step.company-next-step{
		min-height: 525px;
	}
}

p.success {
	color: green;
  background-color: #d6e7d6;
  border: 2px solid green;
  border-radius: 10px;
  max-width: 600px;
  display: block;
  margin: 0 auto;
}
p.error {
	color: red;
  background-color: #e7d6d6;
  border: 2px solid red;
  border-radius: 10px;
  max-width: 600px;
  display: block;
  margin: 0 auto;
}



.emp-holder {
	max-width: 300px;
  display: block;
  margin: 0 auto;
  padding: 25px;
	transition: background-color .2s ease;
}
.emp-holder:hover {
	background-color: #f6f6f6;
}
.grid-container.top-row {
	max-width: 900px;
	margin: 0 auto;
}
.why-image {
	max-width: 100%;
}
/* Remove blue gradient from mobile office slide */
/* .cycle-slide:nth-of-type(2):before {
	background: none !important;
} */

/* Contact Styles */
.management.contact-container {
	margin-top: 25px !important;
}
@media screen and (max-width: 1440px){
	.contact-container {
		padding: 25px;
	}
}
@media screen and (max-width: 640px){
	.contact-container {
		padding: 0;
	}
}
@media screen and (max-width: 680px){
	.management .management-list ul li {
		width: 90.7% !important;
		min-height: 100%;
	}
}
.centered-div {
	display: block;
	margin: auto;
	text-align: center;
	width: 100%;
}
#map {
	margin: 50px auto 0 auto;
	max-width: 750px;
	height: 400px;
}
#map svg {
	display: block;
	margin: auto;
	text-align: center;
}
