
.splash-container {
  background: var(--splash-bg);
  z-index: 1;
  overflow: hidden;
  width: 100%;
}

.splash {
  padding: 2em 0;
  width: 60%;
  margin: auto;
  margin-top: 100px;
  text-align: center;
  color: black;
}

.splash h2 {
  display: inline-block;
  padding: 0.1em 0.5em;
  font-size: 2.2em;
  font-weight: 500;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  text-transform: uppercase;
}

.splash p {
  font-size: 1.4em;
  font-weight: 400;
}


.l-box {
  padding: 1em;
}

.l-box-lrg {
  padding: 2em;
}

.is-center,
.center {
  text-align: center;
}

.splash .pure-button {
  background-color: #1f8dd6;
  color: white;
  padding: 0.5em 2em;
  border-radius: 5px;
}

.splash a.pure-button-primary {
  background: white;
  color: #1f8dd6;
  border-radius: 5px;
  font-size: 120%;
  font-weight: normal;
}

.content-wrapper {
  background: #eee;
  width: 100%;
}

body.splash-page .content-wrapper {
  z-index: 2;
}

.content {
  padding: 1em 1em 3em;
}

.content-head {
  font-weight: 400;
  font-size: 1.65em;
  margin: 1em 0 1em;
}

.content-head-ribbon {
  color: white;
}

.ribbon {
  background: #2d3e50;
  color: #aaa;
  padding: 2em 20% 3em 20%;
  line-height: 1.4em;
}

.ribbon#contact {
  padding-top: 0;
  font-size: 1.1em;
}

.ribbon p {
  /* text-align: justify; */
  font-weight: 400;
  margin-bottom: 0.25em;
}

.ribbon ul {
  margin-top: 0;
  font-weight: 400;
  padding-left: 1.5em;
}

.ribbon ul li {
  list-style-type: circle;
}

.ribbon>div {
  margin: auto;
}

.ribbon a {
  font-weight: 500;
  color: var(--main-onlight);
}

.ribbon-dark a {
  color: var(--main-light);
}
.ribbon-purple a {
  color: var(--main-light);
}

.ribbon-icon .fa {
  font-size: 6em;
  padding-top: 0.5em;

}

.ribbon-welcome {
  background: #580B66;
  color: #eee;
}

.ribbon-welcome p {
  font-size: 1.1em;
}
.ribbon-welcome p b {
  font-weight: 600;
}

.ribbon-welcome h2 {
  text-align: left;
  color: #ddd;
}

.ribbon-welcome h2::before {
  content: '↬';
  color: #88E619;
  padding: 0 .50em;
}

.ribbon-welcome .warning {
  margin: 1.5em 0 1.5em 0;
  display: flex;
  flex-direction: row;
  border: 1px dotted white;
  border-radius: 5px;
}

.ribbon-welcome .warning i {
  margin: 0 .5em;
  align-self: center;
}

.ribbon-welcome .warning p {
  flex-grow: 1;
  margin: 1em 0;
  padding: 0 .5em 0 0;
}

.ribbon-dark .content-head-ribbon {
  color: #ddd;
}

.ribbon-white {
  background: #F0D5F5;
  color: #000;
}

.ribbon-white .content-head-ribbon {
  color: #000;
  text-align: center;
}


.ribbon-purple {
  background: var(--contrast);
  color: #eee;
}


h2.content-head {
  line-height: 1;
}

#pricing {
  justify-content: center;
  font-size: 1.1em;
}

#pricing .intro {
  text-align: center;
}

.pricing-table {
  margin: 1em auto 2em;
  padding: 0 0 3em;
  text-align: center;
  width: 100%;
}

.pricing-table td {
  border: 1px solid #808080;
  padding: 0.5em;
  border-collapse: collapse;
  min-width: 7em;
}

.pricing-table thead td {
  background: var(--main-dark);
  font-weight: 500;
  text-align: center;
  font-variant: small-caps;
  font-size: 1em;
  color: #fff;
}

.pricing-table .hide {
  visibility: hidden;
  border: 0;
}

.pricing-table .spec {
  text-transform: uppercase;
  background: #ddd;
  font-size: 0.7em;
}

.pricing-ribbon {
  text-align: center;
  margin-bottom: 2em;
}

.pricing-ribbon p {
  text-align: center;
}

.options-table {
  margin: 2em 0;
}

.options-table>div+div {
  border-left: 1px dotted #808080;
}

.options-table .head {
  width: 100%;
  margin: auto;
  text-align: center;
  background: #ddd;
}

.options-table .head p {
  display: inline
}

.options-table ul {
  padding: 0.5em 1em 0.5em 2.5em;
  margin: 0;
}



.pricing-species {
  margin: 1em;
  border: 1px solid #999;
  border-radius: 3px;
  background: white;
  overflow: hidden;
}

.pricing-species-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0.5em;
  align-items: center;
  justify-content: right;
  background: #D8E4ED;
}

.pricing-species-header .icon {
  padding: 0 0.5em;
  align-self: left;
}

.pricing-species-header h3 {
  padding: 0;
}

.pricing-species-header .title {
  flex-grow: 1;
  font-size: 1.5em;
}

.pricing-species-header .image-title {
  margin: 0;
  display: block;
}

.pricing-species-header .image-title img {
  padding: 0.25em 0.75em;
  height: 3em;
  display: block;
  margin-left: 0.5em;
}

.pricing-species-header .iconed-title {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pricing-species-header .iconed-title img {
  padding: 0.25em 0.75em;
  height: 3em;
}

.pricing-species-header .image-title.dark-bg img {
  background: #333;
  border-radius: 9px;
}

.pricing-species-header .iconed-title h3 {
  display: inline-block;
  margin: 0;
  font-size: 1.2em;
  font-weight: 500;
}

.pricing-species-header>span {
  padding: 0 1em;
  font-weight: 500;
  font-size: 1.1em;
}

.pricing-species-body {
  border-top: 1px solid #bbb;
  padding: 1em;
  overflow: scroll;
}

.pricing-species-body p {
  margin: 2em 3em;
  text-align: center;
}

.pricing-species-body p:first-child {
  margin-top: 1em;
}

.pricing-species .experimental-warning {
  font-weight: 500;
  border: 1px solid black;
  border-radius: 5px;
  background: #ffffcc;
  margin: 1em;
  padding: 1em;
}



#contact>div {
  text-align: center;
}

#contact .email {
  font-weight: 400;
}

#contact .pure-button {
  line-height: 1;
  color: white;
  padding: 0.75em 2em;
  display: inline-block;
  margin: auto;
  font-size: 1.1em;
  font-variant: small-caps;
}

.reach-box {
  background: white;
  border-radius: 5px;
  padding: 1em 2em;
  border: 1px solid var(--other);
  box-shadow: inset 3px 3px 15px var(--green);
}

.reach-box p {
  margin: 1.5em 0;
}


.contact-button {
  text-align: center;
}

.contact-button .pure-button {
  color: black;
  padding: 0.5em 2em;
  border-radius: 5px;
  border: 3px solid black;
}

.contact-button a.pure-button-primary {
  background: transparent;
  color: black;
  border-radius: 5px;
  font-size: 120%;
  font-weight: normal;
}


@media (max-width: 1000px) {
  .ribbon {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (max-width: 80em) {
  .splash {
    width: 80%;
  }
}

@media screen and (max-width: 48em) {
  .options-table>div+div {
    border-left: 0;
  }
}

@media screen and (min-width: 80em) {
  .pricing-species-body {
    padding: 1em 12%;
  }
}

@media screen and (max-width: 48em) {
  .ribbon p {
    margin: 2em;
  }

  .l-box-lrg {
    padding: 0em;
  }

  .pricing-species {
    margin: 1em 0;
  }

  .pricing-species-body {
    padding: 0 1em;
  }

  .pricing-table {
    font-size: 0.9em;
  }

  .pricing-table td {
    padding: 0.25em;
    min-width: 5em;
    font-size: 0.9em;
  }
}
