/* Custom Styles and overrides */

html,
body,
header,
#intro {
    height: 100%;
}

/* hdp_bg.jpg */
#intro {
    background: url("/img/bg2.jpg") center center fixed;
    webkit-background-size: cover;
    moz-background-size: cover;
    o-background-size: cover;
    background-size: cover;
}

.map-container-2{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-container-2 iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.hdp-orange {
    background: #ffbd59!important;
}

.hdp-orange-font {
    color: #ffbd59!important;
}

.hdp_blue-font {
    color: #0056b3!important;
}