
.full-width-cta.blue h3{color:#ffffff !important;}

HTML, BODY{
  background:#ffffff !important;
}

#copyright{
background:#000000;
}

div.profile {
	margin:20px;

	}

.profile-modals .card .header {
	bottom: 0px !important;
	}

html body#single-column div#outer-wrapper div.ui.stackable.grid.container div#main.sixteen.wide.computer.column h2 {
	margin-top: 30px !important;
}



.white{
	color: #ffffff;
}

.blue-bg{
	background: rgba(6, 72, 123, 1);
  color:#fff;
	margin: 10px;
}

div.card-container{
	overflow: hidden;
}
div.card-stack{
	margin: 0.5em;
	width: 100%;
	display: table;
	align-items: center;
	text-align: center;
}
div.card-stack .card{
	width: 20%;
	padding: 1em;
	text-align: center;
	vertical-align: middle;
	margin: 5px;
	display: table-cell;
	min-height: 150px;
}

div.card-stack .card img{
	margin: 0;
	/* width: 100px !important; */

}

span.generic-logo{
	background: rgba(6, 72, 123, 1);
	color: #ffffff;
	font-family: "Fjalla One", sans-serif;
	display: inline-block;
	padding: .5em;
  	margin: .5em;
  	border-radius: 15px;
	font-size: 1.2em !important;
  	max-width: 150px;
  	text-align: center;
  	vertical-align: top;
  
}



div.card-img-holder{
  width: 200px;
  height: 150px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0;
}

div.card-img-holder:hover div.news-content{
	top: 0px;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}



div.right-events {
	float: left;
	width: 20%;
}

ul.event-list {
	list-style-type: none;	
}

div.news-events-container{
	overflow: hidden;
}

span.event-date {
	font-size: medium;
}

div.vertical-divider {
	border-left: 1px solid #454a455e;
	margin: 0 auto;
	margin-left: 80%;
	width: 1%;
}






div.site-title {
	margin-top: 2em !important;
}






