/* Style Notes:

Font Families:

Gotham - font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 700;
weights: 300, 400, 700.

Gotham - font-family: Gotham Narrow SSm A, Gotham Narrow SSm B, sans-serif;
weights: 200, 300.

BRAND COLORS:
#ffffff - white
#000000 - black
#e87324 - McDonogh Orange | rgb: 232, 115, 36;

#287114 - kelly green | rgb: 40, 113, 20;
#4f0131 - purple | rgb: 79, 1, 49
#2d3d47 - gray-blue | rgb: 45, 61, 71
#514b47 - brown | rgb: 81, 75, 71;
#2350d0 - royal blue | rgb: 35, 80, 208

#a2874f - flag gold
#444c27 - olive green

10px = 0.625rem
12px = 0.75rem
14px = 0.875rem
16px = 1rem (base)
18px = 1.125rem
20px = 1.25rem
24px = 1.5rem
30px = 1.875rem
32px = 2rem

*/

/* Elements
--------------------------------------------- */

@font-face {
  font-family: 'Gotham Extra Light';
  src: url('../fonts/gotham-xlight.eot'); /* IE9 Compat Modes */
  src: url('../fonts/gotham-xlight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/gotham-xlight.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/gotham-xlight.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/gotham-xlight.ttf')  format('truetype'), /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Gotham Light';
  src: url('../fonts/gotham-light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/gotham-light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/gotham-light.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/gotham-light.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/gotham-light.ttf')  format('truetype'), /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/gotham-book.eot'); /* IE9 Compat Modes */
  src: url('../fonts/gotham-book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/gotham-book.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/gotham-book.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/gotham-book.ttf')  format('truetype'), /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Gotham Medium';
  src: url('../fonts/gotham-medium.eot'); /* IE9 Compat Modes */
  src: url('../fonts/gotham-medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/gotham-medium.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/gotham-medium.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/gotham-medium.ttf')  format('truetype'), /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Gotham Bold';
  src: url('../fonts/gotham-bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/gotham-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/gotham-bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/gotham-bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/gotham-bold.ttf')  format('truetype'), /* Safari, Android, iOS */
}

body {
  background: white;
}
main {
  overflow-x: hidden;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 2px;
  margin-bottom: 1.5em;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

p {
  font-size: 16px;
  font-size: 1.6rem;
}

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 {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}
strong {
  font-weight: 700;
}

/* Links
--------------------------------------------- */
a {
  color: #e87324;
}

a:visited {
  color: #e87324;
}

a:hover,
a:focus,
a:active {
  color: #e87324;
}

a:focus {
  outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  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: #333;
  /*border: 1px solid #ccc;*/
  border: 0px;
  border-radius: 0px;
  padding: 14px;
  background: #f4f4f4;
}

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 {
  border: 1px solid #ccc;
}
.category-select {
  text-align: center;
}
.category-select select {
  border: none;
  padding: 9px;
  /*border-radius: 9px 0px 0px 9px;*/
  border-radius: 0px;
}
.category-submit {
  /*border-radius: 0px 9px 9px 0px;*/
  border-radius: 0px;
  padding: 10px 20px;
  background: #e87324;
  color: white;
}
textarea {
  width: 100%;
}
.form-control {
  font-size: 16px;
  font-size: 1.6rem;
}

/* HEADINGS and PARAGRAPHS */
html {
  font-size: 62.5%;
}
body {
	font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
}
h1, h2, h3, h4 {
	font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
h1 {
  font-size: 80px;
	font-size: 8rem;
	/*color: #202227;*/
  font-family: linotype-didot, serif;
  font-weight: 700;
  /*text-shadow: 0px 2px 4px rgba(0,0,0,0.5);*/
  margin-bottom: 25px;
}

h1 span {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  font-style: normal;
  font-size: 75px;
  font-size: 7.5rem;
  letter-spacing: 1;
  background: linear-gradient(35deg, #897448 0%, #c4bf96 32%, #847349 77%, #beb770 100%);
  /*background: linear-gradient(35deg, rgba(137,116, 32, 0.75) 0%, rgba(196,191,150, 0.75) 32%, rgba(132,115,73, 0.75) 77%, rgba(190,183,112, 0.75) 100%), url(../images/gold-foil-texture2.jpg) center center no-repeat;*/
  -webkit-background-clip: text;
  color: transparent !important;
  text-shadow: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  line-height: 0.5em;
}
.text-shadow-none {
  text-shadow: none !important;
}
.all-gotham {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  text-shadow: none;
  line-height: 0.9em;
}
.all-gotham span {
  color: #e87324 !important;
}
.story-title {
  font-size: 95px;
  font-size: 9.5rem;
/*  font-size: 50px;
  font-size: 5.0rem;*/
  line-height: 68px;
  line-height: 6.8rem;
  font-family: linotype-didot, serif !important;
  font-style: italic;
  /*text-transform: uppercase;*/
  font-weight: 700;
  color: #e87324;
  /*text-shadow: 0px 2px 2px rgba(0,0,0,0.5);*/
  letter-spacing: -2px;
}
.story-title span, .story-title-home span {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 200;
  /*text-shadow: 0px 2px 2px rgba(255,255,255,0.5) !important;*/
  font-style: normal;
  text-transform: uppercase;
  font-size: 65px;
  font-size: 6.5rem;
  background: linear-gradient(35deg, #897448 0%, #c4bf96 32%, #847349 77%, #beb770 100%);
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 0px;
}
.story-title-home {
  text-shadow: none;
  font-size: 65px;
  font-size: 6.5rem;
  color: #e87324;
  font-family: linotype-didot, serif !important;
  font-style: italic;
  font-weight: 700;
}
.jumbo-headline {
  font-size: 110px;
  font-size: 11rem;
  line-height: 74px;
  line-height: 7.4rem;
  font-style: italic;
  /*text-shadow: 0px 2px 3px rgba(0,0,0,0.95);*/
  color: white;
}
.white-shadow {
  text-shadow: 0px 2px 2px rgba(255,255,255,0.5) !important;
}
.entry-content {
  padding: 0px 15px;
}
#main-intro {
  padding-top: 200px;
  padding-bottom: 60px;
}
#main-intro-timeline {
  padding-top: 225px;
  padding-bottom: 25px;
  position: relative;
  z-index: 2;
}
#main-intro-timeline-home {
  padding-top: 50px;
  padding-bottom: 25px;
}
#main-intro .intro-p p, #main-intro-timeline .intro-p p {
  font-size: 24px;
  font-size: 2.4rem;
  color: white;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.75);
}
.sub-head {
  text-transform: uppercase;
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.0em;
  letter-spacing: 2px;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 800;
  margin-bottom: 10px;
  color: #e87324;
}
.text-shadow {
  text-shadow: 0px 1px 2px rgba(0,0,0,0.75);
}
@media (max-width: 991.98px) {
  #main-intro {
    /*padding-top: 180px;*/
    padding-bottom: 45px;
  }
  #main-intro-timeline {
    padding-top: 170px;
    padding-bottom: 25px;
  }
  .intro-logo {
    /*width: 200px;*/
    /*margin-top: -45px;*/
    margin-bottom: 15px;
  }
  .jumbo-headline {
    font-size: 70px;
    font-size: 7rem;
    line-height: 65px;
    line-height: 6.5rem;
  }
  h1 span {
    font-size: 55px;
    font-size: 5.5rem;
  }
  .all-gotham {
    font-size: 60px;
    font-size: 6.0rem;
  }
  .all-gotham span {
    font-size: 60px;
    font-size: 6.0rem;
  }
}
@media (max-width: 767.98px) {
  .jumbo-headline {
    font-size: 60px;
    font-size: 6rem;
    line-height: 60px;
    line-height: 6.0rem;
  }
}
@media (max-width: 599.98px) {
   #main-intro {
    padding-top: 150px;
    padding-bottom: 15px;
  }
  .jumbo-headline {
    line-height: 45px;
    line-height: 4.5rem;
  }
  h1 span {
    font-size: 50px;
    font-size: 5.0rem;
  }
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.0;
}
h2 {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 45px;
	font-size: 4.5rem;
	color: #e87324;
  margin-bottom: 30px;
  margin-bottom: 3.0rem;
}
/*h3 {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 40px;
	font-size: 4.0rem; */
	/*color: #444c27;*/
  /* color: #e87324;
  margin-bottom: 15px;
}*/

h3 {
  font-family: linotype-didot, serif;
  font-size: 36px;
  font-size: 3.6rem;
  color: #2d3d47;
  /* color: #e87324; */
  font-style: italic;
  font-weight: 500;
  margin-bottom: 15px;
}
h4 {
  /*font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 700;*/
  font-family: linotype-didot, serif;
  font-style: italic;
  font-weight: 600;
  font-size: 28px;
  font-size: 2.8rem;
  color: #2d3d47;
  /*text-transform: uppercase;*/
}
h4 span {
  font-style: normal;
}
.linotype {
  font-family: linotype-didot, serif !important;
  font-style: italic;
  font-weight: 700;
}
.linotype-normal {
  font-family: linotype-didot, serif !important;
  font-style: normal;
  font-weight: 700;
}
.large-text {
  font-size: 70px;
  font-size: 7.0rem;
  line-height: 75px;
  line-height: 7.5rem;
}
.large-text span {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  font-style: normal;
  font-size: 75px;
  font-size: 7.5rem;
  letter-spacing: 1;
  background: linear-gradient(35deg, #897448 0%, #c4bf96 32%, #847349 77%, #beb770 100%);
  -webkit-background-clip: text;
  color: transparent !important;
  text-shadow: none;
}
.splash-text {
  font-size: 60px;
  font-size: 6.0rem;
  line-height: 65px;
  line-height: 6.5rem;
}
.splash-text span {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  font-style: normal;
  font-size: 65px;
  font-size: 6.5rem;
  letter-spacing: 1;
  background: linear-gradient(35deg, #897448 0%, #c4bf96 32%, #847349 77%, #beb770 100%);
  -webkit-background-clip: text;
  color: transparent !important;
  text-shadow: none;
}
@media (max-width: 1099px) {
  .splash-text, .large-text {
    font-size: 60px;
    font-size: 6.0rem;
    line-height: 60px;
    line-height: 6.0rem;
  }
  .splash-text span, .large-text span {
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    font-style: normal;
    font-size: 55px;
    font-size: 5.5rem;
  }
}

.medium-text {
  font-size: 50px;
  font-size: 5.0rem;
  line-height: 58px;
  line-height: 5.8rem;
}
.medium-text span {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  font-style: normal;
  font-size: 65px;
  font-size: 6.5rem;
  letter-spacing: 1;
  background: linear-gradient(35deg, #897448 0%, #c4bf96 32%, #847349 77%, #beb770 100%);
  -webkit-background-clip: text;
  color: transparent !important;
  text-shadow: none;
}
p {
  /*font-weight: 200;*/
  margin-bottom: 20px;
  margin-bottom: 2.0rem;
}
.lead {
  font-size: 21px;
	font-size: 2.1rem;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

/* COLORS */
.white {
  color: #ffffff !important;
}
.gray {
  color: #d2d2d2 !important;
}
.white-bg {
  background: #ffffff !important;
}
.gray-bg {
  background: #d2d2d2 !important;
}
.orange {
  color: #e87324 !important;
}
.orange-bg {
  background: #e87324 !important;
}
.gold {
  background: linear-gradient(35deg, rgba(137,116, 32, 0.75) 0%, rgba(196,191,150, 0.75) 32%, rgba(132,115,73, 0.75) 77%, rgba(190,183,112, 0.75) 100%);
  -webkit-background-clip: text;
  color: transparent !important;
}
.gray-blue {
  color: #2d3d47 !important;
}
.gray-blue-bg {
  background: #2d3d47 !important;
}
.gray-blue-bg-lt {
  background: rgba(45, 61, 71, 0.5); !important;
}
.green {
  color: #287114 !important;
}
.green-bg {
  background: #287114 !important;
}
.brown {
  color: #514b47 !important;
}
.brown-bg {
  background: #514b47 !important;
}
.royal-blue {
  color: #2350d0 !important;
}
.royal-blue-bg {
  background: #2350d0 !important;
}
.super-gold {
  background: linear-gradient(to right, rgba(246,242,192,0.75) 0%, rgba(78,65,29,0.75) 13%, rgba(203,155,81,0.75) 22%,  rgba(246,226,122,0.75) 45%, rgba(246,242,192,0.75) 50%, rgba(246,226,122,0.75) 55%, rgba(203,155,81,0.75) 78%, rgba(78,65,29,0.75) 86%, rgba(246,242,192,0.75) 100%), url(../images/gold-foil-texture2.jpg) center center no-repeat;
}
/* COMMON ELEMENTS */
.section-repeat {
  padding-top: 45px;
  padding-bottom: 55px;
  /*background: white;*/
}
@media (max-width: 768.98px) {
  .section-repeat {
    padding: 25px 10px 35px;
  }
}
.video-wrap {
  position: relative;
}
.video-wrap img {
  display: block;
  margin: 0px auto;
  width: 100%;
}
.video-overlay {
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  left:0;
  top:0;
}
.video-overlay:hover {
  background: rgba(0,0,0,0.35);
  transition: all .4s ease-in-out;
  cursor: pointer;
}
.video-overlay i {
  color: white;
  font-size: 40px;
  font-size: 4.0rem;
  position: absolute;
  left:45%;
  margin-right: -50%;
  transform: translateX(-50%);
  top:50%;
  transform: translateY(-50%);
}
.video-overlay:hover i {
  font-size: 45px;
  font-size: 4.5rem;
  transition: all .4s ease-in-out;
}
.video-preview {
  position: relative;
}
.row-grid {
  display: flex;
  align-items: stretch;
  grid-gap: 10px;
}
@media (max-width: 768px) {
  .row-grid {
    display: grid;
    grid-gap: 10px;
  }
  .medium-text span, .story-title-home span {
    font-size: 55px;
    font-size: 5.5rem;
    line-height: 1.0;
  }
}
@media (max-width: 499px) {
  .medium-text, .story-title-home {
    font-size: 40px;
    font-size: 4.0rem;
    line-height: 1.0;
  }
  .medium-text span, .story-title-home span {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1.0;
  }
}

@keyframes blimp {
  0% {
    opacity: 0;
    transform: translateY(-24%);
    /*width: 75px;*/
  }
  100% {
    opacity: 1.0;
    transform: translateY(27%);
    /*width: 250px;*/
  }
}
/*@keyframes bobbingblimp {
  0% {
    
}
  100% {
      
  }
}*/
.bobbing { 
  position: relative;
  left: 45%;
  animation: 2000ms ease-in-out 0s infinite alternate none running blimp;
}
.bobbing .fas {
  font-size: 35px;
  color: white;
}
.bobbing-dark .fas {
  color: #000;
}
.memories-donate {
  display: grid;
  /* align-content: center; */
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991px) {
  .memories-donate {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.section-eagle {
  padding-top: 45px;
  padding-bottom: 45px;
  /*background: url(../images/eagle-bg4.svg) no-repeat;
  background-position: right top;*/
  /*background: linear-gradient(35deg, rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url(../images/eagle-bg4.svg) right top no-repeat;*/
  background: linear-gradient(35deg, rgba(255,255,255,0.95), rgba(255,255,255,0.95)), url(../images/celebration-bg2.jpg) right bottom no-repeat;
  background-color: white;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-splash-intro {
  min-height: 250px;
  background: #000;
}
.img-celebration {
  display: block;
  margin: 0px auto;
}
.section-splash {
  margin-top: -100px; 
  padding-top: 45px;
  padding-bottom: 75px;
  /*background: url(../images/celebration-bg.jpg) top center no-repeat;*/
  background-color: #000;
  /*-webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;*/
}
@media (max-width: 991px) {
  .section-splash {
    padding-top: 45px;
    padding-bottom: 75px;
    /*background: url(../images/celebration-bg.jpg) top center no-repeat;*/
    background-color: #000;
    /*-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;*/
  }
}
.section-eagle-sm {
  padding-top: 45px;
  padding-bottom: 50px;
  background: url(../images/eagle-bg3.svg) no-repeat;
  background-position: left top;
  background-color: white;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.eagle-bg {
  background-image: url(../images/eagle-bg4.svg);
  background-position: right top;
  background-color: white;
  background-repeat:  no-repeat;
  padding: 25px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.support-bg {
  background: /*linear-gradient(0deg, rgba(255,255,255,1.0), rgba(255,255,255,1.0)), */url(../images/support-bg.svg) top center no-repeat;
  /*background-image: url(../images/eagle-bg.svg);
  background-position: right top;
  background-color: white;
  background-repeat:  no-repeat;*/
  /*padding: 25px;*/
  padding-bottom: 45px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.support-bg-footer {
  background: /*linear-gradient(0deg, rgba(255,255,255,1.0), rgba(255,255,255,1.0)), */url(../images/support-bg.svg) top center no-repeat;
  /*background-image: url(../images/eagle-bg.svg);
  background-position: right top;
  background-color: white;
  background-repeat:  no-repeat;*/
  padding: 25px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: grid;
  align-items: center;
}
.book-bg {
  background: linear-gradient(0deg, rgba(255,255,255,0.6), rgba(255,255,255,0.6)), url(../images/book-rendering4.jpg) center center no-repeat;
  padding: 25px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: grid;
  /*align-items: center;*/
}
.section-memories {
  padding-top: 45px;
  padding-bottom: 50px;
  /*background: linear-gradient(35deg, rgba(137,116, 32, 0.85) 0%, rgba(196,191,150, 0.85) 32%, rgba(132,115,73, 0.85) 77%, rgba(190,183,112, 0.85) 100%), url(../images/memories-bg2.jpg) center center no-repeat;*/
  background: linear-gradient(35deg, rgba(0,0,0,0.25), rgba(0,0,0,0.25)), url(../images/memories-bg2.jpg) top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*min-height: 700px;*/
  display: grid;
  align-items: center;
  /*background-attachment: fixed;*/
}
.section-memories-sm {
  /*padding: 15px;*/
  /*padding-bottom: 50px;*/
  /*background: linear-gradient(35deg, rgba(137,116, 32, 0.85) 0%, rgba(196,191,150, 0.85) 32%, rgba(132,115,73, 0.85) 77%, rgba(190,183,112, 0.85) 100%), url(../images/memories-bg2.jpg) center center no-repeat;*/
  background: linear-gradient(35deg, rgba(0,0,0,0.25), rgba(0,0,0,0.25)), url(../images/memories-bg2.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*min-height: 700px;*/
  display: grid;
  align-items: center;
  /*background-attachment: fixed;*/
}
/*.section-memories-home {
  padding-top: 75px;
  padding-bottom: 120px;
}*/
.section-memories h2, .section-memories p {
  /*text-shadow: 0px 1px 2px rgba(0,0,0,0.75);*/
}

.memory-item {
  /*background: rgba(0,0,0,0.05);*/
  position: relative;
  background: white;
  display: grid;
  align-items: center;
  border: 2px solid #f2f2f2;
  margin-bottom: 25px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.05);
  border-left: 13px solid #f2f2f2; 
  text-align: center;
}
.memory-item-content {
  padding: 25px 15px;
  border-right: 2px solid #f2f2f2;
}
.memory-title {
  font-family: linotype-didot, serif !important;
  font-style: italic;
  font-weight: 600;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6rem;
  margin-bottom: 20px;
}
.memory-author {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: #333;
  margin-bottom: 7px;
}
.memory-item blockquote {
  quotes: "\201C""\201D";
}
.memory-item blockquote p {
  /*font-family: linotype-didot, serif !important;*/
  /*font-style: italic;
  font-size: 18px;
  font-size: 1.8rem;*/
  /*quotes: "\201C""\201D";*/
}

.memory-item blockquote:before/*, .memory-item blockquote:after*/ {
  color: rgba(0,0,0,0.1);
  font-family: linotype-didot, serif !important;
  content: open-quote;
  font-size: 4.8rem;
  line-height: 0.7rem;
  content: "\201C";
  /*margin-right: 0.25em;*/
  vertical-align: -0.4em;
}
.memory-item blockquote:after {
  content: "\201D";
  /*transform: rotate(180deg);*/
  color: rgba(0,0,0,0.1);
  font-family: linotype-didot, serif !important;
  font-size: 4.8rem;
  /*line-height: 1.0rem;*/
  line-height: 0.0rem;
  /*margin-right: 0.25em;*/
  vertical-align: -0.4em;
}
.memory-item blockquote p {
  display: inline;
}

.col-container {
  display: flex;
  width: 100%;
  grid-gap: 15px;
}
.col {
  flex: 1;
}
.small-title {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.medium-number {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 55px;
}
.large-number {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 95px;
}
.large {
  font-family: linotype-didot, serif !important;
  font-size: 95px !important;
  font-style: italic !important;
  color: #2d3d47 !important;
}
.bold-text {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 800; /* this is temporary until I can fully implement Gotham fonts */
}
.align-items-center {
  display: grid;
  align-items: center;
}
/* Chevron Link */
.chevron-link {
  background: rgba(255,255,255,0.5);
  display: grid;
  grid-template-columns: auto 35px;
  align-content: center;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
  border: 2px solid #ffffff;
  margin-bottom: 10px;
}
.chevron-link-content {
  padding: 15px 10px;
}
.chevron-link-chevron {
  display: grid;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 800;
  background: rgba(255,255,255,1.0);
  color: #000;
  transition: all .5s ease;
}
.chevron-link-chevron:hover {
  background: #e87324;
  color: #ffffff;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .col-container {
    display: block;
  }
}
/* IMAGES */

.img-small {
  width: 100px;
  height: 100px;
  display: block;
  margin: 10px auto;
  border-radius: 50%;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
  border: 1px solid #ffffff;
}
.img-event {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: top center;
  /*padding: 4px;*/
  border: 2px solid #ffffff;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
  margin-bottom: 15px;
}
.img-book {
  width: 350px;
  display: block;
  margin: 0px auto;
}
.img-book-sm {
  width: 250px;
  display: block;
  margin: 0px auto 20px;
}
.img-main-article {
  min-height: 400px;
}

/* 150 STORIES LISTING STYLES */

.blog-featured {
  background: linear-gradient(35deg, rgba(137,116, 32, 0.75) 0%, rgba(196,191,150, 0.75) 32%, rgba(132,115,73, 0.75) 77%, rgba(190,183,112, 0.75) 100%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 3px 3px 3px 3px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.25);
}
.blog-featured {
  margin-bottom: 20px;
}
.hp-main-featured {
  /*border-radius: 10px;
  border-radius: 1.0rem;
  border: 9px solid white;*/
  /*background: linear-gradient(180deg, #ffffff, #d9daeb);*/
  background: #ffffff;
  /*margin-bottom: 25px;*/
}
.hp-main-featured header {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.hp-main-featured .item-header .img-post {
  height: 250px;
  width: 100%;
  object-fit: cover;
  /*border-radius: 7px 7px 0px 0px;
  border-radius: 0.7rem 0.7rem 0 0;*/
}
.hp-main-featured .item-content {
  padding: 35px;
  padding: 3.5rem;
}

.hp-related-featured {
  /*border-radius: 10px;
  border-radius: 1.0rem;
  border: 9px solid white;*/
  /*background: linear-gradient(180deg, #ffffff, #d9daeb);*/
  background: #ffffff;
  margin-bottom: 25px !important;
}
.hp-related-featured header {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.hp-related-featured .item-header .img-post {
  height: 200px;
  width: 100%;
  object-fit: cover;
  /*border-radius: 7px 7px 0px 0px;
  border-radius: 0.7rem 0.7rem 0 0;*/
}
.hp-related-featured .item-content {
  padding: 35px;
  padding: 3.5rem;
  background: white;
}
.related-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
}
.related-item {
  display: grid;
  margin-bottom: 20px;
}
/* SEARCH RESULTS */
.blog-item {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  background: linear-gradient(35deg, rgba(137,116, 32, 0.75) 0%, rgba(196,191,150, 0.75) 32%, rgba(132,115,73, 0.75) 77%, rgba(190,183,112, 0.75) 100%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 3px 3px 3px 3px;
  display: grid;
  grid-template-columns: 1fr 6fr;
  margin-bottom: 20px;
}
.blog-item .blog-left {
  padding: 10px;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-item .blog-right {
  padding: 15px;
  margin: 0px;
  background: white;
}
.blog-item .blog-right a {
  text-decoration: none;
}
.blog-item .blog-right .text-wrap p {
  margin-bottom: 7px !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
.small-excerpt-text {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
}
.blog-item .small-text {
  margin-bottom: 7px;
}

.blog-item h4 {
  margin-bottom: 9px;
}
@media (max-width: 768px) {
  .related-wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 599px) {
  .blog-item {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    
    display: grid;
    grid-template-columns: 1fr;
  }
  .blog-item .blog-left {
    height: 120px;
  }
}
.articles-wrap {
  display: grid;
}
.articles-wrap .item {
  display: grid;
  /*border-radius: 9px;
  border-radius: 0.9rem;*/
  background: #ffffff;
  /*margin-bottom: 15px;*/
  border-bottom: 2px solid rgba(200, 182, 158,0.15);
}
.articles-wrap .item .item-header {
  min-height: 120px;
}
.articles-wrap .item .item-header .img-post {
  min-height: 120px;
  width: 100%;
  object-fit: cover;
}
.articles-wrap .item .item-content {
  padding: 20px 25px;
  padding: 2rem 2.5rem;
}
.articles-wrap .item .item-content a, .hp-main-featured .item-content a {
  text-decoration: none;
}
.hp-main-featured .item-content h2 {
  line-height: 42px;
  line-height: 4.2rem;
  margin-bottom: 20px;
}
.articles-wrap .item .item-content h3 {
  line-height: 32px;
  line-height: 3.2rem;
  margin-bottom: 12px;
}
.articles-wrap .item .item-content h4 {
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 10px;
}
.articles-wrap .item .item-content p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
  margin-bottom: 9px;
}
.articles-wrap .item .item-content .date, .hp-main-featured .item-content .date, .blog-item .blog-right .item-content .date {
  /*text-transform: uppercase;*/  
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #b7a081;
}
.blog-right .item-content p {
  margin-bottom: 10px;
  margin-bottom: 1.0rem;
}


/*linear-gradient(35deg, rgba(137,116, 32, 0.9), #897448 0%, #c4bf96 32%, #847349 77%, #beb770 100%);*/
.card-150, .card-video, .card-donate {
  background: linear-gradient(35deg, rgba(137,116, 32, 0.75) 0%, rgba(196,191,150, 0.75) 32%, rgba(132,115,73, 0.75) 77%, rgba(190,183,112, 0.75) 100%); /*, url(../images/gold-foil-texture2.jpg) center center no-repeat;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 3px 3px 3px 3px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.25);
  margin-bottom: 15px;
  display: flex;
  flex: 1;
}
.card-150-sidebar {
  display: block;
}
@media (max-width: 991px) {
  .card-150-sidebar {
    text-align: center;  
  }
}
.card-donate {
  margin-bottom: 25px;
}
.card-150 a, .card-video a {
  text-decoration: none;
  color: white;
}
.card-150-inner {
  padding: 25px;
  background: white;
  flex-grow: 2;
}
.card-video-inner {
  background: white;
  flex-grow: 2;
}
.blockquote-sm {
  text-align: left;
  border-top: 1px solid #e87324;
  border-bottom: 1px solid #e87324;
  border-left: none;
  margin: 20px 10%;
  /*width: 100%;*/
}
.blockquote-sm:before, .blockquote-sm:after {
    background-image: url(../images/quote-cr.png);
    position: relative;
    z-index: 100000;
}
.blockquote-sm:after {
  content: " ";
  bottom: 0;
  margin-bottom: -40px;
  transform: rotate(180deg);
}
.blockquote-sm .blockquote-quote {
  padding: 20px;
  font-family: linotype-didot, serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 40px;
  font-style: italic;
}
.blockquote-author-wrap {
  /*width: 90%;*/
}
.blockquote-author {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: right;
  color: #767574;
}
.blockquote-author:before {
  content: "- ";
}
.blockquote-on-orange {
  margin: 40px 10% 100px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.title-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title-grid a {
  font-size: 16px;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}

/* SLIDING MODULES ON SCROLL */
.slide-in {
  transform: translateX(-100px);
  animation: come-in 2.8s ease forwards;
}
.slide-out {
  transform: translateX(100px);
  animation: come-in 2.8s ease forwards;
}
.slide-in:nth-child(odd) {
  animation-duration: 2.2s;
}
.slide-in-sideways {
  transform: translateX(-350px);
  animation: come-in 1.8s ease forwards;
}
.slide-in-sideways:nth-child(odd) {
  animation-duration: 1.4s;
}
.already-visible {
  transform: translateY(0);
  animation: none;
}
.already-visible-horizontal {
  transform: translateX(0);
  animation: none;
}
@keyframes come-in {
  to { transform: translateY(0); }
}

/* BUTTONS */

.btn-wrap {
  text-align: center;
  margin-bottom: 35px;
}
.btn-main {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px 25px;
  padding: 2.0rem 2.5rem;
  cursor: pointer;
  border: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: inline-block;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
}
.btn-large {
  padding: 25px 35px;
  padding: 2.5rem 3.5rem;
  font-size: 20px;
}
.btn-small {
  padding: 13px 20px;
  padding: 1.3rem 2.0rem;
  font-size: 14px;
}
.btn-orange {
  background: #e87324;
  color: white !important;
  /*text-shadow: 0px 1px 2px rgba(0,0,0,0.75);*/
}
.btn-orange:hover {
  /*background: linear-gradient(35deg, #897448 0%, #c4bf96 32%, #847349 77%, #beb770 100%);*/
  /*background: rgba(232,115,36, 0.9);*/
  color: black !important;
  text-shadow: 0px 1px 2px rgba(255,255,255,1.0);
  box-shadow: 0px 2px 4px rgba(255,255,255,0.35);
}
.btn-white {
  background: #ffffff;
  color: #2d3d47 !important;
  /*text-shadow: 0px 1px 2px rgba(0,0,0,0.75);*/
}
.btn-white:hover {
  background: #2d3d47;
  color: white !important;
  /*text-shadow: 0px 1px 2px rgba(255,255,255,1.0);*/
}
.btn-gray {
  background: #2d3d47;
  color: white !important;
  /*text-shadow: 0px 1px 2px rgba(0,0,0,0.75);*/
}
.btn-gray:hover {
  background: #ffffff;
  color: #2d3d47 !important;
  /*text-shadow: 0px 1px 2px rgba(255,255,255,1.0);*/
}
.btn-gold {
  background: linear-gradient(35deg, #897448 0%, #c4bf96 32%, #847349 77%, #beb770 100%);
  color: black !important;
  text-shadow: 0px 1px 2px rgba(255,255,255,1.0);
}
.btn-gold:hover {
  background: #e87324;
  color: white !important;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.75);
}
.box-shadow-none {
  box-shadow: none !important;
}

/* MAIN LOGOS */
.main-logo-wrap {
  display: grid;
  /*grid-template-columns: 250px auto;*/
  /*grid-template-columns: 350px;*/
  grid-template-columns: 1fr;
  grid-gap: 20px;
  justify-content: center;
  align-items: center;
  /*padding-bottom: 30px;*/
  padding-top: 20px;
  margin-bottom: 30px;
  /*border-bottom: 2px solid rgba(255,255,255,0.25);*/
}
@media (max-width: 991.98px) {
  .main-logo-wrap {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.video-content-wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  justify-content: center;
  align-items: center;
  /*padding-top: 20px;
  margin-bottom: 30px;*/
}

/*.sm-logo-main {
  margin-top: -45px;
}*/
.sm-logo-main svg, .sm-logo-main img {
  /*width: 75px;*/
  padding-top: 7px;
  padding-bottom: 7px;
  /*position: absolute;*/
  top: 27px;
  padding-left: 20px;
  transition: all 0.9s;
  opacity: 0.0;
}
.nav-logo-legacy svg, .nav-logo-legacy img {
  width: 225px;
  padding-top: 7px;
  padding-bottom: 7px;
  /*position: absolute;*/
  top: 27px;
  padding-left: 20px;
  transition: all 0.9s;
  opacity: 0.0;
}
.nav-logo-legacy svg.vis, .nav-logo-legacy img.vis {
  width: 225px;
  padding-top: 7px;
  padding-bottom: 7px;
  /*position: absolute;*/
  top: 27px;
  padding-left: 20px;
  transition: all 0.9s;
  opacity: 1.0;
}
.sm-logo-main svg.vis, .sm-logo-main img.vis, .sm-logo-sub img {
  width: 150px;
  top: 0px;
  transition: all 0.9s;
  opacity: 1.0;
}
.main-logo {
  max-width: 315px;
  max-width: 31.5rem;
  display: block;
  transition: all 0.9s;
  /*margin-top: -45px;*/
}
.main-logo-legacy {

}
.intro-logo {
  /*margin-top: -45px;*/
  /*width: 450px;*/
}
.intro-logo-wrap {
  display: grid;
  align-items: center;
  min-height: 450px;
}
.intro-logo-splash {
  /*width: 750px;*/
  margin-bottom: 55px;
}
.legacy-logo {
  width: 750px;
  margin: 0px auto 30px;
  display: block;
}
.legacy-logo-support {
  width: 450px;
  margin: 0px auto 30px;
  display: block;
}
.legacy-logo-sm {
  width: 250px;
  /*margin-bottom: 15px;*/
}
@media (max-width: 991.98px) {
  .sm-logo-main {
    position: relative;
    /*z-index: 10000;*/
  }
  .sm-logo-main svg, .sm-logo-main img {
    width: 150px;
    top: 0px;
  }
  .sm-logo-sub img {
    width: 150px;
  }
}
@media (max-width: 767.98px) {
  .intro-logo-wrap {
    display: grid;
    align-items: center;
    min-height: auto;
    padding-top: 35px;
    padding-bottom: 45px;
  }
}
/* SEARCH BAR STYLES */
.dynamic-search {
  position: absolute;
  width: 45px;
  height: 60px;
  background: rgba(255,255,255,0.0);
  overflow: hidden;
  right: 20px;
  transition: 0.5s;
  text-align: right;
}

.dynamic-search input {
  position: relative;
  top: 1px;
  left: 0px;
  width: calc(380px);
  border: none;
  outline: none;
/*  border-radius: 35px;
  border-radius: 3.5rem;*/
  box-shadow: 0px 2px 7px rgba(15, 0, 100,0.25);
  background: rgba(255,255,255,0.0);
  opacity: 0.0;
  padding: 17px 17px;
  padding: 1.7rem 1.7rem;
  font-size: 16px;
  margin-left: 60px;
  border-radius: 0px;
}
.dynamic-search.active {
  width: 380px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0px 4px 20px rgba(0,0,0,0.15);
  /*border-radius: 28px;*/
  transition: 0.5s;
}
.dynamic-search.active input {
  background: rgba(255,255,255,1.0);
  opacity: 1.0;
}
@media (max-width: 991.98px) { 
  .dynamic-search {
    right: 75px;
  }
}
@media (max-width: 474.98px) { 
  .dynamic-search.active {
    width: 250px;
  }
}
.search-icon {
  position: absolute;
  top: 5px;
  right: 5px;
  /*background: linear-gradient(110deg,rgba(0,42,161,1.0),rgba(0,212,255,1.0));*/
  /*background: linear-gradient(110deg,rgba(0,212,255,0.5),rgba(0,212,255,1.0));*/
  background: none;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  width: 60px;
  height: 60px;
  transition: 0.5s;

  top: 0px;
  left: -1px;
  border-radius: 0;
}

.search-icon:before {
  position: absolute;
  content: '';
  top: 18px;
  left: 12px;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 3px solid white;
  border-radius: 50%;
  transition: 0.5s;
  /*border: 3px solid rgba(0,30,97,0.25);*/
}
.search-icon:after {
  position: absolute;
  content: '';
  top: 30px;
  left: 30px;
  width: 12px;
  height: 12px;
  background: transparent;
  border-left: 3px solid white;
  transform: rotate(-45deg);
  transition: 0.5s;
  /*border-left: 3px solid rgba(0,30,97,0.25);*/
}

.dynamic-search.active .search-icon {
  background: #C0205D;
}
.dynamic-search.active .search-icon:before {
  position: absolute;
  content: '';
  top: 9px;
  left: 13px;
  width: 20px;
  height: 30px;
  background: transparent;
  border: none;
  border-right: 3px solid white;
  border-radius: 0;
  transition: 0.5s;
  transform: rotate(45deg);
}
.dynamic-search.active .search-icon:after {
  position: absolute;
  content: '';
  top: 9px;
  left: 26px;
  width: 20px;
  height: 30px;
  background: transparent;
  border-left: 3px solid white;
  transform: rotate(-45deg);
  transition: 0.5s;
}

/*@media (max-width: 991.98px) { 
  .dynamic-search {
    margin: 0px auto 30px;
    width: 350px;
  }
}*/

/* NAVIGATION */
.site-header {
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  transition: all 0.9s;
  transition: all 0.9s;
}
.site-header.vis {
  background: rgba(0,0,0, 0.75);
  backdrop-filter: blur(5px);
/*  border-bottom: 5px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to right, #C10230, #ffffff, #0000ff);*/
  box-shadow: 0px 4px 10px rgba(33,44,85,0.25);
  transition: all 0.9s;
}
.bar {
  display: block;
  background-color: #ffffff;
  width: 35px;
  width: 3.5rem;
  height: 4px;
  height: 0.4rem;
/*  border-radius: 5px;
  border-radius: 0.5rem;*/
  margin: 5px auto;
  margin: 0.5rem auto;
  -webkit-transition: background-color 0.4s ease-in, width 0.4s ease-in, -webkit-transform 0.4s ease-in;
  transition: background-color 0.4s ease-in, width 0.4s ease-in, -webkit-transform 0.4s ease-in;
  transition: background-color 0.4s ease-in, transform 0.4s ease-in, width 0.4s ease-in;
  transition: background-color 0.4s ease-in, transform 0.4s ease-in, width 0.4s ease-in, -webkit-transform 0.4s ease-in;
}
/*.bar.vis {
  background-color: #e87324;
}*/
.navbar {
  position: relative;
  z-index: 1000;
  padding-bottom: 0;
  padding-top: 0;
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-collapse {
    margin-right: 79px;
    border-right: 1px solid rgba(255,255,255,0.25);
    justify-content: flex-end;
  }
}
.navbar-collapse {
  /*margin-right: 60px;
  margin-right: 6.0rem;*/
  /*border-right: 2px solid #1D3347;*/
  /*opacity: 0.0;*/
}
.navbar-collapse.vis {
  opacity: 1;
  -webkit-transition: background 1s;
  transition: background 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
.navbar-toggler.vis {
  opacity: 1;
  -webkit-transition: background 1s;
  transition: background 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
.navbar-nav:nth-child(5) {
  margin-right: 25px;
  margin-right: 2.5rem;
}
.navbar .container {
  padding-left: 0px;
  padding-right: 0px;
}
.navbar-toggler {
  /*white-space: nowrap;
  display: inline-block;
  height: 45px;
  height: 4.5rem;
  line-height: 36px;
  line-height: 3.6rem;
  padding: 0 9px;
  padding: 0 0.9rem;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .025em;
  color: white;
  text-decoration: none;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  margin: 9px 10px 10px;
  margin: 0.9rem 1.0rem 1.0rem;
  border-radius: 4px;
  border-radius: 0.4rem;*/

  white-space: nowrap;
  display: inline-block;
  /* height: 45px; */
  /* height: 4.5rem; */
  line-height: 36px;
  line-height: 3.6rem;
  padding: 9 10px;
  padding: 0.9rem 1rem;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .025em;
  color: white;
  text-decoration: none;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  margin: 9px 10px 10px;
  margin: 1rem 1rem 1rem;
  /* border: 2px solid #e87324; */
  /* border-radius: 4px; */
  border-radius: 0;
  background: black;
}
.nav-link {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 400;
  cursor: pointer;
}
.nav-link a {
  padding: 15px 12px;
  padding: 1.5rem 1.2rem;
  color: #ffffff;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 400;
  display: block;
  text-decoration: none;
  /*text-transform: uppercase;*/
}
/*.nav-link a.vis {
  color: #202227;
}*/
.nav-link a:hover {
  /*background: linear-gradient(35deg, #897448 0%, #c4bf96 32%, #847349 77%, #beb770 100%);*/
  text-decoration: none;
  color: #e87324;
  padding: 15px 12px;
  padding: 1.5rem 1.2rem;
  margin-top: 0px;
  margin-bottom: 0px;
  cursor: pointer;
/*  border-radius: 4px 4px 0px 0px;
  border-radius: 0.4rem 0.4rem 0 0;*/
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px;
}
.current-menu-item {
  background: rgba(255,255,255,0.1);
}
.current-menu-item a {
  color: #e87324;
  padding: 0px;
  padding: 15px 12px;
  padding: 1.5rem 1.2rem;
  background: rgba(255,255,255,0.05);
/*  border-radius: 4px 4px 0px 0px;
  border-radius: 0.4rem 0.4rem 0 0;*/
}
.current-menu-item .dropdown-menu .nav-link a {
  background: none;
}
.current-menu-item .dropdown-menu .nav-link a:hover {
  background: #e87324;
  border-radius: 0;
}
.dropdown-menu {
  position: absolute;
  top: 116%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 0;
  margin: 0px;
  font-size: 14px;
  color: #202227;
  text-align: left;
  list-style: none;
  background: rgba(0,0,0,0.8);/* #2197ff;*/
  background-clip: padding-box;
  box-shadow: 0px 4px 20px rgba(15, 0, 100, 0.25);
  box-shadow: 0 0.4rem 2.0rem rgba(15, 0, 100, 0.25);
  min-width: 200px;
  min-width: 20.0rem;
  border-radius: 0px;
  border-radius: 0rem;
  border-left: 0px;
}
.dropdown-menu .nav-link {
  border-bottom: 1px solid #1D3347;
}
.dropdown-menu .nav-link:last-child {
  border: none;
}
/*.dropdown-menu .current-menu-item:last-child {
  border-radius: 0px 0px 4px 4px;
  border-radius: 0 0 0.4rem 0.4rem;
}
.dropdown-menu .nav-link:last-child a:hover {
  border-radius: 0px 0px 4px 4px;
  border-radius: 0 0 0.4rem 0.4rem;
}*/
.dropdown-menu .dropdown-item {
  color: #202227;
  padding-top: 7px;
  padding-top: 0.7rem;
  padding-bottom: 7px;
  padding-bottom: 0.7rem;
  font-weight: 600;
  width: 100%;
}
.dropdown-menu .dropdown-item a {
  padding: 15px;
  padding: 1.5rem;
}
.dropdown-menu .nav-link a {
  color: #ffffff;
  line-height: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 14px;
  padding: 1.0rem 1.4rem;
  letter-spacing: 0;
}
.dropdown-menu .current-menu-item {
  background: white;
}
.current-menu-parent {
  background: none;
}
.dropdown-menu .current-menu-item a {
  background: rgba(255,255,255,0.1);
  color: #000;
}
.dropdown-menu .current-menu-item a:first-child {
  border-radius: 0px;
}
.dropdown-menu .nav-link a:hover {
  color: white;
  margin: 0px;
  border-radius: 0px;
  background: #e87324;
}
.dropdown-menu .current-menu-item a:hover {
  border-radius: 0px;
  color: #202227;
}
.dropdown-menu .dropdown-item a:hover, .dropdown-menu .dropdown-item:hover {
  background: #202227;
  color: white;
  /*border-radius: 4px !important;*/
  width: 100%;
}
/*.dropdown-toggle:hover {
  border-radius: 4px 4px 0px 0px;
  border-radius: 0.4rem 0.4rem 0 0;
}*/
.push-right-margin {
  margin-left: auto;
}
.navbar-collapse .navbar-nav {
  margin-left: 0;
}
/*.navbar-expand-lg .navbar-collapse {
  justify-content: center;
}*/
.site-nav-sub {
  background: rgba(0,0,0, 0.75);
}
.mini-nav-wrap {
  background: #e87324;
  /*background: rgba(236, 115, 6, 0.5);*/
  /*padding: 9px 25px 0px;*/
  padding: 5px 15px;
  border-bottom: 1px solid rgba(255,255,255,0.25);
  transition: all 0.9s;
}
.mini-nav-wrap.vis {
  background: rgba(236, 115, 6, 1.0);
}
.logo-mini-nav {
  /*text-align: right;*/
  display: flex;
  text-align: right;
  transition: all 0.3s ease;
  justify-content: flex-end;
  grid-gap: 9px;
  color: white;

  list-style: none;
  margin: 2px;
  padding-left: 0px;
}
.logo-mini-nav li {
  border-right: 1px solid white;
  padding: 0px 10px 0px 0px;
}
.logo-mini-nav li a {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 800;
  /*font-weight: 700;*/
  text-transform: uppercase;
  color: white;
  text-decoration: none;
}
.logo-mini-nav li:last-child {
  border-right: none;
  padding-right: 0px;
}
.logo-mini-nav.vis {
  /*display: none;*/
  transition: all 0.3s ease;
}
.mini-nav-wrap.vis {
  background: rgba(236, 115, 6, 1.0);
}
.mini-nav-wrap.vis .logo-mini-nav a {
  color: white;
}
.logo-mini-nav a:hover, .mini-nav-wrap.vis .logo-mini-nav a:hover {
  color: #d2d2d2;
  text-decoration: none;
}
.mobile-login, .mobile-shop {
  display: none;
}
.category-nav-wrap {
  background: #f2f2f2;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
}
.category-nav-wrap p {
  margin-bottom: 0px;
}

@media (max-width:991.98px) {
  .site-header {
    display: block;
    backdrop-filter: blur(5px);
  }
  .navbar {
    text-align: center;
    /*padding: 0px 15px 0px 15px;
    padding: 0 1.5rem 0 1.5rem;*/
    /*justify-content: end;*/
  }
  .navbar-collapse .navbar-nav {
    /*margin-top: 15px;
    margin-top: 1.5rem;*/
    margin-top: 12px;
    margin-top: 1.2rem;
    background: rgba(255,255,255,0.9);
  }
  .navbar-expand-lg .navbar-nav .nav-link.active, .navbar-expand-lg .navbar-nav .nav-link.active a {
    background: #e87324;
    border-radius: 0px;
  }
  
  .navbar-expand-lg .navbar-nav .nav-link.active a:hover {
    color: #1D3347;
  }
  .nav-link {
    padding: 9px 0;
    padding: 0.9rem 0;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.25);
    text-align: center;
  }
  .nav-link a {
    padding: 10px 20px;
    padding: 1.0rem 2.0rem;
    color: #202227;
    border-left: 6px solid #f2f2f2;
  }
  .nav-link a:hover, .dropdown-menu .nav-link a:hover {
    background: #e87324;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    padding: 1.0rem 2.0rem;
  }
  .dropdown-menu .nav-link a:hover {
    padding-left: 35px;
    padding-left: 3.5rem;
    padding: 7px 14px;
    padding: 0.7rem 1.4rem;
  }
  .dropdown-menu {
    /*border-left: 5px solid #a9c5ff;*/
    border-top: 1px solid #f2f2f2;
    border-bottom: none;
    border-radius: 0px;
    background: rgba(255,255,255,0.9);
    min-width: 75%;
  }
  .dropdown-toggle, .dropdown .dropdown-toggle:hover {
    /*background: linear-gradient(35deg, #897448 0%, #c4bf96 32%, #847349 77%, #beb770 100%) !important;*/
    background: rgba(0,0,0,0.09) !important;
    /*border-top: 2px solid #e87324;*/
  }
  .dropdown .dropdown-toggle:hover {
    color: #000;
  }
  .dropdown-menu .nav-link {
    border-bottom: 1px solid #e87324;
  }
  .dropdown-menu .current-menu-item:last-child {
    border-radius: 0px;
  }
  .dropdown-menu .nav-link {
    border-bottom: 1px solid #f2f2f2;
    padding-left: 15px;
    padding-left: 1.5rem;
    background: white;
  }
  .dropdown-menu .nav-link a {
    padding: 7px 14px;
    padding: 0.7rem 1.4rem;
    letter-spacing: 1px;
    letter-spacing: 0.1rem;
    font-weight: 500;
    /*padding-left: 35px;
    padding-left: 3.5rem;*/
  }
  .dropdown-menu .nav-link a, .dropdown-menu .current-menu-item a:hover {
    color: #1D3347;
    padding: 7px 14px 7px 35px;
    padding: 0.7rem 1.4rem 0.7rem 3.0rem;
    border-left: 5px solid #f2f2f2;
  }
  .dropdown-menu .nav-link a:hover, .dropdown-menu .nav-link:last-child a:hover {
    border-radius: 0px;
    padding: 7px 14px 7px 30px;
    padding: 0.7rem 1.4rem 0.7rem 3rem;
  }
  .menu-wrap, .blog-menu-wrap {
    padding: 0px;
  }
  .navbar-collapse {
    border: none;
    /*background: rgba(255,255,255,0.95);*/
    margin-right: 0px;
    position: absolute;
    top: 63px;
    top: 6.3rem;
    left: 35%;
    width: 65%;
    transition: all 0.3s ease;
    display: block;
  }
  .navbar-collapse.show {
    overflow: auto;
    /*max-height: 450px;
    max-height: 45.0rem;*/
    align-items: start;
  }
  .navbar-collapse.collapsing {
    height: auto !important;
    margin-left: 100%;
    transition: all 0.3s ease;
    display: block;
  }
  .navbar-collapse.show {
    right: 0;
    /*border-radius: 0px 0px 6px 6px;
    border-radius: 0 0 0.6rem 0.6rem;*/
    box-shadow: none;
    /*border-bottom: 6px solid #e87324;*/
  }
  .navbar-nav .dropdown-menu {
    display: block;
    box-shadow: none;
    min-width: 100%;
    border-bottom: 4px solid rgba(0,0,0,0.25);
  }
  .nav-link {
    text-align: left;
  }
  /*.nav-link a {
    color: #0f0064;
  }*/
  .nav-link a:hover {
    border-radius: 0px;
    border-radius: 0;
  }
  .top-nav {
    background: rgba(255,255,255,0.25);
  }
/*  .logo-mini-nav {
    display: none;
  }*/
  .mobile-login, .mobile-shop {
    display: inline-block;
  }

  .mobile-shop {
    background: #b2d1f2;
    color: 
  }
  .mobile-events a {
    background: #e87324;
    color: white;
  }
  .mobile-events a:hover {
    background: #c6011b;
  }
}
@media (max-width: 500px) {
  .mini-nav-wrap {
    padding: 5px 10px;
  }
  .logo-mini-nav {
    display: flex;
    transition: all 0.3s ease;
    justify-content: center;
    /*grid-gap: 4px;*/
    align-content: center;
    align-items: stretch;
    line-height: 1.0em;
    text-align: center;
    margin: 2px;
    padding-left: 0px;
  }
  .logo-mini-nav li a {
    display: flex;
    align-items: center;
    padding: 0px;
    font-size: 11px;
    font-size: 1.1rem;
	line-height: 0.9;
  }
  .navbar-collapse {
    left: 0%;
    width: 100%;
  }
}
#menu-donate {
  position: absolute;
  top: 12px;
  right: 15px;
  margin-left: 5px;
}
.donate {
  /*background: linear-gradient(35deg, #897448 0%, #c4bf96 32%, #847349 77%, #beb770 100%);*/
  background: #e87324;
  border-bottom: 0;
  border-radius: 0px;
  border-radius: 0.0rem;
}
.donate.vis {
  border-radius: 0px;
  border-radius: 0;
}
.donate a {
  color: #fff;
  text-shadow: 0px 1px 2px rgba(255,255,255,0.5);
  border-radius: 0px;
  border-left: none;
  padding: 14px 24px;
  padding: 1.4rem 2.4rem;
}
.donate a:hover {
  /*background: #287114;*/
  background: #000000;
  color: white;
  padding: 14px 24px;
  padding: 1.4rem 2.4rem;
}

@media (max-width: 991.98px) {
  #menu-donate {
    position: absolute;
    top: 11px;
    right: 79px;
  }
}

/* FOOTER */
#footer {
  /*background: #2d3d47;*/
  background: linear-gradient(0deg, rgba(81,75,71,0.95), rgba(81,75,71,0.95)), url("../images/footer-bg.jpg") top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 30px;
  padding-top: 3.0rem;
  padding-bottom: 25px;
  padding-bottom: 2.5rem;
}
.footer-main {
  /*background: linear-gradient(110deg, rgba(0,30,97,0.92), rgba(0,30,97,0.97));*/
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.footer-logo-wrap {
  display: grid;
  grid-template-columns: 120px auto;
  grid-gap: 10px;
  align-items: end;
  padding-bottom: 30px;
  align-items: center;
  /*margin-bottom: 30px;*/
  color: white;
}
.footer-logo-wrap .mcd-address {
  margin-bottom: 0px;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  font-size: 1.3rem;
}
.sm-logo-footer {
  width: 120px;
  width: 12.0rem;
  display: block;
}
.footer-main .footer-nav {
  border-bottom: 2px solid rgba(255,255,255,0.25);
  /*padding-bottom: 10px;
  padding-bottom: 1.0rem;*/
  margin-bottom: 10px;
  margin-bottom: 1.0rem;
}
.footer-main .footer-nav ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.footer-main .footer-nav .nav-item {
  text-transform: none;
  margin-left: 0px;
}
.footer-main .footer-nav li {
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
  margin-right:15px;
}
.footer-main .footer-nav li:hover {
  background: none;
}
.footer-main .footer-nav li a {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  line-height: 1.8rem;
}
.footer-main .footer-nav li a:hover {
  color: #e87324;
  background: none;
  text-decoration: underline;
}
.footer-main .footer-nav-secondary {
  border-bottom: none;
}
.footer-main .footer-nav-secondary li a {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.footer-main .disclaimer p {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 12px;
  font-size: 1.2rem;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
  font-style: italic;
}
.footer-main h3 {
  color: #a2874f;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  text-shadow: 0px 1px 2px rgba(0,30,97,0.95);
}
.footer-main h4 {
  color: #2d3d47;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-bottom: 1.0rem;
  font-weight: 700;
}
.footer-main .cal-footer {
/*  padding-left: 15px;
  padding-left: 1.5rem;
  padding-right: 15px;
  padding-right: 1.5rem;*/
  font-size: 30px;
  font-size: 3.0rem;
  margin-bottom: 40px;
  margin-bottom: 4.0rem;
  border-bottom: 3px solid rgba(0,30,97, 0.5);

  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  width: 100%;
}
.footer-main .social-footer {
  text-align: right;
}
.footer-main .social-links {
  padding-right: 0px;
  margin: 0px 0px 10px 0px;
  margin: 0 0 1.0rem 0;
}
.footer-main .social-links li {
  list-style-type: none;
  display: inline-block;
  width: 20px;
  width: 2.0rem;
  height: 20px;
  height: 2.0rem;
  text-align: center;
  margin-left: 10px;
  margin-left: 1.0rem;
}
.footer-main .social-links li .bi {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 20px;
  line-height: 2.0rem;
  color: #e87324;
}
.footer-main .social-links li .bi:hover {
  font-size: 20px;
  font-size: 2.0rem;
  color: #2d3d47;
}
.footer-main .social-links li:first-child {
  margin-left: 0px;
}
.footer-phone {
  font-weight: 900;
}

@media (max-width: 991.98px) {
  /*.footer-main {
    padding-bottom: 115px;
    padding-bottom: 11.5rem;
  }*/
  .footer-main .footer-nav .nav-item {
    border-bottom: none;
    line-height: 1.1em;
  }
   .footer-main .social-footer {
    text-align: center;
    padding-top: 20px;
    padding-top: 2.0rem;
  }
  .footer-logo-wrap, .footer-main .footer-nav ul {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .footer-main .footer-nav .nav-item {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0px;
  }
  .footer-main .footer-nav li {
    margin-bottom: 7px;
    margin-bottom: 0.75rem;
  }
  .footer-main .footer-nav li a {
    font-size: 15px;
    font-size: 1.5rem;
    /*text-decoration: underline;*/
    line-height: 1.0rem;
  }
  .footer-main h3  {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .footer-main .social-links li {
    margin-left: 10px;
    width: 20px;
    width: 2.0rem;
    height: 20px;
    height: 2.0rem;
  }
  .footer-main .social-links li a {
    height: 20px;
    height: 2.0rem;
  }
  .footer-main .social-links li .bi {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .footer-main .social-links li .bi:hover {
    font-size: 20px;
    font-size: 2.0rem;
  }
  /*.sm-logo-footer {
    width: 250px;
    width: 25.0rem;
    margin: 10px auto 20px;
    margin: 1.0rem auto 2.0rem;
    display: block;
  }*/
}

@media (max-width: 575.98px) {
  .footer-main { 
    padding-bottom: 20px; 
    padding-bottom: 2.0rem;
  }
  .footer-main .footer-nav {
    text-align: center;
  }
  .footer-widget-wrap {
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
  }
  .footer-main .cal-footer {
    grid-template-columns: 1fr;
  }
  .footer-main .cal-footer .donate-wrap {
    display: grid;
    justify-content: center;
  }
  .footer-main .cal-footer .donate-footer {
    padding: 20px;
    padding: 2.0rem;
    margin: 0;
  }
}

/* FRONT PAGE STYLES */

video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 99%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/mcdonogh-150-bg.jpg) no-repeat;
  background-size: cover;
  object-fit: cover;
  transition: opacity 1s;
}
.stopfade {
  opacity: .5;
}
#vidpause {
  display: absolute;
  cursor: pointer;
}
#bgimg {
  display: none;
}
@media screen and (max-device-width:499px) {
  #bgimg {
    display: block;
    background: url(../images/McDonogh-150-bg2.jpg) #000 no-repeat 50% fixed;
    background-size: cover;
    position: absolute;
    z-index: -1;
    top: 0%;
    left: 0%;
    bottom: 0%;
    right: 0%;
    width: auto;
    height: 500px;
  }
  #bgvid {
    display: none;
  }
}

#hero {
  /*height: 100vh;*/
  background-size: cover;
}
#hero .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}


/* INTERNAL PAGE STYLES */

.content-main {
  /*padding-bottom: 55px;*/
}

/* EVENTS PAGE */

.occurred {
  background: #ae3c2b;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 9px;
  box-shadow: 0px 3px 9px rgba(0,0,0,0.5);
}
.occurred p {
  color: white;
  margin-bottom: 0px;
  letter-spacing: 1px;
  font-size: 18px;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 800;
}
.img-past {
  border: 2px solid #f2f2f2;
}
.img-past-large {
  border: 13px solid #f2f2f2;
  transform: rotate(4deg);
  box-shadow: 0px 8px 20px rgba(0,0,0,0.15);
  display: block;
  margin: 10px auto 30px;
}
.event-preview-wrap {
  margin-top: 30px;
  margin-bottom: 55px;
}
.event-photo-wrap {
  margin-top: -100px;
  margin-bottom: 0px;
}
.section-calendar {
  padding: 25px 0px;
}
.calendar-list-wrap {
  margin-bottom: 45px;
}
.calendar-list, .lt-gray-bg {
  background: #f2f2f2;
}
.calendar-item-wrap {
  display: grid;
}
.calendar-item {
  /*background: rgba(0,0,0,0.05);*/
  background: white;
  display: grid;
  grid-template-columns: 90px auto 50px;
  border: 2px solid #f2f2f2;
  margin-bottom: 25px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.05);
  /* border-left: 13px solid #f2f2f2; */
}
.calendar-item-home {
  display: grid;
  /*background: rgba(0,0,0,0.05);*/
  background: white;
  /* display: grid;
  grid-template-columns: auto 50px; */
  border: 2px solid #f2f2f2;
  /*margin-bottom: 25px;*/
  box-shadow: 0px 4px 10px rgba(0,0,0,0.05);
  /* border-left: 13px solid #f2f2f2; */
}
.calendar-item-date, .calendar-item-content {
  color: black;
}
.calendar-link {
  text-decoration: none;
}
.calendar-item:hover {
  cursor: pointer;
  background: rgba(0,0,0,0.05);
}
.calendar-item:hover .sub-event-chevron {
  background: #e87324;
}
.border-anniversary-weekend {
  border-left: 5px solid #2d3d47;
}
.anniversary-weekend-active .tag {
  background: #2d3d47 !important;
  color: white !important;
}
.border-milestone-reunions {
  border-left: 5px solid #4f0131;
}
.milestone-reunions-active .tag {
  background: #4f0131 !important;
  color: white !important;
}
.border-on-the-road {
  border-left: 5px solid #287114;
}
.on-the-road-active .tag {
  background: #287114 !important;
  color: white !important;
}
.border-mcdonogh-voices {
  border-left: 5px solid #e87324;
}
.mcdonogh-voices-active .tag {
  background: #e87324 !important;
  color: white !important;
}
/*.calendar-item-alumni {
  border-left: 13px solid #2d3d47;
}*/
.calendar-item .calendar-item-date, .calendar-item-home .calendar-item-date {
  /*display: grid;
  align-items: center;
  justify-content: center;*/
  border-right: 2px solid #f2f2f2;
}
.calendar-item .calendar-item-date p, .calendar-item-home .calendar-item-date p {
  margin-bottom: 0px;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 2.3rem;
  text-transform: uppercase;
  text-align: center;
}
.calendar-item-date p span {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 18px;
  font-size: 1.8rem;
}
.calendar-item-date p .month, .calendar-item-date p .year {
  margin-bottom: 0px;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  text-transform: uppercase;
}
.calendar-item-date p .month-sm, .calendar-item-date p .year-sm {
  margin-bottom: 0px;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  text-transform: uppercase;
}
.calendar-item-date p .month {
  line-height: 4.0rem;
}
.calendar-item-date p .year {
  line-height: 2.0rem;
}
.calendar-item-date p .day {
  line-height: 3.6rem;
  margin-bottom: 0px;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 55px;
  font-size: 5.5rem;
  text-align: center;
}
.calendar-item-date p .month-sm {
  line-height: 4.0rem;
}
.calendar-item-date p .year-sm {
  line-height: 2.0rem;
}
.calendar-item-date p .day-sm {
  line-height: 2.0rem;
  margin-bottom: 0px;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 45px;
  font-size: 4.5rem;
  text-align: center;
}
.calendar-item-content {
  padding: 15px 15px 0px;
  border-right: 2px solid #f2f2f2;
}
.calendar-item-home .calendar-item-content {
  border-right: none;
}
.calendar-item-content .event-title {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  /*font-weight: 300;*/
  margin-bottom: 7px;
}
@media (max-width: 599px) {
  .calendar-item-date p .month, .calendar-item-date p .year {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.carousel-inner {
  margin-bottom: 25px;
  padding-top: 20px;
}
.carousel-item {
  background: white;
}
.carousel-item img {
  max-height: 550px;
  display: block;
  margin: 0px auto 20px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  /* color: black; */
  background-color: rgba(0,0,0,0.75);
  padding: 5px;
  border-radius: 50%;
  background-size: 3rem;
  background-position: center center;
  border: 3px solid white;
}
.artifact-caption {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(81,75,71,0.75);
  text-align: center;
  font-style: italic;
}

.owl-nav {
  display: flex;
  justify-content: space-around;
  padding-top: 7px;
}
.owl-carousel .owl-stage-outer {
  /*padding: 15px 20px 0px;*/
  /*padding: 0px 20px;*/
  /*border: 2px solid #f2f2f2;*/
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  font-size: 40px !important;
  font-size: 4.0rem !important;
  line-height: 50px !important;
  line-height: 5.0rem !important;
  width: 50px;
  height: 50px;
  color: white !important;
  background: rgba(45, 61, 71,1.0) !important;
  border-radius: 50%;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
  width: 50px !important;
  height: 50px;
  background: rgba(45, 61, 71,0.5) !important;
  color: rgba(45, 61, 71,1.0) !important;
  width: 100%;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.upcoming-events-container {
  position: relative;
}
.left-overlay {
  width: 10px;
  height: 86%;
  /*margin-top: -100%;*/
  position: absolute;
  z-index: 999;
  background: linear-gradient(90deg, rgba(0,0,0,0.15), rgba(255,255,255,0.0));
}
.right-overlay {
  width: 10px;
  height: 86%;
  /*margin-top: -100%;*/
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  background: linear-gradient(90deg, rgba(255,255,255,0.0), rgba(0,0,0,0.15));
}
.card-event-main {
  /*margin-top: -70px;*/
  background: rgba(0,0,0,0.05);
/*  display: grid;
  grid-template-columns: auto 35px;
  align-content: center;*/
  box-shadow: 0px 4px 10px rgb(0 0 0 / 15%);
  /*border: 2px solid #ffffff;*/
  margin-bottom: 10px;
  padding: 2px;
}
.event-preview p {
  font-size: 14px;
  font-size: 1.4rem;
/*  line-height: 13px;
  line-height: 1.3rem;*/
}
.event-main-label {
  
}
.event-main-label p {
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 800;
  margin-bottom: 0px;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
  line-height: 1.0;
}
.sports, .arts, .public, .alumni, .student {
  padding: 4px 15px;
  display: grid; align-items: center;
  min-height: 100px;
  border-width: 13px 2px 2px 2px;
  border-style: solid;
  border: none;
}
.sports {
  border-color: #e87324;
}
.arts {
  border-color: #4f0131;
}
.public {
  border-color: #287114;
}
.alumni {
  border-color: #2d3d47;
}
.student {
  border-color: #514b47;
}
@media (max-width: 768px) {
  .sports, .arts, .public, .alumni, .student {
    min-height: 60px;
    font-size: 16px;
  }
}
.sidebar-callout {
  border: 3px solid #f2f2f2;
  box-shadow: 0px 4px 10px rgb(0,0,0,0.15);
}
.sidebar-callout header {
  min-height: 150px;
  display: flex;
  align-items: center;
  padding: 0px 15px;
}
.sidebar-callout header h3 {
  line-height: 4.0rem;
}
.sidebar-callout header h3 span {
  text-transform: uppercase;
  /*font-size: 18px;*/
  font-style: normal;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 800;
  margin-bottom: 0px;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}

/* EVENTS ON HP */

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  z-index: 1001;
  top: 90px;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 90px;
}

.events-row {
  margin-bottom: 40px;
}
.sub-event {
  background: rgba(0,0,0,0.05);
  display: grid;
  grid-template-columns: auto 35px;
  align-content: center;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
  border: 2px solid #ffffff;
  margin-bottom: 10px;
}
.sub-event-content {
  padding: 10px;
}
.sub-event-chevron {
  display: grid;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 800;
  background: rgba(255,255,255,1.0);
  color: #000;
  transition: all .5s ease;
  height: 100%;
}
.sub-event-chevron:hover {
  background: #e87324;
  color: #ffffff;
  cursor: pointer;
}
.event-featured {
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 2px;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 800;
  margin-bottom: 10px;
}
.event-date {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 800;
  margin-bottom: 15px;
}
.event-title {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 2.0rem;
  font-weight: 700;
  margin-bottom: 0px;
}
.event-time {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 700;
  /*font-weight: 600;*/
  color: #333;
  margin-bottom: 7px;
}

.calendar-item-wrap a {
  text-decoration: none;
  color: inherit;
}
.calendar-item-wrap a:hover .calendar-item-home {
  cursor: pointer;
  background: rgba(0,0,0,0.05);
}
.calendar-item-wrap a:hover .sub-event-chevron {
  background: #e87324;
  color: white;
}
.calendar-item-home .event-time {
  margin-bottom: 13px;
  font-weight: 400;
}

.tags-wrap {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 10px;
  grid-gap: 5px;
}
.tags-wrap-main {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  grid-gap: 5px;
}
.tags-wrap a, .tags-wrap-main a {
  text-decoration: none;
}
.tag {
  background:rgba(40,113,20,1.0);
  padding: 4px 7px;
  color: white;
  border-radius: 9px;
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family:  Gotham Bold, Helvetica, Arial, sans-serif;
  margin-bottom: 0px;
  text-align: center;
}
.tags-wrap-main .tag {
  border-radius: 14px;
  font-size: 14px;
  line-height: 14px;
  line-height: 1.4rem;
  padding: 4px 13px;
  background: rgba(0,0,0,0.05);
  color: rgba(0,0,0,0.5);
  transition: all 0.4s ease-in-out;
}
.tags-wrap-main .tag:hover {
  border-radius: 14px;
  font-size: 14px;
  padding: 4px 13px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  cursor: pointer;
}
.tags-wrap-main .tag.active-sports {
  background: #e87324;
  color: #fff;
} 
.tags-wrap-main .tag.active-public {
  background: rgba(40,113,20,1.0);
  color: #fff;
}
.tags-wrap-main .tag.active-reunion {
  background: #2d3d47;
  color: #fff;
}
.antique-paper {
  height: 100px;
  background: url('../images/torn-paper2.png'), top center repeat-x;
  margin-top: -100px;
}
.timeline-intro-negative-margin {
  margin-top: -70px;
  position: relative;
}
.section-timeline {
  /*background: url('../images/john-mcdonogh-portrait.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  background-attachment: fixed;
}
.section-timeline-home {
   background: url('../images/homepage-allan2.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.section-timeline-first {
  margin-top: -390px;
}
.timeline-overlay {
  background: linear-gradient(180deg, rgba(0,0,0,0.85), rgba(0,0,0,0.85));
  min-height: 400px;
  /*padding-top: 45px;*/
  /*padding-bottom: 65px;*/
}
.timeline-overlay-first {
  background: linear-gradient(180deg, rgba(0,0,0,0.75), rgba(0,0,0,0.75));
  padding-top: 375px;
  padding-bottom: 65px;
}
.timeline-overlay-home {
  background: linear-gradient(180deg, rgba(0,0,0,0.75), rgba(0,0,0,0.75));
  padding-top: 75px;
  padding-bottom: 65px;
}
@media (max-width: 599px) {
  .timeline-entry-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.img-antique {
  width: 300px;
  margin-top: 10px;
  margin-bottom: 30px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.75);
}
.img-timeline {
  width: 500px;
  margin-top: 10px;
  margin-bottom: 30px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.75);
}
.section-timeline2 {
  background: url('../images/story2.jpg');
}
.section-timeline3 {
  background: url('../images/story3.jpg');
}
.section-timeline4 {
  background: url('../images/story4.jpg');
}
.section-timeline5 {
  background: url('../images/story6.jpg');
}
.section-timeline, .section-timeline2, .section-timeline3, .section-timeline4, .section-timeline5 {
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.timeline-container-wrap, .timeline-container-wrap-sm {
  position: relative;
}
.timeline-container-wrap-sm:after {
  content: '';
  position: absolute;
  border-style: solid;
  height: 101px;
  bottom: -25px;
  left: 57.5px;
  left: 1.5rem;
  border-width: 0px 0px 0px 2px;
  border-color: rgba(255,255,255,0.5);
}
.timeline-container-wrap:before {
  content: '';
  position: absolute;
  border-style: solid;
  height: 65px;
  top: -65px;
  left: 57px;
  border-width: 0px 0px 0px 2px;
  border-color: rgba(255,255,255,0.5);
}
.timeline-container-wrap-home {
  position: relative;
}
.timeline-container-wrap-last:after {
  content: '';
  position: absolute;
  border-style: solid;
  height: 76px;
  bottom: -65px;
  left: 57.5px;
  left: 5.75rem;
  border-width: 0px 0px 0px 2px;
  border-color: rgba(255,255,255,0.5);
}
.history-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  padding-bottom: 55px;
}
.history-item, .history-item-sub {
  display: grid;
}
.section-give-back {
  background: rgba(0,0,0,0.05);
  margin-top: -280px;
  padding-top: 25px;
  padding-bottom: 35px;
}
.donate-grid {
  display: grid;
  grid-template-columns: auto 150px;
  align-items: center;
}
.calendar {
  display: grid;
  grid-template-columns: repeat(7, minmax(160px, 1fr));
  grid-template-rows: repeat(6, 200px);
  /*grid-gap: 5px;*/
}
.calendar-day {
  position: relative;
/*  border-top: 2px solid rgba(0,0,0,0.15);
  border-left: 1px solid rgba(0,0,0,0.15);
  border-right: 1px solid rgba(0,0,0,0.15);
  border-bottom: 1px solid rgba(0,0,0,0.15);
  height: 200px;
  padding: 35px 15px 15px;*/
}
.calendar-day-placeholder {
  width: 100px;
}
.calendar-day.day-past {
  background: rgba(0,0,0,0.05);
}
.calendar-day .sub-event .sub-event-content p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 14px;
  line-height: 1.4rem;
}
.calendar-date {
  position: absolute;
  right: 0;
  top:0;
  width: 40px;
}
.calendar-date p {
  margin-bottom: 0px;
  font-size: 22px;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-align: center;
}

#sub-intro {
  padding-top: 150px;
}
#event-intro {
  /*padding-top: 150px;*/
  padding-top: 225px;
  padding-bottom: 55px;
}
#event-category-intro {
  padding-top: 225px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  #event-category-intro {
    padding-top: 170px;
    padding-bottom: 55px;
  }
}
/* TIMELINE STYLES */

.timeline-container {
  margin-left: 50px;
  padding: 60px 0px 50px 55px;
  /*padding-top: 160px;*/
  border-left: 2px solid rgba(255,255,255,0.5);
  /*border-bottom: 1px solid rgba(255,255,255,0.5);*/
  color: white;
  /*position: relative;*/
}
.timeline-container-sm {
  margin-left: 15px;
  padding: 20px 0px 30px 25px;
  border-left: 2px solid rgba(255,255,255,0.5);
  color: white;
}
.date-dot-sm {
  width: 25px;
  height: 25px;
  background: #e87324;
  border-radius: 50%;
  position: absolute;
  left: -3.9rem;
  top: 2.5rem;
}

.timeline-first {
  padding-top: 0px !important;
}
.timeline-entry {
  position: relative;
}
.timeline-date p {
  color: white;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 54px;
  letter-spacing: 1px;
}
.date-dot, .date-dot-first {
  width: 25px;
  height: 25px;
  background: #e87324;
  border-radius: 50%;
  position: absolute;
  left: -6.9rem;
  top: 1.5rem;
}
.date-dot-first {
  top: 0;
  width: 40px;
  height: 40px;
  background: #e87324;
  border-radius: 50%;
  position: absolute;
  left: -7.5rem;
}
.historical-context {
  background: rgba(0,0,0,0.75);
  box-shadow: 0px 4px 10px rgb(0 0 0 / 15%);
  border: 2px solid rgba(255,255,255,0.5);
  margin-bottom: 40px;
  padding: 20px;
  position: relative;
}
.historical-context:after {
  content: '';
  position: absolute;
  border-style: solid;
  height: 105px;
  top: 101%;
  left: 48px;
  border-width: 0px 0px 0px 2px;
  border-color: rgba(255,255,255,0.5);
}
.historical-title {
  width: 250px;
  background: white;
  /*margin-top: -30px;*/
  padding: 4px 7px;
  display: block;
  margin: -35px auto 0px;
}
.historical-title p {
  text-align: center;
}
.historical-context-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: center;
  align-items: center;
  padding-top: 20px;
  /*background: rgba(255,255,255,0.15);*/
}
@media (max-width: 991px) {
  .img-past-large {
    width: 80%;
  }
  .history-wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
@media (max-width: 768px) {
  .timeline-container {
    margin-left: 25px;
    padding: 40px 0px 30px 25px;
  }
  .timeline-container-wrap:before, .timeline-container-wrap-last:after {
    left: 32px;
    left: 3.25rem;
  }
  .timeline-container-wrap-last:after {
    height: 72px;
  }
  .date-dot, .date-dot-first {
    left: -3.8rem;
    top: 1.5rem;
  }
  .date-dot-first {
    width: 30px;
    height: 30px;
    background: #e87324;
    border-radius: 50%;
    position: absolute;
    left: -4.2rem;
  }
  .historical-context-content {
    display: grid;
    grid-template-columns: 1fr;
    align-content: center;
    align-items: center;
    padding-top: 40px;
    /*background: rgba(255,255,255,0.15);*/
  }
  .historical-context-content .item {
    margin-bottom: 30px;
  }
  .historical-context:after {
    left: 23px;
  }
  .img-past-large {
    border: 9px solid #f2f2f2;
  }
}
@media (max-width: 599px) {
  .img-past-large {
    width: 97%;
  }
}
/* ARTIFACT GALLERY */

.section-stories {
  padding-top: 45px;
  padding-bottom: 15px;
  background: linear-gradient(35deg, rgba(255,255,255,0.8), rgba(255,255,255,0.8)), url("../images/fabric-bg2.jpg") center center repeat;
  /*background: linear-gradient(35deg, rgba(255,255,255,0.75), rgba(255,255,255,0.75)), url(../images/paper-texture.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  /*min-height: 700px;*/
}
.img-artifact-modal {
  max-height: 533px;
  display: block;
  margin: 0px auto 40px;
}
.article-grid {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: masonry;
}
.article-grid-main {
  grid-column-end: span 2;
}
.story-grid-item {
  position: relative;
  background: #fefefe;
  border: 2px solid #fcfcfc;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  /*margin: 0 2px;*/
  transition: 0.4s ease-in-out;
  /*display: grid;*/
  grid-template-rows: 0.75fr 0.5fr;
  width: 100%;
}
.category-fixed {
  position: absolute;
  top: -2px;
  padding: 4px 10px;
  background: white;
  border-radius: 0px 0px 9px 9px;
  left:50%;
  margin-right: -50%;
  transform: translateX(-50%);
  box-shadow: 0px 2px 8px rgba(0,0,0,0.5);
  z-index: 1;
}
.category-fixed p {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  margin-bottom: 0px;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 800;
} 
.number-fixed {
  /*position: absolute;
  bottom: 7px;
  padding: 4px 10px;
  background: rgba(81,75,71,0.75);
  border-radius: 9px;
  left:50%;
  margin-right: -50%;
  transform: translateX(-50%);*/
  /*box-shadow: 0px 2px 5px rgba(0,0,0,0.5);*/
  /*border: 1px solid #797069;*/
}
.number-fixed {
  font-family: linotype, serif;
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 700;
  /*color: white;*/
  font-style: normal;

  text-transform: none;
  letter-spacing: 0px;
}
.screw {
    position: absolute;
    top: 10px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
background: #adadad; /* Old browsers */
background: -moz-linear-gradient(-45deg, #adadad 0%, #e1e1e1 51%, #dddddd 68%, #f6f6f6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#adadad), color-stop(51%,#e1e1e1), color-stop(68%,#dddddd), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #897448 0%, #c4bf96 32%, #847349 77%, #beb770 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #897448 0%, #c4bf96 32%, #847349 77%, #beb770 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #897448 0%, #c4bf96 32%, #847349 77%, #beb770 100%); /* IE10+ */
background: linear-gradient(135deg, #897448 0%, #c4bf96 32%, #847349 77%, #beb770 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#f6f6f6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    -moz-box-shadow: 0px 2px 4px #000;
    -webkit-box-shadow: 0px 2px 4px #000;
    box-shadow: 0px 2px 4px #000, -1px -1px 5px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.1);
}
.indent {
    height: 3px;
    width: 11px;
    margin-top: 2px;
    background-image: url('img/nail-head.jpg');
    -moz-box-shadow: inset 0px 1px 8px #222;
    -webkit-box-shadow: inset 0px 1px 8px #222;
    box-shadow: inset 0px 1px 8px #222;
    transform:rotate(150deg);
    -ms-transform:rotate(150deg); 
    -webkit-transform:rotate(150deg);
    border-radius: 2px;
    margin-left:-2px;
    border-bottom:1px solid rgba(255,255,255,0.3);
}
.screw-right {
    position: absolute;
    top: 10px;
    right: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
background: #adadad; /* Old browsers */
background: -moz-linear-gradient(-45deg, #adadad 0%, #e1e1e1 51%, #dddddd 68%, #f6f6f6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#adadad), color-stop(51%,#e1e1e1), color-stop(68%,#dddddd), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #897448 0%, #c4bf96 32%, #847349 77%, #beb770 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #897448 0%, #c4bf96 32%, #847349 77%, #beb770 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #897448 0%, #c4bf96 32%, #847349 77%, #beb770 100%); /* IE10+ */
background: linear-gradient(135deg, #897448 0%, #c4bf96 32%, #847349 77%, #beb770 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#f6f6f6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    -moz-box-shadow: 0px 2px 4px #000;
    -webkit-box-shadow: 0px 2px 4px #000;
    box-shadow: 0px 2px 4px #000, -1px -1px 5px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.1);
}
.indent-right {
    height: 3px;
    width: 11px;
    margin-top: 2px;
    background-image: url('img/nail-head.jpg');
    -moz-box-shadow: inset 0px 1px 8px #222;
    -webkit-box-shadow: inset 0px 1px 8px #222;
    box-shadow: inset 0px 1px 8px #222;
    transform:rotate(110deg);
    -ms-transform:rotate(110deg); 
    -webkit-transform:rotate(110deg);
    border-radius: 2px;
    margin-left:-2px;
    border-bottom:1px solid rgba(255,255,255,0.3);

}
.story-number-badge {
  position: relative;
  display: block;
  border: 1px solid #c4bf96;
  padding: 4px 10px;
  background: linear-gradient(35deg, #897448 0%, #c4bf96 32%, #847349 77%, #beb770 100%);
  border-radius: 9px;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
  margin-bottom: 25px;
  width: 333px;
}
.story-number-badge p {
  font-family: linotype, serif;
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 700;
  /*color: white;*/
  font-style: normal;
  text-align: center;
  /*color: white;*/
  text-shadow: 0px 1px 2px rgba(255,255,255,0.5);
}
.story-number-badge p span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 0px;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 800;
}
.story-grid-item header {
  /*min-height: 250px;
  min-height: 25rem;*/
}
.story-grid-item header .image-overlay {
  background: linear-gradient(0deg, rgba(0,0,0,0.75), rgba(0,0,0,0.75));
}
.story-grid-item .story-img {
  height: 170px;
  width: 100%;
  object-fit: cover;
  opacity: 0.55;
}
.story-grid-item .story-content {
  padding: 15px;
  padding-bottom: 5px;
 /* top: 0%;
  width: 100%;
  height: 100%;
  position: absolute;*/
  /*background: rgba(81,75,71,0.7);*/
  /*display: grid;
  align-items: center;*/
  /*width: 100%;*/
}
.story-grid-item .story-content .story-grid-cat, .story-grid-cat {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  margin-bottom: 7px;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 800;
}
.story-grid-cat {
  line-height: 1.0;
}
.story-grid-item h3 {
  margin-bottom: 0px;
}
.story-grid-item h4 {
  /*font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 700;*/
  /*text-align: center;*/
  /*letter-spacing: -1px;*/
  margin-bottom: 10px;
  margin-bottom: 1.0rem;
}
.story-grid-item p {
  font-size: 14px;
}
/*.story-number {

}*/
.story-grid-item-last {
  display: grid;
  align-items: center;
  justify-content: center;
}

ul.page-numbers {
  list-style: none;
  margin: 0;
  padding-left: 0px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}
ul.page-numbers li {
  display: block;
  float: left;
  margin: 0 4px 4px 0;
  text-align: center;
}
.page-numbers a, .page-numbers span {
  display: block;
  padding: 7px;
  height: 40px;
  width: 40px;
  line-height: 21px;
  font-size: 22px;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  border: 2px solid rgba(0,0,0,0.25);
  color: rgba(0,0,0,0.25);
  border-radius: 50%;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.page-numbers.prev, .page-numbers.next {
  font-size: 16px;
  border: none;
}
.page-numbers.dots {
  border: none;
  cursor: default;
}
.page-numbers a:hover {
  color: #ffffff;
  background: rgba(45, 61, 71, 0.5);
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 800;
  border: 2px solid rgba(81,75,71,0.95);
  text-decoration: none;
}
.page-numbers.current, .page-numbers.current:hover {
  color: #ffffff;
  background: #e87324;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 800;
  border: 2px solid #ffffff;
  text-decoration: none;
}
@media (max-width: 768px) {
  .page-numbers a, .page-numbers span {
    padding: 5px;
    height: 30px;
    width: 30px;
    line-height: 17px;
    font-size: 15px;
  }
  .img-artifact-modal {
    max-height: 450px;
    display: block;
    margin: 0px auto 40px;
  }
  .carousel-item img {
    max-height: 400px; 
    display: block;
    margin: 0px auto 20px;
  }
}
/*.story-grid-item {
  padding-bottom: 45px;
}*/
.all-events {
  background: linear-gradient(0deg, rgba(81,75,71,0.19), rgba(81,75,71,0.19));
  width: fit-content;
  padding: 5px 15px;
  border-radius: 0px 0px 13px 13px;
  margin: 0px auto;
  text-transform: uppercase;
}
.all-events-link {
  font-weight: 700;
  color: #e87324;
}
.gift-record-wrap {
/*  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;*/
  padding: 9px 25px; 
}
.gift-record {
  font-size: 40px;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 800;
  margin-bottom: 5px;
  line-height: 1.0em;
}
.gift-record-class {
  font-size: 18px;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 800;
}
.gift-effort-wrap {
  padding: 15px;
  background: rgba(81,75,71,0.09);
}
.gift-effort-wrap p {
  font-weight: 400;
}
.story-grid-item:hover {
  cursor: pointer;
}
.story-grid-item:hover header img {
  /*margin-top:-12px;*/
  transition: all .4s ease-in-out;
  cursor: pointer;
  opacity: 1.0;
}
.sub-headline-wrap, .sub-headline-wrap-event {
  /*background: white;*/
  padding-top: 75px;
  padding-bottom: 50px;
  display: grid;
  align-items: center;
}
.sub-headline-wrap-event {
  padding: 0px;
}

.event-details {
  background: linear-gradient(0deg, rgba(81,75,71,0.09), rgba(81,75,71,0.09));
  padding: 25px 10px 15px;
  text-align: center;
}
.event-data-item {
  margin-bottom: 15px;
}
.data-item-border {
  border-right: 1px solid rgba(0,0,0,0.15);
}
.data-item-border-center {
  border-right: 1px solid rgba(0,0,0,0.15);
}
.event-data-item .data {
  font-weight: 400;
  font-size: 20px;
}
.sub-headline-artifacts {
  padding-bottom: 10px;
}
.event-data {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  align-items: stretch;
}
.event-data-past {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  align-items: stretch;
}
.registration-date {
  padding: 5px 10px;
  background: #C0205D;
  width: fit-content;
}

@media (max-width: 991px) {
  .sub-headline-wrap, .sub-headline-wrap-event {
    padding: 45px 15px 40px;
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .story-number-badge {
    margin: 0px auto 25px;
  }
}
@media (max-width: 768px) {
  .sub-headline-wrap, .sub-headline-wrap-event {
    padding: 15px 0px 20px;
  }
  .data-item-border-center {
    border-right: none;
  }
  .data-item-border-top {
    border-top: 1px solid rgba(0,0,0,0.15);
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .celebration-a {
    grid-area: celebrate-a;
    padding-bottom: 20px;
  }
  .celebration-b {
    grid-area: celebrate-b;
    padding-bottom: 20px;
  }
  .celebration-c {
    grid-area: celebrate-c;
  }
  .event-data-item {
    margin-bottom: 0px;
  }
  .event-data {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: 
    "celebrate-a celebrate-b"
    "celebrate-c celebrate-c";
  }
  .gift-record {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .event-data-past {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
    align-items: stretch;
  }
}
.gallery {
  padding: 2rem;
}

.gallery > h1 {
  font-size: 3rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-bottom: 1rem;
  color: #333333;
  font-weight: 100;
}
.article-grid-alt {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(23%, 1fr));
  grid-template-rows: repeat(4, auto);
  grid-gap: 20px;
  grid-auto-flow: dense;
  padding-left: 0px;
  margin-left: 0px;
}
.article-grid-alt > li {
  display: grid;
  list-style: none;
  position: relative;
}
.article-grid-alt > li a {
  text-decoration: none;
  color: inherit;
  display: flex;
}
/*.article-grid-alt > li:nth-child(5n) {
  grid-column: span 2;
}
.article-grid-alt > li:nth-of-type(5) {
  background: linear-gradient(35deg, rgba(137,116, 32, 0.75) 0%, rgba(196,191,150, 0.75) 32%, rgba(132,115,73, 0.75) 77%, rgba(190,183,112, 0.75) 100%);
  padding: 2px;
  grid-row: span 2;
}
.article-grid-alt > li:nth-of-type(5) .story-grid-item {
  border: none;
  grid-template-rows: 0.25fr 0.5fr;
}
.article-grid-alt > li:nth-of-type(5) .story-grid-item .story-content {
 position: relative;
  width: 100%;
  height: 100%;
}
.article-grid-alt > li:nth-of-type(5) .story-grid-item .story-content h4 {
  text-align: left;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2em;
}
.article-grid-alt > li:nth-of-type(5) .story-grid-item header {
  min-height: 550px;
  min-height: 55rem;
}
.article-grid-alt > li:nth-of-type(5) .story-grid-item .story-img {
  height: 550px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}*/
.related-stories {
  background: linear-gradient(0deg, rgba(81,75,71,0.25), rgba(81,75,71,0.25));
  padding-top: 35px;
  padding-bottom: 45px;
}
.related-stories a {
  text-decoration: none;
  color: inherit;
}

@media (max-width: 991px) {
  .article-grid-alt {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(32.33%, 1fr));
    grid-template-rows: repeat(3, auto);
    grid-gap: 1.5%;
    grid-row-gap: 0.5%;
    grid-auto-flow: dense;
    padding-left: 0px;
    margin-left: 0px;
  }
  .article-grid-alt > li {
    margin-bottom: 15px;
  }
  /*.article-grid-alt > li:first-child, .article-grid-alt > li:nth-child(5n) {
    grid-column: span 2;
  }*/
  /*.article-grid-alt > li:nth-of-type(5) .story-grid-item header {
    min-height: 500px;
    min-height: 50rem;
  }
  .article-grid-alt > li:nth-of-type(5) .story-grid-item .story-img {
    height: 520px;
    width: 100%;
    object-fit: cover;
  }*/
}
@media (max-width: 768px) {
  .article-grid-alt {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(49.5%, 1fr));
    grid-template-rows: repeat(2, auto);
    grid-gap: 1%;
    grid-row-gap: 0.5%;
    grid-auto-flow: dense;
    padding-left: 0px;
    margin-left: 0px;
  }
  /*.article-grid-alt > li:nth-child(5n) {
    grid-column: span 2;
  }
  .article-grid-alt > li:nth-of-type(5) .story-grid-item header {
    min-height: 300px;
    min-height: 30rem;
  }
  .article-grid-alt > li:nth-of-type(5) .story-grid-item .story-img {
    height: 320px;
    width: 100%;
    object-fit: cover;
  }*/
}
@media (max-width: 500px) {
  .article-grid-alt {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-rows: repeat(2, auto);
    grid-gap: 10px;
    /*grid-row-gap: 0.25%;*/
    grid-auto-flow: dense;
    padding-left: 0px;
    margin-left: 0px;
  }
  /*.article-grid-alt > li:nth-child(5n) {
    grid-column: span 2;
  }*/
}
/*.article-grid-alt > li:nth-child(8n) {
  grid-column: span 3;
  grid-row: span 3;
}*/

.gallery > .gallery-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  grid-template-rows: repeat(6, 200px);
  grid-gap: 1rem;
  grid-auto-flow: dense;
  padding-left: 0px;
  margin-left: 0px;
}
.gallery > .gallery-list > li {
  list-style: none;
  /*background: #f2f2f2;*/
  position: relative;
}
.btn-middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}
.btn-middle i {
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  align-items: center;
  background: rgba(0,0,0,0.5);
}
.btn-middle i {
  font-size: 40px;
  color: white;
}
.gallery > .gallery-list > li:hover img {
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.gallery > .gallery-list > li:hover .btn-middle {
  opacity: 1;
}
.gallery > .gallery-list > li:hover .btn-middle a {
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  align-items: center;
  background: rgba(0,0,0,0.5);
}
/*.gallery > .gallery-list > .artifact-overlay {
  background: rgba(0,0,0,0.0);
  transition: all 1.4s ease-in-out;
}
.gallery > .gallery-list > .artifact-overlay:hover {
  background: rgba(0,0,0,0.5);
}*/
.gallery > .gallery-list > li:nth-child(4n) {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery > .gallery-list > li:nth-child(8n) {
  grid-column: span 3;
  grid-row: span 3;
}

.gallery > .gallery-list > li > a > figure, .gallery > .gallery-list > li > figure {
  height: 100%;
  margin: 0;
}

.gallery > .gallery-list > li > a > figure > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;

  background: linear-gradient(35deg, rgba(137,116, 32, 0.75) 0%, rgba(196,191,150, 0.75) 32%, rgba(132,115,73, 0.75) 77%, rgba(190,183,112, 0.75) 100%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 3px 3px 3px 3px;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
  margin-bottom: 15px;
  display: flex;
  border-radius: 0px;
}
.modal-content-inner {
  padding: 25px;
  background: white;
}
.modal-header {
  display: flex;
  align-items: flex-start;
}
.modal-title {
  line-height: 1.2em;
}
.modal-footer {
  display: flex;
  justify-content: center;
  border-top: 0px;
}
.modal {
  --bs-modal-width: 800px;
}

.bold {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 800;
}
.paragraph-offset {
  padding-left: 30px;
}

.next-prev-wrap {
  border: 3px solid #fff;
  padding: 5px 15px;
  height: 75px;
  display: grid;
  align-items: center;
}
.gotham {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  font-style: normal;
}

.wpb-posts-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  align-items: center;
  max-width: 1200px;
  margin: 50px auto 0px;
}
.wpb-posts-nav .small-title-left {
  margin-left: -13px;
}
.wpb-posts-nav .small-title-right {
  margin-right: -13px;
}
.prev-next-title {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.0em;
}
.wpb-posts-nav a {
  display: grid;
  grid-gap: 13px;
  align-items: center;
}

.wpb-posts-nav h4,
.wpb-posts-nav p {
  margin: 0;
}
 
.wpb-posts-nav a svg {
  display: inline-block;
  margin: 0;
  width: 50px;
  vertical-align: middle;
  fill: rgba(81,75,71,0.95);
  scale: 1.5;
}
.wpb-posts-nav a:hover svg {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  fill: #e87324;
}
.wpb-posts-nav > div:nth-child(1) a {
  text-decoration: none;
  grid-template-columns: 35px 100px 1fr;
  text-align: left;
}
 
.wpb-posts-nav > div:nth-child(2) a {
  text-decoration: none;
  grid-template-columns: 1fr 100px 35px;
  text-align: right;
}
 
.wpb-posts-nav__thumbnail {
    display: block;
    margin: 0;
}
.wpb-posts-nav a:hover .wpb-posts-nav__thumbnail-prev img, .wpb-posts-nav a:hover .wpb-posts-nav__thumbnail-next img {
  transform: rotate(0deg);
  transition: all .4s ease-in-out;
  cursor: pointer;
}
.wpb-posts-nav__thumbnail-prev img {
    /*border-radius: 10px;*/
  transform: rotate(-4deg);
  box-shadow: 0px 3px 10px rgba(0,0,0,0.15);
  border: 2px solid #fff;
}
.wpb-posts-nav__thumbnail-next img {
    /*border-radius: 10px;*/
  transform: rotate(4deg);
  box-shadow: 0px 3px 10px rgba(0,0,0,0.15);
  border: 2px solid #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wpb-posts-nav {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .gallery > .gallery-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
  .wpb-posts-nav {
    grid-template-columns: 1fr;
  }
  .wpb-posts-nav:nth-child(1) {
    display: grid;
    justify-content: start;
  }
  .wpb-posts-nav:nth-child(2) {
    display: grid;
    justify-content: end;
  }
}
@media (max-width: 499px) {
  .gallery > .gallery-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    grid-template-rows: repeat(6, 100px);
  }
}
@media (max-width: 399px) {
  .gallery > .gallery-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  }
}