body {
  background: hsl(38, 9%, 75%) url(../images/site-bkg.png) repeat-x;
}

.content {
  background: hsl(220, 33%, 95%);
  border-left: 1px solid hsl(220, 36%, 71%);
  border-right: 1px solid hsl(220, 36%, 71%);
}

.main-content {
  background: white;
  border: 1px solid hsl(220, 35%, 92%);
  padding: 15px;
  margin-bottom: 30px;
}

.flavor-text ul {
  float: right;
  opacity: 0.3;
}

.flavor-text li {
  width: 25px;
  display: inline;
}

.main-content .pull-left {
  margin-right: 1em;
  margin-top: .3em;
  max-width: 50%;
  clear: left;
}

.main-content .pull-right {
  margin-left: 1em;
  margin-top: .3em;
  max-width: 50%;
  clear: right;
}

@media (max-width: 767px) {
  body {
    margin-top: 50px;
  }
  .main-content .pull-left {
    max-width: 35%;
  }
}

@media (max-width: 991px) {
  .flavor-text {
    display: none;
  }
}

/* @group Typography */

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "ff-meta-web-pro",sans-serif;
}

blockquote,
blockquote.pull-right {
  border-color: hsl(220, 35%, 92%);
}

blockquote p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
  font-style: italic;
}

blockquote small {
  font-style: normal;
  color: hsl(0, 0%, 40%);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: hsl(220, 38%, 48%);
  font-family: "ff-meta-web-pro",sans-serif;
}

h2, .h2 {
  font-size: 200%;
}

h3, .h3 {
  font-size: 150%;
}

h4, .h4 {
  font-size: 120%;
}

h5, .h5 {
  font-size: 100%;
}

h6, .h6 {
  font-size: 89%;
}

small {
  font-size: .75em;
}

.sidebar {
  font-size: 85%;
}

ul {
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAKCAMAAAC+Ge+yAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFXX+3AAAA7lCj2wAAAAJ0Uk5T/wDltzBKAAAAEklEQVR42mJgoBJghAI4AyDAAADqABFX3a5AAAAAAElFTkSuQmCC);
}

ul.no-indent, ol.no-indent {
	padding-left: 1.2em;
}

ul.paragraph-spacing > li, ol.paragraph-spacing > li {
	margin-bottom: 1em;
}

address {
  font-style: italic;
  margin-bottom: 1em;
}

/* @end */

/* @group Home Page */

.home-features > * {
  padding: 15px;
  margin-bottom: 15px;
}

.home-features .find-animal {
  background-color: hsl(20, 100%, 34%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-features .find-animal img {
  margin-bottom: 10px;
}

.home-features .plan-visit {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: hsl(145, 50%, 20%);
}

.home-features .plan-visit img {
  width: 100%;
}

@media (min-width: 768px) {
  .home-features {
    display: flex;
  }
  .home-features > * {
    width: 50%;
  }
  .home-features .find-animal {
    margin-right: 15px;
  }
  .home-features .plan-visit {
    margin-left: 15px;
  }
}

.home-hours {
  background-color: hsl(220, 38%, 48%);
  color: white;
  padding-top: 7px;
  padding-bottom: 7px;
}

.home-hours a {
  color: white;
  text-decoration: underline;
}

.home-hours p {
  margin: 0;
}

@media (min-width: 768px) {
  .home-hours {
    font-size: 20px;
  }
}

.home-alert {
  font-size: 14px;
  background-color: #8c847b;
  color: white;
  text-transform: uppercase;
  overflow: hidden;
}

.home-alert .home-alert-label span {
  background-image:
    url(/themes/stlzoo/images/bang.svg),
    url(/themes/stlzoo/images/orange-angle.svg);
  background-position: 8px, right;
  background-repeat: no-repeat;
  background-size: 6px, 500%;
  padding: 10px 20px;
  display: inline-block;
}

.home-alert .home-alert-message {
  padding-left: 10px;
  padding-right: 10px;
}

.home-alert .home-alert-message p {
  margin: 10px 0;
}

.home-alert a {
  color: white;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .home-alert > div {
    display: table-cell;
    vertical-align: middle;
  }
}

.home-banner {
  background: white;
  padding: 10px 10px 20px;
  margin-top: 30px;
  margin-bottom: 1em;
}

.home-banner img {
  margin-bottom: 0;
}

.home-banner .carousel {
  margin-bottom: 0;
}

.home-banner .carousel-control {
  width: 10%;
  opacity: 0;
}

.carousel-control:hover,
.carousel-control:focus {
  opacity: 1;
}

.home-banner .carousel-control.left {
  background-image: none;
}

.home-banner .carousel-control.right {
  background-image: none;
}

.home-banner .carousel-indicators {
  bottom: -20px;
  left: 0;
  width: auto;
  padding-left: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}

.home-banner .carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid hsl(220, 38%, 48%);
  border-radius: 0;
  margin: 0 2px 0 0;
}

.home-banner .carousel-indicators .active {
  width: 10px;
  height: 10px;
  margin: 0 2px 0 0;
  background-color: hsl(220, 38%, 48%);
}

@media (max-width: 767px) {
  .home-banner {
    padding: 0;
    margin-bottom: 0;
  }
  .home-banner .carousel-indicators {
    display: none;
  }
}

.home-page {
  padding-bottom: 30px;
}

.home-page .button-link, .home-page .button-link:hover {
  background-color: hsl(345, 2%, 36%);
  display: table;
  padding-left: 20px;
  padding-right: 20px;
}

.home-intro p {
  font-size: 1.2em;
  margin: 30px 0;
}

.event-callouts > div, .post-callouts > div {
  padding-bottom: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .event-callouts, .post-callouts {
    font-size: .8em;
  }
}

/* @end */

/* @group Page Types */

@media (max-width: 991px) {
  .pagetype-full,
  .pagetype-images {
    padding-left: 30px;
  }
  .pagetype-sidebar .main-content,
  .pagetype-three-col .main-content,
  .pagetype-animal .main-content {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .pagetype-full,
  .pagetype-images {
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .pagetype-home {
    padding: 15px 0
  }
  .pagetype-full,
  .pagetype-images {
    padding-left: 15px;
  }
  .pagetype-sidebar .main-content,
  .pagetype-three-col .main-content,
  .pagetype-animal .main-content {
    margin-right: 0;
    margin-left: 0;
  }
}


/* @end */

/* @group Core Navigation */

.navbar {
  z-index: 10;
  margin-bottom: 0;
  border: none;
  min-height: 20px ;
}

.navbar-stlzoo {
  background: transparent;
}

.navbar-header {
  background: white;
}

.navbar-stlzoo .container,
.navbar-utility a,
.navbar-utility a:hover {
  background: hsl(220, 38%, 48%) !important;
}

.navbar-stlzoo .navbar-text {
  color: white;
}

.navbar-stlzoo a.navbar-brand {
  padding: 0;
  margin: 2px;
  line-height: 0;
  font-size: 0;
  text-indent: 100%;
  overflow: hidden;
  height: 46px;
  width: 200px;
  background: url(../images/zoo-logo.svg) no-repeat;
  background-size: contain;
}

.navbar-stlzoo .navbar-nav {
  margin: 0 -15px;
}

.navbar-stlzoo .navbar-nav > li > a {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

.navbar-stlzoo .navbar-toggle {
  margin-top: 7px;
  margin-bottom: 7px;
}

.navbar-stlzoo .navbar-toggle:hover,
.navbar-stlzoo .navbar-toggle:focus {
  background: hsla(0, 0%, 100%, 0.1);
}

.navbar-stlzoo .navbar-toggle .icon-bar {
  background: gray;
}

.navbar-stlzoo .navbar-collapse {
  border: 0;
}

.navbar-stlzoo .navbar-nav > li:last-child > .dropdown-menu {
  right: 0;
  left: auto;
}

.navbar-stlzoo .dropdown-menu > li > a {
  color: black;
}

.navbar-stlzoo .dropdown-menu > li > a:hover,
.navbar-stlzoo .dropdown-menu > li > a:focus {
  background: hsl(0, 0%, 96%);
}

@media (min-width: 768px) {
  .navbar-stlzoo .container,
  .navbar-stlzoo .navbar-collapse {
    padding: 0;
  }
  .navbar-stlzoo .navbar-nav {
    width: 100%;
    margin: 0;
  }
  .navbar-stlzoo .navbar-nav > li {
    width: 12.5%;
  }
  .navbar-stlzoo .navbar-nav > li > a {
    padding: 5px 0px;
    text-align: center;
  }
  html.no-touch ul.nav li.dropdown:hover > ul.dropdown-menu { /* Dropdown on Hover */
    display: block;    
  }
}

@media (min-width: 992px) {
  .navbar-stlzoo .navbar-nav > li > a {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .navbar-stlzoo .navbar-nav > li:nth-child(7) > .dropdown-menu {
    right: 0;
    left: auto;
  }
}

@media (max-width: 767px) {
  .navbar-stlzoo {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    border-width: 0 0 1px;
  }
  .navbar-stlzoo .navbar-nav > li > a {
    padding: 7px 15px;
  }
}

.navbar-stlzoo .navbar-link {
  color: #777777;
}

.navbar-stlzoo .navbar-link:hover {
  color: #333333;
}

/* @end */

/* @group Page Header & Subnav */

.zoo-header .container {
  padding: 0;
  overflow: hidden;
  position: relative;
}

.home-link {
  display: block;
  position: absolute;
  top: 5%;
  left: 2%;
  width: 24%;
  height: 0;
  padding-bottom: 7%;
  background: url(../images/zoo-logo.svg) center center / contain no-repeat;
}

.home-link h1 {
  display: none;
}

.search-link {
  position: absolute;
  top: 20px;
  right: 20px;
}

.ws-header .container {
  background: hsl(220, 38%, 48%);
  padding-left: 30px;
}

.ws-header h1 {
  display: none;
}

.ws-header ul {
  border-left: 1px solid white;
  padding-left: 1em;
}

.ws-header .nav > li > a {
  padding: 3px 0;
  color: white;
  line-height: 16px;
  line-height: 1.6rem;
}

.ws-header .nav > li > a:hover,
.ws-header .nav > li > a:focus {
  background: transparent;
  text-decoration: underline;
}

#child-nav {
  margin: 5px 0 15px;
}

@media (min-width: 768px) {
  .ws-header .nav {
    display: table-cell;
    padding-right: 20px;
  }
}

/* @end */

/* @group Path Navigation */

.ws-pathnav .container {
  background: hsl(220, 38%, 48%);
  padding: 0 15px 0 12px;
}

.utility-nav,
.utility-nav:hover,
.utility-nav:active {
  color: gray;
  padding: 10px 20px;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  top: 0;
  right: 0;
}

.breadcrumb {
  margin: 0;
  background: transparent;
  color: white;
  font-size: 14px;
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb a {
  color: white;
}

.breadcrumb > li + li:before {
  content: "➤";
  color: white;
}

/* @end */

/* @group Tables */

.table caption,
.table-striped caption,
.table-condensed caption {
  color: hsl(0, 0%, 70%);
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  margin: 2em 0 1em;
}

th[align="center"] {
  text-align: center;
}

.table-definition th {
  text-align: right;
  white-space: nowrap;
}

.table-definition td {
  width: 100%;
}

th[align="right"] {
	text-align: right;
}

/* @end */

/* @group Sidebar */

.sidebar-content {
  background: hsl(220, 35%, 92%);
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid white;
}

.sidebar-content > *:first-child {
  margin-top: 0;
}

.sidebar-content > *:last-child {
  margin-bottom: 0;
}

.sidebar h2 {
  font-size: 150%;
}

.sidebar h3 {
  font-size: 120%;
}

.sidebar h4 {
  font-size: 100%;
}

.sidebar h5 {
  font-size: 89%;
}

.sidebar h6 {
  font-size: 83%;
}


@media (min-width: 992px) {
  .sidebar ul,
  .sidebar ol {
    padding-left: 1em;
  }
}

@media (max-width: 767px) {
  .sidebar {
    padding-top: 1em;
  }
}

/* @end */

/* @group Footer */

.utility-footer .container {
  background: hsl(220, 38%, 48%);
  padding: 15px 0 15px 30px;
}

@media (min-width: 768px) {
  .utility-footer .container > div {
    display: table-cell;
    float: none;
    border-left: 1px solid white;
  }
  .utility-footer ul {
    margin: 1em 0 0;
  }
}

@media (max-width: 767px) {
  .utility-footer .container {
    padding: 15px 30px;
  }
  .utility-footer .container > div {
    padding-bottom: 10px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.7);
    margin-bottom: 10px;
  }
  .utility-footer .container > div:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
}

.utility-footer,
.utility-footer .container a {
  color: white;
}

.utility-footer .container h3 {
  color: white;
  text-transform: uppercase;
  margin-top: 0;
}

.utility-footer ul {
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

.social-media li {
  display: inline-block;
  margin-right: 5px;
}

.social-media img {
  width: 25px;
}

.end-footer .container {
  text-align: center;
  padding: 20px 15px 40px;
}

.end-footer a {
  color: hsl(0, 0%, 20%);
}

/* @end */

/* @group C5 Blocks */

.ccm-image-block {
  max-width: 100%;
  height: auto;
  margin-bottom: 1em;
}

.captioned_image_block {
  margin-bottom: 1em;
}

.captioned_image_block .ccm-image-block {
  margin-bottom: 0;
}

.captioned_image_block .caption {
  line-height: 1.3;
}

.ws_image_pool li:before {
  content: "" !important;
}

.ws_image_pool img {
  max-width: 100%;
  height: auto;
}

.ws_youtube {
  margin-bottom: 1em;
}

.carousel {
  margin-bottom: 1em;
}

.ws-accordion > li > label {
  background-color: hsl(220, 35%, 92%);
  color: hsl(220, 38%, 48%);
  font-size: 24px;
}

/* @end */

/* @group Page Features */

.page-feature,
.page-feature:hover {
  margin-bottom: 20px;
  overflow: hidden;
  border: 2px solid hsl(220, 38%, 48%);
  background: hsl(220, 33%, 95%);
  display: block;
  text-decoration: none;
}

.page-feature p {
  margin: 10px;
  color: black;
}

.page-feature .pull-left {
  margin: 1em 1em 1em 0;
  width: 30%;
}

.page-feature h2 {
  display: table-cell;
  width: 100%;
  text-transform: uppercase;
  padding: 0 20px;
  border-bottom: 2px solid hsl(220, 38%, 48%);
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 38px;
}

.page-feature h3 {
  display: table-cell;
  white-space: nowrap;
  padding: 0 20px;
  font-size: 18px;
  line-height: 38px;
  text-transform: uppercase;
  border-bottom: 2px solid hsl(220, 38%, 48%);
  margin-bottom: 10px;
  color: white !important;
  vertical-align: middle;
}

.page-feature h3 a {
  color: white !important;
  text-decoration: none;
}

@media (max-width: 767px) {
  .page-feature h2 {
    display: block;
    margin: 0;
  }
  .page-feature h3 {
    display: none;
  }
  .page-feature p:last-of-type:after {
    content: " Learn More…";
    color: #428bca;
  }
  .page-feature .pull-left {
    width: 40%;
  }
}

/* @end */

.button-link, .button-link:hover {
  text-transform: uppercase;
  color: white;
  padding: 1em;
  text-align: center;
  display: block;
  background-color: hsl(220, 38%, 48%);
}

.button-link-thin, .button-link-thin:hover {
  padding: .5em;
}

/* @group About Section */

.navbar-stlzoo .navbar-nav:first-of-type > li:nth-child(1) > a {
  background: hsl(350, 100%, 27%);
  background: linear-gradient(to bottom, hsl(350, 100%, 27%) 0%, hsl(350, 100%, 27%) 50%, hsl(350, 100%, 17%) 100%);
}

@media (max-width: 767px) {
  .navbar-stlzoo .navbar-nav:first-of-type > li:nth-child(1) > a {
    background: hsl(350, 100%, 27%);
  }
}

.navbar-stlzoo .navbar-nav:first-of-type > li.nav-path-selected:nth-child(1) > a,
.section-about .ws-pathnav .container,
.section-about .ws-header .container,
.section-about .utility-footer .container,
.section-about .page-feature h3,
.section-about .button-link,
.section-about .thumbnail-page-list a {
  background: hsl(350, 100%, 27%);
}

.section-about .content,
.section-about .page-feature {
  border-color: hsl(350, 100%, 27%);
}

.section-about h1,
.section-about h2,
.section-about h3,
.section-about h4,
.section-about h5,
.section-about h6,
.section-about .ws-accordion > li > label {
  color: hsl(350, 100%, 27%);
}

.section-about .content ul {
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAKCAMAAAC+Ge+yAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFnRMcAAAAORC5JwAAAAJ0Uk5T/wDltzBKAAAAEklEQVR42mJgoBJghAI4AyDAAADqABFX3a5AAAAAAElFTkSuQmCC);
}

.section-about .sidebar-content,
.section-about .ws-accordion > li > label {
  background: hsl(350, 35%, 93%);
}

.section-about .main-content,
.section-about blockquote,
.section-about blockquote.pull-right {
  border-color: hsl(350, 35%, 93%);
}

.section-about .content,
.section-about .page-feature {
  background: hsl(350, 37%, 96%);
}

/* @end */

/* @group Visit Section */

.navbar-stlzoo .navbar-nav:first-of-type > li:nth-child(2) > a {
  background: hsl(255, 38%, 32%);
  background: linear-gradient(to bottom, hsl(255, 38%, 32%) 0%, hsl(255, 38%, 32%) 50%, hsl(255, 38%, 22%) 100%);
}

@media (max-width: 767px) {
  .navbar-stlzoo .navbar-nav:first-of-type > li:nth-child(2) > a {
    background: hsl(255, 38%, 32%);
  }
}

.navbar-stlzoo .navbar-nav:first-of-type > li.nav-path-selected:nth-child(2) > a,
.section-visit .ws-pathnav .container,
.section-visit .ws-header .container,
.section-visit .utility-footer .container,
.section-visit .page-feature h3,
.section-visit .button-link,
.section-visit .thumbnail-page-list a {
  background: hsl(255, 38%, 32%);
}

.section-visit .content,
.section-visit .page-feature,
.section-visit .page-feature * {
  border-color: hsl(255, 38%, 32%);
}

.section-visit h1,
.section-visit h2,
.section-visit h3,
.section-visit h4,
.section-visit h5,
.section-visit h6,
.section-visit .ws-accordion > li > label {
  color: hsl(255, 38%, 32%);
}

.section-visit .content ul {
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAKCAMAAAC+Ge+yAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFVEWDAAAAXYc9wgAAAAJ0Uk5T/wDltzBKAAAAEklEQVR42mJgoBJghAI4AyDAAADqABFX3a5AAAAAAElFTkSuQmCC);
}

.section-visit .sidebar-content,
.section-visit .ws-accordion > li > label {
  background: hsl(255, 15%, 90%);
}

.section-visit .main-content,
.section-visit blockquote,
.section-visit blockquote.pull-right {
  border-color: hsl(255, 15%, 90%);
}

.section-visit .content,
.section-visit .page-feature {
  background: hsl(255, 17%, 93%);
}

/* @end */

/* @group Animals Section */

.navbar-stlzoo .navbar-nav:first-of-type > li:nth-child(3) > a {
  background: hsl(20, 100%, 34%);
  background: linear-gradient(to bottom, hsl(20, 100%, 34%) 0%, hsl(20, 100%, 34%) 50%, hsl(20, 100%, 24%) 100%);
}

@media (max-width: 767px) {
  .navbar-stlzoo .navbar-nav:first-of-type > li:nth-child(3) > a {
    background: hsl(20, 100%, 34%);
  }
}

.navbar-stlzoo .navbar-nav:first-of-type > li.nav-path-selected:nth-child(3) > a,
.section-animals .ws-pathnav .container,
.section-animals .ws-header .container,
.section-animals .utility-footer .container,
.section-animals .page-feature h3,
.section-animals .button-link,
.section-animals .thumbnail-page-list a {
  background: hsl(20, 100%, 34%);
}

.section-animals .content,
.section-animals .page-feature,
.section-animals .page-feature * {
  border-color: hsl(20, 100%, 34%);
}

.section-animals h1,
.section-animals h2,
.section-animals h3,
.section-animals h4,
.section-animals h5,
.section-animals h6,
.section-animals .ws-accordion > li > label {
  color: hsl(20, 100%, 34%);
}

.section-animals .content ul {
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAKCAMAAAC+Ge+yAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFvU0AAAAAo1AlnAAAAAJ0Uk5T/wDltzBKAAAAEklEQVR42mJgoBJghAI4AyDAAADqABFX3a5AAAAAAElFTkSuQmCC);
}

.section-animals .sidebar-content,
.section-animals .ws-accordion > li > label {
  background: hsl(20, 15%, 90%);
}

.section-animals .main-content,
.section-animals blockquote,
.section-animals blockquote.pull-right {
  border-color: hsl(20, 15%, 90%);
}

.section-animals .content,
.section-animals .page-feature {
  background: hsl(20, 17%, 93%);
}

/* @end */

/* @group Conservation Section */

.navbar-stlzoo .navbar-nav:first-of-type > li:nth-child(4) > a {
  background: hsl(70, 44%, 40%);
  background: linear-gradient(to bottom, hsl(70, 44%, 40%) 0%, hsl(70, 44%, 40%) 50%, hsl(70, 44%, 30%) 100%);
}

@media (max-width: 767px) {
  .navbar-stlzoo .navbar-nav:first-of-type > li:nth-child(4) > a {
    background: hsl(70, 44%, 40%);
  }
}

.navbar-stlzoo .navbar-nav:first-of-type > li.nav-path-selected:nth-child(4) > a,
.section-conservation .ws-pathnav .container,
.section-conservation .ws-header .container,
.section-conservation .utility-footer .container,
.section-conservation .page-feature h3,
.section-conservation .button-link,
.section-conservation .thumbnail-page-list a {
  background: hsl(70, 44%, 40%);
}

.section-conservation .content,
.section-conservation .page-feature,
.section-conservation .page-feature * {
  border-color: hsl(70, 44%, 40%);
}

.section-conservation h1,
.section-conservation h2,
.section-conservation h3,
.section-conservation h4,
.section-conservation h5,
.section-conservation h6,
.section-conservation .ws-accordion > li > label {
  color: hsl(70, 44%, 40%);
}

.section-conservation .content ul {
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAKCAMAAAC+Ge+yAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFlaFJAAAAQ5efrgAAAAJ0Uk5T/wDltzBKAAAAEklEQVR42mJgoBJghAI4AyDAAADqABFX3a5AAAAAAElFTkSuQmCC);
}

.section-conservation .sidebar-content,
.section-conservation .ws-accordion > li > label {
  background: hsl(70, 28%, 85%);
}

.section-conservation .main-content,
.section-conservation blockquote,
.section-conservation blockquote.pull-right {
  border-color: hsl(70, 28%, 85%);
}

.section-conservation .content,
.section-conservation .page-feature {
  background: hsl(70, 26%, 89%);
}

/* @end */

/* @group Education Section */

.navbar-stlzoo .navbar-nav:first-of-type > li:nth-child(5) > a {
  background: hsl(45, 66%, 48%);
  background: linear-gradient(to bottom, hsl(45, 66%, 48%) 0%, hsl(45, 66%, 48%) 50%, hsl(45, 66%, 33%) 100%);
}

@media (max-width: 767px) {
  .navbar-stlzoo .navbar-nav:first-of-type > li:nth-child(5) > a {
    background: hsl(45, 66%, 48%);
  }
}

.navbar-stlzoo .navbar-nav:first-of-type > li.nav-path-selected:nth-child(5) > a,
.section-education .ws-pathnav .container,
.section-education .ws-header .container,
.section-education .utility-footer .container,
.section-education .page-feature h3,
.section-education .button-link,
.section-education .thumbnail-page-list a {
  background: hsl(45, 66%, 48%);
}

.section-education .content,
.section-education .page-feature,
.section-education .page-feature * {
  border-color: hsl(45, 66%, 48%);
}

.section-education h1,
.section-education h2,
.section-education h3,
.section-education h4,
.section-education h5,
.section-education h6,
.section-education .ws-accordion > li > label {
  color: hsl(45, 66%, 48%);
}

.section-education .content ul {
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAKCAMAAAC+Ge+yAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF1bA1AAAAMKY01AAAAAJ0Uk5T/wDltzBKAAAAEklEQVR42mJgoBJghAI4AyDAAADqABFX3a5AAAAAAElFTkSuQmCC);
}

.section-education .sidebar-content,
.section-education .ws-accordion > li > label {
  background: hsl(45, 61%, 90%);
}

.section-education .main-content,
.section-education blockquote,
.section-education blockquote.pull-right {
  border-color: hsl(45, 61%, 90%);
}

.section-education .content,
.section-education .page-feature {
  background: hsl(45, 63%, 95%);
}

/* @end */

/* @group Events Section */

.navbar-stlzoo .navbar-nav:first-of-type > li:nth-child(6) > a {
  background: hsl(40, 100%, 20%);
  background: linear-gradient(to bottom, hsl(40, 100%, 20%) 0%, hsl(40, 100%, 20%) 50%, hsl(40, 100%, 15%) 100%);
}

@media (max-width: 767px) {
  .navbar-stlzoo .navbar-nav:first-of-type > li:nth-child(6) > a {
    background: hsl(40, 100%, 20%);
  }
}

.navbar-stlzoo .navbar-nav:first-of-type > li.nav-path-selected:nth-child(6) > a,
.section-events .ws-pathnav .container,
.section-events .ws-header .container,
.section-events .utility-footer .container,
.section-events .page-feature h3,
.section-events .button-link,
.section-events .thumbnail-page-list a {
  background: hsl(40, 100%, 20%);
}

.section-events .content,
.section-events .page-feature,
.section-events .page-feature * {
  border-color: hsl(40, 100%, 20%);
}

.section-events h1,
.section-events h2,
.section-events h3,
.section-events h4,
.section-events h5,
.section-events h6,
.section-events .ws-accordion > li > label {
  color: hsl(40, 100%, 20%);
}

.section-events .content ul {
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAKCAMAAAC+Ge+yAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFelUAAAAA/y3X0wAAAAJ0Uk5T/wDltzBKAAAAEklEQVR42mJgoBJghAI4AyDAAADqABFX3a5AAAAAAElFTkSuQmCC);
}

.section-events .sidebar-content,
.section-events .ws-accordion > li > label {
  background: hsl(40, 22%, 86%);
}

.section-events .main-content,
.section-events blockquote,
.section-events blockquote.pull-right {
  border-color: hsl(40, 22%, 86%);
}

.section-events .content,
.section-events .page-feature {
  background: hsl(40, 24%, 92%);
}

/* @end */

/* @group Membership Section */

.navbar-stlzoo .navbar-nav:first-of-type > li:nth-child(7) > a {
  background: hsl(35, 8%, 50%);
  background: linear-gradient(to bottom, hsl(35, 8%, 50%) 0%, hsl(35, 8%, 50%) 50%, hsl(35, 8%, 35%) 100%);
}

@media (max-width: 767px) {
  .navbar-stlzoo .navbar-nav:first-of-type > li:nth-child(7) > a {
    background: hsl(35, 8%, 50%);
  }
}

.navbar-stlzoo .navbar-nav:first-of-type > li.nav-path-selected:nth-child(7) > a,
.section-membership .ws-pathnav .container,
.section-membership .ws-header .container,
.section-membership .utility-footer .container,
.section-membership .page-feature h3,
.section-membership .button-link,
.section-membership .thumbnail-page-list a {
  background: hsl(35, 8%, 50%);
}

.section-membership .content,
.section-membership .page-feature,
.section-membership .page-feature * {
  border-color: hsl(35, 8%, 50%);
}

.section-membership h1,
.section-membership h2,
.section-membership h3,
.section-membership h4,
.section-membership h5,
.section-membership h6,
.section-membership .ws-accordion > li > label {
  color: hsl(35, 8%, 50%);
}

.section-membership .content ul {
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAKCAMAAAC+Ge+yAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFm5OIAAAAbI2cWwAAAAJ0Uk5T/wDltzBKAAAAEklEQVR42mJgoBJghAI4AyDAAADqABFX3a5AAAAAAElFTkSuQmCC);
}

.section-membership .sidebar-content,
.section-membership .ws-accordion > li > label {
  background: hsl(35, 8%, 90%);
}

.section-membership .main-content,
.section-membership blockquote,
.section-membership blockquote.pull-right {
  border-color: hsl(35, 8%, 90%);
}

.section-membership .content,
.section-membership .page-feature {
  background: hsl(35, 8%, 95%);
}

/* @group Membership Levels Table */

.membership-levels {
  font-size: 14px;
  border: 1px solid hsl(35, 8%, 90%);
  border-collapse: collapse;
}

.membership-levels a {
  white-space: nowrap;
}

.membership-levels th,
.membership-levels td {
  padding: 3px 5px;
  border-right: 1px solid hsl(35, 8%, 90%);
  border-bottom: 1px solid transparent;
}

.membership-levels thead td {
  vertical-align: top;
}

.membership-levels thead tr:first-child td {
  border-bottom: 1px solid hsl(35, 8%, 90%);
}

.membership-levels thead tr {
  background-color: hsl(35, 8%, 90%);
}

.membership-levels thead strong {
  white-space: nowrap;
  text-transform: uppercase;
}

.membership-levels tbody tr:nth-child(even) {
  background-color: hsl(35, 8%, 90%);
}

.membership-levels td {
  text-align: center;
}

.membership-levels tbody th {
  font-weight: normal;
}

.membership-levels td.highlighted {
  background-color: hsl(35, 8%, 50%);
  color: white;
  border-bottom: 1px solid hsl(35, 8%, 90%);
}

.membership-levels td.highlighted a {
  color: white;
}

.membership-levels .btn {
  border-radius: 50%;
  padding: 0;
  width: 1em;
}

/* @end */

/* @end */

/* @group Give Section */

.navbar-stlzoo .navbar-nav:first-of-type > li:nth-child(8) > a {
  background: hsl(145, 50%, 20%);
  background: linear-gradient(to bottom, hsl(145, 50%, 20%) 0%, hsl(145, 50%, 20%) 50%, hsl(145, 50%, 15%) 100%);
}

@media (max-width: 767px) {
  .navbar-stlzoo .navbar-nav:first-of-type > li:nth-child(8) > a {
    background: hsl(145, 50%, 20%);
  }
}

.navbar-stlzoo .navbar-nav:first-of-type > li.nav-path-selected:nth-child(8) > a,
.section-give .ws-pathnav .container,
.section-give .ws-header .container,
.section-give .utility-footer .container,
.section-give .page-feature h3,
.section-give .button-link,
.section-give .thumbnail-page-list a {
  background: hsl(145, 50%, 20%);
}

.section-give .content,
.section-give .page-feature,
.section-give .page-feature * {
  border-color: hsl(145, 50%, 20%);
}

.section-give h1,
.section-give h2,
.section-give h3,
.section-give h4,
.section-give h5,
.section-give h6,
.section-give .ws-accordion > li > label {
  color: hsl(145, 50%, 20%);
}

.section-give .content ul {
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAKCAMAAAC+Ge+yAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFHl08AAAA5sWWRwAAAAJ0Uk5T/wDltzBKAAAAEklEQVR42mJgoBJghAI4AyDAAADqABFX3a5AAAAAAElFTkSuQmCC);
}

.section-give .sidebar-content,
.section-give .ws-accordion > li > label {
  background: hsl(145, 10%, 87%);
}

.section-give .main-content,
.section-give blockquote,
.section-give blockquote.pull-right {
  border-color: hsl(145, 10%, 87%);
}

.section-give .content,
.section-give .page-feature {
  background: hsl(145, 10%, 91%);
}

/* @end */

/* Posts */

.ws-posts-next-prev-nav {
  display: flex;
  clear: both;
  list-style: none !important;
  justify-content: space-between;
  margin-top: 15px;
  border-top: 1px solid silver;
  padding-top: 15px;
  padding-left: 0;
}

#site-alert {
  background-color: hsl(44, 95%, 61%);
  display: none;
}

#site-alert .alert-message p {
  margin: 1em 0;
  font-weight: 700;
}

#site-alert .donate-button a {
  margin: 1em 0;
  font-weight: 700;
  display: inline-block;
  background-color: hsl(220, 38%, 48%);
  color: white;
  white-space: nowrap;
  padding: .5em;
  margin-left: .5em;
}

#site-alert .alert-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#site-alert .alert-close::before {
  content: "×";
  display: none;
  cursor: pointer;
  font-size: 3rem;
  height: 1em;
  width: 1em;
  line-height: 1;
  text-align: center;
}

@media print {
  .navbar,
  .ws-header,
  .ws-pathnav,
  .utility-nav,
  .utility-footer,
  .end-footer p {
    display: none !important;
  }
  .end-footer p#copyright {
    display: block !important;
  }
  a.home-link.hidden-xs {
    display: block !important
    background: none;
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }
  .home-link h1 {
    display: block !important;
  }
  a.home-link.hidden-xs:after {
    content: "";
  }
  .ws-gallery a:after {
    content: "";
  }
}
