@media only screen and (min-width: 800px) {
	.full-width-content .entry-content > .alignwide {
		margin-left: -90px;
		margin-right: -90px;
		max-width: calc(100% + 180px); /* 180 equals sum of left and right margin */
		width: auto;
	}
	.alignfull .alignwide,
	.alignwide .alignwide {
		max-width: 1062px;
		margin: 0 auto;
	}
}

.event-grid-block {
	display:flex;
	flex-wrap:wrap;
	text-align:center;
}

.grid-block-group {
	width:50%;
	padding:10px;
	display:flex;
	margin-bottom:20px;
}

@media (min-width: 600px) {
	.event-grid-block > div {
	width:33.3333%;
	padding:10px;
	display:flex;
}
}

.event-grid-block > div > div {
	padding:15px 0px;
	border-radius:10px;
	width:100%;
	min-height:300px;
	overflow:hidden;
	border:2px solid #eee;
	border-radius:15px;
	font-size:1rem;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	}

.event-grid-block h2 {
	margin:0 0 8px;
	font-size:1.5rem;
	font-size:1.25rem;
	font-weight:600;
	letter-spacing:0;
	color:#000;
	border-bottom:none;
	padding-bottom:0px;
}

.event-grid-block h6 {
	margin:0 0 15px;
	font-size:1.25rem;
	font-size:1rem;
	font-weight:300;
	letter-spacing:0;
	color:#000;
	border-bottom:none;
}

.event-grid-block img {
	object-fit:cover;
	width:100%;
	margin:5px 0 20px;
}

/* ***** */

.event-grid-block .card-button a {
  display: inline-block;
  padding: 7px 15px;
  background: #472270 !important;
  color: #eee !important;
  transition: 0.25s ease;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid #eee;
  font-weight: 600;
}

.event-grid-block .card-button a:focus,
.event-grid-block .card-button a:hover {
  background: #eee !important;
  color: #472270 !important;
}

 

/*
  @media only screen and (min-width: 800px) {

	.full-width-content .entry-content > .alignwide {
		margin-left: -90px;
		margin-right: -90px;
		max-width: calc(100% + 180px); 
		width: auto;
	}

	.alignfull .alignwide,
	.alignwide .alignwide {
		max-width: 1062px;
		margin: 0 auto;
	}

}

*/

/*
.news-grid .entry-title {
	text-align:center;
	margin-bottom:30px;
	font-size:2.5rem;
}

*/

/*
.news-grid-block {
	display:flex;
	flex-wrap:wrap;
	text-align:center;
	background:#FBBF03;
	padding-bottom:10px;
}
*/
.news-grid-block {
	display:block;
	text-align:center;
	background:#FBBF03;
	padding-bottom:10px;
}


.news-grid-block > div:last-child {
	background:transparent;
}

.news-grid-block > div:last-child img {
	margin-right:10px;
}

.news-grid-block > div:last-child .news-grid-block-item {
	background:transparent;
		text-align:left;
	}

	.news-grid-block > div:last-child .news-grid-block-item h2 {
	margin:0 0 10px;
	font-size:2rem;
	font-weight:600;
	letter-spacing:-.75;
	color:#52237E;
	padding:0 10px;
	border:none;
		line-height:1!important;
}

.news-grid-block > div {
	width:100%;
	padding:20px 15px 10px;
	display:flex;
}

.news-grid-block-group {
	width:50%;
	padding:20px 15px 10px;
	display:flex;
	margin-bottom:0px;
	background:#FBBF03;
}

.news-grid-block .card-button a {
  display: inline-block;
  padding: 3px 10px;
  background: #52237E !important;
  color: #fff !important;
  transition: 0.25s ease;
  border-radius: 20px;
  text-decoration: none;
  border: solid 1px #000;
  margin-top: 20px;
  font-weight: 600;
	font-size:.8em;
	text-transform:uppercase;
}

.news-grid-block .card-button a:focus,
.news-grid-block .card-button a:hover {
  background: #fff !important;
  color: #52237E !important;
}


.news-grid-block-item {
	padding:0 0 20px;
	width:100%;
	/*min-height:300px;*/
	overflow:hidden;
	border:none;
	border-radius:0;
	font-size:1rem;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	background:#fff;
	}

.news-grid-block h2 {
	margin:0 0 10px;
	font-size:1.5rem;
	font-size:1.5rem;
	font-weight:600;
	letter-spacing:0;
	color:#52237E;
	padding:0 10px;
	border:none;
}

.news-grid-date {
		margin:5px 0 20px;
	font-weight:600;
	}

.news-grid-job-title {
    margin: -10px 0 0;
    font-size: 1.25rem;
    line-height: 1.25;
	padding:0 10px;
}

.news-grid-block img {
	border-radius:none;
	object-fit:cover;
	width:100%;
	margin:0 0 10px;
}

.news-grid-block a {
	text-decoration: none;
}

@media (min-width: 600px) {
	
	.news-grid-block {
	display:flex;
	flex-wrap:wrap;
	text-align:center;
	background:#FBBF03;
	padding-bottom:10px;
}
	
	.news-grid-block > div {
	width:33.3333%;
	padding:20px 15px 10px;
	display:flex;
}
	
	.news-grid-block > div:last-child {
	background:transparent;
	width:33.3333%;
}
	
	.news-grid-block > div:last-child .news-grid-block-item {
	background:transparent;
		text-align:left;
	}
	
	/*duplicate of before 600px */

	
	.news-grid-block > div:last-child .news-grid-block-item h2 {
	margin:0 0 10px;
	font-size:2rem;
	font-weight:600;
	letter-spacing:-.75;
	color:#52237E;
	padding:0 10px;
	border:none;
		line-height:1!important;
}
	
/*duplicate of before 600px except for min-height ! */
	
.news-grid-block-item {
	padding:0 0 20px;
	width:100%;
	min-height:300px;
	overflow:hidden;
	border:none;
	border-radius:0;
	font-size:1rem;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	background:#fff;
	}


.news-grid-profile-header {

}

.news-grid-profile-footer {

}

	/*duplicate of before 600px */
.news-grid-block h2 {
	margin:0 0 10px;
	font-size:1.5rem;
	font-size:1.5rem;
	font-weight:600;
	letter-spacing:0;
	color:#52237E;
	padding:0 10px;
	border:none;
}

/*	
.news-grid-job-title {
	margin:0;
	font-size:1.25rem;	
}
	
*/
	
	
/*duplicate of before 600px */	
.news-grid-date {
		margin:5px 0 20px;
	font-weight:600;
	}

	/*duplicate of before 600px */
.news-grid-job-title {
    margin: -10px 0 0;
    font-size: 1.25rem;
    line-height: 1.25;
	padding:0 10px;
}

/*duplicate of before 600px */
.news-grid-block img {
	border-radius:none;
	object-fit:cover;
	width:100%;
	margin:0 0 10px;
}

}

 

.custom-news-main-wrap {
	display:flex;
	flex-direction:column;
	background:#52237f;
}

.custom-news-main-image {
	width:100%;
}

.custom-news-main-image img {
	object-fit:cover;
	height:390px;
}

.custom-news-main-text {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	width:100%;
	color:#fff;
	padding:15px 15px 20px;
}



.custom-news-main-text-header {
	
}

.custom-news-main-text-footer {
	
}

.custom-news-main-text h2 {
	font-size:2.5rem;
	font-weight:600;
	border:none;
	margin-bottom:-5px;
	color:#fff;
	letter-spacing:-.5px;

}

.custom-news-main-text .date {
	font-weight:600;
	font-size:.9em;
	margin-bottom:10px;

}



.custom-news-main-text .excerpt {
		font-size:1.5rem;

}

.custom-news-main-text .news-button a {
  display: inline-block;
  padding: 5px 10px;
  background: #ffffff !important;
  color: #52237E !important;
  transition: 0.25s ease;
  border-radius: 20px;
  text-decoration: none;
  border: none;
  margin-top: 20px;
  font-weight: 600;
	font-size:.8em;
	text-transform:uppercase;
}

.custom-news-main-text .news-button a:focus,
.custom-news-main-text .news-button a:hover {
  background: #ffffff !important;
  color: #52237E !important;
}

@media (min-width: 692px) {
	
	.custom-news-main-wrap {
	flex-wrap:nowrap;
	flex-direction: row;
}

.custom-news-main-image {
	width:60%;
}
	
	.custom-news-main-text {
	width:40%;
}
	
	.custom-news-main-image img {
	height:400px;
}
	
}



/*.courses-grid {
	background:transparent;
	display:flex;
	margin:0 auto;
	flex-wrap:nowrap;
}*/

.custom-course-container {
	display: flex;
	background: #7155a5;/*826BAD */
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	max-width: 1000px;
	margin:0 auto;
}

.custom-course-text-container {
	display: flex;
	width:50%;
	align-items: center;
	justify-content: center;
	padding:0 30px 0 20px;

}

.custom-course-text-container-alt {
		display: flex;
	width:50%;
		align-items: center;
		justify-content: center;
			padding:0 30px 0 20px;
			order:0;
}

.custom-course-text {
	background:#7155a5;
	color:white;
	padding:20px;
	font-size:1.7rem;
	line-height:1.15;
}

.custom-course-text a {
	color:#fff;
	text-decoration:none;
	border-bottom:2px dotted #fff;
}

.custom-course-text a:hover {
	color:#fff;
	opacity:.7;
	text-decoration:none;

}


.custom-course-image-alt {
	width:50%;
	background:green;
}

.custom-course-image-alt img {
  object-fit: cover;
  height: 400px;
  display:block;
}

@media (min-width:900px) {
	.custom-course-image-alt img {
	  height: 450px;
	}
	
	.custom-course-text {
	font-size:2.2rem;
}
}

etc-course-container {
	display: block;
	background: #7155a5;/*826BAD */
	max-width: 1000px;
	margin:0 auto;
}

.etc-course-text-container {
	display: flex;
	width:100%;
	align-items: center;
	justify-content: center;
	padding:0 30px 0 20px;

}

.etc-course-text {
	background:#7155a5;
	color:white;
	padding:20px;
	font-size:1.7rem;
	line-height:1.15;
	order:1;
}

.etc-course-image {
	width:100%;
	  height: 400px;

}

.etc-course-image img {
  object-fit:cover;
  display:block;
}

@media (min-width:768px) {

.etc-course-container {
	display: flex;
	background: #7155a5;/*826BAD */
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	max-width: 1000px;
	margin:0 auto;
}

.etc-course-text-container {
	display: flex;
	width:50%;
	align-items: center;
	justify-content: center;
	padding:0 30px 0 20px;

}

.etc-course-text-container {
		display: flex;
	width:50%;
		align-items: center;
		justify-content: center;
			padding:0 30px 0 20px;
			order:1;
}

.etc-course-text {
	background:#7155a5;
	color:white;
	padding:20px;
	font-size:1.7rem;
	line-height:1.15;
}


.etc-course-image {
	width:50%;
}

.etc-course-image img {
  object-fit: cover;
  height: 400px;
  display:block;
}

}

@media (min-width:900px) {
	.etc-course-image img {
	  height: 450px;
	}
	
	.etc-course-text {
	font-size:2.2rem;
}
}

/*.courses-grid {
	background:transparent;
	display:flex;
	margin:0 auto;
	flex-wrap:nowrap;
}*/

.custom-course-container {
	display: flex;
	background: #7155a5;/*826BAD */
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	max-width: 1000px;
	margin:0 auto;
}

.custom-course-text-container {
	display: flex;
	width:50%;
	align-items: center;
	justify-content: center;
	padding:0 30px 0 20px;

}

.custom-course-text-container {
		display: flex;
	width:100%;
		align-items: center;
		justify-content: center;
			padding:0 30px 0 20px;
			order:1;
}

.custom-course-text {
	background:#7155a5;
	color:#fff;
	padding:20px;
	font-size:1.7rem;
	line-height:1.15;
}


.custom-course-text a {
	color:#fff;
	text-decoration:none;
	border-bottom:2px dotted #fff;
}

.custom-course-text a:hover {
	color:#fff;
	opacity:.7;
	text-decoration:none;

}




.custom-course-image {
	width:100%;
}

.custom-course-image img {
  object-fit: cover;
  height: 300px;
  display:block;
}

@media only screen and (min-width: 768px) {
	
	.custom-course-container {
	display: flex;
	background: #7155a5;/*826BAD */
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	max-width: 1000px;
	margin:0 auto;
}
	
	
	.custom-course-text-container {
		display: flex;
	width:50%;
		align-items: center;
		justify-content: center;
			padding:0 30px 0 20px;
			order:1;
}

	.custom-course-image {
	width:50%;
}
	
	.custom-course-image img {
  object-fit: cover;
  height: 400px;
  display:block;
}
	
}

@media (min-width:900px) {
	.custom-course-image img {
	  height: 450px;
	}
	
	.custom-course-text {
	font-size:2.2rem;
}
}

@media only screen and (min-width: 800px) {

	.full-width-content .entry-content > .alignwide {
		margin-left: -90px;
		margin-right: -90px;
		max-width: calc(100% + 180px); /* 180 equals sum of left and right margin */
		width: auto;
	}

	.alignfull .alignwide,
	.alignwide .alignwide {
		max-width: 1062px;
		margin: 0 auto;
	}

}





.grid-block {
	display:flex;
	flex-wrap:wrap;
	text-align:center;
}

/*
.grid-block > div {
	width:50%;
	padding:10px;
	display:flex;
}
*/

.grid-block-group {
	width:50%;
	padding:10px;
	display:flex;
	margin-bottom:20px;
}

@media (min-width: 600px) {
	.grid-block > div {
	width:33.3333%;
	padding:10px;
	display:flex;
}
}

/*
@media (min-width: 960px) {
	.grid-block > div {
	width:25%;
	padding:10px;
	display:flex;
}
}
*/

.grid-block > div > div {
	padding:15px;
	border-radius:10px;
	width:100%;
	min-height:300px;
	overflow:hidden;
	border:2px solid #eee;
	border-radius:15px;
	font-size:1rem;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	}

.grid-profile-header {
}

.grid-profile-footer {
}

.grid-block h2 {
	margin:0 0 10px;
	font-size:1.5rem;
	font-size:1.25rem;
	font-weight:600;
	letter-spacing:0;
	color:#52237E;
}

.grid-job-title {
	margin:0;
	font-size:1rem;
}

.grid-job-title {
    margin: -10px 0 0;
    font-size: 1rem;
    line-height: 1.25;
}

/*
.grid-block img {
	width: calc(100% + 40px);
	max-width:1000px;
	margin:-20px -20px 20px -20px;
	object-fit:cover;
}
*/

.grid-block img {
	border-radius:500px;
	object-fit:cover;
	width:100%;
	margin:5px 0 20px;
}

/* ***** */

.grid-block .card-button a {
  display: inline-block;
  padding: 3px 10px;
  background: #52237E !important;
  color: #fff !important;
  transition: 0.25s ease;
  border-radius: 20px;
  text-decoration: none;
  border: solid 1px #000;
  margin-top: 20px;
  font-weight: 600;
	font-size:.8em;
	text-transform:uppercase;
}

.grid-block .card-button a:focus,
.grid-block .card-button a:hover {
  background: #fff !important;
  color: #52237E !important;
}