.picker__select--month,
.picker__select--year {
  height: auto !important;
}

#pageContents {
    display: none;
    position: relative;
}

#container {
    margin: auto;
    width: 90%;
    padding-top: 20px;
}

#container #registerAEDHeader, #helpAEDHeader {
    color: #FFFFFF;
}

.group {
    background-color: #FFFFFF;
    border-radius: 5px;
    height: auto;
    width: 100%;
}

.groupHeader {
    display: inline-block;
    margin-top: 0px;
    width: 100%;
    padding-top:  10px;
    padding-bottom:  10px;
   border-radius:  5px;
   background:  #FFB81C;
}

.groupHeader img {
    height: 100px;
}

.groupHeader p, .groupHeader h2 {
    margin: 0;
}

.groupHeader div {
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
}

.illustration {
    width: 35%;
    float: right;
    padding-right: 15%;
}
.illustration-lower {
    padding-top: 30%;
}

/***********************************
AED Location
***********************************/
#locationContainer, #locationInfoContainer, #aedInfoContainer, #cabinetInfoContainer, #aedColoContainer, #AEDPhotoContainer, #userInfoContainer {
    padding-bottom: 10px;
}
/*
 * Map
 */

#map-canvas {
    min-height: 400px;
    margin: 20px auto;
    width: 95%;
}

.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

#pac-input {
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
}

#pac-input:focus {
    border-color: #4d90fe;
}

.iwBody {
    margin: 3px;
    font-weight: 400;
}

/*
* Input Spacing
*/

#locationInputs, #locationInfoInputs, #aedInfoInputs, #aedColoInputs, #AEDPhotoInputs, #userInfoInputs {
    margin: 25px auto 10px;
    width: 95%;
    position: relative;
}


.floatOverflow {
    overflow: hidden;
}


/***
* Responsive
*/

@media (max-width: 480px) {
    #container {
        width: 95%;
    }
    #pac-input {
        max-width: 92%;
    }
}

@media (max-width: 600px) {
    .illustration {
        display: none;
    }
}

@media (max-width: 767px) {
    #container {
        width: 92%;
    }
    .groupHeader img {
        display: block;
        margin: 0 auto;
    }

    .groupHeader div {
        width: 100%;
    }
    .groupHeader div h2 {
        text-align: center;
    }
    .illustration {
        width: 25%;
    }

}
