c#our-locations h3 {
    }

    #choose-location {
    list-style: none;
    }

    #choose-location li {
    text-align: left !important;
    font-weight: bold;
    margin: 0 0 10px 0;
    position: relative;
    padding-left: 18px;
    }

    #choose-location li:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url('/img/nyc-sm.png') no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    }

    #choose-location li.on:before {
    background: url('/img/nyc-sm-sel.png') no-repeat;
    }


    #choose-location li button {
    background: transparent;
    border: 0;
    font-weight: bold;
    font-size: 1.3rem;
    cursor: pointer;
    }

    .labels {
    color: red;
    background-color: transparent !important;
    font-family: "Lucida Grande", "Arial", sans-serif;
    height: 30px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    background: #fff;
    padding: 5px;
    margin-top: -30px !important;
    border: 0 !important;
    width: 120px;
    opacity: initial !important;
    line-height: 10px;
    text-shadow: 2px 1px 12px #999;
    }

    .label-right {
    margin-left: 4px !important;
    text-align: left;
    }

    .label-left {
    margin-left: -135px !important;
    margin-top: -25px !important;
    text-align: right;
    }


    .infoBox {
    margin: 0;
    background: #fff !important;
    border:1px solid #ccc;
    width: 300px !important;
    padding: 20px;
    }

    .infoBox > img {
        margin:0 !important;
        float:right;
		width:20px;
    }

    .info-img {
        float:right;
		max-width: 125px !important;
    }

    .info-window div {
    padding: 10px;
    }

    .info-window h2 {
    text-align: left;
    font-weight:bold;
    font-size: 2rem;
    margin: 0;
    }

    .info-window span {
    display: inline-block;
    padding: 5px 0;
    text-align: left;
    width: 100%;
    font-size: 1.2rem;
    }

    .info-window p {
    font-size:1rem;
    }

    .info-window a {
    padding: 8px 20px;
    border-radius:4px;
    display: inline-block;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    background-color:#052b80;
    text-align: center;
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    text-transform: uppercase;
    border: 1px solid #fff;
    margin-right: 5px;
    text-decoration: none;
    }

    #google-api {
    width: 100%;
    height: 420px;
    position:relative;
    }

    #google-api .intro {
        position:absolute;
        font-size:2rem;
        font-weight:bold;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align:center;
        max-width:300px;
    }

    #our-locations {
    margin: 0px 0 30px;
    text-align: center;
    }

    #our-locations h2 {
    background: #de292c;
    padding: 40px;
    color: #fff;
    font-size: 2rem;
    margin: 0;
    }

    #our-locations p {
    padding: 20px;
    font-size: 1rem;
    }

    #our-locations select {
    padding: 20px;
    font-size: 1rem;
    height: 40px;
    padding: 10px;
    text-align: center;
    }

    #location-filter {
        background-color:#82b049;
        padding:15px;
        border-top-left-radius:14px;
        border-top-right-radius:14px;

    }

    #location-filter h2 {
        color:#fff;
        font-weight:bold;
        font-size:2rem;
        padding:5px 0;
    }

    #location-filter select {
      
        background-color:#fff !important;
        border:1px solid #ccc;
        border-radius:5px;
        padding:5px;
        margin-top:4px;

    }

    
    .big {
        display:none;
    }

    @media screen and (min-width: 800px) {

    .small {
        display:none;
    }

    .big {
        display:block;
    }
    #google-api {
    height: 604px;
    }



    #location-filter h2 {
        font-size:2.8rem;
        font-weight:normal;
    }

    #location-filter h2,
    #location-filter select {
        display:inline-block;
    }

    #location-filter span {
        float:right;
    }

    

    .infoBox {
    width: 450px !important;
    }


}


    #content {
    max-width: 1300px;
    margin: 0 auto;
    }

     .map-section select{
        
        padding-right:30px !important;
        min-width:180px;
    }