
.border {
    line-height: 1.8;
    margin: 0.7em 1.5em 0em 0.5em
}

@media only screen and (max-width: 40.063em) {
    .border {
        line-height: 2.4;
        margin: 0.7em 1em 0em 0.2em
    }
}

.map {
	width: 400px;
	margin-right: 20px;
	float: left;
	clear: both;
	width: 65% !important
}

.map a {
    font-size: 90% !important;
}

.gm-style-cc a {
    color: #333 !important
}

.offices .map {
    width: 100% !important;
}

.info-window {
	line-height: 1.35;
	overflow: hidden;
	white-space: nowrap;
}

.map-markers {
	overflow: auto;
	background: #ffffe0;
	background: #fff;
	border: 1px solid #CCC;
    padding: 1.5em 3.5em;
    border-radius: 0px !important;
    width: 30% !important
}

.map-markers a:visited {
	color: navy;
}

.map-markers img {
    margin-left: -20px;
}

.map-markers img,
.map-markers a img,
.map-markers a:hover img {
	border: none;
}

.map-markers .placeholder {
	clear: both;
	font-size: 1em;
    padding: 20px;
}

.map-markers .image {
	float: left;
	width: 18%;
	margin-right: 2%;
}

.map-markers .details {
	float: left;
	width: 80%;
	padding-bottom: 20px;
	padding-bottom: 0px;
}

.map, .map-markers  {
	height: 600px;
	border-radius: 10px;
	border-radius: 0;
}

.hide {
    display: none;
}

.clear {
    clear: both;
}

.tip {
    width: 320px;
    float: right;
    text-align: justify;
    color: #333;
    padding: 10px;
}

.thess {
    width: 65%;
    text-align: justify;
    color: #333;
    padding: 10px;
    margin-top: 1em;
}

.thess-p {
    font-style: italic;
    width: 70%;
    font-weight: bold;
    font-family: verdana, arial;
    font-size: .8rem !important;
    color: #444;
    margin-top: 1em;
}

.tip p {
     text-align: right;
     font-size: 95%
}

.toggle + div {
    display: none;
}

.toggle:checked + div {
    display: block;
}

.map-instructions {
    padding-right: 5%;
    padding-top: 0px;
    float: right;
    clear: both;
}

.near-banks .quote {
    width: 32%;
    padding-right: 5%;
}

@media only screen and (max-width: 64.063em) {
    .map-instructions,
     .near-banks .quote {
        width: 100%;
    }
}

.map-instructions .legend {
    font-size: 90%;
    font-weight: bold;
    float: right;
    padding-right: 20px;
    color: #00a;
}

.map-instructions .legend:hover {
    text-decoration: underline;
    cursor: pointer;
}

.map-instructions .details {
     color: #333;
     padding-top: 30px;
     text-align: justify;
}

.map-instructions .details,
.map-instructions .details ul li {
    font-size: .87rem !important;
}

.map-instructions .details fieldset {
     padding:15px;
     border: 1px solid #ccc;
}

.map-instructions .details fieldset ul {
     margin: 5px;
}

.map.map-no-markers {
    width: 100%;
}

@media only screen and (max-width: 40.063em) {
    .map.map-no-markers {
        width: 100%;
        height: 15em;
        zoom: 90% !important
    }
}

@media only screen and (min-width:40.063em) and (max-width: 64.063em) {
    .map.map-no-markers {
        width: 100%;
        height: 25em;
        zoom: 75%
    }

    .area-2 .map.map-no-markers,
    .area-4 .map.map-no-markers,
    .area-5 .map.map-no-markers {
        width: 100%;
        height: 18em;
    }
}

.image img {
    width: 1.6em !important
}

@media only screen and (max-width:64.063em) {
    .map {
        width: 100% !important;
        height: 22em;
        margin-bottom: 2em !important;
    }

    .map-markers {
        height: 22em;
        overflow-y: scroll;
        width: 80% !important;
        margin: 0 auto;
    }
}

@media only screen and (max-width:40.063em) {
    .map {
        height: 14em;
        margin-bottom: 2em !important;
    }

    .map-markers {
        height: 22em;
    }

}

 @media only screen and (min-width: 64.063em) {
     .banks-guide {
        margin-right:-4em;
        margin-top: 2em;
        margin-bottom: -5em;
     }
 }

.near-banks .quote,
.near-banks .map-instructions {
    float:right
}

@media only screen and (max-width:64.063em) {
    .near-banks .quote,
    .near-banks .map-instructions {
        float:left
    }

    .near-banks .map-instructions {
        margin-bottom: 2em !important
    }
}