/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-size: 100%;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
    margin: 0;
    background: #f0f0f0;
    background-size: cover!IMPORTANT;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0;
}

h2 {
    font-size: 1.5em;
    margin: 0;
}

h3 {
    font-size: 1.17em;
    margin: 0;
}

h4 {
    font-size: 1em;
    margin: 0;
}

h5 {
    font-size: 0.83em;
    margin: 0;
}

h6 {
    font-size: 0.67em;
    margin: 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
    margin: 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
    margin: 0;
}

dd {
    margin: 0;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
    padding: 0;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 12px;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

@font-face {
    font-family: 'edp-medium';
    src: url("../fonts/edp_preon_medium-webfont.eot");
    src: url("../fonts/edp_preon_medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/edp_preon_medium-webfont.woff") format("woff"), url("../fonts/edp_preon_medium-webfont.ttf") format("truetype"), url("../fonts/edp_preon_medium-webfont.svg#edp_preonmedium") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'edp-light';
    src: url("../fonts/edp_preon_light-webfont.eot");
    src: url("../fonts/edp_preon_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/edp_preon_light-webfont.woff") format("woff"), url("../fonts/edp_preon_light-webfont.ttf") format("truetype"), url("../fonts/edp_preon_light-webfont.svg#edp_preonlight") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'edp-regular';
    src: url("../fonts/edp_preon_regular-webfont.eot");
    src: url("../fonts/edp_preon_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/edp_preon_regular-webfont.woff") format("woff"), url("../fonts/edp_preon_regular-webfont.ttf") format("truetype"), url("../fonts/edp_preon_regular-webfont.svg#edp_preonregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

html,
button,
input,
select,
textarea {
    color: #212121;
}

html {
    font-size: 15px;
    line-height: 1.3;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 12px 0;
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    text-align: center;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

.global {
    display: table;
    position: relative;
    height: 100%;
    min-height: 100%;
    width: 980px;
    margin: 0 auto -90px;
    z-index: 2;
}

.wrapper {
    position: relative;
    margin: 0 auto;
    width: 980px;
    text-align: left;
}

.wrapper:before,
.wrapper:after {
    content: "";
    display: table;
}

.wrapper:after {
    clear: both;
}

.wrapper-main {
    text-align: left;
    height: 100%;
    position: relative;
    text-align: left;
    display: table-row;
    vertical-align: middle;
}

.wrapper-main .aside {
    display: table-cell;
    width: 476px;
}

.wrapper-main .main {
    position: relative;
    z-index: 3;
    height: 100%;
    min-height: 400px;
    display: table-cell;
    padding-top: 152px;
    background: transparent;
}

.wrapper-main .main.align-top {
    display: block;
    vertical-align: top;
}

.wrapper-main .right-column {
    width: 0px;
    display: table-cell;
}

.full {
    background: #fff;
}

.full .global {
  padding-top: 157px;
  padding-bottom: 140px;
}

.header:after {
  content: "";
  display: block;
  position: absolute;
  top: 117px;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 111;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%, ,rgba(0,0,0,0) 45% 45%, rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.full .header:after {
  background: #FFF;
  background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 45%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #f0f0f0 0%,#ffffff 45%,#ffffff 100%);
  background: linear-gradient(to bottom, #f0f0f0 0%,#ffffff 45%,#ffffff 100%);
}

.full .wrapper-main .main {
    padding-top: 0;
    width: 980px;
    background: #F2F2F2;
}

.full .bottom {
    display: none;
}

.main-header {
    background: #cc0000;
    color: #FFF;
    display: table;
    width: 100%;
    font-size: 16px;
    padding: 0 0 0 5px;
}

.main-header .line {
    line-height: 38px;
    vertical-align: middle;
}

.main-header .cell {
    padding: 25px 0;
    display: table-cell;
}

.main-header .cell.width1 {
    width: 185px;
}

.main-header .cell.dark {
    background: #AE0000;
}

.main-header .cell.dark .title-small {
    color: #fff;
}

.main-header .inner {
    padding: 0 15px;
    min-height: 56px;
}

.main-header .inner.padding-left {
    padding-left: 30px;
}

.main-header .inner label {
    display: block;
}

.main-header .separator-left {
    border-left: 1px solid #fff;
}

.main-header .title-small {
    color: #e68080;
    font-size: 14px;
}

.main-header .title-large {
    font-family: "edp-medium";
    font-weight: normal;
    font-size: 28px;
}

.table-group {
    display: table;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
}

.table-group .cell {
    display: table-cell;
    padding: 18px 20px;
}

.table-group .cell.white {
    background-color: white;
}

.table-group .cell.separator {
    padding: 0;
    width: 10px;
}

.table-group .line {
    line-height: 28px;
    vertical-align: middle;
}

.arrow-top {
    position: absolute;
    top: 116px;
    right: 74px;
    width: 430px;
    text-align: center;
}

.arrow-top .arrow {
    display: block;
    width: 34px;
    height: 15px;
    margin: 0 auto;
    background: url(../img/arrow-top.png) no-repeat 0 0;
}

.header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: white;
    height: 117px;
    z-index: 3;
    border-bottom: 1px solid white;
}

.header .logo {
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    font-size: 0;
    text-align: start;
    margin-top: 23px;
    float: left;
    width: 199px;
    height: 67px;
    background: url(../img/logo.png) no-repeat 0 0;
}

.header hgroup {
    margin-top: 21px;
    margin-right: 11px;
    float: right;
    font-family: "edp-light";
    font-size: 14px;
    width: 550px;
    color: #000;
    text-align: left;
}

.header hgroup h1 {
    font-size: 28px;
    line-height: 1.1;
    font-weight: normal;
    font-family: "edp-medium";
    color: #212121;
}

.header hgroup h2 {
    line-height: 1.1;
    font-size: 23px;
    font-weight: normal;
    color: #212121;
}

.edp {
    color: #cc0000;
}

.footer,
.push {
    height: 90px;
}

.bottom {
    height: 0;
    position: relative;
    z-index: -1px;
}

.bottom-image-letter {
    position: absolute;
    top: -650px;
    left: 0;
    width: 421px;
    height: 573px;
    background: url("../img/bg_c.png") no-repeat center center;
}

.footer {
    position: relative;
    border-top: 16px solid #cc0000;
    background: #cc0000;
    padding: 30px 0 0;
    color: #d38386;
    font-size: 11px;
    z-index: 1;
}

.box {
    font-family: "edp-medium";
    font-size: 16px;
    color: #212121;
    text-align: center;
    display: table;
    height: 135px;
    position: absolute;
    vertical-align: middle;
}

.box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 39px;
    height: 135px;
    right: -36px;
    z-index: 2;
    background: url(../img/arrow.png) no-repeat right center;
}

.box.middle {
    position: absolute;
    top: 50%;
    margin-top: -69px;
}

.box.onleft {
    position: absolute;
    margin-left: -312px;
}

.box .inner-wrapper {
    display: table;
    position: relative;
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 3px solid #212121;
    vertical-align: middle;
    width: 305px;
    height: 135px;
}

.box .inner {
    display: table-cell;
    vertical-align: middle;
}

.box .inner h3 {
    font-size: 16px;
    font-weight: normal;
}

.maps {
    clear: both;
    margin: 0 25px;
    width: 505px;
    height: 710px;
}

.maps-small {
    clear: both;
    margin: 0 25px;
    height: 450px;
    width: 505px;
}

.entry {
    padding: 15px 25px 10px;
    font-size: 11px;
    color: #666;
}

.entry h2 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 6px;
    color: #333;
}

.entry p+p {
    margin-top: 8px;
}

.sub-areas {
    text-align: center;
    padding-bottom: 17px;
}

.sub-areas:before,
.sub-areas:after {
    content: "";
    display: table;
}

.sub-areas:after {
    clear: both;
}

.sub-areas h2 {
    font-size: 28px;
    font-weight: normal;
    font-family: "edp-regular";
    color: #cc0000;
}

.data-left {
    width: 120px;
    float: left;
}

.data-right {
    width: 230px;
    float: left;
}

.data-right dt {
    padding-top: 2px;
}

.data-right .extra-space {
    padding-top: 10px;
}

.list {
    list-style: none;
    color: #999;
    font-size: 12px;
    padding: 8px 22px 0;
}

.list.group4 li {
    float: left;
    width: 33%;
    padding: 0 3px;
    text-align: left;
}

.list.group4 li.first {
    clear: left;
}

.info-windows {
    color: #fff;
}

.infobox-wrapper {
    display: none;
}

.infobox {
    margin-top: 8px;
    background: url(../img/top.png) no-repeat center top;
    color: #FFF;
    font-size: 12px;
}

.infobox .inner {
    background: #ae0000;
    padding: 19px 22px;
}

.list-data dt {
    color: #D78080;
    font-size: 14px;
    font-weight: normal;
}

.list-data dd {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.list-data dt+dd {
    padding-top: 4px;
}

.list-data dd+dt {
    padding-top: 8px;
}

.legend {
    font-family: "edp-regular";
    color: #212121;
    font-size: 14px;
    padding: 18px 25px;
}

.legend p+p {
    margin-top: 12px;
}

.group-buttons .button {
    margin-right: 7px;
}

.button {
    color: #000;
    padding: 4px 9px;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    background-color: #FFF;
    background-repeat: no-repeat;
}

.button.gray {
    color: #666;
}

.button.arrow-right {
    padding-right: 23px;
    background-position: right center;
    background-image: url(../img/arrow-right.png);
}

.button.arrow-right.medium {
    padding-right: 36px;
    background-image: url(../img/arrow-right-medium.png);
}

.button.arrow-left {
    padding-left: 23px;
    background-position: left center;
    background-image: url(../img/arrow-left.png);
}

.button.arrow-left.medium {
    padding-left: 36px;
    background-image: url(../img/arrow-left-medium.png);
}

.button.medium {
    font-size: 20px;
    padding: 8px 15px;
    font-family: "edp-medium";
}

.button:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.button-nobackground {
    background-color: transparent !important;
    font-size: 16px !important;
}

.map-wrapper {
    position: relative;
}

.post-bottom {
    margin-top: 12px;
    right: 3px;
    position: absolute;
    top: 100%;
}

.customSelect {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    margin-top: 3px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 19px;
    white-space: nowrap;
}

.customSelect.customSelectOpen span {
    background-position: 100% -31px;
}

.customSelect span {
    padding: 6px 18px 6px 8px;
    background: #fff url("../img/select.png") no-repeat 100% 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.container {
    padding: 32px 78px;
}

.title {
    font-family: "edp-medium";
    font-size: 16px !important;
    font-weight: normal;
    color: #000;
    margin: 10px 0 26px;
}

.bottom-action {
    position: relative;
    display: block;
    margin-top: 12px;
    width: 100%;
}

.padding-extra {
    padding: 22px 60px 28px;
    background: white;
    font-size: 14px;
    margin-bottom: 10px;
}

.padding-extra h2,
.padding-extra-nospace h2 {
    font-size: 1em;
    margin-bottom: 20px;
}

.padding-extra-nospace {
    padding: 22px 60px 5px;
    background: white;
    font-size: 14px;
}

.horizontal-bars {
    overflow: hidden;
    padding-right: 10px;
}

.table-bars {
    border-collapse: separate;
    border-spacing: 0;
    font-size: 14px;
    width: 100%;
    margin-bottom: 32px;
}

.table-bars td {
    text-align: center;
    padding: 0 4px;
    height: 20px;
}

.table-bars td.header-label {
    color: #6c6c6c;
    font-weight: bold;
    text-align: center;
    padding-right: 10px;
}

.table-bars td.header-label-small {
    color: #6c6c6c;
    font-size: 10px;
    text-align: center;
    padding-right: 10px;
}

.table-bars td.border-bottom {
    border-bottom: 1px solid #cfcfcf;
}

.table-bars td.dark-bottom {
    border-bottom: 1px solid #000;
}

.table-bars td.left-dark {
    border-left: 2px solid #000;
}

.table-bars .label-legend {
    position: relative;
    margin-right: -10px;
}

.table-bars .label {
    width: 40px;
    white-space: nowrap;
    padding-right: 0;
}

.table-bars .short {
    color: #3c3c3c;
    width: 10px;
}

.table-bars .grid-cell {
    position: relative;
    width: 53px;
    text-align: right;
}

.table-bars .main-divider-container {
    height: 0 !important;
    line-height: 0;
    padding: 0;
    font-size: 0;
}

.table-bars .main-divider {
    height: 0;
    line-height: 0;
    font-size: 0;
    border-top: 1px solid #666;
    position: relative;
    z-index: 3;
}

.table-bars td.container-bar {
    padding: 0;
    height: 20px;
}

.table-bars td.padding-top {
    padding-top: 12px;
}

.table-bars td.padding-bottom {
    padding-bottom: 12px;
}

.table-bars span.area-divider {
    display: block;
    position: absolute;
    left: 0;
    margin-bottom: 0;
    bottom: 20px;
    width: 100%;
    height: 900px;
    border-left: 1px solid #666;
    /* border-bottom: 2px solid #000; */
    background: #FFF;
}

.table-bars span.area-divider.first-border {
    border-left: 2px solid #000;
}

.table-bars span.area-divider.last-border {
    border-right: 1px solid #666;
}

.table-bars span.area-divider.alt {
    background: #F2F2F2;
}

.table-bars .big {
    margin-top: 8px;
    display: inline-block;
    font-size: 22px;
}

.percentage {
    float: left;
    height: 20px;
    position: relative;
    z-index: 2;
    background: url("../img/percentage.png") repeat-x;
}

.nota {
    font-size: 11px;
    color: #666;
}

.table-style1 {
    width: 100%;
    clear: both;
    border-spacing: 0;
    margin-bottom: 32px;
    border-bottom: 2px solid #000;
}

.table-style1 .row-header {
    padding: 0 4px;
    text-align: center;
    font-size: 14px;
    height: 42px;
    font-weight: bold;
    background-color: #c4bd97;
    color: black;
}

.table-style1 .cell-header {
    width: 175px;
    padding: 0 28px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background-color: #c4bd97;
    color: black;
}

.table-style1 .cell-sub-header {
    padding: 0 10px;
    text-align: center;
    font-size: 13px;
    background-color: #c4bd97;
    color: black;
    height: 30px;
    border-left: 1px solid white;
}

.table-style1 .cell-sub-header.first-cell {
    border-left: none;
}

.table-style1 tbody th,
.table-style1 tbody td {
    height: 26px;
    text-align: center;
    border-bottom: 1px solid #666;
}

.table-style1 tbody th.alt,
.table-style1 tbody td.alt {
    background-color: #E6E6E6;
}

.table-style1 tbody tr.last-row th,
.table-style1 tbody tr.last-row td {
    border-bottom: none;
}

.table-style1 tbody tr.padding-top th,
.table-style1 tbody tr.padding-top td {
    padding-top: 8px;
}

.table-style1 tbody tr.padding-bottom th,
.table-style1 tbody tr.padding-bottom td {
    padding-bottom: 8px;
}

.table-style1 tbody td.horizontal-separator {
    height: 2px !important;
    font-size: 0;
    line-height: 0;
    background-color: #fff;
    border-bottom: none;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
    visibility: hidden;
}

.right {
    float: right;
}

.left {
    float: left;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.vertical-space {
    margin: 24px 0;
}

.half-vertical-space {
    margin: 12px 0;
}

.double-vertical-space {
    margin: 36px 0;
}

.bottom-space {
    margin-bottom: 24px !important;
}

.half-bottom-space {
    margin-bottom: 12px;
}

.double-bottom-space {
    margin-bottom: 36px !important;
}

.top-space {
    margin-top: 24px !important;
}

.half-top-space {
    margin-top: 12px;
}

.double-top-space {
    margin-top: 36px !important;
}

.double-right-padding {
    padding-right: 24px;
}

.upp {
    text-transform: uppercase;
}

@media print,
(-o-min-device-pixel-ratio: 5 / 4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    /*
   * Don't show links for images, or javascript/internal links
   */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.list-data dt {
    color: #6e6e6e;
    font-size: 14px;
    font-weight: normal;
}

.list-data dd {
    color: #cc0000;
    font-size: 15px;
    font-weight: normal;
}

.list-data dt+dd {
    padding-top: 4px;
}

.list-data dd+dt {
    padding-top: 8px;
}

.list-data dt span {
    color: #333;
}

.mapLabel {
    line-height: 1.35;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 0 0 18px;
    padding: 0 !important;
    max-width: none;
    text-align: center;
}

.gm-style-iw {
    max-width: 500px;
    overflow: hidden;
}

.installation-note {
    color: #666;
    font-size: 11px;
    font-weight: normal;
    padding-left: 61px;
}

.legend-icon-smaller {
    width: 15px;
    height: 15px;
}

.countyList {
    font-weight: bold;
    font-family: 'edp-regular';
    float: left;
    padding-left: 24px;
    padding-bottom: 4px;
    color: #6c6c6c;
    font-size: 13px;
}

.pointer {
    cursor: pointer;
}

.pointer:hover {
    text-decoration: underline;
}

.legend {
    line-height: 22px;
}

.legend-data-left {
    display: inline;
    float: left;
}

.legend-data-right {
    display: inline;
    float: left;
    margin-left: 100px;
}



/*** TABS */


.gray {
    color: #909090;
}

.normalff {
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
    min-height: 200px;
}

.header-table {
    display: table;
    width: 100%;
    vertical-align: middle;
}

.header-table .cell-header1 {
    padding: 10px 2px;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}

.header-table .cell-header1 span {
    display: block;
}

.box.onleft.large {
    margin-top: -177px;
    margin-left: -370px;
}

.box.onleft.large:after {
    top: 120px;
}

.box.onleft.large .inner-wrapper {
    width: 361px;
    background: #FBFCFB;
}

.box.onleft.large .inner-wrapper .inner {
    vertical-align: top;
}

.box.onleft.large .inner-content {
    padding: 8px;
}

.tabs-menu {
    height: 30px;
    margin-left: 11px;
}

.tabs-menu:before,
.tabs-menu:after {
    content: "";
    display: table;
}

.tabs-menu:after {
    clear: both;
}

.tabs-menu li {
    list-style: none;
    float: left;
    height: 31px;
    position: relative;
    margin-bottom: -1px;
}

.tabs-menu li.current {
    z-index: 5;
}

.tabs-menu li.current a {
    height: 31px;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 0;
    color: #212121;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 7px;
    background-color: #FBFCFB;
    margin-bottom: 0;
}

.tabs-menu li a {
    display: block;
    height: 30px;
    margin-bottom: 1px;
    line-height: 26px;
    font-weight: bold;
    padding: 2px 7px 0;
    background-color: #e6e6e6;
    border-top: 1px solid #FBFCFB;
    border-right: 4px solid #FBFCFB;
    border-left: 4px solid #FBFCFB;
    border-bottom: 4px solid #FBFCFB;
    color: #212121;
    text-decoration: none;
}

.tabs-menu li a:focus {
    outline: none;
    background: #FBFCFB;
}

.tab {
    border-top: 1px solid #cccccc;
    clear: both;
    background-color: #fff;
    width: auto;
}

.tab .tab-content {
    padding: 8px 12px;
    display: none;
}

.tab .tab-content:first-child {
    display: block;
}

.list-details li {
    text-align: left;
    padding: 3px 0;
    list-style: none;
    font-size: 14px;
    color: #1A1A1A;
}

#detailWindow {
    display: none;
}


.tooltip-prefix {
    font-family: "edp-regular";
    color: #212121;
    font-size: 12px;
    padding-right: 5px;
}


.substationdetaillink {
    color: red;
    font-size: 10px;
}

.substationdetaillink a {
    text-decoration: underline;
    color: blue;
}

.styled {
    z-index: 2;
    height: 28px !important;
}

.customSelect {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    margin-top: 3px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    z-index: 2;
    line-height: 19px;
    white-space: nowrap;
}

.customSelect.customSelectOpen span {
    background-position: 100% -31px;
}

.customSelect span {
    padding: 6px 18px 6px 8px;
    background: #fff url("../img/select.png") no-repeat 100% 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.before-main-header {
  display: none;
}