@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400);

html, body {
	background:#fff;
	color:#444;
	font-family: 'Open Sans', sans-serif;
	border-top:1px solid #307BB0;
	font-size:14px; 
	line-height:22px;
	}

/* ---------------------------------------------------------------------------------
FONTS, GENERAL, MISC
------------------------------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Oswald', sans-serif; font-weight:300; }
h1 { font-family: 'Alfa Slab One', cursive; font-weight:normal; color:#000; font-size:2.2em; line-height:1.5em; }
h1 span { color:#666; font-family:open sans; font-size:18px; line-height:24px; display:block; text-transform:uppercase; }	
h2, h2 a {
    color: #307BB0;
    font-size: 36px;
    line-height: 42px;
    margin: 24px 0;
    text-transform: uppercase;
}
h2 a { margin-top:0; }
h2 span { display:block; color:#0f4670;  }
h3, h3 a, p.title { color: #0f4670; font-size: 28px; line-height: 34px; margin-bottom: 15px; margin-top: 30px; }
h4, h4 a { color: #666;
font-size: 20px;
line-height: 1.3em;
margin-top: 30px;
text-transform: uppercase;
font-weight: 400; }

hr { background:transparent; border: 0; border-top:1px solid #f3f0e9; border-bottom:1px solid #ffffff; clear: both; height:0; margin: 36px 0; }
p { font-size:14px; line-height:22px; color:#645f5a; margin-bottom:18px; }
li { color:#645f5a; }
a { color: #222; text-decoration: none; }
a:hover { color: #999; text-decoration: none; }
.img-responsive { max-width: 98%; }

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; }

.btn-print { float:right; background:transparent; }  

.credits p {
    color: #FFF;
}

/* ---------------------------------------------------------------------------------
HEADER
------------------------------------------------------------------------------------ */
/* Top MCPS Button ----- */
.btn-default { background: #222; border: 0; box-shadow: none; color: #fff; font-size: 10px; margin-right: 2%; margin-top: -6px; padding: 6px 12px; text-shadow: none; }
a:hover.btn-default { color:#fff; background:#f3f3f3; }
.top-content-wrapper { background:#0f4670; }
.masthead { height:130px; overflow:hidden; }
.site-header { position:relative; z-index:100; }
.masthead h1 { background: url('../images/logo.png') no-repeat; display: block; text-indent: -9999px; width: 1140px; height:110px; margin:30px auto 0 auto; }
address { text-indent: -9999px; }
#banner { display:none; }
h2.intro { margin:0; }
.site-header .btn-default { font-size:10px; background:#307BB0; text-transform:none; }

/* ---------------------------------------------------------------------------------
NAVIGATION
------------------------------------------------------------------------------------ */
.nav-wrapper { background:#519cd0; border-radius:14px; border:2px solid white !important; 
	-moz-box-shadow:    inset 0 0 8px #0f4670;
   	-webkit-box-shadow: inset 0 0 8px #0f4670;
   	box-shadow:         inset 0 0 8px #0f4670;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form { border:0;}
.navbar { margin:0; padding-bottom:12px; background:transparent; border-radius: 0; min-height:auto; border:0; margin-top: -10px;
z-index: 10; }
.navbar-default .navbar-nav > li > a { color: #142D57; font-size: 1em; font-weight: 400; padding: 12px 18px; text-transform: uppercase; }
.navbar-default .navbar-nav > li > a:hover { color:#f3f3f3; background:#0f4670; }
.navbar-default .navbar-toggle { border-color: #000; }
.navbar-default .navbar-toggle .icon-bar { background-color: #0f4670; }


/* ---------------------------------------------------------------------------------
MAIN CONTENT AREA
------------------------------------------------------------------------------------ */
#content { padding-top:30px; padding-bottom:30px; background:url(../images/conent-bg-bottom.png) bottom center no-repeat; }  
#content .container { padding-top:0px; padding-bottom:20px; }
.main-content .content-inner { padding:0 3%;}
.main-content .content-inner img { padding:5px; margin:10px; background:#fff; -moz-box-shadow: 0 0 4px 0 #e7e7e7; -webkit-box-shadow: 0 0 4px 0 #e7e7e7; box-shadow: 0 0 4px 0 #e7e7e7; max-width:100%; }
.main-content .content-inner img.banner { margin:0 auto 24px; }
.main-content p, main-content li { font-size: 14px; line-height: 26px; }
.main-content p.lead {
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 24px;
}
.main-content a { color:#0f4670; text-decoration:underline; }
.main-content a:hover { color:#0f4670; text-decoration:none; }
#ctl00_ContentPlaceHolder1_tronSlideShowHomepage1_pnlSlideHome a { border:0; }
.main-content a.list-group-item { border-top: 1px solid #fff; border-bottom: 1px solid #f3f3f3; text-decoration:none; }
.main-content .btn-primary { border-bottom:0; }
.main-content ul, .main-content ol { padding:0; margin:0 0 15px 15px; } 
.main-content ul li ul { margin-bottom: 0; }
.main-content ul li { margin:0; padding:3px 0; }   
.main-content ul li a { border:0; color: #0f4670; text-decoration: underline; }
.main-content ul li a:hover { color: #000; text-decoration: none; }

/* ---------------------------------------------------------------------------------
SIDEBAR BLOCK
------------------------------------------------------------------------------------ */
.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; }

.sb-block { background: #f9f9f9; border: 1px solid #e7e7e7; margin: 18px; padding: 12px 0; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
.sb-block img { border: 5px solid #fff; }
.sb-block > p { font-size: 13px; line-height: 18px; margin: 12px; }
.sb-block em { display: block; margin-top: 6px; }
.main-content .content-inner .sb-block img { margin: 0 auto; margin-bottom:12px; padding: 0; }

/* ---------------------------------------------------------------------------------
TABLE
------------------------------------------------------------------------------------ */

th { background: #0f4670; color: #fff; font-size: 16px; font-weight: 600; text-align: center; text-transform: uppercase; }   
td.table-sub-hdr { background:#e7e7e7 !important; }   
td.table-sub-hdr h3 { margin:12px 0;}    
span.emphasize { font-weight:400; font-style:italic; text-align:center; color:#6c6245; font-size:18px; display:block; text-transform:none; }
 
/* ---------------------------------------------------------------------------------
SLIDESHOW
------------------------------------------------------------------------------------ */
#slideshow { background:#0f4670 url(../images/banner-bg.jpg) no-repeat scroll 50% 0px / cover; border-top:3px solid white; border-bottom:3px solid white; margin-top:-40px; }
.container.carousel.slide { background: transparent none repeat scroll 0 0; max-width: 1170px; padding: 0; }
.carousel-control.left, .carousel-control.right { background-image:none; }
.carousel-control .glyphicon-chevron-left { left: 10%; }
.carousel-control .glyphicon-chevron-right { left: 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: #fff; font-size: 24px; line-height: 30px; padding: 12px 5.5%; margin:0; text-transform:uppercase; text-align:left; }
nav.list-group ul li.secondary-menu { margin:0; padding:0; }
nav.list-group ul li a { color: #fff; display: block; font-size: 1em; font-weight: 400; margin: 0 2.5%;
padding:8px 3%; }	
nav.list-group ul li a:hover { color:#f3f3f3; background:transparent; text-decoration:none; }		

/* ---------------------------------------------------------------------------------
SIDEBAR LEFT
------------------------------------------------------------------------------------ */
.sidebar-1 { border-left:0; padding-right:0; margin-top:0; }
.sidebar-1 #sb-menu1, .sidebar-1 #sb-menu2, .sidebar-1 #sb-menu3 { background:#0f4670 url("../images/bg-gradient.jpg") repeat left top; margin-bottom:20px; padding-top:0; }
#sb-menu1.list-group ul li a { color: #fff; }
#sb-menu1.list-group ul li a:hover { color: #fff; background-color:#307BB0; }
.sidebar-1 #sb-menu2 { background-color:#f4f4f4; }
.sidebar-1 #sb-menu2 h2 { color:#fff; }
#sb-menu2.list-group ul li a { color: #fff; }
#sb-menu2.list-group ul li a:hover { color: #fff; background-color:#307BB0; }
.sidebar-1 h2 { padding:0; margin:18px 0 12px 0; }

.school-info-box { padding:12px 5%; background:#eeeded; margin-bottom:20px; text-align:center; }

.school-info-box h4 {
    color: #0f4670;
    font-size: 24px;
    line-height: 30px;
    padding: 12px 5.5%;
    margin: 0;
    text-transform: uppercase;
}

.school-info-box p strong { color: #666; text-transform:uppercase; font-size: 12px; margin-top:0; margin-bottom: 6px;  }
.school-info-box p { color: #263240; font-size: 12px; line-height: 21px; margin-bottom: 18px; }
.school-info-box p a { color: #0f4670; text-decoration: underline; }
.school-info-box p a:hover { color: #666; text-decoration: none; }

.seal { margin-left: auto; margin-right: auto; margin-top: -130px; }

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-1 { padding:30px 0; }
aside.sb-block { display:none; }
.sbr-2 { text-align:center; }	
.sbr-2 p { color: #444; font-size: 13px; line-height: 21px; margin-bottom:18px; }

/* ---------------------------------------------------------------------------------
ACADMIES
------------------------------------------------------------------------------------ */
#programs { background:#0f4670; padding:12px 0 12px 0; }
#programs h2 { text-transform:uppercase; color: #fff; font-size: 24px; line-height: 28px; margin:0; text-align:center; }
#programs h2 a { color: #fff; }
#programs h2 a:hover { color:#307BB0; }
.inner-shadow { -moz-box-shadow: inset 0 0 60px #9f0a1d; -webkit-box-shadow: inset 0 0 60px #9f0a1d; box-shadow: inset 0 0 60px #9f0a1d; }


/* ---------------------------------------------------------------------------------
CONNECT	
------------------------------------------------------------------------------------ */
#connect { background:#000 url(../images/bg-diamonds.png) top left repeat; padding:48px 0 36px 0; }
#connect h2 { color: #0f4670; font-family: "Alfa Slab One",cursive; font-size: 66px; line-height: 56px; margin: 0; padding-bottom: 0; text-align: right; text-transform: uppercase; }
#connect h3 { font-size:16px; color:#ccc; font-style:italic; text-align:right; margin:0; }
		
ul.sm-icons, .sm-icons li { margin:0; padding:0; }
.sm-icons li { display:inline-block; }
.sm-icons li a { display:block; width:64px; height:64px; background:transparent; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin-right:12px; text-indent:-9999px; }

.sm-icons li a.sm-twitter { background-image:url(../images/sm-icons/twitter.png); }
.sm-icons li a.sm-facebook { background-image:url(../images/sm-icons/facebook.png); }
.sm-icons li a.sm-instagram { background-image:url(../images/sm-icons/instagram.png); }
.sm-icons li a.sm-google { background-image:url(../images/sm-icons/googleplus.png); }
.sm-icons li a.sm-youtube { background-image:url(../images/sm-icons/youtube.png); }

.sm-icons li a:hover.sm-twitter { background-image:url(../images/sm-icons/twitter-red.png); }
.sm-icons li a:hover.sm-facebook { background-image:url(../images/sm-icons/facebook-red.png); }
.sm-icons li a:hover.sm-instagram { background-image:url(../images/sm-icons/instagram-red.png); }
.sm-icons li a:hover.sm-google { background-image:url(../images/sm-icons/googleplus-red.png); }
.sm-icons li a:hover.sm-youtube { background-image:url(../images/sm-icons/youtube-red.png); }

	
/* ---------------------------------------------------------------------------------
NEWS
------------------------------------------------------------------------------------ */
.RecentNewsSchoolBlock .news, #announcements, h2.hp-hdr { margin: 40px 0 20px 0; }
.RecentNewsSchoolBlock .news h2, #announcements h2 {     
	color: #307BB0;
    font-size: 36px;
    line-height: 42px;
    margin: 24px 0;
    text-transform: uppercase; }
.RecentNewsSchoolBlock .news h3, #announcements h3 { color: #0f4670; font-size: 26px; line-height: 32px; margin-bottom: 3px; }
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:#f3f3f3; }
.list-group-item p { color: #222; line-height: 1.5em; }
.list-group-item:last-child { border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
.announcements-box { background: #f6f5f0; border-top: 3px solid #f3f3f3; padding:24px 5%; }


/* ---------------------------------------------------------------------------------
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; vertical-align: middle; float:left; }
.searchtext { width: 60%; }
.searchbtn { width: 34%; margin-left:4%; color:#fff; background:#307BB0; border-color: #307BB0; border-radius: 4px 4px 4px 4px; }
.searchbtn:hover { color:#fff; background:#0f4670; border-color: #0f4670; }

/* ---------------------------------------------------------------------------------
Calendar
------------------------------------------------------------------------------------ */
.UpcomingEventsSchoolBlock .calendar { text-align:center; padding:0 0 12px 0; }
.UpcomingEventsSchoolBlock .calendar h4 { color: #0f4670; font-size: 24px; line-height:30px; padding-top:30px; text-transform:none; background:url("../images/bg-lines.png") repeat-x left top; text-align:left; }
.UpcomingEventsSchoolBlock .calendar p {
    color: #666;
    padding: 8px 0;
    border-bottom: 1px dashed #f3f0e9;
    font-size: 0.9em;
    line-height: 1em;
    text-align: left;
    margin-bottom: 6px;
}
.UpcomingEventsSchoolBlock .calendar p strong {
    color: #307BB0;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.UpcomingEventsSchoolBlock .calendar p a { color: #0f4670; text-decoration:underline; display: inline-block; font-size: 13px; line-height: 20px; margin: 6px 0; }
.UpcomingEventsSchoolBlock .calendar p a:hover { color:#666; text-decoration:none; }
p.btn-calendar a { background: transparent; color: #0f4670; display: block; font-size: 12px; margin-top: 12px; padding: 12px 0; text-transform: uppercase; }
p.btn-calendar a:hover { background: #f3f3f3; color: #fff; }
.btn-calendar { margin-bottom: 12px; }
.btn-default { font-size:14px; text-transform:uppercase; background:#307BB0; }
a:hover.btn-default { background-color:#666; color:#fff; }

/* ---------------------------------------------------------------------------------
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:#fff; background:#307BB0; padding:15px 5%; margin:0; margin-top:15px; font-size:1.2em; font-weight:400; }
.alternaterow { background-color: #f3f3f3; }
#employee { padding:15px 5% !important; }
#employee p.employeename { color: #000; font-size: 16px; font-weight: 400;}
#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; }	


/* ---------------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------------------ */
.footer {
    background: #307BB0;
    border-top: 6px solid #0f4670;
}
.mcps-info, .credits, .tron-login { margin: 0; padding: 32px 0; }
.mcps-info, .tron-login { padding:36px 0; }
.credits { border-bottom: 1px dashed #e7e7e7; color: #fff; font-size: 0.8em; line-height: 1.5em; padding: 24px 0; text-align: center; }
.credits a { color:#fff; 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:10px; line-height:14px; color:#fff; }
.footer ul, .footer li { list-style:none; margin:0; padding:0; }
.footer li a { font-size:0.80em; color:#fff; display:block; padding:5px 10px; text-decoration:underline; }
.footer li a:hover { color:#333; text-decoration:none;  }
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, .main-content a.btn-primary { color:#fff; background-image: none; background:#0f4670; border-color: #0f4670; text-decoration:none; }
a.btn-primary:hover { color:#ccc; background-image: none; background:#000; border-color: #000; 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; } 
.carousel-indicators { bottom: 0; margin-bottom: 0; padding: 0; }





/* ---------------------------------------------------------------------------------
RESPONSIVE
------------------------------------------------------------------------------------ */

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 240px) 
and (max-width : 768px) {
/* Styles */

.intro { font-size:2em;}
p, li { font-size: 1.2em; line-height:1.6em; }
h2, h2 a { font-size: 24px; line-height: 30px; margin-bottom:10px; margin-top: 15px; }
h3, h3 a { font-size: 1.8em; line-height: 1.4em; }
span.emphasize { font-size: 14px; }
.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-sm.png') no-repeat scroll center top; display: block; height:53px; margin: 30px auto 18px auto; position: static; text-indent: -9999px; width: 280px; }
.masthead { height:auto; }
#banner { display:none; }
address { display:none; }
.RecentNewsSchoolBlock .news h3, #announcements h3 { font-size: 18px; line-height: 24px; }
.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; }
nav.list-group ul li a { font-size: 14px; padding: 6px 3%; }
.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; }
.list-group-item { padding: 10px 1%; }
.mcps-logo { background-position: center top; }
.carousel-indicators { display:none;}

#connect { padding: 24px 0; }
#connect h2 { font-size: 36px; line-height: 42px; text-align: center; }
#connect h3 { text-align:center; }

.sm-icons li a { height: 46px; width: 46px; background-position:center center; }
.sm-icons li { width: 18%; }

#programs h3 { font-size: 14px; line-height:18px; }
#programs h3 a { font-size: 14px; }

}

/* 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 (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; }

}
