/* Camp Potlatch */
.potlatch .separator {
  margin: 35px 0;
}
.potlatch .section {
  margin-bottom: 30px;
}
.potlatch .center {
  text-align: center;
}
.potlatch .center img {
  margin: 0 auto 10px;
}
.potlatch .camp-video {
  margin: 0 auto 60px;
  max-width: 800px;
}
.potlatch .camp-video > div {
  padding-top: 56.25%;
  position: relative;
  text-align: center;
}
.potlatch .camp-video iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.potlatch .camp-tabs ul {
  list-style: none;
  display: flex;
  flex-flow: row;
  margin: 0 0 35px;
}
.potlatch .camp-tabs ul li {
  flex: auto;
  text-align: center;
  margin-right: 4px;
  padding: 10px 4px;
  box-sizing: border-box;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border: 1px solid white;
  font-family: "Gloria Hallelujah", Helvetica, Arial, Verdana, sans-serif;
  font-size: 15px;
}
.potlatch .camp-tabs ul li:last-of-type {
  margin-right: 0;
}
.potlatch .camp-tabs ul li:hover {
  background-color: #7ac142;
  color: white;
  cursor: pointer;
  border-color: #7ac142;
}
.potlatch .camp-tabs ul li.active {
  background-color: #7ac142;
  color: white;
  border-color: #7ac142;
}
.potlatch .tab_container {
  border: 1px solid #333;
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto;
}
.potlatch .tab_content {
  display: none;
  margin: 40px 10px;
}
.potlatch .tab_drawer_heading {
  display: none;
}
.potlatch .offices {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
.potlatch .offices > div {
  flex: 1;
  text-align: center;
}
.potlatch .team > div:not(:last-of-type) {
  margin-bottom: 35px;
}
.potlatch .buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.potlatch .buttons > div {
  flex: 1;
  box-sizing: border-box;
}
.potlatch .buttons > div:not(:last-of-type) {
  margin-right: 20px;
}
.potlatch .buttons > div a {
  display: block;
  text-align: center;
}
.potlatch .camp-form-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
.potlatch .camp-form-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
.potlatch .camp-form-container > div {
  flex: 1;
  margin: 0 20px 40px;
  box-sizing: border-box;
  text-align: center;
}
.potlatch .camp-form-container > div h4 {
  margin-bottom: 20px;
}
.potlatch .camp-form-container > div img {
  margin: 0 auto;
}
.potlatch .camp-tables .table {
  padding: 10px 20px;
  border: 1px solid white;
  background-color: rgba(0, 164, 228,.8);
}
.potlatch .camp-tables .table .row {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.potlatch .camp-tables .table .row:not(:last-of-type) {
  border-bottom: 1px solid white;
}
.potlatch .camp-tables .table .row > div {
  flex: 1;
  padding: 10px 0 0;
}
.potlatch .camp-tables .table .row > div span {
  font-weight: bold;
  text-transform: uppercase;
}
.potlatch .camp-tables .table .row > div:first-of-type {
  flex: 2;
}
.potlatch .camp-tables .table .row > div:not(:first-of-type) {
  text-align: center;
}
.potlatch .gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: center;
}
.potlatch .gallery > div {
  flex: 0 0 calc(33% - 20px);
  margin-bottom: 20px;
  box-sizing: border-box;
}
@media (max-width: 900px) {
  .potlatch .camp-tabs {
    display: none;
  }
  .potlatch .tab_drawer_heading {
    display: block;
    font-family: "Gloria Hallelujah", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 400;
    border: 1px solid white;
    margin: 0 0 4px;
    padding: 7px 20px;
    box-sizing: border-box;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .potlatch .d_active {
    background-color: #7ac142;
    color: white;
    border-color: #7ac142;
  }
  .potlatch .offices > div {
    flex: 0 0 100%;
  }
  .potlatch .offices > div:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .potlatch .camp-form-container > div {
    flex: 0 0 100%;
  }
  .potlatch .buttons > div {
    flex: 0 0 100%;
  }
  .potlatch .buttons > div:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .potlatch .tab_content {
    margin: 40px 10px;
  }
  .potlatch .gallery > div {
    flex: 0 0 100%;
  }
}
@media (max-width: 778px) {
  .potlatch .camp-tables .table .row {
    flex-flow: row wrap;
  }
  .potlatch .camp-tables .table .row.header {
    display: none;
  }
  .potlatch .camp-tables .table .row > div {
    flex: 0 0 100%;
  }
  .potlatch .camp-tables .table .row > div:not(:first-of-type) {
    text-align: left;
    padding-top: 0;
  }
}

.potlatch.title .featured-image {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: -32px;
}

.potlatch.title .title-container {
  margin-bottom: 24px;
}

.potlatch.title .featured-image img {
  width: 180px;
}