/*================ Header Start ================*/
#header{ padding:25px 0 0 0; margin:-24px 0 0 0; background:#1d376c; border-bottom:10px solid #448351; position:relative; z-index:200; }
.logo{/*background: url('/Content/Uploads/bscc.edu/images/logo-2.png') 0 0 no-repeat;*/width: 478px;background-size: cover;padding:0;margin: 21px 0 0 0;float:left;height: 102px;}
.logo a{ display:block; text-decoration:none; text-align: center; /*padding:58px 0 0 0;overflow:hidden; */ line-height:normal; height:0; }

#header .rt-block{ float:right; padding:0; margin:0; }
#header .rt-block #navigation{ float:right; padding:23px 0 0 0; margin:0; height:110px; }
a.site-button {
    right: 50px;
    position: absolute;
    bottom: 80px;
    background: #1d375c;
    color: white;
    padding: 0.25em;
    border: 2px solid white;
    outline: 6px solid #1d376c;
    
}
.site-search{text-align:right;}
.site-search .site-search-icon{box-sizing:border-box; background:url('/Content/Uploads/bscc.edu/images/search-btn.png') 100% 50% no-repeat; width:38px; height:38px; border:0; padding:0; margin:0; cursor:pointer; text-indent:-9999em; transition:all 300ms ease-in-out;}
.site-search .site-search-icon:focus{box-sizing:border-box; background:url('/Content/Uploads/bscc.edu/images/search-btn.png') 98% 50% no-repeat #448351; width:300px; color:#fff; border-radius:4px; padding:2px 50px 2px 4px; text-indent:0;}
.site-search .is-focused .site-search-icon{text-indent:0;}
.site-search label {position: absolute;top: auto; width: 1px; height: 1px; overflow: hidden;}
.site-search input[type=submit]{display:none;}

.site-search .site-search-icon::-webkit-input-placeholder {
   color:#fff;
    filter: alpha(opacity=100);
    opacity:1;
}

.site-search .site-search-icon:-moz-placeholder { /* Firefox 18- */
   color:#fff;
    filter: alpha(opacity=100);
    opacity:1;
}

.site-search .site-search-icon::-moz-placeholder { /* Firefox 19+ */
   color:#fff;
    filter: alpha(opacity=100);
    opacity:1;
}
#skiptocontent a {
	padding:6px;
	position: absolute;
	top:-40px;
	left:0px;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:#BF1722;
	-webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 100;
}

#skiptocontent a:focus {
	position:absolute;
	left:0px;
	top:20px;
	outline-color:transparent;	
	-webkit-transition: top .1s ease-in;
    transition: top .1s ease-in;
    z-index: 100;
}

#menu-icon {
    display: none;
}