/* Text Elements */

h1.heading-1 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-weight: 700;
  font-size: 32px;
}

h3.heading-2 {
  margin-top: 30px;
  margin-bottom: 15px;
}

h4.card-title {
  font-size: 20px;
}

h5.heading-3 {
  margin-bottom: 15px;
  font-style: italic;
  font-size: 15px;
}

p.paragraph.paragraph-1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Layout Elements */

body.body-1 {
  padding: 10px;
  min-height: 100vh;
  max-width: 1200px;
}

.container.accordion-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.panel {
  display: inline-block;
  overflow: hidden;
  padding-right: 10px;
  padding-left: 10px;
  max-height: 0;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-property: max-height;
     -moz-transition-property: max-height;
       -o-transition-property: max-height;
          transition-property: max-height;
  -webkit-transform: perspective(0px);
     -moz-transform: perspective(0px);
          transform: perspective(0px);
}

.container.width {
  max-width: 300px;
}

.container.card.width {
  margin-right: 5px;
  margin-left: 5px;
}

.container.card-divider {
  -ms-flex-pack: center;
  margin-top: 10px;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.orbit-bullets {
  position: absolute;
  width: 100%;
}

.container.card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.accordion-wrapper:hover {
  border-right: .0625rem solid #ccc;
  border-bottom: .0625rem solid #ccc;
  border-left: .0625rem solid #ccc;
}

button.accordion {
  padding: 18px 18px 18px 10px;
  width: 100%;
  border: .0625rem solid #ccc;
  background-color: #eee;
  text-align: left;
  -webkit-transition-duration: .4s;
     -moz-transition-duration: .4s;
       -o-transition-duration: .4s;
          transition-duration: .4s;
}

div.responsive-picture.card-img {
  max-width: none;
}

ul.list-container.orbit-container {
  height: auto;
}

li.list-item-container.orbit-slide {
  opacity: 0;
}

li.list-item-container.is-active.orbit-slide {
  display: block;
  opacity: 1;
}

div.responsive-picture.orbit-image {
  max-width: none;
}

button.slide-indicator {
  margin-right: 1.1%;
  margin-left: 1.1%;
}

audio.player {
  margin-top: 20px;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 0;
  padding-left: 0;
  min-height: 100px;
  max-width: 200px;
  height: 100px;
  border-width: 0;
  border-style: none;
}

div.responsive-picture.picture-1 {
  float: right;
  margin: 10px 10px 10px 20px;
}

button.accordion:hover {
  background-color: #ccc;
  text-shadow: none;
}

button.accordion:active {
  background-color: #ccc;
}

@media screen and (min-width: 40rem) {
  /* Layout Elements */

  .container.card.width {
    margin-right: 4px;
    margin-left: 4px;
    padding-left: 0;
  }

  button.slide-indicator {
    margin-right: .1%;
    margin-left: .1%;
  }

  audio.player {
    max-width: 250px;
  }

  div.responsive-picture.picture-1 {
    max-width: 250px;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h3.heading-2 {
    margin-left: 20px;
  }

  h4.card-title {
    text-align: left;
  }

  h5.heading-3 {
    margin-left: 20px;
  }

  /* Layout Elements */

  .container.card-divider {
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.orbit-bullets {
    position: relative;
  }

  .container.section {
    max-width: none;
  }

  audio.player {
    margin-left: 15px;
    max-width: 300px;
  }

  div.responsive-picture.picture-1 {
    max-width: 300px;
  }
}