* {outline: 0 !important;}
html, body {height: 100%;}
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

img {max-width: 100%; border: 0;}
input, select, .btn,
.btn.focus, .btn:focus {
    box-shadow: none !important;
}
button:focus {outline: none;}

body, p {
	font: 1.0625rem/1.6 'Space Grotesk', sans-serif;
	color: #000;
	font-weight: 400;
}
p {
	margin-top: 1.6em;
	margin-bottom: 1.6em;
  	text-align: left !important;
}
h1, h2, h3, h4, h5, h6, li, a, .small, span {
	font-family: 'Space Grotesk', sans-serif;
	color: #000;
}
.nf-heading {
  margin-bottom: 50px;
}
.nf-heading h5 {
  text-align: center;
  font-size: 80%;
  font-weight: 600;
}
h1 {
	font-size: 2.8rem !important;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 1.1;
	padding: 0px;
	margin: 0;
	margin-bottom: 16px;
	text-align: center;
	text-transform: uppercase;
}
@media (min-width: 768px) {
  	.nf-heading {
  		margin-bottom: 80px;
	}
	h1 {
		margin-bottom: 24px;
		font-size: 3.5rem !important;
	}
}
@media (min-width: 1025px) {
  	.nf-heading {
  		margin-bottom: 100px;
	}
	h1 {
		margin-bottom: 24px;
		font-size: 6rem !important;
	}
}
h3 {
	font-size: 21px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0;
	margin: 0;
	margin-bottom: .33em;
}
h3 + .small {
	margin-bottom: 24px;
}
h4 {
	font-size: 17px;
	font-weight: 600;
	line-height 1.2;
	margin: 0;
	margin-bottom: 1.2em;
	padding: 0;
}

.navbar {
	width: 100%;
	padding-left: 5.8vw;
	padding-right: 5.8vw;
	background-color: rgba(255,255,255,.9) !important;
	height: 90px;
	margin-bottom: 16px;
}
.container-fluid {width: 100%; padding-left: 5.8vw; padding-right: 5.8vw;}
.navbar h1 {font-size: 1rem !important; margin-bottom: 0;}
.navbar-brand {
	padding: 0;
	margin: 0;
}
.navbar-brand,
.navbar-brand svg {
	width: 158.4px;
	height: 35.8px;
}
.navbar .navbar-nav {
    margin-left: auto;
    margin-right: auto;
}
.navbar .navbar-nav a {
	color: #000 !important;
	font-family: "Space Grotesk", sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.2;
	padding: 10px 8px;
	transition: all .2s linear;
	white-space: nowrap;
}
.navbar .navbar-nav a:hover {
	color: rgb(18, 114, 208) !important;
}
.navbar .socicon {
	min-width: 300px;
}
.socicon h4, .socicon a {
	display: inline-block;
	margin: 0 8px;
}
.socicon a,
.main-foot .socicon a {
	font-size: 20px;
	color: #000;
}
.socicon a:hover,
.main-foot .socicon a:hover {
	color: #1272d0;
}

@media (min-width: 768px) {
	.navbar {margin-bottom: 32px;}
	.navbar-brand,
	.navbar-brand svg {
		width: 200px;
		height: 45.2px;
	}
}
@media (min-width: 1025px) {
	.navbar {margin-bottom: 54px;}
	.navbar-brand,
	.navbar-brand svg {
		width: 250px;
		height: 56.5px;
	}
}
@media (max-width: 1325px) and (min-width: 1200px) {
	.navbar {
    	padding-right: 2rem !important;
		padding-left: 2rem !important;
	}
}
@media (max-width: 1220px) and (min-width: 1200px) {
	.navbar .socicon {min-width: 1px;}
	.navbar .socicon h4 {
		display: none;
	}
}
@media (max-width: 1199.98px) {
	.navbar {display: flex;}
	.navbar h1 {margin-right: auto;}
	.navbar .socicon {
		position: absolute;
		top: 33px;
		left: 34%;
		right: 16%;
		height: 25px;
		display: flex;
		justify-content: center;
	}
	.navbar-toggler {order: 3; width: 100px; border: none; text-align: right;}
	#navbarSupportedContent {
		order: 4;
		background: rgba(255,255,255,0.9);
		z-index: 1000;
		width: 100%;
		flex-basis: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: 90px;
		padding-left: 5.8vw;
		padding-right: 5.8vw;
	}
}
@media (max-width: 767.98px) {
	.navbar .socicon {
		left: 32%;
		right: 18%;
	}
}
@media (max-width: 634.98px) {
	.navbar .socicon {
		top: 0;
		left: 0;
		right: 0;
	}
}

.main-foot {
	width: 100%;
	padding: 40px 5.8vw;
	padding-right: 5.8vw;
	background-color: #E8E8E8 !important;
}
.main-foot h4 {
	margin-bottom: 24px;
}
.main-foot ul,
.main-foot li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-foot p,
.main-foot li,
.main-foot a,
.main-foot .addr span {
	font-size: 14px;
	color: #8B8B8B;
}
.main-foot a:hover {text-decoration: none !important;}
.main-foot li a:hover {color: #1272d0;}
.main-foot li a,
.main-foot .addr span {
	font-weight: 600;
	display: inline-block;
	margin-bottom: 8px;
}
.main-foot .addr a {color: #1272d0;}
.main-foot .addr a:hover {color: #000;}
@media (min-width: 768px) {
	.main-foot .col-12 {
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
		justify-content: flex-end;
	}
}

.modal-header {border-bottom: 0;}
.modal-body {padding: 0.3rem 2rem 2rem;}
.modal-body h4 {color: #1272D0;}
.modal-body a {text-decoration: underline;}
.mb-logo {margin-bottom: 24px;}
.mb-logo svg {
  width: 234px;
  max-width: 100%;
  height: 53px;
}