/*
Theme Name: Banks Near Me
Theme URI: https://bank-nearme.com/
Description: Find banks near me open now
Auther: bnm
Version: 1.0
*/
.clearfix::after {
	content: "";
	clear: both;
	display: table;
  }
.wp-caption {
	max-width:100%;
	text-align: center;
    margin: 0 auto;
}
body {
	font-family: sans-serif;
	line-height: 1.6em;
	margin:0;
	overflow-x: hidden;
}
img {
max-width:100%;
height:auto;
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
iframe {
	max-width:100%;
}
#container {
	max-width:960px;
	margin:0 auto;
	background:#fff;
}
a {
	color:#1b67c4;
	text-decoration:none;
}
a:hover {
	color:#111;
}
h1 {
	margin: 10px 0;
}
h2 {
	font-size:26px;
}
h5 {
	font-size:17px;
}
h6 {
	font-size:16px;
}
.sidebar h2 {
	margin: 10px 0;
}
h4 span {
	padding:0 10px;
}
.header-top {
	padding:10px;
}
.site-title {
	margin: 0 5px;
}
.site-description {
	color:#888;
	font-style: italic;
	margin: 0 5px;
}
.top-links {
padding:0;
margin:0;
font-size:15px;
}
.top-links li {
	display:inline-block;
	margin-right:10px;
	}
.breadsign:before {
	content: "→";
	margin-right:10px;
}
.primary-nav-menu {
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	text-align:center;
	font-size: 13px;
	background: #C41230;
	height: 30px; 
	margin: 0 0 10px; 
}
.primary-nav-menu ul {
	padding:0;
	margin: 0 10px;
}
.primary-nav-menu li {
    display: inline-block;
	margin:0 10px;
	display: block;
	float: left;
	line-height: 30px; 
	height: 30px; 
	margin: 0; padding: 0;
	position: relative;
}
.primary-nav-menu li a	{
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	color: #fff;
}
.primary-nav-menu .current-menu-item a, #main-nav .current_page_item a {
	font-weight:700;
}
#main-nav a:hover {
	text-decoration: underline;
}
.primary-nav-menu ul ul { /* this targets all sub menus */
	display: none; /* hide all sub menus from view */
	position: absolute;
	top: 30px; /* this should be the same height as the top level menu -- height + padding + borders */
}
.primary-nav-menu ul ul li { /* this targets all submenu items */
	float: none; /* overwriting our float up above */
	width: 150px; /* set to the width you want your sub menus to be. This needs to match the value we set below */
}
.primary-nav-menu ul ul li a { /* target all sub menu item links */
	padding: 5px 10px; /* give our sub menu links a nice button feel */
}
.primary-nav-menu ul li:hover > ul {
	display: block; /* show sub menus when hovering over a parent */
}
.primary-nav-menu ul li.submenu-open > ul {
	display: block; /* show sub menu on click (via JS toggling .submenu-open) */
}

.sub-menu {
	background: #fff;
}
.sub-menu a {
	color: #000;
}

/* Click-to-open dropdowns: caret on every screen size */
.primary-nav-menu .bnm-has-sub > a { cursor: pointer; }
.primary-nav-menu .bnm-has-sub > a::after { content: "\00a0\25be"; font-size: .8em; }
.primary-nav-menu li.bnm-has-sub.submenu-open > a::after { content: "\00a0\25b4"; }

/* Desktop submenu polish: white panel with shadow, dropdown items wider for guide titles */
.primary-nav-menu .sub-menu { background: #fff; border: 1px solid #ddd; box-shadow: 0 2px 6px rgba(0,0,0,.15); z-index: 9999; }
.primary-nav-menu .sub-menu li { width: 240px; }
.primary-nav-menu .sub-menu a { color: #C41230; padding: 8px 14px; line-height: 1.3; height: auto; white-space: normal; }
.primary-nav-menu .sub-menu a:hover { background: #f5e8eb; color: #C41230; text-decoration: none; }
.primary-nav-menu { position: relative; z-index: 9999; }

/* Hamburger button (desktop hidden, mobile only) */
.nav-toggle {
	display: none;
	width: 100%;
	background: #C41230;
	color: #fff;
	border: 0;
	font: inherit;
	font-size: 14px;
	padding: 10px 14px;
	cursor: pointer;
	text-align: left;
}
.nav-toggle::before { content: "\2630\00a0\00a0Menu"; }
.nav-toggle[aria-expanded="true"]::before { content: "\2715\00a0\00a0Close"; }

@media (max-width: 768px) {
	.nav-toggle { display: block; }
	.primary-nav-menu { display: none; height: auto; margin: 0 0 10px; }
	.primary-nav-menu.nav-open { display: block; }
	.primary-nav-menu ul { display: block; margin: 0; }
	.primary-nav-menu li { float: none; display: block; height: auto; line-height: normal; margin: 0; border-top: 1px solid rgba(255,255,255,.15); }
	.primary-nav-menu li a { height: auto; line-height: 1.3; padding: 12px 16px; }
	.primary-nav-menu .sub-menu { position: static; top: auto; display: block; width: 100%; max-height: 0; overflow: hidden; transition: max-height .28s ease; box-shadow: none; border: 0; background: #a30f28; }
	.primary-nav-menu .sub-menu li { float: none; width: auto; }
	.primary-nav-menu li.submenu-open > .sub-menu { max-height: 600px; }
	.primary-nav-menu .sub-menu a { color: #fff; padding-left: 32px; }
	.primary-nav-menu .sub-menu a:hover { background: #8a0d22; color: #fff; }
	.primary-nav-menu .bnm-has-sub > a::after { content: "\00a0\25be"; font-size: .85em; }
	.primary-nav-menu li.bnm-has-sub.submenu-open > a::after { content: "\00a0\25b4"; }
}
.main-page {
	width: 75%;
    float: right;
}
.main-padding {
	padding: 10px 20px;	
}
.sidebar {
	width: 25%;
    float: left;
}
.sidebar ul {
	padding:0;
	margin:0;
}
.sidebar li {
	display: block;
	border-bottom:1px solid #eee;
	width:100%;
}
.panel ul {
	padding:0;
	margin:0;
}
.panel li {
	display:block;
	background:#eee;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin:0;
	padding:10px;
}
.panel li:nth-child(even){background-color: #f2f2f2}
.footer { 
	margin:10px 0 0 0;
}
.footer-nav-menu {
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	text-align:center;
	font-size: 13px;
}
.footer-nav-menu ul {
	padding:0;
	margin: 0 10px;
}
.footer-nav-menu li {
    display: inline-block;
	margin:0 10px;
}
.footer-nav-menu a {
	color:#000;
}
.social {
	text-align:center;
}
.credits {
	text-align:center;
	font-size:14px;
}
.accordion {
    color: #1b67c4;
    cursor: pointer;
	margin:0;
    border: none;
    outline: none;
	font-weight:400;
    transition: 0.4s;
	border-bottom: 1px solid #ddd;
}

.active, .accordion:hover {
    background-color: #ddd; 
}

.panel {
    display: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

th, td {
    text-align: left;
    padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}

.comment-author {
    font-size: 22px;
    line-height: 1.664285714em;
    font-weight: 700;
    color: #26282d;
    margin-bottom: .5em;
}
.children .comment-author {
    padding-top: 25px;
}
.comment-body blockquote, .comment-body ol, .comment-body p, .comment-body ul {
    margin-bottom: 1.71429em;
}
.comment-body {
    letter-spacing: .025em;
    font-size: 14px;
    line-height: 1.71429;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.submit {
    background-color: #fff;
    border-color: #fff;
    color: #666;
	font-size: 16px;
}
 
#comment {
	width:100%;
	padding:0;
}
.comment-form-comment {
	margin:0;
}
.comment-form-author, .comment-form-email, .comment-form-url {
	width: 33.333%;
    float: left;
}

/* Highlight active form field */
 
#respond input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
  
.accordion {
	padding:10px;
}

#respond input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}

.last-updated {
	color: #666;
	font-size: 0.9em;
	margin: 0 0 15px 0;
}

@media only screen and (max-width: 800px) {
	.comment-form-author, .comment-form-email, .comment-form-url {
		width: 100%;
		float: none;
	}	
	#author, #email, #url {
		width:100%;
	}	
}
@media only screen and (max-width: 700px) {	
	.main-page {
		width: 100%;
		float: none;
	}
	.sidebar {
		width: 100%;
		float: none;
	}
}
.ptenm_restaurant_reviews-reviews{margin:20px 0;padding:15px;background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px;margin-left:auto;margin-right:auto;max-width:600px}.ptenm_restaurant_reviews-single-review{margin-bottom:15px;padding:10px;border-bottom:1px solid #ddd}.ptenm_restaurant_reviews-review-header{display:flex;justify-content:space-between;align-items:center}.ptenm_restaurant_reviews-review-date{font-size:14px;color:#888}.ptenm_restaurant_reviews-reviewer-name{font-size:18px;font-weight:700;margin-right:10px;white-space:nowrap}.ptenm_restaurant_reviews-stars{display:inline-block}.ptenm_restaurant_reviews-stars .star{font-size:20px;color:#ccc}.ptenm_restaurant_reviews-stars .star.filled{color:#fc0}.ptenm_restaurant_reviews-review-content{font-size:16px;line-height:1.5;margin-top:10px}.ptenm_restaurant_reviews-review-form{margin:20px 0;padding:15px;background-color:#fff;border:1px solid #ddd;border-radius:8px;max-width:600px;margin-left:auto;margin-right:auto;box-sizing:border-box}.ptenm_restaurant_reviews-review-form input[type=text],.ptenm_restaurant_reviews-review-form input[type=email],.ptenm_restaurant_reviews-review-form input[type=url],.ptenm_restaurant_reviews-review-form select,.ptenm_restaurant_reviews-review-form textarea{width:100%;padding:10px;margin-bottom:15px;border:1px solid #ddd;border-radius:4px;font-size:14px;box-sizing:border-box}.ptenm_restaurant_reviews-review-form textarea{resize:vertical;min-height:100px;max-height:300px}.ptenm_restaurant_reviews-review-form input[type=submit]{background-color:#0073aa;color:#fff;padding:10px 20px;border:none;border-radius:4px;font-size:16px;cursor:pointer}.ptenm_restaurant_reviews-review-form input[type=submit]:hover{background-color:#005f8d}.ptenm_restaurant_reviews-reviewer-name a{color:#0073aa;text-decoration:none}.ptenm_restaurant_reviews-reviewer-name a:hover{text-decoration:underline}.ptenm_restaurant_reviews-star-rating{display:inline-flex;flex-direction:row-reverse}.ptenm_restaurant_reviews-star-rating label{font-size:30px;color:#ccc;cursor:pointer;transition:color .2s ease-in-out}.ptenm_restaurant_reviews-star-rating input:checked~label,.ptenm_restaurant_reviews-star-rating label:hover,.ptenm_restaurant_reviews-star-rating label:hover~label{color:#fc0}.ptenm_restaurant_reviews_footer{text-align:center;font-size:14px;margin:0}.ptenm_restaurant_reviews_foot,.ptenm_restaurant_reviews_foot svg{text-decoration:none!important}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(https://bank-nearme.com/wp-content/themes/banksnearme/assets/leaflet/images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(https://bank-nearme.com/wp-content/themes/banksnearme/assets/leaflet/images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(https://bank-nearme.com/wp-content/themes/banksnearme/assets/leaflet/images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
	-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
	}
/* Bank Near Me - city branch/ATM map + list */

.bnm-citymap {
	width: 100%;
	height: 420px;
	margin: 0 0 14px;
	border-radius: 6px;
	z-index: 0;
}

.bnm-branch-count {
	font-weight: 700;
	margin: 6px 0 14px;
	font-size: 1.05em;
}

.bnm-filter {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 12px;
}
.bnm-filter label { font-weight: 600; font-size: 0.95em; }
.bnm-type-filter {
	padding: 7px 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 0.95em;
	max-width: 100%;
}
.bnm-filter-count { font-size: 0.9em; color: #555; }

.bnm-locate-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 14px;
}
.bnm-locate-btn {
	background: #1769e0;
	color: #fff;
	border: 0;
	border-radius: 5px;
	padding: 9px 16px;
	font-size: 0.95em;
	font-weight: 600;
	cursor: pointer;
}
.bnm-locate-btn:hover { background: #1257bd; }
.bnm-locate-btn:disabled { opacity: 0.6; cursor: default; }
.bnm-locate-status { font-size: 0.9em; color: #555; }

.bnm-pop strong { font-size: 1.02em; }
.bnm-pop-type {
	display: inline-block;
	font-size: 0.78em;
	background: #e8edf5;
	color: #1a3c66;
	padding: 1px 6px;
	border-radius: 3px;
	vertical-align: middle;
}
.bnm-pop-type-financial_center { background: #d5e8d4; color: #2a5e2a; }
.bnm-pop-type-atm { background: #fff2cc; color: #5e4a14; }
.bnm-pop-type-atm_drive_thru { background: #ffe0b3; color: #6b3d00; }
.bnm-pop-type-mortgage { background: #f4d4d4; color: #6a1e1e; }
.bnm-pop-type-private_bank { background: #ddd2f4; color: #3a2a6e; }
.bnm-pop-hours { color: #1a7f37; }

.bnm-branch-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 12px;
}

.bnm-branch {
	border: 1px solid #e3e3e3;
	border-radius: 6px;
	padding: 12px 14px;
	background: #fff;
	scroll-margin-top: 80px;
}

.bnm-st-name {
	margin: 0 0 6px;
	font-size: 1.1em;
}
.bnm-st-type {
	display: inline-block;
	font-size: 0.72em;
	background: #e8edf5;
	color: #1a3c66;
	padding: 1px 7px;
	border-radius: 3px;
	margin-left: 6px;
	vertical-align: middle;
	font-weight: 400;
}
.bnm-st-type-financial_center { background: #d5e8d4; color: #2a5e2a; }
.bnm-st-type-atm { background: #fff2cc; color: #5e4a14; }
.bnm-st-type-atm_drive_thru { background: #ffe0b3; color: #6b3d00; }
.bnm-st-type-mortgage { background: #f4d4d4; color: #6a1e1e; }
.bnm-st-type-private_bank { background: #ddd2f4; color: #3a2a6e; }

.bnm-st-closed {
	font-size: 0.8em;
	color: #b00;
	font-weight: 400;
}
.bnm-branch p { margin: 4px 0; font-size: 0.92em; }
.bnm-st-addr { color: #444; }
.bnm-st-rating { color: #555; }

.bnm-st-hours summary {
	cursor: pointer;
	color: #0b5cad;
	font-size: 0.9em;
	margin: 4px 0;
}
.bnm-st-hours ul {
	list-style: none;
	margin: 6px 0 0;
	padding: 0;
	font-size: 0.88em;
}
.bnm-st-hours li { display: flex; justify-content: space-between; gap: 10px; padding: 1px 0; }
.bnm-day { color: #666; }

.bnm-st-link a { font-size: 0.88em; }

/* Open-now status badge (rendered server-side, refreshed client-side every minute). */
.bnm-st-status {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.9em;
	font-weight: 600;
	margin: 4px 0;
	padding: 2px 0;
}
.bnm-status-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #999;
	box-shadow: 0 0 0 2px rgba(0,0,0,0.04);
}
.bnm-st-status-open .bnm-status-dot { background: #2e9e44; }
.bnm-st-status-open .bnm-status-text { color: #1f7a30; }
.bnm-st-status-closing .bnm-status-dot { background: #e6a200; }
.bnm-st-status-closing .bnm-status-text { color: #a06f00; }
.bnm-st-status-closed .bnm-status-dot { background: #c44; }
.bnm-st-status-closed .bnm-status-text { color: #a33; }
.bnm-st-status-unknown .bnm-status-dot { background: #999; }
.bnm-st-status-unknown .bnm-status-text { color: #666; }

.bnm-list-status-summary {
	padding: 10px 14px;
	margin: 8px 0 14px;
	background: #f3f8f4;
	border-left: 4px solid #2e9e44;
	border-radius: 4px;
	font-size: 1em;
}
.bnm-list-status-summary .bnm-status-dot-summary {
	width: 12px;
	height: 12px;
	background: #2e9e44;
	margin-right: 4px;
	vertical-align: middle;
}

@media (max-width: 600px) {
	.bnm-citymap { height: 320px; }
	.bnm-branch-list { grid-template-columns: 1fr; }
}
