@font-face {
    font-family: 'EnriquetaBold';
    src: url('fonts/enriqueta/enriqueta-bold-webfont.eot');
    src: url('fonts/enriqueta/enriqueta-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/enriqueta/enriqueta-bold-webfont.woff') format('woff'),
         url('fonts/enriqueta/enriqueta-bold-webfont.ttf') format('truetype'),
         url('fonts/enriqueta/enriqueta-bold-webfont.svg#enriquetabold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'EnriquetaRegular';
    src: url('fonts/enriqueta/enriqueta-regular-webfont.eot');
    src: url('fonts/enriqueta/enriqueta-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/enriqueta/enriqueta-regular-webfont.woff') format('woff'),
         url('fonts/enriqueta/enriqueta-regular-webfont.ttf') format('truetype'),
         url('fonts/enriqueta/enriqueta-regular-webfont.svg#enriquetaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dancingscript';
    src: url('fonts/dancingscript/dancingscript.eot');
    src: url('fonts/dancingscript/dancingscript.eot?#iefix') format('embedded-opentype'),
         url('fonts/dancingscript/dancingscript.woff') format('woff'),
         url('fonts/dancingscript/dancingscript.ttf') format('truetype'),
         url('fonts/dancingscript/dancingscript.svg#comfortaabold') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	background:#f7fafe;
	}


/* ---------------------------------------------------------------------------------
FONTS, GENERAL, MISC
------------------------------------------------------------------------------------ */

h1, h2, h3 {
	font-weight:normal;
	font-family:EnriquetaRegular;
	}

h1 {
	color:#255fb1;
	font-size:2.2em;
	line-height:1.8em;
	}
	
h2, h2 a {
	color:#395a99;
	line-height:2.3em;
	margin-bottom:10px;
	margin-top:15px;
	font-size:2.3em;


	
	}

h3, h3 a, p.title {
    color: #f09500;
    font-size:1.4em;
    line-height: 1.4em;
    margin-bottom: 10px;
	font-family:EnriquetaBold;

}
.school-info-box h3{margin-top:0px; font-size:1.6em;}

.school-info-box h4 {
	   color: #f09500;
    font-size:1.4em;
    line-height: 1.4em;
    margin-bottom: 10px;
	font-family:EnriquetaBold;
}
h4, h4 a {

font-weight:bold;
	color:#444;
	font-size:1.4em;
	line-height:1.6em;
	}
	
hr {
	border-bottom:1px dashed #ccc;
	margin:10px 0;
	clear:both;
	}

p {
	font-size:1.1em;
	line-height:1.8em;
	color:#645e5e;
	}

a {
    color: #428bca;
    text-decoration: none;
}

a:hover {
	color: #3f6dbb;
	text-decoration: none;
}

.main-content a { border-bottom:1px dashed #dad3ba; }
.main-content a:hover { border-bottom:0px dashed #2B853E; }

.main-content a.list-group-item {
    border-bottom: 1px dashed #ccc;
}

.main-content .btn-primary { border-bottom:0; }

.main-content li, .main-content ol {
	padding:6px 0;
	}

.blue { color:#133f1c;}
.green { color:#133F1C;}
.col-md-pull-6 {    right: 52%;}
.col-md-3 {    width: 23%;}
.col-md-6 {    width: 52%;
}

/* ---------------------------------------------------------------------------------
HEADER
------------------------------------------------------------------------------------ */

/* Top MCPS Button ---------------------------- */

.btn-default {
    color:#fcfaf2;
	font-size:11px;
	background:#2d4571;
	background-image: none;
    background-repeat: no-repeat;
    border:0;
    text-shadow:none;
	box-shadow:none;
	margin-top:3px;
}

a:hover.btn-default {
    color:#fff;
	background:transparent;
}

/* END - Top MCPS Button ---------------------------- */

.site-header {
	position:relative;
	background: url('../images/banner.png') no-repeat;
			height:256px;

	}
.masthead{
	background:#08376f url('../images/mastheadbg.jpg') repeat-x;



	}
.masthead h1 {
 background: url('../images/logo.png') no-repeat;
    display: block;
    height: 260px;
    text-indent: -9999px;
    top:0px;
    width:195px;
	margin:0 auto;

	position:absolute;
		z-index:9999999;

}

address {
    text-indent: -9999px;
}

#banner {

	}

.intro {
	font-size:2.4em;
	line-height:1.4em;
	color:#2B853E;
	margin-top:0;
	margin-bottom:0.5em;
	text-align:center;
	margin-top:20px;
	}

.intro span {
    color: #977F38;
    display: block;
    font-family: tahoma;
    font-size: 0.4em;
    line-height: 0.8em;
    text-transform: uppercase;
}

p.intro {
	color: #2B853E;
    font-size: 1.3em;
    line-height: 1.6em;
	margin-top:5px;
	}
	


/* ---------------------------------------------------------------------------------
NAVIGATION
------------------------------------------------------------------------------------ */

.navbar-default .navbar-collapse, .navbar-default .navbar-form { border:0;}


.navbar {
    margin:-58px 0 0  0;
  /* can be treated like a fallback */
  background-color: #f7a11d;

  /* will be "on top", if browser supports it */
  background-image: linear-gradient(#f7a11d, #f67900);

  background: #f67900;
  background: linear-gradient(#f7a11d, #f67900);
	border-top:3px solid #faeecc;
	border-bottom: 1px solid #e46900;
	border-radius: 0;
    -moz-box-shadow:    0 3px 6px 0 #e7e7e7;
	-webkit-box-shadow: 0 3px 6px 0 #e7e7e7;
	box-shadow:         0 3px 6px 0 #e7e7e7;
	position:relative;
	z-index:9;
	
}
.navbar-nav {
    padding: 0 0 0 230px;
}

.navbar .container, .nav-wrapper { background:transparent; }

.navbar-default .navbar-nav > li > a {
	padding-top:17px;
	padding-bottom:18px;
	color:#fff;
		font-size:15px;
		font-weight:bold;
		  text-transform: uppercase;
	padding-left: 22x;
    padding-right: 22px;


	}

.navbar-default .navbar-nav > li > a:hover {
	color:#ffffff;
	padding-bottom:10px;
	border-top: 5px solid #ffffff;
	margin-top:-5px;
	padding-bottom:8px;
	margin-bottom:-8px;
	}
	
.navbar-nav > li > a {
    padding-top: 10px;
}

.navbar a{
	padding-bottom:5px;
	}

.nav-wrapper {

		background:#fa7b00 url(../images/nav-left.png) top left no-repeat;
	background-color: transparent;
	}



/* END - Navigation ---------------------------- */
.container{margin-top:0px;}

#content { margin-top:0px;}
.main-content, .sidebar-2{padding-top:40px; padding-bottom:20px;}
.main-content .content-inner { padding:0 3%;}
.main-content .content-inner img { 

}

/* ---------------------------------------------------------------------------------
SIDEBAR LEFT
------------------------------------------------------------------------------------ */

.sidebar-1 {

	border-right:1px solid #c1dafc;

	padding-right:0;
	/*background:url(../images/sb-bg.jpg) top right repeat-y #f7fafe;*/
	-webkit-box-shadow: inset -20px 0px 25px 0px #e9f2fd;
	-moz-box-shadow: inset -20px 0px 25px 0px #e9f2fd;
	box-shadow: inset -20px 0px 25px 0px #e9f2fd;
	margin-top:0;
	padding-top:40px;
	}
	

.sidebar-1 .school-info-box,
.sidebar-1 #sb-menu1,
.sidebar-1 #sb-menu2 {
	}

#sb-menu2 {

	}

.sidebar-1 h2 {
	
	border-right:0px;
	padding:10px 15px;
	margin-bottom:0;
   	}

a.btn-map {
	font-size:0.8em;
	color:#fffea9;
	background:#2B853E;
	padding:6px 10px;
	text-decoration:none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* future proofing */
	-khtml-border-radius: 6px; /* for old Konqueror browsers */
	}

a:hover.btn-map {
	color:#2B853E;
	background:#fffea9;
	}
	

.school-info-box {
	padding: 0px 2% 15px 5%;
	}

.school-info-box p { font-size:15px; line-height:1.3em;  margin-bottom:10px; }
.school-info-box .btn { font-size:80%; }

/* ---------------------------------------------------------------------------------
SIDEBAR NAVIGATION
------------------------------------------------------------------------------------ */

.list-group {
    border-radius: 0;
    box-shadow: none;
}	

nav.list-group ul, 
nav.list-group ul li {
	list-style:none;
	margin:0;
	padding:0;
	}	

li.secondary-menu h2 {
	color:#fff;
	font-size:26px;
	border-bottom:1px solid #e9f2fd;

	background:#f09500 url("../images/nav-left.png") no-repeat scroll 0 top ;
	line-height:26px;
	}

li.secondary-menu h2:first-word {
	color:#ccc;
	}
.secondary-menu{
	border: 2px 2px 0px 0px solid #e6e2d0;
	}
	
nav.list-group ul li.secondary-menu { padding:0;}

nav.list-group ul li a {
	font-size:1.2em;
	font-weight:bold;
	color:#3f6dbb;
	display:block;
	background-color:#ebf3fd;	padding:8px 10px; 
	border-bottom:1px solid #e9f2fd;
	border-top:1px solid #ffffff;
	}		

nav.list-group ul li a:hover {
	color:#ffffff;
	background:#3f6dbb;
	text-decoration:none;
	}		
	
	
/* END - Sidebar Navigation ---------------------------- */




/* ---------------------------------------------------------------------------------
NEWS
------------------------------------------------------------------------------------ */

.RecentNewsSchoolBlock .news {
border-top: 8px solid #e7effb;
    margin: 30px 0 10px;
	}

article.list-group {
	margin-bottom:50px;
	}

.list-group-item {
	border:0;
	padding:10px 2%;

	background-color:transparent;
	margin-bottom:0;
}

.list-group-item h3 { margin-top:0; }
a.list-group-item:hover { background:#ebf3fd; }
.list-group-item p { color:#8f9099; }

.list-group-item:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}



/* ---------------------------------------------------------------------------------
SIDEBAR BLOCK
------------------------------------------------------------------------------------ */

.search,
#sb-menu3,
.sb-block,
.sbr-2 {
	padding:36px 0;
}

aside.sb-block, .sbr-2, .sbr-1 { text-align:center; } 
	
aside.sb-block img {
	padding:5px;
	background:#fff;
	-moz-box-shadow:    0px 0px 4px 4px #e8e3d5;
	-webkit-box-shadow: 0px 0px 4px 4px #e8e3d5;
	box-shadow:         0px 0px 4px 4px #e8e3d5;
	}

aside.sb-block a:hover {
	opacity:0.6;
	}

#sb-menu3 { display:none; }	

#twitter-widget-0 { margin:0 auto; }

.sbr-2 img {


}

.sbr-1 { padding:30px 0; }
.sbr-2 { padding-right:5%; }

aside.sb-block { display:none; }
.col-md-3 {margin-bottom:-9999px ; padding-bottom:9999px;}
.container{min-height:100%; overflow:hidden;}
/* ---------------------------------------------------------------------------------
SEARCH
------------------------------------------------------------------------------------ */

.search {
	
	overflow:auto;
	}

.searchtext,
.searchbtn {
    background-color: #FFFFFF;
    border: 1px solid #E6E2D0;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
	float:left;
}

.searchtext { width: 60%; }

.searchbtn {
	background-color: #f09500;
    border: 1px solid #fec05c;
    border-radius: 4px;
    color: #f5f9fe;
    margin-left: 4%;
    width: 34%;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0);
}

.searchbtn:hover {
	color:#70b3fe;
	background:#fdbf58;
	border-color: #ccc;
	}



/*-----------------------------------------------------------------------------------------
SLIDESHOW
------------------------------------------------------------------------------------------- */

.slideshow {
	position:relative;
	}

.slideshow img{
	border-top:5px solid #fffea9;
	border-bottom:5px solid #fffea9;
	padding:0;
	width:100%;
	margin:10px 0 20px 0;
	}

p.slideshow-btn {
	text-align:center;
	margin-top:-40px;
	}

p.slideshow-btn .btn-primary { font-size:120%; }

p.slideshow-btn a:hover {
	color:#2B853E;
	background:#FFFEA9;
	text-decoration:none;
	} 


.pika-stage, .pika-textnav {
    width: 100% !important;
}

.content-inner iframe {
	border:5px solid #ccc;
	}
	
	
/* ---------------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------------------ */

.UpcomingEventsSchoolBlock .calendar {

    padding: 0px 0px 20px 0;
	background-color:#ebf3fd;
}
.UpcomingEventsSchoolBlock .calendar h4 {
    background: url("../images/icon-calendar.png") no-repeat scroll center 10px #3f6dbb;
    color: #eaeff8;
    font-size: 26px;
    padding: 60px 0 10px 0;
    text-align: center;
    text-transform: none;

	 font-family: EnriquetaRegular;
    font-weight: normal;
}


.UpcomingEventsSchoolBlock .calendar p {

    border-bottom: 1px dashed #fff;
    color: #fff;
    line-height: 1.1em;
    margin: 0 2%;
    padding: 15px 0;
    text-align: center;

}
.UpcomingEventsSchoolBlock .calendar p a {
    color: #d68000;
    font-size: 14px;
	line-height:18px;
    text-decoration: none;
}

.UpcomingEventsSchoolBlock .calendar p strong {
    color: #3f6dbb;
    font-size: 16px;
    text-transform: uppercase;
	line-height:22px;

}

	
.btn-calendar { margin-top:-20px; text-align:center; }


/* ---------------------------------------------------------------------------------
SPANISH
------------------------------------------------------------------------------------ */

p.spanish-btn {
	padding:8px 0 12px 0;
	text-align:left;
	border-bottom:1px dotted #F6F2E5;
	}

p.spanish-btn a {
	color:#2B853E;
	background:transparent;
	font-size:0.8em;
	text-decoration:none;
	padding:8px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* future proofing */
	-khtml-border-radius: 6px; /* for old Konqueror browsers */	
	border:0;
	}

p.spanish-btn a:hover {
	color:#999;
	background:transparent;
	text-decoration:underline;
	}	


/* ---------------------------------------------------------------------------------
RESOURCES
------------------------------------------------------------------------------------ */


p.small { font-size:0.8em; }

.resources { margin:0; padding:0; width:100%; }
.resources td { width:25%; padding:0; text-align:center; vertical-align:top; padding:15px 0; }
.resources td img { width:60%; max-width:140px; margin:0 auto 10px auto; background:#fff; padding:10px; display:block; }


/* ---------------------------------------------------------------------------------
CALENDAR - TOP LIST
------------------------------------------------------------------------------------ */

ul#taxonomylist { margin:0; padding:0; list-style:none; }
ul#taxonomylist li {
    background: none repeat scroll 0 0 #F6F3E5;
    display: inline-block;
	*zoom: 1;
    *display: inline;
    margin: 0.25%;
    padding: 6px 0.25%;
    text-align: center;
    width: 18%;
}


/* ---------------------------------------------------------------------------------
STAFF DIRECTORY
------------------------------------------------------------------------------------ */

#box_left, #box_right {
	width:48%;
	float:left;
	}
	
#box_right {
	width:48%;
	float:right;
	}	
	
#box_left h3, #box_right h3 {
	color:#FFFEA9;
	background:#3f6dbb;
	padding:8px 5%;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	}

.alternaterow {
    background-color: #F6F2E5;
}

#employee {
	padding:15px 5%;
	}

#employee p.employeename { font-weight: bold; }
#employee p { font-size:0.9em; line-height:1.3em; margin-bottom:5px; }

#departmentList {
	padding: 10px 0;
	border-bottom:1px dotted #F6F2E5;
	}

#departmentList p {
    line-height:2em;
	font-size:15px;
    margin: 0;
}

#departmentList p a:hover { text-decoration:none; }	


/* ---------------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------------------ */

.footer {
 background: url("../images/mastheadbg.jpg") repeat-x scroll 0 0 #233f80;
	border-top:4px solid #70b3fe;

	}


.mcps-info,
.credits,
.tron-login {

    margin: 0;
    padding: 15px 0;
	}

.credits {
	text-align:center;
	font-size:0.8em;
	line-height:1.5em;
	color:#f09500;
	}

.credits a {
	color:#c2bba3;
	text-decoration:underline;
	}

.credits a:hover {
	color:#fff;
	text-decoration:none;
	}

.mcps-logo {
	background:url(../images/ftr-mcps-logo.png) 5% top no-repeat;
	padding-top:75px;
	}

.mcps-logo p {
	font-size:0.8em;
	line-height:1.5em;
	color:#f09500;
	}

.footer ul,
.footer li {
	list-style:none;
	margin:0;
	padding:0;
	}

.footer li a {
	font-size:0.80em;
	color:#e7effb;
	display:block;
	padding:4px 10px;
	text-decoration:none; 
	}

.footer li a:hover { color:#fff; }
ul#global-footerNav { width:50%; float:right; }	

.tron-login { border-bottom:0px; text-align:center }	
.tron-login a { opacity:0.4; }	
.tron-login a:hover { opacity:1; }	


/* Search -------------------------------------------------------- */

.search {
    float: right;
    margin: 0;
    padding: 0;
    width: 30%;
}

.three-column .search {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
	margin-bottom:15px;
}

.one-column .search { width:25%; }


/* Misc -------------------------------------------------------- */

.btn-primary {
    color:#FFFEA9;
	background-image: none;
	background:#2B853E;
    border-color: #2B853E;
}


a.btn-primary:hover {
    color:#2B853E;
	background-image: none;
	background:#FFFEA9;
    border-color: #ccc;
	text-shadow:none;
}

html.embed { background:transparent; }


	
	

/* ---------------------------------------------------------------------------------
RESPONSIVE
------------------------------------------------------------------------------------ */



/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 240px) 
and (max-width : 768px) {
/* Styles */

html { background:#FCFAF2; }

.intro { font-size:2em;}
p, li { font-size: 1.2em; line-height:1.6em; }

h3, h3 a { font-size: 1.8em; line-height: 1.4em; }

.navbar-collapse { max-height:none; }	
.navbar-toggle { display: block; float: none; margin: 10px auto; }

.masthead h1 {
    background: url('../images/banner-290.png') no-repeat scroll left top;
    display: block;
    height: 140px;
    margin: 18px 0;
    position: static;
    text-indent: -9999px;
    width: 100%;
}

.masthead { height:auto; }
#banner { display:none; }
address { display:none; }


.sidebar-1 {

	
	margin-top:10px;
	padding:0 5%;
	}
.sbr-1{width:100%;}
.col-md-pull-6 , .col-md-3, .col-md-6{    width: 100%;}

.col-md-pull-6 {
    right:0;
}
.col-md-3 {margin-bottom:0 ; padding-bottom:0;}
.container{min-height:auto; overflow:hidden;}
.school-info-box p { text-align:left; }
#sb-menu2 { border-bottom:0px solid #E6E2D0; }
.sidebar-1 h2 { border:1px solid #e6e2d0; }
.navbar-nav {
    padding: 0 ;
}
.navbar { -moz-box-shadow:0; -webkit-box-shadow:0; box-shadow:0; }
.navbar .container, .nav-wrapper { background:transparent; }
.container > .navbar-header, .container > .navbar-collapse { margin-left: 0; margin-right: 0; }

.navbar-default .navbar-nav > li { margin:0; }
.navbar-default .navbar-nav > li > a { border-top:1px dashed #ffc84f; padding:0.5em 0; width:100%; margin:0; }
.navbar-default .navbar-nav > li > a:last-child { border-bottom:0;}
.navbar-default .navbar-nav > li > a:hover { border-top:1px dashed #fff; padding:0.5em 0; margin:0;  }
.nav-wrapper { margin-bottom:0; }

.nav li { display: block; }


nav.list-group ul li a { border-bottom: 1px solid #E6E2D0; }

.main-content { background:transparent; }
.main-content .content-inner { padding: 0 1%; }	
.sidebar-2 { background:transparent; }	
.list-group-item { border-bottom: 1px dotted #ccc; }

#departmentList p { line-height: 1.8em; }

#box_left, #box_right { float:none; width:100%;}

.search, .one-column .search { 
	width:80%;
	display:block;
	margin:10px auto;
	float:none;
}
.site-header{background: url("../images/banner-s.png") no-repeat scroll right top rgba(0, 0, 0, 0)!important; height:220px;}
	.nav-wrapper , li.secondary-menu h2 {
    background-image: none;
  
}

}
@media only screen 
and (min-width : 240px) 
and (max-width : 600px) {
	.site-header{background:none!important; }
	.masthead h1 {
    background: url('../images/banner-290.png') no-repeat scroll center top;}
	.nav-wrapper , li.secondary-menu h2 {
    background-image: none;
  
}
}

/* iPads (portrait and landscape) ----------- */

@media only screen 
and (min-width : 768px) 
and (max-width : 1209px) {
/* Styles */	

.container {
    max-width: 100%;
}

.nav li { display: inline-block; }
.navbar-default .navbar-nav > li > a {
	padding-left:15px;
	padding-right:15px;
 font-size:14px; 
	}
.site-header{background: url("../images/banner-m.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0)!important;}
.nav-wrapper ,li.secondary-menu h2 {    background-image: none;}
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1209px) 
and (orientation : landscape) {
/* Styles */


}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1175px) 
and (orientation : portrait) {
/* Styles */


.nav li {
    display: inline-block;
}

.navbar-default .navbar-nav > li > a {
	font-size:11px;
	border:0;
	padding:5px 8px;
	}

.navbar-default .navbar-nav > li > a:hover {
	border:0;
	padding:5px 8px;
	}
	
.navbar-toggle { display:none; }
.site-header {background:url('../images/banner-m.png') no-repeat!important;	}

}
	