/* EYF */

.col-jumbotron {
	/*margin-bottom: 1.5rem !important;*/
}

.jumbotron .background-image:after {
    background: rgba(0, 0, 0, 0.5) !important;
}

.icon-card-68560 .card-body, .icon-card-68605 .card-body {
  /*margin-bottom: 1.5rem !important;*/
  padding: 1.5rem !important;
  color: #fff !important;
}

.icon-card-68560 .card-body {
  background-color: #009CBD !important;
}

.icon-card-68605 .card-body {
  background-color: #84BD00 !important;
}

.card.icon-card.icon-card-68560 .card-body .card-text hr.divider, .card.icon-card.icon-card-68605 .card-body .card-text hr.divider {
	border-top: 5px solid #fff !important;
}

.timeline .card-title {
	color: #A2AAAD !important;
}

.paragraph--type--full-width-content.bg-light > .content-row--container > .page-columns.timeline {
    padding-top: 0 !important;
}

.timeline .card.icon-card .card-body .card-text hr.divider {
	display: none !important;
}

.h5.primary {
	color: #F76902;
}

.timeline-v2 {
	font-size: .8rem !important;
}

@media screen and (max-width: 1459px){
	.even-width-container .col-jumbotron-3 .headline p {
		font-size: 1.5rem;
		line-height: 1.75rem;
	}
}

.fa-sharp-duotone.fa-light.fa-sun {
	color: #F6BE00;
}

.fa-sharp-duotone.fa-light.fa-moon {
	color: #009CBD;
}

.fa-sharp-duotone.fa-light.fa-calendar-week {
	color: #C4D600;
}

.fa-sharp-duotone.fa-light.fa-bed {
	color: #7D55C7;
}

.fa-pull-left, .fa-pull-right {
	padding-bottom: 4rem !important;
}

/*
@media screen and (max-width: 991px){
	.fa-pull-left, .fa-pull-right {
	padding-bottom: 5rem !important;
	}
}
@media screen and (max-width: 768px){
	.fa-pull-left, .fa-pull-right {
	padding-bottom: 4rem !important;
	}
}
*/

/* Health careers, ATC */

.flex-grid {
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-template-rows: repeat(6, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0;
}

.flex-grid div {
	border-bottom: 1px solid #fff;
	padding-bottom: .5em;
  margin-bottom: .5em;
}

.flex-grid div:nth-child(11), .flex-grid div:nth-child(12) {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.div1 { grid-area: 1 / 1 / 2 / 2; }
.div2 { grid-area: 1 / 2 / 2 / 3; }
.div3 { grid-area: 2 / 1 / 3 / 2; }
.div4 { grid-area: 2 / 2 / 3 / 3; }
.div5 { grid-area: 3 / 1 / 4 / 2; }
.div6 { grid-area: 3 / 2 / 4 / 3; }
.div7 { grid-area: 4 / 1 / 5 / 2; }
.div8 { grid-area: 4 / 2 / 5 / 3; }
.div9 { grid-area: 5 / 1 / 6 / 2; }
.div10 { grid-area: 5 / 2 / 6 / 3; }
.div11 { grid-area: 6 / 1 / 7 / 2; }
.div12 { grid-area: 6 / 2 / 7 / 3; }
