.filterToggle {
  -moz-transition: width 125ms ease;
  -o-transition: width 125ms ease;
  -webkit-transition: width 125ms ease;
  border: 2px solid #00aeef !important;
  float: right;
  font: .85em 'Lato', sans-serif;
  letter-spacing: 1.3px;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
  transition: width 125ms ease;
  width: 68px;
}
.filterToggle:hover, .filterToggle.active {
  background-color: #00aeef;
  color: #fff;
  text-decoration: none;
}
.filterToggle.active {
  width: 44px;
}
.filterToggle.active span {
  display: none;
}
.filterToggle.active:before {
  content: 'X';
}
.filterToggle.blue {
  border: 1px solid #00aeef !important;
}
.filterToggle.blue.active {
  background-color: #00aeef;
}

.sectionContainer.titleSection .filterToggle {
  margin-bottom: 15px;
}

.filterBar {
  clear: both;
  display: none;
  margin: 0 0 30px 0;
  padding: 15px;
  position: relative;
  width: 100%;
}
.filterBar span, .filterBar label {
  font-size: 16px;
  text-transform: capitalize;
}
.filterBar span[class*='icon-'] {
  float: right;
  font-size: 24px;
}
.filterBar label {
  color: #4d4d4f;
  cursor: pointer;
  float: left;
  line-height: 25px;
  margin: 0 auto;
  text-align: left;
  text-transform: none;
}
.filterBar input[type=radio], .filterBar input[type=checkbox] {
  clear: left;
  cursor: pointer;
  float: left;
}
.filterBar .filterBarColumn {
  float: right;
}
.filterBar.blue {
  background: #4d4d4f;
}
.filterBar.tan {
  background: #4d4d4f;
}
.filterBar.active {
  display: block;
  position: absolute;
  right: 0;
  top: 73px;
  z-index: 200;
}

@media screen and (min-width: 575px) {
  .filterBar {
    width: 100%;
  }
  .filterBar.active {
    top: 96px;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .filterToggle {
    display: none;
  }

  .filterBar {
    display: block;
    height: 60px;
    padding: 15px;
    top: 0;
    width: 100%;
  }
  .filterBar input[type=radio], .filterBar input[type=checkbox] {
    float: none;
  }
  .filterBar input[type=radio] + label, .filterBar input[type=checkbox] + label {
    vertical-align: middle;
  }
  .filterBar #dk1-FilterSupportGroupCampus {
    width: 260px;
  }
  .filterBar label {
    display: inline-block;
    width: auto;
    padding: 0;
    margin-right: 10px;
    float: none;
    line-height: 40px;
  }
  .filterBar label:last-of-type {
    margin-right: 0;
  }
}
.wrapper {
  padding: 0 10px;
}

#SearchForm {
  margin: 0px;
}

.sup-g-header {
  background: url("https://sb-web.s3.us-west-1.amazonaws.com/saddleback.com/care/supportgroups/Sup-G-Header.jpg") no-repeat center top;
  background-size: cover;
  margin-bottom: 40px;
  height: 356px;
}

.select2 {
  width: 100%;
  max-width: 288px;
  margin-bottom: 32px;
}

.supG-header-two {
  margin-top: 56px;
}

.ministry-breakout-page {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 40px;
}
.ministry-breakout-page h2, .ministry-breakout-page h3 {
  width: 100%;
}
.ministry-breakout-page .sup-g-item {
  max-width: 393.33px;
  flex: 385px;
  height: 80px;
  border-bottom: 2px solid #F4F4F4;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}
.ministry-breakout-page .sup-g-item .sup-g-inner a.sup-g-link {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #00AEEF;
}
