.clearfix::after {
    display: table;
    clear: both;
    content: '';
}

*, :after, :before {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    line-height: 150%;
    font-family: MINI, Georgia, 'Times New Roman', Times, serif;
    padding: 0 15px;
}

h2,
h3 {
    margin: 0;
    padding: 0;
}

@font-face {
  font-family: "MINI";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MINISerif-Regular.woff") format("woff");
}

@font-face {
  font-family: "MINIBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/MINISerif-Bold.woff") format("woff");
}

@font-face {
  font-family: "MINIHeadline";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/MINISerif-Headline.woff") format("woff");
}

h2 {
    margin-top: -2px;
    margin-bottom: 13px;
    font-family: MINIHeadline, Georgia, 'Times New Roman', Times, serif;
    font-size: 25px;
    line-height: 25px;
    letter-spacing: -1.13px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
}

h3 {
    margin-bottom: 12px;
    font-family: MINIHeadline, Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 400;
}

label {
    font-family: MINI, Georgia, 'Times New Roman', Times, serif;
    display: block;
    max-width: 100%;
    margin: 5px 0;
    font-weight: 400;
    text-align: left;
    color: #666;
}

strong {
    font-size: 15px;
    font-family: MINIBold, Georgia, 'Times New Roman', Times, serif;
}

p {
    font-family: MINI, Georgia, 'Times New Roman', Times, serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-rendering: optimizeLegibility;
    color: #262626;    
}

a.button {
    font-family: MINI, Georgia, 'Times New Roman', Times, serif;
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    border: 0;
    cursor: pointer;
    margin-top: 10px;
    text-decoration: none;
    border-radius: 0;
    padding: 10px;
    background-color: #000;
    background-image: none;
    color: #fff;
    transition: background-color .3s ease-out;
}

a.button:hover {
    background-color: #0653b6;
}

#wrapper {
    width: 100%;
    max-width: 1185px;
    height: 100%;
    min-height: 550px;
    margin: 0 auto;
}

.dealer-selection {
    width: 100%;
}

#map-canvas {
    width: 100%;
    height: 500px!important;
}

#map-canvas .gm-style-iw {
    max-width: 250px !important;
}

#map-canvas .gm-style-iw-d {
    max-width: 250px !important;
}

.form-group {
    position: relative;
    margin-bottom: 0;
}

.form-control {
    font-family: MINIHeadline, Georgia, 'Times New Roman', Times, serif;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #262626;
    background-color: #fff;
    background-image: none;
    border: 1px solid #000;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-radius: 0!important;
    -webkit-appearance: none;
    outline: none;
}

.form-control:focus {
    outline: none;
}

select+i.fa {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #000;
    background-color: #fff;
    padding: .7em;
    height: 34px;
    width: 2.5em;
    pointer-events: none!important;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-chevron-down:before {
    content: "\f078";
    font-size: 15px;
}

@media only screen and (min-width: 521px) {
	body {
		padding: 0 40px;
	}
}

@media only screen and (min-width: 981px) {
    h2 {
        margin-top: -3px;
        margin-bottom: 12px;
        font-size: 35px;
        line-height: 35px;
        letter-spacing: .525px;
    }
    h3 {
        margin-bottom: 10px;
        font-size: 25px;
        line-height: 31px;
        letter-spacing: 0;
    }
}

@media screen and (min-width: 1025px) {
    #wrapper {
        padding: 0;
    }
    .dealer-selection {
        float: left;
        width: 35%;
        min-height: 500px;
        margin-right: 2.5%;
        padding-right: 2.5%;
        border-right: 1px solid #bbb;
        background-color: #fff;
    }
    #map-canvas {
        position: relative;
        float: left;
        /*width: 55%;*/
        width: 62%;
    }
}

.infoicon:hover .tooltip { 
    display: block;
}

.tooltip {
    display: none;  
    background: #FFFFFF;
    margin-left: 7px;
    padding: 10px;
    position: absolute;
    z-index: 1000;
    width: 210px;
    top: 3%;
    left: 0;
    box-shadow: #CCC 2px 2px 15px 1px;
    border-radius: 5px;
}

.infoicon {
    background-image: url('../images/Info_Icon.png');
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 10px;
}

.default-font {
    font-family: MINI, Georgia, 'Times New Roman', Times, serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
    text-rendering: optimizeLegibility;
    color: #262626;
}

.opening-container {
    display: flex;
    align-items: center;
}