* {
  box-sizing: border-box;
}
body {
  background-color: #212a17;
}
img {
  height: auto;
  width: 100%;
}
h1,
h2,
p,
quote,
button {
  font-weight: 400;
  line-height: 1.5em;
  text-align: left;
}
h1,
h2 {
  color: #f1c711;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  margin: 0 auto;
}
h1 {
  padding-top: 13.333%;
  font-size: 2.25rem; /* 36px */
}
h2 {
  font-size: 1.5rem; /* 24px */
  font-style: italic;
}
p,
quote,
span {
  font-family: 'Georgia', 'Times New Roman', Times, serif;
  font-size: 1rem;
  margin-top: 0.75em; /* 12px */
}
p,
quote {
  margin-top: 1.5em; /* 24px */
}
p {
  color: #ffffff;
}
quote,
span {
  color: #f1c711;
  display: block;
}

.craft-quarterly {
  max-width:250px;
  padding:20px 10px;
  width:100%;
}

.accordion {
    background-color: #212a17;
    color: #f1c711;
    cursor: pointer;
    padding: .5em;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
}

/*.active, .accordion:hover {
    text-decoration: underline;
}*/

.accordion:after {
    content: '\002B';
    color: #f1c711;
    font-weight: bold;
    float: left;
    margin-right:.5em;
    font-size:20px;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 .5em;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-out;
}


.panel p {font-style: italic;}
.panel p:first-child {margin-top:1.5em!important;}
button {
  background-color: inherit;
  border: 1px solid #f1c711;
  border-radius: 0;
  color: #f1c711;
  cursor: pointer;
  display: block;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  margin-top: 0.75em;
  padding: 0.25em 0.5em;
  width: 100%;
}
button:hover {
  background-color: rgba(241,199,17,0.7);
  color: #212a17;
}

#turtle-shell {
  margin: 0 auto;
  max-width: 56.25rem; /* 900px */
}

header {
  background-image: url('../assets/Front-cover-image_1200x377.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 23.563rem; /* 377px */
}
.header-content-frame {
  margin: 0 auto;
  width: 80%;
}

main {
  background-color: #212a17;
  position: relative;
}
.main-content-frame {
  margin: 0 auto;
  width: 80%;
}
.cta-frame {
  max-width: 12.5em; /* 200px; */
}
.cta-frame img {
  margin-top: -8em;
  position: relative;
}
.cta-frame p, a:link, a:visited {
  color: #f1c711;
  text-decoration: none;
  font-family:arial,sans-serif;
}
.cta-frame a:hover{
  text-decoration: underline;
}

.social {
  display: inline-block;
  max-width: 32px;
  margin:1.5em 1.5em .2em .2em;
}

@media screen and (min-width: 37.5em) {
  .main-content-frame {
    display: flex;
    flex-wrap: wrap;
  }
  .main-content-frame section:first-child {
    width: 35%;
  }
  .main-content-frame section:last-child {
    width: 65%;
  }
}

.main-content-frame section p:first-child {
  margin-top: 3em; /* 48px */
}
.main-content-frame section quote span {
  text-align: right;
  margin-right: 1.5%;
}
h3{
	background-color:rgba(255,255,255,.18);
	padding:1em;
    color:#fff;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 25px;
    line-height: 30px;
    padding:10px;
    margin:0;
    margin-top:1em;
  }

@media screen and (min-width: 37.5em) {
  .text-block-frame {
    margin: 0 auto;
    width: 90%;
  }
}

footer {
  background-color: #13180d;
  margin-top: 6em;
  position: relative;
}
.footer-content-frame {
  margin: 0 auto;
  width: 80%;
}
@media screen and (min-width: 37.5em) {
  .footer-content-frame {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-content-frame section {
  width: 65%;
}
}

.footer-content-frame figure {
  display: none;
}
@media screen and (min-width: 37.5em) {
  .footer-content-frame figure {
    display: block;
    margin-top: -3em;
    padding-right: 1.5%;
    position: relative;
    text-align: right;
    width: 35%;
  }
}
.footer-content-frame figure img {
  max-width: 200px;
}
.footer-text-frame {
  padding: 1.5em 0;
}
.footer-text-frame p, a:link, a:visited {
  color: #f1c711;
  text-decoration: none;
}
.footer-text-frame a:hover{
  text-decoration: underline;
}

