/***************/
/* PAGE LAYOUT */
/***************/
html, body{
    height:100%
}
body{
	background: url("../local/images/outer-bg.png") top center repeat-y;
}
#page-container{
    padding-left:0;
    padding-right:0;
}

@media (min-width: 1200px) {
	.container { width: 1016px; }
	div.items-row.cols-4.row-0.row{ background: url("../local/images/fp-section-bg.png") top center repeat-y; }
	div.items-row.cols-4.row-0.row p{ margin-right:40px; }
}

#t3-mainbody .featured-blog-page .article-title a{ text-decoration:none; }
#t3-mainbody .featured-blog-page .article-title a:hover;{ text-decoration:underline; }
#t3-mainbody .featured-blog-page section.readmore{ text-align:right; margin-right:30px; margin-top:-14px; }
#t3-mainbody .leading.leading-0 .featured-blog-page section.readmore{ display:none; }
#t3-mainbody .leading.leading-0 .featured-blog-page a.read-more{ display:inline-block;  float:right; margin-left:15px;}

#t3-mainbody div.leading .featured-blog-page header.article-header:before { display:initial; content:initial; }
#t3-mainbody div.leading-0 { margin-right:15%; }
#t3-mainbody div.leading-0 .featured-blog-page p{ font: normal 16px/26px Arial, Helvetica, sans-serif; margin-bottom: 30px; }
#t3-mainbody p.question { font: normal 16px/26px Georgia, "Times New Roman", Times, serif; color: #680000;  margin-bottom: 0; text-align:right; }

@media (max-width: 1020px)  { #t3-mainbody div.leading-0 { margin-right:0; } }
@media (max-width: 992px)  { #t3-mainbody div.leading-0 .featured-blog-page p{ font-size:14px; line-height:20px;} }

.container{ padding-left:0; padding-right:0;}

/**************/
/* TYPOGRAPHY */
/**************/
p, h1, h2, h3, h4, h5, h6, li, blockquote {
    letter-spacing: 0.025em;
}

.article-title,
#t3-mainbody h1,
#t3-mainbody h2,
#t3-mainbody h3,
#t3-mainbody h4,
#t3-mainbody h5,
#t3-mainbody h6{
    color: #680000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

.article-title,
#t3-mainbody h1{
    font-size: 24px;
	line-height: 30px;
    margin-bottom: 22px;
    letter-spacing: 0.05em;
}
#t3-mainbody h2 {
    font-size: 24px;
	line-height: 30px;
	margin-bottom: 21px;
}
#t3-mainbody h3 {
    font-size: 18px;
	line-height: 22px;
    padding: 0 0 20px 0;
}

html.contact #t3-mainbody h3{
	padding-bottom:0;
}
#t3-mainbody h4 {
    font-size: 16px;
	line-height: 20px;
    padding: 0 0 16px 0;
}
#t3-mainbody h5 {
    font-size: 15px;
	line-height: 19px;
    padding: 0 0 14px 0;
}
#t3-mainbody h6 {
    font-size: 14px;
	line-height: 20px;
    padding: 0 0 12px 0;
}


#t3-mainbody p {
    font: normal 14px/24px Arial, Helvetica, sans-serif;
    color: #333;
    margin-bottom: 24px;
}
#t3-mainbody .item-page p:first-child {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 52px;
}
div.contact h3,
div.contact legend{ display:none;}

#t3-mainbody a {
    color: #680000;
    text-decoration: underline;
}
#t3-mainbody a:hover {
    color: #c30707;
}
#t3-mainbody hr{
    border-top: 1px solid #aaa;
}

#t3-mainbody ul {
    padding: 8px 0 30px 15px;
    list-style: disc;
}

#t3-mainbody ul li {
    font: normal 12px/20px Arial, Helvetica, sans-serif;
    color: #30414b;
    padding: 10px 0 8px 5px;
}

#t3-mainbody td {
    border-top: none;
	padding-right:10px;
}

#t3-mainbody .read-more {
    text-transform: uppercase;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #680000;
    text-decoration: underline;
}
#t3-mainbody .read-more:hover {
    text-decoration: none;
}


/**********/
/* HEADER */
/**********/
.logo-image a {
    height: 87px;
}

.t3-header {
    padding: 38px 0 28px 0;
	
}


/*****************/
/* BOTTOM FOOTER */
/*****************/
.t3-footnav {
    padding:10px 0 0 0;
	margin-bottom:0;
}

.t3-footnav .t3-module{
	margin-bottom:0;
	background:transparent;
	font: normal 11px/14px Arial, Helvetica, sans-serif;
    color: #000;
	margin-left:15px;
}

.t3-footer {
	border:none;
	background: transparent url("../local/images/footer-2-bg.png") bottom left repeat-x;
	margin-bottom:20px;
}

.t3-footer .t3-footnav .t3-module{ margin-bottom:0; }
.t3-footer .t3-footnav .t3-module p{ margin-bottom:6px; }

.t3-spotlight.t3-spotlight-2.row .col-xs-3 .module-inner{ margin-left:20px;}
.t3-spotlight.t3-footnav.row .col-xs-3 .t3-module { margin-left:0;}

/************/
/* FOOTER 1 */
/************/
#footer-1 {
    background-color: #cdeae7;
    padding: 15px 28px 10px 15px;
}
#footer-1 h5.module-title {
    font: normal 11px/11px Arial, Helvetica, sans-serif;
    color: #000;
    padding: 0px 0 15px 0;
    text-transform: uppercase;
	margin-bottom:0;
}

#footer-1 p {
    font: normal 11px/14px Arial, Helvetica, sans-serif;
    color: #000;
    padding: 2px 0 2px 0;
	margin-bottom:0;
}
#footer-1 a {
    color: #000;
    text-decoration: none;
}
#footer-1 a:hover {
    color: #000;
    text-decoration: underline;
}

#page-foot{ margin-left:0; }
	
.t3-module .menu{
	margin-left:5px;
}
.t3-module .menu li{
	list-style:none;
    float: left;
    padding-right: 8px;
}
.t3-module .menu li,
.t3-module .menu li a{
    font: normal 10px/14px Arial, Helvetica, sans-serif;
    padding: 2px 8px 4px 0;
}
.t3-module .menu.credits-menu li a{
    padding-right:0;
}
.t3-module .menu.footer-menu li,
.t3-module .menu.footer-menu li a{
    text-transform: uppercase;
}
.t3-module .menu.footer-menu li:after {
    content: "/";
}
.t3-module .menu.footer-menu li:last-child:after {
    content: "";
}
.t3-module.module{
	margin-bottom:4px;
} 
.t3-spotlight-2 .col-lg-3 .module-inner,
.t3-spotlight-2 .col-md-3 .module-inner,
.t3-spotlight-2 .col-sm-3 .module-inner,
.t3-spotlight-2 .col-xs-3 .module-inner{ margin-left:10px;}

#t3-mainbody{
    padding:25px 0 40px 15px;
}


.custom-sidebar-image img {
    border: 1px solid #bf8c95;
	width:100%;
	height:auto;
}

.module-sidebar-resources{
	padding:18px 16px 34px 14px;
    padding-bottom: 14px;
    background-color: #cdeae7;
    margin-bottom: 26px
}
.module-sidebar-resources.-downloads{
	margin-bottom: 42px;
	background: #cdeae7 url(../local/images/membership-bg.gif) bottom right no-repeat;
}

#t3-mainbody .t3-sidebar a{ color:#c00; text-decoration:none }
#t3-mainbody .t3-sidebar a:visited{ color:#600; text-decoration:none }
#t3-mainbody .t3-sidebar a:hover{ text-decoration:underline }

#t3-mainbody .t3-sidebar h3{ }
#t3-mainbody .t3-sidebar h4{ }
#t3-mainbody .t3-sidebar h5{ }
#t3-mainbody .t3-sidebar h6{ }

#t3-mainbody .t3-sidebar p{ font:normal 12px/20px Verdana, Geneva, sans-serif; color:#333; padding-bottom:16px }
#t3-mainbody .t3-sidebar a{ background:url(../local/images/membership-arrow.gif) 100% 50% no-repeat; padding-right:10px }

#t3-mainbody .t3-sidebar ul{ padding:4px 0 11px 15px; list-style:disc }
#t3-mainbody .t3-sidebar li{ font:normal 11px/18px Arial, Helvetica, sans-serif; color:#33; padding:3px 0 3px 5px }
#t3-mainbody .t3-sidebar ol{ padding:4px 0 6px 15px }

#t3-mainbody .t3-sidebar .custom-sidebar-image.-people h4 { padding-bottom:0; }
#t3-mainbody .t3-sidebar .custom-sidebar-image.-people img { margin-bottom:40px; }

@media (max-width: 767px) {
	#t3-mainbody div.leading-0 .featured-blog-page p.question { font-size: 14px; line-height:20px }
	#t3-mainbody div.leading-0 .item-image{ float:none !important; margin-right:0; }
	#t3-mainbody div.leading-0 img{ width:100%; height:auto; }
	#t3-mainbody .featured-blog-page section.readmore{ margin-right:0px; }
	#t3-header .col-xs-12{  }
	#t3-header .col-xs-12.col-sm-4{ display:none;}
	#t3-header{ padding: 2px 2px 2px 15px;}
	#t3-mainbody { padding-top:0; }
	.row{ margin-left: 0;  margin-right: 0; }
	.t3-spotlight.t3-footnav.row{ margin-left:15px;}
	.t3-spotlight.t3-footnav .col-xs-3,
	#footer-1 .col-xs-3{ width:100%; padding-left:0; padding-right:0; }
	.t3-module .menu{ margin-left:0; }
	.t3-spotlight.t3-spotlight-2.row .col-xs-3 .module-inner{ margin-left:0 }
	#footer-1 h5.module-title {  padding: 15px 0 5px 0; }
	.t3-footer .t3-footnav .t3-module { margin-left:0; }
	.t3-spotlight.t3-footnav.row .col-xs-3 .t3-module {  margin-left:0; margin-top:5px;}

	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{ margin-left:0; margin-right:0;}
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{ padding-left:0; width:100%;}
	.logo{ text-align: left; }
	#t3-header{ width: 96px; margin:15px 0 0 0;}
	.navbar-toggle{ margin-top: -35px; }
	.navbar{ min-height: 20px; }
	
	.navbar-default .navbar-nav > li a:hover {
	    background-color: #cdeae7;
	}
	
	
	.navbar-default .navbar-nav a{ color: #555555; }
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{ background-color: #fff; }
	.navbar-default .navbar-nav .current > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav .current > a:focus { background-color: #eaf5f5; }
	.navbar-default ul{ list-style: none }
	.t3-mainnav a{ border:none !important}
	.t3-mainnav ul ul li a{ padding: 4px 0 4px 0; display:block;}
	
	.navbar-default .navbar-nav ul li:hover, .navbar-default .navbar-nav ul li:focus { background-color: #cdeae7; }
	ul.navbar-nav ul{ padding-left:0;}
	ul.navbar-nav  ul li a{ padding-left:30px;}
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{ border:none; }
	
	div.contact .form-horizontal .form-group {
	    margin-left: 0px;
	    margin-right: 0px;
	}	
}

.fc_form input[type="text"] {
    display: block;
	padding-top:4px;
	padding-bottom:4px;
    width: 60%;
    max-width: 60%;
}
.fc_form label.fc_left {
	width: 30%;
	max-width: 30%;
	text-align:left;
	line-height:1.7em;
}
.fc_form label, .fc_form input, .fc_form select{
	height:auto;
    display: block;
}
.fc_form textarea {
    margin: 0;
    width: 100%;
	height:200px;
}

@media (max-width: 500px) {
	.col-sm-3 .featured-blog-page .article-intro .pull-left.item-image{ margin-right:0 !important; width:100%;}
	.col-sm-3 .featured-blog-page .article-intro .pull-left.item-image img{ width:100%;}
}

@media (max-width: 767px) {
	.blog-featured .col-sm-3 { padding-right:0 }
}

@media (min-width: 768px)  { .container { width: 750px; }  #main-menu .nav ul{ width: 750px; }.t3-spotlight.t3-footnav.row .col-xs-3 .t3-module { margin-left:0px;} #t3-mainbody div.leading-0 { margin-right:0; }}
@media (min-width: 992px)  { .container { width: 750px; }  #main-menu .nav ul{ width: 970px; }.t3-spotlight.t3-footnav.row .col-xs-3 .t3-module { margin-left:0px;} #t3-mainbody div.leading-0 { margin-right:0; }}
@media (min-width: 1020px) { .container { width: 970px; }  #main-menu .nav ul{ width: 970px;} .t3-spotlight.t3-footnav.row .col-xs-3 .t3-module { margin-left:0px;} #t3-mainbody div.leading-0 { margin-right:5%; } }
@media (min-width: 1200px) {
	.t3-spotlight.t3-footnav.row .col-xs-3 .t3-module { margin-left:0px; }
	#main-menu .nav ul{ width: 970px; }
	.container { width: 1016px; }
}

##t3-mainnav{ background:initial; border:none;}

#main-menu{
    background: url(../local/images/header-bg.png) repeat-x top left;
	padding-top:3px;
}
#main-menu {
    position: relative;
    height: 5px
}

#main-menu .nav {
    position: absolute;
    width: 100%;
    list-style: none;
    background: url(../local/images/menu-bg.png) repeat-x bottom left;
    padding: 0;
}

#main-menu .nav li {
    float: left;
	padding-bottom: 1px;
}

#main-menu .nav li li,
#main-menu .nav li ul {
	padding: 0;
}

#main-menu .nav a {
    text-transform: uppercase;
    font: normal 14px/14px Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #872738;
    display: block;
    padding: 7px 20px 7px 20px
}

@media (max-width: 1020px) {
	#main-menu .nav a {
	    font: normal 11px/11px Arial, Helvetica, sans-serif;
	    padding: 6px 15px 6px 15px
	}
}


#main-menu .nav a:hover {
    background-color: #cdeae7
}

#main-menu .nav li.active a {
    background-color: #cdeae7
}

#main-menu .nav ul {
    position: absolute;
    top: 29px;
    left: 0;
    width: 100%;
    list-style: none;
    background-color: #eaf5f5;
    padding: 0 0 2px 2px;
    margin-right: auto;
    margin-left: auto;
	display:none;
	z-index:10;
}

#main-menu .nav ul li {
    float: left
}

#main-menu .nav ul a {
    font: normal 11px/11px Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #872738;
    display: block;
    padding: 10px 20px 8px 20px;
    text-transform: none
}

#main-menu .nav li.active ul li a {
    font-weight: normal;
    background-color: #eaf5f5;
}



#main-menu .nav li.active ul li.active a {
    background-color: #eaf5f5;
    background: url(../local/images/menu-bullet.gif) 8px 11px no-repeat
}

#main-menu .nav li.active ul li a:hover {
    background-color: #cdeae7;
}

#main-menu .nav li.active.parent ul{
	display:block;
}

#main-menu .nav li:hover ul{
	display:block;
	z-index:20;
}

#main-menu .nav > li,
#main-menu .nav > li > a{
	position:initial;
}
.navbar-default{
	background-color:transparent;
	border:none;
}


.article-intro img {
    border: 1px solid #bf8c95;
}

.SobiPro .teacher-listing .thumbnail{ float:left; border:none; margin:0;}
.SobiPro .teacher-listing .thumbnail img{ max-width:46px; max-height:46px; padding:0; }

#t3-mainbody .SobiPro h1{ margin-bottom: 35px; font: normal 24px/30px Georgia, "Times New Roman", Times, serif; }


.teacher-listing .teacher-meta{ margin-left:74px; }
#t3-mainbody .teacher-listing p{ color: #333; margin-bottom:0 }
#t3-mainbody .teacher-listing .teacher-name{ font: bold 14px/24px Arial, Helvetica, sans-serif; margin-bottom: 0; }
#t3-mainbody .teacher-listing .teacher-name .teacher-level{ font-size:12px; font-weight:normal; display:inline-block; padding-left:1em; }

#t3-mainbody .teacher-listing .teacher-contacts { float:right; text-align:right; margin-bottom:0;}
#t3-mainbody .teacher-listing .teacher-email,
#t3-mainbody .teacher-listing .teacher-website{ display:inline-block; padding-left:1em; }

#t3-mainbody .teacher-listing .teacher-short-listing{ font-size:12px; margin-bottom: 0; }
#t3-mainbody .teacher-listing .teacher-short-listing .detail{ padding-right:1em; }
#t3-mainbody .teacher-listing .teacher-short-listing a{ display:inline-block; }

#t3-mainbody .teacher-listing hr,
#t3-mainbody .school-listing hr { clear: both; border:none !important; border-bottom: 1px solid #b37f7f !important; margin:0 0 10px 0; padding:7px 0 0 0; }

#t3-mainbody .school-listing .school-name{ font-weight:bold; font-size:16px; line-height:20px; padding: 0 0 22px 0; }
#t3-mainbody .school-listing .school-name a{ text-decoration: none;}
#t3-mainbody .school-listing .school-name a:hover{ text-decoration: underline;}
#t3-mainbody .school-listing .school-name span{ font-weight:normal;}
#t3-mainbody .school-listing .school-meta{ margin-right:30%;}
#t3-mainbody .school-listing .school-meta-right{ width:20%; float:right;}

#t3-mainbody   .school-principal-label,
#t3-mainbody .school-listing  .school-phone-label,
#t3-mainbody  .school-location-label,
#t3-mainbody .school-listing .school-approach-label{ font-size: 10px; color: #000; text-transform:uppercase;}

#t3-mainbody .school-principal-label,
#t3-mainbody .school-listing .school-approach-label{ font-weight:bold; }

#t3-mainbody .school-listing .school-courses,
#t3-mainbody .school-listing .school-courses-label{ font-size: 10px; color: #555; text-transform:uppercase;}
#t3-mainbody .school-listing .read-more{ margin-left:1em; font-weight:bold; }
.school-contacts{ text-align:left; } 
#t3-mainbody .school-listing .school-contacts .read-more{ margin:0; padding-right: 1em;  }




#t3-mainbody .spSearch .school-listing .school-name{ margin-bottom:0.5em; padding:0 }
#t3-mainbody .spSearch .school-listing .school-meta p:first-of-type{ margin-bottom:0.3em;}



/* Teacher detail */

#t3-mainbody .teacher-detail,
#t3-mainbody .teacher-detail-sidebar,
#t3-mainbody .school-detail,
#t3-mainbody .school-detail-sidebar{ padding:0; margin-top:25px; }
#t3-mainbody .school-detail-sidebar img{ padding-bottom:60px; }

#t3-mainbody .teacher-detail .teacher-name,
#t3-mainbody .school-detail .school-name {
	font: normal 20px/24px Georgia, "Times New Roman", Times, serif;
    color: #872738;
    padding: 0 0 3px 0;
    border-bottom: 1px solid #bf8c95;
    margin-bottom: 16px;
}
#t3-mainbody .school-detail .school-name {
}

#t3-mainbody .teacher-detail .teacher-name .teacher-level,
#t3-mainbody .school-detail .school-name .school-sub-title{

    font: normal 12px/18px Arial, Helvetica, sans-serif;
    color: #444;
	display:inline-block;
	padding-left:1em;
}

#t3-mainbody .teacher-detail .teacher-contacts h2,
#t3-mainbody .school-detail .school-phone-label,
#t3-mainbody  .school-detail .school-location-label{
    font: bold 10px/20px Arial, Helvetica, sans-serif;
    color: #444;
    margin: 0;
	text-transform:uppercase;
}

#t3-mainbody .school-principal-label,
#t3-mainbody .school-phone-label,
#t3-mainbody .school-location-label{
    font: bold 10px/20px Arial, Helvetica, sans-serif;
	display:inline-block;
	width:7.5em;
	padding-right:1em;
	text-transform:uppercase;
}
#t3-mainbody .school-detail .school-principal,
#t3-mainbody .school-detail .school-phone,
#t3-mainbody .school-detail .school-location{
    font: normal 12px/20px Arial, Helvetica, sans-serif;
    color: #444;
    margin: 0;
}
#t3-mainbody .school-detail .school-meta{ margin: 0 0 8px 0;}

#t3-mainbody .teacher-detail .read-more,
#t3-mainbody .school-detail .read-more{ font-weight:bold; display:inline-block; padding-right:1em; }

/* Teacher detail */



#article ul.pagination{ display:inherit; list-style:none; margin-top:0; margin-bottom:0; padding:0 }
#article ul.pagination li{ display:inline;  list-style:none; padding:0px 4px 4px 4px; font-size:12px; line-height:12px }
#article ul.pagination li a{ text-decoration:none }
#article ul.pagination:after {
    content: ".";
    display: block;	
    height: 0;
    clear: both;
    visibility: hidden;
    }

#t3-mainbody .spSearch .school-listing .read-more{ display:block; padding:0; margin:0;}
#t3-mainbody .spSearch .school-listing p.school-approach{ margin-bottom:0.5em;}

.SobiPro .form-horizontal .control-label{ text-align:left !important;}
.SobiPro .spMessage .alert-success,
.SobiPro .spSearch .alert-info{
    border-color: #cdeae7 !important;
    background-color: #cdeae7 !important;
    color: #680000 !important;
}

.mapSearch input{ height:auto !important; }

.SobiPro .pagination ul > li > a { border:none!important; background-color:#fff !important; }
#t3-mainbody .SobiPro .pagination{
	margin:-10px 0 10px 0 !important;
	padding:0 !important;
}