html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, input, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;vertical-align: baseline;}
:focus {outline: 0;}
body {line-height: 1;}
table {border-collapse: collapse;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
object,embed,iframe {position: relative !important;z-index: 0 !important;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
strong {font-weight: bold;}
em {font-style: italic;}
address {display: inline;}
figure {margin: 0;}

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

body {
font-family: 'Open Sans', Arial, Sans-Serif;
background: transparent;
overflow: hidden;
-webkit-text-size-adjust: none;
}

#im-container {
position: relative;
float: left;
width: 100%;
max-width: 100%;
min-width: 280px;
}

#im-content {
position: absolute;
top: 10px;
left: 5%;
width: 90%;
height: auto;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
overflow: hidden;
-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
z-index: 200;
}

#im-content[data-active="true"] {
height: calc(100% - 20px);
}

#im-content[data-tab="search"][data-active="true"] {
height: auto;
}

#im-header {
float: left;
width: 100%;
background: #fff;
}

#im-header-author-image {
float: left;
width: auto;
min-height: 1px;
}

#im-header-author-image a {
float: left;
width: 50px;
height: 50px;
}

#im-header-author-image img {
float: left;
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
}

#im-header-channel-title-bar {
float: left;
width: calc(100% - 250px);
height: 50px;
}

#im-content[data-newsletters="false"] #im-header-channel-title-bar {
width: calc(100% - 200px);
}

#im-header-channel-title {
float: left;
width: 100%;
height: 100%;
font-size: 18px;
line-height: 50px;
color: #000;
font-weight: 600;
cursor: pointer;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
padding: 0 15px;
}

#im-header-channel-input {
display: none;
float: left;
width: 100%;
height: 100%;
}

#im-content[data-tab="search"] #im-header-channel-input,
#im-content[data-searched="true"] #im-header-channel-input {
display: block;
}

#im-content[data-tab="search"] #im-header-channel-title,
#im-content[data-searched="true"] #im-header-channel-title {
display: none;
}

#im-header-channel-input a#im-header-channel-input-close {
float: left;
width: 50px;
height: 50px;
font-size: 20px;
line-height: 20px;
color: #515151;
text-align: center;
}

#im-header-channel-input a#im-header-channel-input-close i {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}

#im-header-channel-input form {
float: left;
width: calc(100% - 50px);
height: 100%;
}

#im-header-channel-input input {
float: left;
width: 100%;
height: 100%;
font-size: 15px;
line-height: 30px;
padding: 10px 15px 10px 0;
}

#im-header[data-playing="true"] #im-header-channel-title-bar {
width: calc(100% - 350px);
}

#im-content[data-newsletters="false"] #im-header[data-playing="true"] #im-header-channel-title-bar {
width: calc(100% - 300px);
}

#im-header[data-loading="true"] #im-header-channel-title-loading {
display: inline-block;
font-size: inherit;
line-height: inherit;
}

#im-header-actions {
float: right;
width: auto;
height: 50px;
background: #30926e;
opacity: 0;
}

#im-header[data-loading="false"] #im-header-actions {
opacity: 1;
}

#im-header-actions ul {
float: left;
width: auto;
}

#im-header-actions ul li {
float: left;
width: auto;
display: inline;
list-style-type: none;
}

#im-header-actions ul li a {
float: left;
width: 50px;
height: 50px;
font-size: 20px;
line-height: 50px;
text-decoration: none;
color: #fff;
text-align: center;
opacity: 1;
}

#im-content[data-active="true"] #im-header-actions ul li a {
opacity: 0.3;
}

#im-content[data-active="true"] #im-header-actions ul li.active a {
opacity: 1;
}

#im-header-actions ul li a:first-child {
margin-left: 0;
}

#im-header-actions li[data-tab="list"] a {
background: #e5e5e5;
}

#im-header-actions li[data-tab="list"] a,
#im-header-actions li[data-tab="play"] a {
color: #515151;
}

#im-header-actions li[data-tab="newsletter"] a {
background: rgba(0, 0, 0, 0.1);
}

#im-content[data-empty="true"] #im-header-actions li[data-tab="search"] {
display: none;
}

#im-header-actions li[data-tab="search"] a {
background: rgba(0, 0, 0, 0.2);
}

#im-header-actions li[data-tab="list"] a:before,
#im-header-actions li[data-tab="info"] a:before,
#im-header-actions li[data-tab="play"] a:before {
position: relative;
width: 100%;
height: 100%;
display: inline-block;
font-family: "Font Awesome\ 5 Free";
font-weight: 900;
}

#im-header-actions li[data-tab="play"] {
display: none;
background: #f2f2f2;
}

#im-header[data-playing="true"] #im-header-actions li[data-tab="play"] {
display: block;
}

#im-header-actions li[data-tab="play"] a {
color: #515151;
}

#im-header-actions li[data-tab="play"] a.end {
opacity: 0.3;
}

#im-header-actions li[data-tab="play"] a:before {
font-size: 25px;
}

#im-header-actions li[data-tab="play"] a[data-action="previous"]:before {
content: "\f104";
}

#im-header-actions li[data-tab="play"] a[data-action="next"]:before {
content: "\f105";
}

#im-header-actions li[data-tab="play"] a.highlight {
background-color: rgba(255, 255, 255, 0.5);
}

#im-header-actions li[data-tab="list"] a:before {
content: "\f0ca";
}

#im-header-actions li[data-tab="info"] a {
background-color: inherit;
background-image: url('/images/logo-jelly-white-l.png');
background-position: center;
background-repeat: no-repeat;
background-size: 20px;
}

#im-header-actions li[data-tab="info"].active a {
background-image: none;
}

#im-header-actions li[data-tab="list"].active a:before,
#im-header-actions li[data-tab="info"].active a:before {
content: "\f00d";
}

#im-header-actions li[data-tab="info"].active a:before {
background-color: rgba(0, 0, 0, 0.2);
}

#im-action-tabs {
position: relative;
float: left;
width: 100%;
height: auto;
}

#im-content[data-active="true"] #im-action-tabs {
height: calc(100% - 50px);
}

#im-action-tabs .im-action-tab {
position: relative;
float: left;
width: 100%;
height: 100%;
padding: 50px 5%;
background: #fff;
z-index: 50;
overflow: auto;
display: none;
}

#im-action-tabs .im-action-tab[data-tab="list"],
#im-action-tabs .im-action-tab[data-tab="search"] {
padding: 0;
}

/*List dropdown*/

.im-action-tab[data-tab="list"] {
background: #fff;
}

#im-list {
float: left;
width: 100%;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
}

body[data-content="posts"] #im-list {
width: 75%;
}

body[data-content="locations"] #im-list {
padding-top: 20px;
}

#im-list-title {
float: left;
width: 100%;
font-size: 14px;
line-height: 14px;
text-transform: uppercase;
font-weight: 600;
color: #818181;
padding-left: 70px;
margin-bottom: 10px;
}

#im-list-content {
position: relative;
float: left;
width: 100%;
}

#im-list-summary {
position: absolute;
top: 0;
bottom: 0;
right: 0;
width: 25%;
height: 100%;
padding: 5vh 2% 15vh 2%;
background: #efefef;
}

#im-list-summary-text {
position: relative;
float: left;
width: 100%;
height: 100%;
overflow: auto;
}

.sum-section {
float: left;
width: 100%;
margin-bottom: 20px;
}

#im-list-summary-text .sum-section:last-child {
margin-bottom: 0;
}

.sum-section h2 {
float: left;
width: auto;
font-size: 14px;
line-height: 16px;
color: #000;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 5px;
}

.sum-section .sum-text {
float: left;
width: 100%;
font-size: 14px;
line-height: 18px;
font-weight: 400;
color: #515151;
}

.sum-section .sum-text a {
color: #575757;
text-decoration: none;
}

.sum-section .sum-text p,
.sum-section .sum-text li {
clear: left;
}

.sum-section .sum-text li {
list-style-type: none;
}

#im-list-summary-footer {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 10vh;
z-index: 100;
}

#im-list-summary-footer a {
float: left;
width: 33.3%;
text-decoration: none;
text-align: center;
background: rgba(255, 255, 255, 0.5);
}

#im-list-summary-footer a:hover {
background: rgba(255, 255, 255, 1);
}

#im-list-summary-footer a:before {
font-family: "Font Awesome\ 5 Brands";
font-size: 20px;
line-height: 10vh;
}

#im-list-summary-footer a[data-link="main"]:before {
content: "\f35d";
font-family: "Font Awesome\ 5 Free" !important;
font-weight: 900;
color: #616161;
}

#im-list-summary-footer a[data-link="twitter"]:before {
content: "\f099";
color: #1da1f2;
}

#im-list-summary-footer a[data-link="facebook"]:before {
content: "\f39e";
color: #3B5998;
}

.im-list-item {
position: relative;
float: left;
width: 100%;
padding: 15px 0;
cursor: pointer;
margin: 0;
padding: 20px;
border-bottom: 1px solid #f1f1f1;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-transition: all ease 300ms;
-moz-transition: all ease 300ms;
-o-transition: all ease 300ms;
transition: all ease 300ms;
-moz-transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
z-index: 1;
}

.im-list-item:not(.highlighted) {
border-left: 0 !important;
}

.im-list-item:last-child {
border-bottom: 0;
}

.im-list-item:nth-child(odd) {
background: #f7f7f7;
}

.im-list-item:hover {
border-bottom-color: transparent;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
-moz-transform: scale(1.02);
-webkit-transform: scale(1.02);
-ms-transform: scale(1.02);
-o-transform: scale(1.02);
transform: scale(1.02);
z-index: 2;
}

/*List Item: Post*/

.im-li-image {
float: left;
width: 40px;
min-height: 1px;
margin-right: 2%;
}

.im-li-image a {
float: left;
width: 100%;
}

.im-li-image a img {
float: left;
width: 100%;
height: auto;
}

.im-list-item-post .im-li-text {
float: left;
width: calc(98% - 40px);
}

.im-list-item-post .im-li-text > div {
float: left;
clear: left;
width: auto;
margin-bottom: 4px;
}

.im-list-item-post .im-li-text > div:last-child {
margin-bottom: 0;
}

.im-li-title {
font-size: 16px;
line-height: 18px;
font-weight: 600;
color: #000;
}

.im-li-date {
font-size: 14px;
line-height: 14px;
font-weight: 400;
color: #515151;
}

.im-li-location,
.im-li-publisher {
font-size: 14px;
line-height: 14px;
font-weight: 400;
color: #000;
}

/*List Item: Location*/

.im-li-index {
float: left;
width: 40px;
height: 40px;
font-size: 16px;
line-height: 40px;
font-weight: 600;
color: #000;
text-align: center;
background: #efefef;
margin-right: 10px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}

.im-list-item-location .im-li-text {
float: left;
width: calc(90% - 50px);
}

.im-li-label {
float: left;
width: 100%;
font-size: 14px;
line-height: 16px;
font-weight: 600;
color: #000;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
margin-bottom: 5px;
}

.im-li-address {
float: left;
width: 100%;
font-size: 14px;
line-height: 16px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}

.im-li-address-local {
display: inline-block;
width: auto;
color: #515151;
}

.im-li-address-regional {
display: inline-block;
width: auto;
color: #818181;
}

.im-li-arrow {
position: absolute;
top: 50%;
right: 0;
width: 10%;
display: none;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}

.im-list-item:hover .im-li-arrow {
display: block;
}

/*Info tab and Empty list*/

.im-action-tab[data-tab="info"] h3,
#im-content[data-empty="true"] .im-action-tab[data-tab="list"] h3 {
float: left;
clear: left;
width: auto;
font-size: 23px;
line-height: 30px;
font-weight: 500;
color: #000;
margin-bottom: 5px;
margin-top: 20px;
}

.im-action-tab[data-tab="info"] h3:first-child,
#im-content[data-empty="true"] .im-action-tab[data-tab="list"] h3 {
margin-top: 0;
}

.im-action-tab[data-tab="info"] p,
#im-content[data-empty="true"] .im-action-tab[data-tab="list"] p {
float: left;
clear: left;
width: auto;
font-size: 14px;
line-height: 20px;
margin-bottom: 10px;
}

#im-action-info-report {
display: none;
}

#im-action-info-report h3 {
margin-top: 0;
margin-bottom: 15px;
}

#im-action-info-report fieldset {
position: relative;
float: left;
clear: left;
width: auto;
height: auto;
background: #f6f6f6;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
overflow: hidden;
margin-bottom: 20px;
}

#im-action-info-report select {
position: relative;
float: left;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
overflow: hidden;
padding: 0 60px 0 20px;
margin: 0;
z-index: 2;
width: auto;
max-width: 100%;
height: 40px;
border: 0;
font-size: 14px;
line-height: 35px;
color: #575757;
background: transparent;
cursor: pointer;
}

#im-action-info-report select::-ms-expand {
display: none;
}

#im-action-info-report fieldset#info-report-topic:after {
content: "\f107";
position: absolute;
top: 0;
right: 0;
z-index: 1;
width: 40px;
height: 40px;
font-family: "Font Awesome\ 5 Free";
font-weight: 900;
font-size: 20px;
line-height: 40px;
text-align: center;
color: #fff;
background: #515151;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}

#im-action-info-report fieldset#info-report-text {
width: 70%;
}

#im-action-info-report textarea {
float: left;
width: 100%;
height: 100px;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-family: 'Open Sans', Arial, Sans-Serif;
font-size: 14px;
line-height: 16px;
color: #575757;
overflow: hidden;
background: #f6f6f6;
border: 1px solid #efefef;
padding: 15px 20px;
resize: none;
}

#im-issue-buttons {
float: left;
clear: left;
width: 100%;
}

#im-action-info-text,
#im-action-info-report {
position: relative;
float: left;
width: 100%;
}

.button {
position: relative;
display: inline-block;
width: auto !important;
margin: 0px 5px;
padding: 10px 15px;
border: 0;
cursor: pointer;
font-size: 15px;
line-height: 18px;
font-weight: 600;
color: #fff !important;
word-break: break-all;
text-transform: uppercase;
text-decoration: none !important;
text-align: center;
background-color: #75bf97 !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.button:hover {
cursor: pointer;
}

.button:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
z-index: 0;
}

.button:hover:before {
background: rgba(0, 0, 0, 0.2);
z-index: 1;
}

#im-action-info-report a.button#im-issue-button-cancel {
position: absolute;
top: 0;
right: 0;
color: #fff;
background: #b06060;
}

#im-action-info-report a.button#im-issue-button-cancel:hover {
background: #515151;
}

#im-issue-required {
float: left;
width: auto;
margin-left: 20px;
font-size: 14px;
line-height: 37px;
font-weight: 400;
color: #b06060;
display: none;
}

/*Empty list*/

#im-content[data-empty="true"] #im-action-tabs .im-action-tab[data-tab="list"] {
padding: 50px 5%;
}

#im-list-empty {
float: left;
width: 100%;
}

/*Location Search Results*/

#im-location-search {
float: left;
width: 100%;
padding: 30px 5%;
}

#im-location-search-title {
float: left;
width: 100%;
font-size: 16px;
line-height: 18px;
font-weight: 600;
}

#im-location-search-list {
float: left;
width: 100%;
margin-top: 10px;
}

#im-location-search-list-empty {
float: left;
width: 100%;
}

#im-location-search-list a.location-search-option {
float: left;
width: 100%;
font-size: 14px;
line-height: 16px;
color: #515151;
text-decoration: none;
background: #fff;
padding: 15px;
}

#im-location-search-list a.location-search-option:nth-child(3) {
background: #f9f9f9;
}

#im-location-search-list a.location-search-option:hover {
background: #e1e1e1;
}

/*Map*/

#map-canvas {
position: relative;
float: left;
width: 100%;
height: 100vh;
background: #fff;
z-index: 100;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
overflow: hidden;
z-index: 10;
}

#map-canvas.empty {
background: #575757;
}

.leaflet-control-mapbox-geocoder {
top: calc(100vh - 140px);
left: calc(100vw - 50px);
}

.leaflet-control-mapbox-geocoder-results,
.leaflet-control-mapbox-geocoder .leaflet-control-mapbox-geocoder-wrap {
left: auto !important;
right: 26px !important;
}

.leaflet-control-mapbox-geocoder-results {
max-height: 80px;
overflow: auto;
}

.geolocate-note {
position: absolute;
bottom: 50px;
right: 30px;
opacity: 0;
width: 200px;
background: #515151;
color: #fff;
padding: 20px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
z-index: 20;
}

.geolocate-note[data-type="loading"] {
bottom: 126px;
width: auto;
padding: 7px 20px;
font-size: 14px;
line-height: 16px;
}

.geolocate-note.active {
right: 50px;
opacity: 1;
}

.geolocate-note-title {
display: block;
font-size: 14px;
line-height: 14px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 5px;
}

.geolocate-note-content {
display: block;
font-size: 14px;
line-height: 16px;
}

/*Map markers*/

.mapboxgl-popup,
.mapboxgl-popup-content {
max-width: none !important;
background: transparent !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
padding: 0 !important;
border-top-width: 0 !important;
}

.mapboxgl-popup:hover,
.mapboxgl-popup[data-view="2"] {
z-index: 100;
}

.mapboxgl-popup-close-button {
display: none;
}

#map-canvas .im-marker-popup,
#map-canvas .leaflet-popup-content-wrapper {
width: 80vw;
height: 40px;
min-width: 40px;
max-width: 40px;
background: transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
overflow: visible;
cursor: pointer;
padding: 0;
}

#map-canvas .leaflet-popup-content-wrapper .im-marker-popup {
position: absolute;
bottom: 0;
right: calc(50% - 20px);
}

#map-canvas .im-marker-popup[data-view="2"],
#map-canvas .leaflet-popup-content-wrapper {
height: 350px;
min-width: 275px;
max-width: 600px;
cursor: default;
}

body[data-content="locations"] #map-canvas .im-marker-popup[data-view="2"],
body[data-content="locations"] #map-canvas .leaflet-popup-content-wrapper {
height: 200px;
max-width: 450px;
}

body[data-content="locations"] #map-canvas .im-marker-popup[data-view="2"][data-size="2"] {
height: 300px;
}

#map-canvas .leaflet-popup-content-wrapper .im-marker-popup[data-view="2"] {
right: 0;
}

#map-canvas .im-marker-popup[data-view="2"][data-image="0"] {
height: 225px;
}

.im-marker-popup {
position: relative;
}

#map-canvas .leaflet-popup-content {
width: 100% !important;
margin: 0;
padding: 0;
}

#map-canvas .im-marker-popup-close-button {
position: absolute;
top: -15px;
right: -15px;
width: 35px;
height: 35px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background: #fff;
cursor: pointer;
text-decoration: none;
overflow: hidden;
display: none;
z-index: 100;
}

#map-canvas .im-marker-popup[data-view="2"] .im-marker-popup-close-button {
display: block;
}

#map-canvas .im-marker-popup-close-button:before {
content: "\f00d";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-family: "Font Awesome\ 5 Free";
font-weight: 900;
font-size: 20px;
line-height: 35px;
color: #515151;
text-align: center;
}

.leaflet-popup-tip-container,
.mapboxgl-popup-tip {
display: none;
}

.im-marker-popup-tip {
position: absolute;
bottom: -10px;
left: 0;
width: 100%;
text-align: center;
border: 0 !important;
z-index: 5;
}

.leaflet-popup-tip,
.im-marker-popup-tip:before {
position: absolute;
left: 50%;
bottom: -5px;
margin-left: -10px;
content: "";
width: 20px !important;
height: 35px !important;
background: transparent url('/plugins/channel/interactive/images/icon-geotag-dark.png') top left no-repeat;
background-size: 20px 35px;
z-index: 100 !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
border: 0px !important;
-webkit-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-o-transform: none !important;
transform: none !important;
}

.im-marker-popup-content-inner {
position: relative;
float: left;
width: 100%;
height: 100%;
overflow: visible;
}

.im-marker-popup-content {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
padding: 0 !important;
z-index: 10;
}

.im-marker-container {
position: relative;
top: 0;
float: left;
width: 100%;
height: 100%;
}

.im-marker-popup[data-view="2"] .im-marker-container {
overflow: hidden;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
-moz-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
}

.im-marker-item {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
overflow: hidden;
-webkit-transition: transform ease 500ms, top ease 500ms, left ease 500ms;
-moz-transition: transform ease 500ms, top ease 500ms, left ease 500ms;
-o-transition: transform ease 500ms, top ease 500ms, left ease 500ms;
transition: transform ease 500ms, top ease 500ms, left ease 500ms;
z-index: 20;
}

.im-marker-popup[data-view="1"] .im-marker-item {
border: 3px solid #aaa;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
overflow: hidden;
-moz-transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}

.im-marker-popup[data-view="1"] .im-marker-item:hover {
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}

.im-marker-popup[data-view="1"] .im-marker-item:nth-child(1),
.im-marker-popup[data-view="1"] .im-marker-item:hover {
z-index: 30;
}

.im-marker-popup[data-view="1"] .im-marker-item:nth-child(2) {
top: 6px;
left: -12px;
}

.im-marker-popup[data-view="1"] .im-marker-item:nth-child(3) {
top: 6px;
left: 12px;
}

.im-marker-popup[data-view="1"]:hover .im-marker-item:nth-child(2) {
top: 8px;
left: -24px;
}

.im-marker-popup[data-view="1"]:hover .im-marker-item:nth-child(3) {
top: 8px;
left: 24px;
}

.im-marker-item[data-view="2"] {
border-top: 7px solid #aaa;
z-index: 25;
}

/*Marker Popup: Post*/

.im-mi-image {
position: relative;
float: left;
width: 100%;
height: 100%;
max-height: 150px;
overflow: hidden;
background-color: #fff;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}

.im-marker-popup[data-view="2"] .im-mi-image[data-has-image="0"] {
display: none;
}

.im-marker-popup[data-view="1"] .im-mi-category {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
text-align: center;
}

.im-marker-popup[data-view="1"] .im-mi-image:hover .im-mi-category,
.im-marker-popup[data-view="2"] .im-mi-category {
height: 0;
display: none;
}

.im-mi-category i {
position: absolute;
top: 50%;
left: 0;
width: 100%;
font-size: 17px;
line-height: 50px;
color: #000;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}

.im-mi-text {
position: relative;
top: 20px;
float: left;
width: 100%;
height: 0;
opacity: 0;
overflow: hidden;
}

.im-marker-popup[data-view="2"] .im-mi-text {
top: 0;
height: calc(100% - 150px);
opacity: 1;
overflow: visible;
}

.im-mi-details {
float: left;
width: 100%;
height: calc(100% - 50px);
background: #fff;
padding: 25px 5%;
overflow-y: auto; 
}

.im-mi-title {
float: left;
width: auto;
display: none;
}

.im-marker-popup[data-view="2"] .im-mi-title {
display: block;
}

.im-mi-title a {
font-size: 20px;
line-height: 22px;
font-weight: 600 !important;
color: #000 !important;
text-decoration: none;
word-wrap: break-word;
}

.im-mi-date {
float: left;
clear: left;
width: auto;
font-size: 14px;
line-height: 14px;
font-weight: 500;
color: #818181;
display: none;
margin-bottom: 10px;
}

.im-marker-popup[data-view="2"] .im-mi-date {
display: block;
}

.im-mi-content {
float: left;
clear: left;
width: 100%;
font-size: 14px;
line-height: 18px;
color: #000;
word-wrap: break-word;
display: none;
}

.im-marker-popup[data-view="2"] .im-mi-content {
display: block;
}

.im-mi-content a {
color: #264b98;
text-decoration: none;
}

.im-mi-footer {
float: left;
width: 100%;
height: 50px;
padding: 0 5%;
background: #f1f1f1;
display: none;
}

.im-marker-popup[data-view="2"] .im-mi-footer {
display: block;
}

.im-mi-location {
position: relative;
top: 50%;
float: left;
width: calc(100% - 130px);
height: auto;
background: #f1f1f1;
color: #515151;
font-size: 14px;
line-height: 20px;
font-weight: 500;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
display: none;
}

.im-marker-popup[data-view="2"] .im-mi-location {
display: block;
}

.im-mi-location > * {
display: inline-block;
vertical-align: middle;
}

.im-mi-location > span {
width: auto;
max-width: calc(100% - 60px);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin: 0 5px;
}

.im-mi-location > a {
width: 25px;
height: 25px;
font-size: 16px;
line-height: 25px;
color: #515151 !important;
text-align: center;
background: rgba(0, 0, 0, 0.1);
opacity: 0.6;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.im-mi-location > a:hover {
opacity: 1;
}

.im-mi-link {
position: relative;
top: 50%;
float: right;
width: auto;
vertical-align: top;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}

.im-mi-link a {
float: left;
background-color: #30926e;
color: #fff !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
width: auto;
height: 38px;
text-decoration: none !important;
overflow: hidden;
}

.im-mi-link a img {
float: left;
width: auto;
height: 100%;
background: #fff;
}

.im-mi-link a span.im-mi-link-icon {
position: relative;
float: left;
width: 30px;
height: 38px;
}

.im-mi-link a span.im-mi-link-icon:before {
content: "\f105";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-family: "Font Awesome\ 5 Free";
font-weight: 900;
font-size: 18px;
line-height: 38px;
text-align: center;
}

.im-mi-link a span.im-mi-link-text {
float: left;
width: auto;
font-size: 15px;
line-height: 38px;
font-weight: 500;
text-transform: uppercase;
padding-left: 10px;
}

.im-mi-location-list {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 100%;
background: #f1f1f1;
-webkit-transition: top ease 500ms;
-moz-transition: top ease 500ms;
-o-transition: top ease 500ms;
transition: top ease 500ms;
}

.im-mi-location-list.active {
top: 0;
}

.im-mi-location-list-header {
float: left;
width: 100%;
padding: 7px 30px;
}

.im-mi-location-list-header a {
display: inline-block;
width: 25px;
height: 25px;
font-size: 16px;
line-height: 25px;
color: #fff !important;
text-align: center;
margin-right: 10px;
opacity: 0.6;
background: rgba(0, 0, 0, 0.6);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.im-mi-location-list-header a:hover {
opacity: 1;
}

.im-mi-location-list-header span {
font-size: 16px;
line-height: 25px;
font-weight: 600;
color: #000;
}

.im-mi-location-list-items {
float: left;
width: 100%;
height: calc(100% - 40px);
overflow: auto;
overflow-x: hidden;
}

.im-mi-location-list-items a {
float: left;
width: 100%;
color: #515151;
text-decoration: none;
padding: 13px 30px;
background: #fff;
}

.im-mi-location-list-items a:nth-child(even) {
background: #f9f9f9;
}

.im-mi-location-list-items a > span {
float: left;
width: 100%;
}

.im-mi-location-list-items a span.im-mi-location-row-number {
width: 40px;
font-size: 14px;
line-height: 25px;
font-weight: 600;
color: #fff;
text-align: center;
padding-right: 15px;
}

.im-mi-location-list-items a span.im-mi-location-row-number span {
display: inline-block;
width: 25px;
height: 25px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.im-mi-location-list-items a:not(.highlighted) span.im-mi-location-row-number {
color: #515151;
}

.im-mi-location-list-items a:not(.highlighted) span.im-mi-location-row-number span {
background: rgba(0, 0, 0, 0.1) !important;
}

.im-mi-location-list-items a:not(.highlighted):hover span.im-mi-location-row-number span {
background: rgba(0, 0, 0, 0.2);
}

.im-mi-location-list-items a span.im-mi-location-row-label {
width: auto;
max-width: calc(100% - 80px);
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}

.im-mi-location-list-items a span.im-mi-location-row-label i {
margin-left: 10px;
}

.im-mi-location-list-items a span.im-mi-location-row-button {
width: 20px;
margin-left: 20px;
display: none;
}

.im-mi-location-list-items a:not(.highlighted):hover span.im-mi-location-row-button {
display: block;
}

.im-mi-location-list-items a span.im-mi-location-row-label,
.im-mi-location-list-items a span.im-mi-location-row-button {
font-size: 14px;
line-height: 25px;
color: #515151;
}

.im-mi-location-list-items a:hover span.im-mi-location-row-label,
.im-mi-location-list-items a:hover span.im-mi-location-row-button {
color: #000;
}

/*Marker Popup: Location*/

.im-mi-index {
display: none;
}

.im-marker-popup[data-view="1"] .im-mi-index {
display: block;
position: relative;
width: 100%;
height: auto;
top: 50%;
font-size: 18px;
line-height: 18px;
font-weight: 600;
text-align: center;
color: #515151;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}

.im-marker-popup[data-view="1"] .im-mi-index:hover {
color: #000;
}

.im-mi-header {
float: left;
width: 100%;
height: calc(100% - 75px);
padding: 30px 30px 0 30px;
}

.im-marker-popup[data-size="2"] .im-mi-header {
height: 90px;
}

.im-mi-header-number {
float: left; 
width: 100%;
font-size: 13px;
line-height: 13px;
font-weight: 500;
color: #aaa;
text-transform: uppercase;
margin-bottom: 5px;
}

.im-mi-header-label {
float: left; 
width: 100%;
font-size: 18px;
line-height: 20px;
font-weight: 500;
color: #000;
}

.im-marker-item-location .im-mi-footer {
float: left;
width: 100%;
height: 75px;
padding: 20px;
background: rgba(0, 0, 0, 0.1);
}

.im-mi-address {
position: relative;
float: left;
width: 100%;
color: #515151;
padding-left: 40px;
}

.im-mi-address-icon {
position: absolute;
top: 50%;
left: 0;
width: 40px;
font-size: 20px;
line-height: 32px;
text-align: center;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}

.im-mi-address-local,
.im-mi-address-regional {
float: left;
width: 100%;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}

.im-mi-address-local {
font-size: 14px;
line-height: 16px;
font-weight: 500;
color: #000;
margin-bottom: 2px;
}

.im-mi-address-regional {
font-size: 14px;
line-height: 16px;
}

.im-marker-item-location .im-mi-body {
float: left;
width: 100%;
height: calc(100% - 165px);
overflow: auto;
font-size: 15px;
line-height: 22px;
padding: 0 30px 0 30px;
}

/*Page Message*/

.fn_msg_area {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: none;
z-index: 99999;
}

.fn_msg_overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
background: rgba(0, 0, 0, 0.3);
}

.fn_msg_area .fn_msg_cont {
position: relative;
top: 15%;
width: calc(100% - 20px);
max-width: 100%;
height: 70%;
margin: 0 auto;
}

.fn_msg {
position: relative;
float: left;
left: 0;
width: 100%;
height: 100%;
overflow: auto;
display: none;
}

.fn_msg_cont .fn_msg_title {
position: absolute;
top: 0;
width: 100%;
color: #515151;
font-size: 18px;
line-height: 20px;
font-weight: 600;
text-align: center;
background: #fff;
padding: 15px 30px;
-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
z-index: 20;
}

.fn_msg_cont .fn_msg_title img {
display: inline-block;
position: relative;
top: 3px;
width: 20px;
height: auto;
opacity: 0.5;
margin-right: 10px;
}

.fn_msg .fn_msg_inline {
position: relative;
top: 50px;
width: 100%;
height: auto;
max-height: calc(100% - 50px);
z-index: 10;
}

.fn_msg .fn_msg_inline .fn_msg_text {
position: relative;
float: left;
width: 100%;
font-size: 14px;
line-height: 18px;
color: #575757;
background: #fff;
padding: 20px 30px;
}

.fn_msg_text h2 {
float: left;
clear: left;
width: auto;
font-size: 18px;
line-height: 20px;
font-weight: 600;
margin-bottom: 10px;
}

.fn_msg_text h3 {
float: left;
clear: left;
width: auto;
font-size: 15px;
line-height: 18px;
font-weight: 600;
margin-bottom: 5px;
}

.fn_msg_text p {
float: left;
clear: left;
width: auto;
max-width: 100%;
font-size: 15px;
line-height: 20px;
margin-bottom: 15px;
}

.fn_msg_text p:last-child {
margin-bottom: 0;
}

.fn_msg_text ol,
.fn_msg_text ul {
float: left;
clear: left;
width: auto;
margin-left: 20px;
}

.fn_msg_text li {
float: left;
clear: left;
width: auto;
margin-bottom: 5px;
}

.fn_msg_area .btn_close {
position: absolute;
top: 0;
right: 0;
width: 50px;
height: 50px;
font-size: 20px;
line-height: 50px;
color: #515151;
text-align: center;
cursor: pointer;
z-index: 30;
}

.fn_msg_area p .button {
background-color: #515151 !important;
margin: 0;
}

.fn_msg_text .shelf .wrapper {
width: 100%;
}

.fn_pre {
position: relative;
}

.fn_pre:after {
content: "Loading...";
position: absolute;
top: -40px;
left: 0;
width: 90px;
height: 22px;
font-size: 11px;
line-height: 22px;
font-weight: 400;
letter-spacing: 0;
font-family: Arial, sans-serif;
color: #fff;
text-align: center;
background: #515151;
padding: 0 10px;
margin-top: 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
z-index: 3;
}

/*Survey Callout*/

.fn_msg_area[data-layout="survey"] .fn_msg_overlay {
opacity: 0.7;
/*
-webkit-transition: all ease 500ms;
-moz-transition: all ease 500ms;
-o-transition: all ease 500ms;
transition: all ease 500ms;
*/
}

.fn_msg_area[data-layout="survey"] .fn_msg .fn_msg_inline {
top: 0;
max-height: 100%;
}

.fn_msg_area[data-layout="survey"] .btn_close,
.fn_msg_area[data-layout="survey"] .fn_msg_title {
display: none;
}

.fn_msg_area[data-layout="survey"] .fn_msg .fn_msg_inline .fn_msg_text {
background: transparent;
padding: 0;
}

.fn_msg_area[data-layout="survey"] .survey-close {
float: left;
width: 100%;
margin-bottom: 10px;
}

.fn_msg_area[data-layout="survey"] .survey-close a {
float: right;
color: #fff;
background-color: #515151 !important;
}

.fn_msg_area[data-layout="survey"] a.button {
margin: 0;
overflow: hidden;
padding-left: 55px;
}

.fn_msg_area[data-layout="survey"] a.button i {
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 100%;
text-align: center;
background: rgba(0, 0, 0, 0.1);
}

.fn_msg_area[data-layout="survey"] a.button i:before {
position: absolute;
top: 50%;
left: 0;
width: 100%;
font-size: 18px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}

.fn_msg_area[data-layout="survey"] .survey-body {
float: left;
width: 100%;
background: #fff;
padding: 45px;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}

.fn_msg_area[data-layout="survey"] .survey-body-text {
display: none;
}

.fn_msg_area[data-layout="survey"] .survey-body-text[data-type="initial"] {
display: block;
}

.fn_msg_area[data-layout="survey"] .survey-body h3 {
display: block;
font-size: 25px;
line-height: 27px;
font-weight: 600;
margin-bottom: 10px;
}

.fn_msg_area[data-layout="survey"] .survey-body p {
float: left;
width: 100%;
}

.fn_msg_area[data-layout="survey"] .survey-body p:last-child {
text-align: center;
margin-top: 10px;
}

.fn_msg_area[data-layout="survey"] .survey-body .survey-button {
display: inline-block;
float: none;
}

.fn_msg_area[data-layout="survey"] .survey-footer {
float: left;
width: 100%;
background: #ff9900;
text-align: center;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}

.fn_msg_area[data-layout="survey"] .survey-footer p {
display: inline-block;
color: #000;
padding: 20px 10%;
}

.fn_msg_area[data-layout="survey"] .survey-footer p span {
display: inline-block;
max-width: 50%;
font-size: 14px;
line-height: 16px;
font-weight: 600;
text-align: left;
vertical-align: middle;
}

.fn_msg_area[data-layout="survey"] .survey-footer p span img {
display: block;
width: 70px;
height: auto;
}

.fn_msg_area[data-layout="survey"] .survey-footer p span:first-child {
margin-right: 10px;
}

@media all and (min-height: 600px){

#map-canvas .im-marker-popup[data-view="2"],
#map-canvas .leaflet-popup-content-wrapper {
height: 425px;
}

#map-canvas .im-marker-popup[data-view="2"][data-image="0"] {
height: 225px;
}

.im-marker-popup[data-view="2"] .im-mi-image {
max-height: 175px;
}

.im-marker-popup[data-view="2"] .im-mi-text {
height: calc(100% - 175px);
}

.im-marker-popup[data-view="2"] .im-mi-details {
padding: 25px;
}

}

@media all and (max-height: 449px){

#map-canvas .im-marker-popup[data-view="2"],
#map-canvas .leaflet-popup-content-wrapper {
height: 225px;
}

.im-marker-popup[data-view="2"] .im-mi-image {
display: none;
}

.im-marker-popup[data-view="2"] .im-mi-text {
height: 100%;
}

}

@media all and (min-width: 500px){

/*Extra compatibility*/

body[data-incompatible="1"] #map-canvas .im-marker-popup[data-view="2"],
body[data-incompatible="1"] #map-canvas .leaflet-popup-content-wrapper {
width: 400px;
}

}

@media all and (min-width: 600px){

/*Extra compatibility*/

body[data-incompatible="1"] #map-canvas .im-marker-popup[data-view="2"],
body[data-incompatible="1"] #map-canvas .leaflet-popup-content-wrapper {
width: 500px;
}

}

@media all and (min-width: 700px){

/*Extra compatibility*/

body[data-incompatible="1"] #map-canvas .im-marker-popup[data-view="2"],
body[data-incompatible="1"] #map-canvas .leaflet-popup-content-wrapper {
width: 600px;
}

}

@media all and (max-width: 600px){

#im-header-channel-title-bar {
width: calc(100% - 50px) !important;
}

#im-header[data-loading="true"] #im-header-channel-title-text {
display: none;
}

#im-header[data-loading="true"] #im-header-channel-title-loading:before {
content: "Map";
display: inline-block;
margin-right: 5px;
}

#im-header-actions {
width: 100%;
}

#im-header-actions ul {
width: 100%;
}

#im-header-actions ul li {
width: 25%;
}

#im-content[data-newsletters="false"] #im-header-actions ul li,
#im-content[data-newsletters="true"] #im-header[data-playing="true"] #im-header-actions ul li[data-tab="play"],
#im-content[data-newsletters="true"][data-empty="true"] #im-header-actions ul li {
width: 33.3333%;
}

#im-content[data-newsletters="true"] #im-header[data-playing="true"] #im-header-actions ul li {
width: 16.6666%;
}

#im-content[data-newsletters="false"] #im-header[data-playing="true"] #im-header-actions ul li {
width: 20%;
}

#im-content[data-newsletters="false"] #im-header[data-playing="true"] #im-header-actions ul li[data-tab="play"] {
width: 40%;
}

#im-content[data-newsletters="false"][data-empty="true"] #im-header-actions ul li {
width: 50%;
}

#im-header-actions ul li a {
width: 100%;
}

#im-header-actions ul li[data-tab="play"] a {
width: 50%;
}

#im-content[data-active="true"] #im-action-tabs {
height: calc(100% - 100px);
}

body[data-content="posts"] #im-list {
width: 100%;
}

#im-list-summary {
display: none;
}

#form-interactivemap-issue {
float: left;
width: 100%;
}

#im-action-info-report fieldset {
max-width: 100%;
}

#im-action-info-report select {
width: 100%;
}

#im-action-info-report fieldset#info-report-text {
width: 100%;
}

.im-mi-location-list-items a span.im-mi-location-row-button {
float: right;
display: block;
}

.im-mi-location-list-header,
.im-mi-location-list-items a {
padding-left: 15px;
padding-right: 15px;
}

}

@media all and (max-width: 500px){

.im-li-image {
display: none;
}

.im-list-item-post .im-li-text {
width: 100%;
}

#im-action-tabs .im-action-tab[data-tab="info"],
#im-content[data-empty="true"] .im-action-tab[data-tab="list"] {
padding: 30px 10%;
}

.im-action-tab[data-tab="info"] h3,
#im-content[data-empty="true"] .im-action-tab[data-tab="list"] h3 {
font-size: 18px;
line-height: 20px;
}

#im-action-info-report a#im-issue-button-cancel {
top: -10px;
}

}
