@charset "utf-8";
/*
FILE: Site-wide CSS with media queries for HTML5 template.
ALERTS: Alert notices are located in two places: one for screens < 768px and, another for screens >= 768px.
		Turn them ON/OFF together thru CSS 'display' attributes at:
			1) #alert_top
			2) #alert_tab
            3) #notice_top
		Don't forget to do the same in global_ie.css! For OIG domain see divisions/oig/stylesheets
NOTE  : Target size for full display is 1024px width. However, since vertical scroll bars on desktop browsers occupy 17px,
		that leaves a usable width of 1007px (1024 - 17). But due to 8px padding, content width is reduced further
		to 991px (1007 - 16). Scroll bars on mobile devices are overlaid and do not occupy space.
BY: Frank Henderson, TDCJ Web Services
DATE: 12/19/16
UPDATED: 07/09/18 by Wendy Skains-McLeod
UPDATED: 08/06/19 by Wendy Skains-McLeod
UPDATED: 03/13/20 by Wendy Skains-McLeod
UPDATED: 10/02/20 by Frank Henderson (added styles for new Apply buttons)
UPDATED: 04/08/21 by Wendy Skains-McLeod (added new 'in memoriam' footer section)
*/

body  {
	margin: 0px;
	padding: 0px;
	background-color: #002859;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4  {
	margin: 0px;
	color: #333333;
}

h1  {
    font-size: 24px;
    line-height: 25px;
    margin-left: 10px;
    margin-top: -3px;   /*added by Wendy */
    margin-bottom: 15px;
    color: #333333;
}

h2  {
    border-bottom: 1px solid #2e5f97;
    font-size: 18px;
    padding-left: 10px;
    padding-bottom: 8px;
    margin-bottom: 13px;
    padding-top: 13px;
    line-height: normal;

/*    font-size: 18px;
    display: block;
    background-color: #2e5f97;
    color: #FFFFFF;
    padding: 3px;
    padding-left: 10px;
    margin-bottom: 19px;   */
}

.noborder {border-bottom: none}  /*used for removing H2 border*/

h3  {
    font-size: 16px;
    line-height: 20px;
    padding-left: 10px;
    padding-bottom: 4px;
}

h4  {
    font-size: 14px;
    padding-left: 10px;
    /*padding-bottom: 13px;*/
}

p  {
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 18px;
    margin-left: 10px;
    margin-right: 10px;
}
.italic  {
    font-style: italic;
}
.bold  {
    font-weight: bold;
}

img {	/* images flex based on screen size */
    max-width:100%;
    height: auto;
}

video {	/* video flexes based on screen size */
    width: 100%;
    height: auto;
}

hr  {
     display: block;
     height: 1px;
     border: 0;
     border-top: 1px solid #2e5f97;
     margin: 1em 0;
     padding: 0;
}

ul.star  {
	list-style-image: url(/images/star_bullet.gif);	
	font-size: 14px;
}

li.star  {
	list-style-image: url(/images/star_bullet.gif);	
	font-size: 14px;
}
.star_no_button {
	list-style-type: none;
    text-align: left;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    margin-top: -9px;
}


/* for HTML5 backwards compatibility  */
header, footer, aside, section, article, nav, hgroup  {
	display: block;
}

/* hyperlinks for header */
header a:link, header a:visited, header a:focus, header a:active {	color: #FFFFFF;	text-decoration: none; }
header a:hover { color: #FFFFFF; text-decoration: underline; }

/* hyperlinks for notice_top */
section#notice_top a:link, section#notice_top a:visited, section#notice_top a:focus, section#notice_top a:active {	color: #000000;	text-decoration: none; }
section#notice_top a:hover { color: #000000; text-decoration: underline; }

/* hyperlinks for upper footer */
footer a:link, footer a:visited, footer a:focus, footer a:active {	color: #FFFFFF;	text-decoration: none; }
footer a:hover { color: #FFFFFF; text-decoration: underline; }

/*hyperlinks for lower footer*/
#footer_lower a:link, #footer_lower a:visited, #footer_lower a:focus, #footer_lower a:active {	color: #000000;	text-decoration: none; }
#footer_lower a:hover { color: #000000; text-decoration: underline; }
/*
#footer_lower a {
	line-height: auto;
}
#footer_lower a:link {
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: auto;
}
#footer_lower a:visited {
	line-height: auto;
}
#footer_lower a:focus {
	color: #000000;
	text-decoration: underline;
	line-height: auto;
}
#footer_lower a:hover {
	color: #000000;
	text-decoration: underline;
	line-height: auto;
}
#footer_lower a:active {
	color: #000000;
	text-decoration: underline;
	line-height: auto;
}
*/

/* hyperlinks all other */
a:link, a:visited, a:focus, a:active { color: #2e5f97; text-decoration: underline; }
a:hover {
    color: #2e5f97;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

.hide_tag {display: none; } /* hides any tag you apply it to */

.yellow_highlighter {
    height: auto;
    background-color: #FFEE00;
}

/*
=====================================================
TOP HEADER BANNERS
=====================================================
*/

/* notice banner (not currently in use) **************/

#notice_top	{
	display: none;		/* ON: block, OFF: none */
	width: 100%;
	height: 17px;
	background-color: #FFF9A5;
	padding-top: 7px;
    padding-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	line-height: 14px;
}


/* alert banner ***************************************/

#alert_top	{
	display: block;		/* ON: block, OFF: none */
	width: 100%;
	height: 17px;
	background-color: #FF0000;
	padding-top: 2px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 14px;
}

/* social media banner **********************************/

#social_top	{
	display: block;
	width: 100%;
	height: 31px;
	background-color: #cacbc3;
	padding-top: 1px;
	text-align: right;
}

/* blue & grey top banner *********************************/

#top_banner  {
	width: 100%;
	height: 41px;
	background-image: url(/images/top_banner_bkgrnd.jpg);
	background-repeat: repeat;
	color: #FFFFFF;
}

#alert_tab {
	display: none;		/* appears at 768px, do not turn ON/OFF here (must remain 'none') */
}

#top_nav  {
	float: right;
	width: 318px;
}
#social_media	{
	display: none;		/* appears at 640px */
}
.social_img_space	{
	padding-right: 6px;
}

#top_menu  {
	height: 31px;
	padding-top: 10px;
	padding-right: 4px;
	font-size: 12px;	/* .8em = 12px */
	text-align: right;
	line-height: 12px;
}

#google_translate_element	{
	float:right;
	padding-top:3px; 
	margin-right: 3px;
}

/* seal & title banner, mission statement *************/

#title_banner  {
	width: 100%;
	height: 96px;
	background-color: #002859;
}

#title_main  {
	float: left;
	width: 320px;
	height: 96px;
	background-image: url(/images/title_small.png);
}

#mission  {
	display: none;		/* appears at 640px */
}

/*
=====================================================
SKIP TO MAIN CONTENT
=====================================================
*/
  .skip {
        position: absolute;
        top: -1000px;
        left: -1000px;
        height: 1px;
        width: 1px;
        text-align: left;
        overflow: hidden;
    }
    
    a.skip:active, 
    a.skip:focus, 
    a.skip:hover {
        left: 0; 
        top: 0;
        width: auto; 
        height: auto; 
        overflow: visible; 
    }

/*
=====================================================
BODY & CONTENT
=====================================================
*/

#body  {
	width: 100%;
	background-color: #FFFFFF;
}

/* apply now   *************************************/

#apply_now_button { display: none;}

#apply_now_div {	
	width: 100%;
	height: 20px;
	background-color: #92b1cd;
	text-align: center;
	padding-top: 5px;
}

/* site search  *************************************/

#search {	
	width: 100%;
	height: 61px;
	background-color: #92b1cd;
}
#search form	{
	text-align: center;
	width: 285px;
	height: 25px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#search_input {
	width:180px;
	height:20px;
	border: 0px;	/* borders disrupt alignment with button (cross-browser) */
	padding:0px 5px 0px 5px;
	color:#333333;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style: italic;
	background-color:#FFFFFF;
}
#search_button {
	width:50px;
	height:20px;
	border:0;
	margin:0;
	padding:0;
	background-image:url(/images/search_button.png);
	text-indent:-1000px;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

/* page content ***********************************/

#content  {
	padding: 8px;
	font-size: 14px;
	line-height: 17px;
	color: #333333;
}

/*
=====================================================
FOOTER BANNERS
=====================================================
*/

#footer_upper  {
	background-color: #2e5f97;
	display: block;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
}

#footer_lower  {
	background-color: #cacac8;
	display: block;
	font-size: 12px;
    font-weight: bold;
	color: #000000;
	padding: 5px;
	text-align: center;
}

#footer_memoriam  {
	background-color: #000000;
	display: block;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
}


/*
=====================================================
PROGRESSIVELY ENHANCED STYLES
=====================================================
*/

@media screen and (min-width: 480px) {

#title_main  {
	background-image: url(/images/title_medium.png);
	width: 389px;
	margin-left: 10px;
}

#apply_now_div { display: none;}
	
#apply_now_button {
	display: block;
	height: 20px;
	width: 180px;
    overflow: auto;
	float: left;
	margin: 10px 0px 0px 5px;
	background-image: url("/images/apply_button_blue_180.jpg")
}
	
#search {	
	height: 41px;
}
	
#search_div	{
	height: auto;
	width: 285px;
	float: right;
    overflow: auto;
	}

/*	
#search form  {
	width: 330px;
}
#search_input {
	width: 270px;
}
*/
}

@media screen and (min-width: 640px)  {

#social_top	{
	display: none;	
}

#top_nav  {
	width: 485px;
}
#social_media	{
	display: block;
	float: left;
	padding-top: 1px;
}

#mission  {
	display: block;
	float: right;
	width: 213px;
	height: 96px;
	margin-right: 10px;
	background-image: url(/images/mission.png);
}
	
#search_div {width: 330px;}
	
#search form  {
	width: 330px;
}
#search_input {
	width: 270px;
}

}

@media screen and (min-width: 768px)  {

#alert_top  {
	display: none;	/* do not turn ON/OFF here (must remain 'none')*/
}

#alert_tab  {
    display: block;		/* ON: block, OFF: none */
    width: 35%;
    float: left;
    height: 25px;
    background-color: #FF0000;
    padding-top: 7px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

#top_menu  {
	padding-right: 10px;
	padding-top: 9px;
	font-size: 13px;
	line-height: 13px;
}
	
#apply_now_button {
	width: 324px;
	background-image: url("/images/apply_button_blue_324.jpg")
}

}

@media screen and (min-width: 1024px)  {

.container  {		/* limits all content to 1007px width (see NOTE at top) */
	width: 1007px;	/* due to 8px padding, resulting #content width is 991px (1007 - 16) */
	margin-right: auto;
	margin-left: auto;
}

#title_main  {
	background-image: url(/images/title_large.png);
	width: 738px;
}

#content  {
	width: 991px;	/* due to 8px padding, #content must be 1007 - 16 */
}

.footer_container  {
	width: 1002px;	/* due to 5px padding, use separate container class for footer (1007 - 5) */
	margin-right: auto;
	margin-left: auto;
}
.footer_container_memoriam  {
	width: 1002px;	/* due to 5px padding, use separate container class for footer (1007 - 5) */
    padding-top: 3px;
    padding-bottom: 3px;
	margin-right: auto;
	margin-left: auto;
}

}

@media print  {

body  {
	background-color: #FFFFFF;	
}

#top_banner, #alert_top, #social_top, #alert_tab, #google_translate_element, #search, #footer_upper, #footer_memorandum {
	display: none;	
}

}

#skiptocontent a {
/*    background: #FFF9A5
	background: rgb(191, 23, 34); */
    padding: 6px;
    transition:top 1s ease-out;
    left: 0px; top: -40px;
    color: white;
/*    border-right-color: white;
    border-bottom-color: white;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid; */
    position: absolute;
    z-index: 100;
/*    border-bottom-right-radius: 8px; */
    -webkit-transition: top 1s ease-out;
}
#skiptocontent a:focus {
	outline: 0px;
    transition:top 0.1s ease-in;
    left: 0px; top: 0px;
    position: absolute;
    -webkit-transition: top .1s ease-in;
}

/* This is for the 'back'arrows on all 'how' html pages */
.back_arrow {
    font-size: 13px; float: right;
}

/* This is for graphics that need a smart phone clickable telephone number */
.mobilesOnly {visibility:hidden;}