body {
  font-family: "Montserrat", sans-serif;
  /* remove translate3d that breaks fixed positioning */
  margin: 0;
  padding: 0;
  min-height: 100vh; /* avoid forcing exact height */
  overflow: hidden;
}
html {
  height: 100%;
  overflow: hidden;
}
h1, h2, h3, h4 {
	font-weight: 400;
	text-transform: uppercase;
}
h2 {
	font-size: 22px;
	margin-top: 2.5rem;
	margin-bottom: 0rem;
}
.modal-dialog-center h2 {
	margin-top: 0px;
}
h2.bold {
	font-weight: 700;
	text-transform: none;
}
a {
	color: #ffffff;
}
p {
	font-size: 14px; 
	line-height: 21px;
	margin-bottom: 1.3rem;
	  margin-top: 1.3rem;
}
.no-margin-bottom {
	margin-bottom: 0px;
}
ul, li {
font-size: 14px; 
line-height: 21px;
}
p.small {
	font-size: 12px;
	line-break: 17px;
}
.header-bg {
	background: url(../images/background.jpg) no-repeat;
	background-size: cover;
	background-position: top right;
	background-color: #282828;
	z-index: 1050;
	padding: 0px;
}
.navbar {
	padding: 0;
}
.navbar-brand {
	padding: 3px 0 8px;
}
header img {
	width: 170px;
}
.nav-item {
	padding: 0px 5px;
}
.nav-link,  .nav-link:focus {
	color: #bebeaf;
	font-size: 11px;
	padding: 4px 12px;
}
.bg-body-tertiary {
	background: none;
}
.navbar-toggler {
	color: #ffffff;
	border: 1px solid #ffffff;
	background: #ffffff80;
}
.navbar-toggler-icon {
	width: 1.2em;
	height: 1.1em;
}
.navbar-nav .nav-link.active, .nav-link:hover {
	color: #ffffff !important;
	background: #ffffff21;
}
footer .navbar {
	background: #007150;
	height: 8.5vh;
}
.map-holder {
  width: 100%;
  position: absolute;
  top: 0; /* JS will override */
  height: auto; /* let JS set explicit height */
}




.map-holder iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Hide "Hide Content" when collapsed */
  .read-more-btn[aria-expanded="false"] .if-not-collapsed {
	display: none;
  }
  
  /* Hide "Show Content" when expanded */
  .read-more-btn[aria-expanded="true"] .if-collapsed {
	display: none;
  }
  
.read-more-btn {
	color: #ffffff;
	background: none;
	border: none;
	padding: 0px;
	font-weight: bold;
	font-size: 14px;
}


header.header-bg,
.navbar.fixed-top {
  z-index: 1060 !important;
}
.modal {
	--bs-modal-footer-gap: 0;
	--bs-modal-margin: 0;
	top: var(--header-height, 0px);
	height: calc(100vh - var(--header-height, 0px));
	overflow: hidden;
}
/* welcome modal spacing */
#myModal.modal {
	top: calc(var(--header-height, 0px) + 5px);
	height: calc(100vh - var(--header-height, 0px) - 10px);
}
.modal-backdrop.fade {
  opacity: 0;
  z-index: 5;
}
.modal.fade.from-left .modal-dialog {
	transform: translate(-100%, 0); 
	transition: transform 0.3s ease-out; 
}
.modal.fade.from-left.show .modal-dialog {
	transform: translate(0, 0); 
}
.modal-dialog {
  margin: 0;
  width: 40% !important;
  max-width: 40%;
  min-width: 400px;
  height: 100% !important;
}
.modal-dialog-center {
	top: 50px;
	margin: 0 auto !important;
	height: auto !important;
	max-height: calc(100vh - var(--header-height, 0px)) !important;
	min-height: 0 !important;
	width: 45% !important;
	max-width: 45%;
}
.logos img {
	padding: 10px;
}
.logos {
	padding: 0px;
	margin: 0px 0px 40px 0px;
}
.modal-content {
	background: #00264dF2;
	border-radius: 0px;
	color: #ffffff;
	height: 100%;
	box-shadow: 
	  inset 0 10px 15px -10px rgba(0, 0, 0, 0.8), /* Top shadow */
	  inset 0 -10px 15px -10px rgba(0, 0, 0, 0.8); /* Bottom shadow */
}
.modal-header {
	border: 0px;
	background: linear-gradient(180deg,rgba(3, 24, 56, 1) 0%, rgba(46, 95, 140, 0) 100%);
}
.modal-body {
	border: 0px;
	padding: 40px 40px 80px;
	overflow-y: auto;
}
.modal-dialog-center .modal-body {
	padding: 0px 20px;
	max-height: calc(100vh - var(--header-height, 0px) - 140px);
	overflow-y: auto;
}
/* welcome modal body uses 5px inset */
#myModal .modal-dialog-center {
	max-height: calc(100vh - var(--header-height, 0px) - 10px) !important;
}
#myModal .modal-dialog-center .modal-body {
	max-height: calc(100vh - var(--header-height, 0px) - 150px);
}
.modal-footer {
	border: 0px;
	background: linear-gradient(0deg,rgba(3, 24, 56, 1) 0%, rgba(46, 95, 140, 0) 100%);
}
.modal {
	z-index: 1000;
}
.btn-close {
	top: 15px !important;
	right: 20px !important;
}
.blue-outline {
	border: 1px solid #6c99ae;
}




@media only screen and (max-width: 991px){
.header-bg {
	background-size: auto 42px;
}
.navbar-collapse ul {
	margin-top: 10px;
}
}
@media only screen and (max-width: 768px) {
.modal-dialog {
  margin: 0;
  width: 90% !important;
  max-width: 90%;
	min-width: 90%;
  height: 100% !important;
}	
.modal-dialog-center {
	top: 0;
	margin: 0 auto !important;
	max-height: 100% !important;
}
.modal-dialog-center h2 {
	margin-top: 0px;
}




.logos img {
	max-height: 70px;
	padding: 8px;
}
}
