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 {
width: 100%;
font-family: 'Open Sans', Arial, Sans-Serif;
font-size: 14px;
line-height: 18px;
color: #515151;
background: transparent;
overflow: hidden;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: none;
-ms-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;
background: rgba(255, 255, 255, 0.8);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
overflow: visible;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
-webkit-transition: all ease 500ms;
-moz-transition: all ease 500ms;
-o-transition: all ease 500ms;
transition: all ease 500ms;
z-index: 200;
}

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

/*
*Resources
*/

.button {
position: relative;
display: inline-block;
width: auto !important;
margin: 0 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: #515151 !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;
}

/*
*Header
*/

#im-header {
position: relative;
float: left;
width: calc(100% - 20px);
background: #fff;
margin: 10px 10px 0 10px;
overflow: visible;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
z-index: 2;
}

#im-content[data-active="false"] #im-header {
margin: 10px;
}

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

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

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

#im-header-input form {
float: left;
width: 100%;
height: 100%;
}

#im-header-input input {
float: left;
width: calc(100% - 75px);
height: 50px;
font-size: 15px;
line-height: 30px;
padding: 10px 5px 10px 15px;
}

#im-content[data-section="search"] #im-header-input input {
width: calc(100% - 110px);
}

#im-header-input input:-webkit-autofill,
#im-header-input input:-webkit-autofill:hover,
#im-header-input input:-webkit-autofill:focus {
border: 1px solid #fff;
-webkit-text-fill-color: #000;
-webkit-box-shadow: 0 0 0 1000px #fff inset;
transition: background-color 5000s ease-in-out 0s;
}

#im-header-input-menu {
float: right;
width: auto;
max-width: 105px;
margin-right: 5px;
text-align: right;
}

.im-header-input-menu-links {
float: left;
display: none;
}

#im-content[data-section="posts"] .im-header-input-menu-links[data-section="posts"],
#im-content[data-section="search"] .im-header-input-menu-links[data-section="search"],
#im-content[data-section="locations"] .im-header-input-menu-links[data-section="locations"],
#im-content[data-section="newsletter"] .im-header-input-menu-links[data-section="newsletter"] {
display: block;
}

#im-header-input-menu a {
position: relative;
float: left;
width: 35px;
height: 50px;
font-size: 16px;
line-height: 16px;
color: #515151;
text-align: center;
}

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

#im-header-input-menu a:before {
content: attr(data-title);
position: absolute;
top: 40px;
left: -10px;
width: auto;
background: #000;
font-size: 13px;
line-height: 20px;
font-weight: 600;
color: #fff;
padding: 0 6px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
z-index: 2;
display: none;
}

#im-header[data-loading="true"] #im-header-input-menu a.im-header-input-menu-link-searchsubmit:before {
content: "Loading";
}

#im-header-input-menu a:hover:before,
#im-header[data-loading="true"] #im-header-input-menu a.im-header-input-menu-link-searchsubmit:before {
display: block;
}

#im-header-input-menu a.im-header-input-menu-link-searchview:before {
left: 2px;
}

#im-header-input-menu a.im-header-input-menu-link-searchsubmit:before {
left: -7px;
}

#im-header-input-menu a.im-header-input-menu-link-collapse:before {
content: none;
}

#im-header-input-menu a:after {
content: "";
position: absolute;
top: 8px;
left: 0;
width: 35px;
height: 35px;
background: transparent;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
z-index: 1;
}

#im-header-input-menu a.im-header-input-menu-link-searchsubmit:after {
-webkit-box-shadow: 0 0 5px rgb(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 5px rgb(0, 0, 0, 0.3);
}

#im-header-input-menu a:hover {
color: #75C097;
}

#im-header-input-menu a:hover:after {
background: #f9f9f9;
}

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

/*
*Footer
*/

#im-footer {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 0 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

#im-content[data-active="false"] #im-footer {
display: none;
}

#im-footer:hover {
background: #fff;
}

#im-footer-attribution {
float: left;
width: 100%;
text-align: center;
font-size: 10px;
line-height: 20px;
text-transform: uppercase;
color: #515151;
font-weight: 600;
cursor: pointer;
}

#im-footer-attribution:hover {
color: #000;
}

/*
*Sections
*/

#im-sections {
position: relative;
float: left;
width: 100%;
height: calc(100% - 80px);
overflow: hidden;
z-index: 1;
}

#im-content[data-active="false"] #im-sections {
display: none;
}

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

#im-sections .im-section {
position: relative;
float: left;
width: 100%;
height: 100%;
padding: 0;
color: #515151;
display: none !important;
z-index: 50;
}

#im-sections .im-section.active {
display: block !important;
}

.im-section-title {
position: -webkit-sticky;
position: sticky;
top: -10px;
width: calc(100% - 32px);
font-size: 12px;
line-height: 12px;
font-weight: 600;
color: #fff;
text-transform: uppercase;
text-align: center;
background: #818181;
padding: 7px 10px;
overflow: hidden;
margin: 0 10px 0 16px;
-webkit-box-shadow: 0 0 5px rgb(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 5px rgb(0, 0, 0, 0.3);
-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;
z-index: 2;
}

.im-section-title a {
display: inline-block;
color: inherit;
text-decoration: none;
background: rgba(255, 255, 255, 0.2);
padding: 3px 5px;
margin-top: 4px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.im-section-title .im-section-title-blurb {
display: block;
}

.im-section-title .im-section-title-blurb span {
background: rgba(0, 0, 0, 0.2);
padding: 0 4px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.im-section-content {
position: relative;
float: left;
width: 100%;
height: calc(100% - 26px);
padding: 10px;
overflow: auto;
z-index: 1;
}

.im-section[data-section="posts"] .im-section-content {
overflow: visible;
}

.im-section-box {
float: left;
width: 100%;
background: #fff;
padding: 10px;
margin-bottom: 10px;
overflow: hidden;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.im-section-box:last-child {
margin-bottom: 0;
}

.im-section-box-label {
float: left;
width: auto;
max-width: 75px;
font-size: 13px;
line-height: 30px;
font-weight: 600;
color: #818181;
text-transform: uppercase;
margin-right: 10px;
}

.im-section-box-label.wide {
width: 100%;
max-width: 100%;
margin-right: 0;
}

.im-section-box-label i {
margin-right: 5px;
}

.im-section-alerts {
float: left;
width: 100%;
display: none;
}

#im-content[data-section="newsletter"] .im-section-alerts {
display: none !important;
}

.im-section-alert {
float: left;
width: 100%;
font-weight: 600;
color: #000;
background: #f5ea3f;
padding: 10px 5px 10px 15px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.im-alert-text {
float: left;
width: calc(100% - 35px);
font-size: 14px;
line-height: 16px;
cursor: pointer;
}

.im-alert-text i {
vertical-align: middle;
line-height: 13px;
}

.im-alert-text i:first-child {
margin-right: 5px;
}

.im-alert-text i:last-child {
margin-left: 5px;
}

.im-alert-close {
float: left;
width: 35px;
font-size: 14px;
line-height: 16px;
text-align: center;
cursor: pointer;
}

/*
*Section: Posts
*/

.im-list {
float: left;
width: 100%;
height: 100%;
overflow-y: auto;
display: none !important;
}

.im-list.active {
display: block !important;
}

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

.im-list-item {
position: relative;
float: left;
width: 100%;
background: #fff;
margin-bottom: 10px;
border-bottom: 1px solid #f1f1f1;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all ease 300ms;
-moz-transition: all ease 300ms;
-o-transition: all ease 300ms;
transition: all ease 300ms;
-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);
z-index: 1;
}

.im-list-item:hover {
z-index: 2;
}

/*List Item: Post*/

.im-list-item-post {
display: none;
-moz-transform: scale(0.98);
-webkit-transform: scale(0.98);
-ms-transform: scale(0.98);
-o-transform: scale(0.98);
transform: scale(0.98);
-webkit-transition: all ease 300ms;
-moz-transition: all ease 300ms;
-o-transition: all ease 300ms;
transition: all ease 300ms;
}

.im-list-item-post[data-selected="true"] {
display: block;
}

.im-list-item-post:hover {
border-bottom-color: transparent;
}

.im-list-item-post[data-selected="true"]:hover {
-moz-transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}

.im-li-image {
float: left;
width: 100%;
height: auto;
max-height: 200px;
overflow: hidden;
}

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

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

.im-list-item-post .im-li-text {
float: left;
width: 100%;
margin: 10px 0;
padding: 10px;
}

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

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

.im-li-heading {
font-size: 13px;
line-height: 15px;
color: #000;
background: #e1e1e1;
padding: 5px 10px 5px 7px;
margin-bottom: 7px !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.im-li-heading span {
display: inline-block;
}

.im-li-heading span.im-li-heading-icon {
margin-right: 3px;
}

.im-li-heading span.im-li-heading-text {
font-weight: 600;
}

.im-li-title,
.im-li-title a {
font-size: 18px;
line-height: 20px;
font-weight: 600;
color: #000;
text-decoration: none;
}

.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;
}

.im-li-map {
position: absolute;
top: 30px;
right: calc(50% - 75px);
width: 150px;
padding: 10px;
text-align: center;
font-size: 14px;
line-height: 14px;
font-weight: 600;
cursor: pointer;
background: #fff;
opacity: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
z-index: -1;
}

.im-list-item-post:hover .im-li-map {
top: 35px;
opacity: 1;
z-index: 2;
}

.im-list-item-post .im-li-button {
float: left;
clear: left;
width: auto;
background: #f1f1f1;
overflow: hidden;
margin-top: 10px;
border: 1px solid #e1e1e1;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.im-list-item-post .im-li-button:hover {
border-color: #aaa;
}

.im-list-item-post .im-li-button a {
float: left;
}

.im-list-item-post .im-li-button .im-li-button-image {
float: left;
height: 30px;
}

.im-list-item-post .im-li-button .im-li-button-image img {
display: block;
width: auto;
height: 100%;
background: #fff;
}

.im-list-item-post .im-li-button .im-li-button-label {
float: left;
width: auto;
font-size: 14px;
line-height: 30px;
font-weight: 600;
color: #515151;
padding: 0 10px;
}

/*List Item: Location*/

.im-list-item-location {
padding: 20px 10px;
margin-bottom: 5px;
cursor: pointer;
}

.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: 18px;
font-weight: 600;
color: #000;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
margin-bottom: 2px;
}

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

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

.im-li-address-regional {
float: left;
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;
}

/*Empty Post List*/

#im-content[data-empty="true"] #im-sections .im-section[data-section="posts"] {
padding: 50px 5%;
}

.im-list-empty {
float: left;
width: 100%;
padding: 10px 20px;
}

.im-list-empty h3 {
float: left;
width: 100%;
font-size: 16px;
line-height: 18px;
font-weight: 600;
margin-bottom: 10px;
}

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

#im-content[data-empty="true"] .im-section[data-section="posts"] 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-content[data-empty="true"] .im-section[data-section="posts"] h3 {
margin-top: 0;
}

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

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

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

/*
*Section: Filter
*/

/*Filter Section*/

#im-search-section-location-recommendations a,
#im-search-section-topic .category-item {
position: relative;
float: left;
font-size: 13px;
line-height: 16px;
font-weight: 600;
color: #515151;
text-decoration: none;
background: #f1f1f1;
padding: 7px 12px;
margin: 5px 2px;
overflow: hidden;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

#im-search-section-location-recommendations a:hover,
#im-search-section-topic a.category-item:hover {
background: #e1e1e1;
}

#im-search-section-location-recommendations a:before {
display: inline-block;
font-family: "Font Awesome\ 5 Free";
font-weight: 900;
font-size: 14px;
line-height: 16px;
margin-right: 5px;
}

#im-search-section-location-recommendations a[data-type="engagement"]:before {
content: "\f06d";
}

#im-search-section-location-recommendations a[data-type="recent"]:before {
content: "\f017";
}

#im-field-date-label {
position: relative;
display: inline-block;
font-size: 13px;
line-height: 16px;
font-weight: 600;
color: #515151;
background: #f9f9f9;
padding: 7px 12px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.im-section-box#im-search-section-topic {
padding: 10px;
}

#im-search-section-topic .category-item.category-search {
height: 30px;
line-height: 30px;
text-align: center;
padding: 0;
display: none;
}

#im-search-section-topic .category-item.category-search input {
width: 100px;
background: transparent;
padding: 0 10px;
}

#im-search-section-topic .category-item.category-search input:-webkit-autofill,
#im-search-section-topic .category-item.category-search input:-webkit-autofill:hover,
#im-search-section-topic .category-item.category-search input:-webkit-autofill:focus {
-webkit-text-fill-color: #000;
-webkit-box-shadow: 0 0 0 1000px #f1f1f1 inset;
transition: background-color 5000s ease-in-out 0s;
}

#im-search-section-topic .category-item span {
display: inline-block;
margin-right: 5px;
}

#im-search-section-topic .category-item span:last-child {
margin-right: 0;
}

#im-search-section-topic .category-item span.category-item-count {
display: inline-block;
width: auto;
background: rgba(0, 0, 0, 0.05);
font-size: 11px;
line-height: 20px;
font-weight: 600;
padding: 0 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

#im-search-section-topic .category-item.selected,
#im-search-section-topic .category-item.selected input {
color: #fff !important;
background: #75bf97 !important;
}

#im-search-section-topic .category-item.category-search.selected input:-webkit-autofill,
#im-search-section-topic .category-item.category-search.selected input:-webkit-autofill:hover,
#im-search-section-topic .category-item.category-search.selected input:-webkit-autofill:focus {
-webkit-text-fill-color: #000;
-webkit-box-shadow: 0 0 0 1000px #75bf97 inset;
transition: background-color 5000s ease-in-out 0s;
}

.im-search-section-field {
float: left;
width: calc(100% - 85px);
}

/*Location Search Results*/

.im-section-content form#form-interactivemap-location {
float: left;
width: 100%;
}

.im-section-box#im-search-section-location {
display: none;
}

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

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

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

.im-location-search-list a.location-search-option:first-child {
margin-top: 0;
}

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

/*Map*/

#map-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0);
z-index: -1;
-webkit-transition: background ease 500ms;
-moz-transition: background ease 500ms;
-o-transition: background ease 500ms;
transition: background ease 500ms;
}

#map-container {
position: relative;
float: left;
width: 100%;
height: 100%;
z-index: 100;
}

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

.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;
}

.im-marker-popup {
position: relative;
-webkit-transition: opacity ease 500ms;
-moz-transition: opacity ease 500ms;
-o-transition: opacity ease 500ms;
transition: opacity ease 500ms;
opacity: 0.2;
}

#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 {
width: 90vw;
max-width: 440px;
height: 400px;
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;
}

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[data-selected="true"],
.im-marker-popup[data-view="2"],
.im-marker-popup:hover {
opacity: 1 !important;
}

#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: 0 !important;
-webkit-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-o-transform: none !important;
transform: none !important;
}

.im-marker-popup-content {
position: relative;
z-index: 10;
}

.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: visible;
}

.im-marker-popup[data-view="1"] .im-marker-item[data-location-specificity="regional"]:before,
.im-marker-popup[data-view="1"] .im-marker-item[data-location-specificity="regional"]:after{
content: "";
position: absolute;
top: -18px;
left: -18px;
width: 100%;
height: 100%;
border-width: 35px;
border-style: solid;
border-color: inherit;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
opacity: 0.4;
z-index: -1;
}

.im-marker-popup[data-view="1"] .im-marker-item[data-location-specificity="regional"]:after {
top: -33px;
left: -33px;
border-width: 50px;
opacity: 0.2;
z-index: -2;
}

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

.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-popup .im-marker-item[data-trending="true"]:after {
content: "\f06d";
position: absolute;
top: -10px;
left: -10px;
width: 30px;
height: 30px;
background: #e1e1e1;
font-family: "Font Awesome\ 5 Free";
font-weight: 900;
font-size: 14px;
line-height: 30px;
color: #000;
text-align: center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
z-index: 20;
}

.im-marker-popup .im-marker-item[data-trending="true"]:hover:after,
.im-marker-popup .im-marker-item[data-trending="true"][data-view="2"]:after {
content: none;
}

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

.im-marker-popup[data-view="1"] .im-marker-item:hover .im-mi-tip {
position: absolute;
left: -90px;
bottom: 20px;
width: 220px;
display: block;
color: #000;
padding: 15px;
background: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
z-index: 1;
}

.im-mi-tip .im-mi-tip-icon {
position: absolute;
top: -15px;
left: calc(50% - 18px);
width: 30px;
height: 30px;
font-size: 16px;
line-height: 24px;
color: #fff;
text-align: center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background: #515151;
border: 3px solid #fff;
}

.im-mi-tip .im-mi-tip-icon:hover {
background: #000;
}

.im-mi-tip-heading,
.im-mi-heading {
display: inline-block;
width: auto;
font-size: 12px;
line-height: 14px;
font-weight: 600;
color: #000;
background: #e1e1e1;
padding: 5px 10px 5px 7px;
margin-bottom: 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.im-mi-tip-heading span,
.im-mi-heading span {
display: inline-block;
}

.im-mi-tip-heading span.im-mi-tip-heading-icon,
.im-mi-heading span.im-mi-heading-icon {
margin-right: 3px;
}

.im-mi-heading {
font-size: 13px;
line-height: 15px;
}

.im-mi-tip .im-mi-tip-title {
display: block;
width: 100%;
font-size: 16px;
line-height: 18px;
font-weight: 500;
margin-bottom: 10px;
}

.im-marker-item-location .im-mi-tip .im-mi-tip-title {
text-align: center;
margin-bottom: 0;
}

.im-mi-tip .im-mi-tip-detail {
display: block;
width: 100%;
font-size: 13px;
line-height: 15px;
font-weight: 500;
color: #515151;
margin-bottom: 10px;
}

.im-mi-text .im-mi-details .im-mi-categories {
float: left;
clear: both;
width: 100%;
margin-bottom: 5px;
}

.im-mi-tip[data-detail="category"] .im-mi-tip-detail span,
.im-mi-text .im-mi-details .im-mi-categories span {
display: inline-block;
background: #f1f1f1;
padding: 3px 6px;
margin: 2px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.im-mi-text .im-mi-details .im-mi-categories span {
font-size: 13px;
line-height: 15px;
font-weight: 500;
color: #515151;
padding: 4px 8px;
margin: 0 4px 4px 0;
}

.im-mi-tip .im-mi-tip-link {
display: block;
width: 100%;
text-align: center;
}

.im-mi-tip .im-mi-tip-link .im-mi-tip-link-button {
display: inline-block;
width: auto;
color: #fff !important;
text-decoration: none !important;
padding: 4px 10px;
background-color: #515151;
overflow: hidden;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 5px rgb(0, 0, 0, 0.3);
}

.im-mi-tip .im-mi-tip-link .im-mi-tip-link-button:hover {
background-color: #000;
}

.im-mi-tip .im-mi-tip-link .im-mi-tip-link-button .im-mi-tip-link-text {
float: left;
width: auto;
font-size: 14px;
line-height: 24px;
font-weight: 600;
text-transform: uppercase;
margin-right: 7px;
}

.im-mi-tip .im-mi-tip-link .im-mi-tip-link-button .im-mi-tip-link-icon {
position: relative;
float: left;
width: 14px;
height: 24px;
}

.im-mi-tip .im-mi-tip-link .im-mi-tip-link-button .im-mi-tip-link-icon:before {
content: "\f35d";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-family: "Font Awesome\ 5 Free";
font-weight: 900;
font-size: 14px;
line-height: 24px;
text-align: center;
}

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

.im-marker-arrows a {
position: absolute;
bottom: 110px;
width: 40px;
height: 40px;
font-size: 20px;
line-height: 40px;
text-decoration: none;
color: #515151 !important;
text-align: center;
background: #fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
display: none;
}

.im-marker-arrows a:before {
position: relative;
display: inline-block;
font-family: "Font Awesome\ 5 Free";
font-weight: 900;
line-height: 42px;
}

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

.im-marker-popup[data-view="2"] .im-marker-arrows a.end {
display: none;
}

.im-marker-arrows a[data-action="previous"] {
left: -50px;
}

.im-marker-arrows a[data-action="next"] {
right: -50px;
}

.im-marker-arrows a[data-action="previous"]:before {
content: "\f104";
left: -1px;
}

.im-marker-arrows a[data-action="next"]:before {
content: "\f105";
left: 1px;
}

/*Marker Popup: Post*/

.im-mi-image {
position: relative;
float: left;
width: 100%;
height: 100%;
max-height: 120px;
overflow: hidden;
background-color: #fff;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
z-index: 2;
}

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

.im-marker-popup[data-view="2"] .im-mi-image {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}

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

.im-marker-popup[data-view="1"] .im-marker-item:hover .im-mi-image .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% - 120px);
opacity: 1;
overflow: visible;
}

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

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

.im-mi-title {
float: left;
width: auto;
margin-bottom: 5px;
display: none;
}

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

.im-mi-title,
.im-mi-title a {
font-size: 19px;
line-height: 21px;
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: #515151;
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;
margin-bottom: 20px;
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: 100%;
height: auto;
background: #f1f1f1;
color: #000;
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 {
float: left;
clear: left;
width: auto;
vertical-align: top;
}

.im-mi-link a {
float: left;
width: auto;
height: 38px;
color: #fff !important;
text-decoration: none !important;
background-color: #515151;
overflow: hidden;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.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: 100%;
font-size: 18px;
line-height: 34px;
font-weight: 600;
text-align: center;
color: #515151;
background: #fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
z-index: 2;
}

.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;
display: none;
}

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

.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;
}

/*Content: Trending*/

.im-list-item[data-trending="true"][data-trending-level="1"] .im-li-heading,
.im-marker-popup .im-marker-item[data-trending="true"][data-trending-level="1"]:after,
.im-marker-popup .im-marker-item[data-trending="true"][data-trending-level="1"] .im-mi-tip-heading,
.im-marker-popup .im-marker-item[data-trending="true"][data-trending-level="1"] .im-mi-heading {
background: #f5dc51;
}

.im-list-item[data-trending="true"][data-trending-level="2"] .im-li-heading,
.im-marker-popup .im-marker-item[data-trending="true"][data-trending-level="2"]:after,
.im-marker-popup .im-marker-item[data-trending="true"][data-trending-level="2"] .im-mi-tip-heading,
.im-marker-popup .im-marker-item[data-trending="true"][data-trending-level="2"] .im-mi-heading {
background: #ff8439;
}

.im-list-item[data-trending="true"][data-trending-level="3"] .im-li-heading,
.im-marker-popup .im-marker-item[data-trending="true"][data-trending-level="3"]:after,
.im-marker-popup .im-marker-item[data-trending="true"][data-trending-level="3"] .im-mi-tip-heading,
.im-marker-popup .im-marker-item[data-trending="true"][data-trending-level="3"] .im-mi-heading {
background: #ff213b;
color: #f1f1f1;
}

/*Newsletter Form*/

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

#im-nl-content {
float: left;
width: 100%;
padding-top: 30px;
}

#im-nl-header {
float: left;
width: 100%;
margin-bottom: 30px;
}

#im-nl-content #im-nl-header > div {
margin-bottom: 5px;
}

#im-nl-content #im-nl-header > div:first-child {
margin-bottom: 0;
}

#im-nl-title {
float: left;
width: 100%;
font-size: 22px;
line-height: 30px;
font-weight: 700;
color: #000;
text-align: center;
padding: 0 5%;
}

#im-nl-subtitle {
position: relative;
float: left;
width: 100%;
font-size: 16px;
line-height: 18px;
font-weight: 600;
color: #515151;
text-align: center;
padding: 0 5%;
}

#im-nl-subtitle a {
font-size: 14px;
line-height: 16px;
font-weight: 400;
color: #515151;
}

form#form-interactivemap-newsletter {
float: left;
width: 100%;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

form#form-interactivemap-newsletter fieldset {
display: inline-block;
width: 100%;
max-width: 450px;
text-align: left;
}

body[data-prompt="true"] form#form-interactivemap-newsletter fieldset {
max-width: 600px;
}

.im-nl-fieldset-fields {
padding: 0 8%;
}

.im-nl-fieldset-fields label.main {
display: block;
width: 100%;
font-size: 14px;
line-height: 14px;
font-weight: 600;
text-transform: uppercase;
text-align: left;
color: #000;
margin-bottom: 10px;
}

.im-nl-form-field {
position: relative;
float: left;
width: 100%;
margin-top: 30px;
}

.im-nl-form-field:first-child {
margin-top: 0;
}

.im-nl-form-field > p {
margin-bottom: 20px;
}

.im-nl-fieldset-fields input[type="text"],
.im-nl-fieldset-fields input[type="email"] {
display: block;
width: 100%;
font-size: 14px;
line-height: 20px;
padding: 15px 20px;
background: #fff;
border: 1px solid rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.im-nl-fieldset-fields input[type="text"]:focus,
.im-nl-fieldset-fields input[type="email"]:focus {
border: 1px solid #f5ea3f;
-webkit-box-shadow: 0 0 10px 0 #f5ea3f;
-moz-box-shadow: 0 0 10px 0 #f5ea3f;
box-shadow: 0 0 10px 0 #f5ea3f;
}

.im-nl-form-field-location-container {
position: relative;
display: block;
}

.im-nl-form-field-location-container .im-location-search {
padding: 20px 0 0 0;
display: none;
}

.im-nl-form-field-location-container .im-location-search-list .location-search-option {
padding: 10px 15px;
}

.im-nl-fieldset-fields input[type="text"][name="field_location"] {
position: relative;
padding: 15px 50px 15px 20px;
z-index: 1;
}

.im-nl-form-field-location-current {
position: absolute;
top: 5px;
right: 5px;
width: 40px;
height: 40px;
font-size: 18px;
line-height: 40px;
text-align: center;
color: #515151;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
z-index: 5;
}

.im-nl-form-field-location-current:hover {
background: rgba(0, 0, 0, 0.05);
-webkit-transition: all ease 500ms;
-moz-transition: all ease 500ms;
-o-transition: all ease 500ms;
transition: all ease 500ms;
}

.im-nl-form-field-location-container[data-map-location="1"] .im-nl-form-field-location-current {
display: none;
}

.im-nl-fieldset-fields input:-webkit-autofill {
transition: background-color 5000s ease-in-out 0s;
-webkit-text-fill-color: #000;
}

.im-nl-fieldset-fields label.sub {
position: relative;
float: left;
width: 100%;
font-size: 12px;
line-height: 14px;
color: #aaa;
padding: 0 5px;
margin-top: 10px;
}

.im-nl-fieldset-fields label.sub.error {
color: #b06060;
display: none;
}

.im-nl-fieldset-fields label.sub i {
display: inline-block;
margin-right: 5px;
}

.im-nl-fieldset-fields label.sub a {
color: #818181;
}

.im-nl-fieldset-buttons {
text-align: left;
margin-top: 30px;
padding: 0 8%;
}

.im-nl-fieldset-buttons .button {
margin: 0;
}

.im-nl-fieldset-buttons .button i {
margin-right: 5px;
}

.im-nl-fieldset-buttons .button:focus {
-webkit-box-shadow: 0 0 0 3px #aaa;
-moz-box-shadow: 0 0 0 3px #aaa;
box-shadow: 0 0 0 3px #aaa;
}

.im-nl-fieldset-more {
padding: 30px 5%;
margin-top: 30px;
background: #f1f1f1;
}

.im-nl-fieldset-more h4 {
display: block;
font-size: 14px;
line-height: 14px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 10px;
}

.im-nl-fieldset-more ul {
display: block;
margin-left: 20px;
}

.im-nl-fieldset-more ul li {
display: list-item;
font-size: 13px;
line-height: 15px;
margin-bottom: 5px;
}

.im-nl-fieldset-more ul li:last-child {
margin-bottom: 0;
}

.im-nl-fieldset-more ul li a {
color: #515151;
text-decoration: underline;
}

#im-nl-confirmation {
padding: 0 8%;
display: none;
}

#im-action-tab[data-tab="newsletter"][data-form="complete"] #im-nl-confirmation,
#im-action-tab[data-tab="newsletter"][data-form="complete"] #im-nl-subtitle {
display: block !important;
}

#im-action-tab[data-tab="newsletter"][data-form="complete"] form#form-interactivemap-newsletter {
display: none;
}

.im-nl-subscription-summary-group {
float: left;
width: 100%;
padding: 0 10% 30px 10%;
}

.im-nl-subscription-summary-group:last-child {
background: #f1f1f1;
padding-top: 30px;
}

.im-nl-subscription-summary-title {
float: left;
width: 100%;
font-size: 16px;
line-height: 18px;
font-weight: 600;
margin-bottom: 10px;
}

.im-nl-subscription-summary-title i {
margin-right: 5px;
}

.im-nl-subscription-summary-details {
float: left;
width: 100%;
font-size: 14px;
line-height: 18px;
}

.im-nl-subscription-summary-detail {
float: left;
width: 100%;
}

.im-nl-subscription-summary-details ul {
padding-left: 20px;
}

.im-nl-subscription-summary-details ul li {
margin-bottom: 5px;
}

.im-nl-subscription-summary-details ul li:last-child {
margin-bottom: 0;
}

.im-nl-subscription-summary-details ul li strong {
font-weight: 600;
}

.im-nl-subscription-summary-detail .button {
margin: 10px 0 0 0;
}

/*Sign-in Option*/

#form-interactivemap-login {
float: left;
width: 100%;
margin: 20px 0;
}

/*Notice*/

#im-notice-alert {
position: absolute;
top: calc(50% - 11px);
left: calc(50% + 1px);
width: auto;
height: auto;
font-size: 11px;
line-height: 18px;
font-weight: 600;
color: #515151;
background: #f5ea3f;
cursor: pointer;
padding: 0 4px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}

#im-notice {
float: left;
width: 100%;
height: auto;
background: #f1f1f1;
z-index: 1;
}

#im-header-actions li[data-tab="newsletter"].active #im-notice-alert,
#im-notice-alert[data-count="0"],
#im-notice[data-count="0"] {
display: none !important;
}

#im-notice-content {
float: left;
width: 100%;
color: #515151;
text-align: center;
background: transparent;
padding: 5px 5%;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}

#im-notice-icon {
display: inline-block;
vertical-align: middle;
width: 30px;
height: 30px;
font-size: 20px;
line-height: 30px;
}

#im-notice-title {
display: inline-block;
vertical-align: middle;
width: auto;
font-size: 30px;
line-height: 30px;
font-weight: 700;
margin: 0 5px;
}

#im-notice-title span {
position: relative;
top: -3px;
right: 5px;
font-size: 30px;
line-height: 30px;
font-weight: 800;
}

#im-notice-text {
display: inline-block;
vertical-align: middle;
width: auto;
font-size: 13px;
line-height: 15px;
text-align: left;
}

#im-notice-text-plural {
display: inline-block;
}

#im-notice[data-count="1"] #im-notice-text-plural {
display: none;
}

.im-notice-toggle {
display: none;
}

/*Newsletter Sign-up Prompt*/

body[data-prompt="true"] #map-overlay {
background: rgba(0, 0, 0, 0.7);
z-index: 150;
}

#im-nl-title span[data-title-type="default"],
body[data-prompt="true"] #im-nl-title span[data-title-type="prompt"] {
display: block !important;
}

#im-nl-title span[data-title-type="prompt"],
body[data-prompt="true"] #im-nl-title span[data-title-type="default"] {
display: none !important;
}

body[data-prompt="true"] #im-header-actions li:not([data-tab="newsletter"]) a {
cursor: not-allowed;
opacity: 0.6;
}

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

/*Callout*/

.fn_msg_area[data-layout="callout"] .fn_msg_overlay {
opacity: 0.7;
}

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

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

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

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

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

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

.fn_msg_area[data-layout="callout"] 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="callout"] 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="callout"] .callout-body {
float: left;
width: 100%;
background: #faffea url('/images/plugins/callout-map-cfsj-042021.png') bottom center no-repeat;
background-size: contain;
padding: 45px 45px 80px 45px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

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

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

.fn_msg_area[data-layout="callout"] .callout-body h3 {
display: block;
font-size: 40px;
line-height: 45px;
font-weight: 800;
margin-bottom: 10px;
}

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

.fn_msg_area[data-layout="callout"] .callout-body p:first-child {
text-transform: uppercase;
font-weight: 600;
color: #818181;
margin-bottom: 0;
}

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

.fn_msg_area[data-layout="callout"] .callout-body .callout-button {
display: inline-block;
float: none;
font-size: 18px;
line-height: 18px;
font-weight: 700;
padding: 15px 25px;
}

.fn_msg_area[data-layout="callout"] .callout-footer {
display: none;
float: left;
width: 100%;
min-height: 60px;
background: #faffea url('/images/plugins/callout-map-cfsj-042021.png') bottom center no-repeat;
background-size: contain;
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="callout"] .callout-footer p {
display: inline-block;
color: #000;
padding: 20px 10%;
}

.fn_msg_area[data-layout="callout"] .callout-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="callout"] .callout-footer p span img {
display: block;
width: 70px;
height: auto;
}

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

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

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

.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 !important;
}

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

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

}

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

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){

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){

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), (min-width: 1100px){

body[data-content="posts"] .im-list {
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,
.im-li-map {
display: none;
}

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

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

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

}

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

body:not([data-prompt="true"]) #im-content {
left: 10px;
width: 400px;
}

}

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

#im-notice-alert {
line-height: 16px;
}

#im-notice-alert[data-count="99+"] {
font-size: 10px;
padding: 0 2px;
}

.im-nl-fieldset-more {
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

}

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

.im-marker-arrows {
position: relative;
z-index: 100;
}

.im-marker-popup[data-view="2"] .im-marker-arrows a {
bottom: auto;
top: 45px;
}

.im-marker-arrows a[data-action="previous"] {
left: -15px;
}

.im-marker-arrows a[data-action="next"] {
right: -15px;
}

}

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

#im-content #im-header-input input {
width: calc(100% - 110px);
}

#im-content[data-section="search"] #im-header-input input {
width: calc(100% - 145px);
}

#im-header-input-menu {
max-width: 140px;
}

.im-header-input-menu-links[data-section="mobile"] {
display: block;
}

.im-header-input-menu-links[data-section="mobile"] .im-header-input-menu-link-collapse {
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}

#im-content[data-active="false"] .im-header-input-menu-links[data-section="mobile"] .im-header-input-menu-link-collapse {
-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}

}
