/*Helpers/reset*/

.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: Arial,Helvetica,Roboto,sans-serif;
    padding: 0 15px;
}

h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}
   
/*Fonts*/

@font-face {
 font-family: "bmwTypeWebBoldAll";
 src:   url("../fonts/bmwtypewebli_all.woff") format("woff"),
        url("../fonts/bmwtypewebli_all.woff2") format("woff2"),
        url("../fonts/bmwtypewebli_all.eot") format("eot"),
        url("../fonts/bmwtypewebli_all.ttf") format("ttf"),
        url("../fonts/bmwtypewebli_all.svg") format("svg");
}

@font-face {
 font-family: "bmwTypeWebLightAll";
 src:   url("../fonts/bmwtypewebli_all.woff") format("woff"),
        url("../fonts/bmwtypewebli_all.woff2") format("woff2"),
        url("../fonts/bmwtypewebli_all.eot") format("eot"),
        url("../fonts/bmwtypewebli_all.ttf") format("ttf"),
        url("../fonts/bmwtypewebli_all.svg") format("svg");
}

/*Typography*/

h1,
h2 {
    margin-top: -2px;
    margin-bottom: 13px;
    font-family: bmwTypeWebLightAll, Arial,Helvetica,sans-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-top: 2em;*/
    margin-bottom: 12px;
    font-family: bmwTypeWebLightAll, Arial,Helvetica,sans-serif;
    font-size: 18px;
/*    line-height: 20px;*/
    letter-spacing: 0;
    font-weight: 400;
}

label {
    display: block;
    max-width: 100%;
    margin: 5px 0;
    font-weight: 400;
    text-align: left;
    color: #666;
}

strong {
    font-size: 15px;
}

p {
    font-family: Arial,Helvetica,Roboto,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-rendering: optimizeLegibility;
    color: #262626;    
}

a.button {
    font-family: bmwTypeWebLightAll, Arial, Helvetica, sans-serif;    
    display: block;
    text-align: center;
    font-family: bmwTypeWebLightAll,Arial,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 15px;
    border: 0;
    cursor: pointer;
    font-weight: 400;
    margin-top: 10px;
    text-decoration: none;
    border-radius: 0;
    padding: 10px;
    background-color: #1c69d4;
    background-image: none;
    color: #fff;
    transition: background-color .3s ease-out;
}

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

/*Wrapper*/

#wrapper {
    width: 100%;
    max-width: 1185px;
    height: 100%;
    min-height: 550px;
    margin: 0 auto;
/*    padding: 1em;*/
}

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

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

/*Main styles*/

.dealer-selection {
    width: 100%;
}

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

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

.form-control {
    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 #bbb;
    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 {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

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

.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;
}

/*Map button*/

/*Media queries*/

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

@media only screen and (min-width: 981px) {
    h1,
    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 { /* NEW */
    display: block;
}

.tooltip {
    display: none;  /* NEW */
    background: #FFFFFF;
    padding: 10px;
    position: absolute;
    z-index: 1000;
    width: 375px;
    top: 3%;
    left: 0;
    box-shadow: #CCC 2px 2px 15px 1px;
    border-radius: 5px;
    font-size: 13px;
}

.tooltip strong {
    font-size: 13px;
}

.website-title{
    display: inline-block;
    margin: 0 0 10px 0;
    font-family: Arial,Helvetica,Roboto,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-rendering: optimizeLegibility;
    color: #262626;
}

.website-link{
    font-family: Arial,Helvetica,Roboto,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-rendering: optimizeLegibility;
}

.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: Arial,Helvetica,Roboto,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    text-rendering: optimizeLegibility;
    color: #262626;
}

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

.reachus{line-height:24px;}
p.reachus strong { margin-bottom: 5px;}