#think
{
	font-size:1.3em;
	font-weight:900;
	color:#005B88;
}

#think2
{
	font-size:1.2em;
	font-weight:900;
	color:#9B004E;
}
#answer
{
	border-left:groove 3px #009D4F;
	border-radius:10%;
	border-right:groove 3px #009D4F;
	color:#033;
}
#text-what
{
	font-size:1.8em;
	font-weight:900;
	color:#004A4A;
	margin-bottom:1em;
	margin-top:0px;
	font-family:"Comic Sans MS", cursive;
}

#think-right
{
	font-size:1.2em;
	font-weight:600;
	color:#004A4A;
	margin-bottom:1em;
	margin-top:0px;
	font-family:"Comic Sans MS", cursive;
}

#subtitle
{
	text-transform:capitalize;
	font-weight:900;
	color:#005279;
	text-shadow: 1px 1px #478D8D;

}

.sub-banner {
  background: url("") center center no-repeat;
  background-size: cover;
  padding: 80px 0 1px 0;
  position: relative;
  min-height:18em;
}

.sub-banner .title {
  position: relative;
  float:left;
  color: #fff;
  background-color:rgba(67, 138, 230, 0.4);
  height:auto;
  padding:1em 2em 0.5em 7em;
  margin-top:3em;
}

.sub-banner .title h3 {
  font-size: 2.4em;
  font-weight:700;
}

.sub-banner .title p {
  font-size: 0.9em;
  font-weight:600;
  margin-top:-0.6em;
}

#sub-title3
{
	font-size:2.5em;
	font-weight:900;
	font-family:"MS Serif", "New York", serif;
	margin-top:0.2em;
	color:#004D71;
	text-shadow: 0px 1px #478D8D;
	border-bottom:groove 1px #0000CC;
}

#sub-title4
{
	font-size:2.5em;
	font-weight:900;
	font-family:"MS Serif", "New York", serif;
	margin-top:0.2em;
	color:#004D71;
	text-shadow: 0px 1px #478D8D;
}

.picsfull {
  overflow: hidden;
  width:100%;
}


.team .member .picsfull img {
  width:100%;
  transition: ease-in-out 0.3s;
  height:32em;
}

.team .member:hovers img {
  transform: scale(1.1);
}


.picshalf {
  overflow: hidden;
  width:100%;
}


.team .member .picshalf img {
  width:100%;
  transition: ease-in-out 0.3s;
  height:20em;
}



.pics {
  overflow: hidden;
}

.team .member .pics img {
  transition: ease-in-out 0.3s;
  max-height:15em;
  width:100%;
}

.team .member:hovers img {
  transform: scale(1.1);
}

.boxes
{
	font-size:1.5em;
	color:#808040;
}
.ico
{
	font-size:1.3em;
}

.content-box h4 {
  font-size: 2em;
  font-weight: 700;
  margin: 0px 0 10px 0px;
  color:#066;
}

.content-box p {
  font-size: 1em;
  color: #848484;
  margin-left: 15px;
}

.content-box .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
}


#testimonials-box
{
	border-radius: 5px;
    box-shadow: 0 5px 10px 4px rgba(0, 0, 255, 0.8);
	background-color:#DEF;
}

.testimonial-img2 {
  width: 200px;
  height:120px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
  margin-top:1em;
}

#family, #Periods, $state, $dist 
{
	height:45px;
	border-radius:0px;
}


#formselect
{
	height:45px;
	border-radius:0px;
}
#payment
{
	line-height:2em;
	color:#004A4A
}

#progressbarr
{
	height:1.8em;
	font-size:0.9em;
	font-weight:600;
	margin:1em 0em 0em 0em;
}

#success
{
	background-color:#3E7B7B;
	color:#FFF;
}

#mission
{
	font-size:1.8em;
	color:#007BB7;
	padding-top:12px;
	border-bottom:dashed 1px;
}













blockquote {
    position: relative;
    text-align: left;
    padding: 1.2em 0 2em 38px;
    border: none;
    margin: 20px auto 20px;
    max-width: 800px;
    width:100%;
    display: block;
}

blockquote:after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    color: #66cc66;
    top: 0;
    background: -moz-linear-gradient(top,#66cc66 0%,#66cc66 60%,rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,#66cc66 0%,#66cc66 60%,rgba(255,255,255,0) 100%);
    /* background: linear-gradient(to bottom,#66cc66 0%,#66cc66 60%,rgba(255,255,255,0) 100%); */
}

blockquote:before {
    font-family: "fontawesome";
    font-size: 20px;
    display: block;
    margin-bottom: 0.8em;
    font-weight: 400;
    color: #66cc66;
}

blockquote > cite, 
blockquote > p > cite {
    display: block;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 700;
    font-style: normal;
    margin-top: 1.1em;
    letter-spacing: 0;
    font-style:italic;
}



.news
{
	width:100%;
	height:auto;
}
.newss
{
	width:100%;
	height:auto;
	min-height:400px;
	border:groove 1px #2F5E5E;
}
#text-link
{
	text-decoration:none;
	font-size:0.9em;
	padding-top:5px;
	color:#FFF;
}
#text-link:hover
{
	color:#006FA4;
}
#link-text
{
	text-decoration:none;
	font-size:1em;
	padding-top:15px;
	padding-left:15px;
	color:#00557D;
	font-weight:600;
}
#link-text:hover
{
	color:#0067CE;
}
#show-button
{
	position:relative;
	float:left;
	margin-top:15px;
	color:#428484;
	font-weight:bold;
	font-size:1em;
	border:groove 1px #FFFFFF;
	padding:3px 15px;
}
#show-button:hover
{
	background-color:#C0C0C0;
	text-decoration:none;
}




