﻿@charset "UTF-8";
/*============================================================================================*/
/* Primary styles 
   #Author: Sitewire Dev
/*============================================================================================*/
/*------------------------------------------------
CSS STRUCTURE:

1. GENERAL TYPOGRAPHY
	- Global Reset 
	- fonts
	- General Styles / Helpers	

2. SITE STRUCTURE
	- Header
	- Navigation
	- Containers
	- Footer

3. MODULES
	- Animations
	- Accordion
	- Box
	- Calendar
	- icons
	- marquee
	- modal
	- ribbon
	- searchbox
	- sitesearch
	- form
	- social
	- table
	- scrollpane
	- dropdown (Added for ie8 long text fix)
	- map 
4. Print Styles (Linked Externally)
------------------------------------------------*/
/*============================================================================================*/
/* 1. GENERAL TYPOGRAPHY */
/*============================================================================================*/
/*----------------------------------------------*/
/* Global Reset */
/*----------------------------------------------*/
/*$var-handheld-max: 630px;
$var-tablet: 631px;
$var-tablet-max: 1023px;
$var-desktop: 1024px;*/
/* IE7 likes to collapse whitespace on either side of the inline-block elements.
// Ems because we're attempting to match the width of a space character. Left
// version is for form buttons, which typically come after other elements, and
// right version is for icons, which come before. Applying both is ok, but it will
// mean that space between those elements will be .6em (~2 space characters) in IE7,
// instead of the 1 space in other browsers. */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word; }

html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, fieldset, legend, label, table, header, footer, nav, section, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent; }

ul {
  list-style: none; }

ol {
  list-style-position: inside;
  list-style-type: decimal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select, img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-before: 0em;
  -webkit-padding-start: 0em;
  -webkit-padding-end: 0em;
  -webkit-padding-after: 0em; }

textarea {
  resize: vertical; }

sup {
  font-size: 0.6em; }

legend {
  display: none; }

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  border: 0; }

/*----------------------------------------------*/
/* Fonts */
/*----------------------------------------------*/
/*----------------------------------------------*/
/* General Styles / Helpers */
/*----------------------------------------------*/
/* Clear */
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clearfix:after {
    clear: both; }

.clear-none {
  clear: none !important; }

/* For image replacement */
.image-replacement {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.image-replacement br {
  display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden, .hide {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  color: #0f41fa; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.screen-reader {
  text-indent: -9999px;
  margin-bottom: 0 !important;
  line-height: 0;
  font-size: 0;
  color: transparent; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

.opacity0 {
  opacity: 0;
  display: none; }

/* Display */
.display-none {
  display: none !important; }

.display-inline-block {
  display: inline-block !important; }

.intouchable {
  position: fixed;
  top: -100000px; }

/* Helper Rules */
.capitalize {
  text-transform: uppercase; }

.break {
  display: block; }

.bold {
  font-weight: bold; }

.not-bold {
  font-weight: normal; }

.replace {
  text-indent: -9999px;
  display: block;
  overflow: hidden; }

.underline {
  text-decoration: underline; }

input:focus, textarea:focus,a:focus  {
      outline: 1px solid; }

input::-moz-focus-inner, textarea::-moz-focus-inner {
  border: 0; }

/* Disable skpe */
span.skype_pnh_container {
  display: none !important; }

span.skype_pnh_print_container {
  display: inline !important; }

/* =Layout
-------------------------------------------------------------- */
.float-right {
  float: right;
  display: inline; }

.float-left {
  float: left;
  display: inline; }

/* Clear */
.clear-left {
  clear: left !important; }

.clear-right {
  clear: right !important; }

.clear-both {
  clear: both !important; }

/* Table display */
.display-table {
  display: table; }
  .display-table > * {
    display: table-row; }
    .display-table > * > * {
      display: table-cell; }

/* Text-align */
.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

/* Border */
.border-none {
  border: none !important; }

 /*CRQ371841-WCAG Changes-added focus */
.btnBorder:focus {
  border:outset;
  border-color:#666  
} 

/* Postion */
.position-relative {
  position: relative; }

.position-absolute {
  position: absolute; }

html {
  background: url("../../images/siteFiles/pennsylvania/bgBody.png") fixed no-repeat center 46px; }
  @media only screen and (max-width: 42.125em) {
    html {
      background: none; } }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    html {
      background: none; } }

body {
  font-family: Calibri, "CalibriWeb", Arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.3em;
  text-align: center;
  -webkit-animation: fadeInDown 1s;
  -moz-animation: fadeInDown 1s;
  -ms-animation: fadeInDown 1s;
  -o-animation: fadeInDown 1s;
  animation: fadeInDown 1s; }
  @media only screen and (max-width: 42.125em) {
    body {
      padding: 16px 10px 0 10px; } }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    body {
      padding: 16px 10px 0; } }
  @media only screen and (min-width: 64em) {
    body {
      padding-top: 19px; } }

/*PlaceHolder color*/
::-webkit-input-placeholder {
  color: #000; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #000; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000; }

:-ms-input-placeholder {
  color: #000; }

h1 {
  margin: 0 0 .5em;
  font-size: 2.14288em;
  line-height: 1em; }

h2 {
  margin: 0 0 .7em;
  font-size: 1.54788em;
  line-height: 1em; }

h3, h4, h5, h6 {
  font-size: 1.24513em;
  line-height: 1em; }

p {
  margin: 0 0 1em; }

ol {
  padding-bottom: 1em; }

p span {
  font-size: inherit !important; }

a {
  color: #D20962;
  -moz-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  text-decoration: none; }

a:link, a:active, a:visited {
  color: #D20962;
  background: transparent; }

a:hover,a:focus { /*CRQ371841-WCAG Changes-added focus */
  color: #080357; }
 /*CRQ371841-WCAG Changes-Starts */

   a.info {
        position: relative;
        z-index: 24;
        text-decoration:!important;
    }


        a.info span.spaninfo {
            position: absolute;
            width: 0;
            overflow: hidden;
        }

        a.info:hover span.spaninfo, a.info:focus span.spaninfo, a.info:active span.spaninfo {
            display: block;
            position: absolute;
            text-align: center;
            background:#f2f2f2;
            color: black;
            border-radius: 10px;
            bottom: 28px;
            left: 40%;
            z-index: 98;
            width: 15em;

        }

        a.info:hover:before, a.info:focus:before {
            border: solid;
            border-color: black transparent;
            border-width: 10px 10px 0px 10px;
            bottom: 22px;
            content: "";
            left: 50%;
            position: absolute;
            z-index: 1;
        }
.spaninfo {
            font-size:0.7em !important;
            font-weight: normal !important;
            /*font-style:italic;*/
}


/*CRQ371841-WCAG Changes-added Ends */
/*============================================================================================*/
/* 2. SITE STRUCTURE */
/*============================================================================================*/
/*----------------------------------------------*/
/* Header */
/*----------------------------------------------*/
#topUtilityHolder {
  margin-left: 10px;
  margin-right: 10px; }
  @media only screen and (min-width: 64em) {
    #topUtilityHolder {
      margin-left: 0;
      margin-right: 0; } }

#logoSlogan {
  width: 100%; }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    #logoSlogan {
      width: 323px;
      float: left;
      margin: 23px 0 0 8px; } }
  @media only screen and (min-width: 64em) {
    #logoSlogan {
      width: 323px;
      float: left;
      margin: 15px 0 0 20px; } }
  #logoSlogan h2 {
    font-size: 1.125em;
    margin-bottom: 0;
    color: #4B65AE; }
    #logoSlogan h2 sup {
      position: relative;
      top: 0.5em;
      font-size: 130%; }
  #logoSlogan img {
    width: auto !important;
    width: 100%;
    max-width: 100%; }

#topLinks {
  width: 100%; }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    #topLinks {
      width: 244px;
      float: right; } }
  @media only screen and (min-width: 64em) {
    #topLinks {
      width: 600px;
      float: right; } }

#providerSearch {
  width: 100%;
  margin-top: 22px; }


  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    #providerSearch {
      text-align: right; } }
  @media only screen and (min-width: 64em) {
    #providerSearch {
      text-align: right; } }
  @media only screen and (max-width: 42.125em) {
    #providerSearch.ribbon {
      background: #D20962;
      margin: 22px 0 14px auto; } }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    #providerSearch.ribbon {
      width: 227px;
      margin: 0 0 14px auto;
      text-align: left; } }
  @media only screen and (min-width: 64em) {
    #providerSearch.ribbon {
      width: 310px;
      margin: -15px 0 0px auto;
      text-align: left; } }
  #providerSearch h3 {
    font-size: 1.09988em; }
  #providerSearch .large img {
    width: auto !important;
    max-width: 100% !important; }
    @media only screen and (min-width: 64em) {
      #providerSearch .large img {
        margin-right: 20px; } }
  #providerSearch .large img + span {
    display: none; }

#topLinkNavigation {
  float: none; }
#skipTopUtility {
  float: right; }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    #topLinkNavigation {
      width: 240px;
      margin-right: 10px;
      text-align: right; } }
  @media only screen and (min-width: 64em) {
    #topLinkNavigation {
      float: right;
      display: inline;
      margin-right: 20px; } }
  #topLinkNavigation div {
    float: left;
    display: inline; }
    @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
      #topLinkNavigation div {
       			/*float: right;
      			display: inline;*/
        float: none;
        display: inline-block;
        vertical-align: top; } }
		 #topLinkNavigation a:hover, #topLinkNavigation a:focus { /*CRQ371841-WCAG Changes-added focus */
          text-decoration: underline; }
    #topLinkNavigation div.small li {
      float: left;
      display: inline; }
      #topLinkNavigation div.small li a {
        color: #000; }
        #topLinkNavigation div.small li a:hover, #topLinkNavigation div.small li a:focus { /*CRQ371841-WCAG Changes-added focus */
          text-decoration: underline; }
      #topLinkNavigation div.small li + li:before {
        /*content: "|";*/
        padding: 0 5px; }
    #topLinkNavigation div.functions {
      margin: 0 15px; }
      @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
        #topLinkNavigation div.functions {
          padding-bottom: 6px;
          margin: 0; } }
      @media only screen and (min-width: 64em) {
        #topLinkNavigation div.functions {
          margin: 0 15px; } }
      #topLinkNavigation div.functions li {
        float: left;
        display: inline; }
        #topLinkNavigation div.functions li a {
          display: block;
          border: 1px solid #bcbec0;
          background: #ffffff;
          /* IE6-9 */
          background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
          /* FF3.6+ */
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
          /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
          /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
          /* Opera 11.10+ */
          background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
          /* IE10+ */
          background: linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
          /* W3C */
          filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#f2f2f2)";
          /* IE6 & IE7 */
          -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#f2f2f2)";
          /* IE8 */
          color: #000;
          font-weight: bold;
          font-size: 14px;
          width: 25px;
          height: 25px;
          line-height: 25px;
          vertical-align: top;
          text-align: center; }
          #topLinkNavigation div.functions li a:hover, #topLinkNavigation div.functions li a:focus { /*CRQ371841-WCAG Changes-added focus */
            background: #f2f2f2;
            /* IE6-9 */
            background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
            /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #ffffff));
            /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
            /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
            /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
            /* IE10+ */
            background: linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
            /* W3C */
            filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f2f2f2, endColorstr=#ffffff)";
            /* IE6 & IE7 */
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f2f2f2, endColorstr=#ffffff)";
            /* IE8 */ }
        #topLinkNavigation div.functions li:last-child a {
          font-size: 22px;
          margin-left: 8px; }
        #topLinkNavigation div.functions li.last-child a {
          font-size: 22px;
          margin-left: 8px; }
    #topLinkNavigation div.small {
      padding-top: 4px; }
      @media only screen and (min-width: 64em) {
        #topLinkNavigation div.small {
          padding-top: 4px; } }
    @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
      #topLinkNavigation div:first-child {
        margin-right: 15px;
        padding-top: 5px; } }
    @media only screen and (min-width: 64em) {
      #topLinkNavigation div:first-child {
        margin-bottom: 12px; } }
    @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
      #topLinkNavigation div.first-child {
        margin-right: 15px;
        padding-top: 5px; } }
    @media only screen and (min-width: 64em) {
      #topLinkNavigation div.first-child {
        margin-bottom: 12px; } }

    /*CRQ371841-WCAG Changes-Start */
@media only screen and (min-width: 63.9375em) {
    #skipMainNavigationDiv {
        color: white;
        margin-top: -30px;
        font-size: small;
        float: left;
        margin-right: 5px;
    }

        #skipMainNavigationDiv:active, #skipMainNavigationDiv:focus {
            color: black;
            margin-right: 5px;
            font-size: small;
            margin-top: 0px;
             background-color:#f2f2f2;
              font-weight:bold;
        }
}

@media only screen and (max-width: 63.9375em) {
    #skipMainNavigationDiv {
        display: block;
        visibility: hidden;
    }
}

#skipUtilityLinkDiv {
    color: white;
    margin-top: -30px;
    font-size: small;
    float: left;
    margin-right: 5px;
}

    #skipUtilityLinkDiv:active, #skipUtilityLinkDiv:focus {
        color: black;
        font-size: small;
        font-weight:bold;
         background-color:#f2f2f2;
    }
/*CRQ371841-WCAG Changes-End */

/*----------------------------------------------*/
/* Navigation */
/*----------------------------------------------*/
div#mainNavigation {
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #4B65AE;
  position: relative; }
  @media only screen and (min-width: 64em) {
    div#mainNavigation {
      margin: 0px 10px 0 9px; } }
  div#mainNavigation .nav-toggle {
    color: #fff;
    font-weight: bold;
    font-size: 1.25em;
    position: relative;
    padding: 12px 0px 13px 9px;
    vertical-align: middle;
    display: block; }
    div#mainNavigation .nav-toggle #hamburger {
      float: left;
      display: inline;
      margin-right: 9px; }
    div#mainNavigation .nav-toggle:hover {
      background: #b40755; }
    @media only screen and (min-width: 64em) {
      div#mainNavigation .nav-toggle {
        display: none; } }

#main-nav {
  display: none; }
  /*@media only screen and (min-width: 64em) {
    #main-nav {
        display: block;
    }
}*/
/*CRQ371841-WCAG Changes-Start */
@media only screen and (min-width: 64em) {   
    #main-nav {
      display: table-row;width: 100%;
} }
nav {
    display: table;
    table-layout: auto;
    width: 100%;
    
}
 
/*CRQ371841-WCAG Changes-End */
  #main-nav li.active {
    background: #D20962 !important; }
  #main-nav li.hover-active {
    background: #b40755 !important; }
  @media only screen and (min-width: 64em) {
    #main-nav li {
      /*float: left;
      display: inline;*/
      display: table-cell;
      text-align: center;
      border-right: 1px solid #fff;
      /*white-space: nowrap;*/
      vertical-align: top; } }
  #main-nav li #siteSearch {
    border-top: 1px solid #fff;
    padding: 12px 16px 13px 40px;
    position: relative; }
    @media only screen and (min-width: 64em) {
      #main-nav li #siteSearch {
        border-top: 0 !important;
        padding: 10px 12px 8px 12px !important;
        /*width: 226px;*/
        width: 100%; } }
    #main-nav li #siteSearch label {
      display: none; }
    #main-nav li #siteSearch input {
      display: block;
      width: 100%;
      border: 1px solid #fff;
      font-size: 0.875em;
      padding: 3px 5px;
      -moz-transition: all 0.3s ease 0;
      -webkit-transition: all 0.3s ease 0;
      -o-transition: all 0.3s ease 0;
      transition: all 0.3s ease 0; }
    #main-nav li #siteSearch .icon-search {
      position: absolute;
      right: 17px;
      top: 12px;
      cursor: pointer;
      cursor: hand; }
  #main-nav li a {
    display: block;
    color: #fff;
    background: #4B65AE;
    border-top: 1px solid #fff;
    font-size: 1.25em;
    text-transform: capitalize;
    font-weight: bold;
    padding: 12px 16px 13px 40px; }
    @media only screen and (min-width: 64em) {
      #main-nav li a {
        border-top: 0;
        font-weight: normal;
        font-size: 1.25em;
        padding: 14px 18px;
        /*border-right: 1px solid #fff;*/ } }
    #main-nav li a:hover, #main-nav li a:focus, #main-nav li a:active { /*CRQ371841-WCAG Changes-added focus */
      background: #415999; }
    #main-nav li a.active {
      background: #D20962 !important; }
      #main-nav li a.active:hover {
        background: #b40755 !important; }
  @media only screen and (min-width: 64em) {
    #main-nav li:last-child {
      border-right: 0; } }
  @media only screen and (min-width: 64em) {
    #main-nav li.last-child {
      border-right: 0; } }
   /*CRQ371841-WCAG changes start for Search box*/
  #siteSearch {
    border-top: 1px solid #fff;
    padding: 12px 20px;
    display:block;
    background:#4B65AE no-repeat  97% center;
    }
    @media only screen and (min-width: 64em) {
     #siteSearch {
        border-top: 0 !important;
        background:#4B65AE;
        width: 250px;
        margin:40px 0px -10px auto;
        position: relative; } }
    
    #search-holder{
        float:left;
        margin: 0 0px -20px -5px;
        display: block;
    }

    #button-holder{
        float:right;
        margin:-19px 0px 0 0px;
    }

    #siteSearch input::-ms-clear {
        display: none;
    }

     #siteSearch label {
     
       color:white;
          /*font-family:"FocoBold";*/
          font-weight:normal;
          font-size : 1.25em;
 
     }
      #siteSearch input {
         
      display: block;
      width: 80%;
      border: 1px solid #fff;
      font-size: 0.875em;
      padding: 3px 5px;
      -moz-transition: all 0.3s ease 0;
      -webkit-transition: all 0.3s ease 0;
      -o-transition: all 0.3s ease 0;
      transition: all 0.3s ease 0; 
      margin: 0 0 0 50px;
      }
     #siteSearch .icon-search1 {
      cursor: pointer;
      cursor: hand; 
     background: url("../../images/icons/Search.png") no-repeat ;
        width:15px;
     height:15px;


     }

      #siteSearch .icon-search1.focus {
     
      cursor: pointer;
      cursor: hand; }

         @media screen and (-webkit-min-device-pixel-ratio:0) { 
    /* Safari and Chrome, if Chrome rule needed */
        #siteSearch .icon-search1 {
             padding:7px;
      margin-right:8px;
        }
    }


       #siteSearch:after {
    display: block;
    width: 10px;
    height: 0px;
    position: absolute;
    bottom: -10px;
    right: -10px;
    content: "";
    border-bottom: 10px solid transparent;
    border-left: 10px solid #425a9b; }

/*CRQ371841-WCAG changes end for Search box*/
.no-svg .nav-toggle {
  background: url("../../images/siteFiles/pennsylvania/bgMenu.png") no-repeat 9px center;
  padding-left: 43px !important; }
  .no-svg .nav-toggle:hover {
    background: #b40755 url("../../images/siteFiles/pennsylvania/bgMenu.png") no-repeat 9px center !important; }

.no-svg #hamburger {
  display: none; }

#subNav {
  font-size: 1.25em; }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    #subNav {
      padding-bottom: 21px; } }
  @media only screen and (min-width: 64em) {
    #subNav {
      padding-bottom: 21px; } }
  #subNav li {
    text-transform: capitalize; }
    #subNav li a {
      display: block;
      border-bottom: 2px solid #fff;
      padding: 11px 30px 11px 16px;
      color: #fff;
      background: #D20962; }
      #subNav li a:hover {
        background: #b40755; }
      #subNav li a.active {
        background-color: #d20962;
        background-image: url("../../images/siteFiles/pennsylvania/bgSubNavActive.png");
        background-position: 5px center;
        background-repeat: no-repeat; }
    #subNav li.parentList > a {
      color: #000;
      background-color: #fff; }
      #subNav li.parentList > a.active {
        background-image: url("../../images/siteFiles/pennsylvania/bgSubNavTopActive.png");
        background-position: 5px center;
        background-repeat: no-repeat; }
    #subNav li ul li.hasChildren a {
      color: #fff;
      background: #D20962 url("../../images/siteFiles/pennsylvania/bgNavHasChildren.png") no-repeat 95% center; }
      #subNav li ul li.hasChildren a:hover {
        background-color: #b40755; }
      #subNav li ul li.hasChildren a.active {
        background-color: #d20962; }
    #subNav li ul li.hasChildren ul li a {
      border-bottom: 2px solid #D20962;
      color: #D20962;
      background: #fff;
      background-image: none; }
      #subNav li ul li.hasChildren ul li a.active {
        background-color: #fff;
        background-image: url("../../images/siteFiles/pennsylvania/bgSubNavHasChildrenActive.png");
        background-position: 5px center;
        background-repeat: no-repeat; }
      #subNav li ul li.hasChildren ul li a:hover {
        color: #fff;
        background-color: #b40755; }

/*----------------------------------------------*/
/* Containers */
/*----------------------------------------------*/
#site {
  width: 100%;
  margin: 0 auto;
  text-align: left; }
  @media only screen and (min-width: 64em) {
    #site {
      width: 960px; } }

@media only screen and (min-width: 64em) {
  #pageSlider + #mainContent #centerContent {
    padding-top: 20px; } }

#pageTitle {
  margin-left: 10px; }
  #pageTitle h3 {
    color: #fff;
    padding: 20px 27px;
    display: none;font-size: 2.14288em; }
    @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
      #pageTitle h3 {
        display: block;
        margin-bottom: 18px;font-size: 2.14288em; } }
    @media only screen and (min-width: 64em) {
      #pageTitle h3 {
        display: block;
        margin-bottom: 18px;font-size: 2.14288em; } }

#emergencyMessage {
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 37px 10px 10px;
  position: relative;
  background-color: #eeefef;
  overflow: hidden; }
  #emergencyMessage .marquee {
    width: 100%;
    height: auto; }
  #emergencyMessage div > div h4 {
    color: red;
    font-weight: normal;
    padding: 0;
    margin: 0;
    font-size: 1em; }
  #emergencyMessage div > div p {
    padding: 0;
    margin: 0;
    font-size: 1em; }
  #emergencyMessage div > div > * {
    display: inline-block; }
    #emergencyMessage div > div > * + * {
      margin-left: 5px !important; }
  #emergencyMessage a {
    display: block;
    text-indent: -9999px;
    position: absolute;
    width: 17px;
    height: 17px;
    z-index: 1;
    overflow: hidden;
    top: 10px;
    right: 10px;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
    background: url("../../images/siteFiles/pennsylvania/bgPlayPauseBlack.png") no-repeat right top; }
    #emergencyMessage a.marqueePlay {
      background-position: left top; }

#topBoxes {
  margin-left: 10px;
  margin-right: 10px; }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    #topBoxes {
      padding-bottom: 20px; } }
  @media only screen and (min-width: 64em) {
    #topBoxes {
      padding-bottom: 20px; } }

#mainContent {
  margin-left: 10px;
  margin-right: 10px;
  position: relative; }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    #mainContent {
      margin-right: 0; } }
  @media only screen and (min-width: 64em) {
    #mainContent {
      margin-right: 0; } }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    #mainContent.contentPage {
      padding-top: 21px; } }
  @media only screen and (min-width: 64em) {
    #mainContent.contentPage {
      padding-top: 21px; } }

@media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
  #leftContent {
    float: left;
    display: inline;
    width: 31%; } }
@media only screen and (min-width: 64em) {
  #leftContent {
    float: left;
    display: inline;
    width: 31%; } }
#leftContent .boxBg {
  width: 100%; }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    #leftContent .boxBg {
      float: none;
      display: block;
      margin-bottom: 15px; } }
  @media only screen and (min-width: 64em) {
    #leftContent .boxBg {
      float: none;
      display: block;
      margin-bottom: 15px; } }
  #leftContent .boxBg .box {
    padding-right: 0; }
  #leftContent .boxBg + .boxBg {
    margin-left: 0; }

#centerContent {
  padding: 20px 0 0 0; }
  #centerContent span a {
    color: #D20962 !important; }
    #centerContent span a span {
      color: #D20962 !important; }
  #centerContent.contentPage .header {
    padding-top: 0;
    font-size: 1.625em;
    line-height: 1em;
    margin: 0 0 .5em; }
  #centerContent h3 {
    font-size: 1.1875em;
    margin-bottom: 0.7em; }
    /*Added for CRQ371841_WCAG20*/    
#centerContent span  {
        text-decoration:none !important;}
#centerContent span a:hover,#centerContent span a:focus {    
       color:#080357 !important;}
  #centerContent a {
    font-weight: bold;
    text-decoration: underline;}  /*Modified for CRQ371841_WCAG20*/
    #centerContent a.image-block {
      display: block;
      margin-bottom: 20px; }
      @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
        #centerContent a.image-block {
          display: table; } }
      @media only screen and (min-width: 64em) {
        #centerContent a.image-block {
          display: table; } }
      #centerContent a.image-block img {
        margin-right: 8px; }
        @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
          #centerContent a.image-block img {
            display: table-cell; } }
        @media only screen and (min-width: 64em) {
          #centerContent a.image-block img {
            display: table-cell; } }
      #centerContent a.image-block span {
        vertical-align: middle; }
        @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
          #centerContent a.image-block span {
            display: table-cell; } }
        @media only screen and (min-width: 64em) {
          #centerContent a.image-block span {
            display: table-cell; } }
    #centerContent a ~ ul {
      padding-bottom: 0 !important; }
  #centerContent .paragraph ul li {
    padding-bottom: 5px; }
  #centerContent ul {
    padding-bottom: 20px; }
    #centerContent ul.icon-bullet {
      padding-bottom: 0 !important; }
    #centerContent ul li {
      background: url("../../images/siteFiles/pennsylvania/bgLi.png") no-repeat 0 7px;
      padding-left: 14px; }
      #centerContent ul li.quickLinks {
        padding-bottom: 17px;
        background: none;
        padding-left: 0px; }
        #centerContent ul li.quickLinks a {
          font-weight: bold;
          display: block; }
          @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
            #centerContent ul li.quickLinks a {
              display: table; } }
          @media only screen and (min-width: 64em) {
            #centerContent ul li.quickLinks a {
              display: table; } }
          #centerContent ul li.quickLinks a img {
            margin-right: 8px; }
            @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
              #centerContent ul li.quickLinks a img {
                display: table-cell; } }
            @media only screen and (min-width: 64em) {
              #centerContent ul li.quickLinks a img {
                display: table-cell; } }
          #centerContent ul li.quickLinks a span {
            vertical-align: middle; }
            @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
              #centerContent ul li.quickLinks a span {
                display: table-cell; } }
            @media only screen and (min-width: 64em) {
              #centerContent ul li.quickLinks a span {
                display: table-cell; } }
      #centerContent ul li > h4 {
        font-size: inherit !important; }
      #centerContent ul li ul {
        padding-bottom: 0; }
  #centerContent .imageHolder {
    width: 100%;
    overflow: hidden; }
    #centerContent .imageHolder img {
      max-width: 100%;
      min-width: 200px; }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    #centerContent {
      float: right;
      display: inline;
      width: 66%;
      padding: 0 37px 0 0; } }
  @media only screen and (min-width: 64em) {
    #centerContent {
      float: right;
      display: inline;
      width: 66%;
      padding: 0 37px 0 0; } }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    #centerContent.NoSibling {
      float: none;
      width: 100%;
      padding: 0 37px 0 17px;
      display: block; } }
  @media only screen and (min-width: 64em) {
    #centerContent.NoSibling {
      float: none;
      width: 100%;
      padding: 0 37px 0 17px;
      display: block; } }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    #centerContent.SiblingLeft {
      float: right;
      display: inline;
      width: 66%;
      padding: 0 37px 0 0; } }
  @media only screen and (min-width: 64em) {
    #centerContent.SiblingLeft {
      float: right;
      display: inline;
      width: 66%;
      padding: 0 37px 0 0; } }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    #centerContent.SiblingLeft h2, #centerContent.SiblingLeft p, #centerContent.SiblingLeft ul {
      padding-left: 0px; } }
  @media only screen and (min-width: 64em) {
    #centerContent.SiblingLeft h2, #centerContent.SiblingLeft p, #centerContent.SiblingLeft ul {
      padding-left: 0px; } }
  #centerContent.SiblingLeft h3 {
    margin-bottom: 0.7em; }
    @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
      #centerContent.SiblingLeft h3 {
        padding-left: 0px; } }
    @media only screen and (min-width: 64em) {
      #centerContent.SiblingLeft h3 {
        padding-left: 0px; } }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    #centerContent.SiblingRight h1 {
      padding-left: 17px; } }
  @media only screen and (min-width: 64em) {
    #centerContent.SiblingRight h1 {
      padding-left: 17px; } }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    #centerContent.SiblingRight {
      float: left;
      display: inline;
      width: 66%;
      padding: 0 6px 0 0; } }
  @media only screen and (min-width: 64em) {
    #centerContent.SiblingRight {
      float: left;
      display: inline;
      width: 66%;
      padding: 0 6px 0 0; } }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    #centerContent.SiblingRight h2, #centerContent.SiblingRight p, #centerContent.SiblingRight ul {
      padding-left: 17px; } }
  @media only screen and (min-width: 64em) {
    #centerContent.SiblingRight h2, #centerContent.SiblingRight p, #centerContent.SiblingRight ul {
      padding-left: 17px; } }
  #centerContent.SiblingRight h3 {
    margin-bottom: 0.7em; }
    @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
      #centerContent.SiblingRight h3 {
        padding-left: 17px; } }
    @media only screen and (min-width: 64em) {
      #centerContent.SiblingRight h3 {
        padding-left: 17px; } }
  #centerContent.SiblingRight h4 {
    padding-bottom: 20px; }
    @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
      #centerContent.SiblingRight h4 {
        padding-left: 17px; } }
    @media only screen and (min-width: 64em) {
      #centerContent.SiblingRight h4 {
        padding-left: 17px; } }
  #centerContent .header {
    padding-top: 0;
    font-size: 2.125em;
    line-height: 1em;
    margin: 0 0 .5em; }
  #centerContent .boxBg {
    width: 100%;
    		/*&:nth-of-type(4n)
    		{
    			@include respond-to(tablet-screens) { margin-left: 2% !important; clear: none; }
    			@include respond-to(wide-screens) {  margin-left: 2% !important; clear: none; }
    		}
    		&.nth-of-type-4n
    		{
    			@include respond-to(tablet-screens) { margin-left: 2% !important; clear: none; }
    			@include respond-to(wide-screens) {  margin-left: 2% !important; clear: none; }
    		}
    
    		& + .boxBg
    		{
    			@include respond-to(tablet-screens) 
    			{
    				margin-left: 4% !important;
    			}
    			@include respond-to(wide-screens) 
    			{	
    				margin-left: 4% !important;
    			}
    		}
    		
    		&:nth-of-type(2n+2)
    		{
    			@include respond-to(tablet-screens) { margin-left: 0 !important; }
    			@include respond-to(wide-screens) {  margin-left: 0 !important; }
    		}
    		
    		&.nth-of-type-2n-2
    		{
    			@include respond-to(tablet-screens) { margin-left: 0 !important; }
    			@include respond-to(wide-screens) {  margin-left: 0 !important; }
    		}*/ }
    @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
      #centerContent .boxBg {
        width: 46%;
        margin-bottom: 20px; } }
    @media only screen and (min-width: 64em) {
      #centerContent .boxBg {
        width: 46%;
        margin-bottom: 20px; } }
    #centerContent .boxBg .box {
      padding-right: 0; }
      @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
        #centerContent .boxBg .box {
          padding-right: 18px; } }
      @media only screen and (min-width: 64em) {
        #centerContent .boxBg .box {
          padding-right: 18px; } }
    #centerContent .boxBg .header {
      padding-top: 0; }
    @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
      #centerContent .boxBg .header, #centerContent .boxBg p, #centerContent .boxBg ul {
        padding-left: 0; } }
    @media only screen and (min-width: 64em) {
      #centerContent .boxBg .header, #centerContent .boxBg p, #centerContent .boxBg ul {
        padding-left: 0; } }
    #centerContent .boxBg ul {
      padding-bottom: 10px; }
    #centerContent .boxBg .ribbon-right-main {
      padding-bottom: 0;
      padding-right: 0 !important;
      margin-left: 35%; }
      @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
        #centerContent .boxBg .ribbon-right-main {
          margin-left: 0;
          padding-right: 0 !important;
          position: absolute;
          left: 18px;
          right: -3px;
          bottom: 20px; } }
      @media only screen and (min-width: 64em) {
        #centerContent .boxBg .ribbon-right-main {
          margin-left: 0;
          padding-right: 0 !important;
          position: absolute;
          left: 18px;
          right: -3px;
          bottom: 20px; } }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    #centerContent .boxParentHolder .boxBg:nth-of-type(4n) {
      margin-left: 2% !important;
      clear: none; } }
  @media only screen and (min-width: 64em) {
    #centerContent .boxParentHolder .boxBg:nth-of-type(4n) {
      margin-left: 2% !important;
      clear: none; } }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    #centerContent .boxParentHolder .boxBg.nth-of-type-4n {
      margin-left: 2% !important;
      clear: none; } }
  @media only screen and (min-width: 64em) {
    #centerContent .boxParentHolder .boxBg.nth-of-type-4n {
      margin-left: 2% !important;
      clear: none; } }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    #centerContent .boxParentHolder .boxBg + .boxBg {
      margin-left: 4% !important; } }
  @media only screen and (min-width: 64em) {
    #centerContent .boxParentHolder .boxBg + .boxBg {
      margin-left: 4% !important; } }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    #centerContent .boxParentHolder .boxBg:nth-of-type(2n+1) {
      margin-left: 0 !important; } }
  @media only screen and (min-width: 64em) {
    #centerContent .boxParentHolder .boxBg:nth-of-type(2n+1) {
      margin-left: 0 !important; } }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    #centerContent .boxParentHolder .boxBg.nth-of-type-2n-2 {
      margin-left: 0 !important; } }
  @media only screen and (min-width: 64em) {
    #centerContent .boxParentHolder .boxBg.nth-of-type-2n-2 {
      margin-left: 0 !important; } }

@media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
  #rightContent {
    float: right;
    display: inline;
    width: 31%;
    margin-right: 10px; } }
@media only screen and (min-width: 64em) {
  #rightContent {
    float: right;
    display: inline;
    width: 31%;
    margin-right: 10px; } }
#rightContent .boxBg {
  width: 100%; }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    #rightContent .boxBg {
      margin-right: 10px;
      float: none;
      display: block;
      margin-bottom: 15px; } }
  @media only screen and (min-width: 64em) {
    #rightContent .boxBg {
      margin-right: 10px;
      float: none;
      display: block;
      margin-bottom: 15px; } }
  #rightContent .boxBg .box {
    padding-right: 0; }
  #rightContent .boxBg .ribbon-right-main {
    padding-bottom: 0;
    padding-right: 0 !important;
    margin-left: 35%; }
    @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
      #rightContent .boxBg .ribbon-right-main {
        margin-left: 0;
        padding-right: 0 !important; } }
    @media only screen and (min-width: 64em) {
      #rightContent .boxBg .ribbon-right-main {
        margin-left: 0;
        padding-right: 0 !important; } }
  #rightContent .boxBg + .boxBg {
    margin-left: 0; }
#rightContent .eventInfo {
  padding-right: 5px; }

#pageSlider + #mainContent #centerContent h1, #pageTitle + #mainContent #centerContent h1 {
  padding-top: 0; }

@media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
  .no-nav #centerContent h1 {
    padding-top: 22px; } }
@media only screen and (min-width: 64em) {
  .no-nav #centerContent h1 {
    padding-top: 22px; } }

@media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
  #providerSearchResults {
    margin-left: 17px; } }
@media only screen and (min-width: 64em) {
  #providerSearchResults {
    margin-left: 17px; } }

/*----------------------------------------------*/
/* Footer */
/*----------------------------------------------*/
#footerHolder {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 40px; }
#footerHolder a:focus {
    text-decoration:underline;
}

  @media only screen and (min-width: 64em) {
    #footerHolder {
      margin: 20px 10px 0 9px; } }
  #footerHolder #disclaimerText {
    text-align: center;
    font-size: 0.6875em;
    padding: 0 30px; }

#siteMapNavHolder {
  position: relative;
  background-color: #eeefef; }
  #siteMapNavHolder .toggle-menu-expand {
    position: absolute;
    top: 0;
    padding-top: 11px;
    left: 18px;
    color: #000;
    font-weight: bold;
    z-index: 10; }
    @media only screen and (max-width: 42.125em) {
      #siteMapNavHolder .toggle-menu-expand {
        display: block;
        width: 95%; } }
    @media only screen and (min-width: 64em) {
      #siteMapNavHolder .toggle-menu-expand {
        display: none;
        padding-top: 0; } }
  #siteMapNavHolder #siteMapNav {
    /*background-color: $grey-background;*/
    padding: 10px 18px 0;
    position: relative; }
    @media only screen and (max-width: 42.125em) {
      #siteMapNavHolder #siteMapNav {
        min-height: 40px;
        padding: 0; } }
    @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
      #siteMapNavHolder #siteMapNav {
        padding: 10px 18px 0; } }
    @media only screen and (min-width: 64em) {
      #siteMapNavHolder #siteMapNav {
        padding: 22px 18px 0; } }
    #siteMapNavHolder #siteMapNav li {
      display: none; }
      @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
        #siteMapNavHolder #siteMapNav li {
          display: block; } }
      @media only screen and (min-width: 64em) {
        #siteMapNavHolder #siteMapNav li {
          display: block; } }
      #siteMapNavHolder #siteMapNav li a {
        color: #000;
        padding-left: 18px;
        display: block; }
        @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
          #siteMapNavHolder #siteMapNav li a {
            padding-left: 0; } }
        @media only screen and (min-width: 64em) {
          #siteMapNavHolder #siteMapNav li a {
            padding-left: 0; } }
        #siteMapNavHolder #siteMapNav li a:hover {
          text-decoration: underline; }
      #siteMapNavHolder #siteMapNav li.sitemap-header {
        float: none;
        font-weight: bold;
        position: relative;
        border-top: 1px solid #fff;
        padding-bottom: 20px;
        margin-top: 40px; }
        @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
          #siteMapNavHolder #siteMapNav li.sitemap-header {
            border-top: 0;
            float: left !important;
            display: block !important;
            width: 20%;
            margin-right: 1%;
            padding-bottom: 0;
            padding-left: 31px;
            margin-top: 0; }
            #siteMapNavHolder #siteMapNav li.sitemap-header:first-child {
              width: 15%; }
            #siteMapNavHolder #siteMapNav li.sitemap-header.first-child {
              width: 15%; } }
        @media only screen and (min-width: 64em) {
          #siteMapNavHolder #siteMapNav li.sitemap-header {
            float: left !important;
            display: block !important;
            width: 181px;
            border-top: 0;
            padding-bottom: 0;
            margin-top: 0; } }
        #siteMapNavHolder #siteMapNav li.sitemap-header + li {
          margin-top: 0; }
          @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
            #siteMapNavHolder #siteMapNav li.sitemap-header + li {
              padding-left: 0;
              margin-top: 0; } }
          @media only screen and (min-width: 64em) {
            #siteMapNavHolder #siteMapNav li.sitemap-header + li {
              margin-top: 0; } }
        #siteMapNavHolder #siteMapNav li.sitemap-header ul {
          padding-top: 10px; }
          #siteMapNavHolder #siteMapNav li.sitemap-header ul li {
            font-weight: normal;
            border-bottom: 0;
            padding-left: 0;
            padding-bottom: 5px; }
            @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
              #siteMapNavHolder #siteMapNav li.sitemap-header ul li {
                display: none;
                font-weight: normal;
                border-bottom: 0;
                padding-left: 0; } }
            @media only screen and (min-width: 64em) {
              #siteMapNavHolder #siteMapNav li.sitemap-header ul li {
                font-weight: normal;
                border-bottom: 0;
                padding-left: 0;
                display: block !important; } }
            @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
              #siteMapNavHolder #siteMapNav li.sitemap-header ul li:first-child {
                padding-top: 9px; } }
            @media only screen and (min-width: 64em) {
              #siteMapNavHolder #siteMapNav li.sitemap-header ul li:first-child {
                padding-top: 9px; } }
            @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
              #siteMapNavHolder #siteMapNav li.sitemap-header ul li.first-child {
                padding-top: 9px; } }
            @media only screen and (min-width: 64em) {
              #siteMapNavHolder #siteMapNav li.sitemap-header ul li.first-child {
                padding-top: 9px; } }
            @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
              #siteMapNavHolder #siteMapNav li.sitemap-header ul li:last-child {
                padding-bottom: 28px; } }
            @media only screen and (min-width: 64em) {
              #siteMapNavHolder #siteMapNav li.sitemap-header ul li:last-child {
                padding-bottom: 28px; } }
            @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
              #siteMapNavHolder #siteMapNav li.sitemap-header ul li.last-child {
                padding-bottom: 28px; } }
            @media only screen and (min-width: 64em) {
              #siteMapNavHolder #siteMapNav li.sitemap-header ul li.last-child {
                padding-bottom: 28px; } }
            @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
              #siteMapNavHolder #siteMapNav li.sitemap-header ul li a:before {
                content: ""; } }
            @media only screen and (min-width: 64em) {
              #siteMapNavHolder #siteMapNav li.sitemap-header ul li a:before {
                content: ""; } }
        #siteMapNavHolder #siteMapNav li.sitemap-header > a:first-child {
          padding-left: 18px;
          margin-top: 20px; }
          @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
            #siteMapNavHolder #siteMapNav li.sitemap-header > a:first-child {
              border-bottom: 0;
              border-top: 0;
              padding-left: 0;
              padding-bottom: 0;
              margin-top: 2px; } }
          @media only screen and (min-width: 64em) {
            #siteMapNavHolder #siteMapNav li.sitemap-header > a:first-child {
              border-top: 0;
              padding-left: 0;
              padding-bottom: 0;
              margin-top: 0; } }
        #siteMapNavHolder #siteMapNav li.sitemap-header > a.first-child {
          padding-left: 18px;
          margin-top: 20px; }
          @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
            #siteMapNavHolder #siteMapNav li.sitemap-header > a.first-child {
              border-bottom: 0;
              border-top: 0;
              padding-left: 0;
              padding-bottom: 0;
              margin-top: 2px; } }
          @media only screen and (min-width: 64em) {
            #siteMapNavHolder #siteMapNav li.sitemap-header > a.first-child {
              border-top: 0;
              padding-left: 0;
              padding-bottom: 0;
              margin-top: 0; } }
/*CRQ371841-WCAG changes start*/
    #siteMapNavHolder #siteMapNav div {
      display: none; }
      @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
        #siteMapNavHolder #siteMapNav div {
          display: block; } }
      @media only screen and (min-width: 64em) {
        #siteMapNavHolder #siteMapNav div {
          display: block; } }
      #siteMapNavHolder #siteMapNav div a {
        color: #000;
        padding-left: 18px;
        display: block; }
        @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
          #siteMapNavHolder #siteMapNav div a {
            padding-left: 0; } }
        @media only screen and (min-width: 64em) {
          #siteMapNavHolder #siteMapNav div a {
            padding-left: 0; } }
        #siteMapNavHolder #siteMapNav div a:hover {
          text-decoration: underline; }
      #siteMapNavHolder #siteMapNav div.sitemap-header {
        float: none;
        font-weight: bold;
        position: relative;
        border-top: 1px solid #fff;
        padding-bottom: 20px;
        margin-top: 40px; }
        @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
          #siteMapNavHolder #siteMapNav div.sitemap-header {
            border-top: 0;
            float: left !important;
            display: block !important;
            width: 20%;
            margin-right: 1%;
            padding-bottom: 0;
            padding-left: 31px;
            margin-top: 0; }
            #siteMapNavHolder #siteMapNav div.sitemap-header:first-child {
              width: 15%; }
            #siteMapNavHolder #siteMapNav div.sitemap-header.first-child {
              width: 15%; } }
        @media only screen and (min-width: 64em) {
          #siteMapNavHolder #siteMapNav div.sitemap-header {
            float: left !important;
            display: block !important;
            width: 181px;
            border-top: 0;
            padding-bottom: 0;
            margin-top: 0; } }
        #siteMapNavHolder #siteMapNav div.sitemap-header + li {
          margin-top: 0; }
          @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
            #siteMapNavHolder #siteMapNav div.sitemap-header + li {
              padding-left: 0;
              margin-top: 0; } }
          @media only screen and (min-width: 64em) {
            #siteMapNavHolder #siteMapNav div.sitemap-header + li {
              margin-top: 0; } }
        #siteMapNavHolder #siteMapNav div.sitemap-header ul {
          padding-top: 10px; }
          #siteMapNavHolder #siteMapNav div.sitemap-header ul li {
            font-weight: normal;
            border-bottom: 0;
            padding-left: 0;
            padding-bottom: 5px; }
            @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
              #siteMapNavHolder #siteMapNav div.sitemap-header ul li {
                display: none;
                font-weight: normal;
                border-bottom: 0;
                padding-left: 0; } }
            @media only screen and (min-width: 64em) {
              #siteMapNavHolder #siteMapNav div.sitemap-header ul li {
                font-weight: normal;
                border-bottom: 0;
                padding-left: 0;
                display: block !important; } }
            @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
              #siteMapNavHolder #siteMapNav div.sitemap-header ul li:first-child {
                padding-top: 9px; } }
            @media only screen and (min-width: 64em) {
              #siteMapNavHolder #siteMapNav div.sitemap-header ul li:first-child {
                padding-top: 9px; } }
            @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
              #siteMapNavHolder #siteMapNav div.sitemap-header ul li.first-child {
                padding-top: 9px; } }
            @media only screen and (min-width: 64em) {
              #siteMapNavHolder #siteMapNav div.sitemap-header ul li.first-child {
                padding-top: 9px; } }
            @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
              #siteMapNavHolder #siteMapNav div.sitemap-header ul li:last-child {
                padding-bottom: 28px; } }
            @media only screen and (min-width: 64em) {
              #siteMapNavHolder #siteMapNav div.sitemap-header ul li:last-child {
                padding-bottom: 28px; } }
            @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
              #siteMapNavHolder #siteMapNav div.sitemap-header ul li.last-child {
                padding-bottom: 28px; } }
            @media only screen and (min-width: 64em) {
              #siteMapNavHolder #siteMapNav div.sitemap-header ul li.last-child {
                padding-bottom: 28px; } }
            @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
              #siteMapNavHolder #siteMapNav div.sitemap-header ul li a:before {
                content: ""; } }
            @media only screen and (min-width: 64em) {
              #siteMapNavHolder #siteMapNav div.sitemap-header ul li a:before {
                content: ""; } }
        #siteMapNavHolder #siteMapNav div.sitemap-header > a:first-child {
          padding-left: 18px;
          margin-top: 20px; }
          @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
            #siteMapNavHolder #siteMapNav div.sitemap-header > a:first-child {
              border-bottom: 0;
              border-top: 0;
              padding-left: 0;
              padding-bottom: 0;
              margin-top: 2px; } }
          @media only screen and (min-width: 64em) {
            #siteMapNavHolder #siteMapNav div.sitemap-header > a:first-child {
              border-top: 0;
              padding-left: 0;
              padding-bottom: 0;
              margin-top: 0; } }
        #siteMapNavHolder #siteMapNav div.sitemap-header > a.first-child {
          padding-left: 18px;
          margin-top: 20px; }
          @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
            #siteMapNavHolder #siteMapNav div.sitemap-header > a.first-child {
              border-bottom: 0;
              border-top: 0;
              padding-left: 0;
              padding-bottom: 0;
              margin-top: 2px; } }
          @media only screen and (min-width: 64em) {
            #siteMapNavHolder #siteMapNav div.sitemap-header > a.first-child {
              border-top: 0;
              padding-left: 0;
              padding-bottom: 0;
              margin-top: 0; } }
/*CRQ371841-WCAG changes end*/

/*CRQ371841-WCAG changes ul & li added*/
#footerLinks ul {
  margin: 15px auto 0;
  text-align: center;
  width: 88%; }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    #footerLinks ul {
      width: 68.35%; } }
  @media only screen and (min-width: 64em) {
    #footerLinks ul {
      width: 75.66%; } }
  #footerLinks ul li {
      display:inline;}
  #footerLinks ul li a {
    color: #000;
    display: inline-block;
    margin-bottom: 12px; }
    #footerLinks ul li a img {
      width: 15px; }
    #footerLinks ul li a:last-child {
      margin-left: 11px; }
    #footerLinks ul li a.last-child {
      margin-left: 11px; }
  #footerLinks ul li span.spacer {
    padding: 0 6px;
    display: inline-block; }
    @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
      #footerLinks ul li span.spacer {
        padding: 0 8px; } }
    @media only screen and (min-width: 64em) {
      #footerLinks ul li span.spacer {
        padding: 0 28px; } }

.lastUpdated {
  text-align: center;
  font-size: small; }

#copyright {
  text-align: center; }

#footerLogo {
  text-align: center; }
  #footerLogo #footerImageHolder {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /*img:first-child
    {
    	max-width: 179px;
    	margin-bottom: 20px;
    	@include respond-to(wide-screens) { margin-bottom: 0; }
    }
    img + img
    {
    	max-width: 172px;
    }*/ }
    #footerLogo #footerImageHolder img {
      margin: 0 auto;
      display: block; }
      @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
        #footerLogo #footerImageHolder img {
          max-width: 100%; } }
      @media only screen and (min-width: 64em) {
        #footerLogo #footerImageHolder img {
          max-width: 100%; } }

/*============================================================================================*/
/* 3. MODULES */
/*============================================================================================*/
/*----------------------------------------------*/
/* Animations */
/*----------------------------------------------*/
/*----------------------------------------------*/
/* Expandable Menus */
/*----------------------------------------------*/
/*CRQ371841-WCAG - Plus minus icon Starts*/
.plus {
    font-weight: bold;
    float: right;
    padding-right: 4px;
    content: "+";
}

.minus {
    font-weight: bold;
    float: right;
    padding-right: 4px;
    content: "-";
}
.plus:before {
      content: "+";
}

.minus:before {
      content: "-";
}

/*CRQ371841-WCAG - Plus minus icon End*/
.accordion .accordion-header {
  display: block;
  background: #4B65AE;
  cursor: pointer;
  color: #fff;
  padding: 10px;
  margin-bottom: 2px; }
  .accordion .accordion-header a {
    display: block;
    color: #fff; }
    .accordion .accordion-header a:hover,.accordion .accordion-header a:focus {     
      background: #415999; }
    .accordion .accordion-header a.active {
      background: #D20962; }
      .accordion .accordion-header a.active.hover,.accordion .accordion-header a.active.focus { /*CRQ371841-WCAG - key focus added*/
        background: #b40755; }
  .accordion .accordion-header .header {
    font-size: 1.25em !important;
    padding: 0 !important;
    margin: 0 !important; }
  .accordion .accordion-header:hover, .accordion .accordion-header.hover,.accordion .accordion-header:focus, .accordion .accordion-header.focus { /*CRQ371841-WCAG - key focus added*/
    background: #415999; }
  .accordion .accordion-header + .accordion-content {
    margin: 0;
    padding: 10px 0 15px; 
	outline:none;}/*CRQ371841-WCAG - outlilne style added*/

        /*CRQ371841-WCAG - outlilne style added*/
    .accordion .accordion-header + .accordion-content.focus, .accordion .accordion-header + .accordion-content:focus, .accordion .accordion-header + .accordion-content.active, .accordion .accordion-header + .accordion-content:active {
        margin: 0;
        padding: 10px 0 15px;
        outline: 0.5px solid black;
    }

  .accordion .accordion-header.active {
    background: #D20962; }
     .accordion .accordion-header.active.hover, .accordion .accordion-header.active:hover,.accordion .accordion-header.active.focus, .accordion .accordion-header.active:focus { /*CRQ371841-WCAG - key focus added*/
      background: #b40755; }

/*----------------------------------------------*/
/* Box */
/*----------------------------------------------*/
.boxBg {
  background: url("../../images/siteFiles/pennsylvania/bgBoxBtmMobile.png") repeat-x left bottom;
  padding-bottom: 7px;
  margin-top: 20px;
  /*comment to see*/ }
  @media only screen and (max-width: 42.125em) {
    .boxBg {
      height: auto !important; } }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    .boxBg {
      float: left;
      width: 32%;
      display: inline;
      background: url("../../images/siteFiles/pennsylvania/bgBoxBtm.png") no-repeat right bottom;
      padding-bottom: 22px;
      margin-top: 0;
      margin-bottom: 25px;
      position: relative; } }
  @media only screen and (min-width: 64em) {
    .boxBg {
      float: left;
      width: 32%;
      display: inline;
      background: url("../../images/siteFiles/pennsylvania/bgBoxBtm.png") no-repeat right bottom;
      padding-bottom: 22px;
      position: relative;
      border: 0;
      margin-top: 0; } }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    .boxBg + .boxBg {
      margin-left: 2%; } }
  @media only screen and (min-width: 64em) {
    .boxBg + .boxBg {
      margin-left: 2%; } }
  .boxBg + .paragraph {
    clear: left;
    padding-top: 20px; }
  .boxBg + .accordion {
    clear: left;
    padding-top: 20px; }
  .boxBg + ul, .boxBg + h3, .boxBg + h2, .boxBg + .imageHolder {
    clear: left;
    padding-top: 20px; }
  .boxBg .calltoaction a {
    font-weight: normal !important; }

@media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
  .boxParentHolder .boxBg:nth-of-type(4n) {
    margin-left: 0 !important;
    clear: left; } }
@media only screen and (min-width: 64em) {
  .boxParentHolder .boxBg:nth-of-type(4n) {
    margin-left: 0 !important;
    clear: left; } }
@media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
  .boxParentHolder .boxBg.nth-of-type-4n {
    margin-left: 0 !important;
    clear: left; } }
@media only screen and (min-width: 64em) {
  .boxParentHolder .boxBg.nth-of-type-4n {
    margin-left: 0 !important;
    clear: left; } }

.box {
  border: 1px solid #eeefef;
  border-bottom: 0;
  padding: 20px 19px; }
  .box.aetna-administered a {
    color: #4B65AE !important; }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    .box {
      border: 0;
      padding: 22px 18px 0;
      background: #f5f5f5;
      /* IE6-9 */
      background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #ffffff));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
      /* IE10+ */
      background: linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
      /* W3C */
      filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f5f5f5, endColorstr=#ffffff)";
      /* IE6 & IE7 */
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f5f5f5, endColorstr=#ffffff)";
      /* IE8 */ } }
  @media only screen and (min-width: 64em) {
    .box {
      border: 0;
      padding: 22px 18px 0;
      background: #f5f5f5;
      /* IE6-9 */
      background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #ffffff));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
      /* IE10+ */
      background: linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
      /* W3C */
      filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f5f5f5, endColorstr=#ffffff)";
      /* IE6 & IE7 */
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f5f5f5, endColorstr=#ffffff)";
      /* IE8 */ } }
  .box .header {
    margin: 0 0 .5em;
    font-size: 2.125em;
    line-height: 1em;
    text-transform: capitalize; }
  .box p {
    padding-bottom: 15px;
    padding-right: 10px; }
    @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
      .box p {
        padding-bottom: 20px;
        padding-right: 0; } }
    @media only screen and (min-width: 64em) {
      .box p {
        padding-bottom: 20px;
        padding-right: 0; } }
    .box p.contact {
      margin-bottom: 0;
      padding-bottom: 20px; }
   .box a {
    text-decoration: underline; } /*CRQ371841-WCAG Changes- removed underline */
	.box a:hover, .box a:focus{ /*CRQ371841-WCAG Changes- added underline */
    text-decoration: underline;
     }
  .box .blueButton, .box .button {
    padding-bottom: 0;
    padding-right: 0; }
    @media only screen and (min-width: 64em) {
      .box .blueButton, .box .button {
        position: absolute;
        left: 18px;
        right: 18px;
        bottom: 20px; } }
    @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
      .box .blueButton, .box .button {
        position: absolute;
        left: 18px;
        right: 18px;
        bottom: 20px; } }
    .box .blueButton a, .box .button a {
      background-color: #D20962;
      display: block;
      text-align: center;
      color: #fff;
      font-family: "FocoBold";
      font-size: 1.125em;
      padding: 8px 0;
      text-decoration: none !important; }
      .box .blueButton a:hover, .box .button a:hover, .box .blueButton a:focus, .box .button a:focus { /*CRQ371841-WCAG Changes-added focus */
        background-color: #b40755; }
  @media only screen and (min-width: 64em) {
    .box .button:not(:last-child) {
      position: absolute;
      left: 18px;
      right: 52%;
      bottom: 20px; } }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    .box .button:not(:last-child) {
      position: absolute;
      left: 18px;
      right: 52%;
      bottom: 20px; } }
  @media only screen and (min-width: 64em) {
    .box .button.not-last-child {
      position: absolute;
      left: 18px;
      right: 52%;
      bottom: 20px; } }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    .box .button.not-last-child {
      position: absolute;
      left: 18px;
      right: 52%;
      bottom: 20px; } }
  @media only screen and (min-width: 64em) {
    .box .button + .button {
      position: absolute;
      left: 52%;
      right: 18px;
      bottom: 20px; } }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    .box .button + .button {
      position: absolute;
      left: 52%;
      right: 18px;
      bottom: 20px; } }
  .box li.whatsNew {
    padding-bottom: 3px;
    margin-left: 2px; }
    .box li.whatsNew a {
      font-weight: bold;
      background: url("../../images/siteFiles/pennsylvania/bgLi.png") no-repeat 0 7px;
      padding-left: 14px; }
      .box li.whatsNew a:hover {
        color: #000; }
    .box li.whatsNew:last-child {
      padding-bottom: 23px; }
    .box li.whatsNew.last-child {
      padding-bottom: 23px; }
  .box li.quickLinks {
    vertical-align: top;
    padding: 0 0 17px 0; }
    .box li.quickLinks a {
      font-weight: bold;
      display: block; }
      @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
        .box li.quickLinks a {
          display: table; } }
      @media only screen and (min-width: 64em) {
        .box li.quickLinks a {
          display: table; } }
      .box li.quickLinks a img {
        margin-right: 8px; }
        @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
          .box li.quickLinks a img {
            display: table-cell;
            margin-right: 0; } }
        @media only screen and (min-width: 64em) {
          .box li.quickLinks a img {
            display: table-cell;
            margin-right: 0; } }
      .box li.quickLinks a span {
        vertical-align: middle;
        padding-left: 0; }
        @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
          .box li.quickLinks a span {
            display: table-cell;
            padding-left: 8px; } }
        @media only screen and (min-width: 64em) {
          .box li.quickLinks a span {
            display: table-cell;
            padding-left: 8px; } }
  .box li.social {
    margin-right: 18px;
    padding-bottom: 16px; }
    .box li.social a {
      font-weight: bold;
      display: block;
      color: #fff;
      background: #afb0b2;
      /* IE6-9 */
      background: -moz-linear-gradient(top, #afb0b2 0%, #56595c 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #afb0b2), color-stop(100%, #56595c));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #afb0b2 0%, #56595c 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #afb0b2 0%, #56595c 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #afb0b2 0%, #56595c 100%);
      /* IE10+ */
      background: linear-gradient(top, #afb0b2 0%, #56595c 100%);
      /* W3C */
      filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#afb0b2, endColorstr=#56595c)";
      /* IE6 & IE7 */
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#afb0b2, endColorstr=#56595c)";
      /* IE8 */ }
      .box li.social a img {
        margin-right: 0;
        width: 38px; }
        @media only screen and (min-width: 64em) {
          .box li.social a img {
            width: 51px; } }
      .box li.social a span {
        vertical-align: middle;
        padding: 0 5px;
        font-size: 0.875em; }
        @media only screen and (min-width: 64em) {
          .box li.social a span {
            font-size: 1.25em;
            padding: 0 21px; } }
  .box .newsArticleItem .newsInfo {
    float: right;
    width: 87%;
    padding-right: 10px; }
    .box .newsArticleItem .newsInfo h3 {
      font-size: 1em; }
      .box .newsArticleItem .newsInfo h3 a {
        color: #000; }
    .box .newsArticleItem .newsInfo p {
      font-size: 0.875em;
      padding: 0;
      margin-bottom: 0; }
      .box .newsArticleItem .newsInfo p.calltoaction {
        padding-bottom: 15px; }
    .box .newsArticleItem .newsInfo.NoSibling {
      width: 100%;
      padding-right: 0; }
  .box .newsArticleItem .newsImage {
    float: left;
    width: 10%;
    margin-right: 3%;
    display: inline; }
  .box .navigator h4 {
    font-size: 1em;
    padding-bottom: 20px;
    padding-right: 18px; }
  .box .navigator ul {
    padding-bottom: 20px;
    padding-right: 18px; }
    .box .navigator ul li a {
      text-decoration: underline;
      display: block; }
    .box .navigator ul.formats {
      padding-bottom: 10px; }
      .box .navigator ul.formats li {
        padding-bottom: 15px; }
        .box .navigator ul.formats li a {
          text-decoration: none;
          font-weight: bold; }
        .box .navigator ul.formats li.webpage a {
          background: url("../../images/siteFiles/pennsylvania/internal-link.gif") no-repeat left center;
          line-height: 24px;
          padding-left: 36px; }
        .box .navigator ul.formats li.adobepdf a, .box .navigator ul.formats li.pdf a {
          background: url("../../images/siteFiles/pennsylvania/pdf-link.gif") no-repeat left center;
          line-height: 24px;
          padding-left: 36px; }
        .box .navigator ul.formats li.microsoftword a, .box .navigator ul.formats li.word a {
          background: url("../../images/siteFiles/pennsylvania/doc-link.gif") no-repeat left center;
          line-height: 24px;
          padding-left: 36px; }

/*----------------------------------------------*/
/* Calendar */
/*----------------------------------------------*/
.eventDate {
  float: left;
  display: inline;
  border: 2px solid #4B65AE;
  color: #4B65AE;
  font-family: "FocoBold";
  padding: 3px 5px;
  text-align: center;
  text-transform: uppercase; }
  .eventDate .month {
    font-size: 0.9375em;
    line-height: 0.9375em;
    display: block; }
  .eventDate .day {
    display: block;
    line-height: 0.875em;
    font-size: 1.5625em; }

.eventInfo {
  float: left;
  display: inline; }
  .eventInfo p {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important; }

#rightContent .event {
  padding-bottom: 16px; }
#rightContent .eventInfo {
  width: 70%; }
#rightContent .eventDate {
  margin-right: 5%; }

#centerContent .event {
  background: #fafafa;
  padding: 23px 15px;
  margin-bottom: 42px; }
#centerContent .eventInfo {
  width: 70%; }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    #centerContent .eventInfo {
      width: 75%; } }
  @media only screen and (min-width: 64em) {
    #centerContent .eventInfo {
      width: 85%; } }
  #centerContent .eventInfo h4 {
    color: #D20962; }
#centerContent .eventDate {
  margin-right: 5%;
  margin-bottom: 20px; }

.newsDate {
  color: #4B65AE;
  font-size: 0.875em;
  font-style: italic;
  font-weight: bold;
  padding-bottom: 15px; }

/*----------------------------------------------*/
/* Icons */
/*----------------------------------------------*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity .8 */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - magrins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em; }

.icon-search:before {
  content: '\e801'; }

/*----------------------------------------------*/
/* Marquee */
/*----------------------------------------------*/
div#pageSlider {
  position: relative;
  margin-right: 10px; }
  @media only screen and (min-width: 64em) {
    div#pageSlider {
      padding-right: 10px;
      margin-right: 0; } }
  div#pageSlider .figure {
    display: none; }
  div#pageSlider .flex-viewport #sliderContainer .figure {
    zoom: 1;
    position: relative; }
    div#pageSlider .flex-viewport #sliderContainer .figure:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    div#pageSlider .flex-viewport #sliderContainer .figure .sliderInfo {
      background: #333;
      color: #fff;
      padding: 18px 29px 13px 0;
      margin-left: 10px; }
      @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
        div#pageSlider .flex-viewport #sliderContainer .figure .sliderInfo {
          padding-bottom: 23px; } }
      @media only screen and (min-width: 64em) {
        div#pageSlider .flex-viewport #sliderContainer .figure .sliderInfo {
          left: 11px;
          z-index: 2;
          top: 20px;
          width: 350px;
          position: absolute;
          height: 250px;
          padding: 21px 0;
          margin-left: 0px;
          background: transparent; } }
      @media only screen and (min-width: 64em) {
        div#pageSlider .flex-viewport #sliderContainer .figure .sliderInfo .bg {
          position: absolute;
          z-index: -1;
          top: 0;
          bottom: 0;
          left: -1px;
          right: 0;
          background: #000;
          zoom: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
          filter: alpha(opacity=80);
          -moz-opacity: 0.8;
          -khtml-opacity: 0.8;
          opacity: 0.8;
          width: 351px;
          height: 100%; } }
      div#pageSlider .flex-viewport #sliderContainer .figure .sliderInfo .header {
        font-size: 2.125em;
        line-height: 1.05em;
        padding-left: 16px;
        margin-bottom: .5em; }
        @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
          div#pageSlider .flex-viewport #sliderContainer .figure .sliderInfo .header {
            float: left;
            display: inline;
            width: 55%; } }
        @media only screen and (min-width: 64em) {
          div#pageSlider .flex-viewport #sliderContainer .figure .sliderInfo .header {
            padding-left: 17px;
            padding-right: 17px;
            word-wrap: normal !important;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            -ms-text-overflow: ellipsis; } }
      div#pageSlider .flex-viewport #sliderContainer .figure .sliderInfo .figCaption {
        font-size: 1.125em;
        font-family: "FocoRegular";
        line-height: 1.25em;
        padding-left: 16px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 0) {
          div#pageSlider .flex-viewport #sliderContainer .figure .sliderInfo .figCaption {
            font-family: Calibri, "CalibriWeb", Arial, sans-serif; } }
        @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
          div#pageSlider .flex-viewport #sliderContainer .figure .sliderInfo .figCaption {
            float: right;
            display: inline;
            width: 45%; } }
        @media only screen and (min-width: 64em) {
          div#pageSlider .flex-viewport #sliderContainer .figure .sliderInfo .figCaption {
            padding-left: 17px;
            padding-right: 17px; } }
      div#pageSlider .flex-viewport #sliderContainer .figure .sliderInfo p.ribbon {
        margin-top: 20px;
        left: 1px; }
        @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
          div#pageSlider .flex-viewport #sliderContainer .figure .sliderInfo p.ribbon {
            left: 1px;
            clear: left;
            width: 55%; } }
        @media only screen and (min-width: 64em) {
          div#pageSlider .flex-viewport #sliderContainer .figure .sliderInfo p.ribbon {
            left: 0 !important; } }
        div#pageSlider .flex-viewport #sliderContainer .figure .sliderInfo p.ribbon a {
          font-size: 18px;
          padding: 10px 20px; }
    div#pageSlider .flex-viewport #sliderContainer .figure .sliderImage {
      overflow: hidden; }
      @media only screen and (min-width: 64em) {
        div#pageSlider .flex-viewport #sliderContainer .figure .sliderImage {
          margin-left: 10px;
          position: static; } }
      div#pageSlider .flex-viewport #sliderContainer .figure .sliderImage img {
        min-width: 430px;
        min-height: 134px;
        width: 100%;
        margin-left: 10px; }
        @media only screen and (min-width: 64em) {
          div#pageSlider .flex-viewport #sliderContainer .figure .sliderImage img {
            margin-left: 0;
            margin-right: 0;
            max-width: 941px; } }
  div#pageSlider #pageSliderNav {
    position: absolute;
    bottom: 4px;
    left: 26px;
    z-index: 4; }
    @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
      div#pageSlider #pageSliderNav {
        text-align: center;
        width: 100%;
        left: 0; } }
    @media only screen and (min-width: 64em) {
      div#pageSlider #pageSliderNav {
        width: 321px;
        bottom: 8px;
        left: 29px;
        z-index: 4; } }
    div#pageSlider #pageSliderNav .flex-pauseplay {
      float: left;
      display: inline;
      padding-bottom: 1em; }
      @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
        div#pageSlider #pageSliderNav .flex-pauseplay {
          float: none;
          display: inline-block; } }
      div#pageSlider #pageSliderNav .flex-pauseplay a {
        width: 17px;
        height: 17px;
        display: block;
        overflow: hidden;
        text-indent: -9999px;
        background: url("../../images/siteFiles/pennsylvania/bgSliderNav.png") no-repeat -21px top;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: color 0 ease-in;
        transition: none; }
        div#pageSlider #pageSliderNav .flex-pauseplay a.flex-play {
          background-position: left top; }
    div#pageSlider #pageSliderNav ol {
      list-style: none !important; }
    div#pageSlider #pageSliderNav .flex-control-paging {
      float: left;
      display: inline;
      margin-left: 11px;
      padding-top: 4px; }
      @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
        div#pageSlider #pageSliderNav .flex-control-paging {
          float: none;
          display: inline-block;
          padding-top: 4px; } }
      @media only screen and (min-width: 64em) {
        div#pageSlider #pageSliderNav .flex-control-paging {
          margin-left: 0;
          float: right;
          display: inline;
          padding-top: 0; } }
      div#pageSlider #pageSliderNav .flex-control-paging li {
        display: inline-block;
        margin-left: 0; }
        div#pageSlider #pageSliderNav .flex-control-paging li + li {
          margin-left: 12px; }
        div#pageSlider #pageSliderNav .flex-control-paging li a {
          text-indent: -9999px;
          width: 9px;
          height: 13px;
          display: block;
          overflow: hidden;
          background-image: url("../../images/siteFiles/pennsylvania/bgSliderNav.png");
          -moz-transition: none;
          -webkit-transition: none;
          -o-transition: color 0 ease-in;
          transition: none;
          background-position: right -4px;
          background-repeat: no-repeat; }
          @media only screen and (min-width: 64em) {
            div#pageSlider #pageSliderNav .flex-control-paging li a {
              height: 9px; } }
          div#pageSlider #pageSliderNav .flex-control-paging li a.flex-active {
            background-position: -42px -4px; }
          div#pageSlider #pageSliderNav .flex-control-paging li a:hover, div#pageSlider #pageSliderNav .flex-control-paging li a:focus { /*CRQ371841-WCAG Changes-added focus */
            background-position: -42px -4px;
            -moz-transition: none;
            -webkit-transition: none;
            -o-transition: color 0 ease-in;
            transition: none; }

html[xmlns] #sliderContainer {
  display: block; }

* html #sliderContainer {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js #sliderContainer > .figure:first-child {
  display: block; }

/*----------------------------------------------*/
/* Modal */
/*----------------------------------------------*/
#overlay {
  position: fixed;
  z-index: 1000;
  background-color: #000;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  display: none; }

#modalHolder, #moreInfoHolder, #provDetailsHolder {
  position: fixed;
  z-index: 1001;
  top: -600px;
  left: 0;
  right: 0;
  text-align: center;
  display: none; }
  #modalHolder #disclaimer, #modalHolder #moreInfo, #modalHolder #provModal, #moreInfoHolder #disclaimer, #moreInfoHolder #moreInfo, #moreInfoHolder #provModal, #provDetailsHolder #disclaimer, #provDetailsHolder #moreInfo, #provDetailsHolder #provModal {
    width: 91%;
    position: relative;
    padding: 45px 0 27px 27px;
    margin: 0 auto;
    text-align: left;
    border: 5px solid #4B65AE;
    background-color: #fff; }
    @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
      #modalHolder #disclaimer, #modalHolder #moreInfo, #modalHolder #provModal, #moreInfoHolder #disclaimer, #moreInfoHolder #moreInfo, #moreInfoHolder #provModal, #provDetailsHolder #disclaimer, #provDetailsHolder #moreInfo, #provDetailsHolder #provModal {
        width: 80%; } }
    @media only screen and (min-width: 64em) {
      #modalHolder #disclaimer, #modalHolder #moreInfo, #modalHolder #provModal, #moreInfoHolder #disclaimer, #moreInfoHolder #moreInfo, #moreInfoHolder #provModal, #provDetailsHolder #disclaimer, #provDetailsHolder #moreInfo, #provDetailsHolder #provModal {
        width: 620px; } }
    #modalHolder #disclaimer p, #modalHolder #disclaimer ul, #modalHolder #moreInfo p, #modalHolder #moreInfo ul, #modalHolder #provModal p, #modalHolder #provModal ul, #moreInfoHolder #disclaimer p, #moreInfoHolder #disclaimer ul, #moreInfoHolder #moreInfo p, #moreInfoHolder #moreInfo ul, #moreInfoHolder #provModal p, #moreInfoHolder #provModal ul, #provDetailsHolder #disclaimer p, #provDetailsHolder #disclaimer ul, #provDetailsHolder #moreInfo p, #provDetailsHolder #moreInfo ul, #provDetailsHolder #provModal p, #provDetailsHolder #provModal ul {
      padding-right: 27px; }
    #modalHolder #disclaimer a, #modalHolder #moreInfo a, #modalHolder #provModal a, #moreInfoHolder #disclaimer a, #moreInfoHolder #moreInfo a, #moreInfoHolder #provModal a, #provDetailsHolder #disclaimer a, #provDetailsHolder #moreInfo a, #provDetailsHolder #provModal a {
      text-decoration: underline; }
    #modalHolder #disclaimer .header, #modalHolder #moreInfo .header, #modalHolder #provModal .header, #moreInfoHolder #disclaimer .header, #moreInfoHolder #moreInfo .header, #moreInfoHolder #provModal .header, #provDetailsHolder #disclaimer .header, #provDetailsHolder #moreInfo .header, #provDetailsHolder #provModal .header {
      margin: 0 0 .5em;
      font-size: 2.125em;
      line-height: 1em;
      text-transform: capitalize; }
    #modalHolder #disclaimer .sub-header, #modalHolder #moreInfo .sub-header, #modalHolder #provModal .sub-header, #moreInfoHolder #disclaimer .sub-header, #moreInfoHolder #moreInfo .sub-header, #moreInfoHolder #provModal .sub-header, #provDetailsHolder #disclaimer .sub-header, #provDetailsHolder #moreInfo .sub-header, #provDetailsHolder #provModal .sub-header {
      margin: 0 0 .5em; }
    #modalHolder #disclaimer .calltoaction, #modalHolder #moreInfo .calltoaction, #modalHolder #provModal .calltoaction, #moreInfoHolder #disclaimer .calltoaction, #moreInfoHolder #moreInfo .calltoaction, #moreInfoHolder #provModal .calltoaction, #provDetailsHolder #disclaimer .calltoaction, #provDetailsHolder #moreInfo .calltoaction, #provDetailsHolder #provModal .calltoaction {
      margin-top: 21px;
      margin-bottom: 0;
      padding-right: 0 !important; }
    #modalHolder #disclaimer .ribbon-right-main, #modalHolder #moreInfo .ribbon-right-main, #modalHolder #provModal .ribbon-right-main, #moreInfoHolder #disclaimer .ribbon-right-main, #moreInfoHolder #moreInfo .ribbon-right-main, #moreInfoHolder #provModal .ribbon-right-main, #provDetailsHolder #disclaimer .ribbon-right-main, #provDetailsHolder #moreInfo .ribbon-right-main, #provDetailsHolder #provModal .ribbon-right-main {
      margin-right: -15px;
      margin-left: 10%; }
      @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
        #modalHolder #disclaimer .ribbon-right-main, #modalHolder #moreInfo .ribbon-right-main, #modalHolder #provModal .ribbon-right-main, #moreInfoHolder #disclaimer .ribbon-right-main, #moreInfoHolder #moreInfo .ribbon-right-main, #moreInfoHolder #provModal .ribbon-right-main, #provDetailsHolder #disclaimer .ribbon-right-main, #provDetailsHolder #moreInfo .ribbon-right-main, #provDetailsHolder #provModal .ribbon-right-main {
          margin-left: 45%; } }
      @media only screen and (min-width: 64em) {
        #modalHolder #disclaimer .ribbon-right-main, #modalHolder #moreInfo .ribbon-right-main, #modalHolder #provModal .ribbon-right-main, #moreInfoHolder #disclaimer .ribbon-right-main, #moreInfoHolder #moreInfo .ribbon-right-main, #moreInfoHolder #provModal .ribbon-right-main, #provDetailsHolder #disclaimer .ribbon-right-main, #provDetailsHolder #moreInfo .ribbon-right-main, #provDetailsHolder #provModal .ribbon-right-main {
          margin-left: 45%; } }
    #modalHolder #disclaimer .closeModal, #modalHolder #disclaimer .closeDialog, #modalHolder #disclaimer .closeModalInfo, #modalHolder #moreInfo .closeModal, #modalHolder #moreInfo .closeModalInfo, #modalHolder #provModal .closeModal, #modalHolder #provModal .closeModalInfo, #moreInfoHolder #disclaimer .closeModal, #moreInfoHolder #disclaimer .closeModalInfo, #moreInfoHolder #moreInfo .closeModal, #moreInfoHolder #moreInfo .closeModalInfo, #moreInfoHolder #provModal .closeModal, #moreInfoHolder #provModal .closeModalInfo, #provDetailsHolder #disclaimer .closeModal, #provDetailsHolder #disclaimer .closeModalInfo, #provDetailsHolder #moreInfo .closeModal, #provDetailsHolder #moreInfo .closeModalInfo, #provDetailsHolder #provModal .closeModal, #provDetailsHolder #provModal .closeModalInfo {
      position: absolute;
      z-index: 1003;
      right: 25px;
      top: 14px;
      padding-right: 0 !important; }
      #modalHolder #disclaimer .closeModal a, #modalHolder #disclaimer .closeModalInfo a, #modalHolder #moreInfo .closeModal a, #modalHolder #moreInfo .closeModalInfo a, #modalHolder #provModal .closeModal a, #modalHolder #provModal .closeModalInfo a, #moreInfoHolder #disclaimer .closeModal a, #moreInfoHolder #disclaimer .closeModalInfo a, #moreInfoHolder #moreInfo .closeModal a, #moreInfoHolder #moreInfo .closeModalInfo a, #moreInfoHolder #provModal .closeModal a, #moreInfoHolder #provModal .closeModalInfo a, #provDetailsHolder #disclaimer .closeModal a, #provDetailsHolder #disclaimer .closeModalInfo a, #provDetailsHolder #moreInfo .closeModal a, #provDetailsHolder #moreInfo .closeModalInfo a, #provDetailsHolder #provModal .closeModal a, #provDetailsHolder #provModal .closeModalInfo a {
        text-indent: -9999px;
        display: block;
        width: 33px;
        height: 32px;
        background: url("../../images/siteFiles/pennsylvania/btnClose.jpg") no-repeat left top; }

/*CRQ371841-WCAG 2.0 - Added this class for mobile disclaimer popup close button*/
#modalHolder #disclaimer .closeDialog a img { 
        width: 33px;
        height: 32px;
        background: url("../../images/siteFiles/pennsylvania/btnClose.jpg") no-repeat;
}

    #modalHolder #disclaimer .scrollPane, #modalHolder #moreInfo .scrollPane, #modalHolder #provModal .scrollPane, #moreInfoHolder #disclaimer .scrollPane, #moreInfoHolder #moreInfo .scrollPane, #moreInfoHolder #provModal .scrollPane, #provDetailsHolder #disclaimer .scrollPane, #provDetailsHolder #moreInfo .scrollPane, #provDetailsHolder #provModal .scrollPane {
      height: 300px;
      overflow: auto;
      width: 95%;
      margin: 0 auto; }
      @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
        #modalHolder #disclaimer .scrollPane, #modalHolder #moreInfo .scrollPane, #modalHolder #provModal .scrollPane, #moreInfoHolder #disclaimer .scrollPane, #moreInfoHolder #moreInfo .scrollPane, #moreInfoHolder #provModal .scrollPane, #provDetailsHolder #disclaimer .scrollPane, #provDetailsHolder #moreInfo .scrollPane, #provDetailsHolder #provModal .scrollPane {
          height: 420px; } }
      @media only screen and (min-width: 64em) {
        #modalHolder #disclaimer .scrollPane, #modalHolder #moreInfo .scrollPane, #modalHolder #provModal .scrollPane, #moreInfoHolder #disclaimer .scrollPane, #moreInfoHolder #moreInfo .scrollPane, #moreInfoHolder #provModal .scrollPane, #provDetailsHolder #disclaimer .scrollPane, #provDetailsHolder #moreInfo .scrollPane, #provDetailsHolder #provModal .scrollPane {
          height: 420px; } }
  #modalHolder #provModal, #moreInfoHolder #provModal, #provDetailsHolder #provModal {
    padding-left: 0px; }
    #modalHolder #provModal #provInfoDetailsHolder, #moreInfoHolder #provModal #provInfoDetailsHolder, #provDetailsHolder #provModal #provInfoDetailsHolder {
      position: absolute;
      background: #fff;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      z-index: 1006; }
      #modalHolder #provModal #provInfoDetailsHolder #provInfoDetailsMoreInfo, #moreInfoHolder #provModal #provInfoDetailsHolder #provInfoDetailsMoreInfo, #provDetailsHolder #provModal #provInfoDetailsHolder #provInfoDetailsMoreInfo {
        padding: 5%; }
    #modalHolder #provModal .moreInfoDetails img, #moreInfoHolder #provModal .moreInfoDetails img, #provDetailsHolder #provModal .moreInfoDetails img {
      vertical-align: middle; }
    #modalHolder #provModal .header, #moreInfoHolder #provModal .header, #provDetailsHolder #provModal .header {
      color: #4B65AE; }
    #modalHolder #provModal .providerDetailsPop, #moreInfoHolder #provModal .providerDetailsPop, #provDetailsHolder #provModal .providerDetailsPop {
      padding-bottom: 20px; }
      @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
        #modalHolder #provModal .providerDetailsPop ul li, #moreInfoHolder #provModal .providerDetailsPop ul li, #provDetailsHolder #provModal .providerDetailsPop ul li {
          float: left;
          display: inline;
          margin-right: 15px; } }
      @media only screen and (min-width: 64em) {
        #modalHolder #provModal .providerDetailsPop ul li, #moreInfoHolder #provModal .providerDetailsPop ul li, #provDetailsHolder #provModal .providerDetailsPop ul li {
          float: left;
          display: inline;
          margin-right: 15px; } }
      #modalHolder #provModal .providerDetailsPop .providerServiceLocations, #moreInfoHolder #provModal .providerDetailsPop .providerServiceLocations, #provDetailsHolder #provModal .providerDetailsPop .providerServiceLocations {
        padding-bottom: 20px; }
        @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
          #modalHolder #provModal .providerDetailsPop .providerServiceLocations, #moreInfoHolder #provModal .providerDetailsPop .providerServiceLocations, #provDetailsHolder #provModal .providerDetailsPop .providerServiceLocations {
            float: left;
            display: inline;
            width: 50%; } }
        @media only screen and (min-width: 64em) {
          #modalHolder #provModal .providerDetailsPop .providerServiceLocations, #moreInfoHolder #provModal .providerDetailsPop .providerServiceLocations, #provDetailsHolder #provModal .providerDetailsPop .providerServiceLocations {
            float: left;
            display: inline;
            width: 50%; } }
      #modalHolder #provModal .providerDetailsPop .serviceName p, #moreInfoHolder #provModal .providerDetailsPop .serviceName p, #provDetailsHolder #provModal .providerDetailsPop .serviceName p {
        margin-bottom: 0;
        padding-bottom: 10px; }
      #modalHolder #provModal .providerDetailsPop .serviceAddress p, #moreInfoHolder #provModal .providerDetailsPop .serviceAddress p, #provDetailsHolder #provModal .providerDetailsPop .serviceAddress p {
        margin-bottom: 0; }
        #modalHolder #provModal .providerDetailsPop .serviceAddress p em, #moreInfoHolder #provModal .providerDetailsPop .serviceAddress p em, #provDetailsHolder #provModal .providerDetailsPop .serviceAddress p em {
          display: block;
          font-style: normal; }
      #modalHolder #provModal .providerDetailsPop .serviceAddrPhone, #moreInfoHolder #provModal .providerDetailsPop .serviceAddrPhone, #provDetailsHolder #provModal .providerDetailsPop .serviceAddrPhone {
        padding-top: 5px; }
      #modalHolder #provModal .providerDetailsPop .specialHolder .serviceHandicap, #moreInfoHolder #provModal .providerDetailsPop .specialHolder .serviceHandicap, #provDetailsHolder #provModal .providerDetailsPop .specialHolder .serviceHandicap {
        float: left;
        display: inline;
        width: 25px; }
        #modalHolder #provModal .providerDetailsPop .specialHolder .serviceHandicap img, #moreInfoHolder #provModal .providerDetailsPop .specialHolder .serviceHandicap img, #provDetailsHolder #provModal .providerDetailsPop .specialHolder .serviceHandicap img {
          width: 100%;
          margin-right: 10px; }
      #modalHolder #provModal .providerDetailsPop .specialHolder .specialNeeds, #moreInfoHolder #provModal .providerDetailsPop .specialHolder .specialNeeds, #provDetailsHolder #provModal .providerDetailsPop .specialHolder .specialNeeds {
        float: left;
        display: inline; }
      #modalHolder #provModal .providerDetailsPop .viewDirections, #moreInfoHolder #provModal .providerDetailsPop .viewDirections, #provDetailsHolder #provModal .providerDetailsPop .viewDirections {
        width: 100%; }
        @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
          #modalHolder #provModal .providerDetailsPop .viewDirections, #moreInfoHolder #provModal .providerDetailsPop .viewDirections, #provDetailsHolder #provModal .providerDetailsPop .viewDirections {
            width: 40%; } }
        @media only screen and (min-width: 64em) {
          #modalHolder #provModal .providerDetailsPop .viewDirections, #moreInfoHolder #provModal .providerDetailsPop .viewDirections, #provDetailsHolder #provModal .providerDetailsPop .viewDirections {
            width: 40%; } }
        #modalHolder #provModal .providerDetailsPop .viewDirections .blueButton a, #moreInfoHolder #provModal .providerDetailsPop .viewDirections .blueButton a, #provDetailsHolder #provModal .providerDetailsPop .viewDirections .blueButton a {
          background-color: #D20962;
          display: block;
          text-align: center;
          color: #fff;
          font-family: "FocoBold";
          font-weight: normal !important;
          font-size: 1.125em;
          padding: 8px 0; }
          #modalHolder #provModal .providerDetailsPop .viewDirections .blueButton a:hover, #moreInfoHolder #provModal .providerDetailsPop .viewDirections .blueButton a:hover, #provDetailsHolder #provModal .providerDetailsPop .viewDirections .blueButton a:hover {
            background-color: #b40755; }
        #modalHolder #provModal .providerDetailsPop .viewDirections .blueButton.calltoaction, #moreInfoHolder #provModal .providerDetailsPop .viewDirections .blueButton.calltoaction, #provDetailsHolder #provModal .providerDetailsPop .viewDirections .blueButton.calltoaction {
          margin-top: 5px; }

/*----------------------------------------------*/
/* Ribbon */
/*----------------------------------------------*/
.ribbon {
  position: relative;
  background: #4B65AE;
  clear: both; }
  .ribbon a {
    background: #4B65AE url("../../images/siteFiles/pennsylvania/bgArrow.png") no-repeat 97% center;
    color: #fff;
    font-family: "FocoBold";
    font-weight: normal;
    display: block;
    position: relative;
    padding: 12px 20px;
    font-size: 1.125em; }
    .ribbon a:after {
      /*content: url("../../images/siteFiles/" + $global-image-path + "/bgArrow.png");
      position: absolute;
      right: 12px;*/ }
    .ribbon a:hover,.ribbon a:focus{/*CRQ371841-WCAG Changes-added focus */
      background: #415999 url("../../images/siteFiles/pennsylvania/bgArrow.png") no-repeat 97% center; }

.complementary-ribbon {
  background: #D20962; }
  .complementary-ribbon a {
    background: #D20962; }
    .complementary-ribbon a:hover {
      background: #b40755; }

.ribbon-left-main {
  margin-left: -10px; }
  .ribbon-left-main:before {
    display: block;
    width: 10px;
    height: 0px;
    position: absolute;
    bottom: -10px;
    left: -11px;
    content: "";
    border-bottom: 10px solid transparent;
    border-right: 10px solid #425a9b; }

.ribbon-right-main {
  margin-right: -10px; }
  .ribbon-right-main:after {
    display: block;
    width: 10px;
    height: 0px;
    position: absolute;
    bottom: -10px;
    right: -10px;
    content: "";
    border-bottom: 10px solid transparent;
    border-left: 10px solid #425a9b; }

.ribbon-full-main {
  margin-left: -10px; }
  .ribbon-full-main:before {
    display: block;
    width: 10px;
    height: 0px;
    position: absolute;
    bottom: -10px;
    left: -11px;
    content: "";
    border-bottom: 10px solid transparent;
    border-right: 10px solid #425a9b; }
  .ribbon-full-main:after {
    display: block;
    width: 10px;
    height: 0px;
    position: absolute;
    bottom: -10px;
    right: -10px;
    content: "";
    border-bottom: 10px solid transparent;
    border-left: 10px solid #425a9b; }

.ribbon-left-complementary {
  margin-left: -10px; }
  .ribbon-left-complementary:before {
    display: block;
    width: 10px;
    height: 0px;
    position: absolute;
    bottom: -10px;
    left: -11px;
    content: "";
    border-bottom: 10px solid transparent;
    border-right: 10px solid #660430; }

.ribbon-right-complementary {
  margin-right: -10px; }
  .ribbon-right-complementary:after {
    display: block;
    width: 10px;
    height: 0px;
    position: absolute;
    bottom: -10px;
    right: -10px;
    content: "";
    border-bottom: 10px solid transparent;
    border-left: 10px solid #660430; }

.ribbon-full-complementary {
  margin-left: -10px; }
  .ribbon-full-complementary:before {
    display: block;
    width: 10px;
    height: 0px;
    position: absolute;
    bottom: -10px;
    left: -11px;
    content: "";
    border-bottom: 10px solid transparent;
    border-right: 10px solid #660430; }
  .ribbon-full-complementary:after {
    display: block;
    width: 10px;
    height: 0px;
    position: absolute;
    bottom: -10px;
    right: -10px;
    content: "";
    border-bottom: 10px solid transparent;
    border-left: 10px solid #660430; }

@media only screen and (max-width: 42.125em) {
  #providerSearch.ribbon-left-main:before, #providerSearch.ribbon-left-complementary:before {
    border-bottom: 0;
    border-left: 0;
    bottom: 0;
    left: 0; }
  #providerSearch.ribbon-left-main a, #providerSearch.ribbon-left-complementary a {
    text-align: center;
    background: #D20962; }
    #providerSearch.ribbon-left-main a:hover, #providerSearch.ribbon-left-complementary a:hover {
      background: #b40755; }
    #providerSearch.ribbon-left-main a:after, #providerSearch.ribbon-left-complementary a:after {
      content: ""; } }

@media only screen and (max-width: 42.125em) {
  #providerSearch.ribbon-right-main:after, #providerSearch.ribbon-right-complementary:after {
    border-bottom: 0;
    border-left: 0;
    bottom: 0;
    right: 0; }
  #providerSearch.ribbon-right-main a, #providerSearch.ribbon-right-complementary a {
    text-align: center;
    background: #D20962; }
    #providerSearch.ribbon-right-main a:hover, #providerSearch.ribbon-right-complementary a:hover,#providerSearch.ribbon-right-main a:focus, #providerSearch.ribbon-right-complementary a:focus { /*CRQ371841-WCAG Changes-added focus */
      background: #b40755; }
    #providerSearch.ribbon-right-main a:after, #providerSearch.ribbon-right-complementary a:after {
      content: ""; } }

@media only screen and (max-width: 42.125em) {
  #providerSearch.ribbon-full-main:before, #providerSearch.ribbon-full-complementary:before {
    border-bottom: 0;
    border-left: 0;
    bottom: 0;
    left: 0; }
  #providerSearch.ribbon-full-main:after, #providerSearch.ribbon-full-complementary:after {
    border-bottom: 0;
    border-left: 0;
    bottom: 0;
    right: 0; }
  #providerSearch.ribbon-full-main a, #providerSearch.ribbon-full-complementary a {
    text-align: center;
    background: #D20962; }
    #providerSearch.ribbon-full-main a:hover, #providerSearch.ribbon-full-complementary a:hover {
      background: #b40755; }
    #providerSearch.ribbon-full-main a:after, #providerSearch.ribbon-full-complementary a:after {
      content: ""; } }

/*----------------------------------------------*/
/* Site Search */
/*----------------------------------------------*/
@media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
  .site-search-header {
    padding-top: 22px; } }
@media only screen and (min-width: 64em) {
  .site-search-header {
    padding-top: 22px; } }

#searchResults .resultCount {
  background: #eeefef;
  padding: 5px 10px !important;
  margin-bottom: 0 !important; }
  #searchResults .resultCount span {
    font-weight: bold; }
#searchResults .searchTitle {
  padding-top: 24px;
  font-size: 1.25em;
  margin-bottom: 0; }
  #searchResults .searchTitle a {
    text-decoration: underline; }
#searchResults .searchTeaser {
  margin-bottom: 0; }
#searchResults .searchUrl {
  margin-bottom: 0; }
  #searchResults .searchUrl a {
    color: #4B65AE;
    font-weight: normal; }
    #searchResults .searchUrl a:hover {
      text-decoration: underline; }

.sitePagination {
  padding-top: 30px; }
  .sitePagination li {
    display: inline-block;
    padding-left: 0 !important;
    margin-bottom: 10px;
    background-image: none !important; }
    .sitePagination li a {
      padding: 5px 12px;
      text-decoration: underline; }
    .sitePagination li.currentPage a {
      background-color: #eeefef;
      color: #000;
      text-decoration: none; }

.providerResultsPagination {
  padding-bottom: 17px; }
  .providerResultsPagination .resultsColumn {
    float: left;
    display: inline;
    margin-right: 3%;
    height: 29px;
    /*&:nth-child(4n)
    {
    	margin-right: 0;
    }
    &.nth-child-4n
    {
    	margin-right: 0;
    }*/ }
    @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
      .providerResultsPagination .resultsColumn {
        margin-right: 5%; } }
    @media only screen and (min-width: 64em) {
      .providerResultsPagination .resultsColumn {
        margin-right: 8%; } }
    .providerResultsPagination .resultsColumn .resultsPageLabel {
      float: left;
      display: inline;
      margin-right: 10px; }
    .providerResultsPagination .resultsColumn .selectContainer {
      float: left;
      display: inline; }
    .providerResultsPagination .resultsColumn p {
      padding-left: 0 !important; }
    .providerResultsPagination .resultsColumn select {
      background-color: #eeefef;
      border: 0;
      font-size: 0.875em;
      padding: 3px 5px;
      line-height: 24px;
      margin-left: 5px; }
      .providerResultsPagination .resultsColumn select:focus {
        background-color: #c1c1c1; }
      .providerResultsPagination .resultsColumn select.focus {
        background-color: #c1c1c1; }
    .providerResultsPagination .resultsColumn .print {
      background: url("../../images/siteFiles/pennsylvania/icnPrint.png") no-repeat left center;
      padding-left: 36px;
      display: block;
      line-height: 24px; }
  .providerResultsPagination .newSearch {
    line-height: 24px;
    /*@include respond-to(tablet-screens) { margin-left: 5%; } 
    @include respond-to(wide-screens) { margin-left: 8%; } 
    margin-right: 0;*/ }
  .providerResultsPagination .pageNumber {
    padding-top: 1px; }
  .providerResultsPagination .paginationControl {
    padding-top: 5px; }
    .providerResultsPagination .paginationControl a {
      background-image: url("../../images/siteFiles/pennsylvania/icnProviderSearchNav.png");
      background-repeat: no-repeat;
      text-indent: -99999px;
      display: block;
      height: 13px;
      float: left; }
      .providerResultsPagination .paginationControl a.pageNavFirst {
        width: 12px;
        background-position: left top; }
      .providerResultsPagination .paginationControl a.pageNavPrev {
        width: 7px;
        background-position: -27px top;
        margin-left: 15px; }
      .providerResultsPagination .paginationControl a.pageNavNext {
        width: 7px;
        background-position: -47px top;
        margin-left: 13px; }
      .providerResultsPagination .paginationControl a.pageNavLast {
        width: 12px;
        background-position: right top;
        margin-left: 14px; }

.providerresult {
  border: 1px solid #eeefef;
  background: #fafafa;
  padding: 18px;
  margin-bottom: 19px; }
  .providerresult .moreInfo img {
    vertical-align: middle; }
  .providerresult h3.providerName {
    margin-bottom: 0 !important;
    padding-bottom: 5px;
    font-size: 1.25em; }
    .providerresult h3.providerName span {
      vertical-align: middle; }
    @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
      .providerresult h3.providerName {
        padding-left: 0 !important; } }
    @media only screen and (min-width: 64em) {
      .providerresult h3.providerName {
        padding-left: 0 !important; } }
    .providerresult h3.providerName a {
      margin-left: 4px; }
  .providerresult h4.providerSpecialty {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    font-size: 1em; }
    .providerresult h4.providerSpecialty span {
      vertical-align: middle; }
    .providerresult h4.providerSpecialty a {
      margin-left: 4px; }
  .providerresult p {
    font-size: 1em;
    margin-bottom: 0 !important; }
    .providerresult p.addressInfo {
      padding-top: 16px !important;
      padding-bottom: 0 !important; }
      @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
        .providerresult p.addressInfo {
          padding-left: 0 !important; } }
      @media only screen and (min-width: 64em) {
        .providerresult p.addressInfo {
          padding-left: 0 !important; } }
      .providerresult p.addressInfo span {
        font-size: inherit !important; }
    .providerresult p.phoneInfo {
      padding-top: 0 !important;
      padding-bottom: 16px !important; }
      @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
        .providerresult p.phoneInfo {
          padding-left: 0 !important; } }
      @media only screen and (min-width: 64em) {
        .providerresult p.phoneInfo {
          padding-left: 0 !important; } }
    @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
      .providerresult p.button {
        padding-left: 0 !important; } }
    @media only screen and (min-width: 64em) {
      .providerresult p.button {
        padding-left: 0 !important; } }
    .providerresult p.button a {
      background-color: #D20962;
      display: block;
      text-align: center;
      color: #fff;
      font-family: "FocoBold";
      font-weight: normal !important;
      font-size: 1.125em;
      padding: 8px 0;
      text-decoration: none !important; }
      .providerresult p.button a:hover {
        background-color: #b40755; }
    .providerresult p.detailsView {
      margin-top: 20px; }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    .providerresult .providerColumn {
      float: left;
      display: inline;
      width: 48%; } }
  @media only screen and (min-width: 64em) {
    .providerresult .providerColumn {
      float: left;
      display: inline;
      width: 48%; } }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    .providerresult .providerColumn + .providerColumn {
      margin-left: 2%;
      float: right; } }
  @media only screen and (min-width: 64em) {
    .providerresult .providerColumn + .providerColumn {
      margin-left: 2%;
      float: right; } }
  .providerresult .providerDetails {
    padding-top: 16px; }
    @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
      .providerresult .providerDetails {
        padding-top: 0; } }
    @media only screen and (min-width: 64em) {
      .providerresult .providerDetails {
        padding-top: 0; } }
    .providerresult .providerDetails p.details {
      padding-bottom: 2px; }
      @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
        .providerresult .providerDetails p.details {
          padding-left: 0 !important; } }
      @media only screen and (min-width: 64em) {
        .providerresult .providerDetails p.details {
          padding-left: 0 !important; } }
      .providerresult .providerDetails p.details span {
        float: left;
        display: inline;
        padding-top: 2px;
        width: 92%;
        vertical-align: top; }
        @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
          .providerresult .providerDetails p.details span {
            width: 82%; } }
      .providerresult .providerDetails p.details a {
        margin-right: 7px;
        float: left;
        display: inline;
        width: 13px;
        margin-top: 0; }
	.providerresult .providerDetails p.details .safetyScoreLink a{
		width: auto;}
  .providerresult .providerDetailsInfo {
    display: none; }

#providerSearchForm .providerSearchType {
  padding: 20px 13px;
  border: 1px solid #eeefef;
  background: #fafafa;
  margin-bottom: 18px; }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    #providerSearchForm .providerSearchType {
      margin-left: 17px; } }
  @media only screen and (min-width: 64em) {
    #providerSearchForm .providerSearchType {
      margin-left: 17px; } }
  #providerSearchForm .providerSearchType h3 {
    padding-left: 0 !important;
    font-size: 1.25em; }
  #providerSearchForm .providerSearchType .formHelp {
    font-style: italic;
    padding-left: 0 !important; }
  #providerSearchForm .providerSearchType .inputHolder input[type=text] {
    background-color: #fff;
    border: 1px solid #575e63; }
  #providerSearchForm .providerSearchType .inputHolder .learnMoreHolder {
    display: table; }
    #providerSearchForm .providerSearchType .inputHolder .learnMoreHolder .moreInfoInput {
      display: table-cell;
      width: 100%; }
    #providerSearchForm .providerSearchType .inputHolder .learnMoreHolder a {
      display: table-cell;
      width: 37px;
      text-align: right;
      vertical-align: middle; }
  #providerSearchForm .providerSearchType .inputHolder .learnMoreNoInfoHolder {
    display: block; }
    #providerSearchForm .providerSearchType .inputHolder .learnMoreNoInfoHolder .noInfoInput {
      display: block; }
  #providerSearchForm .providerSearchType .inputHolder .buttonMain {
    background-color: #D20962;
    font-size: 1.25em;
    font-weight: bold;
    color: #fff;
    border: 0;
    padding: 8px 24px;
    cursor: pointer;
    cursor: hand;
    display: block;
    width: 100%; }
  #providerSearchForm .providerSearchType .formRow .parent-validation-error label {
    color: #da3b30; }
  #providerSearchForm .providerSearchType .formRow .parent-validation-error input {
    color: #fff;
    background-color: #da3b30; }
  #providerSearchForm .providerSearchType .formRow .parent-validation-error input[type=text]:focus {
    background-color: #da3b30; }
  #providerSearchForm .providerSearchType .formRow .parent-validation-error input[type=text].focus {
    background-color: #da3b30; }
  #providerSearchForm .providerSearchType .formRow .parent-validation-error textarea {
    color: #fff;
    background-color: #da3b30; }
  #providerSearchForm .providerSearchType .formRow .parent-validation-error a.selectBox, #providerSearchForm .providerSearchType .formRow .parent-validation-error a.selectBox:focus, #providerSearchForm .providerSearchType .formRow .parent-validation-error a.selectBox-dropdown:focus {
    color: #fff;
    background-color: #da3b30; }
  #providerSearchForm .providerSearchType .formRow .parent-validation-error a.selectBox-dropdown:focus span.selectBox-arrow {
    background-color: #da3b30; }

@media only screen and (max-width: 42.125em) {
  .position-fixed-top {
    position: fixed;
    top: 25%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 600; } }
@media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
  .position-fixed-top {
    position: fixed;
    bottom: 50px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 600; } }
@media only screen and (min-width: 64em) {
  .position-fixed-top {
    position: fixed;
    bottom: 20px;
    z-index: 100;
    left: 0;
    right: 0;
    text-align: center; } }
@media only screen and (max-width: 42.125em) {
  .position-fixed-top .back-to-top-holder {
    position: relative;
    margin: 0 auto;
    width: 69%; } }
@media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
  .position-fixed-top .back-to-top-holder {
    position: relative;
    margin: 0 auto;
    width: 39%;
    min-width: 265px; } }
@media only screen and (min-width: 64em) {
  .position-fixed-top .back-to-top-holder {
    position: relative;
    margin: 0 auto;
    width: 960px;
    text-align: left; } }
@media only screen and (min-width: 64em) {
  .position-fixed-top .back-to-top-holder .position-absolute-top {
    position: absolute;
    position: absolute;
    z-index: 600;
    right: 10px;
    left: 67%;
    bottom: 0; } }
.position-fixed-top .back-to-top-holder .position-absolute-top p.back-to-top {
  padding-left: 0 !important; }
  @media only screen and (min-width: 64em) {
    .position-fixed-top .back-to-top-holder .position-absolute-top p.back-to-top {
      margin-left: 22px; } }
  .position-fixed-top .back-to-top-holder .position-absolute-top p.back-to-top a {
    font-weight: normal !important; }
  @media only screen and (max-width: 42.125em) {
    .position-fixed-top .back-to-top-holder .position-absolute-top p.back-to-top.ribbon {
      background: rgba(0, 0, 0, 0.5) !important;
      						/*background: transparent\9 !important;
      						filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000); 
             					zoom: 1;*/ } }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    .position-fixed-top .back-to-top-holder .position-absolute-top p.back-to-top.ribbon {
      background: rgba(0, 0, 0, 0.5) !important;
      						/*background: transparent\9 !important;
      						filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000); 
             					zoom: 1;*/ } }
  .position-fixed-top .back-to-top-holder .position-absolute-top p.back-to-top.ribbon a {
    text-decoration: none !important; }
    @media only screen and (max-width: 42.125em) {
      .position-fixed-top .back-to-top-holder .position-absolute-top p.back-to-top.ribbon a {
        background: rgba(0, 0, 0, 0.5) url("../../images/siteFiles/pennsylvania/bgArrowUp.png") no-repeat 95% center !important;
        							/*background: transparent\9 !important;
        							filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000); 
               						zoom: 1;*/ } }
    @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
      .position-fixed-top .back-to-top-holder .position-absolute-top p.back-to-top.ribbon a {
        background: rgba(0, 0, 0, 0.5) url("../../images/siteFiles/pennsylvania/bgArrowUp.png") no-repeat 95% center !important;
        							/*background: transparent\9 !important;
        							filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000); 
               						zoom: 1;*/ } }
    @media only screen and (min-width: 64em) {
      .position-fixed-top .back-to-top-holder .position-absolute-top p.back-to-top.ribbon a {
        background-image: url("../../images/siteFiles/pennsylvania/bgArrowUp.png") !important; } }
    @media only screen and (max-width: 42.125em) {
      .position-fixed-top .back-to-top-holder .position-absolute-top p.back-to-top.ribbon a:hover {
        background-color: #000 !important; } }
    @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
      .position-fixed-top .back-to-top-holder .position-absolute-top p.back-to-top.ribbon a:hover {
        background-color: #000 !important; } }
    @media only screen and (min-width: 64em) {
      .position-fixed-top .back-to-top-holder .position-absolute-top p.back-to-top.ribbon a:hover {
        background-image: url("../../images/siteFiles/pennsylvania/bgArrowUp.png") !important; } }
  @media only screen and (max-width: 42.125em) {
    .position-fixed-top .back-to-top-holder .position-absolute-top p.back-to-top.ribbon.ribbon-right-main:after {
      border-bottom: 0 !important;
      border-left: 0 !important;
      bottom: 0 !important;
      content: "";
      display: block;
      height: 0;
      position: absolute;
      right: 0 !important;
      width: 0 !important; } }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    .position-fixed-top .back-to-top-holder .position-absolute-top p.back-to-top.ribbon.ribbon-right-main:after {
      border-bottom: 0 !important;
      border-left: 0 !important;
      bottom: 0 !important;
      content: "";
      display: block;
      height: 0;
      position: absolute;
      right: 0 !important;
      width: 0 !important; } }
  .position-fixed-top .back-to-top-holder .position-absolute-top p.back-to-top.ribbon a:after {
    /*content: url("../../images/siteFiles/" + $global-image-path + "/bgArrowUp.png") !important;
    top: 1em;*/ }

/*----------------------------------------------*/
/* Forms */
/*----------------------------------------------*/
.required {
  color: #da3b30; }

.validation-summary-valid {
  display: none; }

.validation-summary-errors {
  display: block; }
  .validation-summary-errors h4 {
    color: #da3b30;
    padding-bottom: 25px; }
  .validation-summary-errors ul {
    display: none; }

@media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
  .column {
    float: left;
    display: inline;
    width: 48%; } }
@media only screen and (min-width: 64em) {
  .column {
    float: left;
    display: inline;
    width: 48%; } }
@media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
  .column + .column {
    margin-left: 2%;
    float: right; } }
@media only screen and (min-width: 64em) {
  .column + .column {
    margin-left: 2%;
    float: right; } }

.formRow {
  padding-bottom: 16px; }
  .formRow label {
    display: block;
    padding-bottom: 3px; }
  .formRow input[type=text] {
    background-color: #eeefef;
    border: 0;
    width: 100%;
    display: block;
    font-size: 0.875em;
    padding: 3px 5px;
    line-height: 24px; }
    .formRow input[type=text]:focus {
      background-color: #c1c1c1; }
    .formRow input[type=text].focus {
      background-color: #c1c1c1; }
  .formRow select {
    background-color: #eeefef;
    border: 0;
    width: 100%;
    display: block;
    font-size: 0.875em;
    padding: 3px 5px;
    line-height: 24px; }
    .formRow select:focus {
      background-color: #c1c1c1; }
    .formRow select.focus {
      background-color: #c1c1c1; }
  .formRow textarea {
    height: 115px;
    background-color: #eeefef;
    border: 0;
    width: 100%;
    display: block;
    padding: 3px 5px;
    overflow: hidden;
    font-family: Calibri, "CalibriWeb", Arial, sans-serif; }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    .formRow.two-col .inputHolder {
      float: left;
      display: inline;
      width: 48%; } }
  @media only screen and (min-width: 64em) {
    .formRow.two-col .inputHolder {
      float: left;
      display: inline;
      width: 48%; } }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    .formRow.two-col .inputHolder + .inputHolder {
      margin-left: 2%;
      float: right; } }
  @media only screen and (min-width: 64em) {
    .formRow.two-col .inputHolder + .inputHolder {
      margin-left: 2%;
      float: right; } }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    .formRow.two-third-col .inputHolder {
      float: left;
      display: inline;
      width: 65%; } }
  @media only screen and (min-width: 64em) {
    .formRow.two-third-col .inputHolder {
      float: left;
      display: inline;
      width: 65%; } }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    .formRow.two-third-col .inputHolder + .inputHolder {
      margin-left: 2%;
      float: right;
      width: 33%;
      margin-top: 15px; } }
  @media only screen and (min-width: 64em) {
    .formRow.two-third-col .inputHolder + .inputHolder {
      margin-left: 2%;
      float: right;
      width: 33%;
      margin-top: 15px; } }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    .formRow.one-third-col .inputHolder {
      float: left;
      display: inline;
      width: 38%; } }
  @media only screen and (min-width: 64em) {
    .formRow.one-third-col .inputHolder {
      float: left;
      display: inline;
      width: 38%; } }
  @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    .formRow.one-third-col .inputHolder + .inputHolder {
      margin-left: 2%;
      width: 60%;
      float: right; } }
  @media only screen and (min-width: 64em) {
    .formRow.one-third-col .inputHolder + .inputHolder {
      margin-left: 2%;
      width: 60%;
      float: right; } }
  .formRow .inputHolder .buttonAlternate {
    background-color: #eeefef;
    font-size: 1.25em;
    font-weight: bold;
    color: #000;
    display: block;
    padding: 8px 24px;
    width: 100%;
    border: 0;
    cursor: pointer; }

.fullWidth {
  clear: both; }

@media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
  .fullWidthOneLine .inputHolder .textbox-text input[type=text] {
    float: left;
    display: inline;
    width: 85%; } }
@media only screen and (min-width: 64em) {
  .fullWidthOneLine .inputHolder .textbox-text input[type=text] {
    float: left;
    display: inline;
    width: 85%; } }
@media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
  .fullWidthOneLine .inputHolder .textbox-text label {
    float: left;
    display: inline;
    margin-left: 10px; } }
@media only screen and (min-width: 64em) {
  .fullWidthOneLine .inputHolder .textbox-text label {
    float: left;
    display: inline;
    margin-left: 10px; } }

form + .paragraph {
  padding-top: 20px; }

.buttonActions {
  clear: both;
  text-align: center; }
  .buttonActions input {
    display: inline-block;
    border: 0;
    padding: 8px 24px;
    cursor: pointer;
    cursor: hand; }
    .buttonActions input.buttonMain {
      background-color: #D20962;
      font-size: 1.25em;
      font-weight: bold;
      color: #fff; }
    .buttonActions input.buttonAlternate {
      background-color: #eeefef;
      font-size: 1.25em;
      font-weight: bold;
      color: #000; }
    .buttonActions input + input {
      margin-left: 12px; }

.field-validation-valid {
  display: none; }

.field-validation-error {
  font-size: 0.75em;
  color: #da3b30; }

.formRow .parent-validation-error label {
  color: #da3b30; }
.formRow .parent-validation-error input {
  color: #fff;
  background-color: #da3b30; }
.formRow .parent-validation-error input[type=text]:focus {
  background-color: #da3b30; }
.formRow .parent-validation-error input[type=text].focus {
  background-color: #da3b30; }
.formRow .parent-validation-error textarea {
  color: #fff;
  background-color: #da3b30; }
.formRow .parent-validation-error a.selectBox, .formRow .parent-validation-error a.selectBox:focus, .formRow .parent-validation-error a.selectBox-dropdown:focus {
  color: #fff;
  background-color: #da3b30; }
.formRow .parent-validation-error a.selectBox-dropdown:focus span.selectBox-arrow {
  background-color: #da3b30; }

/*----------------------------------------------*/
/* Social */
/*----------------------------------------------*/
/*----------------------------------------------*/
/* Table */
/*----------------------------------------------*/
.table {
  display: block;
  width: 100%;
  margin-bottom: 20px; }
  @media only screen and (min-width: 64em) {
    .table {
      display: table;
      table-layout: fixed; } }
  .table a {
    text-decoration: underline; }
  .table .table-cell {
    display: block;
    margin-bottom: 30px; }
    @media only screen and (min-width: 64em) {
      .table .table-cell {
        display: table-cell;
        vertical-align: top;
        margin-bottom: 0; } }
    .table .table-cell .table-header {
      padding: 10px 15px 10px !important;
      margin-bottom: 0 !important;
      border-bottom: 5px solid #fff;
      background-color: #eeefef !important; }
      .table .table-cell .table-header p {
        padding: 0 !important;
        margin: 0 !important; }
    .table .table-cell .table-Data .table-element {
      padding: 10px 15px 10px; }
      @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
        .table .table-cell .table-Data .table-element {
          border-bottom: 5px solid #fff; } }
      @media only screen and (min-width: 64em) {
        .table .table-cell .table-Data .table-element {
          border-bottom: 5px solid #fff; } }
      .table .table-cell .table-Data .table-element p {
        padding: 0 !important;
        margin: 0 !important; }
      .table .table-cell .table-Data .table-element:nth-child(even) {
        background-color: #eeefef !important; }
      .table .table-cell .table-Data .table-element.even {
        background-color: #eeefef !important; }
      .table .table-cell .table-Data .table-element:nth-child(odd) {
        background-color: #fafafa !important; }
      .table .table-cell .table-Data .table-element.odd {
        background-color: #fafafa !important; }
  .table .table-no-header {
    display: block;
    margin-bottom: 30px; }
    @media only screen and (min-width: 64em) {
      .table .table-no-header {
        display: table-row; } }
    @media only screen and (min-width: 64em) {
      .table .table-no-header:nth-child(even) .table-cell-no-header {
        background-color: #eeefef !important; }
      .table .table-no-header.even .table-cell-no-header {
        background-color: #eeefef !important; }
      .table .table-no-header:nth-child(odd) .table-cell-no-header {
        background-color: #fafafa !important; }
      .table .table-no-header.odd .table-cell-no-header {
        background-color: #fafafa !important; } }
  .table .table-cell-no-header {
    display: block; }
    .table .table-cell-no-header:nth-child(even) {
      background-color: #eeefef !important; }
    .table .table-cell-no-header.even {
      background-color: #eeefef !important; }
    .table .table-cell-no-header:nth-child(odd) {
      background-color: #fafafa !important; }
    .table .table-cell-no-header.odd {
      background-color: #fafafa !important; }
    @media only screen and (min-width: 64em) {
      .table .table-cell-no-header {
        display: table-cell;
        vertical-align: top;
        margin-bottom: 0; }
        .table .table-cell-no-header:nth-child(even) {
          background-color: transparent !important; }
        .table .table-cell-no-header.even {
          background-color: transparent !important; }
        .table .table-cell-no-header:nth-child(odd) {
          background-color: transparent !important; }
        .table .table-cell-no-header.odd {
          background-color: transparent !important; } }
    .table .table-cell-no-header .table-cell-wrapper {
      padding: 10px 15px 10px;
      border-bottom: 5px solid #fff; }
      .table .table-cell-no-header .table-cell-wrapper p {
        padding: 0 !important;
        margin: 0 !important; }

.table-row {
  display: table-row; }
  .table-row:nth-child(even) .table-cell {
    background: #eeefef; }
  .table-row.even .table-cell {
    background: #eeefef; }
  .table-row:nth-child(odd) .table-cell {
    background: #fafafa; }
  .table-row.odd .table-cell {
    background: #fafafa; }

.tableHolder {
  width: 100%;
  margin-bottom: 20px; }
  @media only screen and (max-width: 42.125em) {
    .tableHolder {
      display: block; } }
  .tableHolder table {
    border: 0;
    padding-bottom: 0;
    width: 100%; }
    @media only screen and (max-width: 42.125em) {
      .tableHolder table {
        display: block; } }
    @media only screen and (max-width: 42.125em) {
      .tableHolder table .table-row-header {
        display: none; } }
    .tableHolder table .table-row-header .th-toplevel {
      font-weight: bold;
      padding: 10px 15px 10px; }
      @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
        .tableHolder table .table-row-header .th-toplevel {
          background: #fafafa;
          border-bottom: 5px solid #fff; } }
      @media only screen and (min-width: 64em) {
        .tableHolder table .table-row-header .th-toplevel {
          background: #fafafa;
          border-bottom: 5px solid #fff; } }
    @media only screen and (max-width: 42.125em) {
      .tableHolder table .table-row-cell {
        border-bottom: 0; } }
    @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
      .tableHolder table .table-row-cell .td-toplevel {
        padding: 10px 15px 10px;
        border-bottom: 5px solid #fff; } }
    @media only screen and (min-width: 64em) {
      .tableHolder table .table-row-cell .td-toplevel {
        padding: 10px 15px 10px;
        border-bottom: 5px solid #fff; } }
    @media only screen and (max-width: 42.125em) {
      .tableHolder table .table-row-cell .td-toplevel:first-child {
        padding-top: 20px; } }
    @media only screen and (max-width: 42.125em) {
      .tableHolder table .table-row-cell .td-toplevel.first-child {
        padding-top: 20px; } }
    @media only screen and (max-width: 42.125em) {
      .tableHolder table .table-row-cell .td-toplevel:last-child {
        border-bottom: 1px solid #eeefef; } }
    @media only screen and (max-width: 42.125em) {
      .tableHolder table .table-row-cell .td-toplevel.last-child {
        border-bottom: 1px solid #eeefef; } }
    @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
      .tableHolder table .table-row-cell:nth-child(even) .td-toplevel {
        background: #eeefef; } }
    @media only screen and (min-width: 64em) {
      .tableHolder table .table-row-cell:nth-child(even) .td-toplevel {
        background: #eeefef; } }
    @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
      .tableHolder table .table-row-cell.even .td-toplevel {
        background: #eeefef; } }
    @media only screen and (min-width: 64em) {
      .tableHolder table .table-row-cell.even .td-toplevel {
        background: #eeefef; } }
    @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
      .tableHolder table .table-row-cell:nth-child(odd) .td-toplevel {
        background: #fafafa; } }
    @media only screen and (min-width: 64em) {
      .tableHolder table .table-row-cell:nth-child(odd) .td-toplevel {
        background: #fafafa; } }
    @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
      .tableHolder table .table-row-cell.odd .td-toplevel {
        background: #fafafa; } }
    @media only screen and (min-width: 64em) {
      .tableHolder table .table-row-cell.odd .td-toplevel {
        background: #fafafa; } }
    @media only screen and (max-width: 42.125em) {
      .tableHolder table tbody, .tableHolder table tr, .tableHolder table th, .tableHolder table td {
        border: 0;
        display: block;
        padding: 0;
        text-align: left;
        white-space: normal; } }
    @media only screen and (max-width: 42.125em) {
      .tableHolder table th[data-title]:before, .tableHolder table td[data-title]:before {
        content: attr(data-title) ": ";
        font-weight: bold; } }
    @media only screen and (max-width: 42.125em) {
      .tableHolder table td:empty {
        padding-bottom: 20px; } }
    @media only screen and (max-width: 42.125em) {
      .tableHolder table td.empty {
        padding-bottom: 20px; } }

/*----------------------------------------------*/
/* ScrollPane */
/*----------------------------------------------*/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 7px;
  height: 100%; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px; }

.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #dfdfdf;
  position: relative;
  background-image: url("../../images/siteFiles/pennsylvania/global_scrollerTrack.jpg");
  background-repeat: repeat-y; }

.jspDrag {
  background: #4B65AE;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  /*background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;*/
  display: none; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #415999; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

/*----------------------------------------------*/
/* Dropdown */
/*----------------------------------------------*/
/* Dropdown control */
.selectBox-dropdown {
  position: relative;
  text-decoration: none;
  text-align: left;
  color: #000;
  outline: none;
  vertical-align: middle;
  background: #eeefef;
  display: block;
  cursor: pointer;
  font-weight: normal !important;
  width: 100% !important; }
	/*Added for CRQ371841_WCAG20*/
.formRow .parent-validation-error select,.formRow .parent-validation-error select:focus,.formRow .parent-validation-error select:hover {
    color: white;
    background-color: #da3b30;
}
.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
  border-color: #666;
  background-color: #c1c1c1; }

.selectBox-dropdown.selectBox-menuShowing-bottom {
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.selectBox-dropdown.selectBox-menuShowing-top {
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.selectBox-dropdown .selectBox-label {
  padding: 2px 8px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden; }

.selectBox-dropdown .selectBox-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 23px;
  height: 100%;
  background: url("../../images/siteFiles/pennsylvania/bgDropDownArrow.jpg") 50% center no-repeat; }

/* Dropdown menu */
.selectBox-dropdown-menu {
  position: absolute;
  z-index: 99999;
  max-height: 200px;
  min-height: 1em;
  border: solid 1px #BBB;
  /* should be the same border width as .selectBox-dropdown */
  background: #FFF;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/* Inline control */
.selectBox-inline {
  min-width: 150px;
  outline: none;
  border: solid 1px #BBB;
  background: #FFF;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: auto; }

.selectBox-inline:focus {
  border-color: #666; }

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
  list-style: none;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
  text-align: left;
  color: #000; }

.selectBox-options.selectBox-options-top {
  border-bottom: none;
  margin-top: 1px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.selectBox-options.selectBox-options-bottom {
  border-top: none;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.selectBox-options LI A {
  line-height: 1.5;
  padding: 0 .5em;
  overflow: hidden;
  background: 6px center no-repeat; }

.selectBox-options LI.selectBox-hover A {
  background-color: #EEE; }

.selectBox-options LI.selectBox-disabled A {
  color: #888;
  background-color: transparent; }

.selectBox-options LI.selectBox-selected A {
  background-color: #C8DEF4; }

.selectBox-options .selectBox-optgroup {
  color: #666;
  background: #EEE;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 .3em;
  white-space: nowrap; }

/* Disabled state */
.selectBox.selectBox-disabled {
  color: #888 !important; }

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
  opacity: .5;
  filter: alpha(opacity=50);
  border-color: #666; }

.selectBox-inline.selectBox-disabled {
  color: #888 !important; }

.selectBox-inline.selectBox-disabled .selectBox-options A {
  background-color: transparent !important; }

#providerSearchForm .providerSearchType .inputHolder .learnMoreHolder a.selectBox-dropdown {
  text-align: left;
  width: 100%; }

/*----------------------------------------------*/
/* Map */
/*----------------------------------------------*/
#mapLayout {
  background: #eaeaea;
  /* IE6-9 */
  background: -moz-linear-gradient(top, #eaeaea 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eaeaea 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eaeaea 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eaeaea 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(top, #eaeaea 0%, #ffffff 100%);
  /* W3C */
  filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eaeaea, endColorstr=#ffffff)";
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eaeaea, endColorstr=#ffffff)";
  /* IE8 */
  position: relative;
  padding: 10px 20px; }
  #mapLayout #map-overlay {
    position: absolute;
    z-index: 1000;
    background-color: #000;
    zoom: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    display: none; }
  #mapLayout .btnCloseMap {
    position: absolute;
    z-index: 1002;
    top: 30%;
    right: 13%;
    width: 33px;
    display: none; }
    #mapLayout .btnCloseMap a {
      display: block;
      width: 33px;
      height: 32px;
      background: url("../../images/siteFiles/pennsylvania/btnClose.jpg") no-repeat left top;
      text-indent: -9999px; }
  #mapLayout #mapHolder .plans {
    position: absolute;
    z-index: 1001;
    background-color: #fff;
    border: 5px solid #4B65AE;
    left: 10%;
    right: 10%;
    top: 27%;
    padding: 27px 23px; }
    #mapLayout #mapHolder .plans h3 {
      padding: 0 0 12px 0;
      margin: 0;
      color: #4B65AE;
      text-transform: capitalize;
      font-size: 1.5625em; }
    #mapLayout #mapHolder .plans ul {
      margin: 0;
      padding: 0; }
      #mapLayout #mapHolder .plans ul li {
        background-image: none;
        padding: 0 0 12px 10px;
        position: relative; }
        #mapLayout #mapHolder .plans ul li:before {
          content: "";
          height: 0;
          position: absolute;
          z-index: 10;
          width: 0;
          border-bottom: 4px solid transparent;
          border-top: 4px solid transparent;
          border-left: 4px solid #4B65AE;
          top: 7px;
          left: 0; }
        #mapLayout #mapHolder .plans ul li a {
          color: #000;
          font-weight: normal; }
  #mapLayout #mapHolder #map {
    min-height: 200px; }
    @media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
      #mapLayout #mapHolder #map {
        min-height: 430px; } }
    @media only screen and (min-width: 64em) {
      #mapLayout #mapHolder #map {
        min-height: 430px; } }
  #mapLayout #mapLegend {
    position: absolute;
    bottom: 0;
    right: 20px;
    z-index: 999; }
    #mapLayout #mapLegend ul li {
      background-image: none;
      padding: 0 0 7px 0;
      margin: 0; }
      #mapLayout #mapLegend ul li .legendColor {
        width: 22px;
        height: 22px;
        display: block;
        float: left;
        margin-right: 7px; }
      #mapLayout #mapLegend ul li .legendTitle {
        float: left;
        display: inline;
        font-weight: bold; }

/*# sourceMappingURL=styles.css.map */
