

h3 {
  font-size: 28px;
  margin-top:-3px;
  line-height:1.2;
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;

}







pre {
  background: #f6f4e9;
  font-family: Courier, monospace;
  font-size: .85em;
  font-style: normal;
  font-weight: normal;
  margin: 1em 0;
  overflow: auto;
  padding: 20px;
  position: relative;
  -moz-tab-size: 2;
       tab-size: 2;

  -webkit-font-smoothing: auto;
}






header,
footer {
  text-align: center;
}

header {
  background: #fff;
  padding-top: 10px;
}

footer > p {
  font-size: 16px;
  margin: 0;
}

article {
  background: #fff;
}

.button {
  border: solid 1px #92278F;
  border-radius: 4px;
  color: #222;
  display: inline-block;
  font-weight: bold;
  padding: 15px 45px;
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.03, 0.5, 0.8);
          transition: all 0.3s cubic-bezier(0.5, 0.03, 0.5, 0.8);
}

.button:hover {
  background: #222;
  border-color: #222;
  color: #fff;
}



.dropdown__menu a:hover {
  background-color: #f5f5f5;
}

.dropdown.beefup {
  border: 0;
  border-radius: 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}

.dropdown.beefup.is-open .beefup__head::after {
  border-width: 0 4px 4px;
  border-color: transparent transparent #222;
}

.dropdown .beefup__head {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;

  margin-bottom: 0;
  padding: 0 30px 0 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.dropdown .beefup__head::after {
  border-style: solid;
  border-width: 4px 4px 0;
  border-color: #222 transparent transparent;
  margin-top: -2px;
  right: 10px;
}

.dropdown .beefup__body {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid #92278F;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.tab__head {
  list-style: none;
  margin: 0 0 -1px;
  padding: 0;
}

.tab__head li {
  background: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  font-weight: bold;
  z-index: 100;
}

.tab__head li.is-open {
  border-bottom-color: transparent;
}

.tab__head a {
  color: inherit;
  display: block;
  font-size: 16px;
  line-height: 2.5;
  padding: 0 10px;
  text-decoration: none;
  white-space: nowrap;
}

.tab__item.beefup {
  border-radius: 0;
  display: none;
  margin: 0;
}

.tab__item.beefup.is-open {
  display: block;
}

.tab__item .beefup__head {
  display: none;
}

