/* The People's Champion | Desktop Stylesheet */
.group:after {
	display: block;
	content: "";
	clear: both;
}
html {
	scroll-padding-top: 112px;
}
.no-heading {
	margin-top: 148px;
}
.logo {
	position: relative;
	margin: 0 0 -80px;
	z-index: 3;
}
.scrolled .logo {
	max-width: 90px;
}
.flex-sixth {
	width: 16.66%;
}
.flex-fifth {
	width: 20%;
}
.flex-fourth {
	width: 25%;
}
.flex-fourth.buffer {
	width: 23.5%;
}
.flex-third {
	width: 33.33%;
}
.flex-third.buffer {
	width: 32.5%;
}
.flex-third.testimonial-thumb.buffer {
	width: 31%;
}
.flex-two-fifths {
	width: 40%;
}
.flex-half {
	width: 50%;
}
.flex-three-fifths {
	width: 60%;
}
.flex-two-thirds {
	width: 66.66%;
}
.flex-three-fourths {
	width: 75%;
}
.flex-five-sixths {
	width: 83.33%;
}
.flex-justify {
	justify-content: space-between;
}
.flex-start {
	justify-content: flex-start;
}
.flex-end {
	justify-content: flex-end;
}
.flex-middle {
	align-items: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.flex-reverse {
	flex-direction: row-reverse;
}
.no-wrap {
	flex-wrap: nowrap !important;
}
.team-detail-thumbnail, .team-detail-thumbnail.flex-third {
	width: 31%;
	margin-top: 72px;
}
.hidenav-toggle {
	display: none;
}
.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 501;
}
.intro-title br {
	display: block;
}
.white, .white.page-title {
	color: #FFF;
}
.underline {
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 16px;
}
.underline:after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	left: 0;
	bottom: 0;
	margin: 12px auto 0;
	border-bottom: solid 4px var(--main-color);
}
.underline.underline-left:after {
	width: calc(100% + 36px);
	left: -36px;
}
.underline-left.overflow-line {
	display: table;
	margin: inherit;
}
.underline-left.overflow-line:after {
	width: 1000px;
	left: auto;
	right: 0;
}
.underline-button .button, .underline-button .button:visited {
	position: relative;
	margin-bottom: -12px;
	z-index: 3;
}
.underline-button.underline-left.overflow-line:after {
	width: 3000px;
	bottom: 25px;
	z-index: 2;
}
.flex-image img {
	position: relative;
	z-index: 3;
}
.team-details .page-title {
	margin-top: 20px;
}
#main-nav, #hidenav:checked ~ #main-nav {
	display: flex !important;
}
.mainnav li {
	width: auto;
}
.header.scrolled .nav-cta div {
	display: none;
}
.hero-image {
	position: relative;
	overflow: hidden;
	min-height: 500px;
}
.hero-image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: -1;
}
.white-overflow, .white-overflow.overflow-right:after {
	background-color: rgba(255, 255, 255, 0.7);
}
.intro-overlay:after {
	display: block;
	position: absolute;
	content: "";
	width: 100%;
	height: 100px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--main-color-trans-dark);
}
.overflow-right h3 {
	display: inline-block;
	margin: 0 36px 0 0;
}
.top-divider:after {
	width: calc(100% + 2000px);
	left: -1000px;
	right: -1000px;
	margin: auto;
	border-top: solid 4px var(--main-color);
	z-index: 2;
}
.white-divider:after {
	border-top: solid 2px #FFF;
}
.right-divider {
	position: relative;
}
.right-divider:after, .top-divider.right-divider:after {
	left: 0;
	right: -2040px;
}
/* Site Unique */
.st-intro {
	min-height: 260px;
}
.overflow {
	position: relative;
}
.overflow-right:after {
	width: 2000px;
	height: 100%;
	top: 0;
	right: -2000px;
	bottom: 0;
}
.overflow-block {
	width: 85%;
	padding-left: 24px;
	padding-right: 24px;
	margin: auto auto -32px;
}
.overflow-box {
	margin-bottom: 124px;
}
.overflow-box .overflow-block {
	position: relative;
	margin-bottom: -128px;
}
.overflow-box .overflow-block:after {
	position: absolute;
	display: block;
	content: "";
	margin: auto;
	top: 0;
	left: -12px;
	right: -12px;
	bottom: -12px;
	background-color: #1C4470;
	z-index: -1;
}
.bg-box-overlay {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 164px;
	background: linear-gradient(to bottom, rgba(33, 87, 138, 0) 0%, rgba(33, 87, 138, 0) 1%, rgba(33, 87, 138, 1) 85%, rgba(33, 87, 138, 1) 100%);
}
.team-thumbs {
	padding-top: 64px;
}
.dropdown.active ul {
	position: absolute !important;
	width: 240px !important;
	text-align: left !important;
	top: 100%;
	left: 0;
}
.flex-item {
	font-size: 16px;
	align-self: center;
	text-align: left !important;
	width: auto !important;
	margin-bottom: 0 !important;
}
#home-video {
	display: flex;
	align-content: center;
	margin: auto;
}
.bordered-image {
	display: block;
	position: relative;
	line-height: 0;
}
.bordered-image:after {
	display: block;
	position: absolute;
	content: "";
	border: solid 8px #1C4470;
	border-top: none;
	top: 16px;
	left: -8px;
	right: -8px;
	bottom: 8px;
	width: 100%;
	height: calc(100% - 16px);
}
.button, .transitional {
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	transition: 0.2s all;
}
blockquote {
	font-size: 36px;
	letter-spacing: 4px;
}
.overlap-bg {
	padding: 24px 0;
}
.overlap {
	margin-bottom: 332px;
	max-height: 332px;
}
.overlap-content {
	margin-bottom: -380px;
}
.container.no-positioning {
	position: unset;
}
.thicc-content {
	padding: 64px 128px;
}
.thicc-content > h2, .thicc-content > h3 {
	margin-top: 0;
}
.service-details .overlap-content {
	min-height: 430px;
}
.contact-box {
	border-left: solid 4px #FFF;
	border-right: solid 4px #FFF;
	margin: -48px auto;
	padding-top: 48px;
	padding-bottom: 48px;
}
.contact-container > .flex-half:first-child {
	border-left: solid 4px #FFF;
}
.form-field, .form-field.requiredDiv {
	padding: 8px;
}
.isRequired, .isRequired:active, .isRequired:focus {
	background-color: #FFF !important;
}
.form-field label {
	display: none;
}
.button:hover {
	-moz-transform: scale(105%);
	-webkit-transform: scale(105%);
	transform: scale(105%);
	border-radius: 8px;
}
.button-container .button:hover {
	-moz-transform: unset;
	-webkit-transform: unset;
	transform: unset;
}
.button.outline-button:hover {
	border-color: #0046A4 !important;
}
.overlap-box, .relative-box {
	position: relative;
}
.foi-left img {
	left: 0;
}
.foi-right img {
	right: 0;
}
.foi-left.foi-overlay:after {
	width: 50%;
	right: auto;
}
.foi-right.foi-overlay:after {
	width: 50%;
	left: auto;
}
.contact-bg-box {
	min-height: 200px;
}
.contact-flex {
	position: relative;
	top: -170px;
	margin-bottom: -125px;
}
.newsletter-flex {
	padding-top: 200px;
}
.social a:hover {
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	transition: 0.4s all;
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
	opacity: 1;
}
.gradient-bg {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#21578a+0,21578a+100&0+32,1+100 */
	background: linear-gradient(to bottom, rgba(33, 87, 138, 0) 0%, rgba(33, 87, 138, 0) 15%, rgba(33, 87, 138, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.gradient-bg-left {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#21578a+0,21578a+100&1+2,0+99 */
	background: linear-gradient(to right, rgba(33, 87, 138, 1) 0%, rgba(33, 87, 138, 1) 2%, rgba(33, 87, 138, 0) 99%, rgba(33, 87, 138, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}