@charset "utf-8";
/* CSS Document */
footer {
  display: inline-block;
  background: #02272b;
  width: 100%;
  height: auto !important;
  min-height: 500px;
	margin-top: 30px;
}

form .btn-submit-NL {
	height: 35px;
	margin-top: 8px;
	margin-bottom: 8px;
	background: rgb(0,0,0);
	width: 96%;
	border-color: #078a4d;
	border-radius: 5px;
	color: #fff;
}

.btop-btn a {
  color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
  text-decoration: underline;
}

.Categories {
  display: block;
  width: 23%;
  height: auto;
  min-height: 370px;
  padding: 15px;
  margin-left: 2%;
  float: left;
}
.Categories img .Footer-Logo {
  display: block;
  width: 100%;
  color: #fff;
}
.Categories div {
  display: block;
  width: 100%;
  height: 50px;
}
.Categories div a {
  text-decoration: none;
  color: #fff;
}
.Categories svg {
	display: block;
	width: 30px;
	float: left;
	margin-left: 35px;
	margin-top: 50px;
}

.Contact-Div {
  display: inline-block;
  width: 100% !important;
  margin-top: 25px;
  margin-bottom: 25px;
}

.Copyrights {
  display: block;
  width: 50%;
  float: left;
  height: 130px;
  padding-top: 40px;
}
.Copyrights p {
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
  padding-left: 15px;
}

.Envelope-Div {
  display: block;
  width: 100% !important;
}

.Footer-Logo {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.Footer-Top {
  display: inline-block;
  width: 100%;
  height: auto;
  min-height: 370px;
}
.Footer-Top p {
  color: #ffffff;
  margin-top: 30px;
  text-align: center;
}

.Footer-Bottom {
  display: flow-root;
  width: 100%;
  height: auto !important;
  min-height: 130px;
  background-color: #011618;
}

.TOS {
  display: block;
  width: 50%;
  float: right;
  min-height: 130px;
  text-align: center;
  padding-top: 40px;
}
.TOS a {
  color: #ffffff;
  text-decoration: none;
}
.TOS div {
  width: 33%;
  line-height: 50px;
  float: left;
}

#Follow {
  text-align: left;
  margin-top: 15px;
	margin-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
}

#Subscribe {
  margin-top: 0;
  text-align: left;
}

#ContactUs {
  text-align: left;
  margin-top: 15px;
  font-weight: bold;
  font-size: 20px;
}

#QuickLinks {
  text-align: left;
  margin-top: 15px;
	margin-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
}

#Newsletter {
  text-align: left;
  margin-top: 15px;
  font-weight: bold;
  font-size: 20px;
}

#Pin {
  display: block;
  width: 10%;
  height: 20px;
  float: left;
  fill: #ffffff;
}

#Envelope {
  display: block;
  width: 10%;
  height: 20px;
  float: left;
  fill: #ffffff;
}

#Map {
  display: block;
  float: right;
  width: 90%;
  text-align: left;
  margin-top: -3px;
}

#Email {
  display: block;
  float: right;
  width: 90%;
  text-align: left;
  margin-top: -3px;
  padding-left: 5px;
}

#NLName,#NLEmail {
	width: 100%;
	border: 1px solid #000;
	border-radius: 5px;
	float: left;
}
#NLNameP,#NLEmailP {
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
	
}

#custom_subscribe_form {
	display: block;
	width:100%;
	padding-left: 4%;
}

#newsletter_subscribe {
	width: 10%;
	float: left;
}
#Newsletter-disclaimer {
	width:90%;
	font-size: 15px;
	float: right;
}

@media (min-width: 992px) and (max-width: 1260px) {
	.Categories {
    width: 50%;
  }
	#Follow,#ContactUs,#QuickLinks,.Categories div
	{
		text-align: center;
	}
	.Categories svg {
		margin-left: 16%;
	}
}
@media (min-width: 300px) and (max-width: 768px) {
	.Copyrights {
    width: 100%;
  }
	.Copyrights p {
    text-align: center;
    padding-left: 0;
  }
	.Categories {
    width: 100%;
    padding: 15px;
    margin: 5px auto;
  }

	.TOS {
    width: 100%;
    padding-top: 0;
    margin-bottom: 40px;
  }
	.TOS a, .TOS div {
    width: 100%;
  }

}