/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 65%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -6px
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

*,
:after,
:before {
    box-sizing: inherit
}

html {
    font-size: 62.5%;
    box-sizing: border-box
}

body {
    color: #334a51;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 600;
    background-color: #f3f1f1;
    font-family: Open Sans, sans-serif
}

.mobile-overflow-fix {
    overflow: hidden;
    height: 100vh
}

img,
span,
svg {
    vertical-align: top
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #334a51;
    line-height: 1.52;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-family: Open Sans, sans-serif
}

.h1,
h1 {
    font-size: 2.5rem
}

.h1,
.h2,
h1,
h2 {
    font-weight: 700
}

.h2,
h2 {
    font-size: 2.2rem
}

.h3,
h3 {
    font-size: 2rem
}

.h3,
.h4,
h3,
h4 {
    font-weight: 600
}

.h4,
h4 {
    font-size: 1.8rem
}

.h5,
.h6,
h5,
h6 {
    font-size: 1.5rem;
    font-weight: 600
}

.p,
p {
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 1rem;
    margin-bottom: 2.5rem
}

.a,
a {
    color: #8dc558;
    text-decoration: underline
}

.a:active,
.a:hover,
a:active,
a:hover {
    color: rgba(141, 197, 88, .8)
}

b,
strong {
    color: #334a51
}

dt,
ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 2rem
}

.font-size-small {
    font-size: 1.2rem
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-lowercase {
    text-transform: lowercase
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.font-400 {
    font-weight: 400!important
}

.font-600 {
    font-weight: 600!important
}

.font-700 {
    font-weight: 700!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.truncate {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.color-white {
    color: #fff!important
}

.color-off-white {
    color: #f3f1f1!important
}

.color-primary {
    color: #8dc558!important
}

.color-secondary {
    color: #4694c5!important
}

.color-slate {
    color: #405d68!important
}

.color-base,
.color-darkest {
    color: #334a51!important
}

.background-white {
    background-color: #fff!important
}

.background-off-white {
    background-color: #f3f1f1!important
}

.background-primary {
    background-color: #8dc558!important
}

.background-secondary {
    background-color: #4694c5!important
}

.background-slate {
    background-color: #405d68!important
}

.background-darkest {
    background-color: #334a51!important
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.hidden,
.hide {
    display: none!important
}

@media (min-width:901px) {
    .hide-desktop {
        display: none!important
    }
}

@media (max-width:900px) {
    .hide-mobile {
        display: none!important
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.app-container {
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    overflow: auto
}

@media (max-width:900px) {
    .app-container {
        height: auto;
        overflow: initial;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 100vh
    }
}

.sidebar {
    width: 40rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border-right: 1px solid #334a51
}

@media (max-width:900px) {
    .sidebar {
        -ms-flex: 1;
        flex: 1;
        z-index: 5001;
        border-bottom: 1px solid;
        width: 100%
    }
}

.sidebar img {
    max-width: 100%
}

.sidebar--actions {
    padding: 1rem 1.4rem;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:900px) {
    .sidebar--actions {
        display: none
    }
}

.sidebar--actions a {
    font-size: 1.6rem
}

.sidebar.active #sidebar-toggle {
    font-size: 0
}

.sidebar.active #sidebar-toggle:after {
    content: "Close";
    font-size: 1.5rem
}

.sidebar--header {
    background: #405d68;
    background: url(../images/wave-pattern.svg) no-repeat, linear-gradient(44deg, #405d68 23%, #334a51 95%);
    border-bottom: 1px solid #e7e3e3;
    padding: 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:900px) {
    .sidebar--header {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        padding: 1rem;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-repeat: repeat
    }
}

.sidebar--inner {
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
    padding: 1rem 3rem;
    position: relative
}

.sidebar--inner p {
    margin-bottom: 1rem
}

@media (max-width:900px) {
    .sidebar--inner {
        height: calc(100% - 59px);
        overflow: auto
    }
}

.sidebar--footer {
    padding: 1rem 3rem;
    font-size: 1.2rem
}

.btn {
    font-family: Open Sans, sans-serif;
    position: relative;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    border: 1px solid #8dc558;
    padding: .7rem 1.5rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    color: #8dc558;
    transition: all .2s ease-in-out
}

.btn.active,
.btn.hover,
.btn:active,
.btn:hover {
    color: #fff;
    background-color: #f3f1f1
}

.btn.active,
.btn:active {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .2)
}

.btn.focus,
.btn:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(141, 197, 88, .5)
}

.btn:focus:active {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .2)
}

.btn.disabled,
.btn:disabled,
.btn[disabled] {
    opacity: .5;
    cursor: not-allowed
}

.btn-default {
    background: #fff;
    border-color: #ddd;
    color: #8dc558
}

.btn-default.active,
.btn-default.hover,
.btn-default:active,
.btn-default:hover {
    background-color: #80be45;
    border-color: #80be45
}

.btn-default:active {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .2)
}

.btn-default.active {
    box-shadow: none
}

.btn-default.focus,
.btn-default:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(141, 197, 88, .5)
}

.btn-default:focus:active {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .2)
}

.btn-default.disabled,
.btn-default:disabled,
.btn-default[disabled] {
    opacity: .5;
    cursor: not-allowed
}

.btn-primary {
    background: #8dc558;
    border-color: #80be45;
    color: #fff
}

.btn-primary.active,
.btn-primary.hover,
.btn-primary:active,
.btn-primary:hover {
    background-color: #80be45;
    border-color: #80be45
}

.btn-primary:active {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .2)
}

.btn-primary.active {
    box-shadow: none
}

.btn-primary.focus,
.btn-primary:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(141, 197, 88, .5)
}

.btn-primary:focus:active {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .2)
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled] {
    opacity: .5;
    cursor: not-allowed
}

.btn-secondary {
    background: #4694c5;
    border-color: #3a87b8;
    color: #fff
}

.btn-secondary.active,
.btn-secondary.hover,
.btn-secondary:active,
.btn-secondary:hover {
    background-color: #3a87b8;
    border-color: #3a87b8
}

.btn-secondary:active {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .2)
}

.btn-secondary.active {
    box-shadow: none
}

.btn-secondary.focus,
.btn-secondary:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(141, 197, 88, .5)
}

.btn-secondary:focus:active {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .2)
}

.btn-secondary.disabled,
.btn-secondary:disabled,
.btn-secondary[disabled] {
    opacity: .5;
    cursor: not-allowed
}

.btn-tiny {
    font-size: 1.2rem;
    padding: .7rem .5rem
}

.btn-small {
    font-size: 1.3rem;
    padding: .8rem 1rem
}

.btn-large {
    padding: 1.6rem 2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-group {
    display: -ms-flexbox!important;
    display: flex!important
}

.btn-group .btn {
    margin: 0!important
}

.btn-group .btn:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group .btn~.btn {
    margin-left: -1px!important
}

.location--list {
    -ms-flex-direction: column;
    flex-direction: column
}

.location,
.location--list {
    display: -ms-flexbox;
    display: flex
}

.location {
    position: relative;
    border: 1px solid #8dc558;
    border-radius: 5px;
    background-color: #fff;
    padding: 1.5rem 1rem;
    transition: box-shadow .2s ease-in-out, transform .2s ease-in-out;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 1.5rem;
    min-height: 7rem;
    -ms-flex-align: center;
    align-items: center
}

.location:after {
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, 0))
}

.location:after,
.location img {
    position: absolute;
    right: 0;
    top: 0
}

.location img {
    min-height: 100%;
    max-width: 50%;
    z-index: 0;
    transform-origin: left center;
    will-change: transform;
    transition: all .3s ease-in-out
}

.location>a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99
}

.location:hover {
    box-shadow: 0 0 0 4px rgba(141, 197, 88, .4)
}

.location:hover img {
    opacity: .8;
    transform: scale(1.02)
}

.location--title {
    -ms-flex: 0.7;
    flex: 0.7;
    position: relative;
    z-index: 1
}

.location.active {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #8dc558;
    box-shadow: 0 4px 0 0 rgba(141, 197, 88, .4);
    margin-top: -1rem;
    margin-left: -3rem;
    margin-right: -3rem;
    z-index: 10;
    cursor: auto
}

.location.active:hover img {
    opacity: 1;
    transform: none
}

.location.active .close {
    position: absolute;
    right: 2rem;
    width: 4rem;
    top: 1.5rem;
    height: 4rem;
    border-radius: 50%;
    cursor: pointer;
    background-image: url(../images/close-icon.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 10
}

.location--details {
    padding-top: 1rem
}

.location--details>.btn {
    margin-bottom: 2rem
}

.location--description a {
    margin: 0 auto 20px auto;
    display: none;
    width: 105px;
}

@media (max-width: 900px) {
    .location--description a {
        display: block;
    }
}

#subregion-list .location--description {
    display: none;
}

.logo img {
    max-width: 10rem
}

@media (max-width:400px) {
    .logo img {
        margin-top: 5px;
        margin-bottom: 5px;
        max-width: 6rem
    }
}

.logo .h4 {
    color: #fff;
    font-weight: 600
}

.data-container {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.map-inner {
    -ms-flex: 1;
    flex: 1;
    width: 100%
}

@media (max-width:900px) {
    .map-inner {
        display: none
    }
}

.leaflet-pane.leaflet-tile-pane {
    filter: grayscale(1)
}

.leaflet-control-container .leaflet-control {
    border-color: #334a51!important;
    border-width: 1px!important
}

.leaflet-control-container .leaflet-control a {
    border-color: #334a51!important
}

.leaflet-control-container .leaflet-control-attribution.leaflet-control {
    right: 1.5rem;
    bottom: 1.5rem;
    box-shadow: 0 2px 2px 0 rgba(51, 74, 81, .2);
    border-radius: 2rem;
    width: 2rem;
    max-width: 20rem;
    height: 2rem;
    white-space: nowrap;
    background: #fff;
    text-indent: 9999rem;
    font-size: 1rem;
    padding: 1rem;
    background-image: url(../../assets/images/info-icon.svg);
    background-size: 1.2rem;
    background-position: 50%;
    background-repeat: no-repeat
}

.leaflet-control-container .leaflet-control-attribution.leaflet-control:focus,
.leaflet-control-container .leaflet-control-attribution.leaflet-control:hover {
    text-indent: 0;
    white-space: normal;
    width: auto;
    height: auto;
    background-image: none;
    border-radius: 4px
}

.leaflet-selectedMarker-pane {
    z-index: 800;
}

.leaflet-popup-content {
    max-width: 250px;
}

.leaflet-popup-content-wrapper {
    border-radius: 5px;
    border: 2px solid #80be45;
}

.leaflet-popup-tip-container {
    display: none;
}

.leaflet-popup-scrolled {
  border: none;
}

.marker-popup strong {
    font-size: 1.7rem;
    font-weight: 400;
}

.marker-popup a {
    margin: 0 auto 35px auto;
    display: block;
    text-decoration: none;
    color: #fff;
    width: 92px;
}

.modal {
    position: fixed;
    display: none;
    top: 0;
    height: 100vh;
    width: 100vw;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9001;
    left: 0;
    overflow: auto;
    opacity: 0;
    transition: opacity .4s ease-in-out
}

@media (min-width:900px) {
    .modal {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.modal.show {
    opacity: 1;
    display: -ms-flexbox!important;
    display: flex!important
}

.modal.out {
    opacity: 0
}

.modal p {
    font-size: 1.6rem
}

.modal .btn {
    margin: 1rem 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(51, 74, 81, .8);
    z-index: 9000
}

.modal-container {
    margin-top: 2rem;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 0 4px rgba(141, 197, 88, .5);
    position: relative;
    z-index: 10;
    width: 800px;
    max-width: 90vw;
    display: -ms-flexbox;
    display: flex;
    transform: translateY(40px) scale(.9);
    transition: transform .3s ease-in-out
}

.show .modal-container {
    transform: translateY(0) scale(1)
}

@media (max-width:900px) {
    .modal-container {
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        width: 90vw;
        left: 5vw;
        position: absolute;
        top: 0
    }
}

.modal-split {
    -ms-flex: 1;
    flex: 1;
    border-radius: 4px 0 0 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.modal-split+.modal-split {
    border-radius: 0 0 4px 4px
}

@media (max-width:900px) {
    .modal-split {
        -ms-flex-align: initial;
        align-items: initial;
        -ms-flex: none;
        flex: none
    }
}

.modal-container--header {
    border-bottom: 1px solid #dbd6d6;
    text-align: center;
    background-color: #fff
}

.modal-container--inner {
    padding: 2rem;
    max-height: 70vh;
    overflow: auto;
    -ms-flex: 1;
    flex: 1
}

@media (max-width:900px) {
    .modal-container--inner {
        max-height: none
    }
}

.modal-container--footer {
    padding: 1rem 2rem;
    border-top: 1px solid #dbd6d6;
    text-align: center;
    background-color: #fff
}

.modal-close {
    position: absolute;
    right: -1rem;
    top: -1rem
}

.modal-close a {
    color: #334a51;
    background-color: #fff;
    width: 4rem;
    height: 4rem;
    display: block;
    text-align: center;
    line-height: 4rem;
    border-radius: 50%;
    text-decoration: none;
    transition: all .2s ease-in-out;
    font-size: 2rem;
    border: 1px solid #334a51
}

.partner-logos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.partner-logos>a {
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding: 5px
}

.partner-logos img {
    max-width: 17rem;
    max-height: 6rem
}

.site-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem
}

@media (max-width:900px) {
    .site-title {
        margin: 0
    }
}

.stats {
    -ms-flex: .28;
    flex: .28;
    display: -ms-flexbox;
    display: flex;
    padding: .7rem;
    background-color: #334a51;
}

@media (max-width:900px) {
    .stats {
        -ms-flex: 1;
        flex: 1
    }
}

.stats--inner {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #405d68;
    border-radius: 5px;
    padding: .5rem
}

@media (max-width:900px) {
    .stats--inner {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.stats--title {
    -ms-flex: none;
    flex: none;
    width: 100%
}

.stat--section {
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #fff
}

.stat--section+.stat--section {
    border-left: 2px solid #334a51
}

@media (max-width:900px) {
    .stat--section+.stat--section {
        border-left: none;
        border-top: 2px solid #334a51;
        margin-top: 1rem
    }
}

.stat--label {
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.2rem;
    margin: 0;
}

@media (max-width:900px) {
    .stat--label {
        margin-top: 1rem;
    }
}

.stat--total {
    font-size: 4rem;
    line-height: 1.1
}

.stat--total span {
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    opacity: .7
}

.stat--info {
    margin-top: 1rem;
    line-height: 1.4
}
