.block h3{
	margin-top: initial;
}

.colLeft {
	padding: 1rem;
	background-color: #E3F4F3;
	min-height: 16rem;
}

.colRight {
	padding: 1rem;
	background-color: #F1F1E6;
	min-height: 16rem;
}

.keyDates {
	margin-top: 3rem;
	margin-bottom: 2rem;
}

.quotes {
	margin-bottom: 2rem;
}

.shadow {
	margin: 1rem 2rem 2rem 1.4rem;
	padding: 2rem 4rem;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 5px 15px;
}

.quote{
	font-style: italic;
	padding-top: 1rem;
}

.studentName {
	font-weight: bold;
	color: #002E66;
}

#toggle-custom-2 {
	background: none!important;
  border: none;
  padding: 0!important;
  /*optional*/
  font-family: Poppins, sans-serif;
  /*input has OS specific font-family*/
  color: #002E66;
  text-decoration: underline;
  cursor: pointer;
}



@media screen and (min-width: 1024px) and (max-width: 1200px){
	.colLeft {
		min-height: 26rem;
	}

	.colRight {
		min-height: 26rem;
	}
}

@media screen and (max-width: 992px){
	.colLeft {
		min-height: initial;
	}
	.colRight {
		min-height: initial;
		margin-top: 1rem;
	}
	
	.shadow {
		margin: 0;
		padding: 0;
		box-shadow: initial;
	}
	
	.buttons {
		margin-top: -2.5em;
		right: -8px;
	}
}

