@charset "UTF-8";

:root {
	--vqeg-blue: #003366;
	--vqeg-blue-dark: #001D3A;
	--vqeg-orange: #D63E04;
	--vqeg-gray-bkg: rgba(41, 83, 125, .1);
	--vqeg-font-family: "Open Sans", sans-serif;
	--vqeg-headline-font: "Roboto", sans-serif;
	--vqeg-font-family-alt: "Montserrat", sans-serif;
	--vqeg-font-family-icon: "Font Awesome 6 Free";
	--vqeg-text-base: #333;
	--vqeg-text-black: #111;
	--vqeg-font-size: 1.8rem;
	--vqeg-line-height: 1.6;
}

html {
	font-size: 62.5%;
}

body {
	margin: 0;
	font-family: var(--vqeg-font-family);
	font-size: var(--vqeg-font-size);
	line-height: var(--vqeg-line-height);
	color: var(--vqeg-text-base);
	font-variation-settings: "wdth" 100;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

img {
	max-width: 100%;
}

hr {
	margin: 1rem 0;
	color: inherit;
	border: 0;
	border-top: 1px solid;
	opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
	margin-top: 0;
	margin-bottom: 2rem;
	font-weight: 700;
	font-family: var(--vqeg-headline-font);
	color: var(--vqeg-blue);
}

h1, .h1 {
	font-size: 6rem;
}

h2, .h2 {
	font-size: 4rem;
	display: flex;
	align-items: center;
}

h3, .h3 {
	font-size: 3rem;
}

@media screen and (max-width:960px) {
	h1, .h1 {
		font-size: 5rem;
	}

	h2, .h2 {
		font-size: 3.6rem;
	}

	h3, .h3 {
		font-size: 2.4rem;
	}
}

h2:after {
	content: "";
	/* display: inline-flex; */
	height: 2px;
	background: var(--vqeg-orange);
	flex: 1;
	margin-left: 20px;
}

.cta h2:after {
	content: none;
}

p {
	margin-bottom: 2rem;
}
/******** HEADER ******/
header {
	padding-top: 30px;
	background-color: var(--vqeg-blue);
	color: #fff;
	width: 100%;
	position: relative;
}

.navbar {
	border-top: 1px solid #fff;
	margin-top: 30px;
	padding: 0;
}

.tagline {
	font-weight: 400;
	font-size: 1.4rem;
	margin: 0;
	letter-spacing: .05rem;
	font-family: var(--vqeg-font-family-alt);
}

nav {
	background-color: var(--vqeg-blue-dark);
	color: #fff;
	width: 100%;
}

.navbar-nav {
	justify-content: space-between;
	width: 100%;
}

.nav-link {
	color: #fff;
	font-family: var(--vqeg-headline-font);
	font-size: 1.6rem;
}

.navbar-expand-xl .navbar-nav .nav-link {
	padding: 1rem 1.5rem;
}

@media screen and (max-width:1400px) {
	.navbar-expand-xl .navbar-nav .nav-link {
		padding: 1rem;
	}
}

.navbar-nav .nav-link:hover {
	color: #fff;
	background: rgba(255,255,255,.2);
}

.navbar-toggler {
	font-size: 3.2rem;
	color: #fff;
	position: absolute;
	top: 40px;
	right: 20px;
}

	.navbar-toggler .close-icon {
		display: none;
	}

	.navbar-toggler .open-icon {
		display: block;
	}

	.navbar-toggler[aria-expanded="true"] .close-icon {
		display: block;
	}

	.navbar-toggler[aria-expanded="true"] .open-icon {
		display: none;
	}

@media screen and (max-width:1200px) {
	.navbar {
		position: unset;
	}

	.navbar-expand-xl .navbar-nav .nav-link {
		padding: 14px 40px !important;
		border-bottom: 1px solid rgba(255,255,255,.7);
	}

	.nav-item:last-of-type .nav-link {
		border: none;
	}

	.navbar > .container {
		max-width: unset;
		padding: 0;
	}
}

#backtotop {
	position: fixed;
	font-family: var(--vqeg-headline-font);
	right: 20px;
	bottom: 20px;
	padding: 20px;
	font-size: 1.8rem;
	background: var(--vqeg-orange);
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	display: none;
	border: none;
}

/******** FOOTER ******/
footer {
	padding: 20px 0;
	background-color: var(--vqeg-blue);
	color: #fff;
	width: 100%;
	font-weight: 300;
	margin-top: 60px;
}

.footer-info p {
	color: #fff;
	font-size: 1.4rem;
	margin-bottom: 3px;
}

	.footer-info p:last-of-type {
		margin-bottom: 0;
	}

.footer-info a {
	color: #fff;
}

	.footer-info a:hover {
		color: rgba(255, 255, 255, .8);
	}

/******** Heros ******/
main {
	padding-top: 60px;
}

.home-hero {
	margin-bottom: 40px;
	position: relative;
	min-height: 500px;
}

@media screen and (min-width:768px) {
	.home-hero > .row:first-of-type {
		position: relative;
		z-index: 2;
	}
}

.home-hero h1 {
	padding-top: 20px;
}

.home-hero .intro {
	padding-top: 40px;
}

.intro {
	border-bottom: 2px solid var(--vqeg-orange);
	padding-bottom: 30px;
	color: var(--vqeg-text-black);
}

	.intro p {
		font-size: 2rem;
		font-weight: 500;
	}

	.intro.no-border {
		border: none;
	}

.home-hero-image {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	z-index: 1;
}

	.home-hero-image img {
		margin-left: auto;
	}

.hero-img {
	padding: 20px 60px 40px 0;
}

	.hero-img img {
		box-shadow: 20px 20px 0px var(--vqeg-gray-bkg);
	}

@media screen and (min-width:768px) and (max-width:1400px) {
	.home-hero-image {
		top: auto;
		bottom: 0;
	}
}

@media screen and (max-width:768px) {
	.home-hero-image {
		position: relative;
	}
}

/******BORDERS*********/

/******** CALLOUT SECTIONS ******/
.bkg-gray {
	background-color: var(--vqeg-gray-bkg);
}

.bkg-white {
	background-color: #fff;
}

.bkg-orange {
	background-color: var(--vqeg-orange);
}

.work-cta {
	background-image: url(../assets/CONNECTIONS.svg);
	background-position: top 0 right -200px;
	background-size: auto 110%;
	background-repeat: no-repeat;
}

.meeting-cta {
	color: #fff;
}

	.meeting-cta h2 {
		font-size: 3rem;
		color: #fff;
	}

	.meeting-cta ul, .meeting-cta ul li {
		padding-left: 0;
	}

		.meeting-cta ul li:before {
			content: none;
		}

	.meeting-cta a {
		color: #fff;
	}

		.meeting-cta a:hover {
			color: rgba(255,255,255,.8);
		}

.inset {
	right: 76%;
}

@media screen and (max-width:1200px) {
	.work-cta {
		background-position: top 0 right -300px;
		background-size: auto 100%;
	}
}

@media screen and (max-width:992px) {
	.work-cta {
		background-position: top 0 right -380px;
		background-size: auto 80%;
	}
}

@media screen and (max-width:768px) {
	.work-cta {
		background-image: none;
	}

	.meeting-cta .border-start {
		border-left: none !important;
		border-top: 1px solid #fff;
		padding-top: 20px;
		margin-top: 20px;
	}
}
/******** LISTS *********/
main ul {
	list-style: none;
}

	main ul li {
		position: relative;
		padding-left: 20px;
		margin-bottom: 14px;
		line-height: 1.4;
	}

		main ul li:before {
			content: "";
			background: var(--vqeg-orange);
			width: 10px;
			height: 10px;
			margin-right: 10px;
			position: absolute;
			left: 0;
			top: calc(13px - 5px);
		}

	main ul.large-list li:before {
		width: 13px;
		height: 13px;
		top: calc(18px - 5px);
	}

	main ul.large-list li {
		font-size: 2.6rem;
		font-weight: 600;
		color: var(--vqeg-blue);
		padding-left: 30px;
	}

	main ul.pdf-list li:before {
		display: none;
	}

	main ul.pdf-list li {
		padding-left: 28px;
	}

		main ul.pdf-list li a:before {
			content: "\f1c1";
			background: unset;
			width: 20px;
			height: 20px;
			margin-right: 10px;
			position: absolute;
			left: 0;
			font-family: var(--vqeg-font-family-icon);
		}

@media screen and (min-width:960px) {
	.list-2-col, .accordian-2-col {
		column-count: 2;
	}
}

.list-2-col ul li, .accordian-2-col ul li {
	white-space: pre-wrap; /* CSS3 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.column-break {
	break-after: column;
}

.group-1, .group-2, .group-3, .group-4 {
	position: relative;
	padding-left: 80px;
	margin-bottom: 80px;
}

	.group-1:before, .group-2:before, .group-3:before, .group-4:before {
		content: "1";
		font-family: var(--vqeg-headline-font);
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		width: 50px;
		background: var(--vqeg-blue);
		color: #fff;
		font-size: 4.2rem;
		border-radius: 3px;
		box-shadow: 6px 6px 0 var(--vqeg-gray-bkg);
		position: absolute;
		left: 0;
	}

	.group-2:before {
		content: "2";
	}

	.group-3:before {
		content: "3";
	}

	.group-4:before {
		content: "4";
	}
/******ACCORDIONS******/
.accordion-button {
	font-weight: 700;
	font-family: var(--vqeg-headline-font);
	color: var(--vqeg-blue);
	font-size: 1.8rem;
	background-color: var(--vqeg-gray-bkg);
}

.accordion-header {
}

.accordion-item {
	background-color: #fff;
	border: none;
	margin-bottom: 14px;
}

.accordion-button {
	display: flex;
	align-items: center;
}

	.accordion-button:not(.collapsed)::after {
		content: "\f068";
		background-image: none;
		transform: unset;
		font-family: var(--vqeg-font-family-icon);
	}

	.accordion-button::after {
		font-family: var(--vqeg-font-family-icon);
		content: "\2b";
		background-image: none;
		height: unset;
		width: unset;
	}
/*******CARDS*********/
.card-container {
	margin-top: 100px;
	background-color: var(--vqeg-gray-bkg);
}

	.card-container .container {
		position: relative;
		top: -100px;
	}

.card {
	box-shadow: 0 12px 15px rgba(0,0,0,.2);
	display: flex;
	width: 100%;
	margin-top: 20px;
}

@media screen and (min-width:768px) {
	.card {
		height: 100%;
	}
}

.card-top {
	height: 200px;
	background-size: cover;
}

.card-bottom {
	padding: 20px;
	flex: 1;
}

@media screen and (min-width:1024px) {
	.card-container .container .row {
		margin-right: -20px;
		margin-left: -20px;
	}

		.card-container .container .row div[class^="col-"] {
			padding-right: 20px;
			padding-left: 20px;
		}
}

.vqegtable td, .vqegtable th {
	border: 1px solid rgb(51, 51, 51);
}

.vqegtable th {
	color: rgb(255, 255, 255);
	background-color: rgb(0, 29, 58);
}

.vqegtable {
	width: 100%;
}
