@import url("css/tables.css");
body {	
}

.DNNEmptyPane {display:none!important; }

.hsarightpane {display:table-cell!important; }
/*========================================================+
|  Design Elements                                        |
+========================================================*/

/*page width on skin */

.PageWidth {
	/*padding:0px; 
	display: block;
	margin: auto!important;	
	width: 1012px;
	max-width: 1012px!important;	
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;*/
	clear:both;
}

/*page width in Viewcountybanner.ascx  */
/*
#BannerPageWidth {
	padding:0px; 
	display: block;
	margin: auto!important;
	clear:both;
	width: 1012px;
	height: 100px; 
	max-width: 1012px!important;
	
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}
*/
.toolbar {width: 180px; padding:0px;}

/*#TextSizeWidget{border: 10px solid #ffffff; display: block; z-index: 10000000000000;  }*/

.headerDiv {
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	padding: 5px 0;
	margin: 10px 0 0 0;
	clear: both;
}

.logoDiv {
	display: block;
	float: left;
	margin: 0px 0 0 15px;
}

.contentDiv {
	clear: both;
	padding: 20px 15px;
}

img {
	/*height: auto !important;
	max-width: 100%!important;*/
}

.breadcrumbDiv {
	margin:-10px auto 10px auto;
	padding:0 10px;
}

.breadcrumbDiv, .breadCrumb {
	color: #999999 !important;
	font-size:10px;
	text-shadow: 1px 1px #FFFFFF;
	
}

.breadCrumb {
	padding:0px 5px 0px 5px;
	background:#EFEFEF;
	position: relative;
	height:22px;
	display:block;
	float:left;
	line-height:22px;
	margin-right:18px;
}

.breadcrumbDiv .breadCrumb:first {
	border:none;
}

.breadCrumb:before {
	content: "";
	position: absolute;
	top: 50%; 
	margin-top: -11px;   
	border-width: 11px 0 11px 11px;
	border-style: solid;
	border-color: #EFEFEF #EFEFEF #EFEFEF transparent;
	left: -1em;
}

.breadCrumb:after {
	content: "";
	position: absolute;
	top: 50%; 
	margin-top: -11px;   
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 11px solid #EFEFEF;
	right: -1em;
}

.footerDiv {
	border-top: 1px solid #EFEFEF;
	clear: both;
	padding: 5px;
}

.copyrightCopy {
	font-size: 10px;
	font-size: 1rem;
	color: #CCCCCC;
}

.ControlContainer {
    font-size: 12px !important;
}

.attribDiv a {
    margin:0 auto;
    display:block;
    height:35px;
    width:39px;
    text-indent:-2000px;
    overflow:hidden;
    background:url(graphics/attribution_logo.png) no-repeat;
}

/*========================================================+
|  Login/Social Elements                                  |
+========================================================*/

.buttonDiv {
	display: block;
}

.loginLinks {
	display: block;
	float: right;
	margin: 10px 10px 0 0;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
}

.loginLinks .registerGroup,
.loginLinks .registerGroup *,
.loginLinks .loginGroup,
.loginLinks .loginGroup * {
	display: block;
	float: left;
	font-weight: normal;
}

.loginLinks .registerGroup .buttonGroup {
	margin: 0;
	padding: 0;
}

.loginLinks .registerGroup li {
	border-right: none;
}

.loginLinks .registerGroup a,
.loginLinks .loginGroup a,
.button {
	position: relative;
	color: #fff;
	border-right: 1px solid #DADADA;
	border-left: 1px solid #FFFFFF;
	padding: 2px 7px;
	line-height: 26px;
	font-weight: bold;
	font-size: 11px;
	background:url(images/LightBlue_r5_c7.jpg);
}

.loginLinks .registerGroup a:hover,
.loginLinks .loginGroup a:hover,
.button:hover {
	color: #fff;
}

.loginLinks .registerGroup .userNotifications a strong,
.loginLinks .registerGroup .userMessages a strong {
	display: block;
	text-indent: -2000px;
	top: 0px;
	left: 0px;
	height: 26px;
	width: 26px;
}

.loginLinks .registerGroup .userNotifications a strong {
	background: url(graphics/social_sprite.png) 5px -123px no-repeat;
}

.loginLinks .registerGroup .userNotifications a strong:hover {
	background: url(graphics/social_sprite.png) 5px -155px no-repeat;
}

.loginLinks .registerGroup .userMessages a strong {
	background: url(graphics/social_sprite.png) 5px -59px no-repeat;
}

.loginLinks .registerGroup .userMessages a strong:hover {
	background: url(graphics/social_sprite.png) 5px -91px no-repeat;
}

.loginLinks .registerGroup .userProfileImg a {
	padding: 0;
}

.loginLinks .registerGroup .userProfileImg img {
	width: 30px;
	height: 30px;
	-moz-opacity: 0.70;
	opacity: 0.70;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
}

.loginLinks .registerGroup .userProfileImg img:hover {
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
}

.loginLinks .registerGroup a:hover,
.loginLinks .loginGroup a:hover,
.button:hover {
	text-decoration: none;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}


/***************  Mobile header (buttons, menu, banner) ******************************/
.mobileHome, .mobileBanner, .mobileButtons {
	display: none;
}


/*************** END Mobile header (buttons, menu, banner) ******************************/


/* Uncomment for blue notification bubbles */

/*.loginLinks .registerGroup a span {
    background: #2BA6CB;
	background: -moz-linear-gradient(top, #95D2E5 20%, #2BA6CB 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #95D2E5), color-stop(60%, #2BA6CB));
	background: -webkit-linear-gradient(top, #95D2E5 20%, #2BA6CB 60%);
	background: -o-linear-gradient(top, #95D2E5 20%, #2BA6CB 60%);
	background: -ms-linear-gradient(top, #95D2E5 20%, #2BA6CB 60%);
	background: linear-gradient(to bottom, #95D2E5 20%, #2BA6CB 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95D2E5', endColorstr='#2BA6CB', GradientType=0 );
    -webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border:1px solid #2284A1;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
	text-shadow: 1px 1px #2284A1;
    display: inline-block;
    font-size: 9px;
	font-weight:bold;
    min-width: 15px;
    padding: 4px 2px;
    position: absolute;
    right: -6px;
    text-align: center;
    top: -7px;
	line-height:normal;
	z-index:1000;
}*/

/*========================================================+
|  Panes     first for main.css                                             in two places 
+========================================================*/
.headerPane	{
}

.topleftPane /* since these are div (not display:table) they need float ************/
{  
	display: table-cell;
}
		
.toprightPane {	
	display: table-cell;
}

.clearfixtable {
	display: table;
	width: 100%;
   /* padding-bottom: 45px;helps with the footer so no overlapping happens I moved this to maxwidth 769 section*/
}

 /* since these are under clearfixtable they need display:table-cell ************/
.leftPane {
	display: table-cell;
}

.contentPane {
    display: table-cell;
}

.rightPane 
{
	display: table-cell;
}

.bottomPane 
{
}

/*========================================================+
|  Navigation                                             |
+========================================================*/

#dnnMenuMobile {
	display: none;
}

#dnnMenu {
	display: block;
	top: 83px;
	right: 10px;
	position: absolute;
	z-index: 1000;
}

#dnnMenu .topLevel {
	position: relative;
	margin: 0;
	padding: 0;
}

#dnnMenu .topLevel li {
	float: left;
	margin: 0 15px 0 10px;
	list-style-type: none;
	position: relative;
}

#dnnMenu .topLevel li.selected > a {
	color: #ffffff;
}

#dnnMenu .topLevel li a {
	display: block;
	color: #000000;
	padding-bottom: 25px;
}

#dnnMenu .topLevel li a.disabled {
	cursor:default;
}

#dnnMenu .topLevel a:hover {
	text-decoration: none;
	color: #000000;
}

#dnnMenu .subLevel {
	display: block;
	display: none;
	position: absolute;
	width: auto;
	margin: 0;
	padding: 0;
	z-index: 1210;
	border: 1px solid #E0E0E0;
	top: 30px;
	left: -15px;
	background: #C8E6F1;
	font-size: 14px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#dnnMenu .moveLeft {
    left:-80px;
}

#dnnMenu .subLevel ul {
	width: 170px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 900;
}

#dnnMenu .subLevel li {
	float: none;
	clear: both;
	width: auto;
	list-style: none;
	margin: 0;
	padding: 0;
}

#dnnMenu .subLevel li a {
	margin: 0px;
	padding: 10px 15px;
	border-bottom: 1px solid #DADADA;
	color: #000000;
	line-height: normal;
}

#dnnMenu .subLevel .subLevelRight li a {
	padding-left: 25px;
}

#dnnMenu .subLevel .subLevelRight .subLevelRight li a {
	padding-left: 35px;
}

.nav-taggle {
    display: none;
}

/*========================================================+
|  Responsive Styles                                      |
+========================================================*/

/* Maximum width. Comment out or remove if you want a full 100% width skin */
@media only screen and (min-width: 1280px) {
    .PageWidth {
   		
    }
}

/* Regular browser window - (repeat some rules from above) - This block also inside IE8.css to fix for IE8 which should be updated to match  */
@media only screen and (min-width: 770px)  

{
    .fullscreen {
	    display: block;
        }
		
    .fullscreenrow {
	    /* display: table-row;
		max-width: 1012px !important; */
        }
		
    .smallscreen {
	    display: none;
        }
		
    .smallscreenrow {
		display: none; 
        }
		
<!--*========================================================+ -->
<!-- Panes     first for main.css                                             in two places -->
<!-- =======================================================*/ -->
.headerPane	{
}

.clearfix {
	clear:both;
}

.topleftPane /* since these are div (not display:table) they need float ************/
{
    display: table-cell;
	display:block;
}
		
.toprightPane {
	 display: table-cell;
}

.clearfixtable {
	display: table;
	width: 100%;
	clear:both; /*fix after div skin */
}

 /* since these are under clearfixtable they need display:table-cell ************/
.leftPane {
	display: table-cell;
}

.contentPane {
    display: table-cell;
}

.rightPane {
	display: table-cell;
}

.bottomPane {
}


#footerdiv	{ /* new fix for broken footer after adding facebook & trwitter governments ************/
	width: 1012px;
}

}

/* mobile (phone or tablet  ...**********************************/
@media only screen and (max-width: 769px) 
{

	body {
	    -webkit-text-size-adjust: none;
	    -ms-text-size-adjust: none;
	    width: 100%;
	    min-width: 0;
	    margin-left: 0;
	    margin-right: 0;
	    padding-left: 0px;
	    padding-right: 0px;
    }

    .fullscreen {
	    display: none;
        }
    .fullscreenrow {
	    display: none!important;
        }
    .smallscreen {
	    display: block;
        }
    .smallscreenrow {
	    /*display: table-row;  fix after div skin */
		width: 100%; 
        }

    .buttonDiv {
	    position: absolute;
	    right: 0px;
	    top: 0px;
    }

    .headerDiv {
	    border-top: none;
	    padding: 5px 0 10px 0;
	    margin-top: 0;
    }

    .logoDiv {
	    text-align: center;
	    margin: 5px 0 0 10px;
	    max-width: 48%;
    }

    .PageWidth {
	    width: 100%;
		max-width: 100%;
	    min-width: inherit;
	    padding: 0px;
    }
	
	/*************** NEw for DIV layout ***********************/
	
	div.pagebg	{
		width: 100%!important;
		
	}
	
	td.pagebg {/* just to overrride the td versions until converted */
		
	}

    .breadcrumbDiv {
	    display:none !important;
    }

    #dnnMenu {
	    display: none;
    }


/*********************** mobile banner responsive *********************/	



/****************** county banner mobile*****************************************/
	#countybannermobile 	{ 
		border: 0 none;
    	display: block;
    	margin: auto!important;
		margin-left: 5px!important;
		max-width: 300px!important;
	}

/****************** county banner *****************************************/

/* wrapper */
#dnn_HeaderPaneMobile { /**********bottom of top mobile menu *8*****/
  	position:relative; /* for button/banner absolutes underneath */
  	display: table;
  	width: 100%;	
}
		
.mobileHome, .mobileButtons {
	display: table-cell;	
	width: 36px;
	padding: 5px; 
	vertical-align:middle;
	position:relative; top:2px;
}

.mobileBanner {
	display: block; /* display:table-cell; */
	padding: 5px;
	padding-left: 0px; 
	padding-right: 0px;
	vertical-align:middle;
}	

#dnnMenuMobile {
	clear: both;
}

.button_home, .button_home:link, .button_home:visited{
	display:block;
	width: 34px;
	height: 26px;
	background-image:url(images/mobile_home_button.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
	z-index: 10000;
	
	border: 1px solid #DADADA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	 	
}

.button_home:hover	{
	background-image:url(images/mobile_home_button-hover.jpg);
	background-repeat:no-repeat;
}

.button_home:active	{
	background-image:url(images/mobile_home_button-active.jpg);
	background-repeat:no-repeat;
}

#countybannermobile { 
	display: block;
    margin: auto!important; margin-left: 0px!important;
	width: 80%;
	max-width: 300px!important;
	/*	min-width: 220px;*/
	min-width: 195px;
	margin-left: auto!important;
	margin-right: auto!important;
	
}
	
#deptbannermobile 	{
    display: block;
	width: 60%;
	max-width: 300px!important;
/*	min-width: 220px;*/
	min-width: 195px;
    margin-left: auto!important;
	margin-right: auto!important;
}

.button_mobile_menu, .button_mobile_menu:link, .button_mobile_menu:visited{
	display:block;
	
	width: 34px;
	margin:0px;
	height: 26px;

	background-image:url(images/menu.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	
	border: 1px solid #DADADA;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	 border-radius: 3px;
}

.button_mobile_menu:hover	{
	background-image:url(images/menuhover.gif);
	background-repeat:no-repeat;
}

.button_mobile_menu:active	{
	background-image:url(images/menuhover.gif);
	background-repeat:no-repeat;
}

.search_mobile_menu{
    display:block;
	
	width: 34px;
	margin:0px;
	height: 26px;

	background-image:url(images/search-icon.png);
	background-repeat:no-repeat;
	cursor:pointer;
        
    border: 1px solid #DADADA;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	 border-radius: 6px;
    }
    
    .search_mobile_menu:hover{
        background-image:url(images/search-icon.png);
	    background-repeat:no-repeat;
    }
    
    .search_mobile_menu:active{
        background-image:url(images/search-icon.png);
	    background-repeat:no-repeat;
    }
	
	table.gsc-search-box{margin-top: 6px !important;}

/***********************END mobile banner responsive *********************/


    .loginLinks .registerGroup,
    .loginLinks .registerGroup *,
    .loginLinks .loginGroup,
    .loginLinks .loginGroup * {
	    float: none;
	    font-size: 14px;
	    font-size: 1.4rem;
    }

    .loginLinks .registerGroup a,
    .loginLinks .loginGroup a {
	    text-align: center;
	    display: block;
	    margin: 0 0 10px 0;
	    padding: 0;
	    clear: both;
	    position: relative;
	    line-height: 2.4em;
	    font-size: 16px;
    }

    .button {
	    text-align: center;
	    display: block;
	    margin: 10px 0 0 0;	
		margin-left: auto; 
		margin-right:auto;
	    padding: 0;
	    clear: both;
	    position: relative;
	    line-height: 2.3em;
	    color: #666666;
		width: 80%!important;
    }

    .loginLinks {
	    position: relative;
	    display: none;
	    float: none;
	    margin: 0;
	    padding: 0 10px;
	    clear: both;
    }
	
	.navDiv {z-index:100;}

    /*========================================================+
    |  Responsive Panes                                       |
    +========================================================*/
    .topleftPane {
	    display: block;
	    float: none;
		max-width: 90%!important;
    	padding:0px; padding-top: 5px; 
		margin:auto!important;
    }	
	
    .toprightPane {
	    display: block;
	    float: none!important;
		padding:0px;
		margin:auto!important;
		width: 320px;
    }

    .leftPane {
	    display: block;
	    float: none!important;
		margin:auto!important;
		width: 90%!important;
		max-width: 90%!important;
    }

    .contentPane {
	    display: block;
	    float: none;
		margin-left: auto!important;
		margin-right: auto!important;
  		width: 90%!important;
  		max-width: 90%!important;
		min-width: 90%!important;
    }

    .rightPane {
	    display: block;
	    float: none;
		margin-left: auto!important;
		margin-right: auto!important;
  		width: 90%!important;
  		max-width: 90%!important;
    }

/* scaling of slideshow img homepage ***********/
	.slideviewclass477	{
		width: 100%!important;
		margin:0px!important; 
		padding:0px!important;
		
	}
	
/* scaling of slideshow img homepage ***********/
	.slideviewclass3966	{
		width: 100%!important;
		margin:0px!important; 
		padding:0px!important;
		
}

/* scaling BDS video on homepage */
	
	#dnn_ctr2475_IFrame_htmIFrame {
		
		width: 300px;
		height: 240px;
		margin:0px!important; 
		padding:0px!important;
		
	}
	
	#example_video_1	{
		
		width: 80%!important;
	}
	
#homenews {
    list-style-image: url("../../images/bluedisc.gif");
    margin: 10px 5px 0 10px;
    padding: 0 5px 0 10px;
    width: 80%;
}

.sectionlist {
    width: 100%;
}
	
    /*========================================================+
    |  Mobile Menu                                            |
    +========================================================*/
 
 #dnnMenu {
     position: absolute;
     left: 0;
     top: inherit;
     background: #1c4e69;

     display: none;
/*
     position: relative;
     top: inherit;
     right: inherit;
     margin-left: auto;
     margin-right: auto;
*/
     width: 80%;
     color: whitesmoke;
     font-family: sans-serif;
     -moz-box-shadow: 1px 6px 5px 2px #2a2a2a;
     -webkit-box-shadow: 1px 6px 5px 2px #2a2a2a;
     box-shadow: 1px 6px 5px 2px #2a2a2a;
     margin-right: -80%;
 }
 #dnnMenu .topLevel {
     list-style: none;
     margin: 0px 0 -1px 0;
     padding: 0 1px;
 }
 #dnnMenu .topLevel li {
     list-style: none;
     margin: 0px;
     padding: 0px;
     float: none;
 }
 #dnnMenu .topLevel li a {
     display: block;
     line-height: 1.2em;
     border-bottom: 1px solid #1c4a64;
     padding: 10px 10px;
     font-size: 16px;
     text-decoration: none;
     color: whitesmoke;
 }
 #dnnMenu .topLevel li.selected a {
     color: #ffffff;
 }
 #dnnMenu .topLevel a:hover {
     text-decoration: none;
     background-color: #2d78a0;
     color: #ffffff !important;
 }
 #dnnMenu .subLevel {
     background: #0f384e;
     display: block !important;
     line-height: 1.2em;
     border: none;
     padding: 10px 10px;
     font-size: 14px;
     text-shadow: none;
     box-shadow: none;
     left: inherit;
     top: inherit;
     width: inherit;
     position: relative;
     width: auto;
     padding: 0px;
 }
 #dnnMenu .subLevel ul {
     list-style: none;
     margin: 0;
     padding: 0;
     width: inherit;
 }
 #dnnMenu .subLevel li a {
     padding-left: 30px;
 }
 #dnnMenu .subLevel .subLevelRight li a {
     padding-left: 50px;
     background-color: #0c222e;
 }
 
 .button_mobile_menu,
 .button_mobile_menu:link,
 .button_mobile_menu:visited {
     display: block;
     width: 34px;
     margin: 0px;
     height: 26px;
     background-image: url(images/menu.gif);
     background-repeat: no-repeat;
     cursor: pointer;
     border: 1px solid #DADADA;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
 }
 .button_mobile_menu:hover {
     background-image: url(images/menuhover.gif);
     background-repeat: no-repeat;
 }
 .button_mobile_menu:active {
     background-image: url(images/menuhover.gif);
     background-repeat: no-repeat;
 }

.nav-open{
    animation: nudge .5s;
    display: block !important;
    margin-left: 0 !important;
   }
    
    @keyframes nudge{
        
        0%{
            left: -500px;
        }
        100%{
            left: 0;
        }
    }
   
.nav-close{
    display: none !important;
    margin-right: 0 !important;
    }
    /*======================== End Mobile Menu==========================*/  
	
/*========================================================+
|  Mobile Seach                                          |
+========================================================*/
	
	  
.search-open{
    display: block !important;
    margin-right: 0 !important;
}

.search-close{
    display: none !important;
    margin-right: 0 !important;
}
    /*======================== End Mobile Search   ==========================*/


/******************************	image settings for mobile  ********************************/
.contentPane img {max-width:90%;} /* changed from width to maxwidth for mobile */
	
h2 img {max-width: 20px;}
	
img{ /* should work for scaling images unless they are given their own explicit width - small images should be given a max-width so they dont blow up */
         /*should be max-width but needs to be width to work */		
	height: auto!important;		
}
	
.centeredtable {margin-left: auto; margin-right: auto; }	

/**************************BDS page***************************/
#bos_dist_pic { max-width: 150px; }
	
.blueborderbds {border:1px solid #1C4E69;
	}
		
.bdscell
	{
	display: block!important;
	    float: none!important;
		max-width: 90%!important;
    	padding:0px!important;
		margin:auto!important;
		}
	
.bdmember {display: block; max-width: 260px; margin-left: auto; margin-right: auto; padding-bottom: 20px;}		

#BDSleftlinks {
    display:none;
}

.bdmemberpic {
	display: block!important; width: 50%!important; margin-left: auto!important; margin-right: auto!important; clear:both!important; float:none;
}



/***************************** commissions, comittees *8*****/
	
#commissionslist img {max-width: 12px!important; }
	
.azlink_indent {
    width: 20%;
}

.azdept {
    width: 10%;
}

.aznum {
    width: 10%;
}

.mainlist {
    border: 0 solid #cccccc;
    font-family: arial;
    font-size: 12px;
    width: 100%;
}
.centerbold {
     width: 100%!important;
}


#dnn_ctr671_HtmlModule_lblContent img	{
	max-width: 10px; 
}

.commbtn	{
	max-width: 30%!important;
}

/*  ----------- employee recognition ---------------------  */
#emprectable	{
	width: 90%!important;
}
.audiobtn	{
	 
	 max-width: 100px;
	 
	 vertical-align: bottom;
	 border:none!important;
}

 #emprectable td {
    margin: 0;
    padding: 2px;
    vertical-align: top;
}

/* ----------- whistleblower --------------------->  */

.hotline {
    width: 90%!important;
}


/*  scccod  disabilities commission------------------   */
#sccodlogo	{
	float:none!important;
	width: 40%;
}

#scccod_vacancies	{
	
}

#pool-reqs {	}

.pictable img {width: 60%; display:block!important; clear:both; margin-bottom: 10px;}

/* ********** Clerk Homepage Quicklinks ************************** */

.clkhomelinks a:link, .clkhomelinks a:visited, .clkhomelinks a:hover, .clkhomelinks a:active	{
  width: 90%;
}

.mobiFooter{
   font-weight:bold; 
   color:#FFFFFF;
   text-decoration:none
   z-index: 10000; 
   display:inline-block;
}

.mFooter{
   font-size:x-small;
   white-space:nowrap;
   position:absolute;
   bottom: 3px;  
   left: 50px; right: 50px; 
}

A.mobiFooter:link {
    font-weight:bold; 
       color : #FFFFFF;
       text-decoration : none;
}

A.mobiFooter:visited  {
    font-weight:bold; 
       color : #FFFFFF;
       text-decoration : none;
}

A.mobiFooter:active {
    font-weight:bold; 
       color : #FFFFFF;
       text-decoration: none;
}

A.mobiFooter:hover {
    font-weight:bold; 
       color :#C8E6F1;
       text-decoration: none;
}   

.mobileFooter		{
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	padding:5px; 
	padding-top: 10px;
	margin:0px;
	background:url(images/LightBlue_r14_c6_dark.gif);
	
	vertical-align:middle;
	height: 40px; 	
    position:relative;
	white-space: nowrap;
}
    
#footerbuttons {
    position: absolute;
    
    right: 3px; 

    bottom: 57px;
}
    
#footerbuttons img{
    width: 25px;
    height: 25px;
}
    
   /************** el nino page ****************************/ 
    #elninobannerimg {
        width: 80%;
    }
    .elninotextbox {
        width: 90%;
    }
     .info-box {
        width: 90%;
    }
    
}


@media only screen and (max-width : 380px) 
	{
	.mobileFooter a{
		font-size: 9px!important;
	}
}

.nav-close{
    display: none !important;
    margin-right: 0 !important;
    }

.search-open{
    display: block !important;
    margin-right: 0 !important;
}

.search-close{
        display: none !important;
        margin-right: 0 !important;
    }
