/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.gp_flipboxes .gp_heading {
  margin-bottom: 40px;
}
.gp_flipboxes .gp_content {
  margin: 0 -12px;
}
.gp_flipboxes .gp_flipbox {
  background-color: transparent;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  margin: 12px;
}
.gp_flipboxes .gp_inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.75s;
  -webkit-transition: transform 0.75s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
.gp_flipboxes .gp_inner > a {
  display: block;
}
.gp_flipboxes .gp_inner h2 {
  font-size: 20px;
  margin: 0 0 20px;
}
.gp_flipboxes .gp_inner .gp_desc {
  margin-bottom: 20px;
}
.gp_flipboxes .gp_inner .gp_readmore {
  display: inline-block;
  text-decoration: underline;
}
.gp_flipboxes .gp_front i {
  font-size: 46px;
  margin-bottom: 20px;
}
.gp_flipboxes .gp_front img {
  margin-bottom: 20px;
}
.gp_flipboxes .gp_front h2 {
  margin: 0;
}
.gp_flipboxes .gp_front.gp_bgimg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.gp_flipboxes .gp_content_inner.style_img {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.gp_flipboxes .gp_content_inner.style_img > h2 {
  margin: auto 0 20px !important;
}
.gp_flipboxes .gp_front, .gp_flipboxes .gp_back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.gp_flipboxes .gp_front {
  z-index: 900;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
}
.gp_flipboxes .gp_back {
  z-index: 1000;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.gp_flipboxes .gp_flipbox.gp_flip .gp_front {
  z-index: 900;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.gp_flipboxes .gp_flipbox.gp_flip .gp_back {
  z-index: 1000;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateX(0deg) rotateY(0deg);
}
/* Nav style */
.g-main-nav {
  text-transform: uppercase;
  font-weight: 900;
}
#g-showcase {
  padding: 1.1rem 0;
}
/* Style override for Edocman document descriptions on category list view */
#edocman-documents .edocman-description {
  background-color: #F0FBEC;
  /* light prairie green */
  border: 1px solid #bbe189;
  border-radius: 0 0 8px 8px;
  padding: 20px;
  margin-bottom: 25px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  color: #152310;
}
/* Style override for Edocman document list heading box */
#edocman-documents .edocman-box-heading {
  background-color: #E0E9F8;
  /* soft neutral background */
  border: 1px solid #bbe189;
  border-radius: 8px 8px 0 0;
  padding: 15px 20px;
  font-weight: 600;
  color: #27401E !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
  margin-bottom: 0;
}
#edocman-documents .edocman-box-heading h3 {
  margin: 0;
  color: #27401E !important;
  line-height: 24px;
}
/* Footer heading style */
#g-footer .g-title {
  background-color: rgba(255, 255, 255, 0.5);
  color: #152310;
  padding: 0.75rem 1rem;
  border-left: 6px solid #27401E;
  border-radius: 6px;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}
/* Insert Font Awesome icon before each title */
#g-footer .g-title::before {
  content: "";
  /* Unicode for fa-leaf */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  /* Required for solid style */
  font-size: 1.2rem;
  color: #152310;
  display: inline-block;
  margin-right: 0.5rem;
}
#g-footer .footer-email::before {
  content: "";
  /* Font Awesome envelope */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.4rem;
  color: #3c48b7;
  display: inline-block;
}
/* Optional: underline hover or bold hover */
#g-footer .footer-email:hover {
  text-decoration: underline;
}
#g-footer a:hover {
  color: white;
}
.tb-hero {
  background-color: #e1f7da;
  padding: 4rem 2rem;
  text-align: center;
  color: #152310;
}
.tb-hero-content h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
.tb-hero-content p {
  font-size: 1.25rem;
}
.tb-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem;
}
.tb-container section {
  margin-bottom: 2rem;
}
.tb-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 1rem;
}
.tb-box {
  flex: 1 1 45%;
  background-color: #ffffff;
  border-left: 5px solid #77b762;
  padding: 1.5rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.tb-box:hover {
  transform: translateY(-5px);
}
.tb-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  margin-top: 1.5rem;
}
.tb-stat-box {
  background-color: #f9fff4;
  border-left: 4px solid #a1d136;
  flex: 1 1 30%;
  padding: 1rem;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.tb-stat-box h3 {
  font-size: 2rem;
  color: #152310;
}
.tb-stat-box p {
  margin: 0.5rem 0 0;
}
.tb-callout {
  background-color: #3541a5;
  color: #ffffff;
  font-size: 1.5rem;
  text-align: center;
  padding: 3rem 2rem;
}
.tb-callout h2 {
  font-size: 2rem;
  color: #ffffff !important;
}
@media (max-width: 768px) {
  .tb-grid, .tb-stats {
    flex-direction: column;
  }
  .tb-box, .tb-stat-box {
    flex: 1 1 100%;
  }
}
/* Home Page - What's next block */
.tb-conservation-advisory {
  background-color: #f9fff4;
  border: 1px solid #bbe189;
  padding: 2rem;
  border-radius: 8px;
  margin-bottom: 2rem;
  color: #152310;
}
.tb-flex-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
}
.tb-image img {
  max-width: 300px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.tb-content {
  flex: 1;
  min-width: 250px;
}
.tb-next-steps {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #bbe189;
}
.tb-next-steps h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #4350c0;
}
.tb-next-steps ul {
  list-style: none;
  padding-left: 0;
}
.tb-next-steps li {
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  position: relative;
}
.tb-next-steps li i {
  position: absolute;
  left: 0;
  top: 0.2rem;
  color: #77b762;
}
/* What We Do */
.tbgpea-section {
  padding: 20px;
}
.tbgpea-block {
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 8px;
}
.tbgpea-green {
  background-color: #e4f1e1;
}
.tbgpea-gray {
  background-color: #E0E9F8;
}
.tbgpea-block h2, .tbgpea-block h3 {
  margin-top: 0;
}
.tbgpea-block img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
/* Board of Directors & Staff Profiles
=========================================================== */
.tbgpea-section {
  padding: 20px;
}
.tbgpea-block {
  background-color: #E0E9F8;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.tbgpea-block-alt {
  background-color: #e4f1e1;
}
.tbgpea-bio {
  overflow: hidden;
}
.tbgpea-bio img {
  float: left;
  margin: 0 20px 10px 0;
  border: 1px solid #000;
  max-width: 160px;
  height: auto;
}
.tbgpea-bio h3 {
  margin-top: 0;
  font-size: 1.2rem;
}
.tbgpea-bio .tbgpea-title {
  font-style: italic;
  font-weight: bold;
}
@media (max-width: 600px) {
  .tbgpea-bio img {
    float: none;
    display: block;
    margin: 0 auto 15px auto;
  }
}
/* Sidebar Dedication Box
=========================================================== */
.tbgpea-dedication-box {
  background-color: #F0FBEC;
  border-left: 4px solid #4350C0;
  padding: 15px 20px;
  margin: 20px 0;
  font-style: italic;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.tbgpea-dedication-box strong {
  display: block;
  font-style: normal;
  font-size: 1.1rem;
  margin-bottom: 8px;
}
/* Membership */
.tbgpea-membership-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  margin-bottom: 30px;
}
.tbgpea-membership-table th, .tbgpea-membership-table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.tbgpea-membership-table th {
  background-color: #cfe8dc;
  /* light turquoise */
  font-weight: bold;
}
.tbgpea-membership-table tr:nth-child(even) {
  background-color: #e1f3ed;
  /* soft minty green */
}
.tbgpea-membership-table tr:nth-child(odd) {
  background-color: #ffffff;
}
.tbgpea-membership-table tr:hover {
  background-color: #b6e1d4;
  transition: background-color 0.3s ease;
}
/* Responsive tweaks */
@media (max-width: 600px) {
  .tbgpea-membership-table thead {
    display: none;
  }
  .tbgpea-membership-table tr {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px;
    background-color: #ffffff;
  }
  .tbgpea-membership-table td {
    display: block;
    text-align: right;
    position: relative;
    padding-left: 50%;
  }
  .tbgpea-membership-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 16px;
    top: 12px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
  }
}
/* Membership Page Hero Image
=========================================================== */
.tbgpea-hero-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}
.tbgpea-hero-image {
  opacity: 0;
  animation: fadeInHero 1.2s ease-in-out forwards;
}
@keyframes fadeInHero {
  to {
    opacity: 1;
  }
}
.tbgpea-donate-cta {
  text-align: center;
  padding: 25px;
}
.tbgpea-donate-img {
  max-width: 100%;
  height: auto;
  border: 1px solid #000;
  border-radius: 8px;
  margin: 20px auto;
  display: block;
}
.tbgpea-button {
  display: inline-block;
  background-color: #330066;
  color: #fff;
  padding: 12px 24px;
  font-size: 1rem;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.tbgpea-button:hover {
  background-color: #512e91;
}
/* Milestones / Timeline
=========================================================== */
.tbgpea-timeline-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tbgpea-timeline-list li {
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
  line-height: 1.6;
}
.tbgpea-timeline-list li:last-child {
  border-bottom: none;
}
/* Goals & Strategy Section
=========================================================== */
.tbgpea-image-wrap {
  text-align: center;
  margin-bottom: 20px;
}
/* Strategy Image & Timeline Styling
=========================================================== */
.tbgpea-centered-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 25px auto;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.tbgpea-divider {
  border: none;
  border-top: 1px solid #ccc;
  margin: 40px 0 30px 0;
}
.tbgpea-strategy-list {
  padding-left: 20px;
  margin-bottom: 40px;
}
.tbgpea-strategy-list li {
  margin-bottom: 10px;
}
.tbgpea-timeline-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tbgpea-timeline-list li {
  padding: 12px 16px;
  border-bottom: 1px solid #ddd;
  background-color: #f9f9f9;
  position: relative;
}
.tbgpea-timeline-list li:nth-child(even) {
  background-color: #e4f1e1;
}
.tbgpea-timeline-list .year {
  font-weight: bold;
  color: #330066;
  display: inline-block;
  min-width: 80px;
}
/*

body .g-particle-intro .g-title-separator {
    height: 5px;
    width: 70px;
    margin: 1.5rem auto 0!important;
    border-radius: 4px;
}

#g-header .g-main-nav .g-toplevel > li > .g-menu-item-container a:hover {
    color: #F8DC5B;
}


body.itemid-318 #g-navigation {
    background: url(images/headers/devils-tower-country-header-1.jpg) rgba(0, 0, 0, 0.9);
        background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#g-navigation {
        padding: 0rem 0;
}


.gp_infobanner3 .gp_img > h2 {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 3.9rem;
    line-height: 3.1rem;
text-shadow: -1px -1px 1px #aaa,
                     0px 4px 1px rgba(0,0,0,0.5),
                     4px 4px 5px rgba(0,0,0,0.7),
                     0px 0px 7px rgba(0,0,0,0.4);
    margin: 0;
    position: absolute;
    padding-top: 25%;
    padding-bottom: 25%;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.gp_infobanner3 .gp_img:before {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    opacity: 1;
    z-index: 1;
}
#g-header .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-header .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
    color: #F8DC5B;
}



#g-header {
	.g-main-nav {
		// Styling for the Dropdown
		.g-dropdown {
			background: #FFC91C;
			.g-sublevel {
				> li {
					// Styling for the default state of the Dropdown items
					> .g-menu-item-container {
						color: #091526;
					}

					&.active {
						// Styling ONLY for the Active state of the Dropdown items
						> .g-menu-item-container {
							color: #091526;
							background: #F8DC5B;
						}
					}

					&:hover {
						// Styling ONLY for the Hover state of the Dropdown items
						> .g-menu-item-container {
							color: #091526;
							background: #F8DC5B;
						}
					}
				}
			}
		}
	}
}
.g-main-nav .g-fullwidth > .g-dropdown .g-sublevel > li .g-menu-parent-indicator:after, .g-main-nav .g-fullwidth > .g-dropdown .g-sublevel > .g-menu-parent-indicator:after {
    display: none;

} 
#g-feature h3, #g-feature strong {
    font-size: 3.5rem;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

#g-feature .g-cta-desc {
    font-size: 1.7rem;
        text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}

}
*/
.outline-17 #g-afterbottom {
  padding-top: 2rem;
  padding-bottom: 5.5rem;
  background-position: bottom;
}
.outline-17 .g-features-particle.style7 .g-content {
  padding: 25px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #122C50;
}
.outline-17 #g-prebottom {
  padding-top: 1.5rem;
  padding-bottom: 6.5rem;
  background-position: bottom;
}
.outline-17 #g-prebottom .g-content {
  margin-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.outline-17 #g-intro {
  padding: 0.5rem 0;
}
.outline-17 .wk-link-reset a {
  color: #FFF !important;
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px #122C50, 0 0 0 10px #fff, 0 0 2px 10px #eee !important;
}
.outline-21 .g-article-header .page-header h2 {
  margin: 0 0 -10px 0;
  font-size: 3.6rem;
  line-height: 3.7rem;
  border-bottom: none !important;
}
.outline-21 .g-article-header .page-header h2 a {
  color: #122C50;
  text-decoration: none !important;
}
@media only all and (max-width: 47.99rem) {
  #g-top .g-title {
    white-space: inherit;
  }
  .g-logo {
    margin-top: 10px;
    box-shadow: none;
  }
  #g-header {
    padding-top: 0;
  }
  #g-header .g-content {
    margin: 0.425rem;
    padding: 0.638rem;
  }
  .g-layercontent {
    padding: 0;
  }
  .gp_infobanner3 .gp_img > h2 {
    font-size: 2.8rem;
    line-height: 2.9rem;
    text-shadow: -1px -1px 1px #aaa, 0px 4px 1px rgba(0, 0, 0, 0.5), 4px 4px 5px rgba(0, 0, 0, 0.7), 0px 0px 7px rgba(0, 0, 0, 0.4);
    padding-top: 25%;
    padding-bottom: 25%;
    text-align: center;
  }
  .gp_banner1 .gp_inner > h1 {
    font-weight: 500;
    font-size: 3.5rem;
    line-height: 3.8rem;
    margin: 0 0 20px;
  }
  .eb-container h1 {
    font-weight: 500;
    font-size: 2.2rem;
  }
  body.itemid-270 .eb-event-title {
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
  }
  #g-mainbody h3 {
    font-size: 1.5rem;
  }
  #eb-event-page h1.eb-page-heading {
    margin: 0 0 10px !important;
    line-height: 2.3rem;
  }
}
/*# sourceMappingURL=custom_18.css.map */