*{
    outline: none;
}
body {
    color: #fff;
}

.darkOnLight {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.lightOnDark {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clearfix{
    display: inline-block;
    width: 100%;
    clear: both;
}
.map_wrapper {
    position: absolute;
    left: 50%;
    margin-left: -464px;
    background: #68a1e1;
    width: 928px;
    height: 574px;
}

.head{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/exhibition/floridaTour/img/pimpochka.png") no-repeat;
    background-size: 24px 24px;
    border-radius: 12px;
}
.head:hover {
    box-shadow: inset 0 0 0 1px #add020, 0 0 9px 1px rgba(240, 255, 42, .8);
    background: url("/exhibition/floridaTour/img/pimpochka-active.png?v=1") no-repeat;
    background-size: 24px 24px;
    cursor: pointer;
}
span.head:hover {
    cursor: default;
}
#wny {
    position: absolute;
    top: 58px;
    left: 134px;
}
#ontario{
    position: absolute;
    top: 58px;
    left: 31px;
}
#iste{
    position: absolute;
    top: 230px;
    left: 286px;
}

#maryland {
    position: absolute;
    top: 273px;
    left: 213px;
}
#greater-phil {
    position: absolute;
    top: 221px;
    left: 270px;
}
#fairfax {
    position: absolute;
    top: 297px;
    left: 192px;
}
#baltimore {
    position: absolute;
    top: 267px;
    left: 231px;
}
#wcgs {
    position: absolute;
    top: 446px;
    left: 159px;
}

.info_wrapper{
    position: absolute;
    text-align: left;
    background: rgba(255, 255, 255, 1);
    padding: 20px;
    width: 390px;
    border: 1px solid #979797;
    box-shadow:  0 0 3px 0;
    height: auto;
    border-radius: 10px;
    color: #000;
    display: none;
}
.info_wrapper .date{
    font-family: "Sans-pro-semibold", sans-serif, Arial, Verdana, "Trebuchet MS";
    font-size: 14px;
    float: left;
}
.info_wrapper .time{
    font-family: "Sans-pro-regular", sans-serif, Arial, Verdana, "Trebuchet MS";
    float: right;
}
.info_wrapper .branch{
    font-family: "Sans-pro-bold", sans-serif, Arial, Verdana, "Trebuchet MS";
    font-weight: 700;
    color: #535252;
    text-align: left;
    font-size: 16px;
}
.info_wrapper .attendance{
    font-family: "Sans-pro-it", sans-serif, Arial, Verdana, "Trebuchet MS";
    font-style: italic;
    color: #535252;
    text-align: left;
    font-size: 16px;
    margin-top: 3px;
}
.info_wrapper .location{
    position: relative;
    font-family: "Sans-pro-regular", sans-serif, Arial, Verdana, "Trebuchet MS";
    color: #535252;
    font-size: 18px;
    margin-top: 5px;
    margin-left: 15px;
}
.info_wrapper .location:before{
    position: absolute;
    left: -12px;
    top: 3px;
    display: inline-block;
    content: '';
    background: url("/exhibition/summerTour/img/location_pin_1x.png") no-repeat;
    height: 11px;
    width: 8px;
}
.info_wrapper .learn-more{
    font-family: "Sans-pro-regular", sans-serif, Arial, Verdana, "Trebuchet MS";
    display: none;
    font-size: 16px;
    margin-top: 3px;
    text-align: right;
}
.logo-block {
    position: absolute;
    top: 35px;
    right: 40px;
    text-align: center;
}
.logo-block-title {
    position: absolute;
    top: 63%;
    right: 2px;
    text-align: right;
    padding: 0;
    color: #ffffff;
    font-size: 21px;
    letter-spacing: 0.3px;
    font-family: "Sans-pro-regular", Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.logo-block h3 span{
    font-size: 34px;
    font-weight: 500;
    font-family: "Sans-pro-light", Arial, Helvetica, sans-serif;
}
.instruction{
    position: absolute;
    box-sizing: border-box;
    text-align: left;
    top: 210px;
    right: 88px;
    color: #fff;
    border: 3px solid #fff;
    padding: 15px;
    width: 280px;
    height: 200px;
    font-family: "Sans-pro-regular", sans-serif, Arial, Verdana, "Trebuchet MS";
    font-size: 16px;
}
.instruction p.header{
    font-size: 22px;
    font-family: "Sans-pro-semibold", sans-serif, Arial, Verdana, "Trebuchet MS";
    text-align: left;
    margin: 0;
}
.instruction ul{
    padding: 0 0 0 15px;
    margin-bottom: 0;
}
.instruction ul li:first-of-type{
    margin-bottom: 10px;
}

.go_to_calendar{
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    height: 58px;
    bottom: 55px;
    right: 88px;
    font-family: "Sans-pro-semibold", sans-serif, Arial, Verdana, "Trebuchet MS";
    font-weight: normal;
    border: 3px solid #FFFFFF;
    border-radius: 3px;
    background: none;
    color: #fff;
    font-size: 17px;
    letter-spacing: 2px;
    padding: 2px 28px 2px 20px;
    text-transform: uppercase;
    text-decoration: none;
    opacity: 0.8;
}
.go_to_calendar svg{
    display: inline-block;
    height: 40px;
    width: 36px;
    margin-right: 25px;
}
.go_to_calendar span{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    vertical-align: bottom;
}
.go_to_calendar:hover svg path#ic-calendar{
    fill: #719bd3;
}

.go_to_calendar:hover {
    background: #fff;
    cursor: pointer;
    color: #719bd3;
}


.ui-page.ui-page-theme-a.ui-page-active{
    min-height: 825px !important;
}

@media only screen and (max-device-width : 1024px){
    .logo-block h3 span{
        letter-spacing: -1px;
        font-size: 28px;
    }
    .instruction  {
        height: 210px;
    }
    .info_wrapper .attendance{
        font-family: "Sans-pro-it", sans-serif, Arial, Verdana, "Trebuchet MS
    }

}
@media screen and (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2/1),
(min-resolution: 2dppx),
(min-resolution: 192dpi) {
    .info_wrapper .location:before{
        background: url("/exhibition/summerTour/img/location_pin_2x.png") no-repeat;
        background-size: 8px 11px ;
    }
}