
/*Half and Half*/

.half-and-half {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.half-and-half-title {
	display: grid;
	/*background-color: red;*/
	padding: 20px 0;
	min-height: 300px;
	align-content: center;
	justify-content: right;
}

.half-and-half-title-inner {
	width: 648px;
	padding-right: 30px;
}

.half-and-half-title-inner * {
	color: #fff;
	text-align: center;
}

.half-and-half-title-inner h1 {
	font-size: 4.444444444444445em;
}

.half-and-half-title-inner h2 {
	font-size: 2.4444444444444446em;
}

.half-and-half-title-inner h1 em {
	font-size: 44px;
	font-style: normal;
}




.half-and-half-image {
	background-size: cover;
	padding: 220px 0;
}

.home-jumbotron {
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
}
.home-jumbotron-h1 {
	font-size: 60px;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 0.3px;
	color: #fff;
}
.home-jumbotron-content {
	max-width: 100%;
	width: 840px;
	margin: 30px auto;
	color: #fff;
}

.jumbotron-content {
	position: relative;
}

.jumbotron-content {
  overflow: auto;
}

.jumbotron-content .cta-box {
  background: #fff;
  max-width: 310px;
  border-radius: 10px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.44);
  margin-bottom: 10px;
  overflow: hidden
}

.jumbotron-content .cta-box h3 {
  display: block;
  text-align: center;
  padding: 8px 10px;
  background-color: #183e6c;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}

.jumbotron-content .cta-box > div {
  padding: 10px;
  font-size: 16px;
  text-align: left;
}

.jumbotron-content .cta-box > div p {
  margin-bottom: 0;
}

.jumbotron-content .cta-box .fsd-btn {
  display: block;
  width: calc(100% - 20px);
  margin: 10px;
}



/* -- xl Breakpoint -- */
@media screen and (max-width: 1399px) {
	.half-and-half-title-inner {
		width: 558px;
	}
}

/* -- MD Breakpoint -- */
@media screen and (max-width: 1199px) {
	.half-and-half-title-inner {
		width: 468px;
	}
}

@media screen and (max-width: 991px) {
	.half-and-half-title-inner {
		width: 360px;
	}
	.half-and-half-title-inner {
		width: 348px;
	}

	.half-and-half-title-inner h1 {
		font-size: 3em;
		margin-bottom: 3px;
	}

	.half-and-half-title-inner h2 {
		font-size: 2em;
		margin-bottom: 0;
	}

	.half-and-half-title-inner h1 em {
		font-size: 0.8em;
		font-style: normal;
	}

	.half-and-half-title-inner h1 br,
	.half-and-half-title-inner h2 br  {
		display: none;
	}
}

/* -- XS Breakpoint -- */
@media screen and (max-width: 768px) {
	.half-and-half {
		grid-template-columns: 1fr;
	}
	.half-and-half-title {
		display: block;
		padding-right: 15px;
	}

	.half-and-half-title-inner {
		width: 100%;
		padding-right: 0;
	}

	.half-and-half-title {
		justify-content: left;
		min-height: unset;
		padding-left: 15px;
	}

	.half-and-half-image {
		height: 300px;
	}
}
