@font-face {
    font-family: 'ProximaNova';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/ProximaNova-Regular.eot");
    src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"),url("../fonts/ProximaNova-Regular.woff2") format("woff2"),url("../fonts/ProximaNova-Regular.woff") format("woff"),url("../fonts/ProximaNova-Regular.ttf") format("truetype"),url("../fonts/ProximaNova-Regular.svg#ProximaNova") format("svg")
}

@font-face {
    font-family: 'ProximaNovaLight';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/ProximaNova-Light.eot");
    src: url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"),url("../fonts/ProximaNova-Light.woff2") format("woff2"),url("../fonts/ProximaNova-Light.woff") format("woff"),url("../fonts/ProximaNova-Light.ttf") format("truetype"),url("../fonts/ProximaNova-Light.svg#ProximaNova") format("svg")
}

@font-face {
    font-family: 'ProximaNovaSemibold';
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/ProximaNova-Semibold.woff2") format("woff2"),url("../fonts/ProximaNova-Semibold.woff") format("woff"),url("../fonts/ProximaNova-Semibold.ttf") format("truetype"),url("../fonts/ProximaNova-Semibold.svg#ProximaNova") format("svg")
}

@font-face {
    font-family: 'ProximaNovaBold';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/ProximaNova-Bold.woff") format("woff"),url("../fonts/ProximaNova-Bold.woff2") format("woff2"),url("../fonts/ProximaNova-Bold.ttf") format("truetype"),url("../fonts/ProximaNova-Bold.svg#ProximaNova") format("svg")
}

@font-face {
    font-family: 'ProximaNovaExtrabold';
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/ProximaNova-Extrabold.eot");
    src: url("../fonts/ProximaNova-Extrabold.eot?#iefix") format("embedded-opentype"),url("../fonts/ProximaNova-Extrabold.woff") format("woff"),url("../fonts/ProximaNova-Extrabold.woff2") format("woff2"),url("../fonts/ProximaNova-Extrabold.ttf") format("truetype"),url("../fonts/ProximaNova-Extrabold.svg#ProximaNova") format("svg")
}

@font-face {
    font-family: 'GothamBlack';
    src: url("../fonts/gotham-black.woff") format("woff"),url("../fonts/gotham-black.woff2") format("woff2")
}
.breadcrumb{
	display: none;
}
.stage__subtitle{
	margin: 0;
}
#campaign_content{
	background: url('../img/bg.jpg') center center no-repeat;
	background-size: cover;
	background-color: #000;
	width:100%;
	min-height: 1200px;
}


.wood-texture {
  width: 400px; /* Set the width of the element */
  height: 200px; /* Set the height of the element */
  position: relative;
  background-color: #b32933; /* Set the base color for the wood texture */
}

.wood-texture:before {
  content: ""; /* Add content to the pseudo-element */
  position: absolute; /* Position it absolutely */
  top: 0; /* Position from the top */
  left: 0; /* Position from the left */
  right: 0; /* Position from the right */
  bottom: 0; /* Position from the bottom */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.3) 90%),
    url('../img/wood-texture.jpg'); /* Set the wood texture image */
  background-size: 100% 20px; /* Set the size of the background image */
  opacity: 0.5; /* Set the opacity of the image */
}

.NMNcarousel-inner img {
      width: 100%;
      height: 100%;
  }

#custCarousel .carousel-indicators {
    position: static;
    margin-top:20px;
}

#custCarousel .carousel-indicators > li a {
	position: relative;
}
#custCarousel .carousel-indicators > li {
  width:180px;
}

 #custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5;
 }

  #custCarousel .carousel-indicators li.active img {
    opacity: 1;
  }

  #custCarousel .carousel-indicators li:hover img {
    opacity: 0.75;
  }

  .carousel-item img{

    width:80%;
  }
  .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    margin-top: 5%;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 100%;
    border-radius: 25px;
    border: 2px solid #000;
}
.responsive-image{
      width: 100%; 
      height: auto;
    }

#referfriend h4{
	text-align: center;
}
#referfriend{
	position: absolute;
    top: 20%;
    left: 15%;
    width: 75%;
    height: 100%;
}
#friend, #faqs{
	position: relative;
}
#faqs #accordion .card .card-body .button.button__secondary{
	margin-bottom: 0;
}
#faqs #accordion .card .card-header button{
	color: #000;
	font-size: 150%;
	font-weight: bold;
}
#faqs #accordion .card{
 background: none;
 border: none;
}
#faqs #accordion{
	position: absolute;
    top: 20%;
    left: 11%;
    width: 75%;
    height: 100%;

}
#ask-question{
	background-color: #104f8a;
    border-radius: 10px;
    box-shadow: inset 0px 0px 10px #000;
    border: 2px solid #000;
    color: #fff;
    padding: 25px 0;
    width: 94%;
    margin-left: 20px;
}
#ask-question form{
	border-left: 4px solid #fff;
    padding-left: 50px;
}
#friend form label, #ask-question form label{
	font-weight: bold;
}
#ask-question form input[type="text"], #ask-question form input[type="email"], #ask-question form textarea{
	border: 0px;
	background-color: #5884ab;
	border-radius: 10px;
	width:100%;
	padding: 2px 5px;
}
#friend form input[type="text"], #friend form input[type="email"], #friend form input[type="tel"]{
	border: 0px;
	background-color: #c6c6c6;
	border-radius: 10px;
	width:80%;
	padding: 2px 5px;
}
#map{
	border-radius: 10px;
    box-shadow: inset 0px 0px 10px #000;
    border: 2px solid #000;
}
.locations .card-header button{
	font-size: 1.2em;
    color: #FFF;
}
.locations .card-header{
	background-color: #BD0014 !important;
	color: #FFF !important;
}
#locator-holder{
	width:50%;
}
#map{
	min-height: 700px; width: 80%; 
}
.scrollable-window {
  height: 450px; /* Set the desired height of the scrollable window */
  overflow: auto; /* Enable scrolling for content that exceeds the height */
}
@media (max-width: 768px) {
  #campaign_content{
	background: url('../img/bg_mobile.jpg') center center no-repeat;
	background-size: cover;
	width:100%;
	min-height: 600px;
	}
	#custCarousel .carousel-indicators > li {
	margin:0px;
	}
  	.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
	}

	.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
	}
	.carousel-control-next-icon, .carousel-control-prev-icon{
	height: 40px;
	width: 40px;
	}
	#locator-holder{
		width:100%;
	}
	#map{
		min-height: 700px; width: 100%; 
	}
	.locations .card-header button{
		font-size: 1em;
	}
	#ask-question h2{
		text-align: center;
	}
	#ask-question form {
	    border-left: 0px solid #fff;
	    padding-left: 0px;
	}
	#faqs #accordion {
	    
	    top: 10%;
	    left: 15%;
	    width: 70%;
	    
	}
	#faqs #accordion .card .card-body {
		font-size: 70%;
	}
	#faqs #accordion .card .card-header{
		padding: 0.2rem 1.25rem;
	}
	#faqs #accordion .card .card-header button{
		font-size: 70%;
		white-space: normal;
		    text-align: left;
	}
	#referfriend{
		top: 12%;
	    left: 20% !important;
	    width: 65%;
	    font-size: 70%;
	}
	#referfriend h4{
		font-size: 1.2em;
    	margin-left: -50px;
    	font-weight: bold;
	}
	#referfriend form{
		width: 110%;
	}
	#referfriend form input{
		margin-bottom: 10px;
		padding: 10px;
	}
	.stage__headline-title{
		font-size: 60%;
	}
	.carousel-indicators{
		width: 100%;
		margin-left: 0;
	}
}