/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }

audio:not([controls]) { display: none; height: 0; }

[hidden], template { display: none; }

/*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */
html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; }

/*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */
a { background: transparent; }

a:active, a:hover { outline: 0; }

/*! normalize.css v3.0.0 | Typography | MIT License | git.io/normalize */
abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }

h1 { font-size: 2em; margin: 0.67em 0; }

mark { background: #ff0; color: #000; }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */
img { border: 0; }

svg:not(:root) { overflow: hidden; }

/*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */
figure { margin: 1em 40px; }

hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }

pre { overflow: auto; }

code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

/*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }

button { overflow: visible; }

button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }

button[disabled], html input[disabled] { cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

input { line-height: normal; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

legend { border: 0; padding: 0; }

textarea { overflow: auto; }

optgroup { font-weight: bold; }

/*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */
table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

html, body, #page-body { margin: 0; height: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

#spin { position: absolute; top: 50%; left: 50%; margin: -50% 0 0 -50%; display: block; }

.wrapper { width: 94%; max-width: 1200px; margin: 0 auto; position: relative; }

#territories { position: absolute; bottom: 0; right: 0; background: rgba(18, 90, 166, 0.8); text-align: right; width: 60%; }

#map { height: 100%; background: #125aa6; position: relative; width: 100%; }
#map svg.terr-con { cursor: pointer; }
#map svg.terr-con:hover .terr-title { font-weight: bold; }
#map svg .state { stroke-width: 1px; stroke: #068ad2; fill: #125aa6; cursor: pointer; }
#map svg .state.hover { fill: #0d4178; }
#map svg .region, #map svg .territory { stroke-width: 2px; stroke: #fff; }
#map svg .region.hover, #map svg .territory.hover { fill: rgba(255, 255, 255, 0.25); }
#map svg .region { pointer-events: none; fill: none; }
#map svg .territory { -webkit-filter: url("http://www.nlelp.org/wp-content/themes/Avada/lelp-map/css/theme.css#drop-shadow"); filter: url("http://www.nlelp.org/wp-content/themes/Avada/lelp-map/css/theme.css#drop-shadow"); fill: #125aa6; }
#map svg .country { -webkit-filter: url("http://www.nlelp.org/wp-content/themes/Avada/lelp-map/css/theme.css#drop-shadow"); filter: url("http://www.nlelp.org/wp-content/themes/Avada/lelp-map/css/theme.css#drop-shadow"); }
#map svg .label { font-family: "Arial",sans-serif; font-size: 20px; font-weight: bold; fill: #333; }
#map svg .title, #map svg .title-bg { font-family: "Arial",sans-serif; font-size: 20px; font-weight: bold; fill: #fff; stroke: #125aa6; }
#map svg .region-label { fill: #fff; stroke-width: 5px; stroke: #f00; }
#map svg .state-label, #map svg .terr-label { fill: #fff100; cursor: pointer; }
#map svg .state-label-text, #map svg .terr-label-text { font-size: 8px; fill: #125aa6; cursor: pointer; }
#map svg .terr-label-text { font-size: 10px; }
#map svg .state-title, #map svg .terr-title { font-size: 9px; font-weight: normal; stroke: none; cursor: pointer; }
#map svg .state-title { stroke: #125aa6; stroke-width: .25px; }
#map svg .terr-title { font-size: 10px; }

#unzoom-region { display: none; position: absolute; right: 5%; top: 5%; background: #f00; color: #fff; border: none; text-align: center; vertical-align: top; line-height: 1em; font-size: 1em; padding: .5em 1.5em; -moz-box-sizing: padding-box; -webkit-box-sizing: padding-box; box-sizing: padding-box; -moz-box-shadow: 2px 2px 4px #333; -webkit-box-shadow: 2px 2px 4px #333; box-shadow: 2px 2px 4px #333; }
#unzoom-region.active { display: inline-block; }

@media screen and (max-width: 700px) { #map * { display: none; }
  #map { background: transparent url(http://www.nlelp.org/wp-content/themes/Avada/lelp-map/map-bg.jpg) top left no-repeat; background-size: cover; cursor: pointer; } }