* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Header */

.blurImg {
  position: relative;
  width: 100%;
  height: 600px;
  z-index: -1;
  top: 0;
  left: 0;
}
.blurImg > div {
  position: fixed;
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.blur {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
header.home-hero {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  padding: 0px 20px;
}
header.home-hero > div {
  max-width: 540px;
  margin: 0 auto;
  padding-top: 150px;
  height: 380px;
  text-align: center;
  color: White;
}
header.home-hero > div a {
  font-size: 0.8em;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.85);
  line-height: 30px;
  padding: 7px 14px;
  border: 1px solid rgba(255,255,255,0.3);
  -webkit-border-radius: 2em;
  border-radius: 2em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.home-hero > div a:hover {
  background: #fff;
  color: Gray;
}
header.home-hero p {
  font-size: 1.5em;
  margin-bottom: 0.7em;
  font-family: Times New Roman;
}
header.home-hero h1 {
  font-weight: 800;
  font-size: 3.4em;
  margin-bottom: 0.2em;
}



.content {margin: 30px 0 30px 0;
}

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.faculty-boxes {
  display: block;
  width: 22%;
  height: 220px;
  background: #fe4;
  position: relative;
  overflow: hidden;
  float: left;
  margin: 1.5%;
  cursor: pointer;
}

.da-image {
  min-height: 100%;
  width: 100%;
  background-size: cover;
}

.faculty-overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: -100%;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
}

.faculty-overlay p {text-align: center;}

/* ========== COLIN QUOTE ========== */
#tcc-showcase {
	font-size: 13px;
}
#tcc-showcase .row {
	background: #fff;
	padding-bottom: 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.03);
  box-shadow: 0 2px 3px rgba(0,0,0,0.03);
  border: 1px solid rgba(244,244,244,0.3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;	
}

#tcc .col-md-4 p {
    display: block;
    font-size: .8em; 
    margin: 20px auto;	
}

.colin-quote blockquote {
    /* Negate theme styles */
    z-index: 600 !important;
}

.colin-quote blockquote * {
    box-sizing: border-box !important;
}

.colin-quote blockquote p {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
    font-family: Georgia, serif !important;
    font-size: 24px !important;
    font-style: italic;
    line-height: 1.4 !important;
    margin: 0 !important;
    position: relative !important;
    text-shadow: 0 1px white !important;
    line-height: 1.4 !important;
}

.colin-quote blockquote p:first-child:before {
    content: '\201C';
    color: rgba(100, 194, 149, 0.5000);
    font-size: 130px;
    font-weight: 700;
    opacity: .3;
    position: absolute;
    top: -60px;
    left: -80px;    
    text-shadow: none;
    z-index: 0;
}

#tcc-showcase img {
    border: 3px solid #65c295;
    border-radius: 50%;
    display: block;
    width: 160px;
    height: 160px;
    margin: 28px auto;
 }
 
@media screen and (max-width: 996px) {
	.colin-quote blockquote p:first-child:before {
  top: -40px;
  left: -60px;    	
  font-size: 100px;  
	}
	#tcc-showcase img {
	width: 120px;
	height: 120px;
	}
	.colin-quote blockquote p { 
		font-size: 18px !important;
	}
	#tcc-showcase blockquote {
		font-size: 13px !important;
		margin-bottom: 50px;
	}
} 

#tcc-showcase blockquote {
	font-size: 14px;
	font-style: "Source Sans Pro" arial, serif !important;
	color: #747474 !important;
}  

cite span {
    color: #5e5e5e;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    text-shadow: 0 1px white; 
}

.colin-quote {
    position: relative; 
}

.colin-quote .quote-container {
    padding-left: 30px; 
}
  
.colin-quote.right .quote-container {
    padding-left: 0;
    padding-right: 30px; 
}

.colin-quote.right img {
    left: auto;
    right: 0;
}

.colin-quote.right cite {
    text-align: right; 
}
