/*============================================================================================*/
/* 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;*/
* {
    -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;
}

/* Postion */
.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

html {
    background: url("../../images/siteFiles/az-rbha/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: black;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: black;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: black;
}

:-ms-input-placeholder {
    color: black;
}

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: #1D7564;
    -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: #1D7564;
        background: transparent;
    }

    a:hover, a:focus { /*CRQ371841-WCAG Changes-added focus */
        color: #080357;
    }
/*============================================================================================*/
/* 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%;
    /*a:first-child
  {
  	float: left;
  	display: block;
  	img
  	{
  		max-width: 179px;
  		margin-bottom: 20px;
  		@include respond-to(wide-screens) { margin-bottom: 0; }
  	}
  }
  a + a
  {
  	float: left;
  	display: block;
  	img
  	{
  		max-width: 172px;
  	}
  }*/
}

@media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    #logoSlogan {
        width: 351px;
        float: left;
        margin: 23px 0 0 8px;
    }
}

@media only screen and (min-width: 64em) {
    #logoSlogan {
        width: 351px;
        float: left;
        margin: 15px 0 0 20px;
    }
}

#logoSlogan h2 {
    font-size: 1.125em;
    margin-bottom: 0;
    color: #7D3F98;
}

    #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: 580px;
        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: #1D7564;
        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: -25px 0 32px 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;
}

@media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    #topLinkNavigation {
        text-align: right;
    }
}

@media only screen and (min-width: 64em) {
    #topLinkNavigation {
        text-align: right;
        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;
    }
}

@media only screen and (min-width: 64em) {
    #topLinkNavigation div {
        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: black;
    }

        #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;
        margin-right: 10px;
    }
}

@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: white;
        /* IE6-9 */
        background: -moz-linear-gradient(top, white 0%, #f2f2f2 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f2f2f2));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, white 0%, #f2f2f2 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, white 0%, #f2f2f2 100%);
        /* IE10+ */
        background: linear-gradient(top, white 0%, #f2f2f2 100%);
        /* W3C */
        filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=white, endColorstr=#f2f2f2)";
        /* IE6 & IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=white, endColorstr=#f2f2f2)";
        /* IE8 */
        color: black;
        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%, white 100%);
            /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, white));
            /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #f2f2f2 0%, white 100%);
            /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #f2f2f2 0%, white 100%);
            /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #f2f2f2 0%, white 100%);
            /* IE10+ */
            background: linear-gradient(top, #f2f2f2 0%, white 100%);
            /* W3C */
            filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f2f2f2, endColorstr=white)";
            /* IE6 & IE7 */
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f2f2f2, endColorstr=white)";
            /* 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: 10px;
        padding-top: 5px;
        margin-bottom: 10px;
    }
}

@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: 10px;
        padding-top: 5px;
        margin-bottom: 10px;
    }
}

@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:last-child {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    #topLinkNavigation div.last-child {
        margin-right: 10px;
    }
}

/*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: #7D3F98;
    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: #1D7564;
    }

@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: fixed;
    width: 100%;
}
/*CRQ371841-WCAG Changes-End */
#main-nav li.active {
    background: #1D7564 !important;
}

#main-nav li.hover-active {
    background: #175d4f !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: 13px;
    cursor: pointer;
    cursor: hand;
}

#main-nav li a {
    display: block;
    color: white;
    background: #7D3F98;
    border-top: 1px solid #fff;
    font-size: 1.125em;
    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.125em;
        padding: 14px 0px; /*CRQ371841-WCAG changes start for Search box*/
        /*padding: 14px 12px;*/
        /*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: #6a3681;
}

#main-nav li a.active {
    background: #1D7564 !important;
}

    #main-nav li a.active:hover {
        background: #175d4f !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;
    }
}

#siteSearch {
    border-top: 1px solid #fff;
    padding: 12px 20px;
    display: block;
    background: #7D3F98 no-repeat 97% center;
}

@media only screen and (min-width: 64em) {
    #siteSearch {
        border-top: 0 !important;
        /*padding: 5px 12px 8px 55px !important;*/
        background: #7D3F98;
        width: 250px;
        margin: 5px 0px 0px auto;
        position: relative;
        /*display: block;*/
    }
}
/*Added Newly Start*/
#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;
}
/*Added Newly End*/

#siteSearch label {
    color: white;
    /*font-family: "FocoBold";*/
    font-weight: normal;
    font-size: 1.25em;
    /*position: absolute;
    right: 200px;
    top: 8px;*/
}

#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 {
    /*position: absolute;
    right: 18px;
    top: 8px;*/
    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) { /*CRQ371841-WCAG changes key  added*/
    /* 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: 0px;
    content: "";
    border-bottom: 10px solid transparent;
    border-left: 10px solid #5a2d6d;
}
/*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 */
.no-svg .nav-toggle {
    background: url("../../images/siteFiles/az-rbha/bgMenu.png") no-repeat 9px center;
    padding-left: 43px !important;
}

    .no-svg .nav-toggle:hover {
        background: #1D7564 url("../../images/siteFiles/az-rbha/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: white;
        background: #1D7564;
    }

        #subNav li a:hover{ /* , #subNav li a:focus  CRQ371841-WCAG Changes-added focus */
            background: #175d4f;
        }

        #subNav li a.active {
            background-color: #175d4f;
            background-image: url("../../images/siteFiles/az-rbha/bgSubNavActive.png");
            background-position: 5px center;
            background-repeat: no-repeat;
        }

    #subNav li.parentList > a {
        color: #000;
        background-color: white;
    }

        #subNav li.parentList > a.active {
            background-image: url("../../images/siteFiles/az-rbha/bgSubNavTopActive.png");
            background-position: 5px center;
            background-repeat: no-repeat;
        }

    #subNav li ul li.hasChildren a {
        color: white;
        background: #1D7564 url("../../images/siteFiles/az-rbha/bgNavHasChildren.png") no-repeat 95% center;
    }

        #subNav li ul li.hasChildren a:hover{ /* , #subNav li ul li.hasChildren a:focus  CRQ371841-WCAG Changes-added focus */
            background-color: #175d4f;
        }

        #subNav li ul li.hasChildren a.active {
            background-color: #175d4f;
        }

    #subNav li ul li.hasChildren ul li a {
        border-bottom: 2px solid #1D7564;
        color: #1D7564;
        background: white;
        background-image: none;
    }

        #subNav li ul li.hasChildren ul li a.active {
            background-color: white;
            background-image: url("../../images/siteFiles/az-rbha/bgSubNavHasChildrenActive.png");
            background-position: 5px center;
            background-repeat: no-repeat;
        }

        #subNav li ul li.hasChildren ul li a:hover { /*, #subNav li ul li.hasChildren ul li a:focus CRQ371841-WCAG Changes-added focus */
            color: white;
            background-color: #175d4f;
        }

/*----------------------------------------------*/
/* 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: white;
        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/az-rbha/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%;
        position:relative;
        z-index:1;
    }
}

@media only screen and (min-width: 64em) {
    #leftContent {
        float: left;
        display: inline;
        width: 31%;
        position:relative;
        z-index:1;
    }
}

#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: #1D7564 !important;
    }

        #centerContent span a span {
            color: #1D7564 !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:hover, #centerContent a:focus { /*CRQ371841-WCAG Changes-added underline */
            text-decoration: underline;
        }

        #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/az-rbha/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;
        margin-top:-10px;
    }
}

@media only screen and (min-width: 64em) {
    #providerSearchResults {
        margin-left: 17px;
         margin-top:-10px;
    }
}

/*----------------------------------------------*/
/* 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: black;
        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: black;
    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: 13%;
        margin-right: 1%;
        padding-bottom: 0;
        padding-left: 31px;
        margin-top: 0;
    }

        #siteMapNavHolder #siteMapNav li.sitemap-header:first-child {
            width: 14%;
        }

        #siteMapNavHolder #siteMapNav li.sitemap-header.first-child {
            width: 14%;
        }
}

@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: black;
    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, #siteMapNavHolder #siteMapNav div a:focus {
    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: 13%;
        margin-right: 1%;
        padding-bottom: 0;
        padding-left: 31px;
        margin-top: 0;
    }

        #siteMapNavHolder #siteMapNav div.sitemap-header:first-child {
            width: 14%;
        }

        #siteMapNavHolder #siteMapNav div.sitemap-header.first-child {
            width: 14%;
        }
}

@media only screen and (min-width: 64em) {
    #siteMapNavHolder #siteMapNav div.sitemap-header {
        float: left !important;
        display: block !important;
        width: 129px;
        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: black;
        display: inline-block;
        margin-bottom: 12px;
    }

        #footerLinks ul li a:hover, #footerLinks ul li a:focus { /*CRQ371841-WCAG changes */
            text-decoration: underline;
        }

        #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: #7D3F98;
    cursor: pointer;
    color: white;
    padding: 10px;
    margin-bottom: 2px;
}

    .accordion .accordion-header a {
        display: block;
        color: white;
    }

        .accordion .accordion-header a:hover, .accordion .accordion-header a:focus { /*CRQ371841-WCAG - key focus added*/
            background: #6a3681;
        }

        .accordion .accordion-header a.active {
            background: #1D7564;
        }

            .accordion .accordion-header a.active.hover, .accordion .accordion-header a.active.focus { /*CRQ371841-WCAG - key focus added*/
                background: #175d4f;
            }

    .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: #6a3681;
    }

    .accordion .accordion-header + .accordion-content {
        margin: 0;
        padding: 10px 0 15px;
        outline: none;
    }
    
        /*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: #1D7564;
    }

        .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: #175d4f;
        }

/*----------------------------------------------*/
/* Box */
/*----------------------------------------------*/
.boxBg {
    background: url("../../images/siteFiles/az-rbha/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/az-rbha/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/az-rbha/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: #7D3F98 !important;
    }

@media only screen and (min-width: 42.1875em) and (max-width: 63.9375em) {
    .box {
        border: 0;
        padding: 22px 18px 0;
        background: whitesmoke;
        /* IE6-9 */
        background: -moz-linear-gradient(top, whitesmoke 0%, white 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, whitesmoke), color-stop(100%, white));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, whitesmoke 0%, white 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, whitesmoke 0%, white 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, whitesmoke 0%, white 100%);
        /* IE10+ */
        background: linear-gradient(top, whitesmoke 0%, white 100%);
        /* W3C */
        filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=whitesmoke, endColorstr=white)";
        /* IE6 & IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=whitesmoke, endColorstr=white)";
        /* IE8 */
    }
}

@media only screen and (min-width: 64em) {
    .box {
        border: 0;
        padding: 22px 18px 0;
        background: whitesmoke;
        /* IE6-9 */
        background: -moz-linear-gradient(top, whitesmoke 0%, white 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, whitesmoke), color-stop(100%, white));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, whitesmoke 0%, white 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, whitesmoke 0%, white 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, whitesmoke 0%, white 100%);
        /* IE10+ */
        background: linear-gradient(top, whitesmoke 0%, white 100%);
        /* W3C */
        filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=whitesmoke, endColorstr=white)";
        /* IE6 & IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=whitesmoke, endColorstr=white)";
        /* 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: #1D7564;
    display: block;
    text-align: center;
    color: white;
    font-family: "FocoBold";
    font-size: 1.125em;
    padding: 8px 0;
    text-decoration: none !important;
}

    .box .blueButton a:hover, .box .button a:hover {
        background-color: #175d4f;
    }

@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/az-rbha/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;
    }

        .box li.quickLinks a:hover, .box li.quickLinks a:focus { /*CRQ371841-WCAG Changes-added focus */
            text-decoration: underline;
        }

@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/az-rbha/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/az-rbha/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/az-rbha/doc-link.gif") no-repeat left center;
                line-height: 24px;
                padding-left: 36px;
            }

/*----------------------------------------------*/
/* Calendar */
/*----------------------------------------------*/
.eventDate {
    float: left;
    display: inline;
    border: 2px solid #7D3F98;
    color: #7D3F98;
    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: #1D7564;
}

#centerContent .eventDate {
    margin-right: 5%;
    margin-bottom: 20px;
}

.newsDate {
    color: #7D3F98;
    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: white;
        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: 260px;
        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/az-rbha/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/az-rbha/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 {
    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 #7D3F98;
        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/az-rbha/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/az-rbha/btnClose.jpg") no-repeat;
}

/* Added this class for mobile disclaimer popup close button for kansas*/
#modalHolder #disclaimer .closeDialog a button { 
        width: 35px;
        height: 34px;
        background: url("../../images/siteFiles/az-rbha/btnClose.jpg") no-repeat;
        border: none;
}

#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: #7D3F98;
    }

    #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: #1D7564;
    display: block;
    text-align: center;
    color: white;
    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: #175d4f;
    }

#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: #7D3F98;
    clear: both;
}

    .ribbon a {
        background: #7D3F98 url("../../images/siteFiles/az-rbha/bgArrow.png") no-repeat 97% center;
        color: white;
        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 {
            background: #6a3681 url("../../images/siteFiles/az-rbha/bgArrow.png") no-repeat 97% center;
        }

.complementary-ribbon {
    background: #1D7564;
}

    .complementary-ribbon a {
        background: #1D7564;
    }

        .complementary-ribbon a:hover {
            background: #175d4f;
        }

.ribbon-left-main {
    margin-left: -10px;
}

    .ribbon-left-main:before {
        display: block;
        width: 10px;
        height: 0px;
        position: absolute;
        bottom: -10px;
        left: 0px;
        content: "";
        border-bottom: 10px solid transparent;
        border-right: 10px solid #5a2d6d;
    }

.ribbon-right-main {
    margin-right: -10px;
}

    .ribbon-right-main:after {
        display: block;
        width: 10px;
        height: 0px;
        position: absolute;
        bottom: -10px;
        right: 0px;
        content: "";
        border-bottom: 10px solid transparent;
        border-left: 10px solid #5a2d6d;
    }

.ribbon-full-main {
    margin-left: -10px;
}

    .ribbon-full-main:before {
        display: block;
        width: 10px;
        height: 0px;
        position: absolute;
        bottom: -10px;
        left: 0px;
        content: "";
        border-bottom: 10px solid transparent;
        border-right: 10px solid #5a2d6d;
    }

    .ribbon-full-main:after {
        display: block;
        width: 10px;
        height: 0px;
        position: absolute;
        bottom: -10px;
        right: 0px;
        content: "";
        border-bottom: 10px solid transparent;
        border-left: 10px solid #5a2d6d;
    }

.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 #00292b;
    }

.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 #00292b;
    }

.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 #00292b;
    }

    .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 #00292b;
    }

@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: #1D7564;
    }

        #providerSearch.ribbon-left-main a:hover, #providerSearch.ribbon-left-complementary a:hover {
            background: #175d4f;
        }

        #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: #1D7564;
    }

        #providerSearch.ribbon-right-main a:hover, #providerSearch.ribbon-right-complementary a:hover {
            background: #175d4f;
        }

        #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: #1D7564;
    }

        #providerSearch.ribbon-full-main a:hover, #providerSearch.ribbon-full-complementary a:hover {
            background: #175d4f;
        }

        #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: #7D3F98;
        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/az-rbha/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/az-rbha/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: #1D7564;
    display: block;
    text-align: center;
    color: white;
    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: #175d4f;
    }

.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: #1D7564;
    font-size: 1.25em;
    font-weight: bold;
    color: white;
    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: white;
    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: white;
    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: white;
    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/az-rbha/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/az-rbha/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/az-rbha/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: black !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: black !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/az-rbha/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: black;
    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: 1D7564;
            font-size: 1.25em;
            font-weight: bold;
            color: white;
        }

        .buttonActions input.buttonAlternate {
            background-color: #eeefef;
            font-size: 1.25em;
            font-weight: bold;
            color: black;
        }

        .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: white;
    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: white;
    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: white;
    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) ":\00A0";
        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/az-rbha/global_scrollerTrack.jpg");
    background-repeat: repeat-y;
}

.jspDrag {
    background: #7D3F98;
    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: #6a3681;
    }

.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: black;
    outline: none;
    vertical-align: middle;
    background: #eeefef;
    display: block;
    cursor: pointer;
    font-weight: normal !important;
    width: 87% !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/az-rbha/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: black;
}

    .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%, white 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, white));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eaeaea 0%, white 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eaeaea 0%, white 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eaeaea 0%, white 100%);
    /* IE10+ */
    background: linear-gradient(top, #eaeaea 0%, white 100%);
    /* W3C */
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eaeaea, endColorstr=white)";
    /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eaeaea, endColorstr=white)";
    /* 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/az-rbha/btnClose.jpg") no-repeat left top;
            text-indent: -9999px;
        }

    #mapLayout #mapHolder .plans {
        position: absolute;
        z-index: 1001;
        background-color: #fff;
        border: 5px solid #7D3F98;
        left: 10%;
        right: 10%;
        top: 27%;
        padding: 27px 23px;
    }

        #mapLayout #mapHolder .plans h3 {
            padding: 0 0 12px 0;
            margin: 0;
            color: #7D3F98;
            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 #7D3F98;
                    top: 7px;
                    left: 0;
                }

                #mapLayout #mapHolder .plans ul li a {
                    color: black;
                    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;
        }


/*CSS for Redesign starts here*/

    .inputbox {
        width: 100%;
        padding: 12px 20px;
        margin: 8px 4px;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
    }

    .inputbox1 {
         width: 50%;
        padding: 12px 20px;
        margin: 8px 4px;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
        /*-webkit-box-shadow: 0px 0px 27px -7px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 27px -7px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 27px -7px rgba(0,0,0,0.75);
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border: 0px solid #666878;*/
    }

    ::-webkit-input-placeholder {
        color: black;
        /*opacity: .25 !important; /* for chrome */
        font-style:italic ;
    }

    :-moz-placeholder { /* Firefox 18- */
        color: black;
        font-style:italic ;
         
    }

    ::-moz-placeholder {  /* Firefox 19+ */
        color: black;
       font-style:italic ;
        
    }

    :-ms-input-placeholder {  
       color: black;
       font-style:italic ;
  
    }

     .inputbox2 {
         border: 1px solid #c4c4c4;
    /*width: 180px;
    height: 18px;*/
    font-size: 13px;
    padding: 4px 4px 4px 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
    }

    .inputbox2:focus {
     outline: none;
    border: 1px solid #7bc1f7;
    box-shadow: 0px 0px 8px #7bc1f7;
    -moz-box-shadow: 0px 0px 8px #7bc1f7;
    -webkit-box-shadow: 0px 0px 8px #7bc1f7;
    }


       .select {
        background-color: white; 
        border:0px solid #e3e3e3;    
        border-radius:3px;
        color:#616263;
        overflow: hidden; 
         margin: 8px 10px;
        height: 40px;    
        width: 10%;
        position: relative;
        display: block;
        align-self :auto;
        padding :9px 20px;
        /*-webkit-box-shadow: 0px 0px 27px -7px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 27px -7px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 27px -7px rgba(0,0,0,0.75);
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;*/
        border: 1px solid blue;

    }
       .select:hover {
            background-color: white; 
       }

    .button1 {
        background-color: #50758a;
        border: none;
        color: white;
        padding: 10px 24px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        cursor: pointer;
        width: 25%;
        border-radius: 8px;
    }

        .button1:hover {
            box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
        }

    .div {
         border-radius: 5px;
         border:1px;
         border-width :1px;
         border-color:black;     
         padding: 20px;
   
     }
       .styleband {
          background:#fafafa; 
          border :1px solid;
          border-color :#e6e6e6;
          width:102%;
          padding:5px;
          margin-top:-5px;
       }

      .styleband-relative {
      background:#fafafa; 
      margin-left:31.25%;
      margin-right:15%;
      border :1px solid;
      border-color :#e6e6e6;
      padding :0;
       }

    .styleband1 {
      background:#fafafa;
      width:100%;
      border :1px solid;
      border-color :#e6e6e6;
       }

     .div1 {
          background:#f7f7f7;
          border:1px;
          border-color:black;   
     }

     .filterdiv {
       background:#ffffff;
       /*border: 1px solid #d4d4d4;*/
       border: solid 2px #e6e6e6;
       -webkit-box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);
       -moz-box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);
       box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);
       padding-left :10px;
       /*padding-top :10px;*/
       margin-top:-10px;
       margin-bottom:15px;
       width:70%;
      
          }

      .filterCookies {
       display:block;
       padding-left :1.2em;
       padding-top :0.8px;
       font-family:Calibri;
       background:#e5f6f9;
       border-radius:5px;
       margin-top:10px;
       -webkit-box-shadow: -10px -12px 25px -17px rgba(0,0,0,0.55);
       -moz-box-shadow: -10px -12px 25px -17px rgba(0,0,0,0.55);
       box-shadow: -10px -12px 55px -17px rgba(0,0,0,0.55);
       margin-right:6px;
       color:#666;
       font:0.9em;
      }

       
    .center {
        padding: 10px 0;
        text-align: center;
     }


      a.tooltip {outline:none; }
      a.tooltip strong {line-height:20px;}
      a.tooltip:hover {text-decoration:none;} 
      a.tooltip span {
        z-index:10;display:none; padding:14px 20px;
        margin-top:-30px; margin-left:28px;
        width:300px; line-height:16px;
     }
        a.tooltip:hover span{
            display:inline; position:absolute; 
            border:1px solid #DCA;background:#ffffff }
        .callout {z-index:20;position:absolute;top:30px;border:0;left:-12px; background:#ffffff}
    
    /*CSS3 extras*/
    a.tooltip span
    {
        border-radius:4px;
        box-shadow: 5px 5px 8px #CCC;
    }

.tabs-1{
       margin: 0px;
       color: #222;
       display: inline-block;
       /*padding: 8px 10px;*/
       cursor: pointer;   
    width:110%;                                     
   }


.tabs{
       margin: 0px;
       color: #222;
       display: inline-block;
       /*padding: 8px 10px;*/
       cursor: pointer;  
    padding: 0px;    
    width:102%; 
    /*overflow-x:scroll ;
    overflow-y:hidden;*/
            
   }

  .tabs li {
      /*background:#0d6990;#ededed;*/
      border-top-left-radius:10px;
      border-top-right-radius:10px;
      border-bottom-left-radius:2px;
      border-bottom-right-radius:2px;
      border-top:1px solid #0d6990;
      background: linear-gradient(top,  #0d6990,  #468CCF) !important ;
      background: -ms-linear-gradient(top,  #0d6990,  #468CCF) !important;
      background: -webkit-gradient(linear, left top, left bottom, from(#0d6990), to(#468CCF)) !important;
      background: -moz-linear-gradient(top,  #0d6990,  #468CCF) !important;
      /*background:url('../../images/icons/Handicap_Accessible.png') no-repeat left center  ;*/
      color: #ffffff !important;
      display: inline-block !important; 
      /*padding: 5px 8px;*/
      padding-left:0 !important ;
      width:11.8%;
       text-align :center;
      /*border-bottom-color:black;*/
     -webkit-box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);
      -moz-box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);
      box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);    
      /*font-size:smaller ;*/
      margin-top:5px;
  }


       .tabs li.current{
              background:#ffffff !important;/*#ededed;*//*#0d6990;*/
              color: #003300 !important;
         box-shadow: 0px 0px 0px  0px  rgba(0,0,0,0.06);  
         -webkit-box-shadow: 0px 0px 0px 0px  rgba(0,0,0,0.06);
        -moz-box-shadow: 0px 0px 0px 0px  rgba(0,0,0,0.06); 
       }
       .tabs li.current:hover{
              background:#ffffff !important;/*#ededed;*//*#0d6990;*/
              color: #003300 !important;
       }

       .tabs li:hover{
              /*background:#0d6990;*/
              color: #ffffff;   
         background: linear-gradient(top,  #468CCF,  #0d6990);
         background: -ms-linear-gradient(top,  #468CCF,  #0d6990);
         background: -webkit-gradient(linear, left top, left bottom, from(#468CCF), to(#0d6990));
         background: -moz-linear-gradient(top,  #468CCF,  #0d6990);     
       }

       .tab-content {
              display: none;
              background: #ffffff;
              padding: 15px;
           border-top:0px;
           border-right:1px solid #d4d4d4;
           border-left:1px solid #d4d4d4;
           border-bottom:1px solid #d4d4d4;
           -webkit-box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);
           -moz-box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);
           box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06); 
           max-height:250px;
           overflow:auto;
           width:102%;
           margin-top:-18px;
          
          /*border: 1px solid #f2f2f2;*/    
              }

              .tab-content.current{
                     display: inherit;         
              }

        .tabs-content-table-left{
             width:45%;
             float:left;        
             margin-bottom:3px;         
             border-right:0px;
             /*border-top:1px solid #d4d4d4;
             border-left:1px solid #d4d4d4;
             border-bottom:1px solid #d4d4d4;
             border-right:1px solid #d4d4d4;*/         
             /*border-radius:3px;*/ 
             /*line-height:1.4em;*/  
             /*/*padding:7.8px;*/   
         }

            .tabs-content-table-right{
             width:50%;
             float:left;
             padding:7.8px;
             margin-bottom:3px;          
             border-left:0px;
             /*border-top:1px solid #d4d4d4;
             border-left:1px solid #d4d4d4;
             border-bottom:1px solid #d4d4d4;
             border-right:1px solid #d4d4d4;*/          
             /*border-radius:3px;*/  
             /*line-height:1.4em;*/       
         }
        
/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: rgba(0, 133, 113, 1);
  text-decoration: none;
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-header {
  /*position: relative;*/
  height: 150px;
  background-color: #331d35;
}
.cd-header h1 {
  color: #ffffff;
  line-height: 150px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 300;
}

.cd-main-content {
  /*position: relative;*/
  min-height: 100vh;

}
.cd-main-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-main-content.is-fixed .cd-tab-filter-wrapper {
  /*position: fixed;*/
  top: 0;
  left: 0;
  width: 100%;

}
.cd-main-content.is-fixed .cd-gallery {
  padding-top: 76px;
}
.cd-main-content.is-fixed .cd-filter {
  /*position: fixed;*/
  height: 100vh;
  overflow: hidden;

}
.cd-main-content.is-fixed .cd-filter form {
  height: 100vh;
  overflow: auto;

  -webkit-overflow-scrolling: touch;
}
.cd-main-content.is-fixed .cd-filter-trigger {
  /*position: fixed;*/
}

/* -------------------------------- 

xtab-filter 

-------------------------------- */
.cd-tab-filter-wrapper {
  background-color: green;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  z-index: 1;
}
.cd-tab-filter-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.cd-tab-filter {
  /* tabbed navigation style on mobile - dropdown */
  /*position: relative;*/
  height: 50px;
  width: 140px;
  margin: 0 auto;
  z-index: 1;
}
    .cd-tab-filter::after {
        /* small arrow icon */
        content: '';
        position: absolute;
        right: 14px;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        width: 16px;
        height: 16px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        pointer-events: none;
    }
.cd-tab-filter ul {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: inset 0 -2px 0 #41307c;
}
.cd-tab-filter li {
  display: none;
}
.cd-tab-filter li:first-child {
  /* this way the placehodler is alway visible */
  display: block;
}
.cd-tab-filter a {
  display: block;
  /* set same size of the .cd-tab-filter */
  height: 50px;
  width: 140px;
  line-height: 50px;
  padding-left: 20px;
}
.cd-tab-filter a.selected {
  background: #41307c;
  color: #ffffff;
}
.cd-tab-filter.is-open::after {
  /* small arrow rotation */
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.cd-tab-filter.is-open ul {
  box-shadow: inset 0 -2px 0 #41307c, 0 2px 10px rgba(0, 0, 0, 0.2);
}
.cd-tab-filter.is-open ul li {
  display: block;
}
.cd-tab-filter.is-open .placeholder a {
  /* reduces the opacity of the placeholder on mobile when the menu is open */
  opacity: .4;
}


/* -------------------------------- 

xfilter 

-------------------------------- */
.cd-filter {
      position: absolute;
      top: 0;
      left: 0;
      width: 280px;
      height: 100%;
      background: #ffffff;
      box-shadow: 4px 4px 20px transparent;
      z-index: 2;
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
       transform: translateZ(0);
      -webkit-backface-visibility: hidden;
       backface-visibility: hidden;
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
      -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
      transition: transform 0.3s, box-shadow 0.3s;
      display:none;
      height:200px;
      overflow-y:scroll;
     
}

.cd-filter::before {
  /* top colored bar */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #41307c;
  z-index: 2;
}
.cd-filter form {
  padding: 70px 20px;
}
.cd-filter .cd-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  color: #ffffff;
  font-size: 1.3rem;
  text-align: center;
  background: #37296a;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 3;
}
.no-touch .cd-filter .cd-close:hover {
  background: #32255f;
}
.cd-filter.filter-is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}
.cd-filter.filter-is-visible .cd-close {
  opacity: 1;
}


.cd-filter-trigger {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  background: transparent url("../img/cd-icon-filter.svg") no-repeat center center;
  z-index: 3;
}
.cd-filter-trigger.filter-is-visible {
  pointer-events: none;
}

  .no-touch .cd-filter-trigger:hover {
    color: #41307c;
  }
  .cd-filter-trigger.filter-is-visible, .cd-filter-trigger.filter-is-visible:hover {
    color: #ffffff;
  }


/* -------------------------------- 

xcustom form elements 

-------------------------------- */
.cd-filter-block {
  margin-bottom: 0.01em;

}
.cd-filter-block h4 {
  /* filter block title */
      position: relative;
      margin-bottom: .7em;
      margin-top: 1em;
      padding: 10px 0 10px 2px;
      color: #666;
      font-weight:bold;
      font-size: 0.9rem;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      cursor: pointer;
      border-top:1px solid #e9e9e9;
      padding-top:1em;
}
.no-touch .cd-filter-block h4:hover {
  color: rgba(0, 133, 113, 1);
}
.cd-filter-block h4::before {
    /* arrow */
    content: '';
    position: absolute;
    left: 85%;
    top: 50%;
    width: 16px;
    height: 16px;
    /*background-image: url('../../global/assets/images/icons/arrow.png');*/
    background-image: url('../../images/icons/arrow.png');
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
}
.cd-filter-block h4.closed::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cd-filter-block input, .cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before {
  /* shared style for input elements */
  font-family: "Open Sans", sans-serif;
  border-radius: 2px;
  background-color: #ffffff;
  /*border: 2px solid #e6e6e6;*/
  border:1px solid #9a9b9b;
}
.cd-filter-block input[type='search'],
.cd-filter-block input[type='text'],
.cd-filter-block select {
  width: 100%;
  padding: .8em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
}
.cd-filter-block input[type='search']:focus,
.cd-filter-block input[type='text']:focus,
.cd-filter-block select:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #41307c;
}
.cd-filter-block input[type='search'] {
  /* custom style for the search element */
  border-color: transparent;
  background-color: #e6e6e6;
  /* prevent jump - ios devices */
  font-size: 1.6rem !important;
}
.cd-filter-block input[type='search']::-webkit-search-cancel-button {
  display: none;
}
.cd-filter-block .cd-select {
  /* select element wrapper */
  position: relative;
}
.cd-filter-block .cd-select::after {
  /* switcher arrow for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
}
.cd-filter-block select {
  cursor: pointer;
  font-size: 1.4rem;
}
.cd-filter-block select::-ms-expand {
  display: none;
}
.cd-filter-block .list li {
  position: relative;
  margin-bottom: .8em;
  margin-left:.4em;
}
.cd-filter-block .list li:last-of-type {
  margin-bottom: 0;
}
.cd-filter-block input[type=radio],
.cd-filter-block input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
  padding-left: 24px;
  font-size: .75rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display:block;
}
.cd-filter-block .checkbox-label::before, .cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before {
  width: 16px;
  height: 16px;
  left: 0;
}
.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::after {
  /* check mark - hidden */
  display: none;
}
.cd-filter-block .checkbox-label::after {
  /* check mark style for check boxes */
  width: 16px;
  height: 16px;
  display:block;
/* background:url('../../images/icons/icon-checked.png')no-repeat center center; */
}
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  border-radius: 50%;
}
.cd-filter-block .radio-label::after {
  /* check mark style for radio buttons */
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  /*left: 5px;*/
}
.cd-filter-block input[type=radio]:checked + label::before,
.cd-filter-block input[type=checkbox]:checked + label::before {
  /*border-color: #41307c;*/
  /*background-color: #ffffff;*/
  
  padding-bottom:1em;
  border:1px solid #9a9b9b;
   content: '✔';
  color: black;
  border-radius:2px;
    /* The following positions my tick in the center, 
     * but you could just overlay the entire box
     * with a full after element with a background if you want to */
    /*position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);*/
    /*content: '?';*/
  

  
    
}
.cd-filter-block input[type=radio]:checked + label::after,
.cd-filter-block input[type=checkbox]:checked + label::after {
  display: block;
}


.accordiondetail {
    margin:0em 0;
    /* border-top:1px solid #eee;solid 1px #ccc;*/

     
}
.accordiondetail header {
    background:#fafafa;
    color: #396db3;
    padding: 0px 10px;
    cursor: pointer;
    cursor: hand;
    display: block;
    width: 102%;
    text-align:right ;
    /*text-decoration:underline;*/
    border-Bottom: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    -webkit-box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);
   -moz-box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);
    box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06); 
}

.accordiondetail header:active {
    background:#fafafa;
    color: #396db3;
    padding: 0px 10px;
    cursor: pointer;
    cursor: hand;
    display: block;
    width: 102%;
    text-align:right ;
    border-Bottom: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    -webkit-box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);
   -moz-box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);
    box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06); 
}


.accordiondetail h3 {
    background:#4ea5df;
    cursor:default
}

.accordiondetail h3.active {
    background:black;
    cursor:default;
    border-Bottom: 0px ;
     width: 102%;
}

.paginate.pag1 { /* first page styles */ }

.paginate.pag1 li { font-weight: bold;}

.paginate.pag1 li a {
  display: block;
  float: left;
  color: #717171;
  background: #e9e9e9;
  text-decoration: none;
  padding: 5px 7px;
  margin-right: 6px;
  border-radius: 3px;
  border: solid 1px #c0c0c0;
  box-shadow: inset 0px 1px 0px rgba(255,255,255, .7), 0px 1px 3px rgba(0,0,0, .1);
  text-shadow: 1px 1px 0px rgba(255,255,255, 0.7);
}
.paginate.pag1 li a:hover {
  background: #eee;
  color: #555;
}
.paginate.pag1 li a:active {
  -webkit-box-shadow: inset -1px 2px 5px rgba(0,0,0,0.25);
  -moz-box-shadow: inset -1px 2px 5px rgba(0,0,0,0.25);
  box-shadow: inset -1px 2px 5px rgba(0,0,0,0.25);
}

.paginate.pag1 li.single, .paginate.pag1 li.current {
  display: block;
  float: left;
  border: solid 1px #c0c0c0;
  padding: 5px 7px;
  margin-right: 6px;
  border-radius: 3px;
  color: #444;
}

body {
        margin: 0;
}


.input.twitterStyleTextbox:focus {
    outline: none;
    border: 1px solid #7bc1f7;
    box-shadow: 0px 0px 8px #7bc1f7;
    -moz-box-shadow: 0px 0px 8px #7bc1f7;
    -webkit-box-shadow: 0px 0px 8px #7bc1f7;
}
.input.twitterStyleTextbox {
    border: 1px solid #c4c4c4;
    width: 180px;
    font-size: 13px;
    padding: 4px 4px 4px 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
}
/* DivTable.com */
.divTableheader{
       display: table;
       width: 102%;
    background-color :#7d3f98;
       
  
}

.divTableheader-relative{
       display: table;
       width: 51.7%;
    background-color :#7d3f98;
    margin-left :31.15%;
    text-align :left;
     
  
}

.divTable-Search{
    display: table;
     width: 100%;
    background-color :#ffffff;
    border:1px solid #d4d4d4;
    -webkit-box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);
    -moz-box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);
     box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);
  
}

.divTable{
       display: table;
       width: 102%;
    background-color :#ffffff;
    border:1px solid #d4d4d4;
    -webkit-box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);
    -moz-box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);
     box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);
  
}
/*.divTable:hover{
       display: table;
       width: 100%;
    background-color :#ffffff;
    border:1px solid #54b9f3;
    -webkit-box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);
    -moz-box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);
     box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);
}*/


.divTableRow {
       display: table-row;

}
.divTableHeading {
       background-color: #EEE;
       display: table-header-group;
   
}
.divTableCell, .divTableHead {
       border: 1px solid #f2f2f2;
    border-right:0px;
       display: table-cell;
       padding: 3px 10px;
    width:105px;
    height:100px;
}

.divTableCell-image {
       display: table-cell;
    width:25px;
    height:100px;
    padding: 3px 10px;
    border-top:1px solid #f2f2f2;
}

.divTable-pagination{
       display: table;
       width: 102%;
    background-color :#ffffff;
    border:1px solid #d4d4d4;

  
}

.divTableCell-pagination {
       display: table-cell;
    width:3%;
    border-top:1px solid #f2f2f2;
}
.divTableCell-pagination1 {
       display: table-cell;
    width:6%;
    padding-left :4px;
    border-top:1px solid #f2f2f2;
}
.divTableCell-pagination2 {
       display: table-cell;
    width:18%;
    border-top:1px solid #f2f2f2;
}

.divTableCell-pagination3 {
       display: table-cell;
    width:3%;
    border-top:1px solid #f2f2f2;
}

.divTableCell-pagination4 {
       display: table-cell;
    width:3%;
    padding-left:30px;
    vertical-align:top;
    border-top:1px solid #f2f2f2;
}

.divTableCell-header, .divTableHead-header {
       border: 1px solid #f2f2f2;
       display: table-cell;
       padding: 3px 10px;

}
.divTableHeading {
       background-color: #EEE;
       display: table-header-group;
       font-weight: bold;
   
}

.divTableFoot {
       background-color: #EEE;
       display: table-footer-group;
       font-weight: bold;
}
.divTableBody {
       display: table-row-group;
}

header {
    color: #ffffff;
}
#tnt_pagination {
       display:block;
       text-align:left;
       height:22px;
       line-height:21px;
       clear:both;
       padding-top:3px;
       font-family:Arial, Helvetica, sans-serif;
       font-size:12px;
       font-weight:normal;
}

#tnt_pagination a:link, #tnt_pagination a:visited{
       padding:7px;
       padding-top:2px;
       padding-bottom:2px;
       border:1px solid #EBEBEB;
       margin-left:10px;
       text-decoration:none;
       background-color:#F5F5F5;
       color:#0072bc;
       width:22px;
       font-weight:normal;
}

#tnt_pagination a:hover {
       background-color:#DDEEFF;
       border:1px solid #BBDDFF;
       color:#0072BC;       
}

#tnt_pagination .active_tnt_link {
       padding:7px;
       padding-top:2px;
       padding-bottom:2px;
       border:1px solid #BBDDFF;
       margin-left:10px;
       text-decoration:none;
       background-color:#DDEEFF;
       color:#0072BC;
       cursor:default;
}

    #tnt_pagination .disabled_tnt_pagination {
        padding: 7px;
        padding-top: 2px;
        padding-bottom: 2px;
        border: 1px solid #EBEBEB;
        margin-left: 10px;
        text-decoration: none;
        background-color: #F5F5F5;
        color: #D7D7D7;
        cursor: default;
    }
     .Selected {
     padding: 7px;
     padding-top: 2px;
     padding-bottom: 2px;
     border: 1px solid #EBEBEB;
     margin-left: 10px;
     text-decoration: none;
     background-color: #ffffff;
     color: black;
     width: 22px;
     font-weight: normal;

    }

   .position-fixed-top_head  {
    position: fixed;
    top: 10px;
    left: 0;
    right: 0;
    /*text-align: center;*/
    border:0px solid red;
    z-index: 600; } 

    .position-fixed-top_head.back-to-top-holder {
    position: relative;
    margin: 0 auto;
    width: 69%; } 
    .position-fixed-top_head .back-to-top-holder .position-absolute-top {
    position: absolute;
    position: absolute;
    z-index: 600;
    /*right: 10px;
    left: 67%;*/
    bottom: 0; } 
      .position-fixed-top_head .back-to-top-holder .position-absolute-top p.back-to-top {
  padding-left: 0 !important; }
          /*.position-fixed-top_head .back-to-top-holder .position-absolute-top p.back-to-top {
      margin-left: 22px; }*/ 
          /*.position-fixed-top_head .back-to-top-holder .position-absolute-top p.back-to-top.ribbon {
      background: blue!important;
      background: transparent\9 !important;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000) \9;
      zoom: 1; }*/
      .position-fixed-top_head .back-to-top-holder .position-absolute-top p.back-to-top.ribbon a {
      background: orange !important;
      background: transparent\9 !important;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000) \9;
      zoom: 1; }
      .position-fixed-top_head .back-to-top-holder .position-absolute-top p.back-to-top.ribbon a:hover {
      background:pink !important; }
     .position-fixed-top_head .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_head .back-to-top-holder .position-absolute-top p.back-to-top.ribbon a:after {
    content: url("../images/siteFiles/bgArrowUp.png") !important;
    top: 1em; }

    .headerx {
    background-color: #ccc;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: auto;
}
.outer {
    background-color: #fff;
    position: relative;
    /*height: 100px;*/
}
.outer .bannerx {
    font-size: 46px;
}
.outer .header {
    position: absolute;
    bottom: 0;
    z-index: 2;
    top: auto;
}
.content {
    /*/*height: 1500px;*/*/
    color: blue;
    background-color: #fff;
    margin-top: 100px;
}

.fixed-header {
  position: fixed;
  top:0; left:0;
  width: 52%;
  margin-left:31.9%; 
}

.viewDirections {
      background-color: #50758a;
       display: block;
       text-align: center;
       color: white;
       font-family: "FocoBold";
       font-weight: normal !important;
       font-size: 1em;
       padding: 1px;
       width:15%;
       text-decoration-color:black;
        
}

.divTableofficehours{
       display: table;
       width: 100%;
}
.divTableCellofficehours, .divTableHeadofficehours{
    border: 1px solid #f2f2f2;
       display: table-cell;
       padding: 3px 10px;
    width:105px;
    height:100px;

}
.divTableCellofficehours-1{
    border: 1px solid #f2f2f2;
       display: table-cell;
       padding: 3px 10px;
    width:155px;
    height:100px;

}

.divTableCellboardcert{
    border: 1px solid #f2f2f2;
       display: table-cell;
    width:200px;
    height:8px;
    padding:2px 10px;

}
.divTableCellboardcerthead{
    border: 1px solid #f2f2f2;
       display: table-cell;
    width:200px;
    height:5px;
    padding:2px 10px;
    background-color:#e0e0d1;

}

.iconsize {
    height: 20px;
    width: 20px;
    /*Margin-left :20px;*/
}

.lnkclearall {
    cursor:hand;
    text-decoration:none;
    display:inline-block ;
    margin-top:10px;
    margin-left:60px;
    color:black;
}
.lnkclearall:hover  {
     text-decoration:underline ;
     }

  input[type=range]::-ms-track {
    width: 300px;
    height: 5px;
    
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;

    /*remove default tick marks*/
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}
input[type=range]::-ms-thumb {
    border: none;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background:rgba(125,63,152,1);
}
input[type=range]:focus::-ms-fill-lower {
    background: #888;
}
input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}

.UpdateBtnfiltr {
    background-color: #50758a;
    color: white;
    border: 0;
    margin-left :16px;
    margin-top :12px;
    padding: 8px 24px;
    cursor: pointer;
    cursor: hand;
    display: block;
    width: 55%; 
    -webkit-box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);
    -moz-box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);
     box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);
}

.UpdateBtn {
    background-color: #50758a; /* Green */
    border: none;
    color: white;
    padding: 6px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 6px 5px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    /*width: 100%;*/
    margin-top :22.1px;
    margin-bottom :22px    
 }

  .UpdateBtn:hover {
      box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

  .clearBtn {
     
    background-color: #eac9b3; /* Green */
    border: none;
    color: #000000;
    padding: 6px 16px;
    text-align: center;
    text-decoration:solid;
    display: inline-block;
    font-size: 16px;
    /*margin: 4px 2px;*/
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    /*width: 100%;*/
    margin-top :23px;
    /*margin-bottom :22px*/
 }
 
  .clearBtn:hover {
      box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
 }
 .printohio {
      background: url("../../images/siteFiles/illinois/icnPrint.png") no-repeat left center;
      display: inline-block;
      color: transparent; 
}

  .printnew {
      background: url("../../images/siteFiles/ohio/icnPrint.png") no-repeat left center;
      display: block;

}
.Email {
      background: url("../../images/siteFiles/ohio/e-mail-green.png") no-repeat left center;
      margin-left:-18px;
      display: inline-block;
      color: transparent;
  
 }
.direction {
  font: bold 11px Arial;
  text-decoration: none;
  background-color: #50758a;
  color: white;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  width:150px;
}

.divadvancedsearch{
       display: table;
       width: 100%;
    background-color :#ffffff;
    border:1px solid #d4d4d4;
    -webkit-box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);
    -moz-box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);
     box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);
}

.divadvancedsearchTableRow {
       display: table-row;
}

.divadvancedsearchTableCell, .divadvancedsearchTableHead {
       display: table-cell;
       /*padding: 3px 3px;*/
    width:105px;
    height:30px;
}

.divadvancedsearchTableBody {
       display: table-row-group;
}

[type=checkbox]:after {
    /*content: attr(value);*/
    margin: -3px 15px;
    vertical-align: top;
    display: inline-block;
    white-space:nowrap;
    cursor:pointer;
}

.helpimg{
    width:18px;
    padding-bottom:4px;

}

.gradeout-Filter {
   color:#ccc;
}

.removegradeout-Filter {
    
} 
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 180px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    background: -moz-linear-gradient(#fff, #999);  
    /*background: -webkit-linear-gradient(#fff, #999);*/
    background: -o-linear-gradient(#fff, #999);
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.emailtxt{
    width:50%;
    height: 31px;
    border: 1.2px solid #ccc !important;
}

.emailBtn {
    background-color: #50758a;
    color: white;
    border: 0;
    margin-left :10px;
    margin-top :12px;
    padding: 6px 24px;
    cursor: pointer;
    /*cursor: hand;*/
    width: 20%; 
    -webkit-box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);
    -moz-box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);
     box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);
}
.RemoveCookie {
    background-image:url('../../images/siteFiles/ohio/Removefiltr.png');
    /*background: url("../../images/siteFiles/illinois/icnPrint.png");*/
    background-repeat: no-repeat;
    margin-right:9px;
    width:13px;
    height:13px;
    position:relative;
    float:right;
    margin-top:4px;
    display:inline-block ;
    
}

.soflowleft{
   /*-webkit-appearance: button!important;*/
   -webkit-border-radius: 3px!important;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1)!important;
   -webkit-padding-end: 20px!important;
   -webkit-padding-start: 2px!important;
   -webkit-user-select: none!important;
  /* background-image: url('../../images/icons/selectarrow.png')!important;  */
   background-position: 97% center!important;
   background-repeat: no-repeat!important;
   border: 1px solid #AAA!important;
   color: #555!important;
   font-size: inherit!important;
   /*margin: 20px;*/
   overflow: hidden!important;
   /*padding: 5px 10px!important;*/
   text-overflow: ellipsis!important;
   white-space: nowrap!important;
   width: 14%!important;
   background:-webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5)!important;
   background: -moz-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5)!important;  
   background: -o-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5)!important;
   border-radius: 3px!important;
   vertical-align:  middle;
   padding: 1px 1px!important;
   display: inline-block;
   height:23px;
   margin-bottom :5px;
   font-weight:normal;
   background:#ffffff !important;

}
.soflowright{
   /*-webkit-appearance: button!important;*/
   -webkit-border-radius: 3px!important;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1)!important;
   -webkit-padding-end: 20px!important;
   -webkit-padding-start: 2px!important;
   -webkit-user-select: none!important;
  /* background-image: url('../../images/icons/selectarrow.png')!important;  */
   background-position: 97% center!important;
   background-repeat: no-repeat!important;
   border: 1px solid #AAA!important;
   color: #555!important;
   font-size: inherit!important;
   /*margin: 20px;*/
   overflow: hidden!important;
   /*padding: 5px 10px!important;*/
   text-overflow: ellipsis!important;
   white-space: nowrap!important;
   width: 80%!important;
   background:-webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5)!important;
   background: -moz-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5)!important;  
   background: -o-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5)!important;
   border-radius: 3px!important;
   vertical-align: middle;
   padding: 1px 1px !important;
   display: inline-block;
   white-space: nowrap;
   overflow: hidden;
   height:23px;
   margin-bottom :5px;
   font-weight:normal;
    background:#ffffff !important;
}

#content { 
  overflow:auto; 
  /*width: 700px;*/ 
   margin-left:0.5px;
}

#left { 
  width: 350px;
  padding: .5em; 
  background: white; 
  border:solid 1px #e6e6e6;
} 

#right{
  width: 20%; 
  padding: .5em; 
  background: white; 
  border:solid 1px #e6e6e6;
}

#left  { float:left;  }
#right { float:right; } 


.ui-corner-all
        {
      -moz-border-radius: 1px 1px 1px 1px;
  }
  .ui-widget-content
  {
     /* border: 1px solid #d4d4d4; */
      max-height:40%;
      overflow-y:hidden;
  } 
  .ui-widget
  {
      font-family: Calibri;
      font-size: 14px;
      overflow: hidden; 
  }
  .ui-menu
  {
      display: block;
      float: left;
      /*list-style: none outside none;*/
      margin: 0!important;
      padding: 1px;
      text-align:left;
  }
  .ui-autocomplete
  {
      cursor: default;
      position: absolute;
      text-align:left;
      background:#ffffff;
  }
  .ui-menu .ui-menu-item
  {
      clear: left;
      float: left;
      margin: 0;
      padding: 0;
      width: 100%;
      text-align:left;
  }
  .ui-menu .ui-menu-item a
  {
      display: block;
      padding: 0px 0px 0px 0px;
      text-decoration: none;
      cursor: pointer;
      /*background-color: Green;*/
      text-align:left;
  }
  .ui-menu .ui-menu-item a:hover
  {
      display: block;
      padding: 0px 0px 0px 0px;
      text-decoration: none;
      color: #000000;
      cursor: pointer;
      background-color: gray;
      color: #ffffff;
  }
  .ui-widget-content a
  {
      color: #000000;
  }

.error_show{
	color: #c42000;
	margin-left: 10px;
    display:inline;
}
#errorContainer {
    display: none;
    overflow: auto;
    background-color: #FFDDDD;
    border: 1px solid #FF2323;
    padding-top: 2px;
    padding-left:10px;
   
}

#errorContainer label {
    float: none;
    width: auto;

}

#Noresult {
     background-color: #FFDDDD;
    border: 1px solid #FF2323;
    padding: 5px;
    padding-left:20px;
    margin-left:20px;
    margin-right:20px;
    /*margin-top:50px;*/
    margin-bottom:102%;
    font-size:16px;
    cursor: hand;
   
}

.rotated {
  /* small arrow rotation */
  -webkit-transform:  rotate(180deg);
  -moz-transform:  rotate(180deg);
  -ms-transform:  rotate(180deg);
  -o-transform:  rotate(180deg);
  transform:  rotate(180deg);
} 

      .multiselect-selected-text.field-validation-valid {
        display: inline-block !important;
        /*color: pink;*/
    }

     #centerContent ul.multiselect-container  li{
            background:none;
            padding-left:0px;
        }

        
     .selectBox-dropdown {
        border: 1.2px solid #ccc !important;
        background: white;
    }

    .Textbox {
        width: 82%;
        height: 29px;
        border: 1.2px solid #ccc !important;
        /*background-color: rgba(238, 239, 239, 1) !important;*/
        background-image: url("../../global/assets/images/icons/Doctor.png");
        background-size: 50px 50px;
        background-repeat: no-repeat;
        background-position: left;
          padding-left:5px; 
    }
      .Textbox-county {
        width: 75%;
        height: 29px;
        border: 1.2px solid #ccc !important;
        /*background-color: rgba(238, 239, 239, 1) !important;*/
        background-image: url("../../global/assets/images/icons/Doctor.png");
        background-size: 50px 50px;
        background-repeat: no-repeat;
        background-position: left;
          padding-left:5px; 
    }
        .Textbox:focus {
            border: solid 1px #fbb040!important;
        }

    .Textbox-zip {
        width: 36%;
        height: 29px;
        border: 1.2px solid #ccc !important;
        overflow-y:scroll;
        text-decoration-color: black;     
        padding-left:5px;   
      }
   
        
    .lbl_or {
        margin: 0.8%;
        color: darkblue;
        font-style: italic;
        font-weight: 800;
    }

    .paroviderwidth {
        width: 40%;
    }

    .searchContent {
        width: 100%;
        margin-left: 5%;
    }

    .selectBox-label {
        width: 100% !important;
        font-style: italic !important;
        text-decoration-color: black;
    }

    .searchDropdown {
        width: 100% !important;
    }

    .searchDropdownPlan {
        width: 36% !important;
        margin-left: 3.2em;
        margin-top: 2em;
        margin-bottom: 2em;
        margin-right: 0.08em;
    }
  /*WPS - WCAG start*/
    .searchLabel{
        margin-left: 3.2em;
        margin-top: 2em;
        /*display:block !important;*/
        margin-bottom: 2.75em;
        font-weight:bold;
    }
    
    .textboxLabel{
        display:block !important;
        margin-bottom: 2px;
    }
  /*WPS - WCAG end*/

    .ui-helper-hidden-accessible { position: absolute; left:-999em; }

    .chktoggle{
        float: left;
        width:44%;
        display:inline-block;
       
    }
    .chktogglename{
        float: left;
        width:44%;
        display:inline-block;
         margin-top:20px;
       }
    .buttons{
        float:left;
        margin-left:68%;
    }
    .reqmsg{
          float:left;
          margin-left:-80%;
          margin-bottom:2%;
    }
  
    .clssplty{
        float: left;
        width:54.7%;
        display:inline-block;
        margin-top:20px;
    }
 #centerContent .clssplty a {
        font-weight: normal !important;
        text-decoration: none !important; 
      }
     .clswithzip{
        float: left;
        margin-left:-90px;
        margin-top:26px;
    }
     .preloader{
         margin: 0px; 
         padding: 0px; 
         position: fixed; 
         right: 0px; 
         top: 0px; 
         width: 100%; 
         height: 100%; 
         z-index: 30001; 
         opacity: 0.7; 
         filter: alpha(opacity=70);
         background:#f2f2f2;  
         visibility:hidden;
     }
      .preloader-p{
          position: absolute;
          top: 43%; 
          left: 45%;
     }
      .clsplan{
          margin-top:1em;
          margin-bottom:1em;
      }
      .stylebandlbl {
        font-size: 14px;
        padding-right: 2.50em;
        padding-left: 2px;
    }
      .stylebandlbl1{
        font-size: 14px;
        padding-right: 3.55em;
        /*padding-left: 44px;*/
      }
      .stylebandlbl2{
        font-size: 14px;
        padding-right: 5.9em;
        /*padding-left: 44px;*/
      }
      .providerResultsPagination
      {
          display:none;
      }

   #providerSearchResults{
      margin-left:-100px;
      z-index:2;
      position:relative;
   }
   .newSearch{   
      /*background-color: #42c19d;  
      border-radius: 5px;*/
      /*color: white;*/
      /*padding: .3em;
      text-decoration: none;*/
      width:20%;
      margin-left:85%;
      padding-top: .2em;
   }

.options-wrapper {
  max-height: 210px !important;
  overflow-x: hidden;
  overflow-y: auto; 
   /*width:417px;*/
  /*padding: 0 30px;*/
}



@media only screen and (max-width: 42.125em) {

       #providerSearchResults{
         margin-left:0px;
   }
       .filterdiv{
           width:100%;
       }


    #content {
        overflow: auto;
        width: 700px;
        /*margin-left:0.5px;*/
    }

    #left {
        width: 350px;
        padding: .5em;
        background: white;
        border: solid 1px #e6e6e6;
    }

    #right {
        width: 20%;
        padding: .5em;
        background: white;
        border: solid 1px #e6e6e6;
    }

    #left {
        float: left;
    }

    #right {
        float: right;
    }

    .preloader-p {
        position: absolute;
        top: 43%;
        left: 40%;
    }

    .Textbox {
        width: 90%;
        height: 29px;
        margin-bottom: 10px;
    }

    .Textbox-county {
        width: 90%;
        height: 29px;
        border: 1.2px solid #ccc !important;
        /*background-color: rgba(238, 239, 239, 1) !important;*/
        background-image: url("../../global/assets/images/icons/Doctor.png");
        background-size: 50px 50px;
        background-repeat: no-repeat;
        background-position: left;
        padding-left: 5px;
    }

    .searchDropdownPlan {
        width: 90% !important;
        margin-left: 1.2em;
        margin-top: 2em;
        margin-bottom: 1.5em;
        margin-right: 0.08em;
    }

    .Textbox-zip {
        width: 90%;
        height: 29px;
        border: 1.2px solid #ccc !important;
        overflow-y: scroll;
        text-decoration-color: black;
        padding-left: 5px;
        margin-right: 20px;
    }

    .divcitycol {
        width: 100%;
        float: right;
    }

    .divcountycol {
        width: 100%;
        float: right;
    }

    .styleband {
        background: #fafafa;
        border: 1px solid;
        border-color: #e6e6e6;
        width: 102%;
        padding: 5px;
        margin-top: -5px;
    }

    .stylebandlbl {
        font-size: smaller;
        padding-right: 0px;
        padding-left: 2px;
    }

        .stylebandlbl:after {
            content: "\a";
            white-space: pre;
        }

    .stylebandlbl1 {
        font-size: smaller;
        padding-right: 0px;
        padding-left: 2px;
    }

        .stylebandlbl1:after {
            content: "\a";
            white-space: pre;
        }

    .stylebandlbl2 {
        font-size: smaller;
        padding-right: 0px;
        padding-left: 2px;
    }

        .stylebandlbl2:after {
            content: "\a";
            white-space: pre;
        }

    .fixed-header {
        display: none;
    }

    .position-fixed-top .back-to-top-holder .position-absolute-top p.ribbon.back-to-top {
        display: none;
    }

        .position-fixed-top .back-to-top-holder .position-absolute-top p.ribbon.back-to-top a {
            display: none;
        }

    .soflowleft {
        width: 25% !important;
    }

    .soflowright {
        width: 100% !important;
    }

    .divTableHeading {
        background-color: #EEE;
        display: table-header-group;
    }

    .divTableCell, .divTableHead {
        border: 1px solid #f2f2f2;
        border-right: 0px;
        display: table-cell;
        padding: 3px 4px;
        width: 105px;
        height: 100px;
    }

    .divTableCell-image {
        display: table-cell;
        width: 25px;
        height: 100px;
        padding: 3px 4px;
        border-top: 1px solid #f2f2f2;
    }

    .divTable-pagination {
        display: none;
        width: 102%;
        background-color: #ffffff;
        border: 1px solid #d4d4d4;
    }

    .tabs {
        margin: 0px;
        color: #222;
        display: inline-block;
        cursor: pointer;
        padding: 0px;
        width: 102%;
        overflow-x: scroll;
    }

        .tabs li {
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            border-bottom-left-radius: 2px;
            border-bottom-right-radius: 2px;
            border-top: 1px solid #0d6990;
            background: linear-gradient(top, #0d6990, #468CCF) !important;
            background: -ms-linear-gradient(top, #0d6990, #468CCF) !important;
            background: -webkit-gradient(linear, left top, left bottom, from(#0d6990), to(#468CCF)) !important;
            background: -moz-linear-gradient(top, #0d6990, #468CCF) !important;
            color: #ffffff !important;
            display: inline-block !important;
            padding-left: 0 !important;
            width: 92px !important;
            text-align: center;
            -webkit-box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);
            -moz-box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);
            box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);
            margin-top: 5px;
        }


            .tabs li.current {
                background: #ffffff !important;
                color: #003300 !important;
                box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.06);
                -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.06);
                -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.06);
            }

                .tabs li.current:hover {
                    background: #ffffff !important;
                    color: #003300 !important;
                }

            .tabs li:hover {
                color: #ffffff;
                background: linear-gradient(top, #468CCF, #0d6990);
                background: -ms-linear-gradient(top, #468CCF, #0d6990);
                background: -webkit-gradient(linear, left top, left bottom, from(#468CCF), to(#0d6990));
                background: -moz-linear-gradient(top, #468CCF, #0d6990);
            }

    .tab-content {
        display: none;
        background: #ffffff;
        padding: 15px;
        border-top: 0px;
        border-right: 1px solid #d4d4d4;
        border-left: 1px solid #d4d4d4;
        border-bottom: 1px solid #d4d4d4;
        -webkit-box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);
        -moz-box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);
        box-shadow: 0.5px 1px 9px 2px rgba(0,0,0,0.06);
        overflow: auto;
        width: 102%;
        margin-top: -18px;
    }

        .tab-content.current {
            display: inherit;
        }

    .tabs-content-table-left {
        width: 45%;
        float: left;
        margin-bottom: 3px;
        border-right: 0px;
    }

    .tabs-content-table-right {
        width: 30%;
        float: left;
        padding: 2.8px;
        margin-bottom: 3px;
        border-left: 0px;
    }

    .toggle {
        display: none;
    }

    .chktoggle {
        /*float: left;*/
        width: 100%;
        display: inline-block;
    }

    .chktogglename {
        /*float: left;*/
        width: 88%;
        display: inline-block;
    }

    .btn {
        display: inline-block;
        padding: 5px 6px;
        margin-bottom: 0;
        min-width: 100px;
        font-weight: 400;
        text-align: left;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0px;
    }

    .lbl_or {
        /*margin: 6%;*/
        /*padding-top:5px;
     margin-top:5px;*/
        color: darkblue;
        font-style: italic;
        font-weight: 800;
        padding-left: 40%;
    }

    .buttons {
        float: left;
        margin-left: 5%;
    }

    .reqmsg {
        float: left;
        margin-left: -38%;
        margin-bottom: 5%;
        margin-top: 5%;
    }

    .clssplty {
        float: left;
        width: 100%;
        display: inline-block;
    }

    .clswithzip {
        margin-left: 1px;
        float: none;
        margin-top: -3px;
    }

    .searchLabel {
        /*margin-left: 1.2em;
        margin-top: 2em;*/
        margin-bottom: 2em;
        /*display:block !important;*/
        margin-bottom: -1.75em;
    }

    .divTableCell-pagination {
        display: none;
        width: 3%;
        border-top: 1px solid #f2f2f2;
    }

    .pageddl {
        padding: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        border: 1px solid #BBDDFF;
        /*margin-left:10px;*/
        text-decoration: none;
        background-color: #DDEEFF;
        color: #0072BC;
        cursor: default;
    }

    .Selected {
        padding: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        border: 1px solid #EBEBEB;
        margin-left: 0px;
        text-decoration: none;
        background-color: #ffffff;
        color: black;
        width: 22px;
        font-weight: normal;
    }

    .providerResultsPagination {
        display: block;
    }
}


  @media only screen and (device-width: 768px) {
    .tabs li {         
              width:14%;        
          }
    .cd-filter-block h4{
       padding: 10px 20px 10px 2px;
    }
    .fixed-header {
      position: fixed;
      top:0; left:0;
      width: 69%;
      margin-left:25.8%; 
    }
   
    .buttons{
        float:left;
        margin-left:60%;
    }
       #providerSearchResults{
      margin-left:-80px;
      z-index:2;
      position:relative;
     
   }
   .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
  } 
}