html, body {
	width: auto;
	height: 100%;
}

body {
	margin: 0;
}
.site-content{
	max-width: unset;
    padding: 0;
}

.heading-text h1{
	font-size: 4rem;
}

.content-area{
	margin-top: -1px;
	padding-top:0px;
	padding-right:0px;
	margin-right:0px;
}

.heading {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.heading img {
	width: 100%;
}

.heading-text {
	width: 60%;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	margin: auto;
	color: white;
	text-shadow: 1px 1px 10px #333;
}
.heading-text h1 {
	color:white;
}
.heading-text h3 {
	font-weight: 400;
	color:white;
	margin-top: 0px;
	padding-top: 0px;
	margin: 1.4rem 0;
}

.btn-join {
	display: inline-block;
	padding: 10px 30px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  border-radius: 8px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  background-color: white;
  text-shadow: 0px 0px 0px;
}

.thumbnails-div {
	position: relative;
	display: inline-flex;
	width: 70%;
	margin: auto;
	margin-top: -80px;
	margin-bottom: 75px;
	left: 50%;
	transform: translateX(-50%);
}

.thumbnail {
  display: inline-block;
  width: 26%;
  min-height: 250px;
  margin-right: 5.5%;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 12px;
  background-color: white;
}

.thumbnail:first-of-type {
	margin-left: 5.5%;
}

.thumbnail:last-of-type {
	margin-right: 0;
}

.thumbnail:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.thumbnail img {
	width: 100%;
}

.thumbnail-inline img {
	display: inline-block;
	width: 40%;
	vertical-align: bottom;
	border-radius: 5px;
	object-fit: cover;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
	max-height: 250px;
}

.thumbnail-text {
	text-align: center;
	line-height: 1.2;
}

.thumbnail-header {
	display:block;
	font-weight: bold;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: 50px;
}

.thumbnail-info {
	margin: 0;
	font-size: 14px;
}

.thumbnail-inline {
	margin: auto;
	padding-top: 20px;
	width: 65%;
	display: flex;
}



.thumbnail-inline .thumbnail-text {
	display: inline-flex;
	align-items: stretch;
	flex-direction: column;
	max-width: 50%;
	text-align: left;
	margin-left: 10px;
}

.thumbnail-inline .thumbnail-header {
	margin: 0.5rem 0;
	min-height: unset;
	font-size: 2rem;
}

.thumbnail-inline .thumbnail-info {
	line-height: 1.5;
}

.blog-latest {
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
	background-color: #f3f7ff;
}

.blog-latest h1 {
	color: #4990e2;
	text-transform: uppercase;
	max-width: unset;
}

.blog-latest hr {
	border-color: #4990e2;
	width: 30%;
}

.btn-blog {
	display: block;
	/*width: 50%;*/
	padding: 10px;
	margin-top: auto;
  text-align: center;
  border-radius: 5px;
  color: white;
  background-color: #4990e2;
  text-decoration: none;
  text-transform: uppercase;
}


/*.subscribe {
	margin: auto;
	width: 40%;
	text-align: center;
	padding-bottom: 100px;
	padding-top: 40px;
}*/

.subscribe form {
	margin-top: 20px;
	width: 100%;
}

.subscribe input, .klaviyo_wp_styling .klaviyo_field_group input[type=text] {
	height: 51px;
	padding-left: 20px;
	padding-top:2px;
	padding-bottom:2px;
	vertical-align: bottom;
	outline: none;
	border: 2px solid #ffa401;
	border-radius: 8px 0 0 8px;
}
.subscribe input{
	width: 55%;
}
.klaviyo_field_group{
	height: 51px;
	width:55%;
	padding-top:2px;
	padding-bottom: 0px;
	margin-right: -4px;
	display: inline-block;
	box-sizing: unset;
}

.subscribe input::placeholder {
	color: #ccc;
	font-weight: bold;
}

.subscribe button {
	height: 51px;
	width: 100px;
	padding: 0px 10px;
	background-color: #ffa401;
	border: 2px solid #ffa401;
	border-radius: 0 8px 8px 0;
	margin-left: -5px;
	color: white;
	font-size: 18px;
	font-weight: 500;
}

.subscribe h1{
	max-width: unset;
}

.klaviyo_wp_styling div.klaviyo_form_actions{
	vertical-align: bottom;
	text-align: center;
}
.klaviyo_form_actions, .klaviyo_field_group  {
	display: inline-block;
}

@media screen and (max-width: 992px) {
	.content-area{
		margin-top: 59px;
	}

	.heading-text {
		width: 80%;
		top: 10px;
	}

	.heading-text h1 {
		font-size: 28px;
		font-weight: normal;
	}

	.heading-text h3 {
		width: 70%;
		font-size: 14px;
		font-style: italic;
		font-weight: 100;
	}

	.thumbnails-div {
		width: 80%;
		margin-top: -60px;
	}

	.thumbnail-inline {
		width: 80%;

	}

	.thumbnail-inline img {
		vertical-align: top;
	}

	.subscribe {
		width: 60%;
	}
	.btn-blog {
		margin-top: 20px;
	}
}

@media screen and (max-width: 600px) {
	.heading img {
		height: 400px;
		width: initial;
		overflow: hidden;
		/*margin-left: -400px;*/
		object-fit: cover;
	}

	.heading-text {
		width: 85%;
		height: 390px;
		top: 20px;
	}

	.btn-join {
		position: absolute;
		bottom: 50px;
	}

	.thumbnails-div {
		display: block;
		width: 90%;
		margin-top: 10px;
		left: auto;
		transform: none;
	}

	.thumbnail {
		position: relative;
		display: block;
		width: 80%;
		margin: auto;
		margin-bottom: 20px;
		font-size: 15px;
	}

	.thumbnail:first-of-type {
		margin: auto;
		margin-bottom: 20px;
	}

	.thumbnail:last-of-type {
		margin-right: auto;
	}

	.thumbnail-header {
		margin-top: 5px;
	}

	.thumbnail-inline {
		width: 90%;
		display: block;
	}

	.thumbnail-inline img {
		width: 100%;
	}

	.thumbnail-inline .thumbnail-text {
		max-width: 100%;
		margin-top: 20px;
	}

	.blog-latest h1 {
		width: 95%;
		font-size: 30px;
		margin: auto;
		margin-top: 20px;
	}

	.blog-latest hr {
		width: 90%;
	}

	/*.subscribe {*/
		/*width: 90%;*/
	/*}*/

	.subscribe h1 {
		font-size: 25px;
	}

}
.menu_title{
	top:-3px;
}

.thumbnail-text strong{
	text-transform:none;

}
.thumbnails-div .thumbnail-text a{
	display:block;
	margin-top: 20px;
	box-shadow: unset;
}
.thumbnails-div .thumbnail-text a:hover{
	box-shadow: unset;
}
