/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
   - Typography / Colors
   - Elements
   - Links
   - Forms
# Utilities
   - Classes
	- Accessibility
# Layouts
   - General
   - Header
   - Footer
# Components
   - Navigation
   - Pagination
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
   line-height: 1.15; /* 1 */
   -webkit-text-size-adjust: 100%; /* 2 */
 }
 
 /* Sections
    ========================================================================== */
 
 /**
  * Remove the margin in all browsers.
  */
 
 body {
   margin: 0;
 }
 
 /**
  * Render the `main` element consistently in IE.
  */
 
 main {
   display: block;
 }
 
 /**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Firefox, and Safari.
  */
 
 h1 {
   font-size: 2em;
   margin: 0.67em 0;
 }
 
 /* Grouping content
    ========================================================================== */
 
 /**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
 
 hr {
   box-sizing: content-box; /* 1 */
   height: 0; /* 1 */
   overflow: visible; /* 2 */
 }
 
 /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
 
 pre {
   font-family: monospace, monospace; /* 1 */
   font-size: 1em; /* 2 */
 }
 
 /* Text-level semantics
    ========================================================================== */
 
 /**
  * Remove the gray background on active links in IE 10.
  */
 
 a {
   background-color: transparent;
 }
 
 /**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
 
 abbr[title] {
   border-bottom: none; /* 1 */
   text-decoration: underline; /* 2 */
   text-decoration: underline dotted; /* 2 */
 }
 
 /**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
 
 b,
 strong {
   font-weight: bolder;
 }
 
 /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
 
 code,
 kbd,
 samp {
   font-family: monospace, monospace; /* 1 */
   font-size: 1em; /* 2 */
 }
 
 /**
  * Add the correct font size in all browsers.
  */
 
 small {
   font-size: 80%;
 }
 
 /**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
 
 sub,
 sup {
   font-size: 75%;
   line-height: 0;
   position: relative;
   vertical-align: baseline;
 }
 
 sub {
   bottom: -0.25em;
 }
 
 sup {
   top: -0.5em;
 }
 
 /* Embedded content
    ========================================================================== */
 
 /**
  * Remove the border on images inside links in IE 10.
  */
 
 img {
   border-style: none;
 }
 
 /* Forms
    ========================================================================== */
 
 /**
  * 1. Change the font styles in all browsers.
  * 2. Remove the margin in Firefox and Safari.
  */
 
 button,
 input,
 optgroup,
 select,
 textarea {
   font-family: inherit; /* 1 */
   font-size: 100%; /* 1 */
   line-height: 1.15; /* 1 */
   margin: 0; /* 2 */
 }
 
 /**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
 
 button,
 input { /* 1 */
   overflow: visible;
 }
 
 /**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
 
 button,
 select { /* 1 */
   text-transform: none;
 }
 
 /**
  * Correct the inability to style clickable types in iOS and Safari.
  */
 
 button,
 [type="button"],
 [type="reset"],
 [type="submit"] {
   -webkit-appearance: button;
 }
 
 /**
  * Remove the inner border and padding in Firefox.
  */
 
 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
   border-style: none;
   padding: 0;
 }
 
 /**
  * Restore the focus styles unset by the previous rule.
  */
 
 button:-moz-focusring,
 [type="button"]:-moz-focusring,
 [type="reset"]:-moz-focusring,
 [type="submit"]:-moz-focusring {
   outline: 1px dotted ButtonText;
 }
 
 /**
  * Correct the padding in Firefox.
  */
 
 fieldset {
   padding: 0.35em 0.75em 0.625em;
 }
 
 /**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *    `fieldset` elements in all browsers.
  */
 
 legend {
   box-sizing: border-box; /* 1 */
   color: inherit; /* 2 */
   display: table; /* 1 */
   max-width: 100%; /* 1 */
   padding: 0; /* 3 */
   white-space: normal; /* 1 */
 }
 
 /**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
 
 progress {
   vertical-align: baseline;
 }
 
 /**
  * Remove the default vertical scrollbar in IE 10+.
  */
 
 textarea {
   overflow: auto;
 }
 
 /**
  * 1. Add the correct box sizing in IE 10.
  * 2. Remove the padding in IE 10.
  */
 
 [type="checkbox"],
 [type="radio"] {
   box-sizing: border-box; /* 1 */
   padding: 0; /* 2 */
 }
 
 /**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
 
 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
   height: auto;
 }
 
 /**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */
 
 [type="search"] {
   -webkit-appearance: textfield; /* 1 */
   outline-offset: -2px; /* 2 */
 }
 
 /**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
 
 [type="search"]::-webkit-search-decoration {
   -webkit-appearance: none;
 }
 
 /**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
 
 ::-webkit-file-upload-button {
   -webkit-appearance: button; /* 1 */
   font: inherit; /* 2 */
 }
 
 /* Interactive
    ========================================================================== */
 
 /*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
 
 details {
   display: block;
 }
 
 /*
  * Add the correct display in all browsers.
  */
 
 summary {
   display: list-item;
 }
 
 /* Misc
    ========================================================================== */
 
 /**
  * Add the correct display in IE 10+.
  */
 
 template {
   display: none;
 }
 
 /**
  * Add the correct display in IE 10.
  */
 
 [hidden] {
   display: none;
 }

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}


/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography / Colors
--------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Neutra';
    src: url('../fonts/NeutraText-Book.eot');
    src: url('../fonts/NeutraText-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/NeutraText-Book.woff') format('woff'), url('../fonts/NeutraText-Book.ttf') format('truetype'), url('../fonts/NeutraText-Book.svg#NeutraText-Book') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neutra';
    src: url('../fonts/NeutraText-Bold.eot');
    src: url('../fonts/NeutraText-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/NeutraText-Bold.woff') format('woff'), url('../fonts/NeutraText-Bold.ttf') format('truetype'), url('../fonts/NeutraText-Bold.svg#NeutraText-Bold') format('svg');
    font-weight: 700;
    font-style: bold;
    font-display: swap;
}


/* Mobile Variables */
:root {
   --primary: #2F2F2F;
   --secondary: #ffffff;
   --accent1: #BF0909;
   --accent2:#860606;
   --accent3: #0D8AB1;
   --basefont: 16px;
   --h1: 39px;
   --h2: 33px;
   --h3: 27px;
   --h4: 23px;
   --h5: 19px;
   --h6: 12px;
   --d1: 68px;
   --d2: 58px;
   --d3: 48px;
}

/* Desktop Variables */
@media screen and (min-width: 720px) {
   :root {
      --basefont:16px;
      --h1: 55px;
      --h2: 44px;
      --h3: 35px;
      --h4: 28px;
      --h5: 22px;
      --h6: 14px;
      --d1: 105px;
      --d2: 85px;
      --d3: 68px;
   }
}

dfn,
cite,
em,
i {
	font-style: italic;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

/* Elements
--------------------------------------------- */
body {
   font-family: 'Poppins', sans-serif;
   font-size: var(--basefont);
   color: #000000;
   line-height: 175%;
   font-weight: normal;

   margin: 0;
   padding: 0;
   background: #efe9e4; 
}

h1, h2, h3, h4, h5, h6 {
   font-family: 'Neutra', 'Open Sans', sans-serif;
   line-height: 125%;
   font-weight: 700;
   margin: 0;
}

p {
   margin: 0 0 1em 0;
   line-height: 160%;
}

h1 {
   font-size: var(--h1);
   color: #ffffff;
}

h2 {
   font-size: var(--h2);
}

h3 {
   font-size: var(--h3);
}

h4 {
   font-size: var(--h4);
}

h5 {
   font-size: var(--h5);
}

h6 {
   font-size: var(--h6);
}

.d1 {
   font-size: var(--d1);
   line-height: 1.25;
   margin: 0;
}

.d2 {
   font-size: var(--d2);
   line-height: 1.25;
   margin: 0;
}

.d3 {
   font-size: var(--d3);
   line-height: 1.25;
   margin: 0;
}

/* Links
--------------------------------------------- */

a {
   color: #000000;
}
 
/* mouse over link */
a:hover,
a:focus,
a:active {
   color: #9A2024;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

hr {
   background-color: #000000;
   opacity: 0.6;
	border: 0;
	height: 1px;
	margin-bottom: 10px;
}

ul,
ol {
	margin: 0 0 1em 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
   display: block;
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #fff;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
   font-family: 'Open Sans', sans-serif;
   border-radius: 5px;
   padding: 0 4px;
   font-size: 18px;
   background: #fff;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Classes
--------------------------------------------- */
.gradient {
   background: url("https://www.potawatomiheritage.com/wp-content/uploads/2020/12/texture.jpg"), linear-gradient(180deg, #B01215 0%, #F09901 100%);
   background-position: center, center;
   background-size: cover, cover;
   background-repeat: no-repeat, no-repeat;
   background-blend-mode: multiply, normal;
   color: #ffffff;
}

.gradient-tear {
   background: url("https://www.potawatomiheritage.com/wp-content/uploads/2020/10/torn-boarder.svg"), url("https://www.potawatomiheritage.com/wp-content/uploads/2020/12/texture.jpg"), linear-gradient(180deg, #B01215 0%, #F09901 100%);
   background-position: bottom -1px center, center, center;
   background-size: contain, cover, cover;
   background-repeat: no-repeat, no-repeat, no-repeat;
   background-blend-mode: normal, multiply;
   color: #ffffff;
}

section {
   max-width: 850px;
   margin: 0 auto 0 auto;
   text-align: center;
}

section h2 {
   text-transform: uppercase;
   margin-bottom: 16px;
}

.headline {
   padding: 20px;
   text-transform: uppercase;
   text-align: center;
   font-family: 'Neutra';
   font-weight: 700;
}

.color-primary {
   color: #000000;
}

.color-secondary {
   color: #efe9e4;
}

.color-accent1 {
   color: #9A2024;
}

.color-accent2 {
   color: #860606;
}

.color-accent3 {
   color: #0D8AB1;
}

.bg-primary {
   background: #000000;
}

.bg-secondary {
   background: #efe9e4;
}

.highlight {
   background-color: #9A2024;
   color: #fff;
   padding: 2px 4px;
   border-radius: 5px;
 }

.post-tag {
   font-size: var(--h6);
   font-weight: 700;
   color: #fff;
   background: #0D8AB1;
   padding: 4px 8px;
   border-radius: 5px;
}

.page-tag {
   font-size: var(--h6);
   font-weight: 700;
   color: #fff;
   background: #9A2024;
   padding: 4px 8px;
   border-radius: 5px;
}

.meta-tag {
   font-size: var(--h6);
   font-weight: 700;
   color: #000000;
   padding: 4px 8px;
   border: 1px solid #000000;
   border-radius: 5px;
   white-space: nowrap;
}

.tags {
   display: inline-flex;
   flex-wrap: wrap;
}

.tags a {
   font-size: var(--h6);
   font-weight: 700;
   color: #fff;
   background: #0D8AB1;
   padding: 4px 8px;
   border-radius: 5px;
   text-decoration: none;
   margin-right: 3px;
   margin-bottom: 3px;
   line-height: 160%;
   white-space: nowrap;
}

.read-more, .read-more:link, .read-more:visited {
   font-size: 14px;
   font-weight: 700;
   color: #fff;
   background: #9A2024;
   padding: 4px 8px;
   border: 1px solid #9A2024;
   border-radius: 5px;
   text-decoration: none;
}

.read-more:hover {
   color: #9A2024;
   background: #fff;
   border: 1px solid #9A2024;
}

.nonederscore {
   text-decoration: none;
}

.btn {
   border: 2px solid #ffffff;
   box-sizing: border-box;
   color: #ffffff;
   font-size: var(--basefont);
   font-family: 'Neutra';
   font-weight: 700;
   cursor: pointer;
   text-decoration: none;
   text-transform: uppercase;

   padding: 10px 18px;
   display: inline-flex;
   justify-content: center;
   align-items: center;

   transition: ease-in-out all 0.2s;
}

.btn:hover {
   border: 2px solid #fff;
   color: #CB2C30;
   background-color: #fff;
   transition: ease-in-out all 0.2s;
}

.btn.btn-red {
   border: 2px solid #CB2C30;
   color: #CB2C30;
}

/* .btn.btn-red:visited {
   color: #CB2C30;
} */

.btn.btn-red:hover {
   border: 2px solid #CB2C30;
   background-color: #CB2C30;
   color: #fff;
}

.btn.btn-black {
   border: 2px solid #000000;
   color: #000000;
}

.btn.btn-black:hover {
   border: 2px solid #000000;
   background-color: #000000;
   color: #fff;
}

.type-post {
   border-left: 3px solid #0D8AB1;
}

.type-page {
   border-left: 3px solid #9A2024;
}

.giftshopbtn {
   background-color: rgba(0,0,0,0.10);
   padding: 0 5px;
   margin-left: 10px;
  transition: all 0.2s ease-in-out;
}

.giftshopbtn:hover {
  background-color: rgba(0,0,0,0.20);
  transition: all 0.2s ease-in-out;
}

.exhibit-name {
	color: #446d90;
}

.award-type {
	margin-bottom: -40px;
    color: #9a2024;
}

.info-bar {
   display: none;
}

.info-bar .fas, .info-bar .fab {
   padding-right: 5px;
  font-size: 14px;
}

.info-bar a {
   color: #fff;
}

.border {
   width: 100%;
   background-image: url(https://www.potawatomiheritage.com/wp-content/uploads/2020/10/torn-border.svg);
   background-size: contain;
   background-position: center;
   background-repeat: no-repeat;
   height: 92px;
   margin-top: -50px;
}

.section-content {
   padding: 0 50px;
}

.gform_fields li {
   margin-top: 12px !important;
}

.gfield input, .gfield textarea {
   background: #FFFFFF;
   border: 1px solid #C6CACC;
   box-sizing: border-box;
   box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.gfield label {
   text-transform: uppercase;
}

.gfield{
   padding: 0 !important;
}

#gform_submit_button_1, #gform_submit_button_2 {
   border: 2px solid #9A2024;
   box-sizing: border-box;
   color: #9A2024;
   background-color: transparent;
   font-size: var(--basefont);
   font-family: 'Neutra';
   font-weight: 700;
   cursor: pointer;
   text-decoration: none;
   text-transform: uppercase;

   padding: 10px 18px;
   display: inline-flex;
   justify-content: center;
   align-items: center;
}

.gform_footer {
   margin: 0 !important;
}

.ui-menu-item {
   list-style: none;
   padding: 5px 10px;
}

.ui-menu-item:focus-visible {
   background-color: #9A2024;
   color: white;
}

.ui-autocomplete {
   margin: 0;
   padding: 10px 5px;
   background: #FFFFFF;
   border: 1px solid #C4C4C4;
   box-sizing: border-box;
   box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 800px) {
  .info-bar {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding: 4px 15px;
    background-color: #1A1A1A;
    text-align: right;
    z-index: 1;
  }

  .info-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://res.cloudinary.com/dzlbb8rlo/image/upload/v1740760584/Heritage/chc-repeatable-pattern_rctlyb.png');
    background-repeat: repeat-x;
    background-size: contain;
    opacity: 0.15;
    z-index: -1;
  }

  .info-menu {
    flex-grow: 1;
  }

  .info-menu-list {
    display: flex;
    gap: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .info-menu-list li a {
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
  }

  .info-menu-list li a:hover {
    text-decoration: underline;
  }

  .info-icons {
    display: flex;
    gap: 10px;
  }

  .info-icons a {
    color: #fff;
    font-size: 14px;
  }
}

@media screen and (min-width: 2400px) {
   .border {
      background-size: cover;
   }
}



/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.search-submit {
   /* display: none; */
   border: 2px solid #9A2024;
   color: #9A2024;
   background-color: transparent;
   box-sizing: border-box;
   font-size: var(--basefont);
   font-family: 'Neutra';
   font-weight: 700;
   cursor: pointer;
   text-decoration: none;
   text-transform: uppercase;

   padding: 10px 18px;
   display: inline-flex;
   justify-content: center;
   align-items: center;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/* General
--------------------------------------------- */

.wp-block-cover {
   width: 100vw;
   margin: 0 calc(-50vw + 50%);
}

.page-title {
   margin-bottom: 6px;
}

.grid-2col {
	padding: 15px;
	display: grid;
	grid-template-columns: minmax(500px, 1000px) 1fr;
   gap: 60px;
}

/* .single-post .article-grid {
   display: grid;
   grid-template-columns: minmax(auto, 800px) 1fr;
   gap: 30px;
   margin: 0 auto;
} */

.give-success .content-wrap, .give-failed-transaction .content-wrap, .give-donation-history .content-wrap {
   padding: 10px;
   max-width: 1400px;
   margin: 0 auto 60px auto ;
} 

.give_forms {
   padding: 10px;
   max-width: 1400px;
   margin: 0 auto 60px auto ;
}

.give-form-title {
   color: #000;
}

#give-purchase-button {
   border: 2px solid #9A2024;
   background: transparent;
   box-sizing: border-box;
   color: #9A2024;
   font-size: var(--basefont);
   font-family: 'Neutra';
   font-weight: 700;
   cursor: pointer;
   text-decoration: none;
   text-transform: uppercase;

   padding: 10px 18px;
   display: inline-flex;
   justify-content: center;
   align-items: center;
}

/* Header
--------------------------------------------- */

header {
   background-color: #efe9e4;
}

header a {
   text-decoration: none;
}

.chc-logo {
   width: 160px;
}

/* .site-title a { 
   color: #fff; 
} */

.site-header {
   padding: 0px 10px;
   position: relative;
   display: grid;
   grid-template-columns: auto auto;
   grid-auto-flow: column;
   z-index: 99;
  box-shadow: 2px 2px 9px 1px #00000040;
}

@media screen and (min-width: 768px) {
  .site-header {
    padding: 10px;
  }
}

.seal {
   max-width: 5.5rem;
   height: auto;
}

.site-info {
   display: flex;
   align-items: center;
   padding: 12px 16px 12px 0;
}

.site-title a {
   text-decoration: none;
   padding: .8rem 0 .8rem .6rem;
   font-weight: 700;
   margin: 0;
}

@media screen and (min-width: 550px) {
   .chc-logo {
      width: 160px;
   }

   .site-header {
      padding: 5px 15px;
      position: relative;
      display: grid;
      grid-template-columns: auto auto;
      grid-auto-flow: column;
   }
}

/* Footer
--------------------------------------------- */
.footer {
  background-color: #000;
  color: #fff;
  padding: 40px 20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-info, .footer-menus {
  align-self: flex-start;
}

@media screen and (min-width: 768px) {
  .footer-container {
    flex-direction: row;
  }
}

.footer-column {
  flex: 1;
  margin: 0 20px 20px;
}

@media screen and (min-width: 768px) {
  .footer-column {
    margin: 0 45px;
  }
}

.footer-column h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}

.footer-menus {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
  width: 70%;
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .footer-menus {
    width: 100%;
    margin-left: unset;
  }
}

@media screen and (min-width: 1200px) {
  .footer-menus {
    width: 50%;
    margin-left: unset;
  }
}

.footer-column.footer-info {
  flex: 1;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin-left: 0;
}

.footer-menu li {
  margin-bottom: 10px;
}

.footer-contact i {
  margin-right: 15px;
}

.footer-menu li a {
  color: #fff;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.footer-menu li a:hover {
  font-weight: 600;
  transition: all ease-in-out 0.1s;
}

.footer-info {
  display: flex;
  max-width: 840px;
  margin-top: 0;
  flex-direction: column
}

@media screen and (min-width: 768px) {
  .footer-info {
    flex-direction: row;
  }
}

.footer-info .footer-information-text {
  margin-left: 10px;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .footer-info .footer-information-text {
    /*margin-left: 50px;*/
  }
}

.footer-info img {
  max-width: 215px;
  margin: 0 auto 20px;
}

@media screen and (min-width: 768px) {
  .footer-info img {
    margin-bottom: 20px;
  }
}

.footer-info p {
  line-height: 1.6;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.footer-info .footer-hours,
.footer-info .footer-contact {
  margin-bottom: 20px;
}

.footer-info .footer-hours h4,
.footer-info .footer-contact h4 {
  margin-bottom: 8px;
}

.footer-info .footer-hours p,
.footer-info .footer-contact p {
  margin: 0;
  line-height: 1.4;
}

.site-footer {
  position: absolute;
  z-index: 10;
  width: 100%;
  background-image: url(https://res.cloudinary.com/dzlbb8rlo/image/upload/v1740762187/Heritage/footer-norip_boo2ox.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

  .site-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: -1;
}


@media screen and (min-width: 768px) {
  .site-footer {
    padding-top: 0;
  }
}

.social a {
  font-size: 24px;
  margin-right: 15px;
  color: #fff;
  transition: color 0.2s;
}

.social a:hover {
  color: #aa2f22;
}

.copy-bar .copywrite {
  margin: 0;
  font-size: 12px;
}

.square-logo {
   width: 130px;
   height: 100%;
}

.site-footer .site-title {
   margin-top: 8px;
}

.site-footer .site-title a {
   padding: 0;
}

.copy-bar {
  display: flex;
  padding: 0 20px 30px;
  font-family: "Poppins", sans-serif;
  justify-content: space-between;
   color: #fff;
   font-size: 10px;
   letter-spacing: 0.4px;
   text-transform: uppercase;
   background-color: rgba(0,0,0,0);
  flex-direction: column-reverse;
  align-items: center;
}

@media screen and (min-width: 768px) {
.copy-bar {
  font-size: 12px;
  flex-direction: row;
  align-items: unset;
}
}

.copywrite {
   display: flex;
   justify-content: center;
   align-items: center; 
   margin: 0;
   padding: 10px 0;
   font-size: 10px;
}

.copywrite span {
   padding-right: .2rem;
}

.footer-widget {
   text-align: center;
}

.social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.social .fab {
   color: #fff;
   font-size: 42px;
}

.social.fab:hover {
   color: #aa2f22;
}

@media screen and (min-width: 400px) {
   .copywrite {
      font-size: 12px;
   }
}

@media screen and (min-width: 800px) {
   .footer-nav {
      display: flex;
   }

   .site-footer {
      min-height: 125px;
   }

   .site-footer .site-info {
      display: flex;
      align-items: center;
      padding: 60px 20px 30px 20px;
     justify-content: center;
   }
   
   .site-footer .site-title {
      margin-top: 0;
   }
   
   .site-footer .site-title a {
      padding-left: 8px;
   }

   .site-footer .custom-logo {
      display: block;
      width: 50px;
      height: 50px;
   }
}

/* Template-Full
--------------------------------------------- */
.page-template-template-full main {
   display: block;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

.main-navigation {
   display: flex;
   align-items: center;
   justify-self: end;
}

.head-nav {
   display: flex;
}

.head-nav {
   margin: 0;
   padding: 0; 
   align-items: center;
   justify-content: space-between;
   display: none;
}

.menu-item {
   list-style: none;
}

.menu-item a {
   font-family: 'Inter', sans-serif;
   font-weight: 700;
   font-size: 15px;
   text-transform: uppercase;
   display: block;
   text-decoration: none;
   margin: 0;
   padding: 1rem;
   color: #000;
}

.sub-menu {
   visibility: hidden;
   margin: 0;
   padding: 5px;
   position: absolute;
   background: #efe9e4;
   opacity: 0;
   transition: all 0.2s ease-in-out;
   box-shadow: 0 2px 4px rgba(8, 35, 48, 0.5);
   border-radius: 5px;
  min-width: 200px;
}

.sub-menu li a {
  font-size: 14px;
  font-weight: 500;
  padding: 1px 15px;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid rgb(0 0 0 / 15%);
}

.sub-menu li:last-child a {
  border-bottom: none;
}

.menu-item-has-children:hover .sub-menu {
   visibility: visible;
   opacity: 1;
}

.sub-menu li:hover {
   background: hsl(25, 21%, 82%);
   border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

/* Mobile Menu */
.menu-con {
   cursor: pointer;
}

.menu-btn {
   width: 26px;
   height: 3px;
   background: #9A2024;
   border-radius: .10em;
   transition: all .25s ease-in-out;
}

.menu-btn::before,
.menu-btn::after {
   content: '';
   position: absolute;
   width: 26px;
   height: 3px;
   background: #9A2024;
   border-radius: .10em;
   transition: all .25s ease-in-out;
}

.menu-btn::before {
   transform: translateY(-.50em);
}

.menu-btn::after {
   transform: translateY(.50em);
}

.mobile-footer {
   z-index: 99;

   position: absolute;
   width: 100%;
   text-align: center;
   font-size: 1em;
   transform: translateX(50rem);
   transition: all .25s ease-in-out;
   display: none;

   margin: 0;
   /* padding: 0.4rem .6rem; */
   background: #EFE9E4;
}

.mobile-nav {
   margin: 0 0 10px 0;
   padding: 0.4rem .6rem;
   background: #EFE9E4;
}
 
.mobile-nav ul {
   margin: 0;
   padding: 0.4rem .6rem;
   background: #262626;
}

.mobile-nav li {
   margin: .25em 0;
   padding: .75em 0;
   list-style: none;
}

.mobile-nav li a {
   padding: .6rem 0;  
   display: block;
   text-decoration: none;
   color: #000;
   text-transform: uppercase;
   font-size: 20px;
}

.mobile-nav .giftshopbtn {
   padding: 0 0 0 0;
   background-position: center;
}

.mobile-nav-info {
   color: #ffffff;
   margin-top: -50px;
   padding: 40px 0 20px 0;
   background: linear-gradient(180deg, #B01215 0%, #F09901 100%), url(image.png);
   background-blend-mode: multiply, normal;
}

.mobile-nav-info a {
   text-decoration: none;
   color: #ffffff;
}

.mobile-nav-info .fas {
   padding-right: 5px;
}

.mobile-footer .border {
   transform: scaleY(-1);
}

/* ANIMATION */
.menu-con.open .menu-btn {
   transform: translateX(-50px);
   background: transparent;
}

.menu-con.open .menu-btn::before {
   transform: rotate(45deg) translate(35px, -35px);
}

.menu-con.open .menu-btn::after {
   transform: rotate(-45deg) translate(35px, 35px);
}

.nav-item a, .menu-item a {
   padding: .5em .6em;
}

.menus {
   margin-right: 1rem;
}

@media screen and (min-width: 1200px) {

   .menu-con, .mobile-nav {
      display: none;
   }

   .head-nav {
      display: flex;
   }

}

/* Pagination
--------------------------------------------- */

.pagination {
   margin: 50px 0;
   text-align: center;
}

.page-numbers  {
   padding: 4px 12px;
   font-size: 18px;
   border-radius: 5px;
   text-decoration: none;
}
.page-numbers.current {
   color: #fff;
   background: #9A2024;
}

.page-numbers:hover:not(.current) {
   background: lightgray;
   color: #000000;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
   display: block;
}

/* Events
--------------------------------------------- */
.tribe-events-view {
   margin: 0 10px;
}

.tribe-events .tribe-events-l-container {
   margin: 10px auto 40px auto;
   padding: 20px 10px;
   background-color: white;
   box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
   min-height: 0;
}

.tribe-events-header {
   padding: 0 0 10px 0 !important;
   margin: 0 !important;
}

.tribe-events-calendar-list__event-header, .tribe-events-calendar-day__event-header {
   background-color: white;
}

.tribe-common a, .tribe-common a:active, .tribe-common a:focus, .tribe-common a:hover, .tribe-common a:visited, .single-tribe_events a.tribe-events-gcal, .single-tribe_events a.tribe-events-gcal:hover, .single-tribe_events a.tribe-events-ical, .single-tribe_events a.tribe-events-ical:hover {
   color: #9a2024;
}

.tribe-events-calendar-month__header {
   padding: 10px 0 0 0 !important;
   background-color: #9a2024 !important;
}

.tribe-events .tribe-events-calendar-month__header-column-title {
   color: #ffffff;
   text-align: center;
}

.tribe-events-calendar-month__header-column {
   padding: 10px !important;
}

.tribe-common, .tribe-common-h3, .tribe-common-h--alt, .tribe-common-b2, .tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6 {
   font-family: 'Neutra' !important;
   width: 99%;
}


.tribe-events .tribe-events-c-ical__link:before {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6 1v10m5-5H1' stroke='%239a2024' fill='none' fill-rule='evenodd' stroke-linecap='square' stroke-width='1.5'/%3E%3C/svg%3E") 
}


.tribe-events .tribe-events-c-messages__message--notice:before {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 23'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%239a2024' d='M.5 2.5h20v20H.5z'/%3E%3Cpath stroke='%239a2024' stroke-linecap='round' d='M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834'/%3E%3Cpath stroke='%239a2024' stroke-linecap='round' d='M4.5.5v4m12-4v4'/%3E%3Cpath stroke='%239a2024' stroke-linecap='square' d='M.5 7.5h20'/%3E%3C/g%3E%3C/svg%3E");
}

.single-tribe_events .tribe-events-single-event-title {
   font-size: var(--h2);
}

.tribe-events-schedule {
   /* background: #FFFFFF; */
   background: transparent;
   /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
}

.single-tribe_events .tribe-events-event-meta {
   background: #FFFFFF;
   box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#tribe-events-footer:after, #tribe-events-footer:before, #tribe-events-header:after, #tribe-events-header:before {
    display: none;
}

.events-list #tribe-events-footer, .single-tribe_events #tribe-events-footer, .tribe-events-day #tribe-events-footer, .tribe-events-map #tribe-events-footer, .tribe-events-photo #tribe-events-footer {
   padding-top: 0;
}

.tribe-common .tribe-common-anchor-thin-alt {
   border-bottom: 1px solid #9a2024;
}

@media screen and (min-width: 768px) {
   .tribe-events .tribe-events-l-container {
      padding: 20px;
   }
   
   .tribe-common .tribe-common-h4, .tribe-common .tribe-common-b3 {
      font-family: 'Neutra';
   }

   #tribe-events-content {
      margin: 0 20px 48px 20px;
   }

   .tribe-events-schedule {
      padding: 10px 0;
   }
}

@media screen and (max-width: 768px) {
   .single-tribe_events .tribe-events-schedule {
      background: transparent;
      border: none;
      margin: 16px 0;
      padding: 0;
   }
}

@media screen and (min-width: 788px) {
   .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
      padding: 40px;
      min-height: 0;
  }

  .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search {
      gap: 20px;
   }

  .tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
      background-color: #9a2024;
  }

  .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input--icon {
      border: solid 1px #efe9e4;
   }

  .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
      border: none;
   }
   
   #tribe-events-content {
      margin: 0 20px 48px 20px;
   }  

   .tribe-events-calendar-month__header-column {
      padding: 0 0 10px 10px !important;
   }
}

/* Glider
--------------------------------------------- */

.gallery {
   padding: 20px 10px;
   display: flex;
   flex-direction: column;
   gap: 20px;
}

.glider-prev, .glider-next {
   top: 50%;
   width: auto;
   padding: 0 16px;
   color: white;
   font-size: 14px;
}

.glider-prev {
   right: auto;
   left: 0;
}

.glider-next {
   right: 0px;
   left: auto;
}

@media screen and (min-width: 1440px) {
   .gallery {
      padding: 0;
      gap: 0;

      max-width: 1400px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      margin: 0 auto;
      align-items: center;
   }
   
   .glider-contain {
      max-width: 700px;
   }

   .glider-prev, .glider-next {
      font-size: 26px;
   }
}

.hero-button {
  color: #fff;
  border: 2px solid #fff;
  padding: 5px 10px 3px;
  font-size: 14px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
}

@media screen and (min-width: 768px) {
  .hero-button {
    font-size: 16px;
  }
}

.hero-button:hover {
  transition: all ease-in-out 0.2s;
  background-color: #AA2F22;
  border: 2px solid #AA2F22;
  color: #fff;
}

.red {
  color: #AA2F22;
  border: 2px solid #AA2F22;
}

.white:hover {
  transition: all ease-in-out 0.2s;
  background-color: #fff;
  border: 2px solid #fff;
  color: #AA2F22;
}

.page-hero {
     background-image: linear-gradient(to right, black, transparent), url(https://res.cloudinary.com/dzlbb8rlo/image/upload/v1751297111/Heritage/chc_b3cpvz.jpg);
     background-position: 50% 50%;
     background-size: cover;
     background-repeat: no-repeat;
  height: 50vw;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  position: relative;
}

@media screen and (min-width: 900px) {
  .page-hero {
    height: 350px;
  }
}

.hero-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  border-left: 10px solid #aa2f22;
  padding-left: 20px;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 0;
  max-width: 360px;
}

@media screen and (min-width: 768px) {
  .hero-content {
    left: 90px;
    bottom: 60px;
    padding-left: 40px;
    max-width: 750px;
    padding-bottom: 10px;
  }
}

.page-hero h1 {
  text-transform: uppercase;
  font-size: 36px;
}

.page-hero p {
  font-size: 14px
}

@media screen and (min-width: 768px) {
  .page-hero h1 {
    font-size: 42px;
  }

  .page-hero p {
    font-size: 16px
  }
}

.block {
  flex: 1 1 100%; /* Default: one block wide */
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
  url(https://www.potawatomiheritage.com/wp-content/uploads/2020/10/craftwork7702-2-scaled.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 15px;
  height: 60vw;
  max-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
}

.block section {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 40px 0;
}

.block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .block {
    flex: 1 1 calc(50% - 20px); /* Two blocks wide */
  }
}

@media screen and (min-width: 1024px) {
  .block {
    flex: 1 1 calc(50% - 20px); /* Maintain two blocks wide on larger screens */
  }
}

.block p {
  text-transform: none;
  font-size: 14px;
  padding: 0 40px 40px;
}

.faq_section {
  padding: 50px 30px calc(7vw + 50px) 30px;
  background-color: #254A8E;
  color: #fff;
  position: relative;
  z-index: 1;
}

.faq_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(https://res.cloudinary.com/dzlbb8rlo/image/upload/v1731564950/Heritage/Frame_nurx9w.png);
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.faq_section .downloads {
  text-align: left;
}

.faq_section .download-btns {
  display: inline-flex;
  gap: 20px;
  flex-direction: column;
}

.faq_section .download-btns a {
  text-align: center;
}

.faq_section .faq {
  padding-bottom: 30px;
}

.faq_section .faq h2, .faq_section .downloads h2 {
  text-align: left;
}

/* Accordion */
.faq_section .accordion__label {
  display: block;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  transition: background 0.1s;
  font-family: 'Poppins', sans-serif;
  line-height: 100%;
  font-size: 16px;
  text-align: left;
  padding: 0 40px 6px 0;
}

.faq_section .accordion__label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 12px;
  height: 6px;
  background-image: url('data:image/svg+xml;utf8,<svg width="100" height="50" xmlns="http://www.w3.org/2000/svg"><polygon points="0,0 100,0 50,50" style="fill:white;" /></svg>');
  background-size: contain;
  transition: transform 0.4s;
}

.faq_section .accordion__content {
  line-height: 1.6;
  font-size: 16px;
  text-align: left;
  display: none;
  padding-bottom: 16px ;
  margin-top: 15px;
}

.faq_section .accordion__input {
  display: none;
}

.faq_section .accordion__input:checked ~ .accordion__content {
  display: block;
}

.faq_section .accordion__input:checked ~ .accordion__label::after {
  transform: translateY(-50%) rotate(0.5turn);
}

.faq_section .more-quetions {
  padding: 60px 0 40px 0;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr auto;
}

.faq_section .more-quetions p {
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  line-height: 100%;
  font-weight: 600;
}

.faq_section section {
  max-width: 700px;
  margin: 0 auto;
  display: grid;
  gap: 60px;
  grid-template-columns: 60% 40%;
}

@media screen and (min-width: 768px) {
  .faq_section section {
    max-width: 700px;
  }

  .faq_section .more-quetions {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .faq_section {
    padding: 80px 15px 20px 15px;
  }

  .faq_section section {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 60px;
    grid-template-columns: 60% 40%;
  }
}

.content-wrap {
  padding-bottom: 50px;
}

.page-template-default .content-wrap {
  padding: 40px 90px 140px;
}