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

@charset "UTF-8";
.g-infolist {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.g-infolist .g-infolist-item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  width: 100%;
  float: left;
  margin: 0 2% 0.5rem 2%;
  padding: 0 0 0.5rem 0;
  border-bottom: 1px solid #F0F2F4;
  min-width: 0;
  min-height: 0;
}
.g-infolist .g-infolist-item.g-infolist-with-img {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-lines: none;
  -moz-box-lines: none;
  box-lines: none;
  -webkit-flex-wrap: none;
  -moz-flex-wrap: none;
  -ms-flex-wrap: none;
  flex-wrap: none;
}
@media only all and (max-width: 47.99rem) {
  .g-infolist .g-infolist-item.g-infolist-with-img {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.g-infolist.noborder .g-infolist-item {
  border-bottom: 0;
}
.g-infolist.spaced .g-infolist-item {
  margin: 0.5rem 2%;
  padding: 0.5rem 0;
}
.g-infolist .g-infolist-item-img {
  margin-right: 1rem;
  margin-top: 0.25rem;
}
.g-infolist .g-infolist-item-img.left {
  margin-right: 1rem;
}
.dir-rtl .g-infolist .g-infolist-item-img.left {
  margin-left: 1rem;
  margin-right: 0;
}
.g-infolist .g-infolist-item-img.left.browser {
  margin-right: 4%;
}
.dir-rtl .g-infolist .g-infolist-item-img.left.browser {
  margin-left: 4%;
  margin-right: 0;
}
.g-infolist .g-infolist-item-img.right {
  margin-left: 1rem;
}
.dir-rtl .g-infolist .g-infolist-item-img.right {
  margin-right: 1rem;
  margin-left: 0;
}
.g-infolist .g-infolist-item-img.right.browser {
  margin-left: 4%;
}
.dir-rtl .g-infolist .g-infolist-item-img.right.browser {
  margin-right: 4%;
  margin-left: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-infolist .g-infolist-item-img {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-infolist .g-infolist-item-text {
    padding-top: 1rem;
  }
}
.g-infolist .g-infolist-item-title {
  margin: 0 0 0.25rem 0;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.25;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-infolist .g-infolist-item-title {
    font-size: 1rem;
  }
}
.g-infolist .g-infolist-item-desc {
  margin: 0;
  padding-top: 0.5rem;
  font-size: 0.875rem;
}
.g-infolist .g-infolist-link {
  margin-top: 1rem;
}
.g-infolist.g-1cols .g-infolist-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.g-infolist.g-2cols .g-infolist-item {
  width: 47%;
  -webkit-flex-basis: 47%;
  -moz-flex-basis: 47%;
  flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
}
.g-infolist.g-2cols .g-infolist-item:nth-child(odd) {
  margin-right: 1%;
}
.g-infolist.g-2cols .g-infolist-item:nth-child(even) {
  margin-left: 1%;
}
.g-infolist.g-3cols .g-infolist-item {
  -webkit-flex-basis: 30.66667%;
  -moz-flex-basis: 30.66667%;
  flex-basis: 30.66667%;
  -ms-flex-preferred-size: 30.66667%;
  width: 30.66667%;
}
.g-infolist.g-3cols .g-infolist-item:nth-child(3n-1) {
  margin-left: 0;
  margin-right: 0;
}
.g-infolist.g-4cols .g-infolist-item {
  width: 22.5%;
  -webkit-flex-basis: 22.5%;
  -moz-flex-basis: 22.5%;
  flex-basis: 22.5%;
  -ms-flex-preferred-size: 22.5%;
}
.g-infolist.g-4cols .g-infolist-item:nth-child(4n-2) {
  margin-left: 0;
  margin-right: 1%;
}
.g-infolist.g-4cols .g-infolist-item:nth-child(4n-1) {
  margin-left: 1%;
  margin-right: 0;
}
.g-infolist.g-5cols .g-infolist-item {
  width: 17.6%;
  -webkit-flex-basis: 17.6%;
  -moz-flex-basis: 17.6%;
  flex-basis: 17.6%;
  -ms-flex-preferred-size: 17.6%;
}
.g-infolist.g-5cols .g-infolist-item:nth-child(5n-3) {
  margin-left: 0;
  margin-right: 1%;
}
.g-infolist.g-5cols .g-infolist-item:nth-child(5n-2) {
  margin-left: 1%;
  margin-right: 1%;
}
.g-infolist.g-5cols .g-infolist-item:nth-child(5n-1) {
  margin-left: 1%;
  margin-right: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-infolist[class*="cols"] .g-infolist-item {
    width: 96%;
    margin-left: 2% !important;
    margin-right: 2% !important;
  }
}
.g-infolist-title {
  margin-left: 2%;
}
.dir-rtl .g-infolist-title {
  margin-left: 0;
  margin-right: 2%;
}
.g-infolist-textstyle-header .g-infolist-tags .g-tag {
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 2.5rem;
}
.g-infolist-textstyle-header .g-infolist-item-title {
  font-size: 2.5rem;
  text-transform: uppercase;
  line-height: 3rem;
}
.g-infolist-textstyle-header .g-infolist-item-desc {
  font-size: 1rem;
  line-height: 2rem;
  opacity: 0.8;
  padding: 0;
}
.g-infolist-textstyle-header .g-infolist-item-desc, .g-infolist-textstyle-header .g-infolist-item-title, .g-infolist-textstyle-header .g-infolist-tags, .g-infolist-textstyle-header .g-infolist-tags .g-tag {
  text-rendering: optimizeLegibility;
  font-weight: bold;
  margin: 0;
}
.g-infolist-textstyle-header .g-infolist-item-desc a, .g-infolist-textstyle-header .g-infolist-item-title a, .g-infolist-textstyle-header .g-infolist-tags a, .g-infolist-textstyle-header .g-infolist-tags .g-tag a {
  color: inherit;
}
.g-infolist-textstyle-header .g-infolist-item-desc a:hover, .g-infolist-textstyle-header .g-infolist-item-title a:hover, .g-infolist-textstyle-header .g-infolist-tags a:hover, .g-infolist-textstyle-header .g-infolist-tags .g-tag a:hover {
  opacity: 0.75;
}
.g-infolist-textstyle-header .g-infolist-link {
  margin-top: 0;
}
.g-contact .g-contact-item {
  position: relative;
  padding-left: 50px;
  margin-bottom: 1.5rem;
}
.dir-rtl .g-contact .g-contact-item {
  padding-left: 0;
  padding-right: 50px;
}
.g-contact .g-contact-icon {
  position: absolute;
  left: 0;
  font-size: 1.25rem;
  border-right: 1px solid #F0F2F4;
  width: 35px;
  height: 45px;
  line-height: 45px;
}
.dir-rtl .g-contact .g-contact-icon {
  left: auto;
  right: 0;
  border-left: 1px solid #F0F2F4;
  border-right: 0;
}
.g-contact .g-contact-label {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold;
  opacity: 0.5;
}
.g-contact .g-contact-text {
  font-weight: 700;
}
.g-contact.g-contact-compact .g-contact-item {
  padding-left: 0;
  margin-bottom: 0;
}
.g-contact.g-contact-compact .g-contact-label {
  display: none;
}
.g-contact.g-contact-compact .g-contact-text {
  font-weight: normal;
}
.g-contact .g-contact-map {
  position: relative;
  display: block;
}
.g-contact .g-contact-map-overlay:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.g-contact .g-contact-map-marker {
  color: #5e5d65;
  font-size: 3rem;
  position: absolute;
}
.gp_content3 {
  position: relative;
}
.gp_content3 h3, .gp_content3 h4 {
  margin: 0 0 8px;
}
.gp_content3 > .g-grid.gp_center {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.gp_content3 .gp_content {
  position: relative;
}
.gp_content3 .gp_buttons {
  margin-top: 1rem;
}
.gp_content3 .gp_buttons a {
  margin-bottom: 10px;
}
.gp_content3 .gp_text > div {
  padding: 1.563rem;
}
.gp_content3 .gp_text > div > div {
  margin-bottom: 1.5rem;
}
.gp_content3 .gp_text.gp_img_right {
  margin-left: auto;
}
@media only all and (min-width: 80rem) {
  .gp_content3 .gp_text {
    max-width: 40rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .gp_content3 .gp_text {
    width: 30rem;
  }
}
@media only all and (min-width: 60rem) {
  .gp_content3 .gp_text_left {
    margin-right: 2rem;
  }
  .gp_content3 .gp_text_right {
    margin-left: 2rem;
  }
}
@media only all and (max-width: 59.99rem) {
  .gp_content3 .g-block {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
  }
}
.ham-countdown {
  --hc-gap: 16px;
  background: var(--hc-bg);
  color: var(--hc-fg);
  padding: 14px;
  border-radius: 12px;
  /* Cards */
  /* Digital */
  /* Rings */
  /* Minimal */
}
.ham-countdown .hc-eventdate {
  text-align: center;
  opacity: 0.85;
  font-size: 0.95rem;
  margin: 6px 0 10px;
}
.ham-countdown .hc-eventdate--below {
  margin: 10px 0 0;
}
.ham-countdown .hc-grid {
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  align-items: end;
  gap: var(--hc-gap);
}
.ham-countdown .hc-unit {
  text-align: center;
  min-width: 86px;
}
.ham-countdown .hc-label {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  opacity: 0.75;
  margin-top: 6px;
}
.ham-countdown .hc-val {
  font-variant-numeric: tabular-nums;
}
.ham-countdown.style-cards .hc-val {
  background: rgba(0, 0, 0, 0.08);
  color: inherit;
  border-radius: 12px;
  padding: 16px 14px;
  font-size: 34px;
  font-weight: 800;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08) inset, 0 2px 10px rgba(0, 0, 0, 0.06);
}
.ham-countdown.style-digital .hc-val {
  background: #111;
  color: #eaeaea;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 36px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.15);
}
.ham-countdown.style-rings .hc-unit {
  min-width: 90px;
}
.ham-countdown.style-rings .hc-val {
  --size: 86px;
  --thick: 8px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  font-size: 22px;
  font-weight: 800;
  background: conic-gradient(currentColor var(--pct, 0%), rgba(0, 0, 0, 0.12) 0);
}
.ham-countdown.style-rings .hc-val::after {
  content: "";
  position: absolute;
  inset: var(--thick);
  background: var(--hc-bg, #fff);
  border-radius: 50%;
}
.ham-countdown.style-minimal .hc-val {
  font-size: 40px;
  font-weight: 800;
}
.ham-countdown.style-minimal .hc-unit + .hc-unit {
  position: relative;
}
.ham-countdown.style-minimal .hc-unit + .hc-unit::before {
  content: "|";
  position: absolute;
  left: -10px;
  bottom: 30px;
  opacity: 0.38;
}
@media (max-width: 560px) {
  .ham-countdown .hc-grid {
    gap: 10px;
  }
  .ham-countdown .hc-unit {
    min-width: 72px;
  }
}
h1, h2, h3, h4 {
  font-weight: 600;
}
h1 {
  font-size: 2.3rem;
  line-height: 2.6rem;
}
h2 {
  font-size: 1.9rem;
  line-height: 2.2rem;
}
h3 {
  font-size: 1.7rem;
  line-height: 2rem;
}
a {
  color: #CF0207;
}
.campaignTitleDiv {
  display: none;
}
#donatedAmount {
  display: inline-block;
  min-width: 300px;
  padding: 20px;
}
.g-article-header .page-header h2 {
  margin-bottom: 20px;
}
.g-onepage-menu ul li a {
  padding: 0.9rem !important;
}
#g-top .g-social a:hover {
  color: #F1F2F3;
}
#g-top .g-social a {
  display: inline-block;
  padding: 10px;
  color: #fff;
  font-size: 0.9rem;
  margin-left: -3px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
#g-top .g-social a:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  margin-left: 0;
}
#g-top a {
  display: inline-block;
  padding: 10px;
  color: #fff;
  font-size: 0.9rem;
  margin-left: -3px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
#g-top a:hover {
  color: #F1F2F3;
}
#g-extension .g-infolist-textstyle-header .g-infolist-item-title a {
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
}
#g-extension .g-infolist .g-infolist-item-desc {
  font-size: 1.3rem;
  line-height: 1.5rem;
  padding-bottom: 1rem;
  color: #FFF !important;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
}
#g-footer .g-content {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  padding-top: 0.5rem;
  padding-top: 0.5rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
#g-footer .g-infolist.g-gridmenu .g-infolist-item-title {
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-bottom: -3px;
}
#g-footer .g-infolist .g-infolist-item-title {
  font-size: 0.8rem;
  font-weight: 200;
  line-height: 1.05;
  margin-bottom: -3px;
}
.g-infolist .g-infolist-item-desc {
  font-size: 0.8rem;
  margin: 0;
  padding-top: 0.3rem;
}
#g-footer .button.button-small {
  font-size: 0.8rem;
  margin-top: -10px;
}
#g-footer a:hover {
  color: #FFF;
}
#g-copyright {
  font-size: 0.9rem;
  text-transform: uppercase;
}
#g-copyright a:hover {
  color: #FFF;
}
#g-copyright .g-social a:hover {
  color: #FFF;
}
#g-copyright .g-main-nav .g-toplevel {
  text-align: center;
}
body .g-feedback.style1 .g-feedback-text, body .g-feedback-slider.style1 .g-feedback-text, body .g-feedback-slideset.style1 .g-feedback-text {
  padding: 2.5rem;
  background: #5e5d65;
  background-image: none;
  background-position: right bottom;
  background-repeat: no-repeat;
  border-radius: 25px;
  border: 5px solid #5e5d65;
}
.g-user-details {
  font-size: 0.9rem;
  text-transform: uppercase;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);
}
.table {
  border: 0 solid;
  width: 100%;
  margin-bottom: 20px;
}
#g-additional h3 {
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
}
#g-feature .g-video-feature .g-video-feature-desc {
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.box-grey > .g-content {
  background: #D6D0D0;
  color: #000;
  padding-bottom: 0.01rem;
}
.box-grey > .g-content > .g-title {
  padding-bottom: 0.01rem;
}
body.itemid-182 .g-title {
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 1rem 0;
  padding-bottom: 1rem;
  position: relative;
  white-space: nowrap;
}
body.itemid-182 .g-title:after {
  display: none;
}
body.itemid-182 #g-extension {
  background-color: #14171b;
  background-image: url('../../../../images/blu-stripes.png');
}
body.itemid-182 #g-extension h3 {
  font-size: 1.9rem;
}
body.itemid-182 #g-extension h2 {
  color: #CF0207;
}
body.itemid-189 .wk-scope em {
  color: #14171B !important;
}
body.itemid-189 .wk-scope .wk-card-body {
  padding: 20px 20px !important;
}
.outline-44 #g-aside {
  padding-top: 0;
  padding-bottom: 0;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-main-feature .image-block {
    display: block;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-main-feature .image-block {
    display: block;
  }
}
.g-main-feature-image {
  padding-bottom: 15px;
}
#g-mainbottom a {
  color: #FFF;
}
#g-mainbottom a:hover {
  color: #FFF;
}
body.itemid-220 #g-feature {
  background: url('../../../../images/headers/mule-deer/deer-hunts-background.jpg') rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body.itemid-221 #g-feature {
  background: url('../../../../images/headers/elk-hunts-background.jpg') rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body.itemid-222 #g-feature {
  background: url('../../../../images/headers/antelope-hunts-background.jpg') rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body.itemid-223 #g-feature {
  background: url('../../../../images/headers/whitetail/whitetail-background.jpg') rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body.itemid-225 #g-feature {
  background: url('../../../../images/headers/bear/bear-hunts-background.jpg') rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* === Raffle Hero (J4) === */
.raffle-hero {
  position: relative;
  width: 100%;
  min-height: 420px;
  border-radius: 12px;
  overflow: hidden;
  /* layout */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* spacing */
  padding: 64px 20px;
  /* background image is passed via --hero on the element */
  background: center / cover no-repeat var(--hero, none);
}
/* subtle dark overlay so white text always reads */
.raffle-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
}
/* keep hero’s text white & on top, independent of global h1/h2 styles */
.raffle-hero .hero-title, .raffle-hero .hero-subtitle, .raffle-hero .hero-date {
  position: relative;
  z-index: 1;
  color: #fff;
  margin: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}
/* type scale */
.raffle-hero .hero-title {
  font-size: clamp(1.6rem, 3.6vw, 3rem);
  font-weight: 800;
  letter-spacing: 0.01em;
  margin-bottom: 0.35rem;
}
.raffle-hero .hero-subtitle {
  font-size: clamp(1rem, 2.1vw, 1.35rem);
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.raffle-hero .hero-date {
  font-size: clamp(0.95rem, 1.7vw, 1.1rem);
  font-weight: 600;
}
/* small screens: add a bit more vertical space */
@media (max-width: 480px) {
  .raffle-hero {
    padding: 56px 16px;
    min-height: 380px;
  }
}
.g-menu-overlay.g-menu-overlay-open {
  display: none !important;
}
#g-navigation .g-main-nav {
  margin: 0.2rem 0 0 0;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-navigation .g-main-nav {
    margin: 1.5rem 0 0 0;
  }
}
#g-navigation .g-main-nav .g-toplevel > li {
  margin: 0 2px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-navigation .g-main-nav .g-toplevel > li {
    margin: 0;
  }
}
#g-navigation .g-main-nav .g-toplevel > li:last-child {
  margin: 0;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #FFF;
  padding: 8px 20px;
  border-radius: 25px;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
    padding: 5px 12px;
  }
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container a {
  color: #FFF;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container a:hover {
  color: #5e5d65;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator:after {
  content: "";
  opacity: 1;
  padding: 0.1rem;
  color: #ffffff;
  border: 0px solid #ffffff;
  background: transparent;
  margin-left: 0px;
  border-radius: 0px;
  width: 0.675rem;
  text-align: center;
}
#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  color: #ffffff;
  background: #5e5d65;
  background-color: #5e5d65;
  background-image: -webkit-linear-gradient(top, #5e5d65, #9b0f00);
  background-image: linear-gradient(to bottom,#5e5d65, #9b0f00);
}
#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container > .g-selected, #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-selected {
  color: #5e5d65;
}
#g-navigation .g-main-nav .g-dropdown {
  color: #ffffff;
  background: #5e5d65;
  border-radius: 0;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.05);
}
#g-navigation .g-main-nav .g-dropdown .g-menu-item-container {
  color: #ffffff;
  padding: 12px 15px;
}
#g-navigation .g-main-nav .g-dropdown li {
  border-bottom: 1px solid #84828c;
}
#g-navigation .g-main-nav .g-dropdown .g-dropdown-column {
  border-bottom: none;
}
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
  color: #ffffff;
  font-weight: normal;
}
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container > .g-selected {
  color: #5e5d65;
  font-weight: normal;
}
#g-navigation .g-main-nav .g-sublevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
  background: #6a6972;
  color: #ffffff;
}
#g-navigation .g-main-nav .g-sublevel > li:hover > .g-menu-item-container > .g-selected, #g-navigation .g-main-nav .g-sublevel > li.active > .g-menu-item-container > .g-selected {
  background: #6a6972;
  color: #ffffff;
}
#g-navigation .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
  color: #ffffff;
}
#g-navigation .g-main-nav .g-sublevel > li:last-child {
  border-bottom: none;
}
#g-navigation .g-main-nav .g-sublevel > li.g-menu-item-type-particle:hover > .g-menu-item-container {
  background: inherit;
}
@media only all and (max-width: 47.99rem) {
  #g-navigation .g-menu-block {
    display: none;
  }
}
#g-navigation .g-menu-item-subtitle {
  font-size: 0.75rem;
  font-weight: normal;
  opacity: 1;
  padding-top: 5px;
}
.menu-item-particle a {
  color: #ffffff;
}
.menu-item-particle a:hover {
  color: #666666;
}
/* 
.button:hover {
    background: #264877;
    color: #fff;
}

#g-page-surround {
    padding: 0;
}
.g-article-header .page-header h2 {
    margin: 0 0 -10px 0;
    font-size: 3.6rem;
    line-height: 3.7rem;
    border-bottom: 5px solid #D96E11;
}

.box3.moduletable .button, .box3.widget .button, .box3.g-outer-box .button, .box3 > .g-content .button {
    color:#122C50;
    background: #F8DC5B;
}
.box3.moduletable a:hover, .box3.widget a:hover, .box3.g-outer-box a:hover, .box3 > .g-content a:hover {
     color:#122C50;
         background: #FFC91C!important;
}
body .g-particle-intro .g-title-separator {
    height: 5px;
    width: 70px;
    margin: 1.5rem auto 0!important;
    border-radius: 4px;
}

#g-header .g-main-nav .g-toplevel > li > .g-menu-item-container a:hover {
    color: #F8DC5B;
}
#g-mainbody a {
    text-decoration: underline;
}
.g-logo.fancy-logo:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-left: 99.5px solid transparent;
    border-right: 99.5px solid transparent;
    filter: drop-shadow(0px 5px 4px rgba(0, 0, 0, 0.1));
    z-index: -2;
}
#g-navigation  .gp_banner1 .gp_inner > h1 {
    font-weight: 900;
    font-size: 6rem;
    line-height: 6.1rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin: 0 0 20px;
    color: #fff !important;
    text-align: left;
}
#g-navigation .gp_banner1 .gp_inner {
    padding-top: 14rem;
}
#g-navigation .gp_banner1 .gp_inner > .gp_desc {
    font-size: 1.6rem;
    line-height: 1.7rem;
    text-align: left;
}
body.itemid-318 #g-navigation {
    background: url(images/headers/devils-tower-country-header-1.jpg) rgba(0, 0, 0, 0.9);
        background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#g-navigation {
        padding: 0rem 0;
}
body.itemid-295 .eb-event-title {
    font-size: 2.2rem;
    line-height: 2.3rem;
    text-align: left;
}
body.itemid-295 #g-page-surround .eb-social-sharing-buttons .btn {
    padding: 0.5rem 1rem;
    border-radius: 0.1875rem;
    color: #122C50;
    background: #F8DC5B;
    border: 1px solid #122C50;
    line-height: 1.5;
    font-size: 1.3rem;
}
.eb-social-sharing-buttons .btn i:before {
    color: #122C50;
}


.gp_infobanner3 .gp_img > h2 {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 3.9rem;
    line-height: 3.1rem;
text-shadow: -1px -1px 1px #aaa,
                     0px 4px 1px rgba(0,0,0,0.5),
                     4px 4px 5px rgba(0,0,0,0.7),
                     0px 0px 7px rgba(0,0,0,0.4);
    margin: 0;
    position: absolute;
    padding-top: 25%;
    padding-bottom: 25%;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}
.gp_infobanner3 .gp_img {
    background-color: rgba(0, 0, 0, 0.9);
}
.gp_infobanner3 .gp_img:before {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    opacity: 1;
    z-index: 1;
}
#g-header .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-header .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
    color: #F8DC5B;
}



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

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

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






*/
@media only all and (max-width: 47.99rem) {
  #g-top .g-title {
    white-space: inherit;
  }
  #g-header {
    padding-top: 0;
  }
  #g-header .g-content {
    margin: 0.425rem;
    padding: 0.638rem;
  }
  .g-layercontent {
    padding: 0;
  }
  .gp_infobanner3 .gp_img > h2 {
    font-size: 2.8rem;
    line-height: 2.9rem;
    text-shadow: -1px -1px 1px #aaa, 0px 4px 1px rgba(0, 0, 0, 0.5), 4px 4px 5px rgba(0, 0, 0, 0.7), 0px 0px 7px rgba(0, 0, 0, 0.4);
    padding-top: 25%;
    padding-bottom: 25%;
    text-align: center;
  }
  #g-mainbody h3 {
    font-size: 1.5rem;
  }
  h1 {
    font-size: 2rem;
    line-height: 2.2 rem;
  }
  h2 {
    font-size: 1.7rem;
    line-height: 1.9rem;
  }
  body.itemid-182 #g-extension h3 {
    font-size: 1.4rem;
  }
  body.itemid-327 #g-mainbody h1 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
/*# sourceMappingURL=custom_43.css.map */