/**********************************************************/
/* BASIC GADGET CSS                                       */
/**********************************************************/

/* Document body */
body {
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 160%;
    color: #666;
    font-weight: 300;
}

p {
    padding: 0px 0px 10px 0px;
    margin: 0px;
}

/* Default link styles */
a:link { color: #4A7DC8 }
a:active {color: #666; }
a:visited {color: #4A7DC8; }
a:hover {color: #666; }

/* Content styles */
h1, .PageTitle, .pagetitle {
    font-size: 30px;
    font-weight: normal;
    line-height: 120%;
}

.BoxTitle {
    font-size: 30px;
    line-height: 130%;
}

ul#subnav {
    margin: 40px 20px 0 0;
    padding: 0;
    list-style: none;
    font-size: 20px;
    line-height: 110%;
}
ul#subnav a {
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #000;
}
#secnav, #secnav_on  {
    padding: 8px 0;
    text-transform: uppercase;
}

ul#subnav li#secnav_on a  { color: #666; }
li#secnav:hover, li#secnav:hover a { color: #4A7DC8; }

#secnav_tree, #secnav_tree_on  {
    padding: 8px 0 8px 16px;
    font-size: 18px;
    line-height: 110%;
}

ul#subnav li#secnav_tree_on a  { color: #666; }
li#secnav_tree:hover, li#secnav_tree:hover a { color: #4A7DC8; }

#secnav_subtree, #secnav_subtree_on  {
    font-size: 16px;
    padding: 8px 0 8px 30px;
}


/**********************************************************/
/* CUSTOM CSS                                             */
/**********************************************************/
body {
    padding: 0px;
    margin: 0px;
    background: #282A2B;
    top: 0px !important;
}

.kicker { clear: both; }

#container , .program {
    text-align: left;
    margin: 0 auto;
}

.main { background: #F0F2F5; padding: 0px; }

#header_logo {
    background: white;
}

#imagetop { background: #BEC0C2; text-align: center; }
#imagetop .container { padding:0px; }

.dots {   }

#hometable td { padding: 60px 5%; width: 24.5% }
#hometable td:first-child, #hometable td:last-child { width: 21% }
#hometable td:first-child { padding-left: 0 }
#hometable td:last-child { padding-right: 0 }
#hometable td img { width: 100%; height: auto }


#header {
    padding: 0px;
}
#logo { margin: 6px; float: left; margin: 10px 20px 12px 0;
}

#logo img { height: 45px; margin: 10px; }

#district_name {
    font-weight: normal; font-size: 18px; margin: 80px 0 0 12px; color: #000; display:none;
}

#login_as {
    padding-top: 10px;
    padding-bottom: 10px;
}

li.re-enroll { margin-left: -21px }

#google_translate_element {
    text-align: right;
    height: 31px;
    min-width: 200px;
}

#goog-gt-tt, .goog-te-banner-frame {
    display: none !important;
}
.goog-text-highlight {
    background: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    box-sizing: auto !important;
    -webkit-box-sizing: auto !important;
    -moz-box-sizing: auto !important;
    position: relative !important;
}
div#google_translate_element * { color: #666 !important; }

#nav_text {
    padding: 0px;
    margin: 0px;
    padding-top: 30px;
    list-style: none;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#nav_text li {
    padding: 8px 0px 8px 10px;
    border-left: 2px #FFF solid;
}
#nav_text li:first-child {
    padding-top: 0px;
}
#nav_text li:last-child {
    padding-bottom: 0px;
}

#nav_text li a {
    color: #ADC3E5;
    text-decoration: none;
}
#nav_text li a#nav_apply {
    color: #FFF;
}

#nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#nav  {
    float:right;
}
#nav ul li {
    display: block; float: left;
}
#nav li a {
    display: block;
    color: #666;
    padding: 12px 19px;
    text-decoration: none;
    font-size: 17px;
}
#nav li a:hover { color: #13B5EA }


a.apply_button {
    display: block;
    background: #13B5EA;
    color: #FFF;
    padding: 20px 12px;
    text-decoration: none;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
}
a.apply_button:hover { background: #333 }

#sidebar {
    width: 250px;
    vertical-align: top;
    padding-bottom: 50px;
}
#sidebar .inner {

}
.sub #sidebar .inner {
    background: none;
}

#steps {
    font-size: 13.5px;
    color: #666;
}
#steps b {
    color: #666;
}
#steps a {
    color: #666;
}
#steps td {
    vertical-align: top;
}
#steps td.num {
    font-size: 22px;
    text-align: center;
    padding: 0px 3px 0px 0px;
    vertical-align: top;
}
#steps small {
    font-style: italic;
    font-size: 12px;
}
#steps .line {
    background: url('/images/listline.png') bottom repeat-x;
    margin-bottom: 15px;
}

#steps .list-group-item.selected {
    background-color: #FFF;
}

#steps .list-group-item.clickable:hover a {
    text-decoration: none;
}
#steps .list-group-item.clickable:hover {
    background-color: #F3F3F3;
    cursor: pointer;
}

#main {
    vertical-align: top;
}



body.sub #body {
    vertical-align: top;
    padding: 40px 15px;
}

#main table { margin-top: 44px }
#main table td { padding-top: 0 }

#home_content {
    background: #FFF;
    vertical-align: top;
    padding: 20px 30px;
}

#content {
    background: #FFF;
}

#right_sidebar {
    vertical-align: top;
}
#right_sidebar .inner {
    padding: 0 25px 25px 35px;
}
#right_sidebar img { width: 210px; height: auto }

.spotlight_body {
    color: #4C4C4C;
}
.spotlight img { margin-bottom: 12px }

#footer {
    background: #363839;
    border-top: 10px solid #E9EAEE;
    border-bottom: 1px solid #474A4B;
}
#footer .inner {
    padding: 30px 8px ;
    color: #CCC;
    text-align: left;
}
#footer a { color: #FFF
}

.footer {
    font-size: 10px;
    line-height: 150%;
    color: #666;
    font-weight: normal;
    padding: 18px 0px;
}
.footer a {
    font-size: 10px;
    line-height: 12px;
    color: #666;
    font-weight: normal;
}


.rotate { color: #FFF; font-size: 18px; margin: 30px 0 0 0; width: 470px; float: left }

/* Level 2 drop down */
#utility ul.navlevel2, #nav ul.navlevel2 {
    width: 200px;
    white-space: normal;
    line-height: 120%;
}
#utility ul.navlevel2 ul.navlevel2, #nav ul.navlevel2 ul.navlevel2 {
    width: 400px;
    white-space: normal;
}

#nav ul.navlevel2 li { background: none; }

#utility ul.navlevel2 li a,
#utility ul.navlevel2 li.sfHover li a,
#utility ul.navlevel2 li.sfHover li.sfHover li a,
#nav ul.navlevel2 li a,
#nav ul.navlevel2 li.sfHover li a,
#nav ul.navlevel2 li.sfHover li.sfHover li a {
    background: #727375;
    text-align: left;
    color: #FFF !important;
    text-decoration: none;
    text-indent: 0px;
    padding: 7px 0px;
    font-size: 14px;
    height: auto;
    width: 100%;
    font-weight:bold;
}
#utility ul.navlevel2 li a:hover,
#utility ul.navlevel2 li.sfHover a,
#nav ul.navlevel2 li a:hover,
#nav ul.navlevel2 li.sfHover a {
    background: #F8981D;
    color: #FFF !important;
}
#utility ul.navlevel2 li.sfHover li a:hover,
#utility ul.navlevel2 li.sfHover li.sfHover a,
#utility ul.navlevel2 li.sfHover li.sfHover a:hover,
#nav ul.navlevel2 li.sfHover li a:hover,
#nav ul.navlevel2 li.sfHover li.sfHover a,
#nav ul.navlevel2 li.sfHover li.sfHover a:hover {
    background: #000;
    color: #FFF !important;
}
#utility ul.navlevel2 li a div, #nav ul.navlevel2 li a div {
    padding: 0px 10px;
}

.sf-menu, .sf-menu * {
    margin:			0;
    padding:		0;
    list-style:		none;
    z-index:		9999;
}
.sf-menu {
    line-height:	1.0;
}
.sf-menu ul {
    position:		absolute;
    top:			-999em;
    width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
    width:			100%;
}
.sf-menu li:hover {
    visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    float:			left;
    position:		relative;
}
.sf-menu a {
    display:		block;
    position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left:			0;
    top:			43px; /* match top ul list item height */
    z-index:		99999;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left:			100%; /* match ul width -- offset for submenus */
    top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left:			100%; /* match ul width */
    top:			0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
    min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
    position:		absolute;
    display:		block;
    right:			.75em;
    top:			1.05em; /* IE6 only */
    width:			10px;
    height:			100%;
    text-indent: 	-999em;
    overflow:		hidden;
    background:		url('/images/arrow.gif') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
    top:			.8em;
    background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  2px 1px; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -8px 1px; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
    background:	url('/images/shadow.png') no-repeat bottom right;
    padding: 0 8px 9px 0;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
    background: transparent;
}

#bottom_spotlight {
    padding: 3px;
    background: #000;
    color: #FFF;
    margin-top: 40px;
}
#bottom_spotlight_inner {
    color: #666;
    background: #FFF;
    padding: 20px 14px;
}
#bottom_spotlight span { padding: 12px 14px }

@media (min-width: 992px){
    .offset-lg-3 {
        margin-left: 25%;
    }
}
/* Dynamic */

a:link { color: #3a8181 }
a:active {color: #3a8181; }
a:visited {color: #3a8181; }
a:hover {color: #3a8181; }

#login_as {
}

#login_as ul * {
	color: #ffffff !important;
}

#utility {
	background: #231f20;
	border-top: 1px solid #80c7c7;
}

	#header_logo {
	    background: #ffffff !important;
	}

	#header_logo #nav li a {
	    color: #3a8181 !important;
	}

#imagetop {
    background: #231f20 !important;
}

h1, .PageTitle, .pagetitle {
	color: #3a8181 !important;
}

h2, h3, h4, h5, h6, .SubTitle, .SubTitle *, .subtitle, .subtitle *, .Headline, .Headline *, .headline, .headline * {
	color: #3a8181 !important;
}

#footer {
    background: #3a8181;
    border-top: 10px solid #231f20;
    border-bottom: 1px solid #539a9a;
}

#footer * {
	color: #ffffff !important;
}
.footer * {
	color: #cdcdcd !important;
}

body {
	background: #3a8181;
}

#bottom_spotlight {
    background: #3a8181;
    color: #ffffff;
}

.tabs li a {
	background-color: #3a8181 !important;
}

.category_header {
	background-color: #3a8181 !important;
}

.btn-primary {
	background-color: #3a8181 !important;
	border-color: #6cb3b3 !important;
	color: #ffffff !important;
}