/*updated July 2018 for accessibility. Was style5*/
@import "https://wwwext.arlut.utexas.edu/css/reset.css";
@import "https://wwwext.arlut.utexas.edu/css/skeleton.css";
@import "/css/superfish4.css";
@import url(https://fonts.googleapis.com/css?family=Squada+One);

/* squada-one-regular - latin */
@font-face {
  font-family: 'Squada One';
  font-style: normal;
  font-weight: 400;
  src: url('https://wwwext.arlut.utexas.edu/fonts/squada-one-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Squada One'), local('SquadaOne-Regular'),
       url('https://wwwext.arlut.utexas.edu/fonts/squada-one-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://wwwext.arlut.utexas.edu/fonts/squada-one-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://wwwext.arlut.utexas.edu/fonts/squada-one-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://wwwext.arlut.utexas.edu/fonts/squada-one-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://wwwext.arlut.utexas.edu/fonts/squada-one-v5-latin-regular.svg#SquadaOne') format('svg'); /* Legacy iOS */
}

html {
	width: 100%;
}

 a[href^="tel:"] {
/*color: inherit; */
color: #4C70AE; /* darker blue */
text-decoration:none;
	 
	 
}

* {
	-webkit-text-size-adjust: none;
}


body {
	font: 14px/22px Arial, Helvetica, sans-serif;
	color:#353535; /*dark gray */
	position:relative;
	min-width:960px;
	height: 100%;
	min-height: 100%;
	/*background:  #738fc2; */
	background:  #fff;
}

.page {
	background: #738fc2;
}

html {
	height:100%;
}
h1, h2, h3  {
	font-family: 'Squada One', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #353535;
}


h2 {
	font-size: 20px;
	/*font-sze: 1.5625em;*/
	line-height: 30px;
}

h4 { /*This should not be used as an h4 (top h4) */
	font-size: 25px;
	line-height: 60px;
}
/*These make the h2 type larger as a subhead */
h2.largeh2, h2.large2 { 
	/*font-size: 25px; */
	line-height:0;
	line-height:normal;
	padding-bottom: 8px;
	font-size: 1.785714285em; /*25 (desired point size) x 100% / 14 (point size for p) =1.785714285em or 25 point */
	
	
}


h3:after {
	background: #000;
	content: '';
	position: absolute;
	bottom: -6px;
	left: 0;
	opacity: 0.17;
	right: 0;
	display: block;
	height: 6px;
}

h4, h5, h6 {
	margin-bottom: 0 !important;
	text-transform: uppercase;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	

}
h4.leadin {
	font-size: 1em;
	margin-top: -1em;
	line-height:1.3em !important;
	padding-bottom: 1em;
	}
	
h4.leadin-0 {
	font-size: 1em;
	margin-top: 0;
	line-height:1.3em !important;
	padding-bottom: 0em;
	}
	
h4.leadin-cap {
	font-size:1em;
	margin-top: -1em;
	line-height:1.3em !important;
	padding-bottom: 1em;
	text-transform: capitalize;
}
	h4.leadin-space {
	font-size:1em;
	margin-top: em;
	line-height:1.3em !important;
	padding-bottom: 1em;
	}
	
h4.leadin-space2 {
	font-size:1em;
	margin-top: .5em;
	line-height:1.3em !important;
	padding-bottom: 1em;
	}

p {
	margin-bottom: 20px;
}

p.p1 {
	margin-bottom: 9px;
}

p.p2 {
	margin-bottom: 13px;
}

p.p3 {
	margin-bottom: 4px;
}

p.p4 {
	margin-bottom: 25px;
}

p.text1 {
	

	margin-bottom: 14px;
}


img {
	max-width: 100%;
}

address {
	font-style: normal;
}

ul {
	padding: 5px;	margin: 0;
	list-style: none;
}

ul.list li{
	background: none;
	font-weight: bold;
	color: #718ec1; /*lighter color blue */
	color: #4C70AE; /*darker blue */
	margin-bottom: 10px;
	padding-left: 0px;
	
}
ul.list2 li{ /*employment page, flush left listed jobs */
	background: none;
	font-weight: bold;
	color: #718ec1; /*lighter color blue */
	color: #4C70AE; /*darker blue */
	margin-bottom: 5px;
	padding: 0;
	margin-left: -5px;
	
}

div .pad5top {padding: 5px 0px 0px 0px}
div .pad5top-15btm {padding: 5px 0px 15px 0px}
div .pad5top-25btm {padding: 5px 0px 25px 0px}
div .pad5top-30btm {padding: 5px 0px 30px 0px}
div .pad5topbtm {padding: 5px 0px 5px 0px}

ul.list li a:hover {
	text-decoration: underline;
	color: #828282; /*gray original color */
	color:  #027E08;/*dark green */
}

tr:hover {
	background-color: #d1daeb;
}

table { 
	width:100%;

}

th, td {
	border-bottom:#333;
	border-width: 1px;
}

.hide { 
	display: none;
	visibility: hidden;
}


.visuallyhidden {

  border: 0; clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}




/*links*/

a {
	text-decoration: none;
	color: #718ec1;
	color: #4C70AE; /* darker blue */
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #718ec1; /* a blue */
	color: #027E08; /*dark green */
}

.phoneLink a[href^="tel:"] {
color: #4C70AE; /* darker blue */
text-decoration:none;
	 	 
}

a.btn {
	color: #fff;
	display: inline-block;
	padding: 8px 16px 7px;
	margin-top: 24px;
	border-radius: 5px;
	box-shadow: 0 1px 2px #b2b5b7;
	background: url(../images/btn_bg-dk.jpg) 0 0 repeat-x #4C6EAE;/*background color was #6e8abd  and #406eb and #4C70AE*/
	text-shadow: 0 1px #4466b0;
	font-weight: bold;

}

a.btn:hover {
	background: #f2f4f8; /* very light blue, almost white */
	background: #ffffff;
	background: #F8FAFC; /*lighter gray */
	
	/*background:  #027E08; */
	/*background: url(../images/menu_hover-dk.jpg 0 0 repeat-x #4C70AE; /*was this #027E08*/

	/*color: #828282; */
	color: #656464; /*darker gray */
	text-shadow: none;
}

/*preclass*/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}

.mb1 {
		margin-bottom: 521px;
}
.margin-bottom1em {
	margin-bottom: 1em;
}
.margin-bottom2em {
	margin-bottom: 2em;
}
		
.margin-bottom3em {
	margin-bottom: 3em;
}
.padding-bottom1em {
	padding-bottom: 1em;
}
.padding-bottom2em {
	padding-bottom: 2em;
}
.padding-bottom3em {
	padding-bottom: 3em;
}
.pad0 {
	padding: 0 !important;
}

.pad1 {
	padding-right: 30px;
}

.pad2 {
	padding-left: 20px;
	padding-right: 60px;
}

.pt0 {
	padding-top: 0;
}


.page1 .img_inner, .img_inner.inn1   {
margin-top: 10px;
margin-bottom: 15px;
}

.img_inner, iframe .img_inner {
	max-width: 100%;
	margin-bottom: 25px;
	border: 1px solid #fff;
	border-radius: 7px;
	margin-top: 5px;
	box-shadow: 0 0 3px #999;
	 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}


.fleft {
	float: left;
	margin-right: 22px;
	margin-top: 5px;
	margin-bottom: 0;
}

.fright {
	float: right !important;	
}

.upp {
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 1px;
}


.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

.col1 {
	/*color: #718ec1; original blue */
	color:  #4C70AE;		
}


.text1 {
	text-transform: uppercase;
	/*color: #718ec1; original blue */
	color:  #4C70AE; /*darker blue */
	margin-bottom: 4px;
}

.text1 a:hover  {
	color: #828282; /*medium gray */
	color: #027E08; /*dark green */
}

.col1 a:hover {
	text-decoration: underline;
	color: #828282; /*medium gray */
	color: #027E08; /*dark green */
}

.page1 .hor_separator {
	margin-top: 39px;
}
.hor_separator.hor1 {
	margin-top: 25px;
}
.hor_separator {
	border-top: 1px solid #d9e3e7;
	border-bottom: 1px solid #fff;
	margin-top: 30px;
}

/*header*/

.page {
	background: url(../images/bg_body.jpg) 0 0 repeat;
}

header {
	display: block;
	padding-top: 9px;
	position: relative;
	z-index: 999;
	padding: 43px 0 0px;
	background: url(../images/header_bg.jpg) 0 0 repeat-x; /* blue bar at top of page */
}



header h1 {
	float: left;
	padding-bottom: 34px;
}

header h1 a {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	max-width:100%;	
	height: auto;
	text-indent: -999px;
}

header h1 a img {
	display: block;
	max-width:100%;

}

header .links {
	float: right;
	padding-bottom: 24px;
	color: #444444; /*gray */
	color:#2d2d2d; /*darker gray*/
	
	padding-top: 25px;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;;
}

header .links a {
	display: inline-block;
	margin-left: 21px;
	position: relative;

}

header .links a:first-child:after {
	display: none;
}

header .links a:after {
	left: -11px;
	display: block;
	width: 1px;
	height: 11px;
	content: '';
	background: #b2c1d3;
	position: absolute;
	pointer-events: none;
	top: 6px;
}

header .links a:hover {
	text-decoration: underline;
}

.search_block {
	float: left;
	border-left: 1px solid #fff;
	overflow: hidden;
	position: relative;
	padding: 15px 13px 15px 15px;
	border-radius: 20px;
}

.search_block a {
	display: block;
	position: absolute;
	width: 31px;
	height: 31px;
	right: 14px;
	top: 16px;
	background: url(../images/search_icon.png) 0 0 no-repeat;
	z-index: 999;
	
}

.search_block a:hover {
	cursor: pointer;
	opacity: 0.5;
}


#search input {
	border: 1px solid #d8d8d8;
	border-radius: 7px;
	height: 32px;
	position: relative;
	z-index: 500;
	box-shadow: inset 0 0 2px #d8d8d8;
	float: left;
	line-height: 18px;
	font-size: 12px;
	color: #828282;
	
	padding: 7px 12px 7px;
	font-family:  Arial, Helvetica, sans-serif;
	background: #f8f9fb;
	width: 236px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	/*color: #000; /*black*/

	

}

#search input:focus {
	box-shadow: inset 0 0 2px #718ec1;
}
#search input:focus {
	box-shadow: inset 0 0 2px #718ec1;
}


/*width classes */
/*mainly for use on scope tags in the th (table head) scope tag */
.width5 {width: 5%;}
.width7 {width: 7%;}
.width8 {width: 8%;}
.width10 {width: 10%;}
.width15 {width: 15%;}
.width25 {width: 20%;}
.width20 {width: 25%;}
.width30 {width: 30%;}
.width32 {width: 32%;}
.width33 {width: 33%;}
.width33-5 {width: 33.5%;}
.width34 {width: 34%;}
.width35 {width: 35%;}
.width40 {width: 40%;}
.width50 {width: 50%;}
.width60 {width: 60%;}
.width64 {width: 64%;}
.width65 {width: 65%;}
.width66 {width: 66%;}
.width66-5 {width: 66.5%;}
.width67 {width: 67%;}
.width68 {width: 68%;}
.width70 {width: 70%;}
.width80 {width: 80%;}
.width90 {width: 90%;}
.width100 {width: 100%;}

/*recruiting table code*/

/*Content*/


.content {
	border: none;
	position: relative;
	padding: 20px 0 63px;
	border-bottom: 1px solid #fff;
	box-shadow: 0 1px 1px #d6dbe5;
}
.content.page1 {
	position: relative;
	top: -33px;
	border-top: 1px solid #fff;
	padding: 0 0 ;
	padding-bottom: 33px;
	box-shadow: 0 0 3px #d6dbe5;
}


.content.page1 h2 {
	padding-top: 31px;
	text-shadow: 0px 2px #d7dbdc;
	margin-bottom: 22px;
	color: #027E08; /*new dark green */
	color:#000; /*black */
}

.content h2 {
	padding-top: 31px;
	text-shadow: 0px 2px #d7dbdc;
	margin-bottom: 22px;
}

.content .privacy h2 {
	margin-bottom: 21px;
}
.content.page1 h2 a:link, .content.page1 h2 a:visited  {
	/*color: #027E08; new dark green */
	color:#000; /*black */
}

.content.page1 h2 a:hover {
	color:#68df6e; /*new bright green */
}
.icon {
	float: left;
	margin-right: 10px;
	margin-top: -6px;
}

.new {
	overflow: hidden;
}

.new .hor_separator {
	margin-top: 17px;
	margin-bottom: 18px;
}

.new .hor_separator.mb0 {
	margin-bottom: 7px !important;
}

.new time {
	float: left;
	background: url(../images/time_icon.png) 0 5px no-repeat;
	color: #353535;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	padding-top: 12px;
	margin-right: 9px;
}

.new time span {
	text-transform: uppercase;
	display: block;
	font-size: 12px;
	position: relative;
	top: -4px;
}

.new p {
	margin-bottom: 9px;
}

.block1 {
	padding-top: 20px;
}

.block1 .text1 {
	position: relative;
	top: 5px;
}

.block1 .clear {
	height: 16px;
}

blockquote {
	padding-top: 5px;
	margin-bottom: 21px;
}

blockquote p {
	background: 14px 17px no-repeat #f3f7f9;
	border: 1px solid #fff;
	padding: 33px 15px 20px 24px;
	border-radius: 6px;
	box-shadow: 0 0 3px #bbb;
	margin-bottom: 0;
}

.quote_bot {
	background: url(../images/quote_bot.png) 0 0 no-repeat;
	margin-top: -1px;
	padding-top: 33px;
	position: relative;z-index: 999;
}

.quote_bot a {
	position: relative;
	top: -3px;
}

.banner { /* not used */
	max-width: 100%;
	margin-bottom: 25px;
	border: 1px solid #fff;
	border-radius: 7px;
	background: #f1f6f9;
	background: url(../images/banner_bg.jpg) right bottom no-repeat #f1f6f9;
	box-shadow: 0 0 3px #999;
	 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 padding: 21px 95px 25px 18px;
 margin-top: 41px;
}

.banner .col1 {
	padding-top: 6px;
}


.banner h2 {
	line-height: 24px;
	padding-top: 0;
	margin-bottom: 19px;
}

.banner a.btn {
	margin-top: 8px;
}

.gallery img.img_inner {
	margin-bottom: 15px;
}

.gallery .clear {
	height: 14px;
}

.blog {
	padding-top: 5px;
	overflow: hidden;
	margin-bottom: 29px;
}

.blog time {
	float: left;
	background: url(../images/time_icon.png) 0 0px no-repeat;
	color: #353535;
	font-size: 13px;
	width: 32px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
	margin-right: 12px;
	position: relative;
	top: -1px;
}

.blog time span {
	text-transform: uppercase;
	display: block;
	font-size: 12px;
	line-height: 20px;
	position: relative;
	top: -2px;
	padding-bottom: 2px;
}

.blog .img_inner {
	margin-top: 3px;
}


/**** NOT SURE WHAT THIS IS ********/
.container .box {
  float: left;
  width: 300px;
  margin: none;

}

.container .box .top {
  padding: 5px;
  background-color: none;
  color: #718ec1; /* original medium blue */
  color: #4C70AE; /* darker blue */
  cursor: pointer;
}

.container .box .bottom {
  padding: 5px;
  background-color: #718ec1; /* original medium blue */
  background-color: #4C70AE; /* darker blue */
  color: white;
  display: none;
}


/* ******* end this section  ******** */
.newboxes {
    display: none;
	padding: 5px;
}


/****Map***/

.map {
	padding-top: 4px;

}

.map figure {

		 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 margin-bottom: 14px;
 display: block;
 margin-top: 0;

}
.map figure iframe {
	width: 100%;
	height: 313px;
	max-width: 100%;
	border-radius: 7px;
}

.map p {
	display: block;
	padding-top: 11px;
	margin-bottom: 8px;
}

address dd span {
	min-width: 70px;
	display: inline-block;
}



.map address {
}

.dropDownContBlock
{
    margin: 20px 20px 0px 20px;
}

.dropDownHeader
{
    table-layout: fixed;
    
    background-color: #718ec1; /* original blue */
	background-color: #4C70AE; /*darker blue */
}

.dropDownHeadLeft
{
    padding: 5px 0px 5px 10px;
}

.dropDownTitle
{
    white-space: nowrap;
    float: left;
	vertical-align:middle;
    
    font-size: 150%;
	color:#f2f4f8; /*almost white */

	
}

.dropDownHeadRight
{
    padding: 5px 10px 5px 0px;
    text-align: right;
}


.dropDownCont
{
    margin: 0px 0px 20px 0px;
    padding: 10px;
    
    border: 1px solid #718ec1; /*original blue */
	 border: 1px solid #4C70AE; /*darker blue */
    border-width: 0px 2px 2px 2px;
    display: none;
}
/************Footer***********/

.page1 footer {
	margin-top: -33px;

}

footer {
	display: block;
	padding-top: 25px;
	padding-bottom: 35px;
	
	background: #eaeef4;
	background: url(../images/bg_footer.png) 0 bottom repeat-x #eaeef4;
}

footer .links {
	float: right;
	position: relative;
}

footer a:hover {
	text-decoration: underline;
}
/*code for Sprites, Facebook and Linkedin. Not using */
.icon-fb-circle-30, .icon-linkedin-circle-30

{ display: inline-block; background: url('/images/index.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }

.icon-fb-circle-30 { background-position: -4px -0px; width: 30px; height: 30px; }
.icon-linkedin-circle-30 { background-position: -4px -34px; width: 30px; height: 30px; }

/**to top**/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:50px;
	left: 50%;
	margin-left: 550px;
	overflow:hidden;
	width:64px;
	height:64px;
	border:none;
	text-indent:-999px;
	z-index:20;
	background:url(../images/totop.png) no-repeat left top;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
#toTop:hover {
	outline:none;
	background-position: 0 bottom;
}

/*Recruiting badge, emp page */
.badge 
{
	width: 50%;
	float:left;
	clear:both;
	
}

.recruiting-longtxt-table td,
.jobs-table td {
	padding-right: 4px; 
	padding-bottom: .75em;
	 }

#jobs-table, .jobs-table
 {
font: 1em/2.3em Arial, Helvetica, sans-serif; /*tablet smaller type, more line spacing*/
	}

div #emergency {
	
	padding: 0 1em .5em 1em;
	color: #b23231;
	margin: 1em 0;
}
div #emergency:after {
	
	content: ""; /*  necessary for the pseudo element to work. */ 
    display: block; /* pseudo element on its own line. */
    margin: 0 auto; /* centers */
    width: 75%; 
    padding-top: 1em; /* space between text and border. */	
	border-bottom: 1px dotted #F3090D;	
}
h2.emergency  {
	text-align: center;
	color: #b23231 !important;
	margin-top: -1em;
}
p.emergency {
	font-weight: 500;
	color: #b23231;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 995px) {
 body {
min-width:768px;
}


.map address {
	margin-right: 10px;
}


 .map figure, .map figure iframe, #form input, #form textarea, #form .success {
 width: 100% !important;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}

.extra_wrapper {
	overflow: visible ;
}


.pad1, .pad2, .pad3 {
	padding: 0;
}

a.comment {

	margin-left: 0px;
}


.page1_block img  {
	width: 20%;
}

.slider_wrapper {
	height: 346px !important;
}


.camera_pag li span {
	height: 10px !important;
	width: 50px !important;
}

.banner {
	padding-right: 20px;
	padding-bottom: 220px;

}
h2.largeh2, h2.large2 { 
font-size: 1.785714285em;
	
}
	
#recruiting-longtxt-table, .recruiting-longtxt-table {
font: .95em/1.8em Arial, Helvetica, sans-serif; /*tablet smaller type, more line spacing*/
	}

#jobs-table, .jobs-table {
font: 1em/2em Arial, Helvetica, sans-serif; /*tablet smaller type, more line spacing*/
	}
	
	
.recruiting-longtxt-table td, 
.jobs-table td
	{
	padding-right: 4px; 
	padding-bottom: 1em;
	 }

}

@media only screen and (max-width: 767px) and (min-width: 250px) {
		.hidesml {
		display: none;
	}
}
	
 @media only screen and (max-width: 767px) {
 body {
min-width:420px;
}


.banner {
 padding: 21px 95px 25px 18px;

}

ul.list {
	margin-bottom: 20px;
}


.gallery .clear {
	height: 0px;
}

.banner {

}

.block1 .clear {
	height: 0px;
}

.block1 .text1 {
	padding-top: 20px;
}
.camera_pag  {
	bottom: 10px !important;
}

.slider_wrapper {
	height: 194px !important;
	background-image: none !important;	
}


.caption {
	display: none;
}

.map address {
	margin-right: 0px;
	margin-bottom: 20px;
}


a.comment {
	margin-left: 20px;
}

header h1 {
	margin-bottom: 20px;
}

.img_inner.fleft {
	float: none;
	margin-bottom: 13px;
}



.img_inner {
width: 100%;
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
margin-top: 20px !important;
}



header h1 {
	float: none;
	position: relative;	
	padding-top: 10px;
}

header h1 a {
	margin: 0 auto;
	height: auto;
}

header h1 a img {
	max-width: 100%;
	
}


.map figure iframe {
	width: 100%;
	height: 300px;
}

	.search_block {
		float: none;
		padding: 0;
		position: relative;
		margin-top: 20px;
	}

	#search input {
		width: 100%;
	}

.search_block a  {
	top: 1px;
	right: 1px;
}


header .links {
	float: none;
	padding-top: 0;
	text-align: center;
}

footer .links {
	float: none;
	padding-bottom: 20px;
}

h2.largeh2, h2.large2 { 
	font-size: 1.4em;

}

.badge 
{
	width: 35%;
	float:left;
	clear:both;
	
}

.recruiting-longtxt-table td,
.jobs-table td        {
	padding-right: 4px; 
	padding-bottom: 1em;
	 }


#recruiting-longtxt-table, .recruiting-longtxt-table
 {
font: .91em/1.8em Arial, Helvetica, sans-serif; /*tablet smaller type, more line spacing*/
	}

#jobs-table, .jobs-table
 {
font: 1em/2em Arial, Helvetica, sans-serif; /*tablet smaller type, more line spacing*/
	}
}

 @media only screen and (max-width: 479px) {
 
body {
min-width:300px;
}
	 

h2.largeh2, h2.large2 { 

	font-size: 1.2em !important;
	line-height: 0;
	padding-bottom: 8px;
}



.recruiting-table  a:link, .recruiting-table  a:visited,
.jobs-table  a:link, .jobs-table  a:visited
	 {
	text-decoration: none; 
}

.recruiting-table  a:hover, .recruiting-table  a:focus,
.jobs-table  a:hover, .jobs-table  a:focus
{
	text-decoration: underline !important;
	color: #027E08; /* dark green */

}
	 
 #recruiting-longtxt-table, .recruiting-longtxt-table {
	/*font: .8571422851em/18.85714272px Arial, Helvetica, sans-serif; 14 point to 12 point:  12/14= .857142851em & same reduction to line height */
	font: .88em/28px Arial, Helvetica, sans-serif; /*Made slightly larger and added more line spacing for ease of use on phone*/
}
#jobs-table, .jobs-table {
	/*font: .8571422851em/18.85714272px Arial, Helvetica, sans-serif; 14 point to 12 point:  12/14= .857142851em & same reduction to line height */
	font: .94em/28px Arial, Helvetica, sans-serif; /*Made slightly larger and added more line spacing for ease of use on phone*/
}


.recruiting-longtxt-table  a:link, .recruiting-longtxt-table  a:visited,
.jobs-table  a:link, .jobs-table  a:visited  {
	text-decoration: none; 
}

.recruiting-longtxt-table  a:hover, .recruiting-longtxt-table  a:focus,
 .jobs-table  a:hover, .jobs-table  a:focus
{
	text-decoration: underline !important;
	color: #027E08; /* dark green */

}
	 
.recruiting-longtxt-table td,
.jobs-table td     {
	padding-right: 2px; 
	padding-bottom: 8px;
	 }

.slider_wrapper {
	height: 139px !important;
	
}


 .map figure iframe {
	width: 100%;
	height: 150px;
}
	 
	 .badge 
{
	width: 45%;
	float:left;
	clear:both;
	
}


 }

	
	



