@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,700&display=swap');

:root {
	--accent-color-dark: #005EB8;
}

html {
	scroll-behavior: smooth;
}

body {
	background-color: #fff;
	min-height: 100vh;
}

body:not(.page-website) {
	background: white !important;
}

.t-primary-bgcolor {
	background-color: #565b63;
}

a {
	color: #005EB8;
}

body.scrolled .header-wrapper {
	background-color: white;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	z-index: 1000;
	background-image: none;
	position: sticky;
}

body.scrolled .header__nav a {
	color: #000;
}

body.scrolled .header__nav a:hover {
	opacity: 0.8;
}

body.scrolled .header__nav .upload-button {
	color: #fff;
}

body.scrolled .header__logo {
	background-image: url(logo-color.png);
}

.mobile-header__nav {
	background-color: rgba(21, 25, 29, 1);
}

.mobile-header {
	background-image: linear-gradient(to right, #012C66, #0347a4);
}

.mobile-header svg {
	color: #fff;
	opacity: 1;
}

.header-wrapper {
	background-image: linear-gradient(to right, #012C66, #0347a4);
	background-position: center center;
}

.header {
	padding: 30px 0;
	width: 1300px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
	transition: 0.3s all ease;
}

.header__logo {
	display: block;
	width: 231px;
	height: 65px;
	background-image: url(masthead.png);
}

#header>div.header__bottom.d-none.d-lg-flex>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
}

.header__nav {
	display: flex;
	list-style-type: none;
	justify-content: flex-end;
	margin-bottom: 0;
	align-items: center;
}

.header__nav>li {
	display: flex;
	position: relative;
	padding: 0 20px;
}

.header__nav a {
	color: #fff;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
	line-height: 1.7;
	font-size: 19px;
	opacity: 0.8;
	transition: all .15s;
}

.header__nav .upload-button {
	background-color: #1D95EC;
	padding: 10px 24px;
	border-radius: 5px;
	margin-left: 40px;
	color: #fff;
	opacity: 1;
}

.header__nav .upload-button:hover {
	opacity: 0.7;
	color: #fff;
}

.header__nav li:last-child a {
	padding-right: 0;
}

.header__nav a:hover {
	text-decoration: none;
	opacity: 1;
}

.header__nav .header__subnav {
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 310px;
	padding: 8px 0;
	border: 3px solid #1D95EC;
	z-index: 10000;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
}

body.scrolled .header__nav .header__subnav {
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 310px;
	padding: 8px 0;
	z-index: 10000;
	display: flex;
	flex-direction: column;
}

.header__nav .header__subnav a {
	color: #17233f;
	opacity: 1;
	padding: 4px 10px;
	width: 96%;
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
	border: 1px solid transparent;
	margin: 0 5px;
	transition: all .15s;
}

.header__nav .header__subnav a i {
	margin-right: 10px;
	opacity: 0.4;
	transition: all .2s;
	min-width: 19px;
}

.header__nav .header__subnav a:hover {
	background-color: #F0F9FF;
	border-radius: 5px;
	border: 1px solid #BAE6FD;
}

.header__nav .header__subnav a:hover i {
	opacity: 1;
}

body.scrolled .header__nav .header__subnav a:hover {
	background-color: #F0F9FF;
	border-radius: 5px;
	border: 1px solid #BAE6FD;
	opacity: 1;
}

body.scrolled .header__nav .header__subnav a {
	color: #17233f;
}

.header__nav .has-subnav:hover .header__subnav {
	opacity: 1;
	visibility: visible;
}

.header__nav ul {
	list-style-type: none;
}

.main {
	padding: 60px 0;
}

.sidebar {
	margin-right: 60px;
}

.uppercase,
.uppercase * {
	text-transform: uppercase;
}

.footer-wrapper {
	background-color: #01275B;
	margin-top: 0;
}

.footer {
	padding: 30px 40px;
	text-align: center;
	width: 100%;
}

.footer .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	max-width: 100%;
}

.footer h3 {
	color: white;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 35px;
}

.footer,
.footer a {
	color: white;
}

.footer__contact ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	line-height: 2;
	font-size: 16px;
}

.footer .footer__logo {
	display: grid;
	place-items: center;

}

.footer img {
	height: 60px;
	margin: 10px 0;
	opacity: 1 !important;

}

.footer__nav {
	display: flex;
	flex-direction: column;
	justify-content: left;
	list-style-type: none;
	align-items: flex-start;
	margin-block-start: 0;
	padding-inline-start: 0;
}

.footer__nav>li {
	display: flex;
	position: relative;
	padding: 4px 0;
}

.footer__nav a {
	opacity: 1 !important;
	color: #fff;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
	line-height: 1.7;
	font-size: 20px;
}

.footer__nav li:last-child a {
	padding-right: 0;
}

.footer__nav a:hover {
	text-decoration: none;
	color: #005EB8;
}

.footer__nav .footer__subnav {
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0, 0, 0, .75);
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 320px;
	padding: 8px 0;
	border-bottom: 5px solid #005EB8;
	margin-top: -2px;
	z-index: 10000;
	transition: all .2s ease;
	display: flex;
	flex-direction: column;
}

body.scrolled .footer__nav .footer__subnav {
	margin-top: 0;
}

.footer__nav .footer__subnav a {
	color: white;
	padding: 4px 20px;
	width: 100%;
	display: inline-block;
}

.footer__nav .footer__subnav a:hover {
	background-color: #F3F6FB;
	color: #1a181d;
}

.footer__nav .has-subnav:hover .footer__subnav {
	opacity: 1;
	visibility: visible;
}

.footer__nav ul {
	list-style-type: none;
}

.footer__right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-top: 22px;
}

.copyright {
	display: none;
}

.footer__copyright,
.footer__copyright a {
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	text-align: right;
}

.footer__nav a {
	opacity: 0.5;
	margin-right: 20px;
	font-weight: 300;
}

.page-upload .sidebar {
	display: none;
}

.badge-info {
	background-color: #005EB8;
}

.page-supplies .sidebar__nav {
	display: none;
}

#content>div.float-right.mt-2.d-none.d-md-block {
	display: none !important;
}

.powered-by,
.powered-by a {
	color: #01275B;
}

.social-stack {
	display: flex;
	flex-direction: column;
	margin-left: 20px;
	justify-content: center;
	margin-top: -5px;
}


.social-stack a {
	font-size: 22px;
	max-height: 32px;
	text-align: center;
}

@media screen and (max-width: 1162px) {
	.header__nav li {
		padding: 0 14px;
	}

	.header__nav a {
		font-size: 16px;
	}
}

@media screen and (max-width: 991px) {
	.footer .mobile_break::after {
		content: "\a";
		white-space: pre;
	}

	.footer {
		padding: 30px 10px;
	}

	.footer__nav {
		padding-right: 0;
	}

	.footer__nav a {
		font-size: 16px;
		margin: 0 5px !important;
	}

	.footer__right {
		align-items: center;
	}

	.footer__copyright {
		font-size: 16px;
	}

	.footer .container {
		text-align: center;
	}

	body>div.footer-wrapper>footer>div {
		padding: 0 5px;
	}

}

@media screen and (max-width: 1026px) {
	.header__nav .upload-button {
		margin-left: 5px;
	}

}

.herobox .main-text {
	max-width: 950px;
}