
:root {
	--bs-body-color: #024;
	--bs-heading-color: var(--navy-blue);
}

pre {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	background-color: #1d1f21;
	color: #f0c674 !important;
	padding: 30px;
	margin: 15px;
	border-radius: 8px;
	word-break: break-all;
	word-wrap: break-word;
	overflow: auto;
	position: relative;
}

* {
	scroll-behavior: smooth;
	box-sizing: border-box;
}

@media (min-width: 1400px) {
	.container {
		max-width: 1330px;
	}
	
	.container.lg {
		max-width: 1440px;
	}
}

.main-body {
	overflow: hidden;
}

.row.justify-space-around {
	justify-content: space-around;
}

.row.justify-space-between {
	justify-content: space-between;
}

html, body {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
}

.text-content h1, article h1 {
	font-size: 4.15em;
	color: var(--navy-blue);
	font-weight: 600;
	line-height: 110%;
}

body h2, body h3 {
	font-weight: 600;
}

.text-content h2 {
	font-size: 2.2em;
	color: var(--navy-blue);
	font-weight: 600;
	line-height: 110%;
}

.text-content h3, article h3 {
	font-size: 1.4em;
	color: var(--navy-blue);
	font-weight: 600;
	line-height: 110%;
}

.text-content h4, article h4 {
	font-size: 1.1em;
	color: var(--navy-blue);
	font-weight: 500;
	line-height: 110%;
}

.text-content h5, article h5 {
	font-size: 1em;
	color: var(--navy-blue);
	font-weight: 500;
	line-height: 120%;
}

.text-content h6, article h6 {
	font-size: .9em;
	color: var(--navy-blue);
	font-weight: 500;
	line-height: 120%;
}

article h2 {
	font-size: 1.8em;
	color: var(--navy-blue);
	font-weight: 600;
	line-height: 110%;
}

article h1, article h2, article h3, article h4, article h5, article h6 {
	color: var(--light-blue);
	line-height: 130%;
}

article p, article li, article ol li {
	font-family: "Poppins", sans-serif;
	font-size: .8em;
	line-height: 150%;
}

.dark h1, .dark .h1, .dark h2, .dark .h1, .dark h3, .dark .h1, .dark h4, .dark .h1, .dark h5, .dark .h1, .dark h6, .dark .h6 {
	color: white;
}

p {
	line-height: 150%;
}

a {
	color: #024;
}

.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

img {
	max-width: 100%;
	height: auto;
}

/*Responsive Videos*/
iframe[src*="youtu.be"], iframe[src*="youtube"], iframe[src*="vimeo"], video {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}

.eyebrow {
	font-size: .7em;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	margin: 0 0 10px;
	color: var(--dark-blue);
}

.flex-content {
	position: relative;
}

.filters .form-select:focus, .filters .form-control:focus {
	border: 2px solid var(--orange);
	box-shadow: 0 0 1px var(--orange);
}

header {
	position: relative;
	z-index: 99;
	box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, .05);
}

#top-bar {
	background-color: #dcebf6;
	position: relative;
	z-index: 10;
}

#top-bar .nav {
	justify-content: flex-end;
	--bs-nav-link-padding-x: 0;
}

#top-bar .nav-item + .nav-item {
	margin-left: 1.5rem;
}

#top-bar .nav-link {
	color: var(--navy-blue);
	font-size: .8rem;
	font-weight: 500;
	position: relative;
}

#top-bar .nav-link:before {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 0%;
	left: 0;
	bottom: 13px;
	background-color: var(--orange);
	z-index: -1;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

#top-bar .nav-link:hover:before {
	width: 100%;
}

#top-bar .container {}

#main-header {
	position: relative;
}

#main-header .container {}

#main-header:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 9;
	pointer-events: none;
	box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, .05);
}

#main-header .navbar-brand {
	padding: 0;
	transform: scale(.95);
	transition: transform .3s ease-in-out;
}

#main-header .navbar-brand svg, #main-header .navbar-brand img {
	max-width: 100%;
}

#main-header .navbar-brand:hover {
	transform: scale(1);
}

#main-header #main-menu {
	display: flex;
	justify-content: flex-end;
	max-width: 100%;
}

#main-header #main-menu .navbar-nav {
	flex-basis: 65%;
}

#main-header #main-menu .right {
	display: flex;
	align-items: center;
}

#main-header .navbar {
	--bs-navbar-padding-y: 0;
	--bs-navbar-brand-margin-end: 3rem;
	--bs-navbar-nav-link-padding-x: 1.25rem;
	position: relative;
	z-index: 1;
}

#main-header .navbar-nav {
	--bs-nav-link-padding-y: 1.75rem;
}

#main-header .nav-link {
	font-size: .8rem;
	color: var(--navy-blue);
	font-weight: 500;
	position: relative;
}

#main-header .nav-link:before {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 0px;
	left: var(--bs-navbar-nav-link-padding-x);
	right: var(--bs-navbar-nav-link-padding-x);
	top: calc(50% + 7px);
	background-color: var(--orange);
	z-index: -1;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

#main-header .nav-link.active:before {
	width: calc(100% - ( var(--bs-navbar-nav-link-padding-x) * 2 ));
}

#main-header .nav-item:hover .nav-link:before {
	width: calc(100% - ( var(--bs-navbar-nav-link-padding-x) * 2 ));
}

#main-header .dropdown-toggle::after {
	display: none;
}

#main-header .dropdown-menu {
	background: linear-gradient(209.58deg, #f7f7f7 0%, #fff 100%);
	display: block;
	--bs-dropdown-spacer: 0;
	--bs-dropdown-border-width: 0;
	--bs-dropdown-border-radius: 0 0 .5rem .5rem;
	margin-top: 0px;
	opacity: 0;
	padding: 1.5rem 0 1rem;
	pointer-events: none;
	min-width: 258px;
}

#main-header .nav-item.dropdown:hover > .dropdown-menu, #main-header .dropdown-menu.show {
	opacity: 1;
	pointer-events: all;
}

#main-header .dropdown-menu.mega-menu {
	padding: 0;
	width: 660px;
}

#main-header .dropdown-menu.mega-menu .left-col, #main-header .dropdown-menu.mega-menu .right-col {
	flex: 1 0 50%;
	max-width: 50%;
	padding: 1.5rem 1.5rem 1rem;
}

#main-header .dropdown-menu.mega-menu .left-col {
	background: linear-gradient(210deg, #f7f7f7 0%, #fff 100%);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#main-header .dropdown-menu.mega-menu .left-col h6 {
	font-size: .8rem;
}

#main-header .dropdown-menu.mega-menu .left-col p {
	font-size: .6rem;
}

#main-header .dropdown-menu.mega-menu .left-col p:last-child {
	margin-bottom: 0;
}

#main-header .dropdown-item {
	--bs-dropdown-item-padding-x: 0;
	--bs-dropdown-item-padding-y: .5rem;
	color: var(--navy-blue);
	font-size: .8rem;
	font-weight: 500;
}

#main-header .dropdown-item:hover {
	background: none;
}

#main-header .dropdown-item span.main-text {
	position: relative;
}

#main-header .dropdown-item span.main-text:before {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 0%;
	left: 0;
	bottom: 2px;
	background-color: var(--orange);
	z-index: -1;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

#main-header .dropdown-item.active span.main-text:before, #main-header .dropdown-item:hover span.main-text:before, #main-header .nav-item.dropdown .dropdown-item:hover span.main-text:before {
	width: 100%;
}

#main-header .dropdown-item span.sub-text {
	display: block;
	font-size: .6rem;
	font-weight: 400;
	white-space: pre-wrap;
}

#main-header .dropdown-menu .nav-item {
	padding: 0 1.5rem;
}

#main-header .dropdown-menu .nav-item.dropdown:hover {
	background-color: #fff;
}

#main-header .dropdown-menu .nav-item.dropdown {
	position: static;
}

#main-header .dropdown-menu .dropdown-menu {
	position: absolute;
	left: 100%;
	top: 0;
	min-height: calc(100% + .5rem);
	min-width: 185px;
	padding: 1rem 0;
	background: #fff;
}

.search-toggle-wrapper .dropdown-menu {
	--bs-dropdown-spacer: 32px !important;
	min-width: 340px;
	max-width: 100%;
	padding: .5rem !important;
	right: 0;
}

.search-toggle-wrapper a:hover svg path {
	fill: var(--orange);
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

footer {
	position: relative;
	z-index: 10;
	background: linear-gradient(244deg, #165492 28.62%, #024 78.08%), radial-gradient(50.61% 41.39% at 50.59% 41.65%, #29538d 0%, #024 100%);
	color: #fff;
}

footer h4 {
	color: white;
}

footer .nav {
	--bs-nav-link-color: #fff;
	--bs-nav-link-hover-color: #ccc;
	--bs-nav-link-padding-x: 0;
	--bs-nav-link-padding-y: .3rem;
	--bs-nav-link-font-size: .65rem;
}

footer h4 {
	font-size: 1rem;
	font-weight: 300;
}

#footer-top {
	padding: 4rem 0 2rem;
}

#footer-mid {
	padding-bottom: 2rem;
}

#footer-mid p {
	font-size: .5rem;
}

#footer-mid p:last-child {
	margin-bottom: 0;
}

#footer-mid .reviews {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer-mid .reviews li {
	padding: 0 30px 0 0;
}

#footer-mid .reviews li:last-of-type {
	padding-right: 0;
}

#footer-bot {
	padding: 1rem 0;
	background: linear-gradient(0deg, #024 0%, #024 100%), #f7f7f8;
}

#footer-bot .nav {
	grid-column-gap: 1.5rem;
}

#footer-bot .nav-link {
	text-decoration: underline;
}

#footer-logo {
	margin-bottom: 2rem;
}

footer .social-links a:hover img {
	filter: invert(44%) sepia(70%) saturate(7330%) hue-rotate(13deg) brightness(91%) contrast(97%);
}

footer .nav-link:focus, footer .nav-link:hover {
	color: #999;
}

.sticky #site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.sticky.wp-bar-showing #site-header {
	top: 32px;
}

.sticky #site-header #main-header {
	background-color: #fff;
}

.sticky {
	padding-top: 140px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	#main-header .navbar-brand {
		max-width: 130px;
		margin: 0;
	}
	
	#main-header #main-menu {
		display: flex;
	}
	
	#main-header .navbar-nav {
		flex: 1;
		justify-content: space-evenly;
	}
	
	#main-header .nav-link {
		padding: 24px 10px;
	}
	
	#main-header .nav-link:before {
		left: 10px;
		right: 10px;
	}
	
	#main-header .nav-item:hover .nav-link:before {
		width: calc(100% - 20px);
	}
}

@media only screen and (max-width: 1399px) {
	#main-header .navbar-brand {
		margin-right: 22px;
	}
}

@media only screen and (max-width: 1199px) {
	.sticky {
		padding-top: 118px;
	}
}

@media (max-width: 992px) {
	.sticky {
		padding-top: 140px;
	}
}

@media (min-width: 992px) {
	#footer-top .col-lg-auto {
		max-width: 18%;
	}
	
	#footer-mid .row {
		grid-column-gap: 5rem;
	}
	
	#main-header .dropdown-item.dropdown-toggle span.main-text {
		position: relative;
	}
	
	/* Start collapsed */
	#main-header .dropdown-item.dropdown-toggle span.main-text:before {
		display: block !important;
		content: "";
		position: absolute;
		height: 2px;
		width: 0%;
		left: 0;
		bottom: 2px;
		background-color: var(--orange);
		z-index: 1;
		transition: width 350ms ease-in-out;
	}
	
	/* Expand underline when hovering the parent <li> or the <a> */
	#main-header .nav-item.dropdown:hover > a.dropdown-item span.main-text:before, #main-header .dropdown-item.dropdown-toggle:hover span.main-text:before {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.sticky.wp-bar-showing #site-header {
		top: 46px;
	}
}

@media (max-width: 991px) {
	#main-header .navbar-brand {
		transform: none;
		padding: 24px 0;
	}
	
	.sticky {
		padding-top: 147px;
	}
	
	#footer-top .col-12:not(:last-child) {
		margin-bottom: 2rem;
	}
	
	#footer-mid .col-12:last-child {
		margin-top: 1rem;
	}
	
	header .container {
		max-width: 100%;
	}
	
	.navbar-toggler {
		--bs-navbar-toggler-padding-x: 0;
		--bs-navbar-toggler-padding-y: 0;
		--bs-navbar-toggler-focus-width: 0;
		--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba%28205, 65, 4, 1%29\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
		border: none;
	}
	
	#main-menu.show {
		flex-wrap: wrap;
		justify-content: center;
		padding-bottom: 2rem;
	}
	
	#main-menu.show, #main-menu.collapsing {
		display: flex;
	}
	
	#main-header .navbar-nav {
		flex: 1 0 100%;
		max-width: 100%;
	}
	
	#main-header .nav-link.active::before, #main-header .dropdown-toggle.show::before {
		display: none;
	}
	
	#main-header .nav-link:before {
		height: 0px;
	}
	
	#main-header #main-menu {
		height: 0;
		overflow: hidden;
		flex-direction: column;
		padding: 0;
		display: none;
	}
	
	#main-header:before {
		display: none;
	}
	
	#main-header #main-menu.show {
		height: auto;
		overflow: visible;
	}
	
	#main-header #main-menu.collapsing, #main-header #main-menu.show {
		display: flex;
	}
	
	#main-header #main-menu .right {
		justify-content: space-between;
		padding: 15px 0 30px;
	}
	
	#main-header .dropdown-menu {
		opacity: 1;
		pointer-events: all;
		height: 0;
		padding: 0 15px;
		overflow: hidden;
		border: none;
		background-color: #f7f7f7;
		border-radius: 0;
	}
	
	#main-header .dropdown-menu.animate {
		-webkit-transition: all 350ms ease-in-out;
		-moz-transition: all 350ms ease-in-out;
		-ms-transition: all 350ms ease-in-out;
		-o-transition: all 350ms ease-in-out;
		transition: all 350ms ease-in-out;
	}
	
	#main-header .dropdown-menu.opened {
		height: auto;
	}
	
	#main-header .dropdown-item {
		position: relative;
	}
	
	#main-header .dropdown-item:after {
		content: "";
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #000;
		opacity: .2;
	}
	
	#main-header .nav-item:last-of-type .dropdown-item:after {
		display: none;
	}
	
	#main-header .navbar-nav {
		width: 100%;
	}
	
	#main-header .nav-link {
		padding: 15px 0;
	}
	
	#main-header .nav-link div, #main-header .dropdown-toggle div {
		position: absolute;
		top: 7.5px;
		right: 0;
		height: 40px;
		width: 40px;
		background-repeat: no-repeat;
		background-size: 15px;
		background-position: center;
		background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' height=\'1em\' viewBox=\'0 0 512 512\'%3E%3Cpath d=\'M239 401c9.4 9.4 24.6 9.4 33.9 0L465 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-175 175L81 175c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L239 401z\' fill=\'%23000\'/%3E%3C/svg%3E");
		transition: transform .3s ease;
	}
	
	#main-header .nav-link div.nitro-lazy, #main-header .dropdown-toggle div.nitro-lazy {
		background-image: none !important;
	}
	
	#main-header .dropdown-toggle div {
		top: 50%;
		transform: translateY(-50%);
	}
	
	#main-header .nav-link div.opened {
		transform: rotate(180deg);
	}
	
	#main-header .dropdown-toggle div.opened {
		transform: translateY(-50%) rotate(180deg);
	}
	
	#main-header .dropdown-menu .nav-item {
		padding: 0;
	}
	
	#main-header .dropdown-menu .nav-item.dropdown {
		position: relative;
	}
	
	#main-header .dropdown-menu .dropdown-menu {
		position: static;
		min-height: 0;
		padding: 0;
		margin: 0 -15px;
	}
	
	#main-header .dropdown-menu .dropdown-menu .nav-item {
		padding: 0 30px;
	}
	
	#main-header .dropdown-item::after {
		display: none;
	}
	
	.dropdown-item:focus, .dropdown-item:hover, #main-header .dropdown-menu .nav-item.dropdown:hover {
		background-color: rgba(0, 0, 0, 0);
	}
	
	#main-header .search-toggle-wrapper .dropdown-menu:not(.show) {
		opacity: 0;
	}
	
	#main-header .search-toggle-wrapper .dropdown-menu {
		/* position: static; */
		height: auto;
		left: 0;
		right: 0;
		margin-top: 0;
	}
	
	.search-toggle-wrapper.dropdown {
		position: static;
	}
	
	.btn {
		padding: 16px 25px;
	}
}

@media (min-width: 768px) {
	#footer-mid .container {
		border-top: solid 3px #024;
		padding-top: 2rem;
	}
	
	#footer-top .container {
		padding-left: 35px;
	}
}

@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed;
	}
}

@media (max-width: 575px) {
	.sticky {
		padding-top: 102px;
	}
	
	#main-header .navbar-brand {
		--bs-navbar-brand-padding-y: 1rem;
		max-width: 159px;
	}
	
	#site-header #main-header {
		top: 0;
		left: 0;
		right: 0;
		background-color: #fff;
	}
	
	#main-header .container, .main-body .container {
		--bs-gutter-x: 3rem;
	}
	
	#footer-top .social-links .list-inline-item:not(:last-child) {
		margin-right: 24px;
	}
	
	footer ul.social-links li, footer ul.nav .nav-item {
		height: 48px;
	}
	
	footer ul.nav .nav-item .nav-link {
		padding: 0px;
	}
}

.global-bg-container {
	position: relative;
}

.global-bg-container .global-bg {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translateX(-50%);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

/****** Hubspot Form Styling ******/
form .hs-form-field input::placeholder {
	color: #024;
}

form input[type="text"], form input[type="email"], form input[type="tel"] {
	width: 100%;
	box-sizing: border-box;
	height: 48px;
	border: 0px;
	margin-bottom: 10px;
	background-color: transparent;
	font-size: 18px;
	border-bottom: 2px solid #225395;
}

textarea {
	width: 100%;
	box-sizing: border-box;
	border: 0px;
	margin-bottom: 10px;
	background-color: transparent;
	font-size: 18px;
	border-bottom: 2px solid #225395;
}

form select {
	box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 48px;
	font-size: 15px;
	font-size: 18px;
	font-weight: 500;
	color: rgba(31, 31, 31, .79) !important;
	margin: 0 0 15px 0;
	background: transparent;
	border: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("https://www.rectanglehealth.com/wp-content/uploads/2023/12/Icon.svg");
	background-position: center right 10px;
	background-repeat: no-repeat;
	border-bottom: 2px solid #225395;
}

form .hs-input, form textarea::placeholder {
	color: #024 !important;
}

form select.hs-input.is-placeholder {
	color: #024 !important;
}

form .form-columns-2 .hs-input {
	width: 93%;
}

fieldset.form-columns-1 .input {
	margin-right: 0px !important;
}

form ul {
	padding: 0px;
	list-style: none;
}

form .hs_submit {
	margin-top: 20px;
	position: relative;
}

form input[type="submit"] {
	color: #fff;
	font-size: 18px;
	background: var(--light-blue) !important;
	text-decoration: none;
	border: 0px;
	font-family: "Poppins", sans-serif;
	width: fit-content;
	transition: all .5s ease-in-out;
	position: relative;
	cursor: pointer;
	padding: 14px 25px;
	border-radius: 50px;
}

form input[type="submit"]:hover {}

.hs-input[type="radio"] {
	margin-top: 5px;
	margin-right: 10px;
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid #4a4a4a;
	padding: 9px;
	display: inline-block;
	position: relative;
	width: 25px;
	height: 25px;
	border-radius: 100%;
}

input[type="checkbox"] {
	margin-right: 10px;
	-webkit-appearance: none;
	background-color: #fff;
	border: 2px solid #1f1f1f;
	border-radius: 5px;
	display: inline-block;
	position: relative;
	width: 25px !important;
	height: 25px !important;
}

input[type="checkbox"]:checked:after {
	content: url("https://www.rectanglehealth.com/wp-content/uploads/2023/12/Icon-1.svg");
	position: absolute;
	top: -4px;
	left: 2px;
	color: #fff;
}

form .hs-fieldtype-text label span, form .hs-phone label span, .hs-fieldtype-select label span, .hs-fieldtype-textarea label span {
	display: none !important;
}

.hs-fieldtype-checkbox label, .hs-form-checkbox label, .hs-form-radio label {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	align-items: center;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: normal;
}

.hs-fieldtype-checkbox label span, .hs-fieldtype-checkbox label {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 18px;
	letter-spacing: normal;
}

.hs-form-checkbox label span, .hs-form-radio label span {
	display: flex;
	flex: 1;
	font-size: 18px;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: normal;
}

.hs-form-checkbox, .hs-form-radio {
	margin-bottom: 10px;
}

form .legal-consent-container .hs-richtext p {
	font-size: 14px;
	font-weight: 400;
}

.hs-form fieldset {
	max-width: 100% !important;
}

form .hs-form-required, form .hs-error-msg, .hs-error-msgs label {
	color: #cd4104 !important;
	font-weight: normal;
	font-size: 14px;
}

form .hs-form-booleancheckbox {
	margin-top: 20px;
}

form .legal-consent-container .hs-form-booleancheckbox-display > span {
	font-size: 14px !important;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 150%;
	color: #024;
}

form select.nitro-lazy {
	background-image: none !important;
}

form .legal-consent-container .hs-richtext {
	font-size: 14px !important;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 150%;
	color: #1f1f1f;
}

form input.form-control {
	margin: 0px;
	border-bottom: 0px;
}

form input.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
	background-color: var(--bs-body-bg);
	background-clip: padding-box;
	border: var(--bs-border-width) solid var(--bs-border-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: var(--bs-border-radius);
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

form input.form-control:focus {
	border: 2px solid var(--orange);
	box-shadow: 0 0 1px var(--orange);
}

.search-results {
	margin: 80px 0px;
}

form.input-group #search-icon:hover {
	cursor: pointer;
}

.search-results h1 {
	margin-bottom: 50px;
}

.search-results a {
	color: var(--light-blue);
}

.search-results h2 {
	font-size: 1.5em;
}

/*
Post Launch Tweaks
*/
.flex-content.general-content-columns .container .row .text-center p {
	margin-bottom: 30px;
}

body.sticky.simple-layout header #main-header a.navbar-brand {
	padding: 35px 0;
}

body.sticky.simple-layout header #main-header:before {
	box-shadow: unset;
}

@media screen and (min-width: 992px) {
	body.sticky.simple-layout {
		padding-top: 90px;
	}
}

/* body.simple-layout footer:before {
    content: "";
    position: absolute;
    display: block;
    top: 0%;
    left: 0;
    height: 15px;
    width: 90%;
    background: -o-linear-gradient(45deg,#0077CD,#0099C8);
    background: linear-gradient(45deg,#0077CD,#0099C8);
}
body.simple-layout footer:after {
    content: "";
    position: absolute;
    display: block;
    top: 0%;
    right: 0;
    height: 15px;
    width: 10%;
    background: #f78d2c;
} */

/* body.simple-layout footer {
	background: white;
	padding: 40px;
} */
footer .ironpaper {
	color: #fff;
}

body.simple-layout footer a.logo {
	float: right;
}

body.simple-layout footer a.logo .footer-logo {
	height: 120px;
}

body.simple-layout footer p {
	color: #66686b;
	font-size: 14px;
}

:target::before {
	content: "";
	display: block;
	height: 250px;
	margin: -250px 0 0;
}

.two-cols ul, .three-cols ul {
	display: inline-block;
	column-count: 2;
	padding-left: 0;
}

.three-cols ul {
	column-count: 3;
}

.two-cols ul li, .three-cols ul li {
	margin-left: 2rem;
}

body section.flex-content .main-title {
	margin: 0 auto 30px auto !important;
	max-width: 950px;
}
