/* NISC embed resize */
/* iframe#cwb-payportal-nisc-pay-portal-configuration-frame {
    min-height: 325px;
    max-width: 270px !important;
    min-width: 270px !important;
} */
iframe#cwb-payportal-nisc-pay-portal-configuration-frame {
    min-height: 340px;
    min-width: 264px;
    max-width: 264px;
}
/* Allow for full width for the first few large containers */
#main-content .container {
    max-width: none;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
/* Restrict all regions in panel layout, except the header region to a specific width */
#main-content .container .panel-display .container-fluid .row ~ .row {
    max-width: 1170px;
    margin: 0 auto;
}

/* Other */
#main-content .col-md-12 .block {
    padding-bottom: 0;
}
#main-content .cwb-info__wrapper {
    padding: 4em 0;
}
div#main-content {
    background-color: #eee;
}
#main-content .cwb-info__wrapper .cwb-info__main_col h1 {
    font-weight: 300;
    padding: 0rem;
    text-transform: capitalize;
}
.main-content__section, .sidebar__section {
    padding: 16px 0;
}
.slotholder:after {
    background-image: linear-gradient(45deg,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 20%,rgba(0,0,0,0.35) 40%,rgba(0,0,0,0.15) 60%,rgba(0,0,0,0.35) 80%, rgba(0,0,0,0.5) 99%);
    bottom: -0.025em;
    content: '';
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.block-revslider-blockmissionstate .slotholder:after {
    background-image: linear-gradient(90deg, rgba(25, 59, 27, 0.7) 0%,rgba(25, 59, 27, 0.6) 20%,rgba(25, 59, 27, 0.5) 25%,rgba(25, 59, 27, 0.4) 30%,rgba(25, 59, 27, 0.3) 40%,rgba(25, 59, 27, 0.2) 50%,rgba(25, 59, 27, 0.3) 60%,rgba(25, 59, 27, 0.4) 75%,rgba(25, 59, 27, 0.50) 80%,rgba(25, 59, 27, 0.60) 85%,rgba(25, 59, 27, 0.7) 100%);
    bottom: -0.025em;
    bottom: -0.025em;
    content: '';
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.peak.status-off {
    background-color: #ffff00;
    color: black;
}
.peak.status-on {
    background-color: #d6132e;
    color: #fff
}
.peak.status-off, .peak.status-on {
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    text-align: center;
    padding: 0 30px 0 30px;
}
.peak.status-off:before, .peak.status-on:before {
    font-family: 'FontAwesome';
    content: "\f012";
    padding-right: 10px;
}
.block-views-blockevent-date-calendar-block-1 .content {
    max-width: 800px !important;
    margin: 0 auto;
}
div#block-facebookfeed h2.title {
    padding: 0;
    margin: 0;
    text-align: center;
}
div#block-facebookfeed h2.title:after {
    text-align: center;
    margin: 0 auto;
}
.view-id-card_display .view-content .views-row {
    flex: 1;
    margin-bottom: 20px;
}
.view-id-card_display .view-content .views-row:first-of-type {
  flex-basis: 100%;
}
.view .card {
  max-width: 100%;
  /*padding: 20px;*/
  margin: auto 10px;
  min-width: 250px;
}