/* 	default styles */
.important-info {
	background-color:#333;
	color: #fff;
	min-height: 160px;
	padding: 30px 30px;
}

.message-container {
	display: inline-block;
	letter-spacing: 0.45px;
	color: #313F48;
	position: relative;
	letter-spacing: 0.88px;
	max-width: 815px;
}

.learn-more-link {
	padding: 10px;
	display: block;
	text-align: center;
	max-width: 160px;
	text-decoration:none;
	margin: 10px 0;
}

/* edit below */

.waves-banner {
	background-color: #FEEDB0;
	display: flex;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.waves-banner .learn-more-link {
	background-color: #C7490A;
	color: #fff!important;
}

.waves-banner p {
	margin:0;
	font-size: 21px;
}
.message-container h2 {
	margin: 0;
	font-size:35px;
}

.waves-banner .wave1 {
	background-image: url("https://www.clark.edu/_training/janice/images/solid-wave-2.png");
	background-position: bottom; 
	background-size: cover;
	left: 17%;
	top: -60px;
	width: 100%;
	position: absolute;
	transform: scale(-1) rotate(169deg);
}
.waves-banner .wave2 {
	background-image: url("https://www.clark.edu/_training/janice/images/solid-wave-1.png");
	background-position: bottom; 
	background-size: cover;
	top: -15px;
	width: 100%;
	position: absolute;
	transform: scale(-1) rotate(171deg);
}

/* breakpoints */
@media only screen and (max-width:1550px){
	.waves-banner {
		padding:0;
	}
	.waves-banner .wave1 {
		left: 16%;
		top: 50px;
		transform: scale(-1) rotate(174deg);

	}
	.waves-banner .wave2 {
		top: 75px;
		transform: scale(-1) rotate(180deg);
	}

	.waves-banner .message-container {
		padding:30px;
	}
}

@media only screen and (max-width:840px){

	.waves-banner .wave1 {
		left: 16%;
		top: 35%;
		transform: scale(-1) rotate(174deg);

	}
	.waves-banner .wave2 {
		top: 50%;
		transform: scale(-1) rotate(180deg);
	}

}

@media only screen and (max-width:769px) {

	.important-info {
		flex-direction: column;
	}
	.learn-more-link {
		width:100%;
	}
	.waves-banner .wave1 {
		top: 62%;
	}
	.waves-banner .wave2 {
		top: 60%;
	}
}


@media only screen and (max-width:780px){

	.waves-banner .wave1, .waves-banner .wave2 {
		display:none;
	}
}

@media only screen and (max-width:570px){	

	.waves-banner .learn-more-link {
		width: 100%;
		margin: 12px 0 0 0;
		max-width: unset;
	}
	
	/*
	.waves-banner .wave1 {
		top: 62%;
	}
	.waves-banner .wave2 {
		top: 60%;
	}
	*/
}