/* allow banner to be larger than image width */
.jsGallery.banner_gallery .slide {
	left: 0;
	right: 0;
}
.jsGallery.banner_gallery .jsgimg {
  width: 100%;
  min-width: var(--min-screen-width);
  max-height: unset;
}

.fixed-header .nopgbanner {
	height: var(--max-header-height);
}

.insetLarge {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  /* bottom: 102px; */
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fixed-header .insetLarge{
	height: calc(100% - (var(--max-header-height)));
	margin-top: calc((var(--max-header-height)) - 1px);
}



.insetLarge a.cms-button-a,
.insetSmall a.cms-button-a {
  background-image: url(images/btn-mnt-skew-blue.svg);
  background-repeat: no-repeat !important;
  background-size: 100% 100%;
  background-color: unset;
  border: none;
  width: 181px;
  height: 55px;  
  transition: background .75s ease;

  text-transform: uppercase;
  padding: 0 1.5rem;
  line-height: 55px;
}
.cmsDebug .insetLarge a.cms-button-a,
.cmsDebug .insetSmall a.cms-button-a {
  background-image: url(../../images/btn-mnt-skew-blue.svg);
  transition: background .75s ease;
}



.insetLarge a.cms-button-a:hover,
.insetSmall a.cms-button-a:hover {
  background-image: url(images/btn-mnt-skew-blue_hover.svg);
  transition: background .75s ease;
}
.cmsDebug .insetLarge a.cms-button-a:hover,
.cmsDebug .insetSmall a.cms-button-a:hover {
  background-image: url(../../images/btn-mnt-skew-blue_hover.svg);
  transition: background .75s ease;
}




.insetSmall > .standard-width,
.insetLarge > .standard-width {
  width: 100%;
}

.insetSmall .banner-header,
.insetLarge .banner-header {
  color: white;
  font-size: 3.53rem;
  font-weight: 400;
  text-align: center;
  /* text-shadow: 0 0 5px white; */
  line-height: 1.15em;
  /* text-transform: uppercase; */ 
  width: 69%;
  margin: 0 auto 2.5rem;

  /* font-family: 'DM Serif Display', serif; */
  /* font-family: 'Times New Roman', Times, serif; */
  font-family: 'Fira Sans', sans-serif;
}

.insetSmall p,
.insetLarge p {
  margin: 1rem auto 2rem;
  color: #bdbfc1;
  text-align: center;
  font-weight: 600;
  font-size: 1.65rem;
  line-height: 1.15em;
  /* width: 70%; */
  /* text-transform: uppercase; */
  /* text-shadow: 0 0 5px white; */
}

.insetSmall p:last-child,
.insetLarge p:last-child {
  margin-top: 1.5rem;
  margin-bottom: 0;
  text-shadow: none;
}


.jsGallery .insetSmall {
  display: none;
}

.insetLarge p a.cms-button-a img,
.insetSmall p a.cms-button-a img {
  width: 27px;
  margin-left: .35rem;
  margin-bottom: 14px;
}


@media only screen and (max-width: 1395px) {
  .insetSmall p,
  .insetLarge p {
    font-size: 1.25rem;
    margin: .5rem auto;
  }
}







@media only screen and (max-width: 1290px) {
  .insetLarge .wrap {
    padding: 1.5rem;
    width: calc(100% - 3rem);
  }

  .insetLarge .standard-width {
    /* padding: 1.5rem; */
    width: 100%;
  }

  .insetLarge .banner-header,
  .insetSmall .banner-header {
    font-size: 2.75rem;
  }

  .insetSmall p,
  .insetLarge p {
    font-size: 1rem;
    width: 100%;
  }
}



/* ;nav-transition-from-mobile; 1186px but max-width: -1px */
@media only screen and (max-width: 1185px) {
	.fixed-header .insetLarge{
		height: 100%;
		margin-top: 0;
	}

	.nopgbanner {
		height: 0px;
	}
	
	.fixed-header .nopgbanner{
		height: 0px;
	}

}




@media only screen and (max-width: 1040px) {
  .insetLarge p {
    margin: 0 auto;
  }

  #header .insetLarge p a.btn {
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
  }

  .insetLarge p a.cms-button-a,
  .insetLarge p a.cms-button-a:visited {
    margin-bottom: 0;
  }

  .insetLarge .banner-header,
  .insetSmall .banner-header {
    font-size: 2rem;
}

}

@media only screen and (max-width: 899px) {
  .insetSmall p:not(:last-child),
  .insetLarge p:not(:last-child) {
    display: none;
  }

  /* .insetLarge .banner-header,
  .insetSmall .banner-header {
    font-size: 1.25rem;
  } */


  .page-home .jsGallery.banner_gallery .jsgimg {
    width: auto;
    height: 400px;
  }

  .page-home .jsGallery .galleryWrap {
    height: 400px;
  }
}


@media only screen and (max-width: 767px) {
  .insetLarge p:last-child {
    width: 100%;
    /* margin-top: 0.5rem; */
  }

  /* .insetLarge p a.cms-button-a:nth-of-type(1) {
    margin-right: 0.5rem;
  } */

  /* .insetLarge,
  .insetSmall {
    bottom: 39px;
  } */
}

@media only screen and (max-width: 679px) {
  .insetLarge {
    display: none;
  }

  .jsGallery .insetSmall {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
  }

  /* .insetSmall .banner-header {
    font-size: 1.45rem;
  }

  .insetSmall p {
    font-size: 1.5rem;
  } */

  /* .insetSmall .banner-header,
  .insetSmall p {
    line-height: 1.15em;
  } */

  /* .insetSmall p:last-child {
    margin-top: 1rem;
  } */

  /* .jsGallery .insetLarge,
  .jsGallery .insetSmall {
    justify-content: flex-end;
    bottom: 3rem;
    top: unset;
  } */

  .insetSmall .banner-header,
  .insetLarge .banner-header {
    width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  #header .insetSmall p a.btn {
    padding: 0.3rem 0.6rem;
  }
}

@media only screen and (max-width: 500px) {
  .btn-top-header-join,
  .btn-top-header-donate {
    display: none;
  }

  
  /* .insetSmall .banner-header {
    font-size: 1.75rem;
    font-weight: 600;
  } */

  /* .insetSmall p {
    font-size: 1.25rem;
  } */

  /* .jsGallery .insetSmall {
    justify-content: flex-end;
    bottom: 7rem;
    top: unset;
  } */
}


@media only screen and (max-width: 480px) {
  /* .jsGallery.banner_gallery .jsgimg {
    height: 240px;
  }
  
  .jsGallery .galleryWrap {
    height: 240px;
  } */
}


@media only screen and (max-width: 380px) {
  /* .insetSmall a.cms-button-a {
    padding: .5rem 1rem;
  } */
}

@media only screen and (max-width: 360px) {
  /* .insetSmall .banner-header {
    font-size: 1.25rem;
  }

  .insetSmall p {
    font-size: 1rem;
  } */
}


/* .insetLarge,
.insetSmall {
  background: linear-gradient(180deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 70%);;
} */