body {
	font-family: "Montserrat", sans-serif;
	-webkit-transform: translate3d(0,0,0);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0;
	padding: 0;
	height: 100vh;
}
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: #00264d;
	z-index: 1050;
}
header img {
	width: 226px;
}
.nav-item {
	padding: 0px 5px;
}
.nav-link,  .nav-link:focus {
	color: #bebeaf;
	font-size: 13px;
	padding: 8px 14px;
}
.bg-body-tertiary {
	background: none;
}
.navbar-toggler {
	color: #ffffff;
	border: 1px solid #ffffff;
	background: #ffffff80;
}
.navbar-nav .nav-link.active, .nav-link:hover {
	color: #ffffff !important;
	background: #ffffff21;
}
footer .navbar {
	background: #007150;
	height: 8.5vh;
}
.map-holder {
  width: 100%;
  height: 100vh; /* fallback for desktops */
  max-height: 100vh; 
  overflow: hidden;
  position: absolute;  
	z-index: 100;
}


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


header.header-bg,
.navbar.fixed-top {
  z-index: 1060 !important;
}
.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-left: 0; 
  margin-right: auto; 
  top: 48px;
  width: 40% !important;
  max-width: 40%;
  min-width: 400px;
  height: 90vh !important;
  max-height: 90vh !important;
  min-height: 90vh !important;
}
.modal-dialog-center {
	top: 11%;
	margin-left: auto !important; 
	height: auto !important;
	max-height: 88vh !important;
	min-height: 48vh !important;
	width: 45% !important;
	max-width: 45%;
}
.logos img {
	padding: 10px;
}
.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;
}
.modal-dialog-center .modal-body {
	padding: 0px 40px;
}
.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 92px;
}
.navbar-collapse ul {
	margin-top: 40px;
}
}
@media only screen and (max-width: 768px) {
.modal-dialog {
  top: 58px;
  width: 90% !important;
  max-width: 90%;
	min-width: 90%;
}	
.modal-dialog-center {
	top: 148px;
	margin-right: 30px;
	margin-left: 20px !important;
}
.modal-dialog-center h2 {
	margin-top: 0px;
}


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