.ew__trainings_featured_training h2{
	margin-bottom:36px;
}
.slides_featured_trainings_card {
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0 5px 20px 0 hsla(160,1%,44%,.2);
    margin: 20px;
}


.slides_featured_trainings_card_img img {
	max-height: 210px;
    object-fit: cover;
    width: 100%;
    object-position: top;
	border-radius: 10px;
}

.slides_featured_trainings_card_content {
	padding: 32px 28px;
}

.slides_featured_trainings_card_content h6 {
	color: #0162AA;
}

.ew_calendar_btn {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
	border-radius: 5px;
	background: var(--color-palette-primary-2, #FFF);
	/* Level 8 */
	box-shadow: 0px 5px 50px 0px rgba(183, 212, 192, 0.70);
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
/*   overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 4% auto; /* 10% from the top and centered */
  width: 70%; /* Could be more or less, depending on screen size */
  z-index: 40;
  max-height: calc(100vh - 140px);
  border-radius:10px;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal_header {
    padding: 40px 56px;
	background-color: #12284C;
	border-radius: 10px 10px 0px 0px;

}
.modal_header h3{
		color: #FFF;
	margin:0px;
}
.cards_container {
	padding: 60px 32px;
}

.generic__contact_cards_title {
	margin-bottom: 70px;
}

.generic__contact_cards_card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #FFFFFF;
	border: 1px solid #DCEEFF;
	box-shadow: 0px 50px 50px -12px rgba(153, 192, 221, 0.15);
	border-radius: 10px;
	padding: 24px 16px;
	min-height: 200px;
	height:100%;
}

.generic__contact_cards_card h6 {
	margin-top: 5px;
	color: #4A9462;
	/* margin-bottom:10px; */
}

.form_card_separator {
	padding: 0 80px;
	display: flex;
	align-items: center;
	color: #6F7271;
}

.form_modal_container {
	padding: 50px 80px;
}

.line {
	height: 1px;
	background-color:#6F7271;
	width: -webkit-fill-available;
}
.form_modal_container h3{
	display:none;
}
.form_modal_container form .field:not(:last-child){
	margin-bottom:1.5em;
}
@media (max-width: 1200px) {
	.generic__contact_cards_card {
		padding: 20px;
	}
}

@media only screen and (max-width:540px){
	.modal_header{
		padding:20px;
	}
	.close {
    float: none;
    font-size: 28px;
    display: block;
    text-align: right;
}
	.form_card_separator,
	.form_modal_container{
		padding:20px;
	}
	.line {
    width: 25px;
}
}