/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */

/* New Header */
.headerlinks{
	display: block;
	max-width: 600px;
	width: 62%;
	float: right;
}
.headerbtn_mobile a{
	display:none;
}
.headerbtn {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #990E2A;
	position: relative;
	padding: 12px 20px;
	display: inline-block;
	text-align: center;
	font-size: 1.3em;
    font-weight: bold;
	text-transform:uppercase;
	text-decoration:none;
	border-radius: 0px 0px 12px 12px;
	color:#fff;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.headerbtn2 {
	font-family: Verdana, Geneva, sans-serif;
	color:#fff;
	font-size: 1em;
	text-transform:uppercase;
	text-decoration:none;
	text-align: center;
	background-color: #990E2A;
	position: relative;
	padding: 10px 7px;
	display: inline-block;
	border-radius: 0px 0px 12px 12px;
	vertical-align:top;
	float:right;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
a.headerbtn:hover,
a.headerbtn2:hover {
	background-color:#ca1f41;
	text-decoration:none;
}
.fb{
	float: right;
	margin: 0 20px 0 0px;
}
.top_links2{
	font-family: Verdana, Geneva, sans-serif;
	display: block;
	margin: 15px 0 0 0;
}
nav.top_links2 ul li {
    display: inline;
}
nav.top_links2 ul li a{
	border-right: 1px solid white;
	color: black;
    padding-right: 5px;

}
@media (max-width:766px){ 
	.headerlinks{
		display:none;
	}
	.headerbtn_mobile{
		background-color: #eeb111;
	}
	.headerbtn_mobile a{
		display:block;
		font-family: Verdana, Geneva, sans-serif;
		background-color: #990E2A;
		position: relative;
		width: 70%;
		max-width: 220px;
		margin: 0 auto;
		padding: 12px 20px;
		text-align: center;
		font-size: 1.3em;
		font-weight: bold;
		text-transform:uppercase;
		text-decoration:none;
		border-radius: 0px 0px 12px 12px;
		color:#fff;
		-webkit-transition: 300ms;
		-moz-transition: 300ms;
		-o-transition: 300ms;
		transition: 300ms;
	}
	.headerbtn_mobile a:hover {
		background-color:#ca1f41;
		text-decoration:none;
	}
}
/* End New Header */

.employment_table {
	float: right;
	border-collapse: collapse;
	display: block;
	margin: 0 0px 0 10px;
	/*display:inline-table;
	border-collapse: collapse;*/
}
.employment_table .emp_row{
	/*display:table-row;*/
	display: flex;
	width: 100%;
}
.employment_table .emp_row .emp_cell{
	/*display:table-cell;*/
	padding: 5px;
	border: 1px solid #ab0634;
	text-align:center;
	display: block;
	vertical-align: middle;
	min-width: 100px;
	width: 25%;
}
.emp_cell.colspan {
	flex-grow: 1;
	width: 52.5% !important;
}
.employment_table .emp_row .emp_cell:first-of-type{
	background:#eeb111;
	color:#fff;
	font-weight:bold;
	text-align:left;
}
@media (max-width:766px){ 
	.employment_table {
		float:none;
		margin:0;
	}
}
@media (max-width:766px){ 
	.employment_table .emp_row .emp_cell{
		min-width:70px;
	}
}
.mobileitem {display:none;}

.paymentbtn {
	font-family: Verdana, Geneva, sans-serif;
    background-color: #990E2A;
    width: 161px;
    position: relative;
    padding: 21px 0 7px 0;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    font-size: 0.9em;
	text-transform:uppercase;
}

.applybtn {
	font-family: Verdana, Geneva, sans-serif;
	position: relative;
	padding: 12px 20px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color: #ab0634;
	font-weight: bold;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	background: rgba(247,205,92,1);
	background: rgba(252,213,116,1);
	background: -moz-linear-gradient(top, rgba(252,213,116,1) 0%, rgba(240,180,20,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,213,116,1)), color-stop(100%, rgba(240,180,20,1)));
	background: -webkit-linear-gradient(top, rgba(252,213,116,1) 0%, rgba(240,180,20,1) 100%);
	background: -o-linear-gradient(top, rgba(252,213,116,1) 0%, rgba(240,180,20,1) 100%);
	background: -ms-linear-gradient(top, rgba(252,213,116,1) 0%, rgba(240,180,20,1) 100%);
	background: linear-gradient(to bottom, rgba(252,213,116,1) 0%, rgba(240,180,20,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd574', endColorstr='#f0b414', GradientType=0 );
	border-radius: 12px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.applybtn:hover {
	text-decoration:none;
}
.applybtn:before{
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.applybtn:hover:before{
	content: '';
	background: rgba(255, 255, 255, 0.2);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width:766px){ 

}
@media (max-width:843px){ 
	.mobileitem {display:block;}
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

@font-face {
  font-family: 'nevisBold';
  src: url("fonts/nevis-webfont.eot");
  src: url("fonts/nevis-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/nevis-webfont.woff") format("woff"), url("fonts/nevis-webfont.ttf") format("truetype"), url("fonts/nevis-webfont.svg#nevisBold") format("svg");
  font-weight: normal;
  font-style: normal; }
/* =============================================================================
   VARIABLES
   ========================================================================== */
/* =============================================================================
   MIXINS
   ========================================================================== */
/* CUSTOM STYLES */
body {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  font-family: Verdana, Geneva, sans-serif;
  background-color: #262626; }
  @media screen and (min-width: 767px) {
    body {
      font-size: 12px; } }

a {
  text-decoration: none;
  color: #ab0634; }
  a:hover {
    text-decoration: underline; }
  a.btn {
    text-indent: -10000px;
    display: block; }

h1 {
  font-size: 1.3em;
  text-transform: uppercase;
  color: #eeb111;
  margin-top: 0px;
  margin-bottom: .5em;
  font-weight: bold; }

h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.3em;
  font-weight: bold;
  color: #ab0634;
  margin-top: 1em;
  margin-bottom: .5em; }

h3 {
  color: #333;
  font-weight: bold;
  margin: 0px;
  font-size: 1em; }

h4 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.1em;
  font-weight: normal;
  color: #FFF;
  font-style: italic; }

p {
  font-size: 1em;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1em;
  margin-left: 0px;
  line-height: 1.5em;
  color: #6C6C6C; }

img {
  max-width: 100%;
  height: auto; }

strong, b {
  font-weight: bold; }

input.text,
textarea.text {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  margin: 0px;
  padding: 2px;
  border: 1px solid #ab0634; }

input.submit {
  padding: 5px;
  font-size: 14px;
  font-family: Verdana, Geneva, sans-serif; }

.clearboth {
  clear: both; }

.wrap {
  max-width: 960px;
  margin: 0 auto;
  position: relative; }

#content_wrapper {
  background-color: white;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 30px;
  margin-bottom: 20px; }

#content {
  margin: 0 1em; }
  @media screen and (min-width: 767px) {
    #content {
      padding: 30px;
      margin: 0; } }
  #content ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 1em; }
    #content ul li {
      font-size: 13px;
      margin-bottom: .5em;
      color: #6C6C6C; }
  #content .cycleShow, #content .cycle-slideshow {
    margin: 1em auto;
    width: 230px;
    height: 153px;
    overflow: hidden; }
    @media screen and (min-width: 767px) {
      #content .cycleShow, #content .cycle-slideshow {
        float: right;
        margin: 0 0 10px 10px; } }
  @media screen and (min-width: 767px) {
    #content .leftCol {
      margin-right: 320px; } }

header {
  background-color: #eeb111;
  padding: 2em; }
  @media screen and (min-width: 767px) {
    header {
      height: 130px;
      padding: 0; } }
  header a.logo {
    background: url(../img/logo.png) center center no-repeat;
    background-size: contain;
    height: 85px;
    width: 240px;
    margin: 0 auto; }
    @media screen and (min-width: 767px) {
      header a.logo {
        position: absolute;
        left: 0px;
        top: 25px; } }
  header a#btn_emsBilling {
    background-image: url(../img/sprites.png);
    background-position: -300px -10px;
    height: 50px;
    width: 161px;
    position: relative;
    top: -10px; }
  header a#btn_statewide {
    background-image: url(../img/sprites.png);
    background-position: -600px -10px;
    height: 50px;
    width: 161px;
    position: relative;
    top: -10px; }
  header nav.top_links {
    background-color: #eeb111;
    font-family: Verdana, Geneva, sans-serif;
    display: none; }
    @media screen and (min-width: 767px) {
      header nav.top_links {
        position: absolute;
        top: 65px;
        right: 0px;
        display: block; } }
    header nav.top_links ul li {
      font-size: 12px;
      padding: 0px;
      margin: 0px; }
      @media screen and (min-width: 767px) {
        header nav.top_links ul li {
          display: inline; } }
      header nav.top_links ul li a {
        border-right: 1px solid white; }
      header nav.top_links ul li.last a {
        border: none; }
      header nav.top_links ul li:nth-child(4) {
        display: none; }
    header nav.top_links a {
      color: black;
      padding-right: 5px; }
  header nav.social_links {
    display: none; }
    @media screen and (min-width: 767px) {
      header nav.social_links {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        height: 50px;
        width: 400px; } }
    header nav.social_links a {
      top: -10px;
      -webkit-transition: 200 200ms ease-in-out;
      -moz-transition: 200 200ms ease-in-out;
      -ms-transition: 200 200ms ease-in-out;
      -o-transition: 200 200ms ease-in-out;
      transition: 200 200ms ease-in-out; }
      header nav.social_links a:hover {
        text-decoration:none;
		/*top: -5px;
        -webkit-transition: 200 200ms ease-in-out;
        -moz-transition: 200 200ms ease-in-out;
        -ms-transition: 200 200ms ease-in-out;
        -o-transition: 200 200ms ease-in-out;
        transition: 200 200ms ease-in-out;*/ }
    header nav.social_links li {
      float: right;
      margin-right: 15px; }
      header nav.social_links li:first-child {
        margin-right: 0px; }

.mobile_menu {
  padding: 15px 16px 10px 16px;
  color: white;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  overflow: hidden; }
  @media screen and (min-width: 767px) {
    .mobile_menu {
      display: none; } }
  .mobile_menu a {
    float: left;
    text-transform: uppercase;
    margin-top: 4px; }
  .mobile_menu .menu_btn {
    height: 20px;
    width: 20px;
    float: right; }
    .mobile_menu .menu_btn span {
      height: 4px;
      margin: 3px 1%;
      background: white;
      display: block; }

.stripes {
  background-image: url(../img/sprites.png);
  background-repeat: repeat-x;
  background-position: center -100px;
  height: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  z-index: 50;
  position: relative; }

nav {
  font-family: "nevisBold", Verdana, Geneva, sans-serif; }
  nav a {
    color: white; }

footer {
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
  text-align: center; }
  @media screen and (min-width: 767px) {
    footer {
      text-align: left; }
      footer .footer_leftColumn {
        float: left;
        margin-right: 20px;
        padding-right: 20px;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #545352;
        margin-left: 30px; } }
  footer p {
    color: #666;
    font-size: 10px; }
  footer .wrap {
    overflow: hidden; }
  footer .footer_links {
    display: block;
    margin-bottom: 1em; }
    @media screen and (min-width: 767px) {
      footer .footer_links {
        display: none; } }

.home nav.main_nav {
  background-color: #ab0634;
  overflow: hidden; }
  .home nav.main_nav .mobile_menu {
    padding: 14px 10px; }
    .home nav.main_nav .mobile_menu a {
      padding: 4px 10px; }
  .home nav.main_nav ul {
    display: none; }
    @media screen and (min-width: 767px) {
      .home nav.main_nav ul {
        display: block; } }
    .home nav.main_nav ul li {
      text-transform: uppercase; }
      @media screen and (min-width: 767px) {
        .home nav.main_nav ul li {
          float: left; }
          .home nav.main_nav ul li.first {
            margin-left: 60px; } }
  .home nav.main_nav a {
    padding: 14px 10px;
    display: block;
    color: white;
    font-size: 12px; }
.home #content {
  margin: 0 1em; }
  @media screen and (min-width: 767px) {
    .home #content {
      width: 500px;
      float: left;
      margin: 0; } }
.home aside {
  background-color: #FFF;
  margin: 0 1em; }
  @media screen and (min-width: 767px) {
    .home aside {
      width: 330px;
      margin: 30px 0px 0px 0px;
      padding: 0px 30px 50px 30px;
      border-left: 1px solid #ab0634; } }
  .home aside p {
    color: #000;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px; }

@media screen and (min-width: 767px) {
  .inner nav.main_nav {
    height: 40px; } }
.inner nav.main_nav ul {
  display: none; }
  @media screen and (min-width: 767px) {
    .inner nav.main_nav ul {
      display: block; } }
  .inner nav.main_nav ul li {
    text-transform: uppercase;
    position: relative; }
    @media screen and (min-width: 767px) {
      .inner nav.main_nav ul li {
        float: left; } }
    .inner nav.main_nav ul li.first {
      margin-left: 0px; }
    .inner nav.main_nav ul li a {
      padding: 15px 16px 10px 16px;
      display: block;
      color: #FFF;
      font-size: 12px;
      -webkit-transition: all 200ms ease-in-out;
      -moz-transition: all 200ms ease-in-out;
      -ms-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out; }
      @media screen and (min-width: 767px) {
        .inner nav.main_nav ul li a {
          font-size: 10px;
          padding: 15px 15px 10px 15px; } }
      @media screen and (min-width: 899px) {
        .inner nav.main_nav ul li a {
          font-size: 12px;
          padding: 15px 16px 10px 16px; } }
      .inner nav.main_nav ul li a:hover, .inner nav.main_nav ul li a:active {
        color: #eeb111;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out; }
        @media screen and (min-width: 767px) {
          .inner nav.main_nav ul li a:hover, .inner nav.main_nav ul li a:active {
            padding-top: 17px; } }
  .inner nav.main_nav ul ul {
    background-color: #FFF;
    background-color: rgba(255, 255, 255, 0.9);
    display: block;
    font-size: 12px;
    position: absolute;
    z-index: 100;
    left: 0px;
    top: 42px;
    width: 300px;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in-out;
    -moz-transition: opacity 400ms ease-in-out;
    -ms-transition: opacity 400ms ease-in-out;
    -o-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out; }
    @media screen and (min-width: 767px) {
      .inner nav.main_nav ul ul.active {
        display: block;
        opacity: 1;
        -webkit-transition: opacity 200ms ease-in-out;
        -moz-transition: opacity 200ms ease-in-out;
        -ms-transition: opacity 200ms ease-in-out;
        -o-transition: opacity 200ms ease-in-out;
        transition: opacity 200ms ease-in-out; } }
    .inner nav.main_nav ul ul li {
      float: none; }
      .inner nav.main_nav ul ul li a {
        color: #ab0634;
        padding: 5px;
        font-family: Verdana, Geneva, sans-serif;
        font-weight: normal;
        font-size: 14px;
        text-transform: none; }
        .inner nav.main_nav ul ul li a:hover {
          padding: 5px; }

#splash {
  text-align: center; }
  #splash img {
    width: 100%;
    margin: 0 auto; }
  #splash img.mobile {
    display: block; }
    @media screen and (min-width: 767px) {
      #splash img.mobile {
        display: none; } }
  #splash img.desktop {
    display: none; }
    @media screen and (min-width: 767px) {
      #splash img.desktop {
        display: block; } }

aside {
  background-color: #ab0634;
  padding: 10px; }
  @media screen and (min-width: 767px) {
    aside {
      width: 34%;
      float: right;
      padding: 50px 20px 20px 20px;
      margin: -50px -20px 20px 20px; } }
  aside h1.left {
    padding: 0px;
    margin: 0 25px 0 0;
    float: left; }
    @media screen and (min-width: 767px) {
      aside h1.left {
        margin: 0px 5px 0px 0px; } }
  aside p {
    color: #FFF;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px; }
    aside p.quote {
      font-style: italic; }
      aside p.quote .author {
        font-style: normal;
        padding-top: 1em;
        display: inline-block; }
  aside a {
    color: #fff; }
  aside ul {
    padding-left: 15px; }
    aside ul li {
      color: #FFF;
      font-size: 12px;
      margin-bottom: .5em; }
      aside ul li a.active {
        font-weight: bold;
        font-size: 16px; }
  aside h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    color: #FFF;
    margin: 0px;
    padding: 0px;
    display: inline; }
  aside h3 {
    color: #eeb111; }
  aside .stripes {
    margin-left: -20px;
    margin-right: -20px; }

#staffViewer {
  margin-top: 20px; }
  @media screen and (min-width: 767px) {
    #staffViewer .profileList {
      width: 440px;
      margin-right: 20px;
      float: left; }
      #staffViewer .profileList .profileName {
        float: left; }
      #staffViewer .profileList .rightCol {
        margin-left: 210px;
        width: 230px; }
      #staffViewer .profileList .leftCol {
        width: 200px;
        float: left;
        margin-right: 0; }
        #staffViewer .profileList .leftCol h2 {
          margin: 0px;
          padding: 0px; } }
  #staffViewer .profile {
    display: none;
    clear: left; }
    #staffViewer .profile.active {
      display: block; }
    #staffViewer .profile p {
      font-size: 11px;
      font-style: italic; }
    #staffViewer .profile img {
      border: 1px solid #333;
      margin-right: 20px; }
  #staffViewer .staffList {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #333;
    color: #696a6d; }
    @media screen and (min-width: 767px) {
      #staffViewer .staffList {
        margin-left: 460px;
        padding-left: 25px; } }
    #staffViewer .staffList p {
      cursor: pointer;
      display: block;
      margin: 0px;
      padding: 5px;
      border: 1px solid #FFF;
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      -ms-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      #staffViewer .staffList p:hover {
        background-color: #E0E0E0;
        border: 1px solid #CCC;
        -webkit-transition: all 100ms ease-in-out;
        -moz-transition: all 100ms ease-in-out;
        -ms-transition: all 100ms ease-in-out;
        -o-transition: all 100ms ease-in-out;
        transition: all 100ms ease-in-out; }
      #staffViewer .staffList p.active {
        color: #000;
        font-weight: bold; }
        #staffViewer .staffList p.active .name {
          font-weight: bold;
          color: #ab0634; }

.btn.facilityForms {
  background-image: url(../img/sprites.png);
  background-repeat: no-repeat;
  background-position: -800px 0px;
  height: 31px;
  width: 155px;
  text-align: center;
  text-indent: 0px;
  text-transform: uppercase;
  font-size: 13px;
  color: #000;
  font-family: "nevisBold", Verdana, Geneva, sans-serif;
  padding-top: 5px; }

.required {
  color: #ab0634; }

p.error {
  color: #ab0634;
  font-weight: bold;
  padding: 0;
  margin: 0; }

.floatRight {
  float: right; }

h1 .bullets {
  font-size: 80%;
  display: none; }
  @media screen and (min-width: 767px) {
    h1 .bullets {
      display: inline; } }

.care_box {
  border: 1px solid #ab0634;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media screen and (min-width: 767px) {
    .care_box {
      margin-right: 50px;
      margin-left: 50px; } }

.callout {
  border: 1px solid #ab0634;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px; }
  @media screen and (min-width: 767px) {
    .callout {
      margin-right: 50px;
      margin-left: 50px; } }

#slider_box {
  background: url(../img/header_homepage_mobile.jpg) center center no-repeat;
  background-size: contain;
  height: 200px; }
  @media screen and (min-width: 767px) {
    #slider_box {
      height: auto;
      background: none; } }

#slider {
  width: 960px;
  height: 325px;
  overflow: hidden;
  display: none; }
  @media screen and (min-width: 767px) {
    #slider {
      display: block; } }
  #slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 5000px;
    position: relative;
    left: -0px; }
    #slider ul li {
      display: inline;
      position: absolute;
      height: 325px;
      width: 700px; }

#slider img.tagline {
  display: none; }

#stationMap .map_numbers {
  display: none; }
#stationMap a {
  color: #ab0634;
  font-size: 1.2em;
  font-weight: bold; }
@media screen and (min-width: 767px) {
  #stationMap {
    height: 340px;
    width: 540px;
    background-image: url(../img/stationMap-2015-09-10.jpg);
    background-repeat: no-repeat;
    position: relative; }
    #stationMap ul {
      list-style-type: none; }
      #stationMap ul li {
        position: absolute; }
      #stationMap ul.map_names li {
        width: 200px;
        height: 22px; }
      #stationMap ul.map_numbers {
        display: block; }
        #stationMap ul.map_numbers li {
          width: 20px;
          height: 20px; }
    #stationMap a {
      display: block;
      height: 100%;
      width: 100%;
      text-indent: -10000px; }
    #stationMap #map_forestHill {
      left: 0px;
      top: 145px; }
    #stationMap #map_dover {
      left: 0px;
      top: 198px; }
    #stationMap #map_lewes {
      left: 0px;
      top: 225px; }
    #stationMap #map_linthicum {
      left: 0px;
      top: 172px; }
    #stationMap #map_one {
      left: 344px;
      top: 73px; }
    #stationMap #map_two {
      left: 326px;
      top: 118px; }
    #stationMap #map_three {
      left: 467px;
      top: 107px; }
    #stationMap #map_four {
      left: 495px;
      top: 168px; }
    #stationMap #map_five {
      left: 325px;
      top: 117px; } }

footer a.abiBug {
  font-size: 8px;
  color: #333;
  text-align: center;
  clear: both;
  margin-top: 20px;
  float: right; }

footer a {
  color: #878787; }

#sitemap_box {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #AB1B34;
  padding-top: 20px; }
  #sitemap_box .sitemap_list {
    float: left;
    overflow: hidden;
    padding: 10px;
    width: 350px; }
    #sitemap_box .sitemap_list ul {
      list-style-type: none;
      margin: 0px;
      padding: 0px; }
      #sitemap_box .sitemap_list ul li {
        font-weight: bold; }
      #sitemap_box .sitemap_list ul ul {
        padding-left: 10px;
        padding-bottom: 10px; }
        #sitemap_box .sitemap_list ul ul li {
          font-weight: normal; }

a.button {
  background-color: #eeb111;
  font-weight: normal;
  color: #333;
  display: inline-block;
  padding: 5px;
  border: 1px solid #CCC;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #eeb111;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #eeb111 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeb111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeb111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #eeb111 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #eeb111 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #eeb111 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='$color_2',GradientType=0 );
  /* IE6-9 */
  font-size: 12px;
  text-transform: uppercase; }
  a.button:hover {
    text-decoration: none;
    color: #000;
    border: 1px solid #333; }

a.login_button, a.current_openings {
  width: 80%;
  margin: 1em auto;
  background-color: #eeb111;
  display: block;
  border: 1px solid #262626;
  padding: 10px;
  text-align: center;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #eacd88;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eacd88 0%, #eeb111 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eacd88), color-stop(100%, #eeb111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eacd88 0%, #eeb111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eacd88 0%, #eeb111 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eacd88 0%, #eeb111 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eacd88 0%, #eeb111 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eacd88', endColorstr='$color_2',GradientType=0 );
  /* IE6-9 */
  text-transform: uppercase; }
  a.login_button:hover, a.current_openings:hover {
    background: #f2e0b6;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f2e0b6 0%, #f4ce6c 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2e0b6), color-stop(100%, #f4ce6c));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2e0b6 0%, #f4ce6c 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2e0b6 0%, #f4ce6c 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f2e0b6 0%, #f4ce6c 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f2e0b6 0%, #f4ce6c 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e0b6', endColorstr='#f4ce6c',GradientType=0 );
    /* IE6-9 */
    text-decoration: none; }
  @media screen and (min-width: 767px) {
    a.login_button, a.current_openings {
      float: left;
      margin: 10px;
      width: 400px; } }

a.current_openings {
  width: 200px;
  font-size: 12px;
  padding: 11px;
  font-weight: bold;
  float: right;
  margin: 0 0 10px 10px; }

a.fb img {
  margin-top: 7px; }

.photo-sidebar {
  float: right;
  width: 250px;
  padding-left: 10px; }
  .photo-sidebar p {
    margin-top: 10px;
    font-size: 9px;
    font-style: italic; }

.contact_form table {
  width: 100%; }
.contact_form input.text,
.contact_form textarea.text {
  width: 90%;
  clear: both;
  margin-bottom: 1em; }
.contact_form select {
  margin-bottom: 1em; }
.contact_form label {
  display: block; }
@media screen and (min-width: 767px) {
  .contact_form table {
    width: auto; }
  .contact_form label {
    clear: both;
    width: 180px;
    margin-bottom: 1em;
    margin-right: 1em; }
  .contact_form input.text,
  .contact_form textarea.text {
    clear: none; } }
@media screen and (min-width: 899px) {
  .contact_form label {
    float: left;
    text-align: right; } }

.bullet-line {
  color: #eeb111;
  display: none;
  border-top: 6px solid transparent;
  border-image: url(../img/bullet_border.png) 6 repeat;
  margin: 10px 0; }
  @media screen and (min-width: 767px) {
    .bullet-line {
      display: block; } }

.cycle-slideshow img,
.cycleShow img {
  width: 100%;
  height: auto; }

@media screen and (min-width: 899px) {
  .page-employment #content aside {
    margin-top: -80px; } }
.page-employment #content aside .cycle-slideshow {
  position: relative;
  float: none;
  margin: 0;
  width: auto;
  height: auto;
  text-align: left;
  min-height: 200px;
  overflow: visible; }
.page-employment #content .inner_content {
   float: none;}
  @media screen and (min-width: 767px) {
    .page-employment #content .inner_content {
      width: 60%;
      float: left; } }
  @media screen and (min-width: 899px) {
    .page-employment #content .inner_content {
      width: 500px; } }
@media screen and (min-width: 767px) {
  .page-employment #content .columns .column {
    float: left;
    width: 30%;
    margin-right: 2%;
    padding-right: 2%;
    border-right: 1px solid #6C6C6C;
    min-height: 410px; } }
.page-employment #content .columns .column.last {
  margin-right: 0;
  padding-right: 0;
  border: none; }
.page-employment #splash .slide_content {
  height: 220px;
  width: 300px; }
  .page-employment #splash .slide_content .bigger {
    font-weight: bold;
    font-size: 1.2em; }
