/*== For first few weeks of launch only, please remove the below code after May 20th, 2026 ==*/

.path-frontpage .first-section-has-two\:bridge-after:first-child .section-main:has(>:nth-child(2)):after{
	display:none;
}

/* General Styles */
.node--type-ho-page hr{
	border-color:#ccc;
	margin: 26px 0;
}

/* Creating tables with borders */
.data-table {
  border-collapse: collapse; /* The default value, ensures cells have independent borders */
  border-spacing: 0px;       /* The typical default spacing between cells */
  margin:15px 0;
}
.data-table, .data-table th, .data-table td {
  border: initial; /* Resets border-width to 'medium', border-style to 'none', and border-color to text color */
  border:1px solid #ccc !important;
  padding:7px 10px;     /* Resets padding to default (usually 0) */
  box-sizing: border-box;
  vertical-align: middle;
}

/* Aditional Table styles */

	.tbl-bg-green{
		background-color:#E0F0E3;
	}
	.tbl-bg-grey{
		background-color:#EFF2F4;
	}
	.table-size-med{
		width: 100%;
		max-width:850px;
	}
	.table-size-lrg{
		width: 100%;
		max-width: 1100px;
	}
	.table-size-full{
		width: 100%;
		max-width: 100%;
		margin:20px 0 40px 0;
	}

/* Bill Inserts */

.bill-inserts th, .bill-inserts td {
  padding:25px 15px 25px 15px;
}

/* == Sample bills - turning overlays to Amped Orange == */
.paragraph #bill-sample .link {
	border: 3px dashed #D4441C;
	background: rgb(212,71,39,0.1);
}
.paragraph #bill-sample .link:before{
	background: #D4441C;
}

/* == Major Events == */
.node--type-ho-major-events h1, .node--type-ho-major-events .heading2{
	margin:40px 0 0 0 !important;
	background:var(--color-primary);
	color:#fff;
	padding:20px 40px;
	border-radius:15px 15px 0 0;
	
}
.node--type-ho-major-events .font-bold.mb-6.text-sm{
	display:none;
}
.node--type-ho-major-events > div:first-of-type {
	padding:0 40px;
}
.node--type-ho-major-events h2{
	margin-top: 40px;
	font-size: 2.2rem;
	color: #004f8f
}
.node--type-ho-major-events h3{
	font-size: 1.6em;
	margin: 40px 0 15px 0;
	border-top: 1px dotted #ccc;
	padding-top: 40px;
	font-weight: 600;
}
.node--type-ho-major-events h4{
		font-size: 1.4em;
	font-weight: bold;
}
.node--type-ho-major-events svg{
		width: 20px;
	height: 20px;
	fill: #666;
	margin-right: 8px;
	float:left;
}

/* Marketo newsletter forms */
.node--type-ho-page .mktoForm,
.node--type-ho-page .mktoForm .mktoFormCol,
.node--type-ho-page .mktoForm .mktoHasWidth,
.node--type-ho-page .mktoForm .mktoFieldWrap,
.node--type-ho-page .mktoForm .mktoField,
.node--type-ho-page .mktoForm .mktoLabel,
.node--type-ho-page .mktoForm.mktoLayoutAbove .mktoRequiredField .mktoAsterix {
	width: auto !important;
	float: none !important;
	display: block;
}
.mktoForm .mktoFormRow {
	width: 85%;
	position:relative;
}
.node--type-ho-page .mktoForm .mktoOffset,
.mktoForm.mktoLayoutAbove .mktoGutter {
	display: none !important;
}
.node--type-ho-page .mktoForm .mktoRequiredField label.mktoLabel {
	width: auto;
}
.node--type-ho-page .mktoForm .mktoEmailField {
	background: white !important;
	padding: 10px;
	box-shadow: 5px 2px 10px RGB(0, 0, 0, 0.3);
	width: 95% !important;
}
.node--type-ho-page .mktoForm #LblhOCustomer {
	font-weight: 700;
	margin:30px 0 10px 0;
}
.node--type-ho-page .mktoForm .mktoRadioList {
	display: flex;
}
.node--type-ho-page .mktoForm .mktoRadioList .mktoField {
	width: 15px !important;
}
.node--type-ho-page .mktoForm .mktoRadioList>label,
.mktoForm .mktoCheckboxList>label {
	margin: 0 30px 0 15px;
	font-weight: 700;
}
.node--type-ho-page .mktoForm .mktoButton {
	border: 2px solid #005b9b !important;
	background: #fff !important;
	border-radius: 99px !important;
	color: #005b9b !important;
	padding: 6px 15px 6px 46px !important;
	font-weight: bold !important;
	margin: 0 !important;
	position: relative;
	top: 15px;
}
.node--type-ho-page .mktoForm .mktoButton:after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: #fff;
	position: absolute;
	border-radius: 99px;
	top: 50%;
	left: 2px;
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' fill='%23005b9b'%3E%3Cpath d='m17.353 0-3.334 3.58 15.029 13.966H.003v4.898h29.053L14.02 36.43 17.354 40l21.511-19.997z'/%3E%3C/svg%3E");
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center center;
}
.node--type-ho-page .mktoForm .mktoAsterix {
position: absolute;
right: 0;
color:var(--color-destructive);
}