@charset "utf-8";
/* CSS Document */

body{
font-family: 'Calibri', sans-serif;
font-weight:400;
font-size: 14px;
line-height: 20px;
color: #333;
margin-top:20px;
}

h1, h2, h3, h4, h5, h6 { 
font-family: 'Droid Serif', Arial, serif; 
font-weight: 400;
 }
 
.extraBtm{
margin-bottom:20px;
}

.button{
background-color:#777;	
}


/*.persInfo {
	height: 180px;
	overflow-y: auto;
	
}*/
.fi-mail, .fi-telephone, .fi-marker, .fi-stop{
	color:#008dd2;
    }
	
.bkImage {
	background-repeat:no-repeat;
	height:350px;	
}

.slideContent{
	position: absolute;
	top:-6px;
	left:57%;
}

ul.dashed-list
{
    list-style-type:none;
	margin-left:0;
}

.innerList {
	margin-left: 15px!important;	
}

ul.dashed-list.innerList li {
    background-image:none;
}

ul.dashed-list li {
    background-image:url(square.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left: 30px;
}

ul.normal-list
{
    list-style-type:none;
	margin-left:0;
}

ul.normal-list li {
    background-image:url(square.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left: 30px;
}

.slight{
	font-size:0.65rem;	
}

.noBorder{
	border:0;	
}

body:-webkit-full-page-media {
background-color: rgb(255, 0, 255)!important;
}

h2 {
  margin-top: 40px;
  font-weight: 200;
  color: #333;
}

.centered-text {
  text-align: center;
}

.quote {
  background: #ebf3f5;
  padding: 15px 20px 5px 15px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.quote:after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 18px 0 18px;
  border-color: #ebf3f5 transparent transparent transparent;
  position: relative;
  top: 37px;
  left: 20px;
}

.student {
  margin-left: 25px;
  margin-bottom: 80px;
}
.student .photo {
  background-color: #ccc;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 10px;
}
.student p {
  position: relative;
  top: 5px;
  text-transform: uppercase;
}
.student p:nth-child(2) {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.student p:nth-child(3) {
  font-size: 14px;
  color: #777;
}

@media only screen and (max-width: 700px)  {
	

    }
	
	
@media only screen and (max-width: 560px)  {
	

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