@charset "UTF-8";
/* Start of use of grid-css*/

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

 .column {
  float: left;
  width: 50%;
}



.resourceColumnHeader {
	
	font-size: xx-large;
}


.clergyContainer {
	display:flex;
	flex-flow: row wrap;
	width:100%%;
	padding-left:10%;
	background-color:#fcf8e3;
	justify-content: space-around;
	
}

.clergyTitle {
	white-space:nowrap;	
	width:100%%;
	flex: none;
}

.clergy{
	margin-top:20px;
	min-width:191px;
	padding-right:15px;
}

.clergyDesc {
	max-width: 250px;
	color:black;
}

.clergyDescThin {
	max-width: 250px;
	color: black;
	
}

.responsiveCal {
 
position: relative; padding-bottom: 75%; height: 0;
 
}
 
.responsiveCal iframe {
 
position: absolute; top:0; left: 0; width: 100%; height: 100%;
 
}
