:root {
  --primary: #537274;
  --primary-hover: #61888b;
  --primary-lighter: #70afb3;
}

@font-face {
  font-family: Norwester;
  src: url("/wp-content/themes/nssf_lgs/assets/fonts/norwester.ttf");
}

.home .new-shooters.nomargin,
.home .new-shooters {
  margin-top: 0;
}

.featured-campaign {
  max-width: 1024px;
  display: block;
  margin: 30px auto;
  text-align: center;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: absolute !important;
}



/* General Input Forms */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  display: block;
  border: solid 1px #b8b8b8;
  background: white;
  line-height: 38px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #797979;
}

select {
  height: 42px;
  border-radius: 0;
}

label {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #757575;
  text-transform: uppercase;
}

input[type="radio"] {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}

select {
  width: 100%;
}

#acf-hidden-wp-editor {
  display: none;
}

.acf-radio-list.acf-bl {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.acf-radio-list.acf-bl li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.tac {
  text-align: center;
}

.bold-heading {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.07;
  letter-spacing: 5.14px;
  text-align: center;
  color: #282828;
  text-transform: uppercase;
}

.box-shadow-card {
  background-color: #ffffff;
  -webkit-box-shadow: -1px 8px 30px 0 rgba(0, 0, 0, 0.09);
  box-shadow: -1px 8px 30px 0 rgba(0, 0, 0, 0.09);
  padding: 48px;
  max-width: 1140px;
  margin: 0 auto;
}

.partner-sponsor-form-wrapper.box-shadow-card {
  position: relative;
  z-index: 3;
}

#become-partner-sponsor .acf-form-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  margin-left: -12px;
  margin-right: -12px;
}

#become-partner-sponsor .acf-form-fields > div {
  width: 100%;
  border: none;
}

#become-partner-sponsor .acf-form-fields .half {
  width: 50% !important;
}

#become-partner-sponsor .acf-form-fields .quarter {
  width: 25% !important;
}

#become-partner-sponsor input[type="text"],
#become-partner-sponsor input[type="email"],
#become-partner-sponsor textarea {
  width: 100%;
}

.acf-button.btn.green.dib {
  margin-top: 30px;
  background-color: var(--primary);
  border-radius: 0;
  border: 0;
  color: white;
  font-weight: 600;
}

.partner-sponsor-carousel {
  max-width: 1140px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-bottom: 100px;
}

.partner-sponsor-carousel .single {
  width: calc(20% - 15px);
  margin: 0 20px;
}

.partner-sponsor-carousel .single img {
  display: inline-block;
  width: 100%;
  height: 200px;
  object-fit: contain;
}

.subtitle {
  display: block;
  font-size: 13px;
  text-transform: none;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  font-weight: bold;
}

.move-up {
  margin-top: -30px !important;
}

.hero-image-new-shooters .new-shooters-title {
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 6.6px;
}

.hero-image-new-shooters .new-shooters-title sup,
.module_title sup,
.shooting-sport-title sup,
sup {
  font-size: 0.5em;
  top: -1em;
}

.promo-section-title {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.container-banner .promo-section-title h2 {
  font-family: "Oswald-Bold", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 34px;
  margin: 0 20px 30px;
  width: 100%;
  text-align: center;
}

.promo-section-title .text {
	width: 70%;
}

.promo-section-title .text p {
  margin: 20px 0!important;
}

.promo-section-title .img {
  width: 30%;
}

.promo-section-title .img img {
	max-width: 100%;
	height: auto;
}

.promo-section-title .buttons {
  width: 100%;
}

#dialog-content h3 {
	font-family: "Oswald-Bold", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.3;
	margin-bottom: 38px;
  color: var(--primary);
}

@media all and (max-width: 1121px) {
  .promo-section-title {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media all and (max-width: 768px) {
  .partner-sponsor-carousel .single {
    width: 50%;
  }
  .partner-sponsor-carousel {
    flex-wrap: wrap;
  }

  .range-challenge-events {
    flex-wrap: wrap;
  }

  #become-partner-sponsor .acf-form-fields .half {
    width: 100% !important;
  }

  #become-partner-sponsor .acf-form-fields .quarter {
    width: 100% !important;
  }

  .promo-section-title .text,
  .promo-section-title .img {
    width: 100%;
  }
}


/* .content-story-segments.pull-right { */
.pull-right {
    float: right;
}


/* New Shooters */
#shooting-stories .title-story-segments a {
  margin-top: 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: 1px;
  text-align: left;
  color: var(--primary);
}

.container-banner {
  margin-top: -110px;
  text-align: center;
  margin-bottom: 80px;
  z-index: 999;
  position: relative;
  padding-left: 105px;
  padding-right: 100px;
}

.container-banner .btn {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: Montserrat-Medium;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  color: #ffffff;
  border-radius: 0;
  margin-top: 1.5px;
  text-align: center;
  background-color: var(--primary);
  margin: 20px 10px 0;
  text-transform: uppercase;
}

.container-banner .btn:hover {
  background-color: #282828;
}

.container-banner .btn.darker {
  background-color: #282828;
}

.container-banner .btn.blue {
  background-color: #1f3c6e;
}

.container-banner .btn.lighter {
  background-color: var(--primary-hover);
}

.container-banner .btn.darker:hover {
  background-color: var(--primary);
}

.container.container-banner p a:not(.btn) {
  color: #333;
  text-decoration: underline;
  font-family: "Montserrat-Bold", sans-serif;
}

.container.container-banner p a:not(.btn):hover {
  color: #1f3c6e;
}

.container-contact-form .line-vertical {
  width: 1px;
  height: 208px;
  border: solid 1px #f4f4f4;
  margin: 0 auto;
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  bottom: -80px;
  top: auto;
}

.sweepstakes .container-introduction-info-section,
.sweepstakes .container-contact-form {
  position: relative;
}

.sweepstakes .container-introduction-info-section:after {
  content: "";
  width: 1px;
  height: 208px;
  border: solid 1px #f4f4f4;
  margin: 0 auto;
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
}

.container-banner .banner-wrapper {
  -webkit-box-shadow: 2px 7px 30px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 2px 7px 30px 0 rgba(0, 0, 0, 0.16);
  padding: 40px;
  background: #fff;
}

.container-banner h2 {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: 1px;
  color: var(--primary);
}

.container-banner p {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat-Regular;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #000000;
}

.the_champ_sharing_container.the_champ_horizontal_sharing {
  text-align: center;
}

ul.the_champ_sharing_ul,
ul.heateor_ss_follow_ul {
  /* position: absolute!important;
  left: 50%;
  transform: translateX(-50%); */
  display: inline-block;
  left: 0 !important;
}

@media all and (max-width: 1200px) {
  .container-banner {
    padding-left: 25px;
    padding-right: 0;
  }
}

@media all and (max-width: 768px) {
  .container-banner {
    padding-left: 0;
    padding-right: 0;
    margin-top: -50px;
  }
}

@media all and (max-width: 500px) {
  .container-banner {
    margin-top: 0px;
  }
}

/* Sweepstakes Page */
.line-vertical {
  width: 1px;
  height: 208px;
  border: solid 1px #f4f4f4;
  margin: 0 auto;
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
}

.container-general-list {
  opacity: 0.95;
  padding: 0 61px;
  position: relative;
  z-index: 1;
}

.container-general-list .title {
  font-family: "Oswald-Bold", sans-serif;
  font-size: 30px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  height: 32px;
  letter-spacing: 5.1px;
  line-height: 1.07;
  margin-bottom: 25px;
  margin-top: 77px;
  text-align: center;
  text-transform: uppercase;
}

.container-general-list .content {
  text-align: center;
  margin-bottom: 30px;
}

.container-general-list .content p {
  font-family: Montserrat-Light;
}

.container-general-list .general-list-content {
  background-color: #203c6e;
  background-image: linear-gradient(192deg, #1f3c6e, #000000);
  color: #fff;
  box-shadow: 4px 8px 20px 0 rgba(0, 0, 0, 0.09);
  padding: 40px 30px 20px 40px !important;
  position: relative;
  z-index: 1;
  height: 425px;
  margin-top: 37px;
  left: 3%;
}

.container-general-list .general-list-content .tips-title {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: left;
  color: #fff;
  margin-left: 10px;
  margin-bottom: 30px;
}

.container-general-list .general-list-content .tips {
  font-style: normal;
  font-stretch: normal;
  margin-bottom: 20px;
  display: flex;
  align-content: center;
  align-items: top;
}

.container-general-list .general-list-content .tips .tips-number {
  width: 32px;
  opacity: 0.5;
  font-family: Oswald-Bold;
  font-size: 50px;
  font-weight: bold;
  line-height: 0.64;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  margin-top: 8px;
}

.container-general-list .general-list-content .tips .tips-text-content {
  display: inline-block;
}

.container-general-list .general-list-content .tips .tips-text-content .tips-text {
  max-width: 500px;
  font-family: Montserrat-Regular;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.container-general-list .general-list-content .tips .tips-text-content .tips-text strong {
  font-weight: 600;
  color: #3c5152;
}

.container-general-list .general-list-content .tips .tips-text-content .tips-text:nth-child(2) {
  margin-top: 5px;
}

.container-general-list .general-list-content .tips .tips-text-content .text-bold {
  font-family: Montserrat-Medium;
  font-weight: 600;
}

.container-general-list .general-list {
  margin-left: 0;
  margin-right: 0;
}

.container-general-list .general-list .line-vertical-safely-store {
  bottom: 330px;
  position: absolute;
  width: 100%;
}

.container-general-list .general-list .line-vertical-safely-store .line {
  border: solid 1px #dedede;
  height: 84px;
  margin: 0 auto;
  width: 1px;
}

.container-general-list .general-list .safety-tips-image {
  height: 490px;
  margin: auto;
  right: 3%;
  padding: 0;
  object-fit: contain;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  box-shadow: 3px 4px 30px 0 rgba(0, 0, 0, 0.13);
}

.safety-tips-carousel {
  display: none;
}

.container-general-list .masonry {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  margin-bottom: 20px;
}

.container-general-list .masonry > div {
  text-align: center;
  display: block;
  margin: 15px auto;
  font-family: Montserrat-Medium;
  font-size: 14px;
  line-height: 2;
  -webkit-box-shadow: 3px 4px 30px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 3px 4px 30px 0 rgba(0, 0, 0, 0.13);
  padding: 30px;
  color: #fff;
  background-color: #2d4041;
  background-image: linear-gradient(192deg, #2d4041, #000000);
}

.container-general-list .masonry strong {
  font-family: "Oswald-Bold", sans-serif;
  display: block;
  font-size: 24px;
  margin: 0 0 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}

.container-general-list .masonry .half {
  width: 48%;
}

.container-general-list .masonry .full {
  width: 98%;
}

.container-general-list .links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  margin-bottom: 40px;
}

.container-general-list .links a {
  display: inline-block;
  width: 50%;
  text-align: left;
  padding: 0 30px;
  color: #2d4041;
}

.container-general-list .links a:first-child {
  text-align: right;
  border-right: 2px solid #000;
}

/* Events Page */
.blue-background {
  background-image: url("/wp-content/themes/nssf_lgs/dist/img/blue-bkgd-image.png");
  background-repeat: no-repeat;
  padding-bottom: 60px;
  margin-bottom: 100px;
}

.events-container {
  max-width: 1440px;
  margin: auto;
}

h2.cust-heading {
  font-family: Oswald-Bold;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 5.1px;
}

.all-about span {
  display: block;
}

.all-about span a {
  color: white;
  text-decoration: underline;
  font-family: Montserrat-Bold, sans-serif;
}

.all-about span a:hover {
  text-decoration: none;
  opacity: 0.9;
}

.all-about .btn {
  background: white;
  color: var(--primary);
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px;
  display: inline-block;
  margin-top: 20px;
}

.all-about .btn:hover {
  background: #282828;
  color: #fff;
}

@media (max-width: 1370px) {
  .container-general-list {
    padding: 0px 2%;
  }
}

@media (max-width: 991px) {
  .container-general-list {
    padding: 0;
    min-height: 451px;
  }

  .container-general-list .general-list-content {
    left: 0;
  }

  .container-general-list .general-list .safety-tips-image {
    right: 0;
  }

  .container-general-list .title {
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 20px;
    margin-top: 47px;
    height: 100%;
    font-family: "Oswald-Bold", sans-serif;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.07;
    letter-spacing: 5.1px;
  }

  .container-general-list .safety-tips {
    height: 25px;
  }

  .container-general-list .safety-tips #original-general-list-content {
    display: none;
  }

  .container-general-list .safety-tips .safety-tips-image {
    display: none;
  }

  .container-general-list .safety-tips-carousel .general-list-content {
    height: 282px;
  }

  .safety-tips-carousel {
    display: block;
    z-index: 10;
    width: 100%;
  }

  .safety-tips-carousel .general-list-content {
    margin-right: 10px;
    padding: 30px 38px 30px 32px !important;
    left: 0;
  }

  .safety-tips-carousel .general-list-content .tips-title {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: 0.8px;
  }

  .safety-tips-carousel .general-list-content .tips {
    align-items: flex-start !important;
  }

  .safety-tips-carousel .general-list-content .tips .tips-number {
    margin-right: 10px;
    margin-top: 9px;
  }

  .safety-tips-carousel .general-list-content .tips .tips-text-content {
    display: inline-block;
  }

  .safety-tips-carousel .general-list-content .tips .tips-text-content .tips-text {
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
  }
/* 
  .safety-tips-carousel .slick-dots li button:before {
    color: #ffffff;
  } */

  .safety-tips-carousel .slick-dots li {
    margin: 0;
  }
}

@media (max-width: 650px) {
  .safety-tips-carousel .general-list-content .tips .tips-number {
    font-size: 40px;
  }

  .safety-tips-carousel .general-list-content .tips .tips-text-content .tips-text:nth-child(2) {
    margin-top: 10px;
  }

  .safety-tips-carousel .general-list-content .tips .tips-title {
    margin-left: 0;
  }
}

@media (max-width: 368px) {
  .safety-tips-all-about-shooting-container .safety-tips-carousel {
    margin-top: -30px;
  }
}

.container-contact-form {
  padding: 60px 0 0;
  margin: 60px auto 100px;
  text-align: center;
  position: relative;
}

.container-contact-form .container {
  padding: 0px 100px;
}

.container-contact-form .container p {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #232323;
  font-family: Montserrat-Regular;
  margin-bottom: 30px;
}

.container-contact-form .container p span {
  color: #9b9b9b;
}

.container-contact-form:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  background-image: url("/wp-content/uploads/2018/07/chance-to-win-bkgd@2x.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.container-contact-form h2 {
  color: #fff;
  font-family: "Oswald-Bold", sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 5.1px;
  line-height: 1.07;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.container-contact-form .contact-form-wrapper {
  -webkit-box-shadow: 3px 4px 30px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 3px 4px 30px 0 rgba(0, 0, 0, 0.13);
  background-color: #fff;
  text-align: left;
  padding: 60px;
  z-index: 100;
  position: relative;
}

.container-contact-form .contact-form-wrapper .c-row {
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.container-contact-form .contact-form-wrapper .c-row .half {
  width: 50%;
  padding: 0 15px;
}

.container-contact-form .contact-form-wrapper .c-row .quarter {
  width: 25%;
  padding: 0 15px;
}

.container-contact-form .contact-form-wrapper .c-row .full {
  width: 100%;
  padding: 0 15px;
}

.container-contact-form .contact-form-wrapper .tac {
  text-align: center;
}

.container-contact-form .contact-form-wrapper .c-row input,
.container-contact-form .contact-form-wrapper .c-row textarea,
.container-contact-form .contact-form-wrapper .c-row label {
  width: 100%;
}

.container-contact-form .contact-form-wrapper .c-row textarea {
  resize: none;
  height: 70px;
  background-color: #ffffff;
  border: solid 1px #b8b8b8;
  margin-top: 2px !important;
  padding-top: 10px;
  font-family: Montserrat-Regular;
  font-size: 11px;
  padding-left: 15px;
}

.container-contact-form .contact-form-wrapper .c-row input {
  background-color: #ffffff;
  border: solid 1px #b8b8b8;
  color: #000000;
  font-family: Montserrat-Regular;
  font-size: 11px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  height: 36px;
  letter-spacing: normal;
  line-height: 1.45;
  margin-top: 2px;
  padding-left: 15px;
  text-align: left;
}

.container-contact-form .contact-form-wrapper iframe {
  width: 100% !important;
}

.container-contact-form .contact-form-wrapper .c-row label {
  font-family: Montserrat-Medium;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
  color: #757575;
  margin-bottom: 25px;
}

.container-contact-form .contact-form-wrapper input[type="submit"] {
  font-family: Montserrat-Medium;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 0;
  cursor: pointer;
  width: 200px;
  height: 36px;
  background-color: var(--primary);
  border: none;
  margin: auto;
  text-align: center;
}

/* Half Text and Image */
.half-text-and-image {
  background-color: #ffffff;
  box-shadow: 3px 4px 30px 0 rgba(0, 0, 0, 0.13);
  height: 100%;
  position: relative;
  z-index: 1;
}

.half-text-and-image .text {
  padding-bottom: 50px;
  padding-left: 60px;
  padding-top: 50px;
  padding-right: 80px;
}

.half-text-and-image .text h2 {
  color: #000;
  font-family: Montserrat-Medium;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 28px;
  margin-bottom: 24px;
}

.half-text-and-image .text p {
  font-family: Montserrat-Regular;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 0;
}

.half-text-and-image .text a.button.green {
  background-color: var(--primary);
  box-shadow: 2px 4px 25px 0 rgba(0, 0, 0, 0.16);
  font-size: 13px;
  font-family: Montserrat-Medium;
  letter-spacing: 2px;
  font-weight: 500;
  color: #fff;
  padding: 10px 58px;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 60px;
}

.half-text-and-image .text .title-half-text-and-image {
  color: #000;
  font-family: Montserrat-Medium;
  font-size: 24px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  height: 31px;
  letter-spacing: 2px;
  line-height: 1.29;
  margin-bottom: 24px;
  text-align: left;
}

.half-text-and-image .text .subtitle {
  color: #000;
  font-family: Montserrat-Light;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.71;
  text-align: left;
  text-overflow: ellipsis;
  width: 530px;
}

.half-text-and-image .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}

/* Custom slider */
.carousel-retailers .carousel .card-featured-reatilers.image {
  padding: 0;
}

.carousel-retailers .carousel .card-featured-reatilers.image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.carousel-retailers .carousel .card-featured-reatilers a {
  color: #000;
}

/* div#content {
  z-index: 1;
  position: relative;
} */

.footer {
  z-index: 0;
  position: relative;
}

.footer-address a {
  color: #fff;
  text-decoration: underline;
}

.footer-address a:hover {
  text-decoration: none;
}

/* One Movement */
.cotainer.content-take-a-friend-hunting .take-a-friend-hunting .image-take-a-friend-hunting,
.cotainer.content-one-decals .one-decals .image-one-decals,
.cotainer.content-welcome-kit .one-decals .image-one-decals {
  height: 690px;
  background-position: center;
}

.cotainer.content-take-a-friend-hunting .take-a-friend-hunting .content-text-take-a-friend-hunting,
.cotainer.content-one-decals .one-decals .content-text-one-decals,
.cotainer.content-welcome-kit .one-decals .content-text-one-decals {
  margin-top: 27%;
}

.cotainer.content-one-decals .one-decals .image-one-decals,
.cotainer.content-welcome-kit .one-decals .image-one-decals {
  height: 606px;
}

#form-request-decal #oneDecalsForm input[type="checkbox"] {
  width: auto !important;
  height: auto !important;
  vertical-align: top;
  align-self: flex-start;
}

#oneDecalsForm .col-4 {
  display: flex;
  margin-bottom: 15px;
  flex-wrap: wrap;
  align-content: stretch;
}

#oneDecalsForm img {
  align-self: flex-end;
  /* width: 100%; */
}

#oneDecalsForm .col-4 .content {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 20px);
  text-align: center;
  justify-content: center;
}

#oneDecalsForm .col-4 span {
  font-size: 12px;
  display: block;
  text-align: center;
  margin-bottom: 5px;
  font-family: Montserrat-Light;
  font-weight: initial;
  color: #000;
}

#modalInvitation .modal-dialog .modal-content .modal-body .title-details-invitation {
  margin-top: 0;
}

.date-invitation .wpcf7-form-control-wrap {
	display: block;
}

.input-search {
  display: flex;
}

.all-friends-email {
  overflow: hidden;
}

#modalInvitation .modal-dialog .modal-content .modal-body .form-invitation .wpcf7 .wpcf7-form .all-friends-email .wpcf7-form-control-wrap {
  visibility: visible;
}

.content-modal #modalInvitation .modal-dialog .modal-content .modal-body .input-search .btn-delete-search {
  position: relative;
}

.btn-delete-search-email-friends {
  position: relative;
}

.all-friends-email .friend p {
  display: flex;
  position: relative;
}

/* fix lack of bolding on single post pages */
.container-rifles .content-article-rifles .content-text-rifles .text-article-rifles strong {
  font-family: Montserrat-Bold, sans-serif;
}

@media (max-width: 1300px) {
  .half-text-and-image {
    margin-left: 2%;
    margin-right: 2%;
  }
}

@media (max-width: 1200px) {
  .container-half-text-and-image {
    margin: 0;
    width: 100% !important;
  }

  .container-half-text-and-image .half-text-and-image {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .container-half-text-and-image .half-text-and-image .text .subtitle {
    width: auto;
    text-overflow: ellipsis;
  }
}

@media (max-width: 991px) {
  .half-text-and-image {
    height: auto;
    margin-top: -10px;
  }

  .half-text-and-image .text {
    padding: 20px;
  }

  .half-text-and-image .text .title-half-text-and-image {
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
  }

  .half-text-and-image .text .subtitle {
    text-align: center;
  }

  .half-text-and-image .text .image {
    display: none;
  }

  .container-contact-form .contact-form-wrapper {
    padding: 30px;
  }

  .container-contact-form .container {
    padding: 0;
  }

  .container-contact-form .contact-form-wrapper .c-row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 420px) {
  .container-general-list .general-list-content {
    height: auto;
  }

  .half-text-and-image {
    margin-left: 5px !important;
    margin-right: 5px !important;
    height: auto;
  }

  .half-text-and-image .text {
    padding: 20px;
  }

  .half-text-and-image .text .title-half-text-and-image {
    font-size: 18px;
    letter-spacing: 0.8px;
    line-height: 1.11;
    margin-bottom: 0;
  }

  .half-text-and-image .text .subtitle {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.43;
    text-align: center;
  }

  .half-text-and-image .image {
    display: none;
  }

  .container-general-list .masonry .half {
    width: 98%;
  }
}

@media (max-width: 325px) {
  .half-text-and-image .text .title-half-text-and-image {
    margin-bottom: 15px;
  }
}

@media (min-width: 1080px) {
  .half-text-and-image {
      width: 510px;
  }
}

@media (min-width: 1360px) {
  .half-text-and-image {
      width: 580px;
  }
}

@media (min-width: 1400px) {
  .half-text-and-image {
      width: 610px;
  }
}

@media all and (max-width: 991px) {
  .cotainer.content-one-decals .one-decals .content-text-one-decals,
  .cotainer.content-welcome-kit .one-decals .content-text-one-decals {
    position: relative;
    margin-top: 50px !important;
  }
}

.container-hero-image-banner .hero-image-banner {
  position: relative;
}

.cotainer.content-one-decals .one-decals .content-text-one-decals,
.cotainer.content-welcome-kit .one-decals .content-text-one-decals {
  margin-top: 18%;
  float: right;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  background-image: -webkit-linear-gradient(72deg, #4a6568, #5e8284);
  background-image: -o-linear-gradient(72deg, #4a6568, #5e8284);
  background-image: linear-gradient(18deg, #4a6568, #5e8284);
  -webkit-box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.16);
  padding: 54px 37px 54px 40px;
  position: absolute;
  z-index: 1;
  margin-left: 0;
}

.cotainer.content-take-a-friend-hunting .take-a-friend-hunting .content-text-take-a-friend-hunting {
  margin-top: 18%;
  float: left;
  margin-left: -50px;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  background-image: -webkit-linear-gradient(272deg, #21477c, #1c2d59);
  background-image: -o-linear-gradient(272deg, #21477c, #1c2d59);
  background-image: linear-gradient(-182deg, #21477c, #1c2d59);
  -webkit-box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.16);
  padding: 54px 28px 54px 38px;
  position: absolute;
  z-index: 1;
}

#form-request-decal #oneDecalsForm label.error {
  color: red;
  font-weight: bold;
  margin: 0px 0 10px;
}

#downloadTargetsModal #downloadTargetsForm label.error {
  color: red;
  margin-top: 0;
  font-weight: bold;
}

/* Single page styles */
.article-full {
  /* z-index: 1; */
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 266px);
}

.content-fixed {
  display: block;
  margin: auto;
  max-width: 1170px;
  padding: 40px 20px 40px;
  position: relative;
  z-index: 1;
}

.content-full {
  display: block;
  margin: auto;
  padding: 40px 20px 40px;
  position: relative;
  z-index: 1;
}

#retailers,
.retailers .single-retailer-block {
  -webkit-transform: translate3d;
  transform: translate3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}

.retailers .single-retailer-block.premium {
  background-color: #cfe0e1;
}

.retailers .single-retailer-block .single-retailer-block-web {
  display: inline-block;
}

@media (max-width: 991px) {
  .cotainer.content-take-a-friend-hunting
    .take-a-friend-hunting
    .content-text-take-a-friend-hunting {
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    margin-top: -330px;
    margin-left: 20px;
  }

  .cotainer.content-one-decals .one-decals .content-text-one-decals,
  .cotainer.content-welcome-kit .one-decals .content-text-one-decals {
    position: relative;
    margin-top: 50px !important;
  }

  .cotainer.content-one-decals {
    margin-top: 20px !important;
  }

  .cotainer.content-one-decals .one-decals,
  .cotainer.content-welcome-kit .one-decals {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .cotainer.content-take-a-friend-hunting
    .take-a-friend-hunting
    .content-text-take-a-friend-hunting {
    padding: 20px;
  }

  .cotainer.content-one-decals .one-decals .content-text-one-decals,
  .cotainer.content-welcome-kit .one-decals .content-text-one-decals {
    padding: 18px;
    width: 100% !important;
  }

  .cotainer.content-one-decals .one-decals,
  .cotainer.content-welcome-kit .one-decals {
    margin-top: 0 !important;
  }
}

/* Printable Targets Page */
.printable-targets-v,
.printable-targets-image {
  background-position: top;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.printable-targets-v {
  background-image: url("https://www.letsgoshooting.org/wp-content/uploads/2019/02/target-valentines.png");
}

.col-xl-6.header-left {
  justify-content: center;
}

.logo-button,
.menu-button.pull-left,
.site-header .container-fluid .header-left .menu-line-vertical {
  display: inline-block;
  margin-bottom: 0;
  font-size: 0;
  vertical-align: middle;
}

.site-header .container-fluid .header-left .menu-logo {
  background-image: url("/wp-content/themes/nssf_lgs/dist/img/lgs-new-logo.png");
  background-size: cover;
  background-position: 50% 50%;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 260px;
  height: 70px;
  margin-left: 2px;
  margin-top: 0;
  image-rendering: -webkit-optimize-contrast;
}

.norwester {
  font-family: "Norwester", sans-serif !important;
  letter-spacing: 3px !important;
  font-weight: normal !important;
}

.norwester sup {
  font-size: 50%;
  top: -1em;
}

.intro-single-box {
  margin-top: -30px;
  background: #fff;
  -webkit-box-shadow: 3px 4px 30px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 3px 4px 30px 0 rgba(0, 0, 0, 0.13);
  padding: 40px;
  max-width: 1260px;
  margin-bottom: 100px;
}

.intro-single-box p {
  font-family: Montserrat-Medium, sans-serif;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.71;
  text-align: left;
  text-align: center;
}

.no-margin .introduction-info-section {
  margin-top: 0 !important;
}

.no-margin .introduction-info-section .image-introduction-info-section {
  margin-bottom: -27px;
}
.intro-single-box {
  margin-top: -30px;
  background: #fff;
  -webkit-box-shadow: 3px 4px 30px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 3px 4px 30px 0 rgba(0, 0, 0, 0.13);
  padding: 40px;
  max-width: 1260px;
  margin-bottom: 100px;
}

.intro-single-box p {
  font-family: Montserrat-Medium, sans-serif;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.71;
  text-align: left;
  text-align: center;
  margin-bottom: 0;
}

.no-margin .introduction-info-section {
  margin-top: 0 !important;
}

.no-margin .introduction-info-section .image-introduction-info-section {
  margin-bottom: -27px;
}

#modalInvitation .modal-dialog .modal-content .modal-body .address-selected-range-invitation {
  margin-bottom: 20px !important;
}

#modalInvitation .modal-dialog .modal-content .modal-body .form-invitation {
  margin-top: 15px !important;
}

#modalInvitation .modal-dialog .modal-content .modal-body .title-selected-range-invitation {
  font-family: Oswald-Bold;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 2.3px;
  text-align: left;
  color: #282828;
  margin-bottom: 10px;
}

@media all and (max-width: 920px) {
  .site-header .container-fluid .header-left {
    padding-left: 20px !important;
    margin-right: 20px !important;
    height: 50px;
    justify-content: space-between;
    align-content: center;
    text-align: left;
  }

  .site-header .container-fluid .header-left .menu-button {
    float: none;
    display: inline-block;
  }

  .hidden-sm-down {
    display: none !important;
  }

  .site-header .container-fluid .header-left .menu-button .large-menu-logo {
    margin: 0 auto;
    height: 50px;
  }

  .site-header .container-fluid .header-left .logo-button .menu-logo {
    text-align: center;
    height: 56px !important;
    margin-right: 0px;
    margin-top: 0;
    width: 200px;
  }

  .col-xl-6.header-right.hidden-sm-down {
    display: none;
  }
}

/* page modules */
.container.module_half-page-wrapper {
  margin: 80px auto;
  max-width: 1140px;
  position: relative;
  z-index: 1;
}

.module_half-page-inner.center {
  align-items: center;
  align-content: center;
}

.module_half-page-inner.image_text .module_half-page-background-image {
  margin-right: -35px;
}

.module_half-page-inner.text_image .module_half-page-background-image {
  margin-left: -35px;
}

.container.module_half-page-wrapper .module_half-page-content {
  z-index: 1;
  position: relative;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
  background-color: #ffffff;
  -webkit-box-shadow: -1px 8px 30px 0 rgba(0, 0, 0, 0.09);
  box-shadow: -1px 8px 30px 0 rgba(0, 0, 0, 0.09);
  padding: 48px;
}

.module_title {
  font-family: Montserrat-Medium, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #000000;
}

.module_text-content {
  margin-top: 25px;
  font-family: Montserrat-Light, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.71;
  letter-spacing: normal;
  color: #000000;
}

.module_button {
  width: auto;
  height: 36px;
  margin-top: 20px;
  display: inline-block;
}

.module_button a {
  margin-top: 10px;
  background-color: var(--primary);
  width: 100%;
  border-radius: 0;
  border: 0;
}

.module_button a span {
  text-align: center;
  font-family: Montserrat-Medium, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #ffffff;
}

.module_half-page-background-image {
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
  background-color: #d1d1d1;
  -webkit-box-shadow: 1px 5px 30px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 1px 5px 30px 0 rgba(0, 0, 0, 0.11);
  background-size: cover;
  background-position: center center;
}

.module_social-section {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.module_social-section .left,
.module_social-section .right {
  /* width: 50%; */
  display: flex;
}

.cust_fb_button,
.cust_tw_button {
  color: #fff;
  width: 150px;
  display: inline-block;
  margin: 0 10px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  transition: background 300ms ease;
  -webkit-transition: background 300ms ease;
  font-size: 14px;
  font-weight: bold;
}

.cust_fb_button svg,
.cust_tw_button svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.cust_fb_button svg path {
  fill: white;
}

.cust_fb_button {
  background: #3c5a99;
}

.cust_tw_button {
  background: #0084b4;
}

.cust_fb_button:hover,
.cust_tw_button:hover,
.cust_fb_button:focus,
.cust_tw_button:focus,
.cust_fb_button:active,
.cust_tw_button:active {
  text-decoration: none;
  color: #fff;
}

.cust_fb_button:hover,
.cust_fb_button:focus,
.cust_fb_button:active {
  background: #192641;
}

.cust_tw_button:hover,
.cust_tw_button:focus,
.cust_tw_button:active {
  background: #013649;
}

.module_social-section .the_champ_sharing_ul {
  display: flex !important;
}

.module_social-section .theChampSharing {
  margin: 0px 5px;
}

.module_social-section h3 {
  font-family: Oswald-Regular, sans-serif;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.07;
  letter-spacing: 5.1px;
  text-align: center;
  color: #282828;
  width: 100%;
  margin-bottom: 0;
}

.module_social-section p {
  font-family: Montserrat-Regular;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #232323;
  width: 100%;
  margin-top: 25px;
}

.centered_section-section,
.module_social-section {
  margin: 60px auto;
}

.centered_section-section,
.module_social-section,
.module_section {
  max-width: 1170px;
  position: relative;
  z-index: 100;
}

.module_section.flex {
  display: flex;
  align-content: center;
  align-items: center;
  margin: 40px auto;
}

.module_section.flex h2 {
  color: #ffffff;
  font-size: 100px;
  text-transform: uppercase;
  font-family: Oswald-bold, sans-serif;
  display: block;
  margin-bottom: 0;
}

.module_section.flex p {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: bold;
  margin-left: 60px;
}

.module_section.flex a {
  text-decoration: underline;
}

.wysiwyg .blue-background {
  margin: 0;
  padding: 0;
}

.wysiwyg .blue-background > div {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding: 70px 0;
  max-width: 1170px;
  margin: auto;
}

.wysiwyg .blue-background p {
  padding: 0;
  font-family: Montserrat-Light, sans-serif;
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.7;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
}

.centered_section-background.white {
  color: #fff;
  padding: 60px 0;
  position: relative;
  z-index: 100;
}

.centered_section-background.white h3,
.centered_section-background.white p {
  color: #fff !important;
}

.module-background.white {
  padding: 60px 0;
  position: relative;
  z-index: 2;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.centered_section-section h3 {
  font-family: Oswald-Bold, sans-serif;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.07;
  letter-spacing: 5.1px;
  text-align: center;
  color: #282828;
  text-transform: uppercase;
}

.centered_section-section {
  padding: 0;
  overflow: hidden;
}

.centered_section-section p {
  margin-top: 20px;
  font-family: Montserrat-Light, sans-serif;
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.7;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

.steps_with_background.centered_section-section .bold-heading {
  margin-bottom: 10px !important;
}

.centered_section-section p.subheading {
  display: block;
  font-size: 20px;
  text-transform: none;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  font-weight: bold;
  width: 100%;
  margin: 0 0 20px;
}

.introduction-info-section .text-introduction-info-section .title-introduction-info-section {
  height: auto;
}

.centered_section-section {
  background: url("/wp-content/themes/nssf_lgs/dist/img/background-join-the-movement.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}

.centered_section-section.three_col_callouts {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.three_col_callouts .single-callout {
  width: 33.3334%;
  overflow: hidden;
}

.three_col_callouts .single-callout a,
.three_col_callouts .single-callout img {
  display: inline-block;
  width: 100%;
  position: relative;
}

.three_col_callouts .single-callout img {
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}

.three_col_callouts .single-callout a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease;
}

.three_col_callouts .single-callout a:hover:after {
  opacity: 0.3;
}

.site-header {
  z-index: 1000;
}

.three_col_callouts .single-callout a:hover img {
  transform: scale(1.05);
}

.h1 {
  font-family: "Oswald-Bold", sans-serif;
  font-size: 50px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 6.6px;
  margin-bottom: 40px;
}

#share h3 {
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 34px;
}

#share p {
  text-align: center;
  font-size: 16px;
}

.gform_wrapper .gform_footer {
	margin-top: 0;
	padding-top: 0;
}

.gfield_label {
	margin-bottom: 0;
}

#gform_submit_button_1 {
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.5rem 1rem;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-family: Montserrat-Medium;
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 2px;
	color: #ffffff;
	border-radius: 0;
	margin-top: 1.5px;
	text-align: center;
	background-color: var(--primary);
	margin: 20px 10px 0;
	text-transform: uppercase;
}

@media all and (max-width: 991px) {
  .three_col_callouts {
    flex-wrap: wrap;
  }

  .three_col_callouts .single-callout {
    width: 50%;
  }
}

@media all and (max-width: 767px) {
  .container.module_half-page-wrapper .module_half-page-content {
    width: 100%;
  }

  .module_half-page-inner.text_image .module_half-page-background-image,
  .module_half-page-inner.image_text .module_half-page-background-image {
    margin: 0;
    width: 100%;
    -webkit-box-shadow: -1px 8px 30px 0 rgba(0, 0, 0, 0.09);
    box-shadow: -1px 8px 30px 0 rgba(0, 0, 0, 0.09);
  }

  .module_section.flex {
    flex-wrap: wrap;
    text-align: center;
    padding: 0 20px;
    margin: 0 auto;
  }

  .module_section.flex h2 {
    margin: 0 auto 10px;
  }

  .module_section.flex p {
    margin-left: 0;
  }
}

@media all and (max-width: 600px) {
  .three_col_callouts .single-callout {
    width: 100%;
  }
}

.cotainer.content-join-the-movement .content-image-background {
  z-index: -1;
}

a.basic-green-button {
  background: var(--primary);
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  font-family: "Montserrat-Medium", sans-serif;
  letter-spacing: 2px;
}

a.basic-green-button:hover {
  background: var(--primary-hover);
}

.flex-center {
  text-align: center;
  z-index: 2;
  position: relative;
  display: flex;
  min-height: 50vh;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.flex-center h2,
.flex-center p {
  width: 100%;
}

/* Plus one page */
.container.container-get-started-hunting
  .background-get-started-hunting
  .image-preview-video-get-started-hunting {
  margin-top: 0;
}

.cotainer.content-join-the-movement {
  margin-top: 190px;
  margin-bottom: 140px;
}

.container.container-get-started-hunting .background-get-started-hunting {
  margin: 100px auto;
}

.cotainer.content-join-the-movement .content-image-background {
  margin-top: -175px;
}

.cotainer.content-join-the-movement .content-image-background .image-background-join-the-movement {
  height: 519px;
}

#where-to-buy-form .nice-select.disabled {
  opacity: 0.5;
}

#where-to-buy-form {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding: 18px 30px;
}

#where-to-buy-form input[type="submit"] {
  margin: 10px 0 10px 20px;
}

#where-to-buy-form .nice-select,
#where-to-buy-form select {
  width: 200px;
  margin: 10px 0 10px 20px;
}

#where-to-buy-form input[type="radio"] {
  margin-left: 30px;
  margin-right: 5px;
  border-radius: 50%;
  border: 1px solid #b8b8b8 !important;
  padding: 0 !important;
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
  margin-top: -3px;
  position: relative;
  background: #fff;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#where-to-buy-form h4 {
  margin-bottom: 0;
}

@media all and (max-width: 767px) {
  .cotainer.content-join-the-movement {
    margin-top: 81px;
    margin-bottom: 50px;
  }

  .container.container-get-started-hunting .background-get-started-hunting {
    margin: 50px auto;
  }

  .cotainer.content-take-a-friend-hunting .take-a-friend-hunting .image-take-a-friend-hunting,
  .cotainer.content-one-decals .one-decals .image-one-decals,
  .cotainer.content-welcome-kit .one-decals .image-one-decals {
    height: 500px;
    background-position: center left;
  }

  .content-subtitle-and-title {
    margin-top: 60px;
  }

  .special-offers-one-movement {
    margin-bottom: 40px !important;
  }

  .special-offers-one-movement .container-sign-up-for .sign-up-for-content .sign-up-for {
    top: 0 !important;
  }

  .content-mobile-share-your-experience-one-movement
    .slideshow-container
    .w3-content
    .w3-display-container
    .content-social-1-share-your-experience
    .content-social
    .icon-social-content,
  .content-mobile-share-your-experience-one-movement
    .slideshow-container
    .w3-content
    .w3-display-container
    .content-social-2-share-your-experience
    .content-social
    .icon-social-content,
  .content-mobile-share-your-experience-one-movement
    .slideshow-container
    .w3-content
    .w3-display-container
    .content-social-3-share-your-experience
    .content-social
    .icon-social-content {
    height: 16px;
    padding-right: 8px;
    text-align: center;
    bottom: auto;
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .content-mobile-share-your-experience-one-movement
    .slideshow-container
    .w3-content
    .buttons-control
    .w3-button {
    height: 22px;
    position: absolute;
    width: 12px;
    z-index: 10;
    top: 0;
    bottom: 0;
  }

  .content-mobile-share-your-experience-one-movement
    .slideshow-container
    .w3-content
    .w3-display-container
    .content-social-1-share-your-experience,
  .content-mobile-share-your-experience-one-movement
    .slideshow-container
    .w3-content
    .w3-display-container
    .content-social-2-share-your-experience,
  .content-mobile-share-your-experience-one-movement
    .slideshow-container
    .w3-content
    .w3-display-container
    .content-social-3-share-your-experience {
    height: auto;
    overflow: hidden;
  }

  .special-offers-one-movement {
    margin-top: 0px;
  }

  .introduction-info-section {
    z-index: 10;
  }
}

/* First Shots Events */
#event-results {
	position: relative;
}

#wth_map {
  position: relative;
  -webkit-transform: translate3d;
  transform: translate3d;
  backface-visibility: hidden;
  perspective: 1000;
  width: 100%;
  height: 100%;
  display: block;
}

#wth_map svg {
  width: 100% !important;
  will-change: contents;
  display: block;
  overflow: visible!important;
}

.wth-wrapper {
  padding-bottom: 30px;
}

.flex-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: top;
  align-content: top;
  flex-wrap: wrap;
  z-index: 2;
  position: relative;
  margin-bottom: 100px;
}

.two-thirds {
  width: 66.6667%;
}

.one-third {
  width: 33.3334%;
}

.full-width {
  width: 100%;
}

.map-title {
  padding: 60px 60px 40px;
  /* text-align: center; */
  /* margin: auto; */
}

.map-title h2 {
  font-family: Oswald-Bold, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
}

.map-column-wrapper {
  padding: 0 60px;
}

.h1.hunting-results-title {
  font-family: Oswald-Bold, sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 30px;
}

.fancybox-slide--iframe .fancybox-content {
  background: transparent !important;
}

#wth_map .fancybox-loading {
  display: block;
  margin: auto;
}

.fancybox-loading-wrapper {
  width: 100%;
  height: 50vh;
}

#hunting-results {
  position: relative;
}

.custom-modal-shortcode {
  padding: 0;
  min-width: 80vw;
  /* min-height: 80vh; */
  display: none;
  max-width: 80vw;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.fancybox-loading,
.loading-icon {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  -moz-animation: spin 0.8s linear infinite;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

.mobile-lg-only,
.mobile-only {
  display: none;
}

@media all and (max-width: 1024px) {
  .mobile-lg-only {
    display: block !important;
  }

  .two-thirds,
  .one-third {
    width: 100%;
    padding: 0 30px !important;
  }

  .desktop-lg-only {
    display: none !important;
  }

  .select-column-wrapper {
    margin-bottom: 20px;
  }

  .select-column-wrapper #stateselect {
    width: 100%;
  }

  .map-title {
    padding: 30px;
  }

  .map-column-wrapper {
    padding: 0;
  }
}

@media all and (max-width: 450px) {
  #where-to-buy-form h4 {
    display: block;
    width: 100%;
    text-align: center;
  }

  #where-to-buy-form .nice-select,
  #where-to-buy-form select,
  #where-to-buy-form input[type="submit"] {
    margin-left: 0;
  }
}

.introduction-info-section .text-introduction-info-section .subtitle-introduction-info-section a {
  color: var(--primary);
  font-family: Montserrat-Bold;
}

.accordion-title {
  cursor: pointer;
  position: relative;
  z-index: 100;
  padding: 20px 20px;
  background: var(--primary);
  color: #fff;
  border: 1px solid white;
}

.accordion-title h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: Montserrat-Medium, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.accordion-title img {
  width: 8px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.accordion-content {
  /* height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 300ms ease;
	box-sizing: border-box;
	padding: 20px;
	position: absolute;
	top: -100px; */
  /* padding: 20px; */
  display: none;
}

.accordion-content.active {
  /* height: auto;
	opacity: 1;
	top: auto;
	position: relative; */
}

.hunting-results-wrapper {
  max-height: 800px;
  overflow: auto;
}

.accordion-content p {
  margin-bottom: 0;
}

.accordion-content ul {
  display: flex;
  flex-wrap: wrap;
}

.accordion-content li {
  width: 50%;
  margin: 0;
  padding: 0;
}

.accordion-content .address {
  padding: 20px;
}

.sidebar.one-third {
  padding: 0 60px 0 0;
}

.button.white {
  background: var(--primary);
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  letter-spacing: 1px;
  font-size: 12px;
  margin-top: 20px;
  display: inline-block;
}

.resultwrapper .single-event {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-top: 15px;
}

.resultwrapper .single-event:last-child {
  border-bottom: none;
}

.resultwrapper .single-event .description {
  padding: 20px;
}

.resultwrapper .single-event .event-details {
  padding: 20px;
  background-color: #e8e8e8;
  display: flex;
  width: 100%;
  margin: 0 20px;
  align-items: center;
  justify-content: space-between;
  /* margin-bottom: 10px; */
}
.resultwrapper .single-event .event-details p {
  margin-bottom: 0;
  line-height: 2;
}

.resultwrapper .single-event p {
  width: 100%;
  display: inline-block;
  word-wrap: anywhere;
}

.resultwrapper .single-event .half {
  width: 50%;
}

@media all and (max-width: 600px) {
  .resultwrapper .single-event .event-details {
    flex-wrap: wrap;
  }

  .resultwrapper .single-event .event-details .registration-url {
    margin-top: 20px;
  }
}

.test-section {
  max-width: 1024px;
  margin: auto;
  padding: 40px 60px;
  text-align: center;
  -webkit-box-shadow: 3px 4px 30px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 3px 4px 30px 0rgba (0, 0, 0, 0.13);
  margin-top: -40px;
  background: white;
}

.test-section h2 {
  color: #000;
  font-family: Montserrat-Medium;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.29;
}

.test-single p {
  font-family: Montserrat-Regular;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 0;
}

.test-section .slick-prev:before,
.test-section .slick-next:before {
  color: #303030;
  font-size: 30px;
}

.test-section .test-slider {
  padding: 20px;
  text-align: center;
  margin-top: 20px;
}

.test-section .test-slider h3 {
  font-size: 18px;
  font-weight: bold;
}

@media all and (max-width: 768px) {
  .test-section {
    margin-top: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
}

/* Range Challenge */
.centered_section-background {
  background-repeat: no-repeat;
  background-size: cover;
}

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

.steps_with_background.centered_section-section {
  background: none !important;
  margin: 30px auto;
}

.steps_with_background .single-list-item,
.steps_with_background::after {
  content: "";
  text-align: left;
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}

.steps_with_background .single-list-item {
  margin-bottom: 0px;
  padding: 0px;
}

.steps_with_background .single-list-item span.count {
  border: 1px solid white;
  display: inline-block;
  width: 32px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  margin: 0 20px 0;
}

.steps_with_background .single-list-item h4 {
  margin-bottom: 0;
  width: 22%;
}

.steps_with_background .single-list-item p {
  font-size: 15px;
  text-align: left !important;
  display: block;
  font-weight: normal;
  font-family: Montserrat-Bold, sans-serif;
  width: calc(78% - 32px);
}

.black-background {
  background: linear-gradient(180deg, #3c3c3c 0%, #000000 100%);
  color: white;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.black-background p,
.black-background .module_title {
  color: #fff;
}

.black-background .container.module_half-page-wrapper {
  margin: 0 auto;
}

.black-background .offset {
  width: 90%;
  position: relative;
  margin-left: 20px;
  top: 20px;
  background-color: #669ca0;
  margin-bottom: -50px;
}

.black-background .offset .module_half-page-background-image {
  position: relative;
  top: 15px;
  left: 15px;
  background-size: cover;
  margin-left: 0 !important;
  width: 100%;
}

.black-background .module_button {
  width: auto;
  height: auto;
  display: inline-block;
}

.centered_section-background.white:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  background: rgba(0, 0, 0, 0.8);
}

.two-col-callout {
  overflow: hidden;
}

.two-col-callout .single-callout {
  width: 100%;
  position: relative;
  z-index: 100;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.two-col-callout .single-callout:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

.two-col-callout .single-callout:hover {
  transform: scale(1.05);
}

.two-col-callout .single-callout:hover:before {
  background-color: rgba(0, 0, 0, 0.8);
}

.two-col-callout .single-callout .contents {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 55%;
}

.two-col-callout .single-callout a {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  font-weight: bold;
  font-size: 16px;
}

.two-col-callout .module_title {
  color: white;
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 34px;
}

.two-col-callout .single-callout a:hover,
.two-col-callout .single-callout a:focus {
  text-decoration: none;
}

@media all and (max-width: 1043px) {
  .two-col-callout .single-callout .contents {
    padding: 0 0 80%;
  }

  .two-col-callout .module_title {
    font-size: 27px;
  }
}

@media all and (max-width: 991px) {
  .hero-image-new-shooters {
    height: auto;
  }

  .hero-image-new-shooters .new-shooters-title {
    position: relative;
    padding-bottom: 100px;
  }
}

@media all and (max-width: 768px) {
  .steps_with_background .single-list-item {
    flex-wrap: wrap;
    text-align: center;
  }
  .steps_with_background .single-list-item h4 {
    width: 100%;
  }
  .steps_with_background .single-list-item p {
    text-align: center !important;
    padding: 0 30px;
    width: 100%;
  }
  .steps_with_background .single-list-item span.count {
    margin: 25px auto 15px;
  }

  .two-col-callout .module_title {
    font-size: 20px;
  }

  .two-col-callout .single-callout a {
    font-size: 14px;
  }
}

@media all and (max-width: 480px) {
  .hero-image-new-shooters .new-shooters-title {
    width: 100%;
    font-size: 36px;
    letter-spacing: 2px;
  }
}

/* Range Challenge Events */
.range-challenge-events {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
  max-width: 1170px;
  margin: auto;
  padding: 100px 0 60px;
}

.range-challenge-events .map-column-wrapper {
  padding: 0 30px 0 0;
}

.range-challenge-events .event-results-wrapper {
  padding-left: 30px;
}

.range-challenge-events .h2.event-results-title,
.range-challenge-events .map-column-wrapper h3 {
  font-family: "Oswald-Bold", sans-serif;
  text-transform: uppercase;
  font-size: 22px !important;
  margin-bottom: 30px;
  font-weight: normal;
}

.range-challenge-events .resultwrapper .single-event .event-details {
  margin: 0;
}

.range-challenge-events .resultwrapper .single-event:last-child {
  margin-top: 0;
}

.special-offers-one-movement.no-top-marg {
  margin-top: 0 !important;
}

#target_form {
  display: none;
  max-width: 600px;
  font-size: 12px;
}

#target_form h3 {
  margin-bottom: 20px;
}

.btn.green.large {
  margin-top: 0;
  background-color: var(--primary);
  border-radius: 0;
  border: 0;
  text-align: center;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #ffffff;
  display: inline-block;
  padding: 20px;
}

#target_form .wpcf7-form-control.wpcf7-submit {
  margin-top: 0;
  background-color: var(--primary);
  border-radius: 0;
  border: 0;
  text-align: center;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #ffffff;
  display: inline-block;
  padding: 10px 20px;
  text-transform: uppercase;
  cursor: pointer;
}

#target_form .wpcf7-form-control.wpcf7-submit:hover {
  background: #333;
}

#target_form label,
#target_form input[type="text"],
#target_form input[type="email"] {
  width: 100%;
}

.type {
  color: white;
  background-color: var(--primary);
  text-align: center;
  font-weight: bold;
  padding: 5px;
  display: block;
}

.type.social-giveaway-sponsor,
.type.partner {
  background-color: #1f3c6e;
}

.type.plusone-gearbox-sponsor {
  background-color: #282828;
}

/* Events */
#map-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: top;
  align-items: top;
  padding: 60px 0 100px;
}

#map-wrapper .full {
  width: 100%;
}

#map-wrapper .two-thirds {
  width: calc(66.667% - 30px);
}

#map-wrapper .one-third {
  width: calc(33.334% - 30px);
}

#event-filters {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 2px 7px 20px 0 rgba(0, 0, 0, 0.08);
  padding: 23px 20px;
  width: calc(100% - 30px);
  margin: 10px auto 30px;
}

#event-filters > div {
  margin: 0 20px;
}

#event-filters select {
  font-family: Nunito, Arial;
  height: 36px;
  background-color: #fff;
  border: 1px solid #b8b8b8;
  width: 100%;
  font-size: 11px;
  letter-spacing: 0.5px;
  padding: 8px 15px;
  line-height: 1.5;
  color: #404040;
}

#event-filters .filter-label {
  font-family: Nunito, Arial;
  line-height: 12px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #757575;
}

#event-filters h3 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0;
}

#map .fancybox-loading {
  display: block;
  margin: auto;
}

#zipform {
  display: flex;
}

#zipform button {
  border: 0;
  color: white;
  border-radius: 0;
  background: #0a1941;
  text-transform: uppercase;
  padding: 11px 22px;
  font-size: 11px;
  letter-spacing: 0.8px;
  font-weight: 700;
}

#zipform button:hover {
  background-color: #444444;
}

#zipform input[type="text"] {
  border-radius: 0;
  padding: 0 10px;
  min-width: 0;
  width: 100%;
}

.accordion-single .accordion-title {
  /* background: red!important; */
  display: none;
}

.accordion-single.show-range .accordion-title {
  /* background-color: green!important; */
  display: block;
}

.single-event {
  /* background: red!important; */
  display: none;
}

.single-event.show-event {
  /* background: green!important; */
  display: block;
}

#map-wrapper .select-column-wrapper h4 {
  margin: 0 0 0px;
  font-size: 14px;
  font-weight: normal;
}

.events-container #map-wrapper .map-column-wrapper h3,
.events-container #map-wrapper .one-third h3,
.h2.event-results-title {
  margin-bottom: 20px;
  font-size: 25px;
}

#stateselect {
  padding: 5px 10px;
  width: 100%;
  background: white;
}

.fancybox-loading-wrapper {
  text-align: center;
  padding: 100px 0;
}

#event-filters {
  display: none;
}

#event-filters.active {
  display: flex;
}

.accordion-content.active {
  box-sizing: border-box;
  overflow: hidden;
}

.wpcf7-download a {
  width: 100%;
  display: block;
  text-align: center;
  color: white;
  background: #1f3c6e;
  text-decoration: none;
  padding: 15px 0;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Montserrat-Bold", sans-serif;
  letter-spacing: 1px;
  margin-top: 30px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.wpcf7-download a:hover {
  background: #333333;
}

.page-id-4143 .introduction-info-section .image-introduction-info-section {
  height: 470px;
}

@media all and (max-width: 768px) {
  #map-wrapper .two-thirds,
  #map-wrapper .one-third {
    width: 100%;
  }

  #event-filters.active {
    flex-wrap: wrap;
    margin: 20px auto;
    padding: 15px;
  }

  #event-filters.active h3 {
    margin: 0;
  }

  #event-filters > div {
    width: 100%;
  }

  .container-banner .btn {
    white-space: inherit !important;
  }
}

@media all and (max-width: 500px) {
  .container-banner .promo-section-title h2 {
    font-size: 28px;
  }
}

.ads-page-rifles .ad-container:nth-child(2) {
  display: block;
}

.ads-page-rifles .ad-container-row {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

@media all and (max-width: 1400px) {
  .ads-page-rifles .ad-container-row {
    flex-wrap: wrap;
  }
}

/* FOOTER STYLES */
body .footer .footer-content .row .footer-logo-nssf {
  background-image: url("/wp-content/uploads/2020/10/nssf-new-footer-logo.png") !important;
}

/* Social Sharing Section */
.social-share-section {
  display: grid;
  grid-template-columns: [first-col] 1fr [second-col] 1fr [third-col] 1fr [fourth-col] 1fr;
  /* grid-template-rows: [first-row] 50% [second-row] 50%; */
  justify-items: center;
  align-items: stretch;
  justify-content: center;
  grid-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0;
}
.social-share-section .single img {
  height: auto;
  max-width: 100%;  
}
.social-share-section .single {
  position: relative;
  font-size: 0;
  grid-gap: 0;
}
.social-share-section .single.fourth {
  grid-column-end: span 1;
}
.social-share-section .single.half {
  grid-column-end: span 2;
}
.social-share-section .single.three_fourths {
  grid-column-end: span 3;
}
.social-share-section .single.full {
  grid-column-end: span 4;
}
.social-share-section .single .share {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  cursor: pointer;
  transition: opacity 300ms ease;
}
.social-share-section .single .share:hover {
  opacity: 1;
}
.social-share-section .single .share a {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3d506c;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.22);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 52px;
  overflow: hidden;
}
.social-share-section .single .share a:hover {
  background: #657895;
  text-decoration: none !important;
}
.social-share-section .single.two_rows {
  grid-row-end: span 2;
}
.sharing-section-fancybox {
  display: none;
  font-size: 0;
  padding: 0;
}
.sharing-section-fancybox img {
  max-height: 75vh;
}
.sharing-section-fancybox svg path {
  fill: #3d506c;
}
.sharing-section-fancybox a {
  display: block;
  font-size: 16px;
}
.sharing-section-fancybox .url-input {
  position: absolute;
  text-indent: -100000px;
  left: -100000px;
}
.sharing-section {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 20px;
}
.sharing-section p {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
}
.sharing-section .download-btn {
  color: white;
  background: #3d506c;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.22);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 52px;
  overflow: hidden;
}
.sharing-section-fancybox a svg {
  width: 34px;
  height: 22px;
  vertical-align: middle;
}
.sharing-section p,
.sharing-section a {
  margin: 0;
  padding: 0 20px;
  font-size: 18px;
}

ul.the_champ_sharing_ul li.theChampSharingRound {
	margin: 0 10px !important;
}

.blue-background .container-ads {
	position: relative;
}

/* .container-hero-image-page.page-rifles .hero-image-page {
  background-image: url("/wp-content/themes/nssf_lgs/assets/img/rifles-header.jpg");
} */
  
.container-hero-image-page.page-rifles .hero-image-page.image-shotgun{
  background-image: url("/wp-content/themes/nssf_lgs/assets/img/header-image-shotgun.jpg");
}
  
.container-hero-image-page.page-rifles .hero-image-page.image-handguns{
  background-image: url("/wp-content/themes/nssf_lgs/assets/img/header-image-pistol.jpg");
}

@media all and (max-width: 1278px) {
  .container-ads .ad-container .cm-ads .ad-content {
    width: 100%;
  }
}

@media all and (max-width: 991px) {
  .container-ads .ad-container-2 {
    margin-top: 30px !important;
  }

  /* .container-ads .ad-container.ad-container-1 {
    margin-right: 0;
  } */
}

@media all and (max-width: 768px) {
  .container-ads {
    padding: 0 30px;
  }

  .container-ads .ad-container.ad-container-1 {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }

  .container-ads .ad-container-2 {
    display: block!important;
    width: 100%;
    margin-left: 0!important;
  }

  .container-ads .ad-container .cm-ads .ad-content {
    width: 100%;
    height: auto;
  }
}

.types-of-shooting-container .row-types-shooting .col-weapons .weapon-text-content .weapon-title #text-title {
  width: 100%;
}

/* New Shooters Modular Content */
.container-safety-tips .firearm-safety-tips {
  height: auto;
  margin-bottom: 0;
  margin-top: 0;
}

.container-safety-tips {
  opacity: 1;
  max-height: auto;
  margin-bottom: 190px;
}

.container-safety-tips .safety-tips .safety-tips-image.Right {
	right: auto;
	left: 3%;
}

.container-safety-tips .firearm-safety-tips.Right {
	left: auto;
	right: 3%;
}

.container-safety-tips .safety-tips {
  height: auto;
  align-items: center;
  align-content: center;
}

.container-owning-firearm {
  margin-top: 130px;
}

.container-safety-tips .line-vertical-new-shooters-tips {
	border: solid 1px #f4f4f4;
	height: 1px;
	-webkit-transform: rotate(-270deg);
	-o-transform: rotate(-270deg);
	transform: rotate(-270deg);
	width: 128px;
	margin: auto;
}

@media all and (max-width: 991px) {
  .container-safety-tips .safety-tips .new-shooters-tips-image {
    width: 100%;
    height: 390px;
    margin: auto;
    padding: 0;
    -o-object-fit: contain;
    object-fit: contain;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
  }

  .line-vertical-new-shooters-tips {
    display: none;
  }

  .container-safety-tips {
    margin-bottom: 0;
  }

  .container-safety-tips .safety-tips .safety-tips-carousel .slick-dots li button::before {
    color: #4c4c4c;
    font-size: 8px;
  }

  .container-safety-tips .safety-tips .safety-tips-carousel.white-theme .slick-dots li button::before {
    color: #ffffff;
  }

  .center-carousel-safety-tips .slick-track {
    margin-bottom: 30px;
  }

  .container-owning-firearm {
    margin-top: 30px;
  } 
}

@media all and (max-width: 650px) {
  .container-safety-tips .safety-tips .new-shooters-tips-image {
    height: 184px;
  }
}

a.logo-button {
  width: 340px;
  -webkit-backface-visibility: initial !important;
  -webkit-transform-origin: 50% 50%;
}

a.logo-button svg {
  -webkit-backface-visibility: initial !important;
            -webkit-transform-origin: 50% 50%;
}

/* LGR Resources */
.lgr_wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 100;
}

button,
a {
  cursor: pointer;
}

.lgr_header {
  background-image: url('https://www.letsgoshooting.org/wp-content/themes/nssf_lgs/dist/img/resources-hero.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block;
  width: 100%;
  min-height: 110px;
}

.lgr_header .hidden {
  font-size: 0 !important;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.lgr_header h1 {
  color: #ffffff;
  font-family: Oswald-Bold, sans-serif;
  font-size: 50px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 8.6px;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
  padding-top: 130px;
}

.lgr_loader-wrapper {
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.lgr_toggle-wrapper {
  margin: 30px 0;
}

.lgr_toggle-wrapper a.button {
  border: 0;
  border-radius: 0;
  color: #ffffff;
  display: inline;
  font-family: Montserrat-Regular, sans-serif;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: normal;
  padding: 5px 0;
  margin: 0 10px;
  text-align: center;
  background: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.lgr_toggle-wrapper a.button.active {
  font-weight: bold;
  margin-bottom: 1px;
  border-bottom: solid 2px #ffffff;
}

.lgr_wrapper svg {
  vertical-align: middle;
}

.lgr_searchform {
  display: inline-block;
  background: white;
  -webkit-box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  padding: 15px 20px;
  max-width: 692px;
  width: 100%;
  position: relative;
  bottom: -33px;
  z-index: 7;
}
.lgr_searchform input[type='search'] {
  border: 1px solid #b8b8b8;
  color: #606060;
  font-family: Montserrat-Regular, sans-serif;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  height: 36px;
  letter-spacing: 0.4px;
  line-height: 1.71;
  opacity: 0.7;
  padding-left: 10px;
  text-align: left;
  width: -webkit-calc(100% - 152px);
  width: calc(100% - 152px);
}
.lgr_searchform input[type='submit'] {
  background-color: var(--primary);
  border-radius: 0;
  color: #ffffff;
  font-family: Montserrat-Medium, sans-serif;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  height: 36px;
  line-height: 36px;
  letter-spacing: 2px;
  margin-left: 15px;
  text-align: center;
  width: 132px;
  text-transform: uppercase;
  border: 0;
}
.lgr_filter-wrapper {
  background: #f1f1f1;
  padding: 80px 0 30px;
  position: relative;
  z-index: 6;
}
.lgr_filter-wrapper .lgr_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.lgr_filter-wrapper button,
.lgr_filter-wrapper .button {
  font-family: Montserrat-Regular, sans-serif;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  letter-spacing: 0.5px;
  color: #000000;
  padding-left: 25px;
  padding-right: 25px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.lgr_filter-wrapper button:after,
.lgr_filter-wrapper .button:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 19px;
  opacity: 0.4;
  background: #7a7a7a;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
}
.lgr_filter-wrapper button:last-child:after,
.lgr_filter-wrapper .button:last-child:after {
  display: none;
}
.lgr_filter-wrapper button.active,
.lgr_filter-wrapper button:hover,
.lgr_filter-wrapper .button.active,
.lgr_filter-wrapper .button:hover {
  background-color: #000;
  border-radius: 3px;
  -webkit-box-shadow: 2px 7px 20px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 2px 7px 20px 0 rgba(0, 0, 0, 0.11);
  color: #ffffff;
  font-weight: 500;
}
.lgr_experiencewrapper {
  max-width: 300px;
  width: 100%;
}
.lgr_experiencewrapper p {
  margin: 0 0 7px;
  line-height: 1;
  font-size: 12px;
  text-transform: uppercase;
}
.lgr_experiencewrapper select {
  width: 100%;
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0;
  padding: 10px 20px;
  border: 0;
}
.lgr_list-wrapper {
  padding: 50px 0;
}
.lgr_list-thumbnail {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  justify-content: space-between;
}
.lgr_list-thumbnail:after {
  content: '';
  width: calc(33% - 20px);
}
.lgr_list-thumbnail .animated-thumb,
.lgr_article-thumbnail .animated-thumb {
  width: calc(33% - 20px);
}
.lgr_video-thumbnail {
  display: block;
  margin-bottom: 40px;
  position: relative;
  font-size: 0;
  box-shadow: 2px 5px 25px 0 rgba(0, 0, 0, 0.14);
}
.lgr_video-thumbnail > div,
.lgr_article-thumbnail > div {
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0 0 56%;
  background-repeat: no-repeat;
  background-size: cover;
}
.lgr_video-thumbnail a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.lgr_experience_level {
  position: absolute;
  top: 7px;
  right: -6px;
  color: #ffffff;
  font-size: 10px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 23px;
  text-align: left;
  text-transform: uppercase;
  padding-left: 8px;
  padding-right: 8px;
  z-index: 5;
  height: 23px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 3px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 3px 12px 0 rgba(0, 0, 0, 0.1);
}
.lgr_experience_level.Novice {
  background-color: #448e79;
}
.lgr_experience_level.Intermediate {
  background-color: #c79139;
}
.lgr_experience_level.Advanced {
  background-color: #a53644;
}
.lgr_experience_level.Giveaway {
  background-color: #303030;
}
.lgr_video-thumbnail h3 {
  margin: 0;
  padding: 15px;
  background: white;
  color: black;
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  position: absolute;
  bottom: -10px;
  right: -10px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 5px;
}
.lgr_iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.lgr_iframe-container iframe {
  border: 0;
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
}
.lgr_advertisement_wrapper .middleline {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.lgr_advertisement_wrapper .middleline h3 {
  display: inline-block;
  margin: 20px 0;
  padding: 0 10px;
  font-size: 16px;
  font-weight: normal;
  background: white;
  position: relative;
  z-index: 1;
}
.lgr_advertisement_wrapper .middleline:after {
  content: '';
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1px;
  background: grey;
}
.lgr_add_row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  -webkit-box-shadow: 2px 6px 30px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 2px 6px 30px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  font-size: 0;
  margin: 20px 0 60px;
}
.lgr_add_row:after {
  content: '';
  background-color: #dedede;
  position: absolute;
  height: 60px;
  width: 1px;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.lgr_add_row img {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lgr_add_row h3 {
  font-family: Montserrat-Medium, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.27;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
}

.lgr_add_row p {
  margin-top: 19px;
  color: #000000;
  font-family: Montserrat-Light, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}
.lgr_add_row button {
  color: #ffffff;
  font-family: Montserrat-Medium, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: normal;
  text-align: center;
  width: 100%;
  margin-top: 40px;
  background-color: var(--primary);
  -webkit-box-shadow: 2px 4px 25px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 2px 4px 25px 0 rgba(0, 0, 0, 0.16);
  height: 36px;
  width: 225px;
  border: 0;
}
.lgr_add_row .lgr_left {
  padding: 0px 60px;
}
.lgr_add_row .lgr_left,
.lgr_add_row .lgr_right {
  width: 50%;
}
.lgr_add_row.small .lgr_left,
.lgr_add_row.small .lgr_right {
  width: 100%;
}
.lgr_add_row.small .lgr_left {
  padding: 30px;
}
.lgr_pagination,
.page-numbers,
#video-pagination.simple-pagination ul {
  display: flex;
  margin: 30px auto;
  padding: 0;
  list-style-type: none;
  justify-content: center;
  align-content: center;
  align-items: center;
  max-width: 800px;
  z-index: 2;
  position: relative;
}
.lgr_pagination li,
.page-numbers li,
#video-pagination.simple-pagination ul li {
  margin: 0 10px;
  min-width: auto;
}
.lgr_pagination .previous a,
.lgr_pagination .next a,
.page-numbers a.next,
.page-numbers a.prev,
#video-pagination.simple-pagination li a.page-link.next, 
#video-pagination.simple-pagination li .current.next,
#video-pagination.simple-pagination li a.page-link.prev, 
#video-pagination.simple-pagination li .current.prev {
  margin: 0 auto;
  display: inline-block;
  background-color: var(--primary);
  border-color: var(--primary) !important;
  color: white !important;
  font-family: Montserrat-Medium, sans-serif;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  letter-spacing: 2px;
  text-align: center;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  padding: 0px 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-indent: 0;
  background-image: none;
  width: auto;
  font-size: 1rem;
  min-width: auto;
}
.lgr_pagination .previous a:hover,
.lgr_pagination .next a:hover,
.page-numbers a.next:hover,
.page-numbers a.prev,
#video-pagination.simple-pagination li a.page-link.next:hover, 
#video-pagination.simple-pagination li .current.next:hover,
#video-pagination.simple-pagination li a.page-link.prev:hover, 
#video-pagination.simple-pagination li .current.prev:hover {
  background-color: var(--primary-hover) !important;
}
.lgr_pagination .disabled a,
.page-numbers a.disabled {
  background-color: #b8b8b8 !important;
  border-color: #b8b8b8 !important;
  cursor: initial;
  color: white !important;
}
.lgr_pagination li:not(.break-me) a[role='button'],
.page-numbers .page-numbers,
#video-pagination.simple-pagination .page-link,
#video-pagination.simple-pagination > li > span,
#video-pagination.simple-pagination li a, 
#video-pagination.simple-pagination li span {
  display: flex;
  margin: 30px auto;
  list-style-type: none;
  justify-content: center;
  align-content: center;
  align-items: center;
  max-width: 800px;
  z-index: 2;
  position: relative;
  border: 1px solid #b8b8b8;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  color: #333333;
  border-radius: 0;
  font-size: 1rem;
  width: auto;
  background-image: none;
  text-indent: 0;
  text-transform: uppercase;
}
.lgr_pagination .active a[role='button'],
.lgr_pagination a[role='button']:hover,
.page-numbers .current,
#video-pagination.simple-pagination .current {
  background: var(--primary);
  color: white !important;
  border: 1px solid var(--primary);
  border-color: var(--primary) !important;
  border-radius: 0;
}
.lgr_article-thumbnail {
  height: 304px;
  display: flex;
  width: 100%;
  align-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
  font-size: 0;
}
.lgr_article-thumbnail .backgroundInner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
.lgr_article-thumbnail .background {
  height: 100%;
  width: 66%;
  position: relative;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lgr_article-thumbnail .excerpt {
  background-color: #ffffff;
  -webkit-box-shadow: 2px 5px 25px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 2px 5px 25px 0 rgba(0, 0, 0, 0.14);
  padding: 25.3px 21px 22px;
  z-index: 5;
  position: absolute;
  right: 0;
  height: auto;
  width: 66%;
}
.lgr_article-thumbnail .excerpt h3 {
  font-family: Montserrat-Medium, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.94;
  margin-top: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lgr_article-thumbnail .excerpt p {
  font-family: Montserrat-Regular, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.67;
}
.lgr_article-thumbnail .excerpt a {
  font-family: Montserrat, sans-serif;
  font-size: 10.8px;
  font-weight: 600;
  letter-spacing: 1.7px;
  color: var(--primary);
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
}

.newswrapper {
  width: 100%;
}

.lgr_newsrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
}
.lgr_newsrow .lgr_single_post {
  width: 31%;
  -webkit-box-shadow: 2px 6px 30px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 2px 6px 30px 0 rgba(0, 0, 0, 0.14);
}
.lgr_newsrow .lgr_single_post .inner {
  padding: 30px;
}
.lgr_newsrow .lgr_single_post .inner h3 {
  font-family: Montserrat-Medium, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 15px;
}
.lgr_newsrow .lgr_single_post .inner p {
  font-family: Montserrat-Light, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.67;
}
.lgr_newsrow .lgr_single_post .inner a {
  color: var(--primary);
  font-family: Montserrat-Bold, sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}
.lgr_newsrow .lgr_single_post img {
  display: block;
  width: 100%;
}
.lgr_industry-background-text {
  opacity: 0.0783221;
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
}
.lgr_industry-background-text span {
  font-family: Oswald-Bold, sans-serif;
  font-size: 100px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: var(--primary);
}
.lgr_related-news-text {
  color: #282828;
  font-family: Oswald-Bold, sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 5.1px;
  line-height: 1.07;
  margin-top: -90px;
  position: relative;
  text-align: center;
  z-index: 2;
  text-transform: uppercase;
}
.lgr_share-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
.lgr_share-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white !important;
  border: 3px solid #b8b8b8;
  padding: 30px;
  z-index: 10000000;
}
.lgr_share-modal h3 {
  margin: 0 0 15px;
  font-weight: normal;
}
.lgr_close {
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
}
.lgr_icon-row {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.lgr_icon-row .icon-single {
  text-align: center;
  margin-right: 30px;
}
.lgr_icon-row .icon-single span {
  display: block;
  margin-top: 7px;
}
.lgr_load-more-button {
  display: block;
  padding: 0;
  text-align: center;
  margin: 10px auto;
  border: 0;
  background: transparent;
  color: blue;
  text-decoration: underline;
}
.lgr_app-popup {
  position: fixed;
  top: 50%;
  left: 10px;
  background: white;
  padding: 30px;
  z-index: 100;
  width: calc(100% - 20px);
  -webkit-box-shadow: 2px 5px 20px 0 rgba(0, 0, 0, 0.30);
  box-shadow: 2px 5px 20px 0 rgba(0, 0, 0, 0.30);
  text-align: center;
}

.lgr_app-popup  h2 {
  margin-bottom: 40px;
  margin-top: 0;
}

.lgr_app-popup h2  a {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.no-thanks {
  border: 0;
  background: transparent;
  text-decoration: underline;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
}
@media all and (max-width: 1040px) {
  .lgr_filter-wrapper .lgr_inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .lgr_experiencewrapper {
    max-width: 500px;
    margin-top: 30px;
  }
}
@media all and (max-width: 991px) {
  .lgr_list-thumbnail,
  .lgr_list-thumbnail {
    /* justify-content: center; */
    padding: 0 20px;
  }
  .lgr_list-thumbnail .lgr_video-thumbnail,
  .lgr_article-thumbnail {
    width: 100%;
  }

  .lgr_list-thumbnail .animated-thumb,
  .lgr_article-thumbnail .animated-thumb {
    width: calc(50% - 20px);
  }

  .lgr_list-thumbnail .animated-thumb:after,
  .lgr_article-thumbnail .animated-thumb:after {
    content: '';
    flex: auto;
  }
}
@media all and (max-width: 699px) {
  .lgr_newsrow .lgr_single_post {
    width: 100%;
    margin-bottom: 30px;
  }
  .lgr_industry-background-text {
    display: none;
  }
  .lgr_related-news-text {
    margin-top: 0px;
  }
  .lgr_add_row .lgr_left {
    padding: 20px;
    order: 2;
  }
  .lgr_add_row .lgr_left,
  .lgr_add_row .lgr_right {
    width: 100%;
  }

  .lgr_filter-wrapper button,
  .lgr_filter-wrapper .button {
    width: 50%;
  }

  .lgr_filter-wrapper button:after,
  .lgr_filter-wrapper .button:after {
    display: none;
  }
}

@media all and (max-width: 600px) {
  .lgr_list-thumbnail .animated-thumb,
  .lgr_article-thumbnail .animated-thumb {
    width: 100%;
  }

  .lgr_pagination {
    flex-wrap: wrap;
  }

  .lgr_experiencewrapper {
    padding: 0 20px;
  }

  .lgr_article-thumbnail {
    flex-wrap: wrap;
    height: auto;
  }

  .lgr_article-thumbnail .background {
    width: 100%;
  }

  .lgr_article-thumbnail .excerpt {
    width: 100%;
    bottom: 0;
    position: relative;
  }
}

@media all and (max-width: 400px) {
  .lgr_filter-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lgr_filter-wrapper button,
  .lgr_filter-wrapper .button {
    width: 100%;
  }

  .lgr_header h1 {
    font-size: 30px;
    line-height: 1.5;
  }
}

#video-results {
  min-height: 80vh;
}

.partners-sponsors-slider-wrapper {
  margin: 30px 0;
}

.partners-sponsors-block {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100% !important;
    flex-wrap: wrap;
}

.single-partner-sponsor {
  width: 200px;
  padding: 20px;
  display: block;
  
}

.single-partner-sponsor .feat {
  width: 100%;
  max-width: 200px;
  height: 100%;
  object-fit: contain;
}

.partners-sponsors-block .slick-track {
	align-items: center;
	display: flex;
}

.partners-sponsors-section {
  text-align: center;
  padding: 80px;
}

.partners-sponsors-section h3 {
  font-family: 'Oswald-Bold', sans-serif;
  font-size: 40px;
  font-weight: normal;
  text-transform: uppercase;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 8.6px;
  text-align: center;
  color: #282828;
  margin-bottom: 20px
}

.partners-sponsors-section .btn {
  background-color: var(--primary);
  color: #ffffff;
  display: inline-block;
  font-family: 'Montserrat-Medium', sans-serif;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  height: 36px;
  letter-spacing: 2px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  width: 159px;
  margin-left: 20px;
  border-radius: 0;
}

@media all and (max-width: 768px) {
  .partners-sponsors-section {
    padding: 20px 10px;
  }
}

.featured-campaign img,
.card-image-section img,
.ad-container img {
	max-width: 100%;
  max-height: 100%;
	height: auto;
}

.site-header #bs-nssf-navbar-collapse-1 {
  min-height: 100vh;
  height: auto;
  position: relative;
  width: 100%;
}

.site-header .background-menu-image {
  width: 100%;
  height: 100%;
}

#where-to-shoot .locations-container #locations .location-item .location-address .email a {
  color: black;
}

#where-to-shoot .locations-container #locations .location-item.active .location-address .email a {
  color: white;
}

#where-to-shoot .locations-container #locations .location-item .location-address .email a:hover {
  text-decoration: underline;
}

#modalInvitation .modal-dialog .modal-content .modal-body .form-invitation .wpcf7 .wpcf7-form .shooting-activities {
  display: block;
  padding-left: 0;
}

#modalInvitation .wpcf7-form-control.has-spinner.wpcf7-submit {
	display: none;
}

.copy-link-go-with-friend {
  display: none!important;
}

#modalInvitation .modal-dialog .modal-content .modal-body .form-invitation .wpcf7 .wpcf7-form span.wpcf7-not-valid-tip {
	position: relative !important;
	top: auto;
	margin-left: 0 !important;
	margin-top: 0 !important;
	font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}



.footer .footer-content .row .footer-social-media .footer-logo-twitter {
    background-image: url(/wp-content/uploads/2024/01/twitter-white.png) !important;
	background-size: 21px 16px;
}

@media all and (max-width: 768px) {
  /*
  .story-segments-carousel .slick-slide {
    opacity: 1!important;
  }
  */
}



/* ARAM */

.z-low {
  position: relative;
  z-index: 5;
}

.z-high {
  position: relative;
  z-index: 50;
}


.fancybox-slide--iframe .fancybox-content {
  aspect-ratio: 924 / 519 !important;
  width: 90% !important;
  height: auto !important;
  margin-right:auto;
  margin-left: auto;
}


.vertical-line .fl-heading {
    position: relative;
}

.vertical-line .fl-heading:before {
    content: "";
    height: 104px;
    width: 1px;
    background: #f4f4f4;
    position: absolute;
    top: -108px;
    left: calc(50% - 1px);
}

.footer-vertical-line {
    height: 40px;
    width: 1px;
    background: #ffffff;
    opacity: .35;
}

#myiFrame {
  border:0px #ffffff none;
  aspect-ratio:5 / 3;
  width:100%;
  height:auto;
  min-height: 75vh;
}







.status_toggle {
    position: relative;
    margin-right:20px;
    margin-left:90px;
    max-width: 250px;
}

.status_toggle:after {
    content: "";
    background: #537274;
    display: block;
    width: 20px;
    right: -19px;
    height: 42px;
    position: absolute;
    top: 0;
}

.status_toggle:before {
    content: "";
    background-image: url(/wp-content/uploads/2024/09/i-am-a.png);
    display: block;
    width: 80px;
    left: -79px;
    height: 42px;
    position: absolute;
    top: 0;
    background-position: left center;
    background-size: contain;
}

.status_toggle select {
    background: #537274;
    border: 0;
    color: #fff;
    text-transform: uppercase;
}



.flexnav .fl-row-content-wrap .fl-col-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}

.flexnav .fl-row-content-wrap .fl-col-group .fl-col {
  flex-grow: 1; /* All columns will take up available space equally by default */
  width: auto !important;
}

.flexnav .fl-row-content-wrap .fl-col-group .fl-col:first-child,
.flexnav .fl-row-content-wrap .fl-col-group .fl-col:last-child {
  flex-grow: 0; /* Prevents first and last columns from growing */
}

.flexnav .fl-row-content-wrap .fl-col-group .fl-col:nth-child(3) {
  margin-left: auto; /* Pushes the third and fourth columns to the right */
}

.flexnav .fl-row-content-wrap .fl-col-group .fl-col:nth-child(3) .fl-html {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.flexnav .nav-second-column {
  max-width: 52% !important;
}

@media all and (max-width: 1000px) {
  .flexnav .nav-last-column {
    display:none !important;
  }

  .status_toggle:before {
    background-image: url(/wp-content/uploads/2024/09/mobile-i-am-a-jpg.avif);
    width: 50px;
    left: -50px;
    background-position: center;
  }
}

.hor-line-left {
    position: relative;
}

.hor-line-left:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    border-bottom: 1px solid white;
    left: -50px;
    top: 15px;
    opacity: .5;
}

.darkline:before {
    border-bottom: 1px solid black;
    top: 8px;
}


.fl-list .fl-list-item {
    position: relative;
    padding-left: 54px !important;
}

.fl-list .fl-list-item::before {
    content: counter(list-item) "";
    counter-increment: list-item;
    position: absolute;
    left: 0;
    top: 0%;

    /* Your styles for the number */
    opacity: 0.5;
    font-family: 'Oswald-Bold', sans-serif;
    font-size: 50px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.64;
    text-align: center;
    color: #354b4c;
}

.fl-list {
    counter-reset: list-item;
}

.right-offset {
    position: relative;
    /* top: 20px; */
    width: calc(50% + 40px);
    margin-left: -40px !important;
    
}

.left-offset {

}

.zindex-0 {
    z-index: 0;
}

.zindex-5 {
    z-index: 5;
}

.outline_me:hover {
  outline: solid 15px #739d9f;
  z-index: 1;
  position: relative;
}

.hover-grow:hover {
  transform:scale(1.05, 1.05);
  z-index: 1;
  position: relative;
}


.faq-button-load-all {
    display: none;
}

.faq-container {
    width: 863px;
    margin: auto;
    overflow: visible !important;
}

.faq-container .accordion {
    margin-bottom: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 3px 5px 20px 0 rgba(0,0,0,0.09);
    box-shadow: 3px 5px 20px 0 rgba(0,0,0,0.09);
    cursor: pointer;
    padding: 40px 40px;
    width: 100%;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    border: none;
    outline: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.faq-container .accordion .active {
    font-family: Montserrat;
    font-weight: 500;
}

.faq-container .accordion .question {
    position: relative
}

.faq-container .accordion .question p {
    width: 95%;
    display: inline-block;
    margin-bottom: 0
}

.faq-container .panel {
    margin-top: 20px;
    border-top: solid 1px #979797;
    padding: 0;
    background-color: white;
    display: none;
    overflow: hidden
}

.faq-container .panel p {
    margin-top: 18px
}

.faq-container .question:after {
    background-image: url("/wp-content/themes/nssf_lgs/dist/img/icons/circle-expand.png");
    content: "";
    height: 30px;
    width: 30px;
    background-size: cover;
    position: absolute;
    top: -webkit-calc(50% - 15px);
    top: calc(50% - 15px);
    right: 0
}

.faq-container .active:after {
    background-image: url("/wp-content/themes/nssf_lgs/dist/img/icons/circle-minimize.png")
}

.faq-container .faq-dropdown .down-arrow {
    display: none
}

.container-faq .faq-button-load-all {
    display: none
}

.container-faq-all-about-shooting .results-no-found {
    display: none !important;
    height: 100px;
    position: relative
}

.container-faq-all-about-shooting .results-no-found .title-results {
    font-family: Oswald;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.07;
    letter-spacing: 5.1px;
    text-align: center;
    color: #282828
}

.container-faq-all-about-shooting .results-no-found .text-results {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #000000
}

.results-no-found.show-no-found {
    display: block !important
}

@media (max-width: 1023px) {
    .container-faq .container-faq-all-about-shooting .faq-container {
        max-height:100%
    }
}

@media (max-width: 991px) {
    .faq-container {
        width:auto !important;
        margin: auto
    }

    .faq-container .accordion {
        height: auto;
        margin-bottom: 10px;
        background-color: #ffffff;
        -webkit-box-shadow: 3px 5px 20px 0 rgba(0,0,0,0.09);
        box-shadow: 3px 5px 20px 0 rgba(0,0,0,0.09);
        cursor: pointer;
        padding: 20px 20px 38px 20px;
        width: 100%;
        font-size: 14px;
        line-height: 1.43;
    }

    .faq-container .accordion .active {
        font-family: Montserrat;
        font-weight: 500;
    }

    .faq-container .panel {
        margin-top: 12px !important;
        border-top: none !important;
        padding: 0;
        background-color: white;
        display: none;
        overflow: hidden;
    }

    .faq-container .panel p {
        margin-top: 0px !important
    }

    .faq-container .question:after {
        background-image: none !important;
        content: "";
        height: 30px;
        width: 30px;
        background-size: cover;
        float: right;
        margin-left: 5px;
    }

    .faq-container .active:after {
        background-image: url("/wp-content/themes/nssf_lgs/dist/img/icons/circle-minimize.png")
    }

    .faq-container .faq-dropdown {
        top: 35px;
        left: 0;
        position: relative;
        width: 100%;
        text-align: center;
    }

    .faq-container .faq-dropdown .down-arrow {
        border: solid black;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 3px;
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: absolute;
        top: -15px;
        left: 50%;
    }

    .faq-container .faq-dropdown .up-arrow {
        border: solid black;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 3px;
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        position: absolute;
        top: -15px;
        left: 50%
    }
}


#shooting-stories {
    margin: 0 auto
}

#shooting-stories .slick-arrow .slick-prev {
    position: absolute;
    top: 75px;
    right: -57px;
    width: 36px;
    height: 36px;
    left: auto;
    z-index: 60
}

#shooting-stories .slick-arrow .slick-next {
    right: -114px;
    top: 75px;
    width: 36px;
    height: 36px
}

#shooting-stories .slick-initialized .slick-slide {
    height: auto
}

#shooting-stories .title-story-segments {
    margin-top: 40px;
    font-family: Montserrat ,sans-serif;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: 1px;
    text-align: left;
    color: var(--primary)
}

#shooting-stories .paragraph-story-segments {
    font-family: Montserrat ,sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-top: 20px
}

#shooting-stories .button-story-segments {
    height: 36px;
    width: 145px;
    margin-top: 25px;
    background-color: var(--primary);
    -webkit-box-shadow: 2px 4px 25px 0 rgba(0,0,0,0.16);
    box-shadow: 2px 4px 25px 0 rgba(0,0,0,0.16)
}

#shooting-stories .button-story-segments a {
    font-family: Montserrat ,sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.8px;
    text-align: center;
    color: #fff;
    margin-top: 2px
}


.offset_top {
  position: relative;
  bottom: -40px;
}




.types-shooting-sports .container-story-segments {
  top: 0px;
}

.fl-tabs-labels {
  display: flex;
  justify-content: center;
}

/*
.inner_relative .fl-row-content-wrap .fl-row-content {
  position: relative;
}

.halfwidth {
  width: 50%;
}

.rightaligned {
  right: 20px;
}

@media (max-width: 768px) {

  .absolute.halfwidth {
    position: relative !important;
    width:100%;
  }

  .rightaligned {
    right: auto;
    margin-top: 50%;
    z-index: 80;
  }

}
*/


.gradient_me .fl-col-content {
  position:relative;
}

.gradient_me .fl-col-content:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,.9) 100%);
}

.big-video-preview .play-button-big-video {
  z-index: 99;
}



