@charset "UTF-8";
/* CSS Document */

/* Used to alter styles for screens at least 650px wide (iPhone landscape). */
@media screen and (min-width: 650px) {

#splash p {
    font-size: 1.125em;
}

#map,
#map img {
    width: 484px;
}

#container {
    margin-bottom: 68px !important;
}

#footer p span {
    display: inline;
    margin-left: 5px;
    line-height: 4em;
}

#sub #container {
    width: 650px;
}

.callout {
    position: absolute;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    overflow: hidden;
}


.callout div.callout-content {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 11px 13px;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
}

.callout div.callout-content span.l {
    font-size: 1.5em;
    color: #ed1e79;
}

.callout div.callout-content span.s {
    font-family: 'Montserrat', Helvetica, Arial, serif;
    font-size: 1em;
    font-weight: 700;
    color: #ed1e79;
}

li.hotspot a:hover div.callout {
    display: block;
}


.callout.right {
    background-color: transparent;
    background-image: url(../images/buttons/left-chev@2x.png);
    background-repeat: no-repeat;
    background-size: 13px 26px;
    background-position: 10px center;
    left: 24px;
    top: -37px;
}

.callout.right div.callout-content {
    background: #fff;
    margin-left: 23px;
	opacity: 0.85;
			border-color:#ed1e79;
    border-style: solid;
    border-width: 2px;
	}

.callout.right div.callout-content img {
    left: 31px;
    width: 52px !important;
    height: 52px !important;
}

.callout.right div.callout-content span {
    display: block;
    margin-left: 60px;
}

.callout.left {
    background-color: transparent;
    background-image: url(../images/buttons/right-chev@2x.png);
    background-repeat: no-repeat;
    background-size: 13px 26px;
    background-position: right 10px center;
    right: 48px;
    top: -37px;
}

.callout.left div.callout-content {
    background: #fff;
    margin-right: 23px;
	opacity: 0.85;
		border-color:#ed1e79;
    border-style: solid;
    border-width: 2px;

}


.callout.left div.callout-content img {
    left: 8px;
    width: 52px !important;
    height: 52px !important;

}
.callout.left div.callout-content span {
    display: block;
    margin-left: 60px;
}

.popup {
    width: 600px !important;
    height: 650px !important;
}

.popup-content {
    width: 560px !important;
    height: 610px !important;
}

}
