@font-face {
    font-family: 'bebasregular';
    src: url('fonts/bebas/BEBAS___-webfont.eot');
    src: url('fonts/bebas/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebas/BEBAS___-webfont.woff') format('woff'),
         url('fonts/bebas/BEBAS___-webfont.ttf') format('truetype'),
         url('fonts/bebas/BEBAS___-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Andada-Bold';
    src: url('fonts/andada-bold/andada-bold-webfont.eot');
    src: url('fonts/andada-bold/andada-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/andada-bold/andada-bold-webfont.woff2') format('woff2'),
         url('fonts/andada-bold/andada-bold-webfont.woff') format('woff'),
         url('fonts/andada-bold/andada-bold-webfont.ttf') format('truetype'),
         url('fonts/andada-bold/andada-bold-webfont.svg#andadabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Andada-Regular';
    src: url('fonts/andada-regular/andada-regular-webfont.eot');
    src: url('fonts/andada-regular/andada-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/andada-regular/andada-regular-webfont.woff2') format('woff2'),
         url('fonts/andada-regular/andada-regular-webfont.woff') format('woff'),
         url('fonts/andada-regular/andada-regular-webfont.ttf') format('truetype'),
         url('fonts/andada-regular/andada-regular-webfont.svg#andadaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	background:#3463ac;
	color:#444;
	}


/* ---------------------------------------------------------------------------------
FONTS, GENERAL, MISC
------------------------------------------------------------------------------------ */

h1, h2, h3, h4 {
	font-weight:normal;
	font-family: Andada-Regular,Georgia,"Times New Roman",Times,serif;
	}

h1 {
	color:#255fb1;
	font-size:2.2em;
	line-height:1.8em;
	}
	
h2, h2 a {
	font-family:bebasregular;
	color: #3463ac;
	font-size: 2em;
    line-height: 1.2em;
	margin-bottom:20px;
	margin-top:25px;
	text-transform:uppercase;
	padding-bottom:8px;
	border-bottom:3px solid #ffec00;
	}

h2 a { margin-top:0; }

h3, h3 a, p.title {
	color:#333;
	font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 15px;
	margin-top: 30px;
}

h4, h4 a {
	color: #4b4646;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.3em;
    margin-top: 20px;
	}
	
hr {
	height:8px;
	border:0;
	background:#f3f3f3;
	margin:30px 0;
	clear:both;
	}

p {
	font-size:1em;
	line-height:1.6em;
	color:#444;
	margin-bottom:20px;
	}

li { color:#444; }

a {
    color: #363636;
    text-decoration: none;
}

a:hover {
    color: #999;
    text-decoration: none;
}

.main-content a { color:#0f3a7c; border-bottom:1px dashed #0f3a7c; }
.main-content a:hover { color:#999; border-bottom:0px dashed #3c543f; }
#ctl00_ContentPlaceHolder1_tronSlideShowHomepage1_pnlSlideHome a { border:0; }

.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:#3c543f;}
.green { color:#133F1C;}


blockquote p {
    color: #444;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.6em;
	margin:0 0 10px 0 !important;
	padding:0;
}

blockquote span {
	font-size:14px;
	color:#666;
}

.breadcrumbs { font-size:11px; color:#999; margin-bottom:20px; }
.breadcrumbs a { color:#3463ac; border:0; }

.side-block { background:#f3f3f3; border:1px solid #ebebeb; margin-left:20px; text-align:center; padding:0 15px 12px 5px; }
.side-block .img-responsive { max-width:90%; margin:0 auto !important; }

.lead { color: #666; font-family: Andada-Regular,Georgia,"Times New Roman",Times,serif; line-height:1.6em; }
.btn-print { float:right; background:transparent; }   

#content { padding-bottom:30px; background:#f3f3f3 url(../images/bodybg.jpg) top left repeat; }  
   
.main-content ul, .main-content ol { padding:0; margin:0 0 15px 15px; }   
.main-content ul li { margin:0; padding:6px 0; }   
.main-content ul li a { border:0; }   

   
/* ---------------------------------------------------------------------------------
HEADER
------------------------------------------------------------------------------------ */

/* Top MCPS Button ---------------------------- */

.btn-default {
    color:#fcfaf2;
	font-size:11px;
	background:transparent;
	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/hdr-image.png') center right no-repeat;
	}
.masthead {
	background:#3c543f url('../images/masthead-bg.jpg') top left repeat-x;
	height:160px;
	overflow:hidden;
	}
.masthead h1 {
    background: url('../images/logo.png') no-repeat;
    display: block;
    height:95px;
    text-indent: -9999px;
    width: 522px;
	margin:35px 0 0 2%;
}

address {
    text-indent: -9999px;
}

#banner { display:none; }

h2.intro {
	margin:0;
	}


/* ---------------------------------------------------------------------------------
NAVIGATION
------------------------------------------------------------------------------------ */

.navbar-default .navbar-collapse, .navbar-default .navbar-form { border:0;}


.navbar {
    margin: 0;
	background:#ffec00;
	border-top:1px solid #0f3a7c;
	border-bottom:1px solid #0f3a7c;
	font-family:Tahoma, Geneva, sans-serif;
	border-radius: 0;
    -moz-box-shadow:    0 3px 6px 0 #ccc;
	-webkit-box-shadow: 0 3px 6px 0 #ccc;
	box-shadow:         0 3px 6px 0 #ccc;
}

.navbar .container, .nav-wrapper { background:transparent; }

.navbar-default .navbar-nav > li > a {
	padding-top:14px;
	color:#0f3a7c;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	border-top: 5px solid transparent;
	margin-top:-5px;
	padding:13px 20px 8px 25px;
	background:url('../images/nav-star.png') left 17px no-repeat;
	}

.navbar-default .navbar-nav > li > a:hover {
	color:#3463ac;
	padding-bottom:10px;
	border-top: 5px solid #3463ac;
	margin-top:-5px;
	padding-bottom:8px;
	margin-bottom:-8px;
	background:url('../images/nav-star.png') left 17px no-repeat;
	}
	
.navbar-nav > li > a {
    padding-top: 10px;
}

.navbar a{
	padding-bottom:5px;
	}

.nav-wrapper {
	background:#46b942;
	background-color: transparent;
	}



/* END - Navigation ---------------------------- */


#content .container { 
	padding-top:20px;
	padding-bottom:20px; 
	/*
	background:#fff;
    -moz-box-shadow:    0 0 18px 0 #e7e7e7;
    -webkit-box-shadow: 0 0 18px 0 #e7e7e7;
    box-shadow:         0 0 18px 0 #e7e7e7;	
	*/
  }

.main-content .content-inner { padding:0 3%;}
.main-content .content-inner img { 
	padding:5px;
	margin:10px;
	background:#fff;
	border:1px solid #ebebeb !important;
}

.img-responsive {
    max-width: 98%;
}

/* ---------------------------------------------------------------------------------
SIDEBAR LEFT
------------------------------------------------------------------------------------ */

.sidebar-1 {
	border-left:0;
	padding-right:0;
	margin-top:15px;
	}

.sidebar-1 #sb-menu1,
.sidebar-1 #sb-menu2,
.sidebar-1 #sb-menu3 {
	border:1px solid #5370a3;
	background:#3463ac;
	margin-bottom:20px;
	}

#sb-menu3 { display:none; }

#sb-menu2 {
	display:none;
	}

.sidebar-1 h2 {
	padding:0;
	margin:18px 0 12px 0;
	}

a.btn-map {
	font-size:0.8em;
	color:#fffea9;
	background:#3c543f;
	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:#3c543f;
	background:#fffea9;
	}
	

.school-info-box {
	padding:15px 5%;
	background: none repeat scroll 0 0 #f1f1f1;
    border: 1px solid #ebeaea;
	margin-bottom:20px;
	}

.school-info-box h2 {
    color: #3463ac;
    font-size:16px;
	line-height:22px;
	border-bottom:1px solid #0f3a7c;
    text-transform: uppercase;
	background:none;
	padding-bottom:6px;
	margin-bottom:12px;
}
.school-info-box h4 {
    color: #999;
    font-family: bebasregular;
    text-transform: uppercase;
}

h1, 
.school-info-box p { font-size:90%; line-height:1.5em; margin-bottom:12px; }
.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;
	}	

nav.list-group ul {
	padding-bottom:10px;
	}	
	 
li.secondary-menu h2 {
    color: #ffec00;
    font-size:16px;
	line-height:22px;
	border-bottom:1px solid #0f3a7c;
    text-transform: uppercase;
	background:none;
	padding-bottom:6px;
	margin-bottom:0;
}

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; margin:0 5%;}

nav.list-group ul li a {
	font-size:1.1em;
	color:#f1f1f1;
	display:block;
	padding:8px 3%; 
	border-bottom: 1px solid #28569c;
    border-top: 1px solid #5674ac;
	}		

nav.list-group ul li a:hover {
	color:#ffec00;
	background:#28569c;
	text-decoration:none;
	}		
	
	

/* ---------------------------------------------------------------------------------
NEWS
------------------------------------------------------------------------------------ */

.RecentNewsSchoolBlock .news, h2.hp-hdr {
	margin: 40px 0 20px 0;
	}

.RecentNewsSchoolBlock .news h2 { margin:10px 0; }
.RecentNewsSchoolBlock .news h3 { margin-bottom:5px; }

article.list-group {
	margin-bottom:50px;
	}

.list-group-item {
	border:0;
	padding:24px 2%;
	border-bottom: 1px dotted #f1ef87;
	background-color:transparent;
	margin-bottom:0;
}

.list-group-item h3 { margin-top:0; }
a.list-group-item:hover { background:#fff; }
.list-group-item p {
    color: #868686;
    line-height: 1.5em;
}

.list-group-item:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}



/* ---------------------------------------------------------------------------------
SIDEBAR BLOCK
------------------------------------------------------------------------------------ */

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;
	}

#twitter-widget-0 { margin:0 auto; }

.sbr-2 img {

}

.sbr-1 { padding:30px 0; }
.sbr-2 { padding-right:5%; }

aside.sb-block { display:none; }

/* ---------------------------------------------------------------------------------
SEARCH
------------------------------------------------------------------------------------ */

.search {
	
	overflow:auto;
	}

.searchtext,
.searchbtn {
    background-color: #FFFFFF;
    border: 1px solid #e7e7e7;
    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 {
	width: 34%;
	margin-left:4%;
	color:#FFFEA9;
	border:1px solid #3463ac;
	background-color:#3463ac;
	border-radius: 4px 4px 4px 4px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0);
}

.searchbtn:hover {
	color:#3463ac;
	background:#FFFEA9;
	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:#3c543f;
	background:#FFFEA9;
	text-decoration:none;
	} 


.pika-stage, .pika-textnav {
    width: 100% !important;
}

.content-inner iframe {
	border:5px solid #ccc;
	}
	
	
/* ---------------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------------------ */

.UpcomingEventsSchoolBlock .calendar { 
	background:#f1f1f1; 
	text-align:center;
	padding:15px 0 40px 0;
	border:1px solid #ebeaea;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* future proofing */
	-khtml-border-radius: 6px; /* for old Konqueror browsers */	
	}

.UpcomingEventsSchoolBlock .calendar h4 {
	font-family:bebasregular;
	text-transform:uppercase;
	color:#999;
	}

.UpcomingEventsSchoolBlock .calendar p {
	color:#80785b;
	padding:16px 0;
	border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #fff;
	margin:0 5%;
	font-size:0.9em;
	line-height:1.6em;
	}

.UpcomingEventsSchoolBlock .calendar p strong {
    color: #666;
    display: inline-block;
    font-size: 1em;
    margin-bottom: 5px;
    text-transform: uppercase;
}
	
.btn-calendar { margin-top:-20px; text-align:center; }

.UpcomingEventsSchoolBlock .calendar p a { color:#3463ac; border-bottom:1px dashed #ccc; }
.UpcomingEventsSchoolBlock .calendar p a:hover { color:#999; border-bottom:0px dashed #ccc; }

/* ---------------------------------------------------------------------------------
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%;
}


/* ---------------------------------------------------------------------------------
TABLE
------------------------------------------------------------------------------------ */

.table { border:5px solid #f3f3f3; }

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    background: none repeat scroll 0 0 #fff;
    border: 1px dashed #f3f3f3;
    font-size: 13px;
    padding: 14px 12px;
    text-align: center;
}


/* ---------------------------------------------------------------------------------
STAFF DIRECTORY
------------------------------------------------------------------------------------ */

#box_left, #box_right {
	width:48%;
	float:left;
	}
	
#box_right {
	width:48%;
	float:right;
	}	
	
#box_left h3, #box_right h3 {
	color:#ffec00;
	background:#3463ac;
	padding:15px 5%;
	margin:0;
	margin-top:15px;
	font-size:1.2em;
	}

.alternaterow {
    background-color: #F6F2E5;
}

#employee {
	padding:15px 5% !important;
	background:#f9f9f9;
	}

#employee p.employeename { font-weight: bold; }
#employee p { font-size:0.9em; line-height:1.5em; margin-bottom:5px; }

#departmentList {
	padding: 10px 0;
	border-bottom:1px dotted #F6F2E5;
	}

#departmentList p {
    line-height: 1.8em !important;
    margin: 0;
}

#departmentList p a:hover { text-decoration:none; }	

.alternaterow { background-color: #fff !important; }


/* ---------------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------------------ */

.footer {
	background:#3463ac;
	border-top:0px solid #fffea9;
	}

.mcps-info,
.credits,
.tron-login {
    margin: 0;
    padding: 32px 0;
	}

.mcps-info, .tron-login {
	padding:36px 0;
	border-bottom: 1px solid #28569c;
    border-top: 1px solid #5674ac;
	}

.credits {
	text-align:center;
	font-size:0.8em;
	line-height:1.5em;
	color:#e1dc3f;
	padding:24px 0;
	border-bottom:1px solid #28569c;
	}

.credits a {
	color:#e1dc3f;
	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:#e1dc3f;
	}

.footer ul,
.footer li {
	list-style:none;
	margin:0;
	padding:0;
	}

.footer li a {
	font-size:0.80em;
	color:#e1dc3f;
	display:block;
	padding:5px 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 { color:#fff; }	
.tron-login a:hover {  }	


/* Search -------------------------------------------------------- */

.search {
    float: right;
    margin: 0;
	margin-left:2%;
    padding: 0;
    width: 30%;
}

.three-column .search {
    float: none;
    padding: 0;
    width: 100%;
	margin:15px 0 25px 0;
}

.one-column .search { width:25%; }


/* Misc -------------------------------------------------------- */

.btn-primary {
    color:#fffea9;
	background-image: none;
	background:#3463ac;
    border-color: #3463ac;
}


a.btn-primary:hover {
    color:#3463ac;
	background-image: none;
	background:#fffea9;
    border-color: #ccc;
	text-shadow:none;
}

html.embed { background:transparent; }


/*-----------------------------------------------------------------------------------------
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;
	}
	
.pika-thumbs img { margin:0 !important; padding:0 !important;  }	
	

/* ---------------------------------------------------------------------------------
RESPONSIVE
------------------------------------------------------------------------------------ */



/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 240px) 
and (max-width : 768px) {
/* Styles */

html { }

.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; }

.site-header { background-image: none; }

.masthead h1 {
    background: url('../images/logo-290.png') no-repeat scroll center top;
    display: block;
    height:100px;
    margin: 18px auto;
    position: static;
    text-indent: -9999px;
    width: 290px;
}

.masthead { height:auto; }
#banner { display:none; }
address { display:none; }


.sidebar-1 {
	border:0px solid #e6e2d0;
	margin-top:10px;
	padding:0 5%;
	}

.school-info-box p { text-align:left; }

.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 #999; padding:8px 0; width:100%; margin:0; background:transparent; }
.navbar-default .navbar-nav > li > a:last-child { border-bottom:0;}
.navbar-default .navbar-nav > li > a:hover { background:#fff; border-top:1px dashed #ccc; padding:8px 0; margin:0;  }
.nav-wrapper { margin-bottom:0; }

.nav li { display: block; }

.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;
}


}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-width : 769px) 
and (max-width : 1024px) {
/* Styles */	

.container {
    max-width: 100%;
}

.nav li { display: inline-block; }
.navbar-default .navbar-nav > li > a {
	padding-left:6px;
	padding-right:6px;
	}

}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */

}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
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; }

}
	