/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.chapter {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #000;
  overflow: hidden;
}
input {
  position: relative;
}
label.chapterlabel {
  position: relative;
  display: block;
  padding: 0 0 0 20px;
  background-color: #ddd;
  font-weight: bold;
  line-height: 50px;
  cursor: pointer;
}
.chapter-content {
  max-height: 0;
  overflow: auto;
  background-color: #eee;
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.chapter-content p {
  margin: 20px;
}
input:checked ~ .chapter-content {
  max-height: 500px;
}
label.chapterlabel::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
input[type=checkbox] {
  display: contents;
}
input[type=checkbox] + label.chapterlabel::after {
  content: "+";
}
input[type=checkbox]:checked + label.chapterlabel::after {
  content: "-";
}
* {
  box-sizing: border-box;
}
body {
  font-family: "Open Sans";
  background: #2c3e50;
  color: #ecf0f1;
  line-height: 1.618em;
}
.wrapper {
  max-width: 50rem;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.tabs {
  position: relative;
  margin: 3rem 0;
  background: #2a363b;
  height: 14.75rem;
}
.tabs::before, .tabs::after {
  content: "";
  display: table;
}
.tabs::after {
  clear: both;
}
.tab {
  float: left;
  display: -webkit-inline-box;
}
.tab-switch {
  display: none;
}
.tab-label {
  position: relative;
  display: block;
  line-height: 2.75em;
  height: 3em;
  padding: 0 1.618em;
  background: #2a363b;
  border-right: 0.125rem solid #fc1933;
  color: #fff;
  cursor: pointer;
  top: 0;
  transition: all 0.25s;
}
.tab-label:hover {
  top: -0.25rem;
  transition: top 0.25s;
}
.tab-content {
  height: 30rem;
  overflow: auto;
  position: absolute;
  z-index: 1;
  top: 2.75em;
  left: 0;
  padding: 1.618rem;
  background: #fff;
  color: #2a363b;
  border-bottom: 0.25rem solid #bdc3c7;
  opacity: 0;
  transition: all 0.35s;
}
.tab-switch:checked + .tab-label {
  background: #fff;
  color: #fc1933;
  border-bottom: 1rem;
  border-right: 0.125rem solid #fff;
  transition: all 0.35s;
  z-index: 1;
  top: -0.0625rem;
}
.tab-switch:checked + label + .tab-content {
  z-index: 2;
  opacity: 1;
  max-height: 350px;
  transition: all 0.35s;
}
input[type=radio] {
  display: contents;
}
/*# sourceMappingURL=custom_16.css.map */