

.path-frontpage article.node .max.node {
    max-width: 1170px;
}

/* ----- featured 1 ----------------------- */
.path-frontpage section.featured.featured1,
.path-frontpage  .region.region-featured1 {
    display: flex;
}
.path-frontpage section.featured.featured1 {
	align-items: flex-end;
}

/* ----- featured 2 ----------------------- */

.path-frontpage  .featured.featured2 {
    padding: 25px 0;
    background-color: #1a3764;
}
.path-frontpage  .featured.featured2 h2 {
	color: white;
	font-size: 18px;
    font-weight: bold;
	margin-bottom: 25px;
	text-align: center;
	text-transform: uppercase;
}
.path-frontpage  .featured.featured2 .actionmenu li a {
	align-items: flex-end;
	background-position: 50% 20%;
	
	background-color: transparent;
	height: 105px;
	padding: 0 0 20px 0;
	justify-content: center;
}
    

/* MEDIA QUERIES ************************* */
/* ----- Responsive ------------------ */
/* ----- Print ----------------------- */

@media (max-width: 480px) {}

@media (max-width: 599px ){}

@media (min-width: 600px) {}

@media (min-width: 600px) and (max-width: 767px) {}

@media (max-width: 767px) {}

@media (min-width: 768px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 768px) and (max-width: 1199px) {}

@media (min-width: 992px) {

	/* ----- featured1 ----------------------- */
	.path-frontpage .featured .quicksignup {
		width:700px;
	}
	.path-frontpage section.featured.featured1 {
		align-items: center;
	}
	

	/* ----- content ----------------------- */	
	.path-frontpage article.node .field--name-body {
		align-content: center;
		display: flex;
		justify-content: center;
	}
	.path-frontpage article.node iframe,
	.path-frontpage article.node p iframe {
		flex: 0 0 50%;
		padding-left: 20px;
		width: 50% !important;
		max-width: 50% !important;
		min-width: 50% !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {}

