/****** PLACE YOUR CUSTOM STYLES HERE ******/

.box {
    background: #FFF;
    border-radius: 8px 8px 0px 0px;
    text-align: left;
    padding: 15px 30px 50px 30px;
    box-shadow: 0px 4px 2px 0px rgb(36,117,173);
    margin-bottom: 30px;
}
.box, .box .box-title, .box .box-text {
    color: rgb(51,51,51);
    font-size: 16px;
}
.box .box-title, .box .box-text, .box .box-link {
    margin: 0px;
}
.box .box-title {
    font-weight: bold;
    margin-top: 15px;
}
.box .box-text {
    color: rgb(75,75,75);
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}
.box .box-link, .box .box-link:hover, .box .box-link:focus {
    color: rgb(36,117,173);
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}
.box .box-link:hover, .box .box-link:focus {
    text-decoration: underline;
}
.box .box-badge {
    float: right;
    position: relative;
    background: rgb(43,61,86);
    font-size: 11px;
    font-weight: bold;
    padding: 2px 25px;
    border-radius: 20px;
    margin-right: -15px;
}
.box-container {
    position: relative;
}
.background-image-holder {
    top: -100px !important;
}
#event-box-title {
    font-weight: 600;
}
#all-events {
    margin-top: 30px;
}
.event {
    padding: 15px;
    margin-bottom: 10px;
    background: white;
    color: rgb(75,75,75);
}

#forecast {
    color: rgb(55,55,55);
}
.forecast-container {
    float: left;
    padding: 10px;
}
.forecast-icon, .forecast-temperature, .forecast-details {
    float: left;
}
.hourly-forecast .forecast-date,
.hourly-forecast .forecast-icon,
.hourly-forecast .forecast-temperature {
    float: left;
    clear: left;
}
.hourly-forecast .forecast-date,
.hourly-forecast .forecast-icon,
.hourly-forecast .forecast-temperature {
    width: 100%;
}
.hourly-forecast .forecast-icon {
    margin-top: 15px;
    margin-bottom: 5px;
}
#forecast-current {
    width: 100%;
}
#current-temperature.forecast-temperature {
    font-size: 24px;
    line-height: 50px;
}
#current-temperature .forecast-temperature-degree {
    font-size: 12px;
    line-height: 40px;
    vertical-align: text-top;
}
#forecast-current .forecast-details {
    height: 50px;
    font-size: 12px;
    float: right;
}
.hourly-forecast {
    margin-top: 20px;
}
.hourly-forecast .forecast-temperature {
    font-size: 16px;
    line-height: 30px;
}
.hourly-forecast .forecast-temperature-degree {
    font-size: 12px;
    line-height: 28px;
    vertical-align: text-top;
}
.forecast-summary {
    margin-bottom: 15px;
}
.forecast-summary, .forecast-date {
    font-size: 14px;
}
.pdfModal-img {
    width: 100%;
}
#pdfModalLabel {
    font-weight: bold;
}
#pdfModal iframe {
    height: 600px;
}
.flier-btn {
    cursor: pointer;
}
div.flier-btn:hover {
    background: #CCC;
}
.feature-3 i {
    color: #FFF;
}
@media (min-width: 0px) {
    .box-container {
        bottom: -60px;
    }
    #sub-text {
        padding: 0px;
    }
    #event-container {
        padding: 0px;
    }
}
@media (min-width: 768px) {
    .box-container {
        bottom: -160px;
    }
    #sub-text {
        padding: 0px 10px;
    }
    #event-container {
        padding: 0px 60px;
    }
}
@media (min-width: 992px) {
    #sub-text {
        padding: 0px 40px;
    }
}
@media (min-width: 1200px) {

}
.background-multiply .background-image-holder {
    background-color: #9497b3 !important;
}
.responsiveCal {
 
position: relative; padding-bottom: 75%; height: 0; overflow: hidden;
 
}
 
.responsiveCal iframe {
 
position: absolute; top:0; left: 0; width: 100%; height: 100%;
 
}